 /*
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 3, 2017, 3:18:26 PM
Author     : ilmf
*/


@font-face {
    font-family: 'FontAwesome';
    font-display: block;
    src: url('/frontend/fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
    src: url('/frontend/fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/frontend/fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/frontend/fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/frontend/fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/frontend/fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-clipboard:before {
    content: "\f0ea"
}

@font-face {
    font-family: 'Linearicons-Free';
    font-display: block;
    src: url(/frontend/fonts/linearicon/Linearicons-Free.eot?w118d);
    src: url('/frontend/fonts/linearicon/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'), url(/frontend/fonts/linearicon/Linearicons-Free.woff2?w118d) format('woff2'), url(/frontend/fonts/linearicon/Linearicons-Free.woff?w118d) format('woff'), url(/frontend/fonts/linearicon/Linearicons-Free.ttf?w118d) format('truetype'), url('/frontend/fonts/linearicon/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
    font-weight: 400;
    font-style: normal
}

_:future,
:root input[type="text"] {
    font-size: 16px
}

body *::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

body *::-webkit-scrollbar-thumb {
    width: 8px;
    border-radius: 4px;
    background-color: #d8d8d8
}

body *::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 4px;
    background-color: #c1c1c1
}

body *::-webkit-scrollbar-track {
    padding: 6px
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
footer,
header,
nav {
    display: block;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}
img {
    border: 0;
    object-fit: contain;
    max-width: 100%;
}
button,
input {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button {
    text-transform: none;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #0866b7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
}

.hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

img {
    vertical-align: middle;
}

h1,
h2,
h3 {
    margin-top: 0;
    font-weight: 500;
    line-height: 1.4;
}

h4,
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .container-full {
        padding-left: 0;
        padding-right: 0;
    }

    .search-results,
    .left-menu {
        float: left;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn {
    display: inline-block;
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    border-radius: 4px;
    outline: 0;
}

.btn:hover,
.btn:focus {
    color: #333;
    background-color: #f8f8f8;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-info {
    color: #fff;
    background-color: #0e7998;
    border-color: #0e7998;
}
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info:active:focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active {
    background-image: none;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:active:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover {
    background-color: #fff;
    color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #8f4a68;
    border-color: #8f4a68;
}

.btn-lg {
    padding: 0 16px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}

.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-btn:last-child > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:last-child > .btn {
    z-index: 2;
    margin-left: -1px;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    font-size: 12px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.container:before,
.container:after,
.container-full:before,
.container-full:after {
    display: table;
    content: " ";
}
.container:after,
.container-full:after {
    clear: both;
}
@-ms-viewport {
    width: device-width;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

.clear {
    clear: both;
}


#back-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    z-index: 96;
    display: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    color: #009933;
}
#back-top svg {
    width: 32px;
    height: 32px;
}

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

.site-header {
    background-size: cover;
    z-index: 111;
    background: #a35e7d;
    background: #613363;
    background: -moz-linear-gradient(45deg, #613363 6%, #613363 6%, #a35e7d 27%, #a35e7d 27%, #cf6a70 40%, #613363 83%);
    background: -webkit-linear-gradient(45deg, #613363 6%,#613363 6%,#a35e7d 27%,#a35e7d 27%,#cf6a70 40%,#613363 83%);
    background: linear-gradient(45deg, #613363 6%,#613363 6%,#a35e7d 27%,#a35e7d 27%,#cf6a70 40%,#613363 83%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#613363', endColorstr='#613363',GradientType=1 );
}

.header-top {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    z-index: 1000;
    padding: 5px 0;
}

/* ============== * start main menu ============== */
@media (width: 768px) {
    .mega-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mega-menu::before,
    .mega-menu::after {
        display: none;
    }
}
.mega-menu a {
    border-radius: 5px;
}

.mega-menu .event-menu {
    margin-left: 15px;
    position: relative;
}

.mega-menu .event-menu a {
    background: #ef203f;
    padding: 5px 15px;
    border-radius:3px;
    line-height: 20px;
}


.menu-config-dropdown li {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.menu-config-dropdown li:first-child {
    border-radius: 3px 3px 0 0;
}

.menu-config-dropdown li:last-child {
    border-radius: 0 0 3px 3px;
}

.menu-config-dropdown li + li {
    border-top: 1px solid #e1e1e1;
    margin: 0;
    padding: 0;
}
.mega-menu .menu-config-dropdown li a {
    padding: 7px 10px;
    background: none;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.menu-config-dropdown li a:hover {
    color: #ef203f
}

.open-menu-icon {
    width: 60px;
    height: 50px;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 299;
}

.open-menu-icon span {
    height: 2px;
    width: 36px;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    transition: all 200ms ease;
}

/* ============== * end main menu ============== */

.header-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 9;
}

.header-top {
    z-index: 1999;
    position: relative;
}


#main-logo {
    width: 20%;
    margin: 0 25px 0 0;
}

#logo img {
    height: 50px;
    width: 210px;
    object-fit: contain;
}

#main-logo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#main-logo img {
    width: 210px;
    height: 50px;
}

#search-bar {
    width: 50%;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
}

#header-right {
    width: 24.5%;
    margin-top: 5px;
    transition: all 500ms ease-out;
    -webkit-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    margin-left: auto;
}
.header-slider {
    text-align: center;
    margin: 5px auto 0;
    height: 55px;
    overflow: hidden;
    padding: 0;
}
.header-slider a {
    height: 45px;
    overflow: hidden;
}
.header-slider p {
    color: rgba(255,255,255,0.7);
    font-size: 13px;
    line-height: 17px;
    height: 19px;
    overflow: hidden;
}
.slider-link p {
    padding: 0 15px;
}

.header-slider h5 {
    margin: 5px auto 5px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    height: 19px;
    overflow: hidden;
    line-height: 19px;
}

#search-form {
    float: left;
    position: relative;
    width: 100%;
    padding: 10px 0 5px 0;
}
#search-form .top-keyword {
    color: #fff;
    font-size: 13px;
    padding: 2px 0;
}
#search-form .top-keyword a {
    color: #fff;
    display: inline-block;
}

#search-form .top-keyword span {
    opacity: 0.75
}


[data-role="breadcrumb"] {
    border-bottom: 1px solid #d1d1d1;
}


/*#footer*/
.site-footer {
    background: #111;
    color: rgba(255,255,255,0.5);
    padding: 25px 0
}

.site-footer a {
    color: #aaa;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1170px;
    padding: 0 15px;
}

.footer-title {
    color: #fff;
    font-size: 19px;
    padding: 0;
    margin: 0 0 10px
}

.form-subscribe {
    max-width: 640px;
    width: 100%;
    display: inline-block;
}
.btn-subscribe {
    background: #bf4500;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 500;
    padding-bottom: 14px;
    padding-top: 13px;
}
.btn-subscribe:hover {
    background: #ffac31;
    color: #fff
}

.social-icon {
    /* background-color: #222; */
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 2px 12px 8px;
    text-transform: uppercase;
}
.copyright {
    color: #eee;
    text-align: left;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
}
.footer-navigation {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.footer-navigation a {
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 0;
}
.footer-navigation a:hover {
    color: #ff9800;
}

.newsletter {
    width: 35%;
    padding-right: 25px
}

.fotter-link {
    width: 15%;
    padding: 0 25px
}
.fotter-about {
    width: 30%;
    padding: 0 25px;
    color: #777;
}

.social-links {
    width: 20%;
}

.footer-copyright {
    width: 100%;
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 15px;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    flex-wrap: wrap;
}

.content-txt {
    width: calc(100% - 145px);
}

.dmca-icon {
    width: 145px;
    padding-left: 25px;
    margin-left: auto;
}

/*==========*/
.percent-label {
    display: block;
    font-size: 23px;
    line-height: 29px;
}
.off-label {
    font-size: 17px;
    text-transform: uppercase;
}
.text-center {
    text-align: center;
}


#search-form .top-keyword a:hover {
    text-decoration: underline;
}

.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.social-list li {
    margin: 5px;
    padding: 0;
    list-style: none;
}

.social-icon {
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.contact-info-social .social-list {
    grid-gap: 7px;
}
.contact-info-social .social-icon {
    flex-direction: column;
    height: auto;
    width: auto;
    color: #196cb5;
    font-size: 12px;
    text-transform: none;
}

.social-icon svg {
    width: 40px;
    height: 40px;
}

.contact-info-social .social-icon svg {
    height: 30px;
    width: 30px;
    margin-bottom: 3px;
}

.key-result {
    margin: 0;
    padding: 0;
    list-style: none;
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

section {
    display: block
}


:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c
}

h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;

    font-size: 24px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.container:after,
.row:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

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

.clear {
    clear: both
}

a {
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.popular-box-title {
    text-align: center;
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 10px
}

.popular-stores {
    padding-bottom: 25px
}

.text-center {
    text-align: center
}

.showmore {
    clear: both;
    padding: 10px
}

.showmore span {
    color: #a63800;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    cursor: pointer;
    user-select: none
}

.popular-stores-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    text-align: left
}

.popular-stores-wrap a {
    font-size: 15px;
    color: #555;
    padding: 5px 7px;
    display: inline-block
}

.popular-stores-wrap:nth-child(n+2) {
    display: none
}

@media (max-width:760px) {
    .popular-box-title {
        font-size: 20px
    }
}


@media (max-width:767px) {
    .popular-stores-wrap {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr))
    }
}

@media (max-width:360px) {
    .popular-stores-wrap {
        grid-template-columns: repeat(auto-fill, minmax(145px, 1fr))
    }
}

.popular-stores-wrap a:nth-child(n+19) {
    display: none
}


.box-coupon-title {
    color: #666;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.15em;
    margin: 0 0 5px;
    padding: 0;
    width: 100%
}

.box-coupon-title span {
    color: #333
}

.coupon-label .coupon-label-context {
    border: 1px solid #88b9d6;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    color: #027fc7;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px
}

.coupon-label-context-disable {
    border: 1px solid #adb9bf!important
}

.coupon-label-context {
    color: #f7931e!important
}

.coupon-label-box .coupon-label-context {
    width: 80px;
    display: flex;
    display: -webkit-block;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase
}

.coupon-label-box .coupon-label-context>* {
    line-height: 1em
}

.coupon-label-box .tag-label svg {
    width: 30px
}

.coupon-label-box .coupon-card-content {
    width: calc(100% - 100px);
    float: left
}

.coupon-label-box .shipping-label {
    font-size: 12px
}

.embed-offer-item,
.offer-item {
    align-items: center;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .15);
    border: 1px solid rgba(0, 0, 0, .15);
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.embed-offer-item .offer-item {
    box-shadow: none;
    border: none;
    margin: 0;
}

.embed-offer-item .offer-item + .offer-item {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.offer-item:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #88b9d6
}

.offer-item .offer-content {
    min-height: 1px;
    padding: 10px 0 10px 15px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.offer-body {
    position: relative;
    float: left;
    position: relative;
    width: 100%;
    display: block
}

.offer-detail {
    position: relative;
    float: left;
    width: calc(100% - 190px);
    padding-bottom: 10px
}

.offer-actions {
    float: right;
    width: 170px;
    text-align: right
}

.percent-label {
    display: block;
    font-size: 23px;
    line-height: 29px
}

.off-label {
    font-size: 17px;
    text-transform: uppercase
}

.coupon-uses {
    color: #666;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase
}

.coupon-uses span {
    color: #333
}

.offer-title {
    color: #337ab7;
    display: block;
    font-size: 23px;
    line-height: 26px;
    font-weight: 600;
    margin: 5px 0 10px;
    overflow-wrap: break-word;
    text-transform: capitalize;
    padding-right: 15px;
    cursor: pointer
}

.offer-title:hover a {
    color: #333
}

.offer-description {
    color: #444;
    font-size: 15px;
    line-height: 20px
}

.offer-description * {
    font-size: 15px;
    line-height: 20px
}

.offer-description::before {
    content: "";
    display: block;
    clear: both
}

.offer-description::before {
    content: "";
    display: block;
    clear: both
}


.offer .offer-button,
.offer .offer-button:focus,
.offer .offer-button:active {
    border-radius: 3px 0 0 3px!important;
    margin-bottom: 7px;
    padding: 10px 15px;
    border: none;
    min-width: 160px;
    letter-spacing: 1px;
}

.button-show-code-unhide {
    min-width: 160px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0;
    border-style: dashed;
}

.button-show-code,
.button-show-code:active
.button-show-code:focus {
    background: #f0ad4e;
    border-right: 1px solid #f0ad4e;
    color: #642e00;
    font-weight: 600;
    border-radius: 0;
    width: 80%;
    margin-left: 20%;
    z-index: 9;
    margin-bottom: 7px;
    outline: 0;
    outline-offset: inherit;
    box-shadow: none;
    min-height: 40px;
    font-size: 13px;
    transition: all 250ms ease;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.code {
    position: relative
}

.button-show-code::after {
    content: "";
    background-color: #fff;
    display: block;
    height: 100%;
    width: 30px;
    position: absolute;
    top: 0;
    right: calc(85% - 21px);
    transform: skewX(-15deg);
    border-top: 1px dashed #f0ad4e;
    transition: all 250ms ease
}

.button-show-code:hover {
    color: #fff;
    width: 74%;
    margin-left: 27%;
    background-color: #d08c2b;
}

.button-show-code:hover::after {
    right: calc(85% - 30px)
}

.button-show-code:before {
    z-index: 3;
    background: 0;
    border: 1px solid #f0ad4e;
    border-right: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: attr(data-revealed-code);
    font-weight: 400;
    height: 40px!important;
    line-height: 40px;
    text-align: left;
    color: #f0ad4e;
    padding-left: 15px;
    border-radius: 5px 0 0 5px
}

.disable:before {
    border: 1px dashed #adb9bf
}

.unreliable-item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

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

.subheader .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.042857143;
    font-size: 20px;
    font-weight: 400
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 20px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.row:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

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

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

#popupCoupon {
    z-index: 9999
}

.copytxt {
    max-width: 480px;
    margin: auto;
    text-align: center
}

.copytxt .form-control {
    padding: 6px
}

.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
}

.text-center {
    text-align: center
}

.popup-description-coupon {
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:767px) {
    body {
        padding-top: 50px
    }
}

.more-less-text {
    display : -webkit-box;
    overflow : hidden;
    -webkit-box-orient : vertical;
    text-overflow : ellipsis;
    max-height: 21px;
}
.more-less-anchor {
    position: absolute;
    background-color: white;
    bottom:0px;
    right: 0px;
    padding: 0 5px;
}

.more-less-text div,
.more-less-text p {
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline;
}

.more-less-text p {
    margin: 0;
    padding: 0
}

.favorite-related-stores {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	grid-gap: 5px;
	margin-bottom: 15px;
}

#relatedStore {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.related-item {
    margin:  0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: all 350ms ease;
    min-height: 22px;
}

.related-item .related-link:hover {
    padding-left: 7px;
}

.loadmore-favorite {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-store-logo {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-sizing: content-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 90px;
    overflow: hidden;
    padding: 8px;
    text-align: center;
    transition: all 250ms ease;
    border-radius: 3px;
    font-size: 11px;
}
.widget + .widget {
    margin-top: 25px;
}

.widget-body.favorite-related-stores .card-store-logo:hover {
    border-color: #a55e7c;
    color: #a55e7c;
}

.widget-body.favorite-related-stores img {
    height: 70px;
    width: 100%;
    object-fit: contain;
}

.similar-shops-list a {
    padding: 0;
    margin-top: 5px;
    display: inline;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.similar-shops-list a::before {
    content: " › ";
    color: #666;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

#toc {
    margin-bottom: 25px
}

[data-link="#"],
[data-link="javascript:;"]
[data-link="javascript;"] {
    display: none !important;
}

.feedback-main {
    max-width: 1160px;
    margin: 0 auto;
    padding: 15px 0;
    width: 96%;
}
.feedback-main .form-row {
    margin: 10px;
}
.feedback-description {
    margin: 10px;
}
.content-feedback {

    height: 150px;
}
.feedback-error {
    color: red;
}
.feedback-successful {
    color: green;
}

table {
    max-width: 100%;
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    margin: 10px auto;
}

tr,
th,
td {
    border: 1px solid #d1d1d1;
    padding: 5px 10px;
    vertical-align: top;
}
th {
    font-weight: 600;
}

.related-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
