@media screen and (max-width: 991px)
{

.container {
	width: 100%;
	margin: 0 auto;
}
.hide-on-mobile {
	display: none !important;
}

header {
	height: 65px;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
}
/* logo */
.logo {
	padding: 15px 25px;
}
.logo img {
	height: 35px !important;
}
#main-nav {
	display: none;
}
#categories {
	display: flex;
	flex-wrap: wrap;
  	align-content: flex-start;
	overflow: auto;
}
#categories li {
	width: 25%;
	display: block;
}
#categories li a {
	display: block;
	color: var(--text-color);
	background-color: transparent;
	border: 0;
	border-radius: 15px;
	padding: 10px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
#categories li a img {
	width: 100%;
	margin-left: 0;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	box-shadow: 0 5px 32px 0 rgba(51, 65, 85, 0.1);
	background-color: #fff;
}
/* header-action */
header .actions {
	display: flex;
	padding: 15px;
	align-items: center;
}
header .actions .auth {
	float: none;
}
header .actions .auth .btn-o {
	display: none;
}
header .actions .auth .auth-mobile {
	display: inherit;
}
header .actions .auth i,
header .actions .search {
	display: inline-block;
	border: 0;
	margin-right: 0;
}
header .actions .auth i:hover {
	color: var(--text-color);
}
header .actions .search {
	display: block;
}

.header-search {
	display: none;
	position: fixed;
	top: 100px;
	right: 30px;
	left: 30px;
	float: none;
	padding: 0;
	margin-left: 0;
}
.header-search input {
	height: 50px;
	width: 100%;
}
.header-search input:focus {
	border-color: var(--info);
}
.header-search button {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 40px;
	height: 40px;
	line-height: 45px;
}

.mob-controls {
	display: flex;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 60px;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
	justify-content: center;
	align-items: center;
}
.mob-controls > a,
.mob-controls > span {
	width: 30%;
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	color: var(--text-color);
	line-height: 24px;
}
.mob-controls > a i,
.mob-controls > span i {
	display: block;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
}
.mob-controls a > span {
	position: relative;
	display: block;
	background-color: var(--warning) !important;
	height: 24px;
	border-radius: 12px;
	margin: 0 25px;
}
.mob-controls a > span > i {
	display: inline-block;
}
.mob-controls a > span > span {
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 16px;
	height: 16px;
	line-height: 18px;
	background-color: #fff;
	border-radius: 50%;
}

main {
	margin-top: 65px;
}
#slider::after {
	height: 10px;
	background-size: 400% 400%;
}
.desktop-version {
	display: none;
}
.mobile-version {
	display: block;
}
.slider-next, .slider-prev {
	display: none;
}
/* home-search */
#home-search {
	border-radius: 0 0 30px 30px;
}
.home-search {
	display: block;
}
.home-search > div:first-child {
	display: none;
}
.home-search > div .top {
	height: inherit;
}
.home-search > div .top img {
	display: block;
	float: none;
	height: 35px;
	margin: 0 auto;
}
.home-search > div .top span {
	line-height: 30px;
	margin-top: 5px;
}
.home-search > div .bottom {
	font-size: 13px;
	margin-top: 40px;
}
.home-search > div:last-child {
	width: 100%;
}
.home-search-input {
	height: 50px;
}
.home-search-input input {
	padding: 9px 30px;
	border-radius: 25px;
	width: 100%;
	font-size: 12px;
}
.home-search-input .btn {
	left: 5px;
	top: 5px;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}
.home-search-input .btn span {
	display: none;
}
.home-search-input .btn i {
	float: none;
	margin: 0;
	line-height: 36px;
}

/* home-categories */
#home-categories {
	border: 0;
	margin: 30px 0;
	padding: 25px 25px 0;
}
#home-categories .heading::before, #home-categories .heading::after {
	display: none;
}
#home-categories .heading h2 {
	font-size: 16px;
}
#home-categories .body {
	margin-top: 10px;
}
#home-categories .body li {
	width: 25%;
	display: block;
}
#home-categories .body li a {
	display: block;
	background-color: transparent;
	border: 0;
	border-radius: 15px;
	padding: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}
#home-categories .body li a img {
	width: 100%;
	margin-left: 0;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	box-shadow: 0 5px 32px 0 rgba(51, 65, 85, 0.1);
	background-color: #fff;
}

.special {
	position: relative;
	padding: 15px 0;
	border-radius: 0;
	margin: 30px 0;
}
.special .heading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 150px;
}
.special .heading h2 {
	font-size: 20px;
}
.special .heading img {
	margin-top: 30px;
}
.special .heading .btn {
	position: absolute;
	right: 20px;
	bottom: 30px;
	left: 20px;
	white-space: nowrap;
	padding: 4px;
	font-size: 12px;
}
.special .body {
	width: 100%;
}
.special .body .card {
	margin: 0 7.5px;
	width: 46%;
}
.special .body .card::after {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	bottom: 0;
	width: 30px;
	background-color: var(--blue);
}
.special .body .card:first-child {
	margin-right: 150px;
}
.special .body .card:last-child {
	margin-left: 15px;
}

.suggest {
	background-color: var(--warning);
	border: 1px solid var(--warning);
}
.suggest .heading {
	color: var(--blue);
}
.suggest .heading::before {
	background-color: var(--blue);
	box-shadow: 0 0 15px 0 rgba(35, 71, 251, 0.5);
}
.suggest .body .card::after {
	background-color: var(--warning);
}


.card {
	padding: 15px;
}
.card .title {
	padding: 5px 0;
}
.card .title h2, .card .title h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}
.card .options {
	padding: 0;
}
.card .name {
	font-size: 12px;
}
.card .price {
	display: block;
	padding-top: 10px;
	height: 90px;
}
.card .price .amount {
	width: 100%;
	height: 40px;
}
.card .price .amount > div {
	top: 0;
	bottom: 0;
	transform: translate(0, 0);
}
.card .price .amount .discount > span:first-child {
	position: absolute;
	bottom: 0;
	left: 0;
	color: var(--placeholder-color);
}
.card .price .amount .discount > span:last-child {
	position: absolute;
	top: 0;
	right: 0;
}
.card .price .amount .final span {
	position: absolute;
	top: 0;
	left: 0;
}
.card .price .atc {
	width: 100%;
	height: 40px;
}
.card .price .atc .btn {
	font-size: 12px;
	padding: 4px 0;
	text-align: center;
	display: block;
}


.products {
	border-radius: 0;
}
.products .heading {
	padding: 15px 20px;
	height: 70px;
}
.products .heading h2 {
	font-size: 14px;
}
.products .heading .more {
	color: var(--blue);
	font-size: 12px;
}
.products-slide .body .card {
	width: 46% !important;
}

.banner {
	margin: 15px 0;
	border-radius: 10px;
	padding: 0 15px;
}
.banner-full img {
	width: 100%;
	margin: 15px 0;
}
.banner-2col,
.banner-3col {
	display: block;
}
.banner-2col a {
	width: 100%;
	margin-left: 0;
}
.banner-3col a {
	width: 100%;
	margin-left: 0;
}
.banner img {
	margin: 15px 0;
}

.category-suggest {
	display: block;
	margin: 30px 0;
	border: 0;
}
.category-suggest > div {
	width: 100%;
	padding: 10px 15px;
}
.category-suggest > div h3 {
	background-color: var(--bg-color);
	margin: -10px -15px;
	padding: 15px;
}
.category-suggest > div ul {
	padding: 50px 30px 30px;
}
.category-suggest > div ul li {
	padding: 30px;
	border-left: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.category-suggest > div ul li:nth-child(2n + 0) {
	border-left: 0;
}
.category-suggest > div ul li:nth-child(3),
.category-suggest > div ul li:nth-child(4) {
	border-bottom: 0;
}

.products-slide-next,
.products-slide-prev {
	display: none;
}

/* breadcrumbs */
#breadcrumbs {
	padding: 20px;
	font-size: 12px;
}

/* ---------- category ---------- */
#category > .heading {
	padding: 5px 25px;
	border-radius: 0;
}
#category > .heading h1 {
	font-size: 16px;
}
#category > .heading h1::after {
	display: none;
}
#category .sort {
	float: left;
	margin: 10px 0;
}
#category .sort span {
	font-size: 12px;
}
#category .sort span::before {
	font-size: 14px;
}
#category .sort span::after {
	font-family: 'icomoon' !important;
	content: "\e94d";
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin-right: 10px;
	color: var(--border-color);
	rotate: -90deg;
}
#category .sort div {
	position: fixed;
	right: 0;
	left: 0;
	bottom: 0;
	top: 150%;
	background-color: #fff;
	z-index: 10;
	border-radius: 25px 25px 0 0;
	padding: 25px 25px 100px;
	margin-right: 0;
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
	transition: all .3s;
}
#category .sort div label {
	display: block;
	position: relative;
}
#category .sort div input:checked + label {
	background-color: #fff;
	color: var(--blue);
}
#category .sort div input:checked + label::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: var(--blue);
}
#category .sort div input:checked + label::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translate(0, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: var(--warning);
}
#category .all {
	display: none;
}


#category .filters {
	padding-top: 30px;
	display: none;
}
#category .mob-filters {
	display: block;
	padding: 15px 25px;
}
#category .filters .lead,
#category .mob-filters .lead {
	display: inline-block;
	font-weight: 600;
}
#category .filters .lead::before,
#category .mob-filters .lead::before {
	font-family: 'icomoon' !important;
	content: "\e952";
	float: right;
	font-size: 20px;
	color: var(--blue);
	font-weight: 400;
	margin-left: 10px;
	line-height: 30px;
}
#category .mob-filters .lead::after {
	font-family: 'icomoon' !important;
	content: "\e94d";
	float: left;
	font-size: 14px;
	color: var(--border-color);
	font-weight: 400;
	margin-right: 10px;
	line-height: 30px;
	rotate: -90deg;
}
.category {
	display: block;
	margin-top: 0;
}
.category aside {
	width: 100%;
	padding-left: 0;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	top: 150%;
	background-color: #fff;
	border-radius: 25px 25px 0 0;
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
	z-index: 10;
	overflow: auto;
	padding-top: 40px;
	padding-bottom: 100px;
	transition: all .3s;
}
.closefilterProducts {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 24px;
}
.category aside .sidebar {
	border-radius: 0;
	margin-bottom: 0;
}
.category .products {
	width: 100%;
}
.products .body .card {
	width: 50%;
}
.products .body .card:nth-child(2n+0) {
	border-left: 0;
}

/* product */
#product {
	display: block;
	padding: 20px;
	margin: 0 15px;
}
#product .pics {
	width: 100%;
}
#product .pics .large img {
	border: 0;
}

.product {
	width: 100%;
	padding: 0;
}
.product .title h1 {
	font-size: 20px;
	margin-top: 40px;
}
.product .options {
	width: 100%;
}
.product .actions {
	display: block;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 0;
}
.product .actions .title {
	width: 100%;
	margin-bottom: -30px;
}
.product .actions .title > span {
	font-size: 14px;
}
.product .actions .title > span::before {
	font-family: 'icomoon' !important;
	font-size: 18px;
}
.product .actions .title .shipping,
#cart-sidebar .shipping {
	display: none;
}
.mob-shipping {
	display: block;
	margin: 15px;
	padding: 20px 25px;
	margin-top: 20px;
	border-radius: 15px;
	font-weight: 600;
	padding-left: 150px;
	background: url(../images/shipping.png) no-repeat left top;
	background-size: contain;
	background-color: #fff;
}
.mob-shipping span {
	display: block;
	font-weight: 400;
	color: var(--blue);
	cursor: pointer;
	font-size: 12px;
}
.product .actions .price {
	padding-bottom: 25px;
}
.product .actions .price .discount {
	font-size: 10px;
	margin: 0;
}
.product .actions .price .discount > .percent {
	line-height: 20px;
	border-radius: 10px;
	padding: 0 6px;
}
.product .actions .price .amount {
	font-size: 18px;
	margin-top: 0;
}
.product .actions .price {
	width: 100%;
	text-align: left;
}
.product .add-to-cart {

}
.product .add-to-cart .btn {
	display: block;
	width: 100%;
	text-align: center;
}
.product .add-to-cart .btn span {
	display: inline-block;
}

.product .added {
	display: block;
	text-align: center;
}

/* multiple-price */
.multiple-price {
	margin-top: 20px;
	border-top: 0;
}
.multiple-price > div {
	height: 50px;
	padding: 10px 15px 10px 25px;
	margin: 10px 0;
}
.multiple-price > div .name {
	font-size: 14px;
}
.multiple-price > div .discount {
	margin-left: 10px;
	font-size: 10px;
}
.multiple-price > div .discount small {
	display: none;
}
.multiple-price > div .discount .dis {
	display: none;
}
.multiple-price > div .discount .percent {
	line-height: 18px;
	padding: 0 4px;
	width: 26px;
}
.multiple-price > div .amount {
	position: relative;
	margin: 0 5px 0 15px;
	font-size: 14px;
	min-width: 80px;
	line-height: 20px;
}
.multiple-price > div .amount > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
.multiple-price > div .amount > span > span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: var(--placeholder-color);
	text-decoration: line-through;
	text-align: left;
	line-height: 10px;
}
.multiple-price > div .amount small {
	font-size: 8px;
	margin-right: 0;
}
.multiple-price > div .atc .btn {
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}
.multiple-price > div .atc span span {
	display: none;
}
.multiple-price > div .atc span .icon-float-right {
	display: none;
}
.multiple-price > div .atc span .icon-add {
	display: block;
	color: #fff;
	line-height: 38px;
	font-size: 24px;
}
.multiple-price .added {
	height: 30px;
	padding: 4px 30px;
	margin: 0 0 0 -15px;
	border: 0;
}
.multiple-price .added .increase,
.multiple-price .added .decrease,
.multiple-price .added .remove {
	width: 28px;
	height: 28px;
	font-size: 16px;
	border: 1px solid var(--blue);
	line-height: 20px;
}
.multiple-price .added .remove {
	font-size: 16px;
	border: 1px solid var(--border-color);
}
.multiple-price .added .name {
	font-size: 14px;
	padding: 0 10px;
	display: block;
	margin-top: -5px;
}
.multiple-price .added .name span {
	display: none;
}
/* content */
.content {
	padding: 25px;
	border-radius: 0;
}
.content .heading h2 {
	font-size: 16px;
}
.sticky-card {
	display: none;
}

/* comments */
#comments {
	width: 100%;
	float: none;
	padding-left: 0;
}
#comments > .heading, #contact .heading {
	border-radius: 20px 20px 0 0;
	margin-bottom: -30px;
	text-align: center;
}
#comments > .heading::before,
#contact .heading::before {
	float: none;
	margin-left: 0;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#comments > .heading::after,
#contact .heading::after {
	display: none;
}
.comments-form {
	display: block;
}
.comments-form .inputs {
	width: 100%;
}
.comments-form .inputs > div:first-child {
	display: block;
}
.comments-form .inputs > div:first-child .input-box {
	width: 100%;
}
.comments-form .inputs .input-box {
	margin-left: 0;
}
.rate {
	position: relative;
	margin: 30px 0 20px;
	padding: 0 15px;
	justify-content: center;
}
.rate > label {
	position: absolute;
	top: -30px;
	right: 0;
}
.rate div {
	margin-top: 5px;
}
.rate i {
	font-size: 30px;
	margin: 5px;
	padding: 5px;
}
.comments-form .submit {
	width: 100%;
}

.comments {
	border-radius: 0;
	padding: 25px 15px;
}
.comments .heading h2 {
	font-size: 18px;
}
.comments .sort {
	padding-bottom: 10px;
}
.comments .sort ul::before {
	display: block;
}
.comments .sort ul li {
	margin-top: 20px;
}
.comments .sort ul li:first-child {
	margin-right: 0;
}
.comments .sort ul li label {
	padding: 5px 15px;
}

.comment .info {
	position: relative;
	display: block;
	font-size: 12px;
}
.comment .info span {
	display: block;
}
.comment .info .rating {
	position: absolute;
	top: 0;
	left: 0;
}
.comment .actions span {
	padding: 0px 15px;
	height: 30px;
}

.auth-counter {
	font-size: 12px;
}


/* ---------- profile ---------- */
.profile-sidebar {
	float: none;
	width: 100%;
	padding-left: 0;
	padding: 0 15px;
	position: static;
	top: inherit;
}
.profile {
	float: none;
	width: 100%;
	padding: 0 15px;
}
.panel {
	margin-bottom: 30px;
}
.panel .body {
	padding: 15px;
}
.orders-tabs {
	padding: 0;
}
.orders-tabs ul {
	flex-wrap: wrap;
}
.orders-tabs ul li {
	width: 50%;
}
.orders-tabs ul li a span {
	left: 40px;
}

.order-item:first-child {
	border-top: 0;
}
.order-item {
	display: block;
	padding: 20px 0;
	align-items: center;
}
.order-item > div:last-child {
	display: flex;
	margin-right: 0;
	width: 100%;
}
.order-item > div:last-child .btn {
	padding-right: 0;
	padding-left: 0;
	margin: 10px 5px;
}
.order-item > div:last-child .btn-block {
	width: 50%;
}
.order-item .info {
	display: block;
}
.order-item .info span {
	display: block;
	margin: 5px 0;
}
.order-item .info span::after {
	display: none;
}
.order-item .order-products {
	padding: 10px 0;
}
.order-item .order-products img {
	width: 60px;
	margin: 5px;
}
.order-items {
	margin-top: 40px;
}
.profile-back {
	display: flex;
	background-color: #fff;
	margin: -15px -15px 30px;
	padding: 10px 25px;
}
.profile-back a {
	color: var(--text-color);
}
.profile-back a:first-child {
	padding-top: 5px;
}
.profile-back a i {
	float: right;
	font-size: 18px;
	line-height: 30px;
	margin-left: 10px;
}
.profile-back .action {
	margin-right: auto;
}
.orders-empty {
	border-top: 0;
}

.order-detail {
	display: block;
	font-size: 12px;
	margin: 15px;
	background-color: #fff;
}
.order-detail > div {
	display: flex;
	border-bottom: 1px solid var(--border-color);
	border-left: 0;
}
.order-detail > div:last-child {
	border-bottom: 0;
}
.order-detail > div > div:first-child {
	min-width: 35%;
	max-width: 35%;
	border-bottom: 0;
	border-left: 1px solid var(--border-color);
}
.order-detail > div > div {
	padding: 10px;
	text-align: right;
}

.cart-item {
	display: block;
}
.cart-item .img {
	float: right;
	width: 30%;
}
.cart-item .title {
	float: right;
	width: 70%;
}
.cart-item .title .weight {
	min-width: 100%;
	font-size: 12px;
}
.cart-item .price {
	clear: both;
}
.cart-item .price .amount .discount {
	float: left;
	margin: 0;
}
.cart-item .price .amount .discount span:first-child {
	margin-left: 10px;
}
.cart-item .price .amount .discount span:last-child {
	margin-right: 0;
}
.cart-item .price .amount .final {
	clear: both;
}

.panel .heading-order .title {
	font-size: 16px;
}
.panel .heading-order .date {
	font-size: 12px;
}
.panel .heading-order > div:last-child {
	display: none;
}

#profileEdit {
	padding: 25px 0;
}
.form {
	display: block;
}
.form .half {
	width: 100%;
}

#faq {
	padding: 15px;
}
#faq .heading h1 {
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.address {
	border: 1px solid var(--border-color);
	border-radius: 25px;
	overflow: hidden;
}
.address label {
	border: 0;
	border-radius: 0;
}
.address label span {
	display: block;
}
.address label span::after {
	display: none;
}
.address .icon-edit {
	display: block;
	float: right;
	position: static;
	top: inherit;
	left: inherit;
	width: 50%;
	text-align: center;
	border-top: 1px solid var(--border-color);
	border-left: 1px solid var(--border-color);
	padding: 10px;
}
.address .icon-trash {
	display: block;
	float: right;
	position: static;
	top: inherit;
	left: inherit;
	width: 50%;
	text-align: center;
	border-top: 1px solid var(--border-color);
	padding: 10px;
}

.comment-product {
	display: block;
}
.comment-product > div:first-child {
	float: right;
	width: 30%;
}
.comment-product > div:nth-child(2) {
	float: right;
	width: 70%;
}
.comment-product > div:last-child {
	clear: both;
	text-align: center;
	padding-top: 30px;
}
.comment-product > div .weight {
	width: 100%;
}

.card .scale {
	font-size: 10px;
}
.card .scale > span:first-child::before {
	display: none;
}

/* ---------- cart ---------- */
.cart {
	width: 100%;
	float: none;
	padding-top: 100px;
}
.cart-wrapper {
	border-radius: 0;
	padding: 15px;
}
.cart-wrapper .heading {
	position: relative;
}
.cart-wrapper .heading h1 {
	font-size: 18px;
}
.cart-wrapper .heading .cart-products-count {
	display: block;
}
.cart-wrapper .heading .cart-products-count::before {
	display: none;
}
.cart-wrapper .heading .btn {
	float: none;
	position: absolute;
	top: 10px;
	left: 0;
	padding: 2px 20px;
	height: 36px;

}
.cart-item {
	display: block;
}
.cart-item .price {
	display: flex;
	padding-top: 20px;
}
.cart-item .price .amount {
	padding-right: 20px;
}
.cart-item .price .amount .discount span:first-child {
	font-size: 10px;
}
.cart-item .price .amount .discount .percent {
	font-size: 10px;
}
.cart-item .price .amount .final span {
	font-size: 14px;
}
.cart-item .price .actions {
	margin-right: auto;
	min-width: 130px;
}
#cart-sidebar {
	float: none;
	position: static;
	width: 100%;
	padding: 0 30px;
}
#cart-sidebar .shipping {
	display: block;
}
#cart-sidebar .steps {
	position: absolute;
	top: 90px;
	right: 0;
	left: 0;
}
.cart-sidebar-action {
	display: none;
}

#mob-cart-action {
	display: flex;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	height: 65px;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
	padding: 12px;
}
#mob-cart-action > div {
	margin-right: auto;
}
#mob-cart-action > div span {
	line-height: 22px;
	display: block;
}
#mob-cart-action > div span:first-child {
	font-weight: bold;
	font-size: 14px;
}
#mob-cart-action > div span:first-child i {
	float: left;
	font-size: 16px;
	margin-right: 8px;
}
#mob-cart-action > div span small {
	font-weight: normal;
}
#mob-cart-action > div span:last-child {
	font-size: 10px;
}


.shipping-type {
	display: block;
	padding-top: 25px;
}
.shipping-type > div {
	width: 100%;
	margin: 20px 0;
	border: 1px solid var(--border-color);
	border-radius: 20px;
	padding: 20px;
}
.shipping-type > div:last-child {
	border-left: 1px solid var(--border-color);
}
.shipping-type > div label {
	font-size: 10px;
}
.shipping-type > div label span {
	font-size: 14px;
	min-width: 200px;
}

.cart-image {
	padding: 30px 60px;
}
.order-summary {
	display: block;
}
.order-summary > div:last-child {
	margin-right: 0;
	text-align: center;
}

/* contact */
#contact {
	display: block;
	margin: 30px 15px;
}
.contact {
	float: none;
	width: 100%;
}
.contact-info {
	border-radius: 0;
}
.contact-info .item {
	padding: 15px;
	font-size: 12px;
}
.contact-info .item .name {
	width: 120px;
}
.contact-info .item .name i {
	margin-left: 5px;
}
.contact-info .item .value {
	font-size: 14px;
}
.contact-form-heading::before {
	display: none;
}
.contact-sidebar {
	float: none;
	width: 100%;
	padding-right: 0;
	margin: 100px 0 30px 0;
}
/* /contact */

.about-heading .container::before {
	width: 200px;
	height: 200px;
}
.about-heading .container > div {
	top: 120px;
	right: 30px;
	padding-right: 25px;
}
.about-heading .container > div > div:first-child .about-fabito img {
	width: 80px;
}
.about-heading .container > div > div:first-child .about-your-friend {
	font-size: 20px;
}
.about-heading .container > div > div:last-child h1 {
	font-size: 12px;
}
.about-heading .container > div > div:last-child span {
	padding: 3px 20px;
}
#page .about-heading {
	height: 250px;
}
.about-body {
	border-radius: 20px 20px 0 0;
	padding: 15px 25px;
}

.products-list .products .body .card {
	width: 50%;
}
.products-list .products .body .card:nth-child(even) {
	border-left: 0;
}

.products-slide .body .card:nth-child(even) {
	border-left: 1px solid var(--border-color);
}

.not-found {
	display: block;
}
.not-found img {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 60px;
	right: 0;
	left: 0;
}
.not-found > div {
	width: 100%;
	max-width: 100%;
	padding-top: 350px;
	min-height: 600px;
}
.not-found > div > div {
	position: block;
	top: inherit;
	transform: translate(0, 0);
}

/* ---------- footer ---------- */
footer {
	margin-top: 230px;
}
footer::before {
	top: -200px;
	height: 200px;
	background-size: 300%;
}

.footer-nav {
	display: block;
}
.footer-nav > div:first-child::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 4px;
	border-radius: 3px;
	width: 200px;
	background-color: var(--border-color);
}
.footer-nav > div:first-child::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
	height: 4px;
	border-radius: 3px;
	width: 100px;
	background-color: var(--warning);
	box-shadow: 0 5px 20px 0 red;
}
.footer-nav > div:first-child {
	position: relative;
	width: 100%;
	text-align: center;
}
.footer-nav > div:first-child a {
	display: block;
	bottom: 10px auto;
	text-align: center;
}
.footer-nav > div:first-child img {
	display: inline-block;
}
.footer-nav > div:last-child {
	width: 100%;
	background-color: #fff;
	height: inherit;
	padding-top: 40px;
}
.footer-nav > div:last-child > span {
	display: block;
}
.footer-nav ul {
	padding-top: 10px;
}
.footer-nav ul li {
	display: inline-block;
	width: 40%;
}
.footer-nav ul li a {
	padding: 0;
}
.footer-nav > div:last-child > a {
	display: none;
}

.footer-features {
	flex-wrap: wrap;
	padding: 25px;
}
.footer-features > div {
	width: 48%;
	margin: 7px 0 7px 4%;
	padding: 10px;
	line-height: 20px;
}
.footer-features > div > .icon {
	font-size: 56px;
	margin: 5px auto;
}
.footer-features > div > .title {
	font-size: 14px;
	margin: 10px 0;
}
.footer-features > div:nth-child(2n + 0) {
	margin-left: 0;
}

.footer-info {
	display: block;
}
.footer-info > div {
	width: 100%;
	padding: 25px;
}
.footer-about > div:first-child > span:first-child::after {
	display: none;
}
.footer-logoes {
	text-align: center;
}
.footer-logoes img {
	width: 80px;
}
.mobile-insta {
	display: block;
}
.mobile-insta .btn span {
	display: inline-block;
}
.mobile-insta .btn span i {
	float: left;
	line-height: 28px;
	margin-right: 10px;
}

.popup {
	left: 0; 
	right: 0; 
	bottom: 0;
	top: inherit;
	transform: translate(0, 0); 
	width: 100%; 
	max-height: 80%;
	border-radius: 25px 25px 0 0; 
	padding: 20px 30px 40px; 
	min-height: 300px; 
	box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1); 
	overflow: auto;
}
/* copyright */
.copyright {
	font-size: 12px;
}

#goToTop {
	bottom: 80px;
}


}