﻿
html {
    font-family: playfair_displayregular;
}

body {
    font-family: playfair_displayregular, 'Playfair Display';
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.body-content {
    margin: 0;
    margin-top: 100px;
    padding: 0px;
}

.container {
    color: black;
}


@font-face {
    font-family: 'playfair_displayitalic';
    src: url('playfairdisplay-italic-variablefont_wght-webfont.woff2') format('woff2'), url('playfairdisplay-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfair_displayregular';
    src: url('/Content/playfairdisplay-variablefont_wght-webfont-webfont.woff') format('woff2'), url('/Content/playfairdisplay-variablefont_wght-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'playfairdisplay-italic-variablefont_wght-webfont';
    src: url('/Content/playfairdisplay-variablefont_wght-webfont-webfont.woff') format('woff'), url('/Content/playfairdisplay-variablefont_wght-webfont-webfont.woff2') format('woff2'), url('/Content/playfairdisplay-variablefont_wght-webfont-webfont.woff') format('woff'), url('/Content/playfairdisplay-variablefont_wght-webfont-webfont.woff2') format('woff2');
}

.navbar {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.navbar-inverse {
    background-color: white;
    border-bottom: none;
}

.navbar-header {
    color: black;
}



.menu_txt a {
    color: black;
}

    .menu_txt a:hover {
        color: gold;
    }

.site_logo {
    height: 80px;
    width: 80px;
    float: left;
    margin-top: -20px;
    margin-left:5px;
}

.navbar-inverse {
    background-color: white;
    border-color: #080808;
    height: 100px;
    padding-top: 20px;
}

    .navbar-inverse .navbar-brand {
        color: black;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: goldenrod;
        }

    .navbar-inverse .navbar-text {
        color: black;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: black;
    }


    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: white;
    }

    .navbar-inverse .navbar-toggle {
        border-color: white;
        border: none;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: white;
            border-bottom: solid;
            border-radius: 0px;
            border-color: goldenrod
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: darkgoldenrod;
        }


    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    body {
        font-family: playfair_displayregular, 'Playfair Display';
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: white;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: none;
        background-color: white;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

.jumbotron {
}

footer {
    margin: 0%;
    margin-top: 20px;
    padding: 0px;
    background-color: #f7f7f7;
    margin-bottom: -170px;
}

.foot_rem {
    padding: 10px 10%;
}

.footnote {
    padding: 10px 10%;
    margin: 0px;
}

.caption_a {
    color: darkgoldenrod;
    text-decoration: dotted;
    font-weight: 500;
}

.home_banner {
    position: relative;
}

    .home_banner img {
        width: 100%;
    }

    .home_banner a {
        color: darkgoldenrod;
    }

        .home_banner a:hover {
            text-decoration: none;
            outline: none;
            color: goldenrod;
        }

.category_left {
    background: rgba(247,247,247, 0.9);
    position: absolute;
    border-radius: 0px 0px 15px 0px;
    top: 30%;
    left: 10px;
    padding: 10px;
    width: 250px;
    display: block;
}
.category_left_note {
    background: rgba(247,247,247, 0.9);
    position: absolute;
    bottom:0px;
    padding: 10px;
    width: 90%;
    margin-left:5%;
    margin-right:5%;
    right:0px;
    display: block;
    line-height:20px;
    border-radius:15px;
    margin-bottom:10px;
}


    .category_left img {
        height: 50px;
        width: 50px;
        float: left;
        margin-right: 10px;
    }

.c-right {
    border-radius: 0px 0px 0px 15px;
    top: 53%;
    left: auto;
    right: 10px;
    text-align: right;
    width: 220px
}

.text-note {
    margin-top: 5px;
    line-height: 17px;
}


.sign {
    float: right;
    text-align: right;
    font-size: small;
    font-style: italic;
}

.social-beep {
    text-align: center;
    padding: 10px 5%;
    margin: 10px 0px;
    background-color: antiquewhite;
}

    .social-beep a {
        color: darkgoldenrod;
    }

        .social-beep a:hover {
            color: gold;
        }

    

.contact {
  
}

.nav-store {
    position: absolute;
    top: 30px;
    right: 80px;
    text-align: center;
}

    .nav-store a {
        float: left;
        font-size: larger;
        color: goldenrod;
    }

        .nav-store a:hover {
            color: darkgoldenrod;
            outline: none;
            text-decoration: none;
            font-weight: bolder;
        }

    .nav-store .searchx {
        float: right;
        position: absolute;
        height: 70px;
        width: 80%;
    }

.nav-cart {
    width: 50px;
}

.nav-user {
    margin-left: 3px;
    padding: 5px;
    width: 30px;
}

.nav-search {
    padding: 5px;
}

@media (max-width:900px) {
    .nav-store {
        right: 55px;
        top: 25px
    }
    .social-beep {
        border-radius: 10px;
    }
}

@media (min-width: 767px) and (max-width: 1920px) {
    .container {
        margin: 0 5%;
        width: 90%;
        padding: 0px;
    }
}

@media (min-width: 1920px) {
    .container {
        margin: 0 10%;
        width: 80%;
        padding: 0px;
    }
}


@media (max-width: 767px) {
    .body-content {
        margin: 0px;
        margin-top: 60px;
    }

    footer {
        margin: 0px;
        margin-top: 10px;
    }

    .footnote {
        padding: 5px;
    }

    .contact {
        margin: 0px; 
    }

    .body-content {
        margin-top: 85px;
    }
}

.foot_logo {
    height: 60px;
    width: 60px
}

.cookie-banner {
    background-color: white;
    border-radius: 15px;
    color: black;
    z-index: 99999;
    width: 60%;
    left: 2%;
    bottom: 5%;
    position: fixed;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .cookie-banner a {
        color: darkgoldenrod;
    }

        .cookie-banner a:hover {
            color: gold;
        }

.close {
    color: darkgoldenrod;
    font-weight: bolder;
}

.no-float {
    float: none;
}

.shop_direct {
    margin: 20px 10px;
    display: block;
    text-align: center;

}

    .shop_direct a:hover {
        outline: none;
        text-decoration: none;
    }

    .shop_direct img {
        width: 100px;
        height: 100px;
        border-radius:10px;
    }


.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    font-family: Arial;
    border: 1px solid #124d77;
    background: #007dc1;
    color: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    text-shadow: #000 1px 1px 2px;
    -webkit-border-radius: 6px;
}

    .file-upload:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

/* The button size */
.file-upload {
    height: 30px;
}

    .file-upload, .file-upload span {
        width: 90px;
    }

        .file-upload input {
            top: 0;
            left: 0;
            margin: 0;
            font-size: 11px;
            font-weight: bold;
            /* Loses tab index in webkit if width is set to 0 */
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .file-upload strong {
            font: normal 12px Tahoma,sans-serif;
            text-align: center;
            vertical-align: middle;
        }

.page-wrapper {
    height: 100%;
    position: relative;
    background-color: lightgoldenrodyellow;
    overflow: hidden;
}

.page-img img {
    width: 100%;
}

.m-0 {
    margin: 0px;
    padding: 0px;
}

.page-writeup {
    text-align: center;
    padding: 15px;
    margin-top: 50%;
}

@media (max-width: 1000px) {
    .page-writeup {
        margin: 10px;
        text-align: center;
        padding: 15px;
        color: white;
        position: absolute;
        margin-top: -100%;
        background: rgba(0, 0, 30, 0.5);
    }

    .pay-card {
    }
}

.pay-card {
    margin: 25px 10%;
    margin-top: 35px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 15px;
    border-radius: 20px;
}

.login-Container {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    padding: 20px;
    border-radius: 20px;
    width: 50%;
    margin: 25px 25%;
}

.registration-Container {
    text-align: center;
    border-radius: 15px;
    width: 50%;
    margin: 25px 25%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}

    .registration-Container .form-control {
        text-align: center;
        object-position: center;
        margin: auto;
    }

.myProfile {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 10px;
    padding: 15px
}

@media (max-width:800px) {
    body {
        font-family: playfair_displayregular, 'Playfair Display';
    }

    .login-Container, .registration-Container {
        width: 90%;
        margin: 25px 5%;
    }

    .top_brand img {
        height: 25px;
        width: 25px;
        border-radius: 20px;
     }

    .top_brand span {
        display: block;
    }
   .social-beep{
       border-radius:15px;
   }

}

.img-100 {
    width: 100%;
    max-width: 100%;
}

.top_brand img {
    height: 100px;
    width: 100px;
    border-radius: 20px;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}

.top_brand_container {
    margin: 0px;
    text-align: center;
    margin-top: -30px;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    display: block;
    width:100%;
}

.top_brand a:hover {
    text-decoration: none;
    outline: none;
    color: darkgoldenrod;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes rotate-rt {
    0% {
        -webkit-transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}





.cl-container {
    display: flex;
    width: 100%;
    overflow:hidden;
}

.scroll-feed {
    overflow: auto;
    white-space: nowrap;
}

    .scroll-feed a {
        display: inline-block;
        color: white;
        text-align: center;
        text-decoration: none;
    }


.cl-wrapper {
    display: block;
    min-width:150px;
    max-width: 280px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 2px -2px, rgba(0, 0, 0, 0.3) 0px .5px 1.5px -2px;
    margin: 10px;
    float: left;
    color: black;
    position:relative;
}

@media (max-width:800px){
    .cl-wrapper{
        min-width:280px;
        max-width:280px;
    }
}
.slider {
    width: 100%;
    height: 500px;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
}

.cl-wrapper p {
    color: black;
}


.cl-wrapper img {
    max-width: 100%;
    text-align: center;
}
.cl-wrapper a{
}
.cl-wrapper a:hover{
    text-decoration:none;
    outline:none;
}

.cl-text {
    padding: 10px;
}
    .cl-text p {
        color: darkgoldenrod;
    }
    .cl-text p:hover {
        color: gold;
    }
    .cl-text hr {
        color: grey;
        width: 100%;
    }
