
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Pengu - Clover Jewelry
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 wpo-hero-slider
	3.2 pengu-product-section
	3.3 pengu-banner-section
	3.4 pengu-product-category-section
	3.5 pengu-spacing-section
	3.6 wpo-blog-section

4. wpo-footer

5. Home-style-2
   5.1 pengu-categorie-section
   5.2 pengu-banner-section-s2
   5.3 pengu-winter-section 

6. shop-section

7. product-single-section

8. wpo-cart-page-style

9. wpo-checkout-page-style

10. wpo-blog-pg-section

11. wpo-blog-single-section

12 Auth-page-style

13. wpo-contact-pg-section

14. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("css2.css");
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Mulish", sans-serif;
  color: #687693;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #687693;
  line-height: 1.8em;
}

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

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

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: red;
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #F56061;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(245, 96, 97, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #F56061;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #F56061;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.wpo-section-title {
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-section-title {
    margin-bottom: 40px;
  }
}
.wpo-section-title:before {
  position: absolute;
  background: #F56061;
  left: 50%;
  width: 106px;
  height: 3px;
  content: "";
  bottom: -15px;
  transform: translateX(-50%);
}
.wpo-section-title h2 {
  margin: 0;
  text-transform: capitalize;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 330px) {
  .wpo-section-title h2 {
    font-size: 25px;
  }
}
.wpo-section-title p {
  font-weight: 400;
  font-size: 18px;
  color: #525252;
}

.theme-btn, .view-cart-btn {
  background: #F56061;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  position: relative;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 20px;
  padding: 14px 38px;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.theme-btn:after, .view-cart-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f33a3b;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
  background: #f34849;
  color: #fff;
}
.theme-btn:hover:after, .view-cart-btn:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn, .view-cart-btn {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #fff;
  color: #525252;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #F56061;
  border-radius: 55px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
}
.theme-btn-s2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #00ded8, #00a7d5);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  background: #f34849;
  color: #fff;
}
.theme-btn-s2:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}
.view-cart-btn:after {
  display: none;
}
.view-cart-btn:hover {
  background-color: #f33a3b;
}
.view-cart-btn.s1 {
  background: #060530;
}
.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #F56061;
  -o-box-shadow: 0 0 5px 0 #f89091;
  -ms-box-shadow: 0 0 5px 0 #f89091;
  box-shadow: 0 0 5px 0 #f89091;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../image/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand { /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #f89091;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #F56061;
}

.wpo-page-title {
  background: url(../images/page-title-s2.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 300px;
  }
}
.wpo-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  z-index: -1;
  opacity: 0.3;
}
.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  padding-right: 20px;
  color: #fff;
  position: relative;
  font-size: 22px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 18px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
  padding-right: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #F56061;
}

.preloader {
  background-color: #666666;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/
}
@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.5333333333rem;
  color: #060530;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Lora", serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-sidebar .widget h3:before {
  content: "";
  background-color: #F56061;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: rgba(245, 96, 97, 0.15);
  height: 70px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(245, 96, 97, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
  background-color: #F56061;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}
.blog-sidebar .about-widget {
  text-align: center;
  background-color: #F3F3F3;
  padding: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}
.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}
.blog-sidebar .about-widget ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}
.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #f7f7f7;
  border-radius: 50%;
}
.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
  font-family: "Lora", serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #060530;
  text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
  color: #F56061;
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.2666666667rem;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #F3F3F3;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #F56061;
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #060530;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #F56061;
}
.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #525252;
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar .wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.blog-sidebar .wpo-instagram-widget ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.blog-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #060530;
  background: #ecf4fb;
  border-radius: 5px;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #F56061;
  color: #fff;
}
.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: url(/html/tf/pengu/assets/images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 30px 40px;
}
.blog-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}
@media (max-width: 1200px) {
  .blog-sidebar .wpo-contact-widget {
    padding: 20px;
  }
}
.blog-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.blog-sidebar .wpo-contact-widget h2::before {
  left: 28px;
  background: url(/html/tf/pengu/assets/images/Single-title-shape2.png) no-repeat right center;
}
.blog-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.blog-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.blog-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #060530;
  background: #ebf4fc;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #F56061;
  border-color: #F56061;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.quickview-dialog {
  max-width: 1120px;
  margin: 200px auto;
}

.modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #F56061;
  text-align: center;
  font-size: 24px;
  border: none;
  color: #30180d;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}

.modal-content button:hover {
  background-color: #8188a9;
  color: #fff;
}

.quickview-dialog .modal-product img {
  width: 100%;
}

@media (max-width: 991px) {
  .item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .product-details .product-single-content {
    padding: 15px 15px;
    padding-bottom: 0;
  }
}
.product-details .product-single-content h5 {
  font-weight: 700;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "Lora", serif;
}
@media (max-width: 445px) {
  .product-details .product-single-content h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
.product-details .product-single-content h6 {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 445px) {
  .product-details .product-single-content h6 {
    font-size: 20px;
    line-height: 25px;
  }
}
.product-details .product-single-content .rating {
  display: flex;
  margin-bottom: 30px;
}
.product-details .product-single-content .rating li {
  margin-right: 5px;
  color: #ff9600;
  list-style: none;
}
.product-details .product-single-content p {
  color: #9B9B9B;
  line-height: 1.8em;
}
.product-details .product-single-content .pro-single-btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .product-details .product-single-content .pro-single-btn {
    display: block;
  }
}
.product-details .product-single-content .pro-single-btn .quantity {
  margin-right: -5px;
  top: 0;
  position: relative;
  display: inline-block;
}
@media (max-width: 575px) {
  .product-details .product-single-content .pro-single-btn .quantity {
    margin-right: 20px;
  }
}
.product-details .product-single-content .pro-single-btn .quantity input {
  width: 159px;
  background: transparent;
  padding: 15px 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border: none;
  position: relative;
  border: 1.5px solid #525252;
}
@media (max-width: 575px) {
  .product-details .product-single-content .pro-single-btn .quantity input {
    margin-bottom: 10px;
  }
}
.product-details .product-single-content .pro-single-btn .quantity .qtybutton {
  position: absolute;
  top: 4px;
  left: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  cursor: pointer;
  font-size: 25px;
}
.product-details .product-single-content .pro-single-btn .quantity .qtybutton.inc {
  right: 0px;
  left: auto;
}
.product-details .product-single-content .pro-single-btn .theme-btn, .product-details .product-single-content .pro-single-btn .view-cart-btn {
  padding: 14px 40px;
  border-radius: 0;
}
.product-details .product-single-content .pro-single-btn .theme-btn::after, .product-details .product-single-content .pro-single-btn .view-cart-btn::after {
  position: unset;
}
@media (max-width: 991px) {
  .product-details .product-single-content .pro-single-btn .theme-btn, .product-details .product-single-content .pro-single-btn .view-cart-btn {
    padding: 15px 40px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .product-details .product-single-content .pro-single-btn .theme-btn, .product-details .product-single-content .pro-single-btn .view-cart-btn {
    padding: 18px 40px;
  }
}
.product-details .product-single-content .social-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.product-details .product-single-content .social-share span {
  font-weight: 400;
  font-family: "Lora", serif;
  font-size: 15px;
  color: #525252;
}
.product-details .product-single-content .social-share .socialLinks {
  margin-left: 10px;
}
.product-details .product-single-content .social-share .socialLinks li {
  display: inline-block;
}
.product-details .product-single-content .social-share .socialLinks li a {
  display: block;
  margin-right: 8px;
}
.product-details .product-single-content .social-share .socialLinks li a i {
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background: #0E76A8;
}
.product-details .product-single-content .social-share .socialLinks li:nth-child(2) a i {
  background: #55ACEE;
}
.product-details .product-single-content .social-share .socialLinks li:nth-child(3) a i {
  background: #3B5998;
}
.product-details .product-single-content .social-share .socialLinks li:nth-child(4) a i {
  background: #8941A7;
}
.product-details .product-single-content .social-share .socialLinks li:nth-child(5) a i {
  background: #D72B27;
}

/*mobal-subscribe*/
.subscribe-dialog {
  max-width: 900px;
  margin: 200px auto;
}
@media (max-width: 767px) {
  .subscribe-dialog {
    max-width: 500px;
  }
}
.subscribe-dialog .modal-body {
  padding: 0;
}
.subscribe-dialog .subscribe-box {
  padding: 50px;
}
@media (max-width: 767px) {
  .subscribe-dialog .subscribe-box {
    padding: 30px;
  }
}
.subscribe-dialog .subscribe-box h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .subscribe-dialog .subscribe-box h2 {
    font-size: 20px;
  }
}
.subscribe-dialog .subscribe-box p {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .subscribe-dialog .subscribe-box p {
    font-size: 14px;
    line-height: 20px;
  }
}
.subscribe-dialog .subscribe-box form {
  position: relative;
  margin-bottom: 25px;
}
.subscribe-dialog .subscribe-box input[type=email] {
  height: 50px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 0px 120px 0px 20px;
}
.subscribe-dialog .subscribe-box input[type=submit] {
  width: 120px;
  height: 50px;
  border: none;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 24px;
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .subscribe-dialog .subscribe-box input[type=submit] {
    top: 21px;
  }
}
.subscribe-dialog .subscribe-box input[type=submit]:hover {
  background: #000;
  color: #fff;
}

.modal-content button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #ececec;
  text-align: center;
  font-size: 24px;
  border: none;
  color: #060530;
  z-index: 9;
}
.modal-content button:focus {
  outline: none;
  box-shadow: none;
}
.modal-content button:hover {
  background-color: #F56061;
  color: #fff;
}
.modal-content button .fi:before {
  font-size: 15px;
}

/*mobal-subscribe*/
.quickview-dialog {
  max-width: 1120px;
  margin: 200px auto;
}
@media (max-width: 991px) {
  .quickview-dialog {
    max-width: 500px;
  }
}
.quickview-dialog .modal-product img {
  width: 100%;
}
.quickview-dialog .product-details {
  position: relative;
  z-index: 1;
}
.quickview-dialog .product-details .m-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  max-width: 220px;
  opacity: 0.03;
  transform: rotate(-45deg);
}

.modal {
  z-index: 9999;
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #163967;
  padding: 0 130px;
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0;
  }
}
.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: left;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #e5e3e3;
  line-height: 1em;
}
@media (max-width: 991px) {
  .topbar ul li {
    padding: 15px 10px;
  }
}

.topbar .contact-info li {
  position: relative;
}
.topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}
@media (max-width: 767px) {
  .topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
    display: none;
  }
}

.topbar .contact-info ul li a {
  color: #e4e4e4;
}

.topbar .contact-info ul li a:hover {
  color: #F56061;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact-intro ul {
  float: right;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .topbar .contact-intro ul {
    float: none;
  }
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }
  .topbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }
  .topbar .contact-info ul li {
    float: left;
  }
  .topbar ul {
    flex-wrap: wrap;
  }
}
.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

.topbar ul .fi {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 3px;
}

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

/* 2.2 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 11;
}

.wpo-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

.wpo-site-header .navigation.sticky-header {
  background-color: #fff;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.wpo-site-header .navigation > .container {
  position: relative;
}

@media (min-width: 991px) {
  .wpo-site-header {
    padding: 0 150px;
  }
}
.wpo-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a.active,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #323232;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    justify-content: center;
    padding-left: 45px;
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.wpo-site-header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .wpo-site-header .header-right {
    right: -10px;
  }
  .wpo-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.wpo-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #F56061;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}
.wpo-site-header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
}

.wpo-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
  padding: 10px 25px;
}
@media (max-width: 1400px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 0px;
  }
  .wpo-site-header .header-right {
    right: -18px;
  }
}
.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}
.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #060530;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}
.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}
.cart-search-contact form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #FFD9D9;
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #F56061;
}

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1);
}

.mini-cart .cart-count {
  background: #F56061;
  width: 19px;
  height: 19px;
  font-size: 10px;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}
.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #060530;
  margin: 0;
  text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}
.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}
.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 600;
  text-align: left;
  color: #060530;
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #F56061;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  color: #888;
  display: block;
  margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.02;
  z-index: -1;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #060530;
  display: block;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #c79652;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.header-search-area input:focus {
  box-shadow: none;
  border-color: #F56061;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}
.wpo-site-header .navigation {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.wpo-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}
.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    font-size: 18px;
    padding: 35px 20px;
    display: block;
    color: #323232;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 992px) and (max-width: 1870px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 235px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    color: #060530;
    position: relative;
    overflow: hidden;
    font-weight: 400;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover, .wpo-site-header #navbar > ul > li .sub-menu a.active {
    font-weight: 700;
    color: #323232;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
  }
  .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }
  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}
.wpo-site-header .menu-close {
  display: none;
}
@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-site-header .mobail-menu button {
    background-color: #F56061;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header #navbar {
    background: #243352;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #F56061;
  }
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .wpo-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
.wpo-site-header .navbar-header .navbar-brand img {
  max-width: 170px;
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 370px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 130px;
  }
}
@media (max-width: 1700px) {
  .wpo-site-header {
    padding: 0 30px;
  }
}
@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .wpo-site-header {
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 6px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 20px 12px;
  }
  .wpo-site-header .header-right .close-form {
    display: none;
  }
}
.wpo-header-style-2 .wpo-site-header {
  background: rgba(0, 0, 0, 0.3);
}
.wpo-header-style-2 .wpo-site-header .navigation.sticky-header {
  background-color: #060530;
}
.wpo-header-style-2 .wpo-site-header #navbar > ul > li > a {
  color: #fff;
}
.wpo-header-style-2 .wpo-site-header .header-right .cart-toggle-btn {
  color: #fff;
}
.wpo-header-style-2 .wpo-site-header .header-right .search-toggle-btn .fi {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}
.wpo-header-style-3 .wpo-site-header {
  position: unset;
}

.wpo-header-style-4 .wpo-site-header, .wpo-header-style-5 .wpo-site-header {
  position: unset;
}
@media (min-width: 991px) {
  .wpo-header-style-4 .wpo-site-header, .wpo-header-style-5 .wpo-site-header {
    padding: 0 100px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-header-style-4 .wpo-site-header #navbar, .wpo-header-style-5 .wpo-site-header #navbar {
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .wpo-header-style-4 .wpo-site-header .header-right > div, .wpo-header-style-5 .wpo-site-header .header-right > div {
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .wpo-header-style-4 .wpo-site-header .header-right .header-search-form-wrapper, .wpo-header-style-5 .wpo-site-header .header-right .header-search-form-wrapper {
    display: none;
  }
}
.wpo-header-style-4 .wpo-site-header .header-right .header-login, .wpo-header-style-5 .wpo-site-header .header-right .header-login {
  margin: 0;
}
.wpo-header-style-4 .wpo-site-header .header-right .header-login .login-btn, .wpo-header-style-5 .wpo-site-header .header-right .header-login .login-btn {
  background-color: rgba(7, 1, 67, 0.05);
  border-radius: 50%;
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  padding: 15px;
}
@media (max-width: 991px) {
  .wpo-header-style-4 .wpo-site-header .header-right .header-login .login-btn, .wpo-header-style-5 .wpo-site-header .header-right .header-login .login-btn {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-header-style-4 .wpo-site-header .header-right .header-login .login-btn .fi, .wpo-header-style-5 .wpo-site-header .header-right .header-login .login-btn .fi {
    font-size: 16px;
  }
}

/* wpo-header-style-5 */
.wpo-header-style-5 .wpo-site-header {
  position: absolute;
  padding: 0 200px;
}
@media (max-width: 1799px) {
  .wpo-header-style-5 .wpo-site-header {
    padding: 0 180px;
  }
}
@media (max-width: 1699px) {
  .wpo-header-style-5 .wpo-site-header {
    padding: 0 160px;
  }
}
@media (max-width: 1599px) {
  .wpo-header-style-5 .wpo-site-header {
    padding: 0 140px;
  }
}
@media (max-width: 1399px) {
  .wpo-header-style-5 .wpo-site-header {
    padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-header-style-5 .wpo-site-header {
    padding: 0;
  }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/* 3.1 wpo-hero-slider */
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /** slider controls **/
  /*** hero slider animation ***/
}
@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}
.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}
.hero .slide .slider-bg {
  display: none;
}
.hero .slide:focus {
  outline: none;
}
.hero .slide .container {
  height: 100%;
  display: table;
}
.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}
.hero .slick-prev,
.hero .slick-next {
  background-color: rgba(245, 96, 97, 0.3);
  width: 55px;
  height: 55px;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.5s;
}
.hero .slick-prev:hover,
.hero .slick-next:hover {
  background-color: rgba(245, 96, 97, 0.6);
}
@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}
.hero .slick-prev {
  left: -100px;
}
.hero .slick-prev:before {
  font-family: "themify";
  content: "\e629";
  opacity: 1;
}
.hero .slick-next {
  right: -100px;
}
.hero .slick-next:before {
  font-family: "themify";
  content: "\e628";
  opacity: 1;
}
.hero:hover .slick-prev {
  left: 25px;
}
.hero:hover .slick-next {
  right: 25px;
}
.hero .slick-dots {
  width: 0;
  top: 65%;
  left: 98%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .hero .slick-dots {
    top: 60%;
    left: 97%;
  }
}
@media (max-width: 991px) {
  .hero .slick-dots {
    bottom: 380px;
    top: 39%;
    left: 96%;
  }
}
@media (max-width: 767px) {
  .hero .slick-dots {
    top: 81%;
    left: 42%;
    display: flex;
  }
}
@media (max-width: 575px) {
  .hero .slick-dots {
    top: 90%;
    left: 34%;
    transform: translate(-50%, -50%);
  }
}
.hero .slick-dots li {
  margin: 0;
}
.hero .slick-dots li.slick-active button {
  color: #F56061;
  transition: all 0.3s ease-in-out;
}
.hero .slick-dots li.slick-active {
  color: #F56061;
  position: relative;
}
.hero .slick-dots li.slick-active::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 20%;
  width: 50px;
  height: 2px;
  background: #F56061;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .hero .slick-dots li.slick-active::before {
    bottom: 8%;
    width: 20px;
    right: 5px;
  }
}
.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}
.hero .slick-dots li {
  font-size: 16px;
  font-weight: 700;
  display: block;
  height: 50px;
  width: 20px;
  padding: 5px;
  cursor: pointer;
  color: #060530;
}
@media (max-width: 991px) {
  .hero .slick-dots li {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .hero .slick-dots li {
    height: 30px;
    width: 30px;
  }
}
.hero .slick-dots li button {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: #060530;
}
@media (max-width: 767px) {
  .hero .slick-dots li button {
    padding: 0;
  }
}
.hero .slide-caption > div {
  overflow: hidden;
}
.hero .slide-caption > div * {
  animation: fadeOutLeft 1.5s both;
}
.hero .slide-caption > .slider-pic * {
  animation: animate__fadeIn 1.5s both;
}
.hero .slide-caption > div.slide-title * {
  animation-delay: 0s;
}
.hero .slide-caption > div.slide-subtitle * {
  animation-delay: 0s;
}
.hero .slide-caption > div.btns * {
  animation-delay: 0s;
}
.hero .slide-caption > div.video-holder * {
  animation-delay: 0s;
}
.hero .hero-slider .slick-current .slide-caption > div * {
  animation-name: fadeInLeft;
}
.hero .hero-slider .slick-current .slide-caption > .slider-pic * {
  animation-name: animate__fadeOut;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  animation-delay: 0.5s;
}
.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  animation-delay: 1s;
}
.hero .hero-slider .slick-current .slide-caption > div.btns * {
  animation-delay: 1.5s;
}
.hero .hero-slider .slick-current .slide-caption > div.video-holder * {
  animation-delay: 1.3s;
}
.hero .hero-slider .slick-current .slide-caption > div.slider-pic * {
  animation-delay: 2s;
}

/************************************************
  hero-style-1
**************************************************/
.hero-style-1,
.hero-style-2,
.hero-style-3,
.hero-style-4 {
  height: 1000px;
  position: relative;
  background: #F2F2F2;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 950px;
  }
}
@media (max-width: 1199px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .hero-style-1,
  .hero-style-2,
  .hero-style-3,
  .hero-style-4 {
    height: 500px;
  }
}
.hero-style-1 .slide,
.hero-style-2 .slide,
.hero-style-3 .slide,
.hero-style-4 .slide {
  height: 1000px;
}
@media (max-width: 1199px) {
  .hero-style-1 .slide,
  .hero-style-2 .slide,
  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slide,
  .hero-style-2 .slide,
  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slide,
  .hero-style-2 .slide,
  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .slide,
  .hero-style-2 .slide,
  .hero-style-3 .slide,
  .hero-style-4 .slide {
    height: 500px;
  }
}
.hero-style-1 .slide .row,
.hero-style-2 .slide .row,
.hero-style-3 .slide .row,
.hero-style-4 .slide .row {
  position: relative;
}
.hero-style-1 .slide-caption,
.hero-style-2 .slide-caption,
.hero-style-3 .slide-caption,
.hero-style-4 .slide-caption {
  padding-top: 20px;
}
@media screen and (min-width: 1200px) {
  .hero-style-1 .slide-caption,
  .hero-style-2 .slide-caption,
  .hero-style-3 .slide-caption,
  .hero-style-4 .slide-caption {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .hero-style-1 .slide-caption,
  .hero-style-2 .slide-caption,
  .hero-style-3 .slide-caption,
  .hero-style-4 .slide-caption {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slide-caption,
  .hero-style-2 .slide-caption,
  .hero-style-3 .slide-caption,
  .hero-style-4 .slide-caption {
    margin-top: 0;
    padding-top: 22px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .slide-caption,
  .hero-style-2 .slide-caption,
  .hero-style-3 .slide-caption,
  .hero-style-4 .slide-caption {
    margin-top: 10px;
  }
}
.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2,
.hero-style-3 .slide-caption h2,
.hero-style-4 .slide-caption h2 {
  font-size: 70px;
  color: #060530;
  margin: 0 0 0.45em;
}
@media (max-width: 1399px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 43px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 32px;
  }
}
@media (max-width: 399px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2,
  .hero-style-4 .slide-caption h2 {
    font-size: 30px;
  }
}
.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p,
.hero-style-3 .slide-caption p,
.hero-style-4 .slide-caption p {
  color: #525252;
  font-weight: 400;
  font-size: 18px;
  margin: 0 0 2.4em;
}
@media (max-width: 1200px) {
  .hero-style-1 .slide-caption p,
  .hero-style-2 .slide-caption p,
  .hero-style-3 .slide-caption p,
  .hero-style-4 .slide-caption p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slide-caption p,
  .hero-style-2 .slide-caption p,
  .hero-style-3 .slide-caption p,
  .hero-style-4 .slide-caption p {
    margin-bottom: 10px;
  }
}
.hero-style-1 .btns,
.hero-style-2 .btns,
.hero-style-3 .btns,
.hero-style-4 .btns {
  display: inline-block;
}
.hero-style-1 .btns .theme-btn, .hero-style-1 .btns .view-cart-btn,
.hero-style-2 .btns .theme-btn,
.hero-style-2 .btns .view-cart-btn,
.hero-style-3 .btns .theme-btn,
.hero-style-3 .btns .view-cart-btn,
.hero-style-4 .btns .theme-btn,
.hero-style-4 .btns .view-cart-btn {
  border-radius: 10px;
  font-family: "Mulish", sans-serif;
}
.hero-style-1 .btns .theme-btn::after, .hero-style-1 .btns .view-cart-btn::after,
.hero-style-2 .btns .theme-btn::after,
.hero-style-2 .btns .view-cart-btn::after,
.hero-style-3 .btns .theme-btn::after,
.hero-style-3 .btns .view-cart-btn::after,
.hero-style-4 .btns .theme-btn::after,
.hero-style-4 .btns .view-cart-btn::after {
  border-radius: 10px;
}
.hero-style-1 .video-holder,
.hero-style-2 .video-holder,
.hero-style-3 .video-holder,
.hero-style-4 .video-holder {
  display: inline-block;
  margin-left: 20px;
}
.hero-style-1 .video-holder a,
.hero-style-2 .video-holder a,
.hero-style-3 .video-holder a,
.hero-style-4 .video-holder a {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #8C5151;
  font-size: 18px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #E6B2B2;
}
@media (max-width: 575px) {
  .hero-style-1 .video-holder a,
  .hero-style-2 .video-holder a,
  .hero-style-3 .video-holder a,
  .hero-style-4 .video-holder a {
    width: 50px;
    height: 50px;
    line-height: 51px;
  }
}
.hero-style-1 .slider-pic,
.hero-style-2 .slider-pic,
.hero-style-3 .slider-pic,
.hero-style-4 .slider-pic {
  position: absolute;
  right: -90px;
  top: 58%;
  transform: translateY(-50%);
}
@media (max-width: 1599px) {
  .hero-style-1 .slider-pic,
  .hero-style-2 .slider-pic,
  .hero-style-3 .slider-pic,
  .hero-style-4 .slider-pic {
    right: -24px;
    top: 54%;
  }
}
@media (max-width: 1199px) {
  .hero-style-1 .slider-pic,
  .hero-style-2 .slider-pic,
  .hero-style-3 .slider-pic,
  .hero-style-4 .slider-pic {
    right: 25px;
    top: 60%;
    width: 400px;
    height: 800px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slider-pic,
  .hero-style-2 .slider-pic,
  .hero-style-3 .slider-pic,
  .hero-style-4 .slider-pic {
    right: -240px;
    top: 91%;
    width: 500px;
    height: 800px;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .slider-pic,
  .hero-style-2 .slider-pic,
  .hero-style-3 .slider-pic,
  .hero-style-4 .slider-pic {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hero-style-1 .slider-pic img,
  .hero-style-2 .slider-pic img,
  .hero-style-3 .slider-pic img,
  .hero-style-4 .slider-pic img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .slider-pic img,
  .hero-style-2 .slider-pic img,
  .hero-style-3 .slider-pic img,
  .hero-style-4 .slider-pic img {
    max-width: 50%;
  }
}
.hero-style-1 .bg-shape,
.hero-style-2 .bg-shape,
.hero-style-3 .bg-shape,
.hero-style-4 .bg-shape {
  position: absolute;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background: #FFF9F9;
  z-index: -1;
  right: -140px;
  top: 22%;
}
@media (max-width: 1599px) {
  .hero-style-1 .bg-shape,
  .hero-style-2 .bg-shape,
  .hero-style-3 .bg-shape,
  .hero-style-4 .bg-shape {
    width: 600px;
    height: 600px;
    right: -30px;
  }
}
@media (max-width: 1199px) {
  .hero-style-1 .bg-shape,
  .hero-style-2 .bg-shape,
  .hero-style-3 .bg-shape,
  .hero-style-4 .bg-shape {
    width: 450px;
    height: 450px;
    right: 0px;
  }
}
@media (max-width: 991px) {
  .hero-style-1 .bg-shape,
  .hero-style-2 .bg-shape,
  .hero-style-3 .bg-shape,
  .hero-style-4 .bg-shape {
    width: 280px;
    height: 280px;
    right: 2px;
    top: 38%;
  }
}
@media (max-width: 767px) {
  .hero-style-1 .bg-shape,
  .hero-style-2 .bg-shape,
  .hero-style-3 .bg-shape,
  .hero-style-4 .bg-shape {
    display: none;
  }
}

/************************************************
  hero-style-2
**************************************************/
@media (max-width: 1200px) {
  .hero-style-2 .hero-slider .slide .slide-caption {
    margin-top: 0;
  }
}
.hero-style-2 .hero-slider .slide .slide-caption .slide-title h2 {
  color: #fff;
}
.hero-style-2 .hero-slider .slide .slide-caption .slide-subtitle p {
  color: #fff;
}
.hero-style-2 .hero-slider .slide .slide-caption .video-holder .video-btn {
  background: #fff;
  border: 1px transparent;
}
.hero-style-2 .hero-slider .slide .slider-pic {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .hero-style-2 .hero-slider .slide .slider-pic {
    right: 0;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .hero-style-2 .hero-slider .slide .slider-pic {
    right: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hero-style-2 .hero-slider .slide .slider-pic {
    display: block;
  }
}
.hero-style-2 .hero-slider .slide .slider-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .hero-style-2 .hero-slider .slide .slider-pic img {
    max-width: 100%;
  }
}
.hero-style-2 .hero-slider .slick-dots li.slick-active button {
  color: #F56061;
}
.hero-style-2 .hero-slider .slick-dots li button {
  color: #fff;
}

/************************************************
  hero-style-3
**************************************************/
.hero-style-3 {
  height: 800px;
  overflow: visible;
  margin: 0 100px;
}
@media (max-width: 1611px) {
  .hero-style-3 {
    margin: 0px 70px;
  }
}
@media (max-width: 1549px) {
  .hero-style-3 {
    margin: 0px 20px;
  }
}
@media (max-width: 1199px) {
  .hero-style-3 {
    margin: 0px;
    height: 650px;
  }
}
@media (max-width: 991px) {
  .hero-style-3 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-style-3 {
    height: 500px;
  }
}
.hero-style-3 .slick-list {
  overflow: visible;
}
.hero-style-3 .slide {
  height: 800px;
}
@media (max-width: 1399px) {
  .hero-style-3 .slide {
    height: 750px;
  }
}
@media (max-width: 991px) {
  .hero-style-3 .slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .hero-style-3 .slide {
    height: 500px;
  }
}
.hero-style-3 .slide-caption {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .hero-style-3 .slide-caption {
    margin-top: -83px;
  }
}
@media (max-width: 991px) {
  .hero-style-3 .slide-caption {
    margin-top: 0;
  }
}
.hero-style-3 .slide-subtitle p {
  color: #F86665;
  margin-bottom: 15px;
}
.hero-style-3 .slide-title h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .hero-style-3 .slide-title h2 {
    margin-bottom: 25px;
  }
}
.hero-style-3 .theme-btn, .hero-style-3 .view-cart-btn {
  padding: 12px 38px;
}
.hero-style-3 .slider-pic {
  right: -16px;
  top: 61%;
}
@media (max-width: 1449px) {
  .hero-style-3 .slider-pic {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .hero-style-3 .slider-pic {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .hero-style-3 .slider-pic {
    width: 85%;
    right: -43%;
    top: 92%;
  }
}
.hero-style-3 .slider-pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-style-3 .slider-pic.s2 {
  right: -100px;
}
@media (max-width: 1399px) {
  .hero-style-3 .slider-pic.s2 {
    right: -95px;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .hero-style-3 .slider-pic.s2 {
    width: 110%;
    right: -60%;
    top: 99%;
  }
}
.hero-style-3 .bg-shape {
  width: 600px;
  height: 700px;
  border-radius: 300px 300px 0px 0px;
  background: #fff;
  right: -30px;
  top: 13%;
  outline: 1px solid #D5DEE0;
  outline-offset: 20px;
}
@media (max-width: 1449px) {
  .hero-style-3 .bg-shape {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .hero-style-3 .bg-shape {
    width: 450px;
    height: 600px;
    top: 7%;
  }
}
@media (max-width: 991px) {
  .hero-style-3 .bg-shape {
    width: 300px;
    height: 500px;
    top: 10%;
  }
}
.hero-style-3 .slick-dots {
  top: 95%;
  display: flex;
  left: 13%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1699px) {
  .hero-style-3 .slick-dots {
    top: 90%;
  }
}
@media (max-width: 1199px) {
  .hero-style-3 .slick-dots {
    top: 85%;
  }
}
@media (max-width: 991px) {
  .hero-style-3 .slick-dots {
    right: 15%;
  }
}
@media (max-width: 767px) {
  .hero-style-3 .slick-dots {
    right: 50%;
    top: 80%;
  }
}
.hero-style-3 .slick-dots li {
  margin: 0;
}
.hero-style-3 .slick-dots li.slick-active button {
  color: #F56061;
  transition: all 0.3s ease-in-out;
}
.hero-style-3 .slick-dots li.slick-active {
  background: #F56061;
  position: unset;
}
.hero-style-3 .slick-dots li.slick-active::before {
  position: unset;
}
.hero-style-3 .slick-dots button:before,
.hero-style-3 .slick-dots button:before {
  display: none;
}
.hero-style-3 .slick-dots li {
  font-size: 0px;
  display: inline-block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #CDD1D2;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .hero-style-3 .slick-dots li {
    height: 12px;
    width: 12px;
  }
}
@media (max-width: 767px) {
  .hero-style-3 .slick-dots li {
    height: 12px;
    width: 12px;
  }
}
.hero-style-3 .slick-dots li button {
  font-size: 0px;
  display: inline-block;
}

/************************************************
  hero-style-4
**************************************************/
@media (max-width: 1399px) {
  .hero-style-4 {
    height: 900px;
  }
}
@media (max-width: 1199px) {
  .hero-style-4 {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .hero-style-4 {
    height: 700px;
  }
}
@media (max-width: 1399px) {
  .hero-style-4 .slide {
    height: 900px;
  }
}
@media (max-width: 1199px) {
  .hero-style-4 .slide {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .hero-style-4 .slide {
    height: 700px;
  }
}
.hero-style-4 .slide-caption {
  z-index: 11;
  margin-top: 25px;
}
.hero-style-4 .slide-caption h2 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .hero-style-4 .slide-caption p {
    margin-bottom: 12px;
  }
}
.hero-style-4 .slide-caption .pordact-content {
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .pordact-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .pordact-content {
    display: block;
  }
}
.hero-style-4 .slide-caption .pordact-content .filter-item {
  width: 33%;
}
@media (max-width: 1399px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item:nth-child(1) {
    width: 20%;
  }
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item:nth-child(1) {
    width: 35%;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item:nth-child(2) {
    width: 30%;
  }
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item:nth-child(2) {
    width: 60%;
    display: inline-block;
  }
}
@media (max-width: 1399px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item:nth-child(3) {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item:nth-child(3) {
    width: 100%;
  }
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item h3 {
  font-weight: 600;
  font-size: 20px;
  color: #888888;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item span {
  font-weight: 700;
  font-size: 25px;
  color: #393D46;
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item span {
    font-size: 20px;
  }
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item span {
    font-size: 15px;
  }
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .aggree {
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  font: inherit;
  height: 20px;
  outline: none;
  width: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .aggree:checked {
  outline-offset: 5px;
  transition: background 0.15s, box-shadow 0.1s;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color1 {
  background-color: #fff;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color1:checked {
  outline: 1px solid #888888;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color2 {
  background-color: #CCCCCC;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color2:checked {
  outline: 1px solid #CCCCCC;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color3 {
  background-color: #F0CCE6;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color3:checked {
  outline: 1px solid #F0CCE6;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color4 {
  background-color: #CBDFED;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.color .color-name .color4:checked {
  outline: 1px solid #CBDFED;
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.size {
    margin-top: 10px;
  }
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.size .size-item .button-group {
  display: inline-block;
  margin-left: -19px;
}
@media (max-width: 575px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.size .size-item .button-group {
    margin-left: -13px;
  }
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.size .size-item .button-group .size1 {
  opacity: 0;
  visibility: hidden;
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.size .size-item .button-group .size-btn {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  color: #888888;
  line-height: 41px;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 1px rgba(2, 5, 90, 0.1);
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.size .size-item .button-group .size-btn {
    font-size: 15px;
    line-height: 37px;
    width: 35px;
    height: 35px;
  }
}
.hero-style-4 .slide-caption .pordact-content .filter-item .shop-filter-item.size .size-item .button-group [type=radio]:checked ~ label {
  color: #F86665;
}
.hero-style-4 .slide-caption .hero-btn .theme-btn, .hero-style-4 .slide-caption .hero-btn .view-cart-btn {
  border-radius: 10px;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .hero-btn .theme-btn, .hero-style-4 .slide-caption .hero-btn .view-cart-btn {
    padding: 10px 35px;
  }
}
.hero-style-4 .slide-caption .hero-btn .theme-btn::after, .hero-style-4 .slide-caption .hero-btn .view-cart-btn::after {
  border-radius: 10px;
  opacity: 0;
}
.hero-style-4 .slide-caption .hero-btn .theme-btn:hover, .hero-style-4 .slide-caption .hero-btn .view-cart-btn:hover {
  border: 1px solid #666666;
  background: transparent;
  color: #585858;
}
.hero-style-4 .slide-caption .hero-btn .theme-btn.s1, .hero-style-4 .slide-caption .hero-btn .s1.view-cart-btn {
  font-size: 20px;
  color: #585858;
  background: transparent;
  border: 1px solid #666666;
  border-radius: 10px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .hero-style-4 .slide-caption .hero-btn .theme-btn.s1, .hero-style-4 .slide-caption .hero-btn .s1.view-cart-btn {
    padding: 10px 35px;
  }
}
@media (max-width: 767px) {
  .hero-style-4 .slide-caption .hero-btn .theme-btn.s1, .hero-style-4 .slide-caption .hero-btn .s1.view-cart-btn {
    font-size: 14px;
  }
}
@media (max-width: 499px) {
  .hero-style-4 .slide-caption .hero-btn .theme-btn.s1, .hero-style-4 .slide-caption .hero-btn .s1.view-cart-btn {
    margin-bottom: 10px;
  }
}
.hero-style-4 .slide-caption .hero-btn .theme-btn.s1::after, .hero-style-4 .slide-caption .hero-btn .s1.view-cart-btn::after {
  border-radius: 10px;
}
.hero-style-4 .slide-caption .hero-btn .theme-btn.s1:hover, .hero-style-4 .slide-caption .hero-btn .s1.view-cart-btn:hover {
  border: 1px solid transparent;
  color: #fff;
}
.hero-style-4 .slide-caption .hero-btn .theme-btn.s1:hover::after, .hero-style-4 .slide-caption .hero-btn .s1.view-cart-btn:hover::after {
  opacity: 1;
}
.hero-style-4 .slider-pic {
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  right: -437px;
  top: 55%;
  z-index: -1;
}
@media (max-width: 1599px) {
  .hero-style-4 .slider-pic {
    right: -337px;
  }
}
@media (max-width: 1399px) {
  .hero-style-4 .slider-pic {
    width: 90%;
    height: 90%;
    right: -170px;
  }
}
@media (max-width: 1399px) {
  .hero-style-4 .slider-pic {
    width: 90%;
    height: 90%;
    right: -170px;
  }
}
@media (max-width: 1199px) {
  .hero-style-4 .slider-pic {
    width: 80%;
    height: 80%;
    right: -100px;
    top: 60%;
  }
}
@media (max-width: 991px) {
  .hero-style-4 .slider-pic {
    width: 90%;
    height: 90%;
    right: -200px;
    top: 70%;
  }
}
@media (max-width: 991px) {
  .hero-style-4 .slider-pic img {
    max-width: 80%;
  }
}
.hero-style-4 .bg-shape {
  right: -213px;
  top: 19%;
  outline: 1px solid #F86665;
  outline-offset: 20px;
  z-index: -11;
}
@media (max-width: 1599px) {
  .hero-style-4 .bg-shape {
    right: -120px;
  }
}
@media (max-width: 1399px) {
  .hero-style-4 .bg-shape {
    width: 550px;
    height: 550px;
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .hero-style-4 .bg-shape {
    width: 450px;
    height: 450px;
    top: 25%;
  }
}
@media (max-width: 991px) {
  .hero-style-4 .bg-shape {
    width: 350px;
    height: 350px;
    top: 30%;
  }
}
.hero-style-4 .hero-slider .slick-dots {
  display: none;
}
.hero-style-4 .slick-dots li button {
  display: none;
}
.hero-style-4 .slick-dots li.slick-active::before {
  position: unset;
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: #F3F3F3;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  /*** blog-widget  ***/
  /*** newsletter-widget ***/
}
.wpo-site-footer ul {
  list-style: none;
}
.wpo-site-footer p {
  color: #525252;
}
.wpo-site-footer li {
  color: #525252;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3 {
  font-size: 30px;
  color: #060530;
  margin: 0;
  position: relative;
  font-family: "Lora", serif;
  font-weight: 600;
}
.wpo-site-footer .about-widget .logo {
  max-width: 180px;
}
.wpo-site-footer .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}
.wpo-site-footer .about-widget p:last-child {
  margin-bottom: 0;
}
.wpo-site-footer .wpo-service-link-widget {
  padding-left: 70px;
}
.wpo-site-footer .link-widget {
  overflow: hidden;
}
.wpo-site-footer .link-widget ul li {
  position: relative;
  padding-left: 10px;
}
.wpo-site-footer .link-widget ul li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  left: 0;
  top: 55%;
  background: #525252;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer .link-widget ul li:nth-child(1)::before {
  top: 36%;
}
.wpo-site-footer .link-widget ul li:hover::before {
  background: #F56061;
}
.wpo-site-footer .link-widget ul li:hover a {
  color: #F56061;
}
.wpo-site-footer .link-widget ul li a {
  color: #525252;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer .link-widget ul li + li {
  padding-top: 10px;
}
.wpo-site-footer .social-widget ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer .social-widget ul li:hover {
  border: 1px solid #F56061;
  background: transparent;
}
.wpo-site-footer .social-widget ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  color: #060530;
}
.wpo-site-footer .social-widget ul li a:hover {
  color: #F56061;
}
.wpo-site-footer .social-widget ul li a i {
  line-height: 41px;
}
.wpo-site-footer .blog-widget ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wpo-site-footer .blog-widget ul li:last-child {
  margin-bottom: 0;
}
.wpo-site-footer .blog-widget ul li .image {
  width: 30%;
}
@media (max-width: 767px) {
  .wpo-site-footer .blog-widget ul li .image {
    width: 20%;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .blog-widget ul li .image {
    width: 15%;
  }
}
@media (max-width: 399px) {
  .wpo-site-footer .blog-widget ul li .image {
    width: 20%;
  }
}
@media (max-width: 399px) {
  .wpo-site-footer .blog-widget ul li .image img {
    width: 100%;
  }
}
.wpo-site-footer .blog-widget ul li .text {
  width: 80%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .wpo-site-footer .blog-widget ul li .text {
    padding-right: 120px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .blog-widget ul li .text {
    padding-left: 15px;
    padding-right: 110px;
    width: 85%;
  }
}
@media (max-width: 399px) {
  .wpo-site-footer .blog-widget ul li .text {
    padding-left: 15px;
    padding-right: 0px;
    width: 80%;
  }
}
.wpo-site-footer .blog-widget ul li .text p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.wpo-site-footer .blog-widget ul li .text p a {
  color: #525252;
}
.wpo-site-footer .blog-widget ul li .text p a:hover {
  color: #F56061;
}
.wpo-site-footer .blog-widget ul li .text span {
  font-size: 14px;
  color: #9B9B9B;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wpo-site-footer .newsletter-widget {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .newsletter-widget {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .newsletter-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .newsletter-widget p {
  margin-bottom: 0;
}
.wpo-site-footer .newsletter-widget form {
  margin-top: 20px;
  position: relative;
}
.wpo-site-footer .newsletter-widget form input {
  background-color: #F2F2F2;
  height: 55px;
  color: #525252;
  padding: 6px 15px;
  border: 1px solid #9B9B9B;
  box-shadow: none;
  border-radius: 0;
}
.wpo-site-footer .newsletter-widget form .submit {
  margin-top: 20px;
}
.wpo-site-footer .newsletter-widget form .submit button {
  background: #F56061;
  border: 1px solid transparent;
  outline: 0;
  font-size: 20px;
  color: #fff;
  line-height: 45px;
  width: 100%;
  text-align: center;
}
.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: #D9D9D9;
}
.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  color: #525252;
}
.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #F56061;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
    font-size: 13px;
  }
}
.wpo-site-footer .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.wpo-site-footer .instagram ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.wpo-site-footer .instagram ul li img {
  width: 100%;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/*3.2 pengu-product-section */
.pengu-product-section,
.pengu-product-category-section,
.pengu-bestseller-section,
.shop-section,
.pengu-product-category-section-s2 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .pengu-product-section,
  .pengu-product-category-section,
  .pengu-bestseller-section,
  .shop-section,
  .pengu-product-category-section-s2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pengu-product-section,
  .pengu-product-category-section,
  .pengu-bestseller-section,
  .shop-section,
  .pengu-product-category-section-s2 {
    padding-bottom: 20px;
  }
}
.pengu-product-section .product-wrap,
.pengu-product-category-section .product-wrap,
.pengu-bestseller-section .product-wrap,
.shop-section .product-wrap,
.pengu-product-category-section-s2 .product-wrap {
  margin-top: 15px;
}
.pengu-product-section .product-single-item,
.pengu-product-category-section .product-single-item,
.pengu-bestseller-section .product-single-item,
.shop-section .product-single-item,
.pengu-product-category-section-s2 .product-single-item {
  margin-bottom: 60px;
}
.pengu-product-section .product-single-item .image,
.pengu-product-category-section .product-single-item .image,
.pengu-bestseller-section .product-single-item .image,
.shop-section .product-single-item .image,
.pengu-product-category-section-s2 .product-single-item .image {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.pengu-product-section .product-single-item .image img,
.pengu-product-category-section .product-single-item .image img,
.pengu-bestseller-section .product-single-item .image img,
.shop-section .product-single-item .image img,
.pengu-product-category-section-s2 .product-single-item .image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.pengu-product-section .product-single-item .image .icon,
.pengu-product-category-section .product-single-item .image .icon,
.pengu-bestseller-section .product-single-item .image .icon,
.shop-section .product-single-item .image .icon,
.pengu-product-category-section-s2 .product-single-item .image .icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.pengu-product-section .product-single-item .image .icon i,
.pengu-product-category-section .product-single-item .image .icon i,
.pengu-bestseller-section .product-single-item .image .icon i,
.shop-section .product-single-item .image .icon i,
.pengu-product-category-section-s2 .product-single-item .image .icon i {
  color: #888888;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.pengu-product-section .product-single-item .image .icon:hover i,
.pengu-product-category-section .product-single-item .image .icon:hover i,
.pengu-bestseller-section .product-single-item .image .icon:hover i,
.shop-section .product-single-item .image .icon:hover i,
.pengu-product-category-section-s2 .product-single-item .image .icon:hover i {
  opacity: 0;
  visibility: hidden;
}
.pengu-product-section .product-single-item .image .icon-active,
.pengu-product-category-section .product-single-item .image .icon-active,
.pengu-bestseller-section .product-single-item .image .icon-active,
.shop-section .product-single-item .image .icon-active,
.pengu-product-category-section-s2 .product-single-item .image .icon-active {
  position: absolute;
  right: 20px;
  top: 20px;
}
.pengu-product-section .product-single-item .image .icon-active i,
.pengu-product-category-section .product-single-item .image .icon-active i,
.pengu-bestseller-section .product-single-item .image .icon-active i,
.shop-section .product-single-item .image .icon-active i,
.pengu-product-category-section-s2 .product-single-item .image .icon-active i {
  color: #F56061;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
}
.pengu-product-section .product-single-item .image .icon-active:hover i,
.pengu-product-category-section .product-single-item .image .icon-active:hover i,
.pengu-bestseller-section .product-single-item .image .icon-active:hover i,
.shop-section .product-single-item .image .icon-active:hover i,
.pengu-product-category-section-s2 .product-single-item .image .icon-active:hover i {
  opacity: 1;
  visibility: visible;
}
.pengu-product-section .product-single-item .image .cart-wrap,
.pengu-product-category-section .product-single-item .image .cart-wrap,
.pengu-bestseller-section .product-single-item .image .cart-wrap,
.shop-section .product-single-item .image .cart-wrap,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  list-style: none;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 80%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1399px) {
  .pengu-product-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section .product-single-item .image .cart-wrap,
  .pengu-bestseller-section .product-single-item .image .cart-wrap,
  .shop-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section-s2 .product-single-item .image .cart-wrap {
    top: 78%;
  }
}
@media (max-width: 1199px) {
  .pengu-product-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section .product-single-item .image .cart-wrap,
  .pengu-bestseller-section .product-single-item .image .cart-wrap,
  .shop-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section-s2 .product-single-item .image .cart-wrap {
    top: 75%;
  }
}
@media (max-width: 991px) {
  .pengu-product-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section .product-single-item .image .cart-wrap,
  .pengu-bestseller-section .product-single-item .image .cart-wrap,
  .shop-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section-s2 .product-single-item .image .cart-wrap {
    top: 85%;
  }
}
@media (max-width: 767px) {
  .pengu-product-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section .product-single-item .image .cart-wrap,
  .pengu-bestseller-section .product-single-item .image .cart-wrap,
  .shop-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section-s2 .product-single-item .image .cart-wrap {
    top: 90%;
  }
}
@media (max-width: 399px) {
  .pengu-product-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section .product-single-item .image .cart-wrap,
  .pengu-bestseller-section .product-single-item .image .cart-wrap,
  .shop-section .product-single-item .image .cart-wrap,
  .pengu-product-category-section-s2 .product-single-item .image .cart-wrap {
    top: 85%;
  }
}
.pengu-product-section .product-single-item .image .cart-wrap li,
.pengu-product-category-section .product-single-item .image .cart-wrap li,
.pengu-bestseller-section .product-single-item .image .cart-wrap li,
.shop-section .product-single-item .image .cart-wrap li,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li {
  margin-right: 2px;
}
.pengu-product-section .product-single-item .image .cart-wrap li:first-child,
.pengu-product-category-section .product-single-item .image .cart-wrap li:first-child,
.pengu-bestseller-section .product-single-item .image .cart-wrap li:first-child,
.shop-section .product-single-item .image .cart-wrap li:first-child,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li:first-child {
  transition: all 0.3s ease-in-out;
}
.pengu-product-section .product-single-item .image .cart-wrap li:nth-child(2),
.pengu-product-category-section .product-single-item .image .cart-wrap li:nth-child(2),
.pengu-bestseller-section .product-single-item .image .cart-wrap li:nth-child(2),
.shop-section .product-single-item .image .cart-wrap li:nth-child(2),
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li:nth-child(2) {
  transition: all 0.4s ease-in-out;
}
.pengu-product-section .product-single-item .image .cart-wrap li:last-child,
.pengu-product-category-section .product-single-item .image .cart-wrap li:last-child,
.pengu-bestseller-section .product-single-item .image .cart-wrap li:last-child,
.shop-section .product-single-item .image .cart-wrap li:last-child,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li:last-child {
  margin-right: 0;
  transition: all 0.5s ease-in-out;
}
.pengu-product-section .product-single-item .image .cart-wrap li:hover a,
.pengu-product-section .product-single-item .image .cart-wrap li:hover button,
.pengu-product-category-section .product-single-item .image .cart-wrap li:hover a,
.pengu-product-category-section .product-single-item .image .cart-wrap li:hover button,
.pengu-bestseller-section .product-single-item .image .cart-wrap li:hover a,
.pengu-bestseller-section .product-single-item .image .cart-wrap li:hover button,
.shop-section .product-single-item .image .cart-wrap li:hover a,
.shop-section .product-single-item .image .cart-wrap li:hover button,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li:hover a,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li:hover button {
  background: #F56061;
  color: #fff;
}
.pengu-product-section .product-single-item .image .cart-wrap li a,
.pengu-product-section .product-single-item .image .cart-wrap li button,
.pengu-product-category-section .product-single-item .image .cart-wrap li a,
.pengu-product-category-section .product-single-item .image .cart-wrap li button,
.pengu-bestseller-section .product-single-item .image .cart-wrap li a,
.pengu-bestseller-section .product-single-item .image .cart-wrap li button,
.shop-section .product-single-item .image .cart-wrap li a,
.shop-section .product-single-item .image .cart-wrap li button,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li a,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li button {
  width: 40px;
  height: 40px;
  background: #060530;
  color: #fff;
  line-height: 45px;
  display: block;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.pengu-product-section .product-single-item .image .cart-wrap li a .fi:before,
.pengu-product-section .product-single-item .image .cart-wrap li button .fi:before,
.pengu-product-category-section .product-single-item .image .cart-wrap li a .fi:before,
.pengu-product-category-section .product-single-item .image .cart-wrap li button .fi:before,
.pengu-bestseller-section .product-single-item .image .cart-wrap li a .fi:before,
.pengu-bestseller-section .product-single-item .image .cart-wrap li button .fi:before,
.shop-section .product-single-item .image .cart-wrap li a .fi:before,
.shop-section .product-single-item .image .cart-wrap li button .fi:before,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li a .fi:before,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li button .fi:before {
  font-size: 20px;
  line-height: 20px;
}
.pengu-product-section .product-single-item .image .cart-wrap li a i,
.pengu-product-section .product-single-item .image .cart-wrap li button i,
.pengu-product-category-section .product-single-item .image .cart-wrap li a i,
.pengu-product-category-section .product-single-item .image .cart-wrap li button i,
.pengu-bestseller-section .product-single-item .image .cart-wrap li a i,
.pengu-bestseller-section .product-single-item .image .cart-wrap li button i,
.shop-section .product-single-item .image .cart-wrap li a i,
.shop-section .product-single-item .image .cart-wrap li button i,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li a i,
.pengu-product-category-section-s2 .product-single-item .image .cart-wrap li button i {
  font-size: 20px;
}
.pengu-product-section .product-single-item .image .shop-btn,
.pengu-product-category-section .product-single-item .image .shop-btn,
.pengu-bestseller-section .product-single-item .image .shop-btn,
.shop-section .product-single-item .image .shop-btn,
.pengu-product-category-section-s2 .product-single-item .image .shop-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pengu-product-section .product-single-item .image .shop-btn .product-btn,
.pengu-product-category-section .product-single-item .image .shop-btn .product-btn,
.pengu-bestseller-section .product-single-item .image .shop-btn .product-btn,
.shop-section .product-single-item .image .shop-btn .product-btn,
.pengu-product-category-section-s2 .product-single-item .image .shop-btn .product-btn {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(1, 0, 64, 0.1);
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #060530;
  padding: 15px 0;
  display: inline-block;
  width: 140px;
}
@media (max-width: 1199px) {
  .pengu-product-section .product-single-item .image .shop-btn .product-btn,
  .pengu-product-category-section .product-single-item .image .shop-btn .product-btn,
  .pengu-bestseller-section .product-single-item .image .shop-btn .product-btn,
  .shop-section .product-single-item .image .shop-btn .product-btn,
  .pengu-product-category-section-s2 .product-single-item .image .shop-btn .product-btn {
    padding: 10px 20px;
  }
}
.pengu-product-section .product-single-item .image .shop-btn .product-btn:hover,
.pengu-product-category-section .product-single-item .image .shop-btn .product-btn:hover,
.pengu-bestseller-section .product-single-item .image .shop-btn .product-btn:hover,
.shop-section .product-single-item .image .shop-btn .product-btn:hover,
.pengu-product-category-section-s2 .product-single-item .image .shop-btn .product-btn:hover {
  color: #fff;
  background: #F56061;
}
.pengu-product-section .product-single-item:hover .image img,
.pengu-product-category-section .product-single-item:hover .image img,
.pengu-bestseller-section .product-single-item:hover .image img,
.shop-section .product-single-item:hover .image img,
.pengu-product-category-section-s2 .product-single-item:hover .image img {
  transform: scale(1.1);
}
.pengu-product-section .product-single-item:hover .image .shop-btn,
.pengu-product-category-section .product-single-item:hover .image .shop-btn,
.pengu-bestseller-section .product-single-item:hover .image .shop-btn,
.shop-section .product-single-item:hover .image .shop-btn,
.pengu-product-category-section-s2 .product-single-item:hover .image .shop-btn {
  bottom: 0;
}
.pengu-product-section .product-single-item:hover .image .shop-btn .product-btn,
.pengu-product-category-section .product-single-item:hover .image .shop-btn .product-btn,
.pengu-bestseller-section .product-single-item:hover .image .shop-btn .product-btn,
.shop-section .product-single-item:hover .image .shop-btn .product-btn,
.pengu-product-category-section-s2 .product-single-item:hover .image .shop-btn .product-btn {
  opacity: 1;
  visibility: visible;
}
.pengu-product-section .product-single-item:hover .image .cart-wrap,
.pengu-product-category-section .product-single-item:hover .image .cart-wrap,
.pengu-bestseller-section .product-single-item:hover .image .cart-wrap,
.shop-section .product-single-item:hover .image .cart-wrap,
.pengu-product-category-section-s2 .product-single-item:hover .image .cart-wrap {
  opacity: 1;
  visibility: visible;
}
.pengu-product-section .product-single-item:hover .image .cart-wrap li,
.pengu-product-category-section .product-single-item:hover .image .cart-wrap li,
.pengu-bestseller-section .product-single-item:hover .image .cart-wrap li,
.shop-section .product-single-item:hover .image .cart-wrap li,
.pengu-product-category-section-s2 .product-single-item:hover .image .cart-wrap li {
  margin-top: -70px;
}
.pengu-product-section .product-single-item.active .image img,
.pengu-product-category-section .product-single-item.active .image img,
.pengu-bestseller-section .product-single-item.active .image img,
.shop-section .product-single-item.active .image img,
.pengu-product-category-section-s2 .product-single-item.active .image img {
  transform: scale(1.1);
}
.pengu-product-section .product-single-item.active .image .icon i,
.pengu-product-category-section .product-single-item.active .image .icon i,
.pengu-bestseller-section .product-single-item.active .image .icon i,
.shop-section .product-single-item.active .image .icon i,
.pengu-product-category-section-s2 .product-single-item.active .image .icon i {
  opacity: 0;
  visibility: hidden;
}
.pengu-product-section .product-single-item.active .image .icon-active i,
.pengu-product-category-section .product-single-item.active .image .icon-active i,
.pengu-bestseller-section .product-single-item.active .image .icon-active i,
.shop-section .product-single-item.active .image .icon-active i,
.pengu-product-category-section-s2 .product-single-item.active .image .icon-active i {
  opacity: 1;
  visibility: visible;
}
.pengu-product-section .product-single-item .text,
.pengu-product-category-section .product-single-item .text,
.pengu-bestseller-section .product-single-item .text,
.shop-section .product-single-item .text,
.pengu-product-category-section-s2 .product-single-item .text {
  text-align: center;
  padding-top: 20px;
}
.pengu-product-section .product-single-item .text h2 a,
.pengu-product-category-section .product-single-item .text h2 a,
.pengu-bestseller-section .product-single-item .text h2 a,
.shop-section .product-single-item .text h2 a,
.pengu-product-category-section-s2 .product-single-item .text h2 a {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  color: #060530;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .pengu-product-section .product-single-item .text h2 a,
  .pengu-product-category-section .product-single-item .text h2 a,
  .pengu-bestseller-section .product-single-item .text h2 a,
  .shop-section .product-single-item .text h2 a,
  .pengu-product-category-section-s2 .product-single-item .text h2 a {
    font-size: 19px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .pengu-product-section .product-single-item .text h2 a,
  .pengu-product-category-section .product-single-item .text h2 a,
  .pengu-bestseller-section .product-single-item .text h2 a,
  .shop-section .product-single-item .text h2 a,
  .pengu-product-category-section-s2 .product-single-item .text h2 a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .pengu-product-section .product-single-item .text h2 a,
  .pengu-product-category-section .product-single-item .text h2 a,
  .pengu-bestseller-section .product-single-item .text h2 a,
  .shop-section .product-single-item .text h2 a,
  .pengu-product-category-section-s2 .product-single-item .text h2 a {
    font-size: 19px;
    line-height: 25px;
  }
}
.pengu-product-section .product-single-item .text h2:hover a,
.pengu-product-category-section .product-single-item .text h2:hover a,
.pengu-bestseller-section .product-single-item .text h2:hover a,
.shop-section .product-single-item .text h2:hover a,
.pengu-product-category-section-s2 .product-single-item .text h2:hover a {
  color: #F56061;
}
.pengu-product-section .product-single-item .text .price,
.pengu-product-category-section .product-single-item .text .price,
.pengu-bestseller-section .product-single-item .text .price,
.shop-section .product-single-item .text .price,
.pengu-product-category-section-s2 .product-single-item .text .price {
  padding-top: 13px;
}
@media (max-width: 1399px) {
  .pengu-product-section .product-single-item .text .price,
  .pengu-product-category-section .product-single-item .text .price,
  .pengu-bestseller-section .product-single-item .text .price,
  .shop-section .product-single-item .text .price,
  .pengu-product-category-section-s2 .product-single-item .text .price {
    padding-top: 8px;
  }
}
@media (max-width: 1199px) {
  .pengu-product-section .product-single-item .text .price,
  .pengu-product-category-section .product-single-item .text .price,
  .pengu-bestseller-section .product-single-item .text .price,
  .shop-section .product-single-item .text .price,
  .pengu-product-category-section-s2 .product-single-item .text .price {
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .pengu-product-section .product-single-item .text .price,
  .pengu-product-category-section .product-single-item .text .price,
  .pengu-bestseller-section .product-single-item .text .price,
  .shop-section .product-single-item .text .price,
  .pengu-product-category-section-s2 .product-single-item .text .price {
    padding-top: 0;
  }
}
.pengu-product-section .product-single-item .text .price .old-price,
.pengu-product-section .product-single-item .text .price .present-price,
.pengu-product-category-section .product-single-item .text .price .old-price,
.pengu-product-category-section .product-single-item .text .price .present-price,
.pengu-bestseller-section .product-single-item .text .price .old-price,
.pengu-bestseller-section .product-single-item .text .price .present-price,
.shop-section .product-single-item .text .price .old-price,
.shop-section .product-single-item .text .price .present-price,
.pengu-product-category-section-s2 .product-single-item .text .price .old-price,
.pengu-product-category-section-s2 .product-single-item .text .price .present-price {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #525252;
}
.pengu-product-section .product-single-item .text .price .present-price,
.pengu-product-category-section .product-single-item .text .price .present-price,
.pengu-bestseller-section .product-single-item .text .price .present-price,
.shop-section .product-single-item .text .price .present-price,
.pengu-product-category-section-s2 .product-single-item .text .price .present-price {
  color: #F56061;
  padding-left: 20px;
}

/*3.3 pengu-banner-section */
.pengu-banner-section .banner-wrap,
.pengu-banner-section-s2 .banner-wrap {
  padding-top: 140px;
  padding-bottom: 120px;
  padding-right: 130px;
  background: url(../images/index-hero-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 399px) {
  .pengu-banner-section .banner-wrap,
  .pengu-banner-section-s2 .banner-wrap {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.pengu-banner-section .banner-wrap .content,
.pengu-banner-section-s2 .banner-wrap .content {
  text-align: center;
  padding-left: 130px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1399px) {
  .pengu-banner-section .banner-wrap .content,
  .pengu-banner-section-s2 .banner-wrap .content {
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  .pengu-banner-section .banner-wrap .content,
  .pengu-banner-section-s2 .banner-wrap .content {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .pengu-banner-section .banner-wrap .content,
  .pengu-banner-section-s2 .banner-wrap .content {
    padding-left: 0px;
    margin: 0 auto;
  }
}
.pengu-banner-section .banner-wrap .content .bg-text,
.pengu-banner-section-s2 .banner-wrap .content .bg-text {
  position: absolute;
  left: 26%;
  top: -110px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .pengu-banner-section .banner-wrap .content .bg-text,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text {
    left: 16%;
  }
}
@media (max-width: 1199px) {
  .pengu-banner-section .banner-wrap .content .bg-text,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text {
    left: 12%;
    top: -80px;
  }
}
@media (max-width: 767px) {
  .pengu-banner-section .banner-wrap .content .bg-text,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text {
    left: 26%;
    top: -59px;
  }
}
@media (max-width: 575px) {
  .pengu-banner-section .banner-wrap .content .bg-text,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text {
    top: -40px;
    left: 28%;
  }
}
@media (max-width: 399px) {
  .pengu-banner-section .banner-wrap .content .bg-text,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text {
    top: -35px;
    left: 30%;
  }
}
.pengu-banner-section .banner-wrap .content .bg-text h1,
.pengu-banner-section-s2 .banner-wrap .content .bg-text h1 {
  font-weight: 700;
  font-size: 150px;
  line-height: 192px;
  text-align: center;
  color: #F3F3F3;
}
@media (max-width: 1199px) {
  .pengu-banner-section .banner-wrap .content .bg-text h1,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text h1 {
    font-size: 120px;
    line-height: 152px;
  }
}
@media (max-width: 767px) {
  .pengu-banner-section .banner-wrap .content .bg-text h1,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text h1 {
    font-size: 85px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .pengu-banner-section .banner-wrap .content .bg-text h1,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 399px) {
  .pengu-banner-section .banner-wrap .content .bg-text h1,
  .pengu-banner-section-s2 .banner-wrap .content .bg-text h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
.pengu-banner-section .banner-wrap .content h2,
.pengu-banner-section-s2 .banner-wrap .content h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 64px;
  color: #060530;
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .pengu-banner-section .banner-wrap .content h2,
  .pengu-banner-section-s2 .banner-wrap .content h2 {
    font-size: 40px;
    line-height: 54px;
  }
}
@media (max-width: 991px) {
  .pengu-banner-section .banner-wrap .content h2,
  .pengu-banner-section-s2 .banner-wrap .content h2 {
    font-size: 33px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .pengu-banner-section .banner-wrap .content h2,
  .pengu-banner-section-s2 .banner-wrap .content h2 {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .pengu-banner-section .banner-wrap .content h2,
  .pengu-banner-section-s2 .banner-wrap .content h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 0 8px;
  }
}
@media (max-width: 399px) {
  .pengu-banner-section .banner-wrap .content h2,
  .pengu-banner-section-s2 .banner-wrap .content h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px;
  }
}
.pengu-banner-section .banner-wrap .content p,
.pengu-banner-section-s2 .banner-wrap .content p {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.3em;
  color: #9B9B9B;
  padding-top: 14px;
  padding-bottom: 18px;
}
@media (max-width: 1399px) {
  .pengu-banner-section .banner-wrap .content p,
  .pengu-banner-section-s2 .banner-wrap .content p {
    font-size: 18px;
    padding-top: 5px;
  }
}
@media (max-width: 1199px) {
  .pengu-banner-section .banner-wrap .content p,
  .pengu-banner-section-s2 .banner-wrap .content p {
    font-size: 16px;
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .pengu-banner-section .banner-wrap .content p,
  .pengu-banner-section-s2 .banner-wrap .content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .pengu-banner-section .banner-wrap .content p,
  .pengu-banner-section-s2 .banner-wrap .content p {
    color: #525252;
  }
}
@media (max-width: 575px) {
  .pengu-banner-section .banner-wrap .content p,
  .pengu-banner-section-s2 .banner-wrap .content p {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.pengu-banner-section .banner-wrap .content a,
.pengu-banner-section-s2 .banner-wrap .content a {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-decoration-line: underline;
  color: #F56061;
}
@media (max-width: 575px) {
  .pengu-banner-section .banner-wrap .content a,
  .pengu-banner-section-s2 .banner-wrap .content a {
    font-size: 15px;
  }
}

/*3.4 pengu-product-category-section */
.pengu-product-category-section .category-wrap .category-item,
.pengu-product-category-section-s2 .category-wrap .category-item {
  list-style: none;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pengu-product-category-section .category-wrap .category-item,
  .pengu-product-category-section-s2 .category-wrap .category-item {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
.pengu-product-category-section .category-wrap .category-item li,
.pengu-product-category-section-s2 .category-wrap .category-item li {
  padding: 20px;
}
@media (max-width: 1399px) {
  .pengu-product-category-section .category-wrap .category-item li,
  .pengu-product-category-section-s2 .category-wrap .category-item li {
    padding: 20px 10px;
  }
}
@media (max-width: 1199px) {
  .pengu-product-category-section .category-wrap .category-item li,
  .pengu-product-category-section-s2 .category-wrap .category-item li {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .pengu-product-category-section .category-wrap .category-item li,
  .pengu-product-category-section-s2 .category-wrap .category-item li {
    width: 48%;
    display: inline-block;
    padding: 10px 0;
    padding-top: 0;
    text-align: center;
  }
}
.pengu-product-category-section .category-wrap .category-item li a,
.pengu-product-category-section-s2 .category-wrap .category-item li a {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #484848;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .pengu-product-category-section .category-wrap .category-item li a,
  .pengu-product-category-section-s2 .category-wrap .category-item li a {
    font-size: 18px;
  }
}
.pengu-product-category-section .category-wrap .category-item li .current,
.pengu-product-category-section-s2 .category-wrap .category-item li .current {
  color: #F56061;
}

/*3.5 pengu-spacing-section */
.pengu-spacing-section .lookbook-benner {
  position: relative;
}
@media (max-width: 991px) {
  .pengu-spacing-section .lookbook-benner {
    margin-bottom: 30px;
  }
}
.pengu-spacing-section .lookbook-benner .bg-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pengu-spacing-section .lookbook-benner .content {
  width: 300px;
  text-align: right;
  display: inline-block;
  position: absolute;
  bottom: 40px;
  right: 25px;
}
@media (max-width: 1199px) {
  .pengu-spacing-section .lookbook-benner .content {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .pengu-spacing-section .lookbook-benner .content {
    bottom: 40px;
    right: 40px;
  }
}
@media (max-width: 575px) {
  .pengu-spacing-section .lookbook-benner .content {
    bottom: 20px;
    right: 20px;
  }
}
.pengu-spacing-section .lookbook-benner .content h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .pengu-spacing-section .lookbook-benner .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pengu-spacing-section .lookbook-benner .content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }
}
.pengu-spacing-section .lookbook-benner .content p {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
@media (max-width: 767px) {
  .pengu-spacing-section .lookbook-benner .content p {
    font-size: 15px;
    line-height: 20px;
  }
}
.pengu-spacing-section .lookbook-benner .content .theme-btn, .pengu-spacing-section .lookbook-benner .content .view-cart-btn {
  padding: 14px 35px;
  background: #fff;
  color: #F56061;
}
@media (max-width: 1199px) {
  .pengu-spacing-section .lookbook-benner .content .theme-btn, .pengu-spacing-section .lookbook-benner .content .view-cart-btn {
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  .pengu-spacing-section .lookbook-benner .content .theme-btn, .pengu-spacing-section .lookbook-benner .content .view-cart-btn {
    padding: 10px 22px;
  }
}
.pengu-spacing-section .lookbook-benner .content .theme-btn:after, .pengu-spacing-section .lookbook-benner .content .view-cart-btn:after {
  position: unset;
}
.pengu-spacing-section .lookbook-benner .content .theme-btn:hover, .pengu-spacing-section .lookbook-benner .content .view-cart-btn:hover {
  color: #fff;
  background: #F56061;
}
.pengu-spacing-section .winter-benner {
  position: relative;
}
.pengu-spacing-section .winter-benner .bg-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pengu-spacing-section .winter-benner .content {
  width: 301px;
  text-align: left;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 40px;
}
@media (max-width: 1199px) {
  .pengu-spacing-section .winter-benner .content {
    left: 20px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .pengu-spacing-section .winter-benner .content {
    left: 40px;
    top: 40px;
  }
}
@media (max-width: 575px) {
  .pengu-spacing-section .winter-benner .content {
    left: 20px;
    top: 20px;
  }
}
.pengu-spacing-section .winter-benner .content span {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
}
@media (max-width: 767px) {
  .pengu-spacing-section .winter-benner .content span {
    font-size: 15px;
    line-height: 20px;
  }
}
.pengu-spacing-section .winter-benner .content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  color: #fff;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .pengu-spacing-section .winter-benner .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pengu-spacing-section .winter-benner .content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .pengu-spacing-section .winter-benner .content h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .pengu-spacing-section .winter-benner .content .theme-btn, .pengu-spacing-section .winter-benner .content .view-cart-btn {
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  .pengu-spacing-section .winter-benner .content .theme-btn, .pengu-spacing-section .winter-benner .content .view-cart-btn {
    padding: 10px 22px;
  }
}

/*3.6 wpo-blog-section */
.wpo-blog-section {
  padding-top: 0;
}
@media (max-width: 991px) {
  .wpo-blog-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section {
    padding-bottom: 50px;
  }
}
.wpo-blog-section .blog-wrap {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-wrap .blog-item {
    margin-bottom: 30px;
  }
}
.wpo-blog-section .blog-wrap .blog-item .post-image {
  position: relative;
}
.wpo-blog-section .blog-wrap .blog-item .post-image .post-img-title {
  position: absolute;
  top: 20px;
  left: 20px;
}
.wpo-blog-section .blog-wrap .blog-item .post-image .post-img-title span {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: #F56061;
  padding: 9px 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .wpo-blog-section .blog-wrap .blog-item .post-image .post-img-title span {
    font-size: 15px;
  }
}
.wpo-blog-section .blog-wrap .blog-item .post-image img {
  width: 100%;
}
.wpo-blog-section .blog-wrap .blog-item .post-content {
  padding-top: 30px;
  padding-left: 0;
}
.wpo-blog-section .blog-wrap .blog-item .post-content .post-date {
  list-style: none;
  display: flex;
  align-items: center;
}
.wpo-blog-section .blog-wrap .blog-item .post-content .post-date li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
  margin-right: 18px;
  padding-left: 13px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-wrap .blog-item .post-content .post-date li {
    margin-right: 10px;
    font-size: 16px;
    line-height: 27px;
  }
}
.wpo-blog-section .blog-wrap .blog-item .post-content .post-date li::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F56061;
  transform: translateX(-50%);
}
.wpo-blog-section .blog-wrap .blog-item .post-content h2 a {
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  color: #060530;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .wpo-blog-section .blog-wrap .blog-item .post-content h2 a {
    font-size: 29px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-wrap .blog-item .post-content h2 a {
    font-size: 24px;
    line-height: 35px;
  }
}
.wpo-blog-section .blog-wrap .blog-item .post-content h2:hover a {
  color: #F56061;
}
.wpo-blog-section .blog-wrap .blog-item .post-content p {
  font-size: 18px;
  line-height: 30px;
  color: #525252;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-wrap .blog-item .post-content p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.wpo-blog-section .blog-wrap .blog-item .post-content .post-btn{
  text-decoration: underline;
  font-size: 18px;
  line-height: 30px;
  color: #F56061;
  transition: all 0.3s ease-in-out;
}
.wpo-blog-section .blog-wrap .blog-item .post-content .post-btn:hover{
  color: #060530;
}

/* 5. Home-style-2 */
/*5.1 pengu-categorie-section */
.pengu-categorie-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pengu-categorie-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pengu-categorie-section {
    padding-bottom: 50px;
  }
}
.pengu-categorie-section .categorie-card {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .pengu-categorie-section .categorie-card {
    margin: 0 50px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .pengu-categorie-section .categorie-card {
    margin: 0px;
    margin-bottom: 30px;
  }
}
.pengu-categorie-section .categorie-card img {
  width: 100%;
}
.pengu-categorie-section .categorie-card .text {
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.pengu-categorie-section .categorie-card .text h3 {
  margin-bottom: 0;
}
.pengu-categorie-section .categorie-card .text h3 a {
  color: #060530;
  transition: all 0.3s ease-in-out;
  padding: 18px 38px;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  font-family: "Lora", serif;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .pengu-categorie-section .categorie-card .text h3 a {
    padding: 14px 35px;
  }
}
@media (max-width: 991px) {
  .pengu-categorie-section .categorie-card .text h3 a {
    padding: 18px 38px;
  }
}
.pengu-categorie-section .categorie-card .text:hover h3 a {
  color: #F56061;
}

/* 5.2 pengu-banner-section-s2 */
.pengu-banner-section-s2 .banner-wrap {
  background: #FCE7E9;
  position: relative;
}
@media (max-width: 991px) {
  .pengu-banner-section-s2 .banner-wrap {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pengu-banner-section-s2 .banner-wrap {
    padding: 50px 0;
  }
}
.pengu-banner-section-s2 .banner-wrap .rigth-image {
  position: absolute;
  top: -162px;
  right: -189px;
  height: 100%;
  width: 1000px;
}
@media (max-width: 1399px) {
  .pengu-banner-section-s2 .banner-wrap .rigth-image {
    width: 900px;
    top: -130px;
  }
}
@media (max-width: 1199px) {
  .pengu-banner-section-s2 .banner-wrap .rigth-image {
    width: 800px;
    top: -95px;
    right: -169px;
  }
}
@media (max-width: 991px) {
  .pengu-banner-section-s2 .banner-wrap .rigth-image {
    width: 500px;
    top: 0px;
    right: -103px;
  }
}
@media (max-width: 767px) {
  .pengu-banner-section-s2 .banner-wrap .rigth-image {
    display: none;
  }
}
.pengu-banner-section-s2 .banner-wrap .rigth-image img {
  width: 100%;
}

/* 5.3 pengu-winter-section */
.pengu-winter-section .winter-benner {
  background: url(../images/winter-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .pengu-winter-section .winter-benner .row {
    justify-content: center;
  }
}
.pengu-winter-section .winter-benner .content {
  margin: 100px;
  margin-right: 0;
  background: #fff;
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 80px 0;
  outline: 1px solid #FFD9D9;
  outline-offset: -20px;
}
@media (max-width: 1199px) {
  .pengu-winter-section .winter-benner .content {
    margin: 80px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .pengu-winter-section .winter-benner .content {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .pengu-winter-section .winter-benner .content {
    margin: 50px 0;
  }
}
@media (max-width: 575px) {
  .pengu-winter-section .winter-benner .content {
    margin: 40px 0;
  }
}
@media (max-width: 399px) {
  .pengu-winter-section .winter-benner .content {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.pengu-winter-section .winter-benner .content span {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}
@media (max-width: 767px) {
  .pengu-winter-section .winter-benner .content span {
    font-size: 15px;
    line-height: 20px;
  }
}
.pengu-winter-section .winter-benner .content h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 51px;
  color: #060530;
  margin-bottom: 14px;
}
@media (max-width: 1199px) {
  .pengu-winter-section .winter-benner .content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .pengu-winter-section .winter-benner .content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .pengu-winter-section .winter-benner .content .theme-btn, .pengu-winter-section .winter-benner .content .view-cart-btn {
    padding: 12px 30px;
  }
}
@media (max-width: 767px) {
  .pengu-winter-section .winter-benner .content .theme-btn, .pengu-winter-section .winter-benner .content .view-cart-btn {
    padding: 10px 22px;
  }
}

/* 5.4 pengu-about-section */
.pengu-about-section {
  margin: 0 100px;
  position: relative;
  padding-top: 225px;
}
@media (max-width: 1199px) {
  .pengu-about-section {
    margin: 0 40px;
  }
}
@media (max-width: 991px) {
  .pengu-about-section {
    margin: 0;
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .pengu-about-section {
    padding-top: 100px;
  }
}
.pengu-about-section .about-top-title {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 22%;
}
@media (max-width: 1199px) {
  .pengu-about-section .about-top-title {
    top: 24%;
  }
}
@media (max-width: 991px) {
  .pengu-about-section .about-top-title {
    top: 14%;
  }
}
@media (max-width: 767px) {
  .pengu-about-section .about-top-title {
    top: 6%;
  }
}
.pengu-about-section .about-top-title h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D9DDDE;
  font-weight: 700;
  font-size: 110px;
  line-height: 132px;
  margin: 0;
}
@media (max-width: 1399px) {
  .pengu-about-section .about-top-title h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .pengu-about-section .about-top-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pengu-about-section .about-top-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 399px) {
  .pengu-about-section .about-top-title h1 {
    font-size: 30px;
  }
}
.pengu-about-section .about-bottom-title {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 30%;
}
@media (max-width: 1199px) {
  .pengu-about-section .about-bottom-title {
    bottom: 32%;
  }
}
@media (max-width: 991px) {
  .pengu-about-section .about-bottom-title {
    bottom: 32%;
  }
}
@media (max-width: 767px) {
  .pengu-about-section .about-bottom-title {
    bottom: 35%;
  }
}
@media (max-width: 399px) {
  .pengu-about-section .about-bottom-title {
    bottom: 25%;
  }
}
.pengu-about-section .about-bottom-title h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #D9DDDE;
  font-weight: 700;
  font-size: 110px;
  line-height: 132px;
  margin: 0;
}
@media (max-width: 1399px) {
  .pengu-about-section .about-bottom-title h1 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .pengu-about-section .about-bottom-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pengu-about-section .about-bottom-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 399px) {
  .pengu-about-section .about-bottom-title h1 {
    font-size: 30px;
  }
}
.pengu-about-section .about-wrap {
  text-align: center;
  padding: 0 118px;
}
@media (max-width: 1399px) {
  .pengu-about-section .about-wrap {
    padding: 0 80px;
  }
}
@media (max-width: 1199px) {
  .pengu-about-section .about-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .pengu-about-section .about-wrap {
    padding: 0;
  }
}
.pengu-about-section .about-wrap p {
  font-weight: 500;
  font-size: 26px;
  line-height: 45px;
  color: #525252;
}
@media (max-width: 1199px) {
  .pengu-about-section .about-wrap p {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .pengu-about-section .about-wrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
.pengu-about-section .about-wrap .about-btn {
  width: 118px;
  height: 123px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .pengu-about-section .about-wrap .about-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .pengu-about-section .about-wrap .about-btn {
    width: 100px;
    height: 100px;
  }
}
.pengu-about-section .about-wrap .about-btn:hover span {
  color: #F56061;
}
.pengu-about-section .about-wrap .about-btn .about-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.pengu-about-section .about-wrap .about-btn .about-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: rota 10s linear infinite;
}
.pengu-about-section .about-wrap .about-btn span {
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #525252;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .pengu-about-section .about-wrap .about-btn span {
    font-size: 15px;
  }
}
.pengu-about-section.pengu-about-section-s2 {
  margin-top: -50px;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .pengu-about-section.pengu-about-section-s2 {
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .pengu-about-section.pengu-about-section-s2 {
    margin-top: 0;
  }
}

@keyframes rota {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* 5.5 pengu-offer-section */
.pengu-offer-section {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 100px;
}
@media (max-width: 1799px) {
  .pengu-offer-section {
    margin: 0 60px;
  }
}
@media (max-width: 1399px) {
  .pengu-offer-section {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  .pengu-offer-section {
    margin: 0;
  }
}
.pengu-offer-section .offer-left-banner {
  position: relative;
  height: 500px;
  overflow: hidden;
  background: linear-gradient(180deg, #E57E81 0%, #E0767A 20.83%, #E3777B 44.79%, #E5777C 71.35%, #E36F76 100%);
  padding: 130px 0;
  padding-left: 80px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .pengu-offer-section .offer-left-banner {
    height: 450px;
    padding: 100px 0;
    padding-left: 30px;
  }
}
@media (max-width: 1199px) {
  .pengu-offer-section .offer-left-banner {
    height: 380px;
    padding: 70px 0;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .pengu-offer-section .offer-left-banner {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pengu-offer-section .offer-left-banner {
    padding: 70px 20px;
    display: flex;
    align-items: center;
  }
}
.pengu-offer-section .offer-left-banner .offer-text {
  width: 450px;
}
@media (max-width: 767px) {
  .pengu-offer-section .offer-left-banner .offer-text {
    width: 100%;
  }
}
.pengu-offer-section .offer-left-banner .offer-text h2 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .pengu-offer-section .offer-left-banner .offer-text h2 {
    font-size: 25px;
  }
}
.pengu-offer-section .offer-left-banner .offer-text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #F1F1F1;
  margin-top: 25px;
  padding-bottom: 20px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .pengu-offer-section .offer-left-banner .offer-text p {
    font-size: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
  }
}
.pengu-offer-section .offer-left-banner .offer-text a {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  background: #F99298;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 16px 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .pengu-offer-section .offer-left-banner .offer-text a {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.pengu-offer-section .offer-left-banner .offer-text a:hover {
  background: transparent;
}
.pengu-offer-section .offer-left-banner .images {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .pengu-offer-section .offer-left-banner .images {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .pengu-offer-section .offer-left-banner .images {
    width: 130%;
  }
}
@media (max-width: 991px) and (max-width: 399px) {
  .pengu-offer-section .offer-left-banner .images {
    width: 165%;
  }
}
.pengu-offer-section .offer-left-banner .images img {
  width: 100%;
}
.pengu-offer-section .offer-right-banner {
  overflow: hidden;
  position: relative;
  height: 500px;
  z-index: 1;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1399px) {
  .pengu-offer-section .offer-right-banner {
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .pengu-offer-section .offer-right-banner {
    height: 380px;
  }
}
@media (max-width: 399px) {
  .pengu-offer-section .offer-right-banner {
    display: flex;
    align-items: center;
  }
}
.pengu-offer-section .offer-right-banner .offer-text {
  background: linear-gradient(180deg, #E57E81 0%, #E0767A 20.83%, #E3777B 44.79%, #E5777C 71.35%, #E36F76 100%);
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
  width: 60%;
  display: inline-block;
  text-align: right;
  padding: 130px 0;
  z-index: 1;
  padding-right: 80px;
  height: 500px;
}
@media (max-width: 1720px) {
  .pengu-offer-section .offer-right-banner .offer-text {
    width: 65%;
  }
}
@media (max-width: 1399px) {
  .pengu-offer-section .offer-right-banner .offer-text {
    height: 450px;
    padding: 100px 0;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .pengu-offer-section .offer-right-banner .offer-text {
    height: 380px;
    padding: 70px 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .pengu-offer-section .offer-right-banner .offer-text {
    height: 380px;
    padding: 70px 0;
    padding-right: 20px;
  }
}
@media (max-width: 399px) {
  .pengu-offer-section .offer-right-banner .offer-text {
    width: 100%;
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.pengu-offer-section .offer-right-banner .offer-text h2 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  padding-bottom: 30px;
}
@media (max-width: 1599px) {
  .pengu-offer-section .offer-right-banner .offer-text h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .pengu-offer-section .offer-right-banner .offer-text h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .pengu-offer-section .offer-right-banner .offer-text h2 {
    padding-left: 14px;
  }
}
@media (max-width: 767px) {
  .pengu-offer-section .offer-right-banner .offer-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .pengu-offer-section .offer-right-banner .offer-text h2 {
    font-size: 20px;
  }
}
.pengu-offer-section .offer-right-banner .offer-text p {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #F1F1F1;
  margin-top: 25px;
  padding-right: 30px;
}
@media (max-width: 575px) {
  .pengu-offer-section .offer-right-banner .offer-text p {
    font-size: 15px;
  }
}
.pengu-offer-section .offer-right-banner .offer-text a {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  background: #F99298;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 16px 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .pengu-offer-section .offer-right-banner .offer-text a {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.pengu-offer-section .offer-right-banner .offer-text a:hover {
  background: transparent;
}
.pengu-offer-section .offer-right-banner .images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pengu-offer-section .offer-right-banner .images img {
  width: 64%;
}
@media (max-width: 1720px) {
  .pengu-offer-section .offer-right-banner .images img {
    width: 70%;
  }
}
@media (max-width: 1599px) {
  .pengu-offer-section .offer-right-banner .images img {
    width: 80%;
  }
}
@media (max-width: 1399px) {
  .pengu-offer-section .offer-right-banner .images img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pengu-offer-section .offer-right-banner .images img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .pengu-offer-section .offer-right-banner .images img {
    width: 100%;
  }
}

/* 5.6 pengu-product-category-section-s2 */
.pengu-product-category-section-s2 .category-wrap .category-item {
  margin-bottom: 50px;
}
.pengu-product-category-section-s2 .category-wrap .category-item li {
  padding: 0;
}
.pengu-product-category-section-s2 .category-item li a {
  border: 1px solid transparent;
  padding: 10px 20px;
}
.pengu-product-category-section-s2 .category-item li a.current {
  border: 1px solid #F56061;
}
@media (max-width: 991px) {
  .pengu-product-category-section-s2 .category-wrap .category-item {
    display: block;
  }
}
@media (max-width: 991px) {
  .pengu-product-category-section-s2 .category-wrap .category-item li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*===========================
6. shop-section
===========================*/
.shop-section {
  padding: 80px 0;
}
.shop-section .product-wrap .product-item {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
.shop-section .product-wrap .product-item .product-content h3 {
  font-size: 16px;
}
@media (max-width: 1400px) {
  .shop-section .product-wrap .product-item .product-content h3 {
    font-size: 18px;
  }
}
.shop-section .product-wrap .product-item .product-content ul {
  list-style: none;
}
.shop-section .product-wrap .product-item .product-content ul li {
  font-size: 14px;
}
.shop-section .shop-section-top-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-section .shop-section-top-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.shop-section .shop-section-top-inner .shoping-list .nav-item {
  margin-right: 10px;
}
.shop-section .shop-section-top-inner .shoping-list .nav-link {
  background-color: #f6efef;
  border: 0;
}
.shop-section .shop-section-top-inner .shoping-list .nav-link.active {
  background-color: #F56061;
}
.shop-section .shop-section-top-inner .shoping-list .nav-link.active i {
  color: #fff;
}
.shop-section .shop-section-top-inner .shoping-list i {
  color: #060530;
}
@media (max-width: 352px) {
  .shop-section .shop-section-top-inner .shoping-product {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .shop-section .shop-section-top-inner .short-by {
    margin-top: 10px;
  }
}
.shop-section .shop-section-top-inner .short-by ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.shop-section .shop-section-top-inner .short-by ul li select {
  background-color: #f6efef;
  border: 1px solid rgba(34, 34, 34, 0.1);
  padding: 10px;
  width: 150px;
  margin-left: 30px;
}
.shop-section .shop-section-top-inner .short-by ul li select:focus {
  outline: none;
}
@media (max-width: 1440px) {
  .shop-section .shop-section-top-inner .short-by ul li select {
    width: 100px;
  }
}
.shop-section .shop-filter-wrap {
  background: #fff;
  box-shadow: 0px 35px 80px rgba(129, 129, 129, 0.3);
  padding: 30px;
  z-index: 99;
}
@media (max-width: 991px) {
  .shop-section .shop-filter-wrap {
    margin-bottom: 50px;
  }
}
.shop-section .shop-filter-wrap .shop-filter-item {
  margin-bottom: 30px;
  position: relative;
}
.shop-section .shop-filter-wrap .shop-filter-item h2 {
  font-weight: bold;
  font-size: 25px;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.shop-section .shop-filter-wrap .shop-filter-item h2:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 3px;
  background: #F56061;
  content: "";
}
.shop-section .shop-filter-wrap .shop-filter-item ul {
  list-style: none;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li {
  position: relative;
}
.shop-section .shop-filter-wrap .shop-filter-item ul li label {
  padding: 10px 0;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul {
  display: flex;
  margin-top: 30px;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li {
  width: 46px;
  height: 46px;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul {
  list-style: none;
  flex-wrap: wrap;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input {
  margin-right: 0;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  font-size: 18px;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name ul li input:checked ~ label {
  width: 50px;
  height: 50px;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name label {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  width: 46px;
  height: 46px;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name label {
  background: #525252;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgba(168, 168, 168, 0.5);
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color1 label {
  border: 1px solid #fff;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color2 label {
  border: 1px solid #fff;
  background: linear-gradient(to right, #C48679 30px,#FFC7AE);
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color3 label {
  border: 1px solid #fff;
  background: linear-gradient(to right, #C0C0C0, #C0C0C0 20%, #A9A9A9 50%, #A9A9A9 80%, #D3D3D3);
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color4 label {
  border: 1px solid #fff;
  background:#ddd;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color5 label {
  border: 1px solid #fff;
  background:#333;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color6 label {
  border: 1px solid #fff;
  background:#0f87c3;
}
.shop-section .shop-filter-wrap .shop-filter-item.color .color-name .color7 label {
  background: #fff;
}
.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search form div {
  position: relative;
  margin-top: 20px;
}
.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search input {
  background-color: #fdf0eb;
  height: 50px;
  font-size: 17px;
  font-size: 1.1333333333rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
}
.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search input:focus {
  background-color: rgba(245, 96, 97, 0.2);
}
.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search form button {
  background: #F56061;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  color: #F56061;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.shop-section .shop-filter-wrap .shop-filter-item .shop-filter-search form button i {
  color: #fff;
}
.shop-section .shop-filter-wrap .col:first-child .shop-filter-item::before, .shop-section .shop-filter-wrap .col:last-child .shop-filter-item::before {
  display: none;
}
.shop-section .product-list .product-wrap .product-item .product-img {
  float: left;
  overflow: hidden;
  padding: 55px;
}
@media (max-width: 575px) {
  .shop-section .product-list .product-wrap .product-item .product-img {
    float: none;
  }
}
.shop-section .product-list .product-wrap .product-item .product-content {
  overflow: hidden;
  min-height: 285px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .shop-section .product-list .product-wrap .product-item .product-content h3 {
    font-size: 18px;
  }
}
.shop-section .product-list .product-wrap .product-item .product-content p {
  margin-top: 15px;
}
@media (max-width: 1400px) {
  .shop-section .product-wrap .product-item .product-content h3 {
    font-size: 16px;
  }
}

.shop-section input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 2rem;
  margin: 0 -2rem -2rem 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 2rem;
  opacity: 0.001;
}

.title {
  letter-spacing: -0.065em;
}

.topcoat-radio-button__label {
  display: block;
  line-height: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.topcoat-radio-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  vertical-align: top;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Background */
.topcoat-radio-button:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1.2rem;
  height: 1.2rem;
  background: #f2f0f0;
  border: 1px solid #060530;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: inset 0 1px #fff;
}

/* Checkmark */
.topcoat-radio-button:after {
  opacity: 0;
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: #F56061;
  border-radius: 100%;
  cursor: pointer;
  box-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

input[type=radio]:checked + .topcoat-radio-button:after {
  opacity: 1;
}

.top-heading {
  margin-bottom: 50px;
}
.top-heading h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 46px;
  color: #525252;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .top-heading h2 {
    font-size: 16px;
    line-height: 25px;
  }
}
.top-heading h2 span {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #060530;
}
@media (max-width: 767px) {
  .top-heading h2 span {
    font-size: 22px;
    line-height: 30px;
  }
}

.shop-section .product-single-item {
  margin-bottom: 30px;
}
.shop-section .product-single-item .text {
  padding-top: 10px;
}
.shop-section .product-single-item.product-single-item-s2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
@media (max-width: 575px) {
  .shop-section .product-single-item.product-single-item-s2 {
    display: block;
  }
}
.shop-section .product-single-item.product-single-item-s2 .image {
  width: 70%;
}
@media (max-width: 1399px) {
  .shop-section .product-single-item.product-single-item-s2 .image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop-section .product-single-item.product-single-item-s2 .image {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .shop-section .product-single-item.product-single-item-s2 .image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shop-section .product-single-item.product-single-item-s2 .image .cart-wrap {
    top: 82%;
  }
}
.shop-section .product-single-item.product-single-item-s2 .text {
  padding: 20px;
  overflow: hidden;
  min-height: 339px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .shop-section .product-single-item.product-single-item-s2 .text {
    min-height: 330px;
  }
}
@media (max-width: 1199px) {
  .shop-section .product-single-item.product-single-item-s2 .text {
    min-height: 244px;
  }
}
@media (max-width: 991px) {
  .shop-section .product-single-item.product-single-item-s2 .text {
    min-height: 301px;
  }
}
@media (max-width: 767px) {
  .shop-section .product-single-item.product-single-item-s2 .text {
    min-height: 280px;
    width: 50%;
  }
}
@media (max-width: 575px) {
  .shop-section .product-single-item.product-single-item-s2 .text {
    width: 100%;
  }
}
.shop-section .product-single-item.product-single-item-s2 .text h2 {
  text-align: left;
  display: flex;
}
.shop-section .product-single-item.product-single-item-s2 .text .price {
  display: flex;
  text-align: left;
}
.shop-section .product-single-item.product-single-item-s2 .text .product-ratting {
  text-align: right;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .shop-section .product-single-item.product-single-item-s2 .text .product-ratting {
    text-align: left;
    margin-top: 7px;
  }
}
.shop-section .product-single-item.product-single-item-s2 .text .product-ratting ul {
  list-style: none;
}
.shop-section .product-single-item.product-single-item-s2 .text .product-ratting ul li {
  display: inline-block;
  color: #ff9600;
}
.shop-section .product-single-item.product-single-item-s2 .text .product-ratting ul li span {
  color: #c2beb3;
}
.shop-section .product-single-item.product-single-item-s2 .text p {
  text-align: left;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .shop-section .product-single-item.product-single-item-s2 .text p {
    padding-top: 5px;
    font-size: 15px;
  }
}

/*===========================
7. product-single-section
===========================*/
.product-details .product-single-content .pro-single-btn .quantity .qtybutton {
  line-height: 53px;
}

@media (max-width: 991px) {
  .product-details .product-single-tag {
    padding-top: 30px;
  }
}
.product-details .product-single-content {
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .product-details .product-single-content {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .product-details .product-single-content {
    padding-top: 30px;
    padding-left: 0;
  }
}
.product-details .product-single-content h5 {
  font-weight: bold;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 20px;
  font-family: "Lora", serif;
}
@media (max-width: 767px) {
  .product-details .product-single-content h5 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
.product-details .product-single-content h6 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .product-details .product-single-content h6 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.product-details .product-single-content .rating {
  display: flex;
  margin-bottom: 30px;
}
.product-details .product-single-content .rating li {
  margin-right: 5px;
  color: #FFD400;
}
.product-details .product-single-content .pro-single-btn {
  margin-top: 30px;
}
.product-details .product-single-content .pro-single-btn .quantity {
  margin-right: -5px;
  top: -2px;
}
.product-details .product-single-content .pro-single-btn .quantity input {
  height: 55px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .product-details .product-single-content .pro-single-btn .quantity input {
    height: 57px;
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .product-details .product-single-content .theme-btn, .product-details .product-single-content .view-cart-btn {
    position: relative;
    top: -2px;
  }
}
.product-details .product-single-content .product-filter-item {
  margin-top: 30px;
}
.product-details .product-single-content .product-filter-item.color .color-name {
  margin-top: 20px;
}
.product-details .product-single-content .product-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.product-details .product-single-content .product-filter-item.color .color-name ul {
  display: flex;
  margin-left: 20px;
}
.product-details .product-single-content .product-filter-item.color .color-name ul li {
  width: 36px;
  height: 36px;
}
.product-details .product-single-content .product-filter-item.color .color-name ul {
  list-style: none;
  flex-wrap: wrap;
}
.product-details .product-single-content .product-filter-item.color .color-name ul li input {
  margin-right: 0;
}
.product-details .product-single-content .product-filter-item.color .color-name ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.product-details .product-single-content .product-filter-item.color .color-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  font-size: 18px;
}
.product-details .product-single-content .product-filter-item.color .color-name ul li input:checked ~ label {
  width: 40px;
  height: 40px;
}
.product-details .product-single-content .product-filter-item.color .color-name label {
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0;
  width: 36px;
  height: 36px;
}
.product-details .product-single-content .product-filter-item.color .color-name label {
  background: #525252;
  border-radius: 50%;
  box-shadow: 0px 10px 20px rgba(168, 168, 168, 0.5);
}
.product-details .product-single-content .product-filter-item.color .color-name {
  display: flex;
  align-items: center;
}
.product-details .product-single-content .product-filter-item.color .color-name .color1 label {
  border: 1px solid #fff;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.product-details .product-single-content .product-filter-item.color .color-name .color2 label {
  border: 1px solid #fff;
  background: linear-gradient(to right, #C48679 30px,#FFC7AE);
}
.product-details .product-single-content .product-filter-item.color .color-name .color3 label {
  border: 1px solid #fff;
  background: linear-gradient(to right, #C0C0C0, #C0C0C0 20%, #A9A9A9 50%, #A9A9A9 80%, #D3D3D3);
}
.product-details .product-single-content .product-filter-item.color .color-name .color4 label {
  border: 1px solid #fff;
  background:#ddd;
}
.product-details .product-single-content .product-filter-item.color .color-name .color5 label {
  border: 1px solid #fff;
  background:#333;
}
.product-details .product-single-content .product-filter-item.color .color-name .color6 label {
  border: 1px solid #fff;
  background:#0f87c3;
}
.product-details .product-single-content .product-filter-item.color.filter-size {
  margin-top: 15px;
}
.product-details .product-single-content .product-filter-item.color.filter-size .color-name {
  margin-top: 5px;
}
.product-details .product-single-content .product-filter-item.color.filter-size ul {
  margin-left: 10px;
}
.product-details .product-single-content .product-filter-item.color.filter-size ul li {
  border-radius: 30px;
  height: 35px;
  width: 65px;
  margin-right: 2px;
  font-size: 13px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 450px) {
  .product-details .product-single-content .product-filter-item.color.filter-size ul li {
    width: 50px;
  }
}
.product-details .product-single-content .product-filter-item.color.filter-size ul li label {
  width: 65px;
  border-radius: 30px;
  text-align: center;
  border: 2px solid transparent !important;
  height: 35px;
}
@media (max-width: 450px) {
  .product-details .product-single-content .product-filter-item.color.filter-size ul li label {
    width: 50px;
  }
}
.product-details .product-single-content .product-filter-item.color.filter-size ul li input:checked ~ label {
  border: 2px solid #ddd;
  border-radius: 30px;
  width: 65px;
  height: 35px;
  background: #060530;
}
.product-details .product-single-content .social-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.product-details .product-single-content .social-share ul.socialLinks {
  margin-left: 10px;
}
.product-details .product-single-content .social-share ul.socialLinks li {
  display: inline-block;
}
.product-details .product-single-content .social-share ul.socialLinks li a {
  display: block;
  margin-right: 8px;
}
.product-details .product-single-content .social-share ul.socialLinks li a i {
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  background: #0E76A8;
}
.product-details .product-single-content .social-share ul.socialLinks li a .fa-linkedin {
  background: #55ACEE;
}
.product-details .product-single-content .social-share ul.socialLinks li a .fa-dribbble {
  background: #6A453B;
}
.product-details .product-single-content .social-share ul.socialLinks li a .fa-twitter {
  background: #3B5998;
}
.product-details .product-single-content .social-share ul.socialLinks li a .fa-instagram {
  background: #8941A7;
}
.product-details .product-single-content .social-share ul.socialLinks li a .fa-youtube-play {
  background: #D72B27;
}

.product-single-section {
  padding-bottom: 0;
}
.product-single-section .product-tab-area {
  padding-top: 100px;
}
.product-single-section .product-tab-area .tab-content {
  padding-top: 80px;
}
.product-single-section .product-tab-area .main-tab {
  justify-content: center;
  border-bottom: 1px solid #FFD9D9;
}
.product-single-section .product-tab-area .main-tab button {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #525252;
  padding: 10px 40px;
  padding-bottom: 20px;
  background: transparent;
  border: none;
}
@media (max-width: 767px) {
  .product-single-section .product-tab-area .main-tab button {
    padding: 10px 10px;
  }
}
.product-single-section .product-tab-area .main-tab button.active {
  color: #060530;
  border-bottom: 2px solid #060530;
}
.product-single-section .product-tab-area .Descriptions-item .Description-table {
  margin-top: 20px;
}
.product-single-section .product-tab-area .Descriptions-item .Description-table h4 {
  margin-bottom: 20px;
}
.product-single-section .product-tab-area .Descriptions-item .Description-table th,
.product-single-section .product-tab-area .Descriptions-item .Description-table td {
  width: 8%;
  border: 1px solid #E1E2E1;
  text-align: center;
  font-weight: 400;
  color: #414141;
  padding: 20px;
}
.product-single-section .product-tab-area .rating-section .rating-sub span {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #525252;
}
.product-single-section .product-tab-area .rating-section .rating-sub ul {
  display: flex;
  margin-bottom: 20px;
}
.product-single-section .product-tab-area .rating-section .rating-sub ul li {
  margin-right: 10px;
  font-size: 40px;
  color: #FFD400;
}
.product-single-section .product-tab-area .rating-section .rating-right .rating-right-item {
  margin-bottom: 30px;
}
.product-single-section .product-tab-area .rating-section .rating-right ul {
  display: flex;
  align-items: center;
}
.product-single-section .product-tab-area .rating-section .rating-right ul li {
  flex-basis: 20%;
}
.product-single-section .product-tab-area .rating-section .rating-right ul li:nth-child(2) {
  flex-basis: 60%;
}
.product-single-section .product-tab-area .rating-section .rating-right ul li ul li {
  flex-basis: unset;
  margin-right: 10px;
  font-size: 18px;
  color: #FFD400;
}
.product-single-section .product-tab-area .rating-section .rating-right ul li ul li:nth-child(2) {
  flex-basis: unset;
}
.product-single-section .product-tab-area .rating-section .rating-right ul li .progress {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  height: 6px;
  overflow: hidden;
  background: #e5e5e5;
  border-radius: 6px;
}
.product-single-section .product-tab-area .rating-section .rating-right ul li .bar {
  position: relative;
  float: left;
  height: 100%;
  background: #060530;
}
.product-single-section .product-tab-area .rating-section .rating-bottom {
  padding-top: 30px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .theme-btn, .product-single-section .product-tab-area .rating-section .rating-bottom .view-cart-btn {
  margin-bottom: 30px;
  border: 0;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section-items {
  display: none;
}
.product-single-section .product-tab-area .rating-section .rating-bottom.active .rating-give-section-items {
  display: block;
}
.product-single-section .product-tab-area .rating-section .rating-bottom.active .write-review-btn {
  display: none;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section-wrap .theme-btn, .product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section-wrap .view-cart-btn {
  margin-bottom: 0px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section {
  padding: 30px;
  border: 1px solid #FFD9D9;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section span {
  display: block;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  margin-bottom: 30px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:last-child {
  position: static;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(1) {
  z-index: 5;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(2) {
  z-index: 4;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(3) {
  z-index: 3;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(4) {
  z-index: 2;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:nth-child(5) {
  z-index: 1;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label .icon {
  float: left;
  color: transparent;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label:last-child .icon {
  color: #000;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating:not(:hover) label input:checked ~ .icon,
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000;
  text-shadow: 0 0 5px #FFD400;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .form-group input,
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .form-group textarea {
  width: 100%;
  background: transparent;
  padding: 15px;
  height: 70px;
  border: 1px solid #FFD9D9;
  margin-bottom: 30px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-give-section .form-group textarea {
  height: 200px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .review-rating-wrap {
  padding-top: 40px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review {
  padding: 30px;
  border: 1px solid #FFD9D9;
  border-bottom: 0;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review:last-child {
  border-bottom: 1px solid #FFD9D9;
  text-align: center;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review:last-child a {
  color: #060530;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review p {
  margin-bottom: 0;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .rating-review-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .rating-review-author .rating-review-author-img img {
  border-radius: 50%;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .rating-review-author-text p {
  margin-left: 20px;
  margin-bottom: 0;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .rating-review-author-text-inner {
  display: flex;
  margin-left: 20px;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .ratting {
  display: flex;
}
.product-single-section .product-tab-area .rating-section .rating-bottom .rating-review .ratting li {
  margin-right: 5px;
  color: #FFD400;
}
.product-single-section .owl-nav [class*=owl-] {
  position: absolute;
  left: 10px;
  top: 46%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.product-single-section .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 10px;
}
.product-single-section:hover .owl-nav [class*=owl-] {
  opacity: 1;
  visibility: visible;
}

.owl-nav [class*=owl-] {
  background: none;
  width: 45px;
  height: 45px;
  line-height: 35px;
  z-index: 10;
  border-radius: 50%;
  transition: all 0.5s;
  border: 1px solid #060530;
  background: rgba(48, 24, 13, 0.8);
  color: #fff;
}

.owl-nav [class*=owl-]:hover {
  background: #060530;
}

.product-active {
  margin-bottom: 15px;
}
.product-active .owl-prev,
.product-active .owl-next {
  display: none;
}

.Additional-wrap .ratting ul {
  display: flex;
  justify-content: center;
}

.Additional-wrap .ratting ul li {
  margin-right: 5px;
  color: #FFBF4E;
}

.Additional-wrap th,
.Additional-wrap td {
  width: 8%;
  border: 1px solid #E1E2E1;
  text-align: center;
  font-weight: 400;
  color: #414141;
  padding: 20px;
}

.Additional-wrap {
  padding-top: 0;
}

/*===========================
8. wpo-cart-page-style
===========================*/
.cart-area .cart-wrapper {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper table {
    width: 1022px;
  }
}
@media (max-width: 991px) {
  .cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  text-align: center;
  font-weight: 400;
  color: #414141;
}
.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
  list-style: none;
}
.cart-area .cart-wrap th {
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding: 40px 0;
}
.cart-area .cart-wrap thead {
  background: #fff;
  color: #505050;
  padding: 40px;
}
.cart-area .cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}
.cart-area .cart-wrap .product {
  width: 15%;
}
.cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
}
.cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
}
.cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}
.cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}
.cart-area .cart-wrap .product a:hover {
  color: #F56061;
}
.cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
}
.cart-area .cart-wrap td {
  padding: 40px 25px;
}
.cart-area .cart-wrap td img {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-area .cart-wrap td.action ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}
.cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}
.cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}
.cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}
.cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}
.cart-area .cart-wrap .name {
  width: 15%;
}
.cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}
.cart-area .cart-wrap .action a:hover {
  background: #F56061;
}
.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.cart-area .cart-wrap .action li.c-btn a {
  background-color: #F56061;
}
.cart-area .order-wrap {
  padding: 0;
}
.cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}
.cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}
.cart-area .quantity input {
  width: 105px;
  padding: 0px 35px;
  text-align: center;
  height: 36px;
  position: relative;
  background: #f2f2f5;
  border: none;
  border-radius: 40px;
}
.cart-area .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  background: #fafaff;
  border-radius: 30px;
}
.cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}
.cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}
.cart-area .submit-btn-area {
  padding: 40px;
}
.cart-area .submit-btn-area ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 450px) {
  .cart-area .submit-btn-area ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}
@media (max-width: 450px) {
  .cart-area .submit-btn-area ul li:last-child {
    margin-left: 3px;
    margin-top: 5px;
  }
}
.cart-area .submit-btn-area button {
  border: none;
  background: #060530;
  color: #fff;
  transition: all 0.3s;
  outline: none;
}
.cart-area .submit-btn-area button:hover {
  background: #F56061;
}
.cart-area .submit-btn-area .theme-btn-s4 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  border-radius: 40px;
}
.cart-area .submit-btn-area .theme-btn-s4 i {
  position: relative;
  margin-left: 5px;
  top: 1px;
}
.cart-area .submit-btn-area .theme-btn-s4:after {
  display: none;
}
.cart-area .cart-product-list ul {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding-top: 20px;
  list-style: none;
}
.cart-area .cart-product-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  padding-bottom: 30px;
}
.cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  color: #F56061;
  padding-top: 30px;
  font-weight: 600;
}

/*===============================
9. wpo-checkout-page-style
================================*/
.wpo-checkout-area .checkout-wrap {
  background: #fff;
}
.wpo-checkout-area .checkout-wrap ul {
  list-style: none;
}
.wpo-checkout-area #open2 {
  display: block;
}
.wpo-checkout-area #open3 {
  display: none;
}
.wpo-checkout-area #open4 {
  display: none;
}
.wpo-checkout-area .create-account p {
  margin-bottom: 15px;
}
.wpo-checkout-area .create-account {
  display: none;
  padding: 20px;
}
.wpo-checkout-area .create-account span {
  margin-bottom: 20px;
  display: block;
}
.wpo-checkout-area .input-wrap {
  position: relative;
}
.wpo-checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-left: 20px;
  border-radius: 40px;
}
.wpo-checkout-area .create-account input:focus {
  outline: none;
}
.wpo-checkout-area .create-account button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.wpo-checkout-area .create-account button:hover {
  background: #F56061;
}
.wpo-checkout-area .coupon {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  background: #f9f3f3;
}
.wpo-checkout-area .coupon:before {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\e64b";
  font-family: "themify";
}
.wpo-checkout-area .coupon span {
  position: absolute;
  right: 30px;
  top: 30px;
}
.wpo-checkout-area .coupon label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #0F0F0F;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 4px solid #F56061;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-checkout-area .coupon label {
    font-size: 15px;
  }
}
.wpo-checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.wpo-checkout-area .active-border {
  transition: all 0.3s;
}
.wpo-checkout-area .s1.active-border .coupon-active label,
.wpo-checkout-area .s3.coupon-2 .coupon-3 label {
  border-left: none;
  border-top: 4px solid #F56061;
  border-bottom: 1px solid #F56061;
}
.wpo-checkout-area .s2 .coupon-3 {
  border-top: 4px solid #F56061;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 {
  border-top: 0;
}
.wpo-checkout-area .s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #ffe5dc;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #F56061;
  border-bottom: 0;
}
.wpo-checkout-area .billing-adress .form-style input,
.wpo-checkout-area .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.wpo-checkout-area .billing-adress .form-style input:focus,
.wpo-checkout-area .billing-adress .form-style select:focus {
  outline: none;
  box-shadow: none;
}
.wpo-checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-checkout-area .billing-adress {
  padding: 30px;
}
.wpo-checkout-area .note-area textarea {
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}
.wpo-checkout-area .note-area textarea:focus {
  outline: none;
}
.wpo-checkout-area .biling-item-2 {
  margin-top: 20px;
}
.wpo-checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}
.wpo-checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}
.wpo-checkout-area .payment-name ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-area form {
  overflow: unset !important;
}
.wpo-checkout-area .payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
}
.wpo-checkout-area .payment-name ul li {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul li {
    margin-bottom: 10px;
  }
}
.wpo-checkout-area .payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.wpo-checkout-area .payment-select {
  padding: 40px 0;
}
.wpo-checkout-area .payment-select ul {
  display: flex;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #5B5B5B;
}
.wpo-checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select label {
    font-size: 14px;
  }
}
.wpo-checkout-area .payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}
.wpo-checkout-area .payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}
.wpo-checkout-area .payment-area {
  width: 100%;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}
.wpo-checkout-area .payment-name ul li input:checked ~ label {
  border: 1px solid #ff493c;
}
.wpo-checkout-area .payment-name label {
  width: 100%;
  border: 1px solid transparent;
}
.wpo-checkout-area .payment-name .visa label {
  border: 1px solid #0057A0;
}
.wpo-checkout-area .payment-name .mas label {
  border: 1px solid #CC0000;
}
.wpo-checkout-area .payment-name .ski label {
  border: 1px solid #691A5F;
}
.wpo-checkout-area .payment-name .pay label {
  border: 1px solid #019CDE;
}
.wpo-checkout-area .payment-option {
  padding: 30px;
}
.wpo-checkout-area .payment-name {
  display: none;
}
.wpo-checkout-area .payment-name.active {
  display: block;
}
.wpo-checkout-area .payment-option.active .payment-name {
  display: none !important;
}
.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.wpo-checkout-area .payment-area .form-style input:focus,
.wpo-checkout-area .payment-area .form-style select:focus {
  outline: none;
}
.wpo-checkout-area .payment-area .contact-form {
  margin-top: 40px;
}
.wpo-checkout-area .cout-order-area {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.wpo-checkout-area .cout-order-area .oreder-item ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}
.wpo-checkout-area .cout-order-area .oreder-item ul li.s-total {
  font-weight: 400;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-header {
  color: #0F0F0F;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-middle {
  border-bottom: 1px solid #ebebeb;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom {
  border-top: 1px solid #ebebeb;
  color: #F56061;
  font-weight: 600;
}
.wpo-checkout-area .create-account.active {
  display: block;
}
.wpo-checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.wpo-checkout-area .contact-form input, .wpo-checkout-area .contact-form select {
  margin-top: 10px;
}
.wpo-checkout-area .submit-btn-area {
  margin-top: 20px;
}
.wpo-checkout-area .submit-btn-area .theme-btn, .wpo-checkout-area .submit-btn-area .view-cart-btn {
  text-transform: capitalize;
  border: 0;
}

/*--------------------------------------------------------------
10. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}
.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}
.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}
.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
}
.wpo-blog-pg-section .entry-meta ul li a {
  color: #636893;
}
.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #F56061;
}
.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}
.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.wpo-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #F56061;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-pg-section .post h3 {
  font-size: 34px;
  line-height: 1.2em;
  font-weight: 700;
  margin: -0.27em 0 0.7em;
  font-family: "Lora", serif;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
  }
}
.wpo-blog-pg-section .post h3 a {
  color: #060530;
  text-transform: capitalize;
}
.wpo-blog-pg-section .post h3 a:hover {
  color: #F56061;
}
.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.wpo-blog-pg-section .post a.read-more {
  color: #525252;
  text-transform: capitalize;
  font-size: 16px;
}
.wpo-blog-pg-section .post a.read-more:hover {
  color: #F56061;
}
.wpo-blog-pg-section .entry-media img {
  width: 100%;
}
.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #F3F3F3;
  padding: 25px 35px 45px;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}
.wpo-blog-pg-section .format-standard {
  position: relative;
}
.wpo-blog-pg-section .format-standard:before {
  position: absolute;
  right: 20px;
  top: 10px;
  content: "\f10a";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #e5f0fb;
}
.wpo-blog-pg-section .format-gallery {
  position: relative;
}
.wpo-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #F56061;
  color: #fff;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #F56061;
  transition: all 0.3s;
  border: 0;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}
.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}
.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}
.wpo-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.6666666667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}
.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: rgb(22, 57, 103);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0.5;
}
.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.8;
}
.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.wpo-blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}
.wpo-blog-pg-section .format-video .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f426b;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #F56061;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0;
  }
}
@keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------------------------------
11. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}
.wpo-blog-single-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
}
.wpo-blog-single-section .entry-meta ul li a {
  color: #636893;
}
.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #F56061;
}
.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 3px;
}
.wpo-blog-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}
.wpo-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.wpo-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #F56061;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-single-section .entry-media img {
  width: 100%;
}
.wpo-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Lora", serif;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
}
.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.wpo-blog-single-section .post blockquote {
  background-color: #F3F3F3;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}
.wpo-blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f10a";
  font-size: 25px;
  font-size: 1.6666666667rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #F3F3F3;
  background: #fff;
  color: #F56061;
  border-radius: 50%;
}
.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}
.wpo-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}
.wpo-blog-single-section .post .gallery img {
  width: 100%;
}
.wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #FFD9D9;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #060530;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}
.wpo-blog-single-section .tag-share ul, .wpo-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}
.wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.wpo-blog-single-section .tag-share .tag, .wpo-blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}
.wpo-blog-single-section .tag-share .tag > span, .wpo-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Lora", serif;
  color: #060530;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}
.wpo-blog-single-section .tag-share .tag ul, .wpo-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.wpo-blog-single-section .tag-share .tag li, .wpo-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}
.wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #060530;
  background: #ecf4fb;
  border-radius: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.wpo-blog-single-section .tag-share .tag a:hover, .wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #F56061;
}
.wpo-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}
.wpo-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.0666666667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #525252;
}
.wpo-blog-single-section .author-box {
  margin: 35px 0 60px;
}
.wpo-blog-single-section .author-box .author-avatar {
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-avatar {
    float: none;
  }
}
.wpo-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}
.wpo-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}
.wpo-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}
.wpo-blog-single-section .author-box .author-name {
  font-family: "Lora", serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #060530;
}
.wpo-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}
.wpo-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}
.wpo-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #060530;
}
.wpo-blog-single-section .author-box .social-link a:hover {
  color: #F56061;
}
.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}
.wpo-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .more-posts > div > a {
  display: inline-block;
}
.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}
.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}
.wpo-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}
.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}
.wpo-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}
.wpo-blog-single-section .more-posts .previous-post > a > span,
.wpo-blog-single-section .more-posts .next-post > a > span {
  display: block;
}
.wpo-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #525252;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.wpo-blog-single-section .more-posts .post-name {
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #060530;
  margin: 0.7em 0 0;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #F56061;
}
.wpo-blog-single-section .comments-area {
  margin-top: 70px;
}
.wpo-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}
.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.wpo-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}
.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.wpo-blog-single-section .comments-area li > div {
  position: relative;
}
.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.wpo-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Lora", serif;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #060530;
  font-weight: bold;
  margin: 0 0 1em;
}
.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #525252;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link {
  font-family: "Lora", serif;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 600;
  color: #060530;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #F56061;
}
.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
}
.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #a4adbe;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  box-shadow: none;
  transition: all 0.3s;
}
.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #F56061;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}
.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}
.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .comment-respond .form-submit input {
  font-family: "Lora", serif;
  max-width: 180px;
  background-color: #1e2845;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 30px;
}
.wpo-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #060530;
}

@media screen and (min-width: 1200px) {
  .wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*---------------------------------------------------------
12 Auth-page-style
-----------------------------------------------------------*/
.tp-login-area {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
}
.tp-login-area .tp-accountWrapper {
  width: 1170px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin: auto;
  box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
.tp-login-area .tp-accountInfo {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  text-align: center;
  padding: 50px;
  position: relative;
  z-index: 1;
}
.tp-login-area .tp-accountInfo:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F56061;
  content: "";
  opacity: 0.85;
  z-index: -1;
}
.tp-login-area .tp-accountForm {
  width: 50%;
  padding: 55px 85px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tp-login-area .tp-accountInfoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.tp-login-area .tp-accountInfoHeader a {
  font-size: 50px;
  font-family: "Lora", serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 49px;
}
@media (max-width: 450px) {
  .tp-login-area .tp-accountInfoHeader a {
    font-size: 30px;
  }
}
.tp-login-area .tp-accountInfoHeader a img {
  margin-right: 10px;
}
@media (max-width: 450px) {
  .tp-login-area .tp-accountInfoHeader a img {
    margin-right: 3px;
  }
}
.tp-login-area .tp-accountInfoHeader h2 a {
  display: block;
  line-height: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}
.tp-login-area .tp-accountInfo .tp-accountBtn {
  height: 40px;
  background: #fff;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  color: #062265;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 5px;
  font-family: "Mulish", sans-serif;
}
.tp-login-area .tp-accountInfo .tp-accountBtn:hover {
  background: transparent;
  color: #fff;
}
.tp-login-area .tp-accountInfo p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.tp-login-area .fromTitle h2 {
  font-size: 35px;
  margin-bottom: 10px;
}
.tp-login-area .fromTitle p {
  font-size: 15px;
  margin-bottom: 40px;
}
.tp-login-area .form-style input {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 60px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px;
  border: none;
  margin-top: 6px;
}
.tp-login-area .form-style input:focus {
  outline: none;
  border: 1px solid #e5e5e5 !important;
}
.tp-login-area input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}
.tp-login-area input[type=checkbox] {
  display: none;
}
.tp-login-area input[type=checkbox] + label:before {
  content: "✔";
  border: 1px solid #e5e5e5;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  line-height: 1.2em;
  position: absolute;
  left: 0px;
}
.tp-login-area input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.tp-login-area input[type=checkbox]:checked + label:before {
  background-color: #F56061;
  border-color: #F56061;
  color: #fff;
}
.tp-login-area input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.tp-login-area input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.tp-login-area .check-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.tp-login-area .forget-btn a {
  display: inline-block;
  font-size: 14px;
  color: #F56061;
}
.tp-login-area .input-box label {
  color: #676B79;
  font-weight: 500;
  font-size: 16px;
  padding-left: 25px !important;
}
.tp-login-area .tp-accountForm .tp-accountBtn {
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #F56061;
  width: 100%;
  background: #F56061;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
  margin-top: 30px;
}
.tp-login-area .tp-accountForm .tp-accountBtn:hover {
  background: transparent;
  color: #333;
}
.tp-login-area .or {
  border-top: 1px dashed #e5e5e5;
  margin-top: 45px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.tp-login-area .or span {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  position: relative;
  top: -14px;
  color: #F56061;
}
.tp-login-area .tp-socialLoginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  list-style: none;
}
.tp-login-area .tp-socialLoginBtn li button {
  height: 40px;
  width: 50px;
  min-width: 50px;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}
.tp-login-area .tp-socialLoginBtn li button.facebook {
  background: #3b5998;
}
.tp-login-area .tp-socialLoginBtn li button.linkedin {
  background: #0077B5;
}
.tp-login-area .tp-socialLoginBtn li button.twitter {
  background: #55acee;
}
.tp-login-area .tp-socialLoginBtn li {
  margin: 0px 5px 5px;
}
.tp-login-area .subText {
  text-align: center;
}
.tp-login-area .subText a {
  display: inline-block;
  font-size: 14px;
  color: #F56061;
}
.tp-login-area .form-group {
  position: relative;
}
.tp-login-area .input-group-btn {
  position: absolute;
  right: 10px;
  top: 42px;
}
.tp-login-area .input-group-btn button {
  background: transparent !important;
  border: none;
  outline: none;
  background: none;
  box-shadow: none !important;
}
.tp-login-area .input-group-btn button:hover {
  background: transparent;
}
.tp-login-area .input-group-btn button:focus,
.tp-login-area .input-group-btn button.active {
  background: none !important;
  border: none !important;
  outline: none !important;
}
.tp-login-area .btn-default.active,
.tp-login-area .btn-default.active,
.tp-login-area .open > .dropdown-toggle.btn-default {
  background: none !important;
  border: none;
  outline: none;
}
@media (max-width: 1200px) {
  .tp-login-area .tp-accountWrapper {
    width: 900px;
  }
  .tp-login-area .tp-accountForm {
    padding: 70px 35px;
  }
}
@media (max-width: 1024px) {
  .tp-login-area .tp-accountWrapper {
    width: 100%;
    max-width: 100%;
  }
  .tp-login-area .tp-accountForm {
    padding: 70px 35px;
  }
  .tp-login-area .image img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .tp-login-area .tp-accountInfo {
    width: 100%;
    min-height: 400px;
  }
  .tp-login-area .tp-accountForm {
    width: 100%;
  }
  .tp-login-area .accountArea {
    padding: 0px 16px;
  }
}
@media (max-width: 767px) {
  .tp-login-area .tp-accountInfo {
    width: 100%;
    padding: 15px;
  }
  .tp-login-area .tp-accountForm {
    width: 100%;
    padding: 20px;
  }
}
.tp-login-area .back-home {
  max-width: 150px;
}

/*--------------------------------------------------------------
13. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
  padding-bottom: 0px;
}
.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}
.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    height: 45px;
  }
}
.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
  border-color: #F56061;
  background: transparent;
}
.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}
.wpo-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}
.wpo-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-contact-pg-section form select:focus {
  background: transparent url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}
.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  border: 0;
}
.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 0px;
}
.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
@media (max-width: 600px) {
  .wpo-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}
.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.wpo-contact-pg-section .office-info {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
    min-height:300px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.wpo-contact-pg-section .office-info .office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  min-height:300px;
  padding: 40px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 90px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: #F56061;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
}
.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.wpo-contact-map-section .wpo-contact-map {
  height: 550px;
}
.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  filter: grayscale(100%);
}
.wpo-contact-map-section h2.hidden {
  display: none;
}

/*--------------------------------------------------------------
14. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
}/*# sourceMappingURL=style.css.map */

/*# New Style */
.hero-style-2 .hero-slider .slide:nth-of-type(1) .slide-caption .slide-title h2, 
.hero-style-2 .hero-slider .slide:nth-of-type(1) .slide-caption .slide-subtitle p, 
.hero-style-2 .hero-slider .slide:nth-of-type(3) .slide-caption .slide-title h2, 
.hero-style-2 .hero-slider .slide:nth-of-type(3) .slide-caption .slide-subtitle p, 
.hero-style-2 .hero-slider .slide:nth-of-type(5) .slide-caption .slide-title h2, 
.hero-style-2 .hero-slider .slide:nth-of-type(5) .slide-caption .slide-subtitle p{
color: #333;
}
.wpo-site-header .navbar-header .navbar-brand img {
    max-width: 160px;
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand img {
      max-width: 140px;
  }
}
.special-ul {
    list-style-type: none;
}
.about-wrap p {
    text-align: left;
    font-size: 16px;
    line-height: 2em;
}
.about-wrap h3 {
    text-align: left;
    padding-top:50px;
}
.about-wrap h2 {
    padding-top:70px;
}
.space{
  display: block;
  margin-bottom: 50px;
}
.pengu-spacing-section .row{margin:20px 0;}
.superscript {
        vertical-align: super;
}
.subscript {
        vertical-align: sub;
}