:root {
  --bs-primary: #275AA9;
  --bs-secondary: #4C0091;
  --bs-success: #6CA529;
  --bs-info: #0dcaf0;

  --bs-warning: #F6BC01;
  --bs-danger: #DE3434;
  --bs-light: #f8f9fa;
  --bs-dark: #111;
  --bs-body-font-family: 'segoe_uiregular', sans-serif;
  --bs-heading-poppins-family: 'poppinsbold', sans-serif;
  --bs-heading-faro-family: 'farobold_lucky', sans-serif;
  --bs-para-one-font-size: 24px;
  --bs-para-two-font-size: 20px;
  --bs-para-three-font-size: 16px;
  --bs-body-font-size: 20px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #111111;
  --bs-white: #fff;
}


body {
  font-size: var(--bs-body-font-size);
  font-family: var(--bs-body-font-family);
  font-weight: var(--bs-body-font-weight);
  line-height: 1.5;
  color: var(--bs-dark);
  overflow-x: hidden;
}

html {
  font-size: inherit;
}

/* Common CSS Start */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-body-color);
  line-height: 1.2;
  font-family: var(--bs-heading-faro-family);
  margin: 0px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
  font-family: var(--bs-heading-faro-family);
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

a,
a:hover {
  color: var(--bs-body-color);
  transition: 0.3s;
  text-decoration: none !important;
}

a:visited,
.alink:visited {
  color: inherit;
}

ul>li,
ol>li {
  margin-top: 0;
  margin-bottom: 0;
}

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

.section-ttl h1 {
  font-family: "Caveat", serif;
  font-size: 48px;
  word-break: break-word;
  margin-bottom: 0rem;
  font-weight: 700;
  color: #141718;
  width: 100%;
  text-align: left;
}

.section-ttl h1 span {
  color: #ED6B6B;
}

/* .btn {font-weight:700; font-size:16px; border-radius:35px; position:relative; display:inline-flex; align-items:center; border:none;} */
.btn {
  font-weight: 700;
  font-size: 16px;
  border-radius: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
}

.btn img {
  margin-left: -7px;
}

/* .btn span {margin-right: 20px;} */
.btn-primary,
.btn-primary:hover {
  background: var(--bs-secondary);
}

.btn-secondary,
.btn-secondary:hover {
  background: var(--bs-success);
}

.btn-info {
  background: var(--bs-white);
  color: var(--bs-secondary) !important;
}

.btn-info:hover,
.btn-info:focus {
  background: #fff;
  color: var(--bs-white) !important;
}

.badge {
  border-radius: 35px;
  background: rgba(76, 0, 145, 0.12) !important;
  color: var(--bs-secondary);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
}

.badge a {
  color: var(--bs-secondary);
}

.mb-6 {
  margin-bottom: 120px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 40px;
}

.g-4,
.gx-4 {
  --bs-gutter-y: 40px;
}

.card {
  /*border-radius:30px;*/
  border-radius: 0;
}

button:hover,
button:focus,
button:active {
  border: none;
}

input.form-control {
  height: 48px;
  border-radius: 0;
}

select.form-select {
  height: 48px;
  border-radius: 0;
}

textarea.form-control {
  border-radius: 0;
  resize: none;
}

label {
  color: var(--bs-secondary);
  font-size: 16px;
  font-weight: 600;
  font-family: 'farosemibold_lucky';
}

.page-footer {
  background: none !important;
  margin-top: inherit;
  padding-bottom: 0;
  padding-top: 0;
  padding-bottom: 0px !important;
}

p {
  opacity: 0.8;
}

.common-input-group input {
  padding-right: 70px;
  background: rgba(243, 243, 243, 1);
  border-radius: 35px !important;
  border: none;
  height: 64px;
}

.common-input-group span {
  width: 56px;
  height: 56px;
  border-radius: 0 !important;
  border: none;
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 18px !important;
  cursor: pointer;
  z-index: 11;
}

.copyright {
  font-size: 14px;
  background: none;
  color: var(--bs-body-color);
}

form {
  width: 100%;
}

.slider-controls svg g rect,
.slider-controls svg path {
  transition: 0.3s;
}

.slider-controls svg:hover g rect {
  fill: var(--bs-secondary);
  transition: 0.3s;
}

.slider-controls svg:hover path {
  stroke: var(--bs-white);
  transition: 0.3s;
}

.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* Magento Overright CSS */
.columns .column.main {
  min-height: auto;
  padding-bottom: 0px;
}

.page-wrapper {
  min-height: auto;
}

.page-header {
  margin-bottom: 0px;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.cms-index-index #maincontent {
  max-width: none !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-right: 0px;
}

.cms-index-index [data-content-type='row'][data-appearance='contained'] {
  max-width: none !important;
}

.page-products .products-grid .product-item {
  width: calc((100% - 6%)/2) !important;
}

.minicart-wrapper .block-minicart li {
  position: relative;
}

.minicart-wrapper .action.showcart {
  color: var(--bs-white);
}

.minicart-wrapper .action.showcart svg {
  display: none;
}

.minicart-wrapper .action.showcart.active {
  display: inline-flex;
}

.minicart-wrapper .action.showcart:before {
  display: none !important;
}

.minicart-wrapper .action.showcart:active {
  color: var(--bs-white) !important;
}

/* Magento Overright End */
/* Button Animation CSS Start */
.common-btn-anim {
  width: 12rem;
  text-align: center;
  margin: 0 auto;
  /* border-radius: 12rem; */
  border-radius: 0px;
  font-size: 20px;
  font-weight: 600;
  height: 56px;
  color: var(--bs-success) !important;
  background: #fff;
  border: 2px solid var(--bs-success);
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; padding-left: 1.2rem; */
  /* transition: ease-in-out 0.3s; */
}

/* Button Animation */
.btn-primary:focus {
  background: var(--bs-secondary);
}

.common-btn-anim:hover {
  /* padding-left:2rem; */
  color: #fff !important;
  background: var(--bs-success);
  border: 2px solid var(--bs-success);
}

.common-btn-anim img {
  position: absolute;
  right: 16px;
  width: auto !important;
  /* transition: ease-in-out 0.3s; */
  height: 28px;
  background-color: white;
  display: none !important;
}

.common-btn-anim:hover img {
  /* left: 80%; */
}



/* Currency Start  */
/* Header Currency */
.page-header .switcher-currency {
  -ms-flex-order: 0 !important;
  -webkit-order: 0 !important;
  order: 0 !important;
  margin-left: 0;
  margin-right: 0;
}



.page-main>.page-title-wrapper .page-title {
  display: none !important;
}

.switcher-currency .switcher-options .switcher-dropdown .switcher-option {
  padding: 5px 0px;
  text-align: start;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.page-header .switcher.switcher-currency {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 24px 12px 8px;
  cursor: pointer;
  border-radius: 0;
}

.page-header .switcher.switcher-currency:hover {
  background: rgba(76, 0, 145, 0.08);
}

.switcher-currency .switcher-options .switcher-dropdown {
  display: none;
  padding-left: 0;
  width: 175px;
  position: absolute;
  left: -90px;
  z-index: 1000;
  background: #fff;
  border-radius: 0;
  margin: -2px 0 0 0;
  padding: 5px;
  line-height: 10px;
  border: 1px solid #1111111F;
  box-shadow: 0px 4px 12px 0px #00000014;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1);
  transform: translateY(4rem);
}

.navbar .cart-icons {
  margin-left: 5px;
}

.switcher-currency .switcher-options .switcher-dropdown .switcher-option a {
  padding: 6px 12px 6px 12px;
  line-height: 16px;
}

.switcher-currency .switcher-options .switcher-dropdown .switcher-option a:hover,
.switcher-currency .switcher-options .switcher-dropdown .switcher-option a:focus,
.switcher-currency .switcher-options .switcher-dropdown .switcher-option .active {
  color: var(--bs-secondary);
  font-weight: 600;
  background: rgba(76, 0, 145, 0.08);
  border-radius: 0;
}

.switcher-currency:hover .switcher-dropdown {
  display: block;
  transform: translateY(14px);
}

.switcher-currency .switcher-trigger {
  font-size: 16px;
  padding-right: 10px;
}

.switcher-dropdown .switcher-options a img {
  padding-right: 8px;
}

/* sub currency style Start  */
.switcher-currency .switcher-options .switcher-dropdown .switcher-option a {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.switcher-currency .switcher-options .switcher-dropdown .switcher-option a img {
  margin-right: 5px;

}


/* End  */

/* .switcher-currency .switcher-trigger:hover {background: #4C009114; padding: 14px 20px; border-radius: 30px;} */

/* Currency arrow  */
.currency-arrow {
  position: absolute;
  top: 8px;
  right: -10px;
  line-height: 0;
}

.currency-arrow svg {
  width: 10px;
}

.switcher-currency:hover .currency-arrow {
  transform: rotate(180deg);
  transition: all 0.3s;
  padding: 0;
}

/* END  */

/* Navbar Section CSS Start */
.notification {
  background: var(--bs-secondary);
  color: #fff;
  font-size: 16px;
  padding: 6px 0px;
}

.switcher-currency {
  display: block;
}

/* Landing Page Header */
.page-header .panel.wrapper {
  display: none;
}

header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.menu-wrap {
  display: flex;
}

.navbar {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 0px;
}

.navbar .navbar-collapse {
  flex-grow: 0;
}

.navbar .title h3 {
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  padding-bottom: 16px;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 6px 12px;
  color: var(--bs-body-color);
  margin-right: 14px;
  font-weight: 600 !important;
}

.navbar .navbar-nav .nav-item .nav-link:active,
.navbar .navbar-nav .nav-item .nav-link:hover {
  border-radius: 0;
  color: var(--bs-warning);
}

.navbar .navbar-nav .nav-item .nav-link svg {
  margin-left: 8px;
  transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.navbar .navbar-nav .nav-item {
  font-size: 16px;
}

.navbar .navbar-nav .nav-item .nav-link:hover svg {
  transform: inherit;
}

.navbar .navbar-nav .nav-item .nav-link.show svg {
  transform: rotate(180deg);
}

.navbar .dropdown-menu {
  border: none;
}

.submenu-box {
  text-align: center;
}

.submenu-box figure {
  height: 100px;
}

.submenu-box figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.navbar .left .view-all-p a {
  font-size: 20px;
  color: var(--bs-secondary);
  font-weight: 500;
}

.navbar-toggler:not(.primary):active {
  background: none !important;
  border: none !important;
}

.header-search form.d-flex .common-input-group {
  width: 310px;
}

.header-search form.d-flex .common-input-group input {
  background: none;
  border: 1px solid #ced4da;
  padding: 0px 24px 0px 24px;
  height: 48px;
  transition: ease-in 0.4s;
}

.navbar .navbar-brand img {
  width: 125px;
}

/* Header Search Box Ankur */
.header-search .form.minisearch .common-input-group button {
  display: none;
}

.minicart-wrapper {
  margin-left: 0;
}

/* .header-search:hover {position:absolute; background:var(--bs-white); top:0; bottom:0; left:0; right:0; z-index:1; display:flex; align-items:center; justify-content:center;} 
.header-search:hover form.d-flex {width:100%;}
.header-search:hover form.d-flex .common-input-group {transition: width 2s; top:50%; left:50%; transform: translate(-50% , 0%); width:100%;}  */
.trending-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1111;
  background: var(--bs-white);
  margin-top: 10px;
  padding: 32px 0px;
}

.header-search form.d-flex .common-input-group span {
  background: transparent;
  width: 40px;
  height: 40px;
}

.header-search form.d-flex .common-input-group {
  width: 250px;
  padding: 0 1rem;
}

.navbar .cart-icons {
  margin-left: 20px;
}

.navbar .cart-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0px;
  font-weight: 600;
}

.navbar .cart-icons ul li a:hover {
  background: rgba(76, 0, 145, 0.12);
  color: #4c0091 !important;
}

.navbar .cart-icons ul li a:hover svg path {
  stroke: var(--bs-secondary);
}

.navbar .megamenu {
  padding: 1rem;
  margin-top: 1.8rem !important;
}

.navbar .cart-icons ul li a.common-btn-anim {
  width: 130px;
  height: 56px;
  border-radius: 35px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  justify-content: inherit;
}

/* Header Add Cart btn Ankur Start *****/
.minicart-wrapper .action.showcart:before {
  display: none;
}

.minicart-wrapper .action.showcart {
  display: flex;
  width: 20px;
  color: var(--bs-white); 
}

/* .minicart-wrapper .action.showcart:hover{padding-left:2rem;} */
.minicart-wrapper .action.showcart:hover img {
  left: 76%;
}

/* Header Add Cart btn Ankur End *****/
.navbar .cart-icons ul li a.common-btn-anim:hover {
  background: var(--bs-success);
}

.navbar .cart-icons ul li a.common-btn-anim:hover img {
  left: 65%;
}

.navbar .cart-icons ul li a.common-btn-anim small {
  position: absolute;
  top: 6px;
  left: 40px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(254, 118, 58, 1);
  color: var(--bs-white);
  border-radius: 50%;
  font-size: 12px;
  transition: ease-in-out 0.3s;
}

.navbar .cart-icons ul li a.common-btn-anim:hover small {
  left: 87%;
}

.navbar .right .card .card-body {
  padding: 20px 24px;
}

.navbar .right .card .card-body .content {
  flex-direction: column;
}

.navbar .right .card {
  border-radius: 0;
  background: rgba(76, 0, 145, 0.06);
}

.navbar .right .card .card-body .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.navbar .right .card .card-body a.btn-info,
.navbar .right .card .card-body a.btn-info:hover,
.navbar .right .card .card-body a.btn-info:focus {
  border-radius: 0;
  border: none !important;
  text-align: left;
  font-size: 16px;
  color: var(--bs-secondary) !important;
  background: var(--bs-white);
}

.navbar .right .card .card-body figure {
  margin-top: 100px;
}

.navbar .dropdown-toggle::after {
  content: inherit;
}

.cart-icons-mobile {
  display: none;
}

.trending-dropdown .submenu-box .d-flex img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  object-fit: cover;
}

.trending-dropdown .right ul li a {
  padding: 8px 0px;
  color: var(--bs-secondary);
  font-size: 16px;
}

.trending-dropdown .right .card figure img {
  transform: rotate(-70deg);
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
  background: rgba(255, 255, 255, 1);
}

/* .screen-overlay.show {transition: opacity 0.5s ease, width 0s; opacity: 1; width: 100%; visibility: visible; z-index:999;}
.screen-overlay::before {content: ""; position:absolute; top:20px; right:20px; color:var(--bs-white); background: url(../images/close.svg) right top no-repeat; width:20px; height:20px;}
.fixed-header {position: fixed; top: 0; right: 0; left: 0; z-index: 1111; background:var(--bs-white);} */
.trending-dropdown .product-image-container {
  display: inline;
}

.trending-dropdown .product-image-container .product-image-photo {
  position: inherit;
}

.navbar-toggler:focus {
  background-color: transparent;
}

.header-search .header-close-search {
  cursor: pointer;
  display: flex;
}

.product-build-a-box .page-main {
  min-width: 100%;
}

.product-build-a-box .section-ttl h1 {
  text-align: center;
}

.product-build-a-box .product {
  height: auto;
}

.pawfect-range-sec {
  background: #FFFBEF;
  margin-top: 4rem;
}

.header {
  position: relative;
}

.header .paw-image {
  width: 4rem;
  position: absolute;
  left: 23rem;
  top: 0.5rem;
  z-index: 1;
}

.header h1 {
  z-index: 2;
  position: relative;
  font-family: "Caveat", serif;
  font-size: 48px;
  font-weight: 700;
}

.header h1 span {
  color: #ED6B6B;
  display: contents;
}

.header p {
  color: #666;
  line-height: 1.6;
}

.pawfect-range-sec .tab-nav .tab button {
  border: 2px solid #6CA528;
  border-radius: 20px;
  background-color: white;
  color: #6CA528;
  padding: 8px 14px !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out; 
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.pawfect-range-sec .p-box .card .card-body h3 a {
  font-weight: 500;
  font-family: 'Poppins';
}

.pawfect-range-sec .p-box .card .card-body ul li h2 {
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 600;
  color: #275AA9;
}

.pawfect-range-sec .p-box .card .card-body {
  padding: 0px;
}

.pawfect-range-sec .p-box .card .card-body .common-btn-anim {
  padding-bottom: 0.6rem;
}

.pawfect-range-sec .pawfext-text {
  padding: 0 12rem;
  color: #000;
  font-size: 16px;
  margin-top: 1rem;
  opacity: 1;
  font-family: 'POPPINS';
}

.tabcontent {
  padding: 0 6% !important;
  position: relative;
}

.pawfect-range-sec .tab-nav .tab button:hover {
  border: 2px solid #008000;
  /* Green border */
  border-radius: 20px;
  /* Rounded corners */
  background-color: white;
  /* Default white background */
  color: #008000;
  /* Green text */
}

/* Active Tab */
.pawfect-range-sec .tab-nav .tab button.active {
  background-color: #6CA528;
  color: white !important;
  /* White text */
  border-color: #6CA528;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pawfect-range-sec .card-body ul {
  padding: 0;
  flex-direction: column;
}

.card-body ul li {
  display: flex;
}

.p-box .card {
  background: transparent;
}

.pawfect-range-sec .p-box .card .offer {
  left: 35%;
  top: 0px;
  z-index: 1;
}

.pawfect-range-sec .p-box .card .offer small {
  top: 0px;
  left: 10px;
  color: #fff;
  font-weight: 500;
}

.p-box .card .product-url {
  border: 1px solid #FEE6A1;
  background: #FAFAFA;
  position: relative;
  padding: 0 1rem;
  margin-bottom: 5px;
}

.p-box .card .card-body {
  background: transparent;
}

.about-us-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin: auto;
}

/* Left Image */
.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
}

/* Right Content */
.about-content {
  flex: 1;
  text-align: left;
  position: relative;
}

.about-content p {
  color: #000000;
  font-size: 16px;
  width: 70%;
  text-align: left;
}

.about-us-section .about-content h1 {
  font-size: 48px;
  font-weight: 700;
  font-family: "Caveat", serif;
  margin-bottom: 0rem;
  text-align: left;
  height: 5rem;
}

.about-us-section .about-content p {
  color: #000000;
  font-size: 16px;
  width: 70%;
  text-align: left;
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Poppins';
  font-weight: 400;
}

.highlight {
  color: #ff3366;
  font-style: italic;
}

.view-more-btn:hover {
  background: #218838;
}

.pawfect-box-vector-image {
  position: absolute;
  right: 0px;
  top: 0px;
}

.pawfect_box_web {
  display: block;
}

.pawfect_box_mobile {
  display: none;
}

.p-box .card figure {
  height: 310px;
}

.p-box .card .card-body .common-btn-anim {
  height: 2rem;
  font-size: 14px;
}

.pawfect-range-sec .slider-controls {
  position: absolute;
  left: 0px;
  top: 10rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.shop-by-category {
  text-align: center;
  position: relative;
}

.shop-by-category .shop-head {
  font-size: 48px;
  font-family: "Caveat", serif;
  font-weight: 700;
}

.quality-text h2 {
  width: 90%;
  font-size: 48px;
  text-align: left;
  position: relative;
  font-family: "Caveat", serif;
}

.quality-text h2 img {
  position: absolute;
  left: -50px;
  top: 70px;
  width: 4.8rem;
  z-index: 1;
  display: block;
}

.highlight {
  color: #ED6B6B;
}

/* Category Section */
.category-container {
  display: flex;
  justify-content: center;
  gap: 165px;
  margin-top: 20px;
}

/* Image Wrapper */
.shop-by-category .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

/* Hover Zoom Effect */
.hover-zoom {
  width: 100%;
  height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}

/* Vector Image */
.vector-image {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  opacity: 0.6;
}

/* Quality Section */
.shop-by-category .quality-section {
  text-align: center;
  margin: 50px 0 30px 0;
  background-color: #FFF9F8;
}

/* Quality Container */
.shop-by-category .quality-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: row;
}


.shop-by-category .ingredients-image img {
  width: 80%;
  z-index: 2;
}

.accordion-item {
  margin-bottom: 1rem;
  border: none;
  overflow: hidden;
}

.accordion-header {
  padding: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #EFCECA;
  transition: background-color 0.3s;
  position: relative;
  line-height: 1rem;
}

.shop-by-category .accordian-heading {
  text-align: left;
  font-size: 22px;
  letter-spacing: -0.2px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.accordion-item.active .accordian-heading {
  color: #6CA528;
}

.accordion-icon {
  width: 58px;
  margin-right: 1rem;
}

.shop-by-category .accordion-item {
  width: 36rem;
  background: transparent;
  margin-bottom: 0px;
}

.shop-by-category .accordion-item.active .accordion-content {
  display: block;
  text-align: left;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343839;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}


.quality-section .quality-header {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: max-content;
  margin: 0 6rem;
  padding: 40px 0;
}

.quality-text {
  width: 40%;
  text-align: center;
}

.quality-description {
  width: 50%;
  text-align: center;
}

.quality-description p {
  font-size: 16px;
  color: #000000;
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
  opacity: 1;
}

.divider {
  width: 1px;
  height: 84px;
  background-color: #000;
  margin: 0 2rem;
  display: block;
}

.about-us-heading-1,
.about-us-heading-2 {
  text-align: left;
}

.about-us {
  text-align: center;
  position: relative;
}

.about-us .right_vector {
  position: absolute;
  right: 0px;
  top: -20px;
}

.about-us-heading-1 {
  font-size: 36px;
  font-weight: 700;
}

.about-us-heading-2 {
  font-size: 48px;
  font-weight: 700;
  width: 64%;
}

.about-us .accordian-heading {
  text-align: left;
  font-size: 22px;
  letter-spacing: -0.2px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.about-us .accordion-item.active .accordion-content {
  display: block;
  text-align: left;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343839;
}

.highlight {
  color: #ED6B6B;
}

.shop-by-category .category-item {
  text-align: center;
  width: 200px;
}

.shop-by-category .category-item h3 {
  color: #141718;
  font-size: 24px;
  font-family: "Montserrat";
  font-weight: 700;
}


/* Hover Zoom Effect */
.hover-zoom {
  width: 100%;
  height: 90%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}

.shop-by-category .image-wrapper:hover .hover-zoom {
  transform: scale(1.1);
}

/* Vector Image */
.vector-image {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  opacity: 0.6;
}

/* Quality Section */
.about-us-quality-section {
  text-align: center;
  margin-top: 0px;
  display: flex;
  background-color: none;
}

/* Quality Container */
.about-us .quality-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 990px;
  margin: 0;
  padding: 0;
  align-items: center;
  height: 100%;
}

.about-us .ingredients-image {
  max-width: 70%;
}

.about-us .ingredients-image img {
  width: 100%;
  border-radius: 15px;
}

/* Accordion */
.accordion {
  max-width: 50%;
  position: relative;
}

.view-more-btn-div {
  justify-content: flex-start;
}

.about-us .accordion-item {
  margin-bottom: 1rem;
  border: none;
  overflow: hidden;
  width: 35rem;
}

.about-us .accordion .paw-image {
  position: absolute;
  left: 0.5rem;
  top: 10rem;
  width: 5rem;
  display: block;
}

.about-us .accordion-header {
  padding: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #56E2D0;
  transition: background-color 0.3s;
  position: relative;
}

.accordion-header.active .accordian-heading {
  color: #6CA528;
}

.accordion-content {
  padding: 1rem;
  background-color: #f8f9fa;
  display: none;
}

.arrow {
  position: absolute;
  right: 1rem;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.accordion h1 {
  font-family: "Caveat", serif;
  margin-bottom: 0rem;
}

.view-more-btn {
  margin-top: 20px;
  background: #6CA528;
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 2rem;
  font-family: 'Poppins';
  width: fit-content;
  padding: 10px 20px;
}

.view-more-ref {
  display: flex;
  justify-content: flex-start;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  padding: 0px;
}

.hero .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: -webkit-fill-available;
  padding: 0;
}

.content {
  max-width: 600px;
  margin-bottom: 32px;
  margin-left: 32px;
  display: flex;
  align-items: flex-start;
}

.order-now {
  display: flex;
  justify-content: flex-start;
}

.bulk-order-content .order-now .view-more-ref {
  margin-top: 0px;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #141718;
  font-family: "Caveat", serif;
  text-align: left;
}

.hero .bulk-order-content p {
  text-align: left;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 400;
  opacity: 1;
  color: #000;
  margin-bottom: 0px;
}

.hero .pawfect {
  color: #ED6B6B;
}

p {
  color: #666;
  margin-bottom: 24px;
  line-height: 1.5;
}

.order-btn {
  display: inline-block;
  background-color: #4CAF50;
  color: #fff !important;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.order-btn:hover {
  background-color: #45a049;
}

.hero .products {
  position: relative;
  height: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-container {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

/* .product {
  height: 160px;
  object-fit: contain;
} */
.hero .products img {
  height: 27rem;
}

.hero .content .paw-image {
  display: block;
}

.about-us .quality-container .ingredients-image {
  display: block;
}

.about-us .accordion .ingredients-image {
  display: none;
}

.about-us .about-us-quality-section .accordion {
  margin-top: 4rem;
  padding-left: 3rem;
}

.about-us .ingredients-image {
  position: relative;
}

.about-us-vector-image-web {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
}

.about-us .hover-image-web-about-us {
  position: relative;
  z-index: 2;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .quality-header {
    flex-direction: column;
    text-align: center;
  }

  .quality-text,
  .quality-description {
    width: 100%;
  }

  .quality-section .quality-header {
    margin: 0 auto;
  }

  .divider {
    display: none;
  }

  .category-container {
    gap: 0px;
  }

  .quality-text h2 {
    width: 100%;
    text-align: center;
    padding: 0 3rem;
    font-size: 40px;
  }

  .quality-text h2 img {
    display: none;
  }

  .quality-description p {
    text-align: center;
    padding: 0 3rem;
    margin-top: 1rem;
  }

  .shop-by-category .quality-container {
    flex-direction: column-reverse;
  }

  .header h1 span {
    display: block;
  }

  .shop-by-category .ingredients-image img {
    width: 90%;
    padding-left: 3.5rem;
  }

  .shop-by-category .vector-image-left {
    position: absolute;
    top: 50rem;
    width: 4rem;
  }

  .shop-by-category .accordion {
    max-width: 100%;
    padding: 0 1rem;
    margin-bottom: 3rem;
  }

  .accordian-heading {
    font-size: 20px;
    width: 60%;
    line-height: 1;
  }

  .accordion-icon {
    width: 45px;
  }

  .shop-by-category .accordion-item {
    width: 100%;
  }

  .about-us .right_vector {
    height: 7rem;
  }

  .about-us .accordion-item {
    width: 100%;
  }

  .about-us .accordion .paw-image {
    display: none;
  }

  .about-us-heading-2 {
    width: auto;
    font-size: 40px;
  }

  .about-us-quality-section {
    flex-direction: column;
  }

  .about-us-heading-1,
  .about-us-heading-2 {
    text-align: center;
  }

  .view-more-btn-div {
    justify-content: center;
  }

  .about-us .ingredients-image {
    max-width: 100%;
  }

  .about-us .ingredients-image img {
    height: 65vh;
    padding: 0rem;
    margin-bottom: 2rem;
  }

  .about-us .accordian-heading {
    width: 65%;
    text-align: left;
  }

  .header .paw-image {
    display: none;
  }

  .about-content .paw-image {
    display: none;
  }

  .pawfext-text {
    padding: 0 2rem;
  }

  .about-us-section {
    flex-direction: column;
    text-align: center;
    margin-bottom: 4rem;
  }

  .pawfect_box_web {
    display: none;
  }

  .pawfect_box_mobile {
    display: block;
  }

  .pawfect-box-vector-image {
    bottom: 2rem;
    top: unset;
  }

  .pawfect-box-vector-image img {
    height: 5rem;
  }

  .about-content h1 {
    padding: 0 1rem;
    font-size: 40px;
    text-align: center;
    margin-bottom: 1rem;
  }

  .about-content p {
    width: 100%;
    padding: 0 1rem;
    text-align: center;
  }

  .view-more-ref {
    justify-content: center;
  }

  .view-more-btn {
    width: 12rem;
    justify-content: center;
  }

  .hero .content .paw-image {
    display: none;
  }

  .content {
    margin-left: 0px;
    padding: 0 1rem;
    width: 100%;
  }

  .hero h1 {
    font-size: 40px;
    text-align: center;
  }

  .hero p {
    text-align: center;
  }

  .hero .products img {
    height: 14rem;
  }

  .order-now {
    justify-content: center;
  }

  .hero .view-more-btn {
    margin-top: 0px;
  }

  .about-us .about-us-quality-section .accordion {
    max-width: 100%;
    padding: 0 1rem;
    margin-top: 2rem;
  }

  .about-us .quality-container .ingredients-image {
    display: none;
  }

  .about-us .accordion .ingredients-image {
    display: block;
  }

  .about-us .accordion .ingredients-image .about-us-vector-image-web {
    height: 60%;
  }

  .pawfect-range-sec .pawfext-text {
    padding: 0 2rem;
    text-align: center;
  }

  .about-us-section .about-content h1 {
    height: auto;
    text-align: center;
  }

  .about-us-section .about-content p {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
  }

  .hero .bulk-order-content p {
    margin-bottom: 15px;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 1px;
  }
}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }

  .navbar .megamenu {
    margin-top: 1px !important;
  }
}

/* ============ mobile view .end// ============ */



.minicart-wrapper .action.showcart .counter.qty {
  background: #FE763A;
  min-width: 16px;
  height: 16px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50%;
  left: 12px;
  z-index: 10;
  top: 0px;
  position: absolute;
  line-height: 15px;
  transition: ease-in-out 0.3s;
}

.minicart-wrapper .action.showcart .counter-number {
  margin-right: -15px;
  text-shadow: none;
  text-align: center;
}

.minicart-wrapper .action.showcart:hover .counter.qty {}



/* Pawfect Box Section CSS Start */
.pawfect-box-sec .pawfect-box-bg {
  padding: 96px 84px;
  background: linear-gradient(79.76deg, #91B8E6 0%, #B4D3FF 100%);
  border-radius: 60px;
  overflow: hidden;
}

.pawfect-box-sec .left h1 {
  font-size: 56px !important;
}

.pawfect-box-bg {
  position: relative;
}

.pawfect-box-bg .right {
  position: absolute;
  /*bottom:-80px; right:-90px;*/
  bottom: 0;
  right: 0;
  padding: 0px;
}

/* Exclusive Section CSS Start */
.exclusive-sec .container .box .inner-box {
  background: radial-gradient(50% 50% at 50% 50%, #CDEDC2 0%, #B9EAA8 100%);
  border-radius: 32px;
  padding: 60px 110px 0px 110px;
}

.exclusive-sec .position-relative .click {
  position: absolute;
  top: 42px;
  left: -160px;
}

.exclusive-sec .position-relative .click-mobile {
  display: none;
}

.exclusive-sec .container .box .inner-box .click-desk img {
  width: 147px;
}

.exclusive-sec .container .box .inner-box figure img {
  width: 90% !important;
}

.exclusive-sec .section-ttl h1 {
  color: #2b671b;
}

.exclusive-sec .inner-box p {
  color: #4f7c48;
}

.exclusive-sec .inner-box a.btn {
  color: #5D9C53 !important;
}

.exclusive-sec .inner-box a.btn:hover {
  background: #fff;
}

.scratching-sec {
  background: linear-gradient(90deg, #FCDCD4 0%, #EC6869 100%);
}

.scratching-sec .right .section-ttl h1 {
  color: var(--bs-body-color);
}

.scratching-sec .right .section-ttl h1 span {
  color: var(--bs-primary);
}

.card-body .all-rights-main .terms {
  display: block;
}

.scratching-sec .accordion {
  max-width: 100%;
}

/* .scratching-sec .right .section-ttl p{color:#fff;} */

/* Footer Section CSS Start */
footer {
  /*background:url(/media/wysiwyg/images/footer-bg.jpg) left no-repeat; background-size:cover !important;*/
  padding: 0;
}

footer .card .card-body {
  padding: 60px 60px 16px 60px;
  background: #232627;
}

footer .footer-box:last-child {
  width: 30%;
}

.footer-box h4 {
  margin-bottom: 20px;
  color: #fff !important;
}

.footer-box ul li a:hover,
.footer-box .social-link ul li a:focus {
  color: var(--bs-secondary);
}

.footer-box .social-link ul li a {
  width: 40px;
  height: 40px;
  border-radius: 0;
  border: 1px solid rgba(212, 212, 216, 1);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-box .social-link {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  padding-top: 16px;
}

.footer-box .social-link ul li a:hover,
.footer-box .social-link ul li a.active {
  background: var(--bs-secondary);
}

.footer-box .social-link ul li a svg {
  fill: #fff !important;
}

.footer-box .social-link ul li a:hover svg,
.footer-box .social-link ul li a.active svg {
  fill: var(--bs-white);
  color: #fff;
}

.footer-box ul li a {
  font-size: 16px;
  color: #fff !important;
}

footer .card {
  border-radius: 0;
}

.footer-box .social-link ul {
  flex-direction: row !important;
}

/* AS Start facebook */
.footer-box .social-link ul li:nth-child(2) a {
  background: var(--bs-secondary);
  border: none;
}

.footer-box .social-link ul li:nth-child(2) a svg {
  fill: #fff;
}

footer .footer-box img {
  width: auto;
}

footer .footer-box p {
  font-size: 14px;
  color: #fff !important;
  margin-top: 1rem;
}

/* END  */
.common-input-group input {
  padding-left: 20px;
  padding-right: 70px;
  background: rgba(243, 243, 243, 1);
  border-radius: 0 !important;
  border: none;
  height: 7vh;
  width: 14rem;
}

.common-input-group span {
  width: 56px;
  height: 56px;
  border-radius: 0 !important;
  border: none;
  background: var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
  z-index: 11;
}

.copyright {
  font-size: 14px;
  background: none;
  color: var(--bs-body-color);
}

.copyright .border-top {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  padding-top: 16px;
}

/* Perspective Section CSS Start */
.perspective-sec .section-ttl .common-btn-anim {
  text-align: left;
  margin: 0px;
  color: var(--bs-white);
}

.perspective-sec .section-ttl h1 img {
  position: absolute;
  top: -30px;
  left: -40px;
  transform: rotate(-90deg);
  width: 80px;
}

.perspective-box {
  border-radius: 0;
  transition: 0.3s;
}

.perspective-box .card-body {
  padding: 20px;
}

.perspective-box .card-body figure img {
  height: 180px;
  object-fit: fill;
  border-radius: 0;
}

.show-in-mobile {
  display: none;
}

.perspective-box:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(17, 17, 17, 0.4)
}

/* Nou Found Page CSS Start */
.not-found-sec .row {
  height: 100vh;
}

.perspective-box .content {
  display: flex;
  flex-direction: column;
}

.perspective-box .content span.badge {
  margin-bottom: 5px;
}

.perspective-box a.btn-info {
  margin-top: 32px !important;
}

.perspective-box a.btn-secondary {
  padding: 12px 30px;
  color: var(--bs-success);
  background: #fff;
  border: 2px solid var(--bs-success);
}

.perspective-box a.btn-secondary:hover {
  background: var(--bs-success);
  color: #fff;
}

.bulk-order-sec .container {
  max-width: 100%;
  padding: 0 2rem;
}

/* Add to cart Delete item modal Css Start  */
.modal-popup .action-close:before {
  line-height: inherit;
  color: var(--bs-dark);
  vertical-align: bottom;
  font-weight: bold;
}

.modal-popup._show .modal-inner-wrap {
  border-radius: 30px;
  padding: 24px;
  width: 580px;
}

.modal-popup._show {
  z-index: 1000 !important;
}

.modal-popup .modal-header {
  padding: 0 0 40px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.modal-content {
  border: none;
  text-align: center;
  padding: 32px 0;
  font-size: 20px;
  color: var(--bs-dark);
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.modal-footer {
  border-top: none;
  background: none;
  flex-wrap: nowrap;
}

.modal-popup .modal-footer {
  padding: 24px 0 0 0;
}

.modal-footer .action-secondary,
.modal-footer .action-primary {
  width: 258px;
  background: none;
  height: 48px;
  border-radius: 60px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  font-size: 16px;
  font-weight: 600;
}

.modal-footer .action-primary {
  color: var(--bs-danger);
}

.modal-popup .modal-content {
  padding-left: 0;
  padding-right: 0;
}

/*  Start  */
.breadcrumbs {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px !important;
}

.breadcrumbs .items {
  font-size: 12px;
  color: var(--bs-dark);
}

.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1;
  content: '/';
  font-family: inherit;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  font-weight: bold;
  opacity: 0.6;
}

.breadcrumbs strong {
  font-weight: 600;
}

.breadcrumbs a {
  padding: 8px 16px;
  background: rgba(76, 0, 145, 0.08);
  border-radius: 0;
  color: var(--bs-body) !important;
  font-weight: 600;
}

/* breadcrumbs END  */

.accordion-button:not(.collapsed)::after {}

.accordion-button::after {
  background-image: none;
  width: 0;
  height: 0;
}


/* Footer All pages "Enter email addres button issue Start " */
.common-input-group .action.primary,
.common-input-group .action.primary:hover {
  background: transparent;
  border: none;
}

/* END  */


/*AS- TRENDING PRODUCTS & Search Products mobile  bg color issue Start  */
.navbar .cart-icons ul li a:hover {
  background-color: transparent;
}

/* END  */

/*AS MiniCart CSS Start  */
.minicart-parent.active {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  height: 100vh;
}

.minicart-wrapper .block-minicart {
  padding: 20px 32px;
  width: 497px !important;
  margin-top: 0;
  border: none;
  /* top: -126%; */
  /* right: -10%; */
  /* height: 52rem !important; */
  border-radius: 0px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
  height: 100vh;
  position: relative;
}

body:has(.minicart-parent.active) {
  overflow: hidden;
}

.minicart-wrapper .block-minicart:before {
  display: none;
}

.minicart-wrapper .block-minicart:after {
  display: none;
}

.minicart-wrapper .block-minicart .items-total {
  display: none;
}

.minicart-wrapper .block-minicart .subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0;
}

.minicart-wrapper .block-minicart .subtotal .label:after {
  display: none;
}

.minicart-wrapper .block-minicart .subtotal .label {
  font-size: 16px;
  font-weight: 700;
}

.minicart-wrapper .block-minicart .amount .price-wrapper:first-child .price {
  font-size: 24px;
}

/* .block-minicart .block-content > .actions .mini-cart-cs{height: 56px; width: 210px; margin-right: 10px; background-color: var(--bs-white); color: var(--bs-success); border: 1px solid var(--bs-success); display: flex; align-items: center; justify-content: center;} */

.minicart-wrapper .minicart-items .product-image-wrapper .product-image-photo {
  width: 100px !important;
  height: 114px !important;
  /*object-fit: cover; border-radius: 16px;*/
}

.minicart-wrapper .minicart-items .product-item-name {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bs-heading-faro-family);
  line-height: 20px;
  width: 285px;
}

.minicart-wrapper .minicart-items .product-item-name a {
  color: var(--bs-dark);
}

.minicart-items .product-item-details .product-item-pricing {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 10px;
}

.minicart-items .product-item-details .product-item-pricing .price-container {
  margin-left: auto;
  margin-right: 5rem;
}

.minicart-wrapper .minicart-items .product-item-details .product.options {
  font-size: 16px;
}

.minicart-wrapper .minicart-items .product.options .toggle>span {
  font-weight: 700;
}

.minicart-wrapper .minicart-items .product-item-details .minicart-price .price {
  color: rgba(235, 36, 83, 1);
  font-weight: 700;
  font-family: var(--bs-heading-faro-family);
  font-size: 20px;
}

.minicart-wrapper .minicart-items-wrapper {
  height: 75vh !important;
  overflow-y: auto;
  border: none;
}

/* inincrease & dicrease qty start  */
.minicart-wrapper .decrease-qty,
.minicart-wrapper .increase-qty {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(17, 17, 17, 0.2);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 4px;
  padding-bottom: 6px;
}

.minicart-wrapper .minicart-items .item-qty {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 10px;
  margin: 0 12px;
  border: 2px solid rgba(17, 17, 17, 0.2);
}

.minicart-wrapper .minicart-items .product-item-details .details-qty {
  margin-top: 0;
}

.minicart-wrapper .minicart-items .product-item-details .price-excluding-tax {
  margin-top: 0;
}

/* END  */

/* Quantity  Increse & decrese add active class  */
.minicart-wrapper .decrease-qty.active,
.minicart-wrapper .increase-qty.active {
  border-color: var(--bs-secondary) !important;
  color: var(--bs-secondary);
}

/* END  */

.minicart-wrapper .minicart-items .product-item-pricing .label {
  display: none;
}

/*Qty text*/

.minicart-wrapper .product .actions {
  margin: 0px;
  position: absolute;
  top: 15px;
  right: 0;
}

/*edit & delete*/
.minicart-wrapper .product .actions>.primary:not(:last-child) {
  margin-right: 8px;
}

/*edit & delete*/
.minicart-wrapper .minicart-items .action.edit,
.minicart-wrapper .minicart-items .action.delete {
  background: rgba(243, 243, 243, 1);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/*edit & delete*/

/* Continue shopping - checkout button Start */
.minicart-wrapper .block-minicart .block-content>.actions {
  width: 28rem;
  display: flex;
  /* gap: 64px; */
  align-items: center;
  justify-content: space-around;
  padding-top: 0.5rem;
  position: absolute;
  bottom: 10px;
  border-top: 1px solid #bbbbbb;
}

.minicart-wrapper .block-minicart .block-content>.actions .primary-continue-shopping .common-btn-anim {
  padding-left: 0;
  justify-content: center;
  background: var(--bs-white);
  color: var(--bs-success) !important;
  border: 2px solid var(--bs-success);
  padding-right: 0;
}

.minicart-wrapper .block-minicart .block-content>.actions .primary-continue-shopping .common-btn-anim:hover {
  color: #fff !important;
  background: var(--bs-success);
  border: 2px solid var(--bs-success);
}

.minicart-wrapper .block-minicart .block-content>.actions .primary-checkout {
  position: relative;
}

.minicart-wrapper .block-minicart .block-content>.actions .primary-checkout img {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: all 0.3s;
  height: 28px;
  background-color: white;
  left: 14px;
}

.minicart-wrapper .block-minicart .block-content>.actions .primary-checkout:hover img {
  left: 75%;
}

/* END  */

/* close btn Start  */
.minicart-wrapper .action.close {
  right: 25px;
  top: 15px;
}

/* END  */

/* Go to favo btn & shop now btn Start  */
.group-of-button {
  display: flex;
  gap: 12px;
  border-top: 1px solid #1111111F;
  padding-top: 24px;
}

.group-of-button .primary-continue-shopping a {
  padding-left: 0;
  justify-content: center;
  background: var(--bs-white);
  color: var(--bs-success) !important;
  border: 2px solid var(--bs-success);
  padding-right: 0;
}

.minicart-wrapper .block-minicart .subtitle-one {
  font-size: 24px;
  font-family: var(--bs-heading-faro-family);
  padding-top: 37px;
  margin-top: 30px;
  border-top: 1px solid #1111111F;
  padding-bottom: 12px;
}

.minicart-wrapper .block-minicart .subtitle-two {
  font-size: 16px;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 57px;
}

/* END  */


/* AS Hamburger icon color change  */
.navbar-toggler .three-lines svg {
  fill: var(--bs-success) !important;
}

/* your card empty text Start */
/* .minicart-wrapper .block-minicart .subtitle.empty{font-size: 24px;} */
/* END  */

/* AS Start whishlist and login */
.navbar .navbar-nav .mobile-items {
  display: none;
}

/* AS End  */
.social-link-images {
  display: flex;
}

/* END  */
@media all and (max-width:768px) {
  .minicart-wrapper .block-minicart .block-content>.actions {
    flex-direction: column-reverse;
    width: 83vw;
    bottom: 90px;
    gap: 15px;
  }

  .minicart-wrapper .minicart-items .product-item-name {
    width: 165px;
  }

  .minicart-wrapper .block-minicart {
    width: 100vw !important;
    top: 155%;
  }

  .minicart-wrapper .product .actions {
    float: right;
  }

  .group-of-button {
    flex-direction: column-reverse;
  }

  .group-of-button .primary-continue-shopping a,
  .group-of-button .primary-checkout a {
    width: 100%;
  }

  .group-of-button .primary-checkout a {}

  .minicart-wrapper .block-minicart .subtitle-two {
    padding-bottom: 40px;
  }

  .group-of-button .primary-checkout a:hover img {
    left: 85%;
  }

  .minicart-wrapper .action.close:before {
    line-height: inherit;
  }

  .card-body .all-rights-main .terms {
    display: none;
  }

  .social-link-images {
    display: none;
  }
}

@media all and (max-width:576px) {
  .minicart-items .product-item-details .product-item-pricing {
    gap: inherit;
  }

  .minicart-items .product-item-details .product-item-pricing .price-container {
    margin-right: 2.5rem;
  }

  .minicart-wrapper .minicart-items .product-item-details .minicart-price .price {
    color: var(--bs-success);
  }

  .minicart-wrapper .block-minicart .block-content>.actions .primary-continue-shopping,
  .minicart-wrapper .block-minicart .block-content>.actions .primary-continue-shopping .common-btn-anim,
  .minicart-wrapper .block-minicart .block-content>.actions .primary-checkout,
  .minicart-wrapper .block-minicart .block-content>.actions .primary-checkout button {
    width: 100%;
  }

  .minicart-wrapper .block-minicart .block-content>.actions .primary-checkout button {
    padding-left: 0;
    justify-content: center;
  }

  .minicart-wrapper .block-minicart .block-content>.actions .primary-checkout:hover img {
    left: inherit;
    right: 5px;
  }

  .group-of-button .primary-checkout a:hover img {
    left: 85%;
  }

  .breadcrumbs {
    padding-left: 20px !important;
    margin-bottom: 24px;
  }

  .breadcrumbs .items .search {
    margin-top: 2px;
  }

  /* AS STart mobile currency */
  .page-header .switcher.switcher-currency {
    position: absolute;
    right: 60px;
    top: 10px;
    padding: 7px 3px;
  }

  .page-header .switcher.switcher-currency:hover {
    background: unset;
  }

  .currency-arrow {
    right: -6px;
  }

  .switcher-currency .switcher-trigger {
    padding-left: 6px;
  }

  .switcher-currency .switcher-trigger strong span {
    display: flex;
  }

  .minicart-wrapper .action.showcart .counter.qty {
    position: fixed;
    right: 10px !important;
    top: 45px;
    left: auto;
  }

  /* AS END  */

  /* AS Start whishlist and login */
  .navbar .navbar-nav .mobile-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-top: 1px solid rgba(17, 17, 17, 0.12);
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  }

  .navbar .navbar-nav .mobile-items .mobile-user,
  .navbar .navbar-nav .mobile-items .mobile-wishlist {
    border-radius: 0;
    padding: 8px 16px;
    font-size: 20px;
    text-transform: capitalize;
    color: #5D9C53;
    border: none;
    font-weight: 600;
    width: 48%;
    text-align: center;
    background: #ECF3EA;
  }

  .navbar .navbar-nav .mobile-items .mobile-user a svg,
  .navbar .navbar-nav .mobile-items .mobile-wishlist a svg {
    margin-right: 8px;
    margin-top: -6px;
  }

  .navbar .navbar-nav .mobile-items .mobile-wishlist:hover {
    background: #ECF3EA;
  }

  /* AS End  */
  /* 4O4 not found  */
  .not-found-sec .row {
    height: inherit;
    margin-top: 127px;
    margin-bottom: 88px;
  }

  /* Header Shop Cart Item img issue Start  */
  .submenu-box figure {
    height: inherit;
  }

  .minicart-wrapper .minicart-items-wrapper {
    height: 48vh !important;
  }

  /* END  */
}

/* AS Start  */
@media all and (max-width:450px) {
  .cart-icons-mobile {
    margin-left: 55px !important;
  }

}

@media all and (max-width:391px) {
  .cart-icons-mobile {
    margin-left: 32px !important;
  }

  .minicart-wrapper .block-minicart .block-content>.actions {
    width: 20rem;
  }
}

@media all and (max-width:376px) {
  .cart-icons-mobile {
    margin-left: 8px !important;
  }
}

/* AS END  */

.cms-noroute-index .column.main {
  width: 100% !important;
}


.aw-onestep.aw-onestep-sidebar .actions-toolbar .primary {
  display: none;
}

