/* ========== ETERNL DESIGN ========== */

/* MOBILE HEADER */
.mobile .journal-header-center .journal-search,
.tablet .journal-header-center .journal-search {
    display: none;
}
.tablet .journal-header-center .journal-logo {
    width: 100%;
}
.tablet .journal-header-center .journal-cart {
    position: absolute;
    right: 0;
}
.mobile .journal-header-center #cart {
    background: #fff;
}

.mobile .product-grid-item .cart .button {
    width: auto;
}

.mobile .journal-menu .mobile-trigger {
    border-right: 1px solid #eee;
}
.mobile .journal-menu .super-menu {
    border-top: 1px solid rgb(73, 73, 73);
}
.mobile .journal-header-center #logo a,
.mobile .journal-header-center .journal-logo {
    height: auto;
}

/*RANDOM*/
#content .cms-blocks {
    margin-top: 50px;
    margin-bottom: 50px;
}

#footer .column-menu-wrap ul {
    text-align: center;
}
#footer .column-menu-wrap ul li {
    display: inline-block;
    margin: 0 10px;
}
.mobile #footer .column-menu-wrap ul li {
    display: block;
}

.information-page .buttons {
    display: none;
}

/*PRODUCT PAGE*/
.product-page .product-info .left .image-additional a {
    padding: 20px 10px 0 10px;
    float: none;
}
.product-page .product-info .left .image-additional img:hover {
    border: 1px solid rgb(241, 98, 114);
}

.product-page .zm-viewer {
    border: 1px solid #494949;
}

.product-info .right > div > .price {
    text-align: right;
}

.product-page .product-info .right .description {
    display: none;
}
.product-page .product-info .right .meta_description {
    font-size: 16px;
    
    padding: 10px;
    margin: 10px 0 10px 0;
        
    border-left: 3px solid rgb(241, 98, 114);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.product-info .right .cart div .qty {
    width: auto;
}
.product-info .right .cart div .qty .journal-stepper,
.product-info .right .cart div input[name="quantity"] {
    width: 50px;
}
.product-info .right .cart div .qty .journal-stepper {
    background: #fff;
    color: #C0C0C0;
    
    border: 1px solid #C0C0C0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.product-info .right .cart div .qty .journal-stepper:hover {
    background: #000;
    border-color: #000;
    color: #fff;    
}
.product-info .right .cart div input[name="quantity"] {
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}

.product-info .right .cart #button-cart,
.product-info .right .cart div .qty {
    float: right;
}

.product-page #tabs {
    margin-top: 10px;
}
.product-page .tab-content table.attribute {
    background: #fff;
}

/*simple slider fullwidth fix*/
#top-modules > div.journal2_simple_slider {
    padding: 0px;
}

/*breadcrumbs fix*/
.breadcrumb li a {
    color: #494949 !important;
}
.breadcrumb li:last-of-type a,
.breadcrumb li a:hover {
    color: rgb(241, 98, 114) !important;
}

/*MEDIA*/
@media only screen and (min-width: 779px) {
    /*.home-page .journal-carousel {*/
        /*margin-top: -185px;*/
    /*}*/
    .home-page .journal-carousel .product-wrapper .label-latest,
    .home-page .journal-carousel .product-wrapper .label-sale {
        /*display: none;*/
    }
    
    .layout-18 .content-text, .layout-19 .content-text, .layout-20 .content-text,
    .layout-18 .heading-title, .layout-19 .heading-title, .layout-20 .heading-title,
    .layout-18 .breadcrumb, .layout-19 .breadcrumb, .layout-20 .breadcrumb {
        display: none;
    }
    
    .product-page .product-info .right {
        padding-left: 5%;
    }

    .breadcrumb{
        padding-top: 10px;
        margin-top: 10px;
    }

}

@media only screen and (min-width: 768px){
    .journal-header-center .journal-menu-bg,
    .journal-header-center .journal-header .journal-menu,
    .journal-header-center .journal-header .journal-menu ul{
        height: 63px;
    }

}
@media only screen and (max-width: 767px) {
    .journal-cart #cart .heading i:before{
        top: 0px;
        left: 0px;
    }
    .journal-header-center #cart .heading i{
        background: rgb(241, 98, 114);
    }
    #cart .heading a > span{
        padding-right: 1px;
    }
    .breadcrumb{
        padding-top: 10px;
    }
    .mobile.product-page .heading-title{
        font-size: 19px;
        text-transform: none;
    }
    .mobile.category-page .heading-title{
        font-size: 25px;
    }
    .mobile .one-page-checkout h1.heading-title{
        font-size: 27px;
    }
}

/* product options changes START */
.oc2 .product-info .right .price-old {
    float: right;
    position: relative;
    margin-left: 10px;
}
.oc2 .options .required label:before {
    content: "";
}
.product-info .right .options {
    overflow: unset;
}
.product-info .right .options label {
    font-size: 16px;
    padding: 10px;
    margin: 0;
    cursor: default;
    text-transform: uppercase;
}
.product-info .right .options .option {
    /*background-color: rgb(250, 250, 250);*/
    padding: 5px 5px 10px !important;
}
.product-info .right .options .option label, .product-info .right .options .option label:hover {
    color: inherit !important;
}
.product-info .option ul {
    padding: 0 10px;
}
.product-info .option ul li {
    padding: 5px 10px;
}
.product-info .option .option_inactive, .product-info .option .option_inactive:hover {
    background: #CCC;
    /*cursor: auto;*/
    /*pointer-events: none;*/
}
.product-info .option .option_inactive:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product-info .option .text-danger {
    margin: 0 10px 5px;
}

@media only screen and (max-width: 468px) {
    .product-info .cart .qty {
        display: none !important;
    }
}
/* product options changes END */

@media only screen and (max-width: 767px) {
    .tooltip {
        display: none !important;
    }
}

.label-latest, .label-sale{
    background-size: 40px 40px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: transparent;
}

.label-latest{
    background-image: url("/image/data/new-icons/label-latest.png");
}

.label-sale {
    background-image: url("/image/data/new-icons/label-sale.png")
}

.checkout-page.oc2 .required label::before{
    font-size: 15px;
    font-weight: normal;
}

.product-page .label-latest, .product-page .label-sale{
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
}

.product-page .label-latest + .label-sale {
    top: 60px;
}

.product-tabs #tabs li.active{
    margin-bottom: -1px;
    padding: 0 0 1px 0;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: rgb(192, 192, 192);
}
.product-tabs #tabs li a:hover{
    background-color: rgb(0, 0, 0);
    color: rgb(255,255,255);
}
.product-tabs #tabs li:hover{
    padding: 0 0 1px 0;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-color: rgb(192, 192, 192);
}
.product-tabs #tabs li{
    margin-bottom: -1px;
    padding: 1px;
    box-sizing:border-box;
}
.mobile .product-tabs #tabs li.active a{
    background-color: rgb(0, 0, 0);
    color: rgb(255,255,255);
}



