@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&display=swap');

html,
body {
    height: 100%;
    line-height: 1.4;
}
body {
    /* Fallback background color */
    background-color: #EDEDED;

    /* Old WebKit syntax */
    background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0.13, #3C65BD),
    color-stop(0.37, #1E3464),
    color-stop(0.37, #EDEDED));

    /* New WebKit syntax */
    background: -webkit-linear-gradient(top, #3C65BD 13%, #1E3464 37%, #EDEDED 37%);

    /* Mozilla */
    background: -moz-linear-gradient(top, #3C65BD 13%, #1E3464 37%, #EDEDED 37%);

    /* Opera */
    background: -o-linear-gradient(top, #3C65BD 13%, #1E3464 37%, #EDEDED 37%);

    /* Microsoft */
    background: -ms-linear-gradient(top, #3C65BD 13%, #1E3464 37%, #EDEDED 37%);

    /* Standard syntax */
    background: linear-gradient(to bottom, #3C65BD 13%, #1E3464 37%, #EDEDED 37%);

    /* IE6-9 fallback (note: IE filters support only two colors) */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C65BD', endColorstr='#EDEDED', GradientType=0);

    background-repeat: no-repeat;
    background-attachment: fixed; /* Fixes gradient to viewport */
    font-family: 'Poppins', Helvetica, sans-serif;
}

.relative{position: relative}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.6;
    color: inherit;
}

.font-caprisimo{font-family: 'Caprasimo', cursive;}

p, li {
    margin: 0 0 10px;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.8;
}
.justify{
    text-align: justify;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.navbar-inverse{
    background-color: #FBB64F;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background: none !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:link,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:visited,
.navbar-inverse .navbar-nav > li > a:active,
.navbar-inverse .btn-link,
.navbar-inverse .btn-link:link,
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:visited,
.navbar-inverse .btn-link:active{
    color:#111111 !important;
}


.p-0{ padding: 0; }
.p-t-0{ padding-top: 0; }
.p-l-0{ padding-left: 0; }
.p-r-0{ padding-right: 0; }
.p-b-0{ padding-bottom: 0; }
.p-5{ padding: 5px; }
.p-l-5{ padding-left: 5px; }
.p-t-5{ padding-top: 5px; }
.p-r-5{ padding-right: 5px; }
.p-b-5{ padding-bottom: 5px; }
.p-10{ padding: 10px; }
.p-t-10{ padding-top: 10px; }
.p-l-10{ padding-left: 10px; }
.p-r-10{ padding-right: 10px; }
.p-b-10{ padding-bottom: 10px; }
.p-15{ padding: 15px; }
.p-l-15{ padding-left: 15px; }
.p-t-15{ padding-top: 15px; }
.p-r-15{ padding-right: 15px; }
.p-b-15{ padding-bottom: 15px; }
.p-t-20{ padding-top: 20px; }

.m-0{ margin: 0; }
.m-t-0{ margin-top: 0; }
.m-l-0{ margin-left: 0; }
.m-r-0{ margin-right: 0; }
.m-b-0{ margin-bottom: 0; }
.m-5{ margin: 5px; }
.m-l-5{ margin-left: 5px; }
.m-t-5{ margin-top: 5px; }
.m-r-5{ margin-right: 5px; }
.m-b-5{ margin-bottom: 5px; }
.m-10{ margin: 10px; }
.m-t-10{ margin-top: 10px; }
.m-l-10{ margin-left: 10px; }
.m-r-10{ margin-right: 10px; }
.m-b-10{ margin-bottom: 10px; }
.m-15{ margin: 15px; }
.m-t-15{ margin-top: 15px; }
.m-l-15{ margin-left: 15px; }
.m-r-15{ margin-right: 15px; }
.m-b-15{ margin-bottom: 15px; }
.m-b-20{ margin-bottom: 20px; }

.no-float{ float: none; }

.app-logo,
.app-large-logo{
    margin-bottom:40px;
}

.app-large-logo img{
    max-height:150px;
    margin:0 auto;
}

.app-logo-flag img{
    max-height: 80px;
    margin: 40px auto;
}

.app-logo img{
    max-height:60px;
    margin:20px auto 0;
}

/* ****** Color definitions - BEGIN here */
.card{
    background-color: #ffffff;
    border:1px solid #cccccc;
    border-radius:10px;
    padding: 20px;
}

.card-blue{
    background-color: #E7F1FB;
    border:1px solid #1E3464;
    box-shadow: none;
    border-radius:10px;
    margin: 5px;
}
.card-blue .card-shadow:hover{
    box-shadow: 1px 1px 8px #bbbbbb;
}

.card-white{
    background-color: #FFFFFF;
    border:1px dashed #1E3464;
    box-shadow: none;
    border-radius:10px;
    margin: 5px;
    color:#1E3464!important;
}
li.card-white{
    list-style: none;
    padding: 6px 20px;
    margin-bottom: 15px;
}

.blue-bg{
    /* Fallback background color */
    background-color: #3C65BD;

    /* Old WebKit syntax */
    background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0.13, #3C65BD),
    color-stop(1, #1E3464));

    /* New WebKit syntax */
    background: -webkit-linear-gradient(top, #3C65BD 13%, #1E3464 100%);

    /* Mozilla */
    background: -moz-linear-gradient(top, #3C65BD 13%, #1E3464 100%);

    /* Opera */
    background: -o-linear-gradient(top, #3C65BD 13%, #1E3464 100%);

    /* Microsoft */
    background: -ms-linear-gradient(top, #3C65BD 13%, #1E3464 100%);

    /* Standard syntax */
    background: linear-gradient(to bottom, #3C65BD 13%, #1E3464 100%);

    /* IE6-9 fallback (note: IE filters support only two colors) */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C65BD', endColorstr='#1E3464', GradientType=0);

    background-repeat: no-repeat;
    color:#FFFFFF;
}
.blue-bg a:link,
.blue-bg a:hover,
.blue-bg a:visited,
.blue-bg a:active{
    color:#FFFFFF;
    text-decoration: none;
}

.card.blue-bg ul{
    padding-left: 0 !important;
}
.txt-blue{
    color:#1E3464 !important;
}
/* ====== Color definitions - END here */

.row.row-eq-height {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; /* Makes columns the same height */
    gap:10px;
}
.row.row-eq-height > .col-md-4 {
    width: calc((100% - 60px) / 3); /* 2 gaps of 20px between 3 items */
}
@media (max-width: 768px) {
    .row.row-eq-height > .col-md-4 {
        width: 100%; /* Reset width to full */
        margin-right: 0; /* Remove margin */
        float: none; /* Remove float to stack vertically */
    }
}

/* Ensure each col-* can grow to match height */
.row.row-eq-height > [class*="col-"] {
    display: flex;
    flex-direction: column;
    padding: 30px 10px;
}

.product-text-overlay{
    background-color: rgba(17, 17, 17, 0.4);
    border-radius:10px;
    width: 100%;
    padding: 10px 6px;
    margin: 0 auto;
    opacity: .8;
}

/* Start - Images carousel */
/*img.thumbs{*/
/*    width:115%; !* default 94% *!*/
/*    height:115%; !* default 94% *!*/
/*    object-fit: cover;*/
/*    overflow: hidden;*/
/*    border:1px solid #fff*/
/*}*/
/*.carousel-inner > .item {padding-top:100%;} !* Fixing height issue, of separate images *!*/
/*#carouselProdImages .item img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover; !* Fixing height issue, of separate images *!*/
/*    background: #fff;*/
/*    border: 1px solid #ddd;*/
/*}*/
/*.thumbnail-carousel {*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*    justify-content: center;*/
/*}*/
/*.thumbnail {*/
/*    cursor: pointer;*/
/*    margin: 5px;*/
/*    opacity:0.6;*/
/*}*/
/*.thumbnail.active {*/
/*    opacity: 1;*/
/*}*/
/*.thumbnail-navigation button {*/
/*    cursor: pointer;*/
/*    padding: 5px 10px;*/
/*    margin: 0 5px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: unset;*/
/*}*/
/*.thumbnail-navigation button#prev-thumbnail,*/
/*.thumbnail-navigation button#next-thumbnail{*/
/*    border: 0 solid #53a318;*/
/*}*/
/*.thumbnail-navigation i.fa{*/
/*    color: #53a318;*/
/*}*/
/*.thumbnail-navigation {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
/*ol.carousel-indicators{*/
/*    position:absolute;*/
/*    margin-top:40px;*/
/*    left:40%;*/
/*    width:80%*/
/*}*/
/*div.carousel-indicators{*/
/*    position:relative;*/
/*    margin-top:40px;*/
/*    left:30%;!* default 40% *!*/
/*    width:100%; !* default 80% *!*/
/*    padding: 0!important;*/
/*    border-radius: unset;*/
/*}*/
/*.carousel-indicators .active {*/
/*    margin: 0 5px;*/
/*    border: 1px solid #53a318;*/
/*    border-radius: unset;*/
/*}*/
/*.carousel-indicators button.thumbnail{*/
/*    padding:1px;*/
/*    overflow: hidden;*/
/*    width: 100px;*/
/*    height: 50%;*/
/*}*/
/*.item:has(.embed-responsive-16by9) {*/
/*    !*padding: 27% 0;*!*/
/*    padding: 21.9% 0;*/
/*}*/
/*.btn-has-video{*/
/*    width: 100px;*/
/*    height:50%;*/
/*    vertical-align:middle;*/
/*    display:block;*/
/*    margin:auto;*/
/*    !*min-height:100px;*!*/
/*    padding: 6.4% 0 !important;*/
/*    background-color:#ccc !important;*/
/*}*/
/* End - Images carousel */

/* Fallbacks for no content */
.hls-video{
    width:99% !important;
    margin: 0 auto;
    border-radius: 10px;

}
.no-special-video{padding-top: 20px}
.no-product-video{}
/* Fallbacks for no content */

.discount-badge{
    background-color: #F06457;
    color: #FFFFFF;
    display: block;
    width: 80px;
    height: 80px;
    padding:24px 18px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 100;
    text-align: center;
    font-size: 1.6em;
    line-height: 0.9;
    font-weight: bold;
}
.discount-badge > span{font-size: 0.8em; font-weight: lighter}

/* START SliderPro customizations */
#app-tdd-slider .sp-thumbnails{margin:10px auto}
#app-tdd-slider .sp-slide.sp-grab,
#app-tdd-slider .sp-slide.sp-pointer{cursor: pointer !important;}
#app-tdd-slider .sp-selected-thumbnail{border: 3px solid #3C65BD; padding: 2px}
#app-tdd-slider .sp-buttons .sp-button{border: 2px solid #3C65BD !important}
#app-tdd-slider .sp-buttons .sp-selected-button{background-color:#3C65BD !important;}
/* / END SliderPro customizations */

.shipping-pcs{
    background-color: #0a53be;
    color: #FFFFFF;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 10px;
    display: inline-block;
}

/* Modal Preview */
#preview-modal .modal-dialog {
    max-width: 440px;
    width: 90%;
}
