@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');

@import url('catnav.css');
@import url('myaccount.css');
@import url('dashboard.css');
@import url('notice.css');


a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #476348;
    text-decoration: none;
    background-color: transparent;
}
/*------------------------------------------------------*/
/*-global css
/*------------------------------------------------------*/
body{
	margin:0;
	padding:0;
	font-size:15px;
	font-family: 'Nunito Sans', sans-serif;
	line-height:normal;
	color:#373737;
	background:url(../images/bg.jpg);
}
h1,h2,h3,h4,h5,h6,ul{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Source Sans Pro', sans-serif;
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
a:hover{
	color:#4ea003;
}
a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul{
    list-style: none;
}
.bg-color{ background: #208d7a;}
.bg-color1{ background: #12aef8;}
.gray-bg { background: #eff2fb;}

.nopadding{ padding:0 !important;}
.nomargin{ margin-left:0 !important; margin-right:0 !important;}

.p-t0{ padding-top: 0;}
.p-t1{ padding-top: 10px;}
.p-t2{ padding-top: 20px;}
.p-t3{ padding-top: 30px;}
.p-t4{ padding-top: 40px;}
.p-t5{ padding-top: 50px;}
.p-t6{ padding-top: 60px;}
.p-t7{ padding-top: 70px;}
.p-t8{ padding-top: 80px;}

.p-b0{ padding-bottom: 0;}
.p-b1{ padding-bottom: 10px;}
.p-b2{ padding-bottom: 20px;}
.p-b3{ padding-bottom: 30px;}
.p-b4{ padding-bottom: 40px;}
.p-b5{ padding-bottom: 50px;}
.p-b6{ padding-bottom: 60px;}
.p-b7{ padding-bottom: 70px;}
.p-b8{ padding-bottom: 80px;}


main{
	overflow-x:hidden;
}
.container-fluid{
	position:relative;
	padding-left:100px;
	padding-right:100px;
}
.title{
	font-size: 24px;
    font-weight: normal;
    color: #4ea003;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
	line-height: 45px;
}
.v-btn{
	border-radius:0;
	margin-top: 8px;
	padding:5px 15px;
	background:#4ea003;
	font-size:12px;
	color:#fff;
	letter-spacing:1px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
}


.m-header {
    padding: 0.5em 0.8em;
    background: #fff;
	display:none;
}


/*-------------------------------------------------*/
/*top part
/*-----------------------------------------------------------*/
.top-header{
	margin:0;
	background:url(../images/skyline.png) bottom repeat-x;
	padding:5px 0 10px;
	line-height:25px;
}
.top-header p{
	margin:0;
	font-size:16px;
}
.top-header ul{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	margin-bottom: 5px;
}
.top-header ul li{
	position: relative;
    color: #000;
    font-weight: 600;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.top-header ul li img{
	margin-right: 5px;
}
.top-header ul li:after{
	position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background: #cacaca;
    right: 0;
    top: 3px;
}
.top-header ul li:last-child:after{
	display:none;
}
.top-header ul li a{
	display:block;
	padding:0 15px;
	position:relative;
	font-size:14px;
	color:#000;
}
.top-header a:hover{
	color:#4ea003;
}
.t-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.t-content .dropdown h5{
	font-size: 15px;
    text-align: center;
    color: #4ea003;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
}
.t-content .dropdown span{
	font-size: 13px;
	padding: 3px 1.2rem;
	font-weight: 600;
}
.news{
	position: relative;
    padding-left: 120px;
    margin: 5px 0 0;
    color: #0b61ff;
    font-weight: 600;
    display: flex;
    align-items: center;

}
.news b{
	position: absolute;
    left: 0;
    font-weight: 900;
    /*background: #0b61ff;*/
    color: #db2925;
    padding: 0 5px;
}
/*-----------------------------------------*/
/*logo and category part 
/*-------------------------------------------------------------*/
.logo-main{
	position:relative;
	padding:10px 0;
	margin:0;
	background:#fff;
	border-top: 1px solid #75ba4e;
}
.top-menu ul{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.top-menu ul li{
	position:relative;
}
/*.top-menu ul li:first-child:before{
	position: absolute;
    content: '\e648';
    font-size: 20px;
    font-family: 'themify';
    color: #e9ecef;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
}*/
.top-menu ul li:first-child:before{
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

.sticky .top-menu ul li:first-child:before{
	display:none;
}
.top-menu ul li a{
	display:block;
	padding:7px 15px;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
	color:#3f414d;
}
.top-menu ul li a:hover{
	color:#4ea003;
}
.cart-main{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
	margin-top:12px;
}
.cart-main .item:first-child{
	margin:0;
}
.cart-main .item{
	margin-left:30px;
	position:relative;
}
.cart-main .item span{
	position:absolute;
	right: -10px;
    top: -6px;
	padding:2px 4px;
	font-size:10px;
	font-weight:700;
	border-radius:50%;
	background:#4ea003;
	color:#fff;
}

.search{
	position: relative;
	margin: 5px 0 0;
}
.search input{
	height: 46px;
    border: 1px solid #4ea003;
    border-radius: 30px;
    width: 100%;
    position: relative;
    padding: 0 65px 0 20px;
    color: #000;
    outline: 0;
}
.search button{
	border: 0;
    background: #4ea003;
    color: #fff;
    padding: 8px 15px 5px;
    outline: 0;
    font-size: 16px;
    position: absolute;
    right: 6px;
    top: 5px;
    border-radius: 30px;
}
.ajs-instantsearch {
    background: #fff;
    position: absolute;
    width: 94%;
    height: 300px;
    border: 1px solid #dedede;
    overflow-y: scroll;
    box-sizing: border-box;
    z-index: 9;
}
.ajs-inner {
    font-size: 12px;
}
.ajs-headline {
    font-size: 13px;
    padding: 10px 10px;
    background: #dedede;
}
.ajs-searchentry {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 5px;
    border-bottom: 1px solid #dedede;
}
.ajs-se-img {
    width: 45px;
    margin-right: 10px;
    text-align: center;
}
.ajs-se-img img {
    max-width: 45px;
    max-height: 45px;
}
.ajs-se-title {
    width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}
.ajs-se-weight {
    width: 55px;
}
.ajs-se-price {
    width: 55px;
}
.ajs-se-qty {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.ajs-se-qty label {
    margin-right: 5px;
}

/*---------------------------------**/
/*nav part
/*--------------------------------------------------------*/
nav{
	position:relative;
	background:#4ea003;
	font-family: 'Source Sans Pro', sans-serif;
}

/*-----------------------------------------*/
/*banner part
/*--------------------------------------------------------*/
.banner{
	position:relative;
	margin-bottom:20px;
}


/*---------------------------------*/
/* trending category
/*-------------------------------------------------*/
.trending{
	position:relative;
	padding:20px 0;
	margin:0;
}
.trending-pro{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
.trending-pro .pro-item{
	border-radius:3px 3px 0 0;
	background: #4ea003;
    margin-bottom: 20px;
    border: 1px solid #4ea003;
	width:24%;
	transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -webkit-transition: box-shadow linear .3s;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
/*.trending-pro .pro-item img{
	height:300px;
}*/
.trending-pro .pro-item .text-pt{
	padding:15px 5px;
	text-align:center;
}
.trending-pro .pro-item .text-pt h5{
	color:#fff;
	font-size:18px;
	letter-spacing: 1px;
}
.trending-pro .pro-item .text-pt h5 small{
	display:block;
	margin-top:5px;
	color:var(--secondary);
	font-size:12px;
}
.trending-pro .pro-item a{
	display:block;
	
}
.trending-pro .pro-item:hover{
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
}


/*---------------------------------------------*/
/*products
/*----------------------------------------------------------*/
.product-main{
	position:relative;
	margin:0;
	padding:20px 0;
}
.products{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width: 100%;
}
.products .card{
	border-radius:3px;
	background:#fff;
	padding:15px;
	margin-bottom:20px;
	/*margin: 10px;*/
	border:0;
	transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -webkit-transition: box-shadow linear .3s;
	position:relative;
	border: 1px solid #c9eca8;
}
.products .card-inner{
	border-radius: 3px;
    background: #fff;
    padding: 10px;
    width: 24%;
    border: 1px solid #ddd;
    transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -webkit-transition: box-shadow linear .3s;
    position: relative;
    margin: 4px 4px 10px;
}
/*.products .card-inner:nth-child(3n-1){
	margin-left: 1.5%;
	margin-right: 1.5%;
}*/
.products .card:hover, .products .card-inner:hover{
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.15);
}
.products .card .row .col-6:first-child, 
.products .card-inner .row .col-6:first-child{
	padding-right:0;
}
.products .card h6, .products .card-inner h6{
	margin:0;
	color:#4ea003;
	text-transform:uppercase;
	font-size: 10px;
    text-align: left;
    letter-spacing: 0.5px;
}
.products .card span, .products .card-inner span{
	border-radius:30px;
	border:1px solid #4ea003;
	font-size:10px;
	padding:2px 7px;
	text-transform:uppercase;
	color:#4ea003;
}
/*.products .card img{
	height:250px;
}*/
.products .card h5, .products .card-inner h5{
	font-size:15px;
	text-align:center;
	margin: 10px 0 0;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.products .card ul, .products .card-inner ul{
	display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}
.products .card ul li, .products .card-inner ul li{
	font-size: 16px;
    font-weight: 900;
    padding: 0 3px;
    line-height: 20px;
    position: relative;
}
.products .card ul li:first-child, .products .card-inner ul li:first-child{
	font-size: 12px;
    color: #888;
    text-decoration: line-through;
    font-weight: 600;
}
.products .card ul li:nth-child(2), .products .card-inner ul li:nth-child(2){
	padding-right:5px;
}
.products .card ul li:nth-child(2):after, .products .card-inner ul li:nth-child(2):after{
	position: absolute;
    content: '';
    height: 18px;
    width: 1px;
    background: #e8e8e8;
    color: #eee;
    right: 0;
    top: 1px;
}
.products .card ul li:last-child, .products .card-inner ul li:last-child{
	color: #f00;
    padding-left: 5px;
    font-size: 12px;
    font-weight: 300;
}
.products .card p, .products .card-inner p{
	text-align:center;
	letter-spacing:1px;
	margin-bottom:20px;
}
.products .card p.amt, .products .card-inner p.amt{
	font-size:12px;
	color:#aaa;
	letter-spacing:1px;
	margin-bottom:10px;
}
.products .card .add-bag, .products .card-inner .add-bag{
	display: flex;
	justify-content: center;
	/*bottom:0;
    left: 0;
	width: 100%;*/
}
/*.products .card:hover .add-bag, .products .card-inner:hover .add-bag{
	display:flex;
}*/
.products .card .add-bag button, .products .card-inner .add-bag button{
	color: #ffffff;
    border: 1px solid #4ea003;
    margin-right: 5px;
    text-align: center;
    padding: 6px 15px;
    background: #4ea003;
    border-radius: 5px;
    font-size: 13px;
}
.products .card .add-bag a:last-child, .products .card-inner .add-bag a:last-child{
	-webkit-flex-grow: 2;
    flex-grow: 2;
    background: #4ea003;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}
.products .card .form-control:focus, .products .card-inner .form-control:focus{
  color: #495057;
  background-color: #fff;
  border-color: #4caf50;
  outline: 0;
  box-shadow: none;
}
.owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 ;
  line-height: 30px;
}

.owl-carousel .owl-nav button.owl-next {
	border: 1px solid #3ea326;
	color: #3ea326;
	position: absolute;
	bottom: 50%;
	margin-bottom: -15px;
	right: -47px;
	outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
	border: 1px solid #3ea326;
	color: #3ea326;
	position: absolute;
	bottom: 50%;
	margin-bottom: -15px;
	left: -47px;
	outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #3ea326;
	outline: none;
	color: #fff;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

/*-----------------------------------------*/
/*fillter part
/*----------------------------------------------------------*/
.fillter{
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}
.fillter .title-pt{
	font-size: 20px;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.fillter .title-pt:before{
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background: #3ea326;
	left: 0;
	bottom: 0;
}
.fillter ul li a{
	color: #565656;
	margin-bottom: 5px;
	display: block;
}
.fillter ul li a:hover{
	color: #3ea326;
}
.fillter ul ul{
	margin-left: 10px;
}
.fillter .custom-control{
	line-height: 1.6;
	padding-left: 0.5rem;
}

/*-----------------------------------------*/
/*top charts
/*----------------------------------------------------------*/
.top-charts{
	position:relative;
	margin:0;
	padding:50px 0;
	    background: #f3f3f3;
}
.top-chart-cat{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.top-chart-cat a{
	width:16.6667%;
	display:block;
	text-align:center;
	margin-bottom:40px;
}
.top-chart-cat a .item-box{
    background: #fff;
    width: 77px;
    height: 77px;
    margin: 0 auto;
    border-radius: 50%;
    transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -webkit-transition: box-shadow linear .3s;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
.top-chart-cat a:hover .item-box{
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.3);
}
.top-chart-cat a h4{
	font-size:18px;
	color:#000;
	margin-top:20px;
	font-weight:400;
}



/*---------------------------------*/
/* top brands
/*-------------------------------------------------*/
.brands{
	position:relative;
	padding:20px 0;
	margin:0;
}
.brands-item{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
}
.brands-item .item{
    background: #fff;
    margin: 3px;
    width: 16%;
    border: 1px solid #ddd;
}
.brands-item .item a{
	text-align:center;
	padding:15px;
	display:block;
	transition: box-shadow linear .3s;
    -moz-transition: box-shadow linear .3s;
    -webkit-transition: box-shadow linear .3s;
}
.brands-item .item a:hover{
	box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
}


/*----------------------------------------------*/
/*app design part
/*------------------------------------------------------------*/
.app-part{
	padding:20px 0;
	margin:0;
	position:relative;
	background:#3f414d;
	color:#fff;
}
.app-part h3{
	font-size:14px;
	margin-bottom:15px;
	font-weight:400;
	padding-left: 30px;
    position: relative;
}
.app-part h3 img{
	position:absolute;
	left:0;
	top:0;
}
.app-part h3 small{
	display:block;
	font-size:20px;
	margin-top:5px;
	letter-spacing:1px;
}
.p-l3{padding-left:30px;}

.app-part .form-control{
	border:0;
	border-bottom:1px solid #fff !important;
	font-size:15px;
	background:transparent;
	border-radius:0;
	color:#fff;
	padding-left:5px;
	width:250px;
}
.app-part .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color:transparent;
  outline: 0;
  box-shadow: none;
}
.app-part .form-control::-webkit-input-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.app-part .form-control::-moz-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.app-part .form-control:-ms-input-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.app-part .form-control::-ms-input-placeholder {
  color: #ddd;
  opacity: 0.8;
}

.app-part .form-control::placeholder {
  color: #ddd;
  opacity: 0.8;
}
.app-part .send{
	border:1px solid #fff;
	background:transparent;
	color:#fff;
	font-size:15px;
	border-radius:3px;
	outline:0;
	padding:7px 20px;
}
.payment-method{
	display: flex;;
	justify-content: space-between;
	align-items: center;
}

/*--------------------------------------------------*/
/*footer
/*-----------------------------------------------------------------*/
footer{
	padding:40px 0;
	margin: 0;
	background: #8c8d94;
	color: #fff;
}
footer h3{
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 600;
}
footer ul{
	display: flex;
	flex-direction: column;
}
footer ul li{
	margin-bottom:5px;
	display: block;
}
footer ul li a{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
footer ul li a:hover{
	color:#84f966;
}


/*---------------------------------*/
/*shipping part
/*---------------------------------------------------*/
.shipping-pt{
    padding: 30px 0;
	margin:0;
}
.shipping-sab{
    display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-direction:row;
}
.shipping-sab .item:first-child{
	margin-right:10px;
}
.shipping-sab .item h4{
    color: #3f414d;
    font-size: 15px;
	border-bottom:1px solid #f1e8e5;
	margin-bottom:5px;
	padding-bottom:5px;
}

.shipping-sab .item p{
    color: #3f414d;
    font-size: 13px;
    font-weight: normal;
	margin-bottom:0;
}
.shipping-pt h3{
	font-size:15px;
}
.social-ic ul {
    margin-top: 10px;
}
.social-ic ul li{
    float: none;
	display:inline-block;
}
.social-ic ul li a{
   color: #3f414d; 
   font-size:18px;
   padding-right:10px;
}
.social-ic ul li a:hover{
	opacity:0.8;
}

/*---------------------------------------*/
/*copyright
/*---------------------------------------------------*/
.copyright{
	padding:20px 0;
	background:#4ea003;
	color:#fff;
}
.copyright ul{
	display:flex;
	flex-direction:row;
	justify-content:center;
}
.copyright ul li a{
	display:block;
	padding:0 10px;
	color:#fff;	
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
}
.copyright p{
	margin:15px 0 0;
	font-size:13px;
}



.cart .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 380px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.cart .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.cart .modal.right .modal-body {
	padding: 40px 0 70px;
	background-color: #efefef;
}

.cart .modal.right.fade .modal-dialog {
	right: -380px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.cart .modal.right.fade.show .modal-dialog {
	right: 0;
}
.cart .qty{padding:0;}
.cart .qty .minus, .cart .qty .plus, .qty .delete{
	font-size:12px;
	margin-top:5px;
	height:20px;
	width:20px;
	line-height:23px;
}
.cart .qty .count{font-size:15px;}
.cart h6{
	line-height:30px;
	text-align:right;
	font-size:16px;
	font-weight:700;
}
.cart h6 span{
	text-decoration:line-through;
	color:#888;
	font-weight:normal;
	font-size:14px;
	margin-right:5px;
}

/* ----- MODAL STYLE ----- */
.cart .modal-content {
	border-radius: 0;
	border: none;
}

.cart .modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
    text-align: center;
    display: block;
    font-size: 18px;
    padding: 10px;
    background: #fff;
    border: 0;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    z-index: 1;
    position: fixed;
	top:0;
	width:100%;
}

.cart .modal-header .close {
    padding: 17px 0 10px 15px;
    margin: -1rem -1rem -1rem;
    font-size: 20px;
    float: left;
    color: #4ea003;
}
.cart .modal-footer{
	position:fixed;
	width:100%;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	display:flex;
	padding:0;
	border:0;
	background:#fff;
	bottom:0;
	left:0;
}
.cart .modal-footer .item{
	flex:1;
	margin:0;
}
.cart .modal-footer .item:first-child{
	padding:0 15px;
}
.cart .modal-footer .item a{
	display:block;
	background:#4ea003;
	padding:15px 10px;
	text-align:center;
	color:#fff;
	font-size:15px;
	letter-spacing:1px;
}
.cart .modal-footer .item span{
	display:block;
	font-size:16px;
	color:#4ea003;
}
.cart-item-main{
	padding:15px;
	border-radius:2px;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
	margin:10px;
	background:#fff;
}
.cart-view{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.cart-view div:nth-child(2){
	width:200px;
}
.cart-view div:last-child{
	width:30px;
	text-align:right;
	font-size:18px;
}
.cart-view div a{
	color:#8c8c8c;
}
.cart-item-main article{
	margin-top:5px;
}
.cart-item-main article select{
	border-color: #f0018e;
    color: #f0018e;
	outline:0;
	background:#fff;
}
.cart-item-main article table{
	margin:0;
}
.cart-item-main article .table td{
	padding:10px 0 0;
}
.cart-payment{
	background:#fff;
}
.cart-payment .heading{
	font-size:16px;
	background:#f5f5f5;
	padding:10px 15px;
}
.cart-payment .table td{
	border:0;
	padding:7px 25px;
}
.cart-payment p{
	padding:10px 25px;
	border-top:1px solid #f5f5f5;
	font-size:13px;
}
.cart-payment p span{
	color:#4ea003;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.login .modal-content, .checkout .modal-content{
	border-radius:0;
	border:0;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
.login .modal-body, .checkout .modal-body{
	padding:2rem;
}
.login-main {
    display: flex;
    background: url(../images/divider.png) center no-repeat;
    height: 100%;
	justify-content:space-between;
}
.login-item{
	width:43%;
}
.login-item h4{
	font-size:20px;
}
.login-item small{
	font-size:13px;
	display:block;
	clear:both;
	margin-top:10px;
}
.login-item .form-control{
	border-radius:0;
	border-bottom:1px solid #ddd;
	font-size:16px;
	height:50px;
	margin-bottom:15px;
	color:#888;
}
.login-item .input-group-text{
	border-radius:0;
	border:0;
	border-bottom:1px solid #ddd;
	background:transparent;
}
.login-item .form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow:none;
}
.login-item .log-btn{
	display:block;
	padding:15px;
	background:#565656;
	color:#fff;
	outline:0;	
	border:0;
	width:100%;
	font-size:16px;
}
.login-item label{
	font-size:16px;
	line-height:22px;
}
.login-item a{
	color:#4ea003;
}
.modal-backdrop.show {
    opacity: 0.4;
}
.modal-open {
    overflow: hidden;
    padding: 0 !important;
	position:fixed;
}
.form-error{
	font-size:12px;
	color:#f00;
	margin-bottom:10px;
	display:block;
}
@media (min-width: 950px){
	.login .modal-dialog {
		max-width: 800px;
		margin: 1.75rem auto;
	}
	.checkout .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
}
.login .close{
    color: #e64571;
    font-size: 30px;
    opacity: 1;
	position:absolute;
	top: -25px;
    right: -15px;
    outline: 0;
}
.checkout .close{
    color: #e64571;
    font-size: 30px;
    opacity: 1;
	position:absolute;
	top: -25px;
    right: 0px;
    outline: 0;
}






#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#fff;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
#scroll span {
    color: #565656;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    font-size: 20px;
}

.mb-xs-2{margin-bottom:20px;}


/*------------------------------------*/
/*listing page
/*--------------------------------------------*/
.breadcrumb{
	/*background:transparent;
	padding:10px 0;
	margin:0;
	font-size: 12px;*/
	background: #fff;
	border: 1px solid #f0f0f0;
    text-transform: capitalize;
}




/*-------------------------------------------------*/
/*product view page
/*----------------------------------------------------------------*/
.imgview{
	padding:10px;
	position:relative;
}
.imgview .wishicon{
	position:absolute;
	right:0;
	top:15px;
	z-index:1001;
}
.imgview .wishicon a{
	font-size: 16px;
    color: #4ea003;
    width: 35px;
    height: 35px;
    line-height: 36px;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50px;
	background:#fff;
}
.productview{
	padding:0 0 30px;
	margin:10px 0 0;
}
.pro-card{
	background:#fff;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.pro-content{
	position:relative;
	padding: 30px;
	/*-webkit-box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.1);
	min-height:400px;*/
}
.pro-content h2{
	color: #03021A;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.pro-content ul{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.pro-content ul li{
	padding-right:30px;
	position:relative;
	font-size:15px;
}
.pro-content ul li i{
	font-size:13px;
}
.pro-content ul li span{
	font-size:15px;
	margin-left:5px;
	font-weight:700;
}
.pro-content ul li:before{
	position:absolute;
	content:'';
	width:1px;
	height:100%;
	background:#e2e2e2;
	right:15px;
	top:0;
}
.pro-content ul li:last-child:before{
	display:none;
}
.pro-content h3{
	color: #03021A;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.pro-content h3 span{
	font-size: 20px;
    font-weight: normal;
	color: #000;
	margin-right:10px;
}
.pro-content h3 span:nth-child(2){
	font-size: 18px;
	color: #565656;
	text-decoration:line-through;
}
.pro-content h3 span:nth-child(3){
	color:#4ea003;
	font-weight:bold;
}
/*.pro-content h3 span:last-child {
    border-radius: 30px;
    border: 1px solid #f00;
    font-size: 13px;
    padding: 2px 5px;
    letter-spacing: 0.5px;
    color: #f00;
}*/

/*.offers-all-wrap {
    background-color: #f7f7f7;
    border-radius: 3px;
    color: #3f414d;
    padding: 8px 16px;
    margin-top: 8px;
    line-height: 1.4;
    max-width: 92%;
}*/
.offers-all-wrap p{
	margin: 0;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    line-height: 30px;
    color: #737373;
}
.offers-all-wrap p:before {
    content: "\e64d";
    font-size: 14px;
    line-height: 1;
    padding-right: 8px;
    position: absolute;
    left: 0;
    top: 8px;
    font-family: 'themify';
    color: #4ea003;
}
.offers-all-wrap p span{
	color:#4ea003;
}
.main-action-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
}


.pro-btn{
    box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    background-color: #4ea003;
    display: block;
    font-size: 16px;
    text-align: center;
    color: #fff;
    outline: 0;
    border: 0;
    padding: 7px 15px;
}
.pro-btn:hover, .pro-btn:focus {
	color:#fff;
}

.qty{
	padding: 5px 10px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    min-height: 33px;
    max-width: 140px;
}
.qty .count {
    color: #4ea003;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    color: #000;
    text-align: center;
    background-clip: padding-box;
    font-size: 10px;
    vertical-align: top;
    border-radius: 50%;
    background: #e9ecef;
    width: 20px;
    height: 20px;
    line-height: 23px;
    margin-top: 3px;
}
.qty .minus {
    cursor: pointer;
    display: inline-block;
    color: #000;
    text-align: center;
    background-clip: padding-box;
    font-size: 15px;
    line-height: 23px;
    vertical-align: top;
    background: #e9ecef;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.minus:hover{
    background-color: #4ea003 !important;
	color:#fff !important;
}
.plus:hover{
    background-color: #4ea003 !important;
	color:#fff !important;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 2%;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background-color:white;
}
.qty .delete{
	margin-left: 16px;
    display: inline-block;
    margin-top: 5px;
    font-size: 17px;	
}
.qty .delete a{
	color:#565656;
}
.pro-fixed-wrap{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#f3f3f3;
	padding:10px 20px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
}
.pro-fixed-wrap .item{
	margin:0 20px;
}
.pro-fixed-wrap .item img{
	width:30px;
	display:inline-block;
	margin-right:10px;
}
.pro-fixed-wrap .item h4{
	display:inline-block;
	font-size:16px;
	line-height:30px;
}
.rc-tooltip {
	position: relative;
	cursor:pointer;
}
.rc-tooltip .tooltiptext {
	visibility: hidden;
	width: 350px;
	margin-left: -140px;
	left:50%;
	bottom: 40px;
	font-size: 13px;
    max-width: 300px;
	background: #fff;
	color: #101010;
	position: absolute;
	z-index: 999;
	border-radius:5px;
	padding:10px 15px;
	box-shadow: 0px 4px 35px 0 rgba(0,0,0,0.2);
}
.rc-tooltip .tooltiptext:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-top-color: #fff;
	width: 0;
	bottom: -20px;
	z-index: 12;
	left: 0;
	right: 0;
	margin: auto;
}

.rc-tooltip:hover .tooltiptext {
	visibility: visible;
}





.similar-product{
	position:relative;
	margin:0 0 30px;
}
.pro-description-main{
	position:relative;
	margin:0 0 30px;
}
.pro-description{
	background:#fff;
	border: 1px solid #4CAF50;
	padding: 20px;
}
.pro-description h3{
	margin-bottom: 15px;
}
.pro-description ul{
	display:flex;
	flex-direction:row;
	border-bottom:1px solid #f3f3f3;
	padding:0 10px;
}
.pro-description ul li a{
	display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    position: relative;
    margin: 15px 20px -1px;
}
.pro-description ul li a.active{
	color:#4ea003;
	font-weight:700;
}
.pro-description ul li a:hover{
	color:#4ea003;
}
.pro-description ul li a:hover:after {
    width: 100%;
}
.pro-description ul li a.active:after {
    width: 100%;
}
.pro-description ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
	margin-top:15px;
    background: #4ea003;
    transition: width 0.3s;
}
.pro-description .tab-content{
	padding:20px 30px;
	font-size:15px;
}
.review{
	margin-bottom:15px;
	border-bottom:1px solid #f2f2f2;
}
.review:last-child{
	border:0;
}
.review ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 0;
    padding: 0 0 10px;
}
.review ul li{
	padding-right:30px;
	position:relative;
	font-size:15px;
}
.review ul li i{
	font-size:13px;
}
.review ul li span{
	font-size:15px;
	margin-left:5px;
	font-weight:700;
}
.review ul li:before{
	position:absolute;
	content:'';
	width:1px;
	height:100%;
	background:#e2e2e2;
	right:15px;
	top:0;
}
.review ul li:last-child:before{
	display:none;
}
.review p{
	margin-bottom:10px;
	color:#565656;
}
.share ul {
    padding: 0 0 20px;
    margin-top: 25px;
    align-items: center;
}
.share ul li {
    margin: 0 5px;
    padding: 0;
}
.share ul li a {
    color: #fff;
    font-size: 16px;
    background: #4ea003;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    display: inline-block;
}
.share ul li:before{
	display: none;
}




/*-------------------------------------------*/
/* inner page style global
/*------------------------------------------------------------------------------*/
.inner-title{
	position:relative;
}
.inner-card{
	background:#fff;
	border-radius:3px;
	position:relative;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
.inner-card-header{
    display: flex;
    align-items: center;
	flex-direction: row;
    flex-wrap: wrap;
	padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(26, 54, 126, 0.125);
	color: rgb(63, 65, 77);
    font-size: 1.2rem;
}
.inner-card-header .card-title{
	display: flex;
    align-items: center;
    white-space: nowrap;
	margin:0;
}
.inner-card-header .card-title i{
	color: #ec008a;
    font-size: 1.4rem;
}
.inner-card-header .nodisplay{
	font-size:1rem;
	color:#888;
}
.inner-card-header .panel-right {
    margin-left: auto;
    white-space: nowrap;
	font-size:1rem;
	color:#888;
}
.inner-card-header .nodisplay select, 
.inner-card-header .card-panel-right input, 
.inner-card-header .card-panel-right button{
	font-size:0.9rem; 
}

.inner-body{
	position:relative;
	padding:20px;
}

.inner-card-body{
	height:400px;
	position:relative;
	padding:0 15px;
	margin:5px 0;
	overflow-y:auto;
}

.inner-card-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.inner-card-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.inner-card-body::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.inner-card-body::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.inner-card-footer{
	display: flex;
    align-items: center;
    height: 3.5rem;
	padding: 0.75rem 1.25rem;
    border-top: 2px solid rgba(26, 54, 126, 0.125);
}
.inner-card-footer .panel-right {
    margin-left: auto;
    white-space: nowrap;
	font-size:1rem;
	color:#888;
}






.btn-focus {
    color: #fff;
    background-color: #444054;
    border-color: #444054;
}
.btn-square {
    border-radius: 0 !important;
}
.btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active, .show > .btn-focus.dropdown-toggle {
    color: #fff;
    background-color: #2d2a37;
    border-color: #272430;
}

.btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active, .show > .btn-focus.dropdown-toggle {
    color: #fff;
    background-color: #2d2a37;
    border-color: #272430;
}



/*---------------------------------*/
/*dashboard part 
/*------------------------------------------------*/
.d-card{
	padding:15px;
	background:#fff;
	border-radius:3px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
}
.d-card h2{
	font-size:24px;
	font-weight:700;
}
.d-card h2 span{
	color:#4ea003;
}
.logintime ul{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
}
.logintime ul li{
	padding-left:10px;
}
.logintime ul li .btn{
	font-size:16px;
}

/*---------------------------------*/
/*checkout part 
/*------------------------------------------------*/
.checkitem{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	color:#000;
}
.checkitem span{
	color:#4ea003;
}
.checkitem p span{
	text-decoration:line-through;
	color:#888;
	margin-left:10px;
}
.checkitem a{
	color:#000;
	margin-top:5px;
	display:block;
}

.checklist a{
	display: block;
	padding: 1rem;
	font-size: 18px;
	text-transform: uppercase;
	color: #888;
	background: #fff;
	transition: 0.15s all ease-in-out;
}
.checklist a i{
    font-size: 14px;
    color: #fff;
    width: 20px;
    background: #2f3e07;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    margin-right: 5px;
}
.checklist a:not(.collapsed) {
  background: #4caf50;
  color: #fff;
  transition: 0.15s all ease-in-out;
}
.checkdetails{
	background: #fafff4;
	padding: 0 20px;
}
.checkdetails .form-control{
	border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px 20px;
    min-height: 50px;
    border-color: #e8e8e8;
}
.checkdetails label{
	display: block;
}

.pricedetails{
	display:flex;
	flex-direction:column;
	color:#888;
}
.pricedetails p{
	display:flex;
	font-size:1.1rem;
}
.pricedetails p span{
	color:#4ea003;
	font-weight: bold;
}
.pricedetails .form-inline{
	border-bottom:1px solid #ddd;
}
.pricedetails .form-control{
	border-color:transparent;
	font-size:0.9rem;
	padding:8px 0;
}
.pricedetails .form-control:focus,
.pricedetails .form-control:hover,
.pricedetails .form-control:active,
.pricedetails .btn:focus, .pricedetails .btn:hover, .pricedetails .btn:active{
	border-color:transparent;
	box-shadow:none;
}
.pricedetails .btn{
	font-size:0.8rem;
}


/*---------------------------------*/
/*inner page*/
/*-----------------------------------------------------*/
.inner-page{
	position: relative;
	margin: 40px 0 50px;
}
.inner-content{
	padding: 30px;
	background: #fff;
	border: 1px solid #ececec;
}
.inner-content h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.inner-content p{
	line-height: 22px;
}
.thankyou{
	padding: 50px;
	background: #e1ebf3;
	width: 80%;
	margin: 0 auto;
}
.thankyou h3{
	font-size: 30px;
	margin-bottom: 20px;
	font-family: 'Pacifico', cursive;
}


/*-----------------------*/
/*404 page*/
/*--------------------------------------*/
.bg404{background: #b1bac1;}
.main404{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #b1bac1;
    background-position: center;
    background-attachment: fixed;
}
.notfound{
	width: 70%;
	margin: 20px auto;
	background: #fff;
	box-shadow: 0 0 25px rgb(133, 143, 150);
	min-height: 500px;
	padding: 40px;
}
.notfound h2{
	font-size: 36px;
	font-weight: 900;
	color: #3f51b5;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.notfound p{
	color: #9a9a9a;
}

/*---------------------------------*/
/*my order
/*-------------------------------------------------*/
.myorder{
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background: #fbfbfb;
}
.myorder:nth-child(even){
	background:#fff;
}
.myorder .title2{
	background: #dee2e6;
    color: #495057;
    padding: 10px 15px;
}
.myorder .title2 a{
	color:#fff !important;
}
.myorder .title2 h5{
	font-size:15px;
}
.myorder small{
	color:#a2a2a2;
}
.myorder hr{
	margin-bottom:0;
	margin-top:0;
}

/***************************************************************************************************/
/**************************************** responsive ***********************************************/
/***************************************************************************************************/
@media(max-width:768px){
	/*.t-content, */nav{ display:none;}
	.t-content{flex-direction: column;}
	.top-header ul li:after{display: none;}
	.m-header {	display:block;}
	.cart-main{margin-top:10px; justify-content: center;}
	.cart-main .item a{color:#373737; font-size:20px;}
	.title{font-size:22px; letter-spacing:2.5px;}
	.trending-pro, .products{ justify-content:space-around;}
	.trending-pro .pro-item, .products .card{width:48%; text-align:center;}
	.trending-pro .pro-item img, .products .card img{height:200px;}
	.trending .title, .products-main .title{font-size:22px; letter-spacing:2.5px;text-align:left;}
	.trending-pro .pro-item .text-pt{height:auto; padding:15px 10px;}
	.products .card-inner{width: 48%;}
	.products .card-inner:nth-child(3n-1) { margin-left: 0; margin-right: 0;}
	.products .card h6{font-size:12px;}
	.app-part .form-control{width:120px;}
	.sm-social{margin-top:15px; text-align:center;}
	/* product view */
	.imgview{padding:10px;}
	.imgview .wishicon{top:10px;right:10px;}
	/*table page*/
	.inner-card-header .card-title{margin:0 0 10px; width:100%;}
	.thankyou{padding: 20px; width: 100%; text-align: center;}
	.thankyou h3{margin-top: 20px;}
	.main404{position: relative;}
	.notfound{width: 90%; padding: 20px;}
	.myorder img{margin-bottom:10px;}
	.payment-method{flex-direction: column;}
	.payment-method h4{margin-bottom: 10px;}
}
@media(max-width:640px){
	.title{font-size:18px; letter-spacing:1.5px;}
	.trending-pro .pro-item{width:47%;}
	.products .card{width:100%;}
	.trending-pro, .products{ justify-content:space-between;}
	.trending-pro .pro-item img, .products .card img{height:190px;}
	.trending-pro .pro-item .text-pt{height:auto; padding:15px 10px;}
	.top-chart-cat a{width:25%;}
	.trending-pro .pro-item .text-pt h5{font-size:16px;}
	.trending-pro .pro-item .text-pt h5 small{font-size:14px;}
}
@media(max-width:480px){
	.title{font-size:18px; letter-spacing:1.5px;}
	.mm-toggle{margin:7px 10 0;}
	.top-header ul{justify-content: center; margin: 10px 0;}
	.trending-pro .pro-item{width:48%;}
	.products .card{width:100%;}
	.trending-pro .pro-item img{height:auto;}
	.trending-pro .pro-item .text-pt{height:auto; padding:15px 10px;}
	.trending .title, .products-main .title{font-size:13px; letter-spacing:1px;text-align:left;}
	.products .card-inner{width: 100%;}
	.products .card .add-bag a{font-size:15px;}
	.products .card h5{/*height:auto;*/ font-size:13px; margin: 0 0 10px;}
	.products .card img { height: auto;}
	.top-charts{padding:20px 0 0;}
	.top-chart-cat a{width:30%;}
	.brands-item .item{width:48%;}
	footer ul{margin-bottom:20px;}	
	.shipping-sab{margin-bottom:20px;}
	.shipping-sab .item:last-child{width:100%;}
	.app-part{text-align:center;}
	.app-part h3, .app-part p{padding:0;}
	.app-part h3 img {position: relative; margin-right: 5px;}
	.app-part .form-inline{justify-content:center;}
	.app-part .form-control {width: 190px;}
	.v-btn{padding:5px 10px; font-size:10px;}
	.login-main{flex-direction:column; background:transparent;}
	.login-item{width:100%;}
	.login-item:first-child{padding-bottom:20px; margin-bottom:20px; border-bottom:1px solid #ddd;}
	.cart .modal.right .modal-dialog{width:340px;}
	.cart .modal.right.fade .modal-dialog {right: -340px;}
	/* product view */
	.qty{margin-top:10px;}
	.pro-fixed-wrap{padding:10px;justify-content: space-between;}
	.pro-fixed-wrap .item{margin:0;}
	.pro-fixed-wrap .item img{width:25px; margin-right:5px;}
	.pro-fixed-wrap .item h4{font-size:14px;}
	.pro-description ul li a{margin: 10px 10px -1px;font-size: 14px;}
	.pro-description ul li a:after{margin-top: 8px;}
	/*table page*/
	.inner-card-header {justify-content:center;}
	.inner-card-header .card-title {margin: 0;width: auto;}
	.nodisplay .form-group{margin:0;}
	.nodisplay .form-group select{width:60px;}
	.nodisplay .form-group .form-control{display:inline-block;}
	.panel-right{margin: 15px 0 0 0 !important; overflow:auto;}
	.panel-right label {display: inline;}
	.inner-card-body{padding:0;}
	.inner-card-footer{display:block; height: auto;}
	.products .card ul, .products .card-inner ul{ flex-direction: column; margin: 10px 0; }
	.products .card ul li:nth-child(2), .products .card-inner ul li:nth-child(2) { font-size: 16px;}
	.copyright ul li a{font-size: 11px;}
}
@media(max-width:320px){
	.mm-toggle{margin:7px 0 0;}
	.copyright ul{flex-direction: column;}
	.copyright ul li{
		margin-bottom: 7px;
	}
}


