
/* Preloader  --------------------------*/



.loader {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999; }

.sk-folding-cube {
    left: 50%;
    top: 50%;
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
}




/******************************************
5. Home top banner
******************************************/

.home-top-banner .banner_left {
	overflow: hidden;
	margin-bottom: 18px;
	position: relative;
}
@media only screen and (max-width: 767px) {
.home-top-banner .banner_left {
margin-bottom:0px;     
}
}

.home-top-banner {
	margin-bottom: 35px;
	margin-top: 10px
}
@media (max-width:479px) {
.home-top-banner {
	margin-bottom:0px;
	margin-top:10px
}
}
.home-top-banner h2 {
	font-size:45px;
/*	font-family: 'Dancing Script', cursive;*/
	color: #fff;
	font-weight: bold;
	margin-bottom: 0px;
    line-height: 30px;
}
@media (max-width:479px) {
.home-top-banner h2 {
	font-size:25px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner h2 {
	font-size: 25px
}
}
.home-top-banner .right1-banner h2 {
	font-size: 30px
}
@media (max-width:479px) {
.home-top-banner .right1-banner h2 {
	font-size: 22px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner .right1-banner h2 {
	font-size: 18px
}
}
.home-top-banner .right2-banner h2 {
	font-size: 30px;
	color: #000
}
@media (max-width:479px) {
.home-top-banner .right2-banner h2 {
	font-size: 22px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner .right2-banner h2 {
	font-size: 20px
}
}
.home-top-banner h4 {
font-weight: bold;
font-size: 22px;
color: #fff;
line-height: 10px;    
}
@media (min-width:300px) and (max-width:767px) {
.home-top-banner h4 {
font-size:18px;
}   
}

.home-top-banner .right2-banner h3 {
	color: rgba(57, 57, 57, 0.91)
}
.home-top-banner h3 {
	font-size:55px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
	color:#98ce28;
	margin-bottom: 16px;
    font-family: Lato;
/*	font-style: italic*/
}
@media (max-width:479px) {
.home-top-banner h3 {
	font-size: 30px
}
}
@media (min-width:480px) and (max-width:767px) {
.home-top-banner h3 {
	font-size: 35px;
	font-style: italic;
	line-height: normal;
	margin-bottom: 5px
}
}
.right1-banner {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	background: #5eb583
}
right2-banner {
	margin-top: 10px
}
.banner_right_inner {
	margin-left: 10px
}
.banner_left_content .readMore{
line-height: 0px;
margin-top: 80px;
background: #8ccb32;
border: 2px solid #8ccb32;
}
@media only screen and (max-width: 767px) {
.banner_left_content .readMore{
margin-top:30px;
}
}

.banner_left_content {
	cursor: pointer;
	font-size: 40px;
	line-height:30px;
	position: absolute;
	right: 8%;
	top:10%;
	text-align:center
}
@media (max-width:479px) {
.banner_left_content {
	font-size: 30px;
	line-height: 35px;
	top: 4%;
    right: 0;
    width: 100%;
}
}
@media (min-width:300px) and (max-width:767px) {
.banner_left .banner-inner img {
	width: 100%;
	margin-bottom: 20px
}
    
.banner_left_content {
	font-size: 30px;
	line-height: 35px;
	top: 4%;
    right: 0;
    width: 100%;
}    
}

.float-right {
    float: right;
}
.cart-sidebar {
    background: #fff;
    overflow: auto;
    position: fixed;
    right: -800px;
    top: 0;
    width: 800px;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
}
.toggled .cart-sidebar {
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cart-sidebar-body {
    height: 66vh;
    overflow: inherit;
}
.cart-sidebar-header {
    background: #A9A9A9;
    color: #fff;
    padding: 18px 20px;
}
.cart-sidebar-header h5 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.cart-sidebar-header .float-right {
    background: #fff;
    border-radius: 24px;
    color: #A9A9A9;
    height: 26px;
    line-height: 25px;
    text-align: center;
    width: 26px;
}
.cart-list-product {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 14px 20px;
    position: relative;
}
.cart-list-product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px 1px 3px;
    height: 99px;
    margin: 0 15px 0 0;
    width: 82px;
}
.cart-list-product h5 a {
    font-size: 14px;
}
.cart-list-product h5 {
    margin: 0;
}
.cart-list-product h6 {
    font-size: 11px;
}
.cart-list-product > h6 span {
    color: #e96125;
}
.remove-cart {
    position: absolute;
    right: 18px;
    top: 12px;
}
.cart-list-product .badge {
    background: #f2fef2;
    border: 1px solid #86be3f;
    border-radius: 2px;
    color: #86be3f;
    font-size: 11px;
    font-weight: 500;
    padding: 3px 6px;
}
.cart-sidebar-footer {
    /*background: #ececec;*/
    padding: 14px 50px;
}
.cart-store-details p {
    margin: 0 0 3px;
}
.cart-store-details h6 {
    margin: 10px 0 19px;
}
.cart-sidebar-footer .btn {
    padding: 2px 2px;
}

.shop-detail-right .feature-box {
    margin: 4px 0;
}









.cart_product img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ececec #ececec #dcdcdc;
    border-image: none;
    /*border-radius: 2px;*/
    /*border-style: solid;*/
    /*border-width: 1px 1px 3px;*/
    /*height: 88px;*/
    margin: 0;
    width: 72px;
}
.cart_summary td {
    vertical-align: middle;
}
.cart_summary > tfoot,
.cart_summary > thead {
    background: #f7f7f7;
}
.cart_summary {
    border: none !important;
}
.qty .form-control {
    border-radius: 2px !important;
    margin: 0 2px;
    text-align: center;
    width: 18px;
}
.qty .btn {
    background: #5a6268;
    border-radius: 2px !important;
    color: #fff;
    font-size: 23px;
    height: 33px;
    line-height: 15px;
    padding: 0;
    text-align: center !important;
    vertical-align: baseline;
    width: 27px;
}
.cart_description h5 {
    font-size: 15px;
    margin: 0 0 5px;
}
.cart_description h6 {
    font-size: 12px;
    font-weight: 100;
}
.availability .badge {
    font-size: 11px;
    padding: 6px 11px;
}
.cart-table {
    border-top: medium none;
    padding: 0;
}
.cart-table .table {
    margin-bottom: 0;
}
.cart-table .btn-secondary {
    border-radius: 0 !important;
    font-size: 16px;
    padding: 20px;
    text-transform: uppercase;
}
.cart_product {
    width: 10%;
}
.checkout-step .card {
    margin: 0 0 -1px;
    background: rgb(234, 226, 255);
    /*border: 0.5px solid #f7811f;*/
}
.checkout-step .card .card-header .btn {
    color: #fff;
    background:#86be3f;
    font-size: 17px;
    font-weight: 500;
    padding: 9px 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
.checkout-step .card .card-header .btn .number {
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    height: 34px;
    line-height: 28px;
    margin: 0 0px 0 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: 0;
    width: 34px;
}
.checkout-step .card .card-header .btn.collapsed .number {
    border: 2px solid #A9A9A9;
    color: #A9A9A9;
}
.checkout-step .card .card-header .btn .number {
    border: 2px solid #fff;
    color: #fff;
}
.order-done .fa {
    font-size: 135px;
    line-height: 161px;
}




.ech_btn i {
    font-size: 16px;
    margin-left: 1px;
    margin-right: 3px;
}
.ech_btn {
    /*background: none repeat scroll 0 0 #A9A9A9;*/
    border: 2px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    /*color: #fff;*/
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 14px;
    text-transform: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}


@media only screen and (max-width: 767px) {
    .ech_btn {
        font-size: 12px;
        padding: 2px 12px;
    }
}
.ech_btn_blue:hover {
    color: #fff !important;
    background: #86be3f !important;
		text-decoration:none !important;

}

.ech_btn_blue {
    background: none repeat scroll 0 0 #262262;
    color: #fff !important;
    border: 2px solid rgba(0,0,0,0.08);}

.ech_btn_green:hover {
    color: #fff !important;
    background:#262262 !important;
    /* border: 2px solid #477b04; */
	text-decoration:none !important;
}

.ech_btn_green {
    background: none repeat scroll 0 0 #86be3f;
    color: #fff;
    border: 2px solid #477b04;
}

.ech_bg {
    background: none repeat scroll 0 0 #86be3f !important;
    color: #fff !important;
}
.card-body {
    padding: 25px;
    margin-left: 25px;
}


.card-header {
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
}
.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.shop-listlist-group-item {
    border: 1px solid #eee;
}

.list-group-item.active {
    background: #f7811f;
    border-color: #f7811f;
}
.list-group-item:hover {
    background: #6eab17;
    border-color: #6eab17;
}
.list-group-item i {
    font-size: 16px;
    margin-right: 6px;
    margin-left: 6px;
}
.account-page .mx-auto {
    background: #fff;
    border: 1px solid #eee;
    padding: 0;
}
.account-page .mx-auto .card {
    border: none;
}
.team-card img,
.user-profile-header img {
    border-radius: 50px;
    height: 100px;
    width: 100px;
}
.account-right {
    border-left: 1px solid #eee !important;
    min-height: 508px;
}
.user-profile-header img {
    margin-bottom: 15px;
    object-fit: scale-down;
}
.user-profile-header {
    padding: 36px;
    text-align: center;
}
.user-profile-header p {
    margin: 0;
}
.account-left {
    margin-right: -1px;
}
.account-left .list-group {
    padding: 10px;
}
@media (max-width: 575.98px) {
    .location-top,
    .login-modal-left {
        display: none;
    }

    .carousel-slider-main .owl-next,
    .carousel-slider-main .owl-prev {
        top: 34%;
    }

    .account-left {
        margin-right: 0;
    }

    .account-page .mx-auto {
        margin: 0 15px !important;
    }

    .account-right {
        border-left: medium none !important;
        border-top: 1px solid #eee !important;
        min-height: auto !important;
    }
}

.badge {
    padding: 4px 9px 4px 9px;
    font-size: 12.025px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.badge_product_count {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #ff0000;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    bottom: 8px;
    right: 44%;
    width: 30px!important;
    height: 30px!important;
    text-align: center!important;
}

.countInput {
	background-color: white;
    padding-left: 5px;
    padding-right: 5px;
    color: black;
}
.badge_product_count_dec {
    /*z-index: 100000;*/
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #A9A9A9;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    bottom: 8px;
    left: 28%;
    cursor: pointer!important;
}
.badge_product_count_inc {
    /*z-index: 100000;*/
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #A9A9A9;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    bottom: 8px;
    right: 28%;
    cursor: pointer!important;
}
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.badge-error {
    background-color: #b94a48!important;
}
.badge-error:hover {
    background-color: #953b39!important;
}
.badge-warning {
    background-color: #f89406!important;
}
.badge-warning:hover {
    background-color: #c67605!important;
}
.badge-success {
    background-color: #468847!important;
}
.badge-success:hover {
    background-color: #356635!important;
}
.badge-info {
    background-color: #3a87ad!important;
}
.badge-info:hover {
    background-color: #2d6987!important;
}
.badge-inverse {
    background-color: #333333!important;
}
.badge-inverse:hover {
    background-color: #1a1a1a!important;
}

.address_view_list{
    margin-top: 20px;
    border: solid 1px #ccc;
    padding: 15px;
    margin-bottom: 15px;
    background-color: white;
}
.avl_controls {
    margin-top:25px;
}


optgroup[label]{
    color: #A9A9A9 !important;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #ffffff !important;
    margin: 1em;
    border: 1px solid green;
}
optgroup{
    margin: 1em;
    border: 1px solid green;
}
optgroup option{
    margin: 1em;
    border: 1px solid #A9A9A9;
}



.banner-img {
    width: 100%;
}
img {
    border: 0;
    max-width: 100%;
}
img {
    vertical-align: middle;
}

.centered-inner {
    position: absolute;
    top:300px;
    z-index:2;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
@media only screen and (max-width:992px) {
    .centered-inner {
        top:200px;
    }

}


.centered-inner ul{
    width:100%;
    float: left;
    text-align: center
}

.centered-inner h1 {
    font-size: 35px;
    color: #ffffff;
}



.centered-inner a {
    font-size: 14px;
    list-style: none;
    padding-right: 15px;
    color: #99d029;
    font-weight: 600;
}
.centered-inner h1 {
	     font-size:24px;
         margin-bottom: 20px;
         margin-top: 20px;
		 font-weight:bold;
         color: #262262;
    }



.centered-inner .active {
    color:#a5d332;
}

.centered-inner a:hover{
    color:#86be3f;

}
.centered-inner  i{
    padding-right: 15px;
    color: #99d029;
    font-size: 14px;
}

.centered-inner ul .page_display {
    background: url(../images/paging-arrow.png) no-repeat right 9px;
    padding: 0 30px 0 0;
    margin: 0 20px 0 0;
}

.sub-banner { margin-bottom: 10px;}
@media only screen and (min-width:640px) and (max-width:740px) {
.col-xs-6 {
     width: 33.33%!important; 
}
}
@media only screen and (max-width:768px) {
	
	.searchSection select {
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 50px;
    padding: 2px 4px !important;
    width: 150% !important;
    font-size: 13px !important;
}
	
	.productNext {
    background: #808080;
    color: #ffffff;
    right: 8px !important;
  }
  .productPrev {
    background: #808080;
    color: #ffffff;
    left: 8px !important;
  }
    .centered-inner {
        top:  270px  !important;
    }
	
	.centered-inner h1 {
        font-size:14px !important;
		 margin-bottom: 2px;
         margin-top: 2px;
		 font-weight:bold;
         color: #262262;
    }
	
	
	.centered-inner a {
	     display: none!important;
		font-size: 10px!important;
		list-style: none;
		padding-right: 15px;
		color: #262262;
   
    }
	.centered-inner i {
	     display: none!important;
   
    }
	.sub-banner { margin-bottom: 10px!important;}
	
.item {
    padding: 0px;
    margin: 0px 0px;
}


    .box_view {
        -webkit-box-shadow: 3px 3px 10px 2px rgb(194 224 154);
        box-shadow: 3px 3px 10px 2px rgb(194 224 154);
        padding: 10px;
        margin: 5px 5px;
        z-index: 50;
        border-radius: 10px;
    }

    .full_width_on_mobile {
        padding-right: 5px!important;
        padding-left: 5px!important;
        }
    }


    .cart_icon {
        width: 42px;
        height: 33px;
        background-image: url(../images/home/cart.png);
        background-repeat: no-repeat;
        /*background-position: center -67px;*/
}

 .cart_icon,  .cart_info {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.cart_info {
    display: none;
    color: #5e5e5e;
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

 .cart_icon .number_items,  .zero_number_items {
     position: absolute;
     top: 5px;
     left: 50%;
     width: 22px;
     margin-left: -5px;
     height: 22px;
     background: #d71a21;
     color: #FFF;
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     -ms-border-radius: 50px;
     -o-border-radius: 50px;
     border-radius: 50px;
     text-align: center;
     padding: 2px 0;
     font-style: normal;
     font-weight: normal;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;

}
.number_items {
    position: absolute;
    top: 18px;
    left: 77%;
    width: 18px;
    margin-left: -5px;
    height: 18px;
    background: #d71a21;
    color: #d71a21;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding: 2px 0;
    font-style: normal;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.number_count {
    position: absolute;
    top: -18px;
    left: 33%;
    width: 16px;
    margin-left: -5px;
    font-size: small;
    color: #ffffff;
    font-size: 12px;
}
.number_items_xs{
    position: absolute;
    top: 16px;
    left: 62%;
    width: 18px;
    margin-left: -5px;
    height: 18px;
    background: #d71a21;
    color: #d71a21;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    padding: 2px 0;
    font-style: normal;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.price-box {
    margin: -5px 0 2px!important;
    min-height: 5px!important;
}

.view_details{
width:100%;
height: auto;
float: left
}
footer p{
font-size: 14px;
color: #fff;
line-height: 28px;
}
footer h4{
color:#fff;
font-size:16px;	
}
.get-touch-social{
left: -10px;
position: relative;
}
footer .pl-30{
padding-left:60px
}
@media only screen and (max-width:767px) {
footer .pl-30{
padding-left:0px;
margin-bottom:15px;
float: left
}
}
.pay_secure{
margin-top:40px
}
.cart_new{
width:100%;
height: auto;
float: left;
border: solid 1px #ccc;
padding:20px 15px;
margin-bottom: 15px;	
}
.cart_section{
width:100%;
height: auto;
float: left;
margin-top:50px	
}
.serial_number{
width:3%;
float: left
}
@media only screen and (max-width:767px) {
.serial_number{
width:10%;
}
}

.serial_number p{
border: solid 1px #ccc;
font-size: 14px;
text-align: center;
padding: 2px;
margin-top: 6px;

}
.cart_image{
width: 10%;
max-width: 86px;
float: left
}
@media only screen and (max-width:767px) {
.cart_image{
width:25%;
}
}
.cart_text {
width:37%;
height: auto;
float: left;
padding-left:10px;	
}
@media only screen and (max-width:767px) {
.cart_text {
width:65%;
margin-bottom:25px;	
}
}
.cart_text h2 {
font-size: 12px;
margin: 0;
color: #000;
font-weight: 600;
line-height: 22px;
padding-bottom:15px;
}
.cart_text p{
font-size:12px;
color:#5f5d5d;
margin: 0px;
line-height: 24px;
float: left
}
.cart_text p span {
font-size: 12px;
float: none;
width: 100%;
}
.cart_text a{
font-size:12px;
color:#ccc;
margin-top:35px;
float: left;
font-weight:400;
padding-right: 30px;	
}
@media only screen and (max-width:767px) {
.cart_text a{
margin-top:10px;
}
}
.cart_text a:hover{
color: #ee3928;
}
.cart_price_new {
width:17%;
height: auto;
float: left;
text-align: center	
}
@media only screen and (max-width:767px) {
.cart_price_new {
width:25%;
}
}
.cart_price_new span {
font-size: 15px;
margin: 0;
color: #403f3f;
font-weight:400;
line-height: 24px;
padding-bottom: 4px;
padding-right: 6px;
}
.cart_price_new h3 {
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 4px;
    padding-top: 6px;
}
.cart_total{
width:13%;
height: auto;
float: right;
}
@media only screen and (max-width:767px) {
.cart_total{
width:100%;
}
}
.cart_total h3{
color:#000;
font-size:15px;
padding-top: 6px;
text-align: center;
font-weight:600	
}
.cart_total h3 span{
color:#403f3f;
font-size:14px	
}

.quantity{
width:20%;
height: auto;
float: left;
}
@media only screen and (max-width:767px) {
.quantity{
width:75%;
}
}
.quantity h2 {
font-size: 14px;
margin: 0;
color: #000;
font-weight: 600;
line-height: 24px;
padding-bottom: 4px;
}
.quantity .cart-plus-minus {
display: inline-block;
float:none;
margin-right: 0px;
margin-left: 10px;
}
.quantity .product-variation {
display: inline-block;
width: 100%;
border: 0; 
background:none; 
padding:0px; 
margin-bottom:0px;
text-align:center;
line-height: 30px;	
}
.quantity .dec.qtybutton{
padding:8px 10px;
height: 30px;
line-height:0	
}
.quantity .inc.qtybutton{
padding:8px 10px;
height: 30px;
line-height:0		
}
.quantity .cart-plus-minus .qty{
font-size:14px;
height: 30px;
width: 40px;	
}

/******************************************
27. products grid
******************************************/
.products-grid {
	margin: 0;
	list-style: none
}
ul.products-grid {
	padding: 10;
	margin: 10
}
.products-grid .item {
	margin-top: 5px;
	padding: 10px
}
@media (max-width:479px) {
.product-grid-area .products-grid .item {
	width: 100%;
	float: none;
	margin: 5px auto 5px
}
}
.col-main .product-grid-area .products-grid {
	margin-left: -12px;
	margin-right: -12px
}

/******************************************
30. products view
******************************************/
.magni_con {
	position: relative;
	width: 830px !important;
	height: auto;
}
.magni_con img {
	width: 100%;
	box-shadow: none !important;
}
#mlens_wrapper_0 {
	width: 100% !important;
}
.ls-phone {
	width: 100%;
	display: none;
}
.ls-phone img {
	width: 100%;
}
.large-image img {
	max-width: 100%;
	height: auto
}
.product-view-area .product-img-box .product-image {
	margin: 0 0 13px;
	position: relative;
	overflow: hidden
}
.magnifier img {
	max-width: inherit
}
.product-big-image {
	position: relative;
	overflow: hidden;
	padding: 0px;
	border-right: 1px #e5e5e5 solid
}
@media (max-width:480px) {
.product-big-image {
	border-right: none
}
}
@media (max-width:480px) {
.magnifier {
	left: 15px !important
}
}
.product-view-area {
    width: 100%;
	margin: auto;
	position: relative;
	z-index: 0;
	margin: 10px 15px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	display: inline-block
}
@media (max-width:480px) {
.product-view-area {
	width:100%;
    margin:0px
}
}
.product-view-area .flexslider-thumb {
	max-width: 580px;
	padding: 22px 70px;
	position: relative;
	background: #f9f9f9;
	margin: 1px;
	border-top: 1px #e5e5e5 solid
}
@media (max-width:479px) {
.product-view-area .flexslider-thumb {
	padding: 22px 32px;
	border-bottom: 1px #e5e5e5 solid
}
}
@media (max-width:767px) {
.product-view-area .flexslider-thumb {
	padding: 22px 48px;
	border-bottom: 1px #e5e5e5 solid
}
}
@media (min-width:768px) and (max-width:991px) {
.product-view-area .flexslider-thumb {
	padding: 22px 35px;
	border-bottom: 1px #e5e5e5 solid
}
}
.product-view-area-compact .flexslider-thumb {
	margin: 17px auto 0
}
.product-view-area .flexslider-thumb .flex-viewport {
	z-index: 10
}
.product-view-area .flexslider-thumb .flex-direction-nav {
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 9
}
.product-view-area .flexslider-thumb .flex-prev {
	position: absolute;
	left: 20px;
	top: 8px;
	border: 1px #e5e5e5 solid;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
@media (max-width:768px) {
.product-view-area .flexslider-thumb .flex-prev {
	left: 0
}
}
.product-view-area .flexslider-thumb .flex-direction-nav a:hover {
	color: #fff;
	background: rgba(57, 57, 57, 0.91);
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
.product-view-area .flexslider-thumb .flex-next {
	position: absolute;
	right: 20px;
	top: 8px;
	border: 1px #e5e5e5 solid;
	background: #fff;
	width: 32px;
	height: 32px;
	line-height: 28px;
	border-radius: 100%;
	text-align: center;
	font-size: 11px;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s
}
@media (max-width:480px) {
.product-view-area .flexslider-thumb .flex-next {
	right: 0
}
}
@media (max-width:768px) {
.product-view-area .flexslider-thumb .flex-next {
	right: 5px
}
}
.product-view-area .flexslider-thumb li img {
	cursor: pointer;
	-moz-user-select: none;
	border: 1px #e5e5e5 solid;
	padding: 2px
}
.product-view-area .previews-list {
	padding: 0;
	list-style-type: none;
	text-align: center
}
.product-view-area .previews-list li {
	display: inline-block;
	float: left;
	margin-right: 15px;
	padding: 0;
	width: 150px;
}
.product-view-area .flexslider-thumb-vertical-outer {
	margin: 0 10px 15px 0;
	width: 76px;
	float: left;
	position: relative;
	z-index: 1
}
.product-view-area .flexslider-thumb-vertical .flex-viewport {
	height: 300px !important
}
.product-view-area .flexslider-thumb-vertical .slides {
	margin: -4px 0 0;
	padding: 0;
	list-style-type: none
}
.product-view-area .flexslider-thumb-vertical .slides li {
	margin: 0;
	padding: 0;
	overflow: hidden
}
.product-view-area .flexslider-thumb-vertical .slides li img {
	width: 100%;
	padding: 4px 0;
	cursor: pointer;
	-moz-user-select: none
}
.flex-direction-nav, .slider-controls {
	-webkit-transform: translate3d(0, 0, 0)
}
.product-view-area li {
	list-style: none
}
.product-color-size-area {
	display: inline-block;
	width: 100%;
	margin-bottom: 8px
}
.product-color-size-area .color-area {
	display: inline-block;
	width: 40%;
	float: left;
	margin-right: 18px
}
@media only screen and (min-width:768px) and (max-width:992px) {
.product-color-size-area .color-area {
	width: 42%
}
}
@media (max-width:480px) {
.product-view-area .color ul li, .product-view-area .size li {
	margin-bottom: 5px
}
}
.product-color-size-area .size-area {
	display: inline-block;
	width: 40%
}
@media (max-width:768px) {
.product-color-size-area .size-area {
	width: 52%
}
}
.product-view-area .product-details-area {
	margin-top: 0;
	z-index: -9;
	padding: 20px 12px 12px
}
@media (max-width:768px) {
.product-view-area .product-details-area {
	padding: 10px 0px
}
}
.product-view-area .product-name h1 {
    font-size: 30px;
    margin: 0 0 18px;
    text-align: left;
    line-height: normal;
    padding-bottom: 4px;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    color: rgba(57, 57, 57, 0.91);
}
@media (max-width:480px) {
.product-view-area .product-name h1 {
	font-size: 24px
}
}
.product-view-area .short-description {
	font-size: 13px;
	padding-top: 12px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 15px
}
.product-view-area .short-description h2 {
	font-size: 18px;
	text-transform: none;
	color: #333;
	margin-bottom: 5px;
	font-weight: bold
}
.product-view-area .short-description p {
	   font-size: 16px;
    color: #4a4747;
    line-height: 24px;
}
.product-view-area .product-details-area .ratings {
	padding: 5px 0 0;
	margin: auto
}
.product-view-area .product-details-area .ratings .rating {
	margin-bottom: 15px;
	display: inline-block;
	margin-right: 10px
}
.product-view-area .product-details-area .ratings .rating i {
	font-size: 15px
}
.product-view-area .product-details-area .ratings .rating-links {
	margin-bottom: 12px;
	display: inline-block
}
@media (max-width:768px) {
.product-view-area .product-details-area .ratings .rating-links {
	display: none
}
}
.availability.in-stock span {
	color: #fff;
	background-color:#80c51c;
	padding: 5px 12px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: bold;
        margin-left: 6px;
}
.availability.out-of-stock span {
	color: #fff;
	background-color: #d9534f;
	padding: 5px 12px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: bold
}
.product-view-area .product-details-area .price-box {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e5e5e5
}
.product-view-area .product-details-area .price-box .old-price {
	margin-right: 5px;
	margin-top: 0;
	display: inline-block
}
.product-view-area .product-details-area .special-price {
	display: inline-block;
	margin: 0;
	padding: 0
}
.product-view-area .product-details-area .old-price .price {
	font-size: 20px;
	font-weight: normal;
	color: #ccc;
	margin-left: 10px
}
.product-view-area .product-details-area .price {
    font-size: 25px;
    color: #80c51c;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
.product-view-area .product-details-area .price {
font-size:18px;
}
.product-view-area .product-details-area .old-price .price {
font-size:16px;
}    
    
}

.cart-plus-minus .qty {
	border: 1px solid #ddd;
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	margin-right: 0;
	padding: 0 5px 1px;
	text-align: center;
	width: 65px
}
.dec.qtybutton {
	background-color: #e5e5e5;
	border: 1px #ddd solid;
	border-right: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333;
	font-size: 14px;
	line-height: normal;
	padding: 12px 14px 9px 16px;
	line-height: 18px;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	height: 40px;
	float: left;
	cursor: pointer
}
.dec.qtybutton:hover, .inc.qtybutton:hover {
	background-color: rgba(57, 57, 57, 0.91);
	color: #fff
}
.inc.qtybutton {
	background-color: #e5e5e5;
	border: 1px #ddd solid;
	border-left: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	color: #333;
	font-size: 14px;
	line-height: normal;
	padding: 12px 14px 9px 16px;
	line-height: 18px;
	display: inline-block;
	border-radius: 0 50px 50px 0;
	height: 40px;
	float: left;
	cursor: pointer
}
.cart-plus-minus label {
	display: inline-block;
	float: left;
	margin-top: 10px;
	text-align: left;
	text-transform: none;
	font-size: 13px;
	font-weight: 700;
	margin-right: 10px
}
@media (min-width:768px) and (max-width:991px) {
.cart-plus-minus label {
	display: none
}
}
.cart-plus-minus {
	display: inline-block;
	float: left;
	margin-right: 18px
}
@media (max-width:480px) {
.cart-plus-minus {
	margin-right: 0px;
	margin-bottom: 8px
}
}
.product-variation {
    display: inline-block;
    width: 100%;
    /* border: 1px #e5e5e5 solid; */
    background: #ffffff;
    padding: 6px;
    margin-bottom: 10px;
}
.numbers-row {
	float: left
}
.pro-add-to-cart {
	float: left
}
button.button.pro-add-to-cart {
	background:#80c51c;
	color: #fff;
	padding: 7px 22px;
    border: 1px #80c51c solid
}
button.button.pro-add-to-cart:hover {
	background: #6eab17;
	border: 1px #6eab17 solid
}
button.button.pro-add-to-cart span {
	font-size: 16px
}
button.button.pro-add-to-cart span i {
	margin-right: 10px
}
.email-addto-box {
	display: inline-block;
	margin-top: 30px
}
.product-cart-option ul {
	margin: auto;
	display: inline-block
}
.product-cart-option ul li {
	border-right: 1px solid #e5e5e5;
	float: left;
	margin-right: 15px;
	padding-right: 15px
}
@media (max-width:480px) {
.product-cart-option ul li {
	border-right: none;
	margin-right: 0px
}
}
@media (min-width:768px) and (max-width:991px) {
.product-cart-option ul li {
	margin-right: 6px;
	padding-right: 6px
}
}
.product-cart-option ul li a {
	color: #636363;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none
}
.product-cart-option ul li a:hover, .product-cart-option ul li a:hover i {
	color: rgba(57, 57, 57, 0.91)
}
.product-cart-option ul li:last-child {
	border: none
}
.product-cart-option ul li a i {
	color: #bbb;
	font-size: 14px;
	margin-right: 8px
}
.product-cart-option ul li a i.fa.fa-heart {
	font-size: 12px
}
.product-overview-tab {
	margin-top: 28px
}
/******************************************
31. products tabs
******************************************/

.product-tabs {
	line-height: normal;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	z-index: 1;
	border-bottom: 3px double #ddd;
	margin-top: 5px;
	height: 22px;
	text-align: center;
	width: 100%
}
@media (max-width:480px) {
.product-tabs {
	height: auto;
	border-bottom: none
}
}
.product-tabs li a {
	border-bottom: none;
	color: #8c8b8b;
	margin-right: 15px;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	padding: 0 20px
}
@media only screen and (max-width: 767px) {
.product-tabs li a {
margin-right:0px;
}

.tab-content>.active {
	margin: 30px!important;
}

}

.product-tabs li.active a {
	border: 2px solid rgba(57, 57, 57, 0.91);
	border-radius: 50px;
	background: rgba(57, 57, 57, 0.91);
	color: #fff
}
#product-detail-tab.nav-tabs>li {
	float: none;
	display: inline-block
}
@media (max-width:480px) {
#product-detail-tab.nav-tabs>li {
	margin-bottom: 10px;
	width: 100%;
        width: auto;
}
}
.nav-tabs.product-tabs>li>a {
	line-height: 1.42857143;
	border-radius: 50px;
	border: 2px solid #999;
	padding: 8px 28px;
	background: #fff;
        font-size: 16px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: #80c51c !important;
	border: 2px solid #80c51c !important;
	color: #fff !important;
}
.nav-tabs>li>a:hover {
	background: rgba(57, 57, 57, 0.91);
	color: #fff;
	border: 2px solid rgba(57, 57, 57, 0.91)
}
.tab-content {
	padding: 5px 0px 20px 0px;
	overflow: hidden;
        font-size: 17px;
       line-height: 22px;	
       margin-top: 40px;
}
@media (max-width:480px) {
.tab-content {
	margin-top: 5px
}
}
.tab-content>.active {
	margin-top: 15px
}
.form-add-tags input.input-text, select, textarea {
	border: 2px solid #ddd;
	margin-top: 0;
	padding: 8px;
	width: 35%;
	background: #fff;
	border-radius: 50px 0 0 50px
}
@media (max-width:480px) {
.form-add-tags input.input-text, select, textarea {
	width: 60%
}
}
button.button.add-tags {
	margin-left: -5px;
	border-radius: 0 50px 50px 0;
	background: rgba(57, 57, 57, 0.91);
	border: 2px solid rgba(57, 57, 57, 0.91);
	color: #fff
}
.form-add-tags {
	text-align: center
}
.form-add-tags h2 {
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px
}
p.note {
	text-align: center;
	margin-top: 8px
}
.reviews-content-left h2, .reviews-content-right h2 {
	color: #222;
	font-size: 15px;
	margin: 0 0 5px;
	text-transform: none;
	font-weight: bold
}
.product-view .box-reviews dl {
	margin: 15px 0
}
.review-ratting {
	margin: 15px 0
}
.review-ratting p {
	margin: 4px 0 6px;
	font-weight: bold
}
.review-ratting p a {
	color: rgba(57, 57, 57, 0.91);
	text-decoration: none
}
.review-ratting p a:hover {
	color: #000
}
.review-ratting table tr th, .review-ratting table tr td {
	font-size: 12px;
	line-height: 1em;
	padding: 5px 0
}
.review-ratting table tr th {
	font-weight: bold;
	padding-right: 8px
}
.author small {
	font-style: italic
}
.reviews-content-right h3 {
	font-size: 13px;
	font-weight: normal;
	color: #222;
	line-height: 1.35;
	margin: 0 0 5px
}
.reviews-content-right h3 span {
	color: rgba(57, 57, 57, 0.91)
}
.reviews-content-right h4 {
	color: #222;
	font-size: 13px;
	font-weight: 700;
	margin: 0
}
.reviews-content-right h4 em {
	color: #ed1c24
}
.reviews-content-right table {
	margin-top: 15px;
	text-align: center;
	width: 100%
}
.reviews-content-right table tr td {
	border: 1px solid #e5e5e5;
	padding: 6px 10px;
	background: #fff
}
.reviews-content-right table tr th {
	background: #333;
	border: 0 none;
	color: #fff;
	padding: 10px;
	text-align: center
}
.product-overview-tab .form-area {
	margin: 15px 0 0
}
.product-overview-tab .form-area .form-element input, textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	padding: 5px;
	width: 60%;
	height: 34px
}
@media (max-width:480px) {
.product-overview-tab .form-area .form-element input, textarea {
	width: 90%
}
}
.product-overview-tab .form-area .form-element textarea {
	height: 100px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
	border-radius: 0px
}
.product-overview-tab .buttons-set {
	border: none;
	border-top: 1px solid #e5e5e5;
	margin: 20px 0 0;
	padding: 8px 0 0;
	text-align: right
}
.tag-content .form-element {
	overflow: hidden
}
.tag-content .form-element input {
	height: 40px;
	width: 299px;
	float: left;
	margin-right: 5px
}
.form-element label, .ck-box label {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 10px auto 2px
}
.form-element label em {
	color: #f22e3b;
	font-family: arial;
	font-style: normal
}
.upsell-product-area {
	background-color: #fff;
	border-top: 1px #e5e5e5 solid;
	padding: 5px 0 30px;
	border-bottom: 1px #e5e5e5 solid
}
.upsell-product-area .page-header h2 {
	color: #000
}
.related-product-area .page-header h2 {
	color: #000
}
.col2-right-layout .product-view-area {
	margin: 0
}
.col2-right-layout .product-view-area .product-details-area {
	padding: 20px 0 12px
}
.col2-right-layout .product-view-area .flexslider-thumb {
	padding: 22px 65px
}
.product-view-area ul, .product-overview-tab ul {
	padding: 0px;
	margin: 0px
}
.col2-right-layout .product-color-size-area .size-area {
	width: 45%
}
.col2-right-layout .nav-tabs.product-tabs>li>a {
	padding: 8px 20px
}
.col2-left-layout .product-view-area {
	margin: 10px 0
}
.col2-left-layout .product-view-area .product-details-area {
	padding: 20px 0 12px
}
.col2-left-layout .product-view-area .flexslider-thumb {
	padding: 22px 65px
}
.col2-left-layout .product-color-size-area .size-area {
	width: 45%
}
.col2-left-layout .nav-tabs.product-tabs>li>a {
	padding: 8px 20px
}
.page-content {
	margin-top: 30px
}

.readMore {
    background: none repeat scroll 0 0 rgba(57, 57, 57, 0.91);
    border: 2px solid rgba(0,0,0,0.08);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 16px;
    text-transform: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.readMore:hover {
    background-color: #86be3f;
    border: 2px solid rgba(0,0,0,0.08);
    color: #fff;
}


.btn-secondary{
    background-color: #86be3f;
    border: 2px solid rgba(0,0,0,0.08);
    color: #fff;
}
.btn-secondary:hover {
    background-color: green;
    border: 2px solid rgba(0,0,0,0.08);
    color: white;
}

#nav a {
	color: #fffff !important;
    text-decoration: none !important;
}

.swiper-slide   a {
    text-decoration: none !important;
}

.swiper-slide-width {
	
}
@media (min-width: 1200px){
.swiper-slide-width {
    width: 20% !important;
     padding-right: 2px !important;
    padding-left: 2px !important;
}
}