body, html {
    width: 100%;
    position: relative;
    overflow-x: hidden;
}
.homeCategoriesItem {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.homeCategoriesItem li {
    display: inline-block;
    width: 24.625%;
    margin-right: 0.5%;
}
.homeCategoriesItem li:last-child {
    margin: 0px;
}

.homeCategoriesItem img {
    width: 100%;
    transform: scale(1);
    box-shadow: none;
    transition: all .3s;
}
.homeCategoriesItem img:hover {
    transform: scale(1.02);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .4);
}
.homeSlider {
    position: relative;
}
.topnavHolder {
    background: rgba(45,48,63, 0.8);
    position: relative;
    z-index: 2;
}
.homeFeaturedProductsHeader {
    background: #000000;
}
.homeFeaturedProductsHeader ul {
    width: 460px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.homeFeaturedProductsHeader li {
    color: #8b8b8b;
    font-size: 24px;
    display: inline-block;
    padding: 35px 25px;
    cursor: pointer;
    font-family: 'jostMedium';
    width: 33.333333%;
    text-align: center;
}
.homeFeaturedProductsHeader li:hover {
    color: #f36b3a;
}
.homeFeaturedProductsHeader li.active::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17.5px 11px 17.5px;
    border-color: transparent transparent #ffffff transparent;
}
.homeFeaturedProductsHeader li.active {
    color: #f36b3a;
}
.cms-index-index .homeFeaturedProductsItems {
    background: #ffffff;
    position: relative;
    height: auto !important;
}
.homeFeaturedProductsItems ul {
    position: absolute;
    top: -9999px;
}
.homeFeaturedProductsItems li {
    padding: 25px 0 30px;
}
.homeFeaturedProductsItemsInner {
    border-right: solid 1px #dfe2e7;
    padding: 12px 35px 0;
    position: relative;
}
.homeFeaturedProductsItemsInner p {
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #2d303f;
    margin-top: 25px;
    text-transform: uppercase;
}
.homeFeaturedProductsItemsInner .oldPrice .price {
    color: #1f2734;
    font-size: 16px;
    font-family: 'jost';
    text-decoration: line-through;
    display: block;
    text-align: center;
    margin-top: 25px;
}
.homeFeaturedProductsItemsInner .price {
    color: #ff0909;
    font-size: 24px;
    font-family: 'jostMedium';
    display: block;
    text-align: center;
}
.homeFeaturedProductsItemsInner a {
    color: #2d303f;
    font-size: 12px;
    border: solid 1px #96979f;
    border-radius: 17px;
    display: block;
    text-align: center;
    padding: 7px 0px 5px;
    margin: 20px auto 0;
    width: 126px;
    font-family: 'jostMedium';
}
.homeFeaturedProductsItemsInner a:hover {
    background: #000000;
    color: #f36b3a;
}
.homeFeaturedProductsItemsInner .stickerAction {
    color: #ffffff;
    font-size: 16px;
    background: #ff0909;
    position: absolute;
    right: 20px;
    display: block;
    padding: 1px 10px;
    top: 0px;
    font-family: 'jostBlack';
}
.homeFeaturedProductsItems .owl-carousel {
    opacity: 0;
}
.homeFeaturedProductsItems .owl-carousel.active {
    opacity: 1;
    top: 0px;
    position: relative;
}
.homeFeaturedProductsItems .products {
    margin: 0;
}
}
.owl-nav {
    z-index: 1000;
}
.productNameHolder {
    overflow: hidden;
    height: 85px;
}
.homeBannersMiddle {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.homeBannersMiddle a {
    width: 49.5%;
    font-size: 0;
}
.homeBannersMiddle a:first-child {
    margin-right: 1%;
}
.homePosts {
    margin-top: 10px;
}
.homePostsInner {
    background: #ffffff;
    padding: 40px 0 50px;
}
.homePostItems {
    text-align: center;
}
.homePostHeader p, .homeBrandsInner p {
    font-size: 24px;
    text-align: center;
    background: url(images/blogBottomLine.png) no-repeat center bottom;
    padding-bottom: 10px;
    color: #2d303f;
    margin-bottom: 35px;
    font-family: 'jostMedium'
}
.homePostItems ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}
.homePostItems ul li {
    width: 24.625%;
    margin-right: 0.5%;
    position: relative;
}
.homePostItems ul li a{
    display: block;
}
.homePostItems ul li a img{
    width: 100%;
}
.homePostItems ul li:nth-child(4){
    margin-right: 0px;
}
.homePostItemDate {
    background: #f36b3a;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    padding: 2px 15px 13px 15px;
}
.homePostItemDateDay {
    font-size: 28px;
    font-family: 'jostMedium';
    display: block;
    line-height: 41px;
}
.homePostItemDateMonth {
    font-size: 11px;
    font-family: 'jostMedium';
    text-transform: uppercase;
    display: block;
    line-height: 0;
}
.homePostItems li h2 {
    text-align: center;
    font-size: 20px;
    color: #2d303f;
    text-transform: uppercase;
    height: 40px;
    overflow: hidden;
}
.homePostItems li h2 a {
    color: #2d303f;
    font-family: 'jostMedium', sans-serif;
    line-height: 20px;
}
.homePostItemShortDesc {
    text-align: center;
    color: #70737d;
    font-size: 16px;
}
.homePostItemShortDesc p {
    font-family: 'Open Sans' !important;
}
.homePostItemShortDesc {
    overflow: hidden;
    height: 60px;
    padding: 0px 15px;
}
.hompePostItemReadMore {
    color: #2d303f;
    font-size: 12px;
    border: solid 1px #96979f;
    border-radius: 17px;
    display: block;
    text-align: center;
    padding: 7px 0px 5px;
    margin: 20px auto 0;
    width: 126px;
    font-family: 'jostMedium'
}
.hompePostItemReadMore:hover {
    background: #f36b3a;
    color: #ffffff;
    border-color: #f36b3a;
}
.homeFeaturedBrandsInstagram {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /*display: none;*/
}
.homeFeaturedBrands, .homeInstagram {
    background: #ffffff;
    width: 49.5%;
    vertical-align: top;
}
.homeFeaturedBrands{
    margin-right: 1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.homeInstagram {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.homeFeaturedBrands div {
    display: inline-block;
    vertical-align: top;
}
.homeFeaturedBrandsList {
    width: 42%;
}
.homeFeaturedBrandsImage {
    width: 58%;
    height: 100%;
}
.homeFeaturedBrandsImage img {
/*    width: 100%;
    height: 100%;*/
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.homeInstagramImage img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.homeFeaturedBrandsList h2 {
    font-family: 'jostMedium', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #2d303f;
    margin: 20px 0px;
    padding: 0px 20px;
}
.homeFeaturedBrandsList li {
    /*background: url(images/homeFeaturedBrandsLine.png) no-repeat center bottom;*/
    text-align: center;
    padding: 8px 55px;
}
.homeFeaturedBrandsList li img {
    filter: grayscale(100%);
    opacity: 0.3;

}
.homeFeaturedBrandsList li.active img {
    filter: unset;
    opacity: 1;
}
.homeFeaturedBrandsList li:hover img {
    filter: unset;
    opacity: 1;
}
.homeFeaturedBrandsList li:hover {
    cursor: pointer;
}
.homeInstagramTitle, .homeInstagramImage {
    display: inline-block;
    vertical-align: middle;
}
.homeInstagramTitle {
    width: 42%;
    text-align: center;
}
.homeInstagramTitle p {
    text-align: center;
    font-size: 16px;
    color: #2d303f;
    margin: 0;
}
.homeInstagramTitle p a {
    font-family: 'jostMedium';
}
.homeInstagramTitle a:hover {
    text-decoration: underline;
}
.homeInstagramTitle img {
    display: block;
    margin: 0 auto 20px;
}
.homeInstagramTitle .home-instagram-btn {
    display: inline-block;
    background-color: #00cb56;
    color: #fff;
    text-transform: uppercase;
    font-family: 'jost', sans-serif;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 25px;
    margin-top: 30px;
}
.homeInstagramTitle .home-instagram-btn:hover {
    text-decoration: none;
}
.homeInstagramImage {
    width: 58%;
    height: 100%;
}
.homeBrands {
    margin-top: 10px;
}
.homeBrandsInner {
    background: #ffffff;
    padding: 40px 0 50px;
}
.homeBrandsItems {
    width: 90%;
    text-align: center;
    margin: auto;
}
.homeBrandsItems img {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px;
    filter: grayscale(100%);
    opacity: 0.3;
}
.homeBrandsItems img:hover {
    filter: unset;
    opacity: 1;
}
/*.owl-prev {
    width: 48px;
    height: 49px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: -24px;
    display: block !important;
    background: url(images/owlArrowLeft.png) no-repeat !important;
    box-shadow: none !important;
}*/
/*.owl-next {
    width: 48px;
    height: 49px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: -24px;
    display: block !important;
    background: url(images/owlArrowRight.png)  no-repeat !important;
    box-shadow: none !important;
}*/
/*.owl-prev i, .owl-next i {
    transform : scale(1,6);
    color: #ccc;
}
#home_slider_container {
    position: relative;
    top: -160px;
    left: 0px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: -150px;
}
.featuredAction.owl-carousel .owl-nav.disabled {
    display: block;
}
[data-u="slides"] {
    width:100%;
    height:600px;
    overflow: hidden;
}
[data-u="arrowleft"] {
    top:0px;
    left:25px;
}
[data-u="arrowright"] {
    top:0px;
    right:25px;
}*/
.jssora051 {
    display:block;
    position:absolute;
    cursor:pointer;
    width:55px;
    height:55px;
}
.jssora051 .a {
    fill:none;
    stroke:#fff;
    stroke-width:360;
    stroke-miterlimit:10;
}
.jssora051:hover {
    opacity:.8;
}
.jssora051.jssora051dn {
    opacity:.5;
}
.jssora051.jssora051ds {
    opacity:.3;
    pointer-events:none;
}
.jssora051 svg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.page-footer {
    margin-top: -40px;
    margin-top: 10px;
}
.swatch-option.text {
	min-height: 30px;
}
.panel.wrapper,
.header.content,
.topnavNavigationHolder{
	width: 100%;
    padding-left: 90px;
    padding-right: 90px;
    max-width: 100%;
    margin: 0px;
}
#maincontent{
	padding: 0px 90px;
	width: 100%;
}
#banner-slider-carousel {
    margin: 0px;
    position: relative;
    margin-top: -160px;
}
.homeSliderMobile{
	display: none;
}
.homeCategories{
	margin-top: 10px;
}
.page-header{
	position: relative;
	z-index: 3;
}
.carousel-container{
	position: relative;
}
.headerSticky .navigation .level0 .submenu{
    /*top: 75px!important;*/
}
@media (max-width: 768px) {
    #mageplaza-bannerslider-block-before-page-top-3 {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .homeFeaturedBrandsList li {
        padding: 5px 65px;
    }
}
@media (min-width: 1201px) and (max-width: 1300px) {
        .homeFeaturedBrandsList li {
            padding: 5px 80px;
    }
}
@media (min-width: 1301px) and (max-width: 1400px) {
        .homeFeaturedBrandsList li {
            padding: 6px 90px;
    }
}
@media (min-width: 1401px) and (max-width: 1500px) {
        .homeFeaturedBrandsList li {
            padding: 4px 70px;
    }
}
