#sp-header {
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    background: #222629a6;
}
@media screen and (max-width:991px){
div#sp-menu {
    float: right;
  }}


/*-------------------------
       HOME
-------------------------*/
@media(min-width:992px){
  #videoslide-row{margin-top:-90px!important;}}

.sppb-carousel-pro-text.videoslide-pro-text {
    color: #fff;
    background: #56c01a;
    height: 100px!Important;
    padding: 15px 15px 15px 48px;
    border-radius:30px;
    }
@media screen and (max-width:991px){
.sppb-carousel-caption.videoslide-caption {
  height: 150px;
  width: 236px;
  margin: auto;
  top: 0%;
  background-position: center;
  bottom: 0;
  position: absolute;
  left: -28px;}
}
@media screen and (min-width:992px){
.sppb-carousel-pro-text.videoslide-pro-text {
    color: #fff;
    background: #56c01a;
    height: 200px!Important;
    padding: 50px 80px 50px 100px;
    border-radius:30px;}

.sppb-carousel-caption.videoslide-caption {
height: 200px;
top: 40%;
background-position: center;
bottom: 0;
position: absolute;
left: -30px;}
}

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

.fa-envelope, .fa-phone-alt, .fa-map-marked-alt, .fa-map-marker, .fa-clock, .fa-whatsapp{position:relative; color: #fff;}

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

i.fab.fa-whatsapp:before {
    font-size: 25px!important;
    color:#62c529;
}

i.fab.fa-whatsapp {
    position:relative;
    line-height:8px;
}

#sp-bottom3 .sppb-addon-text {color: #fff;}

#sp-bottom4 a:hover {color:white!important;}

@media screen and (max-width:992px){
#sp-bottom {padding: 20px 15px 30px!important;}}

#sp-bottom .sp-module ul >li {
    display: block;
    border-bottom: 0px solid #e8e8e8;
    -webkit-transition: 300ms;
    transition: 300ms;
}
#sp-bottom .sp-module ul >li >a:before {
    font-family: FontAwesome;
    content: "";
    margin-right: 0px;
}
#sp-bottom .sp-module .sp-module-title {
    margin: 20px 0 10px;
    color: #2ab31b;
    font-weight: 900!important;
}
div#sp-bottom3 a, #sp-bottom3 .sppb-addon-text{
    font-size: 14px!important;
}
#sp-bottom3 h3.sp-module-title {
    margin-bottom: 20px!important;
}

#sp-bottom a {
    line-height: 24px;
}
/*-------------------------
  		   CTA
--------------------------*/
@media screen and (min-width:992px){
.scale-001 .sppb-column-addons{transform: scale(1.25)!important;}
.scale-001 .sppb-addon-content{min-height:57px!important;}
}

/*-------------------------
  		   FOOTER
--------------------------*/
footer#sp-footer {
background-image: linear-gradient(103deg, 
		#5adf01 0%, 
		#5ab066 100%)!important;
    transition:0.3s ease;
    color:white;    
}
div#sp-footer1 {
    text-align: center;
}
/*----------------------------------------
         OFFCANVAS BACKGROUND
---------------------------------------*/
.offcanvas-menu {
    background: url(/images/000_goldenfresh/offcanvas-002.jpg);
    background-position: left center;
    background-size:cover;
    background-repeat:no-repeat;
    border-left:8px solid #f15b29;
}

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

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


i.glyphicon.glyphicon-asterisk {
    color: red;
}

/*-----------------------------------------------------------------------
  CHECKOUT STEP 3 TABLE STYLE              
-------------------------------------------------------------------------*/

@media screen and (min-width:992px){
.delivery_info{
     table-layout:fixed ;
     width:50%;
    border: 1px solid #cccccc;
    padding:0px 15px!important;
}}

@media screen and (max-width:992px){
.delivery_info{
     table-layout:fixed ;
     width:100%;
    border: 1px solid #cccccc;
    padding:0px 15px!important;
}
.delivery_info th, .delivery_info td{font-size: 12px!important;}
}

.delivery_info th, .delivery_info td{width:100%; padding:0px 15px!important;border: 1px solid #cccccc; font-size:20px;}

.delivery_info tbody tr:nth-child(even) {background: #63ad0345; color:#000;}
.delivery_info tbody tr:nth-child(odd) {background: #FFF}

.delivery_info tr th:first-child,
.delivery_info tr td:first-child {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  word-break: break-all;
}

.delivery_info tr th:nth-child(2),
.delivery_info tr td:nth-child(2) {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  word-break: break-all;
}

p.delivery_info02 {
    font-style: italic;
    font-size: 15px;
    margin-bottom: 30px;
}