<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Play:wght@400;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;family=Roboto:wght@100;300;400;500;700&amp;display=swap");

body,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  letter-spacing: 0.5px;
}

.btn-default {
  background: #ddd !important;
}

.btn {
  overflow: hidden;
  position: relative;
  border: 0px solid #000;
  z-index: 0;
}

.btn:after {
  content: "";
  position: absolute;
  height: 0%;
  left: 50%;
  top: 50%;
  width: 150%;
  z-index: -1;
  -webkit-transition: all 0.75s ease 0s;
  -moz-transition: all 0.75s ease 0s;
  -o-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
}

.btn:after {
  /* border: 0px solid #AEA8D3; */
  opacity: 0;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  transform: translateX(-50%) translateY(-50%) rotate(-25deg);
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.5;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.btn:hover,
.btn:hover {
  color: #fff;
  text-shadow: none;
}

.btn:hover:after {
  height: 450%;
  height: 140%;
  opacity: 1;
}

.dropmenubtn {
  overflow: unset !important;
  position: unset !important;
  border: unset !important;
  z-index: unset !important;
  text-align: end !important;
}

.dropmenubtn:after {
  content: "";
  position: unset !important;
  height: unset !important;
  left: unset !important;
  top: unset !important;
  width: unset !important;
  z-index: unset !important;
  -webkit-transition: unset !important;
  -moz-transition: unset !important;
  -o-transition: unset !important;
  transition: unset !important;
}

.dropmenubtn:after {
  opacity: 1 !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  background: none !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.dropmenubtn.disabled,
.dropmenubtn:disabled {
  background: none !important;
}

.dropmenubtn.disabled:after,
.dropmenubtn.disabled:before,
.dropmenubtn:disabled:after,
.dropmenubtn:disabled:before {
  display: block !important
}

;

/* CSS for Header Drop Down Menu */
.dropdown-btn-color {
  background: none;
  border-width: 0px !important;
  text-align: right;
}
/* .custom-position{
  background : white !important;
  transform: translate3d(0px, 39px, 0px) !important;
} */
@media (max-width: 991px) {
  .custom-position {
    width: 100% !important;
  }
}

.has-sub-menu button.btn {
  width: auto;
  display: block;
}

@media (min-width: 992px) {
  .header-drop-menu:hover&gt;#drop-menu {
    display: block;
    transform: translate3d(0px, 0px, 0px) !important;
  }

  .header-drop-menu&gt;#drop-btn:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}
/* li.has-sub-menu ul li a {
  background : white !important;
} */
.social-drop{
  min-width: 2rem;
}

/* CSS for Header Drop Down Menu Ends */

/* .bg-main {
  background: #2a089f;
} */

.bg-site {
  background: #2a089f;
}

.bg-site-light {
  background: #f1edff;
}

.bg-offer {
  background: var(--global-highlight-color);
}

.badge.bg-offer a {
  color: #000;
}

span.badge.bg-offer a:hover,
.badge.bg-offer a:hover {
  text-decoration: underline !important
}

.bg-btn {
  background: #2a089f;
}

.bg-btn2 {
  background: #D0021B;
}

.text-main {
  color: #2a089f;
}

.text-site {
  color: #2a089f;
}

.text-site-light {
  color: #f1edff;
}

.text-offer {
  color: #ffa41c;
}

.text-btn {
  color: #D0021B;
}

.text-red {
  color: #D0021B;
}

.hover-text-btn:hover {
  background: #2a089f;
}

.btn:disabled,
.btn.disabled {
  background: #cccccc !important;
  color: #000 !important;
}

.btn:disabled:before,
.btn:disabled:after,
.btn.disabled:before,
.btn.disabled:after {
  display: none;
}

.btn-theme-primary {
  color: #fff;
  background-color: #2a089f;
  border-color: #2a089f;
}

.btn-theme-outline-primary {
  color: #2a089f !important;
  border-color: #2a089f;
  border: 1px solid #2a089f !important;
}

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

.btn-theme-outline-secondary {
  color: #D0021B;
  border-color: #D0021B;
}

.btn-theme-success {
  color: #fff;
  background-color: #00A453;
  border-color: #00A453;
}

.btn-theme-outline-success {
  color: #00A453;
  border-color: #00A453;
}

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:focus {
  color: #fff;
  background-color: rgba(0, 164, 83, 0.8);
  border-color: rgba(0, 164, 83, 0.8);
}

.btn.btn-radius {
  border-radius: 30px !important;
}

.btn.btn-rounded {
  border-radius: 5px !important;
}

.text-offer-hover:not(.selectable):hover,
.text-offer-hover.active {
  background-color: rgba(255, 164, 28, 0.1);
  border-color: #ffa41c;
}

.selectable.active::before {
  border-color: #ffa41c #ffa41c transparent transparent;
}

.slick-prev:before,
.slick-next:before {
  color: #D0021B;
}

.product-slider .slider-nav .thumbnail-image.slick-current img {
  box-shadow: 0 0 5px #D0021B;
  border-color: #D0021B;
}

.slick-dots li button:before {
  background: #fff;
  border-color: #fff;
}

.slick-dots li.slick-active button:before {
  background: #D0021B;
  border-color: #D0021B;
}

.slick-dots li button:after {
  background: #D0021B;
}

.slick-dots li.slick-active button:after {
  background: #fff;
  border-color: #fff;
}

.bottom-area a:hover {
  background: #D0021B;
  color: #fff;
}

.custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #2a089f;
}

.custom-control-input:checked~.custom-control-label::before {
  border-color: #2a089f;
  background-color: #2a089f;
}

/***** Common css start *****/

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-weight-medium {
  font-weight: 500;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cursor-pointer {
  cursor: pointer;
}

.form-control {
  box-shadow: none !important;
}

body .font-weight-bold,
body b,
body strong {
  font-weight: 500 !important;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0 !important;
}

.btn-site {
  white-space: wrap;
  padding: 13px 32px;
  border: 1.5px solid transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1.25px;
  box-shadow: 0px 14px 23px rgba(28, 37, 44, 0.08);
  opacity: 1 !important;
  text-transform: uppercase !important;
}

.btn.btn-site {
  border-radius: 5px !important;
}

.btn.btn-xl {
  padding: 20px 40px;
}

.btn.btn-md {
  font-size: 12px !important;
  padding: 0.5rem 1rem;
}

.btn-site:focus {
  box-shadow: none !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.form-control.rounded {
  border-radius: 10px !important;
}

.form-control.form-control-sm {
  padding: 8px 12px;
  height: 35px;
}

.selectbox {
  position: relative;
}

.selectbox .form-control {
  padding-right: 50px !important;
  border-radius: 10px !important;
  line-height: 1.5 !important;
}

.selectbox select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.selectbox:after {
  content: "";
  position: absolute;
  right: 10px;
  background: url(../images/icon-cheveron-down.svg);
  width: 15px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.marketplace-container {
  padding-bottom: 50px;
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

iframe {
  margin: 0 auto;
  display: table;
}

/* .mfp-content {
  padding-bottom: 56%;
  position: relative;
}
.mfp-content iframe {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  max-height: 80vh;
  margin-top: 10vh;
  display: table;
}
.form-check-label {
  font-weight: normal !important;
} */
.site-page-header {
  display: flex;
  align-items: center;
}

.head1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}

.head2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.head3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.head4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.head5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.head6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title {
  font-size: 20px;
  line-height: normal;
  font-weight: bold;
  margin-bottom: 10px;
}

hr {
  margin: 15px 0 15px;
  border-top: 1px solid var(--global-primary-color);
  height: 1px;
  display: block;
  /* background-image: -webkit-linear-gradient(left, #f0f0f0, var(--global-primary-color), #f0f0f0); */
}

.nav.nav-pills.theme-pills {
  display: flex;
  align-items: center;
}

.nav.nav-pills.theme-pills .nav-item {
  flex: 1;
  text-align: center;
  margin: 0 5px;
  min-width: 150px;
}

.theme-pills.nav-pills .nav-link {
  color: #2a089f;
  border: 1px solid #2a089f;
  border-radius: 30px !important;
  /* padding: 10px 10px;
  margin-bottom: 20px; */
  background: #fff;
}

.theme-pills.nav-pills {
  margin: 0 10px;
  text-align: center;
  font-weight: normal;
}

.theme-pills.nav-pills .nav-link.active,
.theme-pills.nav-pills .nav-link:hover {
  background: #2a089f;
  color: #fff;
}

form label {
  font-weight: 300 !important;
  font-size: 14px;
  margin-bottom: 5px;
}

.mCSB_inside&gt;.mCSB_container {
  margin-right: 17px;
}

/***** Common css end *****/
/***** product slider css start *****/
.product-slider .slider-nav {
  width: 250px;
  margin: 0 auto;
}

.product-slider .thumbImg {
  margin: 0 5px;
  position: relative;
  cursor: pointer;
}

.product-slider .slider-nav .thumbnail-image.slick-current img {
  transform: scale(1);
}

.slick-arrow.slick-disabled {
  pointer-events: none;
}

.product-slider .slick-prev {
  left: -15px;
}

.product-slider .slick-next {
  right: -15px;
}

.product-slider .slider-nav .thumbnail-image img {
  width: 40px;
  height: 52px;
  border: 1px solid var(--primary-color-12-opacity);
  border-radius: 2px;
  padding: 5px;
  transform: scale(0.8);
}

.product-slider .thumbnail-info {
  display: none;
}

.product-slider .slider-banner-image img {
  max-height: 360px;
  margin: 0 auto;
}

.video-link:after,
.video-link .thumbImg:after {
  content: "";
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/icon-video.png) no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}

.cloudzoom-lens+div {
  z-index: -99999 !important;
  display: none !important;
}

.cloudzoom-zoom {
  width: 450px !important;
  height: 450px !important;
}

/***** product slider css end *****/
/***** product Information css start *****/
.card {
  /* margin: 0; */
  overflow: hidden !important;
  /* border: 0 !important; */
  border-radius: 10px;
}

.card-header,
.card-body {
  background-color: transparent !important;
}

/* .card-body {
  padding: 0px 0px 0px 0px;
} */

.card-item.product-detail-card {
  padding: 30px 15px 15px;
  height: 100%;
}

.product-header-title {
  font-size: 32px;
  line-height: normal;
}

.product-header-desc {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  /* font-size: 22px; */
  line-height: 26px;
  color: #747474;
  padding-bottom: 25px;
}

.product-rating {
  opacity: 0.8;
  text-decoration: none !important;
  color: #666 !important;
}

.product-rating:hover {
  opacity: 1;
}

.write-a-review {
  font-size: 14px;
}

.link-details {
  font-size: 14px;
}

.product-price {
  display: flex;
  font-size: 22px;
}

.product-delivery-wrapper .product-delivery-title {
  /* border-bottom: 1px solid #000; */
  padding-bottom: 10px;
}

.product-price-label {
  padding-right: 10px;
  font-weight: 500;
}

.product-price-amount {
  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  text-transform: capitalize;
}

.product-marketing {
  /* margin: 10px 0 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
  padding: 0 0 0px 0;
}

.product-offers {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.product-offers-item {
  padding: 10px;
}

.product-offers-item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.product-offers-item-title {
  color: #c33232;
}

.product-offers-item-title img {
  width: 24px;
}

.product-status {
  margin: 10px 0;
}

.product-varient-header {
  margin-bottom: 10px;
  margin-top: 15px;
}

.product-varient-list {
  display: flex;
  flex-wrap: wrap;
}

.product-varient-img .product-varient-item {
  width: 56px;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px;
}

.product-varient-item img {
  width: 36px;
  height: 36px;
}

.product-varient-item:not(:last-of-type) {
  margin-right: 10px;
}

.product-varient-text .product-varient-item {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  white-space: nowrap;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-varient-text .product-varient-item:not(:last-of-type) {
  margin-right: 10px;
}

.product-varient-detail {
  display: flex;
}

.product-varient-detail {
  margin: 20px 0;
  font-size: 14px !important;
  line-height: 16px !important;
}

.product-detaied-box {
  margin: 0 0 15px;
  background: #fff;
}

.product-delivery-list {
  display: flex;
  text-align: center;
}

.product-delivery-item {
  border: 2px dashed #ddd;
  flex: 1;
  padding: 10px;
  font-size: 14px;
  line-height: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  cursor: pointer;
  justify-content: center;
}

.selectable {
  cursor: pointer;
}

.selectable.active,
.selectable:hover {
  border-style: solid;
}

.selectable.active::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 30px 0 0 30px;
  border-style: solid;
}

.selectable.active:after {
  content: url("../images/icon-check-white.svg");
  position: absolute;
  top: -4px;
  right: -4px;
  transform: scale(0.6);
}

.selectable:hover {
  box-shadow: 0 4px 9px 0 #ddd, 0 3px 10px 0 #ddd;
  transform: translateY(-2px);
  z-index: 999;
}

.text-offer-hover:hover,
.text-offer-hover.active {
  border-style: solid;
}

.product-delivery-item:last-of-type {
  margin-right: 0;
}

.product-delivery-title {
  font-weight: bold;
  margin: 5px 0;
  /* padding-right: 10px; */
}

.product-delivery-to {
  white-space: nowrap;
  line-height: 32px;
  margin-bottom: 10px;
}

.product-delivery-item a {
  margin-top: auto;
  white-space: normal;
}

.why-title {
  margin-bottom: 10px;
  font-weight: bold;
}

.why-list {
  padding-left: 20px;
  font-size: 14px;
}

/***** product Information css end *****/
/***** add to cart box css start *****/
.add-to-cart-box {
  /* padding: 20px; */
  /* border: 1px solid #ddd; */
  border-radius: 0;
}

.add-to-cart-box .form-control {
  width: 70px;
  height: 100%;
  padding: 10px;
  text-align: center;
  color: var(--global-primary-color);
  border: 1px solid var(--global-primary-color);
  border-radius: var(--border-radius);
}

.secure-transaction {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.secure-transaction:last-of-type {
  margin-top: 10px;
}

.secure-transaction i {
  font-size: 20px;
  color: #d2d2d2;
  display: inline-block;
  margin-right: 5px;
}

/***** add to cart box css end *****/
/***** product tab css start *****/
.product-detail-information .nav.nav-pills.theme-pills .nav-item {
  max-width: 200px;
}

.product-detail-information .tab-pane {
  padding: 20px;
  border-top: 0;
}

.product-detail-information .nav-tabs li .nav-link,
.product-detail-information .nav-tabs li .nav-link:hover {
  color: #000;
}

.product-detail-information .nav-tabs li .nav-link:hover {
  background: #fff;
}

.product-desc {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-description-desc p {
  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}


.product-description-desc {
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #747474;
}

.product-description-desc ul li {
  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: .6;
}

.tab .active {
  color: #00A453;
}

.product-description-title {
  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.product-description-title:not(:first-of-type) {
  margin-top: 20px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.review-title {
  font-weight: bold;
}

.review-body {
  color: #808a9f;
}

/***** product tab css end *****/
/***** faq css start *****/
.product-detail-information #accordion .collapsing {
  transition: height 0.2s ease;
}

.product-detail-information .accordian .card-body {
  background: #fff;
}

.product-detail-information .accordian .card-body&gt;p {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.15px;
  color: #070707;
  margin-bottom: 24px;
}

.product-detail-information .accordian .card {
  padding: 0;
  border: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 2px;
  margin-bottom: 18px;
}

.product-detail-information .accordian .card:last-of-type {
  margin-bottom: 0;
}

.product-detail-information .accordian .card-header {
  border: none;
  padding: 0 0 0 0px;
}

.product-detail-information .accordian .card-link {
  color: #070707 !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.15px;
  padding-top: 0px;
  pointer-events: none;
  transition: all 0.2s ease;
}

.product-detail-information .card-link.collapsed {
  font-size: 16px;
  line-height: 29px;
  padding-top: 0;
  pointer-events: unset;
}

.product-detail-information .accordian .card-body {
  padding: 5px 0 0 0px;
}

.product-detail-information .accordian .card-link:after {
  content: "";
  display: inline-block;
  min-width: 13px;
  height: 7px;
  background-image: url(../images/icon-cheveron-down.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  vertical-align: middle;
  position: relative;
  transition: all 0.2s ease;
  transform: rotate(0);
  margin-left: auto;
}

.product-detail-information .accordian .card-link[aria-expanded=true]:after {
  background-image: url(../images/icon-cheveron-down.svg);
  background-size: 13px;
  transform: rotate(180deg);
}

.product-detail-information .accorian-content-title {
  font-size: 16px;
  line-height: 29px;
  color: #2a089f;
  letter-spacing: 0.15px;
  margin-bottom: 4px;
}

.product-detail-information .accordian-content-list p {
  font-size: 16px;
  line-height: 29px;
  color: #808a9f;
  letter-spacing: 0.15px;
}

.product-detail-information .accordian-content-list p:last-of-type {
  margin-bottom: 0px;
}

/***** faq css end *****/
/***** frequently bought css start *****/
.frequently-bought-wrapper {
  margin-bottom: 30px;
  padding-top: 20px;
}

.frequently-bought-wrapper .total-price {
  display: flex;
  padding: 15px 0px 0;
}

.frequently-bought-wrapper .slick-slide {
  padding: 0 0px;
}

.frequently-bought-wrapper .slick-track {
  margin-left: 0;
}

.frequently-bought-item {
  border: 1px solid #ddd;
  padding: 10px;
  height: 100%;
  padding: 15px;
}

.frequently-bought-image {
  text-align: center;
  padding: 0 20px 20px;
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frequently-bought-image img {
  width: 125px;
  margin: 0 auto;
}

.frequently-bought-other-data {
  padding-left: 24px;
}

.frequently-bought-image .deal {
  position: absolute;
  top: 0;
  left: 0;
}

.frequently-bought-item .badge {
  white-space: normal !important;
}

/***** frequently bought css end *****/
/***** nearby stores css start *****/
.nearby-stores-dropdown {
  min-width: 300px;
  font-size: 14px;
  position: relative;
}

.nearby-stores-dropdown p {
  line-height: 16px;
}

/***** nearby stores css end *****/
/***** cart page css start *****/
.link-sm {
  font-size: 10px;
}

.responsive-map {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  height: 0;
}

.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.seprator {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.cart-page-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}

.cart-page-title a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
}

.cart-item {
  border: 0;
  font-size: 14px;
 /* position: relative; this is for the cart page astro pop screen fix */  
  background: #fff;
  /* padding: 20px 30px 40px 0; */
  /* border-bottom: 1px solid #000; */
}

/* .cart-item-row {
  display: flex;
  padding: 10px;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
} */

.cart-actions {
  display: flex;
  align-items: center;
}

.cart-actions-item a {
  font-size: 13px;
}

.cart-actions-item:not(:last-of-type) a {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}

.cart-items-wrapper&gt;div:not(:last-of-type) .cart-item-item {
  border-bottom: 0;
}

.cart-item-item:not(:last-of-type) {
  margin-bottom: 30px;
}

.cart-item-image:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

.cart-item-image {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}

.cart-item-image img,
.my-cart-image {
  width: 100%;
  height: 150px !important;
  object-fit: contain;
}

.cart-item-title {
  font-size: 20px;
  color: #000 !important;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.cart-desc {
  margin-bottom: 0;
  line-height: 20px;
  position: relative;
  z-index: 10;
}

.cart-summary-box {
  width: 100%;
  padding: 30px;
  border-radius: 1rem;
  background: #FFF;
  box-shadow: 1px 2px 60px 0px rgba(0, 63, 90, 0.12), 0px 1px 8px 0px rgba(0, 63, 90, 0.04);
}



.order-summary-header .order-summary-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

.order-summary-cartid {
  font-size: 14px;
  text-align: right;
}


.cart-item-content-right {
  text-align: right;
  /* padding-right: 15px; */
}

.cart-price {
  font-size: 26px;
  font-weight: bold;
}

.cart-repeat {
  font-size: 12px;
  white-space: nowrap;
}

.cart-repeat-price {
  font-size: 18px;
}

.add2cart {
  margin-top: 10px;
}

.quantity-field-wrapper {
  display: flex;
  flex-direction: row;
  padding-top: 0;
}

.decrement,
.increment {
  cursor: pointer;
  transition: box-shadow 0.1s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
}

.quantity-input {
  width: 60px;
  line-height: 42px;
  border: 1px solid #ddd;
  font-weight: 700;
  border-radius: 0;
  text-align: center;
}

.quantity-btn-modal {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn,
.quantity-input {
  font-size: 20px;
}

.add-cart-btn {
  font-weight: 400;
  padding: 6px 10px;
  font-size: 18px;
}

.cart-delete {
  position: absolute;
  padding: 10px;
  margin: 2px;
  right: 0;
  /* bottom: 15px; */
  font-size: 20px;
  z-index: 11;
  background: #fff !important;
  color: #000 !important;
  border-radius: 15px;
}

.cart-delete:hover {
  background: #2a089f;
}

.cart-delete:hover .fa {
  animation: shake 0.5s;
}

@-webkit-keyframes shake {
  0% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

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

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

  50% {
    transform: rotate(-3deg);
  }

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

/***** cart page css start *****/
/***** Home page css start *****/
.home-slider {
  position: relative;
}

.home-slider .slick-prev {
  left: 25px;
  z-index: 999;
}

.home-slider .slick-next {
  right: 25px;
  z-index: 999;
}

.home-slider img {
  width: 100%;
}

.slide {
  position: relative;
}

.slider-item-inner {
  padding: 40px 0;
  display: none !important;
}

.bg-1 {
  background: #06ff86;
}

.bg-2 {
  background: #ffa41c;
}

.bg-3 {
  background: #fff;
}

.slider-caption {
  /* position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 50%; */
  padding: 40px;
  z-index: 99;
  border-radius: 4px;
}

.slider-caption-title {
  color: #000;
  text-transform: uppercase;
}

.slider-caption-subtitle {
  font-size: 24px;
  margin-bottom: 20px;
}

.slick-dots li button {
  border-radius: 50%;
  padding: 0;
}

ul.slick-dots {
  bottom: 20px;
}

.slick-dots li button:before {
  font-size: 0px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  background: #fff;
  opacity: 0.7;
  border: 3px solid;
  transition: all 0.5s ease;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #fff;
  border-color: #fff;
}

.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1a4694;
  transform: scale(0.5);
  transition: all 0.5s ease;
}

.selling-info-title {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
}

.selling-products-wrapper {
  margin: 80px 0;
}

.selling-products-item-inner {
  display: flex;
}

.selling-products-img {
  min-width: 70px;
  min-height: 70px;
  max-width: 70px;
  max-height: 70px;
  border: 1px solid #ddd;
}

.selling-products-desc {
  margin: 0 15px;
}

.selling-products-desc a {
  color: #000;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 10px;
}

.selling-products-desc a::first-line {
  font-weight: bold;
}

.selling-products-price {
  font-size: 14px;
  font-weight: 500;
}

.selling-products-price span {
  text-decoration: line-through;
  font-size: 75%;
  font-weight: 500;
}

.add2cart {
  font-weight: 500;
  text-decoration: underline !important;
}

.pet-needs-wrapper {
  padding: 80px 0;
  background: #f7f7f7;
}

.pet-needs-item-inner {
  display: flex;
}

.pet-needs-item {
  padding: 50px 30px 0;
}

.pet-needs-icon {
  min-width: 130px;
  min-height: 130px;
  max-width: 130px;
  max-height: 130px;
  line-height: 130px;
  font-size: 50px;
  background: #2a089f;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  margin-right: 25px;
}

.pet-needs-info {
  text-align: center;
}

.pet-needs-desc {
  margin: 20px 0 30px;
}

#customtabs-wrapper .container {
  max-width: 1253px !important;
  content-visibility: auto;
  contain-intrinsic-size: 1px 325px;
}

#customtabs-wrapper .col {
  width: 100%;
  margin: 0 0 20px;
}

#customtabs-wrapper .category-selector {
  margin-bottom: 40px;
}

#customtabs-wrapper .category-selector ul {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  list-style: none;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}

#customtabs-wrapper .step-1-category {
  cursor: pointer;
}

#customtabs-wrapper .category-selector li {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-direction: column;
}

#customtabs-wrapper .category-selector h1 {
  font-family: PetcoCircularTT-Bold, arial !important;
  font-size: 35px;
  text-transform: uppercase;
  color: #939393;
  line-height: 1.125;
  letter-spacing: 0.25px;
  font-weight: 400 !important;
}

#customtabs-wrapper .category-selector .step-1-category.active h1 {
  color: #333;
}

#customtabs-wrapper .category-selector h1 span {
  -webkit-text-stroke: 1px #939393;
  color: transparent;
}

#customtabs-wrapper .category-selector .step-1-category.active h1 span {
  -webkit-text-stroke: 1px #333;
}

#customtabs-wrapper .step-1-category .active-indicator {
  height: 3px;
  width: 0;
  background: #333;
}

#customtabs-wrapper .step-1-category.active .active-indicator {
  width: 100%;
  transition: width 0.15s ease-in;
  margin: auto;
}

#customtabs-wrapper .step-1-content {
  display: none;
}

#customtabs-wrapper .tab-content-holder .active {
  display: flex;
}

#customtabs-wrapper .memberships .col {
  flex: 1;
  display: flex;
  justify-content: center;
}

#customtabs-wrapper .memberships .col:nth-child(1) {
  margin-right: 0px;
}

#customtabs-wrapper .memberships .col:nth-child(2) {
  flex-direction: column;
  margin-left: 0px;
}

#customtabs-wrapper .memberships .text-holder {
  padding: 20px 30px;
}

#customtabs-wrapper .memberships .care-box {
  padding: 10px 30px;
}

#customtabs-wrapper .memberships .care-box img:first-child {
  width: auto;
  height: auto;
  max-width: 320px;
  max-height: 242px;
  min-height: 242px;
  margin: 0 auto;
  display: block;
}

#customtabs-wrapper .memberships .care-box .text-holder {
  max-width: 430px;
  padding: 0;
}

#customtabs-wrapper .memberships .care-box img:first-child {
  width: auto;
  height: auto;
  max-width: 320px;
  max-height: 242px;
  min-height: 242px;
  margin: 0 auto;
  display: block;
}

#customtabs-wrapper .memberships .care-box .text-holder img {
  width: 230px;
  height: 47px;
  min-height: 47px;
}

#customtabs-wrapper .memberships h3 {
  font-family: PetcoCircularTT-Bold, arial !important;
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: 0.225px;
  color: #333;
  font-weight: 400 !important;
  margin: 20px 0 10px;
}

#customtabs-wrapper .step-1-content p {
  font-family: PetcoCircularTT-Regular, arial !important;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #333;
  padding: 5px 0;
  margin: 0 0 11px;
}

#customtabs-wrapper .step-1-content p:first-of-type {
  margin-bottom: 20px;
}

#customtabs-wrapper .step-1-content a {
  font-family: PetcoCircularTT-Bold, arial !important;
  text-decoration: underline;
  color: #333;
  font-weight: 400 !important;
}

#customtabs-wrapper .memberships p.disclaimer {
  font-size: 10px;
  margin-top: 5px;
}

.m-only {
  display: none !important;
}

#customtabs-wrapper {
  padding: 80px 0;
}

#customtabs-wrapper .memberships .rewards-box {
  margin-bottom: 10px;
}

#customtabs-wrapper .memberships .rewards-box img {
  width: 256px;
  height: 41.5px;
}

#customtabs-wrapper .memberships .pay-box-insurance {
  display: flex;
  margin-top: 10px;
}

#customtabs-wrapper .memberships .pay-box {
  margin-right: 10px;
  flex: 1;
}

#customtabs-wrapper .memberships .insurance-box {
  margin-left: 10px;
  flex: 1;
}

#customtabs-wrapper .memberships .rewards-box,
#customtabs-wrapper .memberships .pay-box,
#customtabs-wrapper .memberships .insurance-box,
#customtabs-wrapper .memberships .content-holder,
#customtabs-wrapper .memberships .col:nth-child(1) {
  background-color: #06ff86;
}

#customtabs-wrapper .memberships .flex-row-reverse .rewards-box,
#customtabs-wrapper .memberships .flex-row-reverse .pay-box,
#customtabs-wrapper .memberships .flex-row-reverse .insurance-box,
#customtabs-wrapper .memberships .flex-row-reverse .content-holder,
#customtabs-wrapper .memberships .flex-row-reverse .col:nth-child(1) {
  background-color: #ddd;
}

#customtabs-wrapper .memberships .flex-row-reverse .col:nth-child(1) {
  margin-right: 0;
  margin-left: 0;
}

#customtabs-wrapper .memberships .flex-row-reverse .col:nth-child(2) {
  margin-left: 0;
  margin-right: 0;
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}

.breadcrumb {
  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: .8;
  cursor: pointer;

}

.breadcrumb-item {
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  line-height: 26px !important;
  padding-right: 0.5rem;
  vertical-align: middle;
  color: #6c757d;
  content: "|" !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.banner-advertisement {
  background: #2a089f;
  padding: 20px;
  height: 150px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.banner-advertisement.circles:before,
.banner-advertisement.circles:after {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  background: #ffa41c;
  display: block;
  border-radius: 100%;
}

.banner-advertisement.circles:before {
  top: -50px;
  left: 50px;
}

.banner-advertisement.circles:after {
  bottom: -50px;
  right: 50px;
}

.banner-advertisement img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

/***** Home page css end *****/
/***** Product List page css start *****/
.ftco-section {
  position: relative;
}

.filter-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.filter-body {
  max-height: 350px;
  overflow: auto;
}

.filter-body .custom-control {
  margin-left: 3px;
}

/* update filter body scrollbar design  */
.filter-body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  height: 5px;
  border-radius: 5px;
  width: 10px;
}

.filter-body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.filter-body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 5px;
}

.sidebar-box-2 .filter-title {
  font-size: 16px !important;
  text-transform: capitalize;
  font-weight: bold;
}

.fancy-collapse-panel .panel-group {
  margin-bottom: 0;
}

.fancy-collapse-panel .panel {
  border: 0;
  overflow: hidden;
}

.fancy-collapse-panel .panel-default&gt;.panel-heading {
  padding: 0;
  /* border: none; */
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-radius: 10px 10px 0 0;
}

.fancy-collapse-panel .panel-default&gt;.panel-heading[aria-expanded=true] {
  border-radius: 10px;
}

.fancy-collapse-panel .panel-title {
  padding: 0px;
  border-bottom: 1px solid #c8c5c5;
  margin-bottom: 0;
  position: relative;
}

.fancy-collapse-panel-2 .panel-title {
  border-bottom: 0;
}

.fancy-collapse-panel .panel-heading a {
  padding: 10px 10px;
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000 !important;
  position: relative;
  box-shadow: none !important;
  font-weight: 500;
  text-decoration: none !important;
}

.fancy-collapse-panel-dark .panel-heading a {
  background: #2a089f;
  color: #fff !important;
}

.sidebar-box-2 .fancy-collapse-panel .panel-heading a {
  font-size: 16px;
  padding: 15px 10px;
}

.fancy-collapse-panel .panel-heading a.collapsed {
  color: #000;
}

.fancy-collapse-panel .panel-body {
  padding: 20px 10px;
  background: #fff;
}

.fancy-collapse-panel .panel-body ul {
  margin: 0;
  padding: 0 0 0 0px;
}

.sidebar-box-2 ul li {
  font-size: 12px;
  list-style: none;
  margin-bottom: 10px;
}

.fancy-collapse-panel .panel-body ul li {
  font-size: 14px;
}

.fancy-collapse-panel .panel-body ul li:last-of-type {
  margin-bottom: 0;
}

.fancy-collapse-panel .panel-body ul li a {
  color: #000;
}

.panel-heading a:after {
  font-family: "ionicons";
  content: "\f077";
  position: absolute;
  right: 20px;
  font-size: 11px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.panel-heading a.collapsed:after {
  content: "\f078";
}

.get-it-today-card {
  overflow: hidden;
}

.get-it-today-card .card-header {
  /* padding: 15px 10px; */
  /* border-bottom: 1px solid #000; */
}

.card-title , .card-title a {
  color: var(--global-primary-color) !important;
  font-family: var(--general-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.custom-control-label {
  font-weight: normal !important;
  cursor: pointer;
  line-height: 24px;
}

.custom-control {
  cursor: pointer;
}

.product {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-slide .product {
  margin-bottom: 0;
}

.product .img-prod {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  padding: 20px;
}

.product .img-prod img {
  width: 190px;
  height: 190px;
  object-fit: contain;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  display: table;
  margin: 0 auto;
}

.product:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.product .img-prod .overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dbcc8f;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product .text {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-text-bottom {
  margin-top: auto;
}

.product .text a:not(.btn) {
  color: #000 !important;
  text-decoration: none !important;
}

.product .text p.price {
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  font-size: 22px;
  margin-top: 10px;
}

.product .product-rating {
  margin-top: 10px;
  display: block;
}

.product .bottom-area {
  flex-direction: column;
  display: flex;
  z-index: 1;
  position: absolute;
  right: 5px;
  top: 5px;
}

.product:hover .bottom-area {
  opacity: 1;
}

.bottom-area a {
  padding: 8px;
  margin: 1px;
  width: 35px;
  height: 35px;
  color: #000;
  text-align: center;
  border-radius: 50%;
}

.product .img-prod span.status {
  color: #fff;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 5px 10px 4px 20px;
  transform: skewX(-30deg);
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
}

.product .img-prod span.status span {
  display: inline-block;
  transform: skewX(30deg);
}

.product .img-prod span.status.status-new {
  background: #2a089f;
}

.product .img-prod span.status.status-sale {
  background: #D0021B;
}

.search-box {
  position: relative;
}

.search-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 10px;
  cursor: pointer;
  z-index: 99;
}

.some-favorites-wrapper {
  padding: 40px 0 20px 0;
}

.some-favorites-wrapper .nav.nav-pills.theme-pills {
  display: block;
}

.some-favorites-wrapper .nav.nav-pills.theme-pills .nav-item {
  flex: none;
  /* width: 150px;
  max-width: 150px; */
  cursor: pointer;
  /* margin: 0 10px; */
}

.some-favorites-wrapper .nav.nav-pills.theme-pills .nav-item .nav-link {
  margin-bottom: 0;
}

.some-favorites-wrapper .mCSB_container {
  display: flex;
}

.some-favorites-tab-content a {
  color: #2a089f;
  text-align: center;
}

.some-favorites-tab-content .slick-slide img {
  margin: 0 auto;
}

.some-favorites-img {
  transform: scale(0.8);
  transition: all 0.5s ease;
}

.some-favorites-item a:hover .some-favorites-img {
  transform: scale(1);
}

.recommanded-list .slick-slide {
  margin: 0 10px;
}

/***** Product List page css end *****/

.navbar {
  padding: 20px 1rem;
  flex-wrap: nowrap;
  height: 90px;
}

.navbar-brand {
  max-width: 150px;
  max-height: 50px;
  padding: 0;
}

.navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent !important;
}

.dog-logo img {
  width: 50px;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right {
  display: flex;
  align-items: center;
  flex: 1;
}

.header-right .search-box {
  flex: 1;
  margin-right: 20px;
}

.header-right .dropdown-toggle::after {
  margin-left: 0;
  background: url(../images/icon-arrow-down.svg) no-repeat;
  border: 0;
  width: 11px;
  height: 6px;
}

.header-icons span {
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 24px;
}

.header-icons a {
  color: #fff;
  text-decoration: none !important;
  position: relative;
}

.header-icons img {
  width: 30px;
}

/* span.cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 20px;
  display: flex;
  font-size: 18px;
  background: yellow;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px !important;
} */

.header-icons a:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.header-right .dropdown-menu,
.dropdown-design .dropdown-menu {
  border-radius: 10px !important;
}

.header-icons .dropdown-menu .dropdown-item,
.dropdown-design .dropdown-menu .dropdown-item {
  color: #000;
  font-size: 14px;
}

.header-icons .dropdown-menu .dropdown-item:not(:last-of-type),
.dropdown-design .dropdown-menu .dropdown-item:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.header-icons .dropdown-item:focus,
.header-icons .dropdown-item:hover,
.dropdown-design .dropdown-item:focus,
.dropdown-design .dropdown-item:hover {
  background-color: #d2d2d2;
  color: #000;
}

.dropdown-arrow-right::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 10px;
  width: 16;
  height: 8px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #dddddd transparent;
}

.menu-icon {
  width: 40px;
  display: block;
  font-size: 16px;
}

.menu-icon:after,
.menu-icon:before,
.menu-icon div {
  background-color: #fff;
  border-radius: 1em;
  content: "";
  display: block;
  height: 0.25em;
  margin: 0.4375em 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.menu-icon:after,
.menu-icon:before,
.menu-icon div {
  border-radius: 1em;
  content: "";
  display: block;
  height: 0.25em;
  margin: 0.625em 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.menu-icon:after,
.menu-icon:before,
.menu-icon div {
  border-radius: 1em;
  content: "";
  display: block;
  height: 0.25em;
  margin: 0.625em 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.mm-wrapper_opened .menu-icon::after,
.mm-wrapper_opened .menu-icon::before,
.mm-wrapper_opened .menu-icon div {
  background-color: white;
  border-radius: 1em;
  content: "";
  display: block;
  height: 0.25em;
  margin: 0.4375em 0px;
  transition: all 0.15s ease-in-out 0s;
}

.mm-wrapper_opened .menu-icon::before {
  transform: translateY(0.6875em) rotate(135deg);
}

.mm-wrapper_opened .menu-icon::after,
.mm-wrapper_opened .menu-icon::before,
.mm-wrapper_opened .menu-icon div {
  border-radius: 1em;
  content: "";
  display: block;
  height: 0.25em;
  margin: 0.625em 0px;
  transition: all 0.15s ease-in-out 0s;
}

.mm-wrapper_opened .menu-icon::before {
  transform: translateY(0.875em) rotate(135deg);
}

.mm-wrapper_opened .menu-icon::after {
  transform: translateY(-0.6875em) rotate(-135deg);
}

.mm-wrapper_opened .menu-icon::after {
  transform: translateY(-0.875rem) rotate(-135deg);
}

.mm-wrapper_opened .menu-icon div {
  transform: scale(0);
}

#my-menu {
  --mm-color-background: #fff;
}

.mm-listitem {
  color: #000;
}

.mm-listitem:hover {
  background: #f2f2f2;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker {
  opacity: 0.65;
  transition: none;
  cursor: pointer;
}

.mm-menu {
  --mm-listitem-size: 60px;
  --mm-color-border: #ddd;
  --mm-offset-top: 90px;
}

.mm-menu_offcanvas {
  max-width: 350px;
}

.mm-navbar__title&gt;span {
  color: #000;
  font-weight: bold;
}

.mm-listitem__text {
  font-weight: bold;
}

.mm-listitem:after {
  left: 0;
}

.fancy-collapse-panel .show~div {
  display: none;
}

.checkout-thumb img {
  width: 100px;
  border: 1px solid #ddd;
}

.card-header~.card-body:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.shipping-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.checkouts-item-list {
  height: calc(100vh - 360px);
  /* min-height: 300px; */
  overflow: auto;
}

.checkouts-item {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: normal;
  padding: 20px;
  background: #fff;
}

.checkouts-item-img {
  margin-right: 20px;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

.checkouts-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.checkouts-item:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

.checkout-ttl {
  margin-bottom: 5px;
}

.checkout-smry-item {
  margin-bottom: 3px;
}

.tab-content {
  box-shadow: none !important;
}

.sticky-box.affix {
  position: sticky;
  top: 0;
}

.contentRecommendationWidget .spacing-top-md {
  padding-top: 40px;
}

#heighlightbox-content .row {
  display: flex;
}

#heighlightbox-content .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  content-visibility: auto;
  padding: 0;
  margin: 0;
}

#heighlightbox-content .col {
  flex: 1;
  width: 96%;
  margin: 0.5rem 2%;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  height: 475px;
}

#heighlightbox-content .heighlightbox-1 {
  background: url(https://assets.petco.com/petco/image/upload/f_auto,q_auto:best,dpr_2.0/soothe-repair-2up-417w-417h) bottom right no-repeat #6a997c;
  position: relative;
  background-size: 375px;
  align-items: flex-start;
}

#heighlightbox-content .text-holder {
  padding: 5%;
}

#heighlightbox-content .heighlightbox-1 .text-holder {
  position: relative;
  flex: 3;
}

#heighlightbox-content h2 {
  font-family: PetcoCircularTT-Bold, arial !important;
  font-size: 25px;
  line-height: 1.25em;
  letter-spacing: 0.25px;
  color: #333;
  margin: 0;
  font-weight: bold !important;
}

#heighlightbox-content .heighlightbox-1 h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold !important;
}

#heighlightbox-content p {
  line-height: 1.38;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 16px;
  padding: 0;
  margin: 20px 0;
}

#heighlightbox-content .heighlightbox-1 p {
  margin: 20px 0;
  max-width: 280px;
}

#heighlightbox-content a {
  color: #333;
  font-weight: 400 !important;
}

#heighlightbox-content .heighlightbox-1 a {
  text-decoration: underline;
}

#heighlightbox-content .col {
  flex: 1;
  width: 96%;
  margin: 0.5rem 2%;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  overflow: hidden;
  height: 475px;
}

#heighlightbox-content .heighlightbox-2 {
  display: flex;
  margin-left: 10px;
  background-color: #333;
}

#heighlightbox-content .heighlightbox-2 .img-holder {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

#heighlightbox-content .heighlightbox-2 .img-holder img {
  object-fit: cover;
  height: 100%;
  object-position: 60% 50%;
  border-radius: 0 3em 3em 0/0 13em 13em 0;
}

#heighlightbox-content .text-holder {
  padding: 5%;
}

#heighlightbox-content h1 {
  font-size: 35px;
  line-height: 1.125em;
  letter-spacing: 0.25px;
  color: #333;
  padding: 0;
  margin: 0 0 10px;
  font-weight: bold !important;
}

#heighlightbox-content .heighlightbox-2 h1 {
  font-size: 60px;
  color: #6edcfa;
  margin: 0;
  font-weight: bold;
}

#heighlightbox-content .heighlightbox-2 h2 {
  font-size: clamp(20px, 2.8vw, 30px) !important;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #fff;
  max-width: 230px;
  font-weight: bold;
}

#heighlightbox-content .heighlightbox-2 a {
  color: #fff;
  text-decoration: underline;
}

#heighlightbox-content .heighlightbox-2 .text-holder {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
}

.popular-brands-wrapper {
  padding: 40px 0 20px 0;
}

.popular-brands-info {
  text-align: center;
  margin-bottom: 30px;
}

.popular-brands-img {
  width: 150px;
  margin: 0 10px;
  border: 1px solid #ddd;
  padding: 10px;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

#get-quote {
  max-width: 1440px !important;
  background-color: #06ff86;
  margin: auto;
  cursor: pointer;
  content-visibility: auto;
}

#get-quote .container {
  height: 212px;
  max-width: none !important;
}

#get-quote .row {
  display: flex;
  height: 212px;
}

#get-quote .img-holder {
  display: flex;
  align-items: center;
  flex: 2.7;
  margin: 0.5rem 2%;
  justify-content: flex-end;
}

#get-quote .img-holder img {
  max-width: 173px;
}

#get-quote .text-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 5.1;
  margin: 0.5rem 2%;
}

#get-quote .text-holder&gt;div img {
  max-width: 161px;
  margin-bottom: 10px;
}

#get-quote h2 {
  font-size: clamp(28px, 2.1vw, 30px);
  color: #333;
  line-height: 1.25em;
  letter-spacing: 0.25px;
  font-family: PetcoCircularTT-Bold, arial !important;
  margin: 0 0 10px;
}

#get-quote p {
  color: #333;
  font-size: 16px;
  font-family: PetcoCircularTT-Regular, arial !important;
  line-height: 1.38;
  letter-spacing: 0.5px;
  max-width: 360px;
  margin: 0;
  padding: 0;
}

#get-quote .btn-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 2.2;
  margin: 0.5rem 2%;
}

#get-quote button {
  max-width: 211px;
  font-family: PetcoCircularTT-Bold, arial !important;
}

#get-quote p.disclaimer-text {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
}

#get-quote .text-holder&gt;img {
  display: none;
}

.m-only {
  display: none !important;
}

.also-like-wrapper {
  background: #fff;
}

.product-2.product {
  background: transparent;
  border: 0;
}

.product-2.product .text {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-top: 1px solid #000;
}

.product-2-list .slick-slide {
  margin: 0 30px;
}

.fancy-collapse-panel.fancy-collapse-panel-2 .panel-default&gt;.panel-heading {
  margin-bottom: -2px;
}

.fancy-collapse-panel.fancy-collapse-panel-2 .panel-heading a {
  background: transparent;
  border-bottom: 1px solid #000;
  padding: 10px 10px;
  font-size: 20px;
}

.fancy-collapse-panel.fancy-collapse-panel-2 .panel {
  border: 0;
  border-bottom: 1px solid #000;
  margin: 0;
  position: relative;
}

.fancy-collapse-panel.fancy-collapse-panel-2 .panel-body {
  padding: 20px 0;
}

.fancy-collapse-panel.fancy-collapse-panel-2 .panel-heading a:after {
  display: none;
}

.fancy-collapse-panel.fancy-collapse-panel-2 .panel-heading {
  pointer-events: none;
}

.login-signup-wrapper {
  width: 840px;
  max-width: 100%;
}

.signup-wrapper {
  max-width: 1000px;
}

.login-signup-wrapper&gt;.row {
  margin: 0;
}

.login-signup-wrapper&gt;.row&gt;div {
  padding-left: 0;
  padding-right: 0;
}

.login-wrapper,
.register-wrapper {
  background: #fff;
  border: 2px solid #f2f2f2;
  padding: 30px;
  height: 100%;
}

.login-wrapper .optional-wrapper {
  padding: 30px;
  border-left: 1px solid #ddd;
}

/* .bordered-title {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
} */

.max-width-inherit {
  max-width: inherit !important;
}

.optional-wrapper {
  background: var(--global-primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.optional-wrapper-inner {
  padding: 30px;
  text-align: center;
}

.optional-title {
  font-size: 30px;
  font-weight: 700;
}

.optional-desc {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0;
}

.or-line {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #2a089f;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border-radius: 100%;
  z-index: 1;
}

.thankyou-wrapper {
  border: 1px solid #ddd;
  padding: 30px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.thankyou-icon {
  width: 40px;
  margin: 0 auto 20px;
}

/******* Order page css***********/
.table-wrapper table {
  background: #fff;
}

.page-list .page-list-link {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  display: block;
  transition: all 0.5s ease-in-out;
}

.page-list .page-list-link:hover,
.page-list .page-list-link.active {
  text-decoration: underline;
}

.dark-card-title {
  color: #fff;
  padding: 15px 20px;
  overflow: hidden;
  background: #d2d2d2;
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.dark-card-title h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.dark-card-title a {
  color: #000;
  font-size: 14px;
}

.dark-card-title a:hover {
  color: #000;
  text-decoration: underline;
}

.dark-card-title .btn {
  font-size: 13px;
  border: none;
}

.dark-card-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}

.dark-card-title .btn span {
  float: left;
  margin-top: 2px;
}

.dark-card-body {
  padding: 20px;
  background: #f2f2f2;
  border-radius: 0 0 5px 5px;
}

.show-entries select.form-control {
  width: 80px;
  margin: 0 5px;
}

.filter-group select.form-control {
  width: 110px;
}

.filter-icon {
  float: right;
  margin-top: 7px;
}

.filter-icon i {
  font-size: 18px;
  opacity: 0.7;
}

table.table tr th,
table.table tr td {
  border-color: #ddd;
  padding: 12px 15px;
  vertical-align: middle;
  white-space: nowrap;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #ddd;
}

.table thead th {
  background: #fff;
}

table.table tr th:first-child {
  width: 60px;
}

table.table tr th:last-child {
  width: 80px;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}

table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}

table.table td a {
  font-weight: bold;
  color: #000;
  display: inline-block;
  text-decoration: none;
}

.table.table td a span {
  position: relative;
  top: 4px;
}

table.table td a:hover {
  color: #000;
}

table.table td a.view {
  width: 30px;
  height: 30px;
  color: #57a264;
  border: 2px solid;
  border-radius: 30px;
  text-align: center;
}

table.table td a.view i {
  font-size: 17px;
  line-height: 28px;
}

table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 70px;
}

.status {
  font-size: 30px;
  display: inline-block;
  vertical-align: -5px;
  line-height: 10px;
}

.text-success {
  color: #10c469;
}

.text-info {
  color: #62c9e8;
}

.text-warning {
  color: #FFC107;
}

.text-danger {
  color: #ff5b5b;
}

.pagination {
  float: right;
  margin: 0 0 5px;
}

.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 2px !important;
  text-align: center;
  padding: 0 6px;
}

.pagination li a:hover {
  color: #666;
}

.pagination li.active a {
  background: #03A9F4;
}

.pagination li.active a:hover {
  background: #0397d6;
}

.pagination li.disabled i {
  color: #ccc;
}

.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}

.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

.dataTables_wrapper label {
  display: flex;
  align-items: center;
}

.dataTables_wrapper .dataTables_length select {
  margin: 0 10px;
  background: #fff;
}

.dataTables_wrapper .dataTables_filter input {
  background: #fff;
}

/******* Order page css end ***********/
.edit-panel {
  position: absolute;
  top: 12px;
  right: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  z-index: 1;
}

.spinner-button {
  pointer-events: none;
}

.loader {
  padding: 20px 0;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #000;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.card-block {
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 8px;
  background: #f2f2f2;
}

.normalmode input {
  background: transparent !important;
  color: #000 !important;
  border: transparent !important;
}

.profile-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.font-bolder {
  font-weight: bold !important;
}

.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-loader-inner {
  max-width: 400px;
}

.second-header {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.24) inset;
}

.second-header a {
  color: #000 !important;
  font-size: 14px;
  cursor: pointer;
}

.second-header-item,
.dropdown-list&gt;span {
  display: inline-block;
  margin: 0 10px;
}

.second-header-icon {
  font-size: 20px;
  color: #d0021b;
  margin-right: 5px;
  vertical-align: middle;
}

.second-header-text {
  vertical-align: middle;
}

.second-header-text u {
  font-weight: bold;
}

.second-header-right {
  margin-left: auto;
}

.dropdown-list {
  display: flex;
  align-items: center;
}

.dropdown-list .dropdown-menu {
  top: 10px !important;
  left: 14px !important;
}

.select-store {
  z-index: 99999;
  transition: all 0.5s ease;
}

.select-store-body {
  padding: 20px 20px 0;
}

.store-list {
  border-top: 1px solid #ddd;
  margin: 0 -20px;
  max-height: calc(100vh - 250px);
  overflow: auto;
}

.my-store {
  position: absolute;
  right: 25px;
}

.store-list-item-title {
  max-width: calc(100% - 70px);
  font-weight: bold;
  margin-bottom: 5px;
}

.store-list-item {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.store-list-item-action {
  margin: 10px 0 0 0;
}

.store-list-item-content {
  font-size: 14px;
}

.store-list-item-content a:hover {
  text-decoration: underline !important;
}

.link-upadate-location {
  font-size: 14px;
  text-decoration: underline !important;
  display: block;
  margin-bottom: 20px;
}

.store-list-item-action .btn-link {
  text-decoration: underline !important;
  color: #000 !important;
}

.mm-panel:after {
  content: "";
  display: none !important;
}

@media (max-width: 1300px) {
  .slick-prev {
    left: -20px;
    z-index: 9;
  }

  .slick-next {
    right: -20px;
    z-index: 9;
  }
}

@media (max-width: 1199px) {
  .cart-summary-box {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .second-header-text span {
    display: none;
  }

  #page-list-button {
    box-sizing: border-box;
    margin: 20px 0px;
    padding: 18px 20px;
    border: 1px solid #d4dadc;
    font-size: 0.9375em;
    display: block;
    color: #000;
    font-weight: 500;
  }

  #page-list-button::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 46px;
    transform: translateY(-50%);
    width: 13px;
    height: 2px;
    background: #a9b5ba;
    box-shadow: #a9b5ba 0px 0.25em 0px 0px, #a9b5ba 0px 0.5em 0px 0px;
  }

  #get-quote .container {
    height: 148px;
  }

  #get-quote .row {
    height: 148px;
    flex-direction: row-reverse;
  }

  #get-quote .text-holder {
    flex: 5.8;
  }

  #get-quote .text-holder&gt;div img {
    max-width: 103px;
  }

  #get-quote h2 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.1;
  }

  #get-quote .img-holder {
    justify-content: center;
    flex: 4.2;
  }

  #get-quote .img-holder img {
    max-width: 120px;
    transform: scaleX(-1);
  }

  .d-only {
    display: none !important;
  }

  .m-only {
    display: flex !important;
  }

  .product-detail-information .nav.nav-pills.theme-pills .nav-item {
    max-width: 140px;
  }

  .product-detail-card {
    padding: 15px 0 !important;
  }

  .product-detaied-box {
    border: 0;
  }

  .product-detaied-box&gt;div {
    border: 1px solid #ddd;
  }

  .checkouts-item-list {
    height: auto;
  }

  .cart-summary-box {
    height: auto;
  }

  #heighlightbox-content .row {
    flex-direction: column;
    height: 800px;
    width: calc(100% + 30px);
  }

  #heighlightbox-content .heighlightbox-1 {
    background-size: 270px;
  }

  #heighlightbox-content .heighlightbox-1 .text-holder&gt;div {
    max-width: 240px;
  }

  #heighlightbox-content .heighlightbox-1 h2 {
    font-size: 30px !important;
  }

  #heighlightbox-content .heighlightbox-1 p {
    font-size: 14px;
    margin: 10px 0;
  }

  #heighlightbox-content .heighlightbox-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  #heighlightbox-content .heighlightbox-2 .text-holder {
    width: 100%;
    padding: 20px;
    flex: none;
    height: 234px;
    justify-content: flex-start;
    max-width: 250px;
  }

  #heighlightbox-content .heighlightbox-2 .img-holder {
    width: 100%;
    justify-content: center;
    flex: none;
    height: 150px;
  }

  #heighlightbox-content .heighlightbox-2 .text-holder {
    width: 100%;
    padding: 20px;
    flex: none;
    height: 234px;
    justify-content: flex-start;
    max-width: 250px;
  }

  #heighlightbox-content .heighlightbox-2 h1 {
    font-size: 40px;
  }

  #heighlightbox-content .heighlightbox-2 h2 {
    font-size: 18px !important;
  }

  #heighlightbox-content .heighlightbox-2 p {
    font-size: 16px;
    margin: 5px 0 10px;
  }

  .pet-needs-item {
    max-width: 480px;
    margin: 0 auto;
  }

  .pet-needs-item-inner {
    flex-direction: column;
    align-items: center;
  }

  .pet-needs-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mobile-slider,
  .pay-box-insurance {
    flex-wrap: wrap;
  }

  #customtabs-wrapper .memberships .rewards-box,
  #customtabs-wrapper .memberships .pay-box,
  #customtabs-wrapper .memberships .pay-box-insurance,
  #customtabs-wrapper .memberships .insurance-box,
  #customtabs-wrapper .memberships .content-holder,
  #customtabs-wrapper .memberships .col:nth-child(1) {
    margin: 0 0 10px !important;
  }

  .m-only {
    display: flex !important;
  }

  .nav.nav-pills.theme-pills .nav-item {
    max-width: 46%;
    flex: 0 0 46%;
    margin: 0 2%;
  }

  .nav.nav-pills.theme-pills .nav-item .nav-link {
    font-size: 14px;
  }

  .card-item.product-detail-card {
    margin-right: 0;
  }

  .cloudzoom-lens,
  .cloudzoom-zoom,
  .cloudzoom-blank {
    display: none !important;
  }

  #customtabs-wrapper .memberships .rewards-box {
    margin-bottom: 0px;
  }

  #customtabs-wrapper .memberships .col:nth-child(2) {
    flex-direction: row;
    justify-content: flex-start;
  }

  #customtabs-wrapper .memberships .content-holder {
    flex: none;
    padding: 20px 30px;
    width: 100%;
  }

  #customtabs-wrapper .memberships .img-holder {
    height: 50px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  #customtabs-wrapper .memberships .care-box .text-holder img {
    width: 198px;
    height: auto;
    min-height: 40.45px;
  }

  #customtabs-wrapper .memberships .text-holder {
    padding: 0;
  }

  #customtabs-wrapper .memberships .img-holder {
    height: 50px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  #customtabs-wrapper .memberships .rewards-box img {
    width: 187px;
    height: auto;
  }

  .d-only {
    display: none !important;
  }

  #customtabs-wrapper .memberships .pay-box-insurance {
    margin-top: 0;
    margin-left: 10px;
    width: 100%;
  }

  #customtabs-wrapper .memberships .content-holder:first-child {
    margin-left: 0;
  }

  #customtabs-wrapper .memberships .img-holder {
    height: 50px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  #customtabs-wrapper .memberships .pay-box img {
    max-width: 128px;
    max-height: 48.5px;
    height: auto;
    min-height: 37.55px;
  }

  #customtabs-wrapper .memberships .text-holder img {
    margin-bottom: 0;
  }

  #customtabs-wrapper .memberships .content-holder:last-child {
    margin-right: 0;
  }

  #customtabs-wrapper .step-1-content .col:nth-child(1),
  #customtabs-wrapper .step-1-content .col:nth-child(2) {
    overflow-y: auto;
    scrollbar-width: none;
  }

  #customtabs-wrapper .category-selector h1 {
    font-size: 14px;
  }

  #customtabs-wrapper .memberships .col:nth-child(2) {
    flex-direction: row;
    margin-left: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .second-header-right {
    display: none;
  }

  .scrollbar-x {
    justify-content: flex-start !important;
  }

  .second-header-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .marketplace-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  table.table tr th,
  table.table tr td {
    padding: 6px 8px;
  }

  .dataTables_wrapper .dataTables_length {
    max-width: 160px;
  }

  .optional-wrapper {
    order: 2;
  }

  .or-line {
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
  }

  .signup-wrapper .or-line {
    bottom: 100%;
    top: auto;
    transform: translate(-50%, 50%);
  }

  .sidebar-box-2 {
    padding-right: 0px;
  }

  .product-detail-information .nav.nav-pills.theme-pills .nav-item {
    max-width: inherit;
  }

  .navbar {
    padding: 10px 1rem;
    height: 55px;
  }

  .mm-menu {
    --mm-offset-top: 70px;
  }

  .mm-wrapper_opened .menu-icon::after {
    transform: translateY(-0.575rem) rotate(-135deg) !important;
  }

  .mm-wrapper_opened .menu-icon::before {
    transform: translateY(0.875em) rotate(135deg) !important;
  }

  .btn.btn-xl {
    padding: 15px 20px;
    font-size: 13px;
  }

  .checkout-ttl {
    font-size: 12px;
  }

  .checkouts-item {
    padding: 10px;
  }

  .selling-products-wrapper {
    margin: 40px 0;
  }

  .menu-icon {
    width: 20px;
    display: block;
    font-size: 10px;
  }

  .header-right .search-box {
    margin-right: 8px;
  }

  .header-icons img {
    width: 16px;
  }

  span.cart-count {
    transform: scale(0.8);
    transform-origin: bottom left;
  }

  #customtabs-wrapper .memberships .content-holder {
    flex: none;
    background-color: #06ff86;
    margin: 0 10px;
    padding: 20px 30px;
  }

  .dog-logo {
    display: none;
  }


  .cart-item-content-right {
    text-align: left;
  }

  .cart-desc {
    padding-right: 0;
  }

  .cart-summary-box {
    padding: 20px;
  }

  .product-detail-information .fade:not(.show) {
    opacity: 1;
  }

  .frequently-bought-wrapper .product-price {
    flex-direction: column;
  }

  .frequently-bought-wrapper .total-price .ml-auto {
    margin: auto;
  }

  .frequently-bought-wrapper .product-price-amount {
    margin-bottom: 15px;
    margin-top: 10px;
  }

  .order-sm-m1 {
    order: -1;
  }

  .product-header-title {
    font-size: 18px;
    line-height: normal;
  }

  .product-slider .slider-nav {
    width: 185px;
  }

  .cart-page-title {
    font-size: 18px;
  }

  .cart-item {
    padding: 15px;
  }

  .cart-item-select {
    align-self: flex-start;
    background-color: transparent;
    border-radius: 0 0 50px 0;
    /* padding: 5px 5px 10px 5px; */
  }

  .cart-item-image {
    padding: 0;
    margin: 0 auto;
    min-width: 100px;
    max-width: 100px;
    width: 100px;
  }

  .cart-item-title,
  .cart-price {
    font-size: 15px;
  }

  .optional-title {
    font-size: 24px;
    line-height: 26px;
  }

  .site-page-header {
    flex-direction: column;
    margin-bottom: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .header-right .search-box {
    display: none;
  }

  .header-icons {
    margin-left: auto !important;
  }

  .mobile-search-box.d-block.d-sm-none {
    width: 90%;
    margin: 0 auto;
  }

  .header-right .search-box .input-group-append {
    margin-left: auto !important;
  }

  #get-quote h2 {
    font-size: 21px;
  }

  .navbar-brand {
    max-width: 70px;
  }

  .header-icons span {
    padding: 0 0 0 5px;
    font-size: 14px;
  }

  .header-icons a:not(:last-of-type) {
    border-right: 0;
  }

  .search-box .btn {
    padding: 10px;
  }

  .navbar-toggler {
    padding: 4px 8px;
    margin-right: 5px !important;
  }

  .product-delivery-item {
    padding: 10px 5px 5px;
    font-size: 10px;
  }

  .product-slider .slider-banner-image img {
    max-height: 280px;
  }

  .checkouts-item {
    flex-wrap: wrap !important;
  }

  .checkouts-item-text {
    padding-top: 10px !important;
  }

  .price-and-promotions .product-price .product-price-text.d-flex .product-price-amount {
    font-size: 20px;
  }
}

.some-favorites-wrapper .mCSB_container {
  display: flex;
  justify-content: center;
}

.popular-brands-item {
  cursor: pointer;
  width: 170px !important;
}

.popular-brands-item-wrapper {
  outline: none !important;
  width: 170px !important;
}

.popular-brands-list .slick-track {
  justify-content: center;
}

.global-search-btn {
  background-color: #F8F8F8;
}

.saving-badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  text-align: center;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.scrollbar-x {
  display: flex !important;
  overflow: auto;
  flex-wrap: nowrap;
  justify-content: center;
  box-sizing: content-box;
}

.scrollbar-x::-webkit-scrollbar {
  height: 4px;
  background: transparent;
}

.scrollbar-x::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}

.productcard:hover {
  box-shadow: -2px 0px 20px 10px #d5d5d5;
  transition: .3s all ease-in-out;
}

/* For Desktop View */
@media screen and (min-width: 992px) {
  .desktoplayout {
    display: block;
  }

  .mobilelayout {
    display: none;
  }
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-width: 991px) {
  .desktoplayout {
    display: none;
  }

  .mobilelayout {
    display: block;
  }
}

.productListmobile {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  border-top: 1px solid #cecdcd;
  left: 0;
  height: 55px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.productListmobile .dropup .dropdown-toggle::after {
  display: none;
}

.productListmobile .dropdown-menu {
  bottom: 14px !important;
  left: -10px !important;
}

.bg-offer {
  word-wrap: break-word !important;
  line-height: 16px !important;
  white-space: inherit !important;
}


.productcard {
  border: 1px solid #d5d5d5 !important;
  margin-top: 10px;
  border-radius: 5px !important;
}

.frequentlyTitle {
  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 50px */
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .frequentlyTitle {
    font-size: 20px;
  }

  .FQTogether {
    padding-top: 20px;
  }

  .prdDesc {
    padding-top: 20px;
  }
}



.frequently-bought-wrapper .slick-next:before {
  font-size: 30px;
}

.frequently-bought-wrapper .slick-prev:before {
  font-size: 30px;
}

a {
  text-decoration: none;
}

.bg-offer {
  margin-top: 5px;
}

input {
  margin-bottom: 0px;
  line-height: 0 !important;
}

/*# sourceMappingURL=style.css.map */





/* new product */
.product-header-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;

  color: #272727;
  margin: 0 0 10px 0;
}

.product-header-by {

  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.6;
}

.product-header-by b {
  font-weight: 500;
}

.stockchip {
  color: green;
  font-family: var(--general-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.6;
}

.chkcarbtn {
  margin-left: 5px;
  padding: 10px 32px;
  font-size: 20px;
}

.chkcarbtn svg {
  height: 28px;
  width: 28px;
}

.chkcarbtn :hover path {
  fill: var(--global-primary-color);
}

.product-price {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  color: #272727;
}

.orderLimitMsg {
  border: 1px solid;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 5px;
  color: var(--global-alert-color);
  margin-top: 20px;
  display: block;
  font-weight: 400;
  opacity: 0.8;
}

.checkouttitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #272727;
}

.orderlimit {
  font-size: 15px;
  padding: 10px 0px 5px 0px;
}

/* .imgCard{
  width:250px !important
} */



.brand-filter .custom-checkbox {
  display: flex;
  gap: 10px;
}

.clsproductpromotion {
  border: 1px solid #e3e3e3;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: #e3e3e3 0px 0px 5px;
}



.checkout-content {
  padding-top: 40px !important;
}

.checkout-page-title {
  color: var(--global-primary-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 52.8px */
  text-transform: capitalize;
  font-family: var(--general-font);
}

.price {
  color: var(--global-highlight-color) !important;
  font-family: var(--general-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  /* 40px */
  text-transform: capitalize;
  text-align: left;
}


.offer_card {
  display: flex;
  padding: 4px 8px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 2px 20px 0px rgba(0, 63, 90, 0.12), 0px 1px 8px 0px rgba(0, 63, 90, 0.04);
  height: auto;
  cursor: pointer;
  margin-bottom: 10px;
}

.offer_card div {
  width: 100%;
}

/* /// need to avoid  */
.content {
  width: 100% !important;
  float: none;
}

.breadcrumb li a {
  color: var(--global-primary-color) !important;
}

@media screen and (max-width: 600px) {
  .breadcrumb {
    display: none;
  }

  .chkcarbtn {
    font-size: 14px;
  }

  .chkcarbtn svg {
    height: 18px;
    width: 28px;
  }
}

.clsoffers {
  padding: 10px 8px;
  gap: 8px;
  border-radius: 16px;
  background: rgba(235, 130, 7, 0.10);
  cursor: pointer
}

.clsPromo {
  padding: 10px 8px;
  border-radius: 16px;
  background: rgba(235, 130, 7, 0.10);
  ;
  text-align: left;
}

.clsoffers span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--global-highlight-colo)
}

.ProdDetailoffers {
  display: flex;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 2px 20px 0px rgba(0, 63, 90, 0.12), 0px 1px 8px 0px rgba(0, 63, 90, 0.04);
  margin-bottom: 24px;
}


.caption {
  color: var(--global-primary-color) !important;
}

.promotype {
  background: var(--global-highlight-color);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  padding: 10px;
  border-radius: 8px;
  background: var(--Accent, #EB8207);
  box-shadow: 1px 2px 20px 0px rgba(0, 63, 90, 0.12), 0px 1px 8px 0px rgba(0, 63, 90, 0.04);
}

.promotype_dec {
  color: var(--global-primary-color);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.clsaddressformtitle {
  color: var(--global-primary-color);
  font-family: var(--general-font);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;

}


.txtbox {
  padding: 10px 12px;
  border-radius: var(--border-radius) !important;
  border: 1px solid var(--primary-color-06-opacity);
  backdrop-filter: blur(2px);
  color: var(--global-primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: var(--general-font);
  width: 100%;
  height: 45px !important;
}

.txtbox:focus-visible {
  border: 1px solid var(--global-primary-color);
  color: var(--global-primary-color);
  outline-color: 1px solid var(--global-primary-color);
}

.txtbox::placeholder {
  color: var(--global-primary-color);
}

.txtbox:placeholder-shown {
  opacity: 0.6;
}

.offer_card:hover {
  box-shadow: 0px 0px 5px 5px #d5d5d5 !important;
}

.float {
  position: fixed !important;
  width: 128px;
  height: 37px;
  padding : 6px 8px;
  bottom: 60px;
  right: 60px;
  background-color: var(--global-secondary-color);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  font-weight: 600;
  text-decoration: none;
  border: none;
  z-index: 1000 !important;
}

.float-mobile{
  line-height: 158% !important;
}
.thumbImg img {
  width: 72px !important;
  height: 72px !important;
}

.slider-nav {
  /* width: 100% !important; */
}

.product-slider .slider-nav .thumbnail-image.slick-current img {
  box-shadow: 0 0 5px var(--primary-color-12-opacity) !important;
  border-color: var(--primary-color-12-opacity) !important;
}


.clsAstrofooter {
  color: var(--global-primary-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
  border-top: none;
  margin-top: 35px;
  font-family: var(--general-font);

}

.astrodec,
#promodec {
  color: var(--global-primary-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 20px;
  font-family: var(--general-font);
}

.astroname,
#promoname {
  color: var(--global-primary-color);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-top: 40px;
  font-family: var(--general-font);
}

.clsastroDetail {
  font-size: 12px;
  float: right;
  font-weight: 500;
  cursor: pointer;
  opacity: .8;
  color: var(--global-primary-color);
  font-family: var(--general-font);
}


.astroPromotions {
  color: var(--global-primary-color);
  text-align: center;
  font-family: var(--general-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center !important;
  padding-top: 40px !important;
}

.btnclose {
  width: 100%;
  text-align: center;
  padding: 10px 0px 0px 0px;
  gap: 4px;
  position: relative;
  backdrop-filter: blur(2px);
  border-radius: 8px;
  cursor: pointer;
  font-family: var(--general-font);
}

.btnclose span {
  text-align: center;
  background: var(--global-primary-color);
  padding: 8px 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  font-family: var(--general-font);
}

.astro_top_info {
  color: var(--global-primary-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 40px;
  font-family: var(--general-font);
}

.astro_action_info {
  color: var(--global-secondary-color);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-decoration-line: underline;
  cursor: pointer;
  font-family: var(--general-font);
}

.astro_bottom_info {
  font-family: var(--general-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  color: var(--global-primary-color);
  font-family: var(--general-font);
}

.clssavedefault {
  color: var(--global-primary-color) !important;
  font-family: var(--general-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: top;
}

.clssback {
  color: var(--global-primary-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: none;
  font-family: var(--general-font);
}

/* user layout */
.bordered-title {
  color: var(--global-primary-color);
  text-align: left;
  font-family: var(--general-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-bottom: none
}

.clstitle {
  color: var(--global-primary-color);
  text-align: left;
  font-family: var(--general-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 140%;
}

.card {
  border: 1px solid var(--primary-color-12-opacity);
  border-radius: var(--border-radius);
}

.optional-wrapper-inner-head {
  color: #fff !important;
  text-align: center;
  font-family: var(--general-font) !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}



@media only screen and (max-width: 600px) {
  .optional-wrapper-inner-head {
    font-size: 40px !important;
  }
}

.card {
  box-shadow: 0px 1px 8px 0px var(--primary-color-0-04-opacity), 1px 2px 60px 0px var(--primary-color-12-opacity);
}


.clsbtn {
  display: flex;
  width: 100%;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: var(--border-radius);
  background: #fff;
  backdrop-filter: blur(2px);
  color: var(--global-primary-color);
  font-family: var(--general-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  border: none;
  cursor: pointer;
}

.clsbtn:hover {
  border: 1px solid #fff;
  background-color: var(--global-primary-color);
  color: #fff;
}

.shop_button{
  font-size: 18px !important;
  font-family: var(--general-font);
}


/* .colstyle{
  padding-left: 0px !important;
  padding-right: 0px !important;
} */</pre></body></html>