/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

input:focus {
    outline: 0;
}

.hvg-color, .color-orange {
    color: #ff5c2f !important;
}

a:hover {
    color: #ff5c2f;
    text-decoration: none;
}

body {
    width: auto;
    background-color: #fff;
    font-family: "Archivo Narrow", Arial, sans-serif;
}

.container {
    max-width: 1044px !important;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

li {
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, td, th {
    font-weight: 400;
}

.btn-grey, .btn-silver {
    color: #6d6d6d;
    border: 1px solid #b7b7b7;
    margin-top: 5px;
}

.btn-grey:hover, .btn-orange:hover {
    -webkit-box-shadow: 0 0 8px rgba(35,31,32,.34);
    box-shadow: 0 0 8px rgba(35,31,32,.34);
}

.btn-blue, .btn-green, .btn-grey, .btn-orange, .btn-purple, .btn-silver, .button-style {
    text-decoration: none;
    text-align: center;
    font-family: "Archivo Narrow";
    font-size: 13px;
    color: #fff;
    padding: 10px 5px;
    text-transform: uppercase;
    display: block;
    min-height: 34px;
    line-height: 14px;
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
}

.title {
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding-right: 10px;
    display: inline-block;
    margin: 10px 0 10px -15px;
}

.bordered-box {
    background: #f3f3f3;
    font-size: 13px;
    line-height: 1.25em;
    color: #6d6d6d;
    padding: 16px 22px;
    margin: 10px 0;
}

.bordered-box p {
    margin: 7px;
    font-size: 13px;
    font-family: sans-serif;
}

.text-box {
    padding: 0;
    font-size: 13px;
    line-height: 1.4em;
    word-wrap: break-word;
    color: #000;
    font-family: sans-serif;
}

input, option {
    font-size: 13px;
}

.required label::after {
    content: '*';
}

/* forms */

.form-group label {
    font-size: 15px;
    font-weight: 700;
    width: 152px;
    color: #6d6d6d;
    float: left;
    line-height: 20px;
    padding: 7px 0;
}

#profilepage .form-check label {
    font-size: 15px;
    font-weight: 700;
    color: #6d6d6d;
    line-height: 20px;
}

/* forms end */

/* header */

#welcome-line {
    text-align: right;
    font-size: 11px;
    padding: 6px 0 0;
    color: #5AB953;
}

#welcome-line a {
    color: #5AB953;
    text-decoration: underline;
    font-family: sans-serif;
}

.navbar {
    padding: 0;
}

#mainlogo {
    max-height: 60px;
    max-width: 100%;
}

.main-banners {
    margin-top: 20px;
    margin-bottom: 10px;
}

.fixed-banners {
    padding: 0 10px 0 0;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    max-height: 290px;
}

.fixed-banners a {
    display: block;
    padding: 0;
}

@media (min-width: 768px) {
    .fixed-banners {
        padding: 0 10px 0 0;
        display: -webkit-box;
        display: flex;
	    display: -ms-flexbox;
        flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
        max-height: 290px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 23%;
                flex: 0 0 23%;
        max-width: 23%;
    }

    .promotion-banners {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 77%;
                flex: 0 0 77%;
        max-width: 77%;
    }

    .fixed-banners a {
        max-height: 50%;
    }

   .fixed-banners a:first-child {
        padding-bottom: 5px;
    }

    .fixed-banners a:last-child {
        padding-top: 5px;
    }
}

.content .list-heading {
    margin-left: 0 !important;
}


.fixed-banners a img {
    width: 100%;
    height: 100%;
}

.promotion-banners {
    padding: 0;
    max-height: 290px;
}

.promotion-banners img {
    width: 100%;
    max-height: 290px;
    margin: auto;
}

.page-header .search {
    background: url(../images/icon-search.png) 95% 50% no-repeat #fff;
    border-radius: 30px;
    border: 1px solid #CCC;
    outline: 0;
    padding-right: 36px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.page-header .search input[type=text] {
    display: block;
    border: none !important;
    background: 0 0;
    padding: 5px 10px;
    height: 36px;
    line-height: 26px;
    width: 100%;
    font-size: 12px;
}

.page-header .subnav ul {
    float: right;
}

.mobile-toggle {
    display: none;
}

@media (max-width: 767px) {
    .hide-on-tablet {
        display: none !important;
    }

    .mobile-toggle {
        display: block;
    }

    .prodclass-menu .dropdown-menu .category-product {
        display: none;
    }
}

@media (max-width: 575px) {
    .hide-on-mobile {
        display: none !important;
    }

    .product-sidebar {
        margin-top: 20px;
    }
}

.page-header .subnav ul li {
    float: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.page-header .subnav ul li a, .menuitem {
    color: #aaa;
    font-size: 13px;
    text-decoration: none;
    margin-right: 10px;
    border-right: 1px solid #aaa;
    padding-right: 10px;
    font-family: sans-serif;
    background-color: white;
}

.mobile-navigation {
    display: none;
    width: 100%;
    background: #ff5c2f;
}

.mobile-navigation button, .mobile-navigation button:focus {
    border: 0;
    outline: none;
}

.mobile-navigation .fa-bars {
    width: 40px;
    height: 40px;
    color: white;
    font-size: 40px;
}

.mobile-navigation img {
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .mobile-navigation {
        display: -webkit-box;
        display: flex;
	    display: -ms-flexbox;
    }

    #welcome-line {
        text-align: center;
    }

    .main-nav {
        -webkit-box-pack: center;
                justify-content: center;
        -ms-flex-pack: center;
    }

    .main-nav .brand {
        text-align: center;
    }

    .search-wrapper {
        margin: 5px 0;
    }

    .search {
        width: 80%;
        margin: auto;
    }

    #cart-button {
        margin: 10px auto;
    }

    .prodclass-menu {
        width: 100%;
        margin-top: 0 !important;
    }

    .prodclass-menu li {
        border-bottom: 1px solid white;
    }
}

.prodclass-menu .dropdown{
    position: relative;
}

.menuitem {
    border: none;
    padding: 0;
}

#cart-button {
    width: 208px;
    height: 47px;
    background: #383838;
    -webkit-box-shadow: 0 1px 1px #666;
    box-shadow: 0 1px 1px #666;
    border-radius: 20px;
}

.cart-textbox {
    display: -webkit-box;
    display: flex;
	display: -ms-flexbox;
    padding: 10px 60px;
    position: relative;
    text-decoration: none;
}

.cart-textbox:hover {
    text-decoration: none;
}

.cart-text {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
}

.cart-pic {
    max-width: 50%;
    margin-right: 10px;
}

.cart-qty {
    background: #fd6f4e;
    position: absolute;
    padding: 8px 0;
    min-width: 11px;
    width: 31px;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    top: -10px;
    right: 15px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    font-size: 12px;
}

.facebook {
    font-family: sans-serif;
    border-radius: 5px;
    line-height: normal;
    font-size: 10px;
    height: 33px;
    width: 120px;
}

.facebook iframe {
    border: none;
    margin-top: 6px;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 21px;
}

.page-header .facebook strong {
    color: #fff;
    padding: 5px 10px 0 0;
    line-height: 11px;
    display: block;
}

.page-header .tertiary-nav ul {
    display: inline;
    padding: 0;
}

.page-header .tertiary-nav ul li {
    display: inline;
    margin-right: 28px;
}

.page-header .tertiary-nav ul li a {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.page-header .tertiary-nav ul li a:hover {
    color: #ff5c2f;
}

.dropdown > .dropdown-toggle::after {
    content: unset;
}

.prodclass-menu {
    margin-top: 9px;
}

.prodclass-menu > ul {
    background: #f57f21;
}

.prodclass-menu > ul {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .prodclass-menu > ul > li {
        -ms-flex-preferred-size: 0 0 1;
            flex-basis: 0 0 1;
    }
}

.prodclass-menu > ul > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
}

.prodclass-menu > ul > li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.prodclass-menu .mitem {
    display: none;
}

@media (max-width: 767px) {
    .prodclass-menu .mitem {
        display: block;
        padding: .5rem 1rem;
    }

    .prodclass-menu > ul > .nav-link {
        display: block;
        padding: .5rem 1rem;
    }
}

.desktop-menuitem {
    text-transform: uppercase;
    white-space: normal;
    display: block;
    line-height: 1.2em;
}

.prodclass-menu > ul > .nav-link:hover {
    background-color: #ff5c2f;
}

.prodclass-menu .dropdown-menu {
    margin: 0;
    min-width: 100%;
    white-space: nowrap;
    border-radius: unset;
    border: 2px solid #ff5c2f;
    left: 0;
    padding: 6px;
    background-color: white;
}

.prodclass-menu .dropdown-menu a {
    color: black;
    font-size: 20px;
}

.prodclass-menu a {
    color: white;
}

.dropdown-submenu a {
    display: inline;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a:after {
    content: " ";
    float: right;
    position: relative;
    top: 0.5rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}

.nav-link:hover > .dropdown-submenu > a:after {
    border-color: #ff5c2f;
}

@media (min-width: 768px) {
    .prodclass-menu .dropdown:hover>.dropdown-menu {
        display: -webkit-box;
        display: flex;
	    display: -ms-flexbox;
    }

    #prodclass-menu > .nav-link > a {
        text-transform: uppercase;
        white-space: normal;
        line-height: 1.2em;
    }
}


.prodclass-menu .dropdown-menu .nav-link {
    padding: 0 .5rem;
}


.prodclass-menu .dropdown .nav-link:hover {
    cursor: pointer;
}

.prodclass-menu .dropdown .nav-link:hover a {
    color: #ff5c2f;
}

.prodclass-menu .dropdown .nav-link a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.9em;
    border-bottom: 1px solid lightgrey;
    padding: .5rem 0;
}

.prodclass-menu .dropdown .nav-link:last-child a {
    border-bottom: none;
}

@media (max-width: 767px) {
    .prodclass-menu .dropdown-menu ul {
        width: 100%;
        text-align: center;
    }
}

.dropdown-submenu>.dropdown-menu {
    position: relative !important;
    border: none;
    margin: 0px;
    padding: 0 0 0 0;
}

.login-box {
    width: 300px;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #f7f7f7;
    padding: 10px;
    z-index: 202;
    right: 10px;
    left: unset !important;
    border: none !important;
}

.login-box input {
    color: #696969;
    width: 100%;
    font-size: 12px;
    border: 1px solid #eaeaea;
    line-height: 32px;
    padding: 0 10px;
    font-family: "Archivo Narrow";
}

.login-box button {
    width: 100%;
    font-weight: 400;
}

.login-box a {
    display: block;
    width: 100%;
    font-size: 12px;
}

.login-box * {
    margin-bottom: 10px;
}

.login-box hr {
    border-color: rgb(170, 170, 170);
}

#mobile-loginmodal {
    width: 100%;
    padding: 10px;
    right: 0px;
}

#mobile-usermenu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 100%;
    background: #f7f7f7;
    padding: 10px;
    z-index: 202;
}

.btn-grey {
    color: #333 !important;
    background-color: #aeaeae;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #eaeaea),to(#cecece));
    background: -o-linear-gradient(top,#eaeaea 0,#cecece 100%);
    background: linear-gradient(to bottom,#eaeaea 0,#cecece 100%);
}

/* header end */

/* footer */

footer {
    padding: 50px 0 0 0 !important;
    background-color: #333;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: sans-serif;
}

footer h5 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    color: #ff5c2f;
}

footer h5 a {
    color: #ff5c2f !important;
}

footer a {
    text-decoration: none;
    color: white;
}

footer a:hover {
    text-decoration: none;
    color: #888;
}

footer .hotline {
    font-size: 20px;
    color: #ff5c2f!important;
}

footer #copyright, footer #copyright * {
    color: rgb(136, 136, 136);
    text-align: right;
}

.footer-bottom {
    margin-top: 20px;
    background-color: white;
    padding: 10px;
}

#poweredby span {
    text-transform: uppercase;
    color: black;
}

#poweredby img {
    height: 34px;
}

#simplepay img {
    max-height: 42px;
    max-width: 100%;
}

/* footer end */

/* mainpage prodcards */

.list-heading, .heading, .static-container h1 {
    margin: 20px -15px 0 -15px;
    background-image: -webkit-linear-gradient(90deg,#fefefe 0,#f2f2f2 100%);
    color: #ff5c2f;
    padding: 10px 15px 30px 15px;
    font-size: 25px;
    font-weight: 400;
}

.row > .heading {
    margin-left: 0;
    margin-right: 0;
}

.list-heading {
    padding-bottom: 20px;
}

.list-heading div {
    padding: 0;
}

.list-title {
    text-transform: uppercase;
    font-size: 25px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-more {
    font-size: 16px;
    text-align: right;
}

.prodcard {
    max-width: 164px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 5px;
}

.prodcard-image {
    max-width: 164px;
    height: 238px;
    position: relative;
}

.prodcard-image img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.discount-badge {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    line-height: 34px;
    float: left;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #fff;
    background-color: #ff5c2f;
    color: #fff;
}

.discount-badge img {
    width: 50px;
    max-height: initial;
}

.prodcard-image .discount-badge {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;
    line-height: 29px;
    font-size: 12px;
    border: none;
    background: 0 0;
}

.prodcard-author {
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #666;
    height: 40px;
    overflow: hidden;
}

.prodcard-author a {
    display: block;
}

.prodcard-title {
    overflow: hidden;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    color: #333;
}

.prodcard-title a:hover {
    text-decoration: none;
    color: #ff5c2f;
}

.price-with-discount .listprice {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
}

.price-with-discount .listprice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
}

.pricebox {
    height: 45px;
}

.saleprice {
    font-size: 18px;
    color: #ff5c2f;
    font-weight: 600;
    line-height: 1.2em;
}

.price-with-discount .discount {
    color: #ff5c2f;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}

.btn-orange, #mobile-usermenu li {
    background-color: #ff5c2f;
    text-decoration: none;
    text-align: center;
    font-family: "Archivo Narrow";
    font-size: 14px;
    color: #fff !important;
    padding: 10px 5px;
    text-transform: uppercase;
    display: block;
    min-height: 34px;
    line-height: 14px;
    border-radius: 20px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    margin-top: 5px;
}

#mobile-usermenu button {
    background-color: #ff5c2f;
    color: #fff;
    text-transform: uppercase;
}

/* mainpage prodcards end */

/* promotionlist */

.promotionlist-title {
    position: relative;
}

.promotionlist-title .list-more {
    position: absolute;
    width: auto;
    padding: 0 20px;
    top: 0;
    bottom: 20%;
    right: 0;
    background-color: #ff5c2f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5c2f), to(#ff5c2f75));
    background: -o-linear-gradient(#ff5c2f, #ff5c2f75);
    background: linear-gradient(#ff5c2f, #ff5c2f75);
    display: -webkit-box;
    display: flex;
	display: -ms-flexbox;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.promotionlist-title .list-more a{
    font-size: 1.2rem;
    color: white;
}

.promotion-title {
    display: block;
    font-weight: 700;
    color: #f48120;
    font-size: 25px;
    padding-bottom: 10px;
}

.promotion {
    padding: 14px 30px;
    border: 1px solid white;
}

.promotion:nth-child(odd) {
    background: #ebebeb;
}

.promotion:nth-child(even) {
    background: #dbdbdb;
}

/* promotionlist end */

/* main optinform */

.newsletter-signup {
    background: #dbdddc;
    display: block;
    margin: 40px -15px;
    padding: 20px 0 10px;
    text-align: center;
}

.newsletter-signup .form-check-input {
    margin-top: .1rem;
    /* margin-left: 20px; */
}

.newsletter-signup h5 {
    color: #ff5c2f;
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.signup-desc {
    padding: 0;
    line-height: 1.4em;
    word-wrap: break-word;
    color: #000;
    font-size: 17px;
    color: #888;
    font-family: sans-serif;
}

.newsletter-signup .form-control {
    font-size: 12px;
    background: #F8F8F8;
    border-radius: 20px;
    margin: 10px;
    padding: 20px;
    border: none;
    font-family: sans-serif;
    line-height: 12px;
    display: inline;
}

.newsletter-signup .form-row {
    padding: 5px 0;
}

.btn-orange-outline {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ff5c2f;
    color: #ff5c2f;
    border-radius: 20px;
    padding: 15px 90px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: auto;
    -webkit-filter: none;
    filter: none;
    text-align: center;
    text-transform: uppercase;
    height: auto;
    font-family: "Archivo Narrow",Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
    line-height: 12px;
}

.newsletter-signup .form-check {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 18px;
    font-size: 12px;
    font-family: sans-serif;
}

/* main optinform end */

/* mainpage authorlist */

.authorlist {
    background: #f2f2f2;
    margin: 0 -15px 20px -15px;
    padding: 25px 10px;
}

.author-portrait > a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #dfe1e0;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.author-portrait > a:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}

.author-portrait figcaption {
    text-align: center;
    color: #ff5c2f;
}

.author-portrait figcaption a:hover{
    color: #ff5c2f;
    text-decoration: none;
}

/* mainpage authorlist end */

.main-prod-pic img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.main-product {
    margin-bottom: 15px;
    margin-top: 20px;
    padding: 15px 15px 20px;
    position: relative;
}

.prod-title h1 {
    font-size: 25px;
    color: #000;
    line-height: 1.2em;
    padding-bottom: 7px;
    padding-top: 5px;
    font-weight: 700;
}

.prod-title h2 {
    font-size: 17px;
    color: #888;
    line-height: 1.2em;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.prod-desc {
    font-size: 13px;
    color: #333 !important;
    line-height: 1.7em;
    font-weight: 300;
    padding: 0 !important;
    background: 0 0;
    position: relative;
    font-family: sans-serif;
}

.product-sidebar .databox {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 13px;
    color: #888;
}

.product-purchase .pp-price {
    font-family: sans-serif;
}

.product-purchase .pp-price .pp-price-discount {
    display: table;
    vertical-align: bottom;
    width: 100%;
}

.product-purchase .pp-price .pp-price-discount .discount-badge {
    text-align: left;
    float: none;
    display: table-cell;
    width: auto;
    height: auto;
    background: 0 0;
    font-size: 55px;
    font-weight: 600;
    color: #ff5c2f;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    border: none;
}

.discount-badge span {
    position: relative;
}

.product-purchase .pp-price .pp-price-discount .oldprice {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    display: table-cell;
    text-align: right;
}

.sdi-oldprice {
    position: relative;
    display: inline;
    text-decoration: none;
}

.product-purchase .pp-price .pp-price-price {
    color: #ff5c2f;
}

.product-purchase .pp-price .pp-price-price table {
    padding: 5px 0;
}

.main-product .addtocart-active {
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 30px;
    background-color: #ff5c2f;
    display: block;
    width: 100%;
    line-height: 22px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-family: "Archivo Narrow",sans-serif;
}

.product-purchase .pp-price table {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
    width: 100%;
}

.product-purchase .pp-price table th {
    text-align: left;
    white-space: nowrap;
}

.product-purchase .pp-price table img {
    vertical-align: middle;
}

.product-purchase .pp-price table .price-display {
    font-size: 20px;
    font-weight: 600;
}

.product-purchase .pp-price table td {
    text-align: right;
    white-space: nowrap;
}

.product-purchase .pp-price .pp-price-club {
    border-top: solid 1px #eaeaea;
    color: #7cc576;
}

.product-purchase .pp-price .pp-price-club table .price-display {
    font-size: 16px;
}

.databox {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-size: 13px;
    color: #888;
}

.databox table td, .databox table th {
    padding: 1px 5px;
}

.databox table th, .availability-box th {
    color: #666;
    font-weight: 700;
}

.databox table th {
    text-align: right;
}

.sdi-oldprice:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
}

.product-purchase table {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
    width: 100%;
}

/* .main-product:before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background-image: -webkit-linear-gradient(-90deg,#fefefe 0,#f2f2f2 100%);
    background-image: -ms-linear-gradient(-90deg,#fefefe 0,#f2f2f2 100%);
    height: 33px;
    margin-left: -15px;
    margin-right: -15px;
} */

.main-prod-pic .looinside-link {
    position: relative;
    z-index: 2;
    top: -50px;
    left: -10px;
}

.main-prod-pic .looinside-link img{
    max-width: 100%;
}

.slide-next-prod {
    display: block;
    background: url("../images/arrow-right.png") no-repeat;
    background-size: 20px 20px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translate(0, -20%);
    height: 52px;
    outline: 0 none;
    text-indent: -9999px;
    width: 28px;
    z-index: 99;
    cursor: pointer;
    float:right;
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
}

.slide-next-prod:hover {
    opacity: 1;
}

.slide-prev-prod {
    display: block;
    background: url("../images/arrow-left.png") no-repeat;
    background-size: 20px 20px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translate(0, -20%);
    height: 52px;
    outline: 0 none;
    text-indent: -9999px;
    float: left;
    width: 28px;
    z-index: 99;
    cursor: pointer;
    -webkit-transform: translate(0, -20%);
    -moz-transform: translate(0, -20%);
    -ms-transform: translate(0, -20%);
    -o-transform: translate(0, -20%);
}

.slide-prev-prod:hover {
    opacity: 1;
}

#product-carousel-wrapper {
    position: relative;
    padding: 10px;
}

.availability-box {
    font-size: 12px;
    width: 100%;
    margin: 10px 0;
    color: rgb(51, 51, 51);
}

.author-inner .author-name {
    font-weight: 600;
    font-size: 33px;
    padding-bottom: 15px;
    color: rgb(51, 51, 51);
    font-family: "Archivo Narrow",Arial,sans-serif;
}

.limited {
    overflow: hidden;
    max-height: 90px;
    position: relative;
}

.limited:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -ms-linear-gradient(90deg,#f2f2f2 0,rgba(242,242,242,0) 100%);
    height: 20px;
}

.databox h5 {
    font-size: 13px;
    color: #666;
    font-weight: 700;
}

.databox .labels span {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 5px;
    padding: 3px 5px;
    border: 1px solid #6c6c6c;
    border-radius: 5px;
    display: inline-block;
}

.databox .labels span:hover {
    background-color: #cfcfcf;
    color: #000;
}

.databox .labels span a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.databox .labels span a:hover {
    color: initial;
}


/* productpage end */

/* author page */

.heading{
    text-transform: uppercase;
}

.hvg-container {
    margin: 10px 0 35px;
}

.left-toggle {
    display: none;
}

@media (max-width: 767px) {
    #productlist_left {
        display: block !important;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    #productlist_left .hvg-container{
        display: none;
    }
    #productlist_left.show .hvg-container{
        display: block;
    }
    .left-toggle, .left-toggle:hover {
        display: block;
        padding: 8px;
        background-color:#ff5c2f;
        color: white;
        margin: 10px -15px;
        text-align: center;
        text-transform: uppercase;
    }
    .content {
        padding-top: 20px;
    }
}

.left .heading {
    font-size: 18px;
    padding: 15px;
}

.left .nav-link {
    padding: 0;
}

.hvg-container .row {
    background-color: #f7f7f7;
    padding: 20px;
}

.text-box {
    color: #666;
    padding: 10px;
}

.author-portrait {
    max-width: 190px;
}

.left .text-box a {
    font-size: 14px;
    font-family: "Archivo Narrow", Arial, sans-serif;
    line-height: 1.4em;
    color: #333;
    display: block;
    margin-bottom: 8px;
}

.left .heading {
    text-align: center;
}

.left .text-box a:hover {
    text-decoration: none;
    color: #ff5c2f;
}

.listproduct .prod-desc {
    height: 81px;
    overflow: hidden;
    line-height: 1.4em;
    color: black;
    font-weight: 400;
}

.listproduct .prod-desc:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),color-stop(48%, rgba(255,255,255,0)),to(#fff));
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 48%,#fff 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 48%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}

.pp-price-price th img {
    margin-right: 4px;
}

.prod-author {
    text-transform: uppercase;
    font-size: 15px;
}

.listproduct {
    margin-bottom: 30px;
}

.listproduct .prod-author {
    font-size: 13px;
}

@media (max-width: 575px) {
    .listproduct .prod-author {
        margin-top: 18px;
    }
}

.listproduct .prod-author:hover a{
    text-decoration: none;
    color: #ff5c2f;
}

.listproduct .prod-title h1 {
    font-size: 22px;
}

.listproduct .prod-title:hover a{
    text-decoration: none;
    color: #ff5c2f;
}

.listproduct .prod-title h2 {
    padding-bottom: 10px;
}

.listproduct .text-box {
    padding: 10px 0;
}

.author-inner {
    margin-bottom: 30px;
    background: #f2f2f2;
}

/* .static-container {
    font-family: sans-serif;
    font-size: 14px;
}

.static-container p {
    text-align: justify;
}

.static-container a {
    text-decoration: underline;
}

.static-container h1 {
    text-transform: uppercase;
    font-family:"Archivo Narrow", Arial, sans-serif;
} */

#addtocartmodal .modal-header, #addtocartmodal .modal-footer {
    border: none;
}

.static-container {
    font-family: sans-serif;
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.static-container p {
    text-align: justify;
    overflow-wrap: break-word;
    padding-bottom: 10px;
}

.static-container a {
    text-decoration: underline;
    color: black;
}

.static-container h1 {
    text-transform: uppercase;
    font-family:"Archivo Narrow", Arial, sans-serif;
    color: #ff5c2f;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
}

.static-container h2 {
    font-weight: 700;
    font-size: 25px;
}

.static-container h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.static-container h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.static-container h5 {
    font-weight: 700;
    font-size: 14px;
}

.static-container h6 {
    font-weight: 600;
    font-size: 14px;
}

.static-container i {
    font-style: italic;
}

.static-container b {
    font-style: bold;
}

.static-container ul {
    list-style-type: disc;
}

.static-container ol {
    list-style-type: decimal;
}

.static-container li {
    list-style-position: inside;
}

.static-container img {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

#addtocartmodal .modal-footer {
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    font-size: 13px;
    padding-bottom: 30px;
}

#addtocartmodal .modal-footer button {
    font-size: 13px;
    padding: 10px 15px;
}

#addtocartmodal .modal-header, #addtocartmodal .modal-body {
    text-align: center;
    color:rgb(140, 140, 140);
}

#addtocartmodal .modal-header {
    padding: 0;
    padding-right: 20px;
}

#cartmodaltitle {
    font-weight: 700;
    margin-top: 20px;
    font-size: 17px;
}

.price-row .col-4 {
    text-align: right;
}

.line-through {
    text-decoration: line-through;
}

.item-qty {
    width: 40px;
    height: 30px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #acacac;
    font-size: 12px;
    color: #6d6d6d;
}

.pricerow {
    display: -webkit-box;
    display: flex;
	display: -ms-flexbox;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.saleprice {
    width: 94px;
    font-size: 18px;
    color: #ff5c2f;
    font-weight: 400;
}

.price-over .sdi-oldprice {
    color: #666;
    font-size: 12px;
    display: inline;
    line-height: 1.4em;
    text-align: right;
}

/* .book-title, .availability {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 1.3em;
} */

.book-title {
    font-weight: 700;
}

.book-title:hover {
    text-decoration: none;
    color: #ff5c2f;
}

.item-qty, .qty-picker {
    border-radius: 3px;
}

.qty-picker {
    width: 30px;
    margin: 0 2px;
    background-image: -o-linear-gradient(135deg, #d2d2d2 0 50%, white 50% 100%);
    background-image: linear-gradient(-45deg, #d2d2d2 0 50%, white 50% 100%);
    border: 1px solid #bababa;
}

.qty-picker button {
    display: block;
    line-height: 0.75;
    padding: 0 2px;
    font-weight: 700;
}

.qty-picker button:nth-child(2) {
    margin-left: auto;
}

.image-container {
    float: left;
    padding: 0 5px;
}

.cart-item {
    margin: 22px 0;
}

.subtotal {
    font-weight: bold;
    color: #ff5c2f;
    font-size: 18px;
}

.cart-wrapper {
    font-size: 14px;
    color: #6d6d6d;
    line-height: 1.3em;
}

.price-row .col-8 {
    font-weight: bold;
}

.price-row .col-4 {
    font-size: 18px;
}

.price-row .row {
    margin: 5px 0;
}

.price-row {
    border-top: 1px solid #6d6d6d;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 35px;
}

.bold {
    font-weight: bold;
}

.order-buttons a {
    max-height: 18px;
}

.order-buttons {
    margin-bottom: 16px;
}

.info {
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    background: #f3f3f3;
    font-size: 12px;
    line-height: 16px;
    color: #6d6d6d;
    padding: 16px 22px;
    margin-bottom: 8px;
    font-family: sans-serif;
}

.info h2 {
    font-size: 20px;
    color: #ff5c2f;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.3em;
    padding: .15em 0;
}

.preorder-info {
    font-weight: 600;
    color: black;
}

.preorder-info p {
    margin-bottom: 10px;
}

.fieldset {
    margin-bottom: 20px;
}

.modal-header {
    padding: 10px 20px;
}

.alertmodal .modal-header {
    background-color: #ff5c2fb3;
}

.modal-body {
    text-align: center;
}

.data-list {
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.data-list li {
    border-bottom: 1px solid #eceae1;
    padding: 7px 0;
}

.data-list-left {
    color: #8c858c;
    width: 25%;
    display: inline-table;
}

.data-list-right {
    width: 70%;
    display: inline-table;
}

a[class*="btn"] {
    display: inline-block;
}

.finalizeorder .btn {
    font-size: 12px;
}

#finalizeorder .cart-item, #finalizeorder .price-row {
    border-top: 1px solid #6d6d6d;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 35px;
    color: #6d6d6d;
    font-size: 14px;
}

#finalizeorder .price-row .subtotal {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    border-top: 1px solid #6d6d6d;
    padding-top: 5px;
}

#finalizeorder .price-row {
    line-height: 1.1em;
}

.price-row .shipping-fee + .total {
    padding-top: 5px;
}

.price-row .total {
    color: #ff5c2f;
}

.desc {
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1.25em;
    color: #6d6d6d;
    padding: 14px 22px;
}

.checkout-container .form-check-input {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 7px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	margin-right: 2px;
}

.checkout-container .form-check-input:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	color: #99a1a7;
}

.checkout-container .form-check-input:checked:after {
	content: '\2714';
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #64a026;
}

.checkout-container .form-check {
    margin-left: 15px;
}

.form-check .desc {
    margin-left: -22px
}

.checkout-container .nav-tabs {
    border-bottom: 1px solid #c6c4b9;
}

.checkout-container .nav-tabs > li {
    float: left;
    background: none;
    margin-bottom: -1px;
}

.checkout-container .nav-tabs > li > .tab {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    color: #7f737f;
    display: block;
    padding: 12px 30px;
    font-size: 1em;
    text-shadow: none;
    margin-bottom: 0px;
    cursor: pointer;
}
.checkout-container .nav-tabs > li > label.tab input[type="radio"] {
    position: absolute;
    left: -9999px;
}

.checkout-container .nav-tabs > li .active {
    color: #ff5c2f;
    border: 1px solid #c6c4b9;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    background-color: #f3f3f3;
}

.checkout-container .tab-pane {
    background-color: #f3f3f3;
    border: 1px solid #c6c4b9;
    border-top: none;
    padding: 5px;
}

.main-container {
    min-height: 40vh;
}

#cartbox .modal-dialog {
    margin: 0 0 0 auto;
}

#cart-button:hover, #cart-button:active {
    background: #ff5c2f;
}

 #cartbox .delete, #cartbox .subtotal, #cartbox .availability {
    display: none;
}

.order_crumbs {
    display: -webkit-box;
    display: flex;
	display: -ms-flexbox;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-pack: justify;
}

.order_crumbs li:not([class*=crumb_active]) {
    opacity: 0.6;
}

.crumb_active {
    font-weight: bold;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

.name-picker {
    font-weight: bold;
    margin-top: 20px;
}

.name-picker .picked {
    font-size: 1.4em;
    font-weight: 700;
}

.name-picker .option {
    color: #ff5c2f;
    cursor: pointer;
}

#cartbox .cart-item .image-container img {
    max-height: 70px;
}

.pagination {
    margin-bottom: 30px;
}

.align-items-center > .pagination {
    margin-bottom: 0;
}

.page-item {
    margin-right: 10px;
}

.page-item.active .page-link, .page-link:hover {
    border: 1px solid #ff5c2f;
    color: #fff;
    background: #ff5c2f;
}

.page-link {
    border: 1px solid #acacac;
    color: #78797a;
    font-size: 12px;
    border-radius: 4px;
    height: 28px;
    width: 28px;
    text-align: center;
    font-weight: 700;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: initial;
}

.pagesep {
    width: 28px;
    text-align: center;
    margin-left: -10px;
}

.listnavigation .form-control {
    font-size: 14px;
    line-height: 1;
    height: 30px;
}

.listnavigation .form-group label {
    padding-bottom: 5px;
}

.listnavigation .form-group select, .pagination .page-link {
    border-color: rgb(215, 221, 224);
}

.addressgroup input {
    margin: 0 10px 0 0;
}

.message_404 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.page-heading {
    margin-top: 20px;
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

.page-header .search input[type=submit] {
    -webkit-appearance: none;
    text-indent: -9999px;
    cursor: pointer;
    background: 0 0;
    width: 36px;
    height: 36px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.no-prod {
    text-align: center;
    font-size: 20px;
    margin: 50px;
}

.slick-slide .slick-col {
    max-width: initial;
}

#promotion-carousel-controls {
    width: 80px;
    height: 35px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: flex;
	display: -ms-flexbox;
}

#promotion-carousel-controls button,
#promotion-carousel-controls button:hover,
#promotion-carousel-controls button:focus {
    position: initial;
    margin: auto;
    width: 36px;
    height: 35px;
    display: block;
    z-index: 7;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background-size: 30px;
    background-position: center;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    background-color: rgba(60, 60, 60, 0.5);
}

#promotion-carousel-controls button::before {
    content: unset;
}

.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url("../images/prev.png") no-repeat scroll;
    border-radius: 5px 0 0 5px;
}

.slick-next, .slick-next:hover, .slick-next:focus {
    background: url("../images/next.png") no-repeat scroll;
    border-radius: 0 5px 5px 0;
}

.image-box img {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.promotionbox {
    font-family: sans-serif;
    font-size: 13px;
    color: #333;
    line-height: 1.7em;
    font-weight: 300;
    margin-top: 20px;
}

.promotionbox h2 {
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 15px;
}

.cart-orderinfo {
    color: grey;
}

.cart-orderinfo a {
    font-size: 14px;
    color: #ff5c2f;
}

#submitbtn {
    margin: 30px auto 20px;
    padding: 15px;
    font-size: 14px;
}

.tooltip-inner {
    font-size: 12px;
    font-family: sans-serif;
}

.color-black {
    color: black;
}

.prodclass-menu .dropdown-menu.show {
    display: -webkit-box;
    display: flex;
	display: -ms-flexbox;
}

.category-product {
    background-color: #e6e6e6;
    padding: 8px 12px;
    width: 250px;
}

.category-product span, .category-product a {
    display: block;
}

.category-product span {
    text-transform: uppercase;
    white-space: normal;
    font-weight: 600;
}

.category-product a {
    text-align: center;
}

.category-product img {
    max-height: 200px;
    -webkit-box-shadow: 2px 2px 5px 2px grey;
            box-shadow: 2px 2px 5px 2px grey;
    margin: 10px 0;
}

.orderedqty {
    color: rgb(102, 102, 102);
}

#authorlistpage .list-heading {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.list-cover {
    margin-top: 15px;
    margin-bottom: 15px;
}

.list-cover img {
    width: 100%;
}

.trash-btn {
    background-color: initial;
}

.card-forms input[type='text'], .clubcardnum {
    border: 2px solid #ff5c2f;
    margin-right: 5px;
}

.card-forms ::-webkit-input-placeholder {
    font-size: 13px;
}

.card-forms ::-moz-placeholder {
    font-size: 13px;
}

.card-forms :-ms-input-placeholder {
    font-size: 13px;
}

.card-forms ::-ms-input-placeholder {
    font-size: 13px;
}

.card-forms ::placeholder {
    font-size: 13px;
}

@media (max-width: 767px) {
    .card-forms button {
        margin-left: auto;
        margin-right: 5px;
    }

    .order_crumbs {
        font-size: 14px;
    }
}

.confirmation h4 {
    background-image: -webkit-linear-gradient(90deg,#fefefe 0,#f2f2f2 100%);
    color: #ff5c2f;
    line-height: 2em;
    padding: 0 6px;
    margin: 0 -6px;
}

.purchase-data {
    margin-top: 16px;
}

.pub-date {
    letter-spacing: -0.5px;
}

iframe {
    max-width: 100%;
}

script[type='application/ld+json'] {
    display: none !important;
}

.promotion-placeholder > * {
    padding: 0;
}

.promotion-placeholder > .col-md-6 {
    padding: 20px 0;
}

.promotion-placeholder .promotion-title {
    font-size: 30px;
    color: #ff5c2f;
    text-transform: uppercase;
}

.promotion-placeholder .promotion-date {
    font-size: 20px;
}

.toplist-product {
    margin: 15px 0;
    padding: 15px 0;
    background-color: #f3f3f3;
}

.toplist-product .listproduct .prod-desc:before {
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),color-stop(48%, rgba(255,255,255,0)),to(#f3f3f3));
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0) 48%,#f3f3f3 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0) 48%,#f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f3f3f3', GradientType=0 );
}

.toplist-ordinal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.5rem;
}

.form-group .warning {
    display: none;
    color: red;
    font-size: 15px;
    font-weight: 400;
}

.form-group input:focus + .warning {
    display: block;
}

#watchstockmodal .modal-body p {
    color: black;
    font-family: "Archivo Narrow", Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

#watchstockmodal .modal-body input {
    width: 200px;
    max-width: 100%;
}

#watchstockmodal .modal-body button {
    margin: 15px auto;
}

.searchresult {
    position: absolute;
    background-color: white;
    z-index: 1000;
    width: 100%;
    border: 1px solid #CCC;
    border-radius: 5px;
}

.searchresult .placeholder {
    padding: 5px;
    color: #888;
    font-size: 14px;
    line-height: 2rem;
}

.search-prod img {
    width: 100%;
    object-fit: contain;
    padding: 5px;
}

.search-prod:hover {
    background-color: #f1f1f1;
}

.search-prod:hover .search-prod-title{
    color: #ff5c2f;
}

.search-prod-title {
    height: 100%;
    margin: auto;
    color: #888;
    font-size: 14px;
}

.cart-coupons {
    font-weight: bold;
}

.coupon {
    display: inline-block;
    padding: 15px 25px 15px 15px;
    border: 1px solid #6d6d6d;
    width: auto;
    position: relative;
    margin-right: 10px;
}

.remove-coupon {
    position: absolute;
    right: 0;
    top: 0;
}

.remove-coupon button{
    color: red;
    border: none;
    background: none;
}

.main-product .main-prod-pic img:hover {
    cursor: pointer;
}

.img-modal img {
    object-fit: contain;
    max-width: 100%;
    max-height: 600px;
}

.prod-desc b {
    font-weight: bold;
}

.prod-desc a {
    color: #ff5c2f;
}

.feed {
    padding: 15px 5px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #cccccc80;
}

.feed-img {
    padding: 0;
}

.feed-img img {
    max-width: 100%;
    object-fit: contain;
    display: block;
    height: 100%;
    margin: auto;
}

.feed .date {
    color: #aaa;
}

.feed-desc {
    color: #6d6d6d;
    line-height: 1.2rem;
    /* max-height: 80px;
    overflow: hidden; */
}

/* .feed-desc:after {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#ffffff 80%);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#ffffff));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#ffffff 80%);
} */

.feed-title, .feed-title a {
    color: #ff5c2f;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.2rem;
}

.feed-heading {
    background-image: -webkit-linear-gradient(90deg,#fefefe 0,#f2f2f2 100%);
    color: #ff5c2f;
    padding: 10px 15px 30px 15px;
    font-size: 22px;
    font-weight: 400;
}

.calendar-icon {
    border: 4px solid #ff5c2f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 55px;
    height: 60px;
    margin: auto;
}

.calendar-icon .month {
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 1.4rem;
    background-color: #ff5c2f;
    text-transform: uppercase;
}

.calendar-icon .day {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8rem;
    font-weight: bold;
}

.event {
    margin-bottom: 20px;
}

.event-image img {
    width: 100%;
}

.event-title {
    margin-top: 20px;
    color: #ff5c2f;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
}

.event-subtitle {
    font-size: 20px;
}

.timeloc {
    background-color:#f2f2f2;
    margin: 20px 0;
    padding: 10px;
}

.timeloc i {
    color: #ff5c2f;
    font-size: 1.5rem;
    margin-right: 5px;
}

.event-desc {
    margin-bottom: 20px;
}

.event-desc p:not(:first-child) {
    color: #888;
}

.event-btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}