
/*start slider*/
.home_slider {
    height: 480px;
}
/*.home_slider .slider {*/
/*    border-bottom-left-radius: 15px;*/
/*    border-bottom-right-radius: 15px;*/
/*}*/
.home_slider .slider .uk-panel .panel_bottom {
    bottom: 0;
}
.home_slider .slider .uk-panel .panel_bottom  .bg_overflow {
    background: #686868;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
    height: 73px;
}
.home_slider .slider .uk-panel .panel_bottom  .bg_overflow  .main_slider {
    width: 74%;
    height: 100%;
}
.home_slider .slider .uk-panel .panel_bottom  .bg_overflow  .product_category {
    width: 74%;
    height: 100%;
}
.home_slider .slider .uk-panel .panel_bottom  .bg_overflow  .product_category a {
    padding: 0 5px;
}
.home_slider .slider .uk-panel .panel_bottom  .bg_overflow  .product_category a:hover {
    background-color: #EB4600;
    transition: 0.3s ease-in all;
}
.home_slider .slider .uk-panel .panel_bottom h3 {
    font-size: 62px;
    font-weight: 700;
    color: var(--white);
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding-left: 34px;
}
.home_slider .slider .uk-panel .panel_bottom .product_rating ul li {
    margin-right: 4px;
}
.home_slider .slider .uk-panel .panel_bottom .bg_overflow .main_slider p {
    font-size: 22px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    font-weight: 700;
}
.home_slider .slider .uk-panel .panel_bottom .bg_overflow .product_category p {
    font-size: 22px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.home_slider .slider .uk-panel .panel_bottom .bg_overflow .product_category h6 {
    font-size: 22px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    font-weight: 700;
}

.home_slider .slider .uk-panel .panel_bottom .bg_overflow .product_category img {
    width: 24px;
    height: 24px;
    margin-right: 13px;
}
.home_slider .slider .uk-panel .panel_bottom .bg_overflow .product_category img.sharer {
    width: 40px;
    height: 40px;
    margin-left: 12px;
    margin-right: 0;
}
.home_slider .slider .uk-panel .panel_bottom .product_rating svg{
    width: 30px;
    height: 30px;
}
.home_slider .slider .uk-panel .panel_bottom .product_rating .active svg path {
    fill: var(--white);
    stroke: var(--white);
}
.home_slider .slider .uk-panel .panel_bottom .product_rating .number_rating {
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
.home_slider .slider .uk-panel .panel_left {
    width: 278px;
    right: 0;
    bottom: 73px;
    top: 0;
    padding: 0 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), linear-gradient(0deg, rgba(0, 0, 0, 0.6) -44.8%, rgba(255, 255, 255, 0) 100%);
}
.home_slider .slider .uk-panel .panel_left ul {
    margin-top: -5px;
}
/*.home_slider .slider .uk-panel .panel_left .info h4,*/
.home_slider .slider .uk-panel .panel_left .info p {
    font-weight: 700;
    color: var(--white);
    margin: 0;
}
/*.home_slider .slider .uk-panel .panel_left .info h4 {*/
/*    font-size: 34px;*/
/*}*/
.home_slider .slider .uk-panel .panel_left .info p {
    font-size: 18px;
}
.home_slider .slider .uk-panel .panel_left img{
    height: fit-content;
    margin-right: 18px;
}
.home_slider .slider .uk-panel .in_focus {
    left: 2%;
    top: 1%;
}
.home_slider .slider .uk-panel .in_focus svg{
    width: 240px;
    height: 80px;
    fill: #EB4600;
}
.home_slider .slider .uk-panel .in_focus p{
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    left: 35%;
    top: 50%;
    margin: 0;
}
.home_slider .slider .uk-panel .in_focus p img{
    height: 36px;
}

/*end slider*/

/*start popular model*/

.popular_models .info_product {
    margin: 18px 20px 20px 20px;
}
.popular_models .uk-slider-items > li {
    text-align: center;
}
.popular_models .uk-slider-items > li h3 {
    color: #2B254E;
    font-size: 18px;
    font-weight: 400;
    margin: 0 20px;
}
.popular_models .uk-slider-items .number_rating {
    color: var(--grayDark);
    /*color: var(--gray);*/
    font-size: 14px;
    font-weight: 700;
    margin: 5px 0 0 5px;
}
.popular_models .uk-slider-items .cst_svg {
    width: 24px;
    height: 24px;
}
.popular_models .uk-slider-items svg {
    width: 14px;
    height: 14px;
}
.popular_models .active svg path {
    fill: var(--orange);
    stroke: var(--orange);
}
.popular_models div[uk-slider] {
    margin: 0 80px;
}
.popular_models div[uk-slider] a[uk-slidenav-next],
.popular_models div[uk-slider] a[uk-slidenav-previous] {
    position: absolute;
    width: 68.51px;
    height: 124px;
    background: var(--grayBtn);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 33%;
    margin: 0;
    padding: 0;
}
.popular_models div[uk-slider] a[uk-slidenav-next] {
    right: 3%;
}
.popular_models div[uk-slider] a[uk-slidenav-previous] {
    left: 3%;
}
.popular_models div[uk-slider] a[uk-slidenav-next],
.popular_models div[uk-slider] a[uk-slidenav-previous] {
    top: 61%;
}
.popular_models div[uk-slider] a[uk-slidenav-next]  svg,
.popular_models div[uk-slider] a[uk-slidenav-previous] svg {
    width: 30%;
    height: 30%;
}
/*end popular model*/

/*start brand latest reviews*/
.brand_latest_reviews .cst_padding {
    padding-right: 62px;
}
.brand_latest_reviews .brand_search .uk-margin {
    margin-bottom: 34px;
}
.brand_latest_reviews .brand_search .uk-search{
    background: var(--white);
}
.brand_latest_reviews .brand_search .uk-search-icon {
    width: 68px;
}
.brand_latest_reviews .brand_search .uk-search input {
    height: 52px;
    padding-left: 52px!important;
    font-size: 22px;
}
.brand_latest_reviews .brands .cts_margin {
  margin: 30px 0 0 0;
}
.brand_latest_reviews .cst_padding .brands .item {
    padding: 0;
}
.brand_latest_reviews .cst_padding .brands .item img{
    width: 38px;
    height: 38px;
    min-width: 38px;
}
.brand_latest_reviews .brands p {
    margin: 4px 0 0 0;
    color: var(--grayDark);
    /*color: var(--gray);*/
    font-size: 14px;
    font-weight: 700;
}
.brand_latest_reviews .latest_reviews .latest_reviews_product_name {
    background: linear-gradient(120.1deg, rgba(0, 0, 0, 0.6) -29.75%, rgba(104, 124, 165, 0.6) 166.47%);
    left: 0;
    /*right: 1px;*/
    bottom: 0;
    border-bottom-left-radius: 15px;
    /*border-bottom-right-radius: 15px;*/
    padding: 8px 13px;
}
.brand_latest_reviews .latest_reviews .latest_reviews_product_name p {
/*.brand_latest_reviews .latest_reviews .latest_reviews_product_name h4 {*/
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
}
.brand_latest_reviews .btn_brands {
    margin: 27px 1px 0px 9px;
}
.brand_latest_reviews .btn_brands a svg {
    margin-right: 14px;
}
/*end brand latest reviews*/

/*start news*/
.news .news_img {
    /*width: 27.5%;*/
    overflow: hidden;
}
.news .news_img img{
    height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.news .news_bg {
    margin-top: 0;
    margin-bottom: 24px;
    background-color: var(--white);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.news .news_bg_info {
    padding: 20px;
    /*padding: 55px 32px 10px 44px;*/
    width: 66.5%;
}
.news .news_bg_info h3 {
    font-size: 30px;
    color: var(--black);
    margin-bottom: 11px;
    font-weight: 700;
}
.news .news_bg_info p {
    color: var(--black);
    font-size: 18px;
    font-weight: 400;
}
.news .news_time_comment .time svg{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.news .news_time_comment .time {
    font-size: 18px;
    color: var(--gray);
    margin-right: 24px;
}
.news .news_time_comment .comments svg{
    width: 24px;
    height: 24px;
}
/*end news*/

