
*{
  font-family: "Gill Sans Extrabold", sans-serif;

}
::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
       .main_search_wrapper{
   width: 60vw;
       max-width: 850px;
       }
.breadcrump-wrapper{
  display: flex;
    gap: 15px;
    width: fit-content;
    max-width: 72vw;
}
.products_table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.width-50vw{
  width: 60vw;
}
.width-60vw{
  width: 60vw;
}
.width-70vw{
  width: 60vw;
}
.width-80vw{
  width: 60vw;
}

footer {
    height: fit-content;
    background: #014177;
    display: flex !important;
    justify-content: center;
    color: white;
    align-items: center;
    padding: 30px 30px 30px 30px;
}
footer a{
      color: white;
    font-size: 16px;
    text-decoration: none;
}
footer a:hover, footer a:focus{
      color: white;
      text-decoration: none;
}
/* Parallax */
  .padding-0{
    padding: 0 !important;
  }
  .margin-0{
    margin: 0 !important;
  }
.parallax-container {
  width: 100%;
  display: flex;
  position: relative;
  /*min-height: 100vh;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*  this is where the magic happens:  */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: var(--color);
  /*row-gap: 4rem;*/
  /* text-align: center; */
}

.parallax-buffer {
  width: 100%;
  min-height: 60vh;
  background-color: var(--color);
}
/* END Parallax */

.icon_button{
  height: fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 5px;
  background: white;
}

       .section-content ul, .attr_section_wrapper ul{
       padding-left: 25px;
       text-align: left;
       }
.category_ground-wrapper .icon_button-wrapper{
  display: flex;
  gap: 5px;
  height: fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  background: #014177;
  padding: 5px 5px 5px 10px;
}

.inactive{
  display: none !important;
}

.flex_wrapper {
    display: flex;
  
}
.flex_wrapper.wrap {
    flex-wrap: wrap;
}
  
.flex_wrapper.justifyCenter {
    justify-content: center;
}
  .flex_wrapper.column {
    flex-direction: column;
}
.flex_wrapper.alignCenter {
    align-items: center;
}

.flex_wrapper.gap70 {
    gap: 30px;
}

.flex_wrapper.gap60 {
    gap: 30px;
}
.flex_wrapper.gap50 {
    gap: 30px;
}
.flex_wrapper.gap40 {
    gap: 30px;
}
.flex_wrapper.gap30 {
    gap: 30px;
}
.flex_wrapper.gap20 {
    gap: 20px;
}
.flex_wrapper.gap15 {
    gap: 15px;
}
.flex_wrapper.gap10 {
    gap: 10px;
}
.flex_wrapper.gap9 {
    gap: 9px;
}
.flex_wrapper.gap8 {
    gap: 8px;
}
.flex_wrapper.gap7 {
    gap: 7px;
}
.flex_wrapper.gap6 {
    gap: 6px;
}
.flex_wrapper.gap5{
    gap: 5px;
}
.flex_wrapper.gap4 {
    gap: 4px;
}
.flex_wrapper.gap3 {
    gap: 3px;
}
.flex_wrapper.gap2 {
    gap: 2px;
}
.flex_wrapper.gap1 {
    gap: 1px;
}
.flex_entry.grow {
    flex-grow: 1;
}

.flex_entry.fb49 {
    flex-basis: 49%;
}

.flex_entry.fb40 {
    flex-basis: 49%;
}

.flex_entry.fb33 {
    flex-basis: 33%;
}


.flex-container{
  display: flex;
}

.flex-container.wrap{
  flex-wrap: wrap;
}

.flex-container.justify-center{
  justify-content: start;
}
.flex-container.justify-space-between{
  justify-content: space-between;
}
.flex-container.align-center{
  align-items: center;
}
.flex-container.column{
  flex-direction: column;
}
.cursorButton{
  cursor: pointer;
}


.primary_button{
        background: #ff5e00;
    color: white;
    border: 1px solid #ff52007a;
    padding: 3px 6px 3px 6px;
    border-radius: 3px;

}

#new_product_asin-input{
      width: 275px;
    height: 163px;
}
 .category_link{
    color: white;
    font-weight: 100;
  }
  .category_link:hover{
    text-decoration: none;
    color: #ef644b;
  }
  .category_link:focus{
    text-decoration: none;
    color: #ef644b;
  }
.page-wrapper{
    padding-top: 100px;
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    padding-bottom: 75px;
}

/* Input Field */
.input-field-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-field {
  position: relative;
}
.input-field input {
  min-height: 25px;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 15px;
  border: 2px solid black;
  background: transparent;
  color: black;
  outline: none;
}
.input-field label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: black;
  font-size: 19px;
  pointer-events: none;
  transition: 0.3s;
}
input:focus ~ label,
input:valid ~ label {
  top: 0;
  left: 15px;
  font-size: 16px;
  padding: 0 2px;
  background: white;
}
/* Input Field End */

/* Image Gallery */

.zooma-main {
    overflow: hidden;
    position: relative;
    max-width: 500px;
    max-height: 500px;
  }
  .zooma-main img {
    pointer-events: none;
    display: block;
    width: 100%;
    height: auto;
    cursor: zoom-in;
    opacity: 0;
    top: 0;
    left: 0;
  }
  .zooma-main img.is-loaded {
    position: absolute;
  }
  .zooma-main img.is-active {
    opacity: 1;
    pointer-events: initial;
  }
  .zooma-main img.is-zoomed-in {
    cursor: zoom-out;
    width: initial;
  }
 
  .zooma-thumbnail img {
    display: block;
    width: 80px;
    height: auto;
    opacity: 0.5;
    padding: 10px;
  }
  .zooma-thumbnail img.is-active {
    opacity: 1;
    outline: 1px solid;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  .wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  .product-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 20px;
    /* justify-content: center; */
  }
  .filter-box-header-wrapper{
       display: flex;
       justify-content: space-between;
       padding: 10px 15px 25px 0px;
  }
  #category_pages-wrapper{
    font-size: 17px;
  }
  .product_count{
    font-style: italic;
  }
  .product {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .product__thumbnails {
    flex-shrink: 0;
  }
  .product__focus {
    margin: 0 40px;
  }
  .product__description {
    width: 30%;
  }

  /* Image Gallery END */

  /* category wrapper */
  .category-list-wrapper{
    display: flex;
    gap: 50px;
  }
  .wrapper-container{
    border: 1px solid #e3e3e3;
    padding: 15px;
    border-radius: 5px;
  }
.category-list-point{
  flex-basis: auto;
}
  .category-list-point a {
    text-decoration: none;
    color: black;
  }

.single-page-wrapper{
    width: 100%;
}

.page_content-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 20px 20px 100px;
  width: 100%;  
}
.divider_container{
  background-color: white;
}
.pros_cons_container{
    background: #06457b;
    position: relative;
    color: white;
    background-image: linear-gradient(90deg, #55ff0078, #ffffff2b, #ff00009e);
}
.centered_page_wrapper{
   padding-top: 35px;
   min-height: 90vh;
   align-items: center;
   display: flex;
   flex-direction: column;
}


.section-title h2 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
  }
 
  .section-title h1 {
    position: relative;
    display: inline-block;
    line-height: 1;
  }
  .section-title .nonBold{
    font-weight: 100;
  }
  .section-wrapper{
     display: flex;
      flex-direction: column;
      align-items: start;
  }
  .section-wrapper.center{
     align-items: center;
 }
  .section-paragrapgh{
    margin-left: 15px;
  }
  .section-title h2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ff645b;
    bottom: -14px;
    left: 0;
  }
  .section-title h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ff645b;
    bottom: -14px;
    left: 0;
  }
  .section-title h3 {
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    }
    
    .section-title h1::before,   .section-title h2::before,   .section-title h3::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #ff645b;
      bottom: -5px;
      left: 0;
    }
  .section-title p {
  margin-bottom: 10px;
  }
/* accordion */

.accordion-section {
  background: #fdfdfd;
  padding: 10vh 0 0;
}


.accordion {
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
}

.accordion .card {
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;
}

.accordion .card .card-header {
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.accordion .card .card-header:hover {
  background: #ff645b21;
  padding-left: 10px;
}
.accordion .card .card-header .section-title {
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
margin: 0;
}

.accordion .card .card-header .section-title .badge {
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #ff645b;
color: #fff;
font-size: 12px;
margin-right: 20px;
}

.accordion .card .card-body {
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  letter-spacing: 0px;
}

.accordion .card .card-body p {
margin: 14px;
}

@media (max-width: 991px) {
.accordion {
  margin-bottom: 30px;
}
.accordion .card .card-header .section-title {
  line-height: 26px;
  margin-top: 10px;
}
}

/* Tooltip */
.custom_tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 15px;
}

.custom_tooltip .tooltiptext {
  visibility: hidden;
  /* width: 120px; */
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 43px;
  left: 50%;
  width: 250px;
  left: 0;
  margin-left: -60px;
  transition: opacity 0.3s;
}
/*
.custom_tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
*/
.custom_tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

#category-list li{
  position: relative;
    padding: 3px;
    display: inline-block;
}
#category-list{
  text-align: center;
}

.filters{
  display: flex;
  gap: 10px;
  position: sticky;
  top: 65px;
  padding: 5px 15px 15px 0px;
  background: white;
  z-index: 480;
}
.filter{
  border: 1px solid #04447b;
  border-radius: 5px;
  padding: 5px;
  color: #04447b;
  height: fit-content;
  cursor: pointer;
}
.filter:hover{
  background: #ff645b4a;
  border: 1px solid #ff645b;
}

#product_organizer-values_wrapper .proudct-card__footer{
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    right: 0;
    gap: 9px;
    /* background: #02427838; */
    padding: 5px 10px 5px 10px;
    bottom: 0;
}
#product_organizer-values_wrapper .proudct-card__footer i{
  cursor: pointer;
}
#product_organizer-values_wrapper{
      display: flex;
    flex-direction: column;
    gap: 10px;
}

#organize_products-tab_section {
    display: flex;
    gap: 15px;
}

.tab_button_wrapper-tab_button {
    border-bottom: 1px solid grey;
    padding: 3px;
    font-size: 16px;
    cursor: pointer;
}

.tab_button_wrapper-tab_button.activeTab {
    border-bottom: 1px solid rgb(231, 73, 0);
    font-weight: bold;
}


 #search_section .divider_container{
    padding: 65px;
  }

  
 .divider_container{
    margin-top: 250px;
    padding: 65px;
  }
