
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #4a3a40;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #106eea;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ef96b9;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #da9ab3;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}



.card .card-img-top {
  height: 253px;
}

.card .ratingbx {
  position: absolute;
  top: 7px;
  background: #fff;
}

.card .cardtop {

  position: absolute;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #ef96b9;
  height: 25px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
  color: rgb(255, 255, 255);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 
  background: #fff; position: relative;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.fixed-top {
  height: 86px; position: fixed;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}
#header .logo a {
  color: #222222;
}
#header .logo a span {
  color: #106eea;
}
#header .logo img {
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.container.d-flex.align-items-center.justify-content-between {
  position: relative;
}
.navbar {
  position: unset !important;
}
.scrollbar {
  height: 75vh;
  min-width: 100% !important;
  overflow-y: auto;
  border-radius: 15px;
  background: #F5F6F8;
}
.overflow1{min-height: 100vh}
.bg-c{background: #da9ab3 !important;color: white;}
.color-c{color: #da9ab3 !important;}
.btn-hover:hover{background: #da9ab3 !important;color: white !important;}
.border-1{
  border: 1px solid #da9ab3!important;
}
.font-28{font-size: 28px;}
.bg-form{background:#e3e3e3;border-radius:15px;}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .font-10{font-size: 10px;}
  .font-12{font-size: 12px;}
  .font-13{font-size: 18px;}
  .h4{
    font-size: 20px;
  }
  .bg-c{background: #da9ab3 !important;color: white;}
  .color-c{color: #da9ab3 !important;}
  .border-1{
    border: 1px solid #da9ab3!important;
  }
  .piclist li {
    width: 40px;
    height: 40px;
  }
  
 }

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .font-10{font-size: 10px;}
  .font-12{font-size: 12px;}
  .font-13{font-size: 18px;}
  .h4{
    font-size: 20px;
  }
  .bg-c{background: #da9ab3 !important;color: white;}
  .color-c{color: #da9ab3 !important;}
  .border-1{
    border: 1px solid #da9ab3!important;
  }
  .piclist li {
    width: 40px;
    height: 40px;
  }
  

 }

 .img-mini {
  width: 100%;
  border-radius: 50px;
 }
 .cat-div{
  background: #ef96b9;
  text-align: center;
  padding: 10px;
  border-radius: 60px;
 }
 .text-right {
  text-align: right;
}
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  position: static;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
  position: static;
  width: 100%;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ef96b9;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ef96b9;
}
.navbar .dropdown ul {
  display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + -10px) !important;
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    min-width: 100%;
}
.navbar .dropdown ul li {
  min-width: 200px;
  display: block;
}
.navbar .dropdown ul a {
  padding: 0px 20px;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ef96b9;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  width: max-content;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #212529;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
    position: fixed;
    top: 40px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #ebebeb;
    overflow-y: auto;
    transition: 0.3s;
    border-radius: 10px;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #dee2e6;;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* slider */


/* [END] CSS Reset */
/* [START] CSS Animation */
@keyframes clockWiseIn {
  0% {
    transform: translate(-40%, 100%) rotate(-90deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes antiClockWiseIn {
  0% {
    transform: translate(20%, 100%) rotate(90deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes clockWiseOut {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(40%, 100%) rotate(90deg);
  }
}
@keyframes antiClockWiseOut {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(-20%, 100%) rotate(-90deg);
  }
}
@keyframes wave {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100% 100%;
  }
}

/* home pgage */
/* company patner */
    /* Slider */
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-250px * 7));
      }
    }
    .sliders {
      height: 100px;
      margin: auto;
      overflow: hidden;
      position: relative;
      width: auto;
    }
    .sliders .slide-track {
      animation: scroll 110s linear infinite;
      display: flex;
      width: calc(250px * 14);
    }
    .sliders .slide {
      height: 100px;
      width: 250px;
    }
    
/* [END] CSS Animation */


.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

.section--kv {
  position: relative;
}
.section--kv .wrapper {
  overflow: hidden;
}
.section--kv .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 27px;
  z-index: 2;
  width: 100%;
  height: 300px;
  background-image: url("http://jaipurwebdesigners.co.in/clients/shadesnew/assets/img/after.png");
  background-position: center bottom;

  background-repeat: no-repeat;
}
@media screen and (max-width: 414px) {
  .section--kv .wrapper:after {
    background-position: center calc(100% + 44px);
  }
}
.section--kv .wrapper ul {
  display: block;
  position: relative;
  width: 100%;
  height: 1080px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .section--kv .wrapper ul {
    height: auto;
  }
  .section--kv .wrapper ul:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper ul:before {
    padding-bottom: calc(142vw + 68.43vw);
  }
}
@media screen and (max-width: 414px) {
  .section--kv .wrapper ul:before {
    padding-bottom: calc(200vw);
  }
}
.section--kv .wrapper ul li {
  display: block;
  position: absolute;
  bottom: 0;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.section--kv .wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0, 0, 0.18, 1) 0.4s;
}
.section--kv .wrapper ul li:nth-child(1):before {
  background-image: radial-gradient(circle at 50% 50%, #d0d1ef, #faf5f2);
}
.section--kv .wrapper ul li:nth-child(2):before {
  background-image: radial-gradient(circle at 50% 50%, #ebd9cb, #faf5f2);
}
.section--kv .wrapper ul li:nth-child(3):before {
  background-image: radial-gradient(circle at 50% 50%, #eecfd7, #faf5f2);
}
.section--kv .wrapper ul li > div {
  display: block;
  position: absolute;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center bottom;
}
.section--kv .wrapper ul li > div img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
}
.section--kv .wrapper ul li .circle img {
  bottom: -80px;
}
.section--kv .wrapper ul li .model img {
  left: calc(50% - 32px);
}
.section--kv .wrapper ul li .wording .container {
  display: block;
  position: absolute;
  max-width: 436px;
  height: auto;
  left: calc(50% + 234px);
  bottom: 444px;
}
@media screen and (max-width: 1439px) {
  .section--kv .wrapper ul li .wording .container {
    left: calc(50% + 12.25%);
    bottom: 41.1111111111%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper ul li .wording .container {
    position: relative;
    left: initial;
    bottom: initial;
    max-width: none;
    padding: 96px 32px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 737px) {
  .section--kv .wrapper ul li .wording .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 414px) {
  .section--kv .wrapper ul li .wording .container {
    padding-top: 24px;
  }
}
.section--kv .wrapper ul li .wording .container h3 {
  margin-bottom: 14px;
  color: #202020;
  font-weight: 500;
  font-size: 44px;
  line-height: 1em;
  font-family: "Dancing Script", cursive;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1439px) {
  .section--kv .wrapper ul li .wording .container h3 {
    font-size: 3.0555555556vw;
  }
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper ul li .wording .container h3 {
    font-size: 7.7108vw;
  }
  /* .section--kv .wrapper ul li .wording .container {
    left: calc(50% + -3.25%);
    bottom: 41.1111111111%;
    padding-right: 20px;
  } */
}
@media screen and (max-width: 414px) {
  .section--kv .wrapper ul li .wording .container h3 {
    font-size: 8.5333vw;
  }
}
.section--kv .wrapper ul li .wording .container h3 + p {
  margin-top: 6px;
}
.section--kv .wrapper ul li .wording .container p {
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1439px) {
  .section--kv .wrapper ul li .wording .container p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 943-mdpi) {
  .section--kv .wrapper ul li .wording .container p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper ul li .wording .container p {
    font-size: 3.8554vw;
  }
}
@media screen and (max-width: 414px) {
  .section--kv .wrapper ul li .wording .container p {
    font-size: 4vw;
  }
}
.section--kv .wrapper ul li[data-slide="0"] .text img {
  left: calc(50% - 420px);
  bottom: 560px;
}
.section--kv .wrapper ul li[data-slide="1"] .text img {
  left: calc(50% - 400px);
  bottom: 558px;
}
.section--kv .wrapper ul li[data-slide="2"] .text img {
  left: calc(50% - 436px);
  bottom: 618px;
}
.section--kv .wrapper ul li[data-slide="0"] .flower img {
  left: calc(50% - 446px);
  bottom: 10px;
}
.section--kv .wrapper ul li[data-slide="1"] .flower img {
  left: calc(50% - 456px);
  bottom: 10px;
}
.section--kv .wrapper ul li[data-slide="2"] .flower img {
  left: calc(50% - 456px);
  bottom: -60px;
}
.section--kv .wrapper ul li[data-slide="1"] .wording .container p {
  max-width: 392px;
}
@media screen and (max-width: 1439px) {
  .section--kv .wrapper ul li .circle img {
    max-width: 74.44%;
  }
  .section--kv .wrapper ul li .model img {
    max-width: 42.5%;
  }
  .section--kv .wrapper ul li[data-slide="0"] .wording .container h3 br:last-child {
    display: none;
  }
  .section--kv .wrapper ul li[data-slide="0"] .text img {
    max-width: 17.15%;
    left: calc(50% - 29.2%);
    bottom: 51.85185%;
  }
  .section--kv .wrapper ul li[data-slide="1"] .text img {
    max-width: 23.54%;
    left: calc(50% - 27.8%);
    bottom: 51.66667%;
  }
  .section--kv .wrapper ul li[data-slide="2"] .text img {
    max-width: 16.73%;
    left: calc(50% - 30.3%);
    bottom: 57.22222%;
  }
  .section--kv .wrapper ul li[data-slide="0"] .flower img {
    max-width: 39.37%;
    left: calc(50% - 30.98%);
  }
  .section--kv .wrapper ul li[data-slide="1"] .flower img {
    max-width: 44.09%;
    left: calc(50% - 31.65%);
  }
  .section--kv .wrapper ul li[data-slide="2"] .flower img {
    max-width: 42.56%;
    left: calc(50% - 31.65%);
  }
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper ul li .circle img {
    max-width: 125%;
    min-width: 125%;
  }
  .section--kv .wrapper ul li .model img {
    max-width: 73%;
    min-width: 73%;
    left: 50%;
  }
  .section--kv .wrapper ul li .text {
    display: none;
  }
  .section--kv .wrapper ul li[data-slide="1"] .wording .container p {
    max-width: none;
  }
  .section--kv .wrapper ul li[data-slide="0"] .model img {
    left: calc(50% - 12px);
  }
  .section--kv .wrapper ul li[data-slide="0"] .flower img {
    max-width: 60%;
  }
  .section--kv .wrapper ul li[data-slide="1"] .flower img {
    max-width: 60%;
  }
  .section--kv .wrapper ul li[data-slide="2"] .flower img {
    max-width: 60%;
  }
}
@media screen and (max-width: 666px) {
  .section--kv .wrapper ul li[data-slide="2"] .flower img {
    bottom: -26px;
  }
}
.section--kv .wrapper ul li.active {
  z-index: 1;
  pointer-events: auto;
}
.section--kv .wrapper ul li.active:before {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s cubic-bezier(0, 0, 0.18, 1);
}
.section--kv .wrapper ul li.clockWiseIn > div,
.section--kv .wrapper ul li.antiClockWiseIn > div,
.section--kv .wrapper ul li.clockWiseOut > div,
.section--kv .wrapper ul li.antiClockWiseOut > div {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.22, 1.48, 0.67, 0.97);
  animation-fill-mode: both;
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper ul li.clockWiseIn > div,
.section--kv .wrapper ul li.antiClockWiseIn > div,
.section--kv .wrapper ul li.clockWiseOut > div,
.section--kv .wrapper ul li.antiClockWiseOut > div {
    animation-timing-function: cubic-bezier(0.33, 1.39, 0.67, 0.97);
  }
}
.section--kv .wrapper ul li.clockWiseIn > div.circle {
  animation-delay: 0.3s;
}
.section--kv .wrapper ul li.clockWiseIn > div.model {
  animation-delay: 0.4s;
}
.section--kv .wrapper ul li.clockWiseIn > div.text {
  animation-delay: 0.42s;
}
.section--kv .wrapper ul li.clockWiseIn > div.wording {
  animation-delay: 0.2s;
}
.section--kv .wrapper ul li.clockWiseIn > div.flower {
  animation-delay: 0.48s;
}
.section--kv .wrapper ul li.clockWiseOut > div.circle {
  animation-delay: 0.1s;
}
.section--kv .wrapper ul li.clockWiseOut > div.model {
  animation-delay: 0.2s;
}
.section--kv .wrapper ul li.clockWiseOut > div.text {
  animation-delay: 0.3s;
}
.section--kv .wrapper ul li.clockWiseOut > div.wording {
  animation-delay: 0s;
}
.section--kv .wrapper ul li.clockWiseOut > div.flower {
  animation-delay: 0.3s;
}
.section--kv .wrapper ul li.antiClockWiseIn > div.circle {
  animation-delay: 0.42s;
}
.section--kv .wrapper ul li.antiClockWiseIn > div.model {
  animation-delay: 0.35s;
}
.section--kv .wrapper ul li.antiClockWiseIn > div.text {
  animation-delay: 0.3s;
}
.section--kv .wrapper ul li.antiClockWiseIn > div.wording {
  animation-delay: 0.5s;
}
.section--kv .wrapper ul li.antiClockWiseIn > div.flower {
  animation-delay: 0.2s;
}
.section--kv .wrapper ul li.antiCockWiseOut > div.circle {
  animation-delay: 0.2s;
}
.section--kv .wrapper ul li.antiCockWiseOut > div.model {
  animation-delay: 0.1s;
}
.section--kv .wrapper ul li.antiCockWiseOut > div.text {
  animation-delay: 0.1s;
}
.section--kv .wrapper ul li.antiCockWiseOut > div.wording {
  animation-delay: 0.3s;
}
.section--kv .wrapper ul li.antiCockWiseOut > div.flower {
  animation-delay: 0s;
}
.section--kv .wrapper ul li.clockWiseIn > div {
  animation-name: clockWiseIn;
}
.section--kv .wrapper ul li.antiClockWiseIn > div {
  animation-name: antiClockWiseIn;
}
.section--kv .wrapper ul li.clockWiseOut > div {
  animation-name: clockWiseOut;
}
.section--kv .wrapper ul li.antiClockWiseOut > div {
  animation-name: antiClockWiseOut;
}
.section--kv .wrapper .slide-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: calc(50% + 560px);
  bottom: 184px;
  z-index: 3;
}
@media screen and (max-width: 1439px) {
  .section--kv .wrapper .slide-nav {
    left: calc(50% + 38.88%);
  }
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper .slide-nav {
    left: initial;
    right: 12px;
    bottom: 38%;
  }
}
.section--kv .wrapper .slide-nav span {
  display: block;
  width: 42px;
  height: 42px;
  margin-top: 12px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJhcnJvd194NUZfcHJldiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0IDQ0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA0NCA0NCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0yMiwzLjJDMTEuNiwzLjIsMy4yLDExLjYsMy4yLDIyUzExLjYsNDAuOCwyMiw0MC44UzQwLjgsMzIuNCw0MC44LDIyUzMyLjQsMy4yLDIyLDMuMnogTTIyLDEKCWMxMS42LDAsMjEsOS40LDIxLDIxcy05LjQsMjEtMjEsMjFTMSwzMy42LDEsMjJTMTAuNCwxLDIyLDF6IE0xMy42LDIwLjlIMzNjMC42LDAsMS4xLDAuNSwxLjEsMS4xcy0wLjUsMS4xLTEuMSwxLjFIMTMuNmw3LDcKCWMwLjQsMC40LDAuNCwxLjEsMCwxLjZjLTAuNCwwLjQtMS4xLDAuNC0xLjYsMGwtOC44LTguOGMtMC40LTAuNC0wLjQtMS4xLDAtMS42bDguOC04LjhjMC40LTAuNCwxLjEtMC40LDEuNiwwCgljMC40LDAuNCwwLjQsMS4xLDAsMS42TDEzLjYsMjAuOXoiLz4KPC9zdmc+Cg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.3));
  transition: filter 0.5s cubic-bezier(0, 0, 0.18, 1), transform 0.5s cubic-bezier(0, 0, 0.18, 1);
}
.section--kv .wrapper .slide-nav span.prev {
  transform: rotate(90deg) scale(1);
}
.section--kv .wrapper .slide-nav span.next {
  transform: rotate(-90deg) scale(1);
}
@media (hover: hover) and (min-width: 1024) {
  .section--kv .wrapper .slide-nav span:hover {
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.5));
  }
  .section--kv .wrapper .slide-nav span.prev:hover {
    transform: rotate(90deg) scale(1.2);
  }
  .section--kv .wrapper .slide-nav span.next:hover {
    transform: rotate(-90deg) scale(1.2);
  }
}
@media screen and (max-width: 1023px) {
  .section--kv .wrapper .slide-nav span.prev {
    transform: rotate(0);
  }
  .section--kv .wrapper .slide-nav span.next {
    transform: rotate(180deg);
  }
}

/* product cart */

.wsk-cp-product{
  background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  margin:20px auto;
}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 15px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
  border-radius:6px;
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:150%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:45px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
    
}
.wsk-cp-text .category > span{
  padding: 12px 30px;
  border: 1px solid #084298;
  background:#ef96b9;
  color:#fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;
  
}
.wsk-cp-product:hover .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:20px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:center;
  width: 100%;
  height:70px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:15px;
}
.card-footer{
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;
  
}

.card-footer .wcf-right{
  float:right;
}

.price{
  font-size:18px;
  font-weight:bold;
}

a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #ef96b9;
  background: #ef96b9;
  color: #fff;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #ef96b9;
  background: #ef96b9;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}  
.red{
  color:#F44336;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}

/* offer ball */

.ball {
  position: relative;
  bottom: 100px;
  left: calc(100% - 70px);
  width: 100px;
  height: 100px;
  background: #ff0022;
  border-radius: 50%;
  animation: ball-move 4s ease-in-out 2s infinite alternate;
}

.bar {
  width: 95%;
  height: 25px;
  background: #ef96b9;
  border-radius: 30px;
  transform: rotate(-15deg);
  filter: drop-shadow(20px 10px 4px rgb(223, 223, 223));
  animation: up-down 4s ease-in-out 2s infinite alternate;
}
@keyframes up-down {
  from {transform: rotate(-15deg);}
  to {transform: rotate(15deg);}
}
@keyframes ball-move {
  from {left: calc(100% - 70px); transform: rotate(360deg);}
  to {left: calc(0% - 35px); transform: rotate(0deg);}
}

/* testimonial */


.testi-wrap {
  position: relative;
  height: 600px;
  margin-top: -20px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  display: none;
}
.client-single.inactive .client-comment,
.client-single.inactive .client-info {
  opacity: 0;
  visibility: hidden;
}
.client-single.position-1 {
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}
.client-single.position-2 {
  left: -40px;
  top: 105px;
}
.client-single.position-3 {
  left: -60px;
  top: 240px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.position-4 {
  left: 55px;
  top: 380px;
}
.client-single.position-5 {
  top: 30px;
  right: 55px;
}
.client-single.position-6 {
  top: 225px;
  right: -40px;
}
.client-single.position-7 {
  top: 400px;
  right: 45px;
  -webkit-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}
.client-single.active {
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 70%;
}
.client-single.active .client-comment,
.client-single.active .client-info {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.client-single:not(.active) {
  -webkit-transform: scale(0.55);
  transform: scale(0.55);
  z-index: 99;
}
.client-single.active .client-img {
  width: 160px;
  height: 160px;
  margin: 0 auto 24px;
  position: relative;
}
.client-single.active .client-img:before {
  border-radius: 100%;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9d5bfe), to(#ef96b9));
  background-image: linear-gradient(180deg, #9d5bfe 0%, #ef96b9 100%);
  padding: 5px;
  width: 160px;
  height: 160px;
  top: -4px;
  left: 0px;
  position: absolute;
  z-index: -1;display: none;
}
.client-single .client-img img {
  width: 150px;
  border-radius: 50%;
  border: 8px solid #f3f3f3;
  cursor: pointer;
}
.client-single.active .client-img img {
  max-width: 160px;
  margin: 0 auto 24px;
  border: 0;
}

.client-comment {
  padding: 0 30px;
}
.client-comment h3 {
  font-size: 17px;
  line-height: 32px;
  color: #505b6d;
  font-weight: 300;
}
.client-comment span i {
  font-size: 40px;
  color: #e3dee0;
  margin: 23px 0 0px;
  display: inline-block;
}

.client-info h3 {
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
}
.client-info p {
  color: #ef96b9;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 

  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 100px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 580px;
  }

  #testimonial-area {
    padding: 100px 0 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 60%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }

  .client-single.position-5,
.client-single.position-7 {
    right: 0;
  }

  .client-single.position-4 {
    left: 0;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.3) !important;
    transform: scale(0.3) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 630px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
 

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -45px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px; display: none;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 600px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
 

  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }

  .client-single.active {
    width: 80%;
  }

  .client-comment span i {
    font-size: 40px;
  }

  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }

  .client-single.position-5,
.client-single.position-7,
.client-single.position-6 {
    right: -70px;
  }

  .client-single.position-4 {
    left: -60px;
  }

  .client-single.position-3 {
    left: -75px;
  }

  .client-single.position-3,
.client-single.position-7 {
    -webkit-transform: scale(0.25) !important;
    transform: scale(0.25) !important;
  }

  .client-single.active .client-img img {
    max-width: 80px;
  }

  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }

  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }

  .testi-wrap {
    height: 550px;
  }
}

/* footer */
.col-md-3 ul li {
  list-style: none;
}
.footer-big {
  padding:105px 0 65px 0
 }
 .footer-big .footer-widget {
  margin-bottom:40px
 }
 .footer--light {
  background:#241a1e
 }
 .footer-big .footer-menu ul li a,.footer-big p,.footer-big ul li {
  color:#ffffffba;
 }
 .footer-menu {
  padding-left:0px
 }
 .footer-menu ul li a {
  font-size:15px;
  line-height:32px;
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s
 }
 .footer-menu ul li a:hover {
  color:#876f79;
 }
 .footer-menu--1 {
  width:100%
 }
 .footer-widget-title {
  line-height:42px;
  margin-bottom:10px;
  font-size:18px
 }
 .mini-footer {
  background:#32282c;
  text-align:center;
  padding:10px 0
 }
 .mini-footer p {
  margin:0;
  line-height:26px;
  font-size:15px;
  color:#999
 }
 .mini-footer p a {
  color:#ef96b9
 }

 .widget-about img {
   width:220px;
  display:block;
  margin-bottom:30px
  
 }
 .widget-about p {
  font-weight:400
 }
 .widget-about .contact-details {
  margin: 0px ; padding: 0px;
 }
 .widget-about .contact-details li {
  margin-bottom:10px
 }
 .widget-about .contact-details li:last-child {
  margin-bottom:0
 }
 .widget-about .contact-details li span {
  padding-right:12px
 }
 .widget-about .contact-details li a {
  color: #ffffffba;
  text-transform: capitalize;
}
.widget-about .cd2 li:last-child a {

  text-transform: unset;
}

 @media (max-width:991px) {
  .footer-menu {
   padding-left:0
  }
 }
 

 /* contact */
 
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #071c34;
  padding: 30px 0px;
}
.contact-page-sec .contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #ef96b9;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
 
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}

.contact-page-form .message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
  background: #ef96b9 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.single-input-fieldsbtn input[type="submit"]:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}

/* about page */

/* slider */
.slider-container {
  position: relative;
}
.slick-slider.slider-thumbs {
  /* margin-left: 40px; */
  height: 100%;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 96px;
}
.slick-slider.slider-main .slick-slide img {
  width: 100%;
}
.slick-arrow.slick-next {
  background-color: red;
  bottom: 0;
  left: 50%;
  top: auto;
  z-index: 2;
}
.slick-arrow.slick-prev {
  background-color: red;
  left: 50%;
  top: 20px;
  z-index: 2;
}

/* shop page */
.font-18{
  font-size: 18px;
  font-weight: 700;
}
.section-b-space {
  padding-bottom: 50px;
}


.collection-filter-block {
  margin-bottom: 30px;
  padding: 0 15px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  display: none;
}
.collection-mobile-back {
  border-color: #404040;
}
.collection-mobile-back {
  display: block;
}
.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
  display: none;
}

.collection-collapse-block .collapse-block-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.collection-collapse-block .collapse-block-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  margin: 30px 0 0 0;
}
.collection-mobile-back span {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  cursor: pointer;
}
.collection-mobile-back span {
  color: #929292;
}
.collection-mobile-back span i {
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
.collection-mobile-back span i {
  float: left;
}
.collection-collapse-block.open {
  margin-bottom: 12px;
}

.collection-collapse-block {
  padding-bottom: 24px;
}
.collection-collapse-block {
  padding-bottom: 24px;
}
.collection-collapse-block .collapse-block-title {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  font-weight: 600;
  margin: 30px 0 0 0;
}
span {
  line-height: 1.5;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
  margin-top: 30px;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
  margin-bottom: 12px;
}
.collection-brand-filter .collection-filter-checkbox {
  text-align: right;
}
.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .collection-product-wrapper .product-top-filter {
  border-bottom: 1px solid #dddddd;

} */
.filter-main-btn {
  display: none;
  cursor: pointer;
  width: auto;
  padding: 0 0 15px 0;
  font-size: 16px;
}
.filter-btn {
  color: #fff;
  background-color: #ef96b9;
  padding: 7px 10px;
}
.btn-solid {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: 1px;
  position: relative;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 50px;
  border: none;
  overflow: hidden;
  background-color: #ef96b9;
}
.btn-solid:hover{
  background: none;
  color: #ef96b9;
  border: 1px solid #ef96b9;
}
.collection-product-wrapper .product-top-filter .product-filter-content .search-count, .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup, .collection-product-wrapper .product-top-filter .popup-filter .search-count, .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  border-right: 1px solid #dddddd;
  padding: 20px;
  text-transform: capitalize;
  width: 35%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view, .collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  padding: 20px;
  width: 10%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  position: relative;
  width: 20%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  width: 15%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  position: relative;
  width: 20%;
}
.product-pagination {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 50px 0;
}
.product-pagination .pagination {
  border-radius: 0;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.product-pagination .pagination .page-item {
  border-radius: 0;
}
li {
  display: inline-block;
  font-size: 14px;
}
.product-pagination .pagination .page-item a {
  padding: 18px;
  border-bottom: 0;
  border-top: 0;
  color: #777777;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}
.collection-collapse-block .collapse-block-title:after {
  position: absolute;
  display: block;
  top: 0;
  right: -3px;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #444444;
}
.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 12px;
  color: #777777;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-left: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  border: 0;
  padding: 20px;
  border-right: 1px solid #dddddd;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background: url(../images/dropdown.png) no-repeat 95%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option, .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
  padding: 20px 0;
}
.breadcrumb-section {
  background: #f8f8f8;
  position: relative;
}
.section-b-space {
  padding-bottom: 50px;
}
.breadcrumb-section .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #555555;
  font-weight: 600;
  margin: 0;
  padding: 5px;
}


@media (min-width: 576px){
  .col-sm-12 {
      flex: 0 0 auto;
      width: 100%;
  }
}


@media (max-width: 1199px){
  .section-b-space {
    padding-bottom: 40px;
  }
  .section-b-space {
      padding-bottom: 40px;
  }
  .section {
    padding-top: 40px;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    width: 100%;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 30%;
   }

}


@media (max-width: 991px){
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 50%;
  }
 
  .collection-filter {
      position: fixed !important;
      height: 100vh;
      top: 0;
      left: -350px;
      background-color: white;
      z-index: 1000;
      overflow-y: scroll;
      padding: 15px 0 15px 15px;
      width: 350px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-box-shadow: 1px 0 5px #ddd;
      box-shadow: 1px 0 5px #ddd;
  }
  .collection-filter-block {
    border: none;
  }
  .collection-mobile-back {
    display: block;
  }
  .collection-collapse-block {
    border-bottom: 1px solid #dddddd !important;
  }
  .collection-product-wrapper .product-top-filter {
    border-top: none;
  }
  .filter-main-btn {
    display: block;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-top: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    display: none;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none !important;
 }
 .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select, .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
  border-left: 1px solid #dddddd;
  padding: 21px 34px 21px 34px;
  border-top: none;
  border-bottom: none;
 }
}

@media (max-width: 1430px){
  .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
      width: 100%;
      border-left: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      text-align: center;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    width: 30%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-right: 1px solid #dddddd;
    width: 30%;
  }
}

/* cart bar */
.add_to_cart.right.open-side {
  right: 0;
}
.add_to_cart.right {
  right: -300px;
  height: 100vh;
  width: 300px;
  top: 0;
}
.add_to_cart.open-side {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add_to_cart {
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add_to_cart.open-side .overlay {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add_to_cart .overlay {
  visibility: hidden;
  opacity: 0;
  background-color: #212331;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add_to_cart.right .cart-inner {
  height: 100vh;
  overflow: auto;
}
.add_to_cart .cart-inner {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
  top: 0;
}
.add_to_cart .cart-inner .cart_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.add_to_cart .cart-inner .cart_top h3 {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.add_to_cart .cart-inner .cart_top .close-cart {
  margin-left: auto;
}
.add_to_cart .cart-inner .cart_top .close-cart i {
  color: black;
  font-size: 18px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.add_to_cart .cart-inner .cart_media {
  padding: 0 20px;
}
.add_to_cart .cart-inner .cart_media li {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}
.add_to_cart .cart-inner .cart_media li .total {
  border-top: 1px solid #f1f5f4;
  border-bottom: 1px solid #f1f5f4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.add_to_cart .cart-inner .cart_media li .total h5 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #999999;
}
.add_to_cart .cart-inner .cart_media li .total h5 span {
  float: right;
}
.add_to_cart .cart-inner .cart_media li .buttons {
  margin-top: 15px;
}
.add_to_cart .cart-inner .cart_media li .buttons a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add_to_cart .cart-inner .cart_media li .buttons .checkout {
  float: right;
  background-color: #21cde4;
}
.btn-solid:after {
  background: #ffffff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.padding-0{
  padding-left: 0px !important;
    padding-right: 0px !important;
}

/* checkeout page */

/* Accordion */

/*-------------------------------------*/

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	color: #202020;
	font-size: 28px;
	text-decoration: none;
	background-color: #eaeaea;
	border-radius: 3px;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
  cursor: pointer;
}
.accordion__item .accordion__title:hover {
	background-color: #e5e4e4;
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
	background-color: #e5e4e4;
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 13px; right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	background-color: #c9c9c9;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none;
	background-color: #f3f3f3;
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}
/*-------------------------------------*/