:root {
    --primaryColor: #333;
}

body.nightTheme {
    background-color: black;
    color: lightskyblue;
}

body.cordovaBackground {
    background-color: transparent;
}


#nav.nightTheme {
    background-color: #444444;
}


.veygo-border {
    border: none;
}

.nightTheme .veygo-border {
    border: 1px solid white;
}

.nolist #nav {
    display: none;
}

.veygo-player-window {
    position: static;
    width: 100%;
    margin: 0px;
}

.veygoMain {
    height: auto !important;
    width: 100% !important;
}

.veygo-control a {
    color: #fff !important;
    font-size: 18px;
    line-height: 1.67;
    width: 30px;
    margin: 0px 5px;
}

a#orderReceiptTarget {
    margin: 0;
    padding: 0;
    width: auto;
}

/* Live TV Page styling */
#live-tv-page.container {
    width: 100% !important;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    #live-tv-page.container {
        width: 100% !important;
        max-width: 1280px;
    }
}

.live-tv-main-sections {
    /* display: flex; */
    /* align-items: flex-start; */
    display: grid;
    grid-template-columns: 7fr 5fr;
    grid-auto-rows: fit-content(1px);
}

@media screen and (max-width: 768px) {
    .live-tv-main-sections {
        display: block;
        position: relative;
        z-index: 0;
    }
}

#liveTvVideoSection {
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    #liveTvVideoSection {
        z-index: 9999;
    }
}

#liveTvVideoSection .live-tv-chat {
    display: none;
    padding: 15px 0;
}
@media screen and (max-width: 768px) {
    #liveTvVideoSection .live-tv-chat {
        padding: 15px 0;
    }
}

#live-tv-page #liveTvVideoSection .live-tv-chat {
    display: block;
}

#liveTvVideoSection .live-tv-chat-logo {
    padding-right: 15px;
}

#liveTvVideoSection .live-tv-chat-logo .logo-image-wrap{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #999999;
}

#liveTvVideoSection .live-tv-chat-logo img{
    margin: 0 auto;
}

#liveTvVideoSection .live-tv-chat .live-tv-chat-input {
    position: relative;
}

#liveTvVideoSection .live-tv-chat .lock-icon {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 16px;
    color: #999999;
    padding-left: 12px;
}

#liveTvVideoSection .live-tv-chat #comments {
    width: 100%;
    height: 40px;
    border-radius: 35px;
    border: 1px solid #999999;
    padding: 5px 10px 5px 30px;
}

#liveTvVideoSection .live-tv-chat #comments:focus {
    color: #495057;
    background-color: #fff;
    border-color: #61d2ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 161 224 / 25%);
}

#liveTvVideoSection .live-tv-chat .live-tv-chat-btn {
    padding-left: 15px;
}

#liveTvVideoSection .live-tv-chat #sendComment {
}

#liveTvVideoSection .live-tv-chat #sendComment .fa{
    font-size: 40px;
    color: #0083df;
}

#liveTvVideoSection .program-details {
    text-transform: uppercase;
    color: #0083df;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    /*padding: 10px;*/
    margin: 0;
    text-align: left;
}

#liveTvVideoSection .program-details #pname {
    float: left;
}

#liveTvVideoSection .program-details .time {
    float: right;
}

#liveTvAuctionSection {
    height: 100%;
}

@media screen and (min-width: 992px) {
    #liveTvAuctionSection.fast-buy-active {
        overflow: visible;
    }

    #liveTvAuctionSection.fast-buy-active .live-tv-section-inner {
        overflow: visible;
        background-color: #fff;
        padding: 10px;
    }
}

.live-tv-section {
    flex-flow: column;
    font-size: 12px;
}

.live-tv-section .title {
    text-transform: uppercase;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #liveTvAuctionSection {
        height: auto !important;
        background-color: rgba(160, 161, 222, 0.4);
    }

    .live-tv-section {
        padding: 25px 29px 29px 29px;
    }
}

@media screen and (min-width: 992px) {
    .live-tv-section .title {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    .live-tv-section .title {
        text-align: center;
        font-size: 16px;
        border-bottom: 1px solid #ececec;
        padding-bottom: 10px;
    }

    .live-tv-section-inner {
        background-color: #fff;
    }
}

#liveTvAuctionSection #selectedProductID {
    font-weight: 600;
    font-size: 13px;
    color: black;
}

#liveTvAuctionSection .live-tv-section-inner {
    overflow: hidden;
    flex: 0 1 100%;
}

#liveTvAuctionLoadingSection {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
}

#liveTvAuctionLoadingSection .loading-msg {
    text-align: center;
    font-size: 14px;
    color: #000;
}

/* Live TV PDP section */
#liveTvPDPSection{
    height: 100%;
    display: flex;
    flex-flow: column;
    /*padding: 10px;*/
}

@media screen and (min-device-width: 770px) and (max-device-width: 1024px) {
    #liveTvPDPSection {
        background-color: #fff;
    }
}

.live-tv-pdp-top {
    flex-wrap: wrap;
}

.live-tv-pdp-top,
#liveTvPDPSection .divider {
    flex: 0 0 auto;
}

#liveTvPDPSection .divider hr {
    margin: 10px 0;
}

#liveTvPDPSection #productSpecificationDiv table tbody tr td:nth-child(2) {
    text-align: center;
}

.live-tv-pdp-section{
    padding: 0;
}

.live-tv-pdp-section::-webkit-scrollbar {
    width: 6px;
}

.live-tv-pdp-section::-webkit-scrollbar-thumb {
    background-color: #EDEDED;
}

.live-tv-pdp-section::-webkit-scrollbar-thumb,
.live-tv-pdp-section::-webkit-scrollbar-track {
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.live-tv-pdp-section {
    padding: 0 10px 0 0;
}

.live-tv-pdp-section.left {
    text-align: center;
    padding-right: 15px;
}

.on-air-quickview .live-tv-pdp-section.left {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .live-tv-pdp-section {
        padding: 10px;
    }

    .on-air-quickview .live-tv-pdp-section.left {
        padding: 0;
    }

    .live-tv-pdp #selectedProductImage {
        margin: 0 auto;
    }

    .live-tv-pdp-section .product-image-outer {
        max-width: 90%;
        margin: 0 auto;
    }

    .live-tv-pdp-top .live-tv-pdp-section .live-tv-left {
        flex-flow: row;
        justify-content: center;
        border-bottom: 1px solid #ccc;
    }

    .product-id span {
        text-align: center;
        border-radius: 3px;
        font-size: 10px;
        padding: 0.5em;
        font-weight: bold;
        word-break: break-all;
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        padding: 5px 10px;
        color: #2780DC;
        border: 1px solid #2780DC;
    }

    .live-tv-pdp-top .live-tv-pdp-section .product-pricing {
        justify-content: center;
        padding-top: 20px;
    }

    .live-tv-pdp-top .live-tv-pdp-section .product-pricing .shoplc-price {
        margin-right: 10px;
        padding-top: 2px;
    }

    .live-tv-pdp-section .product-attributes .form-control {
        width: 100%;
    }

    .live-tv-pdp-section .live-tv-what-is-fast-buy {
        padding-right: 62px;
    }

    .modal .live-tv-pdp-section .live-tv-what-is-fast-buy {
        padding-right: 0;
        text-align: center;
    }

    .live-tv-pdp-section .product-quantity {
        flex-direction: column;
    }

    .modal .live-tv-pdp-section .product-quantity {
        flex-direction: row;
    }

    .product-quantity-inner {
        flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    .live-tv-pdp-section .product-availability {
        padding-left: 32px;
    }
}


@media screen and (max-width: 768px) and (min-width: 576px) {
    .live-tv-pdp-top .live-tv-pdp-section .live-tv-left {
        display: flex;
        align-items: baseline;
    }

    .live-tv-pdp-section .start-price-label {
        font-size: 13px !important;
        padding-left: 15px;
    }

    .live-tv-pdp-section .start-price-value  {
        font-size: 13px !important;
        
    }
}
.live-tv-pdp-section .product-image,
.live-tv-pdp-section .product-id{
    margin: 0 0 10px;
}

.live-tv-pdp-section .product-image img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 300px;
}

.live-tv-pdp-section .product-image-outer,
.live-tv-pdp-section .product-id span {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
}

.live-tv-pdp-section .product-id span {
    font-weight: bold;
    word-break: break-all;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    color: #1e1e2c;
    border: 1px solid #1e1e2c;
}

.live-tv-pdp-section .product-id span:hover {
    color: #1e1e2c;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .product-id {
        padding: 0 10px !important;
    }

    .live-tv-pdp-section .product-id span {
        font-size: 10px;
        padding: 0.5em;
    }
}

.live-tv-pdp-section .product-availability{
    text-align: center;
    display: flex;
    font-size: 13px;
    color: #1e1e2c;
    font-weight: 600;
    justify-content: center;
    width: 100%;
}

.live-tv-pdp-section .product-availability span {
    display: block;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .live-tv-pdp-section .product-availability {
        flex: 1 1 auto;
    }
    .live-tv-pdp-section .product-availability span {
        display: inline-block;
    }
}

.live-tv-pdp-section .product-availability .available-value {
    color: #DB3838;
    font-size: 13px;
    font-weight: bold;
}

.live-tv-pdp-section .product-name,
.live-tv-pdp-section .product-pricing,
.live-tv-pdp-section .product-options,
.live-tv-pdp-section .product-buttons {
    margin: 0 0 10px;
}

.live-tv-pdp-section .product-name a {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
    .live-tv-pdp-section .product-name a {
        font-size: 12px;
    }
}

.live-tv-pdp-section a.quickview {
    display: block;
    text-decoration: none;
    color: #1e1e2c;
    cursor: pointer;
}

.live-tv-pdp-section .product-name a:hover {
    text-decoration: underline;
}

.live-tv-pdp-section .product-pricing{
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.live-tv-pdp-section .start-price {
    justify-content: center;
    padding-top: 2px;
}

#quickViewModal .live-tv-pdp-section .start-price-label {
    color: #1e1e2c;
    font-size: 10px;
}

.live-tv-pdp-section .start-price-label {
    font-size: 11px;
    color: #1e1e2c;
    font-weight: 600;
}

#quickViewModal .live-tv-pdp-section .start-price-value {
    color:black;
    text-decoration: line-through;
}

.live-tv-pdp-section .start-price-value {
    font-size: 11px;
    color: #1e1e2c;
    font-weight: bold;
    padding-left: 3px;
}

.live-tv-pdp-section .product-pricing .product-current-price {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.live-tv-pdp-section .form-group label {
    cursor: pointer;
    align-items: center;
    margin: 0;
}

.live-tv-pdp-section .product-pricing input[type="radio"] {
    margin: 0 5px 0 0;
}

#quickViewModal .live-tv-pdp-section .shoplc-price .current-price-value {
    font-size: 13px;
    color: black;
}

.live-tv-pdp-section .shoplc-price .current-price-value {
    font-size: 20px;
    font-weight: bold;
    color: #1e1e2c;
}

.live-tv-pdp-section .shoplc-price .current-price-value
.live-tv-pdp-section .shoplc-price .current-price-label {
    font-size: 10px;
    font-weight: bold;
}

.live-tv-pdp-section .shoplc-price .current-price-label {
    font-size: 12px;
    font-weight: bold;
    color: #1e1e2c;
}

.live-tv-pdp-section .bp-price .bp-logo {
    width: auto;
    height: 20px;
    margin: -3px 5px 0 0;
    float: left;
    max-width: 75px;
}


.live-tv-pdp-section .bp-price .bp-value {
    font-size: 20px;
    line-height: 20px;
    color: #329f5c;
    font-weight: bold;
    float: left;
}

.live-tv-pdp-section .product-pricing .interest-fee-label {
    display: block;
    padding: 0;
    color: gray;
    font-style: italic;
}

.live-tv-pdp-section .product-options {
    align-items: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .live-tv-pdp-section .product-options {
        justify-content: space-between;
        align-items: center;
    }
}
@media screen and (min-device-width: 770px) and (max-device-width: 1024px) {
    .live-tv-pdp-section .product-options {
        display: block !important;
    }
    .product-availability {
        justify-content: unset;
    }
}
.live-tv-pdp-section .product-attributes{
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .live-tv-pdp-section .product-attributes {
        flex-basis: 100%;
    }
}
.live-tv-pdp-section .product-attributes select {
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    margin: 0 0 10px 0;
    height: 32px;
    text-transform: uppercase;
    padding: 0 25px 0 10px;
    width: auto;
    font-size: 12px;
}

.live-tv-pdp-section .product-quantity {
    align-items: flex-start;
    align-items: center;
    width: 100%;
}
.live-tv-pdp-section .product-quantity .qty-label {
    margin: 0 10px 0 0;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
}

.live-tv-pdp-section .product-qty-control {
    border: 1px solid #aaaaaa;
    border-radius: 2px;
}

.live-tv-pdp-section .quantity-input {
    border: none;
    background: #ffffff;
    text-align: center;
    height: 30px;
    width: 40px;
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
}

.live-tv-pdp-section .quantity-btn {
    border: none;
    padding: 0;
    background: #ffffff;
    text-align: center;
    height: 30px;
    width: 30px;
    color: #868ce0;
    font-weight: bold;
    cursor: pointer;
}

.live-tv-pdp-section .product-buttons .livetv-add-to-cart {
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    background: #868ce0;
    line-height: 2.4;
    border: none;
    border-radius: 2px;
    user-select: none;
    max-width: 150px;
    width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 992px){
    .live-tv-pdp-section .product-buttons {
        display: block !important;
    }

    .product-buttons.fast-buy-active .livetv-add-to-cart,
    .product-buttons .fastbuy-wrapper {
        line-height: 2.4;
        max-width: unset;
        margin: 5px 0;
    }
}

.live-tv-pdp-section .product-buttons .livetv-add-to-cart.disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #eee;
}

.livetv-add-to-cart + .fastbuy-wrapper {
    margin-left: 10px;
    line-height: 30px;
    text-align: center;
    max-width: 128px;
    background: #008827;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    width: 100%;
}

.live-tv-what-is-fast-buy {
    font-size: 10px;
    padding-right: 10px;
    color: #329f5c;
    cursor: pointer;
    position: relative;
    text-align: right;
}

.product-buttons.fast-buy-active .livetv-add-to-cart {
    line-height: 16px;
}

.live-tv-what-is-fast-buy-info {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(51 51 51 / 50%);
    padding: 30px 15px 15px;
    text-align: left;
    color: #000000;
    position: absolute;
    margin-top: 10px;
    z-index: 3;
}

#liveTvShopLast25 .fastbuy-wrapper.fast-buy, .cart-wrapper {
    margin-right: 5px;
    width: 100%;
    max-height: 35px;
}
#liveTvShopLast24Grid .fastbuy-wrapper.fast-buy {
    margin-bottom: 5px;
    width: 100%;
    margin-right: 5px;
}

@media screen and (min-width: 992px) {
    .live-tv-what-is-fast-buy-info {
        position: absolute;
        left: 28%;
        top: 23px;
        z-index: 3;
    }
}

.live-tv-what-is-fast-buy-info:before {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    pointer-events: none;
    border-color: rgba(187, 187, 187, 0);
    border-bottom-color: rgba(187, 187, 187, 0);
    border-bottom-color: #bbbbbb;
    border-width: 11px;
    margin-left: -11px;
}

.live-tv-what-is-fast-buy__text {
    font-size: 13px;
    font-weight: 600;
}

.live-tv-what-is-fast-buy__button {
    display: block;
    margin-top: 14px;
    text-align: center;
    background: #196707;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0;
}

.live-tv-what-is-fast-buy__close {
    position: absolute;
    top: 1px;
    right: 10px;
    font-size: 23px;
}

@media screen and (min-width: 992px) {

    .live-tv-what-is-fast-buy {
        max-width: 85%;
    }
    #quickViewModal .live-tv-what-is-fast-buy {
        max-width: 59%;
    }
}

#quickViewModal .live-tv-pdp-section .bp-price .bp-value {
    font-size: 11px;
}

/* Live TV PDP bottom */
.live-tv-pdp-bottom {
    flex: 1 1 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: 180px;
}

@media screen and (max-width: 768px) {
    .live-tv-pdp-bottom {
        max-height: 250px;
        padding: 15px;
        height: auto;
    }
    .on-air-quickview .live-tv-pdp-bottom {
        max-height: none;
    }
}

@media screen and (max-width: 1200px) {
    .live-tv-pdp-bottom {
        height: auto;
    }
}

.live-tv-pdp-bottom::-webkit-scrollbar {
    width: 6px;
}

.live-tv-pdp-bottom::-webkit-scrollbar-thumb {
    background-color: #868ce0;
}

.live-tv-pdp-bottom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

.live-tv-pdp-bottom::-webkit-scrollbar-thumb,
.live-tv-pdp-bottom::-webkit-scrollbar-track {
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.live-tv-pdp-bottom .live-tv-pdp-section {
    padding: 0 10px 0 0;
    max-height: 90px;
}

.live-tv-pdp-bottom .product-description-title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 5px 0;
}

.live-tv-pdp-bottom .product-description-text {
    margin: 0 0 20px;
    font-size: 12px;
}

/* Live TV PDP modal */
.quick-view-dialog {
    max-width: 56.25em;
}

.quick-view-dialog .modal-header,
.quick-view-dialog .modal-footer {
    display: none;
}

#playPauseBtn .fa-play {
    font-size: 60px;
}

.on-air-quickview .product-number-rating {
    border: none;
}
.on-air-quickview .product-number-rating i.fa-star::before,
.on-air-quickview .product-number-rating .fa-star-half-empty::before,
.on-air-quickview .product-number-rating .fa-star-half-full::before,
.on-air-quickview .product-number-rating .fa-star-half-o::before {
    color: #f5bf17;
}

.on-air-quickview .write-reviews-link {
    margin-top: -3px;
}

#quickViewModal .on-air-quickview .show-zoom-mobile {
    margin: 0;
    color: #a4a4a4;
    padding: 7px 0;
    border: none;
    font-size: 14px;
}

.on-air-quickview .show-zoom-mobile .fa {
    color: #333;
    margin-right: 2px;
}

.on-air-quickview .primary-images {
    display: flex;
    flex-flow: column;
}

.on-air-quickview .primary-images-container .show-zoom-mobile {
    display: none !important;
}

.on-air-quickview .info-icon {
    color: #0070d2;
}

.on-air-quickview .add-to-wishlist-btn button{
    height: 100%;
    width: auto;
    padding: 0 5px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    color: #bdbdbd;
    font-size: 18px;
}

.on-air-quickview .rating-reviews-title-out {
    padding: 0;
}

.on-air-quickview .owl-item .js-zoom-container {
    display: flex;
}

.on-air-quickview .pdp-nav-carousel {
    margin-top: 10px;
    padding: 10px 0;
    border-top: 1px solid #d9d9d9;
}

.modal.live-tv-modal .modal-content {
    border-radius: 0;
}

.modal.live-tv-modal .header-title {
    font-family: "OpenSans-Regular", arial, sans-serif;
}

.modal.live-tv-modal .error-msg {
    margin: 0 0 20px;
    font-size: 13px;
}

.modal.live-tv-modal .btn {
    border-radius: 0;
    font-size: 13px;
}

#addToCartConfirmationModal .modal-header {
    border: none;
    padding: 0;
}

#addToCartConfirmationModal button.close {
    background: #2780dc;
    color: #ffffff;
    opacity: 1;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-right: 0;
}

#addToCartConfirmationModal .modal-body {
    text-align: center;
    padding: 0 60px 10px;
}

#addToCartConfirmationModal .btn {
    width: 100%;
    margin: 10px 0;
    border: none;
    padding: 0;
    line-height: 3em;
}

#addToCartConfirmationModal .btn.btn-white:hover {
    background: #ffffff;
}

#addToCartConfirmationModal .top-message {
    color: #000000;
    font-size: 20px;
    margin: 0 0 10px;
    text-transform: none;
}

#addToCartConfirmationModal .bottom-message {
    font-size: 16px;
    margin: 10px 0 10px;
}

/* Live TV Buttons */
.live-tv-buttons-wrap {
    margin: 15px;
}

.live-tv-buttons-wrap .content-asset{
    width: 100%;
}

.live-tv-buttons-wrap a {
    text-decoration: none;
}

.live-tv-buttons-wrap .live-tv-btn {
    flex-basis: 30% !important;
    height: 45px;
    padding: 14px 0;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #868CE0;
    border-radius: 4px;
}

.homepageShopLast {
    display: none;
}

/* .live-tv-btn:hover {
    text-decoration: none;
    background: #868ce0;
    color: #fff;
} */

@media screen and (max-width: 768px) {
    .live-tv-buttons-wrap {
        margin: 20px 0 10px;
    }

    .live-tv-buttons-wrap .live-tv-btn {
        flex-basis: 49%;
        margin: 0 0 10px;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 45px;
        border: 2px solid #868CE0;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
    }

    .live-tv-btn i{
        width: 50px;
        height: 50px;
        color: #fff;
        background: #458cde;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 420px) {
    .live-tv-btn .btn-text{
        font-size: 16px;
        line-height: 22px;
    }
}
/* Shop Last */

.live-tv-shop-last-section {
    margin: 20px auto;
}

.live-tv-shop-last .nav-tabs-wrapper {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .live-tv-shop-last .nav-tabs-wrapper {
        margin: 0 0 10px;
    }
}

.live-tv-shop-last .tab-content {
    width: 100%;
}

.live-tv-shop-last .nav-tabs {
    border: none;
    width: 100%;
}

.live-tv-shop-last .nav-tabs .nav-link {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    background: #DADCF6;
    border-radius: 4px;
    width: 100%;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .live-tv-shop-last .nav-tabs .nav-item{
        width: 45%;
    }
    
    .live-tv-shop-last .nav-tabs .nav-link {
        width: 100%;
        height: 37px;
    }
}

.live-tv-shop-last .nav-tabs .nav-link.active {
    cursor: default;
    background: #868DDA !important;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .live-tv-shop-last .nav-tabs {
        width: 100%;
    }

    .live-tv-shop-last .nav-tabs .nav-item {
        width: 50%;
    }

    .live-tv-shop-last .nav-tabs .nav-link {
        font-size: 16px;
        padding: 0px 34px;
    }
}

.live-tv-shop-last .grid-type {
    display: block;
    margin-left: 5px;
    padding: 3px 5px 0;
    color: black;
    border: 1px solid #eeeeee;
}
.live-tv-shop-last .grid-type.active {
    background: #868ce0;
    color: #ffffff;
}

.live-tv-shop-last .grid-type .glyphicon {
    font-size: 24px;
    top: 0;
    left: 1px;
}

/* Shop Last 24H */

.shoplast24h-wrap {
    flex-flow: column;
}

.shoplast24h-carousel {
    background: #fff;
    flex-basis: 100%;
    width: 100%;
    margin: 20px 0;
    padding: 9px 10px;
}

#liveTvShopLast24Grid {
    flex-basis: 100%;
    display: flex;
}

.shoplast24h-carousel .hour-item {
    cursor: pointer;
    height: 100%;
    padding: 20px 10px;
    margin: 0 1px 0 0;
    border-bottom: 3px solid transparent;
    background: #F4F4F4;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.shoplast24h-carousel .hour-item:hover {
    border-bottom: 3px solid #cccccc;
}

.shoplast24h-carousel .hour-item.selected {
    border: 1px solid #333333;
    background: #fff;
}

.live-tv-shop-last[data-grid-type="grid-type-list"] .shoplast24h-carousel {
    display: block;
}

@media screen and (max-width: 768px) {
    .shoplast24h-carousel {
        padding: 0;
    }
}

@media screen and (min-width: 769px) {
    .live-tv-shop-last[data-grid-type="grid-type-list"] .shoplast24h-wrap {
        flex-flow: row;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shoplast24h-carousel {
        flex-basis: 20%;
        width: 20%;
        margin: 0;
        display: flex;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] #liveTvShopLast24Grid {
        flex-basis: 100%;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shoplast24h-carousel .hour-item {
        margin: 0 0 1px;
        height: 100%;
        width: 99%;
    }
}

.shoplast24h-carousel .hour-item .item-date-hour {
    font-size: 15px;
    margin: 0 0 10px;
    width: max-content;
}


.shoplast24h-carousel .owl-stage {
    display: flex;
}

.shoplast24h-carousel.owl-carousel .owl-nav button {
    color: #000;
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    font-size: 40px;
}

.shoplast24h-carousel .owl-nav button.disabled {
    display: none;
}

.shoplast24h-carousel .owl-nav button.owl-prev {
    left: -10px;
}

.shoplast24h-carousel .owl-nav button.owl-next {
    right: -10px;
}

/* Live TV Video Controls */

.veygo-video-with-controls {
    position: relative;
    background-color: black;
    width:100%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-image: url(https://shoplc-image.s3-us-west-1.amazonaws.com/Harmonics/play.png); */
    background-size: 10%;
  }

  .veygo-castreceiver-name {
    /* position: absolute; */
    height: 100%;
    width: 100%;
  }

  .veygo-video {
    height: auto;
    width: 100%;
    display: block;
  }

  .veygo-control-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    font-size: medium;
    color: var(--text-color);
    padding: 0 1ex;
    display: flex;
    flex-flow: row nowrap;

  background: -moz-linear-gradient(269deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(100%, rgba(0,0,0,1)));
  background: -webkit-linear-gradient(269deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
  background: -o-linear-gradient(269deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
  background: -ms-linear-gradient(269deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  }
  .veygo-control-bar  > * {
    flex: 0 1 auto;
    align-self: center;
  }

  .veygo-control-bar a {
    text-decoration: none;
    color: var(--text-color);
    margin: 0 0.2ex;
  }

  .veygo-control button {
    color: white;
    height: 32px;
    width: 32px;
    padding: 0;
    margin: 0 7px 0 0;
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
  }

  .veygo-control .position {
    margin-left: 1em;
    min-width: 5ex;
  }

  .veygo-control .duration {
    min-width: 5ex;
    margin-right: 1em;
  }

  .veygo-control .progress {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
    background-color: inherit;
    align-self: stretch;
    display: flex;
    margin-left: 1em;
    margin-right: 1em;
  }

  .veygo-control .total {
    position: absolute;
    left: 0;
    right: 0;
    height: 20%;
    bottom: 40%;
    background-color: rgba(255, 255, 255, 0.5);
    line-height: 0;
  }

  .veygo-control .fill {
    position: absolute;
    left: 0;
    right: 100%;
    height: 20%;
    bottom: 40%;
    background-color: rgba(255, 255, 255, 1);
    line-height: 0;
  }

  .veygo-control .cursor-holder {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-self: stretch;
  }

  .veygo-control .cursor-container {
    position: absolute;
    display: flex;
    align-self: center;
    left: 0px;
    right: 2em;
    top: 0;
    bottom: 0;
  }

  .veygo-control .cursor {
    position: absolute;
    left: 0%;
    align-self: center;
  }

  .veygo-control .tracks li.enabled {
    text-decoration: underline;
  }

  .veygo-control .tracks {
    display: block;
    position: relative;
    float: right;
    margin-top: -277PX;
    background: rgba(255, 255, 255, 0.5);
    width: 150px;
    z-index: 2;
    max-height: 233px;
    height: 233px;
    overflow-y: auto;
  }

  .veygo-control .tracks h3 {
    margin: 0;
    padding: 0 5px;
  }

  .veygo-control .tracks ul {
    margin: 0;
    padding: 0 5px;
    font-size: 1em;
  }

  .veygo-control {
    position: static;
    height: auto;
    display: none;
  }

  .veygo-control-active {
    display: block !important;
  }

  .veygo-control .thumbnail-container {
      position: absolute;
      text-align: center;
  }

  .veygo-control .thumbnail-elem {
      position: relative;
      box-shadow: 0px 0px 0.9em #000000;
      transform-origin: center bottom;
  }

  .veygo-control .thumbnail-time-label {
      position: relative;
      bottom: 1.8em;
      display: table;
      margin: 0 auto;
      padding: 2px 5px 2px 5px;
      color: #ffffff;
      background-color: rgba(0, 0, 0, 0.7);
      font-size: 12px;
      font-weight: bold;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  .veygo-control .fa-arrows-alt, .veygo-control .fa-compress {
      float: right;
      position: absolute;
      right: 0px;
      display: block;
  }

  .veygo-control .fa-gear{
      float: right;
      position: absolute;
      right: 30px;
      display: block;
  }

  .veygo-control input[type="range"]{
      width:20% !important;
  }

  .custom-volume-video{
      padding-top: 30px;
  }

  .black-overlay-video {
      width: 100%;
      height: 100%;
      position: absolute;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
  }


  .black-overlay-video-sm:before{
      top: 50vh !important;
      left: 50% !important;
  }

  .volume-bar {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    outline: none;
    border: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  .volume-bar:hover {
    opacity: 1;
  }
  .volume-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2E82D9;
    cursor: pointer;
  }



  .volume-bar::-moz-range-thumb {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 2px solid #2E82D9;

  }
  .volume-bar::-moz-focus-outer {
    border: 0;
  }



  .veygo-control input[type="range"] {
      width: 15% !important;
  }



  @media only screen and (max-width: 1024px) {
    .veygo-control input[type="range"] {
        width: 20% !important;
    }
    #customVolume{
        visibility:hidden;
    }
    .black-overlay-video {
       z-index:9999 !important;
    }
  }




  @media only screen and (max-width: 768px) {
    .veygo-control input[type="range"] {
        width: 25% !important;
    }
    .black-overlay-video {
        z-index:9999 !important;
    }
  }

  .volume-bar::-ms-track {
    background: transparent !important;
  }
  .volume-bar:focus::-ms-fill-lower {
    background: transparent !important;
  }

  body.veygo-full-window {
      padding: 0;
      margin: 0;
      height: 100%;
      overflow-y:auto
  }

  .veygo-full-window .veygo-video-with-controls.veygo-fullscreen {
      position: fixed;
      overflow: hidden;
      z-index: 1000;
      left: 0;
      top: 0;
      bottom: 0;
      right:0
  }

  .veygo-video-with-controls.veygo-fullscreen {
      width: 100% !important;
      height: 100% !important;
      padding-top:0 !important
  }

  .veygo-video-with-controls.veygo-fullscreen.veygo-user-inactive {
      cursor:none;

  }

  .CustomveygoMain {
  height: 100% !important;
  }
  .fa-pause, .fa-volume-up, .bt-fullscreen, .fa-play{
      cursor: pointer;
  }

  .phOverlayDeplay {
  height: 100% !important;
  }

  .btn {
    position: relative;
  }
  .btn-overlay {
      position: absolute;
      padding: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      opacity: 0.5;
      transition: opacity .5s;
  }


  #playPauseBtn{
      border: 4px solid;
      border-radius: 50%;
      width: 120px;
      height: 120px;
      padding-left: 26px;
      box-shadow:    1px 9px 19px #00000085;
      color: #ffca01;
     /*  color: #ffffff; */
      background: #00000073;
  }

  #orderReceiptTarget {

      position: initial !important;

  }

  video#shoplcVideo:focus {
      outline: none;
  }

@media screen and (max-width: 1024px) {
    .arrow-prev {
        left: 0;
    }

    .arrow-next {
        right: 0;
    }
}

@media screen and (min-width: 1600px) {
    .arrow-prev {
        left: 0;
    }

    .arrow-next {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .live-tv-pdp-top .right {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #liveTvVideoSection {
        padding: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    [data-action="LiveTv-Show"] #liveTvVideoSection {
        padding-left: 0;
    }

    [data-action="LiveTv-Show"] #liveTvAuctionSection {
        padding-right: 0;
    }

    [data-action="LiveTv-Show"] #liveTvAuctionSection.fast-buy-active .live-tv-section-inner {
        padding-top: 0 !important;
    }
}

/*--liveTvShopLast24Grid--*/
.liveTvShopLast25GridWrapper {
    background-color: #F7F7F7;
}

.liveTvShopLast24GridWrapper select,
.liveTvShopLast25GridWrapper select {
    border: 1px solid #aaaaaa;
    border-radius: 2px;
    margin: 0 0 12px 0;
    height: 32px;
    text-transform: uppercase;
    padding: 0 25px 0 10px;
    width: auto;
    font-size: 12px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 12px) calc(1em + 2px), calc(100% - 7px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 0 1.5em;
    background-repeat: no-repeat;
}

.liveTvShopLast24GridWrapper select:focus,
.liveTvShopLast25GridWrapper select:focus {
    background-color: #fff;
    border-color: #61d2ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 161 224 / 25%);
}

.liveTvShopLast24GridWrapper .select-item-wrapper select,
.liveTvShopLast25GridWrapper .select-item-wrapper select {
    width: 100%;
}

.liveTvShopLast24GridWrapper .select-item-container,
.liveTvShopLast25GridWrapper .select-item-container {
    width: 100%;
}

.liveTvShopLast24GridWrapper .select-item-wrapper select:last-child,
.liveTvShopLast25GridWrapper .select-item-wrapper select:last-child {
    margin-bottom: 0;
}

.liveTvShopLast24GridWrapper .select-item-wrapper,
.liveTvShopLast25GridWrapper .select-item-wrapper {
    width: 100%;
}

.liveTvShopLast24GridWrapper .select-item-wrapper select
.liveTvShopLast25GridWrapper .select-item-wrapper select {
    margin: 6px 0;
}

.liveTvShopLast24GridWrapper .select-item-wrapper select:last-child,
.liveTvShopLast25GridWrapper .select-item-wrapper select:last-child {
    margin-bottom: 10px;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile  {
    padding: 10px 7px;
    background-color:#FFFFFF;
    position: relative;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid {
    flex-grow: 1;
    width: 100%;
}

.liveTvShopLast24GridWrapper .product-grid .product-tile-wrapper .product-tile .wishlist-air-container .wl-toggle .wishlist-icon,
.liveTvShopLast25GridWrapper .product-grid .product-tile-wrapper .product-tile .wishlist-air-container .wl-toggle .wishlist-icon {
    position: static;
}

.liveTvShopLast24GridWrapper .product-tile .image-container,
.liveTvShopLast25GridWrapper .product-tile .image-container {
    min-height: inherit;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions {
    background: transparent;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 200px;
    bottom: auto;
    transition: all .5s ease;
}

.liveTvShopLast25GridWrapper .homepageShopLast,
.liveTvShopLast24GridWrapper .homepageShopLast {
    display: none !important;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .action-row {
    height: 27px;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy,
.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper {
    height: 27px;
    color: #fff;
    cursor: pointer;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy a,
.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper a,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy a,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper a {
    line-height: 27px;
    padding: 0;
    font-weight: 700;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy {
    background: #329F5C;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper {
    background: #868AE6;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .quickview,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .quickview {
    background: #1e1e2c;
    opacity: .7!important;
    color: #fff !important;
    font-weight: 700;
    width: 100%;
    height: 27px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 0;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .fastbuy-wrapper,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .fastbuy-wrapper {
    max-width: 100%;
}

.liveTvShopLast24GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-body .actions .actions-row .fastbuy-wrapper a .fast-buy-button-inner,
.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper a,
.product-grid.shop-last-grid .shop-last-tile .product-tile .actions .quickview,

.liveTvShopLast25GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-body .actions .actions-row .fastbuy-wrapper a .fast-buy-button-inner,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper a,
.product-grid.shop-last-grid .shop-last-tile .product-tile .actions .quickview {
    font-size: 12px !important;
}

.liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .shoplc-price,
.liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .shoplc-price,
.recommendations.shop-last-grid .shop-last-tile .product-tile .shoplc-price {
    font-size: 14px;
}

@media(max-width:991px){
    .liveTvShopLast24GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-badges-image,
    .liveTvShopLast25GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-badges-image {
        width: 100%;
    }

    .liveTvShopLast24GridWrapper .product-grid .product-tile-wrapper .product-tile .image-container a .tile-image,
    .liveTvShopLast25GridWrapper .product-grid .product-tile-wrapper .product-tile .image-container a .tile-image {
        width: 100% !important;
        max-width: 160px;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile {
        flex-basis: 25%;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .tile-body,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .tile-body {
        padding-top: 0;
    }
}

@media(max-width:768px) {
    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile,
    .recommendations.shop-last-grid .shop-last-tile .product-tile {
        flex-wrap: wrap;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .tile-body
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .tile-body {
        padding-top: 15px;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile {
        flex-basis: 100%;
    }


    .liveTvShopLast24GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-badges-image,
    .liveTvShopLast25GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-badges-image {
        width: 45%;
        height: auto;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .product-tile .tile-body,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .product-tile .tile-body {
        position: absolute;
        width: 49%;
        right: 0;
        flex-basis: 45%;
        flex-direction: column;
        justify-content: space-between;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .shoplc-price,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .shoplc-price {
        flex-basis: 100%;
        max-width: 100%;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions {
        position: static;
        opacity: 1;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row {
        height: 32px;
        margin-bottom: 5px;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .action-quickview-wrapper,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .action-quickview-wrapper {
        display: none !important;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper {
        height: 32px;
        line-height: 32px;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy {
        margin-right: 0 !important;
        height: 32px;
        line-height: 32px;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper {
        margin-left: 0;
        margin-right: 15px;
    }

    .liveTvShopLast24GridWrapper .select-item-container,
    .liveTvShopLast25GridWrapper .select-item-container {
        max-width: 220px;
        margin: 0 auto 15px;
    }

    .liveTvShopLast24GridWrapper .select-item-wrapper,
    .liveTvShopLast25GridWrapper .select-item-wrapper {
        padding-bottom: 0;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy a,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width:768px) {
    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .shoplc-price,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .shoplc-price {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media(max-width:540px){
    .liveTvShopLast24GridWrapper .select-item-container,
    .liveTvShopLast25GridWrapper .select-item-container {
        max-width: 140px;
    }
}

@media(min-width:769px) {
    .liveTvShopLast24GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-badges-image,
    .liveTvShopLast25GridWrapper .product-grid .product-tile-wrapper .product-tile .tile-badges-image {
        width:  auto;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile,
    .recommendations.shop-last-grid .shop-last-tile .product-tile {
        flex-flow: column;
    }


    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .product-tile-wrapper,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .product-tile-wrapper,
    .recommendations.shop-last-grid .shop-last-tile {
        padding: 0 10px;

    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .tile-body,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .tile-body,
    .recommendations.shop-last-grid .shop-last-tile .product-tile .tile-body {
        flex-basis: auto;
    }

    .live-tv-shop-last-section .grid-type-switch {
        display: flex !important;
    }

    .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .sold-out-badge,
    .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .sold-out-badge {
        margin: -5px 0 0 -8px;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .visible-listview {
        display: block;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .visible-gridview {
        display: none;
    }

    .live-tv-shop-last[data-grid-type="grid-type-table"] .shop-last-tile[data-itemtype="24"] .visible-listview {
        display: none;
    }

    .live-tv-shop-last[data-grid-type="grid-type-table"] .shop-last-tile[data-itemtype="24"] .visible-gridview {
        display: block;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .select-item-container {
        width: 100%;
    }
}

/* Grid type list */
@media(min-width:769px){
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .recommendations.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile {
        flex-flow: row;
        justify-content: flex-start !important;
        border-color: #f7f7f7;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"]  .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .tile-body,
    .live-tv-shop-last[data-grid-type="grid-type-list"]  .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .tile-body {
        padding-top: 0;
        flex-grow: 1;

    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .actions,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .actions {
        display: none !important;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shoplast24h-wrap .shoplast24h-carousel,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .product-tile .product-prices {
        flex-basis: 100%;
        flex-flow: row;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .recommendations.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile {
        flex-flow: row;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkShoplc,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkBtn,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkShoplc,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkBtn,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy {
        margin-top: 0;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy {
        margin-right: 0 !important;
        margin-bottom: 0;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button .fast-buy-button-inner,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button .fast-buy-button-inner {
        order: 1;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button .fa-forward,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button .fa-forward {
        order: 0;
        position: static;
        margin-right: 5px;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkAddtoCart,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkAddtoCart {
        margin: 0;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkAddtoCart  {
        height: 35px;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .action-link .fa,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .action-link .fa {
        vertical-align: inherit;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkShoplc,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkShoplc {
        order: 0;
        flex-basis: 30%;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .product-tile .estimated-values {
        order: 1;
        flex-basis: 100%;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkBtn,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkBtn {
        width: 60%;
        flex-wrap: wrap;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .product-tile .estprice-wrapper,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .product-tile .save-wrapper {
        width: 20%;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .shop-last-tile[data-itemtype="24"] .product-tile .shoplc-price {
        margin-top: 0;
    }

    .product-grid.shop-last-grid[data-grid-type="grid-type-list"] .shop-last-tile .product-tile .saveBtn,
    .recommendations.shop-last-grid[data-grid-type="grid-type-list"] .shop-last-tile .product-tile .saveBtn {
        margin-left: 0;
    }

    .product-grid.shop-last-grid[data-grid-type=grid-type-list] .shop-last-tile .product-tile .wishlist-air-container {
        justify-content: center;
    }

    .product-grid.shop-last-grid[data-grid-type=grid-type-list] .shop-last-tile .product-tile .wishlist-air-container .wl-toggle {
        order: 1;
        margin-left: 5px;
    }

    .product-grid.shop-last-grid[data-grid-type=grid-type-list] .shop-last-tile .product-tile .wishlist-air-container .on-air {
        order: 0;
        margin-left: 20px;
    }
}

@media(max-width:991px){
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"],
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] {
        flex-basis: 100%;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkAddtoCart,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkAddtoCart {
        padding: 7px 10px !important;
        font-size: 11px;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy {
        margin-left: 5px;
    }

    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button-inner,
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] .product-tile .checkfastBuy .fast-buy-button-inner {
        font-size: 11px !important;
    }
}

@media(max-width:768px){
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"],
    .live-tv-shop-last[data-grid-type="grid-type-list"] .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile[data-itemtype="24"] {
        flex-basis: 25%;
    }
}

.live-tv {
    margin-top: 25px;
    margin-bottom: 40px;
}





.live-tv-form{
    font-family: "OpenSans-Bold", arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #868ce0;
    text-transform: uppercase;
}

.live-tv .form-group label.form-control-label {
    font-size: 13px;
    font-weight: 600;
    color: #1e1e2c;
}

.form-control-label:after {
    content: "*";
    color: red;
}

#host-form-email, #host-form-phone, #comments {
    height: 40px;
    border-radius: 35px;
    border: 1px solid #999999;
    padding: 5px 10px 5px 40px;
}





.send-message .fa{
    font-size: 35px;
    color: #0083df;
}

#sendCommentNonLogin .fa{
    font-size: 39px;
    color: #0083df;
}

.host-feedback-checkbox {
    margin-right: 5px;
}

.host-feedback-description {
    font-size: 12px;
    line-height: 20px;
    color: #1e1e2c;
    margin-bottom: 16px;
    word-spacing: 2px;
}

@media(max-width:768px) {
    .host-feedback-description {
        word-spacing: -1px;
    }
}

.livetv-input-group {
    position: relative;
    display: flex;
    width: 100%;
    align-items: baseline;
    margin-top: -20px;
}

@media(max-width:850px) {
    .livetv-input-group {
        margin-top: -10px;
    }
}

.host-feedback-viewTermsText{
    color: #1e1e1e;
    text-decoration: underline;
}

#form-phone-error {
    margin-left: 15px;
    margin-top: 10px;
}

#form-email-error {
    margin-left: 15px;
    margin-top: 10px;
}

#form-host-message-error {
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: 10px;
}


/*--- CRO - Index.css Styles---*/
.CRO_generic_color .liveTvBudgetPayAvailability {
    color: var(--primaryColor);
}

.CRO_generic_color .live-tv-pdp-section .bp-price .bp-value {
    margin-left: 10px;
    color: var(--primaryColor);
}

.CRO_generic_color .live-tv-pdp-bottom::-webkit-scrollbar-thumb {
    background: var(--primaryColor) !important;
}

.CRO_generic_color #liveTvVideoSection .live-tv-chat #sendComment .fa {
    color: var(--primaryColor);
}


.CRO_generic_color .live-tv-pdp-section .product-buttons .livetv-add-to-cart {
    background: var(--primaryColor);
    border-radius: 0;
}

.CRO_generic_color .live-tv-pdp-section .product-buttons .livetv-add-to-cart {
    background: var(--primaryColor);
}

.CRO_generic_color .livetv-add-to-cart + .fastbuy-wrapper {
    background: var(--primaryColor);
    border-radius: 0;
}

.CRO_generic_color .live-tv-what-is-fast-buy {
    color: var(--primaryColor);
}

.CRO_generic_color .live-tv-what-is-fast-buy__button {
    background: var(--primaryColor);
}

.CRO_generic_color .live-tv-what-is-fast-buy__button:hover {
    text-decoration: none;
    color: #fff;
}

.CRO_generic_color .modal.live-tv-modal .btn:focus,
.CRO_generic_color .modal.live-tv-modal .btn:active {
    background: var(--primaryColor);
    box-shadow: 0 0 0.2rem rgba(51, 51, 51, 0.7);
}

.CRO_generic_color .live-tv-btn {
    border: 1px solid var(--primaryColor);;
    color: var(--primaryColor);
}

.CRO_generic_color .live-tv-btn:hover {
    background: var(--primaryColor);
    color: #fff;
}


.CRO_generic_color .live-tv-shop-last .nav-tabs .nav-link {
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
}

.CRO_generic_color .live-tv-shop-last .nav-tabs .nav-link.active {
    background: var(--primaryColor) !important;
    border: 1px solid var(--primaryColor);
}

.CRO_generic_color .live-tv-shop-last .nav-tabs .nav-link.active {
    color: #fff;
}

.CRO_generic_color .live-tv-pdp-section .quantity-btn {
    color: var(--primaryColor);
}

.CRO_generic_color .live-tv-arrow {
    border-top: 12px solid var(--primaryColor);
}

.CRO_generic_color .live-tv-shop-last .grid-type.active {
    background: var(--primaryColor);
}

.CRO_generic_color .shoplast24h-carousel .hour-item.selected {
    border: 2px solid var(--primaryColor);
}

.CRO_generic_color .liveTvShopLast24GridWrapper select,
.CRO_generic_color .liveTvShopLast25GridWrapper select {
    color: var(--primaryColor);
}

.CRO_generic_color .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy,
.CRO_generic_color .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .fastbuy-wrapper.fast-buy  {
    background: var(--primaryColor);
    border-radius: 0;
}

.CRO_generic_color .liveTvShopLast24GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper,
.CRO_generic_color .liveTvShopLast25GridWrapper .product-grid.shop-last-grid .shop-last-tile .product-tile .actions .actions-row .cart-wrapper {
    background: var(--primaryColor);
    border-radius: 0;
}

.CRO_generic_color .product-grid .product-tile-wrapper .product-tile .wishlist-air-container .on-air {
    background: linear-gradient(90deg, #b7b5b5 0%, #333 100%);
    display: none !important;
}

.CRO_generic_color .product-quickview .live-tv-pdp-section + .right .fastbuy-wrapper.fastbuy-wrapper {
    border-radius: 0;
}

.CRO_generic_color .product-quickview .live-tv-pdp-section .bp-price .bpblack-logo .budget-pay-img {
    width: 32px;
    margin-left: 5px;
}

.CRO_generic_color #quickViewModal .live-tv-pdp-section .bp-price .bp-value {
    margin-top: 6px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .CRO_generic_color .live-tv-btn i{
        background: var(--primaryColor);
    }
    .product-id span {
        color: #333;
        border: 1px solid #333;
    }
}

.new-or-host {
    margin-left: -15px;
    margin-top: 27px;
    margin-right: -15px;
    font-size: 16px;
    font: normal normal 16px Open Sans;
}



.mail-to-host {
    width: 295px;
}
.mobile {
    display: none;
}

@media screen and (max-width: 850px) {
    .non-mobile {
        display: none !important;
    }
    .canada-flag-logo {
        top: 1px !important;
    }
    .align-desc {
        top: 2px !important;
    }
    .mobile {
        display: block !important;
    }
    .mail-to-host {
        width: -webkit-fill-available !important;
    }
    #host-form-phone {
        width: -webkit-fill-available !important;
    }
    .comment-align {
        margin: 0 0 0 12px;
    }
    .comment-to-host {
        width: -webkit-fill-available !important;
    }
    .or-logo {
        top: 50% !important;
        transform: translate(-50%, -50%);
        left: 50% !important;
    }
    .phone-align {
        left: 0 !important;
        margin-top: -5px;
    }
    .live-tv-chat-btn-non-login {
        position: absolute;
        top: -57px;
        right: 1px;
    }
    .phone-align {
        margin-bottom: 15px;
    }
    #form-host-message-error {
        margin-left: 30px;
        margin-top: -30px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 593px) {
    .mail-to-host {
        width: -webkit-fill-available !important;
    }
    .non-mobile {
        display: none !important;
    }
    .mobile {
        display: block !important;
    }
    .mail-align {
        margin: -20px 0 0 0;
    }
    .phone-align {
        left: 0 !important;
    }
    #host-form-phone {
        width: -webkit-fill-available !important;
    }
    .phone-align {
        margin-bottom: 20px;
    }
    .checkbox-align .email-signup-description {
        font-size: 11px;
    }
    .new-or-host {
        margin-left: 144px;
    }
    .comment-align {
        margin: 0 0 0 12px;
    }
    .comment-to-host {
        width: -webkit-fill-available !important;
    }
    .live-tv-chat-btn-non-login {
        position: absolute;
        top: -57px;
        right: 1px;
    }
    .or-logo {
        top: 50% !important;
        transform: translate(-50%, -50%);
        left: 50% !important;
    }

}
.phone-align {
    position: relative;
    left: -23px;
}

.phone-to-host {
    width: 295px;
}
.mail-logo {
    width: 18px;
    height: 14px;
    position: relative;
    top: 27px;
    left: 15px;
}

.or-logo {
    width: 50px;
    height: 30px;
    top: 22px;
    position: inherit;
    left: -25px;
}

.phone-logo {
    width: 16px;
    position: relative;
    height: 16px;
    top: 27px;
    left: 15px;
}

.canada-flag-logo {
    width: 20px;
    height: 11px;
    margin-left: 7px;
    position: relative;
    top: -2px;
}

.hpCanadianResident-checkbox {
    position: relative;
    top: 2px;
}

.lock-logo {
    width: 12px;
    height: 15px;
    position: relative;
    top: -30px;
    left: 18px;
}

.user-logo {
    width: 40px;
    height: 40px;
}
.non-mobile {
    display: block;
}

.invalid-feedback {
    display: block;
}

#homepage-SHOP_LC .live-tv {
    display: none;
}
.checkbox-wrapper {
    vertical-align: bottom;
}

.align-desc {
    position: relative;
    top: -1px;

}
