﻿.calendar td{
    color: #090B0D;
    background-color: white;
}

.filter-panel-edit {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px;
}

.filter-panel {
    padding: 0px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.filter-form {
    background-color: rgba(1, 3, 12, 0.33);
    outline: none;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 1.6em 0;
    border: 1px solid rgba(0, 0, 0, 0.37);
    box-shadow: 0px 4px 10px 0px rgba(1, 3, 12, 0.33);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(1, 3, 12, 0.33);
    box-shadow: 0px 4px 10px 0px rgba(1, 3, 12, 0.33);
    -moz-box-shadow: 0px 4px 10px 0px rgba(1, 3, 12, 0.33);
}

.filter-box {
    font-size: 15px;
    outline: none;
    font-weight: 600;
    background: #13161B;
    border-top: 1px solid #090B0D;
    border-right: 2px solid #424549;
    border-bottom: 2px solid #424549;
    border-left: 1px solid #090B0D;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: inset 0px 3px 0px 0px rgba(5, 5, 5, 0.15);
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(5, 5, 5, 0.15);
    box-shadow: inset 0px 3px 0px 0px rgba(5, 5, 5, 0.15);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(5, 5, 5, 0.15);
    font-family: 'Raleway', sans-serif;
}

.txtBoxBg {
    background-image: url("../images/calendar.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.data-pager, a, a:hover, a:link {
    text-align: center;
    font-size: 15px;
    outline: none;
    font-weight: 600;
    color: #ff9f1a;
    font-family: 'Raleway', sans-serif;
}

.empty {
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #ff9f1a;
}

<!-- ////////////////////////////// -->
.tab-content {
    overflow: hidden;
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.details {
    padding: 1em;
}


.product-title, .bold-orange, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
    padding-bottom: 20px;
}

.bold-orange {
    color: #ff9f1a;
}

.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;
}



@media screen and (max-width: 500px) {
    .hiddenOnMobile {
        display: none;
    }
}
