.product {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.products .product {
  border: 3px solid #eeeeee;
  max-width: 400px;
}
.products .product:hover {
  border: 3px solid #eeeeee;
}
.products .product .product-details .product-title {
  font-size: 15px;
  margin-top: 20px;
  text-transform: uppercase;
}
.btn-add-to-cart-wrapper,
.btn-product-view-details {
  opacity: 0;
  height: auto;
  margin: 0 0 15px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: absolute;
  bottom: 0;
  left: -60px;
}
.product:hover .btn-add-to-cart-wrapper,
.product:hover .btn-product-view-details {
  /* left: 0; */
  opacity: 1;
}
.btn-product-view-details {
  left: auto;
  bottom: -28px;
  right: -60px;
}
.product:hover .btn-product-view-details {
  /* left: auto; */
  opacity: 1;
  right: 72px;
}
/* -------- Price ---------- */
.product .price {
  margin-top: 5px;
}
.product .price .amount {
  font-size: 18px;
  font-weight: 600;
}
.product .price del .amount {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.product .price ins {
  margin-left: 10px;
  text-decoration: none;
}
/* -------- Product-Summary ---------- */
.product .product-summary .product-title {
  margin-top: 0;
  text-transform: uppercase;
}
.product .product-summary .short-description {
  margin-bottom: 15px;
}
.product .product-summary .cart-form-wrapper .btn {
  margin-top: 0;
}
.product .product-summary .variations {
  width: 100%;
}
.product .product-tab {
  margin-top: 30px;
}
.product .commentlist .comment {
  margin-top: 30px;
  position: relative;
}
.product .commentlist .comment .meta {
  font-size: 12px;
}
.product .commentlist .comment .author {
  font-size: 14px;
  font-weight: bold;
}
.product .product-thumb {
  position: relative;
}
.product .product-thumb:hover .overlay {
  opacity: 1;
}
.product .product-thumb .overlay .add-to-wishlist {
  color: #fff;
  right: 10px;
  top: 10px;
  position: absolute;
}
.product .product-summary .cart-form-wrapper .quantity,
.tbl-shopping-cart .quantity {
  display: inline-block;
  margin-right: .8571em;
  position: relative;
  width: 4.1429em;
  vertical-align: top;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus,
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  height: 18px;
  left: 2.8571em;
  line-height: 1;
  outline: medium none;
  padding: 0;
  position: absolute;
  width: 18px;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus {
  bottom: 0;
}
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  top: 0;
}
.product .product-summary .cart-form-wrapper .quantity .qty,
.tbl-shopping-cart .quantity .qty {
  -moz-appearance: textfield;
  border: 1px solid #ccc;
  height: 41px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 40px;
}


.category ul li {
    margin-left: 3px;
    margin-top: 4px;
}



.category ul {

    margin-top: 10px;
}


.btn-theme-colored {
  color: #fff;
  background-color: #e10326;
  border-color: #e10326;
}
.btn-theme-colored:focus,
.btn-theme-colored.focus {
  color: #fff;
  background-color: #1d233d;
  border-color: #040509;
}
.btn-theme-colored:hover {
  color: #fff;
  background-color: #1d233d;
  border-color: #1a1f36;
}

.tab-content {
  padding: 15px;
  /* border: 1px solid #eeeeee; */
}
.nav-tabs {
  border: none;
  /* margin-left: 0.5em; */
  border-bottom: 0;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  background-color: #000;
  padding: 10px 35px !important;
}
.nav-tabs > li > a {
  border-radius: 0;
  /* font-family: 'Open Sans', sans-serif; */
  font-size: 15px;
  color: #fefefe;
  padding: 10px 35px !important;
  margin-right: 0;
  background-color: #e10326;
  font-weight: bold;
}
.nav-tabs > li > a .fa {
  margin-right: 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #ffffff;
  background-color: #e10326;
}
.nav-tabs > li > a i {
  font-size: 32px;
  margin-right: 20px;
  vertical-align: middle;
}
/* -------- Nav Tabs ---------- */
.nav-tabs > li {
  text-align: center;
  margin-left: 0px;
}
.nav-tabs > li > a i {
  display: block;
  font-size: 48px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
/* -------- Horizontal-Tab-Centered ---------- */
.horizontal-tab-centered .nav-pills {
  display: inline-block;
}
.horizontal-tab-centered .nav-pills > li > a {
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.horizontal-tab-centered .nav-pills > li > a:hover {
  color: #fff;
}
.horizontal-tab-centered .nav-pills > li > a i {
  font-size: 14px;
  margin-right: 8px;
}
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus {
  color: #fff;
}
/* -------- Horizontal-Tab Fullwide ---------- */
.horizontal-tab.fullwide .nav-tabs > li {
  width: 20%;
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.new{
    /* color: #f07d21; */
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7 !important;
    font-size: 21px;
    padding-bottom: 5px;
    }
	
	


.all-to-center{
   min-height: 100vh;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.fluid-img{
   max-width: 100%;
   height: auto;
}

.card{
   background-color: White;
   padding: 1rem;
   border-radius: 2px;
   box-shadow: 0 3px 6px rgba(0,0,0,0.16),
               0 3px 6px rgba(0,0,0,0.23);
}

.product-viewer{
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
}
   
   .product-viewer
   .thumbnail-gallery{
      display: none;
      margin-right: 1rem;
   }
   
      .product-viewer
      .thumbnail-gallery
      .thumbnail-container{
         border-radius: 2px;
         border: 1px solid lightgray;
         margin-bottom: 4px;
         padding: .25rem;
         height: 70px;
         width: 70px;
         display: flex;
         align-items: center;
         cursor: pointer;
      }
      .product-viewer
      .thumbnail-gallery
      .thumbnail-container:last-child{
         margin-bottom: 0;
      }
         .product-viewer
         .thumbnail-gallery
         .thumbnail-container:hover{
            border-width: 2px;   
         }
         .product-viewer
         .thumbnail-gallery
         .thumbnail-container.is-active{
            border-width: 2px;
         }

   .product-viewer
   .product-img-container{
      height: 280px;
      width: 100%;
      min-width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
   }

.paginator{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 1rem;
}
   
   .paginator
   .button{
      font-size: 24px;
      padding: .25em .45em;
      border-width: 1px;
      border-color: transparent;
      border-style: solid;
      border-radius: 2px;
      cursor: pointer;
      color: gray;
   }
      .paginator
      .button:hover{
         border-color: darkgray;
      }

.badge{
   background-color: #333;
   color: white;
   padding: .5em 1em;
   border-radius: 50px;
   letter-spacing: nowrap;
   font-size: 12px;
}

/* Utilities
---------------------------------*/
.mxy\(1rem\){ margin: 1rem 1rem }

/* Breakpoints
---------------------------------*/

/* Small devices
   (portrait tablets and large 
   phones, 600px and up)
---------------------------------*/
@media only screen and (min-width: 600px) {
   body{
      --bg-color: #ff9966;
      --bg-color-gradient: #ff5e62; 
   }
   
   .product-viewer
   .product-img-container{
      height: 450px;
      width: 450px;

   }
   
   .product-viewer
   .thumbnail-gallery{
      display: inline-block;
   }
      
      .product-viewer
      .thumbnail-gallery
      .thumbnail-container.is-active{
         border-color: var(--bg-color);
      }
   
   .paginator{
      display: none;
   }
} 

/* Medium devices
   (landscape tablets, 768px
   and up)
---------------------------------*/
@media only screen and (min-width: 768px) {
   body{
      --bg-color: #283c86;
      --bg-color-gradient: #e100ff;
   }
   
   .product-viewer
   .product-img-container{
      width: 550px;
   }
} 

/* Large devices
   (laptops/desktops, 992px and 
   up)
---------------------------------*/
@media only screen and (min-width: 992px) {
   body{
      --bg-color: #34e89e;
      --bg-color-gradient: #0f3443;
   }
   
   .product-viewer
   .product-img-container{
      width: 650px;
   }
} 

/* Extra Large devices
   (large laptops and desktops, 
   1200px and up)
---------------------------------*/
/* Basic Reset
---------------------------------*/
*{
   padding: 0;
   margin: 0;
}

*, *::before, *::after{
   box-sizing: border-box;
}
/*---------------------------------*/




/* Mobile First:
   Extra small devices
   (phones, 600px and down)
---------------------------------*/
.all-to-center{
   /* min-height: 100vh; */
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.fluid-img{
   max-width: 100%;
   height: auto;
}

.card{
   background-color: White;
   padding: 1rem;
   border-radius: 0px;
   box-shadow: 0 0px 0px rgb(0 0 0 / 16%), 0 0px 0px rgb(0 0 0 / 23%);
}

.product-viewer{
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
}
   
   .product-viewer
   .thumbnail-gallery{
      display: none;
      margin-right: 1rem;
   }
   
      .product-viewer
      .thumbnail-gallery
      .thumbnail-container{
         border-radius: 2px;
         border: 1px solid lightgray;
         margin-bottom: 4px;
         padding: .25rem;
         height: 70px;
         width: 70px;
         display: flex;
         align-items: center;
         cursor: pointer;
      }
      .product-viewer
      .thumbnail-gallery
      .thumbnail-container:last-child{
         margin-bottom: 0;
      }
         .product-viewer
         .thumbnail-gallery
         .thumbnail-container:hover{
            border-width: 2px;   
         }
         .product-viewer
         .thumbnail-gallery
         .thumbnail-container.is-active{
            border-width: 2px;
         }

   .product-viewer
   .product-img-container{
      height: 280px;
      width: 100%;
      min-width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
   }

.paginator{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin: 1rem;
}
   
   .paginator
   .button{
      font-size: 24px;
      padding: .25em .45em;
      border-width: 1px;
      border-color: transparent;
      border-style: solid;
      border-radius: 2px;
      cursor: pointer;
      color: gray;
   }
      .paginator
      .button:hover{
         border-color: darkgray;
      }

.badge{
   background-color: #333;
   color: white;
   padding: .5em 1em;
   border-radius: 50px;
   letter-spacing: nowrap;
   font-size: 12px;
}

/* Utilities
---------------------------------*/
.mxy\(1rem\){margin: 1rem 1rem;}

/* Breakpoints
---------------------------------*/

/* Small devices
   (portrait tablets and large 
   phones, 600px and up)
---------------------------------*/
@media only screen and (min-width: 600px) {

   
   .product-viewer
   .product-img-container{
      height: auto;
      width: 450px;
   }
   
   .product-viewer
   .thumbnail-gallery{
      display: inline-block;
   }
      
      .product-viewer
      .thumbnail-gallery
      .thumbnail-container.is-active{
         border-color: #e3e3e3e8;
      }
   
   .paginator{
      display: none;
   }
} 

/* Medium devices
   (landscape tablets, 768px
   and up)
---------------------------------*/
@media only screen and (min-width: 768px) {

   
   .product-viewer
   .product-img-container{
      width: 550px;
   }
} 

/* Large devices
   (laptops/desktops, 992px and 
   up)
---------------------------------*/
@media only screen and (min-width: 992px) {

   
   .product-viewer
   .product-img-container{
      width: 530px;
      border: 1px solid #dddddd;
   }
} 

/* Extra Large devices
   (large laptops and desktops, 
   1200px and up)
---------------------------------*/
@media only screen and (min-width: 1200px) {

   
   .product-viewer
   .product-img-container{
      /* width: 750px; */
   }
}

	