body {
  font-family: "Open Sans", tahoma, arial;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #788188;
  overflow-x: hidden;
}

body ::-webkit-scrollbar {
  width: 3px;
}

body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}

body ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
}

body.overflow-hidden {
  margin-right: 15px;
}

body.compare-opened,
body.cart-opened,
body.search-opened,
body.contact-opened {
  margin-right: 15px;
  overflow: hidden;
}

.container-fullwidth {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes loadSpin {
  from {
    --webkit-transform: rotate(0deg);
  }
  to {
    --webkit-transform: rotate(360deg);
  }
}

@keyframes loadSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes slideIn {
  0% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
}

@keyframes slideIn {
  0% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
}

@-webkit-keyframes slideOut {
  0% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
}

@keyframes slideOut {
  0% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 500px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  }
  50% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 400px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  75% {
    --webkit-transform: translateX(-507px);
    transform: translateX(-507px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
  100% {
    --webkit-transform: translateX(800px);
    transform: translateX(800px);
    width: 100px;
    max-height: 100px;
    --webkit-box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes opacityIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opacityOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes opacityOut {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    --webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    --webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    --webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    --webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes stickyOut {
  to {
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

@keyframes stickyOut {
  to {
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
}

@-webkit-keyframes stickyIn {
  to {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
}

@keyframes stickyIn {
  to {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
}

.products-list .product__image-wrapper {
  width: 21%;
}

@media (min-width: 768px) {
  .page-collection.has-sidebar .sidebar__btn {
    display: none;
  }
  .page-collection:not(.has-sidebar) .toolbar-left + .toolbar-left {
    margin-left: auto;
  }
  .page-collection:not(.has-sidebar)
    .toolbar-left
    + .toolbar-left
    + .toolbar-right {
    margin-left: 30px;
  }
  .product__item {
    margin-bottom: 45px;
  }
  .product__item:hover .product__overlay.overlay-10 {
    opacity: 0.1;
  }
  .product__item:hover .product__overlay.overlay-20 {
    opacity: 0.2;
  }
  .product__item:hover .product__overlay.overlay-30 {
    opacity: 0.3;
  }
  .product__item:hover .product__overlay.overlay-40 {
    opacity: 0.4;
  }
  .product__item:hover .product__overlay.overlay-50 {
    opacity: 0.5;
  }
  .product__item:hover .product__overlay.overlay-60 {
    opacity: 0.6;
  }
  .product__item:hover .product__overlay.overlay-70 {
    opacity: 0.7;
  }
  .product__item:hover .product__overlay.overlay-80 {
    opacity: 0.8;
  }
  .product__item:hover .product__overlay.overlay-90 {
    opacity: 0.9;
  }
  .product__item:hover .product__overlay.overlay-100 {
    opacity: 1;
  }
  .product__item:hover .product__buttons {
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
  }
  .products-grid.products-spacing-10 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-grid.products-spacing-10 .product {
    padding-left: 5px;
    padding-right: 5px;
  }
  .products-grid.products-spacing-10 .product__item.hover-3 {
    margin-bottom: 10px;
  }
  .products-grid.products-spacing-20 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid.products-spacing-20 .product {
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid.products-spacing-20 .product__item.hover-3 {
    margin-bottom: 20px;
  }
  .products-grid.products-spacing-30 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .products-grid.products-spacing-30 .product {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-grid.products-spacing-30 .product__item.hover-3 {
    margin-bottom: 30px;
  }
  .products-grid .product__item.hover-1 {
    text-align: center;
  }
  .products-grid .product__item.hover-1:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -15px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-1:hover .product__action {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-1:hover .product__countdown {
    opacity: 0;
    visibility: hidden;
  }
  .products-grid
    .product__item.hover-1.opened
    .product__image-wrapper
    .product__price {
    opacity: 0;
    visibility: hidden;
  }
  .products-grid .product__item.hover-1.opened .product__buttons {
    margin-right: 0 !important;
    margin-top: 10px !important;
  }
  .products-grid .product__item.hover-1 .product__countdown {
    top: 50%;
    --ms-transform: translateY(-50%);
    --webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .products-grid
    .product__item.hover-1
    .product__image-wrapper
    .product__price {
    display: block;
  }
  .products-grid .product__item.hover-1 .product__title {
    display: block;
  }
  .products-grid .product__item.hover-1 .product__title .addwishlist_btn {
    display: none;
  }
  .products-grid .product__item.hover-1 .product__buttons {
    top: 40%;
  }
  .products-grid .product__item.hover-2:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-2:hover .product__content .product__meta,
  .products-grid
    .product__item.hover-2:hover
    .product__content
    .product__action {
    --ms-transform: translateY(-100%);
    --webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .products-grid .product__item.hover-2:hover .product__action2 {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-2:hover .product__countdown {
    bottom: 50%;
    --ms-transform: translateY(50%);
    --webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .products-grid .product__item.hover-2.opened .product__content .product__meta,
  .products-grid
    .product__item.hover-2.opened
    .product__content
    .product__action {
    --ms-transform: none;
    --webkit-transform: none;
    transform: none;
  }
  .products-grid .product__item.hover-2 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-2 .product__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-grid .product__item.hover-2 .product__review {
    margin-left: auto;
  }
  .products-grid .product__item.hover-2 .product__content .product__price,
  .products-grid .product__item.hover-2 .product__content .product__action {
    display: block;
  }
  .products-grid
    .product__item.hover-2
    .product__content
    .product__action
    .btn {
    color: #1877f2 !important;
    border: none !important;
    background: none !important;
    padding: 0;
    margin: 0;
  }
  .products-grid
    .product__item.hover-2
    .product__content
    .product__action
    .btn:after {
    display: none;
  }
  .products-grid
    .product__item.hover-2
    .product__content
    .product__action
    .btn:hover {
    color: rgba(252, 184, 0, 0.7) !important;
  }
  .products-grid .product__item.hover-2 .product__content .product__after,
  .products-grid .product__item.hover-2 .product__content .product__meta,
  .products-grid .product__item.hover-2 .product__content .product__action {
    height: 30px;
    overflow: hidden;
  }
  .products-grid .product__item.hover-2 .product__content .product__meta,
  .products-grid .product__item.hover-2 .product__content .product__action {
    --ms-transition: transform 0.25s ease;
    --webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .products-grid .product__item.hover-2 .product__action2 {
    text-align: center;
  }
  .products-grid .product__item.hover-2 .product__action2 .btn {
    background-color: #fff !important;
    color: #1877f2 !important;
  }
  .products-grid .product__item.hover-2 .product__buttons {
    padding-top: 0;
    padding-bottom: 0;
  }
  .products-grid .product__item.hover-2 .product__buttons .btn {
    height: 45px;
  }
  .products-grid .product__item.hover-3:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-3:hover .product__content {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-3:hover .product__countdown {
    opacity: 0;
    visibility: hidden;
  }
  .products-grid .product__item.hover-3.opened .product__content {
    opacity: 0;
    visibility: hidden;
  }
  .products-grid .product__item.hover-3 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-3 .product__content {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 1;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
    --ms-transform: translateX(-50%);
    --webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .products-grid .product__item.hover-3 .product__title {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .products-grid .product__item.hover-3 .product__title .product__link {
    color: inherit;
    white-space: unset;
  }
  .products-grid .product__item.hover-3 .product__title .addwishlist_btn {
    display: none;
  }
  .products-grid .product__item.hover-3 .product__vendor {
    margin-top: 0;
    margin-bottom: 5px;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .products-grid .product__item.hover-3 .product__vendor a {
    color: inherit;
    font-weight: 400;
  }
  .products-grid .product__item.hover-3 .product__price {
    display: block;
    color: inherit;
  }
  .products-grid .product__item.hover-3 .product__review {
    display: none;
  }
  .products-grid .product__item.hover-3 .product__after .product__action {
    display: block;
    margin-top: 15px;
  }
  .products-grid .product__item.hover-3 .product__after .product__action .btn {
    background: none !important;
    border-color: initial !important;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
  .products-grid
    .product__item.hover-3
    .product__after
    .product__action
    .btn:hover
    i,
  .products-grid
    .product__item.hover-3
    .product__after
    .product__action
    .btn:hover
    span {
    --ms-transform: translateY(0);
    --webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .products-grid
    .product__item.hover-3
    .product__after
    .product__action
    .btn.added
    i,
  .products-grid
    .product__item.hover-3
    .product__after
    .product__action
    .btn.added
    span {
    --ms-transform: translateY(-100%);
    --webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .products-grid .product__item.hover-3 .product__after .product__action .btn i,
  .products-grid
    .product__item.hover-3
    .product__after
    .product__action
    .btn
    span {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    --ms-transform: translateY(-100%);
    --webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    --ms-transition: transform 0.25s ease;
    --webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .products-grid
    .product__item.hover-3
    .product__after
    .product__action
    .btn
    i {
    font-size: 20px;
    font-weight: 400;
    margin-right: 0;
  }
  .products-grid
    .product__item.hover-3
    .product__after
    .product__action
    .btn
    i:after {
    left: 50%;
    margin-left: -8px;
  }
  .products-grid .product__item.hover-4:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-4:hover .product__content {
    margin-top: -30px;
  }
  .products-grid
    .product__item.hover-4:hover
    .product__content
    .product__after {
    max-height: 60px;
    overflow: visible;
  }
  .products-grid
    .product__item.hover-4:hover
    .product__content
    .product__action {
    opacity: 1;
  }
  .products-grid .product__item.hover-4:hover .product__countdown {
    bottom: 40px;
  }
  .products-grid .product__item.hover-4.opened .product__content {
    margin-top: 0;
  }
  .products-grid
    .product__item.hover-4.opened
    .product__content
    .product__action {
    opacity: 0;
  }
  .products-grid
    .product__item.hover-4.opened
    .product__content
    .product__after {
    max-height: 30px;
    overflow: hidden;
  }
  .products-grid .product__item.hover-4 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-4 .product__meta2 {
    padding-top: 15px;
    margin-bottom: -7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-grid .product__item.hover-4 .product__vendor {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }
  .products-grid .product__item.hover-4 .product__colors {
    display: block;
    margin-left: auto;
  }
  .products-grid .product__item.hover-4 .product__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-grid .product__item.hover-4 .product__review {
    margin-left: auto;
  }
  .products-grid .product__item.hover-4 .product__content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    --ms-transition: margin 0.25s ease;
    --webkit-transition: margin 0.25s ease;
    transition: margin 0.25s ease;
  }
  .products-grid .product__item.hover-4 .product__content .product__price,
  .products-grid .product__item.hover-4 .product__content .product__action {
    display: block;
  }
  .products-grid
    .product__item.hover-4
    .product__content
    .product__action
    .btn {
    color: #1877f2 !important;
    border: none !important;
    background: none !important;
    padding: 0;
    margin: 0;
  }
  .products-grid
    .product__item.hover-4
    .product__content
    .product__action
    .btn:after {
    display: none;
  }
  .products-grid
    .product__item.hover-4
    .product__content
    .product__action
    .btn:hover {
    color: rgba(252, 184, 0, 0.7) !important;
  }
  .products-grid .product__item.hover-4 .product__content .product__after {
    max-height: 30px;
    overflow: hidden;
    --ms-transition: max-height 0.25s ease;
    --webkit-transition: max-height 0.25s ease;
    transition: max-height 0.25s ease;
  }
  .products-grid .product__item.hover-4 .product__content .product__meta,
  .products-grid .product__item.hover-4 .product__content .product__action {
    height: 30px;
  }
  .products-grid .product__item.hover-4 .product__content .product__action {
    opacity: 0;
    --ms-transition: opacity 0.25s ease;
    --webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .products-grid .product__item.hover-5 {
    margin-bottom: 30px;
  }
  .products-grid .product__item.hover-5:hover .product__content {
    --ms-transform: translateY(-30px);
    --webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .products-grid
    .product__item.hover-5:hover
    .product__content
    .product__action {
    opacity: 1;
    visibility: visible;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-5:hover .product__countdown {
    bottom: 40px;
  }
  .products-grid .product__item.hover-5 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-5 .product__meta2 {
    padding-top: 15px;
    margin-bottom: -7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-grid .product__item.hover-5 .product__vendor {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
  }
  .products-grid .product__item.hover-5 .product__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .products-grid .product__item.hover-5 .product__review {
    margin-left: auto;
  }
  .products-grid .product__item.hover-5 .product__content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    --ms-transition: transform 0.25s ease;
    --webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .products-grid .product__item.hover-5 .product__content .product__action {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: block;
  }
  .products-grid
    .product__item.hover-5
    .product__content
    .product__action
    .btn-primary {
    color: #1877f2 !important;
    border: none !important;
    background: none !important;
    padding: 0;
    margin: 0;
  }
  .products-grid
    .product__item.hover-5
    .product__content
    .product__action
    .btn-primary:after {
    display: none;
  }
  .products-grid
    .product__item.hover-5
    .product__content
    .product__action
    .btn-primary:hover {
    color: rgba(252, 184, 0, 0.7) !important;
  }
  .products-grid
    .product__item.hover-5
    .product__content
    .product__after
    .product__price {
    display: block;
    height: 30px;
  }
  .products-grid .product__item.hover-5 .product__form {
    display: block;
  }
  .products-grid .product__item.hover-5 .product__form .btn-primary {
    color: #1877f2 !important;
    border: none !important;
    background: none !important;
    padding: 0;
    margin: 0;
  }
  .products-grid .product__item.hover-5 .product__form .btn-primary:after {
    display: none;
  }
  .products-grid .product__item.hover-5 .product__form .btn-primary:hover {
    color: rgba(252, 184, 0, 0.7) !important;
  }
  .products-grid .product__item.hover-5 .product__form + .product__after {
    display: none;
  }
  .products-grid .product__item.hover-6 {
    text-align: center;
  }
  .products-grid .product__item.hover-6:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -15px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-6:hover .product__action {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-6:hover .product__countdown {
    bottom: 50px;
  }
  .products-grid .product__item.hover-6 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-6 .product__action {
    bottom: 0 !important;
  }
  .products-grid .product__item.hover-6 .product__action .btn {
    width: 100%;
  }
  .products-grid .product__item.hover-6 .product__title {
    display: block;
  }
  .products-grid .product__item.hover-6 .product__title .addwishlist_btn {
    display: none;
  }
  .products-grid .product__item.hover-6 .product__content .product__price {
    display: block;
  }
  .products-grid
    .product__item.hover-6
    .product__content
    .product__price
    .compare_at_price {
    margin-left: 0;
  }
  .products-grid .product__item.hover-7 {
    text-align: center;
  }
  .products-grid .product__item.hover-7:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -15px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-7:hover .product__action2 {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-7:hover .product__countdown {
    bottom: 50%;
    --ms-transform: translateY(100%);
    --webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .products-grid .product__item.hover-7 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-7 .product__buttons .btn {
    width: 45px;
  }
  .products-grid
    .product__item.hover-7
    .product__buttons:not(.light)
    + .product__action
    .btn {
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color: transparent !important;
  }
  .products-grid .product__item.hover-7 .product__title {
    display: block;
  }
  .products-grid .product__item.hover-7 .product__title .addwishlist_btn {
    display: none;
  }
  .products-grid .product__item.hover-7 .product__content .product__price {
    display: block;
  }
  .products-grid .product__item.hover-8 {
    text-align: left;
  }
  .products-grid .product__item.hover-8:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -15px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-8:hover .product__countdown {
    bottom: 50%;
    --ms-transform: translateY(50%);
    --webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .products-grid .product__item.hover-8.opened .product__buttons {
    margin-right: 0 !important;
    margin-bottom: -10px !important;
  }
  .products-grid .product__item.hover-8 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-8 .product__buttons {
    top: auto;
    bottom: 0px;
    margin-top: 0;
    margin-bottom: -10px;
  }
  .products-grid .product__item.hover-8 .product__buttons.light .btn-primary {
    color: #000 !important;
  }
  .products-grid
    .product__item.hover-8
    .product__buttons.light
    .btn-primary:hover,
  .products-grid
    .product__item.hover-8
    .product__buttons.light
    .btn-primary.added {
    color: #1877f2 !important;
  }
  .products-grid
    .product__item.hover-8
    .product__buttons.light
    .btn-primary
    [data-tooltip]:after {
    background-color: #1877f2;
    color: #000;
  }
  .products-grid
    .product__item.hover-8
    .product__buttons.light
    .btn-primary
    [data-tooltip]:before {
    border-top-color: #1877f2;
  }
  .products-grid .product__item.hover-8 .product__buttons .btn {
    margin-left: 0;
    border-color: transparent;
  }
  .products-grid .product__item.hover-8 .product__buttons .btn:before {
    display: none;
  }
  .products-grid .product__item.hover-8 .product__buttons .btn i {
    font-size: 18px;
  }
  .products-grid .product__item.hover-8 .product__buttons .btn-primary {
    color: #fff !important;
    background: none !important;
    border-color: transparent !important;
  }
  .products-grid .product__item.hover-8 .product__buttons .btn-primary:after {
    display: none;
  }
  .products-grid
    .product__item.hover-8
    .product__buttons
    .btn-primary:hover
    [data-tooltip]:after,
  .products-grid
    .product__item.hover-8
    .product__buttons
    .btn-primary:hover
    [data-tooltip]:before {
    opacity: 1;
    visibility: visible;
  }
  .products-grid
    .product__item.hover-8
    .product__buttons
    .btn-primary.added
    [data-added]:after {
    content: attr(data-added);
  }
  .products-grid
    .product__item.hover-8
    .product__buttons
    .btn-primary
    [data-tooltip]:after {
    content: attr(data-tooltip);
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 50%;
    bottom: 100%;
    background-color: #1877f2;
    color: #000;
    white-space: pre;
    margin-bottom: 10px;
    line-height: 1.6;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    --webkit-backface-visibility: hidden;
    --ms-transform: translateX(50%);
    --webkit-transform: translateX(50%);
    transform: translateX(50%);
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .products-grid
    .product__item.hover-8
    .product__buttons
    .btn-primary
    [data-tooltip]:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1877f2;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    --webkit-backface-visibility: hidden;
    --ms-transform: translateX(50%);
    --webkit-transform: translateX(50%);
    transform: translateX(50%);
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .products-grid .product__item.hover-8 .product__title {
    display: block;
  }
  .products-grid .product__item.hover-8 .product__title .addwishlist_btn {
    display: none;
  }
  .products-grid .product__item.hover-8 .product__content .product__price {
    display: block;
  }
  .products-grid
    .product__item.hover-8
    .product__content
    .product__price
    .price,
  .products-grid
    .product__item.hover-8
    .product__content
    .product__price
    .compare_at_price {
    font-weight: 400;
  }
  .products-grid
    .product__item.hover-8
    .product__content
    .product__price
    .price {
    font-size: 16px;
  }
  .products-grid .product__item.hover-9 {
    text-align: center;
  }
  .products-grid .product__item.hover-9:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -15px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-9:hover .product__content {
    --ms-transform: translateY(-46px);
    --webkit-transform: translateY(-46px);
    transform: translateY(-46px);
  }
  .products-grid
    .product__item.hover-9:hover
    .product__content
    .product__action {
    opacity: 1;
    visibility: visible;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid
    .product__item.hover-9:hover
    .product__image-wrapper
    .product__action {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-9:hover .product__countdown {
    bottom: 56px;
  }
  .products-grid .product__item.hover-9.opened .product__content {
    --ms-transform: translateY(-46px);
    --webkit-transform: translateY(-46px);
    transform: translateY(-46px);
  }
  .products-grid
    .product__item.hover-9.opened
    .product__content
    .product__action {
    opacity: 1;
    visibility: visible;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid
    .product__item.hover-9.opened
    .product__content
    .product__action
    .btn-primary {
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .products-grid
    .product__item.hover-9.opened
    .product__content
    .product__action
    .product-form__cart-submit {
    opacity: 1;
    visibility: visible;
  }
  .products-grid
    .product__item.hover-9.opened
    .product__content
    .product__action
    .product-form__cart-submit:disabled,
  .products-grid
    .product__item.hover-9.opened
    .product__content
    .product__action
    .product-form__cart-submit[disabled],
  .products-grid
    .product__item.hover-9.opened
    .product__content
    .product__action
    .product-form__cart-submit:disabled[disabled] {
    opacity: 0.5;
  }
  .products-grid .product__item.hover-9 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-9 .product__vendor {
    margin-top: 0;
    padding-top: 15px;
  }
  .products-grid .product__item.hover-9 .product__title {
    display: block;
  }
  .products-grid .product__item.hover-9 .product__title .addwishlist_btn {
    display: none;
  }
  .products-grid .product__item.hover-9 .product__content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    --ms-transition: transform 0.25s ease;
    --webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .products-grid .product__item.hover-9 .product__content .product__price {
    display: block;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__price
    .compare_at_price {
    margin-left: 0;
  }
  .products-grid .product__item.hover-9 .product__content .product__action {
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn {
    border: none;
    color: inherit;
    margin-left: 0;
    padding: 0;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn:hover {
    color: #000;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn[data-tooltip]:hover:after,
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn[data-tooltip]:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn[data-tooltip]:after {
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 50%;
    bottom: 100%;
    background-color: #1877f2;
    color: #000;
    white-space: pre;
    margin-bottom: 5px;
    line-height: 1.6;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    --webkit-backface-visibility: hidden;
    --ms-transform: translateX(50%);
    --webkit-transform: translateX(50%);
    transform: translateX(50%);
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn[data-tooltip]:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 100%;
    right: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1877f2;
    border-bottom: 0;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    --webkit-backface-visibility: hidden;
    --ms-transform: translateX(50%);
    --webkit-transform: translateX(50%);
    transform: translateX(50%);
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn[data-tooltip]:after {
    content: attr(data-tooltip);
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn.added[data-added]:after {
    content: attr(data-added);
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn.added.addwishlist_btn
    i:before {
    content: "\e089";
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn.added.addcompare_btn
    i:before {
    content: "\e07c";
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn
    i {
    position: relative;
    margin-right: 0;
    font-size: 18px;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary:after {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary:hover
    i,
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary:hover
    span {
    --ms-transform: translateY(0);
    --webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary.added:not(.product-form__cart-submit)
    i,
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary.added:not(.product-form__cart-submit)
    span {
    --ms-transform: translateY(-100%);
    --webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary
    i,
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary
    span {
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    --ms-transform: translateY(-100%);
    --webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    --ms-transition: transform 0.25s ease;
    --webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary
    i:after {
    left: 50%;
    margin-left: -8px;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .btn-primary
    span {
    font-size: 12px;
  }
  .products-grid
    .product__item.hover-9
    .product__content
    .product__action
    .product-form__cart-submit {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    --ms-transform: translateX(-50%);
    --webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .products-grid
    .product__item.hover-9
    .product__image-wrapper
    .product__action {
    text-align: center;
    bottom: 50%;
    --ms-transform: translateY(50%);
    --webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .products-grid
    .product__item.hover-9
    .product__image-wrapper
    .product__action
    .btn {
    background-color: #fff !important;
    color: #1877f2 !important;
  }
  .products-grid .product__item.hover-10:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -15px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    --ms-transition: opacity 0.25s ease, visiblity 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visiblity 0.25s ease;
    transition: opacity 0.25s ease, visiblity 0.25s ease;
  }
  .products-grid .product__item.hover-10:hover .product__action2 {
    opacity: 1;
    visibility: visible;
    margin: 0;
  }
  .products-grid .product__item.hover-10:hover .product__countdown {
    bottom: 60px;
  }
  .products-grid .product__item.hover-10.opened .product__action2 {
    margin-bottom: -10px;
  }
  .products-grid .product__item.hover-10 .product__countdown {
    bottom: 10px;
  }
  .products-grid .product__item.hover-10 .product__action2 {
    width: auto;
    right: 10px;
    bottom: 10px;
    left: auto;
    top: auto;
    margin-bottom: -10px;
  }
  .products-grid .product__item.hover-10 .product__action2 .btn {
    overflow: visible;
    padding: 0;
    width: 40px;
    border-radius: 50%;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #f7f8fa !important;
  }
  .products-grid .product__item.hover-10 .product__action2 .btn:hover {
    color: #1877f2 !important;
  }
  .products-grid
    .product__item.hover-10
    .product__action2
    .btn:hover
    [data-tooltip]:after,
  .products-grid
    .product__item.hover-10
    .product__action2
    .btn:hover
    [data-tooltip]:before {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-10 .product__action2 .btn:after {
    display: none;
  }
  .products-grid
    .product__item.hover-10
    .product__action2
    .btn.added
    [data-tooltip]:after {
    content: attr(data-added);
  }
  .products-grid .product__item.hover-10 .product__action2 .btn.added i:before {
    content: "\e07a";
  }
  .products-grid .product__item.hover-10 .product__action2 .btn i {
    font-size: 16px;
    --ms-transform: none;
    --webkit-transform: none;
    transform: none;
  }
  .products-grid .product__item.hover-10 .product__action2 .btn [data-tooltip] {
    height: 0;
    --ms-transform: none;
    --webkit-transform: none;
    transform: none;
  }
  .products-grid
    .product__item.hover-10
    .product__action2
    .btn
    [data-tooltip]:after {
    content: attr(data-tooltip);
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 100%;
    top: 50%;
    background-color: #1877f2;
    color: #000;
    white-space: pre;
    margin-right: 10px;
    line-height: 1.6;
    padding: 5px 10px;
    opacity: 0;
    visibility: hidden;
    --webkit-backface-visibility: hidden;
    --ms-transform: translateY(-50%);
    --webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .products-grid
    .product__item.hover-10
    .product__action2
    .btn
    [data-tooltip]:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1877f2;
    margin-right: 5px;
    opacity: 0;
    visibility: hidden;
    --webkit-backface-visibility: hidden;
    --ms-transform: translateY(-50%);
    --webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .products-grid .product__item.hover-10 .product__title {
    display: block;
  }
  .products-grid .product__item.hover-10 .product__title .addwishlist_btn {
    display: none;
  }
  .products-grid .product__item.hover-10 .product__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .products-grid .product__item.hover-10 .product__meta .product__price {
    display: block;
  }
  .products-grid .product__item.hover-10 .product__meta .product__review {
    margin-left: auto;
  }
  .products-grid .product__item.hover-10 .product__buttons .btn {
    margin-bottom: 5px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: 1px solid #f7f8fa;
  }
  .products-grid .product__item.hover-10 .product__buttons .btn:hover {
    color: #1877f2;
  }
  .products-grid .product__item.hover-10 .product__buttons .btn:last-child {
    margin-bottom: 0;
  }
  .products-grid .product__item.hover-10 .product__buttons .btn i {
    font-size: 16px;
  }
  .products-grid .product__item.hover-fixed.opened:before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
  }
  .products-grid .product__item.hover-fixed.opened .product__countdown,
  .products-grid
    .product__item.hover-fixed.opened
    .product__image-wrapper
    .product__action2 {
    opacity: 0;
    visibility: hidden;
  }
  .products-grid .product__item.hover-fixed.opened .product__image-second,
  .products-grid .product__item.hover-fixed.opened .product__overlay {
    opacity: 0;
  }
  .products-grid
    .product__item.hover-fixed.opened
    .product__form
    .product__action,
  .products-grid .product__item.hover-fixed.opened .product__form .close_btn {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.4s;
  }
  .products-grid
    .product__item.hover-fixed.opened
    .product__form
    .product-form__variants {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .products-grid .product__item.hover-fixed.opened .product__buttons {
    opacity: 0 !important;
    visibility: hidden !important;
    margin-right: -10px !important;
  }
  .products-grid
    .product__item.hover-fixed.opened
    .product__after
    .product__price {
    opacity: 0.1;
  }
  .products-grid
    .product__item.hover-fixed
    .product__image-wrapper
    .product__form
    .product__price {
    opacity: 1;
    visibility: visible;
  }
  .products-grid .product__item.hover-fixed .product__form {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .products-grid .product__item.hover-fixed .product__form .close_btn {
    display: block;
  }
  .products-grid .product__item.hover-fixed .product__form .product__action {
    bottom: 10px !important;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
  .products-grid
    .product__item.hover-fixed
    .product__form
    .product__action
    .btn {
    width: auto !important;
  }
  .products-grid .product__item.hover-fixed .product__form .product__price {
    height: auto;
    display: block;
    position: static;
    --ms-transform: none;
    --webkit-transform: none;
    transform: none;
  }
  .products-grid
    .product__item.hover-fixed
    .product__form
    .product__price
    .price {
    padding: 0;
    background: none;
    color: #f30;
    font-weight: 600;
  }
  .products-grid
    .product__item.hover-fixed
    .product__form
    .product__price
    .compare_at_price {
    padding: 0;
    background: none;
    font-weight: 400;
    color: #788188;
  }
  .products-grid
    .product__item.hover-fixed
    .product__form
    .product-form__variants {
    z-index: 2;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    --ms-transition: opacity 0.25s ease, visibility 0.25s ease, top 0.4s ease;
    --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
      top 0.4s ease;
    transition: opacity 0.25s ease, visibility 0.25s ease, top 0.4s ease;
  }
  .products-grid
    .product__item.hover-fixed
    .product__form
    .product-form__variants
    .wrapper-swatches
    .swatch-element
    label {
    width: 30px;
    height: 30px;
  }
  .products-grid
    .product__item.hover-fixed
    .product__form
    .product-form__variants
    .selector-wrapper {
    padding-bottom: 20px;
  }
  .products-grid
    .product__item.hover-fixed
    .product__form
    .product-form__variants
    .selector-wrapper
    .option-select-label {
    display: block;
    font-size: 12px;
    text-align: left;
  }
  .products-list .product {
    max-width: 100%;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .products-list .list-d-none {
    display: none !important;
  }
  .products-list .list-d-block {
    display: block !important;
  }
  .products-list .product__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --webkit-box-align: stretch;
    --ms-flex-align: stretch;
    --webkit-align-items: stretch;
    --moz-align-items: stretch;
    align-items: stretch;
    margin-bottom: 0px;
    text-align: left;
    padding: 20px;
    border: 1px solid transparent;
    border-bottom: 1px solid #e7e7e7;
  }
  .products-list .product__item:hover {
    border-color: #e7e7e7;
  }
  .products-list .product__item .product__countdown {
    z-index: 1;
  }
  .products-list .product__item .product__action .btn i {
    position: relative;
  }
  .products-list .product__item .product__action .btn.adding i:after {
    margin-top: -6px;
  }
  .products-list .product__item.hover-1 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-1 .product__title .addwishlist_btn {
    display: none;
  }
  .products-list
    .product__item.hover-2:hover
    .product__image-wrapper
    .product__action {
    opacity: 1;
    visibility: visible;
  }
  .products-list .product__item.hover-2 .product__countdown {
    bottom: 50%;
    --ms-transform: translateY(50%);
    --webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .products-list
    .product__item.hover-2
    .product__image-wrapper
    .product__action {
    display: block !important;
    text-align: center;
  }
  .products-list
    .product__item.hover-2
    .product__image-wrapper
    .product__action
    .btn {
    background-color: #fff !important;
    color: #1877f2 !important;
  }
  .products-list .product__item.hover-2 .product__buttons {
    padding-top: 0;
    padding-bottom: 0;
  }
  .products-list .product__item.hover-2 .product__buttons .btn {
    height: 45px;
  }
  .products-list .product__item.hover-3 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-3 .product__title .addwishlist_btn {
    display: none;
  }
  .products-list .product__item.hover-4 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-4 .product__review {
    margin-left: 0;
  }
  .products-list .product__item.hover-5 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-5 .product__review {
    margin-left: 0;
  }
  .products-list .product__item.hover-6 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-6 .product__title .addwishlist_btn {
    display: none;
  }
  .products-list .product__item.hover-6 .product__after > .product__price {
    display: none;
  }
  .products-list .product__item.hover-7 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-7 .product__title .addwishlist_btn {
    display: none;
  }
  .products-list .product__item.hover-8 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-8 .product__title .addwishlist_btn {
    display: none;
  }
  .products-list .product__item.hover-8 .product__buttons .btn-primary {
    display: none;
  }
  .products-list
    .product__item.hover-9:hover
    .product__image-wrapper
    .product__action {
    opacity: 1;
    visibility: visible;
  }
  .products-list
    .product__item.hover-9
    .product__image-wrapper
    .product__action {
    display: block !important;
    text-align: center;
    bottom: 50%;
    --ms-transform: translateY(50%);
    --webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .products-list
    .product__item.hover-9
    .product__image-wrapper
    .product__action
    .btn {
    padding: 0 30px !important;
    background-color: #fff !important;
    color: #1877f2 !important;
  }
  .products-list .product__item.hover-9 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-9 .product__title .addwishlist_btn {
    display: none;
  }
  .products-list .product__item.hover-9 .product__after > .product__price {
    display: none;
  }
  .products-list
    .product__item.hover-9
    .product__action
    .btn:not(.btn-primary) {
    padding: 10px;
  }
  .products-list
    .product__item.hover-9
    .product__action
    .product-form__cart-submit {
    display: none;
  }
  .products-list .product__item.hover-10 .product__countdown {
    bottom: 10px;
  }
  .products-list .product__item.hover-10 .product__title .addwishlist_btn {
    display: none;
  }
  .products-list .product__item.hover-10 .product__buttons .btn {
    margin-bottom: 5px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    border: 1px solid #f7f8fa;
  }
  .products-list .product__item.hover-10 .product__buttons .btn:hover {
    color: #1877f2;
  }
  .products-list .product__item.hover-10 .product__buttons .btn:last-child {
    margin-bottom: 0;
  }
  .products-list .product__item.hover-10 .product__buttons .btn i {
    font-size: 16px;
  }
  .products-list .product__image-wrapper {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 21%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 21%;
    --ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .products-list .product__image-wrapper .product__price,
  .products-list .product__image-wrapper .product__action {
    display: none !important;
  }
  .products-list .product__content {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 79%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 79%;
    --ms-flex: 0 0 79%;
    flex: 0 0 79%;
    padding-right: 0px;
    padding-left: 0px;
    padding-left: 30px;
    width: 79%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .products-list .product__content .product__excerpt,
  .products-list .product__content .product__price,
  .products-list .product__content .product__action {
    display: block;
  }
  .products-list .product__content .list-content-col-1 {
    max-width: 376px;
    padding-right: 30px;
    float: left;
  }
  .products-list
    .product__content
    .list-content-col-1
    .product__title
    .product__link:hover {
    color: #1877f2;
    text-decoration: underline;
  }
  .products-list
    .product__content
    .list-content-col-1
    .product__after
    .product__meta {
    margin-bottom: 10px;
  }
  .products-list
    .product__content
    .list-content-col-1
    .product__after
    .product__vendor {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .products-list
    .product__content
    .list-content-col-1
    .product__after
    .product__vendor
    .sold-by-label {
    padding-right: 5px;
    float: left;
    text-transform: capitalize;
    color: #000;
  }
  .products-list
    .product__content
    .list-content-col-1
    .product__after
    .product__vendor
    a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
  }
  .products-list
    .product__content
    .list-content-col-1
    .product__after
    .product__vendor
    a:hover {
    text-decoration: underline;
  }
  .products-list .product__content .list-content-col-2 {
    float: right;
    min-width: 185px;
  }
  .products-list .product__content .list-content-col-2 .product__price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    --webkit-box-align: baseline;
    --ms-flex-align: baseline;
    --webkit-align-items: baseline;
    --moz-align-items: baseline;
    align-items: baseline;
  }
  .products-list .product__content .list-content-col-2 .product__price .price {
    font-size: 18px;
    font-weight: 600;
    color: #f30;
    line-height: 1;
    display: block;
    position: relative;
    margin-top: 5px;
    margin-bottom: 0;
    background-color: transparent;
  }
  .products-list
    .product__content
    .list-content-col-2
    .product-form__cart-submit {
    background-color: #1877f2;
    color: #000;
    font-weight: 600;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 42px;
    line-height: 20px;
    margin-top: 15px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-list .product__content .list-content-col-2 .action-button {
    text-align: center;
    margin-top: 10px;
  }
  .products-list .product__content .list-content-col-2 .action-button a {
    display: inline-block;
    margin: 0 5px;
  }
  .products-list .product__content .list-content-col-2 .action-button a label {
    padding-left: 5px;
  }
  .products-list .product__title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
  }
  .products-list .product__meta {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .products-list .product__price .price {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    line-height: 35px;
  }
  .products-list .product__price .compare_at_price {
    display: inline-block;
    padding-left: 5px;
  }
  .products-list .product__review {
    margin-left: 20px;
  }
  .products-list .sold-by-meta.d-none {
    display: block !important;
  }
  .products-list .product__excerpt {
    margin-bottom: 10px;
    position: relative;
  }
  .products-list .product__excerpt:after {
    content: "...";
    position: absolute;
    bottom: 0;
    left: 100%;
  }
  .products-list .product__excerpt p {
    height: 40px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .products-list .product__vendor {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .products-list .product__item {
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .products-list .product__content {
    padding-left: 45px;
  }
  .products-list .product__title {
    font-size: 14px;
  }
  .products-list .product__excerpt {
    margin-bottom: 15px;
  }
  .products-list .product__excerpt:after {
    display: none;
  }
  .products-list .product__excerpt p {
    height: auto;
    margin-bottom: 0.5rem;
  }
  .products-list .aspect__ratio {
    padding-top: 100%;
  }
}

@media (min-width: 1200px) {
  .products-grid .product.col-xl-2 .product__image-wrapper .product__price {
    bottom: 20px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__buttons.light {
    padding: 0 5px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__buttons.light
    .btn {
    width: 30px;
    height: 35px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__buttons.light.vertical {
    padding: 5px 0;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__buttons.light.vertical
    .btn {
    width: 35px;
    height: 30px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__buttons
    .btn {
    width: 35px;
    height: 35px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__buttons
    .btn
    i {
    font-size: 14px;
  }
  .products-grid .product.col-xl-2 .product__image-wrapper .product__action {
    bottom: 20px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__action
    .btn {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__action
    .btn
    i {
    font-size: 18px;
  }
  .products-grid
    .product.col-xl-2
    .product__image-wrapper
    .product__action
    .btn
    span {
    font-size: 12px;
  }
  .products-grid .product.col-xl-2 .product__countdown .countdown-section {
    padding: 10px 0;
  }
  .products-grid .product.col-xl-2 .product__countdown .countdown-amount {
    font-size: 14px;
  }
  .products-grid .product.col-xl-2 .product__countdown .countdown-period {
    font-size: 0;
  }
  .products-grid
    .product.col-xl-2
    .product__countdown
    .countdown-period::first-letter {
    font-size: 12px;
  }
  .products-grid .product.col-xl-2 .product__labels .product__label {
    min-width: 35px;
    font-size: 9px;
    font-weight: 700;
  }
  .products-grid
    .product.col-xl-2
    .product__labels
    .product__label
    + .product__label {
    margin-top: 5px;
  }
  .products-grid .product.col-xl-2 .hover-3 .product__action .btn {
    height: 35px;
    line-height: 31px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .products-grid .product.col-xl-2 .hover-3 .product__action .btn i {
    font-size: 18px;
  }
  .products-grid .product.col-xl-2 .hover-3 .product__action .btn span {
    font-size: 12px;
  }
  .products-grid .product.col-xl-2 .hover-10:hover .product__countdown {
    bottom: 45px;
  }
  .products-grid
    .product.col-xl-2
    .hover-10
    .product__image-wrapper
    .product__action {
    bottom: 10px;
  }
  .products-grid
    .product.col-xl-2
    .hover-10
    .product__image-wrapper
    .product__action
    .btn {
    width: 35px;
    padding: 0;
  }
  .products-grid
    .product.col-xl-2
    .hover-10
    .product__image-wrapper
    .product__action
    .btn
    i {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .collection-toolbar .grid-4,
  .collection-toolbar .grid-6 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .collection-header {
    min-height: 90px;
    padding: 15px 0;
  }
  .collection-header h1 {
    font-size: 36px;
  }
  .collection-header ul {
    display: none;
  }
  .collection-header .header__toggle {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .collection-header .header__toggle.active i {
    --ms-transform: rotate(-180deg);
    --webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .collection-header .header__toggle i {
    font-size: 24px;
    display: inline-block;
    --ms-transition: transform 0.25s ease;
    --webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
  }
  .products-slider:hover .slick-arrow {
    opacity: 1;
  }
  .products-slider .slick-arrow {
    left: auto;
    right: 0;
    top: -60px;
    margin: 0;
    width: 40px;
    height: 40px;
    padding: 10px;
    opacity: 1;
    visibility: visible;
    --ms-transform: none;
    --webkit-transform: none;
    transform: none;
    background-color: #f7f8fa;
  }
  .products-slider .slick-prev {
    right: 45px;
  }
}

@media (max-width: 767px) {
  @-webkit-keyframes slideIn {
    0% {
      --webkit-transform: translateX(800px);
      transform: translateX(800px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    50% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    75% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    100% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 500px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
    }
  }
  @keyframes slideIn {
    0% {
      --webkit-transform: translateX(800px);
      transform: translateX(800px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    50% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    75% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    100% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 500px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
    }
  }
  @-webkit-keyframes slideOut {
    0% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 500px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
    }
    50% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    75% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    100% {
      --webkit-transform: translateX(800px);
      transform: translateX(800px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
  }
  @keyframes slideOut {
    0% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 500px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.9);
    }
    50% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 320px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    75% {
      --webkit-transform: translateX(-320px);
      transform: translateX(-320px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
    100% {
      --webkit-transform: translateX(800px);
      transform: translateX(800px);
      width: 100px;
      max-height: 75px;
      --webkit-box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 15px 25px -20px rgba(0, 0, 0, 0.2);
    }
  }
  .products-slider .slick-arrow {
    top: -50px;
    width: 35px;
    height: 35px;
  }
  .product__item {
    text-align: left;
    margin-bottom: 40px;
  }
  .product__item .product__image-wrapper .product__price,
  .product__item .product__image-wrapper .product__action,
  .product__item .product__image-wrapper .product__buttons {
    display: none;
  }
  .product__countdown {
    bottom: 10px;
  }
  .product__overlay,
  .product__review,
  .product__vendor,
  .product__excerpt {
    display: none;
  }
  .product__content .product__meta .product__price,
  .product__content .product__action {
    display: block;
  }
  .product__action .btn {
    background: none !important;
    border: none !important;
    color: #1877f2 !important;
    padding: 0;
    display: none;
    margin-left: 0;
  }
  .product__action .btn:after {
    display: none;
  }
  .product__action .btn-primary {
    display: inline-block;
  }
  .product__action .product-form__cart-submit {
    display: none;
  }
  .product__price {
    color: #000;
  }
  .product__title {
    margin-top: 20px;
  }
  .product__title .product__link {
    font-size: inherit;
    white-space: unset;
    text-overflow: unset;
    border-bottom: none;
  }
  .product__meta {
    margin-bottom: 5px;
  }
  .products-grid + #site-pagination .ajax_load_button,
  .products-grid + #site-pagination .ajax_load_button + .ajax_load_loader {
    text-align: center;
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .product__item .product__buttons .btn {
    width: 35px !important;
    height: 35px !important;
    padding: 0;
  }
  .product__item .product__buttons .btn + .btn {
    margin-left: 10px;
  }
  .product__item .product__buttons .btn i {
    line-height: 31px;
  }
  .product__countdown .countdown-section {
    padding: 10px 0;
  }
  .product__countdown .countdown-amount {
    font-size: 14px;
  }
  .product__countdown .countdown-period {
    font-size: 0;
  }
  .product__countdown .countdown-period::first-letter {
    font-size: 12px;
  }
  .products .product__title {
    margin-bottom: 5px;
  }
  .products .product__title .product__link {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
  }
  .collection-header .breadcrumbs li:after {
    padding: 0 2px;
  }
  .collection-header .breadcrumbs li:first-child a span {
    font-size: 0;
  }
  .collection-header .breadcrumbs li:first-child a span:before {
    content: "\e074";
    font-family: "ElegantIcons";
    font-size: 14px;
  }
}

body:after {
  content: "";
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  --ms-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  --webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-quick-view {
  display: none;
}

.cd-quick-view.add-content .cd-item-info {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.cd-quick-view.add-content .cd-close {
  visibility: visible;
  --ms-transform: scale(1);
  --webkit-transform: scale(1);
  transform: scale(1);
  --ms-transition: transform 0.3s 0s, visibility 0s 0s;
  --webkit-transition: transform 0.3s 0s, visibility 0s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s;
}

.cd-quick-view.add-content .cover-image .aspect__ratio {
  padding-top: 120%;
}

.cd-quick-view ::-webkit-scrollbar {
  width: 5px;
}

.cd-quick-view .product-single {
  margin-top: 0;
}

.cd-quick-view .product-single .product-single__content {
  padding-left: 0;
  padding-right: 0;
}

.cd-quick-view .product-single .product-single__price {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 100%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 100%;
  --ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

.cd-quick-view .product-single .product-single__review {
  margin-left: 0;
}

.cd-quick-view .product-single .product-single__notify {
  margin-bottom: 30px;
}

.cd-quick-view .product-single .shopify-payment-button {
  margin-bottom: 30px;
}

.cd-quick-view .product-single .product-form__action {
  position: relative;
  left: 0;
  top: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cd-quick-view
  .product-single
  .product-form__action
  .product-form__item--submit {
  margin-bottom: 0;
  margin-top: 3px;
}

.cd-quick-view .product-form__item--quantity {
  margin-right: 25px;
}

.cd-quick-view .product-form__item--quantity .qty-box {
  border: 1px solid #e7e7e7;
}

.cd-quick-view .product-form__item--quantity .qty-box .product-form__input {
  width: 45px;
  height: 32px;
  padding: 0;
}

.cd-quick-view .cd-item-info .sold-by-meta a {
  color: #06c;
  text-transform: capitalize;
  margin-left: 5px;
}

.cd-quick-view .cd-item-info .meta-vendor .sold-by-meta {
  margin-left: 5px;
}

.cd-quick-view .cd-item-info .meta-vendor .sold-by-tag {
  color: #000;
}

.cd-quick-view .cd-item-info .stock .stock-tag {
  color: #000;
}

.cd-quick-view .qty-box .decrease {
  margin-left: 5px;
  cursor: pointer;
}

.cd-quick-view .qty-box .increase {
  margin-right: 5px;
  cursor: pointer;
}

.cd-slider-wrapper {
  position: relative;
  display: block;
  float: left;
  width: 43%;
  height: auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.cd-item-info {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 57%;
  margin: 0;
  float: left;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.cd-item-info .product-info {
  height: auto;
  overflow-y: auto;
  padding: 30px 30px 0;
}

.cd-item-info .product-info .entry-product-header {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

.cd-item-info .product-info .entry-product-header .product-single__title {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
}

.cd-item-info .product-info .entry-product-header .entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-wrap: wrap;
}

.cd-item-info .product-info .entry-product-header .entry-meta li {
  padding: 0 15px;
  position: relative;
  margin-bottom: 0;
}

.cd-item-info .product-info .entry-product-header .entry-meta li:first-child {
  padding-left: 0px;
}

.cd-item-info .product-info .entry-product-header .entry-meta li:last-child {
  padding-right: 0px;
}

.cd-item-info .product-info .summary .stock {
  padding: 0 18px;
  position: relative;
}

.cd-item-info .product-info .summary .stock .stock-status {
  font-weight: 600;
  margin-left: 5px;
  color: #8bc500;
}

.cd-item-info .product-info .summary .stock .stock-status-out {
  font-weight: 600;
  margin-left: 5px;
  color: red;
}

.cd-item-info .product-info .summary .summary-header {
  margin: 0px 10px 10px 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.cd-item-info .product-info .summary .summary-header .meta-vendor {
  padding: 0 18px 0 0;
  position: relative;
}

.cd-item-info
  .product-info
  .summary
  .summary-header
  .meta-vendor
  .sold-by-meta
  a {
  font-size: 16px;
  font-weight: 600;
  color: #06c;
}

.cd-item-info
  .product-info
  .summary
  .summary-header
  .meta-vendor
  .sold-by-meta:after {
  position: absolute;
  top: 50%;
  right: -3px;
  --webkit-transform: translateY(-50%);
  --ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 13px;
  background-color: #d3d3d3;
}

.cd-item-info .product-info .product-single__short {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
}

.cd-item-info .product-info label {
  position: relative;
  font-size: 12px;
  margin-bottom: 3px;
}

.cd-item-info .product-info .product-form__action {
  margin-bottom: 30px;
}

.cd-item-info
  .product-info
  .product-form__action
  .product-form__item--submit
  .product-form__cart-submit {
  background-color: #1877f2;
  height: 52px;
  line-height: 52px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  min-width: 210px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 1px;
  width: 50%;
}

.cd-item-info
  .product-info
  .product-form__action
  .product-form__item--submit
  .addwishlist_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  margin-left: 30px;
  font-size: 28px;
  color: #e7e7e7;
  font-weight: 200;
}

.cd-item-info
  .product-info
  .product-form__action
  .product-form__item--submit
  .addwishlist_btn:hover {
  color: #000;
}

.cd-close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  cursor: pointer;
  --ms-transform: scale(0);
  --webkit-transform: scale(0);
  transform: scale(0);
  --ms-transition: transform 0.3s 0s, visibility 0s 0.3s;
  --webkit-transition: transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
}

.cd-close:hover:before,
.cd-close:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}

.cd-close:before,
.cd-close:after {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -1px;
  margin-right: -12px;
  display: inline-block;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

.cd-close:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-close:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  body.overlay-layer {
    overflow: hidden;
  }
  body.overlay-layer:after {
    visibility: visible;
    opacity: 1;
    --ms-transition: opacity 0.3s 0s, visibility 0s 0s;
    --webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
  }
  .cd-quick-view {
    display: block;
    position: fixed;
    max-width: 960px;
    visibility: hidden;
    --ms-transform: translateZ(0);
    --webkit-transform: translateZ(0);
    transform: translateZ(0);
    --webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, width;
    z-index: 10000;
  }
  .cd-quick-view.is-visible {
    visibility: visible;
  }
  .cd-quick-view.animate-width {
    background-color: #fff;
    --webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    --ms-transition: box-shadow 0.3s;
    --webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
  }
}

.spr-badge .spr-badge-starrating {
  margin-right: 0;
}

.spr-badge .spr-badge-caption {
  display: none;
}

.spr-review .spr-icon,
.spr-review [class^="spr-icon-"]:before,
.spr-review [class*=" spr-icon-"]:before,
.spr-starrating .spr-icon,
.spr-starrating [class^="spr-icon-"]:before,
.spr-starrating [class*=" spr-icon-"]:before {
  font-size: 100%;
}

.spr-review .spr-icon,
.spr-starrating .spr-icon {
  margin-left: 1px;
}

.spr-review .spr-icon:first-child,
.spr-starrating .spr-icon:first-child {
  margin-left: 0;
}

.spr-review .spr-icon.spr-icon-star-empty,
.spr-starrating .spr-icon.spr-icon-star-empty {
  opacity: 1;
}

.spr-review .spr-icon.spr-icon-star,
.spr-review .spr-icon.spr-icon-star-half-alt,
.spr-starrating .spr-icon.spr-icon-star,
.spr-starrating .spr-icon.spr-icon-star-half-alt {
  color: #f5ca59;
}

.addcart_btn_single:before {
  content: attr(data-title);
  display: inline-block;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.addcart_btn_single.adding:before {
  opacity: 0;
}

.addcart_btn_single.adding span:after {
  opacity: 1;
}

.addcart_btn_single.added:before {
  content: attr(data-added);
}

.addcart_btn_single span:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
  --ms-animation: loadSpin 0.7s infinite linear;
  --webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.addcart_btn_single .icon_cart_alt {
  display: none;
}

.product-template__container[data-product_swatch_color="true"]
  .product-form__variants
  .selector-wrapper.color
  .single-option-selector,
.product-template__container[data-product_swatch_color="true"]
  .product-form__variants
  .selector-wrapper
  .colour
  .single-option-selector,
.product-template__container[data-product_swatch_color_advanced="true"]
  .product-form__variants
  .selector-wrapper.color
  .single-option-selector,
.product-template__container[data-product_swatch_color_advanced="true"]
  .product-form__variants
  .selector-wrapper
  .colour
  .single-option-selector {
  opacity: 0;
}

.product-template__container[data-product_swatch_size="true"]
  .product-form__variants
  .selector-wrapper.size
  .single-option-selector {
  opacity: 0;
}

.product-single__navigation {
  background-color: #f1f1f1;
  color: #000;
  padding: 10px 0;
}

.product-single__navigation .breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  --webkit-box-flex: 1;
  --webkit-flex: 1 1 auto;
  --moz-box-flex: 1;
  --moz-flex: 1 1 auto;
  --ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-single__navigation .breadcrumbs li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  text-transform: capitalize;
}

.product-single__navigation .breadcrumbs li:after {
  content: "\35";
  font-family: "ElegantIcons";
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.product-single__navigation .breadcrumbs li:last-child:after {
  display: none;
}

.product-single__navigation .breadcrumbs li > span {
  color: #788188;
}

.product-single__navigation .breadcrumbs a {
  color: #06c;
  display: inline-block;
}

.product-single__navigation .breadcrumbs a:hover {
  color: #1877f2;
}

.product-single__navigation .navs {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 auto;
  --moz-box-flex: 0;
  --moz-flex: 0 0 auto;
  --ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin: 0 -2px;
}

.product-single__navigation .navs li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 2px;
  position: relative;
}

.product-single__navigation .navs li > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  color: inherit;
}

.product-single__navigation .navs li:hover > a {
  color: #1877f2;
}

.product-single__navigation .navs li:hover .product__short {
  opacity: 1;
  visibility: visible;
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-single__navigation .navs i {
  display: block;
  font-size: 24px;
}

.product-single__navigation .navs svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.product-single__navigation .navs [data-tooltip] {
  position: relative;
}

.product-single__navigation .navs [data-tooltip]:after {
  content: attr(data-tooltip);
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 50%;
  bottom: 100%;
  background-color: #1877f2;
  color: #000;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.product-single__navigation .navs [data-tooltip]:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1877f2;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.product-single__navigation .navs [data-tooltip]:hover:after,
.product-single__navigation .navs [data-tooltip]:hover:before {
  opacity: 1;
  visibility: visible;
}

.product-single__navigation .navs .product__short {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 100%;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  min-width: 240px;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(-20px);
  --webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease,
    transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.product-single__navigation .navs .product__short .product__short-inner {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  --webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.product-single__navigation .navs .product__short .product__short-inner > a {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 auto;
  --moz-box-flex: 0;
  --moz-flex: 0 0 auto;
  --ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-single__navigation .navs .product__short .product__short-inner img {
  max-height: 95px;
}

.product-single__navigation .navs .product__short .product__short-inner p {
  --webkit-box-flex: 1;
  --webkit-flex: 1 1 auto;
  --moz-box-flex: 1;
  --moz-flex: 1 1 auto;
  --ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  padding: 10px 15px;
}

.product-single__navigation .navs .product__short .product__short-inner p a {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #000;
}

.product-single__navigation
  .navs
  .product__short
  .product__short-inner
  p
  a:hover {
  color: #1877f2;
}

.product-single {
  margin-top: 40px;
  padding-bottom: 40px;
}

.product-single .product-single__tabs {
  margin-top: 30px;
  text-align: left;
}

.product-single .product-single__tabs .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-single .product-single__tabs .product-tabs {
  margin-bottom: 20px;
}

.product-single .product-single__tabs .product-tabs li a {
  padding-top: 20px;
}

.product-single .product-single__tabs .product-tabs__title {
  font-size: 14px;
}

.product-single .tabs-layout-plain .product-tabs__title {
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}

.product-single #shopify-product-reviews .spr-header-title,
.product-single #shopify-product-reviews .spr-form-title {
  font-weight: 500;
}

.product-single #shopify-product-reviews .spr-summary-actions {
  top: 0;
}

.product-single #shopify-product-reviews .spr-summary-caption {
  font-size: inherit;
}

.product-single #shopify-product-reviews .spr-header,
.product-single #shopify-product-reviews .spr-content {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 100%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 100%;
  --ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.product-single #shopify-product-reviews .spr-content {
  margin-top: 20px;
}

.product-single .thumbnails-wrapper {
  margin-left: -2px;
  margin-right: -2px;
}

.product-single__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

.product-single__price {
  font-size: 14px;
  font-weight: 500;
}

.product-single__price .product-price__price {
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  color: #f30;
  padding-right: 8px;
}

.product-single__price s {
  display: inline-block;
  opacity: 1;
}

.product-single__review {
  margin-left: auto;
  margin-bottom: 8px;
}

.product-single__review .spr-badge {
  cursor: pointer;
}

.product-single__review .spr-badge:hover .spr-badge-caption {
  color: #1877f2;
}

.product-single__review .spr-badge-caption {
  display: inline-block;
  margin-left: 5px;
  color: #000;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.product-single__countdown {
  margin-bottom: 25px;
}

.product-single__countdown .countdown-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  --webkit-flex-wrap: nowrap;
  --moz-flex-wrap: nowrap;
  --ms-flex-wrap: none;
  flex-wrap: nowrap;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.product-single__countdown .countdown-section {
  width: 100%;
  max-width: 70px;
  position: relative;
  margin: 0 5px;
  padding: 15px 0;
  white-space: nowrap;
  text-align: center;
  background-color: #f7f8fa;
}

.product-single__countdown .countdown-section:first-child {
  margin-left: 0;
}

.product-single__countdown .countdown-section:last-child {
  margin-right: 0;
}

.product-single__countdown .countdown-amount {
  font-size: 24px;
  line-height: 15px;
  display: block;
  font-weight: 600;
  color: #f30;
  width: 70px;
  height: 40px;
}

.product-single__countdown .countdown-period {
  display: block;
  padding-top: 3px;
}

.product-single__short {
  margin-bottom: 30px;
}

.product-single__more a {
  font-weight: 600;
  color: #1877f2;
}

.product-single__more a:hover {
  color: #000;
}

.product-form__item--submit {
  --webkit-box-flex: 1;
  --webkit-flex: 1 1 auto;
  --moz-box-flex: 1;
  --moz-flex: 1 1 auto;
  --ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.product-form__item--submit .btn {
  padding: 0 10px;
  height: 50px;
  width: 50px;
  min-width: 50px;
}

.product-form__item--submit .btn + .btn {
  margin-left: 15px;
}

.product-form__item--submit .btn i {
  font-size: 18px;
  display: block;
  line-height: 46px;
}

.product-form__item--submit .btn[data-tooltip] {
  position: relative;
}

.product-form__item--submit .btn[data-tooltip]:after {
  content: attr(data-tooltip);
  text-transform: none;
  font-size: 12px !important;
  font-weight: 500;
  position: absolute;
  right: 50%;
  bottom: 100%;
  background-color: #1877f2;
  color: #000;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.product-form__item--submit .btn[data-tooltip] i:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1877f2;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.product-form__item--submit .btn[data-tooltip]:hover:after,
.product-form__item--submit .btn[data-tooltip]:hover i:after {
  opacity: 1;
  visibility: visible;
}

.product-form__item--submit .btn.adding i:before {
  content: "" !important;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  --ms-animation: loadSpin 0.7s infinite linear;
  --webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
}

.product-form__item--submit .btn.added[data-added]:after {
  content: attr(data-added);
}

.product-form__item--submit .btn.added.addcart_btn i:before {
  content: "\e07a";
}

.product-form__item--submit .btn.added.addwishlist_btn i:before {
  content: "\e089";
}

.product-form__item--submit .btn.added.addcompare_btn i:before {
  content: "\e07c";
}

.product-form__item--submit .btn.added i {
  opacity: 1 !important;
}

.product-form__item--submit .btn-act.adding span {
  color: transparent;
}

.product-form__item--submit .btn-act.adding span:after {
  opacity: 1;
}

.product-form__item--submit .btn-act span {
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.product-form__item--submit .btn-act span:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid #000;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
  --ms-animation: loadSpin 0.7s infinite linear;
  --webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.product-single__notify {
  background-color: #1877f2;
  color: #000;
  padding: 25px 30px 30px;
}

.product-single__notify label {
  color: inherit;
  display: block;
  font-size: 16px;
}

.product-single__notify .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-single__notify .form-group .form-control {
  background-color: #fff;
  border-color: #fff;
}

.product-single__notify .form-group .form-btn {
  padding: 0 30px;
  height: 42px;
  border: none;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  cursor: pointer;
}

.product-single__grouped {
  margin-bottom: 30px;
}

.product-single__grouped table {
  width: 100%;
}

.product-single__grouped th {
  background-color: #f7f8fa;
  color: #000;
  font-weight: 600;
}

.product-single__grouped td {
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
}

.product-single__grouped tbody tr:first-child td {
  border-top: 0;
}

.product-single__grouped .qty {
  width: 92px;
  text-align: center;
}

.product-single__grouped label {
  color: #000;
  display: block;
}

.product-single__grouped .col-auto + .col-auto {
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
}

.product-single__grouped .item__image {
  width: 65px;
  height: 65px;
  min-width: 65px;
  max-width: 65px;
  background-position: top center;
  -webkit-background-size: cover;
  --moz-background-size: cover;
  --o-background-size: cover;
  background-size: cover;
}

.product-single__grouped .item__price {
  color: #f30;
}

.product-single__grouped .item__price .price {
  font-weight: 600;
}

.product-single__grouped .item__price .compare_at_price {
  margin-left: 5px;
  color: #788188;
}

.product-single__before {
  margin-bottom: 20px;
}

.product-single__after {
  margin-top: 20px;
}

.shopify-payment-button {
  margin-top: 20px;
}

.shopify-payment-button .shopify-payment-button__more-options,
.shopify-payment-button .shopify-cleanslate {
  display: none;
}

.shopify-payment-button .shopify-payment-button__button {
  outline: none;
  line-height: 45px;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  background-color: #06c !important;
  color: #fff !important;
}

.shopify-payment-button .shopify-payment-button__button:disabled,
.shopify-payment-button .shopify-payment-button__button[disabled],
.shopify-payment-button .shopify-payment-button__button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.shopify-payment-button .shopify-payment-button__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.shopify-payment-button .shopify-payment-button__button:hover:after {
  opacity: 0.2;
}

.product-single__sidechart {
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
}

.product-single__sidechart + .product-single__share {
  margin-left: auto;
}

.sizechart_btn {
  display: inline-block;
}

.sizechart_btn svg {
  width: 12px;
  height: 12px;
  fill: #000;
  margin-right: 5px;
}

.product-single__share .at-resp-share-element .at-share-btn {
  margin: 2px;
}

.product-single__meta {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
  color: #000;
}

.product-single__meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  border-top: 1px solid #e7e7e7;
}

.product-single__meta li {
  display: block;
  margin-top: 7px;
}

.product-single__meta span {
  display: inline-block;
  color: #788188;
  font-weight: 600;
  margin-left: 2px;
  text-transform: none;
}

.product-single__meta a {
  color: #788188;
}

.product-single__meta a:hover {
  color: #1877f2;
}

.product-single__thumbnails {
  margin-top: 4px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.product-single__thumbnails.slick-vertical .slick-slide {
  border: none;
}

.product-single__thumbnails .slick-slide {
  font-size: 0;
  line-height: 1;
}

.product-single__thumbnails .slick-slide .product-single__thumbnails-item {
  width: 100%;
}

.product-single__thumbnails .slick-current .product-single__thumbnail-image {
  opacity: 0.2;
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-single__thumbnails
  .slick-current
  .product-single__thumbnail.video
  .product-single__thumbnail-image {
  color: #000;
  opacity: 1;
}

.product-single__thumbnails .slick-list {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  --webkit-box-flex: 1;
  --webkit-flex: 1 1 100%;
  --moz-box-flex: 1;
  --moz-flex: 1 1 100%;
  --ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}

.product-single__thumbnails .slick-arrow {
  position: absolute;
  z-index: 4;
  display: none !important;
  width: 40px;
  height: 40px;
  top: -60px;
  left: auto;
  right: 20px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.95);
  --webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
  --ms-transition: color 0.25s ease, background-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}

.product-single__thumbnails .slick-arrow.slick-prev {
  right: 62px;
}

.product-single__thumbnails .slick-arrow.slick-disabled {
  cursor: not-allowed;
}

.product-single__thumbnails .slick-arrow:not(.slick-disabled):hover {
  color: #000;
  background-color: #1877f2;
}

.product-single__thumbnails .slick-arrow:not(.slick-disabled):before {
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}

.product-single__thumbnails .product-single__thumbnails-item {
  padding-left: 2px;
  padding-right: 2px;
  width: 20%;
  max-width: 100%;
}

.product-single__thumbnails .product-single__thumbnails-item .aspect__ratio {
  padding-top: 120%;
}

.product-single__thumbnails
  > .product-single__thumbnails-item:nth-child(n + 6) {
  display: none;
}

.product-single__thumbnails
  .product-single__thumbnail:not(.video):hover
  .product-single__thumbnail-image {
  opacity: 0.2;
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}

.product-single__thumbnails
  .product-single__thumbnail.video
  .product-single__thumbnail-image {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #f7f8fa;
  color: #1877f2;
  width: 80%;
  --webkit-backface-visibility: hidden;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.product-single__thumbnails
  .product-single__thumbnail.video
  .product-single__thumbnail-image
  svg {
  width: 40%;
  height: 100%;
  fill: currentColor;
}

.product-single__thumbnails
  .product-single__thumbnail.video
  .product-single__thumbnail-image:hover {
  color: #000;
}

.product-single__thumbnails .product-single__thumbnail-image {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(-10px);
  --webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  --ms-transition: opacity 0.25s ease, transform 0.25s ease;
  --webkit-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.product-single__photo-wrapper [class*="product-single__photos-"] {
  font-size: 0;
}

.product-single__photo-wrapper
  [class*="product-single__photos-"]
  .product-single__photo-container {
  display: none;
  position: relative;
}

.product-single__photo-wrapper
  [class*="product-single__photos-"]
  .product-single__photo-container:first-child {
  display: block;
}

.product-single__photo .zoomImg {
  z-index: 3;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.product-single__photo .zoomImg.active {
  --ms-transition: opacity 0.7s ease;
  --webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.product-single__photo .feature-row__image {
  width: 100%;
}

.product-single__photo .aspect__ratio {
  padding-top: 120%;
  display: none;
}

.product-single__show-gallary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  height: 50px;
  min-width: 50px;
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  color: #000;
  --webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  --ms-transition: color 0.1s ease, background-color 0.1s ease;
  --webkit-transition: color 0.1s ease, background-color 0.1s ease;
  transition: color 0.1s ease, background-color 0.1s ease;
}

.product-single__show-gallary:hover {
  background-color: #1877f2;
  color: #000;
}

.product-single__show-gallary:hover span {
  padding-right: 20px;
  max-width: 200px;
  --ms-transition: padding 0.25s ease, max-width 0.25s ease;
  --webkit-transition: padding 0.25s ease, max-width 0.25s ease;
  transition: padding 0.25s ease, max-width 0.25s ease;
}

.product-single__show-gallary i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.product-single__show-gallary i svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.product-single__show-gallary span {
  white-space: nowrap;
  max-width: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 12px;
  --ms-transition: padding 0.01s ease, max-width 0.01s ease;
  --webkit-transition: padding 0.01s ease, max-width 0.01s ease;
  transition: padding 0.01s ease, max-width 0.01s ease;
}

.mf-product-layout-3 .product-form__variants .wrapper-swatches {
  background-color: #f1f1f1;
}

.product-form__variants {
  margin-bottom: 25px;
}

.product-form__variants .selector-wrapper {
  margin-bottom: 20px;
}

.product-form__variants .selector-wrapper .option-select-label {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
}

.product-form__variants .selector-wrapper .option-select-value {
  display: inline-block;
  color: #1877f2;
  text-transform: none;
}

.product-form__variants .wrapper-swatches {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0 -5px;
  background-color: #fff;
}

.product-form__variants .wrapper-swatches.color .swatch-element,
.product-form__variants .wrapper-swatches.colour .swatch-element {
  font-size: 0;
}

.product-form__variants .wrapper-swatches.color .swatch-element label,
.product-form__variants .wrapper-swatches.colour .swatch-element label {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border: 1px solid #e7e7e7;
}

.product-form__variants
  .wrapper-swatches.color
  .swatch-element
  input.selected
  + label
  i,
.product-form__variants .wrapper-swatches.color .swatch-element label:hover i,
.product-form__variants
  .wrapper-swatches.colour
  .swatch-element
  input.selected
  + label
  i,
.product-form__variants .wrapper-swatches.colour .swatch-element label:hover i {
  --webkit-box-shadow: inset 0 0 0 3px #1877f2;
  box-shadow: inset 0 0 0 3px #1877f2;
}

.product-form__variants
  .wrapper-swatches.color
  .swatch-element.sold_out
  input.selected
  + label
  i,
.product-form__variants
  .wrapper-swatches.color
  .swatch-element.sold_out
  label:hover
  i,
.product-form__variants
  .wrapper-swatches.color
  .swatch-element.unavailable
  input.selected
  + label
  i,
.product-form__variants
  .wrapper-swatches.color
  .swatch-element.unavailable
  label:hover
  i,
.product-form__variants
  .wrapper-swatches.colour
  .swatch-element.sold_out
  input.selected
  + label
  i,
.product-form__variants
  .wrapper-swatches.colour
  .swatch-element.sold_out
  label:hover
  i,
.product-form__variants
  .wrapper-swatches.colour
  .swatch-element.unavailable
  input.selected
  + label
  i,
.product-form__variants
  .wrapper-swatches.colour
  .swatch-element.unavailable
  label:hover
  i {
  --webkit-box-shadow: inset 0 0 0 3px #000;
  box-shadow: inset 0 0 0 3px #000;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.product-form__variants .wrapper-swatches.color .soldout-image,
.product-form__variants .wrapper-swatches.colour .soldout-image {
  width: 40px;
  height: 40px;
}

.product-form__variants
  .wrapper-swatches.size
  .swatch-element
  input.selected
  + label,
.product-form__variants .wrapper-swatches.size .swatch-element label:hover {
  background-color: #1877f2;
  color: white;
}

.product-form__variants
  .wrapper-swatches.size
  .swatch-element.sold_out
  input.selected
  + label,
.product-form__variants
  .wrapper-swatches.size
  .swatch-element.sold_out
  label:hover,
.product-form__variants
  .wrapper-swatches.size
  .swatch-element.unavailable
  input.selected
  + label,
.product-form__variants
  .wrapper-swatches.size
  .swatch-element.unavailable
  label:hover {
  background-color: #000;
  color: #000;
}

.product-form__variants
  .wrapper-swatches.size
  .swatch-element.sold_out
  input.selected
  + label
  .soldout-image,
.product-form__variants
  .wrapper-swatches.size
  .swatch-element.sold_out
  label:hover
  .soldout-image,
.product-form__variants
  .wrapper-swatches.size
  .swatch-element.unavailable
  input.selected
  + label
  .soldout-image,
.product-form__variants
  .wrapper-swatches.size
  .swatch-element.unavailable
  label:hover
  .soldout-image {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20496.096%20496.096%22%3E%3Cpath%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20d%3D%22M259.41%2C247.998L493.754%2C13.654c3.123-3.124%2C3.123-8.188%2C0-11.312c-3.124-3.123-8.188-3.123-11.312%2C0L248.098%2C236.686%20%20%20%20L13.754%2C2.342C10.576-0.727%2C5.512-0.639%2C2.442%2C2.539c-2.994%2C3.1-2.994%2C8.015%2C0%2C11.115l234.344%2C234.344L2.442%2C482.342%20%20%20%20c-3.178%2C3.07-3.266%2C8.134-0.196%2C11.312s8.134%2C3.266%2C11.312%2C0.196c0.067-0.064%2C0.132-0.13%2C0.196-0.196L248.098%2C259.31%20%20%20%20l234.344%2C234.344c3.178%2C3.07%2C8.242%2C2.982%2C11.312-0.196c2.995-3.1%2C2.995-8.016%2C0-11.116L259.41%2C247.998z%22/%3E%3C/svg%3E);
}

.product-form__variants .wrapper-swatches .swatch-element {
  margin: 10px 5px 0;
}

.product-form__variants
  .wrapper-swatches
  .swatch-element.sold_out
  .soldout-image,
.product-form__variants
  .wrapper-swatches
  .swatch-element.unavailable
  .soldout-image {
  opacity: 1;
}

.product-form__variants .wrapper-swatches .swatch-element input {
  display: none;
}

.product-form__variants
  .wrapper-swatches
  .swatch-element
  input.selected
  + label {
  cursor: default;
}

.product-form__variants .wrapper-swatches .swatch-element label {
  position: relative;
  min-width: 40px;
  min-height: 32px;
  padding: 0px 15px;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  --ms-transition: color 0.25s ease, background-color 0.25s ease;
  --webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
  background-color: #f7f8fa;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.product-form__variants .wrapper-swatches .swatch-element label i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  --moz-background-size: cover;
  --o-background-size: cover;
  background-size: cover;
  --ms-transition: box-shadow 0.25s ease;
  --webkit-transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
}

.product-form__variants .btooltip {
  position: relative;
}

.product-form__variants .btooltip:after {
  content: attr(title);
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 50%;
  bottom: 100%;
  background-color: #000;
  color: #fff;
  white-space: pre;
  margin-bottom: 10px;
  line-height: 1.6;
  padding: 5px 10px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.product-form__variants .btooltip:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  margin-bottom: 5px;
  opacity: 0;
  visibility: hidden;
  --webkit-backface-visibility: hidden;
  --ms-transform: translateX(50%);
  --webkit-transform: translateX(50%);
  transform: translateX(50%);
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.product-form__variants .btooltip:hover:after,
.product-form__variants .btooltip:hover:before {
  opacity: 1;
  visibility: visible;
}

.product-form__variants .soldout-image {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20224.512%20224.512%22%3E%3Cpolygon%20points%3D%22224.507%2C6.997%20217.521%2C0%20112.256%2C105.258%206.998%2C0%200.005%2C6.997%20105.263%2C112.254%20%20%20%200.005%2C217.512%206.998%2C224.512%20112.256%2C119.24%20217.521%2C224.512%20224.507%2C217.512%20119.249%2C112.254%20%20%22/%3E%3C/svg%3E);
  opacity: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  --webkit-background-size: contain;
  --moz-background-size: contain;
  --o-background-size: contain;
  background-size: contain;
  z-index: 2;
  --ms-transform: translate(-50%, -50%);
  --webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  --ms-transition: opacity 0.25s ease, background 0.25s ease;
  --webkit-transition: opacity 0.25s ease, background 0.25s ease;
  transition: opacity 0.25s ease, background 0.25s ease;
}

.single-product-layout-1 .product-single__tabs,
.single-product-layout-2 .product-single__tabs {
  margin-top: 30px;
}

.product-single__tabs {
  margin-top: 0px;
  border-top: 1px solid #e7e7e7;
}

.product-single__tabs:after {
  content: "";
  display: table;
  clear: both;
}

.product-single__tabs .product-tabs {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  text-align: center;
}

.product-single__tabs .product-tabs li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 30px;
  font-weight: 600;
  color: #000;
}

.product-single__tabs .product-tabs li:first-child {
  margin-left: 0;
}

.product-single__tabs .product-tabs li a {
  color: inherit;
  opacity: 0.5;
  padding-top: 30px;
  padding-bottom: 10px;
}

.product-single__tabs .product-tabs li a:hover,
.product-single__tabs .product-tabs li a.active,
.product-single__tabs .product-tabs li a.active:before {
  opacity: 1;
}

.product-single__tabs .product-tabs li a:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 3px solid #1877f2;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.product-single__tabs .product-tabs__title {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.product-single__tabs .product-tabs__panel {
  display: none;
}

#shopify-product-reviews {
  margin: 0;
}

#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

#shopify-product-reviews .spr-header,
#shopify-product-reviews .spr-content {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 50%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 50%;
  --ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-form-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

#shopify-product-reviews .spr-summary {
  position: relative;
  text-align: left;
}

#shopify-product-reviews .spr-summary-caption {
  font-size: 18px;
  display: block;
}

#shopify-product-reviews .spr-summary-actions {
  position: absolute;
  top: 5px;
  right: 0;
}

#shopify-product-reviews .spr-form {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}

#shopify-product-reviews .spr-reviews {
  margin-top: 0;
}

#shopify-product-reviews .spr-reviews strong,
#shopify-product-reviews .spr-reviews b {
  font-weight: 600;
}

#shopify-product-reviews .spr-review-content {
  margin-bottom: 5px;
}

#shopify-product-reviews .spr-review {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  border-color: #e7e7e7;
}

#shopify-product-reviews .spr-review:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

#shopify-product-reviews .spr-review:last-child {
  padding-bottom: 0;
}

#shopify-product-reviews .spr-form-label {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}

#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title,
#shopify-product-reviews .spr-form-review-body {
  margin-bottom: 20px;
}

#shopify-product-reviews .spr-form-input-textarea {
  height: 100px;
  min-height: 100px;
}

#shopify-product-reviews .spr-button-primary {
  float: none;
}

#shopify-product-reviews .spr-review-header-title {
  font-size: 14px;
}

#shopify-product-reviews .spr-form-message {
  padding: 15px 20px;
  margin-bottom: 20px;
}

#shopify-product-reviews .spr-form-message-error {
  background-color: rgba(218, 88, 48, 0.1);
  color: #da5830;
}

#shopify-product-reviews .spr-form-input-error,
#shopify-product-reviews input[type="text"].spr-form-input-error,
#shopify-product-reviews input[type="email"].spr-form-input-error {
  border-color: #da5830;
}

#shopify-product-reviews .spr-form-message-success {
  background-color: rgba(82, 194, 125, 0.1);
  color: #52c27d;
}

.tabs-layout-tabs .product-tabs__wrapper .product-tabs__title {
  display: none;
}

.tabs-layout-accordion .product-tabs {
  display: none;
}

.tabs-layout-accordion .product-tabs__title {
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0.5;
}

.tabs-layout-accordion .product-tabs__title:hover,
.tabs-layout-accordion .product-tabs__title.active {
  opacity: 1;
}

.tabs-layout-accordion .product-tabs__title.active {
  color: #1877f2;
}

.tabs-layout-accordion .product-tabs__wrapper {
  border-bottom: 1px solid #e7e7e7;
}

.tabs-layout-accordion .product-tabs__panel {
  margin-bottom: 30px;
}

.tabs-layout-accordion #shopify-product-reviews {
  margin-top: 10px;
}

.tabs-layout-plain {
  margin-top: 0;
  border-top: 0;
}

.tabs-layout-plain .product-tabs {
  display: none;
}

.tabs-layout-plain .product-tabs__title {
  pointer-events: none;
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
}

.tabs-layout-plain .product-tabs__panel {
  display: block;
}

.product-single__form.hide-variant-labels
  .product-form__variants
  .selector-wrapper
  .option-select-label {
  display: none;
}

@media (min-width: 576px) {
  .tabs-layout-tabs .product-tabs__panel {
    display: none !important;
    --ms-animation: fadeIn 0.5s;
    --webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
  }
  .tabs-layout-tabs .product-tabs__panel.active {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .product-single
    .col-lg-12
    .product-single__photos.without
    .product-single__photo
    .aspect__ratio {
    padding-top: 75.01875%;
    display: block;
  }
  .product-single
    .col-lg-12
    .product-single__photos.without
    .product-single__photo
    .feature-row__image {
    display: none;
  }
  .product-single .col-lg-12 .product-single__content {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 720px;
    --moz-box-flex: 0;
    --moz-flex: 0 0 720px;
    --ms-flex: 0 0 720px;
    flex: 0 0 720px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .product-single .col-lg-12 .product-single__price,
  .product-single .col-lg-12 .product-single__sidechart,
  .product-single .col-lg-12 .product-single__share {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single .col-lg-12 .product-single__review {
    margin-right: auto;
  }
  .product-single .col-lg-12 .product-single__meta:before {
    left: 50%;
    margin-left: -25px;
  }
  .product-single .col-lg-12 .product-single__tabs .product-tabs__title {
    text-align: center;
  }
  .product-single .col-lg-12 .product-form__variants .wrapper-swatches,
  .product-single .col-lg-12 .product-single__countdown .countdown-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .product-single .col-lg-12 .product-single__title {
    font-size: 28px;
  }
  .product-single__photos.left .product-single__thumbnails {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    --webkit-box-align: stretch;
    --ms-flex-align: stretch;
    --webkit-align-items: stretch;
    --moz-align-items: stretch;
    align-items: stretch;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin-top: -7px;
    margin-bottom: -7px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .product-single__photos.left .product-single__thumbnails-item {
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
  }
  .product-single__photos.left .slick-arrow {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    overflow: hidden;
    position: static;
    height: 30px;
    line-height: 30px;
    width: 48%;
    --webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    background-color: #f7f8fa;
    --ms-transition: color 0.25s ease, background-color 0.25s ease;
    --webkit-transition: color 0.25s ease, background-color 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease;
  }
  .product-single__photos.left .slick-arrow.slick-disabled {
    cursor: not-allowed;
  }
  .product-single__photos.left .slick-arrow:not(.slick-disabled):hover {
    color: #000;
    background-color: #1877f2;
  }
  .product-single__photos.left .slick-arrow:not(.slick-disabled):before {
    --ms-transform: none;
    --webkit-transform: none;
    transform: none;
  }
  .product-single__photos.left .slick-next:before {
    content: "\33";
  }
  .product-single__photos.left .slick-prev:before {
    content: "\32";
  }
  .product-single__photos.without .thumbnails-wrapper {
    display: none;
  }
  .product-single__photos.without
    .product-single__photo-wrapper
    [class*="product-single__photos-"] {
    padding-left: 20%;
    padding-right: 20%;
  }
  .product-single__photos.without
    .product-single__photo-wrapper
    [class*="product-single__photos-"].slick-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .product-single__photos.without .product-single__photo-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-single__photos.without
    .product-single__photo-container:first-child
    .product-single__show-gallary {
    visibility: visible;
  }
  .product-single__photos.without .product-single__show-gallary {
    visibility: hidden;
    margin-left: 15px;
  }
  .product-single__photos.without .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .product-single__photos.without .slick-slide .product-single__show-gallary {
    visibility: hidden !important;
  }
  .product-single__photos.without .slick-current .product-single__show-gallary {
    visibility: visible !important;
  }
}

@media (min-width: 992px) {
  .product-single__countdown .countdown-amount {
    font-size: 26px;
  }
  .product-single .col-lg-12 .product-single__content {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 50%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 50%;
    --ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 40px;
  }
  .product-single .offset-lg-1 .product-single__sidechart,
  .product-single .offset-lg-1 .product-single__share {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single__content {
    padding-left: 0px;
  }
  .product-single__photos.bottom_grid
    .product-single__photo-container:first-child
    .product-single__show-gallary,
  .product-single__photos.bottom_combined
    .product-single__photo-container:first-child
    .product-single__show-gallary {
    visibility: visible;
  }
  .product-single__photos.bottom_grid .product-single__show-gallary,
  .product-single__photos.bottom_combined .product-single__show-gallary {
    visibility: hidden;
  }
  .product-single__photos.bottom_grid
    .slick-slide
    .product-single__show-gallary,
  .product-single__photos.bottom_combined
    .slick-slide
    .product-single__show-gallary {
    visibility: hidden !important;
  }
  .product-single__photos.bottom_grid
    .slick-slide:first-child
    .product-single__show-gallary,
  .product-single__photos.bottom_combined
    .slick-slide:first-child
    .product-single__show-gallary {
    visibility: visible !important;
  }
  .product-single__photos.bottom_column .thumbnails-wrapper,
  .product-single__photos.bottom_grid .thumbnails-wrapper,
  .product-single__photos.bottom_combined .thumbnails-wrapper {
    display: none;
  }
  .product-single__photos.bottom_column .product-single__photo-container,
  .product-single__photos.bottom_grid .product-single__photo-container,
  .product-single__photos.bottom_combined .product-single__photo-container {
    display: block;
  }
  .product-single__photos.bottom_column .slick-track,
  .product-single__photos.bottom_grid .slick-track,
  .product-single__photos.bottom_combined .slick-track {
    width: 100% !important;
    opacity: 1 !important;
  }
  .product-single__photos.bottom_column .slick-slide,
  .product-single__photos.bottom_grid .slick-slide,
  .product-single__photos.bottom_combined .slick-slide {
    width: 100% !important;
    position: static !important;
    display: block !important;
    opacity: 1 !important;
  }
  .product-single__photos.bottom_column .product-single__photo-container {
    margin-bottom: 25px;
  }
  .product-single__photos.bottom_column
    .product-single__photo-container:first-child
    .product-single__photo {
    --ms-transform: translateY(0);
    --webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-single__photos.bottom_column .product-single__photo {
    --ms-transform: translateY(100px);
    --webkit-transform: translateY(100px);
    transform: translateY(100px);
    display: block !important;
  }
  .product-single__photos.bottom_column
    .slick-slide
    .product-single__photo-container
    .product-single__photo {
    --ms-transform: translateY(100px);
    --webkit-transform: translateY(100px);
    transform: translateY(100px);
    --ms-transition: transform 1.2s ease;
    --webkit-transition: transform 1.2s ease;
    transition: transform 1.2s ease;
  }
  .product-single__photos.bottom_column
    .slick-slide
    .product-single__photo-container
    .product-single__photo.come-in {
    --ms-transform: translateY(0);
    --webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-single__photos.bottom_column
    .slick-slide:first-child
    .product-single__photo-container
    .product-single__photo {
    --ms-transform: translateY(0);
    --webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-single__photos.bottom_grid
    .product-single__photo-wrapper
    [class*="product-single__photos-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .product-single__photos.bottom_grid .product-single__photo-container {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 50%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 50%;
    --ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .product-single__photos.bottom_grid
    .product-single__photo-container:first-child {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single__photos.bottom_grid .product-single__photo {
    display: block !important;
  }
  .product-single__photos.bottom_grid .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-single__photos.bottom_grid .slick-slide {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 50%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 50%;
    --ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-single__photos.bottom_grid .slick-slide:first-child {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single__photos.bottom_combined
    .product-single__photo-wrapper
    [class*="product-single__photos-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .product-single__photos.bottom_combined .product-single__photo-container {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 60%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 60%;
    --ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .product-single__photos.bottom_combined
    .product-single__photo-container:first-child {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single__photos.bottom_combined
    .product-single__photo-container:nth-child(4n + 3),
  .product-single__photos.bottom_combined
    .product-single__photo-container:nth-child(4n + 4) {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 40%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 40%;
    --ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 30px;
  }
  .product-single__photos.bottom_combined .product-single__photo {
    display: block !important;
    width: 100%;
  }
  .product-single__photos.bottom_combined .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .product-single__photos.bottom_combined .slick-slide {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 60%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 60%;
    --ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .product-single__photos.bottom_combined .slick-slide:first-child {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single__photos.bottom_combined .slick-slide:nth-child(4n + 3),
  .product-single__photos.bottom_combined .slick-slide:nth-child(4n + 4) {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 40%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 40%;
    --ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 20px;
  }
  .product-view__full .page-subheading {
    text-align: center;
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .product-single__thumbnails .product-single__thumbnails-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .product-single__content {
    margin-top: 20px;
  }
  .product-single__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #shopify-product-reviews {
    margin-top: 10px;
  }
  #shopify-product-reviews .spr-header,
  #shopify-product-reviews .spr-content {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #shopify-product-reviews .spr-content {
    margin-top: 30px;
  }
  #shopify-product-reviews .spr-summary-caption {
    font-size: inherit;
  }
  .tabs-layout-plain .product-tabs__title {
    margin-top: 40px;
  }
  .product-single {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-single .col-lg-12 .product-single__content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-single .product-single__photos .zoomImg {
    display: none;
  }
}

@media (max-width: 575px) {
  .product-single__navigation .breadcrumbs li:after {
    padding: 0 2px;
  }
  .product-single__navigation .breadcrumbs li:first-child a span {
    font-size: 0;
  }
  .product-single__navigation .breadcrumbs li:first-child a span:before {
    content: "\e074";
    font-family: "ElegantIcons";
    font-size: 14px;
  }
  .product-single .product-single__price {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single .product-single__review {
    margin-left: 0;
  }
  .product-single .product-single__sidechart,
  .product-single .product-single__share {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-single .product-single__sidechart + .product-single__share {
    margin-top: 15px;
  }
  .product-single .product-single__share .at-resp-share-element .at-share-btn {
    margin-right: 5px;
  }
  .product-single__tabs.tabs-layout-tabs .product-tabs {
    display: none;
  }
  .product-single__tabs.tabs-layout-tabs .product-tabs__wrapper {
    border-bottom: 1px solid #e7e7e7;
  }
  .product-single__tabs.tabs-layout-tabs
    .product-tabs__wrapper
    .product-tabs__title {
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0.5;
    display: block;
  }
  .product-single__tabs.tabs-layout-tabs
    .product-tabs__wrapper
    .product-tabs__title:hover,
  .product-single__tabs.tabs-layout-tabs
    .product-tabs__wrapper
    .product-tabs__title.active {
    opacity: 1;
  }
  .product-single__tabs.tabs-layout-tabs
    .product-tabs__wrapper
    .product-tabs__title.active {
    color: #1877f2;
  }
  .product-single__tabs.tabs-layout-tabs
    .product-tabs__wrapper
    .product-tabs__panel {
    margin-bottom: 30px;
  }
}

.template-password.password-opened {
  overflow: hidden;
  margin-right: 15px;
}

.template-password.password-opened .password-modal {
  opacity: 1;
  visibility: visible;
}

.template-password a,
.template-password h1,
.template-password h2,
.template-password h3,
.template-password h4,
.template-password h5,
.template-password h6,
.template-password .h1,
.template-password .h2,
.template-password .h3,
.template-password .h4,
.template-password .h5,
.template-password .h6 {
  color: #000;
}

.template-password .password-image {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  --moz-background-size: cover;
  --o-background-size: cover;
  background-size: cover;
  background-position: top center;
}

.template-password .password-page {
  padding: 90px 0 0;
  text-align: center;
}

.template-password .header__logo-link {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

.template-password .header__logo-image {
  display: inline-block;
}

.template-password .password-login {
  position: fixed;
  top: 20px;
  right: 20px;
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  z-index: 1;
  background-color: #1877f2;
  color: #000;
}

.template-password .password-login:hover:after {
  opacity: 0.2;
}

.template-password .password-login:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.template-password .password__title {
  font-family: "Abril Fatface", serif;
  font-size: 84px;
  margin-top: 20px;
  margin-bottom: 0;
}

.template-password .password-message {
  font-family: "Old Standard TT", serif;
  font-style: italic;
  font-size: 18px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 60px;
}

.template-password .password-message:after {
  content: "";
  width: 50px;
  border-top: 1px solid #e7e7e7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.template-password .password-newsletter {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 60px;
}

.template-password .password__form-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.template-password .password__input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.template-password .password__input-group input {
  height: 50px;
  background-color: #fff;
  color: #000;
  min-width: 180px;
}

.template-password .password__input-group button {
  height: 50px;
  border: 0;
  background: #000;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
}

.template-password .password-sharing {
  margin-top: 60px;
}

.template-password .social-sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.template-password .social-sharing li {
  padding: 0 5px;
}

.template-password .password-countdown {
  margin-top: 60px;
  min-height: 90px;
}

.template-password .countdown-section {
  display: inline-block;
  margin: 0 20px;
}

.template-password .countdown-amount {
  font-size: 60px;
  line-height: 1.2;
  font-family: "Abril Fatface", serif;
  letter-spacing: 1px;
}

.template-password .countdown-period {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}

.template-password .password-powered-by {
  padding: 30px 0 20px;
  line-height: 24px;
}

.template-password .alert__message {
  text-align: left;
}

.template-password .password-modal {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.template-password .modal__content {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
}

.template-password .password__input-link {
  margin-top: 20px;
}

.template-password .password__input-link a {
  color: #1877f2;
}

.template-password .modal__close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  height: 100px;
  width: 100px;
  z-index: 10;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.template-password .modal__close:hover:before,
.template-password .modal__close:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}

.template-password .modal__close:before,
.template-password .modal__close:after {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  right: 50%;
  top: 50%;
  margin-top: -2px;
  margin-right: -20px;
  display: inline-block;
  background-color: #000;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

.template-password .modal__close:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.template-password .modal__close:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.template-password #weketing_google_translate_element {
  display: none;
}

@media (max-width: 575px) {
  .template-password .password__title {
    font-size: 60px;
  }
  .template-password .countdown-section {
    margin: 0 10px;
  }
  .template-password .countdown-amount {
    font-size: 42px;
    line-height: 1.2;
  }
}

.page-faqs .page-heading {
  margin-top: 90px;
  margin-bottom: 120px;
  text-transform: none;
}

.page-faqs .page-caption {
  line-height: 1.6;
  font-size: 16px;
}

.page-faqs .page-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

.faq-item {
  margin-bottom: 35px;
}

.g-title {
  font-size: 20px;
  font-weight: 600;
  color: #1877f2;
  margin-bottom: 35px;
}

.g-title + .faq-caption {
  margin-bottom: 35px;
  margin-top: -20px;
}

.faq-question {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.faq-line {
  border-top: 1px solid #e7e7e7;
  margin-top: 35px;
  margin-bottom: 70px;
}

.faq-accordion input:checked + .faq-question:after {
  --ms-transform: rotate(-180deg);
  --webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-accordion input:checked + .faq-question + .faq-answer {
  display: block;
}

.faq-accordion .faq-question {
  position: relative;
  cursor: pointer;
  --ms-transition: color 0.25s ease;
  --webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

.faq-accordion .faq-question:hover {
  color: #1877f2;
}

.faq-accordion .faq-question:after {
  content: "\33";
  font-family: "ElegantIcons";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  display: block;
  line-height: 16px;
  margin-top: -8px;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

.faq-accordion .faq-question label {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding-right: 30px;
}

.faq-accordion .faq-answer {
  display: none;
  --ms-animation: fadeIn 0.5s;
  --webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

@media (min-width: 768px) {
  .page-faqs .page-heading {
    font-size: 36px;
  }
}

.vc_row {
  position: relative;
  left: 0px;
  box-sizing: border-box;
}

.vc_row:before {
  content: " ";
  display: table;
}

.vc_row .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.vc_row .container-fluid .wpb_column {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.vc_row .container-fluid .wpb_column .thumbnail img {
  width: 100%;
  display: inline;
  height: auto;
}

.about-counter {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  justify-content: unset;
  width: 100%;
}

.martfury-counter {
  text-align: center;
}

.martfury-counter .mf-icon {
  color: #1877f2;
  display: block;
  margin-bottom: 28px;
}

.martfury-counter .mf-icon i {
  font-size: 72px;
}

.martfury-counter .counter {
  font-size: 48px;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
}

.martfury-counter .title {
  font-size: 16px;
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.about-line {
  border-top: 1px solid #e7e7e7;
}

.member-item {
  margin: 15px 0;
}

.martfury-contact {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.martfury-contact h4 {
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .martfury-contact {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
  }
}

.martfury-member {
  position: relative;
}

.martfury-member .member-content {
  position: absolute;
  left: 25px;
  bottom: 20px;
  z-index: 10;
  color: #000;
}

.martfury-member .member-content .name {
  color: #000;
  margin: 0 0 2px;
  font-weight: 600;
  --ms-transform: translateY(100%);
  --webkit-transform: translateY(100%);
  transform: translateY(100%);
  --ms-transition: transform 0.5s ease;
  --webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  opacity: 0;
  font-size: 18px;
}

.martfury-member .member-content .job {
  --ms-transform: translateY(100%);
  --webkit-transform: translateY(100%);
  transform: translateY(100%);
  --ms-transition: transform 0.5s ease;
  --webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  opacity: 0;
  display: block;
}

.martfury-member .member-content .socials {
  margin-top: 15px;
  --ms-transform: translateY(100%);
  --webkit-transform: translateY(100%);
  transform: translateY(100%);
  --ms-transition: transform 0.5s ease;
  --webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  opacity: 0;
}

.martfury-member:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #1877f2;
  opacity: 0;
  --ms-transition: transform 0.5s ease;
  --webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.martfury-member:hover .name,
.martfury-member:hover .job,
.martfury-member:hover .socials {
  --webkit-transform: translateY(0);
  --ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.martfury-member:hover .job {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.martfury-member:hover .socials {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.martfury-member:hover:after {
  opacity: 0.9;
}

.our-partners {
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.our-partners .partner-members .partner-heading {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
}

.our-partners .partner-members .partner-subheading {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  padding: 55px 0 80px 0;
}

.our-partners .partner-members .partner-items {
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.about-introduction .about-background {
  height: 100%;
  min-height: 350px;
  background-position: top center;
  -webkit-background-size: cover;
  --moz-background-size: cover;
  --o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-introduction .about-content {
  font-size: 18px;
  line-height: 1.6;
}

.about-introduction .about-content strong,
.about-introduction .about-content b {
  color: #000;
}

.about-introduction strong.first {
  border: 2px solid;
  padding: 0 5px;
  display: inline-block;
  min-width: 40px;
  min-height: 40px;
  line-height: 36px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #06c;
}

.about-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

.about-subheading {
  margin-bottom: 45px;
  font-size: 36px;
  font-weight: 400;
  color: black;
  line-height: 1.2;
}

.about-subheading2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 10px;
}

.about-image {
  width: 100%;
  margin-bottom: 40px;
}

.team-heading {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 85px;
}

.team-member {
  text-align: center;
  margin-bottom: 20px;
}

.team-member:last-child {
  margin-bottom: 0;
}

.team-member .name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
}

.page-about {
  margin-bottom: -40px;
}

.page-about.layout-v2 {
  margin-bottom: 20px;
}

.page-about.layout-v2 > .container > .row {
  margin-left: -40px;
  margin-right: -40px;
}

.page-about.layout-v2 > .container > .row > .col-12 {
  padding-left: 40px;
  padding-right: 40px;
}

.page-about.layout-v2 .about-heading {
  font-size: 48px;
  margin: 75px 0;
}

.page-about.layout-v2 .about-heading + .about-subheading {
  margin-top: -60px;
  margin-bottom: 75px;
}

.page-about .thumbnail {
  padding-left: 0;
  padding-right: 0;
}

.page-about .main_banner_img {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .about-heading {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .martfury-counter .counter {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .about-heading {
    font-size: 28px !important;
    margin-bottom: 15px;
  }
  .about-subheading {
    font-size: 16px !important;
  }
  .team-heading {
    margin-bottom: 30px;
  }
  .martfury-counter {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .our-partners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .our-partners .partner-members .partner-subheading {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.site-footer {
  padding: 0px;
  background-color: #004ec4;
  color: #fff;
  font-size: 14px;
}

.site-footer .footer-layout {
  border-top: 1px solid #e7e7e7;
}

.site-footer a {
  color: #fff;
  position: relative;
}

.site-footer a:hover {
  color: #000;
}

.site-footer .footer__widget .mc_footer .widget-title {
  margin-bottom: 30px;
}

.site-footer .footer__widget .mc_footer .mc_footer_content form {
  width: 100%;
}

.site-footer
  .footer__widget
  .mc_footer
  .mc_footer_content
  form
  .mc-form-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.site-footer
  .footer__widget
  .mc_footer
  .mc_footer_content
  form
  .mc-form-fields
  input {
  height: 48px;
  min-width: 240px;
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
  border-radius: 3px 0 0 3px;
  border-right: 0;
  background-color: #fff;
}

.site-footer
  .footer__widget
  .mc_footer
  .mc_footer_content
  form
  .mc-form-fields
  button {
  border-radius: 0 3px 3px 0;
}

.footer__col {
  padding: 0 15px 15px;
}

.footer__col.col-p-100 {
  padding-top: 0;
  padding-bottom: 0;
}

.footer__col .footer__line {
  border-top: 1px solid #e7e7e7;
}

.footer__col .icon-box-step {
  list-style: none;
}

.footer__col .icon-box-step:after {
  position: absolute;
  top: -50px;
  right: 0;
  width: 1px;
  height: 60px;
  background-color: #dadada;
  content: "";
}

.site-copyright {
  padding-bottom: 0px;
  padding-top: 15px;
  background-color: #004ec4;
  color: #fff;
  font-size: 14px;
}

.site-copyright .copyright {
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.site-copyright .footer__col {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.site-copyright a {
  color: #000;
}

.site-copyright a:hover {
  color: #1877f2;
}

.site-copyright .footer__widget {
  margin-top: 0px;
}

.site-copyright .footer__widget + .footer__widget {
  margin-top: 15px;
}

.site-copyright .footer__widget .linklist li {
  display: inline-block;
  padding-top: 0;
  padding-left: 20px;
}

.site-copyright .footer__widget .linklist li:first-child {
  padding-left: 0;
}

.site-copyright .footer__widget .social-icons li {
  margin-bottom: 5px;
}

.footer__widget {
  margin-top: 0px;
}

.footer__widget .linklist li {
  position: relative;
  margin: 0;
}

.footer__widget .linklist li a:before {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  content: "";
  --ms-transition: 0.35s;
  --webkit-transition: 0.35s;
  transition: 0.35s;
}

.footer__widget .linklist li a:hover:before {
  width: 100%;
  right: auto;
}

.footer__widget + .footer__widget {
  margin-top: 0px;
}

.footer__widget .row .heading {
  margin-bottom: 0px;
}

.footer__widget .heading {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer__widget .heading label {
  position: relative;
  margin-bottom: 0;
  display: block;
}

.footer__widget .info-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.footer__widget .info-item .info-thumb {
  font-size: 40px;
  color: #1877f2;
  line-height: 1;
  display: block;
  margin-right: 20px;
}

.footer__widget .info-item-sep {
  position: relative;
  display: none;
}

.footer__widget .info-item-sep:after {
  position: absolute;
  top: -75px;
  right: 10px;
  width: 1px;
  height: 60px;
  background-color: #dadada;
  content: "";
}

.footer__widget .widget_nav_menu {
  margin-bottom: 10px;
  display: block;
}

.footer__widget .widget_nav_menu .heading {
  display: inline-block;
  margin-bottom: 0;
  font-size: inherit;
  padding-right: 5px;
}

.footer__widget .widget_nav_menu .widget_nav_menu_container {
  display: inline-block;
}

.footer__widget .widget_nav_menu .content {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__widget .widget_nav_menu .content li {
  position: relative;
  display: inline-block;
  --float: left;
  margin: 0;
  padding: 0 10px;
}

.footer__widget .widget_nav_menu .content li:after {
  position: absolute;
  top: 50%;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 12px;
  width: 1px;
  content: "";
  background-color: #788188;
}

.footer__widget .widget_nav_menu .content li:last-child::after {
  display: none;
}

.footer__widget .widget_nav_menu .content li a:before {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  content: "";
  --ms-transition: 0.35s;
  --webkit-transition: 0.35s;
  transition: 0.35s;
}

.footer__widget .widget_nav_menu .content li a:hover:before {
  width: 100%;
  right: auto;
}

.footer__widget .linklist {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}

.footer__widget .linklist li {
  padding: 3px 0;
}

.footer__widget .contact {
  color: #666;
}

.footer__widget .contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer__widget .contact li i {
  color: #232323;
  margin-top: 3px;
  margin-right: 10px;
}

.footer__widget .social-icons li {
  padding: 0;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 20px;
}

.footer__widget .social-icons li:last-child {
  margin-right: 0;
}

.footer__widget .newsletter .form-group {
  position: relative;
}

.footer__widget .newsletter .form-control {
  background-color: #fff;
}

.footer__widget .newsletter .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 50px;
  font-weight: 400;
  text-transform: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer__widget .newsletter p strong,
.footer__widget .newsletter p em {
  font-weight: 500;
  color: #1877f2;
}

.totop_btn {
  position: fixed;
  z-index: 10;
  bottom: 20px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  padding: 0;
  cursor: pointer;
  border: 2px solid;
  color: #000;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  --ms-transition: all 0.25s ease;
  --webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.totop_btn:after {
  display: none;
}

.totop_btn.on {
  right: 30px;
}

.totop_btn:hover {
  color: #000;
  background-color: #1877f2;
  border-color: #1877f2;
  border-radius: 20px;
}

.totop_btn.shape-1 {
  border-radius: 50%;
}

.totop_btn.shape-3 {
  border-radius: 5px;
}

@media (max-width: 991px) {
  .footer__col {
    max-width: 100%;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer__col-half {
    max-width: 50%;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 50%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 50%;
    --ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer__widget .widget_nav_menu .heading {
    display: block;
    margin-bottom: 5px;
  }
  .footer__widget .widget_nav_menu .content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .site-copyright .footer__col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .site-copyright .footer__widget {
    text-align: center !important;
  }
  .site-copyright .footer__widget .html {
    margin-top: 15px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .site-copyright .footer__widget .html img {
    padding-left: 27px;
  }
}

@media (max-width: 768px) {
  .site-footer .footer__widget .mc_footer .widget-title {
    margin-bottom: 30px;
  }
  .site-footer .footer__widget .mc_footer .mc_footer_content form {
    width: 100%;
  }
  .site-footer
    .footer__widget
    .mc_footer
    .mc_footer_content
    form
    .mc-form-fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
    --webkit-flex-wrap: wrap;
    --moz-flex-wrap: wrap;
    --ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer
    .footer__widget
    .mc_footer
    .mc_footer_content
    form
    .mc-form-fields
    input {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0;
  }
  .site-footer
    .footer__widget
    .mc_footer
    .mc_footer_content
    form
    .mc-form-fields
    button {
    border-radius: 0;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .footer__col {
    padding-bottom: 10px;
    max-width: 100%;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .site-copyright {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .site-copyright .text-right,
  .site-copyright .text-center {
    text-align: left !important;
  }
  .site-copyright .footer__widget {
    margin-top: 10px;
  }
  .footer__widget {
    margin-top: 15px;
  }
  .footer__widget .heading {
    margin-bottom: 15px;
  }
  .footer__widget .social-icons li {
    margin-top: 15px;
  }
}

body:not(.template-index, .template-404) .site-content {
  padding-bottom: 40px;
}

body.template-index .site-content {
  margin-bottom: 0px;
}

.container-section {
  margin-bottom: 0px;
}

.container-section .heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 15px;
}

.container-section .subheading {
  font-size: 14px;
}

.container-section .heading + .wrapper,
.container-section .subheading + .wrapper {
  margin-top: 2rem;
}

.posts-section .blog__grid {
  margin-bottom: -30px;
}

.posts-section .article__listing {
  margin: 0 0 30px;
}

.posts-section .article__title a {
  border-bottom: 0;
}

.posts-section .listing {
  margin-bottom: -2rem;
}

.posts-section .listing .item {
  text-align: left;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.posts-section .listing .item.line {
  display: none;
}

.posts-section .listing .article__date {
  position: static;
  margin: 0;
  display: block;
  --ms-transform: none;
  --webkit-transform: none;
  transform: none;
}

.posts-section .listing .right {
  padding-left: 20px;
}

.posts-section .listing .article__title {
  font-size: 18px !important;
  font-weight: 500;
  margin-top: 0 !important;
}

.posts-section .listing .article__meta-buttons {
  margin-top: 10px;
  font-size: 14px;
}

.posts-section .listing .article__meta-buttons a,
.posts-section .listing .article__meta-buttons span {
  background: none;
  padding-left: 0;
  opacity: 0.5;
  color: #000;
  --ms-transition: opacity 0.25s ease, color 0.25s ease;
  --webkit-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.posts-section .listing .article__meta-buttons a:hover {
  background: none;
  opacity: 1;
  color: #1877f2;
}

.posts-section .listing .article__excerpt {
  margin: 10px 0 0;
  padding: 0;
}

.posts-section .listing .btn {
  margin-top: 1.5rem;
}

.instagram-section .listing {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram-section .has-comments .comments,
.instagram-section .has-likes .likes {
  display: inline;
}

.instagram-section .item {
  padding: 0 5px;
  display: block;
  position: relative;
}

.instagram-section .item:hover:after {
  opacity: 0.5;
}

.instagram-section .item:hover img {
  filter: gray;
  -webkit-filter: grayscale(1);
}

.instagram-section .item:hover .meta {
  opacity: 1;
  transition-delay: 0.1s;
}

.instagram-section .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.instagram-section .item img {
  width: 100%;
  --ms-transition: filter 0.25s ease;
  --webkit-transition: filter 0.25s ease;
  transition: filter 0.25s ease;
}

.instagram-section .meta {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.instagram-section .likes {
  display: none;
  padding: 0 5px;
}

.instagram-section .likes:before {
  content: "\e030";
  font-family: "ElegantIcons";
  padding-right: 5px;
}

.instagram-section .comments {
  display: none;
  padding: 0 5px;
}

.instagram-section .comments:before {
  content: "\77";
  font-family: "ElegantIcons";
  padding-right: 5px;
}

.instagram-section .grid-2 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 50%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 50%;
  --ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.instagram-section .grid-3 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 33.33333%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 33.33333%;
  --ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.3333333333%;
}

.instagram-section .grid-4 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 25%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 25%;
  --ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.instagram-section .grid-5 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 20%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 20%;
  --ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.instagram-section .grid-6 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 16.66667%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 16.66667%;
  --ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.666666666666667%;
}

.instagram-section .grid-7 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 14.28571%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 14.28571%;
  --ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
  max-width: 14.285714285714286%;
}

.instagram-section .grid-8 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 12.5%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 12.5%;
  --ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.instagram-section .grid-9 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 11.11111%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 11.11111%;
  --ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
  max-width: 11.111111111111111%;
}

.instagram-section .grid-10 .item {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 10%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 10%;
  --ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

.newsletter-section {
  padding: 60px 0;
}

.newsletter-section.has-background {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
}

.newsletter-section.has-background .form-control {
  border: none;
  background-color: #fff;
}

.newsletter-section .col-left .subheading {
  margin: 0px;
}

.newsletter-section .col-left .heading {
  font-size: 24px;
  font-weight: 600;
}

.newsletter-section .form-group {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.newsletter-section .form-control {
  height: 50px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.newsletter-section .btn {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.newsletter-opened {
  overflow: hidden;
}

.newsletter-opened .newsletter-popup {
  opacity: 1;
  visibility: visible;
}

.newsletter-popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.newsletter-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
}

.newsletter-popup-section {
  max-width: 830px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background-color: #fff;
  --ms-transform: translate(-50%, -50%);
  --webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.newsletter-popup-section .close_icon {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 0;
  background-color: #000;
}

.newsletter-popup-section .close_icon:hover:before,
.newsletter-popup-section .close_icon:hover:after {
  --ms-transform: rotate(0);
  --webkit-transform: rotate(0);
  transform: rotate(0);
}

.newsletter-popup-section .close_icon:before,
.newsletter-popup-section .close_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -1px;
  width: 13px;
  height: 2px;
  display: inline-block;
  --webkit-backface-visibility: hidden;
  background-color: #fff;
  --ms-transition: transform 0.25s ease;
  --webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}

.newsletter-popup-section .close_icon:before {
  --ms-transform: rotate(45deg);
  --webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsletter-popup-section .close_icon:after {
  --ms-transform: rotate(-45deg);
  --webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.newsletter-popup-section .wrapper {
  margin-bottom: 30px;
}

.newsletter-popup-section .wrapper .form-control {
  width: 100%;
  text-align: center;
  height: 44px;
  line-height: 44px;
  margin-bottom: 20px;
  border-color: #c9c9c9;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 10px;
}

.newsletter-popup-section .wrapper .mf-mc-submit {
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  background-color: #1877f2;
  transition: all 0.5s;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.newsletter-popup-section .btn-primary {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.quotes-section.has-background {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f5f5f5;
  background-size: cover;
}

.quotes-section.has-background .quotes-slide {
  padding: 30px;
  background-color: #fff;
}

.quotes-section .slick-current .quotes-slide {
  opacity: 1;
  transition-delay: 0.5s;
  position: relative;
}

.quotes-section .slick-current .quotes__text {
  text-align: left;
}

.quotes-section .slick-current .quotes__text .icon_quotations {
  opacity: 1;
  color: #1877f2;
  transition-delay: 0.5s;
  position: absolute;
  right: 20px;
  top: 0px;
}

.quotes-section .quotes-slide {
  margin: 0 10px;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: relative;
}

.quotes-section .quotes__avatar {
  width: 220px;
}

.quotes-section .quotes__avatar + .quotes__text {
  padding-left: 30px;
}

.quotes-section .quotes__text {
  text-align: left;
}

.quotes-section .quotes__text .icon_quotations {
  font-size: 48px;
  opacity: 1;
  --ms-transition: opacity 0.25s ease, color 0.25s ease;
  --webkit-transition: opacity 0.25s ease, color 0.25s ease;
  transition: opacity 0.25s ease, color 0.25s ease;
  position: absolute;
  right: 20px;
  top: 0;
  color: #1877f2;
}

.quotes-section .heading {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.quotes-section .quotes_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.quotes-section .quotes_header .quotes__author {
  padding-right: 10px;
}

.columns-section .listing {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 2rem 0;
}

.columns-section .listing li {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.columns-section .listing li:first-child {
  padding-top: 0;
}

.columns-section .listing .left {
  width: 80px;
  min-width: 80px;
}

.columns-section .listing .right {
  padding-left: 20px;
}

.columns-section .listing .name {
  font-size: 14px;
  margin-top: 3px;
  margin-bottom: 9px;
}

.columns-section .listing .review {
  margin-bottom: 7px;
}

.columns-section .listing .vendor a {
  color: #788188;
}

.columns-section .listing .vendor a:hover {
  color: #1877f2;
}

.columns-section .listing .price {
  color: #f30;
}

.columns-section .listing .compare_at_price {
  margin-left: 5px;
}

.columns-section .view_more {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 13px;
  font-weight: 600;
}

.columns-section .view_more i {
  font-weight: inherit;
}

.tabs__container.has-heading .heading_tab {
  display: block;
}

.tabs__container.has-heading .heading {
  margin-bottom: 1.5rem;
}

.tabs__heading {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
  padding-right: 90px;
}

.tabs__heading li {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tabs__heading li:last-child {
  margin-right: 0;
}

.tabs__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: block;
  position: relative;
  color: #000;
  padding: 0.5rem 0;
  --ms-transition: opacity 0.25s ease, font-weight 0.25s ease;
  --webkit-transition: opacity 0.25s ease, font-weight 0.25s ease;
  transition: opacity 0.25s ease, font-weight 0.25s ease;
}

.tabs__title.active {
  opacity: 1;
  font-weight: 500;
}

.tabs__title.active:before {
  opacity: 1;
}

.tabs__title:hover {
  color: #000;
  opacity: 1;
}

.tabs__title:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid #1877f2;
  opacity: 0;
  --ms-transition: opacity 0.25s ease;
  --webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.tabs__panel {
  display: none;
  --ms-animation: fadeIn 0.5s;
  --webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.tabs__panel.active {
  display: block;
}

.tabs-section .view_more i,
.products-section .view_more i {
  font-weight: inherit;
}

.logo-bar {
  list-style: none;
  text-align: center;
}

.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 160px;
  margin: 0 10px;
}

.logo-bar__item svg {
  width: 100%;
  height: 100%;
}

.logo-bar__image {
  display: block;
  margin: 0 auto;
}

.logo-bar__link {
  display: block;
}

.slideshow-wrapper {
  position: relative;
}

.slideshow {
  overflow: hidden;
  height: 270px;
  margin-bottom: 0;
}

.slideshow.slideshow--medium {
  height: 500px;
}

.slideshow.slideshow--large {
  height: 575px;
}

.slideshow.slideshow--window {
  height: 100vh;
}

.slideshow.slideshow--auto {
  height: auto !important;
}

.slideshow.slideshow--auto .slideshow__image {
  background: none !important;
  position: static !important;
}

.slideshow.slideshow--auto .slideshow__link {
  position: static !important;
}

.slideshow .slideshow__slide,
.slideshow .slick-list,
.slideshow .slick-track,
.slideshow .slick-slide > div {
  height: 100%;
}

.slideshow__pause:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  background-color: #557b97;
  padding: 27.5px;
  z-index: 10000;
  transition: none;
}

.video-is-playing .slideshow__pause:focus {
  display: none;
}

.slideshow__pause-stop {
  display: block;
}

.is-paused .slideshow__pause-stop {
  display: none;
}

.slideshow__pause-play {
  display: none;
}

.is-paused .slideshow__pause-play {
  display: block;
}

.slideshow__slide {
  position: relative;
  overflow: hidden;
}

.slideshow__slide.has-border {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.slideshow__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slideshow__link:active,
.slideshow__link:focus {
  opacity: 1;
}

.slideshow__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4246;
  opacity: 0;
  z-index: 3;
}

.slideshow__image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
  --ms-transition: opacity 0.8s ease;
  --webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.slick-initialized .slideshow__image,
.no-js .slideshow__image {
  opacity: 1;
}

.slideshow__slide--background-video .slideshow__image {
  opacity: 0;
}

.no-autoplay .slideshow__image {
  opacity: 1;
}

.ie9 .slideshow__slide {
  z-index: 1 !important;
}

.ie9 .slick-dots {
  z-index: 2;
}

.slideshow__text-wrap {
  height: 100%;
}

.slideshow__link .slideshow__text-wrap {
  cursor: inherit;
}

.slideshow__slide--has-background-video .slideshow__text-wrap {
  padding-top: 165px;
}

.video-is-playing .slideshow__text-wrap {
  display: none;
}

.slideshow__slide.video-is-paused .slideshow__text-wrap {
  display: none;
}

.slideshow__text-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  opacity: 0;
  --ms-transform: translateY(-40%);
  --webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  --ms-transition: all 0.6s ease;
  --webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transition-delay: 0.3s;
  z-index: 3;
}

.slick-active .slideshow__text-content,
.no-js .slideshow__text-content {
  opacity: 1;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slideshow__text-content::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  opacity: 1;
  bottom: -55px;
  left: 50%;
  --ms-animation: loadSpin 0.7s infinite linear;
  --webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
  --ms-transition: all 1s ease;
  --webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.slick-initialized .slideshow__text-content::after,
.no-js .slideshow__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}

.slideshow__title,
.slideshow__subtitle {
  color: inherit;
  margin-top: 10px;
}

.slideshow__slide--has-background-video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slideshow__video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.slideshow__video--background {
  position: relative;
  visibility: hidden;
  opacity: 0;
  --ms-transition: all 0.25s ease;
  --webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.autoplay .slideshow__video--background.video-is-loaded {
  display: block;
  visibility: visible;
  opacity: 1;
}

.slideshow__slide--background-video::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slideshow__video--chrome {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  --ms-transition: all 0.25s ease;
  --webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.ie9 .slideshow__video--chrome {
  display: block;
}

.slideshow__slide.video-is-playing .slideshow__video--chrome,
.slideshow__slide.video-is-paused .slideshow__video--chrome {
  display: block;
  visibility: visible;
  opacity: 1;
}

.slideshow__video-control {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.video-loader {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  z-index: 4;
  top: 50%;
  left: 50%;
  --ms-animation: loadSpin 0.7s infinite linear;
  --webkit-animation: loadSpin 0.7s infinite linear;
  animation: loadSpin 0.7s infinite linear;
  --ms-transition: all 0.1s ease 0.5s;
  --webkit-transition: all 0.1s ease 0.5s;
  transition: all 0.1s ease 0.5s;
}

.ie9 .video-loader,
.video-is-loaded .video-loader,
.video-is-playing .video-loader,
.video-is-paused .video-loader,
.autoplay .video-loader,
.no-autoplay .video-loader {
  content: none;
  display: none;
}

.video-is-loading .video-loader,
.autoplay .video-is-loading .video-loader,
.no-autoplay .video-is-loading .video-loader {
  display: block;
  visibility: visible;
  opacity: 1;
}

.slideshow__video-control--play-wrapper {
  height: 30px;
}

.slideshow__video-control--play {
  opacity: 0;
  color: #fff;
  position: relative;
  margin: 0 auto;
}

.slideshow__video-control--play .slideshow__video--background {
  top: 50%;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-is-loaded .slideshow__video-control--play {
  display: block;
  visibility: visible;
  opacity: 1;
}

.video-is-loading .slideshow__video-control--play,
.video-is-playing .slideshow__video-control--play,
.slideshow__slide.video-is-paused .slideshow__video-control--play {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.slideshow__video-control--play .icon {
  width: 42px;
  height: 100%;
}

.slideshow__video-control--close {
  top: 10px;
  right: 10px;
  z-index: 5;
}

.video-is-playing .slideshow__video-control--close,
.slideshow__slide.video-is-paused .slideshow__video-control--close {
  display: block;
  visibility: visible;
  opacity: 1;
}

.slideshow__video-control--close .icon {
  display: block;
  width: 20px;
  height: 20px;
}

.banners-section .wrapper {
  overflow: hidden;
}

.banner__col {
  margin-top: -10px;
  margin-bottom: -10px;
}

.banner__row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner__widget {
  position: relative;
  height: 100%;
  padding: 25px 20px 25px;
}

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.banner__text {
  position: relative;
  z-index: 2;
  padding: 10px 20px;
}

.banner__title,
.banner__caption {
  margin-bottom: 0;
  font-weight: 300;
  color: inherit;
}

.banner__title + .banner__caption {
  margin-top: 0.5rem;
}

.banner__spacing-0 {
  margin-right: 0;
  margin-left: 0;
}

.banner__spacing-0 .banner__col {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.banner__spacing-0 .banner__row {
  padding-top: 0;
  padding-bottom: 0;
}

.banner__spacing-10 {
  margin-right: -5px;
  margin-left: -5px;
}

.banner__spacing-10 .banner__col {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-left: 5px;
  padding-right: 5px;
}

.banner__spacing-10 .banner__row {
  padding-top: 5px;
  padding-bottom: 5px;
}

.banner__spacing-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.banner__spacing-20 .banner__col {
  margin-top: -10px;
  margin-bottom: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.banner__spacing-20 .banner__row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.banner__spacing-30 {
  margin-right: -15px;
  margin-left: -15px;
}

.banner__spacing-30 .banner__col {
  margin-top: -15px;
  margin-bottom: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner__spacing-30 .banner__row {
  padding-top: 15px;
  padding-bottom: 15px;
}

.countdownTimer-section {
  background-color: #f5f5f5;
}

.countdownTimer-section .wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.countdownTimer-section .timer-wrapper {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 100%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 100%;
  --ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.countdownTimer-section .timer-wrapper h5 {
  margin-bottom: 0;
  background-color: #1877f2;
  color: #000;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
}

.countdownTimer-section .timer {
  background-color: #fff;
}

.countdownTimer-section .timer h3 {
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 300;
}

.countdownTimer-section .countdown-row {
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.countdownTimer-section .countdown-section {
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 25%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 25%;
  --ms-flex: 0 0 25%;
  flex: 0 0 25%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 15px 0;
  border-left: 1px solid #e7e7e7;
}

.countdownTimer-section .countdown-section:first-child {
  border-left: 0;
}

.countdownTimer-section .countdown-amount {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 0 7px;
}

.countdownTimer-section .countdown-period {
  padding: 0 7px;
}

.countdownTimer-section .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.countdownTimer-section .timer-wrapper + .image-wrapper .image {
  background-position: center right;
}

.products-banner-section .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 100%;
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.products-banner-section .image-inner {
  padding: 1.2rem;
  max-width: 70%;
  background-color: #fff;
  color: #000;
}

.products-banner-section .image-inner h3 {
  font-size: 28px;
  font-weight: 300;
  color: inherit;
  margin-bottom: 0;
}

.products-banner-section .image-inner p {
  color: inherit;
  margin-bottom: 0;
  margin-top: 1rem;
}

.products-banner-section .image-inner p em,
.products-banner-section .image-inner p strong {
  color: #1877f2;
}

.products-banner-section .product:last-child .product__item,
.products-banner-section .product:nth-last-child(2) .product__item {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .columns-section .heading {
    font-size: 24px;
    font-weight: 500;
  }
  .countdownTimer-section .timer-wrapper h5 {
    padding: 10px 30px;
  }
  .countdownTimer-section .timer h3 {
    padding: 25px 30px;
    font-size: 24px;
  }
  .countdownTimer-section .countdown-section {
    padding: 25px 0;
  }
  .countdownTimer-section .countdown-amount {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .tabs__container {
    border-top: 1px solid #e7e7e7;
  }
  .tabs__container.has-heading {
    border-top: 0;
  }
  .tabs__container.has-heading .tabs__title {
    padding-top: 0.5rem;
    font-size: 14px;
  }
  .tabs__container.has-heading .tabs__title:before {
    border-top-width: 0px;
  }
  .tabs__container.has-heading .heading {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .tabs__title {
    padding-top: 25px;
    font-size: 24px;
  }
  .tabs__title:before {
    border-top-width: 3px;
  }
  .tabs__heading li {
    margin-right: 30px;
  }
  .posts-section .listing .item.line {
    display: block;
    border-top: 1px solid #e7e7e7;
  }
  .instagram-section {
    position: relative;
  }
  .instagram-section:hover .heading {
    top: 0;
    background-color: #1877f2;
    color: #000;
  }
  .instagram-section .heading {
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    padding: 10px 30px;
    background-color: #fff;
    --webkit-backface-visibility: hidden;
    --ms-transform: translate(-50%, -50%);
    --webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    --ms-transition: top 0.5s ease, background-color 0.25s ease,
      color 0.25s ease;
    --webkit-transition: top 0.5s ease, background-color 0.25s ease,
      color 0.25s ease;
    transition: top 0.5s ease, background-color 0.25s ease, color 0.25s ease;
  }
  .instagram-section .heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    --webkit-backface-visibility: hidden;
    --ms-transition: opacity 0.25s ease;
    --webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .instagram-section .heading:hover:after {
    opacity: 0.2;
  }
  .instagram-section .listing {
    margin-top: 0 !important;
  }
  .newsletter-section .form-group {
    width: 550px;
  }
  .slideshow__video-control--play-wrapper {
    height: 45px;
  }
  .slideshow__video-control--play-wrapper--push {
    margin-top: 30px;
  }
  .slideshow__video-control--play .icon {
    width: 65px;
  }
  .countdownTimer-section .image-wrapper {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 25%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 25%;
    --ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .countdownTimer-section .timer-wrapper {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 75%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 75%;
    --ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .mf-banner-large.layout-2 .featured-image {
    background-size: 100% auto !important;
    background-repeat: no-repeat;
    background-position: right;
  }
}

@media (min-width: 992px) {
  .products-banner-section .image-inner {
    padding: 2rem;
  }
  .products-banner-section .image-inner h3 {
    font-size: 36px;
  }
  .products-section {
    text-align: left;
  }
  .tabs__container.has-heading .tabs__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    --webkit-box-align: center;
    --ms-flex-align: center;
    --webkit-align-items: center;
    --moz-align-items: center;
    align-items: center;
  }
  .tabs__container.has-heading .heading_tab {
    margin-right: auto;
  }
  .tabs__heading {
    text-align: center;
  }
  .tabs__heading {
    padding-right: 0;
  }
  .posts-section .listing .item.line {
    padding-bottom: 1rem;
    margin-top: 1rem;
  }
  .posts-section .listing .right {
    padding-left: 40px;
  }
  .newsletter-section .form-group {
    width: 750px;
  }
  .columns-section .listing .left {
    width: 100px;
    min-width: 100px;
  }
  .countdownTimer-section .image-wrapper {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 50%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 50%;
    --ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .countdownTimer-section .timer-wrapper {
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 50%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 50%;
    --ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .countdownTimer-section .timer h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .banner__col {
    max-width: 100%;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 15px 0;
  }
  .banner__col-half {
    max-width: 50%;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 50%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 50%;
    --ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .feature-section .feature-row__image {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .feature-section .feature-row__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .columns-section .listing .left {
    width: 70px;
    min-width: 70px;
  }
  .mf-banner-large.layout-2 .featured-image {
    background-size: cover !important;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .slideshow {
    height: 300px;
  }
  .slideshow.slideshow--medium {
    height: 650px;
  }
  .slideshow.slideshow--large {
    height: 775px;
  }
  .slideshow__title {
    font-size: 24px !important;
  }
  .slideshow__subtitle {
    font-size: 16px !important;
  }
  .banner__title {
    font-size: 24px !important;
  }
  .banner__caption {
    font-size: 16px !important;
  }
  .products-banner-section .col-12 + .col-12 {
    margin-top: 20px;
  }
  .quotes-section .quotes_header {
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
  }
  .quotes-section .quotes_header .quotes__author {
    padding-right: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .banner__col {
    max-width: 100%;
    --webkit-box-flex: 0;
    --webkit-flex: 0 0 100%;
    --moz-box-flex: 0;
    --moz-flex: 0 0 100%;
    --ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .quotes-section.has-background .quotes-slide {
    padding: 25px 20px;
  }
  .quotes-section .quotes__avatar {
    display: none;
  }
  .quotes-section .quotes__avatar + .quotes__text {
    padding-left: 0;
  }
  .quotes-section .quotes__text .icon_quotations {
    font-size: 36px;
  }
  .quotes-section .quotes__text p {
    margin-bottom: 10px;
  }
  .quotes-section .quotes__author {
    font-size: 18px;
  }
  .quotes-section .quotes-slide {
    margin: 0 20px;
  }
}

.mobile__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile__widget {
  padding: 15px 10px;
}

.mobile__widget label {
  display: block;
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
}

.mobile__widget.search-opened .search__dropdown {
  opacity: 1;
  --ms-transform: translateY(0);
  --webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0s;
}

.mobile__widget .search__dropdown {
  top: 0;
  width: 100%;
  margin-top: 0;
  opacity: 0;
  visibility: visible;
  --ms-transform: translateY(-55px);
  --webkit-transform: translateY(-55px);
  transform: translateY(-55px);
  --ms-transition: transform 0.4s ease, opacity 0s ease 0.4s;
  --webkit-transition: transform 0.4s ease, opacity 0s ease 0.4s;
  transition: transform 0.4s ease, opacity 0s ease 0.4s;
}

.mobile__widget .search__dropdown input {
  height: 52px;
}

.mobile__widget .search__dropdown button {
  --ms-transition: none;
  --webkit-transition: none;
  transition: none;
}

.mobile__widget .search__dropdown button i {
  font-size: 20px;
}

.mobile__widget .search__ajax.loading button i:before {
  content: "\e02d";
  --ms-animation: loadSpin 1s infinite linear;
  --webkit-animation: loadSpin 1s infinite linear;
  animation: loadSpin 1s infinite linear;
  display: block;
}

.mobile__link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.mobile__link svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
}

.mobile__link i {
  font-size: 18px;
}

.mobile__link sup {
  position: absolute;
  left: 10px;
  top: -10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  color: #000;
  background-color: #1877f2;
}

.mobile__line {
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}

.mobile__spacing {
  width: 100%;
}

.mobile-header__nav.menu-opened .mobile__menu-wrapper {
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobile-header__nav.menu-opened .mobile-nav__close {
  visibility: visible;
  opacity: 1;
}

.mobile-header__nav.menu-opened .mobile-nav__close:before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0.4s;
}

.mobile-header__nav .mm-menu {
  background-color: #fff;
  border-color: #e7e7e7;
  color: inherit;
}

.mobile-header__nav .mm-menu.has-ext {
  bottom: 40px;
}

.mobile-header__nav .mm-btn_next:after {
  border: none;
  content: "\35";
  font-family: "ElegantIcons";
  font-size: 24px;
  top: 50%;
  margin: 0;
  right: 15px;
  width: auto;
  height: auto;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-header__nav .mm-btn_prev:before {
  border: none;
  content: "\34";
  font-family: "ElegantIcons";
  font-size: 24px;
  top: 50%;
  margin: 0;
  left: 10px;
  width: auto;
  height: auto;
  --ms-transform: translateY(-50%);
  --webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-header__nav .mm-menu .mm-navbar a,
.mobile-header__nav .mm-menu .mm-navbar > * {
  color: #1877f2;
}

.mobile-header__nav .mm-listitem:after {
  border: none;
}

.mobile-header__nav .mm-listview {
  padding-top: 10px;
}

.mobile-header__nav .mm-listitem > a,
.mobile-header__nav .mm-listitem > span {
  text-transform: uppercase;
}

.mobile-nav__open {
  cursor: pointer;
  height: 20px;
  width: 20px;
  position: relative;
}

.mobile-nav__open i {
  color: #000;
  font-size: 30px;
}

.mobile-nav__close {
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.4s ease, visibility 0.4s ease;
  --webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.mobile-nav__close:before {
  content: "\4d";
  font-family: "ElegantIcons";
  font-size: 24px;
  position: fixed;
  top: 0;
  left: 310px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  --ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  --webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile__menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  color: #000;
  --ms-transform: translateX(-100%);
  --webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  --ms-transition: transform 0.4s ease;
  --webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.mobile__menu-ext {
  position: absolute;
  z-index: 5;
  bottom: 0;
  border-top: 1px solid #e7e7e7;
  width: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
}

.mobile__menu-ext .currency__picker {
  height: 40px;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile__menu-ext .currency__picker .currency__switcher {
  top: auto;
  bottom: 40px;
  left: -1px;
  width: auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile__menu-ext .currency__picker .currency__switcher li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 50%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 50%;
  --ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.mobile__menu-ext .currency__picker + .language__picker {
  margin-left: auto;
}

.mobile__menu-ext .language__picker {
  height: 40px;
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobile__menu-ext .language__picker .language__switcher {
  top: auto;
  bottom: 40px;
  left: -1px;
  width: auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mobile__menu-ext .language__picker .language__switcher li {
  overflow: hidden;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-flex: 0;
  --webkit-flex: 0 0 50%;
  --moz-box-flex: 0;
  --moz-flex: 0 0 50%;
  --ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.weketing-ct-position-cart {
  margin-bottom: 30px;
}

.site-rtl {
  direction: rtl;
  text-align: right;
}

.site-rtl * {
  direction: rtl;
}

.site-rtl .text-left {
  text-align: right !important;
}

.site-rtl .text-right {
  text-align: left !important;
}

.site-rtl .float-left {
  float: right !important;
}

.site-rtl .float-right {
  float: left !important;
}

.site-rtl .position-top_left {
  background-position: top right !important;
}

.site-rtl .position-top_right {
  background-position: top left !important;
}

.site-rtl .position-bottom_left {
  background-position: bottom right !important;
}

.site-rtl .position-bottom_right {
  background-position: bottom left !important;
}

.site-rtl .alert__icon {
  padding-left: 25px;
  padding-right: 0;
}

.site-rtl blockquote {
  margin-left: 0;
  padding-left: 0;
  margin-right: 50px;
  padding-right: 40px;
  border-left: 0;
  border-right: 2px solid #1877f2;
}

.site-rtl blockquote:before {
  left: auto;
  right: 0;
  direction: ltr;
}

@media (max-width: 767px) {
  .site-rtl blockquote {
    padding-left: 0;
    margin-right: 0;
    padding-right: 30px;
  }
}

.site-rtl a.highlight {
  border-left: 0;
  border-right: 2px solid #1877f2;
}

.site-rtl .btn + .btn,
.site-rtl .btn + .btn-link {
  margin-left: 0;
  margin-right: 10px;
}

.site-rtl .form-group input[type="radio"] + label,
.site-rtl .form-group input[type="checkbox"] + label {
  margin-left: 0;
  margin-right: 10px;
}

.site-rtl .select-wrapper:after {
  left: 10px;
  right: auto;
}

.site-rtl .page-subheading {
  text-align: right;
}

.site-rtl .customer__dropdown {
  right: auto;
  left: -25px;
}

.site-rtl .customer__dropdown h3 a {
  margin-right: auto;
  margin-left: 0;
}

.site-rtl .customer__dropdown .customer__dropdown-inner {
  text-align: right;
}

.site-rtl .currency__picker [data-code]:before {
  margin-right: 0;
  margin-left: 7px;
}

@media (max-width: 991px) {
  .site-rtl .products-slider .slick-arrow {
    left: 0;
    right: auto;
  }
  .site-rtl .products-slider .slick-prev {
    right: auto;
    left: 45px;
  }
}

.site-rtl .search__fullscreen .search__close {
  left: 5px;
  right: auto;
}

.site-rtl .search__results .not__found,
.site-rtl .search__results .featured_title {
  text-align: right;
}

.site-rtl .search__results .product__image {
  margin-right: 0;
  margin-left: 15px;
}

.site-rtl .site-widget {
  text-align: right;
}

.site-rtl .site-widget.listing .listing__image-wrapper {
  margin-right: 0;
  margin-left: 20px;
}

.site-rtl .site-widget.filtering .filter-checkbox .filter-tag label {
  padding-left: 0;
  padding-right: 30px;
}

.site-rtl .site-widget.filtering .filter-checkbox .filter-tag label:before {
  left: auto;
  right: 0;
}

.site-rtl .site-header-contact:before {
  padding-right: 0;
  padding-left: 10px;
}

.site-rtl .site-header-contact li {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

.site-rtl .site-header-contact li:first-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.site-rtl .search__select span i,
.site-rtl .site-header-cart .cart__amount {
  margin-left: 0;
  margin-right: 5px;
}

.site-rtl .site-header.header-1 .currency__picker .currency__switcher,
.site-rtl .site-header.header-1 .language__picker .language__switcher,
.site-rtl .site-header.header-2 .currency__picker .currency__switcher,
.site-rtl .site-header.header-2 .language__picker .language__switcher,
.site-rtl .site-header.header-5 .currency__picker .currency__switcher,
.site-rtl .site-header.header-5 .language__picker .language__switcher {
  left: -1px;
  right: auto;
}

.site-rtl .site-header.header-3 .site-header__left,
.site-rtl .site-header.header-4 .site-header__left,
.site-rtl .site-header.header-5 .site-header__left,
.site-rtl .site-header.header-7 .site-header__left {
  margin-left: 20px;
  margin-right: 0;
}

.site-rtl .site-header.header-4 .config__dropdown {
  right: -25px;
  left: auto;
}

.site-rtl .site-header.header-6 .site-header__top {
  text-align: right;
}

.site-rtl .site-header.header-6 .currency__picker .currency__switcher,
.site-rtl .site-header.header-6 .language__picker .language__switcher {
  right: -25px;
  left: auto;
}

.site-rtl .site-header .config__dropdown {
  left: -25px;
  right: auto;
}

.site-rtl .site-header .currency__picker + .language__picker {
  margin-left: 0;
  margin-right: 20px;
}

.site-rtl .site-navigation ul {
  padding-right: 0;
}

.site-rtl .site-nav__link img {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 30px;
}

.site-rtl .site-nav__link .megamenu-label {
  right: auto;
  left: 30px;
  margin-right: 0;
  margin-left: -30px;
}

.site-rtl
  .site-header__center
  .site-nav__item:not(.site-nav--has-dropdown-100)
  > .site-nav__dropdown {
  left: 0;
  right: -30px;
}

.site-rtl .site-header__center .site-nav__link .megamenu-label {
  right: auto;
  left: 15px;
}

.site-rtl .site-header__center .site-navigation {
  text-align: right;
}

.site-rtl .site-nav__item {
  margin-left: 0;
  margin-right: 40px;
}

.site-rtl .site-nav__item:first-child {
  margin-right: 0 !important;
}

@media (max-width: 1199px) {
  .site-rtl .site-header__center .site-nav__item {
    margin-left: 0;
    margin-right: 20px;
  }
}

.site-rtl .minicart {
  text-align: right;
}

.site-rtl .minicart .item__remove {
  left: 10px;
  right: auto;
}

.site-rtl .minicart .item__image {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}

.site-rtl .minicart .cart__total .price {
  margin-left: 0;
  margin-right: auto;
}

.site-rtl .minicart .cart__condition label:before {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.site-rtl .minicart.minicart-sidebar {
  right: auto;
  left: 0;
  --ms-transform: translateX(-340px);
  --webkit-transform: translateX(-340px);
  transform: translateX(-340px);
}

.site-rtl .minicart.minicart-sidebar.opened {
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}

.site-rtl .minicart.minicart-sidebar .cart__heading .cart__close {
  padding-left: 21px;
  padding-right: 0;
}

.site-rtl .minicart.minicart-sidebar .cart__heading .cart__close:before,
.site-rtl .minicart.minicart-sidebar .cart__heading .cart__close:after {
  left: 0;
  right: auto;
}

.site-rtl .minicart__overlay + .cart__message {
  margin-right: -340px;
  margin-left: 0;
}

.site-rtl .footer__widget {
  text-align: right;
}

.site-rtl .footer__widget .newsletter .btn {
  left: 0;
  right: auto;
}

.site-rtl .footer__widget .social-icons li {
  margin-right: 0;
  margin-left: 10px;
}

.site-rtl .footer__widget .social-icons li:last-child {
  margin-left: 0;
}

.site-rtl .footer__widget .contact li i {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 575px) {
  .site-rtl .footer__widget .heading label:after {
    left: 0;
    right: auto;
  }
  .site-rtl .site-copyright .text-left,
  .site-rtl .site-copyright .text-right,
  .site-rtl .site-copyright .text-center {
    text-align: right !important;
  }
}

.site-rtl .blog-header .header__title span {
  margin-left: 0;
  margin-right: -70px;
  left: auto;
  right: 100%;
}

@media (max-width: 991px) {
  .site-rtl .blog-header .header__title span {
    margin-right: -35px;
    margin-left: 0;
  }
}

.site-rtl .blog-header .breadcrumbs {
  padding-left: 0;
  padding-right: 23px;
}

.site-rtl .blog-header .breadcrumbs li:after {
  content: "\34";
}

.site-rtl .blog__grid .article__date {
  right: 30px;
  left: auto;
}

.site-rtl .article__meta-buttons li {
  margin-left: 0;
  margin-right: 1px;
}

.site-rtl .article__meta-buttons li:first-child {
  margin-right: 0;
}

.site-rtl .article__comments .comment__meta li:first-child {
  padding-right: 0;
  margin-right: 0;
  padding-left: 25px;
  margin-left: 25px;
}

.site-rtl .article__comments .comment__meta li:first-child:after {
  right: auto;
  left: -3px;
}

.site-rtl .article__comments .comment__image {
  margin-right: 0;
  margin-left: 40px;
}

.site-rtl .article__comments .comment__list {
  padding-left: 0;
  padding-right: 80px;
}

.site-rtl .article-header {
  text-align: right;
}

.site-rtl .article-header .header__title a {
  right: 100%;
  left: auto;
}

.site-rtl .article-header .header__meta li {
  margin-left: 0;
  margin-right: 1px;
}

.site-rtl .article-header .header__meta li:first-child {
  margin-right: 0;
}

.site-rtl .article-main {
  text-align: right;
}

.site-rtl .article-main .article__buttons {
  left: auto;
  right: 0;
}

@media (max-width: 991px) {
  .site-rtl .article-main .article__buttons .social-sharing {
    margin-left: 0;
    margin-right: 30px;
  }
  .site-rtl .article-main .article__buttons .social-sharing li {
    margin-left: 0;
    margin-right: 1px;
  }
  .site-rtl .article-main .article__buttons .social-sharing li:first-child {
    margin-right: 0;
  }
}

.site-rtl .article-main .article__content {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 991px) {
  .site-rtl .article-main .article__content {
    padding-right: 0;
  }
}

.site-rtl .article__image-wrapper .aspect__ratio-image {
  --ms-transform: translateX(40px);
  --webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.site-rtl .page-contact {
  text-align: right;
}

.site-rtl .page-contact .form-group .page-subheading {
  margin-left: 15px;
  margin-right: 0;
}

.site-rtl .map-section__content > li svg {
  margin-left: 20px;
  margin-right: 0;
}

.site-rtl .page-faqs {
  text-align: right;
}

.site-rtl .faq-accordion .faq-question:after {
  right: auto;
  left: 0;
}

.site-rtl .faq-accordion .faq-question label {
  padding-left: 30px;
  padding-right: 0;
}

.site-rtl .page-about {
  text-align: right;
}

.site-rtl .page-lookbook .breadcrumbs li:first-child:after {
  content: "\34";
}

.site-rtl .site-account .form-group,
.site-rtl .site-account .responsive-table,
.site-rtl .site-account .address,
.site-rtl .site-account .order-status {
  text-align: right;
}

.site-rtl .site-account .order-status strong {
  display: inline-block;
}

.site-rtl .wishlist__table td {
  text-align: right;
}

.site-rtl .page-cart {
  text-align: right;
}

.site-rtl
  .page-cart
  .cart__collaterals
  .cart__totals
  .cart__condition
  label:before,
.site-rtl .page-cart .cart__gift label:before {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.site-rtl .page-cart .cart__update {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767px) {
  .site-rtl .page-cart .cart .item__remove,
  .site-rtl .page-cart .cart .item__name,
  .site-rtl .page-cart .cart .item__price,
  .site-rtl .page-cart .cart .item__quantity,
  .site-rtl .page-cart .cart .item__subtotal {
    text-align: left;
  }
  .site-rtl .page-cart .cart tbody td[data-title]:before {
    float: right;
  }
  .site-rtl .page-cart .cart__mobile-2 .cart__item {
    padding-left: 0;
    padding-right: 115px;
  }
  .site-rtl .page-cart .cart__mobile-2 .item__remove {
    left: -7px;
    right: auto;
  }
  .site-rtl .page-cart .cart__mobile-2 .item__name {
    text-align: right;
  }
  .site-rtl .page-cart .cart__mobile-2 .item__image {
    right: 0;
    left: auto;
  }
}

.site-rtl .collection__image-wrapper:hover .collection__image {
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}

.site-rtl .collection__image-wrapper .collection__image {
  --ms-transform: translateX(40px);
  --webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.site-rtl .collection__content {
  text-align: right;
}

.site-rtl .collection__item.collection__masonry {
  float: right;
}

@media (min-width: 992px) {
  .site-rtl .collection__item.collection__masonry.collection_4 {
    float: left;
  }
}

.site-rtl .page-compare .item__remove .removecompare_btn {
  padding-left: 20px;
  padding-right: 0;
}

.site-rtl .page-compare .item__remove .removecompare_btn:before,
.site-rtl .page-compare .item__remove .removecompare_btn:after {
  left: 0;
  right: auto;
}

.site-rtl .page-compare .item__price .money {
  margin-left: 5px;
  margin-right: 0;
}

.site-rtl .compare__fullscreen .compare__close {
  left: 0;
  right: auto;
}

.site-rtl .compare__fullscreen .compare__left .compare__list {
  border-left: 1px solid #e7e7e7;
  border-right: 0;
}

.site-rtl .collection-header .breadcrumbs {
  text-align: right;
}

.site-rtl .collection-header .breadcrumbs li:after {
  content: "\34";
}

.site-rtl .site-pagination p {
  margin-left: 0;
  margin-right: auto;
}

.site-rtl .site-pagination li {
  margin-left: 0;
  margin-right: 10px;
}

.site-rtl .site-pagination li:first-child {
  margin-right: 0;
}

.site-rtl .site-pagination .arrow_carrot-left:before {
  content: "\35";
}

.site-rtl .site-pagination .arrow_carrot-right:before {
  content: "\34";
}

.site-rtl .product__buttons .btn + .btn {
  margin-left: 0;
  margin-right: 10px;
}

.site-rtl .product__countdown .countdown-section {
  margin-left: 0;
  margin-right: 5px;
}

.site-rtl .product__countdown .countdown-section:first-child {
  margin-right: 10px;
}

.site-rtl .product__countdown .countdown-section:last-child {
  margin-left: 10px;
}

.site-rtl .product__title .product__link {
  margin-left: auto;
  margin-right: 0;
}

.site-rtl .product__title .addwishlist_btn {
  margin-left: 0;
  margin-right: 10px;
}

.site-rtl .product__price .compare_at_price {
  margin-left: 0;
  margin-right: 5px;
}

.site-rtl .product__action .btn i {
  margin-left: 3px;
  margin-right: 0;
}

.site-rtl .product__buttons.vertical .btn {
  margin-left: 0;
  margin-right: 0;
}

.site-rtl .product__colors .swatch-item {
  margin-left: 0;
  margin-right: 7px;
}

.site-rtl .product__colors .swatch-item:first-child {
  margin-right: 0;
}

.site-rtl .collection-toolbar .toolbar-right {
  margin-right: auto;
  margin-left: 0;
}

.site-rtl .collection-toolbar .toolbar-right li {
  margin-left: 0;
  margin-right: 30px;
}

.site-rtl .collection-toolbar .toolbar-right li:first-child {
  margin-right: 0;
}

.site-rtl .collection-toolbar .toolbar-left li {
  margin-left: 0;
  margin-right: 15px;
}

.site-rtl .collection-toolbar .toolbar-left li:first-child {
  margin-right: 0;
}

.site-rtl .collection-toolbar .sidebar__btn span:not(.line) {
  margin-left: 0;
  margin-right: 7.5px;
}

.site-rtl .collection-toolbar .select-wrapper select {
  margin-right: 0;
  margin-left: 15px;
}

.site-rtl .collection-toolbar .select-wrapper:after {
  left: 0;
  right: auto;
}

.site-rtl .offcanvas-sidebar .site-sidebar {
  left: auto;
  right: -320px;
}

.site-rtl .sidebar__close {
  left: auto;
  right: 325px;
}

.site-rtl.sidebar-open .offcanvas-sidebar .site-sidebar,
.site-rtl.sidebar-open .site-sidebar {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .site-rtl
    .page-collection:not(.has-sidebar)
    .toolbar-left
    + .toolbar-left
    + .toolbar-right {
    margin-left: 0;
    margin-right: 30px;
  }
  .site-rtl .page-collection:not(.has-sidebar) .toolbar-left + .toolbar-left {
    margin-left: 0;
    margin-right: auto;
  }
  .site-rtl
    .products-grid
    .product__item.hover-fixed
    .product__form
    .product-form__variants
    .selector-wrapper
    .option-select-label {
    text-align: right;
  }
  .site-rtl .products-grid .product__item.hover-2 .product__review {
    margin-left: 0;
    margin-right: auto;
  }
  .site-rtl .products-grid .product__item.hover-2 .product__vendor,
  .site-rtl
    .products-grid
    .product__item.hover-2
    .product__content
    .product__action {
    text-align: right;
  }
  .site-rtl .products-grid .product__item.hover-4 .product__vendor {
    margin-left: auto;
    margin-right: 0;
  }
  .site-rtl .products-grid .product__item.hover-4 .product__review,
  .site-rtl .products-grid .product__item.hover-4 .product__colors {
    margin-right: auto;
    margin-left: 0;
  }
  .site-rtl
    .products-grid
    .product__item.hover-4
    .product__content
    .product__action {
    text-align: right;
  }
  .site-rtl .products-grid .product__item.hover-5 .product__vendor {
    margin-left: auto;
    margin-right: 0;
  }
  .site-rtl .products-grid .product__item.hover-5 .product__review {
    margin-right: auto;
    margin-left: 0;
  }
  .site-rtl
    .products-grid
    .product__item.hover-5
    .product__form
    .product__price,
  .site-rtl
    .products-grid
    .product__item.hover-5
    .product__content
    .product__action {
    text-align: right;
  }
  .site-rtl
    .products-grid
    .product__item.hover-5
    .product__form
    .btn-primary.adding
    i:after {
    left: auto;
    right: 0;
  }
  .site-rtl
    .products-grid
    .product__item.hover-5
    .product__form
    .btn-primary
    i {
    margin-left: 0;
    margin-right: 3px;
  }
  .site-rtl
    .products-grid
    .product__item.hover-5
    .product__form
    .btn-primary
    span {
    display: inline-block;
  }
  .site-rtl .products-grid .product__item.hover-10 .product__vendor,
  .site-rtl .products-grid .product__item.hover-10 .product__title {
    text-align: right;
  }
  .site-rtl
    .products-grid
    .product__item.hover-10
    .product__meta
    .product__review {
    margin-right: auto;
    margin-left: 0;
  }
  .site-rtl .products-list .product__vendor,
  .site-rtl .products-list .product__excerpt,
  .site-rtl .products-list .product__content .product__action {
    text-align: right;
  }
  .site-rtl .products-list .product__review {
    margin-left: 0;
    margin-right: 20px;
  }
  .site-rtl .products-list .product__item.hover-4 .product__review,
  .site-rtl .products-list .product__item.hover-5 .product__review {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
}

.site-rtl .product-single__navigation .breadcrumbs li:after {
  content: "\34";
}

.site-rtl .product-single__navigation .arrow_carrot-left:before {
  content: "\35";
}

.site-rtl .product-single__navigation .arrow_carrot-right:before {
  content: "\34";
}

.site-rtl .product-single__navigation .navs .product__short {
  right: auto;
  left: 0;
}

.site-rtl .product-single__content {
  text-align: right;
}

@media (min-width: 992px) {
  .site-rtl .product-single__content {
    padding-left: 0;
    padding-right: 40px;
  }
}

.site-rtl .product-single__review .spr-badge-caption {
  margin-left: 0;
  margin-right: 5px;
}

.site-rtl .product-form__item--submit .btn + .btn {
  margin-left: 0;
  margin-right: 15px;
}

.site-rtl .product-single__meta span {
  margin-left: 0;
  margin-right: 2px;
}

.site-rtl .sizechart_btn svg {
  margin-right: 0;
  margin-left: 5px;
}

.site-rtl .product-single__tabs .product-tabs li {
  margin-left: 0;
  margin-right: 30px;
}

.site-rtl .product-single__tabs .product-tabs li:first-child {
  margin-right: 0;
}

.site-rtl .product-single__tabs .product-tabs__panel,
.site-rtl .product-single__tabs .product-tabs__title {
  text-align: right;
}

.site-rtl .product-single__meta:before {
  right: 0;
  left: auto;
}

.site-rtl #shopify-product-reviews .spr-header-title,
.site-rtl #shopify-product-reviews .spr-form-title,
.site-rtl #shopify-product-reviews .spr-summary {
  text-align: right;
}

.site-rtl #shopify-product-reviews .spr-summary-actions {
  right: auto;
  left: 0;
}

.site-rtl #shopify-product-reviews .spr-form-review-rating a {
  float: right;
}

.site-rtl .product-single__photo-wrapper .product-single__show-gallary {
  direction: rtl;
  right: 20px;
  left: auto;
}

.site-rtl
  .product-single__photo-wrapper
  .product-single__show-gallary:hover
  span {
  padding-left: 20px;
  padding-right: 0;
}

.site-rtl .search__dropdown button {
  right: auto;
  left: 0;
}

.site-rtl .search__dropdown input {
  padding-left: 55px;
  padding-right: 25px;
}

.site-rtl .mobile-nav__open .menus:before,
.site-rtl .mobile-nav__open .menus:after {
  right: 0;
  left: auto;
}

.site-rtl .mobile__menu-wrapper {
  left: auto;
  right: 0;
  --ms-transform: translateX(100%);
  --webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.site-rtl .mobile-nav__close:before {
  right: 280px;
  left: auto;
}

.site-rtl .mobile__menu-ext .currency__picker + .language__picker {
  margin-left: 0;
  margin-right: auto;
}

.site-rtl .mm-listitem {
  text-align: right;
}

.site-rtl .mm-listitem .mm-btn_fullwidth + a,
.site-rtl .mm-listitem .mm-btn_fullwidth + span {
  padding-left: 50px;
  padding-right: 10px;
}

.site-rtl .mobile-header__nav .mm-btn_next:after {
  left: 15px;
  right: auto;
  content: "\34";
}

.site-rtl .mm-navbar__btn:first-child {
  right: 0;
  left: auto;
}

.site-rtl .mobile-header__nav .mm-btn_prev:before {
  left: auto;
  right: 10px;
  content: "\35";
}

.site-rtl .mm-panel {
  --ms-transform: translate3d(-100%, 0, 0);
  --webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.site-rtl .mm-panel_opened {
  --ms-transform: translate3d(0, 0, 0);
  --webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.site-rtl .mm-panel_opened-parent {
  --ms-transform: translate3d(30%, 0, 0);
  --webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.site-rtl .cd-slider-wrapper {
  float: right;
}

.site-rtl .cd-close {
  left: 10px;
  right: auto;
}

.site-rtl .lookbook-listing.is-slider *,
.site-rtl .product-single__photo-wrapper *,
.site-rtl .product-single__thumbnails * {
  direction: ltr;
}

.site-rtl .product-single__photos.without .product-single__photo-wrapper * {
  direction: rtl;
}

@media (min-width: 768px) {
  .site-rtl .product-single__photos.without .product-single__show-gallary {
    margin-right: 15px;
    margin-left: 0;
  }
}

.site-rtl .products-slider:hover .slick-arrow {
  --ms-transform: translateX(0);
  --webkit-transform: translateX(0);
  transform: translateX(0);
}

.site-rtl .products-slider .slick-arrow svg {
  --ms-transform: rotate(180deg);
  --webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site-rtl .products-slider .slick-next {
  right: auto;
  left: -50px;
  --ms-transform: translateX(-30px);
  --webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.site-rtl .products-slider .slick-prev {
  left: auto;
  right: -50px;
  --ms-transform: translateX(30px);
  --webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.site-rtl .weketing-cc-bar-message {
  text-align: right;
}

.site-rtl .newsletter-popup-section .close_icon {
  right: 100%;
  left: auto;
}

.site-rtl .posts-section .listing .item {
  text-align: right;
}

.site-rtl .posts-section .listing .right {
  padding-left: 0;
  padding-right: 20px;
}

.site-rtl .posts-section .listing .article__meta-buttons a,
.site-rtl .posts-section .listing .article__meta-buttons span {
  padding-right: 0;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .site-rtl .posts-section .listing .right {
    padding-left: 0;
    padding-right: 40px;
  }
}

.primary-color {
  color: #1877f2;
}

.social-icons .social_facebook {
  color: #fff;
}

.social-icons .social_twitter {
  color: #0cf;
}

.social-icons .social_pinterest {
  color: #c33;
}

.social-icons .social_instagram {
  color: #963;
}

.social-icons .social_tumblr {
  color: #334a99;
}

.social-icons .social_googleplus {
  color: #f50d0d;
}

.social-icons .social_youtube {
  color: #ee0a0a;
}

.social-icons .social_vimeo {
  color: #963;
}

.space_lg {
  padding: 22px 0;
}

.space_md {
  padding: 22px 0;
}

.space_sm {
  padding: 11px 0;
}

.space_xs {
  padding: 5px 0;
}

.page-header {
  margin: 0;
  border-bottom: 0;
  padding-top: 95px;
  padding-bottom: 95px;
}

.page-header .breadcrumbs {
  color: #1877f2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-flex-wrap: wrap;
  --moz-flex-wrap: wrap;
  --ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-header .breadcrumbs li {
  display: inline-block;
  margin-bottom: 0;
}

.page-header .breadcrumbs .sep {
  margin: 0 5px;
}

.page-header .breadcrumbs .sep,
.page-header .breadcrumbs a {
  color: #000;
}

.page-header .entry-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 20px;
}

.page-header-page {
  padding-top: 0;
  padding-bottom: 0;
}

.page-header-page .page-breadcrumbs {
  background-color: #f1f1f1;
}

.page-header-page .page-breadcrumbs a {
  color: #09c;
}

.page-header-page .page-breadcrumbs a:hover {
  color: #1877f2;
}

.page-header-page .page-breadcrumbs .breadcrumbs {
  color: #999;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

.page-header-page .entry-title {
  padding-top: 115px;
  padding-bottom: 25px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.martfury-account .site-content {
  background-color: transparent;
  padding: 15px 0;
}

.martfury-account .site-content .site-account .container {
  padding: 0 15px;
}

.martfury-account.logged-in .site-content {
  padding-top: 40px;
  background-color: transparent;
}

.martfury-account .martfury .account-info {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  --webkit-box-align: center;
  --ms-flex-align: center;
  --webkit-align-items: center;
  --moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.martfury-account .martfury .account-info .account-avatar {
  margin-right: 15px;
}

.martfury-account .martfury .account-info .account-avatar img {
  border-radius: 50%;
}

.martfury-account .martfury .account-info .account-name {
  font-size: 18px;
  line-height: 1;
}

.martfury-account .martfury .account-info .account-name h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 5px 0 0;
  display: block;
}

.martfury-account .martfury h2 {
  font-size: 20px;
  font-weight: 400;
}

.martfury-account .martfury .form-row {
  margin-bottom: 12px;
}

.martfury-account .martfury .form-row label {
  margin-bottom: 5px;
}

.martfury-account .martfury .form-row .input-text {
  background-color: transparent;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  color: #000;
  font-weight: 400;
  padding: 13px;
}

.martfury-account .martfury .form-row .input-text:focus {
  color: #000;
  border-color: #000;
}

.martfury-account .martfury .form-row ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}

.martfury-account .martfury .form-row :-moz-placeholder {
  color: #999;
  font-weight: 400;
}

.martfury-account .martfury .form-row ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}

.martfury-account .martfury .form-row :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}

.martfury-account .martfury .form-row .select2-container .select2-choice {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #999;
  background-color: transparent;
}

.martfury-account .martfury .form-row .select2-container .select2-choice:focus {
  color: #000;
  border-color: #000;
}

.martfury-account .site-account .martfury-MyAccount-navigation {
  line-height: 1;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.martfury-account .site-account .martfury-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}

.martfury-account .site-account .martfury-MyAccount-navigation ul li {
  list-style: none;
  padding: 15px 20px;
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
  border-bottom: none;
  margin-bottom: 0;
}

.martfury-account .site-account .martfury-MyAccount-navigation ul li a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.martfury-account .site-account .martfury-MyAccount-navigation ul li a:hover {
  color: #1877f2;
}

.martfury-account
  .site-account
  .martfury-MyAccount-navigation
  ul
  li:last-child {
  border-bottom: 1px solid #e7e7e7;
}

.martfury-account .site-account .martfury-MyAccount-navigation ul li.is-active {
  background-color: #1877f2;
  border: none;
}

.martfury-account
  .site-account
  .martfury-MyAccount-navigation
  ul
  li.is-active
  a {
  color: #000;
}

.martfury-account .martfury .martfury-MyAccount-content {
  width: 100%;
  float: right;
}

.martfury-account .martfury .martfury-MyAccount-content strong {
  color: #666;
}

.martfury-account .martfury .martfury-MyAccount-content h2,
.martfury-account .martfury .martfury-MyAccount-content h3 {
  font-size: 16px;
  font-weight: 400;
}

.martfury-account .martfury .martfury-MyAccount-content .orders-title,
.martfury-account .martfury .martfury-MyAccount-content .billing-title {
  margin: 0;
  line-height: 1;
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.martfury .customer-login .tabs-nav {
  text-align: center;
  margin-bottom: 30px;
}

.martfury .customer-login .tabs-nav li {
  float: none;
  display: inline-block;
}

.martfury .customer-login .tabs-nav a {
  font-size: 30px;
  color: #999;
  padding: 0 20px;
  font-weight: 600;
}

.martfury .customer-login .tabs-nav a.active {
  color: #000;
}

.martfury .customer-login .tabs-content {
  max-width: 430px;
  margin: 0 auto;
}

.martfury .customer-login .tabs-panel {
  background-color: #fff;
  padding: 35px 30px 27px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.martfury .customer-login .tabs-panel form {
  margin: 0;
  padding: 0;
  border: none;
}

.martfury .customer-login .tabs-panel h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
}

.martfury .customer-login .form-row .input-text {
  padding: 14px 16px;
  text-align: left;
}

.martfury .customer-login .form-row .button {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
  border-radius: 3px;
  height: 53px;
  line-height: 53px;
  background: #f4ab29;
}

.martfury .customer-login .register br {
  display: none;
}

.martfury .customer-login .register p {
  margin: 0 0 12px;
}

.martfury .customer-login label[for="apply_for_vendor"] {
  margin: 20px 0 0;
  display: block;
}

.martfury .customer-login label[for="apply_for_vendor"] .input-checkbox {
  opacity: 0;
  display: none;
}

.martfury
  .customer-login
  label[for="apply_for_vendor"]
  .input-checkbox:checked
  + span:before {
  content: "\e999";
}

.martfury .customer-login label[for="apply_for_vendor"] span {
  display: inline-block;
  color: #000;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  padding-left: 30px;
  cursor: pointer;
}

.martfury .customer-login label[for="apply_for_vendor"] span:before {
  content: "\e98d";
  display: inline-block;
  font: normal normal normal 14px/1 linearicons;
  font-size: 18px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #000;
  transition: 0.5s;
}

.martfury-tabs .tabs-nav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style-type: none;
}

.martfury-tabs .tabs-nav li {
  float: left;
}

.martfury-tabs .tabs-nav a {
  display: block;
}

.martfury-tabs .tabs-content {
  position: relative;
}

.martfury-tabs .tabs-panel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: opacity 0.35s ease;
  transform: translateY(10px);
}

.martfury-tabs .tabs-panel.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  top: 0;
  transform: translateY(0);
  transition: all 0.35s ease;
  transition-delay: 0.1s;
}

#shopify-section-article-template-single-v3 .single-post-header {
  padding-top: 130px;
  padding-bottom: 0px;
}

#shopify-section-article-template-single-v4 .single-post-header {
  padding-top: 90px;
  padding-bottom: 0px;
}

#shopify-section-article-template-single-v2 .single-post-header {
  padding-top: 110px;
  padding-bottom: 70px;
}

#shopify-section-article-template-single-v1 .cat-links {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 600;
}

#shopify-section-article-template-single-v1 .single-post-header .entry-metas {
  color: white;
}

#shopify-section-article-template-single-v1
  .single-post-header
  .entry-metas
  .sep,
#shopify-section-article-template-single-v1 .single-post-header .entry-metas a {
  color: white;
}

.template-blog .site-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.template-blog .site-pagination .btn {
  border: 0px;
  width: 20px;
  font-size: 18px;
  font-weight: 400;
}

.template-blog .site-pagination .btn.prev,
.template-blog .site-pagination .btn.next {
  font-size: 0;
}

.template-blog .site-pagination .btn-active {
  color: #1877f2;
}

.template-blog .site-pagination p {
  display: none;
}

.template-blog .page-header-page .page-breadcrumbs {
  background: none;
  text-align: left;
}

.template-blog .page-header-page .page-breadcrumbs .breadcrumbs {
  padding: 0;
}

.template-blog .page-header-page .page-breadcrumbs a {
  color: #000;
}

.template-blog .page-header-page .page-breadcrumbs .page-name {
  color: #1877f2;
}

.template-blog .page-header {
  padding-bottom: 50px;
}

.site-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.template-article .site-content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single-post #shopify-section-article-template-single-v1 .article__content,
.single-post #shopify-section-article-template-single-v2 .article__content,
.single-post #shopify-section-article-template-single-v3 .article__content,
.single-post #shopify-section-article-template-single-v4 .article__content {
  padding-left: 0px;
}

.single-post #shopify-section-article-template-single-v3 .entry-header,
.single-post #shopify-section-article-template-single-v4 .entry-header {
  margin-bottom: 45px;
}

.template-404 .site-content {
  padding: 165px 0;
  background-color: #efeef0;
}

.error-404 .page-content {
  text-align: center;
}

.error-404 .page-content .page-title {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 30px;
}

.error-404 .page-content a {
  color: #1877f2;
  text-decoration: underline;
}

.error-404 .page-content .search-form {
  max-width: 370px;
  margin: 40px auto 0;
  background-color: #fff;
}

.error-404 .page-content p {
  font-size: 18px;
}

.error-404 .page-content img {
  margin-bottom: 100px;
}

.error-404 .search-form {
  padding: 5px 20px;
  border: 0;
}

.template-password {
  text-align: center;
  padding-top: 60px;
}

.template-password .socials-inline {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 16px;
}

.template-password .socials-inline li {
  display: inline-block;
  padding: 0 17px;
  margin-bottom: 0;
}

.template-password .socials-inline li:last-child {
  padding-right: 0;
}

.template-password .socials-inline li:first-child {
  padding-left: 0;
}

.template-password .site-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.template-password .site-footer {
  border: none;
}

.template-password .coming-soon-socials {
  margin-top: 100px;
}

.template-password .coming-soon-socials a {
  color: #ccc;
}

.template-password .coming-soon-socials a:hover {
  color: #000;
}

.template-password .vc_row-fluid .martfury-coming-soon.martfury-time-format {
  color: #000;
}

.vc_row {
  background-position: center;
}

.vc_row.vc_row-fluid {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.vc_row.vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_row > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_row.overlay-enable {
  position: relative;
}

.vc_row .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.vc_custom_heading {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 35px;
  border-bottom-width: 1px;
  padding-bottom: 15px;
  border-bottom-color: #e1e1e1;
  border-bottom-style: solid;
  border-radius: 1px;
}

.mf-semi-bold {
  color: #000;
  font-weight: 600;
}

.article__listing {
  width: 100%;
}

.template-article .page-header {
  display: none;
}

.template-article .entry-meta .entry-date,
.template-article .entry-meta .a-author {
  color: #999;
}

.template-blog .site-sidebar .linklist,
.template-blog .site-sidebar .site-widget,
.template-article .site-sidebar .linklist,
.template-article .site-sidebar .site-widget {
  background-color: transparent;
  margin-top: 0px;
}

.template-blog .site-sidebar .site-widget__title,
.template-article .site-sidebar .site-widget__title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}

.template-blog .site-sidebar .site-widget__title:after,
.template-article .site-sidebar .site-widget__title:after {
  background-color: transparent;
}

.template-blog .site-sidebar .site-widget,
.template-article .site-sidebar .site-widget {
  padding: 0;
  margin-bottom: 65px;
}

.template-blog .site-sidebar .site-widget:first-child .site-widget__title:after,
.template-article
  .site-sidebar
  .site-widget:first-child
  .site-widget__title:after {
  background-color: transparent;
}

@media (min-width: 768px) {
  .template-blog
    .blog-wapper
    .blog__left-sidebar
    .article__listing.col-md-6:first-child,
  .template-article
    .blog-wapper
    .blog__left-sidebar
    .article__listing.col-md-6:first-child {
    max-width: 100%;
  }
  .template-blog
    .blog-wapper
    .blog__right-sidebar
    .article__listing.col-md-6:first-child,
  .template-article
    .blog-wapper
    .blog__right-sidebar
    .article__listing.col-md-6:first-child {
    max-width: 100%;
  }
}

#shopify-section-blog-template-right-sidebar .blog-wapper,
#shopify-section-blog-template-small-thumb .blog-wapper,
#shopify-section-article-template-single-v3 .blog-wapper,
#shopify-section-article-template-single-v4 .blog-wapper {
  padding-right: 60px;
}

#shopify-section-article-template-single-v3 .short-code {
  padding-bottom: 50px;
}

#shopify-section-blog-template-left-sidebar .blog-wapper {
  padding-left: 60px;
}

#shopify-section-blog-template-small-thumb .blog-wapper .categories-links {
  margin-top: 0px;
}

#shopify-section-blog-template-small-thumb
  .blog-wapper
  .categories-links
  .entry-tag {
  margin-bottom: 15px;
}

.categories-links .entry-tag {
  margin-bottom: 15px;
}

.dokan-btn {
  background-color: #8a0;
  color: #fff;
  border-color: #8a0;
  padding: 0 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  vertical-align: top;
  cursor: pointer;
}

.grey-text {
  color: #999;
  padding: 0 5px;
}

.template-article .entry-meta {
  color: #000;
}

.blog-wapper .entry-meta .b-author {
  color: black;
}

.comma {
  padding-right: 5px;
}

.comma:last-child {
  display: none;
}

.sep {
  margin-left: 5px;
}

.product-form__variants
  .wrapper-swatches
  .swatch-element
  input:checked
  + label {
  background: #1877f2;
  color: white;
  border-color: #1877f2;
  border-radius: 10px;
}

.document-info {
  width: 100%;
  display: inline-block;
  color: black;
}

.rows-document-info {
  width: calc(33.33333% - 14px);
  float: left;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: white;
  padding: 10px;
  margin: 0px 7px;
  margin-bottom: 20px;
  position: relative;
}

.rows-document-info label {
  position: absolute;
  top: -13px;
  left: 15px;
  background: #1877f2;
  border-radius: 5px;
  padding: 3px 7px;
  color: white;
}

.rows-document-info p {
  width: 100%;
  float: left;
  padding-top: 10px;
  margin: 0;
}

.document-info .rows-document-info:last-child {
  width: calc(100% - 14px);
}

.document-attached {
  width: 100%;
  display: inline-block;
}

table.tb-document.tb-list-attached {
  width: 100%;
  float: left;
}

table.tb-document.tb-list-attached th {
  background: #0252c1;
  padding: 5px 5px;
  color: white;
  font-weight: normal;
  border: 1px solid #ccc;
}

table.tb-document.tb-list-attached td {
  padding: 5px;
  border: 1px solid #ccc;
  background: #ededed;
  color: black;
}

table.tb-document.tb-list-attached tr:nth-child(odd) td {
  background: white;
}

.date-time-event {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  background: #ededed;
}

.content-date-time-event {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px;
  padding-top: 20px;
  border: 1px solid #002a61;
  border-radius: 3px;
}

label.label-time-event {
  position: absolute;
  top: -12px;
  left: 30px;
  background: #002a61;
  color: white;
  padding: 3px 10px;
  border-radius: 3px;
}

.item-date-time-event {
  width: 200px;
  float: left;
}

.item-date-time-event label {
  float: left;
  margin: 0;
  padding: 16px 8px;
  background: #0252c1;
  color: white;
  border-radius: 5px 0px 0px 5px;
  font-size: 15px;
}

.item-date-time-event > span {
  background: #1877f2;
  float: left;
  padding: 6px 15px;
  color: white;
  font-weight: 600;
  border-radius: 0px 5px 5px 0px;
  width: 120px;
  text-align: center;
  height: 59px;
}

.item-date-time-event > span p {
  margin: 0;
  width: 100%;
  float: left;
  text-align: center;
  width: 100%;
  font-weight: bold;
}

.address-event {
  width: calc(100% - 400px);
  float: left;
}

.address-event label {
  margin: 0;
  float: left;
  padding: 16px 8px;
  color: white;
  font-size: 15px;
  background: #0252c1;
  border-radius: 5px 0px 0px 5px;
}

.address-event span {
  float: left;
  padding: 5px 5px 5px 5px;
  font-weight: 500;
  width: calc(100% - 79px);
  background: #1877f2;
  height: 54px;
  flex-wrap: wrap;
  display: flex;
  color: white;
  border-radius: 0px 5px 5px 0px;
  height: 59px;
}

.header-conference h3 {
  position: absolute;
  top: -13px;
  left: 20px;
  font-size: 16px;
  background: #1877f2;
  color: white;
  padding: 4px 10px;
}

div#frm-register-form {
  border: 1px solid #ccc;
  margin-top: 25px;
  position: relative;
  padding: 18px 0px;
}

.footer-confernce {
  width: 100%;
  display: flex;
  margin-top: 10px;
}

.btn-conference {
  margin: auto;
}

.row.form-contact {
  margin: 20px 0px;
}

button.action.submit.primary {
  padding: 10px 20px;
  margin-top: 10px;
  border: 0;
  background: #0252c1;
  color: white;
}

.control {
  margin-bottom: 5px;
}

.form-wrapper .customer-login {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.customer-login .page-heading {
  margin-top: 0;
}

.control-wrapper.btn-login a {
  border: 0;
  background: #1877f2;
  color: white;
  border-radius: 3px;
}

.customer-login {
  color: black;
}
