@media (min-width: 1200px) {
    .container {
        width: 100% !important;
    }

    .sidebar-p {
        position: sticky;
        top: 160px;
        overflow-y: scroll;
        height: calc(100vh - 200px);
        background-color: rgba(0,0,0,.0001);
        border-radius: 5px;
        padding-bottom: 50px;
    }

    .sidebar-p::-webkit-scrollbar {
        width: 1em;
    }

    .sidebar-p::-webkit-scrollbar-track {
        background-color: white;
    }

    .sidebar-p::-webkit-scrollbar-thumb {
        background-color: #ef4447;
        border-radius: 50px;
    }

    h1 {
        position: sticky;
        top: 125px;
        background-color: white;
        padding: 20px;
        border-bottom: 2px solid #58a6dc;
    }
}

@media (min-width: 992px) {

    .sidebar-p {
        position: sticky;
        top: 160px;
        overflow-y: scroll;
        height: calc(100vh - 200px);
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 5px;
        padding-bottom: 50px;
    }

    .sidebar-p::-webkit-scrollbar {
        width: 1em;
    }

    .sidebar-p::-webkit-scrollbar-track {
        background-color: white;
    }

    .sidebar-p::-webkit-scrollbar-thumb {
        background-color: #ef4447;
        border-radius: 50px;
    }
}

header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    position: sticky;
    top: 0;
    left: 0;
    webkit-box-shadow: 0px 5px 5px 0px rgba(208, 208, 208, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(208, 208, 208, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(208, 208, 208, 0.75);
}

header .navbar-wrapper {
    background-color: inherit !important;
    display: flex;
}

header .navbar-wrapper .container-fluid {
    margin: auto;
}

body {
    background-color: white;
}

header {
    z-index: 999;
}

p {
    color: #6a7977;
    letter-spacing: 1.25px;
}

.sidebar-p .title {
    text-align: center;
    font-size: 2rem;
    margin: 20px;
}

strong {
    color: #f57c39;
}

/****************** WIDGETS AMAZON *********************/
.amazon-product {
    position: relative;
    margin: 0 0 30px;
    width: 100%;
}

.amazon-product-price {
    font-family: 'Roboto';
}

.amazon-product .amazon-product-outofstock {
    color: #f58b1d;
    font-size: 14px;
    font-weight: bold;
}

.amazon-product .amazon-product-image {
    display: block;
    border: none;
    box-shadow: none;
}

.amazon-product.has-ribbon {
    padding-top: 35px !important;
}

.amazon-product .amazon-product-ribbon {
    padding: 0 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.amazon-product .amazon-product-ribbon.promo {
    background-color: #27ae60;
    border-bottom-left-radius: 2px;
    color: #fff
}

.amazon-product-rating {
    margin: 0 auto 10px;
}

a.amazon-product-rating-star {
    position: relative;
    display: inline-block;
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
    background-image: url('../images/star-v1.svg');
}

a.amazon-product-rating-star.rating-medium {
    height: 20px;
    width: 100px;
    background-size: 20px 20px;
}

a.amazon-product-rating-star.rating-medium > span {
    height: 20px;
    width: 100px;
    background-size: 20px 20px;
}

a.amazon-product-rating-star span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: url('../images/v1-active.svg');
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
}

.amazon-product a.amazon-product-button {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 7px 12px 6px 12px;
    border: 1px solid transparent !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    text-decoration: none !important;
    background-color: #fff;
    border-color: #ccc !important;
    color: #333 !important;
}

.amazon-product-button.rounded {
    border-radius: 3px;
}

.amazon-product a.amazon-product-button.with-icon {
    position: relative;
    padding-left: 32px;
}

.amazon-product a.amazon-product-button.with-icon.amazon-product-button-orange {
    padding-left: 0;
}

.amazon-product a.amazon-product-button.with-icon:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: 9px center;
}

.amazon-product a.amazon-product-button.shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset !important;
}

.amazon-product a.amazon-product-button.amazon-product-button-buy {
    border-color: #9c7e31 #90742d #786025 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .4) inset;
    background: #f0c14b;
    background: linear-gradient(to bottom, #f7dfa5, #f0c14b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111 !important;
}

.amazon-product a.amazon-product-button.amazon-product-button-buy:before {
    background-image: url('../images/cart-black.svg');
}

.amazon-product a.amazon-product-button.amazon-product-button-orange {
    background-color: #f39c12;
    border-color: #f39c12 !important;
    color: #fff !important;
    text-transform: uppercase;
}

.amazon-product a.amazon-product-button.amazon-product-button-orange:before {}

.amazon-product span.amazon-product-prime {
    display: inline-block;
    width: 55px;
    height: 16px;
    vertical-align: middle;
    background-image: url('../images/prime.png');
}

/******* HORIZONTAL ********/
.amazon-product.amazon-product-horizontal {
    display: block;
    max-width: 100%;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ececec;
    font-size: 15px;
    line-height: 1.6;
}

.amazon-product.amazon-product-horizontal .amazon-product-ribbon {
    position: absolute;
    padding: 0 15px;
}

.amazon-product.amazon-product-horizontal .amazon-product-ribbon.promo {
    top: -1px;
    right: -1px;
}

.amazon-product.amazon-product-horizontal .amazon-product-rating {
    margin: 0 auto 10px;
    text-align: center;
}

.amazon-product.amazon-product-horizontal .amazon-product-rating .amazon-product-reviews {
    margin-top: 5px;
    font-size: 12px;
    text-align: center;
}

.amazon-product.amazon-product-horizontal .amazon-product-rating a {
    border: none;
    text-decoration: none;
}

.amazon-product.amazon-product-horizontal .amazon-product-rating a span {}

.amazon-product.amazon-product-horizontal .amazon-product-image {
    float: left;
    width: 160px;
    text-align: center;
}

.amazon-product.amazon-product-horizontal .amazon-product-image .amazon-product-image-link {}

.amazon-product.amazon-product-horizontal .amazon-product-image .amazon-product-image-link .amazon-product-image-image {
    height: auto;
    margin: 0 auto 15px;
    max-height: 135px;
    max-width: 100%;
    width: auto;
}

.amazon-product.amazon-product-horizontal .amazon-product-content {
    margin-left: 168px;
    padding-left: 20px;
}

.amazon-product.amazon-product-horizontal .amazon-product-title {
    display: block;
    margin: 0 0 15px 0;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    line-height: 22px;
}

.amazon-product.amazon-product-horizontal .amazon-product-description {
    margin: 0;
}

.amazon-product.amazon-product-horizontal .amazon-product-description > ul {
    margin: 0 0 5px;
    padding: 0 0 0 3px;
    list-style-type: disc;
    list-style-position: outside;
}

.amazon-product.amazon-product-horizontal .amazon-product-description > ul li {
    font-size: 13px;
    margin-bottom: 5px;
}

.amazon-product.amazon-product-horizontal .amazon-product-button-orange {
    padding-left: 15px !important;
}

.amazon-product.amazon-product-horizontal .amazon-product-footer {
    text-align: right;
    margin-left: 160px;
    padding-left: 20px;
}

.amazon-product.amazon-product-horizontal .amazon-product-pricing {
    display: block;
    margin-bottom: 5px;
}

.amazon-product.amazon-product-horizontal .amazon-product-pricing .amazon-product-price {
    display: inline-block;
    line-height: 34px;
    vertical-align: middle;
}

.amazon-product.amazon-product-horizontal .amazon-product-pricing .amazon-product-price.amazon-product-price-saved {
    border-radius: 2px;
    background-color: #27ae60;
    padding: 4px 12px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
}

.amazon-product.amazon-product-horizontal .amazon-product-pricing .amazon-product-price.amazon-product-price-current {
    font-size: 20px;
    font-weight: 700;
}

.amazon-product.amazon-product-horizontal .amazon-product-pricing .amazon-product-price.amazon-product-price-old {
    text-decoration: line-through;
}

.amazon-product.amazon-product-horizontal .amazon-product-pricing span + span {
    margin-left: 7px;
}

@media (min-width: 767px) {
    .amazon-product.amazon-product-horizontal {
        min-height: 250px;
    }

    .container {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    header {
        flex-wrap: wrap;
    }

    .navbar-wrapper {
        width: 100%;
    }

    .navbar-wrapper .container-fluid {
        width: 100%;
    }

    .amazon-product.amazon-product-horizontal .amazon-product-image {
        float: none;
        width: 100%;
    }

    .amazon-product.amazon-product-horizontal .amazon-product-content {
        margin-left: 0;
        padding-left: 0;
    }

    .amazon-product.amazon-product-horizontal .amazon-product-footer {
        margin-left: 0;
        padding-left: 0;
        margin-top: 10px;
    }
}

/******* VERTICAL ********/
.amazon-product.amazon-product-vertical {
    min-height: 150px;
    zoom: 1;
    padding: 25px 15px 25px;
    display: block;
    max-width: 100%;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 1.6;
    min-width: 100%;
}

.amazon-product.amazon-product-vertical .amazon-product-image-link {
    display: block;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.amazon-product.amazon-product-vertical .amazon-product-image-link .amazon-product-image-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    box-shadow: none;
    float: none;
    opacity: 1;
}

.amazon-product.amazon-product-vertical .amazon-product-title {
    text-decoration: none;
    display: block;
    height: 40px;
    margin-top: 20px;
    border: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
}

.amazon-product.amazon-product-vertical .amazon-product-meta {
    display: block;
    margin-top: 5px;
}

.amazon-product.amazon-product-vertical .amazon-product-reviews {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    vertical-align: -10%;
}

.amazon-product.amazon-product-vertical .amazon-product-prime {
    float: right;
    margin-top: 7px;
}

.amazon-product.amazon-product-vertical .amazon-product-footer .amazon-product-button {
    display: block;
    width: 100%;
    margin: 0;
}

.amazon-product.amazon-product-vertical .amazon-product-pricing {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.amazon-product.amazon-product-vertical .amazon-product-outofstock {
    float: right;
    margin-bottom: 6px;
}

.amazon-product.amazon-product-vertical .amazon-product-price-old {
    float: left;
    font-size: 14px;
    text-decoration: line-through;
    margin-bottom: 12px;
}

.amazon-product.amazon-product-vertical .amazon-product-price-current {
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.amazon-product.amazon-product-vertical .amazon-product-price-saved {
    border-radius: 2px;
    background-color: #27ae60;
    padding: 1px 6px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    vertical-align: 1px;
    margin-left: 10px;
}

.amazon-product.amazon-product-vertical .amazon-product-ribbon {
    padding: 0 10px;
}

.amazon-product.amazon-product-vertical .amazon-product-ribbon.promo {
    position: absolute;
    top: -1px;
    right: -1px;
}

/******* WIDGET SMALL *****/
.amazon-product.amazon-product-widget-small {
    zoom: 1;
    padding: 20px;
    background: #fff;
    border: 1px solid #ececec;
    color: inherit;
    position: relative;
    display: block;
    margin: 0 0 20px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
    white-space: normal;
    min-width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}

.amazon-product.amazon-product-widget-small .amazon-product-inner {
    position: relative;
    display: block;
}

.amazon-product.amazon-product-widget-small .amazon-product-title {
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    display: block;
}

.amazon-product.amazon-product-widget-small .amazon-product-image-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 75px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-height: 75px;
}

.amazon-product.amazon-product-widget-small .amazon-product-content {
    display: block;
    margin-left: 80px;
    min-height: 75px;
    padding: 3px 10px 5px;
}

.amazon-product.amazon-product-widget-small .amazon-product-meta {
    zoom: 1;
    margin-top: 5px;
}

.amazon-product.amazon-product-widget-small .amazon-product-meta .amazon-product-button {
    font-size: 11px;
    padding: 4px 12px 4px 30px !important;
    float: right;
}

.amazon-product.amazon-product-widget-small .amazon-product-rating-star {
    margin-right: 5px;
}

.amazon-product.amazon-product-widget-small .amazon-product-price {
    vertical-align: -3px !important;
    display: inline-block;
    color: inherit;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
}

.amazon-product.amazon-product-widget-small .amazon-product-price-old {
    vertical-align: -3px !important;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 13px;
    margin-left: 5px;
}

.amazon-product.amazon-product-widget-small .amazon-product-outofstock {
    float: right;
    padding-top: 3px !important;
}

.amazon-product.amazon-product-widget-small.has-ribbon {
    padding-top: 0px !important;
}

.amazon-product.amazon-product-widget-small.has-ribbon .amazon-product-inner {
    padding-top: 13px;
}

.amazon-product.amazon-product-widget-small .amazon-product-ribbon {
    z-index: 10;
    padding: 0 10px;
    font-size: 11px;
    line-height: 18px;
}

.amazon-product.amazon-product-widget-small .amazon-product-ribbon.promo {
    position: absolute;
    top: -7px;
    right: -5px;
    border-radius: 0;
}

/******* WIDGET TABLE *******/
.amazon-product-table {
    display: block;
    margin: 10px 0 30px;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
}

.amazon-product-table tr {
    margin-bottom: 20px;
}

.amazon-product-table tr:nth-child(2n+1) {
    background: rgb(250, 250, 250);
}

.amazon-product-table th {
    font-family: 'Dosis';
    font-size: 18px;
}

.amazon-product-table .amazon-product {
    display: block;
}

.amazon-product-table .amazon-product a.amazon-product-button {
    font-size: 13px;
}

.amazon-product-table .amazon-product a.amazon-product-button.with-icon {
    padding-left: 32px !important;
}

.amazon-product-table .amazon-product .amazon-product-reviews {
    color: rgb(102, 102, 102);
    font-size: 11px;
    display: block;
    white-space: nowrap;
    margin-top: 5px;
}

.amazon-product-table thead,
.amazon-product-table tbody,
.amazon-product-table td,
.amazon-product-table th {
    display: block;
    border: none;
}

.amazon-product-table td {
    padding: 10px;
    border: none;
    border-top: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
}

.amazon-product-table tr td.amazon-product-table-td-position {
    text-align: center;
    font-family: "Dosis";
    font-size: 25px;
    font-weight: bold;
}

.amazon-product-table tr td.amazon-product-table-td-position:before {
    content: attr(data-label) "";
    width: auto;
    margin-right: 5px;
}

.amazon-product-table thead tr {
    position: absolute;
    top: 9999px;
    left: 9999px;
    display: none;
}

.amazon-product-table thead tr:nth-child(odd) {
    background: #fafafa;
}

.amazon-product-table tr td.amazon-product-table-td-link {
    display: block;
    text-align: center;
}

.amazon-product-table tr td.amazon-product-table-td-pricing {
    display: block;
    text-align: center;
}

.amazon-product-table tr td.amazon-product-table-td-pricing span.amazon-product-price.amazon-product-price-old {
    color: rgb(102, 102, 102);
    font-size: 14px;
    text-decoration: line-through;
}

.amazon-product-table tr td.amazon-product-table-td-pricing span.amazon-product-price.amazon-product-price-current {
    font-weight: bold;
    font-size: 16px;
}

.amazon-product-table tr td.amazon-product-table-td-title a {
    font-family: "Dosis";
    font-size: 14px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: block;
}

.amazon-product-table tr td.amazon-product-table-td-thumb {}

.amazon-product-table tr td.amazon-product-table-td-thumb img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    margin: 0px auto;
}

.amazon-product-table tr td.amazon-product-table-td-thumb a {
    display: block;
    width: 100%;
    text-align: center;
}

.amazon-product-table tr td.amazon-product-rating {
    display: none;
}

@media (min-width: 800px) {
    .amazon-product-table {
        display: table;
        table-layout: auto;
        width: 100%;
        border: 1px solid #ededed;
        font-size: 14px;
        line-height: 1.4;
    }

    tr td.amazon-product-table-td-position {
        font-size: 15px !important;
    }

    .amazon-product-table tr td.amazon-product-table-td-title a {
        font-size: 14px !important;
        text-align: left;
    }

    .amazon-product-table tr td.amazon-product-table-td-pricing {
        padding-left: 10px;
        padding-right: 10px;
    }

    .amazon-product-table tr td.amazon-product-table-td-pricing span.amazon-product-prime {
        margin-top: 5px;
    }

    .amazon-product-table tr td.amazon-product-table-td-pricing span.amazon-product-price {
        display: block;
    }

    .amazon-product-table tr td.amazon-product-table-td-pricing span.amazon-product-price.amazon-product-price-old {
        font-weight: 400;
        font-size: 11px;
    }

    .amazon-product-table tr td.amazon-product-table-td-pricing span.amazon-product-price.amazon-product-price-current {
        font-size: 13px;
    }

    .amazon-product-table tr td.amazon-product-table-td-thumb img {
        display: block;
        height: auto;
        max-width: 65px;
        max-height: 100px;
        margin: 0px auto;
    }

    .amazon-product-table tbody {
        display: table-row-group;
    }

    .amazon-product-table tr {
        display: table-row !important;
    }

    .amazon-product-table tr:nth-child(2n+1) {
        background: none;
    }

    .amazon-product-table tr:nth-child(odd) {
        background: none;
    }

    .amazon-product-table tr th,
    .amazon-product-table tr td {
        border: none;
        vertical-align: middle;
        display: table-cell !important;
        padding: 10px 15px;
        text-align: left;
    }

    .amazon-product-table thead {
        background: #fafafa;
        display: table-header-group;
    }

    .amazon-product-table thead tr {
        position: static;
        top: auto;
        left: auto;
    }

    .amazon-product-table thead tr th {
        font-weight: bold;
        text-align: left;
    }

    .amazon-product-table tr th.amazon-product-table-th-position,
    .amazon-product-table tr td.amazon-product-table-td-position {
        max-width: 50px;
        font-weight: bold;
        white-space: nowrap;
        text-align: center;
    }

    .amazon-product-table tr th.amazon-product-table-th-title,
    .amazon-product-table tr td.amazon-product-table-td-title {
        min-width: 150px;
        text-align: left;
    }

    .amazon-product-table tr th.amazon-product-table-th-pricing,
    .amazon-product-table tr td.amazon-product-table-td-pricing {
        white-space: nowrap;
    }

    .amazon-product-table tr th.amazon-product-table-th-link,
    .amazon-product-table tr td.amazon-product-table-td-link {
        white-space: nowrap;
    }
}

/******* STYLE DARK ******/
.amazon-product.style-dark {
    background-color: #232f3e;
    color: #e2e2e2;
}

.amazon-product.style-dark .amazon-product-title {
    color: #fff;
}

.amazon-product.style-dark .amazon-product-price-current {
    color: #fff;
}

.amazon-product.style-dark .amazon-product-price-old {
    color: #999;
}

.amazon-product.style-dark .amazon-product-rating .amazon-product-reviews {
    color: #ccc;
}

.amazon-product.style-dark .amazon-product-ribbon.promo {
    top: 0px;
    right: 0;
}

.amazon-product.style-dark .amazon-product-image-link {
    margin-top: 5px;
}

/******* STYLE LIGHT ******/
.amazon-product.style-light {
    border: 2px solid pink;
    border-radius: 5px;
}

.amazon-product.style-light .amazon-product-price-old {
    color: #999;
}

.amazon-product.style-light .amazon-product-title {
    color:
        /*#69be58*/
        #f27a16;
    -webkit-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.amazon-product.style-light .amazon-product-title:hover {
    color: #002d32;
}

@media (min-width: 769px) {
    .amazon-product.amazon-product-widget-small .amazon-product-title {
        height: 50px;
        line-height: 23px;
    }
}

/**************** END WIDGETS AMAZON ******************/

/** ARTICLE EN HOME**/
.articles {}

.articles .article {
    padding: 15px;
    margin-bottom: 20px;
    min-height: 420px
}

.articles .article .article-image {
    text-align: center;
}

.articles .article .article-image a {
    display: block;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.articles .article .article-image a img {
    display: block;
    max-width: 85%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    box-shadow: none;
    float: none;
    opacity: 1;
}

.articles .article .article-header {
    margin-top: 10px;
}

.articles .article .article-header p {
    margin: 0;
    padding: 0;
}

.articles .article .article-header .pre {
    text-align: center;
}

.articles .article .article-header .pre .article-date {
    display: inline-block;
    font-style: italic;
    font-size: 12px;
    color: #999;
}

.articles .article .article-header .pre .article-comments a {
    color: #999;
}

.articles .article .article-header .article-content-start {
    font-size: 17px;
    color: #111;
    text-align: center;
    font-family: 'Dosis';
}

.articles .article .article-header .article-title {
    text-align: center;
    margin: 0px 0 15px 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 27px;
}

.articles .article .article-header .article-title a {
    text-decoration: none;
    color: #d35e08;
    font-family: 'Dosis';
}

.articles .article .article-header .article-title a:hover {
    color: #f58b1d;
}

/**** IMPORT FILES *****/
#dropfile {
    width: 600px;
    height: 100px;
    border: 3px dashed #BBBBBB;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}

#dropfile p {
    vertical-align: middle;
    font-family: 'Dosis';
    font-size: 25px;
    padding-top: 35px;
}

.import .result {
    visibility: hidden;
}

.import .result .template {
    display: none;
}

.import .content-form {}

.import .content-form h2 {
    text-align: center;
    color: #006064;
    text-decoration: underline;
}

.import .content-form h3 {
    margin-bottom: 30px;
    margin-top: 10px;
    text-decoration: underline !important;
}

.import .content-form a {
    color: #f58b1d;
    padding-top: 5px;
    display: inline-block;
}

.import .content-form .block {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #eee;
}

/**** CONNECTED ADMIN ****/
.connected-admin {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}

.connected-admin p {
    display: inline-block;
    margin-right: 20px !important;
    color: #fff;
    padding: 0;
    margin: 0;
}

.connected-admin a {
    display: inline-block;
    text-decoration: underline;
}

div.is-connected {
    margin-top: 30px;
}

/**** COMMENT ****/
.comments {
    margin-top: 40px;
}

/*** CONTACT ****/
.contact {
    margin-top: 0;
}

.contact p {
    text-align: center;
    margin: 30px auto;
}

.contact label {
    font-weight: normal;
}

.contact textarea {
    height: 150px;
}

.contact button {
    background-color: #1aaf06;
    color: #fff;
    border: 0;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
}

/** END CONTACT **/

/*** SITEMAP ***/
.sitemap {
    margin-left: 60px;
    margin-top: 30px;
}

.sitemap ul {
    list-style-type: disc;
}

.sitemap ul li {
    margin-bottom: 7px;
    font-size: 14px;
}

.sitemap ul li a {
    font-family: 'Dosis';
    font-size: 20px;
    font-weight: bold;
}

.sitemap ul.children {
    margin-top: 8px;
    margin-bottom: 30px;
}

.sitemap ul.children li {
    margin-left: 40px;
}


/*** SIDEBAR ***/
.sidebar {
    margin-top: 10px;
}

.sidebar .block {
    margin-bottom: 30px;
}

.sidebar .title {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-family: 'Dosis';
    color: #111;
    margin: 0 0 20px 0;
    font-size: 25px;
}

.sidebar .title:after {
    content: '';
    width: 75px;
    border-bottom: 2px solid #f29913;
    display: block;
    position: absolute;
    bottom: -1px;
}

.sidebar .presentation p {
    font-size: 12px;
    line-height: 20px;
}

.sidebar .presentation img {
    display: block;
    margin: 10px auto;
    width: 30%;
}

.sidebar ul.list {}

.sidebar ul.list li {
    margin-left: 10px;
    margin-bottom: 5px;
}

.sidebar ul.list li a {
    font-family: 'Dosis';
    font-size: 18px;
    color: #000;
}


/*** ALERT ***/
div.alert {
    border-width: 1px;
    border-style: solid;
    border-radius: 0 !important;
}

div.alert.success {
    border-color: #00450d;
    background-color: #eafaeb;
}

div.alert.error {
    border-color: #430e0e;
    background-color: #f7dbdb;
}

div.alert p {
    font-size: 16px;
}

div.alert.success p {
    color: #1c6215;
}

div.alert.error p {
    color: #a52424;
}

/** CONTENT **/
.content {
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 10px 25px 25px 25px;
    position: relative;
}

.content .page {}

.content .page .main {
    /*padding-right: 35px;*/
}

.content hr.undertitle {
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 30%;
    margin: 10px auto 10px auto;
}

.content .post-meta {
    margin: 0px auto 30px auto;
    line-height: 2.5;
    text-align: center;
}

.content .post-meta > span {
    display: inline-block;
    font-size: 16px;
    color: #021a48;
    font-family: "Dosis";
}

.content .post-meta > span {
    margin-right: 15px;
}

.content .post-meta > span:last-child {
    margin-right: 0px;
}

.content .post-meta span i {
    margin-right: 6px;
}

.content .post-meta span.author {}

.content .post-meta span.category {}

.content .post-meta span a {
    color: #021a48;
    font-weight: normal;
    font-size: 16px;
    font-family: "Dosis";
}

.content .illustration {
    margin: 0 20px 20px 0;
}

.content .illustration img {
    vertical-align: middle;
    width: 100%;
}

.content .illustration-article {
    text-align: center;
    margin: 30px auto 20px auto;
}

.content .illustration-article p {
    margin-top: 10px;
    color: #777;
    font-size: 12px;
}

.content .more {
    padding: 20px;
    margin: 60px auto 0 auto;
    text-align: center;
}

.content .voirplus {
    padding: 0;
    margin: 50px 0 0 0;
}

.content .more .more-title {
    font-family: "Dosis";
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px auto;
}

.content .more .more-block {
    margin-bottom: 20px;
    padding: 20px;
}

.content .more .more-block .more-block-link-image {
    display: block;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content .more .more-block:hover {
    border: 2px solid #68be58;
    border-radius: 5px;
}

.content .more .more-block .more-block-link-image img {
    display: block;
    max-width: 86%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    box-shadow: none;
    float: none;
    opacity: 1;
}

.content .more .more-block .more-block-link {
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}

/** END CONTENT **/


/** FOOTER **/
div#footer {
    background-color: #26a4dd;
    padding-bottom: 30px;
}

div#footer .block {
    color: #fff;
    padding-left: 20px;
}

div#footer .block ul li {
    font-size: 17px;
    margin-bottom: 3px;
    font-family: "Dosis";
}

div#footer .block a {
    color: #fff;
    text-decoration: none;
    font-family: "Dosis";
}

div#footer h3 {
    font-size: 25px;
    font-weight: bold;
    font-style: normal;
    font-family: "Dosis";
    color: white;
}

footer {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #3d3d3d, #212121) repeat scroll 0 0;
    padding: 19px 0 0 0;
    color: #fff;
    vertical-align: middle;
}

footer a {
    text-decoration: none;
    font-weight: normal;
}

footer h4 {
    color: #fff;
    margin: 0 0 15px 0;
}

footer ul {
    margin-left: 15px;
}

footer ul li {
    list-style-type: none;
    color: #fff;
    margin-bottom: 7px;
    display: inline-block
}

footer ul li a {
    margin-left: 20px;
}

/** END FOOTER **/

/** HEADER **/
header {
    margin: 0 auto;
    text-align: center;
}

header #section-logo {
    padding: 20px 0 10px 0;
}

header #section-logo img {
    width: 200px;
}

header .navbar-wrapper {
    background-color: #000;
}

header .navbar-wrapper .navbar {
    border: 0;
    margin-bottom: 0;
    background-color: transparent;
    height: 100%;
    min-height: 100%;
}

header .navbar-wrapper .navbar #navbar {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

header .navbar-wrapper .navbar ul.navbar-nav {}

header .navbar-wrapper .navbar ul.navbar-nav > li {
    display: inline-block;
    float: none;
    margin: 0;
    border-radius: 5px;
}

header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(1) > a:hover,
header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(2) > a:hover,
header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(3) > a:hover,
header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(4) > a:hover,
header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(5) > a:hover,
header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(6) > a:hover {
    color: white;
}

header .navbar-wrapper .navbar ul.navbar-nav > li > a {
    font-family: "Verdana";
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    letter-spacing: 1.6px;
    font-weight: normal;
    line-height: 16px;
    padding: 13px 26px;
}

header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(1):not(.active):not(:hover) > a {
    color: #58a6dc;
}

header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(2):not(.active):not(:hover) > a {
    color: #fbb04b;
}

header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(3):not(.active):not(:hover) > a {
    color: #f04547;
}

header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(4):not(.active):not(:hover) > a {
    color: #68be58;
}

header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(5):not(.active):not(:hover) > a {
    color: #f57c39;
}

header .navbar-wrapper .navbar ul.navbar-nav > li:nth-child(6):not(.active):not(:hover) > a {
    color: #58a6dc;
}

header .navbar-wrapper .navbar li a:hover,
header .navbar-wrapper .navbar li a:active,
header .navbar-wrapper .navbar li a:not(:focus),
header .navbar-wrapper .navbar li a:focus {
    background-color: transparent !important;
}

header .navbar-wrapper .navbar ul > #l-a.active {
    background-color: #58a6dc;
}

header .navbar-wrapper .navbar ul > #l-b.active {
    background-color: #fbb04b;
}

header .navbar-wrapper .navbar ul > #l-c.active {
    background-color: #f04547;
}

header .navbar-wrapper .navbar ul > #l-d.active {
    background-color: #68be58;
}

header .navbar-wrapper .navbar ul > #l-e.active {
    background-color: #f57c39;
}


header .navbar-wrapper .navbar ul > #l-a:hover {
    background-color: #58a6dc;
    transition-duration: 0.7s;
}

header .navbar-wrapper .navbar ul > #l-b:hover {
    background-color: #fbb04b;
    transition-duration: 0.7s;
}

header .navbar-wrapper .navbar ul > #l-c:hover {
    background-color: #f04547;
    transition-duration: 0.7s;
}

header .navbar-wrapper .navbar ul > #l-d:hover {
    background-color: #68be58;
    transition-duration: 0.7s;
}

header .navbar-wrapper .navbar ul > #l-e:hover {
    background-color: #f57c39;
    transition-duration: 0.7s;
}

header .navbar-wrapper .navbar ul > #l-b ul li {
    border: 1px solid #fbb04b;
}

header .navbar-wrapper .navbar ul > #l-b ul li:hover {
    background-color: #fdc06d;
    transition-duration: 0.5s;
}

header .navbar-wrapper .navbar ul > #l-b ul li:hover a {
    color: white;
    transition-duration: 0.5s;
}

header .navbar-wrapper .navbar ul > #l-b ul li a {
    color: #fbb04b;
    text-align: center;
    font-family: "Verdana";
    text-decoration: none;
    font-size: 1.3rem;
    letter-spacing: 1.6px;
    line-height: 16px;
    padding: 13px 26px;
}

header .navbar-wrapper .navbar ul > #l-c ul li {
    border: 1px solid #f04547;
}

header .navbar-wrapper .navbar ul > #l-c ul li:hover {
    background-color: #ff7676;
    transition-duration: 0.5s;
}

header .navbar-wrapper .navbar ul > #l-c ul li:hover a {
    color: white;
    transition-duration: 0.5s;
}

header .navbar-wrapper .navbar ul > #l-c ul li a {
    color: #ff7676;
    text-align: center;
    font-family: "Verdana";
    text-decoration: none;
    font-size: 1.3rem;
    letter-spacing: 1.6px;
    line-height: 16px;
    padding: 13px 26px;
}

header .navbar-wrapper .navbar ul > #l-c.active {
    background-color: #f04547;
}

.navbar-toggle {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

.dropdown-menu {
    border-bottom: none !important;
    width: auto;
    padding-top: 0;
    margin-top: -1px !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.dropdown-menu > li {
    border-bottom: 1px solid #58a6dc;
    text-decoration: none;
    padding: 0 5px;
}

.dropdown-menu > li > a {
    color: #000;
    padding: 12px 0 12px 10px;
    text-decoration: none;
    font-size: 13px;
}

.dropdown-menu.second {
    position: absolute;
    top: 0%;
    border-radius: 0;
}

li.dropdown.jardin .dropdown-menu.second {
    left: 158px;
}

li.dropdown.sante .dropdown-menu.second {
    left: 158px;
}

li.dropdown.maison .dropdown-menu.second {
    left: 158px;
}

@media (min-width: 768px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

/** GENERAL **/
.list-errors {
    background-color: #fd9595;
    color: #950701;
    line-height: 20px;
    margin: 0 0 30px 0;
    padding: 10px 20px;
}

.list-errors.ok {
    background-color: #a5eda7;
}

.list-errors li {
    color: #950701;
    list-style-type: decimal;
    margin-left: 30px;
}

.list-errors.ok li {
    color: #14691a;
    list-style-type: none;
    margin-left: 10px;
}

/** GENERAL **/
.brspace {
	display: block;
	Width:100%;
	Height:15px;
}

.green {
    color: #26ae5f;
}

.center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.undertitle {}

.modal-dialog {
    z-index: 10000;
}

.highlight {
    font-weight: bold;
    color: #eda93a;
}

h1 {
    font-size: 30px;
    margin: 10px 0 15px 0;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    color: #58a6dc;
    font-family: "Dosis";
}

h2 {
    font-size: 30px;
    margin: 35px 0 20px 0;
    font-weight: bold;
    line-height: 33px;
    font-style: normal;
    color: #f5f5f5;
    font-family: "Dosis";
    background-color: #58a6dc;
    padding: 20px;
    text-align: center;
}

h2 i {
    margin-right: 10px;
    margin-left: 10px;
}

h2 i.fa-heart {
    color: #ff0000;
}

h3 {
    font-family: 'Dosis';
    font-size: 23px;
    font-style: normal;
    margin: 40px 0 25px 0;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none ! important;
    color: #58a6dc;
}

h3 i.fa-heart {
    color: #ff0000;
}

p {
    margin-bottom: 23px;
    line-height: 25px;
    font-size: 14px;
    padding-left: 20px;
}

p .border {
    margin-bottom: 23px;
    line-height: 25px;
    font-size: 14px;
    padding-left: 20px;
    border-left: 1px solid #fbb04b;
}


/* PRESENTATION VALOU */
.top-products .product .img img{
  width:100%;
}

.top-products{
  flex-wrap:wrap;
}

.top-products .content-products{
  flex-wrap:wrap;
}

.top-products .product .titre-jouet{
  padding:10px;
  text-align:center;
  font-size:25px;
  letter-spacing:1.3px;
  background-color:#58a6dc;
  color:white;
}

.top-products .product{
  width:100%;
  border-radius:5px;
  display:block;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(165, 165, 165);
-moz-box-shadow: 0px 0px 10px 0px rgb(165, 165, 165);
box-shadow: 0px 0px 10px 0px rgb(165, 165, 165);
}

.top-products tr{
  width:100%;
  display:block;
}

.top-products td{
  width:100%;
  display:block;
}

.top-products .btn{
  background-color:#58a6dc;
  width:100%;
  padding:10px;
  color:white;
  transition-duration:2sec
}

.top-products .btn:hover{
  color:white;
   background-color:green;
}


.top-products .avantages{
  border:10px solid #69bd58;
  color:black;
  padding:10px;
  position:relative;
  display:flex;
  min-height:50px;
}

.top-products .avantages div{
  height:30px;
  width:30px;
  border:2px solid white;
  border-radius:5px;
  position:absolute;
}

.top-products .avantages div span{
  position:absolute;
  font-size:30px;
  top:-13px;
  left:4px;
}

.top-products .avantages p{
  padding-left:40px;
  margin-bottom:0;
  
}

.top-products .prix{
  font-family: "Dosis";
  font-size:20px;
  font-weight:bold;
  padding:10px;
  text-align:center;
}

.top-products .dcompa{
  font-family: "Dosis";
  font-size:20px;
  padding:10px;
  text-align:center;
}


.top-products .inconveniants{
  border: 10px solid #ef4347;
  color:black;
  padding:10px;
  position:relative;
  min-height:50px;
}

.top-products .inconveniants div{
  height:30px;
  width:30px;
  border:2px solid white;
  border-radius:5px;
  position:absolute;
}

.top-products .inconveniants div span{
  position:absolute;
  font-size:30px;
  top:-12px;
  left:7px;
}

.top-products .inconveniants p{
  padding-left:40px;
  margin-bottom:0;
}

.top-products .livraison{
  padding:10px;
  border-top:2.5px solid black;
}

.top-products .dcompa img{
  width:30px;
  margin: auto 0;
  
}

.top-products .livraison p{
  margin:0;
  margin: auto 10px;
  
}



/*.container { min-width: 1250px; }*/
.container-fluid {
    padding: 0;
}

.underline {
    text-decoration: underline;
}

a {
    color: #d35e08;
}

a:hover {
    color: #d35e08;
}

.clear {
    clear: both;
}

* {
    font-family: "Verdana", "sans-serif";
}

.breadcrumb,
.breadcrumb span,
.breadcrumb a {
    font-family: "Dosis";
    font-size: 19px;
    background-color: white;
}

.breadcrumb a {
    font-weight: normal;
}

.breadcrumb {
    height: 35px;
    margin-bottom: 5px;
}

.breadcrumb_top {
    width: 100%;
    min-height: 35px;
}

/** END GENERAL **/


@media (max-width: 768px) {
    .content {
        padding: 0;
    }

    header #section-logo img {
        width: 150px;
    }

    .sitemap {
        margin-left: 30px;
        margin-top: 10px;
    }

    .sitemap ul li a {
        font-size: 15px;
    }

    .sitemap ul.children {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .sitemap ul.children li {
        margin-left: 15px;
    }

    .sitemap ul.children li a {
        font-size: 16px;
    }

    h1 {
        font-size: 23px;
    }

    h2 {
        margin: 20px 0 20px 0;
        line-height: 27px;
    }

    hr.undertitle {
        margin-bottom: 10px !important;
    }

    .breadcrumb {
        display: none;
    }

    .breadcrumb_top {
        display: none;
    }

    .post-meta {
        display: none;
    }

    .navbar-wrapper {
        background-color: transparent !important;
    }

    .navbar-toggle {
        border: 2px solid #f57c39;
        position: absolute;
        right: 15px;
        top: -70px;
    }

    .navbar-toggle .icon-bar {
        background-color: #f57c39;
    }

    ul.navbar-nav {
        margin: 15px;
        background-color: #fff;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    ul.navbar-nav li {
        border: none !important;
        display: block !important;
        text-align: left;
        border-bottom: 1px solid #ccc !important;
        margin-right: 0px !important;
    }

    ul.navbar-nav li.active {
        background-color: #fff !important;
    }

    ul.navbar-nav li a {
        color: #000 !important;
    }

    ul.navbar-nav li a span.caret {
        display: none;
    }

    header .navbar-wrapper .navbar ul > li:hover {
        background-color: #fff !important;
    }

    .sidebar {
        margin-top: 40px;
    }

    .content .illustration {
        float: none;
        text-align: center;
        border: none;
		max-width: 500px;
        width: 89%;
        margin: 0 auto 10px auto;
    }

    .amazon-product-price {
        font-family: 'Dosis';
    }

    .amazon-product-table tr td.amazon-product-table-td-pricing span.amazon-product-price.amazon-product-price-current {
        font-size: 18px;
    }

    .articles .article {
        min-height: 0;
        margin-bottom: 20px;
    }

    .comments {
        display: none;
    }

    h2.center {
        font-size: 20px;
    }
}

@media (max-width: 996px) {
    header #section-logo img {
        width: 150px;
    }
}

@media (max-width: 910px) and (min-width: 769px) {
    header #section-logo {
        margin: auto;
    }

    header .navbar-wrapper {
        margin: auto;
    }
}





