body {
    font-family: 'Roboto', sans-serif !important;
}

.btn-link,
a {
    text-decoration: none;
    color: #cc2f16;
}

.btn-link:hover,
a:hover {
    text-decoration: underline;
    color: #000;
}

i.icon-border-40 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    padding: 0px;
    border: 2px solid;
}

.form-control:focus {
    outline: 0 !important;
    border-color: initial;
    box-shadow: none;
}

.border-right-0 {
    border-right: 0 !important;
}

div.no-gutters > div.col {
    padding-right: 0px;
}

div.no-gutters > div.col-auto {
    padding-left: 0px;
}

.border-foto {
    border-color: #cc2f16 !important;
}

.btn-outline-foto {
    color: #cc2f16;
    border-color: #cc2f16;
}

.border-left-0 {
    border-left: 0 !important;
}

.bg-foto {
    background-color: #cc2f16 !important;
}

.color-foto {
    color: #cc2f16 !important;
}

.color-dis-foto {
    color: #444444 !important;
}

/*
    Style for info of header
*/
div#header-info {
    background-color: #000000;
}

div#header-info ul {
    list-style: none;
    color: #ffffff;
    margin: 12px 0px;
}

div#header-info ul > li {
    display: inline-block;
    font-size: 12px;
    margin-right: 30px;
    line-height: 20px;
    vertical-align: middle;
}

div#header-info ul.text-end > li {
    margin-left: 30px;
    margin-right: 0px;
}

div#header-info ul > li > a {
    text-decoration: none;
    color: #fff;
}

div#header-info ul > li > a:hover {
    text-decoration: underline;
}

div#header-info ul > li > i {
    background: #cc2f16;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 0px;
}

span.number-product-in-cart {
    color: #cc2f16;
}

div.header-info form#search {
    font-size: 12px !important;
}

/*
    Style for navigator
*/
header {
    background-color: #cc2f16;
}

header nav.navbar {
    padding-top: 17px;
    padding-bottom: 17px;
    text-transform: uppercase;
}

header ul.navbar-nav > li.nav-item > a.nav-link {
    color: #ffffff !important;
    font-size: 14px;
    text-decoration: none;
    border-top: 2px solid #cc2f16;
    border-bottom: 2px solid #cc2f16;
    padding-left: 0;
    padding-right: 0;
}

header ul.navbar-nav > li.nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
}

header ul.navbar-nav > li.nav-item:hover > a,
header ul.navbar-nav > li.nav-item > a.nav-link.active {
    border-bottom: 2px solid #ffffff;
}

@media (max-width: 991px) {
    header ul.navbar-nav > li.nav-item:hover > a,
    header ul.navbar-nav > li.nav-item > a.nav-link.active {
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
}

/*
    Style for banner or slider
*/
div.carousel-indicators button {
    opacity: 1 !important;
}

div.carousel-indicators button.active {
    background-color: #cc2f16 !important;
}

/*
    Style for categories
*/
@media (min-width: 768px) {
    .flexrow {
        display: flex;
    }

    .flexrow > * {
        flex: 1;
    }
}

div#categories {
    background-color: #ededed;
    border: 1px solid #d6d6d6;
    padding: 20px 30px 0px 30px;
}

div#categories ul {
    list-style: none;
    padding: 0px 0px 20px 0px;
    margin: 0px;
}

div#categories ul > li:first-child > a {
    color: #cc2f16 !important;
    font-weight: bold;
}

div#categories ul > li:first-child.active > a {
    border-left: 2px solid #cc2f16;
    padding-left: 5px;
}

div#categories ul > li > a {
    color: #444444;
    text-decoration: none;
}

div#categories ul > li > a:hover,
div#categories ul > li.active a {
    color: #cc2f16 !important;
}

/*
    Style for list product
*/
div.products .page-title {
    position: relative;
}

@media (min-width: 768px) {
    div.products .page-title .filter {
        position: absolute;
        right: 0;
        top: 10px;
    }
}

@media (max-width: 767px) {
    div.products .page-title .filter {
        margin-bottom: 20px;
    }
}

div.products .page-title .head,
div.products .page-title h1 {
    font-size: 40px;
    font-weight: bold;
    color: #cc2f16;
    margin-bottom: 30px;
    text-transform: capitalize;
}

div.products div.item {
    border: 0px;
}

div.products div.item:hover div.card-body a {
    color: #cc2f16 !important;
}

div.products div.item {
    border: 1px solid #f5f5f5;
}

div.products div.item:hover {
    color: #cc2f16 !important;
    border: 1px solid #cc2f16;
    cursor: pointer;
}

div.products div.item div.card-body a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

div.products div.item div.card-footer {
    border: 0px;
    background-color: #fff;
}

div.products div.item div.image {
    padding: 50px;
}

div.products div.item .add-to-cart:hover {
    color: #cc2f16 !important;
}


/*
    Style for footer
*/
footer {
    background-color: #151515;
    color: #b8b8b8;
    font-size: 14px;
}

footer ul {
    list-style: none;
    padding: 0px;
}

footer ul li:first-child {
    font-size: 15px;
    color: #cc2f16;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer ul li {
    margin: 6px 0px;
}

footer ul li a {
    color: #b8b8b8 !important;
    text-decoration: none;
}

footer ul li.active a {
    text-decoration: underline;
}

footer div.copy-right {
    border-top: 1px solid #333;
    font-size: 12px;
}

img.footer-payment {
    width: 15%;
}

/*
    Style for detail product
*/
.breadcrumb-item::before {
    color: #6c757d !important;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #6c757d !important;
}

div#product h1 {
    font-size: 1.7rem;
    font-weight: bold;
}

div#product div#info div#info-basic ul {
    color: #444444 !important;
}

div#product div#info div#info-basic ul li {
    padding: 5px 0;
}

@media (min-width: 768px) {
    div#info-basic {
        padding-left: 50px;
    }
}


/*Single Product Images*/
.single-product-images {
    padding-right: 112px;
    position: relative;
}

.single-product-images .slick-slide {
    border: none;
}

.single-product-image {
    background: #f1f1f1;
}

.single-product-image .slick-slide {
    width: 458px !important;
    height: 458px !important;
}

.single-product-image .slick-list {
    width: 458px;
    height: 458px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-images {
        padding-right: 88px;
    }

    .single-product-image .slick-slide {
        width: 362px !important;
        height: 362px !important;
    }

    .single-product-image .slick-list {
        width: 362px;
        height: 362px;
        display: inline-block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-images {
        padding-right: 70px;
    }

    .single-product-image .slick-slide {
        width: 270px !important;
        height: 270px !important;
    }

    .single-product-image .slick-list {
        width: 270px;
        height: 270px;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-images {
        padding-right: 100px;
    }

    .single-product-image .slick-slide {
        width: 410px !important;
        height: 410px !important;
    }

    .single-product-image .slick-list {
        width: 410px;
        height: 410px;
        display: inline-block;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-images {
        padding-right: 82px;
    }

    .single-product-image .slick-slide {
        width: 410px !important;
        height: 410px !important;
    }

    .single-product-image .slick-list {
        width: 410px;
        display: inline-block;
    }
}

/*@media only screen and (max-width: 479px) {*/
/*    .single-product-images {*/
/*        padding-right: 90px;*/
/*    }*/

/*    .single-product-image .slick-slide {*/
/*        width: 280px !important;*/
/*        height: 280px !important;*/
/*    }*/

/*    .single-product-image .slick-list {*/
/*        width: 280px;*/
/*        display: inline-block;*/
/*    }*/
/*}*/

.single-product-image {
    width: 100%;
}

.single-product-thumb {
    margin: 0;
    width: 97px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.single-product-thumb .slick-slide {
    margin: 3px 0;
    border: none;
}

.single-product-thumb .slick-slide img {
    display: block !important;
}

.single-product-thumb .slick-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 8;
    padding: 0;
    height: 20px;
    line-height: 1;
    border: none;
    width: 100%;
}

.single-product-thumb .slick-arrow.slick-prev {
    top: 0;
}

.single-product-thumb .slick-arrow.slick-next {
    bottom: 0;
}

.single-product-thumb .slick-arrow i {
    line-height: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product-thumb {
        width: 73px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-product-thumb {
        width: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .single-product-thumb {
        width: 85px;
    }
}

@media only screen and (max-width: 575px) {
    .single-product-thumb {
        display: none;
        /*width: 67px;*/
    }

    .single-product-images {
        padding-right: 0;
    }
}

/*@media only screen and (max-width: 479px) {*/
/*    .single-product-thumb {*/
/*        width: 70px;*/
/*    }*/

/*    .single-product-thumb .slick-slide {*/
/*        margin: 4px 0;*/
/*        border: none;*/
/*    }*/
/*}*/

/*Single Product Images*/


/* Style of Cart */

div.card-cart div.card > div {
    padding-left: 30px;
    padding-right: 30px;
}

div.card-cart div.card div.card-header > div, div.card-cart div.card div.card-footer > div {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 0px;
}

div.card-cart div.card-body > ul {
    padding-top: 15px;
    padding-bottom: 15px;
}

div.card-cart div.card-body > ul > li {
    padding: 5px 0px;
}

div#cart {
    /*padding: 50px 0px;*/
}

.nav-tabs .nav-item button {
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    color: #ccc;
}

.tab-content .tab-pane {
    border: 1px solid #dee2e6;
    padding: 20px;
    border-top: none;
}

.tab-content .tab-pane img {
    max-width: 100%;
}

#products-cart a {
    color: #000;
}

.page-link {
    color: #cc2f16;
}

.page-link:hover {
    color: #000;
    text-decoration: none;
}

.page-item.active .page-link {
    background-color: #cc2f16;
    border-color: #cc2f16;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid {
    margin-left: -15px;
    margin-right: -15px;
}

.grid .grid-item {
    float: left;
    width: 25%;
    padding: 15px;
}

.grid .grid-item img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

#cboxTitle a {
    color: #fff;
}

#cboxTitle a:hover {
    color: #cc2f16;
    text-decoration: none;
}
