@charset "iso-8859-1";
a,
body {
    color: #666
}
body,
form,
form .red {
    position: relative
}
.bar,
.placeholder,
body {
    width: 100%
}
.m_logo,
.m_logo:after,
.s_logo,
.s_logo:after {
    vertical-align: middle
}
.blog_wrapper p,
.pp_desc.less {
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}
.grid_stores li,
.map li,
.other_nav,
.social li,
.time_success {
    list-style: none
}
.highlight,
.placeholder,
.social a:after {
    pointer-events: none
}
.blog_wrapper p,
.go_btn .code,
.m_site,
.placeholder,
.pp_desc.less,
.search_default li a,
.ui-widget-content li a {
    text-overflow: ellipsis
}
.go_btn .code,
.m_site,
.other_nav,
.placeholder,
.search_default li a,
.succeedrate .comments,
.ui-widget-content li a {
    white-space: nowrap
}
.comment_lists li,
.coupon_detail,
.pop_wrapper,
.social a:after,
.succeedrate .comments,
.work span {
    box-sizing: border-box
}
applet,
article,
aside,
audio,
body,
button,
dd,
div,
dl,
dt,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
input,
label,
li,
mark,
menu,
nav,
object,
ol,
output,
ruby,
section,
select,
summary,
table,
td,
textarea,
th,
time,
ul,
video {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400
}
.mobileheader {
    display: none
}
body {
    font-size: 1em;
    line-height: 1.5;
    background-color: #F2F2F2;
    height: 100%;
    padding-top: 80px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}
@-ms-viewport {
    width: device-width
}
@-o-viewport {
    width: device-width
}
@viewport {
    width: device-width
}
:-moz-placeholder,
::-moz-placeholder {
    color: #aaa;
    text-overflow: ellipsis
}
::-ms-input-placeholder {
    color: #aaa;
    text-overflow: ellipsis
}
::-webkit-input-placeholder {
    color: #aaa;
    text-overflow: ellipsis
}
a {
    text-decoration: none;
    cursor: pointer;
    outline: 0
}
a:hover {
    color: #159f86
}
strong {
    font-weight: 700
}
.clear {
    clear: both
}
.clear:after {
    content: " ";
    clear: both;
    display: block;
    height: 0
}
.button:after,
.closed:after,
.closed:before,
.color_button:after,
.i_menu i:after,
.i_menu i:before,
.m_logo:after,
.menu_list li ul:before,
.s_logo:after,
.search_default li:after,
button:after {
    content: ""
}
.hidden {
    display: none!important
}
.t_center {
    text-align: center
}
.t_right {
    text-align: right
}
.fright {
    float: right
}
.fleft {
    float: left
}
dl,
ol,
p {
    margin: 0 0 16px
}
.disapproved,
.gray {
    color: #757575
}
.red {
    color: #ee0c0c
}
form .red {
    clear: both;
    top: -.625em;
    margin-bottom: .375em;
    font-size: 14px
}
form {
    z-index: 1
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    border-bottom: 1px solid rgba(0, 0, 0, .54)
}

button,
img,
input,
select,
textarea {
    font-size: 1em;
    vertical-align: middle;
    outline: 0
}
.input_wrapper,
.textarea_wrapper {
    height: 3em;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .54);
    z-index: 1
}
.textarea_wrapper {
    height: auto
}
input,
select,
textarea {
    border: 0;
    background-color: transparent;
    font-family: "Roboto", sans-serif;
    -webkit-appearance: none;
    margin: 0
}
.bar,
.highlight {
    position: absolute;
    background-color: #159f86;
    left: 0
}
textarea {
    padding: 0;
    line-height: 3em;
    height: 12em;
    resize: none
}
input[type=text] {
    padding: .5em 0;
    /* width: 100% */
}
.cpointer,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}
.placeholder {
    color: #ccc;
    font-size: 1em;
    line-height: 2;
    position: absolute;
    z-index: -1;
    left: 0;
    top: .5em;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden
}
input:focus~.placeholder,
textarea:focus~.placeholder {
    top: -16px;
    font-size: 12px;
    color: #159f86;
    font-weight: 500;
    letter-spacing: .5px
}
.bar {
    bottom: -2px;
    height: 2px;
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}
input:focus~.bar,
textarea:focus~.bar {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
.highlight {
    height: 70%;
    top: .5em;
    opacity: .5
}
input:focus~.highlight,
textarea:focus~.highlight {
    -webkit-animation: inputHighlighter .3s ease-in;
    -moz-animation: inputHighlighter .3s ease-in;
    -ms-animation: inputHighlighter .3s ease-in;
    -o-animation: inputHighlighter .3s ease-in;
    animation: inputHighlighter .3s ease-in
}
@-webkit-keyframes inputHighlighter {
    from {
        width: 100px
    }
    to {
        width: 0
    }
}
@-moz-keyframes inputHighlighter {
    from {
        width: 100px
    }
    to {
        width: 0
    }
}
@-ms-keyframes inputHighlighter {
    from {
        width: 100px
    }
    to {
        width: 0
    }
}
@-o-keyframes inputHighlighter {
    from {
        width: 100px
    }
    to {
        width: 0
    }
}
@keyframes inputHighlighter {
    from {
        width: 100px
    }
    to {
        width: 0
    }
}

.gray_button {
    background-color: rgba(0, 0, 0, .06);
    margin-right: 0
}
.color_button {
    color: rgba(255, 255, 255, .87)!important;
    background-color: #159f86;
    margin: 0
}
.color_button:before {
    background-color: transparent!important
}
.color_button:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .36)
}
.color_button:active,
.color_button:focus {
    box-shadow: none
}
.color_button:after {
    background-color: rgba(255, 255, 255, .12)!important
}
.button.small,
.color_button.small,
button.small {
    font-size: 14;
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    text-transform: inherit;
    margin-right: 0
}
.circle_btn_64 {
    width: 4em;
    height: 4em;
    line-height: 4em;
    padding: 0;
    border-radius: 50%
}
.circle_btn_56 {
    text-transform: inherit;
    width: 3.5em;
    height: 3.5em;
    line-height: 3.5em;
    padding: 0;
    border-radius: 50%
}
.closed {
    width: 2.5em;
    height: 2.5em;
    background: 0;
    right: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
    z-index: 97
}
.closed:after,
.closed:before {
    background-color: rgba(0, 0, 0, .54);
    display: inline-block;
    height: 1px;
    position: absolute;
    left: .562em;
    top: 1.25em;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 1.375em
}
.closed:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: .562em
}
#header {
    position: fixed;
    height: 5em;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    left: 0;
    top: 0;
    z-index: 100
}
.header_container {
    height: 100%;
    position: relative
}
.header_container h1 {
    font-size: 1em;
    width: auto;
    height: auto;
    display: inline-block
}
.about_wrap .icon-pp,
.country li i,
.get_deal:after,
.get_deal:before,
.logo,
.photo,
.show_code:after,
.show_code:before {
    background: url(../imgv4/common.svg?v=1204) no-repeat;
    background-size: 20em 37.5em
}
.logo {
    width: 14.5em;
    height: 3.5em;
    background-position: 0 0;
    display: inline-block;
    position: absolute;
    left: -15.375em;
    bottom: 13px;
    text-indent: -9999px
}
.menu_wrapper {
    position: absolute;
    left: 0;
    bottom: 16px;
    max-width: 50%
}
.i_menu {
    width: 56px;
    height: 56px;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 103;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .16);
    display: none
}
.i_menu i,
.i_menu i:after,
.i_menu i:before {
    width: 20px;
    height: 2px;
    position: absolute;
    background-color: #646464;
}
.i_menu i {
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -10px
}
.i_menu i:after,
.i_menu i:before {
    display: inline-block;
    left: 0;
    top: -7px
}
.i_menu i:after {
    top: 7px
}
.menu_list li {
    list-style-type: none;
    float: left;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    position: relative
}
.menu_list li a {
    line-height: 40px;
    height: 40px;
    padding: 0 16px;
    display: block;
    color: #fff
}
.menu_list li a:hover {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}
.menu_list li a .icon-angle-down,
.menu_list li a .icon-angle-right {
    font-size: 18px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.m_link,
.s_logo .store_name {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.menu_list li .submenu {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 16px 0 0;
    max-height: 0;
    max-width: 0;
    overflow: hidden
}
.menu_list li:hover .submenu {
    max-height: 9999px;
    max-width: 9999px;
    overflow: inherit
}
.menu_list li ul {
    background-color: #fff;
    box-shadow: 0 7px 21px rgba(0, 0, 0, .42);
    width: 240px;
    padding: 4px 0 8px;
    border-radius: 2px;
    position: relative
}
.other_nav,
.search_wrapper {
    position: absolute;
    height: 40px
}
.menu_list li ul:before {
    position: absolute;
    left: 16px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 6px solid transparent
}
.menu_list li ul li {
    width: 100%;
    float: inherit
}
.menu_list li ul li a {
    color: #666;
    font-weight: 400
}
.menu_list li ul li a:hover {
    background-color: rgba(0, 0, 0, .06);
    border-radius: 0
}
.menu_list li ul.categories {
    width: 480px
}
.menu_list li ul.categories li {
    width: 50%;
    float: left
}
.other_nav {
    left: 100%;
    bottom: 16px;
    margin-left: 3px
}
.other_nav li {
    display: inline-block;
    margin-left: 13px
}
.other_nav a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 16px;
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    font-size: 14px;
    margin-right: 0
}
.other_nav .h_season a {
    min-width: 142px
}
.search_wrapper {
    width: 40%;
    bottom: 16px;
    right: 0;
    z-index: 103
}
.search_wrapper form {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0
}
.search_wrapper .search_input {
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 2px
}
.search_input input[type=text] {
    padding: 0 72px 0 16px;
    border: 0;
    height: 100%;
    line-height: 40px;
    width: 100%;
    background: 0 0
}
.search_input .highlight {
    left: 16px;
    background-color: #ff9800;
    top: 15%
}
.search_btn,
.search_wrapper button {
    height: 100%;
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #2bc43e;
    color: #4c4c4c;
}
.focused .search_btn,
.search_btn {
    background-color: transparent;
    line-height: 56px;
    display: none;
    z-index: 106
}
.search_suggest {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .42);
    position: absolute;
    top: 40px;
    left: 0;
    padding: 1px 0;
    z-index: 2;
    border-radius: 0 0 2px 2px
}
.search_content li,
.search_default li {
    list-style-type: none;
    padding: .625em 0;
    margin: 0 .625em;
    position: relative
}
.search_default li {
    padding-left: 2em
}
.search_default li:after {
    position: absolute;
    height: 0;
    width: 100%;
    display: block;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f0f0f0
}
.search_default li i {
    width: 1.25em;
    height: 1.25em;
    display: block;
    float: left;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.25em;
    color: rgba(0, 0, 0, .26);
    position: absolute;
    top: .45em;
    left: .125em
}
.search_default li a {
    padding: 0 16px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    width: 50%;
    font-size: .875em;
    overflow: hidden
}
.search_default li a:hover {
   
    color: #666
}
.s_logo {
    width: 7em;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    overflow: hidden
}
.m_logo:after,
.s_logo:after {
    display: inline-block;
    height: 100%;
    width: 0
}
.s_logo img {
    max-width: 5em;
    max-height: 6.5em
}
.s_logo .store_name {
    width: 92%;
    height: auto;
    padding: 0 4%;
    max-height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, .54)
}
.s_logo .store_name p {
    line-height: 1;
    padding: 0;
    font-size: .875em;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    letter-spacing: .5px
}
.s_logo:hover .store_name {
    max-height: 100%;
    opacity: 1;
    padding: 1em 4%
}
.img_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .04);
    position: absolute;
    top: 0;
    left: 0
}
.ui-helper-hidden {
    display: none
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.ui-widget-content {
    background-color: #fff;
    list-style-type: none;
    position: absolute;
    z-index: 104;
    padding: 1px 0;
    box-shadow: 0 7px 21px rgba(0, 0, 0, .42);
    max-width: 100%
}
#main_content,
.store_wrap,
.wrapper {
    position: relative
}
.ui-widget-content li {
    height: 4.5em
}
.ui-widget-content li a {
    font-size: 1.25em;
    padding: 0 1em 0 4.75em;
    position: relative;
    display: block;
    width: 100%;
    line-height: 3.6em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis
}
.ui-widget-content a.ui-state-active,
.ui-widget-content a.ui-state-focus,
.ui-widget-content a.ui-state-hover,
.ui-widget-content li a:hover {
    background-color: rgba(0, 0, 0, .04);
    color: #666
}
.ui-widget-content li a .gray {
    font-size: .8em;
    margin-left: .3em
}
.ui-widget-content li .s_logo {
    font-size: .6em
}
@media(max-width:1836px) {
    .other_nav, .search_wrapper {
        float: right;
        position: relative;
        top: 23px
    }
    .header_container.wrapper {
        max-width: inherit
    }
    .logo {
        left: 0!important;
        font-size: .9375em
    }
    .menu_wrapper {
        left: 228px
    }
    .menu_list li a {
        padding: 0 12px
    }
    .search_wrapper {
        width: 30%;
        min-width: 340px
    }
    .other_nav {
        left: inherit
    }
    .other_nav .h_season a {
        min-width: inherit
    }
}
@media(max-width:1320px) {
    .logo {
        font-size: .8em;
        bottom: 17px
    }
    .menu_wrapper {
        left: 196px
    }
}
@media(max-width:800px) {
    #header, .other_nav {
        height: 58px
    }
    body {
        padding-top: 38px
    }
    .header_container.wrapper {
        margin: 0;
        width: auto
    }
    .logo {
        font-size: .8em;
        bottom: 6px;
        left: 16px!important
    }
    .menu_wrapper {
        left: 214px;
        bottom: 8px
    }
    .menu_list li .submenu {
        padding-top: 8px
    }
    .other_nav {
        top: 0;
        bottom: 0;
        width: auto
    }
    .other_nav a {
        height: 56px;
        line-height: 56px;
        background-color: transparent;
        border-left: 1px solid rgba(255, 255, 255, .16)
    }
    .other_nav .h_season {
        display: none
    }
    .search_wrapper {
        top: 8px
    }
}
@media(max-width:1024px) {
    .i_menu, .menu_list li {
        display: block
    }
    .logo {
        left: 72px!important
    }
    .menu_wrapper {
        top: 56px;
        left: 0!important;
        bottom: auto;
        width: 240px;
        max-width: inherit;
        position: fixed;
        max-height: 90%;
        max-height: -moz-calc(100% - 56px);
        max-height: -webkit-calc(100% - 56px);
        max-height: calc(100% - 56px);
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0 7px 21px rgba(0, 0, 0, .42)
    }
    .menu_wrapper .menu_list {
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        -moz-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in
    }
    .menu_list li a:hover,
    .menu_list li ul {
        background-color: rgba(0, 0, 0, .04)
    }
    .menu_wrapper.show .menu_list {
        max-height: 9999px;
        padding-bottom: 16px
    }
    .menu_list li {
        float: inherit
    }
    .menu_list li a {
        color: #333;
        padding: 0 20px;
        height: 48px;
        line-height: 48px
    }
    .menu_list li a .icon-angle-down {
        float: right
    }
    .menu_list li a .icon-angle-down.up {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .menu_list li .submenu {
        position: relative;
        top: 0;
        padding: 0;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }
    .menu_list li:hover .submenu {
        max-height: 0;
        max-width: 0;
        overflow: hidden
    }
    .menu_list li .submenu.show {
        max-height: 9999px!important;
        max-width: 9999px!important;
        overflow: inherit!important
    }
    .menu_list li ul {
        box-shadow: none;
        border-radius: 0;
        padding: 0
    }
    .menu_list li ul:before {
        display: none
    }
    .menu_list li ul li a {
        height: 40px;
        line-height: 40px;
        font-size: 13px
    }
    .menu_list li ul.categories {
        width: 240px
    }
    .menu_list li ul.categories li {
        width: 100%;
        float: inherit
    }
}
@media(max-width:768px) {
    .mobileheader {
        display: block
    }
    .normalheader,
    .other_nav {
        display: none
    }
    .logo {
        left: 50%!important;
        margin-left: -7.25em
    }
    .search_wrapper {
        width: 100%;
        max-width: 56px;
        height: 56px;
        overflow: hidden;
        min-width: inherit;
        top: 0;
        border-left: 1px solid rgba(255, 255, 255, .16);
        background-color: #fff;
    }
    .search_btn {
        display: inline-block
    }
    .search_wrapper form {
        max-width: 0;
        height: 40px
    }
    .search_wrapper.focused {
        max-width: 100%;
        box-shadow: 0 2px 7px rgba(0, 0, 0, .26);
        border-left: 0;
        padding: 0 16px;
        overflow: inherit
    }
    .search_wrapper.focused form {
        max-width: inherit;
        margin: 8px 23px
    }
    .search_suggest {
        top: 48px;
        width: 90%;
        max-width: 100%;
        margin: 0 38px
    }
}
#main_content {
    padding: 16px 0 0
}
.wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    clear: both
}
.wrapper h2 {
    font-size: 1.5em;
    line-height: 1.25;
    padding: .7em 0;
    color: #333
}
.button.fright {
    font-weight: 400;
    margin: 20px 0 0;
    font-size: 15px
}
.blog_wrapper,
.grid_coupons,
.grid_stores {
    margin-right: -32px
}
.blog_wrapper article,
.grid_coupons article,
.grid_stores li {
    margin-bottom: 32px;
    float: left
}
.grid_stores li {
    width: 16.666%;
    padding-right: 32px
}
.store_wrap {
    width: auto;
    height: 130px;
    border: 1px solid #e5e5e5;
    border-radius: 2px
}
.love,
.loved,
.m_link,
.mark,
.marked {
    position: absolute;
    text-align: center
}
.m_logo {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 16px
}
.m_logo img {
    max-width: 100%;
    max-height: 100%
}
.m_link {
    display: block;
    width: 100%;
    word-break: break-all;
    left: 0;
    bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .5px;
    padding: 0 4%;
    background-color: rgba(21, 159, 134, .87);
    color: #fff;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
.store_wrap:hover .m_link {
    max-height: 1000px;
    padding: 1em 4%;
    opacity: 1
}
.love,
.loved,
.mark,
.marked {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    cursor: pointer;
    right: 0;
    top: 0;
    font-size: 22px;
    color: rgba(0, 0, 0, .1)!important;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.mark,
.marked {
    font-size: 24px
}
.love:hover,
.loved,
.mark:hover,
.marked {
    color: #ff9800!important
}
.love:hover,
.mark:hover {
    opacity: .5
}
.coupons_container {
    background-color: #eaeaea;
    padding-top: 16px
}
.coupons_container~.wrapper {
    padding-top: 16px
}
.grid_coupons article {
    width: 33.333%;
    padding-right: 32px
}
.coupon_wrapper {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    padding: 0 32px 106px;
    cursor: pointer;
    position: relative
}
.coupon_wrapper .m_logo {
    width: 100%;
    height: 10.625em;
    padding: 16px 0
}
.coupon_wrapper .m_logo img {
    max-width: 70%
}
.coupon_wrapper h3 {
    font-size: 1.125em;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
    font-weight: 500;
    height: 4.8em;
    overflow: hidden
}
.coupon_wrapper h3 a {
    color: #333
}
.time_success {
    height: 1.875em;
    line-height: 1.875em;
    overflow: hidden;
    position: relative
}
.time_success li,
.time_success span {
    margin: 0 12px 0 0;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .5px;
    color: #757575;
    width: auto!important;
    padding: 0!important
}
.time_success li span {
    display: none
}
.time_success li.more {
    margin: 0 0 0 8px;
    cursor: pointer;
    position: relative
}
.time_success i {
    font-size: 14px;
    margin-right: 4px;
    color: #bbb;
    vertical-align: baseline
}
.hurry,
.hurry i,
.time_success .hurry,
.time_success .hurry i {
    color: red
}
.cb_comment {
    position: relative;
    z-index: 1
}
.time_success span .success {
    width: 0;
    height: 0;
    display: inline-block;
    margin-right: 2px;
    border-bottom: 10px solid #ccc;
    border-left: 5.7px solid transparent;
    border-right: 5.7px solid transparent
}
.go_btn {
    width: 80%;
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 32px;
    height: 2.875em;
    padding-right: 3.125em
}
.go_btn .code {
    width: 100%;
    height: 100%;
    border: 1px dashed #9f9f9f;
    color: #666;
    background-color: #dfdfdf;
    font-size: 1.5em;
    line-height: 1.916em;
    padding: 0 6px;
    overflow: hidden
}
.go_btn .get_deal,
.go_btn .show_code {
    position: absolute;
    height: 2.875em;
    right: 3.125em;
    color: #fff;
    top: 0;
    text-align: center
}
.go_btn .get_deal span,
.go_btn .show_code span {
    font-size: 1.25em;
    font-weight: 500;
    height: 2.3em;
    line-height: 2.3em
}
.get_deal:after,
.get_deal:before,
.show_code:after,
.show_code:before {
    height: 100%;
    display: inline-block;
    top: 0;
    position: absolute;
    content: ""
}
.go_btn .show_code {
    background-color: #ff9800;
    width: 60%
}
.go_btn .get_deal {
    width: 74%;
    background-color: #39f
}
.get_deal:before,
.show_code:before {
    width: 2em;
    background-position: 0 -4.75em;
    left: -2em;
    -moz-transition: left .2s ease-in;
    -ms-transition: left .2s ease-in;
    -o-transition: left .2s ease-in;
    -webkit-transition: left .2s ease-in;
    transition: left .2s ease-in
}
.after_vote,
.description {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}
.go_btn:hover .show_code:before {
    left: -1.125em
}
.get_deal:before {
    background-position: 0 -8.125em
}
.get_deal:after,
.show_code:after {
    width: 3.125em;
    background-position: -4em -4.75em;
    right: -3.125em
}
.get_deal:after {
    background-position: -4em -8.125em
}
.go_btn .long_btn {
    padding-top: .125em;
    padding-right: 1em
}
.go_btn .long_btn span {
    font-size: 1.125em;
    line-height: 1
}
.go_btn .long_btn span span {
    font-size: .875em;
    display: block;
    height: 1em
}
.description {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    font-size: 14px;
    padding: 4px 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .39);
    width: 100%;
    z-index: 98;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease
}
.description.show {
    padding: 12px 20px;
    max-height: 100em;
    opacity: 1
}
.bf_label,
.cm_label,
.exclusive_label,
.new_label,
.sc_label,
.sp_label,
.xmas_label {
    position: absolute;
    top: -2px;
    left: 32px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 0 8px;
    min-width: 60px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500
}
.blog_img,
.blog_wrapper p {
    position: relative;
    overflow: hidden
}
.bf_label {
    background-color: #000
}
.cm_label {
    background-color: #00c
}
.new_label {
    background-color: #0C0
}
.sc_label {
    background-color: #F66
}
.xmas_label {
    background-color: #d60200
}
.exclusive_label {
    background-color: #691b96
}
.blog_wrapper article {
    width: 25%;
    padding-right: 32px
}
.blog_wrapper h4 {
    font-size: 1.25em;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #333
}
.blog_img,
.tools_mod {
    width: 100%;
    margin-bottom: 16px
}
.blog_wrapper p {
    max-height: 63px;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3
}
.blog_img {
    height: 150px
}
.blog_img div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}
.blog_img div img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 120%;
    min-height: 100%;
    min-width: 100%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.tools_mod {
    background-color: #f4f4f4
}
.tools_mod article {
    width: 50%;
    padding: 0 2em;
    float: left;
    position: relative
}
.tools_mod article:first-child::after {
    content: "";
    position: absolute;
    display: block;
    height: 80%;
    top: 10%;
    right: 0;
    width: 1px;
    background-color: #e5e5e5
}
.about_wrap,
.app_wrap,
.couponalert_wrap,
.newsletter_wrap {
    padding: 1.25em 0 1em 7em;
    position: relative;
    cursor: pointer;
    min-height: 11em
}
.app_wrap i,
.couponalert_wrap i,
.newsletter_wrap i {
    position: absolute;
    width: 94px;
    height: 112px;
    line-height: 112px;
    font-size: 8em;
    left: 0;
    top: 50%;
    margin-top: -56px;
    color: #f66;
    display: inline-block
}
.app_wrap p,
.couponalert_wrap p,
.newsletter_wrap p {
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 1em;
    color: #666
}
.about_wrap h2,
.app_wrap .title,
.couponalert_wrap .title,
.newsletter_wrap .title {
    font-size: 1.75em;
    line-height: 1.5;
    color: #f66;
    margin-bottom: 6px;
    text-transform: capitalize
}
.bottom_form form {
    padding: 0 7em 0 0;
    position: relative
}
.bottom_form form .color_button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.25em;
    margin: 0;
    padding: 0;
    text-align: center
}
.bottom_form .red {
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    font-size: 14px;
    width: 100%;
    margin: 0;
    padding: .2em 0;
    background-color: #fff;
    text-indent: 1.25em;
    z-index: 98
}
.bottom_form .red p {
    margin-bottom: 0
}
.newsletter_wrap .bar,
.newsletter_wrap .color_button,
.newsletter_wrap .highlight {
    background-color: #f66
}
.after_subscribe p {
    font-size: 1em;
    margin: 1.5em 0 1em
}
.couponalert_wrap i {
    color: #c96;
    font-size: 5.875em
}
.couponalert_wrap .title {
    color: #c96
}
.couponalert_wrap .bar,
.couponalert_wrap .color_button,
.couponalert_wrap .highlight {
    background-color: #c96
}
.about_wrap h2 {
    padding: 0;
    color: #333
}
.about_wrap .icon-pp {
    position: absolute;
    left: 0;
    top: 28px;
    width: 2em;
    height: 3.25em;
    font-size: 2.25em
}
.pp_desc {
    color: #666;
    font-size: 14px
}
.pp_desc.less {
    max-height: 84px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4
}
.categories li i,
.copyright .logo,
.public_media span,
.social a {
    display: inline-block
}
.app_wrap i {
    font-size: 5em;
    color: #07c
}
.app_wrap .title {
    color: #07c
}
.app_wrap .color_button {
    background-color: #07c;
    width: 6.25em;
    margin-top: 10px
}
.app_wrap:after,
.app_wrap:before {
    content: "";
    position: absolute;
    right: -14px;
    height: 2px;
    width: 14px;
    background-color: #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px
}
.app_wrap:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 4px
}
.searches_categories {
    margin-bottom: 48px
}
.searches_categories section {
    width: 50%;
    float: left
}
.searches_categories section:last-child {
    padding-left: 32px
}
.searches_categories ul {
    margin-bottom: 16px;
    max-height: 9999px;
    overflow: hidden;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}
.searches_categories ul.less {
    max-height: 216px
}
.searches_categories .categories li,
.searches_categories .hot_searches li {
    list-style: none;
    width: 33.333%;
    float: left;
    padding-right: 16px;
    height: 36px;
    line-height: 36px
}
.searches_categories .categories li a,
.searches_categories .hot_searches li a {
    font-size: 14px;
    line-height: 36px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block
}
.searches_categories .categories li {
    width: 50%
}
.categories li i {
    margin-right: 14px;
    vertical-align: middle;
    font-size: .75em;
    -webkit-text-size-adjust: none
}
.ca_1,
.ca_101,
.ca_113,
.ca_121,
.ca_128,
.ca_132,
.ca_139,
.ca_146,
.ca_158,
.ca_165,
.ca_175,
.ca_184,
.ca_193,
.ca_198,
.ca_20,
.ca_202,
.ca_213,
.ca_32,
.ca_41,
.ca_52,
.ca_63,
.ca_73,
.ca_78,
.ca_8,
.ca_93 {
    width: 2em;
    height: 2em;
    background: url(../imgv4/category.png?v=1204) no-repeat;
    background-size: 8em 14em
}
.ca_1 {
    background-position: 0 0
}
.ca_8 {
    background-position: -2em 0
}
.ca_20 {
    background-position: -4em 0
}
.ca_32 {
    background-position: -6em 0
}
.ca_41 {
    background-position: 0 -2em
}
.ca_52 {
    background-position: -2em -2em
}
.ca_63 {
    background-position: -4em -2em
}
.ca_73 {
    background-position: -6em -2em
}
.ca_78 {
    background-position: 0 -4em
}
.ca_93 {
    background-position: -2em -4em
}
.ca_101 {
    background-position: -4em -4em
}
.ca_113 {
    background-position: -6em -4em
}
.ca_121 {
    background-position: 0 -6em
}
.ca_128 {
    background-position: -2em -6em
}
.ca_132 {
    background-position: -4em -6em
}
.ca_139 {
    background-position: -6em -6em
}
.ca_146 {
    background-position: 0 -8em
}
.ca_158 {
    background-position: -2em -8em
}
.ca_165 {
    background-position: -4em -8em
}
.ca_175 {
    background-position: -6em -8em
}
.ca_184 {
    background-position: 0 -10em
}
.ca_193 {
    background-position: -2em -10em
}
.ca_198 {
    background-position: -4em -10em
}
.ca_202 {
    background-position: -6em -10em
}
.ca_213 {
    background-position: 0 -12em
}
.view_more {
    font-size: 14px;
    color: #159f86;
    cursor: pointer;
    font-weight: 400;
    margin-left: -1em
}
.view_more i {
    font-size: 20px;
    margin-left: 2px;
    font-weight: 500
}
.oops {
    text-align: center;
    margin-bottom: 3em;
    color: #999
}
.oops h1 {
    font-size: 3em;
    margin: .6em
}
.oops p {
    font-size: 1.5em
}
.oops_img {
    width: 100%;
    height: 9em;
    margin-bottom: 2em;
    background-image: url(../imgv4/404-1.svg);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bubble 3s ease-in-out 0 infinite alternate;
    -moz-animation: bubble 3s ease-in-out 0 infinite alternate;
    animation: bubble 3s ease-in-out 0 infinite alternate
}
@-webkit-keyframes bubble {
    0, 100%, 70% {
        background-image: url(../imgv4/404-1.svg)
    }
    50% {
        background-image: url(../imgv4/404-2.svg)
    }
}
@-moz-keyframes bubble {
    0, 100%, 70% {
        background-image: url(../imgv4/404-1.svg)
    }
    50% {
        background-image: url(../imgv4/404-2.svg)
    }
}
@keyframes bubble {
    0, 100%, 70% {
        background-image: url(../imgv4/404-1.svg)
    }
    50% {
        background-image: url(../imgv4/404-2.svg)
    }
}
footer {
    width: 100%;
    background-color: #159f86
}
.as_seen_on {
    padding: 0 0 24px;
    background-color: rgba(0, 0, 0, .1)
}
.as_seen_on .title {
    padding: 16px 0;
    font-size: 1.125em;
    color: #fff;
    margin: 0
}
.public_media {
    text-align: center
}
.public_media span {
    font-size: 3.125em;
    width: 14%;
    text-align: center;
    color: rgba(255, 255, 255, .26)
}
.footer_wrap p,
.map li {
    font-size: 14px
}
.map li {
    width: 25%;
    float: left
}
.map {
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}
.map li ul li {
    float: none;
    width: 100%;
    line-height: 30px
}
.map li ul li a {
    color: #fff;
    line-height: 30px
}
.footer_wrap {
    padding: 24px 0 0
}
.footer_wrap div {
    width: 25%;
    float: right;
    color: #fff
}
.footer_wrap .copyright {
    width: 50%;
    padding-right: 32px
}
.copyright .logo {
    font-size: .75em;
    position: inherit
}
.footer_wrap .follow_us {
    padding-right: 16px;
    margin-bottom: 20px
}
.social li {
    width: 25%;
    height: 2.5em;
    float: left;
    position: relative
}
.social a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 2.125em;
    color: #159f86!important;
    line-height: 40px;
    text-align: center;
    position: relative;
    z-index: 1
}
.social a:hover {
    color: #fff!important;
    background-color: transparent
}
.social a:after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    padding: 2px;
    top: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(1.3);
    transition: transform .2s ease 0, opacity .3s ease 0
}
.social a:hover:after {
    opacity: 1;
    transform: scale(1)
}
.social .icon-facebook:after {
    background-color: #5d82d1
}
.social .icon-twitter:after {
    background-color: #40bff5
}
.social .icon-google-plus:after {
    background-color: #eb5e4c
}
.social .icon-googleaccount:after {
    background-color: #176ced
}
.social .icon-pinterest:after {
    background-color: #e13138
}
.social .icon-yahooaccount:after {
    background-color: #ab47ac
}
.social a span {
    display: none
}
.footer_wrap .international {
    margin-bottom: 20px
}
.country li {
    width: 25%;
    float: left;
    overflow: hidden;
    height: 40px;
    line-height: 40px
}
.country li i {
    width: 2.25em;
    height: 1.5em;
    display: inline-block;
    opacity: .5;
    vertical-align: middle
}
.mask,
.pop_wrapper {
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%
}
.instores,
.instores:hover,
.m_site {
    vertical-align: bottom;
    text-transform: inherit;
    font-weight: 400
}
.country li i:hover,
.country li.on i {
    opacity: 1
}
.country li .c_au {
    background-position: 0 -12.5em
}
.country li .c_ca {
    background-position: -2.5em -12.5em
}
.country li .c_de {
    background-position: -5em -12.5em
}
.country li .c_uk {
    background-position: -7.5em -12.5em
}
.country li .c_us {
    background-position: -10em -12.5em
}
.country li .c_fr {
    background-position: -12.5em -12.5em
}
.country li .c_in {
    background-position: -15em -12.5em
}
.country li .c_au:hover,
.country li.on .c_au {
    background-position: 0 -14em
}
.country li .c_ca:hover,
.country li.on .c_ca {
    background-position: -2.5em -14em
}
.country li .c_de:hover,
.country li.on .c_de {
    background-position: -5em -14em
}
.country li .c_uk:hover,
.country li.on .c_uk {
    background-position: -7.5em -14em
}
.country li .c_us:hover,
.country li.on .c_us {
    background-position: -10em -14em
}
.country li .c_fr:hover,
.country li.on .c_fr {
    background-position: -12.5em -14em
}
.country li .c_in:hover,
.country li.on .c_in {
    background-position: -15em -14em
}
.mask {
    background-color: rgba(224, 224, 224, .87);
    z-index: 999
}
.pop_wrapper {
    border-radius: 0;
    padding: 0;
    z-index: 1000;
    overflow-y: scroll;
    cursor: pointer
}
.after_vote,
.m_site,
.vote_wrap {
    overflow: hidden
}
.coupon_detail_pop .coupon_detail {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .47);
    margin: 72px auto 16px;
    z-index: 999;
    cursor: default;
    border-radius: 3px
}
.coupon_detail {
    width: 90%;
    max-width: 720px;
    background-color: #fff;
    margin: 0 auto;
    padding: 32px;
    clear: both;
    position: relative
}
.copy_code,
.m_site,
.print_img img {
    max-width: 100%
}
.coupon_detail input[type=text],
.coupon_detail textarea {
    border: 0;
    box-shadow: none
}
.coupon_detail h4 {
    font-size: 1em;
    line-height: 1.5;
    margin: .313em 0 1.125em
}
.code_wrap,
.deal_wrap {
    padding: 16px 0;
    position: relative;
    text-align: center
}
.copy_code {
    padding: .5em 5.5em .5em 1em;
    border: 1px dashed #9f9f9f;
    background-color: #dfdfdf;
    position: relative;
    margin: 0 auto 1.25em;
    display: inline-block
}
.copy_code.no_copy {
    padding: .5em 1em
}
.copy_code div {
    padding: .325em 0;
    font-size: 2.75em;
    line-height: 1;
    width: 100%;
    text-align: center;
    word-spacing: normal;
    word-wrap: break-word
}
.copy_code input[type=button] {
    position: absolute;
    width: 3.2em;
    height: 3.2em;
    border-radius: 50%;
    font-size: 1.25em;
    top: 50%;
    margin-top: -1.6em;
    right: .5em;
    background-color: #ff9800;
    color: #fff
}
.m_site,
.mer_logo {
    position: relative
}
.copy_code.no_copy input[type=button] {
    display: none
}
.copy_tips {
    text-align: center;
    line-height: 36px
}
.copy_tips span {
    color: #999
}
.m_site {
    color: #ff9800!important;
    display: inline-block;
    padding: 0 8px;
    margin: 0
}
.instores,
.instores:hover {
    color: #859!important;
    margin: 0 5px!important
}
.coupon_title,
.succeedrate span,
.work,
.work span {
    vertical-align: middle
}
.instores:after,
.m_site:after {
    display: none!important
}
.deal_wrap p {
    font-size: 24px;
    text-align: center;
    line-height: 1.6
}
.deal_wrap .m_site {
    color: #39f!important
}
.deal_wrap .instores,
.deal_wrap .m_site {
    font-size: 24px;
    line-height: 40px;
    height: 40px
}
.mer_logo {
    min-height: 5.5em;
    padding: 0 0 0 6.5em;
    margin-bottom: 24px
}
.mer_logo .s_logo {
    height: 5.5em;
    width: 5.5em
}
.mer_logo .s_logo img {
    max-height: 100%
}
.coupon_title {
    font-size: 1.25em;
    color: #333;
    display: table-cell;
    height: 4.5em
}
.coupon_title span,
.succeedrate,
.work,
.work span {
    display: inline-block
}
.coupon_title span {
    font-size: .625em;
    margin-left: 8px
}
.coupon_restriction {
    color: red;
    margin-bottom: 28px;
    font-size: 14px
}
.coupon_description {
    clear: both;
    padding: 0;
    font-size: 14px
}
.coupon_detail .couponalert_wrap {
    border-bottom: 1px solid #e5e5e5;
    padding-left: 8.65em;
    padding-bottom: 0;
    border-top: 1px solid #e5e5e5;
    font-size: .8em;
    min-height: 8.75em
}
.coupon_detail .couponalert_wrap i {
    background-color: #c96;
    color: rgba(255, 255, 255, .67);
    height: 100%;
    font-size: 4.5em;
    top: 0;
    margin: 0;
    text-align: center;
    line-height: normal
}
.coupon_detail .couponalert_wrap i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.5em;
    margin-left: -.5em
}
.vote,
.vote_wrap {
    position: relative
}
.coupon_detail .couponalert_wrap .title {
    margin-bottom: 13px
}
.coupon_detail .couponalert_wrap .after_subscribe,
.coupon_detail .couponalert_wrap .bottom_form {
    font-size: 1.25em
}
.coupon_detail .couponalert_wrap .input_wrapper {
    margin-bottom: 0;
    border: 0
}
.vote_wrap {
    padding: 32px 0 0;
    margin: 32px -32px 0;
    background-color: #f4f4f4
}
.comment_lists i,
.vote_wrap i {
    margin-right: 4px
}
.vote {
    margin: 0 4em 32px;
    height: 4em;
    text-align: center
}
.work,
.work_succeedrate {
    height: 84px;
    position: absolute;
    top: 0
}
.work_succeedrate {
    width: 260px;
    left: 50%;
    margin-left: -120px
}
.work {
    width: 95.76px;
    left: 0
}
.work span {
    -moz-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    cursor: pointer;
    border-style: solid;
    height: 0;
    margin-right: 2px;
    width: 0
}
.work .yes {
    border-color: #8ac249;
    float: left;
    position: relative
}
.work .no {
    border-color: #ff9800;
    float: right
}
.succeedrate {
    line-height: 1;
    position: relative;
    top: -.125em;
    font-size: 1.75em
}
.succeedrate span {
    color: #8ac249
}
.succeedrate span:first-of-type {
    color: #8ac249;
    font-size: 2.25em;
    font-weight: 200
}
.succeedrate span:last-of-type {
    font-size: 1em;
    color: #8ac249;
    letter-spacing: .5px;
    vertical-align: top;
    position: relative;
    display: inline-block
}
.succeedrate .comments,
.vote .icon-thumbs-down,
.vote .icon-thumbs-up {
    background-color: rgba(0, 0, 0, .08);
    position: absolute;
    left: 0;
    display: block
}
.succeedrate .comments {
    top: 110%;
    border-radius: 2px;
    height: 1.75em;
    line-height: 1.75em;
    min-width: 100%;
    color: #757575;
    padding: 0 6px;
    font-size: .5em
}
.vote .icon-thumbs-down,
.vote .icon-thumbs-up {
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 1.6em;
    top: 0;
    font-size: 2.5em;
    -moz-transition: background-color .3s ease, color .3s ease;
    -ms-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    -webkit-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    color: #8ac249
}
.vote .icon-thumbs-down {
    right: 0;
    left: inherit;
    color: #ff9800
}
.vote .icon-thumbs-up.on,
.vote .icon-thumbs-up:hover {
    background-color: #8ac249;
    color: #fff
}
.vote .icon-thumbs-down.on,
.vote .icon-thumbs-down:hover {
    background-color: #ff9800;
    color: #fff
}
.after_vote .bar,
.after_vote .highlight,
.after_vote button {
    background-color: #ff9800!important
}
.after_vote {
    position: relative;
    font-size: .875em;
    padding: 0 32px;
    border-top: 1px solid transparent;
    max-height: 0;
    transition: all .3s ease
}
.after_vote.show {
    padding: 0 32px 16px;
    max-height: 1000px;
    border-top: 1px solid rgba(0, 0, 0, .12)
}
.after_vote form {
    padding: 0
}
.after_vote .title {
    color: #ff9800;
    font-size: 1.5em;
    line-height: 1.333;
    padding: 1em 0;
    margin: 0
}
.after_vote button {
    text-transform: inherit;
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    padding: 0;
    width: 4em
}
.after_vote input:focus~.placeholder {
    color: #ff9800!important
}
.after_vote form .red {
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    margin: 0;
    padding: 2px 0;
    position: absolute;
    text-indent: 16px;
    top: 3em;
    left: 4em;
    width: 80%;
    width: -webkit-calc(100% - 4em);
    width: -moz-calc(100% - 4em);
    width: calc(100% - 4em)
}
.save_box form .red {
    top: inherit;
    bottom: 55px
}
.save_box_content {
    padding-left: 4em;
    position: relative
}
.save_box_content .save_box_item {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 16px;
    position: relative
}
.save_box_content .save_box_item:last-of-type {
    padding-left: 16px;
    padding-right: 0
}
.save_box_content span {
    width: .938em;
    display: inline-block;
    font-size: 1.25em;
    line-height: 2.4em
}
.save_box_content span~.input_wrapper {
    padding-left: 1em;
    margin-top: -3em
}
.save_box_content span~.input_wrapper .placeholder {
    padding-left: 1em
}
.save_box_content span~.input_wrapper input:focus~.placeholder {
    padding-left: 0
}
.save_box_content span~.input_wrapper .highlight {
    left: 1em
}
.save_box button {
    float: right;
    margin-top: 16px;
    margin-bottom: 16px
}
.bad_box_content,
.good_box_content {
    padding: 0 5em 0 4em;
    position: relative
}
.bad_box_content button,
.good_box_content button {
    position: absolute;
    right: 0;
    bottom: 0
}
.comment_wrapper {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    position: relative;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.comment_wrapper.show {
    max-height: 1000px;
    border-top: 1px solid rgba(0, 0, 0, .12)
}
.comment_lists {
    max-height: 330px;
    padding: 0 16px;
    overflow-y: scroll
}
.comment_lists li {
    padding: 32px 0 26px 4em;
    position: relative;
    margin: 0 16px;
    list-style-type: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    width: auto!important;
    float: inherit
}
.comment_lists li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}
.after_vote .photo,
.comment_lists .photo,
.post_comment .photo {
    width: 3em;
    height: 3em;
    background-position: -2px -16.875em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}
.comment_lists .photo {
    top: 32px
}
.after_vote .photo img,
.comment_lists .photo img,
.post_comment .photo img {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 3.125em;
    height: 3.125em
}
.comment_lists p {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: -.5em
}
.comment_lists p span {
    display: block;
    padding: 4px 0
}
.comment_lists .time {
    font-size: 12px;
    color: #bbb;
    font-style: italic;
    font-weight: 400;
    padding-bottom: 0
}
.explain {
    padding: 0 16px;
    background-color: #fff;
    border-radius: 0 2px 2px;
    margin: 16px 0 6px;
    position: relative
}
.explain:before {
    content: "";
    border-bottom: 14px solid #fff;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
    display: block;
    position: absolute;
    top: -12px;
    left: 0
}
.explain p {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    padding: 10px 0;
    margin: 0
}
.explain p:last-of-type {
    border: 0
}
.explain p span {
    display: inline-block;
    padding: 0
}
.post_comment {
    position: relative;
    padding-left: 4.25em;
    padding-right: 4em
}
.post_comment .red {
    position: absolute;
    top: 100%;
    margin-top: 0
}
.post_comment .photo {
    top: 1em
}
.post_comment .textarea_wrapper {
    margin-bottom: 0
}
.post_comment textarea {
    background: 0 0;
    resize: none;
    font-size: 1.125em;
    width: 100%;
    height: 2em;
    margin-top: .5em;
    line-height: 2em;
    padding: 0
}
.post_comment button {
    bottom: 0;
    right: 0;
    width: 3em;
    position: absolute;
    font-size: 1.125em;
    padding: 0
}
.print_img {
    margin-bottom: 2em;
    text-align: center
}
.print_btn {
    text-align: center;
    margin-bottom: 16px;
    padding-top: 32px
}
.print_btn .color_button {
    height: 2.4em;
    line-height: 2.4em;
    border-radius: 2px;
    font-size: 1.25em;
    margin: 0 .5em 16px;
    display: inline-block
}
.overflow_hid {
    overflow: hidden
}
.tips_container {
    position: relative;
    top: 72px;
    margin: 0 auto;
    margin-bottom: 16px!important;
    padding: 0 2em 2em;
    z-index: 1000;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .47);
    background: #fff;
    border-radius: 2px;
    width: 90%;
    max-width: 36em;
    cursor: default
}
.tips_container .title {
    font-size: 1.5em;
    padding: 1em 0 .875em;
    line-height: 1.333;
    margin: 0
}
.button_wrapper {
    text-align: right;
    margin-top: 2em;
    margin-bottom: -1em;
    clear: both
}
.button_wrapper button {
    text-transform: uppercase
}
#feedback_box .desc {
    padding: 0;
    margin-bottom: 16px
}
#feedback_box h2 {
    color: #159f86;
    font-size: 1.5em;
    padding: 1em 0;
    line-height: 1.333;
    margin-top: inherit
}
.button.inoperable,
.color_button.inoperable,
.scode button,
button.inoperable,
input[type=button].inoperable,
input[type=reset].inoperable,
input[type=submit].inoperable {
    color: rgba(0, 0, 0, .26)
}
#feedback_box .desc p {
    margin-top: -.25em
}
.fb_form {
    padding: 0
}
.scode {
    width: 50%;
    float: left
}
.scode img {
    margin-left: 16px
}
.scode button {
    font-size: 1.25em;
    width: 2.4em;
    height: 2.4em;
    line-height: 2em;
    text-align: center;
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 0
}
.couponalert_pop,
.newsletter_pop {
    padding: 0 32px
}
.couponalert_pop .couponalert_wrap .title,
.newsletter_pop .newsletter_wrap .title {
    font-size: 1.75em;
    line-height: 1.5;
    margin-bottom: 6px;
    padding: 0
}
.color_button.inoperable {
    background-color: #ccc
}
.anchor_positioning {
    margin-top: -72px;
    float: left
}
.ca .header_container.wrapper {
    max-width: 1200px
}
.ca .logo {
    width: 15.625em;
    left: 0
}
.ca .menu_wrapper {
    left: 16.625em
}
@media(max-width:1279px) {
    .ca .header_container.wrapper {
        max-width: inherit
    }
    .ca .search_wrapper {
        margin-right: 16px
    }
    .ca .menu_wrapper {
        left: 14.625em
    }
}
@media(max-width:768px) {
    .ca .search_wrapper {
        margin: 0
    }
    .ca .logo {
        margin-left: -7.8125em
    }
}
.ca .searches_categories section {
    width: 100%;
    padding: 0!important
}
.ca .searches_categories .categories li {
    width: 25%
}
.ca .searches_categories ul.less {
    max-height: 108px
}
@media(max-width:1024px) {
    .wrapper {
        width: auto;
        margin-right: 32px;
        margin-left: 32px
    }
    .coupon_wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
    .tools_mod {
        font-size: .875em
    }
}
@media(max-width:960px) {
    .blog_wrapper a: nth-child(3), .blog_wrapper a: nth-child(4), .copyright .logo, .tools_mod article:first-child::after {
        display: none
    }
    .grid_stores li {
        width: 33.333%
    }
    .grid_coupons article {
        width: 100%
    }
    .coupon_wrapper {
        padding: 1.5em 2em 1.5em 30%;
        position: relative
    }
    .coupon_wrapper .m_logo {
        width: 30%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%
    }
    .coupon_wrapper h3 {
        max-height: 3.2em;
        margin-bottom: 32px
    }
    .go_btn {
        bottom: 1.5em;
        width: 35%
    }
    .blog_wrapper article {
        width: 50%
    }
    .searches_categories section,
    .tools_mod article {
        width: 100%;
        padding: 0!important
    }
    .tools_mod article:first-child {
        border-bottom: 1px solid #e5e5e5
    }
    .app_wrap:after,
    .app_wrap:before {
        right: 0
    }
    .searches_categories ul.less {
        max-height: 108px
    }
    .searches_categories .categories li,
    .searches_categories .hot_searches li {
        width: 25%
    }
    .public_media span {
        font-size: 2.5em
    }
    .footer_wrap div {
        width: 50%
    }
    .footer_wrap div ul {
        width: 80%
    }
    .footer_wrap .copyright {
        width: 100%;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
}
@media(max-width:768px) {
    .blog_wrapper, .grid_coupons, .grid_stores {
        margin-right: -16px
    }
    .blog_wrapper li,
    .grid_coupons article,
    .grid_stores li {
        padding-right: 16px
    }
    .go_btn {
        width: 13.75em;
        font-size: .9em
    }
    .go_btn .get_deal {
        width: 60%
    }
    .time_success li.more {
        display: none
    }
    .searches_categories .categories li,
    .searches_categories .hot_searches li {
        width: 33.333%!important
    }
    .public_media span {
        font-size: 2em
    }
    .map li {
        font-size: 12px;
        width: 50%
    }
    .coupon_detail_pop .coupon_detail {
        margin-top: 56px
    }
    .vote {
        margin-left: 32px;
        margin-right: 32px
    }
    .succeedrate {
        font-size: 1.35em;
        top: .4em
    }
    .save_box_content .save_box_item {
        width: 100%;
        padding: 0!important
    }
}
@media(max-width:480px) {
    .grid_coupons article, .grid_stores li {
        margin-bottom: 20px
    }
    .go_btn,
    .go_btn .long_btn {
        padding: 0
    }
    .get_deal:after,
    .get_deal:before,
    .go_btn .code,
    .go_btn .long_btn span span,
    .show_code:after,
    .show_code:before {
        display: none
    }
    body {
        font-size: .9em
    }
    .wrapper {
        margin-left: 16px;
        margin-right: 16px
    }
    .grid_stores li {
        width: 50%
    }
    .store_wrap {
        height: 110px
    }
    .coupon_wrapper h3 {
        margin-bottom: 8px
    }
    .time_success li {
        font-size: .75em
    }
    .go_btn {
        width: 6.25em;
        bottom: .8em
    }
    .go_btn .get_deal,
    .go_btn .show_code {
        width: 100%;
        right: 0;
        height: auto
    }
    .go_btn .get_deal span,
    .go_btn .show_code span {
        font-size: .875em;
        letter-spacing: 0;
        font-weight: 500
    }
    .go_btn .long_btn span {
        line-height: 2.3em
    }
    .tools_mod {
        font-size: .75em
    }
    .searches_categories .categories li,
    .searches_categories .hot_searches li {
        width: 50%!important
    }
    .public_media span {
        font-size: 1.25em
    }
    .footer_wrap div {
        width: 100%
    }
    .vote {
        height: 8.75em
    }
    .vote .icon-thumbs-up {
        left: 50%;
        margin-left: -80px
    }
    .vote .icon-thumbs-down {
        right: 50%;
        margin-right: -80px
    }
    .succeedrate {
        top: 4em
    }
}
.other_nav .h_season a {
    background-color: #f6391c;
    color: #fff;
    -webkit-animation: hvr-buzz-out .75s linear .5s 1;
    animation: hvr-buzz-out .75s linear .5s 1
}
@-webkit-keyframes hvr-buzz-out {
    10%, 30% {
        -webkit-transform: translateX(3px) rotate(2deg)
    }
    20%,
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg)
    }
    50%,
    70% {
        -webkit-transform: translateX(2px) rotate(1deg)
    }
    60%,
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0)
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0)
    }
}
@keyframes hvr-buzz-out {
    10%, 30% {
        transform: translateX(3px) rotate(2deg)
    }
    20%,
    40% {
        transform: translateX(-3px) rotate(-2deg)
    }
    50%,
    70% {
        transform: translateX(2px) rotate(1deg)
    }
    60%,
    80% {
        transform: translateX(-2px) rotate(-1deg)
    }
    90% {
        transform: translateX(1px) rotate(0)
    }
    100% {
        transform: translateX(-1px) rotate(0)
    }
}

@media (max-width: 767px) {

	#sidebar2 { display:none }
	#sidebar { display:none }


}

@media (max-width: 768px) {



    #listaLojasHome {
        background: #fff;
        border-bottom: 1px solid #DDD;
        padding-top: 20px!important
    }
    #sidebar2 {
        width: 90.5%;
        float: right;
        padding-top: 50px
    }
    #sidebar2 .sidebox {
        text-align: center;
        width: 100%;
        float: left
    }
}
@media (max-width: 480px) {

	#sidebar2 { display:none }

    #listaLojasHome {
        background: #fff;
        border-bottom: 1px solid #DDD;
        padding-top: 10px!important
    }
    .store h1 {
        display: block;
        font-size: 18px;
        font-weight: 600;
        margin-top: -7px;
    }

 .buscaHome button {
	border: 0;
	background: #24ce39;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	font-weight: 700;
	border-radius: 3px;
	width: 24%;
	margin-right: 0px;
	line-height: 54px;
	margin-left: 0px;
	padding: 0 0;
}

}


#keyword { font-size: 1.5em !important }
