/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 18, 2017, 9:39:18 AM
    Author     : Manh Ha Hoang
*/


/******/

@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src:url(../fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff);
}


a, button, a img, img {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 auto;
}

.vertical {
    margin: auto;
    display: block;
    vertical-align: middle;
    overflow: hidden;
    padding: 3px;
}
.vertical img {
    max-width: 100%;
    max-height: 110%;
    display: inline-block!important;
    margin: 0 auto;
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.clear {
    clear: both;
}

/******/


header {
    background: #40a5fd none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    min-height: 50px;
    padding: 2px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.container-full {
    max-width: 1580px;
    width: 96%;
}
.site-header .container-full {
    display: flex;
    flex-wrap: wrap;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
}

.site-header #logo {
    display: block;
    margin: 0 auto 0;
    max-width: 240px;
}
header #logo img {
    display: inline-block;
}



header .nav > li > a:hover,
header .nav > li > a:focus {
    color: #cce3f7
}

header a {
    color: #fff;
}


/*---------- Search ----------*/
.result-bucket li {
    padding: 7px 15px;
}

.instant-results {
    background: #fff;
    color: gray;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .175);
    box-shadow: 0  2px 4px rgba(0, 0, 0, .175);
    display: none;
    z-index: 9;
}
form.form-search{
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
}
.search-form {
    position: relative;
    max-width: 100%;
}
.result-link {
    color: #4f7593;
}

.result-link .media-body {
    font-size: 13px;
    color: gray;
}
.result-link .media-heading {
    font-size: 15px;
    font-weight: 400;
    color: #4f7593;
}
.result-link:hover,
.result-link:hover .media-heading,
.result-link:hover .media-body{
    text-decoration: none;
    color: #4f7593
}
.result-link .media-object {
    width: 50px;
    padding: 3px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}
.show-search, .close-search {
    padding: 7px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 5px;
    color: #fff;
}
.close-search {
    display: none;
}

.top-keyword {
    margin: 3px 0 0;
    font-size: 12px;
    font-family: Arial;
}
.top-keyword a {
    font-size: 12px;
    font-family: Arial;
}
.top-keyword a:hover {
    color: rgba(255, 255, 255, 0.7);
}


/*Main*/
#site-main {
    background: #f1f1f1;
    padding-top: 80px;
}
.page-full-width {
    padding-top: 25px;
    margin-bottom: 40px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 1px 1px 3px #d3d3d3;
    padding-bottom: 25px;
}

.caption-header {
    color: #333;
    font-family: "Raleway Webfont",Arial,serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;

}
.caption-content {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 5px;
}

/*recommended merchant*/

h2.caption-header  {
    font-size: 33px;
    margin-bottom: 25px;
    font-weight: 600;
}

.recommended-merchants-box {
    display: inline-block;
    vertical-align: top;
}
.card-store-logo {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-sizing: content-box;
    display: inline-block;
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    padding: 8px;
    text-align: center;
    width: 110px;
}
.card-store-title {
    color: #555;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    margin: 10px 0;
    text-align: center;
    width: 128px;
}

/*Top Offers*/
.coupon-list li {
    margin-bottom: 12px;
}
.offer-item {
    background-color: #fff;
    margin-bottom: 6px;
    min-width: 250px;
    min-height: 120px;
    border: 1px solid #d3d3d3;
}
.offer-item-in-list .offer-item-content {
    padding: 15px;
}
.bucket-title {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
    position: relative;
}
.bucket-title small {
    display: block;
    font-size: 15px;
}

.coupon-anchor-merchant-logo {
    box-sizing: border-box;
    display: block;
    float: none;
    height: 60px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.coupon-anchor-merchant-logo img {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: auto;
    padding: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.coupon-anchor-label {
    color: #fff;
    color: #fff;
    font-weight: 500;
    line-height: 1.3em;
    padding: 3px;
    max-width: 70px;
    text-align: center;
}
.coupon-anchor-sale .coupon-anchor-label {
    background: #faa927;
}
.coupon-anchor-merchant {
    padding: 0;
}
.coupon-anchor-expired,
.coupon-anchor-rebate,
.coupon-anchor-code,
.coupon-anchor-sale {
    background: #fff none repeat scroll 0 0;
    color: #602d6c;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(34, 34, 34, 0.2);
    overflow: hidden;
    text-align: center;
    width: 70px
}
.coupon-anchor-sale {
    color: #4f7593;
    z-index: 9;
}
.coupon-anchor-rebate {
    color: #f16c3d
}
.offer-anchor {
    float: left;
    margin-bottom: 15px;
}
.offer-item-in-list .offer-actions {
    float: none;
    margin-left: 90px;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
    z-index: 0;
    max-width: 140px;
}
.save-offer {
    position: absolute;
    top: 5px;
    right: -35px;
    font-size: 20px;
}
.save-offer .fa {
    color: #eb6f00;
}
.offer-content {
    margin-right: 220px;
    margin-left: 90px;
    overflow-wrap: break-word;
    color: #414141;
}
.offer-content.no-margin-right {
    margin-right: 0;
}
.coupon-comments, .offer-voting {
    float: left;
}
.offer-voting {
    margin-right: 10px;
    vertical-align: top;
}
.coupon-comments {
    display: inline-block;
}
.offer-meta-details .offer-merchant-name,
.offer-meta-details .offer-meta-recency,
.offer-meta-details .offer-meta-usage,
.offer-description-exclusions .offer-description,
.offer-description-exclusions .offer-exclusions {
    display: inline;
    line-height: 1.1em;
}
.offer-meta-details .offer-meta-exclusive,
.offer-meta-details .offer-meta-promoted,
.offer-meta-details .offer-meta-verified {
    display: inline-block;
}

.offer-description-exclusions .offer-exclusions {
    height: 15px;
    overflow: hidden;
    display: inline-block;
}
.offer-description-exclusions .offer-exclusions::before {
    content: "... More";
    float: right;
    color: #4f7593;
    cursor: pointer;
}
.offer-description-exclusions .offer-exclusions.more-content::before {
    display: none
}

.offer-meta-details {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.offer-title {
    font-size: 24px;
    color: #222;
    display: block;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    text-decoration: none;
}
.offer-details {
    display: block;
}
.has-separator-dot {
    margin-left: 10px;
}
.has-separator-dot:before {
    content: "•";
}
.offer-expiration {
    margin-bottom: 7px;
}
.button-show-code {
    width: auto;
    margin-right: 25px;
    position: relative;
    background: url(../images/button-show-code-bg.png) no-repeat 100% 100%;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
}
.button-show-code:hover {
    color: yellow;
}
.button-show-code::before {
    border-left: 1px dashed #fff;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 99;
    width: 1px;
    height: 100%;
    display: block;
    content: "|";
    color: rgba(255, 255, 255, 0);
}
.button-show-code::after {
    content: attr(data-revealed-code);
    font-weight: 400;
    height: 33px;
    line-height: 34px;
    min-width: 100px;
    padding: 0 0.25em;
    position: absolute;
    right: -25px;
    top: -1px;
    background: #0075b3;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    z-index: -1;
    text-align: right;
    padding-right: 7px;
}
.button-submit-offer.button-show-code {
    background-image: none;
    background-color: #1ea3f9;
    padding: 6px 15px;
    margin: 0;
}
.button-submit-offer.button-show-code:before,
.button-submit-offer.button-show-code:after {
    display: none;
}
.merchant-img {
    float: left;
    margin-right: 7px;
    height: 80px;
    width: 70px;
    background: #fff;
    text-align: center;
}
.coupon-anchor-amount.vertical {
    height: 70px;
}
.merchant-body {
    margin-left: 80px;
}
.coupon-detail {
    margin-top: 15px;
}

[role=allcategories] .container-full {
    width: 100%;
}

[role=allcategories] .breadcrumb {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #ccc;
}

/*--------------- newsletter subscribe ---------------*/
.newsletter-subscribe {
    max-width: 760px;
    width: 100%;
    padding: 0 10px;
    margin: 15px auto;
}
.newsletter-subscribe-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3px;
}
.sign-up-message {
    margin: 10px auto;
    color: #1276ff;
}
.sign-up-desc, .sign-up-desc a {
    font-size: 14px;
}
.subscribing-message {
    margin: 7px auto;
}
.subscribing-successful h4 {
    color: #1276ff;
}
.subscribing-error {
    color: red;
}
.newsletter-subscribe-form {
    margin: 7px auto;
}

.list-products {
    padding-left: 0;
    list-style: none;
}
.list-products li:before {
    content: "•";
    color: #faa927;
    position: absolute;
    left: 0;
}
.list-products li {
    padding-bottom: 7px;
}
.latest-coupons li {
    padding-left: 25px;
}
.latest-coupons li:before {
    font-family: 'Linearicons-Free';
    content: "\e82f";
    font-size: 15px;
    position: absolute;
    left: 0;
    color: gray;
    top: 2px;
}


/*== Share a Coupon ==*/
.share-coupon {
    padding-top: 15px;
}
.title-Share {
    color: #005baa;
    font-size: 15px;
    margin-bottom: 10px;
}
.share-coupon label {
    font-weight: normal;
}

/*Footer*/
.site-footer .site-footer-container {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%
}

.site-footer .site-footer-newsletter .container {
    padding: 20px 0;
}
.bucket-title {
    position: relative;
    padding-bottom: 7px;
}
.site-footer-nav + .site-footer-nav {
    margin-top: 15px;
}
.bucket-title:after {
    content: "";
    height: 1px;
    width: 100px;
    background: gray;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.site-footer-nav a {
    color: #555;
}
.site-footer-nav a:hover {
    color: #4f7593;
}
footer > .main-footer a:hover {
    color: #fff;
}
footer > .main-footer {
    background-color: #121212;
    color: #5a5a5a;
    padding-bottom: 15px;
    padding-top: 20px;
}

.main-footer h4 {
    text-transform: uppercase;
    color: #aaa;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main-footer h4:after {
    content: "";
    height: 1px;
    width: 50px;
    background: gray;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0%;
}

.copy-txt {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 15px;
}

.policy a {
    color: rgba(255,255,255,0.5);
    font-weight: 400;
    margin: 0 5px;
}


/*category*/
.merchant-card {
    margin-top: 25px;
}

.merchant-card-logo {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 0;
    box-sizing: content-box;
    display: block;
    height: 170px;
    line-height: 170px;
    overflow: hidden;
    padding: 24px;
    text-align: center;
}
.merchant-card-favorite {
    margin-bottom: 20px;
}
.search-filter-section {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 25px;
}
.search-results-count {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.media.merchant-header {
    margin-bottom: 10px;
}
.logo-by-store {
    width: 100px;
    height: 50px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    color: gray;
    font-size: 12px;
}
h1.merchant-name {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 10px;
}
.merchant-name:first-letter {
    text-transform: uppercase;
}
.expired-coupons .merchant-name {
    margin: 30px auto 10px;
    font-size: 23px;
}

.merchant-scorecard-wrapper {
    clear: both;
    font-size: 15px;
}
.merchant-scorecard-wrapper .fa {
    color: #10b48a;
    margin-right: 5px;
}
.merchant-scorecard-wrapper .merchant-scorecard + .merchant-scorecard {
    margin-left: 10px;
    border-left: 1px solid #aaa;
    padding-left: 10px;
}
.button-float {
    margin-top: 10px;
}

.button-float .btn-info {
    background: #F1f1f1;
    color: #46b8da;
}
.button-float .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}
.coupon-anchor-code {
    background: #fff;
    color: #10b48a;
}
.coupon-anchor-expired {
    background: #fff;
    color: #555;
}
.coupon-anchor-code .coupon-anchor-label {
    background: #10b48a;
    color: #fff;
    display: block;
    line-height: 1em;
}

.offer-drawer {
    font-size: 15px;
    line-height: 20px;
    padding: 7px 20px ;
    position: relative;
    background: #fff;
    border-top: 1px solid #d3d3d3;
}
.offer-drawer:after, .offer-drawer:before {
    bottom: 100%;
    left: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.offer-drawer:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.offer-drawer:before {
    border-color: rgba(153, 153, 153, 0);
    border-bottom-color: #999;
    border-width: 11px;
    margin-left: -11px;
}
.offer-drawer-exclusive .offer-drawer-content-type {
    color: #4f7593;
    margin-right: 5px;
    font-weight: 600;
}
.button-vote {
    background: none;
    border: none;
    color: #10b48a;
}
.button-vote + .button-vote {
    color: #ff6171;
}
.coupon-anchor-rebate .coupon-anchor-label {
    background: #f16c3d;
}
.coupon-anchor-amount {
    font-weight: 700;
    line-height: 1em;
    padding-top: 15px;
    font-size: 16px;
    min-height: 58px;
}

.search-title {
    font-size: 21px;
}
.coupon-anchor-expired .coupon-anchor-label {
    background: #555;
}
.filter-checkbox label {
    font-size: 15px;
}

/*Coupon item*/
.copytxt {
    max-width: 200px;
    margin: auto;
    text-align: center;
}
.show-coupon-voting {
    margin: 15px auto;
}
.offer-redemption-voting {
    white-space: nowrap;
}
.show-coupon-voting div {
    display: inline;
    vertical-align: top;
    margin: 0 7px;
}
.coupon-content {
    background: #f1f1f1;
}

.modal-footer.coupon-footer {
    text-align: left;
}
.popup-more-coupons h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.popup-more-coupons ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-top: 1px dashed #ddd;
    margin: 0;
    padding: 10px 0;
}
.sign-up {
    margin: 15px 25px 15px 0;
    border-top: 1px dashed #f0ad4e;
    border-bottom: 1px dashed #f0ad4e;
    padding: 10px 0 15px;
}
.latest-coupons {
    text-align: left;
}
.realative-coupons {
    border-bottom: 1px dashed #f0ad4e;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.realative-coupons h3 {
    margin: 7px auto;
    font-size: 17px;
}
.realative-coupons ul {
    padding-left: 25px;
}
.list-coupon li + li {
    border-top: 1px solid #ddd;
}
.list-coupon li a {
    display: block;
    padding: 5px 0;
}
.list-coupon li {
    width: 50%;
    float: left;
}

/*-------------- offer-actions-form --------------*/
.offer-actions-form {
    text-align: right;
    max-width: 319px;
}
.offer-actions-form a + a {
    margin-left: 10px;
}
.offer-actions-form a i {
    margin-right: 2px;
    color: green;
}
.offer-actions-form a + a i {
    color: #940000;
}
#form-report .input-group {
    border-radius: 3px;
    margin: 5px auto;
    padding: 5px 7px;
    background-color: #cce3f7;
    border: 1px solid #7ca8ce;
}
#form-report .input-group button {
    padding: 5px 12px;
}
#form-report .input-group select.form-control {
    border-color: #cce3f7;
}

#form-share ul {
    margin: 13px auto 3px;
}
#form-share li {
    display: inline;
    padding: 0 5px
}
#form-share li a.facebook i{
    color: #3b5999;
}
#form-share li a.twitter i{
    color: #01bbf6;
}
#form-share li a.digg i{
    color: #5989ba;
}
#form-share li a.reddit i{
    color: #3c5a76;
}

/*-------------- Related Stores --------------*/
.sidebar {
    margin: 15px auto 25px;
}
.related-stores {
    margin-top: 15px;
}
.related-stores li {
    display: inline-block;
}
.related-stores li:nth-child(2n+1) {
    margin-right: 2%;
}
.vertical.list-store {
    height: 120px;
    width: 120px;
    background: #fff;
    display: block;
    padding: 5px;
    margin-bottom: 7px;
}




/*Blog*/
.container[role=blog] {
    width: 100%;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}
.container[role=blog] .breadcrumb {
    border-bottom: 1px solid #ccc;
    padding-top: 20px;
    margin-bottom: 15px;
}
.leftcol {
    border: 1px solid #e5e5e5;
}
.posts-title {
    font-size: 21px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px 15px;
}
.posts-list {
    padding-left: 15px;
    padding-right: 15px;
}
.posts-list li + li {
    border-top: 1px dashed #c1c1c1;
}
.posts-list li a {
    padding-bottom: 5px;
    padding-top: 5px;
    display: block;
}
.posts-list .fa {
    color: #f0ad4e;
    margin-right: 3px;
}

.blog-img-feature.vertical {
    height: 350px;
}
.blog-img-feature img {
    width: 100%;
    height: auto;
}
.blog-headings h1 {
    font-size: 23px;
    margin: 15px auto 5px;
}
.blog-headings h2 {
    font-size: 19px;
}
.blog-headings h2:after {
    content: "Read Now...";
    color: yellow;
    font-weight: 400;
    font-size: 85%;
    float: right;
}
.blog-hot-warrper {
    margin: 30px auto;
}
.blog-hot-img.vertical {
    height: 110px;
}
.blog-item-title {
    font-size: 18px;
    line-height: 1.1em;
    margin: 7px auto;
}
.blog-listing:nth-child(2n+1) {
    clear: left;
}
.blog-listing img,
.blog-image img {
    backface-visibility: hidden;
    height: auto;
    max-width: 100%;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
}
.blog-title a {
    color: #000;
    display: block;
    font-size: 14px;
    margin: 15px auto 5px;
    text-transform: uppercase;
    line-height: 1.2em;
}
.blog-date {
    color: #898989;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px;
}

.post-metadata span + span {
    border-left: 1px solid #d1d1d1;
    margin-left: 5px;
    padding-left: 5px;
}
.story-wrapper h2.media-heading {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.15em;
}

.story-wrapper .story {
    margin-bottom: 25px;
}
.post-metadata {
    color: #555;
    padding: 0;
    margin: 10px 0;
    clear: both;
    font-size: 13px;
    line-height: 1.2;
}
.media.story .media-body {
    padding-left: 25px;
}
.read-more {
    margin: 0 auto 20px;
    display: inline-block;
}

#share-buttons img {
    width: 40px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
.story-content img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.category-card {
    display: inline-block;
    margin: 10px;
    background: #fff;
    text-align: center;
    padding: 15px;
    border: 1px solid #ccc;
    float: left;
}
.category-link {
    display: block;
    width:  120px;
    height: 120px;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    background: #fff;
    color: gray;
    font-size: 17px;
}
.category-link .ic,
.category-link .icon,
.category-link .fa {
    font-size: 32px;
    display: block;
    color: #167ac6;
    margin: 5px;
}
.popular-stores {
    margin: 35px auto 25px;
}
.popular-stores-title {
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.popular-stores .store-container {
    width: 118px;
    color: #222;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 10px;
    text-align: center;
    float: left;
}
.popular-stores .store-card {
    border: 1px solid #d3d3d3;
    margin-bottom: 5px;
    color: #222;
    display: inline-block;
    overflow: hidden;
    box-sizing: content-box;
    width: 118px;
    height: 118px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #fff;
    line-height: 118px;
    text-align: center;
}
.all-categories {
    background: #fff;
    padding-top: 15px;
}
.store-heading {
    font-size: 19px;
    line-height: 1.5em;
    position: relative;
    margin-bottom: 7px;
}
.store-heading::after {
    height: 1px;
    background: #999;
    width: 55px;
    content: ".";
    color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.category-list .media i {
    font-size: 17px;
    color: #167ac6;
}

.store-heading a {
    color: #313131;
}
.showmore {
    padding: 5px 0;
    display: inline-block
}
.showmore:before {
    content: "Show More";
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline solid #0075b3;
    color: #40a5fd
}
.showmore[aria-expanded="true"]:before {
    content: "Show Less";
    text-decoration: underline solid tomato;
}
#all-desc[aria-expanded="true"] {
    display: inline!important;
}
.viewstore-rating-col h2 {
    font-size: 17px;
    margin-top: 0;
}

.subheader {
    background-color: #ffffff;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    width: 100%;
    padding:15px 0;
    position: relative;
}

.store-logo {
    height: 80px;
}
.offer-logo {
    height: 60px;
    padding-left: 7px;
    padding-right: 7px;
}
.subheader .store-subtitle {
    color: #333;
    float: left;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.15em;
    margin: 0 auto 7px;
    padding: 0 0 7px;
    width: 100%;
}

/*Login*/
#p4s-login.modal-dialog {
    width: auto;
    max-width: 800px;
}
#p4s-login.modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.errorpage {
    min-height: 450px;
    background: url(../images/404.jpg) no-repeat center bottom;
    padding: 35px 0;
    margin-bottom: 35px;
}

.errorpage h1 {
    font-size: 29px;
    font-weight: 700;
}
.errorpage h2 {
    font-size: 21px;
    color: #555;
    margin: 7px auto;
}

#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 96;
    display: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    color: rgba(0, 0, 0, 0.8)
}
.modal-title {
  line-height: 21px;
}
.coupon-code-link {
  border-radius: 0px;
}

.popup-description-coupon {
    font-size: 0;
    margin-bottom: 20px;
}

.popup-description-coupon > * {
    font-size: 14px;
}