html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
    display: block;
}

html {
    box-sizing: border-box;
}

*,
:before,
:after {
    box-sizing: inherit;
}

img,
object,
embed {
    max-width: 100%;
}

html {
    overflow-y: scroll;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
    border: 1px solid #e6ecf5;
    padding: 5px;
    margin-top: 10px;
    border-radius: 5px;
}

blockquote > p {
    margin: 3px 2px !important;
    line-height: 17px !important;
    color: #72799c !important;
}

blockquote > p > a {
    font-weight: 500;
    color: #72799c;
    font-size: 12px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

select,
input,
textarea {
    font: 99% sans-serif;
}

small {
    font-size: 85%;
}

strong {
    font-weight: 700;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre,
code,
kbd,
samp {
    font-family: monospace, sans-serif;
}

.clickable,
label,
input[type="button"],
input[type="submit"],
input[type="file"],
button {
    cursor: pointer;
}

button,
input,
select,
textarea {
    margin: 0;
}

button,
input[type="button"] {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #000000;
}

body.nunito {
    font-family: Nunito;
}

body {
    background-color: #1a1a1a;
    color: #E6EEF6;
}

.clearfix {
    clear: both;
}

.container-fluid {
    width: 100%;
}

.container {
    width: 850px;
    margin: 0 auto;
}

#header {
    padding: 20px 0;
    box-shadow: 0 3px 10px #000000;
    background-color: #1a1a1a;
    color: #E6EEF6;
    border-bottom: 1px solid #2d2d2d;
}

.logo {
    font-size: 20px;
    font-weight: 600;
    float: left;
}

.logo a {
    color: #E6EEF6;
}

.cart_button {
    float: right;
}

.cart_button img {
    width: 20px;
    vertical-align: middle;
}

.cart_button span {
    background-color: #E6EEF6;
    color: #1a1a1a;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    border-radius: 100%;
    padding: 2px 0 0 0;
}

#footer {
    padding: 20px 0;
}

#footer ul {
    margin: 0 auto;
    display: table;
}

#footer ul li {
    float: left;
    padding: 15px 0;
}

#footer ul li:not(:last-child):after {
    content: ' | ';
    padding: 0 10px;
    color: #696969;
    font-size: 15px;
}

#footer ul li a {
    color: #696969;
    font-size: 15px;
}

#footer ul li a:hover {
    color: #000000;
}

#footer p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

#main_page {
    padding: 30px 0 0 0;
}

.page_title h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.page_content {
    line-height: 28px;
    margin: 20px 0;
    font-size: 16px;
    text-align: justify;
}

.page_content h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}

.page_content h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
}

.page_content h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}

.page_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.page_content h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
}

.page_content h6 {
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
}

.page_content a {
    color: #3030ff;
}

.page_content p {
    margin-bottom: 10px;
}

.page_content ul li {
    list-style: disc;
    list-style-position: inside;
}

.page_content ol li {
    list-style-position: inside;
}

.page_content img {
    width: auto !important;
    margin: 20px 0;
    border-radius: 5px;
}

.page_content a img {
    display: block;
    margin: 20px auto;
    border-radius: 5px;
}

/**
--------------------------------------------------------------------------------------
------------------------ ********** HERO Css ********** ------------------------
--------------------------------------------------------------------------------------
**/
#hero {
    padding: 50px 0;
}

.hero_photo img {
    border-radius: 8px;
}

.hero_intro {
    text-align: center;
}

.hero_title {
    font-size: 35px;
    font-weight: 800;
    margin: 20px 0 0 0;
}

.hero_subtitle {
    font-size: 22px;
    font-weight: 500;
}

.hero_subtext {
    margin: 20px 0;
}

.hero_cta a {
    color: #D4AF37;
    border: 1.5px solid #D4AF37;
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

.hero_cta a:hover {
    background-color: #D4AF37;
    color: #FFFFFF;
    text-shadow: 0 0 5px #886800;
}

#about {
    padding: 50px 0;
}

.about_image {
    width: 45%;
    float: left;
}

.about_image img {
    border-radius: 8px;
}

.about_content {
    width: 55%;
    float: right;
    padding: 0 0 0 30px;
}

.about_content p {
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 24px;
}

.about_content_title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.about_cta a {
    color: #D4AF37;
    border: 1.5px solid #D4AF37;
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s ease;
}

.about_cta a:hover {
    background-color: #D4AF37;
    color: #FFFFFF;
    text-shadow: 0 0 5px #886800;
}

/**
--------------------------------------------------------------------------------------
------------------------ ********** HERO Css ********** ------------------------
--------------------------------------------------------------------------------------
**/
/**
--------------------------------------------------------------------------------------
------------------------ ********** Product Css ********** ------------------------
--------------------------------------------------------------------------------------
**/
#product_section {
    padding: 50px 0;
}

/*.product_details {*/
/*    width: 850px;*/
/*    margin: 0 auto;*/
/*}*/

.product_packages_title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.product_packages_subtitle {

}

.row_product_packages {
    margin: 5px -10px;
}

.col_product_packages {
    width: 50%;
    float: left;
    padding: 10px;
    position: relative;
}

.box_product_packages {
    padding: 30px 20px;
    transition: 0.3s ease;
    position: relative;
    border: 2px solid #b4b4b4;
    border-radius: 10px;
}

.box_product_packages:hover {
    background: #000000;
    border-radius: 10px;
    box-shadow: 0 0 20px #D4AF37;
}

.title_product_packages {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.desc_product_packages {
    font-size: 16px;
}

.desc_product_packages ul li {
    padding: 5px 0 5px 10px;
    font-size: 15px;
}

.button_product_package {
    color: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    padding: 10px 20px;
    display: block;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0 0 0;
}

.input_product {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.input_product:checked + label .box_product_packages {
    border: 2px solid #D4AF37;
}

.input_product:checked + label .button_product_package {
    background-color: #D4AF37;
    border-color: #D4AF37;
    color: #FFFFFF;
    text-shadow: 0 0 5px #886800;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.product_quantity {
    float: left;
}

.quantity_container {
    border: 2px solid #b4b4b4;
    padding: 6px 5px;
    border-radius: 5px;
    margin: 5px 0 0 0;
    display: table;
}

#quantity {
    font-family: Nunito;
    text-align: center;
    width: 50px;
    border: unset;
    outline: unset;
    font-size: 18px;
    font-weight: 600;
    background-color: #1a1a1a;
    color: #E6EEF6;
}

.quantity_btn {
    padding: 6px;
    vertical-align: middle;
    width: 30px;
    display: inline-block;
    text-align: center;
    /*background: #f6f6f6;*/
    border-radius: 5px;
    cursor: pointer;
    color: #E6EEF6;
}

.add_to_cart_button {
    float: right;
    width: calc(100% - 134px);
    padding: 27px 0 0 0;
}

.add_to_cart {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #000000;
    border: 2px solid #000000;
    background-color: #E6EEF6;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    transition: 0.3s ease;
}

.add_to_cart:hover {
    color: #ffffff;
    background-color: #212121;
    border-color: #292929;
}

.buy_now {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    color: #ffffff;
    border: 2px solid #01437e;
    background-color: #01437e;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    margin: 10px 0 0 0;
    transition: 0.3s ease;
    display: inline-block;
    text-align: center;
}

.buy_now:hover {
    border: 2px solid #01437e;
    background-color: #01437e;
}

.alert {
    padding: .75rem 1.25rem;
    margin: 1rem 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 15px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert a {
    color: #0071d4;
    font-weight: 600;
}


/**
--------------------------------------------------------------------------------------
------------------------ ********** Product Css ********** ------------------------
--------------------------------------------------------------------------------------
**/

/**
--------------------------------------------------------------------------------------
------------------------ ********** Cart Css ********** ------------------------
--------------------------------------------------------------------------------------
**/
#main_cart {
    padding: 50px 0;
}

.main_title {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table head {
    background: #000000;
    color: #fff;
}

table tr {
    border: 1px solid #ddd;
    padding: .35em;
}

table td {
    font-size: 15px;
    padding: .625em;
    vertical-align: middle;
}

table th {
    font-weight: 700;
    font-size: 14px;
    padding: .625em;
    text-align: center;
    vertical-align: middle;
}

.cart_detail_product {
    width: calc(100% - 150px);
    float: left;
}

.cart_name_product {
    font-size: 15px;
    font-weight: 600;
}

.cart_package_product {
    font-size: 15px;
    font-weight: 600;
    color: #787878;
}

table tr td .quantity_container {
    margin: 0 auto;
}

.cart_total_price {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.delete_from_cart {
    margin: 0 auto;
    display: table;
    background: unset;
    border: unset;
    outline: unset;
}

.cart_quantity {
    display: table;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
}

.cart_quantity form {
    display: inline-block;
    vertical-align: middle;
}

.cart_quantity button {
    border: unset;
    outline: unset;
    background: #373737;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin: 0 7px;
}

#payment_status {
    padding: 50px 0;
}

.payment_status_image {
    margin: 0 auto;
    width: 200px;
}

.payment_status_title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 20px;
}

.payment_status_message {
    text-align: center;
    font-size: 16px;
}

.payment_status_buttons {
    display: table;
    margin: 20px auto 0 auto;
}

.payment_status_button {
    display: inline-block;
}

.payment_status_button a {
    color: #ffffff;
    font-size: 15px;
    background-color: #004e92;
    padding: 7px 20px;
    border-radius: 40px;
    display: block;
}

.payment_status_support {
    display: inline-block;
    margin: 0 0 0 10px;
}

.payment_status_support a {
    color: #ffffff;
    font-size: 15px;
    background-color: #25D366;
    padding: 7px 20px;
    border-radius: 40px;
    display: block;
}

/**
--------------------------------------------------------------------------------------
------------------------ ********** Cart Css ********** ------------------------
--------------------------------------------------------------------------------------
**/

/**
--------------------------------------------------------------------------------------
------------------------ ********** Responsive Css ********** ------------------------
--------------------------------------------------------------------------------------
**/

@media only screen and (max-width: 1099px) and (min-width: 800px) {
}

@media only screen and (max-width: 799px) and (min-width: 600px) {
}

@media only screen and (max-width: 599px) {
    .container, .product_details {
        width: 100%;
    }

    #main_page {
        padding: 30px 20px 20px 20px;
    }

    #footer ul li {
        padding: 3px 0;
    }

    #footer ul li a {
        font-size: 14px;
    }

    #footer ul li:not(:last-child):after {
        padding: 0 6px;
        font-size: 14px;
    }

    .product_gallery {
        width: 100%;
        margin: -40px 0 0 0;
    }

    .col_product_packages {
        width: 50%;
    }

    #main_cart, #payment_status {
        padding: 50px 20px;
    }

    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: left;
    }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .payment_status_image {
        width: 150px;
    }

    .payment_status_button {
        display: table;
        margin: 0 auto;
    }

    .payment_status_support {
        display: table;
        margin: 10px auto 0 auto;
    }

    .hero_photo {
        width: 100%;
    }

    .container {
        padding: 0 15px;
    }

    .hero_intro {
        width: 100%;
        padding: 0;
    }

    .col_product_packages {
        width: 100%;
    }

    .hero_title {
        font-size: 18px;
    }

    .hero_subtitle {
        font-size: 15px;
    }

    .hero_subtext {
        font-size: 13px;
    }

    .about_image {
        width: 100%;
    }

    .about_content {
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }

    #about, #product_section {
        padding: 30px 0;
    }
}
