
.header-slider {
    max-height: none;
}
.header-slider-item a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 42.56%;
}
.header-slider-item a > img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.item-col .image {
    padding-top: 62.5%;
}

.image-wrapp img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: auto;
    height: 100%;
}

.mobile-join-button{
    display: none;
}

@media(max-width: 767px){
    .mobile-join-button{
        display: inline-flex !important;
        height: 40px !important;
        line-height: 38px !important;
        min-width: 94px !important;
        text-transform: uppercase !important;
        margin-left: 15px !important;
        justify-content: center !important;
    }
    .logo-col {
        flex-grow: 1;
        display: flex;
        align-items: center;
    }
    .logo-col a{
        max-width: 121px;
    }
}

.seodesc-button-wrap{
    display: flex;
    justify-content: center;
    margin: 20px 0;
    margin-bottom: 30px;
    padding: 0 15px;
}

.item-col.-video:not(.trailer) .image::after {
    display: none !important;
}

.dropdown-menu{
    z-index: 9999;
}
.image canvas{
    z-index: 9998;
}


.item-col.-deal a {
    background-color: #262022;
    border-radius: 0 0 8px 8px;
}
.item-col.-deal a:hover {
    color: #fff;
}
.item-col.-deal a:hover .fake-btn {
    background-color: #9b1446;
}
.item-col.-deal .image {
    border-radius: 8px 8px 0 0;
}
.item-col.-deal .image > img {
    transform: none;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.item-col.-deal .item-discount {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c61859;
    color: #fff;
    border-radius: 0 0 8px 0;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 2;
}
.item-col.-deal .item-discount .sub-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.item-col.-deal .item-discount .sub-label {
    font-size: 30px;
    font-weight: 700;
}
.item-col.-deal .item-info {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.item-col.-deal .item-name {
    display: block;
    flex: auto;
}
.item-col.-deal .item-pricing {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}
.item-col.-deal .item-price {
    font-size: 18px;
    font-weight: 700;
}
.item-col.-deal .item-price strike {
    opacity: .6;
    font-weight: 400;
    margin-right: 5px;
    font-size: 16px;
}
.item-col.-deal .fake-btn {
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 20em;
    height: 35px;
    background-color: #df1d65;
    transition: background-color .3s;
}
.item-col.-deal .fake-btn > span {
    line-height: 1;
}

.offer-slider .slider-item a {
    display: block;
}
.offer-slider .owl-nav button.owl-prev,
.offer-slider .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #fff;
    transition: color .3s;
}
.offer-slider .owl-nav button.owl-next {
    left: auto;
    right: 0;
}
.offer-slider .owl-nav button.owl-prev:hover,
.offer-slider .owl-nav button.owl-next:hover {
    color: #df1d65;
}
.offer-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offer-slider button.owl-dot {
    display: block;
    margin: 0 5px 10px;
}
.offer-slider button.owl-dot > span {
    display: block;
    background-color: #fff;
    height: 6px;
    width: 30px;
    border-radius: 20em;
    transition: background-color .3s;
}
.offer-slider button.owl-dot.active > span {
    background-color: #df1d65;
}

.offer-slider-col {
    margin: 76px auto 0;
}
@media (min-width: 1040px) {
    .offer-slider-col {
        margin: 91px auto 0;
    }
    .offer-slider-sec .offer-slider-col {
        margin-top: 0;
    }
}

.coming-soon-sec .coming-soon-col .coming-soon-inner-col.-right .title {
    min-height: 52px;
    height: auto;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.coming-soon-sec .coming-soon-col .coming-soon-inner-col.-right img {
    max-width: 440px;
}
.coming-soon-sec .coming-soon-col .coming-soon-inner-col.-right {
    max-width: 100%;
}
@media (max-width: 899px) {
    .coming-soon-sec .coming-soon-col .coming-soon-inner-col.-right img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    .coming-soon-sec .coming-soon-col .coming-soon-inner-col.-right .title {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        min-width: 280px;
    }
}

input[type="tel"],
input[type="tel"].form-control {
    display: block;
    width: 100%;
    padding: 0 15px;
    border-radius: 0;
    height: 34px;
    line-height: 34px;
    border: 0;
    background-color: #161616;
    color: #ffffff;
    font-size: 14px;
    outline: 0;
    outline-style: none;
}
input[type="tel"]::placeholder,
input[type="tel"].form-control::placeholder {
    color: #fff;
}

ul.custom-list li {
    position: relative;
    padding-left: 25px;
    min-height: 34px;
    line-height: 34px;
}
ul.custom-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    background-color: #DF1D65;
}

.takedown-url {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.takedown-url-remove {
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background-color: #161616;
    margin-left: 8px;
    line-height: 0;
}
.takedown-url-remove:hover {
    background-color: #303030;
}