/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 *	+ HEADER
 *	+ MENU
 *	+ SEARCH
 *	+ VISUAL SEARCH
 *	+ VISUAL SEARCH OPTIONS
 *	+ VISUAL SEARCHING
 *	+ PAGE CONTENT
 *	+ FOOTER
 *	+ BANNER
 *	+ HEADLINES
 *	+ FORMS
 *	+ BUTTONS
 *	+ IMAGE BOX
 *	+ TABS
 *	+ PRODUCTS GRID
 *	+ PRODUCTS
 *	+ PAGINATION
 *	+ FILTERS
 *	+ SORT OPTIONS
 *	+ BALANCE
 *	+ MY DETAILS
 *	+ ORDERS HISTORY
 *	+ SHOPPING TRIPS
 *	+ STORES
 *	+ STORE BOX
 *	+ STORE DETAILS
 *	+ HOME CATEGORY
 *	+ CATEGORY PREVIEW
 *	+ STEPS
 *	+ CASHBACK PANEL
 *	+ SLIDERS
 *	+ DARK SECTION
 */

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/

body {
    position: relative;
    font-family: Lato;
    background-color: #ffffff;
    color: #4d4e50;
}

body.modal-open {
    overflow-y: hidden;
}

.body-overlay {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #202224;
    font-weight: 700;
}

h1 {
    font-size: 24px;
    line-height: 36px;
}

h2 {
    font-size: 22px;
    line-height: 32px;
}

h3 {
    font-size: 18px;
    line-height: 27px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 21px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    margin-bottom: 22px;
}

small {
    font-size: 92.8%;
}

strong {
    font-weight: 700;
}

.text-muted {
    color: #797a7c;
}

.text-danger {
    color: #e02020 !important;
}

.text-success {
    color: #488804 !important;
}

.font-weight-semibold {
    font-weight: 700;
}

.divider {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
}

/* LINKS */
a {
    color: #ff0041;
}

a:hover {
    color: #02a0e3;
}

a:hover,
a:focus {
    outline: 0;
}

a.underline {
    display: inline-block;
    font-weight: 700;
    color: inherit;
    transition: all 0.25s;
}

a.underline:after {
    position: relative;
    top: -4px;
    display: block;
    border-bottom: 1px solid #4d4e50;
    content: "";
    transition: all 0.25s;
}

a.underline:hover {
    text-decoration: none;
}

/* IMAGES */
img {
    max-width: 100%;
    height: auto;
}

/* LISTS */
ul,
ol {
    padding: 0;
    list-style-position: inside;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 20px;
}

dl {
    margin-bottom: 20px;
}

/* TABLES */
.table {
    color: #797a7c;
    font-size: 11px;
    font-weight: 400;
}

.table th {
    padding: 8px;
    border-top: none;
    color: #202224;
    font-size: 14px;
    font-weight: 700;
}

.table td {
    padding: 8px;
    border-top-color: #f6f6f6;
    white-space: nowrap;
}

.table thead th {
    border-bottom: none;
}

/***********************************************************************************
 *	+ HEADER
 ***********************************************************************************/

#header {
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f4f4f4;
    background-color: #ffffff;
}

#header .header-bar {
    display: flex;
    align-items: center;
}

#header * {
    box-sizing: border-box;
}

#header a {
    /*box-shadow: 1px 1px 1px red;*/
}
#header .show-menu {
    display: flex;
    width: 60px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

#header .show-menu  #menu-image {
    display: block;
}


#logo a img {
    display: block;
}

.search-and-profile {
    margin-left: auto;
}

.search-and-profile a {
    color: #202224;
    text-decoration: none;
    transition: all 0.25s;
    padding: 1rem 1rem 1rem 0;
}

.search-and-profile a:hover {
    color: #ff0041;
}

/***********************************************************************************
 *	+ MENU
 ***********************************************************************************/

.menu-container {
    position: fixed;
    z-index: 2000;
    top: 71px;
    bottom: 0;
    left: -325px;
    width: 325px;
    overflow: auto;
    padding: 0 15px;
    background-color: #ffffff;
    transition: all 0.25s;
}

.menu-container.show {
    left: 0;
}

.menu-container > h2 {
    font: 400 20px/25px "Lato", sans-serif;
}

.menu-container > h2:first-child {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 0 -15px;
    background-color: #000000;
    color: #ffffff;
}

.menu-container.user-logged > h2:first-child {
    font-family: "Lato", sans-serif;
    background-color: #ebebeb;
    color: #ff0041;
}

.menu-container.user-logged > h2:first-child small {
    display: block;
    color: #797a7c;
    font-size: 14px;
}

.menu-container.user-logged > h2:first-child small strong {
    font-weight: 400;
}

.menu-container > h2:first-child span {
    border-right: 2px solid #808080;
    margin-right: 10px;
}

.menu-container.user-logged > h2:first-child span {
    padding-right: 45px;
    border-right-color: #c2c2c2;
    margin-right: 15px;
}

.menu-container > h2:first-child a {
    transition: all 0.25s;
}

.menu-container > h2:first-child a:hover {
    color: #ffffff;
    text-decoration: none;
}

.menu-container.user-logged > h2:first-child a:hover {
    color: #202224;
}

.menu-container ul {
    list-style: none;
    margin: 0 -15px;
}

.menu-container ul li {
    border-top: 1px solid #f4f5f7;
}

.menu-container ul li:last-child {
    border-bottom: 1px solid #f4f5f7;
}

.menu-container ul li a {
    display: block;
    padding: 12px 15px;
    color: #202224;
    transition: all 0.25s;
}

.menu-container ul li a:hover {
    color: #ff0041;
    text-decoration: none;
}

.menu-container ul li img {
    margin-right: 5px;
}

.menu-container ol {
    color: #797a7c;
    line-height: 24px;
}

.language-container {
    position: fixed;
    z-index: 3000;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    padding: 60px 50px;
    background-color: #ffffff;
    transition: all 0.25s;
}

.language-container.show {
    right: 0;
}

.close-language-container {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #202224;
    font-size: 28px;
    font-weight: 700;
    transition: all 0.25s;
}

.close-language-container:hover {
    color: #ff0041;
    text-decoration: none;
}

.language-container ul {
    margin-top: 40px;
    list-style: none;
    padding: 0; max-height: 70%;
    overflow-y: auto;
}

.language-container ul li {
    margin-bottom: 10px;
    font-size: 1em;
    padding: .25em 1em;
    line-height: 1em;
}

.language-container ul li:last-child {
    margin-bottom: 0;
}

.language-container label {
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.language-container label img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.language-container .custom-control-label:before,
.language-container .custom-control-label:after {
    left: auto;
    right: 0;
}

.currency-container {
    position: fixed;
    z-index: 3000;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    padding: 60px 50px;
    background-color: #ffffff;
    transition: all 0.25s;
}

.currency-container.show {
    right: 0;
}

.close-currency-container {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #202224;
    font-size: 28px;
    font-weight: 700;
    transition: all 0.25s;
}

.close-currency-container:hover {
    color: #ff0041;
    text-decoration: none;
}

.currency-container ul {
    margin-top: 40px;
    list-style: none;
}

.currency-container ul li {
    margin-bottom: 10px;
}

.currency-container ul li:last-child {
    margin-bottom: 0;
}

.currency-container label {
    width: 250px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.currency-container label img {
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.currency-container .custom-control-label:before,
.currency-container .custom-control-label:after {
    left: auto;
    right: 0;
}

/***********************************************************************************
 *	+ SEARCH
 ***********************************************************************************/

.search-container {
    position: fixed;
    z-index: 1;
    right: 0;
    bottom: -110%;
    left: 0;
    height: calc(100% - 52px);
    padding: 15px 0;
    border-top: 1px solid #f4f4f4;
    background-color: #ffffff;
    transition: bottom 0.25s;
}

.search-container.show {
    bottom: 0;
}

.search-container > * {
    overflow: scroll;
    height: 100%;
}

.search-container a:not(.btn) {
    color: #202224;
    font-size: 12px;
    transition: all 0.25s;
}

.search-container a:hover {
    color: #ff0041;
    text-decoration: none;
}

.search-container a i {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
}

.search-container a.close-search-container {
    position: absolute;
    z-index: 2;
    top: -52px;
    right: 0;
    width: 100px;
    height: 52px;
    display: none;
    padding-right: 15px;
    border-bottom: 1px solid #f4f4f4;
    background-color: #ffffff;
    color: #202224;
    font-size: 28px;
    line-height: 52px;
    font-weight: 700;
    text-align: right;
    transition: all 0.25s;
}

.search-container.show a.close-search-container {
    display: block;
}

.search-container .form-group {
    position: relative;
    margin-bottom: 10px;
}

.search-container .form-group:before {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "savesum-icons";
    font-size: 16px;
    content: "\e902";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-container input[type="search"] {
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #f4f5f7;
    background-color: #f4f5f7;
    font-size: 16px;
}

.search-container ul {
    list-style: none;
    border-bottom: 1px solid #f4f5f7;
    margin-bottom: 20px;
}

.search-container ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.search-container ul li:last-child {
    margin-bottom: 20px;
}

.search-container ul li a {
    color: #4d4e50;
    font-size: 14px;
}

.search-container .stores-slider ul {
    border-bottom: none;
}

.search-container .stores-slider ul li:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .search-container a.close-search-container {
        overflow: hidden;
    }

    .search-container > * {
        overflow: auto;
    }
}

/***********************************************************************************
 *	+ VISUAL SEARCH
 ***********************************************************************************/

.visual-search-container {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #ffffff;
    transition: all 0.25s;
}

.visual-search-container.show {
    right: 0;
}

.close-visual-search {
    color: #202224;
    font-size: 28px;
    font-weight: 700;
    transition: all 0.25s;
}

.visual-search-container h1 {
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.visual-search-container h1 i {
    margin-left: 5px;
    font-size: 20px;
    line-height: 20px;
}

.visual-search-container h4 {
    margin-bottom: 25px;
    font-weight: 400;
    text-align: center;
}

.visual-search-container h6 {
    margin: 25px 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.visual-search-container ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: none;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.visual-search-container ul li {
    position: relative;
    padding: 0;
    margin: 0;
}

.visual-search-container ul li:last-child {
    margin-bottom: 0;
}

.visual-search-container ul li:after {
    position: relative;
    right: -40px;
    color: #ff0041;
    font-family: "savesum-icons";
    font-size: 24px;
    line-height: 24px;
    content: "\e903";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.visual-search-container ul li:last-child:after {
    display: none;
}

/***********************************************************************************
 *	+ VISUAL SEARCH OPTIONS
 ***********************************************************************************/

.visual-search-options {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    background-color: #ffffff;
    transition: all 0.25s;
    padding-top: 64px;
}

.visual-search-options.show {
    right: 0;
}

.visual-search-options > img {
    display: block;
    max-width: 60px;
    margin: 20px auto;
}

.visual-search-options__category-or-department-selection {
    display: none;
}

.visual-search-options__category-or-department-selection.show {
    display: block;
}

.progress-bar-container {
    margin: 0 auto;
}

.progress-bar-indicator {
    margin: 0 auto;
    border: 1px solid #030303;
    position: relative;
}

.progress-bar-indicator span {
    position: absolute;
    top: 50%;
    left: 25px;
    font-size: 13px;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.progress-bar-indicator progress {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    -webkit-appearance: none;
    appearance: none;
}

.progress-bar-indicator progress::-moz-progress-bar {
    background-color: #3cc4f9;
}

.progress-bar-indicator progress::-webkit-progress-bar {
    background-color: #ffffff;
}

.progress-bar-indicator progress::-webkit-progress-value {
    background-color: #3cc4f9;
}

.visual-search-options .categories-tabs {
    border-bottom: none;
}

.visual-search-options .categories-tabs li {
    margin: 0 10px;
    position: relative;
}

.visual-search-options .categories-tabs li:last-child {
    margin-bottom: 0;
}

.visual-search-options .categories-tabs li a.active:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    left: 50%;
    position: absolute;
    margin-left: 0;
    background: #333333;
    bottom: -20px;
}

.visual-search-options small {
    display: none;
    margin-bottom: 5px;
    font-size: 12px;
}

/***********************************************************************************
 *	+ VISUAL SEARCHING
 ***********************************************************************************/

.visual-searching {
    position: absolute;
    z-index: 2;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    text-align: center;
    transition: all 0.25s;
}

.visual-searching.show {
    right: 0;
}

.visual-searching img {
    max-width: 150px;
}

.stores-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.stores-slider:before,
.stores-slider:after {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    width: 50px;
    content: "";
}

.stores-slider:before {
    left: 0;
    background: -webkit-linear-gradient(
        90deg,
        #ffffff,
        rgba(255, 255, 255, 0.01)
    );
    background: -ms-linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.01));
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.01));
}

.stores-slider:after {
    right: 0;
    background: -webkit-linear-gradient(
        -90deg,
        #ffffff,
        rgba(255, 255, 255, 0.01)
    );
    background: -ms-linear-gradient(-90deg, #ffffff, rgba(255, 255, 255, 0.01));
    background: linear-gradient(-90deg, #ffffff, rgba(255, 255, 255, 0.01));
}

.stores-slider ul {
    display: inline-block;
    padding-left: 100%;
    margin-bottom: 0;
    list-style: none;
    white-space: nowrap;
    -webkit-animation: ticker 7s linear infinite;
    animation: ticker 7s linear infinite;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.stores-slider ul li {
    display: inline-block;
    width: 100px;
    margin-right: 25px;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/***********************************************************************************
 *	+ INSPIRATION
 ***********************************************************************************/

.inspiration-btn {
    background: #fff;
    border: 1px solid #222;
    border-radius: 2px;
    color: #222;
    padding: 10px 20px;
    width: auto !important;
}

.inspiration-btn-active {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #222;
    border-radius: 2px;
    padding: 10px 20px;
    width: auto !important;
}

.inspiration-ddiv {
    padding-bottom: 20px !important;
    text-align: center;
}

/***********************************************************************************
 *	+ LEAVE NO DIRHAM BEHIND
 ***********************************************************************************/

.leave-no-dirham-behind {
    background: #daf1f8;
    border-bottom: 2px solid #bfdce4;
    margin: 15px 0px;
    padding-top: 25px;
    text-align: center;
}

.leave-no-dirham-behind h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.leave-no-dirham-behind p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 0 20px;
}

.leave-no-dirham-behind span {
    font-weight: 900;
}

.leave-no-dirham-behind a.close-this-box {
    float: right;
    right: 15px;
    top: 10px;
    position: absolute;
}

.leave-no-dirham-behind form input {
    border: 1px solid #979797;
    color: #6c6c6c;
    margin-bottom: 10px;
    padding: 10px 0px;
    text-align: center;
    width: 80% !important;
}

.leave-no-dirham-behind form input[type="submit"] {
    background: #00a3d2;
    border: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom: 2px solid #067493;
    color: #fff;
    font-weight: 700;
    margin-bottom: -15px;
    padding: 10px 0px;
    text-align: center;
    width: 60% !important;
}

/***********************************************************************************
 *	+ PAGE CONTENT
 ***********************************************************************************/

#main-container {
    padding-top: 52px;
}

#page-content {
    min-height: calc(100vh - 252px);
    padding-top: 25px;
}

/***********************************************************************************
 *	+ FOOTER
 ***********************************************************************************/

#footer {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #212121;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}

#footer ul {
    margin-bottom: 10px;
    list-style: none;
}

#footer ul li {
    display: inline-block;
}

#footer ul li + li:before {
    margin: 0 2px;
    content: "|";
}

#footer ul li a {
    display: inline-block;
    color: #ffffff;
    transition: all 0.25s;
}

#footer ul li a:after {
    display: block;
    border-bottom: 1px solid #ffffff;
    margin-top: -4px;
    content: "";
}

#footer ul li a:hover {
    color: #ff0041;
}

#footer ul li a:hover:after {
    border-bottom-color: #ff0041;
}

#footer i {
    color: #ff0041;
    margin: 0 3px;
}

/***********************************************************************************
 *	+ BANNER
 ***********************************************************************************/

.banner {
    min-height: 34px;
    padding: 8px 15px;
    margin-top: -15px;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to right, #19cdff, #026cb5);
    background: -ms-linear-gradient(to right, #19cdff, #026cb5);
    background: linear-gradient(to right, #19cdff, #026cb5);
    color: #ffffff;
    text-align: center;
}

.banner > *:last-child {
    margin-bottom: 0;
}

.banner2 {
    padding: 20px 0;
    margin-top: -25px;
    background-color: #ff0041;
    color: #ffffff;
}

.banner2 h1 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner2 h1 span {
    font-size: 40px;
    font-weight: 700;
}

.banner2 h4 {
    color: #ffffff;
}

.banner2 .stores-slider {
    margin-top: 10px;
}

.banner2 .stores-slider:before,
.banner2 .stores-slider:after {
    display: none;
}

/***********************************************************************************
 *	+ HEADLINES
 ***********************************************************************************/

.headline {
    margin-bottom: 25px;
    text-align: center;
}

.headline h2 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
}

.headline h3 {
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.headline h2 span,
.headline h3 span {
    position: relative;
}

.headline h2 span:before,
.headline h3 span:before {
    position: absolute;
    right: -5px;
    bottom: 2px;
    left: -5px;
    height: 11px;
    border-radius: 5px 5px 0 0;
    background-color: #ff0041;
    opacity: 0.18;
    content: "";
}

.headline h3 span:before {
    height: 8px;
}

.headline h1 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}

.headline h1 + p {
    margin-top: 5px;
}

.headline h1 + a {
    margin-top: 15px;
    font-weight: 400;
}

.headline small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

/***********************************************************************************
 *	+ FORMS
 ***********************************************************************************/

.form-control::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

label {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.clear-input {
    position: absolute;
    top: 12px;
    right: 10px;
    display: none;
    color: #4088d0;
    font-size: 18px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 33px;
}

.form-control {
    height: 28px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border-bottom-color: #797a7c;
}

.custom-checkbox {
    padding-left: 35px;
}

.custom-checkbox .custom-control-label {
    color: #797a7c;
    font-weight: 700;
    text-transform: none;
}

.custom-checkbox .custom-control-label:before {
    top: -3px;
    left: -35px;
    width: 22px;
    height: 22px;
    border: 1px solid #c5c5c5;
    border-radius: 4px;
    box-shadow: none;
}

.custom-checkbox .custom-control-label:after {
    top: -4px;
    left: -35px;
    width: 22px;
    height: 22px;
    background-size: 50% 50%;
}

.custom-control-input:focus ~ .custom-control-label:before,
.custom-control-input:checked ~ .custom-control-label:before {
    box-shadow: none;
    border-color: #ff0041 !important;
}

.custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ff0041;
}

.input-file {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

/* LOGIN FORM */
.auth-form {
    margin-bottom: 20px;
    font-size: 12px;
}

.auth-form .custom-checkbox {
    margin-top: -8px;
}

.auth-form input[type="submit"],
.auth-form button[type="submit"] {
    width: 100%;
    margin-top: 35px;
}

.auth-form .form-group + input[type="submit"],
.auth-form .form-group + button[type="submit"] {
    margin-top: 0;
}

.auth-form span {
    display: inline-block;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.auth-form p a {
    color: #363839;
    text-decoration: underline;
    transition: all 0.25s;
}

.auth-form p a:hover {
    color: #ff0041;
}

.auth-form > .btn {
    width: calc(50% - 12px);
}

/* LOGIN FORM */
#login-form span + input[type="submit"],
#login-form span + button[type="submit"] {
    margin-top: 5px;
}

/* RESET PASSWORD FORM */
#reset-password-form input[type="submit"],
#reset-password-form button[type="submit"] {
    margin-top: 25px;
}

#reset-password-form span + input[type="submit"],
#reset-password-form span + button[type="submit"] {
    margin-top: 7px;
}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

.btn {
    padding: 11px 25px;
    border: 1px solid;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s;
}

.btn i {
    position: relative;
    top: -1px;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}

.btn img {
    position: relative;
    right: -25px;
}

.btn small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.btn + .btn {
    margin-left: 20px;
}

.btn:focus {
    box-shadow: none;
    color: inherit;
}

.btn-xl {
    padding: 5px 25px;
    font-size: 14px;
}

.btn-default {
    border-color: #ff0041;
    background-color: #ff0041;
    color: #ffffff;
}

.btn-default.disabled {
    border-color: #e5e5e5;
    background-color: #e5e5e5;
    color: #c8c8c8;
}

.btn-default:hover {
    background-color: #ffffff;
    color: #ff0041;
}

.btn-white {
    border-color: #a1a2a3;
}

.btn-white:hover {
    background-color: #ff0041;
    border-color: #ff0041;
    color: #ffffff;
}

.btn-facebook {
    border-color: #3b5998;
    background-color: #3b5998;
    color: #ffffff;
}

.btn-facebook:hover {
    background-color: #ffffff;
    color: #3b5998;
}

.btn-google {
    border-color: #db4437;
    background-color: #db4437;
    color: #ffffff;
}

.btn-google:hover {
    background-color: #ffffff;
    color: #db4437;
}

.btn-sort,
.btn-filter {
    width: calc(50% - 1px);
    padding: 7px 25px;
    border-color: #ebebeb;
    border-radius: 0;
    background-color: #ebebeb;
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

.btn-sort + .btn-filter {
    margin-left: 0;
}

.btn-sort:hover,
.btn-filter:hover {
    background-color: #c5c5c5;
    color: #202224;
}

/***********************************************************************************
 *	+ IMAGE BOX
 ***********************************************************************************/

.image-box {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.image-box img {
    margin-bottom: 10px;
}

.image-box h5 {
    margin-bottom: 5px;
}

.image-box > *:last-child {
    margin-bottom: 0;
}

/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/

/* AUTH TABS */
.auth-tabs {
    border-bottom-color: #f4f4f4;
}

.auth-tabs .nav-item {
    width: 50%;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.auth-tabs .nav-item .nav-link {
    position: relative;
    padding: 5px 20px 12px;
    border: none;
    color: #797a7c;
    transition: all 0.25s;
}

.auth-tabs .nav-item .nav-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background-color: #ff0041;
    content: "";
    transition: all 0.25s;
}

.auth-tabs .nav-item .nav-link:hover {
    color: #202224;
}

.auth-tabs .nav-link.active,
.auth-tabs .nav-item.show .nav-link {
    color: #202224;
}

.auth-tabs .nav-link.active:after,
.auth-tabs .nav-item.show .nav-link:after {
    width: 100%;
}

.tab-content {
    padding-top: 35px;
}

/* ORDERS TABS */
.orders-tabs {
    margin-top: 20px;
    border-bottom: none;
}

.orders-tabs .nav-item {
    margin-right: 20px;
}

.orders-tabs .nav-item:last-child {
    margin-right: 0;
}

.orders-tabs .nav-item .nav-link {
    padding: 5px 17px;
    border: 1px solid #262626;
    border-radius: 2px;
    color: #797a7c;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.25s;
}

.orders-tabs .nav-link:hover,
.orders-tabs .nav-link.active {
    background-color: #262626;
    color: #ffffff;
}

/* CATEGORIES TABS */
.categories-tabs {
    justify-content: center;
}

.categories-tabs .nav-link {
    width: 90px;
    border: 1px solid #262626;
    border-radius: 2px;
    color: #8f9091;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}

.categories-tabs .nav-link:hover,
.categories-tabs .nav-link.active {
    border-color: #262626;
    background-color: #262626;
    color: #ffffff;
}

.categories-tabs + .tab-content {
    padding-top: 0;
}

.search-container .categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 75%;
    border-bottom: none;
    margin: 0 auto 20px;
    padding-top: 16px;
    border-top: 1px solid #333333;
}

.search-container .categories li {
    flex-basis: 50%;
    justify-content: center;
    margin: 5px 0;
}

.search-container .categories li:last-child {
    margin-bottom: 5px;
}

.search-container .categories li a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 2px;
    font-size: 14px;
}

.search-container .categories li a.selected {
    background-color: #262626;
    color: #ffffff;
}

.menu-tabs {
    border-bottom: none;
    margin: 0 -15px;
}

.menu-tabs .nav-item {
    margin: 0;
}

.menu-tabs .nav-link {
    padding: 15px;
    border: none;
    color: #ff0041;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.25s;
}

.menu-tabs .nav-link:hover,
.menu-tabs .nav-link.active {
    color: #202224;
}

.menu-tabs + .tab-content {
    padding-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .search-container .categories {
        justify-content: flex-start;
    }

    .search-container .categories li {
        flex-basis: 25%;
    }
}

/* HOME TABS */
.home-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 4px solid #daf1f8;
    margin-bottom: 0;
}

.nav-tabs .nav-item {
    flex: 1;
    margin-bottom: 0;
}

.home-tabs .nav-item + .nav-item {
    border-left: 1px solid #f4f4f4;
}

.home-tabs .nav-link {
    position: relative;
    display: block;
    padding: 16px 18px;
    border: none;
    color: #24384f;
    font-size: 18px;
    text-align: center;
    transition: all 0.25s;
}

.home-tabs .nav-link:after {
    position: absolute;
    right: 0;
    bottom: -4px;
    left: 0;
    display: block;
    width: 0;
    height: 4px;
    margin: 0 auto;
    background-color: #c20041;
    opacity: 0;
    content: "";
    transition: all 0.25s;
}

.home-tabs .nav-link.active {
    font-weight: 900;
}

.home-tabs .nav-link.active:after {
    width: 100%;
    opacity: 1;
}

.home-tabs + .tab-content {
    padding: 0;
    margin-bottom: 70px;
}

.home-tabs + .tab-content .tab-pane {
    padding: 35px 25px 0;
}

.home-tabs + .tab-content .tab-pane h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 900;
}

.home-tabs + .tab-content .btn-home-tabs {
    display: block;
    width: 245px;
    padding: 14px;
    border-radius: 4px;
    margin: 0 auto;
    background-color: #c20041;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    border-bottom: 2px solid #c20041;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.home-tabs + .tab-content .btn-home-tabs.search {
    background-color: #ff1362;
}

.home-tabs + .tab-content .custom-ordered-list {
    list-style: none;
    font-size: 16px;
    line-height: 22px;
}

.home-tabs + .tab-content .custom-ordered-list strong {
    margin-bottom: 5px;
    font-size: 18px;
}

.home-tabs + .tab-content .custom-ordered-list li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    counter-increment: index;
}

.home-tabs + .tab-content .custom-ordered-list li:before {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 32px;
    font-weight: 900;
    content: counter(index);
}

.home-tabs + .tab-content .custom-ordered-list li:last-child {
    margin-bottom: 0;
}

.home-tabs + .tab-content #cashback {
    background-color: #ff0041;
}

.home-tabs + .tab-content #find {
    background-color: #fff8e5;
}

.home-tabs + .tab-content #shop {
    background-color: #fbffe5;
}

.home-tabs + .tab-content #explore {
    background-color: #e5fff5;
}

/***********************************************************************************
 *	+ PRODUCTS GRID
 ***********************************************************************************/

.products-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -7px 25px;
    list-style: none;
}

.products-grid li {
    flex-basis: 50%;
    padding: 15px 7px 5px;
}

@media (min-width: 992px) {
    .products-grid li {
        flex-basis: 25%;
    }
}

/***********************************************************************************
 *	+ PRODUCT
 ***********************************************************************************/

.product {
    position: relative;
    padding-bottom: 10px;
    background: url(https://savesum.com/assets/images/border.png) no-repeat
        bottom right;
}

.product img {
    margin-bottom: 10px;
}

.product > p {
    height: 36px;
    margin-bottom: 7px;
    font-weight: 400;
}

.product > p > a {
    color: #4d4e50;
    transition: all 0.25s;
}

.product > p > a:hover {
    color: #ff0041;
    text-decoration: none;
}

.product > h4 {
    margin-bottom: 5px;
    font-weight: 700;
}

.product > h4 span + span {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #797a7c;
    text-decoration: line-through;
}

.product > small {
    color: #93c2f1;
    font-size: 12px;
    font-weight: 400;
}

.product > small strong {
    color: #4088d0;
}

.product > span {
    position: absolute;
    right: 0;
    bottom: 100px;
    display: block;
    padding: 15px 5px 5px 12px;
    background: no-repeat top left/cover;
    color: #ffffff;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
}

.product > span.up {
    background-image: url(https://savesum.com/images/backgrounds/up.svg);
}

.product > span.coupon {
    background-image: url(https://savesum.com/images/backgrounds/coupon.svg);
}

.product > span strong {
    display: block;
    font-size: 14px;
}

.product-details h1 {
    font: 400 16px/22px "Lato", sans-serif;
}

.product-details .pricing {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 15px 0;
}

.product-details .pricing span {
    order: 1;
    font-size: 20px;
    font-weight: 700;
}

.product-details .pricing span small {
    position: relative;
    top: -2px;
    font-size: 18px;
    font-weight: 400;
    vertical-align: top;
}

.product-details .pricing span:first-child {
    order: 2;
}

.product-details .pricing span + span {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}

.product-details .pricing > a {
    order: 3;
    padding: 3px 7px;
    border: 1px solid #f4f5f7;
    border-radius: 3px;
    color: #4d4e50;
    font-size: 12px;
    font-weight: 700;
    transition: all 0.25s;
}

.product-details .pricing > a:hover {
    border-color: #ff0041;
    color: #ff0041;
    text-decoration: none;
}

.product-details .chart-container {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 10px;
    margin-top: 15px;
    background-color: #ffffff;
    border: 1px solid #ff0041;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(50, 50, 50, 0.5);
}

.product-details .chart-container:before,
.product-details .chart-container:after {
    position: absolute;
    right: 25px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
}

.product-details .chart-container:before {
    top: -12px;
    border-bottom: 12px solid #ff0041;
}

.product-details .chart-container:after {
    top: -10px;
    border-bottom: 12px solid #ffffff;
}

.product-details .chart-container .close-chart-container {
    float: right;
    color: #797a7c;
    font-size: 11px;
    font-weight: 700;
    transition: all 0.25s;
}

.product-details .chart-container .close-chart-container:hover {
    color: #ff0041;
    text-decoration: none;
}

.product-description {
    margin-bottom: 25px;
    font-size: 13px;
}

.product-description a {
    font-weight: 400;
}

.morecontent span {
    display: none;
}

.better-visual-search-text {
    margin-top: 20px !important;
    text-align: center;
}

.better-visual-search-text p {
    margin-bottom: 7px;
}

.product-yellow-border {
    background: url(https://sum1.gumlet.com/media/tshirt.svg?format=auto&w=80)
        no-repeat right bottom;
    border: 2px solid #fab73e;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.product-yellow-border p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.pagination > a {
    width: 110px;
    height: 40px;
    border: 1px solid #ebebeb;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    color: #202224;
    transition: all 0.25s;
}

.pagination > a.disabled {
    border: none;
    color: #949494;
    pointer-events: none;
}

.pagination > a:hover {
    border-color: #ff0041;
    color: #ff0041;
    text-decoration: none;
}

/***********************************************************************************
 *	+ FILTERS
 ***********************************************************************************/

.filters-container {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: -110%;
    left: 0;
    height: 490px;
    background-color: #ffffff;
    padding-top: 10px;
    border-radius: 42px 42px 0 0;
    transition: all 0.4s;
}

.filters-container.show {
    bottom: 0;
}

.filters-container .filters-container-close {
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    transition: all 0.25s;
}

.filters-container .filters-container-close:hover {
    color: #202224;
    text-decoration: none;
}

.filters-container h1 {
    margin: 10px 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-align: center;
}

.filters-container .filters {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
}

.filters-container .filters li {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
}

.filters-container .filters li:after {
    display: inline-block;
    margin-right: 15px;
    color: #ff0041;
    font-family: "savesum-icons";
    content: "\e903";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.filters-container .filters li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.cancel,
.clear-filters {
    font-size: 12px;
    color: #949494;
    transition: all 0.25s;
}

.cancel:hover,
.clear-filters:hover {
    color: #ff0041;
    text-decoration: none;
}

.filters-container .tags {
    min-height: 95px;
    margin: 5px 0 25px;
    font-size: 12px;
    list-style: none;
}

.filters-container .tags li {
    display: inline-block;
    padding: 6px 18px;
    margin: 8px 15px 8px 0;
    background-color: #f4f5f7;
    color: #949494;
}

.filters-container .tags li a {
    margin-left: 5px;
    color: #949494;
    font-weight: 700;
    transition: all 0.25s;
}

.filters-container .tags li a:hover {
    color: #ff0041;
    text-decoration: none;
}

.filters-container .btn {
    width: 100%;
    margin-bottom: 20px;
}

.search-filter {
    margin-bottom: 10px;
}

.search-filter input {
    height: 40px;
    padding: 0 25px 0 40px;
    border: 1px solid #f4f5f7;
    border-radius: 6px;
    background-color: #f4f5f7;
    font-size: 16px;
    font-weight: 400;
}

.search-filter input:focus {
    border-color: #c7c7c7;
}

.search-filter .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-filter .form-group:before {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #c7c7c7;
    font-family: "savesum-icons";
    font-size: 16px;
    content: "\e902";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.brands-list {
    height: 220px;
    overflow-y: auto;
    margin-bottom: 30px;
    list-style: none;
}

.brands-list li {
    padding: 16px 0 14px;
    border-bottom: 1px solid #ebebeb;
}

.brands-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.brands-list li .custom-checkbox {
    min-height: 0;
}

.brands-list li .custom-checkbox label {
    display: block;
    color: #202224;
    font-size: 14px;
    font-weight: 400;
}

.brands-list li .custom-control-input:focus ~ .custom-control-label:before,
.brands-list li .custom-control-input:checked ~ .custom-control-label:before {
    border-color: #c5c5c5 !important;
    background: #ffffff;
}

.brands-list li .custom-control-input:checked ~ .custom-control-label {
    font-weight: 700;
}

.brands-list li .custom-checkbox .custom-control-label:after {
    top: -1px;
    left: -33px;
    display: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #ff0041 !important;
}

.brands-list li .custom-control-input:checked ~ .custom-control-label:after {
    display: block;
}

/* ALL FILTERS */
.all-filters {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 15px 25px;
    transition: all 0.25s;
}

.all-filters.hide {
    left: -100%;
    right: auto;
}

/* BRANDS */
.filter-brands {
    position: absolute;
    top: 40px;
    right: -100%;
    width: 100%;
    padding: 0 15px 25px;
    transition: all 0.25s;
}

.filter-brands.show {
    right: 0;
}

.filter-brands > h1 {
    text-align: left;
    margin-bottom: 13px;
}

.filter-brands > h1 i {
    position: relative;
    top: 2px;
}

.filter-brands > h1 a {
    color: #202224;
    transition: all 0.25s;
}

.filter-brands > h1 a:hover {
    color: #ff0041;
    text-decoration: none;
}

/* ALL FILTERS */
.filter-stores {
    position: absolute;
    top: 40px;
    right: -100%;
    width: 100%;
    padding: 0 15px 25px;
    transition: all 0.25s;
}

.filter-stores.show {
    right: 0;
}

.filter-stores > h1 {
    text-align: left;
    margin-bottom: 13px;
}

.filter-stores > h1 i {
    position: relative;
    top: 2px;
}

.filter-stores > h1 a {
    color: #202224;
    transition: all 0.25s;
}

.filter-stores > h1 a:hover {
    color: #ff0041;
    text-decoration: none;
}

/***********************************************************************************
 *	+ SORT OPTIONS
 ***********************************************************************************/

.sort-options-container {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: -100%;
    left: 0;
    height: 350px;
    background-color: #ffffff;
    padding-top: 10px;
    border-radius: 42px 42px 0 0;
    transition: all 0.4s;
}

.sort-options-container.show {
    bottom: 0;
}

.sort-options-container .sort-options-container-close {
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    transition: all 0.25s;
}

.sort-options-container .sort-options-container-close:hover {
    color: #202224;
    text-decoration: none;
}

.sort-options-container h1 {
    margin: 10px 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-align: center;
}

.sort-options {
    list-style: none;
    text-align: center;
}

.sort-options li {
    padding: 16px 0 14px;
    border-bottom: 1px solid #ebebeb;
}

.sort-options li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.sort-options li .custom-radio {
    min-height: 0;
}

.sort-options li .custom-radio .custom-control-label {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.sort-options li .custom-radio .custom-control-label:before {
    display: none;
}

.sort-options li .custom-radio .custom-control-label:after {
    top: -2px;
    left: -50px;
    display: none;
    width: 8px;
    height: 14px;
    border: solid #ff0041;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sort-options li .custom-control-input:checked ~ .custom-control-label {
    font-weight: 700;
}

.sort-options li .custom-control-input:checked ~ .custom-control-label:after {
    display: block;
}

/***********************************************************************************
 *	+ BALANCE
 ***********************************************************************************/

.balance {
    padding: 16px 0 12px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 20px;
    background-color: #f8f9fc;
}

.balance h2 {
    font-family: "Lato", sans-serif;
}

.balance h6 {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .balance {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
}

/***********************************************************************************
 *	+ MY DETAILS
 ***********************************************************************************/

.my-details {
    margin-top: 20px;
}

.my-details a {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    color: #202224;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.25s;
}

.my-details a:after {
    display: inline-block;
    font-family: "savesum-icons";
    content: "\e903";
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.my-details a.logout:after {
    display: none;
}

.my-details a + a {
    border-top: none;
}

.my-details a:hover {
    color: #ff0041;
    text-decoration: none;
}

/***********************************************************************************
 *	+ ORDERS HISTORY
 ***********************************************************************************/

.orders-history-container {
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 2rem 1rem;
    background-color: #fff;
    transition: all 0.25s;
    z-index: 9999;
}

.orders-history-container.show {
    right: 0;
}

.orders-history-container h2 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-align: center;
}

.orders-history-container h2 a {
    float: left;
    color: #202224;
    transition: all 0.25s;
}

.orders-history-container h2 a:hover {
    color: #ff0041;
    text-decoration: none;
}

.orders-history-container .tab-content {
    padding-top: 25px;
}

/***********************************************************************************
 *	+ SHOPPING TRIPS
 ***********************************************************************************/

.shopping-trips-container {
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 2rem 1rem;
    background-color: #ffffff;
    transition: all 0.25s;
    z-index: 9999;
}

.shopping-trips-container.show {
    right: 0;
}

.shopping-trips-container h2 {
    margin-bottom: 50px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-align: center;
}

.shopping-trips-container h2 a {
    float: left;
    color: #202224;
    transition: all 0.25s;
}

.shopping-trips-container h2 a:hover {
    color: #ff0041;
    text-decoration: none;
}

/***********************************************************************************
 *	+ STORES
 ***********************************************************************************/

.stores-list {
    list-style: none;
}

.stores-list li {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px 0 rgba(54, 54, 54, 0.12);
}

.stores-list li:last-child {
    margin-bottom: 0;
}

.stores-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.stores-list li h5 {
    text-align: right;
}

.stores-list li h5 small {
    display: block;
    color: #797a7c;
}

.stores-list img {
    max-width: 130px;
    max-height: 36px;
    text-align: left;
}

.individual-store-page {
    margin-bottom: 15px !important;
    max-width: 130px;
    max-height: 36px;
}

@media (min-width: 992px) {
    .stores-list {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .stores-list li {
        flex-basis: calc(33.333333333% - 30px);
        margin-right: 15px;
        margin-left: 15px;
    }

    .stores-list li:last-child {
        margin-bottom: 25px;
    }

    .individual-store-page {
        max-width: 180px;
        max-height: none;
    }
}

/***********************************************************************************
 *	+ COUPONS
 ***********************************************************************************/

.coupons-list {
    list-style: none;
    text-align: center;
}

.coupons-list li {
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px 0 rgba(54, 54, 54, 0.12);
}

.coupons-list li:last-child {
    margin-bottom: 10px;
}

.coupons-list li img {
    max-width: 240px;
    display: block;
    max-height: 51px;
    margin: auto;
    margin-top: 10px;
}

.coupons-list li small {
    display: block;
    color: #797a7c;
    margin-top: 10px;
    margin-bottom: 10px;
}

.coupons-list li p {
    /*background: url(https://savesum.com/images/backgrounds/right-arrow.svg) no-repeat right;*/
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 15px 0px;
    text-align: left;
}

.coupons-list li a {
    color: #202224;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 5px;
}

.coupons {
    list-style: none;
    text-align: left;
    font-weight: 400;
}

.coupons li {
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 4px 20px 0 rgba(54, 54, 54, 0.12);
}

.coupons .coupons-headline {
    border-bottom: 2px dashed #fce9e9;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    padding: 18px 15px;
}

.coupons p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 15px !important;
}

.coupons p span {
    font-weight: bold;
}

.coupons .coupons-promo-code {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}

.coupons .coupons-actual-code {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
}

.coupons a {
    background: #fce9e9;
    border-radius: 0px 0px 12px 12px;
    color: #202224;
    display: block;
    font-weight: 700;
    margin-top: 15px;
    padding: 15px !important;
    text-align: center;
}

@media (min-width: 992px) {
    .coupons-list li small {
        font-size: 16px;
    }

    .coupons {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .coupons li {
        margin: 15px;
        flex-basis: calc(50% - 30px);
    }
}

details > summary {
    border: none;
    margin-bottom: 10px;
    padding: 0 15px !important;
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

/***********************************************************************************
 *	+ STORE BOX
 ***********************************************************************************/

.store-boxes-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem;
}

.store-box {
    padding: 15px;
    width: 23%;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 4px 20px 0 rgba(54, 54, 54, 0.12);
}
@media (max-width: 992px) {
    .store-box {
        width: 48%;
    }
}


.store-box a {
    text-decoration: none;
}

.store-box .store-box-image {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-box img {
    max-height: 60px;
}

.store-box .divider {
    width: 90%;
    border-bottom: 2px solid #fab73e;
    margin: 15px auto;
}

.store-box small {
    color: #8a8a8a;
}

/***********************************************************************************
 *	+ STORE DETAILS
 ***********************************************************************************/

.store-details {
    padding: 12px 0;
    margin: 5px 0 20px;
    text-align: center;
    background-color: #ecf8fe;
    font-size: 13px;
    line-height: 21px;
}

.store-details p {
    margin-bottom: 0;
}

.store-details p + p {
    display: none;
}

.store-details p a {
    position: relative;
}

.store-details p a:before {
    position: absolute;
    top: 0;
    right: -20px;
    display: inline-block;
    color: #ff0041;
    font-family: "savesum-icons";
    font-size: 12px;
    content: "\e903";
    transition: all 0.25s;
}

.store-details p.show a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/***********************************************************************************
 *	+ HOME CATEGORY
 ***********************************************************************************/

.home-category {
    overflow: hidden;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(128, 128, 128, 0.16);
}

.tab-content .tab-pane .home-category h1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 110px;
    padding: 0 0 10px 15px;
    margin-bottom: 25px;
    background: no-repeat center/cover;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-category h1 small {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-transform: none;
}

.home-category ul {
    min-height: 170px;
    margin-left: 15px;
    list-style: none;
    columns: 2;
}

.home-category ul li {
    margin-bottom: 20px;
}

.home-category ul li:last-child {
    margin-bottom: 0;
}

.home-category ul li a {
    color: #202224;
    transition: all 0.25s;
}

.home-category ul li a:hover {
    color: #ff0041;
    text-decoration: none;
}

/***********************************************************************************
 *	+ CATEGORY PREVIEW
 ***********************************************************************************/

.category-preview {
    position: relative;
    width: 140px;
    height: 150px;
    overflow: hidden;
    border-radius: 18px 18px 18px 0;
    background: #0f192c no-repeat center center;
    color: #ffffff;
}

.category-preview:after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.5;
    content: "";
}

.category-preview h3 {
    position: absolute;
    bottom: 30px;
    left: 10px;
    color: #ffffff;
    font-family: "Lato", sans-serif;
    line-height: 23px;
    text-transform: uppercase;
}

.category-preview small {
    position: absolute;
    bottom: 8px;
    left: 10px;
}

/***********************************************************************************
 *	+ STEPS
 ***********************************************************************************/

.steps {
    position: relative;
    padding-left: 20px;
    list-style: none;
}

.steps:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 350px;
    border-left: 1px solid #fab945;
    content: "";
}

.steps:after {
    bottom: -130px;
    left: 0;
}

.steps li {
    position: relative;
    margin-bottom: 20px;
    line-height: 24px;
}

.steps li:first-child:before {
    position: absolute;
    z-index: 1;
    top: 3px;
    left: -20px;
    display: block;
    width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.steps:after,
.steps li:after {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #fab945;
    border-radius: 50%;
    margin-left: -8px;
    background-color: #ffffff;
    content: "";
}

.steps li:after {
    left: -20px;
    top: 5px;
}

.steps + a {
    margin-left: 20px;
}

/***********************************************************************************
 *	+ CASHBACK PANEL
 ***********************************************************************************/

.cashback-panel {
    position: fixed;
    z-index: 5000;
    right: 0;
    bottom: 0;
    left: 0;
    height: 235px;
    padding: 30px 20px;
    border-radius: 16px 16px 0 0;
    background-color: #ffffff;
    box-shadow: 0 -24px 20px 0 rgba(128, 128, 128, 0.16);
    transition: all 0.25s;
}

.cashback-panel.hide {
    bottom: -100%;
    box-shadow: none;
}

.close-cashback-panel {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    color: #4d4e50;
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    transition: all 0.25s;
}

.close-cashback-panel:hover {
    color: #ff0041;
    text-decoration: none;
}

.cashback-panel h1 {
    margin-bottom: 15px;
    text-align: center;
}

.cashback-panel h1 span {
    font-size: 32px;
    font-weight: 700;
}

.cashback-panel .btn {
    display: block;
    padding: 17px 25px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/

.owl-carousel {
    margin-bottom: 25px;
}

.owl-carousel .owl-item img {
    display: inline;
    width: auto;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 11px;
    height: 5px;
    border-radius: 2px;
    margin-right: 6px;
    background-color: #d8d8d8;
    outline: 0;
    transition: all 0.1s;
}

.owl-carousel button.owl-dot:last-child {
    margin-right: 0;
}

.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot.active {
    background-color: #ff0041;
}

.product-images .owl-stage,
.products-slider .owl-stage,
.categories-slider .owl-stage,
.home-categories-slider .owl-stage {
    padding-left: 0 !important;
}

.home-categories-slider .owl-stage-outer {
    margin-left: -15px;
}

.home-categories-slider .owl-stage {
    padding: 0 15px 15px !important;
}

.home-categories-slider button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c6f2ff;
}

.home-categories-slider button.owl-dot.active {
    background-color: #00a3d2;
}

/***********************************************************************************
 *	+ DARK SECTION
 ***********************************************************************************/

.dark-section {
    padding: 15px 0;
    margin-bottom: 15px;
    background-color: #262626;
    color: #d4d4d4;
}

.dark-section h2,
.dark-section h3 {
    color: #ffffff;
}

.dark-section .divider {
    border-bottom-color: #6f6f6f;
}

/***********************************************************************************
 *	+ FLASH MESSAGES
 ***********************************************************************************/

.verified_icon {
    right: 30px;
    vertical-align: middle;
    top: 50px;
    font-size: 4rem;
}

.verified_text {
    top: 15px;
    color: #04887b;
}

.after-CTA {
    margin-top: 10px;
    text-align: center;
}

.after-CTA small {
    color: #ff0041;
}

.after-CTA p {
    background: #f5f5f5;
    font-size: 16px;
    margin-top: 20px;
    padding: 20px 0;
}

.after-CTA p span {
    font-weight: 700;
}

.after-CTA p a {
    color: #4d4e50;
    text-decoration: underline;
}

.dark-section {
    padding: 15px 0;
    margin-top: 15px;
    background-color: #262626;
    color: #d4d4d4;
    font-weight: 400 !important;
}

.dark-section span {
    font-weight: 700;
}

.dark-section h2,
.dark-section h3 {
    color: #ffffff;
}

.dark-section .divider {
    border-bottom-color: #6f6f6f;
}

.exit-page p:first-child {
    margin-bottom: 5px;
    margin-top: 30px;
}

.exit-page p.exit-page-product-title {
    font-size: 18px;
    line-height: 22px;
    padding: 0 30px;
}

.exit-page img {
    margin-bottom: 30px !important;
    width: 150px;
}

.exit-page .exit-small-text {
    display: block;
    font-size: 13px;
}

.exit-page a {
    color: #4d4e50;
    text-decoration: underline;
}

.font-weight-400 {
    font-weight: 400;
}

.google-auth-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/**
custom stuff
 */
.how-it-works-images img {
    display: block;
    width: 100%;
    max-width: 540px;
    max-height: none;
    margin: 0 auto;
}
