/* cms pages global */
.block-search {
    display: none;
}
.header-right-contacts a { 
    color: #000;
}
.header-right-contacts.clipthru-box a { 
    color: #fff;
}

.cms-services .columns {
    padding: 0;
}
/* services page */
.services-banner {
    background: url(../images/services.jpg);
    height: 525px;
    background-size: cover;
    background-position: center;
}

.services-banner .services-wrapper {
    max-width: 1528px;
    height: 525px;
    padding: 270px 15px 0;
    position: relative;
    margin: 0 auto;
    text-align: right;
}

.go-back {
    border-color: #fff;
    color: #fff;
}

.columns .column.main > p {
    margin-bottom: 0px;
}

.block-static-block.widget {
    margin-bottom: 0px;
}

.services .wrap {
    text-align: left;
    padding-top: 140px;
    padding-bottom: 140px;;
}

.services .section-heading {
    margin: 0 0 14vh;
}

.services .box {
    background-position: left 0;
}

.delivery-and-logistics .wrap{
    padding: 140px 0;
}

.delivery-and-logistics h3 {
    margin-bottom: 60px;
}

.delivery-and-logistics .section-icon {
    background: url('../images/delivery.svg') no-repeat center 0;
    background-size: contain;
    height: 140px;
    width: 150px;
    float: right;
}

.customer-account-create .columns,
.customer-account-login .columns,
.customer-account-forgotpassword .columns,
.account .columns  {
    padding: 20px 0;
}
.services-banner .page-title-wrapper  {
    position: absolute;
    bottom: 0;
    right: 15px;
    max-width: calc(100% - 250px);
}
.services-banner .page-title-wrapper h1 {
    margin: 0;
    font-size: 90px;
    letter-spacing: -7px;
    line-height: 60px;
    color: #fff;
}
.services-banner .page-title-wrapper h1:before {
    content: '';
    position: absolute;
    top: -65px;
    right: 0;
    width: 65px;
    height: 10px;
    background: #fff;
}
.account .messages {
    margin: 0;
}
/* responsive */

@media (max-width: 1800px) {
    .services-banner .services-wrapper {
        max-width: 1200px;
    }
    .services-banner .page-title-wrapper h1 {
        font-size: 76px;
        line-height: 50px;
    }
}

@media (max-width: 1450px) {
    .services-banner .services-wrapper {
        max-width: 970px;
    }
}

@media (max-width: 1200px) {
    .services-banner .page-title-wrapper {
        right: 50px;
    }
}

@media (max-width: 992px) {
    .services-banner .page-title-wrapper {
        max-width: none;
        max-width: 100%;
        right: 15px;
        margin-top: 25px;
    }
    .services-banner .page-title-wrapper h1 {
        font-size: 50px;
        line-height: 35px;
        letter-spacing: -4px;
        word-break: break-word;
    }
    .services-banner .page-title-wrapper h1:before {
        top: -35px;
    }
    .delivery-and-logistics .wrap {
        padding: 50px 0;
    }
    .delivery-and-logistics .section-icon {
        display: none;
    }
    .services .wrap {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .services .section-heading {
        margin-bottom: 5vh;
    }
    .services .box {
        background-position: center 0;
    }
}

.customer-account-forgotpassword .page-title {
    font-size: 35px;
    margin-bottom: 0;
    line-height: 1;
}
