@import './styles.css';

html {
    box-sizing: border-box;

}
body{
    font-family: "Brandon Grotesque";
    background: #f6f6f6;
    /*height: 3000px;*/
}
*, *:before, *:after {
    box-sizing: inherit;
    -webkit-box-shadow:none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none !important;

}

a {
    text-decoration: none !important;

}
.backgtounf-item-color{
    background: #f1f1ef;
}
.bc-letterspaceing{
    letter-spacing: 4px;
}
.dropdown-menu a{ 
    text-decoration: none;
    color:#3b3b3b ;
}




.toggle-arrow span{

}



/*.item.active{*/
    /*height: 525px;*/

/*}*/

.carousel-btn{
    letter-spacing: 4px;
    border-radius: 0px;
    padding:3px 5px 0px 7px;
}
.carousel-caption a{
 font-size: 21px;
}




.category-section{
    padding: 24px;
    padding-top: 126px;
    letter-spacing: 3px;
    margin-bottom: 64px;
}
.category-parent{
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap:wrap;
}
.category-sectionwithitems{
    margin-bottom: 120px;
}



.input-lg {
    font-size: 11px;
    font-family: "Brandon Grotesque";
    font-weight: bold;
    letter-spacing: 2px;
}


.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

