<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a {
    outline: none;
}

.mandatory {
    color: #cc0000;
    font-weight: bold;
}

.cart {
    top: -8px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    line-height: 25px;
    position: absolute;
    font-size: 12px;
    font-weight: 800;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: -9px;
    color: red;
}

.footer-top {
    min-height: 0px;
}

.card-body-one-prod {
    padding: 20px;
    min-height: 175px;
    padding-top: 39px;
}
.dl-list-row {
    margin-bottom: 14px;
}

/* @media (min-width: 1100px) */
.container {
    max-width: 1500px !important;
}

.card-product-grid {
    border: none;
}

#main-container {
    margin-top: 170px;
    min-height: calc(100vh - 245px);
}

.strike-price {
    font-weight: 600;
    color: #212529;
    font-size: initial;
    text-decoration: line-through;
}

.discount-amount {
    color: #f32020;
    padding-left: 5px;
}

.thumb-l .img-wrap img {
    height: 350px;
}

.thumb-m .img-wrap img {
    height: 230px;
}

.thumb-s .img-wrap img {
    height: 170px;
}

/*Landscape*/
/*
 .thumb-s.style-l .img-wrap img {
    height: 110px;
}

.thumb-s.style-p .img-wrap img {
    height: 320px;
}

.thumb-m.style-l .img-wrap img {
    height: 170px;
}

.thumb-l.style-l .img-wrap img {
    height: 230px;
} */

.thumb-m.style-p .img-wrap img {
    height: 450px;
}

.thumb-l.style-p .img-wrap img {
    height: 580px;
}

.img-wrap img {
    object-position: center;
    object-fit: cover;
}

.datepicker td,
.datepicker th {
    padding: 6px
}

/* The ck-box */
.ckbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.ckbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.ckbox-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ckbox-container input:checked~.checkmark {
    background-color: #ecbe02;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ckbox-container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ckbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.aside img {
    width: 100%;
    max-height: 50px;
    object-fit: cover;
    object-position: center;
}

.navbar .nav-link span {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.dropdown-toggle::after {
    margin-bottom: 5px;
}

.mw-400px {
    min-width: 400px;
}

.badge-primary {
    background-color : var(--checkout_color) !important;
    color: var(--checkout_bin_color) !important;
}

.widget-view {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.footer-img {
    background-color: white;
    display: inline-block;
    padding: 7px;
    border-radius: 0.37rem;
}</pre></body></html>