.newsletter-section {
    color: #fff;
    padding: 0px 10px 0; /*Monika 23052019*/
    font-size: 0;
    box-sizing: border-box;
    text-align: center
}

.newsletter-leftpart {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    box-sizing: border-box
}

.newsletter-rightpart {
    width: 70%;
    display: inline-block;
    vertical-align: middle
}

.newsletter-leftpart h4 {
    font-weight: 700;
    text-transform: uppercase
}

.newsletter-leftpart p {
    font-size: 15px;
    max-width: 350px;
    margin: 0 auto;
    text-transform: capitalize
}

.newsletter-rightpart label {
    font-size: 14px;
    width: 100%;
    text-align: left
}

.newsletter-rightpart .news_field {
    width: 50%;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

.newsletter-rightpart .news_field input {
    width: 100%;
    max-width: 300px;
    text-align: left;
    float: left;
    min-height: 34px;
    padding: 14px 10px;/*Monika 23052019*/
    box-sizing: border-box;
    margin-top: 5px;
    border: 1px solid #505050; /*Monika 23052019*/
}

.newsletter-rightpart .news_field input.signup-btn {
    text-align: center;
    display: inline-block;
    background: #ff626d;
    float: none;
    margin-top: 0px; /*Monika 23052019*/
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    width: 100%;
    padding: 15px 20px; /*Monika 23052019*/
}

.product-list {
    max-height: 297px;
    overflow: auto
}

span.news-country-code {
    width: 40px;
    height: 23px;
    position: absolute;
    color: #7b6f6f;
    left: 9px;
    top: 18px;/*Monika 23052019*/
    font-size: 14px;
    z-index: 2;
    border-right: 1px solid #ccc
}

input.news_field_control.signup-phone {
    padding-left: 48px;
    font-size: 14px
}
/*BOC Monika 23052019*/
.newsletter-section {
    background: #fff;
    display: inline-block;
    width: 100%;
	    padding: 20px 0 8px;
}
/*EOC Monika 23052019*/
.checkout-row .checkout-column {
    padding: 0 10px;
    box-sizing: border-box;
    width: 33.3%;
    float: left
}

.checkout_progress h1 {
    margin-bottom: 0;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
    font-weight: 700
}

.checkout-column h4 {
    background: #000;
    padding: 10px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px
}

.check-product-title {
    /*background: url(../images/drvyd_checkicon.jpg?v=52) 0 4px no-repeat;*/
    padding-left: 20px;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    width: 70%;
    float: left;
    white-space: nowrap;
    cursor: pointer
}

.selected-product-header {
    display: inline-block;
    width: 100%
}

.activeSelected .check-product-title {
    /*background-image: url(../images/drvyd_checkiconh.jpg?v=52)*/
}

.check-product-title p {
    font-size: 12px;
    text-transform: capitalize
}

.check-product-cost {
    float: right;
    width: 20%;
    text-align: right;
    font-size: 14px;
    padding-right: 5px
}

.check-product-cost p.red-font {
    font-weight: 800;
    margin-bottom: 0;
    color: #e62121
}

.check-product-description {
    display: inline-block;
    width: 100%
}

.check-product-description .product_descrip_image {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 15px
}

/* BOC-- Updated and Added some CSS code in Task #114363  - Issue on mobile website*/
.desc_product_color {
    font-size: 14px;
    /*float: left;*/
}

/*.desc_product_size {
    font-size: 14px;
    margin-left: 200px;
}

@media(max-width:768px) {
    .desc_product_size {
        margin-left: 105px;
    }
}*/
/*EOC*/
.check-product-description .field-selection {
    display: inline-block;
    float: left;
    width: 27%;
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 5px 0 5px 10px;
    box-sizing: border-box
}

.check-product-description .field-selection select {
    display: inline-block;
    margin-left: 10px;
    font-weight: 800;
    font-size: 13px
}

/* commented text-decoration: underline. this seems unused. and creating underline on text "Remove" by Amit on 19-Dec-2019*/
.remove-desc-product {
    display: inline-block;
    margin-top: 10px;
    /*text-decoration: underline;*/
    color: #000;
    font-size: 13px;
    font-weight: 600
}

.checkout-selected-product .check-product-description {
    display: none
}

.checkout-selected-product.activeSelected .check-product-description {
    display: block
}

.checkout-selected-product {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.checkout-selected-product:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0
}

.voucher-codes label,
.voucher-codes select {
    display: inline-block;
    width: auto
}

.voucher-codes label {
    font-size: 14px;
    font-weight: 600;
    color: #000
}

.voucher-codes select {
    word-spacing: 20px;
    float: right;
    min-width: 180px
}

.voucher-codes {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.offer-code {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    margin-bottom: 10px
}

.voucher-codes:last-child {
    margin-bottom: 0
}

.checkout-total p {
    text-align: right;
    font-size: 14px
}

.checkout-total p span {
    padding-left: 10px;
    width: 100px;
    display: inline-block
}

.checkout-btn {
    padding: 10px;
    background: #fc595c;
    color: #fff;
    border: 1px solid #fc595c;
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

.checkout-ship-field {
    margin-bottom: 12px;
    display: inline-block;
    width: 100%;
    position: relative
}

.checkout-ship-field input {
    min-height: 34px;
    padding: 5px;
    box-sizing: border-box;
    width: 70%;
    border: 1px solid #ccc
}

.checkout-ship-field label {
    width: 100px;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize
}

.checkout-ship-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    background: url(../images/selectBox.jpg?v=52) right no-repeat;
    background-size: auto 99%;
    padding: 2% 40px 2% 2%;
    min-height: 34px
}

label.full-width-label {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 0
}

.checkout-ship-field label {
    padding-top: 10px
}

.pay_mode_header {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative
}

.pay_mode_header input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 9
}

.pay_mode_header label:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    left: 10px;
    border: 1px solid #ccc;
    top: 12px
}

.pay_mode_header label {
    position: relative;
    padding: 10px 10px 10px 40px;
    width: 100%;
    box-sizing: border-box;
    background: #e9e9e9;
    text-transform: uppercase
}

.pay_mode_header input:checked+label {
    background: #2d2d2d;
    color: #fff
}

.pay_mode_header input:checked+label:after {
    background: #fc595c;
    border: 3px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 2px #ccc;
    top: 12px
}

.pay_mode_body {
    width: 100%;
    display: none
}

.card-fields label {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding-bottom: 5px
}

.tip-body,
.tip-header {
    color: #fff;
    text-align: center
}

.card-fields {
    margin-bottom: 12px
}

.card-fields.half-width-field {
    width: 50%;
    float: left
}

.card-fields input,
.card-fields select {
    width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px;
    border: 1px solid #ccc
}

.card-fields.half-width-field.cardExpiryDate input {
    width: 45%
}

.payment-modes {
    display: inline-block;
    width: 100%
}

.card-fields.half-width-field.cardCVV input {
    width: 46%
}

.tip-body {
    position: absolute;
    top: -52px;
    width: 180px;
    left: -60px;
    background: #000;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    display: none
}

.tip-header {
    font-weight: 800;
    font-size: 20px;
    background: #019bff;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 1.3;
    border-radius: 50%
}

.cvvtooltip:hover .tip-body {
    display: block
}

.cvvtooltip {
    display: inline-block;
    position: relative;
    padding-left: 20px
}

.credit-card-radio {
    display: inline-block;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    width: 32%;
    min-height: 56px;
    vertical-align: middle
}

.credit-card-radio input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999
}

.credit-card-radio label {
    text-align: right;
    padding-left: 30px;
    box-sizing: border-box
}

.credit-card-radio label:after {
    position: absolute;
    content: '';
    top: 10px;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: inline-block;
    margin-right: 10px;
    background: #fff;
    left: 10px;
    border: 1px solid #ccc
}

.credit-card-radio input:checked+label:after {
    background: #f5b300;
    border: 3px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 2px #737373
}

.credit-card-radio img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle
}

.checkout_shipping_form {
    display: inline-block;
    width: 100%
}

.mobile-product-image.product_descrip_image,
.mobile-tabs {
    display: none
}

.checkout-column.reviewCompleted,
.checkout-column.reviewPending {
    position: relative
}

.checkout-column.reviewCompleted:after,
.checkout-column.reviewPending:after {
    position: absolute;
    content: '';
    background: #fff;
    opacity: .8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.checkout-column.reviewCompleted:before {
    position: absolute;
    content: '';
    background-image: url(../images/check.png?v=52);
    top: 45%;
    z-index: 99;
    width: 58px;
    height: 58px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.mobile-tabs {
    background: #fff;
    width: 100%;
    margin-top: 7px
}

.mobile-tabs li {
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
    border-right: 1px solid #fff;
    background: #ebe9ea
}

.mobile-tabs li a {
    font-size: 15px;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase
}

.banner-icon-text1::-webkit-scrollbar {
    -webkit-appearance: none
}

.banner-icon-text1::-webkit-scrollbar:vertical {
    width: 6px
}

.banner-icon-text1::-webkit-scrollbar:horizontal {
    height: 12px
}

.banner-icon-text1::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #fff
}

.banner-icon-text1::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff
}

.checkout-column.reviewCompleted h4.checkout_headings {
    background: #ebe9ea;
    color: #000;
    z-index: 99;
    position: relative
}

.checkout-column.reviewPending h4.checkout_headings {
    background: #ecd8e9;
    color: #000
}

.checkout-column.reviewPending .checkout-btn {
    background: #a0a0a0;
    border-color: #a0a0a0
}

.checkout-column.reviewCompleted .checkout-btn {
    background: #ccc;
    border-color: #ccc;
    display: none
}

.check-product-description .field-selection select {
    border: 0!important;
    width: 62%!important
}

#co-billing-form .validation-advice {
    color: #eb340a;
    width: 70%;
    float: right;
    text-align: left
}

.home-bottom-banner-content .btm-banner-top {
    padding: 0
}
/*Monika 03062019*/
/* .home-bottom-banner-content {
    width: 900px
} */

/*EOC*/
.newSections .desktop-content-banner,
.newSections .desktop-image-banner {
    width: 100%;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    text-align: center
}

.desktop-content-banner {
    padding: 10px 31px
}

.desktop-content-banner p {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600
}

.home-bottom-desktop-banner a .desktop-content-banner img {
    max-width: 100%;
    width: auto;
    clear: both;
    margin: 30px auto 0;
    float: none
}

.newMobSections {
    display: none
}

.home-bottom-desktop-banner {
    display: inline-block;
    width: 100%
}

.home-bottom-banner-content .btm-banner-top,
.home-bottom-banner-content .btm-banner-top .banner {
    width: 100%
}

.mobile-view-gender-banners {
    display: none
}

.newSections .banner1,
.newSections .banner2 {
    width: 49.4%!important
}

.newSections .desktop-content-banner img {
    width: auto;
    margin: 30px auto 0;
    float: none
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.banner .bannernew {
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.banner .bannernew.visible {
    opacity: 1;
    -webkit-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    transform: translateX(0)!important
}

.btm-banner-bottom .rhino-container {
    width: 100%!important
}

@media(max-width:1110px) {
    .checkout-ship-field input {
        width: 62%;
        float: right
    }
}

@media(max-width:992px) {
    .home-bottom-banner-content {
        width: 100%;
        margin: 0 auto;
        padding: 0 10px;
        box-sizing: border-box
    }
    .home-bottom-desktop-banner a .desktop-content-banner img {
        margin-top: 0;
        max-width: 150px
    }
    .desktop-content-banner p {
        line-height: 24px
    }
    .newSections .banner1,
    .newSections .banner2 {
        width: 49.2%!important
    }
    .btm-banner-bottom {
        padding: 0 30px;
        box-sizing: border-box
    }
    .newsletter-leftpart {
        padding-right: 0
    }
    .newsletter-rightpart .news_field input.signup-btn {
        background: #dfdfdf;
        padding-left: 10px;
        padding-right: 10px
    }
    .newsletter-leftpart h4 {
        font-size: 18px
    }
}

@media(max-width:870px) {
    .checkout-ship-field input {
        width: 100%;
        float: right
    }
    .checkout-ship-field label {
        padding-top: 0;
        text-transform: uppercase
    }
    .checkout-ship-field {
        margin-bottom: 8px
    }
    .checkout-ship-field label.full-width-label:first-child {
        font-weight: 600
    }
    .checkout-total .right-total p span {
        text-align: center
    }
}

@media(max-width:768px) {
    .newsletter-leftpart {
        width: 100%;
        padding-right: 0
    }
    .home-bottom-banner-content {
        width: 100%;
        margin: 0 auto
    }
    .newsletter-leftpart p {
        margin: 0 auto 10px;
        max-width: 100%;
        font-size: 13px
    }
    .newsletter-section {
        padding: 4px 0 0
    }
    .newsletter-rightpart .news_field {
        padding: 0 5px
    }
    .newsletter-rightpart .news_field input {
        border-radius: 0!important;
        width: 100%;
        max-width: 100%;
            padding: 10px 5px;    min-height: 38px; /*Monika 23052019*/
    }
    .news_field.signup-submit,
    .newsletter-rightpart {
        width: 100%
    }
    span.news-country-code {
        width: 28px;
        height: 21px;
        position: absolute;
        color: #7b6f6f;
        left: 8px;
        top: 15px; /*Monika 23052019*/
    }
    input.news_field_control.signup-phone {
        padding-left: 35px
    }
    .newsletter-rightpart .news_field input.signup-btn {
        margin-top: 10px;
        background: #f4b301;
        color: #000;
        border-radius: 0!important;
        border: 0!important;
        max-width: 180px
    }
    .home-bottom-banner-content h3 a {
        color: #959394
    }
    .btm-banner-bottom {
        padding: 0 25px;
        box-sizing: border-box
    }
    .checkout-row .checkout-column {
        width: 100%
    }
    .mobile-half-width {
        width: 49%
    }
    .mobile-hide-width {
        display: none
    }
    .checkout-ship-field input,
    .checkout-ship-field select {
        width: 98.5%;
        padding: 10px;
        float: left
    }
    .mobile-product-image.product_descrip_image {
        height: 100px;
        width: 30%;
        float: left;
        display: block
    }
    .mobile-width-change {
        float: left;
        width: 70%
    }
    .check-product-description .product_descrip_image {
        display: none
    }
    .activeSelected .check-product-title,
    .check-product-title {
        padding-left: 0;
        background-image: none;
        width: 60%
    }
    .check-product-cost {
        width: 38%;
        box-sizing: border-box
    }
    select#billing:region_id {
        width: 100%!important
    }
    #co-billing-form .validation-advice {
        color: #eb340a;
        text-align: left;
        position: relative;
        right: inherit;
        bottom: inherit;
        float: left
    }
    .remove-desc-product {
        width: 100%
    }
    .product-list {
        max-height: 100%
    }
    .checkout-selected-product .check-product-description {
        display: block
    }
    .checkout-btn {
        padding: 10px;
        background: #f4b301;
        color: #000;
        letter-spacing: 1px;
        height: 42px;
        font-weight: 900;
        border: 1px solid #f4b301
    }
    .voucher-codes select {
        word-spacing: 20px;
        float: left;
        min-width: auto;
        width: 100%
    }
    .checkout-total {
        display: none
    }
    .check-product-cost p.red-font {
        display: inline-block;
        padding-left: 5px
    }
    .check-product-title h5,
    .check-product-title p {
        overflow: hidden;
        text-overflow: ellipsis
    }
    .check-product-description .field-selection {
        width: 35%;
        padding: 5px
    }
    .check-product-description .field-selection select {
        margin-left: 5px
    }
    .checkout-column h4,
    .checkout_progress h1 {
        display: none
    }
    .checkout-column.mobileActive,
    .mobile-tabs {
        display: block
    }
    .checkout-column {
        display: none
    }
    .mobile-tabs .checkout-total {
        background: #f8f8f8;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px
    }
    .left-total,
    .right-total {
        width: 50%;
        float: left;
        padding-top: 5px
    }
    .checkout-total p {
        margin-bottom: 3px;
        text-align: left;
        padding-left: 40px
    }
    .right-total b {
        clear: both;
        display: block;
        font-size: 17px;
        padding-right: 20px;
        padding-top: 9px;
        font-weight: 600;
        line-height: 1;
        text-transform: uppercase
    }
    .mobile-tabs li.mobileActive {
        background: #000;
        color: #fff
    }
    .mobile-tabs li.mobileActive a {
        color: #fff;
        position: relative
    }
    .mobile-tabs li.mobileActive a:after {
        position: absolute;
        content: '';
        border-bottom: 2px solid #FFC107;
        bottom: 6px;
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .check-product-description .product_descrip_variables .field-selection {
        padding: 4px 6px
    }
    .home-bottom-banner-content {
        padding: 1px 1%;
        box-sizing: border-box
    }
    .home-bottom-desktop-banner {
        display: none
    }
    .desktop-content-banner,
    .desktop-image-banner {
        padding: 0
    }
    .home-bottom-banner-content .btm-banner-top,
    .home-bottom-banner-content .btm-banner-top .banner {
        width: 100%;
        margin-bottom: 0
    }
    .mobile-view-gender-banners .btm-banner-top .banner8 {
        margin-right: .3%;
        width: 49.4%!important;
        padding-top: 3px;
        display: inline-block;
		margin-bottom: 0.3%;/*Monika 23052019*/
    }
    .mobile-view-gender-banners .btm-banner-top .banner9 {
        margin-left: .3%;
        width: 49.4%!important;
        display: inline-block;
		margin-bottom: 0.3%; /*Monika 23052019*/
    }
    .home-bottom-banner-content .btm-banner-top .banner5 {
        margin-right: .3%;
        width: 49.4%!important;
        display: inline-block
    }
    .home-bottom-banner-content .btm-banner-top .banner6 {
        margin-left: .3%;
        width: 49.4%!important;
        padding-top: 3px;
        display: inline-block
    }
    .home-middle-banner {
        width: 100%;
        padding: 1px 1%!important;
        box-sizing: border-box
    }
    .home-bottom-banner-content .btm-banner-top .banner1,
    .home-bottom-banner-content .btm-banner-top .banner2 {
        display: block
    }
    .mobile-view-gender-banners {
        display: inline-block;
        width: 100%;
        margin-bottom: 0
    }
    .home-bnr-mobile-view {
        display: none!important
    }
    .mobile-view-gender-banners .banner h4 {
        background: #000;
        margin: 0 0 2px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        font-size: 20px;
        letter-spacing: 1px
    }
    .newMobSections {
        display: block
    }
    .newSections {
        display: none
    }
    .checkout-progress-section {
        display: inline-block;
        width: 100%
    }
    .checkout-btn.floating-button-fixed {
        position: fixed;
        bottom: 0;
        margin: 0;
        left: 0;
        z-index: 99;
        /* Ticket #44269* Added By gpal* date: 17Dec 2018* CSS to show space in the fixed button*/
        border: 6px solid #fff;
        border-top: 0;
        box-sizing: border-box;
        height: 48px !important; /* ticket #114363 increasing floating button height on checkout in mobile site by Amit Kumar Maurya on 26-Sep-2019*/
        /* EOC*/
    }
    body.checkout-onepage-index .col-main {
        margin: 0!important
    }
    .newsletter-leftpart h4 {
        font-size: 18px
    }
    .newsletter-section {
        background: #fff
    }
    .newsletter-leftpart h4,
    .newsletter-rightpart label {
        color: #000
    }
	.home-bottom-banner-content.testimonial_bottom_section .home-bottom-banner-container {
    background: #dfdfdf;
}
}

@media(max-width:640px) {
    .home-bottom-banner-content .btm-banner-top .banner5,
    .mobile-view-gender-banners .btm-banner-top .banner8 {
        margin-right: .2%;
        width: 49%!important;/*Monika 23052019*/
    }
    .home-bottom-banner-content .btm-banner-top .banner6 {
        margin-left: .2%;
        width: 49.2%!important
    }
    .mobile-view-gender-banners .btm-banner-top .banner9 {
        margin-left: .2%;
        width: 49.2%!important
    }
}

@media(max-width:460px) {
    .left-total {
        width: 60%
    }
    .right-total {
        width: 40%
    }
    .checkout-total p {
        padding-left: 10%;
    }
    .right-total b {
        padding-right: 0
    }
    .right-total p {
        padding-left: 0
    }
    .check-product-description .field-selection {
        width: 45%
    }
    .home-bottom-banner-content .btm-banner-top .banner1 {
        margin-right: .5%;
        width: 49.5%!important
    }
    .home-bottom-banner-content .btm-banner-top .banner2 {
        margin-left: .5%;
        width: 49.5%!important
    }
    .mobile-view-gender-banners .banner h4 {
        font-size: 16px
    }
}

@media(max-width:330px) {
    .home-bottom-banner-content .rhino-prev.rhino-btn {
        left: -25px
    }
    .home-bottom-banner-content .rhino-next.rhino-btn {
        right: -25px
    }
}

.mobile-tabs li.reviewPending,
.reviewPending .pay_mode_header input {
    pointer-events: none
}

@media(min-width:768px) {
    .newsletter-leftpart {
        width: 27%!important
    }
    .newsletter-rightpart .news_field input.signup-btn {
        cursor: pointer
    }
    .signup-submit {
        vertical-align: bottom
    }
    .newsletter-rightpart {
        margin-bottom: 18px!important
    }
    .newsletter-rightpart .news_field {
		/*Monika 23052019*/
        width: 33%!important;
        margin-bottom: 0px!important;
		vertical-align: bottom;
    }
    .newsletter-leftpart h4 {
        text-transform: capitalize
    }
    #subscribing-error-new {
        text-align: left;
        margin-left: 16%
    }
}

#subscribing-error-new {
    font-size: 13px;
    color: red
}

.checkout-total {
    margin: 0 auto;
    width: 58%
}

.newsletter-leftpart h4 {
    font-size: 22px;
    color: #000
}

.newsletter-section {
    background: #fff
}

.newsletter-rightpart label {
    color: #000;
    font-weight: 700
}

.newsletter-rightpart .news_field input.signup-btn {
    border: 0;
    color: #000
}

.banner-icon-text1,
.banner-icon-text3,
.home-bottom-banner-content h3 a,
.testimonial-line,
.testimonial-line span {
    color: #000!important
}

ol.rhino-bullets {
    display: none
}

@media(max-width:992px) {
    .newsletter-leftpart {
        padding-right: 0
    }
    .newsletter-rightpart .news_field input.signup-btn {
        background: #dfdfdf;
        padding-left: 10px;
        padding-right: 10px
    }
    .newsletter-leftpart h4 {
        font-size: 18px
    }
}

@media(min-width:769px) {
    #subscribing-error-new {
        margin-left: 12px
    }
}

.check-product-description .field-selection select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/selectBoxBlack.png?v=52) right no-repeat !important;
    background-size: auto 99% !important;
}

@media(max-width:768px) {
    .checkout-total span.cart_subtotal {
        padding-left: 2px
    }
    .voucher-codes label {
        padding-top: 23px!important
    }
    .mobile-product-image.product_descrip_image img {
        width: 100%
    }
    .mobile-tabs {
        margin-top: 4px
    }
    .check-product-description .field-selection select {
        float: right
    }
}

#giftvoucher_container,
.drvysc_rewardbox {
    background: 0 0
}

.voucher-codes label {
    padding-top: 19px
}

#payment_form_giftvoucher {
    padding-top: 8px!important
}

#giftvoucher_add {
    padding-left: 8px!important
}

#giftvoucher_container .giftvoucher .input-box {
    margin-right: 5px
}

@media(max-width:768px) {
    .mobile-view-gender-banners .banner .h4 {
        background: #000;
        margin: 0;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 1px; /*Monika 23052019*/
    }
}

@media(max-width: 460px) {
    .mobile-view-gender-banners .banner .h4 {
        font-size: 14px; /*Monika 03062019*/
    }
}
@media(max-width: 360px) {
    .mobile-view-gender-banners .banner .h4 {
        font-size: 12px; /*Monika 03062019*/
    }
}
.h4 {
    display: block;
    line-height: normal;
    font-weight: 700;
}

.home-bottom-banner-content h3 a {
    cursor: default;
}
/*CSS to fix "Proceed to Pay" button fixed - START*/
div#billing-buttons-container button#billing_button {
    position: relative;
    border: 0;
    height: 42px !important;
}
/*CSS to fix "Proceed to Pay" button fixed - END*/