.double-line {
    width: 100%;
    height: 32px;
    display: block;
    background: url(/images/double-line.png) repeat-x center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.double-line-title {
    width: 100%;
    display: block;
    background: url(/images/double-line.png) repeat-x center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    text-align: center;
    margin-bottom: 80px;
}

.double-line-title span {
    background: white;
    font-family: 'Libre-Baskerville-Regular';
    color: #a37b2c;
    text-transform: uppercase;
    font-size: 34px;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 10px;
}

.editorial-wrapper {
    margin-bottom: 100px;
}

.editorial-wrapper .editorialBannerSection {
    float: left;
    width: 31%;
}

.editorial-wrapper .editorialBannerSection img {
    width: 100%;
}

.editorial-wrapper .editorialProductSection {
    float: left;
    width: 69%;
}

@media only screen and (min-width: 768px) {
    .editorial-wrapper:nth-child(odd) .editorialBannerSection {
        padding-right: 20px;
    }

    .editorial-wrapper:nth-child(even) .editorialBannerSection {
        padding-left: 20px;
    }
}

.editorial-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.editorial-wrapper .flying-title-container {
    position: relative;
}

.editorial-wrapper h3.flying-title {
    font-style: italic;
    z-index: 100;
    position: absolute;
    top: 6px;
    left: 380px;
    font-size: 54px;
    color: #585858;
}

.editorial-wrapper .productSlider {
    position: relative;
}

.editorial-wrapper .productSectionBox {
    margin-top: 100px;
}

.editorial-wrapper .productSectionBox.compact {
    margin-top: 0;
}

.editorial-wrapper .productListInfoBox {
    text-align: left;
}

.editorial-wrapper .condition_info:after {
    left: 10px;
}

.editorial-wrapper .productSectionBox.banner {
    width: 31%;
    position: relative;
}

.editorial-wrapper .productSectionBox.banner .flying-banner {
    position: absolute;
    top: -60px;
    width: 100%;
}

.editorial-wrapper .productSectionBox.banner .flying-banner.flying-left {
    left: 0;
    padding-right: 20px;
}

.editorial-wrapper .productSectionBox.banner .flying-banner.flying-right {
    right: 0;
    padding-left: 20px;
}

.editorial-wrapper .productSectionBox.banner .flying-banner img {
    width: 100%;
}

.editorial-wrapper .productSectionBox .flying-tag-container {
    position: relative;
}

.flying-tag-container {
    position: relative;
}

.flying-tag {
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #e6e6e6;
    padding: 0 0 0 8px;
    z-index: 1000;
    width: auto;
    line-height: 18px;
    display: none;
    text-align: center;
    font-size: 10px;
    opacity: 0.85;
}

.flying-tag:hover {
    opacity: 1;
}

.flying-tag div.arrow {
    float: right;
    padding: 0 5px;
    background-color: #a37b2c;
    color: #fff;
    margin-left: 8px;
}

.flying-tag:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: none;
    border-bottom: 4px solid #e6e6e6;
    top: -4px;
    left: 50%;
}

.editorial-wrapper .productSectionBox.smaller {
    width: 23%;
}

/*.editorial-wrapper .itemsSlider li {*/
/*width: 23%;*/
/*}*/

.editorial-wrapper .itemsSlider .productSectionBox.smaller {
    width: 100% !important;
}

/*.itemsSlider .productSectionBox {*/
/*float:none;*/
/*margin:0 auto;*/
/*}*/

.editorial-wrapper .productSlider {
    width: 69%;
}

.editorial-wrapper .productSlider.fullWidthSlider {
    width: 100%;
}

.editorial-wrapper .productSectionWrapperLeft .productSlider {
    float: right;
}

.editorial-wrapper .productSectionWrapperRight .productSlider {
    float: left;
}

.editorial-wrapper .itemsSlider .owl-item {
    width: 266px !important;
}

.editorial-wrapper .prevBtn, .editorial-wrapper .nextBtn {
    top: 45% !important;
    z-index: 100;
}

.editorial-wrapper .prevBtn {
    left: -10px;
}

.editorial-wrapper .nextBtn {
    right: 0;
}

@media only screen and (max-width: 959px) {
    .editorial-wrapper h3.flying-title {
        left: 400px;
    }

    .editorial-wrapper .editorialBannerSection {
        width: 40%;
    }

    .editorial-wrapper .editorialProductSection {
        width: 60%;
    }

    .editorial-wrapper .productSectionBox.banner {
        width: 40%;
    }

    .editorial-wrapper .productSectionBox.banner .flying-banner.flying-left {
        left: 20px;
        padding-right: auto;
    }

    .editorial-wrapper .productSectionBox.banner .flying-banner.flying-right {
        right: 20px;
        padding-left: auto;
    }

    .editorial-wrapper .productSectionBox.smaller {
        width: 30%;
    }

    .editorial-wrapper .productSlider {
        width: 60%;
    }

    /*.editorial-wrapper .itemsSlider li {*/
    /*width: 30%;*/
    /*}*/
    /*.itemsSlider li {*/
    /*float:left;*/
    /*width:33.3333%;*/
    /*}*/
}

@media only screen and (max-width: 767px) {
    .editorial-wrapper {
        margin-bottom: 20px;
    }
    .editorial-wrapper .productPrice {
        height: auto;
    }

    .editorial-wrapper .productSectionBox {
        margin-top: 0;
    }

    .editorial-wrapper .flying-title-container {
        position: inherit;
    }

    .editorial-wrapper h3.flying-title {
        position: inherit;
        top: inherit;
        left: inherit;
        font-size: 26px;
    }

    .editorial-wrapper .productSectionBox.banner {
        margin-bottom: 40px;
    }

    .editorial-wrapper .productSectionBox.banner .flying-banner {
        position: inherit;
        top: 0;
    }

    .editorial-wrapper .productSectionBox.banner .flying-banner.flying-left {
        left: 0;
        padding-right: 0;
    }

    .editorial-wrapper .productSectionBox.banner .flying-banner.flying-right {
        right: 0;
        padding-left: 0;
    }

    .editorial-wrapper .editorialBannerSection {
        width: 100%;
        padding: 0 10px;
    }

    .editorial-wrapper .editorialProductSection {
        width: 100%;
    }

    .editorial-wrapper .productSectionBox.banner {
        width: 100%;
    }

    .editorial-wrapper .productListInfoBox {
        text-align: center;
    }

    .editorial-wrapper .productSlider {
        width: 100% !important;;
    }

    .editorial-wrapper ul.itemsSlider {
        width: 100% !important;
    }

    .editorial-wrapper .itemsSlider li {
        width: 100% !important
    }

    .itemsSlider .productSectionBox {
        width: 100% !important;
    }

    .editorial-wrapper .itemsSlider .owl-item {
        width: 375px !important;
    }

    .editorial-wrapper .prevBtn {
        left: 10px;
    }

    .editorial-wrapper .nextBtn {
        right: 10px;
    }

    /*.itemsSlider li {*/
    /*float: left;*/
    /*width: 50%;*/
    /*}*/
}

@media only screen and (max-width: 479px) {
    .editorial-wrapper .productName {
        height: auto;
    }
}

/*# sourceMappingURL=editorial.css.map */
