
/*General Styles*/

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #ffffff;
    overflow-x: hidden;
}
section{
    margin-top: 30px;
}



/*---------------------------------------
      PRE LOADER
 -----------------------------------------*/

#page-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1050;
}

.loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid #1453F2 !important;
    border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/*---------------------------------------
      Top-bar
 -----------------------------------------*/
#top-bar{

 /*margin-top: 60px;*/
}

#top-bar a{

    color: black;
}
.top-bar{
    padding: 20px 0px 0px 0px;
}

.top-bar .navbar-left input[type=text]{
 width: 700px;
    border-width: medium;
    border-radius: 20px 0px 0px 20px;
    border-color: #fe6a00;
    padding-left: 10px;
    /*margin-left: 20px;*/
}
.input-group-search input {

}
.icon-bar{
    color: black;
}

.input-group-btn button {
    /*margin-left: -10px;*/
    border-radius:20px 20px 20px;
    border-left: whitesmoke;
    float: left;

}
.input-group-btn button:hover{
    /*border-style: none;*/
}
    /*.input-group-search button:hover {
        color: black;
        background-color: #fe6a00;
    }*/
.btn-search{
    /*margin-left: 0;*/
    background-color: #fe6a00;
    color: whitesmoke;
    /*padding-left: -12px;*/

}
.btn-search:hover{
background-color: #fe6a00;
    color: whitesmoke;
}


.btn-search i{
    font-size: 16px;
    font-weight: bold;
}
.welcome a{
    margin-left: 0;
    /*margin-top: 13px;*/
    font-size: 12px;
	
}

.navbar-brand{
    margin-top: -20px;
    margin-left: 50px;
}
.brand-com{
    font-size: 14px;
}
.top-bar .navbar-left input[type=text]{
    /*width: 100%;*/
    /*height: 40px;*/
}

.navbar-header .navbar-toggle{
    background-color: #fe6a00;
   /*color: black;*/

}
.navbar-toggle:hovxer{
    background-color: blue;
}
.navbar-header .navbar-toggle span{
    color: whitesmoke;
}

/*---------------------------------------
      Main Navigation-Bar
 -----------------------------------------*/
#main-nav {
    margin-top: 0;

}
#main-nav .navbar-inverse{
    /*background-color: #122b40;*/
    /*border-color: black;*/
    background-color: white;
    border-color: #E6E7EB;
}
#main-nav .navbar-nav {
    padding-left: 310px;
    text-align: center;
}

#main-nav ul li a:after{
content: " | ";
    color: grey;

}
#main-nav ul li a{
    color: black;
    font-size: 13px;
    line-height: 10px;
    /*line-height: 1.7;*/
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;

}
#main-nav .dropdown-menu li a{
    color: black;
}
#main-nav ul li a:hover,
#main-nav ul li a:focus{
    color: black;
    border-radius: 15px;
    /*background-color: #fe6a00;*/
}
#main-nav ul li:hover ul {
    display: block;
}

#main-nav ul li ul {
    position: absolute;
    width: 100%;
    display: none;
}
#main-nav ul li ul li a {
    display:block !important;
}
/*#main-nav ul li ul li:hover {background: #666;}*/


/*---------------------------------------
      Main Area
 -----------------------------------------*/
.main-area{
    height: auto;
}


.our-trade h2{
     padding-left: 10px;

 }
.our-trade {
  height: auto;
    /*overflow-y:scroll;*/
}

.our-trade ul li a{
    color: #fe6a00 ;
	
    font-size: 15px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.our-trade ul  li a:hover,
.our-trade ul  li a:focus{
    /*color: whitesmoke;*/
   color: #fe6a00;
    border-radius: 5px;
}
.our-trade ul li ul{

    position: absolute;
    width: 220px;
    display: none;
}
.our-trade ul li ul li a {
    display:block !important;
}

.dropdown-menu ul a{
    background-color: whitesmoke;
    color: black;
}
/*.carousel-inner{
    height: 397px;
}*/

/*
.our-trade .dropdown a{
    list-style-type: none;
    color:#fe6a00 ;
    font-size: 18px;
    text-decoration: none;
*/

/*.our-trade .dropdown button {
    background-color: #fe6a00;
    width: 90%;
    color: whitesmoke;
    border-style: double;
    padding-left: 0px;
    border-color: black;

}

.our-trade .dropdown ul{

    margin-left:30px;
    padding: 0;
}

 .our-trade .dropdown ul  li {
     background-color: whitesmoke ;
     color: black;
    width: 100%;
 }

.our-trade .dropdown ul li a:hover{
    background-color: #fe6a00;
    !*width: 90%;*!
}*/
/*.our-trade ul  li a:hover{
    color: whitesmoke;
    background-color: #fe6a00;
    border-radius: 5px;

}*/
.carousel-inner .item{
    /*height: 300px;*/
    /*display: none;*/
    /*position: relative;*/
/*transition(0.1s ease-in-out left);*/
}

/*---------------------------------------
      Advantages
 -----------------------------------------*/

#advantages {
    text-align:center;
}
.box {
    background: whitesmoke;
    margin: 0 0 5px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding:20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);



}

/*#advantages .box .icon {
    position: absolute;
    font-size: 120px;
    width:100%;
    text-align:center;
    top: -10px;
    left:0;
    height:100%;
    float:left;
    color:lightgrey;
    transition: all 0.2s ease-out;
    z-index:1;
    box-sizing: border-box;

}

#advantages .box h3 {
    position:relative;
    margin: 0 0 20px;
    font-weight: 300;
    text-transform: uppercase;
    z-index:2;

}

#advantages .box p{
    position:relative;
    color:#555555;
    z-index:2;
    font-size: 16px;

}*/
/*---------------------------------------
      New-Arrivals
 -----------------------------------------*/
.new-arrivals{
    /*margin-top: 50px;*/
}
.new-arrivals h2{
    padding-top: 40px;
    display: inline-block;
}
.new-arrivals h3{
    display: inline-block;
}
.new-arrivals h3 a{
    color: #1a1a1a;
}
.new-arrivals h2:after{
    content: "|";
    color: lightgrey;
    padding-left: 5px;
}
.new-arrivals i{
    font-size: 30px;
    color:#fe6a00 ;
}
.new-arrivals h2 a{
    color: #1a1a1a;
}

.new-arrivals .thumbnail a img{
    border-radius: 70%;
    margin-top: 25px;
    /*width: 240px;*/
    height: 230px;

}
.new-arrivals .card{
    margin-top: 10px;
}
.caption{
    text-align: center;
}
.detail{
    margin-top: 15px;
    text-align: center;
}
.detail button {
    background-color: #fe6a00;
}
.detail button a{
    color: whitesmoke;
}
.detail button i{
    color: whitesmoke;
}
.new-arrivals ul li a img{
    border-radius: 50%;
    width: 240px;
    height: 250px;
    margin: 10px;
}
.new-arrivals .thumbnail img:hover{
    /*border-radius: 40%;*/
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/*
!*---------------------------------------
      Toilets
 -----------------------------------------*!
.toilets{

}
.toilets h2{
    display: inline-block;
    text-align: center;
}
.toilets h3{
    display: inline-block;
}
.toilets h3 a{
    color: #1a1a1a;
}
.toilets h2:after{
    content: "|";
    color: lightgrey;
    padding-left: 5px;
}
.toilets .fa-arrow-circle-right{
    font-size: 30px;
    color:#fe6a00 ;
}
.toilets h2 a{
    color: #1a1a1a;
}

#content {
    padding-left:25px;
    !*height: 300px;*!

}

.single {
    width:290px;
}

@media (max-width: 768px) {

    .single {
        width:60%;
        margin:0 auto;
    }

}

#content .product {
    margin-top: 28px;
    background:#fff;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#content .product img{
    border-radius: 50%;

}

#content .product .text p.price {
    font-size:18px;
    text-align:center;
    font-weight:300;

}

#content .product .text .buttons {
    clear:both;
    text-align:center;
}

#content .product .text h3 {
    text-align:center;
    font-size:20px;

}

#content .product .text h3 a {

    color:rgb(85, 85, 85);
}

#content .product .text {
    padding:10px 10px 0px;
}

#content .product .text .buttons .btn {
    margin-bottom:10px;
}
*/

/*---------------------------------------
      featured-items
 -----------------------------------------*/


#featured  h2{
    display: inline-block;
}
#featured h3{
    display: inline-block;
}
#featured h3 a{
    color: #1a1a1a;
}
#featured h2:after{
    content: "|";
    color: lightgrey;
    padding-left: 5px;
}
#featured i{
    font-size: 30px;
    color:#fe6a00 ;
}
#featured h2 a{
    color: #1a1a1a;
}
.thumbnail{
    margin-top: 25px;
    border-style: none;

}
.caption{
    text-align: center;
}
.detail{
    margin-top: 15px;
    text-align: center;
}
.detail a {
    background-color: #fe6a00;
    color: whitesmoke;
}
.detail a:hover {

    color: whitesmoke;
}
/*---------------------------------------
      Shop By Category
 -----------------------------------------*/
.shop-by-category h2{
    text-align: center;
}
.shop-by-category img{
    padding: 30px 20px 20px 20px ;
}
.shop-by-category p{
    text-align: center;
    font-size: 16px;
}
shop-by-category p a{
    color: #1a1a1a;

}
/*---------------------------------------
      Footer
 -----------------------------------------*/


#footer {
    background: #0d4357;
    padding: 20px 0;
}
#footer h4{
    color: whitesmoke;
}
#footer ul {
    padding-left: 0;
    list-style: none;
}

#footer ul a {
    color:darkgray;
    padding: 20px 0;
}
#footer .find-us p{
    color: darkgray;
}
#footer .find-us a{
    color: #fe6a00;
}

#footer .social {
    margin-top: 20px;
    text-align: left;
}

#footer .social a {
    margin: 0 10px 0 0;
    color: whitesmoke;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    vertical-align: bottom;
    background-color:#fe6a00;
}

#copyright {
    text-align: center;
    background:black;
    color:#ccc;
    padding:20px 0;
    font-size:14px;

}

#copyright p {
    margin: 0;
}
#copyright .c-brand{
    color: #fe6a00;
    font-size: 16px;
}

/*---------------------------------------
      Cart
 -----------------------------------------*/
.c-box {
    background: #fff;
    margin: 0 0 30px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
    padding:20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.c-box .box-footer {
    background: #f7f7f7;
    margin: 30px -20px -20px;
    padding:20px;
    border-top: solid 1px #eeeeee;
}

/*---------------------------------------
     Shop Page
 -----------------------------------------*/

#shop h1 {
    color: black;
}
.cart-view{
    margin: 0px 0px 15px 25px;
}
.cart-view a{
    color: #fe6a00 ;
    font-size: 16px;
}
.col-lg-3 .card-body{
    margin-bottom: 25px;
}
.card-body a{
   
    color: black;
	background-color:#fe6a00;
	border-radius:5px;
	padding:3px 3px;
	
}
/*
.col-lg-3 .card-body a:hover{

    color: whitesmoke;
    box-sizing: border-box;
    background-color:#fe6a00;
}
*/



/*---------------------------------------
     Detail Page
 -----------------------------------------*/

/*.slide-detail {
       color: whitesmoke;
    text-align: center;
    position: relative;
}
.slide-detail button {
    position: absolute;
    background-color:#fe6a00;
    top: 50px;
    left: 200px;

}*/
.slide-detail{
    /*margin-top: 40px;*/
    text-align: center;

}

.btn-detail a{
    background-color: #fe6a00;
    color: whitesmoke;
    font-size: 20px;
}
.btn-detail a:hover{
    color: whitesmoke;
}
.thumbnail-detail{
    border: inset;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
.tab button:hover {
    background-color: #ddd;
}

.tabcontent {

    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


/*---------------------------------------
     Customer Registration
 -----------------------------------------*/

#customer-reg h4{
    margin-top: 10px ;
    margin-left: 35px;

}
.contact-form-level{
    margin-top: 30px;
}
.contact-form-level button{
    background-color: #fe6a00;
    color: whitesmoke;
}




/*---------------------------------------
     Vendor Registration
 -----------------------------------------*/

#vendor-reg h4{
    margin-top: 10px ;

}

/*---------------------------------------
   Login
 -----------------------------------------*/
.box a:hover{

    color: black;
}


/*---------------------------------------
   Media Query
 -----------------------------------------*/

@media screen and (max-width: 767px){




    .navbar-brand{

        margin-top: 0px;
        margin-left: 0px;
    }
    .brand-com{

        font-size: 14px;
    }
    .top-bar ul li{
        text-align: center;
    }
    .input-group-search input[type=text]{
        width: auto;
    }
    #main-nav{

        text-align: center;
        margin-left: -380px;
    }


    #main-nav ul li a{

        margin-left: 0px;
    }
    #main-nav ul li a:hover,
    #main-nav ul li a:focus{
        color: black;
        border-radius: 15px;
        background-color: #fe6a00;
        width: auto;
    }
    .top-bar .navbar-left input[type=text]{
        width: 100%;
    }

    #main-nav ul li:hover ul
    {
        display: block;

    }
    .our-trade{
        text-align: center;
    }
    .our-trade h2{
        margin-top: 5px;
    }

    .our-trade ul{
        text-align: center;
    }
    .our-trade ul li a ul{
        text-align: center;
        width: 100%;
        display: block;
        color: white;

        /*padding-left: 100px;*/
    }
    .our-trade ul li ul li a{
        /*color: whitesmoke;*/
        display: block;
        /*background-color: #fe6a00;*/

    }


}
.p-1{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

}



.p-100{
    line-height: 20px;
    text-align: center;
    color: black;
    font-size: 25px;
  margin-left: 0px;
}

.section-find-us{
  /*background-image: url("../images/bg/bg-services.jpg");*/
  /*background-size: cover;*/
  height: 600px;
  background-color: #1b1e21;
  opacity: 0.9;
 
}

.find-us{

    height: 30px;
    text-align: center;
    color:white;
    /*background-color: darkslategray;*/
    /*opacity: 0.6;*/
  padding: 20px 5px 2px 5px;

}


