.border-bottom {
    border-bottom: 1px solid #e2e2e2 !important;
}.border-top {
    border-bottom: 1px solid #e2e2e2 !important;
}
#top {
    background: #fff;
  /*  padding: 20px 0;*/
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.nav-top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    z-index: 3;
    background-color: #f3f4f5;
    border-bottom: 1px solid #f3f3f3;
    /*padding: 0 32px;*/
        -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0px;
    right: 0px;
}

a.icon-cart-furniture {
    display: block;
    padding: 2px 0 2px 0px !important;
    position: relative;
}
.icon-cart-furniture i {
    color: #555657;
    font-size: 16px;
}
a.icon-cart-furniture span.green {
    background-color: #da1c1c;
}
a.icon-cart-furniture span {
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    margin-left: 3px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: 0px;
    width: 15px;
}


.slider-height-300 {
    min-height: 300px !important;
}

.rounded95 {
    border-radius: 0.95rem!important;
}

.kategori-s {
    position: relative;
    display: block;
    box-shadow: 0 1px 6px 0 rgb(49 53 59 / 12%);
    background-color: #fff;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 12px;
}

.kategori {
    position: relative;
    display: block;
    background-color: #fff;
   /* padding: 16px;
    margin-bottom: 24px;*/
    border-radius: 12px;
}

.box-kat {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    min-width: 100px;
    min-height: 100px;
    border: 0.5px solid rgb(229, 231, 233);
    border-radius: 10px;
    overflow: hidden;
}
.box-kat span{
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 1.9rem;
}


.box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);

}

.sidebar-title {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
}



.sidebar-categories .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f4f7;
}
.sidebar-categories li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}
.sidebar-categories li ul li:first-child, .sidebar-categories li {
    border-top: 1px solid #f1f4f7;
    margin-top: 16px;
    padding-top: 16px;
    position: relative;
}

.furniture-wishlist li {
    display: inline-block;
    margin-left: 0.5rem;
}

.furniture-wishlist li a {
    color: #767575;
    letter-spacing: .5px;
}

.furniture-wishlist li a i {
    color: #9a9a9a;
    font-size: 12px;
    margin-right: 1px;
    position: relative;
    top: 1px;
}
.header-cart {
    margin-left: 18px;
    position: relative;
    margin-right: 1rem;
}






.rowflex {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-top: 1px solid #e2e2e2;
    justify-content: space-between;
    align-items: flex-start;
}


.product-wrapper {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 3px rgb(0 0 0 / 6%);
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}


.product-item .caption {
    padding: 15px 15px 0;
}

.product-content {
    padding: 0px 15px 0;
}
.product-content h4 {
    color: #383838;
    font-size: 16px;
    margin-bottom: 6px;
    letter-spacing: 0.1rem;
}

.product-content > span {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2rem;
}
.product-action a {
    background-color: rgb(255 193 7 / 71%);
    border-radius: 100%;
    color: #151515;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 48px;
    margin: 0 15px;
    width: 45px;
}
.product-action a:hover {
    background-color: #ca9944;
    color: #fff;
}



.no-border {
    border: none !important;
  }
.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0;
}
.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    padding: 0 1rem;
}

.divider.divider-start-center .divider-text {
    left: -25%;
}




.divider.divider-start .divider-text {
    float: left;
    padding-left: 0;
}
.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: .9375rem;
    padding: 0 1rem;
}
.divider .divider-text h3{
    font-size: 1.1rem;
    padding: 0 1rem;
}

.divider .divider-text:before {
    right: 100%;
}
.divider .divider-text:after, .divider .divider-text:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #EBE9F1;
}



.nav-atas ul li a {
    text-transform: inherit;
    font-weight: normal;
    color: #6f6a6a;
}


.nav-atas ul li {
    color: #999999;
    display: inline-block;
    font-weight: 400;
    margin-left: 11px;
    font-size: 14px;
    position: relative;
}


.nav-atas ul li a:hover{
       color: #ca9630;
}

.footer-info-content3 > p {
    color: #666;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 110%;
    margin: 0;
}

.footer-widget h3.footer-widget-title-5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}
#exampleModal .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 160px;
    text-shadow: 0 1px 0 #fff;
    top: 90px;
    transition: all .3s ease 0s;
    cursor: pointer;
}
.modal-body {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}


.footer-info-icon3 {
    width: 23px;
}
.footer-about-2 > p {
    color: #666666;
    margin: 10px 0 0;
}
.subscribe-form-5 form input {
    background: #e0dfdc none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #383838;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-left: 30px;
    width: 320px;
    padding-right: 55px;
}

.img-max {
  width:87%;
  padding: 23px;
  height: 88%;
  margin-top: 18px;
}

.shop-tab a.active, .shop-tab a:hover {
    color: #8c8b91;
}

.shop-found > p {
    color: #6c6c6c;
    font-size: 0.9rem;
    font-weight: normal;
    margin: 0;
}

.shop-selector select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url(../../assets/img/icon-img/4.png) no-repeat scroll right 0 center;
    border: medium none;
    box-shadow: none;
    color: #6c6c6c;
    font-size: 14px !important;
    height: inherit;
    line-height: 1;
    padding-left: 0;
    width: 250px;
    border: 1px solid #c7c9cb;
    padding: 10px;
    border-radius: 0.4rem;
}


@media (min-width:1200px) {
    .box-kat {
    max-width:auto;
    }

}



@media (min-width:1200px) {
    .wrapper > * {
        width:25%;
    }

.wrapper-padding-4 .container-fluid {
    padding: 0 70px;
    max-width: 100%;
}




}




    /* default styles here for older browsers.
       I tend to go for a 600px - 960px width max but using percentages
    */
    @media only screen and (min-width: 960px) {
        /* styles for browsers larger than 960px; */
 .box-kat {
    width: 130px;
    height: 130px;
    }

    }





/* Large Mobile :480px. */

@media (max-width: 767px) {

.nav-top {

    display:none;

}.slider-area {

    display:none;

}.services-area {

    padding-top:130px;

}
.product-wrapper {
       height: auto;
}


.box-kat {

    margin-bottom: 15px;
}


}

    @media only screen and (min-width: 1440px) {
        /* styles for browsers larger than 1440px; */
    }
    @media only screen and (min-width: 2000px) {
        /* for sumo sized (mac) screens */
    }
    @media only screen and (max-device-width: 480px) {
       /* styles for mobile browsers smaller than 480px; (iPhone) */

      .nav-top{
        display: none;
      }

    }
    @media only screen and (device-width: 768px) {
       /* default iPad screens */
 .nav-top{
        display: none;
      }




    }
    /* different techniques for iPad screening */
    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
      /* For portrait layouts only */
    }

    @media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
    }
