/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@400;500;700&display=swap');*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@400;600;700&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

:root {
  --black: #1f2226;
  --white: #fff;
  --dark-blue: #074d81;
  --light-blue: #51a4ce;
  --blue: #1979b5;
  --gray-bg: #e6e5ea;
  --gray-color: #727272;
}

.container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
}
/* body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
body {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #151515;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #202020;
  font-family: "Quicksand", sans-serif;
}

h1 {
  font-size: 60px;
  line-height: 1.33;
}

h2 {
  font-size: 30px;
  line-height: 1.2;
}

h3 {
  font-size: 36px;
  line-height: 24px;
  margin-bottom: 15px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul li {
  text-decoration: none;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--black);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}

a:hover {
  color: var(--dark-blue);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

.pb-90 {
  padding-bottom: 90px;
}

.courier_company_list {
  margin-top: 20px;
}

.courier_company_list h4 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px !important;
  font-size: 18px !important;
  text-transform: none !important;
}

.quicky-categories_title {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  background: #f4f3f3;
  padding-left: 0;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
}
.sidebar-categories_menu {
  border: solid 1px #efeded;
  padding: 20px;
}
.active_category a {
  color: var(--blue);
  font-weight: 500;
}
.sidebar-categories_menu ul li > a {
  display: block;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
  font-size: 16px;
}
.sidebar-categories_menu > ul > li:hover > a {
  color: var(--blue);
  padding-left: 10px;
}
.inbox-widget .inbox-item {
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
  padding: 0.625rem 0;
  position: relative;
}
.inbox-widget .inbox-item .inbox-item-author {
  color: #343a40;
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}
.inbox-widget .inbox-item .inbox-item-text {
  color: #98a6ad;
  display: block;
  font-size: 0.8125rem;
  margin: 0;
  overflow: hidden;
}
.inbox-widget .inbox-item .inbox-item-date {
  color: #98a6ad;
  font-size: 0.6875rem;
  position: absolute;
  right: 5px;
  top: 10px;
}

/* ---Quicky's Preloader---*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: 9999999999999;
}

.loading .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}

.loading .middle .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-animation: loader 2s infinite ease;
  animation: loader 2s infinite ease;
}

.loading .middle .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  -webkit-animation: loader-inner 2s infinite ease-in;
  animation: loader-inner 2s infinite ease-in;
}

#loginFrm .check-box,
#registerFrm .check-box,
#loginwithOtpFrm .check-box {
  float: left;
}
#loginFrm input[type="checkbox"],
#registerFrm input[type="checkbox"],
#loginwithOtpFrm input[type="checkbox"] {
  width: auto;
}
#loginwithOtpFrm input[type="checkbox"] {
  margin-top: 15px;
  line-height: 0;
  height: 25px;
}
.login_otp_terms_condition {
  float: right;
  margin-top: 15px;
  margin-left: 0px;
}
.active_menu a {
  color: #074d81;
  font-weight: 500;
}
.social-icon {
  padding-left: 10px;
}
.social-icon img {
  width: 25px;
}
.iti__flag-container {
  padding: 0 !important;
}
.iti__selected-flag {
  height: 50px !important;
}
.timer {
  cursor: pointer;
}
.terms_condition {
  margin-top: 18px;
  margin-left: 22px;
}

.delete_cart {
  padding: 0 5px;
  font-size: 14px;
}
.delete_cart {
  padding: 0 5px !important;
  font-size: 14px !important;
}
.delete_cart i {
  font-size: 12px;
}
.iti {
  width: 100%;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

.loading .middle .loader {
  border: 4px solid #074d81;
}

.loading .middle .loader-inner {
  background-color: #074d81;
}
.offcanvas-title-special {
  margin-bottom: 20px;
  border-bottom: 1px solid;
  padding-bottom: 13px;
  width: 100%;
  color: #074c81;
  font-weight: 900;
}
/*.product-item .single-product .product-img > a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}*/
.img-category {
  height: 300px;
  object-fit: contain;
}
.grid-block .grid-img {
  position: relative;
  height: 100%;
}
.banner-area [class*="banner-wrap"]:last-child {
  padding-top: 30px;
}
.order_icon:hover {
  color: #ffffff;
}
.btn-black,
.btn-black:hover {
  background-color: #151515;
  border: 0 none !important;
  border-radius: 2px !important;
  color: #ffffff;
}

.coupon-accordion h3 {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 24px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none;
}
.parsley-errors-list > li {
  list-style: none;
  color: #f1556c;
  margin-top: 5px;
  padding-left: 0;
  position: relative;
  text-align: left;
}
.registered_error,
.login_error {
  color: #f1556c;
}
.coupon-accordion .add_new_address_label:before {
  content: "  \f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  left: 23px;
  position: absolute;
  top: 23px;
}
.grey-btn {
  box-shadow: 0px 8px 15px rgb(0 0 0 / 0%);
  background-color: #f7f7f7;
  color: #000000 !important;
  width: 175px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 8px;
  font-size: 16px;
  border: 0;
}

.grey-btn:hover {
  background-color: var(--blue);
  color: #ffffff !important;
}
.prview_profile {
  object-fit: cover;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 1px solid var(--blue);
}
.offcanvas.offcanvas-end {
  z-index: 999999;
}
.offcanvas-header {
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}
.bg-soft-primary {
  --ct-bg-opacity: 0.25;
  background-color: rgba(var(--blue), var(--light-blue)) !important;
  border-color: var(--light-blue) !important;
}
.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ct-card-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 38px;
  color: var(--light-blue) !important;
}
.product_list_reviews img,
.related_product_list_review img {
  width: 16px;
}
.star_color {
  color: #ffc107;
}
/*.main-header .main-header_nav{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-header .main-header_nav .header-logo_area{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-header .main-header_nav .header-logo_area a img{
  width: 230px;
}
.main-nav > ul > li {
    display: inline-block;
    margin-right: 45px;
}
.main-nav > ul > li > a {
    padding: 22px 0;
    display: block;
    line-height: 45px;
    font-size: 18px;
}

.header-right_area > ul > li {
    display: inline-block;
    margin-right: 35px;
}

.header-right_area > ul > li > a > i {
    font-size: 25px;
}

.header-right_area > ul > li.minicart-wrap > a > .minicart-count_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/

.hero-top-banner img {
  width: 100%;
  /* height: 90vh; */
  height: 100%;
}
.hero-top-banner .slick-list .slick-slide {
  padding: 0;
}
.main-header .header-logo_area {
  width: 20%;
}

.main-header .main-menu_area {
  /* width: 38%; */
  /* width: 32%; */
  width: 36%;
}

.main-header .main-menu_area .main-nav ul li a {
  font-size: 18px;
  padding: 33px 0;
  display: block;
}

.main-header .header-right_area {
  /* width: 30%; */
  width: 36%;
}

.main-header .header-right_area .mobile-menu_wrap {
  position: relative;
}

.main-header .header-right_area .mobile-menu_wrap input {
  width: 100%;
  padding: 7px 15px;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.main-header .header-right_area .mobile-menu_wrap a {
  position: absolute;
  right: 17px;
  top: 9px;
}

.main-header .header-right_area .cart-btn i {
  font-size: 20px;
  margin-right: 10px;
}

.main-header .header-right_area .cart-btn .total-price {
  margin: 0;
}

.main-header .header-right_area .minicart-count_area i {
  font-size: 20px;
}

#humberger-menu {
  display: block;
  width: 30px;
  height: 45px;
  top: 23%;
  right: 10px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#humberger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#humberger-menu span:nth-child(1) {
  top: 10px;
}

#humberger-menu span:nth-child(2) {
  top: 18px;
}

#humberger-menu span:nth-child(3) {
  top: 26px;
}

#humberger-menu.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#humberger-menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#humberger-menu.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media only screen and (min-width: 1199px) {
  .main-nav > ul > li .quicky-dropdown {
    -webkit-box-shadow: 0 0 7px 0.5px rgb(0 0 0 / 15%);
    box-shadow: 0 0 7px 0.5px rgb(0 0 0 / 15%);
    background: #fff;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    padding: 0px 0 24px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    width: 230px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .main-nav > ul > li:hover .quicky-dropdown {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.main-header .main-menu_area .main-nav ul li .quicky-dropdown a {
  padding: 12px 15px 0;
  font-size: 16px;
}

.main-header .main-menu_area .main-nav ul li .quicky-dropdown a:hover {
  padding-left: 20px;
}

.hero-slider-banner {
  background-image: url(../image/hero.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*min-height: 755px;*/
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10% 00px;
  height: 90vh;
}

.slide-block {
  padding: 0 80px;
}

.hero-slider-banner .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -20px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 50px;
  height: 50px;
  outline: 0;
  border: 0;
  bottom: unset;
}

.hero-slider-banner .slick-arrow.slick-prev {
  right: auto;
  left: 0%;
  background: url(../image/left.png) 0 0 / 100% no-repeat;
  background-size: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  padding: 13px;
}

.hero-slider-banner .slick-arrow.slick-next {
  right: 0%;
  left: auto;
  background: url(../image/left.png) 0 0 / 100% no-repeat;
  background-size: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  padding: 13px;
  transform: rotate(180deg);
}

.hero-slider-banner img {
  width: 100%;
}

.hero-slider-banner .slide-content h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 55px;
}

.hero-slider-banner .slide-content {
  text-align: end;
}

.hero-slider-banner .slide-content .short-desc {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
  max-width: 60%;
  margin-left: auto;
}

.hero-slider-banner .quicky-btn {
  position: relative;
  line-height: 26px;
  font-size: 18px;
}

.hero-slider-banner .slide-block.even .slide-content {
  text-align: left;
}

.hero-slider-banner .slide-block.even .slide-content .short-desc {
  margin-right: auto;
  margin-left: unset;
}

.hero-slider-banner
  .slide-block.even
  .slide-content
  .quicky-btn.horizontal-line_ltr:before {
  left: 190px;
}

.quicky-btn.horizontal-line_ltr:before {
  background-color: #2f2f2f;
  content: "";
  position: absolute;
  width: 100px;
  left: auto;
  right: 85px;
  height: 2px;
  left: -60px;
  top: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.grid-block .grid-img {
  position: relative;
}

.grid-block .cat-text {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  background: #f6f0e0;
  padding: 30px;
  text-align: center;
}

.grid-block img {
  width: 100%;
}

.grid-block .cat-text h3 {
  font-size: 26px;
}

.grid-block .two-grid {
  padding-top: 33px;
}

.title-block p {
  max-width: 450px;
  margin: 0 auto 40px;
}

.slick-active .animation-style-01 .slide-content > h2 {
  animation-name: fadeInUp;
  animation-delay: 1s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-01 .slide-content > p {
  animation-name: fadeInUp;
  animation-delay: 1.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-01 .slide-content > .slide-btn {
  animation-name: fadeInUp;
  animation-delay: 2s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-01 .slider-img img {
  animation-name: fadeInRight;
  animation-delay: 3.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-02 .slide-content > h2 {
  animation-name: fadeInLeft;
  animation-delay: 0.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-02 .slide-content > p {
  animation-name: fadeInLeft;
  animation-delay: 1.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-02 .slide-content > .slide-btn {
  animation-name: fadeInLeft;
  animation-delay: 2s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-02 .slider-img img {
  animation-name: fadeInUp;
  animation-delay: 3.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-03 .slide-content > h2 {
  animation-name: fadeInRight;
  animation-delay: 2s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-03 .slide-content > p {
  animation-name: fadeInRight;
  animation-delay: 2.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-03 .slide-content > .slide-btn {
  animation-name: fadeInRight;
  animation-delay: 3s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-03 .slider-img img {
  animation-name: fadeInLeft;
  animation-delay: 3.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-04 .left-side_img img {
  animation-name: fadeInLeft;
  animation-delay: 3.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-04 .slide-content > h2 {
  animation-name: fadeInUp;
  animation-delay: 2s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-04 .slide-content > p {
  animation-name: fadeInUp;
  animation-delay: 2.5s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-04 .slide-content > .slide-btn {
  animation-name: fadeInUp;
  animation-delay: 3s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

.slick-active .animation-style-04 .right-side_img img {
  animation-name: fadeInUp;
  animation-delay: 4s;
  animation-duration: 1.3s;
  animation-fill-mode: both;
}

/* ---Slider Progress Bar--- */
.slider-progress {
  background: rgba(0, 0, 0, 0.3);
  -webkit-animation: initial;
  animation: initial;
  height: 5px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 4;
}

.slick-current .slider-progress {
  -webkit-animation: timebar 8s ease-in-out 0s 1 backwards;
  animation: timebar 8s ease-in-out 0s 1 backwards;
}

@-webkit-keyframes timebar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes timebar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/*Top Up Keyframes*/
@-webkit-keyframes quickySlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes quickySlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*Top Down Keyframes*/
@-webkit-keyframes quickySlideInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes quickySlideInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

.quickySlideInDown {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 2s linear infinite alternate both;
  animation: slide-in-right 2s linear infinite alternate both;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hero-slider-banner .container {
  max-width: 100%;
}

.product-item {
  margin: 15px 0;
}

.slick-list .slick-slide {
  padding: 0 15px;
}

.product-item .single-product {
  -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /*  min-height: 465px;*/
}

.product-item .single-product .product-img {
  position: relative;
  text-align: center;
  overflow: hidden;
  max-height: 350px;
}

.product-item .single-product .product-img > a {
  display: block;
}

.product-item .single-product .product-img > a img {
  width: 100%;
}

.sticker,
.sticker-2 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: text;
}

.sticker {
  background: red;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 13px;
}

.sticker-2,
.product-detail-sticker {
  background-color: rgb(255, 112, 4);
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 13px;
}
.product-detail-sticker {
  background-color: #4caf50;
}
.sticker.sticker-2,
.sticker-2.sticker-2 {
  left: auto;
  right: 20px;
}

.product-item .single-product .product-img .add-actions {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
}

.product-item .single-product .product-img .add-actions > ul > li:first-child {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.product-item .single-product .product-img .add-actions > ul > li {
  display: inline-block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.product-item
  .single-product
  .product-img
  .add-actions
  > ul
  > li
  > a
  > i.fa-search:before {
  font-weight: 200 !important;
}

.product-item
  .single-product
  .product-img
  .add-actions
  > ul
  > li
  > a
  > i:before {
  font-weight: bold !important;
}

.product-item .single-product .product-img .add-actions > ul > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.product-item .single-product .product-img .add-actions > ul > li:last-child {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.product-item .single-product .product-content {
  padding: 25px 25px 20px 30px;
}

.product-item
  .single-product
  .product-content
  .product-desc_info
  h3.product-name {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 50px;
}

.product-item
  .single-product
  .product-content
  .product-desc_info
  .price-box
  .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
}

.product-item
  .single-product
  .product-content
  .product-desc_info
  .price-box
  .new-price {
  font-size: 18px;
  margin-left: 10px;
}

.product-item .single-product .product-content .product-desc_info .review-area {
  padding-top: 10px;
}

.rating-box > ul > li {
  display: inline-block;
}

.rating-box > ul > li > i {
  font-size: 16px;
}

@media only screen and (min-width: 1099px) {
  .product-item .single-product:hover .product-img .add-actions > ul > li {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@media only screen and (max-width: 1098px) {
  .product-item .single-product .product-img .add-actions {
    bottom: 0;
  }
}

.service-area .service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-area .service-item .service-content {
  padding-left: 15px;
}

.service-area .service-item .service-content > h3.heading {
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 0;
}

.service-area .service-item .service-content > p.short-desc {
  font-size: 15px;
  margin-bottom: 0;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 5px 13px;
  cursor: pointer;
}

.tabing-block ul.tabs li.current {
  border-bottom: 2px solid #ff7004;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.tabing-block .tabs {
  text-align: center;
  margin-bottom: 1rem;
}

footer {
  padding: 70px 0;
  background-color: #ddeee9;
}

.footer-widgets_area .logo-area {
  padding-bottom: 25px;
}

.footer-widgets_area .logo-area img {
  width: 240px;
}

.footer-widgets_area p.short-desc {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 20px;
  padding-bottom: 25px;
  line-height: 22px;
  font-size: 15px;
  max-width: 295px;
}

.footer-widgets_area > h3.heading {
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 30px;
}

.footer-widgets_area .footer-widgets > ul > li > a {
  font-size: 15px;
  line-height: 23px;
}

.footer-widgets_area .footer-widgets > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-widgets_area p.address-info {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 15px;
  max-width: 295px;
}

.footer-widgets_area .widgets-mail > a {
  display: block;
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 5px;
  text-transform: none;
}

.footer-widgets_area a.widgets-contects {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 23px;
  display: block;
  padding-top: 20px;
}

.three-offer-grid img {
  width: 100%;
}

.footer-widgets > ul > li:hover > a {
  color: var(--blue);
  padding-left: 10px;
}

.mobile-header {
  display: none;
}

/* shop */

.banner-details {
  text-align: center;
}

.inner-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 466px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.inner-banner ul.breadcrumb {
  padding: 10px 0px;
  list-style: none;
  justify-content: center;
}

.inner-banner ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

.inner-banner ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

.inner-banner ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

.inner-banner ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.download-card {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2em);
  background: #fbfbfb;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2em;
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #dadada;
  margin: 0 1em 2em 1em;
}

@media (min-width: 700px) {
  .download-cards[data-view="grid-view"] .download-card {
    float: left;
    width: calc(50% - 2em);
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(3) {
    clear: both;
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(4) {
    clear: initial;
  }
}

@media (min-width: 1000px) {
  .download-cards[data-view="grid-view"] .download-card {
    width: calc((100% / 3) - 2em);
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(3) {
    clear: initial;
  }

  .download-cards[data-view="grid-view"] .download-card:nth-child(4) {
    clear: both;
  }
}

.download-card__icon-box {
  display: flex;
  align-items: center;
  background: #f1f1f1;
  padding: 2em;
  text-align: center;
}

@media (min-width: 700px) {
  .download-card__icon-box {
    justify-content: center;
  }
}

.download-card__icon-box img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .download-cards[data-view="list-view"] .download-card__icon-box {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #e6e6e6;
  }
}

.download-card__content-box {
  padding: 2em 2em 3em;
  flex: 1;
}

@media (min-width: 700px) {
  .download-cards[data-view="list-view"] .download-card__content-box {
    padding-left: calc(200px + 2em);
  }
}

.download-card__content-box__catagory {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  margin: 0 0 2em;
}

.download-card__content-box__catagory::before {
  content: "| ";
  color: #ff4500;
}

.download-card__content-box__title {
  line-height: 1;
  margin: 0 0 0.5em;
  font-size: 18px;
}

.download-card__content-box__description {
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1em;
  clear: both;
  color: #929292;
  font-size: 16px;
}

.download-card__content-box .button {
  position: absolute;
  bottom: 2em;
  margin: 0;
  color: #ff4500;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 13px;
}

.js-dropdown-list,
.js-dropdown-list-category {
  display: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
  box-sizing: border-box;
  margin-top: 4px;

  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
}

.js-dropdown-list li,
.js-dropdown-list-category li {
  cursor: pointer;
  padding: 8px 18px 0;
}

.product-page_count p {
  margin: 0;
}

.download-cards {
  margin-top: 10px;
}

.dc-view-switcher > button {
  font-family: "fontAwesome";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  vertical-align: middle;
  color: var(--dark-blue);
  opacity: 0.3;
  outline: none;
  transition: opacity 0.4s ease;
}

.dc-view-switcher > button[data-trigger="list-view"]::before {
  content: "\f477";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
}

.dc-view-switcher > button[data-trigger="grid-view"]::before {
  content: "\f3fc";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
}

.dc-view-switcher > button[data-trigger].active {
  opacity: 1;
}

.download-cards[data-view="list-view"] .product-item {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 20px;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.download-cards[data-view="list-view"] .product-item .single-product {
  display: flex;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  flex-wrap: wrap;
}

.download-cards[data-view="list-view"] .list-block {
  width: 100%;
}

.download-cards[data-view="list-view"]
  .product-item
  .single-product
  .product-img {
  width: 30%;
}

.download-cards[data-view="list-view"]
  .product-item
  .single-product
  .add-actions {
  display: none;
}

.download-cards[data-view="list-view"]
  .product-item
  .single-product
  h3.product-name {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.download-cards[data-view="list-view"]
  .product-item
  .single-product
  .product-content {
  width: 70%;
}

.download-cards[data-view="list-view"] .product-desc_info .list-content-show {
  margin-top: 1rem;
}

.download-cards[data-view="list-view"]
  .product-desc_info
  .list-content-show
  .social-block
  a {
  background-color: #f5f5f5;
  border-radius: 100%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
}

.download-cards[data-view="list-view"]
  .product-desc_info
  .list-content-show
  .social-block
  a
  i.bi-heart::before {
  font-weight: bold !important;
}

.download-cards[data-view="list-view"]
  .product-desc_info
  .list-content-show
  .social-block
  a
  i.bi-bag::before {
  font-weight: bold !important;
}

.download-cards[data-view="list-view"]
  .product-item
  .single-product
  .product-img
  > a {
  height: 100%;
}

.download-cards[data-view="list-view"]
  .product-item
  .single-product
  .product-img
  > a
  img {
  /*height: 100%;
  object-fit: cover;*/
  width: 100%;
}

.download-cards[data-view="grid-view"] .product-desc_info .list-content-show {
  display: none;
}

.list-grid-system .drop-fillter .dropdown a.js-link,
.list-grid-system .drop-fillter .dropdown a.js-link-category {
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  display: inline-block;
}

.list-grid-system .drop-fillter .dropdown a.js-link i {
  margin-left: 8px;
}
.list-grid-system .grid-view .list-block {
  transition: all 0.5s ease-in;
}

.pagination .pagination-box li {
  display: inline-block;
}

.pagination .pagination-box li a {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 9px 15px;
  display: block;
  color: var(--black);
}

.pagination .pagination-box li a:hover {
  background-color: var(--blue);
  color: var(--white);
}

.pagination .pagination-box li.active a {
  background-color: var(--blue);
  color: var(--white);
}

.pagination {
  justify-content: center;
  margin-top: 2rem;
}

/* contact */

.map-block iframe {
  width: 100%;
}

.contact-page-side-content {
  background-color: #f5f5f5;
  padding: 30px 30px 19px;
}

.contact-page-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.contact-page-message {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.single-contact-block {
  padding-bottom: 3px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
}

.single-contact-block:last-child {
  border-bottom: none;
}

.single-contact-block h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.contact-form-content .contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form-content .contact-form .form-group label {
  display: block;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: text;
}

.contact-form-content .contact-form .form-group input {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}

.contact-form-content .contact-form .form-group textarea {
  background-color: #ffffff;
  width: 100%;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  line-height: 50px;
  height: 200px;
}

.contact-form-content .contact-form .form-group button {
  line-height: 12px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  background-color: #151515;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
}

.contact-form-content .contact-form .form-group button:hover {
  background-color: var(--light-blue);
}

/* About us */

.about-text h2 {
  margin-bottom: 20px;
  color: #084d81;
}
.our_values_img {
  max-width: 100px;
}
.our_values_content {
  flex-basis: calc(100% - 90px);
  max-width: calc(100% - 90px);
}
.our_values_img img {
  background: #edf6fa;
  padding: 8px;
  width: 36px;
}
.about_side_img {
  display: flex;
  width: 65px;
  height: 65px;
  padding: 14px;
  justify-content: center;
  align-items: center;
  background: #edf6fa;
  margin-bottom: 20px;
}
.about-text .sub-text {
  color: #084d81;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-size: 22px;
  font-weight: 400;
}

.about-content h4 {
  font-weight: 700;
  color: #084d81;
  font-size: 26px;
}

.product-gallery .pro-top-slide img {
  width: 100%;
  height: 100%;
  cursor: move;
  object-fit: cover;
}
.single-product-details .pro-top-slide .slick-list .slick-slide {
  padding: 0;
}

.product-gallery .pro-last-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-gallery .pro-last-slide .slick-arrow.slick-disabled {
  cursor: no-drop;
  opacity: 0.5;
}
.product-gallery .pro-last-slide .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 0;
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.product-gallery .pro-last-slide:hover .slick-arrow {
  opacity: 1;
}

.product-gallery .pro-last-slide .slick-next {
  right: 15px;
  background-image: url("../image/right.png");
}

.product-gallery .pro-last-slide .slick-prev {
  left: 15px;
  background-image: url("../image/left-arrows.png");
}

.product-gallery .slick-dots {
  display: none !important;
}

.check-pincode {
  position: relative;
  margin: 0px 0;
}

.product-dis-title {
  margin-bottom: 30px;
}

.check-pincode input {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}
.validate_gst {
  position: absolute;
  right: 6px;
  top: -34px;
  color: green;
  font-weight: bold;
}
.check-pincode button {
  line-height: 12px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  background-color: #151515;
  border: 0;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.product-dis-title p .pro-name {
  width: 30%;
  display: inline-block;
  font-weight: 600;
}

.product-dis-title p .pro-title {
  width: 70%;
  display: inline-block;
}

.product-dis-title p {
  display: flex;
  font-size: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0;
}

.product-price {
  font-size: 20px;
  margin: 20px 0;
}

/* .product-price span:first-child {
  color: #bdbdbd;
  font-weight: 400;
  text-decoration: line-through;
} */

.discount_strike {
  color: #bdbdbd;
  font-weight: 400;
  text-decoration: line-through;
}

.product-intro h3 {
  font-size: 24px;
}

.counter {
  display: flex;
  align-items: center;
}

.counter p {
  padding-right: 9px;
  font-weight: 600;
}

.up,
.down {
  display: block;
  color: white;
  font-size: 18px;
  padding: 0 7px;
  margin: 5px;
  box-sizing: border-box;
  cursor: pointer;

  width: 24px;
  background: var(--blue);
  line-height: 24px;
  height: 24px;
  user-select: none;
}

.up:hover,
.down:hover {
  background-color: #000;
}

.counter input {
  appearance: none;

  background: white;
  text-align: center;
  width: 42px;
  line-height: 24px;
  font-size: 15px;
  border-radius: 0;
  outline: 0;
  border: 1px solid #e2e2e2;
}

.tag-according ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  background-color: #f5f5f5;
  padding: 25px 0 25px;
  width: 100%;
  margin-bottom: 30px;
}

.tag-according ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  height: 31px;
  line-height: 31px;
  font-size: 18px;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
}

.tag-according ul.tabs li.active {
  color: #a8741a;
  display: block;
}

.tag-according .tab_container {
  border: 1px solid #333;
  border: 1px solid #e5e5e5;
  padding: 30px;
  clear: both;
  /*float: left;*/
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tag-according .tab_content {
  display: none;
}

.tag-according .tab_drawer_heading {
  display: none;
}

.tag-according .tab_container .tab_content h2 {
  padding-bottom: 10px;
}

.tag-according .tab_container .tab_content h4 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 700;
}

.tag-according .tab_container .tab_content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #151515;
  margin-bottom: 10px;
}

#tab3 form .form-group {
  padding-bottom: 15px;
}

#tab3 form .form-group input {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  text-decoration: none;
  outline: 0;
}

#tab3 form .form-group label {
  padding-bottom: 18px;
}

#tab3 form .form-group textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  text-decoration: none;
  outline: 0;
  height: 120px;
}

#tab3 form .form-group .quicky-btn-ps_right {
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#tab3 form .form-group .quicky-btn-ps_right button {
  box-shadow: 0px 8px 15px rgb(0 0 0 / 0%);
  background-color: #151515;
  color: #ffffff !important;
  width: 175px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 0;
  font-size: 16px;
}

.black-btn {
  box-shadow: 0px 8px 15px rgb(0 0 0 / 0%);
  background-color: #51a4ce;
  color: #ffffff !important;
  width: 175px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 8px;
  font-size: 16px;
  border: 0;
}

.black-btn:hover {
  background-color: var(--blue);
}

@media screen and (max-width: 991px) {
  .tag-according .tabs {
    display: none;
  }

  .tag-according .tab_drawer_heading {
    background-color: transparent;
    color: #000;
    border-top: 1px solid #e2e2e2;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
  }

  .tag-according .d_active {
    background: var(--black);
    color: #fff;
  }

  .tag-according .tab_container {
    padding: 15px;
  }

  .tag-according .tab_container .tab_content h2 {
    font-size: 20px;
  }

  .tag-according .tab_content {
    margin-top: 0.5rem;
  }

  .product-dis-title p .pro-name {
    width: 100%;
  }
}

#tab3 #review .table-striped tbody td {
  padding: 20px;
}

.privacy-content a {
  color: #0275d8;
}

.privacy-content h1,
.privacy-content h2,
.privacy-content h3,
.privacy-content h4,
.privacy-content h5,
.privacy-content h6 {
  margin-bottom: 1rem;
  line-height: normal;
}

.privacy-content a:hover {
  text-decoration: underline;
}

.privacy-content ul li {
  list-style: circle;
}

.privacy-content ul {
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 5px;
}

/* Login */

.login-form .login-title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 15px;
}

.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 0;
  outline: 0;
}
.registerBtn {
  margin-top: 2rem !important;
}

.login-form .check-box:last-child {
  margin-right: 0;
}

.login-form .check-box {
  float: left;
  margin-right: 70px;
}

form input.otp {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 10px 15px;
  padding: 0;
}

.login-register.otp-form .user-details {
  max-width: 400px;
  margin: 0 auto;
}

.login-register.otp-form .login-title {
  text-align: center;
}

.login-register.otp-form .login-form {
  padding: 20px;
}

.load-more-btn a {
  margin: 0 auto;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInLeft {
  animation: 2s ease-out 0s fadeInLeft;
  -webkit-animation: 1s ease-out 0s fadeInLeft;
}

.fadeInRight {
  animation: 2s ease-out 0s fadeInRight;
  -webkit-animation: 1s ease-out 0s fadeInRight;
}

.account-tabing ul.tabs li {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;

  font-weight: 600;
  padding: 10px 20px;
}

.account-tabing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.account-deatils {
  border: 0;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.woodmart-my-account-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}

.woodmart-my-account-links div {
  width: 32%;
  text-align: center;
  background: #ecf4f7;
  padding: 10px;
}

.account-deatils .myaccount-orders table tr {
  white-space: nowrap;
}

.account-address label {
  margin-bottom: 8px;
  display: block;
}

.account-address input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  outline: 0;
}

.wishlist .remove {
  cursor: pointer;
}

.clear {
  clear: both;
}

.modal-wrapper {
  display: flex;
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  background: rgba(25, 18, 12, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}

.modal-wrapper.open {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.modal {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  height: auto;
  max-width: unset;
  position: relative;
  margin: auto;
  background: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: scale(0.7);
  /*IE9*/
  -webkit-transform: scale(0.7);
  /*Safari*/
  transform: scale(0.7);
  padding-bottom: 20px;
  -webkit-filter: alpha(opacity=0);
}

.modal-wrapper.open .modal {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}

.content .login-title {
  text-align: center;
}

.form-popup .tip {
  font-size: 20px;
  margin: 40px auto 50px;
  text-align: center;
}

.form-popup .cont {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  max-width: 900px;
  height: 550px;
  margin: 0 auto;
  background: #fff;
}

.form-popup .form {
  position: relative;
  width: 540px;
  height: 100%;
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  padding: 50px 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}

.form-popup .sub-cont {
  overflow: hidden;
  position: absolute;
  left: 540px;
  top: 0;
  width: 900px;
  height: 100%;
  padding-left: 360px;
  background: #fff;
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.form-popup .cont.s--signup .sub-cont {
  -webkit-transform: translate3d(-540px, 0, 0);
  transform: translate3d(-540px, 0, 0);
  -moz-transform: translate3d(-540px, 0, 0);
  -ms-transform: translate3d(-540px, 0, 0);
  -o-transform: translate3d(-540px, 0, 0);
}

.form-popup button {
  margin: 1rem auto 0;

  border-radius: 30px;

  cursor: pointer;
}

.form-popup .img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 360px;
  height: 100%;
  padding-top: 300px;
}

.form-popup .img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 900px;
  height: 100%;
  background-image: url("ext.jpg");
  opacity: 0.8;
  background-size: cover;
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.form-popup .img h3 {
  color: #fff;
  line-height: 40px;
}

.form-popup .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #195983;
}

.form-popup .cont.s--signup .img:before {
  -webkit-transform: translate3d(640px, 0, 0);
  transform: translate3d(640px, 0, 0);
}

.form-popup .img__text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
}

.form-popup .img__text h2 {
  margin-bottom: 10px;
  font-weight: normal;
}

.form-popup .img__text p {
  font-size: 14px;
  line-height: 1.5;
}

.form-popup .cont.s--signup .img__text.m--up {
  -webkit-transform: translateX(520px);
  transform: translateX(520px);
}

.form-popup .img__text.m--in {
  -webkit-transform: translateX(-520px);
  transform: translateX(-520px);
}

.form-popup .cont.s--signup .img__text.m--in {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.form-popup .img__btn {
  overflow: hidden;
  z-index: 2;
  position: relative;
  width: 100px;
  height: 36px;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}

.form-popup .img__btn:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
}

.form-popup .img__btn span {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
}

.form-popup .img__btn span.m--in {
  -webkit-transform: translateY(-72px);
  transform: translateY(-72px);
}

.form-popup .cont.s--signup .img__btn span.m--in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.form-popup .cont.s--signup .img__btn span.m--up {
  -webkit-transform: translateY(72px);
  transform: translateY(72px);
}

.form-popup h2 {
  width: 100%;
  font-size: 26px;
  text-align: center;
}

.form-popup label {
  display: block;
  width: 320px;
  margin: 25px auto 0;
  text-align: center;
}

.form-popup label span {
  font-size: 12px;
  color: #cfcfcf;
  text-transform: uppercase;
}

.form-popup input {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}

.btn-wrong {
  cursor: pointer;
  position: relative;
  right: 0px;
  top: -3px;
  margin: 3px;
  width: 20px;
  height: 20px;
  float: right;
  z-index: 99999;
  padding: 10px;
  color: #fff;
  background: unset;
  opacity: 1;
}

.cont.s--signup .btn-wrong {
  color: #000;
}

.form-popup .forgot-pass {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #cfcfcf;
  margin-bottom: 0;
}

.form-popup .submit {
  margin-top: 40px;
  margin-bottom: 20px;
  background: #d4af7a;
  text-transform: uppercase;
}

.form-popup .fb-btn {
  border: 2px solid #d3dae9;
  color: #8fa1c7;
}

.form-popup .fb-btn span {
  font-weight: bold;
  color: #455a81;
}

.form-popup .sign-in {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.form-popup .cont.s--signup .sign-in {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transform: translate3d(640px, 0, 0);
  transform: translate3d(640px, 0, 0);
}

.form-popup .sign-up {
  -webkit-transform: translate3d(-900px, 0, 0);
  transform: translate3d(-900px, 0, 0);
}

.form-popup .cont.s--signup .sign-up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.overflow {
  overflow: hidden;
}

.login-register-btn .black-btn {
  width: 125px;
}

.cart-block .cart-area {
  padding: 50px 0;
}

.cart-block .table-content table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.cart-block .table-content table th {
  border-top: medium none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.cart-block .table-content table th,
.table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.cart-block .table-content table td {
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 13px;
}

.cart-block .product-price span:first-child {
  color: #212529;
  text-decoration: unset;
}

.cart-block .table-content table td.product-thumbnail img {
  width: 120px;
}

.cart-block .counter {
  justify-content: center;
}

.cart-block .counter p {
  font-weight: 400;
  font-size: 13px;
}

.cart-block .product-remove i {
  font-size: 25px;
}

.coupon-all .coupon input {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  border-radius: 0;
  height: 42px;
  width: 140px;
  padding: 0 10px;
}

.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
  background-color: #51a4ce;
  border: 0 none;
  border-radius: 8px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;

  cursor: pointer;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  width: inherit;
}

.coupon-all .coupon.coupon2,
.coupon-all .coupon2.coupon2 {
  float: right;
}

.coupon-all {
  margin-top: 30px;
}

.coupon-all .coupon {
  float: left;
}

.cart-total-block {
  margin-left: auto !important;
}

.cart-page-total {
  padding-top: 30px;
}

.cart-page-total > h2 {
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #e5e5e5;
}

.cart-page-total > ul li {
  list-style: none;
  font-size: 15px;
  padding: 10px 30px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}

.cart-page-total > ul li:last-child {
  border-bottom: 0;
}

.cart-page-total > ul li span {
  float: right;
}

.cart-page-total .black-btn {
  display: inline-block;
  width: auto;
  padding: 0 30px;
  margin-top: 30px;
}

/* checkout */

.checkout-area {
  padding: 50px 0 95px;
}

.template-color-5 .coupon-accordion h3 {
  border-top: 3px solid #fb7785;
}
.apply_coupon_code_link,
.remove_coupon_code_link,
.apply_courier_selection {
  color: var(--blue) !important;
  font-weight: bold !important;
}
.coupon-accordion h4 {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 0px;
  padding: 16px 32px 16px 0px;
  position: relative;
  width: auto;
  text-transform: none;
}
.coupon-accordion h3 {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none;
}

.template-color-5 .coupon-accordion h3:before {
  color: #fb7785;
}

.coupon-accordion h3:before {
  content: "\f32e";
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  left: 24px;
  position: absolute;
  top: 16px;
}

.coupon-accordion span {
  cursor: pointer;
  text-transform: none;
}

.coupon-accordion .coupon-content {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}

.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label,
.coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
}

.coupon-accordion
  .coupon-content
  .coupon-info
  p.form-row-first
  label
  span.required,
.coupon-accordion
  .coupon-content
  .coupon-info
  p.form-row-last
  label
  span.required {
  color: #ff0000;
}

.coupon-accordion span {
  cursor: pointer;
  text-transform: none;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first input,
.coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  background-color: transparent;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password {
  margin-top: 15px;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password a {
  font-size: 14px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="text"] {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"] {
  background: #151515;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.checkbox-form .country-select {
  margin-bottom: 25px;
}

.checkbox-form .country-select label,
.checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
}

.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}

.checkbox-form .checkout-form-list label {
  margin-bottom: 0.5rem;
}

.checkbox-form .checkout-form-list input[type="text"],
.checkbox-form .checkout-form-list input[type="password"],
.checkbox-form .checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}

.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px !important;
}

.checkbox-form .checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: inherit;
}

.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}

.create-account,
#ship-box-info {
  display: none;
}

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  margin-bottom: 10px;
}

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  margin-bottom: 10px;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}

.order-notes textarea {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.your-order {
  background: #f5f5f5;
  padding: 30px 40px 30px;
}

.your-order h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.your-order h4 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}
.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}

.your-order .your-order-table table thead {
  background-color: #f5f5f5;
}

.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 250px;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-bottom-width: inherit;
}

tfoot tr.cart-subtotal th {
  font-weight: 600;
}

tfoot tr.order-total th {
  font-weight: 700;
}

.payment-method {
  margin-top: 20px;
}

.payment-method .payment-accordion .card {
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
}

.payment-method .payment-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 0;
}

.payment-method .payment-accordion .panel-title {
  font-size: 18px;
  cursor: pointer;
}

.payment-method .payment-accordion .card-body {
  padding: 0;
}

.payment-method .payment-accordion .card.actives .collapse:not(.show) {
  display: block;
}

.payment-method .payment-accordion .card-body p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.payment-method .payment-accordion .card.actives h5 {
  color: var(--blue);
}

.order-button-payment input {
  background: #151515;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

.template-color-5 .coupon-accordion h3:before {
  color: #fb7785;
}

.coupon-accordion h3:before {
  content: "  \f272";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  left: 23px;
  position: absolute;
  top: 23px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  width: 100%;
  background: #fff;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
  width: 100%;
  background: #fff;
  z-index: 99999;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media only screen and (min-width: 1199px) {
  .header-right_area .quicky-dropdown {
    -webkit-box-shadow: 0 0 7px 0.5px rgb(0 0 0 / 15%);
    box-shadow: 0 0 7px 0.5px rgb(0 0 0 / 15%);
    background: #fff;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    padding: 0px 0 24px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    position: absolute;
    width: 150px;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    left: -130px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .header-right_area .dropdown-holder {
    position: relative;
  }

  .header-right_area .dropdown-holder:hover .quicky-dropdown {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .header-right_area .dropdown-holder a.minicart-btn {
    padding: 33px 0;
    display: block;
  }
}

.header-right_area .quicky-dropdown li a {
  padding: 8px 10px 0;
  font-size: 16px;
  display: inline-block;
}

.header-right_area .quicky-dropdown li:last-child a {
  padding-bottom: 0;
}

.header-right_area .quicky-dropdown li a i {
  margin-right: 5px;
}

.offcanvas {
  padding-top: 0px;
  z-index: 99999;
}
.border_order {
  width: 100%;
  border: 1px;
  border-color: #cccccc;
  border-style: dashed;
}
ul.order_list_footer li {
  display: inline-block;
  padding-left: 10px;
  margin-bottom: 10px;
}
ul.order_list_footer li a {
  font-size: 16px;
}
.order_icons {
  font-size: 16px;
}
.order_status_label {
  font-size: 12px;
  margin-top: -10px;
}
.order-list .order-list-product {
  border-bottom: 0px solid rgba(129, 129, 129, 0.2);
  margin-bottom: 0;
  padding: 15px;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.minicart-list .minicart-product {
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  margin-bottom: 0;
  padding: 15px;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.minicart-list .minicart-product .product-remove {
  margin-right: 10px;
}

.minicart-list .minicart-product .product-remove i {
  font-size: 25px;
}

.minicart-list .minicart-product .product-item_img {
  border: 1px solid #e5e5e5;

  max-width: 70px;
}

.minicart-list .minicart-product .product-item_img img {
  width: 70px;
}

.order-list .order-list-product .order-product-item_img {
  border: 1px solid #e5e5e5;

  max-width: 70px;
}

.order-list .order-list-product .order-product-item_img {
  width: 70px;
}
.order-product-item_title {
  font-weight: bold;
  font-size: 16px;
}
.order-list .order-list-product .order-product-item_content {
  -webkit-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}

.minicart-list .minicart-product .product-item_content {
  -webkit-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}

.minicart-list .minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px;
}

.minicart-item_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
}

.dash-left {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.dash-left .user-profile-sidebar-top {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.profile-img-file {
  display: none;
}
.user-profile-img button {
  position: absolute;
  border-radius: 50px;
  background: var(--light-blue);
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: none;
  right: 0;
  bottom: 0;
}
.user-profile-img {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  border-radius: 50px;
}
.user-profile-sidebar-list li {
  margin: 5px 0;
}
.user-profile-sidebar-list li {
  color: #111;
  padding: 6px 6px 6px 15px;
  display: block;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.user-profile-sidebar-list .current {
  background: var(--light-blue);
  color: #fff !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.account-tabing ul.tabs li i {
  margin-right: 5px;
  color: var(--light-blue);
  font-size: 16px;
}
.user-profile-sidebar-list .current i {
  color: var(--white) !important;
}
.user-profile-card-title {
  color: var(--black);
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.user-profile-form .form-control {
  padding: 14px 20px;
  border-radius: 10px;
  box-shadow: none;
  border-color: #e8e8e8;
  height: 50px;
}

.user-profile-form .iti__selected-flag {
  height: 50px !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.user-profile-form .form-control:focus {
  border-color: var(--blue);
}

/* order-deatils */

.order-details-info {
  background-color: #f4f5f7;
  padding: 50px 0;
}
.header-title {
  font-size: 1rem;
  margin: 0 0 7px 0;
}
.track-order-list ul li.completed {
  border-color: var(--blue);
}
.track-order-list ul li:first-child {
  padding-top: 0;
}
.track-order-list ul li {
  position: relative;
  border-left: 2px solid #dee2e6;
  padding: 0 0 14px 21px;
}
.track-order-list ul li:before {
  content: "";
  position: absolute;
  left: -7px;
  top: 0;
  height: 12px;
  width: 12px;
  background-color: var(--dark-blue);
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.track-order-list ul li:last-child {
  padding-bottom: 0;
}
.track-order-list ul li h5 {
  margin-bottom: 5px;

  line-height: 1.1;
  font-size: 0.9375rem;
  color: #000;
}
.track-order-list ul li p {
  font-size: 0.875rem;
}
.order-details-info .order-info .card-body {
  padding: 1.5rem;
}
.order-details-info .order-info .card-body .order-track h5 {
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
.order-details-info .order-info .card-body .order-track p {
  font-size: 0.875rem;
}
.order-details-info .order-info .card {
  margin-bottom: 24px;
  border: 0;
}
.track-order-list ul li .active-dot.dot {
  top: -9px;
  left: -16px;
  border-color: #6658dd;
}
.dot {
  border: 4px solid #6658dd;
  background: 0 0;
  border-radius: 60px;
  height: 30px;
  width: 30px;
  -webkit-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -15px;
  right: -2px;
  z-index: 1;
  opacity: 0;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.order-details-info .order-grid .card-body {
  padding: 1.5rem;
}
.order-details-info .order-grid .card {
  border: 0;
  margin-bottom: 20px;
}
.order-details-info .order-grid .card-body p {
  color: #6c757d;
  font-size: 0.875rem;
}
.order-details-info .order-grid .card-body .bi-truck {
  font-size: 2rem;
}
.order-title ul.breadcrumb {
  padding: 10px 0px;
  list-style: none;
  justify-content: center;
}
.order-title ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
.order-title ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
.order-title ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
.mobile-cart {
  display: inline-block;
  width: auto;
  position: absolute;
  right: 50px;
  margin-top: 5px;
}
.mobile-cart a i {
  font-size: 25px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--dark-blue);
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: var(--light-blue);
}

.btn-closea {
  cursor: pointer;
  position: sticky;
  right: 0px;
  top: 0px;
  width: 33px;
  height: 33px;
  float: right;
  z-index: 999;
  background: var(--black);
  padding: 10px;
}

.cleara {
  clear: both;
}

.btn-closea::before,
.btn-closea::after {
  content: "";
  height: 2px;
  display: block;
  background: #d6d6d6;
}

.btn-closea::before {
  margin-top: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-closea::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-wrappera {
  display: flex;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  background: rgba(25, 18, 12, 0.3);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999999;
  padding: 0 20px;
}
.modal-wrappera.opena {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

.modala {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  height: 80vh;
  overflow-y: scroll;
  max-width: 920px;
  width: 100%;
  position: relative;
  margin: auto;
  background: #e8e8e8;
  background: -webkit-linear-gradient(bottom, #e8e8e8, #fff);
  background: -o-linear-gradient(bottom, #e8e8e8, #fff);
  background: linear-gradient(to top, #e8e8e8, #fff);
  box-shadow: 0px 16px 16px -6px rgba(47, 46, 38, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -ms-transform: scale(0.7);
  /* IE 9 */
  -webkit-transform: scale(0.7);
  /* Safari */
  transform: scale(0.7);
}

.modal-wrappera.opena .modala {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: scale(1);
  /* IE 9 */
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}

.pop-up-slider {
  position: sticky;
  top: 35px;
}
.pop-up-slider .black-btn {
  width: 100%;
}
.pop-up-slider .slick-list .slick-slide {
  padding: 0;
}

.pop-up-slider .slick-dots button {
  width: 0.5rem;
  height: 0.5rem;
}
.pop-up-slider .product-price {
  text-align: left;
}

.cashback-content {
  background: #f1f3f4;
  padding: 16px;
}
.cashback-content .cash-text {
  width: 70%;
}
.cashback-content .cash-text p {
  margin-bottom: 7px;
}
.cashback-content .cash-text span {
  font-weight: 700;
}
.cashback-content .cash-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.cashback-content .cash-box:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px solid #e2e2e2;
}
.pro-last-slide .slick-list .slick-slide.slick-current img {
  border: 1px solid;
}
.tag-according {
  margin-top: 90px;
}
.pro-last-slide {
  padding: 0 50px;
  margin-top: 30px;
}

/* Recent Search */
ul.search_result {
  width: 100%;
  -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 0px 0px 8px 8px;
  position: absolute;
  background-color: #fff;
  color: #000;
  z-index: 99999999;
  top: 40px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  white-space: nowrap;
}
ul.search_result li {
  border-bottom: 1px solid #cccc;
}
ul.search_result li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  font-size: 14px;
  padding: 4px 8px;
  position: unset !important;
  right: 0 !important;
  top: 0 !important;
}
ul.search_result li a .history_icon {
  color: #bdbdbd;
  margin-right: 5px;
}
/* Recent Search */

.business_account_btn {
  position: relative;
  width: 213px;
  height: 36px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
}
a.business_account {
  position: absolute;
  left: 0;
  top: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: 9999999999;
  color: #ffffff;
}

/*  responsive */

@media only screen and (max-width: 1199px) {
  .tag-according {
    margin-top: 40px;
  }
  ul.search_result {
    position: unset;
    border-radius: 10px 10px 10px 10px;
  }
  .mobile-header {
    display: block;
    padding: 15px 0;
    position: relative;
  }

  .header-logo {
    max-width: 250px;
  }

  #humberger-menu {
    display: block;
  }

  .desktop-header {
    display: none;
  }

  .mobile-menu {
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    color: #fff;
    background-color: var(--gray-bg);
    z-index: 111;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 80px;
  }

  .mobile-header .mobile-menu .search-box input {
    width: 100%;
    padding: 7px 15px;
    border-radius: 10px;
    outline: 0;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin: 20px 0;
    margin-bottom: 0px;
  }

  .mobile-header .mobile-menu .search-box {
    padding: 0 20px;
  }

  .mobile-header .mobile-menu .search-box a {
    position: absolute;
    right: 32px;
    top: 27px;
  }

  .mobile-header .mobile-menu .main-menu_area {
    width: 100%;
  }

  .mobile-header .mobile-menu .main-menu_area .main-nav ul li a {
    padding: 10px 20px;
    position: relative;
    display: inline-block;
  }

  .mobile-header
    .mobile-menu
    .main-menu_area
    .main-nav
    ul
    li.dropdown-holder
    span {
    position: absolute;
    top: 10px;
    right: 17px;
    font-size: 24px;
  }

  .mobile-header .mobile-menu .main-menu_area .main-nav ul li.dropdown-holder {
    position: relative;
  }

  .mobile-header
    .mobile-menu
    .main-menu_area
    .main-nav
    ul
    li.dropdown-holder
    .open
    + .quicky-dropdown {
    display: block;
  }

  .mobile-header
    .mobile-menu
    .main-menu_area
    .main-nav
    ul
    li.dropdown-holder
    span:after {
    content: "\F4FE";
    font-family: bootstrap-icons !important;
    font-style: normal;
    color: #000;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
  }
  .mobile-header
    .mobile-menu
    .main-menu_area
    .main-nav
    ul
    li.dropdown-holder
    span.open:after {
    content: "\F2EA";
  }

  .mobile-header
    .mobile-menu
    .main-menu_area
    .main-nav
    ul
    li.dropdown-holder
    .quicky-dropdown {
    display: none;
    background: #ddeee9;
  }

  .download-cards[data-view="list-view"]
    .product-item
    .single-product
    .product-content {
    width: 50%;
  }

  .download-cards[data-view="list-view"]
    .product-item
    .single-product
    .product-img {
    width: 50%;
  }
  .hero-slider-banner {
    height: 70vh;
  }
}

@media only screen and (max-width: 991.98px) {
  .grid-block .two-grid {
    padding-top: 21px;
  }

  .container {
    max-width: 720px;
  }

  .inner-banner {
    min-height: 266px;
  }

  .about-grid .even {
    flex-direction: column-reverse;
  }

  .order-tract-details .row {
    flex-direction: column-reverse;
  }

  .order-tract-details .contact-page-side-content {
    margin-top: 1.5rem;
  }

  .product-gallery {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .grid-block .cat-text h3 {
    font-size: 20px;
    margin: 0;
  }

  .checkout-area {
    padding: 50px 0;
  }

  .checkbox-form h3 {
    font-size: 20px;
    line-height: initial;
  }

  .different-address h3 label {
    font-size: 20px;
  }
  .pop-up-slider .view-btn {
    margin-bottom: 20px;
  }
  .hero-top-banner img {
    height: auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .p-100 {
    padding-top: 50px;
  }

  .pb-90 {
    padding-bottom: 40px;
  }

  h3 {
    font-size: 28px;
  }

  .grid-block .grid-img {
    margin-bottom: 20px;
  }

  .grid-block .two-grid {
    padding-top: 0;
  }

  .hero-slider-banner .slick-arrow.slick-next {
    right: 0;
    top: 50%;
    bottom: unset;
  }

  .hero-slider-banner .slick-arrow.slick-prev {
    left: 0;
    top: 50%;
    bottom: unset;
  }

  .hero-slider-banner .slide-content h2 {
    font-size: 35px;
  }

  .hero-slider-banner img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 3rem;
  }

  .hero-slider-banner .slide-content {
    text-align: center;
  }

  .hero-slider-banner .slide-content .short-desc {
    margin-right: auto;
  }

  .hero-slider-banner .slide-block.even .slide-content {
    text-align: center;
    margin-bottom: 2rem;
  }

  .quicky-btn.horizontal-line_ltr:before {
    opacity: 0;
  }

  .hero-slider-banner .slide-block.even .slide-content .short-desc {
    margin-right: auto;
    margin-left: auto;
  }

  .container {
    padding: 0 20px;
  }

  .slick-list .slick-slide {
    padding: 0;
  }

  .footer-widgets_area > h3.heading {
    margin-top: 30px;
    margin-bottom: 0.5rem;
  }

  .download-cards[data-view="list-view"]
    .product-item
    .single-product
    .product-img {
    width: 100%;
  }

  .download-cards[data-view="list-view"]
    .product-item
    .single-product
    .product-content {
    width: 100%;
    padding: 20px;
  }
  .download-cards[data-view="list-view"] .product-item {
    padding-right: 0;
  }

  .download-cards[data-view="list-view"]
    .product-item
    .single-product
    h3.product-name {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .grid-block .cat-text h3 {
    font-size: 26px;
    margin: 00;
  }

  .sticker,
  .sticker-2 {
    top: 10px;
    left: 10px;
  }

  .sticker.sticker-2,
  .sticker-2.sticker-2 {
    right: 10px;
  }

  .slide-block {
    padding: 0 10px;
  }

  .woodmart-my-account-links div {
    width: 48%;
  }

  .your-order {
    background: #f5f5f5;
    padding: 20px;
  }
  #humberger-menu {
    right: 20px;
  }
}

@media only screen and (max-width: 641px) {
  .list-grid-system .drop-view-block {
    justify-content: center !important;
  }

  .list-grid-system .drop-view-block .dc-view-switcher {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
  }

  .tag-according .tab_drawer_heading {
    font-size: 16px;
  }

  .list-grid-system .drop-view-block .product-page_count {
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
  }

  .contact-page-title {
    font-size: 27px;
  }

  .cart-btn .black-btn {
    width: 135px;
  }

  .account-deatils {
    padding: 16px;
  }

  .coupon-all .coupon input {
    width: 100%;
    margin-bottom: 10px;
  }

  .coupon-all .coupon {
    width: 100%;
  }

  .coupon-all .coupon input.button,
  .coupon-all .coupon2 input.button {
    width: 100%;
    margin-bottom: 10px;
  }

  .cart-block .cart-area {
    padding: 50px 0;
  }
  .check-pincode button {
    position: unset;
    margin-top: 10px;
  }
  .form-popup .product-intro {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 490px) {
  .order_status_label {
    float: left !important;
    margin-top: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 414px) {
  .cart-btn {
    width: 100%;
    margin-top: 10px;
  }

  .cart-btn a {
    margin-top: 10px;
  }

  form input.otp {
    height: 30px;
    width: 30px;
  }

  .woodmart-my-account-links div {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .modal {
    width: 100%;
    height: 70%;
  }
}

@media screen and (max-width: 400px) {
  .coupon-accordion .coupon-content .coupon-info p .black-btn {
    margin-bottom: 10px;
  }
}
.address_modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem
    rgba(var(--bs-body-color-rgb), 0.075);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.bg_theme {
  background-color: var(--light-blue);
}
.select2-container {
  z-index: 999999999;
}

.prview_menu_profile {
  object-fit: cover;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid var(--blue);
}
.clear_search_history {
  float: right;
  color: var(--dark-blue);
}
ul.search_result li a {
  display: inline-block;
}
.per-pc-price {
  float: right;
}
