body {
  margin-top: -20px;
  background-color: #fff;
  letter-spacing: 0.03rem;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #014f2b;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.75;
}

.cr-banner {
  margin-bottom: 15px;
  text-align: center;
}
.cr-banner h5 {
  color: #2b2b2d;
  text-align: left;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
}
.cr-banner h1 {

  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
  color: #1f6a04;
}
.cr-banner h2 {

  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
  color: #1f6a04;
}

.cr-banner-sub-title {
  width: 100%;
}
.cr-banner-sub-title p {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.bg-off-white {
  background-color: #fff;
}

.cr-button {
  height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 22px;
  font-size: 14px;

  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
  background-color: #014f2b;
  color: #fff;
  border: 1px solid #64b496;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-button:hover {
  background-color: #000;
  border-color: #000;
}

.cr-chat-zalo {
  margin-top: 440px;
  height: 50px;
  width: 50px;
  position: absolute;
}

.cr-chat-face {
  margin-top: 500px;
  height: 50px;
  width: 50px;
}

.cr-btn-secondary {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 8px 22px;
  font-size: 14px;

  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
  background-color: #fff;
  color: #64b496;
  border: 1px solid #64b496;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-btn-secondary:hover {
  background-color: #64b496;
  color: #fff;
}

.padding-t-100 {
  padding: 100px 0 0 0;
}

.padding-b-100 {
  padding-bottom: 100px !important;
}

.padding-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-tb-50 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-t-50 {
  padding-bottom: 20px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

@-webkit-keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496;
            box-shadow: 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
  }
}

@keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0);
            box-shadow: 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496, 0px 0 rgba(121, 99, 224, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496;
            box-shadow: 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496, 100px 0 #64b496;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496, 110px 0 #64b496;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496, 120px 0 #64b496;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496;
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #64b496;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
            box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
  }
}
.cr-wish-notify,
.cr-compare-notify,
.cr-cart-notify {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
}
.cr-wish-notify p,
.cr-compare-notify p,
.cr-cart-notify p {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 14px;
  color: #000;
  border-bottom: 5px solid #64b496;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}
.cr-wish-notify p i,
.cr-compare-notify p i,
.cr-cart-notify p i {
  margin-right: 5px;
}
.cr-wish-notify a,
.cr-compare-notify a,
.cr-cart-notify a {
  color: #64b496;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cr-wish-notify a:hover,
.cr-compare-notify a:hover,
.cr-cart-notify a:hover {
  color: #000;
}

#cr-overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cr-overlay .loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #64b496;
  left: -100px;
  -webkit-animation: shadowRolling 2s linear infinite;
          animation: shadowRolling 2s linear infinite;
}

/* Breadcrumb */
.cr-breadcrumb-image {
  width: 100%;
  height: 70px;
  margin-bottom: 5px;
  background-color: #e4f2ed;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-breadcrumb-image .cr-breadcrumb-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cr-breadcrumb-image .cr-breadcrumb-title h2 {
  margin-bottom: 0;

  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  color: #2b2b2d;
}
.cr-breadcrumb-image .cr-breadcrumb-title h1 {
  margin-bottom: 0;

  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #2b2b2d;
}
.cr-breadcrumb-image .cr-breadcrumb-title span {

  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #2b2b2d;
  text-transform: capitalize;
}
.cr-breadcrumb-image .cr-breadcrumb-title span a {
  color: #2f6a54;
}

.cr-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Tab to top */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;
  border-radius: 20px;
  background-color: #fff;
  color: #64b496;
  border: 1px solid #64b496;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top .back-to-top-wrap svg {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
a.back-to-top .back-to-top-wrap svg path {
  fill: transparent;
  stroke: #64b496;
  stroke-width: 5px;
}

.cr-pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-pagination .pagination {
  margin: 0;
}
.cr-pagination .pagination .disabled span {
  background-color: #f7f7f8;
}
.cr-pagination .page-link {
  color: #777;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cr-pagination .active > .page-link, .cr-pagination .page-link.active {
  background-color: #64b496;
  border-color: #64b496;
  color: #fff;
}

/* Responsive */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1199px) {
  .padding-t-100 {
    padding: 70px 0 0 0;
  }
  .padding-b-100 {
    padding-bottom: 70px !important;
  }
  .padding-tb-100 {
    padding: 70px 0;
  }
  .padding-tb-50 {
    padding: 35px 0;
  }
  .padding-t-50 {
    padding: 35px 0 0 0;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
  .cr-banner h2 {
    font-size: 28px;
  }
  .cr-banner-sub-title p {
    width: 80%;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .md-30 {
    margin-bottom: 30px;
  }
  .md-30:last-child {
    margin-bottom: 0px;
  }
  .padding-tb-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .padding-t-50 {
    padding-top: 10px;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
  .cr-banner h2 {
    font-size: 25px;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title span {
    margin-top: 4px;
  }
  .cr-banner-sub-title p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cr-banner h2 {
    font-size: 22px;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-breadcrumb-image {
    height: 100px;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
/* Footer */
.footer {
  position: relative;
  border-top: 1px solid #e9e9e9;
}
.footer .container {
  position: relative;
}
.footer-top {
  position: relative;
  z-index: 3;
}

.cr-footer-logo {
  padding-bottom: 0;
}
.cr-footer-logo .image {
  padding-bottom: 15px;
}
.cr-footer-logo .image img {
  width: 100px;
}
.cr-footer-logo p {
  font-size: 14px;
}

.cr-footer h4.cr-sub-title {

  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #00984a;
  margin-bottom: 15px;
}
.cr-footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cr-footer ul li {
  margin-bottom: 12px;

  font-size: 14px;
  line-height: 26px;
  color: #777;
  position: relative;
}
.cr-footer ul li a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #777;
}
.cr-footer ul li a:hover {
  color: #64b496;
}
.cr-footer ul li::after {
  font-family: remixicon;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  color: #64b496;
  top: 2px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-footer ul li:last-child {
  margin-bottom: 0px;
}
.cr-footer ul .location-icon {
  margin-top: 24px;
  padding-left: 30px;
}
.cr-footer ul .location-icon::after {
  content: "\ef14";
}
.cr-footer ul .mail-icon {
  padding-left: 30px;
}
.cr-footer ul .mail-icon::after {
  content: "\eefc";
}
.cr-footer ul .phone-icon {
  padding-left: 30px;
}
.cr-footer ul .phone-icon::after {
  content: "\efec";
}
.cr-footer .cr-social-media {
  margin: 22px -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cr-footer .cr-social-media span {
  margin: 2px;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}
.cr-footer .cr-social-media span a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 11px;
  background-color: #fff;
  border: 1px solid #e1dfdf;
  border-radius: 5px;
}
.cr-footer .cr-social-media span a:hover {
  color: #64b496;
}
.cr-footer .cr-payment .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.cr-footer .cr-payment-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-footer .cr-payment-image img {
  width: 100%;
  border-radius: 5px;
}
.cr-footer .cr-payment-image .payment-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cr-footer .cr-payment-image .payment-overlay::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-family: remixicon;
  content: "\ee66";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.cr-footer .cr-payment-image:hover {
  cursor: pointer;
}
.cr-footer .cr-payment-image:hover .payment-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.cr-footer .cr-payment-image:hover .payment-overlay::after {
  opacity: 1;
}

.cr-search-footer {
  position: relative;
}
.cr-search-footer input {
  width: 100%;
  height: 44px;
  padding: 5px 15px;
  border: 1px solid #e9e9e9;
  outline: none;
  border-radius: 5px;
}
.cr-search-footer input::-webkit-input-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::-moz-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input:-ms-input-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::-ms-input-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer .search-btn {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-search-footer .search-btn i {
  font-size: 21px;
  color: #000;
}

.cr-last-footer {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}
.cr-last-footer p {

  font-size: 14px;
  color: #000;
  line-height: 1.2;
}
.cr-last-footer p a {
  color: #64b496;
}

.cr-title-hidden {
  display: none;
}

.cr-heading-res {
  display: none;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-footer ul .location-icon {
    margin-top: 20px;
  }
  .cr-footer ul .mail-icon {
    margin-top: 20px;
  }
  .cr-footer ul .phone-icon {
    margin-top: 20px;
  }
  .cr-footer ul li::after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .cr-footer .cr-footer-links {
    max-width: 500px;
  }
  .cr-newsletter {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e1dfdf;
  }
}
@media only screen and (min-width: 992px) {
  .cr-footer-links.cr-footer-dropdown {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .cr-sub-title {
    position: relative;
  }
  .cr-footer-logo {
    max-width: 400px;
    margin-bottom: 15px;
  }
  .cr-newsletter {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .cr-title-hidden {
    display: block;
  }
  .cr-heading-res {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
    cursor: pointer;
  }
  .cr-heading-res i {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 3;
    color: #000;
  }
  .cr-footer .cr-social-media {
    margin: 40px 0 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cr-footer ul .mail-icon {
    margin-top: 15px;
  }
  .cr-footer ul .phone-icon {
    margin-top: 15px;
  }
  .cr-footer ul .location-icon {
    margin-top: 15px;
  }
  .cr-footer ul li {
    margin: 12px 0;
  }
  .cr-footer ul li::after {
    font-size: 16px;
  }
  .cr-footer ul li:nth-child(1) {
    margin-top: -5px;
  }
  .cr-footer .cr-footer-links {
    margin-top: 24px;
  }
  .cr-footer p {
    padding-bottom: 15px;
  }
  .cr-footer h4.cr-sub-title {
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #e9e9e9;
  }
  .cr-footer-border:not(:last-child) {
    border-right: 0;
  }
  .cr-footer-links {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .cr-footer-border:nth-child(1) {
    border: 0;
  }
  .footer:before, .footer:after {
    display: none;
  }
  .footer .container:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .footer:before, .footer:after {
    display: none;
  }
  .footer .container:before {
    display: none;
  }
}
/* Header */
header {
  height: 142px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

.cr-fix.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  -webkit-transition: top 1s;
  transition: top 1s;
}
.cr-fix.menu_fixed .top-header {
  display: none;
}

.cr-fix.menu_fixed_up {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  -webkit-transition: top 1s;
  transition: top 1s;
}
.cr-fix.menu_fixed_up .top-header {
  display: none;
}

.cr-menu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-menu-list nav {
  padding: 0;
}
.cr-menu-list nav ul li:not(:last-child) {
  margin-right: 25px;
}
.cr-menu-list nav ul li a {

  font-size: 13px;
  color: #777;
}
.cr-menu-list .cr-calling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  align-items: center;
}
.cr-menu-list .cr-calling i {
  padding-right: 5px;
  font-size: 25px;
}
.cr-menu-list .cr-calling a {
  font-size: 15px;
  font-weight: 500;
}

.top-header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  grid-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  position: relative;
  z-index: 4;
}
.top-header .cr-logo img {
  width: 290px;
  height: 45px;
}
.top-header .cr-search {
  position: relative;
}
.top-header .cr-search select {
  width: 130px;
  height: calc(100% - 2px);
  border: 0;
  position: absolute;
  top: 1px;
  right: 45px;
  font-size: 13px;
  border-left: 1px solid #00984a;
  border-radius: 0;
}
.top-header .cr-search select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.top-header .cr-search input {
  width: 600px;
  height: 45px;
  padding-left: 15px;
  padding-right: 175px;
  border: 1px solid #64b496;
  border-radius: 5px;
  outline: none;
}
.top-header .cr-search input::-webkit-input-placeholder {

  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::-moz-placeholder {

  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input:-ms-input-placeholder {

  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::-ms-input-placeholder {

  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::placeholder {

  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search .search-btn {
  width: 45px;
  background-color: #014f2b;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-header .cr-search .search-btn i {
  font-size: 14px;
  color: #fff;
}
.top-header .cr-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header .cr-right-bar ul.navbar-nav li.nav-item .dropdown-toggle:after, .top-header .cr-right-bar ul.navbar-nav li.nav-item .dropdown-toggle:before {
  display: none;
}
.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a {
  color: #777;
  font-size: 13px;
  font-weight: 600;
}
.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #014f2b;
}
.top-header .cr-right-bar .cr-right-bar-item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-header .cr-right-bar .cr-right-bar-item:not(:last-child) {
  padding-right: 30px;
}
.top-header .cr-right-bar .cr-right-bar-item:hover {
  color: #64b496;
}
.top-header .cr-right-bar .cr-right-bar-item:hover span {
  color: #64b496;
}
.top-header .cr-right-bar .cr-right-bar-item span {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #014f2b;
}
.top-header .cr-right-bar .cr-right-bar-item i {
  padding-right: 5px;
  font-size: 21px;
  line-height: 17px;
}

.navbar-toggler {
  padding: 7px 14px;
  font-size: 16px;
}

ul.navbar-nav {
  margin: auto;
  position: relative;
  z-index: 3;
}
ul.navbar-nav li.nav-item {
  position: relative;
}
ul.navbar-nav li.nav-item:hover {
  color: #64b496;
}
ul.navbar-nav li.nav-item:hover a.nav-link::before {
  width: 100%;
  background-color: #64b496;
}
ul.navbar-nav li.nav-item a.nav-link {
  padding: 11px 8px;

  font-size: 14px;
  font-weight: 500;
  color: #014f2b;
  z-index: 1;
  position: relative;
}
ul.navbar-nav li.nav-item a.nav-link::before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: -6px;
  background-color: #64b496;
  left: 0;
  right: auto;
}
ul.navbar-nav li.nav-item .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.navbar-nav li.nav-item .dropdown-toggle::after {
  margin-left: 5px;
  font-family: remixicon;
  content: "\ea4e";
  border: none;
  vertical-align: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 15px;
}
ul.navbar-nav .dropdown .dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 160px;
  margin-top: 35px;
  position: absolute;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: auto !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 0;
  display: block;
  z-index: 9;
  border: 1px solid #e9e9e9;
}
ul.navbar-nav .dropdown .dropdown-menu li {
  width: 100%;
  margin-right: 0;
}
ul.navbar-nav .dropdown .dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 7px 20px;
  background-color: #fff;
  position: relative;
  text-transform: capitalize;
  font-size: 13px;
}
ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #014f2b;
}
ul.navbar-nav .dropdown .dropdown-menu li a i {
  position: absolute;
  right: 10px;
}
ul.navbar-nav .dropdown:hover .dropdown-menu {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
}

/* Category Toggle */
.cr-category-icon-block {
  padding: 10px 0;
  position: static !important;
}
.cr-category-icon-block:hover .cr-cat-dropdown {
  margin-top: 10px;
  opacity: 1;
  visibility: inherit;
}

.cr-category-menu {
  position: relative;
}
.cr-category-menu .cr-category-toggle {
  width: 120px;
  height: 35px;
  color: #014f2b;
  font-weight: 500;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: left;
}
.cr-category-menu .cr-category-toggle i {
  font-size: 22px;
  color: #2b2b2d;
  line-height: 0;
  line-height: 14px;
  display: block;
}
.cr-category-menu .cr-category-toggle i.ri-arrow-down-s-line {
  position: absolute;
  right: 5px;
}
.cr-category-menu .cr-category-toggle .cr-category-toggle {
  width: 200px;
  min-height: 50px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #64b496;
  border-radius: 5px;
  cursor: pointer;
}

.cr-cat-dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 600px;
  margin-top: 35px;
  padding: 15px;
  position: absolute;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 10;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.071);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.071);
  border: 1px solid #e9e9e9;
}
.cr-cat-dropdown .cr-cat-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-cat-dropdown .cr-cat-tab .cr-tab-list {
  min-width: 180px;
  margin-right: 24px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-cat-dropdown .cr-cat-tab button,
.cr-cat-dropdown .cr-cat-tab a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  background-color: #fff;
  font-size: 13px;
  color: #4b5966;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-cat-dropdown .cr-cat-tab button:not(:last-child),
.cr-cat-dropdown .cr-cat-tab a:not(:last-child) {
  margin-bottom: 5px;
}
.cr-cat-dropdown .cr-cat-tab button i,
.cr-cat-dropdown .cr-cat-tab a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.cr-cat-dropdown .cr-cat-tab button.active {
  color: #64b496;
  background-color: #fff;
  border-color: #64b496;
}
.cr-cat-dropdown .cr-cat-tab button.active i {
  color: #64b496;
}
.cr-cat-dropdown .cr-cat-tab .tab-content {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cr-cat-dropdown .cr-cat-tab .tab-content .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-cat-dropdown .cr-cat-tab .tab-content .tab-list .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cr-cat-dropdown .cr-cat-tab .tab-content .tab-list .col ul li a {
  height: auto;
  padding: 5px 0;
  color: #777;
  text-transform: capitalize;
  line-height: 26px;
  font-weight: 400;
  font-size: 13px;
  display: block;
  border: 0;
}
.cr-cat-dropdown .cr-cat-tab .tab-content .cr-col-title {
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #64b496;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  display: block;
  border-bottom: 1px solid #e9e9e9;
}
.cr-cat-dropdown .cr-cat-tab .tab-content > :active {
  display: block;
}

/* Mobile-menu */
.cr-side-cart {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 400px;
  height: 100%;
  padding: 15px;
  position: fixed;
  top: 0;
  left: -400px;
  background-color: #fff;
  z-index: 22;
  overflow: auto;
}
.cr-side-cart .cr-menu-title {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #e9e9e9;
}
.cr-side-cart .cr-menu-title .menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #64b496;
}
.cr-side-cart .cr-menu-title .cr-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #999;
  background-color: #fff;
}
.cr-side-cart ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cr-side-cart ul li {
  position: relative;
  line-height: 28px;
}
.cr-side-cart ul li a {
  padding: 12px 0;
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}
.cr-side-cart ul li .menu-toggle {
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
}
.cr-side-cart ul li .menu-toggle::before {
  content: "+";
  font-size: 24px;
  font-weight: 500;
  color: #777;
}
.cr-side-cart ul li .menu-toggle i {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #444;
}
.cr-side-cart ul li .sub-menu {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  display: none;
  min-width: auto;
  position: static;
  top: auto;
  visibility: visible;
  opacity: 1;
}
.cr-side-cart ul li .sub-menu li a {
  padding-left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.8;
  font-size: 14px;
}
.cr-side-cart ul li .sub-menu li a:hover {
  opacity: 1;
}

.cr-menu-open {
  left: 0 !important;
}

.navbar-collapse {
  display: none;
}

.cr-sidebar-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 21;
}

.dark-logo {
  display: none;
}

.logo {
  display: block;
}

.cr-header-buttons {
  display: none;
}
.cr-header-buttons a {
  margin-right: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cr-header-buttons a i {
  font-size: 20px;
}
.cr-header-buttons a:hover {
  color: #64b496;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .top-header .cr-search input {
    width: 400px;
  }
  .cr-menu-list nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .cr-menu-list nav ul {
    margin-right: -5px;
  }
  .cr-menu-list nav ul li:not(:last-child) {
    margin-right: 30px;
  }
  .cr-menu-list .dropdown button {
    padding: 10px;
  }
  .cr-menu-list .dropdown button::before {
    margin-right: 5px;
  }
  .cr-menu-list .dropdown button::after {
    margin-left: 5px;
  }
  .cr-menu-list .dropdown .dropdown-menu {
    right: 0;
  }
  .cr-menu-list .cr-calling {
    display: none;
  }
  ul.navbar-nav li.nav-item a.nav-link {
    padding: 8px 0;
  }
  ul.navbar-nav li.nav-item a.nav-link:before {
    bottom: -9px;
  }
  ul.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    height: 133px;
  }
  .cr-menu-list {
    padding: 0;
  }
  .top-header .cr-right-bar {
    display: none;
  }
  .top-header .cr-search input {
    max-width: 350px;
  }
  .cr-menu-list .cr-calling {
    display: none;
  }
  .cr-menu-list nav {
    width: 100%;
  }
  .cr-menu-list nav ul {
    margin: 0;
  }
  ul.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  ul.navbar-nav li.nav-item:hover a.nav-link:before {
    display: none;
  }
  .navbar-toggler {
    padding: 0;
    border: 0;
  }
  .navbar-toggler i {
    font-size: 20px;
  }
  .cr-category-icon-block {
    display: none;
  }
  .cr-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cr-header-buttons a {
    margin: 0;
  }
  .cr-header-buttons a:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  header {
    height: 173px;
  }
  .top-header {
    padding: 15px 0;
  }
  .top-header .cr-search input {
    width: 300px;
  }
  .top-header .cr-search select {
    font-size: 10px;
  }
  .cr-side-cart {
    width: 300px;
    left: -300px;
  }
  ul.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
  .top-header {
    display: block;
  }
  .top-header .cr-search {
    max-width: 350px;
    margin: auto;
  }
  .top-header .cr-search input {
    width: 100%;
  }
  .top-header .cr-logo {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-header .cr-logo img {
    width: 225px;
    height: 35px;
  }
}
@media only screen and (max-width: 420px) {
  .cr-side-cart {
    width: 250px;
    left: -250px;
  }
  .top-header .cr-search select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  .top-header .cr-search input {
    padding-right: 45px;
  }
}
/* layout */
/* Hero */
@-webkit-keyframes left-right {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    left: 0px;
  }
}
@keyframes left-right {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.cr-slider .swiper-wrapper .swiper-slide-active h5 {
  -webkit-animation: fadeInUp 2s both 1s;
          animation: fadeInUp 2s both 1s;
}
.cr-slider .swiper-wrapper .swiper-slide-active h1 {
  -webkit-animation: fadeInUp 2s both 1.5s;
          animation: fadeInUp 2s both 1.5s;
}
.cr-slider .swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInUp 2s both 2s;
          animation: fadeInUp 2s both 2s;
}

.cr-slider .swiper-pagination-bullet {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 15px;
  height: 15px;
  margin: 0 2.5px !important;
  display: inline-block;
  border-radius: 30px;
  opacity: 1;
  border: 1px solid #64b496;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.cr-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #64b496;
}

/* Responsive */
@media only screen and (max-width: 480px) {
  .cr-slider .swiper-wrapper .swiper-slide p {
    display: none;
  }
}
/* Sidebar Tools */
.cr-tool-active {
  right: 0 !important;
}

.cr-tool-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.cr-tool {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 20;
  color: #000;
}
.cr-tool .cr-tool-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
}
.cr-tool .cr-tool-btn i {
  font-size: 22px;
}
.cr-tool .cr-tool-btn .btn-cr-tool {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 30%;
  right: 250px;
  border: none;
  background: none;
  background-color: #373840;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}
.cr-tool .cr-tool-btn .color-variant {
  width: 250px;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: auto;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2d;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title .close-tools {
  color: #fb5555;
  font-size: 17px;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail {
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #e9e9e9;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail .heading {
  padding: 15px 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail .heading h2 {
  margin-bottom: 0;

  font-size: 14px;
  font-weight: 600;
  color: #2b2b2d !important;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color li {
  height: 36px;
  width: 36px;
  margin: 5px 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c1 {
  background-color: #64b496;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c2 {
  background-color: #f5885f;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c3 {
  background-color: #ae8d62;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c4 {
  background-color: #3f51b5;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c5 {
  background-color: #f44336;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c6 {
  background-color: #e91e4c;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c7 {
  background-color: #607d8b;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c8 {
  background-color: #5392d2;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c9 {
  background-color: #03492f;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c10 {
  background-color: #9655ca;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li {
  height: 85px;
  width: 85px;
  margin: 5px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li.dark {
  background-color: #000;
  color: #fff;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li.white {
  background-color: #fff;
  color: #000;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.rtl-mode {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.rtl-mode li {
  margin: 5px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.rtl-mode li img {
  height: 85px;
  width: 85px;
  border-radius: 5px;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel li {
  height: 85px;
  width: 85px;
  margin: 5px 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel li img {
  height: 85px;
  width: 85px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.active-bg-panel {
  position: relative;
}
.active-bg-panel:before {
  width: 20px;
  height: 20px;
  padding: 0;
  font-family: remixicon;
  content: "\eb79";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #64b496;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active-dark-mode,
.active-rtl-mode {
  position: relative;
}
.active-dark-mode:before,
.active-rtl-mode:before {
  width: 20px;
  height: 20px;
  padding: 0;
  font-family: remixicon;
  content: "\eb79";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #64b496;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.active-colors:before {
  padding: 0;
  font-family: remixicon;
  content: "\eb79";
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

/* Cart Sidebar */
.cr-cart-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.cr-cart-view-active {
  right: 0 !important;
}

.cr-cart-view {
  height: 100%;
  position: fixed;
  top: 0;
  right: -350px;
  z-index: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #000;
}
.cr-cart-view .cr-cart-inner {
  width: 350px;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title {
  margin-bottom: 15px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2d;
}
.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title button {
  color: #fb5555;
  font-size: 20px;
  font-weight: 800;
  background: none;
  border: none;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .crside_pro_img {
  margin: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .crside_pro_img img {
  max-width: 100%;
  border-radius: 5px;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content {
  padding-left: 15px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  overflow: hidden;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cart_pro_title {
  width: 100%;
  padding-right: 30px;
  text-decoration: none;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cr-cart-qty {
  margin-top: 5px;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cr-cart-qty .cart-qty-plus-minus {
  margin: 0;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cart-price {
  margin-top: 5px;
  font-size: 14px;
  display: block;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .cart-price span {
  color: #777;
  font-weight: 700;
  font-size: 16px;
}
.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li .cr-pro-content .remove {
  padding: 0 9px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 17px;
  line-height: 15px;
  background-color: #fff;
  color: #fb5555;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom {
  position: relative;
  top: -20px;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total {
  margin: 20px 0 10px 0;
  padding-top: 0;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e9e9e9;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total table {
  margin: 10px 0 0 0;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total table tr td {
  border: none;
}
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total table tr .text-right {
  font-weight: 700;
  text-align: right;
}

.cart-qty-plus-minus {
  width: 80px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart-qty-plus-minus input {
  width: 30px;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  color: #444;
  border: medium none;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  height: auto;
  text-align: center;
  outline: none;
}
.cart-qty-plus-minus button {
  height: 25px;
  width: 25px;
  margin-top: -2px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Deal */

/* Responsive */
/* Testimonial */

/* Responsive */
/* Popular-product */
.section-popular-product-shape {
  position: relative;
}

.section-popular-product-shape .container {
  position: relative;
}

/* popular-product */

.cr-product-tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cr-product-tabs ul .active {
  color: #64b496 !important;
}
.cr-product-tabs ul li {
  padding: 12px 15px;
  position: relative;
  background-color: #f7f7f8;

  font-size: 14px;
  font-weight: bold;
  line-height: 1.667;
  color: #2b2b2d;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
}
.cr-product-tabs ul li::after {
  font-family: remixicon;
  content: "\ea6c";
  font-size: 16px;
  position: absolute;
  right: 13px;
}
.cr-product-tabs ul li:not(:last-child) {
  margin-bottom: 5px;
}

.sticky {
  position: sticky;
  top: 0;
}

.section-popular {
  position: relative;
}

.cr-products-rightbar {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-products-rightbar img {
  width: 100%;
  border-radius: 5px;
}

.cr-popular-product, .cr-twocolumns-product {
  margin: 0 -12px;
}
.cr-popular-product .slick-slide, .cr-twocolumns-product .slick-slide {
  padding: 0 12px;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-product-tabs ul li:not(:last-child) {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 1199px) {
  .cr-product-tabs ul li {
    padding: 12px 15px;
  }
  .cr-product-tabs ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .section-popular-product-shape::before {
    width: 43px;
    height: 60px;
  }
  .section-popular-product-shape .container::after {
    width: 40px;
    height: 40px;
  }
  .section-popular::before {
    width: 40px;
    height: 50px;
  }
  .cr-products-rightbar {
    margin-top: 70px;
    display: block;
  }
  .cr-product-tabs ul li {
    padding: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-popular-product-shape:before {
    display: none;
  }
  .section-popular-product-shape .container:after {
    display: none;
  }
  .section-popular:before {
    display: none;
  }
}
/* Product-banner */
.section-product-banner {
  position: relative;
}

.cr-product-banner-image {
  position: relative;
}
.cr-product-banner-image img {
  width: 100%;
  border-radius: 5px;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .section-product-banner:before {
    width: 30px;
    height: 55px;
  }
  .cr-product-banner-image .cr-button {
    height: 32px;
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 575px) {
  .section-product-banner:before {
    display: none;
  }
}
/* Categories */

/* Responsive */
/* services- */
.section-services {
  position: relative;
}

.cr-services {
  padding: 15px;
  height: 100%;
  background-color: #c8e8e5;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-services .cr-services-image {
  margin: auto auto 12px auto;
  display: block;
}
.cr-services .cr-services-image i {
  font-size: 43px;
  line-height: 40px;
  color: #64b496;
}
.cr-services .cr-services-contain h4 {
  margin-bottom: 5px;
  font-size: 18px;

  color: #014f2b;
  font-weight: bold;
  line-height: 1.667;
  font-weight: 600;
  text-align: center;
}
.cr-services .cr-services-contain h3 {
  margin-bottom: 5px;
  font-size: 18px;

  color: #014f2b;
  font-weight: bold;
  line-height: 1.667;
  font-weight: 600;
  text-align: center;
}
.cr-services .cr-services-contain p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-services .cr-services-contain h4 {
    font-size: 13px;
  }
  .cr-services .cr-services-contain h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .section-services::before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cr-services .cr-services-image {
    margin-bottom: 12px;
    padding: 0;
  }
  .cr-services .cr-services-contain {
    text-align: center;
  }
  .cr-services .cr-services-contain h4 {
    font-size: 15px;
  }
  .cr-services .cr-services-contain h3 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-services::before {
    width: 40px;
    height: 40px;
  }
  .section-services:before {
    display: none;
  }
}
/* Blog */
.section-blog {
  position: relative;
}
.cr-blog {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.cr-blog:hover .cr-blog-image img {
  -webkit-transform: rotate(3deg) scale(1.1);
          transform: rotate(3deg) scale(1.1);
}
.cr-blog .cr-blog-content {
  padding: 24px;
  text-align: left;
}
.cr-blog .cr-blog-content span {

  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #7a7a7a;
}
.cr-blog .cr-blog-content span code {

  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.cr-blog .cr-blog-content h5 {
  margin-top: 5px;

  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: #2b2b2d;
}
.cr-blog .cr-blog-content a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;

  font-size: 14px;
  font-weight: 300;
  line-height: 1.875;
  color: #777;
}
.cr-blog .cr-blog-content a:hover {
  color: #64b496;
}
.cr-blog .cr-blog-content .read {
  position: relative;

  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  color: #64b496;
}
.cr-blog .cr-blog-content .read::after {
  position: absolute;
  font-family: remixicon;
  content: "\ea6c";
  font-size: 16px;
  line-height: 1.2;
  top: 0;
  right: -20px;
}
.cr-blog .cr-blog-image {
  position: relative;
  overflow: hidden;
}
.cr-blog .cr-blog-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cr-blog .cr-blog-image .cr-blog-date {
  padding: 15px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  z-index: 2;
}
.cr-blog .cr-blog-image .cr-blog-date span {

  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  display: -ms-grid;
  display: grid;
  text-align: center;
}
.cr-blog .cr-blog-image .cr-blog-date span code {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  .cr-blog .cr-blog-content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .section-blog::before {
    width: 50px;
    height: 60px;
  }
  .section-blog::after {
    width: 50px;
    height: 60px;
  }
  .cr-blog .cr-blog-content h5 {
    font-size: 15px;
  }
  .cr-blog .cr-blog-image .cr-blog-date {
    bottom: 15px;
    right: 15px;
  }
  .cr-blog .cr-blog-image .cr-blog-date span {
    font-size: 17px;
  }
  .cr-blog .cr-blog-image .cr-blog-date span code {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-blog .cr-blog-content h5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-blog .cr-blog-content h5 {
    font-size: 18px;
  }
  .section-blog:before, .section-blog:after {
    display: none;
  }
}
/* Blog */
.quickview-modal .modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.quickview-modal .modal-body {
  padding: 24px !important;
}

.cr-close-model {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}

.zoom-image-hover {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f8;
  border-radius: 5px;
  cursor: crosshair;
}
.zoom-image-hover img {
  width: 100%;
}

.modal-border-image {
  border: 1px solid #e9e9e9;
}

.cr-size-and-weight-contain {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.cr-size-and-weight-contain p {
  font-size: 14px;
}
.cr-size-and-weight-contain h2.heading {
  margin: 0 0 15px 0;
  display: block;
  color: #2b2b2d;
  font-size: 22px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}

.cr-size-and-weight {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price span.new-price {

  font-size: 20px;
  font-weight: 600;
  line-height: 1.167;
  color: #64b496;
}
.cr-size-and-weight .cr-product-price span.old-price {

  font-size: 16px;
  text-decoration: line-through;
  line-height: 1.75;
  color: #999;
}
.cr-size-and-weight .cr-review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .cr-review-star p {
  font-size: 14px;
}
.cr-size-and-weight .cr-review-star .cr-star {
  margin-right: 10px;
}
.cr-size-and-weight .cr-review-star .cr-star i {
  font-size: 16px;
  color: #f5885f;
}
.cr-size-and-weight .cr-size-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.cr-size-and-weight .cr-size-weight h5 {
  margin-bottom: 0;

  font-size: 16px;
  line-height: 1.556;
  color: #2b2b2d;
}
.cr-size-and-weight .cr-size-weight .cr-kg {
  padding-left: 10px;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
  background-color: #64b496;
  color: #fff;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul li {
  margin: 2px;
  padding: 5px 10px;

  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: #777;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cr-size-and-weight .cr-add-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cr-size-and-weight .cr-add-card .cr-qty-main input {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main button {
  height: 18px;
  width: 18px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  line-height: 0;
}
.cr-size-and-weight .cr-add-card .cr-qty-main .minus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cr-size-and-weight .cr-add-card .cr-add-button {
  margin-left: 15px;
}

@media only screen and (max-width: 991px) {
  /* model */
  .quickview-modal .modal-dialog {
    max-width: 720px;
    width: 720px;
    height: auto;
  }
  .cr-size-and-weight-contain h2.heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  /* model */
  .quickview-modal .modal-dialog {
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 30px 15px;
    margin: 0 auto;
  }
  .cr-size-and-weight-contain {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 380px) {
  .cr-size-and-weight .cr-size-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cr-size-and-weight .cr-size-weight .cr-kg {
    padding: 10px 0 0 0;
  }
}
/* pages */
/* Products-page */
.cr-product-card {
  height: 470px;
  padding: 12px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-product-card:hover .cr-product-image .cr-side-view {
  right: 12px;
  opacity: 1;
}
.cr-product-card .cr-product-image {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.cr-product-card .cr-product-image .cr-side-view {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 20;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 15px;
  right: -40px;
  display: -ms-grid;
  display: grid;
  opacity: 0;
}
.cr-product-card .cr-product-image .cr-side-view a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
}
.cr-product-card .cr-product-image .cr-side-view a:last-child {
  margin-top: 5px;
}
.cr-product-card .cr-product-image .cr-side-view a i {
  font-size: 18px;
  line-height: 10px;
}
.cr-product-card .cr-product-image .cr-side-view .wishlist.active {
  background-color: #64b496;
  color: #fff;
}
.cr-product-card .cr-product-image .cr-image-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
.cr-product-card .cr-product-image .cr-image-inner img {
  width: 100%;
  border-radius: 5px;
}
.cr-product-card .cr-product-image .cr-shopping-bag {
  height: 35px;
  width: 35px;
  position: absolute;
  bottom: -16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f8;
  border: 1px solid #e9e9e9;
  border-radius: 100%;
}
.cr-product-card .cr-product-image .cr-shopping-bag i {
  color: #64b496;
}
.cr-product-card .cr-product-image .cr-shopping-bag.active {
  background-color: #64b496;
  border: 1px solid #64b496;
}
.cr-product-card .cr-product-image .cr-shopping-bag.active i {
  color: #fff;
}
.cr-product-card .cr-product-image .cr-remove-product {
  margin-bottom: 5px !important;
  background-color: #000 !important;
  color: #fff;
}

.cr-product-details {
  padding-top: 10px;
  text-align: left;
  overflow: hidden;
}  
.cr-product-details h2 {
    font-size: 13px;
  }
.cr-product-details h3 {
    font-size: 14px;
    color: #013d22;
  }
.cr-product-details .cr-brand a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  font-size: 13px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-product-details .cr-brand a:hover {
  color: #64b496;
}
.cr-product-details .cr-star {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-product-details .cr-star p {
  margin-left: 5px;
  color: #999;
  font-size: 11px;
  line-height: 10px;
}
.cr-product-details .cr-star i {
  margin: 0 1px;
  font-size: 15px;
  color: #f5885f;
}
.cr-product-details .cr-promo {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.cr-product-details .cr-promo p {
  color: #013d22;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.cr-product-details .cr-promo i {
  margin: 0 1px;
  font-size: 15px;
  color: #f5885f;
}
.cr-product-details .cr-short {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
.cr-product-details .cr-short p {
  color: #013d22;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.cr-product-details a.title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;

  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #013d22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.cr-product-details a.title:hover {
  color: #64b496;
}
.cr-product-details p.cr-price {
  font-size: 16px;
  line-height: 1.75;
}
.cr-product-details p.cr-price .new-price {
  color: red;
  font-weight: 700;
}
.cr-product-details p.cr-price .old-price {
  margin-left: 5px;
  font-size: 13px;
  text-decoration: line-through;
}

.cr-product-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.cr-product-info ul {
  margin: 0;
  padding: 0;
}
.cr-product-info ul li {
  padding: 5px 0;
  list-style: none;
  font-size: 14px;
  color: #777;
}

.cr-size-and-weight-contain {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
}
.cr-size-and-weight-contain h2.heading {
  margin: 0 0 15px 0;
  display: block;
  color: #2b2b2d;
  font-size: 22px;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 500;
}
.cr-size-and-weight-contain p {
  font-size: 14px;
}
.cr-size-and-weight-contain h4 {
  font-size: 16px;
  font-weight: 500;
}
.cr-size-and-weight-contain h5 {
  font-size: 12px;
  font-weight: 400;
}

.cr-size-and-weight {
  padding-top: 20px;
}
.cr-size-and-weight .list ul {
  margin-top: 15px;
  padding: 0;
}
.cr-size-and-weight .list ul li {
  padding: 5px 0;
  color: #777;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .list ul li label {
  min-width: 100px;
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-size-and-weight .cr-review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .cr-review-star .cr-star {
  margin-right: 10px;
}
.cr-size-and-weight .cr-review-star .cr-star i {
  font-size: 16px;
  color: #f5885f;
}
.cr-size-and-weight .cr-review-star p {
  font-size: 15px;
}
.cr-size-and-weight .cr-product-price {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price span.new-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.167;
  color: red;
}
.cr-size-and-weight .cr-product-price span.old-price {

  font-size: 16px;
  text-decoration: line-through;
  line-height: 1.75;
  color: #7a7a7a;
}
.cr-size-and-weight .cr-product-promo {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-promo h3 {
  line-height: 1.167;
}
.cr-size-and-weight .cr-product-promo h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.167;
  color: #014f2b;
}
.cr-size-and-weight .cr-product-promo h4 {

  font-size: 16px;
  text-decoration: line-through;
  line-height: 1.75;
  color: #7a7a7a;
}
.cr-size-and-weight .cr-size-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.cr-size-and-weight .cr-size-weight h5 {
  margin-bottom: 0;

  font-size: 16px;
  line-height: 1.556;
  color: #2b2b2d;
}
.cr-size-and-weight .cr-size-weight .cr-kg {
  padding-left: 10px;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul li {
  margin: 2px;
  padding: 5px 10px;

  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: #777;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
  background-color: #64b496;
  color: #fff;
}
.cr-size-and-weight .cr-add-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cr-size-and-weight .cr-add-card .cr-qty-main input {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main button {
  height: 18px;
  width: 18px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  line-height: 0;
}
.cr-size-and-weight .cr-add-card .cr-qty-main .minus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cr-size-and-weight .cr-add-card .cr-add-button {
  margin-left: 15px;
}
.cr-size-and-weight .cr-add-card .cr-card-icon {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .cr-add-card .cr-card-icon a {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.cr-size-and-weight .cr-add-card .cr-card-icon a i {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-size-and-weight .cr-add-card .cr-card-icon a i:hover {
  background-color: #64b496;
  color: #fff;
}

.thumb-image {
  margin: 0 -6px;
}

.thumbnail-image .thumbImg {
  margin: 0 6px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thumbnail-image .thumbImg img {
  width: 100%;
  padding: 2px;
  border-radius: 5px;
}

.vehicle-detail-banner {
  height: 100%;
}
.vehicle-detail-banner .banner-slider {
  position: sticky;
  top: 30px;
}

.zoom-image-hover {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #f7f7f8;
  border-radius: 5px;
  cursor: crosshair;
}
.zoom-image-hover img {
  width: 100%;
  display: block;
  margin: auto;
}

.vehicle-detail-banner .banner-slider .slider-for {
  padding-bottom: 15px;
}

.cr-paking-delivery {
  margin-top: 40px;
  padding: 14px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-paking-delivery .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.cr-paking-delivery .nav-tabs .nav-item {
  margin-right: 30px;
  position: relative;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link {
  margin-bottom: 25px;
  padding: 0;

  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  color: #2b2b2d;
  border: 0;
  text-align: left;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #64b496;
  left: 0;
  right: auto;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  background-color: #64b496;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link.active {
  color: #64b496;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link.active::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #64b496;
  left: 0;
  right: auto;
}
.cr-paking-delivery .cr-tab-content .list ul {
  margin-top: 30px;
  margin-bottom: -5px;
  padding: 0;
}
.cr-paking-delivery .cr-tab-content .list ul li {
  padding: 5px 0;
  color: #777;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-paking-delivery .cr-tab-content .list ul li label {
  min-width: 100px;
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-paking-delivery .cr-tab-content .cr-description {
  padding-top: 30px;
  text-align: left;
}
.cr-paking-delivery .cr-tab-content .cr-description p {
  font-size: 14px;
}
.cr-paking-delivery .cr-tab-content .cr-description h2 {
  font-size: 18px;
  font-weight: 600;
}
.cr-paking-delivery .cr-tab-content .cr-description h3 {
  font-size: 16px;
  font-weight: 500;
}
.cr-paking-delivery .cr-tab-content .cr-description a.title {
  font-size: 18px;
  font-weight: 700;
  color: #014f2b;
  padding-bottom: 20px;
}
.cr-paking-delivery .cr-tab-content h4.heading {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;

  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #2b2b2d;
  border-bottom: 1px solid #e9e9e9;
}

.cr-tab-content-from {
  padding-top: 30px;
}
.cr-tab-content-from h4.heading {

  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #2b2b2d;
  padding-bottom: 10px;
}
.cr-tab-content-from .cr-ratting-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-tab-content-from .cr-ratting-star span {

  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.75;
  margin-right: 10px;
}
.cr-tab-content-from .cr-ratting-star .cr-t-review-rating {
  margin-bottom: 20px;
}
.cr-tab-content-from .cr-ratting-star .cr-t-review-rating i {
  font-size: 19px;
  letter-spacing: -5px;
}
.cr-tab-content-from .cr-ratting-star .cr-t-review-rating .ri-star-s-fill {
  color: #f5885f;
}
.cr-tab-content-from .cr-ratting-star .cr-t-review-rating .ri-star-s-line {
  color: #999;
}
.cr-tab-content-from .cr-ratting-input:not(:last-child) {
  margin-bottom: 10px;
}
.cr-tab-content-from .cr-ratting-input input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 5px 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #777;
  font-size: 14px;
}
.cr-tab-content-from .cr-ratting-input textarea {
  height: 150px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #777;
  outline: none;
}
.cr-tab-content-from .post {
  margin-bottom: 30px;
}
.cr-tab-content-from .post .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-tab-content-from .post .content img {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 5px;
}
.cr-tab-content-from .post .content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-tab-content-from .post .content .details .date {
  margin-bottom: 10px;
  font-size: 13px;
  color: #777;
}
.cr-tab-content-from .post .content .details .name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
}
.cr-tab-content-from .post .content .details .tnc {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
  color: #014f2b;
}
.cr-tab-content-from .post p {
  padding-left: 74px;
}
.cr-tab-content-from .post .cr-t-review-rating {
  margin-left: auto;
  margin-bottom: 20px;
}
.cr-tab-content-from .post .cr-t-review-rating i {
  font-size: 19px;
  letter-spacing: 0;
}
.cr-tab-content-from .post .cr-t-review-rating .ri-star-s-fill {
  color: #f5885f;
  letter-spacing: -5px;
}
.cr-tab-content-from .post .cr-t-review-rating .ri-star-s-line {
  color: #999;
}

.modal-border-image {
  border: 1px solid #e9e9e9;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-paking-delivery .nav-tabs .nav-item .nav-link {
    font-size: 18px;
  }
  .cr-size-and-weight-contain h2.heading {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .cr-product-details {
    padding-top: 20px;
  }
  .cr-product-details h5 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .cr-product-details p.cr-price {
    font-size: 14px;
  }
  .cr-product-details p.cr-price .old-price {
    font-size: 12px;
  }
  .cr-size-and-weight .cr-size-weight h5 {
    min-width: 100px;
    font-size: 14px;
  }
  .cr-size-and-weight .cr-size-weight .cr-kg ul li {
    font-size: 12px;
    margin-right: 5px;
  }
  .cr-add-button .cr-button {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-product-card .cr-product-image .cr-side-view {
    right: 12px;
  }
  .cr-product-card .cr-product-image .cr-image-inner {
    pointer-events: none;
  }
  .cr-size-and-weight-contain h2.heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-paking-delivery .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }
  .cr-size-and-weight .cr-product-price span.new-price {
    font-size: 22px;
  }
  .cr-size-and-weight-contain {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-paking-delivery .nav-tabs .nav-item .nav-link {
    margin-bottom: 15px;
  }
  .cr-paking-delivery .nav-tabs .nav-item .nav-link.active:after {
    display: none;
  }
  /* model */
  .cr-model .cr-modal-dialog {
    max-width: 400px;
    width: 400px;
  }
  .cr-tab-content-from .post p {
    padding: 0;
  }
  .cr-tab-content-from .post .cr-t-review-rating {
    margin: 0 0 24px 0;
  }
  .cr-tab-content-from .post .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cr-tab-content-from .post .content img {
    margin: 0 0 24px 0;
  }
  .cr-size-and-weight .cr-product-price span.new-price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cr-product-box,
  .cr-product-card {
    width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  .cr-add-button {
    display: none;
  }
  .cr-size-and-weight .cr-review-star p {
    display: none;
  }
  .cr-size-and-weight .cr-size-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cr-size-and-weight .cr-size-weight .cr-kg {
    padding: 10px 0 0 0;
  }
}
/* Shop */
.cr-shop-bredekamp {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7f7f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-shop-bredekamp .cr-toggle a {
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-shop-bredekamp .cr-toggle .shop_side_view {
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle .shop_side_view i {
  font-size: 20px;
}
.cr-shop-bredekamp .cr-toggle .gridCol {
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle .gridCol i {
  font-size: 20px;
}
.cr-shop-bredekamp .cr-toggle .gridRow {
  border: none;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle .gridRow i {
  font-size: 20px;
}
.cr-shop-bredekamp .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.cr-shop-bredekamp .center-content span {
  padding: 0 12px;

  font-size: 14px;
  line-height: 1.875;
  color: #7a7a7a;
}

/* right-view */
.cr-shop-sideview {
  padding: 10px;
  background-color: #f7f7f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  position: sticky;
  top: 30px;
}

h4.cr-shop-sub-title {
  margin-bottom: 0px;
  padding-bottom: 10px;

  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #014f2b;
  text-transform: capitalize;
}

h4.cr-shop-sub-price {
  padding-bottom: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: red;
}

h4.cr-shop-title {
  padding-top: 10px;
  padding-bottom: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #014f2b;
}

.cr-checkbox {
  padding-top: 28px;
}
.cr-checkbox .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cr-checkbox .checkbox-group:not(:last-child) {
  margin-bottom: 15px;
}
.cr-checkbox .checkbox-group input {
  height: initial;
  width: initial;
  margin-bottom: 0;
  padding: 0;
  display: none;
  cursor: pointer;
}
.cr-checkbox .checkbox-group input:checked + label:after {
  width: 6px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #64b496;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cr-checkbox .checkbox-group label {
  position: relative;

  font-size: 14px;
  color: #7a7a7a;
  cursor: pointer;
  text-transform: capitalize;
}
.cr-checkbox .checkbox-group label::before {
  margin-right: 10px;
  margin-top: -4px;
  padding: 8px;
  content: "";
  background-color: transparent;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
.cr-checkbox .checkbox-group span {

  font-size: 12px;
  color: #7a7a7a;
  position: absolute;
  right: 0;
}

.cr-shop-price {
  padding-top: 25px;
}
.cr-shop-price .price-range-slider {
  width: 100%;
  margin-top: 30px;
}
.cr-shop-price .price-range-slider .range-value {
  margin: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-shop-price .price-range-slider .range-value label {

  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
}
.cr-shop-price .price-range-slider .range-value input {
  width: calc(100% - 50px);
  padding-left: 6px;
  background: none;

  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #7a7a7a;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
}
.cr-shop-price .price-range-slider .range-bar {
  height: 3px;
  width: 100%;
  margin-left: 8px;
  border: none;
  background-color: #e9e9e9;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-range {
  background-color: #64b496;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-handle {
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 25px;
  background-color: #64b496;
  border: none;
  top: -0.3em;
  cursor: pointer;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-handle + span {
  background-color: #64b496;
}

.cr-shop-color {
  padding-top: 25px;
}
.cr-shop-color span {
  height: 20px;
  width: 20px;
  border-radius: 5px;
}
.cr-shop-color .blue {
  background-color: #6c9eff;
}
.cr-shop-color .yellow {
  background-color: #dede44;
}
.cr-shop-color .red {
  background-color: #fb5555;
}
.cr-shop-color .green {
  background-color: #64b496;
}

.cr-shop-weight {
  padding-top: 25px;
}

.cr-shop-tags {
  padding-top: 25px;
}
.cr-shop-tags .cr-shop-tags-inner {
  padding-top: 25px;
}

ul.cr-tags {
  margin: -5px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.cr-tags li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 32px;
  padding: 0 15px;
  margin: 5px;
  border-radius: 5px;

  font-size: 14px;
  background-color: #014f2b;
  color: #fff;
  border: 1px solid #e9e9e9;
  line-height: 30px;
  display: inline-block;
  text-decoration: none;
  text-transform: capitalize;
}
ul.cr-tags li a:hover {
  color: #fff;
  background-color: #64b496;
  border: 1px solid #64b496;
}

.cr-product-details p.text {
  margin-bottom: 10px;
  display: none;
  text-align: left;
}
.cr-product-details ul.list {
  display: none;
}

/* Grid */
.col-100.col-size .cr-product-box {
  width: 100%;
}
.col-100.col-size .cr-product-box .cr-product-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-image {
  max-width: 300px;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-image .cr-shopping-bag {
  right: 12px;
  bottom: 12px;
  background-color: #fff;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-image .cr-shopping-bag.active {
  background-color: #64b496;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details {
  width: calc(100% - 300px);
  padding: 12px 12px 12px 24px;
  text-align: left;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details .cr-brand a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details .cr-brand .cr-star {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details a.title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details ul.list {
  padding: 0;
  display: block;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details ul.list li {
  padding: 5px 0;
  list-style: none;
  color: #777;
}
.col-100.col-size .cr-product-box .cr-product-card .cr-product-details ul.list li label {
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 500;
}

.col-50.col-size .cr-product-box {
  width: 50%;
}
.col-50.col-size .cr-product-box .cr-product-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-image {
  max-width: 300px;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-image .cr-shopping-bag {
  right: 12px;
  bottom: 12px;
  background-color: #fff;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-image .cr-shopping-bag.active {
  background-color: #64b496;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details {
  padding: 12px 12px 12px 24px;
  text-align: left;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details .cr-brand a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details .cr-brand .cr-star {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details a.title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details ul.list {
  padding: 0;
  display: block;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details ul.list li {
  padding: 5px 0;
  list-style: none;
  color: #777;
}
.col-50.col-size .cr-product-box .cr-product-card .cr-product-details ul.list li label {
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 500;
}

/* full Width */
.filter-sidebar-overlay {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.cr-shop-leftside {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: -370px;
  overflow-x: auto;
  z-index: 21;
}

.cr-shop-leftside-active {
  left: 0;
}

.active-grid {
  background-color: #64b496 !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: 1px solid #e9e9e9 !important;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-shop-price .price-range-slider .range-value label {
    font-size: 14px;
  }
  .cr-shop-price .price-range-slider .range-value input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-checkbox {
    padding-top: 30px;
  }
  h4.cr-shop-sub-title {
    font-size: 18px;
  }
  .col-50.col-size .cr-product-box {
    width: 100%;
  }
  .col-50.col-size .cr-product-box .cr-product-card .cr-product-image {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .cr-shop-bredekamp .center-content span {
    display: none;
  }
  .col-100.col-size .cr-product-box .cr-product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-100.col-size .cr-product-box .cr-product-card .cr-product-image {
    max-width: 100%;
  }
  .col-100.col-size .cr-product-box .cr-product-card .cr-product-details {
    width: 100%;
    padding: 24px 0 0 0;
  }
  .col-50.col-size .cr-product-box {
    width: 100%;
  }
  .col-50.col-size .cr-product-box .cr-product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .col-50.col-size .cr-product-box .cr-product-card .cr-product-image {
    max-width: 100%;
  }
  .col-50.col-size .cr-product-box .cr-product-card .cr-product-details {
    width: 100%;
    padding: 24px 0 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .cr-shop-bredekamp .center-content span {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .cr-shop-bredekamp .cr-toggle .shop_side_view {
    margin-right: 7px;
  }
  .cr-shop-bredekamp .cr-toggle .gridCol {
    margin-right: 7px;
  }
}
/* Blog-classic */
.cr-blog-classic {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-blog-classic:not(:last-child) {
  margin-bottom: 24px;
}
.cr-blog-classic .cr-blog-classic-content {
  padding: 24px;
  text-align: left;
}
.cr-blog-classic .cr-blog-classic-content .cr-comment {
  padding-bottom: 10px;
}
.cr-blog-classic .cr-blog-classic-content .cr-comment span {

  font-size: 12px;
  color: #64b496;
  line-height: 1;
}
.cr-blog-classic .cr-blog-classic-content .cr-comment span code {

  font-size: 12px;
  color: #7a7a7a;
}
.cr-blog-classic .cr-blog-classic-content h4 {
  margin-bottom: 0px;
  padding-bottom: 15px;

  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2d;
}
.cr-blog-classic .cr-blog-classic-content p {
  padding-bottom: 10px;
  font-size: 14px;
}
.cr-blog-classic .cr-blog-classic-content a {

  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  text-transform: uppercase;
  color: #64b496;
  position: relative;
}
.cr-blog-classic .cr-blog-classic-content a::after {
  font-family: remixicon;
  content: "\ea6c";
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: -20px;
}
.cr-blog-classic .cr-blog-image {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cr-blog-classic .cr-blog-image img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cr-blog-classic .cr-blog-image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cr-blog-sideview {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  position: sticky;
  top: 30px;
}
.cr-blog-sideview .cr-serch-box {
  padding-bottom: 25px;
}
.cr-blog-sideview .cr-serch-box .cr-search {
  position: relative;
}
.cr-blog-sideview .cr-serch-box .cr-search input {
  width: 100%;
  height: 44px;
  padding-left: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  outline: none;
}
.cr-blog-sideview .cr-serch-box .cr-search input::-webkit-input-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-blog-sideview .cr-serch-box .cr-search input::-moz-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-blog-sideview .cr-serch-box .cr-search input:-ms-input-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-blog-sideview .cr-serch-box .cr-search input::-ms-input-placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-blog-sideview .cr-serch-box .cr-search input::placeholder {

  font-size: 14px;
  color: #7a7a7a;
}
.cr-blog-sideview .cr-serch-box .cr-search input:focus-visible {
  border: 1px solid #e9e9e9;
}
.cr-blog-sideview .cr-serch-box .cr-search .search-btn {
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #64b496;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cr-blog-sideview .cr-serch-box .cr-search .search-btn i {
  font-size: 14px;
  color: #fff;
}
.cr-blog-sideview .blog-heading {
  padding-bottom: 20px;
}
.cr-blog-sideview .blog-heading h4 {
  margin-bottom: 0;

  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #2b2b2d;
}

.cr-blog-categories-content {
  padding-bottom: 30px;
}
.cr-blog-categories-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cr-blog-categories-content ul li {
  padding: 12px;
  position: relative;

  font-size: 14px;
  line-height: 1;
  color: #7a7a7a;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-blog-categories-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.cr-blog-categories-content ul li span {
  position: absolute;
  right: 12px;
  font-size: 11px;

  color: #7a7a7a;
  line-height: 1;
}

.cr-blog-recent-post {
  margin-bottom: 30px;
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-blog-recent-post .cr-blog-recent-image {
  position: relative;
}
.cr-blog-recent-post .cr-blog-recent-image img {
  width: 100%;
  border-radius: 5px;
}
.cr-blog-recent-post .cr-blog-recent-content {
  margin-top: 12px;
  text-align: center;
}
.cr-blog-recent-post .cr-blog-recent-content span {

  font-size: 13px;
  color: #64b496;
  line-height: 2.5;
}
.cr-blog-recent-post .cr-blog-recent-content h4 {
  margin-bottom: 0px;
  padding-bottom: 5px;

  font-size: 14px;
  font-weight: bold;
  color: #2b2b2d;
}
.cr-blog-recent-post .cr-blog-recent-content p {
  font-size: 13px;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  .cr-blog-categories-content ul li {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input {
    padding-left: 8px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input::-moz-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input:-ms-input-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input::-ms-input-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-blog-categories-content ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-blog-classic .cr-blog-classic-content {
    padding: 30px;
  }
  .cr-blog-classic .cr-blog-classic-content h4 {
    font-size: 14px;
  }
  .cr-blog-classic .cr-blog-classic-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  .cr-blog-classic .cr-blog-classic-content {
    padding: 5px;
  }
}
/* Blog-details */
.cr-blog-details .cr-blog-details-content .cr-admin-date {
  padding-bottom: 15px;
}
.cr-blog-details .cr-blog-details-content .cr-admin-date span {

  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #7a7a7a;
}
.cr-blog-details .cr-blog-details-content .cr-admin-date span code {

  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #64b496;
}
.cr-blog-details .cr-blog-details-content .cr-banner h2 {
  text-align: left;
}
.cr-blog-details .cr-blog-details-content p {
  font-size: 14px;
}

.cr-tags.blog {
  margin: 0;
}

.cr-blog-inner-cols .blog-img {
  position: relative;
}
.cr-blog-inner-cols .blog-img img {
  width: 100%;
  border-radius: 5px;
}
.cr-blog-inner-cols .cr-blog-inner-content {
  margin-top: 15px;
  position: relative;
}
.cr-blog-inner-cols .cr-blog-inner-content::after {
  font-family: remixicon;
  content: "\ea67";
  font-size: 24px;
  line-height: 1.2;
  color: #64b496;
  position: absolute;
  top: 0;
  left: 0;
}
.cr-blog-inner-cols .cr-blog-inner-content p {
  padding-left: 35px;

  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  color: #2b2b2d;
}

.cr-blog-details-message {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  position: relative;
}
.cr-blog-details-message::after {
  font-family: remixicon;
  content: "\ef46";
  font-size: 60px;
  line-height: 1.2;
  color: #64b496;
  position: absolute;
  opacity: 0.5;
  bottom: 10px;
  right: 10px;
  line-height: 46px;
}
.cr-blog-details-message p {
  padding-bottom: 15px;

  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #2b2b2d;
}
.cr-blog-details-message h5.title {
  margin-bottom: 0px;

  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #64b496;
}

.cr-blog-details-paragrap {
  margin-top: 10px;
}
.cr-blog-details-paragrap p {

  font-size: 14px;
  color: #000000e3;
  line-height: 1.867;
}
.cr-blog-details-paragrap h2 {
  font-size: 16px;
}
.cr-blog-details-paragrap h3 {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.cr-blog-details-tags {
  margin-top: 20px;
}
.cr-blog-details-tags .cr-details-tags {
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background: #fff;
}
.cr-blog-details-tags .cr-details-tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-blog-details-tags .cr-details-tags span {
  margin-right: 10px;

  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #2b2b2d;
}
.cr-blog-details-tags .cr-details-tags .cr-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.cr-blog-details-tags .cr-details-tags .cr-logo a {
  width: 32px;
  height: 32px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .cr-blog-details-message::after {
    font-size: 40px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-blog-inner-cols .cr-blog-inner-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .cr-blog-inner-cols .cr-blog-inner-content::after {
    display: none;
  }
  .cr-blog-inner-cols .cr-blog-inner-content p {
    padding-left: 0;
  }
  .cr-blog-inner-cols .cr-blog-inner-content p {
    font-size: 12px;
  }
  .cr-blog-details-message p {
    font-size: 12px;
  }
  .cr-blog-details-message::after {
    right: 20px;
  }
}
/* Faq */

/**  Responsive  **/
/* About */
.cr-about {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cr-about h4.heading {
  margin-bottom: 16px;

  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.cr-about-content {
  padding-top: 5px;
}
.cr-about-content p {
  font-size: 14px;
}
.cr-about-content h3 {
  font-size: 16px;
  font-weight: 600;
  color: #014f2b;
}
.cr-about-content p:not(:last-child) {
  margin-bottom: 24px;
}
.cr-about-content .elementor-counter {
  margin-top: 24px;
  padding: 24px;
  background-color: #f7f7f8;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}
.cr-about-content h4.elementor {

  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #7a7a7a;
  text-align: center;
  letter-spacing: 0px;
}
.cr-about-content .elementor-counter-number {
  color: #64b496;
}
.cr-about-content .elementor-counter-title {
  text-align: center;
}
.cr-about-content .elementor-counter-title span {

  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  .cr-about-content h4.elementor {
    font-size: 45px;
  }
  .cr-about-content .elementor-counter-title span {
    font-size: 15px;
  }
  .cr-about h4.heading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-about-content p {
    display: block;
  }
  .cr-about h4.heading {
    font-size: 25px;
    line-height: 35px;
  }
  .cr-about-content h4.elementor {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-about h4.heading {
    font-size: 22px;
    line-height: 32px;
  }
  .cr-about-content h4.elementor {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .margin-575:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* contact-us */

iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.cr-content-form .form-group {
  margin-bottom: 24px;
}
.cr-content-form .form-group .cr-form-control {
  width: 100%;
  padding: 0.575rem 0.75rem;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  border: 1px solid #e9e9e9;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
}
.cr-content-form .form-group .cr-form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control::-moz-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control::placeholder {
  font-size: 14px;
  color: #777;
}

/* Responsive */
/* cart */
.cr-table-content table {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-table-content table thead tr {
  border: 1px solid #e9e9e9;
}
.cr-table-content table thead tr th {
  padding: 15px;
  border-top: medium none;
  color: #444;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
  background-color: #e9e9e9;
}
.cr-table-content table tbody tr {
  border-bottom: 1px solid #e9e9e9;
}
.cr-table-content table tbody tr .cr-cart-name {
  width: 40%;
}
.cr-table-content table tbody tr .cr-cart-name a {
  color: #444;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-table-content table tbody tr .cr-op-name {
  width: 25%;
}
.cr-table-content table tbody tr .cr-op-name a {
  color: #444;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.6px;
}
.cr-table-content table tbody tr .cr-cs-title {
  width: 80%;
}
.cr-table-content table tbody tr .cr-cs-title a {
  color: #444;
  font-weight: 500;
  text-decoration: none;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-table-content table tbody tr .cr-op-content {
  color: #444;
  font-size: 13px;
  font-weight: 500;
}
.cr-table-content table tbody tr .cr-cs-price {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  color: red;
}
.cr-table-content table tbody tr .cr-cart-price {
  color: red;
  font-size: 15px;
  font-weight: 500;
}
.cr-table-content table tbody tr .cr-cart-promo {
  color: #06642b;
  font-size: 13px;
  font-weight: 500;
}
.cr-table-content table tbody tr .cr-cart-subtotal {
  color: #555;
  font-weight: 500;
  font-size: 15px;
}
.cr-table-content table tbody tr .cr-cart-remove {
  width: 90px;
  text-align: right;
}
.cr-table-content table tbody tr .cr-cart-remove a {
  margin: 0 auto;
  color: #555;
}
.cr-table-content table tbody tr .cr-cart-remove a:hover {
  color: #fb5555;
}
.cr-table-content table tbody tr .cr-cart-remove a i {
  font-size: 22px;
}
.cr-table-content table tbody tr td {
  padding: 14px 14px;
  color: #333333;
  font-size: 13px;
  text-align: left;
  background-color: #fff;
}
.cr-table-content table tbody tr td .cr-cs-img {
  width: 60px;
  margin-right: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.cr-cart-qty {
  text-align: center;
}
.cr-cart-qty .cart-qty-plus-minus {
  width: 80px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-cart-qty .cart-qty-plus-minus input {
  width: 30px;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  color: #444;
  border: medium none;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  height: auto;
  text-align: center;
  outline: none;
}
.cr-cart-qty .cart-qty-plus-minus button {
  height: 25px;
  width: 25px;
  margin-top: -2px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cr-cart-update-bottom {
  padding: 5px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cr-cart-update-bottom a.cr-links {
  color: #444;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .cr-cart-content {
    overflow-x: scroll;
  }
  .cr-cart-content .row {
    width: 700px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-cart-view .cr-cart-inner {
    width: 300px;
  }
}
@media only screen and (max-width: 360px) {
  .cr-cart-view .cr-cart-inner {
    width: 280px;
  }
}
/* Login */
.cr-login {
  max-width: 400px;
  margin: auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-login .cr-content-form .form-group label {
  margin-bottom: 9px;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.cr-login .cr-content-form .remember {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 15px;
}
.cr-login .cr-content-form .remember input {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.cr-login .cr-content-form .remember .link {
  color: #777;
}
.cr-login .cr-content-form .custom {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cr-login .cr-content-form .custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cr-login .cr-content-form .custom input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 11px;
  border: solid #64b496;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cr-login .cr-content-form .custom label {
  margin: 0;
  position: relative;
  cursor: pointer;
  color: #777;
  font-weight: 400;
}
.cr-login .cr-content-form .custom label:before {
  content: "";
  margin-right: 10px;
  padding: 8px;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
}
.cr-login .cr-content-form .login-buttons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cr-login .cr-content-form .login-buttons button {
  margin-right: 15px;
  padding: 8px 20px;
}
.cr-login .cr-content-form .login-buttons .link {
  padding: 8px 0;
  color: #777;
}

/* Responsive */
@media only screen and (max-width: 420px) {
  .cr-login .cr-content-form .remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .cr-login .cr-content-form .custom label {
    margin-bottom: 10px;
  }
}
/* Register */
.cr-register {
  max-width: 600px;
  margin: auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-register form .form-group label {
  margin-bottom: 9px;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.cr-register form .form-group .cr-form-control {
  font-size: 14px;
  color: #777;
}

.cr-register-buttons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cr-register-buttons button {
  margin-right: 15px;
  padding: 8px 20px;
}
.cr-register-buttons .link {
  padding: 8px 0;
  color: #777;
}

/* elemets-products */

/* elemets-typography */
.typography h1 {
  font-size: 38px;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5 {
  margin-bottom: 30px;
  font-family: "Montserrat";
}

/* elemets-buttons */

.btn {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 45px;
  padding: 0;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0;
  border: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
}

.btn-primary {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  background-color: #3474d4;
  border-color: #3474d4;
  border: 0;
}

.btn-success {
  color: #ffffff;
  background-color: #014f2b;
  border-color: #64b496;
  border-radius: 5px;
  width: 98%;
  margin-left: 5px;

}
.btn-success a {
  color: #ffffff;
  font-size: 16px;
}
.btn-success h2 {
  color: #ffffff;
  font-size: 16px;
}

.cr-btn-bw {
  margin: -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 6 */
  /* 7 */
  /* 8 */
  /* 9 */
  /* 10 */
  /* 11 */
  /* 12 */
  /* 13 */
  /* 14 */
  /* 15 */
  /* 16 */
}
.cr-btn-bw .custom-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 270px;
  height: auto;
  margin: 10px;
  padding: 10px 10px;
  outline: none;
  border: 2px solid #64b496;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 17px;
}
.cr-btn-bw .btn-4 {
  padding: 0;
  position: relative;
  color: #64b496;
  z-index: 2;
}
.cr-btn-bw .btn-4:hover {
  border: none;
}
.cr-btn-bw .btn-4:hover::before,
.cr-btn-bw .btn-4:hover ::after {
  height: 100%;
  width: 100%;
  border-color: #64b496;
}
.cr-btn-bw .btn-4::before,
.cr-btn-bw .btn-4 ::after {
  width: 0%;
  height: 0%;
  position: absolute;
  content: "";
  border: 2px solid;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cr-btn-bw .btn-4::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #64b496;
  border-left-color: #64b496;
}
.cr-btn-bw .btn-4::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #64b496;
  border-right-color: #64b496;
}

/* Wishlist */
.cr-wishlist-msg {
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-wishlist-msg {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-wishlist-msg {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-wishlist-msg {
    font-size: 18px;
  }
}
/*-------------------------------------------------
  Track Order Page CSS
---------------------------------------------------*/

/* Responsive */
/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/

.cr-sidebar-wrap {
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}
.cr-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.cr-checkout-pay-wrap [type=radio]:checked + label {
  margin-bottom: 0;
}
.cr-checkout-pay-wrap [type=radio]:not(:checked) + label {
  margin-bottom: 0;
}

.cr-check-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-check-login-form label {
  margin-bottom: 11px;
  color: #2b2b2d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.cr-check-login-form input {
  height: 50px;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  color: #2b2b2d;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}

/*-----  Checkout Page CSS  ------*/

/*-----  Sidebar Page CSS  ------*/

.cr-sidebar-wrap.cr-checkout-pay-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}
.cr-sidebar-wrap.cr-checkout-pay-wrap textarea {
  background: transparent;
  border: 1px solid #e9e9e9;
  color: #2b2b2d;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 5px;
}

/*  Responsive  */
/* Terms & Conditions */

/*  Responsive  */