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

Item Name: Sprazo - Multipurpose eCommerce HTML Template.
Author: Maraviya Infotech
Version: 1.0.0
Copyright : 2025

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - mixing
    - variables

03. Components
    - common
    - header
    - category-popup
    - footer
    - footer-nav
    - cart-sidebar
    - recent-popup
    - quickview
    - breadcrumb
    - breadcrumb 2
    - shop-sidebar
    - blog-sidebar

04. Layouts
    - hero
    - banner
    - label
    - product
    - about
    - service
    - category
    - collection
    - vendor
    - deal
    - testimonials
    - blog
    - blog 2
    - subscribe
    - team

05. Pages
    - blog-page
    - shop-page
    - single-product-page
    - faq-page
    - login-page
    - register-page
    - term-page
    - cart-page
    - checkout-page
    - contact-us-page
    - wishlist-page
    - compare-page
    - track-order-page

-----------------------------------------------------------------------------------*/
/* Typography ( Import Typography ) */
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/*--  Poppins font  --*/
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("./../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Utilities ( Import Utilities ) */
/* mixing */
/* variables */
/* components ( Import components ) */
/**  Common css  **/
body {
  font-family: "Poppins, sans-serif";
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}

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

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

p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02rem;
}

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

input {
  padding: 5px 15px;
  color: #808c8c;
  border-radius: 10px;
  border: 1px solid #eff0f5;
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: #777;
}
input::-moz-placeholder {
  color: #777;
}
input:-ms-input-placeholder {
  color: #777;
}
input::-ms-input-placeholder {
  color: #777;
}
input::placeholder {
  color: #777;
}
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: #fff;
  color: #4b9097;
  border: 1px dashed #4b9097;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  text-decoration: none;
  border-radius: 10px;
  position: relative;
}
.sp-btn:hover,
.sp-btn-1:hover {
  text-decoration: none;
  background-color: #4b9097;
  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: #eff4f7;
  color: #212529;
  border: 1px dashed #212529;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  text-decoration: none;
  border-radius: 10px;
}
.sp-btn-2:hover {
  text-decoration: none;
  background-color: #212529;
  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: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  background: #4b5966;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  outline: none;
}
.sp-btn-3:hover {
  background-color: #4b9097;
}

.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: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0.03rem;
  background: #4b9097;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  outline: none;
}
.sp-btn-4:hover {
  background-color: #4b5966;
}

.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: 15px;
  z-index: 99;
}
.sp-popup-notify a {
  color: #4b9097;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-transform: capitalize;
  font-weight: 600;
}
.sp-popup-notify a:hover {
  color: #4b5966;
}
.sp-popup-notify p {
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
  font-size: 14px;
  color: #4b5966;
  border: 1px solid #4b9097;
  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);
}
.sp-popup-notify p i {
  margin-right: 5px;
}
.sp-popup-notify p .red {
  color: #4b9097;
  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;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  color: #4b5966;
  border: 1px solid #4b9097;
  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;
  right: 16px;
  bottom: 16px;
}
a.back-to-top svg path {
  fill: transparent;
  stroke: #4b9097;
  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 #eff0f5;
  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 #4b9097;
  content: "\eb7b";
  position: absolute;
  display: block;
  background: #4b9097;
  font-family: "remixicon";
  font-size: 14px;
  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: 15px;
  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 #eff0f5;
  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: #777;
}

/*  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;
}
.sp-loader .loader {
  position: absolute;
  -webkit-animation: sp-rotate 10s linear infinite;
          animation: sp-rotate 10s linear infinite;
}
.sp-loader .loader:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px dashed #4b5966;
  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;
}

@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 #eff0f5;
  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: #777;
  -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: #777;
  float: left;
  font-size: 14px;
  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: #777;
  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: 14px;
  position: relative;
  font-weight: 300;
}
.custom-select svg {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
.custom-select svg path {
  fill: #4b9097;
}
.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 #eff0f5;
}
.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: 14px;
  color: #808c8c;
  font-weight: 300;
}
.select-options li:hover {
  color: #4b9097;
}
.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: #4b5966;
  font-weight: 600;
}
.section-detail .sp-title p {
  margin-bottom: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #4b9097;
  line-height: 20px;
}
.section-detail .sp-title p img {
  width: 13px;
  margin-right: 5px;
}

.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: 600px;
  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: #808c8c;
  border: 1px solid #eaebeb;
  border-radius: 10px;
  background-color: #f7fafb;
  text-transform: capitalize;
}
.section-detail.detail-two .sp-tab ul .nav-item a:hover {
  border: 1px solid #4b5966;
  color: #4b5966;
}
.section-detail.detail-two .sp-tab ul .nav-item a.active {
  background-color: #4b9097;
  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 #eaebeb;
  border-radius: 15px;
  background-color: #f7fafb;
}
.sp-pro-pagination span {
  font-size: 14px;
  color: #808c8c;
}
.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: #808c8c;
  display: block;
  text-align: center;
}
.sp-pro-pagination ul li a {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 400;
  color: #808c8c;
  line-height: 32px;
  background: #fff;
  border: 1px solid #eaebeb;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  -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: #4b9097;
}
.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: #4b9097;
  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: #4b9097;
}

/* 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: 14px;
  }
  .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: 15px;
  }
}
@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: 22px;
  }
  .section-detail.detail-two .sp-tab ul .nav-item a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .section-detail .sp-title h2 {
    font-size: 21px;
  }
}
/**  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 #eaebeb;
  /*===== 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: 14px;
  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: "Poppins, sans-serif";
  font-size: 14px;
  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: 14px;
  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: #808c8c;
  font-weight: 400;
}
.sp-header .top-header .inner-top-header .col-right-bar .cols .dropdown a:hover {
  color: #4b9097;
}
.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: #4b5966;
}
.sp-header .sp-header-btn .header-icon svg .sp-stroke {
  stroke: #4b5966;
}
.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: #4b5966;
}
.sp-header .sp-header-btn-mobile .header-icon svg .sp-stroke {
  stroke: #4b5966;
}
.sp-header .sp-toggle-menu {
  display: none;
}
.sp-header .sp-toggle-menu .header-icon i {
  font-size: 22px;
  color: #4b9097;
}
.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 #4b9097;
  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: 14px;
  font-weight: 400;
  line-height: 1;
  color: #777;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 10px;
  border: 1px solid #4b9097;
  letter-spacing: 0.5px;
}
.sp-header .header-search .sp-btn-group-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.sp-header .header-search .sp-btn-group-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.sp-header .header-search .sp-btn-group-form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.sp-header .header-search .sp-btn-group-form input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.sp-header .header-search .sp-btn-group-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.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: #777;
  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: #777;
}
.sp-header .header-search .sp-btn-group-form button:hover i {
  color: #4b9097;
}
.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: #4b5966;
}
.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 #eff0f5;
  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: #808c8c;
}
.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: #4b9097;
}
.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 .sp-header-buttons .sp-wish-drop div.sp-wish-items .sp-wishlist-msg {
  margin: 0;
  padding: 15px 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;
  color: #777;
  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 #eff0f5;
  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: #4b5966;
  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 #eff0f5;
  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: #4b5966;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  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: 14px;
  line-height: 18px;
  display: block;
  color: #777;
}
.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: 15px;
  font-weight: 600;
  color: #4b5966;
}
.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: #4b9097;
}
.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: #808c8c;
  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: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #4b5966;
}
.sp-header .sp-main-menu-desk {
  background-color: #fff;
  padding: 5px 0;
  border-top: 1px solid #eaebeb;
}
.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 #eaebeb;
  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: #4b5966;
}
.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: 15px;
  font-weight: 500;
  color: #4b5966;
}
.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: #4b9097;
}
.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: #4b9097;
}
.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover a.nav-link:after {
  border-color: #4b9097;
}
.sp-header .sp-main-menu-desk .sp-inner-menu-desk .sp-main-menu ul.navbar-nav li:hover span {
  color: #4b9097;
}
.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: #4b9097;
}
.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 #eff0f5;
  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 #eff0f5;
  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: #4b9097;
  font-size: 15px;
  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: 14px;
  font-weight: 300;
  color: #808c8c;
  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: #4b9097;
}
.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: #4b9097;
}
.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 #eff0f5;
  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: #4b9097;
}
.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 #eff0f5;
  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: 14px;
  font-weight: 300;
  color: #808c8c;
  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: #4b9097;
}
.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: #4b9097;
}
.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;
}
.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: #4b9097;
}
.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 #eff0f5;
  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: 14px;
  font-weight: 300;
  color: #808c8c;
}
.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: #4b9097;
}
.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 #eaebeb;
  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: #4b9097;
}
.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: 16;
}
.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: 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 .sp-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.sp-header .sp-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.sp-header .sp-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #4b5966;
  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: #4b5966;
  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: #808c8c;
  border: 1px solid #eff0f5;
  border-radius: 10px;
  font-size: 15px;
  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: #808c8c;
  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: 14px;
  font-weight: 400;
  color: #808c8c;
  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: 14px;
  color: #777;
}
.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: #4b5966;
  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 #eaebeb;
    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;
  }
}
/**  Category Popup  **/
.sp-category-popup-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../img/shape/shape-3.png");
  background-repeat: repeat;
  backdrop-filter: blur(4px);
  z-index: 17;
}
.sp-category-popup-overlay:hover {
  cursor: url("../img/icons/18.svg"), auto;
}

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

.sp-category-popup {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 30px);
  height: calc(50vh + 50px);
  margin: 0 15px;
  padding: 30px 30px 0 30px;
  position: fixed;
  left: 0;
  bottom: -1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
  -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);
  z-index: 18;
  border-radius: 15px 15px 0 0;
}
.sp-category-popup .sp-category-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 15px;
  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;
  opacity: 0.5;
  display: none;
}
.sp-category-popup .sp-category-close:hover {
  opacity: 1;
}
.sp-category-popup .sp-category-close-hide {
  display: none;
  opacity: 0;
}
.sp-category-popup .sp-category-search {
  height: 100%;
  padding-bottom: 30px;
  display: block;
  overflow: auto;
}
.sp-category-popup .sp-category-search form {
  margin-bottom: 30px;
  position: relative;
  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-category-popup .sp-category-search h4 {
  margin-bottom: 15px;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
}
.sp-category-popup .sp-category-search input {
  width: 500px;
  height: 50px;
  border-radius: 15px;
  border-color: #4b9097;
}
.sp-category-popup .sp-category-search button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  margin-left: -45px;
  background-color: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eff0f5;
  color: #4b5966;
}
.sp-category-popup .sp-category-search button:hover {
  background-color: #4b9097;
  color: #fff;
}
.sp-category-popup .sp-category-search .sp-cat-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-category-popup .sp-category-search .sp-cat-list ul {
  width: 25%;
  margin: 0;
  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;
}
.sp-category-popup .sp-category-search .sp-cat-list ul .title {
  margin-bottom: 10px !important;
  padding: 0;
  color: #4b5966;
  font-weight: 700;
  font-family: "Quicksand";
  background-color: transparent;
  border-radius: 0;
  border: 0;
}
.sp-category-popup .sp-category-search .sp-cat-list ul .list.active {
  background-color: #4b9097;
}
.sp-category-popup .sp-category-search .sp-cat-list ul .list.active:hover {
  background-color: rgba(75, 143, 151, 0.8);
  border: 1px solid #eff0f5;
}
.sp-category-popup .sp-category-search .sp-cat-list ul .list.active a {
  color: #fff;
}
.sp-category-popup .sp-category-search .sp-cat-list ul .list.active a span {
  color: #fff;
}
.sp-category-popup .sp-category-search .sp-cat-list ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  background-color: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.sp-category-popup .sp-category-search .sp-cat-list ul li:hover {
  border-color: #4b9097;
}
.sp-category-popup .sp-category-search .sp-cat-list ul li:hover a {
  color: #4b9097;
}
.sp-category-popup .sp-category-search .sp-cat-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sp-category-popup .sp-category-search .sp-cat-list ul li a {
  color: #4b5966;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
}
.sp-category-popup .sp-category-search .sp-cat-list ul li a span {
  font-size: 14px;
  color: #808c8c;
  line-height: 24px;
}

/* Responsive Category Popup css */
@media only screen and (max-width: 991px) {
  .sp-category-popup .sp-category-search .sp-cat-list ul {
    width: 50%;
  }
  .sp-category-popup .sp-category-search h4 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-category-popup .sp-category-search input {
    width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .sp-category-popup {
    padding: 30px 15px 0 15px;
  }
  .sp-category-popup .sp-category-search {
    padding-bottom: 20px;
  }
  .sp-category-popup .sp-category-search input {
    width: 98%;
  }
  .sp-category-popup .sp-category-search form {
    width: 98%;
  }
  .sp-category-popup .sp-category-search .sp-cat-list ul {
    width: 100%;
  }
  .sp-category-popup .sp-category-search h4 {
    font-size: 20px;
  }
}
/**  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: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #808c8c;
  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: #4b5966;
  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: #808c8c;
  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: 14px;
  line-height: 20px;
  padding: 0;
  color: #808c8c;
  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: #4b9097;
  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: 14px;
  font-weight: 400;
  color: #808c8c;
}
.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: #4b5966;
  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: 15px;
}
.sp-footer .footer-top .sp-footer-social .sp-footer-widget .sp-footer-links .sp-footer-link a:hover {
  background-color: #4b9097;
}
.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: 30px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #393e48;
  background-color: #4b5966;
}
.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: space-between;
}
.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: #4b9097;
}

.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: 15px;
  }
  .sp-footer .footer-top .sp-footer-widget .sp-footer-links li p {
    font-size: 15px;
  }
  .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: 15px;
  }
}
@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: 14px;
  }
  .sp-footer .footer-top .sp-footer-widget .sp-footer-links li p {
    font-size: 14px;
  }
  .sp-footer .footer-top .sp-footer-widget .sp-footer-detail {
    font-size: 14px;
  }
}
@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: 14px;
  }
  .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: #171a1c;
  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 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;
}

.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: 14px;
  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-side-cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.sp-side-cart::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.sp-side-cart::-webkit-scrollbar-thumb {
  background-color: #4b5966;
  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: #808c8c;
}
.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 #eff0f5;
}
.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: #777;
}
.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;
}
.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: 800;
  color: #4b5966;
}
.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: #eb3049;
  opacity: 0.5;
  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: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.sp-side-cart .cart-related::-webkit-scrollbar-thumb {
  background-color: #4b5966;
  border-radius: 20px;
}
.sp-side-cart .sp-border-right {
  padding-right: 24px;
  border-right: 1px solid #eff0f5;
}
.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: 15px;
  border: 1px solid #eaebeb;
  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: #4b5966;
  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: 0.5;
  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 #eaebeb;
}
.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: #4b5966;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  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: 14px;
  line-height: 18px;
  display: block;
  color: #777;
}
.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: 15px;
  font-weight: 600;
  color: #4b5966;
}
.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: 15px;
  font-family: "Poppins, 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: #4b5966;
}

/* 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;
  }
}
@media screen and (max-width: 575px) {
  .sp-side-cart {
    width: 300px;
  }
  .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;
  }
}
/**  Recent Popup  **/
.sp-recent {
  width: 300px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 15px;
  bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 15px;
  z-index: 16;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.sp-recent img {
  width: 70px;
  height: 75px;
  margin-right: 15px;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 15px;
}
.sp-recent .detail {
  width: 65%;
  display: inline-block;
}
.sp-recent .detail h6 {
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #4b5966;
  font-size: 14px;
  font-weight: 600;
}
.sp-recent .detail p {
  margin: 0;
  font-size: 11px;
  color: #777;
  line-height: 17px;
}
.sp-recent .detail .bought {
  margin-bottom: 10px;
}
.sp-recent a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 20px;
  line-height: 10px;
  color: #777;
}
.sp-recent a:hover {
  color: #777;
}

/* Recent responsive */
@media only screen and (max-width: 420px) {
  .sp-recent {
    width: 270px;
  }
}
/**  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: 14px;
  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: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.sp-quickview::-webkit-scrollbar-thumb {
  background-color: #4b5966;
  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 #eff0f5;
  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: #4b5966;
  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: flex;
}
.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: #777;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
}
.sp-quickview .sp-quickview-box .quickview-pro-content .sp-quickview-price span.new-price {
  color: #4b5966;
  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: #777;
}
.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 #eff0f5;
  color: #777;
  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: #777;
}
.sp-quickview .sp-quickview-box .quickview-pro-content .sp-pro-variation ul li.active {
  background-color: #4b9097 !important;
  border-color: #4b9097 !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 #eaebeb;
}
.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: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #4b5966;
  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: #808c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.sp-breadcrumb .sp-breadcrumb-list li a {
  color: #4b9097;
  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 #eff0f5;
  }
  .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: #eff4f7;
  border-bottom: 1px solid #eaebeb;
}
.sp-breadcrumb-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/breadcrumb/1.png") top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.5;
}
.sp-breadcrumb-2 .container-fluid:before {
  content: "";
  width: 250px;
  height: 250px;
  background: url("../img/breadcrumb/2.png") top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 5;
}
.sp-breadcrumb-2 .container-fluid:after {
  content: "";
  width: 250px;
  height: 250px;
  background: url("../img/breadcrumb/3.png") top center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 5;
}
.sp-breadcrumb-2 .sp-breadcrumb-inner {
  height: 250px;
  padding: 15px 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;
  position: relative;
}
.sp-breadcrumb-2 .sp-breadcrumb-title {
  margin-bottom: 15px;
  padding: 0;
  font-size: 30px;
  line-height: 21px;
  font-weight: 700;
  color: #4b5966;
  text-transform: capitalize;
  text-align: center;
  position: relative;
  z-index: 5;
}
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.sp-breadcrumb-2 .sp-breadcrumb-list li {
  color: #808c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
}
.sp-breadcrumb-2 .sp-breadcrumb-list li a {
  color: #4b9097;
  font-weight: 400;
}
.sp-breadcrumb-2 .sp-breadcrumb-list li i {
  margin: 0 10px;
}

/* Responsive breadcrumb css */
@media only screen and (max-width: 1199px) {
  .sp-breadcrumb-2:before {
    background-size: cover;
  }
  .sp-breadcrumb-2 .container-fluid:before {
    width: 200px;
    height: 200px;
  }
  .sp-breadcrumb-2 .container-fluid:after {
    width: 200px;
    height: 200px;
  }
  .sp-breadcrumb-2 .sp-breadcrumb-inner {
    height: 200px;
  }
  .sp-breadcrumb-2 .sp-breadcrumb-title {
    font-size: 29px;
  }
}
@media only screen and (max-width: 991px) {
  .sp-breadcrumb-2 .container-fluid:before {
    width: 150px;
    height: 150px;
  }
  .sp-breadcrumb-2 .container-fluid:after {
    width: 150px;
    height: 150px;
  }
  .sp-breadcrumb-2 .sp-breadcrumb-inner {
    height: 150px;
  }
  .sp-breadcrumb-2 .sp-breadcrumb-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-breadcrumb-2:before {
    background-size: 1500px;
    background-position: center;
  }
  .sp-breadcrumb-2 .sp-breadcrumb-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .sp-breadcrumb-2:before {
    background-size: 1200px;
    background-position: center;
  }
  .sp-breadcrumb-2 .sp-breadcrumb-inner {
    height: 130px;
  }
  .sp-breadcrumb-2 .sp-breadcrumb-title {
    font-size: 18px;
  }
  .sp-breadcrumb-2 .container-fluid:before, .sp-breadcrumb-2 .container-fluid:after {
    display: none;
  }
}
/**  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 #eff0f5;
}
.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: 15px;
  color: #808c8c;
  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: #808c8c;
  font-size: 15px;
  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: #808c8c;
  font-size: 14px;
  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: #4b5966;
}
.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 #4b5966;
  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 {
  width: 100%;
  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: #808c8c;
  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: #777;
  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: 5px;
  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 #4b9097;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #4b9097;
  font-family: "remixicon";
  font-size: 14px;
  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: 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;
}
.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 .sp-blog-title a {
  color: #808c8c;
  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 .sp-blog-date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  line-height: 1;
  letter-spacing: 0;
}
.sp-shop-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-detial a {
  font-size: 14px;
  color: #4b9097;
}
.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: 14px;
  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: 15px;
  border: 1px solid #eaebeb;
  background-color: #f7fafb;
}

.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: 10px;
}
.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: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  color: #808c8c;
  text-transform: capitalize;
}
.sp-sidebar-block.drop .sp-sb-block-content ul li .main.drop {
  position: relative;
}
.sp-sidebar-block.drop .sp-sb-block-content ul li .main.drop:after {
  content: "+";
  cursor: pointer;
  font-size: 18px;
  color: #777;
  font-weight: 400;
  margin-left: 7px;
}
.sp-sidebar-block.drop .sp-sb-block-content ul li ul {
  border-top: 1px solid #eaebeb;
  display: none;
}
.sp-sidebar-block.drop .sp-sb-block-content ul li ul li a {
  padding: 8px 0 8px 15px;
  color: #808c8c;
  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;
}

/* 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: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.sp-filter-sidebar::-webkit-scrollbar-thumb {
  background-color: #4b5966;
  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: #eff0f5;
}
.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 #4b9097;
  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: #4b9097;
}
.sp-price-range-slider .noUi-connect {
  background: #808c8c;
}
.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: 14px;
  color: #808c8c;
}
.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;
  border: 1px solid #eff0f5;
  background: #fff;
  border-radius: 10px;
}
.sp-price-range-slider .sp-price-input label {
  font-size: 14px;
  color: #808c8c;
  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: 15px;
  border: 1px solid #eff0f5;
}
.sp-price-range-slider .sp-price-input .sp-price-divider {
  position: relative;
  border-bottom: 1px solid #808c8c;
  width: 10px;
  height: 1px;
  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;
  }
}
/* Blog Sidebar CSS */
.sp-blogs-sidebar .sp-blogs-sidebar-wraper {
  position: sticky;
  top: 30px;
  padding: 30px;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  background-color: #f7fafb;
}
.sp-blogs-sidebar .sp-sb-title {
  border-bottom: 2px solid #eaebeb;
  padding-bottom: 15px;
}
.sp-blogs-sidebar .sp-sb-title h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-family: "Poppins, sans-serif";
  font-size: 18px;
  font-weight: 500;
}
.sp-blogs-sidebar .sp-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #eaebeb;
  color: #4b5966;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.sp-blogs-sidebar .sp-blog-search .sp-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.sp-blogs-sidebar .sp-blog-search .form-control {
  display: block;
  width: 100%;
  min-height: 48px;
  height: 48px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #808c8c;
  background-color: transparent;
  border: none;
  letter-spacing: 0;
}
.sp-blogs-sidebar .sp-blog-search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sp-blogs-sidebar .sp-blog-search .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.sp-blogs-sidebar .sp-blog-search .form-control::-moz-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.sp-blogs-sidebar .sp-blog-search .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.sp-blogs-sidebar .sp-blog-search .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.sp-blogs-sidebar .sp-blog-search .form-control::placeholder {
  font-size: 14px;
  color: #808c8c;
}
.sp-blogs-sidebar .sp-blog-search .submit {
  width: 60px;
  height: 48px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4b5966;
  background-color: transparent;
  border: 0;
}
.sp-blogs-sidebar .sp-sidebar-block ul li a {
  padding-left: 30px;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item {
  position: relative;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item input:checked ~ .checked::after {
  display: block;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item a {
  width: 100%;
  display: block;
  color: #808c8c;
  font-size: 14px;
  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;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item a span {
  color: #777;
  font-size: 13px;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #eaebeb;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #4b9097;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #4b9097;
  font-family: "remixicon";
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.sp-blogs-sidebar .sp-sidebar-block:not(:last-child) {
  margin-bottom: 30px;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item {
  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;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img {
  margin-right: 15px;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img img {
  width: 80px;
  border-radius: 15px;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-detial .sp-blog-title a {
  color: #4b5966;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-detial .sp-blog-date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #808c8c;
  line-height: 20px;
  letter-spacing: 0;
}
.sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-detial a {
  font-size: 14px;
  color: #4b9097;
}

/* Responsive Blog Sidebar css */
@media only screen and (max-width: 1199px) {
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img img {
    width: 80px;
  }
}
@media only screen and (max-width: 420px) {
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .sp-blogs-sidebar .sp-sidebar-block .sp-sidebar-block-item .sp-sidebar-block-img img {
    width: 100%;
  }
}
/* 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: #4b9097;
  font-size: 60px;
  font-weight: 700;
}
.sp-hero h1 span {
  font-weight: 400;
  color: #4b5966;
}
.sp-hero p {
  margin-bottom: 15px;
  color: #808c8c;
}
.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: #4b9097;
  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: #4b5966;
  font-weight: 600;
  font-size: 20px;
}
.sp-hero .sp-info p {
  color: #808c8c;
}
.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: #4b5966;
  -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: #4b9097;
  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 #4b9097;
}
.sp-banner .sp-wish:hover {
  background-color: #4b9097;
  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 #eff0f5;
  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: #4b5966;
  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 #4b5966, -1px 1px #4b5966, 1px -1px #4b5966, -1px -1px #4b5966, 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 #eaebeb;
  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 #eaebeb;
  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: 14px;
  color: #777;
  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: 14px;
  color: #777;
  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 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: #4b9097;
  border-color: #4b9097;
}
.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-wishlist.active,
.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: #4b9097;
  border-color: #4b9097;
}
.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-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: "Poppins, sans-serif";
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #777;
  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: "Poppins, sans-serif";
  font-size: 15px;
  line-height: 18px;
  color: #4b5966;
  font-weight: 600;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}
.sp-pro-box .sp-pro-details h4.sp-pro-title a:hover {
  color: #4b9097;
}
.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: #4b5966;
  font-weight: 600;
}
.sp-pro-box .sp-pro-details .sp-price .inner-price .item-left {
  padding: 0 3px;
  font-size: 14px;
  font-weight: 400;
  color: #4b9097;
}
.sp-pro-box .sp-pro-details .sp-price .inner-price .old-price {
  padding: 0 3px;
  font-size: 14px;
  font-weight: 400;
  color: #808c8c;
  text-decoration: line-through;
}
.sp-pro-box .sp-pro-details .sp-price .last-items {
  font-size: 14px;
  font-weight: 400;
  color: #808c8c;
}

.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 #eaebeb;
  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: #777;
  -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: #777;
  float: left;
  font-size: 14px;
  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: 15px;
  opacity: 0.8;
}
.sp-pro-rating .ri-star-fill {
  color: #4b9097;
}
.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 #4b5966 !important;
  border-radius: 50%;
}
.sp-product-popular .owl-nav button:hover {
  background-color: #4b9097;
  border: 1px solid #4b9097 !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: #4b5966;
  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: 14px;
  }
  .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%;
  }
}
@media only screen and (max-width: 480px) {
  .pro-gl-content {
    width: 100%;
  }
}
/**  About section  **/
.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: #4b9097;
  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: #808c8c;
}
.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 #eff0f5;
}
.sp-about .sp-details .list .icon {
  margin-right: 30px;
  padding: 15px;
  border: 1px dashed #4b9097;
  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: #4b5966;
  font-size: 23px;
  font-weight: 700;
}
.sp-about .sp-details .list .info p {
  margin: 0;
  color: #808c8c;
}
.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: 15px;
  }
  .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: 14px;
    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: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eaebeb;
}

.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 {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  line-height: 0;
}
.sp-ser-inner .sp-service-image svg path {
  fill: #4b9097;
}
.sp-ser-inner .sp-service-image h3 {
  margin: 0 !important;
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 700;
  color: #4b5966;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.sp-service-desc p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #808c8c;
  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 #4b9097;
  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-info {
  margin-top: -50px;
  padding-top: 65px;
  border: 1px dashed #4b9097;
  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: #4b5966;
  font-size: 18px;
  font-weight: 900;
}
.sp-category .sp-category-block .category-detail .category-info h5 a:hover {
  color: #4b9097;
}

/* 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: 15px;
  }
}
/**  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% - 30px);
  height: 100%;
  border-radius: 15px;
}
.sp-collection-block .collection-detail .collection-info {
  margin-top: -150px;
  padding: 165px 15px 15px 15px;
  background-color: #fff;
  border: 1px dashed #4b9097;
  border-radius: 15px;
}
.sp-collection-block .collection-detail .collection-info h5 {
  margin-bottom: 10px;
  text-align: center;
  text-transform: capitalize;
}
.sp-collection-block .collection-detail .collection-info h5 a {
  color: #4b5966;
  font-size: 18px;
  font-weight: 900;
}
.sp-collection-block .collection-detail .collection-info h5 a:hover {
  color: #4b9097;
}
.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: center;
}
.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: #808c8c;
}

/* 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: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .sp-collection-block .collection-detail .collection-info h5 a {
    font-size: 15px;
  }
  .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;
  }
}
/**  Vendor Section  **/
.sp-vendor-list .nav-tabs {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border: 0;
}
.sp-vendor-list .nav-tabs .nav-item {
  width: calc(25% - 10px);
  margin: 5px;
  cursor: pointer;
}
.sp-vendor-list .nav-tabs .nav-item .nav-img {
  max-width: 70px;
  margin-right: 15px;
  border: 1px dashed #4b9097;
  border-radius: 15px;
}
.sp-vendor-list .nav-tabs .nav-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #eaebeb;
  border-radius: 15px;
}
.sp-vendor-list .nav-tabs .nav-link:hover {
  border: 1px solid #4b9097;
}
.sp-vendor-list .nav-tabs .nav-link.active {
  background-color: #f7fafb;
  border: 1px solid #4b9097;
}
.sp-vendor-list .sp-tab h4 {
  font-size: 20px;
  font-weight: 700;
  color: #4b5966;
}
.sp-vendor-list .sp-tab p {
  margin: 0;
  font-size: 14px;
  color: #808c8c;
  line-height: 22px;
}
.sp-vendor-list .sp-tab .list {
  margin: -2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-vendor-list .sp-tab .list span {
  margin: 2px;
  padding: 2px 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #808c8c;
  font-size: 12px;
  letter-spacing: 0.05rem;
}
.sp-vendor-list .tab-content {
  margin-top: 10px;
  padding: 15px;
  background-color: #f7fafb;
  border: 1px solid #eaebeb;
  border-radius: 15px;
}
.sp-vendor-list .sp-pro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sp-vendor-list .product-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.sp-vendor-list .product-box:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.sp-vendor-list .product-box img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.sp-vendor-list .product-box .sp-detail {
  padding: 15px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.sp-vendor-list .product-box .sp-detail h3 {
  line-height: 30px;
  text-transform: capitalize;
}
.sp-vendor-list .product-box .sp-detail h3 .text_bg2 {
  margin: 0;
  padding: 5px 10px;
  font-size: 22px;
  font-weight: 700;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff;
  color: #4b5966;
  line-height: 30px;
  -webkit-filter: url(#text_bg2);
  filter: url(#text_bg2);
}
.sp-vendor-list .product-box .sp-detail h5 {
  padding: 5px;
  background-color: #fff;
  color: #4b5966;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 700;
}
.sp-vendor-list svg {
  position: absolute;
}

/* Responsive Vendor */
@media only screen and (max-width: 1399px) {
  .sp-vendor-list .nav-tabs .nav-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 991px) {
  .sp-vendor-list .sp-tab h4 {
    font-size: 18px;
  }
  .sp-vendor-list .product-box .sp-detail h3 .text_bg2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-vendor-list .nav-tabs .nav-item {
    width: 100%;
  }
  .sp-vendor-list .product-box .sp-detail h3 {
    line-height: 20px;
  }
  .sp-vendor-list .product-box .sp-detail h3 .text_bg2 {
    line-height: 20px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .sp-vendor-list .sp-tab h4 {
    font-size: 16px;
  }
  .sp-vendor-list .nav-tabs .nav-item .nav-img {
    max-width: 60px;
  }
  .sp-vendor-list .product-box .sp-detail h3 .text_bg2 {
    line-height: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .sp-vendor-list .nav-tabs .nav-link {
    -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-vendor-list .nav-tabs .nav-item .nav-img {
    margin: 0 0 15px 0;
  }
}
/**  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 #4b9097;
}
.sp-deal .deal-box .deal-detail {
  z-index: 7;
}
.sp-deal .deal-box p {
  font-size: 14px;
  line-height: 17px;
}
.sp-deal .deal-box p img {
  width: 12px;
}
.sp-deal .deal-box h3 {
  margin-bottom: 30px;
  color: #4b5966;
  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: #4b9097;
}
.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 #4b5966;
  border-radius: 15px;
}
.sp-deal .deal-box .deal-timer .time-block .time {
  font-size: 30px;
  font-weight: 700;
  color: #4b5966;
  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: #777;
  font-size: 14px;
  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: #4b9097;
  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;
  }
}
/**  Testimonial Section  **/
.sp-testimonial {
  position: relative;
}
.sp-testimonial .owl-nav {
  margin: -5px;
  position: absolute;
  top: -70px;
  right: 0;
}
.sp-testimonial .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 #4b5966 !important;
  border-radius: 50%;
}
.sp-testimonial .owl-nav button:hover {
  background-color: #4b9097;
  border: 1px solid #4b9097 !important;
}
.sp-testimonial .owl-nav button:hover:after {
  color: #fff;
}
.sp-testimonial .owl-nav button:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b5966;
  font-size: 18px;
  line-height: 26px;
  font-family: "remixicon";
}
.sp-testimonial .owl-nav button span {
  display: none;
}
.sp-testimonial .owl-nav .owl-prev {
  position: relative;
}
.sp-testimonial .owl-nav .owl-prev:after {
  content: "\f5d6";
}
.sp-testimonial .owl-nav .owl-next {
  position: relative;
}
.sp-testimonial .owl-nav .owl-next:after {
  content: "\f5dc";
}
.sp-testimonial .sp-testimonial-box {
  padding: 30px;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  background-color: #f7fafb;
}
.sp-testimonial .sp-testimonial-box .sp-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-testimonial .sp-testimonial-box .sp-detail .sp-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(75, 144, 151, 0.18);
  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;
}
.sp-testimonial .sp-testimonial-box .sp-detail .sp-icon i {
  color: #4b9097;
  font-size: 25px;
  line-height: 25px;
}
.sp-testimonial .sp-testimonial-box .sp-detail .sp-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sp-testimonial .sp-testimonial-box .sp-detail .sp-user .user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-testimonial .sp-testimonial-box .sp-detail .sp-user .user-name h5 {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #4b5966;
  text-align: right;
}
.sp-testimonial .sp-testimonial-box .sp-detail .sp-user .user-name p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #808c8c;
  text-align: right;
}
.sp-testimonial .sp-testimonial-box .sp-detail .sp-user img {
  width: 60px;
  height: 60px;
  margin-left: 15px;
  border-radius: 50%;
}
.sp-testimonial .sp-testimonial-box .testimonial-text {
  margin-top: 24px;
}
.sp-testimonial .sp-testimonial-box .testimonial-text p {
  margin: 0;
  color: #808c8c;
  line-height: 26px;
  font-weight: 300;
}

/* Responsive Testimonial */
@media only screen and (max-width: 1199px) {
  .sp-testimonial .sp-testimonial-box .sp-detail .sp-user img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .sp-testimonial .sp-testimonial-box .sp-detail .sp-user .user-name h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .sp-testimonial .sp-testimonial-box {
    padding: 15px;
  }
  .sp-testimonial .sp-testimonial-box .sp-detail .sp-user .user-name h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .sp-testimonial .sp-testimonial-box .sp-detail .sp-icon {
    opacity: 0.4;
  }
}
/**  Blog section  **/
.sp-blog-box {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eaebeb;
  border-radius: 15px;
}
.sp-blog-box .sp-blog-img {
  width: 260px;
  margin-right: 15px;
  border-radius: 15px;
}
.sp-blog-box .sp-blog-detail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-blog-box .sp-blog-detail .sp-read {
  color: #4b5966;
  font-size: 14px;
  font-weight: 700;
}
.sp-blog-box .sp-blog-detail .sp-read:hover {
  color: #4b9097;
}
.sp-blog-box .sp-blog-detail .sp-read i {
  margin-left: 5px;
}
.sp-blog-box .sp-blog-info .sp-post {
  color: #808c8c;
  font-size: 14px;
}
.sp-blog-box .sp-blog-info .sp-post a {
  margin-right: 5px;
  color: #4b9097;
}
.sp-blog-box .sp-blog-info h3 a {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #4b5966;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sp-blog-box .sp-blog-info h3 a:hover {
  color: #4b9097;
}
.sp-blog-box .sp-blog-info .desc {
  font-size: 14px;
  font-weight: 300;
  color: #808c8c;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Responsive Blog */
@media only screen and (max-width: 1399px) {
  .sp-blog-box .sp-blog-img {
    width: 235px;
  }
  .sp-blog-box .sp-blog-info h3 {
    margin-bottom: 10px;
  }
  .sp-blog-box .sp-blog-info h3 a {
    font-size: 19px;
    line-height: 28px;
  }
  .sp-blog-box .sp-blog-info .desc {
    line-height: 22px;
  }
  .sp-blog-box .sp-blog-info .sp-post {
    line-height: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .sp-blog-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-blog-box .sp-blog-info h3 a {
    font-size: 18px;
    line-height: 26px;
  }
  .sp-blog-box .sp-blog-img {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .sp-blog-box .sp-blog-detail {
    border-radius: 0 0 15px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .sp-blog-box .sp-blog-info h3 a {
    font-size: 17px;
  }
  .sp-blog-box .sp-blog-detail .sp-read {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  .sp-blog-box .sp-blog-info h3 a {
    font-size: 16px;
  }
}
/**  Blog section  **/
.sp-blog-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.sp-blog-box-2 .sp-blog-img {
  width: 100%;
  border-radius: 15px;
}
.sp-blog-box-2 .sp-blog-detail {
  width: 100%;
  padding-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sp-blog-box-2 .sp-blog-detail .sp-read {
  color: #4b5966;
  font-size: 14px;
  font-weight: 500;
}
.sp-blog-box-2 .sp-blog-detail .sp-read:hover {
  color: #4b9097;
}
.sp-blog-box-2 .sp-blog-detail .sp-read i {
  margin-left: 5px;
}
.sp-blog-box-2 .sp-blog-info .sp-post {
  margin-bottom: 5px;
  color: #808c8c;
  font-size: 14px;
}
.sp-blog-box-2 .sp-blog-info .sp-post a {
  margin-right: 5px;
  color: #4b9097;
}
.sp-blog-box-2 .sp-blog-info h3 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: #4b5966;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sp-blog-box-2 .sp-blog-info h3 a:hover {
  color: #4b9097;
}
.sp-blog-box-2 .sp-blog-info .desc {
  font-size: 14px;
  font-weight: 300;
  color: #808c8c;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Responsive Blog */
@media only screen and (max-width: 1399px) {
  .sp-blog-box-2 .sp-blog-info h3 {
    margin-bottom: 10px;
  }
  .sp-blog-box-2 .sp-blog-info h3 a {
    font-size: 17px;
  }
  .sp-blog-box-2 .sp-blog-info .desc {
    line-height: 22px;
  }
  .sp-blog-box-2 .sp-blog-info .sp-post {
    line-height: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .sp-blog-box-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-blog-box-2 .sp-blog-img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sp-blog-box-2 .sp-blog-info h3 a {
    font-size: 16px;
  }
  .sp-blog-box-2 .sp-blog-detail .sp-read {
    font-size: 13px;
  }
}
@media only screen and (max-width: 360px) {
  .sp-blog-box-2 .sp-blog-info h3 a {
    font-size: 16px;
  }
}
/**  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: 15px;
  height: 40px;
  background-color: #f7fafb;
  border: 1px solid #eaebeb;
}
.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;
  }
}
/**  Team section  **/
.sp-team-section .owl-dots {
  margin: -3px;
  position: absolute;
  top: -57px;
  right: 0;
}
.sp-team-section .owl-dots button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  margin: 3px;
  border: 1px solid #4b5966;
  border-radius: 15px;
}
.sp-team-section .owl-dots button.active {
  width: 25px;
  border-color: #4b5966;
  background-color: #4b5966;
}
.sp-team-section .owl-nav {
  margin: -5px;
  position: absolute;
  top: -70px;
  right: 0;
}
.sp-team-section .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 #4b5966 !important;
  border-radius: 50%;
}
.sp-team-section .owl-nav button:hover {
  background-color: #4b9097;
  border: 1px solid #4b9097 !important;
}
.sp-team-section .owl-nav button:hover:after {
  color: #fff;
}
.sp-team-section .owl-nav button:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b5966;
  font-size: 18px;
  line-height: 26px;
  font-family: "remixicon";
}
.sp-team-section .owl-nav button span {
  display: none;
}
.sp-team-section .owl-nav .owl-prev {
  position: relative;
}
.sp-team-section .owl-nav .owl-prev:after {
  content: "\f5d6";
}
.sp-team-section .owl-nav .owl-next {
  position: relative;
}
.sp-team-section .owl-nav .owl-next:after {
  content: "\f5dc";
}
.sp-team-section .sp-team-box {
  position: relative;
}
.sp-team-section .sp-team-box:hover .sp-team-img .sp-team-socials {
  bottom: 15px;
  opacity: 1;
}
.sp-team-section .sp-team-box .sp-team-img {
  position: relative;
}
.sp-team-section .sp-team-box .sp-team-img img {
  width: 100%;
  border-radius: 15px;
}
.sp-team-section .sp-team-box .sp-team-img .sp-team-socials {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.sp-team-section .sp-team-box .sp-team-img .sp-team-socials ul {
  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-team-section .sp-team-box .sp-team-img .sp-team-socials ul li a {
  width: 30px;
  height: 30px;
  margin: 2px;
  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: #4b5966;
  border-radius: 15px;
}
.sp-team-section .sp-team-box .sp-team-img .sp-team-socials ul li a i {
  color: #fff;
  font-size: 15px;
}
.sp-team-section .sp-team-box .sp-team-img .sp-team-socials ul li a:hover {
  background-color: #4b9097;
}
.sp-team-section .sp-team-box .sp-team-info {
  text-align: center;
}
.sp-team-section .sp-team-box .sp-team-info h5 {
  margin-top: 15px;
  color: #4b5966;
  font-size: 18px;
  font-weight: 700;
}
.sp-team-section .sp-team-box .sp-team-info p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 16px;
}

/* Pages ( Import Pages ) */
/*-------------------------------------------------
  Blog Page CSS
---------------------------------------------------*/
/**  Single blog (Blog details)   **/
.sp-single-blog-item .single-blog-info .blog-img img {
  width: 100%;
  border-radius: 15px;
}
.sp-single-blog-item .single-blog-info .single-blog-detail label {
  margin-bottom: 15px;
  color: #777;
}
.sp-single-blog-item .single-blog-info .single-blog-detail label a {
  color: #4b9097;
  font-weight: 500;
}
.sp-single-blog-item .single-blog-info .single-blog-detail label a:hover {
  color: #4b9097;
}
.sp-single-blog-item .single-blog-info .single-blog-detail h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4b5966;
}
.sp-single-blog-item .single-blog-info .single-blog-detail p {
  color: #808c8c;
  font-size: 14px;
}
.sp-single-blog-item .single-blog-info .single-blog-detail .sp-text-highlight {
  font-weight: 500;
  font-style: italic;
}
.sp-single-blog-item .single-blog-info .single-blog-detail .sub-img {
  margin-top: 30px;
}
.sp-single-blog-item .single-blog-info .single-blog-detail .sub-img img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 15px;
}

.sp-blog-comments {
  padding: 24px;
  background-color: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eaebeb;
}
.sp-blog-comments .sp-blog-dsp-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #4b5966;
}
.sp-blog-comments .sub-cmt {
  margin-left: 65px;
}
.sp-blog-comments .sp-single-comment-wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-user-img {
  width: 50px;
  margin-right: 15px;
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-user-img img {
  width: 100%;
  border-radius: 15px;
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-comment-content {
  width: calc(100% - 50px);
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-comment-content h5 {
  color: #4b5966;
  font-size: 16px;
  font-weight: 600;
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-comment-content span {
  color: #777;
  font-size: 13px;
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-comment-content p {
  margin: 5px 0;
  color: #808c8c;
  font-weight: 400;
  font-size: 14px;
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-comment-content .sp-blog-details-btn a {
  color: #4b9097;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-blog-comments .sp-single-comment-wrapper .sp-blog-comment-content .sp-blog-details-btn a i {
  margin-left: 5px;
  font-size: 15px;
}
.sp-blog-comments .sp-blog-cmt-form .sp-blog-form .sp-text-leave {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sp-blog-comments .sp-blog-cmt-form .sp-blog-form input {
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 20px;
  background: #fff;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #808c8c;
  font-size: 14px;
}
.sp-blog-comments .sp-blog-cmt-form .sp-blog-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp-blog-comments .sp-blog-cmt-form .sp-blog-form textarea:focus {
  outline: none;
}

/* Blog Responsive css */
@media only screen and (max-width: 991px) {
  .sp-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  .sp-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 20px;
  }
  .sp-single-blog-item .single-blog-info .single-blog-detail label {
    font-size: 15px;
  }
  .sp-blog-comments .sp-blog-dsp-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .sp-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 19px;
  }
  .sp-single-blog-item .single-blog-info .single-blog-detail label {
    font-size: 14px;
  }
  .sp-blog-comments {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .sp-blog-comments .sp-single-comment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sp-blog-comments .sp-single-comment-wrapper .sp-blog-user-img {
    margin: 0 0 15px 0;
  }
  .sp-blog-comments .sp-single-comment-wrapper .sp-blog-comment-content {
    width: 100%;
  }
  .sp-blog-comments .sub-cmt {
    margin-left: 30px;
  }
}
/*-------------------------------------------------
  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 #eff0f5;
  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 #eff0f5;
  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: #4b5966;
  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: #808c8c;
  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: 14px;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  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 #eaebeb;
}
.sp-pro-list-top .sp-gl-btn .grid-btn i {
  font-size: 23px;
  color: #4b5966;
  line-height: 0;
}
.sp-pro-list-top .grid-btn.active {
  background: #4b9097;
  border: 1px solid #4b9097;
}
.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: 14px;
  color: #808c8c;
  padding-right: 22px;
}
.sp-pro-list-top .sp-sort-select .sp-select-inner {
  width: 200px;
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  border-radius: 0;
  border-left: 1px solid #eaebeb;
}
.sp-pro-list-top .sp-sort-select .sp-select-inner:after {
  padding: 0 10px;
  content: "\ea4e";
  position: absolute;
  font-family: "remixicon";
  top: 50%;
  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: #808c8c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sp-pro-list-top .sp-sort-select .sp-select-inner .custom-select {
  width: 100%;
  height: 50px;
  padding: 15px;
}
.sp-pro-list-top .sp-sort-select .sp-select-inner .select-options {
  margin-top: 15px;
}
.sp-pro-list-top .sp-sort-select .sp-select-inner select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  color: #808c8c;
  cursor: pointer;
}

.sp-select-bar {
  margin: -5px -5px 25px -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sp-select-bar .sp-select-btn {
  margin: 5px;
  padding: 0 10px;
  border: 1px solid #eff0f5;
  border-radius: 10px;
  color: #808c8c;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  background-color: #f7fafb;
}
.sp-select-bar .sp-select-btn .sp-select-cancel {
  margin-left: 15px;
  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: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212529;
  color: #fff;
  border-radius: 10px;
}
.sp-select-btn-clear .sp-select-clear:hover {
  color: #fff;
  background-color: #4b9097;
}

/* 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 #eff0f5;
  }
  .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 #eff0f5;
  border-radius: 15px;
}
.sp-single-product .single-pro-inner-gallary .single-pro-img img {
  border: 1px solid #eff0f5;
  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 #eaebeb;
}
.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 {
  opacity: 0.8;
}
.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 #eaebeb;
  -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: #4b9097;
}
.sp-single-product .single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #4b9097;
}
.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: #212529;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.1;
}
.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: #4b5966;
  font-size: 22px;
  text-transform: capitalize;
  margin: 0 0 20px 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: 14px;
  color: #4b5966;
  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: #4b5966;
  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: #808c8c;
}
.sp-single-product .single-pro-content .sp-single-rating-wrap .sp-read-review a {
  color: #808c8c;
  font-size: 14px;
  line-height: 20px;
}
.sp-single-product .single-pro-content .sp-single-rating-wrap .sp-read-review a:hover {
  color: #4b9097;
}
.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: #808c8c;
  font-size: 14px;
  letter-spacing: 0;
  word-break: break-all;
  line-height: 26px;
  font-family: "Poppins, 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 #4b5966;
  border-radius: 15px;
}
.sp-single-product .single-pro-content .sp-timer .time-block .time {
  font-size: 20px;
  font-weight: 600;
  color: #4b5966;
  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: #777;
  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: #808c8c;
  font-size: 14px;
  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;
  padding-bottom: 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: #4b9097;
  letter-spacing: 0;
}
.sp-single-product .single-pro-content .sp-single-price-stoke .sp-single-sku {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #4b5966;
  font-weight: 600;
}
.sp-single-product .single-pro-content .sp-single-price .final-price {
  margin-bottom: 15px;
  color: #4b5966;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-family: "Poppins, sans-serif";
  letter-spacing: 0;
}
.sp-single-product .single-pro-content .sp-single-price .final-price .price-des {
  margin-left: 15px;
  color: #4b9097;
  font-weight: 500;
  font-size: 18px;
}
.sp-single-product .single-pro-content .sp-single-price .mrp {
  color: #808c8c;
}
.sp-single-product .single-pro-content .sp-single-price .mrp span {
  color: #808c8c;
  text-decoration: line-through;
}
.sp-single-product .single-pro-content .sp-pro-variation {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #4b5966;
  -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: 15px;
  line-height: 1.1;
  letter-spacing: 0.04rem;
  text-transform: uppercase;
  font-family: "Poppins, 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: #f7fafb;
  color: #808c8c;
  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 #eaebeb;
  float: left;
  border-radius: 15px;
}
.sp-single-product .single-pro-content .sp-pro-variation .sp-pro-variation-inner .sp-pro-variation-content li.active {
  background-color: #4b9097;
  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;
  opacity: 0.7;
  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 #4b5966;
}
.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: 10px;
  border: 1px solid #eaebeb;
  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;
  border-radius: 15px;
}
.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: #4b5966;
}
.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: #4b5966;
  float: left;
  font-size: 15px;
  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 #eff0f5;
}
.sp-single-product .single-pro-content .sp-single-qty .qty-plus-minus .inc.ms_qtybtn {
  border-left: 1px solid #eff0f5;
}
.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: 14px;
  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;
  letter-spacing: 0.02rem;
  border: 1px dashed #4b9097;
}
.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: #4b9097;
}
.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: #4b9097;
}
.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 #eaebeb;
  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: #4b5966;
  line-height: 0;
}
.sp-single-product .single-pro-content .sp-single-qty .sp-btn-group:hover {
  color: #fff;
  background-color: #4b9097;
  border-color: #4b9097;
}
.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 #eaebeb;
  background-color: #f7fafb;
  border-radius: 10px;
  color: #808c8c;
  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 #eaebeb;
}
.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: #808c8c;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.85px;
  text-transform: capitalize;
  font-family: "Poppins, 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: 15px;
}
.sp-single-product .single-add-more .add-more-item .add-more-info .old-price {
  margin-left: 5px;
  font-size: 14px;
  color: #808c8c;
  text-decoration: line-through;
}
.sp-single-product .single-add-more .add-more-item.sp-active {
  border: 1px dashed #4b9097;
  background-color: #eff4f7;
}
.sp-single-product .single-add-more .add-more-item.sp-active .add {
  border-color: #4b9097;
  background-color: #4b9097;
  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: #4b9097;
}
.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 #eaebeb;
  text-transform: capitalize;
  line-height: 24px;
  color: #4b5966;
  padding: 8px 28px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  display: inline-block;
  cursor: pointer;
  background-color: #f7fafb;
  border-radius: 15px;
  letter-spacing: 0;
}
.sp-single-product .sp-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #4b9097;
  border: 1px solid #4b9097;
}
.sp-single-product .sp-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4b9097;
  border: 1px solid #4b9097;
}
.sp-single-product .sp-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}
.sp-single-product .tab-pane p {
  color: #808c8c;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  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 #eff0f5;
  border-radius: 0;
  color: #202020;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
  border-radius: 15px;
}
.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: #eff0f5;
  -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: #4b5966;
  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 #eaebeb;
  font-size: 14px;
  color: #808c8c;
}
.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: 14px;
  color: #808c8c;
  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: #808c8c;
}
.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: 14px;
  line-height: 28px;
  list-style: outside;
  color: #808c8c;
  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: #808c8c;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  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: #808c8c;
}
.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: 15px;
  list-style: outside;
  color: #808c8c;
}
.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: 15px;
  color: #4b5966;
  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 #eaebeb;
}
.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: #808c8c;
}
.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: 15px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  color: #4b5966;
}
.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: #4b9097;
}
.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: #4b5966;
}
.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: #4b5966;
}
.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: 14px;
  color: #808c8c;
  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: "Poppins, sans-serif";
  color: #4b5966;
}
.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: #808c8c;
}
.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: 14px;
  border-radius: 15px;
  border: 1px solid #eaebeb;
  color: #808c8c;
  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: #808c8c;
  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: #808c8c;
  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: #808c8c;
  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: #808c8c;
  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: #808c8c;
  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 #eaebeb;
  height: 150px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
}
.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 #eff0f5;
  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: 15px;
  font-weight: 600;
  color: #4b5966;
}
.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 #4b9097;
  color: #4b9097;
  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: #4b5966;
  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 #eff0f5;
  border-radius: 15px;
}

.qty-plus-minus {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #eaebeb;
  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: #777;
  -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: #777;
  float: left;
  font-size: 14px;
  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;
  }
}
@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: 15px;
  }
  .sp-single-product .single-pro-content .sp-single-price .mrp {
    font-size: 14px;
  }
  .sp-single-product .single-pro-content .sp-single-price-stoke .sp-single-sku {
    font-size: 14px;
  }
  .sp-single-product .single-pro-content .sp-single-price-stoke .sp-single-ps-title {
    font-size: 14px;
  }
  .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: #eff0f5;
  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: #4b5966;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  font-family: "Poppins, sans-serif";
  border: 1px solid #eaebeb;
  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: #4b5966;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
}
.sp-accordion.style-1 .sp-accordion-body {
  padding: 15px 0;
  font-size: 14px;
  color: #777;
  display: none;
  line-height: 24px;
}
.sp-accordion.style-1 .sp-accordion-body code {
  font-weight: 600;
  font-size: 14px;
  color: #4b9097;
}
.sp-accordion.style-1 .sp-accordion-body.show {
  display: block;
}

/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.sp-login-content {
  max-width: 1000px;
  margin: auto;
  padding: 30px 15px;
  background-color: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eaebeb;
  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 15px;
}

.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: #4b5966;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.sp-login-wrapper .sp-login-container .sp-login-form input {
  height: 50px;
  margin-bottom: 24px;
  padding: 0 15px;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  color: #808c8c;
  font-size: 14px;
  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: #777;
  font-size: 14px;
  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: #4b5966;
}
.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: #4b5966;
}
.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: #777;
  font-size: 14px;
}
.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn span a {
  color: #4b5966;
  font-weight: 600;
}
.sp-login-wrapper .sp-login-container .sp-login-form .sp-login-btn span a:hover {
  color: #4b5966;
}

.sp-login-img img {
  width: 100%;
  border-radius: 15px;
}

.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: #777;
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
  -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 10px 0 0 !important;
  position: relative !important;
  opacity: 0;
  border: 1px solid #eff0f5 !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 #eaebeb;
  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 #4b5966;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 15px;
  color: #4b5966;
  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 #eaebeb;
  padding: 30px;
  text-align: left;
  background-color: #f7fafb;
  border-radius: 15px;
}
.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: #4b5966;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.sp-register-wrapper .sp-register-container .sp-register-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #eaebeb;
  color: #777;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  font-weight: 400;
  outline: none;
  border-radius: 15px;
}
.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: #4b5966;
  font-size: 14px;
  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 #eaebeb;
  font-size: 14px;
}
.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: #777;
  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: #777;
}
.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: #4b5966;
}
.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 {
  font-size: 14px;
  color: #777;
}
.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn span a {
  margin-left: 10px;
  color: #4b5966;
  font-weight: 600;
}
.sp-register-wrapper .sp-register-container .sp-register-form .sp-register-btn span a:hover {
  color: #4b5966;
}

/* 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 #eff0f5;
  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: #4b5966;
}
.sp-terms-conditions .sp-csp-block p, .sp-privacy-policy .sp-csp-block p {
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
.sp-terms-conditions .sp-csp-block p b, .sp-privacy-policy .sp-csp-block p b {
  font-weight: 500;
  color: #4b5966;
}
.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: 15px;
  background-color: #f7fafb;
  border: 1px solid #eaebeb;
}
.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 #eaebeb;
  color: #777;
  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: #777;
  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: #4b5966;
  background-color: #eff4f7;
  font-size: 15px;
  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: 15px 0 0 15px;
}
.sp-cart-content .table-content table thead > tr > th:last-child {
  border-radius: 0 15px 15px 0;
}
.sp-cart-content .table-content table tbody > tr {
  border-bottom: 1px solid #eff0f5;
}
.sp-cart-content .table-content table tbody > tr td {
  padding: 15px 14px;
  color: #4b5966;
  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 #eaebeb;
  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: #4b5966;
  float: left;
  font-size: 14px;
  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: #4b5966;
  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: 15px;
}
.sp-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .dec.sp-qtybtn:before {
  padding-bottom: 0;
  content: "\ea64";
  color: #777;
  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: #777;
  font-size: 20px;
}
.sp-cart-content .table-content table tbody > tr td.sp-cart-pro-name {
  width: 40%;
}
.sp-cart-content .table-content table tbody > tr td.sp-cart-pro-name a {
  color: #777;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  letter-spacing: 0.6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}
.sp-cart-content .table-content table tbody > tr td.sp-cart-pro-subtotal {
  color: #4b5966;
  font-weight: 500;
  font-size: 15px;
}
.sp-cart-content .table-content table tbody > tr td.sp-cart-pro-price {
  color: #4b5966;
  font-weight: 500;
  font-size: 15px;
}
.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: #4b5966;
}
.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: #4b5966;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  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: #4b5966;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.sp-cart-form p {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.sp-cart-form input {
  height: 50px;
  background-color: #fff;
  border: 1px solid #eaebeb;
  color: #4b5966;
  font-size: 14px;
  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: #777;
  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 #eaebeb;
  background: #fff;
  font-size: 14px;
  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: #777;
}
.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: #4b5966;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.sp-cart-summary-bottom .sp-cart-summary .text-right {
  color: #4b5966;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.sp-cart-summary-bottom .sp-cart-summary .text-right a {
  color: #4b5966;
  font-weight: 500;
  cursor: pointer;
}
.sp-cart-summary-bottom .sp-cart-summary .text-right a:hover {
  color: #4b5966;
}
.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: 5px;
  background-color: #fff;
  border-radius: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.sp-cart-coupan-form button {
  position: absolute;
  top: 5px;
  right: 5px;
}
.sp-cart-coupan-form .sp-coupan {
  width: calc(100% - 70px);
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  color: #777;
  font-size: 14px;
  border: 0;
  background: transparent;
  text-align: left;
  letter-spacing: 0.5px;
  outline: none;
  border-radius: 15px;
}

/* 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: 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;
  }
}
/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.sp-checkout-section {
  font-size: 14px;
}
.sp-checkout-section .sp-pay-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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: inline-block;
  color: #777;
  letter-spacing: 0;
}
.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 #4b5966;
}
.sp-checkout-section [type=radio]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #4b5966;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.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: inline-block;
  color: #777;
  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 #e0e2ed;
  border-radius: 100%;
  background: #fff;
}
.sp-checkout-section [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #4b9097;
  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 #eaebeb;
  background-color: #f7fafb;
  border-radius: 15px;
}
.sp-checkout-wrap h3 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  display: block;
  color: #4b5966;
  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: #4b5966;
  font-size: 14px;
  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: #777;
  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: #4b5966;
  font-size: 14px;
  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 #eaebeb;
  color: #4b5966;
  font-size: 14px;
  outline: none;
  border-radius: 15px;
}
.sp-check-login-form .sp-check-login-fp {
  color: #4b5966;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 14px;
  line-height: 24px;
}
.sp-check-login-form .sp-check-login-fp:hover {
  color: #4b5966;
}
.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: #4b5966;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.sp-checkout-wrap .sp-check-bill-form input {
  width: 100%;
  height: 45px;
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid #eaebeb;
  color: #4b5966;
  font-size: 14px;
  outline: none;
  border-radius: 15px;
}
.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: #4b5966;
  font-size: 14px;
  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 #eaebeb;
  font-size: 14px;
  border-radius: 15px;
  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: #777;
  cursor: pointer;
  border-radius: 15px;
}
.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: #777;
}
.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: #777;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.sp-checkout-summary .text-right {
  color: #4b5966;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.sp-checkout-summary .text-right a {
  color: #4b5966;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.sp-checkout-summary .text-right a:hover {
  color: #4b5966;
}
.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: #4b5966;
  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 #eaebeb;
  background-color: #f7fafb;
  border-radius: 15px;
}
.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: #4b5966;
}
.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: #777;
  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: 15px;
  color: #4b5966;
  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: #4b5966;
}
.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: 14px;
  text-decoration: line-through;
  color: #777;
}
.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: #4b5966;
  font-weight: 700;
  font-size: 14px;
}
.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 #eaebeb;
  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: #4b5966;
  font-size: 15px;
  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: #777;
  font-size: 14px;
  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: #4b5966;
  font-size: 15px;
  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: #777;
  font-size: 14px;
  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: #4b5966;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  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 #eaebeb;
  color: #4b5966;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  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: #777;
  font-weight: 300;
  -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: 0;
  border-color: #e0e2ed;
  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: #4b5966;
  font-size: 14px;
  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: #4b5966;
}
.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree a span {
  font-weight: 500;
  color: #4b5966;
}
.sp-checkout-section .sp-sidebar-wrap .sp-pay-agree .checked {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #e0e2ed;
  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 #4b5966;
  content: "\eb7b";
  position: relative;
  display: none;
  font-family: "remixicon";
  font-size: 15px;
  color: #4b5966;
  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: 5px;
  border-radius: 15px;
  background-color: #fff;
}
.sp-checkout-coupan-form .sp-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 40px;
  color: #777;
  font-size: 14px;
  width: calc(100% - 70px);
  border: 0;
  background: transparent;
  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 #eaebeb;
  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: #eaebeb;
  border-radius: 15px;
  font-size: 15px;
  color: #777;
}
.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: #777;
}
.sp-contact form .form-group input::-moz-placeholder, .sp-contact form .form-group textarea::-moz-placeholder {
  color: #777;
}
.sp-contact form .form-group input:-ms-input-placeholder, .sp-contact form .form-group textarea:-ms-input-placeholder {
  color: #777;
}
.sp-contact form .form-group input::-ms-input-placeholder, .sp-contact form .form-group textarea::-ms-input-placeholder {
  color: #777;
}
.sp-contact form .form-group input::placeholder, .sp-contact form .form-group textarea::placeholder {
  color: #777;
}
.sp-contact .sp-contact-detail .sp-box {
  padding: 24px;
  border: 1px solid #eaebeb;
  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: #4b5966;
  text-transform: capitalize;
}
.sp-contact .sp-contact-detail .sp-box .info p {
  margin: 0;
  font-size: 14px;
  color: #777;
  line-height: 20px;
}
.sp-contact .sp-contact-detail .sp-box .icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  background-color: #4b5966;
  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: #4b9097;
}

/* 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;
  }
}
/* Wishlist Page CSS */
.sp-wishlist-list .sp-product-card .remove-product {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 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;
  background-color: #4b5966;
  border-radius: 15px;
  z-index: 5;
}
.sp-wishlist-list .sp-product-card .remove-product i {
  color: #fff;
  font-size: 14px;
}
.sp-wishlist-list .sp-wish-page-msg {
  height: 100%;
  margin: 0;
  padding: 30px;
  text-align: center;
  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: #eff4f7;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.sp-wishlist-list .sp-wish-page-msg p {
  margin: 0;
  font-size: 20px;
  color: #4b5966;
}

/* Compare Page CSS */
.sp-compare-list .sp-product-card .remove-product-compare {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 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;
  background-color: #4b5966;
  border-radius: 15px;
  z-index: 5;
}
.sp-compare-list .sp-product-card .remove-product-compare i {
  color: #fff;
  font-size: 14px;
}
.sp-compare-list .sp-compare-page-msg {
  height: 100%;
  margin: 0;
  padding: 30px;
  text-align: center;
  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: #eff4f7;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.sp-compare-list .sp-compare-page-msg p {
  margin: 0;
  font-size: 20px;
  color: #4b5966;
}
.sp-compare-list .sp-product-card .sp-compare-item {
  margin-top: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}
.sp-compare-list .sp-product-card .sp-compare-item ul li {
  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;
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.sp-compare-list .sp-product-card .sp-compare-item ul li:nth-child(odd) {
  background-color: #eff4f7;
}
.sp-compare-list .sp-product-card .sp-compare-item ul li b {
  margin-bottom: 5px;
  color: #4b5966;
  font-size: 15px;
  font-weight: 600;
}
.sp-compare-list .sp-product-card .sp-compare-item ul li .not-stock {
  color: #eb3049;
}
.sp-compare-list .sp-product-card .sp-compare-item ul li .stock {
  color: #477f72;
}

/* 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: #4b5966;
}
.sp-track-order .sp-track-list .sp-track-block.done .sp-step-icon i {
  color: #4b5966;
}
.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: #4b9097;
}
@-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 #eff0f5;
  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: #808c8c;
  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: #808c8c;
}

/* 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%;
  }
}
/*# sourceMappingURL=style.css.map */