/************************************ CUSTOM HTML TAGS (keep at top) ************************************/

line-spacer {
    display: block;
    width: 50%;
    border-bottom: 2px solid black;
    margin: 25px 0;
}



/************************************* Featured Item Panels ********************************************/

.FITextContent {
    display: flex;
    flex-direction: column;
}

.FITitleCont {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/*************************************CVTextboxWithSelect **********************************************/

.errmsg:not(:empty) {
    background-color: red;
    color: white;
    font-size: 14px;
    border-radius: 3px 0 3px 3px;
    text-align: center;
    position: absolute;
    top: 110%;
    /* bottom: 0; */
    z-index: 5;
    right: 0;
    padding: 3px 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .4);
}

.errmsg:not(:empty)::after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid red;
    bottom: 96%;
}

div.CVTextboxWithSelCont {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    /* padding: 0 6px; */
}

div.CVTextboxWithSelCont>div {
    display: inline-block;
    position: relative;
    width: 100%;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    margin: 0;
    padding: 2px;
    /* border: 1px solid transparent; */
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    outline: 0;
    text-decoration: none;
}

div.CVTextboxWithSelCont>div:focus-within {
    border: 1px solid #860909;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px #86090999;
}

div.CVTextboxWithSelCont>div>select {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

div.CVTextboxWithSelCont>div i {
    display: flex;
    position: absolute;
    right: 1em;
    flex-direction: column;
    justify-content: center;
    top: 0;
    height: 100%;
}

div.CVTextboxWithSelCont>div i::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid black;
}


/************************************* CVCartBigRadioButton *******************************************/

.CartBigRadioCont {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    width: 300px;
    border: 2px solid #d9d9d9;
    transition: border-color 0.2s;
}

.CartBigRadioCont:hover {
    /* border: 1px solid #cc4e00; */
    border-color: #df6e28;
}

.CartBigRadioCont~.CartBigRadioCont {
    margin-left: 6px;
}

.CartBigRadio {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}

.CartBigRadio>span.cbr_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.CartBigRadio>span.cbr_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CartBigRadio .cbr_desctext {
    font-size: 14px;
}

.CartBigRadio .cbr_maindesc {
    font-size: 15px;
    font-weight: bold;
    color: #CC4e00;
}

.CartBigRadio svg {
    width: 55px;
    height: 55px;
}

input.CartBigRadioButRI:checked + div.CartBigRadioCont {
    /* border: 2px solid orangered; */
    /* border: 2px solid #860909; */
    border: 2px solid #cc4e00;
    background-color: #ffe2d0;
}

input.CartBigRadioButRI+div.CartBigRadioCont div {
    transition: all 0.4s;
}

input.CartBigRadioButRI:not(:checked)+div.CartBigRadioCont div {
    display: none !important;
    height: 0 !important;
    max-height: 0;
}


/****************************************************************************************************  */

.tagstaticpanel {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    flex-direction: row;
}


/* ************************** */

.WWPWebWarnPanelWWP,
.WWPWebWarnPanelWWPMini {
    display: flex;
    flex-direction: row;
    padding: 8px;
    border: 3px solid #FFC943;
    justify-content: space-between;
    background-color: lightyellow;
}

.WWPWebWarnPanelWWP svg {
    width: 50px;
    height: 50px;
}

.WWPWebWarnPanelWWPMini {
    font-size: 14px;
    border: 1.5px solid black;
}

.WWPWebWarnPanelWWPMini .WWPTextPanelWWP {
    flex-grow: 1;
}

.WWPWebWarnPanelWWPMini svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.WWPTextPanelWWP {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.WWPTextPanelWWP>span {
    margin: 2px 0;
    text-align: center;
}


/**************************************** ITEM DISPLAY LIST  ******************************************/

.ItemDisplayListCont {
    display: flex;
    flex-direction: column;
    /* background-color: rgb(255, 13, 194); */
    /* border: 2px solid violet; */
    margin: 4px;
}

.IDLHeaderCont {
    padding: 15px 6px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.IDLContentCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.IDLItemCont {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    height: 275px;
    max-height: 325px;
    width: 100%;
}

.IDLItemPanel {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 140px;
    min-width: 140px;
    margin: 2px 5px;
}

.IDLItemLink {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.IDLItemLink>* {
    margin: 2px 0;
}

.IDLItemLink:hover,
.IDLItemLink:hover *,
.IDLItemPanel a:hover,
.IDLItemPanel a:hover *,
a.IDLItemLink:hover,
a.IDLItemLink:hover * {
    text-decoration: unset !important;
}

.IMG_CONT {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
}

.IDLPCODE,
.IDLPCODE:hover {
    color: black;
    text-decoration: none;
}

div.IDLContentCont svg.CCLoadingSpinner {
    height: 120px;
    width: 120px;
    align-self: center;
    margin-left: 50%;
}

div.ItemDisplayListCont .IDL_Nav_chev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 125px;
    margin: 0 10px;
}

div.ItemDisplayListCont .IDL_Nav_chev>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px;
    margin: 4px;
    background-color: #DADDE2;
    border: 1px solid #333333;
    border-radius: 3px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.12);
    /* transition: background-color 0.3s; */
    transition: all 0.3s;
}

div.ItemDisplayListCont .IDL_Nav_chev>a>svg {
    height: 30px;
    width: 30px;
    stroke: #333333;
}

div.ItemDisplayListCont .IDL_Nav_chev>a:hover {
    /* background-color: #c9c9c9; */
    background-color: #860909;
}

div.ItemDisplayListCont .IDL_Nav_chev>a:hover>svg {
    stroke: white;
}

div.IDLItemCont div.PDESC_CONT {
    flex: 0 1 auto;
    overflow: hidden;
}

div.IDLItemCont img.thumbnail {
    margin: auto;
}

div.IDLItemCont div.PRICES_CONT {
    display: flex;
    flex-direction: column;
}

div.IDLItemCont span.oldprice {
    text-decoration: line-through !important;
}

div.IDLItemCont span.normprice {
    color: #440606;
}

.FEA_CONT {
    flex-direction: row;
    justify-content: center;
    align-content: center;
    padding: 5px 0;
}

.FeaturedLabel {
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    text-align: center;
}


/******************************* ITEMSUGGESTPANEL ******************************************/

.itemsearchpanel {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid transparent;
    /* z-index: 9999 !important; */
}

.itemsearchpanel input {
    outline: none;
}

.itemsearchpanel:focus-within {
    border: 1px solid #860909;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .075), 0 0 8px #86090999;
}

.itemsearchpanel:focus-within input {
    border-color: transparent;
}

.SuggestDropDownCont {
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 9999 !important;
    background-color: white;
    width: 100%;
    /* border: 1px solid pink; */
    top: 102%;
    box-shadow: 0 6px 8px rgba(0, 0, 0, .25);
    border-top: 1px solid #ebebea;
}

.SuggestDropDownCont * {
    position: relative;
    z-index: 9999 !important;
}

.SuggestDropDownCont>* {
    font-size: unset !important;
}

.itemsearchtb {
    flex-grow: 2;
    margin: 5px 10px;
}

.itemsearchtbCont {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-grow: 2;
}

.ItemSuggestLoadSpinner {
    align-self: center;
    position: absolute;
    right: 0;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.SuggestItemLink {
    display: flex;
    flex-direction: row;
}

.SuggestItemPicCont {
    /* flex-basis: 20%; */
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 10px;
    width: 80px;
    min-width: 80px;
}

.SuggestItemDescCont {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    /* margin-right: 10px; */
    overflow: hidden;
}

.SuggestItemPic {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}

.SuggestItemsPanel {
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}

.SuggestItemsPanel>a {
    margin: 5px 0;
    padding: 2px;
    height: 80px;
    color: #056e97;
}

.SuggestItemsPanel>a:visited {
    color: #056e97;
}

.SuggestItemsPanel>a:hover {
    background-color: #ebebea;
    text-decoration: none;
    color: #860909;
}

.SuggestItemDescPcode::before {
    content: "SKU: ";
}

.SuggestItemDescPcode {
    font-size: 12px;
    color: #860909;
}

.SuggestItemDesc {
    font-size: 15px;
    color: black;
}

.ScalePicCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

svg.CCLoadingSpinner {
    animation: spin 0.6s infinite linear
}

svg.CCLoadingSpinner path {
    fill: #860909;
}


/******************************************* ITEM TAG OVALS **********************************/

.TagItem {
    cursor: pointer;
    border-radius: 15px;
    padding: 3px 8px;
    margin: 1px;
    display: inline-block;
}

.TagItem * {
    cursor: pointer;
}

.TagsClass,
a.TagsClass:visited {
    color: #6f8385;
    /* background-color: #e6d5d5; */
    background-color: ghostwhite;
}

.TagsClass:hover,
a.TagsClass:hover {
    color: white;
    background-color: #860909;
}

.TagsClass_Selected {
    color: white;
    background-color: #860909;
}


/************************************** END ITEM TAG OVALS **************************************/

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}

.SearchMorePanel {
    order: 99;
    text-align: center;
}