/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18-dic-2017, 14:24:12
    Author     : YV-01-023
*/

.doofinder_hashid {
    font-family: Monaco, 'Lucida Console', 'Courier New', monospace;
    font-size: 11px;
    width: 250px;
}

.doofinder_dimensions {
    text-align: right;
    font-family: Monaco, 'Lucida Console', 'Courier New', monospace;
    font-size: 11px;
    width: 40px;
}

#fieldset_1 textarea {
    width: 640px;
    min-height: 320px;
    font-family: Monaco, 'Lucida Console', 'Courier New', monospace;
    font-size: 11px;
    resize: vertical;
}

.df-notice {
    color: black;
    display: block;
    font-style: normal;
    background: white;
    border: 1px dotted #CCCED7;
    padding: 5px;
    margin-bottom: 0.5em;
    width: 638px;
}

.df-notice b {
    color: black;
}

.df-notice a {
    color: #4F7FC8;
    text-decoration: underline;
}

.df-layer--grid .df-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 210px;
    -ms-flex: 1 0 210px;
    flex: 1 0 210px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.df-layer--grid .df-stars-comments {
    text-align: center;
    margin-top: -20px;
    min-height: 30px;
}
.df-layer--grid .media_comments{
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
    color: #767676;
    font-weight: 400;
}
.df-stars-comments > div > div:after{
    content: "";
    background-image: #b1b3b4;
    background-image: -webkit-linear-gradient(to right, white, white, #b1b3b4, white, white);
    background-image: -o-linear-gradient(to right, white, white, #b1b3b4, white, white);
    background-image: -moz-linear-gradient(to right, white, white, #b1b3b4, white, white);
    background-image: linear-gradient(to right, white, white, #b1b3b4, white, white);
    height: 1px;
    display: block;
    margin-bottom: 5px;
}

.df-layer--grid .df-card__pricing{
    text-align: center;
}

.df-layer--grid .df-card__extra{
    text-align: center;
}

.df-layer--grid .df-card__extra > a{
    background-image: linear-gradient(rgb(255, 154, 79), rgb(255, 93, 40));
    color: #fff;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    border-radius: 4px;
    padding: 3px 23px;
    margin-top: 10px;
}
#dfclassic{
    left: 50%!important;
    margin-left: -50%!important;
}
.df-classic .df-card__price--old{
    text-decoration: line-through;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700;
}
.df-classic .df-card__price--new {
    color: #f30018;
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700;
}
@media(max-width:767px){
    .df-mobile .df-card .df-stars-comments{
        margin-top: 0px;
        min-height: 26px;
    }
    .df-layer--grid.df-mobile .media_comments{
        font-size: 13px;
        position: relative;
        left: 2px;
        top: -1px;
    }
    .df-layer--grid.df-mobile .df-card__title {
        height: 37px;
        overflow: hidden;
    }
    .df-layer--grid.df-mobile .df-stars-comments > div > div:after{
        content: none;
    }
    .df-mobile .df-card__price--old{
        text-decoration: line-through;
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 0;
        font-weight: bold;
    }
    .df-mobile .df-card__price--new {
        color: #f30018;
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
        margin-top: 0;
        font-weight: bold;
    }
    .df-mobile.df-layer--grid .df-card{
        margin-top:5px;
    }
    .df-layer--grid .df-card__image{
        height: 150px;
        margin-bottom: 10px;
    }
}

@media(max-width:419px){
    .df-layer--grid.df-mobile .df-card__extra > a{
        padding: 3px 10px;
    }
    .df-mobile.df-layer--grid .df-card{
        max-width: 50%;
        padding: 10px 5px;
    }
}