﻿/*index*/
h1, h2, h3 {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

h2 {
    font-size: 26px !important;
}

.div-black-container {
    background-color: #000000;
    border-width: 7px;
    border-style: double;
    border-color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 20px;
    color: white
}

    .div-black-container > h2, .parralex > h3 {
        color: white;
    }

    .div-black-container > a {
        font-size: 20px;
        font-weight: 500;
        padding: 0.3em 1em;
        line-height: 1.7em !important;
        background-color: white;
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        border: 2px solid;
        border-radius: 3px;
        color : black !important;
    }
        .div-black-container > a:hover {
            border: 2px solid #e00b00;
            color: #e00b00 !important;
        }
.text-red {
    color: #ff0000;
}

.img-bw {
    width: 90%;
    height: 100%;
}

.container-bg {
    background-image: url(/img/Agent/container_bg.jpeg);
    background-attachment: fixed;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 950px) {
    .gap {
        width: 47.5%;
    }

    .gap-right {
        margin-right: 2.5%;
    }

    .gap-left {
        margin-left: 2.5%;
    }
}

@media only screen and (max-width: 950px) {
    .gap-bottom {
        margin-bottom: 5%;
    }
}

/*how it works*/
.warehouse-container {
    background-image: url(/img/Agent/ffc_warehouse.jpg);
    background-color: #fff;
    background-position: left center;
    background-size: cover;
}

    .warehouse-container > h1 {
        margin: 4%;
        font-weight: 500;
        color: white;
    }
 
/*our bottles*/
.ourbottles-img {
    width: 90%;
    height: 100%
}

/*starter pack details*/
.main-img {
    border-bottom: 1px solid #e00b00;
    width: 100%;
    height: 95%;
}

.startpacktable > thead > tr > th {
    background-color: #000000;
    color: white;
    padding: 6px 24px;
}

.startpacktable > tbody > tr {
    border: 1px solid #eee;
}

    .startpacktable > tbody > tr > td:last-child {
        text-align: right;
    }
    .startpacktable > tbody > tr > td {
        padding: 6px 24px;
    }


/*agent stater pack*/

.text-red-primary {
    color: #e00b00;
}

.btn-red-primary {
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: white;
    border: 2px solid;
    border-radius: 3px;
    color: #e00b00;
}
    .btn-red-primary:hover {
        background-color: #e00b00;
        color: white;
    }

.p-zoom {
    position: absolute;
    top: 3px;
    right: 4px;
    color: #555;
    font: bold 13px/1 sans-serif;
    font-size: 2em;
    z-index: 9;
    width: 38px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    box-sizing: content-box;
}

    .p-zoom:before {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border: 2px solid #000;
        border-radius: 100%;
        position: absolute;
        top: 9px;
        left: 9px;
        box-sizing: content-box;
    }

    .p-zoom:after {
        content: "";
        display: block;
        width: 2px;
        height: 8px;
        background: #000;
        border-radius: 6px;
        position: absolute;
        top: 19px;
        left: 22px;
        transform: rotate(-45deg);
        box-sizing: content-box;
    }

/* these styles are for the demo, but are not required for the plugin */
.zoom {
    display: inline-block;
    position: relative;
}

    /* magnifying glass icon */
    .zoom:after {
        content: '';
        display: block;
        width: 33px;
        height: 33px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .zoom img {
        display: block;
        width: 20vw;
        background-color: white;
    }

        .zoom img::selection {
            background-color: transparent;
        }

.qty {
    -webkit-appearance: none;
    background-color: #eee;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    color: black;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;
    border-style: solid;
    width: 5em;
    height: 1em;
}

.product_meta {
    font-size: smaller;
    font-weight: 500;
}

ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
    background: #f4f4f4;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

li.description_tab {
    padding: 0.5rem;
    width: 12%;
    text-align: center;
    background-color: #fafbfe;
}

.tab-description {
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}
/*agent login*/
.login-input {
    -webkit-appearance: none;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;
    border-style: solid;
    width: 100%;
}

.login-password-icon {
    position: relative;
    right: 1.7em;
    top: 2.5rem;
    cursor: pointer;
    float: right;
}
.border-grey {
    border: 1px solid #d9d9d9;
}

.div-black-container-buttons {
    width: 30% !important;
    margin: auto;
}

@media screen and (max-width: 1880px) {
    .div-black-container-buttons {
        width: 65% !important;
    }
}
@media screen and (max-width: 960px) {

    .div-black-container > a {
        font-size: 18px;
    }
}


@media screen and (max-width: 400px) {
    .div-black-container-buttons {
        width: 90% !important;
    }
    .div-black-container > a {
        font-size: 15px;
    }
}
