@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-right: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}

.btn{
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
}
.btn-default{
    background: #d9000c;
    color: #fff !important;
}
.btn-default:hover,
.btn-default:focus{
    background: #353535 !important;
}


.header-bg{
    background-color: #000000;
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-top{
    padding: 16px 0;
    border-bottom: 1px solid #888888;
}
.header-top .list-unstyled{
    margin: 0 -12px;
}
.header-top .list-unstyled>li{
    padding: 0 12px;
}
.header-top .list-unstyled>li>a{
    color: #fff;
    position: relative;
}
.header-top .list-unstyled>li>a i{
    margin-right: 5px;
}
.header-top .list-unstyled>li>a:hover,
.header-top .list-unstyled>li>a:focus{
    color: #d9000c;
}

.header-mdl{
    padding: 30px 0;
}
.header-logo{

}
.header-form{
    position: relative;
}
.header-form .form-control,
.newsletter-form .form-control{
    border: 0;
    border-radius: 30px;
    box-shadow: none;
    height: 56px;
    font-size: 15px;
    color: #919191;
    padding-left: 25px;
    padding-right: 100px;
}
.header-form .btn,
.newsletter-form .btn{
    border-radius: 30px;
    height: 56px;
    position: absolute;
    right: -1px;
    top: 0;
}
.usr-account{
    float: right;
}
.usr-account .icon{
    display: inline-block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    background: #222222;
    color: #fff;
    font-size: 23px;
    float: left;
}
.usr-account > div{
    padding-left: 70px;
}
.usr-account > div h5{
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
}
.usr-account > div a{
    color: #6c6c6c;
    font-size: 15px;
}
.header-btm{
    background: #151515;
}
.dropdown-categories{

}
.dropdown-categories .dropdown-menu{
    background-color: #f8f8f8;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    min-width: 280px;
}
.dropdown-categories:hover .dropdown-menu{
    display: block;
}
.dropdown-categories .dropdown-menu a{
    color: #909090;
    font-size: 15px;
    padding: 15px 25px;
    border-bottom: 1px solid #e9e9e9;
}
.dropdown-categories .dropdown-menu a:hover{
    background: #d9000c;
    color: #fff;
}
.dropdown-categories .dropdown-toggle{
    color: #fff;
    font-size: 20px;
}
.dropdown-categories .dropdown-toggle::after{
    display: none;
}
.navbar {
    padding: 0;
    background: transparent !important;
}
.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    padding: 27px 40px;
    position: relative;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link,
.navbar .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #d9000c;
}
.navbar .navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background: #d9000c;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;
}
.navbar .navbar-nav .nav-link:hover::before,
.navbar .navbar-nav .active>.nav-link::before{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.8);
    border: none;
    font-size: 28px;
}
.navbar-light .dropdown-toggle::after{
    display: none;
}
.navbar-light .navbar-toggler{
    color: #fff;
    font-size: 20px;
}



.boxedcontainer		{	max-width: 1170px; margin:auto; padding:0px 30px;}

/*********************************************
        -	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;

}

.tp-banner{
    width:100%;
    position:relative;
}

.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}
.tparrows.preview2:after{
    margin-top: -19px;
}

.slide-subtitle{
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.slide-title{
    font-size: 46px;
    color: #222222;
    font-weight: 600;
    line-height: 57px;
}
.slide-title span{
    color: #d9000c;
}
.slide-btn{

}

.section{
    padding: 100px 0;
}
.sec-title{
    margin-bottom: 30px;
}
.sec-title h1{
    color: #222222;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;
}
.sec-title h1::after{
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background: #d9000c;
    margin-top: 13px;
}

.category-box{
    background: #eeeeee;
    border: 1px solid #e2e2e2;
    padding: 15px;
    border-radius: 10px;
    height: 140px;
}
.category-box img{
    margin-right: 10px;
}
.category-box .cat-img-hover{
    display: none;
}
.category-box:hover{
    box-shadow: 0px 11px 15px 3px rgba(131, 131, 131, 0.15);
}
.category-box:hover .cat-img{
    display: none;
}
.category-box:hover .cat-img-hover{
    display: block;
}
.category-box h3{
    color: #222222;
    font-size: 18px;
}
.category-box:hover h3{
    color: #d9000c;
}


.offer-banner{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.offer-banner > img{

}
.offer-banner .banner-caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(14, 18, 19, 0.29);
}
.offer-banner .banner-caption .label{
    display: inline-block;
    padding: 1px 14px;
    color: #fff;
    font-weight: 600;
}
.offer-banner .banner-caption .label-red{
    background: #d9000c;
}
.offer-banner .banner-caption .label-blue{
    background: #008dd2;
}
.offer-banner .banner-caption h3{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 34px;
    margin: 13px 0;
}
.offer-banner .banner-caption a{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline !important;
}
.offer-banner .banner-caption a i{
    margin-left: 5px;
}

.offer-banner-lg .banner-caption .label{
    font-size: 23px;
}
.offer-banner-lg .banner-caption h3{
    font-size: 26px;
    margin: 20px 0 30px;
}
.offer-banner-lg .banner-caption a{
    font-size: 22px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 5px 3px;
    background: #878383;
}
.owl-theme .owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
    background: #bb2170;
}

.owl-theme .owl-nav{
    position: absolute;
    right: 0;
    top: -92px;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #555555;
    font-size: 18px;
    margin: 0 0 0 5px;
    padding: 0;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: #d9000c;
    border-color: #d9000c;
    color: #fff;
    opacity: 1;
}

figure.product{
    border: 1px solid #dcdcdc;
    box-shadow: 0px 3px 7px 0px rgba(166, 166, 166, 0.35);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
figure.product .product-image{
    position: relative;
    overflow: hidden;
    background: #454545;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #dcdcdc;
}
figure.product .product-image img,
figure.product .product-image .overlay{
    -webkit-transition: opacity 0.3s, -webkit-transform 1s;
    transition: opacity 0.3s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.product .product-image .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    opacity: 0;
}
figure.product .overlay p.icon-links a,
.styled div{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    font-size: 18px;
    color: #222222;
    border-radius: 50%;
}
figure.product:hover .product-image img{
    opacity: 0.42;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
figure.product:hover .overlay{
    opacity: 1;
}
figure.product .overlay p.icon-links a:hover{
    background: #d9000c;
    color: #fff;
}

figure.product .product-caption{
    padding: 15px;
}
figure.product .product-caption .product-title{
    color: #242424;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}
figure.product .product-caption .product-title a{
    color: #242424;
}
figure.product .product-caption .product-title a:hover{
    color: #d9000c;
}
figure.product .product-caption .product-desc{
    color: #555555;
    font-size: 14px;
    font-weight: 300;
}
figure.product .product-caption .product-price{
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    display: block;
}
figure.product .product-caption .product-buy-btn{
    color: #d9000c;
    font-size: 15px;
    font-weight: 600;
}
figure.product .product-caption .product-buy-btn i{
    font-size: 12px;
    margin-left: 5px;
}
figure.product .add-to-cart-btn{
    background: #9f9f9f;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-weight: 600;
}
figure.product .add-to-cart-btn i{
    font-size: 15px;
    margin-left: 10px;
}
figure.product:hover .add-to-cart-btn,
figure.product .add-to-cart-btn:focus{
    background: #bb2170;
}


footer{
    background: #000000;
}
.footer-top{
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}
.newsletter{
    background: #fcfcfc;
}
.newsletter-heading i{
    color: #d9000c;
    font-size: 50px;
    float: left;
}
.newsletter-heading > div{
    padding-left: 70px;
}
.newsletter-heading h2{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.newsletter-heading p{
    color: #6c6c6c;
    font-size: 14px;
    margin-bottom: 0;
}

.newsletter-form{
    position: relative;
}
.footer-top .social-list{
    float: right;
}
.footer-top .social-list>li>a{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #222222;
    font-size: 17px;
    border-radius: 50%;
    color: #fff;
}
.footer-top .social-list>li>a:hover{
    color: #d9000c;
}
.footer-mdl>.container{
    padding-top: 70px;
    padding-bottom: 70px;
    border-top: 1px solid #dfdbdb;
    border-bottom: 1px solid #dfdbdb;
}
.footer-mdl .contacts>li{
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}
.footer-mdl .contacts>li i{
    font-size: 16px;
    margin-right: 5px;
}
.footer-btm{
    padding: 15px 0;
}
.footer-btm p{
    font-size: 12px;
    margin-top: 8px;
}

/*Pages*/
.section.bg{
    background: #f6f6f6;
}
.text-block{
    color: #555555;
    font-size: 18px;
    line-height: 35px;
}
.products-list figure.product .product-caption{
    padding: 7px;
}
.products-list figure.product .product-caption .product-title{
    font-size: 16px;
}
.products-list figure.product .product-caption .product-desc,
.products-list figure.product .product-caption .product-buy-btn{
    font-size: 11px;
}
.products-list figure.product .product-caption .product-price{
    font-size: 13px;
}
.paging>li>a{
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    color: #fff;
    background: #9f9f9f;
    font-size: 20px;
}
.paging>li.current>a,
.paging>li>a:hover,
.paging>li>a:active{
    background: #d9000c;
}

.aside-title{
    background: #151515;
    border-radius: 5px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 12px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 7px 0px rgba(166, 166, 166, 0.35);
}
.aside-title i{
    font-size: 15px;
    margin-left: 8px;
}
.categories .list-unstyled{

}
.categories .list-unstyled>li{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.categories .list-unstyled>li>a{
    color: #151515;
    margin-right: 5px;
}
.categories .list-unstyled>li>a:hover{
    color: #d9000c;
}
.categories .list-unstyled>li>span{
    color: #9f9f9f;
    font-size: 13px;
}

.single-product-image{
    display: block;
    background: #454545;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.single-product-image img{

}
.carousel-control-next, .carousel-control-prev{
    color: #6c6c6c;
}

.single-product-details{

}
.single-product-details h2{
    color: #222222;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.single-product-details h4{
    color: #555555;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #222222;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.single-product-details h4.mr-auto{
    border: 0;
    padding: 0;
    margin: 0;
}
.single-product-details p{
    color: #d9000c;
    font-size: 18px;
    line-height: 33px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before{
    background: #d9000c;
}
.single-product-details .form-control{
    height: 40px !important;
}
.single-product-details .form-control,
.single-product-details .btn{
    border-radius: 30px
}
.card-header{
    font-size: 20px;
    color: #222222;
    font-weight: 600;
}
.card-text{
    color: #555555;
    font-size: 15px;
    line-height: 28px;
}
.share-btns>li{
    color: #555555;
    font-size: 16px;
    margin-right: 5px;
}
.share-btns>li>a{
    color: #bb2170;
}

.page-form .form-group{
    position: relative;
    margin-bottom: 40px;
}
.page-form .form-group label{
    display: inline-block;
    padding: 0px 5px;
    color: #d9000c;
    background: #fff;
    font-size: 20px;
    position: absolute;
    top: -15px;
    left: 35px;
    font-weight: 400;
}
.page-form .form-control{
    box-shadow: none;
    border: 1px solid #cecece;
    border-radius: 10px;
    height: 60px !important;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: 2px 2px 15px 0px rgba(122, 122, 122, 0.15);
    color: #919191;
    font-weight: 300;
}
.page-form textarea.form-control{
    height: 155px !important;
    padding-top: 15px;
}
.page-form .form-control:focus{
    border-color: #d9000c;
}
.page-form .btn{
    border-radius: 10px;
    font-size: 25px;
    height: 60px;
}
.page-form .page-form-lnk{
    color: #222222;
    font-size: 20px;
}
.page-form .page-form-lnk:hover{
    color: #bb2170;
}

.order-done-msg{
    padding: 50px 0;
}
.order-done-msg i{
    color: #bb2170;
    font-size: 100px;
}
.order-done-msg p{
    color: #022222;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.page-form-msg{

}
.page-form-msg p{
    color: #555555;
    font-size: 16px;
    line-height: 26px;
}
#location-map{
    height: 580px;
}

.contact-info-item i{
    display: inline-block;
    width: 53px;
    height: 53px;
    background: #fff;
    color: #d9000c;
    font-size: 25px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    box-shadow: 2px 0px 10px 0px rgba(117, 117, 117, 0.31);
}
.contact-info-item p{
    display: inline-block;
    color: #727070;
    font-size: 15px;
    margin-left: 15px;
}

.store-contact-info{
    margin-bottom: 50px;
}
.store-contact-info h2{
    color: #bb2170;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}
.store-contact-info p{
    font-size: 18px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 5px;
}
.store-contact-info p i{
    color: #bb2170;
    margin-right: 10px;
}



@media (max-width: 576px){
    .header-top .list-unstyled {
        margin: 0 -12px 0;
    }
    .usr-account > div {
        padding-left: 50px;
    }
    .usr-account > div h5 {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .usr-account > div a {
        font-size: 12px;
    }
    .usr-account .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .navbar .navbar-nav .nav-link{
        padding: 10px;
    }
    .slide-btn .btn{
        padding: 1px 8px;
        border-radius: 30px;
        font-size: 8px;
    }
    .section{
        padding: 50px 0;
    }
    .category-box{
        margin-bottom: 15px;
    }
    figure.product .product-caption{
        text-align: center;
    }
    .newsletter-form{
        margin: 30px 0;
    }
    .footer-top .social-list{
        float: none;
    }
}


.pagination_nav{
    display: table;
    margin: 0 auto;
}
.pagination{
    padding: 0;
}
.pagination li{
    border: 1px solid #fff;
    padding: 12px 20px 12px 20px;
    margin: 5px;
    background: #9f9f9f;
    border-radius: 50%;
    font-size: 20px;
}
.pagination li a{
    color: #fff;
}
.pagination li.active{
    background: #d9000c;
    color: #fff;
    border-color: #d9000c;
}
.pagination li.disabled{
    color: #fff;
}

a.scrollToTop{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 45px;
    font-size: 32px;
    text-align: center;
    background: #55CD6C;
    color: #fff;
    text-decoration: none;
    position: fixed;
    z-index: 999999;
    bottom: 12px;
    right: 30px;
}