
input:hover,input:active,input:focus,
textarea:hover,textarea:active,textarea:focus,
button:hover,button:active,button:focus,
select:hover,select:active,select:focus {
  outline: none;
}

.container img {margin: 0 !important;}

.mobileMenuBtn {
    background: white;
}

.searchIcon {
  right: 25px;
  position: absolute;
}

.fa, .fas, .far{cursor:pointer;}
.fa-trash {color: #009E91 !important;}

.fa:hover, .fas:hover, .cameraIcon:hover {
  color: #ff6f27;
  text-decoration: none;
}


a, a:hover, a:active, a:visited, a:focus{
  color:var(--primary);
}


.fa.fa-2x:hover{
  font-size: 2em;
}



.topMenuIcon {
  margin-top: 0px; 
  display: inline-flex; 
  font-size: 1.3rem;
}

.logoHome {max-width: 50%; margin: 3rem 0rem 2rem 0rem !important}
.textHome{padding: 5px; color: #FFFFFF;font-size: 2.07rem; text-align: center; background: rgb(118 118 118 / 30%);margin: unset;}


/* Icons */
.header-icons{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:32px;
    color:#fff;
}

.header-icons a{
    color:#fff;
    text-decoration:none;
    display:flex;
    align-items:flex-start;
    gap:8px;
    font-weight:500;
}

.header-icons i{
    font-size:1.45rem;
}


.breadcrumbs-outer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Breadcrumb Trail Line */
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}

/* Individual Item */
.breadcrumb-item {
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  color: #64748b;
}

/* Chevron Separator */
.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 0.5rem;
  color: #cbd5e1;
  font-weight: 400;
}

/* Links */
.breadcrumb-item a {
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  border-radius: 0.25rem;
  padding: 0.25rem 0.375rem;
  transition: all 0.2s ease-in-out;
}

.breadcrumb-item a:hover {
  color: #2563eb;
  background-color: #f1f5f9;
}

/* Current / Active Page (Last Item) */
.breadcrumb-item .current-page {
  color: #0f172a;
  font-weight: 600;
  padding: 0.25rem 0.375rem;
}

/***********************************
    MOBILE
    ************************************/

    @media (min-width: 992px) {
      .topMenuIcon {
        margin-top: 12px; 
      }
      .mobileMenuCart {
        width: fit-content;
        float: right;
      }
    }

    @media (max-width: 993px) {
      #topNavBar {
        /*height: 55px !important;*/
      }
      #topNavBarSpacer {
        height: 60px !important;
      }
      .cartDropDownShow {margin-top: 6px;}

      .cameraIcon{
        display: inline-grid !important;
        top: 10px !important;
      }
      .logoHome {max-width: 80%;  margin: 3.4rem 0 1rem !important;}
      .textHome{font-size: 1.07rem; margin: 2rem 0 !important;}
    }

    @media (min-width: 800px) {
      .searchIcon {
        right: 40px;
      }
    }

    .imgLogo {max-height:80px;}

    @media (max-width: 991px) {
      .imgLogo {
        max-height:50px;
      }
    }


    select {
      padding: 10px 5px;
      font-size: 14px;
      border: 1px solid #cfcbc8;
      border-radius: 8px;
      cursor:pointer;
    }

    input[type=checkbox], input[type=radio] {
      box-shadow: none;
    }

    .simpleMenu li{

      list-style-type: none;
    }


    .socialMenu img
    {
     width:48px;
     height:48px;
     margin: 5px;
   }
   .socialMenu img:hover
   {
     filter: brightness(150%) contrast(97%);	
   }
   .socialMenu a:hover
   {
     text-decoration: unset;  
   }

   sup {
    line-height: 1.5;
  }

  .footerMenuHeader {
    font-weight: 500;
  }

  .ui-dialog-titlebar-close::before
  {
    content: "X";
    position: absolute;
    left:2px;
    top:-10px;
  }

  #fixed{
    position:fixed;
    top:120px;
    z-index: 40;
    background:white;
    left: 0px;
    right:0px;
  }


  .cartDropDown{
    position:absolute;
    width:360px;
    right:0px;
    background:white;
    border: 1px solid #d1d1d1;
  }

  .cartDropDownScroll{
    height: 200px;
    overflow-y:scroll;
  }

  .copyrightLine,
  .copyrightLine a{
    font-size:12px;
    color:#919191;
  }


  .text-city, .text-city:hover {
    color: #ff6b6b;
  }

  .webHostingLine
  {
    text-align: center;
    font-size:10px;
  }

  #topNavContainer{
    display: block; 
    display:flex;
    justify-content: space-between;
  }

  .qtyContainer {
    padding-left: 10px;
    font-weight: 600;
  }

  .cartIcon:hover {
    color: #4e8dc6;
  }

  #topNavBar{
    /*position:sticky; */
    top:0px; 
    left:0px; 
    right:0px; 
    z-index:2; 
    /*height: 80px;*/
  }

  .font-w600 {
    font-weight: 600 !important;
    color: #5c90d2;
  }

  .font-w600:hover, .font-w600:focus {
    color: #3169b1;
    text-decoration: none;
  }





.mobilePhotoNav a{

  padding-right: 10px;
    padding-left: 10px;
  margin-left:3px; 
  margin-right:3px; 
  width: auto;

}

@media only screen and (min-width: 400px){
  .mobilePhotoNav a{
    margin-left: 0px;
      margin-right: 0px;
  }
  #topNavBar{
    position:sticky; 
    top:0px; 
    left:0px; 
    right:0px; 
    z-index:2; 
  }

}


.ui-dialog .ui-dialog-titlebar {
  padding: unset !important;
}


  .generalForm{
/*    border: 1px solid #e3e3e3;
    background-color:#f5f5f5;*/
    padding:20px;
  }

  .generalForm label{
    /*width:150px;*/
    margin:1rem;
    color: #fff;
    display:none;
  }

  .generalForm input, input,
  .generalForm select, select{
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    border: 1px solid #cfcbc8;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 40px;
  }

  .generalForm textarea, textarea{
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    box-shadow: inset 0 1px 2px #e9e9e8, inset 0 0 0 1000px #fbfbfa;
    border: 1px solid #cfcbc8;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .generalForm input[type="radio"], input[type="radio"],
  .generalForm input[type="checkbox"], input[type="checkbox"]
  {
    height:unset;
  }

  .generalForm button, #btnSubmit, .btnSubmit, .colbtn, input[type=submit],
  .btn-primary, .btnPrimary, .addCart
  {
    color: #ffffff;
    background: #ff6f27;
    padding: 8px 30px;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
  }

  .btn {
    padding: 8px 30px;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
  }


  .generalForm button:hover, #btnSubmit:hover, .btnSubmit:hover, .colbtn:hover, input[type=submit]:hover,
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, 
  .btnPrimary:hover, .btnPrimary:active, .btnPrimary:focus,
  .addCart:hover, .addCart:active, .addCart:focus, .btn-primary:not(:disabled):not(.disabled).active, 
  .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
  {
    color: #ffffff;
    text-decoration: none;
    background: #00b8c9;
    border: 1px solid transparent;
    cursor: pointer;
  }

  .btn:hover, .btn:active, .btn:focus{
    border: 1px solid transparent;
    cursor: pointer;
  }

  .generalForm div.g-recaptcha{
    padding: 15px 0px !important;
  }

  #main_button {
    margin-top: 8px;
    color: #767676;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #767676;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    transition: all .1s ease-in-out;
  }

  #main_button:hover, #main_button:active{
    color: #111;
    border-color: #767676;
  }

  #navbarMenu_2 {
  }

  #navbarMenu_1{
    position:absolute;
    background:white;
    border:1px solid var(--borderColour);
    border-radius: var(--radius);
    padding:6px;
  }
  #navbarMenu_1 a,
  #navbarMenu_2 a{
    color:#999;
    font-size:14px;
    background:unset;
  }

  .home-full-width-div {
    padding: 50px;
    height: auto;
    width: calc(100vw - 0.9%);
    position: relative;
    background-size: cover !important;
    margin-left: -50vw;
    left: 50%;
  }

  .full-width-div {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 15px;
    left: 50%;
    height: 100px;
  }

  .navbar-toggler {
    top: 6px;
    right: 1px;
    text-decoration: none;
  }

  .category {
    cursor: pointer;
  }

  .category:hover {
    color: #111;
    text-decoration: underline;
  }

  .formbuilder-text-label, .formbuilder-textarea-label, .formbuilder-number-label {
    float:left;
    display: inline-flex;
  }

  .icon::after {
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right:30px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
  }

  .icon::after{
    content: "\f106";
  }



/* =========================================
   FAQ MODERN STYLING
   ========================================= */

.faqCategoryContainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    font-family: inherit;
}


/* =========================================
   CATEGORY HEADER
   ========================================= */

.faqCategoryContainer .categoryHeader {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 18px 24px;
    margin-bottom: 12px;

    background: #111827;
    color: #ffffff;

    border-radius: 12px;

    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;

    box-sizing: border-box;
}


/* =========================================
   QUESTION
   ========================================= */

.faqCategoryContainer .questionContainer {
    margin-bottom: 8px;

    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;

    overflow: hidden;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}


/* Question hover */

.faqCategoryContainer .questionContainer:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}


/* =========================================
   QUESTION HEADER
   ========================================= */

.faqCategoryContainer .questionHeader {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 58px;

    padding: 17px 55px 17px 20px;

    color: #1f2937;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;

    cursor: pointer;

    box-sizing: border-box;

    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}


/* Hover */

.faqCategoryContainer .questionHeader:hover {
    background: #f8fafc;
    color: #111827;
}


/* =========================================
   PLUS / MINUS ICON
   ========================================= */

.faqCategoryContainer .questionHeader::after {
    content: "+";

    position: absolute;
    right: 20px;
    top: 50%;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border-radius: 50%;

    background: #f1f5f9;
    color: #475569;

    font-size: 20px;
    font-weight: 400;
    line-height: 1;

    transition:
        transform 0.25s ease,
        background-color 0.2s ease,
        color 0.2s ease;
}


.faqCategoryContainer {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 30px;
    font-family: inherit;
}


/* CATEGORY */

.faqCategoryContainer .categoryHeader {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 18px 24px;
    margin-bottom: 12px;

    background: #111827;
    color: #fff;

    border-radius: 12px;

    font-size: 22px;
    font-weight: 700;
}


/* QUESTION CONTAINER */

.faqCategoryContainer .questionContainer {
    margin-bottom: 8px;

    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;

    overflow: hidden;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.faqCategoryContainer .questionContainer:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 14px rgba(0,0,0,.06);
}


/* QUESTION HEADER */

.faqCategoryContainer .questionHeader {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 58px;

    padding: 17px 55px 17px 20px;

    color: #1f2937;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;

    cursor: pointer;

    transition:
        background-color .2s ease,
        color .2s ease;
}

.faqCategoryContainer .questionHeader:hover {
    background: #f8fafc;
}


/* BOOTSTRAP ICON */

.faqCategoryContainer .questionHeader::after {
    position: absolute;
    right: 20px;
    top: 50%;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border-radius: 50%;

    background: #f1f5f9;
    color: #475569;

    font-family: "bootstrap-icons";
    font-size: 18px;

    content: "\f4fe";

    transition:
        transform .25s ease,
        background-color .2s ease,
        color .2s ease;
}


/* OPEN STATE */

.faqCategoryContainer .questionContainer.open .questionHeader {
    background: #f8fafc;
}

.faqCategoryContainer .questionContainer.open .questionHeader::after {


    content: "\f4fe";

    background: #111827;
    color: #fff;

    transform: translateY(-50%);
}


/* ANSWER */

.faqCategoryContainer .questionAnswer {
    padding: 17px 20px 20px;

    border-top: 1px solid #f1f5f9;

    color: #64748b;

    font-size: 15px;
    line-height: 1.7;
}


/* MOBILE */

@media (max-width: 767px) {

    .faqCategoryContainer {
        margin-bottom: 20px;
    }

    .faqCategoryContainer .categoryHeader {
        min-height: 56px;
        padding: 15px 18px;

        border-radius: 10px;

        font-size: 19px;
    }

    .faqCategoryContainer .questionContainer {
        margin-bottom: 6px;
        border-radius: 8px;
    }

    .faqCategoryContainer .questionHeader {
        min-height: 56px;

        padding: 15px 50px 15px 16px;

        font-size: 15px;
    }

    .faqCategoryContainer .questionHeader::after {
        right: 14px;

        width: 27px;
        height: 27px;

        font-size: 17px;
    }

    .faqCategoryContainer .questionAnswer {
        padding: 14px 16px 17px;

        font-size: 14px;
        line-height: 1.65;
    }
}




/*  .faqCollapse > .icon::after{
    content: "\f107";
  }*/


/*  .faqCollapse .questionAnswer{
    display: none;
  }


  .faqCollapse .questionContainer{
    display: none;
  }

  .faqCategoryContainer .categoryHeader
  {
    border: 1px solid #e3e3e3;
    background-color:#d0d0d0;
    color: #111111;
    padding: 5px;
    cursor: pointer;
  }

  .faqCategoryContainer .questionHeader
  {
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    color: #767676;
    padding: 5px;
    cursor: pointer;
  }

  .faqCategoryContainer .questionAnswer
  {
    border: 1px solid #e3e3e3;
    padding: 5px;
  }
*/



  #paypal-button-container {width: 100%;}

  .gallery_select {
    border: none;
  }

  .gallery_select:hover, .gallery_select:focus, .gallery_select:active {
    border: none;
    text-decoration: underline;
  }

  .fa-times:hover {
    color: #ff6b6b;
  }

  #frmCheckout input, #frmCheckout select {
    margin-top: 15px;
  }

  .menu {margin-top: 5px;}

  .table td {vertical-align: middle;}

  .link {cursor: pointer;}
  .link:hover, .link:active, .link:focus {color: #111; text-decoration: underline;}

  button.close, button.close:hover, button.close:focus, button.close:active {
    background: none !important;
    position: relative;
    bottom: 10px;
    left: 15px;
    padding: unset !important; 
    margin: unset !important; 
    border: unset !important; 
    color: #000 !important; 
    border-radius: unset !important; 
    background: unset !important; 
    box-shadow: none !important;
  }

  .modal-header .close, .modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active {
    position: fixed !important;
    top: 10px !important;
    right: 20px !important;
    bottom: unset;
    left: unset;
  }

  #api-submitbutton {
    width: auto !important;
    box-shadow: unset !important;
    color: #fff !important;
    background-color: #4e8dc6 !important;
    border: none !important;
    margin: 10px !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  }

  #api-submitbutton:hover, #api-submitbutton:active, #api-submitbutton:focus {
    background-color: #004989 !important;
    border: none !important;
  }

  .mobileMenuCart {
    line-height: 1.5;
  }

  .navbar-brand {
    padding: unset;
    margin: unset;
  }

  .homeVideoBackground
  {
    width: 100%;
    height:115%;
    position: fixed;
    left: 0px;
    top: -97px;
    z-index: -50;
    object-fit: fill;
  }
  .card-header
  {
    padding: 0.25rem 0rem 0rem 1.25rem !important;
  }

  .card-title 
  {
    margin: 0.4rem 0.4rem !important;
  }

  .homeBtn {padding: 15px 20px;}

  .checkoutTable td {text-align: end;}

  .homeImageCont {display: none; background: rgb(118 118 118 / 30%); padding: 10px;}

  .cartTable td, .cartTable th {border-top: unset; border-bottom: 1px solid #dee2e6;}
  .ui-dialog .ui-dialog-titlebar-close {color: #6d6d6d; background: none; border: none; font-weight: 600; cursor: pointer; right: 10px;}

  body > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable > div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix > div > button{
    padding: 8px 30px !important;
    margin-top: 10px !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    background: #0c9aa6 !important;
    box-shadow: none !important;
    cursor: pointer;
  }

  .menu-trigger:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 5px;
    background: #34495e;
    box-shadow: 0 6px #ffffff, 0 12px #34495e, 0 18px #ffffff, 0 24px #34495e;
  }

  .modal-dialog-menu {
    margin: unset;
  }

  .modal-content-menu {
    border: none;
    border-radius: 0px;
    height: auto;
    min-height: 100vh;
  }

  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }

  .close {
    position: relative;
    top: 5px;
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }
  .mobile.accordion{padding: 0px 10px;}


  .input-group input {
    width: calc(100% - 40px) !important;
}


.page-footer{
  bottom: 0px;
  left:0px;
  right:0px;
  background: #181818;
}

:disabled {
    color:  rgb(170, 170, 170);
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
}



.ui-autocomplete.ui-front
{
  z-index: 1000000;
}
.frontboxSlider,
.frontboxSlider p{
  padding:0;
  margin:0;
}
.btn-primary,
.frontboxset-item-title a{
  background-color:#ff0015 !important;
}

.img-full {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
}

.img-full img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
}


.dropdownMenu button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: #fff;
}


.dropdownMenu ul.show
{
  display:block;
}

.dropdownMenu ul{
    display:none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 230px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    z-index: 1000;
}



.dropdownMenu li {
    border-bottom: 1px solid #eee;
}

.dropdownMenu li:last-child {
    border-bottom: none;
}

.dropdownMenu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.dropdownMenu a:hover {
    background: #f5f5f5;
}




.mobileView{display:none;}

.desktopView{display:block;}


/* Extra small devices / small phones */
@media (max-width: 480px) {
  .mobileView{display:block;}
  .desktopView{display:none;}
}

/* Phones */
@media (max-width: 576px) {
  .mobileView{display:block;}
  .desktopView{display:none;}
}

/* Tablets / large phones */
@media (max-width: 768px) {
}

/* Small laptops / tablets landscape */
@media (max-width: 992px) {
  .mobileView{display:block;}
  .desktopView{display:none;}
}

/* Desktops */
@media (max-width: 1200px) {
}

/* Large desktops */
@media (max-width: 1400px) {
}/* =========================================
   RECENTLY VIEWED PRODUCTS
   Match .cartProduct styling
   ========================================= */

.previewedProductSingle {
    position: relative;

    width: 100%;
    max-width: 160px;

    box-sizing: border-box;

    border: 1px solid rgb(241, 241, 241);
    padding: 10px;

    border-radius: var(--radius);

    background: #fff;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.previewedProductSingle:hover {
    border-color: #d6d6d6;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}


/* Product link */

.previewedProductSingle a {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
    height: 100%;

    text-decoration: none;
}


/* Product image */

.previewedProductSingle img {
    display: block;

    width: 100%;
    height: 110px;

    object-fit: contain;

    border-radius: 6px;

    box-shadow: none;
}


/* Product name */

.previewedProductSingle p {
    width: 100%;

    margin: 8px 0 0;

    color: #333;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;

    text-align: center;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}


/* =========================================
   RECENTLY VIEWED CONTAINER
   ========================================= */

#showViewedProductsStatic.previewedProduct,
.previewedProduct {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    padding: 0 2vh 1vh;
    box-sizing: border-box;
    margin-top: 10px;
    justify-content: center;
}


/* Keep cards from shrinking */

.previewedProduct > div {
    flex: 0 0 160px;
    scroll-snap-align: start;
}
#showViewedProductsStatic p{text-align: center;font-weight:600;}

/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 768px) {

    .previewedProduct {
        justify-content: flex-start;
        overflow-x: auto;
    }

    .previewedProductSingle {
        max-width: 150px;
    }

    .previewedProduct > div {
        flex: 0 0 150px;
    }

    .previewedProductSingle img {
        height: 85px;
    }
}


/* =========================================
   SMALL PHONE
   ========================================= */

@media screen and (max-width: 480px) {

    .previewedProduct {
        justify-content: flex-start;
        gap: 8px;
    }

    .previewedProductSingle {
        max-width: 135px;
        padding: 8px;
    }

    .previewedProduct > div {
        flex: 0 0 135px;
    }

    .previewedProductSingle img {
        height: 58px;
    }

    .previewedProductSingle p {
        font-size: 12px;
    }
}/* ==========================================================================
   1. Base Drawer Container
   ========================================================================== */
.mobileMenuButton{
  display:none;
}
.mainScroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--topMenuBackground, #ffffff);
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.mainScroll.open {
    transform: translateX(0);
}

.closeSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: bold;
}

.mobileMenuClose {
    cursor: pointer;
    font-size: 1.2rem;
}

/* ==========================================================================
   2. Infinite Level Screen Engine
   ========================================================================== */
/* Crucial: Prevent parent li/ul from creating positioning contexts */
.mobileMenu ul,
.mobileMenu li {
    position: static !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Every screen occupies full viewport below closeSection */
.mobileMenuScreen {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100% - 55px);
    background: var(--topMenuBackground, #ffffff);
    overflow-y: auto;
    
    /* Off-screen right by default */
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Level 0 is visible by default when drawer is open */
.mobileMenuScreen-0 {
    transform: translateX(0);
}

/* Any active level slides in over previous screens */
.mobileMenuScreen.active {
    transform: translateX(0);
}

/* ==========================================================================
   3. Header Icons
   ========================================================================== */
.header-icons{
  display: flex;
  justify-content: flex-end;
  gap: 32px;
  color: #fff;
}

.mainScroll a{
    color:#fff;
    text-decoration:none;
    display:flex;
    gap:8px;
    font-weight:500;
}

.mainScroll i{
    font-size:1.45rem;
}

/* ==========================================================================
   3. Multi-Level Headers & Rows
   ========================================================================== */
.menuHeader {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    min-height: 45px;
}

.mp-back {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    margin-right: 15px;
}

.menuTitle {
    font-weight: bold;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mobileMenu li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
}

.mobileMenu li > a {
    padding: 14px 20px;
    color: inherit;
    text-decoration: none;
    flex-grow: 1;
}

.mobileMenu .right-menu {
    padding: 14px 20px;
    color: inherit;
    cursor: pointer;
}

/* IPAD SIZE */
@media screen and (max-width: 768px) {

}
/* PHONE SIZE */
@media screen and (max-width:480px) {
  .mobileMenuButton{
    display:block;
  }
}/* ==========================================================================
   1. Header
   ========================================================================== */

.container {
    max-width: 1140px;
}

.site-header{
  box-shadow:0 8px 25px rgba(0,0,0,.08);
  z-index:1040;
  border-bottom: #ff0015 6px solid;   
}
.header-top{
  background:var(--blue);
}

.logo{
  position:relative;
}
.logo img{
    max-height:84px;
    padding:7px 0 0 0;
}
.logo .tagline {
    position: absolute;
    left: 17px;
    bottom: 20px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
}

/* ==========================================================================
   2. Site menu
   ========================================================================== */
/*.globe-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5rem;
    color: #fff;
}

#globeMenu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 230px;
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    z-index: 1000;
}

.dropdownMenu.show {
    display: block;
}*/

.dropdownMenu li {
    border-bottom: 1px solid #eee;
}

.dropdownMenu a {
    color: #333;
}

.dropdownMenu a:hover {
    background: #f5f5f5;
}



/* Search */

.search-box{
    overflow:hidden;
    border-radius:12px;
}

.search-box .form-control{
    border:0;
    padding:14px 20px;
}

.btn-search{

    background:var(--red);
    color:#fff;
    border:0;
    width:65px;

}

.btn-search:hover{
    background:#a01829;
    color:#fff;
}

.telephone-main{
  display:flex;
  flex-direction: column;
}

.phone a:hover{color:#fff;}

.phone{
    display:flex;
    gap:10px;
    align-items:center;
}
.bi-telephone{
  padding-bottom: 9px;
}

.phone strong{
    display:block;
    font-size:1rem;
    line-height: 1.1;
}

.phone small{}

.cart-badge{

    position:absolute;
    top:-8px;
    right:-12px;

    width:22px;
    height:22px;

    background:var(--red);
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:.75rem;
    font-weight:700;

}

/* Navigation */

.nav-main{

    background:var(--blue);

}

.nav-main .nav-link{

    color:#fff;
    font-weight:600;
    font-size: 15px;
    transition:.25s;

}

.nav-main .nav-link:hover{
    background:rgba(255,255,255,.08);
}

.menu-btn{
    color:#fff;
    border:0;
}

.menu-btn i{
    font-size:2rem;
}

/* Mobile */

@media (max-width:991px){

    .nav-main{
        display:none;
    }

    .header-top{
        padding:12px 0;
    }

    .logo img{
        max-height:48px;
    }

    .header-icons{
        gap:18px;
    }

}

@media (max-width:576px){
    .header-icons{
        gap:14px;
    }

    .header-icons i{
        font-size:1.35rem;
    }
}


.small, small{line-height: normal;}



/* FOOTER SECTION*/
footer{
  background: var(--footer);
  border-top: #ff0015 6px solid;
}


footer,
footer a{
  color: var(--footerText) !important;
}
.footer-main{
  background:var(--footer);
}

.feature,
.socialIcons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.feature-content h6{font-size: 1rem;}
.feature-content h6,
.feature-content small {
    margin: 0;
}
.feature i {
    font-size: 3rem;
}
.socialIcons {font-size: 2rem}

/***********************************
    MOBILE
    ************************************/

    @media (min-width: 992px) {
      .desktop {
        display: block !important;
      }
      .mobile {
        display: none !important;
      }
      .topMenuIcon {
        margin-top: 12px; 
      }
      .mobileMenuCart {
        width: fit-content;
        float: right;
      }
    }

    @media (max-width: 993px) {
      #topNavBar {
        /*height: 55px !important;*/
      }
      #topNavBarSpacer {
        height: 60px !important;
      }
      .cartDropDownShow {margin-top: 6px;}

      .cameraIcon{
        display: inline-grid !important;
        top: 10px !important;
      }
      .logoHome {max-width: 80%;  margin: 3.4rem 0 1rem !important;}
      .textHome{font-size: 1.07rem; margin: 2rem 0 !important;}
    }

    @media (min-width: 800px) {
      .searchIcon {
        right: 40px;
      }
    }

    .imgLogo {max-height:80px;}

    @media (max-width: 991px) {
      .imgLogo {
        max-height:50px;
      }
    }


    select {
      padding: 10px 5px;
      font-size: 14px;
      border: 1px solid #cfcbc8;
      border-radius: 8px;
      cursor:pointer;
    }

    input[type=checkbox], input[type=radio] {
      box-shadow: none;
    }

    .simpleMenu li{

      list-style-type: none;
    }


    .socialMenu img
    {
     width:48px;
     height:48px;
     margin: 5px;
   }
   .socialMenu img:hover
   {
     filter: brightness(150%) contrast(97%);	
   }
   .socialMenu a:hover
   {
     text-decoration: unset;  
   }

   sup {
    line-height: 1.5;
  }


  .ui-dialog-titlebar-close::before
  {
    content: "X";
    position: absolute;
    left:2px;
    top:-10px;
  }

  #fixed{
    position:fixed;
    top:120px;
    z-index: 40;
    background:white;
    left: 0px;
    right:0px;
  }


  .cartDropDown
  {
    position:absolute;
    width:360px;
    right:0px;
    background:white;
    border: 1px solid #d1d1d1;
  }

  .cartDropDownScroll
  {
    height: 200px;
    overflow-y:scroll;
  }

  .copyrightLine,
  .copyrightLine a{
    font-size:12px;
    color:#919191;
  }


  .text-city, .text-city:hover {
    color: #ff6b6b;
  }

  .webHostingLine
  {
    text-align: center;
    font-size:10px;
  }

  #topNavContainer{
    display: block; 
    display:flex;
    justify-content: space-between;
  }

  .qtyContainer {
    padding-left: 10px;
    font-weight: 600;
  }

  .cartIcon:hover {
    color: #4e8dc6;
  }

  #topNavBar{
    /*position:sticky; */
    top:0px; 
    left:0px; 
    right:0px; 
    z-index:2; 
    /*height: 80px;*/
  }

  .font-w600 {
    font-weight: 600 !important;
    color: #5c90d2;
  }

  .font-w600:hover, .font-w600:focus {
    color: #3169b1;
    text-decoration: none;
  }


.cartImg{height:80px;}


.mobilePhotoNav a{

  padding-right: 10px;
    padding-left: 10px;
  margin-left:3px; 
  margin-right:3px; 
  width: auto;

}

@media only screen and (min-width: 400px)
{
  .mobilePhotoNav a{
    margin-left: 0px;
      margin-right: 0px;
  }
  #topNavBar{
    position:sticky; 
    top:0px; 
    left:0px; 
    right:0px; 
    z-index:2; 
  }

}


.ui-dialog .ui-dialog-titlebar {
  padding: unset !important;
}


  .generalForm{
/*    border: 1px solid #e3e3e3;
    background-color:#f5f5f5;*/
    padding:20px;
  }

  .generalForm label{
    /*width:150px;*/
    margin:1rem;
    color: #fff;
    display:none;
  }

  .generalForm input, input,
  .generalForm select, select{
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    border: 1px solid #cfcbc8;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 40px;
  }

  .generalForm textarea, textarea{
    padding: 5px 0px 5px 10px;
    font-size: 14px;
    box-shadow: inset 0 1px 2px #e9e9e8, inset 0 0 0 1000px #fbfbfa;
    border: 1px solid #cfcbc8;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .generalForm input[type="radio"], input[type="radio"],
  .generalForm input[type="checkbox"], input[type="checkbox"]
  {
    height:unset;
  }

  .generalForm button, #btnSubmit, .btnSubmit, .colbtn, input[type=submit],
  .btn-primary, .btnPrimary, .addCart
  {
    color: #ffffff;
    background: #ff6f27;
    padding: 8px 30px;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
  }

  .btn {
    padding: 8px 30px;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
  }


  .generalForm button:hover, #btnSubmit:hover, .btnSubmit:hover, .colbtn:hover, input[type=submit]:hover,
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, 
  .btnPrimary:hover, .btnPrimary:active, .btnPrimary:focus,
  .addCart:hover, .addCart:active, .addCart:focus, .btn-primary:not(:disabled):not(.disabled).active, 
  .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle
  {
    color: #ffffff;
    text-decoration: none;
    background: #00b8c9;
    border: 1px solid transparent;
    cursor: pointer;
  }

  .btn:hover, .btn:active, .btn:focus{
    border: 1px solid transparent;
    cursor: pointer;
  }

  .generalForm div.g-recaptcha{
    padding: 15px 0px !important;
  }

  #main_button {
    margin-top: 8px;
    color: #767676;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #767676;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    transition: all .1s ease-in-out;
  }

  #main_button:hover, #main_button:active{
    color: #111;
    border-color: #767676;
  }

  #navbarMenu_2 {
  }
  #ulMainMenu{margin:auto;}
  #ulMainMenu > li > a{
    color:#fff;
  }

/*  #navbarMenu_1{
    padding:6px;
  }*/
  #navbarMenu_1 a,
  #navbarMenu_2 a{
    color:#999;
    font-size:13px;
    background:unset;
  }

  .home-full-width-div {
    padding: 50px;
    height: auto;
    width: calc(100vw - 0.9%);
    position: relative;
    background-size: cover !important;
    margin-left: -50vw;
    left: 50%;
  }

  .full-width-div {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 15px;
    left: 50%;
    height: 100px;
  }

  .navbar-toggler {
    top: 6px;
    right: 1px;
    text-decoration: none;
  }

  .category {
    cursor: pointer;
  }

  .category:hover {
    color: #111;
    text-decoration: underline;
  }

  .formbuilder-text-label, .formbuilder-textarea-label, .formbuilder-number-label {
    float:left;
    display: inline-flex;
  }

  .icon::after {
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right:30px;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
  }

  .icon::after{
    content: "\f106";
  }

  .faqCollapse > .icon::after{
    content: "\f107";
  }


  .faqCollapse .questionAnswer{
    display: none;
  }


  .faqCollapse .questionContainer{
    display: none;
  }

  .faqCategoryContainer .categoryHeader
  {
    border: 1px solid #e3e3e3;
    background-color:#d0d0d0;
    color: #111111;
    padding: 5px;
    cursor: pointer;
  }

  .faqCategoryContainer .questionHeader
  {
    border: 1px solid #e3e3e3;
    background: #f5f5f5;
    color: #767676;
    padding: 5px;
    cursor: pointer;
  }

  .faqCategoryContainer .questionAnswer
  {
    border: 1px solid #e3e3e3;
    padding: 5px;
  }

  #paypal-button-container {width: 100%;}

  .gallery_select {
    border: none;
  }

  .gallery_select:hover, .gallery_select:focus, .gallery_select:active {
    border: none;
    text-decoration: underline;
  }

  .fa-times:hover {
    color: #ff6b6b;
  }

  #frmCheckout input, #frmCheckout select {
    margin-top: 15px;
  }

  /*.menu {margin-top: 5px;}*/

  .table td {vertical-align: middle;}

  .link {cursor: pointer;}
  .link:hover, .link:active, .link:focus {color: #111; text-decoration: underline;}

  button.close, button.close:hover, button.close:focus, button.close:active {
    background: none !important;
    position: relative;
    bottom: 10px;
    left: 15px;
    padding: unset !important; 
    margin: unset !important; 
    border: unset !important; 
    color: #000 !important; 
    border-radius: unset !important; 
    background: unset !important; 
    box-shadow: none !important;
  }

  .modal-header .close, .modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active {
    position: fixed !important;
    top: 10px !important;
    right: 20px !important;
    bottom: unset;
    left: unset;
  }

  #api-submitbutton {
    width: auto !important;
    box-shadow: unset !important;
    color: #fff !important;
    background-color: #4e8dc6 !important;
    border: none !important;
    margin: 10px !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: .25rem !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  }

  #api-submitbutton:hover, #api-submitbutton:active, #api-submitbutton:focus {
    background-color: #004989 !important;
    border: none !important;
  }

  .mobileMenuCart {
    line-height: 1.5;
  }

  .navbar-brand {
    padding: unset;
    margin: unset;
  }

  .homeVideoBackground
  {
    width: 100%;
    height:115%;
    position: fixed;
    left: 0px;
    top: -97px;
    z-index: -50;
    object-fit: fill;
  }
  .card-header
  {
    padding: 0.25rem 0rem 0rem 1.25rem !important;
  }

  .card-title 
  {
    margin: 0.4rem 0.4rem !important;
  }

  .homeBtn {padding: 15px 20px;}

  .checkoutTable td {text-align: end;}

  .homeImageCont {display: none; background: rgb(118 118 118 / 30%); padding: 10px;}

  .cartTable td, .cartTable th {border-top: unset; border-bottom: 1px solid #dee2e6;}
  .ui-dialog .ui-dialog-titlebar-close {color: #6d6d6d; background: none; border: none; font-weight: 600; cursor: pointer; right: 10px;}

  body > div.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable > div.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix > div > button{
    padding: 8px 30px !important;
    margin-top: 10px !important;
    border: 1px solid transparent !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    background: #0c9aa6 !important;
    box-shadow: none !important;
    cursor: pointer;
  }

  .menu-trigger:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 5px;
    background: #34495e;
    box-shadow: 0 6px #ffffff, 0 12px #34495e, 0 18px #ffffff, 0 24px #34495e;
  }

  .modal-dialog-menu {
    margin: unset;
  }

  .modal-content-menu {
    border: none;
    border-radius: 0px;
    height: auto;
    min-height: 100vh;
  }

  .modal-title {
    margin: 0;
    line-height: 1.42857143;
  }

  .close {
    position: relative;
    top: 5px;
    float: right;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
  }
  .mobile.accordion{padding: 0px 10px;}


  .input-group input {
    width: calc(100% - 40px) !important;
}



:disabled {
    color:  rgb(170, 170, 170);
    opacity: 0.7;
    border-color: rgba(118, 118, 118, 0.3);
}



/* CART CSS */
.cartProductRow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(180px, 22vw, 260px), 1fr));
    gap: clamp(10px, 1.5vw, 14px);
    margin: clamp(16px, 3vw, 32px) 0;

}
.cartProduct{
  border:1px solid #f1f1f1;
  padding:10px;
  position:relative;
  border-radius: var(--radius);
}

.cartListProductImg{
   display:flex;
  justify-content: center;
}


.TopRight{top:0;right:0;}
.TopLeft{top:0;left:0;}
.BottomRight{;right:0;}
.BottomLeft{;left:0;}
.MiddleMiddle{top:30%;left:30%;}

.cartListProductImg{
/*    align-items:center;
    background:#fff;
    aspect-ratio:1;
    padding: clamp(10px, 2vw, 20px);
    min-height: max(160px, 20vw);*/
}

.cartListProductImg img{
  max-height: min(190px, 36vw);
  margin-bottom:10px;
}
.cartProduct a{
  text-decoration: none;
}
.cartListProductName{
  text-align: center;
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.5;
}

.productPreview {
  border: 1px solid #dddddd;
  border-radius: var(--radius);
  overflow:hidden;
  display:flex;
  flex-direction: column; 
  position:relative;
}
.miniCartPreview {
    display:none;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 375px;
    border: 1px solid #d7d7d7;
    z-index: 100;
    font-size:16px;
    color: #666;
}
.miniCartSection{
  display:flex;
  flex-direction: column;
  height:100%;
}
.miniCartHeader{
  display: flex;
  flex-direction: row;
}
.miniCartHeader p{
  padding: 4px 10px;
  margin: 0;
  display:block;
}
.miniCartWord{
  width:calc(100% - 60px);
  text-align:left;
}
.miniCartClose{
  width:14%;
  text-align:center;
  cursor:pointer;
  font-weight: 900;
}
.miniCartClose i{width:100%;height:100%;}
.miniCartItems{flex-grow: 1;overflow-y: auto;}

.miniCartRowSet {
    border: 1px solid #d9d9d9;
    margin: 10px;
    padding: 10px;
    column-gap:10px;
}
.miniCartRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap:10px;
}

.miniCartImg{width:30%;padding:0 6px;}

.miniCartImg img{
  max-height:100px;
  display: block;
}

.miniCartDetails{
  flex-grow:1;
}
.miniCartDetails a{
  color: #666;
}
.subTotal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px 12px;
}

.miniCartCheckoutBtn {
    display: block;
    border-radius: var(--radius);
    background:  var(--actionBtn);
    color: var(--actionBtnText) !important;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    padding:8px 4px;
        justify-content: center;

}
.miniCartCheckoutBtn:hover{
    text-decoration: none;
    background:  var(--actionBtnHover);
}

.mc-field-group{
  display: flex;
  align-items: flex-end;
}
.mc-field-group input[type="email"] {
    min-width: 260px;
}
.mc-field-group input[type="submit"] {
    background: #ff0015;
    line-height: normal;
}

/* IPAD SIZE */
@media screen and (max-width: 768px) {
  .cartProductRow{
    grid-template-columns: repeat(4, 1fr);
  }
}
/* PHONE SIZE */
@media screen and (max-width:480px) {
  .desktopView{display:none;}
  .cartProductRow{
    grid-template-columns: repeat(2, 1fr);
  }

  .mc-field-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mc-field-group input[type="email"],
  .mc-field-group input[type="submit"] {
      min-width: 100%;
  }
  .bi-telephone{
    padding-bottom: unset;
  }

}


.ui-autocomplete.ui-front
{
  z-index: 1000000;
}/* pagination */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.5rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  user-select: none;
}

.pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  background-color: #ffffff;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Hover state for links */
.pagination a:hover {
  background-color: #f8fafc;
  border-color: #f8fafc;
  color: #0f172a;
  transform: translateY(-1px);
}

/* Active page highlight */
.pagination a.active {
  background-color: #173b94;
  border-color: #2563eb;
  color: #ffffff;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.25), 0 2px 4px -2px rgba(37, 99, 235, 0.1);
}

.pagination a.active:hover {
  background-color: #1d4ed8;
  border-color: #1d4ed8;
  transform: none;
}

/* Click / press state */
.pagination a:active {
  transform: translateY(0);
}/* CART CSS */
.categoryDisplay{
  display:flex;
}

#prodList{
  flex-grow:1;
  padding:0 15px;
}

.categoryTree{
  height: 100%;
  width: fit-content;
  white-space: nowrap;
  padding-right:20px;
}


.categoryTree {
  width: 100%;
  max-width: 320px;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  padding: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Category Item Container */
.categoryTree .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.categoryTree .category-item:hover,
.categoryTree .categoryHighlight 
{
  background-color: #f8fafc;
}

/* Links */
.categoryTree a {
  text-decoration: none;
  color: #334155;
  font-size: 0.938rem;
  font-weight: 500;
  flex-grow: 1;
  transition: color 0.2s ease;
}

.categoryTree a:hover {
  color: #2563eb;
}

/* Sub-tree Container */
.categoryTree .category-group {
  display: flex;
  flex-direction: column;
}

/* Indentation for nested sub-categories */
.categoryTree .category-group .category-group {
  margin-left: 1rem;
  padding-left: 0.5rem;
  border-left: 2px solid #f1f5f9;
}

/* Expand / Collapse Toggle Icon */
.categoryTree .expandIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
  color: #64748b;
  transition: all 0.2s ease;
  user-select: none;
}

.categoryTree .expandIcon:hover {
  background-color: #e2e8f0;
  color: #0f172a;
}

/* Chevron indicator using pure CSS */
.categoryTree .expandIcon::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg); /* Points down when open */
  transition: transform 0.2s ease;
}

/* Collapsed / Hidden State */
.categoryTree .category-group.hidden > .category-children {
  display: none;
}

.categoryTree .category-group.hidden > .category-item .expandIcon::before {
  transform: rotate(-45deg); /* Points right when closed */
}

/* Hidden on desktop */
.categoryMenuToggle {
    display: none;
}

.cartProductRow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(180px, 22vw, 260px), 1fr));
    gap: clamp(10px, 1.5vw, 14px);
    margin: clamp(16px, 3vw, 32px) 0;
}

.cartProduct,
.cartListProductImg{
   display:flex;
  justify-content: center;

}

.cartProduct {
    position: relative;

    width: 100%;
    max-width: 320px;

    box-sizing: border-box;

    border: 1px solid rgb(241, 241, 241);
    padding: 10px;
    border-radius: var(--radius);

    margin: 0 auto;
}

.cartProduct a{
  text-decoration: none;
}
.cartListProductName{
  text-align: center;
  font-size: clamp(16px, 1.0vw, 24px);
}
.productPreview {
  border: 1px solid #dddddd;
  border-radius: var(--radius);
  overflow:hidden;
  display:flex;
  flex-direction: column; 
  position:relative;
}
.miniCartPreview {
    display:none;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 375px;
    border: 1px solid #d7d7d7;
    z-index: 100;
    font-size:16px;
}
.miniCartSection{
  display:flex;
  flex-direction: column;
  height:100%;
}
.miniCartHeader{
  display: flex;
  flex-direction: row;
}
.miniCartHeader p{
  padding: 4px 10px;
  margin: 0;
  display:block;
}
.miniCartWord{
  width:calc(100% - 60px);
  text-align:left;
}
.miniCartClose{
  width:14%;
  text-align:center;
  cursor:pointer;
  font-weight: 900;
}
.miniCartClose i{width:100%;height:100%;}
.miniCartItems{flex-grow: 1;overflow-y: auto;}

.miniCartRowSet {
    border: 1px solid #d9d9d9;
    margin: 10px;
    padding: 10px;
    column-gap:10px;
}
.miniCartRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap:10px;
}

.miniCartImg{width:30%;padding:0 6px;}

.miniCartImg img{
  max-height:100px;
  display: block;
}
.cartImg{height:80px;}

.miniCartDetails{
  flex-grow:1;
}
.subTotal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px 12px;
}

.miniCartCheckoutBtn {
    display: block;
    border-radius: var(--radius);
    background:  var(--actionBtn);
    color: var(--actionBtnText) !important;
    text-decoration: none;
    text-align: center;
    margin: 10px;
    padding:8px 4px;
}
.miniCartCheckoutBtn:hover{
    text-decoration: none;
    background:  var(--actionBtnHover);
}

.cartListProductImg, #mainProductImage{
  position: relative;
}


/* CART BANNERS */

.productBanner {
    position: absolute;
    pointer-events: none;
    z-index: 90;
}
.productBanner img{
  width: max(100%, 3vw, 32px)
}
.productBanner.Top.Right{top:0;right:0;}
.productBanner.Top.Left{top:0;left:0;}
.productBanner.Bottom.Right{bottom:0;right:0;}
.productBanner.Bottom.Left{bottom:0;left:0;}



/* Mobile - minimum 2 columns */
@media screen and (max-width: 767px) {
  .cartProductRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
    .categoryMenuToggle {
        display: flex;
        align-items: center;
        gap: 10px;
        width: 100%;
        max-width: 320px;
        padding: 12px 15px;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 0.75rem;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        position: relative;
        z-index: 1001;
    }

    .hamburgerIcon {
        font-size: 22px;
        line-height: 1;
    }

    .categoryTree {
        display: none;
    }

    .categoryTree.mobileOpen {
        display: block;
        position: absolute;
        z-index: 1000;
        width: 100%;
        max-width: 320px;
        margin-top: 60px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    }
    .categoryDescription {
        max-height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }
  .categoryDisplay {
      display: flex;
      flex-direction: column;
      align-items: center;
  }    
}

/* Mobile Landscape (Short viewports like tilted phones) */
@media screen and (max-height: 500px) and (orientation: landscape) {
  .cartProductRow {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Touch vs Mouse Interactions */
@media (hover: hover) and (pointer: fine) {
  .cartProductRow > * {
    transition: transform var(--transition-speed), box-shadow var(--transition-speed);
  }
  
  .cartProductRow > *:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}

@media (pointer: coarse) {
  .cartProductRow > * {
    -webkit-tap-highlight-color: transparent;
  }
}