/*-----------------------------------------------------------------------------------

Item Name: Darsh - Multipurpose eCommerce HTML, Bootstrap Template.
Author: Maraviya Infotech
Version: 1.0.0
Copyright : 2025

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - mixing
    - variables

03. Components
    - common
    - header
    - breadcrumb
    - breadcrumb
    - breadcrumb
    - category-popup
    - cart-sidebar
    - footer
    - footer-nav
    - newsletter-popup
    - quickview
    - select-product-popup
    - shop-sidebar

04. Layouts
    - hero
    - label
    - category
    - product
    - tab-banner
    - service
    - trending-top-product
    - testimonials
    - testimonials 2
    - top-vendor
    - blog
    - team

05. Pages
    - about-page
    - shop-page
    - single-product
    - contact-us
    - cart-page
    - checkout-page
    - compare-page
    - faq
    - auth
    - blog-page
    - orders
    - rack-order
    - invoice
    - wishlist

-----------------------------------------------------------------------------------*/
/* 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 ) */
/**  General CSS  **/
body {
  font-family: "Poppins, sans-serif";
  overflow-x: hidden;
  overflow-y: auto;
}

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;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.p-t-50 {
  padding-top: 50px;
}

.p-30 {
  padding: 30px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.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-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;
}

.mb-minus-30 {
  margin-bottom: -30px;
}

.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 {
  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;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  padding: 10px 15px;
  font-family: "Poppins, sans-serif";
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
}

.da-btn,
.da-btn-1 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 10px 15px;
  background: #eff4f7;
  color: #4b9097;
  border: 1px dashed #4b9097;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
}
.da-btn:hover,
.da-btn-1:hover {
  text-decoration: none;
  background-color: #4b9097;
  color: #fff;
}

.da-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
}
.da-btn-2:hover {
  text-decoration: none;
  background-color: #212529;
  color: #fff;
}

.da-btn-3 {
  height: 40px;
  padding: 10px 15px;
  color: #fff;
  background-color: #4b9097;
  border: 1px solid #4b9097;
  font-family: "Poppins, sans-serif";
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  line-height: 20px;
  border-radius: 10px;
}
.da-btn-3:hover {
  background-color: #212529;
  border: 1px solid #212529;
}

.da-btn-4 {
  height: 40px;
  padding: 10px 15px;
  color: #fff;
  background-color: #212529;
  border: 1px solid #212529;
  font-family: "Poppins, sans-serif";
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  line-height: 20px;
  border-radius: 10px;
}
.da-btn-4:hover {
  background-color: #4b9097;
  border: 1px solid #4b9097;
}

.da-checkbox {
  width: 18px;
  height: 18px;
  position: relative;
}
.da-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%);
}
.da-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;
}
.da-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 .da-dropdown-toggle {
  position: relative;
  padding-right: 15px;
}
.custom-dropdown .da-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;
  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;
}
.custom-dropdown ul.dropdown li {
  line-height: 28px;
}
.custom-dropdown ul.dropdown li a {
  padding: 0px 12px;
  font-size: 13px;
  display: block;
  color: #777;
}

/* Add to cart Popup */
.da-wish-notify,
.da-compare-notify,
.da-cart-notify {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 99;
  opacity: 0.9;
}
.da-wish-notify img,
.da-compare-notify img,
.da-cart-notify img {
  width: 40px;
  margin-right: 15px;
  border-radius: 5px;
  border: 1px dashed #212529;
}
.da-wish-notify p,
.da-compare-notify p,
.da-cart-notify p {
  padding: 15px 20px;
  background-color: #fff;
  font-size: 14px;
  color: #212529;
  border: 1px solid #4b9097;
  border-bottom: 5px solid #4b9097;
  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);
}
.da-wish-notify p i,
.da-compare-notify p i,
.da-cart-notify p i {
  margin-right: 5px;
}
.da-wish-notify .add,
.da-compare-notify .add,
.da-cart-notify .add {
  border-color: #4b9097;
}
.da-wish-notify .add a,
.da-compare-notify .add a,
.da-cart-notify .add a {
  color: #4b9097;
}
.da-wish-notify .remove,
.da-compare-notify .remove,
.da-cart-notify .remove {
  border-color: #ff7381;
}
.da-wish-notify .remove a,
.da-compare-notify .remove a,
.da-cart-notify .remove a {
  color: #ff7381;
}
.da-wish-notify a,
.da-compare-notify a,
.da-cart-notify a {
  color: #4b9097;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.da-wish-notify a:hover,
.da-compare-notify a:hover,
.da-cart-notify a:hover {
  color: #212529;
}

/* 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 {
  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;
}
.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;
}
.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-title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.section-title .section-detail h2 {
  margin-bottom: 0;
  padding: 0;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: #212529;
  position: relative;
  display: inline;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.section-title .section-detail h2 span {
  color: #4b9097;
  font-weight: 700;
}
.section-title .section-detail p {
  max-width: 400px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #808c8c;
  line-height: 24px;
  text-align: center;
}

.section-title-2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-title-2 .section-detail h2 {
  margin-bottom: 0;
  padding: 0;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: #212529;
  position: relative;
  display: inline;
  text-transform: capitalize;
  line-height: 1;
}
.section-title-2 .section-detail h2 span {
  color: #4b9097;
  font-weight: 700;
}
.section-title-2 .section-detail p {
  max-width: 400px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #808c8c;
  line-height: 24px;
}
.section-title-2 .da-pro-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-title-2 .da-pro-tab ul {
  margin: -5px;
}
.section-title-2 .da-pro-tab ul li {
  margin: 5px;
}
.section-title-2 .da-pro-tab .nav-item a {
  color: #212529;
  border: 1px solid #212529;
  border-radius: 10px;
  background-color: #eff4f7;
  text-transform: capitalize;
}
.section-title-2 .da-pro-tab .nav-item a.active {
  background-color: #212529;
  color: #fff;
}
.section-title-2 .title-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section-title-2 .title-link a {
  color: #808c8c;
}
.section-title-2 .title-link a i {
  font-size: 18px;
}
.section-title-2 .title-link a:hover {
  color: #4b9097;
}

.section-title-3 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
.section-title-3 .section-detail h2 {
  margin-bottom: 0;
  padding: 0;
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: #212529;
  position: relative;
  display: inline;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.section-title-3 .section-detail h2 span {
  color: #4b9097;
  font-weight: 700;
}
.section-title-3 .section-detail p {
  max-width: 400px;
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #808c8c;
  line-height: 24px;
  text-align: center;
}

/**  Pagination  **/
.da-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 #eff0f5;
  border-radius: 15px;
}
.da-pro-pagination span {
  font-size: 14px;
  color: #808c8c;
}
.da-pro-pagination ul li {
  display: inline-block;
  float: left;
}
.da-pro-pagination ul li:not(:last-child) {
  margin-right: 5px;
}
.da-pro-pagination ul li span {
  width: 20px;
  color: #808c8c;
  display: block;
  text-align: center;
}
.da-pro-pagination ul li a {
  width: 32px;
  height: 32px;
  padding: 0;
  font-weight: 400;
  color: #808c8c;
  line-height: 32px;
  background: #eff4f7;
  border: 1px solid #eff0f5;
  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;
}
.da-pro-pagination ul li a:hover {
  color: #fff;
  background-color: #4b9097;
}
.da-pro-pagination ul li a:hover i {
  color: #fff;
}
.da-pro-pagination ul li a.next {
  width: auto;
  padding: 0 8px;
  color: #fff;
  background-color: #4b9097;
  line-height: 30px;
}
.da-pro-pagination ul li a.next i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.da-pro-pagination ul li a.next:hover i {
  color: #fff;
}
.da-pro-pagination ul li a.active {
  color: #fff;
  background-color: #4b9097;
}

.pagination-2 {
  padding: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#overlay_shine {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  z-index: 15;
  display: block;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0px;
  left: -50%;
  width: 200%;
  height: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.bg-grey {
  background-color: #f7fafb;
}

.border-b-grey {
  border-bottom: 1px solid #eaebeb;
}

.border-t-grey {
  border-top: 1px solid #eaebeb;
}

.border-grey {
  border: 1px solid #eaebeb;
}

/*  Loader  */
.da-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;
}
.da-loader .loader {
  position: absolute;
  -webkit-animation: da-rotate 10s linear infinite;
          animation: da-rotate 10s linear infinite;
}
.da-loader .loader:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px dashed #212529;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.da-loader img {
  -webkit-animation: da-flip 1.5s linear infinite;
          animation: da-flip 1.5s linear infinite;
}

@-webkit-keyframes da-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 da-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);
  }
}
.da-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 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;
  background-color: #4b9097;
  color: #fff;
  border-radius: 30px;
  border: 0;
}
.da-button:hover {
  background-color: #5ca7af;
}

.da-button-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 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;
  background-color: #5ca7af;
  color: #fff;
  border-radius: 30px;
  border: 0;
}
.da-button-2:hover {
  background-color: #4b9097;
}

.bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
}

.border-top {
  border-top: 1px solid #eff0f5;
}

.border-bottom {
  border-bottom: 1px solid #eff0f5;
}

.da-cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  -webkit-animation: morphing-image 10s linear infinite forwards;
          animation: morphing-image 10s linear infinite forwards;
  mix-blend-mode: difference;
  z-index: 9999;
}

.da-cursor-2 {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #fff;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 9999;
  mix-blend-mode: difference;
}

.da-hover-cursor {
  width: 0;
  height: 0;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 0.5;
  z-index: 9999;
}

.da-cursorinnerhover {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: 9999;
}

/*  timer */
.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;
}
.dealend-timer .dealend-timer {
  padding: 5px;
  background-color: transparent;
}
.dealend-timer .time-block {
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  color: #212529;
}
.dealend-timer .time-block .day {
  margin: 0 5px;
  position: relative;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  color: #212529;
}
.dealend-timer .time-block .time {
  min-width: 20px;
  position: relative;
}
.dealend-timer .time-block .dots {
  margin-top: -1px;
  margin-left: 0;
  color: #212529;
}

/*  Sidebar (product & project pages) */
.da-product-sidebar,
.da-project-sidebar {
  padding: 30px;
  border: 1px solid #eff0f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border-radius: 30px;
}
.da-product-sidebar .da-sidebar-title h4,
.da-project-sidebar .da-sidebar-title h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #212529;
  font-weight: 600;
  border-bottom: 1px solid #eff0f5;
}
.da-product-sidebar .price-range-slider input,
.da-project-sidebar .price-range-slider input {
  width: 100%;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  text-align: center;
}
.da-product-sidebar .price-range-slider .ui-widget.ui-widget-content,
.da-project-sidebar .price-range-slider .ui-widget.ui-widget-content {
  border-radius: 30px;
}
.da-product-sidebar .price-range-slider .ui-widget.ui-widget-content .ui-state-default,
.da-project-sidebar .price-range-slider .ui-widget.ui-widget-content .ui-state-default {
  border-radius: 30px;
}
.da-product-sidebar .da-tags ul,
.da-project-sidebar .da-tags ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-product-sidebar .da-tags ul li a,
.da-project-sidebar .da-tags ul li a {
  margin: 2px;
  padding: 5px 15px;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  background-color: #4b9097;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
}
.da-product-sidebar .da-tags ul li a:hover,
.da-project-sidebar .da-tags ul li a:hover {
  background-color: #5ca7af;
}
.da-product-sidebar .da-sidebar-contact ul,
.da-project-sidebar .da-sidebar-contact ul {
  margin: -8px 0;
  padding: 0;
}
.da-product-sidebar .da-sidebar-contact ul li,
.da-project-sidebar .da-sidebar-contact ul li {
  padding: 8px 0;
  position: relative;
}
.da-product-sidebar .da-sidebar-contact ul li a,
.da-project-sidebar .da-sidebar-contact ul li a {
  color: #808c8c;
  font-weight: 400;
}
.da-product-sidebar .da-sidebar-contact ul li input,
.da-project-sidebar .da-sidebar-contact ul li 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%);
}
.da-product-sidebar .da-sidebar-contact ul li .checked,
.da-project-sidebar .da-sidebar-contact ul li .checked {
  position: absolute;
  top: 10px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #808c8c;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.da-product-sidebar .da-sidebar-contact ul li .checked:after,
.da-project-sidebar .da-sidebar-contact ul li .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;
  font-weight: 800;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.da-product-sidebar .da-sidebar-contact ul li input:checked ~ .checked::after,
.da-project-sidebar .da-sidebar-contact ul li input:checked ~ .checked::after {
  display: block;
}
.da-product-sidebar .da-sidebar-contact ul li a,
.da-project-sidebar .da-sidebar-contact ul li a {
  margin-left: 30px;
  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;
}
.da-product-sidebar .da-sidebar-contact ul li a span,
.da-project-sidebar .da-sidebar-contact ul li a span {
  color: #212529;
  font-size: 16px;
  font-weight: 600;
}
.da-product-sidebar .da-cat-list,
.da-project-sidebar .da-cat-list {
  margin: 0;
  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;
}
.da-product-sidebar .da-cat-list li,
.da-project-sidebar .da-cat-list li {
  width: 100%;
}
.da-product-sidebar .da-cat-list a,
.da-project-sidebar .da-cat-list a {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-product-sidebar .da-cat-list a:hover,
.da-project-sidebar .da-cat-list a:hover {
  color: #4b9097;
}
.da-product-sidebar .da-cat-list a span,
.da-project-sidebar .da-cat-list a span {
  font-size: 20px;
  line-height: 24px;
}
.da-product-sidebar .da-cat-list .side-drop:hover,
.da-project-sidebar .da-cat-list .side-drop:hover {
  color: #212529;
}
.da-product-sidebar .da-cat-list .da-drop-list,
.da-project-sidebar .da-cat-list .da-drop-list {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-product-sidebar .da-cat-list .da-drop-list li a,
.da-project-sidebar .da-cat-list .da-drop-list li a {
  color: #808c8c;
  font-size: 14px;
  font-weight: 400;
}
.da-product-sidebar .da-cat-list .da-drop-list li a:hover,
.da-project-sidebar .da-cat-list .da-drop-list li a:hover {
  color: #4b9097;
}
.da-product-sidebar .da-cat-list .da-drop-list li a span,
.da-project-sidebar .da-cat-list .da-drop-list li a span {
  font-size: 14px;
}

/* Pagination */
.da-pagination .pagination {
  margin: 0;
}
.da-pagination ul li a {
  height: 100%;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #eff0f5;
}
.da-pagination ul li a:hover {
  color: #5ca7af;
}
.da-pagination ul li a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #212529;
}
.da-pagination ul li a i {
  font-size: 19px;
}
.da-pagination ul .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.da-pagination ul .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.da-pagination ul .disabled > .page-link,
.da-pagination ul .page-link.disabled {
  background-color: #eff0f5;
  border-color: #eff0f5;
}

form input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #eff0f5;
  color: #777;
  font-size: 15px;
  font-weight: 400;
}
form input::-webkit-input-placeholder {
  color: #808c8c;
}
form input::-moz-placeholder {
  color: #808c8c;
}
form input:-ms-input-placeholder {
  color: #808c8c;
}
form input::-ms-input-placeholder {
  color: #808c8c;
}
form input::placeholder {
  color: #808c8c;
}
form input:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
form textarea {
  width: 100%;
  padding: 15px 15px;
  border-radius: 30px;
  border: 1px solid #eff0f5;
  color: #777;
  font-weight: 400;
  font-size: 15px;
}
form textarea::-webkit-input-placeholder {
  color: #808c8c;
}
form textarea::-moz-placeholder {
  color: #808c8c;
}
form textarea:-ms-input-placeholder {
  color: #808c8c;
}
form textarea::-ms-input-placeholder {
  color: #808c8c;
}
form textarea::placeholder {
  color: #808c8c;
}
form textarea:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* 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: #5ca7af;
  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;
}

@-webkit-keyframes da-UpDown {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes da-UpDown {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes da-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.qty-plus-minus {
  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: 30px;
}
.qty-plus-minus .da-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: 20px;
  color: #808c8c;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.qty-plus-minus input {
  width: 32px;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #808c8c;
  float: left;
  font-size: 14px;
  text-align: center;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}
.qty-plus-minus .da-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: 20px;
  color: #808c8c;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type=radio]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #212529;
  letter-spacing: 0;
}
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #808c8c;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked {
  position: relative;
  opacity: 0;
  display: none;
}
[type=radio]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #212529;
  letter-spacing: 0;
}
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #4b9097;
}
[type=radio]: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: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Responsive Common css */
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
@media only screen and (max-width: 1199px) {
  .d-n-1199 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .m-t-991 {
    margin-top: 30px;
  }
  .p-t-50 {
    padding-top: 40px;
  }
  .p-b-50 {
    padding-bottom: 40px;
  }
  .p-tb-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-t-50 {
    margin-top: 40px;
  }
  .m-b-50 {
    margin-bottom: 40px;
  }
  .m-tb-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .padding-tb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-t-100 {
    padding-top: 80px;
  }
  .padding-b-100 {
    padding-bottom: 80px;
  }
  .padding-t-50 {
    padding-top: 40px;
  }
  .padding-tb-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-b-50 {
    padding-bottom: 40px;
  }
  .padding-tb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .margin-tb-100 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .margin-t-100 {
    margin-top: 80px;
  }
  .margin-b-100 {
    margin-bottom: 80px;
  }
  .section-title .section-detail h2 {
    font-size: 24px;
  }
  .section-title-2 {
    -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;
  }
  .section-title-2 .section-detail {
    margin: 0 auto 15px auto;
    text-align: center;
  }
  .section-title-2 .section-detail h2 {
    font-size: 24px;
  }
  .section-title-2 .da-pro-tab ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-title-2 .da-pro-tab .nav-item a {
    font-size: 14px;
  }
  .da-cursor,
  .da-cursor-2,
  .da-hover-cursor,
  .da-cursorinnerhover {
    display: none;
  }
  .da-product-sidebar .da-sidebar-title h4,
  .da-project-sidebar .da-sidebar-title h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .d-none-767 {
    display: none;
  }
  .d-n-1199 {
    display: block;
  }
  .da-row {
    -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;
  }
  .p-t-50 {
    padding-top: 35px;
  }
  .p-b-50 {
    padding-bottom: 35px;
  }
  .p-tb-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m-t-50 {
    margin-top: 35px;
  }
  .m-b-50 {
    margin-bottom: 35px;
  }
  .m-tb-50 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .padding-tb-50 {
    padding: 35px 0;
  }
  .padding-t-50 {
    padding-top: 35px;
  }
  .padding-tb-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .padding-b-50 {
    padding-bottom: 35px;
  }
  .margin-tb-50 {
    margin: 35px 0;
  }
  .margin-t-50 {
    margin-top: 35px;
  }
  .margin-b-50 {
    margin-bottom: 35px;
  }
  .padding-tb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-t-100 {
    padding-top: 70px;
  }
  .padding-b-100 {
    padding-bottom: 70px;
  }
  .margin-tb-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .margin-t-100 {
    margin-top: 70px;
  }
  a.back-to-top {
    bottom: 65px;
  }
  a.back-to-top svg {
    bottom: 66px;
  }
  .margin-b-100 {
    margin-bottom: 70px;
  }
  .section-title .section-detail h2,
  .section-title-2 .section-detail h2 {
    font-size: 23px;
  }
  .da-product-sidebar .da-sidebar-title h4,
  .da-project-sidebar .da-sidebar-title h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .section-detail h2,
  .section-title-2 .section-detail h2 {
    font-size: 22px;
  }
  .da-pro-pagination {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-pro-pagination span {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .da-section .bold-txt {
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  h2 .bold-txt {
    text-align: center;
  }
}
/**  Header  **/
.da-header {
  position: relative;
  z-index: 16;
  border-bottom: 1px solid #eff0f5;
  /*===== Mobile menus =====*/
}
.da-header .top-header {
  background-color: #212529;
  padding: 6px 0;
}
.da-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;
}
.da-header .top-header .inner-top-header .col-left-bar a {
  font-size: 14px;
  color: #fff;
}
.da-header .top-header .inner-top-header .col-right-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-header .top-header .inner-top-header .col-right-bar .cols {
  padding: 0 12px;
}
.da-header .top-header .inner-top-header .col-right-bar .cols span,
.da-header .top-header .inner-top-header .col-right-bar .cols a {
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  color: #fff;
}
.da-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;
}
.da-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;
}
.da-header .top-header .inner-top-header .col-right-bar .cols .dropdown a:hover {
  color: #4b9097;
}
.da-header .da-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;
}
.da-header .da-header-btn:after {
  display: none;
}
.da-header .da-header-btn:not(:last-child) {
  margin-left: 30px;
}
.da-header .da-header-btn .header-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-header .da-header-btn .header-icon svg {
  width: 30px;
  height: 30px;
}
.da-header .da-header-btn .header-icon svg path {
  stroke: #4b9097;
}
.da-header .da-header-btn .da-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;
}
.da-header .da-toggle-menu {
  display: none;
}
.da-header .da-toggle-menu .header-icon i {
  font-size: 22px;
  color: #4b9097;
}
.da-header .header-search {
  width: 600px;
}
.da-header .header-search .da-btn-group-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.da-header .header-search .da-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;
}
.da-header .header-search .da-btn-group-form .inner-select .custom-select {
  width: 100px;
  text-transform: capitalize;
}
.da-header .header-search .da-btn-group-form .inner-select .custom-select .select-options {
  left: -20px;
}
.da-header .header-search .da-btn-group-form input {
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 45px;
  height: 48px;
  padding: 10px 10px 10px 10px;
  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;
}
.da-header .header-search .da-btn-group-form input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.da-header .header-search .da-btn-group-form input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.da-header .header-search .da-btn-group-form input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.da-header .header-search .da-btn-group-form input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.da-header .header-search .da-btn-group-form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.da-header .header-search .da-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;
}
.da-header .header-search .da-btn-group-form button i {
  font-size: 18px;
  line-height: 12px;
  color: #777;
}
.da-header .bottom-header {
  padding: 20px 0;
}
.da-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;
}
.da-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;
}
.da-header .bottom-header .inner-bottom-header .da-sidebar-toggle svg {
  height: 30px;
  width: 30px;
}
.da-header .bottom-header .inner-bottom-header .da-sidebar-toggle svg path {
  fill: #4b9097;
}
.da-header .bottom-header .inner-bottom-header .da-sidebar-toggle {
  display: none;
}
.da-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;
}
.da-header .bottom-header .inner-bottom-header .header-logo img {
  width: 125px;
}
.da-header .bottom-header .inner-bottom-header .header-logo .dark {
  display: none;
}
.da-header .bottom-header .inner-bottom-header .header-logo .light {
  display: block;
}
.da-header .bottom-header .inner-bottom-header .da-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;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-acc-drop {
  position: relative;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-acc-drop:hover .da-dropdown-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-acc-drop .da-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;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-acc-drop .da-dropdown-menu li {
  padding: 4px 15px;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-acc-drop .da-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;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-acc-drop .da-dropdown-menu li a:hover {
  color: #4b9097;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-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;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-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;
}
.da-header .bottom-header .inner-bottom-header .da-header-buttons .da-btn-stitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #212529;
}
.da-header .da-main-menu-desk {
  background-color: #f7fafb;
  padding: 5px 0;
  border-top: 1px solid #eff0f5;
}
.da-header .da-main-menu-desk .da-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .header-search {
  display: none;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-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: #fff;
  border: 1px solid #eff0f5;
  border-radius: 10px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-header-btn svg {
  width: 25px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-header-btn svg path {
  stroke: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .navbar-toggler {
  display: none;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu {
  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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav li a {
  padding: 0;
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
  color: #212529;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav li a svg {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav li a svg path {
  stroke: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav li:not(:last-child) {
  margin-right: 35px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav li:hover a.nav-link {
  color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav li:hover a.nav-link:after {
  border-color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav li:hover span {
  color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown {
  margin-right: 45px !important;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown:hover .mega-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown:hover .da-dropdown-item {
  position: relative;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown:hover .da-dropdown-item:after {
  border-color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .mega-menu .menu_title {
  border-bottom: 1px solid #eff0f5;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .mega-menu .menu_title a {
  height: auto;
  color: #4b9097;
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .mega-menu li {
  margin: 0;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-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: 400;
  color: #808c8c;
  text-transform: capitalize;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .mega-menu li a:hover {
  color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .mega-menu li a.active {
  color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .mega-menu li ul {
  width: calc(25% - 30px);
  margin-right: 30px;
  padding: 15px 0;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .img-menu {
  width: 400px;
  max-width: 500px;
  min-width: auto;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .img-menu li img:hover {
  border-color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .img-menu li ul {
  width: calc(50% - 30px);
  padding: 24px 0;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .img-menu li ul a {
  padding: 0;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .img-menu .img_title {
  padding-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .da-dropdown-item {
  position: relative;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-main-dropdown .da-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 6px;
  height: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #212529;
  padding-left: 3px;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-home-nav {
  position: relative;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown {
  margin-right: 45px !important;
  position: relative;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-dropdown-item {
  position: relative;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 6px;
  height: 6px;
  font-size: 14px;
  font-family: remixicon !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #212529;
  padding-left: 3px;
  border-radius: 50%;
  position: absolute;
  top: 55%;
  right: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-dropdown-menu li {
  margin: 0;
  padding: 5px 15px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-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: 400;
  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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-dropdown-menu li a:hover {
  color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown .da-dropdown-menu li a.active {
  color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown:hover .da-dropdown-menu {
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-dropdown:hover .da-dropdown-item:after {
  border-color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-mega-dropdown {
  cursor: pointer;
  position: relative;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-mega-dropdown .da-mega-item:after {
  content: "\ea6e";
  font-family: "remixicon";
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 0;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-mega-dropdown .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-mega-dropdown .da-mega-menu li {
  margin: 0;
  padding: 5px 15px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-mega-dropdown .da-mega-menu li a {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 400;
  color: #808c8c;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-mega-dropdown .da-mega-menu li a:hover {
  color: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu ul.navbar-nav .da-mega-dropdown:hover .da-mega-menu {
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu .inner-select {
  width: 180px;
  background-color: #fff;
  border: 1px solid #eff0f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu .inner-select svg {
  margin: 0 10px;
  width: 25px;
  height: 25px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu .inner-select svg path {
  stroke: #4b9097;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu .inner-select .custom-select {
  width: 100%;
  height: 100%;
  padding-right: 15px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-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;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu .inner-select .custom-select .select-options {
  min-width: 175px;
  margin: 15px auto 0 auto;
  padding: 10px 0;
  left: auto;
  right: -15px;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu .inner-select .custom-select .select-options li {
  padding: 5px 20px !important;
}
.da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu .inner-select .custom-select .custom-select:after {
  top: 22%;
}
.da-header .da-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}
.da-header .da-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 340px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  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;
}
.da-header .da-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-header .da-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-header .da-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-header .da-mobile-menu .da-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;
}
.da-header .da-mobile-menu .da-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: #212529;
  font-weight: 600;
}
.da-header .da-mobile-menu .da-menu-title .da-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}
.da-header .da-mobile-menu .da-menu-inner .da-menu-content ul {
  padding: 0;
}
.da-header .da-mobile-menu .da-menu-inner .da-menu-content ul li {
  position: relative;
}
.da-header .da-mobile-menu .da-menu-inner .da-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;
}
.da-header .da-mobile-menu .da-menu-inner .da-menu-content ul li a:last-child() {
  margin-bottom: 0;
}
.da-header .da-mobile-menu .da-menu-inner .da-menu-content ul li .menu-toggle {
  width: 100%;
  height: 54px;
  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;
}
.da-header .da-mobile-menu .da-menu-inner .da-menu-content ul li .menu-toggle::before {
  content: "+";
  margin-left: auto;
  font-weight: 500;
  color: #808c8c;
  font-size: 19px;
}
.da-header .da-mobile-menu .da-menu-inner .da-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;
}
.da-header .da-mobile-menu .da-menu-inner .da-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;
}
.da-header .da-mobile-menu .da-menu-inner .da-menu-content ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #777;
}
.da-header .da-mobile-menu .da-menu-inner .header-res-social {
  margin-top: 30px;
}
.da-header .da-mobile-menu .da-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;
}
.da-header .da-mobile-menu .da-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: #5ca7af;
  border-radius: 10px;
}
.da-header .da-mobile-menu .da-menu-inner .header-res-social ul li a i {
  color: #fff;
}
.da-header .da-mobile-menu.da-menu-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .da-header .bottom-header .inner-bottom-header .header-search {
    width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-header .da-main-menu-desk .da-inner-menu-desk {
    position: relative;
  }
  .da-header .da-main-menu-desk .da-inner-menu-desk .da-main-menu {
    position: unset;
  }
  .da-header .bottom-header .inner-bottom-header .header-search {
    width: 400px;
  }
  .da-header .bottom-header .inner-bottom-header .da-header-buttons .da-btn-desc {
    display: none;
  }
  .da-header .da-header-btn .header-icon svg {
    width: 25px;
    height: 25px;
  }
  .da-header .da-header-btn:not(:last-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .da-header .header-search .da-btn-group-form {
    margin-left: 20px;
  }
  .da-header .header-search .da-btn-group-form .inner-select {
    display: none;
  }
  .da-header .header-search .da-btn-group-form input {
    min-height: 40px;
    height: 40px;
    padding: 10px;
  }
  .da-header .da-category-toggle {
    margin-left: 20px;
    border: 1px solid #eff0f5;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .da-header .da-category-toggle svg {
    width: 22px;
    height: 22px;
  }
  .da-header .bottom-header .inner-bottom-header .da-sidebar-toggle svg {
    width: 22px;
    height: 22px;
  }
  .da-header .da-main-menu-desk {
    display: none;
  }
  .da-header .da-main-menu-desk .da-inner-menu-desk {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .da-header .da-main-menu-desk .da-inner-menu-desk .da-dropdown-menu {
    display: none;
  }
  .da-header .da-main-menu-desk .da-inner-menu-desk .header-search {
    width: 500px;
    display: inline;
  }
  .da-header .da-header-btn .header-icon svg {
    width: 22px;
    height: 22px;
  }
  .da-header .bottom-header {
    padding: 15px 0;
  }
  .da-header .bottom-header .inner-bottom-header .da-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .da-header .bottom-header .inner-bottom-header .header-logo img {
    width: 115px;
  }
  .da-header .bottom-header .inner-bottom-header .header-search {
    width: 100%;
    min-width: 300px;
  }
  .da-header .top-header {
    display: none;
  }
  .da-header .da-toggle-menu {
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .da-header .da-main-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .da-header .da-header-btn:first-child {
    margin: 0 !important;
  }
  .da-header .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-header .inner-bottom-header .header-search {
    padding: 15px 0;
  }
  .da-header .da-logo-detail {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .da-header .header-search .da-btn-group-form {
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .da-header .header-search .da-btn-group-form .custom-dropdown {
    padding: 0 10px;
  }
  .da-header .da-flex-justify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .da-header .da-main-menu-desk .da-inner-menu-desk .da-header-btn {
    display: none;
  }
  .da-header .da-main-menu-desk .da-inner-menu-desk .header-search {
    width: 100%;
  }
  .da-header .bottom-header .inner-bottom-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-header .bottom-header .inner-bottom-header .da-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .da-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 (max-width: 480px) {
  .da-header .da-mobile-menu {
    width: 300px;
  }
  .da-header .header-search .da-btn-group-form .inner-select {
    display: none;
  }
  .da-header .header-search .da-btn-group-form input {
    padding: 10px;
  }
  .da-header .bottom-header .inner-bottom-header .header-search {
    min-width: auto;
  }
}
/**  Breadcrumb  **/
.da-breadcrumb {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background-image: url("../img/breadcrumb/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.da-breadcrumb .da-breadcrumb-inner {
  padding: 15px;
  background-color: #fff;
  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;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.da-breadcrumb .da-breadcrumb-inner:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  background-image: url("../img/breadcrumb/shape.png");
  background-repeat: no-repeat;
}
.da-breadcrumb .da-breadcrumb-inner:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  background-image: url("../img/breadcrumb/shape.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.da-breadcrumb .da-breadcrumb-title {
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  color: #212529;
  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;
}
.da-breadcrumb .da-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;
}
.da-breadcrumb .da-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: 15px;
  font-weight: 400;
}
.da-breadcrumb .da-breadcrumb-list li a {
  color: #4b9097;
  font-weight: 400;
}
.da-breadcrumb .da-breadcrumb-list li i {
  margin: 0 10px;
}

/* Responsive breadcrumb css */
@media only screen and (max-width: 1199px) {
  .da-breadcrumb {
    border-radius: 0 0 30px 30px;
  }
  .da-breadcrumb .da-breadcrumb-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-breadcrumb .da-breadcrumb-inner h2 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .da-breadcrumb {
    border-radius: 0 0 15px 15px;
  }
  .da-breadcrumb .da-breadcrumb-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .da-breadcrumb .da-breadcrumb-inner {
    padding: 15px 15px 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .da-breadcrumb {
    border-radius: 0;
  }
}
/**  Breadcrumb  **/
.da-breadcrumb-2 .da-breadcrumb-inner {
  padding-top: 15px;
  background-color: #fff;
  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;
}
.da-breadcrumb-2 .da-breadcrumb-title {
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  color: #212529;
  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;
}
.da-breadcrumb-2 .da-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;
}
.da-breadcrumb-2 .da-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;
}
.da-breadcrumb-2 .da-breadcrumb-list li a {
  color: #4b9097;
  font-weight: 400;
}
.da-breadcrumb-2 .da-breadcrumb-list li i {
  margin: 0 10px;
}

/* Responsive breadcrumb css */
@media only screen and (max-width: 991px) {
  .da-breadcrumb-2 {
    background-color: #f7fafb;
    border-bottom: 1px solid #eff0f5;
  }
  .da-breadcrumb-2 .da-breadcrumb-inner {
    background-color: #f7fafb;
    padding-bottom: 15px;
  }
  .da-breadcrumb-2 .da-breadcrumb-inner h2 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .da-breadcrumb-2 .da-breadcrumb-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-breadcrumb-2 .da-breadcrumb-inner h2 {
    margin-bottom: 5px;
  }
}
/**  Breadcrumb  **/
.bnr-1 {
  background-image: url("../img/breadcrumb/2.jpg");
}

.bnr-2 {
  background-image: url("../img/breadcrumb/3.jpg");
}

.bnr-3 {
  background-image: url("../img/breadcrumb/4.jpg");
}

.da-breadcrumb-3 {
  height: 400px;
  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;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.da-breadcrumb-3 .da-bread-banner {
  width: 100%;
  height: calc(100% - 52px);
  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;
}
.da-breadcrumb-3 .da-bread-banner .da-bnr-detail {
  padding: 0 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;
}
.da-breadcrumb-3 .da-bread-banner .da-bnr-detail h1 {
  max-width: 400px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
}
.da-breadcrumb-3 .da-bread-banner .da-bnr-detail .perc h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.da-breadcrumb-3 .da-breadcrumb-inner {
  padding: 15px;
  background-color: #fff;
  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;
  border-radius: 15px 15px 0 0;
  position: relative;
}
.da-breadcrumb-3 .da-breadcrumb-inner:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  background-image: url("../img/breadcrumb/shape.png");
  background-repeat: no-repeat;
}
.da-breadcrumb-3 .da-breadcrumb-inner:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  background-image: url("../img/breadcrumb/shape.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.da-breadcrumb-3 .da-breadcrumb-title {
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
  line-height: 21px;
  font-weight: 700;
  color: #212529;
  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;
}
.da-breadcrumb-3 .da-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;
}
.da-breadcrumb-3 .da-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: 15px;
  font-weight: 400;
}
.da-breadcrumb-3 .da-breadcrumb-list li a {
  color: #4b9097;
  font-weight: 400;
}
.da-breadcrumb-3 .da-breadcrumb-list li i {
  margin: 0 10px;
}

/* Responsive breadcrumb css */
@media only screen and (max-width: 1199px) {
  .da-breadcrumb-3 {
    border-radius: 0 0 30px 30px;
  }
  .da-breadcrumb-3 .da-breadcrumb-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-breadcrumb-3 .da-breadcrumb-inner h2 {
    margin-bottom: 5px;
  }
  .da-breadcrumb-3 .da-bread-banner .da-bnr-detail h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .da-breadcrumb-3 {
    border-radius: 0 0 15px 15px;
  }
  .da-breadcrumb-3 .da-breadcrumb-title {
    font-size: 18px;
  }
  .da-breadcrumb-3 .da-bread-banner .da-bnr-detail h1 {
    font-size: 32px;
  }
  .da-breadcrumb-3 .da-bread-banner .da-bnr-detail .perc h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .da-breadcrumb-3 .da-breadcrumb-inner {
    padding: 15px 15px 0 15px;
  }
  .da-breadcrumb-3 .da-bread-banner .da-bnr-detail h1 {
    font-size: 28px;
  }
  .da-breadcrumb-3 .da-bread-banner .da-bnr-detail .perc h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .da-breadcrumb-3 {
    border-radius: 0;
  }
  .da-breadcrumb-3 .da-bread-banner .da-bnr-detail h1 {
    font-size: 26px;
  }
  .da-breadcrumb-3 .da-bread-banner .da-bnr-detail .perc h5 {
    font-size: 16px;
  }
}
/**  Category  **/
.da-category-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 17;
}

.da-open-category {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.da-category-sidebar {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 17;
  display: none;
}

.category-sidebar {
  width: calc(100% - 30px);
  height: calc(100vh - 30px);
  max-width: 1200px;
  margin: 15px auto;
  padding: 30px 15px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  border-radius: 15px;
  z-index: 18;
  position: relative;
}
.category-sidebar .category-box {
  height: 100%;
  overflow: auto;
}
.category-sidebar .category-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.category-sidebar .category-box::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.category-sidebar .category-box::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.category-sidebar .da-category-box {
  padding: 10px;
  margin-bottom: 1px;
  border: 1px solid #212529;
  border-radius: 15px;
  background-color: #fff;
}
.category-sidebar .da-category-box:hover .category-detail .category-sub-contact h5 a {
  background-color: #4b9097;
  color: #fff;
  border: 1px solid #4b9097;
}
.category-sidebar .da-category-box .category-detail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.category-sidebar .da-category-box .category-detail p {
  margin-bottom: 12px;
}
.category-sidebar .da-category-box .category-detail h5 {
  margin: 0 0 2px 0;
  font-size: 16px;
}
.category-sidebar .da-category-box .category-detail h5 a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  color: #212529;
  text-transform: capitalize;
}
.category-sidebar .da-category-box .category-detail .category-sub-contact {
  width: 100%;
  margin: 10px 0 0 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;
}
.category-sidebar .da-category-box .category-detail .category-sub-contact h5 {
  width: 100%;
  margin: 0;
  text-align: center;
}
.category-sidebar .da-category-box .category-detail .category-sub-contact h5 a {
  padding: 10px;
  background-color: #eff4f7;
  border: 1px dashed #212529;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.category-sidebar .sub-title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.category-sidebar .sub-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  text-transform: capitalize;
}
.category-sidebar .da-tags ul {
  margin: -5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-sidebar .da-tags ul li {
  margin: 5px;
}
.category-sidebar button.da-category-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 10px;
  border: 0;
  background-color: #ff7381;
  opacity: 0.5;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
.category-sidebar button.da-category-close:hover {
  opacity: 1;
}
.category-sidebar button.da-category-close:after {
  content: "\f4c8";
  font-family: "remixicon";
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  left: 4px;
  border-radius: 50%;
  color: #fff;
  line-height: 12px;
}
.category-sidebar .da-category-tags {
  margin-bottom: 24px;
}

/* Responsive */
@media screen and (max-width: 1199px) {
  .category-sidebar {
    height: calc(100vh - 60px);
  }
}
/**  Cart Sidebar  **/
.da-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 17;
}

.da-open-cart {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

.da-side-cart {
  width: 770px;
  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;
  border-radius: 15px 0 0 15px;
}
.da-side-cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-side-cart::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-side-cart::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-side-cart:hover .da-cart-close {
  height: 25px !important;
}
.da-side-cart .h-full {
  height: 100%;
}
.da-side-cart .slick-slide > div:not(:last-child) {
  margin-bottom: 15px;
}
.da-side-cart .section-title-3 {
  margin-bottom: 20px;
}
.da-side-cart .section-title-3 h2 {
  font-size: 20px;
}
.da-side-cart .da-pro-content .da-pro-title {
  margin: 0 !important;
}
.da-side-cart .da-wishlist-msg {
  margin-top: 30px;
  text-align: center;
  color: #808c8c;
}
.da-side-cart .da-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;
}
.da-side-cart .da-inner-cart .da-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;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table {
  margin: 10px 0 0 0;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table td {
  border: 0;
  color: #777;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table td.price {
  text-align: right;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table .title {
  font-weight: 500;
}
.da-side-cart .da-inner-cart .da-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;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-btn a {
  padding: 5px 15px;
}
.da-side-cart .da-top-contact .da-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;
}
.da-side-cart .da-top-contact .da-cart-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #212529;
}
.da-side-cart .da-top-contact .da-cart-title .da-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: #ff7381;
  opacity: 0.5;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
.da-side-cart .da-top-contact .da-cart-title .da-cart-close:hover {
  opacity: 1;
}
.da-side-cart .da-top-contact .da-cart-title .da-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;
}
.da-side-cart .cart-related {
  overflow: auto;
}
.da-side-cart .cart-related::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-side-cart .cart-related::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-side-cart .cart-related::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-side-cart .da-border-right {
  padding-right: 24px;
  border-right: 1px solid #eff0f5;
}
.da-side-cart .da-cart-box.item {
  height: 100%;
}
.da-side-cart .da-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;
}
.da-side-cart .da-cart-box ul.da-cart-items {
  margin-bottom: -24px;
  padding: 0;
}
.da-side-cart .da-cart-box ul.da-cart-items li {
  margin-bottom: 24px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #eff0f5;
  position: relative;
}
.da-side-cart .da-cart-box ul.da-cart-items li:hover .cart-remove-item {
  opacity: 1;
}
.da-side-cart .da-cart-box ul.da-cart-items li .cart-remove-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #5ca7af;
  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;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-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;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-pro-img img {
  width: 85px;
  border-radius: 10px;
  border: 1px solid #eff0f5;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact {
  padding-left: 15px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70%;
          flex: 1 0 70%;
  overflow: hidden;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact .da-cart-sub-title {
  width: 100%;
  margin-bottom: 8px;
  text-decoration: none;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact span.cart-price {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact span.cart-price span {
  font-size: 15px;
  font-weight: 600;
  color: #777;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact .qty-plus-minus {
  height: 28px;
}
.da-side-cart .da-cart-box .da-cart-banner .banner {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.da-side-cart .da-cart-box .da-cart-banner .banner:hover img {
  -webkit-transform: rotate(3deg) scale(1.1);
          transform: rotate(3deg) scale(1.1);
}
.da-side-cart .da-cart-box .da-cart-banner .banner img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.da-side-cart .da-cart-box .da-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;
}
.da-side-cart .da-cart-box .da-cart-banner .banner .detail h4,
.da-side-cart .da-cart-box .da-cart-banner .banner .detail h3 {
  color: #fff;
}
.da-side-cart .da-cart-box .da-cart-banner .banner .detail h4 {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: "Poppins, sans-serif";
  font-weight: 300;
  line-height: 22px;
}
.da-side-cart .da-cart-box .da-cart-banner .banner .detail h3 {
  font-size: 22px;
  line-height: 30px;
}
.da-side-cart .da-cart-box .da-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;
}
.da-side-cart .da-cart-box .da-cart-banner .banner .detail a:hover {
  background-color: #fff;
  color: #5ca7af;
}

/* Responsive */
@media screen and (max-width: 991px) {
  .da-side-cart {
    width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .da-side-cart {
    width: 350px;
  }
  .da-side-cart .da-inner-cart .da-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) {
  .da-side-cart {
    width: 300px;
  }
  .da-side-cart .da-cart-box ul.da-cart-items li {
    padding: 10px;
  }
  .da-side-cart .da-cart-box ul.da-cart-items li .da-cart-pro-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .da-side-cart .da-cart-box ul.da-cart-items li .da-cart-pro-img img {
    width: 50px;
  }
}
/**  Footer  **/
.da-footer {
  color: #fff;
  background: #212529;
  position: relative;
}
.da-footer:before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background-image: url("../img/footer/1.png");
  background-repeat: no-repeat;
}
.da-footer:after {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  top: -50px;
  right: 0;
  background-image: url("../img/footer/1.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.da-footer .footer-directory {
  background: #272c31;
}
.da-footer .footer-directory .directory-contact {
  margin-bottom: -24px;
}
.da-footer .footer-directory .directory-contact .inner-contact {
  margin-bottom: 24px;
}
.da-footer .footer-directory .directory-contact .inner-contact ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-footer .footer-directory .directory-contact .inner-contact ul span {
  margin: 0 0 24px 0;
  font-size: 15px;
  font-weight: 600;
  color: #cedbdb;
  text-transform: capitalize;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li:not(:last-child) {
  border-bottom: 1px dashed #393e48;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li:hover a {
  color: #5ca7af;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li:hover a .items {
  color: #5ca7af;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li:hover a .items::after {
  -webkit-animation: slide 2s infinite;
          animation: slide 2s infinite;
  opacity: 1;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li:hover::after {
  color: #5ca7af;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea6e";
  font-family: "remixicon" !important;
  padding-left: 10px;
  font-size: 16px;
  color: #9aa1a1;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 13px;
  font-weight: 400;
  color: #9aa1a1;
  text-transform: capitalize;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li a .items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  color: #9aa1a1;
  position: relative;
  overflow: hidden;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li a .items:after {
  content: "";
  width: 5px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: #272c31;
  opacity: 0;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: rotate(14deg) translateX(-20px);
            transform: rotate(14deg) translateX(-20px);
  }
  100% {
    -webkit-transform: rotate(14deg) translateX(30px);
            transform: rotate(14deg) translateX(30px);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: rotate(14deg) translateX(-20px);
            transform: rotate(14deg) translateX(-20px);
  }
  100% {
    -webkit-transform: rotate(14deg) translateX(30px);
            transform: rotate(14deg) translateX(30px);
  }
}
.da-footer .footer-directory .directory-contact .inner-contact ul li a .items.new {
  color: #dd636f;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li a .items.hot {
  color: #63cbb3;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li a .items.trending {
  color: #6d83e7;
}
.da-footer .footer-directory .directory-contact .inner-contact ul li:first-child::after {
  display: none;
}
.da-footer .footer-container {
  border-top: 1px solid #393e48;
}
.da-footer .footer-top .da-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;
}
.da-footer .footer-top .da-footer-company .da-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-footer .footer-top .da-footer-widget .da-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
}
.da-footer .footer-top .da-footer-widget .da-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}
.da-footer .footer-top .da-footer-widget .da-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 400;
  color: #9aa1a1;
  display: inline-block;
  position: relative;
}
.da-footer .footer-top .da-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 5px;
}
.da-footer .footer-top .da-footer-widget .da-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #5ca7af;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 15px;
  text-transform: capitalize;
  border-bottom: 1px dashed #393e48;
}
.da-footer .footer-top .da-footer-widget .s-head {
  display: none;
}
.da-footer .footer-top .da-footer-widget .da-footer-links ul {
  margin-bottom: 0;
  padding: 0;
}
.da-footer .footer-top .da-footer-widget .da-footer-links i {
  line-height: 0;
  font-size: 18px;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #5ca7af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-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: #9aa1a1;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 400;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link a:hover {
  color: #5ca7af;
  opacity: 1;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links li p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #9aa1a1;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links a {
  text-transform: unset;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links .da-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;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links .da-footer-link .mt-15px {
  margin-top: 15px;
}
.da-footer .footer-top .da-footer-social {
  margin-bottom: 0;
}
.da-footer .footer-top .da-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link {
  padding-right: 5px;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #5ca7af;
  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;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a:hover {
  background-color: #4b9097;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.da-footer-contact {
  margin-bottom: 30px;
}

.footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #393e48;
}
.footer-bottom .da-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 .da-copy {
  color: #9aa1a1;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}
.footer-bottom .da-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #5ca7af;
}
.footer-bottom .da-copy .site-name:hover {
  color: #4b9097;
}

.da-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link a {
    font-size: 15px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links li p {
    font-size: 15px;
  }
  .da-footer .footer-top .da-footer-widget .app-img img {
    max-width: 120px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-detail {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-footer:before {
    width: 30px;
    height: 30px;
    top: -30px;
    background-image: url("../img/footer/1.png");
    background-size: 30px;
  }
  .da-footer:after {
    width: 30px;
    height: 30px;
    top: -30px;
    background-image: url("../img/footer/1.png");
    background-size: 30px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link a {
    font-size: 14px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links li p {
    font-size: 14px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-detail {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .da-footer .footer-top .da-footer-widget .da-footer-dropdown {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .da-footer:before {
    width: 15px;
    height: 15px;
    top: -15px;
    background-image: url("../img/footer/1.png");
    background-size: 15px;
  }
  .da-footer:after {
    width: 15px;
    height: 15px;
    top: -15px;
    background-image: url("../img/footer/1.png");
    background-size: 15px;
  }
  .da-footer .footer-top .da-footer-company {
    margin-bottom: 24px;
  }
  .da-footer .footer-top .container > .row {
    padding: 0;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links ul {
    margin-bottom: 15px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .da-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }
  .da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-heading {
    margin-bottom: 15px;
  }
  .da-footer-contact {
    margin-bottom: 0;
  }
  .footer-news-title {
    font-size: 20px;
  }
  .da-subscribe-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
  .da-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
  .da-footer-links.da-footer-dropdown {
    display: none;
    padding: 0 0 20px 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 .da-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom .da-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;
  }
  .da-footer .footer-top .da-footer-widget .s-head {
    display: block;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-heading {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .m-minus-991 {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .da-footer .footer-top .da-footer-widget .da-footer-logo,
  .da-footer .footer-top .da-footer-widget .da-footer-dark-logo {
    max-width: 130px;
  }
}
@media (max-width: 360px) {
  .footer-bottom .da-bottom-info .footer-bottom-right img {
    width: 100%;
  }
}
/**  Header  **/
.da-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;
}
.da-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;
}
.da-footer-nav ul li a {
  position: relative;
}
.da-footer-nav ul li a svg {
  width: 22px;
  height: 22px;
}
.da-footer-nav ul li a svg path {
  fill: #fff;
}
.da-footer-nav ul li a span {
  width: 15px;
  height: 15px;
  background-color: #ff7381;
  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;
  }
  .da-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/**  Newsletter-popup  **/
.da-popnews-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  z-index: 25;
}

.da-popnews-box {
  width: 100%;
  max-width: 600px;
  padding: 24px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  display: none;
  z-index: 25;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.da-popnews-box:hover .da-popnews-close {
  height: 25px !important;
}
.da-popnews-box .da-popnews-box-content {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-popnews-box img {
  width: 100%;
  border-radius: 15px;
}
.da-popnews-box h2 {
  text-decoration: none;
  color: #212529;
  display: block;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0 auto 10px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.da-popnews-box p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #808c8c;
}
.da-popnews-box form {
  margin-bottom: 0px;
  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;
}
.da-popnews-box input {
  margin-bottom: 20px;
  background-color: transparent;
  border: 1px solid #eff0f5;
  color: #212529;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  outline: none;
  border-radius: 10px;
}
.da-popnews-box button {
  padding: 4px 15px;
}

.da-popnews-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: 15px;
  border: 0;
  background-color: #ff7381;
  opacity: 0.5;
  border-radius: 0 0 10px 10px;
  cursor: pointer;
}
.da-popnews-close:hover {
  opacity: 1;
}
.da-popnews-close:after {
  content: "\f4c8";
  font-family: "remixicon";
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  left: 4px;
  border-radius: 50%;
  color: #fff;
  line-height: 12px;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .da-popnews-box {
    width: 90%;
  }
  .da-popnews-box img {
    display: none;
  }
}
/**  Quickview  **/
.modal-dialog {
  margin: 0% auto;
  max-width: 960px;
  width: 800px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.quickview-modal .modal-body {
  padding: 24px;
  position: relative;
  z-index: 2;
}
.quickview-modal .modal-body:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/hero/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}
.quickview-modal .qty-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 24px;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
}
.quickview-modal .qty-close:hover {
  background-color: rgb(224, 78, 78);
}
.quickview-modal .qty-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.quickview-modal .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}
.quickview-modal .modal-content:hover .qty-close {
  height: 25px !important;
}
.quickview-modal .modal-content .single-pro-img {
  max-height: 330px;
  height: 100%;
  border: 1px solid #eff0f5;
  overflow: hidden;
  border-radius: 20px;
}
.quickview-modal .modal-content .single-pro-img .single-product-scroll {
  height: 100%;
}
.quickview-modal .modal-content .single-pro-img .single-slide {
  height: 100%;
  background-color: #eff4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

.img-responsive {
  max-width: 100%;
  display: block;
}

.quickview-pro-content .da-quick-title a {
  margin: 0 0 10px 0;
  display: block;
  color: #212529;
  font-size: 20px;
  text-decoration: none;
  line-height: 30px;
  font-weight: 500;
}
.quickview-pro-content .da-pro-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.quickview-pro-content .da-quickview-desc {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
  color: #777;
  font-weight: 400;
}
.quickview-pro-content .da-quickview-price {
  padding: 5px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.quickview-pro-content .da-quickview-price span.new-price {
  color: #212529;
  font-weight: 700;
  font-size: 22px;
}
.quickview-pro-content .da-quickview-price span.old-price {
  font-size: 18px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}

.da-quickview-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-quickview-qty .da-quickview-cart {
  margin-left: 4px;
}
.da-quickview-qty .da-quickview-cart a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  font-weight: 500;
}
.da-quickview-qty .da-quickview-cart a i {
  padding-right: 8px;
  font-size: 17px;
}

.da-pro-variation {
  margin: 15px 0 25px 0;
}
.da-pro-variation ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-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;
}
.da-pro-variation ul li a {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #777;
}
.da-pro-variation ul li.active {
  background-color: #4b9097 !important;
  color: #fff !important;
  border-color: #4b9097 !important;
}
.da-pro-variation ul li.active a {
  color: #fff;
}

/* Responsive footer css */
@media only screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog {
    width: 80%;
    height: auto;
    max-width: 100%;
    padding: 35px 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .modal-dialog {
    width: 90%;
  }
}
@media only screen and (max-width: 360px) {
  .da-quickview-qty {
    -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;
  }
  .da-quickview-qty .qty-plus-minus {
    margin: auto;
  }
  .da-quickview-qty .da-quickview-cart {
    margin-top: 15px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/**  Select product popup (product page)  **/
.select-modal-dialog {
  margin: 0% auto;
  max-width: 960px;
  width: 800px;
  padding: 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.modal-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.select-product .modal-body {
  padding: 24px;
  position: relative;
  z-index: 2;
}
.select-product .modal-body:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/hero/bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.15;
  z-index: -1;
}
.select-product .da-select-product-table {
  overflow: auto;
}
.select-product .da-select-product-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.select-product .da-select-product-table::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.select-product .da-select-product-table::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.select-product .da-select-product-table table {
  width: 100%;
  min-width: 500px;
}
.select-product .da-select-product-table table tr th {
  color: #212529;
}
.select-product .da-select-product-table table tr th,
.select-product .da-select-product-table table tr td {
  padding: 5px;
  font-size: 14px;
}
.select-product .da-select-product-table table tr td {
  font-weight: 400;
  color: #808c8c;
}
.select-product .da-select-product-table table tr td img {
  width: 40px;
  border: 1px solid #eff0f5;
  border-radius: 10px;
}
.select-product .da-select-product-table table tr .da-right {
  text-align: right;
}
.select-product .qty-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 24px;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
  z-index: 5;
}
.select-product .qty-close:hover {
  background-color: rgb(224, 78, 78);
}
.select-product .qty-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.select-product .modal-content {
  border: 0;
  border-radius: 20px;
  overflow: hidden;
}
.select-product .modal-content:hover .qty-close {
  height: 25px !important;
}

button.btn-close.qty_close {
  position: absolute;
  left: auto;
  right: 10px;
  top: 10px;
  z-index: 9999;
}

/* Responsive Select product popup (product page) css */
@media only screen and (max-width: 991px) {
  .select-modal-dialog {
    max-width: 720px;
    width: 720px;
  }
}
@media only screen and (max-width: 767px) {
  .select-modal-dialog {
    width: 80%;
    height: auto;
    max-width: 100%;
    padding: 35px 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .select-modal-dialog {
    width: 90%;
  }
}
/**  Shop Sidebar  **/
.h-sidebar {
  padding-left: 12px;
  padding-right: 12px;
}
.h-sidebar .da-sidebar-block {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eff0f5;
}
.h-sidebar .da-sidebar-wrap {
  border: 0 !important;
  padding: 0 !important;
}
.h-sidebar .da-sidebar-wrap .da-sidebar-block {
  margin-bottom: 24px !important;
}
.h-sidebar .da-sidebar-wrap .da-sb-title h3 .da-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;
}

.da-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;
}

.da-open {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.da-shop-sidebar, .da-shop-sidebar-2 {
  position: sticky;
  top: 24px;
}
.da-shop-sidebar .da-sb-title, .da-shop-sidebar-2 .da-sb-title {
  padding-bottom: 15px;
}
.da-shop-sidebar .da-sb-title h3, .da-shop-sidebar-2 .da-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: #212529;
}
.da-shop-sidebar .da-blog-sidebar-wrap, .da-shop-sidebar-2 .da-blog-sidebar-wrap {
  padding: 30px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-shop-sidebar .da-blog-search, .da-shop-sidebar-2 .da-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #eff0f5;
  color: #212529;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.da-shop-sidebar .da-blog-search .da-blog-search-form, .da-shop-sidebar-2 .da-blog-search .da-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.da-shop-sidebar .da-blog-search .form-control, .da-shop-sidebar-2 .da-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;
}
.da-shop-sidebar .da-blog-search .submit, .da-shop-sidebar-2 .da-blog-search .submit {
  position: relative;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  color: #212529;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul, .da-shop-sidebar-2 .da-sidebar-block .da-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;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul li, .da-shop-sidebar-2 .da-sidebar-block .da-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 #5ca7af;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul li:after, .da-shop-sidebar-2 .da-sidebar-block .da-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;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul li .da-sidebar-block-item, .da-shop-sidebar-2 .da-sidebar-block .da-sb-block-content.brand ul li .da-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;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul li .da-sidebar-block-item img, .da-shop-sidebar-2 .da-sidebar-block .da-sb-block-content.brand ul li .da-sidebar-block-item img {
  max-width: 100%;
  border-radius: 10px;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul li .da-sidebar-block-item a, .da-shop-sidebar-2 .da-sidebar-block .da-sb-block-content.brand ul li .da-sidebar-block-item a {
  margin-top: 10px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul li.active, .da-shop-sidebar-2 .da-sidebar-block .da-sb-block-content.brand ul li.active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.da-shop-sidebar .da-sidebar-block .da-sb-block-content.brand ul li.active:after, .da-shop-sidebar-2 .da-sidebar-block .da-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;
}
.da-shop-sidebar .da-sidebar-block ul li a, .da-shop-sidebar-2 .da-sidebar-block ul li a {
  padding-left: 30px;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item {
  position: relative;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item input, .da-shop-sidebar-2 .da-sidebar-block .da-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%);
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item input:checked ~ .checked::after, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item input:checked ~ .checked::after {
  display: block;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item a, .da-shop-sidebar-2 .da-sidebar-block .da-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;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item a span, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item a .products, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item a .products {
  color: #777;
  font-size: 13px;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item .checked, .da-shop-sidebar-2 .da-sidebar-block .da-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;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item .checked:after, .da-shop-sidebar-2 .da-sidebar-block .da-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;
}
.da-shop-sidebar .da-sidebar-block:not(:last-child), .da-shop-sidebar-2 .da-sidebar-block:not(:last-child) {
  margin-bottom: 15px;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item, .da-shop-sidebar-2 .da-sidebar-block .da-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;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img {
  margin-right: 15px;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img img, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img img {
  width: 100px;
  border-radius: 15px;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial .da-blog-title a, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial .da-blog-title a {
  color: #808c8c;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial .da-blog-date, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial .da-blog-date {
  margin-bottom: 5px;
  font-size: 14px;
  color: #777;
  line-height: 1;
  letter-spacing: 0;
}
.da-shop-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial a, .da-shop-sidebar-2 .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial a {
  font-size: 14px;
  color: #4b9097;
}
.da-shop-sidebar .da-sidebar-block .weight, .da-shop-sidebar-2 .da-sidebar-block .weight {
  margin-top: -10px;
  margin-bottom: -5px;
}
.da-shop-sidebar .da-sidebar-block.color-block .da-sb-block-content.da-sidebar-dropdown, .da-shop-sidebar-2 .da-sidebar-block.color-block .da-sb-block-content.da-sidebar-dropdown {
  margin-top: 20px;
}
.da-shop-sidebar .da-sidebar-block.color-block ul, .da-shop-sidebar-2 .da-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;
}
.da-shop-sidebar .da-sidebar-block.color-block ul li, .da-shop-sidebar-2 .da-sidebar-block.color-block ul li {
  margin-right: 10px;
}
.da-shop-sidebar .da-sidebar-block.color-block .da-sidebar-block-item, .da-shop-sidebar-2 .da-sidebar-block.color-block .da-sidebar-block-item {
  padding: 5px 0;
  border: 0;
}
.da-shop-sidebar .da-sidebar-block.color-block .da-sidebar-block-item .da-clr-block, .da-shop-sidebar-2 .da-sidebar-block.color-block .da-sidebar-block-item .da-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;
}
.da-shop-sidebar .da-sidebar-block.color-block .da-sidebar-block-item .da-clr-block:hover, .da-shop-sidebar-2 .da-sidebar-block.color-block .da-sidebar-block-item .da-clr-block:hover {
  opacity: 1;
}
.da-shop-sidebar .da-sidebar-block.color-block .da-sidebar-block-item input, .da-shop-sidebar-2 .da-sidebar-block.color-block .da-sidebar-block-item input {
  width: 20px;
  height: 20px;
}
.da-shop-sidebar .da-sidebar-block.color-block .da-sidebar-block-item .checked, .da-shop-sidebar-2 .da-sidebar-block.color-block .da-sidebar-block-item .checked {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 0;
}
.da-shop-sidebar .da-sidebar-block.color-block .da-sidebar-block-item .checked:after, .da-shop-sidebar-2 .da-sidebar-block.color-block .da-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%);
}
.da-shop-sidebar .da-sidebar-wrap, .da-shop-sidebar-2 .da-sidebar-wrap {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}

.da-shop-sidebar-2 .da-sb-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.da-shop-sidebar-2 .da-sb-block-content {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eff0f5;
}
.da-shop-sidebar-2 .da-close-btn {
  display: none;
  position: relative;
}
.da-shop-sidebar-2 .da-close-btn h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #5ca7af;
}
.da-shop-sidebar-2 .da-close-btn .da-cat-close {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  font-size: 22px;
  line-height: 1;
  color: #808c8c;
  background-color: transparent;
  border: 0;
}

.da-sidebar-block.drop .cat-list {
  margin-top: -10px;
}
.da-sidebar-block.drop .da-sb-block-content {
  margin: 0;
}
.da-sidebar-block.drop .da-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;
}
.da-sidebar-block.drop .da-sb-block-content ul li .main.drop {
  position: relative;
}
.da-sidebar-block.drop .da-sb-block-content ul li .main.drop:after {
  content: "+";
  cursor: pointer;
  font-size: 18px;
  color: #777777;
  font-weight: 400;
  margin-left: 7px;
}
.da-sidebar-block.drop .da-sb-block-content ul li ul {
  border-top: 1px solid #ddd;
  display: none;
}
.da-sidebar-block.drop .da-sb-block-content ul li ul li a {
  padding: 5px 0 5px 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: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  display: none;
}

.da-filter-sidebar {
  width: 400px;
  height: calc(100vh - 30px);
  margin: 15px 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16;
  border-radius: 0 15px 15px 0;
  background-color: #ffffff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.da-filter-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-filter-sidebar::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-filter-sidebar::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-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;
}
.da-filter-sidebar .sidebar-filter-title h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}
.da-filter-sidebar .sidebar-filter-title .filter-close {
  margin-left: 15px;
  color: #ff8585;
  font-size: 24px;
  line-height: 1;
}
.da-filter-sidebar .da-sidebar-wrap {
  border: 0;
}
.da-filter-sidebar .da-sb-title h3 {
  font-size: 18px;
}

.filter-sidebar-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Price slider block */
.da-price-range-slider {
  /*-----  Price Filter  -----*/
}
.da-price-range-slider .noUi-target {
  cursor: pointer;
}
.da-price-range-slider .noUi-target:focus {
  outline: none;
}
.da-price-range-slider .noUi-horizontal {
  height: 4px;
  margin-bottom: 5px;
}
.da-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;
}
.da-price-range-slider .noUi-horizontal .noUi-handle:hover {
  background: #4b9097;
}
.da-price-range-slider .noUi-connect {
  background: #808c8c;
}
.da-price-range-slider .noUi-base {
  background: #eff0f5;
}
.da-price-range-slider .noUi-handle.noUi-handle-upper {
  right: -2px;
}
.da-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;
}
.da-price-range-slider .da-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;
}
.da-price-range-slider .da-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;
}
.da-price-range-slider .da-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;
}
.da-price-range-slider .da-price-input label input {
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.da-price-range-slider .da-price-input .da-price-divider {
  position: relative;
  border-bottom: 1px solid #808c8c;
  width: 10px;
  height: 1px;
  margin: 0 10px;
}

/* Tags block */
.da-tag-block {
  margin-bottom: -2px;
}
.da-tag-block a {
  margin: 2px 0;
  padding: 3px 8px;
  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;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02rem;
}

.da-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;
}
.da-banner-side .da-banner-block-side, .da-banner-side .da-banner-block-side-2 {
  width: 100%;
  height: 400px;
  border-radius: 5px;
}
.da-banner-side .da-banner-block-side-2 {
  background-image: url(https://maraviyainfotech.com/wrapbootstrap/darsh-html-ecom/assets/img/banner/7.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1399px) {
  .da-banner-side .da-banner-block-side-2 {
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .da-filter-sidebar {
    width: 300px;
  }
  .da-shop-sidebar-2 {
    width: 350px;
    height: 100vh;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 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: 1;
  }
  .da-shop-sidebar-2 .da-banner-side {
    height: auto;
  }
  .da-shop-sidebar-2 .da-close-btn {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .da-shop-sidebar-2 {
    width: 300px;
  }
}
/* ======================================
Tools sidebar
========================================= */
.da-tools-sidebar-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
}

.da-tools-sidebar {
  width: 300px;
  height: calc(100% - 30px);
  position: fixed;
  right: 0;
  top: 15px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 17;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  border-radius: 15px 0 0 15px;
}
.da-tools-sidebar .da-tools-sidebar-toggle {
  position: absolute;
  top: 45%;
  right: 302px;
  width: 40px;
  height: 40px;
  background-color: rgba(29, 37, 49, 0.6);
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  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: 25px;
  z-index: -1;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.da-tools-sidebar .da-tools-sidebar-toggle i {
  color: #fff;
  -webkit-animation: rotation 3s infinite linear;
          animation: rotation 3s infinite linear;
  font-family: "remixicon" !important;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.da-tools-sidebar .da-bar-title {
  margin-bottom: 15px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eff0f5;
}
.da-tools-sidebar .da-bar-title h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #212529;
}
.da-tools-sidebar .da-bar-title .close-tools {
  color: #ff4f7f;
  font-size: 17px;
}
.da-tools-sidebar .da-tools-detail {
  height: calc(100vh - 72px);
  padding: 0 15px 15px 15px;
  overflow: auto;
}
.da-tools-sidebar .da-tools-detail::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-tools-sidebar .da-tools-detail::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-tools-sidebar .da-tools-detail::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-tools-sidebar .da-tools-detail .da-tools-block h3 {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  font-family: "Poppins, sans-serif";
}
.da-tools-sidebar .da-tools-detail .da-tools-block p {
  margin: 0;
  text-transform: capitalize;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-color {
  margin: 0;
  padding: 0;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-color li {
  display: inline-block;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  cursor: pointer;
  vertical-align: middle;
  margin: 6px;
  position: relative;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl .da-tools-item, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark .da-tools-item {
  width: 125px;
  margin-bottom: 10px;
  text-align: center;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl .da-tools-item img, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark .da-tools-item img {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #eff0f5;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl .da-tools-item img:hover, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark .da-tools-item img:hover {
  border: 1px solid #4b9097;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl .active-mode img, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark .active-mode img {
  border-color: #4b9097;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl .da-tools-item.active, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark .da-tools-item.active {
  position: relative;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl .da-tools-item.active:after, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark .da-tools-item.active:after {
  content: "\f211";
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-family: uicons-regular-rounded !important;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  background-color: rgba(95, 106, 245, 0.7);
  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;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-rtl .da-tools-item.active img, .da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-dark .da-tools-item.active img {
  border-color: #4b9097;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-box .da-tools-item {
  width: 125px;
  margin-bottom: 10px;
  text-align: center;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-box .da-tools-item img {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #eff0f5;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-box .da-tools-item img:hover {
  border: 1px solid #4b9097;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-box .da-tools-item.active {
  position: relative;
}
.da-tools-sidebar .da-tools-detail .da-tools-block .da-tools-box .da-tools-item.active img {
  border-color: #4b9097;
}

.active-variant {
  position: relative;
}
.active-variant:after {
  font-family: "remixicon" !important;
  content: "\eb7b";
  height: 35px;
  width: 35px;
  font-size: 18px;
  position: absolute;
  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;
}

.color-primary {
  background: #4b9097;
}

.color-1 {
  background: #8d56f5;
}

.color-2 {
  background: #6078ff;
}

.color-3 {
  background: #f5885f;
}

.color-4 {
  background: #32dbe2;
}

.color-5 {
  background: #3f51b5;
}

.color-6 {
  background: #f44336;
}

.color-7 {
  background: #e91e63;
}

.color-8 {
  background: #607d8b;
}

.color-9 {
  background: #03492f;
}

.open-tools {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* Layouts ( Import Layouts ) */
/**  Hero  **/
.da-hero {
  height: 800px;
  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;
  background: -webkit-gradient(linear, left bottom, left top, from(#eff4f7), to(rgba(255, 0, 0, 0)));
  background: linear-gradient(to top, #eff4f7, rgba(255, 0, 0, 0));
  overflow: hidden;
}
.da-hero:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/hero/bg.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: 1;
}
.da-hero .da-elements {
  z-index: 5;
}
.da-hero .da-elements img {
  width: 150px;
  position: absolute;
}
.da-hero .da-elements .da-item-1 {
  width: 150px;
  bottom: 20px;
  right: 500px;
}
.da-hero .da-elements .da-item-2 {
  width: 150px;
  top: 75px;
  right: 581px;
}
.da-hero .da-elements .da-item-3 {
  width: 150px;
  top: 300px;
  right: 250px;
}
.da-hero .da-elements .da-item-4 {
  width: 150px;
  top: 40px;
  left: 290px;
}
.da-hero .da-elements .da-item-5 {
  width: 150px;
  bottom: 138px;
  left: 170px;
}
.da-hero .da-elements .da-item-6 {
  width: 150px;
  top: 220px;
  right: 100px;
}
.da-hero .da-elements .da-item-7 {
  width: 200px;
  bottom: 10px;
  right: 10px;
}
.da-hero .da-main-title {
  max-width: 700px;
  margin: auto;
  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;
  z-index: 5;
}
.da-hero .da-main-title h1 {
  font-size: 76px;
  text-align: center;
  font-weight: 700;
  color: #212529;
}
.da-hero .da-main-title h1 span {
  color: #fff;
  text-shadow: 1px 1px #212529, -1px 1px #212529, 1px -1px #212529, -1px -1px #212529, 1px 1px 5px #fff;
  position: relative;
  font-weight: 700;
}
.da-hero .da-main-title h1 span:after {
  content: "Delivered";
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 76px;
  color: #5ca7af;
  -webkit-animation: da-waves 5s ease-in-out infinite;
          animation: da-waves 5s ease-in-out infinite;
}
.da-hero .da-main-title .da-rounded-circle {
  margin-top: 15px;
  background-color: #212529;
  width: 130px;
  height: 130px;
  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;
}
.da-hero .da-main-title .da-rounded-circle svg {
  fill: #fff;
  -webkit-animation: da-rotate 10s linear infinite;
          animation: da-rotate 10s linear infinite;
}
.da-hero .da-main-title .da-rounded-circle svg text {
  letter-spacing: 1.1PX;
  font-size: 11px;
}
.da-hero .da-main-title .da-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 da-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes da-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes da-waves {
  0%, 100% {
    clip-path: polygon(0% 40%, 20% 50%, 37% 55%, 53% 59%, 70% 61%, 82% 58%, 99% 54%, 99% 98%, 0% 99%);
  }
  50% {
    clip-path: polygon(0% 70%, 17% 66%, 32% 67%, 54% 63%, 65% 49%, 81% 42%, 99% 45%, 99% 98%, 0% 99%);
  }
}
@keyframes da-waves {
  0%, 100% {
    clip-path: polygon(0% 40%, 20% 50%, 37% 55%, 53% 59%, 70% 61%, 82% 58%, 99% 54%, 99% 98%, 0% 99%);
  }
  50% {
    clip-path: polygon(0% 70%, 17% 66%, 32% 67%, 54% 63%, 65% 49%, 81% 42%, 99% 45%, 99% 98%, 0% 99%);
  }
}
/* Responsive */
@media only screen and (max-width: 1399px) {
  .da-hero .da-elements .da-item-2 {
    display: none;
  }
  .da-hero .da-main-title h1 {
    font-size: 74px;
  }
  .da-hero .da-main-title h1 span:after {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-hero .da-main-title h1 {
    font-size: 70px;
  }
  .da-hero .da-main-title h1 span:after {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .da-hero .da-elements .da-item-3 {
    display: none;
  }
  .da-hero .da-elements .da-item-1, .da-hero .da-elements .da-item-2, .da-hero .da-elements .da-item-3, .da-hero .da-elements .da-item-4, .da-hero .da-elements .da-item-5, .da-hero .da-elements .da-item-6, .da-hero .da-elements .da-item-7 {
    width: 130px;
  }
  .da-hero .da-main-title h1 {
    font-size: 60px;
  }
  .da-hero .da-main-title h1 span:after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .da-hero {
    height: 600px;
  }
  .da-hero .da-elements .da-item-1, .da-hero .da-elements .da-item-2, .da-hero .da-elements .da-item-3, .da-hero .da-elements .da-item-4, .da-hero .da-elements .da-item-5, .da-hero .da-elements .da-item-6, .da-hero .da-elements .da-item-7 {
    width: 90px;
  }
  .da-hero .da-main-title h1 {
    font-size: 50px;
  }
  .da-hero .da-main-title h1 span:after {
    font-size: 50px;
  }
  .da-hero .da-main-title .da-rounded-circle {
    width: 100px;
    height: 100px;
  }
  .da-hero .da-main-title .da-rounded-circle svg {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .da-hero {
    height: 400px;
  }
  .da-hero:after {
    background-size: auto;
    opacity: 0.13;
  }
  .da-hero .da-elements .da-item-1, .da-hero .da-elements .da-item-2, .da-hero .da-elements .da-item-3, .da-hero .da-elements .da-item-4, .da-hero .da-elements .da-item-5, .da-hero .da-elements .da-item-6, .da-hero .da-elements .da-item-7 {
    display: none;
  }
  .da-hero .da-main-title h1 {
    font-size: 40px;
  }
  .da-hero .da-main-title h1 span:after {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .da-hero .da-main-title h1 {
    font-size: 30px;
  }
  .da-hero .da-main-title h1 span:after {
    font-size: 30px;
  }
}
/**  Label line  **/
.da-label {
  background-color: #f7fafb;
}
.da-label .da-label-list {
  margin-top: -20px;
  padding: 10px;
  background-color: #5ca7af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transform: rotate(-1.2deg) skew(358deg);
          transform: rotate(-1.2deg) skew(358deg);
  position: relative;
  z-index: 2;
}
.da-label .da-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: damarquee 15s linear infinite;
          animation: damarquee 15s linear infinite;
}
.da-label .da-label-list ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 100px;
  position: relative;
}
.da-label .da-label-list ul li:after {
  content: "\efe6";
  position: absolute;
  top: 50%;
  right: 41px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: remixicon !important;
}
.da-label .da-label-list ul li a {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  will-change: transform;
  -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;
}
    .da-label .da-label-list ul li a img {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        border-radius: 10px;
        border: 2px solid #fff;
        background: aliceblue;
    }
.da-label .da-label-list ul li a span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-label .da-label-list ul li a span:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes damarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes damarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* Responsive */
@media only screen and (max-width: 1399px) {
  .da-label .da-label-list {
    padding: 5px;
  }
  .da-label .da-label-list ul li a {
    font-size: 18px;
  }
  .da-label .da-label-list ul li a img {
    width: 35px;
  }
  .da-label .da-label-list ul li:after {
    font-size: 18px;
  }
}
/**  Category line **/
.da-category .da-category-block .da-category-box {
  padding: 15px;
  margin-bottom: 1px;
  border: 1px solid #212529;
  border-radius: 15px;
  background-color: #fff;
}
.da-category .da-category-block .da-category-box:hover .category-detail .category-sub-contact h5 a {
  background-color: #4b9097;
  color: #fff;
  border: 1px solid #4b9097;
}
.da-category .da-category-block .da-category-box .category-detail img {
  width: 100%;
  height: auto;
  max-height: 210px;
  border-radius: 10px;
}
.da-category .da-category-block .da-category-box .category-detail p {
  margin-bottom: 12px;
}
.da-category .da-category-block .da-category-box .category-detail h5 {
  margin: 0 0 2px 0;
  font-size: 16px;
}
.da-category .da-category-block .da-category-box .category-detail h5 a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03rem;
  color: #212529;
  text-transform: capitalize;
}
.da-category .da-category-block .da-category-box .category-detail .category-sub-contact {
  width: 100%;
  margin: 15px 0 0 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;
}
.da-category .da-category-block .da-category-box .category-detail .category-sub-contact h5 {
  width: 100%;
  text-align: center;
}
.da-category .da-category-block .da-category-box .category-detail .category-sub-contact h5 a {
  padding: 10px;
  background-color: #eff4f7;
  border: 1px dashed #212529;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Responsive */
@media only screen and (max-width: 1399px) {
  .da-category .da-category-block .da-category-box .category-detail img {
    max-height: 172px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-category .da-category-block .da-category-box .category-detail img {
    max-height: 184px;
  }
}
@media only screen and (max-width: 767px) {
  .da-category .da-category-block .da-category-box .category-detail img {
    max-height: 214px;
  }
}
@media only screen and (max-width: 575px) {
  .da-category .da-category-block .da-category-box .category-detail img {
    max-height: 275px;
  }
}
@media only screen and (max-width: 420px) {
  .da-category .da-category-block .da-category-box .category-detail img {
    max-height: 347px;
  }
}
/**  Product  **/
.da-pro-box {
  margin: 12px 0;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #eaebeb;
  border-radius: 15px;
}
.da-pro-box:hover .da-pro-img .flags {
  opacity: 0;
}
.da-pro-box:hover .da-pro-img .inner-img .hover-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.da-pro-box:hover .da-pro-img .inner-img .hover-img:not(:last-child) {
  opacity: 0;
}
.da-pro-box:hover .da-pro-img .inner-img img.hover-img {
  opacity: 1;
}
.da-pro-box:hover .da-pro-img .da-pro-actions {
  opacity: 1;
  bottom: 0;
}
.da-pro-box:hover .da-pro-img .dealend-timer {
  bottom: -30px;
}
.da-pro-box .da-veg-type {
  opacity: 0.5;
}
.da-pro-box .da-veg-type .veg {
  width: 10px;
  height: 10px;
  border: 1px solid #477f72;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 3px;
}
.da-pro-box .da-veg-type .veg:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #26a860;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 3px;
}
.da-pro-box .da-veg-type .non-veg {
  width: 10px;
  height: 10px;
  border: 1px solid #ff7381;
  position: absolute;
  top: 8px;
  right: 8px;
  border-radius: 3px;
}
.da-pro-box .da-veg-type .non-veg:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #ff7381;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 3px;
}
.da-pro-box .da-pro-img {
  overflow: hidden;
  position: relative;
  border: 1px dashed #212529;
  border-radius: 15px;
  z-index: 4;
}
.da-pro-box .da-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;
}
.da-pro-box .da-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;
}
.da-pro-box .da-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;
}
.da-pro-box .da-pro-img .flags.perc {
  top: 3px;
  left: 10px;
}
.da-pro-box .da-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;
}
.da-pro-box .da-pro-img .inner-img {
  position: relative;
  display: block;
  overflow: hidden;
  pointer-events: none;
  border-radius: 15px;
}
.da-pro-box .da-pro-img .inner-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}
.da-pro-box .da-pro-img .inner-img img.hover-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
}
.da-pro-box .da-pro-img .inner-img.owl-carousel {
  max-width: 345px;
  max-height: 345px;
}
    .da-pro-box .da-pro-img .inner-img.owl-carousel img {
        max-width: 345px;
        max-height: 345px;
        display: block;
        margin: auto;
    }
.da-pro-box .da-pro-img .da-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;
}
.da-pro-box .da-pro-img .da-pro-actions .da-btn-group {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 35px;
  height: 35px;
  margin: 0 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;
  text-decoration: none;
}
.da-pro-box .da-pro-img .da-pro-actions .da-btn-group:hover a {
  background-color: #4b9097;
  border-color: #4b9097;
}
.da-pro-box .da-pro-img .da-pro-actions .da-btn-group:hover a i {
  color: #fff;
}
.da-pro-box .da-pro-img .da-pro-actions .da-btn-group .da-wishlist.active,
.da-pro-box .da-pro-img .da-pro-actions .da-btn-group .da-compare.active,
.da-pro-box .da-pro-img .da-pro-actions .da-btn-group .add-to-cart.active {
  background-color: #4b9097;
  border-color: #4b9097;
}
.da-pro-box .da-pro-img .da-pro-actions .da-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;
}
.da-pro-box .da-pro-img .da-pro-actions .da-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;
}
.da-pro-box .da-pro-contact {
  padding: 20px 0 0 0;
}
.da-pro-box .da-pro-contact .da-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;
}
.da-pro-box .da-pro-contact .da-pro-subtitle span,
.da-pro-box .da-pro-contact .da-pro-subtitle a {
  font-family: "Poppins, sans-serif";
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #777;
  text-transform: capitalize;
}
.da-pro-box .da-pro-contact h4.da-pro-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
}
.da-pro-box .da-pro-contact h4.da-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: #212529;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.da-pro-box .da-pro-contact h4.da-pro-title a:hover {
  color: #4b9097;
}
.da-pro-box .da-pro-contact p {
  display: none;
  font-size: 14px;
}
.da-pro-box .da-pro-contact .da-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;
}
.da-pro-box .da-pro-contact .da-price .inner-price {
  margin: 0 -3px;
}
.da-pro-box .da-pro-contact .da-price .inner-price .new-price {
  padding: 0 3px;
  font-size: 16px;
  color: #212529;
  font-weight: 600;
}
.da-pro-box .da-pro-contact .da-price .inner-price .item-left {
  padding: 0 3px;
  font-size: 14px;
  font-weight: 400;
  color: #4b9097;
}
.da-pro-box .da-pro-contact .da-price .inner-price .old-price {
  padding: 0 3px;
  font-size: 14px;
  font-weight: 400;
  color: #808c8c;
  text-decoration: line-through;
}
.da-pro-box .da-pro-contact .da-price .last-items {
  font-size: 14px;
  font-weight: 400;
  color: #808c8c;
}

.da-new-product-slider:hover .owl-nav {
  opacity: 1;
}
.da-new-product-slider .owl-nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.da-new-product-slider .owl-nav button {
  width: 40px;
  height: 40px;
  background-color: black !important;
  border-radius: 50%;
  color: #fff;
}
.da-new-product-slider .owl-nav button span {
  display: none;
}
.da-new-product-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.da-new-product-slider .owl-nav .owl-prev:after {
  content: "\ea64";
  font-family: remixicon !important;
  color: #fff;
  font-size: 22px;
}
.da-new-product-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.da-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 .da-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: 20px;
  color: #777;
}
.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;
}

.da-pro-rating i {
  margin-right: 3px;
  float: left;
  font-size: 15px;
  opacity: 0.8;
}
.da-pro-rating .ri-star-fill {
  color: #4b9097;
}
.da-pro-rating .ri-star-fill.grey {
  color: #d5d2d2;
}

/* Responsive footer css */
@media only screen and (min-width: 1200px) {
  .da-col-5 {
    width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  .da-product-box {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .da-product-box {
    width: 50%;
  }
  .da-new-product-slider .owl-nav .owl-prev {
    left: 20px;
  }
  .da-new-product-slider .owl-nav .owl-next {
    right: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .da-product-box {
    width: 100%;
  }
  .da-pro-box .da-pro-img .inner-img.owl-carousel {
    max-width: 100%;
    max-height: 100%;
  }
  .da-pro-box .da-pro-img .inner-img.owl-carousel img {
    max-width: 100%;
    max-height: 100%;
  }
}
/**  Tab Banner  **/
.da-tab-banner .da-banner-tab-list {
  padding: 15px;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  background-color: #f7fafb;
}
.da-tab-banner .da-banner-tab-list ul {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-tab-banner .da-banner-tab-list ul li {
  width: calc(50% - 10px);
  margin: 5px;
  border: 1px dashed #212529;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
}
.da-tab-banner .da-banner-tab-list ul li:hover a img, .da-tab-banner .da-banner-tab-list ul li:hover a svg {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-iteration-count: 0.8s;
  -webkit-animation-timing-function: linear;
  -webkit-transform-origin: 50% 100%;
}
.da-tab-banner .da-banner-tab-list ul li a {
  padding: 30px;
  color: #212529;
  font-weight: 600;
  font-size: 16px;
  font-family: "Quicksand";
  text-transform: capitalize;
  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;
}
.da-tab-banner .da-banner-tab-list ul li a img, .da-tab-banner .da-banner-tab-list ul li a svg {
  width: 50px;
  margin-bottom: 10px;
}
.da-tab-banner .da-banner-tab-list ul li a span {
  font-weight: 700;
}
.da-tab-banner .da-banner-tab-list ul li a .items {
  color: #808c8c;
  font-weight: 400;
  font-size: 14px;
}
.da-tab-banner .da-banner-tab-list ul li a.active {
  background-color: #eff4f7;
}
.da-tab-banner .tab-content {
  height: 100%;
}
.da-tab-banner .tab-content .tab-pane {
  height: 100%;
}
.da-tab-banner .tab-content .da-bnr-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: bottom;
  border-radius: 15px;
}
.da-tab-banner .tab-content .da-bnr-1 {
  background-image: url("../img/tab-banner/1.jpg");
}
.da-tab-banner .tab-content .da-bnr-2 {
  background-image: url("../img/tab-banner/2.jpg");
}
.da-tab-banner .tab-content .da-bnr-3 {
  background-image: url("../img/tab-banner/3.jpg");
}
.da-tab-banner .tab-content .da-bnr-4 {
  background-image: url("../img/tab-banner/4.jpg");
}
.da-tab-banner .da-banner-tab {
  height: 100%;
  padding: 15px;
  border: 1px solid #eaebeb;
  border-radius: 15px;
  position: relative;
}
.da-tab-banner .da-banner-tab img {
  width: 100%;
  border-radius: 15px;
}
.da-tab-banner .da-banner-tab .da-banner-detail {
  padding: 30px 30px 15px 15px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: #fff;
  border-radius: 0 15px 0 0;
}
.da-tab-banner .da-banner-tab .da-banner-detail:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-image: url("../img/tab-banner/shape.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.da-tab-banner .da-banner-tab .da-banner-detail:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: 0;
  right: -15px;
  background-image: url("../img/tab-banner/shape.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.da-tab-banner .da-banner-tab .da-banner-detail h5 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Quicksand";
  color: #212529;
}
.da-tab-banner .da-banner-tab .da-banner-detail h6 {
  font-size: 16px;
  font-weight: 500;
  color: #4b9097;
}
.da-tab-banner .da-banner-tab .dealend-timer {
  margin: 10px 0;
}
.da-tab-banner .da-banner-tab .dealend-timer .dealend-timer {
  border: 1px solid #eaebeb;
  border-radius: 15px;
  background-color: #eff4f7;
}

/* Responsive tab banner css */
@media only screen and (max-width: 1399px) {
  .da-tab-banner .da-banner-tab-list ul li a {
    padding: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-banner-tab-list {
    margin-bottom: 30px;
  }
  .da-tab-banner .da-banner-tab-list ul li {
    width: calc(25% - 10px);
  }
  .da-tab-banner .da-banner-tab {
    height: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .da-tab-banner .da-banner-tab .da-banner-detail {
    padding: 15px 15px 0 0;
  }
  .da-tab-banner .da-banner-tab .da-banner-detail h5 {
    font-size: 23px;
  }
  .da-tab-banner .da-banner-tab .da-banner-detail h6 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .da-tab-banner .da-banner-tab .da-banner-detail h5 {
    font-size: 20px;
  }
  .da-tab-banner .da-banner-tab-list ul li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .da-tab-banner .da-banner-tab {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .da-tab-banner .da-banner-tab {
    padding: 0;
    border: 0;
  }
  .da-tab-banner .da-banner-tab .da-banner-detail {
    left: 0;
    bottom: 0;
  }
  .da-tab-banner .da-banner-tab .da-banner-detail h5 {
    font-size: 18px;
  }
  .da-tab-banner .da-banner-tab .dealend-timer {
    display: none;
  }
}
/**  Start Service Section  **/
.da-ser-box {
  margin-bottom: 24px;
  padding: 15px;
  background-color: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eaebeb;
}

.da-ser-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  background-color: #eff4f7;
  border-radius: 15px;
  border: 1px dashed #212529;
}
.da-ser-inner .da-service-image {
  margin-bottom: 15px;
}
.da-ser-inner .da-service-image svg {
  width: 50px;
  height: 50px;
  line-height: 0;
}
.da-ser-inner .da-service-image svg path {
  fill: #4b9097;
}

.da-service-desc h3 {
  font-family: "Quicksand";
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.da-service-desc p {
  margin: 0;
  font-size: 14px;
  color: #808c8c;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

/* Responsive service css */
@media only screen and (max-width: 1399px) {
  .da-ser-inner {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .da-service-desc h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .da-service-desc h3 {
    font-size: 16px;
  }
}
/**  Trending top product  **/
.da-trending-top-product {
  background: -webkit-gradient(linear, left bottom, left top, from(#eff4f7), to(rgba(255, 0, 0, 0)));
  background: linear-gradient(to top, #eff4f7, rgba(255, 0, 0, 0));
  border-top: 1px solid #eff0f5;
  position: relative;
  z-index: 2;
}
.da-trending-top-product:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/hero/bg.png");
  background-size: cover;
  background-position: bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.15;
  z-index: -1;
}
.da-trending-top-product .section-title-3 .section-detail h2 {
  font-size: 22px;
}
.da-trending-top-product button {
  width: 30px !important;
  height: 30px;
  border: 1px solid #212529;
  border-radius: 10px;
}
.da-trending-top-product .slick-slide > div:not(:last-child) {
  margin-bottom: 15px;
}
.da-trending-top-product .slick-arrow {
  width: auto;
  top: -62px;
}
.da-trending-top-product .slick-arrow.slick-prev {
  left: auto;
  right: 35px;
}
.da-trending-top-product .slick-arrow.slick-prev:before {
  content: "\ea64";
}
.da-trending-top-product .slick-arrow {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  top: -60px;
  position: absolute;
  left: auto;
  right: auto;
  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;
  z-index: 1;
}
.da-trending-top-product .slick-arrow:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  color: #212529;
  position: relative;
  font-size: 24px;
  font-family: remixicon !important;
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.da-trending-top-product .slick-arrow:hover:before {
  color: #4b9097;
}
.da-trending-top-product .slick-arrow.slick-next {
  right: 0;
}
.da-trending-top-product .slick-arrow.slick-next:before {
  content: "\ea6e";
}

.da-all-product-inner {
  margin-right: 1px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #eff0f5;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.da-all-product-inner:hover .da-pro-content .add-to-carts {
  opacity: 1;
}
.da-all-product-inner .label {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 7px;
  right: 7px;
  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;
}
.da-all-product-inner .label .dot {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.da-all-product-inner .veg .dot {
  background-color: #46c389;
}
.da-all-product-inner .nonveg .dot {
  background-color: #ff9898;
}
.da-all-product-inner .da-pro-image-outer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75px;
          flex: 0 0 75px;
}
.da-all-product-inner .da-pro-image-outer .da-pro-image {
  overflow: hidden;
  border-radius: #4b9097;
}
.da-all-product-inner .da-pro-image-outer .da-pro-image img {
  width: 100%;
  border-radius: 15px;
  border: 1px dashed #212529;
}
.da-all-product-inner .da-pro-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 75px);
          flex: 0 0 calc(100% - 75px);
  width: calc(100% - 75px);
  padding-left: 15px;
}
.da-all-product-inner .da-pro-content .da-pro-title {
  font-size: 16px;
  margin: 0 0 5px;
}
.da-all-product-inner .da-pro-content .da-pro-title a {
  text-decoration: none;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: "Quicksand";
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}
.da-all-product-inner .da-pro-content .da-pro-stitle {
  text-decoration: none;
  color: #808c8c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.da-all-product-inner .da-pro-content .da-pro-stitle a {
  color: #777;
  font-weight: 500;
}
.da-all-product-inner .da-pro-content .da-pro-stitle a:hover {
  color: #4b9097;
}
.da-all-product-inner .da-pro-content .da-price {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4b9097;
}
.da-all-product-inner .da-pro-content .da-price span.new-price {
  color: #5ca7af;
  font-weight: 700;
  font-size: 14px;
}
.da-all-product-inner .da-pro-content .da-price span.old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #808c8c;
  margin-left: 9px;
  font-weight: 300;
}
.da-all-product-inner .da-pro-content .add-to-carts {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eff0f5;
  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;
}
.da-all-product-inner .da-pro-content .add-to-carts:hover {
  border: 1px solid #212529;
}
.da-all-product-inner .da-pro-content .add-to-carts:hover i {
  color: #212529;
}
.da-all-product-inner .da-pro-content .add-to-carts i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #808c8c;
  line-height: 0;
}

.da-banner-block {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.da-banner-block.bnr-1 {
  background-image: url("../img/trending-top/1.jpg");
}

.da-banner-block.bnr-2 {
  background-image: url("../img/trending-top/2.jpg");
}
.da-banner-block.bnr-2 .banner-block .banner-text .da-banner-title {
  color: #212529;
}
.da-banner-block.bnr-2 .banner-block .banner-text h5 {
  color: #212529;
}

.da-banner-inner {
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
}

.banner-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-block img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.banner-block:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.banner-block .banner-text {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-block .banner-text .da-banner-title {
  font-size: 20px;
  position: relative;
  line-height: 32px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.banner-block .banner-text h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.banner-block .banner-content {
  width: 100%;
  max-width: 300px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  cursor: pointer;
  border-radius: 30px;
}

/* Responsive treding, top product css */
@media only screen and (max-width: 767px) {
  .da-banner-block {
    height: 450px;
  }
  .da-banner-block .banner-text .da-banner-title {
    font-size: 19px;
  }
  .da-banner-block .banner-text h5 {
    font-size: 16px;
  }
  .da-trending-top-product .section-title-3 .section-detail h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575px) {
  .da-banner-block {
    height: 400px;
  }
  .da-banner-block .banner-text .da-banner-title {
    font-size: 18px;
  }
  .da-banner-block .banner-text h5 {
    font-size: 15px;
  }
  .da-trending-top-product .section-title-3 .section-detail h2 {
    font-size: 20px;
  }
}
/**  Testimonials & Partner  **/
.da-testimonials-box {
  padding: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #eaebeb;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  z-index: 1;
  overflow: hidden;
}
.da-testimonials-box:after {
  content: "";
  width: calc(100% + 100px);
  height: 100px;
  background-color: transparent;
  border-radius: 100px;
  position: absolute;
  top: -100px;
  left: -50px;
  -webkit-box-shadow: 0 2px 19px rgba(0, 0, 0, 0.09), 0 0px 22px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 19px rgba(0, 0, 0, 0.09), 0 0px 22px rgba(0, 0, 0, 0.06);
  z-index: 0;
}
.da-testimonials-box .da-testimonials-inner {
  margin: auto;
}
.da-testimonials-box .da-testimonials-inner .testimonials-image {
  position: relative;
}
.da-testimonials-box .da-testimonials-inner .testimonials-image img {
  width: 100%;
  border-radius: 15px;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .user img {
  width: 70px;
  border-radius: 15px;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .user .detail {
  margin-left: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #212529;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact span {
  font-size: 14px;
  color: #808c8c;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .inner-contact {
  background-color: #fff;
  margin-top: 10px;
  border: 1px dashed #212529;
  padding: 20px;
  border-radius: 15px;
  background: #f7fafb;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .inner-contact p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #808c8c;
}
.da-testimonials-box .da-partner-box {
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.da-testimonials-box .da-partner-box .da-img {
  border: 1px solid #eaebeb;
  border-radius: 15px;
  background-color: #fff;
}
.da-testimonials-box .da-partner-box .da-img:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.da-testimonials-box .da-partner-box .da-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* Responsive Testimonials css */
@media only screen and (max-width: 1199px) {
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .da-testimonials-box {
    padding: 15px;
  }
  .da-testimonials-box .da-partner-box {
    margin-top: 15px;
  }
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 16px;
  }
  .da-testimonials-box .da-testimonials-inner .testimonials-contact .user img {
    width: 60px;
    border-radius: 20px;
  }
}
/**  Testimonials & Partner  **/
.da-testimonials-2 .da-testimonials-box {
  border: 1px solid #eaebeb;
  border-radius: 15px;
}
.da-testimonials-2 .da-testimonials-box:after {
  display: none;
}

/**  Label line  **/
.da-top-vendor {
  position: relative;
  overflow: hidden;
}
.da-top-vendor:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/vendor/bg.jpg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(-50% + 174px);
  left: 0;
  right: 0;
  z-index: -1;
}
.da-top-vendor .da-vendor-title {
  height: 180px;
}
.da-top-vendor .da-vendor-title 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: damarquee 20s linear infinite;
          animation: damarquee 20s linear infinite;
}
.da-top-vendor .da-vendor-title ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 100px;
  position: relative;
}
.da-top-vendor .da-vendor-title ul li:after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 100px;
  color: #fff;
  font-weight: 600;
  opacity: 0.15;
  font-family: remixicon !important;
}
.da-top-vendor .da-vendor-title ul li span {
  font-size: 120px;
  color: #fff;
  opacity: 0.15;
  font-weight: 600;
  will-change: transform;
  -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;
}
.da-top-vendor .da-venror-slider {
  position: relative;
}
.da-top-vendor .da-venror-slider:before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: calc(50% + 22px);
  left: -12px;
  background-image: url("../img/blog/shape.png");
  background-size: 12px;
  background-repeat: no-repeat;
}
.da-top-vendor .da-venror-slider:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: calc(50% + 22px);
  right: -12px;
  background-image: url("../img/blog/shape.png");
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.da-top-vendor .da-venror-slider .da-venror-box {
  position: relative;
}
.da-top-vendor .da-venror-slider .da-venror-box:before {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: calc(50% + 10px);
  left: -12px;
  background-image: url("../img/blog/shape.png");
  background-size: 12px;
  background-repeat: no-repeat;
}
.da-top-vendor .da-venror-slider .da-venror-box:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: calc(50% + 10px);
  right: -12px;
  background-image: url("../img/blog/shape.png");
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-detail {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  border-radius: 15px;
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-detail .da-vendor {
  width: 60px;
  border-radius: 15px;
  border: 1px solid #eaebeb;
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-detail .da-venror-info {
  margin-left: 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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-detail .da-venror-info h6 a {
  color: #212529;
  font-weight: 600;
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-detail .da-venror-info h6 a:hover {
  color: #4b9097;
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-detail .da-venror-info p {
  margin: 0;
  color: #777;
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-box-inner {
  margin: 24px 0 -24px 0;
  padding: 12px;
  background-color: #fff;
  border-radius: 15px;
  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;
  overflow: hidden;
}
.da-top-vendor .da-venror-slider .da-venror-box .da-venror-box-inner img {
  width: calc(50% - 24px);
  margin: 12px;
  border-radius: 15px;
  border: 1px solid #eaebeb;
}

/* Responsive Vendor css */
@media only screen and (max-width: 991px) {
  .da-top-vendor .da-vendor-title {
    height: 150px;
  }
  .da-top-vendor .da-vendor-title ul li span {
    font-size: 100px;
  }
  .da-top-vendor .da-venror-slider:after, .da-top-vendor .da-venror-slider:before {
    top: calc(50% + 47px);
  }
  .da-top-vendor .da-venror-slider .da-venror-box:after, .da-top-vendor .da-venror-slider .da-venror-box:before {
    top: calc(50% + 35px);
  }
}
@media only screen and (max-width: 767px) {
  .da-top-vendor .da-vendor-title {
    height: 125px;
  }
  .da-top-vendor .da-vendor-title ul li span {
    font-size: 80px;
  }
  .da-top-vendor .da-venror-slider:after, .da-top-vendor .da-venror-slider:before {
    top: calc(50% + 65px);
  }
  .da-top-vendor .da-venror-slider .da-venror-box:after, .da-top-vendor .da-venror-slider .da-venror-box:before {
    top: calc(50% + 53px);
  }
}
@media only screen and (max-width: 575px) {
  .da-top-vendor .da-vendor-title {
    height: 100px;
  }
  .da-top-vendor .da-vendor-title ul li span {
    font-size: 60px;
  }
  .da-top-vendor .da-venror-slider:after, .da-top-vendor .da-venror-slider:before {
    top: calc(50% + 77px);
  }
  .da-top-vendor .da-venror-slider .da-venror-box:after, .da-top-vendor .da-venror-slider .da-venror-box:before {
    top: calc(50% + 65px);
  }
}
/**  Blog & blog Section  **/
.da-blog-section .section-title {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.da-blog .da-blog-item,
.da-blog-section .da-blog-item {
  position: relative;
  overflow: hidden;
}
.da-blog .blog-info,
.da-blog-section .blog-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 24px;
  background: #fff;
  border-radius: 15px;
}
.da-blog .blog-info:hover .blog-img img,
.da-blog-section .blog-info:hover .blog-img img {
  -webkit-transform: rotate(-3deg) scale(1.1);
          transform: rotate(-3deg) scale(1.1);
}
.da-blog .blog-info:hover .detail label,
.da-blog-section .blog-info:hover .detail label {
  top: 0;
}
.da-blog .blog-info .blog-img,
.da-blog-section .blog-info .blog-img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.da-blog .blog-info .blog-img img,
.da-blog-section .blog-info .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.da-blog .blog-info .detail,
.da-blog-section .blog-info .detail {
  width: 100%;
  margin: 0;
}
.da-blog .blog-info .detail label,
.da-blog-section .blog-info .detail label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 30px;
  padding: 5px;
  position: absolute;
  top: -30px;
  left: 0;
  display: inline-block;
  font-size: 13px;
  color: #777;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.da-blog .blog-info .detail label:before,
.da-blog-section .blog-info .detail label:before {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  background-image: url("../img/blog/shape.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.da-blog .blog-info .detail label:after,
.da-blog-section .blog-info .detail label:after {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0;
  background-image: url("../img/blog/shape.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.da-blog .blog-info .detail label a,
.da-blog-section .blog-info .detail label a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b9097;
  font-weight: 500;
}
.da-blog .blog-info .detail label a:hover,
.da-blog-section .blog-info .detail label a:hover {
  color: #4b9097;
}
.da-blog .blog-info .detail h3,
.da-blog-section .blog-info .detail h3 {
  margin: 10px 0;
  padding: 0;
  line-height: 18px;
}
.da-blog .blog-info .detail h3 a,
.da-blog-section .blog-info .detail h3 a {
  font-family: "Quicksand";
  color: #212529;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
.da-blog .blog-info .detail p,
.da-blog-section .blog-info .detail p {
  font-size: 14px;
  color: #808c8c;
}
.da-blog .blog-info .detail .more-info a,
.da-blog-section .blog-info .detail .more-info a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #5ca7af;
  font-size: 13px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.da-blog .blog-info .detail .more-info a:hover,
.da-blog-section .blog-info .detail .more-info a:hover {
  background: #fff;
  color: #4b9097;
}
.da-blog .blog-info .detail .more-info a:hover i,
.da-blog-section .blog-info .detail .more-info a:hover i {
  color: #4b9097;
}
.da-blog .blog-info .detail .more-info a i,
.da-blog-section .blog-info .detail .more-info a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  color: #5ca7af;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/**  Team  **/
.da-team .da-team-box {
  position: relative;
}
.da-team .da-team-box:hover .da-team-img .da-team-socials {
  bottom: 15px;
  opacity: 1;
}
.da-team .da-team-box:hover .da-team-info {
  opacity: 0;
  bottom: -50px;
}
.da-team .da-team-box .da-team-img {
  position: relative;
  z-index: 4;
}
.da-team .da-team-box .da-team-img img {
  width: 100%;
  border-radius: 15px 15px 8px 8px;
}
.da-team .da-team-box .da-team-img .da-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;
}
.da-team .da-team-box .da-team-img .da-team-socials ul {
  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;
}
.da-team .da-team-box .da-team-img .da-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: #212529;
  border-radius: 5px;
  border: 1px solid #555;
}
.da-team .da-team-box .da-team-img .da-team-socials ul li a i {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}
.da-team .da-team-box .da-team-img .da-team-socials ul li a:hover {
  background-color: #4b9097;
  border-color: #4b9097;
}
.da-team .da-team-box .da-team-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 30px);
  padding: 15px 15px 0 15px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px 15px 0 0;
  z-index: 5;
}
.da-team .da-team-box .da-team-info:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -8px;
  background-image: url("../img/user/shape.png");
  background-size: 8px;
  background-repeat: no-repeat;
}
.da-team .da-team-box .da-team-info:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  bottom: 0;
  right: -8px;
  background-image: url("../img/user/shape.png");
  background-size: 8px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.da-team .da-team-box .da-team-info h5 {
  color: #212529;
  font-size: 18px;
  font-weight: 700;
}
.da-team .da-team-box .da-team-info p {
  margin: 0;
  color: #808c8c;
  font-size: 13px;
  line-height: 16px;
}

/* Responsive team css */
@media only screen and (max-width: 1199px) {
  .da-team .da-team-box .da-team-info h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .da-team .da-team-box .da-team-info h5 {
    font-size: 16px;
  }
}
/* Pages ( Import Pages ) */
/*-------------------------------------------------
  About Page CSS
---------------------------------------------------*/
.da-about .da-about-img {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.da-about .da-about-img img {
  width: calc(50% - 15px);
  border-radius: 15px;
}
.da-about .da-about-img .img-2 {
  margin-top: 60px;
}
.da-about .da-about-info h2 {
  margin-bottom: 15px;
  color: #212529;
  font-weight: 700;
  font-size: 35px;
}
.da-about .da-about-info h6 {
  color: #4b9097;
  font-weight: 500;
}
.da-about .da-about-info p {
  font-size: 15px;
  color: #808c8c;
  line-height: 28px;
}
.da-about .da-about-info ul {
  margin: 0;
  padding: 0;
}
.da-about .da-about-info ul li {
  color: #808c8c;
  font-size: 15px;
  line-height: 28px;
}
.da-about .da-about-info ul li b {
  color: #212529;
}
.da-about .da-about-info ul li:not(:last-child) {
  margin-bottom: 15px;
}

/* About page css */
@media only screen and (max-width: 1199px) {
  .da-about-img {
    max-width: 700px;
    margin-bottom: 30px;
  }
  .da-about .da-about-info h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .da-about .da-about-info h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .da-about .da-about-info h2 {
    font-size: 21px;
  }
  .da-about .da-about-img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .da-about .da-about-info h2 {
    font-size: 20px;
  }
  .da-about .da-about-img img {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 420px) {
  .da-about .da-about-info h2 {
    font-size: 19px;
  }
  .da-about .da-about-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-about .da-about-img img {
    width: 100%;
  }
  .da-about .da-about-img .img-2 {
    display: none;
  }
}
/*-------------------------------------------------
  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 .da-pro-box .da-pro-img .inner-img {
  max-width: 230px;
  max-height: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.width-50 .da-pro-box .da-pro-img .inner-img img {
  max-width: 230px;
  max-height: 230px;
  width: 100%;
}

.list-view, .list-view-50 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-view .da-pro-box, .list-view-50 .da-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;
}
.list-view .da-pro-box .da-pro-content, .list-view-50 .da-pro-box .da-pro-content {
  border: 0;
}
.list-view .da-pro-box .da-pro-img, .list-view-50 .da-pro-box .da-pro-img {
  max-width: 270px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-view .da-pro-box .da-pro-contact, .list-view-50 .da-pro-box .da-pro-contact {
  width: calc(100% - 230px);
  padding: 0 0 0 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;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
.list-view .da-pro-box .da-pro-contact .da-pro-title a, .list-view-50 .da-pro-box .da-pro-contact .da-pro-title a {
  font-size: 16px;
  color: #212529;
  font-weight: 20px;
}
.list-view .da-pro-box .da-pro-contact .da-info, .list-view-50 .da-pro-box .da-pro-contact .da-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 5px 0;
  font-size: 13px;
  color: #808c8c;
  display: block;
}

.da-cols-3 .da-pro-box .da-pro-img .inner-img {
  width: 100%;
  max-width: 475px;
  max-height: 475px;
}
.da-cols-3 .da-pro-box .da-pro-img .inner-img img {
  width: 100%;
  max-width: 475px;
  max-height: 475px;
}

.list-view-50 .da-cols-3 .da-pro-box .da-pro-img .inner-img {
  max-width: 230px !important;
  max-height: 230px !important;
}
.list-view-50 .da-cols-3 .da-pro-box .da-pro-img .inner-img img {
  max-width: 230px !important;
  max-height: 230px !important;
}
.list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-img .inner-img {
  max-width: 200px !important;
  max-height: 200px !important;
}
.list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-img .inner-img img {
  max-width: 200px !important;
  max-height: 200px !important;
}
.list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-contact {
  width: calc(100% - 200px);
}
.list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-img .inner-img {
  max-width: 200px !important;
  max-height: 200px !important;
}
.list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-img .inner-img img {
  max-width: 200px !important;
  max-height: 200px !important;
}
.list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-contact {
  width: calc(100% - 200px);
}

.pro-gl-content .da-product-card {
  position: relative;
}

.da-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 #eff0f5;
  border-radius: 15px;
}
.da-pro-list-top .da-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;
}
.da-pro-list-top .da-gl-btn .grid-btn {
  height: 40px;
  width: 40px;
  margin: 2px;
  border: 0;
  border-radius: 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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 10px;
  border: 1px solid #eff0f5;
}
.da-pro-list-top .da-gl-btn .grid-btn i {
  font-size: 23px;
  color: #5ca7af;
  line-height: 0;
}
.da-pro-list-top .grid-btn.active {
  background: #4b9097;
  border: 1px solid #4b9097;
}
.da-pro-list-top .grid-btn.active i {
  color: #fff;
}
.da-pro-list-top .da-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;
}
.da-pro-list-top .da-sort-select .sort-by {
  font-size: 14px;
  color: #808c8c;
  padding-right: 22px;
}
.da-pro-list-top .da-sort-select .da-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 #eff0f5;
}
.da-pro-list-top .da-sort-select .da-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%);
}
.da-pro-list-top .da-sort-select .da-select-inner .custom-select {
  width: 100%;
  height: 50px;
  padding: 15px;
}
.da-pro-list-top .da-sort-select .da-select-inner .select-options {
  margin-top: 15px;
}
.da-pro-list-top .da-sort-select .da-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;
}

.da-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;
}
.da-select-bar .da-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;
}
.da-select-bar .da-select-btn .da-select-cancel {
  margin-left: 15px;
  color: #ff8585;
  font-size: 18px;
}

.da-select-btn-clear {
  padding: 0 !important;
}
.da-select-btn-clear .da-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;
}
.da-select-btn-clear .da-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 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-img .inner-img {
    max-width: 170px !important;
    max-height: 170px !important;
  }
  .list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-img .inner-img img {
    max-width: 170px !important;
    max-height: 170px !important;
  }
  .list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-contact {
    width: calc(100% - 170px);
  }
}
@media only screen and (max-width: 1199px) {
  .da-pro-list-top .da-sort-select .da-select-inner {
    width: 160px;
  }
  .da-pro-list-top .da-sort-select .da-select-inner .select-options {
    min-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .list-view-50 .width-50 .da-pro-box .da-pro-img .inner-img {
    max-width: 210px !important;
    max-height: 210px !important;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-img .inner-img img {
    max-width: 210px !important;
    max-height: 210px !important;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-contact {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-width: 575px) {
  .list-view-50 .width-50 .da-pro-box .da-pro-img .inner-img {
    max-width: 174px !important;
    max-height: 174px !important;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-img .inner-img img {
    max-width: 174px !important;
    max-height: 174px !important;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-contact {
    width: calc(100% - 174px);
  }
  .list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-img .inner-img {
    max-width: 174px !important;
    max-height: 174px !important;
  }
  .list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-img .inner-img img {
    max-width: 174px !important;
    max-height: 174px !important;
  }
  .list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-contact {
    width: calc(100% - 174px);
  }
}
@media only screen and (max-width: 480px) {
  .list-view-50 .da-pro-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-img {
    max-width: 100%;
    max-height: 100%;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-img .inner-img {
    max-width: 407px !important;
    max-height: 407px !important;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-img .inner-img img {
    max-width: 407px !important;
    max-height: 407px !important;
  }
  .list-view-50 .width-50 .da-pro-box .da-pro-contact {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-img .inner-img {
    max-width: 407px !important;
    max-height: 407px !important;
  }
  .list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-img .inner-img img {
    max-width: 407px !important;
    max-height: 407px !important;
  }
  .list-view-50 .da-cols-5 .width-50.da-col-5 .da-pro-box .da-pro-contact {
    width: 100%;
  }
  .list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-img .inner-img {
    max-width: 407px !important;
    max-height: 407px !important;
  }
  .list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-img .inner-img img {
    max-width: 407px !important;
    max-height: 407px !important;
  }
  .list-view-50 .da-cols-6 .width-50 .da-pro-box .da-pro-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .da-pro-list-top .da-sort-select .da-select-inner {
    width: 130px;
  }
  .da-pro-list-top .da-sort-select .da-select-inner .select-options {
    min-width: 130px;
  }
  .da-pro-list-top .da-sort-select .da-select-inner .select-options li {
    font-size: 12px;
  }
}
/*-------------------------------------------------
  Single product Page CSS
---------------------------------------------------*/
.da-single-product {
  margin-bottom: 0;
  /*-----  Single Product  -----*/
  /*-----  Add More Product  -----*/
  /*-----  Product Info Tabs  -----*/
}
.da-single-product .single-pro-img-no-sidebar {
  width: 40%;
}
.da-single-product .single-pro-desc-no-sidebar {
  width: 60%;
}
.da-single-product .single-pro-img {
  position: relative;
  width: 43%;
}
.da-single-product .single-pro-img .single-product-scroll {
  position: sticky;
  top: 30px;
}
.da-single-product .single-pro-img .da-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;
}
.da-single-product .single-pro-img .da-360-lbl:hover {
  opacity: 1;
}
.da-single-product .single-pro-img .da-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;
}
.da-single-product .single-pro-img .da-video-icon:hover {
  opacity: 1;
}
.da-single-product .single-pro-img.v-thumb .v-single-product-cover {
  width: calc(100% - 80px);
}
.da-single-product .single-pro-img.v-thumb .single-product-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-single-product .single-pro-img.v-thumb .v-single-nav-thumb {
  width: 80px;
  margin: 0 0 -15px 15px;
}
.da-single-product .single-pro-img.v-thumb .v-single-nav-thumb .da-single-slide {
  padding: 0;
  margin: 0 8px 15px 8px;
}
.da-single-product .single-pro-desc {
  width: 57%;
}
.da-single-product .single-pro-img-no-sidebar {
  width: 40%;
}
.da-single-product .single-pro-desc-no-sidebar {
  width: 60%;
}
.da-single-product .space-6 > div {
  margin-top: 30px;
}
.da-single-product .space-6 > div:nth-child(-n+2) {
  margin-top: 0;
}
.da-single-product .single-product-cover, .da-single-product .v-single-product-cover {
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border-radius: 15px;
  border: 1px solid #ddd;
}
.da-single-product .single-nav-thumb, .da-single-product .v-single-nav-thumb {
  width: 100%;
  padding: 0 1px;
  overflow: hidden;
}
.da-single-product .single-nav-thumb:hover .slick-arrow, .da-single-product .v-single-nav-thumb:hover .slick-arrow {
  opacity: 0.8;
}
.da-single-product .single-nav-thumb .slick-list, .da-single-product .v-single-nav-thumb .slick-list {
  margin: 0 -8px;
}
.da-single-product .single-nav-thumb .da-single-slide, .da-single-product .v-single-nav-thumb .da-single-slide {
  padding: 15px 8px 0 8px;
  display: block !important;
}
.da-single-product .single-nav-thumb .slick-slide img, .da-single-product .v-single-nav-thumb .slick-slide img {
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 15px;
}
.da-single-product .single-nav-thumb .slick-slide:hover img, .da-single-product .v-single-nav-thumb .slick-slide:hover img {
  border-color: #4b9097;
}
.da-single-product .single-nav-thumb .slick-slide.slick-current.slick-active img, .da-single-product .v-single-nav-thumb .slick-slide.slick-current.slick-active img {
  border-color: #4b9097;
}
.da-single-product .single-nav-thumb .slick-arrow, .da-single-product .v-single-nav-thumb .slick-arrow {
  top: 42%;
}
.da-single-product .single-nav-thumb .slick-arrow.slick-prev, .da-single-product .v-single-nav-thumb .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.da-single-product .single-nav-thumb .slick-arrow, .da-single-product .v-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;
}
.da-single-product .single-nav-thumb .slick-arrow:before, .da-single-product .v-single-nav-thumb .slick-arrow:before {
  content: "";
  color: #fff;
  position: relative;
  font-size: 22px;
  font-family: "remixicon";
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.da-single-product .single-nav-thumb .slick-arrow.slick-prev, .da-single-product .v-single-nav-thumb .slick-arrow.slick-prev {
  border-radius: 0 50% 50% 0;
  left: 1px;
}
.da-single-product .single-nav-thumb .slick-arrow.slick-prev:before, .da-single-product .v-single-nav-thumb .slick-arrow.slick-prev:before {
  content: "\f2e3";
  font-family: "remixicon";
}
.da-single-product .single-nav-thumb .slick-arrow.slick-next, .da-single-product .v-single-nav-thumb .slick-arrow.slick-next {
  right: 1px;
  left: auto;
  border-radius: 50% 0 0 50%;
}
.da-single-product .single-nav-thumb .slick-arrow.slick-next:before, .da-single-product .v-single-nav-thumb .slick-arrow.slick-next:before {
  content: "\f2e5";
  font-family: "remixicon";
}
.da-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;
}
.da-single-product .single-pro-content .da-single-title {
  color: #212529;
  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;
}
.da-single-product .single-pro-content p {
  font-size: 14px;
  color: #212529;
  margin: 0 0 12px;
  font-weight: 600;
}
.da-single-product .single-pro-content p span {
  font-weight: 400;
}
.da-single-product .single-pro-content .single-para {
  font-weight: 400;
  color: #212529;
  line-height: 26px;
}
.da-single-product .single-pro-content .da-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;
}
.da-single-product .single-pro-content .da-single-rating-wrap i.ecicon {
  margin-right: 2px;
  line-height: 20px;
  font-size: 16px;
  float: unset;
}
.da-single-product .single-pro-content .da-single-rating-wrap .da-read-review {
  color: #808c8c;
}
.da-single-product .single-pro-content .da-single-rating-wrap .da-read-review a {
  color: #808c8c;
  font-size: 14px;
  line-height: 20px;
}
.da-single-product .single-pro-content .da-single-rating-wrap .da-read-review a:hover {
  color: #4b9097;
}
.da-single-product .single-pro-content .da-single-rating {
  padding-right: 15px;
  line-height: 17px;
}
.da-single-product .single-pro-content .da-read-review {
  line-height: 17px;
}
.da-single-product .single-pro-content .da-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";
}
.da-single-product .single-pro-content .da-timer {
  background-color: #eff4f7;
  border-radius: 15px;
  border: 1px solid #4b9097;
}
.da-single-product .single-pro-content .da-single-list ul {
  margin-bottom: 30px;
  padding-left: 18px;
}
.da-single-product .single-pro-content .da-single-list ul li {
  margin: 10px 0;
  color: #808c8c;
  font-size: 14px;
  list-style: circle;
}
.da-single-product .single-pro-content .da-single-list ul li strong {
  font-weight: 600;
}
.da-single-product .single-pro-content .da-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;
}
.da-single-product .single-pro-content .da-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;
}
.da-single-product .single-pro-content .da-single-price-stoke .da-single-ps-title {
  line-height: 1;
  font-size: 16px;
  color: #4b9097;
  letter-spacing: 0;
}
.da-single-product .single-pro-content .da-single-price-stoke .da-single-sku {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 32px;
  color: #212529;
  font-weight: 600;
}
.da-single-product .single-pro-content .da-single-price .final-price {
  margin-bottom: 15px;
  color: #212529;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  font-family: "Poppins, sans-serif";
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-single-product .single-pro-content .da-single-price .final-price .price-des {
  margin-left: 15px;
  color: #4b9097;
  font-weight: 500;
  font-size: 18px;
}
.da-single-product .single-pro-content .da-single-price .mrp {
  color: #808c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-single-product .single-pro-content .da-single-price .mrp span {
  color: #808c8c;
  text-decoration: line-through;
}
.da-single-product .single-pro-content .da-pro-variation {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.da-single-product .single-pro-content .da-pro-variation .da-pro-variation-inner {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  -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;
}
.da-single-product .single-pro-content .da-pro-variation .da-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";
}
.da-single-product .single-pro-content .da-pro-variation .da-pro-variation-inner .da-pro-variation-content li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #eff4f7;
  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 #eff0f5;
  float: left;
  border-radius: 15px;
}
.da-single-product .single-pro-content .da-pro-variation .da-pro-variation-inner.da-pro-variation-color .da-pro-variation-content li {
  padding: 2px;
  border-radius: 30px;
  opacity: 0.7;
  background-color: transparent;
}
.da-single-product .single-pro-content .da-pro-variation .da-pro-variation-inner.da-pro-variation-color .da-pro-variation-content li span {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}
.da-single-product .single-pro-content .da-pro-variation .da-pro-variation-inner.da-pro-variation-color .da-pro-variation-content .active {
  border: 1px solid #212529;
}
.da-single-product .single-pro-content .da-single-qty {
  width: 100%;
  margin: -5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-single-product .single-pro-content .da-single-qty > div {
  margin: 5px;
}
.da-single-product .single-pro-content .da-single-qty .qty-plus-minus {
  width: 120px;
  height: 40px;
  padding: 10px;
  border: 1px solid #eff0f5;
  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;
}
.da-single-product .single-pro-content .da-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: #212529;
}
.da-single-product .single-pro-content .da-single-qty .qty-plus-minus input.qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #212529;
  float: left;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 500;
}
.da-single-product .single-pro-content .da-single-qty .qty-plus-minus .dec.ms_qtybtn {
  border-right: 1px solid #eff0f5;
}
.da-single-product .single-pro-content .da-single-qty .qty-plus-minus .inc.ms_qtybtn {
  border-left: 1px solid #eff0f5;
}
.da-single-product .single-pro-content .da-single-qty .da-single-cart .da-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;
}
.da-single-product .single-pro-content .da-single-qty .da-single-cart .da-btn-1:hover svg path {
  stroke: #fff;
}
.da-single-product .single-pro-content .da-single-qty .da-single-cart .da-btn-1:active {
  background-color: #4b9097;
}
.da-single-product .single-pro-content .da-single-qty .da-single-cart .da-btn-1 svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.da-single-product .single-pro-content .da-single-qty .da-single-cart .da-btn-1 svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  stroke: #4b9097;
}
.da-single-product .single-pro-content .da-single-qty .da-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 #eff0f5;
  border-radius: 15px;
}
.da-single-product .single-pro-content .da-single-qty .da-btn-group i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #212529;
  line-height: 0;
}
.da-single-product .single-pro-content .da-single-qty .da-btn-group:hover {
  color: #fff;
  background-color: #4b9097;
  border-color: #4b9097;
}
.da-single-product .single-pro-content .da-single-qty .da-btn-group:hover i {
  color: #fff !important;
}
.da-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;
}
.da-single-product .single-add-more .da-add-card {
  width: 25%;
  padding: 15px;
  position: relative;
}
.da-single-product .single-add-more .da-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%);
}
.da-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;
}
.da-single-product .single-add-more .add-more-item:hover {
  border: 1px dashed #212529;
}
.da-single-product .single-add-more .add-more-item:hover .da-cursor,
.da-single-product .single-add-more .add-more-item:hover .da-cursor-2 {
  display: none;
}
.da-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 #eff0f5;
  background-color: #eff4f7;
  border-radius: 10px;
  color: #808c8c;
  z-index: 5;
}
.da-single-product .single-add-more .add-more-item .add-more-img {
  margin-bottom: 15px;
  position: relative;
}
.da-single-product .single-add-more .add-more-item .add-more-img img {
  width: 75px;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.da-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;
}
.da-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";
}
.da-single-product .single-add-more .add-more-item .add-more-info .da-pro-rating {
  margin-bottom: 5px;
}
.da-single-product .single-add-more .add-more-item .add-more-info .da-pro-rating i {
  font-size: 12px;
}
.da-single-product .single-add-more .add-more-item .add-more-info .new-price {
  font-size: 15px;
}
.da-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;
}
.da-single-product .single-add-more .add-more-item.da-active {
  border: 1px dashed #4b9097;
  background-color: #f7fafb;
}
.da-single-product .single-add-more .add-more-item.da-active .add {
  border-color: #4b9097;
  background-color: #4b9097;
  color: #fff;
}
.da-single-product .da-single-pro-tab {
  margin-top: 40px;
}
.da-single-product .da-single-pro-tab .da-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;
}
.da-single-product .da-single-rating i {
  color: #4b9097;
}
.da-single-product .da-single-rating i.grey {
  color: #ddd;
}
.da-single-product .da-single-pro-tab-nav {
  width: 100%;
  margin: auto;
  border-bottom: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.da-single-product .da-single-pro-tab-nav .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-single-product .da-single-pro-tab-nav .nav-tabs li {
  margin: 0 5px 5px auto;
}
.da-single-product .da-single-pro-tab-nav .nav-tabs li:last-child {
  margin-right: 0;
}
.da-single-product .da-single-pro-tab-nav .nav-tabs .nav-link {
  border: 1px solid #eff0f5;
  text-transform: capitalize;
  line-height: 24px;
  color: #212529;
  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: #fff;
  border-radius: 15px;
  letter-spacing: 0;
}
.da-single-product .da-single-pro-tab-nav .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #4b9097;
  border: 1px solid #4b9097;
}
.da-single-product .da-single-pro-tab-nav .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4b9097;
  border: 1px solid #4b9097;
}
.da-single-product .da-single-pro-tab-nav li {
  display: inline-block;
  float: left;
  margin-right: 2px;
}
.da-single-product .tab-pane p {
  color: #808c8c;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 500;
}
.da-single-product .da-single-pro-tab-content, .da-single-product .da-single-pro-accordion-content {
  overflow: hidden;
  background-color: #fff;
  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;
}
.da-single-product .da-single-pro-tab-content h3, .da-single-product .da-single-pro-accordion-content h3 {
  font-size: 18px;
  font-weight: 700;
}
.da-single-product .da-single-pro-tab-content .da-table, .da-single-product .da-single-pro-accordion-content .da-table {
  overflow: auto;
}
.da-single-product .da-single-pro-tab-content .da-table::-webkit-scrollbar, .da-single-product .da-single-pro-accordion-content .da-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-single-product .da-single-pro-tab-content .da-table::-webkit-scrollbar-track, .da-single-product .da-single-pro-accordion-content .da-table::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-single-product .da-single-pro-tab-content .da-table::-webkit-scrollbar-thumb, .da-single-product .da-single-pro-accordion-content .da-table::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-single-product .da-single-pro-tab-content .da-table .table-addisnal, .da-single-product .da-single-pro-accordion-content .da-table .table-addisnal {
  width: 100%;
  min-width: 400px;
}
.da-single-product .da-single-pro-tab-content .da-table .table-addisnal tbody tr th,
.da-single-product .da-single-pro-tab-content .da-table .table-addisnal tbody tr td, .da-single-product .da-single-pro-accordion-content .da-table .table-addisnal tbody tr th,
.da-single-product .da-single-pro-accordion-content .da-table .table-addisnal tbody tr td {
  width: 50%;
  padding: 8px 0;
  border-bottom: 1px solid #eff0f5;
  font-size: 14px;
  color: #808c8c;
}
.da-single-product .da-single-pro-tab-content .da-table .table-addisnal tbody tr th, .da-single-product .da-single-pro-accordion-content .da-table .table-addisnal tbody tr th {
  font-weight: 500;
}
.da-single-product .da-single-pro-tab-content .da-t-review-wrapper, .da-single-product .da-single-pro-accordion-content .da-t-review-wrapper {
  margin-top: 10px;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-desc > p:last-child, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-desc > p:last-child {
  margin-bottom: 0;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-desc p, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-desc p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #808c8c;
  line-height: 28px;
  font-weight: 400;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-desc ol, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-desc ol {
  padding-left: 24px;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-desc ol li, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #808c8c;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-desc ul, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-desc ul {
  margin-bottom: 15px;
  padding-left: 24px;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-desc ul li, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-desc ul li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 28px;
  list-style: outside;
  color: #808c8c;
  font-weight: 500;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-moreinfo p, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-moreinfo p {
  color: #808c8c;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 400;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-moreinfo ol, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-moreinfo ol {
  padding-left: 24px;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-moreinfo ol li, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-moreinfo ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #808c8c;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-moreinfo ul, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-moreinfo ul {
  padding-left: 24px;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-moreinfo ul li, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-moreinfo ul li {
  margin-bottom: 4px;
  font-size: 15px;
  list-style: outside;
  color: #808c8c;
}
.da-single-product .da-single-pro-tab-content .da-single-pro-tab-moreinfo li span, .da-single-product .da-single-pro-accordion-content .da-single-pro-tab-moreinfo li span {
  margin: 0 25px 0 0;
  min-width: 150px;
  font-size: 15px;
  color: #5ca7af;
  display: inline-block;
  font-weight: 500;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item, .da-single-product .da-single-pro-accordion-content .da-t-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eff0f5;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item p, .da-single-product .da-single-pro-accordion-content .da-t-review-item p {
  color: #808c8c;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-avtar, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-avtar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin: 0 15px 0 0;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-avtar img, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-avtar img {
  max-width: 100%;
  border-radius: 15px;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-top, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-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;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-top .da-t-review-name, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-top .da-t-review-name {
  margin-bottom: 25px;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  color: #212529;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-top .da-t-review-rating, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-top .da-t-review-rating {
  font-size: 16px;
  margin-top: 5px;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-top .da-t-review-rating i, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-top .da-t-review-rating i {
  color: #4b9097;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-top .da-t-review-rating .grey, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-top .da-t-review-rating .grey {
  color: #ddd;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-top a, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-top a {
  color: #212529;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-top a:hover, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-top a:hover {
  color: #5ca7af;
}
.da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-bottom p, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-bottom p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #808c8c;
  line-height: 24px;
  font-weight: 400;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content h3, .da-single-product .da-single-pro-accordion-content .da-ratting-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins, sans-serif";
  color: #5ca7af;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-star, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-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;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-star span, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-star span {
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #808c8c;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-star i, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-star i {
  font-size: 18px;
  color: #ddd;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input:not(:last-child), .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input:not(:last-child) {
  margin-bottom: 10px;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input input, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input input {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input input,
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input textarea, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input input,
.da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input textarea {
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #eff0f5;
  color: #808c8c;
  background-color: #fff;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input input::-webkit-input-placeholder, .da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input textarea::-webkit-input-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input input::-webkit-input-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input textarea::-webkit-input-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input input::-moz-placeholder, .da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input textarea::-moz-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input input::-moz-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input textarea::-moz-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input input:-ms-input-placeholder, .da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input textarea:-ms-input-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input input:-ms-input-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input textarea:-ms-input-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input input::-ms-input-placeholder, .da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input textarea::-ms-input-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input input::-ms-input-placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input textarea::-ms-input-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input input::placeholder,
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input textarea::placeholder, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input input::placeholder,
.da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input textarea::placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-single-product .da-single-pro-tab-content .da-ratting-content .da-ratting-input textarea, .da-single-product .da-single-pro-accordion-content .da-ratting-content .da-ratting-input textarea {
  border: 1px solid #eff0f5;
  height: 150px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
}
.da-single-product .da-single-pro-tab-content .da-product-vendor .da-vendor-info, .da-single-product .da-single-pro-accordion-content .da-product-vendor .da-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;
}
.da-single-product .da-single-pro-tab-content .da-product-vendor .da-vendor-info img, .da-single-product .da-single-pro-accordion-content .da-product-vendor .da-vendor-info img {
  width: 80px;
  margin-right: 15px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-single-product .da-single-pro-tab-content .da-product-vendor .da-vendor-info h5, .da-single-product .da-single-pro-accordion-content .da-product-vendor .da-vendor-info h5 {
  font-size: 15px;
  font-weight: 600;
  color: #5ca7af;
}
.da-single-product .da-single-pro-tab-content .da-product-vendor .da-vendor-info p, .da-single-product .da-single-pro-accordion-content .da-product-vendor .da-vendor-info p {
  margin-bottom: 0;
}
.da-single-product .da-single-pro-tab-content .da-product-vendor .da-detail ul, .da-single-product .da-single-pro-accordion-content .da-product-vendor .da-detail ul {
  margin-bottom: 15px;
}
.da-single-product .da-single-pro-accordion-content {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.da-single-product .da-single-pro-accordion-content .accordion-item {
  margin-bottom: 5px;
}
.da-single-product .da-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;
}
.da-single-product .da-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);
}
.da-single-product .da-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: #212529;
  background-color: #fff;
}
.da-single-product .da-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);
}
.da-single-product .da-single-pro-accordion-content .accordion-item .accordion-body {
  margin-top: 5px;
  padding: 30px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}

/* Single Product page css */
@media only screen and (max-width: 1399px) {
  .da-single-product .single-pro-content .da-single-title {
    font-size: 21px;
  }
  .da-single-product .da-single-pro-tab-content .da-ratting-content h3, .da-single-product .da-single-pro-accordion-content .da-ratting-content h3 {
    font-size: 18px;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-nav-thumb {
    width: 70px;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-product-cover {
    width: calc(100% - 70px);
  }
}
@media only screen and (max-width: 1199px) {
  .da-single-product .single-pro-content .da-single-title {
    font-size: 20px;
    line-height: 32px;
  }
  .da-single-product .single-add-more .da-add-card {
    width: 50%;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-nav-thumb {
    width: 65px;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-product-cover {
    width: calc(100% - 65px);
  }
}
@media only screen and (max-width: 991px) {
  .da-single-product .single-pro-content .da-single-title {
    font-size: 19px;
    line-height: 30px;
  }
  .da-single-product .single-pro-img {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .da-single-product .single-pro-desc {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .da-single-product .single-pro-content .da-single-title {
    font-size: 18px;
    line-height: 30px;
  }
  .da-single-product .single-pro-content .da-single-price .final-price {
    font-size: 21px;
  }
  .da-single-product .single-pro-content .da-single-price-stoke .da-single-sku {
    font-size: 16px;
  }
  .da-single-product .single-add-more .da-add-card:not(:last-child):after {
    display: none;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-product-cover {
    width: 100%;
  }
  .da-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;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-nav-thumb {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 2px;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-nav-thumb .slick-arrow {
    top: 50%;
  }
  .da-single-product .single-pro-img.v-thumb .v-single-nav-thumb .da-single-slide {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 420px) {
  .da-single-product .single-add-more .da-add-card {
    width: 100%;
  }
  .da-single-product .da-single-pro-tab-content, .da-single-product .da-single-pro-accordion-content {
    padding: 12px;
  }
  .da-single-product .da-single-pro-tab-content .da-t-review-item, .da-single-product .da-single-pro-accordion-content .da-t-review-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-single-product .da-single-pro-tab-content .da-t-review-item .da-t-review-avtar, .da-single-product .da-single-pro-accordion-content .da-t-review-item .da-t-review-avtar {
    max-width: 70px;
    margin: 0 0 15px 0;
  }
  .da-single-product .da-single-pro-accordion-content {
    padding: 0;
  }
  .da-single-product .da-single-pro-accordion-content .accordion-item .accordion-body {
    padding: 12px;
  }
}
/*-------------------------------------------------
   Contact Page CSS
---------------------------------------------------*/
.da-contact iframe {
  width: 100%;
  height: 400px;
  margin-bottom: -7px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-contact form .form-group {
  margin-bottom: 30px;
}
.da-contact form .form-group input, .da-contact form .form-group textarea {
  padding: 10px 15px;
  border-color: #eff0f5;
  border-radius: 15px;
  font-size: 15px;
  color: #808c8c;
}
.da-contact form .form-group input:focus, .da-contact form .form-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-contact form .form-group input::-webkit-input-placeholder, .da-contact form .form-group textarea::-webkit-input-placeholder {
  color: #808c8c;
}
.da-contact form .form-group input::-moz-placeholder, .da-contact form .form-group textarea::-moz-placeholder {
  color: #808c8c;
}
.da-contact form .form-group input:-ms-input-placeholder, .da-contact form .form-group textarea:-ms-input-placeholder {
  color: #808c8c;
}
.da-contact form .form-group input::-ms-input-placeholder, .da-contact form .form-group textarea::-ms-input-placeholder {
  color: #808c8c;
}
.da-contact form .form-group input::placeholder, .da-contact form .form-group textarea::placeholder {
  color: #808c8c;
}
.da-contact .da-contact-detail .da-box {
  padding: 15px;
  border: 1px solid #eff0f5;
  background-color: #f7fafb;
  position: relative;
  border-radius: 15px;
}
.da-contact .da-contact-detail .da-box:not(:last-child) {
  margin-bottom: 15px;
}
.da-contact .da-contact-detail .da-box .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
.da-contact .da-contact-detail .da-box .info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5ca7af;
  text-transform: capitalize;
}
.da-contact .da-contact-detail .da-box .info p {
  margin: 0;
  font-size: 14px;
  color: #808c8c;
}

/* Contact us Responsive css */
@media only screen and (max-width: 767px) {
  .da-contact-detail {
    margin-top: 30px;
  }
  .da-contact .da-contact-detail .da-box .info h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .da-contact iframe {
    height: 350px;
  }
  .da-contact .da-contact-detail .da-box .info h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .da-contact iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 380px) {
  .da-contact iframe {
    height: 250px;
  }
}
/*-------------------------------------------------
  Cart Page CSS
---------------------------------------------------*/
.da-cart-section .shop-all-btn {
  margin-bottom: 0;
}
.da-cart-section .da-sidebar-wrap {
  padding: 15px;
  border-radius: 15px;
  background-color: #f7fafb;
  border: 1px solid #eff0f5;
}
.da-cart-section .da-sidebar-wrap h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 21px;
}
.da-cart-section .da-sidebar-wrap .da-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}
.da-cart-section .da-sidebar-wrap .da-ship-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  border-bottom: 1px solid #eff0f5;
  color: #808c8c;
  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;
}

.da-cart-content {
  padding: 15px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-cart-content .da-cart-list-msg {
  margin: 0;
  padding: 50px 0;
  font-size: 20px;
  text-align: center;
  color: #808c8c;
  font-weight: 500;
}
.da-cart-content .table-content {
  overflow: auto;
}
.da-cart-content .table-content table {
  width: 100%;
  min-width: 700px;
  background-color: transparent;
}
.da-cart-content .table-content table thead > tr {
  background-color: #fff;
  border-bottom: 2px solid #eff0f5;
}
.da-cart-content .table-content table thead > tr > th {
  border-top: medium none;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 14px 12px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}
.da-cart-content .table-content table tbody > tr {
  border-bottom: 1px solid #eff0f5;
}
.da-cart-content .table-content table tbody > tr td {
  color: #212529;
  font-size: 16px;
  padding: 15px 14px;
  text-align: left;
}
.da-cart-content .table-content table tbody > tr td .da-cart-pro-img {
  width: 60px;
  margin-right: 15px;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.da-cart-content .table-content table tbody > tr td .cart-qty-plus-minus {
  width: 90px;
  height: 40px;
  padding: 0;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  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;
}
.da-cart-content .table-content table tbody > tr td .cart-qty-plus-minus input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #212529;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 40px;
  outline: none;
  font-weight: 600;
  line-height: 38px;
}
.da-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .da_cart_qtybtn {
  color: #212529;
  float: left;
  font-size: 20px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 38px;
  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;
}
.da-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .da_qtybtn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 0;
  color: #212529;
  height: 19px;
  position: relative;
}
.da-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .da_qtybtn:before {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #212529;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  font-family: "remixicon";
  overflow: hidden;
  font-size: 15px;
}
.da-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .dec.da_qtybtn:before {
  padding-bottom: 4px;
  content: "\ea4e";
  color: #808c8c;
}
.da-cart-content .table-content table tbody > tr td .cart-qty-plus-minus .inc.da_qtybtn:before {
  padding-top: 4px;
  content: "\ea78";
  color: #808c8c;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-name {
  width: 40%;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-name a {
  color: #808c8c;
  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;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-subtotal {
  color: #212529;
  font-weight: 500;
  font-size: 15px;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-price {
  color: #212529;
  font-weight: 400 !important;
  font-family: "Poppins, sans-serif";
  font-size: 15px;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-qty .qty-plus-minus {
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 110px;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-remove {
  width: 90px;
  text-align: right;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-remove a {
  font-size: 22px;
  margin: 0 auto;
  color: #5ca7af;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-remove a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.da-cart-content .table-content table tbody > tr td.da-cart-pro-remove a:hover i {
  color: #ff9d9d;
}
.da-cart-content .da-cart-update-bottom {
  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;
  padding: 30px 0 0;
}

.da-cart-update-bottom > a {
  color: #212529;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.da-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;
}

.da-cart-form .select {
  height: 50px;
  margin-bottom: 26px;
  padding: 0 15px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  background-color: #fff;
}
.da-cart-form .select .custom-select {
  width: 100%;
}
.da-cart-form .select:after {
  content: "\ea4e";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "remixicon";
  color: #808c8c;
  font-size: 23px;
  line-height: 23px;
}
.da-cart-form .select .select-options {
  margin-top: 15px;
}
.da-cart-form label {
  margin-bottom: 9px;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.da-cart-form p {
  color: #808c8c;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.da-cart-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 26px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #eff0f5;
  color: #212529;
  font-size: 14px;
  -ms-flex-wrap: 400;
      flex-wrap: 400;
  outline: none;
  border-radius: 15px;
}
.da-cart-form select {
  padding: 0 15px;
  webkit-appearance: none;
  -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;
  border-radius: 15px;
}

.da-cart-summary-bottom .da-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;
}
.da-cart-summary-bottom .da-cart-summary .text-left {
  color: #212529;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}
.da-cart-summary-bottom .da-cart-summary .text-right {
  color: #212529;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.da-cart-summary-bottom .da-cart-summary .text-right a {
  color: #4b9097;
  font-weight: 500;
  cursor: pointer;
}
.da-cart-summary-bottom .da-cart-summary .da-cart-summary-total {
  border-top: 1px solid #eff0f5;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}
.da-cart-summary-bottom .da-cart-summary .da-cart-summary-total .text-left {
  font-size: 16px;
  font-weight: 500;
}
.da-cart-summary-bottom .da-cart-summary .da-cart-summary-total .text-right {
  font-size: 16px;
  font-weight: 500;
}

.da-cart-summary-bottom .da-cart-summary .da-cart-coupan-content {
  display: none;
  margin-bottom: 0;
}

.da-cart-coupan-form {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #eff0f5;
  background: #fff;
  border-radius: 15px;
}
.da-cart-coupan-form .da-coupan {
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  height: 40px;
  color: #808c8c;
  font-size: 14px;
  width: calc(100% - 80px);
  border: 0;
  background: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.5px;
  outline: none;
  border-radius: 15px;
}

/* Cart page responsive css */
@media only screen and (max-width: 420px) {
  .da-cart-content .da-cart-update-bottom {
    -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;
  }
  .da-cart-content .da-cart-update-bottom a {
    margin-bottom: 15px;
  }
}
/*-------------------------------------------------
  Checkout Page CSS
---------------------------------------------------*/
.da-checkout-section {
  font-size: 14px;
}
.da-checkout-section label {
  margin-bottom: 15px;
  font-weight: 400;
}
.da-checkout-section [type=radio]:checked {
  position: relative;
  opacity: 0;
  display: none;
}
.da-checkout-section [type=radio]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #808c8c;
  letter-spacing: 0;
}
.da-checkout-section [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #4b9097;
}
.da-checkout-section [type=radio]: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: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.da-checkout-section [type=radio]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}
.da-checkout-section [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #808c8c;
  letter-spacing: 0;
}
.da-checkout-section [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.da-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);
}

.da-checkout-wrap {
  padding: 24px;
  border: 1px solid #eff0f5;
  background-color: #fff;
  border-radius: 15px;
}
.da-checkout-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  display: block;
  color: #212529;
  line-height: 1;
}
.da-checkout-wrap .da-check-login h3 {
  margin-bottom: 22px;
}
.da-checkout-wrap .da-check-bill h3 {
  margin-bottom: 26px;
  line-height: 1.2;
}
.da-checkout-wrap .da-check-bill .da-check-subtitle {
  margin-bottom: 10px;
}

.da-sidebar-wrap {
  border: 1px solid #eff0f5;
  background-color: #f7fafb;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 15px;
}
.da-sidebar-wrap:last-child {
  margin-bottom: 0;
}
.da-sidebar-wrap .da-sb-block-content {
  margin-bottom: 0;
  border-bottom: none;
}
.da-sidebar-wrap .da-sb-title h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
  position: relative;
  color: #212529;
}
.da-sidebar-wrap .da-sb-title h3 .da-sidebar-res {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.da-sb-block-content.da-sidebar-dropdown {
  margin-top: 15px;
}

.da-checkout-pay-wrap [type=radio]:checked + label {
  margin-bottom: 30px;
}
.da-checkout-pay-wrap [type=radio]:not(:checked) + label {
  margin-bottom: 6px;
}

.da-new-product {
  margin-top: 2px;
}

.da-check-subtitle {
  margin-bottom: 14px;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.da-checkout-block.da-check-new {
  margin-bottom: 30px;
}

.da-new-option span {
  margin-right: 45px;
}

.da-new-desc {
  position: relative;
  line-height: 24px;
  color: #808c8c;
  letter-spacing: 0;
  font-weight: 400;
}

.da-new-btn {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-new-btn a {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
}

.da-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;
}
.da-check-login-form label {
  margin-bottom: 11px;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.da-check-login-form input {
  background-color: transparent;
  border: 1px solid #eff0f5;
  color: #212529;
  font-size: 14px;
  margin-bottom: 16px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 15px;
}
.da-check-login-form .da-check-login-fp {
  color: #212529;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-decoration: underline;
  font-size: 15px;
  line-height: 24px;
}
.da-check-login-form .da-check-login-btn {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-check-login-form .da-check-login-btn .da-btn-2 {
  margin-right: 20px;
}

.da-check-bill-form {
  margin-bottom: 2px;
}

.da-bill-option {
  margin-bottom: 32px;
  display: block;
}
.da-bill-option span {
  margin-right: 45px;
}

.padding-bottom-3 {
  padding-bottom: 3px !important;
}

/*-----  Checkout Page CSS  ------*/
.da-checkout-wrap .da-check-bill-form .da-bill-wrap {
  width: 100%;
  padding: 0 15px;
}
.da-checkout-wrap .da-check-bill-form .da-bill-wrap.da-bill-half {
  width: 50%;
}
.da-checkout-wrap .da-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;
}
.da-checkout-wrap .da-check-bill-form label {
  margin-bottom: 7px;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.da-checkout-wrap .da-check-bill-form input {
  background-color: transparent;
  border: 1px solid #eff0f5;
  color: #212529;
  font-size: 14px;
  margin-bottom: 26px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  border-radius: 15px;
}
.da-checkout-wrap .da-check-bill-form .da-bill-fp label {
  margin-bottom: 0;
}
.da-checkout-wrap .da-check-bill-form .da-bill-fp label a {
  color: #212529;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.da-checkout-wrap .da-check-bill-form .da-bl-select-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #eff0f5;
  font-size: 14px;
  padding: 0;
  margin-bottom: 27px;
  border-radius: 15px;
}
.da-checkout-wrap .da-check-bill-form .da-bl-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;
  border-radius: 15px;
}
.da-checkout-wrap .da-check-bill-form .da-bl-select-inner .select .select-options {
  margin-top: 15px;
}
.da-checkout-wrap .da-check-bill-form .da-bl-select-inner .custom-select {
  width: 100%;
  padding: 0 15px;
}
.da-checkout-wrap .da-check-bill-form .da-bl-select-inner::after {
  padding: 0 10px;
  content: "\ea4e";
  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;
  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: #808c8c;
}

.da-checkout-content .da-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;
}
.da-checkout-content .da-check-order-btn .btn {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border-radius: 0px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.da-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;
}
.da-checkout-summary .text-left {
  color: #808c8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}
.da-checkout-summary .text-right {
  color: #212529;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.da-checkout-summary .text-right a {
  color: #4b9097;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}
.da-checkout-summary .da-checkout-summary-total {
  border-top: 1px solid #ddd;
  padding-top: 19px;
  margin-bottom: 0;
  margin-top: 16px;
}
.da-checkout-summary .da-checkout-summary-total .text-left {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  font-family: "Quicksand";
}
.da-checkout-summary .da-checkout-summary-total .text-right {
  font-size: 16px;
  font-weight: 600;
  font-family: "Quicksand";
}

/*-----  Sidebar Page CSS  ------*/
.da-sidebar-wrap .da-sidebar-block .da-checkout-pro {
  margin-top: 34px;
}
.da-sidebar-wrap .da-sidebar-block .da-checkout-pro > div:not(:last-child) {
  margin-bottom: 15px;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro li {
  padding: 1px;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro li a {
  margin: 0 auto;
  display: block;
  color: #808c8c;
  font-size: 12px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
  cursor: pointer;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-pro-size li a {
  pointer-events: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-color: #eff0f5;
  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: 18px;
  padding-top: 2px;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-pro-size li.active a {
  background-color: #5ca7af;
  color: #fff;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-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;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner:hover .da-pro-image-outer .da-pro-image .hover-image {
  opacity: 1;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-content {
  width: calc(100% - 80px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-content h5 {
  padding: 0 15px 0 0;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-content h5 a {
  width: 100%;
  font-size: 15px;
  color: #212529;
  font-weight: 400;
  font-family: "Poppins, sans-serif";
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-content .da-price .old-price {
  font-weight: 400;
  color: #808c8c;
  text-decoration: line-through;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-content .da-price .new-price {
  margin-right: 5px;
  font-weight: 600;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-image-outer {
  margin-right: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-image-outer .da-pro-image {
  width: 80px;
  border: 1px solid #ddd;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-image-outer .da-pro-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-image-outer .da-pro-image .main-image {
  display: block;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-checkout-pro .da-product-inner .da-pro-image-outer .da-pro-image .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-del-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-del-option > * {
  width: 50%;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-del-opt-head {
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-del-desc {
  color: #808c8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-pay-opt-head {
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 6px;
  display: block;
}
.da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-pay-desc {
  color: #808c8c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
  display: block;
  letter-spacing: 0;
}

.da-product-inner .da-pro-content .da-price:not(:last-child) {
  margin-bottom: 4px;
}

.da-sidebar-wrap.da-checkout-del-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}
.da-sidebar-wrap.da-checkout-del-wrap .da-del-commemt {
  margin-top: 12px;
  display: block;
}
.da-sidebar-wrap.da-checkout-del-wrap .da-del-commemt .da-del-opt-head {
  margin-bottom: 8px;
}
.da-sidebar-wrap.da-checkout-del-wrap textarea {
  background: #fff;
  border: 1px solid #ddd;
  color: #212529;
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 15px;
}

.da-sidebar-wrap.da-checkout-pay-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}
.da-sidebar-wrap.da-checkout-pay-wrap textarea {
  background: #fff;
  border: 1px solid #ddd;
  color: #212529;
  height: 110px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 100%;
  outline: none;
  font-size: 14px;
  display: block;
  border-radius: 15px;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-commemt .da-pay-opt-head {
  margin-bottom: 8px;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-agree {
  position: relative;
  display: block;
  margin-top: 20px;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-agree input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-agree input:checked ~ .checked::after {
  display: block;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-agree a {
  margin-left: 27px;
  display: block;
  color: #808c8c;
  font-size: 14px;
  margin-top: 0;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  cursor: pointer;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-agree a span {
  font-weight: 500;
  color: #212529;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-agree .checked {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.da-sidebar-wrap.da-checkout-pay-wrap .da-pay-agree .checked:after {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -1px;
  top: -1px;
  border: 1px solid #4b9097;
  content: "\eb7b";
  display: none;
  font-family: "remixicon";
  font-size: 13px;
  color: #4b9097;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
}

.da-sidebar-wrap.da-check-pay-img-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0;
}

.da-check-pay-img-wrap .da-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;
}
.da-check-pay-img-wrap .da-check-pay-img img {
  width: 100%;
}

/*-----  Checkout Summary CSS  ------*/
.da-checkout-summary .da-checkout-coupan-content {
  display: none;
  margin-bottom: 0;
}

.da-checkout-coupan-form {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #eff0f5;
  background: #fff;
  border-radius: 15px;
}
.da-checkout-coupan-form .da-coupan {
  width: calc(100% - 80px);
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 35px;
  color: #808c8c;
  font-size: 14px;
  border: 0;
  background: transparent;
  border-radius: 0;
  text-align: left;
  letter-spacing: 0.5px;
  border-radius: 15px;
}
.da-checkout-coupan-form .da-coupan-btn {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}

/* Checkout page css */
@media only screen and (max-width: 1199px) {
  .da-sidebar-wrap .da-sb-title h3 {
    font-size: 19px;
  }
  .da-checkout-wrap h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .da-sidebar-wrap .da-sb-title h3 {
    font-size: 18px;
  }
  .da-checkout-wrap h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .da-sidebar-wrap .da-sb-title h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .da-checkout-wrap {
    padding: 15px;
  }
  .da-checkout-wrap .da-check-bill-form .da-bill-wrap.da-bill-half {
    width: 100%;
  }
  .da-check-login-form .da-check-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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .da-check-login-form .da-check-login-btn .da-btn-2 {
    margin: 0 0 15px 0;
  }
  .da-sidebar-wrap .da-sidebar-block .da-sb-block-content .da-del-opt-head {
    font-size: 14px;
  }
}
/*-------------------------------------------------
   Compare Page CSS
---------------------------------------------------*/
.da-compare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: auto;
}
.da-compare-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-compare-box::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-compare-box::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-compare-box .title-col {
  border-right: 1px solid #eff0f5 !important;
}
.da-compare-box .da-compare-col {
  width: 324px;
  min-width: 324px;
  height: 100%;
  display: block;
  border: 1px solid #eff0f5;
  position: relative;
}
.da-compare-box .da-compare-col:not(:last-child) {
  margin-right: -1px;
  width: 314px;
  min-width: 314px;
}
.da-compare-box .da-compare-col:hover .da-action {
  opacity: 1;
}
.da-compare-box .da-compare-col .remove-compare-product {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 15px;
  z-index: 5;
}
.da-compare-box .da-compare-col .remove-compare-product i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  opacity: 0.8;
  color: #ff7381;
}
.da-compare-box .da-compare-col .da-action {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.da-compare-box .da-compare-col .da-action 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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-compare-box .da-compare-col .da-action ul li {
  margin: 2px;
}
.da-compare-box .da-compare-col .da-action ul li a {
  -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;
  border-radius: 15px;
  background-color: #212529;
}
.da-compare-box .da-compare-col .da-action ul li a:hover {
  background-color: #4b9097 !important;
}
.da-compare-box .da-compare-col .da-action ul li a i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}
.da-compare-box .da-compare-cell {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.da-compare-box .da-compare-cell:not(:last-child) {
  border-bottom: 1px solid #eff0f5;
}
.da-compare-box .da-compare-cell > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-compare-box .da-compare-cell .i-stock {
  color: #477f72;
  font-weight: 400;
}
.da-compare-box .da-compare-cell .o-stock {
  color: #ff7381;
  font-weight: 400;
}
.da-compare-box .da-compare-cell h5 {
  margin: 0;
  line-height: 28px;
  color: #212529;
  font-size: 15px;
  font-weight: 600;
}
.da-compare-box .da-compare-cell p {
  margin: 0;
  font-size: 14px;
  color: #808c8c;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.da-compare-box .da-compare-cell img {
  height: 200px;
  margin: auto;
  border: 1px dashed #212529;
  border-radius: 15px;
}
.da-compare-box .da-compare-cell .desc {
  height: 115px;
}
.da-compare-box .da-compare-cell .desc p {
  height: 115px;
  max-height: 288px;
  display: -webkit-box;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.da-compare-box .da-compare-cell .list {
  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;
}
.da-compare-box .da-compare-cell .list, .da-compare-box .da-compare-cell .title {
  width: 100%;
  min-height: 221px;
  height: 100%;
}
.da-compare-box .da-compare-cell .rating-info {
  margin-left: 5px;
  color: #808c8c;
  font-size: 12px;
}
.da-compare-box .da-compare-cell .da-pro-rating i {
  line-height: 28px;
}
.da-compare-box .striped {
  background-color: #f7fafb;
}

.da-compare-page-msg {
  width: 100%;
  padding: 30px;
  background-color: #f7fafb;
  border: 1px solid #eff0f5;
  border-radius: 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;
}
.da-compare-page-msg p {
  margin: 0;
  font-size: 20px;
  color: #808c8c;
  text-align: center;
}

/* Compare page responsive css */
@media only screen and (max-width: 991px) {
  .da-compare-box .da-compare-col:first-child {
    width: 150px !important;
    min-width: 150px !important;
  }
}
/*-------------------------------------------------
   Faq Page CSS
---------------------------------------------------*/
.da-accordion.style-1 .da-accordion-item {
  border-color: #eff0f5;
  overflow: hidden;
}
.da-accordion.style-1 .da-accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.da-accordion.style-1 .da-accordion-item .da-accordion-header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 15px 35px 15px 15px;
  color: #212529;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  font-family: "Poppins, sans-serif";
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-accordion.style-1 .da-accordion-item .da-accordion-header:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "\ea4e";
  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: #212529;
  font-weight: 400;
  position: absolute;
  top: 15px;
  right: 15px;
}
.da-accordion.style-1 .da-accordion-item .da-accordion-header.active-header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b9097;
  border: 1px solid #4b9097;
  background-color: #f7fafb;
}
.da-accordion.style-1 .da-accordion-item .da-accordion-header.active-header:after {
  color: #4b9097;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.da-accordion.style-1 .da-accordion-body {
  padding: 15px 0;
  font-size: 14px;
  color: #808c8c;
  display: none;
  line-height: 24px;
  font-weight: 400;
}
.da-accordion.style-1 .da-accordion-body code {
  font-weight: 600;
  font-size: 14px;
  color: #4b9097;
}
.da-accordion.style-1 .da-accordion-body.show {
  display: block;
}

/* FAQ page responsive css */
@media only screen and (max-width: 575px) {
  .da-accordion.style-1 .da-accordion-item .da-accordion-header {
    font-size: 15px;
    line-height: 25px;
  }
}
/*-------------------------------------------------
  Login Page CSS
---------------------------------------------------*/
.da-login-content {
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.da-login-content .da-login-box {
  width: 50%;
  padding: 0 15px;
  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;
}

.da-login-wrapper {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 0;
}
.da-login-wrapper .da-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;
}
.da-login-wrapper .da-login-container {
  padding: 30px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  text-align: left;
  background-color: #f7fafb;
}
.da-login-wrapper .da-login-container .da-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;
}
.da-login-wrapper .da-login-container .da-login-form label {
  margin-bottom: 10px;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.da-login-wrapper .da-login-container .da-login-form input {
  margin-bottom: 24px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  color: #808c8c;
  font-size: 14px;
  outline: none;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-wrap + .da-login-wrap input {
  margin-bottom: 15px;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-fp label {
  margin-bottom: 0;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-fp label a {
  margin-top: 10px;
  color: #808c8c;
  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;
}
.da-login-wrapper .da-login-container .da-login-form .da-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;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-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;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-btn button {
  padding: 8px 15px;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-btn span {
  color: #808c8c;
  font-size: 14px;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-btn span a {
  color: #212529;
  font-weight: 400;
}
.da-login-wrapper .da-login-container .da-login-form .da-login-btn span a:hover {
  color: #4b9097;
}

.da-login-img img {
  width: 100%;
  border-radius: 15px;
}

/*-------------------------------------------------
  Register Page CSS
---------------------------------------------------*/
.da-register {
  position: relative;
  z-index: 5;
}

.da-register-wrapper {
  max-width: 934px;
  margin: 0 auto 0;
}
.da-register-wrapper .da-register-container {
  border: 1px solid #eff0f5;
  padding: 30px;
  text-align: left;
  background-color: #f7fafb;
  border-radius: 15px;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-wrap {
  width: 100%;
  padding: 0 15px;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-wrap.da-register-half {
  width: 50%;
}
.da-register-wrapper .da-register-container .da-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;
}
.da-register-wrapper .da-register-container .da-register-form label {
  margin-bottom: 9px;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.da-register-wrapper .da-register-container .da-register-form input {
  width: 100%;
  margin-bottom: 26px;
  padding: 0 15px;
  background-color: #fff;
  border: 1px solid #eff0f5;
  color: #808c8c;
  font-size: 14px;
  outline: none;
  border-radius: 15px;
}
.da-register-wrapper .da-register-container .da-register-form input::-webkit-input-placeholder {
  color: #808c8c !important;
}
.da-register-wrapper .da-register-container .da-register-form input::-moz-placeholder {
  color: #808c8c !important;
}
.da-register-wrapper .da-register-container .da-register-form input:-ms-input-placeholder {
  color: #808c8c !important;
}
.da-register-wrapper .da-register-container .da-register-form input::-ms-input-placeholder {
  color: #808c8c !important;
}
.da-register-wrapper .da-register-container .da-register-form input::placeholder {
  color: #808c8c !important;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-fp label {
  margin-bottom: 0;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-fp label a {
  color: #212529;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
}
.da-register-wrapper .da-register-container .da-register-form .da-rg-select-inner {
  width: 300;
  height: 50px;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  border: 1px solid #eff0f5;
  background-color: #fff;
  font-size: 14px;
}
.da-register-wrapper .da-register-container .da-register-form .da-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;
  padding: 0 10px;
  color: #808c8c;
  font-weight: 400;
  cursor: pointer;
}
.da-register-wrapper .da-register-container .da-register-form .da-rg-select-inner .custom-select {
  width: 100%;
  padding: 15px;
}
.da-register-wrapper .da-register-container .da-register-form .da-rg-select-inner .select-options {
  margin: 15px 0 0 0;
}
.da-register-wrapper .da-register-container .da-register-form .da-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: #808c8c;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-wrap.da-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-register-wrapper .da-register-container .da-register-form .da-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;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-btn button {
  padding: 8px 15px;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-btn span {
  color: #808c8c;
  font-size: 14px;
  font-weight: 400;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-btn span a {
  margin-left: 10px;
  color: #212529;
  font-weight: 500;
}
.da-register-wrapper .da-register-container .da-register-form .da-register-btn span a:hover {
  color: #4b9097;
}

/* Auth pages css */
@media only screen and (max-width: 991px) {
  .d-n-991 {
    display: none !important;
  }
  .da-login-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .da-login-content .da-login-box {
    width: 100%;
  }
  .da-login-content .da-login-box .da-login-wrapper {
    max-width: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .da-login-wrapper .da-login-container .da-login-form .da-login-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-login-wrapper .da-login-container .da-login-form .da-login-btn span {
    margin-bottom: 10px;
  }
  .da-register-wrapper .da-register-container .da-register-form .da-register-wrap.da-register-half {
    width: 100%;
  }
  .da-register-wrapper .da-register-container .da-register-form .da-register-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-register-wrapper .da-register-container .da-register-form .da-register-btn span {
    margin-bottom: 15px;
  }
}
/*-------------------------------------------------
  Blog Page CSS
---------------------------------------------------*/
/**  Blog Sidebar  **/
.da-blogs-sidebar .da-sb-title {
  border-bottom: 2px solid #eff0f5;
  padding-bottom: 15px;
}
.da-blogs-sidebar .da-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;
}
.da-blogs-sidebar .da-blog-sidebar-wrap {
  padding: 30px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  background-color: #f7fafb;
}
.da-blogs-sidebar .da-blog-search {
  height: 50px;
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #eff0f5;
  color: #212529;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.da-blogs-sidebar .da-blog-search .da-blog-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f7fafb;
}
.da-blogs-sidebar .da-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;
}
.da-blogs-sidebar .da-blog-search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-blogs-sidebar .da-blog-search .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.da-blogs-sidebar .da-blog-search .form-control::-moz-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.da-blogs-sidebar .da-blog-search .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.da-blogs-sidebar .da-blog-search .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: #808c8c;
}
.da-blogs-sidebar .da-blog-search .form-control::placeholder {
  font-size: 14px;
  color: #808c8c;
}
.da-blogs-sidebar .da-blog-search .submit {
  width: 60px;
  height: 48px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #212529;
  background-color: transparent;
  border: 0;
}
.da-blogs-sidebar .da-sidebar-block ul li a {
  padding-left: 30px;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item {
  position: relative;
}
.da-blogs-sidebar .da-sidebar-block .da-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%);
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item input:checked ~ .checked::after {
  display: block;
}
.da-blogs-sidebar .da-sidebar-block .da-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;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item a span {
  color: #777;
  font-size: 13px;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .checked {
  position: absolute;
  top: 50%;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 5px;
  overflow: hidden;
}
.da-blogs-sidebar .da-sidebar-block .da-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;
}
.da-blogs-sidebar .da-sidebar-block:not(:last-child) {
  margin-bottom: 30px;
}
.da-blogs-sidebar .da-sidebar-block .da-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;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img {
  margin-right: 15px;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img img {
  width: 100px;
  border-radius: 15px;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial .da-blog-title a {
  color: #212529;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 600;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial .da-blog-date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #808c8c;
  line-height: 1;
  letter-spacing: 0;
}
.da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial a {
  font-size: 14px;
  color: #4b9097;
}

/**  Single blog (Blog details)   **/
.da-single-blog-item .single-blog-info .blog-img img {
  width: 100%;
  border-radius: 15px;
}
.da-single-blog-item .single-blog-info .single-blog-detail label {
  margin-bottom: 15px;
  color: #777;
}
.da-single-blog-item .single-blog-info .single-blog-detail label a {
  color: #4b9097;
  font-weight: 500;
}
.da-single-blog-item .single-blog-info .single-blog-detail label a:hover {
  color: #4b9097;
}
.da-single-blog-item .single-blog-info .single-blog-detail h3 {
  font-size: 22px;
  font-weight: 600;
  color: #212529;
}
.da-single-blog-item .single-blog-info .single-blog-detail p {
  color: #808c8c;
  font-size: 14px;
}
.da-single-blog-item .single-blog-info .single-blog-detail .da-text-highlight {
  font-weight: 500;
  font-style: italic;
}
.da-single-blog-item .single-blog-info .single-blog-detail .sub-img {
  margin-top: 30px;
}
.da-single-blog-item .single-blog-info .single-blog-detail .sub-img img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 15px;
}

.da-blog-comments {
  padding: 24px;
  background-color: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.da-blog-comments .da-blog-dda-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #212529;
}
.da-blog-comments .sub-cmt {
  margin-left: 65px;
}
.da-blog-comments .da-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;
}
.da-blog-comments .da-single-comment-wrapper .da-blog-user-img {
  width: 50px;
  margin-right: 15px;
}
.da-blog-comments .da-single-comment-wrapper .da-blog-user-img img {
  width: 100%;
  border-radius: 15px;
}
.da-blog-comments .da-single-comment-wrapper .da-blog-comment-content {
  width: calc(100% - 50px);
}
.da-blog-comments .da-single-comment-wrapper .da-blog-comment-content h5 {
  color: #212529;
  font-size: 16px;
  font-weight: 600;
}
.da-blog-comments .da-single-comment-wrapper .da-blog-comment-content span {
  color: #777;
  font-size: 13px;
}
.da-blog-comments .da-single-comment-wrapper .da-blog-comment-content p {
  margin: 5px 0;
  color: #808c8c;
  font-weight: 400;
  font-size: 14px;
}
.da-blog-comments .da-single-comment-wrapper .da-blog-comment-content .da-blog-details-btn a {
  color: #4b9097;
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-blog-comments .da-single-comment-wrapper .da-blog-comment-content .da-blog-details-btn a i {
  margin-left: 5px;
  font-size: 15px;
}
.da-blog-comments .da-blog-cmt-form .da-blog-form .da-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;
}
.da-blog-comments .da-blog-cmt-form .da-blog-form input {
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 20px;
  background: #fff;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #808c8c;
  font-size: 14px;
}
.da-blog-comments .da-blog-cmt-form .da-blog-form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.da-blog-comments .da-blog-cmt-form .da-blog-form textarea:focus {
  outline: none;
}

/* Blog page css */
@media only screen and (max-width: 1199px) {
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img {
    margin: 0 0 15px 0;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img img {
    width: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .da-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 21px;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img {
    margin: 0 15px 0 0;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img img {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .da-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 20px;
  }
  .da-single-blog-item .single-blog-info .single-blog-detail label {
    font-size: 15px;
  }
  .da-blogs-sidebar .da-sb-title h3 {
    font-size: 17px;
  }
  .da-blog-comments .da-blog-dda-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .da-single-blog-item .single-blog-info .single-blog-detail h3 {
    font-size: 19px;
  }
  .da-single-blog-item .single-blog-info .single-blog-detail label {
    font-size: 14px;
  }
  .da-blogs-sidebar .da-blog-sidebar-wrap {
    padding: 15px;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-detial .da-blog-title a {
    font-size: 15px;
  }
  .da-blogs-sidebar .da-sb-title h3 {
    font-size: 16px;
  }
  .da-blog-comments {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .da-blog-comments .da-single-comment-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-blog-comments .da-single-comment-wrapper .da-blog-user-img {
    margin: 0 0 15px 0;
  }
  .da-blog-comments .da-single-comment-wrapper .da-blog-comment-content {
    width: 100%;
  }
  .da-blog-comments .sub-cmt {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img {
    margin: 0 0 15px 0;
  }
  .da-blogs-sidebar .da-sidebar-block .da-sidebar-block-item .da-sidebar-block-img img {
    width: 70px;
  }
}
/*-------------------------------------------------
  Orders Page CSS
---------------------------------------------------*/
.da-orders-inner {
  overflow: auto;
}
.da-orders-inner::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-orders-inner::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-orders-inner::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}

.orders-table-content {
  min-width: 800px;
}

.da-orders-content {
  padding: 15px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-orders-content .table-content table {
  width: 100%;
  background-color: transparent;
}
.da-orders-content .table-content table thead > tr {
  background-color: #fff;
  border-bottom: 2px solid #eff0f5;
}
.da-orders-content .table-content table thead > tr > th {
  border-top: medium none;
  color: #212529;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 14px 12px;
  text-align: left;
  text-transform: capitalize;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0;
}
.da-orders-content .table-content table tbody > tr {
  border-bottom: 1px solid #eff0f5;
}
.da-orders-content .table-content table tbody > tr td {
  color: #212529;
  font-size: 16px;
  padding: 15px 14px;
  text-align: left;
  font-weight: 500;
}
.da-orders-content .table-content table tbody > tr td .da-orders-pro-img {
  width: 50px;
  margin: 5px;
  border-radius: 15px;
  border: 1px solid #eee;
}
.da-orders-content .table-content table tbody > tr td .btn {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0 !important;
}
.da-orders-content .table-content table tbody > tr td .btn a {
  font-size: 15px;
  font-weight: 400;
}
.da-orders-content .table-content table tbody > tr td .btn:active, .da-orders-content .table-content table tbody > tr td .btn:focus {
  border: 0;
}
.da-orders-content .table-content table tbody > tr td.da-orders-pro-name a {
  margin: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-orders-content .table-content table tbody > tr td span {
  font-size: 14px;
  font-weight: 500;
}
.da-orders-content .table-content table tbody > tr td .hold {
  color: #3554dc;
}
.da-orders-content .table-content table tbody > tr td .deliver {
  color: #477f72;
}
.da-orders-content .table-content table tbody > tr td .delay {
  color: #fda17f;
}
.da-orders-content .table-content table tbody > tr td .cancel {
  color: #ff7381;
}
.da-orders-content .table-content table tbody > tr td.da-orders-date {
  color: #808c8c;
  font-weight: 400;
  font-size: 15px;
}

.da-order-side {
  padding: 15px;
  background-color: #f7fafb;
  border-radius: 15px;
  border: 1px solid #eff0f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-order-side .da-order-sidebar {
  width: 100%;
}
.da-order-side .da-order-sidebar .da-order-user {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ddd;
}
.da-order-side .da-order-sidebar .da-order-user img {
  width: 100px;
  margin-bottom: 15px;
  border-radius: 15px;
  border: 1px solid #eff0f5;
}
.da-order-side .da-order-sidebar .da-order-user h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.da-order-side .da-order-sidebar .da-order-user p {
  font-size: 15px;
  font-weight: 400;
  color: #808c8c;
}
.da-order-side .da-order-sidebar .da-order-list {
  margin-top: 15px;
}
.da-order-side .da-order-sidebar .da-order-list ul {
  margin: 0;
  padding: 0;
}
.da-order-side .da-order-sidebar .da-order-list ul li {
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-order-side .da-order-sidebar .da-order-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
.da-order-side .da-order-sidebar .da-order-list ul li a {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #808c8c;
  border-radius: 15px;
  border: 1px dashed transparent;
  background-color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}
.da-order-side .da-order-sidebar .da-order-list ul li a:hover {
  color: #4b9097;
  border: 1px dashed #4b9097;
}
.da-order-side .da-order-sidebar .da-order-list ul li a.active {
  color: #4b9097;
  border: 1px dashed #4b9097;
}

/* Order page responsive css */
@media only screen and (max-width: 1399px) {
  .da-orders-content .da-orders-detail .da-order-tab-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-orders-content .table-content table tbody > tr td .da-orders-pro-img {
    width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .da-orders-content .table-content table tbody > tr td .da-orders-pro-img {
    width: 40px;
  }
}
/*-------------------------------------------------
  Track Orders Page CSS
---------------------------------------------------*/
.da-orders-content {
  padding: 15px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-orders-content .da-orders-detail div.title {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #212529;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  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;
}
.da-orders-content .da-orders-detail div.title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.da-orders-content .da-orders-detail div.title a {
  color: #fff;
}
.da-orders-content .da-orders-detail div.title a i {
  font-size: 18px;
}
.da-orders-content .da-orders-detail .da-detail-cards {
  margin: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-orders-content .da-orders-detail .da-detail-cards .da-detail-item {
  width: 25%;
  margin: 12px;
  padding: 15px;
  background-color: #f7fafb;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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;
}
.da-orders-content .da-orders-detail .da-detail-cards .da-detail-item h4 {
  font-size: 17px;
  font-weight: 600;
}
.da-orders-content .da-orders-detail .da-detail-cards .da-detail-item p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #808c8c;
  text-align: center;
}
.da-orders-content .da-orders-detail .da-detail-cards .da-detail-item ul {
  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;
  position: relative;
}
.da-orders-content .da-orders-detail .da-detail-cards .da-detail-item ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #808c8c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-orders-content .da-orders-detail .da-detail-cards .da-detail-item ul li a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-family: "Poppins, sans-serif";
  font-size: 15px;
  line-height: 18px;
  color: #808c8c;
  font-weight: 400;
  letter-spacing: 0.02rem;
}
.da-orders-content .da-orders-detail .da-detail-cards .da-detail-item img {
  width: 35px;
  margin-right: 10px;
  border: 1px dashed #212529;
  border-radius: 15px;
}
.da-orders-content .da-orders-detail .da-order-tab {
  margin-top: 40px;
}
.da-orders-content .da-orders-detail .da-order-tab .da-order-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;
}
.da-orders-content .da-orders-detail .da-order-tab .da-steps {
  margin-top: 24px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-orders-content .da-orders-detail .da-order-tab .note {
  margin-top: 20px;
}
.da-orders-content .da-orders-detail .da-order-tab .note li {
  font-size: 14px;
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab .da-steps-header {
  padding: 0.375rem;
  border-top: 1px solid #eff0f5;
}
.da-orders-content .da-orders-detail .da-order-tab .da-steps-header .progress {
  height: 0.25rem;
}
.da-orders-content .da-orders-detail .da-order-tab .da-steps-header .progress .progress-bar {
  background-color: #4b9097;
}
.da-orders-content .da-orders-detail .da-order-tab .da-steps-body {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step {
  padding: 30px 15px;
  display: table-cell;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #eff0f5;
  color: #808c8c;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step:last-child {
  border-right: 0;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step:hover {
  color: #212529;
  text-decoration: none;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step:hover .da-step-indicator {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-color: transparent;
  background-color: #eff0f5;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step:hover .da-step-icon {
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-indicator {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #eff0f5;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.da-orders-content .da-orders-detail .da-order-tab .has-indicator {
  padding-right: 1.5rem;
  padding-left: 2.375rem;
}
.da-orders-content .da-orders-detail .da-order-tab .has-indicator .da-step-indicator {
  top: 50%;
  margin-top: -0.75rem;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px auto;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #808c8c;
  font-size: 22px;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-active {
  color: #212529;
  pointer-events: none;
  cursor: default;
  font-weight: 500;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-active:hover {
  color: #212529;
  pointer-events: none;
  cursor: default;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-active:hover .da-step-icon {
  color: #4b9097;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-active .da-step-icon {
  color: #4b9097;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-completed .da-step-indicator {
  border-color: transparent;
  background-color: #4b9097;
  color: #fff;
  line-height: 1.25rem;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-completed .da-step-indicator i {
  line-height: 23px;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-completed:hover .da-step-indicator {
  border-color: transparent;
  background-color: #4b9097;
  color: #fff;
  line-height: 1.25rem;
}
.da-orders-content .da-orders-detail .da-order-tab .da-step-completed:hover .da-step-indicator i {
  line-height: 23px;
}
.da-orders-content .da-orders-detail .da-order-tab-nav {
  width: 100%;
  margin: auto;
  border-bottom: none;
  position: relative;
  display: block;
  text-align: center;
  float: left;
}
.da-orders-content .da-orders-detail .da-order-tab-nav .nav-tabs {
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -3px;
}
.da-orders-content .da-orders-detail .da-order-tab-nav .nav-tabs .nav-link {
  border: 1px solid #eff0f5;
  text-transform: capitalize;
  line-height: 24px;
  color: #212529;
  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: #fff;
  border-radius: 15px;
  letter-spacing: 0;
}
.da-orders-content .da-orders-detail .da-order-tab-nav .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #4b9097;
  border: 1px solid #4b9097;
}
.da-orders-content .da-orders-detail .da-order-tab-nav .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4b9097;
  border: 1px solid #4b9097;
}
.da-orders-content .da-orders-detail .da-order-tab-nav li {
  display: inline-block;
  float: left;
  margin: 3px;
}
.da-orders-content .da-orders-detail .tab-pane p {
  color: #808c8c;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 500;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-desc, .da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver {
  margin-top: 15px;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-desc p, .da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver p {
  font-size: 15px;
  font-weight: 400;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-desc ul li, .da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver .da-receiver-info .da-card {
  margin-bottom: 24px;
  padding: 15px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
  text-align: center;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver .da-receiver-info .da-card img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 15px;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver .da-receiver-info .da-card h5 {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver .da-receiver-info .da-card p {
  margin: 0;
  line-height: 22px;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver ul li {
  color: #808c8c;
}
.da-orders-content .da-orders-detail .tab-pane .da-pro-tab-receiver ul li span {
  min-width: 100px;
  font-weight: 500;
  color: #212529;
}
.da-orders-content .da-orders-detail .da-order-tab-content {
  overflow: hidden;
  background-color: #fff;
  text-align: left;
  border-radius: 0;
  color: #212529;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.6;
}
.da-orders-content .da-orders-detail .da-order-tab-content h3 {
  font-size: 18px;
  font-weight: 700;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-table {
  overflow: auto;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-table::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-table::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-table::-webkit-scrollbar-thumb {
  background-color: #212529;
  border-radius: 20px;
  border: 1px solid #eff0f5;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-table .table-addisnal {
  width: 100%;
  min-width: 400px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-table .table-addisnal tbody tr th,
.da-orders-content .da-orders-detail .da-order-tab-content .da-table .table-addisnal tbody tr td {
  width: 50%;
  padding: 8px 0;
  border-bottom: 1px solid #eff0f5;
  font-size: 14px;
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-table .table-addisnal tbody tr th {
  font-weight: 500;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-wrapper {
  margin-top: 10px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-desc > p:last-child {
  margin-bottom: 0;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-desc p {
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: 0;
  color: #808c8c;
  line-height: 28px;
  font-weight: 400;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-desc ol {
  padding-left: 24px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-desc ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-desc ul {
  margin-bottom: 15px;
  padding-left: 24px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-desc ul li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 28px;
  list-style: outside;
  color: #808c8c;
  font-weight: 500;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-moreinfo p {
  color: #808c8c;
  font-family: "Poppins, sans-serif";
  font-size: 14px;
  font-weight: 400;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-moreinfo ol {
  padding-left: 24px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-moreinfo ol li {
  list-style: outside;
  margin-bottom: 4px;
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-moreinfo ul {
  padding-left: 24px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-moreinfo ul li {
  margin-bottom: 4px;
  font-size: 15px;
  list-style: outside;
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-order-tab-moreinfo li span {
  margin: 0 25px 0 0;
  min-width: 150px;
  font-size: 15px;
  color: #5ca7af;
  display: inline-block;
  font-weight: 500;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eff0f5;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item p {
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-avtar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin: 0 15px 0 0;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-avtar img {
  max-width: 100%;
  border-radius: 15px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-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;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-top .da-t-review-name {
  margin-bottom: 25px;
  font-size: 15px;
  margin: 0;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  color: #212529;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-top .da-t-review-rating {
  font-size: 16px;
  margin-top: 5px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-top .da-t-review-rating i {
  color: #4b9097;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-top .da-t-review-rating .grey {
  color: #ddd;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-top a {
  color: #212529;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-top a:hover {
  color: #5ca7af;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-t-review-item .da-t-review-bottom p {
  width: 100%;
  margin: 0;
  font-size: 14px;
  color: #808c8c;
  line-height: 24px;
  font-weight: 400;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: "Poppins, sans-serif";
  color: #5ca7af;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-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;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-star span {
  margin: 0 10px 0 0;
  font-size: 16px;
  color: #808c8c;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-star i {
  font-size: 18px;
  color: #ddd;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input:not(:last-child) {
  margin-bottom: 10px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input input {
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input input,
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input textarea {
  font-size: 14px;
  border-radius: 15px;
  border: 1px solid #eff0f5;
  color: #808c8c;
  background-color: #fff;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input input::-webkit-input-placeholder, .da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input textarea::-webkit-input-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input input::-moz-placeholder, .da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input textarea::-moz-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input input:-ms-input-placeholder, .da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input textarea:-ms-input-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input input::-ms-input-placeholder, .da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input textarea::-ms-input-placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input input::placeholder,
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input textarea::placeholder {
  color: #808c8c;
  opacity: 1;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-ratting-content .da-ratting-input textarea {
  border: 1px solid #eff0f5;
  height: 150px;
  padding: 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
  font-size: 14px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-product-vendor .da-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;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-product-vendor .da-vendor-info img {
  width: 80px;
  margin-right: 15px;
  border: 1px solid #eff0f5;
  border-radius: 15px;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-product-vendor .da-vendor-info h5 {
  font-size: 15px;
  font-weight: 600;
  color: #5ca7af;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-product-vendor .da-vendor-info p {
  margin-bottom: 0;
}
.da-orders-content .da-orders-detail .da-order-tab-content .da-product-vendor .da-detail ul {
  margin-bottom: 15px;
}

/* Order page responsive css */
@media only screen and (max-width: 1399px) {
  .da-orders-content .da-orders-detail .da-order-tab-content {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-orders-content .da-orders-detail .da-detail-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .da-orders-content .da-orders-detail .da-detail-cards .da-detail-item {
    width: calc(50% - 24px);
  }
  .da-orders-content .da-orders-detail .da-detail-cards .da-detail-item h4 {
    font-size: 16px;
  }
  .da-orders-content .da-orders-detail .da-order-tab .da-step {
    display: block;
    border-bottom: 1px solid #eff0f5;
    border-right: 0;
  }
  .da-invoice-card-table {
    overflow-y: auto;
  }
  .da-invoice-card-table .table.da-order-table {
    min-width: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .da-orders-content .da-orders-detail .da-order-tab-content h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 520px) {
  .da-orders-content .da-orders-detail .da-detail-cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .da-orders-content .da-orders-detail .da-detail-cards .da-detail-item {
    width: 100%;
  }
  .da-orders-content .da-orders-detail .da-detail-cards .da-detail-item ul li a {
    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;
  }
  .da-orders-content .da-orders-detail div.title h3 {
    font-size: 14px;
  }
}
/*-------------------------------------------------
  Invoice Page CSS
---------------------------------------------------*/
.da-invoice-card .da-invoice-card-header {
  margin: 0 0 30px 0;
  padding: 5px;
  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: 1px solid #eff0f5;
  border-radius: 15px;
  background-color: #f7fafb;
}
.da-invoice-card h5 {
  margin: 0;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #212529;
}
.da-invoice-card .da-header-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.da-invoice-card .da-header-btn a {
  margin: 5px;
}
.da-invoice-card .da-inner-logo {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-invoice-card .da-inner-logo img {
  width: 150px;
}
.da-invoice-card .da-inner-logo .light {
  display: block;
}
.da-invoice-card .da-inner-logo .dark {
  display: none;
}
.da-invoice-card .da-text-info h4 {
  font-size: 18px;
  font-weight: 600;
}
.da-invoice-card .da-text-info p {
  margin: 0;
  font-weight: 400 !important;
  color: #808c8c;
}
.da-invoice-card .da-text-info p b {
  font-weight: 500 !important;
  color: #212529;
}
.da-invoice-card .da-text-info span {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
}
.da-invoice-card .da-invoice-table .table > :not(caption) > * > * {
  border-color: #eff0f5;
}
.da-invoice-card .da-invoice-table table thead tr th {
  font-weight: 500;
  font-size: 15px;
}
.da-invoice-card .da-invoice-table table thead tr th span {
  font-weight: 400;
  font-size: 14px;
}
.da-invoice-card .da-invoice-table table tbody tr th {
  padding: 20px 8px;
}
.da-invoice-card .da-invoice-table table tbody tr th span {
  font-weight: 400;
  font-size: 14px;
}
.da-invoice-card .da-invoice-table table tbody tr td {
  padding: 20px 8px;
  font-weight: 500;
  font-size: 14px;
  color: #808c8c;
}
.da-invoice-card .da-invoice-table table tbody tr td span {
  font-weight: 400;
  font-size: 14px;
}
.da-invoice-card .da-invoice-table table tfoot tr td {
  padding: 20px 8px;
  font-size: 14px;
  color: #212529;
}
.da-invoice-card .da-invoice-table table tfoot tr td span {
  font-weight: 500;
}
.da-invoice-card .da-invoice-table table tfoot tr td span strong {
  font-weight: 600;
}
.da-invoice-card .da-invoice-table table td.border-none {
  border: none;
}
.da-invoice-card .da-invoice-table table td.border-none span {
  font-size: 14px;
  color: #808c8c;
  font-weight: 400;
}

/* Invoice page responsive css */
@media only screen and (max-width: 1199px) {
  .da-invoice-card .da-inner-logo img {
    width: 130px;
  }
}
@media only screen and (max-width: 420px) {
  .da-invoice-card .da-invoice-card-header {
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .da-invoice-card .da-invoice-card-header h5 {
    margin-bottom: 5px;
  }
  .da-invoice-card .da-invoice-card-header .da-header-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*-------------------------------------------------
  Wishlist Page CSS
---------------------------------------------------*/
.da-product-card {
  position: relative;
}
.da-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: #212529;
  border-radius: 15px;
  z-index: 5;
}
.da-product-card .remove-product i {
  color: #fff;
  font-size: 12px;
}
.da-product-card .remove-product:hover {
  background-color: #ff7381;
}

.da-wish-page-msg {
  padding: 30px;
  background-color: #f7fafb;
  border: 1px solid #eff0f5;
  border-radius: 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;
}
.da-wish-page-msg p {
  margin: 0;
  font-size: 20px;
  color: #808c8c;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */