﻿@font-face {
    font-family: 'Poppins';
    src: url('fonts/poppins-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Masque';
    src: url('fonts/MASQUE.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.logo {
    display: inline-block;
    padding-left: 30px;
    width: 350px;
}

nav {
    height: 150px;
}


.menu-ul li {
    font-size: 2em;
    display: inline-block;
    margin-left: 20px;
}

    .menu-ul li a {
        color: #808080;
    }

.icons {
    width: 25px;
}

.iconlist a {
    margin-right: 10px;
}

.mainlogo {
    text-align: left;
    width: 300px; 
    display: block; 
}

.iconlist {
    text-align: left;
    width: 280px;
    display: block; 
}

#navbar-nav > li a:not(.dropdown-item) {
    border-bottom: 2px solid transparent;
}

#navbar-nav > li:hover a:not(.dropdown-item) {
    border-bottom: 2px solid black;
}

.dropdown-item:hover {
    background-color: transparent;
    opacity: 0.7;
}

.dropdown-item {
    padding: 8.5px !important;
}


#navbar-nav li a {
    font-family: sans-serif;
    padding: 0px;
    margin: 0px 20px !important;
}

#menu-items {
    display: inline-block;
}

.carousel-item img {
    width: 100%;
}

.carousel-item {
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 15px !important;
    margin-right: 10px !important;
}

.child {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#catul li {
}

#catul {
    list-style-type: none;
    padding: 20px;
}

.product {
    width: 33.3%;
    display: inline-block;
}

    .product img {
        width: 100%;
        padding-top: 10px;
        padding-left: 10px;
    }


    .product div.product-title {
        padding-left: 10px;
    }

    .product div.product-details {
        padding-left: 10px;
    }


.category-checkbox {
    margin-left: 20px;
}

.category-label {
    margin-left: 10px;
}

.category-title {
    margin-left: 10px;
}

#selectbtn {
    margin-left: 20px;
}

#sel-coll, #sel-cat {
    width: 250px !important;
}

footer a:hover {
    text-decoration: none;
}

footer a:visited {
    text-decoration: none;
}

footer a:active {
    text-decoration: none;
}

footer a {
    text-decoration: none;
}
/*
.animate-text:hover {
    transform: translateY(-20px);
    transition-duration: 0.6s !important;
}

.animate-text a {
text-decoration: none;
}*/


.search-btn {
    position: absolute;
    right: 30px;
}



main {
    position: relative;
    z-index: 2; 
    background-color: white;
    width: 100%;
    text-align:center;
}


footer {
    position: fixed;
    bottom: 0;
    width: 100%;  
}



#publicnav {
    background-color: white !important;
    z-index: 3 !important;
}


#navcenter {
    margin: auto;
    display: inline-block;
}

    #navcenter img {
        display: inline-block;
    }



.nav-item.dropdown:hover div {
    display: block;
    z-index: 3 !important;
}

#navbar-nav {
    display: inline-block;
}


    #navbar-nav li {
        display: inline-block;
    }

.link {
    text-decoration: none;
}

    .link:hover {
        text-decoration: none;
    }

/* checkbox filters*/
.checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
}

    .checkbox-container input[type="checkbox"] {
        position: absolute;
        opacity: 0;
    }

.accordion-heading {
    margin-left: -10px;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    background-color: #eee;
    border-radius: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    transition: background-color 0.8s;
}

.checkbox-container:hover .custom-checkbox::before {
    content: '\2713';
    display: block;
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-container input[type="checkbox"]:checked + .custom-checkbox::before {
    content: '\2713';
    display: block;
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-container input[type="checkbox"]:hover + .custom-checkbox {
    background-color: #f0f0f0;
}

.checkbox-container input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #c0c0c0;
}

.label {
    margin-left: 30px;
}



.borderctrl {
    background-color: white;
    border: none;
    border-bottom: 1px solid black;
}

.zoomin:hover {
    transform: scale(1.05);
}

/* .zoomin:hover p {
        -webkit-transform: scale(0.9523);
        -ms-transform: scale(0.9523);
        transform: scale(0.9523);
        transition:none;
    }*/

.zoomin {
    /*
    the 
    overflow: hidden;
    is required to make the images not jump when browsed in chrome. 
    the rest might not be necessary but they do seem to make the transition slightly smoother so I left them in / BM
    */

    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.3s ease;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.3s;
}

.zoomparent {
    display: inline-block;
    overflow: hidden;
}


.parent {
    overflow: hidden;
}

.fadein {
    opacity: 0;
}

.parent.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}

.menuimg {
    width: 150px;
}

#topnavheader {
    height: 40px;
    padding: 5px;
    /* background-color: #00AEEF;*/
}


.contactfield {
    width: 100%;
    margin-bottom: 30px;
}


.btnsend {
    width: 100px;
}


#contactform {
    margin: auto;
    width: 42%;
}

#Content_contactcaption {
    padding-bottom: 20px;
}


.carousel-indicators li {
    cursor: pointer;
}

.nounderline:hover {
    text-decoration: none !important;
}

.nounderline:visited {
    text-decoration: none !important;
}

.nounderline:active {
    text-decoration: none !important;
}

a.aimglink {
    width: 100%;
    color: black;
}

.imgs {
    width: 100%;
    padding: 10px;
}

.prod {
    width: 100%;
    margin-left: 10px;
    text-wrap: wrap;
}

.prodphoto {
    padding: 20px;
    text-align: center;
}

.ag-body-vertical-scroll {
    display: none !important;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-toggle[aria-expanded="false"]:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-toggle[aria-expanded="true"]:after {
    font-family: 'FontAwesome';
    /* content: "\f054";*/
    content: "\f077";
    float: right;
}

.accordion-heading a {
    color: black;
    margin-left: 10px;
}

#accordiongr {
    width: 250px;
}

.ribbon-wrapper-gray {
    width: 80px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 3;
}

.ribbon-gray {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 0;
    left: 0px;
    top: -10px;
    width: 120px;
    height: 30px;
    background-color: gray;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    z-index: 3;
}

.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 0;
    left: 0px;
    top: -10px;
    width: 120px;
    height: 30px;
    background-color: #3cb043;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    z-index: 3;
}

.car-text {
    bottom: 45% !important;
}

.productwrapper {
    width: 100%
}

.btn-filter {
    background-color: #C9C087;
    width: 250px;
    margin-top: 10px;
}

.prodphoto img {
    margin-bottom: 15px;
}

.nophoto {
    width: 50% !important;
}

.prodsize {
    display: inline-block;
}

.ImgDiv {
    text-align: center;
    line-height: 20;
    background-color: #eee;
    height: 360px;
}

    .ImgDiv img {
        vertical-align: central;
    }


iframe {
    width: 100% !important;
}

#Content_btnshow {
    display: none;
}

#mobile-indicator {
    display: none;
}



.nofavdiv:hover {
    background-image: url('/Src/CoreContent/Images/fav.png');
}

.nofavdiv {
    width: 24px;
    height: 24px;
    background-image: url('/Src/CoreContent/Images/nofav.png');
    background-size: cover;
    position: absolute;
    bottom: 6px;
    right: 5px;
}

.favdiv {
    width: 24px;
    height: 24px;
    background-image: url('/Src/CoreContent/Images/fav.png');
    background-size: cover;
    position: absolute;
    bottom: 6px;
    right: 5px;
}


.nofavdiv-prdet:hover {
    background-image: url('/Src/CoreContent/Images/fav.png');
}

.nofavdiv-prdet {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url('/Src/CoreContent/Images/nofav.png');
    background-size: cover;
    margin-right: 15px;
}

.favdiv-prdet {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-image: url('/Src/CoreContent/Images/fav.png');
    background-size: cover;
    margin-right: 15px; 
}

#favpanel {
    height: 30px;
    margin-bottom: 15px;
}

.favmessage {
    margin-top: -30px;
}


.frame-text-image {
    padding: 30px;
}

.text-under-image {
    padding-bottom: 30px;
}

.separator {
    width: 20%;
    border-top-width: 1px;
    border-top-color: black;
    border-top-style: solid;
    margin-bottom: 10px;
    margin-top: 50px;
    margin-left: 0px;
    margin-right: 0px;
}

#image-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(355px, 1fr));
    gap: 20px;
    padding: 20px;
}

.image-tile {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Maintain aspect ratio */
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
}

.image-tile-brand {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Maintain aspect ratio */
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
    text-align: left;
}

  

.framezoom img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.framezoom-brand img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.imgframe {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 90%;
    overflow: hidden;
    background-color: #fff;
}

.imgframe-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 93%;
    overflow: hidden;
    background-color: #fff;
}

.verticalalign {
  height: 100%;
}

.horizontalalign {
    width: 100%;
}

.imgframe img {  
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

        .image-tile img.loaded {
            opacity: 1;
        }

        .image-tile-brand img.loaded {
            opacity: 1;
        }

    .image-tile p {
        position: absolute;
        bottom: 0px;
        left: 5px;
        right: 5px;
        color: black;
        padding: 5px;
        margin: 0;
        border-radius: 4px;
    }

    .image-tile .placeholder {
        background-color: #e0e0e0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .image-tile-brand p {
        position: absolute;
        bottom: 0px;
        left: 5px;
        right: 5px;
        color: black;
        padding: 5px;
        margin: 0;
        border-radius: 4px;
    }

    .image-tile-brand .placeholder {
        background-color: #e0e0e0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.text-conteiner {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 40px;
    padding: 5px;
    height: 10%;
    margin: 0;
}

.text-conteiner-brand {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 40px;
    padding: 5px;
    height: 10%;
    margin: 0;
}


#products {
    display: inline-block;
    width: calc(100% - 310px);
}

.counter {
    float: right;
}

#Content_btnsave {
    margin-bottom: 30px;
}


@media (max-width: 2000px) {
   /* .responsive {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%; 
    }*/

    footer {
        /*width: 99.8%; */
    }

   /* .footerresponsive {
        max-width: 1195px;
    }*/
}

@media screen and (max-width: 1220px) {
    /*  .responsive {
        width: 90%;
        margin-right: 5%;
        margin-left: 5%; 
    }

      footer {
        width: 80% !important;
    }
    .footerresponsive {
        width: 80% !important;
    }*/
}

@media screen and (max-width: 991px) {
    .prodphoto {
        display: block !important;
        width: 100% !important;
    }

    #navbarsExample10 {
        background-color: white;
        margin-top: -30px;
    }

    #filterscontrol {
        display: block !important;
        width: 100% !important;
    }

    #filterpanel > * {
        width: 100% !important;
    }

    #cat-filter > * {
        width: 100% !important;
    }

    #myGrid {
        width: 100% !important;
    }

    #filterpanel {
        display: none;
    }

    #Content_btnshow {
        display: block;
        width: 100% !important;
    }

    #products {
        width: 100% !important;
    }

    .cell {
        max-width: 900px !important;
    }

    .cell-brand {
        max-width: 900px !important;
    }

    #prods {
        margin: auto 40px !important;
    }

    .productimg {
        height: 80% !important;
    }

    .brandimg {
        width: 100% !important;
        height: auto !important;
    }
}

#searchpanel {
    min-width: 430px !important;
    min-height: 225px !important;
}

.searchpanel {
    width: max-content;
    margin: auto auto;
}

@media screen and (max-width: 868px) {
    #navbar-nav li {
        display: block;
    }

    .navbar-collapse {
        text-align: center;
    }

    #navcenter {
        width: 100%;
        text-align: center;
    }

        #navcenter ul {
            width: 100%;
            text-align: center;
        }
}

@media screen and (max-width: 600px) {
    #searchpanel {
        width: 98% !important;
        min-width: 98% !important;
    }
}



#searchText {
    display: inline-block;
    border: none;
    border-bottom: 1px solid white;
    background-color: #525546;
    font-size: 2em;
    color: white;
}

#search-btn {
    color: white;
}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
}

#searchPageBtn {
    margin-left: 10px;
}

.searchbackgr {
    background-color: #525546;
}


.close {
    position: absolute;
    right: 32px;
    top: -40px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
}

    .close:hover {
        opacity: 1;
    }

    .close:before, .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 4px;
        background-color: white;
    }

    .close:before {
        transform: rotate(45deg);
    }

    .close:after {
        transform: rotate(-45deg);
    }


#searchPageBtn {
    margin-top: -8px;
}

#searchReultPageBtn {
    vertical-align: middle;
    margin-top: -6px;
}

#Content_searchResultText {
    display: inline-block;
    border: none;
    border-bottom: 1px solid black;
    font-size: 2em;
    color: black;
}

    #Content_searchResultText::placeholder {
        color: black;
        opacity: 1; /* Firefox */
    }


input:focus {
    outline: none;
}


.brandimg {
    object-fit: contain !important;
}

.nav-item.dropdown, .nav-link {
    cursor: pointer;
}

.categorycaption {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    padding-top: 13px;
    padding-bottom: 3px; 
    vertical-align: top;
}


.categorytitle {
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px; 
    vertical-align:top;
}

.pdf {
    margin-left: -8px;
}



.contactfield {
    background-color: white;
    border: none;
    border-bottom: 1px solid black;
}

#inputFiles {
    margin-left: 35px;
    margin-top: 5px;
    z-index: -20;
}

#custom-file-upload {
    position: absolute;
    border: 1px solid #ccc;
    border-radius: .25rem;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: white;
    z-index: 10;
}

#loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 100;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ImageTextGroup {
    margin-bottom: -6px !important;
    display: inline-block !important;
    margin-bottom: -5px;
}

.ImageTextGroupWithSize {
    margin-bottom: -6px !important;
    display: inline-block !important;
    margin-bottom: -5px;
}
 
 

.prices {
    display: inline-block;
    vertical-align: top;
    margin-top: 9px;
    text-align: right;
    padding-right: 5px;
    width: 100px;
}

.price {
    margin-bottom: 12.5px;
}

.graphcell {
    height: 36px;
    border-bottom: 1px solid gray;
}

.containergraph {
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: 50px auto;
    display: table;
    font-family: Arial;
}

.barcontainer {
    display: inline-block;
    position: relative;
    transform: translateY(-50%);
    top: 180px;
    width: 32px;
    margin-left: 36px;
    height: 360px;
}

.description {
    display: inline-block;
    position: relative;
    transform: translateY(-50%);
    top: 180px;
    width: 100px;
    height: 360px;
}

.bar {
    background-color: red;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    animation: grow 1.5s ease-out forwards;
    transform-origin: bottom;
}

.text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    animation: grow 1.5s ease-out forwards;
    transform-origin: bottom;
}

@keyframes grow {
    from {
        transform: scaleY(0);
    }
}


.star-container {
    position: relative;
    width: 150px;
    height: 150px;
    padding: 10px;
    margin: 0 auto;
}

.star {
    fill: white;
    stroke: black;
    stroke-width: 2;
    width: 100%;
    height: 100%;
}

.amount {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.goal {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    color: black;
}

#curramount {
    display: inline-block;
    vertical-align: top;
}

#bottle {
    background-image: url('/Src/CoreContent/Images/bottle.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 370px;
    width: 104px;
    padding-top: 5px;
}

.prod-frame {
padding: 20px;
}

.maxheight{
    height: 100%;
}


@media screen and (min-width: 1700px) {
    .largeimages {
        grid-template-columns: repeat(auto-fill, minmax(555px, 1fr)) !important;
    }

    .largebrandsimages {
        grid-template-columns: repeat(auto-fill, minmax(405px, 1fr)) !important;
    }
}


@media screen and (max-width: 1300px) {
    .ImageTextGroup {
        width: 50% !important;
    } 
}

@media only screen and (max-width: 1300px) and (min-width: 1220px) {
    .separator {
        margin-top: 0px;
    }

    .frame-text-image {
       /* margin: auto;
        width: 70%;*/
    }
}


@media only screen and (min-width: 1220px) {

    .frame-text-image {
      /*  margin: auto;*/
    }
}

@media screen and (max-width: 991px) {
    .prod-frame {
        width: 100% !important;
    }
}

@media screen and (max-width: 700px) {
    .mobilewidth {
        width: 100% !important;
        display: block !important;
    }

    

    main {
    margin: auto !important;
    }
    footer {
        position: relative !important;
        height: auto !important;
        margin-top: -15px;
    }

        footer section {
        height: auto !important;
        display: block !important;
        }

    .footercolumn {
        width: 90% !important;
        display: block !important; 
    }
}

@media screen and (max-width: 650px) {
    .ImageTextGroup, .ImageTextGroupWithSize {
        width: 100% !important;
    }

    .prod-frame {
        width: 100% !important;
    }
}


@media screen and (max-width: 480px) {
    .ImageTextGroup, .ImageTextGroupWithSize {
        width: 100% !important;
    }

    #image-container {
        grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    }


    .text-conteiner {
        height: 15%;
    }
    .image-tile img {
        height: 85%;
    }

    .image-tile-brand img {
        height: 85%;
    }
    }


@media screen and (max-width: 420px) {
    .navbar-brand {
        width: 75%;
        margin: 0;
    }

    #navlogo {
        width: 75%;
    }

    .lefttable, .righttable {
        display: block !important;
    }
}


@media screen and (max-width: 256px) {
    .navbar-brand {
        width: 60%;
        margin: 0;
    }

    #navlogo {
        width: 60%;
    }
     
}