/**
 *Global Css Start 
 * 
 **/

 body{
 	 font-family: 'Ubuntu', sans-serif;
 }

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.zeynep-overlay {
    display: none;
}

img{
    max-width: 100%;
}

.form-control:focus {
    box-shadow: none;
}


.desktop-hide{
    display: none;
}

.mobileSlider {
    display: none;
}





/**
 *Header Css Start 
 * 
 **/


.topheader {
    background: #54b747;
    padding: 2px;
}

 .topheader-right-menu {
 	text-align: right;
 }

 .topheader-right-menu ul li {
    display: inline-block;
    padding: 5px;
    position: relative;
}

.topheader-right-menu ul li a{
    padding: 0px 10px;
    display: block;
    color: white;
    font-size: 14px;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.topheader-right-menu ul li a:hover{
    color: #f9f9f9;
    font-weight: bold;
}

.topheader-right-menu ul li:last-child > a::before{
	background-color: #fff;
	position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 16px;
    margin: auto;
}

.logo img {
    max-width: 100%;
}

.search-section {
    padding:25px 10px;
}
 
.eccommer-ul {
    padding: 25px 0;
    text-align: right;
}

.eccommer-ul li {
    display: inline-block;
    position: relative;
}

.eccommer-ul li.mobileMenuslistbar {
    display: none;
    float:left;
    cursor: pointer;
}

li.Gwishlist.wishlistCompareUpdate.active a {
    background: #00a9e2;
}

.eccommer-ul li a {
    display: block;
    padding: 5px 20px;
    color: black;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 0;
}
.eccommer-ul li a span:after{
	content: '';
    position: absolute;
    top: 100%;
    border-top: 4px solid;
    border-top-color: inherit;
    left: 30%;
    border-left: none;
    border-right: 5px solid transparent;
}
.eccommer-ul li a span {
    position: absolute;
    top: 0;
    right: -12px;
    width: 32px;
    height: 18px;
    background-color: #f7a026;
    border-color: #f7a026;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    border-radius: 10px;
    z-index: 1;
    color: white;
}


.fbboxdiv3{
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 8000;
    height: 100%;
}

.closemobilecanvas {
    width: 30%;
    float: right;
    background: #81818180;
    height: 100%;
}

.mobilecanvas {
    width: 70%;
    float: left;
    background: white;
    height: 100%;
}

a.fbboxdiv4 {
    display: block;
    padding: 15px 12px;
    font-size: 20px;
}
ul.social-menu{
    margin: 0;
    padding: 0;
}

ul.social-menu li {
     display: inline-block;
}

.footer-widget ul.social-menu li a {
    color: #fff;
    padding: 8px 3px;
    margin: 0;
    min-width: 38px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.footer-widget ul.social-menu li a:hover{
    margin: 0;
    color: red;
}

button.subsriberbtm.input-group-text:focus {
    outline: 0;
}
.footer-widget ul.social-menu li a {
    color: #000;
}
.header-menus {
    background: #54b747;
}
.header-menus ul {

    text-align: center;
}

.header-menus ul li {
    display: inline-block;
    position: relative;
}

.header-menus ul li a {
    padding: 8px 10px;
    color: white;
    display: block;
    font-size: 14px;
}

.header-menus ul li a:hover{
	background: #f7a026;
	color: white;
}



.header-menus ul li.active a {
	background: #f7a026;
}

.header-menus ul li a span.arrowdown i {
    font-size: 12px;
}

.header-menus ul li:hover ul.submenus{
    opacity: 1;
	transform: translate(0,0);
	visibility: visible;
}

.header-menus ul li ul.submenus {
    position: absolute;
    width: 220px;
    padding: 10px 0px;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border: 2px solid #f69d1f;
    background: #f69d1f;
    opacity: 0;
    transform: translate(0,10px);
    transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;
}



ul.submenus li {
    display: block;
}

ul.submenus li a{
    color: #fff;
    transition-duration: 0.3s;
    padding: 3px 10px;
}

ul.submenus li a:hover{
    margin-left: 3px;
    color: #000;
}

ul.submenus li a span.arrowleft{
	float: right;
}

ul.submenus li:hover ul.subsubmenus {
	opacity: 1;
	transform: translate(0,0);
	visibility: visible;
}

.btn-outline-primary {
    color: #007bff;
    color: #fff!important;
    font-size: 13px;
    border-color: #f6a128;
    transition-duration: 0.3s;
    background-color: #f6a128;
}

.col-7.star-icon i {
    font-size: 12px;
}

.col-7.star-icon {
    text-align: end;
}

.btn-outline-primary:hover{
    background-color: #54b747;
    border: 1px solid #54b747;
}

ul.submenus li ul.subsubmenus {
    position: absolute;
    left: 100%;
    top: 0;
    width: 200px;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    border: 2px solid #f7a026;
    background: #f69d1f;
    opacity: 0;
    transform: translate(0,10px);
    transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;
}


/**
 *Slider all  Css Start 
 * 
 **/

.hotdeals-owl .owl-item{

}

.hotdeals-owl a{
    display: inline-block;
}

.hotdeals-owl p{
    margin: 0;
    text-align: center;
    font-size: 18px;
}



.hotdeals-owl a img{
    margin: auto;
}


.brands-owl .owl-item{

}

.brands-owl a{
    display: inline-block;
}

.brands-owl p{
    margin: 0;
    text-align: center;
    font-size: 18px;
}



.brands-owl a img{
    margin: auto;
}

.owl-carousel.brands-owl .owl-nav button.owl-next {
    right: 0%;
    left: auto;
    top: -50%;
    bottom: auto;
    line-height: 14px;
    background: #00000054;
    padding: 0 11px !important;
    font-size: 28px;
    height: 30px;
    color: white;
}

.owl-carousel.brands-owl .owl-nav button.owl-prev {
    right: 5%;
    left: auto;
    top: -50%;
    bottom: auto;
    line-height: 10px;
    background: #00000054;
    padding: 0 11px !important;
    font-size: 28px;
    height: 30px;
    color: white;
}





.scaleHoveriffet::before, .scaleHoveriffet::after {
    content: '';
    position: absolute;
    z-index: 1;
    border-color: #fff;
    border-style: solid;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    
}

.scaleHoveriffet::before {
    left: 50%;
    right: 50%;
    top: 10px;
    bottom: 10px;
    border-width: 2px 0;
}

.scaleHoveriffet:hover::before{
    left: 10px;
    right: 10px;
}

.scaleHoveriffet::after {
    top: 50%;
    bottom: 50%;
    left: 10px;
    right: 10px;
    border-width: 0 2px;
}

.scaleHoveriffet:hover::after{
    top: 10px;
    bottom: 10px;
}

.scaleHoveriffet{
    background: black;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
    display: inline-block;
}

.scaleHoveriffet:hover img {
    opacity: .7;
}



/**
 *Home page Css Start 
 * 
 **/

.ctgbigitems img{
    max-width: 100%;
}

.ctgbannergridimage {
    border: 6px solid #1d1c1c;
}

.branddivsection h4 {
    box-shadow: 0 -1px #eee inset;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    padding-right: 65px;
    font-weight: 600;
}

.ctgGridSectionItemImage {
    position: relative;
}

.ctgGridSectionItemImage a.thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.ctgGridSectionItemImage a.thumb img {
    max-width: inherit;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    display: block;
    max-width: 100%;
    height: auto;
}

.ctgGridSectionItemImage a.thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ctgGridSectionItemImage h4.title {
    position: absolute;
    left: 25px;
    right: 25px;
    max-width: 90px;
    bottom: 50px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.ctgGridSectionItemImage a.shownow {
    position: absolute;
    left: 25px;
    bottom: 14px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 10px 1px;
    border: none;
    background-color: #00a6de;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}


.ctgGridSectionItemlist ul {
    list-style: none;
    padding: 10px 0;
    margin-bottom: 0;
}

.ctgGridSectionItemlist ul li a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    transition-duration: 0.2s;
    font-weight: 400;
}

.ctgGridSectionItemlist ul li a:hover{
    margin-left: 5px;
    font-weight: bold;
}

.ctgGridSectionItemlist ul li a::before {
    display: inline-block;
    float: left;
    content: '\f105';
    width: 25px;
    font-weight: bold;
    text-align: center;
    font-family: "Font Awesome 5 Free";
}


ul.breadcrumb li {
    padding: 0 5px;
}

ul.breadcrumb li a:hover {
    color: #00a9e2;
}

ul.breadcrumb li a {
    color: #666;
    padding-right:10px;
    position: relative;
    font-size: 14px;
}

ul.breadcrumb li a::after {
    content: '';
    width: 1px;
    background: #676666;
    height: 6px;
    position: absolute;
    top: 3px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    display: block;
    right: 0;
}


ul.breadcrumb li a::before {
    content: '';
    width: 1px;
    background: #5b5a5a;
    height: 6px;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(135deg);
    transform: rotate(226deg);
    -o-transform: rotate(135deg);
    display: block;
    right: 0;
}

.filter-price {
    box-shadow: 0px 0px 5px #ccc;
}

.filter-price h2 {
    font-size: 16px;
    line-height: 26px;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
    letter-spacing: .05em;
}

.filter-price ul {
    
}

.filter-price ul li a {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    transition-duration: 0.3s;
}

.filter-price ul li{
    padding: 5px 0px 5px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.filter-price ul li ul li{
    padding: 4px 0 4px 15px;
}

.filter-price ul li ul li:last-child{
    border: none;
}

.filter-price ul li ul li ul li:last-child{
    border: none;
}


.filter-price ul li a:hover {
    color: #00a9e2;
    margin-left: 5px;
}

.productSectorGrids {
    margin-bottom: 100px;
}

.categoryheadtitle h1{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    box-shadow: 0 -1px #eee inset;
}

.categoryheadtitle h1 span{
    display: inline-block;
    padding: 5px 10px 2px;
    border-bottom: 3px solid #00a9e2;
}

h3.product-name.product_title {
    font-size: 14px;
    line-height: inherit;
    font-weight: 400;
    margin-bottom: 8px;
    height: 42px;
}

h3.product-name.product_title a{
    color: #000;
}

.productGrid {
    border: 1px solid #eee;
    overflow: hidden;
}

.productGrid:hover > .productGridImage img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.productGridtitle {
    padding: 15px;
}

.productGridImage {
    position: relative;
    overflow: hidden;
}


.productGridImage img {
    margin: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}

.productGrid :hover .productGridImage img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.productGrid :hover .productGridImage .add-to-cart{
    bottom: 0px;
    background: red;
}

.productGrid:not(:hover) .productGridImage .add-to-cart {
    bottom: -51px;
    
}

.productGridImage .add-to-cart {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #00000099;

}

.productGridImage .add-to-cart:hover{
    background: #00a9e2;
}

.productGridImage .add-to-cart a {
    display: block;
    text-align: center;
    padding: 10px;
    color: white;
}

.productGrid:not(:hover) .productGridImage .ecoomerce-group-button ul li {
    right: -200%;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    
}

.productGridImage .ecoomerce-group-button {
    position: absolute;
    bottom:0;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


.ecoomerce-group-button ul li{
    right: 0;
    position: relative;
    font-weight: 400;
    border-radius: 50%;
    overflow: hidden;
    color: inherit;
        -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.ecoomerce-group-button ul li a:hover {
    background: #00a9e2;
}

.ecoomerce-group-button ul li.Gcompare{
    -webkit-transition: transform .3s ease .1s;
    -moz-transition: transform .3s ease .1s;
    -ms-transition: transform .3s ease .1s;
    -o-transition: transform .3s ease .1s;
    transition: transform .3s ease .1s;
}

.ecoomerce-group-button ul li.Gquickview{
    -webkit-transition: transform .3s ease .2s;
    -moz-transition: transform .3s ease .2s;
    -ms-transition: transform .3s ease .2s;
    -o-transition: transform .3s ease .2s;
    transition: transform .3s ease .2s;
}



.ecoomerce-group-button ul li a {
    background: gray;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    line-height: 23px;
    text-align: center;
    color: white;
    transition: all .3s ease;
}

.productGridImage .add-to-cart a i {
    border: 1px solid white;
    padding: 3px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: inline-block;
}



.reviewsidebar{
    padding: 15px;
    margin: 7px 0;
    background: #fff;
    border: 2px solid #e9e9e9;
}

p.short-excerpt {
    color: #555;
    line-height: 21px;
    margin: 10px 0px;
}

.vendor-div p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}
.vendor-div {
    padding: 15px;
    display: block;
    margin-top: 10px;
    border: 2px solid #e9e9e9;
    border-radius: 10px;
}

.vendor-div table tr td {
    border: 1px solid #dddddd;
    padding: 5px;
    vertical-align: text-bottom;
}
.vendor-div table tr td p {
    font-size: 12px;
    color: #363434;
    margin-bottom: 20px;
}

.starreviewresult p {
    font-size: 50px;
}
.starreviewresult p span {
    font-size: 30px;
}

.productstitleprice del {
    color: #bf2340;
    font-size: 14px;
    font-weight: bold;
}

.destopSlider{
    background-color: #fff;
    padding: 15px;
    display: block;
    border: 2px solid #e9e9e9;
}

form.cat-subcat-form- {
    padding: 15px;
    background-color: #fff;
    border: 2px solid #e9e9e9;
}

.singlefeturedImage{
    position: relative;
    max-height: 300px;
}

.singlefeturedImage >.full{
    text-align: center;
    vertical-align: middle;
}

.singlefeturedImage img{
    text-align: center;
    max-width: 100%;
    max-height: 300px;
}

.singleproductgallery {
    margin: 5px;
}

.singleproductgallery img{
   max-width: 80px;
   cursor: pointer;
   padding: 5px;
   max-height: 60px;
}

.outofstocimage {
    position: absolute;
    right: 0;
    bottom: 0;
}
.outofstocimage img {
    width: 100px;
}

#decrease {
    color: #000000;
    font-size: 21px;
    text-align: center;
    width: 41px;
    padding: 2px 0px;
    border-radius: 50%;
    transition-duration: 0.3s;
    float: left;
    cursor: pointer;
    background-color: #e1e1e1;
    font-weight: bold;
    border: 1px solid #e5e5e5;
}

#decrease:hover{
    background-color: #f69a1a;
}

#number {
    font-size: 20px;
    text-align: center;
    color: gray;
    width: 40px !important;
    float: left;
    cursor: pointer;
    border-bottom: 0px solid;
    border-top: 0px solid;
    font-weight: bold;
    border: 0;
}

#increase {
    color: #000000;
    font-size: 21px;
    text-align: center;
    width: 41px;
    padding: 2px 0px;
    border-radius: 50%;
    transition-duration: 0.3s;
    float: left;
    cursor: pointer;
    background-color: #e1e1e1;
    font-weight: bold;
    border: 1px solid #e5e5e5;
}

#increase:hover{
    background-color: #f69a1a;
}

#submitBtn {
    border: none;
    display: inline-block;
    color: white;
    font-weight: bold;
    outline: none;
    text-align: center;
    padding: 10px;
    margin: 0;
    transition-duration: 0.3s;
    background-color: #54b747;
    width: 155px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

#submitBtn:hover{
    background-color: #f7a026;
}

#submitBtn2 {
    border: none;
    display: inline-block;
    color: white;
    font-weight: bold;
    outline: none;
    text-align: center;
    transition-duration: 0.3s;
    padding: 10px;
    margin: 0;
    background: #f7a026;
    width: 155px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
}

#submitBtn2:hover{
    background-color: #54b747;
}
.inportant-note {
    padding: 15px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    margin-top: 7px;
}
.inportant-note p {
    margin: 0;
    color: gray;
    font-size: 12px;
}
.inportant-note span {
    font-size: 12px;
    color: gray;
}
.inportant-note strong {
    font-size: 14px;
    color: #3c3c3c;
}


span.minusitem {
    padding: 5px 10px;
    cursor: pointer;
}

.topCategory h4 {
    font-size: 30px;
    margin-bottom: 27px;
    text-shadow: 0px 3px 3px #ccc;
}

span.plusitem {
    padding: 5px 10px;
    cursor: pointer;
}

.continueshopping{
    display: inline-block;
    padding: 8px 30px;
    background: #54b747;
    border-radius: 3px;
    color: white;
}

.checkoutproccess{
    cursor: pointer;
    display: inline-block;
    padding: 8px 30px;
    background: #f7a026;
    border-radius: 3px;
    text-decoration: none;
    color: white;
}

a.continueshopping:hover {
    color: #ededed;
    background: #f7a026;
}

a.checkoutproccess:hover {
    color: #ededed;
    background: #0c4638;
}

.emptycarts center {
    margin-top: 0px;
}

.emptycarts center i {
    font-size: 30px;
}

.emptycarts p {
    font-size: 20px;
    color: gray;
}

a.add-to-wishlist.active span.bi {
    background: #0f6a52;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 27px;
}

a.add-to-compare.active span.bi {
    background: #0f6a52;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
}

.viewItemsLists{
    margin-top: 10px;
}
.compareTable {
    background: white;
    overflow: auto;
}
.compareTable tr td img {
    max-height: 100px;
    max-width: 100%;
}


li.Gcompare.wishlistCompareUpdate.active a {
    background: #00a9e2;
}

.topCategory .owl-grid{
    text-align: left;
}

.owl-grid {
    text-align: center;
}

/**
 *Footer Css Start 
 * 
 **/
footer {
    background: #34364b;
    padding-top: 50px;
    margin-top: 30px;
}

.widget-address p{
line-height: 16px; margin-bottom: 10px; color: #000000;
}

.widget-address p strong{
display: inline-block; float: left; min-width: 66px;
    color: #fff;
    margin-right: -12px;
}

.widget-address p span{
	display: block; overflow: hidden;
	color: #fff;
	font-size: 15px;
}

.paymentmethod-img {
    border: 1px solid #efefef;
}

.paymentmethod-img img {
    max-width: 100%;
}

.copyright p {
    margin: 0;
    color: #fff;
    padding: 20px 15px;
}

.newslattersubscribe input::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.newslattersubscribe input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: white;
}

.newslattersubscribe input::-ms-input-placeholder { /* Microsoft Edge */
 color: white;
}

.footer-sociallink ul li {
    display: inline-block;
}

.footer-sociallink ul li a {
    display: block;
    padding: 5px 0;
    background: #eb0c0c;
    width: 32px;
    text-align: center;
    height: 32px;
    line-height: 22px;
    font-size: 16px;
    color: white;
}

.footer-sociallink ul li a:hover {
    color: #dddddd;
}


.footer-widget h4 {
    font-size: 18px;
    color: #ffffff;
    line-height: 18px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
}

ul.wedget-list li a:before {
    display: inline-block;
    vertical-align: top;
    border: 2px solid;
    border-radius: 50%;
    margin: 9px 9px 0 0;
    content: '';
}

ul.wedget-list li a:hover {
    color: #00a9e2;
}



ul.wedget-list li a {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.3s;
}

ul.wedget-list li a:hover{
    margin-left: 4px;
}


/***Auth Css Start**/

.auth-section {
    padding: 50px 0;
}
.auth-title h3 {
    font-size: 16px;
}
.auth-title p {
    float: right;
}
.auth-forms {
    padding: 50px 100px;
    box-shadow: 0px 0px 5px #ccc;
    background: white;
}

.seller-forms {
    background: white;
    padding: 20px;
    -webkit-box-shadow: 0 0 50px #c7c7c7;
    box-shadow: 0 0 11px #c7c7c7;
}

.seller-forms form {
    padding: 20px 50px;
}

/***Auth Css End**/


/***Users Css Start**/
.userdashboard {
    padding: 2% 0;
}
.profiledetails {
    padding: 0px;
    background: white;
    margin-bottom: 15px;
    border: 1px solid #dadada;
}
.profileImage img {
    max-width: 100%;
}

@media only screen and (max-width: 1165px){
    ul.accountmenu li {
        padding: 2px;
    }
    
    
}

@media only screen and (max-width: 1024px){
    ul.accountmenu {
        margin: 8px 0;
    }
    
    .blog-section-design .second-blog-section p {
        margin: 23px 0px 25px;
    }
    
    .ipadhide{
        display: none;
    }
    
    .cateforylist ul li {
        height: 114px;
    }
    
    .Brandlist ul li {
        height: 66px;
    }
    
    li.allcategories .menulistdiv ul li a {
        padding: 6px 16px;
    }
    
    .main-header-menu ul li a {
        padding: 12px 17px;
    }
    
    .services-div span {
        font-size: 9px;
    }
    
    .services-div h5 {
        margin-bottom: -8px;
        margin-top: 5px;
        font-size: 8px;
    }
    
    .serviceItem {
        padding: 10px 0px;
    }
    
    .categoryName ul {
        column-count: 4;
    }
}

@media only screen and (max-width: 992px){
    .parsonalprofile2 p {
    margin-top: 40px;
    color: #989797;
    }
    .parsonalprofile {
    text-align: right;
    }
    
    .main-header {
        padding: 0px;
    }
        

    
    .categoryName ul {
        column-count: 3;
    }
    
}

.parsonalprofile a {
    margin: 5px 10px;
}
.dashboardcountinfo {
    width: 20%;
    border-right: 1px solid #dcdcdc;
}
.dashboardcountinfo:last-child {
    border-right: 0px solid #dcdcdc;
}

.dashbaordInfo {
    background: white;
    min-height: 200px;
    padding: 15px;
}
.mybalanetotal {
    border: 1px solid #eaeded;
    padding: 10px;
    text-align: center;
}

.mybalanetotal p {
    padding: 10px;
    margin: 0;
    background: #eaeded;
}

.mybalanetotal span {
    font-size: 50px;
    font-weight: bold;
}

.usersidebar {
    background: white;
    padding: 10px;
    border: 1px solid #dadada;
}
ul#usersidebar li a {
    color: #333;
    padding: 2px 0;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.screenapps {
    margin-top: 20px;
    background: white;
    padding: 10px;
    border: 1px solid #dadada;
    text-align: center;
}
.screenapps h4 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
}

.screenapps p {
    font-size: 12px;
    font-weight: 500;
    color: #333;
}

.screenapps img {
    max-width: 100%;
}

.myrecentorder {
    padding: 10px;
    background: white;
}

.zero-padding{
    padding: 0px;
}

.left-right-padding{
    padding: 0px 15px;
}

@media only screen and (max-width: 805px){
    
}

@media only screen and (max-width: 768px){
    ul.accountmenu {
        margin: 7px 0;
    }
    
    .main-header-menu ul li a {
        padding: 12px 8px;
    }
    
    li.allcategories {
        padding: 0px 0px 0px 0px;
    }
    
    .usersidebardiv{
        display:none;
    }
    
    .menulistdiv {
        display: none;
    }
    
    ul.accountmenu li a {
        font-size: 14px;
    }
    
    .services-div h5 {
        margin-bottom: -5px;
        font-size: 8px;
        margin-top: 7px;
    }
    
    .col-7.star-icon {
        text-align: left;
    }
    
    .serviceItem {
        padding: 10px 4px;
    }
    
    .cateforylist ul li {
        width: 24.3%;
        height: 90px;
        padding: 5px;
    }
    
    .cateforylist ul li a span {
        height: 11px;
        line-height: 15px;
        font-size: 14px;
    }
    
    .Brandlist ul li {
        width: 24.3%;
        height: 100px;
        padding: 5px;
    }
    
    .Brandlist ul li a span {
        height: 11px;
        line-height: 7px;
        font-size: 5px;
    }
    
    
    
    .services-div span {
        font-size: 9px;
    }
    
    .categoryName ul {
        column-count: 2;
    }
    
}

@media only screen and (max-width: 567px){
    
    .col-md-3.hidemobiletopsidebar {
        display: none;
    }
    
    .btn-success {
        color: #fff;
        background-color: #54b747;
        border-color: #54b747;
        padding: 5px 13px;
    }
    
    ul.social-menu li a {
        font-size: 22px;
        padding: 5px;
    }
    
    .continueshopping {
        font-size: 13px;
    }

    .checkoutproccess {
        line-height: 20px;
        font-size: 14px;
    }
    
    .topCategory .owl-grid{
        text-align: center;
    }
    
    h3.product-name.product_title {
        height: 63px;
    }
    
    .product-grid-part img {
        max-height: 200px;
    }
    
    .topheader ul li a {
        font-size: 16px;
        padding: 10px 9px;
    }
    
    .dashboardcountinfo p {
        font-size: 6px;
    }
    
    .col-lg-9.usermainbody {
        padding: 0;
    }
    
    .sellerBannerDiv p{
        display:inline-block;
    }
    
    .sellerBannerDiv center{
        height: 80px;;
    }
    
    .sellershopsidebardiv {
        display: none;
    }
    
    .sellerproductdiv{
        padding:0;
    }
    
    .col-lg-12.col-xl-10.left-right-padding {
        padding: 0px;
    }
    
    .services-div h5 {
        margin-bottom: -5px;
        font-size: 9px;
        margin-top: 7px;
        line-height: 7px;
    }
    
    .categoryslidertabs ul.nav.nav-tabs li a {
        padding: 5px 3px;
        font-size: 10px;
    }
    .catagorymenu p {
        font-size: 12px;
    }
    
    .categoryslidertabs {
    min-height: 30px;
    }
    
    .serviceItem {
        padding: 11px 0px;
    }
    
    .services-div span {
        font-size: 10px;
    }
    
    .col-6.col-sm-3.serviceItem1 {
        padding: 0px 5px 0px 15px;
        margin-bottom: 8px;
    }
    
    .col-6.col-sm-3.serviceItem2 {
        padding: 0px 15px 0px 5px;
        margin-bottom: 8px;
    }
    
    .col-6.col-sm-3.serviceItem3 {
        padding: 0px 5px 0px 15px;
    }
    
    .col-6.col-sm-3.serviceItem4 {
        padding: 0px 15px 0px 5px;
    }
    
    .col-4.banner1 {
        padding: 0px 0px 0px 15px;
    }
    
    .col-4.banner2 {
        padding: 0px 7px;
    }
    
    .col-4.banner3 {
        padding: 0px 15px 0px 0px;
    }
    
    .sliderDivsection {
        background: #f7f8fa;
    }
    
    .topMargin{
        margin-top: 7px;
    }
    
    .categorydiv {
        padding-left: 0px;
    }
    
    img.productsImage {
        max-height: 150px;
    }
    
    .catagoryproductsimg {
        min-height: 150px;
    }
    .productstitleprice p {
        font-size: 11px;
    }
    .categoryName ul {
        column-count: 1;
    }
    
    .cateforylist ul li a img {
        max-width: 100%;
        max-height: 20px;
    }
    
    .Brandlist ul li {
        width: 11.8%;
    }
    
    
}

@media only screen and (max-width: 411px){
    
    .mobilefootermenusdiv ul li a {
        padding: 3px 14px;
        color: #fff;
        font-size: 28px;
        display: block;
    }
    
    .auth-forms {
        padding: 20px 30px;
    }
    
    .seller-forms form {
        padding: 10px;
    }
    
    .blog-section-design .second-blog-section {
        padding: 20px 15px 35px;
    }
    
    .blog-section-design .second-blog-section p {
        margin: 23px 0px 15px;
    }
    
    .cateforylist ul li {
        height: 53px;
    }
    
    .cateforylist ul li a span {
        font-size: 8px;
    }
    
    .Brandlist ul li {
        height: 40px;
    }
    
    .left-right-padding{
        padding: 0px;
    }
    
    .services-div h5 {
        margin-bottom: -9px;
        font-size: 8px;
    }
    
    .services-div span {
        font-size: 9px;
    }
    
    .serviceItem i {
        font-size: 27px;
    }
    
    .search-bar-section {
        width: 100%;
        margin: 0px auto 20px;
    }
    
    .footer-review-section {
        padding: 10px 0px;
    }
    
    .footer-review-section ul li button.review-button {
        padding: 10px 18px 11px;
        font-size: 17px;
    }
    
    .footer-review-section ul li img {
        display: none;
    }
    
}



/***Users Css End**/

@media only screen and (max-width: 991px) {
  .bottom-header {
    display:none;
  }
  .logo {
    text-align: center;
	}
  .search-section {
    display: none;
  }

  .eccommer-ul {
    padding: 0;
	}

  .eccommer-ul ul{
    background: #00a9e2;
    padding: 5px;
  }

  .eccommer-ul li a {
  	font-size: 20px;
    line-height: 20px;
  }

  .eccommer-ul li.mobileMenuslistbar {
  	display: inline-block;
  }
  
  .topheader-right-menu ul li {
    padding: 0px;
   }
    
  .topheader {
    padding: 0px;
  }


}