@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


/* Utilities ( Import Utilities ) */
/* mixing */
/* variables */
/* components ( Import components ) */
/**  Common css  **/
body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01rem;
}

.bg-theme {
  background-color: #477778;
}

li,
span {
  letter-spacing: 0.02rem;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 400;
}

input {
  border: 1px solid #ddd;
}

input::-webkit-input-placeholder {
  color: #222;
}

input::-moz-placeholder {
  color: #222;
}

input:-ms-input-placeholder {
  color: #222;
}

input::-ms-input-placeholder {
  color: #222;
}

input::placeholder {
  color: #222;
}

input:focus-visible {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

.p-t-30 {
  padding-top: 30px;
}

.p-30 {
  padding: 30px;
}

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

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

.m-b-15 {
  margin-bottom: 15px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-15 {
  margin-top: 15px;
}

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

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

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

.m-b-12 {
  margin-bottom: 12px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-b-24,
.mb-24 {
  margin-bottom: 24px;
}

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

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-minus-12 {
  margin-top: -12px !important;
}

.mtb-minus-12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.mb-minus-12 {
  margin-bottom: -12px !important;
}

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

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

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

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

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

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

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

.padding-t-100,
.p-t-100 {
  padding-top: 100px;
}

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

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

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

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

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

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

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

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

.m-b-m-24 {
  margin-bottom: -24px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-r-10px {
  margin-right: 10px;
}

.sp-btn,
.sp-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 10px 15px;
  background: #477778;
  color: #fff;
  border: 1px dashed #477778;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
}

.sp-btn:hover,
.sp-btn-1:hover {
  text-decoration: none;
  background-color: #477778;
  color: #fff;
}

.sp-btn-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  border: 1px dashed #000;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
  right: -2px;
}

.sp-btn-2:hover {
  text-decoration: none;
  background-color: #000000;
  color: #fff;
}

.sp-btn-3 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  background: #477778;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  outline: none;
}

.sp-btn-3:hover {
  background-color: #477778;
}

.sp-btn-4 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  background: #477778;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  outline: none;
}

.sp-btn-4:hover {
  background-color: #477778;
}

.half-bg {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#ffffff),
      color-stop(50%, #ffffff),
      color-stop(50%, #eff4f7),
      to(#eff4f7));
  background: linear-gradient(to top,
      #ffffff 0%,
      #ffffff 50%,
      #eff4f7 50%,
      #eff4f7 100%);
}

.half-bg-2 {
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#ffffff),
      color-stop(45%, #ffffff),
      color-stop(45%, #eff4f7),
      to(#eff4f7));
  background: linear-gradient(to top,
      #ffffff 0%,
      #ffffff 45%,
      #eff4f7 45%,
      #eff4f7 100%);
}

.sp-popup-notify {
  position: fixed;
  right: 15px;
  top: 50px;
  z-index: 9999;
  background: white;
}

.sp-popup-notify a {
  color: #477778;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: capitalize;
  font-weight: 600;
}

.sp-popup-notify a:hover {
  color: #477778;
}

.sp-popup-notify p {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  font-size: 16px;
  color: #477778;
  border: 1px solid #477778;
  border-bottom-width: 5px;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  margin: 0;
}

.sp-popup-notify p i {
  margin-right: 5px;
}

.sp-popup-notify p .red {
  color: #477778;
  font-weight: 600;
}

.sp-popup-notify.remove a {
  color: #eb3049;
}

.sp-popup-notify.remove p {
  border-color: #eb3049;
}

/* Back to top button */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  color: #477778;
  border: 1px solid #477778;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}

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

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

a.back-to-top svg {
  width: 36px;
  height: 36px;
  position: fixed;
  left: 16px;
  bottom: 16px;
}

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

.sp-checkbox {
  width: 18px;
  height: 18px;
  position: relative;
}

.sp-checkbox input {
  width: 18px;
  height: 18px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-checkbox span {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #eff4f7;
  border: 1px solid #eeeeee;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}

.sp-checkbox .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #477778;
  content: "\eb7b";
  position: absolute;
  display: block;
  background: #477778;
  font-family: "remixicon";
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.custom-dropdown {
  position: relative;
  z-index: 5;
}

.custom-dropdown:hover ul.dropdown {
  opacity: 1;
  display: block;
  visibility: visible;
  margin: 6px 0 0 0;
}

.custom-dropdown .sp-dropdown-toggle {
  position: relative;
  padding-right: 15px;
}

.custom-dropdown .sp-dropdown-toggle:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  right: 12px;
  font-size: 16px;
  font-family: "remixicon";
}

.custom-dropdown ul.dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 150px;
  padding: 10px 5px;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  right: 0;
  left: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: block;
  border-radius: 10px;
}

.custom-dropdown ul.dropdown li {
  line-height: 28px;
}

.custom-dropdown ul.dropdown li a {
  padding: 0px 12px;
  font-size: 13px;
  display: block;
  color: #222;
}

/*  Loader  */
.sp-loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  /* top: 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 55;
  display: none;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}

.sp-loader .loader {
  position: absolute;
  -webkit-animation: sp-rotate 10s linear infinite;
  animation: sp-rotate 10s linear infinite;
  top: 50%;
  left: 50%;
}

.sp-loader .loader:after {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px dashed #477778;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp-loader img {
  -webkit-animation: sp-flip 1.5s linear infinite;
  animation: sp-flip 1.5s linear infinite;
  width: 110px;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sp-flip {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  10% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  90% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

@keyframes sp-flip {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  10% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  90% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

/* Common Quantity Button */
.qty-common {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #eeeeee;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}

.qty-common .sp-qtybtn-common {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qty-common .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #222;
  float: left;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

/* Custom select */
.select {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 16px;
  color: #fff;
}

select {
  display: none;
}

.custom-select {
  width: 100%;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 16px;
  position: relative;
  font-weight: 300;
  display: none;
}

.custom-select svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}

.custom-select svg path {
  fill: #477778;
}

.custom-select .custom-select {
  position: relative;
}

.custom-select .custom-select:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: -4px;
  right: 12px;
  font-size: 20px;
  font-family: "remixicon";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom-select .custom-select:active,
.custom-select .custom-select .active {
  background-color: #fff;
}

.custom-select:focus {
  outline: 2px;
}

.select-options {
  min-width: 190px;
  max-height: 200px;
  margin: 0;
  padding: 10px 0;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 34px;
  right: 0;
  left: 0;
  z-index: 20;
  list-style: none;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
}

.select-options li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 5px 20px !important;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 5px;
  font-size: 16px;
  color: #222222;
  font-weight: 300;
}

.select-options li:hover {
  color: #477778;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-options::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 5px 0;
}

.select-options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #9e9e9e;
}

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

.section-detail .sp-title h2 {
  margin: 0;
  font-size: 36px;
  color: #477778;
  font-weight: 600;
}

.section-detail .sp-title p {
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #477778;
  line-height: 20px;
}

.section-detail .sp-title p img {
  width: 13px;
  margin-right: 5px;
}

.place-order-btn {
  display: block;
  margin-top: 20px;
  text-align: center;
  background-color: #477778;
  color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.place-order-btn:hover {
  background-color: #000;
  color: #fff;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.section-detail.centerd {
  text-align: center;
}

.section-detail.centerd .sp-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-detail.centerd .sp-title h2 {
  max-width: 640px;
  text-transform: capitalize;
}

.section-detail.detail-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-detail.detail-two .sp-tab ul {
  margin: -5px;
}

.section-detail.detail-two .sp-tab ul .nav-item {
  margin: 5px;
}

.section-detail.detail-two .sp-tab ul .nav-item a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #222222;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background-color: #f7fafb;
  text-transform: capitalize;
}

.section-detail.detail-two .sp-tab ul .nav-item a:hover {
  border: 1px solid #477778;
  color: #477778;
}

.section-detail.detail-two .sp-tab ul .nav-item a.active {
  background-color: #477778;
  border: 1px solid transparent;
  color: #fff;
}

/**  Pagination  **/
.sp-pro-pagination {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 0px;
  background-color: #fff;
}

.sp-pro-pagination span {
  font-size: 16px;
  color: #222222;
}

.sp-pro-pagination ul li {
  display: inline-block;
  float: left;
}

.sp-pro-pagination ul li:not(:last-child) {
  margin-right: 5px;
}

.sp-pro-pagination ul li span {
  width: 20px;
  color: #222222;
  display: block;
  text-align: center;
}

.sp-pro-pagination ul li a {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 400;
  color: #222222;
  line-height: 32px;
  background: #fff;
  border: 1px solid #dddddd;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.sp-pro-pagination ul li a:hover {
  color: #fff;
  background-color: #477778;
}

.sp-pro-pagination ul li a:hover i {
  color: #fff;
}

.sp-pro-pagination ul li a.next {
  width: auto;
  padding: 0 8px;
  color: #fff;
  background-color: #477778;
  line-height: 30px;
}

.sp-pro-pagination ul li a.next i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.sp-pro-pagination ul li a.next:hover i {
  color: #fff;
}

.sp-pro-pagination ul li a.active {
  color: #fff;
  background-color: #477778;
}

/* Responsive Common */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-detail .sp-title h2 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 1199px) {
  .m-t-1199 {
    margin-top: 30px;
  }

  .section-detail .sp-title h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .m-t-991 {
    margin-top: 30px;
  }

  .p-tb-50,
  .padding-tb-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-t-50,
  .padding-t-50 {
    padding-top: 40px;
  }

  .p-b-50,
  .padding-b-50 {
    padding-bottom: 40px;
  }

  .padding-t-100,
  .p-t-100 {
    padding-top: 80px;
  }

  .padding-b-100 {
    padding-bottom: 80px;
  }

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

  .margin-tb-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

  .m-tb-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

  .section-detail .sp-title h2 {
    font-size: 28px;
  }

  .section-detail .sp-title p {
    font-size: 16px;
  }

  .section-detail .sp-title p img {
    width: 11px;
  }

  .section-detail.detail-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }

  .section-detail.detail-two .sp-title {
    margin-bottom: 15px;
  }

  .section-detail.detail-two .sp-tab ul .nav-item a {
    padding: 5px 12px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .m-b-767 {
    margin-bottom: 30px;
  }

  .p-tb-50,
  .padding-tb-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .p-t-50,
  .padding-t-50 {
    padding-top: 35px;
  }

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

  .padding-t-100,
  .p-t-100 {
    padding-top: 70px;
  }

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

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

  .margin-tb-50 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

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

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

  .m-tb-50 {
    margin-top: 35px;
    margin-bottom: 35px;
  }

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

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

  a.back-to-top {
    bottom: 65px;
  }

  a.back-to-top svg {
    bottom: 66px;
  }

  .section-detail .sp-title h2 {
    font-size: 25px;
  }

  .sp-pro-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-pro-pagination>span {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 575px) {

  .p-tb-50,
  .padding-tb-50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .p-t-50,
  .padding-t-50 {
    padding-top: 30px;
  }

  .p-b-50,
  .padding-b-50 {
    padding-bottom: 30px;
  }

  .padding-t-100,
  .p-t-100 {
    padding-top: 60px;
  }

  .padding-b-100 {
    padding-bottom: 60px;
  }

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

  .margin-tb-50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

  .m-tb-50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

  .section-detail .sp-title h2 {
    font-size: 27px;
  }

  .section-detail.detail-two .sp-tab ul .nav-item a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .section-detail .sp-title h2 {
    font-size: 24px;
  }
}

/**  Header  **/
.sticky-nav.menu_fixed .sp-main-menu-desk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.sticky-nav.menu_fixed_up .sp-main-menu-desk {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 16;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.menu_fixed,
.menu_fixed_up {
  height: 180px;
}

.sp-header {
  position: relative;
  z-index: 16;
  border-bottom: 1px solid #dddddd;
  /*===== Mobile menus =====*/
}

.sp-header .top-header {
  background-color: #212529;
  padding: 6px 0;
}

.sp-header .top-header .inner-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-header .top-header .inner-top-header .col-left-bar a {
  font-size: 16px;
  color: #fff;
}

.sp-header .top-header .inner-top-header .col-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header .top-header .inner-top-header .col-right-bar .cols {
  padding: 0 12px;
}

.sp-header .top-header .inner-top-header .col-right-bar .cols span,
.sp-header .top-header .inner-top-header .col-right-bar .cols a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
}

.sp-header .top-header .inner-top-header .col-right-bar .cols>a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #fff;
}

.sp-header .top-header .inner-top-header .col-right-bar .cols .dropdown a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
}

.sp-header .top-header .inner-top-header .col-right-bar .cols .dropdown a:hover {
  color: #477778;
}

.sp-header .sp-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .sp-header-btn:after {
  display: none;
}

.sp-header .sp-header-btn:not(:last-child) {
  margin-left: 30px;
}

.sp-header .sp-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header .sp-header-btn .header-icon svg {
  width: 30px;
  height: 30px;
}

.sp-header .sp-header-btn .header-icon svg .sp-fill {
  fill: #477778;
}

.sp-header .sp-header-btn .header-icon svg .sp-stroke {
  stroke: #477778;
}

.sp-header .sp-header-btn .sp-btn-stitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.sp-header .sp-header-btn-mobile .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header .sp-header-btn-mobile .header-icon svg {
  width: 30px;
  height: 30px;
}

.sp-header .sp-header-btn-mobile .header-icon svg .sp-fill {
  fill: #477778;
}

.sp-header .sp-header-btn-mobile .header-icon svg .sp-stroke {
  stroke: #477778;
}

.sp-header .sp-toggle-menu {
  display: none;
}

.sp-header .sp-toggle-menu .header-icon i {
  font-size: 22px;
  color: #477778;
}

.sp-header .sp-toggle-menu .header-icon svg {
  width: 25px;
  height: 25px;
}

.sp-header .header-search {
  width: 600px;
}

.sp-header .header-search .sp-btn-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sp-header .header-search .sp-btn-group-form .inner-select {
  border-right: 1px solid #477778;
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-header .header-search .sp-btn-group-form .inner-select .custom-select {
  width: 100px;
  text-transform: capitalize;
}

.sp-header .header-search .sp-btn-group-form .inner-select .custom-select .select-options {
  left: -20px;
}

.sp-header .header-search .sp-btn-group-form input {
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 45px;
  height: 48px;
  padding: 10px 10px 10px 160px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #222;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #477778;
  letter-spacing: 0.5px;
}

.sp-header .header-search .sp-btn-group-form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header .header-search .sp-btn-group-form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header .header-search .sp-btn-group-form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header .header-search .sp-btn-group-form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header .header-search .sp-btn-group-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header .header-search .sp-btn-group-form button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  background: transparent;
  color: #222;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 0;
  padding: 0;
}

.sp-header .header-search .sp-btn-group-form button i {
  font-size: 18px;
  line-height: 12px;
  color: #222;
}

.sp-header .header-search .sp-btn-group-form button:hover i {
  color: #477778;
}

.sp-header .bottom-header {
  padding: 20px 0;
  background-color: #eff4f7;
}

.sp-header .bottom-header .inner-bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-header .bottom-header .inner-bottom-header .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header .bottom-header .inner-bottom-header .sp-sidebar-toggle svg {
  height: 30px;
  width: 30px;
}

.sp-header .bottom-header .inner-bottom-header .sp-sidebar-toggle svg path {
  stroke: #477778;
}

.sp-header .bottom-header .inner-bottom-header .sp-sidebar-toggle {
  display: none;
}

.sp-header .bottom-header .inner-bottom-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .bottom-header .inner-bottom-header .header-logo img {
  width: 125px;
}

.sp-header .bottom-header .inner-bottom-header .header-logo .dark {
  display: none;
}

.sp-header .bottom-header .inner-bottom-header .header-logo .light {
  display: block;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop,
.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop {
  position: relative;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop:hover .sp-dropdown-menu,
.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop:hover .sp-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu,
.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu {
  min-width: 150px;
  padding: 10px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: block;
  border-radius: 10px;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu li,
.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu li {
  padding: 4px 15px;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu li a,
.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  line-height: 22px;
  color: #222222;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu li a:hover,
.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu li a:hover {
  color: #477778;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items {
  margin-bottom: -24px;
  padding: 15px;
  right: 0 !important;
  left: auto !important;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .sp-wish-info {
  max-height: 261px;
  overflow: auto;
}

.sp-header .bottom-header .inner-bottom-header {
  color: #222;
  border: 0;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li {
  margin-bottom: 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #eeeeee;
  position: relative;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li:hover .wish-remove-item {
  opacity: 1;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .wish-remove-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #477778;
  width: 18px;
  height: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  z-index: 8;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-pro-img img {
  width: 70px;
  border-radius: 0;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact {
  padding: 10px;
  border-left: 1px solid #eeeeee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact .sp-wish-sub-title {
  width: 100%;
  margin-bottom: 10px;
  text-decoration: none;
  color: #477778;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #222;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price .new-price {
  font-size: 16px;
  font-weight: 600;
  color: #477778;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price .stock {
  font-size: 12px;
  font-weight: 400;
  color: #477778;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price .stock.red {
  color: #eb3049;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .wish-sidebar-list.btn {
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .wish-sidebar-list.btn a {
  color: #fff;
  line-height: 19px;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .wish-sidebar-list.btn a i {
  margin-left: 5px;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu {
  min-width: 350px;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 10px;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #222222;
  margin-bottom: 4px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 500;
}

.sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-stitle {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #477778;
}

.sp-header .sp-main-menu-desk {
  background-color: #fff;
  padding: 5px 0;
  border-top: 1px solid #dddddd;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .header-search {
  display: none;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn {
  height: 45px;
  width: 45px;
  margin: 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7fafb;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn svg {
  width: 25px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn svg path {
  stroke: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .navbar-toggler {
  display: none;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu {
  padding-left: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li a {
  padding: 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li a svg {
  width: 20px;
  height: 20px;
  line-height: 18px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li a svg path {
  stroke: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:not(:last-child) {
  margin-right: 35px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover a.nav-link {
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover a.nav-link:after {
  border-color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover span {
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown {
  margin-right: 45px !important;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown:hover .mega-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown:hover .sp-dropdown-item {
  position: relative;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown:hover .sp-dropdown-item:after {
  border-color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu {
  min-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  padding: 0 0 0 30px;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu .menu_title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu .menu_title a {
  height: auto;
  color: #477778;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li {
  margin: 0;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  text-transform: capitalize;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li a:hover {
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li a.active {
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li ul {
  width: calc(25% - 30px);
  margin-right: 30px;
  padding: 15px 0;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu {
  width: 400px;
  max-width: 500px;
  min-width: auto;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li img:hover {
  border-color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li ul {
  width: calc(50% - 30px);
  padding: 24px 0;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li ul a {
  padding: 0;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu .img_title {
  padding-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .sp-dropdown-item {
  position: relative;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .sp-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea4e";
  font-family: "remixicon";
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 5px;
  position: absolute;
  top: 55%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-home-nav {
  position: relative;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown {
  margin-right: 45px !important;
  position: relative;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-item {
  position: relative;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea4e";
  font-family: "remixicon";
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 3px;
  position: absolute;
  top: 55%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu {
  min-width: 205px;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li {
  margin: 0;
  padding: 5px 15px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a .lbl {
  height: 20px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  color: #fff;
  background-color: #ff7381;
  border-radius: 5px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a:hover {
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a.active {
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown:hover .sp-dropdown-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}

/* third level menu */



/* show only third level on subcategory hover */
.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li.sp-dropdown:hover>.sp-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.sp-dropdown-menu li.sp-dropdown:hover>.sp-dropdown-menu,
.sp-dropdown-menu li.sp-dropdown:hover>.sp-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

/* fix hover color only current link, not all nested links */
.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover>a {
  color: #fff !important;
}

/* keep nested links normal until hover */
.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover>.sp-dropdown-menu li a {
  color: #477778 !important;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover>.sp-dropdown-menu li:hover>a {
  color: #fff !important;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown:hover .sp-dropdown-item:after {
  border-color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown {
  cursor: pointer;
  position: relative;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-item:after {
  content: "\ea6e";
  font-family: "remixicon";
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 0;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 220px;
  padding: 10px;
  margin: 25px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: -20px;
  left: 193px;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu li {
  margin: 0;
  padding: 5px 15px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu li a {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu li a:hover {
  color: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown:hover .sp-mega-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select {
  width: 180px;
  background-color: #f7fafb;
  border: 1px solid #dddddd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select svg {
  margin: 0 10px;
  width: 25px;
  height: 25px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select svg path {
  stroke: #477778;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  font-weight: 400;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select:active {
  background-color: transparent;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .select-options {
  min-width: 175px;
  margin: 15px auto 0 auto;
  padding: 10px 0;
  left: auto;
  right: -15px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .select-options li {
  padding: 5px 20px !important;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .custom-select:after {
  top: 22%;
}

.sp-header .sp-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  z-index: 1001;
}

.sp-header .sp-mobile-menu-overlay:hover {
  cursor: url("../img/icons/18.svg"), auto;
}

.sp-header .sp-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: calc(100% - 30px);
  padding: 15px 20px 20px 20px;
  margin: 15px 15px 15px 0;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1002;
  overflow: auto;
  border-radius: 0 15px 15px 0;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}

.sp-header .sp-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}

.sp-header .sp-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0px #000;
}

.sp-header .sp-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #477778;
  border-radius: 20px;
}

.sp-header .sp-mobile-menu .sp-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-header .sp-mobile-menu .sp-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #477778;
  font-weight: 600;
}

.sp-header .sp-mobile-menu .sp-menu-title .sp-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul {
  padding: 0;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li {
  position: relative;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #222222;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li a:last-child() {
  margin-bottom: 0;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .menu-toggle {
  width: 100%;
  height: 48px;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .menu-toggle::before {
  content: "+";
  margin-left: auto;
  font-weight: 500;
  color: #222222;
  font-size: 19px;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.sp-header .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 16px;
  color: #222;
}

.sp-header .sp-mobile-menu .sp-menu-inner .header-res-social {
  margin-top: 30px;
}

.sp-header .sp-mobile-menu .sp-menu-inner .header-res-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header .sp-mobile-menu .sp-menu-inner .header-res-social ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #477778;
  border-radius: 10px;
}

.sp-header .sp-mobile-menu .sp-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.sp-header .sp-mobile-menu.sp-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Responsive Header */
@media only screen and (max-width: 1399px) {
  .sp-header .bottom-header .inner-bottom-header .header-search {
    width: 500px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-header .sp-main-menu-desk .sp-inner-menu-desk {
    position: relative;
  }

  .sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu {
    position: unset;
  }

  .sp-header .bottom-header .inner-bottom-header .header-search {
    width: 400px;
  }

  .sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-desc {
    display: none;
  }

  .sp-header .sp-header-btn:not(:last-child) {
    margin-left: 20px;
  }

  .sp-header .sp-header-btn .header-icon svg {
    width: 25px;
    height: 25px;
  }

  .sp-header .sp-header-btn:not(:first-child) {
    margin-left: 20px;
  }
}

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

  .menu_fixed,
  .menu_fixed_up {
    height: auto;
  }

  .sp-header .header-search .sp-btn-group-form .inner-select {
    display: none;
  }

  .sp-header .header-search .sp-btn-group-form input {
    min-height: 40px;
    height: 40px;
    padding: 10px;
  }

  .sp-header .sp-category-toggle {
    margin-left: 30px;
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f7fafb;
  }

  .sp-header .sp-category-toggle svg {
    width: 22px;
    height: 22px;
  }

  .sp-header .bottom-header {
    background-color: #fff;
  }

  .sp-header .bottom-header .inner-bottom-header .sp-sidebar-toggle svg {
    width: 22px;
    height: 22px;
  }

  .sp-header .sp-main-menu-desk {
    display: none;
  }

  .sp-header .sp-main-menu-desk .sp-inner-menu-desk {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu {
    display: none;
  }

  .sp-header .sp-main-menu-desk .sp-inner-menu-desk .header-search {
    width: 500px;
    display: inline;
  }

  .sp-header .sp-header-btn .header-icon svg {
    width: 25px;
    height: 25px;
  }

  .sp-header .bottom-header {
    padding: 15px 0;
  }

  .sp-header .bottom-header .inner-bottom-header .sp-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-header .bottom-header .inner-bottom-header .header-logo img {
    width: 115px;
  }

  .sp-header .bottom-header .inner-bottom-header .header-search {
    width: 100%;
    min-width: 300px;
  }

  .sp-header .top-header {
    display: none;
  }

  .sp-header .sp-toggle-menu {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-header .sp-main-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu {
    min-width: 290px;
  }

  .sp-header .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items {
    left: -112px !important;
  }

  .sp-header .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-header .inner-bottom-header .header-search {
    padding: 15px 0;
  }

  .sp-header .sp-logo-detail {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .sp-header .header-search .sp-btn-group-form {
    margin: 0;
  }
}

@media only screen and (max-width: 575px) {
  .sp-header .header-search .sp-btn-group-form .custom-dropdown {
    padding: 0 10px;
  }

  .sp-header .sp-flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn {
    display: none;
  }

  .sp-header .sp-main-menu-desk .sp-inner-menu-desk .header-search {
    width: 100%;
  }

  .sp-header .bottom-header .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-header .bottom-header .inner-bottom-header .sp-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-header .bottom-header .inner-bottom-header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .sp-header .sp-mobile-menu {
    width: 300px;
  }

  .sp-header .header-search .sp-btn-group-form .inner-select {
    display: none;
  }

  .sp-header .header-search .sp-btn-group-form input {
    padding: 10px;
  }

  .sp-header .bottom-header .inner-bottom-header .header-logo img {
    width: 100px;
  }

  .sp-header .bottom-header .inner-bottom-header .header-search {
    min-width: auto;
  }
}

@media only screen and (max-width: 460px) {
  .sp-header .bottom-header .inner-bottom-header .header-logo img {
    width: 95px;
  }
}

/**  Footer  **/
.sp-footer {
  color: #fff;
  background: #eff4f7;
  position: relative;
}

.sp-footer:before {
  content: "";
  width: 100%;
  height: 60px;
  /* background: url("../img/footer/shape.png") top center no-repeat; */
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.sp-footer .footer-top .sp-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-footer .footer-top .sp-footer-company .sp-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #222222;
  display: inline-block;
  position: relative;
}

.sp-footer .footer-top .sp-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 5px;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #477778;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #e0e2ed;
}

.sp-footer .footer-top .sp-footer-widget .s-head {
  display: none;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-links ul {
  margin-bottom: 0;
  padding: 0;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-links i {
  line-height: 0;
  font-size: 18px;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link:not(:last-child) {
  margin-bottom: 16px;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #222222;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 400;
}

.sp-footer .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a:hover {
  color: #477778;
  opacity: 1;
}

.sp-footer .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links li:first-child {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.sp-footer .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links li p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.sp-footer .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links a {
  text-transform: unset;
}

.sp-footer .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links .sp-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-footer .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links .sp-footer-link .mt-15px {
  margin-top: 15px;
}

.sp-footer .footer-top .sp-footer-social {
  margin-bottom: 0;
}

.sp-footer .footer-top .sp-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-footer .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link {
  padding-right: 5px;
}

.sp-footer .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link:not(:last-child) {
  margin-bottom: 0;
}

.sp-footer .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #477778;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.sp-footer .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link a:hover {
  background-color: #477778;
}

.sp-footer .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.sp-footer-contact {
  margin-bottom: 15px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #393e48;
  background-color: #477778;
}

.footer-bottom .sp-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.footer-bottom .sp-copy {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
}

.footer-bottom .sp-copy span {
  font-weight: 300;
}

.footer-bottom .sp-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #fff;
}

.footer-bottom .sp-copy .site-name:hover {
  color: #477778;
}

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

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .sp-footer .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a {
    font-size: 16px;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-links li p {
    font-size: 16px;
  }

  .sp-footer .footer-top .sp-footer-widget .app-img img {
    max-width: 120px;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-detail {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-footer:before {
    height: 50px;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a {
    font-size: 16px;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-links li p {
    font-size: 16px;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-detail {
    font-size: 16px;
  }
}

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

@media (max-width: 991px) {
  .sp-footer:before {
    height: 40px;
    background-size: cover;
  }

  .sp-footer .footer-top .sp-footer-company {
    margin-bottom: 24px;
  }

  .sp-footer .footer-top .container>.row {
    padding: 0;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-links ul {
    margin-bottom: 15px;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }

  .sp-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .sp-footer .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-heading {
    margin-bottom: 15px;
  }

  .sp-footer-contact {
    margin-bottom: 0;
  }

  .footer-news-title {
    font-size: 20px;
  }

  .sp-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }

  .sp-footer-links.sp-footer-dropdown {
    display: none;
    padding: 0 0 15px 0;
  }

  .footer-bottom-copy {
    text-align: center;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .footer-bottom .sp-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom .sp-bottom-info .footer-copy {
    margin-bottom: 15px;
  }

  .col.footer-bottom-right {
    margin: 15px auto;
  }

  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .sp-footer .footer-top .sp-footer-widget .s-head {
    display: block;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .m-minus-991 {
    margin-bottom: -15px;
  }
}

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

  .sp-footer .footer-top .sp-footer-widget .sp-footer-logo,
  .sp-footer .footer-top .sp-footer-widget .sp-footer-dark-logo {
    max-width: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-footer:before {
    height: 30px;
  }

  .sp-footer .footer-top .sp-footer-widget .sp-footer-logo,
  .sp-footer .footer-top .sp-footer-widget .sp-footer-dark-logo {
    max-width: 110px;
  }
}

@media only screen and (max-width: 360px) {
  .footer-bottom .sp-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}

/**  Header  **/
.sp-footer-nav {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #477778;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #393e48;
  z-index: 15;
}

.sp-footer-nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sp-footer-nav ul li a {
  position: relative;
}

.sp-footer-nav ul li a svg {
  width: 22px;
  height: 22px;
}

.sp-footer-nav ul li a.sp-toggle-menu svg {
  width: 30px;
  height: 30px;
}

.sp-footer-nav ul li a svg path {
  fill: #fff;
}

.sp-footer-nav ul li a span {
  width: 15px;
  height: 15px;
  background-color: #eb3049;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -8px;
  border-radius: 50%;
  font-size: 12px;
}

/* Responsive footer nav css */
@media only screen and (max-width: 767px) {
  body {
    margin-bottom: 50px;
  }

  .sp-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/**  Cart Sidebar  **/
.sp-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("../img/shape/shape-3.png");
  background-repeat: repeat;
  backdrop-filter: blur(4px);
  z-index: 17;
}

.sp-side-cart-overlay:hover {
  cursor: url("../img/icons/18.svg"), auto;
}

.mobcart {
  display: none !important;
}

.sp-open-cart {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.sp-side-cart {
  width: 350px;
  height: calc(100% - 30px);
  margin: 15px 0 15px 15px;
  padding: 15px 20px 0 20px;
  font-size: 16px;
  font-weight: 400;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px 0 0 15px;
}

.sp-side-cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}

.sp-side-cart::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0px #000;
}

.sp-side-cart::-webkit-scrollbar-thumb {
  background-color: #477778;
  border-radius: 20px;
}

.sp-side-cart:hover .sp-cart-close {
  height: 25px !important;
}

.sp-side-cart .h-full {
  height: 100%;
}

.sp-side-cart .slick-slide>div:not(:last-child) {
  margin-bottom: 15px;
}

.sp-side-cart .section-title-3 {
  margin-bottom: 20px;
}

.sp-side-cart .section-title-3 h2 {
  font-size: 20px;
}

.sp-side-cart .sp-pro-content .sp-pro-title {
  margin: 0 !important;
}

.sp-side-cart .sp-cart-msg {
  margin-top: 30px;
  text-align: center;
  color: #222222;
}

.sp-side-cart .sp-inner-cart {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-side-cart .sp-inner-cart .sp-bottom-cart .cart-sub-total {
  margin: 20px 0 0 0px;
  padding-top: 0;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
}

.sp-side-cart .sp-inner-cart .sp-bottom-cart .cart-sub-total table {
  margin: 10px 0 0 0;
}

.sp-side-cart .sp-inner-cart .sp-bottom-cart .cart-sub-total table td {
  border: 0;
  color: #111;
}

.sp-side-cart .sp-inner-cart .sp-bottom-cart .cart-sub-total table td.cart-total-price,
.sp-side-cart .sp-inner-cart .sp-bottom-cart .cart-sub-total table td.price {
  text-align: right;
}

.sp-side-cart .sp-inner-cart .sp-bottom-cart .cart-sub-total table .title {
  font-weight: 500;
}

.sp-side-cart .sp-inner-cart .sp-bottom-cart .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cart-btn a {
  width: 100%;
}

.sp-side-cart .sp-top-contact .sp-cart-title {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-side-cart .sp-top-contact .sp-cart-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #477778;
}

.sp-side-cart .sp-top-contact .sp-cart-title .sp-cart-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -15px;
  right: 0;
  border: 0;
  background-color: #000000;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}

.sp-side-cart .sp-top-contact .sp-cart-title .sp-cart-close:hover {
  opacity: 1;
}

.sp-side-cart .sp-top-contact .sp-cart-title .sp-cart-close:after {
  content: "\f4c8";
  font-family: "remixicon";
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  left: 4px;
  border-radius: 50%;
  color: #fff;
  line-height: 12px;
}

.sp-side-cart .cart-related {
  overflow: auto;
}

.sp-side-cart .cart-related::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}

.sp-side-cart .cart-related::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0px #000;
}

.sp-side-cart .cart-related::-webkit-scrollbar-thumb {
  background-color: #477778;
  border-radius: 20px;
}

.sp-side-cart .sp-border-right {
  padding-right: 24px;
  border-right: 1px solid #eeeeee;
}

.sp-side-cart .sp-cart-box.item {
  height: 100%;
}

.sp-side-cart .sp-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items {
  margin-bottom: -24px;
  padding: 0;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li {
  margin-bottom: 24px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #dddddd;
  position: relative;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li:hover .cart-remove-item {
  opacity: 1;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .cart-remove-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  top: -7px;
  right: -3px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  z-index: 8;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-pro-img img {
  width: 85px;
  border-radius: 10px;
  border: 1px solid #dddddd;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-list-detail {
  padding-left: 10px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  overflow: hidden;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-list-detail .sp-cart-sub-title {
  width: 100%;
  margin-bottom: 8px;
  text-decoration: none;
  text-transform: capitalize;
  color: #477778;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-list-detail span.cart-price {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #222;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-list-detail .sp-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #477778;
}

.sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-list-detail .qty-plus-minus {
  height: 28px;
  margin-right: 15px;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner:hover img {
  -webkit-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner .detail {
  width: 100%;
  padding: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner .detail h4,
.sp-side-cart .sp-cart-box .sp-cart-banner .banner .detail h3 {
  color: #fff;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner .detail h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 22px;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner .detail h3 {
  font-size: 22px;
  line-height: 30px;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner .detail a {
  width: 100px;
  margin-top: 15px;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-side-cart .sp-cart-box .sp-cart-banner .banner .detail a:hover {
  background-color: #fff;
  color: #477778;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .sp-side-cart .sp-inner-cart .sp-cart-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mobcart {
    display: block !important;
  }
}

@media screen and (max-width: 575px) {
  .sp-side-cart {
    width: 90%;
  }

  .sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-pro-img {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
  }

  .sp-side-cart .sp-cart-box ul.sp-cart-items li .sp-cart-pro-img img {
    width: 70px;
  }
}

/**  Quickview Popup  **/
.sp-quickview-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("../img/shape/shape-3.png");
  background-repeat: repeat;
  backdrop-filter: blur(4px);
  z-index: 17;
}

.sp-quickview-overlay:hover {
  cursor: url("../img/icons/18.svg"), auto;
}

.sp-open-quickview {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  opacity: 1 !important;
}

.sp-quickview {
  width: 500px;
  height: calc(100% - 30px);
  margin: 15px 0 15px 15px;
  padding: 30px;
  font-size: 16px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px 0 0 15px;
}

.sp-quickview::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}

.sp-quickview::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0px #000;
}

.sp-quickview::-webkit-scrollbar-thumb {
  background-color: #477778;
  border-radius: 20px;
}

.sp-quickview .sp-quickview-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-quickview .sp-quickview-box .single-pro-img {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-quickview .sp-quickview-box .quickview-pro-content h5 {
  margin: 0;
}

.sp-quickview .sp-quickview-box .quickview-pro-content h5 a {
  margin: 0 0 10px 0;
  display: block;
  color: #477778;
  font-size: 20px;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 30px;
  font-weight: 600;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-rating {
  margin: -2px -2px 15px -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-rating i {
  margin: 2px;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-quickview-desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-quickview-price span.new-price {
  color: #477778;
  font-weight: 600;
  font-size: 20px;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-quickview-price span.old-price {
  margin-left: 10px;
  text-decoration: line-through;
  color: #222;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-variation {
  margin: 15px 0 25px 0;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-variation ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-variation ul li {
  height: 22px;
  margin: 2px;
  padding: 2px 8px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eeeeee;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 10px;
  font-weight: 400;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-variation ul li a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-variation ul li.active {
  background-color: #477778 !important;
  border-color: #477778 !important;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-variation ul li.active a {
  color: #fff !important;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-quickview-qty {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-quickview .sp-quickview-box .quickview-pro-content .sp-quickview-qty .sp-quickview-btn {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Quickview responsive */
@media only screen and (max-width: 575px) {
  .sp-quickview {
    width: 400px;
  }
}

@media only screen and (max-width: 420px) {
  .sp-quickview {
    width: 290px;
    padding: 15px;
  }
}

/**  Breadcrumb  **/
.sp-breadcrumb {
  background-color: #eff4f7;
  border-bottom: 1px solid #dddddd;
}

.sp-breadcrumb .sp-breadcrumb-inner {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.sp-breadcrumb .sp-breadcrumb-title {
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #477778;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 5;
}

.sp-breadcrumb .sp-breadcrumb-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.sp-breadcrumb .sp-breadcrumb-list li {
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}

.sp-breadcrumb .sp-breadcrumb-list li a {
  color: #477778;
  font-weight: 400;
}

.sp-breadcrumb .sp-breadcrumb-list li i {
  margin: 0 10px;
}

/* Responsive breadcrumb css */
@media only screen and (max-width: 991px) {
  .sp-breadcrumb {
    background-color: #f7fafb;
    border-bottom: 1px solid #eeeeee;
  }

  .sp-breadcrumb .sp-breadcrumb-inner {
    background-color: #f7fafb;
    padding-bottom: 15px;
  }

  .sp-breadcrumb .sp-breadcrumb-inner h2 {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-breadcrumb .sp-breadcrumb-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-breadcrumb .sp-breadcrumb-inner h2 {
    margin-bottom: 5px;
  }
}

/**  Breadcrumb  **/
.sp-breadcrumb-2 {
  position: relative;
  background-color: #f7fafb;
  border: 1px solid #e5edf2;
  border-radius: 0px;
}

.sp-breadcrumb-2 .sp-breadcrumb-inner {
  padding: 18px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.sp-breadcrumb-2 .sp-breadcrumb-title {
  display: none;
}

.sp-breadcrumb-2 .sp-breadcrumb-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.sp-breadcrumb-2 .sp-breadcrumb-list li {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.sp-breadcrumb-2 .sp-breadcrumb-list li a {
  color: #000;
  font-weight: 500;
  transition: color 0.2s linear;
}

.sp-breadcrumb-2 .sp-breadcrumb-list li a:hover {
  color: #2e4d4f;
}

.sp-breadcrumb-2 .sp-breadcrumb-list li i {
  margin: 0;
  color: #000;
  font-size: 16px;
}

/* Responsive breadcrumb css */
@media only screen and (max-width: 991px) {
  .sp-breadcrumb-2 .sp-breadcrumb-inner {
    padding: 16px 20px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-breadcrumb-2 {
    border-radius: 0px;
  }

  .sp-breadcrumb-2 .sp-breadcrumb-inner {
    padding: 14px 12px;
    gap: 6px;
  }
}

/**  Privacy Policy Content  **/
.privacy-policy-content {
  background-color: #ffffff;
}

.privacy-policy-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.privacy-section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.privacy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.privacy-section h3 {
  font-size: 24px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 20px;
  line-height: 1.4;
}

.privacy-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}

.privacy-section p:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #477778;
  font-weight: bold;
  font-size: 18px;
  top: -2px;
}

.privacy-section p:has(+ ul):before {
  display: none;
}

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

.privacy-section ul {
  margin: 20px 0;
  padding-left: 30px;
}

.privacy-section ul li {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}

.privacy-section ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #477778;
  font-weight: bold;
  font-size: 18px;
  top: -2px;
}

.privacy-section ul li:last-child {
  margin-bottom: 0;
}

/* Responsive privacy policy styles */
@media only screen and (max-width: 767px) {
  .privacy-policy-wrapper {
    padding: 30px 15px;
  }

  .privacy-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .privacy-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .privacy-section p {
    font-size: 15px;
    padding-left: 20px;
  }

  .privacy-section ul {
    padding-left: 25px;
  }

  .privacy-section ul li {
    font-size: 15px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .privacy-policy-wrapper {
    padding: 20px 10px;
  }

  .privacy-section h3 {
    font-size: 18px;
  }

  .privacy-section p,
  .privacy-section ul li {
    font-size: 16px;
  }
}

/**  Shop Sidebar  **/
#shop_sidebar {
  height: 100%;
}

.h-sidebar {
  padding-left: 12px;
  padding-right: 12px;
}

.h-sidebar .sp-sidebar-block {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

.h-sidebar .sp-sidebar-wrap {
  border: 0 !important;
  padding: 0 !important;
}

.h-sidebar .sp-sidebar-wrap .sp-sidebar-block {
  margin-bottom: 24px !important;
}

.h-sidebar .sp-sidebar-wrap .sp-sb-title h3 .sp-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.h-sidebar h3 {
  margin: 5px 0;
}

.h-sidebar .cat-drop h6 {
  padding: 15px 0 0 0;
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}

.h-sidebar .cat-drop h6 i {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  font-size: 17px;
  line-height: 0 !important;
}

.h-sidebar .cat-drop h6 a {
  width: 100%;
  margin-top: 0;
  display: block;
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-sidebar .cat-drop h6 a .avil {
  font-size: 13px;
  font-weight: 400;
}

.h-sidebar .cat-drop ul li {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.h-sidebar .cat-drop ul li a {
  width: 100%;
  margin-top: 0;
  display: block;
  color: #222222;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h-sidebar .cat-drop ul li a .avil {
  font-size: 13px;
}

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

.sp-open {
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.sp-shop-sidebar {
  position: sticky;
  top: 24px;
}

.sp-shop-sidebar .sp-sb-title {
  padding-bottom: 15px;
}

.sp-shop-sidebar .sp-sb-title h3 {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-size: 17px !important;
  font-weight: 700;
  color: #477778;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul {
  margin: -12px -12px auto -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul li {
  width: calc(50% - 24px);
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #477778;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul li:after {
  content: "\eb7b";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "remixicon";
  background-color: #212529;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul li .sp-sidebar-block-item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul li .sp-sidebar-block-item img {
  max-width: 100%;
  border-radius: 10px;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul li .sp-sidebar-block-item a {
  margin-top: 10px;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul li.active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sb-block-content.brand ul li.active:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.sp-shop-sidebar .sp-sidebar-block ul li a {
  padding-left: 30px;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item {
  position: relative;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item input {
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item input:checked~.checked::after {
  display: block;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #222222;
  font-size: 13px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item a .products {
  color: #222;
  font-size: 13px;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0px;
  overflow: hidden;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #477778;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #477778;
  font-family: "remixicon";
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}

.sp-shop-sidebar .sp-sidebar-block:not(:last-child) {
  margin-bottom: 15px;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img {
  margin-right: 15px;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img img {
  width: 100px;
  border-radius: 15px;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-detial a {
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-detial {
  margin-bottom: 5px;
  font-size: 16px;
  color: #222;
  line-height: 1;
  letter-spacing: 0;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-detial a {
  font-size: 16px;
  color: #477778;
}

.sp-shop-sidebar .sp-sidebar-block .weight {
  margin-top: -10px;
  margin-bottom: -5px;
}

.sp-shop-sidebar .sp-sidebar-block.color-block .sp-sb-block-content.sp-sidebar-dropdown {
  margin-top: 20px;
}

.sp-shop-sidebar .sp-sidebar-block.color-block ul {
  width: 100%;
  margin: -5px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-shop-sidebar .sp-sidebar-block.color-block ul li {
  margin-right: 10px;
}

.sp-shop-sidebar .sp-sidebar-block.color-block .sp-sidebar-block-item {
  padding: 5px 0;
  border: 0;
}

.sp-shop-sidebar .sp-sidebar-block.color-block .sp-sidebar-block-item .sp-clr-block {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  opacity: 0.7;
  background: transparent;
  cursor: pointer;
}

.sp-shop-sidebar .sp-sidebar-block.color-block .sp-sidebar-block-item .sp-clr-block:hover {
  opacity: 1;
}

.sp-shop-sidebar .sp-sidebar-block.color-block .sp-sidebar-block-item input {
  width: 20px;
  height: 20px;
}

.sp-shop-sidebar .sp-sidebar-block.color-block .sp-sidebar-block-item .checked {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0;
}

.sp-shop-sidebar .sp-sidebar-block.color-block .sp-sidebar-block-item .checked:after {
  width: 24px;
  height: 18px;
  left: -1px;
  top: 50%;
  border: 1px solid transparent;
  content: "\eb7b";
  font-family: "remixicon";
  position: absolute;
  display: none;
  background: transparent;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-shop-sidebar .sp-sidebar-wrap {
  position: sticky;
  top: 30px;
  padding: 15px;
  border-radius: 0px;
  /* border: 1px solid #dddddd; */
  background-color: #fff;
}

.sp-sidebar-block.drop .cat-list {
  margin-top: -10px;
}

.sp-sidebar-block.drop .sp-sb-block-content {
  margin: 0;
}

.sp-sidebar-block.drop .sp-sb-block-content ul {
  padding-top: 0px;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li .main {
  padding: 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  color: #477778;
  text-transform: uppercase;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li .main.drop {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li .main.drop .menu-arrow {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
  color: var(--theme-light);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%239ba6b7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 16a1 1 0 0 1-.64-.23l-6-5a1 1 0 1 1 1.28-1.54L12 13.71l5.36-4.32a1 1 0 0 1 1.41.15a1 1 0 0 1-.14 1.46l-6 4.83A1 1 0 0 1 12 16'/%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li .main.drop .menu-arrow.open {
  --webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* .sp-sidebar-block.drop .sp-sb-block-content ul li .main.drop:after {
  content: "+";
  cursor: pointer;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  margin-left: 7px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill…1-.14 1.46l-6 4.83A1 1 0 0 1 12 16'/%3E%3C/svg%3E")
} */

.sp-sidebar-block.drop .sp-sb-block-content ul li ul {
  display: none;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li ul li a {
  padding: 8px 0 8px 25px;
  color: #222222;
  text-transform: capitalize;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-sidebar-count {
  font-size: 12px;
  color: #333;
  font-weight: 400;
}

/* Toggle filter sidebar */
.filter-sidebar-overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("../img/shape/shape-3.png");
  background-repeat: repeat;
  backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none;
}

.filter-sidebar-overlay:hover {
  cursor: url("../img/icons/18.svg"), auto;
}

.sp-filter-sidebar {
  width: 400px;
  height: calc(100vh - 30px);
  margin: 15px 0;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 16;
  background-color: #fff !important;
  border-radius: 15px 0 0 15px !important;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-filter-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}

.sp-filter-sidebar::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0px #000;
}

.sp-filter-sidebar::-webkit-scrollbar-thumb {
  background-color: #477778;
  border-radius: 20px;
}

.sp-filter-sidebar .sp-sidebar-wrap {
  background-color: #fff !important;
}

.sp-filter-sidebar .sidebar-filter-title {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eeeeee;
}

.sp-filter-sidebar .sidebar-filter-title h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.sp-filter-sidebar .sidebar-filter-title .filter-close {
  margin-left: 15px;
  color: #ff8585;
  font-size: 24px;
  line-height: 1;
}

.sp-filter-sidebar .sp-sidebar-wrap {
  border: 0;
}

.sp-filter-sidebar .sp-sb-title h3 {
  font-size: 18px;
}

.filter-sidebar-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Price slider block */
.sp-price-range-slider {
  /*-----  Price Filter  -----*/
}

.sp-price-range-slider .noUi-target {
  cursor: pointer;
}

.sp-price-range-slider .noUi-target:focus {
  outline: none;
}

.sp-price-range-slider .noUi-horizontal {
  height: 4px;
  margin-bottom: 5px;
}

.sp-price-range-slider .noUi-horizontal .noUi-handle {
  top: -6px;
  right: -15px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #477778;
  border-radius: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}

.sp-price-range-slider .noUi-horizontal .noUi-handle:hover {
  background: #477778;
}

.sp-price-range-slider .noUi-connect {
  background: #222222;
}

.sp-price-range-slider .noUi-base {
  background: #e0e2ed;
}

.sp-price-range-slider .noUi-handle.noUi-handle-upper {
  right: -2px;
}

.sp-price-range-slider .filter__input {
  height: 30px;
  border: none;
  border-radius: 0;
  padding: 0;
  max-width: 48px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  color: #222222;
}

.sp-price-range-slider .sp-price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-price-range-slider .sp-price-input {
  margin-bottom: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}

.sp-price-range-slider {
  border: 1px solid #ddd;
  padding: 10px;
}

.sp-price-range-slider .sp-price-input label {
  font-size: 16px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-price-range-slider .sp-price-input label input {
  border-radius: 0px;
  border: 1px solid #ddd;
}

.sp-price-range-slider .sp-price-input .sp-price-divider {
  position: relative;
  border-bottom: 2px solid #222222;
  width: 10px;
  height: 20px;
  margin: 0 10px;
}

/* Tags block */
.sp-tag-block {
  margin-bottom: -2px;
}

.sp-tag-block a {
  height: 30px;
  margin: 2px 0;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02rem;
}

.sp-banner-side {
  height: 100%;
  padding: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}

.sp-banner-side .sp-banner-block-side,
.sp-banner-side .sp-banner-block-side-2 {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}

.sp-banner-side .sp-banner-block-side-2 {
  background-image: url(../img/banner/7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Shop sidebar responsive */
@media only screen and (max-width: 1399px) {
  .sp-banner-side .sp-banner-block-side-2 {
    height: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-filter-sidebar {
    width: 300px;
  }
}

/* Layouts ( Import Layouts ) */
/**  Hero Section  **/
.sp-hero {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff4f7;
  position: relative;
}

.sp-hero .sp-icon-set {
  opacity: 0.15;
  z-index: 1;
}

.sp-hero .sp-icon-set .icon-1,
.sp-hero .sp-icon-set .icon-2,
.sp-hero .sp-icon-set .icon-3,
.sp-hero .sp-icon-set .icon-4,
.sp-hero .sp-icon-set .icon-5,
.sp-hero .sp-icon-set .icon-6,
.sp-hero .sp-icon-set .icon-7,
.sp-hero .sp-icon-set .icon-8,
.sp-hero .sp-icon-set .icon-9,
.sp-hero .sp-icon-set .icon-10,
.sp-hero .sp-icon-set .icon-11,
.sp-hero .sp-icon-set .icon-12,
.sp-hero .sp-icon-set .icon-13 {
  position: absolute;
}

.sp-hero .sp-icon-set .icon-1 {
  top: 1%;
  left: 8%;
}

.sp-hero .sp-icon-set .icon-2 {
  top: 15%;
  left: 4%;
}

.sp-hero .sp-icon-set .icon-3 {
  max-width: 80px;
  top: 30%;
  left: 1%;
}

.sp-hero .sp-icon-set .icon-4 {
  top: 3%;
  right: 4%;
}

.sp-hero .sp-icon-set .icon-5 {
  bottom: 1%;
  left: 50%;
}

.sp-hero .sp-icon-set .icon-6 {
  bottom: 3%;
  right: 13%;
}

.sp-hero .sp-icon-set .icon-7 {
  bottom: 5%;
  left: 25%;
}

.sp-hero .sp-icon-set .icon-8 {
  top: 45%;
  right: 35%;
}

.sp-hero .sp-icon-set .icon-9 {
  top: 0%;
  left: 40%;
}

.sp-hero .sp-icon-set .icon-10 {
  top: 45%;
  right: 20%;
}

.sp-hero .sp-icon-set .icon-11 {
  top: 40%;
  right: 40%;
}

.sp-hero .sp-icon-set .icon-12 {
  bottom: -20%;
  left: 0%;
}

.sp-hero .sp-icon-set .icon-13 {
  bottom: -10%;
  right: 0%;
}

.sp-hero .sp-hero-details {
  z-index: 2;
  position: relative;
}

.sp-hero h1 {
  margin-bottom: 15px;
  color: #477778;
  font-size: 60px;
  font-weight: 700;
}

.sp-hero h1 span {
  font-weight: 400;
  color: #477778;
}

.sp-hero p {
  margin-bottom: 15px;
  color: #222222;
}

.sp-hero .sp-btns {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-hero .sp-btns a {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-hero .sp-info {
  margin-bottom: 50px;
}

.sp-hero .sp-info ul {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-hero .sp-info ul .add-icon {
  background-color: #477778;
  font-size: 25px;
}

.sp-hero .sp-info ul .add-icon a {
  width: 49px;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
}

.sp-hero .sp-info ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  margin-left: -20px;
  border: 5px solid #eff4f7;
  border-radius: 50%;
  overflow: hidden;
  z-index: 4;
}

.sp-hero .sp-info ul li:hover {
  z-index: 5;
}

.sp-hero .sp-info ul li img {
  width: 100%;
  height: 100%;
}

.sp-hero .sp-info h6 {
  margin: 15px 0 0 0;
  color: #477778;
  font-weight: 600;
  font-size: 20px;
}

.sp-hero .sp-info p {
  color: #222222;
}

.sp-hero .sp-rounded-circle {
  margin: 15px 0 0 20px;
  background-color: rgba(75, 89, 102, 0.9);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  opacity: 0.9;
}

.sp-hero .sp-rounded-circle svg {
  fill: #477778;
  -webkit-animation: sp-rotate 10s linear infinite;
  animation: sp-rotate 10s linear infinite;
}

.sp-hero .sp-rounded-circle svg text {
  letter-spacing: 1.1px;
  font-size: 11px;
}

.sp-hero .sp-rounded-circle .inner-contact {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Responsive Hero */
@media only screen and (max-width: 1399px) {
  .sp-hero h1 {
    font-size: 52px;
  }

  .sp-hero .sp-icon-set .icon-1,
  .sp-hero .sp-icon-set .icon-4,
  .sp-hero .sp-icon-set .icon-5,
  .sp-hero .sp-icon-set .icon-6,
  .sp-hero .sp-icon-set .icon-7,
  .sp-hero .sp-icon-set .icon-9,
  .sp-hero .sp-icon-set .icon-11,
  .sp-hero .sp-icon-set .icon-13 {
    width: 100px;
  }

  .sp-hero .sp-icon-set .icon-4 {
    width: 120px;
  }

  .sp-hero .sp-icon-set .icon-6 {
    width: 150px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-hero h1 {
    font-size: 42px;
  }

  .sp-hero .sp-info ul li {
    width: 50px;
    height: 50px;
  }

  .sp-hero .sp-info ul .add-icon a {
    width: 41px;
    height: 41px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-hero {
    height: 450px;
  }

  .sp-hero h1 {
    font-size: 40px;
  }

  .sp-hero .sp-icon-set {
    opacity: 0.2;
    z-index: 1;
  }

  .sp-hero .sp-icon-set .icon-1,
  .sp-hero .sp-icon-set .icon-2,
  .sp-hero .sp-icon-set .icon-3,
  .sp-hero .sp-icon-set .icon-4,
  .sp-hero .sp-icon-set .icon-5,
  .sp-hero .sp-icon-set .icon-6,
  .sp-hero .sp-icon-set .icon-7,
  .sp-hero .sp-icon-set .icon-8,
  .sp-hero .sp-icon-set .icon-9,
  .sp-hero .sp-icon-set .icon-10,
  .sp-hero .sp-icon-set .icon-11,
  .sp-hero .sp-icon-set .icon-12,
  .sp-hero .sp-icon-set .icon-13 {
    position: absolute;
  }

  .sp-hero .sp-icon-set .icon-1 {
    width: 80px;
  }

  .sp-hero .sp-icon-set .icon-4 {
    width: 100px;
    right: 5%;
  }

  .sp-hero .sp-icon-set .icon-5 {
    width: 80px;
  }

  .sp-hero .sp-icon-set .icon-6 {
    width: 100px;
  }

  .sp-hero .sp-icon-set .icon-7 {
    width: 80px;
  }

  .sp-hero .sp-icon-set .icon-9 {
    width: 80px;
  }

  .sp-hero .sp-icon-set .icon-10 {
    width: 100px;
  }

  .sp-hero .sp-icon-set .icon-11 {
    width: 100px;
  }

  .sp-hero .sp-icon-set .icon-13 {
    width: 100px;
  }

  .sp-hero .sp-info {
    margin: 0;
  }

  .sp-hero .sp-rounded-circle {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sp-hero {
    height: 500px;
  }

  .sp-hero .sp-icon-set .icon-10 {
    width: 100px;
    top: 55%;
    right: 13%;
  }

  .sp-hero .sp-info {
    margin-top: 30px;
  }

  .sp-hero h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-hero h1 {
    font-size: 30px;
  }

  .sp-hero .sp-icon-set .icon-10 {
    right: 0;
  }

  .sp-hero .sp-icon-set .icon-5 {
    bottom: 15%;
  }
}

@media only screen and (max-width: 480px) {
  .sp-hero h1 {
    font-size: 27px;
  }

  .sp-hero .sp-icon-set .icon-4 {
    top: 10%;
  }

  .sp-hero .sp-icon-set .icon-10 {
    top: 56%;
  }

  .sp-hero .sp-icon-set .icon-11 {
    top: 50%;
  }
}

@media only screen and (max-width: 460px) {
  .sp-hero h1 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 420px) {

  .sp-hero .sp-icon-set .icon-9,
  .sp-hero .sp-icon-set .icon-8,
  .sp-hero .sp-icon-set .icon-5,
  .sp-hero .sp-icon-set .icon-6,
  .sp-hero .sp-icon-set .icon-2,
  .sp-hero .sp-icon-set .icon-3,
  .sp-hero .sp-icon-set .icon-12 {
    display: none;
  }

  .sp-hero .sp-icon-set .icon-10,
  .sp-hero .sp-icon-set .icon-11 {
    width: 80px;
  }
}

@media only screen and (max-width: 360px) {
  .sp-hero h1 {
    font-size: 22px;
  }
}

/**  Banner Section  **/
.sp-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-banner .bnr {
  height: 400px;
  border-radius: 15px;
  background-position: center;
}

.sp-banner .bnr-1 {
  background-image: url("../img/banner/1.jpg");
  background-size: cover;
}

.sp-banner .bnr-2 {
  background-image: url("../img/banner/2.jpg");
  background-size: cover;
}

.sp-banner .bnr-3 {
  background-image: url("../img/banner/3.jpg");
  background-size: cover;
}

.sp-banner .sp-details {
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-banner .sp-details .sp-bnr-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-banner .sp-details .sp-bnr-text h3 {
  width: 250px;
  margin: 0;
}

.sp-banner .sp-details .sp-bnr-text .text_bg {
  margin: 0;
  padding: 5px 10px;
  font-size: 25px;
  font-weight: 700;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff;
  line-height: 1.35;
  -webkit-filter: url("#text_bg");
  filter: url("#text_bg");
}

.sp-banner .sp-details .sp-bnr-text .text_bg:focus {
  outline: 0;
}

.sp-banner .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-banner .sp-wish {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #477778;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  border: 1px dashed #477778;
}

.sp-banner .sp-wish:hover {
  background-color: #477778;
  color: #fff;
}

/* Responsive Banner */
@media only screen and (max-width: 1399px) {
  .sp-banner .bnr {
    height: 350px;
  }

  .sp-banner .sp-details .sp-bnr-text .text_bg {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-banner .bnr {
    height: 300px;
  }

  .sp-banner .sp-details .sp-bnr-text .text_bg {
    font-size: 22px;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .sp-banner .bnr {
    height: 250px;
  }

  .sp-banner .sp-details .sp-bnr-text .text_bg {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-banner .sp-details .sp-bnr-text h3 {
    line-height: 27px;
  }

  .sp-banner .sp-details .sp-bnr-text .text_bg {
    font-size: 18px;
    line-height: 20px;
  }
}

/**  Label line  **/
.sp-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  position: relative;
}

.sp-label .sp-label-list {
  padding-bottom: 30px;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.sp-label .sp-label-list ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: infiniteScroll;
  animation-name: infiniteScroll;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sp-label .sp-label-list ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 100px;
  position: relative;
}

.sp-label .sp-label-list ul li:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/14.svg");
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 41px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: remixicon !important;
  -webkit-animation-name: infiniterotate;
  animation-name: infiniterotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sp-label .sp-label-list ul li a {
  font-size: 45px;
  color: #477778;
  will-change: transform;
  font-family: "Quicksand";
  -webkit-transform: translateX(0);
  transform: translateX(0);
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.sp-label .sp-label-list ul li a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-shadow: 1px 1px #477778, -1px 1px #477778, 1px -1px #477778,
    -1px -1px #477778, 1px 1px 5px #fff;
  color: #fff;
  opacity: 0.4;
}

.sp-label .sp-label-list ul li a span:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@-webkit-keyframes infiniteScroll {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes infiniteScroll {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes infiniteScroll-2 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes infiniteScroll-2 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes infiniterotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes infiniterotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Responsive Label */
@media only screen and (max-width: 1399px) {
  .sp-label .sp-label-list ul li a {
    font-size: 30px;
  }

  .sp-label .sp-label-list ul li:after {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-label .sp-label-list ul li a {
    font-size: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-label .sp-label-list ul li {
    padding-right: 70px;
  }

  .sp-label .sp-label-list ul li:after {
    top: 35%;
    right: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .sp-label .sp-label-list ul li a {
    font-size: 23px;
  }
}

/**  Product  **/
.sp-pro-box {
  margin: 12px 0;
  background-color: #f7fafb;
  border: 1px solid #dddddd;
  border-radius: 15px;
  overflow: hidden;
}

.sp-pro-box:hover .sp-pro-img .flags {
  opacity: 0;
}

.sp-pro-box:hover .sp-pro-img .inner-img .hover-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sp-pro-box:hover .sp-pro-img .inner-img .hover-img:not(:last-child) {
  opacity: 0;
}

.sp-pro-box:hover .sp-pro-img .inner-img img.hover-img {
  opacity: 1;
}

.sp-pro-box:hover .sp-pro-img .sp-pro-actions {
  opacity: 1;
  bottom: 0;
}

.sp-pro-box:hover .sp-pro-img .sp-pro-actions .sp-btn-group {
  margin: 0 2px;
}

.sp-pro-box:hover .sp-pro-img .dealend-timer {
  bottom: -30px;
}

.sp-pro-box .sp-pro-img {
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #dddddd;
  z-index: 4;
}

.sp-pro-box .sp-pro-img .dealend-timer {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.sp-pro-box .sp-pro-img .flags {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 6px;
}

.sp-pro-box .sp-pro-img .flags span {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.sp-pro-box .sp-pro-img .flags.perc {
  top: 3px;
  left: 10px;
}

.sp-pro-box .sp-pro-img .flags.perc span {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-writing-mode: lr;
  -ms-writing-mode: lr;
  writing-mode: lr;
  text-orientation: initial;
}

.sp-pro-box .sp-pro-img .inner-img {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.sp-pro-box .sp-pro-img .inner-img {
  height: 320px;
}

.sp-pro-box .sp-pro-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sp-pro-box .sp-pro-img .inner-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}

.sp-pro-box .sp-pro-img .inner-img img.hover-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.sp-pro-box .sp-pro-img .sp-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group:hover a {
  background-color: #477778;
  border-color: #477778;
}

.sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group:hover a i {
  color: #fff;
}

.sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group .sp-compare.active,
.sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group .add-to-cart.active {
  background-color: #477778;
  border-color: #477778;
}

.sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #555;
  color: #fff;
  background-color: #212529;
  border-radius: 10px;
}

.sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #fff;
  line-height: 10px;
}

.sp-pro-box .sp-pro-details {
  padding: 15px;
}

.sp-pro-subtitle {
  display: none !important;
}

.sp-pro-box .sp-pro-details .sp-pro-subtitle {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-pro-box .sp-pro-details .sp-pro-subtitle span,
.sp-pro-box .sp-pro-details .sp-pro-subtitle a {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #222;
  text-transform: capitalize;
}

.sp-pro-box .sp-pro-details .sp-pro-subtitle span {
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-pro-box .sp-pro-details .sp-pro-subtitle span i {
  margin: 2px;
}

.sp-pro-box .sp-pro-details h4.sp-pro-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
}

.sp-pro-box .sp-pro-details h4.sp-pro-title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #477778;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}

.sp-pro-box .sp-pro-details h4.sp-pro-title a:hover {
  color: #477778;
}

.sp-pro-box .sp-pro-details .sp-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-pro-box .sp-pro-details .sp-price .inner-price {
  margin: 0 -3px 0 0;
}

.sp-pro-box .sp-pro-details .sp-price .inner-price .new-price {
  padding: 0 3px 0 0;
  font-size: 16px;
  color: #477778;
  font-weight: 600;
}

.sp-pro-box .sp-pro-details .sp-price .inner-price .item-left {
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #477778;
}

.sp-pro-box .sp-pro-details .sp-price .inner-price .old-price {
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-decoration: line-through;
}

.sp-pro-box .sp-pro-details .sp-price .last-items {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

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

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

.sp-new-product-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: black !important;
  border-radius: 50%;
  color: #fff;
}

.sp-new-product-slider .owl-nav button span {
  display: none;
}

.sp-new-product-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp-new-product-slider .owl-nav .owl-prev:after {
  content: "\ea64";
  font-family: remixicon !important;
  color: #fff;
  font-size: 22px;
}

.sp-new-product-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.sp-new-product-slider .owl-nav .owl-next:after {
  content: "\ea6e";
  font-family: remixicon !important;
  color: #fff;
  font-size: 22px;
}

.qty-plus-minus {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 0px;
}

.qty-plus-minus .sp-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  line-height: 18px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #222;
  float: left;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.sp-pro-rating i {
  margin-right: 0;
  font-size: 16px;
  opacity: 0.8;
}

.sp-pro-rating .ri-star-fill {
  color: #477778;
}

.sp-pro-rating .ri-star-fill.grey {
  color: #d5d2d2;
}

.sp-product-popular {
  position: relative;
}

.sp-product-popular .owl-nav {
  margin: -5px;
  position: absolute;
  top: -58px;
  right: 0;
}

.sp-product-popular .owl-nav button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #477778 !important;
  border-radius: 50%;
}

.sp-product-popular .owl-nav button:hover {
  background-color: #477778;
  border: 1px solid #477778 !important;
}

.sp-product-popular .owl-nav button:hover:after {
  color: #fff;
}

.sp-product-popular .owl-nav button:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #477778;
  font-size: 18px;
  line-height: 26px;
  font-family: "remixicon";
}

.sp-product-popular .owl-nav button span {
  display: none;
}

.sp-product-popular .owl-nav .owl-prev {
  position: relative;
}

.sp-product-popular .owl-nav .owl-prev:after {
  content: "\f5d6";
}

.sp-product-popular .owl-nav .owl-next {
  position: relative;
}

.sp-product-popular .owl-nav .owl-next:after {
  content: "\f5dc";
}

/* Responsive footer css */
@media only screen and (min-width: 1200px) {
  .sp-col-5 {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (max-width: 767px) {
  .sp-product-box {
    margin: 0 auto;
  }

  .sp-pro-box .sp-pro-img .sp-pro-actions {
    opacity: 1;
    bottom: 0;
  }

  .sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group {
    width: 30px;
    height: 30px;
    margin: 0 2px;
  }

  .sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group a {
    width: 30px;
    height: 30px;
  }

  .sp-pro-box .sp-pro-img .sp-pro-actions .sp-btn-group i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-pro-box .sp-pro-details .sp-pro-subtitle span {
    margin: -1px;
  }

  .sp-pro-box .sp-pro-details .sp-pro-subtitle span i {
    margin: 1px;
    font-size: 16px;
  }

  .sp-new-product-slider .owl-nav .owl-prev {
    left: 20px;
  }

  .sp-new-product-slider .owl-nav .owl-next {
    right: 20px;
  }

  .pro-gl-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

.sp-about .sp-img-set {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-about .sp-img-box {
  position: relative;
}

.sp-about .sp-img-box .main-img {
  max-width: calc(100% - 265px);
  padding-bottom: 0;
  border-radius: 15px 150px 15px 15px;
}

.sp-about .sp-img-box .sp-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sp-about .sp-img-box .sp-detail .info {
  width: 250px;
  padding: 15px;
  background-color: #477778;
  text-align: center;
  border-radius: 15px;
}

.sp-about .sp-img-box .sp-detail .info h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.sp-about .sp-img-box .sp-detail .info p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
}

.sp-about .sp-img-box .sp-detail .sp-shap {
  max-width: 350px;
  padding: 15px 0 0 15px;
  background-color: #fff;
  border-radius: 15px 0 0 0;
  position: relative;
}

.sp-about .sp-img-box .sp-detail .sp-shap:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  background-image: url("../img/about/shape.png");
  background-repeat: no-repeat;
}

.sp-about .sp-img-box .sp-detail .sp-shap:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  top: -15px;
  left: 70px;
  background-image: url("../img/about/shape.png");
  background-repeat: no-repeat;
}

.sp-about .sp-img-box .sp-detail .sp-shap img {
  width: 100%;
  border-radius: 15px;
}

.sp-about p {
  color: #222222;
}

.sp-about .sp-details {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sp-about .sp-details .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-about .sp-details .list:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.sp-about .sp-details .list .icon {
  margin-right: 30px;
  padding: 15px;
  border: 1px dashed #477778;
  border-radius: 15px;
  background-color: #f7fafb;
}

.sp-about .sp-details .list .icon img {
  width: 60px;
}

.sp-about .sp-details .list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-about .sp-details .list .info h5 {
  color: #477778;
  font-size: 23px;
  font-weight: 700;
}

.sp-about .sp-details .list .info p {
  margin: 0;
  color: #222222;
}

.sp-about .sp-read {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-about .sp-read a i {
  margin-left: 10px;
}

/* Responsive About */
@media only screen and (max-width: 1399px) {
  .sp-about .sp-img-box .main-img {
    max-width: calc(100% - 165px);
    margin-bottom: 30px;
  }

  .sp-about .sp-img-box .sp-detail .info {
    width: 150px;
  }

  .sp-about .sp-img-box .sp-detail .sp-shap {
    max-width: 300px;
  }

  .sp-about .sp-img-box .sp-detail .sp-shap:before {
    left: 120px;
  }

  .sp-about .sp-img-box .sp-detail .sp-shap:after {
    bottom: 30px;
  }

  .sp-about .sp-details {
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-about .sp-img-box .main-img {
    max-width: calc(100% - 125px);
  }

  .sp-about .sp-img-box .sp-detail .sp-shap {
    max-width: 260px;
    padding: 10px 0 0 10px;
  }

  .sp-about .sp-img-box .sp-detail .info {
    width: 115px;
  }

  .sp-about .sp-img-box .sp-detail .info h3 {
    font-size: 36px;
  }

  .sp-about .sp-img-box .sp-detail .info p {
    font-size: 16px;
  }

  .sp-about .sp-details .list .info h5 {
    font-size: 20px;
  }

  .sp-about .sp-details .list:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .sp-about p {
    line-height: 23px;
  }
}

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

  .sp-about .sp-details .list:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .sp-about .sp-details .list .info h5 {
    font-size: 18px;
  }

  .sp-about .sp-details .list .icon img {
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-about .sp-details .list .info h5 {
    font-size: 17px;
  }

  .sp-about .sp-img-box .sp-detail .info h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-about .sp-details .list .info h5 {
    font-size: 16px;
  }

  .sp-about .sp-img-box .sp-detail .info h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .sp-about .sp-img-box .sp-detail .sp-shap:before {
    left: 91px;
  }

  .sp-about .sp-img-box .sp-detail .info {
    margin: 0 -10px -10px 0;
    border: 10px solid #fff;
  }

  .sp-about .sp-img-box .sp-detail .info h3 {
    font-size: 32px;
  }

  .sp-about .sp-img-box .sp-detail .info p {
    font-size: 16px;
    line-height: 20px;
  }

  .sp-about .sp-img-box .sp-detail img {
    max-width: 200px;
  }

  .sp-about .sp-img-box .sp-detail img {
    border-top-width: 10px;
    border-left-width: 10px;
  }

  .sp-about .sp-img-box .main-img {
    max-width: calc(100% - 75px);
  }
}

@media only screen and (max-width: 460px) {
  .sp-about .sp-img-box .sp-detail .sp-shap:before {
    left: 41px;
  }

  .sp-about .sp-img-box .sp-detail img {
    max-width: 150px;
  }

  .sp-about .sp-img-box .sp-detail .info h3 {
    font-size: 26px;
  }

  .sp-about .sp-img-box .sp-detail .info p {
    font-size: 13px;
    line-height: 18px;
  }

  .sp-about .sp-img-box .main-img {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 360px) {
  .sp-about .sp-img-box .main-img {
    max-width: calc(100% - 30px);
  }

  .sp-about .sp-img-box .sp-detail .info {
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
  }

  .sp-about .sp-details .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sp-about .sp-details .list .icon {
    margin: 0 0 20px 0;
  }
}

/**  Service Section  **/
.sp-ser-box {
  padding: 24px;
  background-color: #477778;
  border-radius: 15px;
  border: 1px solid #dddddd;
}

.sp-ser-content {
  margin-bottom: 24px;
}

.sp-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.sp-ser-inner .sp-service-image {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-ser-inner .sp-service-image svg,
.sp-ser-inner .sp-service-image img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  line-height: 0;
}

.sp-ser-inner .sp-service-image svg path {
  fill: #fff;
}

.sp-ser-inner .sp-service-image h3 {
  margin: 0 !important;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.sp-service-desc p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* Responsive service css */
@media only screen and (max-width: 991px) {
  .sp-service-desc h3 {
    font-size: 17px;
  }

  .sp-ser-inner .sp-service-image h3 {
    font-size: 16px;
  }

  .sp-ser-inner .sp-service-image svg {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-service-desc h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-ser-inner {
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-ser-inner .sp-service-image {
    margin-bottom: 10px;
  }

  .sp-ser-inner .sp-service-image svg {
    width: 30px;
    height: 30px;
  }

  .sp-service-desc p {
    text-align: center;
  }
}

/**  Category section  **/
.sp-category .sp-category-block .category-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-category .sp-category-block .category-detail .category-img {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  border: 5px solid #477778;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}

.sp-category .sp-category-block .category-detail .category-img img {
  width: 50px;
  height: 50px;
}

.sp-category .sp-category-block .category-detail .category-info {
  margin-top: -50px;
  padding-top: 65px;
  border: 1px dashed #477778;
  border-radius: 15px;
  background-color: #f7fafb;
}

.sp-category .sp-category-block .category-detail .category-info h5 {
  margin-bottom: 15px;
  padding: 0 15px;
  text-align: center;
}

.sp-category .sp-category-block .category-detail .category-info h5 a {
  color: #477778;
  font-size: 18px;
  font-weight: 900;
}

.sp-category .sp-category-block .category-detail .category-info h5 a:hover {
  color: #477778;
}

/* Responsive Category */
@media only screen and (max-width: 991px) {
  .sp-category .sp-category-block .category-detail .category-info {
    margin-top: -40px;
    padding-top: 50px;
  }

  .sp-category .sp-category-block .category-detail .category-info h5 a {
    font-size: 16px;
  }

  .sp-category .sp-category-block .category-detail .category-img {
    width: 80px;
    height: 80px;
  }

  .sp-category .sp-category-block .category-detail .category-img img {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .sp-category .sp-category-block .category-detail .category-info h5 a {
    font-size: 16px;
  }
}

/**  Collection section  **/
.sp-collection {
  background-color: #eff4f7;
}

.sp-collection .sp-icon-set {
  opacity: 0.15;
  z-index: 1;
}

.sp-collection .sp-icon-set .icon-1,
.sp-collection .sp-icon-set .icon-2,
.sp-collection .sp-icon-set .icon-3,
.sp-collection .sp-icon-set .icon-4,
.sp-collection .sp-icon-set .icon-5,
.sp-collection .sp-icon-set .icon-6,
.sp-collection .sp-icon-set .icon-7,
.sp-collection .sp-icon-set .icon-8,
.sp-collection .sp-icon-set .icon-9,
.sp-collection .sp-icon-set .icon-10,
.sp-collection .sp-icon-set .icon-11,
.sp-collection .sp-icon-set .icon-12,
.sp-collection .sp-icon-set .icon-13 {
  position: absolute;
}

.sp-collection .sp-icon-set .icon-1 {
  top: 1%;
  left: 8%;
}

.sp-collection .sp-icon-set .icon-2 {
  top: 15%;
  left: 4%;
}

.sp-collection .sp-icon-set .icon-3 {
  max-width: 80px;
  top: 30%;
  left: 1%;
}

.sp-collection .sp-icon-set .icon-4 {
  top: 3%;
  right: 25%;
}

.sp-collection .sp-icon-set .icon-5 {
  bottom: 1%;
  left: 50%;
}

.sp-collection .sp-icon-set .icon-6 {
  bottom: 3%;
  right: 13%;
}

.sp-collection .sp-icon-set .icon-7 {
  bottom: 5%;
  left: 25%;
}

.sp-collection .sp-icon-set .icon-8 {
  top: 45%;
  right: 35%;
}

.sp-collection .sp-icon-set .icon-9 {
  top: 0%;
  left: 40%;
}

.sp-collection .sp-icon-set .icon-10 {
  top: 45%;
  right: 20%;
}

.sp-collection .sp-icon-set .icon-11 {
  top: 40%;
  right: 40%;
}

.sp-collection .sp-icon-set .icon-12 {
  bottom: 1%;
  left: 0%;
}

.sp-collection .sp-icon-set .icon-13 {
  top: 20%;
  right: 0%;
}

.sp-collection-block .collection-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-collection-block .collection-detail .collection-img {
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}

.sp-collection-block .collection-detail .collection-img img {
  width: calc(100% - 0px);
  border-bottom: 1px solid #ddd;
}

.sp-collection-block .collection-detail .collection-info {
  margin-top: -150px;
  padding: 155px 15px 15px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 15px;
}

.sp-collection-block .collection-detail .collection-info h5 {
  margin-bottom: 10px;
  text-align: left;
  text-transform: capitalize;
}

.sp-collection-block .collection-detail .collection-info h5 a {
  color: #477778;
  font-size: 16px;
  font-weight: 900;
}

.sp-collection-block .collection-detail .collection-info h5 a:hover {
  color: #477778;
}

.sp-collection-block .collection-detail .collection-info .sp-pro-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-collection-block .collection-detail .collection-info .sp-pro-rating i {
  line-height: 11px;
}

.sp-collection-block .collection-detail .collection-info .collection-footer {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.sp-collection-block .collection-detail .collection-info .collection-footer .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-collection-block .collection-detail .collection-info .collection-footer h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

/* Responsive Collection */
@media only screen and (max-width: 1399px) {

  .sp-collection .sp-icon-set .icon-1,
  .sp-collection .sp-icon-set .icon-4,
  .sp-collection .sp-icon-set .icon-5,
  .sp-collection .sp-icon-set .icon-6,
  .sp-collection .sp-icon-set .icon-7,
  .sp-collection .sp-icon-set .icon-9,
  .sp-collection .sp-icon-set .icon-11,
  .sp-collection .sp-icon-set .icon-13 {
    width: 100px;
  }

  .sp-collection .sp-icon-set .icon-4 {
    width: 120px;
  }

  .sp-collection .sp-icon-set .icon-6 {
    width: 150px;
  }

  .sp-collection-block .collection-detail .collection-info {
    margin-top: -120px;
    padding: 130px 15px 15px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-collection-block .collection-detail .collection-info {
    margin-top: -140px;
    padding: 155px 15px 15px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-collection .sp-icon-set .icon-4 {
    width: 100px;
    right: 16%;
  }

  .sp-collection .sp-icon-set .icon-5 {
    width: 100px;
  }

  .sp-collection .sp-icon-set .icon-6 {
    width: 100px;
  }

  .sp-collection .sp-icon-set .icon-7 {
    width: 100px;
  }

  .sp-collection .sp-icon-set .icon-9 {
    width: 100px;
  }

  .sp-collection .sp-icon-set .icon-10 {
    width: 100px;
    top: 55%;
    right: 13%;
  }

  .sp-collection .sp-icon-set .icon-11 {
    width: 100px;
  }

  .sp-collection .sp-icon-set .icon-13 {
    width: 100px;
  }

  .sp-collection-block .collection-detail .collection-info {
    margin-top: -120px;
    padding: 130px 15px 15px 15px;
  }

  .sp-collection-block .collection-detail .collection-info h5 a {
    font-size: 16px;
  }

  .sp-collection-block .collection-detail .collection-info .collection-footer h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-collection-block .collection-detail .collection-info h5 a {
    font-size: 16px;
  }

  .sp-collection .sp-icon-set .icon-5 {
    bottom: 15%;
  }
}

@media only screen and (max-width: 460px) {
  .sp-collection .sp-icon-set .icon-4 {
    right: 8%;
  }
}

@media only screen and (max-width: 420px) {

  .icon-9,
  .icon-8,
  .icon-5,
  .icon-6,
  .icon-2,
  .icon-3,
  .icon-12 {
    display: none;
  }
}

@media only screen and (max-width: 360px) {

  .sp-collection .sp-icon-set .icon-6,
  .sp-collection .sp-icon-set .icon-7,
  .sp-collection .sp-icon-set .icon-8,
  .sp-collection .sp-icon-set .icon-9,
  .sp-collection .sp-icon-set .icon-10,
  .sp-collection .sp-icon-set .icon-11 {
    display: none;
  }
}

/**  Hero Section  **/
.sp-deal .box-1 .sp-icon-set {
  opacity: 0.13;
  z-index: 1;
}

.sp-deal .box-1 .sp-icon-set .icon-1,
.sp-deal .box-1 .sp-icon-set .icon-2,
.sp-deal .box-1 .sp-icon-set .icon-3,
.sp-deal .box-1 .sp-icon-set .icon-4,
.sp-deal .box-1 .sp-icon-set .icon-5,
.sp-deal .box-1 .sp-icon-set .icon-6,
.sp-deal .box-1 .sp-icon-set .icon-7,
.sp-deal .box-1 .sp-icon-set .icon-8,
.sp-deal .box-1 .sp-icon-set .icon-9,
.sp-deal .box-1 .sp-icon-set .icon-10,
.sp-deal .box-1 .sp-icon-set .icon-11,
.sp-deal .box-1 .sp-icon-set .icon-12,
.sp-deal .box-1 .sp-icon-set .icon-13 {
  position: absolute;
}

.sp-deal .box-1 .sp-icon-set .icon-1 {
  top: 1%;
  left: 8%;
}

.sp-deal .box-1 .sp-icon-set .icon-2 {
  top: 15%;
  left: 4%;
}

.sp-deal .box-1 .sp-icon-set .icon-3 {
  max-width: 80px;
  top: 30%;
  left: 1%;
}

.sp-deal .box-1 .sp-icon-set .icon-4 {
  top: 3%;
  right: 25%;
}

.sp-deal .box-1 .sp-icon-set .icon-5 {
  bottom: 1%;
  left: 50%;
}

.sp-deal .box-1 .sp-icon-set .icon-6 {
  bottom: 3%;
  right: 13%;
}

.sp-deal .box-1 .sp-icon-set .icon-7 {
  bottom: 5%;
  left: 25%;
}

.sp-deal .box-1 .sp-icon-set .icon-8 {
  top: 45%;
  right: 35%;
}

.sp-deal .box-1 .sp-icon-set .icon-9 {
  top: 0%;
  left: 40%;
}

.sp-deal .box-1 .sp-icon-set .icon-10 {
  top: 45%;
  right: 20%;
}

.sp-deal .box-1 .sp-icon-set .icon-11 {
  top: 40%;
  right: 40%;
}

.sp-deal .box-1 .sp-icon-set .icon-12 {
  bottom: 1%;
  left: 0%;
}

.sp-deal .box-1 .sp-icon-set .icon-13 {
  top: 20%;
  right: 0%;
}

.sp-deal .deal-box {
  height: 500px;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7fafb;
  position: relative;
  border-radius: 15px;
  border: 1px dashed #477778;
}

.sp-deal .deal-box .deal-detail {
  z-index: 7;
}

.sp-deal .deal-box p {
  font-size: 16px;
  line-height: 17px;
}

.sp-deal .deal-box p img {
  width: 12px;
}

.sp-deal .deal-box h3 {
  margin-bottom: 30px;
  color: #477778;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-deal .deal-box h3 span {
  width: 100%;
  color: #477778;
}

.sp-deal .deal-box a {
  margin-top: 30px;
}

.sp-deal .deal-box a i {
  margin-right: 5px;
}

.sp-deal .deal-box .deal-timer {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sp-deal .deal-box .deal-timer .time-block {
  min-width: 100px;
  margin: 5px;
  padding: 15px;
  background-color: #fff;
  border: 1px dashed #477778;
  border-radius: 15px;
}

.sp-deal .deal-box .deal-timer .time-block .time {
  font-size: 30px;
  font-weight: 700;
  color: #477778;
  text-align: center;
}

.sp-deal .deal-box .deal-timer .time-block .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  font-size: 16px;
  text-align: center;
}

.sp-deal .deal-box .character {
  width: 350px;
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 6;
}

.sp-deal .box-2 {
  padding: 50px;
}

.sp-deal .box-2 a {
  margin: 0;
}

.sp-deal .box-2 .deal-detail .limit {
  width: 150px;
  height: 150px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.sp-deal .box-2 .deal-detail .limit svg {
  width: 100%;
  height: 100%;
  fill: #477778;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-animation: rotate-animation 30s infinite linear;
  animation: rotate-animation 30s infinite linear;
}

.sp-deal .box-2 .deal-detail .limit h3 {
  font-size: 30px;
}

.sp-deal .box-2 .deal-detail .limit h3,
.sp-deal .box-2 .deal-detail .limit p {
  margin: 0;
  color: #fff;
  z-index: 5;
  text-align: center;
  position: relative;
}

.sp-deal .box-2 .character {
  width: 180px;
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: 6;
}

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Responsive Deal */
@media only screen and (max-width: 1399px) {
  .sp-deal .deal-box {
    height: 370px;
    padding: 30px;
  }

  .sp-deal .deal-box h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .sp-deal .deal-box .character {
    width: 260px;
    right: 10px;
  }

  .sp-deal .deal-box .deal-timer .time-block {
    min-width: 80px;
    padding: 10px;
  }

  .sp-deal .deal-box .deal-timer .time-block .time {
    font-size: 25px;
  }

  .sp-deal .box-1 .sp-icon-set .icon-4,
  .sp-deal .box-1 .sp-icon-set .icon-5,
  .sp-deal .box-1 .sp-icon-set .icon-6,
  .sp-deal .box-1 .sp-icon-set .icon-7,
  .sp-deal .box-1 .sp-icon-set .icon-9,
  .sp-deal .box-1 .sp-icon-set .icon-11,
  .sp-deal .box-1 .sp-icon-set .icon-13 {
    width: 110px;
  }

  .sp-deal .box-2 .character {
    width: 140px;
  }

  .sp-deal .box-2 .deal-detail .limit {
    width: 100px;
    height: 100px;
    margin-top: 50px;
  }

  .sp-deal .box-2 .deal-detail .limit h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-deal .deal-box {
    height: 350px;
  }

  .sp-deal .deal-box h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .sp-deal .deal-box .character {
    width: 220px;
  }

  .sp-deal .deal-box .deal-timer .time-block {
    min-width: 70px;
    padding: 10px;
  }

  .sp-deal .deal-box .deal-timer .time-block .time {
    font-size: 22px;
  }

  .sp-deal .box-1 .sp-icon-set .icon-3,
  .sp-deal .box-1 .sp-icon-set .icon-4,
  .sp-deal .box-1 .sp-icon-set .icon-5,
  .sp-deal .box-1 .sp-icon-set .icon-6,
  .sp-deal .box-1 .sp-icon-set .icon-7,
  .sp-deal .box-1 .sp-icon-set .icon-9,
  .sp-deal .box-1 .sp-icon-set .icon-10,
  .sp-deal .box-1 .sp-icon-set .icon-11,
  .sp-deal .box-1 .sp-icon-set .icon-12,
  .sp-deal .box-1 .sp-icon-set .icon-13 {
    width: 80px;
  }

  .sp-deal .box-2 .character {
    width: 120px;
  }

  .sp-deal .box-2 .deal-detail .limit {
    width: 80px;
    height: 80px;
    margin-top: 50px;
  }

  .sp-deal .box-2 .deal-detail .limit h3 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-deal .box-1 {
    margin-bottom: 30px;
  }

  .sp-deal .box-2 .character {
    width: 140px;
    right: 50px;
  }

  .sp-deal .deal-box h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-deal .deal-box h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-deal .box-1 .sp-icon-set {
    display: none;
  }

  .sp-deal .deal-box a {
    margin-top: 20px;
  }

  .sp-deal .deal-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 33px;
  }

  .sp-deal .deal-box .deal-timer {
    max-width: 165px;
  }

  .sp-deal .deal-box .deal-timer .time-block {
    padding: 5px;
  }

  .sp-deal .deal-box .deal-timer .time-block .time {
    font-size: 18px;
    line-height: 20px;
  }

  .sp-deal .deal-box .deal-timer .time-block .text {
    font-size: 12px;
  }

  .sp-deal .box-2 {
    height: 290px;
    overflow: hidden;
  }

  .sp-deal .box-2 .character {
    width: 170px;
  }

  .sp-deal .box-2 a {
    margin-top: 0;
  }
}

@media only screen and (max-width: 460px) {
  .sp-deal .deal-box .character {
    width: 170px;
  }

  .sp-deal .deal-box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .sp-deal .box-2 .character {
    width: 120px;
  }
}

@media only screen and (max-width: 360px) {
  .sp-deal .deal-box .character {
    display: none;
  }

  .sp-deal .deal-box h3 {
    font-size: 18px;
  }

  .sp-deal .box-2 .character {
    display: block;
    right: -25px;
    opacity: 0.5;
  }
}

/**  Subscribe Section  **/
.sp-subscribe .sp-title {
  max-width: 500px;
  margin: 0 auto;
}

.sp-subscribe .sp-subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-subscribe .sp-subscribe-form form {
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-subscribe .sp-subscribe-form input {
  margin: 2px;
  width: 300px;
  font-size: 16px;
  height: 40px;
  background-color: #f7fafb;
  border: 1px solid #dddddd;
}

.sp-subscribe .sp-subscribe-form input::-webkit-input-placeholder {
  font-weight: 300;
}

.sp-subscribe .sp-subscribe-form input::-moz-placeholder {
  font-weight: 300;
}

.sp-subscribe .sp-subscribe-form input:-ms-input-placeholder {
  font-weight: 300;
}

.sp-subscribe .sp-subscribe-form input::-ms-input-placeholder {
  font-weight: 300;
}

.sp-subscribe .sp-subscribe-form input::placeholder {
  font-weight: 300;
}

.sp-subscribe .sp-subscribe-form a {
  margin: 2px;
}

/* Responsive Subscribe */
@media only screen and (max-width: 460px) {
  .sp-subscribe .sp-subscribe-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-subscribe .sp-subscribe-form form input {
    width: 280px;
  }
}

/*-------------------------------------------------
  Shop Page CSS
---------------------------------------------------*/
.width-100 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 100% !important;
}

.width-50 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  width: 50% !important;
}

.width-50 .sp-pro-box .sp-pro-img {
  border-right: 1px solid #eeeeee;
  border-bottom: 0;
}

.width-50 .sp-pro-box .sp-pro-img .inner-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.width-50 .sp-pro-box .sp-pro-img .inner-img img {
  width: 100%;
}

.list-view,
.list-view-50 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-view .sp-pro-box,
.list-view-50 .sp-pro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.list-view .sp-pro-box .sp-pro-content,
.list-view-50 .sp-pro-box .sp-pro-content {
  border: 0;
}

.list-view .sp-pro-box .sp-pro-img,
.list-view-50 .sp-pro-box .sp-pro-img {
  max-width: 270px;
  border-right: 1px solid #eeeeee;
  border-bottom: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-view .sp-pro-box .sp-pro-details,
.list-view-50 .sp-pro-box .sp-pro-details {
  width: calc(100% - 230px);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-view .sp-pro-box .sp-pro-details .sp-pro-title a,
.list-view-50 .sp-pro-box .sp-pro-details .sp-pro-title a {
  font-size: 16px;
  color: #477778;
  font-weight: 20px;
}

.list-view .sp-pro-box .sp-pro-details .sp-info,
.list-view-50 .sp-pro-box .sp-pro-details .sp-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px 0 10px 0;
  font-size: 13px;
  color: #222222;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sp-cols-3 .sp-pro-box .sp-pro-img .inner-img {
  width: 100%;
}

.sp-cols-3 .sp-pro-box .sp-pro-img .inner-img img {
  width: 100%;
}

.list-view-50 .sp-cols-5 .width-50.sp-col-5 .sp-pro-box .sp-pro-details {
  width: calc(100% - 200px);
}

.list-view-50 .sp-cols-6 .width-50 .sp-pro-box .sp-pro-details {
  width: calc(100% - 200px);
}

.pro-gl-content .sp-product-card {
  position: relative;
}

.sp-pro-box .sp-pro-details .sp-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

.sp-pro-list-top {
  margin-bottom: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  /* background-color: #f7fafb; */
}

.sp-pro-list-top .sp-gl-btn {
  margin: -2px -2px -2px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-pro-list-top .sp-gl-btn .grid-btn {
  height: 40px;
  width: 40px;
  margin: 2px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 10px;
  border: 1px solid #dddddd;
}

.sp-pro-list-top .sp-gl-btn .grid-btn i {
  font-size: 23px;
  color: #477778;
  line-height: 0;
}

.sp-pro-list-top .grid-btn.active {
  background: #477778;
  border: 1px solid #477778;
}

.sp-pro-list-top .grid-btn.active i {
  color: #fff;
}

.sp-pro-list-top .sp-sort-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-pro-list-top .sp-sort-select .sort-by {
  font-size: 16px;
  color: #222222;
  padding-right: 22px;
}

.sp-pro-list-top .sp-sort-select .sp-select-inner {
  width: auto;
  height: auto;
  position: static;
  display: inline-block;
  line-height: normal;
  border-radius: 8px;
  border-left: 0;
}

.sp-pro-list-top .sp-sort-select .sp-select-inner:after {
  content: none;
}

.sp-pro-list-top .sp-sort-select .sp-select-inner .custom-select {
  width: auto;
  height: auto;
  display: none;
  padding: 0;
}

.sp-pro-list-top .sp-sort-select .sp-select-inner .select-options {
  margin-top: 0;
}

.sp-pro-list-top .sp-sort-select .sp-select-inner select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  outline: 0;
  box-shadow: none;
  border: 1px solid #dbdbdb !important;
  background: #fff;
  background-image: none;
  padding: 10px 12px;
  color: #222222;
  cursor: pointer;
  border-radius: 8px;
}

.btn-close:focus {
  box-shadow: none;
}

/* Reset elevated stacking for sort bar; native select dropdown manages itself */
@media only screen and (min-width: 992px) {

  .sp-pro-list-top,
  .sp-pro-list-top .sp-sort-select,
  .sp-pro-list-top .sp-sort-select .sp-select-inner {
    position: static;
    z-index: auto;
  }
}

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

  .sp-pro-list-top,
  .sp-pro-list-top .sp-sort-select,
  .sp-pro-list-top .sp-sort-select .sp-select-inner {
    position: static;
    z-index: auto;
  }
}

/* Ensure sort dropdown overlays product grid */
@media only screen and (min-width: 992px) {
  .sp-pro-list-top {
    z-index: 30;
  }

  .sp-pro-list-top .sp-sort-select {
    position: relative;
    z-index: 40;
  }

  .sp-pro-list-top .sp-sort-select .sp-select-inner {
    z-index: 50;
  }
}

/* On mobile, let mobile menu overlay go above sort bar */
@media only screen and (max-width: 991px) {

  .sp-pro-list-top,
  .sp-pro-list-top .sp-sort-select,
  .sp-pro-list-top .sp-sort-select .sp-select-inner {
    z-index: auto;
  }
}

.sp-select-bar {
  margin: -5px -5px 25px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-toggle-icon {
  cursor: pointer;
}

.sp-select-bar .sp-select-btn {
  margin: 4px;
  padding: 0 6px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: #333;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  background-color: #fff;
}

.sp-select-bar .sp-select-btn .sp-select-cancel {
  margin-left: 8px;
  color: #ff8585;
  font-size: 18px;
}

.sp-select-btn-clear {
  padding: 0 !important;
}

.sp-select-btn-clear .sp-select-clear {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  margin: 0;
  padding: 3px 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #477778;
  color: #fff;
  border-radius: 8px;
}

.sp-select-btn-clear .sp-select-clear:hover {
  color: #fff;
  background-color: #000;
}

/* Shop Responsive css */
@media only screen and (max-width: 1399px) {
  .width-50 {
    width: 100% !important;
  }

  .list-view-50 .sp-cols-5 .width-50.sp-col-5 .sp-pro-box .sp-pro-details {
    width: calc(100% - 170px);
  }
}

@media only screen and (max-width: 1199px) {
  .sp-pro-list-top .sp-sort-select .sp-select-inner {
    width: 160px;
  }

  .sp-pro-list-top .sp-sort-select .sp-select-inner .select-options {
    min-width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .list-view-50 .width-50 {
    width: 50% !important;
  }

  .list-view-50 .width-50 .sp-pro-box .sp-pro-details {
    width: 100%;
  }

  .list-view,
  .list-view-50 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .list-view .sp-pro-box,
  .list-view-50 .sp-pro-box {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-view .sp-pro-box .sp-pro-img,
  .list-view-50 .sp-pro-box .sp-pro-img {
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eeeeee;
  }

  .list-view .sp-pro-box .sp-pro-details,
  .list-view-50 .sp-pro-box .sp-pro-details {
    width: 100%;
  }

  .list-view .sp-pro-box .sp-pro-details .sp-info,
  .list-view-50 .sp-pro-box .sp-pro-details .sp-info {
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
  }

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

@media only screen and (max-width: 575px) {
  .list-view-50 .width-50 .sp-pro-box .sp-pro-details {
    width: 100%;
  }

  .list-view-50 .sp-cols-6 .width-50 .sp-pro-box .sp-pro-details {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .width-100 {
    width: 100% !important;
  }

  .list-view-50 .sp-pro-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list-view-50 .width-50 {
    width: 100% !important;
  }

  .list-view-50 .width-50 .sp-pro-box .sp-pro-details {
    width: 100%;
  }

  .list-view-50 .sp-cols-5 .width-50.sp-col-5 .sp-pro-box .sp-pro-details {
    width: 100%;
  }

  .list-view-50 .sp-cols-6 .width-50 .sp-pro-box .sp-pro-details {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .sp-pro-list-top .sp-sort-select .sp-select-inner {
    width: 130px;
  }

  .sp-pro-list-top .sp-sort-select .sp-select-inner .select-options {
    min-width: 130px;
  }

  .sp-pro-list-top .sp-sort-select .sp-select-inner .select-options li {
    font-size: 12px;
  }
}

/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
.sp-single-product {
  margin-bottom: 0;
  /*-----  Single Product  -----*/
  /*-----  Add More Product  -----*/
  /*-----  Product Info Tabs  -----*/
}

.sp-single-product .galley-desk .single-pro-desc {
  width: 100%;
  margin-top: 40px;
}

.sp-single-product .single-pro-img-no-sidebar {
  width: 40%;
}

.sp-single-product .single-pro-desc-no-sidebar {
  width: 60%;
}

.sp-single-product .single-pro-inner-gallary .sp-single-slider button.owl-prev,
.sp-single-product .single-pro-inner-gallary .sp-single-slider button.owl-next {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  opacity: 0.5;
}

.sp-single-product .single-pro-inner-gallary .sp-single-slider button.owl-prev:hover,
.sp-single-product .single-pro-inner-gallary .sp-single-slider button.owl-next:hover {
  opacity: 1;
}

.sp-single-product .single-pro-inner-gallary .sp-single-slider button.owl-prev span,
.sp-single-product .single-pro-inner-gallary .sp-single-slider button.owl-next span {
  display: none;
}

.sp-single-product .single-pro-inner-gallary .sp-single-slider .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-single-product .single-pro-inner-gallary .sp-single-slider .owl-prev:after {
  content: "\ea64";
  font-family: "remixicon";
}

.sp-single-product .single-pro-inner-gallary .sp-single-slider .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-single-product .single-pro-inner-gallary .sp-single-slider .owl-next:after {
  content: "\ea6e";
  font-family: "remixicon";
}

.sp-single-product .single-pro-inner-gallary .single-pro-img,
.sp-single-product .single-pro-inner-gallary .single-pro-desc {
  width: 100%;
}

.sp-single-product .single-pro-inner-gallary .single-pro-img {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #eff4f7;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}

.sp-single-product .single-pro-inner-gallary .single-pro-img img {
  border: 1px solid #eeeeee;
  border-radius: 15px;
}

.sp-single-product .single-pro-img {
  position: relative;
  width: 43%;
}

.sp-single-product .single-pro-img .sp-single-slider {
  width: 100%;
}

.sp-single-product .single-pro-img .single-product-scroll {
  position: sticky;
  top: 30px;
}

.sp-single-product .single-pro-img .sp-360-lbl {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  display: -ms-grid;
  display: grid;
  opacity: 0.7;
}

.sp-single-product .single-pro-img .sp-360-lbl:hover {
  opacity: 1;
}

.sp-single-product .single-pro-img .sp-video-icon {
  position: absolute;
  display: -ms-grid;
  display: grid;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
  text-align: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
}

.sp-single-product .single-pro-img .sp-video-icon:hover {
  opacity: 1;
}

.sp-single-product .single-pro-img.v-thumb .single-product-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-single-product .single-pro-desc {
  width: 57%;
}

.sp-single-product .single-pro-img-no-sidebar {
  width: 40%;
}

.sp-single-product .single-pro-desc-no-sidebar {
  width: 60%;
}

.sp-single-product .space-6>div {
  margin-top: 30px;
}

.sp-single-product .space-6>div:nth-child(-n + 2) {
  margin-top: 0;
}

.sp-single-product .single-product-cover {
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border-radius: 15px;
  border: 1px solid #dddddd;
}

.sp-single-product .single-product-cover img {
  width: 100%;
}

.sp-single-product .single-nav-thumb {
  width: 100%;
  padding: 0 1px;
  overflow: hidden;
}

.sp-single-product .single-nav-thumb:hover .slick-arrow {
  background-color: #477778;
}

.sp-single-product .single-nav-thumb img {
  width: 100%;
}

.sp-single-product .single-nav-thumb .slick-list {
  margin: 0 -9px;
}

.sp-single-product .single-nav-thumb .sp-single-slide {
  padding: 15px 8px 0 8px;
  display: block !important;
}

.sp-single-product .single-nav-thumb .slick-slide img {
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 15px;
}

.sp-single-product .single-nav-thumb .slick-slide:hover img {
  border-color: #477778;
}

.sp-single-product .single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #477778;
}

.sp-single-product .single-nav-thumb .slick-arrow {
  top: 42%;
}

.sp-single-product .single-nav-thumb .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}

.sp-single-product .single-nav-thumb .slick-arrow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 55%;
  left: auto;
  right: auto;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: #000;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-single-product .single-nav-thumb .slick-arrow:before {
  content: "";
  color: #fff;
  position: relative;
  font-size: 22px;
  font-family: "remixicon";
  width: 100%;
  line-height: 30px;
  height: 30px;
}

.sp-single-product .single-nav-thumb .slick-arrow.slick-prev {
  border-radius: 0 50% 50% 0;
  left: 1px;
}

.sp-single-product .single-nav-thumb .slick-arrow.slick-prev:before {
  content: "\f2e3";
  font-family: "remixicon";
}

.sp-single-product .single-nav-thumb .slick-arrow.slick-next {
  right: 1px;
  left: auto;
  border-radius: 50% 0 0 50%;
}

.sp-single-product .single-nav-thumb .slick-arrow.slick-next:before {
  content: "\f2e5";
  font-family: "remixicon";
}

.sp-single-product .single-pro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sp-single-product .single-pro-content .sp-single-title {
  color: #477778;
  font-size: 21px;
  text-transform: capitalize;
  margin: 0 0 0px 0;
  text-decoration: none;
  display: block;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.02rem;
}

.sp-single-product .single-pro-content p {
  font-size: 16px;
  color: #477778;
  margin: 0 0 12px;
  font-weight: 600;
}

.sp-single-product .single-pro-content p span {
  font-weight: 400;
}

.sp-single-product .single-pro-content .single-para {
  font-weight: 400;
  color: #477778;
  line-height: 26px;
}

.sp-single-product .single-pro-content .sp-single-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-single-product .single-pro-content .sp-single-rating-wrap i.spicon {
  margin-right: 2px;
  line-height: 20px;
  font-size: 16px;
  float: unset;
}

.sp-single-product .single-pro-content .sp-single-rating-wrap .sp-read-review {
  color: #222222;
}

.sp-single-product .single-pro-content .sp-single-rating-wrap .sp-read-review a {
  color: #222222;
  font-size: 16px;
  line-height: 20px;
}

.sp-single-product .single-pro-content .sp-single-rating-wrap .sp-read-review a:hover {
  color: #477778;
}

.sp-single-product .single-pro-content .sp-single-rating {
  padding-right: 15px;
  line-height: 17px;
}

.sp-single-product .single-pro-content .sp-read-review {
  line-height: 17px;
}

.sp-single-product .single-pro-content .sp-single-desc {
  margin-bottom: 12px;
  color: #222222;
  font-size: 16px;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 26px;
  font-family: "Lato", sans-serif;
}

.sp-single-product .single-pro-content .sp-timer {
  margin: 0 -5px 30px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sp-single-product .single-pro-content .sp-timer .timer .deal-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-single-product .single-pro-content .sp-timer .time-block {
  min-width: 80px;
  margin: 5px;
  padding: 10px;
  background-color: #eff4f7;
  border: 1px dashed #477778;
  border-radius: 15px;
}

.sp-single-product .single-pro-content .sp-timer .time-block .time {
  font-size: 20px;
  font-weight: 600;
  color: #477778;
  text-align: center;
}

.sp-single-product .single-pro-content .sp-timer .time-block .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  font-size: 13px;
  text-align: center;
}

.sp-single-product .single-pro-content .sp-single-list ul {
  margin-bottom: 30px;
  padding-left: 18px;
}

.sp-single-product .single-pro-content .sp-single-list ul li {
  margin: 10px 0;
  color: #000;
  font-size: 16px;
  list-style: circle;
}

.sp-single-product .single-pro-content .sp-single-list ul li strong {
  font-weight: 600;
}

.sp-single-product .single-pro-content .sp-single-price-stoke {
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-single-product .single-pro-content .sp-single-price-stoke>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-single-product .single-pro-content .sp-single-price-stoke .sp-single-ps-title {
  line-height: 1;
  font-size: 16px;
  color: #25d366;
  letter-spacing: 0;
}

.sp-single-product .single-pro-content .sp-single-price-stoke .sp-single-sku {
  margin-top: 10px;
  font-size: 12px;
  line-height: 32px;
  color: #000;
}

.sp-single-product .single-pro-content .sp-single-price .final-price {
  margin-bottom: 5px;
  color: #000;
  font-weight: 800;
  font-size: 27px;
  line-height: 32px;
  font-family: "Lato", sans-serif;
  letter-spacing: 0;
}

.sp-single-product .single-pro-content .sp-single-price .final-price .price-des {
  margin-left: 15px;
  color: #c90000;
  font-weight: 500;
  font-size: 18px;
}

.sp-single-product .single-pro-content .sp-single-price .mrp {
  color: #222;
}

.sp-single-product .single-pro-content .sp-single-price .mrp span {
  color: #222222;
  text-decoration: line-through;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #477778;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner>span {
  margin: 0 0 10px;
  color: #202020;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner .sp-pro-variation-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  padding: 2px 10px;
  cursor: pointer;
  background-color: #ddd;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid #dddddd;
  float: left;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner .sp-pro-variation-content li.active {
  background-color: #477778;
  color: #fff;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content li {
  padding: 2px;
  border-radius: 30px;
  background-color: transparent;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content li span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content .active {
  border: 1px solid #477778;
}



.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content li.color-option {
  min-width: 70px;
  height: 38px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d1d5db;
  background: #ffffff;
  color: #1f2937;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 10px;
  margin-bottom: 8px;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content li.color-option:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content li.color-option.active {
  background: #000;
  border-color: #000;
  color: #ffffff;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content li.color-option.disabled {
  cursor: not-allowed;
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #9ca3af;
  position: relative;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-color .sp-pro-variation-content li.color-option.disabled::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #9ca3af;
  transform: rotate(-45deg);
}

/* Enhanced Size Options */
.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-size .sp-pro-variation-content li.size-option {
  min-width: 70px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #d1d5db;
  background: #ffffff;
  color: #1f2937;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 10px;
  margin-bottom: 8px;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-size .sp-pro-variation-content li.size-option:hover {
  border-color: #1f2937;
  background: #f9fafb;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-size .sp-pro-variation-content li.size-option.active {
  background: #000;
  border-color: #000;
  color: #ffffff;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-size .sp-pro-variation-content li.size-option.disabled {
  cursor: not-allowed;
  background: #f3f4f6;
  border-color: #e5e7eb;
  color: #9ca3af;
  position: relative;
}

.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner.sp-pro-variation-size .sp-pro-variation-content li.size-option.disabled:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #477778;
  transform: rotate(-45deg);
}

.sp-single-product .single-pro-content .sp-single-qty {
  width: 100%;
  margin: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-single-product .single-pro-content .sp-single-qty>div {
  margin: 5px;
}

.sp-single-product .single-pro-content .sp-single-qty .qty-plus-minus {
  width: 120px;
  height: 40px;
  padding: 0px;
  border-radius: 0;
  border: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-single-product .single-pro-content .sp-single-qty .qty-plus-minus .ms_qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 22px;
  color: #477778;
}

.sp-single-product .single-pro-content .sp-single-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #477778;
  float: left;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 500;
}

.sp-single-product .single-pro-content .sp-single-qty .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #eeeeee;
}

.sp-single-product .single-pro-content .sp-single-qty .qty-plus-minus .inc.ms_qtybtn {
  border-left: 1px solid #eeeeee;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-single-cart .sp-btn-1 {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  letter-spacing: 0.02rem;
  border: 1px dashed #477778;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-single-cart .sp-btn-1:hover svg path {
  stroke: #fff;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-single-cart .sp-btn-1:active {
  background-color: #477778;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-single-cart .sp-btn-1 svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-single-cart .sp-btn-1 svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  stroke: #477778;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-btn-group {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #477778;
  line-height: 0;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-btn-group:hover {
  color: #fff;
  background-color: #477778;
  border-color: #477778;
}

.sp-single-product .single-pro-content .sp-single-qty .sp-btn-group:hover i {
  color: #fff !important;
}

.sp-single-product .single-add-more {
  margin: 30px -15px -15px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-single-product .single-add-more .sp-add-card {
  width: 25%;
  padding: 15px;
  position: relative;
}

.sp-single-product .single-add-more .sp-add-card:not(:last-child):after {
  content: "+";
  position: absolute;
  top: 50%;
  right: -6px;
  font-size: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sp-single-product .single-add-more .add-more-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px dashed #bbb;
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
}

.sp-single-product .single-add-more .add-more-item:hover {
  border: 1px dashed #212529;
}

.sp-single-product .single-add-more .add-more-item:hover .sp-cursor,
.sp-single-product .single-add-more .add-more-item:hover .sp-cursor-2 {
  display: none;
}

.sp-single-product .single-add-more .add-more-item a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px dashed #dddddd;
  background-color: #f7fafb;
  border-radius: 10px;
  color: #222222;
  z-index: 5;
}

.sp-single-product .single-add-more .add-more-item .add-more-img {
  margin-bottom: 15px;
  position: relative;
}

.sp-single-product .single-add-more .add-more-item .add-more-img img {
  width: 75px;
  border-radius: 15px;
  border: 1px solid #dddddd;
}

.sp-single-product .single-add-more .add-more-item .add-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-single-product .single-add-more .add-more-item .add-more-info h5 {
  color: #222222;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
}

.sp-single-product .single-add-more .add-more-item .add-more-info .sp-pro-rating {
  margin-bottom: 5px;
}

.sp-single-product .single-add-more .add-more-item .add-more-info .sp-pro-rating i {
  font-size: 12px;
}

.sp-single-product .single-add-more .add-more-item .add-more-info .new-price {
  font-size: 16px;
}

.sp-single-product .single-add-more .add-more-item .add-more-info .old-price {
  margin-left: 5px;
  font-size: 16px;
  color: #222222;
  text-decoration: line-through;
}

.sp-single-product .single-add-more .add-more-item.sp-active {
  border: 1px dashed #477778;
  background-color: #eff4f7;
}

.sp-single-product .single-add-more .add-more-item.sp-active .add {
  border-color: #477778;
  background-color: #477778;
  color: #fff;
}

.sp-single-product .sp-single-pro-tab {
  margin-top: 40px;
}

.sp-single-product .sp-single-pro-tab .sp-single-pro-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-single-product .sp-single-rating i {
  color: #477778;
}

.sp-single-product .sp-single-rating i.grey {
  color: #ddd;
}

.sp-single-product .sp-single-pro-tab-nav {
  width: 100%;
  margin: auto;
  border-bottom: none;
  position: relative;
  display: block;
  text-align: center;
  float: left;
}

.sp-single-product .sp-single-pro-tab-nav .nav-tabs {
  border-bottom: none;
  display: inline-block;
  float: left;
}

.sp-single-product .sp-single-pro-tab-nav .nav-tabs li {
  margin: 0 5px 5px auto;
}

.sp-single-product .sp-single-pro-tab-nav .nav-tabs li:last-child {
  margin-right: 0;
}

.sp-single-product .sp-single-pro-tab-nav .nav-tabs .nav-link {
  border: 1px solid #dddddd;
  text-transform: capitalize;
  line-height: 24px;
  color: #477778;
  padding: 8px 28px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  cursor: pointer;
  background-color: #f7fafb;
  letter-spacing: 0;
  border-radius: 0;
}

.sp-single-product .sp-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #477778;
  border: 1px solid #477778;
}

.sp-single-product .sp-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #477778;
  border: 1px solid #477778;
}

.sp-single-product .sp-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}

.sp-single-product .tab-pane p {
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.sp-single-product .sp-single-pro-tab-content,
.sp-single-product .sp-single-pro-accordion-content {
  overflow: hidden;
  background-color: #f7fafb;
  text-align: left;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #202020;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  border-radius: 0px;
}

.sp-single-product .sp-single-pro-tab-content h3,
.sp-single-product .sp-single-pro-accordion-content h3 {
  font-size: 18px;
  font-weight: 700;
}

.sp-single-product .sp-single-pro-tab-content .sp-table,
.sp-single-product .sp-single-pro-accordion-content .sp-table {
  overflow: auto;
}

.sp-single-product .sp-single-pro-tab-content .sp-table::-webkit-scrollbar,
.sp-single-product .sp-single-pro-accordion-content .sp-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}

.sp-single-product .sp-single-pro-tab-content .sp-table::-webkit-scrollbar-track,
.sp-single-product .sp-single-pro-accordion-content .sp-table::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0px #000;
}

.sp-single-product .sp-single-pro-tab-content .sp-table::-webkit-scrollbar-thumb,
.sp-single-product .sp-single-pro-accordion-content .sp-table::-webkit-scrollbar-thumb {
  background-color: #477778;
  border-radius: 20px;
}

.sp-single-product .sp-single-pro-tab-content .sp-table .table-addisnal,
.sp-single-product .sp-single-pro-accordion-content .sp-table .table-addisnal {
  width: 100%;
  min-width: 400px;
}

.sp-single-product .sp-single-pro-tab-content .sp-table .table-addisnal tbody tr th,
.sp-single-product .sp-single-pro-tab-content .sp-table .table-addisnal tbody tr td,
.sp-single-product .sp-single-pro-accordion-content .sp-table .table-addisnal tbody tr th,
.sp-single-product .sp-single-pro-accordion-content .sp-table .table-addisnal tbody tr td {
  width: 50%;
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  color: #222222;
}

.sp-single-product .sp-single-pro-tab-content .sp-table .table-addisnal tbody tr th,
.sp-single-product .sp-single-pro-accordion-content .sp-table .table-addisnal tbody tr th {
  font-weight: 500;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-wrapper,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-wrapper {
  margin-top: 0;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-desc>p:last-child,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-desc>p:last-child {
  margin-bottom: 0;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-desc p,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-desc p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-desc ol,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-desc ol {
  padding-left: 24px;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-desc ol li,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #222222;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-desc ul,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-desc ul {
  margin-bottom: 0;
  padding-left: 24px;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-desc ul li,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-desc ul li {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 28px;
  list-style: outside;
  color: #000;
  font-weight: 500;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-moreinfo p,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-moreinfo p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-moreinfo ol,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-moreinfo ol {
  padding-left: 24px;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-moreinfo ol li,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-moreinfo ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #000;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-moreinfo ul,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-moreinfo ul {
  padding-left: 24px;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-moreinfo ul li,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-moreinfo ul li {
  margin-bottom: 4px;
  font-size: 16px;
  list-style: outside;
  color: #000;
}

.sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-moreinfo li span,
.sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-moreinfo li span {
  margin: 0 25px 0 0;
  min-width: 150px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  font-weight: 500;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item p,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item p {
  color: #222222;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-avtar,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-avtar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin: 0 15px 0 0;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-avtar img,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-avtar img {
  max-width: 100%;
  border-radius: 15px;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-top,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 10px;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-top .sp-t-review-name,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-top .sp-t-review-name {
  margin-bottom: 25px;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  color: #477778;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-top .sp-t-review-rating,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-top .sp-t-review-rating {
  font-size: 16px;
  margin-top: 5px;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-top .sp-t-review-rating i,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-top .sp-t-review-rating i {
  color: #477778;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-top .sp-t-review-rating .grey,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-top .sp-t-review-rating .grey {
  color: #ddd;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-top a,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-top a {
  color: #477778;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-top a:hover,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-top a:hover {
  color: #477778;
}

.sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-bottom p,
.sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-bottom p {
  width: 100%;
  margin: 0;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  font-weight: 400;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content h3,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: #477778;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-star,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-star span,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-star span {
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #222222;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-star i,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-star i {
  font-size: 18px;
  color: #ddd;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input:not(:last-child),
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input:not(:last-child) {
  margin-bottom: 10px;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input input,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 5px 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input input,
.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input textarea,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input input,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input textarea {
  font-size: 16px;
  border-radius: 15px;
  border: 1px solid #dddddd;
  color: #222222;
  background-color: #fff;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input input::-webkit-input-placeholder,
.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input textarea::-webkit-input-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input input::-webkit-input-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input textarea::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input input::-moz-placeholder,
.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input textarea::-moz-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input input::-moz-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input textarea::-moz-placeholder {
  color: #222222;
  opacity: 1;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input input:-ms-input-placeholder,
.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input textarea:-ms-input-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input input:-ms-input-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input textarea:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input input::-ms-input-placeholder,
.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input textarea::-ms-input-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input input::-ms-input-placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input textarea::-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input input::placeholder,
.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input textarea::placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input input::placeholder,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input textarea::placeholder {
  color: #222222;
  opacity: 1;
}

.sp-single-product .sp-single-pro-tab-content .sp-ratting-content .sp-ratting-input textarea,
.sp-single-product .sp-single-pro-accordion-content .sp-ratting-content .sp-ratting-input textarea {
  border: 1px solid #dddddd;
  height: 150px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  font-size: 16px;
}

.sp-single-product .sp-single-pro-tab-content .sp-product-vendor .sp-vendor-info,
.sp-single-product .sp-single-pro-accordion-content .sp-product-vendor .sp-vendor-info {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-single-product .sp-single-pro-tab-content .sp-product-vendor .sp-vendor-info img,
.sp-single-product .sp-single-pro-accordion-content .sp-product-vendor .sp-vendor-info img {
  width: 80px;
  margin-right: 15px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}

.sp-single-product .sp-single-pro-tab-content .sp-product-vendor .sp-vendor-info h5,
.sp-single-product .sp-single-pro-accordion-content .sp-product-vendor .sp-vendor-info h5 {
  font-size: 16px;
  font-weight: 600;
  color: #477778;
}

.sp-single-product .sp-single-pro-tab-content .sp-product-vendor .sp-vendor-info p,
.sp-single-product .sp-single-pro-accordion-content .sp-product-vendor .sp-vendor-info p {
  margin-bottom: 0;
}

.sp-single-product .sp-single-pro-tab-content .sp-product-vendor .sp-detail ul,
.sp-single-product .sp-single-pro-accordion-content .sp-product-vendor .sp-detail ul {
  margin-bottom: 15px;
}

.sp-single-product .sp-single-pro-accordion-content {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sp-single-product .sp-single-pro-accordion-content .accordion-item {
  margin-bottom: 5px;
}

.sp-single-product .sp-single-pro-accordion-content .accordion-item .accordion-header button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  font-weight: 600;
  border: 1px solid #477778;
  color: #477778;
  background-color: #f7fafb;
  border-radius: 15px !important;
}

.sp-single-product .sp-single-pro-accordion-content .accordion-item .accordion-header button:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "-";
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sp-single-product .sp-single-pro-accordion-content .accordion-item .accordion-header .collapsed {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #212529;
  color: #477778;
  background-color: #fff;
}

.sp-single-product .sp-single-pro-accordion-content .accordion-item .accordion-header .collapsed:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "+";
  position: absolute;
  right: 15px;
  font-size: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sp-single-product .sp-single-pro-accordion-content .accordion-item .accordion-body {
  margin-top: 5px;
  padding: 30px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
}

.qty-plus-minus {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}

.qty-plus-minus .sp-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  line-height: 18px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #222;
  float: left;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

/* Single Product Responsive css */
@media only screen and (max-width: 1399px) {
  .sp-single-product .single-pro-content .sp-single-title {
    font-size: 21px;
  }

  .sp-single-product .sp-single-pro-tab-content .sp-ratting-content h3,
  .sp-single-product .sp-single-pro-accordion-content .sp-ratting-content h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-single-product .single-pro-content .sp-single-title {
    font-size: 20px;
    line-height: 32px;
  }

  .sp-single-product .single-add-more .sp-add-card {
    width: 50%;
  }

  .sp-single-product .single-pro-img {
    width: 100%;
    margin: auto;
  }

  .sp-single-product .single-pro-desc {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .sp-single-product .single-pro-content .sp-single-title {
    font-size: 19px;
    line-height: 30px;
  }

  .sp-shop-sidebar {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .sp-single-product .single-pro-inner-gallary .single-pro-img {
    padding: 15px;
  }

  .sp-single-product .single-pro-content .sp-single-title {
    font-size: 18px;
    line-height: 30px;
  }

  .sp-single-product .single-pro-content .sp-single-price .final-price {
    font-size: 19px;
  }

  .sp-single-product .single-pro-content .sp-single-price .final-price .price-des {
    font-size: 16px;
  }

  .sp-single-product .single-pro-content .sp-single-price .mrp {
    font-size: 16px;
  }

  .sp-single-product .single-pro-content .sp-single-price-stoke .sp-single-sku {
    font-size: 16px;
  }

  .sp-single-product .single-pro-content .sp-single-price-stoke .sp-single-ps-title {
    font-size: 16px;
  }

  .sp-single-product .single-add-more .sp-add-card:not(:last-child):after {
    display: none;
  }

  .sp-single-product .single-pro-img.v-thumb .single-product-scroll {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 420px) {
  .sp-single-product .sp-timer {
    max-width: 200px;
  }

  .sp-single-product .single-add-more .sp-add-card {
    width: 100%;
  }

  .sp-single-product .sp-single-pro-tab-content,
  .sp-single-product .sp-single-pro-accordion-content {
    padding: 12px;
  }

  .sp-single-product .sp-single-pro-tab-content .sp-single-pro-tab-moreinfo li span,
  .sp-single-product .sp-single-pro-accordion-content .sp-single-pro-tab-moreinfo li span {
    min-width: 100%;
  }

  .sp-single-product .sp-single-pro-tab-content .sp-t-review-item,
  .sp-single-product .sp-single-pro-accordion-content .sp-t-review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-single-product .sp-single-pro-tab-content .sp-t-review-item .sp-t-review-avtar,
  .sp-single-product .sp-single-pro-accordion-content .sp-t-review-item .sp-t-review-avtar {
    max-width: 70px;
    margin: 0 0 15px 0;
  }

  .sp-single-product .sp-single-pro-accordion-content {
    padding: 0;
  }

  .sp-single-product .sp-single-pro-accordion-content .accordion-item .accordion-body {
    padding: 12px;
  }
}

/** Faq Page CSS **/
.sp-accordion.style-1 .sp-accordion-item {
  border-color: #eeeeee;
  overflow: hidden;
}

.sp-accordion.style-1 .sp-accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.sp-accordion.style-1 .sp-accordion-item .sp-accordion-header {
  margin: 0;
  padding: 12px 35px 12px 15px;
  background-color: #f7fafb;
  color: #477778;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  font-family: "Lato", sans-serif;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.sp-accordion.style-1 .sp-accordion-item .sp-accordion-header:after {
  content: "\ea4e";
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "remixicon";
  cursor: pointer;
  font-size: 24px;
  color: #477778;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
}

.sp-accordion.style-1 .sp-accordion-body {
  padding: 15px 0;
  font-size: 16px;
  color: #222;
  display: none;
  line-height: 24px;
}

.sp-accordion.style-1 .sp-accordion-body code {
  font-weight: 600;
  font-size: 16px;
  color: #477778;
}

.sp-accordion.style-1 .sp-accordion-body.show {
  display: block;
}

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.sp-login-content {
  max-width: 100%;
  margin: auto;
  padding: 0px;
  background-color: #f7fafb;
  border-radius: 0px;
  border: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-login-content .sp-login-box {
  width: 50%;
  padding: 0 25px;
}

.sp-login-wrapper {
  max-width: 530px;
  height: 100%;
  margin: 0 auto 0;
}

.sp-login-wrapper .sp-login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-login-wrapper .sp-login-fp {
  margin-top: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-login-wrapper .sp-login-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.sp-login-wrapper .sp-login-container .sp-login-form {
  width: 100%;
}

.sp-login-wrapper .sp-login-container .sp-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-login-wrapper .sp-login-container .sp-login-form label {
  margin-bottom: 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.sp-login-wrapper .sp-login-container .sp-login-form input {
  height: 40px;
  margin-bottom: 24px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  border-radius: 0px;
  color: #222222;
  font-size: 16px;
  outline: none;
  font-weight: 400;
}

.sp-login-wrapper .sp-login-container .sp-login-form input::-webkit-input-placeholder {
  font-weight: 300;
}

.sp-login-wrapper .sp-login-container .sp-login-form input::-moz-placeholder {
  font-weight: 300;
}

.sp-login-wrapper .sp-login-container .sp-login-form input:-ms-input-placeholder {
  font-weight: 300;
}

.sp-login-wrapper .sp-login-container .sp-login-form input::-ms-input-placeholder {
  font-weight: 300;
}

.sp-login-wrapper .sp-login-container .sp-login-form input::placeholder {
  font-weight: 300;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-wrap+.sp-login-wrap input {
  margin-bottom: 15px;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-fp label {
  margin-bottom: 0;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-fp label a {
  color: #222;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-fp label a:hover {
  color: #477778;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn button {
  padding: 8px 15px;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn button span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.sp-btn-1:hover {
  background-color: #000;
  color: #fff;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn button:hover span {
  color: #fff;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn span {
  color: #fff;
  font-size: 16px;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn span a {
  color: #477778;
  font-weight: 600;
}

.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn span a:hover {
  color: #477778;
}

.sp-login-img img {
  width: 100%;
  border-radius: 0px;
}

.sp-remember {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #222;
  font-weight: 300;
  line-height: 20px;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sp-remember input {
  width: 18px;
  height: 18px !important;
  margin: 0 7px 0 0 !important;
  position: relative !important;
  opacity: 0;
  border: 1px solid #dddddd !important;
  cursor: pointer;
  z-index: 9;
}

.sp-remember input:checked~.checked:after {
  display: block;
}

.sp-remember .checked {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.sp-remember .checked:after {
  width: 18px;
  height: 18px;
  left: -1px;
  top: 0;
  border: 1px solid #477778;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 16px;
  color: #477778;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
}

.sp-forgot .sp-login-wrapper .sp-login-container .sp-login-form input {
  margin-bottom: 0;
}

/* Responsive Login CSS */
@media only screen and (max-width: 991px) {
  .d-n-991 {
    display: none;
  }

  .sp-login-content {
    max-width: 530px;
    margin: 0 auto 0;
  }

  .sp-login-content .sp-login-box {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .sp-login-content {
    padding: 15px 0;
  }

  .sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn>span {
    margin-bottom: 15px;
  }

  .sp-login-wrapper .sp-login-container .sp-login-form .sp-login-fp label a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 320px) {
  .sp-login-wrapper .sp-login-fp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-login-wrapper .sp-login-fp .sp-remember {
    margin-bottom: 10px;
  }
}

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.sp-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0;
}

.sp-register-wrapper .sp-register-container {
  border: 1px solid #dddddd;
  padding: 30px;
  text-align: left;
  background-color: #f7fafb;
  border-radius: 0px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-wrap {
  width: 100%;
  padding: 0 15px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-wrap.sp-register-half {
  width: 50%;
}

.sp-register-wrapper .sp-register-container .sp-register-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.sp-register-wrapper .sp-register-container .sp-register-form label {
  margin-bottom: 9px;
  color: #477778;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.sp-register-wrapper .sp-register-container .sp-register-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  color: #222;
  font-size: 16px;
  margin-bottom: 26px;
  padding: 0 15px;
  font-weight: 400;
  outline: none;
  border-radius: 0px;
}

.sp-register-wrapper .sp-register-container .sp-register-form input::-webkit-input-placeholder {
  font-weight: 300;
}

.sp-register-wrapper .sp-register-container .sp-register-form input::-moz-placeholder {
  font-weight: 300;
}

.sp-register-wrapper .sp-register-container .sp-register-form input:-ms-input-placeholder {
  font-weight: 300;
}

.sp-register-wrapper .sp-register-container .sp-register-form input::-ms-input-placeholder {
  font-weight: 300;
}

.sp-register-wrapper .sp-register-container .sp-register-form input::placeholder {
  font-weight: 300;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-fp label {
  margin-bottom: 0;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-fp label a {
  color: #477778;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-rg-select-inner {
  width: 300;
  height: 50px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #dddddd;
  font-size: 16px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-rg-select-inner .custom-select {
  padding: 0 15px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-rg-select-inner .select-options {
  max-height: 140px;
  top: 48px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-rg-select-inner select {
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #222;
  font-weight: 400;
  cursor: pointer;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-rg-select-inner::after {
  content: "\ea4e";
  position: absolute;
  font-family: "remixicon";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn button {
  padding: 8px 15px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn button span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #477778;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn button:hover span {
  color: #fff;
}


.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn span a {
  margin-left: 10px;
  color: #477778;
  font-weight: 600;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn span a:hover {
  color: #477778;
}

/* Responsive Register CSS */
@media only screen and (max-width: 575px) {
  .sp-register-wrapper .sp-register-container {
    padding: 15px;
  }

  .sp-register-wrapper .sp-register-container .sp-register-form .sp-register-wrap.sp-register-half {
    width: 100%;
  }

  .sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn>span {
    margin-bottom: 15px;
  }
}

/* Terms Condition & Privacy Policy Page CSS */
.sp-terms-conditions .sp-common-wrapper,
.sp-privacy-policy .sp-common-wrapper {
  padding: 30px;
  border: 1px solid #eeeeee;
  max-width: 1140px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
}

.sp-terms-conditions .sp-csp-block h5,
.sp-privacy-policy .sp-csp-block h5 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #477778;
}

.sp-terms-conditions .sp-csp-block p,
.sp-privacy-policy .sp-csp-block p {
  margin-bottom: 30px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
}

.sp-terms-conditions .sp-csp-block p b,
.sp-privacy-policy .sp-csp-block p b {
  font-weight: 500;
  color: #477778;
}

.sp-terms-conditions .sp-csp-block:last-child p,
.sp-privacy-policy .sp-csp-block:last-child p {
  margin-bottom: 0;
}

/* Cart Page CSS */
.cart-table-content {
  overflow: auto;
}

.cart-table-content table {
  min-width: 700px;
}

.sp-cart-section .shop-all-btn {
  margin-bottom: 0;
}

.sp-cart-section .sp-sidebar-wrap {
  padding: 15px;
  border-radius: 8px;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
}

.sp-cart-section .sp-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 21px;
}

.sp-cart-section .sp-sidebar-wrap .sp-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.sp-cart-section .sp-sidebar-wrap .sp-ship-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #dddddd;
  color: #222;
  padding-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-cart-section .sp-sidebar-wrap .sp-ship-title::after {
  content: "\f107";
  position: relative;
  font-family: "remixicon";
  font-size: 18px;
  color: #222;
  font-weight: 400;
}

.sp-cart-content {
  min-height: 100%;
}

.sp-cart-content .sp-cart-inner {
  min-height: 100%;
  background: #fff;
  border-radius: 15px;
}

.sp-cart-content .table-content table {
  width: 100%;
  background-color: #fff;
}

.sp-cart-content .table-content table thead>tr {
  background-color: #fff;
}

.sp-cart-content .table-content table thead>tr>th {
  padding: 15px;
  border-top: medium none;
  color: #fff;
  background-color: #477778;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}

.sp-cart-content .table-content table thead>tr>th:first-child {
  border-radius: 0;
}

.sp-cart-content .table-content table thead>tr>th:last-child {
  border-radius: 0;
}

.sp-cart-content .table-content table tbody>tr {
  border-bottom: 1px solid #eeeeee;
}

.sp-cart-content .table-content table tbody>tr td {
  padding: 10px 8px;
  color: #477778;
  font-size: 16px;
  text-align: left;
}

.sp-cart-content .table-content table tbody>tr td .sp-cart-pro-img {
  width: 60px;
  margin-right: 15px;
  border-radius: 10px;
}

.sp-cart-content .table-content table tbody>tr td .cart-qty-plus-minus {
  width: 84px;
  height: 35px;
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.sp-cart-content .table-content table tbody>tr td .cart-qty-plus-minus input {
  width: 40px;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #477778;
  float: left;
  font-size: 16px;
  text-align: center;
  outline: none;
  font-weight: 600;
  line-height: 38px;
}

.sp-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .sp-qtybtn {
  width: 100%;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0;
  color: #477778;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sp-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .sp-qtybtn:before {
  content: "";
  width: 100%;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: "remixicon";
  overflow: hidden;
  font-size: 16px;
}

.sp-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .dec.sp-qtybtn:before {
  padding-bottom: 0;
  content: "\ea64";
  color: #333;
  font-size: 20px;
}

.sp-cart-content .table-content table tbody>tr td .cart-qty-plus-minus .inc.sp-qtybtn:before {
  padding-top: 0;
  content: "\ea6e";
  color: #333;
  font-size: 20px;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-name {
  width: 40%;
  /*width: 80%;*/
}

/* Desktop (default) */
.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-name {
  width: 40%;
}

/* Mobile */
@media (max-width: 767.98px) {
  .sp-cart-content .table-content table tbody>tr td.sp-cart-pro-name {
    width: 80%;
  }
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-name a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-subtotal {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-price {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}

.sp-cart-update-bottom .sp-btn-2 {
  display: block;
  width: 100%;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
}

.forgotEmail {
  height: 40px;
  width: 100%;
  border-radius: 0px;
  padding: 0 15px;
}

.forgotEmail:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #eee;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-qty .qty-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-remove {
  width: 90px;
  text-align: right;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-remove a {
  font-size: 22px;
  margin: 0 auto;
  color: #000;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-remove a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}

.sp-cart-content .table-content table tbody>tr td.sp-cart-pro-remove a:hover i {
  color: #ff9d9d;
}

.sp-cart-content .sp-cart-update-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0;
}

.sp-cart-content .sp-cart-page-msg {
  height: 100%;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  background-color: #eff4f7;
  border-radius: 15px;
  border: 1px solid #e0e2ed;
}

.sp-cart-update-bottom>a {
  color: #477778;
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.sp-cart-update-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
}

.sp-cart-form label {
  margin-bottom: 10px;
  color: #477778;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.sp-cart-form p {
  color: #222;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.sp-cart-form input {
  height: 50px;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #477778;
  font-size: 16px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 15px;
}

.sp-cart-form select {
  padding: 0 15px;
  webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
  color: #222;
  cursor: pointer;
  border-radius: 15px;
}

.sp-cart-form .sp-cart-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #dddddd;
  background: #fff;
  font-size: 16px;
  padding: 0;
  margin-bottom: 28px;
  border-radius: 15px;
}

.sp-cart-form .sp-cart-select-inner::after {
  content: "\ea4e";
  position: absolute;
  font-family: "remixicon";
  top: 0;
  right: 0;
  padding: 0 10px;
  cursor: pointer;
  pointer-events: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
}

.sp-cart-form .sp-cart-select-inner .custom-select {
  padding: 0 15px;
}

.sp-cart-form .sp-cart-select-inner .select-options {
  top: 48px;
}

.sp-cart-summary-bottom .sp-cart-summary>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.sp-cart-summary-bottom .sp-cart-summary .text-left {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.sp-cart-summary-bottom .sp-cart-summary .text-right {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.sp-cart-summary-bottom .sp-cart-summary .text-right a {
  color: #477778;
  font-weight: 500;
  cursor: pointer;
}

.sp-cart-summary-bottom .sp-cart-summary .text-right a:hover {
  color: #477778;
}

.sp-cart-summary-bottom .sp-cart-summary .sp-cart-summary-total {
  margin-bottom: 0;
  margin-top: 16px;
}

.sp-cart-summary-bottom .sp-cart-summary .sp-cart-summary-total .text-left {
  font-size: 16px;
  font-weight: 500;
}

.sp-cart-summary-bottom .sp-cart-summary .sp-cart-summary-total .text-right {
  font-size: 16px;
  font-weight: 500;
}

.sp-cart-summary-bottom .sp-cart-summary .sp-cart-coupan-content {
  display: none;
  margin-bottom: 0;
}

.sp-cart-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border: 1px solid #e0e2ed; */
  padding: 0px;
  /* background-color: #fff; */
  /* border-radius: 0px; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
}

.sp-cart-coupan-form .sp-coupan {
  width: calc(100% - 80px);
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  color: #222;
  font-size: 16px;
  border: 0;
  background: #FFF;
  text-align: left;
  letter-spacing: 0.5px;
  outline: none;
  border-radius: 0px;
  margin-bottom: 10px;
}

/* Responsive cart CSS */
@media only screen and (max-width: 1199px) {
  .sp-cart-section .sp-sidebar-wrap h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-cart-section .sp-sidebar-wrap h3 {
    font-size: 18px;
  }
}

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

  /* Tablet Cart Table - Prevent Horizontal Scroll */
  .cart-table-content {
    overflow: visible;
  }

  .cart-table-content table {
    min-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .sp-cart-content .sp-cart-update-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-cart-content .sp-cart-update-bottom button {
    margin-top: 15px;
  }

  /* Mobile Cart Table - Card Layout */
  .cart-table-content {
    overflow: visible;
  }

  .cart-table-content table {
    min-width: 100%;
    border-collapse: collapse;
  }

  .cart-table-content table thead {
    display: none;
  }

  .cart-table-content table tbody tr {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .cart-table-content table tbody tr:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .cart-table-content table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
  }

  .cart-table-content table tbody tr td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-table-content table tbody tr td:first-child {
    padding-top: 0;
  }

  .cart-table-content table tbody tr td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #477778;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 10px;
    flex-shrink: 0;
  }

  /* Product Name Cell - Special Layout */
  .cart-table-content table tbody tr td.sp-cart-pro-name {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name::before {
    content: "Product";
    margin-bottom: 0px;
    align-self: flex-start;
    display: none
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #000;
    word-wrap: break-word;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name .sp-cart-pro-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 12px;
    border-radius: 8px;
    flex-shrink: 0;
    border: 1px solid #ddd;
  }

  .sp-cart-content .table-content table tbody>tr td {
    padding: 10px 0px;
  }

  /* Price Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-price {
    font-weight: 600;
    color: #477778;
    font-size: 16px;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-price::before {
    content: "Price";
  }

  /* Quantity Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-qty {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-qty::before {
    content: "Quantity";
    font-weight: 600;
    color: #477778;
    font-size: 14px;
    flex-shrink: 0;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-qty .cart-qty-plus-minus {
    margin: 0;
  }

  /* Total Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-subtotal {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    padding-top: 15px;
    border-top: 2px solid #477778;
    margin-top: 5px;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-subtotal::before {
    content: "Total";
    font-weight: 700;
  }

  /* Remove Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 0;
    border: none;
    width: auto;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove::before {
    display: none;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a:hover {
    background-color: #ff9d9d;
    transform: scale(1.1);
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a i {
    font-size: 18px;
    color: #666;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a:hover i {
    color: #fff;
  }

  /* Adjust product name cell to account for remove button */
  .cart-table-content table tbody tr {
    position: relative;
    padding-top: 10px;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name {
    padding-top: 0;
  }
}

/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.sp-checkout-section {
  font-size: 16px;
}

.sp-checkout-section .sp-pay-commemt {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-checkout-section label {
  margin-bottom: 15px;
}

.sp-checkout-section [type="radio"]:checked {
  position: relative;
  opacity: 0;
  display: none;
}

.sp-checkout-section [type="radio"]:checked+label {
  margin: 0;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: block;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.sp-checkout-section [type="radio"]:checked+label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #477778;
}

.sp-checkout-section [type="radio"]:checked+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #477778;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sp-checkout-section [type="radio"]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}

.sp-checkout-section [type="radio"]:not(:checked)+label {
  margin: 0;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 22px;
  display: block;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.sp-checkout-section [type="radio"]:not(:checked)+label:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.sp-checkout-section [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #477778;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.sp-checkout-wrap {
  padding: 30px;
  border: 1px solid #ddd;
  background-color: #f7fafb;
  border-radius: 8px;
}

.sp-checkout-wrap h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  display: block;
  color: #477778;
  line-height: 1;
}

.sp-checkout-wrap .sp-check-login h3 {
  margin-bottom: 22px;
}

.sp-checkout-wrap .sp-check-bill h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}

.sp-checkout-wrap .sp-check-bill .sp-check-subtitle {
  margin-bottom: 10px;
}

.sp-sb-block-content.sp-sidebar-dropdown {
  margin-top: 15px;
}

.sp-checkout-pay-wrap [type="radio"]:checked+label {
  margin-bottom: 30px;
}

.sp-checkout-pay-wrap [type="radio"]:not(:checked)+label {
  margin-bottom: 6px;
}

.sp-new-product {
  margin-top: 2px;
}

.sp-check-subtitle {
  margin-bottom: 14px;
  color: #477778;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.sp-checkout-block.sp-check-new {
  margin-bottom: 30px;
}

.sp-new-option span {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sp-new-desc {
  position: relative;
  line-height: 24px;
  color: #222;
  letter-spacing: 0;
  max-width: 64%;
}

.sp-new-btn {
  margin-top: 26px;
}

.sp-check-login-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-check-login-form label {
  margin-bottom: 11px;
  color: #477778;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.sp-check-login-form input {
  width: 100%;
  height: 45px;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #dddddd;
  color: #477778;
  font-size: 16px;
  outline: none;
  border-radius: 15px;
}

.sp-check-login-form .sp-check-login-fp {
  color: #477778;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
}

.sp-check-login-form .sp-check-login-fp:hover {
  color: #477778;
}

.sp-check-login-form .sp-check-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}

.sp-check-login-form .sp-check-login-btn .sp-btn-1 {
  margin-right: 20px;
}

.sp-bill-option {
  margin-bottom: 15px;
  display: block;
}

.sp-bill-option span {
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.sp-checkout-wrap .sp-check-bill-form .sp-bill-wrap {
  width: 100%;
  padding: 0 15px;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bill-wrap.sp-bill-half {
  width: 50%;
}

.sp-checkout-wrap .sp-check-bill-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.sp-checkout-wrap .sp-check-bill-form label {
  margin-bottom: 10px;
  color: #477778;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.sp-checkout-wrap .sp-check-bill-form input {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #477778;
  font-size: 16px;
  outline: none;
  border-radius: 0px;
}

.sp-checkout-wrap .sp-check-bill-form textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #477778;
  font-size: 16px;
  padding: 5px 10px;
}

.sp-checkout-wrap .sp-check-bill-form textarea:focus {
  border-color: #eee;
  outline: none;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bill-fp label {
  margin-bottom: 0;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bill-fp label a {
  color: #477778;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bl-select-inner {
  width: 100%;
  height: 45px;
  padding: 0;
  margin-bottom: 27px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  border: 1px solid #dddddd;
  font-size: 16px;
  border-radius: 0px;
  background-color: #fff;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bl-select-inner select {
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333;
  cursor: pointer;
  border-radius: 0px;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bl-select-inner::after {
  content: "\ea4e";
  height: 45px;
  padding: 0 10px;
  position: absolute;
  font-family: "remixicon";
  top: 0;
  right: 0;
  cursor: pointer;
  pointer-events: none;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bl-select-inner .custom-select {
  padding: 0 15px;
}

.sp-checkout-wrap .sp-check-bill-form .sp-bl-select-inner .select-options {
  top: 43px;
}

.sp-checkout-content .sp-check-order-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.sp-checkout-content .sp-check-order-btn .btn {
  width: 150px;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
}

.sp-checkout-summary>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.sp-checkout-summary .text-left {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}

.sp-checkout-summary .text-right {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.sp-checkout-summary .text-right a {
  color: #477778;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
}

.sp-checkout-summary .text-right a:hover {
  color: #477778;
}

.sp-checkout-summary .sp-checkout-summary-total {
  border-top: 1px solid #e0e2ed;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}

.sp-checkout-summary .sp-checkout-summary-total .text-left {
  font-size: 16px;
  font-weight: 600;
  color: #477778;
  /* font-family: "Quicksand"; */
}

.sp-checkout-summary .sp-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 600;
  /* font-family: "Quicksand"; */
}

/*-----  Sidebar Page CSS  ------*/
.sp-checkout-section .sp-sidebar-wrap {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #dddddd;
  background-color: #f7fafb;
  border-radius: 8px;
}

.sp-checkout-section .sp-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sb-title h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  color: #477778;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sb-title h3 .sp-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-checkout-pro {
  margin-top: 30px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-checkout-pro>div:not(:last-child) {
  margin-bottom: 15px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro li {
  padding: 1px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro li a {
  margin: 0 auto;
  display: block;
  color: #222;
  font-size: 12px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content {
  width: calc(100% - 100px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content h5 {
  margin: 0;
  padding: 0;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content h5 a {
  font-size: 16px;
  color: #477778;
  font-weight: 600;
  text-transform: capitalize;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content h5 a:hover {
  color: #477778;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content .sp-price span.old-price {
  font-size: 16px;
  text-decoration: line-through;
  color: #222;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content .sp-price span.new-price {
  margin-left: 10px;
  color: #477778;
  font-weight: 700;
  font-size: 16px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-image .image {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
  border-radius: 10px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-image .image img {
  width: 100%;
  z-index: 1;
  border: 1px solid #dddddd;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-image .image img.hover-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-image-outer {
  width: 85px;
  margin-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner:hover .sp-pro-actions {
  opacity: 1;
  bottom: 10px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner:hover .sp-pro-image .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner:hover .sp-pro-image .image img:not(:last-child) {
  opacity: 0;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner:hover .sp-pro-image .image img.hover-image {
  opacity: 1;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-del-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-del-option>* {
  width: 50%;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-del-opt-head {
  color: #477778;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-del-desc {
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-pay-opt-head {
  color: #477778;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-pay-desc {
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.sp-product-inner .sp-pro-content .sp-price:not(:last-child) {
  margin-bottom: 4px;
}

.sp-sidebar-wrap.sp-checkout-del-wrap .sp-del-commemt {
  margin-top: 12px;
  display: block;
}

.sp-sidebar-wrap.sp-checkout-del-wrap .sp-del-commemt .sp-del-opt-head {
  margin-bottom: 8px;
}

.sp-sidebar-wrap.sp-checkout-del-wrap textarea {
  background: #fff;
  border: 1px solid #e0e2ed;
  color: #477778;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 16px;
  display: block;
  border-radius: 15px;
}

.sp-checkout-section .sp-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.sp-checkout-section .sp-sidebar-wrap textarea {
  background: #fff;
  border: 1px solid #dddddd;
  color: #477778;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 16px;
  display: block;
  border-radius: 15px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-commemt .sp-pay-opt-head {
  margin-bottom: 8px;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree {
  margin-top: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  font-weight: 400;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative !important;
  opacity: 1;
  border-color: #ddd;
  cursor: pointer;
  z-index: 9;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree input:checked~.checked::after {
  display: block;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree a {
  margin-left: 5px;
  display: block;
  color: #477778;
  font-size: 16px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree a:hover {
  color: #477778;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree a span {
  font-weight: 500;
  color: #477778;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree .checked {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 4px;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree .checked:after {
  width: 18px;
  height: 18px;
  left: -1px;
  top: 0;
  border: 1px solid #477778;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 16px;
  color: #477778;
  line-height: 16px;
  text-align: center;
  border-radius: 5px;
}

.sp-checkout-section .sp-check-pay-img h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.sp-checkout-section .sp-check-pay-img .sp-check-pay-img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-checkout-section .sp-check-pay-img img {
  width: 100%;
}

/* Checkout Summary CSS */
.sp-checkout-summary .sp-checkout-coupan-content {
  display: none;
  margin-bottom: 0;
}

.sp-checkout-coupan-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* border: 1px solid #e0e2ed; */
  padding: 0px;
  /* border-radius: 0px; */
  /* background-color: #fff; */
  justify-content: space-between;
  margin-bottom: 10px;
}

.sp-checkout-coupan-form .sp-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 40px;
  color: #222;
  font-size: 16px;
  width: calc(100% - 80px);
  border: 0;
  background: #FFF;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
  /* border-radius: 15px; */
}

.sp-checkout-coupan-form .sp-coupan-btn {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

/* Responsive checkout page css */
@media only screen and (max-width: 1199px) {
  .sp-checkout-wrap h3 {
    font-size: 19px;
  }

  .sp-checkout-section .sp-sidebar-wrap .sp-sb-title h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-checkout-wrap h3 {
    font-size: 18px;
  }

  .sp-checkout-section .sp-sidebar-wrap .sp-sb-title h3 {
    font-size: 18px;
  }

  .sp-checkout-section .sp-check-pay-img img {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .sp-new-desc {
    max-width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .sp-checkout-wrap {
    padding: 15px;
  }

  .sp-checkout-wrap h3 {
    font-size: 17px;
  }

  .sp-checkout-wrap .sp-check-bill-form .sp-bill-wrap.sp-bill-half {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-image-outer {
    width: 65px;
  }

  .sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content {
    width: calc(100% - 80px);
  }

  .sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-check-pay-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-image-outer {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .sp-checkout-section .sp-sidebar-wrap .sp-sidebar-block .sp-sb-block-content .sp-checkout-pro .sp-product-inner .sp-pro-content {
    width: 100%;
  }
}

/** Start Contact Section **/
.sp-contact iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  border: 1px solid #e0e2ed;
  border-radius: 15px;
}

.sp-contact form {
  padding: 20px;
  border: 1px solid #dddddd;
  background-color: #f7fafb;
  border-radius: 15px;
}

.sp-contact form .form-group {
  margin-bottom: 10px;
}

.sp-contact form .form-group input,
.sp-contact form .form-group textarea {
  padding: 10px 15px;
  border-color: #dddddd;
  border-radius: 15px;
  font-size: 16px;
  color: #222;
}

.sp-contact form .form-group input:focus,
.sp-contact form .form-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sp-contact form .form-group input::-webkit-input-placeholder,
.sp-contact form .form-group textarea::-webkit-input-placeholder {
  color: #222;
}

.sp-contact form .form-group input::-moz-placeholder,
.sp-contact form .form-group textarea::-moz-placeholder {
  color: #222;
}

.sp-contact form .form-group input:-ms-input-placeholder,
.sp-contact form .form-group textarea:-ms-input-placeholder {
  color: #222;
}

.sp-contact form .form-group input::-ms-input-placeholder,
.sp-contact form .form-group textarea::-ms-input-placeholder {
  color: #222;
}

.sp-contact form .form-group input::placeholder,
.sp-contact form .form-group textarea::placeholder {
  color: #222;
}

.sp-contact .sp-contact-detail .sp-box {
  padding: 24px;
  border: 1px solid #dddddd;
  background-color: #f7fafb;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.sp-contact .sp-contact-detail .sp-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.sp-contact .sp-contact-detail .sp-box .info {
  width: calc(100% - 70px);
}

.sp-contact .sp-contact-detail .sp-box .info h3 {
  font-size: 18px;
  font-weight: 600;
  color: #477778;
  text-transform: capitalize;
}

.sp-contact .sp-contact-detail .sp-box .info p {
  margin: 0;
  font-size: 16px;
  color: #222;
  line-height: 20px;
}

.sp-contact .sp-contact-detail .sp-box .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: #477778;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
}

.sp-contact .sp-contact-detail .sp-box .icon i {
  font-size: 25px;
  color: #fff;
}

.sp-contact .sp-contact-detail .sp-box .icon-bg {
  position: absolute;
  top: 0;
  right: -30px;
  opacity: 0.05;
}

.sp-contact .sp-contact-detail .sp-box .icon-bg i {
  font-size: 150px;
  line-height: 150px;
  color: #477778;
}

/* Responsive Contact page CSS */
@media only screen and (max-width: 991px) {
  .sp-contact .sp-contact-detail .sp-box .info h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-contact iframe {
    height: 300px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-contact iframe {
    height: 250px;
  }

  .sp-contact .sp-contact-detail .sp-box .info h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 420px) {
  .sp-contact .sp-contact-detail .sp-box .icon-bg {
    display: none;
  }

  .sp-contact .sp-contact-detail .sp-box .icon {
    width: 50px;
    height: 50px;
    margin: 0 0 15px 0;
  }

  .sp-contact .sp-contact-detail .sp-box .icon i {
    font-size: 23px;
  }

  .sp-contact .sp-contact-detail .sp-box .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sp-contact .sp-contact-detail .sp-box .info {
    width: 100%;
    text-align: center;
  }
}

/* Track order Page CSS */
.sp-track-order .sp-track-list {
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-track-order .sp-track-list .sp-track-block.done {
  background-color: #eff4f7;
}

.sp-track-order .sp-track-list .sp-track-block.done:after {
  content: "\eb7b";
  width: 30px;
  height: 30px;
  font-family: "remixicon";
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.sp-track-order .sp-track-list .sp-track-block.done h6 {
  color: #477778;
}

.sp-track-order .sp-track-list .sp-track-block.done .sp-step-icon i {
  color: #477778;
}

.sp-track-order .sp-track-list .sp-track-block.active {
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(50%, #eff4f7),
      color-stop(0%, transparent));
  background: linear-gradient(90deg, #eff4f7 50%, transparent 0%);
  background-size: 200% 100%;
  -webkit-animation: slideGradient 2s ease infinite;
  animation: slideGradient 2s ease infinite;
}

.sp-track-order .sp-track-list .sp-track-block.active .sp-step-icon i {
  color: #477778;
}

@-webkit-keyframes slideGradient {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

@keyframes slideGradient {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.sp-track-order .sp-track-list .sp-track-block {
  width: calc(20% - 24px);
  padding: 30px;
  margin: 12px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.sp-track-order .sp-track-list .sp-track-block h6 {
  margin: 0;
  color: #222222;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.sp-track-order .sp-track-list .sp-track-block .sp-step-icon {
  margin-bottom: 10px;
}

.sp-track-order .sp-track-list .sp-track-block .sp-step-icon i {
  font-size: 30px;
  line-height: 30px;
  color: #222222;
}

/* Track order Responsive css */
@media only screen and (max-width: 1199px) {
  .sp-track-order .sp-track-list .sp-track-block {
    width: calc(33.3333% - 24px);
  }
}

@media only screen and (max-width: 767px) {
  .sp-track-order .sp-track-list .sp-track-block {
    width: calc(50% - 24px);
  }
}

@media only screen and (max-width: 420px) {
  .sp-track-order .sp-track-list .sp-track-block {
    width: 100%;
  }
}

/* ========================================
   Combo Collection Styles
   ======================================== */

/* Combo Collection General Styles */
.sp-combo-collection .sp-collection-slider {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.sp-combo-collection .combo-offer {
  position: relative;
  height: 100%;
  display: flex;
}

.sp-combo-collection .combo-offer .collection-detail {
  position: relative;
  /* border-radius: 16px; */
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sp-combo-collection .combo-offer .collection-detail:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* Combo Badge Styles */
.combo-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: linear-gradient(135deg, #000000 0%, #111111 100%);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 3px 10px rgba(102, 126, 234, 0.4);
}

.combo-badge.mixed {
  background: linear-gradient(135deg, #000000 0%, #111111 100%);
  box-shadow: 0 3px 10px rgba(245, 87, 108, 0.4);
}

/* Combo Image Wrapper */
.combo-img-wrapper {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.combo-products {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.combo-img-1,
.combo-img-2 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 0px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  background: #fff;
}

/* .sp-combo-collection .combo-offer .collection-detail:hover .combo-img-1 {
  transform: scale(1.05) rotate(-2deg);
}

.sp-combo-collection .combo-offer .collection-detail:hover .combo-img-2 {
  transform: scale(1.05) rotate(2deg);
} */

.combo-plus {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 12px rgba(102, 126, 234, 0.4);
  z-index: 5;
  position: relative;
}

.mixed-combo .combo-plus {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
}

/* Combo Collection Info */
.combo-offer .collection-info {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.combo-offer .collection-info h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222222;
  line-height: 1.3;
}

.combo-offer .collection-info h5 a {
  color: #222222;
  transition: color 0.3s ease;
}

.combo-offer .collection-info h5 a:hover {
  color: #667eea;
}

.combo-description {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 0px;
  line-height: 1.4;
  font-weight: 400;
}

/* Price Combo Styles */
.price-combo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}

.price-details {
  flex: 1;
  position: relative;
}

.single-price {
  display: block;
  font-size: 11px;
  color: #64748b;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 1.3;
}

.single-price .amount {
  color: #222222;
  font-weight: 600;
}

.combo-price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.original-combo-price {
  font-size: 12px;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 500;
}

.combo-price {
  font-size: 16px;
  font-weight: 700;
  color: #477778;
  line-height: 1;
}

.combo-price.large {
  font-size: 18px;
}

/* Savings Badge - Hidden */
.savings-badge {
  display: none;
}

/* Responsive Styles for Combo Collection */
@media only screen and (max-width: 1200px) {
  .sp-combo-collection .sp-collection-slider {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-combo-collection .sp-collection-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .combo-img-wrapper {
    height: 220px;
  }

  .combo-img-1,
  .combo-img-2 {
    height: 170px;
  }

  .combo-plus {
    min-width: 36px;
    height: 36px;
    font-size: 20px;
  }

  .combo-offer .collection-info {
    padding: 14px;
  }

  .combo-offer .collection-info h5 {
    font-size: 16px;
  }

  .combo-description {
    font-size: 11px;
  }

  .original-combo-price {
    font-size: 11px;
  }

  .combo-price {
    font-size: 16px;
  }

  .combo-price.large {
    font-size: 17px;
  }

  .combo-badge {
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-combo-collection .sp-collection-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .combo-img-wrapper {
    height: 200px;
  }

  .combo-img-1,
  .combo-img-2 {
    height: 150px;
    width: 42%;
  }

  .combo-plus {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .combo-badge {
    padding: 5px 10px;
    font-size: 9px;
    top: 8px;
    left: 8px;
  }

  .combo-offer .collection-info {
    padding: 12px;
  }

  .combo-offer .collection-info h5 {
    font-size: 16px;
  }

  .combo-description {
    font-size: 11px;
  }

  .price-combo {
    padding-top: 10px;
  }

  .single-price {
    font-size: 10px;
  }

  .original-combo-price {
    font-size: 11px;
  }

  .combo-price {
    font-size: 16px;
  }

  .combo-price.large {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-combo-collection .sp-collection-slider {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .combo-img-wrapper {
    height: 180px;
  }

  .combo-img-1,
  .combo-img-2 {
    height: 135px;
    width: 40%;
  }

  .combo-plus {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  .combo-badge {
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    font-size: 8px;
  }

  .combo-offer .collection-info {
    padding: 10px;
  }

  .combo-offer .collection-info h5 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .combo-description {
    font-size: 10px;
  }

  .single-price {
    font-size: 9px;
    margin-bottom: 4px;
  }

  .original-combo-price {
    font-size: 10px;
  }

  .combo-price {
    font-size: 13px;
  }

  .combo-price.large {
    font-size: 16px;
  }

  .price-combo {
    padding-top: 8px;
  }
}

@media only screen and (max-width: 420px) {
  .combo-img-wrapper {
    height: 160px;
  }

  .combo-img-1,
  .combo-img-2 {
    height: 120px;
    width: 38%;
  }

  .combo-plus {
    min-width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .combo-offer .collection-info {
    padding: 10px;
  }

  .combo-offer .collection-info h5 {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .combo-description {
    font-size: 9px;
  }

  .combo-badge {
    padding: 3px 6px;
    font-size: 7px;
  }

  .single-price {
    font-size: 8px;
  }

  .original-combo-price {
    font-size: 9px;
  }

  .combo-price {
    font-size: 12px;
  }

  .combo-price.large {
    font-size: 16px;
  }
}

/* View All Products Button Styles */
.tf-btn.btn-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #477778;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  transition: all 0.3s ease;
}

.tf-btn.btn-line:hover i {
  transform: rotate(45deg);
}

.tf-btn.btn-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #477778;
  transition: transform 0.3s ease;
  transform-origin: left;
}

.tf-btn.btn-line i {
  font-size: 18px;
  transition: transform 0.3s ease;
}

/* Responsive Button */
@media only screen and (max-width: 991px) {
  .tf-btn.btn-line {
    font-size: 16px;
  }

  .tf-btn.btn-line i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .tf-btn.btn-line {
    font-size: 13px;
  }

  .tf-btn.btn-line i {
    font-size: 16px;
  }
}

/* Sale Menu Item Styling */
.sale-badge {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* Subtle hover effect for sale menu */
.sale-menu-item:hover .sale-badge,
.sale-menu-mobile:hover .sale-badge {
  transform: scale(1.05);
  transition: transform 0.2s ease;
}

/*# sourceMappingURL=style.css.map */
.sale-badge {
  background: #ff4444;
  color: white;
  padding: 1px 1px;
  /* border-radius: 8px; */
  font-size: 8px;
  line-height: 1;
  top: -15px;
  font-weight: 600;
  margin-left: -15px;
  text-transform: uppercase;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 30px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

.whatsapp-float i {
  line-height: 60px;
  font-size: 30px;
}

.whatsapp-float:hover {
  background-color: #128c7e;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  animation: none;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 65px;
    right: 20px;
    font-size: 25px;
  }

  .whatsapp-float i {
    line-height: 50px;
    font-size: 25px;
  }
}

/* Kuwait Flag in Header */
.sp-lang-drop {
  position: relative;
  margin-left: 15px;
}

/* Elegant View More button in Combo section */
.combo-view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 16px;
  background: linear-gradient(135deg, #477778 0%, #3b6f75 100%);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(75, 144, 151, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

.combo-view-more i {
  font-size: 18px;
}

.combo-view-more:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(75, 144, 151, 0.35);
}

.combo-view-more:active {
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(75, 144, 151, 0.25);
}

@media (max-width: 767px) {
  .sp-collection-2 .sp-title {
    text-align: left;
  }

  .sp-collection-2 .sp-title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .sp-collection-2 .combo-view-more {
    margin-top: 12px;
  }
}

.sp-lang-drop .header-icon img.kuwait-flag {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 3px;
}

.sp-lang-drop .sp-btn-desc img.kuwait-flag-inline {
  width: 24px;
  height: 16px;
  object-fit: contain;
  border-radius: 2px;
  vertical-align: middle;
}

/* Removed Mobile Language Selector - No longer needed */

/* Ensure language selector visible on all sizes */
@media (max-width: 991px) {
  .sp-lang-drop {
    display: block;
  }
}

/* Mobile Header Layout Improvements */
@media only screen and (max-width: 767px) {

  /* Keep logo and icons on same row */
  .sp-header-2 .inner-bottom-header {
    flex-direction: row !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
  }

  /* Logo section - left side */
  .sp-header-2 .sp-logo-detail {
    width: auto !important;
    order: 1;
  }

  /* Icons section - right side */
  .sp-header-2 .sp-icons {
    width: auto !important;
    order: 2;
  }

  /* Search bar - full width below logo and icons */
  .sp-header-2 .inner-bottom-header .header-search {
    width: 100% !important;
    order: 3;
    padding: 15px 0 0 0 !important;
  }

  /* Hide Account icon on mobile */
  .sp-header-2 .sp-header-buttons .sp-acc-drop {
    display: none !important;
  }

  /* Show Kuwait flag icon on mobile */
  .sp-lang-drop {
    display: block !important;
  }

  .sp-lang-drop .sp-btn-desc {
    display: inline-flex !important;
    align-items: center;
    margin-left: 6px;
  }

  .sp-lang-drop .header-icon {
    width: auto;
    height: auto;
  }

  .sp-lang-drop .header-icon img.kuwait-flag {
    width: 24px;
    height: 24px;
  }

  /* Adjust header button spacing for mobile */
  .sp-header-2 .sp-header-buttons {
    gap: 13px;
  }

  .sp-header-2 .sp-header-buttons .sp-header-btn {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 575px) {

  /* Keep the same layout for smaller screens */
  .sp-header-2 .bottom-header .inner-bottom-header {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .header-logo {
    width: auto !important;
    justify-content: flex-start !important;
  }
}

/* ===== Ramadan Collection Styles ===== */
.sp-ramadan-collection {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.sp-ramadan-collection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="ramadan-pattern" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e9ecef" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23ramadan-pattern)"/></svg>');
  opacity: 0.1;
  z-index: 1;
}

.sp-ramadan-collection .container {
  position: relative;
  z-index: 2;
}

.ramadan-banner {
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.ramadan-banner .banner-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.ramadan-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ramadan-banner .banner-text-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: white;
  padding: 40px;
  z-index: 3;
}

.ramadan-banner .banner-text-overlay h2 {
  font-family: "Lato", sans-serif;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.ramadan-banner .banner-text-overlay p {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.6;
}

.ramadan-products {
  height: 100%;
  display: flex;
  align-items: center;
}

.ramadan-product-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ramadan-product-row {
  display: flex;
  gap: 15px;
  height: 50%;
}

.ramadan-product-item {
  flex: 1;
  position: relative;
}

.ramadan-product-item .sp-product-card {
  height: 100%;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.ramadan-product-item .sp-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.ramadan-product-item .sp-pro-img {
  position: relative;
  overflow: hidden;
}

.ramadan-product-item .sp-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ramadan-product-item .sp-product-card:hover .sp-pro-img img {
  transform: scale(1.05);
}

.ramadan-product-item .sale-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #e74c3c;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
}

.ramadan-product-item .sp-pro-details {
  padding: 20px;
}

.ramadan-product-item .sp-pro-subtitle a {
  color: #667eea;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.ramadan-product-item .sp-pro-title a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.4;
  margin: 8px 0;
  display: block;
  transition: color 0.3s ease;
}

.ramadan-product-item .sp-pro-title a:hover {
  color: #667eea;
}

.ramadan-product-item .sp-price .new-price {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #e74c3c;
}

.ramadan-product-item .sp-price .old-price {
  font-size: 16px;
  color: #95a5a6;
  text-decoration: line-through;
  margin-left: 8px;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
  .sp-ramadan-collection .row {
    flex-direction: column;
  }

  .sp-ramadan-collection .col-lg-6 {
    width: 100%;
    margin-bottom: 30px;
  }

  .ramadan-banner {
    min-height: 300px;
  }

  .ramadan-banner .banner-text-overlay {
    padding: 30px 20px;
  }

  .ramadan-banner .banner-text-overlay h2 {
    font-size: 2.1rem;
  }

  .ramadan-banner .banner-text-overlay p {
    font-size: 1rem;
  }

  .ramadan-product-grid {
    flex-direction: row;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
  }

  .ramadan-product-row {
    flex-direction: column;
    gap: 15px;
    min-width: 200px;
  }

  .ramadan-product-item {
    min-width: 180px;
  }
}

@media (max-width: 767px) {
  .ramadan-banner .banner-text-overlay h2 {
    font-size: 2rem;
  }

  .ramadan-product-item .sp-pro-details {
    padding: 20px 10px;
  }

  .ramadan-product-grid {
    flex-direction: column;
  }

  .ramadan-product-row {
    flex-direction: row;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 10px;
  }

  .ramadan-product-item {
    min-width: 150px;
    flex-shrink: 0;
  }
}

/* ==== Merged from demo-2.css on 2025-10-29 ==== */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");

.sp-footer-2 {
  color: #fff;
  background: #eff4f7;
  position: relative;
}

.sp-footer-2 .footer-top .sp-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-footer-2 .footer-top .sp-footer-company .sp-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #222222;
  display: inline-block;
  position: relative;
}

.sp-footer-2 .footer-top .sp-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 5px;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px solid #477778;
}

.sp-footer-2 .footer-top .sp-footer-widget .s-head {
  display: none;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links ul {
  margin-bottom: 0;
  padding: 0;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links i {
  line-height: 0;
  font-size: 18px;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link:not(:last-child) {
  margin-bottom: 14px;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #000;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 400;
}

.sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a:hover {
  color: #477778;
  opacity: 1;
}

.sp-footer-2 .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links li:first-child {
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

.sp-footer-2 .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links li p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #111;
}

.sp-footer-2 .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links a {
  text-transform: unset;
}

.sp-footer-2 .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links .sp-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-footer-2 .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-links .sp-footer-link .mt-15px {
  margin-top: 15px;
}

.sp-footer-2 .footer-top .sp-footer-social {
  margin-bottom: 0;
}

.sp-footer-2 .footer-top .sp-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sp-footer-2 .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link {
  padding-right: 5px;
}

.sp-footer-2 .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link:not(:last-child) {
  margin-bottom: 0;
}

.sp-footer-2 .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #000000;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.sp-footer-2 .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link a:hover {
  background-color: #477778;
}

.sp-footer-2 .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.sp-footer-contact {
  margin-bottom: 30px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #393e48;
  background-color: #477778;
}

.footer-bottom .sp-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.footer-bottom .sp-copy {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 300;
}

.footer-bottom .sp-copy span {
  font-weight: 300;
}

.footer-bottom .sp-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #fff;
}

.footer-bottom .sp-copy .site-name:hover {
  color: #477778;
}

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

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a {
    font-size: 16px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links li p {
    font-size: 16px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .app-img img {
    max-width: 120px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-detail {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-footer-2:before {
    height: 50px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link a {
    font-size: 16px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links li p {
    font-size: 16px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-detail {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-dropdown {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .sp-footer-2:before {
    height: 40px;
    background-size: cover;
  }

  .sp-footer-2 .footer-top .sp-footer-company {
    margin-bottom: 24px;
  }

  .sp-footer-2 .footer-top .container>.row {
    padding: 0;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links ul {
    margin-bottom: 15px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-links .sp-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }

  .sp-footer-2 .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .sp-footer-2 .footer-top .sp-footer-contact .sp-footer-widget .sp-footer-heading {
    margin-bottom: 15px;
  }

  .sp-footer-contact {
    margin-bottom: 0;
  }

  .footer-news-title {
    font-size: 20px;
  }

  .sp-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }

  .sp-footer-links.sp-footer-dropdown {
    display: none;
    padding: 0 0 15px 0;
  }

  .footer-bottom-copy {
    text-align: center;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-bottom .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }

  .footer-bottom .sp-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom .sp-bottom-info .footer-copy {
    margin-bottom: 0px;
  }

  .col.footer-bottom-right {
    margin: 15px auto;
  }

  .footer-bottom-payment.d-flex.justify-content-end {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .s-head {
    display: block;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .m-minus-991 {
    margin-bottom: -15px;
  }
}

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

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-logo,
  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-dark-logo {
    max-width: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-footer-2:before {
    height: 30px;
  }

  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-logo,
  .sp-footer-2 .footer-top .sp-footer-widget .sp-footer-dark-logo {
    max-width: 110px;
  }
}

@media only screen and (max-width: 360px) {
  .footer-bottom .sp-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}

/**  Header 2  **/
.sticky-nav.menu_fixed .sp-main-menu-desk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 16;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #477778;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.sticky-nav.menu_fixed_up .sp-main-menu-desk {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  z-index: 16;
  -webkit-box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
  background: #ffffff;
  -webkit-transition: top 1s;
  transition: top 1s;
}

.menu_fixed,
.menu_fixed_up {
  height: 180px;
}

.sp-header-2 {
  position: relative;
  z-index: 16;
  /*===== Mobile menus =====*/
}

.sp-header-2 .top-header {
  background-color: #212529;
  padding: 6px 0;
}

.sp-header-2 .top-header .inner-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-header-2 .top-header .inner-top-header .col-left-bar a {
  font-size: 16px;
  color: #fff;
}

.sp-header-2 .top-header .inner-top-header .col-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header-2 .top-header .inner-top-header .col-right-bar .cols {
  padding: 0 12px;
}

.sp-header-2 .top-header .inner-top-header .col-right-bar .cols span,
.sp-header-2 .top-header .inner-top-header .col-right-bar .cols a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #fff;
}

.sp-header-2 .top-header .inner-top-header .col-right-bar .cols>a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  color: #fff;
}

.sp-header-2 .top-header .inner-top-header .col-right-bar .cols .dropdown a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  color: #222222;
  font-weight: 400;
}

.sp-header-2 .top-header .inner-top-header .col-right-bar .cols .dropdown a:hover {
  color: #477778;
}

.sp-header-2 .sp-header-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  width: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header-2 .sp-header-btn:after {
  display: none;
}

.sp-header-2 .sp-header-btn:not(:last-child) {
  margin-left: 30px;
}

.sp-header-2 .sp-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header-2 .sp-header-btn .header-icon svg {
  width: 30px;
  height: 30px;
}

.sp-header-2 .sp-header-btn .header-icon svg .sp-fill {
  fill: #477778;
}

.sp-header-2 .sp-header-btn .header-icon svg .sp-stroke {
  stroke: #477778;
}

.sp-header-2 .sp-header-btn .sp-btn-stitle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.sp-header-2 .sp-header-btn-mobile .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header-2 .sp-header-btn-mobile .header-icon svg {
  width: 30px;
  height: 30px;
}

.sp-header-2 .sp-header-btn-mobile .header-icon svg .sp-fill {
  fill: #000000;
}

.sp-header-2 .sp-header-btn-mobile .header-icon svg .sp-stroke {
  stroke: #000000;
}

.sp-header-2 .sp-toggle-menu {
  display: none;
}

.sp-header-2 .sp-toggle-menu .header-icon i {
  font-size: 22px;
  color: #477778;
}

.sp-header-2 .sp-toggle-menu .header-icon svg {
  width: 25px;
  height: 25px;
}

.sp-header-2 .header-search {
  width: 600px;
  position: relative;
}

.sp-header-2 .header-search .sp-btn-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.sp-header-2 .header-search .sp-btn-group-form .inner-select {
  border-right: 1px solid #477778;
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-header-2 .header-search .sp-btn-group-form .inner-select .custom-select {
  width: 100px;
  text-transform: capitalize;
}

.sp-header-2 .header-search .sp-btn-group-form .inner-select .custom-select .select-options {
  left: -20px;
}

.sp-header-2 .header-search .sp-btn-group-form input {
  background-color: #f7fafb;
  display: block;
  width: 100%;
  min-height: 45px;
  height: 48px;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #111;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #477778;
  letter-spacing: 0.5px;
  color: #488983;
}

.sp-header-2 .header-search .sp-btn-group-form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header-2 .header-search .sp-btn-group-form input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header-2 .header-search .sp-btn-group-form input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header-2 .header-search .sp-btn-group-form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header-2 .header-search .sp-btn-group-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.sp-header-2 .header-search .sp-btn-group-form button {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 100%;
  background: transparent;
  color: #222;
  font-size: 16px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: 0;
  padding: 0;
}

.sp-header-2 .header-search .sp-btn-group-form button i {
  font-size: 18px;
  line-height: 12px;
  color: #222;
}

.sp-header-2 .header-search .sp-btn-group-form button:hover i {
  color: #477778;
}

.sp-header-2 .header-search .sp-search-suggestions {
  position: absolute;
  /* top: calc(100% + 6px); */
  left: 0;
  right: auto;
  width: 100%;
  z-index: 1000;
  display: none;
  background: #fff;
  /* border: 1px solid #e6ecee; */
  /* border-radius: 10px; */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 8px;
  gap: 8px;
  max-height: 320px;
  overflow-y: auto;
}

.sp-header-2 .header-search .sp-search-suggestions.sp-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header-2 .header-search .sp-search-suggestions .sp-suggest-col {
  width: 100%;
}

/* headings removed as per request */
.sp-header-2 .header-search .sp-search-suggestions .sp-suggest-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-header-2 .header-search .sp-search-suggestions .sp-suggest-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  border-radius: 8px;
  cursor: pointer;
}

.sp-header-2 .header-search .sp-search-suggestions .sp-suggest-list li:hover {
  background: #f7fafb;
}

.sp-header-2 .header-search .sp-search-suggestions .sp-suggest-list li img {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #eef3f5;
}

.sp-header-2 .header-search .sp-search-suggestions .sp-suggest-name {
  font-size: 13px;
  color: #000000;
  line-height: 1.2;
}

.sp-header-2 .header-search .sp-search-suggestions .sp-suggest-price {
  margin-left: auto;
  font-size: 12px;
  color: #477778;
  font-weight: 600;
}

.sp-header-2 .bottom-header {
  padding: 20px 0;
  background-color: #fff;
}

.sp-header-2 .bottom-header .inner-bottom-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: space-between;
}

.sp-header-2 .bottom-header .inner-bottom-header .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-sidebar-toggle svg {
  height: 30px;
  width: 30px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-sidebar-toggle svg path {
  stroke: #000000;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-sidebar-toggle {
  display: none;
}

.sp-header-2 .bottom-header .inner-bottom-header .header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header-2 .bottom-header .inner-bottom-header .header-logo img {
  /*width: 125px;*/
  width: 180px;
}

.sp-header-2 .bottom-header .inner-bottom-header .header-logo .dark {
  display: none;
}

.sp-header-2 .bottom-header .inner-bottom-header .header-logo .light {
  display: block;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop,
.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop {
  position: relative;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop:hover .sp-dropdown-menu,
.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop:hover .sp-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu,
.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu {
  min-width: 150px;
  padding: 10px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: block;
  border-radius: 10px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu li,
.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu li {
  padding: 4px 15px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu li a,
.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  line-height: 22px;
  color: #222222;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-acc-drop .sp-dropdown-menu li a:hover,
.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu li a:hover {
  color: #477778;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items {
  margin-bottom: -24px;
  padding: 15px;
  right: 0 !important;
  left: auto !important;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .sp-wish-info {
  max-height: 261px;
  overflow: auto;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li {
  margin-bottom: 15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #eeeeee;
  position: relative;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li:hover .wish-remove-item {
  opacity: 1;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .wish-remove-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  width: 18px;
  height: 18px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.5;
  z-index: 8;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-pro-img img {
  width: 70px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact {
  padding: 10px;
  border-left: 1px solid #eeeeee;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact .sp-wish-sub-title {
  width: 100%;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 18px;
  display: block;
  color: #222;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price .new-price {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price .stock {
  font-size: 12px;
  font-weight: 400;
  color: #477778;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items li .sp-wish-contact span.wish-price .stock.red {
  color: #eb3049;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .wish-sidebar-list.btn {
  margin: 0;
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .wish-sidebar-list.btn a {
  color: #fff;
  line-height: 19px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items .wish-sidebar-list.btn a i {
  margin-left: 5px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu {
  min-width: 350px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 5px;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #222222;
  margin-bottom: 4px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  font-weight: 500;
}

.sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-stitle {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
}

.sp-header-2 .sp-main-menu-desk {
  background-color: #477778;
  padding: 12px 0;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .header-search {
  display: none;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn {
  height: 45px;
  width: 45px;
  margin: 0;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7fafb;
  border: 1px solid #dddddd;
  border-radius: 10px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn svg {
  width: 25px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn svg path {
  stroke: #000000;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .navbar-toggler {
  display: none;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu {
  padding-left: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li a {
  padding: 0;
  line-height: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li a svg {
  width: 20px;
  height: 20px;
  line-height: 18px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li a svg path {
  stroke: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:not(:last-child) {
  margin-right: 20px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover a.nav-link {
  color: #fff;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover a.nav-link:after {
  border-color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover span {
  color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown {
  margin-right: 45px !important;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown:hover .mega-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown:hover .sp-dropdown-item {
  position: relative;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown:hover .sp-dropdown-item:after {
  border-color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu {
  min-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  padding: 0 0 0 30px;
  position: absolute;
  top: 40px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu .menu_title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu .menu_title a {
  height: auto;
  color: #477778;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li {
  margin: 0;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  text-transform: capitalize;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li a:hover {
  color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li a.active {
  color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .mega-menu li ul {
  width: calc(25% - 30px);
  margin-right: 30px;
  padding: 15px 0;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu {
  width: 400px;
  max-width: 500px;
  min-width: auto;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li img:hover {
  border-color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li ul {
  width: calc(50% - 30px);
  padding: 24px 0;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu li ul a {
  padding: 0;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .img-menu .img_title {
  padding-top: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .sp-dropdown-item {
  position: relative;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-main-dropdown .sp-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea4e";
  font-family: "remixicon";
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 5px;
  position: absolute;
  top: 55%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-home-nav {
  position: relative;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown {
  margin-right: 45px !important;
  position: relative;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-item {
  position: relative;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea4e";
  font-family: "remixicon";
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 3px;
  position: absolute;
  top: 55%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu {
  min-width: 230px;
  padding: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  position: absolute;
  top: 32px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  /* overflow: hidden; */
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li {
  margin: 0;
  padding: 5px 15px;
  border-bottom: 1px solid #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:last-child {
  border-bottom: none;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #477778;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover {
  background-color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover a {
  color: #fff !important;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a .lbl {
  height: 20px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  color: #fff;
  background-color: #ff7381;
  border-radius: 5px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a:hover {
  color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a.active {
  color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown:hover .sp-dropdown-menu {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown:hover .sp-dropdown-item:after {
  border-color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown {
  cursor: pointer;
  position: relative;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-item:after {
  content: "\ea6e";
  font-family: "remixicon";
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 0;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 220px;
  padding: 10px;
  margin: 25px 0 0 0;
  position: absolute;
  top: 0;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: -20px;
  left: 193px;
  right: auto !important;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu li {
  margin: 0;
  padding: 5px 15px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu li a {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown .sp-mega-menu li a:hover {
  color: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-mega-dropdown:hover .sp-mega-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select {
  width: 180px;
  background-color: #f7fafb;
  border: 1px solid #dddddd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select svg {
  margin: 0 10px;
  width: 25px;
  height: 25px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select svg path {
  stroke: #477778;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  font-weight: 400;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select:active {
  background-color: transparent;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .select {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .select-options {
  min-width: 175px;
  margin: 15px auto 0 auto;
  padding: 10px 0;
  left: auto;
  right: -15px;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .select-options li {
  padding: 5px 20px !important;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu .inner-select .custom-select .custom-select:after {
  top: 22%;
}

.sp-header-2 .sp-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  z-index: 16;
}

.sp-header-2 .sp-mobile-menu-overlay:hover {
  cursor: url("../img/icons/18.svg"), auto;
}

.sp-header-2 .sp-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: calc(100% - 30px);
  padding: 15px 10px 20px 10px;
  margin: 15px 15px 15px 0;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 17;
  overflow: auto;
  border-radius: 0 15px 15px 0;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
}

.sp-header-2 .sp-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}

.sp-header-2 .sp-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0 0 0px #000;
}

.sp-header-2 .sp-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #000000;
  border-radius: 20px;
}

.sp-header-2 .sp-mobile-menu .sp-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-header-2 .sp-mobile-menu .sp-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.sp-header-2 .sp-mobile-menu .sp-menu-title .sp-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #111;
  background-color: transparent;
  border: 0;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul {
  padding: 0;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li {
  position: relative;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #111;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li a:last-child() {
  margin-bottom: 0;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .menu-toggle {
  width: 100%;
  height: 48px;
  padding-right: 10px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .menu-toggle::before {
  content: "+";
  margin-left: auto;
  font-weight: 500;
  color: #222222;
  font-size: 19px;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li.active>.menu-toggle::before {
  content: "-";
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .sp-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 16px;
  color: #222;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .header-res-social {
  margin-top: 30px;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .header-res-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .header-res-social ul li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 10px;
}

.sp-header-2 .sp-mobile-menu .sp-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.sp-header-2 .sp-mobile-menu.sp-menu-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}


/* Responsive Header 2 */
@media only screen and (max-width: 1399px) {
  .sp-header-2 .bottom-header .inner-bottom-header .header-search {
    width: 500px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk {
    position: relative;
  }

  .sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu {
    position: unset;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .header-search {
    width: 400px;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-btn-desc {
    display: none;
  }

  .sp-header-2 .sp-header-btn:not(:last-child) {
    margin-left: 20px;
  }

  .sp-header-2 .sp-header-btn .header-icon svg {
    width: 25px;
    height: 25px;
  }

  .sp-header-2 .sp-header-btn:not(:first-child) {
    margin-left: 20px;
  }
}

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

  .menu_fixed,
  .menu_fixed_up {
    height: auto;
  }

  .sp-header-2 .header-search .sp-btn-group-form .inner-select {
    display: none;
  }

  .sp-header-2 .header-search .sp-btn-group-form input {
    min-height: 40px;
    height: 40px;
    padding: 10px;
  }

  .sp-header-2 .bottom-header {
    background-color: #fff;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .sp-sidebar-toggle svg {
    width: 22px;
    height: 22px;
  }

  .sp-header-2 .sp-main-menu-desk {
    display: none;
  }

  .sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-dropdown-menu {
    display: none;
  }

  .sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .header-search {
    width: 500px;
    display: inline;
  }

  .sp-header-2 .sp-header-btn .header-icon svg {
    width: 25px;
    height: 25px;
  }

  .sp-header-2 .bottom-header {
    padding: 15px 0;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .sp-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .header-logo img {
    width: 115px;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .header-search {
    width: 100%;
    min-width: 300px;
  }

  .sp-header-2 .top-header {
    display: none;
  }

  .sp-header-2 .sp-toggle-menu {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-header-2 .sp-main-menu {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop .sp-dropdown-menu {
    min-width: 290px;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .sp-header-buttons .sp-wish-drop div.sp-wish-items {
    left: -112px !important;
  }

  .sp-lang-drop {
    position: relative;
    margin-left: 2px;
  }

  .sp-header-2 .inner-bottom-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sp-header-2 .inner-bottom-header .cols:nth-child(1) {
    order: 1;
    width: auto;
  }

  .sp-header-2 .inner-bottom-header .cols:nth-child(2) {
    order: 3;
    width: 100%;
  }

  .sp-header-2 .inner-bottom-header .cols:nth-child(3) {
    order: 2;
    width: auto;
  }

  .sp-header-2 .inner-bottom-header .header-search {
    padding: 15px 0 0 0;
  }

  .sp-header-2 .sp-logo-detail {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .sp-header-2 .header-search .sp-btn-group-form {
    margin: 0;
  }

  /* Hide Account icon on mobile */
  .sp-header-2 .sp-header-buttons .sp-acc-drop {
    display: none !important;
  }

  /* Show Kuwait flag and AR on mobile */
  .sp-lang-drop {
    display: block !important;
  }

  .sp-lang-drop .sp-btn-desc {
    display: inline-flex !important;
    align-items: center;
    margin-left: 6px;
  }

  /* Adjust header button spacing */
  .sp-header-2 .sp-header-buttons {
    gap: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-header-2 .header-search .sp-btn-group-form .custom-dropdown {
    padding: 0 10px;
  }

  .sp-header-2 .sp-flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-header-btn {
    display: none;
  }

  .sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .header-search {
    width: 100%;
  }

  .sp-header-2 .bottom-header .inner-bottom-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .sp-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
  }
}

@media only screen and (max-width: 480px) {
  .sp-header-2 .sp-mobile-menu {
    width: 300px;
  }

  .sp-header-2 .header-search .sp-btn-group-form .inner-select {
    display: none;
  }

  .sp-header-2 .header-search .sp-btn-group-form input {
    padding: 10px;
  }

  .sp-header-2 .bottom-header .inner-bottom-header .header-logo img {
    width: 100px;
  }
}

@media only screen and (max-width: 460px) {
  .sp-header-2 .bottom-header .inner-bottom-header .header-logo img {
    width: 95px;
  }
}

/* Layouts ( Import Layouts ) */
/**  Hero Section  **/
.sp-hero-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eff4f7;
  position: relative;
}

.sp-hero-2 .sp-hero-block {
  padding: 50px 0 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-hero-2 .sp-hero-block .sp-slide-img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-hero-2 .sp-hero-block .sp-slide-img .sp-slide-img-box {
  padding: 30px 0 30px 30px;
  position: relative;
}

.sp-hero-2 .sp-hero-block .sp-slide-img .sp-slide-img-box .shape:after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  z-index: -1;
}

.sp-hero-2 .sp-hero-block .sp-slide-img img {
  width: 100%;
  border-radius: 15px;
}

.sp-hero-2 .sp-icon-set {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: 0;
  background-size: 500px;
}

.sp-hero-2 .sp-hero-details {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.sp-hero-2 .sp-animation>* {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.sp-hero-2 .owl-item.active .sp-animation>* {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.sp-hero-2 .owl-item.active .sp-animation>*:nth-child(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.sp-hero-2 .owl-item.active .sp-animation>*:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sp-hero-2 .owl-item.active .sp-animation>*:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.sp-hero-2 h1,
.sp-hero-2 h2 {
  margin-bottom: 15px;
  color: #477778;
  font-size: 60px;
  font-weight: 700;
}

.sp-hero-2 h1 span,
.sp-hero-2 h2 span {
  font-weight: 400;
  color: #111;
}

.sp-hero-2 p {
  max-width: 600px;
  margin-bottom: 15px;
  color: #111;
  overflow: hidden;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sp-hero-2 .sp-btns {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-hero-2 .sp-btns a {
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Responsive Hero */
@media only screen and (max-width: 1399px) {

  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 45px;
  }
}

@media only screen and (max-width: 1199px) {

  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-hero-2:before {
    background-size: cover;
  }

  /* .sp-pro-box-2 .sp-pro-img .inner-img {
    height: 220px;
  } */
  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 40px;
  }
}

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

  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-hero-2 .sp-hero-block {
    padding: 50px 0 50px 0;
  }

  .sp-hero-2 .sp-hero-block .sp-slide-img .sp-slide-img-box {
    padding: 15px 0 15px 15px;
  }

  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {

  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 460px) {

  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 360px) {

  .sp-hero-2 h1,
  .sp-hero-2 h2 {
    font-size: 22px;
  }
}

/**  About 2 section  **/
.sp-about-2 .sp-img-set {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-about-2 .sp-img-box {
  position: relative;
}

.sp-about-2 .sp-img-box .main-img {
  max-width: calc(100% - 265px);
  padding-bottom: 0;
  border-radius: 150px 150px 15px 150px;
}

.sp-about-2 .sp-img-box .sp-detail {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.sp-about-2 .sp-img-box .sp-detail .info {
  width: 250px;
  padding: 15px;
  background-color: #477778;
  text-align: center;
  border-radius: 15px 100px 15px 15px;
}

.sp-about-2 .sp-img-box .sp-detail .info h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.sp-about-2 .sp-img-box .sp-detail .info p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
}

.sp-about-2 .sp-img-box .sp-detail .sp-shap {
  max-width: 350px;
  padding: 15px 0 0 15px;
  background-color: #fff;
  border-radius: 15px 0 0 0;
  position: relative;
}

.sp-about-2 .sp-img-box .sp-detail .sp-shap:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  background-repeat: no-repeat;
}

.sp-about-2 .sp-img-box .sp-detail .sp-shap:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  top: -15px;
  left: 70px;
  background-repeat: no-repeat;
}

.sp-about-2 .sp-img-box .sp-detail .sp-shap img {
  width: 100%;
  border-radius: 15px 15px 100px 15px;
}

.sp-about-2 p {
  color: #222222;
}

.sp-about-2 .sp-details {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sp-about-2 .sp-details .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-about-2 .sp-details .list:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.sp-about-2 .sp-details .list .icon {
  margin-right: 30px;
  padding: 15px;
  border: 1px dashed #477778;
  border-radius: 15px;
  background-color: #f7fafb;
}

.sp-about-2 .sp-details .list .icon img {
  width: 60px;
}

.sp-about-2 .sp-details .list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-about-2 .sp-details .list .info h5 {
  color: #000000;
  font-size: 23px;
  font-weight: 700;
}

.sp-about-2 .sp-details .list .info p {
  margin: 0;
  color: #222222;
}

.sp-about-2 .sp-read {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-about-2 .sp-read a i {
  margin-left: 10px;
}

.sp-category-slider {
  margin-bottom: 30px;
}

/* Responsive About */
@media only screen and (max-width: 1399px) {
  .sp-about-2 .sp-img-box .main-img {
    max-width: calc(100% - 165px);
    margin-bottom: 30px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info {
    width: 150px;
  }

  .sp-about-2 .sp-img-box .sp-detail .sp-shap {
    max-width: 300px;
  }

  .sp-about-2 .sp-img-box .sp-detail .sp-shap:before {
    left: 120px;
  }

  .sp-about-2 .sp-img-box .sp-detail .sp-shap:after {
    bottom: 30px;
  }

  .sp-about-2 .sp-details {
    padding: 15px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-about-2 .sp-img-box .main-img {
    max-width: calc(100% - 125px);
    border-radius: 50px 50px 15px 50px;
  }

  .sp-about-2 .sp-img-box .sp-detail .sp-shap {
    max-width: 260px;
    padding: 10px 0 0 10px;
  }

  .sp-about-2 .sp-img-box .sp-detail .sp-shap img {
    border-radius: 15px 15px 50px 15px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info {
    width: 115px;
    border-radius: 15px 50px 15px 15px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info h3 {
    font-size: 36px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info p {
    font-size: 16px;
  }

  .sp-about-2 .sp-details .list .info h5 {
    font-size: 20px;
  }

  .sp-about-2 .sp-details .list:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .sp-about-2 p {
    line-height: 23px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-about-2 .sp-img-box {
    margin-bottom: 30px;
  }

  .sp-about-2 .sp-details .list:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .sp-about-2 .sp-details .list .info h5 {
    font-size: 18px;
  }

  .sp-about-2 .sp-details .list .icon img {
    width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-about-2 .sp-details .list .info h5 {
    font-size: 17px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-about-2 .sp-details .list .info h5 {
    font-size: 16px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .sp-about-2 .sp-img-box .sp-detail .sp-shap:before {
    left: 91px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info {
    margin: 0 -10px -10px 0;
    border: 10px solid #fff;
  }

  .sp-about-2 .sp-img-box .sp-detail .info h3 {
    font-size: 32px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info p {
    font-size: 16px;
    line-height: 20px;
  }

  .sp-about-2 .sp-img-box .sp-detail img {
    max-width: 200px;
  }

  .sp-about-2 .sp-img-box .sp-detail img {
    border-top-width: 10px;
    border-left-width: 10px;
  }

  .sp-about-2 .sp-img-box .main-img {
    max-width: calc(100% - 75px);
  }
}

@media only screen and (max-width: 460px) {
  .sp-about-2 .sp-img-box .sp-detail .sp-shap:before {
    left: 41px;
  }

  .sp-about-2 .sp-img-box .sp-detail img {
    max-width: 150px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info h3 {
    font-size: 26px;
  }

  .sp-about-2 .sp-img-box .sp-detail .info p {
    font-size: 13px;
    line-height: 18px;
  }

  .sp-about-2 .sp-img-box .main-img {
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-width: 360px) {
  .sp-about-2 .sp-img-box .main-img {
    max-width: calc(100% - 30px);
  }

  .sp-about-2 .sp-img-box .sp-detail .info {
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
  }

  .sp-about-2 .sp-details .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sp-about-2 .sp-details .list .icon {
    margin: 0 0 20px 0;
  }
}

/**  Category section  **/
.sp-category-2 {
  background-color: #ffffff;
}

.sp-category-2 .sp-category-slider {
  padding: 10px 0;
}

.sp-category-2 .sp-category-block {
  padding: 0;
}

.sp-category-2 .sp-category-block .category-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  cursor: pointer;
  width: 100%;
}


.sp-category-2 .sp-category-block .category-detail .category-img {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  aspect-ratio: 3 / 4;
  background-color: #ffffff;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}

.sp-category-2 .sp-category-block .category-detail .category-img:after {
  display: none;
}

.sp-category-2 .sp-category-block .category-detail:hover .category-img:after {
  display: none;
}

.sp-category-2 .sp-category-block .category-detail .category-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 40px;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  /* adjust height or use aspect-ratio */
  object-fit: cover;
  display: block;
  clip-path: polygon(32% 0%, 92% 0%, 100% 0%, 100% 78%, 68% 100%, 0% 100%, 0% 96%, 0% 22%);
  transition: transform .25s ease;
}

.slider-wrapper {
  width: 100%;
  position: relative;
}

.carousel-progress-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  font-family: sans-serif;
  width: 30%;
  margin: auto;
}

.carousel-progress {
  flex: 1;
  height: 3px;
  background: #eee;
  border-radius: 3px;
  overflow: hidden;
}

.carousel-progress-fill {
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.3s ease;
}

.prev-text,
.next-text {
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}

.prev-text:disabled,
.next-text:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Optional: cursor prompt on slides */
.sp-category-slider .item {
  cursor: pointer;
}

.sp-category-2 .sp-category-block .category-detail .category-info {
  margin-top: 12px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.sp-category-2 .sp-category-block .category-detail:hover .category-info {
  background-color: transparent;
  border-color: transparent;
}

.sp-category-2 .sp-category-block .category-detail .category-info h5 {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}

.sp-category-2 .sp-category-block .category-detail .category-info h5 a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sp-category-2 .sp-category-block .category-detail .category-info h5 a:hover {
  color: #477778;
}

/* Responsive Category */
@media only screen and (max-width: 991px) {
  .sp-category-2 .sp-category-block .category-detail .category-info {
    margin-top: 10px;
    padding-top: 0;
  }

  .sp-category-2 .sp-category-block .category-detail .category-info h5 a {
    font-size: 14px;
  }

  .sp-category-2 .sp-category-block .category-detail .category-img {
    border-radius: 18px;
  }

  .sp-category-2 .sp-category-block .category-detail .category-img img {
    border-radius: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .sp-category-2 .sp-category-block .category-detail .category-info {
    margin-top: 8px;
  }

  .sp-category-2 .sp-category-block .category-detail .category-info h5 a {
    font-size: 13px;
  }

  .sp-category-2 .sp-category-block .category-detail .category-img {
    border-radius: 15px;
  }

  .sp-category-2 .sp-category-block .category-detail .category-img img {
    border-radius: 15px;
  }
}

/**  Collection section  **/
.sp-collection-2 {
  background-color: #eff4f7;
}

.sp-collection-2 .sp-icon-set {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
  z-index: 0;
  background-size: 500px;
}

.sp-collection-block .collection-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-collection-block .collection-detail .collection-info h5 {
  margin-bottom: 10px;
  text-align: left;
  text-transform: capitalize;
}

.sp-collection-block .collection-detail .collection-info h5 a {
  color: #000000;
  font-size: 18px;
  font-weight: 900;
}

.sp-collection-block .collection-detail .collection-info h5 a:hover {
  color: #477778;
}

.sp-collection-block .collection-detail .collection-info .collection-footer {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: left;
}

.sp-collection-block .collection-detail .collection-info .collection-footer .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-collection-block .collection-detail .collection-info .collection-footer h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

/* Responsive Collection */
@media only screen and (max-width: 1399px) {

  .sp-collection-2 .sp-icon-set .icon-1,
  .sp-collection-2 .sp-icon-set .icon-4,
  .sp-collection-2 .sp-icon-set .icon-5,
  .sp-collection-2 .sp-icon-set .icon-6,
  .sp-collection-2 .sp-icon-set .icon-7,
  .sp-collection-2 .sp-icon-set .icon-9,
  .sp-collection-2 .sp-icon-set .icon-11,
  .sp-collection-2 .sp-icon-set .icon-13 {
    width: 100px;
  }

  .sp-collection-2 .sp-icon-set .icon-4 {
    width: 120px;
  }

  .sp-collection-2 .sp-icon-set .icon-6 {
    width: 150px;
  }

  .sp-collection-block .collection-detail .collection-info {
    margin-top: -120px;
    padding: 130px 15px 15px 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-collection-block .collection-detail .collection-info {
    margin-top: -140px;
    padding: 155px 15px 15px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-collection-block .collection-detail .collection-info {
    margin-top: -120px;
    padding: 130px 15px 15px 15px;
  }

  .sp-collection-block .collection-detail .collection-info h5 a {
    font-size: 16px;
  }

  .sp-collection-block .collection-detail .collection-info .collection-footer h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-collection-block .collection-detail .collection-info h5 a {
    font-size: 16px;
  }
}

/**  Hero Section  **/
.sp-deal-2 .deal-box {
  height: 500px;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7fafb;
  position: relative;
  border-radius: 15px;
  border: 1px dashed #477778;
}

.sp-deal-2 .deal-box .sp-icon-set {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.2;
  z-index: 0;
  background-size: 500px;
}

.sp-deal-2 .deal-box .deal-detail {
  z-index: 7;
}

.sp-deal-2 .deal-box p {
  font-size: 16px;
  line-height: 17px;
}

.sp-deal-2 .deal-box p img {
  width: 12px;
}

.sp-deal-2 .deal-box h3 {
  margin-bottom: 30px;
  color: #000000;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sp-deal-2 .deal-box h3 span {
  width: 100%;
  color: #477778;
}

.sp-deal-2 .deal-box a {
  margin-top: 30px;
}

.sp-deal-2 .deal-box a i {
  margin-right: 5px;
}

.sp-deal-2 .deal-box .deal-timer {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sp-deal-2 .deal-box .deal-timer .time-block {
  min-width: 100px;
  margin: 5px;
  padding: 15px;
  background-color: #fff;
  border: 1px dashed #000000;
  border-radius: 15px;
}

.sp-deal-2 .deal-box .deal-timer .time-block .time {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.sp-deal-2 .deal-box .deal-timer .time-block .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222;
  font-size: 16px;
  text-align: center;
}

.sp-deal-2 .deal-box .character {
  width: 350px;
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 6;
}

.sp-deal-2 .box-2 {
  padding: 50px;
}

.sp-deal-2 .box-2 a {
  margin: 0;
}

.sp-deal-2 .box-2 .deal-detail .limit {
  width: 150px;
  height: 150px;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.sp-deal-2 .box-2 .deal-detail .limit svg {
  width: 100%;
  height: 100%;
  fill: #477778;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-animation: rotate-animation 30s infinite linear;
  animation: rotate-animation 30s infinite linear;
}

.sp-deal-2 .box-2 .deal-detail .limit h3 {
  font-size: 30px;
}

.sp-deal-2 .box-2 .deal-detail .limit h3,
.sp-deal-2 .box-2 .deal-detail .limit p {
  margin: 0;
  color: #fff;
  z-index: 5;
  text-align: center;
  position: relative;
}

.sp-deal-2 .box-2 .character {
  width: 220px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 6;
}

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Responsive Deal */
@media only screen and (max-width: 1399px) {
  .sp-deal-2 .deal-box {
    height: 370px;
    padding: 30px;
  }

  .sp-deal-2 .deal-box h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .sp-deal-2 .deal-box .character {
    width: 260px;
    right: 10px;
  }

  .sp-deal-2 .deal-box .deal-timer .time-block {
    min-width: 80px;
    padding: 10px;
  }

  .sp-deal-2 .deal-box .deal-timer .time-block .time {
    font-size: 25px;
  }

  .sp-deal-2 .box-2 .character {
    width: 140px;
  }

  .sp-deal-2 .box-2 .deal-detail .limit {
    width: 100px;
    height: 100px;
    margin-top: 50px;
  }

  .sp-deal-2 .box-2 .deal-detail .limit h3 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .sp-deal-2 .deal-box {
    height: 350px;
  }

  .sp-deal-2 .deal-box h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .sp-deal-2 .deal-box .character {
    width: 220px;
  }

  .sp-deal-2 .deal-box .deal-timer .time-block {
    min-width: 70px;
    padding: 10px;
  }

  .sp-deal-2 .deal-box .deal-timer .time-block .time {
    font-size: 22px;
  }

  .sp-deal-2 .box-2 .character {
    width: 120px;
  }

  .sp-deal-2 .box-2 .deal-detail .limit {
    width: 80px;
    height: 80px;
    margin-top: 50px;
  }

  .sp-deal-2 .box-2 .deal-detail .limit h3 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-deal-2 .box-1 {
    margin-bottom: 30px;
  }

  .sp-deal-2 .box-2 .character {
    width: 160px;
    right: 50px;
  }

  .sp-deal-2 .deal-box h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-deal-2 .deal-box h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-deal-2 .deal-box a {
    margin-top: 20px;
  }

  .sp-deal-2 .deal-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 33px;
  }

  .sp-deal-2 .deal-box .deal-timer {
    max-width: 165px;
  }

  .sp-deal-2 .deal-box .deal-timer .time-block {
    padding: 5px;
  }

  .sp-deal-2 .deal-box .deal-timer .time-block .time {
    font-size: 18px;
    line-height: 20px;
  }

  .sp-deal-2 .deal-box .deal-timer .time-block .text {
    font-size: 12px;
  }

  .sp-deal-2 .box-2 {
    height: 290px;
    overflow: hidden;
  }

  .sp-deal-2 .box-2 .character {
    width: 140px;
  }

  .sp-deal-2 .box-2 a {
    margin-top: 0;
  }
}

@media only screen and (max-width: 460px) {
  .sp-deal-2 .deal-box .character {
    width: 170px;
  }

  .sp-deal-2 .deal-box h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .sp-deal-2 .box-2 .character {
    width: 120px;
  }
}

@media only screen and (max-width: 360px) {
  .sp-deal-2 .deal-box .character {
    display: none;
  }

  .sp-deal-2 .deal-box h3 {
    font-size: 18px;
  }

  .sp-deal-2 .box-2 .character {
    display: block;
    right: -25px;
    opacity: 0.5;
  }
}

/**  Label line  **/
.sp-label-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  position: relative;
}

.sp-label-2 .sp-label-list {
  padding: 15px 0 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.sp-label-2 .sp-label-list ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: infiniteScroll;
  animation-name: infiniteScroll;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sp-label-2 .sp-label-list ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 100px;
  position: relative;
}

.sp-label-2 .sp-label-list ul li:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/14.svg");
  background-size: 100%;
  position: absolute;
  top: 40%;
  right: 41px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: remixicon !important;
  -webkit-animation-name: infiniterotate;
  animation-name: infiniterotate;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sp-label-2 .sp-label-list ul li a {
  font-size: 21px;
  color: #111;
  will-change: transform;
  font-family: "Lato", sans-serif;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.sp-label-2 .sp-label-list ul li a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #111;
}

.sp-label-2 .sp-label-list ul li a span:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@-webkit-keyframes infiniteScroll {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes infiniteScroll {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes infiniteScroll-2 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes infiniteScroll-2 {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes infiniterotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes infiniterotate {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* Responsive Label */
@media only screen and (max-width: 1399px) {
  .sp-label-2 .sp-label-list ul li a {
    font-size: 30px;
  }

  .sp-label-2 .sp-label-list ul li:after {
    width: 18px;
    height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-label-2 .sp-label-list ul li a {
    font-size: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-label-2 .sp-label-list ul li {
    padding-right: 70px;
  }

  .sp-label-2 .sp-label-list ul li:after {
    top: 35%;
    right: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .sp-label-2 .sp-label-list ul li a {
    font-size: 23px;
  }
}

/**  Product  **/
.sp-pro-box-2 {
  background-color: #fff;
  overflow: hidden;
}

.sp-pro-box-2:hover .sp-pro-img .flags {
  opacity: 0;
}

.sp-pro-box-2:hover .sp-pro-img .inner-img .hover-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sp-pro-box-2:hover .sp-pro-img .inner-img .hover-img:not(:last-child) {
  opacity: 0;
}

.sp-pro-box-2:hover .sp-pro-img .inner-img img.hover-img {
  opacity: 1;
}

.sp-pro-box-2:hover .sp-pro-img .sp-pro-actions {
  opacity: 1;
  bottom: 0;
}

.sp-pro-box-2:hover .sp-pro-img .sp-pro-actions .sp-btn-group {
  margin: 0 2px;
}

.sp-pro-box-2:hover .sp-pro-img .dealend-timer {
  bottom: -30px;
}

.sp-pro-box-2 .sp-pro-img {
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid #dddddd;
  z-index: 4;
}

.sp-pro-box-2 .sp-pro-img .dealend-timer {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.sp-pro-box-2 .sp-pro-img .flags {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 6px;
}

.sp-pro-box-2 .sp-pro-img .flags span {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

.sp-pro-box-2 .sp-pro-img .flags.perc {
  top: 3px;
  left: 10px;
}

.sp-pro-box-2 .sp-pro-img .flags.perc span {
  font-size: 16px;
  color: #222;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-writing-mode: lr;
  -ms-writing-mode: lr;
  writing-mode: lr;
  text-orientation: initial;
}

.sp-pro-box-2 .sp-pro-img .inner-img {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

/* .sp-pro-box-2 .sp-pro-img .inner-img {
  height: 320px;
} */
.sp-pro-box-2 .sp-pro-img .inner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/3;
}

.sp-pro-box-2 .sp-pro-img .inner-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}

.sp-pro-box-2 .sp-pro-img .inner-img img.hover-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}

.sp-pro-box-2 .sp-pro-img .sp-pro-actions {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px;
  margin: 0 auto;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group:hover a {
  background-color: #477778;
  border-color: #477778;
}

.sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group:hover a i {
  color: #fff;
}

.sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group .sp-compare.active,
.sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group .add-to-cart.active {
  background-color: #477778;
  border-color: #477778;
}

.sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #555;
  color: #fff;
  background-color: #212529;
  border-radius: 10px;
}

.sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #fff;
  line-height: 10px;
}

.sp-pro-box-2 .sp-pro-img.pro-loading:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  z-index: 21;
}

.sp-pro-box-2 .sp-pro-img.pro-loading:after {
  content: "";
  width: 50px;
  padding: 1px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000000;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: sp1 1s infinite linear;
  animation: sp1 1s infinite linear;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 55;
}

@-webkit-keyframes sp1 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes sp1 {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.sp-pro-box-2 .sp-pro-details {
  padding-top: 5px;
  margin-bottom: 25px;
}

.sp-pro-box-2 .sp-pro-details .sp-pro-subtitle {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-pro-box-2 .sp-pro-details .sp-pro-subtitle span,
.sp-pro-box-2 .sp-pro-details .sp-pro-subtitle a {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #222;
  text-transform: capitalize;
}

.sp-pro-box-2 .sp-pro-details .sp-pro-subtitle span {
  margin: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-pro-box-2 .sp-pro-details .sp-pro-subtitle span i {
  margin: 2px;
}

.sp-pro-box-2 .sp-pro-details h4.sp-pro-title {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 18px;
}

.sp-pro-box-2 .sp-pro-details h4.sp-pro-title a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #477778;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}

.sp-pro-box-2 .sp-pro-details h4.sp-pro-title a:hover {
  color: #111;
}

.sp-pro-box-2 .sp-pro-details .sp-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sp-pro-box-2 .sp-pro-details .sp-price .inner-price {
  margin: 0 -3px 0 0;
}

.sp-pro-box-2 .sp-pro-details .sp-price .inner-price .new-price {
  padding: 0 3px 0 0;
  font-size: 18px;
  color: #000000;
  font-weight: 800;
}

.sp-pro-box-2 .sp-pro-details .sp-price .inner-price .item-left {
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #477778;
}

.sp-pro-box-2 .sp-pro-details .sp-price .inner-price .old-price {
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  text-decoration: line-through;
}

.sp-pro-box-2 .sp-pro-details .sp-price .last-items {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

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

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

.sp-combo-collection {
  padding: 70px 0;
}

.sp-new-product-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: black !important;
  border-radius: 50%;
  color: #fff;
}

.sp-new-product-slider .owl-nav button span {
  display: none;
}

.sp-new-product-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sp-new-product-slider .owl-nav .owl-prev:after {
  content: "\ea64";
  font-family: remixicon !important;
  color: #fff;
  font-size: 22px;
}

.sp-new-product-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.sp-new-product-slider .owl-nav .owl-next:after {
  content: "\ea6e";
  font-family: remixicon !important;
  color: #fff;
  font-size: 22px;
}

.qty-plus-minus {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border-radius: 0px;
}

.qty-plus-minus .sp-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  line-height: 18px;
  font-size: 20px;
  font-weight: 400;
  color: #222;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #222;
  float: left;
  font-size: 16px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

.sp-pro-rating i {
  margin-right: 0;
  font-size: 16px;
  opacity: 0.8;
}

.sp-pro-rating .ri-star-fill {
  color: #477778;
}

.sp-pro-rating .ri-star-fill.grey {
  color: #d5d2d2;
}

.sp-product-popular {
  position: relative;
}

.sp-product-popular .owl-nav {
  margin: -5px;
  position: absolute;
  top: -58px;
  right: 0;
}

.sp-product-popular .owl-nav button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #000000 !important;
  border-radius: 50%;
}

.sp-product-popular .owl-nav button:hover {
  background-color: #477778;
  border: 1px solid #477778 !important;
}

.sp-product-popular .owl-nav button:hover:after {
  color: #fff;
}

.sp-product-popular .owl-nav button:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  font-family: "remixicon";
}

.sp-product-popular .owl-nav button span {
  display: none;
}

.sp-product-popular .owl-nav .owl-prev {
  position: relative;
}

.sp-product-popular .owl-nav .owl-prev:after {
  content: "\f5d6";
}

.sp-product-popular .owl-nav .owl-next {
  position: relative;
}

.sp-product-popular .owl-nav .owl-next:after {
  content: "\f5dc";
}

/* Responsive footer css */
@media only screen and (min-width: 1200px) {
  .sp-col-5 {
    width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (max-width: 767px) {
  .sp-product-box-2 {
    margin: 0 auto;
  }

  /* .sp-pro-box-2 .sp-pro-img .inner-img {
    height: 220px;
  } */
  .sp-pro-box-2 .sp-pro-img .sp-pro-actions {
    opacity: 1;
    bottom: 0;
  }

  .sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group {
    width: 30px;
    height: 30px;
    margin: 0 2px;
  }

  .sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group a {
    width: 30px;
    height: 30px;
  }

  .sp-pro-box-2 .sp-pro-img .sp-pro-actions .sp-btn-group i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .sp-pro-box-2 .sp-pro-details .sp-pro-subtitle span {
    margin: -1px;
  }

  .sp-pro-box-2 .sp-pro-details .sp-pro-subtitle span i {
    margin: 1px;
    font-size: 16px;
  }

  .sp-new-product-slider .owl-nav .owl-prev {
    left: 20px;
  }

  .sp-new-product-slider .owl-nav .owl-next {
    right: 20px;
  }

  .pro-gl-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

.sp-deal-3 {
  /* background-color: #f7fafb; */
  position: relative;
  overflow: hidden;
}

.sp-deal-3 .section-detail {
  margin-bottom: 50px;
}

/* Deal Card Base Styles */
.sp-deal-3 .deal-card {
  position: relative;
  padding: 50px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: 1px dashed #477778;
}

.sp-deal-3 .deal-card:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(71, 119, 120, 0.15);
  -webkit-box-shadow: 0 15px 40px rgba(71, 119, 120, 0.15);
}

/* Theme Background */
.sp-deal-3 .deal-card-theme {
  background-color: #477778;
  position: relative;
}

.sp-deal-3 .deal-card-theme .sp-icon-set {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.1;
  z-index: 0;
  background-size: 500px;
}

.sp-deal-3 .deal-badge-large .badge-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #477778;
  padding: 20px 35px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(75, 144, 151, 0.5);
  -webkit-box-shadow: 0 8px 25px rgba(75, 144, 151, 0.5);
  animation: pulse 2s infinite;
  -webkit-animation: pulse 2s infinite;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.sp-deal-3 .deal-badge-large .discount {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sp-deal-3 .deal-badge-large .offer {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-top: 5px;
}

/* Deal Timer */
.sp-deal-3 .deal-timer {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sp-deal-3 .deal-timer .time-block {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 18px;
  border-radius: 12px;
  min-width: 75px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sp-deal-3 .deal-timer .time-block .time {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  display: block;
}

.sp-deal-3 .deal-timer .time-block .text {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.9;
  margin-top: 3px;
  letter-spacing: 0.5px;
}

/* Deal Button */
.sp-deal-3 .deal-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #477778;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.sp-deal-3 .deal-btn:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
  background: #477778;
  color: #fff;
}

.sp-deal-3 .deal-btn i {
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}

.sp-deal-3 .deal-btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.sp-deal-3 .deal-content-large {
  color: #fff;
  position: relative;
  z-index: 5;
}

.sp-deal-3 .deal-category {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.sp-deal-3 .deal-content-large h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.2;
}

.sp-deal-3 .deal-description {
  font-size: 16px;
  opacity: 0.95;
  margin-bottom: 25px;
  line-height: 1.7;
  color: #fff;
}

.sp-deal-3 .deal-features {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sp-deal-3 .deal-features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.sp-deal-3 .deal-features .feature-item i {
  font-size: 22px;
  color: #477778;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.sp-deal-3 .timer-large {
  margin: 35px 0;
}

.sp-deal-3 .timer-large .time-block {
  min-width: 100px;
  padding: 18px 25px;
}

.sp-deal-3 .timer-large .time-block .time {
  font-size: 36px;
}

.sp-deal-3 .deal-btn-large {
  padding: 16px 45px;
  font-size: 17px;
}

/* Deal Images Grid */
.sp-deal-3 .deal-images-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 20px;
  height: 100%;
  position: relative;
  z-index: 5;
}

.sp-deal-3 .grid-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.2);
}

.sp-deal-3 .grid-image:hover {
  transform: translateY(-5px) scale(1.03);
  -webkit-transform: translateY(-5px) scale(1.03);
  z-index: 10;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.4);
}

.sp-deal-3 .grid-image-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.sp-deal-3 .grid-image-2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.sp-deal-3 .grid-image-3 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.sp-deal-3 .grid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  -webkit-transition: -webkit-transform 0.4s ease;
}

.sp-deal-3 .grid-image:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

/* Responsive Styles */
@media only screen and (max-width: 1199px) {
  .sp-deal-3 .deal-content-large h2 {
    font-size: 40px;
  }

  .sp-deal-3 .deal-images-grid {
    grid-template-rows: repeat(2, 190px);
    gap: 15px;
  }

  .sp-deal-3 .timer-large .time-block {
    min-width: 85px;
    padding: 15px 20px;
  }

  .sp-deal-3 .timer-large .time-block .time {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .sp-deal-3 .deal-card {
    padding: 40px 30px;
  }

  .sp-deal-3 .deal-content-large h2 {
    font-size: 36px;
  }

  .sp-deal-3 .deal-images-grid {
    grid-template-rows: repeat(2, 160px);
    margin-top: 30px;
  }

  .sp-deal-3 .deal-badge-large {
    top: 20px;
    right: 20px;
  }

  .sp-deal-3 .deal-badge-large .badge-content {
    padding: 15px 25px;
  }

  .sp-deal-3 .deal-features .feature-item i {
    width: 26px;
    height: 26px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-deal-3 .deal-card {
    padding: 30px 25px;
  }

  .sp-deal-3 .deal-content-large h2 {
    font-size: 32px;
  }

  .sp-deal-3 .deal-timer .time-block {
    min-width: 65px;
    padding: 10px 15px;
  }

  .sp-deal-3 .deal-timer .time-block .time {
    font-size: 22px;
  }

  .sp-deal-3 .timer-large .time-block {
    min-width: 75px;
    padding: 12px 18px;
  }

  .sp-deal-3 .timer-large .time-block .time {
    font-size: 26px;
  }

  .sp-deal-3 .deal-btn-large {
    padding: 14px 35px;
    font-size: 16px;
  }

  .sp-deal-3 .deal-images-grid {
    grid-template-rows: repeat(2, 140px);
  }
}

@media only screen and (max-width: 575px) {
  .sp-deal-3 .section-detail {
    margin-bottom: 30px;
  }

  .sp-deal-3 .deal-card {
    padding: 25px 20px;
  }

  .sp-deal-3 .deal-content-large h2 {
    font-size: 26px;
  }

  .sp-deal-3 .deal-description {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .sp-deal-3 .deal-btn {
    padding: 12px 28px;
    font-size: 16px;
  }

  .sp-deal-3 .deal-btn-large {
    padding: 12px 30px;
    font-size: 16px;
  }

  .sp-deal-3 .deal-badge-large {
    top: 15px;
    right: 15px;
  }

  .sp-deal-3 .deal-badge-large .badge-content {
    padding: 12px 20px;
  }

  .sp-deal-3 .deal-badge-large .discount {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .sp-deal-3 .deal-badge-large .offer {
    font-size: 18px;
  }

  .sp-deal-3 .deal-images-grid {
    grid-template-rows: repeat(2, 120px);
    gap: 12px;
  }

  .sp-deal-3 .deal-features {
    gap: 10px;
    margin: 20px 0;
  }

  .sp-deal-3 .deal-features .feature-item {
    font-size: 16px;
  }

  .sp-deal-3 .deal-features .feature-item i {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .sp-deal-3 .timer-large {
    margin: 25px 0;
  }

  .sp-deal-3 .timer-large .time-block {
    min-width: 65px;
    padding: 10px 15px;
  }

  .sp-deal-3 .timer-large .time-block .time {
    font-size: 22px;
  }
}

/*# sourceMappingURL=demo-2.css.map */

/* ==== Sidebar filter (elegant accordion) ==== */
.sp-filter-accordion {
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
}

.sp-filter-item {
  padding: 16px;
  border-bottom: 1px solid #eee;
}

.sp-filter-item:last-child {
  border-bottom: 0;
}

.sp-filter-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}

.sp-filter-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.sp-filter-list li {
  margin: 6px 0;
}

.sp-filter-list label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
}

.sp-filter-size-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: 600;
}

.sp-filter-size-select {
  width: auto;
}

.sp-filter-size-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px 12px;
}

.sp-filter-more-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  margin-top: 8px;
}

/* ==== Filter label styling to match anchor tags ==== */
.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item label .sp-label-text {
  color: #222222;
  font-size: 16px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: block;
  flex: 1;
  text-align: left;
  padding-left: 25px;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0;
  z-index: 1;
}

.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item label:hover .sp-label-text {
  color: #477778;
}

/* ==== Filter dropdown scroll styling ==== */
.sp-sidebar-block.drop .sp-sb-block-content ul li ul.sp-cat-sub-dropdown,
.sp-sidebar-block.drop .sp-sb-block-content ul li ul[style*="display: block"],
.sp-sidebar-block.drop .sp-sb-block-content ul li ul[style*="display:block"] {
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
  margin-top: 10px;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li ul.sp-cat-sub-dropdown::-webkit-scrollbar {
  width: 6px;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li ul.sp-cat-sub-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li ul.sp-cat-sub-dropdown::-webkit-scrollbar-thumb {
  background: #477778;
  border-radius: 3px;
}

.sp-sidebar-block.drop .sp-sb-block-content ul li ul.sp-cat-sub-dropdown::-webkit-scrollbar-thumb:hover {
  background: #3a7479;
}

/* ===== Mobile Filter Responsive Behavior ===== */

/* On mobile (max-width: 991px), show filter-toggle-icon and hide sidebar */
@media only screen and (max-width: 991px) {
  .filter-toggle-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px;
    padding: 5px 15px;
    background: #477778;
    color: white;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 150px;
    justify-content: center;
  }

  #filterOffcanvas {
    max-width: 90%;
  }

  .filter-toggle-icon:hover {
    background: #3a7479;
  }

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

}

/* On desktop (min-width: 992px), hide filter-toggle-icon and show sidebar */
@media only screen and (min-width: 992px) {
  .filter-toggle-icon {
    display: none !important;
  }

  .sp-shop-sidebar {
    display: block !important;
  }
}

/* Offcanvas Styling - Match Desktop Look Exactly */
#filterOffcanvas .offcanvas-header {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
}

#filterOffcanvas .offcanvas-title {
  font-weight: 700;
  color: #477778;
  font-size: 20px;
}

#filterOffcanvas .offcanvas-body {
  padding: 0;
  animation: fadeInFilter 0.3s ease-in;
}

@keyframes fadeInFilter {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.sp-single-qty {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  max-width: 360px;
}

.sp-single-qty .qty-plus-minus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.sp-single-qty .qty-plus-minus .sp-qtybtn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  color: #222;
  font-weight: 700;
  transition: background 0.2s ease, transform 0.05s ease;
  user-select: none;
}

.sp-single-qty .qty-plus-minus .sp-qtybtn:hover {
  background: #eaecef;
}

.sp-single-qty .qty-plus-minus .sp-qtybtn:active {
  transform: scale(0.98);
}

.sp-single-qty .qty-plus-minus .qty-input {
  width: 100%;
  max-width: 120px;
  text-align: center;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.sp-single-qty .sp-single-cart {
  width: 100%;
}

.sp-single-qty .sp-single-cart .btn.sp-btn-1 {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

@media (max-width: 576px) {
  .sp-single-qty {
    max-width: 100%;
  }
}

/* ===== Final overrides: Attractive main nav dropdown ===== */
.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu {
  background: rgba(255, 255, 255, 0.98) !important;
  border: 1px solid rgba(2, 6, 23, 0.06) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12),
    0 2px 10px rgba(15, 23, 42, 0.06) !important;
  border-radius: 14px !important;
  padding: 14px 12px !important;
  transform: translateY(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, transform 200ms ease,
    visibility 0s linear 200ms;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown:hover .sp-dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li {
  margin: 2px 0 !important;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a {
  display: block;
  padding: 10px 12px !important;
  border-radius: 8px;
  color: #222222 !important;
  font-weight: 600;
  transition: background-color 160ms ease, color 160ms ease,
    transform 160ms ease;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a:hover,
.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a:focus {
  background: linear-gradient(135deg,
      rgba(14, 165, 233, 0.12),
      rgba(59, 130, 246, 0.12));
  color: #0f172a !important;
  transform: translateX(2px);
}

/* ===== Enhanced header dropdown styles ===== */
.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu {
  border-radius: 12px;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12),
    0 2px 10px rgba(15, 23, 42, 0.06);
  border: 1px solid rgba(2, 6, 23, 0.06);
  transform: translateY(6px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, transform 200ms ease,
    visibility 0s linear 200ms;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown:hover .sp-dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease, transform 200ms ease;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu li {
  margin: 2px 0;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #222222;
  font-weight: 500;
  line-height: 1.25;
  transition: background-color 160ms ease, color 160ms ease,
    transform 160ms ease;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a:hover,
.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu li a:focus {
  background: linear-gradient(135deg,
      rgba(14, 165, 233, 0.12),
      rgba(59, 130, 246, 0.12));
  color: #0f172a;
  transform: translateX(2px);
}

/* Comfortable scrolling for longer dropdowns */
.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu {
  max-height: 420px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 116, 139, 0.5) transparent;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu::-webkit-scrollbar {
  width: 8px;
}

.sp-header .sp-main-menu-desk .sp-inner-menu-desk ul.navbar-nav .sp-dropdown .sp-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(100, 116, 139, 0.45);
  border-radius: 20px;
}


/* Make offcanvas content inherit ALL desktop sidebar styles naturally */
#filterOffcanvas .sp-sidebar-wrap {
  /* Match exact desktop .sp-shop-sidebar .sp-sidebar-wrap styles */
  position: relative !important;
  padding: 15px !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  border: 0 !important;
  top: 0 !important;
  margin: 0 !important;
}

/* Ensure all sidebar blocks look identical to desktop */
#filterOffcanvas .sp-sidebar-block {
  margin-bottom: 24px;
}

#filterOffcanvas .sp-sidebar-block:last-child {
  margin-bottom: 0;
}

/* Apply desktop sidebar styling scope to offcanvas */
#filterOffcanvas .sp-shop-sidebar {
  position: relative;
  top: 0;
}

/* Ensure inherited styles work properly */
#filterOffcanvas .sp-sidebar-wrap .sp-sidebar-block-item {
  cursor: pointer;
}

#filterOffcanvas .sp-sidebar-block.drop .sp-sb-block-content {
  margin: 0;
}

#filterOffcanvas .sp-sidebar-block.drop .sp-sb-block-content ul {
  padding-top: 0;
}

#filterOffcanvas .sp-sidebar-block.drop .cat-list {
  margin-top: -10px;
}

.sp-register-wrapper .sp-register-container .sp-register-form label {
  color: #222222;
  font-size: 16px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.sp-register-wrapper .sp-register-container .sp-register-form label i {
  color: #477778;
  font-size: 18px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.sp-register-wrapper .sp-register-container .sp-register-form .input-icon {
  position: absolute;
  left: 18px;
  color: #477778;
  font-size: 20px;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}

.sp-register-wrapper .sp-register-container .sp-register-form .password-toggle {
  position: absolute;
  right: 8px;
  top: 7px;
  color: #222;
  font-size: 16px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
  pointer-events: all;
}

.sp-register-wrapper .sp-register-container .sp-register-form .password-toggle:hover {
  color: #477778;
  transform: scale(1.1);
}

.sp-register-wrapper .sp-register-container .sp-register-form .input-wrapper:has(.password-toggle) input {
  padding-right: 50px;
}

.sp-register-wrapper .sp-register-container .sp-register-form .input-wrapper:has(input:focus) .input-icon {
  color: #477778;
  transform: scale(1.1);
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn {
  margin-top: 10px;
  gap: 20px;
  align-items: center;
}

.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn span a:hover {
  color: #356a6c;
  border-bottom-color: #477778;
}


@media only screen and (max-width: 575px) {
  .sp-register-wrapper .sp-register-container .sp-register-form .password-toggle {
    right: 10px;
  }
}

/* ========================================
   My Account Page Styles
   ======================================== */


.sp-account-content {
  position: relative;
}

/* Account Card Styles */
.sp-account-card {
  background: #fff;
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); */
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #ddd;

}

.sp-account-card-header {
  padding: 15px 12px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.sp-account-card-header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #222222;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-account-card-header h3 i {
  color: #477778;
  font-size: 24px;
}

.sp-account-card-body {
  padding: 10px;
}

/* Sidebar Styles */
.sp-account-sidebar {
  background: #fff;
  overflow: hidden;
  position: sticky;
  top: 100px;
}

.sp-account-sidebar-toggle {
  display: none;
  padding: 12px 20px;
  background: #477778;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.sp-account-sidebar-toggle:hover {
  background: #356a6c;
}

.sp-account-sidebar-toggle i {
  margin-right: 8px;
}

.sp-account-sidebar-menu {
  padding: 0;
}

.sp-account-sidebar-menu ul {
  list-style: none;
  padding: 0;
  background-color: #f8f9fa;
  margin: 0;
}

.sp-account-sidebar-menu ul li {
  border-bottom: 1px solid #f0f0f0;
}

.sp-account-sidebar-menu ul li:last-child {
  border-bottom: none;
}

.account-nav-link {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
}

.account-nav-link i {
  font-size: 20px;
  margin-right: 8px;
  color: #477778;
  transition: color 0.3s ease;
  width: 24px;
  text-align: center;
}

.account-nav-link span {
  flex: 1;
}

.account-nav-link:hover {
  background: linear-gradient(135deg, rgba(71, 119, 120) 0%, rgba(71, 119, 120, 0.8) 100%);
  color: #fff;
  padding-left: 28px;
}

/* .account-nav-link:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #939db2;
} */
.account-nav-link:hover i {
  color: #fff;
}

.account-nav-link.active {
  background: linear-gradient(135deg, rgba(71, 119, 120) 0%, rgba(71, 119, 120, 0.8) 100%);
  color: #fff;
  font-weight: 600;
}

/* 
.account-nav-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #939db2;
} */

.account-nav-link.active i {
  color: #fff;
}

.account-nav-link.logout-link:hover {
  background: linear-gradient(135deg, rgba(71, 119, 120) 0%, rgba(71, 119, 120, 0.8) 100%);
  color: #fff;
}


/* Account Sections */
.account-section {
  display: none;
  animation: fadeIn 0.4s ease;
}

.account-section.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Account Details Section */
.account-profile-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.account-profile-image {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.account-profile-image:hover {
  transform: scale(1.05);
}

.account-profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  padding: 10px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.account-profile-image:hover .profile-image-overlay {
  opacity: 1;
}

.profile-image-overlay i {
  color: #fff;
  font-size: 20px;
}

.account-info {
  flex: 1;
  min-width: 250px;
}

.account-info h4 {
  font-size: 26px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 12px;
}

.account-info p {
  margin: 8px 0;
  color: #222222;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-info p i {
  color: #477778;
  font-size: 18px;
}

/* Orders Table */
.sp-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.sp-orders-table thead {
  background: #f8f9fa;
}

.sp-orders-table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #222222;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sp-orders-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #f0f0f0;
  color: #222222;
  font-size: 16px;
}

.sp-orders-table tbody tr {
  transition: background 0.2s ease;
}

.sp-orders-table tbody tr:hover {
  background: #f8f9fa;
}

.order-status {
  display: inline-block;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.order-status.status-delivered {
  color: #477778;
}

.order-status.status-processing {
  background: #fef3c7;
  color: #92400e;
}

.order-status.status-shipped {
  background: #dbeafe;
  color: #1e40af;
}

.order-status.status-pending {
  background: #f3f4f6;
  color: #374151;
}

/* Addresses Grid */
.addresses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.address-card {
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.address-card:hover {
  border-color: #477778;
  box-shadow: 0 4px 16px rgba(71, 119, 120, 0.1);
  transform: translateY(-2px);
}

.address-card-header {
  padding: 11px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.address-card-header h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 8px;
}

.address-card-header h5 i {
  color: #477778;
}

.address-actions {
  display: flex;
  gap: 8px;
}

.btn-icon {
  background: transparent;
  border: 1px solid #477778;
  border-radius: 8px;
  padding: 8px 10px;
  color: #477778;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-icon:hover {
  background: #477778;
  border-color: #477778;
  color: #fff;
  transform: scale(1.1);
}

.btn-icon.delete-address:hover {
  background: #ef4444;
  border-color: #ef4444;
}

.address-card-body {
  padding: 10px 20px;
}

.address-card-body p {
  margin: 8px 0;
  color: #222222;
  line-height: 1.6;
}

.address-card-body p:first-child {
  font-weight: 600;
  color: #222222;
  font-size: 16px;
}

/* Form Styles */
.sp-account-form {
  max-width: 100%;
}

.sp-account-form .form-group {
  margin-bottom: 24px;
}

.sp-account-form label {
  display: block;
  margin-bottom: 4px;
  color: #222222;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.sp-account-form label i {
  color: #477778;
}

.sp-account-form .input-wrapper {
  position: relative;
}

.sp-account-form .input-wrapper .password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #477778;
  font-size: 16px;
  transition: all 0.2s ease;
}

.sp-account-form .input-wrapper .password-toggle:hover {
  color: #477778;
  transform: translateY(-50%) scale(1.1);
}

.sp-account-form .input-wrapper input {
  padding-right: 50px;
}

.sp-account-form textarea {
  resize: vertical;
  min-height: 100px;
}

.sp-account-form .form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23477778' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
  appearance: none;
}

/* Profile Upload */
.profile-upload-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.profile-upload-preview {
  position: relative;
  text-align: center;
}

.profile-upload-preview img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #f0f0f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-upload {
  margin-top: 16px;
  padding: 10px 20px;
  background: #477778;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-upload:hover {
  background: #356a6c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(71, 119, 120, 0.3);
}

/* Success Alert */
.alert {
  padding: 16px 20px;
  border-radius: 8px;
  border: none;
  display: flex;
  align-items: center;
  gap: 12px;
}

.alert-success {
  background: #d1fae5;
  color: #065f46;
}

.alert-success i {
  font-size: 20px;
}

/* Modal Styles */
.modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.modal-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 24px 30px;
}

.modal-header .modal-title {
  font-weight: 600;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-header .modal-title i {
  color: #477778;
  font-size: 22px;
}

.modal-body {
  padding: 30px;
}

.modal-footer {
  border-top: 1px solid #e5e7eb;
  padding: 20px 30px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.btn-close {
  background: none;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
}

.btn-close i {
  font-size: 24px;
  line-height: 1;
}

.btn-close:hover {
  opacity: 1;
  color: #477778;
  transform: scale(1.1);
}

.btn-close:focus {
  outline: none;
  box-shadow: none;
}

/* Logout Modal */
.logout-icon {
  font-size: 64px;
  color: #ef4444;
  margin-bottom: 20px;
}

.logout-icon i {
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Button Styles in Account Page */
.sp-account-card-header .sp-btn-1 {
  padding: 8px 20px;
  height: auto;
  font-size: 16px;
}

.sp-account-card-header .sp-btn-2 {
  padding: 8px 20px;
  height: auto;
  font-size: 16px;
  border-radius: 8px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .sp-account-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 0px;
  }

  .sp-account-sidebar-toggle {
    display: block;
  }

  .sp-account-sidebar-menu {
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .sp-account-sidebar-menu.active {
    display: block;
    max-height: 1000px;
  }



  .addresses-grid {
    grid-template-columns: 1fr;
  }

  .sp-orders-table {
    font-size: 16px;
  }

  .sp-orders-table th,
  .sp-orders-table td {
    padding: 12px 8px;
  }

  .sp-account-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .sp-account-card-header .sp-btn-1 {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {

  .sp-account-card-header,
  .sp-account-card-body {
    padding: 5px;
  }

  .sp-orders-table,
  .sp-orders-table thead,
  .sp-orders-table tbody,
  .sp-orders-table th,
  .sp-orders-table td,
  .sp-orders-table tr {
    display: block;
  }

  .sp-orders-table thead {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .sp-orders-table tbody tr {
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 16px 14px;
    margin-bottom: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  }

  .sp-orders-table td {
    border: 0;
    padding: 10px 0;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .sp-orders-table td:last-child {
    padding-bottom: 0;
  }

  .sp-orders-table td:first-child {
    padding-top: 0;
  }

  .sp-orders-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }

  .sp-orders-table td[data-label="Action"] {
    justify-content: flex-start;
    gap: 10px;
  }

  .sp-order-items-table,
  .sp-order-items-table thead,
  .sp-order-items-table tbody,
  .sp-order-items-table th,
  .sp-order-items-table td,
  .sp-order-items-table tr {
    display: block;
  }

  .sp-order-items-table thead {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  .sp-order-items-table tbody tr {
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 18px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  }

  .sp-order-items-table td {
    border: 0;
    padding: 10px 0;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
  }

  .sp-order-items-table td:first-child {
    padding-top: 0;
  }

  .sp-order-items-table td:last-child {
    padding-bottom: 0;
  }

  .sp-order-items-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }

  .sp-order-items-table td[data-label="Product"] {
    display: block;
  }

  .sp-order-items-table td[data-label="Product"]::before {
    display: none;
  }

  .sp-order-items-table td[data-label="Product"] .d-flex {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
  }

  .sp-order-items-table td[data-label="Product"] .order-product-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
  }

  .sp-order-items-table td[data-label="Product"] .ms-3 {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  .sp-order-items-table td[data-label="Product"] .order-product-name {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 4px;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-header {
    padding: 20px;
  }

  .address-card-header {
    align-items: flex-start;
    gap: 12px;
  }

  .account-info h4 {
    font-size: 22px;
  }
}

/* Smooth Scroll */
html {
  scroll-behavior: smooth;
}

/* ========================================
   Order Details Page Styles
   ======================================== */

.order-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.order-status-banner {}

.order-status-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.order-total-amount h3 {
  color: #477778;
  font-weight: 700;
}

/* Order Items Table */
.sp-order-items-table {
  width: 100%;
  border-collapse: collapse;
}

.sp-order-items-table thead {
  background: #f8f9fa;
}

.sp-order-items-table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  color: #222222;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e5e7eb;
}

.sp-order-items-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #ddd;
  color: #222222;
  font-size: 16px;
  vertical-align: middle;
}

.sp-order-items-table tbody tr:last-child td {
  border-bottom: none;
}

.order-product-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.order-product-name {
  font-weight: 600;
  color: #222222;
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 16px;
}

.order-product-name:hover {
  color: #477778;
}

.order-product-price,
.order-product-qty,
.order-product-subtotal {
  font-weight: 600;
  color: #222222;
}

/* Order Summary */
.order-summary-list {
  display: flex;
  flex-direction: column;
}

.order-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 16px;
}

.order-summary-item span:first-child {
  color: #222222;
}

.order-summary-item span:last-child {
  font-weight: 400;
  color: #222222;
}

.order-summary-total {
  padding-top: 16px;
  border-top: 2px solid #e5e7eb;
  margin-top: 8px;
  font-size: 16px;
}

.order-summary-total span {
  color: #222222;
}

.order-payment-info p {
  font-size: 16px;
  color: #222222;
  margin: 4px 0;
}

.order-payment-info i {
  color: #477778;
  margin-right: 8px;
}

/* Order Address Info */
.order-address-info {
  font-size: 16px;
  color: #222222;
  line-height: 1.8;
}

.order-address-info p {
  margin: 8px 0;
}

.order-address-info p:first-child {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 12px;
}

/* Order Timeline */
.order-timeline {
  position: relative;
  padding-left: 30px;
}

.order-timeline::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb;
}

.timeline-item {
  position: relative;
  padding-bottom: 24px;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-item.completed .timeline-marker {
  background: #477778;
  border-color: #477778;
}

.timeline-item.completed::before {
  background: #477778;
}

.timeline-marker {
  position: absolute;
  left: -22px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #e5e7eb;
  z-index: 1;
  transition: all 0.3s ease;
}

.timeline-content {
  margin-left: 0;
}

.timeline-content p {
  font-size: 16px;
  color: #222222;
  margin: 4px 0;
}

.timeline-content strong {
  color: #222222;
  font-weight: 600;
}

/* Order Action Buttons */
.order-action-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.order-action-buttons .btn {
  min-width: 180px;
}


/* Responsive */
@media (max-width: 991px) {
  .order-actions {
    flex-direction: column;
    width: 100%;
  }

  .order-actions .btn {
    width: 100%;
  }

  .sp-order-items-table {
    font-size: 13px;
  }

  .order-product-img {
    width: 60px;
    height: 60px;
  }

  .sp-order-items-table th,
  .sp-order-items-table td {
    padding: 12px 8px;
  }
}

@media (max-width: 575px) {
  .order-status-banner {
    padding: 15px;
  }

  .sp-order-items-table {
    font-size: 12px;
  }

  .order-product-img {
    width: 50px;
    height: 50px;
  }

  .order-action-buttons {
    flex-direction: column;
  }

  .order-action-buttons .btn {
    width: 100%;
    min-width: auto;
  }

  .order-summary-item {
    font-size: 13px;
  }

  .order-timeline {
    padding-left: 25px;
  }

  .timeline-marker {
    width: 12px;
    height: 12px;
    left: -18px;
  }
}

/* About Us Page Styles */
.sp-about-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #477778;
  line-height: 1.2;
}

.sp-about-hero p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
}

.sp-about-hero img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.sp-about-bg-gradient {
  background: linear-gradient(135deg, #477778 0%, #5a9495 100%);
}

.sp-about-mission-card {
  padding: 30px 20px;
  background: white;
  /* box-shadow: 0 10px 40px rgba(0,0,0,0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  border: 1px solid #ddd;
}

.sp-about-mission-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #477778 0%, #5a9495 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.sp-about-mission-icon i {
  font-size: 40px;
  color: white;
}

.sp-about-mission-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 20px;
}

.sp-about-mission-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.sp-about-mission-card p:last-child {
  margin-bottom: 0;
}

.sp-about-values {
  background: #f8f9fa;
}

.sp-about-values.sp-about-bg-gradient {
  background: linear-gradient(135deg, #477778 0%, #5a9495 100%);
}

.sp-about-values.sp-about-bg-gradient h2,
.sp-about-values.sp-about-bg-gradient>.container>.row>.col-12>p {
  color: white;
}

.sp-about-values.sp-about-bg-gradient .sp-account-card {
  background: rgba(255, 255, 255, 0.95);
  border: none;
}

.sp-about-values.sp-about-bg-gradient .sp-about-icon {
  background: #477778;
}

.sp-about-values h2 {
  font-size: 42px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 15px;
}

.sp-about-values>.container>.row>.col-12>p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.sp-about-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #477778;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-about-icon i {
  font-size: 40px;
  color: white;
}

.sp-about-values h4 {
  color: #477778;
  margin-bottom: 15px;
  font-weight: 600;
}

.sp-about-values p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

.sp-about-features h2 {
  font-size: 42px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 15px;
}

.sp-about-features>.container>.row>.col-12>p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.sp-about-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.sp-about-feature-icon {
  min-width: 60px;
  height: 60px;
  background: #477778;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sp-about-feature-icon i {
  font-size: 28px;
  color: white;
}

.sp-about-features h4 {
  color: #477778;
  margin-bottom: 10px;
  font-weight: 600;
}

.sp-about-features p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

.sp-footer-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.sp-footer-social {
  margin-top: 25px;
}

.sp-footer-social ul {
  display: flex;
  gap: 10px;
}

.sp-footer-social-facebook,
.sp-footer-social-instagram,
.sp-footer-social-tiktok {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
}

.sp-footer-social-facebook {
  background: #1877f2;
}

.sp-footer-social-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.sp-footer-social-tiktok {
  background: linear-gradient(45deg, #111111 0%, #000000 25%, #222222 50%, #111111 75%, #000000 100%);
}

/* Checkout Address Card Styles */
.checkout-address-card {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid #f0f0f0;
}

.checkout-address-card:hover {
  border-color: #477778;
  box-shadow: 0 4px 16px rgba(71, 119, 120, 0.1);
  transform: translateY(-2px);
}

.checkout-address-card.active {
  border: 2px solid #477778;
  transform: translateY(-2px);
}

.checkout-address-card .address-actions {
  pointer-events: auto;
}

.checkout-address-card .address-actions button {
  pointer-events: auto;
}

.sp-checkout-title-header {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
}

.delivery-icon {
  background-color: #fff;
  color: #477778;
}

.delivery-icon i {
  color: #477778;
}

.sale-menu-mobile .sale-badge {
  background: #ff4444;
  color: white;
  padding: 1px 6px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 600;
  margin-left: 3px;
  text-transform: uppercase;
}

/* Contact Page Styles */
.sp-contact-content {
  padding: 40px 0;
}

.sp-contact-form-wrapper {
  background: #ffffff;
  padding: 30px 20px;
  border: 1px solid #ddd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.sp-contact-form-header {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.sp-contact-form-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-contact-form-header h3 i {
  font-size: 36px;
  color: #477778;
}

.sp-contact-form-header p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 0;
}

.sp-contact-form {
  margin-top: 0;
}


.sp-contact-form .form-control:focus {
  border-color: #477778;
  background-color: #ffffff;
  box-shadow: 0 0 0 4px rgba(71, 119, 120, 0.1);
  outline: none;
}

.sp-contact-form label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
}

.sp-contact-form textarea.form-control {
  resize: vertical;
  min-height: 140px;
}


.sp-contact-info-wrapper {
  height: 100%;
}

.sp-contact-info-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f4f6;
}

.sp-contact-info-header h3 {
  font-size: 28px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sp-contact-info-header h3 i {
  font-size: 30px;
  color: #477778;
}

.sp-contact-info-cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 25px;
}

.sp-contact-card {
  background: #ffffff;
  border: 2px solid #e8eef0;
  padding: 15px 10px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.sp-contact-card:hover {
  border-color: #477778;
  box-shadow: 0 4px 15px rgba(71, 119, 120, 0.15);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbfb 100%);
}

.sp-contact-card .sp-contact-icon-wrapper {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #477778 0%, #5a9092 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(71, 119, 120, 0.2);
  transition: all 0.3s ease;
}

.sp-contact-card:hover .sp-contact-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(71, 119, 120, 0.3);
}

.sp-contact-card .sp-contact-icon-wrapper i {
  color: white;
  font-size: 22px;
}

.sp-contact-card .sp-contact-info-content {
  flex: 1;
}

.sp-contact-card .sp-contact-info-content h5 {
  font-size: 16px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
}

.sp-contact-card .sp-contact-info-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.sp-contact-card .sp-contact-info-content a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.sp-contact-card .sp-contact-info-content a:hover {
  color: #477778;
}

/* Responsive Design for Contact Page */
@media only screen and (max-width: 991px) {
  .sp-contact-content {
    padding: 40px 0;
  }

  .sp-contact-form-wrapper {
    padding: 30px 25px;
    margin-bottom: 30px;
  }

  .sp-contact-form-header h3 {
    font-size: 28px;
  }

  .sp-contact-info-header h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-contact-form-wrapper {
    padding: 25px 20px;
  }

  .sp-orders-table td a {
    width: 100%;
    gap: 0;
  }

  .sp-orders-table td:last-child {
    gap: 0;
  }

  .sp-contact-form-header h3 {
    font-size: 24px;
  }

  .sp-contact-form-header h3 i {
    font-size: 28px;
  }

  .sp-contact-card {
    padding: 18px;
  }

  .sp-contact-card .sp-contact-icon-wrapper {
    min-width: 45px;
    width: 45px;
    height: 45px;
  }

  .sp-contact-card .sp-contact-icon-wrapper i {
    font-size: 20px;
  }

  .sp-hours-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}

.modal-title i {
  margin-right: 8px;
}

.forgot-success-icon {
  font-size: 52px;
}

/* FAQ Page Styles */
.sp-faq-content {
  background: linear-gradient(135deg, #f5f7fa 0%, #ffffff 100%);
  padding: 60px 0;
}

.sp-faq-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.sp-faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.sp-faq-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.sp-faq-header h2 i {
  font-size: 40px;
}

.sp-faq-header p {
  font-size: 17px;
  color: #666;
  margin-bottom: 0;
}

.sp-faq-accordion {
  margin-bottom: 50px;
}

.sp-faq-accordion .accordion-item {
  border: 2px solid #e8eef0;
  border-radius: 12px;
  margin-bottom: 18px;
  overflow: hidden;
  background: #ffffff;
  transition: all 0.3s ease;
}

.sp-faq-accordion .accordion-item:hover {
  border-color: #477778;
  box-shadow: 0 4px 15px rgba(71, 119, 120, 0.1);
}

.sp-faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.sp-faq-accordion .accordion-button {
  background: #ffffff;
  border: none;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
}

.sp-faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #477778 0%, #5a9092 100%);
  color: #ffffff;
  box-shadow: none;
}

.sp-faq-accordion .accordion-button:not(.collapsed) i {
  color: #ffffff;
}

.sp-faq-accordion .accordion-button i {
  font-size: 24px;
  color: #477778;
  transition: all 0.3s ease;
}

.sp-faq-accordion .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.sp-faq-accordion .accordion-button::after {
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23477778'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}

.sp-faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.sp-faq-accordion .accordion-collapse {
  border-top: 1px solid #e8eef0;
}

.sp-faq-accordion .accordion-body {
  padding: 25px 25px 30px;
  background: #fafbfc;
}

.sp-faq-item {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8eef0;
}

.sp-faq-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sp-faq-question {
  font-size: 16px;
  font-weight: 700;
  color: #477778;
  margin-bottom: 12px;
  line-height: 1.5;
}

.sp-faq-answer {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 0;
}

.sp-faq-link {
  color: #477778;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.sp-faq-link:hover {
  color: #5a9092;
  text-decoration: underline;
}

.sp-faq-contact-cta {
  background: linear-gradient(135deg, #477778 0%, #5a9092 100%);
  border-radius: 16px;
  padding: 45px 40px;
  text-align: center;
  box-shadow: 0 6px 25px rgba(71, 119, 120, 0.3);
}

.sp-faq-cta-content i {
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

.sp-faq-cta-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.sp-faq-cta-content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 25px;
  line-height: 1.7;
}

.sp-faq-cta-content .sp-btn-1 {
  background: #ffffff;
  color: #477778;
  border: none;
}

.sp-faq-cta-content .sp-btn-1:hover {
  background: #f0f4f6;
  color: #5a9092;
}

/* Responsive Design for FAQ Page */
@media only screen and (max-width: 991px) {
  .sp-faq-content {
    padding: 40px 0;
  }

  .sp-faq-header h2 {
    font-size: 30px;
  }

  .sp-faq-header h2 i {
    font-size: 34px;
  }

  .sp-faq-accordion .accordion-button {
    padding: 18px 20px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sp-faq-wrapper {
    padding: 0 15px;
  }


  .cartCount {
    background: #4c7a7d;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 15px;
    font-size: 8px;
    font-weight: 800;
    position: relative;
    top: -5px;
    right: -34px;
  }

  .sp-faq-header {
    margin-bottom: 35px;
  }

  .sp-faq-header h2 {
    font-size: 26px;
    flex-direction: column;
    gap: 10px;
  }

  .sp-faq-header h2 i {
    font-size: 32px;
  }

  .sp-faq-header p {
    font-size: 15px;
  }

  .sp-faq-accordion .accordion-button {
    padding: 16px 18px;
    font-size: 15px;
    gap: 12px;
  }

  .sp-faq-accordion .accordion-button i {
    font-size: 20px;
  }

  .sp-faq-accordion .accordion-body {
    padding: 20px 18px 25px;
  }

  .sp-faq-question {
    font-size: 15px;
  }

  .sp-faq-answer {
    font-size: 16px;
  }

  .sp-faq-contact-cta {
    padding: 35px 25px;
  }

  .sp-faq-cta-content i {
    font-size: 40px;
  }

  .sp-faq-cta-content h4 {
    font-size: 24px;
  }

  .sp-faq-cta-content p {
    font-size: 15px;
  }
}



.sp-pro-box-2 .sp-pro-details {
  margin-bottom: 0 !important
}

.owl-carousel.owl-drag .owl-item {
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
}

.sp-pro-details {
  padding-top: 10px !important;
  padding: 10px 20px 10px 20px;
}

.sp-pro-box-2 .sp-pro-img {
  border: unset !important;
  border-bottom: 1px solid #dddddd !important;
  border-radius: 1px !important;
}

.shop-page .sp-product-card .sp-pro-box-2 {
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 26px;
}

.shop-page .sp-product-card .sp-pro-img {
  border: unset !important;
  border-bottom: 1px solid #dddddd !important;
  border-radius: 1px !important;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li.sp-dropdown>.sp-dropdown-menu {
  top: 0;
  right: auto !important;
  left: 100% !important;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

/* show only third level on subcategory hover */
.sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li.sp-dropdown:hover .submenu-2 {
  opacity: 1;
  visibility: visible;
}

/* fix hover color only current link, not all nested links */
.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover>a {
  color: #fff !important;
}

/* keep nested links normal until hover */
.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover>.sp-dropdown-menu li a {
  color: #477778 !important;
}

.sp-header-2 .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav .sp-dropdown .sp-dropdown-menu li:hover>.sp-dropdown-menu li:hover>a {
  color: #fff !important;
}

.single-product-cover img {
  width: 100%;
  display: block;
}

.zoomWindow {
  border: 1px solid #ddd !important;
}

.product-label {
  z-index: 99999;
  right: 20px;
  top: 10px;
  padding: 7px;
}

@media only screen and (max-width: 767px) {
  #preview-click {
    display: none;
  }

  .sp-cart-product.cart_product_item {
    display: grid !important;
    grid-template-columns: 90px 1fr;
    align-items: start;
  }

  .cart-images {
    grid-column: 1;
    grid-row: 1/span 4;
  }

  .sp-cart-pro-name {
    margin-left: 0 !important;
    width: 100% !important;
  }

  .sp-cart-pro-name {
    grid-column: 2;
    grid-row: 1;
  }

  .sp-cart-pro-price {
    grid-column: 2;
    grid-row: 2;
  }

  .sp-cart-pro-qty {
    grid-column: 2;
    grid-row: 3;
  }

  .sp-cart-pro-subtotal {
    grid-column: 2;
    grid-row: 4;
  }

  .cart-table-content {
    overflow: visible;
  }

  .cart-table-content table {
    min-width: 100%;
    border-collapse: collapse;
  }

  .cart-table-content table thead {
    display: none;
  }

  .cart-table-content table tbody tr {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .cart-table-content table tbody tr:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .cart-table-content table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
  }

  .cart-table-content table tbody tr td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .cart-table-content table tbody tr td:first-child {
    padding-top: 0;
  }

  .cart-table-content table tbody tr td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #477778;
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 10px;
    flex-shrink: 0;
  }

  /* Product Name Cell - Special Layout */
  .cart-table-content table tbody tr td.sp-cart-pro-name {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name::before {
    content: "Product";
    margin-bottom: 0px;
    align-self: flex-start;
    display: none
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name a {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #000;
    word-wrap: break-word;
    flex: 1;
    min-width: 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name .sp-cart-pro-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 12px;
    border-radius: 8px;
    flex-shrink: 0;
    border: 1px solid #ddd;
  }

  .sp-cart-content .table-content table tbody>tr td {
    padding: 10px 0px;
  }

  /* Price Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-price {
    font-weight: 600;
    color: #477778;
    font-size: 16px;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-price::before {
    content: "Price";
  }

  /* Quantity Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-qty {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-qty::before {
    content: "Quantity";
    font-weight: 600;
    color: #477778;
    font-size: 14px;
    flex-shrink: 0;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-qty .cart-qty-plus-minus {
    margin: 0;
  }

  /* Total Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-subtotal {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    padding-top: 15px;
    border-top: 2px solid #477778;
    margin-top: 5px;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-subtotal::before {
    content: "Total";
    font-weight: 700;
  }

  /* Remove Cell */
  .cart-table-content table tbody tr td.sp-cart-pro-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 0;
    border: none;
    width: auto;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove::before {
    display: none;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a:hover {
    background-color: #ff9d9d;
    transform: scale(1.1);
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a i {
    font-size: 18px;
    color: #666;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-remove a:hover i {
    color: #fff;
  }

  /* Adjust product name cell to account for remove button */
  .cart-table-content table tbody tr {
    position: relative;
    padding-top: 10px;
  }

  .cart-table-content table tbody tr td.sp-cart-pro-name {
    padding-top: 0;
  }
}

@media screen and (max-width: 350px) {
  .sp-side-cart {
    width: 96%;
  }
}