
.tiremix-full-width{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.checkbox-style{
    width: 21px;
    height: 21px;
}
.btn-danger, .btn-danger:active, .btn-danger:active:focus, .btn-danger:visited, .btn-danger:focus{
    text-decoration: none;
    color: #fff;
    outline: none;
    background-color: #f40c0c;
    box-shadow: none !important;
}
.btn-success, .btn-success:active, .btn-success:active:focus, .btn-success:visited, .btn-success:focus{
    text-decoration: none;
    color: #fff;
    outline: none;
    background-color: #09c5ff;
    box-shadow: none !important;
}

.btn-inactive, .btn-inactive:active, .btn-inactive:active:focus, .btn-inactive:visited, .btn-inactive:focus{
    text-decoration: none;
    color: #fff;
    outline: none;
    background-color: #67787c;
    box-shadow: none !important;
}

.select2-selection__rendered {
    line-height: 58px !important;
}
.select2-container .select2-selection--single {
    height: 61px !important;
}
.select2-selection__arrow {
    height: 60px !important;
}


.btn-hidden{
    display: none !important;
}

.icon-user{
    font-size: 17px !important;
    position: relative !important;
    top: .15em !important;
    padding-right: 6px !important;
}

.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    padding: 10px;
    border: 1px solid black;
}
.table-row:nth-child(even) {
    background: lightblue;
}

.menu-image{
    max-width: 412px;
    max-height: 424px;
}

.category-box{
    height: 80px;
    padding: 30px;
    font-size: 20px;
}

.reset-bt{
    height: 25px;
    margin: 20px !important;
    padding: 2px;
    width: 100px;
}

.product-detail-box{
    margin: 20px;
}

#prdMainImage, .product-main-carousel  {
    height: 300px !important
}


.carousel-img{
    height: 300px !important;
}

#detailsTable table tr{ display:none;
}

#detailsTable table tr {
    opacity: 1;
    transition: opacity 0.5s linear;
}

#detailsTable table tr.hide {
    opacity: 0;
}

.more-bt{
    height: 25px;
    margin: 20px !important;
    padding: 2px;
    width: 125px;
    color: #09c5ff;
    cursor: pointer;
}
.less-bt{
    height: 25px;
    margin: 20px !important;
    padding: 2px;
    width: 125px;
    color: #f40c0c;
    cursor: pointer;
}

.tire-logo{
    max-height: 61px !important;
    max-width: 120px !important;

}

.logo-img{
    object-fit: contain !important;
    max-width: 120px;
    max-height: 61px;
}

.header-color-text{
    color: #17c6aa;
}

.slider-back{
    background: #f9f9f9;
}

.logo-slider{
    width: 300px;
    height: 300px;
    margin-top: 20%;
}

.subcategory-slider{
    min-height: 110px;
    background: #f9f9f9;
    margin: 20px;
    border-radius: 30px;
}

.subcategory-link{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25%;
    background: #f9f9f9 !important;
}

#contact-map-under-form{
    position: relative;
    z-index: 0;
    width: 100%;
    height: 680px;
    margin-top: -280px;
}

.movil-admin{
    font-size: 17px;
    line-height: 25px;
    display: block;
    padding: 5px 0;
    cursor: pointer;
    text-decoration: none;
    color: #282828;
    background: transparent;
    -ms-flex: 1;
    flex: 1
}

.modal-info-content .form-card-bg{
    padding: 0px 30px 0 !important;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .kv-expanded-content {
        width:100%;
        word-wrap: break-word;
        white-space: pre-wrap;
        white-space: -o-pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
    }
}

.mb-60{
    margin-bottom: 60px;
}

.m-20{
    margin: 20px
}

.mt-60{
    margin-top: 60px !important;
}
.pace .pace-progress {
    background: #17c6aa !important;
}


.pace .pace-progress-inner {
    box-shadow: 0 0 10px #17c6aa, 0 0 5px #17c6aa !important;
}

.pace .pace-activity {
    border-top-color: #17c6aa !important;
    border-left-color: #17c6aa !important;
}

.gallery-item{
    max-height: 300px
}
.gallery-item-image{
    max-height: 300px !important
}

.galery-image{
    object-fit: contain;
}

.gallery-image{
    object-fit: contain
}

.person-item-info{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.person-item-title{
    background: #33343582;
}