
*
{
padding:0px;
margin:0px;
box-sizing:border-box;
font-family: 'Nunito Sans', sans-serif;
}
body
{
background: #e4e4e4 !important;
}
.col-100
{
width: 100%;
}
.left
{
float: left;
}
.para
{
font-size: 13px;
color: #000
}
p
{
font-size: 13px;
}
.heading h2
{
font-size: 25px;
}
.com-pd
{
padding: 60px 0px;
}
.padding_none
{
padding: 0px !important;
}
.heading_b_border
{
height: 2px;
border-bottom:1px dashed #929292;
}
a::hover
{
text-decoration: none !important;
}
a:focus, a:hover
{
text-decoration: none !important;
}
.box-border
{
padding: 15px;
background: #fff;
border: 1px solid #dcdada;
}

.f15
{
font-size: 15px;
}
.b
{
font-weight: 600;
}
input
{
height: 40px !important;
border-radius: 0px !important;
}
.save-btn
{
padding: 9px 40px;
background: #616161;
color: #fff;
border-radius: 0px;
text-decoration: none;
}
a:focus, a:hover
{
color: none !important;
text-decoration: none !important;
}
label
{
font-size: 14px;
font-weight: 400 !important;
}
.mandatory
{
margin-left: 8px;
color: red;
font-size: 15px;
}
.login-btn
{
padding: 10px 40px;
background: #616161;
color: #fff;
}
/*GLOBAL CSS*/

/*HEADER CSS*/

/*top-header-css*/
.top-header
{
padding:5px 0px;
background: #fae332;
}
.top-header p
{
color: #5f5c5c;
margin: 0px;
 text-transform: capitalize; 
text-shadow: 1px 1px #c7c4c4;
}
.top-header ul.top-list
{
float: right;
padding: 0px;
margin: 0px;
}
.top-header ul.top-list li
{
float: left;
list-style: none;
padding: 0px 10px
}
.top-header ul.top-list li a
{
color: #5f5c5c;
margin: 0px;
text-transform: capitalize;
text-shadow: 1px 1px #c7c4c4;
text-decoration:none;
}
.top-header ul.top-list li:first-child
{
border-right:1px solid #c3b8b8;
}
.header
{
background: #fff;
padding: 10px 0px;
}
.header .logo
{
width: 128px;
margin-top: 10px;
}
.header .search-bar
{
margin-top: 10px;
position: relative;
}
.header .search-btn
{
padding:10px 14px;
background: #616161;
position: absolute;
right: 0px;
top: 0px;
color: #fff;
}
.header ul.header-right-list
{
display: table;
margin-top: 10px;
}
.header ul.header-right-list li
{
display: table-cell;
padding: 0px 15px;
}
.launch-btn
{
padding: 9px 13px;
background: #616161;
line-height:60px;
color: #fff;
text-transform: uppercase;
font-size: 12px;
text-align: center;
margin-left: 40px;
text-decoration: none;
}
.launch-btn:hover
{
color: #fff;
text-decoration: none;
}
.header ul.header-right-list li a > img
{
padding:5px 8px;
border: 1px solid #f3be03;
position: relative;
}
.cart-count
 {
position: absolute;
background: #fae332;
width: 19px;
border-radius: 100px;
color: #444343;
padding: 1px 5px;
height: 19px;
font-size: 12px;
right: 26px;
top: 7px;
 }
.menu_header
{
background: #fae332;
}
.header .menu_header ul.menu
{
float: left;
}
.menu_header ul.menu li
{
float: left;
list-style: none;
padding: 10px 20px;
border-bottom: 1px solid #d8d8d8;
}
.menu_header ul.menu li a
{
color: #333;
text-shadow: none;
text-transform: capitalize;
text-decoration: none;
font-size: 13px;
}
.second-level-menu>li:hover {
    background: #fae332;
}
.third-level-menu>li:hover {
    background: #fae332;
}

ul.menu 
{
padding: 0px;
margin: 0px;
}
ul.menu li
{ 
list-style: none;
position: relative;
} 
ul.menu li > ul
{ 
display:none;
} 
ul.menu li > ul li
{
padding:6px 0px 5px 10px !important;
}
ul.menu li > ul li a
{
font-size: 13px;
}
ul.menu li:hover > ul
{
display: block;
position: absolute;
width: 209px;
background: white;
z-index: 9;
}
ul.menu li:hover > ul li
{
width: 100%;
float: left;
}
/*top-header-css*/

/*menu header css*/
.menu_header .category
{
/*padding: 10px;*/
background: #fae332;
}
.menu_header .category i
{
color: #333;
margin-right: 10px;
}
.menu_header .category > span
{
color: #fff;
text-transform: uppercase;
}
.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-level-menu>li {
    position: relative;
    width: 100%;
    float: left;
    padding: 5px 10px;
    background: transparent;
}
.top-level-menu>li > a
{
color: #000 !important;
}
.top-level-menu li:hover>ul {
  display: inline;
}

.top-level-menu a {
    font-size: 13px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 0 0 10px;
    display: block;
    line-height: 30px;
}
.second-level-menu {
    position: absolute;
    top: 40px;
    left: 0;
    width:100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #fff;
    z-index: 9;
}
.second-level-menu>li {
    position: relative;
    height: 30px;
    color: #333;
    border: 1px solid #e7e6e6;
}
.second-level-menu>li a {
    color: #484848;
    text-decoration: none;
    font-size: 12px;
}
.third-level-menu {
    position: absolute;
        top: 2px;
    right: -259px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #fff;
}
.third-level-menu>li {
    height: 30px;
    border: 1px solid #e7e6e6;
}
.second-level-menu>li a {
    color: #484848;
    text-decoration: none;
    font-size: 13px;
}
/*HEADER CSS*/

.shop_more .heading
{
width: 100%;
float: left;
margin-bottom: 40px;
}
.shop_more .pay_box
{
padding: 10px;
border: 1px dashed;
}
.shop_more .pay_box:hover
{
border:1px solid red;
 -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.shop_more .view_more
{
border:1px solid #d6cece;
}

/*offer slider*/
#offers-slider .an-left
{
font-size: 25px;
background: #fbfbfb;
padding: 10px;
color: #8e8c8c;
position: absolute;
top: 41%;
}
#offers-slider .an-right
{
font-size: 25px;
background: #fbfbfb;
padding: 10px;
color: #8e8c8c;
position: absolute;
top: 41%;
right: 0px;
}

/*category ox*/
.cat_box .heading,
.product-slider .heading
{
margin-bottom:49px;
}

.cat_box .pay_box
{
/*border: 2px dashed #ffd55f;
*/border-radius: 3px;
padding: 10px;
border: 1px dashed;
}

.product-slider .box
{
height:296px;
position: relative;
width: 100%;
float: left;
padding: 15px;
background: #fff;
border:1px solid #dcdada;
-moz-box-shadow: 3px 3px 5px 6px #e3e3e3;
}
.product-slider .discount
{
width: 100%;
float: left;
position: absolute;
top: 0px;
right: 0px;
padding: 10px;
}
.product-slider .discount .discount-off {
    font-size: 12px;
    font-weight: 600;
    color: #5bae28;
    border: 1px solid #5bae28;
    border-radius: 4px;
    display: inline-block;
    float: left;
    padding: 2px 5px;
    background: #f1fdf1;
}
.product-slider .box .discount .wishlist {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #5bae28;
    border-radius: 4px;
    display: inline-block;
    float: right;
    background: #f1fdf1;
}
.product-slider .box .discount .wishlist {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    color: #5bae28;
    border-radius: 4px;
    display: inline-block;
    float: right;
    background: #f1fdf1;
}
.product-slider .box .product-img {
    width: 100%;
    float: left;
    text-align: center;
    height: 160px;
    overflow: hidden;
}
.product-slider .box .product-img a {
    display: inline-block;
}
.product-slider  .box .product-img img {
    width: 100%!important;
    height: auto;
}
.product-slider .box .product-name {
    width: 100%;
    float: left;
}
.product-slider .box .product-name .name .brand-name {
    text-align: left;
    font-size: 13px;
    color: #828282;
}
.product-slider .box .product-name .name .text {
    padding-bottom:0px;
    width: 100%;
    float: left;
    font-weight: bold;
}
.product-slider .box .products-rating {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.product-slider .box .products-rating li {
    float: left;
    margin-right: 3px;
    list-style: none;
}
.product-slider .box .products-rating li i {
    color: #FFC315;
    font-size: 14px;
}
.product-slider .product-weight {
    width: 100%;
    float: left;
}
.product-slider .box .product-weight {
    width: 100%;
    float: left;
}
.product-slider .box .product-weight .price-block {
    float: left;
    line-height: 30px;
    width: 100%;
}
.product-slider .product-weight .price-block .cut-price {
    display: inline-block;
    font-size: 15px;
    color: #999;
    text-decoration: line-through;
}
.product-slider .box .product-weight .price-block .price {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #4d4d4d;
    padding-left: 5px;
}
.qty-input-filed {
    float: right;
    width: 100%;
}
.qty-input-filed .input-increase-decrease {
    float: left;
}
.qty-input-filed .input-increase-decrease .decrease {
    display: inline;
    width: 27px;
    height: 27px !important;
color: #333;
border-radius: 100% !important;
    border: 1px solid #ccc;
    cursor: pointer;
    font-weight: 600;
}
.qty-input-filed .input-increase-decrease .qty-input {
    display: inline;
    width: 20px;
    background: transparent;
    border: none;
    text-align: center;
    color: #333;
    font-weight: 600;
}
.qty-input-filed .input-increase-decrease .increase {
    display: inline;
    width: 27px;
        height: 27px !important;
    color: #333;
    border-radius: 100% !important;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    font-weight: 600;
}
.product-slider .box .product-weight .cart {
    float: right;
}
.product-slider .box .product-weight .cart .cart-btn {
    display: block;
}
.product-slider .box .product-weight .cart .cart-btn a {
    display: inline-block;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    font-size: 12px;
    border-radius: 15px;
}

/*mid section css*/
.mid_banner img
{
width: 100%;
display: block;
}


/*listing page css*/
.bread_crumbs
{
background: #cacaca;
}
.listing_banner
{
background-image: url('../images/listing_banner.jpg');
background-size:cover;
height: 400px;
background-position: bottom;
position: relative;
}
.listing_banner::before
{
content: "";
position: absolute;
top: 0px;
left: 0px;
right: 0px;
width: 100%;
float: left;
background: #000;
}
.product_listing .box
{
margin-bottom: 40px;
}
.product_listing ul li
{
list-style: none;
}

.bread_crumbs ul.bread-crumbs 
{
padding: 1px 14px;
width: 100%;
float: left;
margin: 0px;
}

.bread_crumbs ul.bread-crumbs  li
{
display: inline-block;
list-style: none;
padding: 10px 5px;
}
ul.bread-crumbs li a
{
color: #505050;
}
.active_breadcrumbs
{
color:red !important;
font-weight: 600;
}

.show{
  width: 400px;
  height: 400px;
  z-index: 99999;
}
#show-img { width: 400px; height: 400px; }
.small-img{
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
.product_description .rupee
{
font-size: 25px;
color: #e531b8;
font-weight: 600;
margin: 20px 0PX;
}
.product_description .weight
{
padding: 2px;
width: 100%;
height: 29px;
}
.product_description .launch-btn
{
margin-left: 0px;
}
.Description_heading
{
background: #fae332;
padding: 10px 5px;
color: #616161;
}
.tax_quote
{
color: #8e8e8e;
font-size: 11px;
margin-left: 40px;
}
.mrp
{
text-decoration: line-through;
}


/*listing page end*/

/*cart page css start here*/
.cart_box
{
margin-bottom:20px;
}
.cart_box:last-child
{
margin-bottom: 0px;
}
.product-weight .price-block .cut-price
{
text-decoration: line-through;
margin-right: 10px;
}
.product_details .product-weight .weight 
{
margin: 10px 0px;
height: 40px;
border-color: #c8c8c8;
padding: 5px;
}
.product_details .product-name 
{
font-size: 15px;
font-weight: 600;
}
/*.price-and-add-to-cart  .cart-btn
{
padding: 11px 0px;
text-align: center;
background: #f39e04;
margin: 13px 0px;
}*/

.price-and-add-to-cart  .cart-btn > a
{
color: #fff;
}
.product_details .delivery_status
{
font-size: 13px;
font-weight: 600;
color: #0581ef;
}
.product_cart_btn
{
padding: 20px 0px 0px 0px;
}
.place_order 
{
padding: 18px;
background: #fff;
border: 1px solid #dcdada;
}
.place_order a
{
color: #000;
}
.price_list ul
{
padding: 0px;
margin: 0px;
}
.price_list ul li
{
list-style: none;
}


/*cart page css end here*/

/*checkout page css*/
.Checkout
{
height: 730px;
}
.login_register_inner
{
padding: 20px;
box-shadow: 0px 0px 4px 4px #dedddd;
background: #fff;
position: relative;
}
.login_register_inner::before
{
content: "";
position: absolute;
top: 0px;
left:0;
right: 0px;
height: 4px;
background-image: linear-gradient(to left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4)
}
/*checkout page css*/


/*login_register  page css start*/
.form-outer .radio
{
line-height: 45px;
margin-left:22px;
}
/*login_register page css end here*/

/*forget password*/
.forget_password
{
height: 780px;
}
/*forget password*/

/*my account css start here*/
.my_account
{
height: 750px;
}
.my_account ul li
{
list-style: none;
}
.account_inner_box
{
padding: 10px;
border: 1px solid #c7c7c7;
color: #333;
margin-bottom: 40px;
background: #fff;
}
/*my account css end here*/

/*my order page css*/
.product_pro
{
margin-bottom:22px;
}


/*footer css*/
.footer 
{
background:#131313;
}
.footer_box h3
{
font-size: 15px;
font-weight: 600;
color: #187c94;
}
.footer_box ul
{
padding: 0px;
margin: 0px;
}
.footer_box ul li
{
list-style: none;
}
.footer_box ul li a
{
text-decoration: none;
color: #7b7979;
font-size: 13px;
}
.footer_category h5
{
color: #676464;
font-size: 14px;
font-weight: 600;
}
.footer_category
{
padding: 10px 0px;
}
.footer_category .footer_category_inner ul
{
padding: 0px;
margin: 0px;
}
.footer_category .footer_category_inner ul li
{
float: left;
list-style: none;
padding: 0px 1px;
line-height: 23px;
}
.footer_category .footer_category_inner ul li a
{
color:#717171;
}
.bottom_footer
{
padding: 10px 0px;
}
.bottom_footer p
{
margin: 0px;
background: #e4e1e1;
}


