﻿/* Custom layout */
/* Fonts */
@import url(//fonts.googleapis.com/css?family=Titillium+Web:200,300,400,600,700);
@import url(//fonts.googleapis.com/icon?family=Material+Icons);

/* General */
.bg-primary {
    background-color: rgba(5, 55, 60, 1) !important;
}
/* Tabs */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgba(5, 55, 60, 1) !important;
}
/*Summernote*/
.note-group-select-from-files {
    display: none;
}

/* SideBar height fix (for sidebar footer) */
.sidebar {
    height: calc(75% - 4rem);
}
/* Update body font to tittilium */

/* Buttons */
.btn-outline-primary {
    color: rgba(5, 55, 60, 1) !important;
    border-color: #e9ecef; /*rgba(5, 55, 60, 1) !important;*/
}

    .btn-outline-primary:hover {
        background-color: white !important; /*rgba(5, 55, 60, 1) !important;*/
        border-color: rgba(5, 55, 60, 1);
        color: rgba(5, 55, 60, 1); /* white !important*/
    }

.custom-button {
    cursor: pointer;
}

.btn-outline-white {
    color: #ffffff;
    border-color: #ffffff;
}

    .btn-outline-white:hover {
        background-color: #ffffff;
    }

.btn-primary {
    background-color: rgba(5, 55, 60, 1) !important;
    border-color: rgba(5, 55, 60, 1) !important;
}

.StandardCartFooterText {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #fff !important;
    height: 100%;
    border-top: 1px solid #e9ecef;
}

.StandardCartFooterLink {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.CentralGridProductImage {
    aspect-ratio: 1 / 1;
    width: 100% !important;
    object-fit: contain;
    height: auto;
}

.CentralGridProductCarousellImage {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    height: auto;
}



.btn-link {
    color: #777;
}

a {
    color: #002b47;
}
/* Buttons End */

/* Icheck box Beginning */
.icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before {
    background-color: #002b47;
    border-color: #002b47;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before, .icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
    border-color: #002b47;
}
/* Icheck box End */

/* NavBar*/

/* Sidebare Right */
.nav-pills .nav-link:not(.active):hover {
    color: #002b47;
}

.sidebar-BordingCentral-Light {
    background-color: rgba(235, 229, 220, 0.8) !important
}

.sidebar-profile-image {
}

.sidebar-product-image {
    text-align: center;
    width: 2.3rem;
    font-size: 1.2rem;
    margin-right: .2rem;
}

.sidebar-footer-image {
    text-align: center;
    height: 1.6rem;
    font-size: 1.2rem;
    margin-right: .2rem;
}

.bordingCentral-Sidebar-Footer {
    /*height: 100px;*/
    width: 100%;
    background-color: #15363c !important;
    bottom: 0 !important;
    display: block;
    position: absolute;
}

/* Top navbar standard*/
.desktopViewOnly {
}

.mobileUserMenu {
    display: none;
}

@media (max-width: 768px) {
    .mobileUserMenu {
        display: inline;
    }

    .desktopViewOnly {
        display: none;
    }

    .mobile-space {
        margin-top: 5px;
    }
}

/* Cards */
.card-footer {
    background-color: rgba(235, 229, 220, 0.8);
}

.myproduct-White-Bottom-text {
    background-color: white !important;
}

.product-card {
    margin: 0px !important;
    background-color: white !important;
    box-shadow: none;
}
/* Product Card*/
.myproduct-item:hover .myproduct-item-content, /*.myproduct:hover*/
.myproduct .myproduct-item--default .myproduct-item-content {
    /*height: 12em; */ /*12*/
    height: auto;
    transition: width 2s;
    -webkit-animation: slide-down .75s ease-out;
    -moz-animation: slide-down .75s ease-out;
}

.myproduct-item:hover .myproduct-grey-btn { /*.myproduct:hover*/
    display: none;
}

.myproduct-White-Bottom-text {
    display: none;
}

.myproduct-item:hover .myproduct-White-Bottom-text { /*.myproduct:hover*/
    display: block;
    -webkit-animation: slide-down .75s ease-out;
    -moz-animation: slide-down .75s ease-out;
}

.myproduct-item-content,
.myproduct-item-content { /*.myproduct:hover*/
    height: 0;
    overflow: hidden;
    transition: all .3s ease-in; /*height .25s*/
}

.myproduct-item-content {
    transition: all .3s ease-in;
    background-color: white;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin-right: 1.5em;
    margin-left: 1.5em;
}

.item-content-label {
    padding-top: 1rem;
}

.myproduct {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    /*box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);*/
    border-radius: .25rem;
    /*font-family: "PT Sans" sans-serif*/
    transition: all .3s ease-in;
}

.myproduct-item { /*.myproduct*/
    /*background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);*/
    /*border-bottom: 1px solid rgba(235, 229, 220, 0.8);*/
    padding: 1em;
    color: #eee;
    transition: all .3s ease-in;
}

.myproduct h1 {
    margin: 0;
}

.product-image {
    width: 70%;
}

/*Error Message fade*/
.fademessage {
    width: 400px;
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    -webkit-animation: fadeInOut 6s;
    animation: fadeInOut 6s;
}

/* Autocomplete UI CSS for searchengine */
.ui-menu .ui-menu-item a {
    color: #96f226;
    border-radius: 0px;
    border: 1px solid #454545;
    background-color: white;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    /*padding: 4px 0;*/
    margin: 0 0 10px 25px;
    /* list-style: none;*/
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    /* border-style: solid;*/
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
/* Autocomplete UI CSS for searchengine DONE */

/* OverLay */
.myoverlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.mymodalprogress {
    position: absolute;
    top: 50%;
    left: 58%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

/*Top menu only navbars*/
#topNav {
    margin-bottom: 0;
}

#nav2 {
    width: 100%;
}

    #nav2.affix-top {
        position: static;
    }

    #nav2.affix {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
    }

/*Basket*/
#gdprChecks label {
    margin-left: 10px;
}

.ShippingCompany2 {
}

.BillingCompany2 {
}

.center-loader {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

.carousel-control-next, .carousel-control-prev {
    top: 25px;
}

.chili-add-tobasket-canvas {
    display:block;
    user-select:none;
    width: 100% ;
    height: auto;
}

.welcomeLogo {
    filter: invert(0);
    max-width: 45%;
    max-height: 175px;
}

.systemMessageContainer {
    display: flex;
    Width: 100%;
    background-color: #ffc1072e;
    Color: #0000007a;
    text-align: center;
    height: 70px;
    justify-content: center;
    align-items: center;
}

.systemMessageContainer .SystemMessage {
    font-weight: bold;
}
