
header .cartbtn {
    background: linear-gradient(to right, #4ca54c, #76c345) !important;}
header .view {
    border-radius: 5px;}

 header {
 box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 1s;
}
header .main-header{
    background-color: #f8f8f8; 
    background: linear-gradient(to right, #28710e, #52c234);
    padding: 5px 0;
}

header .container {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
  position: relative;
  width: 100%;
  min-height: 50px;
}
header .container .mainlogo {
  padding-right: 15px;
  max-width: 20%;
  margin-top: 0 !important;
}

header .img-logo {
  width: 100%;
}
header .container .open-search {
  border-radius: 25px;
  flex: auto;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  max-width: 50%;
  margin-top: -5px;
}

header.scrollUp {
  transform: translateY(-100px);
}
@media (max-width: 720px) {
header .container .open-search {
  max-width: 60%;
   margin: 0 10px;
}
}


@media (max-width: 991px) {
  .container .open-search {
    margin: 0;
    position: static;
    text-align: right;
  }
}

@media (max-width: 991px) {
  header .container .mainlogo {
  display:none;
}
}
.container .open-search .fa-search {
  display: none;
}
@media (max-width: 991px) {
  .container .open-search .fa-search {
    display: none;
  }
}
.container .open-search .input-open-search {
  display: none;
}
.container .open-search .input-open-search:checked ~ .cari {
  display: block;
}
@media (max-width: 991px) {
  .container .cari {
    position: relative;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
  }
}

 li.account-login a:hover {
     text-decoration: none; 
}
.container .cari .input-search {
  border-radius: 25px;
  border: 1px solid #e1e1e1;
  height: 40px;
  padding: 0 70px 0 15px;
  width: 100%;
  background: white no-repeat;
  transition: 100ms all linear 0s;
  background-image: linear-gradient(to bottom, rgba(244, 77, 38, 0.63) 0%, #fca74d 90%), linear-gradient(to bottom, #e1e1e1, #e1e1e1);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  font-size: 14px;
}

@media (max-width: 720px) {
.container .cari .input-search {
  max-height: 30px;
}
}
.container .cari .input-search:focus {
  background-size: 100% 2px, 100% 1px;
  outline: none;
}
.container .cari .button-search {
     background: #e27e1b;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 18px;
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 25px;
}


@media (max-width: 720px) {
.container .cari .button-search{
  padding: 6px 12px !important;
  right: 1px;
    top: 1px;
}
}
.container .cari .button-search .fa-search {
  display: block;
}
.container .nav-content .nav-content-list {
  align-items: center;
  display: flex;
  justify-content: space-between;

}
.container .nav-content .nav-content-list .nav-content-item {
  align-items: center;
  display: flex;
  height: 40px;
  position: relative;
  padding: 10px 15px;
  transition: 100ms all linear 0s;
}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .nav-content-item {
    padding: 0 5px;
  }
}
.container .nav-content .nav-content-list .nav-content-item .item-arrow {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
@media (max-width: 768px) {
  .container .nav-content .nav-content-list .nav-content-item .item-arrow {
    display: none;
  }
}
.container .nav-content .nav-content-list .nav-content-item .open-menu-login-account {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
  color:   #fff;
  font-size: 25px;
}
.container .nav-content .nav-content-list .nav-content-item .input-menu {
  display: none;
}
.container .nav-content .nav-content-list .nav-content-item .input-menu:checked ~ .login-list {
  display: block;
}
.container .nav-content .nav-content-list .nav-content-item .login-list {
  background: #fff;
  border-bottom: 2px solid #086b08
  border-radius: 3px;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 35px;
  transition: 100ms all linear 0s;
  width: 150px;
  z-index: 10;
      border-radius: 10px;
}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item {
  padding: 10px 10px;
  font-size: 15px;
}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover {
  background: #979897;
}
.container .nav-content .nav-content-list .nav-content-item .login-list .login-list-item:hover a {
  color: #fff;
}
.container .nav-content .nav-content-list .nav-content-item:nth-child(2):hover .fas {
  color: #e74c3c;
}
.container .nav-content .nav-content-list .nav-content-item:hover .fas {
  color: #ef7e09;
}
.container .nav-content .nav-content-list .account-login .login-text {
  align-items: end;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin-left: 8px;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .account-login .login-text {
    display: none;
  }
}
.container .nav-content .nav-content-list .account-login .login-text strong {
  display: block;
}
.container .nav-content .nav-content-list .nav-content-link {
  border-radius: 3px;
  font-size: 19px;
  transition: 100ms all linear 0s;
  color: #fff;
}
@media (max-width: 991px) {
  .container .nav-content .nav-content-list .nav-content-link {
    padding: 0;
  }
}

.nav-container {
  align-items: center;
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.nav-container .nav-row {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .nav-container .nav-row {
    display: none;
  }
}
.nav-container .nav-row .nav-row-list {
  flex: auto;
}
.nav-container .nav-row .nav-row-list .nav-row-list-link {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: 100ms all linear 0s;
}
.nav-container .nav-row .nav-row-list .nav-row-list-link:hover {
  background: #e1e1e1;
  width: 100%;
}
.nav-container .featured-category {
  flex: auto;
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  .nav-container .featured-category {
    display: none;
  }
}
.nav-container .all-navigator {
  align-items: center;
  background: #0a7a23;
  color: #fff;
  display: flex;
  height: 40px;
  padding: 0 25px;
  width: 100%;
}
@media (max-width: 991px) {
  .nav-container .all-navigator {
    margin-right: 0;
  }
}
.nav-container .all-navigator .fa-angle-up,
.nav-container .all-navigator .fa-angle-down {
  position: absolute;
  right: 25px;
}
.nav-container .all-navigator .fa-angle-up {
  display: none;
}
.nav-container .all-navigator .fas {
  font-size: 16px;
  margin-right: 0;
}
.nav-container .all-navigator span {
  margin-left: 15px;
}
.nav-container .all-category-nav {
  cursor: pointer;
  max-width: 300px;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .nav-container .all-category-nav {
    max-width: 100%;
  }
}
.nav-container .all-category-nav .open-menu-all {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative;
}
.nav-container .all-category-nav .input-menu-all {
  display: none;
}
.nav-container .all-category-nav .input-menu-all:checked ~ .all-category-list {
  display: block;
}
.nav-container .all-category-nav .input-menu-all:checked + .all-navigator .fa-angle-down {
  display: none;
}
.nav-container .all-category-nav .input-menu-all:checked + .all-navigator .fa-angle-up {
  display: block;
}
.nav-container .all-category-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  box-shadow: 2px 9px 49px -17px rgba(0, 0, 0, 0.3);
  display: none;
  height: auto;
  min-height: 300px;
  padding: 15px 0;
  position: absolute;
  top: 24px;
  width: 300px;
  z-index: 90;
}
@media (max-width: 991px) {
  .nav-container .all-category-list {
    min-width: 100%;
  }
}
.nav-container .all-category-list-item:hover {
  display: block;
  background: #545bc4;
}
.nav-container .all-category-list-item:hover .category-second-list {
  left: 100%;
  opacity: 1;
  visibility: visible;
}
.nav-container .all-category-list-item:hover .all-category-list-link {
  color: #fff;
}
.nav-container .all-category-list-link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  transition: 100ms all linear 0s;
}
.nav-container .category-second-list {
  background: #fff;
  border-bottom: 3px solid #545bc4;
  box-shadow: inset 44px -1px 88px -59px rgba(0, 0, 0, 0.37);
  display: flex;
  height: 322px;
  left: 80%;
  min-height: 297px;
  min-width: 400px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 100ms all linear 0s;
  visibility: hidden;
  width: auto;
}
@media (max-width: 991px) {
  .nav-container .category-second-list {
    display: none;
  }
}
.nav-container .category-second-list .img-product-menu img {
  max-width: 180px;
}
.nav-container .category-second-list-ul {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  padding: 0 15px;
}
.nav-container .category-second-item a {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}
.nav-container .category-second-item:hover {
  background: #545bc4;
}
.nav-container .category-second-item:hover a {
  color: #fff;
}
.sub-menu a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
}
.sub-menu ul{
  margin-left: 20px;
}

.sub-menu:hover{
  background-color: #7eb82c;
}


 /*END NAV*/

.fa-bars {
  font-size: 28px;
}

.yp-shortcut-container {
    position: relative;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    border-radius: initial;
    overflow: hidden;
    margin: 0px auto;
    padding: 16px 0px 12px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 768px) {
  .yp-shortcut-container {
    justify-content: left;
    }
  }


.yp-shortcut-grid {
    width: 10%;
    min-height: 18px;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 5px 0px 0px;
    margin: 0px 0px 10px;
    text-decoration: none;
}

@media (max-width: 768px) {
.yp-shortcut-grid {
    width: 25%;
    }
  }

.yp-shortcut-icon {
    position: relative;
    width: 62px;
    height: 62px;
    z-index: 3;
    box-shadow: #d2d2d2 0px 2px 6px 0px;
    box-sizing: border-box;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    border-radius:50%;
    border-left: none;
    border-right: none;
}

.yp-shortcut-icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.yp-shortcut-text {
    font-size: 11px;
    text-align: center;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
    bottom: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 6px 0px 0px;
    overflow: hidden;
    padding: 0px 4px;
}
.yp-shortcut-img {
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
    position: relative;
    z-index: 5;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    background-repeat: no-repeat;
}   

.header_top {
    background: #FF9800;
    min-height: 28px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.logo {
    float: left;
    margin-top: 20px;
}

@media (max-width: 430px){
.logo img {
    width: 30%;
    margin-top: 50px;
}
}

@media (max-width: 768px){
.yp-mobile{
    padding-right: 0px;
    padding-left: 0px;
}
.yp-nopadding{
 padding-right: 0px;
    padding-left: 0px;
}
}

.search input[type="submit"] {
    background: no-repeat 10px 10px #ec7500;
    padding: 5px 17px;
    height:100%;
    border-radius: 0px 25px 25px 0px;
}

.search input[type="text"] {
    padding: 8px 25%;
}

.column_center {
    margin-bottom: 10px;
}

@media (max-width: 430px){
.header_bottom_right {
    margin-bottom: -20px;
}
}

@media (min-width: 768px){
.yp-mt-25{
margin-top:5px;
padding-left: 5px
padding-right:5px;
}
}

.m_3 h3 {
    text-transform: capitalize;
    margin-top: 20px;
}

@media (max-width: 768px){
.yp-mt-25{
margin-top:5px;
padding-left: 5px;
padding-right:5px;
}
}


/* Owl-Carousel-Paket */
.owlitem{
  opacity:1;
  transition:.4s ease all;
  margin:0 0px;
  transform:scale(.9);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .owlitem{
  opacity:1;
  transform:scale(1);
} 
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(0.7, 0.8);

}
.owl-controls{position:absolute; margin-top:300px;}

.owl-image-paket {
   border-radius: 15px;
}

.owl-image-banner {
  border-radius: 12px;
  box-shadow: rgba(49, 53, 59, 0.24) 0px 1px 24px 0px
}

.owl-next{
  position: absolute;
    left: 91%;
    top: 45%;
    font-size: 30px !important;
    color: #999c99 !important;
}
.owl-prev{
  position: absolute;
    left: 3%;
    top: 45%;
    font-size: 30px !important;
    color: #999c99 !important;
}


@media(max-width:720px){
.owl-next{
  position: absolute;
    left: 80%;
    top: 32%;
   
}
.owl-prev{
  position: absolute;
    left: 0%;
    top: 32%;
}


  }

.owl-nav {
  display: none;
}

.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-dots {
    text-align: left;
    position: absolute;
    bottom: 29px;
    left: 3%;
}

@media (max-width: 720px) {
    .owl-dots {
      display:none;
    }
  }

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #005b32;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
/* End Of Owl-Carousel-Paket */

.owl-carousel .owl-item img.img-responsive.owl-image-category {
    border-radius: 50%;
    border: solid #c1c1c1 1px;
    transform: scale(0.9);
}
.owl-carousel .owl-item img.img-responsive.owl-image-category:hover {
    transform: scale(0.95);
    border: solid #0b7d0b 1px;
}
.category-card p{
  text-align: center;
  color: black;
  margin-top: 4px;
    font-size: 15px;
}
.brands {
    border-bottom: none;
}

/* Product Card */
.voffset4 {
    padding: 0 13px;
    border-style: none;
}
.view {
    box-shadow: rgb(189 165 165 / 15%) 0px 2px 4px 0px;
    padding-top: 20px;
    background: #ffffff;
    min-height: 330px;
    border: solid 1px #e6e3e3;
    border-radius: 40px;
}

@media (max-width: 768px){
.view{
min-height:290px;
}
}
.view:hover {
    box-shadow: rgba(165, 78, 36, 0.44) 0px 2px 4px 1px;
}
.bottom-view{
  background: green;
}

.image-produk{
      margin-top: 30px;
    margin-bottom: 10px;
}

.harga-view {
    margin-top: 1px;
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 3px;
    text-align:left;
    color:white;
}

h5.harga {
    margin-top: 10px;
        font-size: 12px;
}
.bvbar {
   position: absolute;
    bottom: 0px;
    left: 2px;
    padding: 2px 10px;
    border-radius: 8px 8px 0 0px;
    background-color: #FF9800;
}

.prdcdbar {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 5px;
    background-color: #74ac80;
}

.cartbtn {
    width: 95%;
    border-style: none !important;
    border-radius: 3px;
    height: 32px;
    margin-top: 5px;
    background: #4CAF50 !important;
}
.cartbtn:hover {
    background: #FF9800 !important;
}
.yp-prodcontainer {
    padding: 0 5px;
}

.title-view {
    color: #fff;
    text-align: left;
    margin-top: 15px;
}
.yp-pricetxt {
    color: #1e1f1e;
    font-size: 12px;
    margin: 10px 0px 0px 0px;
}

.title-view {
    text-transform: capitalize;  
}

/* Sold Out */
    .soldout {
        content: " ";
        z-index: 10;
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 6px;
        right: 0;
        background: rgba(0, 0, 0, 0.3);
        width: 96%;
    }

    p.soldtext {
        text-align: center;
        position: relative;
        color: white;
        background: #00BCD4;
        top: 86%;
        height: 32px;
        width: 95%;
        border-radius: 3px;
        left: 5px;
        font-size: 13px;
        padding-top: 7px;
    }

    input.greysold {
        border: none;
        padding-top: 14.6px;
    }
/* Sold Out - End */


/* Modal Popup */
.modal-bg{
            position:fixed;
            left:0;right:0;
            top:0;bottom:0;
            z-index:99999999;
            background-color:rgba(50,50,50,0.7);
        }

        .tombol{
            padding: 8px 12px;
            margin-top: 15px;
            background: #5DC3A7;
            border: none;
            color: #fff;
            border-bottom: 3px solid #23AA84;
            border-radius: 3px;
            cursor: pointer;
        }
        .tombol:active{
            margin: 18px 10px;
        }
        .tombol:hover{
            background-color: #0FC491;
        }
        #modal{
            position:absolute;
            background-color:#F5F5F6;
            top:50%;
            left:50%;
            z-index:101;
            border-radius:3px;
            width:340px;
            height:260px;
            margin-top:-130px;
            margin-left:-170px;
            border-bottom: 3px solid #5DC3A7;
            box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
        }

        #modal span{
            display: block;
            background:#5DC3A7;
            padding: 10px;
            color:#fff;
            border-radius:3px;
        }
        #close{
            float: right;
            color: #fff;
            font-family: serif;
            font-size: 30px;
        }
        #close:hover{
            color: #000;
        }


/* Cart Header  */
header a.cart {
    font-size: 15px;
    text-align: center;
    color: #616161;
    text-decoration: none;
}

.img-cart{
  max-width: 28px;
}

header a.cart > span {
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    line-height: 20px;
    position: absolute;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: block;
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #ffab00;
    box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16),
        0 3px 6px rgba(255, 171, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16),
        0 3px 6px rgba(255, 171, 0, 0.23);
    -webkit-box-shadow: 0 3px 6px rgba(255, 171, 0, 0.16),
        0 3px 6px rgba(255, 171, 0, 0.23);
}

a.cart > span.counter {
    left: 18px;
    bottom: 37px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}


.main-title h4{
  font-size: 1.4em;
  margin-bottom: 20px;
  font-weight: 700;
}
.paket-promo{
    border-bottom: solid 1px;
    border-color: #e6e6e6;
    margin-bottom: 40px;
    margin-top: 40px;
    padding-bottom: 40px;
}


.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}



@-webkit-keyframes shining
{
  0%  {
    background-position: left top;
  }
  100%  {
    background: right bottom;
  }
}




/*------------*/
h3.h3 {
  text-align: center;
  margin: 1em;
  text-transform: capitalize;
  font-size: 1.7em;
}


/********************* Product Versi 2 **********************/
@media screen and (max-width: 720px) {
.m-padding{
  padding-left: 5px !important;
  padding-right: 5px !important;
  }
}

.product-grid2 {
    position: relative;
    border: solid #dedcd8 1px;
    border-radius: 25px;
    margin: 20px 0;
}
.product-grid2 .product-image2 {
  overflow: hidden;
  position: relative;
  height: 200px;
}

@media screen and (max-width: 720px) {
.product-grid2 .product-image2 {
  height: 150px;
}
}


@media screen and (max-width: 720px) {
.product-grid2 .product-content {
    min-height: 140px !important;
}
}

.product-grid2 .product-image2 a {
  display: block;
}

.product-grid2 .product-image2 img {
  width: 100%;
  height: auto;
 padding: 50px 5px 20px 5px;
}

@media screen and (max-width: 720px) {
.product-grid2 .product-image2 img {
  padding: 50px 0;
}
}


.product-image2 .pic-1 {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product-image2 .pic-1:hover {
    -webkit-transform: rotate(5deg) scale(1.1);
    -ms-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
}



.image-grey {
  filter: grayscale(100%) !important;
}


.product-grid2:hover .product-image2 .pic-1 {
  opacity: 1;
}

.product-grid2 .icon-product {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 18px;
  z-index: 1;
}
.product-grid2 .icon-product li {
  margin: 0 0 10px;
  display: block;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.product-grid2:hover .icon-product li {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.product-grid2:hover .icon-product li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
.product-grid2:hover .icon-product li:nth-child(3) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}
.product-grid2 .icon-product li a {
   color: #fff;
  background-color: #086508;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.product-grid2 .icon-product li a:hover {
  color: #fff;
  background-color: #3498db;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.product-grid2 .icon-product li a:after, .product-grid2 .icon-product li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.product-grid2 .icon-product li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}
.product-grid2 .icon-product li a:hover:after, .product-grid2 .icon-product li a:hover:before {
  opacity: 1;
}
.product-grid2 .add-to-cart {
  color: #fff;
  background-color: #404040;
  font-size: 15px;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-grid2 .add-to-cart:hover {
  background-color: #3498db;
  text-decoration: none;
}
.product-grid2:hover .add-to-cart {
  bottom: 0;
}
.product-grid2 .product-new-label {
  background-color: #3498db;
  color: #fff;
  font-size: 17px;
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-grid2:hover .product-new-label {
  opacity: 0;
}
.product-grid2 .product-content {
  padding: 20px 10px;
  border-radius: 0 0 25px 25px;
  text-align: center;
  background-color: #3a8f3b;
  background: linear-gradient(to right, #57a135, #398e3b);
  min-height: 127px;
}

.product-grid2 .product-content.content-disable {
  background-color: #8d8d8d;
}
.product-grid2 .product-content.content-hot {
  background-color: #038175;
}
.product-grid2 .product-content.content-new {
  background-color: #991050;
}


.hot-product .product-content {
  background: #038175;

}
.product-grid2 .title {
  font-size: 14px;
  margin: 0 0 7px;
  text-transform: capitalize;
  font-weight: 800;
  color: #fff;
}

@media screen and (max-width: 720px) {
.product-grid2 .title{
  font-size: 12px;
}
}

.ribbon-hot {
 width: 60px;
    padding: 5px 0;
    position: absolute;
    top: -6px;
    left: 25px;
    color: white;
    text-align: center;
    border-top-left-radius: 10px;
    background-color: #c6044a;
}
.ribbon-hot:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #890635;
 border-right: 6px solid transparent;
}
.ribbon-hot:before, .ribbon-hot:after {
  content: "";
  position: absolute;
}
.ribbon-hot:after {
  height: 0;
    width: 0;
    bottom: -14px;
    left: 0;
    border-left: 30px solid #c6044a;
    border-right: 30px solid #c6044a;
    border-bottom: 15px solid transparent;
}

.ribbon-new {
 width: 60px;
    padding: 5px 0;
    position: absolute;
    top: -6px;
    left: 25px;
    color: white;
    text-align: center;
    border-top-left-radius: 10px;
    background-color: #3a8f3c;
}
.ribbon-new:before {
 height: 0;
 width: 0;
 right: -5.5px;
 top: 0.1px;
 border-bottom: 6px solid #085a0b;
 border-right: 6px solid transparent;
}
.ribbon-new:before, .ribbon-new:after {
  content: "";
  position: absolute;
}
.ribbon-new:after {
   height: 0;
    width: 0;
    bottom: -15px;
    left: 0;
    border-left: 30px solid #3a8f3c;
    border-right: 30px solid#3a8f3c;
    border-bottom: 15px solid transparent;
}

.ribbon-outstock {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 2px 5px;
  background-color: #84847e;
  color: white;
}


.product-grid2 .price {
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 990px) {
  .product-grid2 {
    margin-bottom: 30px;
  }
}
/********************* Product Versi 3 **********************/
.product-grid3 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.product-grid3:before {
  content: "";
  height: 81%;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.product-grid3:hover:before {
  opacity: 1;
  height: 100%;
}
.product-grid3 .product-image3 {
  position: relative;
}
.product-grid3 .product-image3 a {
  display: block;
}
.product-grid3 .product-image3 img {
  width: 100%;
  height: auto;
}
.product-grid3 .pic-1 {
  opacity: 1;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}
.product-grid3:hover .pic-1 {
  opacity: 0;
}
.product-grid3 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}
.product-grid3:hover .pic-2 {
  opacity: 1;
}
.product-grid3 .icon-product {
  width: 120px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.product-grid3:hover .icon-product {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-grid3:hover .product-discount-label, .product-grid3:hover .product-new-label, .product-grid3:hover .title {
  opacity: 0;
}
.product-grid3 .icon-product li {
  display: inline-block;
}
.product-grid3 .icon-product li a {
  color: #e67e22;
  background-color: #fff;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.product-grid3 .icon-product li a:hover {
  background-color: #e67e22;
  color: #fff;
}
.product-grid3 .product-discount-label, .product-grid3 .product-new-label {
  background-color: #e67e22;
  color: #fff;
  font-size: 17px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.product-grid3 .product-content {
  z-index: -1;
  padding: 15px;
  text-align: left;
}
.product-grid3 .title {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 7px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.product-grid3 .title a {
  color: #414141;
}
.product-grid3 .price {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  margin-right: 2px;
  display: inline-block;
}
.product-grid3 .price span {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  display: inline-block;
  margin-top: -2px;
}
.product-grid3 .rating {
  padding: 0;
  margin: -22px 0 0;
  list-style: none;
  text-align: right;
  display: block;
}
.product-grid3 .rating li {
  color: #ffd200;
  font-size: 13px;
  display: inline-block;
}
.product-grid3 .rating li.disable {
  color: #dcdcdc;
}

@media only screen and (max-width: 1200px) {
  .product-grid3 .rating {
    margin: 0;
  }
}
@media only screen and (max-width: 990px) {
  .product-grid3 {
    margin-bottom: 30px;
  }
  .product-grid3 .rating {
    margin: -22px 0 0;
  }
}
@media only screen and (max-width: 359px) {
  .product-grid3 .rating {
    margin: 0;
  }
}







.product-description {
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
}

body {
  color: #212121;
}


img {
  max-width: 100%;
}

hr {
  border-color: #e5e5e5;
  margin: 15px 0;
}

.secondary-text {
  color: #b6b6b6;
}

.list-inline {
  margin: 0;
}
.list-inline li {
  padding: 0;
}

.card-wrapper {
  position: relative;
  width: 100%;
  height: 390px;
  border: 1px solid #e5e5e5;
  border-bottom-width: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}
.card-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card-wrapper:hover:after {
  opacity: 1;
}
.card-wrapper:hover .image-holder:before {
  opacity: .75;
}
.card-wrapper:hover .image-holder:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.card-wrapper:hover .image-holder--original {
  transform: translateY(-15px);
}
.card-wrapper:hover .product-description {
  height: 205px;
}
@media (min-width: 768px) {
  .card-wrapper:hover .product-description {
    height: 185px;
  }
}

.image-holder {
  display: block;
  position: relative;
  width: 100%;
  height: 310px;
  background-color: #ffffff;
  z-index: 1;
}
@media (min-width: 768px) {
  .image-holder {
    height: 325px;
  }
}
.image-holder:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4CAF50;
  opacity: 0;
  z-index: 5;
  transition: opacity 0.6s;
}
.image-holder:after {
  content: '+';
  font-size: 70px;
  color: #4CAF50;
  text-align: center;
  position: absolute;
  top: 92.5px;
  left: 50%;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #ffffff;
  opacity: 0;
  border-radius: 50%;
  z-index: 10;
  transform: translate(-50%, 100%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .image-holder:after {
    top: 107.5px;
  }
}
.image-holder .image-holder__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.image-holder .image-holder--original {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-liquid {
  width: 100%;
  height: 325px;
  background-size: cover;
  background-position: center center;
}

.product-description {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  overflow: hidden;
  background-color: #fafafa;
  border-top: 1px solid #e5e5e5;
  transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
@media (min-width: 768px) {
  .product-description {
    height: 65px;
  }
}
.product-description p {
  margin: 0 0 5px;
}
.product-description .product-description__title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}
.product-description .product-description__title:after {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: linear-gradient(to right, rgba(255, 255, 255, 0), #fafafa);
}
.product-description .product-description__title a {
  text-decoration: none;
  color: inherit;
}
.product-description .product-description__category {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-description .product-description__price {
  color: #4CAF50;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .product-description .product-description__price {
    text-align: right;
  }
}
.product-description .sizes-wrapper {
  margin-bottom: 15px;
}
.product-description .color-list {
  font-size: 0;
}
.product-description .color-list__item {
  width: 25px;
  height: 10px;
  position: relative;
  z-index: 1;
  transition: all .2s;
}
.product-description .color-list__item:hover {
  width: 40px;
}
.product-description .color-list__item--red {
  background-color: #F44336;
}
.product-description .color-list__item--blue {
  background-color: #448AFF;
}
.product-description .color-list__item--green {
  background-color: #CDDC39;
}
.product-description .color-list__item--orange {
  background-color: #FF9800;
}
.product-description .color-list__item--purple {
  background-color: #673AB7;
}


/* The side navigation menu */
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 1000; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #fff;
    background: -webkit-linear-gradient(to right, #ffffff, #f1ffee);
    background: linear-gradient(to right, #ffffff, #f1ffee);
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.8s;
}

@media (max-width: 768px) {
  .sidenav {
    top: 0px;
  }

}

@media (max-width: 768px) {
  .popover__content{
    width: 175px !important;
    left: -137px !important;
    top: 55px !important;
  }
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #313030;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #fff;
}

img.sidenav-img{
  max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 14px;}
}

.popup {
  height: 100vh;
  width: 100%;
  background-color: rgba(245, 239, 236, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 250ms;
}

.popup__img {
  height: 95%;
}

.popup__close-icon {
  position: absolute;
  top: 1rem;
  right: 2.5rem;
  font-size: 3rem;
  color: #d1d1d1;
  cursor: pointer;
  transition: all ease-in-out 250ms;
}

.popup__close-icon:hover {
  color: rgba(61, 61, 61, 0.6);
}

.popup__close-icon-clothing {
  position: absolute;
  font-size: 3.6rem;
  font-weight: lighter;
  color: #222;
  top: -1rem;
  right: 1.5rem;
  cursor: pointer;
}

.overlay {
  position: fixed;
  overflow-y: scroll;
  overscroll-behavior: contain;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(240, 240, 240, 0.6);
}

.popup-item {
  width: 75%;
  height: 150vh;
  background-color: #fff;
  margin: 5rem auto;
  display: flex;
  justify-content: center;
}

.product-info {
  padding: 5rem 3.5rem;
  letter-spacing: 0.1rem;
  color: #222;
}

.product-info--shop {
  padding: 0 3.5rem;
}

.product-info__price {
  font-size: 2.4rem;
  margin: 3rem 0;
  display: block;
  color: rgba(29, 29, 29, 0.7);
}

.product-info__text {
  font-size: 1.4rem;
  margin-bottom: 3rem;
  color: rgba(29, 29, 29, 0.7);
}

.detail-group {
  color: #222;
  margin-bottom: 4rem;
}

.detail-group__span {
  font-size: 1.1rem;
  text-transform: uppercase;
}

.detail-group__size {
  width: 12.5rem;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  padding: 1.1rem 2rem;
  margin-top: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: none;
  background: url(../img/down-arrow.png) 85%/7% no-repeat #f8f8f8;
}

.detail-group__quantity {
  width: 7.5rem;
  padding: 1.1rem 1.6rem;
  margin-top: 0.5rem;
  outline: none;
  border: 0;
  background-color: #f8f8f8;
}

.clothing-item-flex {
  height: 100%;
  background-color: #fff;
  display: flex;
}

.clothing-item-flex__img-wrapper {
  min-width: 60%;
  margin: 1.5rem;
  overflow: hidden;
}

.clothing-item-flex__img-wrapper--no-margin {
  margin: 0;
}

.clothing-item-flex__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*.btn {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  padding: 1.2rem 2.6rem;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: all 250ms ease-in-out;
}
.btn:hover {
  color: #222;
  background-color: #fff;
}*/
.btn--form {
  color: #222;
  border: 2px solid black;
  font-weight: 400;
  padding: 1.4rem 3.5rem;
  cursor: pointer;
}
.btn--form:hover {
  color: #fff;
  background-color: #222;
}
.btn--form--shop {
  padding: 2.3rem 3.4rem;
}

.btn-view {
  display: block;
  width: 10.5rem;
  margin-top: 4rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  color: rgba(61, 61, 61, 0.6);
  border-bottom: 1px solid rgba(162, 162, 162, 0.7);
}

.popup-btn {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 9%;
  cursor: pointer;
}
.popup-btn--prev {
  transform: rotate(180deg);
  left: 9%;
}
.popup-btn__icon {
  height: 100%;
}

.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -100px;
  top: 52px;
  transform: translate(0, 10px);
  background-color: #fff;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 200px;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(25% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  border-radius: 2px 40px;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
  font-size: 14px;
  text-align: left;
}
.popover__message li{
  padding: 7px 30px 7px 0px;
}
.popover__message li a{
  color: #398f3c;
}

.popover__message li i {
    color: #ec7500;
    font-size: 14px;
}

.popover__message li img {
    max-width: 20px;
    margin-right: 5px;
}

.container .nav-content .nav-content-list .nav-content-item .open-menu-login-account:hover .fas{
  color: #7eb82c;
}

.bg-slider{
  padding:20px;
}

@media (max-width: 768px) {
  .bg-slider{
  padding:0px;
}
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0,0,0,0.4); 
  z-index:1000;
}

.img-popup{
 border-radius: 25px 0px 25px 25px;
}
/* Modal Content */
.modal-view {
  margin: auto;
  position: relative;
}

@media (max-width: 768px) {
  .modal-view{
  width:90%;
}
}

/* The Close Button */
.close {
color: #fffbfb;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
    height: 1.875rem;
    width: 1.875rem;
    position: absolute;
    right: -15px;
    background-color: #ec7500;
    border-radius: 50%;
    text-align: center;
    top: -16px;
    line-height: 23px;
    border: 3px solid #fff;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.notfound{
  margin-top: 70px;
  margin-bottom: 100px;
  display:none;
}


img.loader{
  width: 10%;
}

@media screen and (max-width:720px) {
img.loader{
  width: 35%;
}
}