.showroom-tel {
    font-weight: bold;
    color: #48879a;
}

.open-sans-semi-bold,
#mobile-delivery h1,
#mobile-delivery h2,
#mobile-delivery p span,
#mobile-delivery ul span,
#mobile-delivery td span {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.zone-map {
    width: 100%;
}

.parcel-items,
.small-items,
.med-items,
.large-items {
    text-align: center;
    margin-bottom: 1em;
}

.parcel-items {
    border: 1px solid #ff8000;
}

.small-items {
    border: 1px solid #006adc;
}

.med-items {
    border: 1px solid #cf1097;
}

.large-items {
    border: 1px solid #76be00;
}

.parcel-items h3,
.small-items h3,
.med-items h3,
.large-items h3 {
    color: white;
    text-align: center;
    padding-top: .5em;
    padding-bottom: .6em;
    margin-top: 0;
    font-weight: bold;
}

.parcel-items h3 {
    background: #ff8000;
}

.small-items h3 {
    background: #006adc;
}

.med-items h3 {
    background: #cf1097;
}

.large-items h3 {
    background: #76be00;
}

.delivery-price {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.parcel-items span {
    color: #ff8000;
}

.small-items span {
    color: #006adc;
}

.med-items span {
    color: #cf1097;
}

.large-items span {
    color: #76be00
}

.parcel-items p {
    color: #525252;
}

/*Accordian*/

.delivery-accordion {
    width: 100%;
    background-color: #EDEDED;
    margin-bottom: 1em;
}

.delivery-accordion .delivery-accordion-head {
    color: #006d7c;
    background: #F8F8F8;
    border: 1px solid #e7e7e7;
    position: relative;
    cursor: pointer;
    padding-left: 1em;
    font-size: 1.2rem;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 12px;
}

.delivery-accordion .delivery-accordion-head * {
    cursor: pointer;
}

.delivery-accordion .delivery-accordion-head h4 {
    float: left;
    color: #727272;
}

.delivery-accordion .delivery-accordion-head:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
}

.delivery-accordion .delivery-accordion-body {
    border-bottom: 1px solid #fff;
    padding: 20px;
    height: auto;
    display: none;
    background: #fff;
}

.arrow {
    background: url(https://betterbathrooms.com/media/wysiwyg/delivery/zone-icons-01.svg);
    width: 20px;
    height: 20px;
    float: right;
    background-position: 1px 17px;
    margin-right: 1em;
    margin-top: 3px;
}

.delivery-accordion-head.open .arrow {
    background: url(https://betterbathrooms.com/media/wysiwyg/delivery/zone-icons-01.svg);
    width: 20px;
    height: 15px;
    float: right;
    background-position: 1px 31px;
    margin-right: 1em;
}

.arrow.zone-2 {
    background-position: 66px 46px;
    width: 19px;
}

.delivery-accordion-head.open .arrow.zone-2 {
    background-position: 66px 31px;
    width: 18px;
}

.arrow.zone-3 {
    background-position: 50px 46px;
    width: 19px;
}

.delivery-accordion-head.open .arrow.zone-3 {
    background-position: 50px 31px;
    width: 18px;
}

.arrow.zone-4 {
    background-position: 34px 17px;
    width: 19px;
}

.delivery-accordion-head.open .arrow.zone-4 {
    background-position: 34px 2px;
    width: 18px;
}

.arrow.zone-5 {
    background-position: 101px 46px;
}

.delivery-accordion-head.open .arrow.zone-5 {
    background-position: 101px 31px;
    width: 19px;
}

.delivery-order-half {
    width: 50%;
    display: inline-block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.delivery-order-half strong {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
}

.delivery-accordion-head h4 {
    padding-bottom: 0;
}

.del-orange h4 {
    color: #e19525;
}

.del-green h4 {
    color: #159b48;
}

.del-purple h4 {
    color: #6e3064;
}

.del-blue h4 {
    color: #06c1f1;
}

.del-dark-green h4 {
    color: #0c6d7b;
}

#monetate_selectorBanner_7fee3268_00 {
    display: none;
}

.delivery-area {
    display: block;
    width: 80%;
    float: left;
    font-size: 10px;
    color: #525252;
    clear: both;
}

.info-block {
    padding-left: 10px;
    padding-right: 10px;
}

#mobile-delivery p {
    font-size: 14px;
}

.main-img-cont {
    padding-left: 1em;
    float: left;
    margin-bottom: 1em;
    padding-right: 1em;
    margin-top: 1em;
}

.info-block h1 {
    margin-top: 1em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background: #48879a;
    width: 100%;
    color: white;
    text-align: left;
    margin-bottom: 2em;
}

tr {
    width: 100%;
}

td {
    padding: 10px;
    border: 1px solid white;
}

th {
    background: #f5f7f8;
    color: #48879a;
    padding: 10px;
}

.find-showroom p,
td,
th {
    font-size: 14px;
    text-align: justify;
}

.info-block a {
    color: #3fa5b4;
}

.call-now-btn,
.directions-btn {
    color: white;
    padding: 10px;
    float: left;
    text-transform: uppercase;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 1em;
    width: 40%;
}

.call-now-btn {
    background: #90c002; /* Old browsers */
    background: -moz-linear-gradient(top, #90c002 0%, #42a61a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #90c002 0%,#42a61a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #90c002 0%,#42a61a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c002', endColorstr='#42a61a',GradientType=0 ); /* IE6-9 */
    border:1px solid #42a61a;
    text-shadow: rgba(0,0,0,0.4) 0 1px;
}

.directions-btn:before {
    content: url('/media/wysiwyg/delivery/directions.svg');
    position: relative;
    overflow: hidden;
    height: 29px;
    float: left;
    margin-left: -3px;
    margin-top: -8px;
}

.call-now-btn:before {
    content: url('/media/wysiwyg/delivery/call-now.svg');
    position: relative;
    overflow: hidden;
    height: 29px;
    float: left;
    margin-left: -3px;
    margin-top: -8px;
}

.directions-btn {
    background: #f19114; /* Old browsers */
    background: -moz-linear-gradient(top, #f19114 0%, #ec7417 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f19114 0%,#ec7417 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f19114 0%,#ec7417 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f19114', endColorstr='#ec7417',GradientType=0 ); /* IE6-9 */
    text-shadow: rgba(0,0,0,0.4) 0 1px;
}

.directions-btn {
    margin-left: 10px;
}

.showroom-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}

.find-showroom h2 {
    font-size: 16px;
    font-weight: 800;
}

.find-showroom p,
.find-showroom h1,
.find-showroom h2 {
    padding-left: 10px;
    padding-right: 10px;
}

.showroom-locator {
    margin-top: -40px;
    padding-top: 0;
    display: block;
    padding: 30px 10px 20px 10px;
    margin-bottom: 2em;
    color: white;
    background: #41a2b1;
    background: -moz-linear-gradient(top, #41a2b1 0%, #046d82 100%);
    background: -webkit-linear-gradient(top, #41a2b1 0%, #046d82 100%);
    background: linear-gradient(to bottom, #41a2b1 0%, #046d82 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#41a2b1', endColorstr='#046d82', GradientType=0);
}

.showroom-birmingham-address {
    padding-left: 0;
}

 .np{
    margin-left: -10px;
}

.welcome {
    width: 100%;
    text-align: center;
    margin-bottom: -5em;
    margin-top: -40px;
}

.welcome img {
    position: relative;
    width: 100%;
    margin-top: 2.5em;
}

.welcome li {
    height: 100px;
    position: relative;
    top: -37px;
}

.welcome ul {
    margin-top: -74px;
    list-style: none;
    margin-bottom: 4em;
}

.absolute {
    position: relative;
    margin-top: 0;
}

.showroom-info p {
    display: block;
    overflow: hidden;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    video {
        display: none;
    }
}
