﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    color: #4c4742;
}

body {
}

a {
    color: #8d857a;
}

    a:hover {
        color: #4c4742;
        text-decoration: none;
    }

.main-div {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.main-div-container {
}

#site-name {
    color: #8d857a;
}

.main-container {
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.clear {
    clear: both;
}

.main-container-BACKUP {
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    background-image: url("../images/slide_2_1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.normal-menu {
    font-weight: 600;
}

.text-div {
    text-align: left;
    padding: 20px;
    padding-left: 30px;
}

.left {
    float: left;
    width: 370px;
    text-align: center;
}

.right {
    float: left;
    width: 610px;
    background-color: #f0f0f0;
    text-align: center;
}

.large-text {
    background-color: #fff;
    background-image: url("../images/h2.jpg");
    background-size: 980px 440px;
    background-repeat: no-repeat;
    background-position: top;
    padding: 20px;
    padding-top: 30px;
    color: #fff;
}

.large-text-bg {
    background-color: #fff;
    padding: 50px;
}

.large-text-blank {
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #555;
}

.header li a {
    display: block;
    padding: 8px 0px 8px 20px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
    color: #f4f4f4;
}

    .header li a:hover,
    .header .menu-btn:hover {
        background-color: #f4f4f4;
        color: #333;
    }

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

    .header .menu-icon .navicon {
        background: #333;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

        .header .menu-icon .navicon:before,
        .header .menu-icon .navicon:after {
            background: #d0d0d0;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .header .menu-icon .navicon:before {
            top: 5px;
        }

.header .menu-btn {
    display: none;
}

    .header .menu-btn:checked ~ .menu {
        display: inline;
        max-height: 240px;
    }

    .header .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .header .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .header .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

.header .menu {
    font-size: 17px;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.button-transparent {
    width: 140px;
    padding: 7px 15px 7px 15px;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    border: solid 1px #fff;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

    .button-transparent:hover {
        border: solid 1px #f68f14;
    }

.footer-div-main {
    width: 100%;
    height: 90px;
    padding-bottom: 45px;
    padding-top: 15px;
    background-color: #101010;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-family: 'Verdana';
}

.footer {
    width: 100%;
    height: 41px;
    background-color: #000;
    position: fixed;
    bottom: 0px;
}

.footer-text {
    text-align: center;
    font-size: 11px;
    color: #fff;
    margin: 12px;
}

#contact-form {
    margin-top: 1px;
    margin-left: 0px;
    padding-bottom: 40px;
}

#contact-form-details {
    width: 440px;
    height: 270px;
}

    #contact-form-details input {
        font-size: 15px;
        font-weight: normal;
        width: 480px;
        height: 36px;
        background: #ddccb3;
        border: 1px solid #ddd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        outline: none;
        padding: 3px;
        margin-bottom: 12px;
        color: #555;
    }

    #contact-form-details textarea {
        font-family: Verdana;
        font-size: 15px;
        font-weight: normal;
        width: 480px;
        height: 108px;
        background: #ddccb3;
        border: 1px solid #ddd;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        outline: none;
        padding: 3px;
        margin-bottom: 0px;
        resize: none;
        color: #555;
    }

.btn-send-contact {
    text-align: center;
    float: right;
    width: 480px;
    border: solid 1px #696258;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #696258;
    cursor: pointer;
}

    .btn-send-contact:hover {
        background-color: #333;
        color: #fff;
    }

.btn_continue_shopping {
    width: 100%;
    border: solid 1px #696258;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #696258;
    cursor: pointer;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn_continue_shopping:hover {
        background-color: #333;
        color: #fff;
    }

.btn_viewcart {
    margin-top: 15px;
    width: 100%;
    border: solid 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn_viewcart:hover {
        background-color: #333;
        color: #fff;
    }

.btn_checkout_shopping {
    margin-top: 15px;
    width: 100%;
    background-color: #333;
    padding-top: 11px;
    padding-bottom: 11px;
    font-weight: 700;
    color: #696258;
    cursor: pointer;
    border: solid 1px #333;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn_checkout_shopping:hover {
        background-color: #696258;
        color: #fff;
    }

.pack_list_item {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
    border-bottom: solid 1px #696258;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .pack_list_item:hover {
        background-color: #242220;
    }

#product_list {
    padding-top: 0px;
}

.btn_down_count {
    width: 20%;
    height: 25px;
    border: solid 1px #ccc;
    float: left;
    border-right: 0px;
    font-size: 16px;
    padding-top: 6px;
    background-color: #eee;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn_down_count:hover {
        background-color: #333;
        color: #fff;
    }

.btn_up_count {
    width: 20%;
    height: 25px;
    border: solid 1px #ccc;
    float: left;
    border-left: 0px;
    font-size: 16px;
    padding-top: 6px;
    background-color: #eee;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .btn_up_count:hover {
        background-color: #333;
        color: #fff;
    }

.btn_down_count_list {
    width: 20%;
    height: 35px;
    float: left;
    border-right: 0px;
    font-size: 16px;
    padding-top: 6px;
    background-color: #333;
    cursor: pointer;
    color: #fff;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .btn_down_count_list:hover {
        background-color: #696258;
        color: #fff;
    }

.quantity_count {
    width: 40%;
    height: 35px;
    float: left;
    padding-top: 8px;
    margin-top: 0px;
    background-color: #eadbc5;
    color: #101010;
}

.btn_up_count_list {
    width: 20%;
    height: 35px;
    float: left;
    border-left: 0px;
    font-size: 16px;
    padding-top: 6px;
    background-color: #333;
    cursor: pointer;
    color: #fff;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    .btn_up_count_list:hover {
        background-color: #696258;
        color: #fff;
    }

.btn_cancel {
    cursor: pointer;
    width: 4%;
    float: left;
    text-align: left;
    font-size: 18px;
    padding-top: 14px;
    font-weight: 400;
}

    .btn_cancel:hover {
        color: #aaa;
    }

.product_subtotal {
    width: 13%;
    float: left;
    text-align: left;
    padding-top: 20px;
}

.product_title {
    width: 40%;
    float: left;
    text-align: left;
    padding-top: 8px;
    height: 55px;
}

.product_price {
    width: 10%;
    float: left;
    text-align: left;
    padding-top: 20px;
}

.product_count_container {
    width: 20%;
    float: left;
    text-align: left;
}

.product_count_subcontainer {
    width: 100%;
    text-align: center;
    padding-top: 12px;
}

.product_image {
    width: 13%;
    float: left;
    text-align: left;
    height: 57px;
    vertical-align: middle;
    cursor: pointer;
}

.product_image_object {
    width: 60%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#empty-cart-text {
    width: 100%;
    margin-top: 90px;
    font-weight: 700;
    font-size: 32px;
    color: #242220;
}

.cart_left_column {
    float: left;
    width: 363px;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.cart_right_column {
    float: left;
    width: 601px;
    min-height: 475px;
    text-align: center;
    margin: 0px 0px 30px 5px;
}

#checkout-header {
    margin-left: 5px;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

#checkout-header-2 {
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

#checkout-header-3 {
    margin-left: 15px;
    margin-top: 25px;
    width: 100%;
    text-align: left;
    font-weight: 700;
}

#checkout-header-text {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}

.product_bar {
    width: 100%;
    background-color: #222;
    height: 44px;
    padding-top: 11px;
    font-weight: 700;
    color: #797267;
    border-bottom: solid 1px #696258;
}

#cart_header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #696258;
    color: #696258;
}

.quick_cart_total_container {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #fff !Important;
}

.quick_cart_total_text {
    width: 50%;
    float: left;
    text-align: left;
}

.quick_cart_total_text_hilite {
    width: 50%;
    float: left;
    text-align: left;
    color: #999 !Important;
}

.quick_cart_total {
    width: 50%;
    float: left;
    text-align: right;
}

.quick_cart_total_hilite {
    width: 50%;
    float: left;
    text-align: right;
    color: #999 !Important;
}

#cart_buttons {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 25px;
}

#checkout_shipping {
    color: #696258 !Important;
}

.input-checkbox {
    border: 0px;
}

.info_text_box {
    border: solid 1px #696258;
    height: 36px;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #555;
    background-color: #ddccb3;
}

.info_text_box_error {
    border-color: #b70302 !Important;
    border-width: 2px !Important;
}

#checkout_dropdown_state {
    display: none;
    position: absolute;
    width: 210px;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fefefe;
    margin-top: -320px;
    opacity: 0.95;
}

#item_title {
    color: #696258;
    font-weight: 700;
    font-size: 30px;
}

#item_description {
    padding: 20px 0px 20px 0px;
    color: #696258;
    font-size: 14px;
}

#item_amount {
    padding: 20px 0px 20px 0px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    height: 80px;
}

#item_price_large {
    text-align: left;
    padding: 15px 0px 15px 0px;
    font-size: 32px;
    color: #932;
    font-weight: 700;
    color: #c68f14;
}

.btn_add_item {
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding-left: 10px;
    width: 100%;
}

#states_dropdown_list {
}

.image-normal {
    border: solid 0px #fff;
}

.image-hilite {
    border: solid 2px #c68f14;
}

.dropdown_item_normal {
    background-color: #fff;
    color: #777;
}

.dropdown_item_highlighted {
    background-color: #333;
    color: #fff;
}

#administrative_area_level_1 {
    cursor: pointer;
}

.dropdown_option {
    width: 200px !Important;
    padding: 5px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: solid 1px #ddd;
}

    .dropdown_option:hover {
        background-color: #333;
        color: #fff;
    }

#checkout_dropdown_months {
    display: none;
    position: absolute;
    width: 155px;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #777;
    background-color: #fefefe;
    margin-top: -220px;
    opacity: 0.95;
}

#checkout_dropdown_years {
    display: none;
    position: absolute;
    width: 155px;
    border: solid 1px #aaa;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    color: #777;
    background-color: #fefefe;
    margin-top: -220px;
    opacity: 0.95;
}

#cc_exp_month {
    cursor: pointer;
}

#cc_exp_year {
    cursor: pointer;
}

#payment_processing_popup {
    display: none;
    z-index: 30000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 225px;
    border: solid 7px #f68f14;
    background-color: #ddccb3;
    border-radius: 20px;
}

.payment_processing_popup_messages {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 700;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icons/top.png') no-repeat;
}

#bg_mask {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 25000;
}

#shopping_cart_popup {
    display: none;
    z-index: 30000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 420px;
    border: solid 1px #ccc;
    background-color: #101010;
    border-radius: 10px;
}

#billing_email {
    width: 565px;
    border: 0px;
    margin-left: -15px;
    background-color: transparent !Important;
    color: #999;
    font-weight: 700;
}

.product_lightbox_front {
    float: left;
    width: 22%;
    background-color: #fff;
    height: 275px;
    margin: 10px;
    margin-left: 15px;
    border: solid 1px #ccc;
}

.product_lightbox {
    float: left;
    width: 31%;
    background-color: #fff;
    height: 350px;
    margin: 10px;
    border: solid 1px #ccc;
}

.product_lightbox_image {
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.product_lightbox_title {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 15px 11px 10px 11px;
    cursor: pointer;
}

.product_lightbox_price {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #932;
}

@media only screen and (min-width: 680px) {
    #home-page {
        font-family: Verdana, Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        background-color: #000;
        background-image: url("../images/bg5.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #about-page {
        font-family: Verdana, Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        background-color: #000;
        background-image: url("../images/bg10.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #shop-page {
        font-family: Verdana, Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        background-color: #000;
        background-image: url("../images/bg21-2.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #cart-page {
        font-family: Verdana, Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        background-color: #000;
        background-image: url("../images/bg26.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #checkout-page {
        font-family: Verdana, Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        background-color: #000;
        background-image: url("../images/bg28.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #contact-page {
        font-family: Verdana, Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        background-color: #000;
        background-image: url("../images/bg12.jpg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .footer-div-main {
        display: block;
    }

    .header {
        width: 100%;
        height: 103px;
        background-color: transparent;
        position: fixed;
        top: 0px;
        z-index: 10000;
    }

    #header-div {
        width: 980px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        overflow-y: hidden;
    }

    .header-bg {
        position: fixed;
        top: 0;
        width: 100%;
        height: 103px;
        background-color: #101010;
        display: block;
        background: rgba(0, 0, 0, 0.75);
    }

    .bgDark {
        background-color: #101010;
    }

    .bgTransparent {
        background-color: transparent;
    }

    #div-logo {
        float: left;
        width: 360px;
        background-color: transparent;
        text-align: center;
        padding: 23px 0px 31px 0px;
    }

    #logo {
        height: 60px;
    }

    .top-menu {
        display: inline;
        width: 100%;
        text-align: center;
        padding: 0px 0px 0px 0px;
        font-size: 18px;
    }

    .active-link {
        color: #d0d0d0;
        text-decoration: none;
        border-bottom: solid 2px #f68f14;
        margin-left: 30px;
    }

        .active-link:hover {
            color: #d0d0d0;
            text-decoration: none;
        }

    .menu-link {
        text-decoration: none;
        color: #d0d0d0;
        margin-left: 30px;
    }

        .menu-link:hover {
            text-decoration: none;
            color: #d0d0d0;
            border-bottom: solid 2px #f68f14;
        }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }

    .menu {
        display: none;
    }

    .image-div {
        width: 980px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 600px;
        margin-top: 103px;
    }

    .image-div-support {
        width: 980px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 280px;
        margin-top: 103px;
    }

    #div-text-1-main {
        float: left;
        width: 370px;
        text-align: center;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
    }

    #div-text-1 {
        animation: fadein 3s;
        -moz-animation: fadein 3s; /* Firefox */
        -webkit-animation: fadein 3s; /* Safari and Chrome */
        -o-animation: fadein 3s; /* Opera */
        text-align: center;
        font-size: 38px;
        width: 100%;
        font-weight: 700;
        color: #d0d0d0;
        margin-left: auto;
        margin-right: auto;
        width: 240px;
        margin-top: 170px;
        line-height: 44px;
    }

    #div-text-2 {
        animation: fadein 3s;
        -moz-animation: fadein 3s; /* Firefox */
        -webkit-animation: fadein 3s; /* Safari and Chrome */
        -o-animation: fadein 3s; /* Opera */
        text-align: center;
        font-size: 38px;
        width: 100%;
        font-weight: 700;
        color: #d0d0d0;
        margin-left: auto;
        margin-right: auto;
        width: 240px;
        margin-top: 120px;
        line-height: 44px;
    }

    #shop_now_button_div {
        margin-top: 110px;
    }

    .contact-subfooter {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 679px) {
    #home-page {
        font-family: Arial, sans-serif;
        font-size: 15px;
        padding: 0px;
        margin: 0px;
        background-color: #000;
        background-image: url("../images/bg23.jpg");
        background-size: 460px 480px;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
    }

    .footer-div-main {
        display: none;
    }

    .header {
        width: 100%;
        height: 65px;
        background-color: transparent;
        position: fixed;
        top: 0px;
        z-index: 10000;
    }

    #header-div {
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        overflow-y: hidden;
    }

    #div-logo {
        float: left;
        width: 100px;
        background-color: transparent;
        text-align: center;
        padding: 13px 0px 31px 5px;
    }

    #logo {
        height: 40px;
    }

    .top-menu {
        display: inline;
    }

    .normal-menu {
        display: none;
    }

    .menu {
        position: fixed;
        background-color: #fff;
        top: 66px;
        left: 0px;
        width: 100%;
    }

    .image-div {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 390px;
        margin-top: 63px;
    }

    #div-text-1-main {
        float: left;
        width: 100%;
        text-align: center;
        height: 100%;
        background: rgba(0, 0, 0, 0.45);
    }

    #div-text-1 {
        animation: fadein 3s;
        -moz-animation: fadein 3s; /* Firefox */
        -webkit-animation: fadein 3s; /* Safari and Chrome */
        -o-animation: fadein 3s; /* Opera */
        text-align: center;
        font-size: 38px;
        font-weight: 700;
        color: #d0d0d0;
        margin-left: auto;
        margin-right: auto;
        width: 240px;
        margin-top: 70px;
    }

    #shop_now_button_div {
        margin-top: 40px;
    }

    .main-div {
        width: 360px;
    }

    .left {
        width: 360px;
    }

    .right {
        width: 360px;
        height: 200px;
    }

    .text-div {
        text-align: left;
        padding: 15px;
        padding-top: 0px;
    }
}
