body {
  margin: 0 !important;
  padding: 0;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont arial, sans-serif !important;
}

/*This is the css for the animation - you must use a class here that is the container of the hyperlink. In this case class texta is the container while class hyperlink is styled directly on the anker tag or text. */
.textnav > a {
  position: relative;
  text-decoration: none;
}

.textnav a:hover {
  color:rgb(173, 173, 173);
}

.textnav > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color:rgb(255, 255, 255);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.textnav > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/*end of anker ani css */

.topnav h1 {
  margin-top: 0;
}

.topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
  /* overflow: hidden; */ /*This must of off in order for the mobile navbar and search drop down to extend below the navbar*/
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: 0.4s;
  margin: 0 auto 0;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  margin: auto;
  text-decoration: none;
  font-size: 14px;
}
/* 
.topnav > a {
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.topnav a:hover {
  color: rgb(255, 255, 255);
}

.topnav > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: rgb(255, 255, 255);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
} */

.topnav > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.topnav a.active {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-right: 10px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 43px;
  font-weight: 500;
}

.topnav a.active2 {
  color: rgb(255, 255, 255);
  font-size: 13px;
  margin-left: 43px;
  font-weight: 500;
}

/* .topnav a.active2:hover {
  color: #af534c;
} */

.topnav a.active3 {
  color: rgb(255, 255, 255);
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 6px;
  float: right !important;
  cursor: pointer;
  margin-left: 43px;
  font-weight: 500;
}

.topnav a.active-end {
  color: rgb(0, 0, 0);
  font-size: 13px;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 43px;
  float: right !important;
  cursor: pointer;
  margin-left: 43px;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
/*This class sets the height and width for the navbar icons*/
.icon-size-nvb {
height: 20px;
width: 20px;
}
/* 954 is when the mobile navabr activates 955 is when the hambuger is visible */
@media only screen and (max-width: 954px) {
  .goneopt {
    display: none;
  }
}

@media only screen and (min-width: 955px) {
  .noopt {
    display: none;
  }
}

@media only screen and (max-width: 954px) {
  .padsmall {
    margin-left: 73px !important;
  }
}

@media only screen and (max-width: 954px) {
  .padfix {
    bottom: 9px !important;
  }
}

/* @media only screen and (max-width: 954px) {
  .padfix22 {
    bottom: 7px !important;
  }
} */
/* other navbar css */



@media only screen and (max-width: 454px) {
  .padx {
    margin-left: 33px !important;
  }
}

@media only screen and (max-width: 410px) {
  .padx2 {
    margin-left: 23px !important;
  }
}

@media only screen and (max-width: 410px) { /*This decreases the margin of the left of the nationalpix logo*/
  .padpix {
    margin-left: 63px !important;
  }
}

@media only screen and (max-width: 333px) {
  .padpix2 {
    margin-left: 53px !important;
  }
}

@media only screen and (max-width: 410px) {
  #menuToggle {
    left: 20px !important;
  }
}

@media only screen and (max-width: 333px) {
  #menuToggle {
    left: 15px !important;
  }
}

@media only screen and (max-width: 376px) {
  .padx3 {
    margin-left: 13px !important;
  }
}

@media only screen and (max-width: 384px) {
  .padx-first {
    margin-left: 5px !important;
  }
}

@media only screen and (max-width: 944px) {
  .endx {
    margin-right: 23px !important;
  }
}

@media only screen and (max-width: 328px) {
  .endx2 {
    margin-right: 13px !important;
  }
}

#menuToggle { /*mobile navbar */
  display: block;
  position: relative;
  top: 20px;
  left: 25px;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #fff;

  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* This hides the checkmark */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
* This is the css for the 3 lines or hamburger
*/
#menuToggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 3px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
* Transform all the slices of hamburger
* into a crossmark.
*/
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #ffffff;
}

/*
* But let's hide the middle one.
*/
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
* Oh yeah and the last one should go the other direction
*/
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
* Make this absolute positioned
* at the top left of the screen
*/
#menu {
  position: absolute;
  width: 250px;
  height: 1800px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 148px;
  top: 0;
  background: #000000;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  font-size: 15px !important;
  line-height: 30px !important;
  text-align: left !important;
  line-height: 2.7 !important;
  margin-left: 0px !important;
}

#menu > a {
  position: relative;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

#menu a:hover {
  color: rgb(255, 255, 255);
}

#menu > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: rgb(255, 255, 255);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

#menu > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

/*
* And let's slide it in from the left
*/
#menuToggle input:checked ~ ul {
  transform: none;
}

/* css search bar */
.searchxt {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont arial, sans-serif;
  border-radius: 30px;
  border: 1px solid transparent;
  color: rgb(255, 255, 255);
  width: 310px;
  height: 25px;
  padding-left: 20px;
  background-color: transparent;
  /*   background-position: 795px 22px; */
  background-repeat: no-repeat;
  font-size: 13px;
}

.searchxt:hover {
  cursor: auto;
}

.searchani {
  animation-name: search;
  animation-duration: 1s;
}

@keyframes search {
  from {
    opacity: 0;
    margin-left: -200px;
  }
  to {
    margin-left: 0px;
  }
}
/*animation for navbar text and icons */
.navhide-1 {
  animation-name: hide-1;
  animation-duration: 0.5s;
}

@keyframes hide-1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide {
  animation-name: hide;
  animation-duration: 1s;
}

@keyframes hide {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide2 {
  animation-name: hide2;
  animation-duration: 1.5s;
}

@keyframes hide2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide3 {
  animation-name: hide3;
  animation-duration: 2s;
}

@keyframes hide3 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide4 {
  animation-name: hide4;
  animation-duration: 2.5s;
}

@keyframes hide4 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide5 {
  animation-name: hide5;
  animation-duration: 3s;
}

@keyframes hide5 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide6 {
  animation-name: hide6;
  animation-duration: 3.5s;
}

@keyframes hide6 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.searchani-nvb {
  animation-name: search6;
  animation-duration: 3.2s;
}

@keyframes search6 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide7 {
  animation-name: hide7;
  animation-duration: 4s;
}

@keyframes hide7 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide8 {
  animation-name: hide8;
  animation-duration: 4.5s;
}

@keyframes hide8 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navhide9 {
  animation-name: hide9;
  animation-duration: 5s;
}

@keyframes hide9 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*end of css for navbar animation */


/*------------------                       ----------------
-------------------- CSS FOR NAVBAR SEARCH ---------------- 
--------------------                       ----------------*/


*:focus {
  outline: 0 !important;
}

* {
  box-sizing: border-box;
  list-style: none;

}



.search-input-navbar {
  display: flex;
  /*css styling for search */
  width: 500px;
  background: #f5f5f5;
  border: 1px solid white;
  border-radius: 40px;
  height: 48px;
  padding: 10px;
  text-align: center;
}

.dropdown-nvb {
  /*drop down css */
  width: 30%;
  border-left: 1px solid gray;
  color: #9fa3b1;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

.selected-media-nvb {
  /*selected media name css */
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
}

.selected-media-nvb:hover {
  /*media name hover */
  color: #af534c;
}

.unordered-list-nvb {
  position: absolute;
  top: 25px;
  left: 6px;
  background: #fff;
  border: 1px solid gray;
  width: 100%;
  border-radius: 27px;
  padding: 20px;
  display: none;

}

.unordered-list-nvb.active {
  display: block;
}

.unordered-list-nvb li {
  padding-bottom: 20px;
  font-size: 14px;
}

.unordered-list-nvb li:last-child {
  padding-bottom: 0;
}

.unordered-list-nvb li:hover {
  color: #af534c;
}

.search-input-navbar .dropdown-nvb:before {
  /*arrow css on media name */
    content: "";
    position: absolute;
    top: 11px;
    left: 78%;
    border: 7px solid;
    border-color: #af534c transparent transparent transparent;
}



.search-input-navbar .search_field-nvb {
  width: 75%;
  height: 100%;
  position: relative;
}

.search-input-navbar .search_field-nvb .input-nvb {
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 14px;
  padding-left: 38px;
  padding-right: 38px;
  color: gray;
  font-weight: normal;
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont arial, sans-serif;
  background-color: transparent;
}

.arrow-search-nvb {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 17px;
  cursor: pointer;
}



::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9fa3b1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #9fa3b1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #9fa3b1;
}

/*animation for dropdown when clicked */
.ani-media-nvb {
  animation-name: nvbsearch1;
  animation-duration: 0.7s;
}

@keyframes nvbsearch1 {
  from {
      top: 0px;
      opacity: 0;
  }

  to {
      top: 25px;
  }
}

.center-items-nvb {
  display: flex;
  align-items: center;
}

.flexcssnvb {
  display: flex; 
  justify-content: space-between;
  line-height: 1.7 !important;
}

.flexsecoundnvb {
  display: flex; 
  justify-content: flex-end;
}

/*-----NEW opt css for search bar------*/
@media only screen and (max-width: 1392px) { /*FIRST cut */
  .search-input-navbar {
    width: 400px;
  }

  .input-nvb {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 1294px) { /*SECOUND cut */
  .search-input-navbar {
    width: 310px;
  }

  .dropdown-nvb {
    width: 42%;
  }
}

@media only screen and (max-width: 1211px) { /*THIRD cut navbar search bar disappears WHILE search icon apears */
  .search-input-navbar {
    display: none;
  }

  .remove-marg { 
    margin-right: 0px !important;
  }
}

@media only screen and (min-width: 1211px) { /*Search icon apears */
  .searchicon-display {
    display: none;
  }
}



/*-----OLD opt css for search bar------*/
/* @media only screen and (max-width: 956px) {
  .search-input-navbar .dropdown-nvb:before {
      /*arrow css on media name 
      left: 70%;
  }
}

@media only screen and (max-width: 740px) {
  .search-input-navbar .dropdown-nvb:before {
      arrow css on media name 
      left: 73%;
  }
}

@media only screen and (min-width: 681px) {
  .search-input-navbar {
      display: flex;
  }
}

@media only screen and (max-width: 680px) {
  .selected-media-nvb {
      background-color: white;
      border-radius: 30px;
  }

  .dropdown-nvb {
      top: 20px;
      width: 50%;
      margin: 0 auto;
      border-left: 0px solid transparent;
  }

  .unordered-list-nvb {
      top: 35px;
      left: 3px;
  }

  .ani-media-nvb { css for animation on drop down 
      animation-name: nvbsearch;
      animation-duration: 0.7s;
  }

  @keyframes nvbsearch {
      from {
          top: 0px;
          opacity: 0;
      }

      to {
          top: 25px;
      }
  }

  .search-input-navbar .search_field-nvb .input-nvb {
      width: 133%;
  }
}

@media only screen and (max-width: 472px) {
  .dropdown-nvb {
      width: 65%;
  }
}

.center-items-nvb {
  display: flex;
  align-items: center;
}

 */
/*-----end of search bar css----- */

/*----------------CSS for search mob showing only in click of search icon------------------------ */
       * {
            box-sizing: border-box;
            list-style: none;
            font-family: "Quicksand", -apple-system, BlinkMacSystemFont arial, sans-serif;
            


        }

        *:focus {
            outline: 0 !important;
        }

   



        .search-navbar-mob {
            /*css styling for search */
            width: 100%;
            background: #fff;
            border-radius: 40px;
            height: 70px;
            padding: 10px;
            --tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
            box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
        }

        .dropdown-mob {
            /*drop down css */
            text-align: center;
            width: 25%;
            border-left: 1px solid gray;
            color: #9fa3b1;
            position: relative;
            cursor: pointer;
            font-size: 17px;
        }

        .selected-media-mob {
            /*selected media name css */
            padding: 10px 15px;
            font-size: 17px;
            font-weight: 500;
        }

        .selected-media-mob:hover {
            /*media name hover */
            color: #af534c;
        }

        .unordered-list-mob {
            position: absolute;
            top: 47px;
            left: 6px;
            background: #fff;
            width: 100%;
            border-radius: 27px;
            padding: 20px;
            display: none;

        }

        .unordered-list-mob.active {
            display: block;
        }

        .unordered-list-mob li {
            padding-bottom: 20px;
        }

        .unordered-list-mob li:last-child {
            padding-bottom: 0;
        }

        .unordered-list-mob li:hover {
            color: #af534c;
        }

        .search-navbar-mob .dropdown-mob:before {
            /*arrow css on media name */
            content: "";
            position: absolute;
            top: 21px;
            left: 65%;
            border: 8px solid;
            border-color: #af534c transparent transparent transparent;
        }



        .search-navbar-mob .search-mob {
            width: 75%;
            height: 100%;
            position: relative;
        }

        .search-navbar-mob .search-mob .input-mob {
            width: 100%;
            height: 100%;
            border: 0px;
            font-size: 17px;
            padding-left: 38px;
            padding-right: 38px;
            color: gray;
            font-weight: normal;
            font-family: "Quicksand", -apple-system, BlinkMacSystemFont arial, sans-serif;

        }

        .arrow-search-mob {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 17px;
            cursor: pointer;
        }



        ::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #9fa3b1;
        }

        ::-moz-placeholder {
            /* Firefox 19+ */
            color: #9fa3b1;
        }

        :-ms-input-placeholder {
            /* IE 10+ */
            color: #9fa3b1;
        }

        /*animation for dropdown when clicked */
        .ani-media1 {
            animation-name: mediaani;
            animation-duration: 0.7s;
        }

        @keyframes mediaani {
            from {
                top: 0px;
                opacity: 0;
            }

            to {
                top: 47px;
            }
        }


        /*-----opt css for search bar------*/
        @media only screen and (max-width: 956px) {
            .search-navbar-mob .dropdown-mob:before {
                /*arrow css on media name */
                left: 70%;
            }
        }

        @media only screen and (max-width: 740px) {
            .search-navbar-mob .dropdown-mob:before {
                /*arrow css on media name */
                left: 73%;
            }
        }

        @media only screen and (min-width: 681px) {
            .search-navbar-mob {
                display: flex;
            }
        }

        @media only screen and (max-width: 680px) {
            .selected-media-mob {
                background-color: white;
                border-radius: 30px;
                --tw-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
                box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);
            }

            .dropdown-mob {
                top: 20px;
                width: 50%;
                margin: 0 auto;
                border-left: 0px solid transparent;
            }

            .unordered-list-mob {
                top: 35px;
                left: 3px;
            }

            .ani-media1 {
                animation-name: mediaani;
                animation-duration: 0.7s;
            }

            @keyframes mediaani {
                from {
                    top: 0px;
                    opacity: 0;
                }

                to {
                    top: 35px;
                }
            }

            .search-navbar-mob .search-mob .input-mob {
                width: 133%;
            }
        }

        @media only screen and (max-width: 472px) {
            .dropdown-mob {
                width: 65%;
            }
        }

        /*-----end of search bar css----- */


        body {
            background-color: whitesmoke;
        }

        @media only screen and (max-width: 408px) {
            .searchfont23 {
                font-size: 13px !important;
            }

            .ui-autocomplete {
                /*ui-autocomplete @media 3*/
                font-size: 13px !important;
            }
        }

        @media only screen and (max-width: 362px) {
            .searchfont33 {
                font-size: 10px !important;
            }
        }

        @media only screen and (max-width: 433px) {
            .searchfont {
                font-size: 15px;
            }
        }

        .cancel-mob-text {
            margin: 16px 0px 16px 0px !important;
            font-size: 16px;
            text-align: center;
            color: rgb(53, 53, 53);
        }

        .cancel-mob-text:hover {
            color: #af534c;
            cursor: pointer;
        }


        .ani-mob {
          animation-name: mob-ani2;
          animation-duration: 2s;
          padding: 0px 15px;
        }
    
        @keyframes mob-ani2 {
          from {
            transform: translate(-0px, -70px);
            opacity: 0;
          }
    
          to {
            transform: translate(0px, 0px);
          }
        }

        /*This is the css for the cirle items - It shows the current amount of items in the shopping cart*/
        .cirle-items-nvb {
          background-color: #af534c;
          border-radius: 50%;
          height: 18px;
          width: 17px;
          text-align: center;
          font-weight: 600;
          color: white;
          font-size: 12px;
          margin-right: 0px;
          position: absolute;
          margin: 0 0 0px 17px;
          font-weight: bolder;
          text-align: center;
        }
