@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.woff2") format("woff2"),
    url("../font/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Black.woff2") format("woff2"),
    url("../font/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.woff2") format("woff2"),
    url("../font/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.woff2") format("woff2"),
    url("../font/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.woff2") format("woff2"),
    url("../font/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.frame *,
.frame ::after,
.frame ::before,
.panel-popup *,
.panel-popup ::after,
.panel-popup ::before {
  box-sizing: border-box;
}

.no-padding {
  padding: 0;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}

.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.active-builder.cms-page-view .page-main .columns,
.active-builder.cms-home .page-main .columns {
  max-width: 100vw !important;
  padding-left: 0;
  padding-right: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-des,
.col-des-1,
.col-des-10,
.col-des-11,
.col-des-12,
.col-des-2,
.col-des-3,
.col-des-4,
.col-des-5,
.col-des-6,
.col-des-7,
.col-des-8,
.col-des-9,
.col-des-auto,
.col-tb,
.col-tb-1,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-auto,
.col-mb,
.col-mb-1,
.col-mb-10,
.col-mb-11,
.col-mb-12,
.col-mb-2,
.col-mb-3,
.col-mb-4,
.col-mb-5,
.col-mb-6,
.col-mb-7,
.col-mb-8,
.col-mb-9,
.col-mb-auto {
  position: relative;
  /* width: 100%; */
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-mb {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-mb-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  max-width: none;
}
.col-mb-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 8.333333%;
  flex: 0 1 8.333333%;
  max-width: 8.333333%;
}
.col-mb-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16.666667%;
  flex: 0 1 16.666667%;
  max-width: 16.666667%;
}
.col-mb-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
}
.col-mb-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333333%;
  flex: 0 1 33.333333%;
  max-width: 33.333333%;
}
.col-mb-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 41.666667%;
  flex: 0 1 41.666667%;
  max-width: 41.666667%;
}
.col-mb-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
}
.col-mb-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 58.333333%;
  flex: 0 1 58.333333%;
  max-width: 58.333333%;
}
.col-mb-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 66.666667%;
  flex: 0 1 66.666667%;
  max-width: 66.666667%;
}
.col-mb-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  max-width: 75%;
}
.col-mb-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 83.333333%;
  flex: 0 1 83.333333%;
  max-width: 83.333333%;
}
.col-mb-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 91.666667%;
  flex: 0 1 91.666667%;
  max-width: 91.666667%;
}
.col-mb-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}

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

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

  body:not(.active-builder) .hidden-des {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .row-1 .col {
    -ms-flex: 0 1 calc(100% / 1);
    flex: 0 1 calc(100% / 1);
    max-width: calc(100% / 1);
    width: 100%;
  }
  .row-2 .col {
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
    max-width: calc(100% / 2);
    width: 100%;
  }
  .row-3 .col {
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
    width: 100%;
  }
  .row-4 .col {
    -ms-flex: 0 1 calc(100% / 4);
    flex: 0 1 calc(100% / 4);
    max-width: calc(100% / 4);
    width: 100%;
  }
  .row-5 .col {
    -ms-flex: 0 1 calc(100% / 5);
    flex: 0 1 calc(100% / 5);
    max-width: calc(100% / 5);
    width: 100%;
  }
  .row-6 .col {
    -ms-flex: 0 1 calc(100% / 6);
    flex: 0 1 calc(100% / 6);
    max-width: calc(100% / 6);
    width: 100%;
  }
  .row-7 .col {
    -ms-flex: 0 1 calc(100% / 7);
    flex: 0 1 calc(100% / 7);
    max-width: calc(100% / 7);
    width: 100%;
  }
  .row-8 .col {
    -ms-flex: 0 1 calc(100% / 8);
    flex: 0 1 calc(100% / 8);
    max-width: calc(100% / 8);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .row-tablet-1 .col {
    -ms-flex: 0 1 calc(100% / 1);
    flex: 0 1 calc(100% / 1);
    max-width: calc(100% / 1);
    width: 100%;
  }
  .row-tablet-2 .col {
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
    max-width: calc(100% / 2);
    width: 100%;
  }
  .row-tablet-3 .col {
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
    width: 100%;
  }
  .row-tablet-4 .col {
    -ms-flex: 0 1 calc(100% / 4);
    flex: 0 1 calc(100% / 4);
    max-width: calc(100% / 4);
    width: 100%;
  }
  .row-tablet-5 .col {
    -ms-flex: 0 1 calc(100% / 5);
    flex: 0 1 calc(100% / 5);
    max-width: calc(100% / 5);
    width: 100%;
  }
  .row-tablet-6 .col {
    -ms-flex: 0 1 calc(100% / 6);
    flex: 0 1 calc(100% / 6);
    max-width: calc(100% / 6);
    width: 100%;
  }
  .row-tablet-7 .col {
    -ms-flex: 0 1 calc(100% / 7);
    flex: 0 1 calc(100% / 7);
    max-width: calc(100% / 7);
    width: 100%;
  }
  .row-tablet-8 .col {
    -ms-flex: 0 1 calc(100% / 8);
    flex: 0 1 calc(100% / 8);
    max-width: calc(100% / 8);
    width: 100%;
  }

  body:not(.active-builder) .hidden-tb {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .row-mobile-1 .col {
    -ms-flex: 0 1 calc(100% / 1);
    flex: 0 1 calc(100% / 1);
    max-width: calc(100% / 1);
    width: 100%;
  }
  .row-mobile-2 .col {
    -ms-flex: 0 1 calc(100% / 2);
    flex: 0 1 calc(100% / 2);
    max-width: calc(100% / 2);
    width: 100%;
  }
  .row-mobile-3 .col {
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
    max-width: calc(100% / 3);
    width: 100%;
  }
  .row-mobile-4 .col {
    -ms-flex: 0 1 calc(100% / 4);
    flex: 0 1 calc(100% / 4);
    max-width: calc(100% / 4);
    width: 100%;
  }
  .row-mobile-5 .col {
    -ms-flex: 0 1 calc(100% / 5);
    flex: 0 1 calc(100% / 5);
    max-width: calc(100% / 5);
    width: 100%;
  }
  .row-mobile-6 .col {
    -ms-flex: 0 1 calc(100% / 6);
    flex: 0 1 calc(100% / 6);
    max-width: calc(100% / 6);
    width: 100%;
  }
  .row-mobile-7 .col {
    -ms-flex: 0 1 calc(100% / 7);
    flex: 0 1 calc(100% / 7);
    max-width: calc(100% / 7);
    width: 100%;
  }
  .row-mobile-8 .col {
    -ms-flex: 0 1 calc(100% / 8);
    flex: 0 1 calc(100% / 8);
    max-width: calc(100% / 8);
    width: 100%;
  }
  body:not(.active-builder) .hidden-mb {
    display: none !important;
  }
}

.no-padding-col.section-builder-full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-col .line {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-padding-col .frame,
.no-padding-col .line div[class*="col-des"],
.no-padding-col .line div[class*="col-tb"],
.no-padding-col .line div[class*="col-mb"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.text-align-left,
.text-align-left .slide-text {
  text-align: left;
}
.text-align-right,
.text-align-right .slide-text {
  text-align: right;
}
.text-align-center,
.text-align-center .slide-text {
  text-align: center;
}
.mgs-products.products-grid {
  margin: 0;
}
.mgs-products.products-grid .product-item {
  padding-left: 15px;
  padding-right: 15px;
}

.active-builder .panel-block * {
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* Slider */
.fullscreen-slider .owl-carousel .item-image img,
.fullscreen-slider .owl-carousel .item-image,
.fullscreen-slider
  .owl-carousel
  div:not(.owl-nav):not(.owl-dots):not(.slide-text) {
  height: 100%;
}
.fullscreen-slider .owl-carousel {
  height: 100%;
  position: relative;
}
.fullscreen-slider .owl-carousel .item-image {
  height: 100%;
  background-position: center;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.fullscreen-slider .item img {
  opacity: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
}
.mgs-owl-carousel {
  position: relative;
}
.mgs-owl-carousel .owl-nav.disabled {
  display: none !important;
}

.mgs-owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mgs-owl-carousel .owl-nav .disabled span::before,
.mgs-owl-carousel .owl-nav .disabled span {
  cursor: unset !important;
}
.mgs-owl-carousel .owl-prev,
.mgs-owl-carousel .owl-next {
  height: 100%;
  position: absolute;
  top: 0;
  left: 30px;
}
.mgs-owl-carousel.owl-rtl .owl-prev {
  left: 70px;
}
.mgs-owl-carousel .owl-next {
  left: unset;
  right: 30px;
}
.mgs-owl-carousel.owl-rtl .owl-next {
  right: 30px;
}
.mgs-owl-carousel .slider-nav:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  color: #fff;
  line-height: 40px;
  content: "\e608";
  font-family: "luma-icons", "icons-blank-theme";
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.autohide-nav.mgs-owl-carousel .slider-nav:before,
.autohide-nav.mgs-owl-carousel .owl-nav span {
  opacity: 0;
  visibility: hidden;
}
.mgs-owl-carousel .slider-nav:hover:before {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
.mgs-owl-carousel .nav-prev:before {
  content: "\e617";
}
.mgs-owl-carousel.owl-carousel:hover .slider-nav:before,
.autohide-nav.mgs-owl-carousel:hover .owl-nav span {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.mgs-owl-carousel .owl-dots {
  display: table;
  margin: 20px auto 0;
  position: absolute;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.slider_mgs_carousel.owl-carousel .owl-dots {
  bottom: 20px;
}
.mgs-owl-carousel .owl-dots .owl-dot {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.mgs-owl-carousel .owl-dots .owl-dot span {
  background-color: #f0f0f0;
  height: 15px;
  margin: 0 7px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  width: 15px;
  border-radius: 10px;
  cursor: pointer;
  display: block;
}
.mgs-owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #006bb4;
}
.nav-position-middle-outside .owl-nav div span,
.nav-position-middle-inside .owl-nav div span {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.mgs-owl-carousel .owl-nav div span {
  text-align: center;
  display: block;
}

.mgs-owl-carousel.nav-position-middle-outside .owl-prev {
  left: -30px;
}
.mgs-owl-carousel.nav-position-middle-outside .owl-next {
  right: -30px;
}
.mgs-owl-carousel.nav-position-top-left .owl-nav div,
.mgs-owl-carousel.nav-position-top-right .owl-nav div,
.mgs-owl-carousel.nav-position-bottom-left .owl-nav div,
.mgs-owl-carousel.nav-position-bottom-right .owl-nav div {
  position: unset;
  float: left;
  margin-right: 10px;
}
.mgs-owl-carousel.nav-position-top-right .owl-nav div {
  margin-right: 0;
  margin-left: 10px;
}
.mgs-owl-carousel.nav-position-top-left .owl-nav,
.mgs-owl-carousel.nav-position-top-right .owl-nav,
.mgs-owl-carousel.nav-position-bottom-left .owl-nav,
.mgs-owl-carousel.nav-position-bottom-right .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
}

.mgs-owl-carousel.nav-position-top-right .owl-nav,
.mgs-owl-carousel.nav-position-bottom-right .owl-nav {
  left: unset;
  right: 0;
}

.mgs-carousel-single.mgs-owl-carousel.nav-position-top-right .owl-nav {
  top: 15px;
  right: 15px;
}
.mgs-carousel-single.mgs-owl-carousel.nav-position-top-left .owl-nav {
  top: 15px;
  left: 15px;
}

.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-right .owl-nav {
  top: unset;
  right: 15px;
  bottom: 15px;
}
.mgs-carousel-single.mgs-owl-carousel.nav-position-bottom-left .owl-nav {
  top: unset;
  left: 15px;
  bottom: 15px;
}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-left .owl-nav {
  top: -55px;
  left: 0;
  right: unset;
}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-top-right .owl-nav {
  top: -55px;
  right: 0;
  left: unset;
}

.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-left .owl-nav,
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav {
  position: unset;
  margin-top: 15px;
}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav {
  float: right;
}
.mgs-carousel-multiple.mgs-owl-carousel.nav-position-bottom-right .owl-nav div {
  margin-right: 0;
  margin-left: 10px;
}

.mgs-owl-carousel .owl-nav span {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.mgs-owl-carousel .owl-nav .disabled span {
  cursor: unset;
}

.mgs-owl-carousel.nav-position-middle-inside .owl-nav .owl-next span,
.mgs-owl-carousel.nav-position-middle-outside .owl-nav .owl-prev span {
  right: 0;
}
.mgs-owl-carousel.mgs-carousel-single.dot-position-left .owl-dots {
  left: 60px;
}
.mgs-owl-carousel.mgs-carousel-single.dot-position-right .owl-dots {
  left: unset;
  right: 0;
}
.mgs-owl-carousel.mgs-carousel-multiple .owl-dots {
  bottom: -30px;
}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-left .owl-dots {
  left: 30px;
}
.mgs-owl-carousel.mgs-carousel-multiple.dot-position-right .owl-dots {
  left: unset;
  right: -30px;
}

/* Products Block */
.mgs-products .product-image-container {
  width: 100% !important;
}
.mgs-products .mgs-owl-carousel .product-item {
  width: 100% !important;
  margin-top: 20px;
  margin-bottom: 35px;
}

.mgs-tab.data.items,
.builder-tab.data.items {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.mgs-product-tab .mgs-tab.data.items > .item.title,
.builder-tab.data.items > .item.title {
  box-sizing: border-box;
  float: unset;
  width: auto;
  margin: 0 -1px 0 0;
  display: inline-block;
}

.mgs-tab.data.items > .item.title > .switch {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 400;
  line-height: 40px !important;
  font-size: 1.4rem;
  color: #6d6d6d;
  text-decoration: none;
  border: 1px solid #ccc;
  border-bottom: none;
  height: 40px !important;
  padding: 1px 35px 1px 35px !important;
  background: #f6f6f6;
}

.mgs-tab.data.items > .item.title:not(.disabled) > .switch:active,
.mgs-tab.data.items > .item.title.active > .switch,
.mgs-tab.data.items > .item.title.active > .switch:focus,
.mgs-tab.data.items > .item.title.active > .switch:hover {
  background: #fff;
  color: #333;
}

.mgs-tab.data.items::before,
.mgs-tab.data.items::after,
.builder-tab.data.items::before,
.builder-tab.data.items::after {
  content: "";
  display: table;
}

.mgs-tab.data.items > .item.content,
.builder-tab.data.items > .item.content {
  margin-top: 40px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
  background: #fff;
  padding: 35px;
}
.builder-tab.data.items > .item.title > .switch {
  padding: 1px 35px;
  height: 40px;
  line-height: 40px;
  color: #6d6d6d;
  text-decoration: none;
  display: block;
}

/* --------------- Tab Style ------------------*/
.mgs-product-tab .mgs-tab.product.data {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.mgs-product-tab .mgs-tab.tab-align-center {
  text-align: center;
}
.mgs-product-tab .mgs-tab.tab-align-right {
  text-align: right;
}
.mgs-product-tab .mgs-tab .data.content {
  text-align: left;
}

.mgs-product-tab .mgs-tab.data.items > .item.content {
  margin-top: 51px;
  padding: 10px 0;
  box-shadow: unset;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.mgs-product-tab .mgs-tab.data.items .switch {
  font-weight: 300;
}

.mgs-product-tab .tab-style1.data.items > .item.content,
.mgs-product-tab .tab-style2.data.items > .item.content,
.mgs-product-tab .tab-style3.data.items > .item.content,
.mgs-product-tab .tab-style4.data.items > .item.content,
.mgs-product-tab .tab-style6.data.items > .item.content,
.mgs-product-tab .tab-style7.data.items > .item.content {
  border: none;
}

.mgs-product-tab .tab-style1.data.items > .item.title > .switch {
  border: none;
  background: none;
  position: relative;
}
.mgs-product-tab .tab-style1.data.items .item.title .switch:hover {
  background: none !important;
}
.mgs-product-tab .tab-style1.data.items .item.title .switch:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 1px;
  height: 22px;
  background: #ccc;
  content: "";
}
.mgs-product-tab .tab-style1.data.items .item.title.item1 a:before {
  display: none;
}
.mgs-product-tab .mgs-tab.tab-align-left .item.title.item1 a {
  padding-left: 0 !important;
}
.mgs-product-tab .mgs-tab.tab-font-bold .item.title a {
  font-weight: bold !important;
}
.mgs-product-tab .mgs-tab.tab-uppercase .item.title a {
  text-transform: uppercase !important;
}
.mgs-product-tab .mgs-tab.tab-italic .item.title a {
  font-style: italic !important;
}
.mgs-tab.data.items.tab-align-right > .item.title.last-item > .switch {
  padding-right: 0 !important;
}

/* Style 2 */
.mgs-product-tab .tab-style2.data.items .item.title .switch {
  background: none !important;
  color: #878787;
  height: auto !important;
  line-height: unset !important;
  padding: 8px 25px !important;
  border: 1px solid transparent;
}
.mgs-product-tab .tab-style2.data.items .item.title.active .switch {
  border: 1px solid #222;
  color: #222;
  border-radius: 20px;
}
.mgs-product-tab
  .mgs-tab.data.items.tab-align-right.tab-style2
  > .item.title.last-item
  > .switch {
  padding-right: 25px !important;
}

/* Style 3 */
.mgs-product-tab .tab-style3.data.items .item.title {
  margin: 0 10px;
}
.mgs-product-tab .tab-style3.data.items .item.title .switch {
  border: 1px solid #e3e3e3;
  background: none !important;
  color: #797979;
  height: auto !important;
  line-height: unset !important;
  padding: 10px 30px !important;
  border-radius: 20px;
}
.mgs-product-tab .tab-style3.data.items .item.title.active .switch,
.mgs-product-tab .tab-style3.data.items .item.title .switch:hover,
.mgs-product-tab .tab-style3.data.items .item.title.active .switch:focus,
.mgs-product-tab .tab-style3.data.items .item.title.active .switch:hover,
.mgs-product-tab .tab-style3.data.items .item.title .switch:active {
  border: 1px solid #6e6e6e;
  color: #fff !important;
  background: #6e6e6e !important;
}
.mgs-product-tab
  .mgs-tab.data.items.tab-align-right.tab-style3
  > .item.title.last-item
  > .switch {
  padding-right: 30px !important;
}

/* Style 4 */
.mgs-product-tab .tab-style4.data.items .item.title {
  margin: 0 12px;
}
.mgs-product-tab .tab-style4.data.items .item.title .switch {
  padding: 0 !important;
  background: none !important;
  color: #777;
  height: auto !important;
  line-height: unset !important;
  border: none;
  position: relative;
}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch,
.mgs-product-tab .tab-style4.data.items .item.title .switch:hover,
.mgs-product-tab .tab-style4.data.items .item.title .switch:active,
.mgs-product-tab .tab-style4.data.items .item.title .switch:focus {
  color: #333;
}
.mgs-product-tab .tab-style4.data.items .item.title.active .switch:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #a6cd56;
  left: 0;
  bottom: -8px;
}

/* Style 5 */
.mgs-product-tab .tab-style5.data.items > .item.content {
  margin-top: 40px;
  border-top: 2px solid #e7e7e7;
}
.mgs-product-tab .tab-style5.data.items .item.title {
  margin: 0 15px;
}
.mgs-product-tab .tab-style5.data.items .item.title .switch {
  padding: 0 !important;
  background: none !important;
  color: #313131;
  border: none;
  position: relative;
}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch,
.mgs-product-tab .tab-style5.data.items .item.title .switch:hover,
.mgs-product-tab .tab-style5.data.items .item.title .switch:active,
.mgs-product-tab .tab-style5.data.items .item.title .switch:focus {
  color: #ee2d43 !important;
}
.mgs-product-tab .tab-style5.data.items .item.title.active .switch:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ee2d43;
  left: 0;
  bottom: -2px;
  display: block !important;
  top: unset;
  right: unset;
}
.mgs-product-tab .tab-style5.tab-align-left .item.title.item1,
.mgs-product-tab .tab-style3.tab-align-left .item.title.item1,
.mgs-product-tab .tab-style4.tab-align-left .item.title.item1 {
  margin-left: 0;
}
.mgs-product-tab .tab-style4.tab-align-right .item.title.last-item,
.mgs-product-tab .tab-style5.tab-align-right .item.title.last-item,
.mgs-product-tab .tab-style3.tab-align-right .item.title.last-item {
  margin-right: 0;
}

/* Style 6 */
.mgs-product-tab .tab-style6.data.items > .item.title {
  margin: 0 -4px 0 0;
}
.mgs-product-tab .tab-style6.data.items .item.title .switch {
  padding: 5px 40px;
  border: none;
  color: #fff;
  background: #2a2b2e;
  border-left: 1px solid #505050;
}
.mgs-product-tab .tab-style6.data.items .item.title.item1 .switch {
  border: none;
  padding-left: 40px !important;
}
.mgs-product-tab .tab-style6.data.items .item.title.active .switch,
.mgs-product-tab .tab-style6.data.items .item.title .switch:active,
.mgs-product-tab .tab-style6.data.items .item.title .switch:focus,
.mgs-product-tab .tab-style6.data.items .item.title .switch:hover {
  background: #dd0017 !important;
  color: #fff !important;
}
.mgs-product-tab
  .mgs-tab.data.items.tab-align-right.tab-style6
  > .item.title.last-item
  > .switch {
  padding-right: 35px !important;
}

/* Style 7 */
.mgs-product-tab .tab-style7.data.items .item.title .switch {
  border: none;
  color: #999;
  background: none !important;
  padding: 0 20px !important;
}
.mgs-product-tab .tab-style7.data.items .item.title.active .switch,
.mgs-product-tab .tab-style7.data.items .item.title .switch:active,
.mgs-product-tab .tab-style7.data.items .item.title .switch:focus,
.mgs-product-tab .tab-style7.data.items .item.title .switch:hover {
  color: #c33 !important;
}
.mgs-product-tab .tab-style7.tab-align-right .item.title.last-item a.switch {
  padding-right: 0 !important;
}
.mgs-product-tab .tab-style7.tab-align-left .item.title.item1 a.switch {
  padding-left: 0 !important;
}

.deal-timer {
  margin: 10px 0;
  width: 100%;
  display: inline-block;
}
.deal-timer span {
  display: block;
  width: 24%;
  text-align: center;
  float: left;
  font-size: 18px;
  margin-right: 1%;
  border-radius: 3px;
  overflow: hidden;
}
.deal-timer span.secs {
  margin-right: 0;
}
.deal-timer .time-note span {
  font-size: 11px;
}
.mgs-products .product-item-info {
  position: relative;
}
.mgs-products .product-ribbon {
  position: absolute;
  background: #ff3100;
  color: #fff;
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 50%;
  top: 0;
  z-index: 10;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  right: 0;
}
.mgs-products.list-products .product-image {
  position: relative;
}
.mgs-products .saved-price .price {
  margin-left: 5px;
}

.instagram-widget .instagram-item {
  position: relative;
}
.instagram-widget .instagram-item > a {
  display: block;
}

.instagram-widget .instagram-item > a::after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.instagram-widget .instagram-item:hover > a::after {
  opacity: 0.5;
  visibility: visible;
}

.instagram-widget .instagram-item .social-count {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.instagram-widget .instagram-item:hover .social-count {
  opacity: 1;
  visibility: visible;
}

.instagram-widget .instagram-item .social-count > span {
  margin: 0 5px;
}

.instagram-widget .instagram-item .social-count span span {
  margin-right: 5px;
}
.instagram-widget .instagram-item .social-count .fa::before {
  font-family: "luma-icons", "icons-blank-theme";
}
.instagram-widget .instagram-item .social-count .fa-heart-o::before {
  content: "\e600";
}
.instagram-widget .instagram-item .social-count .fa-comments-o::before {
  content: "\e620";
}

.instagram-widget .owl-dots,
.category-grid-widget .owl-dots {
  margin-top: 15px;
}

.category-grid-block .category-item {
  position: relative;
}
.category-grid-block .no-slider .category-item {
  margin-bottom: 15px;
}
.category-grid-block .category-item .widget-category-infor {
  position: absolute;
  padding: 0 30px;
  top: 50%;
  margin-top: -20px;
  left: 0;
}
.category-grid-block .category-item .widget-category-infor span {
  display: block;
  color: #a3a3a3;
  font-size: 12px;
}
.category-grid-block .category-item .widget-category-infor span.number {
  display: unset;
}
.category-grid-block .category-item .widget-category-infor .category-name {
  font-size: 16px;
  margin-bottom: 5px;
}

.category-list-block {
  border: 1px solid #dae2e6;
  border-radius: 2px;
}
.category-list-block .list-heading h3 {
  padding: 15px 20px;
  background: #f5f5f5;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dae2e6;
  letter-spacing: 0.5px;
}
.category-list-block ul {
  margin: 0 15px 5px;
  list-style: none;
  padding: 0;
}
.category-list-block ul li {
  border-bottom: 1px solid #dae2e6;
  padding: 10px 3px;
  margin: 0;
}
.category-list-block ul li .category-icon {
  margin-right: 8px;
}
.category-list-block ul li .font-icon {
  margin-left: 5px;
}
.category-list-block ul li .category-icon img {
  max-height: 25px;
}
.category-list-block ul li:last-child {
  border: none;
}
.category-list-block ul li a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.category-list-block .empty {
  padding: 15px;
}

.font-bold {
  font-weight: bold !important;
}
.font-italic {
  font-style: italic !important;
}
.font-uppercase {
  text-transform: uppercase !important;
}

.mgs-accordion .accordion-title {
  color: #000;
  padding: 0 40px 0 17px;
  background-color: #f6f6f8;
  position: relative;
  line-height: 40px;
  cursor: pointer;
  height: 40px;
  font-weight: normal;
  margin: 10px 0 0;
}
.mgs-accordion .accordion-title:first-child {
  margin: 0;
}

.mgs-accordion .accordion-content {
  padding: 20px;
  border: 1px solid #f6f6f8;
}

.accordion-title-icon .icon:before,
.mgs-accordion .accordion-title:before {
  color: #333;
  font-family: "luma-icons", "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.mgs-accordion .accordion-title {
  position: relative;
}
.mgs-accordion .accordion-title:before {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 25px;
  font-style: normal !important;
}

.accordion-title-icon1 .icon:before,
.accordion-title-icon1 .accordion-title:before {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 20px;
}
.accordion-title-icon1 .icon-active:before,
.accordion-title-icon1 .accordion-title.ui-accordion-header-active:before {
  content: "\f107";
}

.accordion-title-icon2 .icon:before,
.accordion-title-icon2 .accordion-title:before {
  font-family: "Poppins", arial, tahoma;
  content: "+";
  font-size: 20px;
}
.accordion-title-icon2 .icon-active:before,
.accordion-title-icon2 .accordion-title.ui-accordion-header-active:before {
  font-family: "Poppins", arial, tahoma;
  content: "-";
  font-size: 24px;
}

.accordion-icon-left .accordion-title {
  padding-left: 35px;
}
.accordion-icon-left .accordion-title:before {
  right: unset;
  left: 0;
}
/* Video */
.mgs-video.youtube-video.video-fullwidth,
.mgs-video.vimeo-video.video-fullwidth {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.mgs-video.youtube-video.video-fullwidth iframe,
.mgs-video.vimeo-video.video-fullwidth iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
}

.mgs-video.vimeo-video.video-hide-controls iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mgs-video.vimeo-video.video-hide-controls .wrapper {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

/* Map */
.mgs-map .map-info {
  width: 260px;
  padding: 25px;
  background: #0095eb;
  color: #fff;
}
.mgs-map .map-info h3 {
  margin: 0 0 20px 0;
  font-size: 25px;
}
.mgs-map .map-detail-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 10px;
}
.mgs-map .map-detail-info ul li {
  margin-bottom: 10px;
}
.mgs-map .map-container {
  position: relative;
}
.mgs-map .map-container .map-info {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: 150px;
  top: 50%;
  margin-top: -200px;
}
.mgs-promobanner {
  cursor: pointer;
}

/* Profile */
.mgs-profile .photo {
  border: 8px solid #f8f8f8;
  margin-bottom: 15px;
}
.mgs-profile .photo img {
  max-width: 100%;
  display: block;
}
.mgs-profile h4 {
  margin: 0 0 7px 0;
  font-weight: 400;
  font-size: 21px;
}
.mgs-profile .subtitle {
  color: #a8a8a8;
  font-size: 13px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.mgs-profile .subtitle span {
  position: relative;
}
.mgs-profile .subtitle span:after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: -15px;
  left: 0;
  width: 100%;
  background: #0095eb;
}
.mgs-profile .profile-description {
  margin-bottom: 15px;
}
.mgs-profile .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mgs-profile .social ul li {
  display: inline-block;
  margin-right: 2px;
  width: 42px;
  height: 42px;
  line-height: 40px;
  text-align: center;
}
.mgs-profile .social ul li a {
  color: #444;
  font-size: 15px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.mgs-profile .box-shadow a {
  -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
}
.mgs-profile.profile-horizontal h4 {
  margin-top: 10px;
}
.mgs-profile.profile-circle {
  text-align: center;
}
.mgs-profile.profile-circle .photo {
  width: 130px;
  height: 130px;
  margin: 0 auto 15px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Content Box */
.mgs-content-box.cursor {
  cursor: pointer;
}
.mgs-content-box .icon-wrapper {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 55px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.mgs-content-box.box-vertical .icon-wrapper {
  margin: 0 auto 15px;
}
.mgs-content-box.box-vertical {
  text-align: center;
}
.mgs-content-box.box-horizontal {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.mgs-content-box.box-horizontal .icon-wrapper {
  float: left;
}
.mgs-content-box.box-horizontal .content-wrapper {
  margin-left: 120px;
}
.mgs-content-box.box-vertical .icon-wrapper {
  margin: 0 auto 15px;
}
.mgs-content-box .content-wrapper h4 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 15px;
}
.mgs-content-box.box-horizontal .content-wrapper h4 {
  margin-top: 10px;
}

/* Counter Box */
.mgs-counter-box .icon-wrapper {
  width: 100px;
  font-size: 55px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.mgs-counter-box.box-vertical {
  text-align: center;
}
.mgs-counter-box.box-horizontal {
  text-align: left;
  display: inline-block;
  width: 100%;
}
.mgs-counter-box.box-horizontal .icon-wrapper {
  float: left;
  width: auto;
  margin-right: 5px;
  padding: 0 5px;
}
.mgs-counter-box.box-horizontal .counter-box {
  line-height: 80px;
}
.mgs-counter-box.box-horizontal .content {
  display: block;
  clear: both;
}
.mgs-counter-box.box-horizontal .counter-box .subtitle {
  display: block;
  margin-top: 15px;
}
.mgs-counter-box.box-vertical .icon-wrapper {
  margin: 0 auto;
}
.mgs-counter-box.box-vertical .counter-box span {
  display: block;
}
.mgs-counter-box .number {
  font-size: 35px;
}
.mgs-counter-box .subtitle {
  font-size: 20px;
}

/* Progress Bar */
@-webkit-keyframes move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

.mgs-progressbar {
  position: relative;
}
.mgs-progressbar .progressbar {
  margin: 0;
  height: 30px;
  width: 100%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.mgs-progressbar .progress {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #08c;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 30px 30px;
  transition-duration: 3s;
}
.mgs-progressbar .progress.animation {
  -webkit-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
}
.mgs-progressbar .progress-info {
  margin: 5px 0;
}
.mgs-progressbar.progress-inside {
  position: relative;
}
.mgs-progressbar.progress-inside .progress-info {
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  line-height: 30px;
  margin: 0;
}
.mgs-progressbar.progress-top-left-right .progress-info .progress-value,
.mgs-progressbar.progress-bottom-left-right .progress-info .progress-value {
  float: right;
}
.mgs-progressbar.progress-bottom-right .progress-info,
.mgs-progressbar.progress-top-right .progress-info {
  text-align: right;
}

/* Circle Progress */
.mgs-progress-circle {
  margin: 20px auto;
  width: 120px;
  height: 120px;
  background-color: #d9d9d9;
  border-radius: 50%;
}
.mgs-circle-pie-progress .progress-info h4 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin: 20px 0;
}
.mgs-progress-circle .mgs-progress-circle__slice,
.mgs-progress-circle .mgs-progress-circle__fill {
  width: 120px;
  height: 120px;
  position: absolute;
  -webkit-backface-visibility: hidden;
  transition: transform 1s;
  border-radius: 50%;
}
.mgs-progress-circle .mgs-progress-circle__slice {
  clip: rect(0px, 120px, 120px, 60px);
}
.mgs-progress-circle .mgs-progress-circle__slice .mgs-progress-circle__fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #1291d4;
}
.mgs-progress-circle .mgs-progress-circle__overlay {
  width: 100px;
  height: 100px;
  position: absolute;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 30px;
}
.mgs-progress-circle__overlay .font-container {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mgs-progress-circle__overlay .font-container span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
}

.progress-type-circle .mgs-progress-circle__overlay {
  background: #fff;
}
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="0"] .mgs-progress-circle__fill {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="0"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(0deg);
}
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="1"] .mgs-progress-circle__fill {
  transform: rotate(1.8deg);
}
.mgs-progress-circle[data-progress="1"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="2"] .mgs-progress-circle__fill {
  transform: rotate(3.6deg);
}
.mgs-progress-circle[data-progress="2"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="3"] .mgs-progress-circle__fill {
  transform: rotate(5.4deg);
}
.mgs-progress-circle[data-progress="3"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="4"] .mgs-progress-circle__fill {
  transform: rotate(7.2deg);
}
.mgs-progress-circle[data-progress="4"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="5"] .mgs-progress-circle__fill {
  transform: rotate(9deg);
}
.mgs-progress-circle[data-progress="5"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="6"] .mgs-progress-circle__fill {
  transform: rotate(10.8deg);
}
.mgs-progress-circle[data-progress="6"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="7"] .mgs-progress-circle__fill {
  transform: rotate(12.6deg);
}
.mgs-progress-circle[data-progress="7"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="8"] .mgs-progress-circle__fill {
  transform: rotate(14.4deg);
}
.mgs-progress-circle[data-progress="8"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="9"] .mgs-progress-circle__fill {
  transform: rotate(16.2deg);
}
.mgs-progress-circle[data-progress="9"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="10"] .mgs-progress-circle__fill {
  transform: rotate(18deg);
}
.mgs-progress-circle[data-progress="10"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="11"] .mgs-progress-circle__fill {
  transform: rotate(19.8deg);
}
.mgs-progress-circle[data-progress="11"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="12"] .mgs-progress-circle__fill {
  transform: rotate(21.6deg);
}
.mgs-progress-circle[data-progress="12"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="13"] .mgs-progress-circle__fill {
  transform: rotate(23.4deg);
}
.mgs-progress-circle[data-progress="13"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="14"] .mgs-progress-circle__fill {
  transform: rotate(25.2deg);
}
.mgs-progress-circle[data-progress="14"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="15"] .mgs-progress-circle__fill {
  transform: rotate(27deg);
}
.mgs-progress-circle[data-progress="15"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="16"] .mgs-progress-circle__fill {
  transform: rotate(28.8deg);
}
.mgs-progress-circle[data-progress="16"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="17"] .mgs-progress-circle__fill {
  transform: rotate(30.6deg);
}
.mgs-progress-circle[data-progress="17"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="18"] .mgs-progress-circle__fill {
  transform: rotate(32.4deg);
}
.mgs-progress-circle[data-progress="18"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="19"] .mgs-progress-circle__fill {
  transform: rotate(34.2deg);
}
.mgs-progress-circle[data-progress="19"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="20"] .mgs-progress-circle__fill {
  transform: rotate(36deg);
}
.mgs-progress-circle[data-progress="20"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="21"] .mgs-progress-circle__fill {
  transform: rotate(37.8deg);
}
.mgs-progress-circle[data-progress="21"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="22"] .mgs-progress-circle__fill {
  transform: rotate(39.6deg);
}
.mgs-progress-circle[data-progress="22"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="23"] .mgs-progress-circle__fill {
  transform: rotate(41.4deg);
}
.mgs-progress-circle[data-progress="23"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="24"] .mgs-progress-circle__fill {
  transform: rotate(43.2deg);
}
.mgs-progress-circle[data-progress="24"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="25"] .mgs-progress-circle__fill {
  transform: rotate(45deg);
}
.mgs-progress-circle[data-progress="25"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="26"] .mgs-progress-circle__fill {
  transform: rotate(46.8deg);
}
.mgs-progress-circle[data-progress="26"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="27"] .mgs-progress-circle__fill {
  transform: rotate(48.6deg);
}
.mgs-progress-circle[data-progress="27"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="28"] .mgs-progress-circle__fill {
  transform: rotate(50.4deg);
}
.mgs-progress-circle[data-progress="28"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="29"] .mgs-progress-circle__fill {
  transform: rotate(52.2deg);
}
.mgs-progress-circle[data-progress="29"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="30"] .mgs-progress-circle__fill {
  transform: rotate(54deg);
}
.mgs-progress-circle[data-progress="30"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="31"] .mgs-progress-circle__fill {
  transform: rotate(55.8deg);
}
.mgs-progress-circle[data-progress="31"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="32"] .mgs-progress-circle__fill {
  transform: rotate(57.6deg);
}
.mgs-progress-circle[data-progress="32"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="33"] .mgs-progress-circle__fill {
  transform: rotate(59.4deg);
}
.mgs-progress-circle[data-progress="33"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="34"] .mgs-progress-circle__fill {
  transform: rotate(61.2deg);
}
.mgs-progress-circle[data-progress="34"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="35"] .mgs-progress-circle__fill {
  transform: rotate(63deg);
}
.mgs-progress-circle[data-progress="35"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="36"] .mgs-progress-circle__fill {
  transform: rotate(64.8deg);
}
.mgs-progress-circle[data-progress="36"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="37"] .mgs-progress-circle__fill {
  transform: rotate(66.6deg);
}
.mgs-progress-circle[data-progress="37"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="38"] .mgs-progress-circle__fill {
  transform: rotate(68.4deg);
}
.mgs-progress-circle[data-progress="38"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="39"] .mgs-progress-circle__fill {
  transform: rotate(70.2deg);
}
.mgs-progress-circle[data-progress="39"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="40"] .mgs-progress-circle__fill {
  transform: rotate(72deg);
}
.mgs-progress-circle[data-progress="40"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="41"] .mgs-progress-circle__fill {
  transform: rotate(73.8deg);
}
.mgs-progress-circle[data-progress="41"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="42"] .mgs-progress-circle__fill {
  transform: rotate(75.6deg);
}
.mgs-progress-circle[data-progress="42"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="43"] .mgs-progress-circle__fill {
  transform: rotate(77.4deg);
}
.mgs-progress-circle[data-progress="43"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="44"] .mgs-progress-circle__fill {
  transform: rotate(79.2deg);
}
.mgs-progress-circle[data-progress="44"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="45"] .mgs-progress-circle__fill {
  transform: rotate(81deg);
}
.mgs-progress-circle[data-progress="45"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="46"] .mgs-progress-circle__fill {
  transform: rotate(82.8deg);
}
.mgs-progress-circle[data-progress="46"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="47"] .mgs-progress-circle__fill {
  transform: rotate(84.6deg);
}
.mgs-progress-circle[data-progress="47"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="48"] .mgs-progress-circle__fill {
  transform: rotate(86.4deg);
}
.mgs-progress-circle[data-progress="48"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="49"] .mgs-progress-circle__fill {
  transform: rotate(88.2deg);
}
.mgs-progress-circle[data-progress="49"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="50"] .mgs-progress-circle__fill {
  transform: rotate(90deg);
}
.mgs-progress-circle[data-progress="50"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="51"] .mgs-progress-circle__fill {
  transform: rotate(91.8deg);
}
.mgs-progress-circle[data-progress="51"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(183.6deg);
}
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="52"] .mgs-progress-circle__fill {
  transform: rotate(93.6deg);
}
.mgs-progress-circle[data-progress="52"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(187.2deg);
}
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="53"] .mgs-progress-circle__fill {
  transform: rotate(95.4deg);
}
.mgs-progress-circle[data-progress="53"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(190.8deg);
}
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="54"] .mgs-progress-circle__fill {
  transform: rotate(97.2deg);
}
.mgs-progress-circle[data-progress="54"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(194.4deg);
}
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="55"] .mgs-progress-circle__fill {
  transform: rotate(99deg);
}
.mgs-progress-circle[data-progress="55"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(198deg);
}
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="56"] .mgs-progress-circle__fill {
  transform: rotate(100.8deg);
}
.mgs-progress-circle[data-progress="56"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(201.6deg);
}
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="57"] .mgs-progress-circle__fill {
  transform: rotate(102.6deg);
}
.mgs-progress-circle[data-progress="57"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(205.2deg);
}
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="58"] .mgs-progress-circle__fill {
  transform: rotate(104.4deg);
}
.mgs-progress-circle[data-progress="58"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(208.8deg);
}
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="59"] .mgs-progress-circle__fill {
  transform: rotate(106.2deg);
}
.mgs-progress-circle[data-progress="59"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(212.4deg);
}
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="60"] .mgs-progress-circle__fill {
  transform: rotate(108deg);
}
.mgs-progress-circle[data-progress="60"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(216deg);
}
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="61"] .mgs-progress-circle__fill {
  transform: rotate(109.8deg);
}
.mgs-progress-circle[data-progress="61"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(219.6deg);
}
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="62"] .mgs-progress-circle__fill {
  transform: rotate(111.6deg);
}
.mgs-progress-circle[data-progress="62"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(223.2deg);
}
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="63"] .mgs-progress-circle__fill {
  transform: rotate(113.4deg);
}
.mgs-progress-circle[data-progress="63"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(226.8deg);
}
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="64"] .mgs-progress-circle__fill {
  transform: rotate(115.2deg);
}
.mgs-progress-circle[data-progress="64"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(230.4deg);
}
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="65"] .mgs-progress-circle__fill {
  transform: rotate(117deg);
}
.mgs-progress-circle[data-progress="65"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(234deg);
}
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="66"] .mgs-progress-circle__fill {
  transform: rotate(118.8deg);
}
.mgs-progress-circle[data-progress="66"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(237.6deg);
}
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="67"] .mgs-progress-circle__fill {
  transform: rotate(120.6deg);
}
.mgs-progress-circle[data-progress="67"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(241.2deg);
}
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="68"] .mgs-progress-circle__fill {
  transform: rotate(122.4deg);
}
.mgs-progress-circle[data-progress="68"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(244.8deg);
}
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="69"] .mgs-progress-circle__fill {
  transform: rotate(124.2deg);
}
.mgs-progress-circle[data-progress="69"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(248.4deg);
}
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="70"] .mgs-progress-circle__fill {
  transform: rotate(126deg);
}
.mgs-progress-circle[data-progress="70"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(252deg);
}
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="71"] .mgs-progress-circle__fill {
  transform: rotate(127.8deg);
}
.mgs-progress-circle[data-progress="71"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(255.6deg);
}
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="72"] .mgs-progress-circle__fill {
  transform: rotate(129.6deg);
}
.mgs-progress-circle[data-progress="72"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(259.2deg);
}
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="73"] .mgs-progress-circle__fill {
  transform: rotate(131.4deg);
}
.mgs-progress-circle[data-progress="73"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(262.8deg);
}
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="74"] .mgs-progress-circle__fill {
  transform: rotate(133.2deg);
}
.mgs-progress-circle[data-progress="74"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(266.4deg);
}
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="75"] .mgs-progress-circle__fill {
  transform: rotate(135deg);
}
.mgs-progress-circle[data-progress="75"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(270deg);
}
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="76"] .mgs-progress-circle__fill {
  transform: rotate(136.8deg);
}
.mgs-progress-circle[data-progress="76"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(273.6deg);
}
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="77"] .mgs-progress-circle__fill {
  transform: rotate(138.6deg);
}
.mgs-progress-circle[data-progress="77"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(277.2deg);
}
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="78"] .mgs-progress-circle__fill {
  transform: rotate(140.4deg);
}
.mgs-progress-circle[data-progress="78"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(280.8deg);
}
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="79"] .mgs-progress-circle__fill {
  transform: rotate(142.2deg);
}
.mgs-progress-circle[data-progress="79"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(284.4deg);
}
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="80"] .mgs-progress-circle__fill {
  transform: rotate(144deg);
}
.mgs-progress-circle[data-progress="80"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(288deg);
}
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="81"] .mgs-progress-circle__fill {
  transform: rotate(145.8deg);
}
.mgs-progress-circle[data-progress="81"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(291.6deg);
}
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="82"] .mgs-progress-circle__fill {
  transform: rotate(147.6deg);
}
.mgs-progress-circle[data-progress="82"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(295.2deg);
}
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="83"] .mgs-progress-circle__fill {
  transform: rotate(149.4deg);
}
.mgs-progress-circle[data-progress="83"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(298.8deg);
}
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="84"] .mgs-progress-circle__fill {
  transform: rotate(151.2deg);
}
.mgs-progress-circle[data-progress="84"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(302.4deg);
}
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="85"] .mgs-progress-circle__fill {
  transform: rotate(153deg);
}
.mgs-progress-circle[data-progress="85"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(306deg);
}
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="86"] .mgs-progress-circle__fill {
  transform: rotate(154.8deg);
}
.mgs-progress-circle[data-progress="86"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(309.6deg);
}
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="87"] .mgs-progress-circle__fill {
  transform: rotate(156.6deg);
}
.mgs-progress-circle[data-progress="87"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(313.2deg);
}
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="88"] .mgs-progress-circle__fill {
  transform: rotate(158.4deg);
}
.mgs-progress-circle[data-progress="88"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(316.8deg);
}
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="89"] .mgs-progress-circle__fill {
  transform: rotate(160.2deg);
}
.mgs-progress-circle[data-progress="89"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(320.4deg);
}
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="90"] .mgs-progress-circle__fill {
  transform: rotate(162deg);
}
.mgs-progress-circle[data-progress="90"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(324deg);
}
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="91"] .mgs-progress-circle__fill {
  transform: rotate(163.8deg);
}
.mgs-progress-circle[data-progress="91"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(327.6deg);
}
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="92"] .mgs-progress-circle__fill {
  transform: rotate(165.6deg);
}
.mgs-progress-circle[data-progress="92"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(331.2deg);
}
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="93"] .mgs-progress-circle__fill {
  transform: rotate(167.4deg);
}
.mgs-progress-circle[data-progress="93"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(334.8deg);
}
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="94"] .mgs-progress-circle__fill {
  transform: rotate(169.2deg);
}
.mgs-progress-circle[data-progress="94"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(338.4deg);
}
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="95"] .mgs-progress-circle__fill {
  transform: rotate(171deg);
}
.mgs-progress-circle[data-progress="95"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(342deg);
}
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="96"] .mgs-progress-circle__fill {
  transform: rotate(172.8deg);
}
.mgs-progress-circle[data-progress="96"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(345.6deg);
}
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="97"] .mgs-progress-circle__fill {
  transform: rotate(174.6deg);
}
.mgs-progress-circle[data-progress="97"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(349.2deg);
}
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="98"] .mgs-progress-circle__fill {
  transform: rotate(176.4deg);
}
.mgs-progress-circle[data-progress="98"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(352.8deg);
}
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="99"] .mgs-progress-circle__fill {
  transform: rotate(178.2deg);
}
.mgs-progress-circle[data-progress="99"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(356.4deg);
}
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__slice.full,
.mgs-progress-circle[data-progress="100"] .mgs-progress-circle__fill {
  transform: rotate(180deg);
}
.mgs-progress-circle[data-progress="100"]
  .mgs-progress-circle__fill.mgs-progress-circle__bar {
  transform: rotate(360deg);
}

/* Countdown Block */
.mgs-countdown-block .countdown-timer .time-text,
.mgs-countdown-block .countdown-timer .countdown {
  display: flex;
}
.mgs-countdown-block .countdown-timer .days,
.mgs-countdown-block .countdown-timer .hours,
.mgs-countdown-block .countdown-timer .mins,
.mgs-countdown-block .countdown-timer .secs {
  display: block;
  width: 25%;
  margin: 0;
  text-align: center;
}
.mgs-countdown-block .countdown-timer .time-text {
  font-size: 20px;
}
.mgs-countdown-block .countdown-timer .countdown span b {
  font-size: 80px;
  font-weight: normal;
}

/* Divider Block */
.mgs-divider-block {
  display: inline-block;
  width: 100%;
}
.mgs-divider {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.mgs-divider hr {
  margin: 0;
  height: 1px;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ccc;
}
.mgs-divider.mgs-divider-dotted hr,
.mgs-divider.mgs-divider-dashed hr {
  border-bottom: none !important;
}
.mgs-divider.mgs-divider-double_solid hr {
  border-bottom-style: solid;
}
.mgs-divider.mgs-divider-dotted hr,
.mgs-divider.mgs-divider-double_dotted hr {
  border-style: dotted;
}
.mgs-divider.mgs-divider-dashed hr,
.mgs-divider.mgs-divider-double_dashed hr {
  border-style: dashed;
}

.mgs-divider.mgs-divider-double_solid hr,
.mgs-divider.mgs-divider-double_dotted hr,
.mgs-divider.mgs-divider-double_dashed hr {
  padding: 3px 0;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
}

.mgs-divider.mgs-divider-shadown hr {
  border: none;
  background: radial-gradient(
      ellipse at 50% -50%,
      #cccccc 0px,
      rgba(255, 255, 255, 0) 80%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-radial-gradient(
      ellipse at 50% -50%,
      #cccccc 0px,
      rgba(255, 255, 255, 0) 80%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -moz-radial-gradient(
      ellipse at 50% -50%,
      #cccccc 0px,
      rgba(255, 255, 255, 0) 80%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-radial-gradient(
      ellipse at 50% -50%,
      #cccccc 0px,
      rgba(255, 255, 255, 0) 80%
    )
    repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.mgs-divider.mgs-divider-shadown hr:after {
  display: block;
  margin-top: 10px;
  height: 6px;
  width: 100%;
  content: "";
  background: -webkit-radial-gradient(
    50% -50% ellipse,
    rgba(0, 0, 0, 0.5) 0,
    rgba(255, 255, 255, 0) 65%
  );
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.5) 0,
    rgba(255, 255, 255, 0) 65%
  );
}
.mgs-divider.divider-center {
  margin: 0 auto;
}
.mgs-divider.divider-right {
  float: right;
}

.mgs-divider .divider-text,
.mgs-divider .divider-icon {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  line-height: 20px;
}
.mgs-divider .divider-text span {
  background: #fff;
  padding: 0 10px;
}
.mgs-divider .divider-icon {
  height: 30px;
  margin-top: -17.5px;
}
.mgs-divider .divider-icon span {
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  position: relative;
}
.mgs-divider .divider-icon span::before {
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  width: 100%;
  left: 0;
}
.mgs-divider .text-icon-container .fa {
  padding: 0 !important;
}
.mgs-divider .text-icon-container span.icon {
  border-radius: 50%;
  text-align: center;
  position: relative;
}
.mgs-divider .text-icon-container span.icon:before {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 100%;
  left: 0;
}

/* Heading */
.mgs-heading.heading-left {
  text-align: left;
}
.mgs-heading.heading-center {
  text-align: center;
}
.mgs-heading.heading-right {
  text-align: right;
}
.mgs-heading .heading {
  font-weight: normal;
  text-transform: unset;
  margin: 0;
}
.mgs-heading.has-border .heading {
  position: relative;
}
.mgs-heading.has-border .heading:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -10px;
  z-index: 1;
}
.mgs-heading.has-border.heading-middle .heading:after {
  bottom: unset;
  top: 50%;
}
.mgs-heading.has-border.heading-middle .heading span {
  padding: 5px 15px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.mgs-heading.has-border.heading-middle.heading-left .heading span {
  padding-left: 0;
}
.mgs-heading.has-border.heading-middle.heading-right .heading span {
  padding-right: 0;
}

.mgs-heading.heading-solid .heading:after {
  border-bottom: 1px solid #ccc;
}
.mgs-heading.heading-dotted .heading:after {
  border-bottom: 1px dotted #ccc;
}
.mgs-heading.heading-dashed .heading:after {
  border-bottom: 1px dashed #ccc;
}

/* List */
.mgs-list-block ul,
.mgs-list-block ol {
  padding-left: 12px;
  margin-left: 0;
  list-style: none;
}
.mgs-list-block ul li,
.mgs-list-block ol li {
  color: #575757;
  width: 100%;
}
.mgs-list-block.list-style-icon ul,
.mgs-list-block.list-style-icon ol {
  padding-left: 0;
  margin-left: 0;
}
.mgs-list-block .list-disc {
  list-style: disc;
}
.mgs-list-block .list-armenian {
  list-style: armenian;
}
.mgs-list-block .list-circle {
  list-style: circle;
}
.mgs-list-block .list-cjk-ideographic {
  list-style: cjk-ideographic;
}
.mgs-list-block .list-decimal {
  list-style: decimal;
}
.mgs-list-block .list-decimal-leading-zero {
  list-style: decimal-leading-zero;
}
.mgs-list-block .list-georgian {
  list-style: georgian;
}
.mgs-list-block .list-hebrew {
  list-style: hebrew;
}
.mgs-list-block .list-hiragana {
  list-style: hiragana;
}
.mgs-list-block .list-hiragana-iroha {
  list-style: hiragana-iroha;
}
.mgs-list-block .list-katakana {
  list-style: katakana;
}
.mgs-list-block .list-katakana-iroha {
  list-style: katakana-iroha;
}
.mgs-list-block .list-lower-alpha {
  list-style: lower-alpha;
}
.mgs-list-block .list-lower-greek {
  list-style: lower-greek;
}
.mgs-list-block .list-lower-latin {
  list-style: lower-latin;
}
.mgs-list-block .list-lower-roman {
  list-style: lower-roman;
}
.mgs-list-block .list-none {
  list-style: none;
}
.mgs-list-block .list-square {
  list-style: square;
}
.mgs-list-block .list-upper-alpha {
  list-style: upper-alpha;
}
.mgs-list-block .list-upper-greek {
  list-style: upper-greek;
}
.mgs-list-block .list-upper-latin {
  list-style: upper-latin;
}
.mgs-list-block .list-upper-roman {
  list-style: upper-roman;
}
.mgs-list-block .list-initial {
  list-style: initial;
}
.mgs-list-block .list-inherit {
  list-style: inherit;
}

.mgs-list-block.list-style-icon li {
  display: inline-flex;
}
.mgs-list-block.list-style-icon .list-icon {
  margin-right: 8px;
}
.mgs-list-block.list-style-icon li span {
  line-height: inherit;
}

/* Image */

.mgs-image-block .image-content span {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.mgs-effect-zoom-in img {
  opacity: 1;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.mgs-effect-zoom-in img:hover {
  opacity: 0.9;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.mgs-effect-zoom-out img {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.mgs-effect-zoom-out img:hover {
  opacity: 0.9;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mgs-effect-rotate img {
  opacity: 1;
  -webkit-transform: rotate(5deg) scale(1.4);
  transform: rotate(5deg) scale(1.4);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.mgs-effect-rotate img:hover {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  opacity: 0.9;
}

.mgs-effect-blur img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mgs-effect-blur img:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.mgs-effect-grayscale img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mgs-effect-grayscale img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.mgs-effect-sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mgs-effect-sepia img:hover {
  -webkit-filter: sepia(0);
  filter: sepia(0);
}

.mgs-effect-opacity img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.mgs-effect-opacity img:hover {
  opacity: 0.5;
}

.mgs-box-shadow {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.3);
}

.mgs-box-shadow a,
.mgs-box-shadow img {
  line-height: 0;
  display: block;
}

.mgs-image-block.multiple-image .image-content.fade span.span-container {
  position: relative;
  line-height: 0;
}

.mgs-image-block.multiple-image .image-content.fade img.before-image {
  opacity: 1;
}

.mgs-image-block.multiple-image .image-content.fade img.after-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.mgs-image-block.multiple-image .image-content.fade img {
  transition: 0.5s ease-in-out;
}

.mgs-image-block.multiple-image
  .image-content.fade
  span.span-container:hover
  img.before-image {
  opacity: 0;
}

.mgs-image-block.multiple-image
  .image-content.fade
  span.span-container:hover
  img.after-image {
  opacity: 1;
}

/* Button */
.mgs-button-block button {
  border-radius: 0;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  line-height: 35px;
  box-shadow: none;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.mgs-button-block button span {
  height: 35px;
  line-height: 35px;
}
.mgs-button-block.button-left {
  text-align: left;
}
.mgs-button-block.button-center {
  text-align: center;
}
.mgs-button-block.button-right {
  text-align: right;
}
.mgs-button-block.button-fullwidth button {
  width: 100%;
}
.mgs-button-block.button-shadow button {
  -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.3);
}
.mgs-button-block .icon-left {
  margin-right: 5px;
}
.mgs-button-block .icon-right {
  margin-left: 5px;
}
.mgs-button-block .has-divider {
  margin: 0;
  display: inline-block;
}
.mgs-button-block .has-divider.icon-right {
  float: right;
  padding-left: 15px;
  border-left: 1px solid #fff;
  margin-left: 15px;
}
.mgs-button-block .has-divider.icon-left {
  float: left;
  padding-right: 15px;
  border-right: 1px solid #fff;
  margin-right: 15px;
}

/* Table */
.mgs-table-block {
  table-layout: fixed;
}
.mgs-table-block tr td {
  padding: 10px 20px;
}

/* Masonry */
.mgs-masonry-block .grid-item span {
  display: block;
  overflow: hidden;
}

/* Modal Popup */
.mgs-modal .pop-sletter-title {
  height: 30px;
  float: left;
  width: 100%;
}
.mgs-modal .pop-sletter-title h3 {
  position: relative;
  top: -30px;
}
.mgs-modal img {
  max-width: 100%;
}

/* Latest Post */
.mgs-post .post-item-detail {
  color: #676767;
}
.mgs-post .title-blog h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.mgs-post .title-blog a {
  color: #222;
  font-size: 16px;
}

.mgs-post .post-create-date {
  margin-bottom: 10px;
}
.mgs-post .post-create-date span {
  color: #222;
}

/* Portfolio */
.mgs-portfolio .portfolio-item {
  position: relative;
}
.mgs-portfolio .portfolio-item-detail {
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #fff;
}

.mgs-portfolio .portfolio-item:hover .portfolio-item-detail {
  opacity: 1;
}

.mgs-portfolio .portfolio-item-detail a {
  margin: 0;
  color: #fff;
  text-decoration: none;
}
.mgs-portfolio .portfolio-item-detail h5 {
  font-size: 15px;
}

.mgs-portfolio .portfolio-item .thumbnail::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.mgs-portfolio .portfolio-item:hover .thumbnail::after {
  top: 0;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

/* Testimonial */
.mgs-testimonial .testimonial-item {
  text-align: center;
}
.mgs-testimonial .testimonial-content {
  max-width: 800px;
  margin: auto;
}
.mgs-testimonial .testimonial-content .author-thumbnail {
  width: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 40px;
  height: 100px;
}

.mgs-testimonial .testimonial-content .content {
  position: relative;
}
.mgs-testimonial .testimonial-content .content blockquote::before {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  font-size: 30px;
  top: -28px;
  z-index: 0;
  color: rgba(40, 40, 40, 0.3);
  font-style: normal;
  line-height: 1;
  margin-left: -12px;
}
.mgs-testimonial .testimonial-content .content .name {
  font-weight: 600;
}
.mgs-testimonial .testimonial-content .content .infomation {
  font-size: 12px;
}
.mgs-testimonial blockquote {
  font-style: normal;
}

.cms-index-index.active-builder #maincontent,
.cms-page-view.active-builder #maincontent {
  max-width: unset;
  padding-left: unset;
  padding-right: unset;
  overflow: hidden;
}
.cms-index-index.active-builder #maincontent .section-builder .frame,
.cms-page-view.active-builder #maincontent .section-builder .frame {
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
}
.cms-index-index.active-builder #maincontent .section-builder-full .frame,
.cms-page-view.active-builder #maincontent .section-builder-full .frame {
  max-width: 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .mgs-product-tab .mgs-tab.tab-align-center {
    text-align: left;
  }
  .mgs-product-tab .mgs-tab.product.data {
    float: none;
  }
  .mgs-product-tab .mgs-tab.data.items .data.item {
    width: 100%;
    margin-bottom: 5px;
  }
  .mgs-product-tab .mgs-tab.data.items .data.item.last-item {
    margin-bottom: 20px;
  }
  .panel-block .mgs-product-tab .mgs-tab.data.items .item.title .switch {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: auto !important;
    border-radius: unset !important;
  }
  .panel-block
    .mgs-product-tab
    .mgs-tab.data.items
    .item.title
    .switch::before {
    display: none;
  }

  .mgs-product-tab .mgs-tab.data.items > .item.content {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .panel-block .mgs-product-tab .mgs-tab .product-items {
    margin-left: 0;
  }
  .mgs-product-tab .mgs-tab.data.items > .item.content {
    display: none;
  }
  .mgs-product-tab .mgs-tab.data.items > .item.content[aria-hidden="false"] {
    display: inline !important;
  }

  .mgs-countdown-block .countdown-timer .countdown span b {
    font-size: 22px !important;
  }
  .mgs-countdown-block .countdown-timer .time-text {
    font-size: 18px !important;
  }
  .mgs-countdown-block .countdown-timer .countdown span b {
    border-width: 1px !important;
  }
}

/*************************** New design CSS*************************************/

* {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
  font-family: "Montserrat" !important;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

html {
  overflow-x: hidden;

  font-family: sans-serif;

  /* 1 */

  -ms-text-size-adjust: 100%;

  /* 2 */

  -webkit-text-size-adjust: 100%;

  /* 2 */
}

ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

a {
  text-decoration: none;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;

  /* 1 */

  vertical-align: baseline;

  /* 2 */
}

audio:not([controls]) {
  display: none;

  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;

  margin: 0.67em 0;
}

mark {
  background: #ff0;

  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;

  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;

  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;

  /* 1 */

  font: inherit;

  /* 2 */

  margin: 0;

  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,

html input[type="button"],

/* 1 */



input[type="reset"],

input[type="submit"] {
  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */
}

/**

 * Re-set default cursor for disabled elements.

 */

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;

  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;

  /* 1 */

  padding: 0;

  /* 2 */
}

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

input[type="search"] {
  -webkit-appearance: textfield;

  /* 1 */

  box-sizing: content-box;

  /* 2 */
}

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

fieldset {
  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;

  border-spacing: 0;
}

td,
th {
  padding: 0;
}

::-moz-selection {
  background-color: #46b298;

  color: #fff;

  text-shadow: none;
}

::selection {
  background-color: #46b298;

  color: #fff;

  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;

  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;

  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;

  opacity: 0.7;
}

input:focus {
  outline: none;
}

body {
  margin: 0;

  padding: 0;

  font-size: 16px;

  overflow-x: hidden;

  position: relative;

  font-family: "Montserrat";
}

.container:after,
.container:before {
  content: " ";

  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;

  padding: 0;

  font-family: "Montserrat";
}

h1 {
  font-size: 56px;

  color: #000;

  font-weight: 600;

  text-transform: uppercase;
}

img {
  margin: 0;

  padding: 0;

  border: none;

  width: 100%;

  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none !important;
}

p {
  margin: 0;

  padding: 0;

  font-family: "Montserrat";
}

section {
  padding: 60px 0;
}

.heading_part {
  font-size: 38px;

  font-weight: 500;

  margin-bottom: 10px;
}

/**************global css end*******/

#prelodaer {
  position: fixed;

  width: 100%;

  height: 100%;

  background: #fff;

  top: 0;

  left: 0;

  z-index: 999;
}

.cta {
  display: inline-block;

  position: relative;

  overflow: hidden;

  z-index: 2;

  text-align: center;

  padding: 12px 20px;

  background: #00b345;

  border-radius: 8px;

  font-weight: 400;

  text-transform: uppercase;

  font-size: 16px;

  color: #fff;

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

.cta i {
  margin-left: 8px;
}

/* .cta:after {

  position: absolute;

  content: "";

  top: 0;

  left: -100%;

  width: 100%;

  height: 100%;

  border-radius: 60px;

  background: #fff;

  z-index: -1;

  -webkit-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  opacity: 0;

} */

.cta:hover {
  color: #fff;
}

/* .cta:hover:after {

  left: 0;

  opacity: 1;

} */

.shadow_heading {
  font-size: 60px;

  font-weight: 700;

  color: #0000001a;

  text-transform: uppercase;

  margin: 0;

  padding: 0;
}

.heading {
  font-size: 24px;

  font-weight: 500;

  margin-bottom: 15px;

  color: #000;

  line-height: normal;

  position: relative;

  text-transform: capitalize;
}

.heading > span {
  color: #cf592e;
}

.subheading {
  font-size: 16px;

  font-weight: 400;

  margin-bottom: 15px;

  color: #000;

  line-height: 24px;

  position: relative;
}

.wow {
  visibility: visible;

  animation-duration: 1500ms;

  animation-delay: 0ms;

  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;

    -webkit-transform: translateY(20px);

    -ms-transform: translateY(20px);

    transform: translateY(20px);
  }

  100% {
    opacity: 1;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);
  }
}

.bg_shadow {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}

/*===================scroll top=================== */

.scroll-top {
  width: 40px;

  height: 40px;

  line-height: 40px;

  position: fixed;

  bottom: 105%;

  right: 20px;

  font-size: 16px;

  border-radius: 50%;

  z-index: 999999;

  color: #fff;

  text-align: center;

  background: #142246;

  border: 1px solid #142246;

  -webkit-transition: 1s ease;

  transition: 1s ease;

  padding: 0;
}

.scroll-top.cta {
  min-width: 0;
}

.scroll-top.cta i {
  margin-left: 0;
}

.scroll-top:hover {
  background: #f4990b;

  border: 1px solid rgb(244, 153, 11);

  -webkit-box-shadow: 0px 2px 5px 0px rgba(244, 153, 11, 0.6);

  -moz-box-shadow: 0px 2px 5px 0px rgba(244, 153, 11, 0.6);

  box-shadow: 0px 2px 5px 0px rgba(244, 153, 11, 0.6);
}

.scroll-top.open {
  bottom: 105px;

  display: flex;

  align-items: center;

  justify-content: center;
}

.whatsapp_logo {
  width: 75px;

  height: 75px;

  position: fixed;

  bottom: 80px;

  right: 20px;
}

/* ----------row and column---------- */

.inner_row {
  display: flex;

  flex-wrap: wrap;
}
.checkout-success,
.account main#maincontent .columns,
.custom_container {
  position: relative;

  max-width: 1700px !important;

  margin: 0 auto !important;

  padding: 0 15px;

  width: 100%;

  float: none !important;
}

.column_inner {
  box-sizing: border-box;

  padding-left: 12px;

  padding-right: 12px;

  width: 100%;
}

/* ==========topbar=========== */

.topbar {
  position: relative;

  padding: 5px 0;

  background: #f4990b;
}

.topbar .inner_row {
  align-items: center;
}

.social_share ul,
.top_nav ul {
  display: flex;

  align-items: center;

  justify-content: flex-end;
}

.top_nav ul li {
  position: relative;
}

.top_nav ul li + li {
  margin-left: 25px;
}

.top_nav ul li p {
  color: #142246;

  font-size: 16px;

  font-weight: 500;
}

.top_nav ul li a {
  color: #142246;

  font-size: 16px;

  font-weight: 400;

  display: flex;

  align-items: center;
  text-transform: uppercase;
  gap: 5px;
}

.top_nav ul li + li::before {
  position: absolute;

  content: "";

  width: 1px;

  height: 100%;

  background: #fff;

  top: 0;

  left: -12px;
}

.social_share ul li {
  position: relative;
}

.social_share ul li + li {
  margin-left: 15px;
}

.social_share ul li a {
  font-size: 26px;

  color: #142246;
}

/* ==============main_header================ */

.page-header {
  width: 100%;

  display: block;

  margin: 0;

  padding: 8px 0;

  position: relative;

  background: #f7f7fa;

  top: 0;

  left: 0;

  z-index: 9;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;
}

.page-header.sticky-header {
  position: fixed;

  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);

  animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;

    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;

    transform: translateZ(0);
  }
}

.page-header .inner_row {
  align-items: center;
}

.header_logo img {
  width: 100%;

  max-width: 200px;
}

.header_search {
  position: relative;

  width: 96%;
}

.search_wrap {
  width: 100%;

  padding: 15px 13px;

  border: none;

  background: #fff;

  border-radius: 10px;
}

.search_btn {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 10px;

  font-size: 20px;

  color: #7d7d85;

  cursor: pointer;
}
.search_btn button {
  background: transparent;
  border: none;
}
.header_right img {
  width: 30px;

  /* height: 20px; */
}

.header_right > ul {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}

.header_right > ul > li {
  display: inline-block;

  text-align: center;

  position: relative;
}
.header_right > ul > li > ul {
  min-width: 150px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  border-radius: 6px;
  margin-top: 10px;
  position: absolute;
  overflow: hidden;
  top: 100%;
  right: 0;
  z-index: 999;
  height: auto !important;
  opacity: 0;
  transform: translateY(-10px);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header_right > ul > li > ul.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transform: scaleY(1);
  display: block !important;
}
.header_right > ul > li > ul > li {
  position: relative;
  text-align: left;
}
.header_right > ul > li > ul > li a {
  background: #fff;
  padding: 5px 12px;
  font-size: 12px;
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: left;
  display: block;
  width: 100%;
}
.header_right > ul > li > ul > li a:hover {
  background: #132246;
  color: #fff;
}
.header_right .minicart-wrapper span.counter.qty,
.cart_no {
  position: absolute;

  top: 0px;
  left: 5px;
  right: -10px;

  background: #f4990b !important;

  width: 16px;

  height: 16px;

  font-size: 10px;

  border-radius: 50%;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;
}

.header_right ul li i {
  color: #000;
  cursor: pointer;
  font-size: 24px;
}
.header_right .minicart-wrapper a span {
  flex-direction: column;
  padding-right: 0;
  position: relative;
}
.header_right ul li p,
.minicart-wrapper a span em,
.header_right ul li a p {
  font-size: 14px;
  font-style: normal;
  font-family: "Montserrat";
  color: #7d7d85;
}
.minicart-wrapper a span.text:after {
  display: none;
}

header.page-header .header {
  width: 100%;
  max-width: 100%;
}
.page-wrapper nav.navigation li.level0.menu-1columns > a,
.page-wrapper nav.navigation li.level0.menu-4columns > a {
  color: #000;

  text-align: center;
}

.page-wrapper nav.navigation {
  background: transparent;
  height: auto !important;
}
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns:hover,
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-4columns:hover {
  background: transparent;
}
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns::after,
.see-food::after
  .page-wrapper
  nav.navigation
  .nav-main-menu
  li.level0.menu-1columns::after {
  display: none;
}
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns,
.see-food {
  padding: 0;
  display: flex;
  height: 100%;
  position: static;
  width: 100px;
  align-items: center;
  gap: 0;
  flex-direction: column-reverse;
}

.page-wrapper
  nav.navigation
  li.level0.menu-1columns.category-menu.mmegamenu-72.deals,
.page-wrapper nav.navigation li.level0.menu-1columns.category-menu.mmegamenu-73,
.page-wrapper
  nav.navigation
  li.level0.menu-1columns.category-menu.mmegamenu-419 {
  background: transparent;
}
.page-wrapper nav.navigation .custom_container > ul > li.vegetables::before,
.page-wrapper nav.navigation .custom_container > ul > li::before {
  position: absolute;
  content: "";
  background-image: url(/media/theme/Images/cat-1.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top center !important;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}
.page-wrapper nav.navigation .custom_container > ul > li.dairy::before {
  background-image: url(/media/theme/Images/cat-2.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.meat-poultry::before {
  background-image: url(/media/theme/Images/cat-3.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.see-food::before {
  background-image: url(/media/theme/Images/cat-4.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.snacks::before {
  background-image: url(/media/theme/Images/cat-5.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.beverages::before {
  background-image: url(/media/theme/Images/cat-6.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.groceries::before {
  background-image: url(/media/theme/Images/cat-7.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.cooking::before {
  background-image: url(/media/theme/Images/cat-8.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.healthy::before {
  background-image: url(/media/theme/Images/cat-9.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.household::before {
  background-image: url(/media/theme/Images/cat-10.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.beauty::before {
  background-image: url(/media/theme/Images/cat-11.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.flash::before {
  background-image: url(/media/theme/Images/cat-12.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.bulk::before {
  background-image: url(/media/theme/Images/cat-13.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.pet::before {
  background-image: url(/media/theme/Images/cat-14.png);
}
.page-wrapper nav.navigation .custom_container > ul > li.gifts::before {
  background-image: url(/media/theme/Images/cat-15.png);
}
.page-wrapper nav.navigation .custom_container > ul > li::before {
  display: none;
}
.page-wrapper nav.navigation .nav-main-menu {
  max-width: 100%;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}
.page-wrapper nav.navigation ul.dropdown-mega-menu {
  top: 150px;
  background: #f4990b;
}
.page-wrapper nav.navigation.mgs-megamenu--main {
  padding: 30px 0 20px;
  position: relative;
  background: #fff;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  z-index: 4;
}
.page-wrapper nav.navigation.mgs-megamenu--main.sticky {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease-in-out;
}
.page-wrapper nav.navigation li.level0.menu-1columns .mega_cat_list a,
.page-wrapper nav.navigation li.level0.menu-4columns .mega_cat_list a {
  color: #000;
  justify-content: flex-start;
  gap: 10px;
}
/* ===================mega menu=================== */

.mega_cat_list {
  position: absolute;

  top: 100%;

  width: 100%;

  z-index: 9;

  left: 0 !important;

  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.1);

  border-radius: 10px;

  padding: 40px;

  background: #fff;

  display: flex;

  gap: 80px;

  opacity: 0;

  visibility: hidden;
  pointer-events: none;

  /* transition: all 0.5s ease-in-out; */
}

/* .mega_cat_list::before{

  position: absolute;

  content: "";

  border-left: 15px solid transparent;

  border-right: 15px solid transparent;

  border-top: 25px solid;

  bottom: -25px;

  left: 0;

  height: 0;

  margin: auto;

  width: 0;

  z-index: 30;

} */

.page-wrapper
  nav.navigation
  .nav-main-menu
  li.level0.menu-1columns:hover
  .mega_cat_list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.page-wrapper nav.navigation li.level0.menu-1columns > a,
.page-wrapper nav.navigation li.level0.menu-4columns > a {
  position: relative;
  height: 100%;
  color: #000;
  display: block;
  margin-top: 10px;
  min-height: 52px;
}
.page-wrapper nav.navigation li.level0.menu-1columns > a:nth-child(2),
.page-wrapper nav.navigation li.level0.menu-4columns > a:nth-child(2){
  margin-top: 0;
}
.page-wrapper nav.navigation li.level0.menu-1columns > a::before,
.page-wrapper nav.navigation li.level0.menu-4columns > a::before {
  position: absolute;

  content: "";

  border-left: 15px solid transparent;

  border-right: 15px solid transparent;

  border-top: 25px solid;

  bottom:-25px;

  transform: translateX(-50%);

  left: 50%;

  height: 0;

  margin: auto;

  width: 0;

  z-index: 30;

  opacity: 0;

  visibility: hidden;

  /* transition: all 0.5s ease-in-out; */
}
.page-wrapper nav.navigation li.level0.menu-1columns > a:nth-child(2)::before,
.page-wrapper nav.navigation li.level0.menu-4columns > a:nth-child(2)::before{
  display: none;
}
.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(1) > a::before {
  border-top: 25px solid #d5eab1;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(2) > a::before {
  border-top: 25px solid #c3e9f6;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(3) > a::before {
  border-top: 25px solid #f3a5b1;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(4) > a::before {
  border-top: 25px solid #bbdff0;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(5) > a::before {
  border-top: 25px solid #b2e5df;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(6) > a::before {
  border-top: 25px solid #ddbdda;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(7) > a::before {
  border-top: 25px solid #f1f6d9;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(8) > a::before {
  border-top: 25px solid #f1bdbc;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(9) > a::before {
  border-top: 25px solid #e0efc1;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(10) > a::before {
  border-top: 25px solid #c0e8f6;
}
.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(11) > a::before {
  border-top: 25px solid #fed7e2;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(13) > a::before {
  border-top: 25px solid #718893;
}

.page-wrapper nav.navigation li.level0.menu-1columns:nth-child(14) > a::before {
  border-top: 25px solid #ecd6ec;
}

.page-wrapper nav.navigation li.level0.menu-1columns.no-menu > a::before {
  border-top: none;
}

.page-wrapper nav.navigation li.level0.menu-1columns:hover a::before {
  opacity: 1;

  visibility: visible;
}

.left_list ul li {
  position: relative;
}

.left_list ul li + li {
  margin-top: 15px;
}

.left_list_menu {
  display: flex;
  align-items: center;
  gap: 15px;
}

.left_list_menu img {
  width: 25px;

  height: 25px;
}

.left_list_menu p {
  margin: 0;
  font-weight: 500;
  font-size: 13px;
}

.right_list_menu {
  display: grid;

  grid-template-columns: 200px 200px 200px 200px 200px;

  position: relative;

  gap: 20px;
}

.each_right_menu a {
  text-align: center;
}

.each_cat_list .each_right_menu img {
  margin: 0 auto;

  width: 80px;

  height: 80px;
}
.dropdown-menu-ct {
  padding-left: 20px;
}
.dropdown-menu-ct .each_right_menu {
  margin-top: 10px;
}

.top_cat_list {
  display: flex;

  justify-content: space-between;

  flex-wrap: wrap;
}

.feat_cat {
  justify-content: flex-start;

  gap: 10px;
}
.product-item .product-top {
  position: static;
}
.each_cat_list {
  position: relative;

  text-align: center;
}

.each_cat_list img {
  width: 100px;

  height: 100px;
}

.each_cat_list p {
  font-size: 14px;

  color: #000;

  font-weight: 500;

  margin-top: 10px;
}

.top_category {
  padding: 30px 0;
}

.feat_cat figure {
  width: 119px;

  height: 119px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
  margin: 0 auto;
}

.feat_cat .each_cat_list img {
  width: 80px;

  height: 80px;
}
.feat_cat .each_cat_list:nth-child(1) figure,
.deep_green {
  background: #cddbc1;
}
.feat_cat .each_cat_list:nth-child(2) figure,
.pink {
  background: #ffcece;
}
.feat_cat .each_cat_list:nth-child(3) figure,
.light_green {
  background: #b6e56b;
}
.feat_cat .each_cat_list:nth-child(4) figure,
.yellow_green {
  background: #ebffcb;
}
.feat_cat .each_cat_list:nth-child(5) figure,
.yellow_light {
  background: #fff0cb;
}
.feat_cat .each_cat_list:nth-child(6) figure,
.light_blue {
  background: #e4ebf6;
}
.feat_cat .each_cat_list:nth-child(7) figure,
.brown {
  background: #f3cfaf;
}
.feat_cat .each_cat_list:nth-child(8) figure,
.light_grey {
  background: #d6d0bf;
}
.feat_cat .each_cat_list:nth-child(9) figure,
.deep_grey {
  background: #738a94;
}
.feat_cat .each_cat_list:nth-child(10) figure,
.see_blue {
  background: #d4f2ff;
}
.feat_cat .each_cat_list:nth-child(11) figure,
.light_yellow {
  background: #e8f4ce;
}
.feat_cat .each_cat_list:nth-child(12) figure,
.light_brown {
  background: #f7f0de;
}
.feat_cat .each_cat_list:nth-child(13) figure,
.light_sea_blue {
  background: #caf1f1;
}
.feat_cat .each_cat_list:nth-child(14) figure,
.light_sea {
  background: #e7fcff;
}
.feat_cat .each_cat_list:nth-child(15) figure,
.sea_blue {
  background: #cffffb;
}
.feat_cat .each_cat_list:nth-child(16) figure,
.deep_yellow {
  background: #fff1a1;
}

.suggest_category {
  position: relative;
  z-index: 0;
  padding: 30px 0;
}
.product_slider_wrapper .slick-slide {
  margin: 0 15px;
}
.product-item,
.each_product_slider {
  position: relative;

  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);

  border-radius: 20px;
margin: 10px 5px;
  padding: 20px;

  margin:10px 4px;

  text-align: center;
}
.suggest_category li.each_product_slider {
  margin: 10px 0 10px 10px;
}
.suggest_category ol.products.list.items.product-items {
  gap: 15px;
}
.product-item .product-item-actions form {
  display: block;
}
.each_product_slider:hover .product_img img {
  transform: scale(1.05);
}

.save_tag {
  background-image: url(/media/theme/Images/tag.png);
  background-size: 50px;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  top: 10px;
  left: -10px;
  width: 50px;
  height: 30px;
  z-index: 1;
}
.save_tag > span {
  font-weight: 700;
  display: block;
}
.announce_tag {
  position: absolute;

  top: 10px;

  right: 10px;

  width: 40px;

  z-index: 1;
}

.organic {
  position: absolute;

  top: 70px;

  right: 10px;

  width: 40px;

  z-index: 1;
}

.safe {
  position: absolute;

  bottom: 100px;

  right: 10px;

  width: 40px;
}

.product_img img {
  width: 100%;

  max-width: 230px !important;
  height: 230px !important;

  margin: 0 auto;

  transition: all 0.5s ease-in-out;
}

.product_title {
  text-align: center;
  margin: 8px 0;
  min-height: 48px;
}
.product-item-details a,
.product_title a {
  font-size: 20px;

  font-weight: 700;

  text-align: center;

  color: #142246;
  font-family: "Montserrat";
}
.product-item-details a {
  display: block;
}

.weight {
  font-size: 16px;

  font-weight: 500;

  color: #7d7d85;

  margin: 20px 0;
  text-align: center;
}

.price_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* margin-bottom: 10px; */
  align-items: center;
}

.price_wrap .price-box .price {
  font-size: 18px;

  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;

  text-align: center;
  font-family: "Montserrat";
  color: #e60e0e;
}

.price_wrap .price-box .old-price .price {
  text-decoration: line-through;

  font-size: 16px;

  color: #000;
}
#product-container .product_btn {
  max-width: 180px;
}
.page-products .product_filter {
  gap: 35px;
}
.page-products .product_filter .sidebar.sidebar-main {
  flex: 0 0 18%;
  max-width: 18%;
  width: 18%;
  padding-right: 0px;
}
.page-products .product_filter .column.main {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 80%;
  padding-left: 25px;
}
.product_btn {
  width: 100%;
  max-width: 175px;
  margin: 10px 0 0 auto;
  display: flex;

  align-items: center;

  gap: 10px;

  margin-top: 10px;
}
.allSuggestCategory
.product-item-info
button.action.tocart.primary.mageprince-buynow-btn,
.buy_btn {
  font-size: 16px !important;

  font-weight: 600 !important;

  background: transparent;

  border-radius: 10px;

  color: #142246;

  border: 2px solid #142246;

  padding: 8px 15px;
  width: 100% !important;
  height: auto;
  font-family: "Montserrat" !important;
  text-transform: capitalize;
}
.allSuggestCategory
  .product-item-info
  button.action.tocart.primary.mageprince-buynow-btn
  span {
  font-weight: 600;
  text-transform: capitalize;
}
.mageprince-buynow {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 65px !important;
}
.product-item-info #addtoCart_button,
.addCart {
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #142246;
  background: #142246;
  color: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  width: 100% !important;
  height: auto;
  text-transform: capitalize;
  font-family: "Montserrat";
}
.allSuggestCategory .product-item-info button.action.tocart.primary span {
  font-weight: 600;
  text-transform: capitalize;
}

.product-item-info .number_box,
#qty_selector {
  width: 100%;
  height: 40px;
  max-width: 200px;

  display: flex;
  align-items: center;
  flex-wrap: nowrap;

  justify-content: space-between;

  margin: 10px auto 0;

  background: #ff9015;

  padding: 10px 15px;

  border-radius: 25px;
}

.product-item-info .number_box .qty,
#qty_display {
  border-width: 0px;

  border-color: white;

  background-color: transparent;

  width: 50px;

  text-align: center;

  margin: 0px 10px;

  padding-left: 5px;
  line-height: normal;
  height: auto;
  color: #fff;
}
.product-item-info .number_box .qty:focus,
#qty_display:focus {
  outline: none;
}
.product-item-info .number_box span.minus {
  background: transparent;
  display: flex;
  align-items: center;
}
#qty_selector a {
  color: #fff;

  cursor: pointer;
}

.product_slider_wrapper {
  position: relative;
}
.product-items .slick-prev,
.product-items .slick-next,
.next_btn,
.prev_btn {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 60px;

  height: 60px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #adb0b3;

  border-radius: 50%;

  font-size: 30px;

  color: #fff;

  cursor: pointer;
  z-index: 1;
}
.product-items .slick-prev,
.prev_btn {
  left: -80px;
}
.product-items .slick-next,
.next_btn {
  right: -80px;
}

.each_brand_slider img {
  border-radius: 10px;
}

.brand_slider_wrapper {
  position: relative;
}

.brand_slider_wrapper .prev_btn,
.brand_slider_wrapper .next_btn {
  background: #fff;

  border: 3px solid #adb0b3;

  color: #adb0b3;
}

.brand_slider_wrapper .prev_btn {
  left: -30px;

  z-index: 1;
}

.brand_slider_wrapper .next_btn {
  right: -30px;

  z-index: 1;
}

/* ============category listing=========== */
/* .product_slider_wrapper  .slick-list{
  margin: 0 30px;
} */
.quantity_box .number_box span.minus {
  background-color: transparent;
}
.each_product_slider .product-item-actions form {
  display: block;
}
.price_wrap .price {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #e60e0e;
}
.pro_single_slider .product-item button.action.tocart.primary,
.product_btn #addtoCart_button,
.addCart {
  font-size: 16px !important;
  font-weight: 600;
  border: 2px solid #142246;
  background: #142246;
  color: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  width: 100% !important;
  height: 40px;
  font-family: "Montserrat" !important;
}
.product_btn #addtoCart_button span,
.addCart span {
  text-transform: capitalize;
}
.pro_single_slider
  .product-item
  button.action.tocart.primary.mageprince-buynow-btn,
.quantity_box button.action.tocart.primary.mageprince-buynow-btn,
.buy_btn {
  font-size: 16px;
  font-weight: 600;
  background: transparent;
  border-radius: 10px;
  color: #142246;
  border: 2px solid #142246;
  padding: 8px 15px;
  width: 100% !important;
  height: 40px;
  font-family: "Montserrat";
}
/* .sidebar  dd.filter-options-content {
  padding: 15px 20px;
  display: block;
  margin: 0;
} */

.allSuggestCategory .products-grid .price-final_price .price-wrapper .price {
  font-size: 18px;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  font-family: "Montserrat";
  color: #e60e0e;
}
.allSuggestCategory .product-item-info strong.product-item-name a {
  display: block;
  min-height: 72px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.product-item-info .totalItem {
  font-size: 16px;
  font-weight: 500;
  color: #7d7d85;
  margin: 20px 0;
  text-align: center;
  display: block;
}
.page-products .allSuggestCategory .product-item-info {
  position: static;
  width: 100%;
}

/* ============mini-cart============ */
.minicart-items li.item.product.product-item {
  margin-left: 5px !important;
  padding: 20px !important;
  border: none !important;
}
.minicart-wrapper span.product-image-wrapper img {
  max-width: 50px !important;
  overflow: hidden;
}
#minicart-content-wrapper .price-container {
  text-align: left !important;
}

.minicart-price {
  font-size: 12px;
}

/* =================product-listing================ */
.page-products .sidebar.sidebar-main {
  border: 1px solid #b0b0b0;
  height: 100%;
  border-bottom: none;
}
.page-products .product_filter .sidebar.sidebar-main dt.filter-options-title {
  padding-top: 25px;
  padding-left: 7px;
  font-size: 16px !important;
  color: #0d2c6c !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}
.amshopby-filter-parent {
  font-size: 15px;
  color: #736e69;
}
.am-show-more {
  font-size: 16px !important;
  color: #0d2c6c !important;
  font-weight: 600 !important;
  background: transparent;
  border: none;
  text-decoration: underline;
  margin-top: 10px;
  text-transform: uppercase;
}
.am-search-box-brand {
  width: 100%;
}
input.am-search-box-brand,
input.am-search-box-featured_category,
input.am-search-box-category_ids {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #d8d8d8;
}

.am-filter-items-category_ids .item {
  margin-bottom: 8px;
}
span.count {
  color: #0d2c6c !important;
  font-weight: 600 !important;
}
.filter-content .filter-options .count:before {
  content: "(";
  position: absolute;
  left: 0px;
  top: 0px;
}

.filter-content dd.filter-options-content {
  padding: 15px 15px 20px 20px;
  border-bottom: 1px solid #b0b0b0;
}
.amshopby-search-box {
  margin-bottom: 25px;
}
.filter-content dd.filter-options-content ol.items li a {
  font-size: 15px;
  color: #736e69;
}
.page-products .breadcrumbs ul li a,
.breadcrumbs ul li strong {
  color: #000 !important;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.page-products .breadcrumbs ul.items li:after {
  content: ">";
  color: #000;
  font-weight: 700;
}
.filter-current-subtitle ~ ol.items li {
  list-style: none;
}
.breadcrumbs ul {
  width: 100% !important;
}
.amshopby-filter-name {
  font-size: 15px;
  color: #736e69;
}
.amshopby-filter-current {
  padding: 10px;
  border-bottom: 1px solid #b0b0b0;
  border-top: 1px solid #b0b0b0;
  position: relative;
}
.am-filter-items-price .ui-slider-horizontal {
  background: #f4990b;
}
.am-filter-items-price .ui-slider-handle {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #142246 !important;
  display: block;
  position: absolute;
  margin-top: -3px;
}
.amshopby-fromto-wrap {
  margin-top: 10px;
}
input.am-filter-price.input-text {
  width: 100%;
  height: 35px;
  padding: 0 10px;
  border: 1px solid #b0b0b0;
}
span.amshopby-currency {
  display: none;
}
button.am-filter-go {
  background: #142246;
  color: #ffff;
  padding: 0 20px;
  height: 35px;
  border: none;
}
.range.am-fromto-widget.amshopby_currency_rate {
  display: flex;
  gap: 10px;
  align-items: center;
}
.block-actions.filter-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #736e69;
  font-weight: 600;
}
.block-actions.filter-actions a.action.clear.filter-clear {
  color: #736e69;
  font-weight: 500;
}
.filter-current-subtitle {
  color: #0d2c6c !important;
  font-weight: 700 !important;
  position: relative;
  padding-left: 20px;
}
.filter-current-subtitle::before {
  position: absolute;
  content: "\F3E1";
  font-family: bootstrap-icons !important;
  top: 2px;
  left: 0;
  color: #0d2c6c;
  font-size: 15px;
}
.page-products .breadcrumbs ul {
  border: none;
  max-width: 100% !important;
}
.page-products dd.filter-options-content ol.items {
  overflow-x: hidden;
  overflow-y: auto;
}

.iass-spinner {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.iass-spinner img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

/* =======================footer============= */

.main_footer {
  width: 100%;

  display: block;

  margin: 0;

  padding: 0;

  position: relative;

  background: #f5f5f5;
}

.main_footer .footer_top {
  width: 100%;

  display: block;

  margin: 0;

  padding: 0 0 20px;

  background: #f5f5f5;
}

.main_footer .first_col {
  width: 100%;

  display: block;

  margin: 0;

  padding: 0;
}

.main_footer .footer_logo {
  margin: 0 0 20px;

  max-width: 120px;

  background: #fff;

  padding: 10px;

  border-radius: 10px;
}

.main_footer .footer_logo a {
  display: inline-block;
}

/* .main_footer .footer_logo img {

  width: 120px;

} */

.main_footer .first_col p {
  font-weight: 400;

  font-size: 14px;

  line-height: 20px;

  text-align: justify;

  color: #ffffff;

  max-width: 325px;
  font-family: "Montserrat";
}

.main_footer .social_links {
  width: 100%;

  display: flex;
  padding: 0;

  gap: 20px;

  align-items: center;
}

.main_footer .social_links h5 {
  font-weight: 400;

  font-size: 14px;

  line-height: 24px;

  color: #132246;

  margin: 0;
  font-family: "Montserrat";
}

.main_footer .social_links ul {
  margin: 0;
  flex: 0 0 auto;
  padding: 0;
}

.main_footer .social_links ul li {
  display: inline-block;

  vertical-align: middle;

  margin: 0;

  padding: 0;
}

.main_footer .social_links ul li + li {
  margin-left: 10px;
}

.main_footer .social_links ul li a {
  font-size: 22px;

  background: #000;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #f4990b;

  text-align: center;
}

.main_footer .social_links ul li a:hover {
  color: #000;

  background: #f4990b;
}
.main_footer .social_links ul li img {
  width: 20px;
  height: 20px;
}
.main_footer .social_links ul li a:hover img {
  filter: invert(1);
}
.main_footer .second_col {
  width: 100%;

  margin: 0;

  padding: 0;

  height: 100%;
}

.main_footer .footer_nav ul {
  margin: 0;

  padding: 0;
}

.main_footer .footer_nav ul li {
  margin: 0 0 8px;
}
.main_footer .footer_nav_list .footer_nav ul {
  display: grid;
  grid-template-columns: auto auto;
}
.main_footer .each_address br {display:none;}
.main_footer .each_address ul li a,
.main_footer .footer_nav ul li a {
  font-weight: 500;

  font-size: 16px;

  line-height: 20px;

  color: #000;

  transition: all 0.9s ease-in-out;
  font-family: "Montserrat";
}

.main_footer .each_address ul li {
  margin-bottom: 15px;
}

.main_footer .footer_nav ul li a:hover {
  color: #132246;
}
footer.page-footer .footer_top h4,
footer.main_footer .footer_top h4 {
  font-weight: 600;

  font-size: 18px;

  line-height: 22px;

  text-transform: uppercase;

  color: #132246;

  margin: 0 0 20px;
  font-family: "Montserrat";
}

.main_footer .office_address ul {
  padding: 0;

  margin: 0;
}

.main_footer .office_address ul li {
  margin-bottom: 5px;

  display: flex;

  gap: 10px;

  margin-bottom: 20px;

  align-items: start;
}

.main_footer .office_address ul li i {
  color: #fff;

  line-height: 22px;
}

.main_footer .office_address ul li a {
  font-weight: 500;

  color: #000;

  line-height: normal;

  transition: all 0.9s ease-in-out;
  font-family: "Montserrat";
}

.main_footer .office_address ul li a:hover {
  color: #cf592e;
}

.main_footer .office_address .each_address {
  display: flex;

  align-items: center;

  justify-content: flex-start;

  margin: 0 0 15px;
}

.main_footer .each_address img {
  margin-right: 20px;
}

.main_footer .each_address p a,
.main_footer .each_address p {
  font-weight: 500;

  font-size: 16px;

  line-height: 20px;

  color: #000;
  font-family: "Montserrat";
  margin: 0 0 15px;
}

.footer_phn a {
  font-family: "Montserrat";
  display: block;
}

.main_footer .footer_bottom {
  width: 100%;

  display: block;

  margin: 0;

  background: transparent;

  /* text-align: center; */

  padding: 0 0 40px;
}

.main_footer .footer_bottom .inner_row {
  align-items: center;
}

.copyright_text ul {
  display: flex;

  align-items: center;

  gap: 3px;
}

.copyright_text ul li {
  display: inline-block;
}

.copyright_text img {
  display: inline-block;

  vertical-align: middle;

  margin: 0;

  padding: 0;

  max-width: 125px;
}

.copyright_text p {
  display: inline-block;

  vertical-align: middle;

  margin: 0;

  padding: 0;

  text-transform: capitalize;

  font-weight: 500;

  font-size: 16px;

  color: #000;
  font-family: "Montserrat";
}

.copyright_text ul li a {
  font-size: 15px;

  color: #132246;

  font-weight: 600;
  font-family: "Montserrat";
}

.copyright_text p a {
  color: #000;
  font-family: "Montserrat";
}

.copyright_text p a span {
  color: #46b298;
}

/* ===================product-details================== */
.product_thumb {
  margin-bottom: 100px;
}
.catalog-product-view
  .fotorama__nav--thumbs
  .fotorama__nav__shaft
  .fotorama__nav__frame {
  margin: 0 5px;
  padding: 10px !important;
}
.each_top_slider {
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 75px;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  /*width: 100%;*/
}
.catalog-product-view .fotorama__nav-wrap {
  margin-top: 50px;
}
.offText {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 22px;
  font-weight: 800;
  color: #fe0000;
}

.zoomSearch {
  position: absolute;
  bottom: 35px;
  right: 15px;
  width: 66px;
  height: 66px;
  cursor: pointer;
}

.each_small_slider {
  border: 1px solid #d6d6d6;
  padding: 20px 10px;
  border-radius: 5px;
}

.product-info-main {
  margin-left: 80px;
}
.catalog-product-view .product-info-main .product h1.page-title,
.page-title {
  font-size: 28px;
  font-weight: 600;
  text-align: left;
  color: #000;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}

.page-title-wrapper p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}

.page-title-wrapper p > a {
  color: #146fae;
}

.swatch-attribute-label {
  font-weight: 700;
  font-size: 24px;
  position: relative;
}

.swatch-attribute {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: center;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.product-options-wrapper .super-attribute-select,
.select-dropdown__button {
  padding: 7px 45px 7px 15px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  border: 1px solid #d6d6d6;
  font-size: 24px;
  font-weight: 500;
}
.product-options-wrapper .configurable .control::before,
.select-dropdown__button::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #d6d6d6;
  top: 0;
  right: 30px;
  z-index: 1;
}

.product-options-wrapper .configurable {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-options-wrapper .configurable .control {
  position: relative;
}
.product-options-wrapper .configurable .label span {
  font-weight: 700;
  font-size: 24px;
  position: relative;
}
.product-info-price .price-box .price-container .price {
  font-size: 28px !important;
  color: #fe0000 !important;
  font-weight: 800 !important;
  font-family: "Montserrat" !important;
}

.product-info-price .price-box .old-price .price-container .price {
  font-size: 30px !important;
  color: #464646 !important;
  text-decoration: line-through !important;
  font-weight: 800 !important;
  font-family: "Montserrat" !important;
}

.product-info-price .price-box .normal-price {
  display: flex;
  align-items: center;
  gap: 20px;
  /* margin-bottom: 30px; */
}

.product-info-main .product-info-price .price-box .price-label {
  font-size: 24px;
  font-weight: 400;
  color: #464646;
}

.product-info-stock-sku .configurable-variation-qty {
  font-size: 34px;
  line-height: 42px;
  color: #fe0000;
  font-weight: 500;
  border: 3px solid #fe0000;
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}
.product-options-bottom .qty span {
  display: none;
}
.orderInstruction {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}

.orderInstruction img {
  width: 60px;
}

.orderInstruction p {
  font-size: 24px;
  font-weight: 400;
  max-width: 550px;
}

.orderInstruction p > span {
  font-size: 24px;
  font-weight: 600;
  color: #3d8100;
}

.product-options-bottom .select-dropdown__button {
  padding: 20px 60px 20px 50px;
  background: #fafafa;
}

.product-options-bottom {
  margin: 20px 0;
}
.product-options-bottom .box-tocart {
  padding: 0;
}
.product-options-bottom .fieldset {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.product-options-bottom .field .input-text {
  color: #000;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 24px !important;
  font-weight: 500;
  position: relative;
  border: 1px solid #d6d6d6;
padding: 10px 0;
  background: #fafafa;
  max-width: 95px;
  height: 100%;
}
.catalog-product-view .product-options-bottom #product-addtocart-button,
.product-options-bottom .action.primary {
  background-image: none;
  background: #ff9c00;
  border: 1px solid #ff9c00;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: 14px 40px;
  font-size: 18px;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 15px;
  max-width: 470px;
  width: 100%;
  margin-top: 0;
  height: auto;
  text-transform: math-auto;
}
.product-options-bottom .mageprince-buynow {
  position: static;
  max-width: 100% !important;
}
.product-options-bottom .action.primary.buy {
  max-width: 140px;
  width: 100%;
}

.product-options-bottom .fieldset {
  vertical-align: top;
}

.product-options-bottom .action.primary.buy {
  flex-basis: 140px;
  max-width: 140px;
}

.product-options-bottom .action.primary.tocart {
  flex-basis: 470px;
  max-width: 470px;
}
.catalog-product-view
  .product-social-links
  .product-addto-links
  .action.towishlist {
  border: none;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.quantity_box .number_box span.minus,
.quantity_box .number_box span.plus {
  padding: 0 10px 0;
  height: auto;
  background: none;
}
.catalog-product-view
  .product-info-main
  .product-info-price
  .price-box.price-final_price {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.catalog-product-view .product-info-main .product-info-stock-sku .availability {
  display: inline-block !important;
}
.catalog-product-view
  .product-social-links
  .product-addto-links
  .action.towishlist
  span {
  font-size: 18px;
  font-weight: 400;
  color: #1f4584;
  text-transform: math-auto;
  text-align: left;
  width: 100%;
  display: block;
}
.product-social-links figure {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 10px;
}

.product-social-links figure img {
  width: 30px;
}

.product-addto-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-addto-links .action {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 400;
}

.product-addto-links .action.towishlist {
  color: #1f4584;
}

.product-addto-links .action.toshare {
  color: #a7a7a7;
}

.highLight {
  position: relative;
  margin-top: 40px;
}

.highLight h5 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom:15px;
}
.highLight > p {margin:0px 0 15px;}
.highLight  p  {line-height: 30px; font-size: 20px; font-weight: 400; list-style: disc;}

.highLight ul {
  padding-left: 30px;
}

.highLight ul li {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  list-style: disc;
}

.frequentBoughtWrapper {
  position: relative;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.1);
}

.frequentBoughtWrapper .heading {
  margin-bottom: 50px;
}

.each_product {
  position: relative;
}

.each_product img {
  width: 120px;
  margin-left: 30px;
}

.each_product .product_name h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.each_product .product_name p {
  font-size: 14px;
  font-weight: 600;
  color: #fe0000;
}

.each_product .select-dropdown {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.each_product .select-dropdown .select-dropdown__button {
  font-size: 14px;
  padding: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #616161;
  border-radius: 0;
}

.each_product .select-dropdown__button .downArrow {
  position: static;
  font-size: 14px;
  color: #616161;
}

.each_product .select-dropdown__button::before {
  display: none;
}

.each_product .swatch-option {
  font-size: 14px;
  padding: 3px;
  text-align: center;
}

.additional-section img {
  max-width: 1200px;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 5.5px 30px 10px 0;
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 5.5px 5px 10px;
}
.product.info.detailed .additional-attributes > tbody > tr > td p strong {
  display: none;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
table th {
  text-align: left;
}
.product.data.items > .item.title > .switch {
  font-weight: 400;
  line-height: 40px;
  font-size: 1.4rem;
  color: #6d6d6d;
  text-decoration: none;
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: none;
  height: 44px;
  padding: 1px 35px;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.review-form {
  max-width: 500px;
}
.review-form .fieldset > .field > .label,
.review-form .fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.review-form .fieldset > .field,
.review-form .fieldset > .fields > .field {
  margin: 0 0 20px;
}
.review-form .fieldset input[type="text"] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 42px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.review-form textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
.review-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.review-form .action.submit.primary {
  background: #eee;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
  margin: 0;
}
.review-add .block-title {
  display: none;
}

.pro_single_slider .product-item .product-item-details strong {
  white-space: initial;
  text-align: center;
  margin: 8px 0;
  min-height: 48px;
}
.pro_single_slider .product-item .product-item-info {
  margin: 0;
  max-width: 100%;
}
.product-item-details .price-box .price {
  font-size: 18px;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  font-family: "Montserrat";
  color: #e60e0e;
}
.pro_single_slider .product-item-info .number_box {
  max-width: 200px;
}
.pro_single_slider .product-items .slick-list.draggable {
  margin: 0;
}
.pro_single_slider .slick-slide {
  margin: 0 15px;
}
.custom_container .similar-slider {
  width: 100% !important;
  max-width: 100% !important;
}
.similar_slider h2.similar-product-title,
.similarbrand_slider h2.similar-product-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
  line-height: normal;
  position: relative;
  text-transform: capitalize;
  border: none;
  text-align: left;
  padding-top: 40px;
  font-family: "Montserrat";
}

.each_product_slider .price_wrap .price + .price {
  text-decoration: line-through;
  font-size: 16px;
  color: #000;
}
.custom_container > .similar_slider {
  padding-bottom: 50px;
}
#product-container .suggest_category li.item.product.product-item {
  width: 24%;
  margin: 0;
  padding: 20px;
}

.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
  padding-top: 30px;
}

.product.data.items {
  position: relative;
  z-index: 1;
  border-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.product.data.items:before,
.product.data.items:after {
  content: "";
  display: table;
}
.product.data.items:after {
  clear: both;
}
.product.data.items > .item.title {
  float: left;
  width: auto;
}
.product.data.items > .item.title > .switch {
  height: 20px;
  display: block;
  position: relative;
  z-index: 2;
}
.product.data.items > .item.content {
  margin-top: 20px;
  box-sizing: border-box;
  float: right;
  margin-left: -100%;
  width: 100%;
}
.product.data.items > .item.content:before,
.product.data.items > .item.content:after {
  content: "";
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 -1px 0 0;
}
.product.data.items > .item.title > .switch {
  font-weight: 400;
  line-height: 40px;
  font-size: 1.4rem;
  color: #6d6d6d;
  text-decoration: none;
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: none;
  height: 43px;
  padding: 1px 35px;
}
.product.data.items > .item.title > .switch:visited {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #6d6d6d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fff;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
  height: 44px;
}
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  padding-bottom: 2px;
}
.product.data.items > .item.content {
  background: #fff;
  margin-top: 43px;
  padding: 35px;
  border: 1px solid #ccc;
}
.product.data.items .item.title a:after {
  display: none;
}
#maincontent .fbt-collection {
  display: inline-block;
  width: 70%;
  height: auto;
  float: left;
  /* overflow: hidden; */
  margin: 0 auto;
  padding-left: 45px;
  position: relative;
}
.fbt-collection .next_btn {
  right: -50px!;
}
.fbt-collection .prev_btn {
  left: 0;
}
#maincontent .fbt-summary {
  width: 24%;
  background: #efefef;
  padding: 20px;
  border-radius: 10px;
}
.fbt-collection .product-item-details .price-box .price {
  font-size: 14px;
}
.fbt-collection .product-item-details a {
  display: block;
  min-height: 40px;
}
.fbt-collection img.product-image-photo {
  height: 230px;
  object-fit: cover;
}
.wk-fbt .title {
  margin-bottom: 15px;
}
.wk-fbt .title #fbt-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
  line-height: normal;
  position: relative;
  text-transform: capitalize;
  border: none;
  text-align: left;
  padding-top: 40px;
  font-family: "Montserrat";
}
.fbt-heading {
  font-size: 24px;
  font-weight: 500;
}
.summary-section .summary-title {
  width: 60%;
  text-align: left;
  font-weight: 500;
  line-height: 24px;
  font-size: 18px;
}
.total-payable .summary-section,
.product-prices .summary-section {
  padding: 10px 0;
}
.summary-section .summary-calc {
  width: 40%;
  text-align: right;
  font-weight: 600;
  line-height: 24px;
  color: #fe0000 !important;
  font-size: 18px;
}
.wk-fbt .fbt-summary button.action.tocart.primary {
  width: 100%;
  padding: 12px;
  line-height: 30px;
  font-size: 20px;
  background: #ff9c00;
  border: 1px solid #ff9c00;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 15px;
  margin-top: 15px;
}
.wk-fbt .fbt-summary #fbt-heading {
  margin-bottom: 10px;
  padding-top: 0;
}
.fbt-collection .block.fbt {
  padding-left: 0;
}
.fbt ol.products.list.items.product-items {
  gap: 15px;
}
.fbt-collection .block.fbt input:checked ~ .checkmark {
  background-color: #ff9c00;
}
.block.fbt input {
  top: 10px;
  right: 15px;
}
.fbt-collection .checkmark {
  top: 10px;
  right: 15px;
  z-index: 1;
}

/* ==========================cart======================= */
.relatedCart {
  padding: 0 0 50px;
}
.relatedCartSlider {
  max-width: 900px;
  background: #fafafa;
  padding: 10px;
  margin: 0;
}
.relatedCartWrapper {
  position: relative;
}
.relatedCartWrapper .next_btn {
  right: -10px;
  width: 54px;
  height: 54px;
}
.eachRelatedCartItem {
  background: #fff;
  position: relative;
  padding: 25px;
  border: 2px solid #dde8f3;
  border-radius: 20px;
  text-align: center;
}

.eachRelatedCartItem img {
  width: 85px;
  height: 85px;
  margin: 0 auto 10px;
}
.eachRelatedCartItem a {
  font-size: 18px;
  color: #0a57a5;
  font-weight: 600;
}
.groceryWrap h4 {
  margin: 0;
}
.groceryWrap h4 i {
  color: #004ba0;
  margin-left: 10px;
}

.groceryWrap .topSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.groceryWrap .topSec img {
  width: 80px;
}
.eachCartItem {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  margin-bottom: 30px;
}

.cartImg {
  height: 100%;
  /* min-height: 220px; */
}
.cartImg img {
  width: 100%;
}
.cart.table-wrapper img.product-image-photo {
  height: auto !important;
}
.cartItemDesc h5 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.cartItemDesc h5 a {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.custom-qty select {
  border: none;
  background: #fff;
  padding: 2px 8px;
}
.cartItemDesc dl.item-options {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.cartItemDesc dl.item-options dd {
  font-weight: 600;
  color: #000;
}
.cartItemDesc p {
  font-size: 19px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.cartItemDesc h6 {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}
.highLight {
  color: #000;
}
.cartItemDesc {
  position: relative;
}
.cartDelete {
  position: absolute;
  bottom: 0;
  left: 0;
}
.cartDelete a {
  display: inline-flex;
  gap: 20px;
  border: 1px solid #ccc;
  padding: 12px 15px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all 0.5s ease-in-out;
}
.cartDelete a i {
  color: #5c6890;
}
.cartDelete a:hover {
  background: #f4990b;
  border: 1px solid #f4990b;
  color: #fff;
}
.cartDelete a:hover i {
  color: #fff;
}
.cartItemPrice {
  position: relative;
  text-align: right;
  margin-left: auto;
  max-width: 175px;
  width: 100%;
}
.itemprice {
  display: grid;
  position: relative;
}
.itemprice .special-price {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
  /* padding-left: 35px; */
}
.discount-percentage {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 17px;
  font-weight: 700;
  color: #ff9600;
}
.cartItemPrice h5 {
  font-size: 20px;
  font-weight: 400;
}
.cartItemPrice .price,
.cartItemPrice h5 span {
  font-size: 21px;
  font-weight: 700;
}
.priceDiscount {
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 5px;
}
.priceDiscount p {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  text-decoration: line-through;
}
.priceDiscount span {
  font-size: 17px;
  font-weight: 700;
  color: #ff9600;
}
.onDelivery {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  margin: 25px 0;
}
.onDelivery img {
  width: 50px;
}
.qty-update {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 5px;
  max-width: 170px;
}
.qty-update input {
  border: none;
  text-align: center;
  width: 100%;
  font-weight: 600;
}
.loader img {
  width: 55px;
  height: 55px;
}
.onDelivery p {
  font-size: 17px;
  min-width: 140px;
  font-weight: 700;
}
.cartQuanity {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cartQuanity p {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
}
.cartQuanity .select-dropdown__button::before {
  display: none;
}
.cartQuanity .select-dropdown__button span {
  font-size: 16px;
  display: block;
  width: 20px;
}
.cartQuanity .select-dropdown__button {
  border-radius: 15px;
  padding: 12px 33px 12px 15px;
}

.cartTotal img {
  max-width: 550px;
  margin-left: auto;
}
.cartQuanity .number.custom-qty .decreaseQty,
.cartQuanity .number.custom-qty .increaseQty {
  background: transparent;
  color: #000;
}
.cartQuanity .number.custom-qty .decreaseQty i,
.cartQuanity .number.custom-qty .increaseQty i {
  font-size: 20px;
}
.cart.table-wrapper .shopping-cart-bottom .cart-summary {
  border: 1px solid #dee1eb;
  padding: 20px;
  width: 100%;
  margin-left: 50px;
  max-width: 550px;
  margin-left: auto;
}
.breadcrumbs .custom_container ul {
  max-width: 100%;
}
.table-wrapper table.data.table.totals th,
.table-wrapper table.data.table.totals td {
  font-size: 17px;
}
.table-wrapper table.data.table.totals tr.grand.totals th,
.table-wrapper table.data.table.totals tr.grand.totals td {
  font-size: 21px;
  font-weight: 700;
  color: #0f215a;
}
.continue-shop ul.checkout.methods.items button.action.primary.checkout {
  background: #13245a;
  border: 1px solid #13245a;
}
.continue-shop ul.checkout.methods.items button.action.primary.checkout:hover {
  background: #f4990b;
  border: 1px solid #f4990b;
}
.shopping-cart-bottom #discount-coupon-form .fieldset.coupon {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.cart.table-wrapper .shopping-cart-bottom #block-discount {
  width: 100%;
}
.product-item-details a.action.delete:before {
  display: none !important;
}
.product .product-item-details a.action.delete span {
  display: block;
}
#minicart-content-wrapper .product .details-qty.qty span.minus,
#minicart-content-wrapper .product .details-qty.qty span.plus {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #132246;
}
#minicart-content-wrapper .details-qty.qty span.minus i,
#minicart-content-wrapper .details-qty.qty span.plus i {
  color: #fff;
}
#minicart-content-wrapper .product .details-qty.qty .qty-box input {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.minicart-items
  li.item.product.product-item
  .product-item-details
  .update-cart-item
  i {
  color: #fff;
  font-size: 20px;
}
.shopping-cart-bottom {
  height: 100%;
}
.amcheckout-step-container .amcheckout-title {
  background: transparent !important;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  font-weight: 600 !important;
  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.amcheckout-step-container .amcheckout-title::before {
  position: absolute;
  top: 48%;
  right: 15px;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #132246;
  border-bottom: 2px solid #132246;
  content: "";
  transition: all 0.3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  display: none;
}
.amcheckout-step-container .amcheckout-title .step-title {
  font-weight: 600 !important;
}
.checkout-index-index .page-wrapper .sticky-container .panel.wrapper {
  display: none;
}
.checkout-index-index .checkout-header .title {
  display: none;
}
.amcheckout-step-container .fieldset {
  padding: 0;
}
.payment-group .payment-method {
  min-height: auto;
  border-radius: 6px;
  border: 1px solid #f9f9f9;
}
.payment-group .amcheckout-wrapper {
  display: flex;
  gap: 10px;
}
.experius-donation-product-list {
  padding: 0;
}
.checkout-index-index .am-checkout label.label {
  font-weight: 600 !important;
}
main .checkout-billing-address .field {
  display: flex;
  align-items: center;
  gap: 5px;
}
.checkout-billing-address input#billing-address-same-as-shipping-shared {
  accent-color: #132246;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  margin-right: 5px;
}
.checkout-billing-address
  .billing-address-same-as-shipping-block.field.choice
  label {
  color: #363636;
  font-weight: 700;
  font-size: 18px;
}
.opc-block-summary.amcheckout-summary-container .amcheckout-wrapper {
  padding: 20px !important;
}
.content.minicart-items ol.minicart-items {
  padding: 0 !important;
}
.amcheckout-step-container
  .amcheckout-summary-container
  .minicart-items
  .product-item-details
  .product-item-name-block
  strong {
  text-align: left !important;
}
.opc-block-summary.amcheckout-summary-container {
  background: #f9f9f9;
  border-radius: 6px !important;
}
.opc-block-summary.amcheckout-summary-container .amcheckout-title {
  box-shadow: none !important;
  border: none !important;
}
.opc-block-summary.amcheckout-summary-container .product-item {
  background: #fff;
  border-bottom: none !important;
}
.opc-block-summary.amcheckout-summary-container .amcheckout-title::before {
  display: none;
}
.experius-donation {
  padding: 0;
}
.subtotal {
  text-align: left;
}
.payment-option-content #discount-form input[type="text"] {
  background: #fff;
  height: 45px !important;
  border: none !important;
  border-radius: 5px;
  padding-left: 15px;
  color: #a2a2a2;
  font-size: 14px;
  font-family: "Gotham Book" !important;
  margin: 0;
  width: 100%;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  background: none;
  border: 1px solid #f4990b;
  padding: 0;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #f4990b;
  transition: all 0.5s ease;
  margin-top: 0px;
  height: 45px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  text-decoration: none;
}
.payment-option-content .form-discount {
  border: 1px solid #f4990b;
  border-radius: 6px;
}
#discount-form button.action.action-apply {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  height: 45px !important;
}
form#reward-form button#apply_rewards {
  min-width: 265px !important;
}
.payment-option-inner {
  width: 100%;
}
.cart-discount .payment-option-content .wk_rs_cartsign {
  font-size: 14px;
  margin: 5px 0;
  color: rgb(131, 131, 131);
  line-height: 18px;
  font-weight: 600;
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 16px;
  margin-right: 20px;
}
.wk_rs_points_details .wk_rs_reward_value,
.wk_rs_points_details span.wk_rs_amount_currency {
  font-size: 14px;
  font-weight: 600;
  color: #13245a;
  margin-right: 0;
}
.payment-option-inner #reward_points {
  width: 100% !important;
}
form#reward-form {
  margin-bottom: 20px !important;
}

/* ==================sign=============== */

/*///// log-in html css start //// */
.customer-account-forgotpassword .columns,
.customer-account-create .log-in-holder,
.customer-account-login .log-in-holder {
  background-image: url(../images/login-banner.png);
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
 /* min-height: 100vh;*/
  padding: 60px 0;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img img {
  margin: 0 auto;
  max-width: 315px;
}

.logo-img {
  margin-bottom: 15px;
}
.log-in-content {
  position: relative;
}
.account-social-login {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}
.log-in-content form {
  background: #f7f8f9;
  /* box-shadow: 2px 4px 15px 0px #EAEEEE; */
  padding: 35px 35px 55px;
  border-radius: 20px;
  min-width: 770px;
  margin: 0 auto;
  max-width: 770px;
}
.log-in-content .form-login .input-wrapper .show-hide-pass {
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.form-login .show-hide-pass svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.log-in-content form .fieldset.login {
  padding: 0;
}
.form_inner {
  min-height: 460px;
  height: 460px;
  overflow-y: scroll;
}
.log-in-content form h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}

.input-wrapper {
  position: relative;
}

.log-in-content form .input-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.customer-account-create .log-in-content .input-text,
.log-in-content form .input-wrapper .each_input {
  background-color: #fff !important;
  border: 1px solid #d9dddf;
  border-radius: 10px;
  color: #1e1e1f;
  position: relative;
  height: auto !important;;
  padding: 16px!important;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 21px;
  color: #838383 !important;
}

.log-in-content form .input-wrapper .each_input::placeholder {
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  color: #838383;
}
.log-in-content form #send2,
.log-in-content form .input-wrapper input[type="submit"] {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: white;
  transition: all 0.5s ease-in-out;
  background: #f78d25;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 16px;
  display: block;
  width: 100%;
  margin-top: 30px;
  height: auto;
}
.log-in-content form #send2:hover,
.log-in-content form .input-wrapper input[type="submit"]:hover {
  background: transparent;
  color: #f78d25;
  border: 1px solid #f78d25;
}
.log-in-content .form.password.forget a.action.back{
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: white;
  transition: all 0.5s ease-in-out;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 16px;
  display: block;
  width: 100%;
  margin-top: 30px;
  height: auto;
  border-radius: 12px;
}
.forgot-password {
  text-align: center;
  margin-bottom: 10px;
}
.forgot-password a {
  font-size: 18px;
  color: #13245a;
  font-weight: 400;
}
.check-box-sec-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: -5px;
  padding-bottom: 20px;
}

.check-box-sec-holder a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #1e1e1f;
  transition: var(--default-trans);
}

.check-box-sec-holder a:hover {
  color: #86b739;
}

.end-msg {
  text-align: center;
  margin-top: 20px;
}

.end-msg p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: center;
  color: #000;
}

.end-msg p a {
  font-size: 19px;
  font-weight: 600;
  line-height: 25.6px;
  color: #13245a;
  margin-top: 10px;
  transition: var(--default-trans);
}

.end-msg p a:hover {
  color: #1e1e1f;
}
.check-box-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.check-box-sec label {
  margin: 0 !important;
  cursor: pointer;
}

.log-in-content form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease;
}

.log-in-content form input[type="checkbox"]:checked {
  background-color: transparent;
  border-color: #ccc;
}

.log-in-content form input[type="checkbox"]:checked::after {
  content: "✔";
  position: absolute;
  top: -4px;
  left: 2px;
  font-size: 14px;
  color: #13245a;
}
.each_terms {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.each_terms p {
  color: #838383;
  font-size: 13px;
}
.each_terms p a {
  color: #13245a;
  font-weight: 700;
  font-style: italic;
}
.termCheck p {
  color: #505050;
}
.customer-account-create .social-login-authentication-channel {
  display: none;
}
.control.captcha-image img {
  width: 200px;
}

/*///// log-in html css ends //// */

/* =================order-history================ */
.order_table {
  position: relative;
}
.order_table table,
.order_table th,
.order_table td {
  padding: 10px 8px;
  border: 1px solid black;
  border-collapse: collapse;
}
.order_table th,
.order_table table {
  border-top: none;
}
.order_table th {
  border-bottom: none;
}
.order_table td {
  border-top: none;
}
.order_table th {
  background-color: #f4990b;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.order_table td:not(:first-child) {
  text-align: center;
}
.order_table td a,
.order_table td {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.order_table .history .action.view,
.order_table td .view_order {
  color: #fff;
  background: #13245a;
  font-size: 10px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
}
.account .sidebar.sidebar-main .nav > li + li {
  margin-top: 5px;
}
.account .sidebar.sidebar-main ul.nav.navbar-nav > li:hover,
.account .sidebar.sidebar-main .nav > li:hover {
  color: #000;
  background-color: transparent;
}
.account .sidebar.sidebar-main .nav > li > strong,
.account .sidebar.sidebar-main .nav > li > a {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding: 10px 10px;
  letter-spacing: 0.03em;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.account .sidebar.sidebar-main .nav > li.current > strong,
.account .sidebar.sidebar-main .nav > li > a:hover {
  background: #f4990b;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.account .sidebar.sidebar-main li.nav.item.current {
  padding: 0;
}
.account .order-products-toolbar.toolbar.bottom select#limiter {
  border-radius: 10px !important;
}
.limiter-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.account.page-layout-2columns-left .columns .column.main {
  width: 100%;
  padding-left: 0;
  margin-top: 50px;
  padding-right: 0;
}
span.toolbar-number {
  font-size: 16px;
  font-weight: 600;
}
/* =================end order-history================ */
/* =============my account============ */


.order-details-items .order-title strong,
.block.block-order-details-view .block-title strong,
.account .page-main .column.main .block > .block-title strong {
  background-color: #f4990b;
  font-weight: 800;
  font-size: 16px !important;
  line-height: 20px;
  color: #fff;
  padding: 14px;
  display: inline-block;
  margin-bottom: 0;
}

.account .block-dashboard-info .block-content h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
.account .block-dashboard-info .box-information .box-content p {
  font-weight: 500;
  font-size: 16px;
}
.account .block-dashboard-info .box-information .box-content p span {
  margin-right: 10px;
  font-weight: 800;
  font-size: 16px;
}
.account .block-dashboard-info .box-information .box-actions a {
  display: block;
  color: #989898;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
.account .page-main .column.main .block .block-content {
  padding-top: 15px;
}
.account .page-main .column.main .block > .block-title {
  border-bottom: 1px solid #000;
}
.checkout-onepage-success .box-order-billing-address strong.box-title span,
.checkout-onepage-success .box-order-shipping-address strong.box-title span,
.checkout-onepage-success .box-order-shipping-method strong.box-title span,
.checkout-onepage-success .box-order-billing-method strong.box-title span,
.account .box.box-shipping-address strong.box-title,
.account .box.box-billing-address strong.box-title {
  font-weight: 800;
  font-size: 15px;
  color: #f4990b !important;
  margin-bottom: 14px;
  display: block;
}
.checkout-onepage-success .box-order-billing-address ,
.checkout-onepage-success .box-order-shipping-address ,
.account .page-main .column.main .block-dashboard-addresses .box {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.checkout-onepage-success .box-order-billing-address .box-content,
.checkout-onepage-success .box-order-shipping-address .box-content,
.account .page-main .column.main .block .box-shipping-address .box-content,
.account .page-main .column.main .block .box-billing-address .box-content {
  box-shadow: 12px 5px 28px 0 rgba(0, 0, 0, 0.17);
  padding: 15px 15px 60px;
  margin: 0;
}
.checkout-onepage-success .box-order-billing-address .box-content address,
.checkout-onepage-success .box-order-shipping-address .box-content address,
.account .page-main .column.main .block .block-content address {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}
.account .page-main .column.main .block .box-shipping-address .box-actions,
.account .page-main .column.main .block .box-billing-address .box-actions {
  position: absolute;
  bottom: 25px;
  left: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #989898;
}
.account
  .page-main
  .column.main
  .block
  .box-shipping-address
  .box-actions
  .edit,
.account
  .page-main
  .column.main
  .block
  .box-billing-address
  .box-actions
  .edit {
  color: #898989;
}
.account .page-main .column.main .block .block-content {
  padding-top: 15px;
  display: flex;
  justify-content: flex-start;
  gap: 100px;
}
.account .page-main .column.main .block {
  margin-bottom: 15px;
  padding-right: 0;
}
.account .page-main .block-dashboard-addresses .block-title .action {
  display: none;
}
.account .page-main .block-dashboard-info {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.breadcrumbs .custom_container ul {
  gap: 20px;
}
.page-wrapper .breadcrumbs ul.items li {
  position: relative;
}
.page-wrapper .breadcrumbs ul.items li:after {
  content: "\ea50";
  font-family: boxicons !important;
  background-image: none;
  position: absolute;
  top: 0;
  right: -25px;
  width: auto;
  font-size: 20px;
}
 .checkout-cart-index .page-main .cart-empty {
  text-align: center !important;
  padding: 200px 0 !important;
}
.checkout-cart-index .page-main  .cart-empty i{
  font-size: 60px;
  color: #f4990b;
}
.checkout-cart-index .page-main  .cart-empty p {
  font-weight: 500;
}
.checkout-cart-index .page-main .cart-empty p a {
  color: #13245a;
  font-weight: 600;
}
.delivery-date-success{
  display: none;
}

.order-items {
  margin-top: 15px;
}
.order-items tr th.col{
  padding:10px;
}
.order-items .totals-tax  th{
  padding: 15px 0 0;
}
.order-items .totals-tax td{
  padding: 15px 0 0;
  text-align: right;
}
.order-items tr.grand_total td,
.order-items tr.grand_total th{
  padding:10px 0;
  border-top: 1px solid #3f3f3f;
}
.order-items tr th.col.name{
   padding: 10px 15px;
  width: 47%!important;
 
}
.order-items tr td:first-child {
  padding: 0;
}
.box-order-shipping-method .box-content{
  font-size: 16px;
  font-weight: 600;
  box-shadow: 12px 5px 28px 0 rgba(0, 0, 0, 0.17);
  padding: 15px 15px 60px;
  margin: 0;
}
.box-title{
  padding: 0!important;
}



/* ========forget password=========== */
.customer-account-forgotpassword .account-social-login{
  display: none;
}
.forgot_pwd h4{
  font-size: 18px;
  font-weight: 500;
  color: #13245a;
  margin: 30px 0;
}
.forgot_pwd h3{
  font-size: 30px;
  font-weight:700;
  color: #13245a;
  margin: 0 0 20px;
}
.customer-account-forgotpassword .form.password.forget   .input-wrapper label{
  font-size: 18px;
  font-weight: 700;
  color: #13245a;
  display: block;
  margin-bottom: 10px;
}
.setPwd .input-wrapper label{
  font-size: 18px;
  font-weight: 400;
  color: #13245a;
  display: block;
  margin-bottom: 10px;
}
.forgot_pwd form .input-wrapper .each_input{
  border: 1px solid #000!important;
}
.forgot_pwd .form.password.forget .bottom_btn{
  display: flex;
  /* align-items: center; */
  gap: 30px;
}
.forgot_pwd form .input-wrapper input[type="submit"]{
  font-weight: 400;
}
.forgot_pwd form .bottom_btn .input-wrapper  .goBack{
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.forgot_pwd form .bottom_btn .input-wrapper  .goBack:hover{
  background: #f78d25;
  color: #fff;
}
.log-in-content form .input-wrapper {
  width: 100%;
}
.log-in-content form .input-wrapper .each_input{
  padding: 16px;
}
.setPwd form .input-wrapper {
  width: auto;
}
.success-messages {
  text-align: center;
  margin: 15px 0;
}
.success-messages  h1.page-title,
.page-main .page-title-wrapper h1.page-title,.page-main  .text-center.thank-you h2 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  color: #13245a;
  margin-bottom: 0;
}
.checkout-onepage-success .page-main  .print{
  color: #f4990b;
  font-size: 16px;
  font-weight: 400;
}
.success-messages p{
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 400;
}
.success-messages p strong{
  color: #bbbbbb;
  font-size: 16px;
  font-weight: 400;
}
body.checkout-onepage-success .account > .main{
  display: flex;
  width: 100%;
}
body.checkout-onepage-success .order-details-items.ordered,
body.checkout-onepage-success .block.block-order-details-view{
  width: 50%;
}
body.checkout-onepage-success .order-details-items.ordered{
  padding-left: 25px;
  margin-left: 25px;
  border-left: 2px solid #3f3f3f;
}
.block.block-order-details-view .block-content{
  display: flex;
  position: relative;
  grid-template-columns: auto auto;
  margin-top: 15px;
  gap: 40px;

}
body.checkout-onepage-success .block-order-details{
  display: none;
}
body.checkout-onepage-success .box.box-order-shipping-method {
  position: relative;
  top: 0;
  right: 0;
}

body.checkout-onepage-success .box.box-order-billing-method {
  position: relative;
  top: 0px;
  right: 0;
}
body.checkout-onepage-success .order-details-items .order-title,
body.checkout-onepage-success .block.block-order-details-view .block-title{
  position: relative;
}
body.checkout-onepage-success .order-details-items .order-title::before,
body.checkout-onepage-success .block.block-order-details-view .block-title::before{
  position: absolute;
  content: "";
  width: 78%;
  height: 1px;
  background: #3f3f3f;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  
}
body.checkout-onepage-success .box.box-order-billing-method .box-content,
body.checkout-onepage-success .box.box-order-billing-method .box-content{
  font-size: 15px;
  font-weight: 600;
  color: #000;
    box-shadow: 12px 5px 28px 0 rgba(0, 0, 0, 0.17);
  padding: 15px 15px 60px;
  margin: 0;
}
.checkout-onepage-success main#maincontent{
  padding: 60px 0;
}
.checkout-onepage-success .actions-toolbar a.continue {
  background-color: #f4990b;
  font-weight: 800;
  font-size: 16px !important;
  line-height: 20px;
  color: #fff;
  padding: 14px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 40px;
}

.rewardsystem-index-index  .wk_rs_main_head{
  display: flex;
}
.rewardsystem-index-index  .wk_rs_sub_head1{
  float: none;
}
.rewardsystem-index-index .wk_rs_main h2{
  font-size: 35px !important;
  margin-top: 0!important;
  line-height: normal;
}
.rewardsystem-index-index .wk_rs_price{
  display: block;
  font-size: 35px !important;
}

.rewardsystem-index-index  .wk_rs_sub_head2 span{
  font-size: 16px;
}
.rewardsystem-index-index .wk_rs_table h3,
.rewardsystem-index-index .wk_rs_table table.wkcs-filter-table{
  display: none!important;
}
.rewardsystem-index-index table.data.table.rewardorder th{
  background-color: #f78d25;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
.rewardsystem-index-index table.data.table.rewardorder th:first-child{
  width: 45%;
  text-align: left;
}
.rewardsystem-index-index table.data.table.rewardorder td{
  text-align: center;
  border-bottom: 1px solid #eee;
}
.rewardsystem-index-index table.data.table.rewardorder td:first-child{
  text-align: left;
}
/* =============end my account============ */

/* /==============Address Book============= */
.account.customer-address-index .column.main .block .box{
  position: relative;
    width: 100%;
    max-width: 300px;
}

.account.customer-address-index .box-address-shipping  .box-title,
.account.customer-address-index .box-address-billing  .box-title{
  font-weight: 800;
  font-size: 15px;
  color: #f4990b !important;
  margin-bottom: 14px;
  display: block;
}
.account.customer-address-index .box-address-shipping  .box-content,
.account.customer-address-index .box-address-billing .box-content{
  box-shadow: 12px 5px 28px 0 rgba(0, 0, 0, 0.17);
  padding: 15px 15px 60px;
  margin: 0;
}
.account.customer-address-index .box-address-shipping  .box-actions,
.account.customer-address-index .box-address-billing .box-actions{
  position: absolute;
    bottom: 25px;
    left: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #989898;
}
.account.customer-address-index .box-address-shipping  .box-actions .edit,
.account.customer-address-index .box-address-billing .box-actions .edit{
  color: #989898;
}
.account.customer-address-index .page-main .column.main .block > .block-title{
  border: none;
}
.account .page-main .column.main .block.block-addresses-list{
  margin-top: 30px;
}
.account .page-main .column.main .block.block-addresses-list > .block-title strong{
 background: transparent;
 padding: 0;
 color: #000;

}
.empty{
  display: none;
}

.wishlist-index-index #wishlist-view-form .product-items th.item span{
  background-color: #f4990b;
    font-weight: 800;
    font-size: 16px !important;
    line-height: 20px;
    color: #fff;
    padding: 14px;
    display: inline-block;
    margin-bottom: 0;
    min-width: 194px;
}
.wishlist-index-index #wishlist-view-form .product-items tr{
  border: none;
}
.wishlist-index-index #wishlist-view-form .product-items tbody tr{
  box-shadow: 0px 8px 24px 0 rgba(0, 0, 0, 0.17);
  margin: 22px 0;
}
.wishlist-index-index #wishlist-view-form .product-items td{
  padding: 10px;
  text-align: left;
}
.wishlist-index-index #wishlist-view-form .product-items td.pro-name{
  width: 45%;
}
.wishlist-index-index #wishlist-view-form .product-items .pro-img {
  width: 10%;
}
.wishlist-index-index .products-grid.wishlist span.product-image-wrapper img {
  transform: scale(1)!important;
  height: 65px;
}
.wishlist-index-index #wishlist-view-form .product-items td.action {
  width: 185px;
  text-align: left;
}
.wishlist-index-index #wishlist-view-form .product-items .pro-name .product-item-name a{
  font-size: 15px;
  font-weight: 600;
}
.wishlist-index-index #wishlist-view-form .product-items .pro-price span.price{
  font-family: "Montserrat" !important;
  font-size: 15px;
  font-weight: 600;
}
.wishlist-index-index .products-grid.wishlist .price-box.price-configured_price{
  margin: 0;
}
.wishlist-index-index #wishlist-view-form .product-items .pro-add-to-cart .box-tocart {
  position: relative;
  top: 0;
  text-align: center;
}
.wishlist-index-index .price-label{
  display: none;
}
.wishlist-index-index #wishlist-view-form .product-items .action .action-delete{
  color: #a8a8a8;
  font-size: 15px;
}
.wishlist-index-index #wishlist-view-form .product-items .pro-price .old-price span.price{
  text-decoration: line-through;
}
.wishlist-index-index #wishlist-view-form .product-items .product-item-actions .actions-primary .action.primary {
  background-position: 10px center;
  width: 80px;
  border-radius: 0;
}
#srtBtn{
  display: none;
}
.eachFormWrap fieldset,
.customer-address-form.account .form-address-edit fieldset.fieldset{
  box-shadow: 12px 5px 28px 0 rgba(0, 0, 0, 0.17);
    padding: 15px 15px 15px;
    margin: 0;
    min-height: 336px;
    /* height: 100%; */
}


.form-edit-account fieldset.fieldset {
    border: 0;
}
.eachFormWrap fieldset{
  height: 100%;
  min-height: auto;
}
.eachHeading span,
.customer-address-form.account  .form-address-edit .eachHeading span{
  font-weight: 800;
  font-size: 15px;
  color: #f4990b !important;
  margin-bottom: 14px;
  display: block;
  margin-bottom: 20px;
}
.eachFormWrap{
  width: 40%;
}
.accountForm {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.customer-address-form .form-address-edit{
  gap: 60px;
}
/*.eachFormWrap .custom_col-lg-6,
.customer-address-form.account .custom_col-lg-6{
  width: 100%;
}*/
.eachFormWrap .column_inner,
.customer-address-form.account .custom_col-lg-6 .column_inner{
  padding: 0;
}
.customer-address-form.account .form-address-edit .field {
  position: relative;
  margin-bottom: 10px;
}
.account.customer-account-edit .form-edit-account .input-text,
.customer-address-form.account .form-address-edit .control select ,
.customer-address-form.account .form-address-edit .input-text ,
.customer-address-form.account .form-address-edit .each_input {
  border-radius: 10px!important;
}
.customer-address-form.account .form-address-edit .fieldset .field>.label{
  display: none;
}
.customer-address-form.account .form-address-edit .fieldset .field.choice >.label{
  display: block;
}
.account.customer-account-edit .form-edit-account .eachFormWrap .field .control {
  max-width: 100%;
  width: 100%;
}
.customer-account-edit .form-edit-account .field.choice label.label{
  background: transparent!important;
}
.account .form-edit-account .password-strength-meter {
  padding: 2px!important;
  font-size: 10px!important;
}
.customer-account-edit .form-edit-account .eachFormWrap .field {
  margin: 0 0 10px !important;
}

body.customer-account-login .log-in-content .logo-img img, body.customer-account-create .log-in-content .logo-img img{max-width: 200px;}

body.customer-account-login .customer-account-create .log-in-content .input-text, .log-in-content form .input-wrapper .each_input {margin-bottom: 0px;
  font-size: 14px !important;padding: 10px 16px !important;}
body.customer-account-login .log-in-content form #send2, .log-in-content form .input-wrapper input[type="submit"] {margin-top: 20px;padding: 10px 16px;}
.customer-account-forgotpassword .columns, .customer-account-create .log-in-holder, .customer-account-login .log-in-holder{padding: 30px 0;}
body.customer-account-login .customer-account-create .log-in-content .input-text, .log-in-content form {min-width: 570px;max-width: 570px;}
body.customer-account-login .customer-account-create .log-in-content  .end-msg p {
  font-size: 14px;
  line-height: 22px;
}
body.customer-account-login  .log-in-content .end-msg {margin-top: 10px;}
body.customer-account-login .log-in-content .end-msg p a, body.customer-account-login .log-in-content .end-msg p {
  font-size: 15px;
}
body.customer-account-login .log-in-content .forgot-password a {
  font-size: 16px;
}
body.customer-account-create .form-create-account .field.required {margin-bottom: 10px;}
.log-in-content form .input-wrapper .each_input::placeholder {font-size:14px;}
body.customer-account-create .termsCondition p {font-size:12px;}
body.customer-account-create .log-in-content form #send2, body.customer-account-create.log-in-content form .input-wrapper input[type="submit"] {margin-top: 20px;padding: 10px 16px;font-size:14px;}


body.customer-account-create  .log-in-content .end-msg {margin-top: 10px;}
body.customer-account-create .log-in-content .end-msg p a, body.customer-account-create .log-in-content .end-msg p {
  font-size: 15px;
}
#password-strength-meter, .customer-account-create .form-create-account .field label {font-size: 12px;}

body.customer-account-create .log-in-content form {padding-bottom:35px!important;}



.accountForm .eachFormWrap .fieldset.info{box-shadow:none;padding: 0;}

.accountForm .eachFormWrap.boxShadow  {box-shadow: 12px 5px 28px 0 rgba(0, 0, 0, 0.17);
  padding: 15px 15px 15px;}






/* ===========about(09-01-2025)=========== */
.about_banner h2 {
  font-size: 40px;
  text-align: center;
  color: #142246;
  font-weight: 600;
  margin-bottom: 20px;
}
.image_about {
  position: relative;
}
.about_wrapper {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  background: #444d68;
  bottom: 30px;
  left: 0;
  text-align: center;
}
.about_wrapper p {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  max-width: 1025px;
  margin: 0 auto;
}
.about_intro {
  position: relative;
  padding: 0;
}
.about_intro h5 {
  font-size: 28px;
  font-size: 600;
  color: #142246;
  margin-bottom: 25px;
}
.about_intro p {
  font-size: 20px;
  font-size: 400;
  color: #000;
  margin-bottom: 25px;
}
.each_intro {
  margin-bottom: 40px;
}
.each_intro ul {
  padding-left: 20px;
}
.each_intro ul li {
  list-style: disc;
  font-size: 20px;
  font-size: 400;
  color: #000;
  margin-bottom: 10px;
}

.what_we_offer h2 {
  font-size: 40px;
  text-align: center;
  color: #142246;
  font-weight: 600;
  margin-bottom: 30px;
}
.all_offer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  gap: 50px;
}

.each_offer_item {
  width: 30%;
  text-align: center;
}

.each_offer_item img {
  width: 280px;
  margin: 0 auto;
  height: 300px;
  object-fit: contain;
}

.each_offer_item h6 {
  margin-top: 10px;
  font-size: 30px;
  text-align: center;
  color: #000;
  font-weight: 600;
  max-width: 260px;
  margin: 35px auto 0;
}

/* ============testimonial============ */
.testimonial_wrapper {
  position: relative;
}
.testimonial_wrapper h2 {
  font-size: 30px;
  text-align: center;
  color: #f4990b;
  font-weight: 800;
  margin-bottom: 90px;
}
.each_testimonial {
  position: relative;
  box-shadow: 0px 3px 12px -1px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 30px;
  text-align: center;
  max-width: 966px;
  margin: 0 auto 80px;
}
.each_testimonial span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background-color: #1c0778;
  padding: 10px 30px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.each_testimonial p{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.quote {
  position: absolute;
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.quote_1{
  top: -30px;
  left: 20px;
}
.quote_2{
  bottom: -35px;
  right: 20px;
}

.sidebar.sidebar-additional {display:none;}
.cart-totals {padding-top:20px;}

.checkout-onepage-success .block.block-order-details-view .block-content {
  display: block;
}
.checkout-onepage-success .box-order-billing-address, .checkout-onepage-success .box-order-shipping-address, .account .page-main .column.main .block-dashboard-addresses .box 
{width: 100%!important;
max-width: 100%;margin: 30px 0;}

.order-items .table-order-items .subtotal {
  text-align: right;
  min-width: 120px;
}
.order-items tr th.col.price {
  padding: 10px;
  min-width: 120px;
}
.checkout-success .account {margin-top:40px;}
  
.checkout-success .success-messages {border:1px solid #00b345;padding:40px;}
  
.page-wrapper .sticky-container.sticky nav.navigation li.level0.menu-1columns > a img {display:none!important;}
.page-wrapper .sticky-container.sticky nav.navigation .nav-main-menu li.level0.menu-1columns {flex-direction: inherit;}

.page-wrapper .sticky-container.sticky header .logo img {
  max-width: 145px;
}
.page-wrapper .sticky-container.sticky nav.navigation {background: #142246;border-bottom: 1px solid #738a94;}

.page-wrapper .sticky-container.sticky nav.navigation.mgs-megamenu--main .nav-main-menu li a.level0 {color:#fff;margin-top: 0;min-height: auto;}
  .page-wrapper .sticky-container.sticky nav.navigation.mgs-megamenu--main {
    padding:0;
  }

.page-wrapper .sticky-container.sticky nav.navigation .nav-main-menu li.level0.menu-1columns::after, .see-food::after { display:none;}


.suggest_category.allSuggestCategory ol + ol {margin-top:15px;}
nav.navigation .nav-main-menu li.level0.menu-1columns.category-menu .mega_cat_list .left_list {
height: 350px;
overflow-y: scroll;
min-width: 190px;
}
nav.navigation .nav-main-menu li.level0.menu-1columns.category-menu .mega_cat_list .right_list_menu {
  gap: 10px;
}
nav.navigation .nav-main-menu li.level0.menu-1columns.category-menu .mega_cat_list  {gap: 40px;}

.page-wrapper .sticky-container.sticky nav.navigation li.level0.menu-1columns > a::before,
.page-wrapper .sticky-container.sticky  .page-wrapper nav.navigation li.level0.menu-4columns > a::before 
{bottom: -44px;}


#discount-form button.action.action-cancel {
    background-color: #f4990b;
    border: 1px solid #f4990b;
    margin: 0;
    color: #fff;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
    height: 45px !important;
    width: 173px;
    text-transform: uppercase;
    cursor: pointer;
}

#discount-form button.action.action-cancel:hover {
	color:#f4990b;
	background:#fff;	
}

.custom_container .products .ias-noneleft {margin-top:20px; text-align: center;}

/* ==============Responsive============= */

@media (min-width: 1600px) {
  /* .wishlist-index-index #wishlist-view-form .product-items .pro-name {
      width: 55%;
  } */
}
@media (min-width: 1040px) {
  .page-wrapper nav.navigation.mgs-megamenu--main {
    padding: 20px 0 10px;
    position: relative;
    background: #fff;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
  }
  .page-wrapper .sticky-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s ease-in-out;
  }
  .page-wrapper .sticky-container.sticky {
    position: fixed;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  }
  .page-wrapper .height_header {
    height: auto;
  }
}

@media (min-width: 768px) {
  .custom_col-lg-4 {
    width: 33.33%;
  }

  .custom_col-lg-9 {
    width: 75%;
  }

  .custom_col-lg-6 {
    width: 50%;
  }

  .custom_col-lg-3 {
    width: 25%;
  }

  .custom_col-lg-4 {
    width: 33.33333333%;
  }

  .custom_col-lg-8 {
    width: 66.66666666%;
  }

  .custom_col-lg-5 {
    flex: 0 0 auto;

    width: 41.66666667%;
  }

  .custom_col-lg-7 {
    flex: 0 0 auto;

    width: 58.33333333%;
  }

  .custom_col-lg-12 {
    width: 100%;
  }

  .custom_col-lg-10 {
    width: 83.333%;
  }

  .custom_col-lg-2 {
    width: 16.66666%;
  }

  .custom_col-lg-1 {
    width: 8.33333%;
  }
}
@media (max-width: 1600px) {
  .checkout-success,
  .account main#maincontent .columns,
  .custom_container {
    max-width: 1440px !important;
  }
  .page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns,
  .see-food {
    padding: 0;
    width: 75px;
  }
  .page-wrapper nav.navigation .custom_container > ul > li.vegetables::before,
  .page-wrapper nav.navigation .custom_container > ul > li::before {
    background-size: 75px;
    width: 75px;
    height: 75px;
  }

  .page-wrapper nav.navigation li.level0.menu-1columns a,
  .page-wrapper nav.navigation li.level0.menu-4columns a {
    font-size: 10px;
  }
  .page-wrapper nav.navigation ul.dropdown-mega-menu {
    top: 120px;
  }
  .page-wrapper nav.navigation .nav-main-menu {
    gap: 5px;
  }
  .product_btn,
  .product_btn {
    max-width: 150px;
  }
  .product-item-details a,
  .product_title a {
    font-size: 16px;
  }
  .weight,
  .price_wrap .price-box .price {
    font-size: 14px;
  }
  .product-items .slick-next,
  .next_btn {
    right: 0;
    width: 45px;
    height: 45px;
  }
  .product-items .slick-prev,
  .prev_btn {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .suggest_category .product-items .slick-next,
  .next_btn {
    right: -50px;
  }
  .suggest_category .product-items .slick-prev,
  .prev_btn {
    left: -50px;
  }

  #product-container .suggest_category .product_btn {
    max-width: 220px;
  }

  .suggest_category .safe {
    position: absolute;
    bottom: 100px;
    right: 10px;
    width: 30px;
  }
  .price_wrap .price {
    font-size: 14px;
  }
  .price_wrap .price + .price {
    font-size: 14px;
  }
  .each_product_slider .price_wrap .price + .price {
    text-decoration: line-through;
    font-size: 12px;
    color: #000;
  }
  #product-container .suggest_category li.item.product.product-item {
    width: 32%;
  }
  /* #product-container .allSuggestCategory li.item.product.product-item {
    width: 24%;
  } */
  .allSuggestCategory .products-grid .price-final_price .price-wrapper .price {
    font-size: 14px !important;
  }
  .product_slider_wrapper .slick-slide {
    margin: 0 8px;
  }
  /* .suggest_category ol.products.list.items.product-items{
    grid-template-columns: auto auto auto;
  } */

  .checkout-onepage-success .box-order-billing-address,
  .checkout-onepage-success .box-order-shipping-address{
    max-width: 100%;
  }
  .checkout-onepage-success .box-order-billing-address .box-content address,
 .checkout-onepage-success .box-order-shipping-address .box-content address{
  font-size: 13px;
  }
  body.checkout-onepage-success .order-details-items .order-title::before{
    width: 70%;
  }
  body.checkout-onepage-success .block.block-order-details-view .block-title::before{
    width: 70%;
  }
  .checkout-onepage-success .box-order-billing-address strong.box-title span, .checkout-onepage-success .box-order-shipping-address strong.box-title span, .checkout-onepage-success .box-order-shipping-method strong.box-title span, .checkout-onepage-success .box-order-billing-method strong.box-title span, .account .box.box-shipping-address strong.box-title, .account .box.box-billing-address strong.box-title {
    font-size: 13px;
}
.payment-method .title,
.box-order-shipping-method .box-content {
  font-size: 14px;
  font-weight: 600;
}
.order-items tr th,
.order-items tr td{
  font-size: 13px;
}
.order-items tr td{vertical-align:top;}
.block.block-order-details-view .block-content{
  gap: 30px;
}

}
@media (max-width: 1500px) {
  .product_btn,
  #product-container .suggest_category .product_btn {
    max-width: 190px;
  }
  /* .suggest_category li.product .product_btn {
    max-width: 150px;
  } */
   .checkout-success,
  .account main#maincontent .columns,
  .custom_container {
    max-width: 1340px !important;
  }
  .brand_slider_wrapper .prev_btn {
    left: -20px;
    z-index: 1;
  }
  .brand_slider_wrapper .next_btn {
    right: -20px;
    z-index: 1;
  }
  /* .suggest_category ol.products.list.items.product-items{
    grid-template-columns: auto auto auto;
  } */
  body.checkout-onepage-success .order-details-items .order-title::before{
    width: 70%;
  }
 .quantity_box .mageprince-buynow {
  position: relative;
    bottom: 20px;
  left: 0;
 max-width: 100% !important;
  }
 .quantity_box .product_btn {
  left: 0;
  width: 100%;
  margin: 0 0 30px;
   max-width: 100% !important;
}
 .each_product_slider .safe {
  bottom: 160px;
}

 .quantity_box .price_wrap {margin-bottom:10px;}
 .page-products .product_filter .column.main {
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  max-width: 74%;
  width: 74%;
}
.page-products .product_filter .sidebar.sidebar-main {
  flex: 0 0 24%;
  max-width: 24%;
  width: 24%;
}
.catalog-category-view  .product_filter {
  gap: 15px;
}
.catalogsearch-result-index ol.products li.item.product.product-item {
  width: 32%!important;
}
.suggest_category ol.products.list.items.product-items {
  justify-content: center;
}
.product.details.product-item-details .actions-primary .product_btn {
  max-width: 146px!important;
}
.suggest_category .safe {
    bottom: 174px;
}
.page-products .product_filter {
  gap: 20px;
}
.top_nav ul li a {
  font-size: 12px;
}
.top_nav ul li p {
  font-size: 12px;
  font-weight: bold;
}
.header_right ul li p, .minicart-wrapper a span em, .header_right ul li a p {font-size: 13px;}
.main_footer .social_links ul li a {
    font-size: 16px;
    width: 26px;
	height: 26px;
}
.main_footer .social_links ul li + li {
  margin-left: 4px;
}
.main_footer .footer_nav_list .footer_nav ul {
  display: block;
}
.main_footer .each_address p a, .main_footer .each_address p, .main_footer .each_address ul li a, .main_footer .footer_nav ul li a {
  font-size: 14px;
}
footer.page-footer .footer_top h4, footer.main_footer .footer_top h4 {
  font-size: 16px;
}
}


@media (max-width: 1300px) {
  .checkout-success,
  .account main#maincontent .columns,
  .custom_container {
    max-width: 1180px !important;
  }
  .page-wrapper nav.navigation li.level0.menu-1columns > a,
  .page-wrapper nav.navigation li.level0.menu-4columns > a {
    min-height: 36px;
  }
  .cta {
    font-size: 12px;
  }
  .minicart-wrapper a span em,
  .header_right ul li a p {
    font-size: 10px;
  }
  .page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns,
  .see-food {
    padding: 0;
    width: 65px;
  }
  .feat_cat figure {
    width: 80px;
    height: 80px;
  }

  .feat_cat .each_cat_list img {
    width: 50px;
    height: 50px;
  }
  .safe {
    bottom: 98px;
    width: 30px;
  }
  .product_btn {
    max-width: 155px;
  }
  .product-items .slick-prev,
  .product-items .slick-next,
  .next_btn,
  .prev_btn {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .brand_slider_wrapper .prev_btn {
    left: -15px;
  }
  .brand_slider_wrapper .next_btn {
    right: -15px;
  }
  .main_footer .social_links ul li a {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .range.am-fromto-widget.amshopby_currency_rate {
    flex-direction: column;
  }
  .product_btn,
  #product-container .suggest_category .product_btn {
    max-width: 150px;
  }
  #product-container .suggest_category li.product .product_btn {
    max-width: 130px;
  }
  .pro_single_slider .product-item button.action.tocart.primary, .product_btn #addtoCart_button, .addCart {
  font-size: 14px !important;
  }
  .right_list_menu {
    grid-template-columns: 200px 200px 200px 200px;
  }
  .checkout-onepage-success .box-order-billing-address,
  .checkout-onepage-success .box-order-shipping-address{
    max-width:100% ;
  }

  body.checkout-onepage-success .order-details-items .order-title::before, body.checkout-onepage-success .block.block-order-details-view .block-title::before{
    width: 65%;
	display:none;
  }
.header_right ul li p {font-size:12px;}
.custom_col-md-12 {
 flex: 0 0 auto !important;
 width: 100% !important;
}
.main_footer .footer_bottom {text-align: center;} 
.copyright_text ul {
  justify-content: center;
  margin-bottom: 10px;
}
.filter-content dd.filter-options-content ol.items li a {
  font-size: 12px;
}
#product-container .suggest_category li.item.product.product-item {
    width: 31%;
  }
.catalog-product-view .product-options-bottom #product-addtocart-button, .product-options-bottom .action.primary {font-size: 20px;padding: 10px 20px;border-radius: 8px;}
.product-options-bottom .action.primary.tocart {border-radius: 8px;}
 .catalog-product-view .product-info-main .product h1.page-title, .page-title {
  font-size: 24px;
 }
 .page-title-wrapper p {
  font-size: 16px;
 }
 .product-info-price .price-box .price-container .price {font-size: 32px !important;}
 .product-options-bottom .field .input-text {padding: 5px 0;
    font-size: 18px !important;
    height: 41px;
}
 .catalog-product-view .fotorama__stage__frame .fotorama__img {
  /*width: 80%;
  margin: 0 auto;*/
  right: 0;
}
.product.data.items > .item.title > .switch {
  font-size: 16px;
}
.cartItemDesc h5 a {
  font-size: 18px;
}
.cartItemPrice .price, .cartItemPrice h5 span {
  font-size: 18px;
}
.account .page-main .column.main .block-dashboard-addresses .box {max-width: 44%;}
.product.details.product-item-details .actions-primary .product_btn {
    max-width: 100% !important;
	margin-bottom: 10px;
  }
.page-products .allSuggestCategory .product-item-info .mageprince-buynow {
  position: relative;
  left: 0;
  bottom: 0;
  max-width: 100% !important;
  }
}

@media (max-width: 1200px) {
 .header_right > ul {
    gap: 20px;
  }
  .header.content .action.nav-toggle span {
    display: none;
  }
    .header_right {
    margin-right: 30px;
  }
  .page-header .header.content .action.nav-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    border-radius: 10px;
    padding: 0;
  }
  .page-header .header.content .action.nav-toggle svg.svg-icon {
    color: #f4990b;
    width: 22px;
    height: 22px;
  }
  .page-header .header.content .action.nav-toggle i {
    font-size: 24px;
    color: #000;
  }

  .header_right > ul > li .cta {
    display: none;
  }
.minicart-wrapper a span em, .header_right ul li a p, .header_right ul li p{display:none;}
.top_nav ul li a {
font-size: 12px;
}
.social_share ul li a {
font-size: 22px;
}
 .page-wrapper nav.navigation.mgs-megamenu--main {
    z-index: 999;
    background: #132246;
    padding: 60px 0 20px;
}
  .page-wrapper span.close_menu {
    top: 15px;
    right: 265px;
    z-index: 1000;
    color: #fff;
    font-size: 27px;
  }
  .page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns, .see-food {
    padding: 0;
    height: auto;
    width: 100%;
    text-align: left;
  }
  .page-wrapper nav.navigation li.level0.menu-1columns > a, .page-wrapper nav.navigation li.level0.menu-4columns > a{
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 14px;
  }
  nav.navigation .nav-main-menu li.level0.menu-1columns {border-bottom: 0;}
    body.menu-active::after {display:none!important;}

 .cartItemDesc h5 a {
  font-size: 16px;
 }
 .cart.table-wrapper img.product-image-photo {
  width: 100px;
 }
 .table-wrapper table.data.table.totals th, .table-wrapper table.data.table.totals td {
  font-size: 16px;
}
.table-wrapper table.data.table.totals tr.grand.totals th, .table-wrapper table.data.table.totals tr.grand.totals td {
  font-size: 16px;
}
.groceryWrap .eachCartItem {
  position: relative;
  display: block;
}
.cartDelete {
  position: relative;
}
.cartItemPrice {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
}
.cartItemPrice .itemprice {
  display: flex;
}
body.catalog-category-view .product_filter {
  gap: 5px!important;
} 

.suggest_category {
  padding: 0px 0;
}
.account .page-main .column.main .block-dashboard-addresses .box {
  max-width: 42%;
  }
.account .page-main .column.main .block .block-content {
  gap: 50px;
}
.account.customer-address-index .column.main .block .box {
  max-width: 44%;
}
  .catalogsearch-result-index ol.products li.item.product.product-item {
    width: 48% !important;
  }
 .what_we_offer .each_offer_item img {
  width: 150px;
  height: 150px;
}
.what_we_offer .each_offer_item h6 {font-size: 24px;}
.page-products .product_filter {
  gap: 0;
  width:100%;
} 
.page-products .product_filter .sidebar.sidebar-main dt.filter-options-title {
  padding-left: 20px;
}
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns, .see-food {
    width: 18%;
    display: inline-block;
  }
.cart-discount form#reward-form {
  display: block!important;
  }
  form#reward-form button#apply_rewards {width:100%;border-radius: 0 0 5px 5px!important;}
  .payment-option-inner #reward_points {border-radius: 5px 5px 0 0!important;}
  .discount-percentage {
  position: relative;
  left: 20px;
  right:auto;
  }
  body.checkout-onepage-success .account > .main {
  display: block;
  }
  body.checkout-onepage-success .order-details-items.ordered {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
  margin-top: 50px;
  width: 100%;
}
  body.checkout-onepage-success .order-items table {width: 100%;}
.order-items tr td:first-child {
  padding: 10px 15px;
}
#my-orders-table tfoot {border-top: 1px solid #ddd;}
#my-orders-table tfoot th, #my-orders-table tfoot  td{padding: 10px 15px;}

body.checkout-onepage-success .order-details-items.ordered, body.checkout-onepage-success .block.block-order-details-view {
  width: 100%;
}
nav.navigation .nav-main-menu li.level0.menu-1columns::after {display:none;}
}

@media (max-width: 1100px) {
.product_btn, #product-container .suggest_category .product_btn {
 max-width: 130px;
}
.mageprince-buynow {width: 100% !important;}
 #product-container .suggest_category li.product .product_btn {
    max-width: 100%;
  }
 .product-item-info .mageprince-buynow {
    width: 100% !important;
    margin-top: 30px;
    max-width: 100% !important;
    position: relative;
    left: 0;
  }
.wishlist-index-index #wishlist-view-form .product-items td.pro-name {
  width: 100%;
}
.wishlist-index-index #wishlist-view-form .product-items .pro-img {
  width: 100%;
  display: block;
}
.wishlist-index-index #wishlist-view-form .product-items tbody tr {
  display: inline-block;
  width: 45%;
  margin: 20px;
  padding: 0 0 20px;
}
.wishlist-index-index #wishlist-view-form .product-items td {
  padding: 10px 20px;
  display: block;
}
.wishlist-index-index #wishlist-view-form .product-items tbody tr td.pro-img {
  width: 100%;
}
.wishlist-index-index #wishlist-view-form .product-items .pro-add-to-cart .box-tocart {
  text-align: left;
}
.wishlist-index-index #wishlist-view-form .product-items .product-item-actions .actions-primary .action.primary {
  min-width: 100px;
  height: auto;
  padding: 10px 20px;
  font-size: 18px;
  display: block;
}
.wishlist-index-index fieldset.fieldset  {margin:0;padding: 0;
}
.wishlist-index-index .products-grid.wishlist .price-box.price-configured_price .price-as-configured {min-height:50px;}
body.checkout-onepage-success .order-details-items.ordered, body.checkout-onepage-success .block.block-order-details-view {
  width: 100%;
}
.checkout-onepage-success .box-order-billing-address, .checkout-onepage-success .box-order-shipping-address,body.checkout-onepage-success .box.box-order-shipping-method {
    max-width: 100%;
    display: inline-block;
	width: 100%;
  }
  body.checkout-onepage-success .order-details-items.ordered, body.checkout-onepage-success .block.block-order-details-view {
  width: 100%;
}
.checkout-onepage-success .box-order-billing-address strong.box-title span, .checkout-onepage-success .box-order-shipping-address strong.box-title span, .checkout-onepage-success .box-order-shipping-method strong.box-title span, .checkout-onepage-success .box-order-billing-method strong.box-title span, .account .box.box-shipping-address strong.box-title, .account .box.box-billing-address strong.box-title {
    font-size: 18px;
  }
}


@media (max-width: 991px) {
	  .suggest_category .product_btn {
    max-width: 100%;
  }
  .page-wrapper nav.navigation.mgs-megamenu--main {
    z-index: 999;
    background: #132246;
    padding: 60px 0 20px;
  }
  .minicart-wrapper a span em,
  .header_right ul li a p {
    display: none;
  }
 
  .logo_nav {
    display: flex;
    gap: 5px;
  }
  .header_logo {
    width: 100px;
    flex: 0 0 auto;
  }
  .header_search {
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
  }
  .header_right {
    margin-right: 30px;
  }
  .topbar {
    display: none;
  }
  .feat_cat figure {
    width: 95px;
    height: 95px;
  }
  .feat_cat .each_cat_list img {
    width: 60px;
    height: 60px;
  }
  .height_header {
    display: none !important;
  }
  .page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns,
  .see-food {
    padding: 0;
    height: auto;
    width: 18%;
    text-align: left;
  }
  .page-wrapper nav.navigation li.level0.menu-1columns > a,
  .page-wrapper nav.navigation li.level0.menu-4columns > a {
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
  .page-wrapper nav.navigation ul.dropdown-mega-menu {
    top: 0;
  }
  .page-wrapper nav.navigation.mgs-megamenu--main .custom_container {
    padding: 0;
  }
  .page-wrapper nav.navigation .custom_container > ul > li.vegetables::before,
  .page-wrapper nav.navigation .custom_container > ul > li::before {
    display: none;
  }
  .page-wrapper nav.navigation .nav-main-menu {
    gap: 0;
  }
  .page-wrapper nav.navigation .nav-main-menu span.toggle-menu {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(/media/wysiwyg/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
  }
  .page-wrapper span.close_menu {
    top: 15px;
    right: 10%;
    z-index: 1000;
    color: #fff;
    font-size: 27px;
  }
  .page-wrapper nav.navigation li.level0.menu-1columns a,
  .page-wrapper nav.navigation li.level0.menu-4columns a {
    font-size: 12px;
  }
  .product-items .slick-prev,
  .product-items .slick-next,
  .next_btn,
  .prev_btn {
    width: 35px;
    height: 35px;
  }
  .safe {
    bottom: 150px;
  }
  .product_btn {
    max-width: 100%;
  }
  .mageprince-buynow {
    position: static;
    max-width: 100% !important;
  }
  .brand_slider_wrapper .prev_btn,
  .brand_slider_wrapper .next_btn {
    display: none;
  }
  section {
    padding: 35px 0;
  }
.suggest_category .safe {
    bottom: 150px;
}
.product-item-actions form {margin-top: 10px!important;}
.main_footer .each_address ul li a, .main_footer .footer_nav ul li a {
  font-size: 12px;
}
.main_footer .social_links ul li + li {
  margin-left: 0px;
}
.copyright_text p, .copyright_text ul li a {font-size: 12px!important;}
.copyright_text ul li a br {display:none;}
footer.page-footer h4 {
  font-size: 12px!important;
}
  .main_footer .each_address p a,
  .main_footer .each_address p {
    font-size: 12px!important;
    margin: 0 0 5px;
  }
  .main_footer .footer_nav ul li {
    margin: 0 0 5px;
  }
  footer.page-footer .footer_top h4,
  footer.main_footer .footer_top h4 {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .copyright_text p {
    font-size: 12px;
  }
  .copyright_text img {
    max-width: 70px;
  }
  .copyright_text {
    margin-top: 5px;
	text-align: center;
  }
  .copyright_text ul li a {
    font-size: 12px;
  }
  .main_footer .each_address ul li a,
  .main_footer .footer_nav ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  .main_footer .each_address br {
    display: none;
  }
  .suggest_category {
    padding-bottom: 0;
  }
.copyright_text ul {justify-content: center;display:block;}
.copyright_text ul li:last-child {font-size: 10px !important; display:block;}
.copyright_text ul li:last-child a br {display:none;}
.footer_bottom .copyright_text h4 {text-align:center!important;}
.main_footer .footer_nav_list .footer_nav ul {
  display: block;
}
  #product-container .suggest_category li.item.product.product-item {
   width: 46% !important;
    flex: 0 0 46% !important;
    max-width: 46% !important;
	
  }
  .page-products .product_filter, .page-products .product_filter .column.main {
  gap: 0;
}
.page-products .product_filter .sidebar.sidebar-main {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
.page-products .product_filter .column.main {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 75%;
  padding-left:0;
}
header .logo img {
    width: 100px;
}
 .catalog-product-view .product-options-bottom #product-addtocart-button, .product-options-bottom .action.primary {
    font-size: 16px;
 }
 .payment-method-title.field.choice span {
  font-size: 14px;
 }
 .page-products .columns {
  display: block;
 }
  .page-products .product_filter .column.main {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 100%;
    width: 100%;
  }  .suggest_category .product-items .slick-prev, .prev_btn {
    left: 0;
  }
  .suggest_category .product-items .slick-next, .next_btn {
    right: 0;
  }
.wishlist-index-index #wishlist-view-form .product-items tbody tr {
    width: 46%;
	margin: 10px;
	vertical-align: top;
   }
.wishlist-index-index .products-grid.wishlist span.product-image-wrapper img {
  height: 155px;
}
#wishlist-view-form .product-items .pro-img .product-item-photo {
  max-width: 100%;
  margin-right: 0;
}
.wishlist-index-index .products-grid.wishlist .product-items tbody {
  text-align: center;}
  #wishlist-view-form .product-items .pro-price {display: block;}
  
  #wishlist-view-form .product-items  td.pro-add-to-cart {display: inline-block;float: left;padding:0px 20px;}
  .wishlist-index-index #wishlist-view-form .product-items td.action {
  width: 100%;
  }
  .about_wrapper p {
  font-size: 18px;
  }
  .page-products .product_filter {
    width: 94%;
  }
  .page-main .page-title-wrapper h1.page-title {margin:30px 0;}
  .feat_cat {
  justify-content: center;
  gap: 15px;
}
  .main_footer .social_links ul li a {
    font-size: 12px;
    width: 22px;
    height: 22px;
  }

}

@media (max-width:767px){
	 .page-products .product_filter .column.main {
    -ms-flex: 0 0 80%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
    .page-products .product_filter .sidebar.sidebar-main {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
	 .range.am-fromto-widget.amshopby_currency_rate {
    flex-direction: row;
  }
  #product-container li.item.product.product-item {
    width: 30% !important;
    -ms-flex: 0 0 30% !important;
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }

  .allSuggestCategory .product-item-info strong.product-item-name a {
  min-height: 55px;
  }
 .custom_container .products .ias-noneleft {margin-top:20px;}
 .product-container {padding-top:40px;}
.top_category .custom_container .feat_cat {
  justify-content: center;
 }
 .suggest_category ol.products.list.items.product-items {
  display: flex;
  justify-content: center;
}
.product-info-main {
  margin-left: 0px;
}
.payment-group .amcheckout-wrapper {
  display: block;
}
.logo_nav {
    margin: 20px 0 0;
  }
header .logo img {
    min-width: 100px;
  }
  #discount-form button.action.action-apply {width: 100%!important;border-radius: 0 0 6px 6px !important;}
.header_search .field.search .search_wrap {
  padding: 15px 50px 15px 13px;
}
  .header_right > ul {
    gap: 10px;
    text-align: center;
    justify-content: center;
  }
  .inner_row {
  display: block;
}
.cart.table-wrapper .shopping-cart-bottom .cart-summary {
  margin-left: 0;
  max-width: 100%;
}
.cart-container .cart.main.actions  {border:0!important;}
.amshopby-filter-parent {
  font-size: 18px;
}
.am-filter-items-category_ids .item {
  margin-bottom: 12px;
}
.am-filter-items-category_ids .item .items {margin-top:10px;}
 .filter-content dd.filter-options-content ol.items li a {
    font-size: 16px;
  }
  .amshopby-fromto-wrap {
  margin-top: 20px;
}
 .account .page-main .column.main .block-dashboard-addresses .box {
    max-width: 100%;
  }
 .account .page-main .column.main .block .block-content {
  gap: 60px;
}
 .account .box.box-billing-address strong.box-title, .account .box.box-shipping-address strong.box-title {font-size:20px;}
.account .sidebar.sidebar-main .nav > li.current > strong {width: 100%;}
.account .sidebar.sidebar-main .nav {text-align: center;}
.account.page-layout-2columns-left .sidebar-main {margin-top: 20px !important;}
.box.box-information.row .col-sm-6 {
  width: 100%;
  display: flex;
  gap: 30px;
}
.order_table.orders-history, .order-details-items .order-items {
  overflow-x: scroll;
}
.accountForm .eachFormWrap {width:100%;}
 .account.customer-address-index .column.main .block .box {
    max-width: 100%;
  }
.account.customer-address-index .box-address-shipping .box-title, .account.customer-address-index .box-address-billing .box-title {font-size: 20px;}
  .wishlist-index-index #wishlist-view-form .product-items tbody tr {
    width: 100%;
	margin: 0;
  }
  .wishlist-index-index #wishlist-view-form .product-items .pro-name .product-item-name a {
  font-size: 18px;
  }
  #wishlist-view-form .product-items td.pro-add-to-cart {width: auto;}
.catalogsearch-result-index ol.products li.item.product.product-item {
  width: 32%;
}
.suggest_category ol.products.list.items.product-items {
  justify-content: center;
}
.what_we_offer .each_offer_item {
  width: 44%;
}
  .page-main .page-title-wrapper h1.page-title {
    margin: 30px 0 0;
  }
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns, .see-food {
    width: 28%;
}
.order-items tr th.col.name {
  min-width: 200px;
}
.order-items tfoot th {font-size: 15px;}
 .checkout-onepage-success .box-order-billing-address, .checkout-onepage-success .box-order-shipping-address {
    max-width: 100%;

  }
}

@media (max-width: 575px) {
  .logo_nav {
    justify-content: space-between;
    align-items: center;
  }
  header .header_logo {
    width: auto;
    flex: 0 0 auto;
    align-items: center;
  }
  .page-header .header.content .action.nav-toggle {
    position: static;
    transform: none;
  }
  header .header_logo a.logo {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  header .header_logo .logo img {
    max-width: 120px;
  }
  .custom_col-lg-7,
  .custom_col-lg-3,
  .custom_col-lg-2 {
    width: 100%;
  }
  .header_search {
    max-width: 100%;
  }
  .header_right {
    margin-right: 0;
	margin-top: 20px;
  }
  .header_right > ul {
    justify-content: center;
  }
  .feat_cat {
    justify-content: space-evenly;
    gap: 10px;
  }
  .page-header .inner_row {
    gap: 10px;
  }
.cms-main .cms-title {
  font-size: 22px!important;
  margin: 20px 0px!important;
}
.why-img{position:relative;}
.why-img::before {
position:absolute; 
content:""; 
background:rgba(0,0,0,0.5);
width:100%;
height:100%;
}
.why-waynik-content h5 {
  font-size: 22px!important;
  margin: 40px 0 15px 0!important;
}

.why-waynik-content ul li {list-style: disclosure-closed;}
.order-items tr th, .order-items tr td {font-size:16px;}
.page-wrapper nav.navigation li.level0.menu-1columns > a::before, .page-wrapper nav.navigation li.level0.menu-4columns > a::before {display:none;}
}

@media (min-width: 768px) {
  .custom_col-lg-4 {
    width: 33.33%;
  }

  .custom_col-lg-9 {
    width: 75%;
  }

  .custom_col-lg-6 {
    width: 50%;
  }

  .custom_col-lg-3 {
    width: 25%;
  }

  .custom_col-lg-4 {
    width: 33.33333333%;
  }

  .custom_col-lg-8 {
    width: 66.66666666%;
  }

  .custom_col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .custom_col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .custom_col-lg-12 {
    width: 100%;
  }

  .custom_col-lg-10 {
    width: 83.333%;
  }

  .custom_col-lg-2 {
    width: 16.66666%;
  }

  .custom_col-lg-1 {
    width: 8.33333%;
  }
}


@media (max-width:575px) {
.product-item, .each_product_slider{padding: 20px 0;}
 .product-item-details a, .product_title a {
    font-size: 12px;
  }
.product_title {
  min-height: 48px;
}
.pro_single_slider .product-item button.action.tocart.primary, .product_btn #addtoCart_button, .addCart {
  font-size: 13px !important;
	}
.search_wrap {border: 1px solid #eee;}
  #product-container .suggest_category li.item.product.product-item {
   width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .product-item-info strong.product-item-name a {font-size: 14px;width: 70%;}  
  .allSuggestCategory .product-item-info strong.product-item-name a {
    min-height: auto;
	font-size: 14px;
	width: 70%;
  }
   .product_title {
    min-height: auto;
  }
   .product_title a { 
   font-size: 14px;
   }
   .product.data.items > .item.title {
  float: none;
   }
   #product-attribute-specs-table tbody tr {display: flex;
  flex-direction: column;}
   #product-attribute-specs-table tbody tr  th {width: 100%;}
  
  .product-options-bottom .fieldset {
  display: block;
  }
  .product-options-bottom .mageprince-buynow {
  margin: 10px 0;
}
 .log-in-content form {
  min-width: 80%;
  max-width: 80%;
}
  .product-item-info .mageprince-buynow {
    margin-top: 10px;
  }
    .catalogsearch-result-index ol.products li.item.product.product-item {
    width: 100% !important;
  }
  .page-products .allSuggestCategory .product-item-info {
  padding: 15px;
}
.about_wrapper {
  position: relative;
  padding: 20px;
}
.about_intro h5 {
  font-size: 22px;
}
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns, .see-food {
   width: 40%;
}
  .product-info-price .price-box .price-container .price {
    font-size: 24px !important;
  }
.searchsuite-autocomplete .suggest {
  color: #3C3C3C;
}
}

@media (max-width:480px) {
  #discount-coupon-form .actions-toolbar {
    width: 100%;
  }
    #discount-coupon-form button.action {
    width: 100%;
  }
    .what_we_offer .each_offer_item {
    width: 100%;
  }
  .what_we_offer h2 {
  font-size: 28px;
  }
.top_category .feat_cat {
    justify-content: space-evenly;
    gap: 40px;
  }
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns, .see-food {
    width: 100%;
 }
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns a.has-submenu {margin: 0;}
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns a img {max-width: 60px;}
.page-wrapper nav.navigation .nav-main-menu li.level0.menu-1columns, .see-food {
    width: 100%;
    display:flex ;
    flex-direction: row-reverse;
    justify-content: left;
  }
.top_category .feat_cat {
gap: 60px;
  }
.top_category .each_cat_list {
max-width: 130px;
}
.top_category .each_cat_list p {
  font-size: 14px;
}
}
/*.payment-group .amcheckout-wrapper {
	display: inline !important;
}
.payment-method-title .payment-info {
	width: auto !important;
}*/








