﻿html, body {
    height: 100%;
    margin: 0;
    font-family: 'Montserrat';
    font-size: 15px;
}

.content {
    min-height: 90%;
    font-family: 'Montserrat';
    font-size: 15px;
}

.footer,
.push {
    height: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
textarea {
    max-width: 280px;
}


.listaso-text {
    color: black;
}

.listaso-text-blue {
    color: #00385a;
}

#ec-cart-detail,
#ec-sign-out,
#ec-menu-home {
    color: #00385a;
}

#ec_menur_user {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    color: #00385a;
}

#nav-bar-main {
    width: 100% !important;
    float: none !important;
}

#navbarSupportedContent {
    max-width: 50%;
}

.btn-listaso-info {
    color: #00385A;
    font-family: 'Montserrat';
    font-weight: bold;
    padding:2px;
}

.btn-listaso-info:hover {
    color: #00385A;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 2px;
}



.btn-listaso-cart {
    color: white;
    border-color: #737c8e;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    background: #0ABAA9;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-listaso-cart:hover {
    color: white;
    border-color: #737c8e;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    background: #0ABAA9;
    border: 1px solid rgba(0, 0, 0, 0.125);
}


.btn-outline-listaso {
    color: #00385a;
    border-color: #737c8e;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
}


.btn-listaso-minus-plus {
    color: #fff;
    background-color: #00385A;
    border-color: #00385A;
    font-size: 18px;
    font-weight: bold;
}

.btn-listaso-minus-plus:hover {
    color: #00385A;
    background-color: #01E6D3;
    border-color: #01E6D3;
    font-size: 18px;
    font-weight: bold;
}


.content1 {
    min-height: 400px;
    max-height: 400px;
}

.card-body {
    height: 260px;
}

.card-item {
    width: 340px;
    height: 615px;
}

.price-item {
    position: absolute;
    right: 0;
    top: 265px;    
}

.price-item-style {
    color: white;
    line-height: 1.5;
    border: 1px solid transparent;
    background: #0ABAA9;
}


.price-item-total {
    position: absolute;
    left: 0;
    top: 265px;
}

.price-item-total-style {
    color: black;
    line-height: 1.5;
    border: 1px solid transparent;
    background: #F0F0F3;
}



.info-item {
    position: absolute;
    right: 285px;
    top: 10px;
}


.card-img-top {
    margin-top: 2px;
    margin-left: 2px;
    height: 300px;
    display: flex;
    justify-content: center;
}

.img-catalog {
    object-fit: contain;
    object-position: center;
    width: 300px;
    height: 300px;
    border-radius: 4px;
}

.dropdown-menu.show {
    display: block;
    padding-left: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #00385a;
}

.search-box {
    margin: 5px 0px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu a {
    color: #00385a;
    font-weight: bold;
    text-decoration: none;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
    text-decoration: none;
    list-style-type: none;
}

.dropdown-menu > ul {
    text-decoration: none;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown-menu .scroll-menu {
    width: 400px;
}

    .dropdown-menu .scroll-menu li {
        margin-bottom: 5px;
        background-color: #f8f9fa;
        /*padding: 5px;*/
    }

ul.scroll-menu {
    position: relative;
    display: inherit !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

ul.scroll-menu-2x {
    max-height: 350px;
}







#search-bar {
    position: relative;
    top: 50%;
    /*left: 50%;
    transform: translate(-50%,-50%);*/
    transition: all 1s;
    width: 60px;
    height: 40px;
    background: white;
    box-sizing: border-box;
    border-radius: 5px;
    border: 4px solid white;
    padding: 3px;
}

    #search-bar input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;
        line-height: 30px;
        outline: 0;
        border: 0;
        display: none;
        border-radius: 5px;
        padding-left: 5px;
        padding-right: 20px;
        font-family: 'Montserrat';
        font-size: 14px;
        font-weight: bold;
        color: #00385a;
    }

.fa {
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #07051a;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

#search-bar:hover {
    width: 200px;
    cursor: pointer;
}

    #search-bar:hover input {
        display: block;
        padding-left: 5px;
    }

    #search-bar:hover .fa {
        background: #07051a;
        color: white;
    }

.dropdown-menu .scroll-menu-small {
    width: 270px;
}

    .dropdown-menu .scroll-menu-small li {
        margin-bottom: 5px;
        background-color: #f8f9fa;
        padding: 5px;
    }

ul.scroll-menu-small {
    position: relative;
    display: inherit !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

ul.scroll-menu-small-2x {
    max-height: 350px;
}



a {
    color: #00385a;
    text-decoration: none;
    background-color: transparent;
}


.modal-footer {
    padding: 2px; 
}



.dropdown-menu {
    width: 150px
}

    .dropdown-menu.columns-2 {
        min-width: 630px;
    }

    .dropdown-menu.columns-2.show {
        min-width: 630px;
    }

    .dropdown-menu.ec-menu-user-info.show {
        min-width: 400px;
    }

.dropdown-menu.columns-3 {
    min-width: 600px;
}

    .dropdown-menu li a {
        padding: 5px 15px;
    }

.multi-column-dropdown {
    list-style: none;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

.ec-category-menu{
    font-weight: bold;
}

.btn-main-cart .label {
    line-height: 12px;
    padding: 2px 2px;
    position: absolute;
    right: 1px;
    top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #01E6D3;
    border-radius: 3px;
}

.toast {
    top: 60px;
    width: 600px;
}

.toast-container {
    top: 60px;
   
}

.label-catalog {
    display: initial !important;
}

.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -120px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}

.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

    .sticky li:hover {
        
    }

    .sticky li p {
        padding-top: 5px;
        margin: 0px;
        line-height: 16px;
        font-size: 11px;
    }

        .sticky li p a {
            text-decoration: none;
            color: #2C3539;
        }

            .sticky li p a:hover {
                text-decoration: underline;
            }




/* Loading */
/* Absolute Center Spinner */
.loading-data {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading-data:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading-data:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading-data:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/* Animation */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



@keyframes glow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,0,0.6);
        
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,0, 0.3);
    }
}

/*** Back to top ***/
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    width: 24px;
    height: 32px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-image: url(../Images/angles-down-solid.svg);
    color: #00385a;
}

.back-to-top:hover {
    opacity: 0.7;
}

.cat-label {
    color: #00385a;
}

.card-border {
    border: 2px solid #00385a;
    border-radius: 1.5rem;
}

.is-new {
    font-size: 1rem;
    background-color: red;
    margin-right: 260px;
    margin-top: -5px;
    color: white;
}

.category-inline {
    margin-top: 20px !important;
}

.badge-listaso {
    color: #fff;
    background-color: #00385a;
}

.center-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header-pg {
    background-color: #fff !important;
}

.img-card-left {
    flex-direction: row;
}

.img-card-left img {
    width: 30%;
}

.detail-pad-listaso {
    padding-right: 100px;
    padding-left: 100px;
}

.detail-vw {
    height: 25vh !important;
}

.sm-else {
    height: 205px !important;
}


@media (max-width: 768px) {
    .detail-vw {
        height: 50vh !important;
    }
}

@media (max-width: 850px) {
    .detail-vw {
        height: 65vh !important;
    }
}

.outer-div {
    width: 30%;
    text-align: center;
}

.inner-div {
    display: inline-block;
    margin: 0 auto;
    padding: 3px;
}

.rd-filter {
    font-size: 1.45rem !important;
}

/* IOS devices input text */
.inp-listaso-style {
    background-color: transparent;
    border: 1px solid;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.inp-listaso {
    text-align: left !important;
    cursor: text !important;
    font-weight: normal !important;
}

/*Detail cards for view*/
.float-layout {
    padding: 5px 5px;
    float: right;
    width: 70%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
}

.card-ls-container {
    overflow: hidden;
}

.card-ls {
    min-height: 100%;
    width: 50%;
    float: right;
}

.card-ls-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

.card-ls-desc {
    padding: 10px;
    text-align: left;
    font-size: 15px;
}

.card-ls-image {
    display: flex;
}

div.card-ls-image img {
    width: 10%;
    height: auto;
}

/*input {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}*/

#ec-nav-search {
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

/* Phone devices query for detail view */
@media only screen and (max-width: 37.5em) {
    div.card-ls-image img {
        width: 100%;
        height: auto;
    }

    .card-ls-image {
        flex-direction: column;
    }

    .card-ls {
        width: 100%;
        margin-top: -4px;
    }
}

/*Mobile reponsive CSS*/
@media only screen and (min-width: 960px) {
    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        display: block !important;
    }

    .navbar-right {
        float: right !important;
    }

    #logo-ctlg {
        display: block !important;
    }
}

@media only screen and (min-width: 1440px) {
    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        display: block !important;
    }

    .navbar-right {
        float: right !important;
    }

    #logo-ctlg, img {
        display: block !important;
    }
}

@media only screen and (min-width: 2000px) {
    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        display: block !important;
    }

    .navbar-right {
        float: right !important;
    }

    #logo-ctlg {
        display: block !important;
    }
}

@media only screen and (max-device-width: 480px) {
    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        display: block !important;
    }

    .navbar-right {
        float: right !important;
    }

    #sticky-container {
        display: none;
    }

    #logo-ctlg {
        display: block !important;
    }
}

@media only screen and (device-width: 768px) {
    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        display: block !important;
    }

    .navbar-right {
        float: right !important;
    }

    #sticky-container {
        display: none;
    }

    #logo-ctlg {
        display: block !important;
    }
}

/* For iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        display: block !important;
    }

    .navbar-right {
        float: right !important;
    }

    #sticky-container {
        display: none;
    }

    #logo-ctlg {
        display: block !important;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

    .navbar-nav.navbar-right:last-child {
        display: block !important;
    }

    .navbar-right {
        float: right !important;
    }

    #sticky-container {
        display: none;
    }

    #logo-ctlg {
        display: block !important;
    }
}