@charset "UTF-8";
/*===================================================================
[Table Of Content]

    * Typography CSS
    * Common CSS
    * Main Navigation CSS
    * Header CSS
    * Home Slider CSS
    * About CSS
    * Causes CSS
    * Donate CSS
    * Team CSS
    * Brand Logo CSS
    * Form CSS
    * Blog CSS
    * Contact CSS
    * Footer CSS

=====================================================================*/
/*
-----------------------------------------------------------------------
  Typography CSS
-----------------------------------------------------------------------
*/
body {
  color: #2d2d2d;
  font-size: 1rem;
  font-family: "Rubik", 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: #000;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 0;
}

a {
  color: #f379a7;
  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 {
  box-shadow: none;
  color: #ed3379;
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}

.btn:focus {
  box-shadow: none;
}

p {
  color: #777;
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}

:active,
:focus {
  box-shadow: none;
  outline: none !important;
}

::selection {
  background: #f379a7;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #f379a7;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #f379a7;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

img {
  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: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.section-title {
  margin-bottom: 51px;
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title .title {
  font-size: 36px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 575px) {
  .section-title .title {
    font-size: 30px;
  }
}
.section-title p {
  color: #2d2d2d;
}

.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%;
}

.no-border {
  border: none !important;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.content-items-center {
  align-items: center;
  display: flex;
}

.justify-items-center {
  display: flex;
  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;
  }
}

@media only screen and (min-width: 1200px) {
  .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: #f379a7;
  border-color: #f379a7;
  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%;
  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: #95b3e0;
  border-color: #95b3e0;
  color: #fff;
}
.btn-theme:hover .icon, .btn-theme:focus .icon {
  right: 40px;
}
.btn-theme.btn-theme-color2 {
  background-color: #95b3e0;
  border-color: #95b3e0;
}
.btn-theme.btn-theme-color2:hover, .btn-theme.btn-theme-color2:focus {
  background-color: #f379a7;
  border-color: #f379a7;
}
.btn-theme.btn-black {
  background-color: #333;
  border-color: #333;
}
.btn-theme.btn-black:hover {
  background-color: #f379a7;
  border-color: #f379a7;
  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: #f379a7;
}
.btn-theme.btn-gray {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}
.btn-theme.btn-gray:hover {
  background-color: #f379a7;
  border-color: #f379a7;
  color: #fff;
}
.btn-theme.btn-border {
  background-color: transparent;
  border: 1px solid #f379a7;
  color: #f379a7;
  padding: 5px 25px 5px 25px;
}
.btn-theme.btn-border:hover {
  background-color: #f379a7;
  border-color: #f379a7;
  color: #fff;
}
.btn-theme.btn-border.btn-theme-color2 {
  background-color: transparent;
  border-color: #95b3e0;
  color: #95b3e0;
}
.btn-theme.btn-border.btn-theme-color2:hover {
  background-color: #95b3e0;
  border-color: #95b3e0;
  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: #f379a7;
  border-color: #f379a7;
  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: #f379a7;
  border-color: #f379a7;
  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: #f379a7;
  border: 1px solid #f379a7;
  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: #f379a7;
}

/*-------- Page Title Style Css --------*/
.page-title-area {
  background-color: #95b3e0;
  overflow: hidden;
  position: relative;
}
.page-title-area:after {
  content: "";
  background: no-repeat center center;
  background-size: cover;
  background-image: url("../img/photos/1.png");
  height: 34px;
  width: 100%;
  position: absolute;
  top: -11px;
  left: 0;
}
.page-title-area .page-title-content {
  padding: 134px 0 137px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content {
    padding: 134px 0 110px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content {
    padding: 105px 0 80px;
  }
}
.page-title-area .page-title-content .title {
  color: #fff;
  font-weight: 400;
  font-size: 72px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title-content .title {
    font-size: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .title {
    font-size: 36px;
  }
}
.page-title-area .page-title-content .bread-crumbs a {
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .bread-crumbs a {
    font-size: 16px;
  }
}
.page-title-area .page-title-content .bread-crumbs a:hover {
  color: #f379a7;
}
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
  color: #f379a7;
  margin-left: 4px;
}
.page-title-area .page-title-content .bread-crumbs span {
  font-family: "Fredoka One", cursive;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-title-area .page-title-content .bread-crumbs span {
    font-size: 16px;
  }
}
.page-title-area .page-title-content .bread-crumbs span.active {
  color: #f379a7;
}

/*-------- Pagination Style Css --------*/
.pagination-area .page-numbers {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
}
.pagination-area .page-numbers li .page-number {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  color: #d5d5d5;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  margin-right: 10px;
  text-align: center;
  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;
}
.pagination-area .page-numbers li .page-number:hover {
  background-color: #f379a7;
  border-color: #f379a7;
  color: #fff;
}
.pagination-area .page-numbers li .page-number.active {
  background-color: #f379a7;
  border-color: #f379a7;
  color: #fff;
}
.pagination-area .page-numbers li .page-number.next {
  font-size: 24px;
}

/*-------- Error Style Css --------*/
.error-content {
  padding: 220px 0 200px;
}
@media only screen and (max-width: 991px) {
  .error-content {
    padding: 220px 0 170px;
  }
}
@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: "Fredoka One", cursive;
  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: "Rubik", 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: "Rubik", sans-serif;
  color: #f379a7;
}
.error-content p a:hover {
  color: #95b3e0;
}
.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: "Rubik", 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: #f379a7;
}
.error-content .error-search form button {
  position: absolute;
  top: 56%;
  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: #f379a7;
}

/*-------- Coming Soon Style Css --------*/
.coming-soon-area {
  align-items: center;
  display: flex;
  background-color: #c0dfe8;
  height: 100vh;
  margin-top: 0;
}
.coming-soon-area .coming-soon-content h1 {
  font-size: 42px;
  font-weight: 400;
  margin: 0;
}
.coming-soon-area .coming-soon-content h1 span {
  font-weight: 400;
  font-size: 160px;
  line-height: 1;
  color: #f379a7;
}
@media only screen and (max-width: 767px) {
  .coming-soon-area .coming-soon-content h1 span {
    font-size: 100px;
  }
}
.coming-soon-area .coming-soon-content p {
  color: #444;
  font-weight: 400;
  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 45px;
}
.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 input:focus {
  border: 2px solid #fcdcea;
}
.subscribe-form form .input-content .mc-news-6 {
  display: none;
}
.subscribe-form form .input-content .submit-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.subscribe-form form .input-content .submit-btn input {
  width: auto;
  height: auto;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 600;
  border: none;
  color: #f379a7;
  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: #95b3e0;
}

/*-------- Preloader Style Css --------*/
.preloader-deactive .preloader-wrap {
  display: none;
}

.preloader-wrap {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  overflow: hidden;
}
.preloader-wrap .preloader {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  filter: contrast(20);
}
.preloader-wrap .preloader .dot {
  background-color: #000;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.preloader-wrap .preloader .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.preloader-wrap .preloader .dots span {
  background-color: #000;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  border-radius: 50%;
}

@keyframes dot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
/*-------- 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-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-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-30 {
    margin-bottom: 30px !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;
}

@media only screen and (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important;
  }

  .md-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;
}

/*-------- 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: 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .scroll-to-top {
    bottom: 70px;
  }
}
.scroll-to-top:hover {
  background-color: #f379a7;
  box-shadow: none;
  color: #fff;
}

/*
-----------------------------------------------------------------------
	Main Navigation CSS
-----------------------------------------------------------------------
*/
.main-menu {
  align-content: center;
  font-family: "Rubik", 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: #f379a7;
}
.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: "FontAwesome";
  position: absolute;
  right: 11px;
  top: 7px;
}
.has-submenu:hover > .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin: 0;
  margin-top: 20px;
}
.has-submenu:hover .menu-content .menu-content-inner h4, .has-submenu:hover .menu-content .menu-content-inner .btn-brand {
  transform: none !important;
}
.has-submenu .submenu-nav {
  box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
  background-color: #333;
  color: #fff;
  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: 26px;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.has-submenu .submenu-nav > li {
  line-height: 1.8;
  position: relative;
}
.has-submenu .submenu-nav > li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 1.8;
  padding: 10px 30px;
  position: relative;
}
.has-submenu .submenu-nav > li a:hover {
  color: #f379a7;
  text-decoration: underline;
}
.has-submenu .submenu-nav > li:hover > a {
  color: #f379a7;
  text-decoration: underline;
}
.has-submenu .submenu-nav > li:hover:after {
  color: #f379a7 !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 {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.has-submenu .submenu-nav > li.has-submenu:after {
  content: "";
  color: #2d2d2d;
  font-size: 15px;
  line-height: 1.2;
  font-family: "FontAwesome";
  position: absolute;
  right: 25px;
  top: 12px;
}
.has-submenu .submenu-nav > li.has-submenu .submenu-nav {
  left: 100%;
  top: 0;
  margin-top: -15px;
}
.has-submenu .submenu-nav-mega {
  display: flex;
  padding: 40px 50px;
  max-width: 1170px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .has-submenu .submenu-nav-mega {
    width: 830px;
  }
}
.has-submenu .submenu-nav-mega .mega-menu-item {
  text-align: left;
  padding-right: 30px;
  padding-left: 0;
  float: left;
  display: block;
  width: 20%;
  padding-top: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item.banner-menu-content-wrap {
  width: 40%;
}
.has-submenu .submenu-nav-mega .mega-menu-item:last-child {
  border-right: 0;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li {
  position: relative;
  padding: 10px 25px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li a:hover {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.feature a:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  color: #f379a7;
  right: -20px;
  top: 1px;
  font-size: 12px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a {
  position: relative;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.new a:after {
  background-color: #f379a7;
  content: "New";
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: -38px;
  line-height: 1;
  padding: 2px 3px;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li:hover .menu-thumb {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.has-submenu .submenu-nav-mega .mega-menu-item ul li.active a {
  color: #fff;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content {
  padding: 0 !important;
  margin: -1px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner {
  background-size: cover;
  background-position: center center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4, .has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  color: #fff;
  transition: 0.4s;
  transition-delay: 0.3s;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 {
  transform: translateY(-80%);
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner h4 span {
  color: #f379a7;
  font-style: italic;
}
.has-submenu .submenu-nav-mega .mega-menu-item.menu-content .menu-content-inner .btn-brand {
  margin-top: 30px;
  font-weight: 700;
  transform: translateY(80%);
}
.has-submenu.full-width {
  position: static;
}
.has-submenu.colunm-two {
  position: relative;
}
.has-submenu.colunm-two .submenu-nav-mega {
  left: 100px !important;
  width: 550px;
}
.has-submenu.colunm-two .submenu-nav-mega .mega-menu-item {
  padding: 0 !important;
  flex-basis: 50%;
}

/* Responsive Mobile Menu */
.res-mobile-menu {
  margin: 0 -10px;
}
.res-mobile-menu .slicknav_btn {
  display: none;
}
.res-mobile-menu .slicknav_menu {
  background-color: transparent;
  padding: 0;
}
.res-mobile-menu .slicknav_menu + .slicknav_menu {
  display: none;
}
.res-mobile-menu .slicknav_nav {
  display: block !important;
}
.res-mobile-menu .slicknav_nav li {
  border-bottom: none;
  margin-bottom: 1px;
  position: relative;
}
.res-mobile-menu .slicknav_nav li:last-child {
  border-bottom: 0;
}
.res-mobile-menu .slicknav_nav li a {
  color: #777;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 25px;
  margin: 0;
  text-transform: capitalize;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
    padding: 10px 15px;
  }
}
.res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  background-color: transparent;
  color: #878b93;
  font-size: 17px;
  display: block;
  text-align: center;
  margin: 0;
  position: absolute;
  right: 8px;
  top: 48%;
  transform: translateY(-50%);
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
    font-size: 10px;
  }
}
.res-mobile-menu .slicknav_nav li a a {
  padding: 0;
}
.res-mobile-menu .slicknav_nav li a:hover {
  color: #f379a7;
  background-color: transparent;
}
.res-mobile-menu .slicknav_nav li img {
  display: none;
}
.res-mobile-menu .slicknav_nav li div {
  display: none;
}
.res-mobile-menu .slicknav_nav li ul {
  margin: 0;
  padding-left: 10px;
}
.res-mobile-menu .slicknav_nav li ul li {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li {
    padding-left: 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a {
  color: #999999;
  font-size: 24px;
  padding: 10px 16px;
}
@media only screen and (max-width: 575px) {
  .res-mobile-menu .slicknav_nav li ul li a {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #f379a7;
}
.res-mobile-menu .slicknav_nav li ul li ul li a {
  font-size: 16px;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item {
  position: relative;
}
.res-mobile-menu .slicknav_nav .slicknav_open > .slicknav_item .slicknav_arrow {
  color: #f379a7;
}

/*
-----------------------------------------------------------------------
  Header CSS
-----------------------------------------------------------------------
*/
.header-area.header-default {
  padding: 20px 0 17px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default {
    padding: 20px 0 17px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area.header-default {
    padding: 0;
  }
}
.header-area.header-default .header-logo-area {
  display: none;
  max-width: 185px;
  top: -1px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-logo-area {
    max-width: 124px;
    top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .header-area.header-default .header-logo-area {
    max-width: 142px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-area.header-default .header-logo-area {
    max-width: 124px;
  }
}
@media only screen and (max-width: 359.98px) {
  .header-area.header-default .header-logo-area {
    max-width: 84px;
  }
}
.header-area.header-default .header-navigation-area .main-menu {
  justify-content: center;
  left: 14px;
}
.header-area.header-default .header-navigation-area .main-menu > li {
  margin: 0;
  padding: 0;
}
.header-area.header-default .header-navigation-area .main-menu > li > a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  margin: 0 30px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-navigation-area .main-menu > li > a {
    margin: 0 17px;
  }
}
.header-area.header-default .header-navigation-area .main-menu > li > a:hover {
  color: #f379a7;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu > a:after {
  color: #000;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: -20px;
  top: 47%;
  transform: translate(-50%, -50%);
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav > li a.srmenu-title {
  display: none;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu .submenu-nav > li.active > a {
  color: #f379a7;
  text-decoration: underline;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #f379a7;
}
.header-area.header-default .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #f379a7;
}
.header-area.header-default .header-action-area {
  align-items: center;
  display: none;
  line-height: 1;
  justify-content: flex-end;
  margin-top: 12px;
  margin-right: 9px;
}
@media only screen and (max-width: 1199px) {
  .header-area.header-default .header-action-area {
    margin-top: 0;
  }
}
.header-area.header-default .header-action-area .search-form .form-input-item input {
  background: none;
  border-style: solid;
  color: #fff;
  border-color: #cccccc;
  border-width: 0 0 1px 0;
  font-size: 15px;
  height: 30px;
  opacity: 1;
  margin-top: -1px;
  padding: 0px;
  text-align: right;
  width: 250px;
}
.header-area.header-default .header-action-area .search-form .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .search-form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}
.header-area.header-default .header-action-area .btn-search {
  background-color: transparent;
  color: #000;
  font-size: 25px;
  line-height: 1;
  border: none;
  margin: 0 14px 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-area.header-default .header-action-area .btn-search:hover {
  color: #f379a7;
}
.header-area.header-default .header-action-area .btn-login {
  background: transparent;
  border: none;
  color: #000;
  font-size: 29px;
  line-height: 1;
  margin: 0 0 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-area.header-default .header-action-area .btn-login:hover {
  color: #f379a7;
}
.header-area.header-default .header-action-area .btn-wishlist {
  background: transparent;
  border: none;
  color: #000;
  font-size: 27px;
  line-height: 1;
  margin: 0 12px 0 14px;
  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-area.header-default .header-action-area .btn-wishlist:hover {
  color: #f379a7;
}
.header-area.header-default .header-action-area .btn-cart {
  background-color: transparent;
  border: none;
  color: #000;
  font-size: 24.98px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  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-area.header-default .header-action-area .btn-cart .cart-count {
  border-radius: 50%;
  background-color: #f379a7;
  color: #fff;
  display: inline-block;
  top: -8px;
  font-size: 10px;
  height: 16px;
  line-height: 16px;
  right: -8px;
  position: absolute;
  text-align: center;
  width: 16px;
}
.header-area.header-default .header-action-area .btn-cart:hover {
  color: #f379a7;
}
.header-area.header-default .header-action-area .btn-sign-up {
  border: none;
  background-color: #333;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  line-height: 1;
  margin-left: 30px;
  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;
}
.header-area.header-default .header-action-area .btn-sign-up:hover {
  background-color: #f379a7;
}
.header-area.header-default .header-action-area .btn-menu {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #414141;
  font-size: 24px;
  margin: -1px 0 0 20px;
  padding: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header-area.header-default .header-action-area .btn-menu i {
  font-size: 38px;
}
.header-area.header-default .header-action-area .btn-menu:hover {
  color: #f379a7;
}
.header-area.header-default.header-style .header-align {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .header-area.header-default.header-style .header-align {
    justify-content: flex-end;
  }
}
.header-area.header-default.header-style .header-logo-area img {
  width: 100%;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a {
  color: #000;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a:after {
  display: none;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a:hover {
  color: #f379a7;
  text-decoration: none;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a:hover:after {
  color: #f379a7;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li > a:hover:before {
  bottom: -5px;
  background-color: #f379a7;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li.active > a {
  color: #f379a7;
  text-decoration: none;
  position: relative;
}
.header-area.header-default.header-style .header-navigation-area .main-menu > li.active > a:before {
  bottom: -5px;
  background-color: #f379a7;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu.active > a {
  color: #f379a7;
  text-decoration: none;
  position: relative;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu.active > a:before {
  bottom: -5px;
  background-color: #f379a7;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #f379a7;
  text-decoration: none;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #f379a7;
}
.header-area.header-default.header-style .header-navigation-area .main-menu .has-submenu:hover > a:before {
  bottom: -5px;
  background-color: #f379a7;
  content: "";
  cursor: pointer;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
}
.header-area.header-default.header-style .header-action-area .btn-search {
  color: #000;
}
.header-area.header-default.header-style .header-action-area .btn-search:hover {
  color: #f379a7;
}
.header-area.header-default.header-style .header-action-area .btn-login {
  color: #000;
}
.header-area.header-default.header-style .header-action-area .btn-login:hover {
  color: #f379a7;
}
.header-area.header-default.header-style .header-action-area .btn-cart {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  top: 0;
}
.header-area.header-default.header-style .header-action-area .btn-cart .cart-count {
  background-color: #f379a7;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 21px;
  line-height: 21px;
  width: 21px;
}
.header-area.header-default.header-style .header-action-area .btn-cart:hover {
  color: #f379a7;
}
.header-area.header-default.header-style.sticky-header.sticky .header-logo-area {
  top: 0;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a {
  color: #000;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a:after {
  display: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a:hover {
  color: #f379a7;
  text-decoration: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu > li > a:hover:after {
  color: #f379a7;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu .submenu-nav {
  margin-top: 35px;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu .submenu-nav:before {
  height: 48px;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu.active > a {
  color: #f379a7;
  text-decoration: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu:hover > a {
  color: #f379a7;
  text-decoration: none;
}
.header-area.header-default.header-style.sticky-header.sticky .header-navigation-area .main-menu .has-submenu:hover > a:after {
  color: #f379a7;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-cart {
  color: #000;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-cart .cart-count {
  background-color: #f379a7;
  color: #fff;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-cart:hover {
  color: #f379a7;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-menu {
  color: #414141;
}
.header-area.header-default.header-style.sticky-header.sticky .header-action-area .btn-menu:hover {
  color: #f379a7;
}
.header-area.sticky-header.sticky {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: #fff;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.06);
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.sticky .header-navigation-area {
    display: none !important;
  }
}
.header-area.sticky-header.sticky.header-default .header-logo-area {
  display: block;
}
.header-area.sticky-header.sticky.header-default .header-action-area {
  display: flex;
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  .header-area.sticky-header.sticky .sticky-md-none {
    display: none !important;
  }
}
.header-area.header-transparent {
  background-color: transparent;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}

.btn-menu-slide-close {
  background-color: rgba(33, 35, 49, 0.8);
  height: 100vh;
  opacity: 0;
  position: fixed;
  right: -50%;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close {
  color: #fff;
  font-size: 32px;
  position: absolute;
  right: 360px;
  top: 45px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-menu-slide-close .icon-menu-slide-close:hover {
  color: #f379a7;
  cursor: pointer;
}
.btn-menu-slide-close.active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.btn-menu-slide-close.active .icon-menu-slide-close {
  transition-delay: 0.3s;
}

.header-top {
  background-color: #f5f5f5;
  padding: 7px 0 13px;
}
@media only screen and (max-width: 575px) {
  .header-top .header-info-left {
    margin-bottom: 5px;
    text-align: center;
  }
}
.header-top .header-info-left p {
  color: #404041;
  font-size: 14px;
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .header-top .header-info-left p {
    font-size: 12px;
  }
}
.header-top .header-info {
  align-items: center;
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-top: 1px;
}
@media only screen and (max-width: 767px) {
  .header-top .header-info {
    font-size: 11px;
    margin-top: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .header-top .header-info {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-top .header-info {
    display: block;
    text-align: center;
  }
}
.header-top .header-info a {
  border-left: 1px solid #cdcdcd;
  color: #404041;
  margin-left: 19px;
  padding-left: 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;
}
@media only screen and (max-width: 767px) {
  .header-top .header-info a {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.header-top .header-info a:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.header-top .header-info a:first-child i {
  top: 2px;
}
.header-top .header-info a:last-child {
  position: relative;
  top: 2px;
}
.header-top .header-info a:last-child i {
  top: -1px;
}
.header-top .header-info a i {
  color: #414141;
  font-size: 16px;
  margin-right: 11px;
  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;
}
@media only screen and (max-width: 767px) {
  .header-top .header-info a i {
    font-size: 12px;
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-top .header-info a i {
    display: none;
  }
}
.header-top .header-info a:hover {
  color: #f379a7;
}
.header-top .header-info a:hover i {
  color: #f379a7;
}
.header-top .header-icons {
  line-height: 1;
  margin-bottom: -1px;
  margin-right: 25px;
}
.header-top .header-icons a {
  color: #aba5a5;
  font-size: 14px;
  margin-right: 13px;
}
.header-top .header-icons a:hover {
  color: #f379a7;
}
.header-top .header-icons a:last-child {
  margin-right: 0;
}
.header-top .header-language {
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
  line-height: 1;
  padding: 2px 0 2px 25px;
}
.header-top .header-language .current {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1;
  top: -1px;
}
.header-top .header-language .current .icon-img {
  margin-right: 11px;
  width: auto;
}
.header-top .header-language .current i {
  margin-right: 0;
}
.header-top .header-language ul {
  background-color: #fff;
  margin-bottom: 0;
  opacity: 0;
  padding-top: 28px;
  position: absolute;
  top: 11px;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.header-top .header-language ul:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0;
  width: calc(100% + 30px);
}
.header-top .header-language ul li {
  padding-bottom: 7px;
}
.header-top .header-language ul li a {
  color: #2d2d2d;
  display: inline-block;
  font-size: 14px;
  position: relative;
}
.header-top .header-language ul li a:hover {
  color: #f379a7;
}
.header-top .header-language ul li a .icon-img {
  margin-right: 11px;
}
.header-top .header-language:hover ul {
  margin-top: 10px;
  opacity: 1;
  padding-top: 6px;
  visibility: visible;
}
.header-top .header-top-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header-top + .header-area {
  padding: 30px 0;
}
.header-top + .header-area .header-action-area button.btn-theme, .header-top + .header-area .header-action-area a.btn-theme {
  border-radius: 5px;
  padding: 18px 33px;
}
.header-top + .header-area .header-action-area button.btn-theme.btn-two, .header-top + .header-area .header-action-area a.btn-theme.btn-two {
  letter-spacing: 0.192px;
  padding: 18px 34px;
}
@media only screen and (max-width: 1199px) {
  .header-top + .header-area .header-action-area button.btn-theme.btn-two, .header-top + .header-area .header-action-area a.btn-theme.btn-two {
    margin-left: 30px;
    padding: 18px 33px;
  }
}
.header-top + .header-area.sticky-header.sticky {
  padding: 15px 0;
}
@media only screen and (max-width: 991px) {
  .header-top + .header-area.sticky-header.sticky {
    padding: 22px 0;
  }
}
.header-top + .header-area.sticky-header.sticky .header-action-area button.btn-theme, .header-top + .header-area.sticky-header.sticky .header-action-area a.btn-theme {
  padding: 18px 33px;
}
.header-top + .header-area.sticky-header.sticky .header-action-area button.btn-theme.btn-two, .header-top + .header-area.sticky-header.sticky .header-action-area a.btn-theme.btn-two {
  padding: 18px 34px;
}
@media only screen and (max-width: 1199px) {
  .header-top + .header-area.sticky-header.sticky .header-action-area button.btn-theme.btn-two, .header-top + .header-area.sticky-header.sticky .header-action-area a.btn-theme.btn-two {
    padding: 18px 33px;
  }
}

.header-middle {
  border-bottom: 1px solid #f0f0f0;
  padding: 28px 0 30px;
}
@media only screen and (max-width: 1199px) {
  .header-middle {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-middle {
    padding: 28px 0 15px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-middle {
    padding: 28px 0 17px;
  }
}
.header-middle .header-align {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header-middle .header-align .header-align-left .header-logo-area {
  max-width: 257px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 575px) {
  .header-middle .header-align .header-align-left .header-logo-area {
    max-width: 250px;
  }
}
@media only screen and (max-width: 479.98px) {
  .header-middle .header-align .header-align-left .header-logo-area {
    max-width: 230px;
  }
}
.header-middle .header-align .header-align-left .header-logo-area .logo-light {
  display: none;
}
@media only screen and (max-width: 967px) {
  .header-middle .header-align .header-align-center {
    display: none;
  }
}
.header-middle .header-align .header-align-center .header-search-box {
  margin-left: -80px;
}
@media only screen and (max-width: 1291px) {
  .header-middle .header-align .header-align-center .header-search-box {
    margin-left: -15px;
  }
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item {
  position: relative;
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item input {
  border: 1px solid #e4e4e4;
  border-radius: 22px;
  color: #8c8c8c;
  font-size: 14px;
  height: 44px;
  width: 450px;
  padding: 0 75px 0 23px;
}
@media only screen and (max-width: 991px) {
  .header-middle .header-align .header-align-center .header-search-box form .form-input-item input {
    width: 300px;
  }
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c8c8c;
  font-size: 14px;
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c8c8c;
  font-size: 14px;
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8c8c;
  font-size: 14px;
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #8c8c8c;
  font-size: 14px;
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item input:focus {
  border-color: #f379a7;
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item .btn-src {
  border: none;
  background-color: #f379a7;
  border-radius: 0px 22px 22px 0px;
  color: #fff;
  font-size: 25px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 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;
}
@media only screen and (max-width: 991px) {
  .header-middle .header-align .header-align-center .header-search-box form .form-input-item .btn-src {
    padding: 2px 15px;
  }
}
.header-middle .header-align .header-align-center .header-search-box form .form-input-item .btn-src:hover {
  background-color: #95b3e0;
}
.header-middle .header-align .header-align-right {
  position: relative;
  left: -8px;
  top: 4px;
}
.header-middle .header-align .header-align-right .header-action-area {
  display: flex;
}
.header-middle .header-align .header-align-right .header-action-area button {
  background: transparent;
  border: none;
  color: #414141;
  font-size: 27px;
  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;
}
.header-middle .header-align .header-align-right .header-action-area button:hover {
  color: #f379a7;
}
.header-middle .header-align .header-align-right .header-action-area button .cart-count {
  border-radius: 50%;
  background-color: #f379a7;
  color: #fff;
  display: inline-block;
  top: -8px;
  font-size: 14px;
  font-weight: 300;
  height: 21px;
  line-height: 21px;
  right: -8px;
  position: absolute;
  text-align: center;
  width: 21px;
}
@media only screen and (max-width: 767px) {
  .header-middle .header-align .header-align-right .header-action-area .btn-menu {
    top: -4px;
    margin-left: 20px;
  }
}
.header-middle .header-align .header-align-right .header-action-area .btn-menu i {
  font-size: 36px;
}
.header-middle .header-align .header-align-right .header-action-area .btn-cart {
  font-size: 25px;
  margin-top: 1px;
}

.header-logo-area {
  max-width: 120px;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 575px) {
  .header-logo-area {
    max-width: 150px;
  }
}
.header-logo-area .logo-light {
  display: none;
}

.sidebar-cart-modal {
  background-color: #fff;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
  position: fixed;
  top: 0;
  width: 403px;
  padding: 0;
  min-height: 100vh;
  bottom: 0;
  z-index: 9999;
  right: 0;
  opacity: 0;
  transition: all 250ms ease-in;
  transform: translate(200px, 0);
  visibility: hidden;
}
@media only screen and (max-width: 575px) {
  .sidebar-cart-modal {
    padding: 0 15px 15px;
    width: 310px;
  }
}
.sidebar-cart-modal .sidebar-cart-inner .sidebar-cart-content .cart-close {
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  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: #f379a7;
  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: flex;
  justify-content: space-between;
  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: 400;
  text-transform: uppercase;
  margin: 0;
}
.sidebar-cart-modal.sidebar-cart-active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.cart-content ul li {
  display: flex;
  margin-bottom: 20px;
}
.cart-content ul li:last-child {
  margin-bottom: 0;
}
.cart-content ul li .cart-img {
  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: #95b3e0;
  font-weight: 600;
  font-size: 16px;
}
.cart-content ul li .cart-delete {
  display: flex;
  flex-grow: 100;
  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: #f379a7;
}
.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: #f379a7;
  float: right;
  font-weight: 400;
}
.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: #f379a7;
  border: 1px solid #f379a7;
  color: #fff;
}
.cart-content .cart-checkout-btn a.checkout-btn:hover {
  border: 1px solid #95b3e0;
  background-color: #95b3e0;
}
.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;
  transition: all 250ms ease-out;
}
.sidebar-cart-overlay.show {
  visibility: inherit;
  opacity: 0.7;
}

.search-box-wrapper {
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
  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;
  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: #f379a7;
}
.search-box-wrapper .search-close {
  color: #fff;
  font-size: 60px;
  display: block;
  position: absolute;
  z-index: 5;
  top: 20%;
  right: 20%;
  line-height: 60px;
  height: 60px;
  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: #f379a7;
}
.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);
}

.off-canvas-wrapper {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  bottom: 0;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  visibility: hidden;
  transform: translate(200px, 0);
  top: 0;
  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;
  width: 400px;
  z-index: 999;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper {
    width: 310px;
  }
}
.off-canvas-wrapper .off-canvas-inner {
  padding: 150px 50px 20px;
  height: 100%;
  overflow-y: auto;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner {
    padding: 70px 30px 20px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-overlay {
  display: none;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
  background: none;
  box-shadow: none;
  color: #0A1039;
  font-size: 40px;
  left: auto;
  right: 35px;
  line-height: 30px;
  height: auto;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 80px;
  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: auto;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close {
    font-size: 36px;
    left: auto;
    right: 25px;
    top: 20px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-header .close-action .btn-close:hover {
  color: #f379a7;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu {
  margin: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li {
    margin-bottom: 30px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li:last-child {
  margin-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
  color: #0A1039;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a {
    font-size: 16px;
  }
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a .slicknav_arrow {
  color: #0A1039;
  font-size: 14px;
  right: 10px;
  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-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li a:hover {
  color: #f379a7;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul {
  padding: 38px 0 0px 25px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li {
  margin: 0;
  padding-bottom: 22px;
  padding-left: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li:last-child {
  padding-bottom: 0;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a {
  color: #0A1039;
  font-size: 14px;
  display: block;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a.slicknav_row .slicknav_arrow {
  top: 5px;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li ul li a:hover {
  color: #f379a7;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a {
  color: #f379a7;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open a .slicknav_arrow {
  color: #f379a7;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a {
  color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a .slicknav_arrow {
  color: #0A1039;
}
.off-canvas-wrapper .off-canvas-inner .off-canvas-content .off-canvas-item .res-mobile-menu .slicknav_nav li.slicknav_open ul li a:hover {
  color: #f379a7;
}
.off-canvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/*
-----------------------------------------------------------------------
    Home Slider CSS
-----------------------------------------------------------------------
*/
.home-slider-area.slider-default {
  position: relative;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .slider-content-area .content .inner-content {
  animation-delay: 0.3s;
  animation-name: fadeInUp;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb-two {
  animation-delay: 0.5s;
  animation-name: fadeInRight;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb-three {
  animation-delay: 0.2s;
  animation-name: fadeInRight;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-wrapper .swiper-slide-active .home-slider-item .thumb-four {
  animation-delay: 0.2s;
  animation-name: fadeInLeft;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination {
  bottom: 23px;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.46);
  height: 12px;
  margin: 0 8px;
  opacity: 1;
  width: 12px;
}
.home-slider-area.slider-default .home-slider-content .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.home-slider-area.slider-default .home-slider-item {
  background-color: #ffe1f9;
  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 .home-slider-item .shape-top {
  position: absolute;
  top: -11px;
  width: 100%;
  height: 34px;
  z-index: 3;
  pointer-events: none;
}
.home-slider-area.slider-default .home-slider-item .shape-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 155px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .home-slider-item .shape-bottom {
    height: 90px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .home-slider-item .shape-bottom {
    height: 60px;
  }
}
.home-slider-area.slider-default .home-slider-item .thumb-two {
  bottom: 24px;
  left: calc(50% + 12px);
  position: absolute;
  pointer-events: none;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  z-index: 1;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .home-slider-item .thumb-two {
    width: 53%;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .home-slider-item .thumb-two {
    width: 58%;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .home-slider-item .thumb-two {
    bottom: 0;
    position: relative;
    padding: 0 30px;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .home-slider-item .thumb-two {
    padding: 0 15px;
  }
}
.home-slider-area.slider-default .home-slider-item .thumb-three {
  bottom: -18px;
  position: absolute;
  pointer-events: none;
  right: -68px;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .home-slider-item .thumb-three {
    display: none;
  }
}
.home-slider-area.slider-default .home-slider-item .thumb-four {
  bottom: 98px;
  left: 129px;
  position: absolute;
  pointer-events: none;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
@media (max-width: 1599px) {
  .home-slider-area.slider-default .home-slider-item .thumb-four {
    bottom: 75px;
    left: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .home-slider-item .thumb-four {
    bottom: 65px;
    left: 45px;
    width: 7%;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .home-slider-item .thumb-four {
    bottom: 60px;
    left: 38px;
    width: 6%;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .home-slider-item .thumb-four {
    bottom: 35px;
    left: 38px;
    width: 7%;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .home-slider-item.item-two .bg-thumb {
    background-image: none !important;
  }
}
.home-slider-area.slider-default .home-slider-item.item-two .slider-content-area .content {
  text-align: center;
}
.home-slider-area.slider-default .home-slider-item.item-two .slider-content-area .content.content2 {
  margin-top: 20px;
}
.home-slider-area.slider-default .slider-content-area {
  align-items: center;
  display: flex;
  height: 737px;
  position: relative;
}
@media (max-width: 1399px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 840px;
  }
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 680px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area {
    height: 520px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area {
    height: auto;
    padding: 80px 0 0;
    flex-direction: column;
  }
}
.home-slider-area.slider-default .slider-content-area .content {
  margin-top: -14px;
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-top: -15px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-bottom: 50px;
    margin-top: 12px;
    text-align: center;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .slider-content-area .content {
    margin-bottom: 35px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content {
  margin-left: -1px;
  position: relative;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content.content-style2 {
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content.content-style2 {
    text-align: center;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content.content-style2 p {
  max-width: none;
}
.home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
  color: #252525;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.16;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    font-size: 54px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content h2 {
    font-size: 33px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content p {
  color: #252525;
  font-family: "Fredoka One", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 40px;
  margin-left: 2px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content p {
    line-height: 1.4;
    max-width: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content p {
    max-width: 380px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content p {
    max-width: none;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
  background-color: #f379a7;
  border-radius: 30px;
  color: #fff;
  height: 60px;
  line-height: 59px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  padding: 0 44px;
  margin-left: 2px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
    font-size: 15px;
    height: auto;
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
    font-size: 13px;
    line-height: 1;
    padding: 16px 25px;
  }
}
@media only screen and (max-width: 479.98px) {
  .home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme {
    font-size: 13px;
    line-height: 1;
    padding: 10px 25px;
  }
}
.home-slider-area.slider-default .slider-content-area .content .inner-content .btn-theme:hover {
  background-color: #95b3e0;
  border-color: #95b3e0;
  color: #fff;
}
.home-slider-area.slider-default .slider-content-area .content.content2 {
  margin-top: -2px;
}
.home-slider-area.slider-default .slider-content-area .content.content2 .inner-content .subtitle {
  color: #252525;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 22px;
}
.home-slider-area.slider-default .slider-content-area .content.content2 .inner-content h2 {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content.content2 .inner-content h2 {
    margin-bottom: 30px;
  }
}
.home-slider-area.slider-default .slider-content-area .content.content2 .inner-content .btn-theme {
  background-color: #fff;
  color: #000;
  padding: 0 48px;
  line-height: 60px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-default .slider-content-area .content.content2 .inner-content .btn-theme {
    line-height: 1;
    padding: 16px 25px;
  }
}
.home-slider-area.slider-default .slider-content-area .content.content2 .inner-content .btn-theme:hover {
  background-color: #95b3e0;
  color: #fff;
}
.home-slider-area.slider-default .slider-content-area .slider-thumb {
  bottom: 0;
  max-width: none;
  position: absolute;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-default .slider-content-area .slider-thumb {
    max-width: 100%;
  }
}

/*
-----------------------------------------------------------------------
	About CSS
-----------------------------------------------------------------------
*/
/*
-----------------------------------------------------------------------
    Team CSS
-----------------------------------------------------------------------
*/
.team-area.team-default-area {
  padding: 105px 0 96px;
}
@media only screen and (max-width: 991px) {
  .team-area.team-default-area {
    padding: 70px 0;
  }
}
.team-area.team-default-area .section-title {
  margin-bottom: 171px;
}
@media only screen and (max-width: 991px) {
  .team-area.team-default-area .section-title {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .team-area.team-default-area .team-member {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

.team-member .thumb {
  background-color: #95b3e0;
  border-radius: 10px;
  height: 321px;
  position: relative;
  margin-bottom: 35px;
  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 {
    height: auto;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .team-member .thumb.style-two img {
    width: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .team-member .thumb.style-two img {
    width: auto;
  }
}
.team-member .thumb img {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
@media only screen and (max-width: 991px) {
  .team-member .thumb img {
    bottom: auto;
    left: auto;
    position: relative;
    transform: none;
  }
}
@media only screen and (max-width: 767px) {
  .team-member .thumb img {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
}
.team-member .thumb .member-icons {
  position: absolute;
  bottom: 30px;
  right: calc(30px - 0px);
}
.team-member .thumb .member-icons a {
  background-color: #fff;
  border-radius: 7px;
  color: #f379a7;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 8px;
  opacity: 0;
  text-align: center;
  transform: translate(40px, 0);
  -webkit-transform: translate(40px, 0);
  -moz-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  -o-transform: translate(40px, 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;
}
.team-member .thumb .member-icons a[class*=action-] {
  transition-delay: 200ms;
}
.team-member .thumb .member-icons a[class*=action-] + a {
  transition-delay: 250ms;
}
.team-member .thumb .member-icons a[class*=action-] + a + a {
  transition-delay: 300ms;
}
.team-member .thumb .member-icons a[class*=action-] + a + a + a {
  transition-delay: 350ms;
}
.team-member .thumb .member-icons a:hover {
  background-color: #e4f6fe;
}
.team-member .thumb .member-icons a:last-child {
  margin-bottom: 0;
}
.team-member .content {
  text-align: center;
}
.team-member .content .member-info .name {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .team-member .content .member-info .name {
    font-size: 20px;
  }
}
.team-member .content .member-info .name a {
  color: #3b3a3a;
}
.team-member .content .member-info .name a:hover {
  color: #f379a7;
}
.team-member .content .member-info .designation {
  color: #3b3a3a;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .team-member .content .member-info .designation {
    font-size: 16px;
  }
}
.team-member:hover .thumb {
  background-color: #f379a7;
}
.team-member:hover .thumb .member-icons a {
  opacity: 1;
  transform: translate(0, 0);
}

/*
-----------------------------------------------------------------------
  Testimonial CSS
-----------------------------------------------------------------------
*/
.testimonial-area.testimonial-default-area {
  background-color: #c0dfe8;
  padding: 102px 0 123px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial-area.testimonial-default-area {
    padding: 75px 0 123px;
  }
}
.testimonial-area.testimonial-default-area .thumb-style {
  bottom: 0;
  left: 0;
  position: absolute;
  min-height: 155px;
  width: 100%;
}

.testimonial-slider {
  margin: 0 -15px;
}
.testimonial-slider .slick-slide {
  padding: 30px 15px;
}
.testimonial-slider .slick-dots {
  display: none !important;
}

.testimonial-item .client-content {
  background-color: #fff;
  border-radius: 10px 10px 10px 0px;
  position: relative;
}
.testimonial-item .client-content .inner-content {
  overflow: hidden;
  padding: 32px 18px 31px 30px;
  position: relative;
}
.testimonial-item .client-content .icon {
  max-width: 85px;
  position: absolute;
  top: -7px;
  left: -11px;
}
.testimonial-item .client-content p {
  color: #2d2d2d;
  font-size: 18px;
  font-style: italic;
  line-height: 31px;
  position: relative;
}
.testimonial-item .client-content .shape-group .shape-style1 {
  bottom: -34px;
  left: 0;
  position: absolute;
}
.testimonial-item .client-info {
  align-items: center;
  display: flex;
  margin-top: 13px;
}
.testimonial-item .client-info .thumb img {
  border-radius: 50%;
  margin-right: 25px;
  margin-left: 4px;
}
.testimonial-item .client-info .desc {
  margin-top: 8px;
  margin-left: 1px;
}
.testimonial-item .client-info .desc .title {
  color: #3b3a3a;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  margin-bottom: 1px;
}
.testimonial-item .client-info .desc p {
  color: #3b3a3a;
}

/*
-----------------------------------------------------------------------
  Brand Logo CSS
-----------------------------------------------------------------------
*/
.brand-logo-area.brand-logo-default-area {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 68px 0 70px;
}
.brand-logo-area.brand-logo-default-area .container-fluid {
  padding-left: 35px;
  padding-right: 25px;
}
.brand-logo-area.brand-logo-default-area .brand-logo-item {
  display: flex;
  justify-content: center;
}

/*
-----------------------------------------------------------------------
    Divider CSS
-----------------------------------------------------------------------
*/
.divider-area.divider-style1-area {
  background-color: #fcdcea;
  position: relative;
}
.divider-area.divider-style1-area .divider-content {
  padding: 112px 0 121px;
  text-align: center;
}
.divider-area.divider-style1-area .divider-content .title {
  font-size: 36px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style1-area .divider-content .title {
    font-size: 30px;
  }
}
.divider-area.divider-style1-area .divider-content p {
  color: #000;
  font-family: "Fredoka One", cursive;
  font-size: 18px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style1-area .divider-content p {
    font-size: 16px;
  }
}
.divider-area.divider-style1-area .divider-content p span {
  color: #f379a7;
}
.divider-area.divider-style1-area .divider-content .countdown-content {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style1-area .divider-content .countdown-content {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style1-area .divider-content .countdown-content {
    margin-bottom: 70px;
  }
}
.divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer {
  position: relative;
  display: flex;
  justify-content: center;
  transform: none;
  top: 0;
  left: 0;
  margin-bottom: 0;
  bottom: 0;
}
.divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li {
  background-image: url("../img/divider/shape5.png");
  background-color: transparent;
  background-size: cover;
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li {
    height: 59px;
    line-height: 0.8;
    width: 59px;
  }
}
.divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li:last-child:after {
  display: none;
}
.divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li + li {
  margin-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li + li {
    margin-left: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li + li {
    margin-left: 18px;
  }
}
.divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li span {
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li span {
    font-size: 22px;
  }
}
.divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li p {
  margin-bottom: 0;
  margin-top: 26px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style1-area .divider-content .countdown-content .countdown-timer li p {
    font-size: 12px;
    margin-top: 38px;
  }
}
.divider-area.divider-style1-area .divider-content .btn-theme {
  border-radius: 27px;
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-size: 16px;
  padding: 5px 47px;
  height: 55px;
  line-height: 44px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style1-area .divider-content .btn-theme {
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding: 15px 32px;
  }
}
.divider-area.divider-style1-area .divider-content .btn-theme:hover {
  background-color: #95b3e0;
}
.divider-area.divider-style1-area .shape-group .shape-style1 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 33px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.divider-area.divider-style1-area .shape-group .shape-style2 {
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 33px;
  left: 0;
  position: absolute;
  width: 100%;
}
.divider-area.divider-style1-area .shape-group .shape-style3 {
  bottom: 0;
  left: -37px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style1-area .shape-group .shape-style3 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area .shape-group .shape-style3 img {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style1-area .shape-group .shape-style3 img {
    width: 70%;
  }
}
.divider-area.divider-style1-area .shape-group .shape-style4 {
  bottom: 0;
  right: -158px;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area .shape-group .shape-style4 {
    right: -200px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style1-area .shape-group .shape-style4 {
    right: -280px;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style1-area .shape-group .shape-style4 {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area .shape-group .shape-style4 img {
    width: 85%;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style1-area .shape-group .shape-style4 img {
    width: 70%;
  }
}
.divider-area.divider-style1-area .shape-group .shape-style6 {
  bottom: 0;
  right: -43px;
  display: inline-block;
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style1-area .shape-group .shape-style6 {
    width: 55%;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style1-area .shape-group .shape-style6 {
    display: none;
  }
}
.divider-area.divider-style3-area {
  padding: 109px 0 110px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style3-area {
    padding: 90px 0 90px;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style3-area {
    padding: 80px 0;
  }
}
.divider-area.divider-style3-area .thumb {
  display: inline-block;
  position: relative;
  left: 30px;
}
@media only screen and (max-width: 1199px) {
  .divider-area.divider-style3-area .thumb {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style3-area .thumb {
    margin-bottom: 50px;
  }
}
.divider-area.divider-style3-area .thumb .shape-group .shape-style1 {
  bottom: 0;
  position: absolute;
  right: 74px;
}
.divider-area.divider-style3-area .divider-content {
  margin-top: 18px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style3-area .divider-content {
    margin-top: 0;
  }
}
.divider-area.divider-style3-area .divider-content .subtitle {
  color: #f379a7;
  font-weight: 400;
  font-size: 36px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style3-area .divider-content .subtitle {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.divider-area.divider-style3-area .divider-content .title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 15px;
  margin-right: -20px;
}
@media only screen and (max-width: 1399px) {
  .divider-area.divider-style3-area .divider-content .title {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style3-area .divider-content .title {
    font-size: 26px;
    line-height: 34px;
  }
}
.divider-area.divider-style3-area .divider-content p {
  color: #2d2d2d;
  margin-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style3-area .divider-content p {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
.divider-area.divider-style3-area .divider-content .btn-theme {
  border-radius: 30px;
  color: #fff5ec;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  height: 60px;
  line-height: 50px;
  padding: 5px 57.42px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style3-area .divider-content .btn-theme {
    font-size: 15px;
    height: auto;
    line-height: 1;
    padding: 15px 32px;
  }
}
.divider-area.divider-style3-area .divider-content .btn-theme:hover {
  background-color: #95b3e0;
}
.divider-area.divider-style4-area {
  padding: 108px 0 121px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style4-area {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .divider-area.divider-style4-area {
    padding: 75px 0 80px;
  }
}
.divider-area.divider-style4-area .divider-wrap {
  border-radius: 10px;
  padding: 85px 70px 84px 70px;
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style4-area .divider-wrap {
    padding: 70px 15px;
  }
}
.divider-area.divider-style4-area .divider-wrap .content {
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style4-area .divider-wrap .content {
    margin-bottom: 30px;
    text-align: center;
    top: auto;
  }
}
.divider-area.divider-style4-area .divider-wrap .content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.288;
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style4-area .divider-wrap .content h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .divider-area.divider-style4-area .divider-wrap .content h2 {
    font-size: 24px;
  }
}
.divider-area.divider-style4-area .divider-wrap .newsletter-form {
  margin-left: 20px;
}
.divider-area.divider-style4-area .divider-wrap .newsletter-form form {
  position: relative;
}
.divider-area.divider-style4-area .divider-wrap .newsletter-form form .form-control {
  border: 2px solid #e6e6e6;
  border-radius: 27px;
  color: #8c8c8c;
  box-shadow: none;
  font-size: 14px;
  height: 54px;
  padding: 0px 130px 0 30px;
}
.divider-area.divider-style4-area .divider-wrap .newsletter-form form .form-control:focus {
  border-color: #f379a7;
}
.divider-area.divider-style4-area .divider-wrap .newsletter-form form .btn-theme {
  border-radius: 23px;
  color: #fff;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  height: 46px;
  line-height: 1;
  padding: 5px 21.7px;
  position: absolute;
  top: 4px;
  right: 4px;
}
.divider-area.divider-style4-area .divider-wrap .newsletter-form form .btn-theme:hover {
  background-color: #95b3e0;
  border-color: #95b3e0;
}
.divider-area.divider-style4-area .shape-group {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
@media only screen and (max-width: 991px) {
  .divider-area.divider-style4-area .shape-group {
    display: none;
  }
}
.divider-area.divider-style4-area .shape-group span {
  background-color: #fff;
  display: inline-block;
  width: 1px;
}
.divider-area.divider-style4-area .shape-group span:nth-child(1) {
  height: 60px;
}
.divider-area.divider-style4-area .shape-group span:nth-child(2) {
  height: 80px;
  margin: 0 3px -8px;
}
.divider-area.divider-style4-area .shape-group span:nth-child(3) {
  height: 60px;
}

/*
-----------------------------------------------------------------------
  Featured CSS
-----------------------------------------------------------------------
*/
.featured-area.featured-default-area {
  padding: 110px 0 100px;
}
@media only screen and (max-width: 991px) {
  .featured-area.featured-default-area {
    padding: 80px 0;
  }
}

.featured-item {
  border: 4px solid #f6f6f6;
  padding: 36px 20px 31px;
  position: relative;
  text-align: center;
  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;
}
.featured-item:hover {
  border-color: #f379a7;
}
.featured-item .icon img {
  margin-bottom: 16px;
}
.featured-item .featured-info .title {
  color: #494949;
  font-size: 24px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 991px) {
  .featured-item .featured-info .title {
    font-size: 20px;
  }
}
.featured-item .featured-info p {
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.7;
}
.featured-item .shape-group .shape-style1 {
  bottom: -2px;
  position: absolute;
  right: -4px;
  z-index: -1;
}

/*
-----------------------------------------------------------------------
	Form CSS
-----------------------------------------------------------------------
*/
.contact-form {
  padding: 104px 0 80px;
}
@media only screen and (max-width: 991px) {
  .contact-form {
    padding: 75px 0 52px;
  }
}
.contact-form .contact-form-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.contact-form .contact-form-wrapper .section-title {
  margin-bottom: 53px;
  text-align: center;
}
.contact-form .contact-form-wrapper .section-title .title {
  font-weight: 400;
  font-size: 36px;
}
.contact-form .contact-form-wrapper .form-group .form-control {
  border-radius: 15px;
  letter-spacing: 0.15px;
}
.contact-form .contact-form-wrapper .form-group textarea.form-control {
  min-height: 200px;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-form-wrapper .form-group textarea.form-control {
    min-height: 170px;
  }
}
.contact-form .contact-form-wrapper .form-group .btn-theme {
  border-radius: 35px;
  height: 70px;
  padding: 10px 59.8px;
}

.comment-form-wrap {
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 46px 40px 21px 40px;
}
@media only screen and (max-width: 1199px) {
  .comment-form-wrap {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-form-wrap {
    padding: 33px 18px 10px 18px;
  }
}
.comment-form-wrap .comment-form-wrapper .title {
  color: #535353;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 55px;
  position: relative;
}
.comment-form-wrap .comment-form-wrapper .title:before {
  background-color: #ee3231;
  content: "";
  width: 9px;
  height: 17px;
  position: absolute;
  left: -40px;
  top: 4px;
}
@media only screen and (max-width: 767px) {
  .comment-form-wrap .comment-form-wrapper .form-group textarea.form-control {
    min-height: 160px;
  }
}
.comment-form-wrap .comment-form-wrapper .form-group .btn-theme {
  margin-top: 5px;
}

.form-group {
  margin-bottom: 30px;
}
.form-group .form-control {
  border-color: #d7d7d7;
  border-radius: 24.5px;
  box-shadow: none;
  color: #000;
  height: 49px;
  font-size: 14px;
  font-style: italic;
  padding: 8px 17px 7px 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;
}
.form-group .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.form-group .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.form-group .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.form-group .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.form-group .form-control:focus {
  border-color: #f379a7;
}
.form-group .form-control:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.form-group .form-control:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.form-group .form-control:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.form-group .form-control:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.form-group textarea {
  border-radius: 15px !important;
  min-height: 250px;
  padding: 25px 18px !important;
}
.form-group .btn-theme {
  border-radius: 32px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  height: 64px;
  padding: 10px 49.52px;
}

.login-register-area {
  padding: 110px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .login-register-area {
    padding: 80px 0 90px;
  }
}
@media only screen and (max-width: 991px) {
  .login-register-area {
    padding: 60px 0 70px;
  }
}

.login-register-title h2 {
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 15px;
  line-height: 1;
}
.login-register-title p {
  font-family: "Rubik", 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: "Rubik", 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: 51px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  font-family: "Rubik", sans-serif;
  padding: 2px 80px 2px 16px;
  font-size: 15px;
}
.login-register-content .login-register-style form .login-register-input input::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input::-moz-input-placeholder {
  color: #495057;
  opacity: 1;
}
.login-register-content .login-register-style form .login-register-input input:focus {
  border-color: #f379a7;
}
.login-register-content .login-register-style form .login-register-input .forgot {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.login-register-content .login-register-style form .login-register-input .forgot a {
  color: #4bb1cf;
  font-family: "Rubik", 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: "Rubik", 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: #f379a7;
}
.login-register-content .login-register-style form .login-register-paragraph p a:hover {
  color: #95b3e0;
}
.login-register-content .login-register-style form .remember-me-btn {
  display: flex;
  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: "Rubik", 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: "Fredoka One", cursive;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 400;
  color: #fff;
  background-color: #f379a7;
  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: #95b3e0;
}
.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: "Rubik", 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: "Rubik", 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: "Rubik", 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: #95b3e0;
  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: 110px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .my-account-area {
    padding: 80px 0 90px;
  }
}

.myaccount-tab-menu {
  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-family: "Fredoka One", cursive;
  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.active {
  background-color: #f379a7;
}
.myaccount-tab-menu.nav-tabs .nav-link:hover, .myaccount-tab-menu.nav-tabs .nav-link.active {
  background-color: #f379a7;
  border-color: #f379a7;
  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: #95b3e0;
}
.myaccount-content h3 {
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.myaccount-content .welcome a {
  font-family: "Fredoka One", cursive;
}
.myaccount-content .welcome a:hover {
  color: #95b3e0;
}
.myaccount-content .welcome strong {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #f379a7;
}
.myaccount-content p {
  font-family: "Rubik", sans-serif;
  line-height: 28px;
  margin-bottom: 2px;
}
.myaccount-content fieldset {
  margin-top: 20px;
}
.myaccount-content fieldset legend {
  font-family: "Rubik", 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: 50px;
}
.myaccount-content .account-details-form .single-input-item {
  margin-bottom: 20px;
}
.myaccount-content .account-details-form .single-input-item label {
  font-family: "Rubik", 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: 50px;
  background-color: transparent;
  padding: 2px 20px;
  color: #1f2226;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
}
.myaccount-content .account-details-form .single-input-item input:focus {
  border: 1px solid #f379a7;
}
.myaccount-content .account-details-form .single-input-item button {
  border: none;
  background-color: #f379a7;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  padding: 9px 25px;
  color: #fff;
  font-size: 13px;
  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: #95b3e0;
}

.myaccount-table {
  white-space: nowrap;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}
.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-family: "Rubik", 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: "Rubik", sans-serif;
  font-size: 14px;
  color: #000;
}

.saved-message {
  background-color: #fff;
  border-top: 3px solid #f379a7;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  padding: 20px 0;
  color: #333;
}

/*
-----------------------------------------------------------------------
  Shop CSS
-----------------------------------------------------------------------
*/
.product-area.product-grid-area {
  padding: 110px 0 110px;
}
@media only screen and (max-width: 991px) {
  .product-area.product-grid-area {
    padding: 80px 0;
  }
}
.product-area.product-style1-area {
  padding: 9px 0 81px;
}
@media only screen and (max-width: 991px) {
  .product-area.product-style1-area {
    padding: 9px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product-area.product-style1-area {
    padding: 9px 0 40px;
  }
}
.product-area.product-style2-area {
  padding: 0;
}
.product-area.product-style3-area {
  padding: 103px 0 80px;
}
@media only screen and (max-width: 991px) {
  .product-area.product-style3-area {
    padding: 60px 0 55px;
  }
}
.product-area.product-style4-area {
  padding: 0;
}
.product-area.cart-page-area {
  padding: 110px 0;
}
@media only screen and (max-width: 991px) {
  .product-area.cart-page-area {
    padding: 80px 0;
  }
}
.product-area.cart-page-area .section-title .title {
  font-size: 40px;
}
.product-area.shop-checkout-area {
  padding: 110px 0;
}
@media only screen and (max-width: 991px) {
  .product-area.shop-checkout-area {
    padding: 80px 0;
  }
}
.product-area.shop-checkout-area .section-title .title {
  font-size: 40px;
}
.product-area.wishlist-page-area {
  padding: 110px 0 110px;
}
@media only screen and (max-width: 991px) {
  .product-area.wishlist-page-area {
    padding: 80px 0;
  }
}
.product-area.wishlist-page-area .section-title .title {
  font-size: 40px;
}
.product-area.compare-page-area {
  padding: 110px 0 110px;
}
@media only screen and (max-width: 991px) {
  .product-area.compare-page-area {
    padding: 80px 0;
  }
}
.product-area.compare-page-area .section-title .title {
  font-size: 40px;
}

.product-single-area {
  padding: 110px 0 0;
}
@media only screen and (max-width: 991px) {
  .product-single-area {
    padding: 80px 0 0;
  }
}

.product-item {
  margin-bottom: 30px;
}
.product-item .product-thumb {
  border-radius: 5px 5px 0 0;
  align-items: center;
  background-color: #e4f6fe;
  display: flex;
  overflow: hidden;
  position: relative;
  min-height: 307px;
  justify-content: center;
  width: 100%;
}
.product-item .product-thumb .product-action {
  bottom: calc(50% - 60px);
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.product-item .product-thumb .product-action a {
  background-color: #f379a7;
  border-radius: 10px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 46px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  transform: translate(0, 40px);
  top: 50%;
  opacity: 0;
  left: 50%;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-item .product-thumb .product-action a:last-child {
  margin-right: 0;
}
.product-item .product-thumb .product-action a[class*=action-] {
  transition-delay: 150ms;
}
.product-item .product-thumb .product-action a[class*=action-] + a {
  transition-delay: 200ms;
}
.product-item .product-thumb .product-action a[class*=action-] + a + a {
  transition-delay: 250ms;
}
.product-item .product-thumb .product-action a[class*=action-] + a + a + a {
  transition-delay: 300ms;
}
.product-item .product-thumb .product-action a:hover {
  background-color: #95b3e0;
}
.product-item .product-thumb .product-action a:last-child {
  margin-bottom: 0;
}
.product-item .product-info {
  background-color: #e4f6fe;
  border-radius: 0 0 5px 5px;
  min-height: 117px;
  padding: 0 31px 33px;
}
.product-item .product-info .rating {
  line-height: 1;
  margin-bottom: 16px;
}
.product-item .product-info .rating span {
  color: #ffde00;
  font-size: 14px;
  letter-spacing: 1.8px;
}
.product-item .product-info .title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;
}
.product-item .product-info .title a {
  color: #3b3a3a;
}
.product-item .product-info .title a:hover {
  color: #f379a7;
}
.product-item .product-info .prices .price {
  color: #3b3a3a;
  font-weight: 500;
  font-size: 18px;
}
.product-item:hover .product-thumb .product-action {
  margin-top: 0;
  opacity: 1;
}
.product-item:hover .product-thumb .product-action a {
  opacity: 1;
  transform: translate(0, 0);
}

.product-tab-content .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 61px;
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tab-content .nav-tabs .nav-item {
    margin-bottom: 10px;
  }
}
.product-tab-content .nav-tabs .nav-item .nav-link {
  border: 1px solid #e5e5e5;
  border-radius: 21px;
  color: #393939;
  font-family: "Fredoka One", cursive;
  margin-right: 25px;
  height: 43px;
  line-height: 25px;
  padding: 5px 29px;
}
@media only screen and (max-width: 991px) {
  .product-tab-content .nav-tabs .nav-item .nav-link {
    font-size: 14px;
    margin-right: 18px;
  }
}
.product-tab-content .nav-tabs .nav-item .nav-link:hover {
  border-color: #f379a7;
  background-color: #f379a7;
  color: #fff;
}
.product-tab-content .nav-tabs .nav-item .nav-link.active {
  border-color: #f379a7;
  background-color: #f379a7;
  color: #fff;
}

.product-items-list {
  margin-bottom: 40px;
}
.product-items-list .product-item .product-thumb {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .product-items-list .product-item .product-thumb {
    margin-bottom: 35px;
    width: 100%;
  }
}
.product-items-list .product-item .product-info {
  background-color: transparent;
  float: left;
  padding-left: 45px;
  width: 50%;
  padding: 0px 0px 0px 45px;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .product-items-list .product-item .product-info {
    padding: 0;
    width: 100%;
  }
}
.product-items-list .product-item .product-info .title {
  font-size: 25px;
}
.product-items-list .product-item .product-info p {
  font-size: 16px;
  font-weight: 500;
}

.product-description-review {
  padding: 110px 0 102px;
}
@media only screen and (max-width: 991px) {
  .product-description-review {
    padding: 80px 0 90px;
  }
}
.product-description-review .product-description-tab-menu {
  border: none;
  justify-content: center;
}
.product-description-review .product-description-tab-menu .nav-item {
  margin-right: 10px;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link {
  border: none;
  color: #363636;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  height: 60px;
  padding: 10px 22.5px;
  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;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link:before {
  bottom: 0;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  content: "";
  background-color: #f379a7;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: -1;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active {
  color: #fff;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active:before {
  opacity: 1;
  height: 100%;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link.active:hover {
  color: #fff;
}
.product-description-review .product-description-tab-menu .nav-item .nav-link:hover {
  color: #f379a7;
}
.product-description-review .tab-content {
  border: 2px solid #f4f4f4;
}
.product-description-review .tab-content .product-desc {
  padding: 51px 25px 50px;
  text-align: center;
}
.product-description-review .tab-content .product-desc p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.product-description-review .tab-content .product-review {
  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;
}
.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: #f379a7;
  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: #f379a7;
  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;
  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: 27.5px;
  font-size: 15px;
  height: 47px;
  line-height: 25px;
  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: #f379a7;
}

.product-slider-area.related-product-area {
  padding: 0 0 81px;
}

.product-tab1-slider {
  margin: 0 -15px;
}
.product-tab1-slider .slide-item {
  padding: 0 15px;
}
.product-tab1-slider .slick-dots {
  display: none !important;
}
.product-tab1-slider .slick-prev {
  left: -81px;
  top: 33%;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .product-tab1-slider .slick-prev {
    display: none !important;
  }
}
.product-tab1-slider .slick-prev:after {
  content: "";
  background-image: url("../img/icons/2.png");
  width: 50px;
  height: 50px;
  position: absolute;
  left: -13px;
  top: -9px;
  z-index: -1;
  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-tab1-slider .slick-prev:before {
  color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  opacity: 1;
  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-tab1-slider .slick-prev:hover:after {
  background-image: url("../img/icons/3.png");
}
.product-tab1-slider .slick-next {
  right: -81px;
  top: 33%;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .product-tab1-slider .slick-next {
    display: none !important;
  }
}
.product-tab1-slider .slick-next:after {
  content: "";
  background-image: url("../img/icons/2.png");
  width: 50px;
  height: 50px;
  position: absolute;
  left: -15px;
  top: -9px;
  z-index: -1;
  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-tab1-slider .slick-next:before {
  color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  opacity: 1;
  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-tab1-slider .slick-next:hover:after {
  background-image: url("../img/icons/3.png");
}

@media only screen and (max-width: 991px) {
  .single-product-slider {
    margin-bottom: 50px;
  }
}
.single-product-slider .single-product-thumb {
  position: relative;
}
.single-product-slider .single-product-thumb .thumb-item img {
  cursor: crosshair;
  width: 100%;
}
.single-product-slider .single-product-thumb .zoomImg {
  pointer-events: none;
}
.single-product-slider .single-product-thumb .ribbons {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.single-product-slider .single-product-thumb .ribbons .ribbon {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  height: 25px;
  left: 9px;
  line-height: 25px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 10px;
  width: 45px;
  z-index: 1;
}
.single-product-slider .single-product-thumb .ribbons .ribbon ~ .ribbon {
  top: 62px;
}
.single-product-slider .single-product-thumb .ribbons .ribbon-soldout {
  background-color: #f4a460;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  height: 150px;
  left: 50%;
  line-height: 150px;
  opacity: 0.8;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 150px;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.single-product-slider .single-product-thumb:hover .ribbons {
  display: none;
}
.single-product-slider .single-product-nav .swiper-container {
  width: 402px;
  margin-top: -50px;
  justify-content: center;
}
@media only screen and (max-width: 479.98px) {
  .single-product-slider .single-product-nav .swiper-container {
    width: 300px;
  }
}
@media only screen and (max-width: 359.98px) {
  .single-product-slider .single-product-nav .swiper-container {
    width: 260px;
  }
}
.single-product-slider .single-product-nav .swiper-container .swiper-wrapper .swiper-slide .nav-item img {
  width: 100%;
}
.single-product-slider .single-product-nav .nav-item {
  cursor: pointer;
}

.shop-toolbar-wrap {
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 10px 29px;
}
@media only screen and (max-width: 767px) {
  .shop-toolbar-wrap {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap {
    display: block;
    height: auto;
    padding: 23px 20px 10px;
    text-align: center;
  }
}
@media (max-width: 418px) {
  .shop-toolbar-wrap {
    padding: 25px 15px 22px;
  }
}
.shop-toolbar-wrap .product-showing-status .count-result {
  color: #6c6c6c;
  font-size: 16px;
  line-height: 24px;
}
.shop-toolbar-wrap .product-showing-status .count-result span {
  color: #f379a7;
}
.shop-toolbar-wrap .product-view-mode {
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .shop-toolbar-wrap .product-view-mode {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap .product-view-mode {
    display: inline-block;
    padding: 0 30px;
    margin: 15px 0;
  }
}
@media (max-width: 418px) {
  .shop-toolbar-wrap .product-view-mode {
    border: none;
    display: flex;
    justify-content: center;
    margin: 6px 0 3px;
  }
}
.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: #9e9e9e;
  font-size: 18px;
  padding: 0;
  margin-right: 23px;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link:hover {
  color: #f379a7;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link.active {
  color: #f379a7;
}
.shop-toolbar-wrap .product-view-mode nav .nav-tabs .nav-link:last-child {
  margin-right: 0;
}
.shop-toolbar-wrap .product-sorting-menu {
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .shop-toolbar-wrap .product-sorting-menu {
    display: inline-block;
    margin: 0 15px;
  }
}
.shop-toolbar-wrap .product-sorting-menu .current {
  color: #6c6c6c;
  display: block;
  font-size: 16px;
}
.shop-toolbar-wrap .product-sorting-menu .current span {
  color: #f379a7;
}
.shop-toolbar-wrap .product-sorting-menu .current span i {
  color: #ee3231;
  font-size: 18px;
  margin-left: 54px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .shop-toolbar-wrap .product-sorting-menu .current span i {
    margin-left: 15px;
  }
}
.shop-toolbar-wrap .product-sorting-menu ul {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 44px;
  visibility: hidden;
  z-index: 1;
  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;
}
.shop-toolbar-wrap .product-sorting-menu ul li {
  border-bottom: 1px solid #d5d5d5;
  display: block;
  min-width: 115px;
}
.shop-toolbar-wrap .product-sorting-menu ul li:last-child {
  border-bottom: none;
}
.shop-toolbar-wrap .product-sorting-menu ul li a {
  color: #000;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 15px;
  position: relative;
}
.shop-toolbar-wrap .product-sorting-menu ul li.active a {
  background-color: #f379a7;
  color: #fff;
}
.shop-toolbar-wrap .product-sorting-menu ul li:hover a {
  background-color: #f379a7;
  color: #fff;
}
.shop-toolbar-wrap .product-sorting-menu:hover ul {
  opacity: 1;
  visibility: visible;
}

.sidebar-area.shop-sidebar-area .widget-categories ul {
  margin: 0;
}
.sidebar-area.shop-sidebar-area .widget-categories ul li {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.sidebar-area.shop-sidebar-area .widget-categories ul li a {
  color: #737070;
}
.sidebar-area.shop-sidebar-area .widget-categories ul li:last-child {
  border: none;
}
.sidebar-area.shop-sidebar-area .widget-categories ul li:hover {
  background-color: transparent;
  border-color: #d5d5d5;
}
.sidebar-area.shop-sidebar-area .widget-categories ul li:hover a {
  color: #f379a7;
}
.sidebar-area.shop-sidebar-area .widget-categories ul li:hover a span {
  color: #f379a7;
}
.sidebar-area.shop-sidebar-area .widget-item {
  background-color: #f9f9f9;
  border: none;
  padding: 36px 30px 33px 31px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-area.shop-sidebar-area .widget-item {
    padding: 36px 25px 33px 25px;
  }
}
.sidebar-area.shop-sidebar-area .widget-item .widget-title .title {
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
  position: relative;
}
.sidebar-area.shop-sidebar-area .widget-item .widget-title .title:before {
  background-color: #f379a7;
  content: "";
  width: 9px;
  height: 14px;
  position: absolute;
  left: -31px;
  top: 4px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-form-check {
  margin-bottom: 32px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-form-check .form-check .form-check-input {
  border-color: #474748;
  box-shadow: none;
  width: 14px;
  height: 14px;
  margin-top: 8px;
  margin-right: 11px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-form-check .form-check .form-check-input:checked {
  background-color: #f379a7;
  border-color: #f379a7;
  background-image: none;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-form-check .form-check .form-check-label {
  color: #474748;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter h4 {
  color: #000;
  font-size: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-range {
  background-color: #dfdfdf;
  height: 4px;
  margin-bottom: 17px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-range .noUi-handle {
  background-color: #fff;
  border: 3px solid #f379a7;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-range .noUi-handle.noUi-active {
  top: -5px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-range .noUi-connect {
  background-color: #f379a7;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  margin-top: 17px;
  padding-right: 13px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-labels .price {
  color: #656565;
  font-weight: 400;
  font-size: 16px;
  margin-right: 5px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-labels .range-separator {
  color: #f379a7;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-labels .caption span {
  color: #656565;
  font-weight: 400;
  font-size: 16px;
}
.sidebar-area.shop-sidebar-area .widget-filter .widget-body .widget-price-filter .slider-labels .range-separator {
  padding: 0 5px;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-input {
  box-shadow: none;
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin-top: 9px;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-input.red {
  background-color: #ff0000;
  border-color: #ff0000;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-input.black {
  background-color: #000;
  border-color: #000;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-input.blue {
  background-color: #004a80;
  border-color: #004a80;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-input.gray {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-input:checked {
  border-color: #f379a7;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-input:checked ~ label {
  color: #f379a7;
}
.sidebar-area.shop-sidebar-area .widget-color .form-check .form-check-label {
  color: #737070;
  cursor: pointer;
  margin-left: -4px;
}
.sidebar-area.shop-sidebar-area .widget-size .form-check .form-check-input {
  box-shadow: none;
  cursor: pointer;
  width: 11px;
  height: 11px;
  margin-top: 9px;
}
.sidebar-area.shop-sidebar-area .widget-size .form-check .form-check-input.black {
  background-color: #363636;
  border-color: #363636;
}
.sidebar-area.shop-sidebar-area .widget-size .form-check .form-check-input:checked {
  border-color: #f379a7;
  border-width: 2px;
  background-color: transparent;
  background-image: none;
}
.sidebar-area.shop-sidebar-area .widget-size .form-check .form-check-input:checked ~ label {
  color: #f379a7;
}
.sidebar-area.shop-sidebar-area .widget-size .form-check .form-check-label {
  color: #737070;
  cursor: pointer;
  margin-left: -4px;
}

.single-product-info {
  margin-left: 20px;
  margin-top: -5px;
}
@media only screen and (max-width: 991px) {
  .single-product-info {
    margin-left: 0;
  }
}
.single-product-info .title {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .title {
    font-size: 20px;
  }
}
.single-product-info .prices {
  margin-bottom: 7px;
}
.single-product-info .prices span {
  color: #f379a7;
  font-size: 30px;
  font-weight: 500;
}
.single-product-info .prices .price {
  color: #f379a7;
  font-weight: 500;
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .prices .price {
    font-size: 20px;
  }
}
.single-product-info .prices .price-old {
  color: #f379a7;
  font-style: italic;
  opacity: 0.5;
  text-decoration: line-through;
}
.single-product-info .product-rating {
  display: flex;
  margin-bottom: 36px;
}
.single-product-info .product-rating .rating {
  margin-right: 8px;
}
.single-product-info .product-rating .rating span {
  color: #ffde00;
  letter-spacing: 3px;
}
.single-product-info .product-rating .review {
  margin-top: -1px;
}
.single-product-info .product-rating .review a {
  color: #9f9e9e;
}
@media only screen and (max-width: 575px) {
  .single-product-info .product-rating .review a {
    font-size: 14px;
  }
}
.single-product-info .product-rating .review a:hover {
  color: #f379a7;
}
.single-product-info .single-product-featured {
  margin-bottom: 31px;
  margin-top: -5px;
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .single-product-featured {
    margin-bottom: 20px;
  }
}
.single-product-info .single-product-featured ul {
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  display: flex;
  padding: 21px 0;
  margin-bottom: 0;
  justify-content: space-between;
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .single-product-featured ul {
    display: block;
    margin-bottom: 16px;
  }
}
.single-product-info .single-product-featured ul li {
  color: #494949;
  font-family: "Fredoka One", cursive;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .single-product-featured ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .single-product-featured ul li {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.single-product-info .single-product-featured ul li i {
  color: #f379a7;
  font-size: 18px;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .single-product-featured ul li i {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .single-product-featured ul li i {
    font-size: 16px;
  }
}
.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;
  }
}
.single-product-info .group-product-list .info-text {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .group-product-list .info-text {
    font-size: 14px;
  }
}
.single-product-info .group-product-list .info-text .text-primary {
  color: #f379a7 !important;
  font-weight: 700;
}
.single-product-info .group-product-list table {
  width: 100%;
  margin-bottom: 15px;
  border-top: 1px dotted #e5e5e5;
}
@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: #e5e5e5;
  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: 16px;
  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: #f379a7;
}
.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: 16px;
  font-weight: 700;
  color: #333;
}
.single-product-info .group-product-list table tbody tr .price .pro-price .old {
  color: #f379a7;
  font-size: 14px;
  margin-right: 5px;
  opacity: 0.5;
  font-style: italic;
  text-decoration: line-through;
}
.single-product-info .group-product-list .info-text {
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.single-product-info .table {
  margin-bottom: 32px;
}
.single-product-info .table tbody tr {
  border: 1px solid #e9e9e9;
}
.single-product-info .table tbody tr th {
  border-right: 1px solid #e9e9e9;
  color: #3d3d3d;
  font-weight: 600;
  font-size: 16px;
  max-width: 54px;
  padding: 7px 22px;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .table tbody tr th {
    max-width: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .single-product-info .table tbody tr th {
    max-width: 75px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 479.98px) {
  .single-product-info .table tbody tr th {
    padding: 7px 5px 5px;
    text-align: center;
    max-width: 83px;
  }
}
.single-product-info .table tbody tr td {
  align-items: center;
  color: #3d3d3d;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 20px 5px 29px;
}
@media only screen and (max-width: 1199px) {
  .single-product-info .table tbody tr td {
    padding: 5px 10px 5px 19px;
  }
}
@media only screen and (max-width: 991px) {
  .single-product-info .table tbody tr td {
    font-size: 14px;
    padding: 5px 10px 5px 15px;
  }
}
.single-product-info .table tbody tr td i {
  background-color: #505050;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: 500;
  font-size: 18px;
  float: right;
  margin-top: 6px;
  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) {
  .single-product-info .table tbody tr td i {
    font-size: 15px;
    width: 16px;
    height: 16px;
    line-height: 15px;
  }
}
.single-product-info .table tbody tr td i:hover {
  background-color: #f379a7;
}
.single-product-info .product-desc {
  color: #494949;
  font-weight: 300;
  margin-bottom: 48px;
}
.single-product-info .quick-product-action {
  display: flex;
  margin-bottom: 36px;
}
.single-product-info .quick-product-action .action-top {
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .action-top {
    align-items: flex-start;
    flex-direction: column;
  }
}
.single-product-info .quick-product-action .action-top .pro-qty {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  margin-right: 7px;
  top: 2px;
}
.single-product-info .quick-product-action .action-top .pro-qty input {
  background-color: #f1f1f1;
  border: none;
  border-radius: 25px;
  color: #494949;
  font-family: "Fredoka One", cursive;
  font-weight: 500;
  font-size: 16px;
  padding: 0px 28px 0;
  max-width: 132px;
  max-height: 50px;
  line-height: 50px;
  text-align: center;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn {
  color: #494949;
  position: absolute;
  font-weight: 500;
  font-size: 10px;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn.inc {
  right: 30px;
  top: 35%;
}
.single-product-info .quick-product-action .action-top .pro-qty .qty-btn.dec {
  left: 30px;
  top: 36%;
}
.single-product-info .quick-product-action .btn-theme {
  border-radius: 25px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  line-height: 38px;
  padding: 5px 44px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 27px;
}
@media only screen and (max-width: 575px) {
  .single-product-info .quick-product-action .btn-theme {
    margin-left: 0;
  }
}
.single-product-info .quick-product-action .btn-theme:hover {
  background-color: #95b3e0;
  border-color: #95b3e0;
}
.single-product-info .quick-product-action .btn-wishlist {
  color: #494949;
  font-family: "Fredoka One", cursive;
  display: inline-block;
  margin-bottom: 15px;
  min-width: 117px;
  position: relative;
}
.single-product-info .quick-product-action .btn-wishlist:before {
  background-color: #9c9c9c;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 6px;
}
.single-product-info .quick-product-action .btn-wishlist:hover {
  color: #f379a7;
}
.single-product-info .quick-product-action .btn-wishlist:hover:before {
  background-color: #f379a7;
}
.single-product-info .widget {
  margin-bottom: 6px;
}
.single-product-info .widget .title {
  color: #5f5f5f;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.single-product-info .widget .widget-tags {
  display: inline-block;
}
.single-product-info .widget .widget-tags span {
  color: #9f9e9e;
}
.single-product-info .widget .widget-tags a {
  color: #9f9e9e;
}
.single-product-info .widget .widget-tags a:hover {
  color: #f379a7;
}
.single-product-info .widget .widget-tags.widget-share {
  margin-left: 15px;
}
.single-product-info .widget .widget-tags.widget-share span {
  margin-right: 24px;
  cursor: pointer;
}
.single-product-info .widget .widget-tags.widget-share span:hover {
  color: #f379a7;
}
.single-product-info .widget .widget-tags.widget-share span:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 479.98px) {
  .product-quick-view-content .single-product-info .single-product-featured ul {
    margin-bottom: 0;
    padding-bottom: 17px;
  }
}

.category-area.product-category1-area {
  padding: 100px 0 81px;
}
@media only screen and (max-width: 991px) {
  .category-area.product-category1-area {
    padding: 80px 0 55px;
  }
}
.category-area.product-category1-area .category-items1 .category-item {
  display: inline-block;
  position: relative;
  width: 100%;
}
.category-area.product-category1-area .category-items1 .category-item .thumb {
  background-color: #fcdcea;
  min-height: 240px;
  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) {
  .category-area.product-category1-area .category-items1 .category-item .thumb {
    min-height: 225px;
  }
}
@media only screen and (max-width: 479.98px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb {
    min-height: 200px;
  }
}
.category-area.product-category1-area .category-items1 .category-item .thumb:hover {
  background-color: #e4f6fe;
}
.category-area.product-category1-area .category-items1 .category-item .thumb img {
  position: absolute;
  z-index: 1;
}
.category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style1 img {
  bottom: 20px;
  right: 16px;
}
@media only screen and (max-width: 1199px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style1 img {
    bottom: 12px;
    width: 37%;
  }
}
.category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style2 img {
  bottom: 10px;
  right: 10px;
}
@media only screen and (max-width: 1199px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style2 img {
    width: 57%;
  }
}
@media only screen and (max-width: 991px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style2 img {
    width: 48%;
  }
}
.category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style3 img {
  right: 6px;
  bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style3 img {
    width: 54%;
  }
}
@media only screen and (max-width: 991px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb.thumb-style3 img {
    width: 50%;
  }
}
.category-area.product-category1-area .category-items1 .category-item .thumb .content {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-area.product-category1-area .category-items1 .category-item .thumb .content .contact-info {
  margin-top: 33px;
  margin-left: 31px;
}
.category-area.product-category1-area .category-items1 .category-item .thumb .content .contact-info .title {
  color: #000;
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb .content .contact-info .title {
    font-size: 24px;
  }
}
.category-area.product-category1-area .category-items1 .category-item .thumb .content .contact-info .price {
  color: #000;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .category-area.product-category1-area .category-items1 .category-item .thumb .content .contact-info .price {
    font-size: 20px;
  }
}
.category-area.product-category1-area .category-items1 .category-item .thumb .content .btn-link {
  color: #000;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 25px;
  margin-left: 31px;
  text-transform: capitalize;
  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-area.product-category1-area .category-items1 .category-item .thumb .content .btn-link:hover {
  text-decoration: underline;
}
.category-area.product-category2-area {
  padding: 111px 0 103px;
}
@media only screen and (max-width: 991px) {
  .category-area.product-category2-area {
    padding: 70px 0 72px;
  }
}
.category-area.product-category2-area .category-items2 .category-item .thumb {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.category-area.product-category2-area .category-items2 .category-item .thumb img {
  border-radius: 10px;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}
.category-area.product-category2-area .category-items2 .category-item .thumb .content {
  position: absolute;
  top: 49%;
  transform: translate(0px, -50%);
  right: 70px;
  text-align: center;
}
.category-area.product-category2-area .category-items2 .category-item .thumb .content .contact-info .title {
  font-size: 30px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 479.98px) {
  .category-area.product-category2-area .category-items2 .category-item .thumb .content .contact-info .title {
    font-size: 24px;
  }
}
.category-area.product-category2-area .category-items2 .category-item .thumb .content .contact-info .price {
  font-size: 18px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 479.98px) {
  .category-area.product-category2-area .category-items2 .category-item .thumb .content .contact-info .price {
    margin-bottom: 20px;
  }
}
.category-area.product-category2-area .category-items2 .category-item .thumb .content .contact-info .price span {
  font-size: 30px;
}
.category-area.product-category2-area .category-items2 .category-item .thumb .content .btn-theme {
  border-radius: 20px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  height: 43px;
  line-height: 30px;
  padding: 5px 27.3px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 479.98px) {
  .category-area.product-category2-area .category-items2 .category-item .thumb .content .btn-theme {
    font-size: 14px;
    height: auto;
    padding: 2px 22px;
  }
}
.category-area.product-category2-area .category-items2 .category-item .thumb .content .btn-theme:hover {
  background-color: #95b3e0;
}
.category-area.product-category2-area .category-items2 .category-item:hover .thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}
.category-area.style-two {
  padding: 80px 0 111px;
}
@media only screen and (max-width: 991px) {
  .category-area.style-two {
    padding: 20px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .category-area.style-two {
    padding: 50px 0 70px;
  }
}

.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-family: "Fredoka One", cursive;
  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-family: "Rubik", sans-serif;
  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: #f379a7;
}
.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-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #f379a7;
}
.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-family: "Rubik", sans-serif;
  font-weight: 600;
  padding: 0 10px;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a {
  font-size: 20px;
  color: #000;
  display: inline-block;
}
.cart-table-wrap .cart-table table tbody > tr td.product-remove a:hover {
  color: #f379a7;
}

.cart-calculate-discount-wrap h4 {
  font-family: "Rubik", sans-serif;
  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: flex;
  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: 600;
  background-color: #f379a7;
}
@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;
  line-height: 1;
  padding: 8px 20px 11px;
}
.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: 22px;
  margin-right: 2px;
  position: relative;
  top: 4px;
}
.cart-shiping-update-wrapper .cart-shiping-btn.continure-btn a {
  background-color: #f379a7;
}
@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: #95b3e0;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a {
  background-color: #95b3e0;
}
.cart-shiping-update-wrapper .cart-shiping-btn.update-btn a:hover {
  background-color: #f379a7;
}

.select-style {
  margin-bottom: 15px;
}
.select-style .select-active {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #495057;
  font-family: "Rubik", sans-serif;
  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;
  font-family: "Rubik", sans-serif;
}
.calculate-discount-content .input-style {
  margin-bottom: 15px;
}
.calculate-discount-content .input-style input {
  color: #495057;
  height: 52px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  font-family: "Rubik", sans-serif;
  padding: 2px 16px;
  width: 100%;
}
.calculate-discount-content .input-style input:-moz-input-placeholder {
  color: #495057;
  opacity: 1;
}
.calculate-discount-content .input-style input:-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.calculate-discount-content .calculate-discount-btn a {
  background-color: #95b3e0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 600;
  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: 10px 19px;
}
@media only screen and (max-width: 1199px) {
  .calculate-discount-content .calculate-discount-btn a.btn {
    padding: 8px 19px;
  }
}
.calculate-discount-content .calculate-discount-btn a.btn-link {
  text-decoration: none;
  color: #fff;
}
.calculate-discount-content .calculate-discount-btn a:hover {
  background-color: #f379a7;
}

.grand-total-wrap .grand-total-content {
  padding: 30px;
  padding: 34px 30px 33px;
  background-color: #f5f5f5;
}
.grand-total-wrap .grand-total-content h3 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  padding: 0 0 18px;
}
.grand-total-wrap .grand-total-content h3 span {
  font-size: 16px;
  font-weight: 600;
  color: #f379a7;
}
.grand-total-wrap .grand-total-content .grand-shipping {
  padding: 38px 0 32px;
}
.grand-total-wrap .grand-total-content .grand-shipping > span {
  font-family: "Rubik", sans-serif;
  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: flex;
  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-family: "Rubik", sans-serif;
  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 {
  font-family: "Rubik", sans-serif;
  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-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.grand-total-wrap .grand-total h4 span {
  color: #f379a7;
}
.grand-total-wrap .grand-total-btn {
  margin-top: 24px;
}
.grand-total-wrap .grand-total-btn a {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #f379a7;
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .grand-total-wrap .grand-total-btn a {
    font-size: 16px;
  }
}
.grand-total-wrap .grand-total-btn a.btn {
  padding: 15px 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: #95b3e0;
}

.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-family: "Fredoka One", cursive;
  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: 80px;
}
.wishlist-table-content .table-content table tbody > tr td.product-name h5 {
  display: block;
  font-family: "Rubik", sans-serif;
  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: #f379a7;
}
.wishlist-table-content .table-content table tbody > tr td.product-price span {
  font-family: "Fredoka One", cursive;
  font-size: 16px;
  font-weight: 400;
  color: #95b3e0;
}
.wishlist-table-content .table-content table tbody > tr td.stock-status span {
  font-family: "Rubik", sans-serif;
  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-family: "Rubik", sans-serif;
  font-size: 28px;
  color: #c3c3c3;
  display: inline-block;
}
.wishlist-table-content .table-content table tbody > tr td.product-remove a:hover {
  color: #f379a7;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a {
  display: inline-block;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding: 10px 15px 9px;
  line-height: 1;
  white-space: pre;
  background-color: #f379a7;
}
.wishlist-table-content .table-content table tbody > tr td.wishlist-cart a:hover {
  background-color: #95b3e0;
}

.compare-table .table tbody tr {
  margin-bottom: 20px;
}
.compare-table .table tbody tr td {
  font-family: "Rubik", sans-serif;
  padding: 20px 20px;
  vertical-align: middle;
  border-color: #e5e5e5;
  color: #000;
}
.compare-table .table tbody tr td.first-column {
  min-width: 175px;
  font-family: "Rubik", sans-serif;
  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: #f379a7;
  font-family: "Rubik", sans-serif;
  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;
  font-family: "Rubik", sans-serif;
  margin-top: 5px;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #f379a7;
}
.compare-table .table tbody tr td.pro-desc p {
  font-family: "Rubik", sans-serif;
  margin: 0;
  line-height: 30px;
  text-align: left;
}
.compare-table .table tbody tr td a.check-btn {
  color: #95b3e0;
  font-size: 15px;
}
.compare-table .table tbody tr td a.check-btn:hover {
  color: #f379a7;
}
.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: #f379a7;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-ratting i {
  color: #ffde00;
}

.checkout-coupon-wrap > p {
  font-family: "Rubik", sans-serif;
  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;
}
.checkout-coupon-wrap > p a {
  font-family: "Rubik", sans-serif;
  color: #4bb1cf;
  margin-left: 6px;
  font-size: 14px;
}
.checkout-coupon-wrap .checkout-coupon-content form p {
  font-family: "Rubik", sans-serif;
  color: #666;
  margin: 0;
}
.checkout-coupon-wrap .checkout-coupon-content form input {
  width: 100%;
  height: 55px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  color: #495057;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  padding: 2px 16px;
  margin: 25px 0 15px;
}
.checkout-coupon-wrap .checkout-coupon-content form button {
  border: none;
  background-color: #f379a7;
  color: #fff;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
  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: #95b3e0;
}

.billing-info-wrap h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 23px;
}
.billing-info-wrap .billing-info label {
  font-family: "Rubik", sans-serif;
  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-family: "Rubik", sans-serif;
  font-size: 14px;
  padding: 2px 16px;
}
.billing-info-wrap .billing-info input::-moz-input-placeholder {
  color: #495057;
  opacity: 1;
}
.billing-info-wrap .billing-info input::-webkit-input-placeholder {
  color: #495057;
  opacity: 1;
}
.billing-info-wrap .billing-info input.billing-address {
  margin-bottom: 20px;
}
.billing-info-wrap .billing-select label {
  color: #000;
  font-family: "Rubik", sans-serif;
  display: block;
  margin: 0 0 15px;
}
.billing-info-wrap .billing-select label abbr {
  color: #f33;
}
.billing-info-wrap .checkout-account input {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  height: 10px;
  font-family: "Rubik", sans-serif;
  width: 10px;
  position: relative;
  top: 10px;
  color: #495057;
}
.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 {
  font-family: "Rubik", sans-serif;
  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-family: "Rubik", sans-serif;
  font-size: 14px;
  border: 1px solid #e5e5e5;
}

.checkout-coupon-content,
.different-address {
  display: none;
}

.your-order-area h3 {
  font-family: "Rubik", sans-serif;
  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: flex;
  justify-content: space-between;
  font-family: "Rubik", sans-serif;
  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 {
  font-family: "Rubik", sans-serif;
  display: flex;
  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-family: "Rubik", sans-serif;
  font-size: 16px;
  color: #f379a7;
  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-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-subtotal h3 span {
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #f379a7;
}
.your-order-area .your-order-wrap .your-order-shipping {
  padding: 21px 0 22px;
}
.your-order-area .your-order-wrap .your-order-shipping > span {
  font-family: "Rubik", sans-serif;
  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 {
  display: flex;
  align-items: center;
  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-family: "Rubik", sans-serif;
  font-size: 16px;
  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-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your-order-area .your-order-wrap .your-order-total h3 span {
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #f379a7;
}
.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-family: "Rubik", sans-serif;
  font-size: 15px;
  margin: 0px 0 0 21px;
  display: flex;
  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: #f379a7;
}
.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-family: "Rubik", sans-serif;
  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-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 1.9;
}
.your-order-area .your-order-wrap .payment-condition p a {
  color: #f379a7;
  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: flex;
  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-family: "Rubik", sans-serif;
  font-size: 14px;
  margin-left: 10px;
}
.your-order-area .your-order-wrap .payment-checkbox span a {
  font-family: "Rubik", sans-serif;
  color: #f379a7;
  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 43px 18px;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
  background-color: #f379a7;
}
@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: #95b3e0;
}

.product-quick-view-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  left: 0;
  z-index: 1050;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-modal {
    padding: 0 10px;
  }
}
.product-quick-view-modal.active {
  opacity: 1;
  visibility: visible;
}
.product-quick-view-modal.active .product-quick-view-inner {
  transform: translate(0, 0);
}
.product-quick-view-modal .canvas-overlay {
  position: fixed;
  top: 0;
  opacity: 0.5;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.product-quick-view-inner {
  margin: 150px auto;
  max-width: 1483px;
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
  position: relative;
  z-index: 9999;
}
@media (max-width: 1559px) {
  .product-quick-view-inner {
    max-width: 1370px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-inner {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-inner {
    margin: 50px auto;
  }
}
.product-quick-view-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  padding: 0;
  z-index: 9999;
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content {
    padding: 20px;
  }
}
.product-quick-view-content .btn-close {
  background-color: #444;
  background-image: none;
  box-shadow: none;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: -25px;
  text-shadow: 0 1px 0 #fff;
  top: -25px;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  width: 50px;
  z-index: 9999;
}
@media (max-width: 1559px) {
  .product-quick-view-content .btn-close {
    top: 10px;
    right: 10px;
    font-size: 25px;
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .btn-close {
    left: 10px;
  }
}
.product-quick-view-content .btn-close:hover {
  background-color: #f379a7;
}
.product-quick-view-content .thumb {
  height: 100%;
}
.product-quick-view-content .thumb img {
  width: 100%;
  height: 100%;
}
.product-quick-view-content .single-product-info {
  padding: 60px 35px 20px;
}
@media (max-width: 1559px) {
  .product-quick-view-content .single-product-info {
    padding: 40px 35px 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-content .single-product-info {
    padding: 25px 35px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info {
    padding: 0 17px 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .product-quick-view-content .single-product-info {
    padding: 0;
  }
}
.product-quick-view-content .single-product-info .widget .title {
  font-size: 16px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .product-quick-view-content .single-product-info .quick-product-action {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .title {
    font-size: 23px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-content .single-product-info .prices {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .prices {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 991px) {
  .product-quick-view-content .single-product-info .prices {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .prices .price {
    font-size: 28px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .product-quick-view-content .single-product-info .prices .price {
    font-size: 26px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .prices .price {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-content .single-product-info .product-rating {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .product-rating {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .product-rating {
    line-height: 1;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .product-rating .rating {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .product-rating .rating span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .product-rating .rating span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .product-rating .review {
    font-size: 12px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .product-rating .review {
    font-size: 10px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-content .single-product-info table {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info table {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-content .single-product-info table tbody tr th {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info table tbody tr th {
    padding: 8px 18px;
  }
}
@media only screen and (max-width: 991px) {
  .product-quick-view-content .single-product-info table tbody tr th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info table tbody tr th {
    font-size: 10px;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-content .single-product-info table tbody tr td {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info table tbody tr td {
    padding: 7px 20px 5px 29px;
  }
}
@media only screen and (max-width: 991px) {
  .product-quick-view-content .single-product-info table tbody tr td {
    font-size: 12px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info table tbody tr td {
    font-size: 10px;
    padding: 7px 13px 5px 19px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info table tbody tr td i {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 1399px) {
  .product-quick-view-content .single-product-info .product-desc {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .product-desc {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 input {
    font-size: 17px;
    max-width: 75px;
    max-height: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 input {
    font-size: 15px;
    max-width: 70px;
    max-height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 .qty-btn {
    font-size: 6px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 .qty-btn {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 .inc {
    right: 6px;
    top: 29%;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 .inc {
    right: 15px;
    top: 38%;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 .dec {
    left: 4px;
    top: 26%;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-top .pro-qty-area .pro-qty-style2 .dec {
    left: 14px;
    top: 32%;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-bottom {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-bottom .btn-theme {
    font-size: 13px;
    padding: 9px 35px;
  }
}
@media only screen and (max-width: 991px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-bottom .btn-theme {
    font-size: 12px;
    padding: 5px 12px;
    height: 45px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action .action-bottom .btn-theme {
    font-size: 10px;
    padding: 6px 6px;
    height: 40px;
    font-weight: 900;
  }
}
@media only screen and (max-width: 1199px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action a {
    padding: 5px 13px;
    line-height: 1.8;
    font-size: 22px;
    height: 45px;
  }
}
@media only screen and (max-width: 359.98px) {
  .product-quick-view-content .single-product-info .single-product-desc .quick-product-action a {
    margin-left: 5px;
    font-size: 20px;
    height: 40px;
    padding: 4px 13px;
  }
}

/*
-----------------------------------------------------------------------
    Blog CSS
-----------------------------------------------------------------------
*/
.blog-area.blog-default-area {
  padding: 73px 0 110px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-default-area {
    padding: 15px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-default-area {
    padding: 42px 0 80px;
  }
}
.blog-area.blog-default2-area {
  padding: 101px 0 110px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-default2-area {
    padding: 72px 0 80px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-area.blog-default2-area {
    padding: 57px 0 80px;
  }
}
@media only screen and (max-width: 479.98px) {
  .blog-area.blog-default2-area {
    padding: 38px 0 80px;
  }
}
.blog-area.blog-grid-area {
  padding: 110px 0 110px;
}
@media only screen and (max-width: 991px) {
  .blog-area.blog-grid-area {
    padding: 80px 0;
  }
}
.blog-area.blog-grid-area .post-item {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .blog-area.blog-grid-area .post-item {
    margin-bottom: 50px;
  }
}
.blog-area.blog-grid-area.blog-grid-4column .post-item .content .title {
  font-size: 24px;
  margin-bottom: 18px;
}
.blog-area.blog-grid-area.blog-grid-4column .post-item .content .btn-theme {
  height: 36px;
  line-height: 25px;
  font-size: 14px;
  padding: 5px 20px;
}

.post-item .thumb {
  overflow: hidden;
}
.post-item .thumb a img {
  width: 100%;
  transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
}
.post-item .content {
  padding-top: 31px;
}
.post-item .content .meta {
  color: #adadad;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 9px;
}
.post-item .content .meta .author {
  color: #f379a7;
  font-weight: 400;
  margin-right: 5px;
}
.post-item .content .meta .author:hover {
  color: #95b3e0;
}
.post-item .content .meta .post-date {
  color: #424242;
  font-weight: 400;
  margin-left: 15px;
}
.post-item .content .meta .dots {
  position: relative;
}
.post-item .content .meta .dots:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 3px;
  left: 0;
}
.post-item .content .title {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.44;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .post-item .content .title {
    font-size: 20px;
  }
}
.post-item .content .title a {
  color: #424242;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.post-item .content .title a:hover {
  color: #f379a7;
}
.post-item .content .btn-theme {
  background-color: #95b3e0;
  border-radius: 21px;
  height: 43px;
  line-height: 33px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 29.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;
}
.post-item .content .btn-theme:hover {
  background-color: #f379a7;
}
.post-item:hover .thumb a img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.blog-details-area {
  padding: 110px 0 110px;
}
@media only screen and (max-width: 991px) {
  .blog-details-area {
    padding: 80px 0;
  }
}

.post-details-content .post-details-body {
  background-color: #f9f9f9;
  border-radius: 15px;
}
.post-details-content .post-details-body .thumb {
  margin-bottom: 41px;
}
.post-details-content .post-details-body .content {
  padding: 0 40px 20px;
}
@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body .content {
    padding: 0 15px 20px;
  }
}
.post-details-content .post-details-body .content .meta {
  color: #adadad;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}
.post-details-content .post-details-body .content .meta .author {
  color: #f379a7;
  font-weight: 400;
  margin-right: 9px;
}
.post-details-content .post-details-body .content .meta .author:hover {
  color: #95b3e0;
}
.post-details-content .post-details-body .content .meta .post-date {
  color: #424242;
  font-weight: 400;
  margin-left: 20px;
}
.post-details-content .post-details-body .content .meta .dots {
  position: relative;
}
.post-details-content .post-details-body .content .meta .dots:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 4px;
  left: 0;
}
.post-details-content .post-details-body .content .title {
  color: #424242;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 39px;
}
@media only screen and (max-width: 991px) {
  .post-details-content .post-details-body .content .title {
    font-size: 24px;
    line-height: 1.4;
  }
}
.post-details-content .post-details-body .content p {
  color: #525252;
  margin-bottom: 33px;
  margin-right: -5px;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
  background-color: #f379a7;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 52px;
  position: relative;
  padding: 48px 30px;
  text-align: center;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  font-style: italic;
  line-height: 40px;
  margin: 0;
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-details-content .post-details-body .content .thumb-inner {
  margin-top: 17px;
  margin-bottom: 51px;
}
.post-details-content .post-details-body .content .thumb-inner img {
  border-radius: 10px;
}

.comment-view-area {
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 46px 30px 47px 40px;
  margin-bottom: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .comment-view-area {
    padding: 46px 15px 47px 15px;
  }
}
.comment-view-area .title {
  color: #535353;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 54px;
  position: relative;
}
.comment-view-area .title:before {
  background-color: #ee3231;
  content: "";
  width: 9px;
  height: 17px;
  position: absolute;
  left: -40px;
  top: 4px;
}
.comment-view-area .comment-content {
  margin-bottom: 37px;
}
.comment-view-area .comment-content.comment-content-style2 {
  margin-left: 60px;
  margin-bottom: 40px;
}
.comment-view-area .comment-content:last-child {
  margin-bottom: 0;
}
.comment-view-area .comment-content .single-comment .author-info {
  display: flex;
}
.comment-view-area .comment-content .single-comment .author-info .thumb img {
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  max-width: 101px;
}
.comment-view-area .comment-content .single-comment .author-info .author-details {
  position: relative;
  margin-left: 30px;
  top: -3px;
}
@media only screen and (max-width: 575px) {
  .comment-view-area .comment-content .single-comment .author-info .author-details {
    margin-left: 12px;
  }
}
.comment-view-area .comment-content .single-comment .author-info .author-details ul {
  margin-bottom: 7px;
}
.comment-view-area .comment-content .single-comment .author-info .author-details ul li {
  color: #333;
  font-weight: 400;
  font-size: 18px;
}
.comment-view-area .comment-content .single-comment .author-info .author-details ul li span {
  color: #424242;
  font-size: 16px;
}
.comment-view-area .comment-content .single-comment .author-info .author-details p {
  color: #525252;
  margin-bottom: 21px;
}
.comment-view-area .comment-content .single-comment .author-info .author-details .btn-theme {
  background-color: #95b3e0;
  border-radius: 14px;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  height: 30px;
  line-height: 25px;
  padding: 2px 24px;
  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;
}
.comment-view-area .comment-content .single-comment .author-info .author-details .btn-theme:hover {
  background-color: #f379a7;
}
.comment-view-area .comment-content .single-comment .author-info .author-details.border-top {
  border-top: 1px solid #e7e7e7;
}
.comment-view-area .comment-content .single-comment .author-info .author-details.border-bottom {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 40px;
}

.sidebar-area.blog-sidebar-area .widget-item {
  background-color: #f9f9f9;
  border-radius: 4px;
  border: none;
  padding: 40px 25px;
  margin-bottom: 50px;
}
.sidebar-area.blog-sidebar-area .widget-item .widget-title .title {
  color: #535353;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 19px;
  position: relative;
}
.sidebar-area.blog-sidebar-area .widget-item .widget-title .title:before {
  background-color: #f379a7;
  content: "";
  width: 9px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 4px;
}
.sidebar-area.blog-sidebar-area .widget-item .widget-title.blog-post-title .title {
  margin-left: 5px;
  margin-bottom: 27px;
}
.sidebar-area.blog-sidebar-area .widget-item .widget-title.blog-post-title .title:before {
  left: -30px;
  top: 4px;
}
.sidebar-area.blog-sidebar-area .widget-item.widget-item2 {
  padding: 40px 25px 29px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-search-box form .form-input-item {
  position: relative;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-search-box form .form-input-item input {
  border: 1px solid #cfcfcf;
  background-color: #f7f7f7;
  border-radius: 30px;
  color: #969696;
  height: 60px;
  padding: 10px 86px 10px 28px;
  font-style: italic;
  width: 100%;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-search-box form .form-input-item input:focus {
  border-color: #f379a7;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-search-box form .form-input-item button {
  border: none;
  background-color: #f379a7;
  border-radius: 0px 29px 29px 0px;
  color: #fff;
  height: 58px;
  padding: 11px 32.6px;
  position: absolute;
  right: 1px;
  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;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-search-box form .form-input-item button:hover {
  background-color: #95b3e0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-archives ul {
  margin: 0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-archives ul li {
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 11px;
  margin-left: 5px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-archives ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-archives ul li a {
  color: #545454;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-archives ul li a:hover {
  color: #f379a7;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post {
  position: relative;
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 28px;
  margin-bottom: 25px;
  margin-left: 5px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .thumb {
  position: absolute;
}
@media only screen and (max-width: 1199px) {
  .sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .thumb {
    top: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .thumb {
    top: auto;
  }
}
@media only screen and (max-width: 479.98px) {
  .sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .thumb {
    top: 8px;
  }
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .content {
  padding-left: 120px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .content span {
  color: #424242;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .content h4 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .content a {
  color: #383838;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-blog-post .content a:hover {
  color: #f379a7;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-categories ul {
  margin: 0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-categories ul li {
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 11px;
  margin-left: 5px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-categories ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-categories ul li a {
  color: #545454;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-categories ul li a:hover {
  color: #f379a7;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-newsletter .newsletter-form form input {
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: none;
  color: #777;
  height: 57px;
  padding: 10px 28px 10px 28px;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-newsletter .newsletter-form form input:focus {
  border-color: #f379a7;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-newsletter .newsletter-form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c0c0c0;
  font-weight: 300;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-newsletter .newsletter-form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c0c0c0;
  font-weight: 300;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-newsletter .newsletter-form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #c0c0c0;
  font-weight: 300;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-newsletter .newsletter-form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #c0c0c0;
  font-weight: 300;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-newsletter .newsletter-form form button {
  border-radius: 10px;
  width: 100%;
  font-family: "Fredoka One", cursive;
  font-weight: 400;
  font-size: 16px;
  height: 50px;
  line-height: 7px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-tags ul {
  margin: 0;
  margin-left: 5px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-tags ul li {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 2px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-tags ul li:last-child {
  margin-right: 0;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-tags ul li a {
  background-color: #eef2f8;
  color: #7e7e7e;
  display: inline-block;
  height: 34px;
  padding: 2px 28.74px;
  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;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-tags ul li a.babyfashion {
  padding: 2px 25px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-tags ul li a.toy {
  padding: 2px 17.3px;
}
.sidebar-area.blog-sidebar-area .widget-body .widget-tags ul li a:hover {
  background-color: #f379a7;
  color: #fff;
}

/*
-----------------------------------------------------------------------
    Contact CSS
-----------------------------------------------------------------------
*/
.contact-page-wrap {
  background-color: #fbfbfb;
}
.contact-page-wrap .contact-info-items {
  padding: 110px 0 107px;
}
@media only screen and (max-width: 991px) {
  .contact-page-wrap .contact-info-items {
    padding: 80px 0;
  }
}
.contact-page-wrap .contact-info-items .contact-info-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -4px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 24px 43px 25px;
}
.contact-page-wrap .contact-info-items .contact-info-item .icon {
  margin-bottom: 37px;
}
.contact-page-wrap .contact-info-items .contact-info-item h2 {
  color: #2e2e2e;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-page-wrap .contact-info-items .contact-info-item .content p {
  color: #000;
  font-size: 18px;
}
.contact-page-wrap .contact-info-items .contact-info-item .content a {
  color: #000;
  font-size: 18px;
}
.contact-page-wrap .contact-info-items .contact-info-item .content a:hover {
  color: #f379a7;
}

.contact-map-area {
  height: 500px;
}
@media only screen and (max-width: 1199px) {
  .contact-map-area {
    height: 380px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-map-area {
    height: 220px;
  }
}
.contact-map-area iframe {
  height: 100%;
  width: 100%;
}

/*
-----------------------------------------------------------------------
  Footer CSS
-----------------------------------------------------------------------
*/
.footer-area {
  position: relative;
  z-index: 1;
}
.footer-area .footer-shape {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-area.default-style .footer-main {
  background-color: #333;
  padding: 99px 0 66px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.default-style .footer-main {
    padding: 90px 0 65px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area.default-style .footer-main {
    padding: 90px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-area.default-style .footer-main {
    padding: 105px 0 50px;
  }
}
.footer-area.default-style .widget-item {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .footer-area.default-style .widget-item {
    margin-bottom: 20px;
  }
}
.footer-area.default-style .widget-item h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 991px) {
  .footer-area.default-style .widget-item h4 {
    margin-bottom: 10px;
  }
}
.footer-area.default-style .widget-item p {
  color: #e4e4e4;
  line-height: 1.6875;
  margin-bottom: 17px;
  margin-top: 7px;
}
@media only screen and (max-width: 991px) {
  .footer-area.default-style .widget-item p {
    margin-top: 0;
  }
}
.footer-area.default-style .widget-item ul li {
  color: #e4e4e4;
  margin-bottom: 4px;
}
.footer-area.default-style .widget-item a {
  color: #e4e4e4;
}
.footer-area.default-style .widget-item a:hover {
  color: #f379a7;
}
@media only screen and (max-width: 767px) {
  .footer-area.default-style .widget-item .about-widget {
    text-align: center;
  }
}
.footer-area.default-style .widget-item .about-widget .footer-logo img {
  position: relative;
  bottom: 24px;
}
.footer-area.default-style .widget-item .about-widget .widget-social-icons a {
  color: #fff;
  font-size: 16px;
  margin-right: 30px;
}
.footer-area.default-style .widget-item .about-widget .widget-social-icons a:last-child {
  margin-right: 0;
}
.footer-area.default-style .widget-item .about-widget .widget-social-icons a:hover {
  color: #f379a7;
}
.footer-area.default-style .widget-item .widget-menu-wrap .nav-menu {
  display: block;
}
.footer-area.default-style .widget-item .widget-address {
  line-height: 1.75;
  margin-bottom: 0;
}
.footer-area.default-style .widget-item .widget-contact-info {
  margin-bottom: 29px;
}
@media only screen and (max-width: 767px) {
  .footer-area.default-style .widget-item .widget-contact-info {
    margin-bottom: 20px;
  }
}
.footer-area.default-style .widget-item .widget-contact-info li {
  margin-bottom: -1px;
}
.footer-area.default-style .widget-item .widget-payment-info {
  max-width: 192px;
}
.footer-area.default-style .widget-item.item-style1 {
  margin-left: 33px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.default-style .widget-item.item-style1 {
    margin-left: 0;
  }
}
.footer-area.default-style .widget-item.item-style2 {
  margin-left: 39px;
}
@media only screen and (max-width: 1199px) {
  .footer-area.default-style .widget-item.item-style2 {
    margin-left: 0;
  }
}
.footer-area.default-style .widget-item.item-style3 {
  top: -5px;
}
.footer-area.default-style .item-hover-style li {
  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;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
.footer-area.default-style .item-hover-style li:hover {
  transform: translate(8px, 0);
  -webkit-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
}
.footer-area.default-style .footer-bottom {
  background-color: #212121;
  padding: 14px 0 15px;
}
.footer-area.default-style .footer-bottom .widget-copyright {
  position: relative;
  z-index: 1;
}
.footer-area.default-style .footer-bottom .widget-copyright p {
  color: #e4e4e4;
  font-size: 14px;
}
.footer-area.default-style .footer-bottom .widget-copyright p .fa-heart {
  color: #f53400;
  padding: 0 4px;
}
.footer-area.default-style .footer-bottom .widget-copyright p span {
  color: #f379a7;
}
.footer-area.default-style .footer-bottom .widget-copyright p a {
  color: #e4e4e4;
}
.footer-area.default-style .footer-bottom .widget-copyright p a:hover {
  color: #f379a7;
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-title {
    display: none;
  }
}
.footer-area .widget-title.widget-collapsed-title {
  display: block;
  position: relative;
  background-color: #535353;
  height: 70px;
  line-height: 69px;
  padding: 0 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .footer-area .widget-title.widget-collapsed-title {
    display: none;
  }
}
.footer-area .widget-title.widget-collapsed-title:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 60px;
  text-align: center;
}
.footer-area .widget-title.widget-collapsed-title:not(.collapsed):before {
  content: "";
  font-family: "FontAwesome";
}
.footer-area .widget-collapse-body {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .footer-area .widget-collapse-body {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .widget-collapse-body {
    background-color: #535353;
    padding: 22px 22px 20px;
  }
}