*{
    font-family: 'Open Sans', sans-serif;
}

html{
    font-size: 10px;
}

:root{
    --color-bg-header: #000000;
    --color-bg-footer: #212121;
    --color-bg-copy-right: #e2524a;
    --color-hovered-text: #e2524a;
    --color-stars: #ffa500;
    
}

header nav{
    background: var(--color-bg-header);
}

header nav .container:first-child{
    border-bottom: 1px solid #363636;
    padding: 5px 0;
}

header nav .container:first-child i,
header nav .container:first-child span{
    color: white;
    font-size: 1.4rem;
}

header nav .container:first-child i{
    font-size: 1.2rem;
    margin-right: 4px;
}

header nav{
    position: relative;
}

header nav .container:nth-child(2) ul.nav>li.has-child>a:after,
header nav .responsive-nav>li.has-child>a.item:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 1.2rem;
    content: "\f078";

    margin-left: 0.5rem;
}

header nav .responsive-nav>li.has-child ul.sub-nav{
    display: none;
}

header nav .container:nth-child(2) ul.nav ul.sub-nav{
    position: absolute;

    bottom: 0;
    transform: translateY(100%) translateX(16px);
    z-index: 1;

    display: none;

    padding: 14px 72px 19px 23px;

    background-color: #f9f9f9;
} 

header nav .container:nth-child(2) ul.nav ul.sub-nav a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    color: #6a6969;

    padding: 2px 0;
}

header nav .container:nth-child(2) ul.nav ul.sub-nav a:hover{
    color: var(--color-hovered-text);
}

header nav .container:nth-child(2) ul.nav>li>a{
    padding: 30px 0;

    font-weight: 600;
    color: white;

    font-size: 1.4rem;
}

header nav .container:nth-child(2) ul.nav>li>a:hover{
    color: var(--color-hovered-text);
}

header nav .container:nth-child(2) .function a.item{
    position: relative;

    color: #eeeeee;

    font-size: 1.6rem;
}

header nav .container:nth-child(2) .function a.item:hover{

    display: block;

    color: var(--color-hovered-text);
}

header nav .container:nth-child(2) .function a.item:nth-child(2):after{
    content: '2';

    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(3px) translateY(-14px);

    text-align: center;
    line-height: 18px;

    height: 18px;
    width: 18px;
    border-radius: 50%;

    background-color: red;

    font-size: 1.4rem;
}

header nav .container:nth-child(2) .function a.item:hover:after{
    color: #eeeeee;
} 

/* Responsive menu */
header .toggler{
    padding: 1.4rem;
    margin-right: 4rem;

    font-size: 1.6rem;
    color: rgb(238, 238, 238);
}

header nav .responsive-nav{
    display: none;
    padding-bottom: 10px;
}

header nav .responsive-nav a.item{
    padding: 8px 0;

    font-size: 1.4rem;
    
    color: white;
    border-bottom: 1px solid #1f1f1f;
}

header nav .responsive-nav .sub-nav a.item{
    padding: 6px 0;

    font-size: 1.2rem;

    background-color:#0f0f0f;
}

/* End header */

.slider .carousel-indicators li{
    background-color: black;
}

.slider .carousel-indicators .active{
    background-color: var(--color-hovered-text);
}

/* End slider */

.support{
    padding: 80px 0;
    margin-bottom: 80px;

    border-bottom: 1px solid #eeeeee;
}

.support .item{
    padding: 10px 60px 20px 60px;

    color: #888787;
    background: #f4f4f4;

    border: 1px solid #eeeeee;
}

.support .item:hover{
    color: var(--color-hovered-text);
}

.support .item span{
    padding-top: 10px;

    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

.support .item i{
    font-size: 4.8rem;
}


/* End support */

.rating i{
    color: var(--color-stars);
    font-size: 1.4rem;
}

h2.header{
    margin-bottom: 0.25rem;

    font-size: 3rem;
    font-weight: bold;
}

.sub-header{
    margin-bottom: 38px;

    font-size: 1.4rem;
    font-weight: 400;

    color: #837d7d;
}

.new-products .row{
    padding-bottom: 30px;
}

.new-products .row div[class^="col"] .item .sub-info .rating{
    display: inline-block;

    padding-top: 12px;
}

.new-products .row div[class^="col"] .item .sub-info .rating small{
    font-size: 1.4rem;

    color: #514545;
}

.new-products .row div[class^="col"] .item .post-title{
    padding: 4px 0;

    font-size: 1.4rem;
    font-weight: 600;

    color: #514545;
}

.new-products .row div[class^="col"] .item .post-title:hover{
    color: var(--color-hovered-text);
}

.new-products .row div[class^="col"] .item .price{
    font-size: 1.4rem;
    font-weight: 400;

    color: #514545;
}

/* End new-products */

.ads{
    margin-top: 50px;
    margin-bottom: 78px;
}

.ads .left{
    position: relative;
}

.ads .left .post-info{
    position: absolute;
    right: 0;
    bottom: 0;

    padding: 30px;
}

.ads .left .post-info h1{
    font-size: 4.8rem;

    color: #343434;
}

.ads .left .post-info a{
    padding: 10px 30px;

    background: black;
    color: white;

    border: 1px solid white;

    font-size: 1.4rem;
}

/* End ads */

.best-seller .owl-theme .owl-nav{
    margin-top: 40px;
}

.best-seller .item .sub-info .rating{
    display: inline-block;

    padding-top: 12px;
}

.best-seller .item .sub-info .rating small{
    font-size: 1.4rem;

    color: #514545;
}

.best-seller .item .post-title{
    padding: 4px 0;

    font-size: 1.4rem;
    font-weight: 600;

    color: #514545;
}

.best-seller .item .post-title:hover{
    color: var(--color-hovered-text);
}

.best-seller .item .price{
    font-size: 1.4rem;
    font-weight: 400;

    color: #514545;
}

.best-seller .owl-nav button.owl-prev,
.best-seller .owl-nav button.owl-next{
    outline: none;
}

.best-seller .owl-nav button.owl-prev span,
.best-seller .owl-nav button.owl-next span{
    box-sizing: border-box;

    display: block;

    height: 26px;
    width: 26px;

    font-size: 2.2rem;
    line-height: 18px;
    text-align: center;

    color: white;
    background-color: #343434;

    border: 1px solid #eeeeee;
}

.best-seller .owl-nav button.owl-prev:focus span,
.best-seller .owl-nav button.owl-next:focus span{
    background-color: var(--color-hovered-text);
    border: 1px solid #eeeeee;
}

/* End best seller */

.sharing{
    margin-top: 80px;
    padding-top: 70px;

    border-top: 1px solid #eeeeee;
}

.sharing .post{
    border: 1px solid #eeeeee;
}

.sharing .post .thumb{
    overflow: hidden;
}

.sharing .post .thumb img{
    transition: all ease-in-out 0.3s;
}

.sharing .post .thumb:hover img{
    transform: scale(1.2);
}

.sharing .post .content{
    padding: 0 42px;
    padding-bottom: 48px;
}

.sharing .post .content .category{
    display: inline-block;
    padding: 8px;
    
    font-size: 1.1rem;

    color: #313131;
}

.sharing .post .content .title{
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;

    color: #141414;
}

.sharing .post .content .title:hover{
    color: var(--color-hovered-text);
}

.sharing .post .content .date{
    padding: 3px 0;

    font-size: 1.4rem;

    color: #6c757d;
}

.sharing .post .content .summary{
    font-size: 1.4rem;

    color: #343434;
}

.sharing .more{
    padding-top: 50px;
    padding-bottom: 60px;
}

.sharing .more a{
    display: inline-block;

    padding: 6px 48px;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4rem;
    color: #585858;

    border: 1px solid #eeeeee;

    text-transform: uppercase;
}

/* End sharing */

footer{
    padding-top: 78px;
    padding-bottom: 98px;

    background: #212121;
}

footer .box .box-head h3{
    font-size: 1.6rem;
    font-weight: 600;

    color: var(--color-hovered-text);
}

footer .box .box-body a{
    font-size: 1.4rem;
    line-height: 30px;
    color: white;
}

footer div[class^="col"]:nth-child(1) .box-body a,
footer div[class^="col"]:nth-child(4) .box-body a{
    position: relative;

    padding-left: 20px;
}

footer div[class^="col"]:nth-child(1) .box-body a::before,
footer div[class^="col"]:nth-child(4) .box-body a::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 1.2rem;
    content: "\f3c5";

    position: absolute;
    left: 0;
    top: 0;
}

footer div[class^="col"]:nth-child(1) .box-body a:nth-child(2)::before{
    content: "\f095";
}

footer div[class^="col"]:nth-child(1) .box-body a:nth-child(3)::before{
    content: "\f0e0";
}

footer div[class^="col"]:nth-child(4) .box-body a:nth-child(1):before{
    content: "\f39e";
    font-family: "Font Awesome 5 Brands";
}

footer div[class^="col"]:nth-child(4) .box-body a:nth-child(2):before{
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
}

footer div[class^="col"]:nth-child(4) .box-body a:nth-child(3):before{
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
}

/* End footer */

.copy-right{
    padding: 14px 0;

    font-size: 1.4rem;
    text-transform: uppercase;

    background: var(--color-bg-copy-right);
    color: white;
}

/* End copy-right */

/* ---------------------------------------------- */
/* -------------------RESPONSIVE----------------- */
/* ---------------------------------------------- */

@media (max-width: 1199.98px) {
    html{
        font-size: 8px;
    }
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 767.98px) {
    header{
        height: 85px;
    }

    header nav{
        position: fixed;
        z-index: 99;

        width: 100%;
    }

    header nav .nav{
        display: none;
    }

    .support{
        padding: 40px 0;
        margin-bottom: 50px;
    }

    .support .item{
        padding: 5px 30px 10px 30px;
    }

    .support .item i{
        font-size: 4rem;
    }

    .support .item span{
        font-size: 1.2rem;
    }

    .ads{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .ads .left .post-info{
        padding: 10px;
    }

    .ads .left .post-info h1{
        font-size: 2.5rem;
    }

    .ads .left .post-info a{
        padding: 5px 15px;
    }

    .sharing{
        margin-top: 60px;
        padding-top: 50px;
    }

    .sharing div[class^="col"]{
        padding-left: 10px;
        padding-right: 10px;
    }

    .sharing .post .content{
        padding: 0 20px;
        padding-bottom: 30px;
    }

    .sharing .more{
        padding-top: 30px;
        padding-bottom: 40px;
    }

    footer{
        padding-top: 50px;
        padding-bottom: 70px;
    }

    footer div[class^="col"]{
        padding-left: 10px;
        padding-right: 10px;
    }

    footer .box .box-head h3{
        font-size: 1.4rem;
    }

    footer .box .box-body a{
        font-size: 1.2rem;
    }

    .copy-right{
        padding: 10px 0;
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    header nav .container:first-child i, header nav .container:first-child span{
        font-size: 0.9rem;
    }

    header nav .container:nth-child(2) .function a.item:nth-child(2):after{
        height: 10px;
        width: 10px;
        font-size: 0.9rem;
        line-height: 9px;
    }

    .support{
        padding: 20px 0;
    }

    .support [class^="col"]{
        padding-left: 10px;
        padding-right: 10px;
    }

    .support .item {
        padding: 5px 15px 10px 15px;
    }

    .support .item i{
        font-size: 3rem;
    }

    .support .item span{
        padding-top: 5px;
        font-size: 0.9rem;
    }

    .ads .left .post-info h1{
        font-size: 2rem;
    }

    .ads .left .post-info a{
        padding: 3px 10px;
        font-size: 1rem;
    }

    .sharing{
        margin-top: 40px;
        padding-top: 30px;
    }

    .sharing .more{
        padding-top: 20px;
        padding-bottom: 25px;
    }

    footer{
        padding-top: 30px;
        padding-bottom: 50px;
    }

    footer .container .row [class^="col"]:nth-child(1),
    footer .container .row [class^="col"]:nth-child(3){
        display: none;
    }

    footer .box{
        padding-left: 40px;
    }
}

@media (max-width: 321px){

}
