@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Shop Css
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
:root{
  --cust-yellow: #f9ff00;
}
body {
  color: #656565;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.875;
  margin: 0;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3,
.h1, .h2, .h3  {
  color: #333;
  font-family: "Inria Serif", serif;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #7aab86;
  text-decoration: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
a:hover, a:active, a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4c780e;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

h6, .h6,.h4, .h5, .h6, p {
  font-family: 'Inter', sans-serif;
  color: #000000;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #7aab86;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #7aab86;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #7aab86;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #7aab86;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
}

iframe {
  border: none !important;
}

textarea:focus, textarea:active, input:focus, input:active {
  outline: none;
}

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

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 30px;
}

table p {
  margin-bottom: 0;
}

/*
-----------------------------------------------------------------------
  Common CSS
-----------------------------------------------------------------------
*/
.container {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }




}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-title {
  margin-bottom: 11px;
}
.section-title .title {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 22px;
  }
}

.title-border-style {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 17px;
}

.bg-img {
  background: no-repeat center center;
  background-size: cover;
}
.bg-img.bg-img-top {
  background-position: top center;
}

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

.site-wrapper-reveal {
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.niceselect {
  float: inherit;
}
.niceselect .list {
  border-radius: 0;
  width: 100%;
}

.swiper-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

.no-border {
  border: none !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify-items-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-message.alert {
  margin-top: 10px;
}
.form-message.alert .btn-close {
  background-image: none;
}

.row-gutter-0 {
  margin: 0;
}
.row-gutter-0 [class*=col-] {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .row-gutter-80 {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row-gutter-80 [class*=col] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
.row-gutter-20 [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper {
  overflow-x: hidden;
}

/*-------- Button Style Css --------*/
.btn-theme {
  background-color: #7aab86;
  border-color: #7aab86;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  padding: 21px 37px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 42px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme .icon.icon-img {
  max-width: none;
  width: auto;
}
.btn-theme:hover, .btn-theme:focus {
  background-color: #0961c3;
  border-color: #0961c3;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #0961c3;
  border-color: #0961c3;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #7aab86;
  border-color: #7aab86;
}
.btn-theme.btn-black {
  background-color: #333;
  border-color: #333;
}
.btn-theme.btn-black:hover {
  background-color: #7aab86;
  border-color: #7aab86;
  color: #fff;
}
.btn-theme.btn-black.btn-border {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.btn-theme.btn-black.btn-border:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.btn-theme.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.btn-theme.btn-white:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-theme.btn-white.btn-border {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-white.btn-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #7aab86;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}
.btn-theme.btn-gray:hover {
  background-color: #7aab86;
  border-color: #7aab86;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #7aab86;
  color: #7aab86;
  padding: 5px 25px 5px 25px;
}
.btn-theme.btn-border:hover {
  background-color: #7aab86;
  border-color: #7aab86;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #0961c3;
  color: #0961c3;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #0961c3;
  border-color: #0961c3;
  color: #fff;
}
.btn-theme.btn-border.btn-gray {
  background-color: transparent;
  border-color: #e8e8e8;
  color: #fcdcea;
}
.btn-theme.btn-border.btn-gray:hover {
  background-color: #7aab86;
  border-color: #7aab86;
  color: #fff;
}
.btn-theme.btn-border.btn-white {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-theme.btn-border.btn-white:hover {
  background-color: #7aab86;
  border-color: #7aab86;
  color: #fff;
}
.btn-theme.btn-round {
  border-radius: 25px;
}
.btn-theme.btn-round.btn-slide:before {
  border-radius: 25px;
}
.btn-theme.btn-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-slide:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  bottom: -40px;
  content: "";
  height: 65px;
  left: -27px;
  position: absolute;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  height: 65px;
  position: absolute;
  right: -27px;
  top: -40px;
  width: 65px;
  z-index: -1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn-theme.btn-slide .icon.icon-img {
  right: 42px;
}
.btn-theme.btn-slide:hover:before {
  border-radius: 32.5px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  width: 100%;
}
.btn-theme.btn-slide:hover:after {
  border-radius: 32.5px;
  height: 100%;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.btn-theme.btn-hover-style {
  background-color: transparent;
  border: 1px solid #3a3a3a;
  color: #333;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-hover-style:before {
  background-color: #0a1039;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-hover-style:hover {
  color: #fff;
}
.btn-theme.btn-hover-style:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.btn-theme.btn-hover-style-bg {
  background-color: #7aab86;
  border: 1px solid #7aab86;
  color: #fff;
  position: relative;
  z-index: 1;
}
.btn-theme.btn-hover-style-bg:before {
  background-color: #0a1039;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-hover-style-bg:hover {
  color: #fff;
}
.btn-theme.btn-hover-style-bg:hover:before {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}
.btn-theme.btn-size-xs {
  border-radius: 19px;
  font-size: 15px;
  line-height: 1.5;
  min-height: 38px;
  min-width: 105px;
  padding: 8px 17px;
}
.btn-theme.btn-size-xs .icon {
  right: 20px;
}
.btn-theme.btn-size-xs.btn-border {
  padding: 7px 18px;
}
.btn-theme.btn-size-sm {
  font-size: 14.4px;
  padding: 5.76px 21.6px;
}
.btn-theme.btn-size-md {
  font-size: 15px;
  min-height: 45px;
  min-width: 150px;
  padding: 12px 22px;
}
.btn-theme.btn-size-md .icon {
  right: 22px;
}
.btn-theme.btn-size-md.btn-border {
  padding: 10px 20px;
}
.btn-theme.btn-size-lg {
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 30px 10px 30px;
}
.btn-theme.btn-size-xl {
  height: 50px;
  min-width: 220px;
  text-align: center;
}
.btn-theme.btn-size-xxl {
  height: 52px;
  min-width: 270px;
  text-align: center;
}

.btn-link {
  color: #000;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.9371;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-link:hover {
  color: #7aab86;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  position: relative;
  height: 100px;
}
.page-title-area .page-title-content {
  padding: 69px 0 64px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 60px 0 50px;
  }
}
.page-title-area .page-title-content .title {
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 25px;
    margin-bottom: 0;
  }
}
.page-title-area:before {
  background-color:#62ac88;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.product-desc table {
  margin-top: 20px;
  border: none;
}

.product-desc table thead{
  background-color: unset !important;
}
.product-desc table thead tr th{
  padding: 5px 0;
}


.product-desc table tbody tr {
  border-bottom: 1px solid #e7e7e7;
}

.product-desc table tbody tr td {
  font-size: 13px;
    line-height: normal;
    padding: 10px 0px;
}

.product-desc table tbody tr td:first-child{
  color: #7e7e7e;
}


.bread-crumbs {
  color: #253237;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .bread-crumbs {
    font-size: 12px;
  }
}
.bread-crumbs a {
  color: #fff;
  font-weight: 700;
}
.bread-crumbs a:hover {
  color: #7aab86;
}
.bread-crumbs .breadcrumb-sep {
  color: #fff;
  margin: 0 5px;
  position: relative;
  top: -1px;
}
.bread-crumbs .breadcrumb-sep i:before {
  font-size: 8px;
  font-weight: 600;
}
.bread-crumbs span {
  color: #7aab86;
  font-weight: 700;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .bread-crumbs span {
    font-size: 12px;
  }
}

/*-------- Pagination Style Css --------*/
.pagination-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .pagination-area {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-area {
    margin-bottom: 60px;
  }
}
.pagination-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 0;
  border: 2px solid #7aab86;
  padding: 14px 36px 2px;
  border-radius: 30px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .pagination-area .page-numbers {
    padding: 13px 16px 0;
  }
}
.pagination-area .page-numbers li .page-number {
  font-weight: 600;
  color: #0f0f0f;
  padding: 0;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  display: inline-block;
  width: 52px;
  text-align: center;
  vertical-align: top;
  background: none;
  border-right: 1px solid #7aab86;
}
.pagination-area .page-numbers li .page-number:hover {
  color: #7aab86;
}
.pagination-area .page-numbers li .page-number.next {
  font-size: 14px;
  color: #313e47;
  background: none;
  height: 18px;
  line-height: 18px;
  padding-left: 0px;
  border-right: none;
}
.pagination-area .page-numbers li .page-number.next:hover {
  color: #7aab86;
}
.pagination-area .page-numbers li .page-number.active:hover {
  color: #0f0f0f;
}

/*-------- Error Style Css --------*/
.error-content {
  padding: 200px 0;
}
@media only screen and (max-width: 991px) {
  .error-content {
    padding: 180px 0;
  }
}
@media only screen and (max-width: 767px) {
  .error-content {
    padding: 170px 0;
  }
}
@media only screen and (max-width: 575px) {
  .error-content {
    padding: 120px 0;
  }
}
.error-content h1 {
  font-weight: 400;
  font-size: 42px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .error-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .error-content h1 {
    font-size: 22px;
  }
}
.error-content p {
  line-height: 35px;
  color: #666;
  width: 90%;
  margin: 20px auto 24px;
}
@media only screen and (max-width: 991px) {
  .error-content p {
    width: 100%;
  }
}
.error-content p a {
  color: #7aab86;
}
.error-content p a:hover {
  color: #0961c3;
}
.error-content .error-search {
  margin: 0 200px;
}
@media only screen and (max-width: 1199px) {
  .error-content .error-search {
    margin: 0;
  }
}
.error-content .error-search form {
  position: relative;
}
.error-content .error-search form input {
  width: 100%;
  height: 48px;
  padding: 3px 70px 0 16px;
  color: #495057;
  font-size: 15px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.error-content .error-search form input:focus {
  border-color: #7aab86;
}
.error-content .error-search form button {
  position: absolute;
  top: 61%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.error-content .error-search form button i {
  color: #777;
  font-weight: 400;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.error-content .error-search form button i:hover {
  color: #7aab86;
}

/*-------- Coming Soon Style Css --------*/
.coming-soon-area {
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
@media only screen and (max-width: 575px) {
  .coming-soon-area .coming-soon-content {
    margin-top: 80px;
  }
}
.coming-soon-area .coming-soon-content h1 {
  font-size: 42px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-content h1 {
    font-size: 30px;
  }
}
.coming-soon-area .coming-soon-content h1 span {
  font-size: 160px;
  line-height: 1;
  color: #7aab86;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-content h1 span {
    font-size: 70px;
  }
}
.coming-soon-area .coming-soon-content p {
  color: #555;
  line-height: 1.7;
  margin: 25px 0 18px;
}

.page-coming-soon-wrapper .header-area {
  background-color: transparent;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.subscribe-form {
  margin: 0 35px;
}
@media only screen and (max-width: 991px) {
  .subscribe-form {
    margin: 0;
  }
}
.subscribe-form form {
  position: relative;
}
.subscribe-form form i {
  color: #495057;
  position: absolute;
  top: 15px;
  left: 15px;
}
.subscribe-form form .input-content input {
  width: 100%;
  height: 48px;
  color: #495057;
  font-size: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 4px 120px 0 20px;
}
.subscribe-form form .input-content input::-moz-input-placeholder {
  color: #495057;
  opacity: 1;
}
.subscribe-form form .input-content input::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.subscribe-form form .input-content .mc-news-6 {
  display: none;
}
.subscribe-form form .input-content .submit-btn {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.subscribe-form form .input-content .submit-btn input {
  width: auto;
  height: auto;
  font-size: 13px;
  font-weight: 600;
  border: none;
  color: #7aab86;
  padding: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.subscribe-form form .input-content .submit-btn input:hover {
  color: #000;
}

/*-------- Custom Margin Padding Style Css --------*/
.group-mt-0 > div {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mt-0 {
    margin-top: 0 !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mt-md-70 {
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-mt-0 {
    margin-top: 0 !important;
  }

  .mt-sm-25 {
    margin-top: 25px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .mt-sm-50 {
    margin-top: 50px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mt-xs-0 {
    margin-top: 0px;
  }

  .mt-xs-25 {
    margin-top: 25px !important;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
.mr-0 {
  margin-right: 0 !important;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-80 {
  margin-right: 80px;
}

.mr--100 {
  margin-right: -100px;
}

@media only screen and (max-width: 991px) {
  .md-mr-0 {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .mr-xs-0 {
    margin-right: 0;
  }

  .mr-xs-15 {
    margin-right: 15;
  }
}
.mb-10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .lg-mb-0, .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-30 {
    margin-bottom: 30px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .mb-lg-50 {
    margin-bottom: 50px !important;
  }

  .mb-lg-70 {
    margin-bottom: 70px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-mb-0, .md-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mb-md-30 {
    margin-bottom: 30px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .mb-md-50 {
    margin-bottom: 50px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .mb-md-70 {
    margin-bottom: 70px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .mb-md-90 {
    margin-bottom: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mb-sm-0, .sm-mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-10 {
    margin-bottom: 10px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .mb-sm-30 {
    margin-bottom: 30px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .mb-sm-50 {
    margin-bottom: 50px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-20 {
    margin-bottom: 20px !important;
  }

  .mb-xs-30 {
    margin-bottom: 30px !important;
  }

  .mb-xs-40 {
    margin-bottom: 40px !important;
  }

  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .mb-xxs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxs-30 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 359.98px) {
  .mb-xss-0 {
    margin-bottom: 0 !important;
  }

  .mb-xss-20 {
    margin-bottom: 20px !important;
  }
}
.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }

  .md-ml-0 {
    margin-left: 0 !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .sm-ml-0 {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .ml-xxs-5 {
    margin-left: 5px !important;
  }
}
.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

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

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

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

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

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

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

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

@media only screen and (max-width: 1199px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }

  .pb-lg-30 {
    padding-bottom: 30px !important;
  }

  .pb-lg-70 {
    padding-bottom: 70px !important;
  }

  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-10 {
    padding-bottom: 10px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pb-md-30 {
    padding-bottom: 30px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pb-md-50 {
    padding-bottom: 50px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pb-md-90 {
    padding-bottom: 90px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pb-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pb-sm-30 {
    padding-bottom: 30px !important;
  }

  .pb-sm-50 {
    padding-bottom: 50px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pb-sm-70 {
    padding-bottom: 70px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-130 {
  padding-left: 130px !important;
}

@media only screen and (max-width: 1199px) {
  .pl-lg-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pl-0 {
    padding-left: 0 !important;
  }

  .md-pl-15 {
    padding-left: 15px !important;
  }

  .pl-md-30 {
    padding-left: 30px !important;
  }

  .pl-md-50 {
    padding-left: 50px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pl-0 {
    padding-left: 0 !important;
  }

  .sm-pl-15, .pl-sm-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .xs-pl-15 {
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 479.98px) {
  .pl-xxs-0 {
    padding-left: 0 !important;
  }
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

@media only screen and (max-width: 1199px) {
  .lg-pt-0 {
    padding-top: 0 !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }

  .pt-md-15 {
    padding-top: 15px !important;
  }

  .pt-md-30 {
    padding-top: 30px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pt-md-50 {
    padding-top: 50px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pt-md-65 {
    padding-top: 65px !important;
  }

  .pt-md-70 {
    padding-top: 70px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pt-md-90 {
    padding-top: 90px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }

  .pt-sm-30 {
    padding-top: 30px !important;
  }

  .pt-sm-50 {
    padding-top: 50px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pt-sm-70 {
    padding-top: 70px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pt-sm-90 {
    padding-top: 90px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 575px) {
  .pt-xs-30 {
    padding-top: 30px !important;
  }

  .pt-xs-40 {
    padding-top: 40px !important;
  }
}
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

@media only screen and (max-width: 1199px) {
  .lg-pr-0 {
    padding-right: 0 !important;
  }

  .pr-lg-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sm-pr-0 {
    padding-right: 0 !important;
  }

  .sm-pr-15, .pr-sm-15 {
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .md-pr-15 {
    padding-right: 15px;
  }

  .md-pl-15 {
    padding-left: 15px;
  }
}
.d-contents {
  display: contents;
}

.ml--2 {
  margin-left: -2px !important;
}

.ml-33 {
  margin-left: 33px;
}

.pt-38 {
  padding-top: 38px;
}

.pt-37 {
  padding-top: 37px;
}

/*-------- Hover Effect Style Css --------*/
.effect-animate-flash {
  position: relative;
  overflow: hidden;
}

.effect-animate-flash:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);
  width: 140%;
  z-index: 1;
}

.effect-animate-flash:hover:before {
  opacity: 1;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);
}

/*-------- Scroll To Top Style Css --------*/
.scroll-to-top {
  background-color: #7aab86;
  border: none;
  border-radius: 50%;
  bottom: 53px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 50px;
  z-index: 100;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-desc {
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    right: 30px;
    bottom: 75px;
    font-size: 14px;
    height: 30px;
    line-height: 35px;
    width: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 78px;
  }
}
.scroll-to-top span {
  font-weight: 600;
}
.scroll-to-top:hover {
  background-color: #262626;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/*
-----------------------------------------------------------------------
  Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "Inter", sans-serif;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  display: block;
  position: relative;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #7aab86;
}
.main-menu.menu-capitalize > li > a {
  font-size: 16px;
  text-transform: capitalize;
}

.has-submenu {
  padding-right: 10px;
  position: relative;
}
.has-submenu > a {
  position: relative;
}
.has-submenu > a:after {
  content: "";
  color: #fcdcea;
  font-size: 11px;
  font-weight: 400;
  font-family: "simple-line-icons";
  position: absolute;
  right: 11px;
  top: 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.has-submenu:hover > .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin: 0;
  margin-top: 0;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  -webkit-transform: none !important;
          transform: none !important;
}
.has-submenu .submenu-nav {
  -webkit-box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  color: #333;
  display: block;
  margin-top: 40px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding: 20px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 250px;
  z-index: 999;
}
.has-submenu .submenu-nav:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 100%;
  left: 0;
  bottom: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.has-submenu .submenu-nav > li {
  line-height: 1.8;
  position: relative;
}
.has-submenu .submenu-nav > li a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.8;
  padding: 5px 30px;
  position: relative;
}
.has-submenu .submenu-nav > li a:hover {
  color: #7aab86;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #7aab86;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #7aab86 !important;
}
.has-submenu .submenu-nav > li.has-submenu {
  position: relative;
}
.has-submenu .submenu-nav > li.has-submenu a:before {
  display: block;
}
.has-submenu .submenu-nav > li.has-submenu:hover > .submenu-nav {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #333;
  font-size: 11px;
  line-height: 1.2;
  font-family: "simple-line-icons";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
  max-width: 1170px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  text-align: left;
  padding-right: 30px;
  padding-left: 0;
  float: left;
  display: block;
  width: 20%;
  padding-top: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
  width: 40%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 8px 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "simple-line-icons";
  color: #7aab86;
  right: -20px;
  top: 1px;
  font-size: 9px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #7aab86;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #7aab86;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: 100px !important;
  width: 550px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area.header-default {
  padding: 0;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .vertical-menu {
    display: none;
  }
}
.header-area.sticky-header.sticky {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.sticky {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-area.sticky-header.sticky {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.sticky .vertical-menu {
    display: block;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-area.sticky-header.sticky .vertical-menu {
    display: none;
    opacity: 0;
  }
}
.header-area.sticky-header.sticky .vertical-menu.menu-style-two .vmenu-content {
  display: none;
}
.header-area.header-transparent {
  background-color: transparent;
  left: 0;
  padding: 0;
  position: absolute;
  top: 47px;
  width: 100%;
  z-index: 9;
}
.header-area.header-transparent .container {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.header-area.header-transparent.sticky-header.sticky .container {
  box-shadow: none;
}

@media only screen and (max-width: 1399px) {
  .header-area.header-transparent {
    
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-transparent {
        position: relative;
        top: 0;
  }
}
.header-area.header-transparent .container {
  background-color: #fff;
  padding: 15px 20px;
}
@media only screen and (min-width: 1400px) {
  .header-area.header-transparent .container {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1399px) {
  .header-area.header-transparent .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area.header-transparent .container {
    padding: 18px 20px;
  }
}
.header-area.header-transparent .header-logo-area {
  top: 0;
}
/* .header-area.header-transparent .header-navigation-area .main-menu {
  top: 4px;
} */
.header-area.header-transparent .header-middle-action-area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-area.header-transparent .header-middle-action-area .header-action-btn-search .btn-search {
  margin-left: 13px;
}
@media only screen and (max-width: 1399px) {
  .header-area.header-transparent .header-middle-action-area .header-action-cart .cart-amount {
    display: none;
  }
}
.header-area.header-transparent .header-action-area .btn-menu {
  font-size: 24px;
  position: relative;
  top: 3px;
}
.header-area.header-transparent.sticky-header.sticky {
  padding: 0;
}
@media only screen and (max-width: 1399px) {
  .header-area.header-transparent.sticky-header.sticky {
            padding: 0 0px;
        display: block;
        position: fixed;
        top: 0;
        z-index: 999;
  }
}

.header-wrapper.header-style2 .header-top {
  background-color: #fff;
}
.header-wrapper.header-style2 .header-area {
  background-color: #7aab86;
}
.header-wrapper.header-style2 .header-area.sticky-header.sticky {
  background-color: #7aab86;
}
.header-wrapper.header-style2 .header-area.sticky-header.sticky .vertical-menu.menu-style-three {
  display: none;
}
.header-wrapper.header-style2 .header-area.sticky-header.sticky .vertical-menu.menu-style-three .vmenu-content {
  display: none;
}
.header-wrapper.header-style2 .header-area.sticky-header.sticky .header-action-dropdown-acc {
  display: none;
}
.header-wrapper.header-style2 .header-action-wishlist .btn-wishlist .cart-count {
  background-color: #333;
}
.header-wrapper.header-style2 .header-action-cart .btn-cart .cart-count {
  background-color: #333;
}
.header-wrapper.header-style2 .header-navigation-area .main-menu > li > a {
  color: #fff;
}
.header-wrapper.header-style2 .header-navigation-area .main-menu > li > a:hover {
  color: #333;
}
.header-wrapper.header-style2 .header-navigation-area .main-menu > li > a:hover:after {
  color: #333;
}
.header-wrapper.header-style2 .header-navigation-area .has-submenu > a {
  color: #fff;
}
.header-wrapper.header-style2 .header-navigation-area .has-submenu > a:after {
  color: #fff;
}
.header-wrapper.header-style2 .header-action-dropdown-acc .current-item {
  color: #fff;
}
.header-wrapper.header-style2 .header-action-dropdown-acc .current-item:before {
  color: #fff;
}
.header-wrapper.header-style2 .header-action-dropdown-acc .current-item:hover {
  color: #333;
}
.header-wrapper.header-style2 .header-action-dropdown-acc .current-item:hover:before {
  color: #333;
}

@media only screen and (min-width: 1400px) {
  .home-three-wrapper .header-wrapper .header-top .container {
    max-width: 1330px;
    padding: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .home-three-wrapper .header-wrapper .header-top .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-three-wrapper .header-wrapper .header-top .container {
    padding: 0 15px;
  }
}

.search-box-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  min-height: 550px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  height: 100vh;
  padding: 0 15px;
  width: 100vw;
  z-index: 999;
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner {
  width: 800px;
  margin: 0 auto;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap {
  text-align: center;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transition: all ease-in-out 0.25s;
  -webkit-transition: all ease-in-out 0.25s;
  -moz-transition: all ease-in-out 0.25s;
  -ms-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note {
  margin-bottom: 15px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap .search-note p {
  color: #fff;
  font-size: 18px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 10px 58px;
  border-radius: 0;
  height: 73px;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 73px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .form-control {
    font-size: 20px;
  }
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button {
  color: #fff;
  border: none;
  line-height: 1;
  font-size: 30px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 18px;
  right: 15px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button i {
  font-size: 24px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button:hover {
  color: #7aab86;
}
.search-box-wrapper .search-close {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 36px;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 5;
  top: 20%;
  right: 11%;
  line-height: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-box-wrapper .search-close:hover {
  color: #7aab86;
}
.search-box-wrapper.show {
  visibility: visible;
  opacity: 1;
}
.search-box-wrapper.show .search-box-content-inner .search-box-form-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.header-top {
  background: none;
  border-bottom: 0px solid #d4d4d4;
  padding: 9px 0 7px;
}
@media only screen and (max-width: 991px) {
  .header-top {
    padding: 16px 0 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-top .container {
    max-width: 100%;
  }
}
.header-top.header-top-light {
  position: absolute;
  background: transparent;
  padding: 9px 0 53px;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .header-top.header-top-light {
    padding: 10px 0 ;
  }
}
.header-top.header-top-light .header-top-info a {
  color: #fff;
}
.header-top.header-top-light .header-top-info a:hover {
  color: #333;
}
.header-top.header-top-light .header-currency-dropdown .btn-currency {
  color: #fff;
}
.header-top.header-top-light .header-currency-dropdown .btn-currency:after {
  color: #fff;
}
.header-top.header-top-light .header-currency-dropdown .btn-currency:hover {
  color: #333;
}
.header-top.header-top-light .header-currency-dropdown .btn-currency:hover:after {
  color: #333;
}
.header-top.header-top-light .header-lang-dropdown .btn-lang {
  color: #fff;
}
.header-top.header-top-light .header-lang-dropdown .btn-lang:after {
  color: #fff;
}
.header-top.header-top-light .header-lang-dropdown .btn-lang:hover {
  color: #333;
}
.header-top.header-top-light .header-lang-dropdown .btn-lang:hover:after {
  color: #333;
}
.header-top.header-top-light .header-top-action-area .info-link a {
  color: #fff;
}
.header-top.header-top-light .header-top-action-area .info-link a:hover {
  color: #333;
}

.header-top-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header-top-inner {
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .header-top-info {
    line-height: 1;
   
  }
}
.header-top-info a {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}
.header-top-info a span {
  font-weight: 700;
}

.header-top-action-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
}
@media only screen and (max-width: 991px) {
  .header-top-action-area {
    display: block;
    line-height: 1;
  }
}
.header-top-action-area .info-link {
  display: inline-block;
  line-height: 1;
  padding: 0 16px 0 15px;
  position: relative;
  font-size: 12px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .header-top-action-area .info-link {
    padding: 0;
  }
}
.header-top-action-area .info-link:before {
  background: #d4d4d4;
  content: "";
  position: absolute;
  left: 1px;
  height: 19px;
  top: -1px;
  width: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-top-action-area .info-link:after {
  background: #d4d4d4;
  content: "";
  position: absolute;
  height: 19px;
  right: 0;
  top: -1px;
  width: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-top-action-area .info-link a {
  color: #333;
  font-size: 12px;
  line-height: 12px;
}
.header-top-action-area .info-link a:hover {
  color: #7aab86;
}
.header-top-action-area .info-link a i {
  font-size: 14px;
}
.header-top-action-area .info-link:last-child {
  border: none;
  padding-right: 0;
}
.header-top-action-area .info-link.info-link-style2 {
  padding-left: 14px;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 991px) {
  .header-top-action-area .info-link.info-link-style2 {
    padding-left: 0;
    right: 1px;
  }
}
.header-top-action-area .info-link.info-link-style2:before, .header-top-action-area .info-link.info-link-style2:after {
  display: none;
}
.header-top-action-area .info-link.info-link-style2 i {
  position: relative;
  top: 3px;
  margin-right: 1px;
}
@media only screen and (max-width: 991px) {
  .header-top-action-area .info-link.info-link-style2 i {
    top: 2px;
    margin-right: 0;
    padding-right: 4px;
    right: -2px;
  }
}

.header-currency-dropdown {
  line-height: 1;
}
.header-currency-dropdown .btn-currency {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding-left: 0;
  padding-right: 29px;
  top: -1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-currency-dropdown .btn-currency img {
  margin-right: 5px;
}
.header-currency-dropdown .btn-currency span {
  position: relative;
  top: 0;
}
.header-currency-dropdown .btn-currency.dropdown-toggle {
  position: relative;
}
.header-currency-dropdown .btn-currency.dropdown-toggle:after {
  background: none;
  border: none;
  content: "";
  color: #333;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  font-family: "simple-line-icons";
  position: absolute;
  right: 12px;
  top: calc(50% - 7px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-currency-dropdown .btn-currency:hover {
  color: #7aab86;
}
.header-currency-dropdown .btn-currency:hover.dropdown-toggle:after {
  color: #7aab86;
}
.header-currency-dropdown .dropdown-menu {
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  margin: 0;
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
  padding: 0 15px;
  left: 5px !important;
  top: 14px !important;
}
.header-currency-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #efefef;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 14px 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-currency-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.header-currency-dropdown .dropdown-menu .dropdown-item span {
  position: relative;
  top: 1px;
}
.header-currency-dropdown .dropdown-menu .dropdown-item:last-child {
  border: none;
}
.header-currency-dropdown .dropdown-menu .dropdown-item.active, .header-currency-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #7aab86;
}

.header-lang-dropdown {
  line-height: 1;
}
.header-lang-dropdown .btn-lang {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 32px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-lang-dropdown .btn-lang:before {
  background: #d4d4d4;
  content: "";
  position: absolute;
  left: 1px;
  height: 19px;
  top: -5px;
  width: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-lang-dropdown .btn-lang img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.header-lang-dropdown .btn-lang span {
  position: relative;
  top: 0;
}
.header-lang-dropdown .btn-lang.dropdown-toggle:after {
  background: none;
  border: none;
  content: "";
  color: #333;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  font-family: "simple-line-icons";
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-lang-dropdown .btn-lang:hover {
  color: #7aab86;
}
.header-lang-dropdown .btn-lang:hover.dropdown-toggle:after {
  color: #7aab86;
}
.header-lang-dropdown .dropdown-menu {
  background: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  margin: 0;
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
  padding: 0 15px;
  left: 5px !important;
  top: 14px !important;
}
.header-lang-dropdown .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #efefef;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 14px 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-lang-dropdown .dropdown-menu .dropdown-item img {
  margin-right: 5px;
}
.header-lang-dropdown .dropdown-menu .dropdown-item span {
  position: relative;
  top: 0;
}
.header-lang-dropdown .dropdown-menu .dropdown-item:last-child {
  border: none;
}
.header-lang-dropdown .dropdown-menu .dropdown-item.active, .header-lang-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #7aab86;
}

.header-action-dropdown-acc {
  cursor: pointer;
  line-height: 17px;
  position: relative;
  top: 0;
  text-align: end;
}
.header-action-dropdown-acc .current-item {
  color: #333;
  display: inline-block;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .header-action-dropdown-acc .current-item {
    right: 15px;
  }
}
.header-action-dropdown-acc .current-item:before {
  color: #333;
  content: "";
  font-family: "simple-line-icons";
  font-size: 20px;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-action-dropdown-acc .info-dropdown {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.18);
  display: none;
  min-width: 130px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  visibility: visible;
  margin-bottom: 0;
  top: 42px;
  right: 0;
  z-index: 9999;
}
.header-action-dropdown-acc .info-dropdown li {
  color: #333;
  font-size: 13px;
  padding: 0px 27px;
  margin-bottom: 0;
  line-height: 1;
}
.header-action-dropdown-acc .info-dropdown li a {
  color: #333;
  border-bottom: 1px solid #efefef;
  display: inline-block;
  min-width: 75px;
  padding: 18px 0 14px;
}
.header-action-dropdown-acc .info-dropdown li a:hover {
  color: #7aab86;
}
.header-action-dropdown-acc:hover .current-item {
  color: #7aab86;
}
.header-action-dropdown-acc:hover .current-item:before, .header-action-dropdown-acc:hover .current-item:after {
  color: #7aab86;
}

.header-action-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-action-area .btn-search {
  background-color: transparent;
  color: #000;
  font-size: 24px;
  line-height: 1;
  border: none;
  margin: 0 6px 0 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header-action-area .btn-search:hover {
  color: #7aab86;
}
.header-action-area .btn-menu {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 24px;
  margin: -1px 0 0 20px;
  padding: 0;
  position: relative;
  top: 2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .header-action-area .btn-menu {
    margin-left: 25px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .header-action-area .btn-menu {
    margin-left: 23px;
    margin-right: 0;
  }
}
.header-action-area .btn-menu:hover {
  color: #7aab86;
}

.header-action-phone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1px;
}
.header-action-phone .icon {
  min-width: 41px;
  margin-right: 12px;
  margin-top: -7px;
}
.header-action-phone .phone {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-top: 3px;
  line-height: 1.6;
  position: relative;
  top: 1px;
}
.header-action-phone .phone span {
  color: #777;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 1px;
}
.header-action-phone .phone a {
  color: #333;
  font-weight: 600;
  font-size: 22px;
}
.header-action-phone .phone a:hover {
  color: #7aab86;
}

@media only screen and (max-width: 991px) {
  .header-search-box {
    display: none;
  }
}
.header-search-box form .form-input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #7aab86;
  border-radius: 30px;
  color: #a4a4a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 16px;
}
@media only screen and (max-width: 991px) {
  .header-search-box form .form-input-group {
    left: 0;
  }
}
.header-search-box form .form-input-group input {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  width: 366px;
  height: 51px;
  line-height: 51px;
  padding: 4px 55px 1px 19px;
}
.header-search-box form .form-input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.header-search-box form .form-input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.header-search-box form .form-input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.header-search-box form .form-input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.header-search-box form .form-input-group button {
  border: none;
  background-color: transparent;
  border-radius: 30px;
  color: #333;
  font-size: 24px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  padding: 5px 19px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.header-action-wishlist {
  line-height: 1;
}
.header-action-wishlist .btn-wishlist {
  background: transparent;
  border: none;
  color: #333;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 0 7px;
  margin-top: 0px;
  padding: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-action-wishlist .btn-wishlist .cart-count {
  background-color: #7aab86;
  border-radius: 50%;
  bottom: -8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 23px;
  left: 13px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 23px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-action-wishlist .cart-amount {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  margin-left: 6px;
  vertical-align: bottom;
  position: relative;
  top: -6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header-action-wishlist .cart-amount {
    display: none;
  }
}
.header-action-wishlist:hover .btn-wishlist {
  color: #7aab86;
}
.header-action-wishlist:hover .cart-amount {
  color: #7aab86;
}

.header-action-wishlist {
  margin-right: 18px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 359.98px) {
  .header-action-wishlist {
    display: none;
  }
}
.header-action-wishlist .btn-wishlist .cart-count {
  bottom: -8px;
  left: 13px;
}

.header-action-cart {
  line-height: 1;
  position: relative;
}
.header-action-cart:before {
  bottom: -15px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
.header-action-cart .btn-cart {
  background: transparent;
  border: none;
  color: #333;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 0 12px;
  margin-top: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header-action-cart .btn-cart {
    margin: 0;
    top: 1px;
  }
}
.header-action-cart .btn-cart .cart-count {
  background-color: #7aab86;
  border-radius: 50%;
  bottom: -8px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 23px;
  left: 13px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  width: 23px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header-action-cart .btn-cart .cart-count {
    bottom: -13px;
  }
}
.header-action-cart .cart-amount {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  margin-left: 11px;
  vertical-align: bottom;
  position: relative;
  top: -6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .header-action-cart .cart-amount {
    display: none;
  }
}
.header-action-cart:hover .btn-cart {
  color: #7aab86;
}
.header-action-cart:hover .cart-amount {
  color: #7aab86;
}
.header-action-cart.header-minicart:hover .header-minicart-content {
  height: 504px;
}
.related-product-info{

}
.related-product-info h4 a{
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #212121;
  display: block;
}
.related-product-info .prices {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.related-product-info .prices span{
  display: block;
  margin: 0 5px;
  color: #cd131c;
  font-size: 18px;
  font-weight: 500;
}
.header-minicart-content {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 9px);
  z-index: 9999;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}
@media only screen and (max-width: 479.98px) {
  .header-minicart-content {
    right: -10px;
  }
}
.header-minicart-content .minicart-inner {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #666;
  font-size: 1em;
  line-height: 1.5;
  overflow: auto;
  padding: 0;
  width: 340px;
}
@media only screen and (max-width: 479.98px) {
  .header-minicart-content .minicart-inner {
    width: 310px;
  }
}
.header-minicart-content .minicart-inner .minicart-list {
  margin: 30px 30px 20px;
}
@media only screen and (max-width: 479.98px) {
  .header-minicart-content .minicart-inner .minicart-list {
    margin: 20px 10px 10px;
  }
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 0 20px;
  position: relative;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 30px 12px 0;
  text-align: left;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb img {
  float: left;
  margin: 0;
  margin-right: 10px;
  position: relative;
  width: 80px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb span {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb span:hover {
  color: #7aab86;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb .quantity-number {
  background-color: #7aab86;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  left: 5px;
  line-height: 23px;
  position: absolute;
  top: 5px;
  text-align: center;
  width: 20px;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb:hover {
  color: #7aab86;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .quantity-price {
  color: #0f0f0f;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .header-minicart-content .minicart-inner .minicart-list .minicart-item .quantity-price {
    font-size: 14px;
  }
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .quantity-dimension {
  color: #747474;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .minicart-remove {
  background-color: transparent;
  border: 1px solid #7aab86;
  color: #7aab86;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 19px;
  left: auto;
  line-height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 19px;
  z-index: 1;
  border-radius: 50%;
}
.header-minicart-content .minicart-inner .minicart-total {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 30px;
  padding: 0;
}
@media only screen and (max-width: 479.98px) {
  .header-minicart-content .minicart-inner .minicart-total {
    margin: 0 15px;
  }
}
.header-minicart-content .minicart-inner .minicart-total .minicart-price {
  color: #909396;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.header-minicart-content .minicart-inner .minicart-total .minicart-price.minicart-subtotal {
  color: #253237;
  font-weight: 600;
}
.header-minicart-content .minicart-inner .minicart-total .minicart-price.minicart-subtotal .total {
  color: #7aab86;
  font-size: 16px;
}
.header-minicart-content .minicart-inner .minicart-total .total {
  color: #242424;
  font-weight: 600;
  font-size: 14px;
  float: right;
}
.header-minicart-content .minicart-inner .minicart-buttons {
  padding: 27px 30px 30px;
}
@media only screen and (max-width: 479.98px) {
  .header-minicart-content .minicart-inner .minicart-buttons {
    padding: 27px 15px 30px;
  }
}
.header-minicart-content .minicart-inner .minicart-buttons .cart-button {
  background-color: #7aab86;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 19px 15px 15px;
  text-align: center;
  text-transform: uppercase;
}
.header-minicart-content .minicart-inner .minicart-buttons .cart-button + .cart-button {
  margin-top: 20px;
}
.header-minicart-content .minicart-inner .minicart-buttons .cart-button:hover {
  background-color: #333;
}

.header-middle {
  padding: 30px 0 30px;
}
@media only screen and (max-width: 991px) {
  .header-middle {
    padding: 22px 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle {
    padding: 19px 0 7px;
  }
}
@media only screen and (max-width: 575px) {
  .header-middle {
    padding: 17px 0 7px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-middle .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile {
    padding: 7px 0 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle .header-resmobile {
    padding: 7px 0 13px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-middle .header-resmobile {
    padding: 7px 0 11px;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-search-box {
    display: block;
    margin-top: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .header-middle .header-resmobile .header-search-box {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-search-box form .form-input-group {
    background-color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-search-box form .form-input-group input {
    width: 100%;
  }
  .header-middle .header-resmobile .header-search-box form .form-input-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a4a4a4;
  }
  .header-middle .header-resmobile .header-search-box form .form-input-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #a4a4a4;
  }
  .header-middle .header-resmobile .header-search-box form .form-input-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #a4a4a4;
  }
  .header-middle .header-resmobile .header-search-box form .form-input-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #a4a4a4;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle .header-resmobile .header-search-box form .form-input-group input {
    width: calc(100% - 5px);
  }
}
@media only screen and (max-width: 575px) {
  .header-middle .header-resmobile .header-search-box form .form-input-group input {
    height: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .header-middle .header-resmobile .header-search-box form .form-input-group button {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle .header-resmobile .header-search-box form .form-input-group .categories-dropdown {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-search-box form .form-input-group .categories-dropdown .form-control {
    background-position: 96.5% 54%;
  }
}
.header-middle .header-resmobile .header-action-area.btn-action-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-middle .header-resmobile .header-action-area.btn-action-menu .btn-menu {
  font-size: 35px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-action-area.btn-action-menu .btn-menu {
    font-size: 22px;
    top: -2px;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-logo-area {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-logo-area img {
    max-width: 168px;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle .header-resmobile .header-logo-area img {
    max-width: 130px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-middle .header-resmobile .header-logo-area img {
    max-width: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-middle-action-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 12px;
    top: -5px;
  }
}
.header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item {
  color: #333;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item {
    font-size: 22px;
  }
}
.header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item:before, .header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item:after {
  display: none;
}
.header-middle.header-middle-style2 {
  padding: 25px 0 17px;
}
.header-middle.header-middle-style2 .header-search-box {
  margin-top: 15px;
}
.header-middle.header-middle-style2 .header-search-box form .form-input-group {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.header-middle-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-middle-action-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 3px;
}

.header-action-btn-search .btn-search {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #333;
  display: block;
  font-size: 24px;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.header-action-btn-search .btn-search:hover {
  color: #7aab86;
}

.header-logo-area {
  position: relative;
  top: -5px;
}
@media only screen and (max-width: 991px) {
  .header-logo-area {
    right: 1px;
  }
}
.header-logo-area img {

}
@media only screen and (max-width: 991px) {
  .header-logo-area img {
    max-width: 130px;
  }
}
.header-logo-area .logo-light {
  display: none;
}

.main-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 2px;
}
.main-menu > li {
  margin: 0;
  padding: 0;
}
.main-menu > li > a {
  color: #333;
  font-weight: 400;
  font-size: 14px;
  line-height: 45px;
  padding: 0 20px 0 0;
  margin: 0;
  text-transform: uppercase;
}
li.phone-btn{margin-left: 30px;}
li.phone-btn a{
  padding: 0 24px;
  background: #ecd603;
  color: #000;
  border-radius: 2px;
  font-weight: 600;
}
li.phone-btn a:hover{color: #000 !important;}
@media only screen and (max-width: 1199px) {
  .main-menu > li > a {
    padding: 0;
    margin: 0 17px;
  }
}
.main-menu > li > a:hover {
  color: #7aab86;
}
.main-menu > li.active > a {
  color: #7aab86;
}
.main-menu > li.active > a:after {
  color: #7aab86;
}
.main-menu .has-submenu > a:after {
  color: #000;
  content: "";
  display: inline-block;
  font-family: "simple-line-icons";
  font-weight: 400;
  font-size: 10px;
  margin-left: 4px;
  position: relative;
  right: auto;
  top: 0;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
}
.main-menu .has-submenu:hover > a {
  color: #7aab86;
}
.main-menu .has-submenu:hover > a:after {
  color: #7aab86;
}
.main-menu .has-submenu .submenu-nav > li a.srmenu-title {
  display: none;
}
.main-menu .has-submenu .submenu-nav > li.active > a {
  color: #7aab86;
}
.main-menu .has-submenu .submenu-nav-mega {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: -30px;
  min-width: 507px;
  padding: 35px 25px 15px 25px;
  width: 600px;
}
.main-menu .has-submenu .submenu-nav-mega .mega-menu-item {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  padding: 0 5px 20px;
}
.main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li.active > a {
  color: #7aab86;
}
.main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a {
  color: #253237;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  text-transform: capitalize;
}
.main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a:hover {
  color: #7aab86;
}
.main-menu .has-submenu .submenu-nav-mega .mega-menu-item:hover .mega-title {
  color: #333;
  text-decoration: none;
}
.main-menu .has-submenu .submenu-nav-mega .mega-title {
  color: #253237;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.main-menu .has-submenu .submenu-nav-mega .mega-title:hover {
  background-color: transparent;
  color: #0961c3;
  cursor: auto;
  text-decoration: none;
}
.main-menu .has-submenu .submenu-nav-mega.submenu-nav-banner {
  padding: 35px 25px 220px 25px;
}
.main-menu .has-submenu .submenu-nav-mega.submenu-nav-banner .megamenu-banner-item {
  bottom: 25px;
  left: 30px;
  min-height: 197px;
  position: absolute;
  right: 30px;
}
.main-menu .has-submenu .submenu-nav-mega.submenu-nav-banner .megamenu-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  min-height: 197px;
  width: 100%;
}

.vertical-menu {
  position: relative;
}
.vertical-menu .menu-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #7aab86;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 62px;
  margin: 0;
  line-height: 1;
  overflow: hidden;
  text-transform: capitalize;
  padding: 4px 20px 0 20px;
  position: relative;
  width: 100%;
  border-radius: 26px 26px 0 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .vertical-menu .menu-btn {
    padding: 0 20px;
  }
}
.vertical-menu .menu-btn span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  text-align: left;
  top: 1px;
  width: 100%;
}
.vertical-menu .menu-btn span:before {
  content: "";
  display: inline-block;
  font-family: "simple-line-icons";
  font-size: 20px;
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 36%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vertical-menu .menu-btn span:after {
  content: "";
  display: inline-block;
  font-family: "simple-line-icons";
  font-size: 12px;
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vertical-menu .menu-btn:hover {
  opacity: 0.9;
}
.vertical-menu .vmenu-content {
  height: auto;
  overflow: visible;
  background: #fff;
  border: 2px solid #7aab86;
  border-radius: 0 0 26px 26px;
  border-top: none;
  -webkit-box-shadow: 0px 2px 9.4px 0.6px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 9.4px 0.6px rgba(0, 0, 0, 0.06);
  padding: 0 13px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  margin-bottom: 0;
  z-index: 99;
}
.vertical-menu .vmenu-content.display-block {
  min-width: inherit;
}
.vertical-menu .vmenu-content strong {
  font-weight: 700;
}
.vertical-menu .vmenu-content .menu-item {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.vertical-menu .vmenu-content .menu-item:before {
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
}
.vertical-menu .vmenu-content .menu-item .menu-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  color: #333;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  padding: 7px 10px 3.5px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.vertical-menu .vmenu-content .menu-item .menu-item-title i {
  color: #777;
  display: inline-block;
  font-size: 11px;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 58%;
  width: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.vertical-menu .vmenu-content .menu-item .menu-item-title img {
  max-width: 30px;
  margin-right: 12px;
}
.vertical-menu .vmenu-content .menu-item:hover .menu-item-title {
  color: #7aab86;
}
.vertical-menu .vmenu-content .menu-item:hover .menu-item-title i {
  color: #7aab86;
}
.vertical-menu .vmenu-content li {
  display: block;
  position: relative;
}
.vertical-menu .vmenu-content li .verticale-mega-menu,
.vertical-menu .vmenu-content li .verticale-sub-menu {
  -webkit-box-shadow: 0px 0px 3.76px 0.24px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 3.76px 0.24px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  padding: 10px 0 14px 0;
  width: 670px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  z-index: 99;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767px) {
  .vertical-menu .vmenu-content li .verticale-mega-menu,
.vertical-menu .vmenu-content li .verticale-sub-menu {
    left: 55px;
    top: 45px;
  }
}
.vertical-menu .vmenu-content li .verticale-mega-menu.column-two {
  width: 870px;
}
.vertical-menu .vmenu-content li .verticale-mega-menu.column-two li {
  -ms-flex-preferred-size: 32.1%;
      flex-basis: 32.1%;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  padding: 16px 30px;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li a.title {
  color: #253237;
  display: block;
  padding-left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 17px;
  pointer-events: none;
  text-transform: capitalize;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li a.title:hover {
  color: #333 !important;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li ul li {
  padding: 0;
  width: 100%;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a {
  color: #253237;
  padding-left: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a:hover {
  color: #7aab86;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.vertical-menu .vmenu-content li .verticale-mega-menu li:hover a.title {
  color: #7aab86 !important;
}
.vertical-menu .vmenu-content li .verticale-sub-menu {
  padding: 10px 0px;
  width: 240px;
}
.vertical-menu .vmenu-content li .verticale-sub-menu li {
  width: 100%;
  padding: 0;
  position: relative;
  display: block;
}
.vertical-menu .vmenu-content li .verticale-sub-menu li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-transform: capitalize;
  color: #333;
  padding-left: 20px;
  line-height: 2.642;
  font-size: 14px;
  font-weight: 400;
}
.vertical-menu .vmenu-content li .verticale-sub-menu li a:hover {
  color: #7aab86;
}
.vertical-menu .vmenu-content li:hover .verticale-mega-menu,
.vertical-menu .vmenu-content li:hover .verticale-sub-menu {
  opacity: 1;
  visibility: visible;
}
.vertical-menu .vmenu-content li.expand {
  padding: 0 10px;
  width: 100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.vertical-menu .vmenu-content li.expand a {
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.vertical-menu .vmenu-content li.expand a i {
  color: #333;
  font-size: 16px;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.vertical-menu .vmenu-content li.expand a.minus {
  color: #7aab86;
}
.vertical-menu .vmenu-content li.expand a:hover {
  color: #7aab86;
}
.vertical-menu.menu-style-two .vmenu-content {
  display: block;
}
@media only screen and (max-width: 991px) {
  .vertical-menu.menu-style-two .vmenu-content {
    display: none;
  }
}
.vertical-menu.menu-style-three .vmenu-content {
  border-radius: 0;
  display: block;
  padding: 0 13px;
}
@media only screen and (max-width: 991px) {
  .vertical-menu.menu-style-three .vmenu-content {
    display: none;
  }
}
.vertical-menu.menu-style-three .vmenu-content .menu-item .menu-item-title {
  margin: 0;
  padding: 8.5px 0 5.15px 10px;
}
@media only screen and (max-width: 1199px) {
  .vertical-menu.menu-style-three .vmenu-content .menu-item .menu-item-title {
    padding: 2.5px 0 2px;
  }
}
@media only screen and (max-width: 1199px) {
  .vertical-menu.menu-style-three .vmenu-content li.expand {
    padding-left: 0;
  }
}
.vertical-menu.menu-style-three .menu-btn {
  background-color: #222;
  border-radius: 0;
}
.vertical-menu.menu-style-three .menu-btn span {
  top: 1px;
}
.vertical-menu.menu-style-three .menu-btn span:before {
  top: 36%;
}
.vertical-menu.menu-style-three .menu-btn span:after {
  top: 42%;
}

.vmenu-content-none {
  display: none;
}

.off-canvas-area {
  padding: 0;
  z-index: 9999;
}
.off-canvas-area.offcanvas-start {
  width: 350px;
}
@media only screen and (max-width: 479.98px) {
  .off-canvas-area.offcanvas-start {
    width: 310px;
  }
}
.off-canvas-area .header-currency-dropdown {
  padding: 13px 20px 12px;
}
.off-canvas-area .header-currency-dropdown .btn-currency span {
  font-size: 13px;
}
.off-canvas-area .header-lang-dropdown {
  padding: 12px 20px 12px;
}
.off-canvas-area .header-lang-dropdown .btn-lang span {
  font-size: 13px;
}
.off-canvas-area .offcanvas-header {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px 2px;
}
.off-canvas-area .offcanvas-header .btn-close {
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  right: -5px;
  text-align: left;
  top: -1px;
  width: 100%;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.off-canvas-area .offcanvas-header .btn-close i {
  float: right;
  font-size: 24px;
  line-height: 27px;
}
.off-canvas-area .sidemenu-top-inner .header-top-action-area {
  margin-bottom: 0;
}
.off-canvas-area .offcanvas-top {
  border: none;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.off-canvas-area .offcanvas-top .header-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 40px 13px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #eeeeee;
}
.off-canvas-area .offcanvas-top .header-top-info a {
  color: #0f0f0f;
  font-size: 13px;
  text-transform: capitalize;
}
.off-canvas-area .offcanvas-top .header-top-info a i {
  margin-right: 5px;
}
.off-canvas-area .offcanvas-top .header-top-info .info-mail,
.off-canvas-area .offcanvas-top .header-top-info .info-map {
  border: none;
  margin-bottom: 7px;
  margin-left: 0;
  padding-right: 0;
}
.off-canvas-area .offcanvas-top .header-top-info .info-mail a:before,
.off-canvas-area .offcanvas-top .header-top-info .info-map a:before {
  top: calc(50% - 5px);
}
.off-canvas-area .offcanvas-top .header-top-info .header-action-dropdown-acc {
  margin-left: 0;
}
.off-canvas-area .offcanvas-top .header-top-info .header-action-dropdown-acc .current-item:after {
  display: none;
}
.off-canvas-area .header-lang-dropdown .btn-lang {
  padding-left: 0;
}
.off-canvas-area .offcanvas-body {
  padding: 0 0 20px;
}

.sidemenu-top-inner .header-top-action-area {
  display: block;
  margin-bottom: 5px;
}
.sidemenu-top-inner .header-top-action-area .header-lang-dropdown {
  border: 1px solid #eeeeee;
  display: block;
  margin-bottom: 0;
  padding: 11px 20px 13px;
}
.sidemenu-top-inner .header-top-action-area .header-lang-dropdown .btn-lang {
  border: none;
  display: block;
  text-align: left;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .sidemenu-top-inner .header-top-action-area .header-lang-dropdown .btn-lang:before {
    display: none;
  }
}
.sidemenu-top-inner .header-top-action-area .header-lang-dropdown .btn-lang.dropdown-toggle:after {
  font-size: 11px;
  right: 0;
  top: calc(50% - 3px);
}
.sidemenu-top-inner .header-top-action-area .header-lang-dropdown .dropdown-menu {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: -21px !important;
  max-width: none;
  top: 3px !important;
  width: 100%;
}
.sidemenu-top-inner .header-top-action-area .header-currency-dropdown {
  border: none;
  display: block;
  margin-bottom: 0;
  padding: 11px 20px 9px;
}
.sidemenu-top-inner .header-top-action-area .header-currency-dropdown .btn-currency {
  border: none;
  display: block;
  text-align: left;
  width: 100%;
}
.sidemenu-top-inner .header-top-action-area .header-currency-dropdown .btn-currency.dropdown-toggle:after {
  font-size: 11px;
  right: 0;
  top: calc(50% - 3px);
}
.sidemenu-top-inner .header-top-action-area .header-currency-dropdown .dropdown-menu {
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: -21px !important;
  max-width: none;
  top: 3px !important;
  width: 100%;
}
.sidemenu-top-inner .header-top-action-area .header-select-dropdown {
  border: 1px solid #eeeeee;
  display: block;
  margin-right: 0;
  padding: 3px 9px 5px;
}
.sidemenu-top-inner .header-top-action-area .header-select-dropdown:after {
  right: 9px;
  top: calc(50% - 3px);
}
.sidemenu-top-inner .header-top-action-area .header-select-dropdown .info-dropdown {
  width: 100%;
}
.sidemenu-top-inner .header-top-info {
  display: block;
  padding-top: 5px;
  text-align: center;
}
.sidemenu-top-inner .header-top-info .info-map,
.sidemenu-top-inner .header-top-info .info-mail {
  border: none;
}
.sidemenu-top-inner .header-top-info .info-map {
  margin-bottom: 12px;
  margin-left: 0;
}
.sidemenu-top-inner .header-top-info .header-action-myaccount {
  display: block;
}
.sidemenu-top-inner .header-top-info .header-action-dropdown-acc {
  display: inline-block;
  margin-left: 0;
}
.sidemenu-top-inner .header-action-dropdown-acc .info-dropdown {
  left: 0;
  right: auto;
}

.offcanvas-menu {
  position: relative;
  z-index: 1;
}

.offcanvas-menu::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #fff;
}

.offcanvas-menu ul ul {
  display: none;
}

.offcanvas-menu > ul > li > ul li {
  border-bottom: 0px;
}
.offcanvas-menu > ul > li > ul li a {
  padding: 6px 27px;
  font-weight: 600;
  font-size: 12px;
  color: #656565;
}
.offcanvas-menu > ul > li > ul li a.offcanvas-nav-item {
  color: #333;
  font-weight: 600;
}
.offcanvas-menu > ul > li > ul li a.offcanvas-nav-item:after {
  font-size: 9px;
}
.offcanvas-menu > ul > li > ul li > ul li a {
  padding: 6px 35px;
}

.offcanvas-menu li.active > ul {
  display: block;
}

.offcanvas-menu li a {
  border-top: 1px solid #eeeeee;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 20px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 479.98px) {
  .offcanvas-menu li a {
    font-size: 13px;
  }
}
.offcanvas-menu li a:hover {
  color: #7aab86;
}

.offcanvas-menu a:not(:only-child):after {
  color: #333;
  content: "";
  font-family: "simple-line-icons";
  font-size: 11px;
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 9px;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "";
}

/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;
}
.home-slider-area.slider-default .slider-content-area {
  height: 466px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 300px;
  }
}
.home-slider-area.slider-default .slider-content-area .content {
  margin-top: -2px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: 0;
  }
}
.home-slider-area.slider-style2 {
  background-color: #f4f5f9;
  position: relative;
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style2 .container {
    max-width: 100%;
  }
}
.home-slider-area.slider-style2 .slider-content-area {
  height: 574px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style2 .slider-content-area {
    height: 459px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-style2 .slider-content-area {
    height: 369px;
  }
}
.home-slider-area.slider-style2 .slider-content-area .content {
  margin-top: -2px;
}
.home-slider-area.slider-style3 {
  position: relative;
}
.home-slider-area.slider-style3 .slider-content-area {
  height: 80vh;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style3 .slider-content-area {
    height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-style3 .slider-content-area {
    height: 400px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-style3 .slider-content-area {
    height: 300px;
  }
}
.home-slider-area.slider-style4 {
  padding: 30px 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style4 .container {
    max-width: 100%;
  }
}
.home-slider-area.slider-style4 .slider-content-area {
  height: 415px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style4 .slider-content-area {
    height: 332px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style4 .slider-content-area {
    height: 480px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-style4 .slider-content-area {
    height: 300px;
  }
}
.home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style1 .wrap-one, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style1 .wrap-two, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style1 .wrap-three, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style1 .wrap-four, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style1 .wrap-five, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style1 .wrap-six, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style1 .wrap-seven {
  opacity: 1;
  transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
}
.home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style2 .wrap-one, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style2 .wrap-two, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style2 .wrap-three, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style2 .wrap-four {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style3 .wrap-one, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style3 .wrap-two, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style3 .wrap-three, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style3 .wrap-four, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style3 .wrap-five, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style3 .wrap-six, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content.animate-style3 .wrap-seven {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.home-slider-area .home-slider-content .swiper-container .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .swiper-container .swiper-pagination {
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 3;
  }
}
.home-slider-area .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #9f9f9f;
  height: 14px;
  margin: 0 5px;
  opacity: 1;
  width: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.home-slider-area .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7aab86;
  border-color: #7aab86;
  height: 14px;
  width: 14px;
}
.home-slider-area .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #7aab86;
  border-color: #7aab86;
}
.home-slider-area .home-slider-content .home-slider-item {
  background-color: #b8dcb6;
  overflow: hidden;
  position: relative;
}
.home-slider-area .home-slider-content .home-slider-item .bg-img {
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-slider-area .home-slider-content .slider-content-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.home-slider-area .home-slider-content .slider-content-area .content {
  margin-top: 0;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content {
  margin-left: 33px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content {
    margin-left: 0;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
  color: #7aab86;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  margin-bottom: 13px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
    font-size: 20px;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 31px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    font-size: 14px;
    margin-top: 21px;
    padding: 9px 15px 9px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    font-size: 11px;
    margin-top: 14px;
    padding: 9px 13px 7px;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme:hover {
  background: #000;
  color: #fff;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-one, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-two, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-three, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-four, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-five, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-six, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-seven {
  opacity: 0;
  transform: translate(-30px, 0px);
  -webkit-transform: translate(-30px, 0px);
  -moz-transform: translate(-30px, 0px);
  -ms-transform: translate(-30px, 0px);
  -o-transform: translate(-30px, 0px);
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-one {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-two {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-three {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-four {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-five {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-six {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style1 .wrap-seven {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-one, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-two, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-three, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-four {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-two {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-three {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style2 .wrap-four {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-one, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-two, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-three, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-four, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-five, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-six, .home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-seven {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-two {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-three {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-four {
  -webkit-animation-duration: 1.9s;
  animation-duration: 1.9s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-five {
  -webkit-animation-duration: 2.1s;
  animation-duration: 2.1s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-six {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content.animate-style3 .wrap-seven {
  -webkit-animation-duration: 2.3s;
  animation-duration: 2.3s;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content {
  margin-top: -7px;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content {
  margin-left: -7px;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content h5 {
  color: #fff;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content h5 {
    margin-bottom: 11px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content h2 {
  color: #fff;
  line-height: 1.2;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content p {
  color: #fff;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content .btn-theme {
  margin-top: 39px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content .btn-theme {
    margin-top: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item2 .content .inner-content .btn-theme {
    margin-top: 19px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item3 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item3 .content .inner-content {
  margin-left: 0;
  margin-top: 54px;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item3 .content .inner-content h5 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item3 .content .inner-content h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item3 .content .inner-content h2 {
  line-height: 40px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item3 .content .inner-content h2 {
    line-height: 28px;
    font-size: 24px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item3 .content .inner-content .btn-theme {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item3 .content .inner-content .btn-theme {
    font-size: 13px;
    margin-top: 22px;
    padding: 10px 13px 7px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content {
  margin-left: 45px;
  margin-top: 78px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content {
    margin-left: 15px;
    margin-top: 37px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h5 {
  color: #cd131c;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h5 {
    font-size: 33px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h5 {
    font-size: 27px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h2 {
  color: #4b7f00;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h2 {
    font-size: 29px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h3 {
  color: #777;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 35px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h3 {
    font-size: 34px;
    margin-bottom: 21px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content h3 {
    font-size: 29px;
    margin-bottom: 14px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content span {
  color: #80bb01;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.27778;
  position: relative;
  padding-left: 22px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content span {
    font-size: 16px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content span {
    font-size: 14px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content span:before {
  content: "";
  font-family: "simple-line-icons";
  position: absolute;
  left: 0;
  font-weight: 700;
  font-size: 13px;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content span:before {
    font-size: 12px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content .btn-theme {
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content .btn-theme {
    font-size: 14px;
    padding: 12px 16px 9px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item4 .content .inner-content .btn-theme {
    font-size: 13px;
    padding: 10px 13px 7px;
    margin-top: 20px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content {
    margin-top: -50px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content {
  margin-left: 0;
  text-align: center;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
  color: var(--cust-yellow);
    font-size: 50px;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 60px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
    font-size: 26px;
    margin-bottom: 0;
    line-height: 27px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content p {
  color: #FFF;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 37px;
    margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content p {
            font-size: 13px;
        line-height: 17px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content .btn-theme {
  margin-top: 35px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content .btn-theme {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content .btn-theme {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content {
    margin-top: -50px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content {
  text-align: center;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content h2 {
  color: #fff;
  font-size: 100px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content h2 {
    font-size: 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content p {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content p {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content p {
    font-size: 12px;
  }
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content .btn-theme {
  margin-top: 43px;
  padding: 14px 21px 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content .btn-theme {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content .btn-theme {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item6 .content .inner-content .btn-theme {
    margin-top: 15px;
  }
}
.home-slider-area .home-slider-content .swiper-button-next,
.home-slider-area .home-slider-content .swiper-button-prev {
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "simple-line-icons";
  font-size: 24px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.home-slider-area .home-slider-content .swiper-button-next:after,
.home-slider-area .home-slider-content .swiper-button-prev:after {
  display: none;
  font-weight: 600;
}
.home-slider-area .home-slider-content .swiper-button-prev:before {
  content: "";
}
.home-slider-area .home-slider-content .swiper-button-next:before {
  content: "";
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-area {
  padding: 90px 0 90px;
}
@media only screen and (max-width: 991px) {
  .about-area {
    padding: 63px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area {
    padding: 60px 0 60px;
  }
}

.about-thumb {
  padding-right: 55px;
}
@media only screen and (max-width: 1199px) {
  .about-thumb {
    padding-right: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .about-thumb {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-thumb {
    margin-bottom: 20px;
  }
}
.about-thumb img {
  width: 100%;
}

.about-content h4 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 12px;
  line-height: 1.3;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .about-content h4 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content h4 {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-content h4 {
    font-size: 18px;
  }
}
.about-content .title-underline {
  line-height: 1.2;
}
.about-content .title-underline span {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  background-repeat: no-repeat;
  background-size: 100% 74%;
}
.about-content p {
  font-size: 17px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .about-content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content p {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-content p {
    font-size: 13px;
  }
}
.about-content .btn-theme {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
  padding: 22px 43px 17px;
  line-height: 1;
  border-radius: 5px;
}
@media only screen and (max-width: 1199px) {
  .about-content .btn-theme {
    font-size: 14px;
    padding: 15px 32px 12px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content .btn-theme {
    margin-top: 10px;
    padding: 12px 22px 10px;
  }
}
@media only screen and (max-width: 479.98px) {
  .about-content .btn-theme {
    font-size: 13px;
    padding: 12px 18px 8px;
  }
}
.about-content .btn-theme:hover {
  background-color: #333;
}

/*
-----------------------------------------------------------------------
    Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
  padding: 90px 0 0;
}
@media only screen and (max-width: 991px) {
  .team-area.team-default-area {
    padding: 68px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-area.team-default-area {
    padding: 58px 0 0;
  }
}
.team-area.team-default-area .title-border-style {
  border: none;
}

.team-member .thumb {
  overflow: hidden;
  position: relative;
}
.team-member .thumb img {
  width: 100%;
}
.team-member .thumb .social-icons {
  bottom: 15px;
  position: absolute;
  right: 15px;
}
.team-member .thumb .social-icons a {
  background-color: #7aab86;
  border-radius: 50%;
  color: #fff;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 49px;
  width: 40px;
  text-align: center;
  font-size: 18px;
  margin-right: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.team-member .thumb .social-icons a:last-child {
  margin-right: 0;
}
.team-member .thumb .social-icons a:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.team-member .thumb .social-icons a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.team-member .thumb .social-icons a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.team-member .thumb .social-icons a:hover {
  background-color: #fff;
  color: #000;
}
.team-member .content {
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
          box-shadow: 0 3px 5px rgba(85, 85, 85, 0.2);
  padding: 20px 10px 16px;
}
.team-member .content .member-info .name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .team-member .content .member-info .name {
    margin-bottom: 0;
  }
}
.team-member .content .member-info .designation {
  color: #7aab86;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .team-member .content .member-info .designation {
    margin-bottom: 0;
  }
}
.team-member:hover .thumb .social-icons a {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/*
-----------------------------------------------------------------------
  Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  background: #f9f9f9;
  padding: 90px 0 75px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-default-area {
    padding: 70px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area {
    padding: 60px 0 45px;
  }
}
.testimonial-area.testimonial-default-area:before {
  background-color: #222;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.testimonial-single {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.testimonial-single .client-content p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 34px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial-single .client-content p {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-single .client-content p {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 479.98px) {
  .testimonial-single .client-content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
.testimonial-single .client-info .name {
  color: #7aab86;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.testimonial-single .client-info .designation {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-default-area {
  padding: 60px 0;
}
@media only screen and (max-width: 1199px) {
  .brand-logo-default-area {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .brand-logo-default-area {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .brand-logo-default-area {
    padding: 30px 0;
  }
}

.brand-logo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand-logo-item img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.brand-logo-item img:hover {
  -webkit-transform: scale(1.045) rotate(0.05deg);
  transform: scale(1.045) rotate(0.05deg);
}

/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/
.divider-default-area {
  padding: 122px 0 176px;
}
@media only screen and (max-width: 991px) {
  .divider-default-area {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 575px) {
  .divider-default-area {
    padding: 70px 0;
  }
}

.divider-content-style1 {
  text-align: center;
}
.divider-content-style1 h5 {
  color: #7aab86;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .divider-content-style1 h5 {
    font-size: 11px;
  }
}
.divider-content-style1 h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.18;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .divider-content-style1 h2 {
    font-size: 23px;
  }
}
.divider-content-style1 h2 span {
  color: #cd131c;
  margin-left: -1px;
}
.divider-content-style1 .btn-theme {
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  padding: 14px 25px 10px;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .divider-content-style1 .btn-theme {
    font-size: 13px;
    margin-top: 12px;
    padding: 9px 18px 7px;
  }
}
.divider-content-style1 .btn-theme:hover {
  background: #000;
  color: #fff;
}

/*
-----------------------------------------------------------------------
  Featured CSS
-----------------------------------------------------------------------
*/
.featured-default-area {
  background: #f9f9f9;
  padding: 0 0 78px;
}
@media only screen and (max-width: 991px) {
  .featured-default-area {
    padding: 0 0 69px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-default-area {
    padding: 0 0 59px;
  }
}

.featured-style2-area {
  padding: 89px 0 78px;
}
@media only screen and (max-width: 991px) {
  .featured-style2-area {
    padding: 69px 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-style2-area {
    padding: 59px 0;
  }
}

.video-wrapper{position: relative;}
.video-wrapper img{}

.play-button-wrapper{
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-button-wrapper a{
      width: 130px;
    height: 130px;
    display: flex;
    background: #000000c7;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}



.featured-area{
      padding: 100px 0 80px 0;
}


.featured-style3-area .container {


}
@media only screen and (max-width: 991px) {
  .featured-style3-area .container {
    padding-bottom: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-style3-area .container {
    padding-bottom: 59px;
  }
}

.featured-style5-area {
  padding-bottom: 78px;
}
@media only screen and (max-width: 991px) {
  .featured-style5-area {
    padding-bottom: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-style5-area {
    padding-bottom: 59px;
  }
}

.featured-style4-area {
  padding: 90px 0 0;
}
@media only screen and (max-width: 991px) {
  .featured-style4-area {
    padding: 68px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .featured-style4-area {
    padding: 58px 0 0;
  }
}

.featured-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 4px;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.featured-item-box{

}


@media only screen and (max-width: 1199px) {
  .featured-item {
    margin-left: 0;
  }
}
.featured-item .icon img {
  min-width: 44px;
}
@media only screen and (max-width: 575px) {
  .featured-item .icon img {
    min-width: 34px;
    width: 34px;
  }
}
.featured-item .featured-info {
  padding-left: 20px;
  padding-right: 4px;
}
@media only screen and (max-width: 1199px) {
  .featured-item .featured-info {
    padding-left: 15px;
    padding-right: 0;
  }
}
.featured-item .featured-info .title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .featured-item .featured-info .title {
    font-size: 16px;
  }
}
.featured-item .featured-info p {
  font-size: 15px;
}
@media only screen and (max-width: 1199px) {
  .featured-item .featured-info p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.comment-form-wrap .section-title .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 18px;
}
.form-group .form-label {
  color: #0f0f0f;
  font-size: 14px;
}
.form-group .form-control {
  border-radius: 0;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0f0f0f;
  font-weight: 400;
  font-size: 14px;
  padding: 3px 16px 1px;
  height: 45px;
}
.form-group .form-control:focus {
  border-color: #7aab86;
  background-color: #fff;
}
.form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
  font-weight: 400;
  font-size: 14px;
}
.form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-weight: 400;
  font-size: 14px;
}
.form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-weight: 400;
  font-size: 14px;
}
.form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-weight: 400;
  font-size: 14px;
}
.form-group textarea.form-control {
  min-height: 260px;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .form-group textarea.form-control {
    min-height: 120px;
  }
}
.form-group .btn-theme {
  background-color: #333;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 21px;
  padding: 10px 20px 7px;
  text-transform: capitalize;
}
.form-group .btn-theme:hover {
  background-color: #7aab86;
}

.my-account-area {
  padding: 88px 0 90px;
}
@media only screen and (max-width: 991px) {
  .my-account-area {
    padding: 68px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .my-account-area {
    padding: 58px 0 60px;
  }
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .myaccount-tab-menu {
    margin-bottom: 40px;
  }
}
.myaccount-tab-menu.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  border-radius: 0;
  color: #000;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
  text-align: left;
  text-transform: capitalize;
}
.myaccount-tab-menu.nav-tabs .nav-link:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.myaccount-tab-menu.nav-tabs .nav-link:hover, .myaccount-tab-menu.nav-tabs .nav-link.active {
  background-color: #7aab86;
  border-color: #e5e5e5;
  color: #fff;
}

.myaccount-content {
  border: 1px solid #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .myaccount-content {
    padding: 20px;
  }
}
.myaccount-content form {
  margin-top: -20px;
}
.myaccount-content .check-btn:hover {
  color: #0961c3;
}
.myaccount-content h3 {
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a:hover {
  color: #0961c3;
}
.myaccount-content .welcome strong {
  font-weight: 400;
  color: #7aab86;
}
.myaccount-content p {
  line-height: 28px;
  margin-bottom: 2px;
}
.myaccount-content fieldset {
  margin-top: 20px;
  margin-bottom: 10px;
}
.myaccount-content fieldset legend {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.myaccount-content .account-details-form {
  margin-top: 40px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 0 0 5px;
}
.myaccount-content .account-details-form .single-input-item input {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 45px;
  background-color: transparent;
  padding: 2px 20px;
  color: #000;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #7aab86;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #7aab86;
  font-weight: 600;
  padding: 9px 25px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.myaccount-content .account-details-form .single-input-item button:hover {
  background-color: #656565;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #ccc;
  border-bottom: 0;
  color: #1f2226;
}
.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #ccc;
}
.myaccount-table table td a,
.myaccount-table .table td a {
  font-size: 14px;
  color: #000;
}
.myaccount-table table td a i,
.myaccount-table .table td a i {
  position: relative;
  top: 2px;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #7aab86;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

.login-register-area {
  padding: 89px 0 90px;
}
@media only screen and (max-width: 991px) {
  .login-register-area {
    padding: 69px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-area {
    position: 58px 0 60px;
  }
}

.login-register-title h2 {
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 15px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .login-register-title h2 {
    font-size: 28px;
  }
}
.login-register-title p {
  font-weight: 400;
  line-height: 1.6;
  color: #999;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .login-register-title p {
    width: 100%;
  }
}

.login-register-pr {
  padding-right: 100px;
}
@media only screen and (max-width: 1199px) {
  .login-register-pr {
    padding-right: 0;
  }
}

.login-register-pl {
  padding-left: 100px;
}
@media only screen and (max-width: 1199px) {
  .login-register-pl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .login-register-pl {
    margin-top: 40px;
  }
}

.login-register-border {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .login-register-border {
    border: none;
  }
}

.login-register-content.lr-content-padding-mrg {
  margin: auto;
  max-width: 20.8333333333%;
  padding: 76px 0 120px;
}
.login-register-content .login-register-style {
  margin: 33px 0 0;
}
.login-register-content .login-register-style p {
  color: #000;
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 35px;
}
.login-register-content .login-register-style form .login-register-input {
  position: relative;
  margin-bottom: 10px;
}
.login-register-content .login-register-style form .login-register-input input {
  color: #495057;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  padding: 4px 15px 0;
  font-size: 15px;
}
.login-register-content .login-register-style form .login-register-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input:-moz-placeholder {
  /* Firefox 18- */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input:focus {
  border-color: #7aab86;
}
.login-register-content .login-register-style form .login-register-input .forgot {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.login-register-content .login-register-style form .login-register-input .forgot a {
  color: #4bb1cf;
  font-size: 15px;
}
.login-register-content .login-register-style form .login-register-paragraph {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
  margin: 30px 0 30px;
}
.login-register-content .login-register-style form .login-register-paragraph p {
  font-size: 14px;
  color: #666;
  line-height: 1.9;
  margin: 0;
}
.login-register-content .login-register-style form .login-register-paragraph p a {
  font-size: 14px;
  color: #7aab86;
}
.login-register-content .login-register-style form .login-register-paragraph p a:hover {
  color: #0961c3;
}
.login-register-content .login-register-style form .remember-me-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 19px 0 0px;
}
.login-register-content .login-register-style form .remember-me-btn input {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-right: 10px;
  margin-top: -5px;
}
.login-register-content .login-register-style form .remember-me-btn label {
  color: #000;
  font-size: 15px;
}
.login-register-content .login-register-style form .btn-style-3 {
  margin: 21px 0 0px;
}
.login-register-content .login-register-style form .btn-style-3 button {
  font-size: 16px;
  border-radius: 3px;
  font-weight: 400;
  color: #fff;
  background-color: #7aab86;
  border: none;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 19px 10px 15px;
  text-transform: uppercase;
}
.login-register-content .login-register-style form .btn-style-3 button:hover {
  background-color: #656565;
}
.login-register-content .login-register-style .register-benefits {
  background-color: #f3f3f3;
  padding: 40px 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .login-register-content .login-register-style .register-benefits {
    padding: 30px 20px;
  }
}
.login-register-content .login-register-style .register-benefits h3 {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.login-register-content .login-register-style .register-benefits p {
  line-height: 1.6;
  font-size: 14px;
  color: #666;
  margin: 0 0 28px;
}
.login-register-content .login-register-style .register-benefits ul {
  margin: 0;
}
.login-register-content .login-register-style .register-benefits ul li {
  font-size: 18px;
  color: #000;
  margin: 0 0 16px;
}
@media only screen and (max-width: 1199px) {
  .login-register-content .login-register-style .register-benefits ul li {
    font-size: 15px;
  }
}
.login-register-content .login-register-style .register-benefits ul li:last-child {
  margin: 0 0 0;
}
.login-register-content .login-register-style .register-benefits ul li i {
  font-size: 17px;
  color: #0961c3;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1199px) {
  .login-register-content .login-register-style .register-benefits ul li i {
    margin-right: 0;
  }
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-style1-area {
  padding: 0 0 90px;
}
@media only screen and (max-width: 991px) {
  .product-style1-area {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style1-area {
    padding: 0 0 60px;
  }
}

.product-style2-area {
  background: #f9f9f9;
  padding: 89px 0 130px;
}
@media only screen and (max-width: 991px) {
  .product-style2-area {
    padding: 69px 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style2-area {
    padding: 58px 0 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-style2-area .container {
    max-width: 100%;
  }
}

.product-style3-area {
  background: #f9f9f9;
  padding: 0 0 125px;
}
@media only screen and (max-width: 1199px) {
  .product-style3-area {
    padding: 0 0 65px;
  }
}
@media only screen and (max-width: 991px) {
  .product-style3-area {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style3-area {
    padding: 0 0 35px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1199px) {
  .product-style3-area .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .product-style3-area {
    padding: 0 0 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-style3-area .swiper-pagination-style {
    margin-bottom: 89px;
  }
}
@media only screen and (max-width: 991px) {
  .product-style3-area .swiper-pagination-style {
    margin-bottom: 69px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style3-area .swiper-pagination-style {
    margin-bottom: 59px;
  }
}

.product-style4-area {
  padding: 0 0 130px;
}
@media only screen and (max-width: 991px) {
  .product-style4-area {
    padding: 0 0 111px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style4-area {
    padding: 0 0 101px;
  }
}
.product-style4-area .section-title {
  margin-bottom: 25px;
}

.product-style5-area {
  background: #f9f9f9;
  padding: 90px 0 120px;
}
@media only screen and (max-width: 991px) {
  .product-style5-area {
    padding: 70px 0 101px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style5-area {
    padding: 60px 0 92px;
  }
}
@media only screen and (max-width: 991px) {
  .product-style5-area .container {
    max-width: 100%;
  }
}

.product-style6-area {
  background: #f9f9f9;
  padding: 0 0 131px;
}
@media only screen and (max-width: 991px) {
  .product-style6-area {
    padding: 0 0 111px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style6-area {
    padding: 0 0 101px;
  }
}

.product-style7-area {
  background: #f9f9f9;
  padding: 90px 0 125px;
}
@media only screen and (max-width: 991px) {
  .product-style7-area {
    padding: 68px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-style7-area {
    padding: 58px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-style7-area .swiper-pagination-style {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style7-area .swiper-pagination-style {
    margin-bottom: 58px;
  }
}

.product-style8-area {
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .product-style8-area {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style8-area {
    padding: 30px 0 30px;
  }
}

.product-style9-area {
  padding: 77px 0 88px;
}
@media only screen and (max-width: 991px) {
  .product-style9-area {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style9-area {
    padding: 30px 0 60px;
  }
}

.product-style10-area {
  background: #f9f9f9;
  padding: 90px 0 130px;
}
@media only screen and (max-width: 991px) {
  .product-style10-area {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 991px) {
  .product-style10-area .swiper-pagination-style {
    margin-bottom: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .product-style10-area .swiper-pagination-style {
    margin-bottom: 58px;
  }
}

.product-item {
  background-color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.product-item .product-thumb {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}
.product-item .product-thumb img {
     width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-item .product-thumb .bg-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.product-item .product-thumb .ribbons .ribbon {background: #fdd835; border-radius: 50%; display: inline-block; color: #fff; top: 0; line-height: 60px; height: 57px; font-weight: 600; font-size: 16px; padding: 0; position: absolute; width: 57px; text-align: center; text-transform: capitalize; }
.product-item .product-item-image a{height: 260px;display: flex;background: #ededed;border-radius: 5px;border: 1px solid #d7d7d7;justify-content: center;}
.product-item a img{height: 100%; display: flex ; object-fit: contain; padding: 10px 0px;}

.product-item h6 {margin: 10px 0}
.product-item h6 a{font-size: 12px;color:#333;height: auto;}
.product-item .prices{display: flex; align-items: center; justify-content: center; gap: 5px; }
.product-item .prices p{display: flex; margin: 0; font-size: 15px; font-weight: 600; color: #505050; line-height: 18px;}

.no-prodcut-box{min-height: calc(100vh - 590px);display: flex;align-items: center;justify-content: center;flex-direction: column;gap: 15px;}
.no-prodcut-box h3{font-family: "Inter", sans-serif;font-size: 20px;color: #6a6767;font-weight: normal;}


@media only screen and (max-width: 575px) {
  .product-item .product-thumb .ribbons .ribbon {
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    width: 50px;
  }
}
.product-item .product-thumb .ribbons .ribbon-new {
  color: #000;
  left: 0;
}
.product-item .product-thumb .ribbons .ribbon-discount {
  background-color: #cd131c;
  right: 0;
  text-transform: uppercase;
}
.product-item .product-info {
  padding: 10px 7px 0 7px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .product-item .product-info {
    padding: 10px 0 7px;
  }
}
@media only screen and (max-width: 767px) {
  .product-item .product-info {
    margin: 0 -5px 0;
  }
}
.product-item .product-info .product-info-action {
  opacity: 0;
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  top: -25px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-item .product-info .product-info-action button {
  border: none;
  background-color: #7aab86;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 48px;
  font-size: 18px;
  margin-right: 2px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-item .product-info .product-info-action button:hover {
  background-color: #000;
}
.product-item .product-info .title {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .product-item .product-info .title {
    font-size: 15px;
  }
}
.product-item .product-info .title a {
  color: #333;
}
.product-item .product-info .title a:hover {
  color: #7aab86;
}
.product-item .product-info .prices {
  margin-bottom: 1px;
}
.product-item .product-info .prices .price {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}
.product-item .product-info .prices .price.price-style2 {
  color: #333;
}
.product-item .product-info .prices .price-old {
  color: #777;
  font-size: 15px;
  margin-right: 2px;
  text-decoration: line-through;
}
.product-item .product-info .rating span {
  color: #d0d0d0;
  font-size: 12px;
  letter-spacing: -1px;
}
.product-item .product-info .rating .rating-color {
  color: #fdd835;
}
.product-item .product-info .product-stock {
  color: #777;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 12px 0 25px;
  text-transform: capitalize;
}
.product-item .product-info .countdown-content .countdown-timer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #7aab86;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  padding: 5px 10px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .product-item .product-info .countdown-content .countdown-timer {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 575px) {
  .product-item .product-info .countdown-content .countdown-timer {
    margin-bottom: 0;
  }
}
.product-item .product-info .countdown-content .countdown-timer li span {
  color: #333;
  font-weight: 600;
  font-size: 22px;
  margin: 0 3px 0;
}
@media only screen and (max-width: 575px) {
  .product-item .product-info .countdown-content .countdown-timer li span {
    font-size: 18px;
  }
}
.product-item:hover .product-thumb .bg-thumb {
  opacity: 1;
}
.product-item:hover .product-info .product-info-action {
  opacity: 1;
  top: -41px;
}

.product-item-style {
  margin-bottom: 0;
}
.product-item-style .product-thumb {
  padding-top: 50px;
  padding-bottom: 19px;
}
.product-item-style .product-info .title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .product-item-style .product-info .title {
    font-size: 16px;
  }
}

.product-item-style2 {
  margin-bottom: 0;
}
.product-item-style2 .product-thumb {
  padding-top: 0;
  padding-bottom: 0;
}
.product-item-style2 .product-info .title {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.12;
}
.product-item-style2 .product-info .product-stock {
  margin: 17px 0 25px;
}

.product-item-style3 {
  margin-bottom: 0;
}
.product-item-style3 .product-thumb {
  padding-top: 22px;
  padding-bottom: 0;
}
.product-item-style3 .product-info .title {
  font-size: 18px;
  margin-bottom: 5px;
}

.product-item-style4 {
  margin-bottom: 0;
}
.product-item-style4 .product-thumb {
  padding-top: 0;
  padding-bottom: 0;
}
.product-item-style4 .product-info .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.product-slider-content.product-slider1 {
  position: relative;
}
.product-slider-content.product-slider1:after {
  background-color: #fff;
  content: "";
  height: calc(100% - 41px);
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .product-slider-content.product-slider1:after {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-slider-content.product-slider1:after {
    display: block;
  }
}
.product-slider-content.product-slider1 .product-item {
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 15px 13px 15px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .product-slider-content.product-slider1 .product-item {
    padding: 24px 13px 10px;
  }
}
.product-slider-content.product-slider1 .product-item:last-child {
  border-bottom: none;
}
.product-slider-content.product-slider1 .product-item .product-thumb {
  padding-top: 12px;
}
.product-slider-content.product-slider2 {
  position: relative;
}
.product-slider-content.product-slider2:after {
  background-color: #fff;
  content: "";
  height: calc(100% - 41px);
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .product-slider-content.product-slider2:after {
    display: none;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-slider-content.product-slider2:after {
    display: block;
  }
}

.product-list-items2 .product-list-item {
  min-height: 140px;
}
.product-list-items2 .product-list-item .product-info {
  padding: 0 36px 0 0;
}
.product-list-items2 .product-slider-content .swiper-grid-column:after {
  background-color: #fff;
  bottom: 41px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.product-list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d9d9;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  width: 100%;
}
.product-list-item .product-thumb {
  max-width: 105px;
  margin-right: 20px;
  position: relative;
}
.product-list-item .product-thumb img {
  width: 100%;
}
.product-list-item .product-thumb .bg-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-list-item .product-info .prices {
  margin-bottom: 5px;
}
.product-list-item .product-info .prices .price {
  color: #cd131c;
  font-size: 16px;
  font-weight: 600;
}
.product-list-item .product-info .prices .price.price-style2 {
  color: #333;
}
.product-list-item .product-info .prices .price-old {
  color: #333;
  font-size: 15px;
  margin-right: 2px;
  text-decoration: line-through;
}
.product-list-item .product-info .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.product-list-item .product-info .title a {
  color: #333;
}
.product-list-item .product-info .title a:hover {
  color: #7aab86;
}
.product-list-item:hover .product-thumb .bg-thumb {
  opacity: 1;
}

.product-list-item2 .product-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}
.product-list-item2 .product-item:hover .product-info .product-info-action {
  top: 0;
}
.product-list-item2 .product-thumb {
  position: relative;
  padding-top: 0;
}
.product-list-item2 .product-thumb img {
  width: 100%;
}
.product-list-item2 .product-thumb .bg-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.product-list-item2 .product-info {
  padding-left: 30px;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-right: 0;
  margin: 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .product-list-item2 .product-info {
    padding: 0;
  }
}
.product-list-item2 .product-info .title {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
}
.product-list-item2 .product-info .title a {
  color: #0961c3;
}
.product-list-item2 .product-info .title a:hover {
  color: #7aab86;
}
.product-list-item2 .product-info .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: -4px;
}
.product-list-item2 .product-info .rating span {
  color: #ffde00;
  display: block;
  font-size: 14px;
  letter-spacing: 1.8px;
  margin-bottom: 12px;
}
.product-list-item2 .product-info .prices {
  margin-bottom: 14px;
}
.product-list-item2 .product-info .prices .price {
  color: #cd131c;
  font-size: 18px;
  font-weight: 600;
}
.product-list-item2 .product-info .prices .price-old {
  color: #777;
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 2px;
  font-size: 15px;
}
.product-list-item2 .product-info p {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 24px;
  margin-bottom: 20px;
  padding: 0;
}
.product-list-item2 .product-info .content-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-list-item2 .product-info .content-inner .btn-theme {
  background: #7aab86;
  color: #fff;
  border-radius: 25px;
  line-height: 1;
  padding: 15px 23px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.product-list-item2 .product-info .content-inner .btn-theme:hover {
  background-color: #253237;
}
.product-list-item2 .product-info .product-info-action {
  margin-bottom: 27px;
  margin-left: 0;
  position: relative;
  opacity: 1;
  top: 0;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0;
  text-align: left;
}
.product-list-item2 .product-info .product-info-action button {
  border: none;
  background-color: #7aab86;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 48px;
  font-size: 22px;
  margin-right: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-list-item2 .product-info .product-info-action button:hover {
  background-color: #000;
}
.product-list-item2 .product-info:hover .product-thumb .bg-thumb {
  opacity: 1;
}

.product-list-slider1:after {
  background-color: #fff;
  bottom: 41px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .product-list-slider1:after {
    display: none;
  }
}

.product-animation:hover {
  z-index: 3;
}
.product-animation:hover:after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

.product-animation2 {
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 15px 10px 15px;
  z-index: 1;
}
.product-animation2:after {
  border: 1px solid #aaa;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.product-animation2:hover {
  z-index: 3;
}
.product-animation2:hover:after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

.product-animation3 {
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  border-right: 1px solid #d9d9d9;
  padding: 24px 15px 10px 15px;
  z-index: 1;
}
.product-animation3:after {
  border: 1px solid #aaa;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.product-animation3:hover {
  z-index: 3;
}
.product-animation3:hover:after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}

.product-animation4 {
  background-color: #fff;
  position: relative;
  margin-bottom: 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 24px 15px 10px 15px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .product-animation4 {
    padding: 24px 13px 10px;
  }
}
.product-animation4:after {
  border: 1px solid #aaa;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotateX(45deg);
          transform: rotateX(45deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.product-animation4:hover {
  z-index: 3;
}
.product-animation4:hover:after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}
.product-animation4 .product-thumb {
  padding-top: 12px;
}

.product-tab-content .nav-tabs {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 430px) {
  .product-tab-content .nav-tabs {
    padding-bottom: 25px;
  }
}
.product-tab-content .nav-tabs .nav-item {
  margin-right: 39px;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs .nav-item {
    margin-right: 20px;
  }
}
.product-tab-content .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product-tab-content .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: none;
  color: #333;
  font-size: 28px;
  font-weight: 600;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .product-tab-content .nav-tabs .nav-item .nav-link {
    font-size: 20px;
  }
}
.product-tab-content .nav-tabs .nav-item .nav-link:hover, .product-tab-content .nav-tabs .nav-item .nav-link.active {
  color: #7aab86;
}
.product-tab-content.tab-content-style2 .nav-tabs {
  border: none;
}
.product-tab-content.tab-content-style2 .nav-tabs .nav-item {
  margin-right: 49px;
}
.product-tab-content.tab-content-style2 .nav-tabs .nav-item:last-child {
  margin-right: 0;
}

.single-product-offer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .single-product-offer-wrap {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .single-product-offer-wrap .single-product-offer-content {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-offer-wrap .single-product-offer-content {
    margin-bottom: 60px;
  }
}
.single-product-offer-wrap .single-product-offer-slider {
  width: calc(100% - 490px);
}
@media only screen and (max-width: 1199px) {
  .single-product-offer-wrap .single-product-offer-slider {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 991px) {
  .single-product-offer-wrap .single-product-offer-slider {
    width: 100%;
  }
}

.single-product-offer-content {
  background-color: #f8f8f8;
  padding: 0 30px 55px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content {
    padding: 0 15px 55px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-offer-content {
    padding: 0px 15px 42px;
  }
}
.single-product-offer-content h2 {
  background-color: #7aab86;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  padding: 31px 10px 24px;
  margin: 0 -30px 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content h2 {
    font-size: 24px;
    margin: 0 -15px 0;
    padding: 25px 10px 18px;
  }
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content h2 {
    font-size: 22px;
    padding: 20px 10px 13px;
  }
}
.single-product-offer-content .prices {
  margin-top: 38px;
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content .prices {
    margin-top: 30px;
  }
}
.single-product-offer-content .prices .price {
  color: #cd131c;
  font-weight: 600;
  font-size: 34px;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content .prices .price {
    font-size: 30px;
  }
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content .prices .price {
    font-size: 26px;
  }
}
.single-product-offer-content .prices .price-old {
  color: #777;
  font-size: 17px;
  margin-right: 2px;
  text-decoration: line-through;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content .prices .price-old {
    font-size: 15px;
  }
}
.single-product-offer-content .prices .discount {
  background-color: #cf292b;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  width: 37px;
  height: 20px;
  line-height: 23px;
  font-weight: 700;
  font-size: 12px;
  margin-left: 4px;
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content .prices .discount {
    width: 32px;
    height: 16px;
    list-style: 20px;
    font-size: 10px;
    top: 0;
  }
}
.single-product-offer-content .title {
  font-size: 24px;
  margin-top: 7px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content .title {
    font-size: 18px;
    margin-top: 0;
  }
}
.single-product-offer-content .title a {
  color: #333;
}
.single-product-offer-content .title a:hover {
  color: #7aab86;
}
.single-product-offer-content .product-info-action {
  margin-bottom: 29px;
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content .product-info-action {
    margin-bottom: 18px;
  }
}
.single-product-offer-content .product-info-action button {
  border: none;
  background-color: #7aab86;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 48px;
  font-size: 19px;
  margin-right: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content .product-info-action button {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content .product-info-action button {
    width: 35px;
    height: 35px;
    line-height: 41px;
  }
}
.single-product-offer-content .product-info-action button:hover {
  background-color: #000;
}
.single-product-offer-content .rating {
  margin-bottom: 6px;
}
.single-product-offer-content .rating span {
  color: #d0d0d0;
  font-size: 16px;
  letter-spacing: -2px;
}
.single-product-offer-content .rating .rating-color {
  color: #fdd835;
}
.single-product-offer-content p {
  color: #656565;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.82854;
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content p {
    line-height: 1.6;
  }
}
.single-product-offer-content .product-stock {
  color: #777;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin: 34px 0 20px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content .product-stock {
    margin: 29px 0 20px;
  }
}
@media only screen and (max-width: 359.98px) {
  .single-product-offer-content .product-stock {
    margin: 20px 0 15px;
  }
}
.single-product-offer-content .countdown-content .countdown-timer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #7aab86;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  max-width: 276px;
  margin: auto;
  padding: 5px 10px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 575px) {
  .single-product-offer-content .countdown-content .countdown-timer {
    margin-bottom: 0;
  }
}
.single-product-offer-content .countdown-content .countdown-timer li span {
  color: #333;
  font-weight: 600;
  font-size: 22px;
  margin: 0 3px 0;
}
@media only screen and (max-width: 767px) {
  .single-product-offer-content .countdown-content .countdown-timer li span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-offer-content .countdown-content .countdown-timer li span {
    font-size: 18px;
  }
}

.single-product-offer-slider .thumb-item .ribbons .ribbon {
  background: #fdd835;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  top: 0;
  line-height: 60px;
  height: 57px;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  position: absolute;
  width: 57px;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .single-product-offer-slider .thumb-item .ribbons .ribbon {
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    width: 50px;
  }
}
.single-product-offer-slider .thumb-item .ribbons .ribbon-new {
  color: #000;
  left: 15px;
}
.single-product-offer-slider .thumb-item .ribbons .ribbon-discount {
  background-color: #cd131c;
  right: 15px;
  text-transform: uppercase;
}
.single-product-offer-slider .single-product-offer-thumb-slider {
  float: left;
  width: calc(100% - 112px);
}
@media only screen and (max-width: 575px) {
  .single-product-offer-slider .single-product-offer-thumb-slider {
    width: calc(100% - 90px);
  }
}
.single-product-offer-slider .single-product-offer-nav {
  float: right;
  min-width: 112px;
  width: 112px;
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-product-offer-slider .single-product-offer-nav {
    min-width: 90px;
    width: 90px;
  }
}
.single-product-offer-slider .single-product-offer-nav .swiper-button-prev,
.single-product-offer-slider .single-product-offer-nav .swiper-button-next {
  color: #253237;
  font-size: 20px;
  height: 50px;
  left: 0;
  opacity: 0.75;
  top: 22px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-product-offer-slider .single-product-offer-nav .swiper-button-prev:after,
.single-product-offer-slider .single-product-offer-nav .swiper-button-next:after {
  content: "";
  font-family: "simple-line-icons";
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-product-offer-slider .single-product-offer-nav .swiper-button-prev:hover,
.single-product-offer-slider .single-product-offer-nav .swiper-button-next:hover {
  opacity: 1;
}
.single-product-offer-slider .single-product-offer-nav .swiper-button-next {
  bottom: 0;
  top: auto;
}
.single-product-offer-slider .single-product-offer-nav .swiper-button-next:after {
  content: "";
}
.single-product-offer-slider .single-product-offer-nav-slider .swiper-wrapper .swiper-slide {
  border: 2px solid transparent;
  height: auto !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-product-offer-slider .single-product-offer-nav-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #7aab86;
}
.single-product-offer-slider .single-product-offer-nav-slider .swiper-slide .nav-item img {
  width: 108px;
}
.single-product-offer-slider .single-product-offer-nav-slider .swiper-slide .nav-item:hover {
  cursor: pointer;
}

.single-product-info .prices {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .prices {
    margin-bottom: 8px;
  }
}
.single-product-info .prices .price {
  font-size: 23px;
  font-weight: 600;
  line-height: 30px;
  color: #212121;
  margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .single-product-info .prices .price {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-info .prices .price {
    font-size: 22px;
  }
}
.single-product-info .prices .price-old {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  margin-right: 9px;
  text-decoration: line-through;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .prices .price-old {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-info .prices .price-old {
    font-size: 14px;
    margin-right: 5px;
  }
}
.single-product-info .prices .price-save {
  background-color: #0f0f0f;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-left: 12px;
  padding: 3px 10px 0 10px;
  position: relative;
  top: -3px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .prices .price-save {
    font-size: 10px;
    line-height: 19px;
    margin-left: 3px;
    padding: 4px 7px 0 7px;
  }
}

.single-product-info h5{
  font-size: 14px;
    font-weight: 400;
    color: #646464;

}

.single-product-info .title {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 14px 0;
    line-height: 1;
    text-transform: capitalize;
}

@media only screen and (max-width: 1199px) {
  .single-product-info .title {
    font-size: 27px;
    margin: 0 0 8px 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-info .title {
    font-size: 20px;
  }
}
.single-product-info .comments-advices {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .comments-advices {
    margin-bottom: 0;
  }
}
.single-product-info .comments-advices a {
  color: #253237;
  font-size: 14px;
  margin-left: 12px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .comments-advices a {
    font-size: 12px;
    margin-left: 9px;
  }
}
.single-product-info .comments-advices a:hover {
  color: #7aab86;
}
.single-product-info .comments-advices a i {
  font-weight: 800;
  margin-right: 10px;
}
.single-product-info .rating span {
  color: #d0d0d0;
  font-size: 14px;
  letter-spacing: -1px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .rating span {
    font-size: 14px;
  }
}
.single-product-info .rating .rating-color {
  color: #fdd835;
}
.single-product-info p {
color: #2a2a2a;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .single-product-info p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-info p {
    font-size: 13px;
    line-height: 21px;
  }
}
.single-product-info .product-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-top: 0;
}
.single-product-info .product-variants .product-action-size {
  margin: 0;
  width: 25%;
}
.single-product-info .product-variants .product-action-size .title {
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product-info .product-variants .product-action-size select {
  border: 1px solid #efefef;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #242424;
  display: block;
  font-size: 13px;
  margin-top: 3px;
  padding: 10px 10px 8px 9px;
  text-align: center;
  width: 50px;
  cursor: pointer;
}
.single-product-info .product-variants .product-action-color {
  margin: 0;
  width: 25%;
  position: relative;
  top: 7px;
}
.single-product-info .product-variants .product-action-color .title {
  color: #0f0f0f;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product-info .product-variants .product-action-color .form-check {
  display: inline-block;
  padding-top: 3px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .product-variants .product-action-color .form-check {
    padding-top: 0;
  }
}
.single-product-info .product-variants .product-action-color .form-check input {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border: 2px solid #232323;
  background-color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .product-variants .product-action-color .form-check input {
    margin-right: 0;
    height: 18px;
    width: 18px;
  }
}
.single-product-info .product-variants .product-action-color .form-check input.input-color {
  background-color: #434A54;
}
.single-product-info .quick-product-action {
  margin-bottom: 8px;
  margin-top: 30px;
}
.single-product-info .quick-product-action .action-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}
.single-product-info .quick-product-action .action-top .pro-qty {
  display: inline-block;
  position: relative;
  width: 83px;
  margin-right: 9px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .action-top .pro-qty {
    width: 70px;
  }
}
.single-product-info .quick-product-action .action-top .pro-qty input {
  border: 1px solid #ebebeb;
  background-color: transparent;
  color: #232323;
  width: 60px;
  height: 48px;
  font-size: 14px;
  padding: 1px 10px 0;
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .action-top .pro-qty input {
    width: 47px;
    height: 40px;
  }
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn {
  border-right: 1px solid #ebebeb;
  color: #232323;
  font-size: 10px;
  position: absolute;
  padding: 3px 6px 1px;
  right: 1px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .action-top .pro-qty .qty-btn {
    padding: 0 6px 0;
  }
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn:hover {
  background-color: #f1f1f1;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn.inc {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  top: 0;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn.inc i {
  position: relative;
  top: 2px;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn.dec {
  border-bottom: 1px solid #ebebeb;
  bottom: 0;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn.dec i {
  position: relative;
  top: 2px;
}
.single-product-info .quick-product-action .action-top .btn.btn-black {
  position: relative;
  padding: 9px 41px 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background: #7aab86;
  border-radius: 30px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .quick-product-action .action-top .btn.btn-black {
    padding: 6px 32px 3px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .action-top .btn.btn-black {
    padding: 5px 15px 4px;
    font-size: 14px;
  }
}
.single-product-info .quick-product-action .action-top .btn.btn-black i {
  font-size: 22px;
  margin-right: 5px;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .quick-product-action .action-top .btn.btn-black i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .action-top .btn.btn-black i {
    font-size: 16px;
  }
}
.single-product-info .quick-product-action .action-top .btn.btn-black:hover {
  background-color: #253237;
}
.single-product-info .product-additional-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .single-product-info .product-additional-info {
    display: block;
    margin-bottom: 20px;
  }
}
.single-product-info .btn-wishlist {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
  padding: 0;
  border: none;
  color: #777;
  font-size: 16px;
  background: transparent;
  margin-right: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .btn-wishlist {
    margin-right: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-info .btn-wishlist {
    margin-right: 11px;
    font-size: 14px;
  }
}
.single-product-info .btn-wishlist .icons {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  width: 39px;
  height: 39px;
  background: #7aab86;
  color: #fff;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  line-height: 39px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .single-product-info .btn-wishlist .icons {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.single-product-info .btn-wishlist .ion-ios-shuffle {
  line-height: 44px;
}
.single-product-info .btn-wishlist:hover {
  color: #7aab86;
}
.single-product-info .btn-wishlist:hover .icons {
  background-color: #333;
}
.single-product-info .widget-social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 49px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .widget-social-icons {
    margin-bottom: 20px;
  }
}
.single-product-info .widget-social-icons span {
  color: #253237;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-right: 9px;
  text-transform: uppercase;
  top: -2px;
}
.single-product-info .widget-social-icons a {
  color: #b4b4b4;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  text-align: center;
}
.single-product-info .widget-social-icons a:hover {
  color: #7aab86;
}
.single-product-info .card-info-area .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.single-product-info .card-info-area .card-item .icon {
  margin-right: 15px;
}
.single-product-info .card-info-area .card-item .icon img {
  width: 35px;
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
  opacity: 0.6;
}
.single-product-info .card-info-area .card-item .info-content h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
  line-height: 1;
}
.single-product-info .card-info-area .card-item .info-content p {
  color: #777;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.single-product-info .group-product-list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .group-product-list {
    overflow-x: auto;
    margin-bottom: 10px;
  }
}
.single-product-info .group-product-list .info-text {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.single-product-info .group-product-list .info-text .text-primary {
  color: #7aab86 !important;
  font-weight: 700;
}
.single-product-info .group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #e3e3e3;
}
@media only screen and (max-width: 991px) {
  .single-product-info .group-product-list table {
    min-width: 400px;
  }
}
.single-product-info .group-product-list table tbody tr td {
  font-weight: 500;
  padding: 10px 10px 10px 0;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #e3e3e3;
  background-color: transparent;
}
.single-product-info .group-product-list table tbody tr td.choose input:hover {
  cursor: pointer;
}
.single-product-info .group-product-list table tbody tr .thumb {
  width: 50px;
}
.single-product-info .group-product-list table tbody tr .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.single-product-info .group-product-list table tbody tr .title a {
  color: #282828;
}
.single-product-info .group-product-list table tbody tr .title a:hover {
  color: #7aab86;
}
.single-product-info .group-product-list table tbody tr .price {
  padding-right: 0;
  text-align: right;
}
.single-product-info .group-product-list table tbody tr .price .pro-price span {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.single-product-info .group-product-list table tbody tr .price .pro-price .old {
  color: #7aab86;
  font-size: 400px;
  font-size: 13px;
  margin-right: 5px;
  opacity: 0.5;
  font-style: italic;
  text-decoration: line-through;
}

.product-category1-area {
  padding: 90px 0 76px;
}
.category-info h6{
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .product-category1-area {
    padding: 70px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category1-area {
    padding: 60px 0 21px;
  }
}

.product-category2-area {
  background: #f9f9f9;
  padding: 0 0 90px;
}
@media only screen and (max-width: 991px) {
  .product-category2-area {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category2-area {
    padding: 0 0 60px;
  }
}

.product-category3-area {
  background: #f9f9f9;
  padding: 0 0 89px;
}
@media only screen and (max-width: 991px) {
  .product-category3-area {
    padding: 0 0 69px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category3-area {
    padding: 0 0 59px;
  }
}

.product-category4-area {
  padding: 0 0 88px;
}
@media only screen and (max-width: 991px) {
  .product-category4-area {
    padding: 0 0 68px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category4-area {
    padding: 0 0 58px;
  }
}

.product-category5-area {
  background: #f9f9f9;
  padding: 0;
}

.product-category6-area {
  
  padding: 40px 0 0px;
}
.category-area.product-category6-area .container, 
.product-area .container{
  
}

.product-area .container{
 
}

@media only screen and (max-width: 991px) {
  .product-category6-area {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category6-area {
    padding: 0;
  }
  .featured-area {
    padding: 0;
  }
}

.product-category7-area {
  padding: 80px 0;
  background: #f2efb4
}

.globalBtn {
  display: block;
  width: 111px;
  color: #FFF;
  font-size: 14px;
  background: rgb(122, 171, 134);
  padding: 5px 15px;
  border-radius: 30px;
  text-align: center;
}

.inspired-gallery{
  padding: 0 0 50px;
}
.inspires-gallery-slider{
  overflow: hidden;
 
}
.inspired-gallery .swiper-slide{
  position: relative;
  height: 620px;
}
.swiper-slide img{width: 100%;height: 100%; object-fit: cover;object-position: center center;}
.inspired-gallery .swiper-slide .product-overlay{
    position: absolute;
    left: 0;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 0;
}

.featured-title{
  width: 100%;
}
.product-overlay h4{font-size: 18px; color: #FFF;}
.featured-title h2{
    text-align: center;
    color: #FFF;
    max-width: 700px;
    margin: 0 auto 24px;
    font-family: 'Inter', sans-serif;
    line-height: 35px;
}
.product-card {
  max-width: 120px;
}
.productImg-wrapper{
  display: block;
  width: 100%;
  height: 120px !important;
  overflow: hidden;
  border: 1px solid #FFF;
  margin-bottom: 8px;
  }
.product-card img{width: 100%;height: auto;}
.inspired-gallery h5 {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  color: #f3fb47;
}
.inspired-gallery h5 a{
  display: block;
  text-align: center;
  color: #f3fb47;
}







.testimonial {
  background: #f2f6ff;
  position: relative;
  z-index: 12;
  padding: 60px 0 100px 0;
}
.mbr-text1 {
  background-color: #fff;
}
.testimonial .mbr-text {
  border-radius: 30px;
  color: #fff;
  position: relative;
  font-family: "Muli", sans-serif;
  font-size: 1.1rem;
  padding: 2rem;
  margin-top: 25px;
}
.testimonial .mbr-text span {
  font-size: 11em;
  position: absolute;
  z-index: 9;
  color: #e490a7;
  line-height: 40px;
}
.testimo-wrapper p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: #000;
}
h3.testimonial-title {
  margin-left: 15px !important;
  font-weight: 900;
  color: #12265a;
  margin: 0;
  font-family: "Muli", sans-serif;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1;
  letter-spacing: 0;
 
}
@media only screen and (max-width: 991px) {
  .product-category7-area {
    padding: 0 0 68px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category7-area {
    padding: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category7-area .category-items1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-category8-area {
  padding: 0 0 90px;
}
@media only screen and (max-width: 991px) {
  .product-category8-area {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category8-area {
    padding: 0 0 60px;
  }
}
.product-category8-area .container-fluid {
  padding: 0 75px;
}
@media only screen and (max-width: 1199px) {
  .product-category8-area .container-fluid {
    padding: 0 15px;
  }
}

.product-category9-area {
  padding: 30px 0 90px;
}
@media only screen and (max-width: 991px) {
  .product-category9-area {
    padding: 30px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .product-category9-area {
    padding: 30px 0 60px;
  }
}

.bg-color-shape:after {
  background-color: #fff;
  content: "";
  width: 1300px;
  height: 40px;
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .bg-color-shape:after {
    height: 70px;
    top: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-color-shape:after {
    height: 60px;
    top: -60px;
    display: none;
  }
}
.category-item{text-align: center;margin-top:10px; position:relative;transition: all .3s ease-in-out;}
.category-item:hover{position: relative; margin-top:-0}
.offer-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, .3) 100%, rgba(0, 0, 0, .3) 100%, rgba(0, 0, 0, .3) 100%);
  left: 0;
  top: 0;
  z-index: 99;
  pointer-events: none;
}

.category-items1 .category-item .thumb {
  overflow: hidden;
}
.offer-tag {
  width: 50px;
  height: 50px;
  padding: 8px;
  background: #00000061;
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 991;
  border-radius: 40px;
}

.category-text-box {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 999;
  pointer-events: none;
}

.category-text-box h4 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
}

  .category-text-box p {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    font-family: "Inria Serif", serif;
    max-width: 450px;
    color: var(--cust-yellow);
  }
  .offer-button a {
    display: block;
    width: 111px;
    background: #FFF;
    padding: 5px 15px;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
}
.product-thumb  a{display: block;}
.category-items1 .category-item .thumb img, .product-thumb  a img{
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.category-items1 .category-item:hover .thumb img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

.category-items2 .category-item .category-thumb {
  display: inline-block;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius:0;
}

.category-items2 .category-item .category-thumb img {
  border: 1px solid transparent;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* .category-items2 .category-item .category-thumb:hover {
  border: 1px solid #c8c8c8;
}
.category-items2 .category-item .category-thumb:hover img {
  -webkit-transform: scale(1.055) rotate(0.05deg);
  transform: scale(1.055) rotate(0.05deg);
} */

.category-items3 {
  margin-top: 52px;
}
@media only screen and (max-width: 1199px) {
  .category-items3 {
    margin-top: 0;
  }
}
.category-items3 .category-item .thumb {
  overflow: hidden;
}
.category-items3 .category-item .thumb img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.category-items3 .category-item:hover .thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.category-items4 .category-item .thumb {
  overflow: hidden;
}
.category-items4 .category-item .thumb img {
  width: 100%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.category-items4 .category-item:hover .thumb img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.category-img-one {
  height: 590px;
}

.category-img-two {
  height: 280px;
}

.effect-animate-zoom {
  overflow: hidden;
}
.effect-animate-zoom img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.effect-animate-zoom:hover img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

.swiper-nav-style {
  position: relative;
  padding: 10px;
}
#planning {
  position: relative;
  padding: 50px 0;
}

.planningContent {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;

  margin: 30px auto 0;
}

.planningContentBox h3{
      font-size: 25px;
  line-height: normal;
  font-weight: bold;
}



.planningContentBox{
      width: calc(100% - 530px);
          padding: 0 40px;

}
@media only screen and (max-width: 1199px) {
  .swiper-nav-style {
    padding: 28px 43px 15px 75px;
  }
}
@media only screen and (max-width: 991px) {
  .swiper-nav-style {
    padding: 15px 33px 2px 75px;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-nav-style {
    padding: 15px 30px 2px 65px;
  }
}
@media only screen and (max-width: 575px) {
  .swiper-nav-style {
    padding: 15px 15px 2px;
  }
}
.swiper-nav-style .swiper-button-prev,
.swiper-nav-style .swiper-button-next {
  color: #333;
  font-size: 40px;
  left: 35px;
  line-height: 1;
  opacity: 0;
  top: calc(50% + 0px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .swiper-nav-style .swiper-button-prev,
.swiper-nav-style .swiper-button-next {
    display: none;
  }
}
.swiper-nav-style .swiper-button-prev:after,
.swiper-nav-style .swiper-button-next:after {
  content: "";
  font-family: "simple-line-icons";
  font-size: 24px;
  font-weight: 600;
}
.swiper-nav-style .swiper-button-prev:hover,
.swiper-nav-style .swiper-button-next:hover {
  color: #7aab86;
}
.swiper-nav-style .swiper-button-next {
  left: auto;
  right: 18px;
}
.swiper-nav-style .swiper-button-next:after {
  content: "";
}
.swiper-nav-style:hover .swiper-button-prev,
.swiper-nav-style:hover .swiper-button-next {
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .swiper-nav-style .category-item {
    text-align: center;
  }
}

.swiper-nav-style2 {
  background-color: #fff;
  position: relative;
}
.swiper-nav-style2 .swiper-button-prev,
.swiper-nav-style2 .swiper-button-next {
  color: #333;
  font-size: 40px;
  left: 10px;
  line-height: 1;
  opacity: 0;
  top: calc(50% + 0px);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-nav-style2 .swiper-button-prev:after,
.swiper-nav-style2 .swiper-button-next:after {
  content: "";
  font-family: "simple-line-icons";
  font-size: 24px;
  font-weight: 500;
}
.swiper-nav-style2 .swiper-button-prev:hover,
.swiper-nav-style2 .swiper-button-next:hover {
  color: #7aab86;
}
.swiper-nav-style2 .swiper-button-next {
  left: auto;
  right: -17px;
}
.swiper-nav-style2 .swiper-button-next:after {
  content: "";
}
.swiper-nav-style2:hover .swiper-button-prev,
.swiper-nav-style2:hover .swiper-button-next {
  opacity: 1;
}

.swiper-pagination-style {
  padding-bottom: 41px;
  margin-bottom: -41px;
}
.swiper-pagination-style .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.swiper-pagination-style .swiper-pagination .swiper-pagination-bullet {
  background-color: #bbbbbb;
  height: 11px;
  margin: 0 7px;
  opacity: 1;
  width: 11px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-pagination-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #777;
  height: 11px;
  width: 11px;
}
.swiper-pagination-style .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #777;
}

.swiper-pagination-style2 .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.swiper-pagination-style2 .swiper-pagination .swiper-pagination-bullet {
  background-color: #bbbbbb;
  height: 11px;
  margin: 0 7px;
  opacity: 1;
  width: 11px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-pagination-style2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #777;
  height: 11px;
  width: 11px;
}
.swiper-pagination-style2 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #777;
}

.swiper-pagination-style3 {
  padding-bottom: 41px;
  margin-bottom: -41px;
}
.swiper-pagination-style3 .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .swiper-pagination-style3 .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet {
  background-color: #bbbbbb;
  height: 11px;
  margin: 0 7px;
  opacity: 1;
  width: 11px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #777;
  height: 11px;
  width: 11px;
}
.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #777;
}

.single-product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .single-product-slider {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-slider {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .single-product-slider {
    margin-bottom: 50px;
  }
}
.single-product-slider .single-product-thumb {
  width: 60%;
  margin-left: 30px;
}
@media only screen and (max-width: 575px) {
  .single-product-slider .single-product-thumb {
    width: calc(100% - 70px);
  }
}

.single-product-thumb .thumb-item .ribbons .ribbon {
  background: #fdd835;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  top: 0;
  line-height: 60px;
  height: 57px;
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  position: absolute;
  width: 57px;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .single-product-thumb .thumb-item .ribbons .ribbon {
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    width: 50px;
  }
}
.single-product-thumb .thumb-item .ribbons .ribbon-new {
  color: #000;
  left: 15px;
}
.single-product-thumb .thumb-item .ribbons .ribbon-discount {
  background-color: #cd131c;
  right: 15px;
  text-transform: uppercase;
}
.single-product-thumb .single-product-thumb-slider {
  float: left;
  width: 100%;
}

.single-product-nav {
  float: right;
  min-width: 100px;
  margin-right: 0;
  width: 100px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .single-product-nav {
    min-width: 70px;
    width: 70px;
  }
}
.single-product-nav .swiper-button-prev,
.single-product-nav .swiper-button-next {
  color: #253237;
  font-size: 20px;
  height: 50px;
  left: 0;
  opacity: 0.75;
  top: -18px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 479.98px) {
  .single-product-nav .swiper-button-prev,
.single-product-nav .swiper-button-next {
    display: none;
  }
}
.single-product-nav .swiper-button-prev:after,
.single-product-nav .swiper-button-next:after {
  content: "";
  font-family: "simple-line-icons";
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-product-nav .swiper-button-prev:hover,
.single-product-nav .swiper-button-next:hover {
  opacity: 1;
}
.single-product-nav .swiper-button-next {
  bottom: 84px;
  top: auto;
}
@media only screen and (max-width: 1199px) {
  .single-product-nav .swiper-button-next {
    bottom: -30px;
  }
}
@media only screen and (max-width: 991px) {
  .single-product-nav .swiper-button-next {
    bottom: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-nav .swiper-button-next {
    bottom: -32px;
  }
}
@media only screen and (max-width: 575px) {
  .single-product-nav .swiper-button-next {
    bottom: 30px;
  }
}
.single-product-nav .swiper-button-next:after {
  content: "";
}

.single-product-nav-slider .swiper-wrapper .swiper-slide {
  margin-bottom: 10px;
  border: 2px solid #ebebeb;
  height: auto !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-product-nav-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #7aab86;
}
.single-product-nav-slider .swiper-wrapper .swiper-slide:hover {
  border-color: #7aab86;
}
.single-product-nav-slider .swiper-slide .nav-item img {
  width: 100px;
}
@media only screen and (max-width: 575px) {
  .single-product-nav-slider .swiper-slide .nav-item img {
    width: 70px;
  }
}
.single-product-nav-slider .swiper-slide .nav-item:hover {
  cursor: pointer;
}

.product-description-review .product-description-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.product-description-review .product-description-tab-menu .nav-item {
  margin-right: 34px;
}
@media only screen and (max-width: 575px) {
  .product-description-review .product-description-tab-menu .nav-item {
    margin-right: 15px;
  }
}
.product-description-review .product-description-tab-menu .nav-item .nav-link {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  text-transform: capitalize;
  line-height: 1px;
  color: #a3a3a3;
  padding: 25px 24px 30px;
  font-weight: 400;
  font-size: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link {
    padding: 25px 0 14px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link {
    font-size: 16px;
  }
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
  border-bottom: 2px solid #323232;
  color: #323232;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link:hover {
  border-bottom: 2px solid #323232;
  color: #323232;
}
.product-description-review .tab-content {
  padding: 30px 0 0;
}
.product-description-review .tab-content .product-desc p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
  .product-description-review .tab-content .product-desc p {
    font-size: 13px;
  }
}
.product-description-review .tab-content .product-review {
  border: 1px solid #ECECEC;
  padding: 24px;
  margin-top: 15px;
}
.product-description-review .tab-content .product-review .review-header {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 21px;
  margin-bottom: 24px;
}
.product-description-review .tab-content .product-review .review-header .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .product-description-review .tab-content .product-review .review-header .title {
    font-size: 18px;
  }
}
.product-description-review .tab-content .product-review .review-header .review-info .review-rating {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-rating li {
  color: #7aab86;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-caption {
  font-size: 14px;
  margin-left: 10px;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-write-btn {
  font-size: 14px;
  float: right;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.product-description-review .tab-content .product-review .review-header .review-info .review-write-btn:hover {
  color: #7aab86;
  cursor: pointer;
}
.product-description-review .tab-content .product-review .product-review-form {
  border-bottom: 1px solid #ececec;
  display: none;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.product-description-review .tab-content .product-review .product-review-form .title {
  font-size: 16px;
  line-height: 24px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group {
  margin-bottom: 12px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group label {
  margin-bottom: 6px;
  font-size: 13px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  height: 45px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .form-control.textarea {
  height: 232px;
}
@media only screen and (max-width: 991px) {
  .product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .form-control.textarea {
    height: 140px;
    min-height: auto;
  }
}
.single-product-slider {
  display: flex;
  justify-content: flex-end;
  padding-left: 10px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .btn-theme {
  padding: 12px 22px;
  border-radius: 5px;
  font-size: 15px;
  height: 47px;
  min-width: 143px;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .form-group .btn-theme:hover {
  background-color: #454545;
  border-color: #454545;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .rating .rating-title {
  display: block;
}
.product-description-review .tab-content .product-review .product-review-form form .review-form-content .rating span a {
  display: inline-block;
  color: #242424;
  font-size: 14px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-rating {
  margin-bottom: 5px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-rating li {
  display: inline-block;
  color: #f4a460;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.product-description-review .tab-content .product-review .review-content .review-item .title {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 21px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-date {
  font-style: italic;
  font-size: 13px;
  opacity: 0.5;
  display: inline-block;
  margin-bottom: 15px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-date span {
  font-weight: 700;
}
.product-description-review .tab-content .product-review .review-content .review-item p {
  font-size: 13px;
  margin-bottom: 20px;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-report {
  color: #242424;
  font-size: 11px;
  text-align: right;
  display: block;
}
.product-description-review .tab-content .product-review .review-content .review-item .review-report:hover {
  color: #7aab86;
}
.product-description-review .tab-content .product-details .product-manufacturer {
  margin-bottom: 20px;
}
.product-description-review .tab-content .product-details .product-manufacturer img {
  background-color: #fff;
  border: 1px solid #ddd;
}
.product-description-review .tab-content .product-details .product-description-info ul {
  margin-bottom: 0;
}
.product-description-review .tab-content .product-details .product-description-info ul li {
  color: #232323;
  font-size: 16px;
  font-weight: 700;
}
.product-description-review .tab-content .product-details .product-description-info ul li span {
  font-weight: 400;
  font-size: 14px;
}

.product-data-sheet {
  margin-top: 28px;
}
.product-data-sheet h5 {
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 11px;
}
.product-data-sheet .data-sheet {
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-flex-wrap: wrap;
}
.product-data-sheet .data-sheet dt,
.product-data-sheet .data-sheet dd {
  background-color: #f1f1f1;
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 8px;
  margin-right: 10px;
  min-height: 40px;
  padding: 10px;
  flex: 1 0 40%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
}

.shop-toolbar-wrap {
  margin-bottom: 34px;
  width: 100%;
}
.shop-toolbar-wrap .product-showing-status {
  margin-left: 5px;
  margin-top: -4px;
}
@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap .product-showing-status {
    margin-left: 0;
  }
}
.shop-toolbar-wrap .product-showing-status .count-result {
  font-size: 14px;
  margin: 0;
  color: #777;
  font-weight: 400;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap .product-showing-status .count-result {
    margin-right: 15px;
    min-width: 140px;
  }
}
.shop-toolbar-wrap .product-view-mode {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs {
  border: none;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link {
  border: none;
  color: #aaa;
  font-size: 18px;
  padding: 0;
  margin-right: 15px;
  margin-top: 3px;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link:hover {
  color: #7aab86;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #7aab86;
}
@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap .product-sorting-menu {
    margin-bottom: 15px;
  }
}
.shop-toolbar-wrap .product-sorting-menu .current {
  font-size: 14px;
  margin: 0;
  color: #777;
  font-weight: 400;
  margin-left: -10px;
}
@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap .product-sorting-menu .current {
    margin-left: 0;
  }
}
.shop-toolbar-wrap .product-sorting-menu select {
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #777;
  padding: 3px 5px 0;
  font-size: 14px;
  width: 100%;
  margin: 0;
  text-align: left;
}
.shop-toolbar-wrap .product-sorting-menu select:hover {
  cursor: pointer;
}
.shop-toolbar-wrap .product-sorting-menu .icon {
  color: #777;
  font-size: 18px;
  margin-left: 69px;
  position: absolute;
  width: 17px;
  height: 17px;
  pointer-events: none;
  right: 30px;
  top: calc(50% - 8.5px);
  text-align: center;
}
.shop-toolbar-wrap .product-sorting-menu:hover ul {
  opacity: 1;
  visibility: visible;
}

.sidebar-area .widget-title {
  color: #333;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  padding-bottom: 21px;
  margin-bottom: 19px;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .sidebar-area .widget-title {
    font-size: 22px;
  }
}
.sidebar-area .widget-title a {
  color: #333;
}
.sidebar-area .widget-title:before {
  bottom: 0px;
  background-color: #7aab86;
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .sidebar-area .widget-title:before {
    width: 40px;
  }
}

.single-product-offer-area {
  padding: 90px 0 77px;
}
@media only screen and (max-width: 991px) {
  .single-product-offer-area {
    padding: 70px 0 67px;
  }
}
@media only screen and (max-width: 767px) {
  .single-product-offer-area {
    padding: 60px 0 57px;
  }
}

.single-product-offer-style2-area {
  padding: 0;
}

.product-grid-area {
  padding: 90px 0 0;
}
@media only screen and (max-width: 991px) {
  .product-grid-area {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-grid-area {
    padding: 60px 0 0;
  }
}
.product-grid-area.product-grid-style2-area .product-item.product-item-style4 {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.shop-single-product {
  padding: 90px 0 90px;
}
@media only screen and (max-width: 575px) {
  .shop-single-product {
    padding: 0 0 30px;
  }
}

.latest-product-area {
  padding: 74px 0 20px;
}

.cart-page-area {
  padding: 85px 0 90px;
}
@media only screen and (max-width: 991px) {
  .cart-page-area {
    padding: 68px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .cart-page-area {
    padding: 58px 0 60px;
  }
}

.shop-checkout-area {
  padding: 88px 0 88px;
}
@media only screen and (max-width: 991px) {
  .shop-checkout-area {
    padding: 68px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-checkout-area {
    padding: 58px 0 60px;
  }
}

.wishlist-page-area {
  padding: 88px 0 0;
}
@media only screen and (max-width: 991px) {
  .wishlist-page-area {
    padding: 68px 0;
  }
}
@media only screen and (max-width: 767px) {
  .wishlist-page-area {
    padding: 58px 0;
  }
}

.compare-page-area {
  padding: 88px 0 90px;
}
@media only screen and (max-width: 991px) {
  .compare-page-area {
    padding: 68px 0;
  }
}
@media only screen and (max-width: 767px) {
  .compare-page-area {
    padding: 58px 0 60px;
  }
}

.widget {
  margin-bottom: 27px;
}

.widget-custom-menu ul {
  margin-bottom: 0;
}
.widget-custom-menu ul .has-sub {
  position: relative;
}
.widget-custom-menu ul .has-sub a {
  font-weight: 400;
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: capitalize;
}
.widget-custom-menu ul .has-sub a:before {
  color: #656565;
  content: "";
  font-family: "simple-line-icons";
  position: absolute;
  right: 0;
  font-size: 9px;
  font-weight: 600;
  top: -1px;
}
.widget-custom-menu ul .has-sub a:not(.collapsed):before {
  content: "";
}
.widget-custom-menu ul .has-sub .collapsed {
  font-weight: 400;
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: capitalize;
}
.widget-custom-menu ul .has-sub .collapsed:hover {
  color: #7aab86;
}
.widget-custom-menu ul .has-sub ul {
  margin-bottom: 0;
}
.widget-custom-menu ul .has-sub ul li a {
  font-size: 13px;
  line-height: 36px;
  margin: 0;
  padding: 0 10px;
  display: block;
  color: #6f6f6f;
}
.widget-custom-menu ul .has-sub ul li a:before {
  display: none;
}
.widget-custom-menu ul .has-sub ul li a:hover {
  color: #7aab86;
}

.widget-categorie .form-check {
  margin-bottom: 8px;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categorie .form-check input {
  border: 1px #dadada solid;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin: 6px 7px 0 0;
  width: 15px;
  height: 15px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categorie .form-check label {
  cursor: pointer;
  font-size: 14px;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-categorie .form-check:hover input {
  border-color: #7aab86;
  border-color: #7aab86;
  color: #7aab86;
}
.widget-categorie .form-check:hover label {
  color: #7aab86;
}

.widget-color .form-check input {
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.widget-color .form-check .black {
  background-color: #434A54;
}

.widget-price-filter .slider-range {
  background-color: #d6d7d9 !important;
  height: 6px;
  margin-bottom: 17px;
}
.widget-price-filter .slider-range .noUi-handle {
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  top: -5px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.widget-price-filter .slider-range .noUi-handle:active {
  border: none;
}
.widget-price-filter .slider-range .noUi-handle.noUi-active {
  top: -5px;
}
.widget-price-filter .slider-range .noUi-handle.noUi-handle-upper {
  top: -3px;
}
.widget-price-filter .slider-range .noUi-base {
  background: #eee !important;
}
.widget-price-filter .slider-range .noUi-base .noUi-background {
  background: #eee !important;
}
.widget-price-filter .slider-range .noUi-base .noUi-connect {
  background-color: #7aab86;
  max-height: 380px;
  border: 1px solid #fff;
  padding: 0;
  overflow: initial;
  height: 7px;
}
.widget-price-filter .slider-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
  margin-top: 0;
  padding-right: 13px;
}
.widget-price-filter .slider-labels .price {
  font-weight: 400;
  font-size: 14px;
  margin-right: 5px;
}
.widget-price-filter .slider-labels .range-separator {
  color: #7aab86;
}
.widget-price-filter .slider-labels .caption {
  position: relative;
  z-index: 99;
}
.widget-price-filter .slider-labels .caption span {
  color: #0f0f0f;
  font-weight: 400;
  font-size: 14px;
}
.widget-price-filter .slider-labels .range-separator {
  padding: 0;
}

.cart-table-wrap .cart-table table {
  width: 100%;
}
.cart-table-wrap .cart-table table thead {
  background-color: #f3f3f3;
}
.cart-table-wrap .cart-table table thead > tr th {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 14px 23px 14px;
}
.cart-table-wrap .cart-table table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.cart-table-wrap .cart-table table thead > tr th.width-name {
  min-width: 400px;
}
.cart-table-wrap .cart-table table thead > tr th.width-price {
  min-width: 162px;
}
.cart-table-wrap .cart-table table thead > tr th.width-quantity {
  min-width: 170px;
}
.cart-table-wrap .cart-table table thead > tr th.width-subtotal {
  min-width: 145px;
}
.cart-table-wrap .cart-table table thead > tr th.width-remove {
  min-width: 101px;
}
.cart-table-wrap .cart-table table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.cart-table-wrap .cart-table table tbody > tr td {
  padding: 23px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a {
  display: block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-thumbnail a img {
  width: 80px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a {
  color: #333;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a:hover {
  color: #7aab86;
}
.cart-table-wrap .cart-table table tbody > tr td.product-price span, .cart-table-wrap .cart-table table tbody > tr td.product-total span {
  font-size: 16px;
  font-weight: 600;
  color: #7aab86;
}
.cart-table-wrap .cart-table table tbody > tr td.cart-quality .product-details-quality input {
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #495057;
  width: 60px;
  height: 50px;
  font-weight: 600;
  padding: 0 10px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a {
  font-size: 16px;
  color: #000;
  display: inline-block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a:hover {
  color: #7aab86;
}

.cart-calculate-discount-wrap h4 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1199px) {
  .cart-calculate-discount-wrap h4 {
    margin: 0 0 30px;
  }
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .cart-shiping-update-wrapper {
    margin: 40px 0 60px;
  }
}
@media only screen and (max-width: 479.98px) {
  .cart-shiping-update-wrapper {
    display: block;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn a {
  font-size: 14px;
  font-weight: 500;
  background-color: #7aab86;
}
@media only screen and (max-width: 479.98px) {
  .cart-shiping-update-wrapper .cart-shiping-btn a {
    display: block;
    width: 100%;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn a.btn {
  border-radius: 5px;
  padding: 8px 20px 4px;
}
.cart-shiping-update-wrapper .cart-shiping-btn a.btn-link {
  color: #fff;
  text-decoration: none;
}
.cart-shiping-update-wrapper .cart-shiping-btn a i {
  font-size: 10px;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
  background-color: #7aab86;
}
@media only screen and (max-width: 479.98px) {
  .cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
    margin-bottom: 15px;
  }
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a:hover {
  background-color: #333;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a {
  background-color: #333;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a:hover {
  background-color: #7aab86;
}

.select-style {
  margin-bottom: 15px;
}
.select-style .select-active {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  font-size: 13px;
  width: 100%;
  height: 45px;
  line-height: 52px;
  color: #000;
  padding-left: 16px;
  padding-right: 20px;
  padding-top: 5px;
}
.select-style .select2-container--default {
  display: block;
}
.select-style .select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 52px;
  line-height: 52px;
}
.select-style .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 10px;
}
.select-style .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057;
  line-height: 52px;
  padding-left: 16px;
  padding-right: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
  height: 52px;
  background-color: transparent;
}

.calculate-discount-content p {
  font-size: 14px;
  margin-bottom: 18px;
  display: block;
  color: #666;
}
.calculate-discount-content .input-style {
  margin-bottom: 15px;
}
.calculate-discount-content .input-style input {
  color: #333;
  height: 45px;
  border: 1px solid #ebebeb;
  background-color: transparent;
  font-size: 13px;
  padding: 4px 16px 0;
  width: 100%;
}
.calculate-discount-content .input-style input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.calculate-discount-content .input-style input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.calculate-discount-content .input-style input:-moz-placeholder {
  /* Firefox 18- */
  color: #8d8d8d;
  font-size: 13px;
  opacity: 1;
}
.calculate-discount-content .input-style input:focus {
  border-color: #7aab86;
}
.calculate-discount-content .calculate-discount-btn a {
  background-color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .calculate-discount-content .calculate-discount-btn a {
    font-size: 14px;
  }
}
.calculate-discount-content .calculate-discount-btn a.btn {
  border-radius: 3px;
  padding: 8px 20px 5px;
}
@media only screen and (max-width: 1199px) {
  .calculate-discount-content .calculate-discount-btn a.btn {
    padding: 8px 19px 9px;
  }
}
.calculate-discount-content .calculate-discount-btn a.btn-link {
  text-decoration: none;
  color: #fff;
}
.calculate-discount-content .calculate-discount-btn a:hover {
  background-color: #7aab86;
}

.grand-total-wrap .grand-total-content {
  padding: 30px;
  padding: 34px 30px 33px;
  background-color: #f5f5f5;
}
.grand-total-wrap .grand-total-content h3 {
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 18px;
}
.grand-total-wrap .grand-total-content h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #7aab86;
}
.grand-total-wrap .grand-total-content .grand-shipping {
  padding: 38px 0 32px;
}
.grand-total-wrap .grand-total-content .grand-shipping > span {
  font-size: 16px;
}
.grand-total-wrap .grand-total-content .grand-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li:last-child {
  margin-bottom: 0;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li input {
  width: auto;
  height: auto;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li input:hover {
  cursor: pointer;
}
.grand-total-wrap .grand-total-content .grand-shipping ul li label {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  margin-left: 10px;
}
.grand-total-wrap .grand-total-content .shipping-country {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.grand-total-wrap .grand-total-content .shipping-country p {
  display: block;
  padding: 10px 20px;
  background-color: #4bb1cf;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  border-left: 6px solid #3198b6;
}
.grand-total-wrap .grand-total h4 {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.grand-total-wrap .grand-total h4 span {
  color: #7aab86;
}
.grand-total-wrap .grand-total-btn {
  margin-top: 24px;
}
.grand-total-wrap .grand-total-btn a {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #7aab86;
  display: block;
  font-weight: 600;
}
.grand-total-wrap .grand-total-btn a.btn {
  padding: 13px 20px 9px;
  border-radius: 0;
}
@media only screen and (max-width: 1199px) {
  .grand-total-wrap .grand-total-btn a.btn {
    padding: 10px 10px 10px;
  }
}
.grand-total-wrap .grand-total-btn a.btn-link {
  text-decoration: none;
  color: #fff;
}
.grand-total-wrap .grand-total-btn a:hover {
  background-color: #333;
}

.checkout-coupon-wrap > p {
  background-color: #f3f3f3;
  padding: 1.188rem 1.25rem;
  border-radius: 3px;
  position: relative;
}
.checkout-coupon-wrap > p.cart-page-title {
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.checkout-coupon-wrap > p a {
  color: #4bb1cf;
  margin-left: 6px;
  font-size: 14px;
}
.checkout-coupon-wrap .checkout-coupon-content form {
  padding-top: 30px;
}
.checkout-coupon-wrap .checkout-coupon-content form p {
  color: #666;
  margin: 0;
}
.checkout-coupon-wrap .checkout-coupon-content form input {
  width: 100%;
  height: 45px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #495057;
  font-size: 15px;
  padding: 2px 16px;
  margin: 25px 0 15px;
}
.checkout-coupon-wrap .checkout-coupon-content form button {
  border: none;
  background-color: #7aab86;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 40px 12px;
  position: relative;
  top: -2px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.checkout-coupon-wrap .checkout-coupon-content form button:hover {
  background-color: #0961c3;
}

.billing-info-wrap h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 23px;
}
.billing-info-wrap .billing-info label {
  color: #000;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .billing-info label abbr {
  color: #f33;
}
.billing-info-wrap .billing-info input {
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #495057;
  font-size: 14px;
  height: 45px;
  padding: 4px 16px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.billing-info-wrap .billing-info input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  border-color: #7aab86;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input::-moz-placeholder {
  /* Firefox 19+ */
  border-color: #7aab86;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input:-ms-input-placeholder {
  /* IE 10+ */
  border-color: #7aab86;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input:-moz-placeholder {
  /* Firefox 18- */
  border-color: #7aab86;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input:active, .billing-info-wrap .billing-info input:focus {
  border-color: #7aab86;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 20px;
}
.billing-info-wrap .billing-select label {
  color: #000;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .billing-select label abbr {
  color: #f33;
}
.billing-info-wrap .billing-select .select-style select {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}
.billing-info-wrap .checkout-account input {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  height: 12px;
  width: 12px;
  position: relative;
  top: 8px;
  color: #495057;
  cursor: pointer;
}
.billing-info-wrap .checkout-account span {
  margin: 0 0 0 12px;
  font-size: 14px;
}
.billing-info-wrap .additional-info-wrap {
  margin: 19px 0 0;
}
.billing-info-wrap .additional-info-wrap label {
  color: #333;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .additional-info-wrap textarea {
  width: 100%;
  min-height: 92px;
  background-color: transparent;
  padding: 12px 16px;
  color: #495057;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.checkout-coupon-content,
.different-address {
  display: none;
}

.your-order-area h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 21px;
}
.your-order-area .your-order-wrap {
  background-color: #f6f6f6;
  padding: 36px;
}
@media only screen and (max-width: 575px) {
  .your-order-area .your-order-wrap {
    padding: 30px 20px;
  }
}
.your-order-area .your-order-wrap .your-order-title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 18px;
  padding: 0 0 22px;
  border-bottom: 1px solid #bebebe;
}
.your-order-area .your-order-wrap .your-order-product {
  padding-bottom: 21px;
}
.your-order-area .your-order-wrap .your-order-product ul {
  margin: 0;
}
.your-order-area .your-order-wrap .your-order-product ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
}
.your-order-area .your-order-wrap .your-order-product ul li:last-child {
  margin: 0 0 0;
}
.your-order-area .your-order-wrap .your-order-product ul li span {
  font-size: 14px;
  color: #7aab86;
  font-weight: 600;
}
.your-order-area .your-order-wrap .your-order-subtotal {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  padding: 20px 0;
}
.your-order-area .your-order-wrap .your-order-subtotal h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-subtotal h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #7aab86;
}
.your-order-area .your-order-wrap .your-order-shipping {
  padding: 21px 0 22px;
}
.your-order-area .your-order-wrap .your-order-shipping > span {
  font-size: 15px;
  font-weight: 500;
}
.your-order-area .your-order-wrap .your-order-shipping ul {
  padding: 17px 0 0px;
  margin: 0;
}
.your-order-area .your-order-wrap .your-order-shipping ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 7px;
}
.your-order-area .your-order-wrap .your-order-shipping ul li:last-child {
  margin-bottom: 0;
}
.your-order-area .your-order-wrap .your-order-shipping ul li input {
  cursor: pointer;
  width: auto;
  height: auto;
}
.your-order-area .your-order-wrap .your-order-shipping ul li label {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
.your-order-area .your-order-wrap .your-order-total {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  padding: 20px 0;
}
.your-order-area .your-order-wrap .your-order-total h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-total h3 span {
  font-size: 18px;
  font-weight: 600;
  color: #7aab86;
}
.your-order-area .your-order-wrap .payment-method {
  padding: 40px 0 10px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment {
  margin-bottom: 25px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment input {
  cursor: pointer;
  width: auto;
  display: inline-block;
  float: left;
  height: auto;
  margin-top: 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label {
  cursor: pointer;
  font-size: 14px;
  margin: 0px 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label img {
  max-width: 140px;
  display: inline-block;
  margin: 0 5px;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a {
  color: #000;
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-method .sin-payment label a:hover {
  color: #7aab86;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
  margin: 6px 0 0 21px;
  display: none;
}
.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.your-order-area .your-order-wrap .payment-condition {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0;
  margin: 0 0 30px;
}
.your-order-area .your-order-wrap .payment-condition p {
  font-size: 14px;
  line-height: 1.9;
}
.your-order-area .your-order-wrap .payment-condition p a {
  color: #7aab86;
  font-size: 14px;
}
.your-order-area .your-order-wrap .payment-condition p a:hover {
  text-decoration: underline;
}
.your-order-area .your-order-wrap .payment-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.your-order-area .your-order-wrap .payment-checkbox input {
  width: auto;
  height: auto;
}
.your-order-area .your-order-wrap .payment-checkbox span {
  color: #888;
  font-size: 14px;
  margin-left: 10px;
}
.your-order-area .your-order-wrap .payment-checkbox span a {
  color: #7aab86;
  font-size: 14px;
}
.your-order-area .your-order-wrap .payment-checkbox span a:hover {
  text-decoration: underline;
}
.your-order-area .place-order {
  margin-top: 20px;
}
.your-order-area .place-order a {
  padding: 20px 30px 16px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  background-color: #7aab86;
}
@media only screen and (max-width: 1199px) {
  .your-order-area .place-order a {
    font-size: 20px;
  }
}
.your-order-area .place-order a:hover {
  background-color: #656565;
}

.wishlist-table-content .table-content table {
  width: 100%;
}
.wishlist-table-content .table-content table thead {
  background-color: #f3f3f3;
}
.wishlist-table-content .table-content table thead > tr th {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 12px 14px;
}
.wishlist-table-content .table-content table thead > tr th.width-thumbnail {
  min-width: 130px;
}
.wishlist-table-content .table-content table thead > tr th.width-name {
  min-width: 300px;
}
.wishlist-table-content .table-content table thead > tr th.width-price {
  min-width: 162px;
}
.wishlist-table-content .table-content table thead > tr th.width-stock-status {
  min-width: 170px;
}
.wishlist-table-content .table-content table thead > tr th.width-subtotal {
  min-width: 145px;
}
.wishlist-table-content .table-content table thead > tr th.width-remove {
  min-width: 50px;
}
.wishlist-table-content .table-content table tbody > tr {
  border-bottom: 1px solid #e5e5e5;
}
.wishlist-table-content .table-content table tbody > tr td {
  padding: 23px 12px;
}
.wishlist-table-content .table-content table tbody > tr td.product-thumbnail a {
  display: block;
}
.wishlist-table-content .table-content table tbody > tr td.product-thumbnail a img {
  max-width: 125px;
  width: 100%;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 a {
  color: #000;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 a:hover {
  color: #7aab86;
}
.wishlist-table-content .table-content table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 600;
  color: #0961c3;
}
.wishlist-table-content .table-content table tbody > tr td.stock-status span {
  font-size: 14px;
  font-weight: 600;
  color: #690;
}
.wishlist-table-content .table-content table tbody > tr td.stock-status span i {
  font-size: 11px;
}
.wishlist-table-content .table-content table tbody > tr td.product-remove a {
  font-size: 28px;
  color: #c3c3c3;
  display: inline-block;
}
.wishlist-table-content .table-content table tbody > tr td.product-remove a:hover {
  color: #7aab86;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px 9px;
  line-height: 1;
  white-space: pre;
  background-color: #7aab86;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a:hover {
  background-color: #333;
}

.compare-table .table tbody tr {
  margin-bottom: 20px;
}
.compare-table .table tbody tr td {
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #e5e5e5;
  color: #000;
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  text-align: left;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  display: block;
}
.compare-table .table tbody tr td.product-image-title .image img {
  width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category {
  float: left;
  clear: both;
  color: #7aab86;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.compare-table .table tbody tr td.product-image-title .title {
  color: #000;
  clear: both;
  float: left;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #7aab86;
}
.compare-table .table tbody tr td.pro-desc p {
  margin: 0;
  line-height: 30px;
  text-align: left;
}
.compare-table .table tbody tr td a.check-btn {
  color: #0961c3;
  font-size: 15px;
}
.compare-table .table tbody tr td a.check-btn:hover {
  color: #7aab86;
}
.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #7aab86;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #ffde00;
}

.product-cart-view-modal .modal-dialog {
  max-width: 1300px;
  min-width: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1399px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 970px;
  }
}
@media only screen and (max-width: 991px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 540px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-cart-view-modal .modal-dialog .container {
    max-width: 1300px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-thumb {
  margin-bottom: 0;
  width: 100%;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-thumb-slider {
  margin-left: 0;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content {
  border: none;
  padding: 64px 25px 0 0;
}
@media only screen and (max-width: 575px) {
  .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .single-product-info .comments-advices a {
    font-size: 11px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .single-product-info .title {
  border: none;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
  opacity: 1;
  position: absolute;
  right: -7px;
  text-shadow: 0 1px 0 #fff;
  top: 0;
  border-radius: 50%;
  width: 50px;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close {
    font-size: 25px;
    height: 30px;
    line-height: 1;
    top: 6px;
    width: 30px;
    right: 4px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close:hover {
  background-color: transparent;
  color: #7aab86;
}

.product-action-modal .modal-dialog {
  max-width: 430px;
  min-width: auto;
}
@media only screen and (max-width: 575px) {
  .product-action-modal .modal-dialog {
    max-width: 300px;
  }
}

.product-action-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-messages {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-messages i {
  font-size: 20px;
  margin-right: 10px;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .thumb img {
  max-width: 220px;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name a {
  color: #000;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name a:hover {
  color: #7aab86;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0;
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 18px;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  right: 5px;
  text-shadow: 0 1px 0 #fff;
  top: 2px;
  border-radius: 50%;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close:hover {
  background-color: transparent;
  color: #7aab86;
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  position: fixed;
  top: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  z-index: 1040;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.modal-backdrop.show {
  opacity: 0.5;
}

/*
-----------------------------------------------------------------------
    Blog CSS
-----------------------------------------------------------------------
*/
.blog-default-area {
  background: #f9f9f9;
  padding: 89px 0 90px;
}
@media only screen and (max-width: 991px) {
  .blog-default-area {
    padding: 68px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-default-area {
    padding: 58px 0 60px;
  }
}
.blog-default-area .section-title {
  margin-bottom: 40px;
}
.blog-default-area .title-border-style {
  padding-bottom: 20px;
}
.blog-default-area .product-slider-content .post-item {
  margin-bottom: 40px;
}

.blog-grid-area {
  background: #f9f9f9;
  padding: 90px 0 60px;
}
@media only screen and (max-width: 991px) {
  .blog-grid-area {
    padding: 70px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-grid-area {
    padding: 60px 0 30px;
  }
}

.blog-details-area {
  padding: 90px 0 0;
}
@media only screen and (max-width: 991px) {
  .blog-details-area {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area {
    padding: 70px 0 0;
  }
}

.post-item {
  background-color: #fff;
  margin-bottom: 30px;
}
.post-item .thumb {
  overflow: hidden;
}
.post-item .thumb img {
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-item .content {
  padding: 30px 15px 30px 30.5px;
}
@media only screen and (max-width: 1199px) {
  .post-item .content {
    padding: 30px 15px 30px 18px;
  }
}
.post-item .content .title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
}
.post-item .content .title a {
  color: #323232;
}
.post-item .content .title a:hover {
  color: #7aab86;
}
.post-item .content .meta {
  margin-bottom: 12px;
}
.post-item .content .meta a {
  font-size: 14px;
  color: #656565;
  margin-right: 1px;
}
.post-item .content .meta a:hover {
  color: #7aab86;
}
.post-item .content .meta .meta-author {
  color: #7aab86;
}
.post-item .content .meta .meta-author:hover {
  color: #0961c3;
}
.post-item .content p {
  line-height: 1.375;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .post-item .content p {
    font-size: 15px;
  }
}
.post-item .content .btn-theme {
  background: #333;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  border-radius: 30px;
  padding: 14px 19.8px 11px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .post-item .content .btn-theme {
    font-size: 14px;
    padding: 12px 17px 9px;
  }
}
@media only screen and (max-width: 575px) {
  .post-item .content .btn-theme {
    font-size: 13px;
    padding: 12px 14px 9px;
  }
}
.post-item .content .btn-theme:hover {
  background: #7aab86;
}
.post-item:hover .thumb img {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
}

.blog-grid-4column .post-item .content {
  padding: 20px 17px;
}
.blog-grid-4column .post-item .title {
  font-size: 16px;
  margin-bottom: 5px;
}
.blog-grid-4column .post-item .meta {
  margin-bottom: 0;
}
.blog-grid-4column .post-item .meta a {
  font-size: 12px;
}
.blog-grid-4column .post-item p {
  font-size: 14px;
  margin-bottom: 12px;
}
.blog-grid-4column .post-item .btn-theme {
  font-size: 12px;
  padding: 9px 12px 7px;
}

.post-details-content .post-details-body .thumb {
  margin-bottom: 29px;
}
.post-details-content .post-details-body .content .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.post-details-content .post-details-body .content .title.title-style {
  font-size: 24px;
}
.post-details-content .post-details-body .content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.post-details-content .post-details-body .content .post-meta p {
  color: #555555;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .post-meta p {
    font-size: 12px;
  }
}
.post-details-content .post-details-body .content .post-meta p span {
  color: #000;
}
.post-details-content .post-details-body .content .post-meta .meta-date {
  border-right: 1px solid #555555;
  border-left: 1px solid #555555;
  padding: 0 10px 0 10px;
  margin: 0 10px 0 10px;
  line-height: 1;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content .post-meta .meta-date {
    padding: 0 2px 0;
    margin: 0 2px 0;
  }
}
.post-details-content .post-details-body .content p {
  font-size: 14px;
  color: #707070;
  line-height: 29px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .post-details-body .content p {
    line-height: 25px;
  }
}
.post-details-content .blockquote-area .blockquote-style {
  background-color: #f9f9f9;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  padding: 65px 30px 35px;
  text-align: center;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .blockquote-area .blockquote-style {
    padding: 48px 13px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .blockquote-area .blockquote-style {
    padding: 48px 24px 45px;
  }
}
.post-details-content .blockquote-area .blockquote-style p {
  color: #7aab86;
  font-weight: 600;
  font-style: italic;
  font-size: 32px;
  line-height: 1.2222;
  margin-bottom: 29px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .blockquote-area .blockquote-style p {
    font-size: 27px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .blockquote-area .blockquote-style p {
    font-size: 20px;
  }
}
.post-details-content .blockquote-area .blockquote-style .icon {
  left: 50%;
  position: absolute;
  top: 51%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.post-details-content .thumb-inner {
  margin-top: 20px;
  margin-bottom: 30px;
}
.post-details-content .widget-social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  padding-top: 20px;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post-details-content .widget-social-icons span {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}
.post-details-content .widget-social-icons .social-icons a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin-left: 18px;
  text-align: center;
}
@media only screen and (max-width: 479.98px) {
  .post-details-content .widget-social-icons .social-icons a {
    margin-left: 12px;
  }
}
.post-details-content .widget-social-icons .social-icons a:hover {
  color: #7aab86;
}
.post-details-content .widget-social-icons .social-icons a:first-child {
  margin-left: 0;
}
.post-details-content .widget-social-icons .social-icons a i {
  font-size: 18px;
}

.comment-area {
  padding: 45px 0 0;
}
.comment-area .comment-view-area {
  padding: 0 0 50px;
}
.comment-area .comment-view-area .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.comment-area .comment-view-area .comment-content {
  border: 1px solid #e6e6e6;
  padding: 43px 41px 25px 36px;
}
@media only screen and (max-width: 1199px) {
  .comment-area .comment-view-area .comment-content {
    padding: 45px 39px 30px 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .comment-area .comment-view-area .comment-content {
    padding: 35px 15px 25px 15px;
  }
}
.comment-area .comment-view-area .comment-content.comment-content-style2 {
  margin-left: 100px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-view-area .comment-content.comment-content-style2 {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-area .comment-view-area .comment-content.comment-content-style2 {
    margin-left: 18px;
  }
}
.comment-area .comment-view-area .comment-content .single-comment .author-info {
  position: relative;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .thumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80px;
  max-height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -15px;
}
@media only screen and (max-width: 479.98px) {
  .comment-area .comment-view-area .comment-content .single-comment .author-info .thumb {
    top: 0;
  }
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .thumb img {
  border-radius: 50%;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details {
  margin-bottom: 25px;
  padding-left: 100px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .title {
  font-size: 18px;
  margin-bottom: 6px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details ul {
  margin-bottom: 0;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details ul li {
  color: #707070;
  font-weight: 400;
  font-size: 13px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details ul li span {
  color: #7aab86;
  margin-left: 3px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply {
  color: #333;
  position: absolute;
  top: 7px;
  right: 0;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}
@media only screen and (max-width: 479.98px) {
  .comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply {
    font-size: 13px;
    position: relative;
  }
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply:hover {
  color: #7aab86;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply i {
  margin-right: 5px;
  font-size: 14px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info p {
  color: #707070;
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.6;
}

.widget-blog-post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .widget-blog-post {
    margin-bottom: 10px;
  }
}
.widget-blog-post:last-child {
  margin-bottom: 0;
}
.widget-blog-post .thumb {
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .widget-blog-post .thumb {
    margin-bottom: 10px;
  }
}
.widget-blog-post .thumb img {
  width: 80px;
}
.widget-blog-post .content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .widget-blog-post .content h4 {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .widget-blog-post .content h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 479.98px) {
  .widget-blog-post .content h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 479.98px) {
  .widget-blog-post .content h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.widget-blog-post .content h4 a {
  color: #333;
}
.widget-blog-post .content h4 a:hover {
  color: #7aab86;
}
.widget-blog-post .content .meta {
  margin-bottom: 0;
}
@media only screen and (max-width: 479.98px) {
  .widget-blog-post .content .meta {
    line-height: 1;
  }
}
.widget-blog-post .content .meta a {
  font-size: 12px;
  color: #a3a3a3;
  margin-right: 1px;
}
@media only screen and (max-width: 1199px) {
  .widget-blog-post .content .meta a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-blog-post .content .meta a {
    font-size: 12px;
  }
}
.widget-blog-post .content .meta a:hover {
  color: #7aab86;
}
.widget-blog-post .content .meta .meta-author {
  color: #7aab86;
}
.widget-blog-post .content .meta .meta-author:hover {
  color: #0961c3;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-area {
    padding: 38px 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sidebar-area {
    padding: 28px 0 24px;
  }
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 89px 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .contact-area {
    padding: 69px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area {
    padding: 56px 0 45px;
  }
}
.contact-area .contact-info-wrapper {
  padding-left: 85px;
}
@media only screen and (max-width: 1199px) {
  .contact-area .contact-info-wrapper {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area .contact-info-wrapper {
    margin-top: 70px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area .contact-info-wrapper {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-area .form-group .btn-theme {
    font-size: 13px;
    padding: 6px 13px 3px;
  }
}

.contact-area .section-title {
  margin-bottom: 0;
}
.contact-area .section-title .title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.64px;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .contact-area .section-title .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-area .section-title .title {
    font-size: 20px;
  }
}

.contact-info-content .align-top {
  padding-bottom: 4px;
}
.contact-info-content .align-top .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-info-content .align-top .contact-info-item .icon {
  position: relative;
  top: -4px;
}
.contact-info-content .align-top .contact-info-item .icon i {
  color: #7aab86;
  font-size: 22px;
  margin-right: 15px;
}
.contact-info-content .align-top .contact-info-item .content h4 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 11px;
}
@media only screen and (max-width: 575px) {
  .contact-info-content .align-top .contact-info-item .content h4 {
    margin: 0;
  }
}
.contact-info-content .align-top .contact-info-item .content p {
  color: #666;
  font-size: 16px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 575px) {
  .contact-info-content .align-top .contact-info-item .content p {
    margin-bottom: 20px;
  }
}
.contact-info-content .align-top .contact-info-item.info-item2 {
  border-top: 1px solid #c4c4c4;
}
.contact-info-content .align-bottom {
  border-top: 1px solid #c4c4c4;
  padding-top: 40px;
}
@media only screen and (max-width: 575px) {
  .contact-info-content .align-bottom {
    padding-top: 25px;
  }
}
.contact-info-content .align-bottom .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-info-content .align-bottom .contact-info-item .icon {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.contact-info-content .align-bottom .contact-info-item .icon i {
  color: #7aab86;
  font-size: 20px;
  margin-right: 10px;
}
.contact-info-content .align-bottom .contact-info-item .content h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 11px;
}
.contact-info-content .align-bottom .contact-info-item .content a {
  color: #666;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .contact-info-content .align-bottom .contact-info-item .content a {
    margin-bottom: 0;
  }
}
.contact-info-content .align-bottom .contact-info-item .content a:hover {
  color: #7aab86;
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .contact-info-content .align-bottom .contact-info-item .content .social-widget {
    margin-top: 15px;
  }
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget a {
  display: block;
  color: #666;
  font-size: 24px;
  margin-right: 35px;
}
@media only screen and (max-width: 575px) {
  .contact-info-content .align-bottom .contact-info-item .content .social-widget a {
    margin-right: 16px;
  }
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget a:hover {
  color: #7aab86;
}
.contact-info-content .align-bottom .contact-info-item .content .social-widget a:last-child {
  margin-right: 0;
}
.contact-info-content .align-bottom .contact-info-item.social-icons-item {
  margin-left: 5px;
  margin-top: 10px;
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area .widget-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 32px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .footer-area .widget-title {
    font-size: 17px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    margin-bottom: 20px;
  }
}
.footer-area .widget-title.widget-collapsed-title {
  border: none;
  display: block;
  position: relative;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .footer-area .widget-title.widget-collapsed-title {
    display: none;
  }
}
.footer-area .widget-title.widget-collapsed-title:before {
  font-family: "simple-line-icons";
  font-size: 12px;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 15px;
  text-align: center;
  top: calc(50% - 8px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer-area .widget-title.widget-collapsed-title:not(.collapsed):before {
  content: "";
  font-family: "simple-line-icons";
}
.footer-area .widget-title.widget-collapsed-title:hover {
  color: #7aab86;
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-item {
    margin-bottom: 20px;
  }
}
.footer-area .widget-collapse-body {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .footer-area .widget-collapse-body {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-collapse-body {
    background-color: #fff;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-collapse-body .widget-blog-wrap, .footer-area .widget-collapse-body .widget-menu-wrap {
    padding-top: 0;
  }
}

.footer-top {
  background-color: #7aab86;
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .container {
    max-width: 100%;
  }
}

.footer-middle {
  padding: 87px 0 81px;
}
@media only screen and (max-width: 991px) {
  .footer-middle {
    padding: 68px 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-middle {
    padding: 58px 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-middle .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-middle .widget-menu-wrap .nav-menu {
    background-color: transparent;
    padding: 18px 5px 11px;
  }
}

.footer-main {
  background-color: #00182a;
  border-top: 1px solid #e1e1e1;
  padding: 87px 0 0;
  background: url(../img/f-texture.jpeg);
  background-repeat: repeat;
  position: relative;
}
.footer-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: blue;
  width: 100%;
  height: 100%;
  opacity: .2;
  z-index: 0;
}
.footer-main .container{
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .footer-main {
    padding: 68px 0 41px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 58px 0 33px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .container {
    max-width: 100%;
  }
}
.footer-main .widget-title {
  margin: 0 0 34px;
  color: #fff;
}

.widget-contact-info{color: #FFF;}
.widget-contact-info li{display: flex;}
.widget-contact-info li a{color: #FFF;}
ul.widget-category-list li a, .widget-links li a {
  color: #FFF;
}
.widget-social-icons li a{ color: var(--cust-yellow);}
.widget-contact-info li i{display: flex;width: 30px; height: 30px; font-size: 24px; color: var(--cust-yellow);justify-content: center;align-items: center;margin-right: 10px;}
@media only screen and (max-width: 991px) {
  .footer-main .widget-title {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-contact-info {
    padding: 0px 5px 1px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-collapse-body {
    background-color: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main .widget-menu-wrap .nav-menu {
    padding: 18px 5px 11px;
  }
}

.copyright {
  padding: 15px 0 15px;
  border-top: 1px solid #fff;
}
.copyright p{color: #FFF;}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    padding: 13px 0 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-bottom {
    padding: 0 0 10px;
  }
  .footer-bottom-content p{font-size: 12px;}
}
.footer-bottom .footer-bottom-content {
  border-top: 1px solid #dbdbdb;
  padding-top: 34px;
}
.footer-bottom .footer-logo {
  width: auto;
}
.footer-bottom .footer-logo img {
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .container {
    max-width: 100%;
  }
}

.newsletter-content h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-left: 60px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .newsletter-content h4 {
    font-size: 16px;
    padding-left: 46px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-content h4 {
    font-size: 15px;
    padding-left: 32px;
  }
}
.newsletter-content h4:before {
  content: "";
  font-family: "simple-line-icons";
  font-size: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (max-width: 991px) {
  .newsletter-content h4:before {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-content h4:before {
    font-size: 20px;
  }
}

.newsletter-form {
  position: relative;
}
.newsletter-form .form-control {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  padding: 10.5px 150px 6.5px 20px;
  display: inline-block;
  width: 100%;
  border-radius: 30px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .newsletter-form .form-control {
    padding: 7.5px 150px 5.5px 20px;
  }
}
.newsletter-form .form-control:focus {
  border-color: #7aab86;
  color: #000;
}
.newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b2b2b2;
  font-size: 14px;
}
.newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b2b2b2;
  font-size: 14px;
}
.newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b2b2b2;
  font-size: 14px;
}
.newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b2b2b2;
  font-size: 14px;
}
.newsletter-form .btn-theme {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: #333;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13.5px 40px 9.5px;
  line-height: 1;
  height: auto;
  border-radius: 0 30px 30px 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .newsletter-form .btn-theme {
    font-size: 15px;
    padding: 11.5px 24px 8.5px;
  }
}
.newsletter-form .btn-theme:hover {
  background-color: #000;
}

.widget-social-icons {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .widget-social-icons {
    margin-bottom: 6px;
  }
}
.widget-social-icons li {
  color: #555;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  margin: 0;
  margin-right: 22px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .widget-social-icons li {
    font-size: 24px;
    margin-right: 15px;
  }
}
.widget-social-icons li:first-child {
  margin-left: -7px;
  margin-right: 12px;
}
.widget-social-icons li:last-child {
  font-size: 28px;
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .widget-social-icons li:last-child {
    font-size: 22px;
  }
}
.widget-social-icons li:hover {
  color: #7aab86;
}

@media only screen and (max-width: 1199px) {
  .widget-contact-info {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-contact-info {
    padding: 27px 26px 1px;
  }
}
.widget-contact-info .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.widget-contact-info .contact-info-item .icon-box {
  font-size: 16px;
  min-width: 30px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  .widget-contact-info .contact-info-item .icon-box {
    min-width: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .widget-contact-info .contact-info-item .icon-box {
    top: -5px;
  }
}
.widget-contact-info .contact-info-item span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 1.25;
}
@media only screen and (max-width: 1199px) {
  .widget-contact-info .contact-info-item span {
    display: block;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .widget-contact-info .contact-info-item span {
    font-size: 13px;
  }
}
.widget-contact-info .contact-info-item a {
  color: #777;
  margin-left: 4px;
}
.widget-contact-info .contact-info-item a:hover {
  color: #7aab86;
}

.widget-menu-wrap .nav-menu {
  display: block;
}
@media only screen and (max-width: 767px) {
  .widget-menu-wrap .nav-menu {
    padding: 20px 25px 11px;
  }
}
.widget-menu-wrap .nav-menu li {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.widget-menu-wrap .nav-menu li a {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  display: block;
  position: relative;
  color: #6f6f6f;
}
@media only screen and (max-width: 991px) {
  .widget-menu-wrap .nav-menu li a {
    font-size: 13px;
    line-height: 24px;
  }
}
.widget-menu-wrap .nav-menu li:hover {
  padding-left: 7px;
}
.widget-menu-wrap .nav-menu li:hover a {
  color: #7aab86;
}

.widget-copyright p {
  color: #615d5d;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 991px) {
  .widget-copyright p {
    font-size: 13px;
  }
}
.widget-copyright p span {
  color: #7aab86;
}
.widget-copyright p a {
  color: #7aab86;
}
.widget-copyright p a:hover {
  color: #0961c3;
}
.widget-copyright p i {
  margin: 0;
}
.widget-copyright p i.icon-heart-color {
  font-size: 14px;
  margin: 0 2px;
  color: #f53400;
  position: relative;
  top: 1px;
}

.widget-payment-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
}
@media only screen and (max-width: 575px) {
  .widget-payment-info {
    float: none;
    margin-top: 20px;
  }
}
.widget-payment-info span {
  color: #555;
  font-size: 16px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 991px) {
  .widget-payment-info span {
    font-size: 14px;
  }
}
.widget-payment-info .thumb img {
  width: auto;
}

@media(max-width:1024px){
  .header-area.header-transparent{
    top: 0;
  }

  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content p {
    font-size: 20px;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content .btn-theme {
  margin-top: 20px;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme{font-size: 14px; font-weight: 500;}
.btn-theme {
  padding: 15px 25px;
}
.swiper-nav-style {
  padding: 0px 43px 15px 43px;
  
}
.section-title .title{font-size: 24px;}
.offer-wrapper::after{    background: linear-gradient(360deg, rgba(0, 0, 0, .4) 100%, rgba(0, 0, 0, .4) 100%, rgba(0, 0, 0, .4) 100%);}
.category-text-box h4{font-size: 18px;}

.category-text-box p {
  font-size: 20px;
  line-height: 24px;
  max-width: 290px;
  margin: 0 0 5px 0;
  }
  .planningContentImageBox {
    height: 230px !important;
  }
  .planningContentBox h3 {
    font-size: 18px;
}
.planningContentBox p {
  font-size: 14px;
  line-height: 19px;
}
.product-category7-area {
  padding: 40px 0 50px;
  margin-bottom: 0;
}
.product-style8-area {
  padding: 0;
}
.product-area .container-fluid{max-width: 960px;}
.featured-area {
  padding: 40px 0 80px 0;
}
.featured-item .featured-info {
  padding-left: 0;
  padding-right: 0;
}
.featured-item .featured-info .title{font-size: 12px;}
.testimo-wrapper p {
  font-size: 14px;
  line-height: 19px;
 }
 h3.testimonial-title {
  font-size: 16px;
  line-height: 20px;
}
.testimonial .mbr-text{border-radius: 15px;}
.footer-main .widget-title {
  margin: 0 0 10px;}

  .footer-area .widget-title{font-size: 18px;}
  .widget-contact-info li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 17px;
}
.widget-contact-info li i{
  font-size: 20px;
  width: auto;
}
ul.widget-links li, ul.widget-category-list li{
  padding: 0;
  margin: 0;
  line-height: normal;
}
ul.widget-links li a, ul.widget-category-list li a{
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.widget-social-icons li:first-child, .widget-social-icons li{margin-right: 10px;line-height: normal;}
.widget-social-icons li a{font-size: 18px;}
.product-item .product-info .prices .price{font-weight: 700; font-size: 14px;}
.shop-single-product {
  padding: 0 0 90px;
}
}
@media only screen and (max-width: 992px){
  .page-title-area{display: none;}
}
 @media only screen and (max-width: 991px) {
  .home-slider-area.slider-style3 {
    position: relative;
    margin-bottom: 35px;
}
  .home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
    font-size: 30px;
    line-height: 36px;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content p {
  font-size: 16px;
  line-height: 20px;
}
.home-slider-item .container{max-width: 780px !important;}
.planningContentImageBox {
  width: 48% !important;
}
.planningContentBox {
  width: 40%;
  padding: 0 0;
}
.planningContentBox h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.planningContentBox p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.product-area .container-fluid{max-width: 720px;}
.single-product-slider {

  justify-content: flex-start;
  padding-left: 0;
  flex-direction: column;
}
.single-product-slider .single-product-thumb {
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}
.single-product-nav{width: 100%;}
}
@media(max-width:767px){
  .widget-contact-info li {
    display: flex;
    align-items: center;
}
.category-text-box{bottom: 50px;}
.category-text-box h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px 0;
}
.category-text-box p {
  font-size: 18px;
  line-height: 22px;
  max-width: 280px;
  margin: 0 0 15px 0;
}
.planningContent {
  flex-direction: column;
  padding: 0;
}
.planningContentImageBox {
  width: 100% !important;
}
.swiper-nav-style {
  padding: 0px 30px 15px 30px;
}
.category-item {
  text-align: center;
  margin-top: 30px;}
  .product-category7-area {
    padding: 20px 0 50px;
}
.section-title {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.planningContentBox{width: 100%; padding: 0 26px 40px;}
.offer-button a {
  display: block;
  width: 90px;
  padding: 6px 10px;
  font-size: 12px;
}
.featured-area {
  padding: 40px 0 0px 0;
}
.footer-bottom .footer-bottom-content {
  border-top: 1px solid #dbdbdb;
  padding: 9px 0 0;
}
.inspired-gallery {
  padding: 0 0 0;
}
}
@media(max-width:590px){
  .home-slider-item .container {
    max-width: 540px !important;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
  font-size: 24px;
  line-height: 26px;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
  font-size: 24px;
  line-height: 26px;
}
.product-item .product-info .title a{
  font-size: 14px;
  font-weight: 500;
}
.product-item .product-thumb {
  padding-top: 0;
}
.section-title .title {
  font-size: 20px;
}
.single-product-nav {
  display: none;
}
.single-product-slider {
  margin-bottom: 15px;
}
.product-desc {
  font-size: 13px;
  line-height: 15px;
  color: #212121;
}
.single-product-info .title {
  font-size: 17px;
  color: #212121;
}
.single-product-info .quick-product-action{
  margin: 0;
}
.shop-single-product {
  padding: 0 0 30px;
}
.page-title-area .page-title-content {
  padding: 7px 0;
}
.page-title-area .page-title-content .title {
  font-size: 14px;
  margin-bottom: 0;
  font-size: 14px;
}
.thumb-item {
  height: 250px;
  display: flex;
  justify-content: center;
  background: #f8f6ff;
}
.thumb-item img{height: 100%; width: auto;}
}
@media(max-width:575px){
  .product .col-sm-3{
    width: 33%;
  }
  .related-product-info h4{
    margin: 0;
  }
  .related-product-info h4 a {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    color: #212121;
    display: block;
    font-weight: 700;
  }
  section.related-product.product-area .col-sm-4{width: 33.3333%;}
  .related-product-info .prices {
    margin-bottom: 20px;
}

.related-product-info .prices span {
  display: block;
  margin: 0 3px;
  color: #cd131c;
  font-size: 14px;
  font-weight: 700;
}
.product-card {
  max-width: 80px;
}
.productImg-wrapper {
  height: 80px !important;
}
.featured-title h2{
  font-size: 4vw;
  line-height: 4.5vw;
}
.product-overlay h4 {
  font-size:3.5vw;
  color: #FFF;
}
.inspired-gallery .swiper-slide .product-overlay {
  gap: 13px;
  row-gap: 0;
}
.inspired-gallery h5 a {
   font-size: 2vw;
}
.mb-md-30{
  margin-bottom: 17px !important;
}
.featured-item .featured-info .title {
  font-size: 2.5vw;
}
.testimonial{padding: 20px 0 30px;}
.copyright p {
  color: #FFF;
  font-size: 13px;
}
}
@media(max-width:480px){
  .header-area.header-transparent .header-logo-area {width: 100%;}
  .header-area.header-transparent .header-logo-area a{display: block;}
  .header-area.header-transparent .header-logo-area img{
    width: 100%;
    max-width: 100%;
  }
  .mobile-contact {
    font-size: 13px;
    font-weight: 700;
    margin-top: 7px;
}
  .product-style8-area {
    padding: 0 ;
  }
  .swiper-nav-style {
    padding: 0px 0px 0px;
}
.category-text-box {
  bottom: 0;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content h2 {
  font-size: 20px;
  line-height: 24px;
}
.home-slider-area .home-slider-content .slider-content-area.slider-content-item5 .content .inner-content p {
  font-size: 12px;
  line-height: 16px;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme{
  padding: 7px 13px 7px;
  font-size: 10px;
}
.header-area.header-transparent .container {
  padding: 0px 20px 6px;
}
.header-top-info {
  line-height: 1;
  font-size: 13px;
}
.home-slider-area.slider-style3 {
  margin-bottom:0;
}
.category-text-box h4 {
  font-size: 14px;}
  .category-text-box p {
    font-size: 16px;
    line-height: 18px;
    }
    .offer-button a {
      display: block;
      width: 84px;
      padding: 3px 7px;
      font-size: 11px;
  }
  .offer-tag {
    width: 40px;
    height: 40px;
    padding: 8px;
    right: 8px;
    top: 8px;
    }
    .offer-tag {
      display: flex;
  }
  .category-info h6 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.swiper-container.category-slider-container {
 margin-top: -31px;
}
.section-title .title {
  font-size: 18px;
}

.page-title-area .page-title-content .title {
  font-size: 18px;
  margin-bottom: 0;
}
.content-banner p {
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 400 !important;
}
.product .col-sm-3{
  width: 50%;
}
.product .col-sm-3.mb-4{
  margin-bottom: 0 !important;
}
.related-product-info h4 a {
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #212121;
  display: block;
  font-weight: 700;
}
.footer-main {
  padding: 30px 0 0;
}
.footer-area .widget-title {
  font-size: 14px;
  font-weight: 700;
}
.widget-contact-info li {
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
  width: auto;
}
.widget-contact-info li i {
  display: flex;
  width: 20px;
  height: auto;
  margin-right: 6px;
}
ul.widget-links li a, ul.widget-category-list li a{
  font-size: 11px;
  font-weight: 700;
}
ul.widget-links li, ul.widget-category-list li{
  line-height: 1rem;
}
.inspired-gallery .swiper-slide .product-overlay{
  padding: 0 15px;
}
}
@media(max-width: 420px){
  section.related-product.product-area .col-sm-4 {
    width: 50% !important;
}
.product-card {
  max-width: 70px;
}
.productImg-wrapper {
  height: 70px !important;
}

}