/**
* Template Name: Multi - v2.1.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #444444;
}
::selection{
    background-color: #4c3d37;
    color: #fff;
}

@font-face {
    font-family: 'SterlingDisplay';
    src:  url('../../fonts/SterlingDisplay.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSans';
    src:  url('../fonts/NunitoSans-Regular.ttf') format('truetype'),
    src:  url('../fonts/NunitoSans-Light.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Lovelyn';
    src:  url('../fonts/Lovelyn.ttf') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

a {
  /*color: #ed502e;*/
}

a:hover {
  /*color: #f1775d;*/
  cursor: pointer !important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SterlingDisplay";
  font-size: 1.75rem;
}



/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: transparent !important;
  /*border: 1px solid #ddd;*/
  /*padding: 5px;*/
  width: 35px;
  height: 35px;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);*/
 /*transform:translate(-50%);*/

}

#loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  /*border: 3px solid #4c3d37;*/
  border-top-color: white;
  /*border-radius: 50%;*/
  width: 21px;
  height: 21px;
  background-color: transparent !important;
/*  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
   -webkit-transform:translate(-50%);
   transform:translate(-50%);*/
/*  -webkit-box-shadow:0 0 3px 2px rgba(0,0,0,.09019607843137255);
  box-shadow:0 0 3px 2px rgba(0,0,0,.09019607843137255);*/

  background: url('../../assets/img/vos-hourglass-loader.gif') no-repeat !important;
  background-position: center !important;
  background-size: 21px 21px !important;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 33px;
  height: 33px;
  background: #3e4054;
  color: #fff;
  transition: all 0.4s;
  border-radius: 50%;
  font-weight: 200 !important;
}

.back-to-top i:hover {
  /*background: #349ee8;*/
  /*color: #00a651;*/
  color: #fcc2b9;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s ease-in-out;
  /*transition: all 300ms linear 0ms;*/
  z-index: 997;
  padding: 5px 0;
  /*margin-top: 20px;*/
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 92px 0px;
  border-top: 3px solid #fcc2b9;
  /*border-top: 3px solid #4c3d37;*/
  text-align: center;
}

#header.header-scrolled {
  margin-top: 0px;
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0px !important;
  height: 110px;
}
.header-scrolled#header{
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.header-scrolled#header .logo img{
  width: 19%;
  padding-top: 40px;
}
.header-scrolled#header .nav-menu{
  margin-top: -40px;
}

#header .logo {
  transition: all 0.2s ease-in-out;
  /*z-index: 1 !important;*/
  padding-bottom: 5px;
}
#header .mobile-logo{
    z-index: 1 !important;
}

.mobile-logo{
  /*font-family: 'Lovelyn';*/
  font-family: 'SterlingDisplay';
  font-weight: 600;
  color: #2b1512;
  font-size: 1.3rem;
  display: inline-block;
  padding-top: 5px;
  margin-left: -5px;
}
.stellarnav .menu-toggle span.bars{
  top: -5px;
}

#header .logo img{
  z-index: 1!important;
}
#header .mobile-logo img{
    z-index: 1!important;
}
#header .logo a {
  color: #0b2341;
}
.header-scrolled#header .logo{
  transition: all 0.3s linear;
}

#header .logo img {
  padding-top: 5px;
  width: 28%;
  transition: all 0.4s linear;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

.nav-menu{
  /*padding-top: 10px;*/
  /*padding-left: 30px;*/
  /*padding-right: 30px;*/
  margin-top: 7px;
  text-align: center;
  /*position: relative;*/
  /*z-index: 1;*/
  width: 70%;
  float: left;
  text-align: center;
}

.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: inline-flex;
  margin-left: -75px;  /* EDITED ON 05-08-2023 FOR NEW MENU UPDATE */
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  /*padding: 10px 0 10px 28px;*/
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #4c3d37 !important;
  /*color: #333 !important;*/
  transition: 0.3s;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.nav-menu a:hover{
  cursor: pointer !important;
}

.nav-menu li.active > a{
  color: #4c3d37 !important;
  /*font-family: 'SterlingDisplay';*/
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  letter-spacing: .3px;
  font-weight: 600;
  position: relative;
}
.nav-menu li.active > a:hover{
  /*font-weight: 400;*/
}
.nav-menu li.desktop-search-box{
  margin-top: -5px;
}

.nav-menu li a:hover{
  color: #333 !important;
  /*font-weight: 400;*/
}
.nav-menu li.profile a, .nav-menu li.wishlist a, .nav-menu li.cart a{
  text-align: center;
  display: block;
  font-size: 14px;
  /*margin-top: -8px;*/
  margin-left: 5px;
  font-family: 'NunitoSans-Regular';
  font-weight: 600;
}
.nav-menu .fa-ico{
  font-size: 15px !important;
}
.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /*color: #e59d19;*/
  /*color: #349ee8 !important;*/
}
.nav-menu .drop-down .mega-menu{
  margin-top: 5px;
  width: 750px;
  display: block;
  position: absolute;
  left: -250px;
  top: calc(100% + 30px);
  z-index: auto !important;
  opacity: 0;
  visibility: hidden;
  /*padding: 10px 0;*/
  background-color: #fff;
  /*background-color: rgba(245,245,246,.4);*/
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);`
  transition: 0.3s all linear;
  border-bottom: 4px solid #fcc2b9;
  /*border-top: 4px solid #00a651;*/
  /*padding-top: 30px;*/
  padding-bottom: 0px;
  /*padding-left: 20px;*/
  font-family: 'NunitoSans-Regular';
  text-align: left !important;
}
.mega-menu:hover{
  z-index: 555555 !important;
}
.nav-menu .drop-down .mega-menu .mega-menu-left{
  float: left;
   /*margin-left: 25px;*/
   background-color: #fff;
   padding-left: 30px;
   padding-right: 30px;
   padding-top: 30px;
    /*z-index: 1 !important;*/
}
.nav-menu .drop-down .mega-menu .mega-menu-middle{
  float: left;
  /*margin-left: 45px;*/
  background-color: rgba(245,245,246,.4);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
   /*z-index: 1 !important;*/
}
.nav-menu .drop-down .mega-menu .mega-menu-right{
  float: left;
   /*margin-left: 25px;*/
   background-color: #fff;
   padding-left: 0px;
   padding-right: 0px;
   padding-top: 30px;
    /*z-index: 1 !important;*/
}
.nav-menu .drop-down .mega-menu .mega-menu-right img{
  width: 100%;
}

.mega-menu hr{
  background-color: #eaeaec !important;
  border-top: 1px solid #eaeaec !important;
}
.single-menu{
  /*background-color: rgba(245,245,246,.4);
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;*/
}

.nav-menu .drop-down:nth-child(3) .mega-menu{
  width: 250px;
  background-color: #fff;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.nav-menu .drop-down:nth-child(4){
  /*background-color: #fff;*/
}
.nav-menu .drop-down:nth-child(4) .mega-menu{
  /*width: 250px;
  background-color: #fff;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;*/
}
.nav-menu .drop-down:nth-child(6){
  padding-bottom: 25px;
}

.nav-menu .drop-down:nth-child(8) .mega-menu{
  width: 290px;
  margin-left: 180px;
  padding-left: 1px;
}

.nav-menu .drop-down:nth-child(8) .mega-menu li a{
  text-align: left;
}
.nav-menu .drop-down:nth-child(8) .mega-menu .desktop-userLogin-btn{
  text-align: left;
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 5px;
  border : 1px solid #ddd;
  width: 130px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4c3d37 !important;
  font-weight: 500;
}
.nav-menu .drop-down:nth-child(8) .mega-menu .desktop-userLogin-btn:hover{
  border-color : #fcc2b9;
  transition: 0.3s all linear;
}
.nav-menu .drop-down .mega-menu h6.menu-title{
  font-size: 15px;
  color: #333;
  padding-top: 15px;
  padding-bottom: 0px;
  font-family: 'NunitoSans-Regular';
}
.nav-menu .drop-down .mega-menu h6:first-child{
  padding-top: 20px !important;
}

.nav-menu .drop-down:nth-child(8) .mega-menu h6.menu-title{
  font-family: 'NunitoSans-Regular';
  padding-top: 10px !important;
}

.nav-menu .drop-down:nth-child(8) .mega-menu p{
  font-family: 'NunitoSans-Light';
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 1.4;
}
.nav-menu .drop-down:nth-child(8) .mega-menu p#username, .nav-menu .drop-down:nth-child(8) .mega-menu p#mobile{
  font-family: 'NunitoSans-Light';
  font-size: 14px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  line-height: 1.4;
}
.nav-menu .drop-down:nth-child(8) .mega-menu p#welcome{
  margin-bottom: 0px;
}
.nav-menu .drop-down:nth-child(8) .mega-menu p.username{
  font-size: 15px;
}
.nav-menu .drop-down ul {
 /* margin-top: 15px;
  display: block;
  position: absolute;
  left: 15px;*/
  /*top: calc(100% + 30px);*/
/*  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-bottom: 4px solid #00a651;*/
}

/*.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}*/

.nav-menu .drop-down:hover > .mega-menu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  transition: all 0.3s linear !important;
  /*z-index: 1 !important;*/
}
.nav-menu .drop-down:hover > .mega-menu ul li a{
  z-index: 1 !important;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 6px 5px;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #0b2341;
  font-family: 'NunitoSans-Regular';
  /*z-index: 9999 !important;*/
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ed502e;
  /*font-weight: 500;*/
  transition: all 0.5s linear;
}

/*.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}*/

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.get-started-btn {
  margin-left: 25px;
  /*background: #e8a730;*/
  background: #349ee8;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 15px;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
}

.get-started-btn i{
  font-size: 35px;
}

.get-started-btn:hover {
  /*background: #e8a730;*/
  color: #000;
}

.get-started-btn:hover i{
   color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  /*top: 23px;
  right: 10px;*/
 /* top: 70px !important;
  right: 70px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;*/
  
}
/*.header-scrolled.mobile-nav-toggle{
  top: 5px !important;
}*/
.mobile-nav-toggle i {
  color: #349ee8;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  height: auto;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  /*color: #349ee8;*/
  color: #333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  /*color: #ed502e;*/
  color: #349ee8;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav ul li{
  border-bottom: 1px solid #ddd !important;
}

.mobile-nav ul li:last-child(){
    
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(4, 12, 21, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #000;
  z-index: 9999;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 500px;
  /*background-color: rgba(4, 12, 21, 0.8);*/
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: contain;
  /*background-position: top center;*/
  /*background-repeat: no-repeat;*/
}

#hero .carousel-item::before {
  content: '';
  /*background-color: rgba(4, 12, 21, 0.5);*/
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 50px;
  right: 50px;
  text-align: center;
}

#hero h2 {
  color: #333;
  margin: 0;
  /*font-size: 42px;*/
  font-weight: 300;
  /*font-family: 'Poppins', sans-serif !important;*/
  font-family: 'NunitoSans-Light' !important;
}
#hero h4{
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  font-weight: 300;
  font-size: 1.3rem;
  font-family: 'NunitoSans-Light' !important;
}
#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #333;
  margin-top: 10px;
  font-family: 'NunitoSans-Light' !important;
  letter-spacing: 1px;
  font-weight: 300;
}

#hero .single-carousel{
  width: 100%;
  height: 450px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 100%;
  }
}

.banner-btn{
  background: transparent;
}

.banner-btn:active, .banner-btn:focus{
  outline: none !important;
}

.banner-btn:hover{
  /*color: #fff !important;
  border-color: #fff !important;*/
}

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

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

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

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

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
  /*top: 112px;*/
}

@media (max-width: 992px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    top: 66px;
  }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 1;
  width: auto;
  height: auto;
  background: #ddd;
  opacity: 0.7;
  border-radius: 50px;
  padding: 3px;
  transition: 0.3s;
  color: #333;
  /*top: 40px;*/
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  /*color: rgba(255, 255, 255, 0.8);*/
  color: #ddd;
  transition: all 0.3s linear
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 25px;
  height: 3px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  /*background: #ed502e;*/
  /*background: #e8a730;*/
  /*background: #00a651;*/
  background: #fcc2b9;

}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  /*background: #00a651;*/
  background: #333;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #00a651;
}

@media (max-width: 992px) {
  #hero {
    height: 500px;
  }
  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

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

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

@media (max-height: 500px) {
  #hero {
    height: 500px;
  }
}

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

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

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  /*color: #aaaaaa;*/
  font-family: "Poppins", sans-serif;
}

.section-title h2::before{
  content: "";
  width: 90px;
  height: 1px;
  display: inline-block;
  background: #349ee8;
  margin: 4px 10px;
}
.section-title h2::after {
  content: "";
  width: 90px;
  height: 1px;
  display: inline-block;
  background: #349ee8;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ed502e;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ed502e;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ed502e;
}

.about .content .btn-learn-more:hover {
  background: #ed502e;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 75px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  text-align: center !important;
}

.counts .count-box i {
  display: block;
  font-size: 47px;
  /*color: #ed502e;*/
  /*color: #e8a730;*/
  /*float: left;*/
  color: #349ee8;
  /*margin-bottom: 20px;*/
}

.counts .count-box span {
  font-size: 42px;
  /*line-height: 24px;*/
  display: block;
  font-weight: 500;
  color: #0b2341;
  /*margin-left: 50px;*/
  letter-spacing: 3px;
}

.counts .count-box p {
  padding: 10px 0 0 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  /*font-size: 14px;*/
  /*font-weight: 500;*/
}
.counts .count-box strong{
    font-weight: 500;
    color: #349ee8;
    letter-spacing: 1px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li + li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
}

.why-us .accordion-list span {
  color: #ed502e;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ed502e;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ed502e 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .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);
}

.why-us .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(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #ed502e;
  transform: scale(20);
}

.why-us .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;
}

@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-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;
  }
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 180px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #ddd;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  /*font-style: italic;*/
  margin: 15px auto 15px auto;
  font-family: "Raleway", sans-serif;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 30px !important;
  height: 4px !important;
  /*border-radius: 50%;*/
  border-radius: 0% !important;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #4c3d37 !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Best Selling
--------------------------------------------------------------*/
.best-selling .testimonial-wrap {
  padding-left: 0px;
}

.best-selling .testimonial-item {
  box-sizing: content-box;
  /*padding: 30px 30px 30px 60px;*/
  margin: 30px 15px;
  min-height: 180px;
  /*box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);*/
  position: relative;
  background: #fff;
  /*border-radius: 12px;*/
  overflow: hidden;
  /*border: 1px solid #ddd;*/
}

.best-selling .testimonial-item:hover{
/*  border: 1px solid #ddd;
  transition: all 0.3s linear;*/
}

.best-selling .testimonial-item .testimonial-img {
  width: 90px;
  /*border-radius: 10px;*/
  border: 6px solid #ddd;
  position: absolute;
  left: -45px;
}

.best-selling .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.best-selling .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.best-selling .testimonial-item .quote-icon-left, .best-selling .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.best-selling .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.best-selling .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.best-selling .testimonial-item p {
  /*font-style: italic;*/
  margin: 15px auto 15px auto;
  font-family: "Raleway", sans-serif;
}

.best-selling .owl-nav, .best-selling .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.best-selling .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 4px;
  /*border-radius: 50%;*/
  background-color: #ddd !important;
}

.best-selling .owl-dot.active {
  background-color: #349ee8 !important;
}

@media (max-width: 767px) {
  .best-selling .testimonial-wrap {
    padding-left: 0;
  }
  .best-selling .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .best-selling .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #ed502e;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ed502e;
  border: 2px solid #ed502e;
}


@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact{
  padding-top: 90px;
}

.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  /*color: #e8a730;*/
  color: #349ee8;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #349ee8;
}

.contact .info-box h3 {
  font-size: 20px;
  /*color: #777777;*/
  color: #349ee8;
  font-weight: 700;
  margin: 10px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.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;
  background: #fff;
}

.contact .php-email-form .validate {
  display: none;
  /*color: red;*/
  /*color: #e8a730;*/
  color: #349ee8;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.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 input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #349ee8;
}

.contact .php-email-form input {
  /*padding: 20px 15px;*/
}

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

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

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

.contact .form-group {
    margin-bottom: 1.7rem;
}

.contact .form-row{
  display: block;
}

.contact .section-title{
  margin-bottom: 40px;
}




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

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


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {

  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 40px;
  /*background: #f6f9fd;*/
  /*min-height: 40px;*/
  /*margin-top: 82px;*/
  /*text-align: center;*/
  /*border-bottom: 1px solid #ddd;*/

}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  font-family: 'NunitoSans-Light';
  font-weight: 300;
}
/*#282c3f*/
.breadcrumbs ol li + li {
  padding-left: 10px;
  font-weight: 400;
}
.breadcrumbs ol li a{
  color: #282c3f;
}
.breadcrumbs ol li a:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #FAFBFC;
  padding: 60px 0 30px 0;
  /*margin-top: 65px;*/
  /*margin-bottom: 100px;*/
  /*margin-top: 110px;*/
}



@media (max-width: 575px) {
  /*#footer {
    margin: -20px 0 30px 0;
  }*/
}



/****************CUSTOM-STYLES-EDIT***************/

#contact-banner{
  width: 100% !important;
  /*height: 400px;*/
  /*margin-top: 81px;*/
  margin-top: 145px;
}

#contact-banner img{
  width: 100% !important;
}
.g-map iframe{
  width: 100% !important;
}

.payment{
  margin-bottom: 35px;
}
#footer{
  padding-bottom: 10px !important;
}

.mobile-slider{
    visibility: hidden !important;
    display: none;
}

.contact .php-email-form input{
  padding-top: 0px !important;
}
.ico-bw{
  color: #f1d640 !important;
}
.testimonials a{
  color: #000 !important;
}
  

.mobile-nav ul li:last-child{
  border-bottom: none !important;
}
.mobile-slider .carousel-inner{
    border-bottom: 1px solid #e6e4e4 !important;
}


.footer-info .mail{
  /*color: #e8a730;*/
  color: #349ee8;
}

.footer-info .mail:hover{
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.about{
  margin-top: 40px !important;
}
.breadcrumbs a{
  /*color: #e8a730;*/
  color: #349ee8;
}
.info-box a{
  /*color: #e8a730;*/
  color: #000;
}
.info-box a:hover{
  color: #349ee8;
  transition: all 0.3s ease-in-out;
}

.carousel-indicators li.active{
  /*background-color: #fcc2b9 !important;*/
  background-color: #4c3d37 !important; 
}
.carousel-indicators li{
  background-color: #333 !important;
}

p{
  line-height: 1.8;
}


.page-banners{
  width: 100%;
  height: auto;
  /*margin-top: 82px;*/
  margin-top: 145px;
  position: relative;
  text-align: center !important;
}
.page-banners img{
  width: 100%;
}
.top-bar{
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
  /*background-color: #eceded;*/
  /*background-image: linear-gradient(90deg,#f9f9ff,#fddcd7);*/

  transition: all 0.2s ease-in-out;
  /*border-bottom: 3px solid #fddcd7;*/
  /*border-bottom: 3px solid #fcc2b9;*/
  padding-bottom: 8px;

}
.top-bar a{
 /* text-align: right;
  width: 100%;
  color: #000;
  font-size: 14px;
  position: absolute;
  right: 160px;*/
}
/*.copyright .visitors{
  position: absolute;
  left: 10px;
}*/


.fixed-top{
  top: 30px !important;
}
.header-container{
  padding-left: 50px;
  /*padding-left: 0px;*/
  padding-right: 50px;
}
.top-header-box{
  text-align: center !important;
  /*border: 1px solid #ddd;*/
  /*padding-top: 8px;*/
  padding-bottom: 0px;
  display: inline-flex;
  /*padding-left: 15px;*/
  /*padding-right: 10px;*/
  /*opacity: 0.6;*/
}

.top-header-box .fa-ico{
  font-size: 1.3rem;
  padding-top: 4px;
  /*color: #fcc2b9;*/
  color: #4c3d37;
}
.top-header-box p{
  font-size: 14px;
  padding-left: 10px;
  padding-top: 4px;
 font-family: 'NunitoSans-Regular';
 /*font-family: 'SterlingDisplay';*/
  font-weight: 400;
  color: #4c3d37;
}
.top-header-box a{
  font-size: 14px;
  /*color: #349ee8;*/
  color: #333;
  padding-left: 10px;
  padding-top: 4px;
}
.top-header-box a:hover{
  color: #fcc2b9; 
  transition: all 0.3s ease-in-out;
}
.top-header-box a#tel{
  color: #349ee8;
  opacity: 1 !important;
  text-align: center !important;
}
.top-header-box a#emergency{
  color: #349ee8;
}
.top-header-box a#emergency:hover{
  color: #000;
}
.top-header-box a#tel:hover{
  color: #000; 
  transition: all 0.3s ease-in-out;
}
.top-header-box a#booking{
  color: #fff;
  display: none;
}
.top-header-box a#booking:hover{
  color: #000;
}

.marquee {
  width: 100%;
  color: red;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 7px;
}
.marquee p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: inline-block;
  /*padding-left: 100%;*/
  animation: marquee 25s linear infinite;
}
.marquee img{
  height: 25px;
  width: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
@keyframes marquee {
  0%   { transform: translate(0, 0); }
  100% { transform: translate(-100%, 0); }
}
.content{
  text-align: center;
}

.about-box{
  padding: 30px 0px;
}

.about-box .about-size-boxes{
  border : 1px solid #ddd;
  padding-top: 45px;
  padding-bottom: 15px;
  padding-bottom: 30px;
}
.about-size-boxes .fa-ico{
  color: #349ee8;
  font-size: 50px;
  margin-bottom: 20px;
}
.about-size-boxes h4{
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-size-boxes p{
  padding-bottom: 20px;
}
.about-size-boxes a{
  text-align: right;
  /*width: 150px;*/
  display: inline-flex;
  color: #349ee8;
  overflow: hidden;
  transition: all 0.5s ease-in-out;

}
.about-size-boxes:hover{
  cursor: pointer;
  -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
    border: none !important;
}
.about-size-boxes a:hover{
  color: #000;
   transition: all 0.5s ease-in-out;
    transform: translateX(-20px);
}
.about-size-boxes .fa-ico1{
  font-size: 32px;
  display: inline-block;
  margin-bottom: -20px;
}


.choose{
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-top: 70px;*/
  margin-bottom: 60px;
  background-image: linear-gradient(90deg,#f9f9ff,#dee8ff);
}
.choose-left{

}
.choose-right{
  padding-top: 30px;
}
.choose-left img{
  width: 100%;
}
.choose-right .section-title{
  padding-left: 20px;
  padding-bottom: 20px;
  /*padding-bottom: 5px;*/
}
.choose-right .section-title h2:before{
  text-align: left;
  display: none;
}
.choose-right .content p{
  text-align: left;
  padding-left: 35px;
}
.choose-right .content .choose-list, .choose-right .content .choose-list2{
  text-align: left;
  /*display: inline-flex;*/
}
.choose-right .content .choose-list li, .choose-right .content .choose-list2 li{
  list-style: none;
  display: block;
  padding-top: 10px;
  padding-left: 25px;
}
.choose-right .content .choose-list li:before{
    content: "\f128";
    font-family: Flaticon;
    font-style: normal;
    font-size: 13px;
    position: absolute;
    left: 40px;
  /*  top: 0;*/
    /*color: rgba(0, 125, 242, 1);*/
    color: red;
}

.choose-right .content .choose-list2 li:before{
    content: "\f128";
    font-family: Flaticon;
    font-style: normal;
    font-size: 13px;
    position: absolute; 
    right: 250px;
  /*  top: 0;*/
    /*color: rgba(0, 125, 242, 1);*/
    color: red;
}
.view-all{
  padding-top: 13px !important;
  padding-bottom: 13px !important;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.testimonial-wrap .news-top-box{
  /*width: 315px;*/
  /*height: 315px;*/
  overflow: hidden;
  background-color: #fafafa;
  position: relative;
}

.testimonial-wrap .news-bottom-box{
  /*padding-left :20px;*/
  padding-top :20px;
  padding-bottom :50px;
  /*padding-right :20px; */
  text-align: center;
}
.testimonial-wrap .news-bottom-box p{

  font-family: "Poppins", sans-serif;
  color: #333;
  text-align: center;
  display: inline-flex;
  font-size: 14px;

}
.testimonial-wrap .news-bottom-box h4{
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.testimonial-wrap .news-box:hover{
  -webkit-box-shadow: 0 0 30px 0px rgba(0,0,0,0.18);
    -webkit-transform: translate(0, -10px);
    transition: all .3s ease-out;
}


.section-blue{
  background-color: #349ee8;
}


.news-carousel .news-top-box p{
  text-align: center;
    font-family: 'NunitoSans-Regular';
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    bottom: 8px;
    left: 34%;
    margin-bottom: 0px;
    color: #4c3d37;
}
.news-carousel .news-top-box h6{
  font-family: 'NunitoSans-Regular';
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 20px;
    margin-bottom: 0px;
    color: #4c3d37;
    background-color: #fff;
    padding: 3px;
}


.news-carousel .news-top-box:hover img{
  transition: all 0.6s linear;
  transform: scale(1.1);
  overflow: hidden;
}

/*GRID-STYLES*/


.grid{
    height: 450px;
    margin-top: 65px;
    margin-left: 25px;
}
.grid-item {
    float: left;
    width: 540px;
    height: 405px;
    /*border: 1px solid #055677;*/
    border-radius: 10px;
    background: url('../../assets/img/hospital-success-story1.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.grid-item:hover:after{
    content: '';
    background-color: #1b1e21;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-radius: 10px

}
.grid-item-small1 {
    float: left;
    width: 320px;
    /*border: 1px solid #055677;*/
    border-radius: 10px;
    height: 200px;
    margin-left: 5px;
    overflow: hidden;
    /*background: url('../img/02.jpg') no-repeat;*/
     background: url('../../assets/img/hospital-success-story2.png') no-repeat;
    background-size: cover;
    position: relative;
}
.grid-item-small1:hover:after , .grid-item-small2:hover:after {
    content: '';
    background-color: #1b1e21;
    opacity: 0.3;
    position: absolute;
    width: 320px;
    height: 200px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-radius: 10px;
    background-size: 110% 100%;
}
.grid-item-small2 {
    float: left;
    width: 320px;
    /*border: 1px solid #055677;*/
    border-radius: 10px;
    height: 200px;
    margin-left: 5px;
    overflow: hidden;
    /*background: url('../img/03.jpg') no-repeat;*/
     background: url('../../assets/img/hospital-success-story3.png') no-repeat;
    background-size: cover;
    position: relative;
}
.adjust{
    margin-top: 5px;
}
.grid-item--width2 { width: 160px; }
.grid-item--height2 { height: 140px; }
.grid-item--height3{
    width: 21%;
    margin-top: -200px;
    margin-left: 5px;
    /*background: url('../img/04.jpg') no-repeat;*/
     background: url('../../assets/img/hospital-success-story4.png') no-repeat;
    background-size: cover;
}
.grid-item--height3:hover:after{
    content: '';
    background-color: #1b1e21;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border-radius: 10px
}

.grid h4{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    width: 100%;
    display: inline;
    position: absolute;
    top: 5%;
    /*bottom: 2%;*/
    /*color: #055677;*/
    /*color: #fff;*/
    color: #fff;
    /*background-image: linear-gradient(to right, #f3f5f5,#b1b1b1);*/
    /*background-image: linear-gradient(to right, #f3f5f5,transparent);*/
    padding-left: 20px;
    /*font-size: 1.2rem;*/
}

.grid-item-small2 h4, .grid-item-small1 h4{
  padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0%;
    /*height: 200px;*/
    /*top: 75% !important;*/
    /*z-index: -2;*/
}

.country-icon{
    display: inline;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 25%;
    z-index: 2;
    margin-left: 5px;
}
.country-icon.sb{
    top: 75%;
}
.grid img{
  width: 100%;
}

/*GRID-END*/


.footer-info .footer-tel{
  color: #fff;
}
.footer-info .footer-tel:hover{
  color: #349ee8;
  transition: all 0.3s ease-in-out;
}
#footer .footer-info .cert{
  padding-top: 45px;
}
#footer .footer-info .cert img:last-child{
  padding-left: 25px;
}
/*----------------*/
/*ABOUT US*/
/*--------------*/



.counts .fa-ico{
  font-size: 
}

/*GALLERY*/

.gallery{
  padding: 0px;
  margin-top: 85px;
  margin-bottom: 80px;
}


/*SCHEDULE*/

.schedule{
  padding: 0px;
  margin-top: 80px;
  margin-bottom: 80px;
}
.schedule .section-title{
  padding-bottom: 65px;
}
.schedule .schedule-left {

}
.schedule .schedule-left h6{
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}
.dept-category{
    height: 60px !important;
    font-size: 17px;
    color: #303030;
    padding: 2px 15px;
    width: 60%;
    border-radius: 0;
    text-align: left;
    border: none;
    height: auto;
    font-weight: 500;
    margin: 0;
    position: absolute;
    top: 45%;
    right: 0;
    z-index: 1;
    background: #f5f5f5;
    appearance :none;
}
.select-box:after{
   content: '\f15d';
    font-family: 'Flaticon';
    position: absolute;
    right: 30px;
    color: #333 !important;
    font-weight: 700;
    z-index: 998;
    top: 58%;
}


.select-box:after:hover{
  cursor: pointer;
}
.select-box p{
  position: absolute;
  right: 0px;
  top: 20%;
}
.dept-category:hover .select-box:after{
  color: #fff;
}

/*SCHEDULE-TABLE*/

.container-table100{
  background-color: transparent;
}

.table100.ver1 th{
  background-color: #303030;
}

.table100.ver1 th:first-child{
  background-color: #f5f5f5;
  font-size: 16px;
  color: #000;
}
.table100.ver1{
  border: #eee solid 1px;
}
.table100{
  border: 1px solid #eee !important;
}
.table100 table th{
  border: 1px solid #eee !important;
}
.table100-body table td{
  border: 1px solid #eee !important;
  padding: 25px 5px 23px;
}
.table100-body table:hover td.cell100{
  /*background-color: #349ee8;*/
}
.table100-body table td.cell100 a{
  color: #333 !important;
  text-align: center;
  display: block;
  padding-bottom: 8px;
  font-weight: 700;
}
.table100-body table td.cell100 a:hover{
  color: #349ee8 !important;
  transition: all 0.3s linear;
}
.table100.ver1 td{
  font-size: 0.9rem;
}
.table100.ver1 td:first-child{
  background-color: #f5f5f5;
  font-size: 1rem;
}


.latest-news{
  /*margin-top: 65px;*/
  /*text-align: center !important;*/
}
.portfolio-details-carousel{
  border: 1px solid #ddd;
}
.latest-news .owl-dots{
  text-align: center;
}
.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots{
   text-align: center;

}
.latest-news .owl-dots .owl-dot{
 /* width: 30px;
  height: 2px;*/
  border: 1px solid #349ee8;
  background-color: #349ee8 !important;
  margin-top: -3px;
}
.about-news {
    margin-top: 165px !important;
    padding-bottom: 0px;
}



.popup .appoint textarea{
  resize: none;
  color: #333 !important;
  height: 65px !important;
}

.popup .appoint .btnBook{
  padding-top: 30px;
}
.popup .appoint .btnBook .btn{
  width: 100%;
  border-radius: 0px;
  padding: 10px;
  background-image: linear-gradient(to right, #349ee8, #077dd0);
  border:none;
}
#datepicker:after {
  content: "\f14c";
  font-family: 'Flaticon';
  position: absolute;
  font-size: 25px;
  top: 20px;
}


.ui-widget-header{
  background-color: #349ee8;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.ui-datepicker th{
  font-weight: 400;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
  background-color: #349ee8;
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
  /*background-color: #349ee8;
  color: #fff;*/
   font-family: 'Poppins', sans-serif;
}
.ui-state-default:hover{

  background-color: #349ee8;
  color: #fff;  
  transition: all 0.3s linear;
}
.gallery .img-fluid{
  border: 1px solid #349ee8;
}
.vbox-title{
  font-size: 17px;
  font-family: 'NunitoSans-Regular';
  color: #fff !important;
}

/********RESPONSIVE START********/

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

    }
    .limiter {
      width: auto;
      margin: 0 auto;
    }
    .table100 {
      padding-top: 100px;
    }
    .footer-links {
      padding-left: 30px;
    }
    #footer .footer-top .footer-info{
      text-align: left;
      padding-left: 30px;
      padding-top: 30px;
    }
 
    .payment{
      padding-left: 30px;
  }
 .portfolio2 .portfolio-item{
    margin-bottom: 40px;
  }
  .services-box{
    display: block !important;
  }
  .top-header-box:first-child{
    display: none;
  }
  .top-header-box:nth-child(2){
    display: none;
  }
  .top-header-box{
    opacity: 1 !important;
    position: relative;
  }
  .top-header-box a#booking{
    /*margin-top: -25px;*/
    position: absolute;
    right: 0;
    display: inline-block !important;
    /*top: 5px;*/
  }

  .mobile-nav-toggle{
    position: absolute;
    top: 45px;
    right: 15px;
    z-index: 99999;
    border: 0;
    background: none;
    color: #349ee8 !important;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }
  #header.header-scrolled > .mobile-nav-toggle{
    z-index: 999 !important;
    position: fixed;
    top: -45px;
  }
  .nav1{
    display: none;
  }

    .container-table100 {

    display: unset;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    /*padding: 33px 30px;*/
  }
  .breadcrumbs{
    margin-top: 0px;
  }

  #popup1 .appoint{
    max-width: 100%;
    flex: 100%;
  }
  .popup .content{
    margin-right: 0px;
     margin-left: 0px; 
  }
}
@media only screen and (max-width: 479px) {

    body{

    }
    .mobile-slider{
        visibility: visible !important;
        display: block;
        margin-top: 210px;
    }
    #hero{
      visibility: hidden !important;
      display: none;
    }
    /*.top-bar a{
      right: 100px !important;
    }*/
    .mobile-nav-toggle{
      top: 25px !important;
    }
    /*#header.header-scrolled .mobile-nav-toggle{
      top: -50px !important;
    }*/
    .breadcrumbs{
      /*margin-top: 0px;      */
      display: none;
    }
    .top-bar{
      height: 120px !important;
      padding-top: 10px !important;
      padding-bottom: 20px !important;
    }
    #header{
      margin-top: 70px;
    }
    .top-header-box{
      
      /*margin-top: 10px;*/
      margin-bottom: 18px;
      /*padding-bottom: 20px !important;*/
      position: unset;
      text-align: center;
      padding-right: 0px;
      padding-left: 30px;
      text-align: center !important;
      opacity: 1;
      /*margin-left: 15px;*/
      /*padding-left: 30px;
      padding-right: 30px;*/
    }
    .top-header-box a#booking{
      margin-top: -25px;
      position: absolute;
      left: 70px;
      right: 30px;
      /*top: 5px;*/
    }
    .top-header-box:last-child{
      margin-left: 10px;
    }

   
    .about-size-boxes{
      margin-bottom: 35px;
    }
    .section-title h2{
      letter-spacing: 0px;
    }
    .choose-right .content .choose-list2 li:before{
      right: 360px;
    }
    .grid{
      height: auto;
    }
    .grid-item{
      width: 100%;
      height: 250px;
      margin-bottom: 30px;
    }
    .grid-item {
      /*width: 360px;*/
      height: 250px;
      float: none;
    }
    .grid-item-small1 {
    float: none;
    width: 360px;
    height: 250px;
    margin-left: 0px;
    margin-top: 10px;
    }
    .grid-item-small2 {
    float: none;
    width: 360px;
    height: 250px;
    margin-left: 0px;
    margin-top: 10px;
    }
    .grid-item--height3 {
    float: none;
    margin-top: 30px;
    margin-left: 0px;
    }
  
    .page-banners{
       margin-top: 210px;
    }
    .news .testimonial-item{
      padding: 0px;
    }
     .limiter {
      width: auto;
      margin: 0 auto;
      overflow: scroll;
    }
    .table100 {
      padding-top: 65px;
    }
  
    .select-box:after{
      right: 70px;
      /*top: 40px;*/
  }
  .select-box{
    padding-bottom: 50px;
  }
  .select-box p{
    position: unset;
    padding-top: 30px;
    padding-bottom: 25px;
    padding-left: 30px;
    text-align: left;
  }
  
  .about-news{
    margin-top: 220px !important;
  }
 
}

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

    }
     .choose-right .content .choose-list2 li:before{
      right: 320px;
    }
    .grid{
      margin-left: 10px;
    }

    .limiter {
      width: auto;
      margin: 0 auto;
      overflow: scroll;
    }
}

/*END MEDIA 479px*/


/****************END-CUSTOM-EDIT*******************/



/********START- E-COM EDIT*******/

/*.desktop-search-box{
  width: 0px;
}*/

.desktop-search-box .desktop-searchBar{
    /*display: inline-block;
    float: left;*/
    font-size: 13px;
    font-weight: 300;
    height: 20px;
    line-height: 24px;
    width: 200px;
    color: #696e79;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*padding: 8px 10px 10px;*/
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    /*margin: 0;
    outline: 0;*/
    border: 1px solid #f5f5f6;
    border-radius: 4px 0px 0px 4px;
    border-left: 0;
    background: #f5f5f6;
    position: relative;
    margin-top: -10px;
    margin-left: 10px;
}

.desktop-search-box .desktop-searchBar:focus{
   background: #f5f5f6;
   /*border: 1px solid #ddd;*/
}
.desktop-search-box .desktop-searchBar:focus .desktop-search-box .desktop-submit{
  /*background: #fff;*/
} 

.desktop-search-box .desktop-submit{
  -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /*display: inline-block;*/
    height: 25px;
    width: 39px;
    text-align: center;
    padding: 8px 0 2px;
    background: transparent !important;
    border: 1px solid #f5f5f6;
    border-right: none;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    /*left: 1px;*/
    top: 5px;
    margin-left: 10px;
    margin-top: -2px;
    /*left: 0px;*/
}

.desktop-search-box .desktop-submit:hover{
  cursor: pointer;
}

.desktop-search-box .fa-ico{
  color: #908f8f;
}
.desktop-search-box .fa-ico:hover .desktop-search-box .desktop-submit{
  cursor: pointer;
  width: 250px;
  transition: all 0.4s ease-in-out;
}
.menu-item-box .desktop-menu-all{

}

.home-flowers-collections{
  padding-top: 90px;
  padding-bottom: 50px;
  padding-left: 35px;
  padding-right: 35px;
}
.home-flowers-collections .com-title{
  text-align: center;
  display: block;
}
.home-flowers-collections .com-title h3{
  padding-bottom: 70px;
  /*color: #59308f;*/
  color: #3e4152;
  /*font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;*/
  /*font-weight: 400;*/
}
.home-flowers-boxes{
  /*border : 1px solid #ddd;*/
  margin-bottom: 30px;
  padding-right: 2px;
  overflow: hidden;
}
.home-flowers-boxes img{
  width: 100%;
}
.home-ad-banner{
  /*margin-top: 70px;*/
  /*margin-bottom: 70px;*/
  margin-right: 35px;
  margin-left: 35px;
}
.home-ad-banner img{
  width: 100%;
}
.desktop-home-best-selling{
  margin-top: 50px;
  padding-top: 60px;
  /*padding-bottom: 40px;*/
  /*background-image: linear-gradient(90deg,#f9f9ff,#dee8ff);*/
  padding-left: 20px;
  padding-right: 20px;
}
.desktop-home-best-selling .com-title h3{
  text-align: center !important;
  padding-bottom: 20px;
  color: #3e4152;
  /*color: #59308f;*/
  font-size: 1.75rem;
}
.owl-carousel .owl-nav.disabled{
  display: block !important;
}
.owl-carousel .owl-nav{
  position: relative;
}
.owl-carousel .owl-nav .owl-prev{
  font-size: 65px !important;
  position: absolute;
  left: -15px;
  bottom: 160px;
  color: #59308f !important;
  font-weight: 200 !important;
}
.owl-carousel .owl-nav .owl-next{
  position: absolute;
  font-size: 25px !important;
  right: 0px;
  bottom: 160px;
  color: #59308f !important;
  font-weight: 200 !important;
  background-color: #ddd !important;
  height: 40px;
  width: 40px;
  opacity: 1;
  border-radius: 4px;
}
.owl-carousel .owl-nav .owl-next:hover{
  background-color: #ddd;
  opacity: 0.6;
  transition: all 0.3s linear;
}

.owl-carousel .owl-nav .owl-next span{
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-next:focus{
  outline: none !important;
}
.explore-more{
  text-align: center !important;
  margin-top: 30px;
  margin-bottom: 30px;
}
.desktop-explore-btn{
  font-family: 'NunitoSans-Regular';
  /*color: #59308f;*/
  color: #333;
  border: 1px solid #4c3d37;
  /*border: 2px solid #59308f;*/
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.desktop-explore-btn:hover{
   color: #4c3d37;
   background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
   border-color: #4c3d37;
   transition: all 0.3s linear;
}
.news-carousel .owl-dots{
  display: none;
}
.testimonial-wrap .news-top-box img{
  width: 100%;

}
.news-carousel .owl-prev{
  display: none;
}
.news-carousel .owl-next{
  /*display: none;*/
}
.desktop-foo-info-title{
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 550;
  color: #282c3f;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.desktop-useful-links{
  width: 170px;
}
.desktop-useful-links ul{
  margin-block-start: 0em;
  padding-inline-start: 0px;
}
.desktop-useful-links ul li{
  list-style: none;
  padding-top: 10px;

}
.desktop-useful-links ul li a{
  color: #696b79;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.desktop-useful-links ul li a:hover{
  transition: all 0.3s linear;
  /*color: #00a651;*/
    color: #4c3d37;
}
.desktop-shop-occasion{
  width: 170px;
}
.desktop-shop-occasion ul{
  margin-block-start: 0em;
  padding-inline-start: 0px;
}
.desktop-shop-occasion ul li{
  list-style: none;
  padding-top: 10px;

}
.desktop-shop-occasion ul li a{
  color: #696b79;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.desktop-shop-occasion ul li a:hover{
  transition: all 0.3s linear;
  /*color: #00a651;*/
  color: #4c3d37;
}
.desktop-foo-mobile-apps{
  display: flex;
}
.desktop-foo-mobile-apps a{
  font-size: 40px !important;
  color: #ddd !important;
}
.desktop-foo-mobile-apps a img{
  padding-top: 5px;
  padding-bottom: 20px;
  width: 100%;
  padding-left: 5px;
}
.social-links{
  margin-bottom: 12px;
}
.social-links a{
  font-size: 21px !important;
  color: #282c3f !important;
  padding-left: 10px;
  padding-top: 10px;
}
.social-links a:first-child{
  padding-left: 0px;
}
.social-links a:hover{
  transition: all 0.3s linear;
  /*color: #00a651 !important;*/
    color: #4c3d37 !important;
}
.desktop-info-social ul{
  margin-block-start: 0em;
  padding-inline-start: 0px;
} 
.desktop-info-social ul li{
  list-style: none;
  padding-top: 10px;

}
.desktop-info-social ul li a{
  color: #696b79;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
.desktop-info-social ul li a:hover{
  transition: all 0.3s linear;
  color: #4c3d37;
}
#footer .footer-row-second{
  padding-top: 30px;
}
.desktop-popular-search .search-title{
  font-size: 12px;
  font-weight: 550;
  color: #282c3f;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  position: relative;
  margin-right: 5px;
  margin-bottom: 25px;
}
.desktop-popular-search .search-title:after{
  content: '';
  position: absolute;
  width: 90%;
  border: 1px solid;
  height: 1px;
  border-color: #eaeaec;
  top: 5px;
  margin-left: 5px;
}
.desktop-popular-search-links{
  text-align: justify !important;
}
.desktop-popular-search-links a{
  color: #696b79;
  display: inline-flex;
  font-size: 15px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 5px;
  
}
.desktop-popular-search-links a:hover{
  transition: all 0.3s linear;
  /*color: #00a651;*/
    color: #4c3d37;
}

#footer .footer-row-third{
  padding-top: 40px;
  width: 100%;
}
#footer .footer-row-third .copyright{
  float: left;
  width: 50%;
  font-size: 15px;
  font-weight: 300;
  color: #696b79;
  /*text-align: center;*/
}
#footer .footer-row-third .desktop-about-content{
  float: right;
  width: 50%;
  text-align: right;
}
#footer .footer-row-third .desktop-about-content a{
  color: #696b79;
  font-size: 15px;
  font-weight: 300;
  padding-right: 5px;
}
#footer .footer-row-third .desktop-about-content a:hover{
  transition: 0.3s all linear;
  /*color: #00a651;*/
    color: #4c3d37;
}
#footer .footer-row-third .copyright p{
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0rem;

}
.desktop-about-content .fa-ico{
  font-size: 14px;
  /*padding-top: 5px;*/
  color: #696b79;
  font-weight: bold;

}
#desktop-shop-content{
  padding-top: 10px;
  padding-bottom: 10px;
}
#desktop-shop-content .content-title{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  font-family: "NunitoSans-Regular";
  padding-bottom: 5px;
  padding-top: 30px;
}
#desktop-shop-content  p{
  line-height: 20px;
  color: #696b79;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
  /*padding-bottom: 30px;*/
  font-family: 'NunitoSans-Light';
}
#desktop-shop-content ul li{
  padding-bottom: 5px;
  line-height: 23px;
  font-size: 15px;
  font-weight: 300;
  color: #696b79;
  font-family: 'NunitoSans-Light';
}

#desktop-shop-content .content-note{
  font-size: 15px;
  font-weight: 500;
  color: #282c3f;
  font-family: 'NunitoSans-Light';
  padding-bottom: 5px;
  padding-top: 30px;
}

.desktop-home-luxury .com-title h3{
  text-align: center !important;
  padding-top: 45px;
  padding-bottom: 40px;
  color: #3e4152;
  /*color: #59308f;*/
}
.desktop-home-luxury{
  /*margin-top: 40px;*/
  /*padding-top: 60px;*/
  padding-bottom: 40px;
  /*background-image: linear-gradient(90deg,#f9f9ff,#dee8ff);*/
  padding-left: 20px;
  padding-right: 20px;
}
.luxury-collections .testimonial-wrap{
  /*margin-left: 20px;*/
  border-radius: 50%;
}

.luxury-collections .testimonial-item {
  /*border-radius: 50%;*/
  /*overflow: hidden;*/
  margin-left: 10px;
}
.desktop-home-luxury .owl-prev{
  display: none;
}
.desktop-home-luxury .owl-next{
  display: none;

}
.home-ad-offer-banner{
  /*margin-top: 70px;*/
  margin-bottom: 70px;
  margin-right: 50px;
  margin-left: 50px;
  padding-top: 70px;
  /*padding-bottom: 50px;*/
  text-align: center !important;
}
.home-ad-offer-banner img{
  width: 100%;
}
.category-row1{
  padding-top: 40px;
}

.home-shop-occasions{
  margin-right: 35px;
  margin-left: 35px;
}
.home-shop-occasions .com-title{
  text-align: center;
  display: block;  
}
.home-shop-occasions .com-title h3{
  padding-bottom: 50px;
  color: #3e4152;
  /*font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;*/
  /*font-weight: 400;*/
}
.home-shop-occasions .home-occasion-boxes{
  /*border : 1px solid #ddd;*/
  margin-bottom: 0px;
  padding-right: 2px;
  /*overflow: hidden;*/

}
.title-page{
  display: inline-flex;
  padding-left: 40px;
}
.title-page h1{
  font-weight: 500;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  font-size: 15px;
  margin: 0;
  max-width: 400px;
  color: #282c3f;
  text-transform: capitalize;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.title-page .item-count{
  font-size: 14px;
  color: #878b94;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 200;
}


/*PRODUCTS PAGE STARTS*/

.products-main{
  margin-top: 25px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.products-main .desktop-left-container{
  min-width: 252px;
  max-width: 252px;
  -webkit-box-flex: 0!important;
  /*-ms-flex-positive: 0!important;*/
  flex-grow: 0!important;
  padding-left: 20px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border : 1px solid #edebef;
  position: relative;
}

.products-main .desktop-left-container .filter-title{
  font-weight: 600;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.products-main .desktop-left-container .price-title{
  font-weight: 600;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.products-main .desktop-left-container .avail-title{
  font-weight: 600;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.products-main .desktop-left-container .filter-sub-title{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #282c3f;
}

.products-main .desktop-left-container ul.categories-list{
  padding-top: 15px;
  padding-bottom: 5px;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;

}
.products-main .desktop-left-container ul li{
  list-style: none;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 14px;
  /*display: inline-flex;*/
}
.products-main .desktop-left-container ul li label{
    display: block;
    width: 95%;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 17px;
    color: #282c3f;
    /*margin-top: -2px;*/
    /*margin: 4px;*/
}
.products-main .desktop-left-container ul li label:before{
  margin: 4px;
}
.products-main .desktop-left-container ul li input{
  margin: 0 16px 0 0;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 0px !important;
}


.products-main .desktop-left-container ul.price-list{
  padding-top: 15px;
  padding-bottom: 5px;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;

}


.products-main .desktop-left-container .item-count{
  color: #94969f;
}


.products-main .desktop-left-container ul.avail-list{
  padding-top: 15px;
  padding-bottom: 5px;
  margin-block-start: 0em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;

}

.products-main .desktop-right-container{
  /*position: absolute;*/
  padding-left: 15px;
  padding-right: 15px;
}
.products-main .desktop-right-container .desktop-search-filters{
  /*padding-top: 15px;*/
  padding-left: 15px;
  float: left;
  width: 78%;
  /*border: 1px solid #ddd;*/
  /*height: 50px;*/
  /*position: absolute;*/
}
.products-main .desktop-right-container .filter-recommend{
  float: right;
  width: 19%;
  margin-left: 20px;
  /*border: 1px solid #ddd;*/
  height: 50px;
  text-align: right;
  position: relative;
}

.products-main .desktop-left-container a{
  /*padding-top: 15px;*/
  margin-bottom: 10px;
  font-weight: 500;
  color: #ff3f6c;
  font-size: 13px;
  position: absolute;
  right: 5px;
  top: 20px;
  
}
.products-main .desktop-right-container .desktop-search-filters .filters{
  /*visibility: hidden;*/
  position: relative;
    background-color: #fff;
    text-transform: capitalize;
    color: #3e4152;
    cursor: default;
    font-size: 12px;
    padding: 5px 26px 5px 10px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 20px;
    border: 1px solid #d4d5d9;
    margin-top: 7px;
}
.products-main .desktop-right-container #desktop-search-filters #filter-values{
  /*visibility: hidden;*/
    position: relative;
    background-color: #fff;
    text-transform: capitalize;
    color: #3e4152;
    cursor: default;
    font-size: 12px;
    padding: 5px 26px 5px 10px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-radius: 20px;
    border: 1px solid #d4d5d9;
    margin-top: 12px;
    display: inline-block;
    margin-left: 10px;
}


.products-main .desktop-right-container #desktop-search-filters #filter-values:first-child{
  margin-left: 0px;
}

.products-main .desktop-right-container #desktop-search-filters #filter-values:after{
  content: 'x';
  font-size: 11px;
  color: #878b94;
  position: absolute;
  right: 10px;
  top: 6px;
}



.products-main .desktop-right-container #desktop-search-filters #filter-values:hover{
  border: 1px solid #333;
  cursor: pointer;
}

.products-main .desktop-right-container #desktop-search-filters .removeSprites{
  font-size: 11px;
  color: #878b94;
  position: absolute;
  right: 10px;
  top: 6px;
}
.products-main .desktop-right-container #desktop-search-filters  #removeSprites{
  font-size: 11px;
  color: #878b94;
  position: absolute;
  right: 10px;
  top: 6px;
}
.products-main .desktop-right-container #desktop-search-filters  .removeSprites:hover{
  cursor: pointer;
}

.products-main .desktop-right-container #desktop-search-filters #removeSprites:hover{
  cursor: pointer;
}

.filter-recommend #sort {
    background-color: #fff;
    border-radius: 0px;
    height: 35px;
    width: 200px;
    text-transform: capitalize;
    font-weight: 500;
    color: #282c3f;
    font-size: 14px;
    margin-left: 10px;   
    margin-top: 7px; 
    padding-right: 10px;
    padding: 5px;
}
.filter-recommend #sort:focus, .filter-recommend #sort:active{
  outline: none !important;
  /*box-shadow: 0 0 3pt 2pt #719ECE; */
  box-shadow: none !important;
 /*outline: none;*/
 border-color: #ddd !important;

}

.filter-recommend .selection:after {
    /*content: '\f15d';
    font-family: 'Flaticon';
    position: absolute;
    right: 65px;
    color: #333 !important;
    font-weight: 200;
    z-index: 998;
    top: 35%;
    font-size: 12px;
    z-index: auto;*/
}

.filter-recommend select {
    /*appearance: none;*/
    /*position: relative;*/
}

.filter-recommend select option{
  font-weight: 300;
  font-size: 14px;
   outline: none !important;
}



.desktop-product-list{
  margin-top: 35px;
  padding-left: 45px;
  padding-right: 40px;
}
.desktop-product{
  width: 100%;
  margin-block-start: 0em;
  margin-block-end: 0em;  
  padding-inline-start: 0px;
  position: relative;
  text-align: center;
}
.desktop-product li.product-inner{
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  list-style: none;
  display: -webkit-inline-box;
  width: 23%;
  margin-bottom: 35px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.desktop-product li.product-inner:hover{
  -webkit-box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
    box-shadow: 0 2px 16px 4px rgba(40,44,63,.07)
}

.desktop-product li a{
  /*display: inline-flex;*/
}
.desktop-product li a img{
  width: 100%;
}

.desktop-product li h3.product-title{
  display: inline-block;
  font-family: 'NunitoSans-Light';
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #282c3f;
  /*margin-bottom: 30px;*/
  /*padding-top: 15px;*/
  /*padding-left: 10px;*/

}
.desktop-product li h4.product-price{
  display: inline-block;
  font-family: 'NunitoSans-Light';
  font-size: 15px;
  color: #282c3f;
  font-weight: 550;
  /*padding-left: 10px;*/
}
.action-whishlist{  
 /* border-radius: 2px;
  border: 1px solid #d4d5d9;
  color: #282c3f;
  letter-spacing: .3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 0%;
  width: 100%;
  background-color: transparent;
  text-align: center !important;
  display: none;*/

}
/*
.desktop-product li.product-inner:hover .action-whishlist{
  display: -webkit-inline-box;
  transition: all 2s ease-in-out;
}

.action-whishlist .product-whishlist{
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d4d5d9;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #282c3f;
}
.action-whishlist .product-whishlist:hover{
  border: 1px solid #00a651;
  color: #00a651;
  transition: all 0.3s ease-in-out;
}*/
.desktop-product li.product-inner .icon-logo{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 86%;
  right: 5%;
  background-color: #f5f5f5;
  text-align: center !important;
  display: none;
  -webkit-box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
  box-shadow: 0 2px 16px 4px rgba(40,44,63,.07)
}
.desktop-product li.product-inner:hover .icon-logo{
  display: inline-block;
  transition: all 2s ease-in-out;
  bottom: 34%;
  border: 1px solid #ddd;
}
.desktop-product li.product-inner .icon-logo img{
  width: 21px;
  height: 21px;
}
.desktop-product li.product-inner .buy-now{
  position: absolute;
  right: 2.5%;
  bottom: 7%;
  font-size: 13px;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.desktop-product li.product-inner .buy-now .buy{
  color: #282c3f;
}
.desktop-product li.product-inner:hover .buy-now{
  border: 1px solid #4c3d37;
  transition: all 0.3s linear;
}

.desktop-product li.product-inner:hover .buy{
  color: #4c3d37;
  transition: all 0.3s linear;
}

.desktop-product li.product-inner:hover .product-price{
  color: #4c3d37;
  transition: all 0.3s linear;
}

.pagination-row{
  margin-top: 35px;
  margin-bottom: 85px;
}
.desktop-products-pagination{
  /*display: block !important;  */
  /*position: absolute;*/
  /*bottom: 0%;*/
  top: 20%;
  left: 30%;
}
.desktop-products-pagination a{
   text-align: center !important;
   /*background-color: #333;*/
   color: #282c3f;
   padding: 10px 12px;
   border: 1px solid #ddd;
   border-radius: 4px;
   font-weight: 500;
   font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.desktop-products-pagination a:hover{
   text-align: center !important;
   /*background-color: #fff;*/
   color: #00a651;
   border: 1px solid #00a651;
   transition: all 0.3s;
}
.desktop-products-pagination .lists{
  margin-left: 20px;
   border-radius: 0px;
   padding: 5px 6px;
   border: none;
}
.desktop-products-pagination .lists.active{
  background-color: #333;
  color: #fff;
}
.desktop-products-pagination a:last-child{
  margin-left: 20px;
}

.desktop-products-pagination a:first-child{
  pointer-events: none;
  color: #ccc;
}
.desktop-products-pagination .fa-ico{
  font-weight: 600;
}

#paging {
  padding: 0 20px 20px 20px;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 70px;
  text-align: center !important;
  display: inline-block !important;  
  position: relative;
  /*bottom: 0%;*/
  bottom: 0%;
  left: 30%;
}

#paging a {
  color: #282c3f;
  padding: 10px 12px;
  /*border: 1px solid #ddd;*/
  border-radius: 0px;
  margin-right: 5px;
  text-decoration: none;
  font-weight: 300;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  margin-left: 12px;
  font-size: 14px;
}
#paging a:first-child{  
  position: relative;
  margin-left: 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 300;
}
#paging a:last-child{  
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 300;
}
#paging a:first-child:after{
  content: 'Previous';
  position: relative;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  padding-left: 7px;
}
#paging a:last-child:before{
  content: 'Next';
  position: relative;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  padding-right: 7px;
}

#paging a.aktif {
  background: #000 !important;
  color: #fff;
}

#paging a:hover {
  border: 1px solid #000;
}

.hidden {
  display: none;
}



/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio{
  padding-left: 0px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #ed502e;
}

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

.portfolio .portfolio-item {
  margin-bottom: 10px;
  display: inline-flex;
  padding-left: 0px;
  padding-right: 0px;
  width: 48%;
  float: left;
  margin-left: 10px;
  /*height: 360px;*/
  overflow: hidden;
}

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

.portfolio .portfolio-item .magnify-img{

}
.venobox{
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
.vbox-overlay{
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}
img.vbox-figlio{
  width: auto;
   transition: all 0.3s linear;
}
img.vbox-figlio:hover{
  cursor: url('../img/magnify-cursor.png'), auto;
  /*cursor: zoom-in;*/
  transform: scale(1.4);
}

.portfolio .portfolio-item img{
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-item:hover{
  cursor: url('../img/cursor-image.png'), auto;
/*  cursor: -moz-zoom-in; 
  cursor: -webkit-zoom-in; 
  cursor: zoom-in;*/
}


.portfolio .portfolio-item .portfolio-info {
  opacity: 0.6;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ed502e;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio End
--------------------------------------------------------------*/




.desktop-single-product{
  /*padding-top: 20px;*/
  padding-left: 30px;`
  padding-right: 30px;
  /*padding-bottom: 40px;*/
  margin-bottom: 50px;
}
.desktop-single-product .product-left{`
  /*border:1px solid #ddd;*/
  /*height: 50px;*/
}
.desktop-single-product .product-right{
  /*border:1px solid #ddd;*/
  /*height: 50px;*/
  padding-top: 15px;
  position: relative;
}

.desktop-single-product .product-right h3{
    font-family: 'NunitoSans-Light';
    font-weight: 600;
    font-size: 22px;
    color: #282c3f;
    /*padding-bottom: 10px;*/
    display: inline-flex;
}
.product-right .available{
  display: inline-flex;
  padding-top: 10px;
}
.product-right .review-count{
   /*color: #00a651;*/
  font-family: 'NunitoSans-Light';
  font-weight: 300;
  font-size: 15px;
  padding: 5px;
  border: 1px solid #00a651;
  border-radius: 4px;
}
.product-right .review-count:hover{
  color: #282c3f;
  border: 1px solid #282c3f;
  transition: all 0.3s linear;
  cursor: pointer;
}
.product-right .stock-avail{
  /*color: #00a651;*/
  font-family: 'NunitoSans-Light';
  font-weight: 300;
  font-size: 14px;
  /*padding-top: 5px;*/
  /*padding-left: 12px;*/
  margin-bottom: 0rem;
}

.product-right .price-offers{
  display: inline-flex;
  /*padding-top: 5px;*/
}
.product-right .price-offers h5{
  color: #333;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 23px;
}
.product-right .price-offers h6{
  padding-left: 20px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 17px;
  color: #282c3f;
  padding-top: 5px;
}
.product-right .price-offers span{
   padding-left: 20px;
   font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
   font-size: 20px;
   font-weight: 500;
  letter-spacing: .5px;
  color: #00a651;
}
.product-right .tax-info{
   font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
   font-size: 14px;
   font-weight: 400;
   color: #00a651;
   display: block !important;
}

.product-right .variety-main-box{
  padding-top: 30px;

}
.product-right .variety-main-box h6{
  font-weight: 600;
  color: #282c3f;
  font-size: 17px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

.product-right .variety-main-box .var-boxes{
  width: 31.33%;
  height: auto;
  float: left;
  margin-left: 1.2%;
  border-radius: 5px;
  background-color: rgba(245,245,246,1);
}

.product-right .variety-main-box .var-boxes:hover{
  -webkit-box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
  box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);

}

.product-right .variety-main-box .var-boxes:first-child{
  margin-left: 0px;
}

.product-right .variety-main-box .var-boxes label{
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.product-right .variety-main-box .var-boxes input{
 margin-right: 5px;
 margin-top: 3px;
 width: 16px;
 height: 16px;
 box-sizing: border-box;
 border-radius: 0px !important;
 font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.product-right .variety-main-box .var-boxes input:hover{
  cursor: pointer;
}
.product-right .variety-main-box .var-boxes label:hover{
  cursor: pointer;
}

.product-right .variety-main-box .var-boxes span{
  padding-left: 5px;
  font-size: 17px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.product-right .variety-main-box .var-boxes p{
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

.product-right .products-all .buy-whislist{
  margin-top: 40px;
  text-align: left;
  position: relative;
  margin-bottom: 10px;
}

/*.buy-whislist:before{
  content: "\eed2";
  font-family: "IcoFont";
  position: absolute;
  font-size: 28px;
  color: #fff;
}*/

.product-right .products-all .buy-whislist .btn-cart{
  width: 250px;
  padding: 13px;
  /*background-color: #00a651;*/
  background:  linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #333;
  font-weight: 500;
  margin-right: 10px;
  /*opacity: 0.8;*/
  position: relative;
  font-family: 'NunitoSans-Regular';
}

/*.btn-cart:before{
  content: "\eed2";
  font-family: "IcoFont";
  position: absolute;
  font-size: 28px;
  color: #333;
}*/

.product-right .products-all .buy-whislist .btn-cart:hover{
  /*opacity: 1;*/
  border: 1px solid #282c3f;
  transition: all 0.1s linear;
}

.product-right .products-all .buy-whislist .btn-whislist{
  width: 250px;
  padding: 13px;
  color: #282c3f;
  font-weight: 500;
  border: 1px solid #ddd;
  margin-left: 10px;
  position: relative;
  font-family: 'NunitoSans-Regular';
}

/*.btn-whislist:after{
  content: "\eed2";
  font-family: "IcoFont";
  position: absolute;
  font-size: 28px;
  left: 20px;
  top: 5px;
  color: #282c3f;
}
*/
.product-right .products-all .buy-whislist .btn-whislist:hover{
 border: 1px solid #282c3f; 
}

.product-right .products-all .buy-whislist .fa-ico{
  color: #333;
  font-size: 26px;
  position: absolute;
  left: 30px;
  top: 12px;
  z-index: 2;
  font-weight: 300;
}
.product-right .products-all .buy-whislist .fa-ico2{
  color: #282c3f;
  font-size: 26px;
  position: absolute;
  /*left: 100px;*/
  top: 12px;
  /*z-index: 2;*/
  font-weight: 300;
  padding-left: 25px;
}

.product-right .products-all .buy-whislist .fa-ico3{
  color: #fff;
  font-size: 33px;
  position: absolute;
  left: 100px;
  top: 12px;
  z-index: 999;
  font-weight: 300;
}
.product-right .pro-detail-title{
  font-family: 'NunitoSans-Light';
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
}
.product-right .pro-desc{
  font-size: 15px;
  font-family: 'NunitoSans-Light';

}

.product-right .products-all .specific-list{
  margin-block-start: 0em;
  padding-inline-start: 20px;
}
.product-right .products-all .specific-list li{
  /*list-style: ;*/
  font-family: 'NunitoSans-Light';
  padding-bottom: 10px;
  font-size: 15px;
}
.product-right .products-all .pro-note{
  font-family: 'NunitoSans-Light';
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 14px;
}

/*.product-right .prod-reviews{
  padding-top: 30px;
}

.product-right .prod-reviews h6{
  font-weight: 600;
  color: #282c3f;
  font-size: 17px;
  padding-bottom: 10px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;  
}
.product-right .prod-reviews .review-count{
  margin-left: 5px;
  border: none;
  font-weight: 400;
  font-size: 16px;
}
.product-right .prod-reviews .review-desc{
  color: #282c3f;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

.product-right .prod-reviews .review-ident{
  display: inline-flex;
   color: #282c3f;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.product-right .prod-reviews .review-ident .review-user{
  padding-right: 10px;

}
.product-right .prod-reviews .review-ident .review-date{
  padding-left: 10px;
}*/

.desktop-similiar-pro{

}
.desktop-similiar-pro h6.similiar-title{
  font-weight: 500;
  color: #282c3f;
  font-size: 17px;
  padding-bottom: 30px;
  padding-left: 15px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

.desktop-similiar-pro .single-list-additional-pro{
  margin-bottom: 50px;
}

.desktop-product2{
  width: 100%;
  margin-block-start: 0em;
  margin-block-end: 0em;  
  padding-inline-start: 0px;
  position: relative;
}
.desktop-product2 li.product-inner{
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #f5f5f5;
  list-style: none;
  display: -webkit-inline-box;
  width: 19%;
  margin-bottom: 35px;
  padding-bottom: 20px;
  position: relative;
}
.desktop-product2 li.product-inner:hover{
  -webkit-box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
    box-shadow: 0 2px 16px 4px rgba(40,44,63,.07)
}

.desktop-product2 li a{
  /*display: inline-flex;*/
}
.desktop-product2 li a img{
  width: 100%;
}

.desktop-product2 li h3.product-title{
  display: inline-block;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #282c3f;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-left: 10px;

}
.desktop-product2 li h4.product-price{
  display: inline-block;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 14.5px;
  color: #00a651;
  font-weight: 500;
  padding-left: 10px;
}
.action-whishlist{  
  border-radius: 2px;
  /*border: 1px solid #d4d5d9;*/
  color: #282c3f;
  letter-spacing: .3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
 /* position: absolute;
  bottom: 20%;
  left: 5%;*/
  width: 100%;
  background-color: transparent;
  text-align: left !important;
  /*display: none;*/

}

.desktop-product2 li.product-inner:hover .action-whishlist{
  /*display: -webkit-inline-box;
  transition: all 2s ease-in-out;*/
}

.action-whishlist .product-whishlist{
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d4d5d9;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #282c3f;
}
.action-whishlist .product-whishlist:hover{
  border: 1px solid #00a651;
  color: #00a651;
  transition: all 0.3s ease-in-out;
}
.desktop-product2 li.product-inner .icon-logo{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 5%;
  right: 5%;
  background-color: #f5f5f5;
  text-align: center !important;
  display: none;
  -webkit-box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
  box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
  /*border: 1px solid #333;*/
}
.desktop-product2 li.product-inner:hover .icon-logo{
  display: inline-block;
  transition: all 2s ease-in-out;
  bottom: 34%;
  border: 1px solid #ddd;
}
.desktop-product2 li.product-inner .icon-logo img{
  /*width: 90%;*/
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.desktop-product2 li.product-inner .buy-now{
  position: absolute;
  right: 5%;
  bottom: 3%;
  font-size: 13px;
  /* padding: 3px; */
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.desktop-product2 li.product-inner .buy-now .buy{
  color: #282c3f;
}
.desktop-product2 li.product-inner:hover .buy-now{
  border: 1px solid #00a651;
  /*color: #00a651;*/
  transition: all 0.3s linear;
}

.desktop-product2 li.product-inner:hover .buy{
  color: #00a651;
  transition: all 0.3s linear;
}
.desktop-similiar-pro .single-list-additional-pro .explore-more{
  margin-top: 20px;
}

.show-cart li {
  display: flex;
}
.card {
  margin-bottom: 20px;
}
.card-img-top {
  width: 200px;
  height: 200px;
  align-self: center;
}

.nav-menu li.cart{
  position: relative;
}

.desktop-cart-badge{
  /*display: none;*/
  white-space: nowrap;
    text-align: center;
    line-height: 18px;
    /*padding: 0 3px;*/
    height: 18px;
    width: 18px;
    /*background-color: #00a651;*/
    /*background-color: #fdaca0;*/
    background: linear-gradient(to bottom right,#fdaca0,#fcf0e2) !important;
    /*background: #ff3f6c;*/
    position: absolute;
    border-radius: 50%;
    font-size: 11px;
    color: #4c3d37;
    left: 30px;
    top: -4px;
    font-weight: 700;
    font-family: 'NunitoSans-Light';
    border: 1px solid #ddd;
}
.modal-backdrop{
  /*z-index: -999;*/
}
.modal-backdrop.show{
  opacity: 0;
  z-index: 2;
}
/*PRODUCTS PAGE END*/

.modal{
  /*position: unset !important;*/
  z-index: 1;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

.modal-dialog{  
  position: absolute !important;
  right: 40px;
  top: 150px;
/*  z-index: 999 !important;*/
}

#header.header-scrolled .modal-dialog{
  top: 80px;
}

.modal-dialog h5{
  font-family: 'NunitoSans-Light';
  font-size: 14px;
  font-weight: 400;
}
.modal-dialog .table td, .table th{
  border: none;
  /*width: 200px;*/
  text-align: justify;
  font-family: 'NunitoSans-Light';
  font-size: 13px;
  font-weight: 400;
  vertical-align: unset;
  padding: 0rem;
}
.table td, .table th{

}
.modal-dialog .table td:first-child{
  width: 70%;
  text-align: left;
  font-family: 'NunitoSans-Light';
  color: #4c3d37;
  font-weight: 600;
}
.modal-dialog .table td:nth-child(2){
    /*width: 25px;*/
    color: #4c3d37;
  }
  .modal-dialog .table td:nth-child(3){
    /*width: 30px;*/
    font-size: 16px;
    color: #4c3d37;
  }
  .modal-dialog .table td:nth-child(4){
    /*width: 20px;*/
    font-size: 16px;
    color: #4c3d37;
  }
   .modal-dialog .table td:nth-child(5){
    /*width: 30px;*/
    font-size: 16px;
    color: #4c3d37;
  }
  .modal-dialog .table td:nth-child(6){
    /*width: 20px;*/
    font-size: 16px;
    color: #4c3d37;
  }
  .modal-dialog .table td:nth-child(7){
    /*width: 20px;*/
    font-size: 16px;
    color: #4c3d37;
  }
   .modal-dialog .table td:nth-child(8){
    /*width: 30px;*/
    font-size: 16px;
    color: #4c3d37;
  }
  .modal-dialog .table td:nth-child(9){
    /*width: 20px;*/
    font-size: 16px;
    color: #4c3d37;
  }
  .modal-dialog .table td:nth-child(10){
    /*width: 20px;*/
    font-size: 16px;
    color: #4c3d37;
  }
 
.modal-dialog .table tr{
  width: 230px;
  text-align: justify;
  padding-bottom: 15px !important;
  display: inline-flex;
}
.btn-danger{
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-color: transparent;
}
.btn-danger:hover{
  background-color: transparent;
  cursor: pointer;
  color: #00a651 !important;
  transition: all 0.2s linear;
}
.show-cart{
  margin-bottom: 0px;
}
.modal-content{
  border: 1px solid #fff;
/*  -webkit-box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);
  box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);*/
  /*background-color: rgba(245,245,246,1);*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
  width: 250px;
}
.modal-header{
  padding: 10px 10px;
}
.modal-footer{
  display: unset;
  padding-left: 2px;
  padding-right: 2rem;
  padding: 0rem;
}
.modal-body{
 padding: 10px 10px; 
}
.modal-header .close{
  padding: 14px 14px;
  margin: -1rem -1rem -1rem auto;
  font-size: 21px;
}
.modal-header .close:hover{
   color: #4c3d37 !important;
  transition: all 0.2s linear;
}
.go-to-checkout{
  background-color: transparent;
  border: none;
  color: #282c3f;
  font-family: 'NunitoSans-Light';
  font-size: 13px;
  float: right;
  /*margin-left: 60px;*/
}
.go-to-checkout:hover{
  background-color: transparent;
  color: #4c3d37;
  transition: all 0.2s linear;
}
.clear-cart{
  background-color: transparent;
  border: none;
  color: #282c3f;
  font-family: 'NunitoSans-Light';
  font-size: 13px;
  float: left;
}
.clear-cart:hover{
  background-color: transparent;
  color: #4c3d37;
  transition: all 0.2s linear;
}

#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}

#layoutSidenav {
  display: flex;
}
#layoutSidenav #layoutSidenav_nav {
  flex-basis: 225px;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-225px);
}
#layoutSidenav #layoutSidenav_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  min-height: calc(100vh - 56px);
  margin-left: -225px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
  transform: translateX(0);
}
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1037;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
    transition: margin 0.15s ease-in-out;
  }

  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(-225px);
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-left: -225px;
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    display: none;
  }
}
.sb-nav-fixed .sb-topnav {
  z-index: 1039;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
  width: 225px;
  height: 100vh;
  z-index: 1038;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
  padding-top: 56px;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
  overflow-y: auto;
}
.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 225px;
  top: 56px;
}

#layoutError {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutError #layoutError_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutError #layoutError_footer {
  min-width: 0;
}

.img-error {
  max-width: 20rem;
}

.nav .nav-link .sb-nav-link-icon,
.sb-sidenav-menu .nav-link .sb-nav-link-icon {
  margin-right: 0.5rem;
}

.sb-topnav {
  padding-left: 0;
  height: 56px;
  z-index: 1039;
}
.sb-topnav .navbar-brand {
  width: 225px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
}
.sb-topnav.navbar-dark #sidebarToggle {
  color: rgba(255, 255, 255, 0.5);
}
.sb-topnav.navbar-light #sidebarToggle {
  color: #212529;
}

.sb-sidenav {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}
.sb-sidenav .sb-sidenav-menu {
  flex-grow: 1;
}
.sb-sidenav .sb-sidenav-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
  padding: 1.75rem 1rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
  font-size: 0.9rem;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
  transform: rotate(-90deg);
}
.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
  margin-left: 1.5rem;
  flex-direction: column;
}
.sb-sidenav .sb-sidenav-footer {
  padding: 0.75rem;
  flex-shrink: 0;
}

.sb-sidenav-dark {
  background-color: #212529;
  color: rgba(255, 255, 255, 0.5);
}
.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: rgba(255, 255, 255, 0.25);
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: rgba(255, 255, 255, 0.25);
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: rgba(255, 255, 255, 0.25);
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
  color: #fff;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
  color: #fff;
}
.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
  color: #fff;
}
.sb-sidenav-dark .sb-sidenav-footer {
  background-color: #343a40;
}

.sb-sidenav-light {
  background-color: #f8f9fa;
  color: #212529;
}
.sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: #adb5bd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link {
  color: #212529;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: #adb5bd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: #adb5bd;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
  color: #007bff;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link.active {
  color: #007bff;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
  color: #007bff;
}
.sb-sidenav-light .sb-sidenav-footer {
  background-color: #e9ecef;
}

.desktop-login-box{
  position: absolute;
  top: 200px;
  width: 420px;
  overflow: hidden;
  border-radius: 0px !important;
  background-color: #fafafa;
  margin-bottom: 40px;
  /*border: 1px solid #ddd;*/
}
.card-header{
  padding: 0px;
  border-bottom: none;
  background-color: transparent;
}
.card-header a:hover{
  cursor: auto;
}
.card-header img{
  width: 100%;
}
.card-footer{
  border-top: none;
  background-color: transparent;
  border-radius: 0px !important;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
}
.shadow-lg{
  box-shadow: 0 0rem 0rem !important;
}
.card{
  border-radius: 0px !important;
}
.desktop-login-box .signIncontainer{
  display: inline-flex;
  width: 100%;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 50px;
}
.desktop-login-box .signIncontainer h6{
  font-size: 17px;
  font-weight: 500;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  /*padding-left: 30px;*/
  padding-right: 7px;

}
.desktop-login-box .signIncontainer h6:last-child{
  padding-left: 7px;
}
.desktop-login-box .signIncontainer span{
  font-size: 14px;
  font-weight: 300;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.card-body{
  padding-top: 0px;
  padding-left: 50px;
  padding-right: 50px;
}
.card-body .form-control{
  border-radius: 0px;
  font-size: 15px;
  font-weight: 300;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  position: relative;
  padding-left: 60px;
}
.card-body .country-code{
  position: absolute;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 300;
  z-index: 999;
  margin-top: 7px;
  margin-left: 10px;
  margin-right: 20px;
  border-right: 1px: solid #ddd;
  color: #282c3f;
  /*top: 5px;*/
  /*left: 6px;*/
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
.card-body input[type="tel"]:focus{
  outline: none !important;
  border: 1px solid #00a651;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  transform: translateX(5px);
}
.card-body{
   font-size: 14px;
  font-weight: 300;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}

.card-body .btn-login{
  width: 100%;
  border:none;
  background-color: #00a651;
  color: #fff;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
}
.card-body .accept{
  padding-bottom: 20px;
  padding-top: 10px;
}
.card-body .terms{
  color: #00a651;
}
.card-body .terms:hover{
  color: #282c3f;
  transition: all 0.2s linear;
}
.card-body .btn-login:hover{
  opacity: 0.8;
}
.desktop-login-box .OTPVerifycontainer{
  /*display: block;*/
  width: 100%;
  padding-left: 50px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-right: 50px;
}
.desktop-login-box .OTPVerifycontainer h6{
  font-size: 17px;
  font-weight: 500;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  /*padding-left: 30px;*/
  padding-right: 7px;
}
.desktop-login-box .OTPVerifycontainer p{
  font-size: 14px;
  font-weight: 300;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  /*padding-left: 30px;*/
  padding-right: 7px;
}

.desktop-login-box .card-body .otp-box{
  display: inline-flex;    
}
.desktop-login-box .card-body .otp-box .form-control{
  padding: 0px !important;
  width: 14% !important;
  margin-left: 6%;
  font-size: 19px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
}
.desktop-login-box .card-body .otp-box .form-control:first-child{
  margin-left: 0%;
}

.desktop-login-box .card-body a.resend{
  padding-top: 20px;
  font-family: Whitney,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
  font-weight: 500;
}
 input[type=number] {
    height: 50px;
    /*width: 35px;*/
    font-size: 25px;
    text-align: center;
    border: 1px solid #ddd;    
    color: #282c3f;

}
 input[type=number]:focus{
  outline: none !important;
  border: 1px solid #282c3f;
  box-shadow: none;
 }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/********END E-COM EDIT**********/



/*******VOS EDIT START*******/

#header{
  /*position: relative;*/
}

#header .small-icons-header{
  /*display: inline-flex;*/
  /*width: 30%;*/
  /*position: absolute;*/
  /*top: 0px;*/
  /*border:  1px solid #ddd;*/
}
#header .inner-left{
  /*position: absolute;*/
  float: left;
  /*padding-left: 100px;*/
  padding-top: 40px;
  width: 15%;
  text-align: left !important;
  transition: all 0.3s linear;
}
#header.header-scrolled .inner-left{
  /*position: absolute;*/
  /*right: 100px;*/
  /*top: -17px;*/
  /*text-align: right !important;*/
  transition: all 0.3s linear;
  padding-top: 10px;
  /*z-index:-1;*/
}
#header.header-scrolled .inner-right{
  padding-top: 5px !important;
  transition: all 0.3s linear;
  z-index:999 !important;
}
#header.header-scrolled .nav-menu ul{
  margin-top: 11px;
}
#header .inner-right{
  float: right;
  /*padding-right: 100px;*/
  padding-top: 35px;
  width: 15%;
  text-align: right;
  transition: all 0.3s linear;
}
/*#header.sc .small-icons-header .inner-left*/
#header  .ico{
  font-size: 17px;
  color: #4c3d37;
}
#header .inner-right a{
  font-size: 12px;
  color: #4c3d37;
  font-family: 'NunitoSans-Regular';
  padding-right: 7px;
  margin-left: 10px;
}
.nav-menu li:hover::before{
  /*position: absolute;
  content: '';
  font-family: 'NunitoSans-Regular';
  border-bottom: 3px solid #4c3d37;
  width: 75px;
  height: 3px;
  /*top: 10px;*/
/*  bottom: 0px;
  left: 20px;*/

}
#header.header-scrolled .nav-menu > ul > li{
  padding-top: 5px;
}


#header.header-scrolled .desktop-cart-badge{
  bottom: 23px !important;
  top: unset;
}
.nav-menu li:hover{
/*  position: absolute;
  content: '';
  font-family: 'NunitoSans-Regular';*/
  /*border-bottom: 2px solid #4c3d37;*/
  transition: all 0.1s linear;
 /* width: 75px;
  height: 3px;
  top: 10px;
  bottom: 0px;
  left: 20px;*/

}

.nav-menu .drop-down .mega-menu .mega-menu-left li:hover{
  border: none;
}
.nav-menu .drop-down .mega-menu .mega-menu-right li:hover{
  border: none;
}
.nav-menu .drop-down .mega-menu .mega-menu-middle li:hover{
  border: none;
}
.nav-menu .drop-down .single-menu li:hover{
  border: none;
}
.nav-menu .drop-down li{
  border: none;
}

#footer .reach-us{
  width: 100%;
}
#footer .reach-us li{
  color: #696b79;
  display: block;
  font-size: 15px;
  font-weight: 300;
}
#hero .sub-item{
  position: absolute;
  right: 130px;
  top: 70px;
  width: 30%;
  /*box-shadow: 0 -19px 19px 2px rgba(0, 0, 0, 0.1);*/
  /*border: 1px solid #ddd;*/
}
#hero .carousel-container{
  /*border-left: 1px solid #e9e8e8;
  border-right: 1px solid #e9e8e8;*/
/*  padding-top: 40px !important;
  padding-bottom: 40px !important;*/
}

#hero .carousel-control-prev:hover, #hero .carousel-control-next:hover{
  /*background-color: #000;*/
  background: rgba(0, 0, 0, 0.2);
  /*opacity: 0.6;*/
  transition: all 0.2s linear;
}


/*******HOME PAGE START*******/

.home{
  margin-top: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.home .home-content{

}

.home .home-content h1{

  font-size: 2rem;
  line-height: 1.25;
  color: #000!important;
  font-family: 'SterlingDisplay';
  font-weight: 400;
  letter-spacing: normal;
  transform: rotate(-1turn);
  padding-bottom: 10px;
}
.home .home-content p{
  font-family: 'NunitoSans-Light';
  font-weight: 300;
  font-style: normal;
}

.home-show-case{
  margin-top: 40px;
  /*padding-top: 40px;*/
  overflow: hidden;
}

.home-show-case .show-boxes{
  /*border: 1px solid #f1f1f1;*/
  color: #000;
  font-family: 'NunitoSans-Regular';
  overflow: hidden;
  /*text-align: center;*/
}

.home-show-case .show-boxes .inner-show-box:hover{
  border:  1px solid #ddd;
  transition: all 0.5s linear;
}

.home-show-case .show-boxes .inner-show-box{
  /*border: 1px solid #ddd;*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
}

.show-boxes .inner-show-box .inner-bottom-box{
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-show-case .show-boxes .inner-show-box img{
  width: 100%;
  /*-webkit-box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);*/
  /*box-shadow: 0 2px 16px 4px rgba(40,44,63,.07);*/

}
.home-show-case .show-boxes .inner-show-box p{
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0rem;
  margin-block-end: 0em;
  color: #282c3f;
  font-size: 14px;
}
.home-show-case .show-boxes .inner-show-box .inner-bottom-box h4{
  text-align: center;
  font-size: 21px;
}

.shop-by-cat{
  margin-top: 95px;
  padding-right: 10px;
  padding-left: 10px;
}
.shop-by-cat .cat-boxes{
  /*border: 1px solid #ddd;*/
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 20px;
}
.shop-by-cat .cat-boxes .inner-cat-box{
  /*border: 1px solid #ddd;  */
  background-color: #f5f5f5;
  overflow: hidden !important;
  /*margin-top: 10px;*/
  text-align: center;
}
.shop-by-cat .cat-boxes .inner-cat-box img{
  width: 100%;
}
.shop-by-cat h2.title-content{
  text-align: center;
  font-size: 1.75rem;
    line-height: 1.25;
    color: #000!important;
    font-family: 'SterlingDisplay';
    font-weight: 400;
    letter-spacing: normal;
    transform: rotate(-1turn);
    padding-bottom: 10px;
}

.shop-by-cat p.title-para{
  font-family: 'NunitoSans-Light';
  font-weight: 300;
  font-style: normal;
  padding-bottom: 25px;
}

.shop-by-cat .cat-boxes .inner-cat-box:hover{
  cursor: pointer;
}
.shop-by-cat .cat-boxes:hover {
  /*border: 1px solid #333;*/
  /*transition: all 0.3s linear;*/
}

.shop-by-cat .cat-boxes:hover .inner-cat-box img{
  transition: all 0.6s linear;
  transform: scale(1.1);
  overflow: hidden;
}

.shop-by-cat .category-row2{
  margin-top: 30px;
}
.shop-by-cat .cat-boxes .cat-product-title{
  text-align: center;
}
.shop-by-cat .cat-boxes .cat-product-title:hover{
  cursor: pointer;
}
.shop-by-cat .cat-boxes{
  position: relative;
}
.shop-by-cat .cat-boxes p{
  text-align: center;
  font-family: 'NunitoSans-Regular';
  font-weight: 400;
  font-size: 14px;
 /* padding-top: 8px;
  padding-bottom: 5px;*/
  position: absolute;
  bottom: 8px;
  left: 20px;
  margin-bottom: 0px;
  color: #4c3d37;
}
.shop-by-cat .cat-boxes .ico{
  position: absolute;
  bottom: 12px;
  right: 20px;
  color: #4c3d37;
  font-size: 18px;
}
.shop-by-cat .cat-boxes:hover .ico{
  /*color: #4c3d37;*/
   background: -webkit-linear-gradient(#feedf6, #fcf0e2);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s linear;
}

.home-interior-banner{
  margin-top: 110px;
  /*border-top: 2px solid #fcc2b9;*/
  /*border-bottom: 2px solid #fcc2b9;*/
  position: relative;
}
.home-interior-banner .ad-banner{
  /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  /*height: 500px;*/
  width: 100%;

}

.home-interior-banner .ad-banner img{
  width: 100%;
  /*height: 500px;*/
}

.home-interior-banner .banner-text-div{
  position: absolute;
  left: 140px;
  bottom: 120px;
}

.home-interior-banner .banner-text-div h3{
  font-family: 'SterlingDisplay';
  font-weight: 400;
  font-size: 1.8rem;
}

.home-interior-banner .banner-text-div p{
  font-family: 'NunitoSans-Regular';
  font-weight: 300;
  font-size: 15px;
  color: #282c3f;
}

.home-interior-banner .banner-text-div a{
  font-family: 'NunitoSans-Regular';
  font-weight: 400;
  font-size: 14px;
  color: #282c3f;
}
.home-interior-banner .banner-text-div a:hover{
  color: #4c3d37;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials{
  /*margin-top: 70px;*/
  /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  background: #fafafa;
  padding-top: 78px;
  padding-bottom: 40px;
}
.testimonials h2{
    font-size: 1.75rem;
}
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 180px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #ddd;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  /*font-style: italic;*/
  margin: 15px auto 15px auto;  
  font-family: 'NunitoSans-Light';
  color: #282c3f;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  /*background-color: #ed502e !important;*/
  background-color: #4c3d37;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
.testimonials .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.service-quality{
  /*margin-top: 70px;*/
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  /*background-color: #fafafa;*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  /*border-bottom: 1px solid #ddd;*/
 /* padding-left: 50px;
  padding-right: 50px;*/
}
.service-quality .col-md-3{
  border-right: 1px solid #ddd;
}
.service-quality .col-md-3:last-child{
  border-right: none;
}
.service-quality h2{
  padding-bottom: 40px;
  padding-top: 20px;
  font-size: 1.75rem;
}
.service-quality .quality-inner-boxes{  
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  /*border-right: 1px solid #ddd;*/
}

.service-quality .quality-inner-boxes:last-child{
  border-right: none;
}
.service-quality .quality-inner-boxes .ico{
  color: #282c3f;
  font-size: 38px;
  margin-bottom: 10px;
}

.service-quality .quality-inner-boxes h5{
  font-family: 'NunitoSans-Regular';
  font-weight: 300;
  font-size: 1.1rem;
}

.service-quality .quality-inner-boxes p{
  font-family: 'NunitoSans-Light';
  font-size: 14px;
  font-weight: 300;
}
.silver-widget{
  /*position: absolute !important;
  left: 30px !important;*/
  text-align: left !important;
}
.silver-widget .text-center{
  text-align: left !important; 
}
.text-left{
  text-align: left !important;
}
.heart-ico{
  display: none;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 12px;
  right: 20px;
}
.shop-by-cat .cat-boxes:hover .ico{
  display: none;
}
.shop-by-cat .cat-boxes:hover .heart-ico{
  transition: all 0.3s linear; 
  display: inline-block;
  width: 18px;
  height: 18px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  background: #fff !important;
}



/*--------------------------------------------------------------
# Footer Carousel
--------------------------------------------------------------*/


.footer-carousel .testimonial-wrap {
  padding-left: 50px;
}

.footer-carousel .testimonial-item {
  box-sizing: content-box;
  /*padding: 30px 30px 30px 60px;*/
  /*margin: 30px 15px;*/
  min-height: 180px;
  /*box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);*/
  position: relative;
  /*background: #fff;*/
}

.footer-carousel .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #ddd;
  position: absolute;
  left: -45px;
}

.footer-carousel .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.footer-carousel .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.footer-carousel .testimonial-item .quote-icon-left, .footer-carousel .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.footer-carousel .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.footer-carousel .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.footer-carousel .testimonial-item p {
  /*font-style: italic;*/
  margin: 15px auto 15px auto;
  font-family: "Raleway", sans-serif;
}

.footer-carousel .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
  text-align: center !important;
}

.footer-carousel .owl-dot {
  display: inline-flex;
  margin: 0 5px;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  /*border-radius: 0% !important;*/
  background-color: #ddd !important;
  /*text-align: center !important;*/
}
.footer-carousel .owl-dots{
  text-align: center !important;
}
.footer-carousel .owl-dot.active {
  background-color: #4c3d37 !important;
}

.footer-carousel .owl-nav.disabled{
  display: none !important;
}

.footer-carousel .owl-dots.disabled{
  display: block !important;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .footer-carousel .testimonial-wrap {
    padding-left: 0;
  }
  /*.footer-carousel .testimonial-item {
    padding: 30px;
    margin: 15px;
  }*/
  .footer-carousel .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

.home .home-vos-values{
  margin-top: 50px;
  padding-bottom: 10px;
  text-align: center;
}
.home .home-vos-values .value-boxes{
  padding-left: 20px;
  padding-right: 20px;
}
.home .home-vos-values .value-boxes .inner-value-box{
  background-color: #fafafa;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
  margin-bottom: 20px;
}
.home .home-vos-values .value-boxes .inner-value-box .ico{
  font-size: 44px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.home .home-vos-values .value-boxes .inner-value-box:hover{
  cursor: pointer;
  /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  transition: all 0.5s linear !important;
  border: 1px solid #ddd;
}
.home .home-vos-values .value-boxes .inner-value-box h2{
  font-family: 'NunitoSans-Light';
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
}

.home .home-vos-values .value-boxes .inner-value-box p{
  font-family: 'NunitoSans-Light';
}


#navbar2{
    display: none;
}
.stellarnav.mobile.left>ul{
  /*background-color: #fcc2b9;*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  border-top: 3px solid #fcc2b9;
  border-left: 1px solid #ddd;
  font-family: 'NunitoSans-Light';
  
}
.stellarnav.light a, .stellarnav.light li a{
  color: #4c3d37;
  /*font-size: 14px;*/
}
.stellarnav.light .icon-close:after, .stellarnav.light .icon-close:before {
    border-color: #4c3d37;
}
.stellarnav.light.left .half, .stellarnav.light.left .third, .stellarnav.light.right .half, .stellarnav.light.right .third {
    /*border-bottom: 1px solid rgba(0,0,0,.15);*/
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
.stellarnav.mobile.light li a{
  border-bottom: 1px solid #fff;
}

.mobile-logo{
  /*display: none;*/
}
.desktop-logo{
  display: block;
}
.stellarnav.mobile{
  /*position: relative;*/
}
.stellarnav.mobile.light li.copy{
  /*text-align: center;*/
  /*position: relative;*/
}
.stellarnav.mobile.light li.copy a{
  padding-top: 100px;
  border-bottom: none;
  /*position: absolute;*/
  bottom: 20px;  
}
.mobile-slider{
  /*border-bottom: 2px solid #fcc2b9;*/
}
.mobile-slider .carousel-item img{
  width: 100% !important;
}

/*.header-scrolled#header .logo{
  display: unset;
}*/
/*.header-scrolled#header .mobile-logo{
  display: none;
}*/
/********HOME PAGE END********/

.stellarnav.mobile .third-ul{
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
}
.stellarnav.mobile .third-ul li a{
  padding-left: 35px;
}
.show-case{
  margin-top: 75px;
}
.show-case .com-title{
  width: 100%;
}
.show-case .com-title h3{
  text-align: center !important;
  
}

.home-interior-banner .ad-banner .desktop-ad{
  display: block;
}
.home-interior-banner .ad-banner .mobile-ad{
  display: none;
}



.home-shop-best{
  margin-top: 75px;
  margin-right: 35px;
  margin-left: 35px;
}
.home-shop-best .com-title{
  text-align: center;
  display: block;  
}
.home-shop-best .com-title h3{
  padding-bottom: 50px;
  /*color: #3e4152;*/
  font-family: 'SterlingDisplay';
  /*font-weight: 400;*/
}
.home-shop-best .home-best-boxes{
  /*border : 1px solid #ddd;*/
  margin-bottom: 0px;
  padding-right: 2px;
  /*overflow: hidden;*/

}

/*CONTACT-US*/

.banner{
  position: relative;
}
.banner img{
  width: 100%;
}
.banner .desktop-banner-info{
  position: absolute;
  top: 100px;
  width: 100%;
}
.banner .desktop-banner-info h4{
  font-size: 1.5rem;
  font-family: 'SterlingDisplay';
}
.banner .desktop-banner-info p{
  font-size: 14px;
  font-family: 'NunitoSans-Light';
  padding-top: 15px;
}


.contact-us{
  padding-top: 40px;
  /*padding-bottom: 60px;*/
}
.contact-us .contact-top-box{
  text-align: center;
  width: 100%;
}
.contact-us .contact-top-box h3{
  font-family: 'SterlingDisplay';
  padding-bottom: 25px;
}
.contact-us .contact-main-box{  
  text-align: center;
  margin-bottom: 20px;
/*  padding-left: 20px;
  padding-right: 20px;*/
}
.contact-us .contact-main-box .contact-sub-box{
  /*border: 1px solid #ddd;*/
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fafafa;
}
.contact-us .contact-main-box .contact-sub-box h5{
  font-family: 'NunitoSans-Light';
  font-size: 1.2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}
.contact-us .contact-main-box .contact-sub-box .ico{
  font-size: 32px;
}
.contact-us .contact-main-box .contact-sub-box ul{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.contact-us .contact-main-box .contact-sub-box ul li{
  list-style: none;
  display: list-item;
  padding-top: 10px;

}
.contact-us .contact-main-box .contact-sub-box ul li a{
  color: #282c3f;
  font-family: 'NunitoSans-Light';
}


.contact-us .contact-main-box .contact-sub-box ul li a:hover{
  color: #4c3d37;
  
}
.g-map{
    /*margin-top: 60px;*/
    width: 100%;
    height: 400px;
}
.g-map iframe{
    width: 100%;
}
/*.hidden {
  display: none;
}*/


/**************************POP UP WINDOW**********************/

#popup1{
    z-index: 9999;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 7px;
    background: #fff;
    position: relative;
    transition: all 5s ease-in-out;
    padding-top: 30px;
    padding-bottom: 30px;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    /*font-family: 'Palatino Linotype';*/
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #4c3d37 !important;
    z-index: 999;
    opacity: 1;
    line-height: 0.9;
}
.popup .close:hover {
    color: #333 !important;
}
.popup .content {
    max-height: 30%;
    /*overflow: auto;*/
    text-align: left;
}

#popup1{
  /*position: relative;*/
  overflow: hidden;
}
#popup1 .form-group{
  width: 100%;
  /*font-family: 'Poppins', sans-serif;*/
}
.popup{
  position: absolute;
  right: 10px;
  top: 1%;
  bottom: 1%;
  padding-top: 50px;
  background-color: #fafafa;
  overflow: scroll;
  width: 32%;
  /*border-left: 1px solid #4c3d37;*/
}
.popup .content{
  margin-bottom: 40px;

}
#popup1 .appoint{
  /*border: 1px solid #ddd;*/
  background-color: #fafafa;
  position: relative;
}

.popup .img-fluid{
  margin-bottom: 20px;
}
.popup h4{
  padding-bottom: 20px;
  /*padding-top: 20px;*/
  font-family: 'NunitoSans-Light';
  padding-left: 20px;
  font-size: 1.2rem;
  color: #4c3d37;
  letter-spacing: 1px;
}
.popup .ico{
  font-size: 35px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.popup .appoint .form-control{
  border-radius: 0px;
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
  height: 45px;
  font-family: 'NunitoSans-Light';
  border: none;
  border-bottom: 1px solid #4c3d37;
  background-color: transparent;
  padding: 0px;
  letter-spacing: 1px;
}

.popup .appoint .form-control:focus{

  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #4c3d37;
  box-shadow: unset !important; 
}

.popup .appoint textarea{
  resize: none;
  color: #333 !important;
  height: 65px !important;
}

.popup .appoint .btnBook{
  padding-top: 30px;
}
.popup .appoint .btnBook .btn{
  width: 100%;
  border-radius: 0px;
  padding: 10px;
  /*background-image: linear-gradient(to right, #349ee8, #077dd0);*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
  border:1px solid #4c3d37;
  color: #4c3d37;
  font-family: 'NunitoSans-Light';
  letter-spacing: 1px;
}
#header.header-scrolled .popup{
  top: 80px !important;
}

/***********************END POP UP******************************/


.desktop-product .product-inner .ico{
  position: absolute;
  bottom: 8%;
  left: 15px;
  color: #4c3d37;
  font-size: 18px;
}
.desktop-product .product-inner:hover .ico{
  /*color: #4c3d37;*/
   background: -webkit-linear-gradient(#feedf6, #fcf0e2);
   -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s linear;
}

.desktop-product .product-inner:hover .ico{
  display: none;
}
.desktop-product .product-inner .heart-ico{
  position: absolute;
  left: 15px;
  bottom: 8%;
}
.desktop-product .product-inner:hover .heart-ico{
  transition: all 0.3s linear; 
  display: inline-block;
  left: 20;
  width: 18px;
  height: 18px;
}


.desktop-filter-list{
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-right: 40px;
  margin-left: 40px;
}
.desktop-filter-list .filter-box{
  /*border:  1px solid #ddd;*/
}
.desktop-filter-list .filter-box:first-child{
  text-align: right;
  padding-right: 20px;
}
.desktop-filter-list .filter-box:nth-child(2){
  text-align: left;
  padding-left: 20px;
}
.desktop-filter-list .filter-box:nth-child(3){
  text-align: left;
  padding-left: 20px;
}
.desktop-filter-list .filter-box:last-child{
  text-align: right;
  padding-right: 20px;
}

/****CUSTOM SELECT BOX****/

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: 'NunitoSans-Light';
  padding: 0px;
  height: auto;
  border-radius: 0px !important;
  border: 1px solid #ddd;
}
.custom-select:hover{
  /*border: 1px solid #ddd;*/
  /*transition: all 0.3s ease-in !important;*/
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
  color: #282c3f;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #282c3f transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #282c3f transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #282c3f;
  padding: 4px 8px;
  /*border: 1px solid transparent;*/
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}


/*style items (options):*/
.select-items {
  position: absolute;
  /*background-color: #fafafa;*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2); 
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}


/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/***CUSTOM SELECT BOX END****/



.filter-box p{
  position: absolute;
  left: 20px;
  top: 5px;
  font-size: 13px;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list li {
  position: relative;
  margin-bottom: 10px;
}

.load-more #next{
    font-family: 'NunitoSans-Regular';
    color: #333;
    border: 1px solid #4c3d37;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: transparent;
    margin-top: 45px;
    /*margin-bottom: 70px;*/
}

.load-more #next:hover{
   color: #4c3d37;
   background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
   border-color: #4c3d37;
   transition: all 0.3s linear;
}

.load-more #next:active{
   color: #4c3d37;
   background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
   border-color: #4c3d37;
   transition: all 0.3s linear;
   border-radius: 0px;
}

.load-more #next:visited{
   color: #4c3d37;
   background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
   border-color: #4c3d37;
   transition: all 0.3s linear;
   border-radius: 0px;
}

.desktop-product .product-inner:hover .main-img{
  transition: all 0.6s linear;
    transform: scale(1.1);
    overflow: hidden;
}

.mobile-filter-list{
  display: none;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  background-color: #fff !important;
  opacity: 1;
  margin-top: 30px;
  z-index: 55555 !important;
  border: 1px solid #ddd;

}
.mobile-filter-list .mobile-filter-box{
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  /*border: 1px solid #ddd;*/
}
.mobile-filter-list .mobile-filter-box:last-child{
  border-right: 1px solid #ddd !important;
}
.mobile-filter-list .mobile-filter-box .ico{
  font-weight: lighter;
}
.mobile-filter-list .mobile-filter-box:hover{
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
}
.mobile-filter-list .mobile-filter-box a{
  width: 100%;
  height: 100%;
  color: #4c3d37;
}
.first-filter-box:after{
  content: '';
  position: absolute;
  border-right: 1px solid #ddd;
  height: 45px;
  width: 1px;
  right: 0px;
  top: 0px;
}
#filter{
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 25px;
}
#filter .categories-list{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-top: 20px;
}
#filter .categories-list li{
  list-style: none;
  padding-bottom: 5px;
  font-size: 17px;
}
#filter .filter-title{
  padding-bottom: 20px;
}
#filter .clear-check-all{
  float: right;
  padding-right: 60px;
  /*color: #696b79;*/
  color: #EF5736
}
#filter .ico{
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  font-size: 25px;
}

#sort{
  padding-top: 40px;
  padding-bottom: 20px;
  padding-left: 25px;
}
#sort .categories-list{
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-top: 20px;
}
#sort .categories-list li{
  list-style: none;
  padding-bottom: 5px;
  font-size: 17px;
}
#sort .filter-title{
  padding-bottom: 20px;
}
#sort .clear-check-all{
  float: right;
  padding-right: 60px;
  /*color: #696b79;*/
  color: #EF5736
}
#sort .ico{
  position: absolute;
  right: 15px;
  top: 15px;
  color: #000;
  font-size: 25px;
}
.desk-search{
  /*width: 100%;*/
  background-color: #fff;
  text-align: center;
  /*position: absolute;*/
  /*top: 180px;*/
  /*z-index: 1 !important;*/
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
#header.header-scrolled .desktop-search-box{
  top: 5px;
}
.desktop-search-box{
  
  position: absolute;
  margin-top: 0px !important;
  right: 160px;
  top: 28px;
  /*position: relative;*/
}
.desktop-search-box .desktop-searchBar{
  margin-top: 0px;
  width: 260px !important;
  border-radius: 3px !important;
}
.desktop-search-box .desktop-submit{
  position: absolute;
  left: 5px;
}
.desktop-search-box .icofont-close-line{
  position: absolute;
  right: 25px;
  top: 14px;
  color: #EF5736 !important;
  font-size: 15px !important;
  font-weight: 600;

}

#header.header-scrolled .mobile-search-box{
  top: 5px;
}
.mobile-search-box{
  position: absolute;
  margin-top: 0px !important;
  left: 12px;
  top: 28px;
  z-index: 1 !important;
  /*position: relative;*/
}
.mobile-search-box .mobile-searchBar {
    font-size: 13px;
    font-weight: 300;
    height: 20px;
    line-height: 24px;
    width: 200px;
    color: #696e79;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* padding: 8px 10px 10px; */
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    border: none;
     border-bottom: 1px solid #ddd !important;
    border-radius: 4px 0px 0px 4px;
    border-left: 0;
    background: #fff;
    position: relative;
    margin-top: -10px;
    margin-left: 10px;
}
.mobile-search-box .mobile-searchBar{
  margin-top: 0px;
  width: 100% !important;
  border-radius: 3px !important;
}
 .mobile-search-box .mobile-searchBar:focus{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid #ddd !important;
    outline: none !important;
    box-shadow: unset !important;
  }
.mobile-search-box .mobile-submit{
  position: absolute;
  left: 0px;
  margin-left: 0px !important;
}
.mobile-search-box .icofont-close-line{
  position: absolute;
  right: 25px;
  top: 14px;
  color: #EF5736 !important;
  font-size: 15px !important;
  font-weight: 600;
}
.desktop-filter-list{

}
.desktop-filter-list .filter-box{
  position: relative;
  
}

.desktop-filter-list .filter-box a{
  color: #4c3d37;
  font-size: 14px;
}

.desktop-filter-list .filter-box:first-child{
  text-align: left !important;
}
.desktop-filter-list .filter-box:nth-child(2){
  text-align: left !important;
}
.desktop-filter-list #filter{
  position: absolute;
  z-index: 9999 !important;
  border: 1px solid #ddd;
  /*background-color: #fff;*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
  text-align: left;
  padding-left: 20px;
  width: 300px;
  font-family: 'NunitoSans-Light';
  font-size: 14px;
}
.desktop-filter-list #filter .categories-list li{
  font-size: 14px;
}
.desktop-filter-list #filter .ico{
  font-size: 20px;
  top: 10px;
}
#header.header-scrolled .desktop-filter-list#filter{
  z-index: -1 !important;
}
.desktop-filter-list #filter .filter-title{
  font-weight: 600;
}

.desktop-filter-list #sort{
  position: absolute;
  right: 40px;
  z-index: 9999 !important;
  border: 1px solid #ddd;
  /*background-color: #fff;*/
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
  text-align: left;
  padding-left: 20px;
  width: 300px;
  font-family: 'NunitoSans-Light';
  font-size: 14px;
}
.desktop-filter-list #sort .categories-list li{
  font-size: 14px;
}
.desktop-filter-list #sort .ico{
  font-size: 20px;
}
.desktop-filter-list #sort .filter-title{
  font-weight: 600;
}
#header.header-scrolled .desktop-filter-list#sort{
  z-index: -1 !important;
}
.desktop-filter-list .last{
  text-align: right !important;
}
.desktop-filter-list #sort .clear-check-all{
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}
.desktop-filter-list #filter .clear-check-all{
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
}
.desktop-filter-list #filter .cat{
  margin: 0 12px 0 0;
  width: 12px;
  height: 12px;
}

.desktop-filter-list #sort .cat{
  margin: 0 12px 0 0;
  width: 12px;
  height: 12px;
}
/*.desktop-filter-list #filter .cat:checked:before{
  background-color: #4c3d37 !important;
}*/

input[type="checkbox"]:checked{
  background-color: #4c3d37 !important;
}

input[type="checkbox"]:checked + .cat {
  background-color: red !important;
  transform: scale(1.25);
}

/*input[type="checkbox"]:checked + .cat:after {
  width: 10px;
  background: #333;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + .cat:before {
  width: 5px;
  background: #333;
  transition: width 150ms ease 100ms;
}*/

.footer2{
  /*border-top: 4px solid linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  /*border-color: */
}
.login-main{
  width: 100%;
  margin-bottom: 70px;
  margin-top: 230px;
  border-right: 1px solid #ddd;
}
.login-main .login-boxes{
  background-color: #fff;
  padding-left: 40px;
  padding-top: 45px;
  padding-bottom: 10px;
  position: relative;
  height: auto;
  
}
.login-main .login-boxes:first-child{
  position: relative;
}
.login-main .login-boxes::after{
  position: absolute;
  content: '';
  /*border-right: 1px solid #feedf6;*/
  border-right: 1px solid #ddd;
  height: 300px;
  width: 1px;
  top: 10%;
  right: 0%;
  bottom: 10%;
}

.login-main .second::after{
  content: '';
  border-right: none !important;
}

.login-main .login-boxes:nth-child(2):after{
  border: none;
}
.login-main .login-boxes h3{
  font-family: 'SterlingDisplay';
  /*font-weight: 600;*/
  font-size: 1.6rem;
}
.login-main .login-boxes p{
  font-family: 'NunitoSans-Light';
  font-size: 15px;
}
.login-main .login-boxes .card{
  border: none;
}
.login-main .login-boxes .card-body{
  padding-left: 0px;
}
.login-main .login-boxes .card-body .form-group{
  margin-bottom: 35px;
  position: relative;
}

.login-main .login-boxes .card .card-body .form-group:last-child{
  margin-bottom: 10px !important;
}
.login-main .login-boxes .card-body .form-control{
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #333;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.login-main .login-boxes .card-body .form-control:focus{
  box-shadow: none;
  outline: none;
}
.login-main .login-boxes .card-body .form-control:focus::placeholder{
  transition: all 0.3s linear;
  transform:translateY(-19px);
  font-size: 10px;
  padding-bottom: 5px;
} 
.login-main .login-boxes .card-body .form-control::placeholder{
  letter-spacing: 1px;
  font-weight: lighter;
  font-family: 'NunitoSans-Light';
}
.login-main .login-boxes .card-body .btn-login{
  background-color: #333;
  /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
}
.login-main .login-boxes .card-body .btn-login:hover{
  transition: all 0.3s linear;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #000;
  border: 1px solid #333;
}
.login-main .login-boxes .frmRegister{
  /*padding-right: 45px;*/
}
.login-main .login-boxes .frmRegister .btn-register{
   background-color: #333;
   color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  border: none;
  margin-top: 40px;
  font-weight: 600;
  font-size: 14px;
}
.login-main .login-boxes .frmRegister .btn-register:hover{
  transition: all 0.3s linear;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #000;
  border: 1px solid #333;
}
.login-main .login-boxes:nth-child(2){
  padding-right: 45px;
  padding-left: 45px;
}
.login-main .login-boxes:nth-child(2) p{
  padding-top: 10px;
}
.login-main .login-boxes .error{
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  text-align: left !important;
}
.login-main .login-boxes .small a{
  color: #333;
  font-size: 13px;
}
.login-main .login-boxes .small a:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
.login-main .login-boxes .card-body .form-group .icofont-eye-blocked {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 10px;
  }

.login-main .login-boxes .card-body .form-group .icofont-eye-alt {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 10px;
    color: #4c3d37;
  }

/*START SIGN UP - CREATE NEW ACCOUNT*/

.signup-main{
  width: 100%;
  margin-bottom: 70px;
  margin-top: 230px;
  padding-right: 60px;
  padding-left: 60px;
}
.signup-main .signup-boxes{
  background-color: #fff;
  padding-left: 40px;
  padding-top: 45px;
  padding-right: 40px;
  padding-bottom: 10px;
  position: relative;
  height: auto;
}

.signup-main .signup-boxes:after{
  position: absolute;
  content: '';  
  border-right: 1px solid #ddd;
  height: 700px;
  width: 1px;
  top: 10%;
  right: 0%;
  bottom: 10%;
}

.signup-main .signup-boxes h3{
  font-family: 'SterlingDisplay';
  /*font-weight: 600;*/
  font-size: 1.6rem;
}
.signup-main .signup-boxes p{
  font-family: 'NunitoSans-Light';
  font-size: 14px;
  padding-top: 20px;
}
.signup-main .signup-boxes .card{
  border: none;
  margin-top: 25px;
}
.signup-main .signup-boxes .card-body{
  padding-left: 0px;
}
.signup-main .signup-boxes .card-body .form-group{
  margin-bottom: 35px;
  position: relative;
}
.signup-main .signup-boxes .card-body .form-group:first-child{
  margin-bottom: 15px;
}
.signup-main .signup-boxes .card .card-body .form-group:last-child{
  margin-bottom: 10px !important;
}
.signup-main .signup-boxes .card-body .form-control{
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #333;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.signup-main .signup-boxes .card-body .form-control:focus{
  box-shadow: none;
  outline: none;
}
.signup-main .signup-boxes .card-body .form-control:focus::placeholder{
  transition: all 0.3s linear;
  transform:translateY(-19px);
  font-size: 10px;
  padding-bottom: 5px;
} 
.signup-main .signup-boxes .card-body .form-control::placeholder{
  /*letter-spacing: 1px;*/
  font-weight: lighter;
  font-family: 'NunitoSans-Light';
}
.signup-main .signup-boxes .card-body .btn-login{
  background-color: #333;
  /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
}
.signup-main .signup-boxes .card-body .btn-login:hover{
  transition: all 0.3s linear;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #000;
  border: 1px solid #333;
}
.signup-main .signup-boxes .frmRegister{
  /*padding-right: 45px;*/
}
.signup-main .signup-boxes .frmRegister .btn-register{
   background-color: #333;
   color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
  width: 100%;
  border: none;
  margin-top: 40px;
  font-weight: 600;
  font-size: 14px;
}
.signup-main .signup-boxes .frmRegister .btn-register:hover{
  transition: all 0.3s linear;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #000;
  border: 1px solid #333;
}
.signup-main .signup-boxes:nth-child(2){
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 45px;
}
.signup-main .signup-boxes:nth-child(2) p{
  padding-top: 10px;
}
.signup-main .signup-boxes .error{
  padding-top: 0px !important;
  padding-bottom: 10px !important;
  text-align: left !important;
}
.signup-main .signup-boxes .small{
  font-weight: 600;
}
.signup-main .signup-boxes .small a{
  color: #333;
  font-size: 13px;
  font-weight: lighter;
  font-weight: 300;
}
.signup-main .signup-boxes .small a:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
.signup-main .signup-boxes .small .fa-ico{
  color: #4c3d37;
}

.signup-main .signup-boxes .gift-box{
  width: 100%;
}


.signup-main .signup-boxes .display-value {
   height: 39px;
   width: 85px;
   display: flex;
   /*position: absolute;*/
   /*border: 2px solid #666;*/
}
.signup-main .signup-boxes .value-text {
   display: flex;
   padding-left: 0px;
   font-family: 'NunitoSans-Light';
   align-items: center;
   color: #666;
   letter-spacing: 0.5px;
}
.signup-main .signup-boxes .arrow {
   left: 60px;
   top: 17px;
   position: absolute;
}
.signup-main .signup-boxes .arrow.arrow-up {
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid black;
}
.signup-main .signup-boxes .arrow.arrow-down {
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid black;
}
.signup-main .signup-boxes .select-container {
   width: 85px;
   padding: 0px;
   position: absolute;
   visibility: hidden;
   margin: 0px;
   height: fit-content;
   border: 1px solid #ddd;
   background-color: #fff;
   list-style-type: none;
   display: block;
   z-index: 9999 !important;
}

.signup-main .signup-boxes .select-container:focus {
   outline:none;
}
.signup-main .signup-boxes .select-option {
   display: none;
   height: 40px;
   display: flex;
   padding-left: 10px;
   font-family: 'NunitoSans-Light';
   align-items: center;
   color: #666;
   letter-spacing: 0.5px;
}
.signup-main .signup-boxes .select-option:hover {
   background-color: #fafafa;
}

.signup-main .signup-boxes .card-body .form-group .icofont-eye-blocked {
    position: absolute;
    font-size: 20px;
    right: 20px;
    top: 10px;
}
.signup-main .signup-boxes .card-body .form-group .icofont-eye-alt{
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 10px;
  color: #4c3d37;
}

/*END SIGN UP - CREATE NEW ACCOUNT*/

.stellarnav .logDiv{
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
  /*background-color: #fff;*/
  position: relative;

}
.stellarnav .menu-title{
  margin-bottom: 0px;
  padding-top: 10px;
  line-height: 1.4rem;
  padding-left: 10px;
  
}
.stellarnav .username{
  padding-top: 10px;
  color: #314901;
  line-height: 1.4rem;
  margin-bottom: 0px;
  font-size: 14px;
}
.stellarnav .menu-content{
  margin-bottom: 0px;
  padding-top: 10px;
  line-height: 1.4rem;
  padding-left: 10px;
  font-size: 14px;
  /*color: #314901;*/
}
.stellarnav .user-mobile{
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.4rem;
  padding-left: 10px;
  font-size: 14px;
  color: #314901;
}
.stellarnav .menu-welcome{
  margin-bottom: 0px;
  padding-top: 20px;
  line-height: 1.4rem;
  padding-left: 10px;
}

.stellarnav .logDiv img{
  width: 47px;
  height: 47px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.stellarnav .logDiv .dd-toggle{
  display: none;
}
.stellarnav .logDiv #log{
  border-bottom: none; 
  /*border: 1px solid #ddd; */
  width: 55%; 
  margin-left: 5px;
  padding: 10px;
  /*display: none;*/
}
.stellarnav .logDiv #loginbtn{
  /*display: none;*/
}
.nav-menu .drop-down:nth-child(8) .mega-menu img{
  width: 45px;
  height: 45px;
  position: absolute;
  right: 20px;
  top: 35px;
}
.loghidden{
  display: none !important;
}
.logvisible{
  display: inline-block !important;
}
#navwhole{
  display: inline-block;
}
#logoutBtn{
  display: inline-block;
  padding-left: 10px;
}
#message{
  display: inline-block;
  padding-top: 20px;
  /*padding-left: 12px;*/
  font-size: 15px;
  margin-bottom: 0rem;
}
#logoutBtn .pe-va{
  font-weight: 900;
  font-size: 14px;
  padding-right: 5px;
}
.logo-quote{
  display: block;
  font-size: 11px;
  margin-top: -2px;
  padding-top: 5px;
}

.page-info{
  font-size: 16px;
  font-weight: 600;
  font-family: 'NunitoSans-Light';
  padding-bottom: 15px;
}
/*********PRODUCT IMAGE MAGNIFIER WITH THUMBNAIL SLIDER START*********/

.product__carousel {
  display: block;
  max-width: 500px;
  margin: 1em 1em;
  background-color: #fafafa;
}
/*.product__carousel h2{
  font-size: 16px;
  font-weight: 600;
  font-family: 'NunitoSans-Light';
  padding-bottom: 15px;
}*/
.product__carousel a {
  display: block;
  margin-bottom: 15px;
}

.product__carousel .gallery-top {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
  position: relative;
  overflow: hidden;
 /* padding-right: 45px;
  padding-left: 45px;*/
}
.product__carousel .gallery-top .swiper-slide a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
  min-width: 100%;
  min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
  color: #333;
}
.swiper-button-next, .swiper-button-prev{
  height: 20px !important;
  width: 20px !important;
  margin-top: unset !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 16px !important;
}

.product__carousel .gallery-thumbs .swiper-slide {
  position: relative;
  transition: border .15s linear;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
}
.easyzoom.is-ready img{
  cursor: url('../img/magnify-cursor.png'), auto !important;
}

/*********PRODUCT IMAGE MAGNIFIER WITH THUMBNAIL SLIDER END*********/



#quantity{
  /*width: 300px;*/
  /*margin: 0 auto;*/
  text-align: left;
  padding-top: 20px;
  /*margin-left: 30px;*/
}

#quantity .qty{
  font-size: 15px;
  font-family: 'NunitoSans-Regular';
}

#quantity .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  /*margin: 0px;*/
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 7px 0;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#quantity .value-button:hover {
  cursor: pointer;
}

#quantity #decrease {
  margin-right: -4px;
  font-size: 17px;
  /*border-radius: 8px 0 0 8px;*/
}

#quantity #increase {
  margin-left: -4px;
  font-size: 17px;
  /*border-radius: 0 8px 8px 0;*/
}

#quantity #input-wrap {
  margin: 0px;
  padding: 0px;
}

#quantity input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 40px;
  height: 40px;
  /*font-size: 12px;*/
}

#quantity input[type=number]::-webkit-inner-spin-button,
#quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-also-like{
  padding-top: 0px;
}
.similiar-products{
  margin-bottom: 65px;
}
#count{
  background-color: transparent !important;
  width: 20px;
  text-align: right;
  border:none !important;
  padding: unset !important;
  font-size: 14px;
  font-family: 'NunitoSans-Regular';
  font-weight: 600;
  width: 20%;
}


.product-right .qty-val{
  margin-top: 35px;
}

.product-right .display-value {
   height: 39px;
   width: 230px;
   display: flex;

   /*position: absolute;*/
   /*border: 2px solid #666;*/
}
.product-right .qty{
  position: relative;
  padding-top: 10px;
  font-family: 'NunitoSans-Light';
}
.product-right .value-text {
   display: flex;
   padding-left: 5px;
   font-family: 'NunitoSans-Light';
   align-items: center;
   color: #666;
   letter-spacing: 0.5px;
   width: 75px;
   position: relative;
   border: 1px solid #333;
   background-color: #f5f5f6;
   border-radius: 4px;

}
.product-right .arrow {
   left: 60px;
   top: 17px;
   position: absolute;
   display: none;
}
.product-right.arrow.arrow-up {
   width: 10;
   height: 10;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-bottom: 6px solid black;
}
.product-right .arrow.arrow-down {
   width: 0;
   height: 0;
   border-left: 6px solid transparent;
   border-right: 6px solid transparent;
   border-top: 6px solid black;
   position: relative;
   left: -20px;
}
.product-right .select-container {
   width: 70px;
   padding: 0px;
   position: absolute;
   left: 130px;
   visibility: hidden;
   margin: 0px;
   height: fit-content;
   border: 1px solid #ddd;
   background-color: #fff;
   /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
   list-style-type: none;
   display: block;
   z-index: 9999 !important;
}

.product-right .select-container:focus {
   outline:none;
}
.product-right .select-option {
   display: none;
   height: 25px;
   display: flex;
   padding-left: 10px;
   font-family: 'NunitoSans-Light';
   align-items: center;
   color: #666;
   padding-bottom: 10px;
   padding-top: 10px;
   /*letter-spacing: 0.5px;*/
}
.product-right .select-option:hover {
   background-color: #fafafa;
}
.modal .input-group{
  /*display: inline-flex;*/

  /*flex-wrap: nowrap;*/
  display: none;
}
.minus-item{
  height: 25px;
  padding: 5px;
  padding-top: 0px;
  border-radius: 0px;
  background-color: #333;
  border: none;
  font-weight: 500;
  font-family: 'NunitoSans-Regular';
}
.minus-item:hover{
  background-color: #ddd;
  color: #333;
}
.plus-item:hover{
  background-color: #ddd;
  color: #333;
  
}
.plus-item{
  height: 25px;
  padding: 5px;
  padding-top: 0px;
  border-radius: 0px;
  background-color: #333;
  border: none;
  font-family: 'NunitoSans-Regular';
  font-weight: 500;
}
.modal .form-control{
  padding: 10px;
  font-family: 'NunitoSans-Regular';
  font-weight: 500;
}
.modal input[type=number]{
  height: 25px;
  font-size: 13px;
  width: 25px;
  padding: 5px;
  font-family: 'NunitoSans-Regular';
  font-weight: 500;
}
.modal .fa-ico{
  color: #333;
}
.modal .fa-ico:hover{
  color: #333;
}
.modal .btn{
  border: none;
}
.modal .delete-item{
  padding: 0px;
  margin-left: 30px;
  width: 20px;
  height: 20px;
}
.modal .btn:hover{
  border: none;
}
#number{
  font-family: 'NunitoSans-Regular';
  font-weight: 600;
  font-size: 15px;
}
.info-bubble{
  position: relative;
  padding-left: 30px;
  margin-top: -10px;

}
.info-bubble:hover > .bubble{
  display: block;
}
.bubble{
  /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  position: absolute;
  left: 190px;
  top: -65px;
  z-index: 1 !important;
  display: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.bubble h1{
  font-family: 'NunitoSans-Light';
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 0px;
}
.bubble p{
    font-family: 'NunitoSans-Light';
    font-size: 14px;
}
.bubble-text{
  /*background:#139ee0; */
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color:#333; 
  padding:7px 15px;
  border-radius:3px; 
  width: 220px;
  transition: all 0.3s ease-in-out;
}

.bubble-text::after{
  content:""; 
  border-left:20px solid transparent;
  border-right:20px solid transparent;
  border-top: 20px solid transparent;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  position: absolute;

}
.bubble .close{

}
.bubble .close:hover{
  cursor: pointer;
}


/***CART-CHECKOUT PAGE****/
.process{

}
.process .top-process{
  
}
.process .top-process h6{
  display: inline-flex;
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  padding: 5px;
}
.checkout-main{
  margin-top: 40px;
  margin-bottom: 75px;
}
.checkout-inner-main{
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fafafa;
  width: 100%;
}
.checkout-boxes{
  height: auto;
  /*display: inline-flex;*/
  float: left;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  /*width: 70%;*/
}
.checkout-boxes h3{
  font-family: 'NunitoSans-Regular';
  font-size: 17px;
  font-weight: 500;
}
.checkout-boxes h5{
  font-family: 'NunitoSans-Regular';
  font-size: 15px;
  font-weight: 500;
}
.checkout-boxes:first-child{
  /*width: 100%;*/
  /*border-right: 1px solid #333;*/
  position: relative;
}
.checkout-boxes:first-child::after{
  position: absolute;
  content: '';
  border-right: 1px solid #ddd;
  width: 1px;
  height: 100%;
  top: 0%;
  right: 0%; 
  bottom: 15%;
}

.checkout-boxes:last-child{
  /*max-width: 32%;*/
  /*position: relative;*/
}

.dummy-table{
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-family: 'NunitoSans-Regular';
  font-weight: 500;
}
.dummy-table th{
  font-family: 'NunitoSans-Regular';
  font-weight: 500;
  padding-right: 30px;
}
.checkout-boxes .show-cart{

}
.checkout-boxes .table td, .table th{
  vertical-align: middle !important;
  text-align: center;
}
.checkout-boxes .input-group{
  width: 70%;
}
.checkout-boxes input[type=number] {
    height: 25px;
    font-size: 15px;
    font-family: 'NunitoSans-Regular';
}
.checkout-boxes .table td:first-child{
  text-align: left;
  padding-left: 35px;
  width: 33%;
  font-size: 14px;
  font-family: 'NunitoSans-Regular';
}
.checkout-boxes .table td:nth-child(2){
  display: none;
}
.checkout-boxes .table td:nth-child(3){
  /*text-align: center;*/
  width: 12%;
  position: absolute;
  left: 40px;
  padding: 0rem;
}
.checkout-boxes .table td:nth-child(3) .cart-img{
  width: 100%;
  height: 60px;
  margin-top: -5px
}
.checkout-boxes .table td:nth-child(4){
  text-align: center;
  width: 45%;
  font-size: 14px;
  font-family: 'NunitoSans-Regular';
}
.checkout-boxes .table td:nth-child(5){
  text-align: left;
  width: 32%;
}
.checkout-boxes .table td:nth-child(6){
 display: none;
}
.checkout-boxes .table td, .table th{
  border-top: 0px;
}
.checkout-boxes .table td:last-child{
  /*text-align: left;
  width: 22%;*/
}
.count-cart{
  text-align: center;
  font-family: 'NunitoSans-Regular';
  font-size: 15px;
  /*padding-left: 30px;*/
  padding-bottom: 20px;
}
.form-checkout{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.form-checkout #cartRemoveAll{
    width: 40%;
    padding: 10px;    
    /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
    color: #333;
    font-weight: 600;
    margin-right: 10px;
    /* opacity: 0.8; */
    position: relative;
    font-family: 'NunitoSans-Regular';
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    background-color: #fafafa;
}
.form-checkout #cartRemoveAll:hover{
  border: 1px solid #333;
  transition: all 0.3s linear;
}
.form-checkout #cartContinue:hover{
  border: 1px solid #333;
  transition: all 0.3s linear;
}
.form-checkout #cartContinue{
    width: 40%;
    padding: 10px;    
    background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
    color: #333;
    font-weight: 600;
    margin-right: 10px;
    /* opacity: 0.8; */
    position: relative;
    font-family: 'NunitoSans-Regular';
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}
.checkout-boxes .checkout-content{
  font-family: 'NunitoSans-Light';
  font-size: 15px;
}
.checkout-boxes .cart-gift-box{
  width: 80%;
  text-align: center;
}

.add-address{
    font-size: 15px;
    position: absolute;
    right: 30px;
    top: 25px;
    color: #333;
    /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    /*border: 1px solid;*/
}
.add-address:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}

.checkout-boxes .address-box{
  width: 100%;
  /*padding: 12px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  margin-top: 30px;
  border-style: dashed;
  border: 1px dashed #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  position: relative;
}
.address-type-box{
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: 'NunitoSans-Light';
  font-size: 14px;
  color: #00a651;
  margin-left: 10px;
  border: 1px solid #00a651;
  border-radius: 4px;
}
.address .dummy-table{
  padding-bottom: 20px;
  /*margin-bottom: 10px;*/
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  margin-top: 35px;
}
.address .dummy-table th{
  font-family: 'NunitoSans-Light';
  font-size: 15px;
  font-weight: 400;
}
.address .input-group .minus-item{
  display: none !important;
}
.address .input-group .plus-item{
  display: none !important;
}
.address .table{
  padding-top: 15px;
  font-size: 14px;
}
.address .table td, .table th{
  border-top: none !important;
}
.address .table td:first-child{
  width: 60%;
  padding-top: 20px;
  padding-left: 40px;
}
.address .table td:nth-child(2){
  display: none;
  /*width: 12%;*/
  /*padding-top: 20px;*/
}
.address .table td:nth-child(3) .cart-img{
  width: 70px;
  height: 60px;
}
.address .table td:nth-child(3){
  text-align: center;
    width: 12%;
    position: absolute;
    left: 50px;
    padding: 0rem;
}
.address .table td:nth-child(4){
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-family: 'NunitoSans-Regular';
}

.address .table td:last-child{
  display: none;
}
.address .input-group{
  width: 70%;
}
.address .input-group input[type="number"]{
  background-color: transparent;
  border: none;
}
.tot-table{
  width: 100%;
  
   font-family: 'NunitoSans-Regular';
  font-size: 14px;
}
.tot-table td:first-child{
  width: 50%;
  text-align: center;
}
.tot-table td:last-child{
  width: 50%;
  text-align: center;
  /*padding-right: 45px;*/
}
.address #cartcontinue{
  width: 100%;
   padding: 9px;    
    background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
    color: #333;
    font-weight: 600;
    margin-right: 10px;    
    position: relative;
    font-family: 'NunitoSans-Regular';
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 30px;
}

.address #cartcontinue:hover{
  border: 1px solid #333;
  transition: all 0.3s linear;
}

.help-cart{
    font-family: 'NunitoSans-Regular';
    font-size: 14px;
    /*color: #333;*/
    margin-top: 15px;
     /* background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    position: absolute;
    bottom: 10px;
    right: 45px;
    color: #333;
}
.help-cart:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
.address .frmaddressoptions{
  position: absolute;
  top: 15px; 
  right: 20px;
}
.address .saved{
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
}
.address .name{
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  /*line-height: 1.9;*/
  margin-bottom: 0.5rem;
}
.address .mobile{
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  margin-bottom: 0.5rem;
  /*line-height: 1.9;*/
}

.address .filled-address{
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  margin-bottom: 0.5rem;
  /*line-height: 1.9;*/
}
.address .filled-city{
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  margin-bottom: 0.5rem;
  /*line-height: 1.9;*/
}
.address .filled-state{
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  margin-bottom: 0.5rem;
  /*line-height: 1.9;*/
}
.address .filled-pincode{
  font-family: 'NunitoSans-Regular';
  font-size: 14px;
  margin-bottom: 0.5rem;
  /*line-height: 1.9;*/
}
.address #editaddress{
  width: 100px;
    padding: 5px;    
    background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
    color: #333;
    font-weight: 600;
    margin-right: 10px;    
    position: relative;
    font-family: 'NunitoSans-Regular';
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}
.address #remaddress{
  width: 100px;
    padding: 5px;    
    background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
    color: #333;
    font-weight: 600;
    margin-right: 10px;    
    position: relative;
    font-family: 'NunitoSans-Regular';
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}
.address #editaddress:hover, .address #remaddress:hover{
  border: 1px solid #333;
  transition: all 0.3s linear;
}
.address .info-box{
   width: 100%;
  /*padding: 12px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  margin-top: 30px;
  border-style: dashed;
  border: 1px dashed #ddd;
  border-radius: 5px;
}
.checkout-boxes .info-box{
   width: 100%;
  /*padding: 12px;*/
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  /*margin-top: 30px;*/
  border-style: dashed;
  border: 1px dashed #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}


.main-address-box{
  margin-top: 10px;
  /*margin-bottom: 70px;*/
}
.main-address-box .address-data{
  /*background-color: #fafafa;*/
  width: 100%;
  /*border: 1px solid #ddd;*/
  border-radius: 8px;
  /*padding-top: 30px;*/
  padding-bottom: 30px;
}
.main-address-box .address-data .inner-data{
  
}
.main-address-box .address-data .inner-data h6{
  font-family: 'NunitoSans-Regular';
  font-weight: 500;
  font-size: 18px;
}
.main-address-box .address-data .inner-data p{
  font-family: 'NunitoSans-Light';  
  font-size: 15px;
}
.main-address-box .address-data .frmaddress{
  /*width: 50%;*/
  margin: auto;
  width: 40%;
  padding-top: 40px;
  padding-bottom: 40px;

  padding-right: 50px;
  padding-left: 50px;
  background-color: #fff;
  /*margin-top: 30px;*/
  border-style: dashed;
  border: 1px dashed #ddd;
  border-radius: 0px;
}
.main-address-box .address-data .frmaddress .form-group{
  margin-bottom: 30px;
}
.main-address-box .address-data .frmaddress #uaddress{

}
.main-address-box .address-data .frmaddress .form-control #uaddress:focus::placeholder{
  transition: all 0.3s linear;
  transform:translateY(-10px);
  font-size: 6px;
  padding-bottom: 5px;
} 

/*INPUTS*/
.main-address-box .address-data .frmaddress .form-control{
  padding-left: 0px;
  border: none;
  border-bottom: 1px solid #333;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  /*letter-spacing: 0.5px;*/
  background-color: transparent;
  border-radius: 0px;
}

.main-address-box .address-data .frmaddress .form-control:focus{
  box-shadow: none;
  outline: none;
}
.main-address-box .address-data .frmaddress .form-control:focus::placeholder{
  transition: all 0.3s linear;
  transform:translateY(-19px);
  font-size: 10px;
  padding-bottom: 5px;
} 
.main-address-box .address-data .frmaddress .form-control::placeholder{
  letter-spacing: 0.5px;
  font-weight: lighter;
  font-family: 'NunitoSans-Light';
}
.main-address-box .address-data .frmaddress .btn-save{
  background-color: #333;
  /*background: linear-gradient(to bottom right,#feedf6,#fcf0e2);*/
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  margin-top: 20px;
  border: none;
  font-family: 'NunitoSans-Regular';
}
.main-address-box .address-data .frmaddress .btn-save:hover{
  transition: all 0.3s linear;
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #000;
  border: 1px solid #333;
}


.main-address-box .address-data .frmaddress input[required]{
  background-image: radial-gradient(#F00 10%, transparent 10%), radial-gradient(#F00 15%, transparent 15%);
    background-size: 1.5em 1.5em;
    background-position: right top;
    background-repeat: no-repeat;
}

.en-able{
  pointer-events: all !important;
}

.dis-able{
  pointer-events: none !important;
}
.address #placeorder{
  width: 100%;
  padding: 9px;    
  background: linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #333;
  font-weight: 600;
  margin-right: 10px;    
  position: relative;
  font-family: 'NunitoSans-Regular';
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 30px;
}

/*CART-CHECKOUT PAGE END*/


/*FOOTER 2 START*/

.footer2{
  border-top: 1px solid #ddd;
  padding-top: 25px !important;
  padding-bottom: 15px !important;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

}
.footer2 .footer2-links{

}
.footer2 .footer2-links ul{
  display: inline-flex;
  width: unset;
  padding-left: 0px;
}
.footer2 .footer2-links ul li{
  display: flex;
  padding-left: 14px;
}
.footer2 .footer2-links ul li a{
  display: flex;
  font-family: 'NunitoSans-Light';
  color: #696b79; 
  font-size: 15px; 
}
.footer2 .footer2-links ul li a:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
.footer2 .footer-row-third{
  padding-top: 10px !important;
  padding-left: 10px;
}
.footer2 .footer-row-third .desktop-about-content img{
  margin-top: -55px;
}

/*FOOTER 2 END*/

/*CART-ADDITIONAL EDIT START*/
.go-to-cart{
  position: fixed;
  right: 0px;
  top: 495px;
  width: 160px;
  padding: 7px;
  /*background-color: #00a651;*/
  background:  linear-gradient(to bottom right,#feedf6,#fcf0e2);
  color: #333;
  font-weight: 500;
  /*margin-right: 10px;*/
  opacity: 0.8;
  font-family: 'NunitoSans-Regular';
  z-index: 999;
  border: 1px solid #ddd;
}

.cart-img{
  width: 50px;
  height: 50px;
}
.modal-content .show-cart td:nth-child(3){
  display: none;
}
.modal-content .show-cart td:nth-child(6){
  display: none;
}
.data-products{
  position: absolute;
  width: 40%;
  right: 10px;
  top: -280px;
}
.frm-wishlist-hidden{
  
}
/*CART-ADDITIONAL EDIT-END*/


/****WISHLIST START****/
.wishlist-box-main{
  margin-bottom: 75px;
}
.wishlist-box-main h3{
  padding-bottom: 45px;
}
.wishlist-box{
  background-color: #fff;
  border: 1px solid #ddd;
  /*padding: 15px;*/
  margin-bottom: 30px !important;
  margin: auto;
  width: 70%;
  border-radius: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.wishlist-box .whislist-left{
  float: left;
  width: 40%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  padding-left: 30px;
}
.wishlist-box .whislist-left:after{
  position: absolute;
  content: '';
  border-right: 1px solid #ddd;
  width: 1px;
  height: 80%;
  top: 10%;
  bottom: 10%;
  right: 0%;
}
.wishlist-box .whislist-left img{
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 3px;
  width: 75%;
}

.wishlist-box .whislist-right{
  float: left;
  width: 57%;
  padding-top: 45px;
  padding-left: 30px;
}

.wishlist-box .whislist-right p{
  font-family: 'NunitoSans-Regular';
  padding-top: 0px;
  padding-bottom: 5px;
}
.wishlist-box .whislist-right .view-product{
  position: absolute;
  right: 35px;
  top: 40px;
   /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
   /* -webkit-background-clip: text;*/
   /* -webkit-text-fill-color: transparent;*/
    font-family: 'NunitoSans-Regular';
    color: #333;

}
.wishlist-box .whislist-right .view-product i{
  /*font-size: 27px;*/
  margin-right: 7px;
}
.wishlist-box .whislist-right #st-avail{
  width: 120px;
  border: 1px solid #00a651;
  border-radius: 3px;
  font-family: 'NunitoSans-Light';
  padding: 4px;
  font-size: 13px;
  /*margin-bottom: 15px;*/
}

.wishlist-box #frmwishlist{
  padding-left: 0px;
  padding-right: 0px;
  background-color: #f5f5f5;
  margin:auto;
  text-align: right;
  position: relative;
  /*height: 50px;*/
  overflow: hidden;
  /*padding-top: 5px;
  padding-bottom: 5px;*/
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.wishlist-box #frmwishlist .add-address{
    font-size: 15px;
    position: absolute;
    right: 160px;
    top: 10px;
    /*bottom: 25px;*/
    border:none;
    color: #333;
    background: transparent;

 /*   background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}

.wishlist-box #frmwishlist .fa-ico{
  font-size: 17px;
  position: absolute;
  right:260px;
  top: 12px;
  display: inline-flex;
  color: #333;
  /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
  /*  -webkit-background-clip: text;*/
  /*  -webkit-text-fill-color: transparent;*/
}
.wishlist-box #frmwishlist .fa-ico2{
  font-size: 17px;
  position: absolute;
  right:120px;
  top: 12px;
  display: inline-flex;
  color: #333;
  /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
  /*  -webkit-background-clip: text;*/
  /*  -webkit-text-fill-color: transparent;*/
}

.wishlist-box #frmwishlist .add-cart{
  font-size: 15px;
    position: absolute;
    right: 30px;
    top: 10px;
    border:none;
    color: #333;
    background: transparent;
    /*background: linear-gradient(to right, #30CFD0 0%, #330867 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}


/****WISHLIST END****/

.main-address-box .address-data .frmpass{
  position: relative;
}
.main-address-box .frmpass .form-group input[type="password"]{
  position: relative;
}
.main-address-box .address-data .frmpass .icofont-eye-blocked{
  position: absolute;
  right: 70px;
  margin-top: -25px;
}

.main-address-box .address-data .frmpass .icofont-eye-alt{
  position: absolute;
  right: 70px;
  margin-top: -25px;
}


/****MAIL TEMPLATE START****/
.header-mail{
  width: 100%;
  /*background-color: #fcc2b9 !important;*/
   background:linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
}
.header-mail .header-content-left{
  float: left;
  width: 50%;
  text-align: left;
}
.header-mail .header-content-left img{
  width: 35%;
}
.header-mail .header-content-right{
  float: right;
  width: 50%;
  text-align: right;
}
.header-mail .header-content-right h6{
  font-family: 'NunitoSans-Light';
  font-size: 1.3rem;
  font-weight: 300;
  padding-top: 30px;
  padding-right: 70px;
}
.mail-footer{
  padding: 0px !important;
  margin-top: 65px;
}
.mail-footer .copyright{
  width: 50%;
}
.mail-footer .copyright img{
  width: 35%;

}
.mail-footer .footer-row-third .desktop-about-content img {
    margin-top: 30px !important;
    margin-right: 60px;
}


/*traking process start*/
ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type none;

}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 1em;
    margin-top: 25px;
    font-family: 'NunitoSans-Light';
    font-size: 12px;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}
ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 2em;
}
ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: none;
    border-radius: 2.2em;
    bottom: -1em;
}
ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: #fafafa;
    font-size: 1em;
    bottom: -1.1em;
}
/*tracking process end*/

.main-order-data{
  margin-top: 60px;
  margin-bottom: 20px;
}
.main-order-data .user-name{
  font-family: 'NunitoSans-Regular';
  font-size: 18px;
  padding-bottom: 30px;
  /*font-weight: 600;*/
}
.main-order-data .orders-left{
  /*background-color: #fafafa;*/
  height: auto;
  /*border: 1px solid #ddd;*/
  padding-left: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-order-data .orders-left:after{
  content: '';
  position: absolute;
  border-right: 1px solid #ddd;
  width: 1px;
  height: 80%;
  right: 0%;
  top: 10%;
  bottom: 10%;
}

.main-order-data .orders-left h6{
  font-family: 'NunitoSans-Regular';
  font-size: 17px;
  padding-bottom: 20px;
}
.main-order-data .orders-left p{
  margin-bottom: 0rem;
  font-family: 'NunitoSans-Regular';
}
.main-order-data .orders-left a{
  color: #333;
  border: 1px solid #ddd;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background:linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
  font-family: 'NunitoSans-Regular';
}
.main-order-data .orders-left a:hover{
  border: 1px solid #333;
  transition: all 0.3s linear;
}
.main-order-data .orders-right p{
  margin-bottom: 0rem;
  font-family: 'NunitoSans-Regular';
}
.main-order-data .orders-right h6{
  font-family: 'NunitoSans-Regular';
  font-size: 17px;
  padding-bottom: 20px;
}
.main-order-data .orders-right{
 /*background-color: #fafafa; */
 height: auto;
 /*border: 1px solid #ddd;*/
 padding-left: 100px;
 padding-top: 30px;
 padding-bottom: 30px;
}


.product-mail-left{
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-mail-left:after{
  content: '';
  position: absolute;
  border-right: 1px solid #ddd;
  width: 1px;
  height: 80%;
  right: 10%;
  top: 10%;
  bottom: 10%;
}
.product-mail-left img{
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.product-mail-right{

  padding-top: 20px;
  padding-bottom: 20px;
}
.product-mail-right h6{
  font-family: 'NunitoSans-Light';
  padding-top: 20px;
  font-size: 17px;
}
.product-mail-right p{
  font-family: 'NunitoSans-Light';
  font-size: 16px;
}


/****MAIL TEMPLATE END*****/

/****ORDER-SUCCESS START****/


.order-success{
  /*background-color: #fafafa;*/
}
.order-success .card{
  /*border: none;*/
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.order-success .card .success-icon{
  margin-top: 30px;
  margin-bottom: 30px;
  width: 80px;

}
.order-success .card .card-title{
  font-family: 'NunitoSans-Light';
  font-size: 15px;
}
.order-success .card .order-id{
  font-family: 'NunitoSans-Regular';
  font-weight: 500;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;

}
.order-success .card .browse{
  font-family: 'NunitoSans-Regular';
  background:linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
  border: 1px solid #333;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0px;
  margin-bottom: 30px;
}
.order-success .card .browse:hover{
  transition: all 0.3s linear;
  border: 1px solid #333;
}
.order-success .card .track{
  color: #333;
  font-family: 'NunitoSans-Light';
  padding-right: 10px;
    padding-left: 10px;
}
.order-success .card .track:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
.order-success .card .order{
  color: #333;
  font-family: 'NunitoSans-Light';
  padding-right: 10px;
    padding-left: 10px;
}
.order-success .card .order:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
.order-success .card .terms{
  font-family: 'NunitoSans-Light';
  color: #333;

}
.order-success .card .terms:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}

.order-success .logout-success{
  color: #333;
  font-family: 'NunitoSans-Light';
  padding-right: 10px;
    padding-left: 10px;
}
.order-success .logout-success:hover{
  color: #4c3d37;
  transition: all 0.3s linear;
}
/****ORDER-SUCCESS START****/

/*****MY ORDERS START******/

.orders-main{
    margin-bottom: 75px;
    margin-top: 30px;
    position: relative;
}

.orders-main .orders{
  background-color: #fff;
  margin-bottom: 30px !important;
  margin: auto;
  width: 85%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  /*padding: 12px;*/
}

.orders-main .orders .order-top-box{
  position: absolute;
  background-color: #fafafa;
  height: 40px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  display: inline-flex;
  margin-bottom: 30px;
  font-family: 'NunitoSans-Regular';
  color: #333;
  /*font-weight: 550;*/
}

.orders-main .orders .order-top-box .order-id{
  position: absolute;
  left: 20px;
  top: 7px;
}

.orders-main .orders .order-top-box .order-date{
  position: absolute;
  right: 20px;
  top: 7px;
}

.orders-main .orders .order-boxes{

  /*margin-top: 45px;*/
  padding-top: 50px;
  padding-bottom: 30px;
  display: inline-block;
  margin-bottom: 30px;
  font-family: 'NunitoSans-Regular';
  color: #333;
}
.orders .order-boxes:first-child{
  text-align: center !important;
}
.orders-main .orders .order-boxes img{
  border: 1px solid #ddd;
  width: 50%;
  background-color: #fafafa;
}
.orders-main .orders .order-boxes .ptitle{
  font-family: 'NunitoSans-Regular';
  color: #333;
  font-size: 17px;
  padding-top: 30px;
  padding-bottom: 0rem;
}
.orders-main .orders .order-boxes .qty{
  font-family: 'NunitoSans-Regular';
  color: #333;
  font-size: 15px;
  padding-top: 5px;
}
.orders-main .orders .order-bottom-box{
  position: absolute;
  background-color: #fafafa;
  height: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  display: inline-flex;
  margin-top: 30px;
  font-family: 'NunitoSans-Regular';
  color: #333;
}

.orders-main .orders .order-bottom-box .tracklink{
  position: absolute;
  left: 20px;
  top: 7px;
  color: #333;
  /*text-decoration: underline;*/
}

.orders-main .orders .order-bottom-box .shopping{
  position: absolute;
  right: 20px;
  top: 7px;
  color: #333;
  /*text-decoration: underline;*/
}
.orders-main .orders .order-bottom-box .shopping:hover, .orders-main .orders .order-bottom-box .tracklink{
  transition: all 0.3s linear;
  color: #4c3d37;
}

.listorders{
  list-style: none;
  margin: auto;
}



.load-more #nextorders{
    font-family: 'NunitoSans-Regular';
    color: #333;
    border: 1px solid #4c3d37;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: transparent;
    margin-top: 45px;
    /*margin-bottom: 70px;*/
}

.load-more #nextorders:hover{
   color: #4c3d37;
   background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
   border-color: #4c3d37;
   transition: all 0.3s linear;
}

.load-more #nextorders:active{
   color: #4c3d37;
   background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
   border-color: #4c3d37;
   transition: all 0.3s linear;
   border-radius: 0px;
}

.load-more #nextorders:visited{
   color: #4c3d37;
   background: linear-gradient(to bottom right,#feedf6,#fcf0e2) !important;
   border-color: #4c3d37;
   transition: all 0.3s linear;
   border-radius: 0px;
}

/*****MY ORDERS END******/

.frmregister input[required]{
  background-image: radial-gradient(#F00 10%, transparent 10%), radial-gradient(#F00 15%, transparent 15%);
    background-size: 1.5em 1.5em;
    background-position: right top;
    background-repeat: no-repeat;
}


/*****ORDER TRACKING****/


.fullwidth .container{
  width: 75%;
  padding-top: 1rem;
  padding-bottom: 0rem;
}

.fullwidth .progress-title{
  font-family: 'NunitoSans-Light' !important;
  font-size: 1.2rem;
}
.fullwidth .progress-note-step1{
  font-family: 'NunitoSans-Light' !important;
  font-size: 15px;
  margin-bottom: 0.5rem;
}
.progress-marker::before{
  width: 15px;
  height: 15px;
}
.progress-tracker--vertical .progress-marker::after{
  left: 5.3px;
}

.progress-step.is-complete .progress-marker::before, .progress-step.is-progress .progress-marker::before {
    background-color: yellowgreen;
}
.progress-step.is-active .progress-marker::before {
    background-color: goldenrod;
}

/*******VOS EDIT END*********/

/*.test{
  text-align: center;
}*/
.checkout-boxes .table th, .table td{
  border: none;
  padding: 10px;
}
.checkout-boxes .table tr{
  padding-top: 5px;
}



/* NEW UPDATE FOR ORDERS UPLOAD - ON 08/08/2023 */

.orders-main .upload{
  position: fixed;
  right:  10px;
  top: 45%;
  border: 1px solid #ddd;
  padding: 9px;
  background-color: #f5f5f5;
  box-shadow: 3px 3px 3px #ddd;
  z-index: 1;
}

.orders-main .upload a{
  color: #000;
  font-size: 14px;
}
.orders-main .upload a:hover{
  color: #4c3d37;
  transition: all 0.2s linear;
}





