body {
    background-color: #c22a1d;
}

blockquote {
    background-color: #f1f2f3;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

input.white {
    border: solid 1px #b2b3b2 !important;
    border-radius: 4px !important;
    height: 42px !important;
    padding: 0px 10px !important;
}

input.white:focus {
    border-color: #999 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a:hover {
    text-decoration: none;
    color: #c22a1d!important;
}

.section,
.main-wrapper {
    background: #dadada;
}


/* Select 2 */

.select2-container {
    /* width: 100% !important;*/
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #c12b1d!important;
    color: white!important;
}

.select2-container--default .select2-selection--single {
    height: 42px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 5px!important;
}

.select2-dropdown {
    z-index: 99999;
}

#tlb_prev {
    border: 1px solid rgb(84, 84, 84);
}

#tlb_prev tr {
    border: 1px solid rgb(84, 84, 84);
}

#tlb_prev tr th {
    border: 1px solid rgb(84, 84, 84);
    background: #e7e7e7;
}

#tlb_prev tr td {
    border: 1px solid rgb(84, 84, 84);
}

.header-mobile {
    background-color: #ffffff;
}

.quick-view-modal-container .modal-content {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.quick-view-modal-container .modal-dialog {
    max-width: 60%!important;
}

.close {
    top: 0px !important;
    right: 0px !important;
    position: relative !important;
    text-shadow: 0 1px 0 #ffffff69 !important;
}

.quick-view-modal-container .modal-header {
    background-color: #c12b1d !important;
    color: white;
    font-weight: 500;
}

.modal-body {
    overflow-y: auto !important;
}

.input_white {
    background: white;
    border: none;
}

.valCampoCanto {
    background-color: beige;
}

.myalert-wrapper {
    width: 300px!important;
}

.product-action a:hover {
    color: #ffffff!important;
}

.wishlist-compare-btn a {
    width: auto!important;
    padding: 0 10px!important;
    border-radius: 5px!important;
}

.comment-notes {
    font-style: italic;
}

.review-comment-form-author input,
.review-comment-form-email input {
    max-width: 100%;
    width: 100%;
}

.wishlist-compare-btn a:hover {
    color: #ffffff!important;
}

.sub-menu {
    -webkit-box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 30%) !important;
    box-shadow: 0px 14px 15px 0px rgb(0 0 0 / 30%) !important;
    width: 260px;
}

.currency-dropdown {
    padding: 20px 40px !important;
}

.ft-menu a:hover {
    text-decoration: underline!important;
    color: #151515!important;
}

.inverse_colors {
    color: white!important;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%)!important;
}

.inverse_colors h2 {
    color: white!important;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%)!important;
}

.inverse_colors .title {
    color: white!important;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%)!important;
}

.btn {
    text-decoration: none!important;
}

.overlay-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000002b;
}

.overlay-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff63;
}

.items-center {
    justify-content: center;
}

.blog-details .blog-inner .blog-media .image {
    display: block;
    height: 400px;
    border-radius: 10px;
}

.about-us-content span::before {
    width: 0px!important;
    height: 0px!important;
}

.about-us-image.img-full img {
    border-radius: 10px;
}

.page-banner h2 {
    text-transform: none;
}

.single-banner-item .sp-banner-content {
    padding-left: 145px;
    padding-right: 145px;
}

.page-breadcrumb li::after {
    content: "/";
    margin: 0 6px;
    color: #ffffff!important;
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #c22a1d;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

 ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

#scrollUp {
    background: #c22a1d;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

#scrollUp:hover {
    background: #2b2e33;
    color: #ffffff!important;
}

.quick-view-modal-container .modal-body {
    padding: 28px;
}

.myaccount-content button.save-change-btn {
    width: auto;
    padding: 10px;
}

.myaccount-content button.save-change-btn:hover {
    background-color: #c22a1d;
}

.myaccount-tab-menu a:hover {
    background-color: #b0b0b0;
    color: #ffffff!important;
}

.myaccount-tab-menu a.active {
    background-color: #212529;
    color: #ffffff!important;
}

div.top-panel {
    background-color: #c22a1d;
}

div.top-panel a {
    color: #ffffff!important;
}

div.top-panel a:hover {
    color: #d6d6d6!important;
}

.primary {
    color: #c22a1d !important;
}

.btn {
    background-color: #c22a1d !important;
    /*color: #000000 !important;*/
}

.btn:hover {
    background-color: #151515!important;
    border: transparent;
    color: #ffffff!important;
}

.btn-small {
    padding: 6px 10px!important;
    font-size: 12px;
    height: 28px;
}

.btn-excel {
    color: #fff;
    background-color: #0c7c43!important;
    border-color: #0c7c43!important;
}

.btn-warning {
    color: #fff;
    background-color: #a78b44!important;
    border-color: #a78b44!important;
}

.hero-content-2 {
    margin-top: 140px !important;
}

.single-banner-item .banner-content .title {
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    color: #ffffff;
}

.banner-content a:hover {
    color: #000000!important;
}

.single-banner-item .banner-content {
    position: absolute;
    bottom: 20px;
    margin: auto;
    left: 0;
    border-radius: 3px;
    width: 70%;
    text-align: center;
    background: rgb(194 42 29 / 87%);
    padding: 15px;
    color: white;
    -moz-transform: skew(-14deg, 0deg);
    -webkit-transform: skew(-14deg, 0deg);
    -o-transform: skew(-14deg, 0deg);
    -ms-transform: skew(-14deg, 0deg);
    transform: skew(-14deg, 0deg);
}

.commnent-list-wrap .comment {
    list-style-type: none;
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 6px;
    border-top: 1px solid #eee;
}

.wishlist-compare-btn a:hover {
    background: #c12b1d;
    border-color: #c12b1d;
    color: #fff;
}

.shop-area {
    position: relative;
    z-index: 9;
    background: transparent !important;
    padding: 30px 0 0 0px;
}

.hero-slider .slick-arrow:hover {
    background-color: #c22a1d !important;
    color: #ffffff;
}

.hero-content-2.center {
    text-align: center;
    text-shadow: 0px 0px 15px rgb(10 10 10 / 60%)!important;
}

.hero-content-2 h2 {
    color: #ffffff;
}

.main-menu>ul>li>a {
    font-size: 16px;
}


/*div.top-panel .paga-linea {
        text-decoration: underline;
    font-style: italic;
    }*/

.wishlist-compare-btn a.wishlist-btn:before {
    content: none;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 5px;
    vertical-align: top;
}

.commnent-list-wrap .comment .content {
    position: relative;
    overflow: hidden;
    margin-left: 0px;
}

.product-comment-content {
    border: 1px solid #ededed;
    border-radius: 3px;
    margin-left: 0px;
    position: relative;
    padding: 15px 15px 0;
}

.product-comment-content:before {
    background: #fff;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    content: none;
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.sub-menu li a {
    font-size: 15px;
}

.main-menu>ul>li>a {
    padding: 42px 0 42px 0;
    margin: 0 30px 0 0;
}

.swal2-container {
    z-index: 999999!important;
}


/********************/


/****** Online ******/


/********************/

.activar-eventos-teclado {
    width: 100%;
    border: none;
    height: 28px;
}

.alert-dismissible .alert-close {
    position: absolute!important;
    top: 0;
    right: 0;
    padding: 3px 8px 0 0;
    font-size: x-large;
    background: none;
    border: none;
    color: inherit;
}

td {
    padding: 0 4px!important;
    font-size: 13px;
}

.row-label {
    text-align: center;
    /*background-color: #c12b1d;*/
    color: #414141;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 5px;
    background-color: #c4c2c2;
    border-bottom: 1px solid #868686;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 1px solid #ae2418;
    background-color: white;
    background: #c12b1d;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border: 1px #cdcdcd solid;
}

.paginate_button {
    padding: 5px 17px;
}

.dataTables_paginate {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.upper {
    text-transform: uppercase;
}

.bg-gray {
    background-color: #e2e2e2 !important;
}

.footer-widget>.ft-menu>li>a {
    text-transform: none!important;
}

.footer-bottom {
    border-top: 1px solid #dddddd;
    background-color: #eae7e7;
}

.social-icons-footer {
    float: right;
}

.social-icons-footer a {
    margin: 0 10px;
    font-size: 14px;
}

.contact-form-wrap textarea {
    height: 140px;
}

.main-search-active {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}

/* sidebar */

.sidebar-list{
    padding-bottom: 45px;
}

.common-sidebar-widget {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 25px;
    padding-bottom: 0;
}

.sidebar-title{
    cursor: pointer;
}

.sidebar-title:hover{
   color:#c12b1d;
}

.sidebar-title > span{
    float: right;
    padding-right: 10px;
}


@media only screen and (max-width: 479px) {
    .container {
        max-width: 450px !important;
    }
    .single-banner-item .banner-content {
        width: 80%;
    }
    .quick-view-modal-container .modal-dialog {
        max-width: 100%!important;
    }
}

@media only screen and (max-width: 767px) {
    .single-banner-item .sp-banner-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single-banner-item::before {
        background: none;
    }
    .pt-xs-60 {
        padding-top: 60px !important;
    }
    .quick-view-modal-container .modal-dialog {
        max-width: 100%!important;
    }
    .banner-interna {
        padding: 20px 20px !important;
    }
    .social-icons-footer {
        float: none !important;
        text-align: center !important;
    }
    .single-banner-item .banner-content .title {
        font-size: 18px;
        line-height: 20px;
    }
    .single-banner-item .banner-content {
        bottom: 20px;
    }
    .hero-content-2 h2 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 0px;
    }
    .toolbar-shorter label {
        margin-right: 10px;
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-interna {
        padding: 20px 0 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner-section {
        padding: 20px 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    div.logo-area>a>img {
        max-width: 240px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .page-banner-section {
        padding: 70px 110px !important;
        width: 100%;
    }
    .banner-interna {
        padding: 20px 110px !important;
    }
    .pt-lg-60 {
        padding-top: 60px !important;
    }
}