.Home-main{
    width:100%;
    border-radius:2px;
   padding-top: 100%;
    position:relative;
}
.Home-main img{
  position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   font-size: 20px;
   color: white;
   width:100%;
}
.Home-main span{
    width: 100%;
    font-weight: 400;
    line-height: 40PX;
    font-family: Fjalla One,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 26px;
    float: left;
    position: absolute;
    bottom: 9px;
    left:0;
    padding: 0 0 0 14px;
    z-index: 7;
}
.Home-main span a{
    color:#fff;
}
.Home-main span a:after{
   display:none;
}
.Home-main a:after {
    content: "";
    position: absolute;
    display: block;
    height:100%;
    width:100%;
    background: rgba(0,0,0,.04) linear-gradient(transparent,transparent 45%,#000);
    right: 0;
    z-index: 2;
    left: 0;
    bottom: 0px;
    padding: 0;
    margin: 0 auto;

}
.thumb-Home{
    width: 48%;
    float: left;
    margin: 0 0 19px 0;
    border-radius:2px;
    position:relative;
     padding-top:48%; /* 1:1 Aspect Ratio */
}
.thumb-Home:nth-child(even) { 
   float:right;   
}
.thumb-Home img{
    width:100%;
   position: absolute;
   top: 0;
  left:0;
  right:0;
}
.adsAdvert{
    font-size:11px;
}
.thumb-Home span{
     width: 100%;
    font-weight: 400;
    line-height: 27px;
    font-family: Fjalla One,sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    float: left;
    position: absolute;
    left:0;    
    bottom: 0px;
    z-index: 999;
    padding:0 0 11px 8px;
}

.thumb-Home span a{
    color:#fff;
}
.thumb-Home span a:after {
    display:none;
}
 
.thumb-Home span:after {display:none;}
.thumb-Home span a:after {display:none;}
.thumb-Home div{
    width:100%;
    float:left;
}
.thumb-Home :after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.04) linear-gradient(transparent,transparent 45%,#000);
    right: 0;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0 auto;
}
.Divider{
    width:100%;
}
.only-line h3 a{
       float: right;
    font-size: 15px;
    letter-spacing: 1px;
}
.only-line h3 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: 54px;
    margin-top: 0;
    margin-bottom:28px;
    font-size: 22px;
    color: #2a2a2a;
    text-transform: uppercase;
}
span.bordered {
    display: inline-block;
    position: relative;
}
span.line-red:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 81px;
    border-bottom: 2px solid #ff3934;
}
.News{
    width:100%;
    height:299px;
    position:relative;
}
.News img{
width:100%;
height:100%;
}
.News p{
    font-size: 13px;
    margin: 0 0 0 15px;
    position: absolute;
    bottom:2px;
    z-index: 9;
    color: #fff;
}
.News span{
 width: 100%;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    float: left;
    position: absolute;
    bottom: 28px;
    padding: 0 0 0 14px;
    z-index: 9;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 53px;
    left: 0;
}
.News span a{
    color:#fff;
}
.News span a:after{
   display:none;
}
.News p a:after {
  display:none;
}
.News a:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.04) linear-gradient(transparent,transparent 45%,#000);
    right: 0;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0 auto;
}
.trending {
float: left;
margin: 24px 0 22px 0;
width: 100%;
}
.trending ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.trending ul li p{
    font-size:13px;
    margin: 12px 0 0 0;
}
.trending ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eeeded;
    margin: 0 0 22px;
    padding: 0 0 11px;
    list-style: none;
    cursor: pointer;
}
.trending ul li:nth-child(4) {
  border-bottom:none;
  margin:0;
  padding:0;
}
.Search-product {
    width: 89px;
    height: 95px;
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
}
.Search-product img {
    width: 100%;
    height: 100%;
}
.product-desc {
    color: #2a2a2a;
    font-size: 15.5px;
    display: block;
    line-height: 22px;
    margin: 0 0 7px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 62px;
}
.Review-wrap{
    width: 100%;
    float: left;
    background: #1b1b1b;
    margin:19px 0 15px 0;
}
.Review-wrap .only-line h3 a{
       float: right;
    font-size: 13px;
    letter-spacing: 1px;
    color:#e4e4e4;
}
.Review-wrap .only-line h3 {
    display: inline-block;
    width: 94%;
    border-bottom: 1px solid #737171;
    position: relative;
    line-height: 54px;
    margin-top:4px;
    margin-bottom: 17px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 3%;
}
.Review-wrap span.bordered {
    display: inline-block;
    position: relative;
}
.Review-wrap span.line-red:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 81px;
    border-bottom: 2px solid #ff3934;
}
.Review-wrap .carousel{
    width:94%;
    margin:0 0 0 3%;
}
.Review-wrap .cardimg{
    float:left;
    width:100%;
    position:relative;
   padding-top: 100%; /* 1:1 Aspect Ratio */
    margin: 0 0 13px 0;
}
.Review-wrap .cardimg img{
    width:100%;
    position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}
.Review-wrap .Read-text{
   float:left;
   width:100%;
   margin-bottom:11px;
}
.Review-wrap .Read-text span{
      font-size:13px;
    margin: 12px 0 0 0;
    color: #ccc;
}
.Review-wrap .Read-text p{
color: #fff;
    font-size: 18px;
    margin-bottom:12px;
    font-weight: 500;
    height: 49px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 28px;
}
.Review-wrap .controls-top {
    float: left;
    padding: 1px 8px 0px 8px;
    border: 1px solid #6b6b6b;
    border-radius: 2px;
    width: 65px;
    text-align: center;
    margin: 0 0 18px 0;
 }
 .Review-wrap .controls-top a{
    color:#6b6b6b;
 }
 .Features{
    width:100%;
    float:left;
 }
 .List-home{
    float:left;
    width:100%
 }
 .List-home span{
    font-size: 17px;
    margin-bottom:3px;
    font-weight: 500;
    height:50px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform:uppercase;
    line-height: 25px;
    color: #333;
    float: left;
}
.List-home p{
    font-size: 13px;
    margin: 5px 0 13px 0;
    float: left;
    width: 100%;
}
.List-home-mage{
    float: left;
    width: 100%;
    padding-top:100%; /* 1:1 Aspect Ratio */
    margin: 0 0 17px 0;
    position:relative;
  
}
.List-home-mage img{
width:100%;
  position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
  border: 1px solid #ddd; 
}
.Video-wrap .List-home-mage {
    float: left;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    margin: 0 0 17px 0;
    position: relative;
}
.Thumb-bottom{
width: 100%;
    border-top: 1px solid #ddd;
    float: left;
    padding-top: 22px;
}
.Thumb-bottom .Search-product {
width: 100px;
    height: 100px;
    float: left;
    margin-bottom: 12px;
    margin-right: 12px;
    border: 1px solid #ddd;
}
.Thumb-bottom .Search-product img{
    width:100%;
    height:100%;
}
.Thumb-bottom .product-desc {
    color: #2a2a2a;
    font-size: 15.5px;
    display: block;
    line-height: 22px;
    margin: -5px 0 11px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 62px;
}
.Thumb-bottom p {
font-size: 13px;
    margin: 10px 0 0 0;
    width: fit-content;
}
.stay-social{
    width:100%;
    float:left;
}
.stay-social ul{
    width:100%;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
}
.stay-social ul li{
    width:25%;
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}
.stay-social ul li a{
    width: 56px;
    height: 56px;
    text-align: center;
    color: #fff;
    border-radius: 86px;
    display: inline-grid;
    float: left;
    font-size: 25px;
}
.stay-social ul li .fa-facebook {
    background-color: #448ae9;  
    border-radius: 32px;
    line-height:55px;
}
.stay-social ul li .fa-twitter {
    background-color:#1ca1f2;
    border-radius: 32px;
    line-height:55px;
}
.stay-social ul li .fa-instagram {
    background-color: #e12c61;
    background: linear-gradient(158deg,#863fa6 22%,#e12c61 50%,#f46f46 80%);
    border-radius: 32px;
    line-height:55px;
}
.stay-social ul li .fa-youtube {
    background-color:#f1563e;
    border-radius: 32px;
    line-height:55px;
}
.Hubs{
    width:100%;
    float:left;    
    margin: 33px 0 0 0;
}
.Hubs .cardimg{
    width:100%;
    height:124px;
}
.Hubs .cardimg img{
    width:100%;
    height:100%
}

.Hubs .controls-top {
    float: left;
    padding: 1px 8px 0px 8px;
    border: 1px solid #dedede;
    border-radius: 2px;
    width: 65px;
    text-align: center;
    margin: 24px 0 28px 0;
    box-shadow: 1px 4px 16px 0 #ccc;
}
.Hubs .controls-top a {
    color: #dedede;
}
.black-line h3 {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: 54px;
    margin-top: 0;
    margin-bottom:14px;
    font-size: 22px;
    color: #2a2a2a;
    text-transform: uppercase;
}
span.bordered {
    display: inline-block;
    position: relative;
}
span.line-black:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 81px;
    border-bottom: 2px solid #000;
}
.Right-block-add {
    float: left;
    width: 100%;
    text-align: center;
}
.Right-block-add img {
    width: 100%;
}
.Listbrand {
    float: left;
    width: 100%;
    margin:28px 0 20px 0;
}
ul.sidebar-list {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    font-size: 24px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
ul.sidebar-list li {
    float: left;
    display: inline-block;
    width: 100%;
}
ul.sidebar-list li a {
    font-size: 16px;
    padding: 7px 0;
    color: #555;
    font-weight: 300;
    line-height: 24px;
    display: inline-block;
}
.Full-page{
    width:100%;
    margin:18px 0 18px 0;
    float: left;
}
.Full-page .cardimg{
    width:100%;
   margin:0;
}
.Full-page .cardimg img{
    width:100%;
}
.Full-page .cardimg a:after {
    content: "";
    position: absolute;
    display: block;
    height: 91%;
    width: 91%;
    background: rgba(0,0,0,.04) linear-gradient(transparent,transparent 45%,#000);
    right: 0;
    z-index: 2;
    left: 0;
    bottom:0px;
    padding: 0;
    margin: 0 auto;
}
.Full-page .Read-text{
    position:absolute;
    bottom:37px;
    color:#fff;
    z-index: 9;
}
.Full-page .Read-text p{
    width: 100%;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    float: left;
    padding: 0 0 0 14px;
    z-index:9;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 53px;
}
.Full-page .controls-top{
     position: absolute;
    bottom:-2px;
    width: 414px;
    height: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}
.Full-page .controls-top .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    background-clip: padding-box;
    border-top: none;
    border-bottom: none;
    border-radius: 131px;
    /* opacity: .5; */
    transition: opacity .6s ease;
}
.Video-wrap{
    width:100%;
}

.Video-wrap .List-home-mage:after {
    content: "\f01d";
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    left: 43%;
    color: #fff;
    font-size: 48px;
    float: left;
    z-index: 9;
    margin: 0;
    font-weight: 400;
    opacity: 0.76;
    bottom:42%;

}
.Video-wrap .List-home {
    float: left;
    width: 100%;
    margin-bottom:5px;
}
.Gallery-bottom{
    width:100%;
    margin:3px 0 0 0;
}
.Gallery-bottom .cardimg{
    width:100%;
    height:auto;
    border: 1px solid #9e9e9e;
}
.Gallery-bottom .cardimg img{
    width:100%;
    height:100%;
}
.Gallery-bottom .Read-text p{
color: #000;
    font-size: 17px;
    margin-bottom:7px;
    font-weight: 400;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    margin-top: 15px;
    text-transform:uppercase;
}
.Gallery-bottom .Read-text span{
  font-size:14px;
}
.Gallery-bottom .controls-top{
      float: left;
    padding: 1px 8px 0px 8px;
    border: 1px solid #dedede;
    border-radius: 2px;
    width: 65px;
    text-align: center;
    margin: 24px 0 28px 0;
    box-shadow: 1px 4px 16px 0 #ccc;
}
.Gallery-bottom .controls-top a {
    color: #dedede;
}
.Gallery-bottom .News-crousel {
    width:100%;
    float: left;
    margin-bottom:81px;
    padding:0;
}
.Gallery-bottom .News-crousel .slick-prev {
    width: 48px;
    height: 48px;
    border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top:324px;
    left:-8px;
    font-size: 0;
}
.Gallery-bottom .News-crousel .slick-next {
    border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top:332px;
    left:25px;
    font-size: 0;
}
.Gallery-bottom .slick-prev:after {
    content: "\f104";
    margin: 0 0 0 10px;
    font-family: FontAwesome;
    float: left;
    padding-top: 0;
    font-size: 29px;
    color: #8c8c8c;
    font-weight: 700;
}
.Gallery-bottom .slick-next:after {
    content: "\f105";
    margin: 0 0 0 10px;
    font-family: FontAwesome;
    float: left;
    padding-top: 0;
    font-size: 29px;
    color: #8c8c8c;
    font-weight: 700;
}
.News-crousel {
    width: 97%;
    float: left;
    margin-bottom: 46px;
    padding: 0 0 0 3%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.News-crousel .slick-prev {
    width: 48px;
    height: 48px;
    border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top:309px;
    left:0px;
    font-size: 0;
}
.News-crousel .slick-next {
   border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top:317px;
    left: 34px;
    font-size: 0;
}

.News-crousel .slick-next:before {
    content: "";
    height: 21px;
    width: 1px;
    background: #6d6d6d;
    position: absolute;
    left: 4px;
    top: 6px;

}
.slick-prev:after {
    content: "\f104";
    margin: 0 0 0 10px;
    font-family: FontAwesome;
    float: left;
    padding-top: 0;
    font-size: 29px;
    color: #bfbfbf;
    font-weight: 700;
}
.slick-next:after {
    content: "\f105";
    margin: 0 0 0 10px;
    font-family: FontAwesome;
    float: left;
    padding-top: 0;
    font-size: 29px;
    color: #bfbfbf;
    font-weight: 700;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-slide {
    margin: 0 7px 0 0;
}
.slick-slide {
    display: none;
    float: left;
    height: 136px;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
    border:none
    padding: 10px;
}
.News-crousel .slick-slide {
    float: left;
    height: auto;
    min-height: 1px;
}
.News-crousel .slick-slide {
    margin: 0 8px 0 0;
}

@media only screen and (max-width: 600px) and (min-width: 0px){
.Home-main {
    width: 100%;
    margin-bottom:18px;
}
.thumb-Home span {
    width: 100%;
    font-weight: 400;
    line-height: 19px;
    font-family: Fjalla One,sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    float: left;
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 0 0 3px 8px;
}
.News p {
    font-size: 13px;
    margin: 0 0 0 15px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    color: #fff;
}
.News span {
width: 100%;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    float: left;
    position: absolute;
    bottom: 27px;
    padding: 0 0 0 14px;
    z-index: 9;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 53px;
    left: 0;
}
.Review-wrap .only-line h3 {
    display: inline-block;
    width: 94%;
    border-bottom: 1px solid #737171;
    position: relative;
    line-height: 54px;
    margin-top: 0;
    margin-bottom: 17px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 3%;
}
.Review-wrap .Read-text p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    height: 49px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 28px;
}
.List-home-mage {
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
}
.Hubs {
    width: 100%;
    float: left;
    margin: 4px 0 0 0;
}
.List-home p {
    font-size: 13px;
    margin: 0 0 13px 0;
    float: left;
    width:52%;
}
.Gallery-bottom .controls-top {
    float: left;
    padding: 1px 8px 0px 8px;
    border: 1px solid #dedede;
    border-radius: 2px;
    width: 65px;
    text-align: center;
    margin: 9px 0 9px 0;
    box-shadow: 1px 4px 16px 0 #ccc;
}
.Review-wrap {
    width: 100%;
    float: left;
    background: #3e3e3e;
    margin:1px 0 1px 0;
}
.thumb-Home {
    width: 48%;
    float: left;
    margin: 0 0 19px 0;
}
 
.News {
    width: 100%;
    height: 319px;
}
.Review-wrap .cardimg {
    float: left;
    width: 100%;
    margin: 0 0 13px 0;
}
.News-crousel .slick-prev {
    width: 48px;
    height: 48px;
    border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top:397px;
    left: 0px;
    font-size: 0;
}
.News-crousel .slick-next {
    border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top:404px;
    left: 34px;
    font-size: 0;
}
.Thumb-bottom {
    width: 100%;
    border-top: 1px solid #ddd;
    float: left;
    padding-top: 15px;
    margin-bottom: 0;
}
.Hubs .cardimg {
    width: 100%;
    height: 249px;
}
.List-home-mage {
    float: left;
    width: 100%;
    margin: 0 0 17px 0;
}
.List-home-mage:after {
content: "\f01d";
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    left: 0;
    color: #fff;
    font-size: 48px;
    float: none;
    z-index: 99999;
    margin: 0 auto;
    bottom: 0;
    font-weight: 400;
    opacity: 0.76;
    top: 48%;
    right: 0;
    width: 47px;
    height: 39px;
}
.Gallery-bottom .cardimg {
    width: 100%;
    height:auto;
    border: 1px solid #9e9e9e;
}
.Full-page .controls-top {
    position: absolute;
    bottom: -2px;
    width: 210px;
    height: 38px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
}
.Gallery-bottom .News-crousel .slick-prev {
    width: 48px;
    height: 48px;
    border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top: 419px;
    left: -12px;
    font-size: 0;
}


.Gallery-bottom .News-crousel .slick-next {
    border-radius: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    z-index: 999;
    position: absolute;
    top: 427px;
    left: 22px;
    font-size: 0;
}
.Gallery-bottom .News-crousel {
    width: 100%;
    float: left;
    margin-bottom: 46px;
    padding: 0;
}

}