/*** PRODUCT PAGE ***/

body.product-page header.page-header {
    height: auto!important;
    margin-bottom: 0;
    background-image: url('../img/general-classifieds-script-desktop-bg.jpg');
}
body.auto header.page-header {
    background-image: url('../img/auto-classifieds-script-desktop-bg.jpg');
}
body.realty header.page-header {
    background-image: url('../img/realty-classifieds-script-desktop-bg.jpg');
}
body.boats header.page-header {
    background-image: url('../img/boats-classifieds-script-desktop-bg.jpg');
}
body.pets header.page-header {
    background-image: url('../img/pets-classifieds-script-desktop-bg.jpg');
}
body.service header.page-header {
    background-image: url(../img/service-classifieds-script-desktop-bg.jpg);
}

body.product-page header.page-header.menu-active:not(.fixed-menu):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background: #1f222a;
    z-index: 0;
}
body.product-page div.mobile-demo {
    margin-bottom: -50px;
}

/* hamburger menu */
span.hamburger-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: -6px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
span.hamburger-menu:focus {
    outline: none;
}
header.page-header.fixed-menu span.hamburger-menu {
    top: 10px;
}

span.hamburger-menu span {
    top: 12px;
    left: 6px!important;
}
span.hamburger-menu span,
span.hamburger-menu span::before,
span.hamburger-menu span::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 14px;
    height: 2px;
    background: white;
    border-radius: 1px;
}
span.hamburger-menu span::before {
    top: -5px;
    transition-property: top, transform;
}
span.hamburger-menu span::after {
    bottom: -5px;
    transition-property: bottom, transform;
}
span.hamburger-menu span::before,
span.hamburger-menu span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
/* active state, i.e. menu open */
header.page-header.menu-active span.hamburger-menu span {
  background: none;
}
header.page-header.menu-active span.hamburger-menu span::before {
  top: 0;
  transform: rotate(45deg);
}
header.page-header.menu-active span.hamburger-menu span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
header.page-header.menu-active span.hamburger-menu span::before,
header.page-header.menu-active span.hamburger-menu span::after {
  transition-delay: 0s, 0.3s;
}
/* hamburger menu end */

/* product menu */
nav.product-menu {
    position: static!important;
    margin-top: 52px;
}
nav.product-menu > ul > li:not(:first-child) {
    margin-left: 30px!important;
}
nav.product-menu > ul > li > a.order {
    color: #111111;
    background: #ff7715;
    padding: 6px 15px 6px;
    font-weight: 400;
    vertical-align: bottom;
}
nav.product-menu > ul > li > a.order:hover {
    color: inherit;
}

body.product-page header.pre-fixed {
    top: -92px;
}
body.product-page header.fixed-menu {
    height: 92px!important;
    background: #1f222a;
}
body.product-page header.fixed-menu:not(.transition-released):not(.userbar-active) {
    overflow: hidden;
}
body.product-page header.fixed-menu section.overview {
    padding: 0;
    height: 92px;
    position: relative;
    /*display: none;/*TMP*/
}
body.product-page header.page-header.fixed-menu nav.support-menu {
    display: block;
    top: 9px;
}
body.product-page header.page-header.fixed-menu div.header-nav {
    z-index: 2;
}
body.product-page header.page-header.userbar-active div.header-nav {
    z-index: 10;
}
body.product-page header.fixed-menu:after {
    content: '';
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #303030;
    z-index: 2;
    /*display: none;/*TMP*/

    transition: bottom 0.3s ease;
}
body.product-page header.fixed-menu section.overview > *:not(.product-menu),
body.product-page header.fixed-menu.transition-released section.overview,
body.product-page header.fixed-menu.transition-released:after {
    display: none;
}

body.product-page header.fixed-menu.menu-active:after {
    bottom: -46px; /* transition param */
}
body.product-page header.fixed-menu .product-menu {
    margin: 0;
    top: auto;
    bottom: 7px;
    position: absolute!important;
    z-index: 3;

    transition: bottom 0.3s ease;
}
body.product-page header.fixed-menu.menu-active .product-menu {
    bottom: -39px;/* transition param */
}
body.product-page header.fixed-menu nav.main-menu:not(.product-menu) {
    top: 52px;
    z-index: -1;
}
body.product-page header.userbar-active:not(.menu-active) nav.main-menu:not(.product-menu) {
    display: none;
}
body.product-page header.fixed-menu section.overview > div.product-icon {
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: 10;
    display: block;
    margin: 0;

    transition: bottom 0.3s ease;
}
body.product-page header.fixed-menu.menu-active section.overview > div.product-icon {
    bottom: -37px; /* transition param */
}
body.product-page header.fixed-menu div.product-icon > img {
    width: 28px!important;
    height: 28px!important;
    background-position: right -11px;
    vertical-align: top;
}
body.product-page.auto header.fixed-menu div.product-icon > img {
    background-position: right -40px;
}
body.product-page.realty header.fixed-menu div.product-icon > img {
    background-position: right -69px;
}
body.product-page.boats header.fixed-menu div.product-icon > img {
    background-position: right -98px;
}
body.product-page.pets header.fixed-menu div.product-icon > img {
    background-position: right -127px;
}
body.product-page.escort header.fixed-menu div.product-icon > img {
    background-position: right -156px;
}

body.product-page header.fixed-menu div.product-icon > span {
    display: inline-block!important;
    vertical-align: top;
    color: #ebebeb;
    font-size: 1.059em;
    padding: 4px 0 0 12px;
}
/* product menu end */

/* overview */
body.product-page section.overview {
    text-align: center;
    padding: 10px 0 110px;
}
body.product-page section.overview > div.product-icon {
    margin-bottom: 15px;
}
body.product-page section.overview > div.product-icon > img {
    width: 64px;
    height: 64px;
    background-image: url('../img/sprite.png');
}
body.product-page section.overview > div.product-icon > span {
    display: none;
}
body.product-page section.overview p {
    color: white;
    max-width: 820px;
    margin: 33px auto 0;
    font-size: 1.118em;
    /*text-align: left;*/
}
/* overview end */

/* other */
body.product-page section.plugins-section {
    padding-bottom: 10px;
}
body.product-page section.features {
    padding-top: 0;
}
body.product-page section.templates div.swiper-container {
    padding-bottom: 70px;
}
body.product-page section.section-demo {
    padding-top: 48px;
}
/* other end */

section.plugins-section img.monetizer {
    background-position: 0 -2447px;
}
section.plugins-section img.pdf-export {
    background-position: 0 -282px;
}
section.plugins-section img.bookmarks {
    background-position: 0 -2538px;
}
section.plugins-section img.average-price {
    background-position: 0 -2630px;
}
section.plugins-section img.listing-label {
    background-position: 0 -2726px;
}

/*** ALL DESKTOP VIEWS ***/
@media screen and (min-width: 992px) {
    body.product-page nav.support-menu > ul {
        padding-left: 350px;
    }
}
/*** ALL TABLET/DESKTOP VIEWS ***/
@media screen and (min-width: 768px) {
    body.product-page header.page-header div.logo {
        top: 25px;
        left: 30px;
        width: 94px;
        height: 19px;
    }
    body.product-page nav.support-menu {
        top: 21px;
    }
    body.product-page header:not(.fixed-menu) nav.main-menu:not(.product-menu) {
        top: 20px;
        opacity: 0;
        transition: top 0.3s ease, opacity 0.3s ease;
    }
    body.product-page header.page-header.menu-active:not(.fixed-menu) nav.main-menu:not(.product-menu) {
        top: 60px;
        opacity: 1;
    }
}
/*** TABLET VIEW ***/
@media screen and (min-width: 768px) and (max-width: 991px) {
    body.product-page nav.support-menu > ul {
        padding-left: 250px;
    }
}
/*** MOBILE VIEW ***/
@media screen and (max-width: 767px) {
    body.product-page section.overview {
        padding: 10px 0 80px;
        min-width: 100%!important;
        margin-top: 40px;
    }
}

/*** PRODUCT PAGE END ***/
