/*=========== TABLE OF CONTENTS ===========
1.  General css (Reset code)
2.  Top-area
3.  Welcome-hero
4.  Populer-post
5.  New-arrivals  
6.  Sofa-coolection
7.  Features
8.  Blog
9.  Clients
10. News-letter
11. Footer
==========================================*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,800&display=swap');


*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-family: 'Open+Sans', sans-serif;
	font-size:16px;
	color:#a09e9c;
	background: #fbfbfb;
    text-transform: capitalize;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}
a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	color: #616060;
	font-size:16px;
	padding:0;
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	color:#5f5b57;
    font-size: 18px;
    font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
h1, h2 {font-size:40px;font-weight:400;}
h3 {font-size:32px}
h4 {font-size:24px}
h5 {font-size:20px}
p {
	margin: 0;
	color:#a09e9c;
	font-size:16px;
    line-height: 1.8;
    text-transform: initial;
}
.section-detail p {
	color:#36393b;
	font-size:12.6px;
	text-indent:2em;
	line-height:1.8em;
	margin:0 0 1em 0;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
.row {
  flex-wrap: wrap;
  display:flex;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.section-detail ol{
    list-style: none;
	counter-reset: item;
}
.section-detail ol li {
	padding-left:2em;
	font-size:12px;
	margin:0 0 1em 0;
	color:#363939;
}
.section-detail ol li::before {
	display: inline-grid;
	text-align:center;
	text-indent:0;
	content: counter(item);
	counter-increment: item;
	width: 1.9em;
	height:1.9em;
	font-size:10px;
	line-height:1.9em;
	background:#973131;
	border-radius:100%;
	position:absolute;
	left:1.45em;
	color:#fff;
	margin-top:-.2em;
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
section {
	padding-top:100px;
}
section.section-detail {
	padding-top:60px 0;
}
/* section-header */
.section-header{
    position: relative;
    text-align: left;
}
.section-header h2{
    font-size: 30px;
    font-weight: 500;
}
.section-header h2 span{text-transform: lowercase;}
/* section-header */

/*=============Style css=========*/

/*-------------------------------------
        2. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color: transparent;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}
/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #616060;
    font-size: 24px;
    font-weight: 500;
    padding: 45px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand span{display: inline-block;color:#973131;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #616060;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding: 48px 25px;}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li > a:focus,
nav.navbar.bootsnav ul.nav > li > a.active,
nav.navbar.bootsnav ul.nav > li.active>a {color: #973131;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:30px 25px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:12px;
    height:12px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #0004;
	border-radius:6px;
}
.menu-ui-design::-webkit-scrollbar-thumb {
	background-color: #973131;
	border-radius:6px;
}
/*.menu-ui-design*/


/*badge*/
.badge {
    background-color: #973131;
    border: 2px solid #973131;
}
/*.badge*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #973131;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #973131;}
/*.navbar-toggle */

/*.cart-list*/
ul.dropdown-menu.cart-list {
    height: 232px;
    overflow-y: scroll;
    border-radius: 3px;
}
ul.cart-list > li img {
    width: 50px;
    height: 50px;
    border:transparent;
}
.s-cate::-webkit-scrollbar {width:5px;}
.s-cate::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 8px #000;}
.s-cate::-webkit-scrollbar-thumb {background-color: #973131;}

.single-cart-list {
    position: relative;
    display: flex;
}
ul.cart-list > li {
    border-bottom: solid 1px #ebebeb;
    padding: 20px !important;
}
ul.cart-list > li:last-child{border-bottom: 0;}
.dropdown-menu.cart-list h6 a {
    color: #43465d;
    font-size: 12px;
    line-height: 1.3;
}
.cart-list-txt p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
}
ul.cart-list > li .price {font-weight: 300;}
.cart-close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}
ul.cart-list > li.total > span {
    padding-top: 0px;
    position: relative;
    top: 4px;
}
ul.cart-list > li.total span {
    color: #43465d;
    font-size: 14px;
    font-weight: 500;
}
ul.cart-list > li.total {
    background-color: #fff;
    padding-bottom:20px !important;
}
.btn-cart,
.btn-info {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #973131;
    border: 1px solid #973131;
    width: 80px;
    height: 30px;
    white-space: nowrap;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 3px;
	margin-bottom:3px;
}
a.btn-cart:hover {
	background:#d67;
	border-color:#d67;
}
a.btn-cart:hover,
a.btn-info:hover {
    font-size: 12px;
    display: flex;
    color: #fed;
}
.btn-info {
    background: #97cdaf;
    border: 1px solid #97cdaf;
}
/*.cart-list*/

/*.packages-price */
.packages-price p{
    position: relative;
    color: #616060;
    font-size: 16px;
    font-weight: 500;
}
.packages-price del,.packages-price span {
    color: #bbb9b9;
    font-size: 16px;
    font-weight: 500;
}
.packages-price del{margin-left: 10px;}
/*.packages-price */



/*-------------------------------------
        3.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    position: relative;
    z-index: 10;
    background: #fff;
	padding-top:114px;
}
.header-area{position: absolute;top:0;left:0;width: 100%;z-index: 99;}
.single-slide-item{
    position: relative;
    background-size: cover;
    background-position: center;
}
.single-slide-item.slide1{background:transparent;}
.single-slide-item.slide2{background:transparent;}
.single-slide-item.slide3{background:transparent;}

/*welcome-hero-content*/
.single-welcome-hero{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 
}
.welcome-hero-txt h4 {
    color: #998d80;
    font-size: 24px;
    font-weight: 400;
}
.welcome-hero-txt h2 {
    font-size: 48px;
    color: #616060;
    font-weight: 400;
    margin: 20px 0 22px;
}
.welcome-hero-txt p{margin: 35px 0 20px;}
.welcome-hero-txt .packages-price p {
    margin: 0;
    padding-left: 35px;
}
.packages-price p:before {
    position:  absolute;
    content:  "";
    width:  25px;
    height:  1px;
    background:  #616060;
    top: 45%;
    left: 0;
}
.btn-cart.welcome-medi-shop,.btn-cart.welcome-medi-shop.welcome-more-info {
    width: 170px;
    height: 60px;
    line-height: 60px;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    margin-top: 34px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.btn-cart.welcome-medi-shop span {text-transform:  lowercase;}
.btn-cart.welcome-medi-shop span.lnr.lnr-plus-circle {
    position:  relative;
    top: 0px;
    font-size: 16px;
    margin-right: 5px;
}
.btn-cart.welcome-medi-shop.welcome-more-info{
    color: #973131;
    background: transparent;
    border:transparent;
}
.btn-cart.welcome-medi-shop:hover{
    color: #973131;
    background: transparent;
    border: 1px solid #973131;
}
.btn-cart.welcome-medi-shop.welcome-more-info:hover{
    background: transparent;
    color: #973131;
    border: 1px solid #973131;
}
/*welcome-hero-content*/

/* .carousel-indicators */
.carousel-indicators {bottom: 4.5%;}
.carousel-indicators li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #973131;
    border-radius:50%;
}
.carousel-indicators li>span.small-circle{
    position: absolute;
    top: -1px;
    left: -1px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color:transparent;
    border: 1px solid #973131;
    border-radius:50%;
}
.carousel-indicators li.active>span.small-circle{
    top: 3px;
    left: 3px;
    background-color: #973131;
}
.carousel-indicators .active {
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px;
    margin:12px 10px 0 0;
    background-color: transparent;
    border:1px solid #973131;
}
/* .carousel-indicators */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* .carousel-fade */

/*-------------------------------------
        4. Populer-post
--------------------------------------*/
.populer-products{}
.single-populer-products{
    position: relative;
    min-height:280px;
    background: #f8f9fc;
    text-align: center;
    overflow:hidden;
}
.single-populer-product-img.mt40{margin-top: 40px;}
.single-inner-populer-products{margin-top: 40px;padding: 0 45px 0 30px;text-align: left;}

.single-populer-products h2 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #5f5b57;
    margin: 25px 0 22px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.single-populer-products:hover h2 a{color: #973131;}
.single-populer-products-para {
    height: 50px;
    overflow: hidden;
    display: inline-block;
}
.single-populer-products-para p {
    font-size: 14px;
    padding: 0px 20px;
    text-transform: initial;
}
.single-inner-populer-product-txt {margin-top: 8px;}
.single-populer-products .single-inner-populer-product-txt h2 a{margin: 0;}
.single-inner-populer-product-txt span{text-transform:lowercase;}
.single-inner-populer-product-txt p {
    font-size: 14px;
    margin: 18px 0 13px;
}
.populer-products-price h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: initial;
}
.populer-products-price h4 span{color: #973131;}
.btn-cart.welcome-medi-shop.populer-products-btn {
    width: 118px;
    height: 40px;
    line-height: 40px;
    color: #5f5b57;
    background: transparent;
    border: 1px solid #5f5b57;
    font-size: 14px;
    margin-top: 23px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.single-populer-products:hover .btn-cart.welcome-medi-shop.populer-products-btn {
    color: #fff;
    background: #5f5b57;
    border: 1px solid #5f5b57;
}

/*-------------------------------------
        5. New-arrivals 
--------------------------------------*/
.new-arrivals {padding:85px 0 70px;}
.new-arrivals-content{margin-top: 80px;}

.single-new-arrival{margin-bottom: 50px;text-align: center;}
.single-new-arrival-bg {
    position: relative;
    min-height: 310px;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content:center;
    overflow:hidden;
}
.single-new-arrival-bg img{
    width:auto;
    height:auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-new-arrival-bg:hover  img{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}
.single-new-arrival-bg-overlay{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(106,119,129,.1);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-new-arrival-bg:hover .single-new-arrival-bg-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.sale {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.sale p{color: #fff;font-weight: 500;font-size:14px;line-height: 2.2;}

.sale.bg-1{background: #d8924c;}
.sale.bg-2{background: #47d93c;}

.new-arrival-cart {
    position: absolute;
    bottom: -14px;
    z-index: 0;
    left: 0;
    width: 100%;
    height: 35px;
    background: #33383c;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    opacity:0;
    visibility:hidden;
}
.new-arrival-cart p {
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 3;
}
.new-arrival-cart p a{color: #fff;font-weight: 400;font-size: 12px;}
.new-arrival-cart p span.lnr.lnr-cart {margin-right: 10px;}
.new-arrival-cart p span{text-transform: lowercase;}
p.arrival-review span {margin-right: 15px;}
.single-new-arrival-bg:hover .new-arrival-cart {
    opacity:1;
    visibility:visible;
    bottom:0px;
}
.single-new-arrival  h4 a{
    color:#5f5b57;
    font-size:16px;
    font-weight:500;
    margin:26px 0 12px;
}
.arrival-product-price{
    color:#5f5b57;
    font-size: 16px;
    font-weight: 400;
}
.single-new-arrival:hover h4 a{color:#973131;}

/*-------------------------------------
        6. Sofa-coolection
--------------------------------------*/
#sofa-collection {
    position: relative;
    z-index: -1;
}
.sofa-collection{
    position: relative;
    display: flex;
    align-items: center;
    height: 600px;
    background-position: center;
    background-size: cover;
}
.sofa-collection.collectionbg1{background: url(../images/collection/sofa-collection-banner.jpg)no-repeat;}
.sofa-collection.collectionbg2{background: url(../images/collection/table-banner.jpg)no-repeat;}

.sofa-collection:before,.sofa-collection:after {
    position: absolute;
    content: "";
	pointer-events:none;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
	background: rgb(100,113,122);
	background: linear-gradient(90deg, rgba(42,56,66,.8) 0%, rgba(80,80,80,0.4) 60%, rgba(255,255,255,0) 100%);
}
.sofa-collection:after {
    background: rgba(106,119,129,.3);
    left: auto;
    right: 0;
    width: 66.6%;
}
.sofa-collection-txt {
    position: relative;
    max-width: 596px;
    z-index: 1;
}
.sofa-collection-txt h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.sofa-collection-txt h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.sofa-collection-txt h4 span{color: #973131;}
.sofa-collection-txt p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 25px 0 10px;
}
.sofa-collection-price { margin-bottom: 3px;}

.btn-cart.welcome-medi-shop.sofa-collection-btn{height: 50px;line-height: 50px;}

/*-------------------------------------
        7. Features
--------------------------------------*/
.feature {}

.feature-content,.news-content{margin-top: 15px;}
.single-feature,.single-news {margin-bottom:30px;}

/*.single-feature-txt */
.single-feature-txt,.single-news-txt{margin:0;}
.single-feature-txt p i {
    color:  #efce4a;
    margin-left:  5px;
}
span.spacial-feature-icon i {color:  #a9a9a9;}
span.feature-review {margin-left: 10px;}
.single-feature-txt p {font-size: 14px;}
.single-feature-txt h3 a ,.single-news-txt h2 a{
    color: #5f5b57;
    margin:4px 0;
}
.single-feature-txt h5 {
    color:  #5f5b57;
    font-weight:  400;
}
/*.single-feature-txt */

/*-------------------------------------       
        8.  Blog
--------------------------------------*/
.news {padding:100px 0 80px 0;}

/*.single-news*/
.single-news{
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.single-news-img{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
	max-height:180px;
	display:grid;
	align-items:center;
}
.single-news-img img{
    width:auto;
    height:auto;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
	min-width:100%;
}
.single-news:hover  img{
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
    -o-transform:scale(1.3);
    transform:scale(1.3);
}
.single-news-img-overlay{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.3);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-news:hover .single-news-img-overlay{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.single-news-txt h2 a{}
.single-news-txt h3,.single-news-txt h3 a {
    color: #bcb7b2;
    font-size: 14px;
    font-weight: 400;
}
.single-news-txt h3 a {margin: 0;}
.single-news-txt p {
    font-size: 13px;
    margin-top: 20px;
    color: #95908b;
}
.single-news:hover .single-news-txt h2 a{color: #973131;}
/*.single-news*/

/*-------------------------------------
        9. Clients
--------------------------------------*/
.clients {
    background: #edeeef;
    display: flex;
    align-items: center;
    /*height: 240px;*/
	padding-top:0;
}
.clients .item {text-align: center;}
/*-------------------------------------
        10. News-letter
--------------------------------------*/
.newsletter{padding:120px 0 75px;}

.hm-footer-widget{margin-bottom: 30px;}
.hm-foot-title h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
}
.hm-foot-menu ul li a {
    color: #a09e9c;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.hm-foot-menu ul li a:hover{
    color: #973131;
    -webkit-transform:translateX(10px);
    -moz-transform:translateX(10px);
    -ms-transform:translateX(10px);
    -o-transform:translateX(10px);
    transform:translateX(10px);
}
.hm-foot-para p {
    font-size: 14px;
    text-transform: initial;
    margin-bottom: 25px;
}

/*hm-foot-email*/
.hm-foot-email{position: relative;}
.foot-email-box .form-control {
    background:#fff;
    display: block;
    padding:25px 15px;
    outline:0!important;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    border:0;
}
.foot-email-box input[type="text"]{
    font-size: 14px;
    color: #bcb7b2;
}
.foot-email-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    color: #973131;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot-email-box .form-control:hover{
    box-shadow:0 5px 15px rgba(0,0,0,.4);
}
/*hm-foot-email*/


/*-------------------------------------
        11. Footer
--------------------------------------*/
.footer {
    background: #edeeef;
    display: flex;
    align-items: center;
    height: 84px;
	border-top:15px solid #fff;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
}
.footer-social a i {
    color: #a4aaaf;
    margin: 0 18px 24px 0;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.footer-social i:hover{color: #973131;}

/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#973131;
	border:1px solid #973131;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#fff;
    color: #973131;
	border:1px solid #973131;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}
/*========================Thank you=================*/
/*========================Additional style=================*/
b.rp-cur:after {
	content:"Rp";
	display:inline-block;
	font-size:.7em;
	font-weight:600;
}
ul.paging-nav {
	display:flex;
	justify-content:center;
	align-items:center;
	margin:45px auto;
}
ul.paging-nav li {
	display:block;
	width:3em;
	text-align:center;
}

ul.paging-nav li a.active {
	color:#973131;
}
ul.paging-nav li a.active,
ul.paging-nav li a.dots {
	pointer-events:none;
}
.btn-cart {
}

/*** nav bar ***/
#navbar-menu {
	/*background:#fff;*/
}
/*** Bar Info ***/
#bar-info p,
#bar-info h1,
#bar-info h2,
#bar-info h3,
#bar-info h4,
#bar-info h5 {
	/*color:#fff;*/
}
#bar-info.owl-carousel span {
	color:#973131
}
#bar-info.owl-carousel {
	position: relative;
	height:440px;
	z-index:unset;
}
#bar-info.owl-carousel div:not(.owl-controls) {
	/*height: 100%;*/
	height:fit-content;
}
#bar-info.owl-carousel div.owl-slide .bar-det {
	z-index:1;
	position:relative;
}
#bar-info.owl-carousel div.owl-slide {
/*/	background:#bbb; */
	display:block;
	position:absolute;
	width:100%;
	padding:40px 0;
}
/*
#bar-info .owl-slide:before {
    position: absolute;
    content: "";
	pointer-events:none;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
	background: rgb(100,113,122);
	background: linear-gradient(90deg, rgba(42,56,66,.8) 0%, rgba(80,80,80,0.4) 60%, rgba(255,255,255,0) 100%);
}
*/
.look-up.inline-search {
	display:inline-grid;
	grid-template-columns:auto 2em;
	border:2px solid #bbb;
	padding:3px;
	border-radius:2px;
	width:100%;
}
.look-up.inline-search input {
	border:0;
	outline:0;
	box-shadow:none;
	padding:2px 0 0 5px;
}
.look-up.inline-search button.fa {
	border:0;
	outline:0;
	box-shadow:none;
}
#sort-result {
	border:2px solid #bbb;
	border-radius:2px;
	padding:5px;
	float:right;
}


/*** search ***/
.top-bar.looking-up .header-area{
	top:64px;
}
.search-bar {
	background:#973131;
	color:#fff;
	height:64px;
}
.wrap-sticky {
	background:#fff;
}
@media (max-width: 991px) {
.top-area .wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a {
		padding:15px 0!important;
	}
	.navbar-collapse {
		border-radius:0 0 12px 12px;
		background:#fff;
		overflow:hidden!important;
	}
	nav.navbar.bootsnav .navbar-collapse.collapse.in {
		overflow:hidden!important;
	}
}
.btn-cart.welcome-medi-shop.welcome-more-info {
	border:1px solid #973131;
	box-sizing:border-box;
}
/* bgstyle red*/
.mas-red {
	background:#daf2d8;
	background:linear-gradient(0deg, #5c141b 0%, #973131 54%);
	/*background:0 0 / 100vw auto no-repeat url("../images/bg/liquid-bg-01.svg"), linear-gradient(0deg, #5c141b 0%, #973131 54%);*/
	color:#fff;
}
.mas-red h1,
.mas-red h2,
.mas-red h3,
.mas-red h4,
.mas-red h5,
.mas-red h6,
.mas-red p {
	color:#fff;
	text-shadow:1px 2px #000b;
}
.mas-red .packages-price p:before,
.mas-red button {
	background:#fff;
	color:#973131;
}
.mas-red .btn-cart.welcome-medi-shop.welcome-more-info {
	border-color: #fff;
	color:#fff;
}
/* bgstyle grey*/
.mas-br {
	background:#cba;
	background:linear-gradient(0deg, #e3dfdc 0%, #f5efeb 54%);
	/*background:0 0 / 100vw auto no-repeat url("../images/bg/liquid-bg-02.svg"), linear-gradient(0deg, #e3dfdc 0%, #f5efeb 54%);*/
	color:#fff;
}
.mas-br h1,
.mas-br h2,
.mas-br h3,
.mas-br h4,
.mas-br h5,
.mas-br h6,
.mas-br p {
	color:#222;
}
.mas-br .packages-price p:before,
.mas-br button {
	border-color:#ddd;
	background:#222;
	color:#fff;
}
.mas-br .packages-price del, .packages-price span {
	color:#fff;
}
.mas-br .btn-cart.welcome-medi-shop.welcome-more-info {
	border-color: #222;
	color:#222;
}
/* Section 2 */
section.gap {
	margin-bottom:14px;
}
.photo-print {
	border:8px solid #fff;
	border-radius:2px;
	box-sizing:border-box;
	box-shadow:9px 11px 5px 0px #0003, 1px 1px 2px 2px #0001;
	margin:0 0 12px 0;
}
div.h-sep {
	width:24px;
	height:4px;
	background:#bbb;
	margin:12px 0;
}
.other-items {
	background: rgb(232,232,232);
	background:	linear-gradient(0deg, #fff 0%, #fff0 25%, #fff0 75%, #fff 100%),
				linear-gradient(90deg, #eee 0%,#fff 25%, #fff 75%,#eee 100%)
}
.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
}
.buy-to-storefronts {
	display:grid;
	background:#0000;
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	z-index:100;
	overflow:hidden;
	padding-top:64px;
	opacity:0;
	transform:translateY(-120vh);
	transition:transform 300ms 200ms, opacity 300ms 200ms, background 300ms;
	pointer-events:none;
}
.buy-to-storefronts.open {
	transition:transform 300ms, opacity 300ms, background 300ms 200ms;
	background:#000c;
	transform:none;
	opacity:1;
}

.buy-to-storefronts .container{
	position:relative;
}
.buy-to-storefronts p,
.buy-to-storefronts h1,
.buy-to-storefronts h2,
.buy-to-storefronts h3,
.buy-to-storefronts h4,
.buy-to-storefronts h5,
.buy-to-storefronts h6{
}
.widget-bod {
	background:#f4f4f4;
	padding:85px 15px 15px 15px;
	border-radius:20px 20px 12px 12px;
	box-shadow:0 0 12px 0 #0003;
	pointer-events:initial;
}
.widget-mas {
	position:absolute;
	top:0;
	left:15px;
	border-radius:12px 12px 0 0;
	right:15px;
	padding:15px;
	display:grid;
	background:#973131;
	justify-items:right;
	pointer-events:initial;
}
button.fa-close {
	font-size:32px;
	line-height:1em;
	top:.3em;
	right:.4em;
	color:#fff;
}
div.buy-links {
	border:1px solid #fff;
	background:#fff;
	border-radius:12px;
	padding:7px;
	margin:0 0 15px 0;
	box-shadow:3px 3px 1px 1px #0004;
}
.welcome-hero-content {
	height:40vw!important;
	display:grid;
	align-items:center;
}
.welcome-hero-content .row{
	height:max-content;
}
.single-welcome-hero.img-hero  {
	display:grid;
	justify-items:center;
}
@media screen and (max-width: 767px) {
	.single-welcome-hero {
		padding-bottom:0!important;
	}
	.single-welcome-hero.img-hero {
		padding:10px 0 30px 0!important;
	}
	.welcome-hero-img img {
		max-width:280px;
	}
}

a.navbar-brand,
a.navbar-brand img{
	transition:height 300ms, padding 300ms;
}

.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand, 
.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand:focus {
	padding:20px 3px 0 15px;
}
.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand img{
	height:64px;
}
@media screen and (max-width: 991px) {
	.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand, 
	.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand:hover,
	.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand:focus {
		padding:7px 3px 0 15px;
	}
	.wrap-sticky nav.navbar.bootsnav .navbar-header a.navbar-brand img{
		height:52px;
	}	
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand, 
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {
	padding:7px 3px 0 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand img{
	height:52px;
}

.cat-home .tick div{
	position:relative;
}
.cat-home .tick div h4 {
	position:absolute;
	bottom:5px;
	left:5px;
}
.item-car-act,
.item-car,
.item-carfix {
	margin:0 0 8px 0;
}
.cat-home .tick,
.category-list .tick,
.item-car .item > a,
.item-carfix .item > a {
	padding:10px;
	background:#f8f8f8;
	/*background:linear-gradient(60deg, #f5efeb 0%, #f0f0f0 70%, #973131 70%, #b88 100%);*/
	background:linear-gradient(60deg, #f5efeb 0%, #f0f0f0 70%, #d8d8d8 70%, #fff 100%);
	margin:0;
	height:100%;
	border-radius:15px;
	width:100%;
	position:relative;
}
.item-carfix .item{
	height:100%;
}
.grad-default {
	background:linear-gradient(60deg, #f5efeb 0%, #f0f0f0 70%, #d8d8d8 70%, #fff 100%)!important;
}
.category-list .tick.lotion-item,
.item-car-act .item > a.lotion-item,
.item-car .item > a.lotion-item,
.item-carfix .item > a.lotion-item {
	background:linear-gradient(60deg, #f5efeb 0%, #f0f0f0 70%, #9b7 70%, #baed87 100%);
}
.category-list .tick.caps-item,
.item-car-act .item > a.caps-item,
.item-car .item > a.caps-item,
.item-carfix .item > a.caps-item {
	background:linear-gradient(60deg, #f5efeb 0%, #f0f0f0 70%, #8c7c62 70%, #aa7 100%);
}
.section-footer {
	background:#fff;
	padding:60px 0 30px 0;
}
.section-footer p,
.section-footer li,
.hm-foot-menu ul li a {
	color:#444;
}
.fa {
	width:1.3em;
	display:inline-block;
}
#header-carousel {
	position:relative;
	padding-bottom:6px;
	box-sizing:border-box;
}
#header-carousel.owl-theme .owl-nav {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0;
	pointer-events:none;
}
#header-carousel.owl-theme .owl-nav .owl-next,
#header-carousel.owl-theme .owl-nav .owl-prev {
	height:100%;
	pointer-events:auto;
	padding:0;
	float:left;
	width:12vw;
	font-size:6vw;
	color:#7b7b7b44;
	background:none;
	display:grid;
	align-items:center;
	text-align:center;
}
#header-carousel.owl-theme .owl-nav .owl-next {
	float:right;
	display
}
#header-carousel.owl-theme .owl-nav .owl-next .fa,
#header-carousel.owl-theme .owl-nav .owl-prev .fa {
	width:100%;
}
#header-carousel.owl-theme .owl-dots {
    z-index: 3;
    position: absolute;
    display: grid;
    align-items: center;
    grid-auto-flow: column;
	left:0;
	right:0;
	bottom:0;
	top:auto;
}
#header-carousel.owl-theme .owl-dots .owl-dot {
	display:block;
}
#header-carousel.owl-theme .owl-dots .owl-dot span {
	display:block;
	border-radius:0;
	width:100%;
	height:6px;
	margin:0;
	transition:height 200ms, background 200ms;
}
#header-carousel.owl-theme .owl-dots:hover .owl-dot span {
	height:22px;
	border-radius:5px 5px 0 0;
}
#header-carousel.owl-theme .owl-dots .owl-dot.active span {
		background:#973131;
}
#header-carousel.owl-theme .owl-dots .owl-dot:hover span {
		background:#b35959;
}

#header-carousel .owl-stage-outer,
#header-carousel .owl-stage{
	height:40vw;	
}
.article-content {
	color:#000;
	line-height:1.2em;
}
.article-content p {
	text-indent:2em;
	margin-bottom:.3em;
	color:#000;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	margin:1em 0 .4em 0;
	color:#644848;
}
.article-head-image {
	background-size:cover;
	background-position:50% 50%;
	width:100%;
	height:300px;
	margin:40px 0 15px 0;
}
.hot {
	background:#def;
	background: url(../images/bg/texture-1.png) repeat fixed ;
	color:#fff;
}
.hot h2{
	color:#fff;
}
.index-all .tick,
.hot .tick {
	padding:15px;
	border-radius:3px;
	margin-bottom:10px;
	background:#f8f8f8;
	background:linear-gradient(-60deg, #f5efeb 0%, #f0f0f0 84%, #973131 84%, #b88 100%);
}
@media screen and (max-w: 767px) {
	.index-all .tick,
	.hot .tick {
		min-height:185px;
	}
}
.index-all .tick.lotion-item,
.hot .tick.lotion-item {
	background:linear-gradient(-60deg, #f5efeb 0%, #f0f0f0 84%, #9b7 84%, #baed87 100%);
}
.index-all .tick.caps-item,
.hot .tick.caps-item {
	background:linear-gradient(-60deg, #f5efeb 0%, #f0f0f0 84%, #8c7c62 84%, #aa7 100%);
}
.intro {
		background:#def;
		background: url(../images/bg/texture-1.png) repeat fixed ;
		padding:60px 0;
		font-family: 'Work Sans', sans-serif;
}
.intro h1.tagline {
	color:#fff;
	font-weight:900;
	text-shadow:2px 2px #0003;
	font-size:60px;
	text-align:center;
}
.intro .h-sep {
	background:#feb;
	height:8px;
	width:54px;
	margin:15px auto;
}
.intro p.greetings {
	max-width:600px;
	color:#feb;
	font-size:18px;
	line-height:1.2em;
	text-indent:4ch;
	margin:0 auto;
	text-align:justify;
}
.showcase {
	display:grid;
	align-items:center;
	width:100%;
	min-height:280px;
	justify-items:center;
}
.intro .showcase {
	justify-items:end;
	min-height:280px;
}
.intro button.btn-cart.welcome-medi-shop {
	margin:15px auto;
	display:block;
}
.tick {
	padding-left:15px;
	padding-right:15px;
}
#bar-info {
	padding:0;
}
#bar-info.owl-carousel .owl-item .hero {
	display:grid;
	justify-items:center;
	height:fit-content;
}
#bar-info.owl-carousel .owl-item .hero img {
	max-height:220px;
	width:auto;
}
.hot {
	padding:40px 0;
}
#bar-info.owl-carousel div{
	height:240px;
}
.info .btn-cart{
	width:140px;
}
.info .btn-info{
	width:140px;
}
.headline {
	padding:30px 0;
}
.headline h6 {
	text-align:center;
	margin:5px 0 15px 0;
}
.headline .attribute {
	display:block;
	width:64%;
	padding-top:64%;
	margin:0 auto;
	border-radius:100%;
	background:#bbb;
}
.pointers .attribute {
	display:block;
	width:100%;
	padding-top:100%;
	margin:0 auto;
	border-radius:100%;
	background:#bbb;
}
.navbar {
	min-height:66px;
}
@media screen and (max-width: 991px) {
	.welcome-hero {
		padding-top:66px;
	}
	#header-carousel {
	}
}
.header-carousel-frame {
	height:40vw;
	width:100%;
	padding:0 0 6px 0;
	clear:both;
	pointer-events:none;
	overflow:hidden;
}
.mas-head {
	padding:142px 0;
	background-position:center;
	background-size:cover;
}
.mas-head h1 {
	text-align:center;
	color:#fff;
	text-shadow:1px 1px #0004;
	font-weight:900;
	font-size:54px;
	font-family: 'Work Sans', sans-serif;
}
.intro-about p {
	text-indent:2em;
	line-height:1.6em;
	margin-bottom:.4em;
}
a.more-link:hover,
a.more-link {
	float:right;
	color:#1aabff;
	display:block;
	font-size:14px;
}
a.more-link .fa.fa-angle-right {
	text-align:right;
	width:.4em;
}
.item a.storefront {
	display:grid;
	justify-items:center;
	align-items:center;
}
.item a.storefront img {
	max-height:100%;
	filter: grayscale(100%);
	transform:scale(.875,.875);
	opacity:.6;
	transition:filter 375ms, transform 375ms;
}
.item a.storefront:hover img {
	filter: grayscale(0);
	opacity:1;
	transform:scale(1,1);
}
.item-carfix .owl-stage {
	display: grid;
    grid-auto-flow: column;
    grid-template-rows: 100%;
	
}
.item-carfix .owl-stage .empty {
	display:grid;
	height:100%;
	padding-bottom:0;
	width:100%;
	height:100%;
	background:#fbfbfb;
}
.grid-item:active,
.grid-item:hover,
.grid-item {
	display:grid;
	align-items:center;
	justify-items:center;
}
.grid-item.center-aligning {
	align-items:center;
	justify-items:center;
}
.cat-home {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	justify-items:center;
	align-items:start;
	grid-gap:15px;
}
.cat-home > .item {
	background:#f0f0f0;
	padding:15px;
	width:100%;
	height:100%;
	display:grid;
	grid-template-rows: auto 1fr;
}
.preview-some {
	padding:4px;
	grid-gap:4px;
	display:grid;
	grid-auto-flow:column;
	grid-template-columns:33.333% 33.333% 33.333%;
	grid-template-rows: auto;
}
.preview-some .item {
	background:#fff;
	height:0;
	width:94%;
	padding:94% 0 0 0;
	border-radius:100%;
	position:relative;
	overflow:hidden;
}
.preview-some .item img {
	width:auto;
	height:auto;
	max-height:87.5%;
	max-width:87.5%;
	width:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
@media (max-width: 991px) {
	.cat-home,
	.preview-some {
		grid-template-columns:50% 50%;
	}
	.preview-some .item:nth-child(n+3) {
		display:none;
	}
}
@media (max-width: 767px) {
	.cat-home {
		grid-template-columns:100%;
	}
	.preview-some {
		grid-template-columns:33.333% 33.333% 33.333%;
	}
	.preview-some .item:last-child {
		display:block;
	}
}
.item.empty {
	background:none;
}
.buytoggle {
	display:none;
}
.buytoggle.open {
	display:block;
}
a.btn-storefront {
	height:84px;
	width:114px;
	display:block;
	float:left;
	padding:2px 7px;
	background:#fff;
	border-radius:13px;
	margin:0 5px 5px 0;
}
a.btn-storefront img {
}
section.section-detail {
	padding:20px 0;
}
table {
	text-transform:none;
}
.ingredient table {
	margin-bottom:5px;
	width:100%;
	border:1px solid #888;
}
.ingredient thead {
	font-weight:800;
	text-transform:capitalize;
}
.ingredient thead tr {
	background:#f0f0f0;
}
.ingredient thead tr th {
	text-align:center;
}
.ingredient tr {
	background:#fff;
}
.ingredient tr:first-child {
}
.ingredient tr:nth-child(2n) {
	background:#e8e8e8;
}
.ingredient tbody tr td {
	text-align:right;
}
.ingredient tbody tr td:first-child[colspan],
.ingredient tbody tr td:nth-child(2) {
	text-align:left;
	width:100%;
}
.ingredient tbody tr td:first-child[colspan] ~ td {
	text-align:right	
}
.ingredient tbody tr td:nth-last-child(3) ~ td {
	width:auto;	
}
.ingredient th,
.ingredient td {
	padding:.4em .6em;
}
.benefit ul li,
.ingredient ul li {
	list-style:disc;
}
.benefit ul,
.ingredient ul {
	padding:0 0 0 1.125em;
	display:grid;
	grid-template-columns:auto;
}
.ingredient ul {
	display:grid;
	grid-template-columns: 50% auto;
}
@media screen and (max-width: 1024px){ 
	.single-welcome-hero {
		height:auto!important;
	}
}
@media screen and (max-width: 767px) {
	.single-welcome-hero {
		height:auto!important;
		background: transparent;
		padding:0;
	}
	.ingredient ul {
		grid-template-columns:auto;
	}
}
#navbar-menu > ul.nav.navbar-nav,
#nav > ul.nav.navbar-nav {
	display:flex;
}
.sticked #navbar-menu > ul.nav.navbar-nav li,
.sticked #nav > ul.nav.navbar-nav li {
	height:66px;
	transition:height 200ms;
}
#navbar-menu > ul.nav.navbar-nav li,
#nav > ul.nav.navbar-nav li {	
	display:grid;
	width:16ch;
	text-align:center;
	align-items:center;
	height:108px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a,
nav.navbar.bootsnav ul.nav > li > a {
	line-height:1.2em;
	padding:0;
}
@media (max-width: 991px) {
	#navbar-menu > ul.nav.navbar-nav,
	#nav > ul.nav.navbar-nav {
		display:block;
	}
	nav.navbar.bootsnav ul.nav > li,
	.sticked #nav > ul.nav.navbar-nav li,
	.sticked #navbar-menu > ul.nav.navbar-nav li,
	#navbar-menu > ul.nav.navbar-nav li,
	#nav > ul.nav.navbar-nav li {	
		height:66px;
		text-align:left;
	}
}
nav.navbar.bootsnav ul.nav > li > a.active {
	color:#973131;
}
.feature-content .row .tick {
	padding:10px;
	background:#f8f8f8;
	/*background:linear-gradient(60deg, #f5efeb 0%, #f0f0f0 70%, #973131 70%, #b88 100%);*/
	background:linear-gradient(60deg, #f5efeb 0%, #f0f0f0 70%, #d8d8d8 70%, #fff 100%);
	margin:0 0 15px 0;
}

	.storefronts {
		display:flex;
		overflow-x:scroll;
		white-space:nowrap;
		max-width:1170px;
		margin:0 auto;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
		padding:20px 0;
	}
	.storefronts:not(:hover){
		/*scroll-snap-type: x mandatory;*/
	}
	.storefronts::-webkit-scrollbar { height: 0 !important }
	.storefronts .storefront img {
		max-height:160px;
		filter: grayscale(100%);
		transform:scale(.75,.75);
		transition:filter 300ms, transform 300ms;
	}
	.storefronts a {
		display:contents;
	}
	.storefronts .storefront:hover img {
		filter: grayscale(0);
		transform:scale(1,1);
	}
	.storefronts .storefront {
		width:300px;
		scroll-snap-align: center;	
		display:grid;
		align-items:center;
		justify-content:center;
	}
	@media screen and (max-width: 991px) {
		.storefronts .storefront{
			width:33.333vw;
		}	
	}
	@media screen and (max-width: 767px) {
		.storefronts .storefront{
			width:50vw;
		}
		.storefronts .storefront img {
			filter: none!important;
		}
	}
	.dragstart a {pointer-events: none!important;}

#pjax-gridview {
	display:flex;
	flex-direction:row;
	white-space:wrap;
	flex-wrap:wrap;
}
.cat-home > .tick .cat-img {
	display:block;
	width:100%;
}
.cat-home > .tick .cat-img > img{
	display:block;
	max-height:200px;
	max-width:80%;
	margin:auto;
}

.cat-product .item {
	display:block;
	clear:both;
	width:100%;
	background: rgb(219,231,237);
	background: linear-gradient(135deg, rgba(219,231,237,1) 0%, rgba(255,255,255,1) 27%, rgba(218,231,226,1) 72%, rgba(151,49,49,1) 72%, rgba(70,8,8,1) 100%);
	margin-bottom:24px;
	border-radius:23px;
	height:400px;
	position:relative;
	box-shadow:2px 2px 15px 3px #0001;
}
.cat-product .item > img {
    position: absolute;
    left: 65%;
    height: 86%;
    top: 7%;
}
.cat-product .item > a {
	position:absolute;
	top:0;
	left:0;
	width:60%;
	display:block;
	padding:45px;
}
.cat-product .item > a button {
	display:block;
	border:0;
	background:#973131;
	color:#fff;
	padding:7px 13px;
	font-size:14px;
	border-radius:7px;
	box-shadow: 1px -7px 20px -2px rgba(0,0,0,0.25) inset;
	-webkit-box-shadow: 1px -7px 20px -2px rgba(0,0,0,0.25) inset;
	-moz-box-shadow: 1px -7px 20px -2px rgba(0,0,0,0.25) inset;
	margin:1em 0 0 0;
}
@media (max-width: 1199px) {
	.cat-product .item > img {
		left: 50%;
		height: 80%;
		top: 10%;
	}
}
@media (max-width: 767px) {
	.cat-product .item {
		border-radius:0;
		height:50vw;
		box-shadow:none;
	} 
	.cat-product .item > img {
		left: 60vw;
		height: 84%;
		top: 8%;
	}
	.cat-product .item > a {
		padding:30px;
	}
	.cat-product .item  h3 {
		font-size:5vw;
	}
}
.store-list {
	margin:15px 0 0 0;
}
.store-list a {
	padding:5px 7px;
	background:none;
	border-radius:2px;
	border:5px solid #d3caca
}