/* footer */
.footer {
    background-color: #111111;
}

.footer .row {
    margin: 0;
}

.footer h3 {
    font-size: 18px;
    font-weight: bold;
    color: #f5f5f5;
}

.footer p {
    font-size: 15px;
    color: #CACACA;
}

.footer_logo {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
}

.footer_logo img {
    width: 200px;
}

.footer_links .col-xl-4,
.footer_links .col-xl-2 {
    padding-left: 5%;
}

.footer>.footer_menu {
    max-width: 1700px;
    margin: 0 auto;
    padding: 60px 0;
}

.footer a {
    display: block;
    text-decoration: none;
    color: #CACACA;
    font-size: 15px;
    line-height: 30px;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer_concern {
    display: flex;
    flex-direction: column;
    padding-left: 5%;
}

.footer_concern a {
    color: #c3630c;
    display: inline-block;
}

.footer_concern a:hover {
    color: #c3630c;
}

.help_tips {
    margin: 0;
}

.footer_concern p {
    font-size: 15px;
}

.footer_copyright {
    background-color: #1d1d1d;
    font-size: 14px;
    padding: 15px 0;
    color: #CACACA;
    text-align: center;
}

.footer_copyright .row {
    max-width: 1800px;
    margin: 0 auto;
    align-items: center;
}

.footer_copyright span {
    margin-top: 10px;
    margin-right: 10px;
    color: #CACACA;
}

.footer_copyright a {
    display: inline-block;
    text-decoration: none;
    color: #CACACA;
}

.footer_copyright a:hover {
    text-decoration: underline;
}

.footer_copyright .business_copyright {
    text-align: center;
}

.footer_copyright .business_copyright p {
    margin-bottom: 0;
    font-size: 14px;
}

@media screen and (max-width: 1439px) {
    .footer_links .col-xl-4 {
        width: 35%;
        padding-left: 3.5%;
    }

    .footer_links .col-xl-2 {
        width: 15%;
    }
}

@media screen and (max-width: 1199px) {
    .footer_logo {
        justify-content: flex-start;
        padding: 0 0 3% 5%;
    }

    .footer_logo img {
        width: 150px;
    }

    .footer h3 {
        font-size: 17px;
    }

    .footer a,
    .footer p,
    .footer_copyright {
        font-size: 14px;
    }

}

@media screen and (max-width: 991px) {
    .footer>.footer_menu {
        padding: 30px 0;
    }

    .footer_logo {
        width: 100%;
        padding: 10px 10px 20px;
        display: flex;
        justify-content: flex-start;
    }

    .footer_links .col-xl-4,
    .footer_links .col-xl-2 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 3%;
    }
}

/* tutorials_videowrap */
#tutorials_videowrap {
    background: none repeat scroll 0 0 #E6E4E3;
    position: absolute;
    padding: 0;
    text-align: right;
    width: 80%;
    height: 600px;
    max-width: 1000px;
    min-width: 285px;
    z-index: 1002;
}

#tutorials_videowrap .close {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #007bff;
    opacity: 1;
}

#tutorials_mask {
    background: #cccccc;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1001;
}

.show-md {
    display: none !important;
}

.show-lg {
    display: none !important;
}

@media screen and (max-width: 950px) {
    #tutorials_videowrap {
        height: 400px;
    }
}

@media screen and (max-width: 600px) {
    #tutorials_videowrap {
        height: 300px;
    }
}

.adsense_wrapper {
    width: 728px;
    margin: 25px auto;
    min-height: 90px;
}

@media screen and (max-width: 1199px) {
    .hidden-xl {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .hidden-lg {
        display: none !important;
    }

    .show-lg {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-md {
        display: none !important;
    }

    .show-md {
        display: block !important;
    }
}

/* campaign countdown */
.campaign_countdown {
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    padding: 15px;
    z-index: 1001;
    display: none;
}

.campaign_countdown>.row {
    max-width: 1570px;
    margin: 0 auto;
}

.campaign_countdown_content {
    background-image: linear-gradient(0deg, 
		#ffb674 0%, 
		#ffe1c4 100%), 
	linear-gradient(
		#f1c38c, 
		#f1c38c);
	background-blend-mode: normal, 
		normal;
    border-radius: 34px;
    padding: 8px 15px 6px;
    color: #550000;
}

.campaign_countdown_content .col-lg-5 {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.campaign_countdown_content span.text {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
}

.campaign_countdown_content .col-lg-7 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 60%;
    position: relative;
}

.campaign_countdown_content .col-lg-7 strong {
    display: inline-block;
    font-size: 30px;
    /* background-color: #E00000;
    color: #fff; */
    background-color: #ffd822;
    color: #550000;
    padding: 0;
    width: 80px;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    text-align: center;
    margin-right: 7px;
    margin-left: 12px;
}

.campaign_countdown_content .col-lg-7 strong.day {
    margin-left: 0;
}

.campaign_countdown_content .col-lg-7 a.arrow_link {
    position: absolute;
    right: 20px;
    top: calc(50% - 19.5px);
}

@media screen and (max-width: 1199px) {
    .campaign_countdown_content span.text {
        font-size: 18px;
    }

    .campaign_countdown_content .col-lg-5 {
        width: 45%;
    }

    .campaign_countdown_content .col-lg-7 {
        width: 55%;
    }

    .campaign_countdown_content .col-lg-7 strong {
        width: 55px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 992px) {
    .campaign_countdown_content .col-lg-5 {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
        padding: 0;
    }

    .campaign_countdown_content .col-lg-7 {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    .campaign_countdown_content .col-lg-5 span.text {
        top: 3px;
    }

    .campaign_countdown_content .col-lg-7 strong {
        margin-left: 10px;
    }

    .campaign_countdown_content .col-lg-7 a {
        float: none;
        padding-left: 15px;
        padding-right: 0;
        position: relative;
        top: -11px;
    }

    .campaign_countdown_content {
        padding-bottom: 8px;
        padding-top: 6px;
        border-radius: 10px;
    }

    .campaign_countdown_content .col-lg-5 span.text {
        top: 0;
    }
}

@media screen and (max-width: 599px) {
    .campaign_countdown_content {
        padding-bottom: 4px;
    }

    .campaign_countdown {
        padding-left: 0;
        padding-right: 0;
    }

    .campaign_countdown_content span.text {
        font-size: 18px;
    }

    .campaign_countdown_content .col-lg-7 strong {
        background: transparent;
        width: 38px;
        height: 36px;
        line-height: 36px;
        font-size: 26px;
        margin-left: 7px;
        margin-right: 4px;
        color: #fff;
    }

    .campaign_countdown_content .col-lg-7 span.text {
        top: -3px;
    }

    .campaign_countdown_content .col-lg-5 {
        margin-bottom: 3px;
    }

    .campaign_countdown_content .col-lg-7 a {
        top: -7px;
        right: 5px;
        padding-left: 10px;
    }
    .campaign_countdown_content .col-lg-7 a.arrow_link {
        right: 5px;
    }

    .campaign_countdown_content .col-lg-7 a img {
        width: 30px;
        height: auto;
    }
}

@media screen and (max-width: 374px) {
    .campaign_countdown_content span.text {
        font-size: 18px;
    }

    .campaign_countdown_content .col-lg-7 strong {
        width: 34px;
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        margin-left: 4px;
        margin-right: 2px;
    }

    .campaign_countdown_content .col-lg-7 a {
        padding-left: 8px;
    }

    .campaign_countdown_content .col-lg-7 a img {
        width: 25px;
        height: auto;
    }
}

/* bottom banner */
.bottom-banner {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 5.2vw;
    width: 100%;
    cursor: pointer;
    display: none;
}

.bottom-banner .limit-close-btn {
    position: absolute;
    right: .5vw;
    top: .5vw;
    width: 2.39vw;
}

.bottom-banner .limit-sale-bottom {
    background: url('/images/offer/xwqqf63omb/bg-limited-sale.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bottom-banner .limit-sale-bottom .row {
    height: 100%;
    margin-right: 4vw;
}

.bottom-banner .limit-sale-box-col {
    width: 24%;
}

.bottom-banner .limit-sale-box {
    position: absolute;
    left: 9.5vw;
    bottom: 0;
    width: 12.81vw;
    height: auto;
}

.bottom-banner .limit-sale-slogan-col {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-banner .limit-sale-text {
    width: 13.5vw;
    margin-bottom: 0.15vw;
    margin-top: -0.15vw;
}

.bottom-banner .limit-sale-name {
    width: 14.68vw;
}

.bottom-banner .limit-sale-countdown-col {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5vw;
}

.bottom-banner .limit-sale-countdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottom-banner .limit-sale-countdown p {
    font-size: .9vw;
    font-weight: bold;
    color: #fefefe;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.bottom-banner .limit-sale-countdown strong {
    display: block;
    width: 2.5vw;
    height: 2.08vw;
    line-height: 2.08vw;
    background-color: #ffe13b;
    border-radius: 0.3125vw;
    color: #3d0000;
    font-size: 1.25vw;
    font-weight: bold;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
    text-align: center;
}

.bottom-banner p.limit-date {
    font-size: .75vw;
    padding: .1vw 1vw;
    border-radius: 1.5vw;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    color: #3d0000;
    margin: .5vw auto 0;
    display: inline-block;
}

.bottom-banner .limit-sale-date .limit-date {
    border-radius: .5vw;
    font-size: 0.9vw;
    padding: 0.4vw .75vw;
    min-width: 25vw;
    margin: 0;
    max-width: 100%;
    text-align: center;
}

.bottom-banner .limit-sale-buy-col {
    width: 22%;
    height: 100%;
    padding-left: 1%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.bottom-banner .limit-sale-btn img {
    width: 5.93vw;
    height: auto;
}

.bottom-upgrade-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    cursor: pointer;
}

.bottom-upgrade-ur8op0695g {
    background: url('/images/products/acdsee2024/upgeade/bottom-banner.png') no-repeat center;
    background-size: cover;
    height: 7.76vw;
    bottom: 0;
    position: relative;
}

.bottom-upgrade-close-btn {
    width: 2.396vw;
    height: auto;
    position: absolute;
    right: 1.5vw;
    top: 3vw;
}

@media screen and (max-width: 1279px) {
    .bottom-banner {
        height: 6.5vw;
    }

    .bottom-banner .limit-sale-box-col {
        width: 22%;
    }
    
    .bottom-banner .limit-sale-slogan-col {
        width: 23%;
    }

    .bottom-banner .limit-sale-countdown-col {
        width: 30%;
        padding-left: .5vw;
        padding-right: .5vw;
    }

    .bottom-banner .limit-sale-buy-col {
        width: 21%;
    }

    .bottom-banner .limit-sale-box {
        width: 14vw;
        left: 5vw;
    }

    .bottom-banner .limit-sale-text {
        width: 16.5vw;
        margin-bottom: 0.25vw;
        margin-top: -0.25vw;
    }

    .bottom-banner .limit-sale-name {
        width: 17vw;
    }

    .bottom-banner .limit-sale-btn img {
        width: 7.3vw;
    }

    .bottom-banner .limit-date span {
        display: none;
    }

    .bottom-banner .limit-sale-countdown p,
    .bottom-banner .limit-sale-date .limit-date,
    .bottom-banner p.limit-date {
        width: auto;
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 1023px) {
    .bottom-banner {
        height: 7.5vw;
    }

    .bottom-banner .limit-sale-box {
        width: 17vw;
        left: 3vw;
    }
    
    .bottom-banner .limit-sale-slogan-col {
        width: 24%;
    }

    .bottom-banner .limit-sale-countdown-col {
        width: 32%;
        padding: 0;
    }

    .bottom-banner .limit-sale-text {
        width: 18vw;
    }

    .bottom-banner .limit-sale-btn img {
        width: 8.5vw;
    }

    .bottom-banner .limit-sale-name {
        width: 19vw;
    }

    .bottom-banner .limit-sale-buy-col {
        width: 20%;
    }

    .bottom-banner .limit-sale-countdown p,
    .bottom-banner .limit-sale-date .limit-date,
    .bottom-banner p.limit-date {
        font-size: 1.3vw;
    }
}

@media screen and (max-width: 767px) {
    .bottom-banner, .bottom-upgrade-banner {
        display: none !important;
    }
}