body:not(.solid-header) #sp-header.header-sticky {
    background: #fff;
}

#sp-footer .container-inner {
    border-top: 0px solid #b8b8b833;
}

.d33r {
width: 90%; 
height: 90%; 
margin-left: 26px;
background: #fe320d;
position: relative;
border-radius: 6px;
padding: 20px 20px 20px 20px;
box-shadow: -5px 5px 10px 0px #808080
}
.d33r:before {
content: "";
width: 0; 
height: 0;
position: absolute; 
left: 100%; 
top: calc(50% - 12px);
border-top: 12px solid transparent;
border-left: 24px solid #fe320d;
border-bottom: 12px solid transparent;
}

.d33l {
width: 90%; 
height: 90%; 
margin-left: 26px;
background: #fe320d;
position: relative;
border-radius: 6px;
padding: 20px 20px 20px 20px;
box-shadow: 5px 5px 10px 0px #808080
}
.d33l:before {
content: "";
width: 0; 
height: 0;
position: absolute; 
right: 100%; 
top: calc(50% - 12px);
border-top: 12px solid transparent;
border-right: 24px solid #fe320d;
border-bottom: 12px solid transparent;
}