.top_nav {

    background: #E52D28;
}

.currency {

    border-right: solid 1px #E52D28;
    background:#E52D28;
}

.language {

    border-right: solid 1px #E52D28;
    background: #E52D28;
}

.login-text {
    color: #ffffff;

}

.main_button {
    background: #E52D28;
    padding-top: 3px;
    height: 45px;
    border-radius: 50px;
}

.Modern-Slider .slick-dots li.slick-active {
    background: #ff3e3d;
    box-shadow: inset 0 0 0 2px #ff3e3d;
    border-radius: 0px;
}

.Modern-Slider .slick-dots li {
    border-radius: 0%;
}

.Modern-Slider .item .info > div {
    display: inline-block !important;
    vertical-align: middle;
    padding: 20px;
    margin-top: -5% !important;
    text-align: left !important;
    margin-left: -45% !important;
}

.small-title {
    color: #2d2d2d;
    font-weight: 700 !important;
    font-size: 2.5em !important;
    letter-spacing: 0px;
    text-transform: none !important;
    font-family: 'Roboto', sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.news-text-block {
    margin-top: 30px;
}

.Modern-Slider .slick-dots {

    right: 0% !Important;

}

.navbar_menu li a:hover {
    color: #fe3d3b !important;
    text-decoration: none;
}

.language > a {
    color: #ffffff;

}

.Modern-Slider .item h5 {
    letter-spacing: 0px;
    text-transform: none;
    font-size: 1rem;
}

.social-circle i {
    color: #ffffff;
}

.Modern-Slider .slick-dots {
    right: 0% !Important;
    text-align: right !important;
}

.navbar_menu li a {
    font-size: 0.75rem;

    text-transform: uppercase;
}

.slider-brand-name {
    font-size: 1.5rem;
    font-weight: 900;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #101010;
    border: solid 1px black;

}

.single-product-wrapper .product-img .product-badge.offer-badge {
    background-color: #f00;
    margin-left: -20px;
}

.small-title {
    color: #2d2d2d;
    font-weight: 700 !important;
    font-size: 2.8em !important;
    font-family: 'Roboto', sans-serif;
}

.subtitle-pd {
    padding-top: 10px;
    padding-bottom: 50px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Roboto';
    color: #272727;
}

.main_button a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s;
}

.main_button:hover {
    background: #222222 !important;
    color: #ffffff;
    transition: all 0.5s;
}

.Modern-Slider .item .info > div {
    margin-left: 0% !important;

}

#scrollUp {
    background-color: #fe3d3b;
}

.single-product-wrapper .product-description p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #fe3d3b;
    font-family: 'Roboto', sans-serif;
}

.single-product-wrapper .product-description p span {
    font-weight: 700;
    color: #676767;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: line-through;
}

.single-product-wrapper .product-description {
    margin-top: -60px;
}

.video-background {
    background-image: url(../img/trioliet/trioliet-bg.png);
    background-repeat: no-repeat;
}

h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* circle image*/
.circle {
    border-radius: 50%;
    width: 350px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: 8px solid rgb(218 218 218 / 40%);
    transform: scale(1);
    transition: transform 0.3s;
    margin: 20px;
    cursor: pointer;
}

.circle__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.circle--text {
    display: flex;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 10px;
    transition: opacity 0.5s;
    font-size: 1rem;
    font-weight: 900;
}

.circle--btn {
    display: block;
}

.circle:hover {
    transform: scale(1.1);
    transition: transform 0.2s;
    border-top-color: rgb(255 61 59);
    border-left-color: rgb(255 61 59);
    border-bottom-color: #E52D28;
    border-right-color: rgb(255 61 59);
    transition: transform 0.2s, border-top-color 0.18s linear, border-left-color 0.18s linear 0.1s, border-bottom-color 0.18s linear 0.2s, border-right-color 0.18s linear 0.15s;
}

.circle:hover .circle--text {
    opacity: 1;
}

/* circle image*/


/* blog*/
.banner-news:first-child .single-baner-nw {
    padding-left: 0;
}

.banner-news:first-child:last-child .single-baner-nw {
    padding-right: 0;
}

.banner-news .single-baner-nw {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 0 2px;
}


.banner-news .single-baner-nw .banner-img-cap .banner-img {
    overflow: hidden;
    position: relative;
}

.banner-news .single-baner-nw .banner-img-cap .banner-img img {
    width: 100%;
    -webkit-transform: scale 1;
    -moz-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all 0.3s ease-out 0s;
}

.banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}


.banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a {
    background: #fff;
    color: #0965de;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}


.banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a::after {
    position: absolute;
    border: 51px solid rgba(255, 255, 255, 0.2);
    content: "";
    border-radius: 50%;
    left: -20px;
    top: -21px;
    right: 0;
    z-index: 0;
    background: #0000;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
}


.banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a i {
    font-size: 20px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    right: -2px;
    top: 2px;
}


.banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a.btn-icon {
    position: relative;
    /* Animations */
    /* End Animated */
}

.banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a.btn-icon::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        border-width: 1px;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.9);
        transform: scale(1.9);
    }

    100% {
        opacity: 0;
    }
}

.banner-news .single-baner-nw .banner-img-cap .banner-img .video-icon a.btn-icon:hover {
    background: #0965de;
    color: #fff;
}


.banner-news .single-baner-nw .banner-img-cap .banner-cap {
    background: #fff;
    padding: 22px 29px 32px 17px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-cap {
        padding: 22px 29px 32px 17px;
    }
}

.banner-news .single-baner-nw .banner-img-cap .banner-cap p {
    color: #707b8e;
    text-transform: uppercase;
}


.banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a {
    color: #191d34;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: transparent;
}

.banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a:hover {
    color: #140C40;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a {
        font-size: 20px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a {
        font-size: 23px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a {
        font-size: 15px;
    }
}

@media (max-width: 575px) {

    .banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a {
        font-size: 14px;
    }
}


.banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a:hover {
    text-decoration: underline;
}


.banner-news .single-baner-nw .banner-img-cap .banner-cap .more-btn {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #3a3a3a;
}


.banner-news .single-baner-nw .banner-img-cap .banner-cap .more-btn:hover {
    color: #014b85;
}

.single-baner-nw:hover {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}


.single-baner-nw:hover .banner-img-cap .banner-img img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}


.single-baner-nw:hover .banner-img-cap .banner-img .video-icon a {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}


.blog-text {
    text-transform: capitalize !important;
    color: #3B4855 !important;
    padding-top: 10px;
}


.latest-slider {
    border-bottom: 1px solid #eeeeee;
}


.latest-slider .trending-top .trend-top-img {
    overflow: hidden;
    position: relative;
}


.latest-slider .trending-top .trend-top-img::before {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    content: "";
}


.latest-slider .trending-top .trend-top-img img {
    width: 100%;
}

.latest-slider .trending-top .trend-top-img .trend-top-cap {
    position: absolute;
    bottom: 25px;
    left: 31px;
    text-align: left;
}

@media (max-width: 575px) {

    .latest-slider .trending-top .trend-top-img .trend-top-cap {
        bottom: 32px;
        left: 5px;
    }
}


.latest-slider .trending-top .trend-top-img .trend-top-cap span {
    padding: 7px 14px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 6px;
    display: inline-block;
    color: #fff;
    overflow: hidden;
}


.latest-slider .trending-top .trend-top-img .trend-top-cap h2 {
    font-size: 40px;
    font-weight: 800;
    overflow: hidden;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .latest-slider .trending-top .trend-top-img .trend-top-cap h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {

    .latest-slider .trending-top .trend-top-img .trend-top-cap h2 {
        font-size: 15px;
    }
}


.latest-slider .trending-top .trend-top-img .trend-top-cap h2 a {
    display: block;
    color: #fff;
    line-height: 1.3;
    font-size: 28px;
    font-weight: 600;
    text-decoration: transparent;
}

@media (max-width: 575px) {

    .latest-slider .trending-top .trend-top-img .trend-top-cap h2 a {
        bottom: 32px;
        left: 5px;
        font-size: 16px;
    }
}


.latest-slider .trending-top .trend-top-img .trend-top-cap h2 a:hover {
    color: #c3c2c2;
    text-decoration: underline;
}


.latest-slider .trending-top .trend-top-img .trend-top-cap p {
    color: #c2c2c2;
    font-size: 12px;
    overflow: hidden;
}


.latest-slider .trending-bottom .single-bottom .trend-bottom-img {
    overflow: hidden;
}


.latest-slider .trending-bottom .single-bottom .trend-bottom-img img {
    width: 100%;
    border-radius: 5px;
    transform: scale(1);
    transition: all 0.5s ease-out 0s;
}


.latest-slider .trending-bottom .single-bottom .trend-bottom-cap span {
    color: #072366;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
}


.latest-slider .trending-bottom .single-bottom .trend-bottom-cap h4 {
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .latest-slider .trending-bottom .single-bottom .trend-bottom-cap h4 {
        font-size: 16px;
    }
}


.latest-slider .trending-bottom .single-bottom .trend-bottom-cap h4 a {
    font-weight: 500;
    line-height: 1.4;
}


.latest-slider .trending-bottom .single-bottom .trend-bottom-cap h4 a:hover {
    color: #140C40;
}


.single-baner-nw2 {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 0 2px;
}


.single-baner-nw2 .banner-img-cap2 .banner-img {
    overflow: hidden;
    position: relative;
}


.single-baner-nw2 .banner-img-cap2 .banner-img img {
    width: 100%;
    -webkit-transform: scale 1;
    -moz-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all 0.3s ease-out 0s;
}


.single-baner-nw2 .banner-img-cap2 .banner-cap2 {
    background: #fff;
    padding: 22px 29px 32px 17px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 {
        padding: 22px 29px 32px 17px;
    }
}


.single-baner-nw2 .banner-img-cap2 .banner-cap2.banner-cap3 {
    padding: 0;
}

.single-baner-nw2 .banner-img-cap2 .banner-cap2 p {
    color: #62666d;
    text-transform: uppercase;
}


.single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
    color: #191d34;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a:hover {
    color: #140C40;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 23px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 19px;
    }
}

@media (max-width: 575px) {

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 19px;
    }
}

.single-baner-nw2:hover .banner-img-cap2 .banner-img img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

/* blog*/

/* square image set*/
.square-set__item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-left: 0;
}

.main_nav_container {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    padding: 8px;
}

.about-us-bg {
    background: #ffffff;
}

.about-us-bg p {
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bg {
    background-image: none;
    background-position: bottom;
    background-repeat: no-repeat;
    background: #F4F5F7;
}
.copyright-bg {
    background: #0a0a0a;
}

.copyright-desc {
    padding: 15px 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
}
footer a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#blog .shop_now_button:hover {
    width: 190px;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    background: #ff3d3b !Important;
}

footer .social-icons {
    color: white;
    padding: 10px;
    background: #E52D28;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 32px;
    padding-right: 3px;
}

.footer-main-desc {
    font-family: 'Roboto', sans-serif;
    color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin-bottom: 30px;
}

.copyright-desc a {
    color: #E52D28;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

footer p {
    font-size: 13px;
    color: #505050;
    font-family: 'Roboto', sans-serif;
}



@media screen and (min-width: 992px) {
    .padding-big-device {
        padding-left: 80px;
    }


}

@media screen and (max-width: 992px) {
    footer .logo-size {
        width: 240px;
        margin: 0px;
    }
}

.footer-first-block {
    margin-left: 0px;
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(14 14 14) !important;
    transition: 1s 0.4s;
}

.navbar {
    margin-top: -14px;
}

.posts_breadcrumb {
    background-repeat: no-repeat;
    height: 300px;
}
.pages_breadcrumb {
    background-repeat: no-repeat;
    height: 300px;
}
.post_breadcrumb {
    background-repeat: no-repeat;
    height: 300px;
}

::selection {
    color: #fe3d3b !important;
}

.breadcrumbs {
    margin-top: 0%;
    text-align: left;
}

.breadcrumbs h1 {
    color: white;
    margin-top: 0px;
}

.breadcrumbs h1 {
    color: white;
    margin-top: 0px;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 3.5rem;
}

.single-product-wrapper .product-description {
    margin-top: -30px;
}

.hamburger_container i {
    font-size: 24px;
    color: #fe3d3b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#scrollUp {
    background-color: #fe3d3b;
    z-index: 1000000;
}
.tabs_container {
    margin-top: 36px;
    margin-bottom: 46px;
    /* border-bottom: solid 1px #dcdcdc; */
    padding-bottom: 20px;
    font-weight: 300;
    background: #EAEAEA;
}

.tab.active span {
    color: #3e3e3e;
    background-color: transparent;
    padding: 10px;
           color: #e52d27;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    border-bottom: solid 4px #e1071a;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    line-height: 40px;
    font-size: 16px;
    background-color: transparent;
    font-weight: 700;
    font-size: 0.9rem;
}

.tab span {
    font-family: 'Roboto', sans-serif;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    padding: 10px;
    background-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}
.pdp-info__bullets li:before,
.pdp-info__short-desc ul li:before {
    content: '\2713\0020';
    display: inline-block;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
    font-weight: 900;
    font-size: 1.2em;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fe3d3b;
    /* margin-left: -.75em; */
    width: .75em;
    margin-right: 10px;
}

.item-single-title {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    font-weight: 900;
    font-size: 2.5rem;
    text-transform: uppercase;
}



.seco-benefit p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 500;
    color: #ffffff;
    /* margin-top: -5px; */
}

.seco-benefit h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 30px;
    text-transform: uppercase !important;
    color: white;
}

.pb-50 {
    padding-bottom: 50px;
}

.square:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: white;
    margin-top: 5pxp;
    top: 4px;
    position: absolute;
    left: -20px;
}

.tag {
    background: #212121;
    border-radius: 3px 0 0 3px;
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 22px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.7rem;
    transition: all 0.5s;
}

.more-info-btn {
    color: #1b1b1b;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    margin-left: 15px;
    margin-top: 20px;
}

.fa-long-arrow-right {
    padding-left: 10px;
    font-size: 0.9rem;
    margin-top: -10px;
}

.tag:hover {
    background-color: #e52d27;
    color: white;
}

.more-info-btn:hover {
    color: #fe3d3b;
    cursor: pointer;
    transition: all 0.5s;
}

.pagination a {
    position: relative;
    display: inline-block;
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.8rem;
    padding: 3px 12px;
}

.author-style {
    color: #4c4c4c;
    font-size: 0.8rem;
    padding-bottom: 10px;
    font-style: normal;
    margin-top: 10px;
    font-weight: 500;
}

.news-wrapper h4 {
    font-weight: 700;
    font-size: 1.3rem;
}

.brand-name {
    font-weight: 700;
    font-size: 0.9rem;
    color: #a2a2a2;
}

#contact span {
    color: #fe3d3b;
    padding-top: 5px;
    font-weight: 500;
}

#contact h5 {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.contact-box-bg {
    background: #f2f3f5;
    padding: 20px;
}

#contact_form .main_button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    letter-spacing: 1px;
    height: 0px;
    background: #fe3d3b;
    -webkit-transition: all 0.03s ease;
    -moz-transition: all 0.03s ease;
    -ms-transition: all 0.03s ease;
    -o-transition: all 0.03s ease;
    font-family: 'Roboto', sans-serif;
    color: white;
    border-radius: 50px;
    float: left;
    width: 200px;
    padding: 25px;
}

#contact_form .main_button a {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s;
}



#contact_form .main_button:hover {
    background: #060606 !important;
    color: white !important;
    transition: all 0.5s;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding-left: 5px;
    border: 1px solid #e8e8e8;
    background: white;
}

.contact_contents h1,
.follow_us_contents h1,
.get_in_touch_contents h1 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #2d2d2d;
    font-weight: 700 !important;
    font-size: 2em !important;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.social-set p:hover {
    color: #fe3d3b !important;
    transition: all 0.5s ease;
    text-decoration: underline !important;
}

.contact_contents p,
.get_in_touch_contents p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 10px;
    color: #424242;
    line-height: 1.7;
    font-size: 14px;
}

.Modern-Slider .item .img-fill {
    background-color: #000000;
}

.date {
    position: absolute;
    top: 0;
    left: 0;
    background: #040404;
    color: white;
    font-size: 1.1rem;
    line-height: 2rem;
    font-family: 'Roboto';
    font-weight: 800;
    padding: 20px;
}

.news_heading {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 2rem;
    font-weight: 800;
}

.follow_us_contents {
    margin-top: 32px;
    margin-bottom: 100px;
}

/* ==== Main CSS === */
body {
    padding: 0;
    margin: 0;
}

.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

.img-fill > img {
    position: relative;
    display: inline-block;
    max-width: none;
    opacity: 0.8;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0;
}

.slick-slide {
    float: left
        /* If RTL Make This Right */
    ;
    padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider {
    overflow: hidden;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 45px;
    height: 80px;
    background: rgba(255, 255, 255, 0);
    border: 0 none;
    text-align: center;
    font: 3rem FontAwesome;
    color: #fff;
    z-index: 5;
    font-size: 3rem;
    cursor: pointer;
    transition: all 0.5s;
}

.Modern-Slider .NextArrow:before {
    content: '\f054';
    font-size: 30px;
    margin-top: -10%;

}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 45px;
    height: 80px;
    background: rgba(255, 255, 255, 0);
    border: 0 none;
    text-align: center;
    font: 3rem FontAwesome;
    color: #000;
    z-index: 5;
    cursor: pointer;
    transition: all 0.5s;
}

.info {
    position: absolute;
    top: 40%;
    left: 20%;
}

.Modern-Slider .PrevArrow:before {
    content: '\f053';
    font-size: 30px;
    margin-top: -10%;
    color: white;
}

.Modern-Slider .NextArrow .Thumbnail {
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    background-size: cover;
    top: 0px;
    right: -120px;
    z-index: 10;
    transition: all 0.5s;
}

.Modern-Slider .NextArrow:hover .Thumbnail {
    right: 45px;
}

.Modern-Slider .PrevArrow .Thumbnail {
    content: '';
    display: block;
    position: absolute;
    width: 120px;
    height: 80px;
    background-size: cover;
    top: 0px;
    left: -120px;
    z-index: 10;
    transition: all 0.5s;
}

.Modern-Slider .PrevArrow:hover .Thumbnail {
    left: 45px;
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 50px;
    bottom: 10%;
    width: 100%;
    left: 14%;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: left;
    display: none;
}

.Modern-Slider .slick-dots li {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: Transparent;
    transition: all 0.5s;
    border-radius: 50%;
    border: 1px solid white;
    margin: 0 3.5px;
    cursor: pointer;
    position: relative;
    -webkit-animation: fadeIn 0.8s both 0.8s;
    animation: fadeIn 0.8s both 0.8s;
    display: none;
}

.Modern-Slider .slick-dots li.slick-active {
    background: #ffcc00;
    box-shadow: inset 0 0 0 2px #ffcc00;
    display: none;
}

.Modern-Slider .slick-dots li a {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 120px;

    display: block;
    visibility: hidden;
    border: 4px solid rgba(0, 0, 0, .50);
    margin-left: -60px;
    margin-bottom: 15px;
    transition: visibility 0.5s linear 0.5s;
    -webkit-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
}

.Modern-Slider .slick-dots li a:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    width: 0;
    height: 0;
    border: 8px solid Transparent;
    border-top-color: rgba(0, 0, 0, .50);
    margin-top: 4px;
}

.Modern-Slider .slick-dots li:hover a {
    visibility: visible;
    transition-delay: 0s;
    -webkit-animation: fadeIn 0.5s both;
    animation: fadeIn 0.5s both;

}

.Modern-Slider .slick-dots li a img {
    width: 100%;
    height: 100%;
}

.Modern-Slider .item .img-fill {
    background-color: #0e233a;
}

.copyright-bg {
    background: #C8CBD1;
}
.Modern-Slider .item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #FFF;
    font-weight: 100;
    max-width: 600px;
    overflow: hidden;
    line-height: 1.5em;
    padding-top: 20px;
    font-size: 1em;
    text-align-last: left;
    -webkit-animation: fadeOutLeft 0.5s both;
    animation: fadeOutLeft 0.5s both;
}

.Modern-Slider .item.slick-active h3 {
    -webkit-animation: fadeIn 1s both 1s;
    animation: fadeIn 0.5s both 0.5s;
    font-size: 4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: white;
}

.Modern-Slider .item.slick-active .info > div {
    -webkit-animation: fadeIn 0.5s both 0.5s;
    animation: fadeIn 0.5s both 0.5s;
}

.Modern-Slider .item.slick-active h5 {
    -webkit-animation: fadeIn 1s both 1.5s;
    animation: fadeIn 0.5s both 0.5s;
}

.Modern-Slider .item:nth-child(odd) {
    -webkit-animation: slideOutRight 0.5s both;
    animation: slideOutRight 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(odd) {
    -webkit-animation: slideInLeft 0.5s both;
    animation: slideInLeft 0.5s both;
}

.Modern-Slider .item:nth-child(even) {
    -webkit-animation: slideOutLeft 0.5s both;
    animation: slideOutLeft 0.5s both;
}

.Modern-Slider .item.slick-active:nth-child(even) {
    -webkit-animation: slideInRight 0.5s both;
    animation: slideInRight 0.5s both;
}



/* ==== Slider Image Transition === */
/* Animate.css */
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/* Animate.css */
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

/* Animate.css */
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

/* Animate.css */
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}


/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-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-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {

    float: left
        /* If RTL Make This Right */
    ;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}


.banner:before {
    position: absolute;
    content: "";
    display: table;
    background-color: #fff;
    z-index: 1;
    background-image: url(../images/girl.png);
    width: 300px;
    height: auto;



}

@media only screen and (max-width: 1440px) {

    .Modern-Slider .item .info > div {
        margin-right: 0%;
        margin-top: -75% !important;
    }

}


@media only screen and (max-width: 1280px) {

    .footer-second-block {
        padding-left: 10px;
    }

    .info {
        position: absolute;
        top: 40%;
        left: 0%;
    }


    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;

    }

    .shopping-button {
        font-size: 3em;

    }

    .absolute-button {

        right: 60px;
        bottom: 20px;

    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 70%;
    }

}

@media only screen and (max-width: 1200px) and (min-width:992px) {
    .info {
        position: absolute;
        top: 25%;
        left: 0%;
    }

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 16px;
    }

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 p {
        color: #62666d;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.4rem;
    }
}

@media only screen and (max-width: 1200px) {

    .Modern-Slider .item.slick-active h3 {
        -webkit-animation: fadeIn 1s both 1s;
        animation: fadeIn 0.5s both 0.5s;
        font-size: 2.5em;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        color: white;
    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 100%;
    }

    .blocks-box,
    .slick-slider {
        margin: 0;
        padding: 0;
    }

    .Modern-Slider .item .info > div {

        margin-top: -65%;

    }
}

@media only screen and (max-width: 992px) and (min-width:768px) {
    .Modern-Slider .item .info > div {
        display: inline-block !important;
        vertical-align: middle;
        padding: 20px;
        margin-top: -35% !important;
        text-align: left !important;
        margin-left: 0% !important;
    }

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a {
        font-size: 19px;
    }

    .single-baner-nw2 .banner-img-cap2 .banner-cap2 p {
        color: #62666d;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 1.8rem;
    }
}




@media only screen and (max-width: 992px) {
    .footer-second-block {
        padding-left: 15px;
        padding-bottom: 30px;
    }



    .pd-on-small {
        padding-top: 30px;
    }

    .latest-slider .trending-top .trend-top-img {
        height: 500px;
        padding-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

    .intro-brand {
        padding: 25px;
        width: 150px;
    }

    .intro-brand:hover {
        padding: 25px;
        width: 150px;
    }

    .Modern-Slider .item.slick-active h3 {
        font-size: 2.6em;
    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 100%;
        font-size: 0.9rem;
    }

    .Modern-Slider .item .info > div {
        width: 90% !Important;
    }


    .Modern-Slider .item.slick-active h3 {

        font-size: 3em;
        ;
    }

    .Modern-Slider .item .img-fill .info {
        top: 0%;
    }



    .img-fill > img {
        margin-top: 40px;
    }

}

@media only screen and (max-width: 800px) {}



@media only screen and (max-width: 768px) {
    .brands-area .single-brands-logo img {
        max-width: 100px;
    }

    .aligner {

        align-items: center;
        justify-content: center;
    }


    .latest-slider .trending-top .trend-top-img {
        height: 500px;

    }

    .intro-brand {
        padding: 35px;
        width: 300px;
    }

    .intro-brand:hover {
        padding: 35px;
        width: 300px;
    }

    .Modern-Slider .item.slick-active h5 {
        -webkit-animation: fadeIn 1s both 1.5s;
        animation: fadeIn 0.5s both 0.5s;
        width: 100% !important;
        text-align: center !Important;
    }

    .main_button_rounded {
        background: #fe3d3b !important;
        border-radius: 60px !important;
        margin-bottom: 0px;
        padding: 5px 10px;
        margin: 30px auto;
    }

    .Modern-Slider .item .info > div {
        margin-right: 0%;
        margin-left: 0%;
        margin-top: -30% !important;
    }

    .Modern-Slider .item.slick-active h3 {
        font-size: 2.5em;
    }

    .Modern-Slider .item.slick-active h3 {
        font-size: 2.5em;
        text-align: center;
    }

    .Modern-Slider .item .img-fill .info {
        margin-left: 0%;
    }
}

.yellow-bg {
    background: #fe3d3b;
    padding: 100px 0px 130px 0px;
    margin: 100px 0px 100px 0px;
}

.service-box-bg {
    background: white;
    padding: 30px;
}

.subcategory {
    text-align: center;
    font-weight: 800;
    font-size: 2.4rem;
}

.single-product-wrapper .product-img {
    position: relative;
    z-index: 1000000000000000000000000;
    overflow: hidden;
    border: solid 1px #0000001c;
    text-transform:uppercase;
}


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/seco/loader.gif) center no-repeat #000000;
    background-color:#000000;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 20;
}
.review_date {
    color: #fe3d3a;
    margin-top: -4px;
    font-family: 'Roboto';
}

.tab_title h4 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #121212;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: capitalize;
}
.np{
    padding:0px;
}
.user_name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
    font-family: 'Roboto', sans-serif;
}
.add_review h1 {
    font-size: 13px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.review_submit_btn {

    border-radius: 50px;
    background: #fe3d3a;

}
.intro-slider-brand-name {
    font-family: 'Roboto'!important;
    font-size: 1.5rem!Important;
    font-weight: 900!important;
    letter-spacing: 0.5px!important;
    color:white!important;
}
.logo-size {
    /* width: 150px; */
}

.single-product-wrapper .product-description {
    margin-top: 30px;
    position: relative;
}
.single-product-wrapper .product-description span {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
}
#product-disc-position.single-product-wrapper .product-description span {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #232323;
    margin-bottom: 15px;
    letter-spacing: 0.75px;
    font-weight: 600;
    z-index: 100000000000000000;
}
#product-disc-position.single-product-wrapper .product-description {
    margin-top: 30px;
}
.subcategory {
    text-align: center;
    font-weight: 800;
    font-size: 2.3rem;
    padding: 90px 0px 00px 0px;
}
.single-product-wrapper .product-description p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #d52924;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.seco-benefit {
    background: #E52D28;
}
.date {
  
    background: #e52d27;
 
}

/*hírek lista*/
.h4link{
	color: #1e1e27
}
.h4link:hover {
    color: #fe3d3b;
    transition: all 0.5s;
}

@media only screen and (max-width: 991px){
	.breadcrumb-position{
		margin-top:-15px;
	}
}
@media only screen and (min-width: 992px){
	.breadcrumb-position{
		margin-top:60px;
	}
}
.found-pages a{
	color:#333;
}
.found-pages a:hover{
	color:#FE3D3B;
}