@charset "UTF-8";

/* Typography */

/* Typography */

/* Manrope */

@font-face {
  font-family: "Manrope", sans-serif;
  src: url(/fonts/Manrope-ExtraLight.ttf?fc80ad19afcbea34e8dbdedb9e60bd45) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url(/fonts/Manrope-Light.ttf?d0704eb4a339c1895bf5d7a153a25c84) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url(/fonts/Manrope-Regular.ttf?d132ed5224d61c7c2c71e44cd2750999) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url(/fonts/Manrope-Medium.ttf?36bd05140475db525b9617f601c201a6) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url(/fonts/Manrope-SemiBold.ttf?be79203f7047b78f1374f8658fe01208) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url(/fonts/Manrope-Bold.ttf?2af19b388ce4f0e3617fed61faea284e) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url(/fonts/Manrope-ExtraBold.ttf?5167c303a88f05722db3b07c584cbb40) format("truetype");
  font-weight: 800;
  font-style: normal;
}

/* Poppins */

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-Thin.ttf?9ec263601ee3fcd71763941207c9ad0d) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-ExtraLight.ttf?6f8391bbdaeaa540388796c858dfd8ca) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-Light.ttf?fcc40ae9a542d001971e53eaed948410);
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-Regular.ttf?093ee89be9ede30383f39a899c485a82) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-Medium.ttf?bf59c687bc6d3a70204d3944082c5cc0) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-SemiBold.ttf?6f1520d107205975713ba09df778f93f) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-Bold.ttf?08c20a487911694291bd8c5de41315ad) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-ExtraBold.ttf?d45bdbc2d4a98c1ecb17821a1dbbd3a4) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins, sans-serif";
  src: url(/fonts/Poppins-Black.ttf?14d00dab1f6802e787183ecab5cce85e) format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* Utilities */

/* variables */

/* Font Family */

/* color */

/* border-color */

/* btn shadown */

/* shadow */

/* Mixing */

/* Components */

/* Common css */

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

a {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Poppins, sans-serif";
  color: #7a7a7a;
  line-height: 1.75;
}

.cr-banner {
  margin-bottom: 15px;
  text-align: center;
}

.cr-banner h2 {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #2b2b2d;
}

.section-title {
  margin-bottom: 30px;
}

.section-title .cr-title {
  margin-bottom: 5px;
  padding: 0 64px;
  font-family: "Manrope", sans-serif;
  font-size: 30px;
  font-weight: 800;
  color: #2b2b2d;
  letter-spacing: 0;
  line-height: 22px;
}

.title-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-2 .cr-banner {
  margin-bottom: 5px;
}

.title-2 .cr-banner h2 {
  margin: 0;
  text-align: left;
  font-size: 25px;
}

.title-2 .cr-banner-sub-title p {
  width: 100%;
  margin: 0;
  text-align: left;
}

.title-2 #dealend {
  padding: 0;
}

.title-2 .dealend-timer {
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}

.title-2 .dealend-timer .dealend-timer {
  background-color: #f7f7f8;
  border-radius: 5px;
}

.title-2 .dealend-timer .time-block {
  margin-left: 10px;
  position: relative;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  color: #2b2b2d;
}

.title-2 .dealend-timer .time-block .day {
  margin-left: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  line-height: 28px;
  color: #2b2b2d;
}

.title-2 .dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}

.title-2 .dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 5px;
  color: #2b2b2d;
}

.title-2 .cr-pro-tab-nav li {
  margin-left: 5px;
}

.title-2 .cr-pro-tab-nav li a {
  border: 1px solid #eee;
  border-radius: 5px;
  color: #2b2b2d;
  background: #fff;
}

.title-2 .cr-pro-tab-nav li a.active {
  border: 1px solid #2b2b2d;
}

.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;
}

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

.mr-15 {
  margin-right: 15px;
}

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

.cr-button {
  height: 40px;
  transition: all 0.3s ease-in-out;
  padding: 8px 22px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
  background-color: #0056b3;
  color: #fff;
  border: 1px solid #0056b3;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cr-button:hover {
  background-color: #000;
  border-color: #000;
}

.cr-btn-secondary {
  height: 40px;
  transition: all 0.3s ease-in-out;
  padding: 8px 22px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 1.2;
  background-color: #fff;
  color: #0056b3;
  border: 1px solid #0056b3;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cr-btn-secondary:hover {
  background-color: #0056b3;
  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: 50px;
  padding-bottom: 50px;
}

.p-30 {
  padding: 30px;
}

.padding-t-50 {
  padding-top: 50px;
}

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

.margin-t-50 {
  margin-top: 50px;
}

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

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

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

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

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

.w-100 {
  width: 100% !important;
}

@keyframes shadowRolling {
  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% {
    box-shadow: 100px 0 #0056b3, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }

  25% {
    box-shadow: 110px 0 #0056b3, 100px 0 #0056b3, 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }

  36% {
    box-shadow: 120px 0 #0056b3, 110px 0 #0056b3, 100px 0 #0056b3, 0px 0 rgba(121, 99, 224, 0);
  }

  50% {
    box-shadow: 130px 0 #0056b3, 120px 0 #0056b3, 110px 0 #0056b3, 100px 0 #0056b3;
  }

  62% {
    box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #0056b3, 120px 0 #0056b3, 110px 0 #0056b3;
  }

  75% {
    box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0), 130px 0 #0056b3, 120px 0 #0056b3;
  }

  87% {
    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 #0056b3;
  }

  100% {
    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 #0056b3;
  border-radius: 5px;
  display: block;
  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: #0056b3;
  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: flex;
  align-items: center;
  justify-content: center;
}

#cr-overlay .loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  color: #0056b3;
  left: -100px;
  animation: shadowRolling 2s linear infinite;
}

/* Breadcrumb */

.cr-breadcrumb-image {
  width: 100%;
  height: 70px;
  background-color: #e4f2ed;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.cr-breadcrumb-image .cr-breadcrumb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.cr-breadcrumb-image .cr-breadcrumb-title h2 {
  margin-bottom: 0;
  font-family: "Manrope", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: bold;
  color: #2b2b2d;
}

.cr-breadcrumb-image .cr-breadcrumb-title span {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #7a7a7a;
  text-transform: capitalize;
}

.cr-breadcrumb-image .cr-breadcrumb-title span a {
  color: #0056b3;
}

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

.cr-overlay-500 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}

/* Tab to top */

a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 60px;
  bottom: 16px;
  z-index: 10;
  cursor: pointer;
  border-radius: 20px;
  background-color: #fff;
  color: #0056b3;
  border: 1px solid #0056b3;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}

a.back-to-top i {
  font-size: 20px;
}

a.back-to-top:hover {
  transition: all 0.3s ease-in-out;
}

a.back-to-top .back-to-top-wrap svg {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 61px;
  bottom: 17px;
}

a.back-to-top .back-to-top-wrap svg path {
  fill: transparent;
  stroke: #0056b3;
  stroke-width: 5px;
}

.cr-pagination {
  margin-top: 24px;
  display: flex;
  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;
  box-shadow: none;
}

.cr-pagination .active > .page-link,
.cr-pagination .page-link.active {
  background-color: #0056b3;
  border-color: #0056b3;
  color: #fff;
}

/* Responsive */

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media only screen and (min-width: 1200px) {
  .cr-col-5 {
    width: 20%;
    flex: 0 0 20%;
  }
}

@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;
  }

  .padding-b-50 {
    padding-bottom: 35px;
  }

  .margin-t-50 {
    margin-top: 35px;
  }

  .margin-b-100 {
    margin-bottom: 70px;
  }

  .margin-tb-100 {
    margin: 70px 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: 35px;
  }

  .padding-b-50 {
    padding-bottom: 35px;
  }

  .margin-t-50 {
    margin-top: 35px;
  }

  .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%;
  }

  .title-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .title-2 .title-box {
    margin-right: 30px;
    margin-bottom: 15px;
  }
}

@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 {
    flex-direction: column;
  }

  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

/* Header */

header {
  height: 139px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}

.cr-fix.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  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;
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  transition: top 1s;
}

.cr-fix.menu_fixed_up .top-header {
  display: none;
}

.cr-menu-list {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.cr-menu-list .cr-category-dropdown button {
  padding: 12px 30px;
  border: none;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  background-color: #0056b3;
  border-radius: 5px;
  color: #fff;
}

.cr-menu-list .cr-category-dropdown button:after {
  margin-left: 40px;
  font-size: 16px;
  vertical-align: 2px;
}

.cr-menu-list .cr-category-dropdown button::before {
  margin-right: 20px;
  font-family: remixicon !important;
  content: "\EF31";
  font-size: 16px;
}

.cr-menu-list .cr-category-dropdown .dropdown-menu {
  transition: all 0.3s ease-in-out;
  width: 235px;
  margin-top: 20px;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
}

.cr-menu-list .cr-category-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 1px;
}

.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-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #777;
}

.cr-menu-list .cr-calling {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
}

.cr-menu-list .cr-calling i {
  padding-right: 5px;
  font-size: 20px;
}

.cr-menu-list .cr-calling a {
  font-size: 15px;
  font-weight: 500;
}

.top-header {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  grid-gap: 10px;
  justify-content: space-between;
  display: flex;
  position: relative;
  z-index: 4;
}

.top-header .cr-logo img {
  width: 115px;
  height: 35px;
}

.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 #0056b3;
  border-radius: 0;
}

.top-header .cr-search select:focus {
  box-shadow: none;
}

.top-header .cr-search input {
  width: 600px;
  height: 45px;
  padding-left: 15px;
  padding-right: 175px;
  border: 1px solid #0056b3;
  border-radius: 5px;
  outline: none;
}

.top-header .cr-search input::-moz-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #7a7a7a;
}

.top-header .cr-search input::placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #7a7a7a;
}

.top-header .cr-search .search-btn {
  width: 45px;
  background-color: #0056b3;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-header .cr-search .search-btn i {
  font-size: 14px;
  color: #fff;
}

.top-header .cr-right-bar {
  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: 400;
}

.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #0056b3;
}

.top-header .cr-right-bar .cr-right-bar-item {
  transition: 0.3s ease-in-out;
  display: flex;
  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: #0056b3;
}

.top-header .cr-right-bar .cr-right-bar-item:hover span {
  color: #0056b3;
}

.top-header .cr-right-bar .cr-right-bar-item span {
  transition: 0.3s ease-in-out;
  font-family: "Poppins, sans-serif";
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #000;
}

.top-header .cr-right-bar .cr-right-bar-item i {
  padding-right: 5px;
  font-size: 21px;
  line-height: 17px;
}

#cr-main-menu-desk.menu_fixed .cr-search,
#cr-main-menu-desk.menu_fixed .cr-category-icon-block {
  display: block;
}

#cr-main-menu-desk.menu_fixed #branchSwitcher .text {
  display: none;
}

#cr-main-menu-desk .cr-search {
  position: relative;
  display: none;
}

#cr-main-menu-desk .cr-search select {
  width: 130px;
  height: calc(100% - 2px);
  border: 0;
  position: absolute;
  top: 1px;
  right: 45px;
  font-size: 13px;
  border-left: 1px solid #0056b3;
  border-radius: 0;
}

#cr-main-menu-desk .cr-search select:focus {
  box-shadow: none;
}

#cr-main-menu-desk .cr-search input {
  height: 32px;
  padding-left: 15px;
  padding-right: 50px;
  border: 1px solid #0056b3;
  border-radius: 5px;
  outline: none;
}

#cr-main-menu-desk .cr-search input::-moz-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #7a7a7a;
}

#cr-main-menu-desk .cr-search input::placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #7a7a7a;
}

#cr-main-menu-desk .cr-search .search-btn {
  width: 45px;
  background-color: #0056b3;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cr-main-menu-desk .cr-search .search-btn i {
  font-size: 14px;
  color: #fff;
}

.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: #0056b3;
}

ul.navbar-nav li.nav-item:hover a.nav-link::before {
  width: 100%;
  background-color: #0056b3;
}

ul.navbar-nav li.nav-item a.nav-link {
  padding: 11px 8px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 500;
  color: #000;
  z-index: 1;
  position: relative;
}

ul.navbar-nav li.nav-item a.nav-link::before {
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: -6px;
  background-color: #0056b3;
  left: 0;
  right: auto;
}

ul.navbar-nav li.nav-item .dropdown-toggle {
  display: flex;
  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: flex;
  align-items: center;
  font-size: 17px;
  line-height: 15px;
}

ul.navbar-nav .dropdown .dropdown-menu {
  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;
  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 {
  transition: all 0.3s ease-in-out;
  padding: 7px 20px;
  background-color: #fff;
  position: relative;
  text-transform: capitalize;
}

ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #0056b3;
}

ul.navbar-nav .dropdown .dropdown-menu li a i {
  position: absolute;
  right: 10px;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu {
  width: 100%;
  margin-top: 15px;
  position: "absolute";
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  left: 0;
  min-width: -moz-max-content;
  min-width: max-content;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu li ul {
  width: 25%;
  margin-right: 30px;
  list-style: none;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu li ul li.menu_title a {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 5px;
  height: auto;
  text-wrap: nowrap;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu li ul li.menu_title a:hover {
  color: #555;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu li ul li a {
  color: #777777;
  text-transform: "capitalize";
  line-height: 30px;
  font-weight: 400;
  font-size: "14px";
  display: block;
  padding: 3px 0;
  border: 0;
  height: auto;
  text-wrap: nowrap;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu li ul li a:hover {
  color: #555;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu ul.ec-main-banner {
  margin-top: 20px;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu ul.ec-main-banner li {
  width: 25%;
  padding-right: 30px;
}

ul.navbar-nav .dropdown .dropdown-menu.mega-menu ul.ec-main-banner li a {
  padding: 0;
  margin: 0;
  position: "relative";
  overflow: hidden;
  height: auto;
  border-radius: 5px;
}

ul.navbar-nav .dropdown:hover .dropdown-menu {
  margin-top: 6px;
  opacity: 1;
  visibility: visible;
}

ul.navbar-nav .dropdown:hover .dropdown-menu.mega-menu {
  opacity: 1;
}

/* Category Toggle */

.cr-category-icon-block {
  padding: 5px 0;
  position: static !important;
  display: none;
}

.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: 40px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: flex;
  align-items: center;
  background-color: #0056b3;
  border-radius: 5px;
  cursor: pointer;
}

.cr-category-menu .cr-category-toggle .cr-category-toggle .cr-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
  line-height: 0;
}

.cr-cat-dropdown {
  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;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.071);
  border: 1px solid #e9e9e9;
}

.cr-cat-dropdown .cr-cat-tab {
  display: flex;
}

.cr-cat-dropdown .cr-cat-tab .cr-tab-list {
  min-width: 180px;
  margin-right: 24px;
  border-radius: 5px;
  justify-content: center;
}

.cr-cat-dropdown .cr-cat-tab button,
.cr-cat-dropdown .cr-cat-tab a {
  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: flex;
  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 {
  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: #0056b3;
  background-color: #fff;
  border-color: #0056b3;
}

.cr-cat-dropdown .cr-cat-tab button.active i {
  color: #0056b3;
}

.cr-cat-dropdown .cr-cat-tab .tab-content {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.cr-cat-dropdown .cr-cat-tab .tab-content .tab-list {
  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: #0056b3;
  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 {
  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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #e9e9e9;
}

.cr-side-cart .cr-menu-title .menu-title {
  font-size: 18px;
  font-weight: 600;
  color: #0056b3;
}

.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 .cr-menu-box {
  height: 45px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: #eee;
}

.cr-side-cart .cr-menu-box::-moz-placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

.cr-side-cart .cr-menu-box::placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

.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: flex;
  justify-content: 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 {
  transition: all 0.5s ease 0s;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #444;
}

.cr-side-cart ul li .sub-menu {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 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;
  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;
  transition: 0.3s ease-in-out;
}

.cr-header-buttons a i {
  font-size: 20px;
}

.cr-header-buttons a:hover {
  color: #0056b3;
}

.cr-location-block {
  padding: 5px 0;
}

.cr-location-block .cr-location-menu {
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid #eee;
  border-radius: 5px;
}

.cr-location-block .cr-location-menu .cr-location-toggle {
  width: 200px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: right;
  background-color: #fff;
  color: #2b2b2d;
  border-radius: 5px;
  cursor: pointer;
}

.cr-location-block .cr-location-menu .cr-location-toggle .cr-location-title {
  width: calc(100% - 30px);
  padding: 0 20px 0 10px;
  font-size: 15px;
  color: #2b2b2d;
  font-weight: 500;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cr-location-block .cr-location-menu .cr-location-toggle i {
  color: #2b2b2d;
  font-size: 18px;
  line-height: 0;
}

.cr-location-block .cr-location-menu .cr-location-toggle .cr-angle {
  font-size: 18px;
  text-transform: uppercase;
  color: #2b2b2d;
  text-align: center;
  position: absolute;
  right: 8px;
  line-height: 0;
}

.cr-location-block .cr-location-menu:hover .cr-location-content {
  margin-top: 5px;
  opacity: 1;
  visibility: visible;
}

.cr-location-block .cr-location-content {
  transition: all 0.3s ease-in-out;
  width: 200px;
  padding: 15px;
  margin-top: 15px;
  display: block;
  position: absolute;
  visibility: hidden;
  left: auto;
  right: 0;
  top: 100%;
  border-radius: 5px;
  z-index: 14;
  border: 1px solid #ddd;
  background: #fff;
  overflow: auto;
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
}

.cr-location-block .cr-location-dropdown .loc-grid {
  padding-left: 10px;
  padding-right: 10px;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list {
  width: 100%;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: left;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list span {
  width: calc(100% - 30px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list:not(:last-child) {
  margin-bottom: 10px;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list i {
  font-size: 14px;
  margin-right: 10px;
  color: #7a7a7a;
  line-height: 0;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list:hover {
  color: #0056b3;
  border: 1px solid #0056b3;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list:hover i {
  color: #0056b3;
}

.cr-location-block .cr-location-dropdown li.show a {
  text-align: center;
}

.cr-location-block .cr-location-dropdown li.show a:hover {
  color: #7a7a7a;
}

.cr-location-block .cr-location-dropdown li.show a:hover img {
  margin-left: 10px;
}

.cr-location-block .cr-location-dropdown li.show a img {
  transition: all 0.3s ease-in-out;
  width: 13px;
  transform: rotate(-90deg);
}

.cr-location-block .cr-location-dropdown li:first-child {
  border-top: none;
}

.cr-location-block .cr-location-dropdown li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

/* 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) {
  .cr-location-block {
    display: none;
  }

  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: flex;
    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;
  }

  .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: flex;
    justify-content: center;
  }

  .top-header .cr-logo img {
    width: 100px;
    height: 35px;
  }
}

@media only screen and (max-width: 420px) {
  .cr-side-cart {
    width: 250px;
    left: -250px;
  }

  .top-header .cr-search select {
    display: none;
  }

  .top-header .cr-search input {
    padding-right: 45px;
  }
}

/* Footer */

.footer {
  position: relative;
  border-top: 1px solid #e9e9e9;
}

.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-apps {
  margin-bottom: -15px;
  display: flex;
  flex-direction: row;
}

.cr-apps .app-img img {
  max-width: 140px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.cr-apps .app-img .adroid {
  margin-right: 15px;
}

.cr-footer h4.cr-sub-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin-bottom: 15px;
}

.cr-footer ul {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}

.cr-footer ul li {
  margin-bottom: 12px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 26px;
  color: #777;
  position: relative;
}

.cr-footer ul li a {
  transition: 0.3s ease-in-out;
  color: #777;
}

.cr-footer ul li a:hover {
  color: #0056b3;
}

.cr-footer ul li::after {
  font-family: remixicon;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  color: #0056b3;
  top: 2px;
  left: 0;
  display: flex;
  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: flex;
  flex-direction: row;
}

.cr-footer .cr-social-media span {
  margin: 2px;
  font-family: "Poppins, sans-serif";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}

.cr-footer .cr-social-media span a {
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: 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: #0056b3;
}

.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::-moz-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}

.cr-search-footer input::placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}

.cr-search-footer .search-btn {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cr-search-footer .search-btn i {
  font-size: 21px;
  color: #000;
}

.cr-last-footer {
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cr-last-footer p {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}

.cr-last-footer p a {
  color: #0056b3;
}

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

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

p.news {
  margin-bottom: 5px;
  padding: 0 !important;
}

/* 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,
  .footer-list {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .cr-footer-links.cr-footer-dropdown {
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .footer-list {
    margin-top: 0;
  }

  .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: flex;
    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;
  }

  .cr-last-footer {
    flex-direction: column;
  }

  .cr-last-footer p {
    margin-bottom: 15px;
  }

  .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;
  }
}

/* layout */

/* Hero 2 */

.hero-2 {
  margin: 0px 30px 0 30px;
}

.cr-hero-banner {
  height: 80vh;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.cr-hero-banner .container-fluid .row {
  position: relative;
}

.cr-hero-banner .container-fluid .row:after {
  width: 350px;
  height: 100%;
  overflow: hidden;
  content: "";
  background-image: url(/images/15.png?64817db99f8c23bb64314bb1d3c34c3f);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  right: -100px;
  z-index: 3;
  opacity: 0.9;
  filter: blur(1px);
  animation: left-right-2 5s linear infinite;
}

@keyframes left-right-2 {
  0% {
    right: -90px;
    transform: rotate(0deg);
  }

  50% {
    right: -100px;
    bottom: 5px;
    transform: rotate(-2deg);
  }

  100% {
    right: -90px;
    transform: rotate(0deg);
  }
}

.section-hero .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 15px !important;
}

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

.cr-slider {
  position: relative;
}

.cr-slider::before {
  width: 400px;
  height: 300px;
  content: "";
  background-image: url(/images/14.png?bf75f98d117f35cce69c52ab9b0f2dde);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: -50px;
  z-index: 2;
  opacity: 0.5;
  animation: left-right-1 3s linear infinite;
}

.cr-slider::after {
  width: 350px;
  height: 300px;
  content: "";
  background-image: url(/images/14.png?bf75f98d117f35cce69c52ab9b0f2dde);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50px;
  left: -70px;
  z-index: 2;
  animation: left-right 6s linear infinite;
  opacity: 0.5;
}

@keyframes left-right-1 {
  0% {
    left: -40px;
    transform: rotate(0deg);
  }

  50% {
    left: -50px;
    top: 5px;
    transform: rotate(-2deg);
  }

  100% {
    left: -40px;
    transform: rotate(0deg);
  }
}

@keyframes left-right {
  0% {
    left: -60px;
  }

  50% {
    left: -70px;
    top: 5px;
    transform: rotate(-2deg);
  }

  100% {
    left: -60px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(30deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

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

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

.cr-slider .swiper-wrapper .swiper-slide-active p {
  animation: fadeInUp 2s both 2s;
}

.cr-slider .swiper-wrapper .swiper-slide-active .cr-last-buttons {
  animation: fadeInUp 2s both 2.5s;
}

.cr-slider .swiper-pagination-bullet {
  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 #0056b3;
  box-shadow: none;
  background-color: transparent;
}

.cr-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0056b3;
}

.cr-banner-image-one {
  width: 100%;
  background-image: url(/images/2.jpg?840045d1537c14509aa9e9b94198b8c8);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cr-banner-image-two {
  width: 100%;
  background-image: url(/images/1.jpg?685e5e6b36bf3459da22021c0549dbbb);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cr-left-side-contain {
  max-width: 550px;
  height: 80vh;
  padding-left: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 50;
}

.cr-left-side-contain h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "Poppins, sans-serif";
  font-weight: 700;
}

.cr-left-side-contain h5 span {
  margin-right: 5px;
  color: #0056b3;
  font-weight: bold;
  border-bottom: 2px solid #0056b3;
}

.cr-left-side-contain p {
  font-size: 15px;
}

.cr-left-side-contain h1 {
  margin-bottom: 25px;
  font-size: 45px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 55px;
  color: #000;
  position: relative;
}

.cr-left-side-contain .cr-last-buttons {
  margin-top: 30px;
  display: flex;
}

.cr-left-side-contain .cr-last-buttons a {
  margin-right: 20px;
}

.cr-left-side-contain .cr-last-buttons h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #7a7a7a;
}

.cr-left-side-contain .cr-last-buttons h4 span {
  font-size: 30px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  color: #000;
}

/* Responsive */

@media only screen and (max-width: 1399px) {
  .cr-hero-banner .container::after {
    right: 300px;
  }

  .cr-left-side-contain h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 1199px) {
  .cr-hero-banner {
    height: 550px;
  }

  .cr-hero-banner .container::after {
    right: 250px;
  }

  .cr-hero-banner .container-fluid .row:after {
    width: 250px;
  }

  .cr-left-side-contain {
    max-width: 400px;
    height: 550px;
  }

  .cr-left-side-contain h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .cr-slider:before,
  .cr-slider:after {
    width: 300px;
    height: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .cr-left-side-contain {
    padding-left: 50px;
  }

  .cr-left-side-contain h5 {
    margin-bottom: 15px;
  }

  .cr-left-side-contain h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .cr-left-side-contain .cr-last-buttons {
    margin-top: 18px;
  }

  .cr-slider:before,
  .cr-slider:after {
    width: 250px;
  }

  .cr-hero-banner .container::after {
    right: 200px;
  }

  .cr-hero-banner::after {
    width: 56px;
    height: 50px;
  }

  .cr-hero-banner .container::after {
    width: 60px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cr-left-side-contain h1 {
    margin: 0;
    font-size: 24px;
  }

  .cr-left-side-contain h5 {
    font-size: 14px;
    font-weight: 400;
  }

  .cr-left-side-contain p {
    display: none;
  }

  .cr-hero-banner {
    height: 450px;
  }

  .cr-hero-banner .container-fluid .row:after {
    width: 200px;
  }

  .cr-hero-banner .row:after {
    width: 250px;
  }

  .cr-left-side-contain {
    max-width: 290px;
    height: 450px;
  }

  .cr-left-side-contain p {
    font-size: 14px;
  }

  .cr-slider:before,
  .cr-slider:after {
    width: 200px;
  }
}

@media only screen and (max-width: 575px) {
  .hero-2 {
    margin: 12px 12px 0 12px;
  }

  .cr-left-side-contain {
    padding-left: 15px;
    height: 400px;
  }

  .cr-hero-banner {
    height: 400px;
  }

  .cr-hero-banner .container-fluid .row:after {
    display: none;
  }

  .cr-slider:before,
  .cr-slider:after {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .cr-left-side-contain {
    max-width: 250px;
    height: 350px;
  }

  .cr-left-side-contain h1 {
    margin-bottom: 0;
  }

  .cr-hero-banner {
    height: 350px;
  }

  .cr-slider .swiper-wrapper .swiper-slide p {
    display: none;
  }
}

@media only screen and (max-width: 360px) {
  .cr-left-side-contain {
    height: 300px;
  }

  .cr-hero-banner {
    height: 300px;
  }

  .cr-left-side-contain {
    max-width: 210px;
  }

  .cr-left-side-contain h1 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 320px) {
  .cr-left-side-contain h1 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .cr-hero-banner::after {
    height: 40px;
    width: 40px;
  }

  .cr-hero-banner .container::after {
    width: 40px;
    height: 40px;
  }
}

/* Sidebar Tools */

/* Side-tool */

.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 {
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  right: -230px;
  z-index: 20;
  color: #000;
}

.cr-tool .cr-tool-btn {
  display: flex;
  text-decoration: none;
  color: #000;
}

.cr-tool .cr-tool-btn i {
  font-size: 22px;
}

.cr-tool .cr-tool-btn .btn-cr-tool {
  transition: all ease-in 0.3s;
  height: 43px;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  right: 230px;
  border: none;
  background: none;
  background-color: #373840;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}

.cr-tool .cr-tool-btn .color-variant {
  width: 230px;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.cr-tool .cr-tool-btn .color-variant .cr-bar-title {
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  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-family: "Poppins, sans-serif";
  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: #0056b3;
}

.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: #0056b3;
}

.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;
  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.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: #0056b3;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-dark-mode {
  position: relative;
}

.active-dark-mode:before {
  width: 20px;
  height: 20px;
  padding: 0;
  font-family: remixicon;
  content: "\EB79";
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #0056b3;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.active-colors:before {
  padding: 0;
  font-family: remixicon;
  content: "\EB79";
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 36px;
  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;
  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: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title {
  margin-bottom: 15px;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  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: 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;
  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;
  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: flex;
  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: flex;
  flex-wrap: wrap;
  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: flex;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  align-items: center;
  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: flex;
  justify-content: center;
  align-items: center;
}

/* Product card 2 */

.product-card-2 {
  margin-bottom: 24px;
}

.product-card-2:hover .cr-pro-image .hover-image {
  opacity: 1;
}

.product-card-2 .cr-product-inner {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.product-card-2 .cr-product-inner:hover .cr-pro-actions {
  bottom: 15px;
  opacity: 1;
}

.product-card-2 .cr-product-inner .cr-pro-actions {
  transition: all 0.3s ease-in-out;
  width: calc(100% - 24px);
  display: flex;
  justify-content: center;
  position: absolute;
  left: auto;
  right: auto;
  bottom: -30px;
  opacity: 0;
}

.product-card-2 .cr-product-inner .cr-pro-actions a {
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  margin: 0 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #2b2b2d;
  border-radius: 5px;
  border: 1px solid #eee;
}

.product-card-2 .cr-product-inner .cr-pro-actions a:hover {
  background-color: #0056b3;
}

.product-card-2 .cr-product-inner .cr-pro-actions a:hover i {
  color: #fff;
}

.product-card-2 .cr-product-inner .cr-pro-actions a i {
  font-size: 14px;
}

.product-card-2 .cr-product-inner .cr-pro-actions .cr-shopping-bag.active {
  background-color: #0056b3;
}

.product-card-2 .cr-product-inner .cr-pro-actions .wishlist.active {
  background-color: #0056b3;
}

.product-card-2 .cr-pro-image {
  position: relative;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding: 12px;
}

.product-card-2 .cr-pro-image img {
  width: 100%;
  border-radius: 5px;
}

.product-card-2 .cr-pro-image .main-image {
  border: 1px solid #eee;
}

.product-card-2 .cr-pro-image .hover-image {
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-card-2 .cr-pro-image .flags {
  position: absolute;
  z-index: 8;
  top: 12px;
  right: auto;
  left: 12px;
  display: flex;
  flex-direction: column;
}

.product-card-2 .cr-pro-image .flags span {
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 1px;
}

.product-card-2 .cr-pro-image .flags .sale {
  display: flex;
  background-color: #64b496;
}

.product-card-2 .cr-pro-image .flags .new {
  display: flex;
  background-color: #ff5b5b;
}

.product-card-2 .cr-pro-image .flags .trending {
  display: flex;
  background-color: #7d76ff;
}

.product-card-2 .cr-pro-content {
  padding: 15px;
}

.product-card-2 .cr-pro-content .cr-info {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card-2 .cr-pro-content .cr-info a {
  color: #999;
  font-size: 14px;
}

.product-card-2 .cr-pro-content .cr-pro-title {
  margin-bottom: 15px;
}

.product-card-2 .cr-pro-content .cr-pro-title a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #2b2b2d;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  font-family: "Poppins, sans-serif";
}

.product-card-2 .cr-pro-content .cr-pro-title a:hover {
  color: #0056b3;
}

.product-card-2 .cr-pro-content .cr-pro-rating {
  display: flex;
}

.product-card-2 .cr-pro-content .cr-pro-rating i {
  margin-left: 2px;
  color: #bbb;
  font-size: 14px;
}

.product-card-2 .cr-pro-content .cr-pro-rating i.fill {
  color: #fd575d;
}

.product-card-2 .cr-pro-content .cr-price {
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #777;
  line-height: 16px;
}

.product-card-2 .cr-pro-content .cr-price span.old-price {
  font-size: 13px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}

.product-card-2 .cr-pro-content .cr-price span.new-price {
  color: #2b2b2d;
  font-weight: 600;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
}

.product-card-2 .cr-pro-content .cr-pro-option {
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  opacity: 0.7;
}

.product-card-2 .cr-pro-content .cr-pro-option:hover {
  opacity: 1;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul {
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li {
  transition: all 0.3s ease-in-out;
  width: 24px;
  height: 24px;
  padding: 1px;
  margin-right: 5px;
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  border: 1px solid transparent;
  border-radius: 5px;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li a span,
.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li a img {
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li:hover {
  border: 1px solid #757575;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-color ul li.active {
  border: 1px solid #757575;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size {
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li {
  transition: all 0.3s ease-in-out;
  height: 24px;
  margin-right: 5px;
  padding: 1px;
  display: flex;
  cursor: pointer;
  opacity: 0.8;
  list-style: none;
  border: 1px solid transparent;
  border-radius: 5px;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li a {
  transition: all 0.3s ease-in-out;
  min-width: 20px;
  height: 20px;
  padding: 3px 5px;
  pointer-events: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 24px;
  background-color: #e7e7e7;
  color: #777777;
  font-weight: 400;
  border-radius: 5px;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li:hover {
  border: 1px solid #000;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li.active {
  border: 1px solid #000;
}

.product-card-2 .cr-pro-content .cr-pro-option .cr-pro-size .cr-opt-size li.active a {
  background-color: #000;
  color: #fff;
}

.section-product .owl-carousel.new-product-slider:hover .owl-nav {
  opacity: 1;
}

.section-product .owl-carousel.new-product-slider .owl-nav {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.section-product .owl-carousel.new-product-slider .owl-nav button {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  cursor: pointer;
}

.section-product .owl-carousel.new-product-slider .owl-nav button i {
  color: #2b2b2d;
  font-size: 20px;
}

.section-product .owl-carousel.new-product-slider .owl-nav .disabled i {
  color: #999;
}

.section-product .owl-carousel.new-product-slider .owl-nav .owl-prev {
  left: -18px;
}

.section-product .owl-carousel.new-product-slider .owl-nav .owl-next {
  right: -18px;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .d-n-1199 {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .section-product .owl-carousel.new-product-slider .owl-nav {
    display: none;
  }

  .product-card-2 .cr-product-inner .cr-pro-actions {
    bottom: -1px;
    opacity: 1;
  }

  .product-card-2 .cr-product-inner:hover .cr-pro-actions {
    bottom: 12px;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .d-n-1199 {
    display: block;
  }
}

/* Category 2 */

.category-block {
  margin-top: 30px;
  background-color: #f7f7f8;
  border-radius: 15px;
  border: 1px solid #eee;
}

.category-block:hover .category-icon {
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}

@keyframes wobble {
  0% {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    transform: none;
  }
}

.category-block .category-icon {
  width: 80px;
  height: 80px;
  margin: -40px auto 0 auto;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 10px solid #fff;
}

.category-block .category-icon i {
  font-size: 30px;
  line-height: 30px;
}

.category-block .category-icon:after {
  width: 80px;
  height: 41px;
  content: "";
  position: absolute;
  top: 30px;
  border: 1px solid #eee;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: none;
  z-index: 0;
}

.category-block .icon-1 {
  background-color: #ffeae9;
}

.category-block .icon-2 {
  background-color: #fff6ec;
}

.category-block .icon-3 {
  background-color: #e2fde2;
}

.category-block .icon-4 {
  background-color: #ffeae9;
}

.category-block .icon-5 {
  background-color: #fde1f5;
}

.category-block .icon-6 {
  background-color: #ecf0ff;
}

.category-block .icon-7 {
  background-color: #f9f9d9;
}

.category-block .category-title {
  padding-bottom: 15px;
  text-align: center;
}

.category-block .category-title h4 {
  margin: 15px 0 5px 0;
  font-size: 16px;
  color: #2b2b2d;
}

.category-block .category-title p {
  color: #777;
  font-size: 12px;
}

/* Deal */

.bg-banner-deal {
  width: 100%;
  height: 700px;
  position: relative;
  background-image: url(/images/bg-deal-2.jpg?509b0bb526bf6bbae787343bdc000e5c);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation: back 7s infinite;
}

@keyframes back {
  0% {
    background-image: url(/images/bg-deal-2.jpg?509b0bb526bf6bbae787343bdc000e5c);
  }

  50% {
    background-image: url(/images/bg-deal-3.jpg?0d3e63443b80162b1cfde09eef4f9ad8);
  }

  100% {
    background-image: url(/images/bg-deal-2.jpg?509b0bb526bf6bbae787343bdc000e5c);
  }
}

.cr-deal-rightside {
  width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cr-deal-rightside .cr-deal-content {
  max-width: 500px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.cr-deal-rightside .cr-deal-content span {
  font-family: "Poppins, sans-serif";
  font-size: 16px;
  font-weight: 400;
}

.cr-deal-rightside .cr-deal-content span code {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: #0056b3;
}

.cr-deal-rightside .cr-deal-content h4.cr-deal-title {
  margin-top: 12px;
  margin-bottom: 15px;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2d;
}

.cr-deal-rightside .cr-deal-content p {
  font-size: 14px;
  font-weight: 300;
  color: black;
}

.cr-counter {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

.cr-counter .cr-counter-inner {
  padding: 12px 24px;
  display: flex;
  border: 1px solid #eee;
  border-radius: 5px;
}

.cr-counter .cr-counter-inner h4 {
  width: 45px;
  margin: 0;
  position: relative;
  display: grid;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #2b2b2d;
  text-align: center;
}

.cr-counter .cr-counter-inner h4 span {
  font-family: "Poppins, sans-serif";
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2d;
}

.cr-counter .cr-counter-inner h4:not(:first-child) {
  margin-left: 20px;
}

.cr-counter .cr-counter-inner h4:not(:first-child)::after {
  content: ":";
  font-size: 25px;
  color: #7a7a7a;
  position: absolute;
  right: 50px;
  top: 5px;
}

/* Responsive */

@media only screen and (max-width: 991px) {
  .cr-deal-rightside .cr-deal-content {
    max-width: 400px;
  }

  .cr-deal-rightside .cr-deal-content h4.cr-deal-title {
    font-size: 22px;
  }

  .cr-counter .cr-counter-inner h4 span {
    font-size: 18px;
  }

  .bg-banner-deal,
  .cr-deal-rightside {
    height: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .cr-deal-rightside .cr-deal-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .cr-deal-rightside .cr-deal-content h4.cr-deal-title {
    font-size: 22px;
  }

  .cr-deal-rightside .cr-deal-content span code {
    font-size: 22px;
  }

  .cr-deal-rightside .cr-deal-content {
    max-width: 100%;
    text-align: center;
  }

  .cr-deal-rightside .cr-deal-content .cr-counter {
    justify-content: center;
  }
}

@media only screen and (max-width: 390px) {
  .cr-products-rightbar .cr-products-rightbar-content .cr-unique {
    display: none;
  }

  .cr-deal-rightside .cr-deal-content {
    padding: 15px;
  }

  .cr-counter .cr-counter-inner h4 {
    font-size: 12px;
  }

  .cr-counter .cr-counter-inner h4 span {
    font-size: 16px;
  }

  .cr-counter .cr-counter-inner h4:not(:first-child) {
    margin-left: 5px;
  }

  .cr-counter .cr-counter-inner h4:not(:first-child)::after {
    font-size: 20px;
    top: 5px;
    right: 43px;
  }

  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 17px;
  }

  .cr-products-rightbar .cr-products-rightbar-content .cr-off {
    margin-top: 10px;
  }

  .cr-products-rightbar .cr-products-rightbar-content .cr-off span {
    font-size: 17px;
  }

  .cr-products-rightbar .cr-products-rightbar-content .rightbar-buttons {
    margin-top: 20px;
  }

  .cr-products-leftbar .cr-products-leftbar-content h2 {
    font-size: 20px;
  }

  .cr-products-leftbar .cr-products-leftbar-content h4 {
    font-size: 20px;
  }

  .cr-products-leftbar .cr-products-leftbar-content span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 360px) {
  .bg-banner-deal,
  .cr-deal-rightside {
    height: 450px;
  }
}

/* Product-banner */

.section-product-banner {
  position: relative;
}

.cr-product-banner-image {
  position: relative;
}

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

.cr-product-banner-image .cr-product-banner-contain {
  padding: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
}

.cr-product-banner-image .cr-product-banner-contain p {
  padding-bottom: 15px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 1.2;
  color: #777;
}

.cr-product-banner-image .cr-product-banner-contain p .percent {
  margin-right: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #0056b3;
}

.cr-product-banner-image .cr-product-banner-contain h5 {
  margin-bottom: 15px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
  color: #2b2b2d;
}

/* Responsive */

@media only screen and (max-width: 1399px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .section-product-banner:before {
    width: 30px;
    height: 55px;
  }

  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 16px;
  }

  .cr-product-banner-image .cr-product-banner-contain p .text {
    display: none;
  }

  .cr-product-banner-image .cr-button {
    height: 32px;
    padding: 8px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 20px;
  }

  .cr-deal-rightside .cr-deal-content {
    background-color: rgba(247, 247, 248, 0.9) !important;
  }
}

@media only screen and (max-width: 575px) {
  .section-product-banner:before {
    display: none;
  }
}

@media only screen and (max-width: 520px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    font-size: 18px;
  }

  .cr-product-banner-image .cr-product-banner-buttons {
    bottom: 15px;
  }
}

@media only screen and (max-width: 420px) {
  .cr-product-banner-image .cr-product-banner-buttons {
    bottom: 50px;
  }
}

@media only screen and (max-width: 360px) {
  .cr-product-banner-image .cr-product-banner-contain h5 {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .cr-product-banner-image .cr-product-banner-contain p {
    padding-bottom: 10px;
  }
}

/* Categories */

.section-categories {
  position: relative;
}

.section-categories::before {
  width: 50px;
  height: 50px;
  content: "";
  background-image: url(/images/6.png?1ba21772d6091ce9314860ab8a683a4a);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 0;
}

.section-categories .tab-content {
  width: 100%;
}

.section-categories .tab-content .tab-pane {
  width: 100%;
  height: 100%;
}

.section-categories .tab-content .tab-pane > div {
  height: 100%;
}

.cr-side-categories {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  z-index: 5;
}

.cr-side-categories:hover:after {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0;
  top: 0;
  left: 0;
}

.cr-side-categories:after {
  transition: all 0.3s ease-in-out;
  width: 200px;
  height: 200px;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: -40px;
  z-index: 0;
}

.cr-side-categories img {
  min-width: 100%;
  height: 100%;
}

.cr-side-categories .categories-contain {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent);
}

.cr-side-categories .categories-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px;
  z-index: 5;
}

.cr-side-categories .categories-inner h4 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 54px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  display: inline-flex;
}

.cr-side-categories .categories-inner h4 span {
  padding: 10px 0px 10px 5px;
}

.cr-side-categories .categories-inner h4 span small {
  display: block;
  font-size: 19px;
  font-weight: 400;
  color: #fff;
}

.cr-side-categories .categories-contain .categories-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cr-side-categories .categories-contain .categories-text h5 {
  margin-bottom: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}

.cr-side-categories .categories-contain .categories-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cr-side-categories .categories-contain .categories-button a:hover {
  border-color: #e9e9e9;
}

.cr-categories ul.nav-tabs {
  border: none;
}

.cr-categories ul.nav-tabs li.nav-item {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f7f7f8;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
}

.cr-categories ul.nav-tabs li.nav-item:not(:last-child) {
  margin-bottom: 5px;
}

.cr-categories ul.nav-tabs li.nav-item button {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background: none;
}

.cr-categories ul.nav-tabs li.nav-item button:focus-visible {
  box-shadow: none;
}

.cr-categories ul.nav-tabs li.nav-item button:hover {
  color: #0056b3;
}

.cr-categories ul.nav-tabs li.nav-item .nav-link.active {
  color: #0056b3;
}

.cr-categories ul.nav-tabs li.nav-item .nav-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins, sans-serif";
  font-weight: 500;
  font-size: 16px;
}

.cr-categories ul.nav-tabs li.nav-item .nav-link span {
  margin-top: 5px;
}

.center-categories-inner {
  padding: 26px 0;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Manrope", sans-serif;
  color: #2b2b2d;
  font-weight: 700;
  line-height: 1.429;
}

.center-categories-inner span {
  font-size: 12px;
  font-weight: 400;
  color: #7a7a7a;
  vertical-align: text-top;
}

.cr-view-more {
  width: 100%;
  margin: 0;
  padding: 25px 0;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #0056b3 !important;
  font-weight: bold;
  line-height: 1.429;
}

.categories-left-440 {
  position: relative;
  left: -440px;
}

.categories-right-440 {
  position: relative;
  right: -440px;
}

/* Responsive */

@media only screen and (max-width: 1599px) {
  .center-categories-inner {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .cr-side-categories .categories-inner h4 {
    font-size: 48px;
  }

  .cr-side-categories .categories-inner h4::after {
    width: 55px;
    height: 55px;
  }

  .cr-side-categories .categories-inner h4 code {
    font-size: 16px;
  }

  .cr-side-categories .categories-inner h4 span small {
    font-size: 17px;
  }

  .center-categories-inner {
    padding: 18px 0;
  }

  .cr-view-more {
    line-height: 27px;
  }

  .categories-left-440 {
    position: relative;
    left: -380px;
  }

  .categories-right-440 {
    position: relative;
    right: -380px;
  }
}

@media only screen and (max-width: 1199px) {
  .cr-side-categories .categories-inner h4 {
    font-size: 42px;
  }

  .cr-side-categories .categories-inner h4::after {
    width: 40px;
    height: 40px;
    top: 55px;
    left: 30px;
  }

  .cr-side-categories .categories-inner h4 ul li {
    font-size: 14px;
  }

  .cr-side-categories .categories-inner h4 span small {
    font-size: 14px;
  }

  .center-categories-inner {
    font-size: 15px;
  }

  .center-categories-inner a {
    font-size: 18px;
  }

  .categories-left-440 {
    position: relative;
    left: -320px;
  }

  .categories-right-440 {
    position: relative;
    right: -320px;
  }
}

@media only screen and (max-width: 991px) {
  .cr-categories ul.nav-tabs {
    margin-bottom: -5px;
    display: flex;
    justify-content: space-between;
  }

  .cr-categories ul.nav-tabs li.nav-item {
    width: calc(50% - 12px);
    margin-bottom: 5px;
  }

  .cr-categories ul.nav-tabs li.nav-item a {
    display: flex;
    align-items: center;
  }

  .cr-side-categories {
    height: 400px;
  }

  .cr-side-categories .categories-inner h4::after {
    width: 50px;
    height: 50px;
  }

  .cr-view-more {
    line-height: 15px;
  }

  .categories-left-440 {
    position: relative;
    left: 0;
  }

  .categories-right-440 {
    position: relative;
    right: 0;
  }

  .section-categories::before {
    width: 30px;
    height: 32px;
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-categories:before {
    right: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .section-categories:before {
    display: none;
  }

  .cr-side-categories {
    height: 350px;
  }

  .cr-side-categories:before {
    display: none;
  }

  .cr-side-categories .categories-contain .categories-text h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .cr-side-categories .categories-inner h4 {
    font-size: 34px;
  }

  .cr-side-categories .categories-inner h4 span small {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .cr-side-categories {
    height: 300px;
  }
}

@media only screen and (max-width: 420px) {
  .cr-categories-box {
    width: 100%;
  }

  .cr-side-categories {
    height: 380px;
  }

  .cr-categories ul.nav-tabs li.nav-item {
    width: 100%;
  }
}

/* services- */

.section-services {
  position: relative;
}

.cr-services {
  padding: 24px;
  background-color: #f7f7f8;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  display: flex;
  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: #0056b3;
}

.cr-services .cr-services-contain h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "Poppins, sans-serif";
  color: #2b2b2d;
  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;
}

.cr-services-border .col-3:not(:last-child) {
  border-right: 1px solid #e9e9e9;
}

/* Responsive */

@media only screen and (max-width: 1399px) {
  .cr-services .cr-services-contain h4 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .section-services::before {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cr-services {
    display: flex;
    flex-direction: column;
    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;
  }
}

@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-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cr-blog {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}

.cr-blog:hover .cr-blog-image img {
  transform: rotate(3deg) scale(1.1);
}

.cr-blog .cr-blog-content {
  padding: 24px;
  text-align: left;
}

.cr-blog .cr-blog-content span {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #7a7a7a;
}

.cr-blog .cr-blog-content span code {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.cr-blog .cr-blog-content h5 {
  margin-top: 5px;
  font-family: "Poppins, sans-serif";
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  color: #2b2b2d;
}

.cr-blog .cr-blog-content a {
  transition: all 0.3s ease-in-out;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.875;
  color: #777;
}

.cr-blog .cr-blog-content a:hover {
  color: #0056b3;
}

.cr-blog .cr-blog-content .read {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  color: #0056b3;
}

.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 {
  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-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  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;
  }
}

/* Instagram */

.cr-insta .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
}

.cr-insta-image:hover .insta-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.cr-insta-image:hover .insta-overlay:after {
  opacity: 1;
}

.cr-insta-image img {
  width: 100%;
}

.cr-insta-image .insta-overlay {
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cr-insta-image .insta-overlay:after {
  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: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

/* Blog */

.quickview-modal .modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  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: flex;
  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-family: "Poppins, sans-serif";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.167;
  color: #0056b3;
}

.cr-size-and-weight .cr-product-price span.old-price {
  font-family: "Poppins, sans-serif";
  font-size: 16px;
  text-decoration: line-through;
  line-height: 1.75;
  color: #999;
}

.cr-size-and-weight .cr-review-star {
  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: flex;
  align-items: center;
  padding-top: 20px;
}

.cr-size-and-weight .cr-size-weight h5 {
  margin-bottom: 0;
  font-family: "Poppins, sans-serif";
  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: flex;
  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-family: "Poppins, sans-serif";
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: #777;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.cr-size-and-weight .cr-add-card {
  display: flex;
  padding-top: 20px;
}

.cr-size-and-weight .cr-add-card .cr-qty-main {
  height: 100%;
  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: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cr-size-and-weight .cr-size-weight .cr-kg {
    padding: 10px 0 0 0;
  }
}

/* Blog */

.quickwatch-modal .modal-dialog {
  height: 100%;
  margin: 0% auto;
  max-width: 960px;
  width: 960px;
  padding: 35px;
  transition: all 0.3s ease 0s;
}

.quickwatch-modal .modal-body {
  padding: 24px !important;
}

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

.quickwatch-modal .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.quickwatch-modal .embed-responsive::before {
  display: block;
  content: "";
}

.quickwatch-modal .embed-responsive .embed-responsive-item,
.quickwatch-modal .embed-responsive iframe,
.quickwatch-modal .embed-responsive embed,
.quickwatch-modal .embed-responsive object,
.quickwatch-modal .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.quickwatch-modal .embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.quickwatch-modal .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.quickwatch-modal .embed-responsive-4by3::before {
  padding-top: 75%;
}

.quickwatch-modal .embed-responsive-1by1::before {
  padding-top: 100%;
}

@media only screen and (max-width: 991px) {
  /* model */

  .quickwatch-modal .modal-dialog {
    max-width: 720px;
    width: 720px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  /* model */

  .quickwatch-modal .modal-dialog {
    width: 100%;
    height: auto;
    max-width: 500px;
    padding: 30px 15px;
    margin: 0 auto;
  }
}

/* color-3 */

/*------------- Home Page --------------*/

.header .dropdown button {
  background-color: #3f51b5;
}

.header .cr-calling i {
  color: #3f51b5;
}

ul.navbar-nav li.nav-item:hover a.nav-link::before {
  background-color: #3f51b5;
}

ul.navbar-nav li.nav-item a.nav-link::before {
  background-color: #3f51b5;
}

ul.navbar-nav li.nav-item a.nav-link:hover::before {
  background-color: #3f51b5;
}

ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #3f51b5;
}

.cr-categories ul.nav-tabs li.nav-item button:hover {
  color: #3f51b5;
}

.cr-categories ul.nav-tabs li.nav-item .nav-link.active {
  color: #3f51b5;
}

.cr-header-buttons a:hover {
  color: #3f51b5;
}

.top-header .cr-right-bar .cr-right-bar-item:hover {
  color: #3f51b5;
}

.top-header .cr-right-bar .cr-right-bar-item:hover span {
  color: #3f51b5;
}

.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #3f51b5;
}

.cr-shop-sideview .cr-former-shop-image .cr-former-shop-contain h5.title span {
  color: #3f51b5;
}

.cr-product-banner-image .cr-product-banner-contain p .percent {
  color: #3f51b5;
}

.cr-slider .swiper-pagination-bullet {
  border: 1px solid #3f51b5;
}

.cr-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3f51b5;
}

.top-header .cr-search .search-btn {
  background-color: #3f51b5;
}

.top-header .cr-search input,
.top-header .cr-search select {
  border-color: #3f51b5;
}

.cr-left-side-contain h5 span {
  color: #3f51b5;
  border-bottom: 2px solid #3f51b5;
}

.header .cr-menu-inner .cr-category-dropdown button {
  background-color: #3f51b5;
}

.cr-categories h5 a {
  color: #3f51b5;
}

.header .cr-category-dropdown button {
  background-color: #3f51b5;
}

.cr-button {
  background-color: #3f51b5;
  border: 1px solid #3f51b5;
}

.cr-btn-secondary {
  color: #3f51b5;
  border: 1px solid #3f51b5;
}

.cr-btn-secondary:hover {
  background-color: #3f51b5;
}

.cr-center-categories .view-more-buttons h4 {
  color: #3f51b5;
}

.cr-product-tabs ul .active {
  color: #3f51b5 !important;
}

.cr-product-card .cr-product-image .cr-shopping-bag i {
  color: #3f51b5;
}

.cr-product-card .cr-product-image .cr-shopping-bag.active {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.cr-product-card .cr-product-image .cr-side-view .wishlist.active {
  background-color: #3f51b5;
}

.cr-login .cr-content-form .custom input:checked + label:after {
  border-color: #3f51b5;
}

.cr-track .cr-step-completed .cr-step-indicator {
  background-color: #3f51b5;
}

.cr-track .cr-step-active .cr-step-icon {
  color: #3f51b5;
}

.cr-checkout-section [type=radio]:checked + label:before {
  border-color: #3f51b5;
}

.cr-checkout-section [type=radio]:checked + label:after {
  background: #3f51b5;
}

.col-50.col-size .cr-product-box .cr-product-card .cr-product-image .cr-shopping-bag.active,
.col-100.col-size .cr-product-box .cr-product-card .cr-product-image .cr-shopping-bag.active {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.cr-product-details .cr-brand a:hover {
  color: #3f51b5;
}

.cr-product-details p.cr-price .new-price {
  color: #3f51b5;
}

.cr-product-details a.title:hover {
  color: #3f51b5;
}

.cr-product-details p.cr-price .new-price {
  color: #3f51b5;
}

.cr-deal-rightside .cr-deal-content span code {
  color: #3f51b5;
}

.cr-products-rightbar .cr-products-rightbar-content .cr-unique {
  background-color: #3f51b5;
}

.cr-products-leftbar .cr-products-leftbar-content h2 {
  color: #3f51b5;
}

.cr-footer ul li::after {
  color: #3f51b5;
}

.cr-footer ul li a:hover {
  color: #3f51b5;
}

.cr-footer .cr-social-media span a:hover {
  color: #3f51b5;
}

.cr-last-footer p a {
  color: #3f51b5;
}

a.back-to-top {
  color: #3f51b5;
  border: 1px solid #3f51b5;
}

.cr-side-cart .cr-menu-title .menu-title {
  color: #3f51b5;
}

.cr-blog .cr-blog-content a:hover {
  color: #3f51b5;
}

.cr-blog .cr-blog-content .read {
  color: #3f51b5;
}

.cr-blog .cr-blog-content .read:hover {
  color: #777;
}

/* Category */

.cr-cat-dropdown .cr-cat-tab .tab-content .cr-col-title {
  color: #3f51b5;
}

.cr-cat-dropdown .cr-cat-tab button.active {
  color: #3f51b5;
  border-color: #3f51b5;
}

.cr-view-more {
  color: #3f51b5 !important;
}

.cr-breadcrumb-image {
  background-color: #e8ebff;
}

.cr-pagination .active > .page-link {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.cr-pagination .page-link.active {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

/* services */

.cr-services .cr-services-image svg path {
  fill: #3f51b5;
}

/*------------- Product Page --------------*/

.cr-breadcrumb-image .cr-breadcrumb-title span a {
  color: #3f51b5;
}

.cr-checkbox .checkbox-group input:checked + label::after {
  border: solid #3f51b5;
  border-width: 0 2px 2px 0;
}

.cr-size-and-weight .cr-product-price span.new-price {
  color: #3f51b5;
}

.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
  background-color: #3f51b5;
}

.cr-size-and-weight .cr-add-card .cr-card-icon a i:hover {
  background-color: #3f51b5;
}

.cr-paking-delivery .nav-tabs .nav-item .nav-link::after {
  background-color: #3f51b5;
}

.cr-paking-delivery .nav-tabs .nav-item .nav-link:hover::after {
  background-color: #3f51b5;
}

.cr-paking-delivery .nav-tabs .nav-item .nav-link.active {
  color: #3f51b5;
}

.cr-paking-delivery .nav-tabs .nav-item .nav-link.active::after {
  background-color: #3f51b5;
}

.cr-shop-price .price-range-slider .range-bar .ui-slider-handle + span {
  background-color: #3f51b5;
}

.cr-shop-price .price-range-slider .range-bar .ui-slider-handle {
  background-color: #3f51b5;
}

.cr-shop-price .price-range-slider .range-bar .ui-slider-range {
  background-color: #3f51b5;
}

.active-grid {
  background-color: #3f51b5 !important;
}

/*------------- Blog-classic Page --------------*/

.cr-blog-classic .cr-blog-classic-content .cr-comment span {
  color: #3f51b5;
}

.cr-blog-classic .cr-blog-classic-content a {
  color: #3f51b5;
}

.cr-blog-recent-post .cr-blog-recent-content span {
  color: #3f51b5;
}

.cr-blog-sideview .cr-serch-box .cr-search .search-btn {
  background-color: #3f51b5;
}

ul.cr-tags li a:hover {
  background-color: #3f51b5;
  border: 1px solid #3f51b5;
}

/*------------- Blog-Details Page --------------*/

.cr-blog-details .cr-blog-details-content .cr-admin-date span code {
  color: #3f51b5;
}

.cr-blog-inner-cols .cr-blog-inner-content::after {
  color: #3f51b5;
}

.cr-blog-details-message h5.title {
  color: #3f51b5;
}

.cr-blog-details-message::after {
  color: #3f51b5;
}

/*-------------  About Us -------------*/

.cr-about-content h4.elementor .elementor-counter-number {
  color: #3f51b5;
}

.cr-services .cr-services-image i {
  color: #3f51b5;
}

/*-------------  Contact Us -------------*/

.cr-info-box .cr-icon i {
  color: #3f51b5;
}

.cr-wish-notify p,
.cr-compare-notify p,
.cr-cart-notify p {
  border-color: #3f51b5;
}

.cr-wish-notify a,
.cr-compare-notify a,
.cr-cart-notify a {
  color: #3f51b5;
}

a.back-to-top .back-to-top-wrap svg path {
  stroke: #3f51b5;
}

.product-card-2 .cr-pro-content .cr-pro-title a:hover {
  color: #3f51b5;
}

.product-card-2 .cr-product-inner .cr-pro-actions a:hover {
  background-color: #3f51b5;
}

.product-card-2 .cr-product-inner .cr-pro-actions .wishlist.active,
.product-card-2 .cr-product-inner .cr-pro-actions .cr-shopping-bag.active {
  background-color: #3f51b5;
}

.product-card-2 .cr-product-inner .cr-pro-actions .wishlist.active i,
.product-card-2 .cr-product-inner .cr-pro-actions .cr-shopping-bag.active i {
  color: #fff;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list:hover {
  color: #3f51b5;
  border: 1px solid #3f51b5;
}

.cr-location-block .cr-location-dropdown .loc-grid .loc-list:hover i {
  color: #3f51b5;
}

/* pages */

/* Products-page */

.cr-product-card {
  height: 100%;
  padding: 12px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  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: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cr-product-card .cr-product-image .cr-side-view {
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 20;
  transition: all 0.4s ease-in-out;
  top: 15px;
  right: -40px;
  display: grid;
  opacity: 0;
}

.cr-product-card .cr-product-image .cr-side-view a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: 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: #0056b3;
  color: #fff;
}

.cr-product-card .cr-product-image .cr-image-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: 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: flex;
  justify-content: 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: #0056b3;
}

.cr-product-card .cr-product-image .cr-shopping-bag.active {
  background-color: #0056b3;
  border: 1px solid #0056b3;
}

.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: 24px;
  text-align: center;
  overflow: hidden;
}

.cr-product-details .cr-brand a {
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  font-size: 13px;
  color: #777;
  display: flex;
  justify-content: center;
}

.cr-product-details .cr-brand a:hover {
  color: #0056b3;
}

.cr-product-details .cr-star {
  margin-bottom: 12px;
  display: flex;
  justify-content: 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 a.title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 12px;
  font-family: "Poppins, sans-serif";
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  color: #2b2b2d;
  display: flex;
  justify-content: center;
}

.cr-product-details a.title:hover {
  color: #0056b3;
}

.cr-product-details p.cr-price {
  font-family: "Poppins, sans-serif";
  font-size: 16px;
  line-height: 1.75;
}

.cr-product-details p.cr-price .new-price {
  color: #0056b3;
  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;
}

.product-tabs {
  display: flex;
}

.product-tabs .nav-tabs {
  border: none;
  display: block;
}

.product-tabs .nav-tabs .nav-link {
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 5px;
}

.product-tabs .nav-tabs .nav-link img {
  width: 60px;
  height: 60px;
  padding: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.product-tabs .nav-tabs .nav-link.active {
  border: none;
}

.product-tabs .tab-content {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.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 {
  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: flex;
}

.cr-size-and-weight .list ul li label {
  min-width: 100px;
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.cr-size-and-weight .cr-review-star {
  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-family: "Poppins, sans-serif";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.167;
  color: #0056b3;
}

.cr-size-and-weight .cr-product-price span.old-price {
  font-family: "Poppins, sans-serif";
  font-size: 16px;
  text-decoration: line-through;
  line-height: 1.75;
  color: #7a7a7a;
}

.cr-size-and-weight .cr-size-weight {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.cr-size-and-weight .cr-size-weight h5 {
  margin-bottom: 0;
  font-family: "Poppins, sans-serif";
  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: flex;
  flex-wrap: wrap;
}

.cr-size-and-weight .cr-size-weight .cr-kg ul li {
  margin: 2px;
  padding: 5px 10px;
  font-family: "Poppins, sans-serif";
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: #777;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
  background-color: #0056b3;
  color: #fff;
}

.cr-size-and-weight .cr-add-card {
  display: flex;
  padding-top: 20px;
}

.cr-size-and-weight .cr-add-card .cr-qty-main {
  height: 100%;
  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: 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.active i {
  background-color: #0056b3;
  color: #fff;
}

.cr-size-and-weight .cr-add-card .cr-card-icon a i {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #fff;
  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: #0056b3;
  color: #fff;
}

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

.thumbnail-image .thumbImg {
  margin: 0 6px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumbnail-image .thumbImg.active {
  border: 1px solid #0056b3;
}

.thumbnail-image .thumbImg img {
  width: 100%;
  padding: 2px;
  border-radius: 5px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.vehicle-detail-banner {
  height: 100%;
}

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

.zoom-image-hover {
  height: 100%;
  display: flex;
  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: 24px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.cr-paking-delivery .nav-tabs {
  display: flex;
  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-family: "Poppins, sans-serif";
  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 {
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #0056b3;
  left: 0;
  right: auto;
}

.cr-paking-delivery .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  background-color: #0056b3;
}

.cr-paking-delivery .nav-tabs .nav-item .nav-link.active {
  color: #0056b3;
}

.cr-paking-delivery .nav-tabs .nav-item .nav-link.active::after {
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #0056b3;
  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: flex;
}

.cr-paking-delivery .cr-tab-content .list ul li label {
  min-width: 100px;
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}

.cr-paking-delivery .cr-tab-content .cr-description {
  padding-top: 30px;
}

.cr-paking-delivery .cr-tab-content .cr-description p {
  font-size: 14px;
  text-align: left;
}

.cr-paking-delivery .cr-tab-content h4.heading {
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: "Poppins, sans-serif";
  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-family: "Poppins, sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #2b2b2d;
  padding-bottom: 10px;
}

.cr-tab-content-from .cr-ratting-star {
  display: flex;
}

.cr-tab-content-from .cr-ratting-star span {
  font-family: "Poppins, sans-serif";
  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;
  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: 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: flex;
  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 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;
  }

  .product-tabs {
    margin-bottom: 24px;
  }

  .cr-size-and-weight-contain h2.heading {
    font-size: 20px;
  }

  .cr-products-categories {
    max-width: 350px;
    margin: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cr-paking-delivery .nav-tabs .nav-item .nav-link {
    font-size: 16px;
  }

  .cr-products-categories {
    max-width: 300px;
    margin: auto;
  }

  .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-product-card-block .col-lg-4 .cr-product-card {
    max-width: 100%;
  }

  .product-tabs {
    display: block;
  }

  .product-tabs .nav-tabs {
    display: flex;
  }

  .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 {
    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%;
  }

  .banner-480 {
    display: none;
  }
}

@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: flex;
    flex-direction: column;
    justify-content: flex-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: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f7f7f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.cr-shop-bredekamp .cr-toggle {
  margin: 5px;
  display: flex;
}

.cr-shop-bredekamp .cr-toggle a {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: 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: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}

.cr-shop-bredekamp .center-content span {
  padding: 0 12px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 1.875;
  color: #7a7a7a;
}

.cr-shop-bredekamp .cr-select {
  height: 35px;
  margin: 5px;
  padding: 3px 0px 3px 15px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  display: flex;
}

.cr-shop-bredekamp .cr-select label {
  font-family: "Poppins, sans-serif";
  font-size: 15px;
  line-height: 1.7;
  color: #7a7a7a;
}

.cr-shop-bredekamp .cr-select select {
  padding: 0 2rem 0 0.8rem;
  font-family: "Poppins, sans-serif";
  font-size: 15px;
  background-size: 10px;
  line-height: 1.2;
  color: #7a7a7a;
  width: auto;
  border: none;
  cursor: pointer;
  box-shadow: none;
}

/* right-view */

.cr-shop-sideview {
  padding: 24px;
  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-family: "Poppins, sans-serif";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #2b2b2d;
  text-transform: capitalize;
  border-bottom: 1px solid #e9e9e9;
}

.cr-checkbox {
  padding-top: 28px;
}

.cr-checkbox .checkbox-group {
  display: flex;
  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 #0056b3;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cr-checkbox .checkbox-group label {
  position: relative;
  font-family: "Poppins, sans-serif";
  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-family: "Poppins, sans-serif";
  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: flex;
}

.cr-shop-price .price-range-slider .range-value label {
  font-family: "Poppins, sans-serif";
  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-family: "Poppins, sans-serif";
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  color: #7a7a7a;
  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: #0056b3;
}

.cr-shop-price .price-range-slider .range-bar .ui-slider-handle {
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 25px;
  background-color: #0056b3;
  border: none;
  top: -0.3em;
  cursor: pointer;
}

.cr-shop-price .price-range-slider .range-bar .ui-slider-handle + span {
  background-color: #0056b3;
}

.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: #0056b3;
}

.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: flex;
  flex-wrap: wrap;
}

ul.cr-tags li a {
  transition: all 0.3s ease-in-out;
  height: 32px;
  padding: 0 15px;
  margin: 5px;
  border-radius: 5px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  background-color: #fff;
  color: #7a7a7a;
  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: #0056b3;
  border: 1px solid #0056b3;
}

.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 {
  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: #0056b3;
}

.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 {
  justify-content: flex-start;
}

.col-100.col-size .cr-product-box .cr-product-card .cr-product-details .cr-brand .cr-star {
  justify-content: flex-start;
}

.col-100.col-size .cr-product-box .cr-product-card .cr-product-details a.title {
  justify-content: flex-start;
}

.col-100.col-size .cr-product-box .cr-product-card .cr-product-details .text {
  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 {
  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: #0056b3;
}

.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 {
  justify-content: flex-start;
}

.col-50.col-size .cr-product-box .cr-product-card .cr-product-details .cr-brand .cr-star {
  justify-content: flex-start;
}

.col-50.col-size .cr-product-box .cr-product-card .cr-product-details a.title {
  justify-content: flex-start;
}

.col-50.col-size .cr-product-box .cr-product-card .cr-product-details .text {
  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 {
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: -370px;
  overflow-x: auto;
  z-index: 21;
}

.cr-shop-leftside .cr-shop-leftside-inner {
  width: 350px;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.cr-shop-leftside .cr-shop-leftside-inner .cr-shop-sideview {
  border-radius: 0px;
}

.cr-shop-leftside .cr-shop-leftside-inner .cr-title {
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cr-shop-leftside .cr-shop-leftside-inner .cr-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2d;
}

.cr-shop-leftside .cr-shop-leftside-inner .cr-title .close-shop-leftside {
  color: #fb5555;
}

.cr-shop-leftside .cr-shop-leftside-inner .cr-title .close-shop-leftside i {
  font-size: 22px;
}

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

.active-grid {
  background-color: #0056b3 !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;
  }

  .cr-shop-bredekamp .cr-select label {
    line-height: 2.2;
    font-size: 12px;
  }

  .cr-shop-bredekamp .cr-select select {
    font-size: 12px;
  }

  .col-100.col-size .cr-product-box .cr-product-card {
    flex-direction: column;
    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 {
    flex-direction: column;
    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;
  }

  .cr-shop-leftside .cr-shop-leftside-inner {
    width: 300px;
  }
}

@media only screen and (max-width: 420px) {
  .cr-shop-leftside .cr-shop-leftside-inner {
    width: 250px;
  }
}

@media only screen and (max-width: 360px) {
  .cr-shop-bredekamp .cr-select {
    padding: 3px 0px 3px 10px;
  }

  .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-family: "Poppins, sans-serif";
  font-size: 12px;
  color: #0056b3;
  line-height: 1;
}

.cr-blog-classic .cr-blog-classic-content .cr-comment span code {
  font-family: "Poppins, sans-serif";
  font-size: 12px;
  color: #7a7a7a;
}

.cr-blog-classic .cr-blog-classic-content h4 {
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-family: "Manrope", sans-serif;
  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-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  text-transform: uppercase;
  color: #0056b3;
  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 {
  transition: 0.5s ease-in-out;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: scale(1);
}

.cr-blog-classic .cr-blog-image img:hover {
  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::-moz-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}

.cr-blog-sideview .cr-serch-box .cr-search input::placeholder {
  font-family: "Poppins, sans-serif";
  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: flex;
  align-items: center;
  justify-content: center;
  background-color: #0056b3;
  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-family: "Poppins, sans-serif";
  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-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 1;
  color: #7a7a7a;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  display: flex;
  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;
  font-family: "Poppins, sans-serif";
  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-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #0056b3;
  line-height: 2.5;
}

.cr-blog-recent-post .cr-blog-recent-content h4 {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: bold;
  color: #2b2b2d;
}

.cr-blog-recent-post .cr-blog-recent-content p {
  font-size: 13px;
}

.cr-blog-instagram-image {
  margin-bottom: 30px;
}

.cr-blog-instagram-image .cr-blog-instagram-image-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33% - 10px));
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}

.cr-blog-instagram-image .cr-blog-instagram-image-inner img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

/* 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::-moz-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: 18px;
  }

  .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-image {
  position: relative;
  margin-bottom: 30px;
}

.cr-blog-details .cr-blog-details-image img {
  width: 100%;
  border-radius: 5px;
}

.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-family: "Poppins, sans-serif";
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #7a7a7a;
}

.cr-blog-details .cr-blog-details-content .cr-admin-date span code {
  font-family: "Poppins, sans-serif";
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
  color: #0056b3;
}

.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: #0056b3;
  position: absolute;
  top: 0;
  left: 0;
}

.cr-blog-inner-cols .cr-blog-inner-content p {
  padding-left: 35px;
  font-family: "Poppins, sans-serif";
  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: #0056b3;
  position: absolute;
  opacity: 0.5;
  bottom: 10px;
  right: 10px;
  line-height: 46px;
}

.cr-blog-details-message p {
  padding-bottom: 15px;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #2b2b2d;
}

.cr-blog-details-message h5.title {
  margin-bottom: 0px;
  font-family: "Poppins, sans-serif";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #0056b3;
}

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

.cr-blog-details-paragrap p {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
  line-height: 1.867;
}

.cr-blog-details-tags {
  margin-top: 20px;
}

.cr-blog-details-tags .cr-details-tags {
  padding: 10px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background: #fff;
}

.cr-blog-details-tags .cr-details-tags .tag {
  display: flex;
}

.cr-blog-details-tags .cr-details-tags span {
  margin-right: 10px;
  font-family: "Poppins, sans-serif";
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  color: #2b2b2d;
}

.cr-blog-details-tags .cr-details-tags .cr-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.cr-blog-details-tags .cr-details-tags .cr-logo a {
  width: 32px;
  height: 32px;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

/* Responsive */

@media only screen and (max-width: 767px) {
  .cr-blog-details-tags .cr-tegs ul li {
    padding: 8px;
  }

  .cr-blog-details-message::after {
    font-size: 40px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .cr-blog-details-tags .cr-tegs ul li {
    padding: 8px 5px;
    font-size: 12px;
  }

  .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-details-tags .cr-tegs span {
    display: none;
  }

  .cr-blog-details-tags .cr-tegs ul {
    margin: 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;
  }

  .cr-blog-details-tags .cr-tegs .cr-logo {
    display: none;
  }
}

/* Faq */

.cr-faq .accordion .accordion-item {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.cr-faq .accordion .accordion-item:not(:nth-child(1)) {
  margin-top: 10px;
}

.cr-faq .accordion .accordion-item .accordion-button {
  padding: 15px;
  background-color: transparent;
  font-family: "Poppins, sans-serif";
  font-size: 16px;
  color: #000;
}

.cr-faq .accordion .accordion-item .accordion-button::after {
  background: none;
  font-family: remixicon;
  content: "\EA6E";
  font-size: 22px;
  transform: rotate(0);
  line-height: 21px;
}

.cr-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background: none;
  font-family: remixicon;
  content: "\EA6E";
  font-size: 22px;
  transform: rotate(90deg);
}

.cr-faq .accordion .accordion-item .accordion-collapse {
  border-top: 1px solid #e9e9e9;
}

.cr-faq .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px;
  position: relative;
}

.cr-faq .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 14px;
}

.cr-faq-img img {
  width: 100%;
  border-radius: 5px;
}

/**  Responsive  **/

@media only screen and (max-width: 991px) {
  .cr-faq-img {
    margin-bottom: 30px;
  }
}

/* About */

.cr-about {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cr-about h4.heading {
  margin-bottom: 16px;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.cr-about .elementor-text-editor p {
  font-size: 14px;
}

.cr-about-image {
  position: sticky;
  top: 0;
}

.cr-about-image img {
  width: 100%;
  border-radius: 5px;
}

.cr-about-content {
  padding-top: 5px;
}

.cr-about-content p {
  font-size: 14px;
}

.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-family: "Manrope", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #7a7a7a;
  text-align: center;
  letter-spacing: 0px;
}

.cr-about-content .elementor-counter-number {
  color: #0056b3;
}

.cr-about-content .elementor-suffix {
  margin-left: -12px;
  font-size: 30px;
}

.cr-about-content .elementor-counter-title {
  text-align: center;
}

.cr-about-content .elementor-counter-title span {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

/* Responsive */

@media only screen and (max-width: 1199px) {
  .cr-about-content .elementor-suffix {
    margin-left: -5px;
  }

  .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-image {
    margin-top: 30px;
  }

  .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 */

.cr-info-box {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  text-align: center;
}

.cr-info-box .cr-icon i {
  font-size: 30px;
  color: #0056b3;
}

.cr-info-box .cr-info-content h4.heading {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #2b2b2d;
}

.cr-info-box .cr-info-content p {
  margin: 0;
  font-size: 14px;
  color: #777;
}

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::-moz-placeholder {
  font-size: 14px;
  color: #777;
}

.cr-content-form .form-group .cr-form-control::placeholder {
  font-size: 14px;
  color: #777;
}

/* Responsive */

@media only screen and (max-width: 991px) {
  .cr-info-box .cr-info-content h4.heading {
    font-size: 22px;
  }

  .cr-info-box .cr-info-content p {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .cr-info-box {
    max-width: 350px;
    margin: auto;
  }
}

@media only screen and (max-width: 575px) {
  .cr-info-box {
    max-width: 300px;
    margin: auto;
  }
}

/* cart */

.cr-table-content table {
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
}

.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: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  align-items: center;
}

.cr-table-content table tbody tr .cr-cart-price {
  color: #555;
  font-size: 15px;
  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: 25px 14px;
  color: #444;
  font-size: 16px;
  text-align: left;
  background-color: #f7f7f8;
}

.cr-table-content table tbody tr td .cr-cart-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: flex;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  align-items: center;
  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: flex;
  justify-content: center;
  align-items: center;
}

.cr-cart-update-bottom {
  padding: 30px 0 0;
  display: flex;
  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: flex;
  justify-content: space-between;
  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: flex;
  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 #0056b3;
  border-width: 0 2px 2px 0;
  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;
  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: flex;
  justify-content: space-between;
  align-items: center;
  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;
}

.form-logo {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */

@media only screen and (max-width: 420px) {
  .cr-login .cr-content-form .remember {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    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: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.cr-register-buttons button {
  margin-right: 15px;
  padding: 8px 20px;
}

.cr-register-buttons .link {
  padding: 8px 0;
  color: #777;
}

/* elemets-products */

.cr-product-csc {
  transition: all 0.4s ease-out;
  background-color: #fff;
  font-family: "Poppins, sans-serif";
  text-align: center;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}

.cr-product-csc .m-15 {
  margin: 15px 15px 0 15px;
}

.cr-product-csc .cr-side-view {
  position: absolute;
  top: 12px;
  right: 12px;
}

.cr-product-csc .cr-side-view a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
}

.cr-product-csc .cr-side-view a:not(:last-child) {
  margin-bottom: 5px;
}

.cr-product-csc .cr-product-image {
  transition: all 0.3s linear;
  background-color: #f7f7f8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cr-product-csc .cr-product-image img {
  width: 150px;
}

.cr-product-csc .cr-product-image .cr-shopping-bag {
  bottom: 12px;
  right: 12px;
  background-color: #fff;
}

.cr-product-csc .cr-product-image .cr-product-base {
  transition: box-shadow 0.3s;
  width: 45px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase !important;
  color: #fff;
  background-color: #373840;
  z-index: 10;
}

.cr-product-csc .cr-product-details {
  padding: 15px 15px 0 15px;
  position: relative;
  background-color: #fff;
}

.cr-product-csc .cr-product-details p {
  margin-bottom: 5px;
}

.cr-product-csc .cr-product-details p.cr-price {
  margin-bottom: 0;
}

.cr-product-csc .cr-product-details a {
  font-weight: 500;
}

/* elemets-typography */

.typography .cr-fw-normal {
  font-weight: 500;
}

.typography .cr-fw-bold {
  font-weight: 700;
}

.typography .cr-lb {
  padding-left: 10px;
  border-left: 5px solid;
}

.typography .cr-fc {
  color: #2b2b2d;
}

.typography .cr-rb {
  padding-right: 10px;
  border-right: 5px solid;
  text-align: right;
}

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

.typography .cr-disc,
.typography .cr-decimal,
.typography .cr-alpha,
.typography .cr-roman,
.typography .cr-greek,
.typography .cr-hebrew {
  padding: 5px 20px;
  margin-bottom: 0;
  color: #777;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  font-family: "Manrope", sans-serif;
}

.typography .cr-disc li {
  margin-bottom: 15px;
  list-style-type: disc;
}

.typography .cr-decimal li {
  margin-bottom: 15px;
  list-style-type: decimal;
}

.typography .cr-alpha li {
  list-style-type: upper-alpha;
}

.typography .cr-alpha li:not(:last-child) {
  margin-bottom: 15px;
}

.typography .cr-roman li {
  margin-bottom: 15px;
  list-style-type: upper-roman;
}

.typography .cr-greek li {
  list-style-type: lower-greek;
}

.typography .cr-greek li:not(:last-child) {
  margin-bottom: 15px;
}

.typography .cr-hebrew li {
  margin-bottom: 15px;
  list-style-type: hebrew;
}

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

/* elemets-buttons */

.cr-btn-ds {
  margin: -10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.cr-btn-ds .btn {
  margin: 10px;
  border-radius: 5px;
}

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

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

.btn-secondary {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.btn-success {
  color: #fff;
  background-color: #64b496;
  border-color: #64b496;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-link:hover {
  color: #fff;
}

.cr-btn-bw {
  margin: -10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 6 */
  /* 7 */
  /* 8 */
  /* 9 */
  /* 10 */
  /* 11 */
  /* 12 */
  /* 13 */
  /* 14 */
  /* 15 */
  /* 16 */
}

.cr-btn-bw .custom-btn {
  transition: all 0.3s ease;
  width: 150px;
  height: 40px;
  margin: 10px;
  padding: 10px 25px;
  outline: none;
  border: 2px solid #0056b3;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 17px;
}

.cr-btn-bw .btn-1 {
  transition: all 0.3s ease;
}

.cr-btn-bw .btn-1:hover {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.cr-btn-bw .btn-2::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 5px;
  right: 5px;
  height: 28px;
  border: 1px solid #0056b3;
  opacity: 0;
  transition: all 0.3s ease;
}

.cr-btn-bw .btn-2:hover::after {
  opacity: 1;
}

.cr-btn-bw .btn-3 {
  line-height: 39px;
  padding: 0;
}

.cr-btn-bw .btn-3:hover {
  background: transparent;
  color: #0056b3;
  border: none;
}

.cr-btn-bw .btn-3:hover::before {
  height: 100%;
}

.cr-btn-bw .btn-3:hover::after {
  width: 100%;
}

.cr-btn-bw .btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.cr-btn-bw .btn-3 span::after,
.cr-btn-bw .btn-3 span ::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-color: #0056b3;
}

.cr-btn-bw .btn-3 span::before {
  width: 2px;
  height: 0%;
}

.cr-btn-bw .btn-3 span::after {
  width: 0%;
  height: 2px;
}

.cr-btn-bw .btn-3 span:hover::before {
  height: 100%;
}

.cr-btn-bw .btn-3 span:hover::after {
  width: 100%;
}

.cr-btn-bw .btn-3::after,
.cr-btn-bw .btn-3 ::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #0056b3;
}

.cr-btn-bw .btn-3::before {
  height: 0%;
  width: 2px;
}

.cr-btn-bw .btn-3::after {
  width: 0%;
  height: 2px;
}

.cr-btn-bw .btn-4 {
  padding: 0;
  position: relative;
  color: #0056b3;
  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: #0056b3;
}

.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;
  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: #0056b3;
  border-left-color: #0056b3;
}

.cr-btn-bw .btn-4::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #0056b3;
  border-right-color: #0056b3;
}

.cr-btn-bw .btn-5 {
  padding: 0;
  background-color: #0056b3;
  color: #fff;
  line-height: 38px;
  border: none;
}

.cr-btn-bw .btn-5:hover {
  background: transparent;
  color: #0056b3;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.cr-btn-bw .btn-5:hover::after,
.cr-btn-bw .btn-5:hover::before {
  transition: 800ms ease all;
  width: 100%;
}

.cr-btn-bw .btn-5::after,
.cr-btn-bw .btn-5::before {
  transition: 400ms ease all;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #0056b3;
}

.cr-btn-bw .btn-5::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.cr-btn-bw .btn-6 {
  background-color: #0056b3;
  color: #fff;
  line-height: 38px;
  padding: 0;
  border: none;
}

.cr-btn-bw .btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.cr-btn-bw .btn-6 span::after,
.cr-btn-bw .btn-6 span ::before {
  position: absolute;
  content: "";
  background-color: #0056b3;
}

.cr-btn-bw .btn-6 span::before {
  transition: all 500ms ease;
  width: 0%;
  height: 2px;
  left: 0;
  top: 0;
}

.cr-btn-bw .btn-6 span::after {
  transition: all 500ms ease;
  width: 0%;
  height: 2px;
  right: 0;
  bottom: 0;
}

.cr-btn-bw .btn-6 span:hover::before {
  width: 100%;
}

.cr-btn-bw .btn-6 span:hover::after {
  width: 100%;
}

.cr-btn-bw .btn-6::after,
.cr-btn-bw .btn-6 ::before {
  height: 0%;
  width: 2px;
  position: absolute;
  content: "";
  background-color: #0056b3;
}

.cr-btn-bw .btn-6::before {
  transition: all 500ms ease;
  right: 0;
  top: 0;
}

.cr-btn-bw .btn-6::after {
  transition: all 500ms ease;
  left: 0;
  bottom: 0;
}

.cr-btn-bw .btn-6:hover {
  background-color: transparent;
  color: #0056b3;
}

.cr-btn-bw .btn-6:hover::before {
  transition: all 500ms ease;
  height: 100%;
}

.cr-btn-bw .btn-6:hover::after {
  transition: all 500ms ease;
  height: 100%;
}

.cr-btn-bw .btn-7 {
  padding: 0;
  background-color: #0056b3;
  color: #fff;
  line-height: 38px;
  border: none;
  z-index: 1;
  transition: all 0.3s linear;
}

.cr-btn-bw .btn-7:hover {
  background-color: transparent;
  color: #0056b3;
}

.cr-btn-bw .btn-7:hover::after,
.cr-btn-bw .btn-7:hover ::before {
  height: 0;
  background-color: #0056b3;
}

.cr-btn-bw .btn-7::after,
.cr-btn-bw .btn-7 ::before {
  transition: all 0.3s ease;
  width: 100%;
  height: 50%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #0056b3;
}

.cr-btn-bw .btn-7::before {
  top: 0;
}

.cr-btn-bw .btn-7::after {
  bottom: 0;
}

.cr-btn-bw .btn-8 {
  transform-style: preserve-3d;
  padding: 0;
  line-height: 40px;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  perspective: 300px;
}

.cr-btn-bw .btn-8:hover {
  color: #0056b3;
}

.cr-btn-bw .btn-8:after {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #0056b3;
  z-index: -1;
  transform-origin: center bottom;
  transform: rotateX(0);
}

.cr-btn-bw .btn-8:hover::after {
  transform: rotateX(-180deg);
}

.cr-btn-bw .btn-9 {
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
}

.cr-btn-bw .btn-9::after {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
}

.cr-btn-bw .btn-9:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}

.cr-btn-bw .btn-9:hover::after {
  transform: scale(2) rotate(180deg);
  background-color: #0056b3;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}

.cr-btn-bw .btn-10 {
  transition: all 0.3s ease;
  overflow: hidden;
}

.cr-btn-bw .btn-10::after {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  transform: scale(0.1);
}

.cr-btn-bw .btn-10:hover {
  color: #fff;
}

.cr-btn-bw .btn-10:hover::after {
  background-color: #0056b3;
  transform: scale(1);
}

.cr-btn-bw .btn-11 {
  transition: all 0.3s ease;
  overflow: hidden;
}

.cr-btn-bw .btn-11:hover {
  background-color: #0056b3;
  color: #fff;
}

.cr-btn-bw .btn-11::before {
  width: 30px;
  height: 100%;
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.cr-btn-bw .btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}

.cr-btn-bw .btn-12 {
  width: 130px;
  height: 40px;
  position: relative;
  border: none;
  line-height: 34px;
  perspective: 230px;
  overflow: hidden;
}

.cr-btn-bw .btn-12 span {
  transition: all 0.3s;
  width: 130px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #0056b3;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
}

.cr-btn-bw .btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6), -4px -4px 5px 0px rgba(255, 255, 255, 0.6), 7px 7px 20px 0px #000, 4px 4px 5px 0px #000;
  transform: rotateX(90deg);
  transform-origin: 50% 50% -24px;
}

.cr-btn-bw .btn-12 span:nth-child(2) {
  transform: rotateX(0deg);
  transform-origin: 50% 50% -20px;
}

.cr-btn-bw .btn-12:hover span:nth-child(1) {
  transform: rotateX(0deg);
}

.cr-btn-bw .btn-12:hover span:nth-child(2) {
  background-color: #e0e5ec;
  color: #e0e5ec;
  transform: rotateX(-100deg);
}

.cr-btn-bw .btn-13 {
  background-color: #0056b3;
  color: #fff;
  z-index: 1;
}

.cr-btn-bw .btn-13::after {
  transition: all 0.3s ease;
  width: 100%;
  height: 0;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #e0e5ec;
}

.cr-btn-bw .btn-13:hover {
  color: #0056b3;
}

.cr-btn-bw .btn-13:hover::after {
  height: 100%;
  top: 0;
}

.cr-btn-bw .btn-13:active {
  top: 2px;
}

.cr-btn-bw .btn-14 {
  background-color: #0056b3;
  color: #fff;
  z-index: 1;
}

.cr-btn-bw .btn-14::after {
  transition: all 0.3s ease;
  width: 100%;
  height: 0;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #e0e5ec;
}

.cr-btn-bw .btn-14:active {
  top: 2px;
}

.cr-btn-bw .btn-14:hover {
  color: #0056b3;
}

.cr-btn-bw .btn-14:hover::after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.cr-btn-bw .btn-15 {
  background-color: #0056b3;
  color: #fff;
  z-index: 1;
}

.cr-btn-bw .btn-15::after {
  transition: all 0.3s ease;
  width: 0;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #e0e5ec;
}

.cr-btn-bw .btn-15:active {
  top: 2px;
}

.cr-btn-bw .btn-15:hover {
  color: #0056b3;
}

.cr-btn-bw .btn-15:hover::after {
  width: 100%;
  left: 0;
}

.cr-btn-bw .btn-16 {
  background-color: #0056b3;
  color: #fff;
  z-index: 1;
}

.cr-btn-bw .btn-16::after {
  transition: all 0.3s ease;
  width: 0;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background-color: #e0e5ec;
}

.cr-btn-bw .btn-16:active {
  top: 2px;
}

.cr-btn-bw .btn-16:hover {
  color: #0056b3;
}

.cr-btn-bw .btn-16:hover::after {
  left: auto;
  right: 0;
  width: 100%;
}

/* Wishlist */

.cr-wishlist-msg {
  padding: 30px 0;
  text-align: center;
  font-size: 50px;
  height: 100%;
  align-items: center;
  display: flex;
  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
---------------------------------------------------*/

.cr-track .cr-track-box {
  border-radius: 5px;
}

.cr-track .cr-track-card {
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #777;
  text-align: center;
  font-size: 15px;
  background-color: #f7f7f8;
}

.cr-track .cr-track-card .cr-track-title {
  margin-bottom: 5px;
  color: #2b2b2d;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}

.cr-track .cr-steps {
  margin-top: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.cr-track .cr-steps-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.cr-track .cr-step {
  padding: 30px 15px;
  display: table-cell;
  position: relative;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #e9e9e9;
  color: #777;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  background-color: #fff;
}

.cr-track .cr-step:last-child {
  border-right: 0;
}

.cr-track .cr-step:hover {
  color: #2b2b2d;
  text-decoration: none;
}

.cr-track .cr-step:hover .cr-step-indicator {
  transition: all 0.25s ease-in-out;
  border-color: transparent;
  background-color: #e9e9e9;
}

.cr-track .cr-step:hover .cr-step-icon {
  color: #777;
}

.cr-track .cr-step.cr-step-completed {
  background-color: #f7f7f8;
}

.cr-track .cr-step-indicator {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.cr-track .has-indicator {
  padding-right: 1.5rem;
  padding-left: 2.375rem;
}

.cr-track .has-indicator .cr-step-indicator {
  top: 50%;
  margin-top: -0.75rem;
}

.cr-track .cr-step-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto;
  margin-bottom: 0.75rem;
  transition: all 0.25s ease-in-out;
  color: #999;
  font-size: 22px;
}

.cr-track .cr-step-active {
  color: #2b2b2d;
  pointer-events: none;
  cursor: default;
  font-weight: 500;
}

.cr-track .cr-step-active:hover {
  color: #2b2b2d;
  pointer-events: none;
  cursor: default;
}

.cr-track .cr-step-active:hover .cr-step-icon {
  color: #0056b3;
}

.cr-track .cr-step-active .cr-step-icon {
  color: #0056b3;
}

.cr-track .cr-step-completed .cr-step-indicator {
  border-color: transparent;
  background-color: #0056b3;
  color: #fff;
  line-height: 1.25rem;
}

.cr-track .cr-step-completed .cr-step-indicator i {
  line-height: 23px;
}

.cr-track .cr-step-completed:hover .cr-step-indicator {
  border-color: transparent;
  background-color: #0056b3;
  color: #fff;
  line-height: 1.25rem;
}

.cr-track .cr-step-completed:hover .cr-step-indicator i {
  line-height: 23px;
}

/* Responsive */

@media only screen and (max-width: 767px) {
  .cr-track-box .row > div:not(:last-child) {
    margin-bottom: 24px !important;
  }

  .cr-track .cr-steps-body {
    display: grid;
  }

  .cr-track .cr-step {
    border-right: 0;
  }

  .cr-track .cr-step:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
  }
}

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

.cr-checkout-section {
  font-size: 14px;
}

.cr-checkout-section label {
  margin-bottom: 15px;
}

.cr-checkout-section [type=radio]:checked {
  position: relative;
  opacity: 0;
  display: none;
}

.cr-checkout-section [type=radio]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #7a7a7a;
  letter-spacing: 0;
}

.cr-checkout-section [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #0056b3;
}

.cr-checkout-section [type=radio]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0056b3;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 1;
  transform: scale(1);
}

.cr-checkout-section [type=radio]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}

.cr-checkout-section [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #7a7a7a;
  letter-spacing: 0;
}

.cr-checkout-section [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ffffff;
}

.cr-checkout-section [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0056b3;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.cr-checkout-wrap {
  padding: 24px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 5px;
}

.cr-checkout-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #2b2b2d;
  font-family: "Montserrat";
  line-height: 1;
}

.cr-checkout-wrap .cr-check-login h3 {
  margin-bottom: 22px;
}

.cr-checkout-wrap .cr-check-bill h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}

.cr-checkout-wrap .cr-check-bill .cr-check-subtitle {
  margin-bottom: 10px;
}

.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-sidebar-wrap .cr-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.cr-sidebar-wrap .cr-sb-title h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  color: #000;
}

.cr-sidebar-wrap .cr-sb-title h3 .cr-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.cr-sb-block-content {
  margin-top: 15px;
}

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

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

.payment-options {
  display: flex;
  flex-direction: column;
}

.payment-options .cr-pay-option:not(:last-child) {
  margin-bottom: 10px;
}

.cr-new-product {
  margin-top: 2px;
}

.cr-check-subtitle {
  margin-bottom: 14px;
  color: #2b2b2d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.cr-checkout-block.cr-check-new {
  margin-bottom: 30px;
}

.cr-new-option span {
  margin-right: 45px;
}

.cr-new-desc {
  position: relative;
  line-height: 24px;
  color: #7a7a7a;
  letter-spacing: 0;
  max-width: 64%;
}

.cr-new-btn {
  margin-top: 26px;
}

.cr-new-btn a {
  height: 40px;
  text-transform: uppercase;
  font-size: 16px;
  min-width: 150px;
  line-height: 40px;
  letter-spacing: 0;
}

.cr-check-login-form form {
  display: flex;
  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;
}

.cr-check-login-form .cr-check-login-fp {
  color: #2b2b2d;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
}

.cr-check-login-form .cr-check-login-btn {
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.cr-check-login-form .cr-check-login-btn .cr-btn-2 {
  margin-right: 20px;
}

.cr-bill-option {
  margin-bottom: 24px;
  display: block;
}

.cr-bill-option span {
  margin-right: 45px;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

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

.cr-checkout-wrap .cr-check-bill-form .cr-bill-wrap {
  width: 100%;
  padding: 0 15px;
}

.cr-checkout-wrap .cr-check-bill-form .cr-bill-wrap.cr-bill-half {
  width: 50%;
}

.cr-checkout-wrap .cr-check-bill-form form {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.cr-checkout-wrap .cr-check-bill-form label {
  margin-bottom: 7px;
  color: #2b2b2d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.cr-checkout-wrap .cr-check-bill-form input {
  height: 50px;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  color: #2b2b2d;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}

.cr-checkout-wrap .cr-check-bill-form .cr-bill-fp label {
  margin-bottom: 0;
}

.cr-checkout-wrap .cr-check-bill-form .cr-bill-fp label a {
  color: #2b2b2d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}

.cr-checkout-wrap .cr-check-bill-form .cr-bl-select-inner {
  position: relative;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  padding: 0;
  margin-bottom: 24px;
  border-radius: 5px;
}

.cr-checkout-wrap .cr-check-bill-form .cr-bl-select-inner select {
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  flex: 1;
  padding: 0 10px;
  color: #7a7a7a;
  cursor: pointer;
  border-radius: 5px;
}

.cr-checkout-wrap .cr-check-bill-form .cr-bl-select-inner::after {
  content: "\EA4E";
  position: relative;
  font-family: "remixicon";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: flex;
  height: 50px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  color: #7a7a7a;
}

.cr-checkout-content .cr-check-order-btn {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.cr-checkout-content .cr-check-order-btn .btn {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}

.cr-checkout-summary > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.cr-checkout-summary .text-left {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.cr-checkout-summary .text-right {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

.cr-checkout-summary .text-right a {
  color: #0056b3;
  font-weight: 500;
  font-size: 14px;
}

.cr-checkout-summary .cr-checkout-summary-total {
  border-top: 1px solid #e9e9e9;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.cr-checkout-summary .cr-checkout-summary-total .text-left {
  font-size: 16px;
  font-weight: 600;
  color: #2b2b2d;
  font-family: "Manrope", sans-serif;
}

.cr-checkout-summary .cr-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}

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

.cr-sidebar-wrap .cr-sidebar-block .cr-checkout-pro {
  margin-top: 34px;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-checkout-pro > div:not(:last-child) {
  margin-bottom: 15px;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro li {
  padding: 1px;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro li a {
  margin: 0 auto;
  display: block;
  color: #7a7a7a;
  font-size: 12px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-pro-size li a {
  pointer-events: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #e9e9e9;
  color: #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 18px;
  padding-top: 2px;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-pro-size li.active a {
  background-color: #000;
  color: #fff;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content {
  width: calc(100% - 143px);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content i {
  color: #f4a263;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content h5 {
  padding: 0 15px 0 0;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content h5 a {
  font-size: 15px;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content.cr-product-details {
  justify-content: flex-start;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content.cr-product-details h5 {
  text-align: left;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content.cr-product-details .cr-pro-rating {
  margin-bottom: 5px;
  text-align: left;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-content.cr-product-details .cr-price {
  text-align: left;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-image-outer {
  width: 80px;
  margin-right: 15px;
  box-shadow: none;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-image-outer .cr-pro-image {
  overflow: hidden;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-checkout-pro .cr-product-inner .cr-pro-image-outer .cr-pro-image img {
  max-width: 100%;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-option {
  display: flex;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-option > * {
  width: 50%;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-opt-head {
  color: #2b2b2d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-del-desc {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-pay-opt-head {
  color: #2b2b2d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}

.cr-sidebar-wrap .cr-sidebar-block .cr-sb-block-content .cr-pay-desc {
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.cr-product-inner .cr-pro-content .cr-price:not(:last-child) {
  margin-bottom: 4px;
}

.cr-sidebar-wrap.cr-checkout-del-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.cr-sidebar-wrap.cr-checkout-del-wrap .cr-del-commemt {
  margin-top: 12px;
  display: block;
}

.cr-sidebar-wrap.cr-checkout-del-wrap .cr-del-commemt .cr-del-opt-head {
  margin-bottom: 8px;
}

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

.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;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-commemt .cr-pay-opt-head {
  margin-bottom: 8px;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-agree {
  position: relative;
  display: block;
  margin-top: 20px;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-agree input:checked ~ .checked::after {
  display: block;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-agree a {
  margin-left: 27px;
  display: block;
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 0;
  cursor: pointer;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-agree a span {
  font-weight: 500;
  color: #2b2b2d;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-agree .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 4px;
  transition: all 300ms linear;
}

.cr-sidebar-wrap.cr-checkout-pay-wrap .cr-pay-agree .checked:after {
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border: 1px solid #0056b3;
  content: "\EB7B";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 13px;
  color: #0056b3;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}

.cr-sidebar-wrap.cr-check-pay-img-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.cr-check-pay-img-wrap .cr-check-pay-img-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.cr-check-pay-img-wrap .cr-check-pay-img img {
  width: 100%;
}

/*  Responsive  */

@media only screen and (max-width: 991px) {
  .cr-checkout-rightside {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .cr-checkout-wrap .cr-check-bill-form .cr-bill-wrap.cr-bill-half {
    width: 100%;
  }

  .cr-checkout-wrap h3 {
    font-size: 18px;
  }

  .cr-new-desc {
    max-width: 100%;
  }
}

/* Terms & Conditions */

.cr-common-wrapper {
  padding: 24px 24px 0 24px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background-color: #fff;
}

.cr-common-wrapper .cr-cgi-block {
  margin-bottom: 24px;
}

.cr-common-wrapper .cr-cgi-block h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.cr-common-wrapper .cr-cgi-block p {
  line-height: 28px;
}

/*  Responsive  */

@media only screen and (max-width: 991px) {
  .spacing-991 {
    margin-bottom: 24px;
  }
}

/*-------------------------------------------------
   vendor Page CSS
   	- Single Vendor
   	- Multi Vendor
   	- Vendor Sidebar 
   	- Vendor Dashboard
   	- Vendor Upload
   	- Vendor Profile
   	- Settings vendor
   	- Modal Window
---------------------------------------------------*/

/*-----  Catalog Single Vendor  -----*/

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info {
  flex-direction: row;
  background-image: url(/images/7.jpg?343e79dc7efc11970a345cc6b46b8368);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info {
  padding: 0 30px;
  text-align: center;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-ratings p,
.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-pro-count p,
.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-name p,
.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-since p {
  color: #ddd;
  font-size: 13px;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .pad-15 {
  padding: 15px 0;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-since {
  margin-bottom: -4px;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-since p {
  color: #ddd;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-ratings {
  display: flex;
  flex-direction: column;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-ratings .cr-pro-rating {
  margin-top: 10px;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-ratings .cr-pro-rating i {
  margin-right: 5px;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description-info .cr-catalog-vendor-info .cr-catalog-ratings span {
  margin-top: 5px;
  color: #ddd;
  font-size: 12px;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description.p-30 {
  padding: 30px !important;
}

.cr-catalog-vendor-sec .cr-page-detail .profile-banner {
  position: relative;
}

.cr-catalog-vendor-sec .cr-page-detail .social-bar {
  position: absolute;
  top: 30px;
  right: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 30px;
}

.cr-catalog-vendor-sec .cr-page-detail .social-bar li a {
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  color: #fff;
}

.cr-catalog-vendor-sec .cr-page-detail .social-bar li a:hover {
  color: #0056b3;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description .cr-page-block {
  width: 100%;
  margin-top: 200px;
  padding: 15px 30px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description .cr-desc-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description .cr-catalog-vendor {
  margin-top: -80px;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description .cr-catalog-vendor img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.cr-catalog-vendor-sec .cr-page-detail .cr-page-description .cr-catalog-vendor .name {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #777777;
}

/*-----  Catalog Multi Vendor  -----*/

.cr-catalog-multi-vendor .slick-slide {
  margin: 0 15px;
}

.cr-catalog-multi-vendor .vendor-row {
  margin: 0;
}

.cr-catalog-multi-vendor .cr-vendor-card {
  margin: 15px 0;
  border: 1px solid #eeeeee;
  border-radius: 30px;
  overflow: hidden;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-avtar {
  width: 100%;
  height: 150px;
  margin-bottom: 65px;
  position: relative;
  background-image: url(/images/7.jpg?343e79dc7efc11970a345cc6b46b8368);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.5);
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-avtar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-avtar img {
  width: 100%;
  height: 100%;
  position: relative;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-avtar .btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 12px;
  height: 26px;
  border-radius: 30px;
  font-weight: 500;
  line-height: 28px;
  z-index: 2;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-avtar .cr-vendor-card-img {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info {
  padding: 0;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .info {
  margin: 0 !important;
  border-top: 1px solid #eeeeee;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .info .border-rt {
  border-right: 1px solid #eeeeee;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .info .cr-catalog-ratings,
.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .info .cr-catalog-pro-count {
  padding: 15px 0;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .info .cr-catalog-ratings h6,
.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .info .cr-catalog-pro-count h6 {
  font-family: "Poppins, sans-serif";
  color: #777777;
  font-size: 14px;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .name,
.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .des {
  text-align: center;
}

.cr-catalog-multi-vendor .cr-vendor-card .cr-vendor-card-info .name {
  font-weight: 700;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .description-info-list {
  border-bottom: 1px solid #eeeeee !important;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info {
  padding: 30px;
  display: flex;
  flex-direction: row;
  border: 1px solid #eeeeee;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor {
  width: 100px;
  display: contents;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor img {
  width: 100px;
  height: 100px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info {
  width: 100%;
  padding-left: 30px;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info .vendor-card-height {
  min-height: 100%;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info .vendor-card-height .catalog-detail-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  justify-content: center;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info .vendor-card-height .catalog-detail-card h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #777777;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info .vendor-card-height .catalog-detail-card .cr-pro-rating {
  margin-top: 5px;
  position: relative;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info .vendor-card-height .catalog-detail-card .cr-pro-rating i {
  margin-right: 5px;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info .vendor-card-height .catalog-detail-card .rating-of {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}

.cr-catalog-multi-vendor .cr-multi-vendor-detail .cr-page-description-info .cr-catalog-vendor-info .vendor-card-height .catalog-detail-card p {
  color: #999;
}

.cr-catalog-multi-vendor .cr-multi-vendor-slider {
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 0 0 5px 5px;
}

.cr-catalog-multi-vendor .cr-multi-vendor-slider .cr-product-inner .cr-pro-image .add-to-cart {
  width: 35px;
  font-size: 0;
  padding: 0;
  letter-spacing: 0;
}

.cr-catalog-multi-vendor .cr-multi-vendor-slider .cr-product-inner .cr-pro-image .add-to-cart .svg_img.pro_svg {
  margin-right: 0;
}

.cr-catalog-multi-vendor .cr-multi-vendor-slider .cr-product-inner .cr-pro-content .cr-price {
  margin-bottom: -8px;
}

.cr-catalog-multi-vendor .cr-multi-vendor-slider .slick-arrow.slick-prev {
  left: 7px;
}

.cr-catalog-multi-vendor .cr-multi-vendor-slider .slick-arrow.slick-next {
  right: 7px;
}

/*-----  Vendor Sidebar  -----*/

.cr-vendor-sidebar .cr-sidebar-slider .slick-arrow {
  width: 22px;
  height: 22px;
  top: -33px;
}

.cr-vendor-sidebar .cr-sidebar-slider .slick-arrow:before {
  font-size: 16px;
}

.cr-vendor-sidebar .cr-sidebar-slider .slick-prev {
  right: 28px;
  left: auto;
}

.cr-vendor-sidebar .cr-contact-form {
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
  padding-top: 15px;
}

.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form {
  margin: 0;
  border-bottom: none;
}

.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form label {
  margin: 0 0 5px 0;
}

.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form input,
.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form textarea {
  margin: 0 0 10px 0;
  padding: 0 15px;
  border: 1px solid #eeeeee;
  background: transparent;
}

.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form textarea {
  padding: 15px;
}

.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form input,
.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form button {
  height: 40px;
}

.cr-vendor-sidebar .cr-contact-form .cr-sb-block-form button {
  line-height: 28px;
}

/*-----  Vendor Dashboard  -----*/

.cr-vendor-dashboard .cr-vendor-dashboard-card,
.cr-vendor-uploads .cr-vendor-dashboard-card {
  background: #ffffff;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-wrap,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-wrap {
  border-color: #eeeeee;
  position: sticky;
  top: 30px;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-border-box,
.cr-vendor-uploads .cr-vendor-sidebar .cr-border-box {
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-bg,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(/images/default.png?9e1fcb8da728607e315156ba52270d86);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-detail,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-detail .v-img,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-detail h5,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-detail h5 {
  font-weight: 700;
  color: #777777;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li {
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #eeeeee;
  padding: 13px 0 10px 0;
  border-top: 1px solid #eeeeee;
  padding: 13px 0 10px 0;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li:hover a,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li:hover a {
  margin-left: 5px;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li a,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li a {
  width: 100%;
  display: block;
  color: #777777;
  font-weight: 500;
}

.cr-vendor-dashboard .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li:first-child,
.cr-vendor-uploads .cr-vendor-sidebar .cr-sidebar-block .cr-vendor-block .cr-vendor-block-items ul li:first-child {
  border-top: 0;
}

.cr-vendor-dashboard .cr-vendor-detail-block h6,
.cr-vendor-uploads .cr-vendor-detail-block h6 {
  margin-bottom: 15px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #777777;
  background: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.cr-vendor-dashboard .space-bottom-30,
.cr-vendor-uploads .space-bottom-30 {
  margin-bottom: 30px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card,
.cr-vendor-uploads .cr-vendor-dashboard-card {
  border: 1px solid #eeeeee;
  border-radius: 5px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-header,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-header {
  padding: 30px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-header h5,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-header h5 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777777;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-header .cr-header-btn .btn,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-header .cr-header-btn .btn {
  height: 30px;
  margin-left: 5px;
  line-height: 31px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body {
  padding: 30px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table {
  overflow-y: auto;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table > :not(:first-child),
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table thead tr th,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table thead tr th {
  color: #444;
  border-color: #eeeeee !important;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th,
.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td {
  color: #777777;
  border-color: #eeeeee !important;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th .prod-img,
.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td .prod-img,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th .prod-img,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td .prod-img {
  width: 50px;
  height: 50px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th span,
.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td span,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th span,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td span {
  padding: 14px 0 !important;
  display: block;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th i,
.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td i,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th i,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td i {
  margin: 14px 0 !important;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th .btn,
.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td .btn,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th .btn,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td .btn {
  height: 30px;
  line-height: 31px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th .tbl-btn,
.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td .tbl-btn,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr th .tbl-btn,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tbody tr td .tbl-btn {
  padding: 10px 0 !important;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tfoot,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body .cr-table tfoot {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.cr-vendor-dashboard .cr-vendor-dashboard-card .cr-vendor-card-body canvas,
.cr-vendor-uploads .cr-vendor-dashboard-card .cr-vendor-card-body canvas {
  height: 400px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-sort-card,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #eeeeee !important;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-sort-card h5,
.cr-vendor-dashboard .cr-vendor-dashboard-sort-card h3,
.cr-vendor-dashboard .cr-vendor-dashboard-sort-card p,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card h5,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card h3,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card p {
  color: #fff;
}

.cr-vendor-dashboard .cr-vendor-dashboard-sort-card h5,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card h5 {
  margin-bottom: 15px;
  font-size: 17px;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 600;
}

.cr-vendor-dashboard .cr-vendor-dashboard-sort-card h3,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card h3 {
  margin: 0;
  line-height: 24px;
  font-weight: 800;
}

.cr-vendor-dashboard .cr-vendor-dashboard-sort-card h3 span,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card h3 span {
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
}

.cr-vendor-dashboard .cr-vendor-dashboard-sort-card:after,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  right: -2px;
  bottom: -35px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.cr-vendor-dashboard .cr-vendor-dashboard-sort-card:before,
.cr-vendor-uploads .cr-vendor-dashboard-sort-card:before {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  right: -35px;
  bottom: -2px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.cr-vendor-dashboard .color-blue,
.cr-vendor-uploads .color-blue {
  background-image: linear-gradient(145deg, #b1d1ff 0%, #588fe4 100%);
}

.cr-vendor-dashboard .color-pink,
.cr-vendor-uploads .color-pink {
  background-image: linear-gradient(145deg, #fdb8c3, #ec6f85);
}

.cr-vendor-dashboard .color-green,
.cr-vendor-uploads .color-green {
  background-image: linear-gradient(145deg, #78ecc7 0%, #2fce9a 100%);
}

.cr-vendor-dashboard .color-orange,
.cr-vendor-uploads .color-orange {
  background-image: linear-gradient(145deg, #f9c899, #f79165);
}

/*-----  Vendor Upload Page  -----*/

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload {
  margin-bottom: -10px;
  position: sticky;
  top: 30px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload {
  margin-bottom: 10px;
  position: relative;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-edit {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 5px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-edit input {
  opacity: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-edit input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-edit input + label .svg_img {
  opacity: 0.6;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-edit input + label:hover {
  box-shadow: none;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-preview {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
  border: 1px solid #eeeeee;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .avatar-upload .avatar-preview .imagePreview img {
  margin: auto;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload {
  width: 65px;
  margin: 2px 7px 10px 7px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload .thumb-edit {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload input {
  opacity: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload input + label {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload input + label i {
  line-height: 5px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload input + label .svg_img {
  opacity: 0.6;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload input + label:hover {
  box-shadow: none;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload .thumb-preview {
  padding: 2px;
  position: relative;
  border: 1px solid #eeeeee;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload .thumb-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-img-upload .cr-vendor-main-img .thumb-upload-set .thumb-upload .thumb-preview img {
  width: 76px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .mb-25 {
  margin-bottom: 25px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form label {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form label span {
  font-size: 13px;
  color: #999;
  font-weight: 300;
  text-transform: none;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form input:not([readonly]),
.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form textarea,
.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form select {
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
  border-radius: 0;
  border: 1px solid #eeeeee !important;
  background-color: transparent;
  color: #777777;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form input[type=text],
.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form select {
  height: 50px;
  box-shadow: none;
  outline: none;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form input[type=color] {
  width: 25px !important;
  height: 25px !important;
  padding: 0;
  border-radius: 0 !important;
  display: inline-flex;
  margin: 4px;
  min-height: 25px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form input[type=color] i {
  border-radius: 0;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form .form-checkbox-box {
  height: 30px;
  margin-top: 5px;
  display: inline-block;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form .form-check {
  height: 20px;
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form .form-check input {
  width: 20px !important;
  height: 20px !important;
  margin: 0;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form .form-check label {
  width: 20px;
  margin: 5px 5px 2px 7px;
  line-height: 11px;
  color: #999;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail form textarea {
  padding: 15px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput {
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 0;
  line-height: 22px;
  cursor: text;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput input {
  height: 40px;
  border: none !important;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 5px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput input::-moz-placeholder {
  color: #999;
  opacity: 1;
  /* Firefox */
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput input::placeholder {
  color: #999;
  opacity: 1;
  /* Firefox */
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: #777777;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
  color: #f96e6e;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "\D7";
  padding: 0px 2px;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.cr-vendor-uploads .cr-vendor-card-body .cr-vendor-upload-detail .bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

/*-----  Vendor Profile Page  -----*/

.cr-vendor-profile-card .cr-vendor-block-profile h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777777;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-img {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-img .cr-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(/images/default.png?9e1fcb8da728607e315156ba52270d86);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-img .cr-vendor-block-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-img .cr-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-img .cr-vendor-block-detail h5 {
  margin: 15px 15px 5px 15px;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-img .cr-vendor-block-detail p {
  color: #999;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-address ul li,
.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-email ul li,
.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-contact ul li {
  padding: 5px 0;
}

.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-address ul li strong,
.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-email ul li strong,
.cr-vendor-profile-card .cr-vendor-block-profile .cr-vendor-block-contact ul li strong {
  font-weight: 500;
}

/*-----  Settings vendor page  -----*/

.cr-vendor-setting-card .name {
  margin: 15px 15px 5px 15px;
  font-size: 15px;
}

.cr-vendor-setting-card h5 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #777777;
}

.cr-vendor-setting-card .cr-vendor-block-img {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.cr-vendor-setting-card .cr-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(/images/default.png?9e1fcb8da728607e315156ba52270d86);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  border-radius: 5px;
}

.cr-vendor-setting-card .cr-vendor-block-bg a {
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.cr-vendor-setting-card .cr-vendor-block-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.cr-vendor-setting-card .cr-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.cr-vendor-setting-card .cr-vendor-block-address ul li,
.cr-vendor-setting-card .cr-vendor-block-email ul li,
.cr-vendor-setting-card .cr-vendor-block-contact ul li {
  padding: 5px 0;
}

.cr-vendor-setting-card .cr-vendor-block-address ul li strong,
.cr-vendor-setting-card .cr-vendor-block-email ul li strong,
.cr-vendor-setting-card .cr-vendor-block-contact ul li strong {
  font-weight: 500;
}

.a-round-icon {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.a-round-icon .svg_img {
  opacity: 0.6;
}

.a-round-icon:hover {
  box-shadow: none;
}

/*-----  Modal Window  -----*/

#edit_modal .cr-vendor-block-img {
  height: 80vh;
  overflow-y: auto;
}

#edit_modal .cr-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}

#edit_modal .cr-vendor-block-bg .btns {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

#edit_modal .cr-vendor-block-bg .btns a {
  height: 40px;
  margin-left: 5px;
  margin-bottom: 5px;
  line-height: 40px;
  font-size: 14px;
}

#edit_modal .cover-upload {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#edit_modal .cover-upload:after {
  content: "";
  width: 100%;
  height: 200px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

#edit_modal .cover-upload .thumb-upload {
  height: 200px;
  position: relative;
}

#edit_modal .cover-upload .thumb-upload .thumb-edit {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

#edit_modal .cover-upload .thumb-upload .thumb-edit input {
  opacity: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

#edit_modal .cover-upload .thumb-upload .thumb-edit input + label {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

#edit_modal .cover-upload .thumb-upload .thumb-edit input + label .svg_img {
  opacity: 0.6;
}

#edit_modal .cover-upload .thumb-upload .thumb-edit input + label:hover {
  box-shadow: none;
}

#edit_modal .cr-vendor-block-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

#edit_modal .cr-vendor-block-detail .v-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-top: -70px;
  border: 10px solid #ffffff;
}

#edit_modal .cr-vendor-block-detail .thumb-upload {
  position: relative;
}

#edit_modal .cr-vendor-block-detail .thumb-upload .thumb-edit {
  position: absolute;
  top: -60px;
  right: 5px;
  z-index: 1;
}

#edit_modal .cr-vendor-block-detail .thumb-upload .thumb-edit input {
  opacity: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

#edit_modal .cr-vendor-block-detail .thumb-upload .thumb-edit input + label {
  width: 30px;
  height: 30px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eeeeee;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

#edit_modal .cr-vendor-block-detail .thumb-upload .thumb-edit input + label .svg_img {
  opacity: 0.6;
}

#edit_modal .cr-vendor-block-detail .thumb-upload .thumb-edit input + label:hover {
  box-shadow: none;
}

#edit_modal .cr-vendor-upload-detail .space-t-15 {
  margin-top: 15px;
}

#edit_modal .cr-vendor-upload-detail input:not([readonly]),
#edit_modal .cr-vendor-upload-detail textarea,
#edit_modal .cr-vendor-upload-detail select {
  background-color: transparent;
  color: #777777;
  border-radius: 0;
  border: 1px solid #eeeeee !important;
}

#edit_modal .cr-vendor-upload-detail input,
#edit_modal .cr-vendor-upload-detail select {
  height: 45px;
  box-shadow: none;
  outline: none;
}

#edit_modal .cr-vendor-upload-detail .qty_close {
  margin-left: 5px;
}

/*-------------------------------------------------
  User account Page CSS
---------------------------------------------------*/

.cr-user-account .cr-vendor-block-img {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}

.cr-user-account .cr-vendor-block-img p {
  margin-bottom: 5px;
}

.cr-user-account .cr-vendor-block-img p span {
  font-weight: 700;
}

.cr-user-account .cr-vendor-block-bg {
  width: 100%;
  height: 200px;
  background-image: url(/images/8.jpg?b842345d7103c3f64dfc8825e4d95d82) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.cr-user-account .border-none {
  border: none;
}

.cr-user-account .border-color {
  border-bottom: none;
}

.cr-user-account tfoot tr td {
  color: #777777;
}

.cr-user-account tfoot tr td span {
  padding: 15px 0 0 0 !important;
  display: block;
}

.cr-user-account .page-header {
  display: flex;
  justify-content: center;
}

.cr-user-account .page-header .page-tools {
  align-self: flex-end;
}

.cr-user-account .page-header img {
  width: 130px;
}

.cr-user-account .cr-vendor-block-detail {
  position: relative;
  margin-bottom: 15px;
}

.cr-user-account .brc-default-l1 {
  border-color: #eeeeee;
}

.cr-user-account .ml-n1 {
  margin-left: -0.25rem;
}

.cr-user-account .mx-n1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.cr-user-account .mr-n1 {
  margin-right: -0.25rem;
}

.cr-user-account .mb-4 {
  margin-bottom: 1.5rem;
}

.cr-user-account .my-4 {
  margin-bottom: 1.5rem;
}

.cr-user-account hr {
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.cr-user-account .text-grey-m2 {
  color: #777777;
}

.cr-user-account .font-bolder {
  font-weight: 600;
}

.cr-user-account .text-600 {
  font-weight: 700;
}

.cr-user-account .pb-25 {
  padding-bottom: 0.75rem;
}

.cr-user-account .py-25 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.cr-user-account .pt-25 {
  padding-top: 0.75rem;
}

.cr-user-account .w-2 {
  width: 1rem;
}

.cr-user-account .note-text-color {
  color: #999;
}

.cr-user-account .padding-b-0 {
  padding-bottom: 0 !important;
}

.cr-invoice-2 table {
  margin-bottom: 30px;
}

.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table thead tr {
  background-color: #2d313e;
}

.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table thead tr th {
  color: #fff;
}

.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tbody tr,
.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tfoot tr {
  background-color: #f7f7f7;
}

.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tbody tr:nth-child(even),
.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tfoot tr:nth-child(even) {
  background-color: #f3f3f3;
}

.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tbody tr td span,
.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tbody tr th span,
.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tfoot tr td span,
.cr-invoice-2 .cr-vendor-dashboard-card .cr-vendor-card-body .cr-vendor-card-table tfoot tr th span {
  padding: 10px 0 !important;
}

/*----  Whatsapp chat start  ----*/

.cr-style {
  display: inline-block;
  position: fixed;
  letter-spacing: 0.1px;
  z-index: 13;
}

.cr-style .cr-wp-button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cr-style .cr-wp-button .whatsapp {
  width: 23px;
  height: 23px;
  background-image: url(/images/whatsapp.png?af3fee5ad8ac52970c4e60eee601b808);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table;
  margin-right: 0;
  font-size: 25px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #2ab674;
}

.cr-style .cr-header strong {
  font-size: 15px;
  line-height: 20px;
}

.cr-style .cr-header p {
  margin-bottom: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.cr-style .cr-list .d-flex {
  display: flex;
}

.cr-style .cr-list .cr-img-cont {
  position: relative;
}

.cr-style .cr-list .cr-user-img {
  height: 40px;
  width: 40px;
  vertical-align: middle;
  border-radius: 50%;
}

.cr-style .cr-list .cr-status-icon {
  position: absolute;
  bottom: 5px;
  right: 1px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #a0a0a0;
}

.cr-style .cr-list .cr-online {
  background-color: #2ab674;
}

.cr-style .cr-list .cr-offline {
  background-color: #a0a0a0;
}

.cr-style .cr-list .cr-user-info {
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 15px;
}

.cr-style .cr-list .cr-user-info span {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #555;
}

.cr-style .cr-list .cr-user-info p {
  margin-bottom: 0;
  color: #888;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.cr-style .cr-list .cr-chat-icon {
  margin-top: -46px;
  right: -10px;
  position: absolute;
  color: #d4d4d4;
  font-size: 60px;
  opacity: 0.5;
  transition: all 0.05s ease-in-out;
  overflow: hidden;
}

.cr-style .cr-body:hover {
  text-decoration: none;
  cursor: pointer;
}

.cr-style .cr-body:hover .cr-user-img {
  transition: all 0.3s ease-in-out;
}

.cr-style .cr-body li {
  display: block;
  padding: 10px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  border-bottom: 1px solid #eee;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
}

.cr-style .cr-body li:hover {
  background-color: rgba(42, 182, 116, 0.07);
}

.cr-style .cr-body li:hover .cr-chat-icon {
  color: #555;
  transition: all 0.05s ease-in-out;
}

.cr-style .cr-body li:hover .cr-chat-icon i {
  transition: all 0.3s ease-in-out;
}

.cr-style .cr-body .cr-chat-icon i {
  transition: all 0.3s ease-in-out;
}

.cr-right-bottom {
  bottom: 15px;
  right: 15px;
  float: right;
}

.cr-right-bottom .cr-box {
  background-color: #ffffff;
  border: 2px solid #2ab674;
  border-radius: 5px;
}

.cr-right-bottom .cr-box:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.wa-chat-btn-fixed {
  position: fixed;
  font-family: Lato, Open Sans, sans-serif !important;
}

.wa-chat-btn-fixed img {
  background-color: transparent;
  opacity: 1;
}

.wa-chat-btn-default {
  font-size: 14px;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  padding: 10px;
  background: #ffffff;
  color: green;
  cursor: pointer;
  box-shadow: 0 0 5px #d3d3d3;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wa-chat-btn-default-waicon {
  width: 25px;
  vertical-align: middle;
  margin-right: 4px;
}

.wa-chat-btn-base-cta {
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 5px #d3d3d3;
  display: table;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wa-chat-btn-base-cta-rounded {
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 5px #d3d3d3;
  display: table;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.wa-chat-btn-base-icon {
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 8px #c2c2c2;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.wa-chat-btn-base-icon.no-box-shadow {
  background: none !important;
  box-shadow: none;
}

.wa-chat-btn-container-size-big {
  font-size: 14px;
  padding: 10px;
}

.wa-chat-btn-container-size-rounded-big {
  font-size: 14px;
  padding: 10px 16px;
}

.wa-chat-btn-container-size-small {
  font-size: 12px;
  padding: 6px;
}

.wa-chat-btn-container-size-rounded-small {
  font-size: 12px;
  padding: 6px 10px;
}

.wa-chat-btn-icon-cta-big {
  width: 25px;
  vertical-align: middle;
  margin-right: 4px;
}

.wa-chat-btn-icon-cta-small {
  width: 20px;
  vertical-align: middle;
  margin-right: 4px;
}

.wa-chat-btn-icon-image-only {
  width: 54px;
  height: 54px;
  vertical-align: middle;
}

.wa-chat-btn-theme-cta-old {
  background: #f9f9f9;
  color: green;
}

.wa-chat-btn-theme-cta-new {
  background: white;
  color: green;
}

.wa-chat-btn-theme-cta-new-inverted {
  background: #35cb5e;
  color: #fff;
}

.wa-chat-btn-theme-cta-black {
  background: white;
  color: #000;
}

.wa-chat-btn-theme-cta-black-inverted {
  background: black;
  color: #fff;
}

.wa-chat-button-cta-text {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.wa-chat-bubble-floating-popup {
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3019607843);
  background: #fff;
  overflow: hidden;
  width: 350px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  bottom: 20px;
  display: block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-family: Lato, Open Sans, sans-serif !important;
}

@media screen and (max-width: 767px) {
  .wa-chat-bubble-floating-popup {
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
}

.wa-chat-bubble-header-light {
  background: linear-gradient(110.56deg, #20802c 0%, #30bf42 100%);
  text-align: center;
  color: #fff;
  padding: 24px;
}

.wa-chat-bubble-header-dark {
  background: linear-gradient(110.56deg, #000000 0%, #6a6a6a 100%);
  text-align: center;
  color: #fff;
  padding: 24px;
}

.wa-chat-bubble-chat {
  padding: 0;
  background: #ffffff;
  height: 400px;
  overflow-y: auto;
}

.wa-chat-bubble-reachus {
  display: block;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wa-chat-bubble-reachus-title {
  font-size: 20px;
  font-weight: 200;
  color: #000;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  line-height: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wa-chat-bubble-floating-popup .wa-chat-bubble-chat {
    max-height: 70%;
    height: calc(100vh - 165px) !important;
  }

  .wa-chat-bubble-floating-popup .wa-chat-bubble-chat {
    background: transparent;
  }
}

.wa-chat-bubble-chat .list-cs {
  font-size: 13px;
  padding: 16px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  background-color: #d3d3d3;
  display: flex;
  background: #fff;
  cursor: pointer;
}

.wa-chat-bubble-chat .list-cs:last-child {
  margin-bottom: 1.2rem;
  border-bottom: 0px;
}

.wa-chat-bubble-chat .list-cs:first-child {
  border-bottom: 1px solid #f0f0f0;
}

.wa-chat-bubble-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  overflow: hidden;
  right: 10px;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
}

.wa-chat-bubble-whatsapp-avatar {
  position: relative;
  vertical-align: bottom;
  left: 10px;
  z-index: 99;
  height: 16px;
  width: 16px;
}

.wa-chat-bubble-cs-profile {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  color: #000;
  font-size: 14px;
  margin-top: 2px;
  text-align: left;
  flex: 1;
}

.wa-chat-bubble-cs-profile p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #555;
  font-weight: 300;
}

.wa-chat-bubble-profile-name {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-block-start: 0.3em;
  margin-block-end: 0.4em;
}

.wa-chat-bubble-footer {
  height: 2em;
  position: relative;
}

.wa-chat-bubble-footer-content {
  color: #606060;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.wa-chat-bubble-header-title {
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 100%;
  text-align: left;
  color: #fff;
}

.wa-chat-bubble-close-btn {
  float: right;
  cursor: pointer;
  display: table;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wa-chat-bubble-header-desc {
  margin-top: 12px;
  font-family: inherit;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  color: #efefef;
}

.wa-chat-bubble-pos-left {
  left: 20px;
}

.wa-chat-bubble-pos-right {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .wa-chat-bubble-pos-left {
    left: 0px;
  }

  .wa-chat-bubble-pos-right {
    right: 0px;
  }
}

.wa-share-btn-container {
  width: auto;
  height: auto;
  margin: 0;
  bottom: 50%;
  font-size: 16px;
  position: fixed;
  cursor: pointer;
  padding: 1px 4px;
  box-shadow: 0 0 5px #d3d3d3;
  line-height: 1.5;
  font-family: Lato, Open Sans, sans-serif !important;
}

.wa-share-btn-cta {
  writing-mode: tb;
  margin: 6px 0;
  transform: rotate(-180deg);
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  display: table;
  color: #fff;
}

.wa-share-btn-img {
  display: table;
  height: 20px;
  width: 20px;
  margin: auto auto 4px;
  display: block !important;
}

.wa-share-btn-pos-left {
  left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.wa-share-btn-pos-right {
  right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.wa-share-btn-tmpl-regular {
  background: white;
}

.wa-share-btn-tmpl-regular p {
  color: green;
}

.wa-share-btn-tmpl-inverted {
  background: #35cb5e;
}

.wa-share-btn-tmpl-inverted p {
  color: #fff;
}

.wa-share-btn-tmpl-black-regular {
  background: white;
}

.wa-share-btn-tmpl-black-regular p {
  color: #000;
}

.wa-share-btn-tmpl-black-inverted {
  background: black;
}

.wa-share-btn-tmpl-black-inverted p {
  color: #fff;
}

.wa-share-btn-tmpl-old {
  background: #f9f9f9;
}

.wa-share-btn-tmpl-old p {
  color: green;
}

@media screen and (max-width: 500px) {
  .wa-optin-widget-container {
    width: 98%;
  }
}

.wa-optin-widget-logo-img {
  width: 92%;
}

.wa-optin-widget-number-input {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  padding: 10px;
  height: 38px;
  font-size: 16px;
  width: 56%;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

.wa-optin-widget-confirm-button {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  background: #2eb840;
  color: #fff;
  border-style: solid;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  right: 24px;
  border: none;
  outline: none;
  font-size: 16px;
  width: 36%;
  border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0px 100px 100px 0px;
  -moz-border-radius: 0px 100px 100px 0px;
  -ms-border-radius: 0px 100px 100px 0px;
  -o-border-radius: 0px 100px 100px 0px;
}

.wa-optin-widget-confirm-button:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
}

.wa-chat-widget-footer {
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-family: Lato, Open Sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  width: 100%;
  height: 20px;
  background: #fafafa;
  vertical-align: middle;
  cursor: pointer;
  z-index: 100;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.0784313725);
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
}

.wa-chat-widget-footer-superlemon {
  color: #2eb840;
}

.wa-callout-card-close-btn {
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.wa-callout-card-close-btn-right {
  top: -22px;
  left: -22px;
}

.wa-callout-card-close-btn-left {
  top: -22px;
  right: -22px;
}

.wa-callout-card-close-btn img {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.wa-callout-card-fixed {
  width: 260px;
  padding: 12px;
  bottom: 40px;
  opacity: 0;
  font-size: 14px;
  position: fixed;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px #d3d3d3;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.callout-text-container {
  position: relative;
  color: #2c2c2c;
}

.callout-text-container p {
  line-height: 1.5;
  margin: 0;
  color: #2c2c2c;
}

.animate-callout-card {
  opacity: 1;
}

.hide-callout-card {
  transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
}

.wa-optin-widget-left-sec,
.wa-optin-widget-right-sec {
  width: 50%;
}

.wa-optin-widget-close-img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.wa-optin-widget-input-box {
  display: flex;
  place-items: center;
  background: #ffffff !important;
  border: 1px solid #c4cdd5;
  box-shadow: inset 0 1px 2px rgba(102, 113, 123, 0.2117647059);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.wa-optin-widget-right-sec-content-container {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  place-items: center;
  width: 85%;
  margin: 0 auto;
}

.wa-optin-widget-left-sec {
  background: #f7f7f7;
  padding: 7% 4%;
  overflow: hidden;
}

.wa-optin-widget-right-sec {
  background-image: url(https://cdn.shopify.com/s/files/1/0070/3666/5911/files/opt-in-bg-whatsapp-light.png?1433);
  background-image: url(https://cdn.shopify.com/s/files/1/0070/3666/5911/files/opt-in-bg-whatsapp-light.png?1433);
  background-image: url(https://cdn.shopify.com/s/files/1/0070/3666/5911/files/opt-in-bg-whatsapp-light.png?1433);
  background-image: url(https://cdn.shopify.com/s/files/1/0070/3666/5911/files/opt-in-bg-whatsapp-light.png?1433);
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  place-items: center;
  flex-direction: column-reverse;
  padding: 1.3em 0.5em;
  font-size: 16px;
}

.wa-optin-widget-input-box,
.wa-optin-widget-confirm-btn {
  width: 100%;
  overflow: hidden;
  padding: 0.7em 1em;
  font-family: Source Sans Pro, sans-serif;
  height: auto;
}

.wa-optin-widget-input-box {
  box-sizing: border-box;
  padding: 0.8vw 1.6vw;
}

.wa-optin-widget-input,
input[type=tel].wa-optin-widget-input {
  border: 0 !important;
  padding: 0.3rem !important;
  background: transparent !important;
  width: 100% !important;
  font-family: Source Sans Pro, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.3vw !important;
  line-height: 1 !important;
  margin: 0 !important;
  color: #000 !important;
  min-height: 0px;
  height: auto;
}

input[type=tel]:focus.wa-optin-widget-input {
  box-shadow: none !important;
}

.wa-optin-widget-country-flag {
  line-height: 0.8;
  line-height: 100%;
  font-size: 1.3vw;
}

.wa-optin-widget-confirm-btn {
  width: 100%;
  color: #00b217;
  background: #ffffff;
  margin-top: 0.8em;
  border: 2px solid #00b217;
  box-shadow: 0 1px rgba(22, 29, 37, 0.1019607843), inset 0 1px rgba(255, 255, 255, 0.0588235294);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 600;
  font-size: 1.3vw;
  padding: 0.7em 1em;
  line-height: 1.3;
}

.wa-optin-widget-blur-filter {
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  background: rgba(0, 0, 0, 0.6);
}

.wa-optin-widget-title {
  font-size: 2.5vw;
  color: #000;
  padding: 0.5em 0;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  line-height: 140%;
  margin-block-end: auto;
  margin-block-start: auto;
}

.wa-optin-widget-subTitle {
  font-size: 1.5vw;
  color: gray;
  padding: 0.5em 0;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 500;
  line-height: 140%;
  margin-block-end: auto;
  margin-block-start: auto;
}

.wa-optin-widget-title-text-logo {
  height: 1.3em;
  width: 1.3em;
  vertical-align: text-bottom;
  margin-left: 8px;
  margin-right: 4px;
}

.wa-optin-widget-title-text {
  word-wrap: initial;
}

.wa-optin-widget-container {
  padding: 2% 2%;
  background: #f7f7f7;
  display: block !important;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 1rem !important;
  width: 80% !important;
  max-width: 70%;
  max-height: 80%;
  box-sizing: border-box;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
}

.wa-optin-widget-content-container {
  font-style: normal;
  display: flex;
  position: relative;
}

.wa-optin-widget-close-btn {
  position: absolute;
  top: 1.2vw;
  right: 1.2vw;
  cursor: pointer;
  height: 1.3vw;
  width: 1.3vw;
}

.wa-optin-widget-confirm-btn-active {
  background: #00b317;
  color: #fff;
}

.wa-optin-widget-list-items {
  padding: 0.3em 0;
  font-size: 1.5vw;
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.6 !important;
}

li.wa-optin-widget-list-items {
  margin-bottom: 0.25em;
  list-style-type: none;
}

.wa-optin-widget-list-items span {
  font-size: 1.5vw;
  color: #000;
  font-family: Lato, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.wa-optin-widget-list-items img {
  vertical-align: middle;
  height: 1.4em;
  width: 1.4em;
  margin-right: 8px;
}

.wa-optin-widget-input:focus {
  outline: none;
  background: transparent;
}

.wa-optin-widget-ul-container {
  padding-bottom: 1em;
}

.wa-optin-widget-ul-container ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 30px;
}

.wa-optin-widget-title-container {
  margin-bottom: 2.4vh;
}

.wa-optin-widget-stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.wa-blur-container {
  height: 1000%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(81, 81, 81, 0.8784313725);
}

.wa-optin-widget-spam-msg {
  position: relative;
  bottom: 10px;
  left: 0px;
  font-size: 85%;
  color: gray;
}

@media (min-width: 310px) and (max-width: 767px) {
  .wa-optin-widget-input,
  input[type=tel].wa-optin-widget-input,
  .wa-optin-widget-confirm-btn {
    width: 100% !important;
    font-size: 1em !important;
  }

  .wa-optin-widget-country-flag {
    font-size: 1em;
  }

  .wa-optin-widget-confirm-btn {
    margin-top: 12px;
    padding: 0.8em 1em;
  }

  .wa-optin-widget-input-box {
    padding: 0.6em 1em;
  }

  .wa-optin-widget-input,
  input[type=tel].wa-optin-widget-input {
    padding: 0 0 0 0.6rem !important;
  }

  .wa-optin-widget-left-sec,
  .wa-optin-widget-right-sec {
    width: 100%;
    box-sizing: border-box;
  }

  .wa-optin-widget-left-sec {
    padding: 0;
  }

  .wa-optin-widget-title-container {
    padding: 1% 1% 1%;
    background: #f7f7f7;
    margin-bottom: 0;
  }

  .wa-optin-widget-content-container {
    background: #fff;
  }

  .wa-optin-widget-virtual-keyboard-confirm-btn-margin {
    margin-top: 32px;
  }

  .wa-optin-widget-virtual-keyboard-right-sec-margin-top {
    margin-top: 1em !important;
    padding: 2em 0.5em 2.5em;
  }
}

@media (min-width: 970px) {
  .wa-optin-widget-input,
  input[type=tel].wa-optin-widget-input {
    padding: 0 0 0 0.6rem !important;
  }

  .wa-optin-widget-left-sec,
  .wa-optin-widget-right-sec {
    width: 100%;
    box-sizing: border-box;
  }

  .wa-optin-widget-left-sec {
    padding: 0;
  }

  .wa-optin-widget-title-container {
    padding: 0% 5% 0% 3%;
    background: #f7f7f7;
    margin-bottom: 0;
  }

  .wa-optin-widget-ul-container {
    position: relative;
    bottom: 0px;
    left: 15px;
  }

  .wa-optin-widget-spam-msg {
    position: relative;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    color: gray;
  }

  .wa-optin-widget-content-container {
    background: #fff;
  }

  .wa-optin-widget-virtual-keyboard-confirm-btn-margin {
    margin-top: 32px;
  }

  .wa-optin-widget-virtual-keyboard-right-sec-margin-top {
    margin-top: 1em !important;
    padding: 2em 0.5em 2.5em;
  }
}

@media (min-width: 300px) and (max-width: 410px) {
  .wa-optin-widget-title,
  .wa-optin-widget-subTitle {
    font-size: 2.7vw;
    line-height: 140%;
    margin: 0;
  }
}

@media (min-width: 755px) and (max-width: 1200px) {
  .wa-optin-widget-input,
  input[type=tel].wa-optin-widget-input {
    padding: 0.3vw 0.6vw !important;
  }
}

@media all and (min-width: 1400px) and (max-width: 3720px) {
  .wa-optin-widget-input,
  input[type=tel].wa-optin-widget-input {
    padding: 0.3vw 0.8vw !important;
    font-size: 20px !important;
  }

  .wa-optin-widget-spam-msg {
    font-size: 20px !important;
  }
}

@media all and (min-width: 1870px) and (max-width: 3720px) {
  .wa-optin-widget-input,
  .wa-optin-widget-confirm-btn {
    line-height: 1;
  }

  .wa-optin-widget-input-box {
    padding: 0.8rem 1rem;
  }

  .wa-optin-widget-right-sec {
    padding: 1.3em 0.5em 2.8em;
  }
}

@keyframes bounceDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceDown {
  animation-name: bounceDown;
}

@keyframes bounceUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -10px, 0);
  }

  75% {
    transform: translate3d(0, 5px, 0);
  }

  90% {
    transform: translate3d(0, -2px, 0);
  }

  to {
    transform: translateZ(0);
  }
}

.bounceUp {
  animation-name: bounceUp;
}

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

.wa-optin-widget-container-old {
  position: fixed;
  bottom: 80px;
  width: 550px;
  height: 150px;
  background: #fafafa;
  border: 1px solid #c5c5c5;
  box-sizing: border-box;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: table;
}

@media screen and (max-width: 500px) {
  .wa-optin-widget-container-old {
    width: 98%;
  }
}

.wa-optin-widget-close-img-old {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.wa-optin-widget-close-btn-old {
  height: 1px;
  float: right;
  padding: 6px;
  border-radius: 10px;
  display: table;
}

.wa-optin-widget-close-img-old:hover {
  width: 18px;
  cursor: pointer;
}

.wa-optin-widget-content-container-old {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.2px;
  color: #000;
  margin-left: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.wa-optin-widget-logo-img-old {
  width: 92%;
}

.wa-optin-widget-number-input-old {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  padding: 10px;
  height: 38px;
  font-size: 16px;
  width: 56%;
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

.wa-optin-widget-confirm-button-old {
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  border-radius: 0 100px 100px 0;
  background: #2eb840;
  color: #fff;
  border-style: solid;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  right: 24px;
  border: none;
  outline: none;
  font-size: 16px;
  width: 36%;
}

.wa-optin-widget-confirm-button-old:hover {
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
}

.wa-chat-btn-base-cta-with-icon img {
  border-radius: 100%;
  box-shadow: 0 0 5px #d3d3d3;
  cursor: pointer;
}

.wa-chat-btn-base-cta-with-icon img.no-radius {
  border-radius: 0rem;
  box-shadow: none;
}

.wa-chat-btn-base-cta-with-icon .wa-chat-button-cta-text {
  background-color: #fff;
  padding: 4px 10px;
  margin: 0 8px;
  border-radius: 4px;
  color: #2c2c2c;
  cursor: pointer;
  box-shadow: 0 0 5px #d3d3d3;
}

.rounded .wa-chat-button-cta-text {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.wa-chat-btn-base-cta-with-icon.b-grey .wa-chat-button-cta-text {
  background-color: #e9eff5;
  padding: 4px 9px;
  margin: 0 8px;
  border-radius: 4px;
  color: #707070;
  cursor: pointer;
  box-shadow: 0 0 5px #d3d3d3;
}

.wa-chat-bubble-header-common {
  text-align: center;
  color: #fff;
  padding: 24px;
}

.wa-chat-bubble-header-common.wavy:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  border-image-source: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 24 150 28'%3E%3Cdefs%3E%3Cpath id='gentle-wave' d='M-160 46c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z'%3E%3C/path%3E%3C/defs%3E%3Cg%3E%3Cuse xlink:href='%23gentle-wave' x='30' y='3' fill='%23fff'%3E%3C/use%3E%3C/g%3E%3C/svg%3E");
  border-image-slice: 0 2 100%;
  border-bottom: solid 24px;
}

.wa-intercom .wa-chat-bubble-header-common {
  padding-bottom: 40px;
}

.wa-intercom .wa-chat-bubble-chat {
  margin: -1.4rem 0.9rem 0.9rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  margin-bottom: 26px;
}

.wa-intercom .wa-chat-bubble-chat .list-cs {
  padding: 16px 4px;
}

.wa-intercom .wa-chat-widget-footer {
  box-shadow: none;
  background: transparent;
}

.wa-chat-bubble-header-1,
.wa-chat-bubble-header-101 {
  background: linear-gradient(110.56deg, #20802c 0%, #30bf42 100%);
}

.wa-chat-bubble-header-201 {
  background: linear-gradient(164.25deg, #20802c 18.04%, #30bf42 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-1,
.avatar-theme-101,
.avatar-theme-201 {
  background: #20802c;
}

.wa-chat-bubble-header-2,
.wa-chat-bubble-header-102 {
  background: linear-gradient(110.56deg, #000000 0%, #6a6a6a 100%);
}

.wa-chat-bubble-header-202 {
  background: linear-gradient(164.25deg, #000000 18.04%, #6a6a6a 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-2,
.avatar-theme-102,
.avatar-theme-202 {
  background: #000000;
}

.wa-chat-bubble-header-3,
.wa-chat-bubble-header-103 {
  background: linear-gradient(110.56deg, #f52380 0%, #fe8fbb 100%);
}

.wa-chat-bubble-header-203 {
  background: linear-gradient(164.25deg, #f52380 18.04%, #fe8fbb 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-3,
.avatar-theme-103,
.avatar-theme-203 {
  background: #f62f87;
}

.wa-chat-bubble-header-4,
.wa-chat-bubble-header-104 {
  background: linear-gradient(90deg, #591657 0%, #e22d18 100%);
}

.wa-chat-bubble-header-204 {
  background: linear-gradient(164.25deg, #591657 18.04%, #e22d18 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-4,
.avatar-theme-104,
.avatar-theme-204 {
  background: #a92332;
}

.wa-chat-bubble-header-5,
.wa-chat-bubble-header-105 {
  background: linear-gradient(90deg, #0f3396 0%, #320c79 0.01%, #20a6f7 100%);
}

.wa-chat-bubble-header-205 {
  background: linear-gradient(164.25deg, #0f3396 18.04%, #20a6f7 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-5,
.avatar-theme-105,
.avatar-theme-205 {
  background: #2860be;
}

.wa-chat-bubble-header-6,
.wa-chat-bubble-header-106 {
  background: linear-gradient(90deg, #4a0646 0%, #ee3d96 100%);
}

.wa-chat-bubble-header-206 {
  background: linear-gradient(164.25deg, #4a0646 18.04%, #ee3d96 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-6,
.avatar-theme-106,
.avatar-theme-206 {
  background: #9f2370;
}

.wa-chat-bubble-header-7,
.wa-chat-bubble-header-107 {
  background: linear-gradient(90deg, #4a27c0 0%, #b44df3 100%);
}

.wa-chat-bubble-header-207 {
  background: linear-gradient(164.25deg, #4a27c0 18.04%, #b44df3 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-7,
.avatar-theme-107,
.avatar-theme-207 {
  background: #7838d6;
}

.wa-chat-bubble-header-8,
.wa-chat-bubble-header-108 {
  background: linear-gradient(90deg, #7751e8 0%, #f95a6c 100%);
}

.wa-chat-bubble-header-208 {
  background: linear-gradient(164.25deg, #7751e8 18.04%, #f95a6c 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-8,
.avatar-theme-108,
.avatar-theme-208 {
  background: #b655ac;
}

.wa-chat-bubble-header-9,
.wa-chat-bubble-header-109 {
  background: linear-gradient(90deg, #fe2b42 0%, #ffa96a 100%);
}

.wa-chat-bubble-header-209 {
  background: linear-gradient(164.25deg, #fe2b42 18.04%, #ffa96a 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-9,
.avatar-theme-109,
.avatar-theme-209 {
  background: #ff6c57;
}

.wa-chat-bubble-header-10,
.wa-chat-bubble-header-110 {
  background: linear-gradient(90deg, #0c8f8b 0%, #0edd7d 100%);
}

.wa-chat-bubble-header-210 {
  background: linear-gradient(164.25deg, #0c8f8b 18.04%, #0edd7d 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-10,
.avatar-theme-110,
.avatar-theme-210 {
  background: #0db684;
}

.wa-chat-bubble-header-11,
.wa-chat-bubble-header-111 {
  background: linear-gradient(110.56deg, #1f8d2c 0%, #2bad3c 100%);
}

.wa-chat-bubble-header-211 {
  background: linear-gradient(164.25deg, #1f8d2c 18.04%, #2bad3c 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-11,
.avatar-theme-111,
.avatar-theme-211 {
  background: #ffe26f;
}

.wa-chat-bubble-header-12,
.wa-chat-bubble-header-112,
.wa-chat-bubble-header-212 {
  background: linear-gradient(164.25deg, #0b4622 18.04%, #1f8145 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-12,
.avatar-theme-112,
.avatar-theme-212 {
  background: #ffe26f;
}

.wa-chat-bubble-header-13,
.wa-chat-bubble-header-113,
.wa-chat-bubble-header-213 {
  background: #ed731d;
}

.wa-chat-bubble-avatar .avatar-theme-13,
.avatar-theme-113,
.avatar-theme-213 {
  background: #ffe26f;
}

.wa-chat-bubble-header-14,
.wa-chat-bubble-header-114,
.wa-chat-bubble-header-214 {
  background: linear-gradient(164.25deg, #d14000 18.04%, #e7510f 81.96%);
}

.wa-chat-bubble-avatar .avatar-theme-14,
.avatar-theme-114,
.avatar-theme-214 {
  background: #ffe26f;
}

.wa-chat-bubble-header-15,
.wa-chat-bubble-header-115,
.wa-chat-bubble-header-215 {
  background: #29c765;
}

.wa-chat-bubble-avatar .avatar-theme-15,
.avatar-theme-115,
.avatar-theme-215 {
  background: #ffe26f;
}

.wa-chat-bubble-header-16,
.wa-chat-bubble-header-116,
.wa-chat-bubble-header-216 {
  background: linear-gradient(90deg, #00569e 0%, #27aa41 100%);
}

.wa-chat-bubble-avatar .avatar-theme-16,
.avatar-theme-116,
.avatar-theme-216 {
  background: #ffe26f;
}

.wa-chat-bubble-header-17,
.wa-chat-bubble-header-117,
.wa-chat-bubble-header-217 {
  background: linear-gradient(164.25deg, #f6c64b 0%, #fd7928 0.01%, #f6c64a 100%);
}

.wa-chat-bubble-avatar .avatar-theme-17,
.avatar-theme-117,
.avatar-theme-217 {
  background: #ffe26f;
}

.wa-chat-bubble-header-18,
.wa-chat-bubble-header-118,
.wa-chat-bubble-header-218 {
  background: linear-gradient(90deg, #345aa6 0%, #7497dd 100%);
}

.wa-chat-bubble-avatar .avatar-theme-18,
.avatar-theme-118,
.avatar-theme-218 {
  background: #ffe26f;
}

.wa-chat-bubble-header-19,
.wa-chat-bubble-header-119,
.wa-chat-bubble-header-219 {
  background: #39b7f9;
}

.wa-chat-bubble-avatar .avatar-theme-19,
.avatar-theme-119,
.avatar-theme-219 {
  background: #ffe26f;
}

.wa-share-btn-theme-6 {
  background: linear-gradient(90deg, #4a27c0 0%, #b44df3 100%);
}

.wa-share-btn-theme-7 {
  background: linear-gradient(90deg, #4a0646 0%, #ee3d96 100%);
}

.wa-share-btn-theme-8 {
  background: linear-gradient(90deg, #0f3396 0%, #320c79 0.01%, #20a6f7 100%);
}

.wa-share-btn-theme-9 {
  background: linear-gradient(90deg, #591657 0%, #e22d18 100%);
}

.wa-share-btn-theme-10 {
  background: linear-gradient(90deg, #0c8f8b 0%, #0edd7d 100%);
}

.wa-share-btn-theme-11 {
  background: linear-gradient(92.88deg, #f52380 0%, #fe8fbb 100%);
}

.wa-share-btn-theme-12 {
  background: linear-gradient(92.88deg, #20802c 0%, #30bf42 100%);
}

.wa-share-btn-theme-13 {
  background: linear-gradient(92.88deg, #000000 0%, #6a6a6a 100%);
}

.wa-share-btn-theme-14 {
  background: linear-gradient(90deg, #fe2b42 0%, #ffa96a 100%);
}

.wa-share-btn-theme-15 {
  background: linear-gradient(90deg, #7751e8 0%, #f95a6c 100%);
}

.wa-chat-btn-p1-gradient {
  background: linear-gradient(112.42deg, #20802c 0%, #20802c 0.01%, #30bf42 100%);
}

.wa-chat-btn-p2-gradient {
  background: linear-gradient(112.42deg, #f52380 0%, #fe8fbb 100%);
}

.wa-chat-btn-p3-gradient {
  background: linear-gradient(112.42deg, #000000 0%, #6a6a6a 100%);
}

.wa-chat-btn-p4-gradient {
  background: linear-gradient(90deg, #fe2b42 0%, #ffa96a 100%);
}

.wa-chat-btn-p5-gradient {
  background: linear-gradient(90deg, #7751e8 0%, #f95a6c 100%);
}

.wa-chat-btn-p6-gradient {
  background: linear-gradient(90deg, #0f3396 0%, #320c79 0.01%, #20a6f7 100%);
}

.wa-chat-btn-p7-gradient {
  background: linear-gradient(90deg, #0c8f8b 0%, #0edd7d 100%);
}

.wa-chat-btn-p8-gradient {
  background: linear-gradient(90deg, #4a0646 0%, #ee3d96 100%);
}

.wa-chat-btn-p9-gradient {
  background: linear-gradient(90deg, #4a27c0 0%, #b44df3 100%);
}

.wa-chat-btn-p10-gradient {
  background: linear-gradient(90deg, #591657 0%, #e22d18 100%);
}

.wa-chat-btn-theme-cta-black .wa-chat-button-cta-text {
  color: #000;
}

.wa-chat-btn-theme-cta-old .wa-chat-button-cta-text,
.wa-chat-btn-theme-cta-new .wa-chat-button-cta-text {
  color: green;
}

.wa-custom-chat-btn.wa-chat-btn-base-icon,
.wa-custom-chat-btn .wa-chat-btn-base-icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-custom-chat-btn .wa-chat-btn-icon-image-only {
  display: inline-block !important;
  width: 34px;
  height: 34px;
}

.wa-custom-chat-btn.wa-chat-btn-base-cta-with-icon {
  display: flex;
  align-items: center;
}

.wa-custom-chat-btn.wa-chat-btn-base-cta-with-icon .wa-chat-btn-base-icon {
  display: inline-flex;
}

.wa-custom-chat-btn.wa-chat-btn-base-cta-with-icon img {
  border-radius: 0;
  box-shadow: none;
}

.custom-chat-btn-templates .wa-custom-chat-btn {
  margin: 1.6rem;
}

.wa-custom-icon {
  display: inline-block !important;
  width: 25px;
  height: 25px;
}

.wa-custom-icon.adjust-icon {
  margin-top: 0.5rem;
}

.w-30 {
  width: 30px !important;
}

.w-3 {
  width: 52px !important;
  height: 52px !important;
}

.w-6 {
  width: 6rem !important;
  height: 6rem !important;
}

.wa-share-icon {
  background-size: cover;
  background: white;
}

.wa-share-mask {
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-image: url(https://cdn.shopify.com/s/files/1/0265/2572/8803/files/wa.svg?v=1586952948);
}

.wa-chat-btn-theme-cta-grey,
.wa-chat-btn-theme-cta-grey-dark-green {
  background: #e9eff5;
}

.wa-chat-btn-theme-cta-grey .wa-chat-button-cta-text {
  color: #707070;
}

.wa-chat-btn-theme-cta-grey-dark-green .wa-chat-button-cta-text {
  color: #0f5028;
}

.wa-chat-btn-base-cta.wa-chat-btn-theme-cta-orange,
.wa-chat-btn-base-cta.wa-chat-btn-theme-cta-blue-green,
.wa-chat-btn-base-cta.wa-chat-btn-theme-cta-light-green-comment-dots,
.wa-chat-btn-base-cta.wa-chat-btn-theme-cta-orange-yellow,
.wa-chat-btn-base-cta.wa-chat-btn-theme-cta-blue-yellow {
  background: white;
}

.wa-chat-btn-theme-cta-orange .wa-chat-button-cta-text {
  color: #ed731d;
}

.wa-chat-btn-theme-cta-light-green-comment-dots .wa-chat-button-cta-text {
  color: #29c765;
}

.wa-chat-btn-theme-cta-blue-green .wa-chat-button-cta-text {
  color: #acacac;
}

.wa-chat-btn-base-cta.wa-chat-btn-theme-cta-orange-yellow .wa-chat-button-cta-text {
  color: #fd7928;
}

.wa-chat-btn-base-cta-with-icon.wa-chat-btn-theme-cta-orange-yellow .wa-chat-button-cta-text {
  color: #acacac;
}

.wa-chat-btn-theme-cta-blue-yellow .wa-chat-button-cta-text {
  color: #345aa6;
}

.wa-chat-btn-base-cta-rounded.wa-chat-btn-theme-cta-light-blue {
  border: 1px solid #39b7f9;
  background: white;
}

.wa-chat-btn-theme-cta-light-blue .wa-chat-button-cta-text {
  color: #39b7f9;
}

.wa-chat-btn-theme-cta-light-blue.rounded .wa-chat-button-cta-text {
  color: #39b7f9;
  border: 1px solid #39b7f9;
  padding: 4px 8px;
}

.wa-chat-btn-base-cta.wa-chat-btn-theme-cta-orange-bg-gradient,
.wa-chat-btn-base-cta-with-icon.wa-chat-btn-theme-cta-orange-bg-gradient .wa-chat-button-cta-text {
  background: linear-gradient(270deg, #e7510f 0%, #ff9300 100%);
  color: #fff;
}

/*
 *  scroll-style
 */

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 50px;
}

*::-webkit-scrollbar-thumb {
  border: 6px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  border-right: 0;
  background-color: #3f51b5;
}

.split-line {
  border-left: 1px solid #ccc;
  padding-left: 2px;
  margin-left: 2px;
}

.vueperslides__arrows button.vueperslides__arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  opacity: 1;
  margin-top: auto;
  margin-bottom: auto;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  cursor: pointer;
}

.vueperslides__arrows button.vueperslides__arrow i {
  color: #2b2b2d;
  font-size: 20px;
}

.vueperslides__arrows button.vueperslides__arrow.disabled i {
  color: #999;
}

.vueperslides__arrows button.vueperslides__arrow.vueperslides__arrow--prev {
  color: inherit;
  padding: 0 !important;
  font: inherit;
  left: -18px;
}

.vueperslides__arrows button.vueperslides__arrow.vueperslides__arrow--next {
  color: inherit;
  padding: 0 !important;
  font: inherit;
  right: -18px;
}

.vueperslides__bullet .default {
  transition: all 0.3s ease 0s;
  width: 15px !important;
  height: 15px !important;
  display: inline-block;
  border-radius: 30px;
  opacity: 1;
  border: 1px solid #64b496;
  box-shadow: none;
  background-color: transparent;
  border: 1px solid #3f51b5 !important;
  cursor: pointer;
}

.vueperslides__bullet--active .default {
  background-color: #3f51b5 !important;
}

.events-none {
  pointer-events: none;
  opacity: 0.5;
}

.v-toast .v-toast__item.v-toast__item--success {
  background-color: #3f51b5;
}

.v-toast .v-toast__item.v-toast__item--success .v-toast__text {
  color: white;
}

.v-toast .v-toast__item.v-toast__item--error .v-toast__text {
  color: white;
}

/*-----  Section Space  -----*/

.section-space-p {
  padding: 50px 0;
}

.section-space-pb {
  padding-bottom: 50px;
}

.section-space-pt {
  padding-top: 50px;
}

.section-space-ptb-100 {
  padding: 100px 0;
}

.section-space-m {
  margin: 50px 0;
}

.section-space-mt {
  margin-top: 50px;
}

.section-space-mb {
  margin-bottom: 50px;
}

.section-space-footer-p {
  padding: 50px 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-primary {
  color: #fff;
  background-color: #3f51b5;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.cr-button {
  min-width: 100px;
}

.cr-product-list {
  display: grid;
  grid-template-columns: auto auto;
}

