

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  color: #cda45e;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #cda45e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}

 .pagination {
  margin: 34px 0 0 0;
}

.pagination > li > a, .pagination > li > span {
  margin: 3px;
  color: black;
  text-decoration: none;
  background-color: transparent;
  border: none;
  text-align: center;
} 

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

  color: #fff;
  cursor: default;
  background-color: #cda45e !important;
  margin: 3px;
  width: 40px;
  display: table;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #1C1C1C;
  background-color: #cda45e;
  margin: 3px;
  width: 40px;
  display: table;
}

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

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

@-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;
  text-align: center;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
  font-size: 30px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: #cda45e;
  transition: all 0.4s;
  border: 2px solid #cda45e;
}

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

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

#header {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled a{
  color: #1C1C1C;
  transition: 0.2s;
}

#header.header-scrolled .cart-nav button i{
  color: #6D6E72;
  transition: 0.2s;
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header.header-scrolled .iconuser i{
  color: #6D6E72 !important;
  transition: 0.2s;
}

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

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

#header .logo img {
  padding: 0;
  /* margin: 7px 0; */
  /* max-height: 26px; */
  margin: 0;
  max-height: 3.5em;
  margin-top: -10px;
}

#header .iconuser{
  /* display: inline-block; */
  /* margin-left: 1em; */
  padding-top: 0;
}

#header .iconuser i{
  color: #fff;
  margin-top: 0;
  /* vertical-align: middle; */
  font-size: 18px;
}
/*
#header .icon-user i:hover{
  color: #C6AE70;
} */

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Header Template Checkout
--------------------------------------------------------------*/

#headerco {
  height: 70px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#headerco a{
    color: #1C1C1C;
    transition: 0.2s;
}

#headerco.header-scrolled,
#headerco.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #f7f7f7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#headerco.header-scrolled a{
  color: #1C1C1C;
  transition: 0.2s;
}

#headerco.header-scrolled .cart-nav i{
  color: #6D6E72 !important;
  transition: 0.2s;
}

#headerco .cart-nav{
  display: inline-block;
  margin-left: 1em;
}

#headerco .cart-nav button{
  outline: none;
  border: none;
  background: none;
  padding: 0;
  /* margin-left: 1em;  */
}

#headerco .cart-nav i{
  color: #6D6E72 !important;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 16px;
}

#headerco .cart-nav button:hover{
  color: #C6AE70;
}

#headerco.header-scrolled #topbar,
#headerco.header-pages #topbar {
  display: none;
}

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

#headerco .logo h1 a,
#headerco .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#headerco .logo img {
  padding: 0;
  /* margin: 7px 0; */
  /* max-height: 26px; */
  margin: 0;
  max-height: 3.5em;
  margin-top: -10px;
}

.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  margin-top: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  /* background: url("../sources/hero-bg.png") center top no-repeat; */
  background-size: cover;
  padding: 0 0 60px 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(21, 27, 26, 0.7);
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

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

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

#hero .icon-play{
  width: 78px;
  height: 78px;
  margin-right: 4em;
  /* margin-left: 10em;
  float: left; */
  cursor: pointer;
}
#hero .icon-play:hover{
  transform: scale(1.2);
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position:relative;
  padding:0px;
}

.close {
  position:absolute;
  right:1em;
  top:1em;
  z-index:999;
  font-size:2rem;
  color:#555;
  opacity:1;
}

.close:hover{
  color: #C6AE70 !important;
}

.closedetail {
  margin: -1rem 0 -1rem auto;
  background-color: transparent;
  border: 0;
  /* right:1em; */
  top:1em;
  z-index:999;
  font-size:2rem;
  color:#C6AE70;
  opacity:1;
}

#hero .hero-info h2 {
  color: #ffffff;
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 3.3em;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

#hero .hero-info p {
  margin-bottom: 3em;
  margin-left: 2em;
  color: #D9D9D9;
  font-size: 2em;
  font-family: 'Italianno', cursive;
}

#hero .detailplay p {
  color: #ffffff;
  font-style: italic;
  display: block;
  font-size: 1.2em;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  float: right;
}

#hero .video-bg {
  height: 100vh;
  left: 400px;
  object-fit: contain;
  position: absolute;
  top: 0px;
  width: 100%

}

#hero .hero-info .btn-get-started{
  background: #048b32;
  transition: 0.5s;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 0.05rem;
  padding: 0.5em 4em;
  border-radius: 2rem;
  text-transform: capitalize;
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 1em;
  border: 1px solid transparent;
}


#hero .hero-info .btn-get-started:hover{
  background: #fff;
  transition: 0.5s;
  border: 1px solid #048b32;
  color: #048b32;
}


#hero .hero-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}


#hero .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#hero .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#hero .boxprd {
  padding: 1px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 25px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#hero .prodpd {
  padding: 5px;
}

#hero .boxprd:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


@media(min-width: 769px) {
  .responsive-iframe-media {
    width:100%;
    height:175px;
  }
}
@media(min-width: 992px) {
  .responsive-iframe-media {
    width:100%;
    height:254.98px;
  }
}
@media(min-width: 1200px) {
  .responsive-iframe-media {
    width:315px;
    height:315px;
  }
}
/*broken size*/
@media(max-width: 768px) {
  .responsive-iframe-media {
    width:100%;
    height:465px;
  }
}
@media(max-width: 575px) {
  .responsive-iframe-media {
    width:100%;
    height:495px;
  }
}

/*broken size*/


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

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

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

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav .list a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  /* transition: 0.3s; */
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  /* border-bottom: 3px solid transparent; */
}

.main-nav .list a:after {
  display:block;
  content: '';
  border-bottom: solid 3px #C6AE70;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

.main-nav a:hover:after {
 transform: scaleX(1);
}

.main-nav li.nav-active a {
  color: #C6AE70 !important;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #f7f7f7;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

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

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
  word-wrap: break-word;
  white-space: normal;
}

.main-nav .drop-down a{
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  /* transition: 0.3s; */
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1C1C1C;
  
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #C6AE70;
}

.main-nav .drop-down > a:after {
  display: inline-block;
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

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

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  max-height:300px;
  overflow:auto;
}

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

.main-nav .drop-down .drop-down > a:after {
  display:block;
  content: '';
  border-bottom: solid 3px #C6AE70;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

.main-nav .drop-down .drop-down a:hover:after {
  transform: scaleX(1);
 }

.main-nav .drop-down .drop-down > a:hover{
  left: 5px;
  transition: left 0.3s linear;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgb(21, 21, 21, 0.8);
  transition: 0.4s;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #C6AE70;
  text-decoration: none;
}

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

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

.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 .drop-down .drop-down > a:after {
  display:block;
  content: '';
  border-bottom: solid 3px #C6AE70;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  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;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #C6AE70;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(21, 21, 21, 0.8);
  overflow: hidden;
  display: none;
}

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

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav .list .cart-nav button{
  outline: none;
  border: none;
  background: none;
  padding: 0;
  margin-left: 1.2em; 
}

.mobile-nav .list .cart-nav i{
  color: #fff;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 16px;
}

.mobile-nav .list .cart-nav button:hover{
  color: #C6AE70;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header h2 {
  color: #C6AE70;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.3em;
  text-align: center;
  padding: 1em;
}

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header h4{
  margin-bottom: 3em;
  padding-top: 0;
  margin-top: 0;
  font-weight: 500;
  font-size: 24px;
  color: #1C1C1C;
  font-family: 'Poppins', sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f1faf2;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 40px 0;
}

#about .about-content {
  padding-top: 40px;
  width: 85%;
}

#about h2 {
  color: #C6AE70;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.3em;
  text-align: center;
}

#about .about-content h3 {
  color: #1C1C1C;
  font-weight: 600;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}

#about .about-content p {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

#about .about-img {
  position: relative;
  margin: 30px;
  transition: .5s;
}

#about .about-img img {
  max-width: 100%;
  position: relative;
  /* border: 8px solid #fff; */
}

#about .about-img img:hover {
  transform: scale(1.03);
}

#about .about-img:hover::before {
  left: 10px;
  top: 10px;
}

#about .about-img:hover::after {
  right: 10px;
  bottom: 10px;
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: 1;
  content: '';
  /* background-color: #ebf1fa; */
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: 2;
  content: '';
  /* background-color: #ebf1fa; */
  transition: .5s;
}

#about .row-eq-height{
    flex: 1;
}

#about .box {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    min-height: 100%;
}

#about .icon-round {
    margin: 30px auto 15px auto;
    padding-top: 12px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    border-color: #C6AE70;
    border-style: solid;
    border-width: thin;
}

#about .icon{
    font-size: 88px;
}

#about .title{
  font-size: 20px;
  color: #1C1C1C;
  font-family: 'Playfair Display', serif;
  margin-top: 15px;
}

#about .description{
  font-size: 16px;
  color: #1C1C1C;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* Menu Section
--------------------------------*/

#menu {
  padding: 40px 0;
}

#menu h2 {
  color: #C6AE70;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.3em;
  text-align: center;
}


#menu p {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

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

#menu #menu-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  font-family: "Playfair Display", serif;
}

#menu #menu-flters li:hover, #menu #menu-flters li.filter-active {
  color: #cda45e;
}

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

#menu .menu-container {

  margin-bottom: 1em;
}

#menu .menu-item {
  margin-top: 50px;
}

#menu .menu-info{
  margin-left: 8em;
}

#menu .menu-img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 50%;
  float: left;
  border: 5px solid #C4C4C4;
}

#menu .menu-content {
  margin-left: 85px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  position: relative;
}

#menu .btn-menu {
  padding: 12px 30px;
  cursor: pointer;
  border:2px solid #C6AE70;
  color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #C6AE70;
}

#menu .btn-menu:hover {
  background-color: #C6AE70;
  color: #fff;
}


#menu .menu-content::after {
/*   content: "......................................................................"
 "...................................................................."
 "...................................................................."; */
  position: absolute;
  left: 20px;
  right: 0;
  top: -4px;
  z-index: 1;
  color: #000000;
  font-family: "Poppins", sans-serif;
}


#menu .menu-content {
  margin-top: 0.8em;
  padding-right: 10px;
  position: relative;
  z-index: 3;
  font-weight: 600;
  color: #000000;
  transition: 0.3s;
}


#menu .menu-ingredients {
  margin-left: 85px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #cda45e;
}

#menu .owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#menu .owl-nav .owl-next {
  right: 0;
  display: flex;
  margin-right: 2%;
  font-size: 25px !important;
}

#menu .owl-nav .owl-prev{
  left: 0;
  display: flex;
  margin-left: 2%;
  font-size: 25px !important;
}

@media (max-width: 768px) {
  #menu .menu-info{
    margin-left: 1.5em !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  #menu .menu-info{
    margin-left: 1em;
  }
}

/*------------------------------------
# Category Menu Page
--------------------------------------*/
#order {
  padding: 40px 0;
}

#order h2 {
  color: #C6AE70;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.3em;
  text-align: center;
}

#order .card-nav{
  border: 1px solid #C6AE70;
}

#order .card-nav .card-header{
  background-color: #C6AE70;
}

.list-group-item a{
  position: relative;
  left: 0;
}

.list-group-item:hover > a{
  left: 5px;
  transition: left 0.3s linear;
}

#order .title-cat{
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#category .row-eq-height{
  flex: 1;
}

#category .card{
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

#order .prodpd{
  padding: 0 5px;
  margin-bottom: 1em !important;
}

@media (max-width: 575px){
  #order .prodpd{
    padding: 0 40px;
  }
}

#order .card-prod{
  border: 1px solid #C6AE70;
  border-radius: 10px;
  position: relative;
}

.hvrbox{
  position: relative;
}

#order .hvrbox img{
  object-fit: cover;
   background: center top no-repeat;
   background-size: contain;
  display: block;
  padding-top: 1em;
  /* opacity: 1; */
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease-in-out;
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  text-align: center;
}

.hvrbox:hover img {
  transition: .5s ease-in-out;
  opacity: 0.3;
  display: block;
}

.hvrbox:hover .middle {
  opacity: 1;
}

.hvrbox .btn {
  display: block;
  width: 100%;
  padding: 10px 30px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0;
  /* border: 1px solid #C6AE70; */
  background-color: #000;
  color: #fff;
  opacity: 0.7;
  /* color: #C6AE70; */
  /* text-align: center; */
}

.hvrbox .btn:hover {
  background-color: #000;
  color: #fff;
}

#order .titleprd{
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin: 0;
  /* position: absolute; */
}


#order .prodname{
  color: #C6AE70;
  margin-bottom: 0;
}

#order .card-body .price{
  color: #C6AE70;
  margin-top: auto;
  margin-bottom: 0;
  
}

#order .card-prod .card-footer{
  background: #C6AE70;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#order .card-footer .btnorder{
  position: relative;
  color: #fff;
  bottom: 0;
}

#order input[type="submit"]{
  background: none;
  border: none;
}

#order .card-footer .btnorder:hover {
  border-bottom: 1px solid #fff;
  bottom: 5px;
  transition: bottom 0.3s linear;
}

/* #menu .card-footer a:hover {
  border-bottom: 1px solid #fff;
  bottom: 5px;
  transition: bottom 0.3s linear;
} */

/*modal*/
.modalDetail {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity:0;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
  pointer-events: none;
  /* margin: 1em; */
}

.modalDetail:target {
  opacity:1;
  pointer-events: auto;
}

.modalDetail > div {
  max-width: 900px;
  width: 100%;
  position: relative;
  margin: 10% auto;
  padding: 20px;
  border-radius: 3px;
  background: #fff;
  /* overflow-y: auto; */
}

.closebtn {
  background: #C6AE70;
  color: #fff;
  line-height: 25px;
  font-size: 18px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 36px;
  height: 36px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  padding-top: 5px;
}

.closebtn:hover {
  background: #F7F7F7;
}

/* Minicart
--------------------------------*/
#PPMiniCart .product-name{
  font-size: 1em;
  float: right;
}

#PPMiniCart .product-detail{
  float: right;
}

#PPMiniCart .minicart-details-price {
  font-size: 1em;
}

#PPMiniCart .minicart-quantity {
  width: 30px;
}

#PPMiniCart form {
  width: 590px !important;
  padding: 10px 20px 80px !important;
  max-height:450px !important;
}

#PPMiniCart ul {
  width: 100% !important;
}

#PPMiniCart .minicart-item a {
  color: #212121 !important;
  font-size: 1em;
  display: block;
  margin-bottom: .5em;
  text-transform: capitalize;
}

#PPMiniCart .minicart-item {
  min-height:60px !important;
}

#PPMiniCart .minicart-attributes li {
  color: #999;
}

#PPMiniCart .minicart-remove {
  background: #3399cc !important;
  border: 1px solid #3399cc !important;
  opacity: 1 !important;
  outline:none;
}

#PPMiniCart .minicart-submit {
  display: none;
}

#PPMiniCart .minicart-submit:hover{
  background:#eee !important;
  border-color: #333 !important;
}

#PPMiniCart .minicart-subtotal {
  bottom: -17px !important;
}

#PPMiniCart {
  left: 44% !important;
  z-index: 99;
}

.minicart-showing #PPMiniCart form{
  overflow-x: hidden;
  overflow-y: auto;
}

#PPMiniCart .minicart-footer {
  position: relative;
  width: 80%;
}

.product-men {
  margin-top: 1.5em;
  padding-right: 5px;
  padding-left: 5px;
}

.category {
  padding-right: 5px;
  padding-left: 5px;
}

button.w3view-cart {
  outline: none;
  border: none;
  background: none;
  padding: 0;
  width: 36px;
  /* height: 30px; */
  /* color: #6c727c; */
  /* width: 100%; */
  border-radius: 0.7em;
  /* #6c727c */
}
/* button.w3view-cart:hover {
  background: #f3f4f5;
} */

.backgroundhvr{
  outline: none;
  border: none;
  background: none;
  padding: 0;
  width: 36px;
  margin: auto;
  /* height: 30px; */
  color: #6c727c;
  border-radius: 1em;
}

.backgroundhvr:hover{
  width: 36px;
  background: #f3f4f5;
}

@media(max-width:480px){
  #PPMiniCart .minicart-subtotal, #PPMiniCart .minicart-submit {
      font-size: 0.9em !important;
  }
  #PPMiniCart .product-name{
  font-size: 0.7em;
  }
}

.product-thumbnail {
  width: 4.6em;
  height: 4.6em;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding: 0;
  float: left;
}

.product-thumbnail__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}

.product-thumbnail__quantity {
  font-size: 0.85714em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114,114,114,0.9);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}

.product-thumbnail::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  border: 1px rgba(0,0,0,0.1) solid;
  z-index: 2;
}

.product-thumbnail__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
/*end minicart*/

#header .cart-nav{
  display: inline-block;
  margin-left: 1em;
}

#header .cart-nav button{
  outline: none;
  border: none;
  background: none;
  padding: 0;
  /* margin-left: 1em;  */
}

#header .cart-nav i{
  color: #fff;
  margin-top: 10px;
  vertical-align: middle;
  font-size: 16px;
}

#header .cart-nav button:hover{
  color: #C6AE70;
}

/* Parallax Section
--------------------------------*/

#parallax {
  background: url("../sources/parallax.png") center top no-repeat fixed;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
  height: auto;
  position: relative;
}

#parallax::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9;
}

#parallax .container {
  position: relative;
  z-index: 10;
}

#parallax .detail{
  text-align: center;
}

#parallax .detail h3{
  font-size: 48px;
  font-family: 'Italianno', cursive;
  color: #000000;
}

#parallax .detail h6{
  font-size: 24px;
  color: #C6AE70;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#parallax .detail p{
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #1c1c1c;

}

#parallax .btn {
  padding: 9px 30px;
  cursor: pointer;
  border:2px solid #C6AE70;
  color: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #C6AE70;
}

#parallax .btn:hover {
  background-color: #C6AE70;
  color: #fff;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
}

#testimonials .title{
  padding-bottom: 24px;
}

#testimonials .title h2{

  color: #C6AE70;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.3em;
  text-align: center;
}

#testimonials .title h4 {
  color: #1C1C1C;
  font-weight: 500;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}

#testimonials .testimonial-item {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  min-height: 190px;
  height: 100%;
  background-color: #fff;
  position : relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

#testimonials .testimonial-item p{
  color: #1C1C1C;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin: 10px;
  /* position: absolute; */
}

#testimonials .testimonial-item h5{
  color: #1C1C1C;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  margin-bottom: 0;
  margin-top: auto;
  align-self: flex-start;
  font-weight: 600;
  font-size: 14px;
}

#testimonials .owl-carousel .owl-item{
  padding: 16px;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

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

#testimonials .owl-dot.active {
  background-color: #C6AE70;
}

/* Gallery Section
--------------------------------*/
#gallery {
  padding: 40px 0;
}

#gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 300px;
  height: 200px;
  object-fit: cover;
}

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


/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 40px 0;
}

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

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #248d32;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #248d32;
}

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

#portfolio #portfolio-flters li:first-child {
  border-radius:2em 0 0 2em;
  margin-right: -5px;
}
#portfolio #portfolio-flters li:last-child {
  border-radius:0 2em 2em 0;
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #1bb1dc;
}

.portfolio-video-title{
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #1bb1dc;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #42c3e8;
}

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

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #282646;
}
#portfolio .portfolio-item .portfolio-wrap2:hover {
  background: none;
}


#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

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

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #f7f7f7;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #f7f7f7;
}

#footer .footer-top h4{
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  font-family: 'Poppins', sans-serif;
  color: #C6AE70;
  font-weight: 600;
  word-break: break-word;
  text-transform: capitalize !important;
}

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

#footer .footer-top .footer-info h4 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  font-family: 'Poppins', sans-serif;
  color: #C6AE70;
  font-weight: 600;
  word-break: break-word;
  text-transform: capitalize !important;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #777777;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: transparent;
  border-style: solid;
  border-width: thin;
  border-color: #C6AE70;
  color: #444;
  line-height: 1;
  padding: 9px 8px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  transform: scale(1.2);
}

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

#footer .footer-top .footer-links p{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #777777;
}

#footer .footer-top .footer-links h4{
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  font-family: 'Poppins', sans-serif;
  color: #C6AE70;
  font-weight: 600;
  word-break: break-word;
  text-transform: capitalize !important;
}

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

#footer .footer-top .footer-links a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #777777;
}

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

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

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-links .address-grid {
  padding: 1em;
  margin: 1.1em 0;
}

#footer .footer-links .address-left {
  float: left;
  width: 8%;
}

#footer .footer-links .address-right {
  float: right;
  width: 92%;
}

#footer .footer-links .address-grid:nth-child(2){
  margin: 0.2em 0;
}

#footer .footer-links .address-grid .address-left{

    font-size: 18px;
}

#footer .footer-links .address-right p{
  margin: 0 0 1em 0;
  font-size: .9em;
}

#footer .footerpad {
  padding-left: 5%;
}
@media (max-width: 576px) {
  #footer .footerpad {
    margin-left: 0;
  }
}


#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #777777;
  background: #C6AE70;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #777777;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #444;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #777777;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #777777;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #777777;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #777777;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #777777;
}

#footer .footer-top .form button[type="submit"] {
  border-color: #C6AE70;
  background: #f7f7f7;
  border-style: solid;
  border-radius: 3px;
  padding: 8px 30px;
  color: #C6AE70;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #C6AE70;
  color: #fff;
  cursor: pointer;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #151515;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #fff;
}

#footer .credits a {
  color: #C6AE70;
}

#footer .credits a:hover {
  color: #151515;
}

/*------------------------------------
# Modal Video
--------------------------------------*/
.videoModal .modal-header{
  border: none !important;
}

.videoModal .modal-content{
  border: none !important;
  background-color: transparent !important;
}

/*------------------------------------
# Modal Menu
--------------------------------------*/
#menu .menuModal .modal-header{
  border: none !important;
}

#modalDetail .modal-header{
  border: none !important;
}

@media(max-width: 900px){
  #modalDetail .modal-content{
    margin: 1em;
  }
}



#menu .menuModal .modal-content{
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  padding-top: 50px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden;
  border: none !important;
  background-color: transparent !important;
}

#menu .menuModal .modalimg{
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}

# Modal Sign In
--------------------------------------*/
#modal-signIn .modal-dialog{
  top: 2em;
  max-width: 600px;
}

#modal-signIn button.closemodal{
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

#modal-signIn .closemodal {
  position:absolute;
  right:1em;
  top:1em;
  z-index:999;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  opacity: .2;
}

#modal-signIn .fields {
  /* width: auto; */
  padding: 20px 5px 5px 5px;
}

#modal-signIn .fields input {
  border: none;
  outline:none;
  background: none;
  font-size: 16px;
  color: #555;
  width: 100%;
  padding: 1em 1.2em;
}

#modal-signIn .user-input {
  margin-top: 0;
  margin-bottom: 10px;
  border-radius: 25px;
  box-shadow: inset 8px 8px 8px #e9e9e9,
              inset -8px -8px 8px #ffffff;
}

#modal-signIn input[type="submit"]{
  padding: 12px 70px;
  cursor: pointer;
  border-radius: 30px;
  border-style: none;
  background: #C6AE70;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
  box-shadow:
    12px 12px 16px 0 rgba(0, 0, 0, 0.1),
    -8px -8px 18px 0 rgba(255, 255, 255, 1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

#modal-signIn input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #C6AE70;
  color: #C6AE70;
}

@media(max-width: 900px){
  #modal-signIn .modal-content{
    margin: 0.7em !important;
  }
}
/*------------------------------------
# Modal Sign In
--------------------------------------*/
#modal-signIn .modal-dialog{
  top: 2em;
  max-width: 600px;
}

#modal-signIn button.closemodal{
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

#modal-signIn .closemodal {
  position:absolute;
  right:1em;
  top:1em;
  z-index:999;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  opacity: .2;
}

#modal-signIn .fields {
  /* width: auto; */
  padding: 20px 5px 5px 5px;
}

#modal-signIn .fields input {
  border: none;
  outline:none;
  background: none;
  font-size: 16px;
  color: #555;
  width: 100%;
  padding: 1em 1.2em;
}

#modal-signIn .user-input {
  margin-top: 0;
  margin-bottom: 10px;
  border-radius: 25px;
  box-shadow: inset 8px 8px 8px #e9e9e9,
              inset -8px -8px 8px #ffffff;
}

#modal-signIn input[type="submit"]{
  padding: 12px 70px;
  cursor: pointer;
  border-radius: 30px;
  border-style: none;
  background: #C6AE70;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
  box-shadow:
    12px 12px 16px 0 rgba(0, 0, 0, 0.1),
    -8px -8px 18px 0 rgba(255, 255, 255, 1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

#modal-signIn input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #C6AE70;
  color: #C6AE70;
}

@media(max-width: 900px){
  #modal-signIn .modal-content{
    margin: 0.7em !important;
  }
}

/*------------------------------------
# Checkout
--------------------------------------*/
.order-summary__section:first-child {
  padding-top: 0;
}
.order-summary__section--product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 7em;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.order-summary__section--product-list .product-table {
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 1;
}
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: 2px;
  height: 2px;
  margin: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.product-thumbnail {
  width: 4.6em;
  height: 4.6em;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding: 0;
}
.product-thumbnail__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.product-thumbnail__quantity {
  font-size: 0.85714em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114,114,114,0.9);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.58333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
}
.product-thumbnail::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  border: 1px rgba(0,0,0,0.1) solid;
  z-index: 2;
}
.product-thumbnail__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product td{
  padding: 1em 0;
  /* padding: 0; */
  padding-right: 1em;
}
.product__price {
  text-align: right;
  float: right;
  font-size: 0.9em;
  padding-top: 2em;
}

table{
  font-size: 0.9em;
  width: 100%;
}
.order-summary__section ~ .order-summary__section {
  border-top: 1px solid rgba(175,175,175,0.34);
}
.order-summary__section {
  /* padding-top: 1.5em; */
  /* padding-bottom: 1.5em; */
}
.order-summary__sectionsub {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
td:last-child, th:last-child {
  text-align: right;
  padding-right: 1.5em;
}
.total-line-table__tbody+.total-line-table__footer .total-line th, .total-line-table__tbody+.total-line-table__footer .total-line td {
  padding-top: 3em;
  position: relative;
}

.total-line-table__tbody tr{
  padding-bottom: 3em;
}

.payment-due__price {
  font-size: 1.71429em;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1em;
}

.contact-form2 {
  padding: 2em 1em 2em 2em;
  /* padding-right: 4.5em; */
}

.col-sm-12.product-list , .col-sm-12.contact-form2{
        /* width: 100%; */
        display: block;
        height: auto;
        padding: 1em 0.5em ;
        overflow-x: hidden;
        overflow-y: auto;
}

.col-sm-12.product-list{
      float: right;
}

.col-sm-12.contact-form2{
      flex-align: right;
}

.contact-form2 input[type="text"], .contact-form2 input[type="email"], .contact-form2 input[type="password"], .contact-form2 textarea, .contact-form2 input[type="date"] {
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  padding: 0.5em 1em;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #3f3f3f;
  /* border-bottom: 1px solid #fff; */
  background: none;
  -webkit-appearance: none;
  outline: none;
}

.styled-input.agile-styled-input-top , .normal-input.agile-styled-input-top{
  margin-top: 0;
}

.styled-input input:focus ~ label, .styled-input input:valid ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label {
  font-size: .9em;
  color: #cda45e;
  top: -1.4em;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}

.styled-input2 input:focus ~ label, .styled-input2 input:valid ~ label,.styled-input2 textarea:focus ~ label ,.styled-input2 textarea:valid ~ label{
  font-size: .9em;
  color: #555;
  top: -1.4em;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  -o-transition: all 0.125s;
  -ms-transition: all 0.125s;
  transition: all 0.125s;
}

.styled-input , .styled-input-ww, .styled-input2{
  width:100%;
  margin: 2em 0 1em;
  position: relative;
}

.styled-input label, .styled-input2 label {
  color: #777;
  padding: 0.5em 0em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  font-weight: 400;
  font-size: 14px;
  letter-spacing:1px;
  display: block;
  line-height: 1em;
}

.styled-input input ~ span, .styled-input textarea ~ span, .styled-input2 input ~ span, .styled-input2 textarea ~ span, .styled-input-ww input ~ span, .styled-input-ww textarea ~ span {
  display: block;
  width: 0;
  height: 2px;
  background: rgb(39, 39, 39);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.125s;
  -moz-transition: all 0.125s;
  transition: all 0.125s;
}

.styled-input textarea ~ span, .styled-input2 textarea ~ span, .styled-input-ww textarea ~ span {
  bottom: 5px;
}

.styled-input input:focus.styled-input textarea:focus, .styled-input2 input:focus.styled-input2 textarea:focus, .styled-input-ww input:focus.styled-input-ww textarea:focus  {
  outline: 0;
}

.styled-input input:focus ~ span,.styled-input textarea:focus ~ span, .normal-input input:focus ~ span,.normal-input textarea:focus ~ span,
.styled-input2 input:focus ~ span,.styled-input2 textarea:focus ~ span, .styled-input-ww input:focus ~ span,.styled-input-ww textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s;
  -moz-transition: all 0.075s;
  transition: all 0.075s;
}

/*-- //checkout --*/

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1441px){
  .col-md-4.tigasatu{
      padding-left: 0;
  }
  .col-md-4.tigatiga{
      padding-right: 0;
  }
}

@media (max-width: 1440px){
  .col-md-4.tigasatu{
      padding-left: 0;
  }
  .col-md-4.tigatiga{
      padding-right: 0;
  }
}

@media (max-width: 1080px){
  .col-md-4.tigasatu, .col-md-4.tigadua, .col-md-4.tigatiga {
    padding: 0;
  }
}

@media (min-width: 991px) {

  .searchicon{
    display: inherit;
  }
  .main-nav a.searchtxtmob{
    display: none;
  }

  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

 /*  #testimonials .testimonial-item p {
    width: 80%;
  } */
}

@media (max-width: 991px) {

  .searchicon{
    display: none;
  }
  .searchtxtmob{
    display: block;
  }

  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #hero .icon-play{
    display: none;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }

  #modalDetail .modal-content{
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  #gallery .gallery-item img {
    width: 500px;
    height: 200px;
  }
}

/*-- mobile --*/
@media (min-width: 768px){
  #desktop {
      display: block;
  }
  #mobile {
      display: none;
  }
}


@media (max-width: 768px){
  #desktop {
      display: none;
  }
  #mobile {
      display: block;
  }
  #hero .btn-mobile {
    display: inline-block;
    background: transparent;
    transition: 0.5s;
    border: 1px solid #C6AE70;
    color: #C6AE70;
    font-size: 0.9em;
    letter-spacing: 0.05rem;
    padding: 0.5em 1.5em;
    border-radius: 2rem;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 1em;
  }
  #hero .hero-info h2 {
    color: #fff;
    margin-bottom: 0.75em;
    margin-top: 2em;
    font-size: 2.8em;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }

  #hero .hero-info p {
    font-size: 1.4em;
    margin-bottom: 3em;
    margin-left: 0;
    color: #D9D9D9;
    font-family: 'Italianno', cursive;
  }

  #hero .hero-info .btn-get-started{
    background: #048b32;
    transition: 0.5s;
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 0.05rem;
    padding: 0.4em 3em;
    border-radius: 2rem;
    text-transform: capitalize;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1em;
    margin-top: 1em;
    border: 1px solid transparent;
  }

  #about .section-header h2 {
    font-size: 2em;
  }
  #about .about-content {
    padding-top: 1em;
    padding-left: 2em;
  }

  #menu #menu-flters li {
    padding: 8px 9px 10px 9px;
    font-size: 14px;
  }

  #parallax {
    height: auto;
  }

  #parallax .detail{
    margin-top: 0;
    text-align: center;
  }

  #parallax .detail h3{
    font-size: 36px;
  }

  #parallax .detail h6{
    font-size: 24px;
  }

  #parallax .detail p{
    font-size: 18px;

  }

  #parallax .btn {
      padding: 10px 20px;
  }

  #parallax .btn > a{
    font-size: 18px;
  }

  #product .section-header h2 {
    font-size: 2em;
  }
  #portfolio .section-header h2 {
    font-size: 2em;
  }

  #business .section-header h2 {
    font-size: 2em;
  }

  #testimonials .section-header h2 {
    font-size: 2em;
  }

  #testimonials .section-header h4 {
    font-size: 18px;
  }

  #testimonials h5 {
    font-size: 0.9em;
  }
}

@media (min-width: 769px) and (max-width: 992px){
  #about .desc{
    margin-left: 4em;
  }
}
