/* transition */
/* flex */
/* transform */
/* opacity */
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Yesteryear&display=swap");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'Rubik', sans-serif;
}

body {
  background-color: #ffffff;
  line-height: 23px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Rubik", sans-serif;
  color: #454545;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: #3a3a3a;
  font-family: "Rubik", sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 48px;
  line-height: 55px;
}

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

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 28px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

.listed__disc {
  list-style-type: disc !important;
}

.listed__disc li {
  margin-bottom: 20px;
}

.listed__disc li:last-child {
  margin-bottom: 0;
}

.listed__disc h5 {
  font-size: 16px;
}

.listed__disc p {
  font-size: 16px;
  color: var(--page-list-color);
}

.listed__disc p .medium__text {
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .listed__disc {
    list-style-type: none !important;
  }
}

.green-txt {
  color: #80BB01;
}

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

.sub-categorie {
  padding-top: 60px;
}

.sub-categorie .owl-carousel .item-wrapper {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.sub-categorie .owl-carousel .item-wrapper:hover {
  border: 2px solid var(--primary-color);
}

.sub-categorie .owl-carousel .item-wrapper .product-number p {
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.sub-categorie .owl-carousel .item image {
  margin-bottom: 12px;
}

.sub-categorie .product-name {
  height: 50px;
  overflow: hidden;
  text-align: center;
}

.sub-categorie .product-name a {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  color: white;
  text-decoration: none;
}

.sub-categorie .product-name a:hover {
  color: var(--primary-color);
  transition: all 0.3s ease 0s;
}

.sub-categorie .product-number p {
  color: #777;
  text-align: center;
  margin: 0px;
  opacity: 0;
}

.sub-categorie .owl-nav .owl-prev {
  position: absolute;
  top: 82px;
  left: 3px;
}

.sub-categorie .owl-nav .owl-prev:hover {
  background: transparent;
  color: black;
}

.sub-categorie .owl-nav .owl-next {
  position: absolute;
  right: 3px;
  top: 82px;
}

.sub-categorie .owl-nav .owl-next:hover {
  background: transparent;
  color: black;
}

.sub-categorie .owl-carousel .item-wrapper {
  padding: 20px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
}

.sub-categorie .owl-carousel .item-wrapper:hover {
  border: 2px solid var(--primary-color);
}

.sub-categorie .owl-carousel .item-wrapper .product-number p {
  opacity: 1;
  transition: all 0.3s ease 0s;
}

.sub-categorie .owl-carousel .item image {
  margin-bottom: 12px;
}

.sub-categorie .product-name {
  height: 50px;
  overflow: hidden;
  text-align: center;
}

.sub-categorie .product-name a {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  color: black;
  text-decoration: none;
}

.sub-categorie .product-name a:hover {
  color: var(--primary-color);
  transition: all 0.3s ease 0s;
}

.sub-categorie .product-number p {
  color: #777;
  text-align: center;
  margin: 0px;
  opacity: 0;
}

.sub-categorie .owl-nav .owl-prev {
  position: absolute;
  top: 100px;
  left: -40px;
}

.sub-categorie .owl-nav .owl-prev:hover {
  background: transparent;
  color: black;
}

.sub-categorie .owl-nav .owl-next {
  position: absolute;
  right: -40px;
  top: 100px;
}

.sub-categorie .owl-nav .owl-next:hover {
  background: transparent;
  color: black;
}

/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }
  h1 br {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  h1 br {
    display: none;
  }
}

p {
  font-size: 14px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.add-to-wishlist:hover, a:hover {
  color: var(--primary-color);
}

a, button, img, input, span {
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button, input[type="submit"] {
  cursor: pointer;
}

.font__normal {
  font-size: 16px;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

button:focus,
a:focus {
  outline: none;
  box-shadow: none;
}

.btn, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.header-sticky.is-sticky {
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}

.header-sticky.bg-white.is-sticky {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  z-index: 5;
  top: 0;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    width: 300px;
  }
}

.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

.row-8 {
  margin-right: -8px;
  margin-left: -8px;
}

/*-- Container Fluid --*/
.container-ext {
  max-width: 1400px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .container-ext {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-ext {
    max-width: 1400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-ext {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 767px) {
  .container-ext {
    max-width: 1400px;
  }
}

@media only screen and (max-width: 479px) {
  .container-ext {
    max-width: 1400px;
  }
}

/*--
    - Paginatoin Css
---------------------------------*/
.pagination-box {
  display: flex;
  margin-top: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination-box {
    margin-top: 40px;
  }
}

.pagination-box li {
  display: inline-block;
  margin: 0 4px;
}

.pagination-box li.active a {
  color: #ffffff;
  background: var(--primary-color);
}

.pagination-box li a {
  color: #333333;
  display: block;
  padding: 0 12px;
  height: 30px;
  background: #f1f1f1;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}

.pagination-box li a:hover {
  color: #ffffff;
  background: var(--primary-color);
}

.pagination-box li a span {
  font-size: 18px;
}

.border-bm-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.border-tp-1 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

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

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

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

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

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

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

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

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

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

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .d-mt-20 {
    margin-top: 20px;
  }
  .d-mt-30 {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .small--mb__50 {
    margin-bottom: 50px;
  }
  .small--mb__60 {
    margin-bottom: 60px;
  }
  .small--mt__50 {
    margin-top: 50px;
  }
  .small--mt__60 {
    margin-top: 60px;
  }
}

/*-- 
    - Section Padding
-------------------------------------*/
.section-ptb {
  padding: 60px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

.section-pt {
  padding-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-100 {
  padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-100 {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pt-100 {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pt-100 {
    padding-top: 60px;
  }
}

.section-pt-60 {
  padding-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-60 {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-60 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pt-60 {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pt-60 {
    padding-top: 20px;
  }
}

.section-pt-30 {
  padding-top: 30px;
}

.section-pb {
  padding-bottom: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.section-pb-100 {
  padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-100 {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pb-100 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pb-100 {
    padding-bottom: 60px;
  }
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-40 {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-40 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .section-pb-40 {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 479px) {
  .section-pb-40 {
    padding-bottom: 0px;
  }
}

.section-pb-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.bg-image {
  background-size: cover;
}

/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  border: 3px solid #eeeeee;
  color: #ffffff;
  right: 20px;
  bottom: 60px;
  text-align: center;
  overflow: hidden;
  border-radius: 50px;
  z-index: 9811 !important;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    display: none !important;
  }
}

#scrollUp i {
  display: block;
  line-height: 34px;
  font-size: 16px;
}

#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*--
    - Background Color
------------------------------------------*/
.bg-gray {
  background-color: #F6F7F9;
}

.bg-black {
  background-color: #333;
}

.theme-black {
  color: #333 !important;
}

.bg-theme {
  background: var(--primary-color);
}

.bg-footer {
  background: var(--footer-color);
}

img.mfp-img {
  background-color: #f6f7f8;
  padding: 0;
  margin: 40px auto;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #191919;
}

.border-bm-gray {
  border-bottom: 1px solid #e1e1e1;
}

.border-tp-gray {
  border-top: 1px solid #e1e1e1;
}

/*--
    - Social Color
------------------------------------------*/
.facebook {
  background-color: #3B5997;
  color: #ffffff;
}

.facebook:hover {
  background-color: #3B5997;
  color: #ffffff;
}

.twitter {
  background-color: #1DA1F2;
  color: #ffffff;
}

.twitter:hover {
  background-color: #1DA1F2;
  color: #ffffff;
}

.linkedin {
  background-color: #0077B5;
  color: #ffffff;
}

.linkedin:hover {
  background-color: #0077B5;
  color: #ffffff;
}

.pinterest {
  background-color: #BD081C;
  color: #ffffff;
}

.pinterest:hover {
  background-color: #BD081C;
  color: #ffffff;
}

.google-plus {
  background-color: #D11718;
  color: #ffffff;
}

.google-plus:hover {
  background-color: #D11718;
  color: #ffffff;
}

.behance {
  background-color: #005CFF;
  color: #ffffff;
}

.behance:hover {
  background-color: #005CFF;
  color: #ffffff;
}

.dribbble {
  background-color: #E84C88;
  color: #ffffff;
}

.dribbble:hover {
  background-color: #E84C88;
  color: #ffffff;
}

.github {
  background-color: #323131;
  color: #ffffff;
}

.github:hover {
  background-color: #323131;
  color: #ffffff;
}

.instagram {
  background-color: #DC3472;
  color: #ffffff;
}

.instagram:hover {
  background-color: #DC3472;
  color: #ffffff;
}

.medium {
  background-color: #00AB6C;
  color: #ffffff;
}

.medium:hover {
  background-color: #00AB6C;
  color: #ffffff;
}

.reddit {
  background-color: #FF4501;
  color: #ffffff;
}

.reddit:hover {
  background-color: #FF4501;
  color: #ffffff;
}

.skype {
  background-color: #00AFF0;
  color: #ffffff;
}

.skype:hover {
  background-color: #00AFF0;
  color: #ffffff;
}

.slack {
  background-color: #63C1A0;
  color: #ffffff;
}

.slack:hover {
  background-color: #63C1A0;
  color: #ffffff;
}

.snapchat {
  background-color: #FFFC00;
  color: #ffffff;
}

.snapchat:hover {
  background-color: #FFFC00;
  color: #ffffff;
}

.tumblr {
  background-color: #01273A;
  color: #ffffff;
}

.tumblr:hover {
  background-color: #01273A;
  color: #ffffff;
}

.vimeo {
  background-color: #00ADEF;
  color: #ffffff;
}

.vimeo:hover {
  background-color: #00ADEF;
  color: #ffffff;
}

.youtube {
  background-color: #FE0002;
  color: #ffffff;
}

.youtube:hover {
  background-color: #FE0002;
  color: #ffffff;
}

.rss {
  background-color: #eb8314;
  color: #ffffff;
}

.rss:hover {
  background-color: #eb8314;
  color: #ffffff;
}

/*-- Tab Content & Pane Fix --*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*--
    - Product Full Width
------------------------------------------*/
.full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
  flex: 1 0 450px;
  max-width: 450px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
    flex: 1 0 350px;
    max-width: 350px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
    flex: 1 0 350px;
    max-width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(1), .full-width-product-wrap > [class*="col"]:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
  flex: 0 0 calc(100% - 450px);
  max-width: calc(100% - 450px);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
    flex: 0 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .full-width-product-wrap > [class*="col-"]:nth-child(2), .full-width-product-wrap > [class*="col"]:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-product-wrap.desktop-full-width > [class*="col-"]:nth-child(1), .full-width-product-wrap.desktop-full-width > [class*="col"]:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .full-width-product-wrap.desktop-full-width > [class*="col-"]:nth-child(2), .full-width-product-wrap.desktop-full-width > [class*="col"]:nth-child(2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .laptop-3-column > [class*="col-"], .laptop-3-column > [class*="col"] {
    flex: 1 0 33.3333%;
    max-width: 33.3333%;
  }
}

/*-- 
    - Page Pagination
------------------------------------------*/
.page-pagination {
  background: #fff6f6;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 20px;
}

.page-pagination a {
  color: var(--primary-color);
}

.page-pagination a:hover {
  color: #222;
}

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

.page-pagination li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Rubik", sans-serif;
  color: #3a3a3a;
  text-align: center;
  margin: 2px 3px;
}

.page-pagination li a {
  color: #333;
  padding: 10px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (max-width: 479px) {
  .page-pagination li {
    font-size: 14px;
  }
  .page-pagination li a {
    padding: 9px;
    width: 35px;
    height: 35px;
  }
  .page-pagination li a i {
    line-height: 24px;
  }
}

.page-pagination li:hover a {
  color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.page-pagination li.active a {
  color: var(--primary-color);
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/*-- Breadcrumb --*/
/*-- Category Page Title --*/
.category-page-title h4 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #3a3a3a;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

/*-- Gift A Plant --*/
.occasions__section .collapse__btn__wrapper {
  display: flex;
  transition: all 0.4s ease;
}

.occasions__section .collapse__btn {
  width: 100%;
  max-width: 540px;
  color: #80BB01;
  border: 1px solid #80BB01;
  padding: 13px;
  border-radius: 0;
  font-size: 20px;
  transition: all 0.4s ease;
  background-color: #E6F5EE;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.occasions__section .collapse__btn::before, .occasions__section .collapse__btn::after {
  display: none !important;
}

.occasions__section .collapse__btn img {
  max-width: 50px;
  transition: all 0.3s ease;
}

.occasions__section .collapse__btn.collapsed {
  transform: translateX(50%);
  transition: all 0.4s ease;
  background-color: white;
}

.occasions__section .collapse__btn.collapsed img {
  max-width: 0;
}

.occasions__section ul {
  list-style: none;
  padding: 40px 30px;
}

.occasions__section ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.occasions__section ul li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 4px;
  background-image: url(/assets/images/frontend/list-flower.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 18px;
  width: 18px;
}

.occasions__section ul li h6 {
  color: #555555;
  margin-bottom: 0;
  font-size: 20px;
}

.occasions__section ul li p {
  color: #555555;
  font-size: 16px;
  margin-bottom: 0;
}

.page__section.gift__section {
  padding: 40px 0;
}

.occassion__contents {
  display: flex;
}

.occassion__contents > div {
  flex-basis: 50%;
}

.occassion__contents > div.img__wrapper {
  background-image: url(/assets/images/frontend/img-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.occassion__bottom {
  background-color: rgba(245, 130, 31, 0.1);
  padding: 50px 0 70px;
}

.occassion__bottom p {
  color: #f5821f;
  max-width: 950px;
  margin: 0 auto;
  font-size: 24px;
  position: relative;
}

.occassion__bottom p::before {
  background-color: #f5821f;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 180px;
  content: '';
}

@media (max-width: 1199px) {
  .occasions__section .collapse__btn.collapsed {
    transform: translateX(0);
  }
  .occasions__section .collapse__btn {
    margin: auto;
  }
  .occassion__bottom p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .occassion__contents {
    flex-direction: column;
  }
  .occassion__contents > div:first-child {
    order: 2;
  }
  .occassion__contents > div.img__wrapper {
    order: 1;
    max-width: 500px;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .occasions__section .collapse__btn {
    margin: auto;
    font-size: 16px;
  }
  .occasions__section .collapse__btn img {
    max-width: 30px;
  }
  .occassion__bottom p {
    font-size: 18px;
  }
  .occassion__bottom p::before {
    width: 100px;
  }
}

/*--
    - Button
------------------------------------------*/
.btn, .btn-2 {
  border: 1px solid #626262;
  line-height: 24px;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3a3a3a;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.btn:focus, .btn-2:focus {
  outline: none;
}

.btn::before, .btn-2::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 150%;
  background-color: #3a3a3a;
  transition: all 0.3s ease 0s;
  content: "";
  transform: translateX(-50%) translateY(-50%) rotate(-30deg);
  opacity: 0;
  z-index: -1;
}

.btn:hover, .btn-2:hover {
  color: var(--primary-color);
}

.btn:hover::before, .btn-2:hover::before {
  height: 300%;
  opacity: 1;
}

.btn.hover-theme::before, .btn-2.hover-theme::before {
  background-color: var(--primary-color);
}

.btn.hover-theme:hover, .btn-2.hover-theme:hover {
  border-color: var(--primary-color);
  color: #3a3a3a;
}

.btn.hover-theme:hover::before, .btn-2.hover-theme:hover::before {
  height: 300%;
  opacity: 1;
}

.btn.btn-circle, .btn-2.btn-circle {
  border-radius: 50px;
}

.btn.btn-radius, .btn-2.btn-radius {
  border-radius: 5px;
}

.btn.btn-square, .btn-2.btn-square {
  border-radius: 0;
}

.btn.btn-text, .btn-2.btn-text {
  border-radius: 0;
  padding: 0;
  line-height: 20px;
  border: none;
}

.btn.btn-text::before, .btn-2.btn-text::before {
  display: none;
}

.btn.btn-text.hover-theme:hover, .btn-2.btn-text.hover-theme:hover {
  color: var(--primary-color);
}

.btn.btn-underline, .btn-2.btn-underline {
  text-decoration: underline;
}

.btn.btn-large, .btn-2.btn-large {
  padding: 15px 40px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-large, .btn-2.btn-large {
    font-size: 12px;
    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-large, .btn-2.btn-large {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}

.btn.btn-medium, .btn-2.btn-medium {
  padding: 7px 20px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .btn.btn-medium, .btn-2.btn-medium {
    font-size: 12px;
    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn.btn-medium, .btn-2.btn-medium {
    font-size: 11px;
    padding: 4px 15px;
    margin-top: 15px;
  }
}

.btn.btn-small, .btn-2.btn-small {
  padding: 4px 15px;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .btn, .btn-2 {
    font-size: 12px;
    padding: 7px 25px;
  }
}

@media only screen and (max-width: 479px) {
  .btn, .btn-2 {
    font-size: 11px;
    padding: 4px 15px;
  }
}

.btn-2 {
  padding: 8px 30px;
}

.no-hover::before {
  opacity: 0;
  left: unset;
  top: unset;
  height: unset;
  width: unset;
  background-color: unset;
  transition: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
}

/*--
    - Blockquote
------------------------------------------*/
.blockquote {
  padding: 30px 20px;
  position: relative;
  color: #ffffff;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .blockquote {
    padding: 30px 15px 0 15px;
  }
}

@media only screen and (max-width: 479px) {
  .blockquote {
    padding: 20px;
  }
}

.blockquote p {
  font-size: 14px;
  color: var(--primary-color);
}

/*--
    Sidebar Widget Css
----------------------------------*/
.widget-title {
  margin-bottom: 20px;
}

.widget-title h4 {
  font-weight: 600;
}

.widget-search-form {
  position: relative;
  margin-top: 20px;
}

.widget-search-form input {
  border-bottom: 1px solid #ddd;
  position: relative;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  padding: 0 40px 10px 10px;
}

.widget-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: transparent;
}

.widget-search-form button:hover {
  color: var(--primary-color);
}

.widget-related-wrap .single-related {
  position: relative;
  padding-left: 115px;
  min-height: 105px;
  margin-bottom: 20px;
  padding-top: 10px;
  overflow: hidden;
}

.widget-related-wrap .single-related:last-child {
  margin-bottom: 0;
}

.widget-related-wrap .single-related-image {
  position: absolute;
  left: 0;
  top: 5px;
  overflow: hidden;
  max-width: 100px;
}

.widget-related-wrap .single-related-contents h5 {
  font-weight: 600;
  font-size: 16px;
}

.widget-related-wrap .single-related-contents p {
  font-weight: 13px;
}

.archives li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.archives li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  background: #222;
  height: 3px;
  width: 3px;
  border-radius: 50%;
}

.archives li a span {
  margin-left: 30px;
}

.justify-content-between [class*="col"], .justify-content-between [class*="col-"] {
  flex-grow: 0;
}

.justify-space-evenly {
  justify-content: space-evenly !important;
}

.black-ovelay {
  position: relative;
}

.black-ovelay::before {
  background: rgba(0, 0, 0, 0.8);
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/*-- Overlay styles --*/
[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-overlay]:before {
  background-color: var(--primary-color);
}

[data-secondary-overlay]:before {
  background-color: #6564db;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .footer-bottom .copyright-wrapper {
    flex-direction: column !important;
  }
  .footer-bottom .copyright-wrapper p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 479px) {
  .container {
    width: auto !important;
  }
}

@media (max-width: 991px) {
  .section-hide {
    display: none;
  }
}

.page__wrapper {
  position: relative;
}

@media (min-width: 1200px) {
  .page__wrapper .container__xl {
    max-width: 1830px !important;
  }
}

@keyframes flipside {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-180deg);
  }
}

@keyframes normalFade {
  0% {
    opacity: 0 !important;
  }
  100% {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 479px) {
  .page__wrapper .container__xl {
    max-width: 400px !important;
  }
}

@media screen and (max-width: 424px) {
  .page__wrapper .container__xl {
    max-width: 317px !important;
  }
}

.page__wrapper .banner .carousel-caption {
  bottom: 100px;
  z-index: 5;
}

@media screen and (max-width: 424px) {
  .page__wrapper .banner .carousel-caption {
    bottom: 45px;
  }
}

.page__wrapper .banner .carousel__title {
  font-size: 80px;
  color: black;
  line-height: 80px;
  animation-name: fadeInDown;
  animation-duration: 1s;
}

@media screen and (max-width: 992px) {
  .page__wrapper .banner .carousel__title {
    font-size: 40px;
    line-height: 40px;
  }
}

.page__wrapper .banner .black__line {
  width: 100px;
  height: 5px;
  background: black;
  animation-name: fadeIn;
  animation-duration: .5s;
  animation-delay: 1s !important;
  margin: 35px 0 45px;
}

@media screen and (max-width: 767px) {
  .page__wrapper .banner .black__line {
    margin: 15px 0;
  }
}

.page__wrapper .banner .carousel__texts {
  color: #666666;
  min-width: 638px;
  max-width: 638px;
  white-space: normal;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 1.5s !important;
  min-width: 638px;
  max-width: 638px;
}

@media screen and (max-width: 991px) {
  .page__wrapper .banner .carousel__texts {
    min-width: auto;
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .page__wrapper .banner .carousel__texts {
    font-size: 12px;
  }
}

.page__wrapper .banner .carousel__link {
  color: white !important;
  background: black;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  line-height: 53px;
  display: block;
  max-width: 200px;
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-delay: 2s;
}

.page__wrapper .banner .carousel__link:hover {
  background: var(--primary-color);
}

.page__wrapper .banner .carousel-indicators {
  display: none;
}

.page__wrapper .banner .carousel-indicators li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .page__wrapper .banner .carousel-indicators {
    display: flex;
  }
}

.page__wrapper .banner .carousel__controllers {
  opacity: 1;
}

.page__wrapper .banner .carousel__controllers img {
  filter: brightness(0);
}

.page__wrapper .banner .carousel__controllers:hover img {
  filter: brightness(1);
}

@media screen and (max-width: 767px) {
  .page__wrapper .banner .carousel__controllers {
    display: none;
  }
}

.page__wrapper .banner.sub__banner {
  position: relative;
}

.page__wrapper .banner.sub__banner .sub__banner__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.page__wrapper .banner.sub__banner .sub__banner__title h4 {
  color: white;
}

.page__wrapper .banner.sub__banner .sub__banner__title h4.underline__wrapper {
  position: relative;
}

.page__wrapper .banner.sub__banner .sub__banner__title h4.underline__wrapper span {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: white;
  display: inline-block;
  width: 80px;
}

@media (min-width: 1200px) {
  .page__wrapper .page__section .container {
    max-width: 1200px;
  }
}

.page__wrapper .page__section h4 {
  color: var(--section-subheader);
  font-size: 14px;
  font-weight: 500;
  color: var(--section-subheader);
  font-family: 'Rubik', sans-serif;
  letter-spacing: .22em;
}

.page__wrapper .page__section h4 span {
  position: relative;
  display: inline-block;
}

.page__wrapper .page__section h4 span::before {
  position: absolute;
  content: '';
  top: 12px;
  right: -26px;
  height: 2px;
  background-color: var(--primary-color);
  width: 20px;
  opacity: .7;
}

.page__wrapper .page__section h4 span::after {
  position: absolute;
  content: '';
  top: 12px;
  left: -26px;
  height: 2px;
  background-color: var(--primary-color);
  width: 20px;
  opacity: .7;
}

.page__wrapper .page__section .section__header {
  font-size: 35px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.35;
}

.page__wrapper .page__section .section__header.orange__header {
  color: var(--secondary-color);
  font-size: 24px;
  margin-bottom: 20px;
}

.page__wrapper .page__section .section__header.black__header {
  color: #333333;
  font-size: 24px;
  margin-bottom: 20px;
}

.page__wrapper .page__section.service__section {
  padding-top: 90px;
  padding-bottom: 20px;
}

.page__wrapper .page__section.service__section .service__section__col {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  transition-duration: 0.3s;
  padding: 25px 35px;
  height: 100%;
}

.page__wrapper .page__section.service__section .service__section__col .service__block__title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.page__wrapper .page__section.service__section .service__section__col .service__block__text {
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--main-color);
}

.page__wrapper .page__section.service__section .service__section__col:hover {
  box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.page__wrapper .page__section.service__section .service__section__col:hover img {
  animation-duration: 2s;
  animation-name: flipside;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media screen and (max-width: 991px) {
  .page__wrapper .page__section.service__section .service__section__col {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .page__wrapper .page__section.service__section .service__section__col {
    flex-direction: row;
    margin-bottom: 20px;
  }
}

.page__wrapper .page__section.history__section {
  padding-top: 60px;
}

.page__wrapper .page__section.history__section .history__section__content {
  max-width: 900px;
  margin: auto;
}

.page__wrapper .page__section.history__section .history__section__content h3 {
  font-size: 80px;
  margin-bottom: 0;
}

@media screen and (max-width: 424px) {
  .page__wrapper .page__section.history__section .history__section__content h3 {
    font-size: 35px;
  }
}

.page__wrapper .page__section.history__section .history__section__content .history__text {
  color: var(--main-color);
  line-height: 2.1;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .page__wrapper .page__section.catagories__section .catagory__right__spacing {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .page__wrapper .page__section.catagories__section .catagory__cols {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.page__wrapper .page__section.catagories__section .catagories__wrapper {
  height: 100%;
  position: relative;
  transition-duration: 0.2s;
}

.page__wrapper .page__section.catagories__section .catagories__wrapper .catagories__images {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page__wrapper .page__section.catagories__section .catagories__wrapper .catagory__name {
  background: white;
  padding: 6px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition-duration: 0.2s;
}

.page__wrapper .page__section.catagories__section .catagories__wrapper .catagory__name .name {
  color: black;
  font-size: 15px;
  transition-duration: 0.2s;
  font-weight: 500;
  line-height: 1.35;
}

.page__wrapper .page__section.catagories__section .catagories__wrapper .catagory__name .items {
  font-size: 11px;
  text-transform: uppercase;
  color: var(--primary-color);
  transition-duration: 0.2s;
  font-weight: 400;
  letter-spacing: .2em;
}

.page__wrapper .page__section.catagories__section .catagories__wrapper .catagories__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.page__wrapper .page__section.catagories__section .catagories__wrapper:hover {
  box-shadow: 0px 10px 30px 0px #d3d3d3;
}

.page__wrapper .page__section.catagories__section .catagories__wrapper:hover .catagory__name {
  background: var(--primary-color);
}

.page__wrapper .page__section.catagories__section .catagories__wrapper:hover .catagory__name .name, .page__wrapper .page__section.catagories__section .catagories__wrapper:hover .catagory__name .items {
  color: white;
}

@media screen and (max-width: 991px) {
  .page__wrapper .page__section.catagories__section .catagories__wrapper {
    margin: 5px 0;
  }
}

.page__wrapper .page__section.team__section {
  background: rgba(245, 130, 31, 0.1);
  padding: 30px 0;
}

.page__wrapper .page__section.team__section h3 {
  color: #f5821f;
}

.page__wrapper .page__section.team__section h3.underline__wrapper {
  position: relative;
}

.page__wrapper .page__section.team__section h3.underline__wrapper span {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: #f5821f;
  display: inline-block;
  width: 80px;
}

.page__wrapper .page__section.project__section {
  padding: 30px 0;
}

.page__wrapper .page__section.project__section h3.underline__wrapper {
  position: relative;
}

.page__wrapper .page__section.project__section h3.underline__wrapper span {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  background: black;
  display: inline-block;
  width: 80px;
}

.page__wrapper .page__section.featured__product__section {
  padding-bottom: 55px;
}

.page__wrapper .page__section.deal__section {
  background: url(../images/dealsectionbg.jpg) no-repeat center/cover;
  padding-top: 80px;
  position: relative;
  margin-bottom: 140px;
}

.page__wrapper .page__section.client__section {
  padding: 80px 0;
  background: var(--client-bg);
}

.page__wrapper .page__section.client__section p {
  font-size: 18px;
  color: var(--main-color);
  margin: 25px 0;
  font-weight: 400;
  line-height: 1.6;
}

.page__wrapper .page__section.client__section p.blog__quote {
  max-width: 800px;
  margin: auto;
}

.page__wrapper .page__section.post__section {
  background-color: var(--light-grey-bg) !important;
  padding: 115px 0;
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.page__wrapper .page__section.post__section .section__header {
  margin-bottom: 70px;
  font-family: 'Rubik', sans-serif;
}

@media (max-width: 479px) {
  .page__wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.new__section .history__text {
  font-size: 16px;
}

.new__section .new__row {
  display: flex;
  padding: 50px 0;
  align-items: center;
}

.new__section .new__row.plant__joy__row {
  position: relative;
}

.new__section .new__row.plant__joy__row::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 45%;
  right: 45%;
  height: 2px;
  background: var(--secondary-color);
  opacity: .4;
}

.new__section .new__row .new__row__top {
  position: relative;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new__section .new__row .new__row__top img {
  opacity: .1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.new__section .new__row .new__row__top .history__text {
  max-width: 700px;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .new__section .new__row .image__section {
    margin: auto;
  }
}

.new__section .new__row .info__section .section__header {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}

.new__section .new__row .info__section .history__text {
  color: var(--main-color);
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

.new__section .new__row .info__section .read__more__link {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.new__section .new__row .info__section .read__more__link:hover {
  background: var(--primary-color);
  color: white;
}

@media screen and (max-width: 1023px) {
  .new__section .new__row .info__section {
    margin-top: 20px;
  }
}

.new__section .new__row:nth-child(even) .image__section {
  order: 2;
}

.new__section .new__row:nth-child(even) .info__section {
  order: 1;
}

@media screen and (max-width: 1023px) {
  .new__section .new__row:nth-child(odd) .image__section {
    margin-right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .new__section .new__row {
    padding: 25px 0;
  }
  .new__section .new__row:nth-child(even) .image__section {
    order: 1;
  }
  .new__section .new__row:nth-child(even) .info__section {
    order: 2;
  }
}

.page__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page__header {
  padding: 20px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.page__header.is-sticky {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .page__header.is-sticky {
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .page__header.is-sticky .container {
    max-width: 1200px;
  }
}

.page__header.is-sticky .header__options {
  display: none !important;
}

@media screen and (min-width: 992px) {
  .page__header .container {
    max-width: 1830px;
    padding: 0 15px;
  }
}

.page__header .page__header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page__header .page__header__main .header__nav {
  display: flex;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists {
  display: flex;
  font-family: 'Rubik', sans-serif;
  flex-wrap: wrap;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li {
  white-space: nowrap;
  margin-right: 35px;
  position: relative;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links {
  color: black;
  position: relative;
  height: 42px;
  line-height: 42px;
  font-weight: 500;
  padding: 0 6px;
  font-size: 15px;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links::before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: var(--primary-color);
  content: '';
  width: 0;
  transition: all .3s ease;
  transform-origin: center;
  width: 0;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links:hover {
  color: var(--primary-color);
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links:hover::before {
  width: auto;
  left: 0;
  right: 0;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links.active {
  color: var(--primary-color);
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links.active::before {
  width: auto;
  left: 0;
  right: 0;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links.plant__new__link {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: var(--primary-color);
  padding: 0 15px;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links.plant__new__link::before {
  display: none;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .main__links.plant__new__link:hover {
  border: 1px solid var(--primary-color);
  color: white;
  background: var(--primary-color);
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .sub__link__list {
  position: absolute;
  top: 120%;
  background: white;
  min-width: 200px;
  padding: 20px 0;
  transform: perspective(600px) rotateX(-90deg);
  transition-duration: .3s;
  transform-origin: top left;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .sub__link__list li {
  margin-right: 0;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .sub__link__list li a {
  padding: 10px 30px;
  font-size: 13px;
  font-weight: 400;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .sub__link__list.feature__sublink__list {
  right: -45px;
  min-width: 500px !important;
  white-space: nowrap;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .sub__link__list.feature__sublink__list h6 {
  padding: 0 15px;
  text-transform: uppercase;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li .sub__link__list.feature__sublink__list li a {
  padding: 5px 15px;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li:hover .sub__link__list {
  transform: perspective(600px) rotateX(0deg);
  display: flex;
}

.page__header .page__header__main .header__nav .link__wrapper .link__lists li:hover .sub__link__list ul {
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
  .page__header .page__header__main .header__nav .link__wrapper {
    display: none;
  }
}

.page__header .page__header__main .header__nav .responsive__header {
  display: none;
  margin: 15px 0;
}

.page__header .page__header__main .header__nav .responsive__header a {
  color: #999;
}

.page__header .page__header__main .header__nav .responsive__header a:hover {
  color: var(--primary-color);
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .menu__toggler {
  border: none;
  border-radius: 0;
  color: white !important;
  padding: 15px 12px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  background: var(--primary-color);
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .menu__toggler::before {
  display: none;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .menu__toggler:hover {
  background: #92b364;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  background: white;
  font-family: 'Rubik', sans-serif;
  z-index: 8;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.6);
  padding: 3px 15px;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li {
  position: relative;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li .responsive__main__links {
  color: #999;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  border-top: 1px solid #999;
  text-transform: uppercase;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li .responsive__main__links:hover {
  color: var(--primary-color);
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li:first-child .responsive__main__links {
  border-top: none;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li .sub__nav__links {
  padding-left: 15px;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li .sub__nav__links li {
  padding-top: 3px;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li .sub__nav__links li a {
  border-top: 1px solid #999;
  display: block;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li .sub__nav__links li:first-child {
  padding-top: 0;
}

.page__header .page__header__main .header__nav .responsive__header .resopnsive__header__contents .collapse__nav__links .main__collapse li .sub__nav__links li:last-child {
  padding-bottom: 5px;
}

@media screen and (max-width: 1023px) {
  .page__header .page__header__main .header__nav .responsive__header {
    display: block;
  }
}

.page__header .page__header__main .header__nav .header__options .cart__option {
  position: relative;
}

.page__header .page__header__main .header__nav .header__options .cart__option .cart__menu__dropdown {
  font-family: 'Rubik', sans-serif;
  position: absolute;
  top: 100%;
  right: 0;
  width: 360px;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease;
  z-index: 9;
}

.page__header .page__header__main .header__nav .header__options .cart__option .cart__menu__dropdown .cart__menu__dropdown__content {
  background: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--main-color);
  padding: 30px 25px 15px;
}

.page__header .page__header__main .header__nav .header__options .cart__option .cart__menu__dropdown .cart__menu__dropdown__content p {
  color: var(--main-color);
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page__header .page__header__main .header__nav .header__options .cart__option .cart__menu__dropdown {
    right: -120% !important;
    width: 280px !important;
  }
}

@media screen and (max-width: 424px) {
  .page__header .page__header__main .header__nav .header__options .cart__option .cart__menu__dropdown {
    right: -132% !important;
  }
}

.page__header .page__header__main .header__nav .header__options .cart__option:hover .cart__menu__dropdown {
  visibility: visible;
  opacity: 1;
}

.page__header .page__header__main .header__nav .header__options a {
  white-space: nowrap;
  line-height: 20px;
  position: relative;
}

.page__header .page__header__main .header__nav .header__options a.link__cart {
  padding-left: 30px;
  font-size: 13px;
}

.page__header .page__header__main .header__nav .header__options a.link__cart .cart__numbers {
  position: absolute;
  top: 0;
  left: 10px;
  background: var(--primary-color);
  color: white !important;
  border-radius: 50%;
  font-size: 0.83em;
  height: 19px;
  line-height: 19px;
  width: 19px;
  text-align: center;
}

.page__header .page__header__main .header__nav .header__options a.link__cart::before {
  content: '\f07a';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 18px !important;
}

.page__header .page__header__main .header__nav .header__options .header__search {
  position: relative;
  cursor: pointer;
  transition-duration: .2s;
}

.page__header .page__header__main .header__nav .header__options .header__search .search__box {
  position: absolute;
  top: 40px;
  right: 0;
  background: white;
  height: 38px;
  width: 380px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.page__header .page__header__main .header__nav .header__options .header__search .search__box .form-control {
  height: 100%;
  border-radius: 0;
  border: none;
  height: 38px;
}

.page__header .page__header__main .header__nav .header__options .header__search .search__box .btn {
  padding: 0;
  height: 38px;
  width: 38px;
  border: none;
  border-radius: 0;
}

.page__header .page__header__main .header__nav .header__options .header__search .search__box .btn::before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .page__header .page__header__main .header__nav .header__options .header__search .search__box {
    width: 282px;
    right: -90px;
  }
}

.page__header .page__header__main .header__nav .header__options .header__search:hover {
  color: var(--primary-color);
}

.page__header .page__header__main .header__nav .header__options .header__menu {
  cursor: pointer;
  position: relative;
  transition-duration: .2s;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown {
  position: absolute;
  top: 20px;
  min-width: 230px;
  right: 0;
  padding-top: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s ease;
  z-index: 9;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner {
  background: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 25px;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .upper__list li {
  margin-bottom: 6px;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .upper__list li a {
  color: var(--main-color) !important;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .upper__list li a:hover {
  color: var(--primary-color) !important;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .horizontal__line {
  background: var(--main-color);
  opacity: .4;
  height: 1px;
  margin: 15px 0;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__name {
  color: var(--main-color) !important;
  min-width: 75px;
  text-transform: uppercase;
  font-size: 13px;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options {
  position: relative;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options .selected__language {
  color: var(--primary-color);
  position: relative;
  padding: 0 15px 0 5px;
  width: 100px;
  font-size: 13px;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options .selected__language.dropdown-toggle::after {
  border: none;
  content: '\f078';
  font-family: FontAwesome;
  font-size: 10px;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options .language__options__menu {
  border: 1px solid #ece1e1;
  padding: 6px 10px;
  min-width: 100px;
  max-width: 100px;
  border-radius: 0;
  background: white;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options .language__options__menu ul li {
  border-bottom: 1px solid #ece1e1;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 6px;
  padding-top: 6px;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options .language__options__menu ul li a {
  color: var(--main-color) !important;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options .language__options__menu ul li a:hover {
  color: var(--primary-color) !important;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options .language__options__menu ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.page__header .page__header__main .header__nav .header__options .header__menu .header__menu__dropdown .menu__inner .switcher .language .language__options:hover .language__options__menu {
  display: block;
}

.page__header .page__header__main .header__nav .header__options .header__menu:hover i {
  color: var(--primary-color);
}

.page__header .page__header__main .header__nav .header__options .header__menu:hover .header__menu__dropdown {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1023px) {
  .page__header .page__header__main .header__nav {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 1023px) {
  .page__header .page__header__main {
    flex-direction: column;
  }
}

@media screen and (max-width: 1023px) {
  .page__header {
    position: static;
  }
}

.cart-close-top {
  position: absolute;
  top: 0;
  right: 0;
}

.mini-cart .price-box {
  width: unset;
}

/*--
    03. Categories Menu Css
-------------------------------*/
.categories_menu {
  position: relative;
}

.categories_title {
  height: 50px;
  line-height: 50px;
  background: var(--primary-color);
  border-radius: 8px 8px 0 0;
  padding: 0 30px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.categories_title .categori_toggle {
  line-height: 50px;
  color: #fff;
  font-size: 1em;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
}

.categories_title .categori_toggle::after {
  content: "\e908";
  color: #fff;
  display: inline-block;
  font-family: 'plaza-icon';
  position: absolute;
  font-size: 18px;
  line-height: 0px;
  right: 30px;
  top: 50%;
  transform: translatey(-50%);
}

.categories-menu-wrap_box .categories_title {
  height: 53px;
  line-height: 53px;
  border-radius: 0px 0px 0 0;
}

.categories-menu-wrap_box .categories_menu_toggle {
  display: none;
}

.categories_menu_toggle {
  padding: 15px 0 9px;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
}

.categories_menu_toggle > ul > li {
  position: relative;
}

.categories_menu_toggle > ul > li > a {
  font-size: 14px;
  line-height: 1.8;
  text-transform: capitalize;
  font-weight: 400;
  display: block;
  cursor: pointer;
  padding: 6px 30px;
}

.categories_menu_toggle > ul > li > a i {
  float: right;
  line-height: 1.8;
}

.categories_menu_toggle > ul > li:hover ul.categories_mega_menu {
  opacity: 1;
  visibility: visible;
  left: 100%;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu {
  position: absolute;
  left: 110%;
  width: 210px;
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
  top: 0;
  transition: .3s;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li {
  display: block;
  border-bottom: 1px solid #ddd;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li:last-child {
  border-bottom: none;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu > li > a {
  display: block;
  padding: 8px 0;
}

.categories_menu_toggle > ul > li ul.categories_mega_menu.open {
  display: block;
  left: 0;
}

.categories-more-less {
  border-top: 1px solid #ddd;
  margin: 10px 30px 0;
}

.categories-more-less a {
  padding: 12px 0px !important;
  font-weight: 500 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .categories_menu_toggle > ul > li {
    position: relative;
  }
  .categories_menu_toggle > ul > li > a {
    position: relative;
  }
  .categories_menu_toggle > ul > li ul.categories_mega_menu {
    display: none;
    opacity: inherit !important;
    visibility: inherit !important;
    left: inherit !important;
    width: 100%;
    top: 100%;
    max-height: 350px;
    overflow: auto;
    transition: unset;
    box-shadow: inherit;
    position: inherit;
    padding: 6px 20px 6px 40px;
    background: #f9f9f9;
  }
  .categories_menu_toggle > ul > li ul.categories_mega_menu > li {
    width: 100%;
    padding: 0;
  }
  .categories_menu_toggle > ul > li.menu_item_children > a i {
    transform: rotate(90deg);
  }
  .categories_menu_toggle > ul > li.menu_item_children.open > a i {
    transform: rotate(-90deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 991px) and (max-width: 767px), only screen and (max-width: 767px) and (max-width: 767px) {
  .categories_menu_toggle {
    display: none;
  }
}

.categories-more-less {
  cursor: pointer;
}

.categories_menu_toggle ul li a.less-show {
  display: none;
}

.categories_menu_toggle ul li.rx-change a.less-show {
  display: block;
}

.categories_menu_toggle ul li.rx-change a.more-default {
  display: none;
}

.categories_menu_toggle li.hide-child {
  display: none;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-sticky.is-sticky .categories-menu-wrap_box {
    display: none;
  }
}

/*-- Welcome Text Css --*/
.welcome-section .welcome-title h2 {
  font-weight: 400;
  font-size: 2.1429em;
  margin-bottom: 25px;
}

.welcome-section .welcome-title h2 strong {
  color: var(--primary-color);
}

.welcome-section p {
  max-width: 750px;
  margin: 30px auto;
}

.welcome-section h4 {
  font-size: 0.8571em;
  font-weight: 400;
  margin: 0px 0 0;
}

/*--
    04. Hero Css
--------------------------------*/
.hero-slider-one .swiper-slide {
  background-size: cover;
  background-position: center;
}

.hero-slider-one .gallery-top {
  height: 425px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .hero-slider-one .gallery-top {
    height: 400px;
  }
}

.hero-slider-one .gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 0px 0;
  border-bottom: 1px solid #ddd;
}

.hero-slider-one .gallery-thumbs .slider-thum-text {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: #777777;
  padding: 14px 0px;
  max-width: 120px;
  margin: auto;
  cursor: pointer;
}

.hero-slider-one .gallery-thumbs .slider-thum-text:hover {
  color: var(--primary-color);
}

.hero-slider-one .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border-bottom: 2px solid transparent;
}

.hero-slider-one .gallery-thumbs .swiper-slide-thumb-active {
  border-bottom: 2px solid var(--primary-color);
}

.hero-slider-five .swiper-slide {
  background-size: cover;
  background-position: center;
}

.hero-slider-five .gallery-top {
  height: 480px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .hero-slider-five .gallery-top {
    height: 400px;
  }
}

.hero-slider-five .hero-content-one {
  display: flex;
  align-items: center;
  height: 100%;
}

.hero-slider-five .gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 0px 0;
  border-bottom: 1px solid #ddd;
}

.hero-slider-five .gallery-thumbs .slider-thum-text {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.1;
  color: #777777;
  padding: 14px 0px;
  max-width: 120px;
  margin: auto;
  cursor: pointer;
}

.hero-slider-five .gallery-thumbs .slider-thum-text:hover {
  color: var(--primary-color);
}

.hero-slider-five .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border-bottom: 2px solid transparent;
}

.hero-slider-five .gallery-thumbs .swiper-slide-thumb-active {
  border-bottom: 2px solid var(--primary-color);
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
}

.hero-content-one .slider-content-text, .hero-content-two .slider-content-text {
  padding: 70px 50px;
  width: 100%;
}

.hero-content-one .slider-content-text h1, .hero-content-two .slider-content-text h1 {
  color: #ffffff;
  margin-bottom: 20px;
}

.hero-content-one .slider-content-text h2, .hero-content-two .slider-content-text h2 {
  color: #ffffff;
  margin-bottom: 40px;
}

.hero-content-one .slider-content-text p, .hero-content-two .slider-content-text p {
  color: #ffffff;
}

.hero-content-one .slider-content-text .slider-btn, .hero-content-two .slider-content-text .slider-btn {
  margin-top: 50px;
}

.hero-content-one .slider-content-text .slider-btn a, .hero-content-two .slider-content-text .slider-btn a {
  z-index: 8;
  min-width: 170px;
  max-width: 170px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0px;
  text-transform: uppercase;
  background-color: white;
  border-radius: 3px;
  text-align: center;
  min-height: 50px;
  opacity: 1;
  transform-origin: 50% 50% 0px;
  transform: translate3d(0px, 0px, 0px);
  box-shadow: #999999 0px 0px 0px 0px;
}

.hero-content-one .slider-content-text .slider-btn a:hover, .hero-content-two .slider-content-text .slider-btn a:hover {
  background: var(--primary-color);
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .hero-content-one .slider-content-text, .hero-content-two .slider-content-text {
    padding: 50px 15px;
  }
  .hero-content-one .slider-content-text h2, .hero-content-two .slider-content-text h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .hero-content-one .slider-content-text h1, .hero-content-two .slider-content-text h1 {
    font-size: 26px;
    line-height: 30px;
  }
}

.hero-slider-one .swiper-container-horizontal > .swiper-pagination-bullets, .hero-slider-one .swiper-pagination-custom, .hero-slider-one .swiper-pagination-fraction {
  bottom: 30px;
  left: 50px;
  width: 100%;
  right: auto;
  text-align: left;
}

.hero-slider-one .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.hero-slider-one .swiper-pagination-bullet-active {
  background: #fff;
}

/*-- Hero Two Css --*/
.hero-slider-two .single-slide, .hero-slider-three .single-slide, .hero-slider-four .single-slide {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-slider-two .slider-content-text, .hero-slider-three .slider-content-text, .hero-slider-four .slider-content-text {
  padding: 70px 0px;
}

.hero-slider-two h1, .hero-slider-three h1, .hero-slider-four h1 {
  font-weight: 400;
}

.hero-slider-two h2, .hero-slider-three h2, .hero-slider-four h2 {
  font-weight: 400;
}

.hero-slider-two .slick-arrow, .hero-slider-three .slick-arrow, .hero-slider-four .slick-arrow {
  background-color: rgba(0, 0, 0, 0.6);
  border: medium none;
  border-radius: 0px;
  color: #ffffff;
  height: 40px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 99;
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: 0;
  transition: 0.4s;
}

.hero-slider-two .slick-arrow:hover, .hero-slider-three .slick-arrow:hover, .hero-slider-four .slick-arrow:hover {
  background-color: #333;
}

@media only screen and (max-width: 479px), only screen and (max-width: 767px) {
  .hero-slider-two .slick-arrow, .hero-slider-three .slick-arrow, .hero-slider-four .slick-arrow {
    height: 40px;
    width: 40px;
  }
}

.hero-slider-two .slick-arrow.slick-next, .hero-slider-three .slick-arrow.slick-next, .hero-slider-four .slick-arrow.slick-next {
  right: 15px;
}

.hero-slider-two .slick-arrow.slick-prev, .hero-slider-three .slick-arrow.slick-prev, .hero-slider-four .slick-arrow.slick-prev {
  left: 15px;
}

.hero-slider-two:hover .slick-arrow, .hero-slider-three:hover .slick-arrow, .hero-slider-four:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  -ms-filter: 1;
  transform: translateY(-50%);
}

.hero-slider-three .single-slide, .hero-slider-four .single-slide {
  height: 530px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-three .single-slide, .hero-slider-four .single-slide {
    height: 400px;
  }
}

.hero-slider-four .hero-content-two h1 {
  color: #333;
}

.hero-slider-four .hero-content-two h2 {
  color: #333;
}

.hero-slider-four .hero-content-two p {
  color: #333;
}

.hero-slider-four .hero-content-two .slider-btn a {
  background-color: var(--primary-color);
  color: #fff;
}

.hero-slider-four .hero-content-two .slider-btn a:hover {
  background: #333;
  color: #ffffff;
}

.hero-slider-four .slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 15px;
}

.hero-slider-four .slick-dots li {
  display: inline-block;
}

.hero-slider-four .slick-dots li.slick-active button {
  background: var(--primary-color);
}

.hero-slider-four .slick-dots button {
  background: #ddd;
  border: medium none;
  border-radius: 50%;
  color: #ffffff;
  height: 8px;
  bottom: 0%;
  width: 8px;
  font-size: 0px;
  margin: 0 3px;
  padding: 0;
}

.slick-current {
  /*-- Hero Content One --*/
}

.slick-current .slider-content-text h2 {
  animation-name: leFadeInLeft;
  animation-duration: 1.0s;
}

.slick-current .slider-content-text h1 {
  animation-name: leFadeInLeft;
  animation-duration: 1.9s;
}

.slick-current .slider-content-text p {
  animation-name: fadeInBottom;
  animation-duration: 1.7s;
}

.slick-current .slider-content-text .slider-btn-two {
  animation-name: fadeInBottom;
  animation-duration: 1.9s;
}

.slick-current .slider-content-text .social-top {
  animation-name: fadeInBottom;
  animation-duration: 1.9s;
}

/*--
    05. Support Css
--------------------------------*/
.custom-col-service {
  padding-right: 8px;
  padding-left: 8px;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-service {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-service {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-col-service {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .custom-col-service {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.single-support {
  display: flex;
  align-items: center;
}

.single-support .support-content {
  margin-left: 20px;
}

/*--
   06. Product Area Css
------------------------------*/
.single-categories-item {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  text-align: center;
  padding: 26px 11px;
}

.single-categories-item .cat-item-image {
  margin-bottom: 35px;
}

.single-categories-item .categories-title {
  position: relative;
  margin: 0;
}

.single-categories-item .categories-title h6 {
  color: #242424;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.single-categories-item .categories-title p {
  filter: alpha(opacity=0);
  opacity: 0;
  color: #777;
  font-size: .8571em;
}

.single-categories-item:hover {
  border: 2px solid var(--primary-color);
}

.single-categories-item:hover .categories-title p {
  filter: alpha(opacity=100);
  opacity: 1;
}

.price-box {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;
  transition: 0.3s ease;
}

.price-box .new-price {
  background: none;
  font-size: 1em;
  text-decoration: none;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.price-box .old-price {
  color: var(--old-price-color);
  display: inline-block;
  font-size: .875em;
  font-weight: normal;
  margin-left: 4px;
  text-decoration: line-through;
  filter: alpha(opacity=100);
  opacity: 1;
}

.product-two-row-4 .slick-track, .product-active-lg-4 .slick-track, .product-row-6-active .slick-track, .product-one-active .slick-track, .product-active--4 .slick-track {
  margin-top: 0px;
  padding: 0px 0 60px;
  transform: translateY(60px);
  margin-left: 0px;
}

.product-two-row-5 .slick-list, .product-two-row-3 .slick-list, .product-row-4-active .slick-list, .product-four-active .slick-list, .product-two-row .slick-list {
  margin: 0 0 -60px;
  overflow: hidden;
  padding: 0 0 60px;
  position: relative;
}

.product-col {
  padding-right: 8px;
  padding-left: 8px;
}

.single-product-wrap, .single-product-two {
  display: block;
  overflow: hidden;
  transition: all .4s ease-out;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
}

.single-product-wrap .product-image, .single-product-two .product-image {
  text-align: center;
}

.single-product-wrap .product-image .onsale, .single-product-two .product-image .onsale {
  background: var(--sale-bg-color, "#e01212");
  box-shadow: none;
  color: var(--sale-text-color, "#ffffff");
  font-family: Rubik;
  font-size: .8571em;
  font-weight: normal;
  height: 25px;
  left: 15px;
  line-height: 25px;
  min-height: initial;
  min-width: 0;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  text-shadow: none;
  text-transform: none;
  top: 15px;
  z-index: 42;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
}

.single-product-wrap .product-button .add-to-wishlist, .single-product-two .product-button .add-to-wishlist {
  clear: none;
  top: 15px;
  padding: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  z-index: 95;
  margin: 0;
  font-size: 16px;
}

.single-product-wrap .product-content, .single-product-two .product-content {
  text-align: center;
}

.single-product-wrap .product-content .product-name, .single-product-two .product-content .product-name {
  color: #333333;
  font-size: 1em;
  margin-bottom: 15px;
  font-weight: normal;
  height: 35px;
  overflow: hidden;
}

.single-product-wrap .product-content .product-rating, .single-product-two .product-content .product-rating {
  margin-bottom: 28px;
}

.single-product-wrap .product-content .product-rating ul li, .single-product-two .product-content .product-rating ul li {
  display: inline-block;
}

.single-product-wrap .product-content .product-rating ul li a, .single-product-two .product-content .product-rating ul li a {
  padding-right: 0px;
  color: #E7C643;
  font-size: 16px;
}

.single-product-wrap .product-content .product-rating ul li.bad-reting a, .single-product-two .product-content .product-rating ul li.bad-reting a {
  color: #CFCFCF;
}

.single-product-wrap .product-button-action, .single-product-two .product-button-action {
  height: 58px;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-top: -58px;
  transition: all .4s ease-out;
}

.single-product-wrap .product-button-action .add-to-cart, .single-product-two .product-button-action .add-to-cart {
  background: var(--add-to-cart-bg-color);
  border: none;
  color: var(--add-to-cart-text-color);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.025em;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-shadow: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s ease;
  padding: 0 18px;
}

.single-product-wrap .product-button-action .add-to-cart:hover, .single-product-two .product-button-action .add-to-cart:hover {
  background: var(--add-to-cart-bg-hover-color);
  border-color: var(--add-to-cart-bg-hover-color);
  color: var(--add-to-cart-hover-text-color);
}

.single-product-wrap:hover, .single-product-two:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: -58px;
  z-index: 2;
}

.single-product-wrap:hover .product-button-action, .single-product-two:hover .product-button-action {
  filter: alpha(opacity=100);
  opacity: 1;
  margin-top: 0;
}

.single-product-two .product-image {
  float: left;
  width: 40%;
}

.single-product-two .product-content {
  float: left;
  padding: 10px 5px 5px 15px;
  width: 60%;
  display: block;
  text-align: left;
}

.single-product-two .product-button-action {
  height: 58px;
  filter: alpha(opacity=0);
  opacity: 0;
  margin-top: -58px;
}

.single-product-two:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  z-index: 99999999999;
}

.single-product-two:hover .product-button-action {
  filter: alpha(opacity=100);
  opacity: 1;
  margin-top: -58px;
}

.product-image {
  position: relative;
}

.countdown-deals {
  text-align: center;
  display: flex;
  background: var(--primary-color);
  border-radius: 3px;
  justify-content: space-evenly;
  height: 50px;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

.countdown-deals .single-countdown {
  color: #fff;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.countdown-deals .single-countdown .single-countdown__time {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.countdown-deals .single-countdown .single-countdown__text {
  font-size: 10px;
}

.view-all-product a {
  color: var(--primary-color);
}

.tabs-categorys-list .menu-tabs, .tabs-categorys-list .menu-tabs-two {
  margin: 0;
  padding: 0 90px 0 0;
  list-style: none;
  justify-content: flex-end;
  margin-top: 6px;
}

.tabs-categorys-list .menu-tabs li, .tabs-categorys-list .menu-tabs-two li {
  padding-right: 25px;
}

.tabs-categorys-list .menu-tabs li:last-child, .tabs-categorys-list .menu-tabs-two li:last-child {
  padding-right: 0;
}

.tabs-categorys-list .menu-tabs li .active, .tabs-categorys-list .menu-tabs-two li .active {
  color: var(--primary-color);
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tabs-categorys-list .menu-tabs, .tabs-categorys-list .menu-tabs-two {
    padding: 0 52px 0 0;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .tabs-categorys-list .menu-tabs li, .tabs-categorys-list .menu-tabs-two li {
    padding-right: 10px;
  }
}

.tabs-categorys-list .menu-tabs-two {
  padding: 0 15px 0 0;
}

.tabs-categorys-list-two .menu-tabs {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.tabs-categorys-list-two .menu-tabs li {
  font-size: 16px;
}

.tabs-categorys-list-two .menu-tabs li a {
  padding: 0 10px;
}

.tabs-categorys-list-two .menu-tabs li .active {
  color: #000;
  position: relative;
  font-size: 18px;
}

.tabs-categorys-list-two .menu-tabs li .active::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: var(--primary-color);
  height: 2px;
  width: 50px;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tabs-categorys-list-two .menu-tabs {
    padding: 0 52px 0 0;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .tabs-categorys-list-two .menu-tabs li {
    padding-right: 10px;
  }
}

.product-row-6-active .slick-arrow, .product-one-active .slick-arrow, .product-row-3-active .slick-arrow, .latest-blog-active .slick-arrow, .product-active--4 .slick-arrow, .product-row-4-active .slick-arrow, .product-four-active .slick-arrow {
  position: absolute;
  right: 8px;
  top: -35px;
  color: #242424;
  background: transparent;
  padding: 2px 0px;
  cursor: pointer;
  border: none;
  font-size: 20px;
}

.product-row-6-active .slick-arrow.slick-prev, .product-one-active .slick-arrow.slick-prev, .product-row-3-active .slick-arrow.slick-prev, .latest-blog-active .slick-arrow.slick-prev, .product-active--4 .slick-arrow.slick-prev, .product-row-4-active .slick-arrow.slick-prev, .product-four-active .slick-arrow.slick-prev {
  right: 50px;
}

@media only screen and (max-width: 767px) {
  .product-row-6-active .slick-arrow, .product-one-active .slick-arrow, .product-row-3-active .slick-arrow, .latest-blog-active .slick-arrow, .product-active--4 .slick-arrow, .product-row-4-active .slick-arrow, .product-four-active .slick-arrow {
    right: 5px;
  }
  .product-row-6-active .slick-arrow.slick-prev, .product-one-active .slick-arrow.slick-prev, .product-row-3-active .slick-arrow.slick-prev, .latest-blog-active .slick-arrow.slick-prev, .product-active--4 .slick-arrow.slick-prev, .product-row-4-active .slick-arrow.slick-prev, .product-four-active .slick-arrow.slick-prev {
    right: 18px;
  }
}

.bg-black .slick-arrow {
  position: absolute;
  right: 8px;
  top: -35px;
  color: #fff;
  background: transparent;
  padding: 2px 0px;
  cursor: pointer;
  border: none;
  font-size: 20px;
}

.bg-black .slick-arrow.slick-prev {
  right: 50px;
}

@media only screen and (max-width: 767px) {
  .bg-black .slick-arrow {
    right: 5px;
  }
  .bg-black .slick-arrow.slick-prev {
    right: 18px;
  }
}

.bg-image-04 {
  background: url(../images/bg/bg-4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.product-wrapper-five .single-product-wrap {
  border: 1px solid transparent;
}

.product-box-wrapper {
  border: 1px solid #ddd;
  padding: 15px 8px 0 8px;
  background: #ffff;
  border-radius: 3px;
}

.border_none .single-product-wrap {
  border: 1px solid transparent;
}

.border_none .single-product-wrap:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
}

.box-area-image {
  text-align: center;
}

.product-wrapper-five {
  border-left: 1px solid #ddd;
  padding: 0px 5px;
}

@media only screen and (max-width: 767px) {
  .product-wrapper-five {
    border-left: none;
  }
}

.col-imgbanner {
  flex: 0 0 27.1% !important;
  max-width: 27.1% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-imgbanner {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .col-imgbanner {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 479px) {
  .col-imgbanner {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.col-imgbanner + .col-single-product {
  flex: 0 0 31.4% !important;
  max-width: 31.4% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-imgbanner + .col-single-product {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 767px) {
  .col-imgbanner + .col-single-product {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media only screen and (max-width: 479px) {
  .col-imgbanner + .col-single-product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.col-imgbanner + .col-single-product + .col-group-products {
  flex: 0 0 40.6% !important;
  max-width: 40.6% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-imgbanner + .col-single-product + .col-group-products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .col-imgbanner + .col-single-product + .col-group-products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 479px) {
  .col-imgbanner + .col-single-product + .col-group-products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.shop-product-list-wrap {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}

.product-content-list {
  padding-right: 10px;
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .product-content-list {
    border: none;
  }
}

.shop-product-wrap {
  margin-top: 10px;
}

.product-layout-list .price-box {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  width: 100%;
  transition: 0.3s ease;
}

.product-layout-list .price-box .new-price {
  background: none;
  font-size: 1em;
  text-decoration: none;
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.product-layout-list .price-box .old-price {
  color: var(--old-price-color);
  display: inline-block;
  font-size: .875em;
  font-weight: normal;
  margin-left: 4px;
  text-decoration: line-through;
  filter: alpha(opacity=100);
  opacity: 1;
}

.product-layout-list p {
  margin-bottom: 0;
}

.product-layout-list .product-name {
  color: #333333;
  font-size: 1em;
  margin-bottom: 10px;
  font-weight: 500;
  height: 25px;
  overflow: hidden;
}

.product-layout-list .product-name:hover {
  color: var(--primary-color);
}

.product-layout-list .product-rating {
  margin-bottom: 15px;
}

.product-layout-list .product-rating ul li {
  display: inline-block;
}

.product-layout-list .product-rating ul li a {
  padding-right: 0px;
  color: #E7C643;
  font-size: 16px;
}

.product-layout-list .product-rating ul li.bad-reting a {
  color: #CFCFCF;
}

.stock-cont li span.in-stock {
  color: var(--stock-color);
}

.block2 .product-button-action {
  margin-top: 10px;
}

.block2 .product-button-action .add-to-cart {
  background: var(--primary-color);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.025em;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-shadow: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s ease;
}

.block2 .product-button-action .add-to-cart:hover {
  background: var(--dark-primary-color);
  border-color: var(--dark-primary-color);
  color: #fff;
}

.block2 .actions {
  margin-top: 10px;
}

.block2 .actions li {
  margin-bottom: 5px;
}

.block2 .actions li a i {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .block2 {
    margin-top: 20px;
  }
}

.product-active--4 .slick-arrow {
  font-size: 12px;
  right: 0px;
  height: 30px;
  line-height: 30px;
  color: #242424;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 0 15px;
  cursor: pointer;
}

.product-active--4 .slick-arrow.slick-prev {
  right: 70px;
}

.product-active--4 .slick-arrow.slick-next {
  right: 8px;
}

.product-active--4 .slick-arrow:hover {
  color: var(--primary-color);
}

.product-active--4 .swiper-container-horizontal > .swiper-pagination-bullets, .product-active--4 .swiper-pagination-custom, .product-active--4 .swiper-pagination-fraction {
  bottom: 30px;
  left: 50px;
  width: 100%;
  right: auto;
  text-align: left;
}

.product-active--4 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.product-active--4 .swiper-pagination-bullet-active {
  opacity: 1;
  background: red;
}

.product--name {
  padding-left: 10px;
  padding-right: 10px;
}

.stock-- {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: var(--primary-color);
  border-radius: 3px;
}

.out-of-stock {
  color: white;
  font-weight: normal;
  line-height: 25px;
  padding: 1px 10px;
}

/*--
   07. Product Details Css
---------------------------*/
.pro-large-img a {
  display: flex;
}

.pro-large-img a:hover {
  background: var(--primary-color);
}

.product-nav {
  padding: 0 30px;
}

.product-nav .pro-nav-thumb {
  padding: 0 5px;
  border: 1px solid transparent;
  opacity: 0.7;
}

.product-nav .pro-nav-thumb.slick-current {
  border: 1px solid #ddd;
  opacity: 1;
}

.product-nav .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 18px;
  padding: 0;
  border: none;
  background: transparent;
}

.product-nav .slick-arrow.slick-next {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .product-details-view-content {
    margin-top: 30px;
  }
}

.product-details-view-content .product-rating li {
  padding-right: 5px;
  font-size: 16px;
}

.product-details-view-content .product-rating li a {
  color: #FECC0A;
}

.product-details-view-content .product-rating > a {
  margin-left: 10px;
}

.product-details-view-content .price-box {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 100%;
  transition: 0.3s ease;
}

.product-details-view-content .price-box .new-price {
  background: none;
  text-decoration: none;
  color: var(--primary-color);
  font-weight: 500;
}

.product-details-view-content .price-box .old-price {
  color: var(--old-price-color);
  display: inline-block;
  font-weight: normal;
  margin-left: 4px;
  text-decoration: line-through;
  filter: alpha(opacity=100);
  opacity: 1;
}

.cart-plus-minus {
  margin-right: 15px;
}

.cart-plus-minus input {
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 0 0 10px;
}

.single-add-to-cart {
  max-width: 290px;
}

.single-add-to-cart .add-to-cart {
  background: var(--add-to-cart-bg-color);
  border: none;
  color: var(--add-to-cart-text-color);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.025em;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-shadow: none;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s ease;
  width: 100%;
}

.single-add-to-cart .add-to-cart:hover {
  background: var(--add-to-cart-bg-hover-color);
}

.single-add-actions {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.single-add-actions li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}

.single-add-actions li a i {
  margin-right: 5px;
}

.single-add-actions-1 {
  margin-top: 5px;
}

.share-product-socail-area {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.share-product-socail-area p {
  margin-bottom: 0;
}

.share-product-socail-area li {
  display: inline-block;
  margin-left: 10px;
}

.share-product-socail-area li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 3px;
  color: #333;
}

.share-product-socail-area li a:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.product-description-area {
  border: 1px solid #ddd;
  margin-top: 60px;
  border-radius: 3px;
  padding: 0px 20px 20px 20px;
}

.product-details-tab {
  border-bottom: 1px solid #ddd;
}

.product-details-tab li {
  margin-right: 50px;
}

.product-details-tab li a {
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
}

.product-details-tab li a.active {
  color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .product-details-tab li a {
    padding: 10px 0;
  }
}

.select-opstion-box .color-select {
  min-width: 280px;
  border: 1px solid #ddd;
  padding: 5px 5px;
}

.single-product-gallery {
  float: left;
  padding: 5px 5px;
  width: 50%;
}

.single-product-gallery a {
  display: block;
  border: 1px solid #ddd;
}

.stock-cont li {
  margin-bottom: 2px;
}

.stock-cont li:last-child {
  margin-bottom: 0px;
}

.pro_review {
  display: flex;
}

@media only screen and (max-width: 479px) {
  .pro_review {
    flex-direction: column;
  }
  .pro_review .review_thumb {
    margin-bottom: 20px;
  }
}

.review_thumb {
  min-width: 62px;
}

.review_details {
  border: 1px solid #ddd;
  margin-left: 26px;
  padding: 10px 20px;
  position: relative;
  border-radius: 3px;
}

@media only screen and (max-width: 479px) {
  .review_details {
    margin-left: 0px;
  }
}

.review_details:before {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  content: '';
  display: block;
  height: 10px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.review_details .review_info h5 span {
  font-weight: 300;
}

.product-rating li {
  margin-right: 3px;
  font-size: 18px;
  color: #ffcc00;
}

.comments-reply-area .comment-input input, .comments-reply-area .comment-input textarea, .comments-reply-area .comment-form-comment input, .comments-reply-area .comment-form-comment textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}

.comments-reply-area .comment-input textarea, .comments-reply-area .comment-form-comment textarea {
  height: 140px;
}

.comments-reply-area label {
  display: block;
  margin-bottom: 3px;
}

.comment-form-submit input {
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  background: var(--primary-color);
  color: #fff;
}

.cart-quantity .number-input {
  display: inline-flex;
  box-sizing: border-box;
}

.cart-quantity .number-input input[type=number]::-webkit-inner-spin-button, .cart-quantity .number-input input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.cart-quantity .number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.cart-quantity .number-input input[type=number]::-webkit-inner-spin-button, .cart-quantity .number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.cart-quantity .number-input * {
  box-sizing: border-box;
}

.cart-quantity .number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #626262;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.cart-quantity .number-input button:hover {
  background-color: var(--primary-color);
}

.cart-quantity .number-input button:before, .cart-quantity .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.cart-quantity .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.cart-quantity .number-input input[type=number] {
  /* font-family: sans-serif; */
  max-width: 40px;
  padding: .5rem;
  border: 1px solid #626262;
  /* border-width: 0 5px; */
  /* font-size: 1.6rem; */
  height: 2rem;
  /* font-weight: bold; */
  text-align: center;
}

/**   **************  */
/*--
    08. Testimonial Css
--------------------------------*/
.testimonial-bg {
  background: url(../images/bg/testimonial-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-wrap {
  padding-top: 50px;
}

.quote-container {
  margin: auto;
  background: #fff;
  border-radius: 7px;
  padding: 60px 30px 25px;
  position: relative;
}

.quote-container .quote-image {
  display: inline-block;
  height: 90px;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
  width: 90px;
  border: 7px solid #f6f5f1;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: -45px;
}

.quote-container .author ul li {
  font-size: 0.9286em;
  margin: 0 0 10px 0;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 10px;
}

.quote-container .author ul li::after {
  position: absolute;
  left: -15px;
  top: 0;
  content: "/";
  height: 100%;
  width: 100%;
}

.quote-container .author ul li:first-child {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 500;
}

.quote-container .author ul li:first-child::after {
  display: none;
}

.quote-container .author ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.quote-container .testimonials-text::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 17px;
  position: absolute;
  top: 35px;
  right: 5px;
  background: url(../images/icon/quite.png) center center no-repeat;
}

.testimonial-slider .slick-dots {
  text-align: center;
  margin-top: 30px;
  bottom: 0px;
  left: 0;
  right: 0;
}

.testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.testimonial-slider .slick-dots li button {
  background: var(--primary-color)-2;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
}

.testimonial-slider .slick-dots li.slick-active button {
  background: var(--primary-color);
  width: 10px;
  height: 10px;
}

.testimonial-wrap-two .quote-container {
  padding: 0;
}

.testimonial-wrap-two .quote-container .quote-image {
  margin-right: 0px;
  position: inherit;
  left: 0px;
  top: 0px;
}

.testimonial-wrap-two .quote-container .author {
  margin-top: 25px;
}

.testimonial-wrap-two .quote-container .author h6 {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary-color);
}

.testimonial-wrap-two .quote-container .testimonials-text {
  position: relative;
  margin-top: 70px;
}

.testimonial-wrap-two .quote-container .testimonials-text::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 23px;
  height: 17px;
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../images/icon/quite.png) center center no-repeat;
}

/*--
    09. Banner Area Css
---------------------------------*/
.single-banner {
  overflow: hidden;
}

.single-banner a {
  display: block;
}

.single-banner a img {
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.single-banner a:hover img {
  transform: scale(1.02);
}

.page__banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
}

.banner__image {
  height: 720px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner__title {
  color: white;
  font-weight: 500;
  font-size: 58px;
}

.page__banner .input-group-text, .page__banner .custom-select, .page__banner .form-control {
  border-radius: 0;
}

.page__banner .search__section {
  max-width: 854px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  height: 58px;
  margin-top: 58px;
}

.page__banner .select__wrapper {
  max-width: 245px;
  position: relative;
}

.page__banner .select__wrapper::before {
  position: absolute;
  top: 50%;
  bottom: 10px;
  right: 0;
  content: '';
  background-color: #ABABAB;
  width: 1px;
  z-index: 99;
  transform: translateY(-50%);
}

.page__banner .search__section {
  background-color: var(--primary-color);
  color: white;
  border: none;
}

.search__icon-wrapper .input-group-text {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 19px;
  width: 60px;
  display: inline-block;
}

.page__banner .custom-select, .page__banner .form-control {
  border: none;
}

.location__icon-wrapper label {
  background-color: white;
  border: none;
  padding-left: 25px;
}

.location__icon-wrapper i {
  color: var(--primary-color);
}

/*--
    10. Blog Area Css
----------------------------------*/
.page__wrapper .blog__section {
  margin-top: 78px;
  padding: 70px 0;
}

.page__wrapper .blog__section .blog__header {
  text-transform: capitalize;
  font-size: 35px;
  font-family: 'Yesteryear', cursive;
  line-height: 1.35;
  text-align: center;
}

.page__wrapper .blog__section .blog__content p {
  font-family: 'Rubik', sans-serif;
  color: var(--main-color);
  line-height: 2.1;
  font-size: 16px;
}

.page__wrapper .blog__section .blog__content p .outlet__name {
  font-weight: 500;
  color: orange;
}

.post-category-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.post-category-tag li {
  display: inline-block;
}

.post-category-tag li a {
  background: #fff;
  border-radius: 5px;
  display: block;
  padding: 4px 10px;
}

.meta-sharing {
  border-top: 1px solid #ddd;
  margin-top: 40px;
}

.blockquote-box {
  background: #f6f6f6;
  border: 1px solid #ebebeb;
  border-left-color: #ebebeb;
  border-left-style: solid;
  border-left-width: 1px;
  border-left: 5px solid var(--primary-color);
  font-size: 1em;
  font-style: italic;
  margin: 40px 0 40px 40px;
  padding: 30px 45px;
}

footer {
  margin-top: auto;
}

.page__footer {
  background: url(/assets/images/footer/footer-bg.png) no-repeat center/cover;
}

.page__footer .footer-border {
  border-top: 1px solid var(--footer-links, black);
}

.page__footer .footer__top {
  padding: 75px 0 50px;
}

.page__footer .footer__top .footer__top__cols h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.35;
}

.page__footer .footer__top .footer__top__cols ul {
  margin-bottom: 35px;
}

.page__footer .footer__top .footer__top__cols ul li {
  line-height: 1.2;
  margin-bottom: 15px;
}

.page__footer .footer__top .footer__top__cols ul li a {
  color: var(--footer-bottom-bg);
}

.page__footer .footer__top .footer__top__cols ul li a:hover {
  color: var(--primary-color);
}

.page__footer .footer__top .footer__top__cols ul li p {
  color: var(--footer-bottom-bg);
}

.page__footer .footer__top .footer__top__cols ul li p span {
  color: var(--footer-text);
  display: inline-block;
  margin-top: 5px;
}

.page__footer .footer__mid {
  padding: 30px 0;
}

.page__footer .footer__mid .footer__mid__cols p {
  color: var(--footer-text);
  font-size: 14px;
  word-break: break-all;
}

.page__footer .footer__mid .footer__mid__cols i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .page__footer .footer__mid .footer__mid__cols {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 575px) {
  .page__footer .footer__mid .footer__mid__cols:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page__footer .footer__mid .footer__mid__cols:first-child {
    text-align: center;
  }
}

.page__footer .footer__bottom {
  padding: 20px 0 0;
  background-color: var(--footer-bottom-bg);
}

.page__footer .footer__bottom p {
  color: white;
}

.page__footer .footer__bottom a {
  color: white;
}

.page__footer .footer__bottom a:hover {
  color: var(--primary-color);
}

.footer-social-section {
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-social-section {
    width: 75%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-social-section {
    width: 75%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-social-section {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .footer-social-section {
    width: 100%;
  }
}

/*--
    12. Breadcrumb Style
------------------------------------------*/
.breadcrumb-area {
  background: #F9F9F9;
  padding: 17px 0;
  border: 1px solid #ebebeb;
  margin-top: 20px;
}

.breadcrumb-list .breadcrumb-item {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
}

.breadcrumb-list .breadcrumb-item.active {
  color: var(--primary-color);
}

.breadcrumb-list .breadcrumb-item a:hover {
  color: var(--primary-color);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/*--
    13. Widget Css
---------------------*/
.shop-box-area, .blog-sidebar-widget-area {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 20px;
  background: #f9f9f9;
}

.shop-sidebar h4 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.shop-sidebar h4::before {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
}

.widget-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.widget-title::before {
  position: absolute;
  content: "";
  background: #ebebeb;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
}

.category-sub-menu ul li.has-sub > a {
  color: #363f4d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 0 10px 15px;
  position: relative;
}

.category-sub-menu ul li.has-sub > a:after {
  color: #333333;
  content: "\e930";
  font-family: plaza-icon;
  font-size: 14px;
  position: absolute;
  right: 5px;
}

.category-sub-menu ul li.has-sub > a::before {
  color: #333333;
  content: "+";
  font-family: plaza-icon;
  position: absolute;
  left: 0px;
}

.category-sub-menu ul li.has-sub > a:hover {
  color: var(--primary-color);
}

.category-sub-menu ul li.has-sub.open {
  display: block;
  width: auto;
}

.category-sub-menu ul li.has-sub.open > a:after {
  transform: rotate(-90deg);
}

.category-sub-menu ul li.has-sub li a {
  border: 0 none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  display: block;
  font-size: 14px;
  line-height: 14pxpx;
  margin: 0 0px 10px 0;
  padding: 0 28px 5px;
  position: relative;
  color: #333;
}

.category-sub-menu ul li.has-sub li a:hover {
  color: var(--primary-color);
}

.category-sub-menu ul li.has-sub li a::before {
  color: #333333;
  content: "+";
  font-family: plaza-icon;
  position: absolute;
  left: 10px;
}

.category-sub-menu ul li.has-sub li:last-child a {
  border: none;
  margin-bottom: 10px;
}

.category-sub-menu ul li ul {
  display: none;
  margin-top: 10px;
}

.category-sub-menu ul li.active > a {
  color: var(--dark-primary-color) !important;
}

.ui-widget-content {
  background: #DBDBDB none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  height: 4px;
  margin: 35px 0 25px;
}

.ui-widget-content .ui-state-default {
  background: var(--primary-color);
  border: 2px solid #ffffff;
  border-radius: 25px;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  font-weight: normal;
  z-index: 1;
  height: 15px;
  width: 15px;
}

.ui-widget-content .ui-state-default:hover {
  background: var(--primary-color);
}

.ui-widget-content .ui-slider-range {
  background: var(--primary-color);
}

.filter-price-cont {
  display: flex;
  flex-direction: row;
  font-size: 13px;
  margin-bottom: 10px;
}

.filter-price-wapper .add-to-cart-button {
  background: #333;
  display: inline-block;
  font-weight: 500;
  padding: 4px 13px;
  right: 0;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.filter-price-wapper .add-to-cart-button:hover {
  background: #000000;
}

.filter-price-cont {
  font-size: 14px;
}

.filter-price-cont .input-type input {
  border: medium none;
  padding: 0 0 0 0;
  text-align: center;
  width: 40px;
  background: transparent;
  font-weight: 500;
}

.filter-price-cont .input-type:last-child {
  padding-left: 8px;
}

.category-widget-list li a {
  margin-bottom: 10px;
  position: relative;
  padding: 0 0 0 15px;
  line-height: auto;
}

.category-widget-list li a::before {
  color: #333333;
  content: "+";
  font-family: plaza-icon;
  position: absolute;
  left: 0px;
  top: 45%;
  transform: translateY(-50%);
}

.sidebar-tag li {
  display: inline-block;
}

.sidebar-tag li > a {
  border: 1px solid #ddd;
  color: #333;
  font-size: 13px;
  margin: 10px 10px 0  0;
  padding: 4px 15px;
  border-radius: 5px;
  text-transform: capitalize;
}

.sidebar-tag li > a:hover {
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
}

.shop-top-bar {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  align-items: center;
  border-radius: 3px;
}

.shop-item-filter-list li a::before {
  content: '';
  display: block;
  height: 20px;
  width: 25px;
  transition: 0.3s ease;
}

.shop-item-filter-list li a.grid-view::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00a";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #dbdbdb;
  font-size: 16px;
}

.shop-item-filter-list li a.grid-view.active::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00a";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--primary-color);
  font-size: 16px;
}

.shop-item-filter-list li a.list-view::before {
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #dbdbdb;
  font-size: 16px;
}

.shop-item-filter-list li a.active::before {
  font-family: "Font Awesome 5 Free";
  content: "\f03a";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--primary-color);
  font-size: 16px;
}

.shop-item-filter-list li .active {
  color: var(--primary-color);
}

.shop-banner img {
  width: 100%;
}

.product-short {
  display: flex;
  font-size: 14px;
  align-items: center;
}

.product-short p {
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 479px) {
  .product-short p {
    display: none;
  }
}

.product-short .nice-select {
  border: 1px solid #ddd;
  padding: 0px 15px;
  height: 32px;
  width: 170px;
  line-height: 32px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .shop-sidebar-wrap {
    margin-top: 0;
    padding-bottom: 60px;
  }
}

.search-widget .form-input {
  position: relative;
}

.search-widget .form-input input {
  background: #fff;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 50px 0 15px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ebebeb;
}

.search-widget .form-input .button-search {
  background: transparent;
  border: none;
  color: #777;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.search-widget .form-input .button-search:hover {
  color: var(--primary-color);
}

.single-widget-post {
  overflow: hidden;
  margin-bottom: 20px;
}

.single-widget-post .post-thumb {
  float: left;
  max-width: 30%;
}

.single-widget-post .post-info {
  float: left;
  padding-left: 20px;
  max-width: 70%;
}

.single-widget-post .post-info .post-date {
  font-size: 13px;
}

/*--
    14. Deals Offer Css
--------------------------------*/
.dealis-offer-bg {
  background: url(../images/bg/dealis-offer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.deals-offer-title {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .deals-offer-title {
    margin-top: 0px;
  }
}

.product-active-lg-4 .slick-arrow {
  position: absolute;
  left: -140px;
  top: 65%;
  transform: translateY(-65%);
  height: 35px;
  line-height: 35px;
  color: #242424;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  z-index: 1;
  padding: 0 20px;
  cursor: pointer;
  font-size: 14px;
  min-width: -webkit-max-content;
  min-width: max-content;
}

.product-active-lg-4 .slick-arrow:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.product-active-lg-4 .slick-arrow.slick-arrow {
  margin-left: -50px;
}

.product-active-lg-4 .slick-arrow.slick-next {
  margin-left: 50px;
}

.product-active-lg-4 .slick-arrow.slick-next:before {
  font-size: 0;
}

.product-active-lg-4 .slick-arrow.slick-prev:before {
  font-size: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-active-lg-4 .slick-arrow {
    left: -220px;
    transform: translateY(0%);
  }
  .product-active-lg-4 .slick-arrow.slick-arrow {
    margin-left: -0px;
  }
  .product-active-lg-4 .slick-arrow.slick-next {
    margin-left: 90px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-active-lg-4 .slick-arrow {
    left: -220px;
    transform: translateY(0%);
  }
  .product-active-lg-4 .slick-arrow.slick-arrow {
    margin-left: -0px;
  }
  .product-active-lg-4 .slick-arrow.slick-next {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .product-active-lg-4 .slick-arrow {
    left: 20px;
    top: -30px;
    transform: translateY(0%);
  }
  .product-active-lg-4 .slick-arrow.slick-arrow {
    margin-left: -0px;
  }
  .product-active-lg-4 .slick-arrow.slick-next {
    margin-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .product-active-lg-4 {
    margin-top: 40px;
  }
}

/*--
    15. Brand Css
------------------------*/
.brand-bg {
  background: url(../images/bg/brand-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.brand-group .brand-item {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
}

.brand-group .brand-item img {
  transform: scale(1);
}

.brand-group .brand-item:hover img {
  transform: scale(1.1);
}

.brand-group .brand-item:last-child {
  border: none;
}

.our-brand-active .brand-group {
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 479px) {
  .our-brand-active .brand-group {
    border-right: none;
  }
}

.our-brand-active .brand-group.last-elem {
  border-right: none;
}

.brand-box {
  padding: 30px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/*--
    16. About US css
---------------------------*/
.about-welcome-text h2 {
  max-width: 800px;
  margin: auto;
  font-weight: 400;
  line-height: 50px;
}

.about-welcome-text .welcome-dec {
  max-width: 900px;
  margin: 30px auto;
}

.service-bg {
  background: url(../images/bg/about-us-policy-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.panel-heading .panel-title {
  margin-bottom: 0;
}

.panel-heading .panel-title a {
  background: #f5f5f5;
  display: block;
  padding: 14px 20px;
  border-radius: 3px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: color .2s ease-in-out;
  border: none;
  box-shadow: none;
}

.panel-heading .panel-title a::before {
  position: absolute;
  content: "\f0d7";
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 25px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease-in-out;
  border-radius: 100%;
  margin-top: 0px;
}

.panel-heading .panel-title a[aria-expanded="true"]::before {
  background: #fff;
  color: var(--primary-color) !important;
}

.faq-style-wrap .panel-title a[aria-expanded="true"] {
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  background: var(--primary-color) !important;
}

.panel.panel-default {
  margin-bottom: 15px;
}

.panel-body {
  padding: 15px;
  border: 1px solid #ddd;
}

/*--    
    17. Contact Us Css
-----------------------------*/
.contact-us-box .single-input {
  margin-bottom: 20px;
}

.contact-us-box .single-input label {
  display: block;
  margin-bottom: 3px;
}

.contact-us-box .single-input input, .contact-us-box .single-input textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

.contact-us-box .single-input textarea {
  height: 150px;
}

.contact-us-box .single-input .submit-button {
  margin-top: 20px;
  background: var(--primary-color);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.025em;
  height: 40px;
  line-height: 40px;
  padding: 0 35px;
  text-transform: capitalize;
  text-align: center;
  border-radius: 3px;
  transition: 0.3s ease;
}

.contact-info-text ul li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.contact-info-text ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.contact-info-text ul li .contact-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-info-text ul li .contact-title i {
  font-size: 35px;
  margin-right: 10px;
}

.contact-info-text ul li .contact-title h4 {
  margin-bottom: 0;
}

/*--
    18. Cart Page Css
-----------------------------*/
.table-content table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #ebebeb;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  text-align: center;
}

.table-content table td {
  border-top: medium none;
  font-size: 16px;
  padding: 20px 10px;
  vertical-align: middle;
  min-width: 140px;
}

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

.plantmore-product-quantity > input {
  text-align: center;
  width: 48px;
}

.cart-table .coupon-all {
  margin-top: 50px;
}

.cart-table .coupon-all .coupon h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -8px;
}

.cart-table .coupon-all .coupon input {
  border: 1px solid #999999;
  font-size: 14px;
  margin-right: 10px;
  padding: 6px 10px;
  width: 130px;
}

.cart-table .coupon-all .coupon input.button {
  background: #000000;
  border: 0 none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  letter-spacing: 1px;
  line-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
  transition: 0.3s;
  width: inherit;
}

.cart-table .coupon-all .coupon input.button:hover {
  background: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .cart-table .coupon-all .coupon input.button {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .cart-table .coupon-all .coupon input {
    width: 125px;
  }
}

.cart-table .coupon-all .coupon2 {
  margin-bottom: 40px;
}

.cart-table .coupon-all .coupon2 input {
  margin-right: 8px;
}

.cart-table .coupon-all .coupon2 input.submit {
  padding: 8px 15px;
  background: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.cart-table .coupon-all .coupon2 input.submit:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.cart-table .coupon-all .coupon2 .continue-btn {
  padding: 9px 15px;
  background: #000000;
  color: #fff;
}

.cart-table .coupon-all .coupon2 .continue-btn:hover {
  background: var(--primary-color);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .cart-table .coupon-all .coupon2 .continue-btn {
    margin-top: 20px;
  }
}

.cart-page-total {
  margin-top: 40px;
}

.cart-page-total h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
  text-transform: capitalize;
}

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

.cart-page-total ul li {
  border-bottom: 1px solid #ebebeb;
  color: #252525;
  font-family: "Montserrat",sans-serif;
  font-size: 15px;
  font-weight: 700;
  list-style: outside none none;
  padding: 10px 30px;
}

.cart-page-total ul li:last-child {
  border: none;
}

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

.cart-page-total .proceed-checkout-btn {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
  padding: 8px 16px;
  text-transform: capitalize;
  transition: 0.4s;
}

.cart-page-total .proceed-checkout-btn:hover {
  background: var(--primary-color);
}

.plantmore-product-add-cart > a {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  text-transform: capitalize;
  transform: 0.4s;
}

.plantmore-product-add-cart > a:hover {
  background: var(--primary-color);
}

.in-stock {
  color: var(--stock-color);
}

.out-stock {
  color: var(--out-of-stock-color);
}

.plantmore-product-quantity .number-input {
  display: inline-flex;
  box-sizing: border-box;
}

.plantmore-product-quantity .number-input input[type=number]::-webkit-inner-spin-button, .plantmore-product-quantity .number-input input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.plantmore-product-quantity .number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.plantmore-product-quantity .number-input input[type=number]::-webkit-inner-spin-button, .plantmore-product-quantity .number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.plantmore-product-quantity .number-input * {
  box-sizing: border-box;
}

.plantmore-product-quantity .number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #626262;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.plantmore-product-quantity .number-input button:hover {
  background-color: #62626273;
}

.plantmore-product-quantity .number-input button:before, .plantmore-product-quantity .number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}

.plantmore-product-quantity .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.plantmore-product-quantity .number-input input[type=number] {
  /* font-family: sans-serif; */
  max-width: 4.25rem;
  padding: .5rem;
  border: 1px solid #626262;
  /* border-width: 0 5px; */
  /* font-size: 1.6rem; */
  height: 2rem;
  /* font-weight: bold; */
  text-align: center;
}

/**   **************  */
/*-- 
   19. Checkout Page Css
------------------------------*/
.coupon-accordion h3 {
  background: #f6f6f6;
  border-top: 3px solid var(--primary-color);
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  text-transform: capitalize;
}

.coupon-accordion h3 .coupon {
  color: var(--primary-color);
  cursor: pointer;
  transition: 0.4s;
}

.coupon-accordion h3 .coupon:hover {
  color: #000000;
}

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

.coupon-info p.form-row-first {
  float: left;
  width: 48%;
}

@media only screen and (max-width: 479px) {
  .coupon-info p.form-row-first {
    width: 100%;
  }
}

.coupon-info p.form-row-last {
  float: right;
  width: 48%;
}

@media only screen and (max-width: 479px) {
  .coupon-info p.form-row-last {
    width: 100%;
  }
}

.coupon-info .remember {
  margin-left: 10px;
}

.coupon-info .remember span {
  margin-left: 5px;
}

.coupon-input label {
  display: block;
  font-size: 14px;
}

.coupon-input input {
  border: 1px solid #999999;
  color: #000000;
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
}

.coupon-input span.required {
  color: red;
}

.checkout-coupon input {
  border: 1px solid #999999;
  color: #555;
  padding: 5px 10px;
  width: auto;
}

.checkout-coupon input:focus {
  outline: none;
}

.checkout-coupon .button-apply-coupon {
  margin: -5px 0 0 10px;
  padding: 7.2px 11px;
}

@media only screen and (max-width: 479px) {
  .checkout-coupon .button-apply-coupon {
    margin: 10px 0 0 0px;
  }
}

.shoping-checkboxt-title {
  border-bottom: 1px solid #dddddd;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single-form-row {
  margin-bottom: 20px !important;
}

.single-form-row label {
  font-size: 14px;
  margin-bottom: 2px;
}

.single-form-row label span.required {
  color: red;
}

.single-form-row input {
  border: 1px solid #999999;
  color: #666;
  font-size: 14px;
  padding: 5px 12px;
  width: 100%;
}

.single-form-row input::focus {
  outline: none;
}

.single-form-row textarea {
  border: 1px solid #999999;
  color: #555555;
  padding: 12px;
  width: 100%;
  font-size: 14px;
}

.single-form-row.m-0 {
  margin: 0 !important;
}

.checkout-box-wrap p {
  font-size: 14px;
}

.checkout-box-wrap .ship-box-info {
  display: none;
}

.account-create {
  display: none;
}

.account-create .creat-pass > span {
  color: red;
}

.nice-select select {
  height: 35px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  color: #555;
  border: 1px solid #999;
}

@media only screen and (max-width: 767px) {
  .your-order-wrapper {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 479px) {
  .your-order-wrapper {
    margin-top: 60px;
  }
}

.your-order-wrap {
  background: #f6f6f6;
}

.your-order-table {
  padding: 20px 30px;
}

.your-order-table table {
  width: 100%;
}

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

.your-order-table table th {
  border-top: medium none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.your-order-table table .shipping > th {
  vertical-align: top;
}

.payment-method {
  padding: 20px 30px;
}

.payment-accordion h3 a {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  padding-left: 31px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
}

.payment-accordion h3 a::before, .payment-accordion h3 a::after {
  content: "\f216";
  display: inline-block;
  font-family: ionicons;
  font-size: 19px;
  left: 0;
  position: absolute;
  top: 0px;
}

.payment-accordion h3 a img {
  height: 60px;
  display: block;
}

.payment-accordion h3.open a::after {
  content: "\f207";
}

.payment-accordion p {
  font-size: 14px;
  padding-left: 20px;
}

.order-button-payment {
  margin-top: 30px;
}

.order-button-payment input {
  background: var(--primary-color);
  border: medium none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  transition: 0.4s;
}

.order-button-payment input:hover {
  background: #000000;
  color: #ffffff;
}

.checkout-subtotal {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 479px) {
  .cart-table .coupon-all .coupon2 {
    display: flex;
    align-items: center;
  }
  .cart-table .coupon-all .coupon2 .continue-btn {
    margin-top: 0px;
    font-size: 13px;
  }
  .coupon form {
    display: flex;
    align-items: center;
  }
  .cart-table .coupon-all .coupon input.button {
    margin-top: 0px;
  }
}

/*--    
    20. Error 404 Page Css
---------------------------*/
.search-error-wrapper h1 {
  color: var(--primary-color);
  font-size: 120px;
  line-height: 86px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .search-error-wrapper h1 {
    font-size: 70px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

.error-form-input {
  position: relative;
  width: 275px;
  margin: 30px auto;
}

.error-form-input input {
  border: 1px solid #dddddd;
  font-size: 15px;
  padding: 5px 45px 6px 10px;
  position: relative;
  width: 275px;
  border-radius: 35px;
}

.error-form-input .error-s-button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 7px 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-error-wrapper .home-bacck-button {
  background: var(--primary-color);
  border-radius: 35px;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: 0.4;
}

/*--
    21. Compare Page Css
-----------------------------------------*/
.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}

.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1;
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px;
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}

.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
  clear: both;
  color: #454545;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 20px;
  margin-bottom: 10px;
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}

.compare-table .table tbody tr td.pro-price {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.compare-table .table tbody tr td.pro-color {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #f6f6f6;
  color: #000000;
  border-radius: 50px;
  display: inline-block;
  width: 170px;
  padding: 10px 6px;
  transition: all 0.7s;
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center;
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
  color: #000000;
  font-size: 14px;
}

/*--
    22. My Account Page Css
--------------------------*/
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
  border-right: 1px solid #ebebeb;
  padding: 30px 20px;
}

.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info p {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
    border-right: medium none;
    padding: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
    border-right: medium none;
    padding: 0 0 20px;
  }
}

.dashboard-upper-info {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 60px;
}

.dashboard-upper-info a.view-cart {
  background: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
  padding: 5px 12px;
  text-transform: capitalize;
}

.dashboard-upper-info a.view-cart:hover {
  background: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-upper-info {
    border-bottom: medium none;
    border-top: medium none;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-upper-info {
    border-bottom: medium none;
    border-top: medium none;
  }
}

.user-name span {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
}

.dashboard-list li {
  border-bottom: 1px solid #ebebeb;
}

.dashboard-list li a {
  color: #222222;
  display: block;
  font-size: 14px;
  padding: 12px 0;
  text-transform: capitalize;
}

.dashboard-list li:first-child {
  border-top: 1px solid #ebebeb;
}

.dashboard-list li .nav-link.active {
  color: var(--primary-color) !important;
}

.dashboard-content {
  border: 1px solid #ebebeb;
  padding: 30px;
}

.dashboard-content h3 {
  border-bottom: 1px solid #ebebeb;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.dashboard-content .table thead {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-content .table td {
    min-width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-content .table td {
    min-width: 260px;
  }
}

.dashboard-content .view {
  background: var(--primary-color);
  color: #ffffff;
  font-size: 14px;
  padding: 5px 12px;
  text-transform: capitalize;
}

.dashboard-content .view:hover {
  background: #000000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard-content {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-content {
    margin-top: 60px;
  }
}

.user-img-row .img-overlay-wrapper {
  position: relative;
}

.user-img-row .img-overlay-wrapper .user-img {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px !important;
  margin: auto;
}

.user-img-row .img-overlay-wrapper .user-img img {
  border-radius: 50px;
}

.user-img-row .img-overlay-wrapper .user-img:hover .overlay {
  display: block !important;
}

.user-img-row .img-overlay-wrapper .overlay {
  height: 100px;
  width: 100px;
  position: absolute;
  background: #0000003b;
  border-radius: 50px;
  display: none;
  text-align: center;
}

.user-img-row .img-overlay-wrapper .overlay a {
  color: #fff;
  text-align: center;
  line-height: 100px;
}

#address .deleivery-address .del-add .address ul li strong {
  color: var(--primary-color);
  font-size: 13px;
}

.address-details .modal .modal-dialog {
  max-width: 800px;
}

.address-details .modal .modal-header h4 {
  color: var(--primary-color);
}

.address-details .mod-radio [type="radio"]:checked,
.address-details .mod-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.address-details .mod-radio [type="radio"]:checked + label,
.address-details .mod-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.address-details .mod-radio [type="radio"]:checked + label:before,
.address-details .mod-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.address-details .mod-radio [type="radio"]:checked + label:after,
.address-details .mod-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.address-details .mod-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.address-details .mod-radio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.billing-address {
  margin-bottom: 10px;
}

.biller-name {
  margin-bottom: 0;
  margin-top: 10px;
}

.account-login-form .custom-checkbox {
  display: flex;
}

.account-login-form input[type="checkbox"] {
  height: 20px;
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
  width: auto;
}

.account-login-form .example {
  margin-bottom: 15px;
}

.account-login-form .default-btn {
  margin-top: 15px;
  padding: 6px 28px;
}

.account-input-box label {
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}

.account-input-box input {
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  padding: 4px 10px;
  font-size: 15px;
}

.edit-del .mod-radio [type="radio"]:checked, .edit-del .mod-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.edit-del .mod-radio [type="radio"]:checked + label, .edit-del .mod-radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.edit-del .mod-radio [type="radio"]:checked + label:before, .edit-del .mod-radio [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.edit-del .mod-radio [type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.edit-del .mod-radio [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.edit-del .mod-radio [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/*--
    23. Login And Register Css
----------------------------------*/
.login-register-tab-list {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.login-register-tab-list a {
  position: relative;
}

.login-register-tab-list a::before {
  background-color: #454545;
  bottom: 5px;
  content: "";
  height: 18px;
  margin: 0 auto;
  position: absolute;
  right: -2px;
  top: 3px;
  transition: all 0.4s ease 0s;
  width: 1px;
}

.login-register-tab-list a:last-child:before {
  display: none;
}

.login-register-tab-list a.active h4,
.login-register-tab-list a:hover h4 {
  color: var(--primary-color);
}

.login-register-tab-list a h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 0 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.login-input-box input {
  border: 1px solid #999999;
  color: #666666;
  margin-bottom: 20px;
  padding: 8px 12px;
  width: 100%;
  font-size: 14px;
}

.login-toggle-btn a {
  float: right;
  color: red;
  font-size: 14px;
}

@media only screen and (max-width: 479px) {
  .login-toggle-btn a {
    float: inherit;
  }
}

.login-toggle-btn input {
  margin-right: 5px;
}

.login-form-container {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 60px;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .login-form-container {
    padding: 30px;
  }
}

.login-form-container .login-btn,
.login-form-container .register-btn {
  margin-top: 20px;
  padding: 10px 30px;
}

.login-wrapper {
  width: 810px;
  margin: 20px auto;
}

.login-wrapper .login-title h3 {
  font-size: 22px;
  color: black;
}

.login-wrapper .login-title span {
  font-size: 16px;
}

.login-wrapper .login-title span a {
  text-decoration: none;
  color: var(--primary-color);
}

.login-wrapper .login-title span a:hover {
  color: var(--primary-color);
}

.login-wrapper .left-login-part {
  margin-top: 30px;
  padding: 25px 50px 50px 25px;
}

.login-wrapper .right-login-part {
  margin-top: 30px;
  padding: 25px 50px 50px 25px;
}

.login-wrapper .left-login-part label {
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #424242;
  display: block;
  margin-bottom: 5px;
}

.login-wrapper .right-login-part label {
  font-size: 14px;
  height: 15px;
  line-height: 15px;
  overflow: hidden;
  color: #424242;
  display: block;
  margin-bottom: 5px;
}

.login-wrapper .left-login-part input {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  height: 40px;
  padding: 0 35px 0 10px;
  margin-bottom: 2px;
  outline: none;
}

.login-wrapper .right-login-part input {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 14px;
  height: 40px;
  padding: 0 35px 0 10px;
  margin-bottom: 2px;
  outline: none;
}

.login-wrapper .left-login-part input:-ms-input-placeholder {
  color: #9e9e9e;
}

.login-wrapper .left-login-part input::placeholder {
  color: #9e9e9e;
}

.login-wrapper .right-login-part input:-ms-input-placeholder {
  color: #9e9e9e;
}

.login-wrapper .right-login-part input::placeholder {
  color: #9e9e9e;
}

.login-wrapper .left-login-part .margin-div {
  min-height: 16px;
  line-height: 16px;
  font-size: 12px;
  visibility: hidden;
  display: block;
  margin-bottom: 10px;
}

.login-wrapper .right-login-part .margin-div {
  min-height: 16px;
  line-height: 16px;
  font-size: 12px;
  visibility: hidden;
  display: block;
  margin-bottom: 10px;
}

.login-wrapper .left-login-part .forgot-password a {
  text-decoration: none;
  color: red;
  font-size: 13px;
}

.login-wrapper .left-login-part .forgot-password a:hover {
  color: var(--primary-color);
}

.sewa-btn-login {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.sewa-btn-login:hover {
  background: var(--dark-primary-color) !important;
}

.right-login-part p {
  font-size: 12px;
  margin-top: 10px;
}

.right-login-part p a {
  color: var(--primary-color);
  text-decoration: none;
}

.login-wrapper .right-login-part .login-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
}

@media (max-width: 479px) {
  .login-wrapper .left-login-part {
    padding: 0px;
  }
  .login-wrapper .login-title {
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .login-wrapper .login-title h3 {
    font-size: 15px;
  }
  .login-wrapper .left-register-part {
    padding: 25px 50px 0px 25px;
  }
  .login-wrapper .right-register-part {
    margin-top: 0px;
  }
}

@media (max-width: 991px) {
  .login-wrapper {
    width: 100% !important;
  }
}

.post__section .responsive .card {
  margin: 0 10px;
  border-radius: 0;
}

.post__section .responsive .card .card-img-top {
  overflow: hidden;
  max-height: 208px;
  border-radius: 0 !important;
}

.post__section .responsive .card .card-img-top a {
  width: 100%;
}

.post__section .responsive .card .card-img-top a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post__section .responsive .card .card-img-top:hover a img {
  transform: scale(1.1);
}

@media screen and (max-width: 1199px) {
  .post__section .responsive .card .card-img-top {
    max-height: 172px;
  }
}

@media screen and (max-width: 374px) {
  .post__section .responsive .card .card-img-top {
    max-height: 155px;
  }
}

.post__section .responsive .card .card-body .card__date {
  color: var(--primary-color);
  font-size: 11px;
}

.post__section .responsive .card .card-body .card-title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: 4px;
}

.post__section .responsive .card .card-body .card-text {
  color: #000000;
  line-height: 25px;
  font-size: 14px;
  font-family: Poppins, Arial, Helvetica, sans-serif;
}

.post__section .responsive .card .card-body .card-text a {
  color: var(--primary-color);
}

.post__section .responsive .card .card-body .card-text a:hover {
  text-decoration: underline;
}

.post__section .responsive .card .card-body .posted__by {
  margin-top: 15px;
}

.post__section .responsive .card .card-body .posted__by .poster__img {
  height: 41px;
  width: 41px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.post__section .responsive .card:hover {
  box-shadow: 0px 10px 30px 0px rgba(209, 209, 209, 0.5);
}

.slick-dots {
  bottom: -45px !important;
}

.slick-dots button {
  height: 15px;
  width: 15px;
}

.slick-dots button::before {
  content: '' !important;
  height: 15px !important;
  width: 15px !important;
  border: 1px solid black !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}

.slick-dots .slick-active button::before {
  content: '' !important;
  background: black !important;
  opacity: 1 !important;
}

.client__section__customercarousel {
  font-family: 'Rubik', sans-serif;
}

.client__section__customercarousel .customer__img {
  height: 185px;
}

.client__section__customercarousel .customer__img .img__wrapper {
  position: relative;
  display: inline-block;
}

.client__section__customercarousel .customer__img .img__wrapper::before {
  position: absolute;
  content: '';
  background: url(../images/doublequote.png) no-repeat center/cover;
  bottom: 0;
  left: 0;
  height: 37px;
  width: 37px;
}

.client__section__customercarousel .customer__img img {
  border-radius: 65px;
  margin: auto;
}

.client__section__customercarousel .blogger__info {
  margin-top: 25px;
  font-size: 14px;
}

.client__section__customercarousel .blogger__info .blogger__name {
  color: var(--primary-color);
}

.client__section__customercarousel .slick-prev {
  background: url(/assets/images/static/slider-back.png) no-repeat !important;
  height: 50px;
  width: 50px;
  filter: brightness(0);
}

.client__section__customercarousel .slick-prev::before {
  display: none;
}

.client__section__customercarousel .slick-prev:hover {
  filter: brightness(1);
}

@media screen and (max-width: 991px) {
  .client__section__customercarousel .slick-prev {
    display: none !important;
  }
}

.client__section__customercarousel .slick-next {
  background: url(/assets/images/static/slider-next.png) no-repeat !important;
  height: 50px;
  width: 50px;
  filter: brightness(0);
}

.client__section__customercarousel .slick-next::before {
  display: none;
}

.client__section__customercarousel .slick-next:hover {
  filter: brightness(1);
}

@media screen and (max-width: 991px) {
  .client__section__customercarousel .slick-next {
    display: none !important;
  }
}

.client__carousel {
  margin-top: 80px;
}

.client__carousel a {
  opacity: .3;
}

.client__carousel a:hover {
  opacity: 1;
}

.deal__section__carousel {
  max-width: 1220px;
  margin: auto;
  transform: translateY(50px);
}

.deal__section__carousel .deal__carousel .slick-slide {
  margin: 0 30px;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks {
  background: white;
  max-width: 370px;
  margin: auto;
  position: relative;
  transition-duration: .1s;
  transform: translateY(-1px);
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .img__wrapper {
  position: relative;
  overflow: hidden;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .img__wrapper .deal__ribbon {
  background: var(--primary-color);
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: center;
  font-size: 16px;
  transform: rotate(45deg) translate(35px, -45px);
  width: 150px;
  padding-top: 25px;
  padding-bottom: 10px;
  z-index: 0;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .img__wrapper .block__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .img__wrapper .block__options {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: white;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .img__wrapper .block__options ul li {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .deal__product__name {
  font-weight: 500;
  font-size: 15px;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .deal__price {
  font-size: 1em;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks .deal__price .org__price {
  display: inline-block;
  text-decoration: line-through;
  color: var(--section-subheader);
  margin-right: 5px;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks::before {
  position: absolute;
  content: '';
  background: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .6;
  z-index: 10;
}

.deal__section__carousel .deal__carousel .slick-slide .deal__blocks:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.deal__section__carousel .deal__carousel .slick-slide.slick-current .deal__blocks::before {
  display: none;
}

@media screen and (max-width: 479px) {
  .deal__section__carousel .deal__carousel .slick-slide {
    max-width: 260px !important;
  }
}

@media screen and (max-width: 424px) {
  .deal__section__carousel .deal__carousel .slick-slide {
    max-width: 212px !important;
  }
}

.product__carousel__wrapper .product__carousel .product__blocks {
  transition-duration: 0.3s;
  margin: 20px 10px;
  overflow: hidden;
}

.product__carousel__wrapper .product__carousel .product__blocks .image__wrapper {
  position: relative;
}

.product__carousel__wrapper .product__carousel .product__blocks .image__wrapper .block__options {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background: white;
  opacity: 0;
  transition-duration: 0.3s;
}

.product__carousel__wrapper .product__carousel .product__blocks .image__wrapper .block__options ul li {
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__carousel__wrapper .product__carousel .product__blocks .product__info {
  padding: 20px 15px;
}

.product__carousel__wrapper .product__carousel .product__blocks .product__info .product__name {
  font-weight: 500;
  font-size: 15px;
}

.product__carousel__wrapper .product__carousel .product__blocks .product__info .product__price {
  font-size: 1em;
  color: #000000;
  position: relative;
}

.product__carousel__wrapper .product__carousel .product__blocks .product__info .product__price a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  opacity: 0;
  font-size: 11px;
  letter-spacing: .2em;
  line-height: 30px;
  transition-duration: .3s;
}

.product__carousel__wrapper .product__carousel .product__blocks:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.product__carousel__wrapper .product__carousel .product__blocks:hover .image__wrapper .block__options {
  opacity: 1;
}

.product__carousel__wrapper .product__carousel .product__blocks:hover .product__info .product__price a {
  color: var(--primary-color);
  opacity: 1;
}

.section__subheader {
  font-size: 35px;
  font-family: 'Rubik', sans-serif;
  line-height: 1.35;
  text-align: center;
  font-weight: 500;
}

.slick-slide:focus {
  outline: none;
}

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

.company__slider .slick-list .slick-slide {
  padding: 10px;
}

.company__slider .slider__block {
  box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  height: 100%;
}

.company__slider .slider__block > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.company__slider .slider__block .image__wrapper {
  position: relative;
  overflow: hidden;
}

.company__slider .slider__block .image__wrapper .image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: rgba(184, 134, 11, 0.53);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.company__slider .slider__block .image__wrapper .card__image {
  transition: all 0.4s ease;
}

.company__slider .slider__block .image__wrapper .overlay__option {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  visibility: hidden;
  opacity: 1;
  transition: all 0.1s ease;
}

.company__slider .slider__block .image__wrapper .overlay__option img {
  height: 30px;
  width: 30px;
}

.company__slider .slider__block .image__wrapper .overlay__option:focus {
  outline: none;
}

.company__slider .slider__block .image__wrapper:hover .image__overlay {
  opacity: 1;
  visibility: visible;
}

.company__slider .slider__block .image__wrapper:hover .card__image {
  transform: scale(1.1);
}

.company__slider .slider__block .image__wrapper:hover .overlay__option {
  top: 50%;
  visibility: visible;
  opacity: 1;
}

.company__slider .slider__block .content__wrapper {
  padding: 30px;
  flex-grow: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}

.company__slider .slider__block .content__wrapper .post__details {
  display: flex;
  justify-content: space-between;
}

.company__slider .slider__block .content__wrapper .post__details p {
  color: #8d8d8d;
  font-size: 14px;
}

.company__slider .slider__block .content__wrapper .post__name {
  margin: 10px 0;
}

.company__slider .slider__block .content__wrapper .post__name a {
  transition: all 0.2s ease;
  color: #4c4c4c;
  font-weight: 600;
}

.company__slider .slider__block .content__wrapper .post__name a:hover {
  color: var(--primary-color);
}

.company__slider .slider__block .content__wrapper .content__text {
  color: #8d8d8d;
}

.company__slider .slider__block .content__wrapper .content__footer {
  position: relative;
  margin: 0 -30px;
  padding: 20px 30px 0;
  margin-top: auto;
}

.company__slider .slider__block .content__wrapper .content__footer a {
  text-transform: uppercase;
  color: #8d8d8d;
  font-size: 14px;
  transition: all 0.4s ease;
}

.company__slider .slider__block .content__wrapper .content__footer a:hover {
  color: var(--primary-color);
}

.company__slider .slider__block .content__wrapper .content__footer::before {
  top: 0;
  height: 2px;
  left: 0;
  width: 40%;
  background-color: #8d8d8d;
  content: '';
  position: absolute;
}

.company__slider .slider__block:hover {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.06);
  transform: translateY(5px);
}

.carousel__nav {
  margin-top: 20px;
}

.carousel__nav .slick-slide {
  padding: 5px;
}

.tips__blocks__wrapper .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 27px;
}

@media screen and (max-width: 1679px) {
  .tips__blocks__wrapper .title {
    margin-bottom: 10px;
  }
}

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

.tips__blocks__wrapper ul li {
  border-bottom: 1px solid #dad9d9;
  padding: 10px 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .tips__blocks__wrapper ul li .tips__rows {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .tips__blocks__wrapper ul li .tips__rows {
    flex-wrap: nowrap;
  }
}

.tips__blocks__wrapper .block__img__wrapper {
  position: relative;
}

.tips__blocks__wrapper .block__img__wrapper .counter {
  position: absolute;
  top: 0;
  right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 25px;
  border-radius: 8px;
  background-color: #EDC32A;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.tips__blocks__wrapper .block__img__wrapper .tips__image {
  height: 80px;
  width: 80px;
}

.tips__blocks__wrapper .image__wrapepr {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex-shrink: 0;
}

.tips__blocks__wrapper .image__wrapepr .image__overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(184, 134, 11, 0.53);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.tips__blocks__wrapper .image__wrapepr .image__overlay img {
  height: 25px;
  width: 25px;
  filter: brightness(0) invert(1);
}

.tips__blocks__wrapper .image__wrapepr:hover .image__overlay {
  opacity: 1;
  visibility: visible;
}

.tips__blocks__wrapper .block__texts {
  color: #8d8d8d;
  color: #4c4c4c !important;
  font-weight: 700;
  font-size: 16px !important;
}

.tips__blocks__wrapper .block__texts:hover {
  color: var(--primary-color);
}

.tips__blocks__wrapper .block__texts p {
  font-size: 14px;
  font-weight: 100;
}

.blog__detailpage__section {
  background-color: #F5F5F5;
  padding-top: 0 !important;
}

.blog__detailpage__section .page__mini__banner {
  padding: 44px;
  text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
  .blog__detailpage__section .page__mini__banner {
    padding: 32px;
  }
}

.blog__detailpage__section .blog__postdate {
  color: #707070;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  margin: 30px 0 16px;
  font-weight: 500;
}

.blog__detailpage__section .blog__detail__title {
  color: #707070;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .blog__detailpage__section .blog__detail__title {
    margin-bottom: 20px;
  }
}

.blog__detailpage__section .blog__detail__text {
  color: #707070;
  font-size: 16px;
  line-height: 28px;
  font-weight: 100;
  margin-bottom: 44px;
}

@media screen and (max-width: 1199px) {
  .blog__detailpage__section .blog__detail__text {
    margin-bottom: 22px;
  }
}

.blog__detailpage__section .recent__post__block {
  background-color: #ffffff;
  padding: 44px 53px 49px;
}

.blog__detailpage__section .recent__post__block .title {
  color: #707070;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 27px;
}

@media screen and (max-width: 1679px) {
  .blog__detailpage__section .recent__post__block .title {
    margin-bottom: 10px;
  }
}

.blog__detailpage__section .recent__post__block ul {
  list-style: none;
  padding: 0;
}

.blog__detailpage__section .recent__post__block ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0 2px 0;
}

.blog__detailpage__section .recent__post__block ul li a {
  color: #707070;
  font-size: 14px;
  line-height: 20px;
}

.blog__detailpage__section .recent__post__block ul li a:hover {
  color: var(--primary-color);
}

.blog__detailpage__section .recent__post__block ul li:last-child {
  border: none;
}

@media screen and (max-width: 1679px) {
  .blog__detailpage__section .recent__post__block {
    padding: 32px 31px 37px;
  }
}

.blog__detailpage__section .blog__block {
  position: relative;
  margin: 30px auto 0;
}

.blog__detailpage__section .blog__block .blog__text {
  position: static;
  background-color: #ffffff;
  border: none;
  padding: 14px 20px;
}

.blog__detailpage__section .blog__block .blog__text .posted__date {
  color: #707070;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

.blog__detailpage__section .blog__block .blog__text .blog__title {
  color: #707070;
  font-size: 18px;
  font-weight: 600;
}

.blog__detailpage__section .blog__block .blog__text p {
  color: #262626;
  font-size: 16px;
  line-height: 21px;
}

.blog__detailpage__section .blog__block .seemore__link {
  border: 1px solid var(--primary-color);
  display: block;
  padding: 13px 59px;
  color: var(--primary-color);
  text-transform: capitalize;
  transition: all 0.2s ease;
  background-color: #ffffff;
  position: static;
  text-align: center;
}

.blog__detailpage__section .blog__block .seemore__link:hover {
  color: #ffffff;
  background-color: var(--primary-color);
}

body {
  font-family: 'Rubik', sans-serif;
}

.page__overlay {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: .6;
  z-index: 9999999999;
  display: none;
}

.page__overlay__display {
  display: block;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.custom-select:focus,
.form-control:focus {
  box-shadow: none;
  outline: none;
}

.icon-heart2 {
  color: red;
}

.modal.show {
  width: 100vw;
  height: 100vh;
  background-color: #000000d0;
}

.pt-30 {
  padding-top: 30px;
}

.right-blok-box .text-content .text {
  display: flex;
  padding-right: 15px;
}

.right-blok-box .text-content .text a {
  font-weight: bold;
  display: block;
  color: var(--primary-color);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: animate .5s ease-in-out forwards alternate-reverse infinite;
}

.right-blok-box .text-content .text a:nth-child(1) {
  animation-delay: 0.3s;
}

.right-blok-box .text-content .text a:nth-child(2) {
  animation-delay: 0.4s;
}

.right-blok-box .text-content .text a:nth-child(3) {
  animation-delay: 0.5s;
}

.right-blok-box .text-content .text a:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:checked,
.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:checked + label,
.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:checked + label:before,
.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:checked + label:after,
.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkout-details-wrapper .payment-mode .card-body .checkbox-circle [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:checked,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:checked + label,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:checked + label:before,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:checked + label:after,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .checkbox [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:checked,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:checked + label,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:checked + label:before,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:checked + label:after,
.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.checkout-details-wrapper .billing-details-wrap .card-body .form-row .click-here [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* edit-modal */
.deleivery-address .del-add .address .edit-del [type="radio"]:checked,
.deleivery-address .del-add .address .edit-del [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.deleivery-address .del-add .address .edit-del [type="radio"]:checked + label,
.deleivery-address .del-add .address .edit-del [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.deleivery-address .del-add .address .edit-del [type="radio"]:checked + label:before,
.deleivery-address .del-add .address .edit-del [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.deleivery-address .del-add .address .edit-del [type="radio"]:checked + label:after,
.deleivery-address .del-add .address .edit-del [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary-color);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.deleivery-address .del-add .address .edit-del [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.deleivery-address .del-add .address .edit-del [type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.product-add-to-cart {
  height: 300px;
  overflow: auto;
}

.bg-green {
  background: var(--primary-color);
}

.mt-245 {
  margin-top: 245px;
}

.b-b {
  border-bottom: none;
}

.b-t {
  border-top: 0px;
}

.centering-img {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  z-index: 1;
  border-radius: 50%;
  box-shadow: -1px 0px 37px -10px rgba(0, 0, 0, 0.7);
}

.flus-img-padding {
  padding: 20px 30px;
}

.flush-txt-color {
  color: #7a7877;
}

/* custom media query */
@media only screen and (max-width: 768px) {
  .deleivery-address .address .edit-del .modal .modal-dialog {
    max-width: 600px !important;
  }
  .deleivery-address .address .edit-del .modal .modal-dialog .address-content .modal-body .map-responsive #weathermap .ol-map {
    height: 300px;
  }
  .address-details .modal .modal-dialog {
    max-width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .address-form-container {
    box-shadow: none;
    padding: 0px;
  }
  .login-form-container {
    box-shadow: none;
    padding: 0px;
  }
  .change-password-container {
    box-shadow: none;
    padding: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .billing-address {
    font-size: 16px;
  }
  .dashboard-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 426px) {
  .section-title h3 {
    font-size: 17px !important;
  }
  .dashboard-upper-info {
    display: none;
  }
}

@media (max-width: 991px) {
  .navigation__toggler {
    display: block;
    color: white;
    border-color: white;
  }
  .is-sticky .navigation__toggler {
    color: #5da801;
    border-color: #5da801;
  }
  .nav__bar {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .banner__title {
    font-size: 48px;
  }
  .page__banner .select__wrapper {
    max-width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
  }
  .page__banner .select__wrapper::before {
    display: none;
  }
  .page__banner .select__wrapper .custom-select {
    height: 45px !important;
  }
  .page__banner .input-group {
    border-radius: 8px;
    overflow: hidden;
  }
  .page__banner .form-control {
    height: 45px !important;
  }
  .search__icon-wrapper .input-group-text {
    padding: 10px;
  }
  .page__banner .search__section {
    height: auto;
    background-color: transparent;
    border-radius: 0;
  }
  .footer__store__img:first-child {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .banner__title {
    line-height: 58px !important;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    text-align: center;
  }
  .block__icons {
    padding-left: 0 !important;
  }
  .social__link__block {
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) {
  .mobile__navigartion__close {
    right: -78px;
  }
}

@media (min-width: 768px) {
  .mobile__navigartion__close {
    right: -80px !important;
  }
}

@media (min-width: 991px) {
  .mobile__navigation {
    display: none;
  }
  .page__overlay__display {
    display: none;
  }
}

.remove-cart-form {
  position: absolute;
  top: 1px;
  right: 0px;
}

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