/*

Template : E commerce Store in php and mysqli with bootstrap 3
Author Name : Mohammed Tahir Ahmed
Author Email: sad.ahmed22224@gmail.com
Theme URl : http://www.computerfever.com
Version: 1.0

*/

/* General Styles */

body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333333;
background-color: #f0f0f0;
overflow-x: hidden;
}

.form-group label{
	font-size: 1rem;
}

.profile-image{
	min-width: 70%;
	height:150px;
	margin-bottom: 12px;
}

/* Top Navbar Styles  */

@media (max-width: 1199.98px){
.header.container {
   max-width:1170px;
}
}

@media (max-width: 991.98px){
.header.container {
   max-width:1040px;
}
}

@media (max-width: 767.98px){
.header.container {
    max-width: 820px;
}
}

@media (max-width: 575.98px){
.header.container {
   max-width: 590px;
}
}

#top {

background: #555555;
padding: 10px 0;

}

#top .offer {
color: #fff;
}

#top .offer .btn {

text-transform: uppercase;

padding:5px;

font-size:12px;

}

@media (max-width: 991px) {

#top .offer {
margin-bottom: 10px;
}

}

@media (max-width: 991px) {

#top {
font-size: 12px;
text-align: center;
}

}

#top a {

color: #fff;

}

#top ul.menu {

padding-top: 5px;

margin: 0;
text-align: right;
font-size: 12px;
list-style: none;

}

@media (max-width: 991px) {

#top ul.menu {
text-align: center;
}

}

#top ul.menu > li {

display: inline-block;

}

#top ul.menu > li a {

color: #eeeeee;

}

#top ul.menu > li + li:before {
content: "|\00a0"; 
padding: 0 5px;
color: #f7f7f7;

}

/* Header Styles */

.navbar {
background:white !important;
padding:20px;
color:black;
margin-bottom:20px;
}

.navbar .navbar-toggler {
	
border:none;
	
}

.navbar .navbar-toggler .btn {
	
background:transparent !important; 

border:1px solid #ccc;

}

.search-box {
	padding-top:10px;
	padding-bottom:10px;
	margin-top:-20px; 
	border-top:1px solid #ccc;
	background:white;
	
}

@media (min-width: 999px) {

.search-box form{
	
	margin-right:-15px;
}

}

.navbar-collapse .right {
float:right;
}

.navbar-brand {
float:left;
font-size:22px;
line-height:30px;
height:45px;
}

.navbar-brand img {
	
margin-top:-2px;

}

.navbar-brand:hover,
.navbar-brand:focus{
text-decoration:none;
}

.navbar .navbar-nav > li > a {
padding:13px;
margin-left:5px;
text-transform:uppercase;
font-weight: bold;
font-size:14px;
}

.padding-nav{
}

.navbar .navbar-nav > li.active > a{

background:#e7e7e7;
}

.navbar .navbar-nav > li > a:hover{
background:#e7e7e7;
}

.btn-primary{
color:rgb(255, 255, 255);
background-color:rgb(79, 191, 168);
border-color:rgb(65, 179, 156);
}

#search .navbar-form{
float:right;
}

#search {

clear: both;
border-top: solid 1px #9adacd;
text-align:right;

}

#search .navbar-form .input-group {
display:table;

}

#search .navbar-form .input-group .form-control {
width:100%;

}

/* Slider Styles  */

#slider {

margin-bottom:40px;

}

/* Advantages Styles */

.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);
-webkit-box-shadow: 0px 1px 5px 0.5px rgba(0,0,0,0.47);
-moz-box-shadow: 0px 1px 5px 0.5px rgba(0,0,0,0.47);
box-shadow: 0px 1px 5px 0.5px rgba(0,0,0,0.47);
}

#advantages {
text-align:center;
}

#advantages .box .icon {
position: absolute;
font-size: 120px;
width:100%;
text-align:center;
top: -20px;
left:0;
height:100%;
float:left;
color:#eeeeee;
transition: all 0.2s ease-out;
z-index:1;
box-sizing: border-box;
}

#advantages .box h4 {
position:relative;
margin:0 0 20px;
font-weight:300;
text-transform:uppercase;
z-index:2;
}

#advantages .box h4 a:hover {
text-decoration:none;
}

#advantages .box p{
position:relative;
color:#555555;
z-index:2;
}

/* Products Styles */

#hot h2 {
text-transform: uppercase;
font-size: 36px;
color: #4993e4;
font-weight: 100;
text-align: center;

}

#content {
padding-left:25px;
}

.single {
width:290px;
}

.owl-carousel .single {
	width:275px;
}
.section-heading { margin-top:-12px; }
.section-heading h4{
	
background:white;
font-size:19px;
border:1px solid #ccc;
border-bottom:none;
padding:10px;
width:350px;

}

.section-heading hr {
	
margin-top:-7px;
	
}

@media (max-width: 768px) {

.single {
width:60%;
margin:0 auto;
}

}

.product {
background:#fff;
border: solid 1px #e6e6e6;
box-sizing: border-box;
margin-bottom: 30px;
}

.product .product-img{
max-width: 100%;
min-height:210px;
max-height:210px;
}

.product .product-title{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.product .text .star-rating .rating{
width:17px;
margin-bottom:5px;
}

.product .text .star-rating{
font-size:15px;
}

.product .text hr {
	margin-right:-10px;
	margin-left:-10px;
	margin-top:1px; 
	padding:0px; 
}

.product .text p.price {
margin-top:-10px;
font-size:17px;
font-weight:300;
}

.product .text .buttons {
clear:both;
}

.product .text h3 {
font-size:20px;
}

.product .text h3 a {
color:rgb(85, 85, 85);
}

.product .text {
padding:10px 10px 0px;
}

.product .text .buttons .btn {
/*margin-bottom:10px;*/
}

.product .text .buttons .btn-secondary{
background:white;
color:black;
border:1px solid #ccc;
}

.product .text .buttons .btn-secondary:hover{
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.product .out-of-stock-label {
margin-left:5%;
margin-right:5%;
position: absolute;
top: 25%;
left: 0;
right: 0;
color: #333;
font-weight: bold;
font-size:15px;
text-transform: uppercase;
padding: 20px 0;
background:#f0f0f0;
text-align: center;
opacity: .9;
}

.flex-wrap {

display:flex; 

flex-wrap:wrap; 

}

.detail-product-info h2{
	margin-top:-3px;
}

.detail-product-info span,.detail-product-info a{
    font-size:15px;
}

.detail-product-info .rating {
    margin-bottom:4px;
}

.detail-product-info hr{
margin-bottom: 10px;
margin-top: 10px;
margin-left: -20px;
margin-right: -20px;
}

#vendor_info{
margin-top:7px; 
font-size:16px;
}

#vendor_info .rating{
width:15px;
margin-bottom:5px;
}

/*  Products Reviews Styles Starts  */

.product-reviews .reviews-summary .avg-rating{
	text-align:center;
}

.product-reviews .reviews-summary .avg-rating header{
	font-weight:bold;
    font-size: 16px;
}

.product-reviews .reviews-summary .avg-rating .fa-7x{
	font-size:9em;
	margin:7px;
	color: #FFE358;
}

.product-reviews .reviews-summary .avg-rating footer{
	font-weight:500;
    font-size: 15px;
}

.product-reviews .reviews-summary .avg-rating footer span{
	font-weight:bold;
	padding:2px;
    background: #FFE358;
}

.product-reviews .reviews-summary .rating-bars{
border-right:1px solid #eee;
}

.product-reviews .reviews-summary .rating-bars>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-reviews .reviews-summary .rating-bars>ul>li {
    margin-bottom:10px;
}

.rating-bars .clearfix:after, .rating-bars .clearfix:before {
    content: " ";
    display: table;
}

.product-reviews .reviews-summary .rating-bars .star {
    font-weight:500;
    font-size: 15px;
	margin-top:19px;
	margin-right:4px;
    color: #000;
}

.product-reviews .reviews-summary .rating-bars .percent-rating{
    position: relative;
    display: inline-block;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.percent {
    position:relative;
    text-align:left;
    display:inline-block;
    width:200px;
    height:18px;
    background-color:#EEE;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.percent>span {
    position:absolute;
    display:inline-block;
    height:18px;
    background-color:#FFE358;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.rating {
    position:absolute;
    left:208px;
    top:-1px;
    font-weight:500;
    font-size:12px;
    color: grey;
}

.product-reviews .reviews-summary .write-review header{
	font-size: 18px;
	font-weight:500;
	margin-bottom:10px;
}

.product-reviews .reviews-summary .write-review button{
border-radius:0px;
}

.product-reviews .reviews-listing hr {
margin-right:-20px;
margin-left:-20px;
}

.product-reviews .reviews-listing h4{
margin:0px;
font-size:20px;
margin-top:5px;	
}

.product-reviews .reviews-listing .reviews-list hr {
margin-right:-20px;
margin-left:-60px;
}

.product-reviews .reviews-listing .reviews-list hr:last-child{
	display:none;
}

.product-reviews .reviews-listing .reviews-list{
list-style:none;	
}

.product-reviews .reviews-listing .reviews-list li .user-picture{
position: absolute;
margin-top:-7px;
left:25px;
overflow: hidden;
border-radius: 50%;
}

.product-reviews .reviews-listing .reviews-list li .review-body{
margin-left:20px;
}

.product-reviews .reviews-listing .reviews-list li .review-body h4{
color: #333333;
font-size:18px;
margin-right:5px;
margin-bottom:3px;
text-transform:capitalize;
text-decoration:none;
}

.product-reviews .reviews-listing .reviews-list li .review-body h4 .rating{
width:18px;
height:18px;
margin-top:-3px;
}

.product-reviews .reviews-listing .reviews-list li .review-body h5{
font-size:15px;
margin-top:7px;
margin-bottom:7px;
}

.product-reviews .reviews-listing .reviews-list li .review-body span{
color:#999999;
}

.product-reviews .reviews-listing .reviews-list li .review-body .review-meta{
color: rgb(85, 85, 85) !important;
font-size:13px;
font-weight:500;
}

.product-reviews .reviews-listing .reviews-list li .review-body p{
margin:5px 0px;
text-transform:capitalize;
max-width:600px;
font-size:16px;
line-height:20px;
}

.product-reviews .reviews-listing .reviews-list li .review-body .review-date{
color:#999999;
}

/*  Products Reviews Styles Ends  */


/*  Breadcrumb Styles  */

.breadcrumb {
padding: 8px 15px;
margin-bottom:20px;
background-color: #ffffff;
border-radius: 0;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);

}

.breadcrumb > li + li:before {
content: ">\00a0";
color:#cccccc;
}

/* products categories and categories styles */

.card.sidebar-menu {
box-sizing: border-box;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.card.sidebar-menu .card-header{
padding-left: 1rem;
padding-right: 1rem;
}

.card.sidebar-menu .card-header h6{
font-size: 15px;
}

.card.sidebar-menu ul.nav.category-menu {
/*margin-bottom:20px;*/
}

.card.sidebar-menu ul.nav.category-menu li {
margin-bottom:5px;
}

.card.sidebar-menu ul.nav.category-menu li a {
text-transform: uppercase;
margin-bottom:-10px;
}

.card.sidebar-menu ul.nav.category-menu li a label {
    margin-bottom: 0px;
}

.card.sidebar-menu h3 {
padding: 5px 0;
margin: 0;
}


/* Shop Products Styles */

@media (max-width: 768px) {

.center-responsive {
width:70%;
margin:0 auto;
}

}

@media (max-width: 550px) {

.center-responsive {
width:95%;
margin:0 auto;

}

}


/* Details Styles */

#productMain {
margin-bottom: 30px;
}

#productMain .price {
font-size: 30px;
font-weight: 300;
text-align: center;
}

/* #productMain .form-horizontal{ */
    /* margin-right:10%; */
/* } */

#mainImage {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
}

#thumbs a {
display: block;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
border : solid 2px transparent;
}

.headline { 
height: 350px;
}

/* Cart page Styles */

.cart-product-meta{
	margin-top:6px;
	color: #333333;
	font-weight:500;
}

.checkout-breadcrumbs{
font-size:2em;
line-height:1.3;
color: #ccc;
padding:15px 0;
margin-bottom:15px;
}

.checkout-breadcrumbs a,
.checkout-breadcrumbs a:hover{
color: #ccc;
text-decoration:none;
}

.checkout-breadcrumbs a.active{
color:#111;
}

.shipping-header{
background:#e5e5e5;
padding:3px;
margin-left:-7px;
margin-right:-7px;
}

.bold{
color:#333333;
font-weight:bold;
}

#cart .table tbody tr td img{
width:50px;
}

#cart .table tbody tr td input{
width:50px;
text-align:left;
}

#cart .table tbody tr td{
vertical-align: middle;

}
#cart .table tfoot {
font-size:18px;
}

.box .box-footer {
background: #f7f7f7;
margin: 30px -20px -20px;
padding:20px;
border-top: solid 1px #eeeeee;

}

.box .box-footer:before,
.box .box-footer:after {
content:" ";
display: table;
}

.box .box-footer:after {
clear:both;
}

.box .box-header {
background:#f7f7f7;
margin:-20px -20px 20px;
padding:20px;
border-bottom: solid 1px #eeeeee;
}

#order-summary table {
margin-top: 20px;

}
#order-summary table td {
color: #999999;
}

#order-summary table tr.total td,
#order-summary table tr.total th{
font-size: 18px;
color:#555555;
font-weight: 700;
}

#order-summary table th input[type=radio][name=payment_method]{
width:20px;
height:20px;
}

#order-summary table th label{
position: relative;	
top:-5px;
margin-left:5px;
margin-bottom:0px;
}

.order-received-list{
color: #777;	
font-size:16px;
padding:0px;	
}

.order-received-list li{
margin-left: 1.3em;
margin-bottom: .6em;
}

.table-loader{
cursor:wait;
opacity:0.5;
}

.shipping-ul-list{
margin:0px;
margin-left: -6px;
margin-right: -6px;
}

.shipping-ul-list .shipping-vendor-header{
text-decoration:underline;
padding-left:5px;
border-left:3px solid #eee;
margin-top:3px;
margin-bottom:5px;
}

.shipping-ul-list li .shipping-type-name{
position: relative;
top:-3px;
}

.border-table{
border: 1px solid #ddd;
}

/* footer Section Styles */

#new-footer{
	color:rgba(255,255,255,.75);
	background-color: #343a40!important;
	font-size:15px;
}

#new-footer h5{
    color: #fff;
    text-transform: uppercase;
}

#new-footer ul li a{
	color:rgba(255,255,255,.75);
}

#new-footer .social {
text-align: left;
}

#new-footer .social a {
margin: 0 10px 0 0;
color: #fff;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 15px;
line-height: 30px;
font-size: 15px;
text-align: center;
transition: all 0.2s ease-out;
vertical-align: bottom;
background-color:#555555;
}


#new-copyright {
background: #333;
padding-top: 20px;
padding-bottom:5px;
}

/* Footer Styles */

#footer {
background: #e0e0e0;
padding: 20px 0;
}

#footer ul {
padding-left: 0;
list-style: none;
}

#footer ul a {
color:#999999;
padding: 20px 0;
}

#footer .social {
text-align: left;
}

#footer .social a {
margin: 0 10px 0 0;
color: #fff;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 15px;
line-height: 30px;
font-size: 15px;
text-align: center;
transition: all 0.2s ease-out;
vertical-align: bottom;
background-color:#555555;
}

#copyright {

background:#333;
color:#ccc;
padding:20px 0;
font-size:12px;

}

#copyright p {
margin: 0;
}


/** Filter Styles **/

.nav.category-menu{
margin-top:-20px;
}

.scroll-menu{
height:260px; 
overflow-y:auto;
}

/*.checkbox{
cursor:pointer !important;
}*/

.checkbox span{
display:inline-block;
vertical-align:middle;
position:relative;
padding-left:5px;
}

.checkbox span::before{
content: "";
display: inline-block;
position:absolute;                            
width:17px;
height:17px;
left: 0;
margin-left: -20px;
border: 2px solid #cccccc;
border-radius:3px;
background-color:#fff;
transition:border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox span::after{
display:inline-block;
position:absolute;
width:16px;
height:16px;
left:0;
top:0;
margin-left: -20px;
padding-left:3px;
padding-top:1px;
font-size:11px;
color:#555555;

}

.checkbox input[type="checkbox"]{
opacity:0;
z-index:1;
}

.checkbox input[type="checkbox"]:focus + span::before{
outline: thin dotted;
outline:5px auto;
outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + span::after{

	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
  font-weight: 600;

}

.checkbox-primary input[type="checkbox"]:checked + span::before{

background-color: #337ab7;

border-color: #337ab7;

}

.checkbox-primary input[type="checkbox"]:checked + span::after{

color: #fff;

}

/* Label Styles  */

.label {
text-decoration: none;
position: absolute;
top: 50px;
padding-left:51px;
z-index: 20;

}


.label .label-background {
position: absolute;
top:0;
right:0;
}

.label .thelabel {
position: relative;
/*width: 100px;*/
padding: 6px 50px 6px 15px;
margin: 40px 50px 10px -71px;
color: #fff;
font-size:17px;
padding-left:8px;
font-weight:bold;
background-color: #337ab7;
text-shadow: 0px 1px 2px #bbb;
}

.label .thelabel:before,
.label .thelabel:after {
content: '';
position: absolute;
width:0;
height:0;
}

.label .thelabel:after {
left: 0px;
top: 100%;
border-width : 5px 10px;
border-style: solid;
border-color: #2d7b6b #2d7b6b transparent transparent;
}

.label.sale {
top: 0;
}

/* tick and cross icons styles */

.tick1{
font-size:18px !important;
color:#28a745!important;
}

.cross1{
font-size:18px !important;
color:red;
}

.tick2{
font-size:18px !important;
color:#28a745!important;
}

.cross2{
font-size:18px !important;
color:red;
}

/* Password Strength Checker Styles */

#meter_wrapper{
border:1px solid grey;
width:202px;
height:24px;
margin:0;
border-radius:3px;

}


#meter{
width:0px;
height:21px;
border-radius:2px;

}


#pass_type{
font-size:15px;
margin-top:7px;
position:absolute;
top:0;
right:90px;
margin-bottom:10%;
color:grey;
}

/* Services Styles  */

.services .col-md-4 {

margin-left:3%;

width:29%;

}

@media(max-width: 1000px){

.services .col-md-4 {

margin-left:2%;

width:46%;

}

}

@media(max-width: 800px){

.services .col-md-4 {

width:90%;

}


}


/* Vendor Store Styles  */

.vendor-profile-box{
background: #fff;
margin:0 0 30px;
border: solid 1px #e6e6e6;
box-sizing: border-box;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);	
color:white;
text-align:center;
}

.vendor-profile-box .row{
margin-right:0px;
margin-left:0px;
}

.vendor-profile-box .vendor-profile-frame{
background-color: rgba(0, 0, 0, 0.65);
padding:20px;
}

.vendor-profile-box .vendor-profile-frame img{
border-radius: 50%;
background: #fff;
width: 80px;
height: 80px;
}

.vendor-profile-box .vendor-profile-frame p {
font-size:16px;
text-align:left;
}
.vendor-profile-box .vendor-profile-frame p a{
color:white;
}

.nav.nav-pills.specfic>li{
margin-right:7px;
}

.nav.nav-pills .tab {
border-radius: 4px;
border-color: #2e6da4;
}

.menu-items {
left: 0;
top: 55px;
width:100%;
background-color: #fff;
}

.menu-items {
margin:0px;
padding: 0px;
list-style:none;
}

.menu-items>.menu-item {
display: table;
padding-top:10px;
border-bottom:1px solid #ccc;
padding-bottom:10px;
width:105.5%;
background:white;
cursor:pointer;
}


@media (max-width: 991px) {

.menu-items { display:none; }

}

.menu-items>.menu-item:hover{
background:teal;
}

.menu-items>.menu-item:hover a.main-a {
 text-decoration:none;
color:white;
}

.menu-items .menu-item a {
color:black;
margin-top:50px !important;
padding-left:20px;
padding-top:20px;
}

.menu-items .menu-item a.main-a .fa-1x{	
color:#009c8;
}

.sub-menu{	
margin-top:-1px;
position:absolute;
left:300px;
z-index:5000; 
list-style:none;
width:535px;
padding:15px;
background-color:white;
background-image:url('../admin_area/other_images/1.png');
background-size: 350px 300px;
background-repeat: no-repeat;
background-position:bottom right; 
display:none;
height:390px;
border:1px solid #ccc;
}

.sub-menu ul{
margin-left:-20px;
display:inline-block;
list-style:none;
color:black;
}

.sub-menu hr {
margin:0px;
margin-bottom:15px;
}

.sub-menu ul li{
margin:10px;
margin-left:-0px;
}

.side-menu ul {
margin-left:-35px;
}

.side-menu ul li {
padding-top:10px;
padding-bottom:8px;
padding-left:5px;
line-height:20px;
list-style:none;
cursor:pointer;
}

.side-menu .li-active{
background: #f57224;
color:white;
}

.side-menu ul li:hover {
background: #f57224;
color:white;
}

.loader {
display: block;
cursor: wait;
position: fixed;
z-index: 8050;
background-image: url(../images/loading.gif);
background-color: #666 ;
opacity: 0.4;
background-repeat: no-repeat;
background-position: center;
left: 0;
bottom: 0;
right: 0;
top: 0;
}
