.sublist-wrap, .sublist li  {
            background-color: #00517E !important;
    }

 .sublist span {
            color: #FBE733 !important;
            font-size: 15px !important;
    }

#checkout, .order-total, .button-1 {
  color: #00517E;
}
.update-cart-button{
  color: #00517E!important;
}
.cart-footer .checkout-button:hover {
    color: #fbe733 !important;
}
.checkout-page .button-1:hover{
    color: #fbe733 !important;
}
.checkout-page .button-1 {
  color: #00517E !important;
}

.mini-shopping-cart .name a {
color: #00517E !important;
}

.act-lazyload-bannerinfo  {
background: #DEDEDE !important;
}

/******Order Remarks*******/

[data-widget-name="order-summary-columns"] .act-opc-widget-2columns-col1 .act-opc-simpleblock {
    position: relative;
}

/*[data-widget-name="order-summary-columns"] .act-opc-widget-2columns-col1 .act-opc-simpleblock::before {
 
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    font-size: 15px;
    padding: 0 10px;
    color: #f5681c;
    margin: auto;
    text-align: left;
    font-weight: bold;
}

.order-remarks-area {
    margin-top: 60px;
}
*/


/*----COOKIE CONSENT----*/

div#cookiescript_accept {
    background-color: #f5d31b;
    color: #171717;
    border: 1px solid #171717;
}

#cookiescript_accept:hover, #cookiescript_save:hover {
    background-color: #171717 !important;
    color: #f5d31b !important;
}

/****zoomin animation

@keyframes zoomin {
  0% {transform: scale(1); opacity: 0;}
  20% {opacity: 1;}
  100% {transform: scale(1.2);}
}

.act-carousel-mainindexslider .owl-item.active .act-bannerinfo-carousel-imgbox img {
    animation-name: zoomin;
    animation-duration:7s;
}
***/


/*--------CONTACT PAGE------*/

/*.contact-page .topic-block {
    display: none;
}
*/

.contact-page .button-1 {
    transition: .3s ease-out;
}

.contact-page .button-1:hover {
    color: #f5d31b !important;
}

.gm-style .place-card a:link {
    color: #f5d31b !important;
}

.gm-style .place-card .navigate-text {
    color: #f5d31b !important;
}

.icon.navigate-icon {
    filter: hue-rotate(182deg) brightness(1.5) !important;
}

/*-----*/

section.u-backlink.u-clearfix.u-grey-80 {
    display: none;
}

/*--------PARALLAX------*/
.act-bannerinfo-parallax {
    background-image: url("/images/uploaded/background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    position: relative;
}

.act-parallax-overlay {
    background: #1a1a1adb;
    opacity: .6;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.act-parallax-title {
    position: absolute;
    color: white;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    font-size: 48px;
}

  /*   .act-bannerinfo-parallax .act-parallax-title::after{
    content: '';
   background-image: url("/images/uploaded/truck.png");
    width: 25%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 55%;
    top: 2px;
    left: 400px;
}
 */

.category-description{
display: none;
}
.overview .old-product-price {
    text-decoration: none!important;
}
/*-------------------------------ADMIN LINKS-------------------------------*/
.admin-header-links {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
}