
:root {
    --primary: #f3b433;
    --secondary: #000;
    --light: #FFFFFF;
    --grey: #d1d1d1;
}

html{
    scroll-padding:3rem;
}

.bg-dark {
    background-color: #1a1a18 !important;
}

.rounded-circle {
    border-radius: 50% !important;
    width: 25px;
    height: 25px;}

.rounded-circle i{
    margin-top:5px; 
   }

.btn i{
    font-size: 1rem;
}

.btn{
    padding: 0;
    font-size: 0.8rem;
}

.btn-primary {
    color: #000;
    background-color: #ffffff;
        border:0;
}

.btn-primary:hover {
    color: #000;
    background-color: #f5ab2e;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

h1,h2,
.font-weight-bold {
    font-size: 2rem !important;
    font-weight: 700 !important;
}

h3,h4,
.font-weight-semi-bold {
    font-size: 1rem;
    color:#bf8f3a;
    font-weight: 600 !important;
}

h5,h6,
.font-weight-medium {
    font-weight: 500 !important;
}

h3.webtitle{
    font-size: 1.5rem !important;
}

h4.menutitle{
    color:#fff;
    background-color: #f3b433;
    padding: 5px 0;
}

.topbar2{
    background-color: #000;
    height: 50px;
    position: fixed;
    top:0px !important;
}



.topbar{
    background-color: #000;
    height: 50px;
        z-index: 99;
}

.topbar span{
    font-size: 18px;
    color:#fff;
    padding: 10px 10px 0px 0;
    display: inline-block;
}

.topbar img{
    margin-top: -5px;
}


.topbar p{
    font-size: 18px;
    color:#fff;
    padding: 10px 10px 0px 0;
}

.mailicon{
       margin-right: 7px; 
}


p{
    font-size: 1.2rem;
    line-height: 2rem;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: #1a1a18;
}

.flex-container .page-Left {
  background-color: #1a1a18;
  width: 20%;
  margin: 0px;
  text-align: center;
  line-height: 55px;
  font-size: 30px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  align-self: flex-start; /* <-- this is the fix */

}


.flex-container .page-Right {
  background-color: #f1f1f1;
  width: 80%;
  margin-left: 1px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}


/*.mainContent{
    width:70vw;
    background-color: red;
}
*/

.leftnav{
    font-size: 16px;
    text-transform: uppercase;
    list-style: none;
    text-align: left;
    padding: 0 20px 0 20px;
    line-height: 25px;
    margin-bottom: 0;
}

.leftnav li{
  border-bottom: 1px solid #383837;
  padding: 10px 0;
}


.leftnav a{
  color:#fff;
}

.leftnav a:hover{
  color:#dfa744;
}

.leftnav .btn{
    display: block;
    text-align: left;
}

#sidebar-nav {
    width: 260px;
}


.question{
    padding: 10px 20px 10px 20px;
    background-color: #282828;
}

.question p{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: left;
}


.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'arial', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.productContainer{
    padding:45px 140px !important;
}

.productContainer img{
    box-shadow: 1px 0px 5px 1px #9f9f9f;
    border-radius: 10px;
    padding: 2px;
}

.productContainer h1{
    text-transform: uppercase;
}

.bg-white{
    background-color: #fff;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 35px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--grey);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/menu-icon.png);
}

.navbar-light .navbar-toggler {
    color: rgb(233 233 233);
    border-color: rgb(181 181 181 / 39%);
}


.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.sublink{
    padding-left: 20px !important;
    background: url("../img/arrow2.png") no-repeat;
        background-position: 0;
        border-bottom: 1px dotted #363636;
}

.sublink::before {
    content: " ";
    display:inline-block;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 36, 64, .7);
    z-index: 1;
}


.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.dropdown-menu{
    border: 0 ;
    border-radius:0;
    line-height: 35px;
}

.product img {
    transition: .7s;
}

.product:hover img {
    transform: scale(1.1);
}


.align-right{
 text-align: right;
}


.priceul{
    text-align: left;
    font-size: 1.2rem;
    line-height: 2rem;
    color:#000;
}

.text-black{
    color:#000;
}

.bg-color{
    background-color: aliceblue;
}



.gotop {
    position: fixed;
    display: none;
    right: 40px;
    bottom: 40px;
    z-index: 99;
}

.navbar-fixed-top{
    position: fixed;
    width: 100%;
    height:auto;
    top: 50px;
    z-index: 100;
}

#header-carousel{
    margin-top:-1px;
}


.contact{
    font-size:26px;
    line-height: 44px;
}

.footer span{
    font-size:14px;
    line-height:20px !important;
    display: block;
    color: #fff;
}

.fa-x{background-image:url('../img/x.png');background-repeat: no-repeat;background-position: 4px; }
.fa-share{background-image:url('../img/share.png');background-repeat: no-repeat;background-position: 4px; }

.mobile-hide{
    display: inline-block;
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }

    .mailicon, .mobileicon{
        display: none
    }

    .topbar span{
        font-size: 16px;
    }

    .hidesmsn{
        display: none !important;
    }

}


@media (max-width: 780px) {

.topbar{
    position: fixed;
}

.slidermargin-m{
    margin-top: 133px;
}

.productContainer{
    padding:50px 50px !important;
}

html{
    scroll-padding:10rem;
}



/*#WovenLabels,#contact{ padding-top:15rem; }*/

}


@media (max-width: 880px) {
.mobile-hide{
    display: none;
  }
}





