@media (min-width: 768px){
    #site-head .logo {
        width: 215px;
        height: 50px;
        float: left;
        }
    }
    @media (min-width: 768px){
        .layout-unauth main:before {
        background-color: #ff8836;
       }
    }

 @media (min-width: 768px){
    .img-shadow-bottom:before {
        bottom: 0px !important;
box-shadow: 0 0 0px 0px rgba(0, 0, 0, .6);
    }}

    .cta-1 {
        background-color: #ff8836;
        border-color: #ff6a03;
        }
    .page-steps {
        background-color: #ff8836;
        border-color: #ff6a03;	
        }
    .btn {
        background-color: #ff8836 !important;
        border-color: #ff6a03 !important;
        color: #ffffff;
        }
    @media (min-width: 768px) {
        #site-head .btn-clear {
        border-color: #ff6a03 !important;
        color: #ffffff;
        background-color:#ff8836 !important;
        }
    }
    @media (min-width: 768px) {
        #site-head .fix-me .btn-clear, #site-head .fix-me-bottom .btn-clear, #site-head:hover .btn-clear {
        border-color: #ff8836;
        }
    }
    .cta-1:focus, .cta-1:hover, .cta-1:active {
        background-color: #ff8836;
        color: white;
        border-color: #ff6a03;
    }
    a.btn[href]:not(.disabled):not([disabled]):focus, a.btn[href]:not(.disabled):not([disabled]):active { 
        background-color: #ff8836;  
        border-color: #ff6a03;
    }
    @media (min-width: 768px) {
        #site-head .fixable-item {
        background-color: #fff;
        }
    }
    @media (min-width: 768px) {
        #site-head .mobi-nav {
        color: #000000;
        }
    }
    
    .mc-actions .reload a {
       background-color: #ff8836 !important;
       border-color: #ff6a03 !important;
    }
    
    .form .form-btn-row .btn {
        color: #ffffff;
    }
    @media only screen and (min-width: 980px) {
        .btn-section .btn {
        color: #ffffff;
        }
    }
    .img-shadow-bottom.card-img {
        width: 450px !important;
        max-width: 100% !important;
    }
    .cart-summary .card-img .name, footer .card-img .name {
        bottom: 20px;
        color: #fff;
        left: 12px;
        font-size: 16px;
    }
    @media (max-width: 767px){
    #site-head .mobi-nav {
        background-color: #fff;
        color: #000000;
        }
    }
    @media (max-width: 767px) {
    #site-head .mobi-nav a:not(.btn) {
        color: #000;
        }
    }
    
    .cart-summary .card-img .name, footer .card-img .name {
        display: none;
    }
    
    .page-landing .page-content-column-right .card-img .name {
        display: none;
    }
    @media (max-width: 767px){
    li#lblReload 
    {
        display: none !important;
    }}