/*-------------------------
     TEXT STYLES
--------------------------*/
.starry-heading-style-001 h1.sppb-addon-title{font-family:'stalemate';font-weight:100;}

.starry-text-style-001 h3.sppb-addon-title{font-family:'avenir semibold';}

/*-------------------------
     INDEX
--------------------------*/
.section-index {
    z-index: 99!important;
}

/*-------------------------
      REMOVE BR MOBILE
--------------------------*/
@media screen (max-width:992px){
.remove-br-mobile br{
  display:none;
}}


/*-------------------------
     PAGE TITLE
--------------------------*/
@media screen and (max-width:767px){
.terms-pagetitle{
    background-size:contain!important;
}}




/*-------------------------
     SLIDESHOW
--------------------------*/

.videoslide-item-inner-wrapper > div {
    height: 100%;
    display: table!important;
    margin: auto;
    vertical-align: bottom!important;
}

.videoslide-btn {
    margin: auto;
}


.videoslide-item-inner-wrapper > div > div {
    display: table-cell!important;
    vertical-align: bottom!important;
    margin: auto;
    padding-bottom: 50px!important;
    position: relative;
}
span.title {
  color:white;
}
/*-----------------------------------------------------------------------
                                992 px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px){
span.title {
    font-weight: 100!important;
    font-size: 50px;
    font-family: 'avenir light';
    line-height: 60px;
}
  .videoslide-home .content-div {
    background: #00000061;
    padding: 25px 25px 40px 25px;
    width: 700px;
    display: table-cell;
    vertical-align: bottom;
    margin: auto;
    justify-content: center;
}
}

/*-----------------------------------------------------------------------
                                992 px
-------------------------------------------------------------------------*/
@media screen and (max-width:991px){
span.title {
    font-weight: 100!important;
    font-size: 20px;
    font-family: 'avenir light';
    line-height: 30px;
}
  .videoslide-home .content-div {
    background: #00000061;
    padding: 20px 25px 30px 25px;
    width: 300px;
    transform: matrix(0.75,0,0,0.75,-20,0);
    margin-right: 0px;
}
.videoslide-item-inner-wrapper > div > div {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 0px!important;
}
}


/*-------------------------
     HOME PRODUCT
--------------------------*/
.home-product .sppb-media-content {
    margin-top: -120px;
    position: relative;
    padding: 8px 15px;
}

.sppb-addon.sppb-addon-feature.home-product:hover span.sppb-img-container{
  box-shadow: 0px 0px 10px white; transition:.3s ease;}

.home-product{transition:.3s ease;}


/*-----------------------------------------------------------------------
                                1366 px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1367px){
.sppb-carousel-extended-outer-stage {
    height: 193px!important;
}}

/*-------------------------
   FOOTER ICONS INSTAWASH
--------------------------*/
.fa-envelope:before {
    content: "\f0e0";
    font-size: 20px;
    top:0px;
    left: 0px;
    position: absolute; color: #a87d73!important;
}

.fa-envelope, .fa-phone-alt, .fa-map-marked-alt, .fa-map-marker, .fa-clock, .fa-whatsapp, .fa.fa-clock-o, .fa-facebook-square{position:relative;}
before
.fa-phone-alt:before, .fa-map-marked-alt:before, .fa-map-marker:before,.feature-box-001 .fa-clock:before,.fa.fa-clock-o:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    top: 0px;
    left: 0px;
    position: absolute;
    color: #a87d73!important;
}


i.fab.fa-whatsapp:before {
    font-size: 24px!important;
    color:#a87d73;
    margin-left: -6px;
}

i.fab.fa-whatsapp {
    position:relative;
    line-height:8px;
}
  
/*-------------------------
     OFFCANVAS
--------------------------*/ 
.offcanvas-menu {
    background: url(/images/000_starry/offcanvas02.jpg);
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;}

.offcanvas-menu li.current.active a {
  color: #a87d73!important;
  font-weight: 900!important;
}


.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus > a {
  background: #ebded5 !important;
}
  

.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a{
  background: #a87d73 !important;
  color:white!important;
}


/*-------------------------
     CTA
--------------------------*/
/*-----------------------------------------------------------------------
                                1366 px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1367px){
#sp-cta h1.sppb-addon-title {font-size:70px!important;}

#sp-cta .sppb-column-addons .sppb-section {margin:0px 300px!important;}
}



/*-------------------------
     CHECKOUT
--------------------------*/ 
div#hikashop_order_2_1_message textarea {
    width: 100%!important;
    min-height: 100px!important;
}

div#hikashop_order_2_1_deliverydate input {
    width: 100%!important;
}
  
div#hikashop_order_2_1_message label {
text-align:left!important;
}

div#hikashop_order_2_1_deliverydate label {
text-align:left!important;
}

div#hikashop_order_3_3_remark label {
    text-align: left;
}
/*-------------------------
       ACCORDION
--------------------------*/ 
.sppb-panel-heading.active .sppb-toggle-direction {
-webkit-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(135deg);
}