﻿/* user.css ----------------------------------------------------------------- */
/* Please don't edit the original of this file.
 * Instead copy into a template and edit the copy.
 */

 
 .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 16px;
      display: block;
      }
      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        color: #000;
        background: #e1ebf1; 
       }
    @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
        color: #000;
        background: #e1ebf1; 
       }

      .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
       background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    color: #000;
 
}

}

  
 @media (min-width: 576px)
.navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
}

 @media screen and (max-width: 600px) 
  .navbar-expand-sm .navbar-nav .dropdown-menu{
   
    width: 100%;
  
}
 
.ftco-navbar-light {
  background:#f8f9fa!important;
  z-index: 3;
  padding: 0;
  position: fixed-top; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      background:#e1ebf1!important;
      position: relative;
      top: 0;
      padding: 10px 15px; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: 0.5rem;
    padding-bottom:0.5rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: #ff0000;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (prefers-reduced-motion: reduce) {
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:before {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #b60b30; }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover:before {
        width: 100%; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .7rem;
        padding-bottom: .7rem;
        color: #212529; }
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #b60b30; } }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); } 
		}
 
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #000;
    background: #ff0000;
    border-radius: 0px; }
    @media (max-width: 767.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
        color: #000;
        background: #ff0000;
        border-radius: 4px; } }
  .ftco-navbar-light .navbar-nav > .nav-item.active > a {
    color: #00; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item.active > a {
        color: #000; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color:black!important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:focus {
      outline: none !important; }

.navbar-brand {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 30px; }
  .navbar-brand span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3); }
  .navbar-brand:hover, .navbar-brand:focus {
    color: #000; }

.social-media {
  display: inline-block; }
  @media (max-width: 991.98px) {
    .social-media {
      margin: 0 auto; } }
  @media (max-width: 767.98px) {
    .social-media {
      margin-bottom: 20px; } }
  .social-media p a {
    border: 1px solid #e6e6e6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 4px; }
    .social-media p a span {
      color: #4d4d4d; }
    .social-media p a:hover {
      background: #ff0000;
      border-color: #ff0000; }
      .social-media p a:hover span {
        color: #ff0000; }
        
        /* Equal-height card images, cf. https://stackoverflow.com/a/47698201/1375163*/
.card-img-top {
    height: 50vw;
    object-fit: cover;
}
 /* bookmarks */
.social-icons i { font-size: 1.8em; } .social-icons i { padding: 4px; line-height: 30px; text-align: center; color: #ff0000; color: rgba(255, 255, 255, 0.8); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .social-icons.icon-flat i { border-radius: 0; } .social-icons.icon-zoom i:hover, .social-icons.icon-zoom i:active { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); } .social-icons .fa-digg {background-color:#000000; } .social-icons .fa-facebook,.social-icons .fa-facebook-square { background-color:#3C599F; } .social-icons .fa-linkedin,.social-icons .fa-linkedin-square { background-color:#0085AE; } .social-icons .fa-pinterest,.social-icons .fa-pinterest-square { background-color:#CC2127; } .social-icons .fa-reddit-alien { background-color:#CEE3F8; } .social-icons .fa-stumbleupon { background-color:#EB4924; } .social-icons .fa-tumblr, .social-icons .fa-tumblr-square { background-color:#314E6C; } .social-icons .fa-twitter, .social-icons .fa-twitter-square { background-color:#32CCFE; }
/* end */

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#ff0000;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#ff0000;
border:1px solid #ff0000;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #ff0000;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.h5, h5 {
    font-size: 1rem;
}

.address {
     color:#ff0000;
}



/*ziprow start*/
  .ziprow  div.contentText  div.row  div.col > .card > a > img{
    max-height: 100%;;
    width: auto;
  }
  

/*ziprow end*/

/*ziprow-1 start*/
    .ziprow-1{
        font-size: 0.8em;
    }
    .ziprow-1 .zipstarbox{
        width: 100% !important;
    }
  .ziprow-1 div.contentText  div.row  div.col  {
    width: 100% ;
    max-width: 100% ;
    flex: 0 0 100%;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card {
    display: block;
    position: relative;
    height: 150px !important;
    overflow: hidden;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card > a{
    width: 20% !important;
    display: block;
    position: absolute;
    left: 0px;
    height: 100%;
  }
  
  
  .ziprow-1  div.contentText  div.row  div.col > .card > .card-body{
  position: absolute;
      top: 0;
    left: 20% !important;
    bottom: 0;
    width: 30% !important;
    display: block;
    padding: 0.25rem;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card > .card-footer{
    position: absolute;
      top: 0;
    left: 50% !important;
    bottom: 0;
    width: 50% !important;
    display: block;
    padding-top: 0.25rem !important;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card > .zipspecialheader{
    width: 20%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: 2;
    padding: 0.25rem;
  }
 
  .ziprow-1  div.contentText  div.row  div.col > .card .btn-group-vertical{
    flex-direction: row;
    vertical-align: middle !important;
  }
  .ziprow-1  .btn-group .btn-group-vertical{
    display: block;
    text-align: center;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card .btn-group-vertical > .btn{
    margin: 0.1rem 0.1rem !important;
    display: inline-block !important;
    padding: 0.2rem;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card .zipbuttongroup > .btn{
    margin: 0 !important;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card .zipbuttongroup {
    position: relative;
    display: block;
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
    height: 32px;
    padding: 0px !important;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card .zipbuttongroup .zipqtyless{
    position: absolute;
    left: 0px;
    width: 25%;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card .zipbuttongroup .zipqtymore{
    position: absolute;
    right: 0px;
    width: 25%;
  }
  .ziprow-1  div.contentText  div.row  div.col > .card .zipbuttongroup input.zipqtybeforechange{
    position: absolute;
    width: 1.75rem !important;
    left: 25%;
    height: 100%;
  }
  .ziprow-1  .zipbtncounter{
    line-height: 1.1em;
  }
  .ziprow-1 .btn-view i{
  display: none;
  }
/*ziprow-1 end*/

/*ziprow-2 start*/
  .ziprow-2 div.contentText  div.row  div.col  {
    width: 50% ;
    max-width: 50% ;
    flex: 0 0 50%;
  }
 .ziprow-2 div.contentText  div.row  div.col > .card {
    display: block;
    position: relative;
    height: 150px !important;
    overflow: hidden;
  }
  .ziprow-2 div.contentText  div.row  div.col > .card > a{
    width: 30% !important;
    display: block;
    position: absolute;
    left: 0px;
    height: 100%;
  }
  .ziprow-2 div.contentText  div.row  div.col > .card > .card-body{
  position: absolute;
      top: 0;
    left: 30% !important;
    bottom: 0;
    width: 30% !important;
    display: block;
    padding: 0.25rem;
  }
  .ziprow-2 div.contentText  div.row  div.col > .card > .card-footer{
    position: absolute;
      top: 0;
    left: 60% !important;
    bottom: 0;
    width: 40% !important;
    display: block;
    padding: 0.25rem !important;
  }
  .ziprow-2 div.contentText  div.row  div.col > .card > .zipspecialheader{
    width: 20%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: 2;
    padding: 0.25rem;
  }
 
  .ziprow-2 .zipbuttongroup {
    height: 90px;
  }
  
  .ziprow-2 .btn-view i{
  display: none;
  }


/*ziprow-2 end*/
  
  
  
  
  
/*ziprow-6 start*/
  .ziprow-6 div.contentText  div.row  div.col  {
    width: 16.66% ;
    max-width: 16.66% ;
    flex: 0 0 16.66%;
  }
 .ziprow-6 div.contentText  div.row  div.col > .card {
    display: block;
    position: relative;
    height: calc(400px + {$img_min_height}px) !important;
    overflow: hidden;
  }
  .ziprow-6 div.contentText  div.row  div.col > .card > a{
    width: 100% !important;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    max-height: {$img_min_height}px;
    text-align: center;
    overflow: hidden;
  }
  .ziprow-6 div.contentText  div.row  div.col > .card > .card-body{
  position: absolute;
    top: {$img_min_height}px;
    left: 0 !important;
    width: 100% !important;
    height: 200px;
    display: block;
    padding: 0.25rem;
    line-height: 1.1em;
    overflow: hidden;
  }
  .ziprow-6 div.contentText  div.row  div.col > .card > .card-footer{
    position: absolute;
    top: calc({$img_min_height}px + 200px);
    left: 0 !important;
    width: 100% !important;
    height: 200px;
    display: block;
    padding: 5px !important;
    overflow: hidden;
  }
  .ziprow-6 div.contentText  div.row  div.col > .card > .zipspecialheader{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    z-index: 2;
    padding: 0.25rem;
  }
 .ziprow-6 div.contentText  div.row  div.col > .card > .card-footer .button-group{
    margin: 0.2rem;
 }
 .ziprow-6 div.contentText  div.row  div.col > .card > .card-footer .m-2{
    margin: 0.1rem !important;
 }
  .ziprow-6 .zipbuttongroup {
    height: 90px;
  }
 
  .ziprow-6 .btn-view i{
  display: none;
  }
/*ziprow-6 end*/


/* other start*/
.zipgridboxes {
                    position: relative;
                    color: #aaa;
                    display: block;
                    width: 100%;
                    height: 40px;
                }

                .zipgridclear {
                    clear: both;
                }

                .zipgridboxeslabel {
                    float: left;
                    padding: 6px;
                }

                .zipgrid svg{
                    background: #666;
                }
                .zipgrid {
                    display: inline-block;
                    width: 17px;
                    height: 17px;
                    text-align: center;
                    padding: 0px;
                    margin: 4px 10px;
                    float: left;
                    cursor: pointer;
                }

                .zipgridselected svg{
                    background: #fd7e14;
                }

                .zipgrid21 {
                    width: 9px;
                    height: 4px;
                    border: 2px solid #aaa;
                    display: block;
                    margin: 1px;
                    float: left;
                }

                .zipgrid41 {
                    width: 3.5px;
                    height: 4px;
                    border: 1px solid #aaa;
                    background: #aaa;
                    display: block;
                    margin: 2px 1px;
                    float: left;
                }

                .zipgrid61 {
                    width: 1px;
                    height: 8px;
                    border: 1px solid #aaa;
                    background: #aaa;
                    display: block;
                    margin: 2px 2px 2px 0px;
                    float: left;
                }
/* other end*/

  @media screen and (max-width: 1160px) {
    .ziprow-6 div.contentText  div.row  div.col  {
        width: 25% ;
        max-width: 25% ;
        flex: 0 0 25%;
    }
  }
  @media screen and (max-width: 1000px) {

    .ziprow-2 div.contentText  div.row  div.col  {
        width: 100% ;
        max-width: 100% ;
        flex: 0 0 100%;
    }
    
    .zipstarbox{
        width: 100% !important;
    }
    
  }
  
  @media screen and (max-width: 640px) {
   .zipgrid2, .zipgrid6 {
        display: none;
    }
   .ziprow-6 div.contentText  div.row  div.col > .card > a{
        width: 100% !important;
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        max-height: 150px;
        text-align: center;
  }
    .ziprow-6 div.contentText  div.row  div.col  {
        width: 50% ;
        max-width: 50% ;
        flex: 0 0 50%;
    }
      .ziprow-6 div.contentText  div.row  div.col > .card > .card-body{
      position: absolute;
          top: 150px;
        height: 150px;
      }
      .ziprow-6 div.contentText  div.row  div.col > .card > .card-footer{
        position: absolute;
          top: 300px;
        height: 200px;
      }
  }
.grid-group-item .list-group-item-text {
    display: inline;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f8f9fa;
}
/* Equal-height card images, cf. https://stackoverflow.com/a/47698201/1375163*/
.card-img-top {
    height: 50vw;
    object-fit: cover;
}
  /* Small devices (landscape phones, 576px and up) */
  @media (min-width: 576px) {
    .card-img-top {
        height: 15vw;
		object-fit: cover;
    }
  }
  /* Medium devices (tablets, 768px and up) */
  @media (min-width: 768px) {
    .card-img-top {
        height: 15vw;
		object-fit: cover;
    }
  }
  /* Large devices (desktops, 992px and up) */
  @media (min-width: 992px) {
    .card-img-top {
        height: 15vw;
		object-fit: cover;
    }
  }
  /* Extra large devices (large desktops, 1200px and up) */
  @media (min-width: 992px) {
    .card-img-top {
        height: 18vw;
		object-fit: cover;
    }
  }
  
  
  .navbar {
    padding-right:1rem;
    padding-left:1rem;
    padding-top:0.005rem;
     padding-bottom:0.005rem;
}

.alert-light {
font-size:small;
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.btn {
  font-weight: 400;
  font-size: 1.0375rem;
  border-radius: 20px;
}

.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color:#b1b3b4;
    padding: 1em;
    border: 10px solid #b1b3b4;
}
.carousel-indicators li {
background-color: #575757 !important;
}
.carousel-indicators {
bottom:-50px;
}
.carousel-inner {
    margin-bottom:50px;
 }
 