﻿@import url("/Resources/css/sb-admin-2.css");

* {
    box-sizing: border-box;
}


html, form {
    height: 100%;
}

body {
    min-width: 350px;
    font-size: 1rem;
    margin: 0;
    height: 100%;
    color: var(--black);
}

/* Resetting INPUT on Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.v2_hr_m15 {
    margin: 15px 0;
}

.v2_hr_m5 {
    margin: 5px 0;
}

input[type="radio"] {
    cursor: pointer;
    margin: 0 10px;
}

/* ============================== */

.v2_divMainNewTopHeader {
    width: 100%;
    height: 80px;
    background-color: var(--main-brand);
}



.v2_txtWhite {
    color: white !important;
}

.v2_pipe {
    margin: 0 15px;
}

.v2_divMainNewTopInd {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.v2_divMainNewTopApp {
    width: 100%;
    text-align: center;
    color: black;
    font-size: 1.0rem;
    line-height: 1.1rem;
}

.v2_divmainNewFooterInd {
    background-color: white !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    color: black;
    padding: 5px 20px;
    font-size: 1.2rem;
    line-height: 1.3rem;
    display: inline-block;
}

/* for MainNew.Master page */
.v2_mainNew_Div {
    min-height: 100%;
    width: 100%;
    position: relative;
}

.v2_mainNew_Top {
    height: 100%;
    width: 100%;
}

.v2_mainNew_Footer {
    display: flex;
    align-items: center;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: white;
    font-size: 0.8rem;
    line-height: 0.9rem;
    background-color: var(--main-dark);
}

    .v2_mainNew_Footer table {
        display: flex;
        text-align: start;
    }
/* for MasterBlank.Master page */
.v2_masterBlank_Div {
    min-height: 100%;
    width: 100%;
    position: relative;
}

.v2_masterBlank_Top {
    height: calc(100% - 350px);
    padding-bottom: 350px;
    width: 100%;
}

.v2_masterBlank_Footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 350px;
    color: white;
    background-color: var(--main-brand);
    font-size: 0.8rem;
    line-height: 0.9rem;
}

.v2_masterBlank_FooterBottom {
    height: 70px;
    padding-top: 10px;
    width: 100%;
}

.v2_masterBlank_FooterTop {
    height: 350px;
}

/* ============================== */


.login-img {
    height: 100%;
    object-fit: cover;
}

.background-light {
    background: url(https://www.vitalessentials.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fsuccess-stories-featured.312ff8db.jpg&w=3840&q=75);
    background-size: contain;
    background-repeat: repeat;
}

.background-dark {
    background: url(https://www.vitalessentials.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fsuccess-story-card.ff2e97a6.jpg&w=3840&q=75);
    background-size: cover;
}

.login-wrapper{
    border-radius:8px;
    overflow:clip;
}

.login-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    max-width: 270px;
}


.login-logo {
    max-height: 100px;
}


.v2_login_border {
    border: none; /*solid 2px var(--main-brand);*/
    border-radius: 15px;
    display: block;
    min-width: 320px;
    margin: 0 auto;
    padding: 1.5rem;
    max-width: 600px;
    width: 100%;
    max-height: 800px;
}

.v2_divLoginLogo {
    height: 100px;
    background-image: url(/Images/Logos/Instinct_TRB_PrimaryLogo_RGB.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*v2_login_logo will be removed */

.v2_login_logo {
    display: none;
    width: 100%;
    margin: auto;
}

/*Country Select*/


.v2_country {
    margin-top: 1rem;
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.flag {
    width: 100%;
    aspect-ratio: 1/1;
    padding: 1rem;
    cursor: pointer;
}

    .flag:hover {
        opacity: 60%;
    }

.flag-canada {
    height: 80px;
    background-image: url(/Images/Logos/canada-flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.flag-usa {
    height: 80px;
    background-image: url(/Images/Logos/united-states-of-america-flag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}


.v2_bg_main {
    background-color: var(--main-brand);
    color: white;
}

.v2_divBorder {
    border: solid 1px black;
    border-radius: 5px;
    padding: 15px;
}

.v2_tblClearNoPad {
    width: 100%;
    border-collapse: collapse;
}

    .v2_tblClearNoPad td {
        padding: 0;
    }

.v2_height_full {
    height: 100% !important;
}

.v2_RoundedBorder {
    border: var(--border-input-gray);
    padding: 1rem;
}

.v2_btnPopUpClose {
    float: right;
    top: 0;
    right: 0;
    width: 35px;
}

.v2_tdPopUpButtons {
    text-align: right;
    /*border-top: solid 1px silver;*/
}

.v2_tblClear, .v2_tblInputs {
    width: 100% !important;
    border-collapse: collapse;
}

    .v2_tblClear td {
        padding: 5px;
        vertical-align: middle;
    }

    .v2_tblInputs td {
        padding: 0 10px;
        vertical-align: top;
    }

.v2_trNewsList tr {
    border-bottom: var(--border-input-primary) !important;
}

.v2_trNewsList td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.v2_tdProdSearchFilter {
    border-right: solid 1px silver;
    padding-right:1rem;
}

.v2_divProdFilterBy {
    width: max-content;
    max-height: 150px;
    overflow: auto;
    margin-bottom: 1rem;
}

.v2_chkList input[type="checkbox"] {
    width: 20px;
    height: 20px;
}



.v2_chkList td {
    display:flex;
    align-content:center;
    font-size: 0.8rem;
    margin:0.2rem 0;
}

.v2_chkList label{
    margin:0.2rem 0.5rem;
}

.v2_tdProdGrid {
    overflow-y: auto;
    text-align: center;
    height: 100%;
}

/*.v2_tblPopUpButtons {
    width: 100%;
    border-collapse: collapse;
}

    .v2_tblPopUpButtons td {
        width: 50%;
        text-align: center;
    }*/
.v2_css_bold, b {
    font-weight: bolder !important;
}

.v2_css_regular {
    font-weight: normal !important;
}

.v2_italic {
    font-style: italic !important;
}

.v2_SubNotes {
    font-style: italic;
    color: var(--gray-dark);
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 0.95rem;
    display: block;
    padding: 5px 0;
}

.v2_capital {
    text-transform: uppercase !important;
}

.v2_w100p {
    width: 100% !important;
}

.v2_w500p {
    max-width: 500px !important;
    width: 100% !important;
}

.v2_w150p {
    max-width: 150px !important;
    width: 100% !important;
}

.v2_w200p {
    max-width: 200px !important;
    width: 100% !important;
}

.v2_w250p {
    max-width: 250px !important;
    width: 100% !important;
}

.v2_txtCenter {
    text-align: center !important;
}

.v2_block {
    display: block !important;
}

.v2_Pad_10_0 {
    padding: 10px 0 !important;
}

.v2_Pad_0 {
    padding: 0 !important;
}

.v2_Pad_5_5 {
    padding: 5px !important;
}

.v2_mRight_10 {
    margin-right: 1rem !important;
}

.v2_FloatR {
    float: right !important;
    position: absolute !important;
}

.v2_inline_block {
    display: inline-block !important;
}

.v2_align_top {
    vertical-align: top !important;
}
/* ============================== */

.v2_MainContainer {
    padding: 0 15px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

    .v2_MainContainer #tblProdOrderSearch {
        width:100%;
    }

    .v2_SmallContainer {
        padding-block: 2rem;
        text-align: center;
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }

/* ============================== */

.v2_ImgMainLogo {
    margin: 0 auto !important;
    display: block;
    width: 143px;
}

/* ============================== */
/* The alert message box */
.v2_validator {
    color: var(--red-medium) !important;
    font-weight: 900;
}

.v2_success {
    color: var(--green-brand) !important;
    font-weight: 900;
}

.v2_validatorComment {
    color: var(--red-medium) !important;
    font-weight: bold;
    font-size: small;
}

.v2_alert {
    padding: 15px 10px;
    display: block;
}

.v2_alert_danger {
    background-color: var(--red-medium);
    color: var(--white-brand);
}

.v2_alert_success {
    background-color: var(--green-brand);
    color: var(--white-brand);
}

.v2_alert_warning {
    background-color: var(--gray-dark);
    color: var(--white-brand);
}

.v2_alert_info {
    background-color: var(--gray-light); /* Red */
    color: var(--black-brand);
}

.v2_note_text {
    color: var(--gray-dark);
    font-weight: bold;
    font-size: 0.9rem;
    font-style: italic;
}

.v2_text_alert {
    color: var(--red-medium) !important;
    font-size: 0.9em;
}

/* The close button */
.v2_closebtn {
    margin-left: 15px;
    color: var(--white-brand);
    font-weight: bold;
    float: right;
    font-size: 1.5em;
    line-height: 1.6em;
    cursor: pointer;
    transition: 0.3s;
}

/* ============================== */
/* headers */
.v2_h1, .v2_h2, .v2_h3 {
    display: block;
    color: var(--gray-text);
}

.v2_p {
    color: var(--black-brand);
}

.v2_h1 {
    font-size: 1.85rem;
    line-height: 2.00rem;
    padding: 20px 0;
}

.v2_h2 {
    font-size: 1.50rem;
    line-height: 1.65rem;
    padding: 15px 0;
}

.v2_h3 {
    font-size: 1.25rem;
    line-height: 1.40rem;
    padding: 10px 0;
}

.v2_p {
    margin: 0;
    font-size: 1.0rem;
    line-height: 1.5rem;
    display: inline-block;
}

.v2_Label {
    font-size: 1.0rem;
    line-height: 1.1rem;
    padding-right: 10px;
}

/* ============================== */
/* Links */
.v2_a {
    color: var(--main-brand);
    text-decoration: none;
    font-size: 1.0rem;
    line-height: 1.1rem;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

    .v2_a:hover {
        color: var(--main-brand);
        text-decoration: underline;
    }

    .v2_a:visited {
        color: var(--main-brand);
        text-decoration: none;
    }

    .v2_a:active {
        color: var(--main-brand);
        text-decoration: none;
    }

/* ============================== */
/* buttons */

.v2_btnSmall {
    min-width: 100px;
    padding: 0.8rem;
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.1rem;
    font-family: inherit;
}

.v2_btn {
    text-align: center;
    min-width: 150px;
    padding: 0.8rem;
    font-weight: 700;
    border: none;
    font-size: 1.0rem;
    line-height: 1.1rem;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .4s;
}

.v2_btn, btnSmall {
    border: solid 1px transparent;
    cursor: pointer;
    appearance: none;
}

    .v2_btn:disabled, .v2_btnSmall:disabled {
        background-color: var(--main-light) !important;
        color: var(--orange-brand) !important;
    }


.v2_btn_decrease, .v2_btn_increase {
    text-align: center;
    padding: 0.8rem;
    font-weight: 700;
    border: none;
    font-size: 1.0rem;
    cursor: pointer;
    appearance: none;
    transition: all .4s;
    background-color: var(--main-light);
    color: var(--brand-black);
}

.No_bottomMargin {
    margin-bottom: 0px !important;
}

.v2_btn:disabled, .v2_btnSmall:disabled {
    background-color: var(--gray-light) !important;
}

/* Primary Button */
.v2_btn_primary {
    background-color: var(--main-light);
    color: var(--brand-black);
}

    .v2_btn_primary:hover {
        background-color: var(--main-white);
        border: 1px solid #283745;
    }

/* Secondary Button */
.v2_btn_secondary {
    background-color: var(--main-dark);
    color: var(--white-brand);
}

    .v2_btn_secondary:hover {
        background-color: var(--main-white);
        border: 1px solid #283745;
        color: var(--brand-black);
    }

    .v2_btn_secondary:active {
        background-color: var(--main-dark);
    }

/* Ghost Button */
.v2_btn_ghost {
    background-color: var(--main-white);
    border: 1px solid #283745;
}

    .v2_btn_ghost:hover {
        background-color: var(--gray-light);
    }

    .v2_btn_ghost:active {
        background-color: var(--main-light);
    }

.v2_btnInfo {
    color: var(--main-brand);
    font-weight: bold;
    font-style: italic;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 0.8rem;
    font-family: inherit;
}

/* ============================== */
/* input text select */
.v2_txtContactUs {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 150px;
    max-height: 150px;
    min-height: 150px;
    border: none;
    border: solid 1px silver;
    padding: 0.7rem;
    resize: none;
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
    appearance: none;
}

    .v2_txtContactUs:focus, .v2_txtContactUs:hover, .v2_txtContactUs:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_txtComments {
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    border-radius: 5px;
    border: none;
    outline: var(--border-input-primary);
    border: solid 1px silver;
    padding: 0.7rem;
    resize: none;
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
    appearance: none;
}

    .v2_txtComments:focus, .v2_txtComments:hover, .v2_txtComments:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_fileUpload {
    appearance: none;
    padding: 0.7rem;
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
    cursor: pointer;
}

    .v2_fileUpload:focus, .v2_fileUpload:hover, .v2_fileUpload:active {
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_txtMain {
    appearance: none;
    padding: 0.7rem;
    border: none;
    outline: var(--border-input-primary);
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
    background-color: var(--white-brand);
}

    .v2_txtMain:focus, .v2_txtMain:hover, .v2_txtMain:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_txtSearch {
    outline: none;
}

.v2_txtLarg {
    display: block;
    width: 100%;
    height: 95%;
    border-radius: 5px;
    border: none;
    outline: var(--border-input-primary);
    border: solid 1px silver;
    padding: 0.7rem;
    resize: none;
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
    appearance: none;
    align-self: center;
}

    .v2_txtLarg:focus, .v2_txtLarg:hover, .v2_txtLarg:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

.v2_ddlMain {
    /*appearance: none;*/
    padding: 0.6rem;
    border: none;
    outline: var(--border-input-primary);
    font-family: inherit;
    font-size: 1.0rem;
    line-height: 1.1rem;
}

    .v2_ddlMain:focus, .v2_ddlMain:hover, .v2_ddlMain:active {
        outline: none;
        -webkit-box-shadow: var(--border-input-focus);
        box-shadow: var(--border-input-focus);
    }

input[type="text"]:disabled, select:disabled {
    border: none !important;
    outline: solid 1px silver !important;
    background-color: transparent !important;
    color: rgb(65,65,65) !important;
}

    select:disabled::-ms-expand {
        display: none !important;
    }

/* ============================== */
/* Customize the label (the container) */
.v2_control {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 8px;
    padding-top: 0px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.1rem;
}

    .v2_control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.v2_control_indicator {
    position: absolute;
    top: 0px;
    left: 0;
    height: 22px;
    width: 22px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0px;
}

.v2_control:hover input ~ .v2_control_indicator,
.v2_control input:focus ~ .v2_control_indicator {
    background-color: #cccccc;
}

.v2_control input:checked ~ .v2_control_indicator {
    background-color: #2aa1c0;
}

.v2_control:hover input:not([disabled]):checked ~ .v2_control_indicator,
.v2_control input:checked:focus ~ .v2_control_indicator {
    background-color: var(--main-brand);
}

.v2_control input:disabled ~ .v2_control_indicator {
    background: #e6e6e6;
    opacity: 10;
    pointer-events: none;
}

.v2_control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.v2_control input:checked ~ .v2_control_indicator:after {
    display: block;
}

.v2_control_checkbox .v2_control_indicator:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.v2_control_checkbox input:disabled ~ .v2_control_indicator:after {
    border-color: #7b7b7b;
}

/* ============================== */

.v2_tdForm50PercWide {
    width: 50%;
    vertical-align: top !important;
}

.v2_tdForm50Perc {
    width: 50%;
    vertical-align: top !important;
}

.v2_tdForm33Perc {
    width: 33%;
    vertical-align: top !important;
}

.v2_tdForm34Perc {
    width: 34%;
    vertical-align: top !important;
}

.v2_tdForm30Perc {
    width: 30%;
    vertical-align: middle !important;
}

.v2_tdForm70Perc {
    width: 70%;
    vertical-align: middle !important;
}

.v2_tdForm25Perc {
    width: 25%;
    vertical-align: middle !important;
}

.v2_tdFormSubDiv {
    padding: 15px 0 5px 0 !important;
}

.v2_divMainSearch {
    width: 100%;
    height: 100px;
    padding: 10px;
    display: block;
    overflow-y: auto;
}

.v2_txtUnique {
    background-color: var(--main-light-secondary);
}

.v2_divSearchForm {
    display: inline-block;
    width: 33%;
    height: 90px;
    overflow-y: auto;
    padding: 10px;
}

.v2_div50Perc {
    display: inline-block;
    width: 49%;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}
/* ============================== */
.v2_divButtons {
    padding: 0.8rem 0;
}

/* ============================== */

.v2_GVDisplayClear {
    width: 100%;
    border: none;
}

    .v2_GVDisplayClear tr {
        height: 40px;
        border-bottom: var(--border-input-primary);
    }

    .v2_GVDisplayClear td {
        padding: 10px 5px;
        border: none;
    }

    .v2_GVDisplayClear tr th {
        color: var(--gray-text);
        font-size: 0.9rem;
        background-color: var(--main-light);
        font-weight: bold;
    }

.v2_gvDisplay {
    width: 100%;
}

    .v2_gvDisplay tr {
        height: 40px;
    }

    .v2_gvDisplay td {
        padding: 10px 5px;
    }

    .v2_gvDisplay tr th {
        color: var(--gray-text);
        font-size: 1.0rem;
        font-weight: bold;
        background-color: var(--main-light);
    }


/* ============================== */

.v2_gridPaging {
    width: 100%;
    text-align: right;
    padding: 5px;
    display: block;
    clear: both;
    border-top: solid 1px silver;
    border-bottom: solid 1px silver;
    font-size: 0.9rem;
    color: var(--gray-text);
    font-weight: bold;
}

    .v2_gridPaging div {
        display: inline-block;
    }

.v2_btnGridPaging {
    width: 35px;
    height: 30px;
    font-size: 1rem;
    line-height: 1.1rem;
    margin: 0 4px;
    cursor: pointer;
    background-color: var(--main-light);
    color: var(--gray-text);
    font-weight: bold;
}

    .v2_btnGridPaging:disabled {
        background-color: var(--gray-light);
        border: var(--border-input-primary);
        color: var(--gray-dark);
    }

/* ============================== */

.v2_folder_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1rem;
}

.v2_folder_anchor {
    text-decoration: none;
    color: var(--black-brand);
    border: var(--border-input-primary);
    border-radius: 5px;
}

    .v2_folder_anchor:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-radius: 5px;
        cursor: pointer;
    }

    .v2_folder_anchor:active {
        transform: scale(1.0);
    }

    .v2_folder_anchor img {
        max-width: 100%;
        max-height: 100%;
        opacity: 0.7;
    }

.v2_reportcard_main {
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: url("../Images/BI_Report.png");
    background-position: 50% 35%;
    background-size: 70px;
    background-repeat: no-repeat;
    min-height: 200px;
    border: var(--border-input-primary);
    border-radius: 5px;
    width: 100%;
}

.v2_folder_main {
    padding: 0;
    margin: 0;
    text-align: center;
    background-image: url("../Images/Folder_Main.png");
    background-position: 50% 35%;
    background-size: 70px;
    background-repeat: no-repeat;
    min-height: 200px;
    border: var(--border-input-primary);
    border-radius: 5px;
    width: 100%;
}

.v2_folder_img {
    background-image: url("../Images/Folder_Main.png");
    background-position: 50% 35%;
    background-size: 70px;
    background-repeat: no-repeat;
}

.v2_folder_text {
    text-align: center;
    text-transform: uppercase;
    padding-top: 8rem;
    overflow-wrap: break-word;
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.1rem;
    background-position: 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.v2_folder_subtext {
    display: block;
    font-size: 0.8rem;
    line-height: 0.9rem;
    font-style: italic;
    font-weight: 700;
    width: 100%;
    color: var(--gray-text);
}

.v2_file_text {
    text-align: center;
    text-transform: uppercase;
    overflow-wrap: break-word;
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.1rem;
    background: rgba(200,200,200,0.85);
    height: 65px;
    overflow-y: auto;
}

.v2_file_img {
    max-width: 100px;
    max-height: 150px;
    opacity: 0.8;
}

.v2_divBannerMain {
    width: 100%;
    max-height: 200px;
    text-align: center;
    border: none;
}

    .v2_divBannerMain:hover {
        border: none;
    }

.v2_imgBannerMain {
    max-height: 200px;
    width: 100%;
}

.v2_card_anchor {
    text-decoration: none;
    color: var(--black-brand);
    height: 200px;
}

    .v2_card_anchor:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
        border-radius: 5px;
        cursor: pointer;
    }

/* ============================== */

.v2_help_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    clear: both;
}

    .v2_help_wrapper a {
        text-decoration: none;
        color: var(--black-brand);
    }

        .v2_help_wrapper a:hover {
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
            border-radius: 5px;
            cursor: pointer;
        }

.v2_help_wrapper_main {
    border: solid 1px #1d1d1d;
    border-radius: 5px;
    position: relative;
    height: 60px;
    padding: 5px;
}

.v2_help_wrapper_text {
    text-align: center;
    vertical-align: middle;
    color: #1d1d1d;
}




/* ============CARDS================== */
.v2_card_wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(300px, 1fr) );
    gap: 1rem;
    clear: both;
}

.v2_section_wrapper {
    max-width: 1000px;
    margin: auto;
}


.v2_card_wrapper a {
    text-decoration: none;
}


.v2_card_main {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    height: 300px;
    overflow: hidden;
}


.v2_card_img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.v2_card_header {
    position: absolute;
    width: 100%;
    height: 255px;
    z-index: 50;
}

.v2_card_subheader {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.v2_card_footer {
    width: 100%;
    height: 50px;
    padding-top: 25px;
    text-align: center;
    background-color: rgba(255,255,255);
    color: var(--gray-dark);
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.v2_badge {
    display: none;
    background: var(--main-light);
    color: var(--gray-dark);
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
    width: 220px;
    height: 100px;
    line-height: 90px;
    padding: 5px;
}

.v2_badge_title {
    display: none;
    vertical-align: middle;
    color: var(--gray-dark);
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1rem;
}

/*Background that overlays the card*/

.v2_card_text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(251, 223, 202, 0.5);
    backdrop-filter: blur(10px);
    color: var(--gray-text);
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 800;
    align-items: center;
    transition-duration: 0.3s;
    position: absolute;
    bottom: 0;
}



.v2_card_main:hover .v2_card_text {
    transform: scale(1.1);
}

.v2_card_sub {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
}

    .v2_card_sub li {
        padding-block: 1rem;
    }


/*News Cards*/

.v2_card-hover {
}

    .v2_card-hover:hover {
        background-color: var(--main-light-secondary);
    }

.v2_icon {
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0;
}

.v2_icon_news {
    background-image: url('../Images/icons/icon_news.png');
}

.v2_icon_marketing {
    background-image: url('../Images/icons/icon_download.png');
}

.v2_icon_support {
    background-image: url('../Images/icons/icon_support.png');
}

/* ============================== */

.v2_NewsDivImg {
    display: inline-block;
    width: 60px;
}

/* ============================== */

.v2_mainPage_Footer {
    color: white;
    background-color: #808992;
}



.v2_logo_footer_img {
    height: 1.5rem;
    margin-inline: 1rem;
    filter: grayscale(100%) brightness(400%);
}

.v2_footer_text {
    display: inline-block;
    float: right;
    text-align: center;
    color: white !important;
    text-decoration: none;
}

    .v2_footer_text :hover {
        text-decoration: underline
    }

.v2_mainPage_FooterBottom {
    color: white !important;
    padding: 2rem;
}

.v2_mainPage_FooterText {
    color: var(--white-brand);
    display: block;
    text-decoration: none;
    font-size: 1.0rem;
}




.v2_i_footer {
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 0;
    margin-right: 10px;
    display: inline-block;
    width: 35px;
}

    .v2_i_footer:hover {
        transform: scale(1.2);
    }

.v2_icon_facebook {
    background-image: url('../Images/icons/Icon_Facebook.png');
}

.v2_icon_twitter {
    background-image: url('../Images/icons/Icon_Twitter.png');
}

.v2_icon_instagram {
    background-image: url('../Images/icons/Icon_Instagram.png');
}

.v2_icon_youtube {
    background-image: url('../Images/icons/Icon_Youtube.png');
}

.v2_icon_tiktok {
    background-image: url('../Images/icons/icon_tiktok.png');
}

.v2_FooterSocial_i {
    padding-block: 1rem;
}


.v2_mainPage_FooterTop {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding: 2rem 1rem;
    text-transform: uppercase;
    margin-top: 7rem;
}

.v2_FooterLinks {
    display: grid;
    gap: 0.5rem;
    text-align: end;
}

/* ============================== */
.v2_divSearchTextBox {
    display: flex;
    width: 100%;
    border: var(--border-input-primary);
    border-radius: 5px;
    justify-content: space-between;
    height: 45px;
}

.v2_btnImgSearch {
    height: 100%;
    border: none;
}

.v2_btnGvImage {
    height: 20px;
    display: block;
}

.v2_gvCmdIcon {
    width: 40px;
    text-align: center;
}

/* ============================== */

.v2_MainListItem {
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
}

.v2_divListItem {
    height: 340px;
    width: 265px;
    display: inline-block;
    padding: 1rem;
    border-radius: 5px;
    border: var(--border-input-gray);
}

.v2_tblListItem{
    height:100%;
}

.v2_tblListItem td {
    display: flex;
    gap:0.2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
}

.product-body {
    display: flex;
    flex-direction: column;
    gap:0.5rem;
}


.quantity-input{
    max-width:100px;
    text-align:center;
}

    .quantity-input input{
        text-align:center;
    }

    .w3-tag {
        background-color: #000;
        color: #fff;
        display: inline-block;
        padding: 8px;
        text-align: center
    }

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.w3-red, .w3-hover-red:hover {
    color: #fff !important;
    background-color: red !important
}

.box-shadow-red {
    box-shadow: 0px 0px 10px 5px red;
}

.pt-px-5 {
    padding-top: 5px !important;
}


/*Product Card*/

.v2_trListItemProdImg {
    height: 150px;
    text-align:center;
}

    .v2_trListItemProdImg .collapsed {
        height: 180px;
    }


    .v2_trListItemProdImg img {
        max-height: 180px;
        max-width: 180px;
    }

.v2_ItemProdTitle {
    font-size:14px;
    display: block;
    height: 50px;
    font-weight: bold;
    text-align: center;
}

.v2_trListItemProdDesc {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

 /*Product Description Card (labels hidden) */


.product-description{
    display:flex;
    flex-wrap:wrap;
    gap: 0.3rem;
}

    .product-description b{
        display:none;
    }


    .v2_trListItemQty {
        width:100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }

.v2_itemPrice {
    color: green;
    font-size: 1.5rem;
}

.v2_prodInput {
    display: flex;
    border: var(--border-input-gray);
}

    .v2_prodInput input{
        max-width:60px;
        border:none;
        text-align:center;
    }


    .v2_wrapText {
        word-wrap: break-word !important;
        word-break: break-word;
    }



.v2_tdProdDetailsImg {
    width: 250px !important;
}

    .v2_tdProdDetailsImg img {
        max-width: 250px;
        max-height: 400px;
    }


/* ============================== */
.v2_tdTransAcctInfo {
    width: calc(100% - 300px);
    vertical-align: top;
    padding-right: 15px !important;
}

.v2_tdTransDistInfo {
    width: 300px;
    vertical-align: top
}

/* ============================== */


.v2_prodDescInnerTable tr {
    font-size: 12px;
    height:80px;
    display: flex;
    flex-wrap: wrap;
    gap:0.3rem;
    justify-content: space-between;
}

.product-title .product-description {
    justify-content: center;
}

.v2_ProdPagination {
    text-align: right;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.float-left {
    float: left;
}

.bt-1 {
    border-top: solid 1px silver;
}

.border-color-brand {
    border-color:var(--main-brand) !important;
}

input[type=number].ProdQtypopUp::-webkit-inner-spin-button,
input[type=number].ProdQtypopUp::-webkit-outer-spin-button {
    opacity: 1;
}

@media screen and (min-width: 1100px) {
    .v2_gvShowSML, .v2_gvShowMED {
        display: none !important;
    }

    .v2_gvShowBIG {
        /*display: table-cell !important;*/
    }
}

@media screen and (min-width: 800px) and (max-width: 1099px) {
    .v2_gvShowBIG, .v2_gvShowSML {
        display: none !important;
    }

    .v2_gvShowMED {
        /*display: table-cell !important;*/
    }
}

@media screen and (max-width: 799px) {
    .v2_gvShowBIG, .v2_gvShowMED {
        display: none !important;
    }

    .v2_gvShowSML {
        /*display: table-cell !important;*/
    }
}

.v2_textNoDecoration {
    text-decoration: none;
}

.popupHeader {
    color: var(--main-brand);
}
