/*-----------------------------------------------------------------------------------

    Item Name: Nirmal Mobiles - Multipurpose eCommerce HTML Template.
   
-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - Variables
    - Mixins

03. Components
    - Common

04. layout
    - Header
    - Footer

05. pages 
   - Hero
   - Categories
   - Product-banner
   - Popular-product
   - Deal
   - Testimonial
   - Blog
   - Product-page
   - Shop
   - Blog-classic
   - Blog-details
   - Faq
   - About
   - Services
   - Cart
   - Login
   - Register
   - Elements-products
   - Elements-typography
   - Wishlist
   - Track order
   - Checkout
   - Terms Policy

-----------------------------------------------------------------------------------*/
/* Typography */
/* Typography */
/* Manrope */
:root {
  --nm-primary: #ff7b29; /* main orange */
  --nm-primary-dark: #f97316;
  --nm-accent: #2563eb; /* blue highlight */
  --nm-text-main: #111827;
  --nm-muted: #6b7280;
  --nm-bg-soft: #f9fafb;
}

@font-face {
  font-family: "Manrope", sans-serif;
  src: url("./../font/manrope/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("./../font/manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("./../font/manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("./../font/manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("./../font/manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("./../font/manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope", sans-serif;
  src: url("./../font/manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
/* Poppins */
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../font/poppins/Poppins-Black.ttf") 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transition: all 0.3s ease-in-out;
  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: #f5885f;
  color: #fff;
  border: 1px solid #f5885f;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-button:hover {
  background-color: #000;
  border-color: #000;
}

.cr-btn-secondary {
  -webkit-transition: all 0.3s ease-in-out;
  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: #f5885f;
  border: 1px solid #f5885f;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-btn-secondary:hover {
  background-color: #f5885f;
  color: #000;
}

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

@-webkit-keyframes shadowRolling {
  0% {
    -webkit-box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0),
      0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    box-shadow: 0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0),
      0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  12% {
    -webkit-box-shadow: 100px 0 #f5885f, 0px 0 rgba(121, 99, 224, 0),
      0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    box-shadow: 100px 0 #f5885f, 0px 0 rgba(121, 99, 224, 0),
      0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
  }
  25% {
    -webkit-box-shadow: 110px 0 #f5885f, 100px 0 #f5885f,
      0px 0 rgba(121, 99, 224, 0), 0px 0 rgba(121, 99, 224, 0);
    box-shadow: 110px 0 #f5885f, 100px 0 #f5885f, 0px 0 rgba(121, 99, 224, 0),
      0px 0 rgba(121, 99, 224, 0);
  }
  36% {
    -webkit-box-shadow: 120px 0 #f5885f, 110px 0 #f5885f, 100px 0 #f5885f,
      0px 0 rgba(121, 99, 224, 0);
    box-shadow: 120px 0 #f5885f, 110px 0 #f5885f, 100px 0 #f5885f,
      0px 0 rgba(121, 99, 224, 0);
  }
  50% {
    -webkit-box-shadow: 130px 0 #f5885f, 120px 0 #f5885f, 110px 0 #f5885f,
      100px 0 #f5885f;
    box-shadow: 130px 0 #f5885f, 120px 0 #f5885f, 110px 0 #f5885f,
      100px 0 #f5885f;
  }
  62% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #f5885f,
      120px 0 #f5885f, 110px 0 #f5885f;
    box-shadow: 200px 0 rgba(121, 99, 224, 0), 130px 0 #f5885f, 120px 0 #f5885f,
      110px 0 #f5885f;
  }
  75% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0),
      200px 0 rgba(121, 99, 224, 0), 130px 0 #f5885f, 120px 0 #f5885f;
    box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0),
      130px 0 #f5885f, 120px 0 #f5885f;
  }
  87% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0),
      200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0),
      130px 0 #f5885f;
    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 #f5885f;
  }
  100% {
    -webkit-box-shadow: 200px 0 rgba(121, 99, 224, 0),
      200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0),
      200px 0 rgba(121, 99, 224, 0);
    box-shadow: 200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0),
      200px 0 rgba(121, 99, 224, 0), 200px 0 rgba(121, 99, 224, 0);
  }
}

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

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

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

.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: 15px;
  bottom: 15px;
  z-index: 10;
  cursor: pointer;
  border-radius: 20px;
  background-color: #fff;
  color: #f5885f;
  border: 1px solid #f5885f;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top .back-to-top-wrap svg {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
a.back-to-top .back-to-top-wrap svg path {
  fill: transparent;
  stroke: #f5885f;
  stroke-width: 5px;
}*/
/* Disable back-to-top completely */
a.back-to-top,
a.back-to-top .back-to-top-wrap,
a.back-to-top .back-to-top-wrap svg {
  display: none !important;
}

.cr-pagination {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-pagination .pagination {
  margin: 0;
}
.cr-pagination .pagination .disabled span {
  background-color: #f7f7f8;
}
.cr-pagination .page-link {
  color: #777;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cr-pagination .active > .page-link,
.cr-pagination .page-link.active {
  background-color: #f5885f;
  border-color: #f5885f;
  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%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cr-breadcrumb-image .cr-breadcrumb-title h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
/* Footer */
.footer {
  position: relative;
  border-top: 1px solid #e9e9e9;
}
.footer::before {
  width: 70px;
  height: 60px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: 100px;
  z-index: 1;
}
.footer::after {
  width: 60px;
  height: 60px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 200px;
  left: -10px;
  z-index: 1;
}
.footer .container {
  position: relative;
}
.footer .container::before {
  width: 120px;
  height: 60px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 20px;
  right: -85px;
  z-index: 0;
}

.footer-top {
  position: relative;
  z-index: 3;
}

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

.cr-footer h4.cr-sub-title {
  font-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 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #777;
}
.cr-footer ul li a:hover {
  color: #f5885f;
}
.cr-footer ul li::after {
  font-family: remixicon;
  font-size: 20px;
  line-height: 1.2;
  position: absolute;
  color: #f5885f;
  top: 2px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-footer ul li:last-child {
  margin-bottom: 0px;
}
.cr-footer ul .location-icon {
  margin-top: 24px;
  padding-left: 30px;
}
.cr-footer ul .location-icon::after {
  content: "\ef14";
}
.cr-footer ul .mail-icon {
  padding-left: 30px;
}
.cr-footer ul .mail-icon::after {
  content: "\eefc";
}
.cr-footer ul .phone-icon {
  padding-left: 30px;
}
.cr-footer ul .phone-icon::after {
  content: "\efec";
}
.cr-footer .cr-social-media {
  margin: 22px -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cr-footer .cr-social-media span {
  margin: 2px;
  font-family: "Poppins, sans-serif";
  font-size: 17px;
  font-weight: 400;
  line-height: 1.625;
  color: #000;
}
.cr-footer .cr-social-media span a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 11px;
  background-color: #fff;
  border: 1px solid #e1dfdf;
  border-radius: 5px;
}
.cr-footer .cr-social-media span a:hover {
  color: #f5885f;
}
.cr-footer .cr-payment .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.cr-footer .cr-payment-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-footer .cr-payment-image img {
  width: 100%;
  border-radius: 5px;
}
.cr-footer .cr-payment-image .payment-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cr-footer .cr-payment-image .payment-overlay::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-family: remixicon;
  content: "\ee66";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}
.cr-footer .cr-payment-image:hover {
  cursor: pointer;
}
.cr-footer .cr-payment-image:hover .payment-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.cr-footer .cr-payment-image:hover .payment-overlay::after {
  opacity: 1;
}

.cr-search-footer {
  position: relative;
}
.cr-search-footer input {
  width: 100%;
  height: 44px;
  padding: 5px 15px;
  border: 1px solid #e9e9e9;
  outline: none;
  border-radius: 5px;
}
.cr-search-footer input::-webkit-input-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::-moz-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input:-ms-input-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}
.cr-search-footer input::-ms-input-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-search-footer .search-btn i {
  font-size: 21px;
  color: #000;
}

.cr-last-footer {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}
.cr-last-footer p {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #000;
  line-height: 1.2;
}
.cr-last-footer p a {
  color: #f5885f;
}

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

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

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

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

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

.cr-menu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cr-menu-list .cr-category-dropdown button {
  padding: 12px 30px;
  border: none;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  background-color: #f5885f;
  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 {
  -webkit-transition: all 0.3s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
}
.cr-menu-list .cr-calling i {
  padding-right: 5px;
  font-size: 20px;
}
.cr-menu-list .cr-calling a {
  font-size: 15px;
  font-weight: 500;
}

.top-header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  position: relative;
  z-index: 4;
}
.top-header .cr-logo img {
  height: 60px; /* logo උස */
  width: auto; /* අනුවම පළල යාවි, පීච්චි වෙන්නෙ නැහැ */
  object-fit: contain;
}

.top-header .cr-search {
  position: relative;
  height: 45px; /* search box එකේ height එක fix කරන්න */
}

/* Category select */
.top-header .cr-search select {
  position: absolute;
  top: 1px;
  bottom: 1px; /* input border ඇතුළට proper height */
  right: 45px;
  width: 140px;
  border: 0;
  border-left: 1px solid #f5885f;
  border-radius: 0;
  padding: 0 10px;
  font-size: 13px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 43px; /* text එක middle එකට */
}

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

/* dropdown list color කරන්න ඕන නම් */
.top-header .cr-search select option:hover,
.top-header .cr-search select option:checked {
  background-color: #f5885f;
  color: #fff;
}

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

/* (ඕනවනම්) list එක open උනපොල selected option එකට theme color එක දාන්න */
.top-header .cr-search select option:hover,
.top-header .cr-search select option:checked {
  background-color: #f5885f;
  color: #fff;
}

/* SEARCH INPUT – fixed width අයින් කරලා, box ඇතුලේ text රහෙන්න */
.top-header .cr-search input {
  width: 100%;
  height: 45px;
  padding-left: 14px;
  padding-right: 14px; /* බොහෝ වැඩි padding-right epa */
  border: 1px solid #f5885f;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box; /* padding + border width එක ඇතුළට නංවා ගන්න */
}

.top-header .cr-search input::-webkit-input-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::-moz-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input:-ms-input-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  color: #7a7a7a;
}
.top-header .cr-search input::-ms-input-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: #f5885f;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-header .cr-search .search-btn i {
  font-size: 14px;
  color: #fff;
}
.top-header .cr-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-header .cr-right-bar ul.navbar-nav li.nav-item .dropdown-toggle:after,
.top-header .cr-right-bar ul.navbar-nav li.nav-item .dropdown-toggle:before {
  display: none;
}
.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a {
  color: #777;
  font-size: 13px;
  font-weight: 400;
}
.top-header .cr-right-bar ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  color: #f5885f;
}
.top-header .cr-right-bar .cr-right-bar-item {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-header .cr-right-bar .cr-right-bar-item:not(:last-child) {
  padding-right: 30px;
}
.top-header .cr-right-bar .cr-right-bar-item:hover {
  color: #f5885f;
}
.top-header .cr-right-bar .cr-right-bar-item:hover span {
  color: #f5885f;
}
.top-header .cr-right-bar .cr-right-bar-item span {
  -webkit-transition: 0.3s ease-in-out;
  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;
}

.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: #f5885f;
}
ul.navbar-nav li.nav-item:hover a.nav-link::before {
  width: 100%;
  background-color: #f5885f;
}
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 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: -6px;
  background-color: #f5885f;
  left: 0;
  right: auto;
}
ul.navbar-nav li.nav-item .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.navbar-nav li.nav-item .dropdown-toggle::after {
  margin-left: 5px;
  font-family: remixicon;
  content: "\ea4e";
  border: none;
  vertical-align: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 15px;
}
/* ---- Dropdown base styles ---- */
/* ---- Dropdown base styles ---- */
ul.navbar-nav .dropdown .dropdown-menu {
  min-width: 220px;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;

  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;

  display: block;
  z-index: 20;
}
/* Category dropdown scrollable list */
ul.navbar-nav .dropdown .dropdown-menu.category-scroll-menu {
  max-height: 260px; /* කොච්චර උසට show කරන්නද – එපෙ රසට adjust කරගන්න */
  overflow-y: auto; /* height ඉක්මුවාම vertical scroll bar එක එනව */
  overscroll-behavior: contain; /* scroll එක smooth වෙන්න (optional) */
}

ul.navbar-nav .dropdown .dropdown-menu li {
  position: relative;
}

ul.navbar-nav .dropdown .dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px;
  font-size: 14px;
  color: #111827;
  white-space: nowrap;
  transition: background-color 0.18s ease, color 0.18s ease,
    padding-left 0.18s ease;
}

ul.navbar-nav .dropdown .dropdown-menu li a:hover {
  background-color: #fff7f3;
  color: #f97316;
  padding-left: 20px;
}

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

/* show state (hover + bootstrap .show class දෙකම cover වෙලා) */
ul.navbar-nav .dropdown:hover .dropdown-menu,
ul.navbar-nav .dropdown.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

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

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

.header-category-select {
  position: relative;
  min-width: 190px;
  margin: 0 6px;
  display: inline-block;
}

.header-category-select .header-select {
  width: 100%;
  padding: 10px 38px 10px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  font-size: 14px;
  color: #111827;
  outline: none;
  cursor: pointer;

  /* browser default arrow/outline hide */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  transition: border-color 0.18s ease, box-shadow 0.18s ease,
    background-color 0.18s ease;
}

/* Hover / focus state */
.header-category-select .header-select:hover,
.header-category-select .header-select:focus {
  border-color: #f97316;
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.18);
  background-color: #fff7f3;
}

/* Custom small arrow icon */
.header-category-select::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #6b7280;
  border-bottom: 2px solid #6b7280;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

/* Options look (support කරන browsers වල) */
.header-category-select .header-select option {
  font-size: 14px;
  padding: 6px 8px;
}

/* Small screens අඩු කරනවා */
@media (max-width: 768px) {
  .header-category-select {
    min-width: 150px;
    margin: 6px 0 0;
  }

  .header-category-select .header-select {
    font-size: 13px;
    padding: 8px 32px 8px 10px;
  }
}

/* Slide mobile menu panel */
.cr-side-cart {
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  width: 86%;
  max-width: 420px;
  height: 100%;
  padding: 20px 18px 24px;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 120;
  overflow-y: auto;

  background: radial-gradient(
    circle at 0 0,
    #fff7f3 0,
    #ffffff 45%,
    #f3f4f6 100%
  );
  backdrop-filter: blur(10px);
  border-radius: 0 24px 24px 0;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.35);
}

.cr-side-cart .cr-menu-title {
  width: 100%;
  margin-bottom: 14px;
  padding: 4px 2px 14px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
}

.cr-side-cart .cr-menu-title .menu-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--nm-primary-dark);
}

.cr-side-cart .cr-menu-title .cr-close {
  border: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 20px;
  color: #6b7280;
  background-color: #f3f4f6;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
  transition: background-color 0.18s ease, color 0.18s ease,
    transform 0.18s ease;
}
.cr-side-cart .cr-menu-title .cr-close:hover {
  background-color: #fee2e2;
  color: #ef4444;
  transform: translateY(-1px);
}

.cr-side-cart .cr-menu-box {
  height: 42px;
  width: 100%;
  margin: 0 0 16px 0;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  font-size: 14px;
}
.cr-side-cart .cr-menu-box:focus {
  border-color: var(--nm-primary-dark);
  box-shadow: 0 0 0 2px rgba(249, 115, 22, 0.24);
  background-color: #ffffff;
}

.cr-side-cart .cr-menu-box::-webkit-input-placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.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:-ms-input-placeholder {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.cr-side-cart .cr-menu-box::-ms-input-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 {
  position: relative;
}

.cr-side-cart ul li a {
  padding: 13px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: none;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  text-decoration: none;
  border-bottom: 1px solid #edf1f5;
  transition: background-color 0.18s ease, color 0.18s ease,
    padding-left 0.18s ease;
}

.cr-side-cart ul li a:hover {
  background-color: #fff7f3;
  color: var(--nm-primary-dark);
  padding-left: 10px;
}

.cr-side-cart ul li .menu-toggle {
  height: 100%;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
}

.cr-side-cart ul li .menu-toggle::before {
  content: "+";
  font-size: 22px;
  font-weight: 500;
  color: #9ca3af;
  transition: transform 0.25s ease, color 0.2s ease;
}

/* submenu open state (JS එකෙන් class එක දාලා නම්) */
.cr-side-cart ul li.open .menu-toggle::before {
  transform: rotate(45deg);
  color: var(--nm-primary-dark);
}

.cr-side-cart ul li .menu-toggle i {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #444;
}
.cr-side-cart ul li .sub-menu {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  display: none;
  min-width: auto;
  position: static;
  top: auto;
  visibility: visible;
  opacity: 1;
}
.cr-side-cart ul li .sub-menu li a {
  padding-left: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #4b5563;
  border-bottom: 1px solid transparent;
  opacity: 0.9;
}
.cr-side-cart ul li .sub-menu li a:hover {
  opacity: 1;
  color: var(--nm-primary-dark);
  background-color: transparent;
}

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

/* mobile වල විතරක් collapse එක hide කරන්න */
@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none;
  }
}

/* desktop වල navbar සෙට් වෙන්නේ flex වගේ */
@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
  }
}

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

.dark-logo {
  display: none;
}

.logo {
  display: block;
}

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

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

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  opacity: 0.5;
}
.cr-hero-banner::after {
  width: 100px;
  height: 100px;
  content: "";

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  -webkit-animation: left-right 10s linear infinite;
  animation: left-right 10s linear infinite;
  opacity: 0.5;
}
@-webkit-keyframes left-right {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    left: 0px;
  }
}
@keyframes left-right {
  0% {
    left: 0px;
  }
  50% {
    left: 50px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.cr-hero-banner .container {
  position: relative;
  height: 100%;
}
.cr-hero-banner .container::before {
  width: 80px;
  height: 80px;
  content: "";

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  top: -15px;
  left: 500px;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
  opacity: 0.5;
}
.cr-hero-banner .container::after {
  width: 100px;
  height: 100px;
  content: "";

  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  right: 500px;
  z-index: 0;
  opacity: 0.5;
}

.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 .swiper-wrapper .swiper-slide-active h5 {
  -webkit-animation: fadeInUp 2s both 1s;
  animation: fadeInUp 2s both 1s;
}
.cr-slider .swiper-wrapper .swiper-slide-active h1 {
  -webkit-animation: fadeInUp 2s both 1.5s;
  animation: fadeInUp 2s both 1.5s;
}
.cr-slider .swiper-wrapper .swiper-slide-active p {
  -webkit-animation: fadeInUp 2s both 2s;
  animation: fadeInUp 2s both 2s;
}
.cr-slider .swiper-wrapper .swiper-slide-active .cr-last-buttons {
  -webkit-animation: fadeInUp 2s both 2.5s;
  animation: fadeInUp 2s both 2.5s;
}

.cr-banner-image-one {
  width: 100%;
  background-image: url("../img/banner/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cr-banner-image-two {
  width: 100%;
  background-image: url("../img/banner/banner-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cr-left-side-contain {
  max-width: 550px;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.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: #f5885f;
  font-weight: bold;
  border-bottom: 2px solid #f5885f;
}
.cr-left-side-contain p {
  font-size: 15px;
}
.cr-left-side-contain h1 {
  margin-bottom: 25px;
  font-size: 55px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  line-height: 68px;
  color: #000;
  position: relative;
}
.cr-left-side-contain .cr-last-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

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

/* 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: 600px;
  }
  .cr-hero-banner .container::after {
    right: 300px;
  }
  .cr-left-side-contain {
    max-width: 400px;
    height: 600px;
  }
  .cr-left-side-contain h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .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-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 {
    font-size: 24px;
  }
  .cr-left-side-contain h5 {
    font-size: 14px;
    font-weight: 400;
  }
  .cr-hero-banner {
    height: 500px;
  }
  .cr-hero-banner .container::after {
    right: -80px;
  }
  .cr-left-side-contain {
    max-width: 290px;
    height: 500px;
  }
  .cr-left-side-contain p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-hero-banner .container::after {
    right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .cr-left-side-contain {
    max-width: 250px;
    height: 400px;
  }
  .cr-left-side-contain h1 {
    margin-bottom: 0;
  }
  .cr-hero-banner {
    height: 400px;
  }
  .cr-slider .swiper-wrapper .swiper-slide p {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .cr-left-side-contain {
    height: 350px;
  }
  .cr-hero-banner {
    height: 350px;
  }
  .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 */
.cr-tool-active {
  right: 0 !important;
}

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

.cr-tool {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  right: -250px;
  z-index: 20;
  color: #000;
}
.cr-tool .cr-tool-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000;
}
.cr-tool .cr-tool-btn i {
  font-size: 22px;
}
.cr-tool .cr-tool-btn .btn-cr-tool {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 30%;
  right: 250px;
  border: none;
  background: none;
  background-color: #373840;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 17.64px 0.36px rgba(0, 0, 0, 0.1);
}
.cr-tool .cr-tool-btn .color-variant {
  width: 250px;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-color: #fff;
  overflow: auto;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2b2b2d;
}
.cr-tool .cr-tool-btn .color-variant .cr-bar-title .close-tools {
  color: #fb5555;
  font-size: 17px;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail {
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #e9e9e9;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail .heading {
  padding: 15px 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail .heading h2 {
  margin-bottom: 0;
  font-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: #f5885f;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c2 {
  background-color: #f5885f;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c3 {
  background-color: #ae8d62;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c4 {
  background-color: #3f51b5;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c5 {
  background-color: #f44336;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c6 {
  background-color: #e91e4c;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c7 {
  background-color: #607d8b;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c8 {
  background-color: #5392d2;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c9 {
  background-color: #03492f;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.cr-color .c10 {
  background-color: #9655ca;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li {
  height: 85px;
  width: 85px;
  margin: 5px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li.dark {
  background-color: #000;
  color: #fff;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.dark-mode li.white {
  background-color: #fff;
  color: #000;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.rtl-mode {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.rtl-mode li {
  margin: 5px 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 5px;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.rtl-mode li img {
  height: 85px;
  width: 85px;
  border-radius: 5px;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel {
  margin: 0;
  padding: 0;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel li {
  height: 85px;
  width: 85px;
  margin: 5px 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
.cr-tool .cr-tool-btn .color-variant .cr-tools-detail ul.bg-panel li img {
  height: 85px;
  width: 85px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

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

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

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

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

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

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

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

/* Deal */
.bg-banner-deal {
  width: 100%;
  height: 600px;
  position: relative;
  background-image: url("../img/deal/bg-deal.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cr-deal-rightside {
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-deal-rightside .cr-deal-content {
  max-width: 500px;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  -webkit-box-shadow: -3px 3px 8px 5px rgba(0, 0, 0, 0.05);
  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: #f5885f;
}
.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;
}

.cr-counter {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cr-counter .cr-counter-inner {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e9cbbe;
  border-radius: 5px;
}
.cr-counter .cr-counter-inner h4 {
  width: 45px;
  margin: 0;
  position: relative;
  display: -ms-grid;
  display: grid;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #7a7a7a;
  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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
  }
}
/* Testimonial */
.section-testimonial {
  position: relative;
}
.section-testimonial::before {
  width: 100px;
  height: 100px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: 0;
}

.cr-testimonial-pt-50 {
  padding-top: 50px;
}

.cr-testimonial {
  margin-top: -6px;
  padding: 65px 15px 20px 15px;
  position: relative;
  background-color: #f7f7f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-testimonial::before {
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("../img/testimonial/left-quote.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 30px;
  opacity: 0.5;
}
.cr-testimonial::after {
  width: 50px;
  height: 50px;
  content: "";
  background-image: url("../img/testimonial/left-quote.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 20px;
  right: 30px;
  opacity: 0.5;
}
.cr-testimonial .cr-testimonial-inner {
  max-width: 310px;
  margin: 10px auto 0 auto;
  display: block;
  text-align: center;
}
.cr-testimonial .cr-testimonial-inner span {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  line-height: 2.357;
  color: #7a7a7a;
}
.cr-testimonial .cr-testimonial-inner h4.title {
  font-family: "Poppins, sans-serif";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.833;
  color: #2b2b2d;
}
.cr-testimonial .cr-testimonial-inner p {
  margin-bottom: 5px;
}
.cr-testimonial .cr-testimonial-inner .cr-star {
  margin-bottom: 5px;
}
.cr-testimonial .cr-testimonial-inner .cr-star i {
  font-size: 16px;
  color: #f5885f;
}
.cr-testimonial .cr-testimonial-image {
  width: 100%;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-testimonial .cr-testimonial-image img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  border: 13px solid #fff;
}
.cr-testimonial .cr-testimonial-image::after {
  width: 121px;
  height: 63px;
  content: "";
  position: absolute;
  bottom: 0px;
  border: 1px solid #e9e9e9;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: none;
  z-index: 0;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
  .cr-testimonial::before {
    width: 40px;
    height: 40px;
    top: 20px;
    left: 20px;
  }
  .cr-testimonial::after {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section-testimonial::before {
    width: 60px;
    height: 60px;
  }
  .section-testimonial::after {
    width: 100px;
    height: 80px;
  }
  .cr-testimonial {
    margin-top: 36px !important;
  }
  .cr-testimonial::before {
    width: 35px;
    height: 35px;
    top: 10px;
    left: 10px;
  }
  .cr-testimonial::after {
    width: 35px;
    height: 35px;
    bottom: 10px;
    right: 10px;
  }
  .cr-testimonial .cr-testimonial-image {
    top: -50px;
  }
  .cr-testimonial .cr-testimonial-image img {
    width: 90px;
    height: 90px;
  }
  .cr-testimonial .cr-testimonial-image::after {
    width: 92px;
    height: 41px;
    bottom: 0;
  }
  .cr-testimonial .cr-testimonial-inner {
    margin: -13px auto 0 auto;
  }
  .cr-testimonial-pt-100 {
    padding-top: 0;
  }
  .cr-testimonial-pt-50 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .section-testimonial:before {
    display: none;
  }
}
@media only screen and (max-width: 520px) {
  .cr-testimonial .cr-testimonial-inner h4.title {
    font-size: 15px;
  }
  .cr-testimonial .cr-testimonial-inner p {
    font-size: 14px;
  }
}
/* Popular-product */
.section-popular-product-shape {
  position: relative;
}
.section-popular-product-shape::before {
  width: 80px;
  height: 110px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 270px;
  left: 20px;
  z-index: 0;
}
.section-popular-product-shape .container {
  position: relative;
}
.section-popular-product-shape .container::after {
  width: 110px;
  height: 110px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 0;
}

/* ==== Popular products – left category cards ==== */

.section-popular-product-shape .cr-product-tabs {
  background: #ffffff;
  border-radius: 18px;
  padding: 10px 10px 14px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

/* main card style */
.section-popular-product-shape .cr-product-tabs ul li {
  padding: 12px 18px;
  margin-bottom: 10px;
  position: relative;
  background: linear-gradient(135deg, #f9fafb, #ffffff);
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

/* left side small color bar */
.section-popular-product-shape .cr-product-tabs ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #fb923c, #f97316);
  opacity: 0;
  transition: opacity 0.18s ease;
}

/* arrow icon on right (already add kara thibbe – ekata match wenna thora gaththa) */
.section-popular-product-shape .cr-product-tabs ul li::after {
  font-family: "remixicon";
  content: "\ea6c";
  font-size: 16px;
  margin-left: 6px;
  color: #9ca3af;
  transition: color 0.18s ease, transform 0.18s ease;
}

/* hover + active states */
.section-popular-product-shape .cr-product-tabs ul li:hover,
.section-popular-product-shape .cr-product-tabs ul li.active {
  background: #fff7ed;
  border-color: #fb923c;
  color: #f97316;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
}

.section-popular-product-shape .cr-product-tabs ul li:hover::before,
.section-popular-product-shape .cr-product-tabs ul li.active::before {
  opacity: 1;
}

.section-popular-product-shape .cr-product-tabs ul li:hover::after,
.section-popular-product-shape .cr-product-tabs ul li.active::after {
  color: #f97316;
  transform: translateX(2px);
}

/* small “(1 Items)” text අඩු උසින් – තියෙනවා නම් */
.section-popular-product-shape .cr-product-tabs ul li small,
.section-popular-product-shape .cr-product-tabs ul li span {
  font-size: 12px;
  color: #6b7280;
}
.section-popular-product-shape .cr-product-tabs ul li.active span {
  color: #fb923c;
}

/* mobile spacing */
@media (max-width: 991.98px) {
  .section-popular-product-shape .cr-product-tabs {
    margin-bottom: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  }

  .section-popular-product-shape .cr-product-tabs ul li {
    padding: 10px 14px;
    border-radius: 12px;
  }
}

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

.cr-ice-cubes {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.cr-ice-cubes img {
  width: 100%;
  border-radius: 5px;
}
.cr-ice-cubes .cr-ice-cubes-contain {
  padding: 80px 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.cr-ice-cubes .cr-ice-cubes-contain h4.title {
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
}
.cr-ice-cubes .cr-ice-cubes-contain h5.sub-title {
  margin-bottom: 5px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-size: 38px;
  color: #f7e8aa;
  font-weight: 900;
  line-height: 1.2;
}
.cr-ice-cubes .cr-ice-cubes-contain span {
  font-family: "Poppins, sans-serif";
  font-size: 16px;
  color: #fff;
}
.cr-ice-cubes .cr-ice-cubes-contain a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
  padding: 5px 15px;
  color: #fff;
  border-radius: 5px;
}
.cr-ice-cubes .cr-ice-cubes-contain a:hover {
  background: #000;
  border-color: transparent;
}

.cr-product-slider {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-popular {
  position: relative;
}
.section-popular::before {
  width: 80px;
  height: 110px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 150px;
  right: 20px;
  z-index: 0;
}

.cr-products-rightbar {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-products-rightbar img {
  width: 100%;
  border-radius: 5px;
}
.cr-products-rightbar .cr-products-rightbar-content {
  padding: 24px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-products-rightbar .cr-products-rightbar-content h4 {
  margin-bottom: 0px;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.562;
  color: #2b2b2d;
  text-align: right;
}
.cr-products-rightbar .cr-products-rightbar-content .cr-off {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-products-rightbar .cr-products-rightbar-content .cr-off span {
  margin-left: 7px;
  padding: 0 6px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2b2b2d;
}
.cr-products-rightbar .cr-products-rightbar-content .cr-off span code {
  font-size: 14px;
  color: #2b2b2d;
}
.cr-products-rightbar .cr-products-rightbar-content .rightbar-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-popular-product {
  position: relative;
}
.section-popular-product::before {
  width: 100px;
  height: 100px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 0;
}

.cr-products-leftbar {
  position: relative;
}
.cr-products-leftbar img {
  width: 100%;
  border-radius: 5px;
}
.cr-products-leftbar .cr-products-leftbar-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cr-products-leftbar .cr-products-leftbar-content h2 {
  font-family: "Manrope", sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f5885f;
}
.cr-products-leftbar .cr-products-leftbar-content h4 {
  font-family: "Poppins, sans-serif";
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: #2b2b2d;
}
.cr-products-leftbar .cr-products-leftbar-content span {
  font-family: "Poppins, sans-serif";
  font-size: 20px;
  line-height: 1.2;
  color: #7a7a7a;
}

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

/* Responsive */
@media only screen and (max-width: 1399px) {
  .d-product {
    display: block;
  }
  .cr-product-tabs ul li:not(:last-child) {
    margin-bottom: 3px;
  }
  .cr-products-rightbar .cr-products-rightbar-content {
    max-width: 200px;
  }
  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 28px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h4.title {
    font-size: 28px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h5.sub-title {
    margin-bottom: 2px;
    font-size: 26px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .d-product {
    display: none;
  }
  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 22px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h4.title {
    font-size: 22px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h5.sub-title {
    margin-bottom: 0px;
    font-size: 20px;
  }
  .cr-product-tabs ul li {
    padding: 12px 15px;
  }
  .cr-product-tabs ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-ice-cubes {
    height: 297px;
    overflow: hidden;
    border-radius: 5px;
  }
  .section-popular-product::before {
    width: 80px;
    height: 80px;
  }
  .section-popular-product-shape::before {
    width: 43px;
    height: 60px;
  }
  .section-popular-product-shape .container::after {
    width: 40px;
    height: 40px;
  }
  .section-popular::before {
    width: 40px;
    height: 50px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h4.title {
    font-size: 28px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h5.sub-title {
    margin-bottom: 3px;
    font-size: 24px;
  }
  .cr-products-rightbar {
    margin-top: 70px;
    display: block;
  }
  .cr-products-rightbar .cr-products-rightbar-content {
    height: calc(100% - 70px);
  }
  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 32px;
  }
  .cr-products-leftbar {
    margin-bottom: 24px;
  }
  .cr-product-tabs ul li {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-ice-cubes .cr-ice-cubes-contain h4.title {
    font-size: 26px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h5.sub-title {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-ice-cubes .cr-ice-cubes-contain h4.title {
    font-size: 28px;
  }
  .cr-ice-cubes .cr-ice-cubes-contain h5.sub-title {
    margin-bottom: 2px;
    font-size: 24px;
  }
  .section-popular-product-shape:before {
    display: none;
  }
  .section-popular-product-shape .container:after {
    display: none;
  }
  .section-popular:before {
    display: none;
  }
  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 24px;
  }
  .cr-products-rightbar .cr-products-rightbar-content .rightbar-buttons {
    margin-top: 15px;
  }
  .cr-products-leftbar .cr-products-leftbar-content h2 {
    font-size: 30px;
  }
  .cr-products-leftbar .cr-products-leftbar-content h4 {
    font-size: 22px;
  }
  .cr-products-leftbar .cr-products-leftbar-content span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .cr-products-rightbar .cr-products-rightbar-content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .cr-ice-cubes img {
    height: auto;
  }
}
/* Product-banner */
.section-product-banner {
  position: relative;
}
.section-product-banner::before {
  width: 45px;
  height: 80px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  right: 20px;
  z-index: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: #f5885f;
}
.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-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 {
  -webkit-transition: all 0.3s ease-in-out;
  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: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.8)),
    color-stop(rgba(0, 0, 0, 0.5)),
    color-stop(rgba(0, 0, 0, 0.2)),
    to(transparent)
  );
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cr-categories ul.nav-tabs li.nav-item button:hover {
  color: #f5885f;
}
.cr-categories ul.nav-tabs li.nav-item .nav-link.active {
  color: #f5885f;
}
.cr-categories ul.nav-tabs li.nav-item .nav-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  color: #f5885f !important;
  font-weight: bold;
  line-height: 1.429;
}

/* Product Image Grid */
.cr-product-image-link {
  display: block;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cr-product-image-link:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.cr-product-image-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f7f7f8;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cr-product-image-box:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: #f5885f;
}
.cr-product-image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cr-product-image-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
}
.section-services::before {
  width: 80px;
  height: 80px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 0;
}

.cr-services {
  padding: 24px;
  background-color: #f7f7f8;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cr-services .cr-services-image {
  margin: auto auto 12px auto;
  display: block;
}
.cr-services .cr-services-image i {
  font-size: 43px;
  line-height: 40px;
  color: #f5885f;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cr-services .cr-services-image {
    margin-bottom: 12px;
    padding: 0;
  }
  .cr-services .cr-services-contain {
    text-align: center;
  }
  .cr-services .cr-services-contain h4 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-services::before {
    width: 40px;
    height: 40px;
  }
  .section-services:before {
    display: none;
  }
}
/* Blog */
.section-blog {
  position: relative;
}
.section-blog::before {
  width: 70px;
  height: 100px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 0;
}
.section-blog::after {
  width: 70px;
  height: 100px;
  content: "";

  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 150px;
  left: 40px;
  z-index: 0;
}

.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 {
  -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
.cr-blog .cr-blog-content {
  padding: 24px;
  text-align: left;
}
.cr-blog .cr-blog-content span {
  font-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 {
  -webkit-transition: all 0.3s ease-in-out;
  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: #f5885f;
}
.cr-blog .cr-blog-content .read {
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  color: #f5885f;
}
.cr-blog .cr-blog-content .read::after {
  position: absolute;
  font-family: remixicon;
  content: "\ea6c";
  font-size: 16px;
  line-height: 1.2;
  top: 0;
  right: -20px;
}
.cr-blog .cr-blog-image {
  position: relative;
  overflow: hidden;
}
.cr-blog .cr-blog-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cr-blog .cr-blog-image .cr-blog-date {
  padding: 15px;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  z-index: 2;
}
.cr-blog .cr-blog-image .cr-blog-date span {
  font-family: "Manrope", sans-serif;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  display: -ms-grid;
  display: grid;
  text-align: center;
}
.cr-blog .cr-blog-image .cr-blog-date span code {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}

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

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

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

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

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

.cr-size-and-weight {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price span.new-price {
  font-family: "Poppins, sans-serif";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.167;
  color: #f5885f;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .cr-review-star p {
  font-size: 14px;
}
.cr-size-and-weight .cr-review-star .cr-star {
  margin-right: 10px;
}
.cr-size-and-weight .cr-review-star .cr-star i {
  font-size: 16px;
  color: #f5885f;
}
.cr-size-and-weight .cr-size-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.cr-size-and-weight .cr-size-weight h5 {
  margin-bottom: 0;
  font-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
  background-color: #f5885f;
  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;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cr-size-and-weight .cr-add-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cr-size-and-weight .cr-add-card .cr-qty-main input {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main button {
  height: 18px;
  width: 18px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  line-height: 0;
}
.cr-size-and-weight .cr-add-card .cr-qty-main .minus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cr-size-and-weight .cr-add-card .cr-add-button {
  margin-left: 15px;
}

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

.cr-shopping-bag.out-of-stock i {
  color: #999999; /* bag icon grey */
}

.cr-product-card .cr-product-image .cr-shopping-bag i {
  color: #f5885f;
}
.cr-product-card .cr-product-image .cr-shopping-bag.active {
  background-color: #f5885f;
  border: 1px solid #f5885f;
}
.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 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
  font-size: 13px;
  color: #777;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-product-details .cr-brand a:hover {
  color: #f5885f;
}
.cr-product-details .cr-star {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-product-details .cr-star p {
  margin-left: 5px;
  color: #999;
  font-size: 11px;
  line-height: 10px;
}
.cr-product-details .cr-star i {
  margin: 0 1px;
  font-size: 15px;
  color: #f5885f;
}
.cr-product-details a.title {
  -webkit-transition: all 0.3s ease-in-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-product-details a.title:hover {
  color: #f5885f;
}
.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: #f5885f;
  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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .list ul li label {
  min-width: 100px;
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cr-size-and-weight .cr-review-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .cr-review-star .cr-star {
  margin-right: 10px;
}
.cr-size-and-weight .cr-review-star .cr-star i {
  font-size: 16px;
  color: #f5885f;
}
.cr-size-and-weight .cr-review-star p {
  font-size: 15px;
}
.cr-size-and-weight .cr-product-price {
  padding-top: 20px;
}
.cr-size-and-weight .cr-product-price span.new-price {
  font-family: "Poppins, sans-serif";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.167;
  color: #f5885f;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}
.cr-size-and-weight .cr-size-weight h5 {
  margin-bottom: 0;
  font-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul li {
  margin: 2px;
  padding: 5px 10px;
  font-family: "Poppins, sans-serif";
  font-size: 12px;
  line-height: 1;
  background-color: #fff;
  color: #777;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cr-size-and-weight .cr-size-weight .cr-kg ul .active-color {
  background-color: #f5885f;
  color: #fff;
}
.cr-size-and-weight .cr-add-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.cr-size-and-weight .cr-add-card .cr-qty-main input {
  height: 40px;
  width: 40px;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-size-and-weight .cr-add-card .cr-qty-main button {
  height: 18px;
  width: 18px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  line-height: 0;
}
.cr-size-and-weight .cr-add-card .cr-qty-main .minus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cr-size-and-weight .cr-add-card .cr-add-button {
  margin-left: 15px;
}
.cr-size-and-weight .cr-add-card .cr-card-icon {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-size-and-weight .cr-add-card .cr-card-icon a {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.cr-size-and-weight .cr-add-card .cr-card-icon a i {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-size-and-weight .cr-add-card .cr-card-icon a i:hover {
  background-color: #f5885f;
  color: #fff;
}

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

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

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

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

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

.cr-paking-delivery {
  margin-top: 40px;
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-paking-delivery .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.cr-paking-delivery .nav-tabs .nav-item {
  margin-right: 30px;
  position: relative;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link {
  margin-bottom: 25px;
  padding: 0;
  font-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 {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 0;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #f5885f;
  left: 0;
  right: auto;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link:hover::after {
  width: 100%;
  background-color: #f5885f;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link.active {
  color: #f5885f;
}
.cr-paking-delivery .nav-tabs .nav-item .nav-link.active::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 2px;
  width: 100%;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  background-color: #f5885f;
  left: 0;
  right: auto;
}
.cr-paking-delivery .cr-tab-content .list ul {
  margin-top: 30px;
  margin-bottom: -5px;
  padding: 0;
}
.cr-paking-delivery .cr-tab-content .list ul li {
  padding: 5px 0;
  color: #777;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-paking-delivery .cr-tab-content .list ul li label {
  min-width: 100px;
  margin-right: 10px;
  color: #2b2b2d;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cr-paking-delivery .cr-tab-content .cr-description {
  padding-top: 30px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #777;
  font-size: 14px;
}
.cr-tab-content-from .cr-ratting-input textarea {
  height: 150px;
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  background-color: transparent;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  color: #777;
  outline: none;
}
.cr-tab-content-from .post {
  margin-bottom: 30px;
}
.cr-tab-content-from .post .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-tab-content-from .post .content img {
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 5px;
}
.cr-tab-content-from .post .content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cr-tab-content-from .post .content .details .date {
  margin-bottom: 10px;
  font-size: 13px;
  color: #777;
}
.cr-tab-content-from .post .content .details .name {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 17px;
}
.cr-tab-content-from .post 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: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cr-tab-content-from .post .content img {
    margin: 0 0 24px 0;
  }
  .cr-size-and-weight .cr-product-price span.new-price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cr-product-box,
  .cr-product-card {
    width: 100%;
  }
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cr-size-and-weight .cr-size-weight .cr-kg {
    padding: 10px 0 0 0;
  }
}
/* Shop */
.cr-shop-bredekamp {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f8;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-shop-bredekamp .cr-toggle a {
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-shop-bredekamp .cr-toggle .shop_side_view {
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle .shop_side_view i {
  font-size: 20px;
}
.cr-shop-bredekamp .cr-toggle .gridCol {
  margin-right: 5px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle .gridCol i {
  font-size: 20px;
}
.cr-shop-bredekamp .cr-toggle .gridRow {
  border: none;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}
.cr-shop-bredekamp .cr-toggle .gridRow i {
  font-size: 20px;
}
.cr-shop-bredekamp .center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: none;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cr-checkbox .checkbox-group:not(:last-child) {
  margin-bottom: 15px;
}
.cr-checkbox .checkbox-group input {
  height: initial;
  width: initial;
  margin-bottom: 0;
  padding: 0;
  display: none;
  cursor: pointer;
}
.cr-checkbox .checkbox-group input:checked + label:after {
  width: 6px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #f5885f;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.cr-shop-price .price-range-slider .range-bar {
  height: 3px;
  width: 100%;
  margin-left: 8px;
  border: none;
  background-color: #e9e9e9;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-range {
  background-color: #f5885f;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-handle {
  height: 14px;
  width: 14px;
  border: none;
  border-radius: 25px;
  background-color: #f5885f;
  border: none;
  top: -0.3em;
  cursor: pointer;
}
.cr-shop-price .price-range-slider .range-bar .ui-slider-handle + span {
  background-color: #f5885f;
}

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

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

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

ul.cr-tags {
  margin: -5px;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.cr-tags li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 32px;
  padding: 0 15px;
  margin: 5px;
  border-radius: 5px;
  font-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: #f5885f;
  border: 1px solid #f5885f;
}

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

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

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

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

.cr-shop-leftside {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: -370px;
  overflow-x: auto;
  z-index: 21;
}
.cr-shop-leftside .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.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: #f5885f !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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-100.col-size .cr-product-box .cr-product-card .cr-product-image {
    max-width: 100%;
  }
  .col-100.col-size .cr-product-box .cr-product-card .cr-product-details {
    width: 100%;
    padding: 24px 0 0 0;
  }
  .col-50.col-size .cr-product-box {
    width: 100%;
  }
  .col-50.col-size .cr-product-box .cr-product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-50.col-size .cr-product-box .cr-product-card .cr-product-image {
    max-width: 100%;
  }
  .col-50.col-size .cr-product-box .cr-product-card .cr-product-details {
    width: 100%;
    padding: 24px 0 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .cr-shop-bredekamp .center-content span {
    display: none;
  }
  .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: #f5885f;
  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: #f5885f;
  position: relative;
}
.cr-blog-classic .cr-blog-classic-content a::after {
  font-family: remixicon;
  content: "\ea6c";
  font-size: 16px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: -20px;
}
.cr-blog-classic .cr-blog-image {
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cr-blog-classic .cr-blog-image img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cr-blog-classic .cr-blog-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.cr-blog-sideview {
  padding: 24px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  position: sticky;
  top: 30px;
}
.cr-blog-sideview .cr-serch-box {
  padding-bottom: 25px;
}
.cr-blog-sideview .cr-serch-box .cr-search {
  position: relative;
}
.cr-blog-sideview .cr-serch-box .cr-search input {
  width: 100%;
  height: 44px;
  padding-left: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  outline: none;
}
.cr-blog-sideview .cr-serch-box .cr-search input::-webkit-input-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}
.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:-ms-input-placeholder {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #7a7a7a;
}
.cr-blog-sideview .cr-serch-box .cr-search input::-ms-input-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f5885f;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-blog-categories-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.cr-blog-categories-content ul li span {
  position: absolute;
  right: 12px;
  font-size: 11px;
  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: #f5885f;
  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: -ms-grid;
  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::-webkit-input-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input::-moz-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input:-ms-input-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input::-ms-input-placeholder {
    font-size: 12px;
  }
  .cr-blog-sideview .cr-serch-box .cr-search input::placeholder {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .cr-blog-categories-content ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-blog-classic .cr-blog-classic-content {
    padding: 30px;
  }
  .cr-blog-classic .cr-blog-classic-content h4 {
    font-size: 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: #f5885f;
}
.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: #f5885f;
  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: #f5885f;
  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: #f5885f;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  background: #fff;
}
.cr-blog-details-tags .cr-details-tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cr-blog-details-tags .cr-details-tags span {
  margin-right: 10px;
  font-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cr-blog-details-tags .cr-details-tags .cr-logo a {
  width: 32px;
  height: 32px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

/* Responsive */
@media only screen and (max-width: 767px) {
  .cr-blog-details-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;
  -webkit-transform: rotate(0);
  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;
  -webkit-transform: rotate(90deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cr-about h4.heading {
  margin-bottom: 16px;
  font-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: #f5885f;
}
.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: #f5885f;
}
.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::-webkit-input-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control::-moz-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #777;
}
.cr-content-form .form-group .cr-form-control::placeholder {
  font-size: 14px;
  color: #777;
}

/* Responsive */
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cr-table-content table tbody tr .cr-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cr-cart-qty .cart-qty-plus-minus input {
  width: 30px;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  color: #444;
  border: medium none;
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  height: auto;
  text-align: center;
  outline: none;
}
.cr-cart-qty .cart-qty-plus-minus button {
  height: 25px;
  width: 25px;
  margin-top: -2px;
  border: none;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

/* Account Page */
.account-sidebar {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
}

.account-user-info {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
}

.account-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.account-avatar i {
  font-size: 40px;
  color: #f5885f;
}

.account-user-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.account-user-info p {
  color: #777;
  font-size: 14px;
  margin: 0;
}

.account-stats {
  margin-bottom: 30px;
}

.stat-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}

.stat-item:last-child {
  border-bottom: none;
}

.stat-item i {
  font-size: 24px;
  color: #f5885f;
  margin-right: 15px;
  width: 30px;
}

.stat-item strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}

.stat-item span {
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 1.2;
}

.account-menu {
  display: flex;
  flex-direction: column;
}

.account-menu a {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  color: #777;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.account-menu a i {
  margin-right: 10px;
  font-size: 18px;
}

.account-menu a:hover,
.account-menu a.active {
  background-color: #f5885f;
  color: #fff;
}

.account-content {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 30px;
}

.account-section {
  margin-bottom: 40px;
}

.account-section:last-child {
  margin-bottom: 0;
}

.account-section h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5885f;
}

.account-section .form-group label {
  margin-bottom: 9px;
  color: #444;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  display: block;
}

.account-section .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: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.account-section .form-group .cr-form-control:focus {
  border-color: #f5885f;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 136, 95, 0.25);
}

.account-section .form-group .cr-form-control:disabled {
  background-color: #f5f5f5;
  opacity: 0.7;
}

.account-section .form-text {
  font-size: 13px;
  color: #6c757d;
  margin-top: 5px;
}

/* elemets-products */
.cr-product-csc {
  -webkit-transition: all 0.4s ease-out;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #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 {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #f7f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.cr-product-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 {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  width: 45px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cr-btn-ds .btn {
  margin: 10px;
  border-radius: 5px;
}

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

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

.btn-secondary {
  color: #fff;
  background-color: #555;
  border-color: #555;
}

.btn-success {
  color: #fff;
  background-color: #f5885f;
  border-color: #f5885f;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-link:hover {
  color: #fff;
}

.cr-btn-bw {
  margin: -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
  /* 5 */
  /* 6 */
  /* 7 */
  /* 8 */
  /* 9 */
  /* 10 */
  /* 11 */
  /* 12 */
  /* 13 */
  /* 14 */
  /* 15 */
  /* 16 */
}
.cr-btn-bw .custom-btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 150px;
  height: 40px;
  margin: 10px;
  padding: 10px 25px;
  outline: none;
  border: 2px solid #f5885f;
  font-size: 15px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 17px;
}
.cr-btn-bw .btn-1 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cr-btn-bw .btn-1:hover {
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  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 #f5885f;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  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: #f5885f;
  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 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background-color: #f5885f;
}
.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 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #f5885f;
}
.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: #f5885f;
  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: #f5885f;
}
.cr-btn-bw .btn-4::before,
.cr-btn-bw .btn-4 ::after {
  width: 0%;
  height: 0%;
  position: absolute;
  content: "";
  border: 2px solid;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cr-btn-bw .btn-4::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #f5885f;
  border-left-color: #f5885f;
}
.cr-btn-bw .btn-4::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #f5885f;
  border-right-color: #f5885f;
}
.cr-btn-bw .btn-5 {
  padding: 0;
  background-color: #f5885f;
  color: #fff;
  line-height: 38px;
  border: none;
}
.cr-btn-bw .btn-5:hover {
  background: transparent;
  color: #f5885f;
  -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
  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 {
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  width: 100%;
}
.cr-btn-bw .btn-5::after,
.cr-btn-bw .btn-5::before {
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background-color: #f5885f;
}
.cr-btn-bw .btn-5::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.cr-btn-bw .btn-6 {
  background-color: #f5885f;
  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: #f5885f;
}
.cr-btn-bw .btn-6 span::before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 0%;
  height: 2px;
  left: 0;
  top: 0;
}
.cr-btn-bw .btn-6 span::after {
  -webkit-transition: all 500ms ease;
  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: #f5885f;
}
.cr-btn-bw .btn-6::before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  right: 0;
  top: 0;
}
.cr-btn-bw .btn-6::after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  left: 0;
  bottom: 0;
}
.cr-btn-bw .btn-6:hover {
  background-color: transparent;
  color: #f5885f;
}
.cr-btn-bw .btn-6:hover::before {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}
.cr-btn-bw .btn-6:hover::after {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
}
.cr-btn-bw .btn-7 {
  padding: 0;
  background-color: #f5885f;
  color: #fff;
  line-height: 38px;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cr-btn-bw .btn-7:hover {
  background-color: transparent;
  color: #f5885f;
}
.cr-btn-bw .btn-7:hover::after,
.cr-btn-bw .btn-7:hover ::before {
  height: 0;
  background-color: #f5885f;
}
.cr-btn-bw .btn-7::after,
.cr-btn-bw .btn-7 ::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 50%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #f5885f;
}
.cr-btn-bw .btn-7::before {
  top: 0;
}
.cr-btn-bw .btn-7::after {
  bottom: 0;
}
.cr-btn-bw .btn-8 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 0;
  line-height: 40px;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-perspective: 300px;
  perspective: 300px;
}
.cr-btn-bw .btn-8:hover {
  color: #f5885f;
}
.cr-btn-bw .btn-8:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #f5885f;
  z-index: -1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.cr-btn-bw .btn-8:hover::after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cr-btn-bw .btn-9 {
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cr-btn-bw .btn-9::after {
  -webkit-transition: all 0.3s ease;
  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 {
  -webkit-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);
  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 {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background-color: #f5885f;
  -webkit-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);
  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 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cr-btn-bw .btn-10::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.cr-btn-bw .btn-10:hover {
  color: #fff;
}
.cr-btn-bw .btn-10:hover::after {
  background-color: #f5885f;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cr-btn-bw .btn-11 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cr-btn-bw .btn-11:hover {
  background-color: #f5885f;
  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;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.cr-btn-bw .btn-11:active {
  -webkit-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);
  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;
  -webkit-perspective: 230px;
  perspective: 230px;
  overflow: hidden;
}
.cr-btn-bw .btn-12 span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 130px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #f5885f;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cr-btn-bw .btn-12 span:nth-child(1) {
  -webkit-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;
  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;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -24px;
  transform-origin: 50% 50% -24px;
}
.cr-btn-bw .btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.cr-btn-bw .btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cr-btn-bw .btn-12:hover span:nth-child(2) {
  background-color: #e0e5ec;
  color: #e0e5ec;
  -webkit-transform: rotateX(-100deg);
  transform: rotateX(-100deg);
}
.cr-btn-bw .btn-13 {
  background-color: #f5885f;
  color: #fff;
  z-index: 1;
}
.cr-btn-bw .btn-13::after {
  -webkit-transition: all 0.3s ease;
  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: #f5885f;
}
.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: #f5885f;
  color: #fff;
  z-index: 1;
}
.cr-btn-bw .btn-14::after {
  -webkit-transition: all 0.3s ease;
  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: #f5885f;
}
.cr-btn-bw .btn-14:hover::after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.cr-btn-bw .btn-15 {
  background-color: #f5885f;
  color: #fff;
  z-index: 1;
}
.cr-btn-bw .btn-15::after {
  -webkit-transition: all 0.3s ease;
  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: #f5885f;
}
.cr-btn-bw .btn-15:hover::after {
  width: 100%;
  left: 0;
}
.cr-btn-bw .btn-16 {
  background-color: #f5885f;
  color: #fff;
  z-index: 1;
}
.cr-btn-bw .btn-16::after {
  -webkit-transition: all 0.3s ease;
  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: #f5885f;
}
.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%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #999;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .cr-wishlist-msg {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-wishlist-msg {
    font-size: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .cr-wishlist-msg {
    font-size: 18px;
  }
}
/*-------------------------------------------------
  Track Order Page CSS
---------------------------------------------------*/
.cr-track .cr-track-box {
  border-radius: 5px;
}
.cr-track .cr-track-card {
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
  -webkit-transition: all 0.25s ease-in-out;
  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 {
  -webkit-transition: all 0.25s ease-in-out;
  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;
  -webkit-transition: all 0.25s ease-in-out;
  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: #f5885f;
}
.cr-track .cr-step-active .cr-step-icon {
  color: #f5885f;
}
.cr-track .cr-step-completed .cr-step-indicator {
  border-color: transparent;
  background-color: #f5885f;
  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: #f5885f;
  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: -ms-grid;
    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 #f5885f;
}
.cr-checkout-section [type="radio"]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #f5885f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(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: #f5885f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cr-check-login-form label {
  margin-bottom: 11px;
  color: #2b2b2d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.cr-check-login-form input {
  height: 50px;
  background-color: transparent;
  border: 1px solid #e9e9e9;
  color: #2b2b2d;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 5px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7a7a;
}

.cr-checkout-content .cr-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
}

.cr-checkout-summary > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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: #f5885f;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  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 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  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;
  -webkit-box-shadow: none;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: all 300ms linear;
  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 #f5885f;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 13px;
  color: #f5885f;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  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;
  }
}
/*# sourceMappingURL=style.css.map */

.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;
  -webkit-transition: all 300ms linear;
  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 #f5885f;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 13px;
  color: #f5885f;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  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;
  }
}
/*# sourceMappingURL=style.css.map */
/* === Product page mobile add-to-cart fix === */
@media only screen and (max-width: 575px) {
  .cr-size-and-weight .cr-add-card {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .cr-size-and-weight .cr-add-card .cr-qty-main {
    margin-right: 0;
  }

  .cr-size-and-weight .cr-add-card .cr-add-button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .cr-size-and-weight .cr-add-card .cr-add-button .cr-button {
    width: 100%;
    justify-content: center;
  }

  .cr-size-and-weight .cr-add-card .cr-card-icon {
    margin-left: 0;
  }
}
/* user / wishlist / cart icons තිබෙන `<li>` ට relative position එකක් දෙමු */
.top-header .cr-right-bar .nav-item.dropdown {
  position: relative;
}
/* MOBILE view එකට user dropdown – open to the RIGHT of icon */
@media (max-width: 767px) {
  .top-header .cr-right-bar .nav-item.dropdown .dropdown-menu {
    left: 0 !important; /* icon එකේ වම් අගෙන් start වෙනවා */
    right: auto !important; /* දකුණ automatic */
    margin-top: 8px;
    transform: none !important;
  }
}
/* FINAL FIX – account dropdown mobile position */
@media (max-width: 767px) {
  .top-header .cr-right-bar .nav-item.dropdown {
    position: relative;
  }

  .top-header .cr-right-bar .nav-item.dropdown .dropdown-menu {
    left: 0 !important; /* icon එකේ වම් අගෙන් start වෙලා → menus දකුණට පළල වෙයි */
    right: auto !important;
    margin-top: 8px;
  }
}
/* ---- Mobile user icon dropdown fix ---- */
@media only screen and (max-width: 991px) {
  .cr-header-buttons .dropdown-menu {
    left: 0 !important; /* screen වම් අගෙන් start වෙලා right වෙතට යනව */
    right: auto !important;
    margin-top: 6px;
  }
}
/* ===== Nirmal custom: Out of stock cart icon ===== */

/* Background & border grey */
.cr-product-card .cr-product-image .cr-shopping-bag.out-of-stock,
.cr-shopping-bag.out-of-stock {
  background-color: #e0e0e0 !important;
  border-color: #d0d0d0 !important;
  cursor: not-allowed;
}

/* Icon color grey */
.cr-product-card .cr-product-image .cr-shopping-bag.out-of-stock i,
.cr-shopping-bag.out-of-stock i {
  color: #999999 !important;
}

/* Hover එකටත් same color එක */
.cr-product-card .cr-product-image .cr-shopping-bag.out-of-stock:hover,
.cr-shopping-bag.out-of-stock:hover {
  background-color: #e0e0e0 !important;
  border-color: #d0d0d0 !important;
}

.cr-product-card .cr-product-image .cr-shopping-bag.out-of-stock:hover i,
.cr-shopping-bag.out-of-stock:hover i {
  color: #999999 !important;
}
/* Wishlist (section-popular) product image fixed size */
.section-popular .cr-product-card .cr-product-image {
  height: 260px; /* 👉 image height standard (ඔයා කැමති නම් 220/240 etc) */
}

.section-popular .cr-product-card .cr-product-image .cr-image-inner {
  height: 100%;
}

.section-popular .cr-product-card .cr-product-image .cr-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 👉 image කපලා නෑ, box එක ඇතුල්කෙ fit වෙයි */
}
.testimonial-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}

.testimonial-card::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 16px;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.06);
  font-family: Georgia, "Times New Roman", serif;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.testimonial-stars i {
  font-size: 18px;
  color: #ff9d4d; /* ඔයාගෙ theme එකෙ orange ට match */
}
/* ===== Nirmal – Category mega menu polish ===== */

/* dropdown box look */
.cr-cat-dropdown {
  width: 680px;
  max-width: 80vw;
  margin-top: 12px;
  padding: 18px 22px;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

/* left vertical buttons (Phone / Accessories / Parts) */
.cr-cat-dropdown .cr-cat-tab .cr-tab-list {
  background: #f9fafb;
  padding: 10px;
  border-radius: 12px;
}

.cr-cat-dropdown .cr-cat-tab .nav-link {
  border-radius: 10px !important;
  margin-bottom: 6px;
  border: 1px solid transparent;
  background: #f9fafb;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  transition: 0.15s ease;
}

.cr-cat-dropdown .cr-cat-tab .nav-link:hover {
  background: #f3f4f6;
}

.cr-cat-dropdown .cr-cat-tab .nav-link.active {
  background: #fff7f2;
  border-color: #f5885f;
  color: #f5885f;
}

/* right side heading */
.cr-cat-dropdown .cr-cat-tab .tab-content .cr-col-title {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e5e7eb;
  color: #f5885f;
  font-size: 15px;
  font-weight: 600;
}

/* right side sub category list => 2 columns + hover */
.cr-cat-dropdown .tab-list .col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 32px;
}

@media (max-width: 991px) {
  .cr-cat-dropdown .tab-list .col ul {
    column-count: 1;
  }
}

.cr-cat-dropdown .tab-list .col ul li {
  margin-bottom: 6px;
  break-inside: avoid;
}

.cr-cat-dropdown .tab-list .col ul li a {
  display: inline-block;
  font-size: 14px;
  color: #4b5563;
  padding: 3px 0;
  transition: color 0.15s ease, transform 0.1s ease;
}

.cr-cat-dropdown .tab-list .col ul li a::before {
  content: "›";
  margin-right: 6px;
  font-size: 11px;
  color: #d1d5db;
}

.cr-cat-dropdown .tab-list .col ul li a:hover {
  color: #f9734b;
  transform: translateX(2px);
}
/* Track order card look */
.cr-track-box {
  max-width: 900px;
  margin: 0 auto 40px;
  padding: 24px 18px 32px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

/* Label + input a little bolder / nice */
.cr-track-box .form-label {
  font-weight: 600;
}

.cr-track-box .form-control {
  height: 48px;
  border-radius: 999px;
  padding: 0 18px;
}

/* Buttons row */
.order-track-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px; /* 32 -> 16 */
  justify-content: space-between;
}

.order-track-actions .cr-button {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto; /* w-100 වගේ width 100% rules override කරන්න */
  margin: 0; /* safety – extra margins ඉවත් කරන්න */
}

/* phone view එකේ තව ලං කරන්න */
@media (max-width: 576px) {
  .order-track-actions {
    margin-top: 4px;
  }
}
/* --- Login: OR divider --- */
.login-or-divider {
  margin: 18px 0 10px;
  position: relative;
  text-align: center;
}

.login-or-divider span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #777;
}

.login-or-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #eee;
  z-index: 0;
}

/* --- Google login button --- */
.google-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  padding: 10px 20px;
  margin: 0 auto 0;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  color: #111827;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.google-login-btn span {
  display: block;
  text-align: center;
}

.google-login-btn img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (max-width: 480px) {
  .google-login-btn {
    padding: 10px 14px;
    font-size: 14px;
  }
}
/* ===== FINAL OVERRIDE: HEADER SEARCH (DESKTOP + ANDROID) ===== */

/* Layout: logo | search | icons */
.top-header .header-search-wrapper {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}

.top-header .cr-search.smart-search {
  width: 100%;
  max-width: 760px;
}

/* Main pill */
.top-header .cr-search.smart-search .smart-search-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px);
}

/* Category part */
.top-header .cr-search.smart-search .smart-select-wrapper {
  position: relative;
  flex: 0 0 180px;
  display: flex;
  align-items: stretch;
}

.top-header .cr-search.smart-search select.smart-select {
  position: static;
  width: 100%;
  height: 44px;
  padding: 0 36px 0 16px;
  border-radius: 999px 0 0 999px;
  border: none;
  border-right: 1px solid rgba(209, 213, 219, 0.9);
  background: linear-gradient(135deg, #f9fafb, #e5e7eb);
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* small arrow */
.top-header .cr-search.smart-search .smart-select-wrapper::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #6b7280;
  pointer-events: none;
}

/* Search input – override old widths */
.top-header .cr-search.smart-search input.smart-input {
  flex: 1 1 auto;
  min-width: 0; /* flex layout එකේ shrink වෙන්න */
  width: auto;
  box-sizing: border-box;
  height: 48px;
  border: none;
  padding: 0 16px 0 18px;
  font-size: 15px;
  color: #111827;
  background: transparent;
  outline: none;
}

/* Button */
.top-header .cr-search.smart-search .smart-btn {
  height: 44px;
  min-width: 110px;
  padding: 0 24px;
  border: none;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff7a18, #ffb347);
  cursor: pointer;
  box-shadow: 0 10px 18px rgba(249, 115, 22, 0.35);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.top-header .cr-search.smart-search .smart-btn i {
  font-size: 18px;
  color: #ffffff;
}

/* Hover / active (keep the “click” feel) */
.top-header .cr-search.smart-search .smart-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 14px 26px rgba(249, 115, 22, 0.45);
}

.top-header .cr-search.smart-search .smart-btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.35);
}

/* ===== RESPONSIVE – ANDROID VIEW ===== */
@media (max-width: 991.98px) {
  .top-header {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  /* logo එක up, icons middle, search full-width bottom */
  .top-header .cr-logo {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
  }

  .top-header .header-search-wrapper {
    flex: 0 0 100%;
    padding: 0 12px;
    order: 3;
  }

  .top-header .cr-right-bar {
    flex: 0 0 100%;
    justify-content: space-between;
    margin-top: 4px;
  }

  .top-header .cr-search.smart-search {
    max-width: 100%;
  }

  .top-header .cr-search.smart-search .smart-search-inner {
    border-radius: 22px;
  }

  .top-header .cr-search.smart-search .smart-select-wrapper {
    flex: 0 0 150px;
  }
}

@media (max-width: 575.98px) {
  .top-header .cr-logo img {
    height: 42px;
  }

  .top-header .header-search-wrapper {
    padding: 0 8px;
  }

  .top-header .cr-search.smart-search .smart-select-wrapper {
    flex: 0 0 135px;
  }

  .top-header .cr-search.smart-search .smart-btn {
    min-width: 90px;
    padding: 0 18px;
  }

  .top-header .cr-search.smart-search input.smart-input {
    font-size: 13px;
  }
}
/* === ANDROID / SMALL SCREEN HEADER SEARCH TWEAKS === */

@media (max-width: 575.98px) {
  /* overall spacing */
  .top-header {
    padding: 10px 0 6px;
  }

  .top-header .header-search-wrapper {
    padding: 0 10px;
  }

  /* pill එක थोड़ा छोटा, सब same height */
  .top-header .cr-search.smart-search .smart-search-inner {
    padding: 1px;
    border-radius: 20px;
    min-height: 40px;
  }

  .top-header .cr-search.smart-search select.smart-select,
  .top-header .cr-search.smart-search input.smart-input,
  .top-header .cr-search.smart-search .smart-btn {
    height: 38px;
    font-size: 13px;
  }

  /* category part width අඩු කරලා text nicely fit වෙන්න */
  .top-header .cr-search.smart-search .smart-select-wrapper {
    flex: 0 0 135px;
  }

  .top-header .cr-search.smart-search select.smart-select {
    padding-left: 12px;
    padding-right: 26px;
  }

  .top-header .cr-search.smart-search .smart-btn {
    min-width: 90px;
    padding: 0 16px;
  }
}
/* === SEARCH BOX CUSTOM CATEGORY DROPDOWN === */

.top-header .cr-search.smart-search .smart-select-wrapper.search-cat-dropdown {
  position: relative;
}

/* toggle button (All Categories) */
.top-header .cr-search.smart-search .search-cat-toggle {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  padding: 0 36px 0 16px;
  border-radius: 999px 0 0 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  background: linear-gradient(135deg, #f9fafb, #e5e7eb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
}

.top-header .cr-search.smart-search .search-cat-toggle:focus {
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.6);
}

/* arrow icon animation */
.search-cat-arrow {
  display: inline-flex;
  margin-left: 6px;
  font-size: 14px;
  transition: transform 0.18s ease;
}

.search-cat-dropdown.show .search-cat-arrow {
  transform: rotate(180deg);
}

/* dropdown list panel */
.top-header .cr-search.smart-search .search-cat-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 6px;
  padding: 6px 0;
  list-style: none;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  max-height: 260px;
  overflow-y: auto;

  /* animation start state */
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);

  /* Bootstrap dropdown-menu override */
  display: block;
  z-index: 3000;
}

/* items */
.top-header .cr-search.smart-search .search-cat-menu li {
  padding: 8px 14px;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
  white-space: nowrap;
}

.top-header .cr-search.smart-search .search-cat-menu li:hover,
.top-header .cr-search.smart-search .search-cat-menu li[data-selected="1"] {
  background-color: #fff7f3;
  color: #f97316;
}

/* open state */
.top-header .cr-search.smart-search .search-cat-dropdown.show .search-cat-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ===== Search box category dropdown – same vibe as navbar ===== */

.search-cat-dropdown {
  position: relative;
  flex: 0 0 180px;
}

/* default arrow pseudo-element off if තියෙනවනම් */
.search-cat-dropdown::after {
  display: none;
}

/* visible button left pill part */
.search-cat-toggle {
  width: 100%;
  height: 48px;
  border-radius: 999px 0 0 999px;
  border: none;
  border-right: 1px solid rgba(209, 213, 219, 0.9);
  background: linear-gradient(135deg, #f9fafb, #e5e7eb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 0 14px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

/* label + arrow */
.search-cat-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-cat-arrow {
  margin-left: 8px;
  font-size: 11px;
  color: #6b7280;
  transition: transform 0.18s ease;
}

/* panel (dropdown list) */
.search-cat-menu {
  min-width: 100%;
  margin-top: 8px;
  padding: 6px 0;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
  border: 1px solid rgba(148, 163, 184, 0.35);
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 50;
}

/* open state (JS add කරන class) */
.search-cat-dropdown.show .search-cat-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-cat-dropdown.show .search-cat-arrow {
  transform: rotate(180deg);
}

/* single option style – navbar dropdown වලට match */
.search-cat-menu .dropdown-item {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 8px 16px;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
}

.search-cat-menu .dropdown-item:hover {
  background-color: #f3f4f6;
}

.search-cat-menu .dropdown-item.is-active {
  background-color: #ffedd5;
  color: #9a3412;
  font-weight: 600;
}

/* scrollbar subtle */
.search-cat-menu::-webkit-scrollbar {
  width: 6px;
}
.search-cat-menu::-webkit-scrollbar-thumb {
  background-color: rgba(148, 163, 184, 0.7);
  border-radius: 999px;
}

/* ==== Mobile tweaks (Android) ==== */
@media (max-width: 575.98px) {
  .search-cat-dropdown {
    flex: 0 0 135px;
  }

  .search-cat-toggle {
    height: 38px;
    font-size: 13px;
  }

  .search-cat-menu {
    border-radius: 12px;
    max-height: 220px;
  }

  .search-cat-menu .dropdown-item {
    font-size: 13px;
    padding: 8px 14px;
  }
}
/* pill එකෙන් dropdown cut වෙන්න එපා */
.top-header .cr-search.smart-search .smart-search-inner {
  overflow: visible;
}

/* Search box category dropdown – card style */
.search-cat-dropdown {
  position: relative;
  flex: 0 0 180px;
}

.search-cat-dropdown::after {
  display: none;
}

.search-cat-toggle {
  width: 100%;
  height: 48px;
  border-radius: 999px 0 0 999px;
  border: none;
  border-right: 1px solid rgba(209, 213, 219, 0.9);
  background: linear-gradient(135deg, #f9fafb, #e5e7eb);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 0 14px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.search-cat-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-cat-arrow {
  margin-left: 8px;
  font-size: 11px;
  color: #6b7280;
  transition: transform 0.18s ease;
}

.search-cat-menu {
  min-width: 100%;
  margin-top: 8px;
  padding: 6px 0;
  border-radius: 16px;
  background-color: #ffffff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
  border: 1px solid rgba(148, 163, 184, 0.35);
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 50;
}

.search-cat-dropdown.show .search-cat-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-cat-dropdown.show .search-cat-arrow {
  transform: rotate(180deg);
}

.search-cat-menu .dropdown-item {
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  padding: 8px 16px;
  font-size: 14px;
  color: #111827;
  cursor: pointer;
}

.search-cat-menu .dropdown-item:hover {
  background-color: #f3f4f6;
}

.search-cat-menu .dropdown-item.is-active {
  background-color: #ffedd5;
  color: #9a3412;
  font-weight: 600;
}

/* mobile tweaks */
@media (max-width: 575.98px) {
  .search-cat-dropdown {
    flex: 0 0 135px;
  }
  .search-cat-toggle {
    height: 38px;
    font-size: 13px;
  }
  .search-cat-menu {
    border-radius: 12px;
    max-height: 220px;
  }
  .search-cat-menu .dropdown-item {
    font-size: 13px;
    padding: 8px 14px;
  }
}
/* ==== Search box custom category dropdown (desktop + mobile) ==== */

.top-header .cr-search.smart-search .smart-search-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 999px;
  overflow: visible; /* dropdown කොටසට space */
}

.top-header .cr-search.smart-search .smart-select-wrapper.search-cat-dropdown {
  position: relative;
  flex: 0 0 190px;
  max-width: 190px;
}

.search-cat-toggle {
  width: 100%;
  height: 45px;
  border-radius: 999px 0 0 999px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: linear-gradient(135deg, #f6f6f7 0%, #ffffff 100%);
  font-size: 14px;
  font-weight: 500;
  color: #2b2b2d;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.search-cat-label {
  flex: 1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-cat-arrow {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #9ca3af;
}

.search-cat-dropdown .dropdown-menu.search-cat-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 8px;
  padding: 6px 0;
  list-style: none;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.15);
  max-height: 260px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.16s ease-out, transform 0.16s ease-out,
    visibility 0.16s ease-out;
  z-index: 1000;
}

.search-cat-dropdown.show .dropdown-menu.search-cat-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-cat-menu li {
  padding: 7px 16px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease;
}

.search-cat-menu li:hover {
  background-color: #fef3e7;
  color: #f97316;
}

.search-cat-menu li[data-selected="1"] {
  font-weight: 600;
  background-color: #fff7ec;
}

/* Search input flex nicely and text not go out */
.top-header .cr-search.smart-search input.smart-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 45px;
  border-radius: 0 999px 999px 0;
  border: 1px solid #fde1cf;
  border-left: none;
  padding: 0 16px;
  font-size: 14px;
  color: #111827;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-header .cr-search.smart-search .search-btn.smart-btn {
  width: 80px;
  height: 45px;
  border-radius: 999px;
  margin-left: -35px;
  position: relative;
  z-index: 2;
}

/* ----- Mobile search alignment (HEADER) ----- */
@media (max-width: 767.98px) {
  /* top header layout ටිකක් හුරුවට */
  .top-header {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0 12px;
  }

  /* search box full width */
  .top-header .header-search-wrapper {
    order: 2;
    flex: 0 0 100%;
    padding: 0;
  }

  .top-header .cr-right-bar {
    order: 3;
  }

  .top-header .cr-search.smart-search {
    width: 100%;
    max-width: 100%;
  }

  /* මුල් pill එක – mobile එකට clean */
  .top-header .cr-search.smart-search .smart-search-inner {
    margin-top: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
  }

  /* Category dropdown width */
  .top-header
    .cr-search.smart-search
    .smart-select-wrapper.search-cat-dropdown {
    flex: 0 0 38%;
    max-width: 38%;
  }

  /* Category button */
  .top-header .cr-search.smart-search .search-cat-toggle {
    height: 42px;
    font-size: 13px;
    padding: 0 12px;
    border-radius: 999px 0 0 999px;
    box-shadow: none;
  }

  /* Text box */
  .top-header .cr-search.smart-search input.smart-input {
    flex: 1 1 auto;
    min-width: 0;
    height: 42px;
    border-radius: 0;
    border-left: none;
  }

  /* Orange search button – margin minus එක අයින් */
  .top-header .cr-search.smart-search .search-btn.smart-btn {
    height: 42px;
    width: auto;
    padding: 0 18px;
    margin-left: 0;
    border-radius: 0 999px 999px 0;
  }
}

/* ==== Nirmal header nav (simple style only – no layout break) ==== */

/* menu strip container (Home / Category / All Products / ...) */
header #cr-main-menu-desk .cr-menu-list {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.12);
  padding: 0.55rem 1.5rem;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
  animation: nirmalNavDrop 0.4s ease-out;
}

/* nav links only (layout එක template එකේ대로) */
header #cr-main-menu-desk ul.navbar-nav > li.nav-item > a.nav-link {
  position: relative;
  font-size: 0.86rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111827;
  padding: 0.7rem 0.9rem;
  transition: color 0.22s ease, transform 0.22s ease;
}

/* underline animation */
header #cr-main-menu-desk ul.navbar-nav > li.nav-item > a.nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5885f, #fb923c);
  transition: width 0.25s ease;
}

/* hover + active */
header #cr-main-menu-desk ul.navbar-nav > li.nav-item:hover > a.nav-link,
header #cr-main-menu-desk ul.navbar-nav > li.nav-item.active > a.nav-link {
  color: #f5885f;
  transform: translateY(-1px);
}

header
  #cr-main-menu-desk
  ul.navbar-nav
  > li.nav-item:hover
  > a.nav-link::before,
header
  #cr-main-menu-desk
  ul.navbar-nav
  > li.nav-item.active
  > a.nav-link::before {
  width: 100%;
}

/* phone block */
header #cr-main-menu-desk .cr-calling {
  border-left: 1px solid rgba(148, 163, 184, 0.35);
  padding-left: 1.4rem;
}

header #cr-main-menu-desk .cr-calling i {
  color: #f5885f;
  font-size: 18px;
  margin-right: 6px;
}

header #cr-main-menu-desk .cr-calling a {
  font-weight: 700;
  font-size: 0.95rem;
  color: #111827;
  text-decoration: none;
}

header #cr-main-menu-desk .cr-calling a:hover {
  color: #f5885f;
}
/* ===== Navbar Category dropdown – scrollable list ===== */
#cr-main-menu-desk .navbar .cr-category-dropdown {
  max-height: 360px; /* dropdown උස – අවශ්‍ය නම් value change කරගන්න */
  overflow-y: auto;
}

/* Optional: thin nice scrollbar (Chrome, Edge, Safari) */
#cr-main-menu-desk .navbar .cr-category-dropdown::-webkit-scrollbar {
  width: 6px;
}
#cr-main-menu-desk .navbar .cr-category-dropdown::-webkit-scrollbar-track {
  background: transparent;
}
#cr-main-menu-desk .navbar .cr-category-dropdown::-webkit-scrollbar-thumb {
  background-color: rgba(148, 163, 184, 0.85);
  border-radius: 999px;
}

/* drop-in animation */
@keyframes nirmalNavDrop {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==== Final header overrides (simple, no scroll-hide) ==== */

header {
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  z-index: 50;
}

/* header ඇතුලෙ තියෙන සියලු dropdown (All Categories + nav menus + left category mega menu)
   content එකට / breadcrumb එකට ඉහළින් පේන්න */
header .dropdown-menu,
.top-header .cr-search.smart-search .search-cat-menu,
header .cr-cat-dropdown {
  position: absolute;
  z-index: 9999 !important;
}

/* ==== Page header / breadcrumb – match to theme ==== */

.cr-breadcrumb-image {
  width: 100%;
  height: auto; /* fixed 70px එකේ වෙනුවට */
  padding: 16px 0;
  background: linear-gradient(90deg, #fff7f3 0%, #ffffff 40%, #ffffff 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

/* උඩින් title + breadcrumb එක horizontally spread වෙන්න */
.cr-breadcrumb-image .cr-breadcrumb-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* left side page title */
.cr-breadcrumb-image .cr-breadcrumb-title h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #111827;
}

/* right side Home / Contact Us breadcrumb text */
.cr-breadcrumb-image .cr-breadcrumb-title span {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  font-weight: 500;
  color: #9ca3af;
  text-transform: capitalize;
}

.cr-breadcrumb-image .cr-breadcrumb-title span a {
  color: #f5885f; /* theme orange */
}
/* ==== Nirmal custom – navbar & dropdowns not being cut ==== */

/* header හා menu container කිසිම දේවල් crop නොකරන්න */
header,
.cr-fix.menu_fixed,
.cr-fix.menu_fixed_up,
.top-header,
.cr-menu-list,
.cr-menu-list nav {
  overflow: visible !important;
}

/* සර්ච් කාටගරි + main navbar + right top dropdowns හැම එකම ඉහළට ගන්න */
header .navbar-nav .dropdown-menu,
header .cr-category-dropdown .dropdown-menu,
.top-header .cr-right-bar .dropdown .dropdown-menu,
.top-header .cr-search.smart-search .search-cat-menu {
  position: absolute;
  z-index: 9999 !important;
}

/* breadcrumb එක header යටින් යන්න */
.cr-breadcrumb-image {
  position: relative;
  z-index: 0;
}
/* ===== FIX: Main nav dropdown always on top ===== */

header,
.top-header,
.menu-part,
.cr-menu-list,
.navbar {
  position: relative;
  z-index: 2000;
  overflow: visible; /* dropdowns cut වෙන්න එපා */
}

/* All header dropdown menus – account, Category, Quick links... */
header .dropdown-menu,
ul.navbar-nav .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  border-radius: 12px;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.2);
  background-color: #ffffff;
  z-index: 3000 !important; /* slider / breadcrumb ටට වඩා ඉහළ */
}

/* Hover කරනකොට gap එකක් නැතිව open වෙන්න */
ul.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0 !important;
}

/* small_screen rules override – margin 9px remove වෙන්න */
@media (max-width: 1199px) {
  ul.navbar-nav .dropdown:hover .dropdown-menu {
    margin-top: 0 !important;
  }
}

/* Hero slider / breadcrumb header ගහල යන්නෙ නැතුව යටින් යන්න */
.cr-hero-banner,
.cr-main-banner,
.cr-breadcrumb-image {
  position: relative;
  z-index: 0;
}
/* ==== FIX: search category dropdown nav bar එකට උඩින් පේන්න ==== */

/* header + top-header ටිකක් high stacking එකක් */
header {
  position: relative;
}

.top-header {
  position: relative;
  z-index: 50 !important;
}

/* "All Categories" column එක තියෙන wrapper */
.top-header .cr-search.smart-search .smart-select-wrapper.search-cat-dropdown {
  position: relative;
  z-index: 60 !important;
}

/* actual dropdown menu list එක */
.top-header .cr-search.smart-search .search-cat-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999 !important; /* navbar කඩාගන්න high value එක */
}

/* main nav bar එක dropdown එකට වඩා පහළට දාලා */
.cr-menu-list,
.cr-menu-list nav,
.cr-menu-list ul.navbar-nav {
  position: relative;
  z-index: 10 !important;
}
/* ==== Nirmal custom hero card ==== */

/* Hero whole section – little gap under menu */
.section-hero {
  padding-top: 15px;
}

/* Main hero box – card look */
.section-hero .cr-hero-banner {
  max-width: 1200px;
  margin: 0 auto;
  height: 520px; /* fixed comfortable height */
  max-height: 70vh;
  border-radius: 26px;
  overflow: hidden;
  background-color: #ffece1; /* theme ට match වෙන soft color */
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  position: relative;
}

/* Left text side – old 80vh override කරන්න */
.section-hero .cr-left-side-contain {
  height: 100%; /* parent height follow කරගන්න */
}

/* Right side image – nicely cover & stay inside card */
.section-hero .cr-banner-image-one,
.section-hero .cr-banner-image-two {
  background-size: cover;
  background-position: center;
  animation: heroFloat 9s ease-in-out infinite;
}

/* Hero text small underline decoration */
.section-hero .cr-left-side-contain h1 {
  position: relative;
}

.section-hero .cr-left-side-contain h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 70px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9966, #ff5e62);
}

/* Hero primary button hover – little lift */
.section-hero .cr-last-buttons a {
  box-shadow: 0 14px 28px rgba(245, 136, 95, 0.45);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-hero .cr-last-buttons a:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(245, 136, 95, 0.65);
}

/* Floating animation for phone image side */
@keyframes heroFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Responsive – mobile / tablet */
@media (max-width: 992px) {
  .section-hero .cr-hero-banner {
    height: auto;
    max-height: none;
    padding: 40px 20px;
  }

  .section-hero .cr-left-side-contain {
    height: auto;
    text-align: center;
    align-items: center;
  }

  .section-hero .cr-left-side-contain h1::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* =========================
   HERO – MICRO POLISH
   ========================= */

/* hero card hover වටින animation */
.section-hero .cr-hero-banner .container {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.section-hero .cr-hero-banner .container:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.2);
}

/* top sub-title (Trused Mobile Phone Center) -> badge style */
.section-hero .cr-left-side-contain h5 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.16);
}

/* එහිදී තියෙන orange span එක – text එක orange, border නැතිව */
.section-hero .cr-left-side-contain h5 span {
  margin-right: 0;
  border: none;
  color: #f5885f;
}

/* main heading ටිකට depth */
.section-hero .cr-left-side-contain h1 {
  text-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

/* hero CTA button – hover lift */
.section-hero .cr-left-side-contain .cr-last-buttons a {
  box-shadow: 0 16px 40px rgba(245, 136, 95, 0.55);
  transform: translateY(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.section-hero .cr-left-side-contain .cr-last-buttons a:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(245, 136, 95, 0.75);
}

/* hero phones side – very subtle float */
.section-hero .cr-banner-image-one,
.section-hero .cr-banner-image-two {
  animation: heroPhoneFloat 9s ease-in-out infinite;
}

@keyframes heroPhoneFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* hero slider dots – modern look */
.section-hero .cr-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  border-radius: 999px;
  background-color: #f5885f;
  opacity: 0.45;
  border: none;
  box-shadow: none;
  transform: scale(1);
  transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.section-hero
  .cr-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.7);
  box-shadow: 0 0 0 4px rgba(245, 136, 95, 0.25);
}
/* ===== Android / mobile hero responsive ===== */
@media only screen and (max-width: 767px) {
  /* hero section spacing */
  .cr-hero-banner {
    height: auto !important; /* 80vh override */
    padding: 24px 0 32px;
    border-radius: 20px;
    overflow: hidden;
  }

  /* inner container full width with padding */
  .cr-hero-banner .container {
    padding: 0 16px;
  }

  /* left text block – center everything */
  .cr-left-side-contain {
    height: auto !important;
    max-width: 100%;
    padding: 12px 10px 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .cr-left-side-contain h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .cr-left-side-contain h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .cr-left-side-contain p {
    font-size: 13px;
    margin-bottom: 16px;
  }

  /* buttons center */
  .cr-left-side-contain .cr-last-buttons {
    justify-content: center;
  }

  /* phone image side – height little smaller, cover nicely */
  .cr-banner-image-one,
  .cr-banner-image-two {
    background-position: center bottom;
    background-size: contain;
    min-height: 220px;
  }
}
/* ==========================
   HERO FINAL (desktop + mobile)
   ========================== */

/* common card look (desktop + mobile) */
.section-hero .cr-hero-banner {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 26px;
  overflow: hidden;
  background-color: #ffe6d7; /* peach tone */
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

/* desktop / laptop */
@media (min-width: 992px) {
  .section-hero .cr-hero-banner {
    height: 520px; /* පහුගිය desktop look එකම */
  }
  .section-hero .cr-left-side-contain {
    height: 100%; /* image side එකට height match */
  }
}

/* tablet + normal phones */
@media (max-width: 991.98px) {
  .section-hero {
    padding-top: 16px;
    padding-bottom: 30px;
  }

  /* දෙවෙනි banner එකත් එකම height */
  .section-hero .cr-hero-banner {
    height: 420px; /* Android වල height ටික අඩු */
  }

  /* text block එක – white card එකක් වගේ */
  .section-hero .cr-left-side-contain {
    height: auto;
    max-width: 90%;
    margin: 0 auto;
    padding: 14px 18px 18px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 16px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.22);
    text-align: center;
  }

  /* small header text */
  .section-hero .cr-left-side-contain h5 {
    font-size: 11px;
    letter-spacing: 0.14em;
  }

  /* main heading – පැහැදිලි + compact */
  .section-hero .cr-left-side-contain h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .section-hero .cr-left-side-contain p {
    font-size: 13px;
  }

  .section-hero .cr-last-buttons {
    margin-top: 14px;
    justify-content: center;
  }

  .section-hero .cr-last-buttons a {
    padding: 9px 22px;
    font-size: 14px;
  }
}

/* small phones */
@media (max-width: 480px) {
  .section-hero .cr-hero-banner {
    height: 380px; /* තව ටිකක් short */
  }

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

/* really tiny phones */
@media (max-width: 360px) {
  .section-hero .cr-hero-banner {
    height: 350px;
  }
}
/* ===== MOBILE HERO TUNE (≤ 768px) ===== */
@media (max-width: 768px) {
  /* මුලු hero area එක – height ටික අඩු කරන්න */
  .section-hero .cr-hero-banner {
    height: 420px;
    max-height: 80vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* swiper / slide එකට card height follow වෙන්න */
  .section-hero .cr-slider,
  .section-hero .cr-slider .swiper-wrapper,
  .section-hero .cr-slider .swiper-slide {
    height: 100%;
  }

  /* text block card එක – center + smaller */
  .section-hero .cr-left-side-contain {
    height: auto !important;
    max-width: 100%;
    margin: 0 18px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96); /* text එකට clear background */
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.22);
    text-align: center;
  }

  .section-hero .cr-left-side-contain h1 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .section-hero .cr-left-side-contain p {
    font-size: 14px;
    line-height: 1.4;
  }

  /* top pill ("TRUSED MOBILE PHONE CENTER") center කරන්න */
  .section-hero .cr-left-side-contain .cr-trusted,
  .section-hero .cr-left-side-contain .cr-banner-label {
    margin-left: auto;
    margin-right: auto;
  }

  /* button size ටික අඩු කරන්න */
  .section-hero .cr-last-buttons a {
    padding: 10px 24px;
    font-size: 14px;
  }
}
/* === HERO – height fix + mobile tune === */

/* desktop / laptop – fixed but comfortable height */
@media (min-width: 992px) {
  .section-hero .cr-hero-banner {
    height: 520px; /* desktop hero height */
  }
}

/* mobile / tablet – එකම height, අඩු ටිකක් */
@media (max-width: 991.98px) {
  .section-hero .cr-hero-banner {
    height: 68vh; /* 80vh -> 68vh (තව අඩු කරන්න ඕනම් 65vh / 60vh) */
  }

  /* left text side – auto height, center small margin */
  .section-hero .cr-left-side-contain {
    height: auto; /* global 80vh override */
    margin: 16px 14px;
  }

  /* banner background small crop – center nicely */
  .cr-banner-image-one,
  .cr-banner-image-two {
    background-position: center top;
  }
}

/* global override for text side height – දෙස්කොප් + mobile දෙකටම */
.section-hero .cr-left-side-contain {
  height: auto; /* original 80vh එක override */
}
/* === HERO TEXT CARD + ANIMATION === */

/* desktop + mobile දෙකටම hero text card */
.section-hero .cr-left-side-contain {
  position: relative;
  background: rgba(255, 255, 255, 0.96); /* සුදු semi-transparent box */
  border-radius: 22px;
  padding: 26px 32px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
  animation: nmHeroCardIn 0.75s ease-out 0.2s both;
}

/* headings a little tighter & readable */
.section-hero .cr-left-side-contain h1 {
  line-height: 1.25;
}

/* hero button card එකට එක්කම ඉස්සෙල්ලට එන්න – අමතර JS ඕන නෑ */
.section-hero .cr-left-side-contain .cr-last-buttons {
  margin-top: 24px;
}

/* smaller phones සඳහා font / padding adjust */
@media (max-width: 575.98px) {
  .section-hero .cr-left-side-contain {
    margin: 16px 12px;
    padding: 20px 18px;
  }

  .section-hero .cr-left-side-contain h1 {
    font-size: 26px;
  }
}

/* card drop-in animation – bottom side සිට smooth එකට එන්න */
@keyframes nmHeroCardIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* === HERO TEXT CARD + ANIMATION (MOBILE ONLY) === */

/* default: desktop / large screens -> card නැහැ */
.section-hero .cr-left-side-contain {
  background: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  animation: none;
}

/* mobile & small tablets වලට card look එක දාන්න */
@media (max-width: 991.98px) {
  .section-hero .cr-left-side-contain {
    position: relative;
    background: rgba(255, 255, 255, 0.96); /* සුදු semi-transparent box */
    border-radius: 22px;
    padding: 22px 24px;
    margin: 16px 12px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
    animation: nmHeroCardIn 0.75s ease-out 0.2s both;
  }

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

  .section-hero .cr-left-side-contain .cr-last-buttons {
    margin-top: 20px;
  }
}

/* card drop-in animation – bottom side සිට smooth එකට එන්න */
@keyframes nmHeroCardIn {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ===== Nirmal - HERO FINAL OVERRIDE (MOBILE ONLY) ===== */
@media only screen and (max-width: 767px) {
  /* mobile එකට glassy text card එක */
  .section-hero .cr-left-side-contain {
    max-width: 94%;
    margin: 0 auto 14px;
    padding: 18px 16px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.65); /* transparency වැඩි = glassy */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
    text-align: center;
  }

  /* mobile heading sizes ටික adjust කලේ */
  .section-hero .cr-left-side-contain h1 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .section-hero .cr-left-side-contain p {
    font-size: 13px;
    line-height: 1.5;
  }

  /* === MEGA IMPORTANT PART ===
     banner 1 / banner 2 දෙකම එක height එකක් කරන්න */
  .section-hero .cr-banner-image-one,
  .section-hero .cr-banner-image-two {
    width: 100%;
    min-height: 300px !important;
    height: 300px !important; /* දෙකම FIXED height → same size */
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
/* === Mobile menu: show under header (Android view fix) === */
@media only screen and (max-width: 767px) {
  /* left side slide menu box */
  .cr-side-cart.cr-mobile-menu {
    top: 150px; /* header height හරියට නම් 130–160 අතර ට්‍රයි කරන්න */
    height: calc(100vh - 150px);
  }

  /* dark overlay එකත් header යටින් පටන් ගන්න */
  .cr-sidebar-overlay {
    top: 150px;
    height: calc(100vh - 150px);
  }
}
/* ==== MOBILE NAV – NEW OFFCANVAS STYLE ==== */

@media (max-width: 991.98px) {
  /* dark overlay – full screen, topmost */

  /* slide panel (My Menu) */
  .cr-side-cart {
    width: 82vw; /* new trend narrow panel */
    max-width: 360px;
    height: 100vh;
    padding: 18px 20px 28px;
    position: fixed;
    top: 0;
    left: -82vw; /* JS දැම්මේ .cr-menu-open → left:0 */
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
    z-index: 999;
  }

  /* title row little nicer */
  .cr-side-cart .cr-menu-title {
    padding: 4px 0 14px;
    border-bottom: 1px solid #eee;
  }

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

  /* menu items spacing */
  .cr-side-cart ul li a {
    padding: 12px 0;
    font-size: 15px;
  }
}

/* menu open වෙද්දි body scroll වෙන එක අවහිර කරන්න (Chrome/Android support කරන :has) */
body:has(.cr-side-cart.cr-menu-open) {
  overflow: hidden;
}
/* ==== MOBILE SIDE MENU – MODERN LOOK ==== */
@media (max-width: 991.98px) {
  /* main panel (Home / Category / ...) */
  .cr-side-cart {
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.32);
    border-radius: 0 22px 22px 0; /* right side rounded */
    padding: 20px 18px 26px;
  }

  /* title row (My Menu) */
  .cr-side-cart .cr-menu-title {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  }
  .cr-side-cart .cr-menu-title .menu-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  /* list items – more airy, new-app style */
  .cr-side-cart ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 2px;
    font-size: 15px;
  }

  .cr-side-cart ul li + li a {
    border-top: 1px solid rgba(148, 163, 184, 0.18);
  }

  /* hover / tap feedback */
  .cr-side-cart ul li a:hover {
    background: rgba(248, 250, 252, 0.9);
    border-radius: 10px;
  }
}
/* === MOBILE SIDE MENU – FINAL GLASS / MODERN LOOK === */
@media (max-width: 991.98px) {
  /* DARK OVERLAY – correct class name = .cr-sidebar-overlay */
  .cr-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(15, 23, 42, 0.6); /* අඳුරු tint එක */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 998;
  }

  /* SLIDE PANEL */
  .cr-side-cart {
    width: 82vw; /* phone screen එකේ ~80% */
    max-width: 360px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -82vw; /* .cr-menu-open උනොත් left:0 !important */
    padding: 20px 18px 26px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0 22px 22px 0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 999;
  }

  /* title row */
  .cr-side-cart .cr-menu-title {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  }

  .cr-side-cart .cr-menu-title .menu-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }

  /* menu items – ඉඩක් දීලා, hover effect */
  .cr-side-cart ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 2px;
    font-size: 15px;
    border-bottom: 1px solid rgba(229, 231, 235, 0.9);
  }

  .cr-side-cart ul li a:hover {
    background: rgba(248, 250, 252, 0.95);
    border-radius: 10px;
  }
}

/* menu open වෙද්දි body scroll lock */
body:has(.cr-side-cart.cr-menu-open) {
  overflow: hidden;
}
/* ===== MOBILE SIDE MENU REWORK ===== */
@media (max-width: 767.98px) {
  .cr-side-cart {
    width: 82%;
    max-width: 320px;
    padding: 18px 18px 28px;
    left: -82%; /* initial hidden position */
    border-radius: 0 18px 18px 0;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.25);
  }

  .cr-side-cart .cr-menu-title h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  .cr-side-cart ul li a {
    padding: 10px 0;
    font-size: 14px;
  }

  .cr-side-cart ul li {
    border-bottom: 1px solid #f1f5f9;
  }

  .cr-side-cart ul li:last-child {
    border-bottom: none;
  }
}
/* === CLEAN MOBILE SIDE MENU – NIRMAL MOBILE === */
@media (max-width: 991.98px) {
  /* Drawer box – always full screen height */
  .cr-side-cart.cr-mobile-menu {
    width: 80%;
    max-width: 340px;
    top: 0; /* ⬅️ 150px → 0 */
    height: 100vh; /* ⬅️ calc(100vh - 150px) → 100vh */
    border-radius: 0 22px 22px 0;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.25);
    padding: 18px 18px 24px;
  }

  /* Overlay – cover whole screen */
  .cr-sidebar-overlay {
    top: 0; /* ⬅️ 150px → 0 */
    height: 100vh; /* ⬅️ calc(100vh - 150px) → 100vh */
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
  }

  /* title row + list styles same as පැහැදිලි කලේ වගේ */
  .cr-side-cart .cr-menu-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
  }

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

  .cr-side-cart ul li {
    line-height: 1.4;
  }

  .cr-side-cart ul li a {
    display: block;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 500;
    color: #111827;
    border-bottom: 1px solid #edf2f7;
    background: transparent;
  }

  .cr-side-cart ul li a:hover {
    background: #f9fafb;
  }

  .cr-side-cart ul li .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }

  .cr-side-cart ul li .sub-menu {
    padding: 4px 0 6px;
  }

  .cr-side-cart ul li .sub-menu li a {
    padding: 6px 0 6px 18px;
    font-size: 14px;
    border-bottom: none;
  }
}
/* === MOBILE SIDE MENU Z-INDEX FIX === */
.cr-sidebar-overlay {
  z-index: 3990 !important;
}

.cr-side-cart {
  z-index: 4000 !important;
}
/* === MOBILE SIDE MENU TOGGLE FIX === */
@media (max-width: 991.98px) {
  .cr-side-cart ul li .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1; /* minus එක හරවලා clickable කරලා */
  }
}
/* ===== MOBILE CART SIDEBAR FIX – same as My Menu (full height) ===== */
@media only screen and (max-width: 991.98px) {
  /* dark background behind cart */
  .cr-cart-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4500;
  }

  /* white cart panel */
  .cr-cart-view {
    top: 0;
    height: 100vh;
    z-index: 4510; /* header එකට වඩා ඉහළ */
  }
}

/* === Cart overlay & panel on top of header === */
.cr-cart-overlay {
  z-index: 300; /* header එකට වඩා වැඩි value එකක් */
}

.cr-cart-view {
  z-index: 310; /* overlay එකටත් උඩින් */
}
/* === Mobile Cart – full side panel like "My Menu" === */
@media only screen and (max-width: 575px) {
  /* Cart panel body */
  .cr-cart-view .cr-cart-inner {
    width: 84%;
    max-width: 360px;
    height: 100vh;
    margin: 0;
    padding: 18px 18px 22px;
    background: #ffffff;
    border-radius: 30px 0 0 30px; /* My Menu වගේ rounded top corner */
    box-shadow: -15px 0 30px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  /* Product list area – scroll වෙන කොටස */
  .cr-cart-view .cr-cart-inner .cr-cart-top {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 12px;
  }

  /* Sub total / total / button area – bottom fixed feel එකට */
  .cr-cart-view .cr-cart-inner .cr-cart-bottom {
    flex: 0 0 auto;
    position: static;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid #e9e9e9;
    background: #ffffff;
  }
}

/* slide-in class override (just keep it here so it's after other rules) */
.cr-cart-view-active {
  right: 0 !important;
}
/* ==== MOBILE CART – SLIDE FROM RIGHT (same as desktop) ==== */
@media (max-width: 991.98px) {
  /* dark overlay – full screen */
  .cr-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 4000;
  }

  /* outer cart container */
  .cr-cart-view {
    position: fixed;
    top: 0;
    right: -100%; /* 👉 hidden state */
    width: 100%;
    max-width: 100%;
    height: 100vh;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    transform: none; /* old translateX animation එක අයින් කරන්න */
    transition: right 0.35s ease; /* 👉 desktop වගේ slide animation */
    z-index: 4010;
  }

  /* open වෙද්දි – JS එක දාන class එක */
  .cr-cart-view.cr-cart-view-active {
    right: 0; /* 👉 slide in */
  }

  /* inner white card (වටකුර panel එක) */
  .cr-cart-view .cr-cart-inner {
    width: 100%;
    max-width: 420px;
    height: 100%;
    margin: 0;
    padding: 18px 18px 22px;
    background: #ffffff;
    border-radius: 30px 0 0 30px;
    box-shadow: -15px 0 30px rgba(15, 23, 42, 0.26);
    display: flex;
    flex-direction: column;
  }

  .cr-cart-view .cr-cart-inner .cr-cart-top {
    flex: 1 1 auto;
    overflow-y: auto;
    padding-bottom: 12px;
  }

  .cr-cart-view .cr-cart-inner .cr-cart-bottom {
    flex: 0 0 auto;
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid #e5e7eb;
    background: #ffffff;
  }
}

/* ==== FINAL CART PANEL (desktop + mobile) ==== */

/* cart side panel – default CLOSED */
.cr-cart-view {
  position: fixed;
  top: 0;
  right: -420px; /* 👈 ලුහුඬුවට hide කරලා තියෙන්නේ */
  width: 400px;
  max-width: 100%;
  height: 100vh;
  background: #ffffff;
  box-shadow: -4px 0 20px rgba(17, 17, 17, 0.12);
  z-index: 11010; /* header, search bar වගේ සෑම එකෙක්ගෙන්ත් උඩින් */
  transition: right 0.35s ease;
}

/* cart open – JS එක body වලට cart-open class එක දාලා තියෙන වෙලාවේ */
body.cart-open .cr-cart-view {
  right: 0; /* 👈 මෙතනින් slide වෙලා එයි */
}

/* dark overlay පසුපස */
.cr-cart-overlay {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; වගේ */
  background: rgba(0, 0, 0, 0.45);
  z-index: 11000; /* content + header වලට උඩින්, cart panel එකට පහළින් */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

/* cart open වෙද්දී overlay දක්වන්න */
body.cart-open .cr-cart-overlay {
  opacity: 1;
  visibility: visible;
}
/* ===========================
   MODERN MINI CART – UI OVERRIDES
   (NO layout / JS changes)
   =========================== */

/* Overlay ටිකක් soft කරලා */
.cr-cart-overlay {
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* ----- TOP BAR / TITLE + CLOSE BUTTON ----- */

.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title {
  padding: 14px 0 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title h6 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111827;
}

.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title button {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  border: none;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.cr-cart-view .cr-cart-inner .cr-cart-top .cr-cart-title button:hover {
  background: #111827;
  color: #ffffff;
  transform: scale(0.96);
}

/* ----- PRODUCT LIST ITEMS ----- */

.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cr-cart-view .cr-cart-inner .cr-cart-top ul.crcart-pro-items li {
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  overflow: hidden;
}

/* image */
.cr-cart-view
  .cr-cart-inner
  .cr-cart-top
  ul.crcart-pro-items
  li
  .crside_pro_img
  img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
}

/* product text area */
.cr-cart-view
  .cr-cart-inner
  .cr-cart-top
  ul.crcart-pro-items
  li
  .cr-pro-content {
  padding-left: 10px;
}

/* name */
.cr-cart-view
  .cr-cart-inner
  .cr-cart-top
  ul.crcart-pro-items
  li
  .cr-pro-content
  .cart_pro_title {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 2px;
}

/* price line */
.cr-cart-view
  .cr-cart-inner
  .cr-cart-top
  ul.crcart-pro-items
  li
  .cr-pro-content
  .cart-price {
  margin-top: 4px;
  font-size: 14px;
  color: #6b7280;
}

.cr-cart-view
  .cr-cart-inner
  .cr-cart-top
  ul.crcart-pro-items
  li
  .cr-pro-content
  .cart-price
  span {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

/* qty controls line */
.cr-cart-view
  .cr-cart-inner
  .cr-cart-top
  ul.crcart-pro-items
  li
  .cr-pro-content
  .cr-cart-qty {
  margin-top: 6px;
}

/* qty box look ටික upgrade කරලා */
.cr-cart-qty .cart-qty-plus-minus {
  border-radius: 999px;
  border-color: #d1d5db;
  background: #ffffff;
}

/* remove icon */
.cr-cart-view
  .cr-cart-inner
  .cr-cart-top
  ul.crcart-pro-items
  li
  .cr-pro-content
  .remove {
  background: transparent;
  color: #ef4444;
}

/* ----- CART BOTTOM SUMMARY + BUTTONS ----- */

.cr-cart-view .cr-cart-inner .cr-cart-bottom {
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}

/* subtotal rows */
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total {
  margin: 8px 0 14px 0;
  padding-bottom: 4px;
}

.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart-sub-total table tr td {
  padding: 4px 0;
  font-size: 14px;
  border: none !important;
}

.cr-cart-view
  .cr-cart-inner
  .cr-cart-bottom
  .cart-sub-total
  table
  tr
  .text-right {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
}

/* buttons row */
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

/* both <a> and <button> inside cart_btn */
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn a,
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn button {
  flex: 1 1 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease,
    transform 0.12s ease;
}

/* main checkout button – dark */
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn a:last-child,
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn button:last-child {
  background: #111827;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.28);
}

/* secondary button – outline style */
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn a:first-child,
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn button:first-child {
  background: #ffffff;
  color: #111827;
  border: 1px solid #d1d5db;
}

/* hover states */
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn a:hover,
.cr-cart-view .cr-cart-inner .cr-cart-bottom .cart_btn button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.25);
}

/* ----- SCROLL AREA – NICE SCROLLBAR ----- */

.cr-cart-view .cr-cart-inner .cr-cart-top {
  scrollbar-width: thin;
  scrollbar-color: #d1d5db transparent;
}

.cr-cart-view .cr-cart-inner .cr-cart-top::-webkit-scrollbar {
  width: 6px;
}

.cr-cart-view .cr-cart-inner .cr-cart-top::-webkit-scrollbar-track {
  background: transparent;
}

.cr-cart-view .cr-cart-inner .cr-cart-top::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 999px;
}

/* ----- DESKTOP ONLY – little card feeling ----- */
@media (min-width: 992px) {
  .cr-cart-view .cr-cart-inner {
    border-radius: 20px 0 0 20px;
    box-shadow: -18px 0 40px rgba(15, 23, 42, 0.22);
    padding: 18px 22px 22px;
    background: #ffffff;
  }
}
/* ==== Home Category List – clean tech style ==== */

.section-categories .cr-categories {
  padding: 14px;
  border-radius: 18px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

/* vertical stack */
.section-categories .cr-categories ul.nav-tabs {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* list item – small entrance animation */
.section-categories .cr-categories ul.nav-tabs li.nav-item {
  width: 100%;
  list-style: none;
  opacity: 0;
  transform: translateY(6px);
  animation: catFadeUp 0.35s ease-out forwards;
}
.section-categories .cr-categories ul.nav-tabs li.nav-item:nth-child(1) {
  animation-delay: 0.05s;
}
.section-categories .cr-categories ul.nav-tabs li.nav-item:nth-child(2) {
  animation-delay: 0.1s;
}
.section-categories .cr-categories ul.nav-tabs li.nav-item:nth-child(3) {
  animation-delay: 0.15s;
}
.section-categories .cr-categories ul.nav-tabs li.nav-item:nth-child(4) {
  animation-delay: 0.2s;
}

/* main card */
.section-categories .cr-categories .center-categories-inner {
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

/* subtle left accent line */
.section-categories .cr-categories .center-categories-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #38bdf8, #6366f1);
  opacity: 0;
  transition: opacity 0.18s ease;
}

/* item count pill */
.section-categories .cr-categories .center-categories-inner span {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  background: #f3f4f6;
  padding: 3px 10px;
  border-radius: 999px;
}

/* hover / active – no cartoon, just clean motion */
.section-categories .cr-categories .center-categories-inner:hover,
.section-categories .cr-categories .center-categories-inner.active {
  background: #f9fafb;
  border-color: #93c5fd;
  color: #1d4ed8;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}
.section-categories .cr-categories .center-categories-inner:hover::before,
.section-categories .cr-categories .center-categories-inner.active::before {
  opacity: 1;
}

.section-categories .cr-categories .center-categories-inner:hover span,
.section-categories .cr-categories .center-categories-inner.active span {
  background: #e0edff;
  color: #1d4ed8;
}

/* "View More" card */
.section-categories .cr-categories .cr-view-more {
  justify-content: center;
  font-weight: 600;
  color: #f97316 !important;
}
.section-categories .cr-categories .cr-view-more:hover {
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #ffffff !important;
  border-color: transparent;
}

/* entrance animation keyframes */
@keyframes catFadeUp {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* mobile */
@media (max-width: 767.98px) {
  .section-categories .cr-categories {
    margin-bottom: 24px;
  }
}
/* ==== Popular products left filter – card style + animation ==== */

.section-popular-product-shape .cr-product-tabs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* li – base style + entrance animation */
.section-popular-product-shape .cr-product-tabs ul li {
  width: 100%;
  padding: 12px 18px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  opacity: 0;
  transform: translateY(6px);
  animation: ppFilterFadeUp 0.35s ease-out forwards;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

/* stagger delays */
.section-popular-product-shape .cr-product-tabs ul li:nth-child(1) {
  animation-delay: 0.05s;
}
.section-popular-product-shape .cr-product-tabs ul li:nth-child(2) {
  animation-delay: 0.1s;
}
.section-popular-product-shape .cr-product-tabs ul li:nth-child(3) {
  animation-delay: 0.15s;
}
.section-popular-product-shape .cr-product-tabs ul li:nth-child(4) {
  animation-delay: 0.2s;
}

/* arrow icon on right (override old one) */
.section-popular-product-shape .cr-product-tabs ul li::after {
  font-family: "remixicon";
  content: "\ea6c";
  font-size: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  transition: color 0.18s ease, transform 0.18s ease;
}

/* hover + active state */
.section-popular-product-shape .cr-product-tabs ul li:hover,
.section-popular-product-shape .cr-product-tabs ul li.active {
  background: #f9fafb;
  border-color: #fb923c;
  color: #f97316;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

/* arrow animate on hover/active */
.section-popular-product-shape .cr-product-tabs ul li:hover::after,
.section-popular-product-shape .cr-product-tabs ul li.active::after {
  color: #f97316;
  transform: translateY(-50%) translateX(2px);
}

/* entrance animation keyframes */
@keyframes ppFilterFadeUp {
  0% {
    opacity: 0;
    transform: translateY(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* mobile spacing */
@media (max-width: 767.98px) {
  .section-popular-product-shape .cr-product-tabs ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-area {
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .cr-testimonial-box {
    padding: 16px 18px;
    min-height: auto;
  }
}
/* ==== Mobile performance tweaks ==== */
@media (max-width: 767.98px) {
  /* heavy blur effects off on mobile */
  .top-header .cr-search.smart-search .smart-search-inner,
  header #cr-main-menu-desk .cr-menu-list,
  .cr-side-cart,
  .cr-sidebar-overlay,
  .cr-cart-overlay {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background-color: #ffffff; /* simple bg */
  }
}
@media (max-width: 767.98px) {
  /* product cards, category filters වගේ කරන shadows soft කරන්න */
  .section-popular-product-shape .cr-product-tabs ul li,
  .cr-product-image-box,
  .cr-product-inner .cr-pro-image-outer,
  .section-categories .cr-categories .center-categories-inner {
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06) !important;
  }

  /* hover time එකේ translate / big shadow නැතුව idle තත්වයෙන් දීම */
  .section-popular-product-shape .cr-product-tabs ul li:hover,
  .section-popular-product-shape .cr-product-tabs ul li.active,
  .cr-product-image-box:hover {
    transform: none !important;
  }
}
/* Single product – wishlist heart active color */
.wishlist-toggle i {
  transition: color 0.2s ease, transform 0.15s ease;
}

.wishlist-toggle.active i {
  color: #f5885f; /* ඔයාගේ theme orange එකට match කරන්න */
  transform: scale(1.1);
}
.section-login {
  padding: 80px 0;
}

.custom-login-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f1f1;
}

.custom-login-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}

.custom-login-subtitle {
  text-align: center;
  color: #777;
  margin-bottom: 25px;
}

.cr-form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #f7f9fc;
  font-size: 14px;
}

.cr-form-control:focus {
  border-color: #ff8a65;
  background: #fff;
  box-shadow: 0 0 5px rgba(255, 138, 101, 0.4);
}

.cr-button {
  background: #ff8a65;
  border: none;
  padding: 12px;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  color: #fff;
}

.cr-button:hover {
  background: #ff7043;
}

.small-text {
  text-align: center;
  color: #555;
}

.small-text .link {
  color: #ff8a65;
  font-weight: 600;
  text-decoration: none;
}

.small-text .link:hover {
  text-decoration: underline;
}
/* ==== FIX: remove extra white strip behind My Cart ==== */
.cr-cart-view {
  background: transparent !important; /* මේකයි pillar එක අයින් කරන්නේ */
}

/* overlay ටිකකුත් ලස්සනට dark blur එකක් වෙනවා */
.cr-cart-overlay {
  background-color: rgba(15, 23, 42, 0.55) !important;
}
/* Floating WhatsApp button */
.whatsapp-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: #1ebe5d;
}

.whatsapp-float i {
  line-height: 1;
}
/* Mobile view – button එක ටිකක් ඉහළට ගන්න */
@media (max-width: 767px) {
  .whatsapp-float {
    right: 16px; /* same as PC */
    bottom: 80px; /* footer / Android nav bar එකට අඩු වෙන්න */
  }
}
/* ==== Popular product left category – clean card design ==== */

.section-popular-product-shape .cr-product-tabs {
  max-width: 380px;
}

/* outer card group */
.section-popular-product-shape .cr-product-tabs ul {
  margin: 0;
  padding: 14px 14px 18px;
  list-style: none;
  border-radius: 20px;
  background: #f9fafb;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

/* single category row */
.section-popular-product-shape .cr-product-tabs ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 14px 16px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #111827;
  cursor: pointer;
  transition: all 0.18s ease;
}

/* last item */
.section-popular-product-shape .cr-product-tabs ul li:last-child {
  margin-bottom: 0;
}

/* left color bar */
.section-popular-product-shape .cr-product-tabs ul li::before {
  content: "";
  width: 3px;
  align-self: stretch;
  border-radius: 999px;
  background: linear-gradient(180deg, #fb923c, #f97316);
  margin-right: 10px;
  opacity: 0;
  transition: opacity 0.18s ease;
}

/* “(1 Items)” වගේ count එක */
.section-popular-product-shape .cr-product-tabs ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 500;
}

/* hover + active state */
.section-popular-product-shape .cr-product-tabs ul li:hover,
.section-popular-product-shape .cr-product-tabs ul li.active {
  background: linear-gradient(135deg, #ffedd5, #fff7ed);
  border-color: #fb923c;
  color: #b45309;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(248, 113, 113, 0.25);
}

.section-popular-product-shape .cr-product-tabs ul li:hover::before,
.section-popular-product-shape .cr-product-tabs ul li.active::before {
  opacity: 1;
}

/* count badge on hover/active */
.section-popular-product-shape .cr-product-tabs ul li:hover span,
.section-popular-product-shape .cr-product-tabs ul li.active span {
  background: #fed7aa;
  color: #9a3412;
}

/* small mobile tighten */
@media (max-width: 767.98px) {
  .section-popular-product-shape .cr-product-tabs {
    max-width: 100%;
  }

  .section-popular-product-shape .cr-product-tabs ul {
    padding: 10px 10px 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .section-popular-product-shape .cr-product-tabs ul li {
    padding: 12px 14px;
    margin-bottom: 8px;
  }
}
/* ===== FINAL OVERRIDE – Home category list (left box) ===== */

.section-categories .col-lg-4 .cr-categories {
  max-width: 380px;
  margin: 0 auto;
}

/* outer panel */
.section-categories .cr-categories {
  padding: 16px 14px 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

/* vertical stack */
.section-categories .cr-categories ul.nav-tabs {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* one category row */
.section-categories .cr-categories .center-categories-inner {
  width: 100%;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  text-transform: capitalize;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease,
    border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

/* left coloured strip */
.section-categories .cr-categories .center-categories-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #fb923c, #f97316);
  opacity: 0;
  transition: opacity 0.18s ease;
}

/* item-count badge "(2 Items)" */
.section-categories .cr-categories .center-categories-inner span {
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
  background: #e0edff;
  padding: 3px 10px;
  border-radius: 999px;
}

/* hover + active */
.section-categories .cr-categories .center-categories-inner:hover,
.section-categories .cr-categories .center-categories-inner.active {
  background: linear-gradient(135deg, #fffbeb, #fff7ed);
  border-color: #fdba74;
  color: #b45309;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(248, 113, 113, 0.22);
}

.section-categories .cr-categories .center-categories-inner:hover::before,
.section-categories .cr-categories .center-categories-inner.active::before {
  opacity: 1;
}

.section-categories .cr-categories .center-categories-inner:hover span,
.section-categories .cr-categories .center-categories-inner.active span {
  background: #fed7aa;
  color: #9a3412;
}

/* "View More" row – center text */
.section-categories .cr-categories .cr-view-more {
  justify-content: center;
  font-weight: 600;
  color: #f97316 !important;
}
.section-categories .cr-categories .cr-view-more:hover {
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #ffffff !important;
  border-color: transparent;
}

/* little tighter on mobile */
@media (max-width: 767.98px) {
  .section-categories .cr-categories {
    padding: 12px 12px 16px;
    border-radius: 18px;
  }

  .section-categories .cr-categories .center-categories-inner {
    padding: 10px 14px;
  }
}
