﻿@font-face {
    font-family: "Jenna Sue";
    src: url("../fonts/JennaSue.eot?-g7cqhn");
    src: url("../fonts/JennaSue.eot?#iefix-g7cqhn") format("embedded-opentype"), url("../fonts/JennaSue.woff?-g7cqhn") format("woff"), url("../fonts/JennaSue.ttf?-g7cqhn") format("truetype"), url("../fonts/JennaSue.svg?-g7cqhn#Jenna-Sue") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Dear Joe";
    src: url("../fonts/dearJoe 6.ttf?-g7cqhn");
    src: url("../fonts/dearJoe 6.ttf?-g7cqhn") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/*.size-chart-label {
    font-size: 10px !important;
    color: #666666 !important;
}*/

h1 {
    2.0rem;
}

input[type='range'] {
    max-width: 150px;
}
/* For IE browser */
input:-ms-input-placeholder {
    /* Your style here e.g. font size, color etc */
    color: #808080 !important;
}

/*For Webkit browsers (Chrome, Safari) */
input::-webkit-input-placeholder {
    /* Your style here e.g. font size, color etc */
    color: #808080 !important;
}

/* For Mozilla Firefox */
input:-moz-placeholder {
    /* Your style here e.g. font size, color etc */
    color: #808080 !important;
}

.cart-container {
    background-color: #fff !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.cart__icon2 {
    vertical-align: middle;
    height: 21px;
    margin-top: -10px;
}

.cartqty2 {
    color: #eee;
    vertical-align: middle;
    padding-top: 12px;
    font-size: 16px;
}

.products {
    background-color: #f0f2f3;
    text-align: center;
}

.products__title {
    font-size: 32px;
    margin: 60px 0;
    display: inline-block;
    text-align: center;
}

.products__icon {
    display: inline-block;
    position: relative;
    width: 189px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    height: 250px;
    margin: 0 6px 11px 6px;
}

    .products__icon:hover {
        transform: rotate(-3deg);
        transition-duration: .3s;
    }

.body-margin {
    margin-top: 90px;
}

.centre-image {
    margin: 0 auto;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #eee;
    font-family: "Arial", sans-serif;
    font-size: 1.1em;
}

.hidden {
    display: none;
}

.concepts-thumbs {
    max-width: 80px;
    max-height: 100px;
}

.statusbar {
    /*max-height:60px;*/
    margin: 0 auto;
}

#productheadermob {
    padding: 5px;
}

.detailscontainermob {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 100px;
    right: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.statusIcon {
    margin-left: -3px !important;
    margin-right: -3px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.font-s0 {
    font-family: 'Indie Flower', cursive;
}

.font-s1 {
    font-family: 'Dosis', sans-serif;
}

.font-s2 {
    font-family: 'Bangers', cursive;
}

.font-s3 {
    font-family: 'Marck Script', cursive;
}

.font-s4 {
    font-family: 'Berkshire Swash', cursive;
}

.font-s5 {
    font-family: 'Creepster', cursive;
}

.font-s6 {
    font-family: 'Raleway', sans-serif;
}

.font-s7 {
    font-family: 'PT Sans', sans-serif;
}


.navbar {
    /*min-height:110px;*/
    /*min-height:0;
    margin-bottom:0;*/
    text-transform: uppercase;
    margin-bottom: 0;
}

.navbar-brand {
    height: 80px;
}

.navbar-nav li {
    color: blue;
}

a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12pt;
    color: #fff;
}

    a:hover {
        color: blue;
    }



.navbar-form {
    margin-top: 0;
    margin-bottom: 0;
    /*padding: 10px 10px;*/
}

.open {
    color: blue;
}



.navbarSearchInput {
    height: 40px !important;
    padding-left: 10px !important;
    margin-left: 30px;
    /*background-color: #7DC242;*/
    /*::placeholder{
        color:#000 !important;
        opacity: 1;
    }*/
}

footer {
    background-color: #424242;
}

td {
    vertical-align: middle !important;
}

.control-center-bar {
    background-color: #757575 !important;
    height: 15px;
}

.darkLink a {
    color: #000;
}



.fancy {
    font-family: 'Jenna Sue';
}

.fancy2 {
    font-family: 'Dear Joe';
}

.sizeChartButton {
    /*position: absolute;*/
    margin-left: 40px;
    margin-top: -20px;
    margin-right: auto;
}

.qtyBox {
    max-width: 40px;
    border-style: none;
}

.prices {
    max-width: 50px;
    border-style: none;
}

.unitprices {
    max-width: 50px;
    border-style: none;
}

.priceTableCell {
    font-size: 14px;
    font-weight: bold;
}

.error {
    background-color: lightpink;
}



.qtyBox {
    font-size: 15px;
    font-weight: bold;
    border: solid;
    border-color: gray;
    border-width: 1px;
    border-radius: 3px;
    /*min-width: 80px !important;*/
}

.categoriesHeader {
    color: white;
    padding: 7px;
    text-align: center;
}

.topbarlarge {
    height: 40px;
}

.maxWidth {
    min-width: 160px;
}

.buttons {
    max-height: 60px;
    padding: 5px;
    cursor: pointer;
}

.cartbuttons {
    max-height: 36px;
    max-width: 36px;
    padding: 5px;
    cursor: pointer;
}

.thankYouImage {
    max-height: 400px;
    max-width: 400px;
}

.colorwayImage {
    min-width: 55px;
    min-height: 70px;
}

.nopad {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -11px;
    margin-bottom: -11px;
}

.colorwayImage small {
    max-width: 50px;
    max-height: 60px;
}

.add, .del {
    width: 25px;
}

.noBorder {
    width: 50px;
    border-width: 0px;
}

.exportIcon {
    max-height: 50px;
}

.tinyThumb {
    max-height: 70px;
    max-width: 70px;
}

.customImage {
    position: relative;
    max-height: 375px;
    width: auto;
    margin-top: 15px;
}

    .customImage .base {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 0;
    }

.inActive {
    opacity: 0.6;
    cursor: default;
}

.customImage .logo {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}

.swatch {
    cursor: default;
}

.panel {
    border-radius: 0px;
}

.panel-header {
    border-radius: 0px;
}

.thumbnail {
    border-radius: 0px;
}

.img-container {
    min-height: 240px;
    margin-top: 25%;
    margin-bottom: 25%;
    max-height: 460px;
}

.homeScreenImage {
    max-height: 350px;
    max-width: 600px;
    padding: 25px;
}

.productThumb {
    min-height: 275px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.productThumbHead {
    min-height: 70px;
}

.disabled {
    opacity: 0.4;
}

.MainMenuButton {
    padding-top: 25px;
    padding-bottom: 15px;
}

.checkbox {
    border-bottom-color: #666;
    border-width: 1px;
    border-style: solid;
}

.logonImage {
    max-width: 400px;
    max-height: 400px;
    padding: 40px;
    margin-top: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.nomargin {
    margin-left: -15px;
    margin-right: -15px;
}

.nocorners {
    border-radius: 0px;
}

/*.container {
    background-color: #fff;
}*/

footer {
    /*padding: 10px;*/
    height: 45px;
    color: white;
}

.productWell {
    background-color: #ccc;
}

.qtip-content {
    font-size: 14px;
    padding: 10px !important;
    line-height: 16px;
}

    .qtip-content .btn {
        padding: 10px !important;
        background-color: #333 !important;
        color: #fff !important;
    }

    .qtip-content btn-primary {
        background-color: white !important;
    }

.qtip-title {
    font-size: 21px;
    padding: 5px !important;
}

.tooltipbutton {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    background-color: #666 !important;
    color: white !important;
}

.tooltip-label {
    font-weight: normal;
}

.dectile:first-child {
    display: inline-block;
}

span > i {
    font-size: 24px;
}

.mdi::before {
    font-size: 24px;
    line-height: 14px;
}

.btn .mdi::before {
    position: relative;
    top: 4px;
}

.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}

.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}

.dropdown-menu .mdi {
    width: 18px;
}

    .dropdown-menu .mdi::before {
        position: relative;
        top: 4px;
        left: -8px;
    }

.nav .mdi::before {
    position: relative;
    top: 4px;
}

.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}

.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}

.breadcrumb a:hover {
    text-decoration: none;
}

    .breadcrumb a:hover span {
        text-decoration: underline;
    }

.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}

.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}

.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px;
}

.category-btn {
    padding: 8px 9px !important;
    font-size: 11px !important;
    text-align: left;
    border-bottom-right-radius: 10px;
}

.cartitemslabel {
    color: yellow;
    font-style: italic;
    /*font-size:xx-small;*/
}

.proditem {
    display: inline-block;
}

.prodsrow {
    font-size: 0;
}

th a, th a:visited {
    color: #009587;
}

.pagination a, .pagination a:visited, .pagination a:active {
    color: #428bca;
}

.custom-info-label {
    font-size: 11px;
    color: #999;
}

.link-dark {
    color: #078d6c !important;
}

.nav > li > a {
    font-size: 13px !important;
    padding: 10px 13px !important;
    text-decoration: none;
}

a {
    font-size: 11pt !important;
}

.newSection {
    display: none;
}

.new-cart-table img {
    margin: auto !important;
}

.retailSection {
    display: none;
}

.w160 {
    width: 160px;
}

.list-head {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 40px;
}

.badgeDesignerModal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1001;
}

.badgeDesigner {
    width: 500px;
    background: white;
    /*height: 500px;*/
    margin: auto;
    margin-top: 10%;
}

.badgeHeader {
    width: 100%;
    background-color: lightgrey;
    padding: 8px;
    width: 100%;
    /*text-align: center;*/
    font-size: 1.2em;
}

.badgeViewer {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

#imgBadge {
    height: 200px;
    width: auto;
}

.lblBlock {
    position: absolute;
    top: 58px;
    bottom: 48px;
    left: 185px;
    text-align: left;
    line-height: 30px;
    right: 52px;
}

.lblBlockInner {
    position: relative;
    width: 100%;
    height: 100%;
}

.lblBlockInner2 {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#lblSalutation {
    font-weight: bold;
    font-size: 16px;
}

#lblName, #lblName2 {
    font-weight: bold;
    font-size: 30px;
}

#lblPosition {
    font-weight: bold;
    font-size: 14px;
}

.badgeDetails {
    padding: 15px;
    margin-left: 21%;
}

.designerFoot {
    text-align: center;
    padding-bottom: 15px;
}

.ta {
    height: 150px;
}

body {
    overflow-x: hidden;
}

footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

.store-home-left {
    margin: auto;
    text-align: center;
    /* vertical-align: middle; */
    min-height: 700px;
    margin-top: 25%;
}

.store-home-right {
    margin: auto;
    /*text-align: center;*/
    /* vertical-align: middle; */
    min-height: 700px;
    margin-top: 20px;
}

footer {
    padding: 10px;
}

.accountSummaryFooter {
    height: 40px;
}

.cats-list {
    margin-top: -85px;
}

.allCategoriesButton {
    padding: 8px;
}

.fa-2x {
    font-size: 1.5em !important;
}

/*footer::parent{
    content: 'roogy';
    height:100px;
}
.space{
    height:100px;
}*/
body {
    padding-bottom: 100px !important;
}

.fa {
    cursor: pointer;
}

.control-center-bar {
    display: none;
}

.MainMenuButton {
    max-width: 560px;
}

.store-btn-img {
    max-width: 400px;
}

.input-group {
    min-width: 340px;
    text-align: left;
}

.payment-logo {
    max-height: 48px;
    max-width: 76px;
}

.panel-icons {
    text-align: right;
    width: 95%;
}

.left-10 {
    margin-left: 10px;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.address-details {
    margin: auto;
}

#full-ship-address label {
    text-align: right;
}


.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #555;
        border-color: #555 transparent #555 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.address-radios div {
    display: inline-block;
    margin-right: 15px;
}
/*input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
    }

    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }*/
footer {
    z-index: 10;
    min-height: 75px;
}

tr .svg-inline--fa {
    color: #333;
}

.search-box {
    visibility: hidden;
}

.carousel-inner > .item > img {
    max-width: unset;
}

.home-pg-cat {
    padding-left: 0;
}

    .home-pg-cat .well {
        padding-left: 0;
    }

    .home-pg-cat h4 {
        display: unset;
    }

.featuredProductSection {
    padding-top: 19px;
    text-align: center;
}

.mfa-form {
    max-width: 400px;
    margin: auto;
}


/*   PRE BOOTSTRAP 5 */
.form-group {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    padding: 8px;
}

.btn-block {
    display: block;
    margin: 5px;
}

a, a:active, a:visited {
    text-decoration: none;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown-menu {
    padding: 8px;
}

.account_head {
    margin-left: -30px;
    margin-right: -30px;
}

@media (max-width: 671px) {
    /*#additembutton {
        margin: -30px;
    }*/
    .list-as-table {
        display: none;
    }

    .list-as-cards {
        display: normal;
    }

    .imgHead {
        min-inline-size: fit-content;
    }

    .hidden-xs {
        display: none !important;
    }

    .col-xs-12 {
        flex: 0 0 99.33333%;
        max-width: 99.33333%;
    }

    .unsw-hero {
        height: 250px;
        background-color: #FFDC00;
    }

    .unsw-hero-left {
        margin-left: 5px;
        height: 250px;
        width: auto;
    }

    .unsw-hero-right {
        display: none;
    }

    .unsw-hero h1 {
        font-family: Clancy;
        font-size: 40px;
    }

    #tableId th:nth-of-type(2), #tableId td:nth-of-type(2) {
        display: none;
    }
}


.form-control {
    background-color: white !important;
}

.pull-right {
    float: right;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }

    .srch-btn {
        height: 36px;
        padding: 9px 16px;
        margin-left: 15px;
        font-size: 14px;
    }
}

@media (min-width: 672px) and (max-width: 767px) {
    .list-as-table {
        display: none;
    }

    .list-as-cards {
        display: normal;
    }

    .hidden-xs {
        display: none !important;
    }

    .col-xs-12 {
        flex: 0 0 99.33333%;
        max-width: 99.33333%;
    }

    .unsw-hero {
        height: 250px;
        background-color: #FFDC00;
    }

    .unsw-hero-left {
        margin-left: 5px;
        height: 250px;
        width: auto;
    }

    .unsw-hero-right {
        display: none;
    }

    .unsw-hero h1 {
        font-family: Clancy;
        font-size: 48px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .list-as-table {
        display: normal;
    }

    .param-box {
        margin-left: 32px;
    }

    .list-as-cards {
        display: none;
    }

    .hidden-sm {
        display: none !important;
    }

    .col-xs-12 {
        flex: 0 0 99.33333%;
        max-width: 99.33333%;
    }

    .unsw-hero-right {
        display: none;
    }

    .unsw-hero h1 {
        font-family: Clancy;
        font-size: 64px;
    }

    .unsw-hero {
        height: 300px;
        background-color: #FFDC00;
    }

    .unsw-hero-left {
        margin-left: 5px;
        height: 300px;
        width: auto;
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .list-as-table {
        display: normal;
    }

    .list-as-cards {
        display: none;
    }

    .hidden-md {
        display: none !important;
    }

    .unsw-hero {
        height: 300px;
        background-color: #FFDC00;
    }

        .unsw-hero h1 {
            font-family: Clancy;
            font-size: 64px;
        }

    .unsw-hero-left {
        margin-left: 5px;
        height: 300px;
        width: auto;
    }

    .unsw-hero-right {
        display: none;
    }
}

@media (min-width: 1280px) and (max-width: 1499px) {
    .list-as-table {
        display: normal;
    }

    .list-as-cards {
        display: none;
    }

    .hidden-md {
        display: none !important;
    }

    .unsw-hero {
        height: 300px;
        background-color: #FFDC00;
    }

        .unsw-hero h1 {
            font-family: Clancy;
            font-size: 64px;
        }

    .unsw-hero-left {
        margin-left: 5px;
        height: 300px;
        width: auto;
    }

    .unsw-hero-right {
        margin-right: 5px;
        height: 300px;
        width: auto;
    }
}


@media only screen and (min-width: 1500px) {
    .list-as-table {
        display: normal;
    }

    .list-as-cards {
        display: none;
    }

    .unsw-hero {
        height: 450px;
        background-color: #FFDC00;
    }

        .unsw-hero h1 {
            font-size: 96px;
        }

    .unsw-hero-left {
        margin-left: 5px;
        height: 450px;
        width: auto;
    }

    .unsw-hero-right {
        margin-right: 5px;
        height: 450px;
        width: auto;
    }
}

.imgHead {
    width: 100%;
    /*margin-left: 10px;
    margin-right: auto;*/
}

#divLoading {
    display: grid;
    align-content: space-evenly;
    margin: auto;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #666666;
    z-index: 30001;
    opacity: .8;
    filter: alpha(opacity=40);
}

    #divLoading p {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        color: White;
        text-align: center;
    }

.unswhead {
    height: 64px !important;
    width: auto !important;
    object-fit: contain;
    min-inline-size: unset;
}
/*.unsw-hero {
    height: 450px;
    background-color: #FFDC00;
}*/
/*.unsw-hero h1 {
    font-family:Clancy;
    font-size:96px;
}*/

/*.unsw-hero-left {
    margin-left: 5px;
    height: 450px;
    width: auto;
}

.unsw-hero-right {
    margin-right: 5px;
    height: 450px;
    width: auto;
}*/
.reject-ckbox {
    height: 48px;
    vertical-align: bottom;
}

.navbar-nav {
    margin: auto;
}

.dropdown-menu .divider {
    display: none;
}

.small-text {
    font-size: .8rem;
    color: red !important;
}

.param-box > * {
    display: inline-flex;
}

.form-control-checkbox {
    font-family: system-ui, sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2.0;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

input, select {
    border: 1px solid #DDDCDC !important;
    height: 48px !important;
    padding: 8px !important;
}

.thumbnail {
    text-align: center;
}

input[type=checkbox] {
    height: 36px !important;
    width: 24px;
}

.noBorder {
    border: none !important;
}

.qtyBox, .unitprices, .prices {
    border: none !important;
}

.ftr-section {
    display: flex;
}

.ftr-section-right {
    text-align: right;
    font-size: 14px;
}

.dropdown-menu {
    width: max-content;
}

.qtyBox, .unitprices, .prices {
    border: none !important;
    min-width: fit-content;
    /*max-width:auto;*/
}

.form-check-label {
    margin-left: 24px;
}

.form-check {
    padding-left: 2.25rem;
}

.panel-heading {
    padding: 16px;
}

.pagination li {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 2px;
}

.store-btn-info {
    font-size: 0.8rem;
    padding: 0 24px;
    text-align: justify;
}

.sso-btn, sso-btn:active, sso-btn:visited {
    color: grey;
    text-decoration: none;
}

    .sso-btn:hover {
        color: black;
    }

.sso-reg-table {
    max-width: 700px;
    margin: auto;
}

    .sso-reg-table th {
        text-align: left;
    }

.add-branch-lbl {
    font-size: 0.8rem;
    color: blue;
    cursor: pointer;
}

    .add-branch-lbl:hover {
        color: grey;
    }

#add-branch-modal-container {
    position: fixed;
    z-index: 888;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    align-content: center;
    text-align: -webkit-center;
}

#add-branch-modal {
    margin: auto;
    background-color: white;
    max-width: 550px;
    border: solid 1px grey;
    border-radius: 5px;
}

    #add-branch-modal p {
        padding: 0 50px 0 50px;
    }

    #add-branch-modal h5 {
        padding: 12px;
        background-color: aliceblue;
        border-radius: 8px 8px 0 0;
    }

    #add-branch-modal button {
        margin: 28px 15px;
    }

    #add-branch-modal input {
        width: 90%;
        max-width: 90%;
    }

#new-user-loader-container {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-content: center;
    z-index: 999;
}

#new-user-loader {
    margin: auto;
    text-align: center;
    color: white;
}

#ShipAddressform input, #BillAddressform input, #ShipAddressform select, #BillAddressform select {
    max-width: 100% !important;
    width: 100%;
}

select, select.custom-file-control, select.form-control {
    -moz-appearance: menulist !important;
    -webkit-appearance: menulist !important;
}

.cart-img {
    max-width: 64px;
    height: auto;
}

.panel-cart h4, .panel-cart h5, .panel-cart h6 {
    font-size: 1rem;
}

.qty-modal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: none;
    text-align: center;
}

.qty-modal {
    margin: 10% auto auto auto;
    background: white;
    padding: 25px;
    max-width: 500px;
}

#gallery {
    text-align: center;
    width: 90%;
    margin: auto;
    padding: 0 0 0 5px;
}

.box {
    box-sizing: padding-box;
    width: 100%;
    float: left;
    border: 1px solid #afafaf;
    margin: 10px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5),1px 1px 5px 1px rgba(0,0,0,0.3);
    opacity: 0.9;
}

    .box img {
        width: 100%;
        margin: 0;
        padding: 0;
        object-fit: scale-down;
        height: auto;
    }

#gallery .caption {
    padding: 10px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

#gallery .box:hover {
    opacity: 1;
    transition: transform 0.3s ease-in-out;
    z-index: 999999;
    transform: scale(1.05);
}

h6 {
    color: #333 !important;
}

.img-responsive {
    object-fit: contain;
    max-height: 460px;
    max-width: 100%;
}

.qty-modal-container {
    z-index: 9;
}

.control-head-img {
    object-fit: cover !important;
}

.control-head-text {
    text-align: center;
    position: absolute;
    margin-top: 8%;
    color: white;
}

    .control-head-text h2 {
        font-size: 3.5rem;
        font-weight: bold;
    }

    .control-head-text h3 {
        font-size: 2.5rem;
    }

.gallery-container {
    max-height: 512px;
    overflow: hidden auto;
    padding-right: 24px;
}

.tbl-select {
    margin-left: 22px;
    margin-bottom: 50px;
    max-width: 360px;
}

.contact-form-input {
    max-width: 100%;
}

.exchange-policy {
    color: red;
    font-size: .8rem;
    line-height: 0.8;
    padding-bottom: 10px;
}

.no-prod-found-container {
    padding: 20px;
    text-align: center;
    min-height: 400px;
}

    .no-prod-found-container a, .no-prod-found-container a:active, .no-prod-found-container a:visited {
        color: blue;
        text-decoration: none;
        font-size: unset !important;
    }

.header-mob {
    display: none !important;
}

.remove-link {
    color: blue !important;
    cursor: pointer;
    float: right;
}

.cart-address-info {
    margin-top: 24px;
    font-size: 0.8rem;
}

    .cart-address-info span {
        display: block;
    }

    .cart-address-info h6 {
        font-weight: bold;
    }

.transfer-modal-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.25);
    overflow-y: auto;
}

.transfer-modal {
    max-width: 1296px;
    margin: auto;
    margin-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
}

.prod-opt {
    font-size: .95rem;
}
