@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
-----------------------------------------------------------------------
*/
body {
  color: #253237;
  font-size: 1rem;
  font-family: "Open Sans", 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, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #253237;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #d54343;
  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: #a62525;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p {
  color: #777;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

::-moz-selection {
  background: #d54343;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #d54343;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #d54343;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #d54343;
  /* 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: 1140px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-title {
  margin-bottom: 36px;
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title .subtitle {
  color: #d54343;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  display: inherit;
  letter-spacing: 2.1px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .section-title .subtitle {
    margin-bottom: 5px;
  }
}
.section-title .subtitle.line-theme-color:after {
  background-color: #d54343;
}
.section-title .subtitle.line-white-color:after {
  background-color: #fff;
}
.section-title .title {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 25px;
  }
}
.section-title p {
  color: #253237;
  line-height: 1.625;
}
@media only screen and (max-width: 991px) {
  .section-title p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title p {
    font-size: 13px;
  }
}

.section-title-style2 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .section-title-style2 {
    margin-bottom: 35px;
  }
}
.section-title-style2 .title {
  font-weight: 600;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .section-title-style2 .title {
    margin-bottom: 35px;
  }
}

.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;
}

.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: #d54343;
  border-color: #d54343;
  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: #54ac00;
  border-color: #54ac00;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #54ac00;
  border-color: #54ac00;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #d54343;
  border-color: #d54343;
}
.btn-theme.btn-black {
  background-color: #333;
  border-color: #333;
}
.btn-theme.btn-black:hover {
  background-color: #d54343;
  border-color: #d54343;
  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: #d54343;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}
.btn-theme.btn-gray:hover {
  background-color: #d54343;
  border-color: #d54343;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #d54343;
  color: #d54343;
  padding: 5px 25px 5px 25px;
}
.btn-theme.btn-border:hover {
  background-color: #d54343;
  border-color: #d54343;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #54ac00;
  color: #54ac00;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #54ac00;
  border-color: #54ac00;
  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: #d54343;
  border-color: #d54343;
  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: #d54343;
  border-color: #d54343;
  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: #d54343;
  border: 1px solid #d54343;
  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: #d54343;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  background-color: #ffd54c;
  overflow: hidden;
  position: relative;
}
.page-title-area .page-title-content {
  padding: 69px 0 66px;
}
.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: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title-area .page-title-content .title {
    font-size: 30px;
  }
}

.bread-crumbs {
  color: #253237;
  display: inline-block;
  font-size: 14px;
}
@media only screen and (max-width: 575px) {
  .bread-crumbs {
    font-size: 13px;
  }
}
.bread-crumbs a {
  color: #fff;
  font-weight: 700;
}
.bread-crumbs a:hover {
  color: #d54343;
}
.bread-crumbs .breadcrumb-sep {
  color: #fff;
  margin: 0 5px;
}
.bread-crumbs span {
  color: #d54343;
  font-size: 13px;
}

/*-------- 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 359.98px) {
  .pagination-area {
    display: block;
  }
}
.pagination-area .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .pagination-area .page-numbers {
    margin-top: 0;
  }
}
.pagination-area .page-numbers li .page-number {
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #000;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  margin-right: 10px;
  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;
}
.pagination-area .page-numbers li .page-number:hover {
  background-color: #d54343;
  border-color: #d54343;
  color: #fff;
}
.pagination-area .page-numbers li .page-number.active {
  background-color: #d54343;
  border-color: #d54343;
  color: #fff;
}

.text-pagination {
  font-size: 14px;
  margin-top: 15px;
}

/*-------- 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-family: "Open Sans", sans-serif;
  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 {
  font-family: "Open Sans", sans-serif;
  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 {
  font-family: "Open Sans", sans-serif;
  color: #d54343;
}
.error-content p a:hover {
  color: #54ac00;
}
.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 {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  height: 48px;
  padding: 2px 70px 2px 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: #d54343;
}
.error-content .error-search form button {
  position: absolute;
  top: 56%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.error-content .error-search form button i {
  font-weight: 600;
  font-size: 20px;
  color: #666;
  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: #d54343;
}

/*-------- 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: #d54343;
}
@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;
}

.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: 2px 120px 2px 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: 50%;
  -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: #d54343;
  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 --------*/
.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-10 {
    margin-top: 25px !important;
  }

  .mt-xs-25 {
    margin-top: 25px !important;
  }

  .mt-xs-30 {
    margin-top: 30px !important;
  }
}
.mr-0 {
  margin-right: 0px !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-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: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !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: 0px !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;
  }
}
.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: #262626;
  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;
}
@media only screen and (max-width: 575px) {
  .scroll-to-top {
    right: 30px;
    bottom: 27px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 78px;
  }
}
.scroll-to-top:hover {
  background-color: #d54343;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "Open Sans", sans-serif;
}
.main-menu > li {
  margin-right: 14px;
  padding: 3px 0;
}
.main-menu > li:last-child {
  margin-right: 0;
}
.main-menu > li > a {
  color: #fcdcea;
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 22px;
  padding: 7px 25px;
  position: relative;
  text-transform: uppercase;
}
.main-menu > li:hover > a, .main-menu > li.active > a {
  color: #d54343;
}
.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: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Ionicons";
  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: #253237;
  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: #253237;
  display: block;
  font-size: 14px;
  line-height: 1.8;
  padding: 5px 30px;
  position: relative;
}
.has-submenu .submenu-nav > li a:hover {
  color: #d54343;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #d54343;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #d54343 !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: #253237;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Ionicons";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.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 {
  border-top: 1px solid #ebebeb;
  padding: 0;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default {
    padding: 0;
  }
}
@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.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (max-width: 479.98px) {
  .header-area.sticky-header.sticky {
    position: relative;
  }
}
.header-area.sticky-header.sticky .header-action-main-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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.header-transparent {
  background-color: transparent;
  left: 0;
  padding: 25px 0 26px;
  position: absolute;
  top: 47px;
  width: 100%;
  z-index: 9;
}
@media only screen and (max-width: 991px) {
  .header-area.header-transparent {
    padding: 18px 0 19px;
    top: 0;
  }
}
.header-area.header-transparent.sticky-header.sticky {
  padding: 8px 0;
}
@media only screen and (max-width: 991px) {
  .header-area.header-transparent.sticky-header.sticky {
    position: fixed;
  }
}
.header-area.header-transparent.sticky-header.sticky .main-menu {
  top: 3px;
}
.header-area.header-transparent.sticky-header.sticky .header-logo-area img {
  max-width: 150px;
}
.header-area.header-transparent.sticky-header.sticky .header-action-area {
  margin-top: 8px;
}
.header-area.header-transparent.sticky-header.sticky .header-action-area .header-action-cart {
  margin-top: -5px;
}
.header-area.header-transparent .header-action-area {
  position: relative;
}
.header-area.header-transparent .header-action-area .btn-search {
  margin-top: 2px;
}
.header-area.header-transparent .header-action-area .btn-search:hover {
  color: #54ac00;
}
.header-area.header-transparent .header-action-area .btn-menu {
  top: 0;
}
.header-area.header-transparent .header-action-area .btn-menu:hover {
  color: #54ac00;
}
.header-area.header-transparent .header-align {
  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-area.header-transparent .header-align {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-area.header-transparent .header-align .header-action-wishlist {
  top: -1px;
}
.header-area.header-transparent .header-align .header-action-cart {
  margin-top: -4px;
}
.header-area.header-transparent .header-align .header-action-cart .cart-amount {
  line-height: 1.5;
}
.header-area.header-transparent .header-action-wishlist .btn-wishlist .cart-count {
  background-color: #54ac00;
}
.header-area.header-transparent .header-action-wishlist .btn-wishlist:hover {
  color: #54ac00;
}
.header-area.header-transparent .header-action-cart .btn-cart .cart-count {
  background-color: #54ac00;
}
.header-area.header-transparent .header-action-cart .btn-cart:hover {
  color: #54ac00;
}
.header-area.header-transparent .header-action-cart:hover .btn-cart {
  color: #54ac00;
}
.header-area.header-transparent .header-action-cart:hover .cart-amount {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu > li > a:hover {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu > li.active > a {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu > li.active > a:after {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu .has-submenu .submenu-nav > li > a:hover {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu .has-submenu .submenu-nav > li:hover > a {
  color: #54ac00;
}
.header-area.header-transparent .header-navigation-area .main-menu .has-submenu .submenu-nav.submenu-nav-mega .mega-menu-item ul > li > a:hover {
  color: #54ac00;
}

.header-theme-colored {
  background-color: #d54343;
}
.header-theme-colored .header-top {
  background-color: #d54343;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-theme-colored .header-middle {
  background-color: #d54343;
}
.header-theme-colored .header-middle .header-resmobile .header-middle-action-area .header-action-dropdown-acc .current-item {
  color: #fff;
}
.header-theme-colored .header-search-box {
  margin-top: -2px;
}
.header-theme-colored .header-middle-action-area {
  top: 0;
}
.header-theme-colored .header-lang-dropdown .btn-lang {
  border-right-color: #fff;
  color: #fff;
}
.header-theme-colored .header-lang-dropdown .btn-lang.dropdown-toggle:after {
  color: #fff;
}
.header-theme-colored .header-lang-dropdown .btn-lang:hover {
  color: #253237;
}
.header-theme-colored .header-lang-dropdown .btn-lang:hover.dropdown-toggle:after {
  color: #253237;
}
.header-theme-colored .header-currency-dropdown .btn-currency {
  color: #fff;
}
.header-theme-colored .header-currency-dropdown .btn-currency.dropdown-toggle:after {
  color: #fff;
}
.header-theme-colored .header-currency-dropdown .btn-currency:hover {
  color: #253237;
}
.header-theme-colored .header-currency-dropdown .btn-currency:hover.dropdown-toggle:after {
  color: #253237;
}
.header-theme-colored .header-select-dropdown:after {
  color: #fff;
}
.header-theme-colored .header-select-dropdown .info-dropdown {
  color: #fff;
}
.header-theme-colored .header-select-dropdown .info-dropdown:hover {
  color: #253237;
}
.header-theme-colored .header-select-dropdown:hover:after {
  color: #253237;
}
.header-theme-colored .header-select-dropdown.dropdown-lang .info-dropdown {
  border-right-color: #fff;
}
.header-theme-colored .header-top-info .info-mail,
.header-theme-colored .header-top-info .info-map {
  border-right-color: #fff;
}
.header-theme-colored .header-top-info .info-mail a,
.header-theme-colored .header-top-info .info-map a {
  color: #fff;
}
.header-theme-colored .header-top-info .info-mail a:hover,
.header-theme-colored .header-top-info .info-map a:hover {
  color: #253237;
}
.header-theme-colored .header-action-dropdown-acc .current-item {
  color: #fff;
}
.header-theme-colored .header-action-dropdown-acc .current-item:before, .header-theme-colored .header-action-dropdown-acc .current-item:after {
  color: #fff;
}
.header-theme-colored .header-action-dropdown-acc:hover .current-item {
  color: #253237;
}
.header-theme-colored .header-action-dropdown-acc:hover .current-item:before, .header-theme-colored .header-action-dropdown-acc:hover .current-item:after {
  color: #253237;
}
.header-theme-colored .header-search-box form .form-input-group {
  background-color: #fff;
  height: auto;
}
.header-theme-colored .header-search-box form .form-input-group input {
  height: 45px;
}
.header-theme-colored .header-search-box form .form-input-group button {
  background-color: #253237;
  height: 45px;
  line-height: 45px;
}
.header-theme-colored .header-search-box form .form-input-group button:hover {
  color: #d54343;
}
.header-theme-colored .header-action-wishlist .btn-wishlist {
  color: #fff;
}
.header-theme-colored .header-action-wishlist .btn-wishlist .cart-count {
  background-color: #fff;
  color: #253237;
}
.header-theme-colored .header-action-wishlist .btn-wishlist:hover {
  color: #fff;
}
.header-theme-colored .header-action-wishlist .cart-amount {
  color: #fff;
}
.header-theme-colored .header-action-wishlist:hover .btn-wishlist {
  color: #fff;
}
.header-theme-colored .header-action-wishlist:hover .cart-amount {
  color: #fff;
}
.header-theme-colored .header-action-cart .btn-cart {
  color: #fff;
}
.header-theme-colored .header-action-cart .btn-cart .cart-count {
  background-color: #fff;
  color: #253237;
}
.header-theme-colored .header-action-cart .btn-cart:hover {
  color: #fff;
}
.header-theme-colored .header-action-cart .cart-amount {
  color: #fff;
}
.header-theme-colored .header-action-cart:hover .btn-cart {
  color: #fff;
}
.header-theme-colored .header-action-cart:hover .cart-amount {
  color: #fff;
}
.header-theme-colored .header-action-btn-search .btn-search {
  color: #fff;
}
.header-theme-colored .header-action-btn-search .btn-search:hover {
  color: #fff;
}
.header-theme-colored .header-action-area .btn-menu {
  color: #fff;
}
.header-theme-colored .header-action-area .btn-menu:hover {
  color: #fff;
}
.header-theme-colored .header-area.header-default {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.header-theme-colored .header-area:not(.sticky) .vertical-menu .menu-btn {
  background-color: #fff;
  color: #253237;
}
.header-theme-colored .header-area:not(.sticky) .vertical-menu .menu-btn span:before, .header-theme-colored .header-area:not(.sticky) .vertical-menu .menu-btn span:after {
  color: #253237;
}
.header-theme-colored .header-area:not(.sticky) .vertical-menu .menu-btn:hover {
  background-color: #fff;
  opacity: 1;
}
.header-theme-colored .header-area:not(.sticky) .header-navigation-area .main-menu > li > a {
  color: #fff;
}
.header-theme-colored .header-area:not(.sticky) .header-navigation-area .main-menu > li > a:hover {
  color: #253237;
}
.header-theme-colored .header-area:not(.sticky) .header-navigation-area .main-menu > li.active > a {
  color: #253237;
}
.header-theme-colored .header-area:not(.sticky) .header-navigation-area .main-menu > li.active > a:after {
  color: #253237;
}
.header-theme-colored .header-area:not(.sticky) .header-navigation-area .main-menu .has-submenu > a:after {
  color: #fff;
}
.header-theme-colored .header-area:not(.sticky) .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #253237;
}
.header-theme-colored .header-area:not(.sticky) .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #253237;
}
.header-theme-colored .header-action-main-area .header-action-wishlist .btn-wishlist {
  color: #253237;
}
.header-theme-colored .header-action-main-area .header-action-wishlist .btn-wishlist .cart-count {
  background-color: #d54343;
  color: #fff;
}
.header-theme-colored .header-action-main-area .header-action-wishlist .btn-wishlist:hover {
  color: #d54343;
}
.header-theme-colored .header-action-main-area .header-action-wishlist .cart-amount {
  color: #253237;
}
.header-theme-colored .header-action-main-area .header-action-wishlist:hover .btn-wishlist {
  color: #d54343;
}
.header-theme-colored .header-action-main-area .header-action-wishlist:hover .cart-amount {
  color: #d54343;
}
.header-theme-colored .header-action-main-area .header-action-cart .btn-cart {
  color: #253237;
}
.header-theme-colored .header-action-main-area .header-action-cart .btn-cart .cart-count {
  background-color: #d54343;
  color: #fff;
}
.header-theme-colored .header-action-main-area .header-action-cart .btn-cart:hover {
  color: #d54343;
}
.header-theme-colored .header-action-main-area .header-action-cart .cart-amount {
  color: #253237;
}
.header-theme-colored .header-action-main-area .header-action-cart:hover .btn-cart {
  color: #d54343;
}
.header-theme-colored .header-action-main-area .header-action-cart:hover .cart-amount {
  color: #d54343;
}
.header-theme-colored .header-action-main-area .header-action-btn-search .btn-search {
  color: #253237;
}
.header-theme-colored .header-action-main-area .header-action-btn-search .btn-search:hover {
  color: #d54343;
}
.header-theme-colored .header-action-main-area .header-action-area .btn-menu {
  color: #253237;
}
.header-theme-colored .header-action-main-area .header-action-area .btn-menu:hover {
  color: #d54343;
}
.header-theme-colored.header-colored-two {
  background-color: #54ac00;
}
.header-theme-colored.header-colored-two .header-top {
  background-color: #54ac00;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-theme-colored.header-colored-two .header-middle {
  background-color: #f3f3f3;
}
.header-theme-colored.header-colored-two .header-search-box {
  margin-top: 1px;
}
@media only screen and (max-width: 1199px) {
  .header-theme-colored.header-colored-two .header-search-box {
    max-width: 505px;
  }
}
@media only screen and (max-width: 991px) {
  .header-theme-colored.header-colored-two .header-search-box {
    max-width: none;
  }
}
.header-theme-colored.header-colored-two .header-search-box form .form-input-group {
  border-color: #54ac00;
}
@media only screen and (max-width: 991px) {
  .header-theme-colored.header-colored-two .header-area {
    display: none;
  }
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu > li > a {
  color: #253237;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu > li > a:hover {
  color: #fff;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu > li.active > a {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu > li.active > a:after {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu .has-submenu > a:after {
  color: #253237;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu .has-submenu .submenu-nav > li:hover > a {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-navigation-area .main-menu .has-submenu .submenu-nav li.mega-menu-item ul li a:hover {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-logo-area {
  display: none;
}
.header-theme-colored.header-colored-two .header-area.header-default {
  background-color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area.sticky-header.sticky {
  padding: 7px 0;
  position: fixed;
}
.header-theme-colored.header-colored-two .header-area.sticky-header.sticky .header-action-area .btn-menu {
  color: #253237;
}
.header-theme-colored.header-colored-two .header-area.sticky-header.sticky .header-action-area .btn-menu:hover {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-logo-area {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-theme-colored.header-colored-two .header-area .header-logo-area {
    display: block;
  }
}
.header-theme-colored.header-colored-two .header-area .header-action-wishlist .btn-wishlist {
  color: #253237;
}
.header-theme-colored.header-colored-two .header-area .header-action-wishlist .btn-wishlist .cart-count {
  background-color: #253237;
  color: #fff;
}
.header-theme-colored.header-colored-two .header-area .header-action-wishlist .btn-wishlist:hover {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-action-wishlist .cart-amount {
  color: #253237;
}
.header-theme-colored.header-colored-two .header-area .header-action-wishlist:hover .btn-wishlist {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-action-wishlist:hover .cart-amount {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-action-cart .btn-cart {
  color: #253237;
}
.header-theme-colored.header-colored-two .header-area .header-action-cart .btn-cart .cart-count {
  background-color: #253237;
  color: #fff;
}
.header-theme-colored.header-colored-two .header-area .header-action-cart .btn-cart:hover {
  color: #FFF;
}
.header-theme-colored.header-colored-two .header-area .header-action-cart .cart-amount {
  color: #253237;
}
.header-theme-colored.header-colored-two .header-area .header-action-cart:hover .btn-cart {
  color: #54ac00;
}
.header-theme-colored.header-colored-two .header-area .header-action-cart:hover .cart-amount {
  color: #FFF;
}
.header-theme-colored.header-colored-two .header-area .header-action-area {
  margin-top: -4px;
  position: relative;
}

.header-top {
  background-color: #f7f7f7;
  border-bottom: 1px solid #efefef;
  padding: 13px 0 15px;
}
@media only screen and (max-width: 1199px) {
  .header-top .container {
    max-width: 100%;
  }
}

.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;
}

.header-top-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header-top-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-top-info .info-mail,
.header-top-info .info-map {
  border-right: 1px solid #bfbfbf;
  display: inline-block;
  line-height: 1;
  padding: 0 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header-top-info .info-mail,
.header-top-info .info-map {
    border: none;
    padding-right: 10px;
  }
}
.header-top-info .info-mail a,
.header-top-info .info-map a {
  color: #253237;
  font-size: 13px;
  line-height: 12px;
}
@media only screen and (max-width: 767px) {
  .header-top-info .info-mail a,
.header-top-info .info-map a {
    line-height: 1;
  }
}
.header-top-info .info-mail a:before,
.header-top-info .info-map a:before {
  content: "";
  position: absolute;
  display: block;
  font-family: "Simple-Line-Icons";
  left: 0;
  top: calc(50% - 6px);
}
.header-top-info .info-mail a:hover,
.header-top-info .info-map a:hover {
  color: #d54343;
}
.header-top-info .info-map {
  margin-left: 18px;
}
.header-top-info .info-map a:before {
  content: "";
}

.header-lang-dropdown {
  line-height: 1;
}
.header-lang-dropdown .btn-lang {
  background-color: transparent;
  border: none;
  border-right: 1px solid #bfbfbf;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #253237;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  margin-right: 15px;
  padding-left: 0;
  padding-right: 30px;
  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) {
  .header-lang-dropdown .btn-lang {
    font-size: 12px;
  }
}
.header-lang-dropdown .btn-lang img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.header-lang-dropdown .btn-lang span {
  position: relative;
  top: 1px;
}
.header-lang-dropdown .btn-lang.dropdown-toggle {
  position: relative;
}
.header-lang-dropdown .btn-lang.dropdown-toggle:after {
  background: none;
  border: none;
  content: "";
  color: #253237;
  font-size: 7px;
  font-weight: 400;
  line-height: 1;
  font-family: "Ionicons";
  position: absolute;
  right: 17px;
  top: calc(50% - 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:hover {
  color: #d54343;
}
.header-lang-dropdown .btn-lang:hover.dropdown-toggle:after {
  color: #d54343;
}
.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: #253237;
  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: 1px;
}
.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: #d54343;
}

.header-currency-dropdown {
  line-height: 1;
}
.header-currency-dropdown .btn-currency {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #253237;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  padding-left: 0;
  padding-right: 29px;
  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) {
  .header-currency-dropdown .btn-currency {
    font-size: 12px;
  }
}
.header-currency-dropdown .btn-currency img {
  margin-right: 5px;
}
.header-currency-dropdown .btn-currency span {
  position: relative;
  top: 1px;
}
.header-currency-dropdown .btn-currency.dropdown-toggle {
  position: relative;
}
.header-currency-dropdown .btn-currency.dropdown-toggle:after {
  background: none;
  border: none;
  content: "";
  color: #253237;
  font-size: 7px;
  font-weight: 400;
  line-height: 1;
  font-family: "Ionicons";
  position: absolute;
  right: 17px;
  top: calc(50% - 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;
}
.header-currency-dropdown .btn-currency:hover {
  color: #d54343;
}
.header-currency-dropdown .btn-currency:hover.dropdown-toggle:after {
  color: #d54343;
}
.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: #253237;
  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: #d54343;
}

.header-select-dropdown {
  cursor: pointer;
  line-height: 16px;
  margin-right: 12px;
  position: relative;
  top: 1px;
}
.header-select-dropdown.dropdown-lang:after {
  right: 16px;
}
.header-select-dropdown.dropdown-lang .info-dropdown {
  border-right: 1px solid #bfbfbf;
  padding-right: 25px;
}
.header-select-dropdown.dropdown-acc {
  margin-left: 15px;
  margin-right: 0;
}
.header-select-dropdown.dropdown-acc:before {
  color: #253237;
  content: "";
  font-family: "simple-line-icons";
  font-size: 12px;
  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-select-dropdown.dropdown-acc:after {
  content: "";
  font-family: "Ionicons";
  font-size: 12px;
  right: 0;
  top: calc(50% - 6px);
}
.header-select-dropdown.dropdown-acc .info-dropdown {
  padding-right: 12px;
}
.header-select-dropdown .info-dropdown {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #253237;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  min-width: 46px;
  padding-right: 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;
}
@media only screen and (max-width: 575px) {
  .header-select-dropdown .info-dropdown {
    font-size: 12px;
  }
}
.header-select-dropdown .info-dropdown option {
  color: #253237;
  font-size: 13px;
}
.header-select-dropdown:after {
  content: "";
  color: #253237;
  font-size: 7px;
  font-weight: 400;
  line-height: 1;
  font-family: "Ionicons";
  position: absolute;
  right: 0;
  top: calc(50% - 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-select-dropdown:first-child .info-dropdown {
  width: auto;
}
.header-select-dropdown:hover:after {
  color: #d54343;
}
.header-select-dropdown:hover .info-dropdown {
  color: #d54343;
}
.header-select-dropdown:hover.dropdown-acc:before {
  color: #d54343;
}

.header-action-dropdown-acc {
  cursor: pointer;
  line-height: 17px;
  margin-left: 15px;
  position: relative;
  top: 0;
}
.header-action-dropdown-acc .current-item {
  color: #253237;
  display: inline-block;
  font-size: 13px;
  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-dropdown-acc .current-item:before {
  color: #253237;
  content: "";
  font-family: "simple-line-icons";
  font-size: 12px;
  margin-right: 9px;
  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 .current-item:after {
  content: "";
  color: #253237;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  font-family: "Ionicons";
  margin-left: 8px;
  position: relative;
  right: 0;
  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;
}
.header-action-dropdown-acc .info-dropdown {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  display: none;
  min-width: 108px;
  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: 33px;
  right: 0;
  z-index: 9999;
}
.header-action-dropdown-acc .info-dropdown li {
  color: #253237;
  font-size: 12px;
  padding: 0px 15px;
  margin-bottom: 0;
  line-height: 1;
}
.header-action-dropdown-acc .info-dropdown li a {
  color: #253237;
  border-bottom: 1px solid #efefef;
  display: inline-block;
  min-width: 75px;
  padding: 14px 0;
}
.header-action-dropdown-acc .info-dropdown li a:hover {
  color: #d54343;
}
.header-action-dropdown-acc:hover .current-item {
  color: #d54343;
}
.header-action-dropdown-acc:hover .current-item:before, .header-action-dropdown-acc:hover .current-item:after {
  color: #d54343;
}

.header-logo-area {
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 991px) {
  .header-logo-area img {
    max-width: 130px;
  }
}
.header-logo-area .logo-light {
  display: none;
}

.header-navigation-area .main-menu {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-navigation-area .main-menu > li {
  margin: 0;
  padding: 0;
}
.header-navigation-area .main-menu > li > a {
  color: #253237;
  font-weight: 700;
  font-size: 14px;
  line-height: 55px;
  padding: 0 40px 0 0;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .header-navigation-area .main-menu > li > a {
    padding: 0;
    margin: 0 17px;
  }
}
.header-navigation-area .main-menu > li > a:hover {
  color: #d54343;
}
.header-navigation-area .main-menu > li.active > a {
  color: #d54343;
}
.header-navigation-area .main-menu > li.active > a:after {
  color: #d54343;
}
.header-navigation-area .main-menu .has-submenu > a:after {
  color: #253237;
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  font-weight: 400;
  font-size: 16px;
  margin-left: 4px;
  position: relative;
  right: auto;
  top: 0;
  -webkit-transform: none;
          transform: none;
  vertical-align: middle;
}
.header-navigation-area .main-menu .has-submenu:hover > a {
  color: #d54343;
}
.header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #d54343;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav > li a.srmenu-title {
  display: none;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav > li.active > a {
  color: #d54343;
}
.header-navigation-area .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;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega .mega-menu-item {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  padding: 0 5px 20px;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li.active > a {
  color: #d54343;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a {
  color: #253237;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  padding: 5px 0;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega .mega-menu-item ul > li > a:hover {
  color: #d54343;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega .mega-menu-item:hover .mega-title {
  color: #253237;
  text-decoration: none;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega .mega-title {
  color: #253237;
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega .mega-title:hover {
  background-color: transparent;
  color: #54ac00;
  cursor: auto;
  text-decoration: none;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega.submenu-nav-banner {
  padding: 35px 25px 220px 25px;
}
.header-navigation-area .main-menu .has-submenu .submenu-nav-mega.submenu-nav-banner .megamenu-banner-item {
  bottom: 25px;
  left: 30px;
  min-height: 197px;
  position: absolute;
  right: 30px;
}
.header-navigation-area .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%;
}

.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: #d54343;
}
.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: #d54343;
}

.header-action-wishlist {
  line-height: 1;
}
.header-action-wishlist .btn-wishlist {
  background: transparent;
  border: none;
  color: #253237;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 0 12px;
  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;
}
@media only screen and (max-width: 767px) {
  .header-action-wishlist .btn-wishlist {
    font-size: 22px;
    margin: 0 0 0 9px;
  }
}
.header-action-wishlist .btn-wishlist .cart-count {
  background-color: #d54343;
  border-radius: 50%;
  bottom: -4px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 17px;
  left: 11px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  width: 17px;
  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) {
  .header-action-wishlist .btn-wishlist .cart-count {
    bottom: 0;
    left: 11px;
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    width: 15px;
  }
}
.header-action-wishlist .cart-amount {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-left: 6px;
  vertical-align: bottom;
  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-wishlist .cart-amount {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .header-action-wishlist .cart-amount {
    display: none;
  }
}
.header-action-wishlist:hover .btn-wishlist {
  color: #d54343;
}
.header-action-wishlist:hover .cart-amount {
  color: #d54343;
}

.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: #253237;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 0 12px;
  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: 767px) {
  .header-action-cart .btn-cart {
    font-size: 22px;
    margin: 0 0 0 9px;
  }
}
.header-action-cart .btn-cart .cart-count {
  background-color: #d54343;
  border-radius: 50%;
  bottom: -4px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 17px;
  left: 11px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  width: 17px;
  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) {
  .header-action-cart .btn-cart .cart-count {
    bottom: 0;
    left: 11px;
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    width: 15px;
  }
}
.header-action-cart .cart-amount {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-left: 6px;
  vertical-align: bottom;
  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-cart .cart-amount {
    margin-left: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .header-action-cart .cart-amount {
    display: none;
  }
}
.header-action-cart:hover .btn-cart {
  color: #d54343;
}
.header-action-cart:hover .cart-amount {
  color: #d54343;
}
.header-action-cart.header-minicart:hover .header-minicart-content {
  height: 504px;
}

.header-minicart-content {
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 3px);
  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: #253237;
  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 .quantity-number {
  background-color: #d54343;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  left: 5px;
  line-height: 19px;
  position: absolute;
  top: 5px;
  text-align: center;
  width: 20px;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb:hover {
  color: #d54343;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .quantity-price {
  color: #909396;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .quantity-dimension {
  color: #747474;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}
.header-minicart-content .minicart-inner .minicart-list .minicart-item .minicart-remove {
  background-color: transparent;
  border: 1px solid #d54343;
  color: #d54343;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 19px;
  left: auto;
  line-height: 17px;
  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;
  border-bottom: 1px solid #f0f0f0;
  color: #323232;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin: 0 30px;
  padding: 0 0 20px;
}
@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: #d54343;
  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;
}
.header-minicart-content .minicart-inner .minicart-buttons .cart-button {
  background-color: #d54343;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 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: #253237;
}

.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: -1px;
  left: 16px;
}

.header-action-phone {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-action-phone .icon {
  min-width: 41px;
  margin-right: 10px;
  margin-top: -2px;
}
.header-action-phone .phone {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
  line-height: 1.6;
}
.header-action-phone .phone span {
  display: block;
  font-size: 14px;
}

@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 #d54343;
  border-radius: 35px;
  color: #a4a4a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  position: relative;
}
.header-search-box form .form-input-group input {
  background: transparent;
  border: none;
  color: #000;
  font-size: 14px;
  height: 41px;
  width: 308.4px;
  padding: 0 75px 0 20px;
}
.header-search-box form .form-input-group input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a4adc4;
}
.header-search-box form .form-input-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4adc4;
}
.header-search-box form .form-input-group input:-ms-input-placeholder {
  /* IE 10+ */
  color: #a4adc4;
}
.header-search-box form .form-input-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #a4adc4;
}
.header-search-box form .form-input-group .categories-dropdown {
  padding-right: 82px;
}
.header-search-box form .form-input-group .categories-dropdown .form-control {
  background: url("../img/icons/option_search.png") no-repeat 90.5% 54% transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #253237;
  cursor: pointer;
  font-size: 14px;
}
.header-search-box form .form-input-group .categories-dropdown .form-control:active, .header-search-box form .form-input-group .categories-dropdown .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-search-box form .form-input-group button {
  border: none;
  background-color: #d54343;
  border-radius: 0px 22px 22px 0px;
  color: #fff;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: -1px;
  padding: 2px 22.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-middle {
  background: #f7f7f7;
  padding: 26px 0 27px;
}
@media only screen and (max-width: 991px) {
  .header-middle {
    padding: 12px 0 14px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-middle {
    padding: 7px 0 14px;
  }
}
@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: 3px 0 13px;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle .header-resmobile {
    padding: 0 0 13px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-middle .header-resmobile {
    padding: 0 0 11px;
  }
}
@media only screen and (max-width: 991px) {
  .header-middle .header-resmobile .header-search-box {
    display: block;
    margin-top: 17px;
  }
}
@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: 73%;
  }
  .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% - 65px);
  }
}
@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-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: 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-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;
}
@media only screen and (max-width: 991px) {
  .header-middle-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.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: -2px;
}
@media only screen and (max-width: 991px) {
  .header-middle-action-area {
    top: 0;
  }
}
.header-middle-action-area .btn-search.btn-search-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-middle-action-area .btn-search.btn-search-menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle-action-area .btn-search.btn-search-menu {
    font-size: 22px;
  }
}

.header-action-main-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-action-main-area .header-action-cart {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-action-main-area .header-action-cart .cart-amount {
  margin-left: 11px;
}
@media only screen and (max-width: 1199px) {
  .header-action-main-area .header-action-wishlist .btn-wishlist {
    margin-left: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-action-main-area .header-action-cart .btn-cart {
    margin-left: 4px;
  }
}

.header-action-btn-search .btn-search {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #253237;
  display: block;
  font-size: 24px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.header-action-btn-search .btn-search:hover {
  color: #d54343;
}

.sidebar-cart-modal {
  background-color: #fff;
  -webkit-box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  top: 0;
  width: 403px;
  padding: 0;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
    width: 310px;
  }
}
.sidebar-cart-modal .offcanvas-header {
  padding: 0;
  position: absolute;
  right: 23px;
  top: 11px;
}
.sidebar-cart-modal .offcanvas-header .btn-close {
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  opacity: 1;
  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;
}
.sidebar-cart-modal .offcanvas-header .btn-close i {
  font-weight: 600;
}
.sidebar-cart-modal .offcanvas-header .btn-close:hover {
  color: #d54343;
}
.sidebar-cart-modal .sidebar-cart-inner {
  padding: 0;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 36px;
  top: 11px;
  right: 23px;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close i {
  font-weight: 600;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close:hover {
  color: #d54343;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all {
  height: 100%;
  overflow-y: auto;
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header {
    padding: 20px 15px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .sidebar-cart-all .cart-header > h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.cart-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.cart-content ul li:last-child {
  margin-bottom: 0;
}
.cart-content ul li .cart-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.cart-content ul li .cart-img a img {
  width: 100%;
}
.cart-content ul li .cart-title {
  margin-left: 20px;
}
.cart-content ul li .cart-title h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  margin: 0 0 11px;
}
.cart-content ul li .cart-title h4 a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.cart-content ul li .cart-title h4 a:hover {
  text-decoration: underline;
}
.cart-content ul li .cart-title h4.font-size-width-inc {
  font-size: 16px;
  font-weight: 500;
}
.cart-content ul li .cart-title span {
  font-size: 15px;
  color: #000;
}
.cart-content ul li .cart-title span span.price {
  color: #690;
  font-weight: 600;
  font-size: 16px;
}
.cart-content ul li .cart-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
      -ms-flex-positive: 100;
          flex-grow: 100;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cart-content ul li .cart-delete a {
  color: #000;
  display: block;
  font-size: 20px;
  margin-top: -6px;
  text-align: right;
}
.cart-content ul li .cart-delete a:hover {
  color: #d54343;
}
.cart-content .cart-total {
  display: block;
  width: 100%;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.cart-content .cart-total.cart-total-padding-2 {
  padding: 15px 0;
  margin: 18px 0;
}
.cart-content .cart-total h4 {
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  color: #000;
}
.cart-content .cart-total h4 span {
  font-size: 18px;
  color: #d54343;
  float: right;
  font-weight: 600;
}
.cart-content .cart-checkout-btn {
  display: block;
  width: 100%;
}
.cart-content .cart-checkout-btn a {
  width: 100%;
  display: block;
  margin: 10px 0 0;
  text-align: center;
  padding: 13px 20px 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  border-radius: 3px;
}
.cart-content .cart-checkout-btn a.cart-btn {
  color: #000;
  border: 1px solid #e5e3e3;
}
.cart-content .cart-checkout-btn a.cart-btn:hover {
  background-color: #e5e3e3;
}
.cart-content .cart-checkout-btn a.checkout-btn {
  background-color: #d54343;
  border: 1px solid #d54343;
  color: #fff;
}
.cart-content .cart-checkout-btn a.checkout-btn:hover {
  border: 1px solid #000;
  background-color: #000;
}
.cart-content .cart-checkout-btn a:first-child {
  margin-top: 0;
}
.cart-content.cart-content-padding ul {
  margin: 0;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding ul {
    padding: 30px 0;
  }
}
.cart-content.cart-content-padding .cart-total {
  padding: 24px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-total {
    padding: 24px 0;
  }
}
.cart-content.cart-content-padding .cart-checkout-btn {
  padding: 36px 30px 30px;
}
@media only screen and (max-width: 575px) {
  .cart-content.cart-content-padding .cart-checkout-btn {
    padding: 36px 0 30px;
  }
}

.sidebar-cart-overlay {
  position: fixed;
  background: #232324;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.sidebar-cart-overlay.show {
  visibility: inherit;
  opacity: 0.7;
}

.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: 30px;
}
.search-box-wrapper .search-box-content-inner .search-box-form-wrap form .search-form .search-button:hover {
  color: #d54343;
}
.search-box-wrapper .search-close {
  color: #fff;
  font-size: 36px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 20%;
  right: 20%;
  line-height: 60px;
  height: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.search-box-wrapper .search-close:hover {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  color: #d54343;
}
.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);
}

.vertical-menu {
  position: relative;
}
.vertical-menu .menu-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d54343;
  border: none;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 55px;
  margin: 0;
  line-height: 1;
  overflow: hidden;
  text-transform: capitalize;
  padding: 0 38px 0 29px;
  position: relative;
  width: 100%;
  border-radius: 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: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 26px;
  text-align: left;
  width: 100%;
}
.vertical-menu .menu-btn span:before {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 24px;
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.vertical-menu .menu-btn span:after {
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 13px;
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  right: -1px;
  top: 50%;
  -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: 1px solid #ebebeb;
  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;
  padding-bottom: 0;
  border-radius: 0;
  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: 500;
}
.vertical-menu .vmenu-content > .menu-item:first-child {
  padding-top: 10px;
}
.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 .verticale-mega-menu.megamenu-nav-banner {
  padding: 10px 0 200px;
}
.vertical-menu .vmenu-content .menu-item .verticale-mega-menu.megamenu-nav-banner .vmegamenu-banner-item {
  bottom: 0;
  left: 0;
  min-height: 164px;
  position: absolute;
  right: 0;
}
.vertical-menu .vmenu-content .menu-item .verticale-mega-menu.megamenu-nav-banner .vmegamenu-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  min-height: 164px;
  height: 100%;
  width: 100%;
}
.vertical-menu .vmenu-content .menu-item .menu-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border-bottom: 1px solid #e3e3e3;
  color: #253237;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 36px;
  margin: 0 20px;
  min-height: 0;
  overflow: hidden;
  padding: 5px 0 5px 12px;
  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: #253237;
  display: inline-block;
  font-size: 16px;
  height: auto;
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  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: #d54343;
}
.vertical-menu .vmenu-content .menu-item:hover .menu-item-title i {
  color: #d54343;
}
.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 4px 12px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 10px 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: 590px;
}
@media only screen and (max-width: 991px) {
  .vertical-menu .vmenu-content li .verticale-mega-menu.column-two {
    width: 490px;
  }
}
@media only screen and (max-width: 575px) {
  .vertical-menu .vmenu-content li .verticale-mega-menu.column-two {
    width: 380px;
  }
}
.vertical-menu .vmenu-content li .verticale-mega-menu.column-two li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  padding: 15px 30px;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li a.title {
  color: #242424;
  display: block;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  pointer-events: none;
  text-transform: capitalize;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li a.title:hover {
  color: #253237 !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: #555555;
  padding-left: 0;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li ul li a:hover {
  color: #d54343;
}
.vertical-menu .vmenu-content li .verticale-mega-menu li:hover a.title {
  color: #d54343 !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: #253237;
  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: #d54343;
}
.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 20px;
  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: #253237;
  cursor: pointer;
  display: block;
  font-size: 14px;
  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: #253237;
  font-size: 16px;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.vertical-menu .vmenu-content li.expand a.minus {
  color: #d54343;
}
.vertical-menu .vmenu-content li.expand a:hover {
  color: #d54343;
}
.vertical-menu.menu-style-two .menu-btn {
  background-color: #253237;
  border-radius: 20px 20px 0px 0px;
  padding-right: 20px;
}
.vertical-menu.menu-style-two .menu-btn span:after {
  display: none;
}
.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;
  }
}
@media only screen and (max-width: 991px) {
  .vertical-menu.menu-style-two .menu-item .verticale-mega-menu {
    left: 28%;
    top: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .vertical-menu.menu-style-two .menu-item .verticale-mega-menu {
    left: 20px;
    top: 47px;
  }
}
@media only screen and (max-width: 479.98px) {
  .vertical-menu.menu-style-two .menu-item .verticale-mega-menu {
    left: 0;
  }
}
.vertical-menu.menu-style-two .vmenu-content .menu-item .menu-item-title {
  margin: 0 30px;
  padding: 6px 0;
}
@media only screen and (max-width: 991px) {
  .vertical-menu.menu-style-two .vmenu-content .menu-item .verticale-mega-menu {
    width: 490px;
  }
}
@media only screen and (max-width: 575px) {
  .vertical-menu.menu-style-two .vmenu-content .menu-item .verticale-mega-menu {
    max-width: 342px;
    width: 100%;
  }
}
.vertical-menu.menu-style-two .vmenu-content li.expand a {
  padding: 10px 10px 9px;
}

.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 .offcanvas-header {
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 20px;
}
.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;
  text-align: left;
  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: 28px;
}
.off-canvas-area .offcanvas-top {
  border: none;
  height: auto;
  -webkit-transform: none;
          transform: none;
}
.off-canvas-area .offcanvas-top .header-top-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 0 13px;
}
.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 .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%;
}
.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: #253237;
}
.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: 15px;
}
.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: #d54343;
}

.offcanvas-menu a:not(:only-child):after {
  color: #333;
  content: "";
  font-family: "Ionicons";
  font-size: 17px;
  position: absolute;
  right: 20px;
  top: 4px;
}

.offcanvas-menu .active > a:not(:only-child):after {
  content: "";
}

/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 24px;
  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.slider-default .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.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
  height: 14px;
  margin: 0 3px;
  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.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  height: 14px;
  width: 14px;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.home-slider-area.slider-default .home-slider-item {
  background-color: #b8dcb6;
  overflow: hidden;
  position: relative;
}
.home-slider-area.slider-default .home-slider-item .bg-img {
  height: 100%;
  position: absolute;
  width: 100%;
}
.home-slider-area.slider-default .slider-content-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 496px;
  position: relative;
}
.home-slider-area.slider-default .slider-content-area .content {
  margin-top: -2px;
}
.home-slider-area.slider-style2 {
  background-color: #f3f3f3;
  position: relative;
  padding: 30px 0;
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area {
  height: 496px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-style2 .home-slider-content .slider-content-area {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style2 .home-slider-content .slider-content-area {
    height: 330px;
  }
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area .content {
  margin-top: 18px;
  margin-left: 19px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style2 .home-slider-content .slider-content-area .content {
    margin-top: 0;
    margin-left: 0;
  }
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content {
  padding-left: 26px;
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content h5 {
  color: #253237;
  font-size: 16px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content h5 {
    margin-bottom: 14px;
  }
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content h2 {
  color: #253237;
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content p {
  color: #253237;
  margin: 33px 0 13px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content p {
    margin: 18px 0 13px;
  }
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content .btn-theme {
  background-color: #d54343;
  color: #fff;
  padding: 17.5px 30px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    padding: 14px 23px;
  }
}
.home-slider-area.slider-style2 .home-slider-content .slider-content-area .content .inner-content .btn-theme:hover {
  background: #253237;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-style2 .container {
    max-width: 100%;
  }
}
.home-slider-area.slider-style2 .row-gutter-20 {
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-style2 .row-gutter-20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.home-slider-area.slider-style2 .row-gutter-20 [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-style2 .row-gutter-20 [class*=col] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-slider-area.slider-style3 {
  background-color: #f3f3f3;
  position: relative;
  padding: 30px 0;
}
.home-slider-area.slider-style3 .home-slider-content {
  margin-bottom: 20px;
}
.home-slider-area.slider-style3 .home-slider-content .slider-content-area {
  height: 368px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style3 .home-slider-content .slider-content-area {
    height: 330px;
  }
}
.home-slider-area.slider-style3 .home-slider-content .slider-content-area .content {
  margin-top: -1px;
}
.home-slider-area.slider-style3 .home-slider-content .slider-content-area .content .inner-content {
  padding-left: 26px;
}
.home-slider-area.slider-style3 .home-slider-content .slider-content-area .content .inner-content h5 {
  color: #253237;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style3 .home-slider-content .slider-content-area .content .inner-content h5 {
    margin-bottom: 12px;
  }
}
.home-slider-area.slider-style3 .home-slider-content .slider-content-area .content .inner-content h2 {
  color: #253237;
}
.home-slider-area.slider-style3 .home-slider-content .slider-content-area .content .inner-content .btn-theme {
  color: #fff;
  margin-top: 36px;
  background-color: #54ac00;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style3 .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    margin-top: 19px;
  }
}
.home-slider-area.slider-style3 .home-slider-content .slider-content-area .content .inner-content .btn-theme:hover {
  background: #253237;
}
.home-slider-area.slider-style4 {
  position: relative;
}
.home-slider-area.slider-style4 .home-slider-content {
  margin-bottom: 20px;
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area {
  height: 823px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-style4 .home-slider-content .slider-content-area {
    height: 623px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style4 .home-slider-content .slider-content-area {
    height: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-style4 .home-slider-content .slider-content-area {
    height: 420px;
  }
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area .content {
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-style4 .home-slider-content .slider-content-area .content {
    margin-top: 0;
  }
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content {
  margin: 0;
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content h5 {
  color: #253237;
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content h2 {
  color: #253237;
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content p {
  color: #253237;
  margin: 23px 0 29px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content p {
    margin: 10px 0 16px;
  }
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content .btn-theme {
  background-color: #54ac00;
  color: #fff;
  margin-top: 0;
  padding: 18.5px 30px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    padding: 12px 18px;
  }
}
.home-slider-area.slider-style4 .home-slider-content .slider-content-area .content .inner-content .btn-theme:hover {
  background: #253237;
}
.home-slider-area .home-slider-content .home-slider2-container.swiper-container .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.home-slider-area .home-slider-content .home-slider2-container.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(213, 67, 67, 0.4);
  height: 14px;
  margin: 0 3px;
  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 .home-slider2-container.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d54343;
  height: 14px;
  width: 14px;
}
.home-slider-area .home-slider-content .home-slider2-container.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #d54343;
}
.home-slider-area .home-slider-content .home-slider3-container.swiper-container .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.home-slider-area .home-slider-content .home-slider3-container.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.4);
  height: 14px;
  margin: 0 3px;
  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 .home-slider3-container.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  height: 14px;
  width: 14px;
}
.home-slider-area .home-slider-content .home-slider3-container.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}
.home-slider-area .home-slider-content .home-slider4-container.swiper-container .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.home-slider-area .home-slider-content .home-slider4-container.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(84, 172, 0, 0.4);
  height: 14px;
  margin: 0 3px;
  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 .home-slider4-container.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #54ac00;
  height: 14px;
  width: 14px;
}
.home-slider-area .home-slider-content .home-slider4-container.swiper-container .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #54ac00;
}
.home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content .wrap-one, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content .wrap-two, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content .wrap-three, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content .wrap-four, .home-slider-area .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content .wrap-five {
  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 .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;
  height: 496px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .home-slider-area .home-slider-content .slider-content-area {
    height: 330px;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content {
  margin-top: 1px;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content {
  margin-left: 0;
  position: relative;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h5 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content h2 {
    font-size: 30px;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 32px 0;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content p {
    font-size: 16px;
    margin: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content p {
    font-size: 14px;
    line-height: 1.3;
    margin: 15px 0;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
  background: #fff;
  color: #253237;
  font-size: 14px;
  padding: 15px 30px 17px;
  line-height: 1;
  border-radius: 35px;
  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) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    font-size: 13px;
    padding: 11px 22px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme {
    font-size: 12px;
    padding: 11px 20px 10px;
  }
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .btn-theme:hover {
  background: #d54343;
  color: #fff;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-one, .home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-two, .home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-three, .home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-four, .home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-five {
  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 .wrap-one {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-two {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-three {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-four {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.home-slider-area .home-slider-content .slider-content-area .content .inner-content .wrap-five {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.home-slider-area .home-slider-content .slider-content-area .slider-thumb {
  bottom: 0;
  max-width: none;
  position: absolute;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area .home-slider-content .slider-content-area .slider-thumb {
    max-width: 100%;
  }
}
.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: "Ionicons";
  font-size: 36px;
  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;
}
.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;
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
.about-default-area {
  padding: 47px 0 70px;
}
.about-default-area .section-title {
  border-bottom: 1px solid #efefef;
  margin-bottom: 43px;
  padding-bottom: 5px;
}
.about-default-area .section-title .title {
  font-weight: 600;
  font-size: 20px;
}

.about-default-area .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}
.about-default-area p {
  color: #555;
  font-size: 14px;
  line-height: 1.71428;
  margin-bottom: 0;
}
.about-default-area .dark {
  font-weight: 700;
}
.about-default-area ul {
  margin-bottom: 0;
  margin-top: 5px;
}
.about-default-area ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}

.about-title .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

/*
-----------------------------------------------------------------------
    Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
  padding: 0 0 87px;
}
@media only screen and (max-width: 767px) {
  .team-area.team-default-area {
    padding: 0 0 16px;
  }
}

.team-member .thumb {
  overflow: hidden;
  position: relative;
}
.team-member .thumb:before {
  background-color: #d54343;
  content: "";
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  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;
}
.team-member .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;
}
.team-member .thumb .member-icons {
  bottom: -50px;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  right: 0;
  z-index: 1;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}
.team-member .thumb .member-icons a {
  background-color: #fff;
  border-radius: 7px;
  display: inline-block;
  color: #d54343;
  font-size: 16px;
  margin-right: 5px;
  width: 36px;
  height: 36px;
  line-height: 38px;
  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: 991px) {
  .team-member .thumb .member-icons a {
    height: 30px;
    line-height: 32px;
    margin-right: 3px;
    width: 30px;
  }
}
.team-member .thumb .member-icons a:hover {
  color: #54ac00;
}
.team-member .content {
  text-align: center;
}
.team-member .content .member-info .name {
  font-weight: 600;
  font-size: 27px;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .team-member .content .member-info .name {
    font-size: 24px;
  }
}
.team-member .content .member-info .designation {
  color: #1f2226;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.team-member:hover .thumb:before {
  opacity: 0.56;
}
.team-member: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);
}
.team-member:hover .thumb .member-icons {
  bottom: calc(50% - 36px);
}
@media only screen and (max-width: 991px) {
  .team-member:hover .thumb .member-icons {
    bottom: calc(50% - 30px);
  }
}

/*
-----------------------------------------------------------------------
  Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  padding: 86px 0 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonial-area.testimonial-default-area {
    padding: 66px 0 70px;
  }
}
.testimonial-area.testimonial-default-area .section-title {
  margin-bottom: 37px;
}

.testimonial-item {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  padding: 30px 11px 34px 15px;
  text-align: center;
  z-index: -1;
}
.testimonial-item p {
  color: #000;
  font-style: italic;
  font-size: 23px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial-item p {
    font-size: 20px;
  }
}
.testimonial-item .quote-icon {
  position: absolute;
  pointer-events: none;
  top: 35%;
  left: 50%;
  width: 160px;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.testimonial-item .rating {
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 991px) {
  .testimonial-item .rating {
    font-size: 13px;
  }
}
.testimonial-item .rating span {
  color: #c7bfb2;
}
.testimonial-item .rating span.rating-color {
  color: #ffa200;
}
.testimonial-item .title {
  color: #1f2226;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 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;
}
@media only screen and (max-width: 767px) {
  .testimonial-item .title {
    font-size: 18px;
  }
}
.testimonial-item h4 {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.testimonial-item:hover .title {
  color: #d54343;
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
  padding: 54px 0 85px;
}
.brand-logo-area.brand-logo-style1-area .container {
  padding: 50px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.brand-logo-area.brand-logo-style2-area {
  padding: 84px 0 75px;
}
@media only screen and (max-width: 767px) {
  .brand-logo-area.brand-logo-style2-area {
    padding: 64px 0 57px;
  }
}

.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 {
  opacity: 0.4;
  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 {
  opacity: 1;
}

/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/
.divider-area.divider-style1-area {
  padding: 194px 0;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area {
    padding: 106px 0 135px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style1-area {
    padding: 78px 0 97px;
  }
}
.divider-area.divider-style1-area .divider-content-style1 {
  top: -14px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area .divider-content-style1 {
    top: 0;
  }
}
.divider-area.divider-style2-area {
  padding: 116px 0;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style2-area {
    padding: 50px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style2-area {
    padding: 35px 0 41px;
  }
}
.divider-area.divider-style2-area .divider-content-style1 {
  top: 4px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style2-area .divider-content-style1 {
    top: 0;
  }
}
.divider-area.divider-style3-area {
  padding: 90px 0 0;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style3-area {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style3-area .thumb {
    margin-bottom: 20px;
  }
}
.divider-area.divider-style3-area .thumb img {
  width: 100%;
}

.divider-content-style1 {
  position: relative;
}
.divider-content-style1 .title {
  color: #fff;
  font-size: 50px;
  line-height: 1.12;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .divider-content-style1 .title {
    font-size: 42px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content-style1 .title {
    font-size: 24px;
  }
}
.divider-content-style1 .title span {
  font-style: italic;
}
.divider-content-style1 p {
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 440px;
  line-height: 24px;
}
@media only screen and (max-width: 1199px) {
  .divider-content-style1 p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content-style1 p {
    font-size: 13px;
  }
}
.divider-content-style1 .btn-theme {
  background: #fff;
  color: #253237;
  font-size: 14px;
  padding: 17.5px 25px;
  line-height: 1;
  border-radius: 35px;
  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) {
  .divider-content-style1 .btn-theme {
    font-size: 13px;
    padding: 14px 19px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content-style1 .btn-theme {
    font-size: 12px;
    padding: 15px 14px 13px;
  }
}
.divider-content-style1 .btn-theme:hover {
  background: #253237;
  color: #fff;
}

.divider-content-style3 {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .divider-content-style3 {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-content-style3 {
    padding-left: 0;
  }
}
.divider-content-style3 .title {
  font-size: 50px;
  line-height: 1.12;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .divider-content-style3 .title {
    font-size: 42px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-content-style3 .title {
    font-size: 24px;
  }
}
.divider-content-style3 .title span {
  font-style: italic;
}
.divider-content-style3 p {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 440px;
  line-height: 24px;
}
@media only screen and (max-width: 1199px) {
  .divider-content-style3 p {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-content-style3 p {
    font-size: 13px;
  }
}
.divider-content-style3 .btn-theme {
  font-size: 14px;
  padding: 17.5px 25px;
  line-height: 1;
  border-radius: 35px;
  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) {
  .divider-content-style3 .btn-theme {
    font-size: 13px;
    padding: 14px 19px 14px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-content-style3 .btn-theme {
    font-size: 12px;
    padding: 15px 14px 13px;
  }
}

/*
-----------------------------------------------------------------------
  Featured CSS
-----------------------------------------------------------------------
*/
.featured-area.featured-default-area {
  padding: 90px 0 85px;
}
@media only screen and (max-width: 767px) {
  .featured-area.featured-default-area {
    padding: 70px 0 65px;
  }
}
.featured-area.featured-style1-area {
  padding: 29px 0 0;
}
@media only screen and (max-width: 767px) {
  .featured-area.featured-style1-area {
    padding: 9px 0 0;
  }
}
.featured-area.featured-style2-area {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 767px) {
  .featured-area.featured-style2-area {
    padding: 49px 0 65px;
  }
}
.featured-area.featured-style3-area {
  padding: 90px 0 85px;
}
@media only screen and (max-width: 767px) {
  .featured-area.featured-style3-area {
    padding: 70px 0 65px;
  }
}

.featured-items {
  border: 1px solid #e3e3e3;
  padding: 34px 0;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .featured-items {
    padding: 34px 0 3px;
  }
}

.featured-item {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .featured-item {
    margin-bottom: 30px;
  }
}
.featured-item .icon {
  padding-bottom: 20px;
}
.featured-item .featured-info .title {
  font-size: 15px;
  line-height: 18px;
  color: #253237;
  font-weight: 700;
  margin: 0;
}
.featured-item .featured-info p {
  margin: 0;
  font-size: 13px;
  color: #909396;
  line-height: 18px;
  font-weight: 400;
}
.featured-item .shape-group .shape-style1 {
  bottom: -2px;
  position: absolute;
  right: -4px;
  z-index: -1;
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.contact-form .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.contact-form .contact-form-wrapper .form-group .form-control {
  background-color: transparent;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
  height: 45px;
  padding: 10px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8d8d8d;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #8d8d8d;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #8d8d8d;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #8d8d8d;
  font-size: 13px;
}
.contact-form .contact-form-wrapper .form-group .form-control:focus {
  border-color: #d54343;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.contact-form .contact-form-wrapper .form-group .form-control.textarea {
  min-height: 200px;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-form-wrapper .form-group .form-control.textarea {
    min-height: 160px;
  }
}
.contact-form .contact-form-wrapper .form-group .btn-theme {
  margin-top: 35px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  min-width: 45px;
  padding: 14px 30px 13px;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-form-wrapper .form-group .btn-theme {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-form-wrapper .form-group .btn-theme {
    font-size: 13px;
    padding: 11px 25px 10px;
  }
}
.contact-form .contact-form-wrapper .form-group .btn-theme:hover {
  background-color: theme-color;
  border-color: theme-color;
}

.login-form {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 37px 40px 65px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .login-form {
    padding: 25px 10px 30px;
  }
}
.login-form .login-form-wrapper .form-group .form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
  font-size: 14px;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  width: 100%;
}
.login-form .login-form-wrapper .btn-theme {
  border-radius: 0;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 17px 0px;
  text-align: center;
  min-width: 115px;
}
.login-form .login-form-wrapper .btn-theme:hover {
  background-color: #253237;
}
.login-form .login-form-wrapper .btn-forgot {
  color: #253237;
  float: right;
  font-size: 14px;
  margin-top: 12px;
}
.login-form .login-form-wrapper .btn-forgot:hover {
  color: #d54343;
}
.login-form .login-form-wrapper .btn-create {
  color: #253237;
  display: inline-block;
  margin-top: 17px;
  font-size: 14px;
}
.login-form .login-form-wrapper .btn-create:hover {
  color: #d54343;
}
.login-form .form-group-info {
  margin-top: 20px;
}

.comment-form-wrap .comment-form-wrapper .section-title {
  border-top: 1px solid #ebebeb;
  margin-bottom: 34px;
  padding-top: 48px;
}
.comment-form-wrap .comment-form-wrapper .section-title h2 {
  margin-bottom: 10px;
}
.comment-form-wrap .comment-form-wrapper .section-title .title {
  color: #253237;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.comment-form-wrap .comment-form-wrapper .form-group input {
  height: 45px;
}

.form-group {
  margin-bottom: 12px;
}
.form-group label {
  color: #242424;
  font-size: 13px;
}
.form-group .form-control {
  border: 1px solid #e6e6e6;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #242424;
  font-size: 13px;
  height: 45px;
}
.form-group .form-control:focus {
  border-color: #d54343;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group textarea {
  height: 258px;
}
@media only screen and (max-width: 767px) {
  .form-group textarea {
    height: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .form-group textarea {
    height: 120px;
  }
}
.form-group textarea.form-control {
  height: 258px;
}
@media only screen and (max-width: 767px) {
  .form-group textarea.form-control {
    height: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .form-group textarea.form-control {
    height: 120px;
  }
}
.form-group .btn-theme {
  background: #253237;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  padding: 11px 45px;
  border-radius: 5px;
  margin-top: 12px;
  text-transform: capitalize;
}
.form-group .btn-theme:hover {
  background-color: #d54343;
}

.login-register-area {
  padding: 85px 0 90px;
}
@media only screen and (max-width: 767px) {
  .login-register-area {
    padding: 65px 0 70px;
  }
}

.login-register-title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 15px;
  line-height: 1;
}
.login-register-title p {
  font-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  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;
  font-family: "Open Sans", sans-serif;
  padding: 2px 80px 2px 16px;
  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: #d54343;
}
.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-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  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: #d54343;
}
.login-register-content .login-register-style form .login-register-paragraph p a:hover {
  color: #54ac00;
}
.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;
}
.login-register-content .login-register-style form .remember-me-btn label {
  color: #000;
  font-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 400;
  color: #fff;
  background-color: #d54343;
  border: none;
  line-height: 1;
  width: 100%;
  text-align: center;
  padding: 19px 10px 22px;
  text-transform: uppercase;
}
.login-register-content .login-register-style form .btn-style-3 button:hover {
  background-color: #253237;
}
.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-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  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: 20px;
  color: #54ac00;
  margin-right: 15px;
  position: relative;
  top: 4px;
}
@media only screen and (max-width: 1199px) {
  .login-register-content .login-register-style .register-benefits ul li i {
    margin-right: 0;
  }
}

.my-account-area {
  padding: 84px 0 90px;
}
@media only screen and (max-width: 767px) {
  .my-account-area {
    padding: 64px 0 70px;
  }
}

.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: #d54343;
  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: #54ac00;
}
.myaccount-content h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a {
  font-family: "Open Sans", sans-serif;
}
.myaccount-content .welcome a:hover {
  color: #54ac00;
}
.myaccount-content .welcome strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #d54343;
}
.myaccount-content p {
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  margin-bottom: 2px;
}
.myaccount-content fieldset {
  margin-top: 20px;
  margin-bottom: 10px;
}
.myaccount-content fieldset legend {
  font-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #d54343;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #d54343;
  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: #253237;
}

.myaccount-table {
  white-space: nowrap;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  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-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #d54343;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-area.product-style1-area {
  padding: 0;
}
.product-area.product-style2-area {
  padding: 0 0 29px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style2-area {
    padding: 0 0 9px;
  }
}
.product-area.product-style3-area {
  padding: 85px 0 22px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style3-area {
    padding: 66px 0 9px;
  }
}
.product-area.product-style4-area {
  padding: 68px 0 29px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style4-area {
    padding: 49px 0 9px;
  }
}
.product-area.product-style5-area {
  padding: 85px 0 60px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style5-area {
    padding: 64px 0 40px;
  }
}
.product-area.product-style6-area {
  padding: 85px 0 29px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style6-area {
    padding: 66px 0 9px;
  }
}
.product-area.product-style7-area {
  padding: 86px 0 0;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style7-area {
    padding: 66px 0 0;
  }
}
.product-area.product-style7-area .section-title {
  margin-bottom: 14px;
}
.product-area.product-style8-area {
  padding: 90px 0 60px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style8-area {
    padding: 70px 0 40px;
  }
}
.product-area.product-style9-area {
  padding: 0 0 29px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style9-area {
    padding: 0 0 8px;
  }
}
.product-area.product-style10-area {
  padding: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .product-area.product-style10-area {
    padding: 0 0 5px;
  }
}
.product-area.product-grid-area {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .product-area.product-grid-area {
    padding: 70px 0;
  }
}
.product-area.shop-single-product {
  padding: 85px 0 90px;
}
@media only screen and (max-width: 767px) {
  .product-area.shop-single-product {
    padding: 65px 0 35px;
  }
}
.product-area.latest-product-area {
  padding: 70px 0 29px;
}
@media only screen and (max-width: 767px) {
  .product-area.latest-product-area {
    padding: 40px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-area.latest-product-area .section-title .title {
    font-size: 14px;
  }
}
.product-area.shop-checkout-area {
  padding: 85px 0 86px;
}
@media only screen and (max-width: 767px) {
  .product-area.shop-checkout-area {
    padding: 65px 0 70px;
  }
}
.product-area.wishlist-page-area {
  padding: 85px 0 20px;
}
@media only screen and (max-width: 1199px) {
  .product-area.wishlist-page-area {
    padding: 85px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .product-area.wishlist-page-area {
    padding: 65px 0 60px;
  }
}
.product-area.compare-page-area {
  padding: 85px 0 90px;
}
@media only screen and (max-width: 767px) {
  .product-area.compare-page-area {
    padding: 65px 0 70px;
  }
}
.product-area.cart-page-area {
  padding: 85px 0 90px;
}
@media only screen and (max-width: 767px) {
  .product-area.cart-page-area {
    padding: 65px 0 70px;
  }
}

.category-area.product-category1-area {
  padding: 29px 0 86px;
}
@media only screen and (max-width: 767px) {
  .category-area.product-category1-area {
    padding: 9px 0 65px;
  }
}
.category-area.product-category2-area {
  padding: 65px 0 0;
}
@media only screen and (max-width: 767px) {
  .category-area.product-category2-area {
    padding: 55px 0 0;
  }
}
.category-area.product-category3-area {
  padding: 0;
}
.category-area.product-category4-area {
  padding: 0;
}
.category-area.product-category5-area {
  padding: 0 0 68px;
}
@media only screen and (max-width: 767px) {
  .category-area.product-category5-area {
    padding: 0 0 48px;
  }
}
.category-area.product-category6-area {
  padding: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .category-area.product-category6-area {
    padding: 0 0 40px;
  }
}
.category-area.product-category7-area {
  padding: 90px 0;
}
@media only screen and (max-width: 767px) {
  .category-area.product-category7-area {
    padding: 70px 0;
  }
}

.product-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 86px;
}
.product-item .product-thumb {
  position: relative;
}
.product-item .product-thumb img {
  width: 100%;
}
.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: #d54343;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  top: 20px;
  left: 20px;
  line-height: 17px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  min-width: 54px;
  letter-spacing: 0.07px;
  text-align: center;
  z-index: 4;
}
.product-item .product-thumb .ribbons .ribbon-new {
  background-color: #253237;
  text-transform: uppercase;
}
.product-item .product-info {
  padding: 26px 7px 23px 0;
  position: absolute;
  background-color: #fff;
  width: 100%;
  bottom: -33px;
  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 .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.125;
  margin-bottom: 8px;
}
.product-item .product-info .title a {
  color: #253237;
}
.product-item .product-info .title a:hover {
  color: #d54343;
}
.product-item .product-info .prices {
  margin-bottom: 0;
}
.product-item .product-info .prices .price {
  font-size: 15px;
}
.product-item .product-info .prices .price-old {
  color: #909396;
  font-size: 13px;
  margin-right: 5px;
  text-decoration: line-through;
}
.product-item .product-info .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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 .content-inner .btn-link {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  color: #253237;
  font-weight: 600;
  font-size: 11px;
  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;
}
.product-item .product-info .content-inner .btn-link .icons {
  color: #c3c3c3;
  font-size: 15px;
  margin-right: 2px;
  position: relative;
  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;
}
.product-item .product-info .content-inner .btn-link:hover {
  color: #d54343;
}
.product-item .product-info .content-inner .btn-link:hover .icons {
  color: #d54343;
}
.product-item .product-info .content-inner .product-info-action a, .product-item .product-info .content-inner .product-info-action button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
  margin-left: 10px;
}
.product-item .product-info .content-inner .product-info-action a .icons, .product-item .product-info .content-inner .product-info-action button .icons {
  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 .content-inner .product-info-action a:hover, .product-item .product-info .content-inner .product-info-action button:hover {
  color: #d54343;
}
.product-item:hover .product-thumb .bg-thumb {
  opacity: 1;
}
.product-item:hover .product-info {
  bottom: 0;
}
.product-item:hover .content-inner {
  opacity: 1;
}

.product-items2 {
  background-color: #fff;
  text-align: center;
}
.product-items2 .product-item {
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 20px 0 23px;
}
.product-items2 .product-item .product-thumb {
  margin-bottom: 3px;
}
.product-items2 .product-item .product-thumb img {
  max-width: 105px;
}
.product-items2 .product-item .product-info-style .title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}
.product-items2 .product-item .product-info-style .title a {
  color: #253237;
}
.product-items2 .product-item .product-info-style .title a:hover {
  color: #d54343;
}
.product-items2 .product-item:hover .product-info-style .title a {
  color: #d54343;
}

.product-items3 .inner-title {
  font-size: 20px;
  margin-bottom: 31px;
}

.product-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.product-item2 .product-thumb {
  position: relative;
}
.product-item2 .product-thumb img {
  width: 86px;
}
.product-item2 .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-item2 .product-info {
  padding-top: 5px;
  padding-left: 20px;
}
.product-item2 .product-info .title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.5333;
  margin-bottom: 6px;
}
.product-item2 .product-info .title a {
  color: #253237;
}
.product-item2 .product-info .title a:hover {
  color: #d54343;
}
.product-item2 .product-info .prices .price {
  font-size: 15px;
  color: #253237;
}
.product-item2 .product-info .prices .price-old {
  color: #909396;
  font-size: 13px;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: line-through;
}
.product-item2:hover .product-thumb .bg-thumb {
  opacity: 1;
}

.product-tab-content .nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 47px;
}
@media only screen and (max-width: 479.98px) {
  .product-tab-content .nav-tabs {
    margin-bottom: 27px;
  }
}
.product-tab-content .nav-tabs .nav-item .nav-link {
  border: none;
  color: #909396;
  display: -ms-grid;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  margin-right: 40px;
  padding: 0;
  justify-items: center;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs .nav-item .nav-link {
    font-size: 13px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-tab-content .nav-tabs .nav-item .nav-link {
    margin-bottom: 20px;
    margin-right: 12px;
  }
}
.product-tab-content .nav-tabs .nav-item .nav-link img {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs .nav-item .nav-link img {
    margin-bottom: 5px;
  }
}
.product-tab-content .nav-tabs .nav-item .nav-link:hover {
  color: #d54343;
}
.product-tab-content .nav-tabs .nav-item .nav-link.active {
  color: #d54343;
}

.product-tab-content2 .nav-tabs {
  border-bottom: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 47px;
}
.product-tab-content2 .nav-tabs .nav-item .nav-link {
  border: none;
  border-radius: 20px;
  color: #909396;
  background: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  padding: 0 20px;
  line-height: 34px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product-tab-content2 .nav-tabs .nav-item .nav-link {
    font-size: 12px;
    padding: 0 16px;
  }
}
.product-tab-content2 .nav-tabs .nav-item .nav-link:hover {
  background-color: #54ac00;
  color: #fff;
}
.product-tab-content2 .nav-tabs .nav-item .nav-link.active {
  background-color: #54ac00;
  color: #fff;
}

.product-list-item {
  margin-bottom: 30px;
  position: relative;
}
.product-list-item .product-thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-list-item .product-thumb {
    margin-bottom: 20px;
  }
}
.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;
  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-thumb .ribbons .ribbon {
  background: #d54343;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
  top: 20px;
  left: 20px;
  line-height: 18px;
  height: 18px;
  font-size: 11px;
  font-weight: 700;
  padding: 0;
  position: absolute;
  min-width: 54px;
  letter-spacing: 0.07px;
  text-align: center;
  z-index: 4;
}
.product-list-item .product-thumb .ribbons .ribbon-new {
  background-color: #253237;
  text-transform: uppercase;
}
.product-list-item .product-info .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.125;
  margin-bottom: 7px;
}
.product-list-item .product-info .title a {
  color: #253237;
}
.product-list-item .product-info .title a:hover {
  color: #d54343;
}
.product-list-item .product-info .prices {
  margin-bottom: 2px;
}
.product-list-item .product-info .prices .price {
  font-size: 15px;
}
.product-list-item .product-info .prices .price-old {
  color: #909396;
  font-size: 13px;
  margin-right: 5px;
  text-decoration: line-through;
}
.product-list-item .product-info p {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 24px;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .product-list-item .product-info p {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .product-list-item .product-info p {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.product-list-item .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-item .product-info .content-inner .btn-theme {
  background: #d54343;
  color: #fff;
  border-radius: 25px;
  line-height: 1;
  padding: 15px 23px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .product-list-item .product-info .content-inner .btn-theme {
    padding: 10px 15px;
    font-size: 11px;
  }
}
.product-list-item .product-info .content-inner .btn-theme:hover {
  background-color: #253237;
}
.product-list-item .product-info .content-inner .product-info-action a, .product-list-item .product-info .content-inner .product-info-action button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #253237;
  font-size: 16px;
  margin-left: 10px;
}
.product-list-item .product-info .content-inner .product-info-action a:hover, .product-list-item .product-info .content-inner .product-info-action button:hover {
  color: #d54343;
}
.product-list-item:hover .product-thumb .bg-thumb {
  opacity: 1;
}

.single-product-slider .single-product-thumb {
  margin-bottom: 22px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .single-product-slider .single-product-thumb {
    margin-bottom: 10px;
  }
}
.single-product-slider .single-product-thumb .thumb-item img {
  cursor: crosshair;
}
.single-product-slider .single-product-thumb .ribbons .ribbon {
  background-color: #253237;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  left: auto;
  line-height: 18px;
  height: 18px;
  min-width: 50px;
  position: absolute;
  left: 20px;
  text-align: center;
  top: 20px;
  width: auto;
}
.single-product-slider .single-product-thumb .zoomImg {
  pointer-events: none;
}
.single-product-slider .single-product-nav .swiper-container .swiper-slide-thumb-active .nav-item {
  border-color: #d54343;
}
.single-product-slider .single-product-nav .swiper-container .swiper-slide-thumb-active .nav-item img {
  opacity: 1;
}
.single-product-slider .single-product-nav.single-swiper-nav {
  position: relative;
  padding: 0 38px;
}
.single-product-slider .single-product-nav.single-swiper-nav .swiper-button-prev {
  left: 13px;
  right: auto;
}
.single-product-slider .single-product-nav.single-swiper-nav .swiper-button-prev, .single-product-slider .single-product-nav.single-swiper-nav .swiper-button-next {
  opacity: 1;
  width: auto;
  height: auto;
  margin: 0;
  transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
}
.single-product-slider .single-product-nav.single-swiper-nav .swiper-button-prev:after, .single-product-slider .single-product-nav.single-swiper-nav .swiper-button-next:after {
  color: #253237;
  content: "";
  font-family: "Ionicons";
  font-size: 30px;
}
.single-product-slider .single-product-nav.single-swiper-nav .swiper-button-prev:hover:after, .single-product-slider .single-product-nav.single-swiper-nav .swiper-button-next:hover:after {
  color: #d54343;
}
.single-product-slider .single-product-nav.single-swiper-nav .swiper-button-next {
  left: auto;
  right: 13px;
}
.single-product-slider .single-product-nav.single-swiper-nav .swiper-button-next:after {
  content: "";
}
.single-product-slider .single-product-nav .nav-item {
  border: 1px solid transparent;
  cursor: pointer;
  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-slider .single-product-nav .nav-item img {
  opacity: 0.3;
  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-slider .single-product-nav .nav-item:hover img {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .single-product-info {
    margin-top: 40px;
  }
}
.single-product-info .title {
  line-height: 1;
  font-weight: 700;
  margin: 0 0 9px 0;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .title {
    margin: 0 0 4px 0;
    font-size: 20px;
  }
}
.single-product-info .prices {
  margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .prices {
    margin-bottom: 5px;
  }
}
.single-product-info .prices .price {
  font-weight: 400;
  font-size: 18px;
  margin: 0 10px 0;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .single-product-info .prices .price {
    font-size: 14px;
    margin: 0 4px 0;
    line-height: 1;
  }
}
.single-product-info .prices .price-old {
  color: #a4a4a4;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
}
@media only screen and (max-width: 991px) {
  .single-product-info .prices .price-old {
    font-size: 12px;
    line-height: 1;
  }
}
.single-product-info .prices .price-save {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px;
  background: #242424;
  border-radius: 3px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .single-product-info .prices .price-save {
    font-size: 11px;
    padding: 3px 7px;
  }
}
.single-product-info .product-number {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .single-product-info .product-number {
    font-size: 13px;
  }
}
.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: #d54343 !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 .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: #d54343;
}
.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: #d54343;
  font-size: 400px;
  font-size: 13px;
  margin-right: 5px;
  opacity: 0.5;
  font-style: italic;
  text-decoration: line-through;
}
.single-product-info .btn-review {
  color: #555;
  display: inline-block;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .btn-review {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.single-product-info .btn-review:hover {
  color: #54ac00;
}
.single-product-info .btn-review i {
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .btn-review i {
    margin-right: 5px;
    font-size: 14px;
  }
}
.single-product-info .product-desc {
  border-bottom: 1px solid #e3e3e3;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 25px;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  .single-product-info .product-desc {
    font-size: 13px;
    padding: 5px 0 12px;
  }
}
.single-product-info .product-meta {
  margin-bottom: 19px;
}
.single-product-info .product-meta .meta-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 100%;
}
.single-product-info .product-meta .meta-item span {
  color: #000;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  width: 100px;
}
.single-product-info .product-meta .meta-item form {
  display: inline-block;
  width: 81.82%;
}
.single-product-info .product-meta .meta-item form .form-group {
  margin-bottom: 0;
}
.single-product-info .product-meta .meta-item form .form-group .form-control {
  border: 1px solid #ddd;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #727883;
  display: block;
  font-size: 14px;
  height: 42px;
  padding: 5px 10px;
}
.single-product-info .product-meta .meta-item form .form-group .form-control option {
  font-size: 14px;
  color: #727883;
}
.single-product-info .product-meta .meta-item form .form-group .form-control:active, .single-product-info .product-meta .meta-item form .form-group .form-control:focus {
  border-color: #000;
}
.single-product-info .product-variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .product-variants {
    margin-bottom: 5px;
  }
}
.single-product-info .product-variants .product-action-size {
  margin: 0;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .single-product-info .product-variants .product-action-size {
    width: 20%;
  }
}
.single-product-info .product-variants .product-action-size .title {
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.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;
  width: auto;
  padding: 8px 14px 8px 7px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .product-variants .product-action-size select {
    font-size: 11px;
    padding: 5px 10px 5px 5px;
  }
}
.single-product-info .product-variants .product-action-color {
  margin: 0;
  width: 25%;
}
.single-product-info .product-variants .product-action-color .title {
  color: #555;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.single-product-info .product-variants .product-action-color .form-check {
  display: inline-block;
  padding-top: 4px;
}
@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: 11px;
  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: 33px;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .quick-product-action {
    margin-bottom: 0;
  }
}
.single-product-info .quick-product-action .title {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
.single-product-info .quick-product-action .action-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .quick-product-action .action-top {
    margin-bottom: 8px;
  }
}
.single-product-info .quick-product-action .action-top .pro-qty {
  display: inline-block;
  position: relative;
  width: 60px;
  margin-right: 20px;
}
.single-product-info .quick-product-action .action-top .pro-qty input {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: transparent;
  color: #253237;
  width: 48px;
  height: 52px;
  font-size: 13px;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .quick-product-action .action-top .pro-qty input {
    height: 38px;
  }
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn {
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  color: #253237;
  font-size: 10px;
  position: absolute;
  padding: 3px 6px 3px;
  right: -10px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .quick-product-action .action-top .pro-qty .qty-btn {
    padding: 0px 6px 0px;
  }
}
.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 rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  top: 0;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn.dec {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  bottom: 0;
}
.single-product-info .quick-product-action .action-top .btn.btn-black {
  position: relative;
  padding: 0 50px;
  color: #fff;
  line-height: 47px;
  height: 47px;
  font-size: 16px;
  font-weight: 700;
  background: #d54343;
  border-radius: 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .single-product-info .quick-product-action .action-top .btn.btn-black {
    padding: 0 28px;
    line-height: 1;
    height: 38px;
    font-size: 12px;
  }
}
.single-product-info .quick-product-action .action-top .btn.btn-black i {
  font-size: 22px;
  margin-right: 5px;
}
.single-product-info .quick-product-action .action-top .btn.btn-black:hover {
  background-color: #253237;
}
.single-product-info .quick-product-action .btn-wishlist {
  padding: 0;
  color: #253237;
  font-size: 16px;
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .quick-product-action .btn-wishlist {
    font-size: 13px;
  }
}
.single-product-info .quick-product-action .btn-wishlist i {
  margin-right: 10px;
}
.single-product-info .quick-product-action .btn-wishlist:hover {
  color: #54ac00;
}
.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;
}
.single-product-info .widget-social-icons span {
  color: #253237;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .single-product-info .widget-social-icons span {
    font-size: 13px;
    padding-right: 5px;
  }
}
.single-product-info .widget-social-icons a {
  color: #b4b4b4;
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .single-product-info .widget-social-icons a {
    padding: 0 5px;
    font-size: 17px;
  }
}
.single-product-info .widget-social-icons a:hover {
  color: #54ac00;
}
.single-product-info .card-info-area {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  margin-top: 28px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .card-info-area {
    padding-bottom: 23px;
  }
}
.single-product-info .card-info-area .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3px;
  padding: 30px 0 25px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .card-info-area .card-item {
    padding: 20px 0 0;
  }
}
.single-product-info .card-info-area .card-item .icon {
  margin-top: 6px;
}
.single-product-info .card-info-area .card-item .icon img {
  min-width: 25px;
}
.single-product-info .card-info-area .card-item .info-content {
  padding-left: 19px;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .card-info-area .card-item .info-content {
    padding-left: 10px;
  }
}
.single-product-info .card-info-area .card-item .info-content p {
  color: #909396;
  font-size: 13px;
  line-height: 1.538461;
}

.product-description-review {
  padding: 0 15px;
}
.product-description-review .product-description-tab-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 479.98px) {
  .product-description-review .product-description-tab-menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13px 0 4px;
  }
}
.product-description-review .product-description-tab-menu .nav-item .nav-link {
  background: transparent;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #909396;
  padding: 25px 31px;
  font-weight: 600;
  font-size: 18px;
  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: 767px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 479.98px) {
  .product-description-review .product-description-tab-menu .nav-item .nav-link {
    padding: 0 0 10px;
  }
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
  color: #232323;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link:hover {
  color: #232323;
}
.product-description-review .tab-content {
  padding: 48px 0 0;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .product-description-review .tab-content {
    padding: 15px 0 0;
    margin-bottom: 0;
  }
}
.product-description-review .tab-content .product-desc {
  font-size: 14px;
  line-height: 24px;
}
.product-description-review .tab-content .product-desc p {
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .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: #d54343;
  font-size: 20px;
  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: #d54343;
  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;
}
.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: 20px;
}
.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: #d54343;
}
.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;
}

.widget {
  background: #fff;
  padding: 0 0 50px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .widget {
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
}
.widget:last-child {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}

.widget-title {
  color: #242424;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
}
.widget-title a {
  color: #242424;
}

.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: 34px;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: capitalize;
}
.widget-custom-menu ul .has-sub a:before {
  color: #6f6f6f;
  content: "";
  font-family: "Ionicons";
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: 400;
}
.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: 34px;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: capitalize;
}
.widget-custom-menu ul .has-sub .collapsed:hover {
  color: #d54343;
}
.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: #d54343;
}

.widget-categorie .form-check {
  margin-bottom: 13px;
  padding: 0;
}
.widget-categorie .form-check input {
  border: 1px #dadada solid;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin: 8px 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 input:hover {
  border-color: #d54343;
  color: #d54343;
}
.widget-categorie .form-check label {
  cursor: pointer;
  font-size: 14px;
  margin-top: 0;
}

.widget-price-filter .slider-range {
  background-color: #d6d7d9 !important;
  height: 4px;
  margin-bottom: 17px;
}
.widget-price-filter .slider-range .noUi-handle {
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  width: 15px;
  height: 15px;
  top: -7px;
}
.widget-price-filter .slider-range .noUi-handle.noUi-active {
  top: -7px;
}
.widget-price-filter .slider-range .noUi-base .noUi-background {
  background: #d6d7d9 !important;
}
.widget-price-filter .slider-range .noUi-base .noUi-connect {
  background-color: #d54343;
  max-height: 380px;
  border: 1px solid #ebebeb;
  padding: 0;
  overflow: initial;
  height: 5px;
}
.widget-price-filter .slider-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  margin-top: 17px;
  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: #d54343;
}
.widget-price-filter .slider-labels .caption {
  position: relative;
  z-index: 99;
}
.widget-price-filter .slider-labels .caption span {
  color: #656565;
  font-weight: 400;
  font-size: 14px;
}
.widget-price-filter .slider-labels .range-separator {
  padding: 0;
}

.widget-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.widget-tags ul li a {
  border: 1px solid #ebebeb;
  border-radius: 25px;
  color: #747474;
  display: block;
  padding: 0 25px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  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;
}
@media only screen and (max-width: 1199px) {
  .widget-tags ul li a {
    padding: 0 19px;
    line-height: 32px;
    font-size: 13px;
  }
}
.widget-tags ul li a:hover {
  background-color: #d54343;
  border-color: #d54343;
  color: #fff;
}

.shop-toolbar-wrap {
  background: #f6f6f6;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  padding: 8px 20px;
}
.shop-toolbar-wrap .product-showing-status {
  margin-right: 6px;
}
.shop-toolbar-wrap .product-showing-status .count-result {
  font-size: 14px;
  margin: 0;
  float: left;
  color: #242424;
  font-weight: 400;
  text-transform: capitalize;
}
.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;
}
.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: 17px;
  padding: 0;
  margin-right: 18px;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link:hover {
  color: #d54343;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link.active {
  background-color: transparent;
  color: #d54343;
}
.shop-toolbar-wrap .product-sorting-menu .current {
  font-size: 14px;
  margin: 0;
  float: right;
  color: #242424;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .shop-toolbar-wrap .product-sorting-menu .current {
    float: none;
  }
}
.shop-toolbar-wrap .product-sorting-menu select {
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #242424;
  padding: 2px 3px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  text-align: left;
}
.shop-toolbar-wrap .product-sorting-menu .icon {
  color: #000;
  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;
}

.category-items1 .category-item .category-img {
  background-position: bottom left;
  background-repeat: no-repeat;
  position: relative;
  min-height: 373px;
}
.category-items1 .category-item .thumb {
  overflow: hidden;
}
.category-items1 .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-items1 .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-items2 .category-item .thumb {
  overflow: hidden;
}
.category-items2 .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-items2 .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-items3 .category-item {
  padding-bottom: 17px;
  width: 100%;
  height: 100%;
}
.category-items3 .category-item .thumb {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.category-items3 .category-item .thumb img {
  width: 100%;
  height: 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-list-item {
  margin-bottom: 43px;
}
.category-list-item .thumb {
  width: 46.5%;
  float: left;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.category-list-item .content {
  width: 53.5%;
  display: inline-block;
  padding-left: 20px;
  margin-top: 2px;
}
@media only screen and (max-width: 479.98px) {
  .category-list-item .content {
    padding-left: 15px;
  }
}
.category-list-item .content .title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2px;
}
.category-list-item .content .category-product-list {
  padding-left: 0;
  margin-bottom: -2px;
}
.category-list-item .content .category-product-list a {
  display: inherit;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 479.98px) {
  .category-list-item .content .category-product-list a {
    font-size: 13px;
    line-height: 21px;
  }
}
.category-list-item .content .category-product-list a:hover {
  color: #d54343;
}
.category-list-item .content .btn-link {
  font-size: 14px;
  font-weight: 700;
  color: #6f6f6f;
  text-transform: capitalize;
}
.category-list-item .content .btn-link:hover {
  color: #d54343;
}

.swiper-nav-style {
  position: relative;
}
.swiper-nav-style .swiper-button-prev,
.swiper-nav-style .swiper-button-next {
  color: #000000;
  font-size: 36px;
  left: -42px;
  line-height: 1;
  opacity: 0;
  top: 46%;
  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 (max-width: 1249px) {
  .swiper-nav-style .swiper-button-prev,
.swiper-nav-style .swiper-button-next {
    left: 30px;
  }
}
.swiper-nav-style .swiper-button-prev:after,
.swiper-nav-style .swiper-button-next:after {
  content: "";
  font-family: "Ionicons";
  font-size: 36px;
}
.swiper-nav-style .swiper-button-prev:hover,
.swiper-nav-style .swiper-button-next:hover {
  color: #d54343;
}
.swiper-nav-style .swiper-button-next {
  left: auto;
  right: -64px;
}
@media (max-width: 1249px) {
  .swiper-nav-style .swiper-button-next {
    right: 5px;
  }
}
.swiper-nav-style .swiper-button-next:after {
  content: "";
}
.swiper-nav-style:hover .swiper-button-prev,
.swiper-nav-style:hover .swiper-button-next {
  opacity: 1;
}

.swiper-nav-style2 {
  position: relative;
}
.swiper-nav-style2 .swiper-button-prev,
.swiper-nav-style2 .swiper-button-next {
  color: #e2e2e2;
  font-size: 36px;
  left: 13px;
  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: "Ionicons";
  font-size: 36px;
}
.swiper-nav-style2 .swiper-button-prev:hover,
.swiper-nav-style2 .swiper-button-next:hover {
  color: #d54343;
}
.swiper-nav-style2 .swiper-button-next {
  left: auto;
  right: -13px;
}
.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-nav-style3 {
  position: relative;
}
.swiper-nav-style3 .swiper-button-prev,
.swiper-nav-style3 .swiper-button-next {
  color: #e2e2e2;
  font-size: 20px;
  left: auto;
  line-height: 1;
  opacity: 1;
  right: 20px;
  top: -50px;
  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-style3 .swiper-button-prev:after,
.swiper-nav-style3 .swiper-button-next:after {
  content: "";
  font-family: "Ionicons";
  font-size: 20px;
}
.swiper-nav-style3 .swiper-button-prev:hover,
.swiper-nav-style3 .swiper-button-next:hover {
  color: #d54343;
}
.swiper-nav-style3 .swiper-button-next {
  left: auto;
  right: 0;
}
.swiper-nav-style3 .swiper-button-next:after {
  content: "";
}
@media only screen and (max-width: 991px) {
  .shop-sidebar-area {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-sidebar-area {
    padding-top: 65px;
  }
}

.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: #000;
  font-size: 14px;
  font-weight: 400;
  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;
  color: #000;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a {
  color: #000;
}
.cart-table-wrap .cart-table table tbody > tr td.product-name h5 a:hover {
  color: #d54343;
}
.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: #d54343;
}
.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: 18px;
  color: #000;
  display: inline-block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a:hover {
  color: #d54343;
}

.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: #d54343;
}
@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: 3px;
  padding: 8px 20px;
}
.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: 16px;
  margin-right: 2px;
  position: relative;
  top: 0;
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
  background-color: #d54343;
}
@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: #d54343;
}

.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;
}
.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: #000;
  height: 45px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  font-size: 13px;
  padding: 2px 16px;
  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: #d54343;
}
.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;
}
@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: #d54343;
}

.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: #d54343;
}
.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: #d54343;
}
.grand-total-wrap .grand-total-btn {
  margin-top: 24px;
}
.grand-total-wrap .grand-total-btn a {
  font-size: 14px;
  text-transform: uppercase;
  background-color: #d54343;
  display: block;
  font-weight: 600;
}
.grand-total-wrap .grand-total-btn a.btn {
  padding: 13px 20px;
  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: #d54343;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 15px 40px;
  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: #54ac00;
}

.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: 2px 16px;
  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: #d54343;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input::-moz-placeholder {
  /* Firefox 19+ */
  border-color: #d54343;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input:-ms-input-placeholder {
  /* IE 10+ */
  border-color: #d54343;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input:-moz-placeholder {
  /* Firefox 18- */
  border-color: #d54343;
  color: #000;
  opacity: 1;
}
.billing-info-wrap .billing-info input:active, .billing-info-wrap .billing-info input:focus {
  border-color: #d54343;
}
.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: 10px;
  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: #000;
  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: #d54343;
  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: #d54343;
}
.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: #d54343;
}
.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: 7px;
}
.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: #d54343;
}
.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: #d54343;
  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: #d54343;
  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: 18px 30px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  text-align: center;
  background-color: #d54343;
}
@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: #253237;
}

.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: #000;
  font-size: 14px;
  font-weight: 400;
  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 {
  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: #d54343;
}
.wishlist-table-content .table-content table tbody > tr td.product-price span {
  font-size: 16px;
  font-weight: 400;
  color: #54ac00;
}
.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: #d54343;
}
.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: #d54343;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a:hover {
  background-color: #54ac00;
}

.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: #d54343;
  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: #d54343;
}
.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: #54ac00;
  font-size: 15px;
}
.compare-table .table tbody tr td a.check-btn:hover {
  color: #d54343;
}
.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: #d54343;
}
.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 .single-product-slider .single-product-thumb .thumb-item img {
  cursor: auto;
}

.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;
  padding: 35px 0 35px 20px;
}
@media only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-thumb {
    padding: 30px 15px;
  }
}

.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 .single-product-info {
  padding: 35px 30px 35px 0;
}
@media only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-info {
    margin-top: 0;
    padding: 0 15px 30px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content {
  border: none;
}

.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: #444;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  opacity: 1;
  position: absolute;
  right: -25px;
  text-shadow: 0 1px 0 #fff;
  top: -25px;
  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: 1199px) {
  .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close {
    right: 15px;
  }
}
@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: 20px;
    height: 30px;
    line-height: 1;
    top: 7px;
    width: 30px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close:hover {
  background-color: #ff6131;
}

.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: #fafafa;
  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: #ff6131;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close {
  background-color: #444;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  opacity: 1;
  position: absolute;
  right: -25px;
  text-shadow: 0 1px 0 #fff;
  top: -25px;
  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;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close:hover {
  background-color: #ff6131;
}

.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;
}

/*
-----------------------------------------------------------------------
  Home Two CSS
-----------------------------------------------------------------------
*/
.home-two-wrapper .product-item .product-thumb .ribbons .ribbon {
  width: 50px;
  height: 23px;
  line-height: 21px;
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .category-items2 .category-item {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home-two-wrapper .category-items2 .category-item .thumb img {
    width: auto;
  }
}
.home-two-wrapper .swiper-nav-style3 .swiper-button-prev,
.home-two-wrapper .swiper-nav-style3 .swiper-button-next {
  top: -42px;
}
.home-two-wrapper .offcanvas-top .header-top-info {
  background-color: #d54343;
}
.home-two-wrapper .offcanvas-top .header-top-info .info-mail a,
.home-two-wrapper .offcanvas-top .header-top-info .info-map a {
  color: #fff;
}
.home-two-wrapper .offcanvas-top .header-top-info .header-action-dropdown-acc .current-item {
  color: #fff;
}
.home-two-wrapper .offcanvas-top .header-top-info .header-action-dropdown-acc .current-item:before {
  color: #fff;
}

/*
-----------------------------------------------------------------------
  Home Three CSS
-----------------------------------------------------------------------
*/
@media only screen and (max-width: 767px) {
  .home-three-wrapper .slider-style3 .container {
    max-width: 100%;
  }
}
.home-three-wrapper .slider-style3 .vertical-menu .vmenu-content .menu-item:hover .menu-item-title {
  color: #54ac00;
}
.home-three-wrapper .slider-style3 .vertical-menu .vmenu-content .menu-item:hover .menu-item-title i {
  color: #54ac00;
}
.home-three-wrapper .slider-style3 .vertical-menu .vmenu-content li .verticale-mega-menu li:hover a.title {
  color: #54ac00 !important;
}
.home-three-wrapper .slider-style3 .vertical-menu .vmenu-content li .verticale-mega-menu li ul li a:hover {
  color: #54ac00;
}
.home-three-wrapper .slider-style3 .vertical-menu .vmenu-content li.expand a.minus {
  color: #54ac00;
}
.home-three-wrapper .slider-style3 .vertical-menu .vmenu-content li.expand a:hover {
  color: #54ac00;
}
.home-three-wrapper .product-item .ribbons .ribbon {
  background-color: #54ac00;
  position: absolute;
  display: inline-block;
  min-width: 50px;
  font-weight: 400;
  line-height: 23px;
  height: 23px;
  border-radius: 3px;
  text-transform: uppercase;
}
.home-three-wrapper .product-item .title a:hover {
  color: #54ac00;
}
.home-three-wrapper .product-item .content-inner .btn-link:hover {
  color: #54ac00;
}
.home-three-wrapper .product-item .content-inner .product-info-action a:hover {
  color: #54ac00;
}
.home-three-wrapper .section-title .subtitle {
  color: #54ac00;
}
.home-three-wrapper .product-item2 .product-info .title a:hover {
  color: #54ac00;
}
.home-three-wrapper .product-items2 .product-item:hover .product-info-style .title a {
  color: #54ac00;
}
.home-three-wrapper .blog-area .post-item .content .title a:hover {
  color: #54ac00;
}
.home-three-wrapper .swiper-nav-style .swiper-button-prev:hover,
.home-three-wrapper .swiper-nav-style .swiper-button-next:hover {
  color: #54ac00;
}
.home-three-wrapper .swiper-nav-style3 .swiper-button-prev,
.home-three-wrapper .swiper-nav-style3 .swiper-button-next {
  top: -42px;
}
.home-three-wrapper .swiper-nav-style3 .swiper-button-prev:hover,
.home-three-wrapper .swiper-nav-style3 .swiper-button-next:hover {
  color: #54ac00;
}
.home-three-wrapper .newsletter-content-wrap .newsletter-form .btn-theme {
  background-color: #54ac00;
}
.home-three-wrapper .widget-social-icons li:hover {
  color: #54ac00;
}
.home-three-wrapper .widget-menu-wrap .nav-menu li a:hover {
  color: #54ac00;
}
.home-three-wrapper .widget-contact-info .desc p a:hover {
  color: #54ac00;
}
.home-three-wrapper .offcanvas-top .header-top-info {
  background-color: #54ac00;
}
.home-three-wrapper .offcanvas-top .header-top-info .info-mail a,
.home-three-wrapper .offcanvas-top .header-top-info .info-map a {
  color: #fff;
}
.home-three-wrapper .offcanvas-top .header-top-info .header-action-dropdown-acc .current-item {
  color: #fff;
}
.home-three-wrapper .offcanvas-top .header-top-info .header-action-dropdown-acc .current-item:before {
  color: #fff;
}
.home-three-wrapper .header-minicart-content .minicart-inner .minicart-buttons .cart-button {
  background-color: #54ac00;
}
.home-three-wrapper .header-minicart-content .minicart-inner .minicart-price.minicart-subtotal .total {
  color: #54ac00;
}
.home-three-wrapper .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb .quantity-number {
  background-color: #54ac00;
}

/*
-----------------------------------------------------------------------
  Home Four CSS
-----------------------------------------------------------------------
*/
.home-four-wrapper .header-top-info .info-mail a:hover,
.home-four-wrapper .header-top-info .info-map a:hover {
  color: #54ac00;
}
.home-four-wrapper .header-action-dropdown-acc:hover .current-item {
  color: #54ac00;
}
.home-four-wrapper .header-action-dropdown-acc:hover .current-item:before, .home-four-wrapper .header-action-dropdown-acc:hover .current-item:after {
  color: #54ac00;
}
.home-four-wrapper .header-lang-dropdown .btn-lang:hover {
  color: #54ac00;
}
.home-four-wrapper .header-lang-dropdown .btn-lang:hover:after {
  color: #54ac00;
}
.home-four-wrapper .header-currency-dropdown .btn-currency:hover {
  color: #54ac00;
}
.home-four-wrapper .header-currency-dropdown .btn-currency:hover:after {
  color: #54ac00;
}
.home-four-wrapper .header-action-cart .btn-cart .cart-count {
  background-color: #54ac00;
}
.home-four-wrapper .header-action-cart:hover .btn-cart {
  color: #54ac00;
}
.home-four-wrapper .header-action-area .btn-menu:hover {
  color: #54ac00;
}
.home-four-wrapper .header-wrapper .header-middle {
  background-color: #fff;
}
.home-four-wrapper .header-wrapper .header-middle .header-resmobile .header-search-box form .form-input-group {
  background-color: transparent;
  border: 2px solid #e5e5e5;
  border-radius: 0;
}
.home-four-wrapper .header-wrapper .header-middle .header-resmobile .header-search-box form .form-input-group input {
  width: 100%;
}
.home-four-wrapper .header-wrapper .header-middle .header-resmobile .header-search-box form .form-input-group .categories-dropdown {
  display: none;
}
.home-four-wrapper .header-wrapper .header-middle .header-resmobile .header-search-box form .form-input-group .btn-src {
  background-color: transparent;
  color: #8d8d8d;
  font-size: 20px;
  top: 1px;
}
.home-four-wrapper .header-wrapper .header-middle .header-resmobile .header-search-box form .form-input-group .btn-src:hover {
  color: #54ac00;
}
@media only screen and (max-width: 767px) {
  .home-four-wrapper .slider-style4 .container {
    max-width: 100%;
  }
}
.home-four-wrapper .product-item .ribbons .ribbon {
  background-color: #253237;
  border-radius: 30px;
  display: inline-block;
  position: absolute;
  min-width: 50px;
  font-weight: 400;
  line-height: 17px;
  height: 18px;
  text-transform: uppercase;
}
.home-four-wrapper .product-item .ribbons .ribbon.ribbon-discount {
  background-color: #54ac00;
}
.home-four-wrapper .product-item .title a:hover {
  color: #54ac00;
}
.home-four-wrapper .product-item .content-inner .btn-link:hover {
  color: #54ac00;
}
.home-four-wrapper .product-item .content-inner .product-info-action a:hover {
  color: #54ac00;
}
.home-four-wrapper .section-title .subtitle {
  color: #54ac00;
}
.home-four-wrapper .product-item2 .product-info .title a:hover {
  color: #54ac00;
}
.home-four-wrapper .blog-area .post-item .content .title a:hover {
  color: #54ac00;
}
.home-four-wrapper .swiper-nav-style .swiper-button-prev:hover,
.home-four-wrapper .swiper-nav-style .swiper-button-next:hover {
  color: #54ac00;
}
.home-four-wrapper .swiper-nav-style3 .swiper-button-prev:hover,
.home-four-wrapper .swiper-nav-style3 .swiper-button-next:hover {
  color: #54ac00;
}
.home-four-wrapper .product-tab-content .nav-item .nav-link {
  color: #909396;
}
.home-four-wrapper .product-tab-content .nav-item .nav-link:hover {
  color: #54ac00;
}
.home-four-wrapper .product-tab-content .nav-item .nav-link.active {
  color: #54ac00;
}
.home-four-wrapper .newsletter-content-wrap .newsletter-form .btn-theme {
  background-color: #54ac00;
}
.home-four-wrapper .widget-social-icons li:hover {
  color: #54ac00;
}
.home-four-wrapper .widget-menu-wrap .nav-menu li a:hover {
  color: #54ac00;
}
.home-four-wrapper .widget-contact-info .desc p a:hover {
  color: #54ac00;
}
.home-four-wrapper .header-minicart-content .minicart-inner .minicart-buttons .cart-button {
  background-color: #54ac00;
}
.home-four-wrapper .header-minicart-content .minicart-inner .minicart-price.minicart-subtotal .total {
  color: #54ac00;
}
.home-four-wrapper .header-minicart-content .minicart-inner .minicart-list .minicart-item .thumb .quantity-number {
  background-color: #54ac00;
}

/*
-----------------------------------------------------------------------
    Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
  padding: 56px 0 0;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-default-area {
    padding: 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-default-area {
    padding: 35px 0 0;
  }
}
.blog-area.blog-default-area .section-title {
  margin-bottom: 31px;
}
.blog-area.blog-style1-area {
  padding: 86px 0 60px;
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-style1-area {
    padding: 65px 0 40px;
  }
}
.blog-area.blog-style2-area {
  padding: 85px 0 61px;
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-style2-area {
    padding: 65px 0 41px;
  }
}
.blog-area.blog-grid-area {
  padding: 90px 0 52px;
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area {
    padding: 70px 0 32px;
  }
}

.post-item {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .post-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.post-item .content {
  padding: 65px 20px 20px;
}
@media only screen and (max-width: 1199px) {
  .post-item .content {
    padding: 32px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .post-item .content {
    padding: 19px 10px 23px 12px;
  }
}
.post-item .content .category a {
  color: #909396;
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .post-item .content .category a {
    font-size: 11px;
  }
}
.post-item .content .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 20px;
  margin-top: 17px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .post-item .content .title {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.post-item .content .title a {
  color: #253237;
}
.post-item .content .title a:hover {
  color: #d54343;
}
.post-item .content p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: normal;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .post-item .content p {
    font-size: 13px;
    margin-bottom: 2px;
  }
}
.post-item .content .meta .post-date {
  color: #4f4f4f;
  font-size: 13px;
  margin: 0;
  letter-spacing: 0.91px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .post-item .content .meta .post-date {
    font-size: 11px;
  }
}
.post-item .thumb {
  max-width: 255px;
  min-width: 255px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .post-item .thumb {
    width: 100%;
    max-width: none;
    min-width: auto;
  }
}
.post-item .thumb img {
  height: 100%;
  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;
}
.post-item .thumb:hover 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);
}

.post-item2 {
  margin-bottom: 30px;
}
.post-item2 .thumb {
  overflow: hidden;
}
.post-item2 .thumb img {
  height: 100%;
  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;
}
.post-item2 .content {
  padding: 22px 0 0 0;
}
.post-item2 .content .title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .post-item2 .content .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.post-item2 .content .title a {
  color: #253237;
}
.post-item2 .content .title a:hover {
  color: #d54343;
}
.post-item2 .content p {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.78;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .post-item2 .content p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.post-item2 .content .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-item2 .content .post-meta span {
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .post-item2 .content .post-meta span {
    font-size: 12px;
  }
}
.post-item2 .content .post-meta span a:hover {
  color: #253237;
}
.post-item2 .content .post-meta .category {
  color: #253237;
}
.post-item2 .content .post-meta .post-date {
  border-right: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  padding: 0 10px 0 10px;
  margin: 0 10px 0 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .post-item2 .content .post-meta .post-date {
    padding: 0 4px 0 4px;
    margin: 0 4px 0 4px;
  }
}
.post-item2 .content .btn-link {
  color: #555;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-item2 .content .btn-link i {
  margin-left: 4px;
  position: relative;
  top: 1px;
}
.post-item2 .content .btn-link:hover {
  color: #d54343;
}
.post-item2: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);
}

.post-list-style .post-item2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.post-list-style .post-item2 .content {
  padding: 0;
  margin-top: 15px;
}
.post-list-style .post-item2 .content .title {
  margin: 0;
  font-weight: 600;
}
.post-list-style .post-item2 .content p {
  margin-bottom: 15px;
}
.post-list-style .post-item2 .content .post-meta {
  padding: 14px 0 15px 0;
}
.post-list-style .post-item2 .content .btn-link {
  text-align: end;
}

.blog-grid-4column .post-item2 .content .post-meta span {
  font-size: 12px;
}
.blog-grid-4column .post-item2 .content .post-meta .post-date {
  padding: 0 5px 0 5px;
  margin: 0 5px 0 5px;
}
@media only screen and (max-width: 767px) {
  .blog-grid-4column .post-item2 .content .post-meta .post-date {
    padding: 0 4px 0 4px;
    margin: 0 4px 0 4px;
  }
}
.blog-grid-4column .post-item2 .title {
  font-size: 15px;
}
.blog-grid-4column .post-item2 .post-desc {
  font-size: 13px;
  margin-bottom: 5px;
}
.blog-grid-4column .post-item2 p {
  line-height: 1.6;
}
.blog-grid-4column .post-item2 .btn-link {
  font-size: 12px;
}

.blog-details-area {
  padding: 90px 0 80px;
}
@media only screen and (max-width: 767px) {
  .blog-details-area {
    padding: 70px 0 40px;
  }
}

.post-details-content .post-details-body {
  padding-bottom: 35px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body {
    padding-bottom: 30px;
  }
}
.post-details-content .post-details-body .thumb {
  margin-bottom: 29px;
}
.post-details-content .post-details-body .content .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .post-details-content .post-details-body .content .title {
    font-size: 17px;
  }
}
.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 {
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .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;
}
.post-details-content .post-details-body .content p {
  font-size: 14px;
  color: #242424;
  line-height: 24px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .post-details-body .content p {
    font-size: 13px;
  }
}
.post-details-content .blockquote-item {
  background-color: rgba(84, 172, 0, 0.7);
  padding: 68px 70px;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .blockquote-item {
    padding: 58px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content .blockquote-item {
    padding: 35px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .post-details-content .blockquote-item {
    margin-bottom: 17px;
  }
}
.post-details-content .blockquote-item .content {
  padding: 0;
  text-align: center;
}
.post-details-content .blockquote-item .content p {
  color: #fff;
  font-weight: 400;
  font-size: 44px;
  margin-bottom: 0;
  line-height: 1.545454;
}
@media only screen and (max-width: 1199px) {
  .post-details-content .blockquote-item .content p {
    font-size: 36px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) {
  .post-details-content .blockquote-item .content p {
    font-size: 24px;
  }
}
@media (max-width: 423px) {
  .post-details-content .blockquote-item .content p {
    font-size: 17px;
  }
}
.post-details-content .blockquote-item .content p span {
  font-weight: 700;
}
.post-details-content .widget-social-icons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 359.98px) {
  .post-details-content .widget-social-icons {
    display: block;
    padding-top: 0;
  }
}
.post-details-content .widget-social-icons span {
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .post-details-content .widget-social-icons span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 359.98px) {
  .post-details-content .widget-social-icons span {
    display: block;
    margin-bottom: 6px;
  }
}
.post-details-content .widget-social-icons .social-icons a {
  background-color: #253237;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin-left: 13px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .post-details-content .widget-social-icons .social-icons a {
    margin-left: 8px;
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}
.post-details-content .widget-social-icons .social-icons a:hover {
  background-color: #d54343;
  color: #fff;
}
.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: 20px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar-area {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sidebar-area {
    padding-top: 30px;
  }
}

.comment-area {
  padding: 45px 0 0;
}
.comment-area .comment-view-area {
  padding: 0 0 50px;
}
.comment-area .comment-view-area .title {
  font-size: 16px;
  margin-bottom: 39px;
}
.comment-area .comment-view-area .comment-content {
  border: 1px solid #e6e6e6;
  padding: 43px 41px 25px 36px;
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-view-area .comment-content {
    padding: 43px 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;
  min-width: 80px;
  min-height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -15px;
}
.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: #242424;
  font-weight: 400;
  font-size: 13px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details ul li span {
  color: #d54343;
  margin-left: 3px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply {
  background-color: #253237;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 14px;
  padding: 4px 15px 6px;
}
@media only screen and (max-width: 1199px) {
  .comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply {
    position: relative;
  }
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply:hover {
  background-color: #d54343;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info .author-details .btn-reply i {
  margin-right: 5px;
}
.comment-area .comment-view-area .comment-content .single-comment .author-info p {
  color: #242424;
  font-size: 14px;
  padding-left: 10px;
  line-height: 1.6;
}
@media only screen and (max-width: 1199px) {
  .comment-area .comment-view-area .comment-content .single-comment .author-info p {
    font-size: 13px;
  }
}

/*
-----------------------------------------------------------------------
	Contact CSS
-----------------------------------------------------------------------
*/
.contact-area {
  padding: 85px 0 90px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .contact-area {
    padding: 65px 0 63px;
  }
}
.contact-area .section-title {
  margin-bottom: 40px;
}
.contact-area .section-title .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
  .contact-area .section-title .title {
    font-size: 24px;
  }
}
.contact-area .section-title p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.account-login-area .section-title {
  margin-bottom: 28px;
}
.account-login-area .section-title .title {
  color: #333;
  font-size: 30px;
}
.account-login-area .section-title p {
  color: #666;
  font-size: 15px;
  margin-top: 3px;
}

.contact-info-content .contact-info-item {
  margin-bottom: 28px;
}
.contact-info-content .contact-info-item .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 4px;
  line-height: 21px;
}
.contact-info-content .contact-info-item .content a {
  color: #666;
  display: block;
  line-height: 1.6;
}
.contact-info-content .contact-info-item .content a:hover {
  color: #d54343;
}

.contact-map-area {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .contact-map-area {
    height: 400px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .contact-map-area iframe {
    height: 300px;
  }
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  background-color: #f7f7f7;
}
.footer-area .widget-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 40px;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .footer-area .widget-title {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    display: none;
    margin-bottom: 20px;
  }
}
.footer-area .widget-title.widget-collapsed-title {
  display: block;
  position: relative;
  background-color: #dbdbdb8c;
  padding: 20px 15px;
  border-radius: 10px 10px 0 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;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-title.widget-collapsed-title {
    background: none;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0 0 20px;
  }
}
.footer-area .widget-title.widget-collapsed-title:before {
  font-family: "Ionicons";
  font-size: 14px;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  top: calc(50% - 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;
}
.footer-area .widget-title.widget-collapsed-title.collapsed {
  border-radius: 0;
}
.footer-area .widget-title.widget-collapsed-title:not(.collapsed):before {
  content: "";
  font-family: "Ionicons";
}
.footer-area .widget-title.widget-collapsed-title:hover {
  color: #d54343;
}
.footer-area .widget-title.widget-collapsed-title:hover:before {
  color: #d54343;
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-item {
    margin-bottom: 20px;
  }
}
.footer-area .widget-collapse-body {
  padding: 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 (min-width: 768px) {
  .footer-area .widget-collapse-body {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-collapse-body .collapse-body-content {
    background-color: #fff;
    padding: 16px 22px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-collapse-body .collapse-body-content .newsletter-content-wrap {
    padding: 7px 0 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: 10px;
  }
}

.footer-top {
  border-bottom: 1px solid #e3e3e3;
  padding: 80px 0 60px;
}
@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 60px 0 21px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    border: none;
    padding-bottom: 0;
  }
}
.footer-top .widget-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .footer-top .widget-social-icons {
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-main {
  padding: 77px 0 75px;
}
@media only screen and (max-width: 991px) {
  .footer-main {
    padding: 60px 0 51px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-main {
    padding: 20px 0 45px;
  }
}

.footer-bottom {
  background-color: #fff;
  padding: 13px 0 17px;
}

@media only screen and (max-width: 575px) {
  .widget-payment-info {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-payment-info .thumb img {
    max-width: 200px;
  }
}

.newsletter-content-wrap .newsletter-content {
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-top: 1px;
  text-align: left;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-content {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }
}
.newsletter-content-wrap .newsletter-form {
  position: relative;
  overflow: hidden;
  width: 58%;
  padding-left: 4px;
  float: left;
}
@media only screen and (max-width: 1199px) {
  .newsletter-content-wrap .newsletter-form {
    width: 57%;
  }
}
@media only screen and (max-width: 991px) {
  .newsletter-content-wrap .newsletter-form {
    padding-left: 0;
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-content-wrap .newsletter-form {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 991px) {
  .newsletter-content {
    margin-right: 5px;
    width: 43%;
  }
}
.newsletter-content h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px;
}
@media only screen and (max-width: 991px) {
  .newsletter-content h2 {
    font-size: 17px;
  }
}
.newsletter-content p {
  color: rgba(111, 111, 111, 0.75);
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .newsletter-content p {
    font-size: 13px;
    line-height: 20px;
  }
}

.newsletter-form .form-control {
  background: #fff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  padding: 12px 100px 11px 20px;
  display: inline-block;
  width: 100%;
  border-radius: 35px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .newsletter-form .form-control {
    font-size: 12px;
  }
}
.newsletter-form .form-control:focus {
  border-color: #d54343;
  color: #000;
}
.newsletter-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b1b1b1;
  font-size: 14px;
}
.newsletter-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #b1b1b1;
  font-size: 14px;
}
.newsletter-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #b1b1b1;
  font-size: 14px;
}
.newsletter-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #b1b1b1;
  font-size: 14px;
}
.newsletter-form .btn-theme {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  background: #d54343;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 20px;
  line-height: 47px;
  height: 46px;
  border-radius: 0 35px 35px 0;
  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: 991px) {
  .newsletter-form .btn-theme {
    font-size: 12px;
    line-height: 43px;
    height: 42px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-form .btn-theme {
    height: 43px;
  }
}
.newsletter-form .btn-theme:hover {
  background-color: #000;
}

.widget-social-icons li {
  color: #253237;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  margin-left: 18.5px;
  font-size: 24px;
  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 {
    margin-left: 15px;
    font-size: 20px;
  }
}
.widget-social-icons li:hover {
  color: #d54343;
}

@media only screen and (max-width: 991px) {
  .widget-contact-info .footer-logo img {
    max-width: 120px;
  }
}
.widget-contact-info .desc {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .widget-contact-info .desc {
    margin-top: 16px;
  }
}
.widget-contact-info .desc p {
  color: #253237;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .widget-contact-info .desc p {
    margin-bottom: 10px;
  }
}
.widget-contact-info .desc p span {
  font-weight: 600;
  width: 100%;
  display: inline-block;
}
.widget-contact-info .desc p a {
  color: #253237;
}
.widget-contact-info .desc p a:hover {
  color: #d54343;
}

.widget-menu-wrap .nav-menu {
  display: block;
}
.widget-menu-wrap .nav-menu li {
  margin-bottom: 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;
}
.widget-menu-wrap .nav-menu li a {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  display: block;
  position: relative;
  color: #6f6f6f;
}
.widget-menu-wrap .nav-menu li:hover {
  padding-left: 7px;
}
.widget-menu-wrap .nav-menu li:hover a {
  color: #d54343;
}

@media only screen and (max-width: 767px) {
  .footer-bottom-content {
    text-align: center;
  }
}

.widget-copyright p {
  color: #253237;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .widget-copyright p {
    text-align: left;
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-copyright p {
    text-align: center;
  }
}
.widget-copyright p a {
  color: #253237;
}
.widget-copyright p a:hover {
  color: #d54343;
}
.widget-copyright p i {
  margin: 0;
}
.widget-copyright p i.icon-heart-color {
  margin: 0 2px;
  color: #d54343;
  position: relative;
  top: 1px;
}