/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: 'HindVadodara-Regular';
    src: url(fonts/HindVadodara-Regular.ttf);
}

@font-face {
    font-family: 'HindVadodara-Medium';
    src: url(fonts/HindVadodara-Medium.ttf);
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url(fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
    font-family: 'ag-light';
    src: url(fonts/ITC-Avant-Garde-Gothic-ExtraLight.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');
* {
    font-family: 'HindVadodara-Regular';
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a,
input,
button {
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 1000px #F5F5F5;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/**
 * Remove input type number arrow
 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}


/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}

.clear {
    clear: both;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#wrapper {
    margin: 0 auto;
    min-height: 600px;
    position: relative;
    width: 900px;
    overflow: hidden;
}

#container {
    background: #fff;
    min-height: 600px;
    height: auto;
    width: 900px;
    padding-top: 50px;
}

#background_cover {
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1900;
}

#sidemenu {
    left: -100%;
    min-height: 600px;
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidemenu_content {
    background: none repeat scroll 0 0 #F8F8F8;
    width: 85%;
    min-height: 600px;
}

#sidemenu_close {
    /*background: none repeat scroll 0 0 #000;*/
    width: 15%;
    min-height: 600px;
    opacity: 0.6;
}

#sidemenu_content #menu_profile {
    background-color: #705a50;
    min-height: 10em;
    padding: 16px;
}

#sidemenu_content #menu_profile img.avatar {
    background: none repeat scroll 50% center/cover transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    margin-bottom: 20px;
}

#sidemenu_content #menu_profile p {
    margin-bottom: 0;
    margin-top: 0;
}

#sidemenu_content #menu_profile p.greeting {
    color: #fff;
}

#sidemenu_content #menu_profile p.username {
    color: #ABABAB;
}

#sidemenu_content #menu_profile a.name {
    color: #fff;
}

#sidemenu_content #menu_profile a.sign {
    color: #ABABAB;
}

#sidemenu_content #menu_profile #signin a {
    color: #fff;
}

#sidemenu_content #navigation ul {
    padding: 0;
    overflow-x: scroll;
}

#sidemenu_content #navigation ul li {
    list-style-type: none;
    height: 48px;
    line-height: 48px;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
}

#sidemenu_content #navigation ul li.title {
    color: #000000;
    opacity: 0.54;
}

#sidemenu_content #navigation ul li.divider {
    background-color: #e0e0e0;
    position: relative;
    display: block;
    height: 1px;
    margin: 8px 0px;
    padding: 0;
    overflow: hidden;
}

#sidemenu_content #navigation ul li .notification {
    padding: 1px;
    width: 16px;
    height: 16px;
    background: red;
    font-size: 1em;
    line-height: 17px;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    margin-left: 8px;
}

#sidemenu_content a {
    text-decoration: none;
    color: #000;
}

footer {
    text-align: center;
    width: 100%;
    border-top: 1px solid #e0e0e0;
}

span#selected a {
    border-bottom: 1px solid white;
}

#language a {
    color: white;
}

.app-version {
    color: #656565;
    font-size: 14px;
    font-weight: 300 !important;
    font-style: italic;
    text-transform: capitalize;
}

.open_sidemenu {
    left: 0 !important;
}

header {
    /*     background: #705a50;
color: #fff;
padding: 16px; */
    background-color: #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 12px;*/
    padding-top: 4px;
    padding-bottom: 4px;
    position: fixed;
    top: 0;
    width: inherit;
    z-index: 1000;
}

header #btn_sidemenu {
    width: 20%;
}

header #btn_back {
    width: 20%;
    text-align: left;
}

header .btntop {
    width: 16%;
    text-align: center;
}

header .btntop a {
    color: white;
    text-decoration: none;
    font-size: 0.8em;
}

header .btntop p {
    color: white;
    margin: 0;
}

span#cart_total {
    padding: 1px;
    width: 16px;
    height: 16px;
    background: red;
    position: absolute;
    top: 10%;
    font-size: 1em;
    line-height: 17px;
    display: inline-block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

header #btn_cart {
    width: 20%;
    text-align: right;
}

#logo {
    background: url("../img/logo/dandelion.png?t=2452324") no-repeat right center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 0.5%;
    height: 100px;
}

#menu_profile #status {
    display: table;
    width: 50%;
    text-align: center;
    border-spacing: 4px;
}

#menu_profile #status a {
    vertical-align: bottom;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 50%;
    -webkit-tap-highlight-color: transparent;
    margin: 2px 0px;
    font-weight: 500;
}

#menu_profile #search {
    margin-top: 8px;
}

#menu_profile #search #search_input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    border: none;
    outline: none;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: white;
}

a {
    -webkit-tap-highlight-color: transparent;
}

h1 {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 3px;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 2px;
}

#content {
    padding: 6px;
}

#content h1 {
    margin-bottom: 10px;
    font-size: 26px;
    margin-top: 40px;
}

#content h1:nth-child(1) {
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 40px;
}

#all_categories {
    font-size: 0;
}

#all_categories a {
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #705a50;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.rows {
    display: block;
    width: 100%;
}

.rows .col-6,
.rows .col-xs-12,
.rows.col-md-6,
.rows.col-lg-4,
.rows.col-xs-6,
.rows.col-lg-6 {
    display: inline-block;
    font-size: 1rem;
}

.rows a {
    text-decoration: none;
}

.col-6 {
    width: 50%;
}

#index-col {
    width: 32.3333333%;
}

header svg path {
    fill: #fff;
}

#fgtpass {
    padding-bottom: 18px;
}

#fgtpass a {
    text-decoration: none;
    color: #705a50;
    font-weight: 500;
}

#navigate {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    padding: 2px 16px;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
}

#navigate.visible {
    position: fixed;
}

.swiper-container {
    height: 100%;
    width: 100%;
}

#wrap_swipper {
    width: 100%;
}

.banner_listing img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0.5% 0;
}

#btnone,
#btntwo {
    width: 49%;
    margin-bottom: 0;
}

#btnsingle {
    width: 98%;
    margin-bottom: 0;
}

.cart_submit {
    margin-top: calc(100% - 98%);
}

#listing {
    margin-bottom: 10px;
}

.product_listing {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 32.3333333%;
    margin: 0.5%;
    position: relative;
    margin-bottom: 8px !important;
    background-color: #fff;
    padding: 10px;
}

.product_listing .grid_image {
    text-align: center;
    background-color: #fff;
    margin-bottom: 8px;
}

.product_listing .grid_image .inner-element {
    display: table;
    height: 260px;
    width: 100%;
}

.product_listing .grid_image .inner-element .product-image-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product_listing .grid_image .inner-element .product-image-center a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 260px;
}

.product_listing .products_name a {
    display: -webkit-box;
    height: 33px;
    color: #705a50;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 2px;
    margin-bottom: 0px;
    font-weight: 500;
}

.product_listing .products_name .sub-name {
    color: #5B595C;
    line-height: 15px;
    font-weight: 300;
    font-size: 13px;
    display: -webkit-box;
    height: 31px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 5px;
    margin-bottom: 0px;
}

.product_listing .products_price {
    display: block;
    font-size: 13px;
    font-weight: 600;
    font-size: 13px;
}

.product_listing .products_price .price-old {
    text-decoration: line-through;
    color: #929292;
    margin-right: 10px;
    font-weight: 400;
}

.product_listing .products_price .price-promo {
    color: #D90A34;
}

.product_listing_box {
    background: #fff none repeat scroll 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
}

.product_listing_box #shop_add_cart {
    bottom: 10px;
}

.product_listing_box img {
    max-width: 100%;
    height: 200px;
    width: auto;
}

.product_listing_box p {
    color: #000;
    margin: 5px 0 0;
}

.product_listing_box p.name {
    color: #705a50;
    font-weight: 600;
    font-size: 13px;
}

.product_listing_box .description {
    font-size: 13px;
    color: #5B595C;
}

.product_listing_box .price {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 600;
}

.product_listing_box .price_discount {
    color: #d70000;
    display: inline-block;
    margin-right: 10px;
    text-decoration: line-through;
}

span.price_discount {
    color: #9f0000;
    text-decoration: line-through;
}

span.product_model {
    font-size: 0.8em;
    font-weight: 500;
    margin-top: 0;
}

#product_info {
    font-size: 1em;
}

#product_info h1 {
    font-size: 18px;
    margin-top: 20px
}

#product_info #main_image {
    background: none repeat scroll 0 0 #fff;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}

#product_info #main_image img {
    max-width: 100%;
}

#product_info p {
    margin: 0;
}

#product_info .price_discount {
    color: #9f0000;
    font-size: 1.3em;
    text-decoration: line-through;
}

#product_info .price {
    font-size: 1.5em;
}

#product_details img {
    max-width: 100%!important;
    height: auto!important;
    /* -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); 
    -webkit-transform: translateZ(0);
    transform: translateZ(0); */
}

#page_info {
    margin-bottom: 54px;
    padding: 0 20px;
}

#add_to_cart {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 16px;
    position: fixed;
    bottom: 0;
    width: inherit;
    border-top: 1px solid #ddd;
}

#add_to_cart input[type="number"] {
    width: 50px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #705a50;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 6.3px;
    font-size: 16px;
    margin-bottom: 0;
}

#add_to_cart a.btn_add_to_cart {
    background: none repeat scroll 0 0 #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: calc(100% - 158px);
}

#shop_add_cart,
.home_shop_add_cart {
    display: block;
}

#shop_add_cart input[type="number"],
.home_shop_add_cart input[type="number"] {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    border: 1px solid #705a50;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 8px;
    font-size: 16px;
    height: 36px;
    margin-bottom: 0;
    margin-top: 4px;
    width: calc(100% - 100px);
}

#shop_add_cart a.btn_shop_add_cart {
    margin-top: 2px;
}

.shop_add_cart_fullwidth {
    width: 100%;
    display: block;
    position: unset!important;
}

.btn_shop_add_cart {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #705a50;
    font-weight: 500;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    background-color: #705a50;
    color: #fff;
    margin-top: 0px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.absolute-center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#error-duplicate-added {
    background-color: #fff9b6;
    border: 1px solid #c1b84f;
    width: 90%;
    top: 60px;
    text-align: center;
    color: #2b290e;
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 28px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 28px -15px rgba(0, 0, 0, 0.75);
}

#error-duplicate-added p {
    margin: 10px;
}

a.btn {
    background: none repeat scroll 0 0 #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    margin: 8px 0px;
    font-weight: 500;
}

a.btn_border {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #705a50;
    display: inline-block;
    padding: 9.6px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #705a50;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 8px 0px;
    font-weight: 500;
    font-size: 14px;
}

input[type=submit].btn {
    background: #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    outline: none;
    border: none;
    margin: 8px 0px;
    font-weight: 500;
}

input[type=submit].btn_border {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #705a50;
    display: inline-block;
    padding: 9.5px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #705a50;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 8px 0px;
    font-weight: 500;
    font-size: 14px;
}

input:focus {
    outline: 0;
}

select:focus {
    outline: 0;
}

.quantity {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-right: 8px;
}

.quantity a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px;
    border: 1px solid #705a50;
    margin: 0px 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.shop_quantity {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-right: 8px;
}

.shop_quantity a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border: 1px solid #705a50;
    margin: 0px 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-top: 4px;
}

table {
    width: 100%;
    padding: 2px;
}

a.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
}

#knowus_result {
    margin-bottom: 6px;
}

textarea {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    outline: none;
}

tr.account-title {
    border-bottom: 1px solid #705a50;
}

tr .title {
    font-size: 18px;
}

.channel-groups tr:nth-child(1) td {
    padding-top: 10px;
    padding-bottom: 6px;
    padding-left: 0px;
}

td.spc_row {
    padding-top: 3px;
    padding-bottom: 3px;
}

td.list_checkbox {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
}

td.list_checkbox a.shopping-cart-link-thumb {
    display: block;
    text-align: center;
    width: 87%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 200px;
}

td.list_checkbox a.shopping-cart-link-thumb img {
    max-width: 100%;
}

td.list_checkbox a.link_products_name {
    display: -webkit-box;
    height: auto;
    color: #705a50;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-decoration: none;
}

td.list_checkbox .label-price {
    margin-top: 10px;
    font-size: 13px;
    display: block;
    font-weight: 300;
}

td.list_checkbox .label-price.label-red {
    color: #EA7160;
    font-weight: 400;
}

td.list_checkbox span.product-code {
    font-size: 14px;
    display: block;
}

td.list_checkbox span.product-normal-price {
    margin-top: 0px;
    font-size: 18px;
    display: block;
    font-weight: 600;
}

td.list_checkbox span.product-normal-price.strike b {
    -webkit-text-decoration: line-through #FC000A;
    text-decoration: line-through #FC000A;
    font-weight: 500;
    font-size: 16px;
}

td.list_checkbox .btn-apply-points {
    background-color: #5b924e;
    color: #fff;
    padding: 6px;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 5px;
}

td.list_checkbox .btn-apply-points i {
    font-size: 15px;
    margin-right: 2px;
}

td.list_checkbox .btn-apply-points i.fa-check-circle-o {
    margin-left: 3px;
    margin-right: 0px;
    font-size: 17px;
}

td.list_checkbox .btn-remove-product {
    background-color: #8e3a3f;
    color: #fff;
    padding: 6px 11px;
    display: inline-block;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 5px;
    line-height: 15px;
}

td.list_checkbox .btn-remove-product i {
    font-size: 15px;
    margin-right: 2px;
}

.online-transfer.list_checkbox {
    padding-left: 9px;
    padding-bottom: 10px;
}

.row_list {
    padding-bottom: 7px;
    padding-left: 5px;
}

td.gift_name {
    padding: 7px;
}

td.checkbox {
    padding-top: 2px;
    vertical-align: top;
}

table.content,
tr.content {
    /* background: #fff;  */
}

.listing_box {
    background: #fff;
    padding: 10px;
}

tr.heading {
    background: #705a50;
    color: #fff;
}

tr.heading td {
    padding: 2px;
}

p.promo_heading {
    margin: 0;
    margin-bottom: 11px;
    font-weight: bold;
    color: #453F35;
    font-size: 20px;
}

.productListing-heading.light-sand {
    background: #B3A286;
    padding: 10px;
    color: #453F35;
    font-size: 14px;
    font-weight: 600;
}

td.stockWarning,
td.tipinfo {
    font-size: 13px;
    color: #c76170;
    font-weight: 400;
}

td.padding_box {
    padding: 10px;
}

span.markProductOutOfStock,
.inputRequirement {
    font-size: 13px;
    color: #c76170;
    font-weight: 400;
}

.inputTip {
    font-weight: 400;
    font-size: 13px;
    color: #c76170;
    vertical-align: top;
}

td.cart_price {
    text-align: center;
    padding: 10px;
}

td.cart_qty {
    text-align: center;
    width: 100%;
    padding-bottom: 5px;
}

input[type=number]#cart_quantity_field {
    width: 100px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 1px solid #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 8px;
    margin: 0;
}

td.quantity {
    width: 100%;
    text-align: center;
}

.cart_quantity a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border: 1px solid #705a50;
    margin: 0px 2px;
}

td.checkoutBarCurrent {
    color: #705a50;
    padding: 0px 3px;
    font-size: 12px;
}

.checkoutBarFrom,
.checkoutBarTo {
    color: #8c8c8c;
    padding: 0px 3px;
    font-size: 12px;
}

.checkoutBarFrom a {
    text-decoration: none;
}

td.payment_row {
    padding-bottom: 3px;
    vertical-align: top;
}

.valign_top {
    vertical-align: top;
}

.valign_middle {
    vertical-align: middle;
}

#created a {
    text-decoration: none;
    color: #705a50;
}

input[type=email],
input[type=password],
input[type=text] {
    font-size: 16px;
    display: block;
    width: 100%;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid #757575;
    background: transparent;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 14px;
    font-size: 16px;
}

select,
input[type=number] {
    font-size: 16px;
    display: block;
    width: 100%;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid #757575;
    background: transparent;
    padding: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 14px;
    font-size: 16px;
}

a.product_title {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #e0e0e0;
    display: inline-block;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #000;
}


/*
input[type=checkbox]:before{
visibility:visible;
  content:"";
  border:2px solid #705a50;
  width:23px;
  height:23px;
  position:absolute;
  z-index:1;
  background:transparent;
  transition: all .3s ease-in-out;
}*/

input[type=checkbox] {
    position: relative;
    background: #FFF;
    display: inline-block;
    background: red;
    /*visibility:hidden;*/
    height: 25px;
    width: 25px;
    vertical-align: text-bottom;
}

input[type="radio"] {
    position: relative;
    background: #FFF;
    display: inline-block;
    background: blue;
    /*visibility:hidden;*/
    height: 18px;
    width: 18px;
    vertical-align: text-bottom;
}


/*input[type=checkbox]:after{
  
  transition: all .3s ease-in-out;
  visibility:visible;
  content:"";
  width:0px;
  height:0px;
  position: absolute;
  background: #DDD;
  
}*/


/*input[type=checkbox]:checked:after{
  visibility:visible;
  content:"";
  width:25px;
  height:25px;
  
  position: absolute;
  background: #DDD;
  
  z-index:0;
  
}*/


/*input[type="checkbox"]:checked:before{
  transform:rotate(-45deg);
  border-color:#705a50;
  border-top:none;
  border-right:none;
  height:9px;
  width:22px;
  margin-top: 4px;
}*/


/*input[type="radio"]:before{
visibility:visible;
  content:"";
  border:2px solid #705a50;
  border-radius: 50%;
  width:18px;
  height:18px;
  position:absolute;
  z-index:1;
  background:transparent;
  transition: all .3s ease-in-out;
  margin: -2px;
}*/


/*input[type="radio"]:after{
  transition: all .3s ease-in-out;
  visibility:visible;
  content:"";
  width:0px;
  height:0px;
  position: absolute;
  background: #705a50;
  margin: 24%;
}
input[type="radio"]:checked:after {
  visibility:visible;
  content:"";
  width:14px;
  height:14px;
  border-radius: 50%;
  position: absolute;
  z-index:0;
  margin: 2px;
  
}
input[type="radio"]:checked:before {
  border-color: #705a50;
  background: tranparent;
} */

.info-cash-voucher {
    font-size: 14px;
    padding: 10px;
    background-color: #9ef1d9;
    border: 1px solid #2ed0a1;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sign-with-social-media {
    margin-bottom: 40px;
}

.login-box {
    margin-top: 10px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.login-box .btn-fb {
    background-color: #3B529A;
    display: inline-block;
    padding: 8px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 11px;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.login-box .icon {
    display: inline-block;
    float: left;
}

.login-box .icon .fa {
    color: #ffffff;
    padding-right: 10px;
    font-size: 16px;
}

.login-box .text {
    color: #ffffff;
    font-style: normal;
    border: 0px;
    font-size: 14px;
    float: left;
    display: inline-block;
}

.login-box .wrap-center {
    display: inline-block;
}

.g-signin2 {
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
    width: 218px;
}

.g-signin2 .abcRioButton {
    width: 100% !important;
}

h1.heading {
    margin-bottom: 10px;
}

h1.sign-social {
    margin-top: 10px;
}

#facebook_error p,
#google_error p {
    color: #C50000;
    margin-top: 10px;
}

#gSignInWrapper {
    border: 1px solid #ddd;
    background-color: #fff;
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    line-height: 11px;
}

#gSignInWrapper .customGPlusSignIn {
    display: inline-block;
    line-height: 11px;
}

#gSignInWrapper .icon {
    float: left;
    line-height: 11px;
}

#gSignInWrapper .icon img {
    margin-right: 10px;
    width: 15px;
}

#gSignInWrapper .buttonText {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    font-weight: normal;
    float: left;
    line-height: 11px;
    margin-top: 2px;
}

#gSignInWrapper:hover {
    cursor: pointer;
}

.login-box.register {
    margin-top: 0;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}

.register-page h1 {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.register-page hr {
    margin: 0;
    margin-top: 30px;
}

.overlay-black {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
}

.overlay-black h1 {
    font-size: 22px;
}

.overlay-black h3 {
    font-size: 14px;
}

.parent {
    position: relative;
    width: 100%;
    height: 100%;
}

.child {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#message {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

#facebook_notification {
    background: #fff;
    padding: 48px;
    color: #101010;
    font-size: 18px;
    text-align: center;
    width: 95%;
}

#facebook_notification a {
    text-decoration: underline;
    font-size: 13px;
    display: block;
    margin-top: 30px;
}

#phone-popup {
    background: #fff;
    padding: 48px;
    color: #101010;
    font-size: 18px;
    text-align: center;
    width: 100%;
}

#phone-popup a {
    text-decoration: underline;
    font-size: 13px;
    display: block;
    margin-top: 30px;
}

.gate {
    width: 300px;
    margin: 0 auto;
}

.gate p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
}

.box-input {
    display: block;
    margin-bottom: 10px;
}

.box-input input[type="email"],
.box-input input[type="number"] {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #adadad;
    /* margin: 0 5px; */
    display: block;
}

.box-input select {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #adadad;
    /* margin: 0 5px; */
    display: block;
    height: 29px;
}

.box-input input[type=number]::-webkit-inner-spin-button,
.box-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.box-input .prefix,
.box-input .number {
    width: 100%;
    float: left;
    margin-right: 10px;
}

.gate .save {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gate .save input {
    width: 100%;
    background-color: #705a50;
    border: 1px;
    color: #fff;
    padding: 6px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.gate .save input:hover {
    cursor: pointer;
    opacity: 0.7;
}

.box-input span {
    font-size: 12px;
    text-align: left;
    display: block;
    padding: 6px;
}

.gate-error {
    color: #AA0000;
    font-size: 14px;
}

.gate-success {
    color: #5F9A37;
}

.container-box {
    height: auto;
    overflow: hidden;
}

.right-box {
    width: 60px;
    float: left;
    margin-right: 2px;
}

.left-box {
    float: none;
    /* not needed, just for clarification */
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

input.btn-border {
    background: none repeat scroll 0 0 #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    margin: 8px 0px;
    font-weight: 400;
    border: none;
    font-size: 14px;
}

table.stripe tr.data td {
    padding: 5px 5px;
    font-size: 12px;
}

table.stripe tr.title td {
    font-size: 12px;
    font-weight: bold;
}

table.stripe tr.data:nth-of-type(odd) {
    background-color: #e0e0e0;
}

table.pagination tr td a.pageResults {
    color: #fff;
    background-color: #705a50;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    display: inline-block;
    font-size: 11px;
}

table.pagination tr td span.selected {
    color: #705a50;
    border: 1px solid #705a50;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 5px;
    display: inline-block;
    font-size: 11px;
}

#affiliate_account {
    padding: 10px;
}

#affiliate_account .help img {
    max-width: 100%;
    height: auto;
}

#affiliate_account .login-box .btn-fb {
    display: inline-block;
    padding: 8px 18px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 21px;
    padding-bottom: 4px;
}

#affiliate_account .login-box .btn-email {
    background-color: #e2891a;
    display: inline-block;
    padding: 8px 18px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 21px;
    padding-bottom: 4px;
}

#affiliate_account .login-box .btn-whatsapp {
    background-color: #0ac56a;
    display: inline-block;
    padding: 8px 18px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 21px;
    padding-bottom: 4px;
}

#affiliate_account .login-box .btn-point {
    background-color: #468990;
    display: inline-block;
    padding: 8px 18px;
    width: 100%;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 21px;
    padding-bottom: 4px;
}

#affiliate_account .login-box .icon {
    display: inline-block;
    float: left;
}

#affiliate_account .login-box .icon .fa {
    color: #ffffff;
    padding-right: 10px;
    font-size: 13px;
    margin-top: 4px;
    vertical-align: top;
}

#affiliate_account .login-box .text {
    color: #ffffff;
    font-style: normal;
    border: 0px;
    font-size: 14px;
    float: left;
    display: inline-block;
}

#affiliate_account .login-box .wrap-center {
    display: inline-block;
}

#page {
    background-color: #fff;
}

#page h1 {
    margin-top: 10px;
    margin-left: 5px;
    font-weight: 400;
    margin-bottom: 5px;
}

#page img {
    max-width: 100%;
    height: auto !important;
}

#page a {
    text-decoration: none;
    color: #222;
}

#page ol {
    padding-left: 30px !important;
}

td.messageStackError {
    padding: 8px 5px;
    font-size: 13px;
    background-color: #ea9494;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    display: block;
}

.image-resize {
    max-width: 100%;
    height: auto;
}

.redemption_url {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    font-style: italic;
}

.redemption_url a {
    color: #BB001B;
    font-weight: 600;
    font-size: 13px;
}

#remaining-box {
    position: fixed;
    top: 50px;
    right: 0px;
    font-size: 15px;
    background-color: #8e3a3f;
    padding: 7px 16px;
    color: #fff;
    border: 2px solid #77272c;
    border-top: 1px solid #8e3a3f;
    text-decoration: none;
}


/* pop up */

.promotion_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.promotion_overlay:target {
    visibility: visible;
    opacity: 1;
}

.promotion_popup {
    margin: 70px auto;
    padding: 0px;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
}

.promotion_popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.promotion_popup h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #705a50;
    font-family: Tahoma, Arial, sans-serif;
}

.promotion_popup .btn-continue {
    background: #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    padding: 9.5px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    margin: 8px auto;
    font-weight: 500;
    font-size: 13px;
    width: 100%;
}

.promotion_popup .voucher-row {
    margin: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promotion_popup .promotion_close {
    position: absolute;
    top: 0px;
    right: 10px;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.promotion_popup .close:hover {
    color: #06D85F;
}

.promotion_popup .promotion_content {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.promotion_popup #promotion_box_close {
    float: left;
    width: 49%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #705a50;
    display: inline-block;
    padding: 9.5px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #705a50;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    margin: 8px 0px;
    font-weight: 500;
    font-size: 13px;
}

.promotion_popup #promotion_box_checkout {
    float: right;
    width: 49%;
    background: #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 9.5px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    border: none;
    margin: 8px 0px;
    font-weight: 500;
    font-size: 13px;
}

.promotion_popup .promotion_content p {
    margin: 15px 10px;
    color: #705a50;
    font-size: 15px;
    line-height: 17px;
}

.promotion_popup .promotion_content a {
    text-decoration: none;
}

.promotion_popup .promotion_content img {
    max-width: 100%;
    max-height: 100%;
}

#promotion_box .action {
    padding: 0 10px;
}

.monthly-promotion {
    margin: 20px 0;
}

.monthly-promotion img {
    max-width: 100%;
    max-height: 100%;
}

.news-box a {
    text-decoration: none;
    display: block;
}

.news-box a .news-img {
    max-width: 100%;
    max-height: 100%;
}

.news-box a .news-title {
    color: #705a50;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 25px;
    margin-top: 10px;
    display: block;
}

.news_head p.title {
    color: #705a50;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.news_head p.date {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    margin-top: 0;
    font-style: italic;
}

.news-content {
    margin-bottom: 30px;
}

.news-content img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    image-rendering: -moz-crisp-edges;
    /* Firefox        */
    image-rendering: -o-crisp-edges;
    /* Opera          */
    image-rendering: -webkit-optimize-contrast;
    /* Safari         */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+           */
}

.box-red td {
    background-color: #ff8981;
}

.table-form tr td {
    vertical-align: top;
}

.table-form tr td .inputRequirement {
    position: absolute;
    top: 0px;
    right: 5px;
    display: inline-block;
}

.table-form tr td:nth-child(1) {
    padding-top: 5px;
    padding-right: 5px;
}

.table-form tr td:nth-child(2) {
    position: relative;
}

.table-form tr td:nth-child(2) input[type="text"],
.table-form tr td:nth-child(2) select {
    background-color: #fdfdfd;
}

.table-form tr td:nth-child(2) input[type="radio"] {
    margin-bottom: 12px;
    display: inline;
    vertical-align: top;
}

.messageStackError,
.messageStackWarning {
    font-size: 13px;
    background-color: #ffb3b5;
    color: #333;
    font-weight: 500;
    padding: 7px 7px;
    border: 1px solid #ee867f;
}

.messageStackSuccess {
    font-size: 13px;
    font-weight: 500;
    background-color: #479e12;
    color: #fff;
    padding: 6px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#voucher .tabs {
    width: 100%;
}

#voucher .tabs a {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background-color: #d2c7c2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #8c776c;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 43%;
}

#voucher .tabs a.active {
    background-color: #705a50;
    color: #fff;
}

.voucher-content {
    background-color: #fff;
    border: 1px solid #bb9b8c;
    padding: 10px;
}

.voucher-row {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.voucher-row .image {
    width: 100%;
}

.voucher-row .voucher-meta {
    width: 100%;
    margin-left: 0px;
}

.voucher-row .voucher-meta p.title {
    margin: 0px;
    margin-top: 15px;
    font-weight: 700;
}

.voucher-row .voucher-meta p.date {
    margin: 0px;
    margin-top: 5px;
    font-weight: 500;
    font-style: italic;
    font-size: 4vw;
}

.voucher-row .voucher-meta table tr td {
    font-size: 11px;
    vertical-align: top;
}

.voucher-row .voucher-meta table tr td br {
    display: none;
}

.coupon {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px dashed #705a50;
    background-color: #fff;
}

.coupon .coupon__tag {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    bottom: 45%;
    color: #705a50;
    font-family: Helvetica;
    font-size: 0.65em;
    left: -27%;
    position: absolute;
    text-align: center;
    transform: rotate(-90deg);
    width: 64%;
}

.coupon .coupon__body {
    margin-left: 30px;
    padding: 10px;
    border-left: 1px dotted #705a50;
}

.coupon .coupon__body .coupon__title,
.coupon .coupon__body .coupon__value {
    text-align: center;
}

.coupon .coupon__body .coupon__title {
    font-family: Helvetica;
    font-size: 1em;
    text-shadow: 1px 1px 0 white;
    color: #705a50;
}

.coupon .coupon__body .coupon__value {
    font-family: Museo slab;
    font-size: 2em;
    color: #705a50;
    text-shadow: 2px 2px 0 #a79188;
}

.used-vouchers-content .coupon {
    opacity: 0.5;
}

.header-box {
    background-color: #7E99A2;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.header-box.bg-color-saddle-brown {
    background-color: #ca3917;
}

.header-box .step-heading {
    line-height: 18px;
    margin-bottom: 10px;
}

.header-box a {
    text-decoration: none;
    color: #705a50;
    padding: 10px;
    display: block;
}

.header-box a i {
    margin-left: 10px;
}

.card {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.card table tr td {
    vertical-align: top;
}

.marron-01,
p.marron-01 {
    color: #817562;
}

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

.m-0 {
    margin: 0 !important;
}

.pink-03,
p.pink-03 {
    color: #EA7160;
}

.text-bold {
    font-weight: 600;
}

.order_links {
    text-decoration: underline;
    color: #fff;
    background-color: #6f5950;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
}

.bar-notification {
    background-color: #AA9B87;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.bar-notification a {
    padding: 0px;
    margin: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    box-sizing: border-box;
    text-decoration: none;
}

.add-on-area {
    background-color: #fff;
    border: 1px solid #B3A286;
    padding: 5px 10px;
    margin-top: 10px;
}

.btn-m {
    display: block;
    border: 1px solid #453F35;
    padding: 1rem 1.2rem;
    background: none;
    color: #453F35;
    width: 220px;
    text-align: center;
    width: 100%;
    max-height: 4rem;
}

.area-installment button {
    font-size: 14px;
    font-weight: normal;
    color: #B3A286;
    text-decoration: underline;
    border: none;
}

.area-installment button:hover,
.area-installment button:focus,
.area-installment button:active {
    color: #817562;
    border: none!important;
    outline: 0;
}

.popover-header {
    color: #817562;
    font-size: 14px;
    padding: 1rem .9rem;
}

.popover-body {
    padding: 1rem .9rem;
    color: #817562;
}

.popover-body ul {
    padding-left: 20px;
}

.popover-body li {
    margin-bottom: .5rem;
}

.popover-body img {
    margin-right: .3rem;
}

.popover-body span {
    font-weight: 600;
}

.popover-body a {
    text-decoration: underline;
    color: #817562;
    text-align: center;
    display: block;
}

.Installment-works-btn {
    text-decoration: underline;
    color: #B3A286;
}

.Installment-works-btn:hover {
    color: #817562;
    text-decoration: underline;
}

.area-installment a {
    font-size: 14px;
    font-weight: normal;
    color: #B3A286;
    text-decoration: underline;
}

.area-installment a:hover {
    color: #817562;
}

.area-installment a:active,
.area-installment a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

#shopping_cart .area-installment button {
    width: 100%;
    padding: 10px;
    display: block;
}

a.text-back {
    color: #453F35;
    margin-top: 10px;
    display: inline-block;
}

#cart_box {
    border-top: 2px solid #817562;
    background: #FFFCF6;
}

#add-on-placeholder table tr td.productListing-data {
    font-size: 14px;
    padding: 5px 0;
    line-height: 16px;
}

.promotion-group-radio {
    width: 100%;
    background-color: #f1f1f1;
    border-collapse: collapse;
    border: 1px solid #c9c9c9;
    margin-bottom: 10px;
}

.promotion-group-radio tbody>tr>td {
    padding-left: 5px;
    padding-bottom: 10px;
}

.promotion-group-radio tbody>tr>td:nth-child(3) {
    padding-right: 5px!important;
}

input[type=text].shopping-cart-coupon-code {
    background-color: #f5f5f5;
    border: 1px solid #cbcbcb;
    margin-bottom: 4px;
}

.apply-coupon {
    background: #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    outline: none;
    border: none;
    margin: 0px 0px;
    font-weight: 500;
}

.apply-wallet {
    background: #705a50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    width: auto;
    outline: none;
    border: none;
    margin: 0px 0px;
    margin-bottom: 10px;
    font-weight: 500;
}

.row-block .shopping-cart-coupon-code {
    display: inline-block;
}

.btn-apply-wallet {
    background-color: #5b924e;
    color: #fff;
    padding: 6px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 5px;
}

.btn-apply-wallet:hover {
    cursor: pointer;
}

input.hide_row {
    display: none;
}

.hide {
    display: none;
}