@font-face {
  font-family: 'Poppins', sans-serif;
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: 'Enchanting Celebrations';
  src: url(../fonts/Enchanting-Celebrations.ttf);
}
@font-face {
  font-family: 'Roboto', sans-serif;
  src: url(../fonts/Roboto-Regular.ttf);
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {

}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #e61686;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #fff;
    border: none;
    font-size: 13px;
    height: 29px;
    padding: 0;
    box-shadow: none;
}

#topbar .contact-info a {
  line-height: 0;
  color: #333333;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #333333;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-weight: 400;
  font-size: 13px;

}

#topbar .social-links a:hover {
  color: #7c7777;
}


.top-search .form-control {
    display: block;
    width: 100%;
    padding: .290rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3E3688;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none;
}
.top-search .btn-secondary {
    margin: -31px 0px -29px -29px;
    border-radius: 50px;
    padding: 1px 7px 2px 3px;
    background-color: #333333;
    border: none;
    font-size: 15px;
}

.top-cart .fas {
    color: #3E3688;
    font-size: 19px;
}
.top-fav .fas {
    color: #e51786;
    font-size: 19px;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  background: #fff;
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
  width:100%;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
    /* padding: 0;
    margin: 0;
    max-height: 90px;
    position: absolute;
    top: 7px;/ */
    padding: 0;
    margin: 0;
    max-height: 80px;
    position: absolute;
    top: 10px;
    left: 50px;


}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #333333;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 500;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: #d61881;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-size: 13.4px;
}

.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: #428bca;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

.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: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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;
  background: rgba(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #f2339b;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  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: #f2339b;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  padding: 0;
  overflow: hidden;
  background: #000;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 110px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {
  #hero, #hero .carousel-item {
    height: calc(100vh - 70px);
  }
  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 900;
}

#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-height: 500px) {
  #hero, #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding-bottom: 30px;
}

.about .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.about .video-box img {
  padding: 15px 0;
}

.about .section-title p {
  text-align: left;
  font-style: italic;
  color: #666;
}

.about .about-content {
  padding: 40px;
}

.about .icon-box + .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #f1f7fb;
  border-radius: 6px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #428bca;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #428bca;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 95px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #428bca;
}

.about .icon-box .description {
  margin-left: 95px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#428bca 50%, rgba(66, 139, 202, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(66, 139, 202, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #428bca;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
.about-lists {
  padding: 40px;
}

.about-lists .row {
  overflow: hidden;
}

.about-lists .content-item {
  padding: 40px;
  border-left: 1px solid #d9e8f4;
  border-bottom: 1px solid #d9e8f4;
  margin: -1px;
}

.about-lists .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #9eccf4;
}

.about-lists .content-item h4 {
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
}

.about-lists .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .about-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}

.counts .count-box i {
  display: block;
  font-size: 64px;
  margin-bottom: 15px;
}

.counts .count-box span {
  font-size: 42px;
  display: block;
  font-weight: 700;
  color: #1c5c93;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #428bca;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #428bca;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  line-height: 0;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a i {
  font-size: 22px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #428bca;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #428bca;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(31, 53, 72, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0 30px 0;
}

.team .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.team .member .pic {
  border-radius: 4px;
  overflow: hidden;
}

.team .member img {
  transition: all ease-in-out 0.4s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member .member-info {
  position: absolute;
  bottom: -48px;
  left: 20px;
  right: 20px;
  background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
  padding: 15px 0;
  border-radius: 4px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  color: #9eccf4;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 100px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding-bottom: 30px;
}

.faq .faq-item {
  margin-bottom: 40px;
}

.faq .faq-item h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f3548;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #428bca;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #428bca;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #629fd3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: #fff;
  padding: 0 0 0px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cccccc6b;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  text-align: center;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 16px;
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 1;
    padding: 5px 0;
    margin-right: 4px;
    border-radius: 6px;
    text-align: center;
    width: 25px;
    height: 25px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e61686;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    color: #e61686;
    line-height: 33px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 8px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #212529;
    transition: 0.3s;
    display: inline-block;
    line-height: 1.3;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e61686;
}


#footer .footer-top .footer-newsletter p {
  color: #212529;
    transition: 0.3s;
    display: inline-block;
    line-height: 1.6;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13.5px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #000;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e61686;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #000;
}

#footer .copyright p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    margin-bottom: 5px;
}


#footer .credits p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    text-align: right;
    margin-bottom: 5px;
}

#footer .credits a {
  color: #1a1616;
}



/* well designed craft css */

.home-master-slider .carousel-caption {
    position: absolute;
    right: 73%;
    bottom: 25.5%;
    left: 0%;
    padding: 60px 30px 60px 60px;
    color: #fff;
    text-align: left;
    background-color: rgba(255,255,255, 0.7);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.home-master-slider .carousel-control-next, .carousel-control-prev {
    display: none;
}
.home-master-slider .carousel-caption h5 {
   font-size: 46px;
   color: #0B2A68;
   font-family: 'Enchanting Celebrations';
   padding-bottom: 6px;
   padding-top: 6px;
   text-transform: capitalize;
}
.home-master-slider .carousel-caption p {
    font-size: 14px;
    color: #1a1616;
    line-height: 34px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 400;
}
.home-master-slider .home-btn-slide {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #333333;
  line-height: 25px;
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  text-transform: capitalize;
}
.home-master-slider .home-btn-slide:hover {
  background-color: #333333;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #fff;
  -webkit-transition:0.6s;
}
.home-master-slider .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 17px;
    height: 4px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d40d7a;
    background-clip: padding-box;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    padding: 2px;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 5px;
}
.home-master-slider .carousel-indicators [data-bs-target]:hover,active {
  background-color: #E51786;
  opacity: 1;
  -webkit-transition:0.6s;
}







.home-about  {
  background-image: url(../img/home-bg-1.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-about-content h1 {
    color: #f5b314;
    font-size: 56px;
    font-family: 'Enchanting Celebrations';
    text-transform: capitalize;
    line-height: 1.6em;
    margin: 0px;
    padding: 10px 0px 10px 0px;
}
.home-about-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
}
.home-about-content .home-btn-about {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #333333;
  line-height: 25px;
  padding: 5px 12px 5px 12px;
  font-size: 14px;
  text-transform: capitalize;
}
.home-about-content .home-btn-about:hover {
  background-color: #333333;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #fff;
  -webkit-transition:0.6s;
}


#first-carousel h6 {
    font-family: 'Poppins', sans-serif;
    /* font-size: 26px; */
    color: #333333;
    line-height: 33px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 15px;
    margin: 0px;

}
#first-carousel p {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #333333;
    line-height: 33px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 8px;
    margin: 0px;
}
#first-carousel .fas {
    color: #000;
    font-size: 13px;
}
#first-carousel .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

#first-carousel .btn-left {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: left;
    position: relative;
    left: -34px;
    bottom: -125px;
    font-size: 19px;
}

#first-carousel .btn-right {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: right;
    position: relative;
    right: -34px;
    bottom: -125px;
    font-size: 19px;
}


.slider-handipicked-1 h6 {
    font-family: 'Poppins', sans-serif;
    /* font-size: 26px; */
    color: #333333;
    line-height: 33px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 15px;
    margin: 0px;

}
.slider-handipicked-1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #333333;
    line-height: 33px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 8px;
    margin: 0px;
}
.slider-handipicked-1 .fas {
    color: #000;
    font-size: 13px;
}
.slider-handipicked-1 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.slider-handipicked-1 .btn-left {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: left;
    position: relative;
    left: -34px;
    bottom: -165px;
    font-size: 19px;
}

.slider-handipicked-1 .btn-right {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: right;
    position: relative;
    right: -34px;
    bottom: -155px;
    font-size: 19px;
}
.slider-handipicked-1 .carousel-indicators {
  display: none;
}

.slider-handipicked-2 .carousel-indicators {
  display: none;
}
.slider-handipicked-2 h6 {
    font-family: 'Poppins', sans-serif;
    /* font-size: 26px; */
    color: #333333;
    line-height: 33px;
    font-weight: 300;
    text-transform: capitalize;
    padding-top: 15px;
    margin: 0px;

}
.slider-handipicked-2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    color: #333333;
    line-height: 33px;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 8px;
    margin: 0px;
}
.slider-handipicked-2 .fas {
    color: #000;
    font-size: 13px;
}
.slider-handipicked-2 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.slider-handipicked-2 .btn-left {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: left;
    position: relative;
    left: -34px;
    bottom: -165px;
    font-size: 19px;
}

.slider-handipicked-2 .btn-right {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    float: right;
    position: relative;
    right: -34px;
    bottom: -165px;
    font-size: 19px;
}




.home-string-art-content {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}
.home-string-art-content  h2 {
    color: #d61881;
    font-size: 56px;
    font-family: 'Enchanting Celebrations';
    text-transform: capitalize;
    line-height: 1.6em;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.home-string-art-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 15px;
}
.home-btn-string-art {
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #333333;
  line-height: 25px;
  padding: 10px 12px 10px 12px;
  font-size: 14px;
  text-transform: capitalize;
}
.home-btn-string-art:hover {
  background-color: #333333;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #fff;
  -webkit-transition:0.6s;
}




.home-string-art-content .swiper-slide h3 {
  font-family: 'Poppins', sans-serif; 
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 8px;
}
.home-string-art-content .swiper-slide p {
  font-family: 'Poppins', sans-serif; 
  font-size: 26px;
  color: #333333;
  line-height: 33px;
  font-weight: 400;
  margin: 0px;
  text-transform: capitalize;
}
.home-string-rating .fas {
  color: #000;
  font-size: 13px;
}
.home-string-art-button {
  padding-top: 2em;
}

.bamboo-arts-box {
  padding: 1em;
}
.bamboo-box-content {
  padding: 4em 4em 0em 2em;
}
.bamboo-box-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}



.home-handipicked-for-you {
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
    background: linear-gradient( rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45) ), url(../img/home-bg-2.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}  
.home-handipicked-for-you  h2 {
    color: #d61881;
    font-size: 56px;
    font-family: 'Enchanting Celebrations';
    text-transform: capitalize;
    line-height: 1.6em;
    margin: 0px;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.home-handipicked-for-you p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 15px;
}


.home-handipicked-for-you .swiper-slide h3 {
  font-family: 'Poppins', sans-serif; 
  font-size: 24px;
  color: #333333;
  line-height: 33px;
  font-weight: 300;
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 8px;
}
.home-handipicked-for-you .swiper-slide p {
  font-family: 'Poppins', sans-serif; 
  font-size: 26px;
  color: #333333;
  line-height: 33px;
  font-weight: 400;
  margin: 0px;
  text-transform: capitalize;
}
.home-handipicked-for-you .fas {
  color: #000;
  font-size: 13px;
}
.home-handipicked {
  padding-top: 2em;
}
.home-btn-handipicked {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #333333;
    color: #333333;
    line-height: 25px;
    padding: 5px 12px 5px 12px;
    font-size: 14px;
    text-transform: capitalize;
}
.home-btn-handipicked:hover {
    background-color: #333333;
    border-radius: 5px;
    border: 1px solid #333333;
    color: #fff;
    -webkit-transition: 0.6s;
}

.slider-handipicked-1 {
  padding-bottom: 1.6em;
}
.slider-handipicked-2 {
  padding-top: 1.6em;
}


.home-happy-customers {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 6em;
    background: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) ), url(../img/home-bg-3.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}
.home-happy-customers h2 {
    color: #d61881;
    font-size: 56px;
    font-family: 'Enchanting Celebrations';
    text-transform: capitalize;
    line-height: 1.6em;
    margin: 1em 0em 0em 0em;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.home-testimonial p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0px;
}
.home-testimonial h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    color: #3e3689;
    line-height: 33px;
    font-weight: 600;
    text-transform: capitalize;
    padding-top: 15px;
    padding-bottom: 8px;
}


.home-follow-us-on h3 {
    color: #d61881;
    font-size: 56px;
    font-family: 'Enchanting Celebrations';
    text-transform: capitalize;
    line-height: 1.6em;
    margin: 1.7em 0em 0em 0em;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.home-follow-us-on p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 2.6em;
}




.home-interior-dec {
	background-image: url(../img/bg-interior-decorating.jpg);
	background-repeat: no-repeat;
	background-position: center;	
	background-size: cover;
	padding-top: 3em;
	padding-bottom: 3em;
}
.home-interior-dec-content {
	padding: 30px 30px 30px 85px;
	color: #fff;
	text-align: left;
	background-color: rgba(255,255,255, 0.7);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 35.5%;
	margin-left: -12px;
}
.home-interior-dec-content h3 {
    font-size: 40px;
    color: #983408;
    font-family: 'Enchanting Celebrations';
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: capitalize;
}
.home-interior-dec-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 400;
}
.home-interior-dec-content1 {
	padding: 30px 30px 30px 85px;
	color: #fff;
	text-align: left;
	background-color: rgba(255,255,255, 0.7);
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	width: 100%;
	margin-left: -12px;
}
.home-interior-dec-content1 h3 {
    font-size: 40px;
    color: #983408;
    font-family: 'Enchanting Celebrations';
    padding-bottom: 6px;
    padding-top: 6px;
    text-transform: capitalize;
}
.home-interior-dec-content1 p {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 400;
}

.home-btn-interior  {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #333333;
    color: #333333;
    line-height: 25px;
    padding: 2px 12px 2px 12px;
    font-size: 14px;
    text-transform: capitalize;
}
.home-btn-interior:hover {
    background-color: #333333;
    border-radius: 5px;
    border: 1px solid #333333;
    color: #fff;
    -webkit-transition: 0.6s;
}



.home-coconut {
	background-image: url(../img/bg-coconut-shells.jpg);
	background-repeat: no-repeat;
	background-position: center;	
	background-size: cover;
	padding-top: 3em;
	padding-bottom: 3em;
}
.home-coconut-content {
	padding: 30px 30px 30px 85px;
	color: #fff;
	text-align: left;
	background-color: rgba(255,255,255, 0.7);
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	width: 28.5%;
	float: right;
	margin-right: -12px;
}
.home-coconut-content h3 {
    font-size: 40px;
    color: #983408;
    font-family: 'Enchanting Celebrations';
    padding-bottom: 6px;
    padding-top: 6px;
     
}
.home-coconut-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-weight: 400;
}
.home-btn-coconut  {
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #333333;
    color: #333333;
    line-height: 25px;
    padding: 10px 12px 10px 12px;
    font-size: 14px;
    text-transform: capitalize;
}
.home-btn-coconut:hover {
    background-color: #333333;
    border-radius: 5px;
    border: 1px solid #333333;
    color: #fff;
    -webkit-transition: 0.6s;
}



@media only screen and (max-width: 600px) {
  
  .home-interior-dec {
        background-image: url(../img/bg-interior-decorating.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 4em;
        padding-bottom: 4em;
    }
    .home-interior-dec-content {
        /* display:none; */
    }
    
    
    .home-coconut {
	background-image: url(../img/bg-coconut-shells.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding-top: 4em;
        padding-bottom: 4em;
}
.home-coconut-content {
	display:none;
}
    
  
}






.products-page-layout {
    padding-bottom: 3em;
    padding-top: 3em;
    background-image: url(../img/home-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: left; */
}

.products-page-layout h1 {
    color: #d61881;
    font-size: 56px;
    font-family: 'Enchanting Celebrations';
    text-transform: capitalize;
    line-height: 1.6em;
    padding: 10px 0px 10px 0px;
}
.products-page-layout .mt-50 {
    margin-top: 50px
}

.products-page-layout .mb-50 {
    margin-bottom: 50px
}

.products-page-layout .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .1875rem
}

.products-page-layout .card-img-actions {
    position: relative
}

.products-page-layout .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    text-align: center
}

.products-page-layout .card-img {
    width: 350px
}

.products-page-layout .star {
    color: #ffa500;
    margin-bottom: 8px;
}

.products-page-layout .bg-cart {
    background-color: #f2339b;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-page-layout .bg-cart:hover {
    color: #fff;
    background-color: #000;
}

.products-page-layout .bg-buy {
    background-color: green;
    color: #fff;
    padding-right: 29px
}

.products-page-layout .bg-buy:hover {
    color: #fff
}

.products-page-layout a {
    text-decoration: none !important
}
.products-page-layout h6 {
    font-size: 19px;
    color: #0B2A68;
}
.products-page-layout h6 a {
    color: #0B2A68;
    font-size: 15px;
    line-height: 22px;
}
.products-page-layout h4 a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.products-page-layout h3 {
    font-size: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.reviews {
	padding-top: 4px;
	padding-bottom: 8px;
}

.btn-view-details {
    background-color: #333333;
    padding: 1px 3px 1px 3px;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    margin-top: 8px;
    text-transform: capitalize;
}
.btn-view-details:hover {
    background-color: #000;
    border-radius: 2px;
    color: #fff;
}






/*// single product page */

.single-product-page-desing {
	padding-bottom: 3em;
	padding-top: 3em;
  background-image: url(../img/home-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



.single-product-page-desing .breadcrumb-item+.breadcrumb-item::before {
    content: ">"
}

.single-product-page-desing .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .1rem 0rem !important;
    margin-bottom: 0rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: .25rem
    color: #000;
    font-size: 14px;
}
.single-product-page-desing .breadcrumb a {
	color: #e61686;
  font-size: 14px;
}

.single-product-page-desing .single_product {
    margin-top: 0px;
    padding: 20px;
    background-color: #fff;
}

.single-product-page-desing .product_name {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.single-product-rating .fa-star {
    color: #ffa500;
    font-size: 14px;
    margin-right: 2px;
}

.single-product-page-desing .badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
    color: yellow;
}
.breadcrumb-item.active {
    color: #000;
}

.single-product-page-desing .product-rating {
    margin-top: 10px
    color: #5b5b5b;
}

.single-product-page-desing .rating-review {
    color: #158fbf;
    font-size: 14px;
    margin: 0px 0px 0px 2px;
}

.mrp-table-single-product {
	margin-bottom: 15px;
}
.mrp-table-single-product tr td {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
  font-size: 14px;
}
.size-and-shape p {
  font-size: 14px;
}
.single-product-page-desing .dropdown-toggle {
    background-color: #eeeff3;
    color: #2f2626;
    border: 2px solid #9e9fa2;
    font-size: 15px;
    font-weight: 400;
}
.single-product-page-desing h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.single-product-cart-btn-1 p a {
    padding-left: 8px;
}
.single-product-cart-btn-1 p {
    font-size: 14px;
    text-align: center;
}
.single-product-cart-btn-1 .far {
    font-size: 16px;
    color: #212529;
}
.single-product-cart-btn-1 .fa-facebook-square {
    font-size: 16px;
    color: #1877f2;
}
.single-product-cart-btn-1 .fa-twitter {
    font-size: 16px;
    color: #00acee;
}
.single-product-cart-btn-1 .fa-pinterest {
    font-size: 16px;
    color: #c8232c;
}






.single-product-page-desing .product_price {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 9px;
    clear: left
}

.single-product-page-desing .product_discount {
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    margin-top: 9px;
    clear: left;
    margin-left: 10px;
    color: red
}

.single-product-page-desing .product_saved {
    display: inline-block;
    font-size: 15px;
    font-weight: 200;
    color: #999999;
    clear: left
}

.single-product-page-desing .singleline {
    margin-top: 1.4rem;
    margin-bottom: 1.4rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.single-product-page-desing .product_info {
    color: #212529;
    display: inline-block;
    line-height: 35px;
    font-size: 14px;
}
.single-product-page-desing .product_info .fa {
    font-size: 14px;
    margin-right: 5px;
    color: #e61686;
}

.single-product-page-desing .product_options {
    margin-bottom: 10px
}

.single-product-page-desing .product_description {
    padding-left: 0px
}

.single-product-page-desing .product_quantity {
    width: 104px;
    height: 47px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    overflow: hidden;
    padding-left: 8px;
    padding-top: -4px;
    padding-bottom: 44px;
    float: left;
    margin-right: 22px;
    margin-bottom: 11px
}

.single-product-page-desing .order_info {
    margin-top: 18px
}

.single-product-page-desing .shop-button {
    height: 47px
}

.single-product-page-desing .product_fav i {
    line-height: 44px;
    color: #cccccc
}

.single-product-page-desing .product_fav {
    display: inline-block;
    width: 52px;
    height: 46px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 11%;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.single-product-page-desing .br-dashed {
    border-radius: 5px;
    border: 1px dashed #dddddd;
    margin-top: 6px
}

.single-product-page-desing .pr-info {
    margin-top: 2px;
    padding-left: 2px;
    margin-left: -14px;
    padding-left: 0px
}

.single-product-page-desing .break-all {
    color: #5e5e5e
}

.single-product-page-desing .image_selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: 525px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: none;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 15px
}

.single-product-page-desing .image_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
    width: 90px;
}

@media (max-width: 390px) {
    .single-product-page-desing .product_fav {
        display: none
    }
}

.single-product-page-desing .bbb_combo {
    width: 100%;
    margin-right: 7%;
    padding-top: 21px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
    border-radius: 5px;
    margin-top: 0px;
    text-align: -webkit-center
}

.single-product-page-desing .bbb_combo_image {
    width: 170px;
    height: 170px;
    margin-bottom: 15px
}

.single-product-page-desing .fs-10 {
    font-size: 10px
}

.single-product-page-desing .step {
    background: #167af6;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 6.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 3.6em;
    margin-right: 5px;
    text-align: center;
    width: 3.6em;
    margin-top: 116px
}

.single-product-page-desing .row-underline {
    content: "";
    display: block;
    border-bottom: 2px solid #3798db;
    margin: 0px 0px;
    margin-bottom: 20px;
    margin-top: 15px
}

.single-product-page-desing .deal-text {
    margin-left: -10px;
    font-size: 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 700
}

.single-product-page-desing .padding-0 {
    padding-left: 0;
    padding-right: 0
}

.single-product-page-desing .padding-2 {
    margin-right: 2px;
    margin-left: 2px
}

.single-product-page-desing .vertical-line {
    display: inline-block;
    border-left: 3px solid #167af6;
    margin: 0 10px;
    height: 364px;
    margin-top: 4px
}

.single-product-page-desing .p-rating {
    color: green
}

.single-product-page-desing .combo-pricing-item {
    display: flex;
    flex-direction: column
}

.single-product-page-desing .boxo-pricing-items {
    display: inline-flex
}

.single-product-page-desing .combo-plus {
    margin-left: 10px;
    margin-right: 18px;
    margin-top: 10px
}

.single-product-page-desing .add-both-cart-button {
    margin-left: 36px
}

.single-product-page-desing .items_text {
    color: #b0b0b0
}

.single-product-page-desing .combo_item_price {
    font-size: 18px
}

.single-product-page-desing .p_specification {
    font-weight: 500;
    margin-left: 22px
}

.single-product-page-desing .mt-10 {
    margin-top: 10px
}


/*div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}*/


#view-img .card {
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    padding: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
#view-img  fieldset.active {
    display: block !important
}

#view-img fieldset {
    display: none
}

#view-img .pic0 {
    width: 263px;
    /* height: 263px; */
    margin-left: 85px;
    margin-right: auto;
    display: block
}

#view-img .product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

#view-img .thumbnails {
    position: absolute
}

#view-img .fit-image {
    width: 100%;
    object-fit: cover
}

#view-img .tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}

#view-img .tb-active {
    opacity: 1
}

#view-img .thumbnail-img {
    width: 60px;
    height: 60px
}

@media screen and (max-width: 768px) {
    #view-img .pic0 {
        width: 250px;
        /* height: 350px */
    }
}

.single-product-page-desing ul {
    list-style: none;
    margin-bottom: 0px
}

.single-product-page-desing .image_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    cursor: pointer;
    padding: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden
}

.single-product-page-desing .image_list li:last-child {
    margin-bottom: 0
}

.single-product-page-desing .image_list li:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.single-product-page-desing .image_list li img {
    max-width: 100%
}

.single-product-page-desing .image_selected {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: auto;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: none;
    box-shadow: none;
    overflow: hidden;
    padding: 0px;
}

.single-product-page-desing .image_selected img {

}
.image-four {
  padding-top: 1em;
}
.image-four img {
  width: 70px;
  height: 70px;

}


.single-product-page-desing .product_category {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
}

.single-product-page-desing .product_rating {
    margin-top: 7px
}

.single-product-page-desing .product_rating i {
    margin-right: 4px
}

.single-product-page-desing .product_rating i::before {
    font-size: 13px
}

.single-product-page-desing .product_text {
    margin-top: 27px
}

.single-product-page-desing .product_text p:last-child {
    margin-bottom: 0px
}

.single-product-page-desing .order_info {
    margin-top: 16px
}

.single-product-page-desing .product_quantity {
    width: 182px;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 25px;
    float: left;
    margin-right: 30px
}

.single-product-page-desing .product_quantity span {
    display: block;
    height: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    float: left
}

.single-product-page-desing .product_quantity input {
    display: block;
    width: 30px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-left: 9px;
    line-height: 50px;
    float: left
}

.single-product-page-desing .quantity_buttons {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 29px;
    border-left: solid 1px #e5e5e5
}

.single-product-page-desing .quantity_inc,
.single-product-page-desing .quantity_dec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer
}

.single-product-page-desing .quantity_control i {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none
}

.single-product-page-desing .quantity_control:active {
    border: solid 1px rgba(14, 140, 228, 0.2)
}

.single-product-page-desing .quantity_inc {
    padding-bottom: 2px;
    justify-content: flex-end;
    border-top-right-radius: 5px
}

.single-product-page-desing .quantity_dec {
    padding-top: 2px;
    justify-content: flex-start;
    border-bottom-right-radius: 5px
}
.single-product-page-desing .btn-add-to-cart {
    background-color: #222;
    padding: 1px 2px 1px 2px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}
.single-product-page-desing .btn-add-to-cart:hover {
    background-color: #e61686;
}
.btn-add-to-cart .fas {
    float: left;
    font-size: 14px;
    background: #fff;
    padding: 5px 9px 5px 6px;
    border-radius: 2px;
    color: #ffa500;

}
.single-product-page-desing .btn-buy-now {
    background-color: #222;
    padding: 2px 2px 1px 2px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px;
}
.single-product-page-desing .btn-buy-now:hover {
    background-color: #e61686;
}
.btn-buy-now .fas {
    float: left;
    font-size: 14px;
    background: #fff;
    padding: 5px 9px 6px 6px;
    border-radius: 2px;
    color: #ffa500;

}
.secure-transition p {
    color: #158fbf;
    margin: 6px 4px 6px 0px;
    font-size: 13px;
}
.secure-transition p a {
    color: #158fbf;
}
.secure-transition .fas {
    margin-right: 4px;
    color: #333333;
}
.add-gift a {
    color: #000;
    margin: 6px 4px 6px 0px;
    font-size: 13px;
}
.add-gift .form-check-input[type="checkbox"] {
    border-radius: 0em;
}
.add-gift .form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-radius: 0px;
    margin-right: 4px;
}
.delivery-location {
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.delivery-location .fas {
    color: #333333;
    margin-right: 5px;
}
.delivery-location p {
    color: #158fbf;
    margin: 13px 4px 14px 0px;
    border-top: 1px solid #bbaeae;
    border-bottom: 1px solid #bbaeae;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}
.delivery-location p a {
    color: #158fbf;
}
.btn-whish-list {
    background-color: #eeeff3;
    width: 100%;
    text-align: left;
    border: 2px solid #9e9fa2;
    margin-top: 10px;
    font-size: 14px;
}
.single-product-cart-btn-2 {
    padding: 11px;
    border: 1px solid #eeee;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.single-product-cart-btn-2 .col-form-label {
  font-size: 13px;
  margin-top: 4px;
}




/* CHECKOUT PAGE STYLE */

.checkout-page-layout {
  padding-bottom: 3em;
  padding-top: 3em;
  background-image: url(../img/home-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.checkout-page-layout h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.checkout-content-box-1 {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.checkout-content-box-1 h3  {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.form-shipping label {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.form-shipping .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95989b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.form-shipping p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}
.form-shipping .shpping-btn {
  background-color: #212529;
  padding: 6px 16px 6px 16px;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  border: 1px solid #212529;
  text-transform: uppercase;
}
.form-shipping .shpping-btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.checkout-content-box-2 {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.checkout-content-box-2 h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.checkout-content-box-2 table {
    width: 100%;
}
.checkout-content-box-2 table tr td {
    font-size: 14px;
    color: #212529;
    line-height: 1.5em;
    padding-top: 12px;
    padding-bottom: 12px;
}
.checkout-content-box-2 table tr {
    border-bottom: 1px solid #95989b;
}




/* LOGIN SIGNUP PAGE STYLE */

.login-sign-up-design {
  padding-bottom: 4.5em;
  padding-top: 4.5em;
  background-image: url(../img/home-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.login-form {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.login-sign-up-contnt h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.login-form label {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.login-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95989b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.login-form .login-submit {
    background-color: #212529;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212529;
    text-transform: uppercase;
}
.login-form .login-submit:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.forget-password-content {
  padding-bottom: 3em;
  padding-top: 3em;
  background-image: url(../img/home-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.froget-password-box p a {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 30px;
    color: #BB001B;
}
.forget-password-reset {
  background-color: #f5f5f5;
  padding: 18px;
  text-align: center;

}
.forget-password-reset h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.forgor-password-form {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.forget-password-reset .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95989b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.forget-password-reset .reset-my-pass-btn {
    background-color: #212529;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212529;
    text-transform: uppercase;
    border-radius: 4px;
}
.forget-password-reset .reset-my-pass-btn:hover {
    background-color: #000;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
}


.register-form-content {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.register-buttons {
  text-align: center;
  padding-bottom: 0.6em;
  padding-top: 0.6em;
}
.btn-register-1 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #1877f2;
    border-radius: 0px;
    background-color: #1877f2;
    margin-bottom: 12px;
}
.btn-register-1:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #000;
}
.btn-register-1 .fab {
    float: left;
    font-size: 16px;
    margin-right: 5px;
}
.btn-register-2 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #BB001B;
    border-radius: 0px;
    background-color: #BB001B;
    margin-bottom: 12px;
}
.btn-register-2:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #000;
}
.btn-register-2 .fab {
    float: left;
    font-size: 16px;
    margin-right: 5px;
}
.btn-register-3 {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #8a3ab9;
    border-radius: 0px;
    background-color: #8a3ab9;
    margin-bottom: 12px;
}
.btn-register-3:hover {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 0px;
    background-color: #000;
}
.btn-register-3 .fab {
    float: left;
    font-size: 18px;
    margin-right: 5px;
}
.register-buttons h4 {
  text-align: center;
  padding-top: 1.6em;
  font-size: 19px;
}
.register-form-content h4 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 30px;
    color: #d61881;
}
.register-form label {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.register-form .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95989b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.register-form .signup-submit {
    background-color: #212529;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212529;
    text-transform: uppercase;
    border-radius: 4px;
}
.register-form .signup-submit:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}




/* CART PAGE STYLES */

.cart-page-design {
    padding-bottom: 3em;
    padding-top: 3em;
    background-image: url(../img/home-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cart-page-design .cart-items-counts {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #d30978;
    margin-bottom: 5px;
}
.order-image {
  text-align: center;
}
.order-title h6 {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.order-quantity .form-control {
     /* padding: 2px 2px 0px 2px; */
     font-size: 12px;
     color: #212529;
     border: 1px solid #212529 !important;
     box-shadow: none;
     border-radius: 0px;
     margin-bottom: 1vh;
}
.order-quantity ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.order-quantity :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.order-quantity ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.order-quantity {
  text-align: center;
  padding-bottom: 6px;
  padding-top: 6px;
}
.order-quantity .quantity-text {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: .5em;
    color: #3E3688;
    margin-top: 10px;
}
.order-price {
  text-align: center;
  padding-bottom: 6px;
  padding-top: 6px;
}
.order-price-text {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: .5em;
    color: #3E3688;
}


.cart-page-design .card {
    margin: auto;
    max-width: 950px;
    width: 90%;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0rem;
    border: transparent
}
.cart-page-design .btn-cart-back {
    background-color: #212529;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212529;
    text-transform: uppercase;
    border-radius: 4px;
}
.cart-page-design .btn-cart-back:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.summary-price-box table {
  width: 100%;
}
.summary-price-box table tr td {
  font-size: 15px;
  padding: 10px 3px;
}
.summary-price-box table tr th {
  font-size: 15px;
  font-weight: 600;
}
.summary-price-box table tr td p {
  font-size: 15px;
  font-weight: 600;
  margin: 0px 0px 13px 0px;
}


@media(max-width:767px) {
    .cart-page-design .card {
        margin: 3vh auto
    }
}

.cart-page-design .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0rem;
}

@media(max-width:767px) {
    .cart-page-design .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem
    }
}

.cart-page-design .summary {
    background-color: #fff;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    padding: 4vh 3vh 4vh 3vh;
    color: #212529;
    border-left: 5px solid #eee;
}

@media(max-width:767px) {
    .cart-page-design .summary {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem
    }
}

.cart-page-design .summary .col-2 {
    padding: 0
}

.cart-page-design .summary .col-10 {
    padding: 0
}

.cart-page-design .row {
    margin: 0;
    padding-top: 0.5em;
padding-bottom: 0.5em;
}

.cart-page-design .title b {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cart-page-design .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%
}

.cart-page-design .col-2,
.cart-page-design .col {
    padding: 0 1vh
}

.cart-page-design a {
    padding: 0 1vh
}

.cart-page-design .close {
    margin-left: 6px;
    font-size: 14px;
    font-weight: 600;
    color: red;
    cursor: pointer;
}

.cart-page-design img {
    width: 4rem;
    border-radius: 4px;
    padding: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.quantity-count {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.cart-page-design .back-to-shop {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.cart-page-design h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #d30978;
}

.cart-page-design hr {
    margin-top: 1.25rem
}

.cart-page-design form {

}

.cart-page-design select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 5px;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247);
    font-size: 14px;
}

.cart-page-design input {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1vh;
    margin-bottom: 1vh;
    outline: none;
    width: 100%;
    background-color: rgb(247, 247, 247)
}

.cart-page-design input:focus::-webkit-input-placeholder {
    color: transparent
}

.cart-page-design .btn  {
    background-color: #212529;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212529;
    text-transform: uppercase;
    border-radius: 4px;
    /* margin-top: 1rem; */
}
.cart-page-design .btn:hover  {
    background-color: #000;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 4px;
    /* margin-top: 1rem; */
}

.cart-page-design a {
    color: black
}

.cart-page-design a:hover {
    color: black;
    text-decoration: none
}
.cart-page-design .border {
  border: 1px solid #3E3688 !important;
}

.cart-page-design #code {
    /* background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png"); */
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center
}



/* MY ACCOUNT PAGE DESIGN */

.my-account-title {
  padding-top: 2em;
  background-image: url(../img/home-bg-1.png);
}
.my-account-title h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    text-align: center;
}

.my-account-page {
  padding-top: 1em;
  padding-bottom: 1em;
  background-image: url(../img/home-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-master-box {
  border: 1px solid #cecbcb;
  padding: 20px;
  margin-bottom: 10px;
  background-color: #fff;
}
.my-account-page-pagination {
  background-image: url(../img/home-bg-1.png);
}
.my-account-page-content-box {
  background-color: #f5f5f5;
  padding: 15px;
}
.my-account-page-content-box p {
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3E3688;
    line-height: 25px;
}
.my-account-page-content-box h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
}
.my-account-page-content-box .box {
    background-color: #fff;
    border: 2px solid #f5f5f5;
    padding: 10px 10px 2px 15px;
}

.my-account-page-content-box-2 {
    padding: 20px 0px 20px 0px;
}
.my-account-page-content-box-2 img {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding: 5px;
}
.my-account-page-content-box-2 .btn-order-btn {
    background-color: #212529;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212529;
    text-transform: uppercase;
    border-radius: 4px;
    margin-left: 1.6rem;
}
.my-account-page-content-box-2 .btn-order-btn:hover {
    background-color: #000;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    border-radius: 4px;
}
.my-account-page-button-box {
   text-align: right;
}
.my-account-page-button-box i {
    font-size: 19px;
    margin-right: 5px;
}


.my-account-page-pagination .wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.my-account-page-pagination .page-link {
    position: relative;
    display: block;
    color: #212529 !important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #cecfd0 !important;
    font-size: 14px;
}

.my-account-page-pagination .page-link:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #212529;
    border-color: #212529
}

.my-account-page-pagination .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none
}


/* ORDER DETAILS PAGE STYLE */

.order-details-head {
    padding-top: 2em;
    background-image: url(../img/home-bg-1.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.order-details-head h1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    text-align: center;
}
.order-details-content {
  background-image: url(../img/home-bg-1.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-bottom: 2em;
}
.order-details-content-master {
    border: 1px solid #cecbcb;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    margin-top: 20px;
}
.order-details-content-box {
    background-color: #f5f5f5;
    padding: 15px;
}
.order-details-content-box .box {
    background-color: #fff;
    border: 2px solid #f5f5f5;
    padding: 10px 10px 2px 15px;
}
.order-details-content-box p {
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3E3688;
    line-height: 25px;
}
.order-details-content-box h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 28px;
}
.order-items {
  background-color: #fff;
  padding: 1.5em;
}
.order-items h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.order-items h5 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    line-height: 20px;
}
.order-items h3 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #545657;
    line-height: 20px;
}
.order-items .box {
    padding: 15px;
    border: 1px solid #cecbcb;
}
.order-price-master {
  padding: 1.5em;
  background-color: #fff;
}
.order-price-master table {
  width: 100%;
}
.order-price-master table tr td {
  padding: 8px 8px 8px 15px;
}
.order-price-master table tr th {
  padding: 8px 8px 8px 15px;
}
.order-price-master table tr th {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    border:1px solid #cecbcb;
}
.order-price-master table tr td {
    font-size: 14px;
    text-transform: uppercase;
    color: #545657;
    line-height: 30px;
    border:1px solid #cecbcb;
}
.order-price-total h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
}




.track-order-content {
    padding-bottom: 3em;
    padding-top: 3em;
    background-image: url(../img/home-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.track-order-content  {
    background-color: #f5f5f5;
    padding: 18px;
    text-align: center;
}
.track-order-content h2 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}



.slider-handipicked-3 .carousel-indicators {
  display: none;
}
.slider-handipicked-3 .btn-left {
    color: #000;
    margin-bottom: 10px;
}
.slider-handipicked-3 .btn-right {
    color: #000;
    margin-bottom: 10px;
}


.terms-content {
background-image: url(../img/home-bg-1.png);
background-position: top right;
background-repeat: no-repeat;
background-size: cover;
}
.terms-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}
.terms-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.terms-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.terms-content-master {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.terms-content-master ul {
  margin-left: -30px;
}
.terms-content-master ul li {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    list-style-type: none;
    padding-bottom: 15px;
}
.terms-content-master .fas {
    font-size: 19px;
    color: #e61686;
    margin-right: 5px;
}



.return-policy-content {
background-image: url(../img/home-bg-1.png);
background-position: top right;
background-repeat: no-repeat;
background-size: cover;
}
.return-policy-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}
.return-policy-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.return-policy-content p {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.return-policy-content-master {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.return-policy-content-master ul {
  margin-left: -30px;
}
.return-policy-content-master ul li {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    list-style-type: none;
    padding-bottom: 15px;
}
.return-policy-content-master .fas {
    font-size: 19px;
    color: #e61686;
    margin-right: 5px;
}



.about-us-content {
background-image: url(../img/home-bg-1.png);
background-position: top right;
background-repeat: no-repeat;
background-size: cover;
}
.about-us-content-master p {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
}
.about-us-content-master h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about-us-content-master p {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}
.about-us-content-master {
  background-color: #fff;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-us-content-master ul {
  margin-left: -30px;
}
.about-us-content-master ul li {
    font-size: 14px;
    color: #1a1616;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
    list-style-type: none;
    padding-bottom: 15px;
}
.about-us-content-master .fas {
    font-size: 19px;
    color: #e61686;
    margin-right: 5px;
}



.contact-us-content {
    padding-bottom: 3em;
    padding-top: 3em;
    background-image: url(../img/home-bg-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact-us-content-master {
  background-color: #fff;
  padding: 15px;
}
.contact-us-content-master h2 {
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.contact-us-content-master ul li {
    font-size: 14px;
    color: #1a1616;
    line-height: 25px;
    font-weight: 400;
    list-style-type: none;
    padding-top: 3px;
    padding-bottom: 3px;
}
.contact-us-content-master ul li a {
    color: #1a1616;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 34px;
}
.contact-us-content-master .fas {
  color: #e61686;
  margin-right: 5px;
  font-size: 15px;
}
.general-enquiry {
    background-color: #f5f5f5;
    padding: 25px;
}
.general-enquiry h2 {
    text-align: center;
}
.general-enquiry .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #95989b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.general-enquiry label {
    display: inline-block;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.general-enquiry .contact-btn {
    background-color: #212529;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #212529;
    text-transform: uppercase;
}
.general-enquiry .contact-btn:hover {
    background-color: #000;
    padding: 6px 16px 6px 16px;
    text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
}
#cart_count {
  background: #f99700;
  color: #3e3688;
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 50%;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: #212529;
  border-color: #ffffff;
}



/* ratings */
.counterW {margin:0 0 0 60px;}
.ratingW1,.ratingW2,.ratingW3,.ratingW4,.ratingW5,.ratingW6 {position:relative; margin:10px 0 0;}
.ratingW1 li,.ratingW2 li,.ratingW3 li,.ratingW4 li,.ratingW5 li,.ratingW6 li {display:inline-block; margin:0px;}
.ratingW1 li a,.ratingW2 li a,.ratingW3 li a,.ratingW4 li a,.ratingW5 li a,.ratingW6 li a {display:block; position:relative; /*margin:0 3px;  width:28px; height:27px;color:#ccc; background:url('../img/ico/icoStarOff.png') no-repeat; background-size:100%;*/}
/*.ratingW li.on a {background:url('../img/ico/icoStarOn.png') no-repeat; background-size:100%;}*/

.star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 24px;
}
.star:before, .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #ddd;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}


.ratingW1 li.on .star,.ratingW2 li.on .star,.ratingW3 li.on .star,.ratingW4 li.on .star,.ratingW5 li.on .star,.ratingW6 li.on .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 24px;
}
.ratingW1 li.on .star:before, .ratingW1 li.on .star:after,.ratingW2 li.on .star:before, .ratingW2 li.on .star:after,.ratingW3 li.on .star:before, .ratingW3 li.on .star:after,.ratingW4 li.on .star:before, .ratingW4 li.on .star:after,.ratingW5 li.on .star:before, .ratingW5 li.on .star:after,.ratingW6 li.on .star:before, .ratingW6 li.on .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.ratingW1 li.on .star:after,.ratingW2 li.on .star:after,.ratingW3 li.on .star:after,.ratingW4 li.on .star:after,.ratingW5 li.on .star:after,.ratingW6 li.on .star:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
ul.ratinff {
  padding-left: 0px;
}

.custom-btn {
  background-color: #212529;
  padding: 6px 16px 6px 16px;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  border: 1px solid #212529;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 1rem;
}
.custom-btn:hover {
  background-color: #000;
  padding: 6px 16px 6px 16px;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 1rem;
}


/* new header */
.text-seperate {
  padding-left: 0px!important
}
.text-seperate li {
  display: inline-block!important;
  list-style-type: none;
}
.text-seperate li a {
  display: inline-block !important;
  font-size: 15px;
  color: #e51786;
  padding: 15px 6px 0px 8px;
}

.text-seperate .has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}
.text-seperate .input-group .btn {
    position: relative;
    z-index: 2;
    right: 42px;
    border-radius: 50px;
    background-color: #0b2a68;
    border: none;
    padding: 11px 13px 8px 13px;
    z-index: 111;
}
.text-seperate .form-control {
    border-radius: 50px!important;
    margin-left: 10px;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#coupon_msg {
  color: #ff0000;
  font-weight: 900;
}


@media only screen and (max-width: 600px) {  

  .mobile-nav-toggle {
    display: block;
    position: absolute;
    top: -42px;
    left: 115px;
  }
  .home-about {
    background-image: url(../img/home-bg-1.png);
    background-position: top center;
    background-repeat: repeat;
    background-size: contain;
}


}

a.feed-powered-by-es {
  display: none;
}
.es-free.table-cell {
  display: none;
}































