/*
Landing Style: Black Friday 2022
 */

@font-face {
    src: url("../fonts/Rowdies-Bold.ttf");
    font-family: "Rowdies";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/Rowdies-Regular.ttf");
    font-family: "Rowdies";
    font-weight: 500;
}

@font-face {
    src: url("../fonts/Rowdies-Light.ttf");
    font-family: "Rowdies";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/UTM AvoBold.ttf");
    font-family: "UTM Avo";
    font-weight: 700;
}

/**banner**/
.black-banner-h1 h1 {
    text-transform: uppercase;
    margin: 0px;
    background: -webkit-linear-gradient(#ff4747, #bf0000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "UTM Avo";
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 100px;
    text-align: center;
    z-index: -1;
}

.black-banner-h2 h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 0 #e73434, -2px 0 #e73434, 0 2px #e73434, 0 -2px #e73434, 1px 1px #e73434, -1px -1px #e73434, 1px -1px #e73434, -1px 1px #e73434;
    margin: 0px;
    font-family: "UTM Avo";
    font-weight: 700;
    font-style: italic;
    position: absolute;
    top: 185px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    text-align: center;
}

.black-banner-image {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.black-banner-image .img-inner.dark {
    overflow: unset !important;
}

.black-banner-image img {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    }
}

/**banner location**/
.black-banner-location {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.black-banner-location ul {
    display: flex;
}

.black-banner-location ul li {
    margin: 0px 10px;
}

.black-banner-location ul li a {
    background: #000;
    color: #fff;
    padding: 8px 15px;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-family: "UTM Avo";
    font-weight: 700;
    font-size: 18px;
    min-width: 150px;
    display: block;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.black-banner-location ul li a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px) !important;
}

.black-sologan {
    color: #fff;
    font-family: "UTM Avo";
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}


/**title**/
.black-title {
    width: 100%;
    text-align: center;
}

.black-title h3 {
    font-size: 50px;
    line-height: 150%;
    color: #fff;
    font-family: "Rowdies";
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
}

.black-title .title-hide {
    color: #777777;
    font-size: 40px;
    line-height: 15px;
    font-family: "Rowdies";
    font-weight: 500;
    text-transform: uppercase;
}

/*count down**/
.ux-timer {
    width: 400px !important;
    margin: auto !important;
    background: #E73434;
    border: 3px solid #FFEA9E;
    border-radius: 13px;
    font-size: 38px !important;
    line-height: 150% !important;
    font-family: "Rowdies";
}

.ux-timer span {
    border-radius: 0px !important;
    margin: 0px !important;
    width: unset !important;
    position: relative;
    font-family: "Rowdies" !important;
    font-weight: 300 !important;
}

.ux-timer span:not(:last-child):before, .ux-timer span:not(:last-child):after {
    content: '';
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: block;
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
}

.ux-timer span:not(:last-child):before {
    top: 40%;
    right: -5px;
}

.ux-timer span:not(:last-child):after {
    bottom: 40%;
    right: -5px;
}

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

.black__text h3 {
    font-family: "Rowdies";
    color: #E73434;
    font-weight: 700;
    font-size: 25px;
}

.black__text p strong {
    color: #FFD335;
}

.black__text p {
    margin-bottom: 10px;
    font-family: "Rowdies";
    font-weight: 300;
    color: #fff !important;
    font-size: 15px;
    font-size: 18px;
    line-height: 150%;
}

/**black combo**/
.black-combo {
    border: 4px solid #FFEA9E;
    width: 332px;
    height: 332px;
    margin: auto;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.black-combo .black-combo-sale {
    width: 90px;
    height: 90px;
    background: #FFEA9E;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E73434;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Rowdies";
    font-weight: 300;
    left: -25px;
    top: 25px;
}

.black-combo .black-combo-text h3 {
    color: #fff;
    font-family: "Rowdies";
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0px !important;
}

.black-combo h3.color-yellow {
    color: #FFD335;
    font-size: 30px;
    font-family: "Rowdies";
    margin: 0px;
}

.black-combo p {
    margin: 0px !important;
}

.black-combo .black-combo-price {
    display: flex;
    justify-content: center;
    align-items: end;
}

.black-combo .black-combo-price del {
    color: #fff;
    margin-left: 10px;
}

.black-combo .black-combo-price ins {
    color: #FFD335;
    font-size: 25px;
    font-family: "Rowdies";
}

/**tab**/
.row-bg {
    background: #FFEA9E;
    border-radius: 10px;
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin: auto;
}

.tab-black ul li a {
    background: #000000;
    border-radius: 6px !important;
    margin: 0px 5px;
    color: #fff;
    border: 0px !important;
    padding: 7px 15px;
    font-family: "Rowdies";
    font-weight: 300;
    font-size: 15px;
    position: relative;
}

.tab-black ul li a:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E73434;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    visibility: hidden;
}

.tab-black ul li a:hover, .tab-black ul li.active a {
    background: #E73434;
    color: #fff;
}

.tab-black ul li a:hover:after, .tab-black ul li.active a:after {
    visibility: visible;
}

table.black-table {
    width: 100%;
    background: #000000;
    font-size: 15px;
    border-radius: 10px !important;
}

table.black-table th, table.black-table td {
    padding: 20px 15px;
    color: #fff;
    font-family: "Rowdies";
    font-weight: 300;
}

table.black-table tr th:not(:first-child), table.black-table tr td:not(:first-child) {
    text-align: center;
}

table.black-table h3 {
    color: #FFD335;
    font-size: 18px;
    font-family: "Rowdies";
    font-weight: 300;
}

table.black-table .black-table-price ins {
    color: #E73434;
    font-size: 15px;
    margin-right: 5px;
}

table.black-table .black-table-price del {
    font-size: 15px;
}

table.black-table a {
    background: #E73434;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 4px !important;
}

table.black-table th, table.black-table td {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

table.black-table tr th:not(:last-child), table.black-table tr td:not(:last-child) {
    border-right: 1px solid;
}

.tab-black .tab-panels {
    margin-top: 20px;
}

h3.black-dark {
    font-family: "Rowdies";
    font-weight: 300;
    text-align: center;
}

h3.black-dark strong {
    color: #E73434;
}

.mr-10 {
    margin-right: 10px !important;
}

.black-button a {
    background: #FFEA9E;
    color: #E73434;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 4px !important;
    margin-right: 10px;
    margin-top: 15px;
    display: inline-block;
    font-family: "Rowdies";
    font-weight: 300;
}

.black-sale-time p {
    margin: 0 0 10px 0;
    color: #FFEA9E;
    font-family: "Rowdies";
    font-weight: 300;
    font-size: 20px;
}

.black-sale-time {
    background: #E73434;
    border: 3px solid #FFEA9E;
    border-radius: 20px;
    padding: 15px 0;
    text-align: center;
}

.col-sale {
    background: radial-gradient(50% 50% at 50% 50%, #F14444 0%, #A60000 100%);
    border: 3px solid #FFEA9E;
    border-radius: 22px;
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    margin: auto;
    position: relative;
    padding: 35px;
}

.col-sale:before {
    content: '';
    background: url(/wp-content/uploads/2022/11/no-left.png);
    width: 180px;
    height: 180px;
    display: block;
    z-index: 999;
    position: absolute;
    background-size: 100% !important;
    top: -80px;
    left: -80px;
}

.col-sale:after {
    content: '';
    background: url(/wp-content/uploads/2022/11/no-right.png);
    width: 180px;
    height: 180px;
    display: block;
    z-index: 999;
    position: absolute;
    background-size: 100% !important;
    top: -80px;
    right: -80px;
}

.black-title2 {
    text-align: center;
}

.black-title2 h3 {
    font-size: 50px;
    line-height: 120%;
    color: #fff;
    font-family: "Rowdies";
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
}

.black-title2 h4 {
    margin: 0px;
    font-size: 50px;
    line-height: 150%;
    color: #FFEA9E;
    font-family: "Rowdies";
    font-weight: 300;
}

.black-store-more {
    margin: auto;
    border: 3px solid #FFEA9E;
    border-radius: 13px;
    position: relative;
    width: 300px;
    display: block;
    padding: 35px 0;
}

.black-store-more .black-store-icon img {
    width: 80px;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.black-store-more .black-store-content {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    font-family: "Rowdies";
}

.black-store-more .black-store-button a {
    background: #FFEA9E;
    color: #E73434;
    text-transform: uppercase;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 4px !important;
    margin-top: 15px;
    display: inline-block;
    font-family: "Rowdies";
    font-weight: 300;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

h3.black-more-time {
    font-size: 20px;
    line-height: 120%;
    color: #FFEA9E;
    font-family: "Rowdies";
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}

div#bk-form-tv-sale h3 {
    font-size: 50px;
    line-height: 120%;
    color: #fff;
    font-family: "Rowdies";
    font-weight: 700;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
}

div#bk-form-tv-sale .input-tv::placeholder {
    color: #fff !important;
}

div#bk-form-tv-sale .input-tv {
    border: 1.5px solid #FFEA9E !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #fff;
    height: 45px !important;
}

div#bk-form-tv-sale button.btnTv {
    background: #FFEA9E;
    border: 1.5px solid #FFEA9E;
    box-shadow: 4px 8px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
    color: #E73434 !important;
    margin: 15px auto 0;
    display: block;
}

.sale-text {
    width: 100%;
    display: flex;
}

.sale-text h3 {
    color: #fff;
    margin: 0px !important;
    font-family: "Rowdies";
    font-weight: 300;
    border-right: 1px solid #ffff;
}

.sale-text h3:last-child {
    padding-left: 25px !important;
    padding-right: 0px !important;
    border-right: 0px !important;
}

.sale-text h3 {
    padding-right: 25px !important;
}

.sale-text h3 b {
    color: #FFEA9E;
}

.sale-text h3 strong {
    color: #E73434;
    font-size: 25px;
}

@media only screen and (max-width: 768px) {
    .black-title h3, .black-title2 h3, div#bk-form-tv-sale h3 {
        font-size: 25px;
        line-height: 130%;
    }

    .black-title2 h4 {
        font-size: 18px;
    }

    .black-table {
        width: 100%;
        overflow: scroll !important;
        overflow: auto;
        display: block;
        overflow-x: auto;
    }

    .tab-black ul li a {
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .tab-black .tab-panels {
        margin-top: 0px;
    }

    .tab-black ul li a:after {
        display: none !important;
    }

    table.black-table th, table.black-table td {
        padding: 10px;
    }

    table.black-table a {
        font-size: 14px;
        padding: 5px 10px;
        width: 200px !important;
    }

    .black-store-more {
        margin: 0 auto 80px !important;
        width: 100% !important;
    }

    .mrBottom {
        margin-bottom: 0px !important;
    }

    h3.black-more-time {
        font-size: 15px;
    }

    .black-combo {
        width: 300px;
        height: 300px;
    }

    .black-sale-time p {
        margin: 0px;
        font-size: 17px;
    }

    .col-sale:before {
        width: 80px;
        height: 80px;
        top: -40px;
        left: -25px;
    }

    .col-sale:after {
        width: 80px;
        height: 80px;
        top: -40px;
        right: -25px;
    }

    .ux-timer {
        width: 100% !important;
        font-size: 28px !important;
    }

    .ux-timer span:before {
        top: 35% !important;
    }

    .ux-timer span:after {
        bottom: 35% !important;
    }

    .black-title .title-hide {
        font-size: 20px;
    }

    .black-banner-h1 h1 {
        top: 50px;
        font-size: 45px;
    }

    .black-banner-h2 h2 {
        top: 115px;
        font-size: 35px;
    }

    .black-sologan {
        font-size: 15px;
        bottom: 50px;
    }

    .black-banner-image {
        top: 45%;
        width: 50% !important;
    }

    .black-banner-location, .black-sologan {
        width: 350px !IMPORTANT;
        text-align: center;
    }

    .black-banner-location {
        bottom: 60px;
    }

    .black-banner-location ul {
        flex-flow: wrap;
    }

    .black-banner-location ul li a {
        padding: 5px;
        font-size: 14px;
        min-width: 150px;
        margin-bottom: 10px;
    }

    .icon__black .box-image {
        width: 50px !important;
        float: left;
    }

    .sale-text h3 {
        font-size: 12px;
    }

    .icon__black .box-text.text-left {
        width: calc(100% - 50px);
        float: left !important;
        padding-left: 10px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .black-combo .black-combo-sale {
        width: 70px;
        height: 70px;
        left: -15px;
    }

    a.mr-10 {
        display: block;
        margin-bottom: 10px;
    }
}

/* iPad landscape style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .black-banner-h1 h1 {
        top: 15px;
        font-size: 70px;
    }

    .black-banner-h2 h2 {
        top: 90px;
        font-size: 70px;
    }

    .black-sologan {
        width: 800px;
        font-size: 25px;
        bottom: 30px;
        text-align: center;
    }

    .black-banner-location {
        bottom: 60px;
    }

    .black-banner-location ul li a {
        padding: 5px 10px;
        font-size: 15px;
        min-width: 120px;
    }

    .black-banner-image {
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28% !important;
    }

    .black-combo {
        width: 280px;
        height: 280px;
    }

    .black-combo .black-combo-sale {
        width: 70px;
        height: 70px;
        font-size: 16px;
        left: -25px;
        top: 25px;
    }

    .sale-text h3:first-child {
        padding-right: 25px !important;
    }
}

/* iPad portrait style here */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .black-banner-h1 h1 {
        top: 15px;
        font-size: 70px;
    }

    .black-banner-h2 h2 {
        top: 90px;
        font-size: 70px;
    }

    .black-sologan {
        width: 800px;
        font-size: 25px;
        bottom: 30px;
        text-align: center;
    }

    .black-banner-location {
        bottom: 60px;
    }

    .black-banner-location ul li a {
        padding: 5px 10px;
        font-size: 15px;
        min-width: 120px;
    }

    .black-banner-image {
        position: absolute;
        top: 57%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28% !important;
    }

    .black-combo {
        width: 280px;
        height: 280px;
    }

    .black-combo .black-combo-sale {
        width: 70px;
        height: 70px;
        font-size: 16px;
        left: -25px;
        top: 25px;
    }

    .sale-text h3:first-child {
        padding-right: 25px !important;
    }
}

@media only screen and (min-width: 1080px)  and (max-width: 1440px) {
    .black-banner-h1 h1 {
        top: 15px;
    }

    .black-banner-h2 h2 {
        top: 135px;
    }

    .black-banner-location {
        bottom: 80px;
    }

    .black-sologan {
        font-size: 30px;
    }
}