/**

 * Magento

 *

 * NOTICE OF LICENSE

 *

 * This source file is subject to the Academic Free License (AFL 3.0)

 * that is bundled with this package in the file LICENSE_AFL.txt.

 * It is also available through the world-wide-web at this URL:

 * http://opensource.org/licenses/afl-3.0.php

 * If you did not receive a copy of the license and are unable to

 * obtain it through the world-wide-web, please send an email

 * to license@magento.com so we can send you a copy immediately.

 *

 * DISCLAIMER

 *

 * Do not edit or add to this file if you wish to upgrade Magento to newer

 * versions in the future. If you wish to customize Magento for your

 * needs please refer to http://www.magento.com for more information.

 *

 * @category    design

 * @package     rwd_default

 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)

 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)

 */


/*! normalize.css v2.0.1 | MIT License | git.io/normalize */


/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */


/*

 * Corrects `block` display not defined in IE 8/9.

 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}


/*

 * Corrects `inline-block` display not defined in IE 8/9.

 */

audio,
canvas,
video {
    display: inline-block;
}


/*

 * Prevents modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/*

 * Addresses styling for `hidden` attribute not present in IE 8/9.

 */

[hidden] {
    display: none;
}


/* ==========================================================================

   Base

   ========================================================================== */


/*

 * 1. Sets default font family to sans-serif.

 * 2. Prevents iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */

html {
    font-family: "Trebuchet MS";
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/*

 * Removes default margin.

 */

body {
    margin: 0;
}


/* ==========================================================================

   Links

   ========================================================================== */


/*

 * Addresses `outline` inconsistency between Chrome and other browsers.

 */

a:focus {
    outline: none;
}


/*

 * Improves readability when focused and also mouse hovered in all browsers.

 */

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


/* ==========================================================================

   Typography

   ========================================================================== */


/*

 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,

 * Safari 5, and Chrome.

 */

h1 {
    font-size: 2em;
}


/*

 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.

 */

abbr[title] {
    border-bottom: 1px dotted;
}


/*

 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.

 */

b,
strong {
    font-weight: bold;
}


/*

 * Addresses styling not present in Safari 5 and Chrome.

 */

dfn {
    font-style: italic;
}


/*

 * Addresses styling not present in IE 8/9.

 */

mark {
    background: #ff0;
    color: #000;
}


/*

 * Corrects font family set oddly in Safari 5 and Chrome.

 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
/*
.catalog-category-view .page .main .main-body .hide {
    display: none !important;
}

.actions.hide{
    display: block!important;
}*/


/*

 * Improves readability of pre-formatted text in all browsers.

 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}


/*

 * Sets consistent quote types.

 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}


/*

 * Addresses inconsistent and variable font size in all browsers.

 */

small {
    font-size: 80%;
}


/*

 * Prevents `sub` and `sup` affecting `line-height` in all browsers.

 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* ==========================================================================

   Embedded content

   ========================================================================== */


/*

 * Removes border when inside `a` element in IE 8/9.

 */

img {
    border: 0;
}


/*

 * Corrects overflow displayed oddly in IE 9.

 */

svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================

   Figures

   ========================================================================== */


/*

 * Addresses margin not present in IE 8/9 and Safari 5.

 */

figure {
    margin: 0;
}


/* ==========================================================================

   Forms

   ========================================================================== */


/*

 * Define consistent border, margin, and padding.

 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/*

 * 1. Corrects color not being inherited in IE 8/9.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/*

 * 1. Corrects font family not being inherited in all browsers.

 * 2. Corrects font size not being inherited in all browsers.

 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome

 */

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}


/*

 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */

button,
input {
    line-height: normal;
}


/*

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Corrects inability to style clickable `input` types in iOS.

 * 3. Improves usability and consistency of cursor style between image-type

 *    `input` and others.

 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/*

 * Re-set default cursor for disabled elements.

 */

button[disabled],
input[disabled] {
    cursor: default;
}


/*

 * 1. Addresses box sizing set to `content-box` in IE 8/9.

 * 2. Removes excess padding in IE 8/9.

 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/*

 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/*

 * Removes inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/*

 * Removes inner padding and border in Firefox 4+.

 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/*

 * 1. Removes default vertical scrollbar in IE 8/9.

 * 2. Improves readability and alignment in all browsers.

 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/* ==========================================================================

   Tables

   ========================================================================== */


/*

 * Remove most spacing between table cells.

 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ============================================ *

 * Reset

 * ============================================ */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    background: #FFFFFF;
    line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

th,
code,
cite,
caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

address {
    font-style: normal;
}

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

img {
    display: block;
}

ol,
ul {
    list-style: none;
}

q:before,
q:after {
    content: '';
}

input:focus,
input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 2 */
    box-sizing: border-box;
}


/* ============================================ *

 * Base Styles

 * ============================================ */

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

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a,
button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body,
button,
input,
select,
table,
textarea {
    font-family: "Trebuchet MS";
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: #0c5fa7;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline-color: #3091c2;
    color: #143d52;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* ============================================ *

 * Typography

 * ============================================ */

h1,
.h1 {
    margin: 0;
    margin-bottom: 0.7em;
    font-family: "Trebuchet MS";
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h2,
.h2 {
    margin: 0;
    margin-bottom: 0.5em;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

h3,
.h3 {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h4,
.h4 {
    margin: 0;
    margin-bottom: 10px;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h5,
.h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

h6,
.h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}


/* ============================================ *

 * Shared Classes

 * ============================================ */

.address-list address {
    margin-bottom: 1em;
}

.availability {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
}

.availability .label {
    display: none;
}

.availability.in-stock {
    color: #11b400;
}

.availability.available-soon,
.availability.out-of-stock {
    color: #df280a;
}

.availability-only {
    color: #df280a;
    margin-bottom: 10px;
}


/* -------------------------------------------- *

 * Page Titles

 */

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #636363;
    border-bottom: 1px solid #ededed;
    padding-bottom: 3px;
    margin-bottom: 15px;
    text-transform: uppercase;
}


/* -------------------------------------------- *

 * Block Module

 */

.block,
.col-left-first {
    margin-bottom: 20px;
}

.col-left-first .block:last-of-type {
    margin-bottom: 0;
}

.block-title {
    position: relative;
    padding: 10px 0 0;
    margin-bottom: 5px;
    border-top: 1px solid #cccccc;
}

.block-title h2,
.block-title h3,
.block-title strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #0c5fa7;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.block-title small {
    font-size: 100%;
    font-weight: normal;
    color: #a0a0a0;
}

body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 0;
}

.block-subtitle {
    font-weight: bold;
    margin-bottom: 7px;
}

.block-content {
    margin-top: 5px;
}

.block-content.unpad {
    padding: 0;
}

.block-content li.item {
    margin: 0 0 10px 9px;
}

.block-content li.item:last-child {
    margin-bottom: 0;
}

.block .actions {
    margin: 10px 0 0;
}

.block .actions:after {
    content: '';
    display: table;
    clear: both;
}

.block .actions a {
    float: left;
}

.block .actions .button {
    float: right;
}

.col-left .block .actions .button~a,
.col-right .block .actions .button~a {
    line-height: 33px;
    margin-right: 5px;
}

.contact-banner-content {
    bottom: auto !important;
    z-index: 9;
}

span.add-span {
    display: none;
}

.mobile-display {
    display: none !important;
}

.desktop-display {
    display: block;
}


/********** custom css 12th January *******************/

.sh-wrapper {
    width: 900px;
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    overflow: hidden;
}

.cms-franchise-testimonial .testimonial-title {
    padding-top: 0px;
}

.cms-franchise-testimonial .getgoing-text {
    margin-bottom: 75px !important;
}

.bulk-wrapper {
    width: 910px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bulk-wrapper h2 {
    margin-bottom: 10px;
}

.bottom-buffer-marg {
    margin-bottom: 35px !important;
}

.blue {
    color: #0c5fa7;
}

#bulkorder {
    cursor: pointer;
}

.small-line {
    width: 100px;
    display: block;
    margin: 30px auto !important;
    height: 3px;
    margin: 0 auto;
    background-color: #0d5fa8;
}

.largeorders-index-index .order-custom {
    margin: 40px auto !important;
}

.cms-franchise-testimonial .apply-form form.scaffold-form {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cms-franchise-testimonial .download-brochure {
    background-color: #F5F5F5;
    padding: 20px 0 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.cms-franchise-testimonial .baskin-robbins-testi .owl-carousel {
    margin-bottom: 60px;
}

.cms-franchise-testimonial .franchise-location-result {
    padding: 20px 0 70px;
}


/*.cms-franchise-testimonial .download-brochure {



 }*/

.sh-box1 {
    width: 100%;
    float: left;
    background-color: #e483b5;
    color: #fff;
    padding: 40px;
    margin-top: 15px;
    border-radius: 10px;
    margin-top: 10%;
}

.sh-box1 p,
.sh-box2 p {
    font-size: 18px !important;
    color: #fff !important;
}

.column-one {
    float: left;
    width: 33.33%;
    padding: 15px;
}

.column-two {
    float: left;
    padding: 15px;
    width: 33.33%;
}

.sh-box2 {
    width: 100%;
    float: left;
    background-color: #e483b5;
    color: #fff;
    margin-top: 15px;
    /*padding: 75px 20px;*/
    padding: 35px 20px;
    border-radius: 10px;
}

.getgoing-text {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #065592 !important;
    margin-bottom: 85px !important;
}

.getgoing-text a {
    color: #065592;
}

.pink {
    color: #e483b5;
    cursor: pointer;
}

@media only screen and (max-width: 980px) {
    .minicart-wrapper .product-details-mini-popup p.product-name {
        height: auto !important;
    }
    .main-body .col-left,
    .main-body .col-main {
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
    }
    .sidebar .block:not(.block-layered-nav) {
        margin-bottom: 0;
    }
    .cms-franchise-testimonial .download-brochure {
        width: 100% !important;
    }
    .sidebar .block:not(.block-layered-nav) .block-title {
        padding: 0;
        margin-top: 0;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0;
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-family: "Trebuchet MS";
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
        display: block;
        width: 100%;
        cursor: pointer;
        border-bottom: 0;
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #b0b0b0;
        border-right: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong:hover {
        background-color: #ececec;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-family: "Trebuchet MS";
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #b0b0b0;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .sidebar .block:not(.block-layered-nav) .block-title.active>strong:hover {
        background-color: #ececec;
    }
    .sidebar .block:not(.block-layered-nav) .block-content {
        padding: 10px;
        margin-top: 0;
        /*border-width: 0 1px;

    border-style: solid;

    border-color: #cccccc;*/
    }
    .sidebar .block:last-of-type {
        border-bottom: 1px solid #cccccc;
    }
    span.add-span {
        display: block;
    }
    span.add-span:before {
        content: "+"
    }
    .slide-active>span.add-span:before {
        content: "-"
    }
    #leftnav .slide-active>ul.level2,
    #leftnav .slide-active>ul.level1,
    #leftnav .slide-active>ul.level2 li,
    #leftnav .slide-active>ul.level1 li {
        display: block;
    }
    #leftnav-tree li ul {
        display: none;
        margin-left: 35px;
    }
    a.inner-menu-link {}
    #leftnav ul li ul li {
        padding-left: 0px;
    }
    #leftnav .inner-menu-link img {
        display: none;
    }
    a.inner-menu-link {
        height: auto;
    }
    #leftnav ul li ul li {
        padding-left: 0;
    }
    .mobile-display {
        display: block !important;
    }
    .desktop-display {
        display: none !important;
    }
    #tabs-container-accordian .tabs-menu ul li {
        background: transparent;
    }
    #tabs-container-accordian .tabs-menu {
        list-style: none;
        padding: 0 0 0 0;
    }
    #tabs-container-accordian .tabs-menu li {
        display: block;
        cursor: pointer;
    }
    #tabs-container-accordian .tabs-menu ul {
        list-style: none;
        padding: 0 0 0 0;
        display: none;
    }
    #tabs-container-accordian .tabs-menu ul li {
        font-weight: normal;
        cursor: auto;
        background-color: #fff;
    }
    #tabs-container-accordian .tabs-menu li li {
        padding: 0;
    }
    #tabs-container-accordian .tabs-menu li>img {
        width: 100%;
    }
    #tabs-container-accordian li.slide-active {
        display: none;
    }
    .tab-content-ar {
        border: 0;
        float: left;
        margin-bottom: 20px;
        width: 100%;
        color: #d5539d;
        padding: 30px 20px 30px 20px;
    }
    .tabs-menu li .tab-content-ar a {
        padding: 15px 40px;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        display: inline;
        line-height: 21px;
    }
    .tab-content-ar p {
        margin-bottom: 20px !important;
    }
    .tab-content-ar label {
        color: #0c5fa7;
        padding-bottom: 10px;
    }
}


/* -------------------------------------------- *

 * Secondary Navigation

 */

.block-account .block-title,
.block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
}

.block-account li,
.block-cms-menu li {
    text-transform: uppercase;
    font-family: "Trebuchet MS";
    margin: 7px 0;
}

.block-account li strong,
.block-cms-menu li strong {
    font-weight: 400;
    color: #0c5fa7;
}

.block-account li a,
.block-cms-menu li a {
    color: #636363;
}

.block-account li a:hover,
.block-cms-menu li a:hover {
    color: #0c5fa7;
}


/* ============================================ *

 * Buttons

 * ============================================ */


/* Secondary Buttons */

.cart .buttons-set .button,
.cart-table .button,
.sidebar .actions .button,
.button.button-secondary {
    background: #dddddd;
    color: #636363;
    padding: 7px 15px;
}

.cart .buttons-set .button:hover,
.cart-table .button:hover,
.sidebar .actions .button:hover,
.button.button-secondary:hover {
    background: #d0d0d0;
    cursor: pointer;
}

.cart .buttons-set .button:active,
.cart-table .button:active,
.sidebar .actions .button:active,
.button.button-secondary:active {
    background: #c4c4c4;
    color: #636363;
}

.cart .buttons-set .button:focus,
.cart-table .button:focus,
.sidebar .actions .button:focus,
.button.button-secondary:focus {
    color: #636363;
    background: #c4c4c4;
    outline: none;
}

.sidebar .actions button.button {
    white-space: normal;
}


/* Primary Buttons */

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    background: #0c5fa7;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Trebuchet MS";
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    background: #2e8ab8;
    cursor: pointer;
}

.button:active,
.cart-table .product-cart-actions .button:active,
#co-shipping-method-form .buttons-set .button:active,
.footer .button:active {
    background: #297aa3;
    color: #FFFFFF;
}

.button:focus,
.cart-table .product-cart-actions .button:focus,
#co-shipping-method-form .buttons-set .button:focus,
.footer .button:focus {
    background-color: #297aa3;
    outline: none;
    color: #FFFFFF;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    color: #FFFFFF;
}


/* Disabled - class for anchor, state for form elements */

.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 1;
    cursor: not-allowed;
}


/* Adjacent buttons */

.button+.button {
    margin-left: 5px;
}

.button2 {
    border: 0;
    padding: 0 5px;
    margin: 0;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.button2:focus {
    outline: none;
}

.button2 span,
.button2 span span {
    line-height: 30px;
    height: 30px;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    color: #0c5fa7;
    font-family: "Trebuchet MS";
}

.button2 span:hover,
.button2 span span:hover {
    text-decoration: underline;
    color: #246b8f;
}

.button2 span,
.button2 span span {
    text-decoration: none;
}

@media only screen and (max-width: 980px) {
    .wordpress-index-index .sidebar .block:not(.block-layered-nav) .block-content {
        background: #fff;
    }
    .sidebar .block:not(.block-layered-nav) .block-title>strong {
        color: #fff;
    }
    .col2-set .buttons-set .button,
    .col2-set .buttons-set .button2 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .col2-set .buttons-set .back-link {
        display: none;
    }
    .col2-set .buttons-set .required {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .buttons-set .button {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 7px;
    }
    .buttons-set .back-link {
        display: none;
    }
    .buttons-set .required {
        display: none;
    }
}


/* -------------------------------------------- *

 * Paypal Button

 */

.paypal-logo.paypal-after {
    float: left;
}

.paypal-after .paypal-or {
    float: left;
}

.paypal-or {
    line-height: 34px;
    margin: 0px 10px 5px;
}

.paypal-after .paypal-button {
    float: left;
}

.paypal-button {
    line-height: 0px;
}

.paypal-button img {
    display: inline;
}

@media only screen and (max-width: 740px) {
    .paypal-or {
        line-height: 20px;
    }
    .paypal-logo,
    .paypal-or,
    .paypal-button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}


/* -------------------------------------------- *

 * Button Sets

 */

.buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}

.buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
}

.buttons-set a:not(.button) {
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
}

.buttons-set:after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------------------- *

 * Icons

 */

.icon-sprite,
.btn-remove2,
.ratings .rating-box,
.ratings .rating-box .rating,
.sorter>.sort-by .sort-by-switcher,
.sorter>.view-mode .grid,
.sorter>.view-mode .list,
.skip-nav .icon,
.skip-search .icon,
#search_mini_form .search-button:before,
.skip-account .icon,
.skip-cart .icon,
.product-view .sharing-links a,
.review-summary-table .rating-box .rating-number:after,
.ratings-table .rating-box,
.ratings-table .rating-box .rating {
    /*mobile_spirit.svg*/
    background-image: url(../images/mobile_spirit.svg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}


/*

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {

  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,

  .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {

    background-image: url(../images/icon_sprite@2x.png);

    background-size: 100px 1000px;

  }

}

*/


/* -------------------------------------------- *

 * Breadcrumbs

 */

.breadcrumbs {
    overflow: hidden;
    margin: -15px 0 15px;
}

.breadcrumbs li {
    float: left;
    font-size: 12px;
    font-family: "Trebuchet MS";
    text-transform: uppercase;
}

.breadcrumbs a {
    float: left;
    color: #636363;
}

.breadcrumbs a:hover {
    color: #0c5fa7;
}

.breadcrumbs strong {
    color: #636363;
    font-weight: normal;
}

.breadcrumbs span {
    float: left;
    padding: 0 7px;
}

@media only screen and (max-width: 980px) {
    .breadcrumbs {
        display: none;
    }
}


/* -------------------------------------------- *

 * Button - Remove / Previous

 */

.btn-remove,
.btn-previous {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ededed;
    text-align: center;
    /* Hide text */
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    position: relative;
}

.btn-remove:hover,
.btn-previous:hover {
    background-color: #0c5fa7;
    border-color: #0c5fa7;
}

.btn-remove:after {
    content: 'X';
    color: #0c5fa7;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-family: Arial, "Trebuchet MS";
    font-weight: bold;
}

.btn-remove:hover:after {
    color: #FFFFFF;
    text-decoration: none;
}

.btn-remove2 {
    background-position: 4px -648px;
    border: none;
    vertical-align: top;
}

.btn-remove2:after {
    display: none;
}

.btn-remove2:hover {
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.btn-previous:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #0c5fa7;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -4px;
}

.btn-previous:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid white;
    border-left: none;
}

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
    float: right;
    margin-left: 6px;
}


/* -------------------------------------------- *

 * Checkout Agreements

 */

.checkout-agreements li {
    margin-bottom: 20px;
}

.checkout-agreements .agreement-content {
    overflow-y: auto;
    max-width: 670px;
    max-height: 125px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}


/* -------------------------------------------- *

 * CVV Security Code

 */

.cvv-what-is-this {
    margin-left: 10px;
    font-size: 13px;
    line-height: 24px;
}


/* -------------------------------------------- *

 * Container

 */

.main-container,
.footer-container {
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 15px;
}

.main-container:after,
.footer-container:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (min-width: 480px) {
    .main-container,
    .footer-container {
        padding: 0px;
    }
}

.footer-container {
    padding-top: 0px;
}


/* -------------------------------------------- *

 * Column Layouts

 */

.main:after,
.col-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.col-left,
.col-right,
.col-main {
    padding: 0 10px;
}

.col-left {
    float: left;
    width: 20%;
    padding-left: 0;
    /* Remove the 15px padding */
    clear: left;
}

.col-left img {
    max-width: 100%;
}

.col-right {
    float: right;
    width: 25%;
    padding-right: 0;
    /* Remove the 15px padding */
}

.col-right img {
    max-width: 100%;
}

.col-main {
    float: left;
    width: 75%;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    padding: 0;
    /* Remove the 15px padding */
}

.col2-left-layout .col-main {
    float: right;
    padding-right: 0;
    /* Remove the 15px padding */
}

.col2-right-layout .col-main {
    padding-left: 0;
    /* Remove the 15px padding */
}

.col3-layout .col-right {
    width: 20.83333%;
}

.col3-layout .col-wrapper {
    float: left;
    width: 79.16667%;
}

.col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%;
}

.col3-layout .col-wrapper .col-left {
    width: 26.31579%;
}

@media only screen and (max-width: 1000px) {
    .col3-layout .col-right {
        float: left;
        clear: left;
        padding-left: 0;
        padding-right: 10px;
        width: 25%;
    }
    .col3-layout .col-wrapper {
        float: right;
        width: 100%;
    }
    .col3-layout .col-wrapper .col-main {
        float: right;
        width: 75%;
    }
    .col3-layout .col-wrapper .col-left {
        width: 25%;
    }
}

@media only screen and (max-width: 980px) {
    .col-left,
    .col-right,
    .col-main,
    .col1-layout .col-left,
    .col1-layout .col-right,
    .col1-layout .col-main,
    .col2-left-layout .col-left,
    .col2-left-layout .col-right,
    .col2-left-layout .col-main,
    .col2-right-layout .col-left,
    .col2-right-layout .col-right,
    .col2-right-layout .col-main,
    .col3-layout .col-wrapper .col-left,
    .col3-layout .col-right,
    .col3-layout .col-wrapper .col-main {
        padding: 0;
        margin-bottom: 10px;
        float: none;
        width: auto;
    }
    .col3-layout .col-wrapper {
        float: none;
        width: auto;
    }
    .col-main {
        float: none;
        width: auto;
    }
    .col-main .col-left {
        padding: 0;
        /* On product listing pages, the left column gets moved inside col-main on small viewports */
    }
}


/* Content Columns */

.col2-set {
    width: 100%;
}

.col2-set .col-1,
.col2-set .col-2 {
    width: 50%;
    padding: 20px;
}

@media only screen and (max-width: 980px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        padding: 10px;
    }
}

.col2-set .col-1 {
    float: left;
    padding-left: 0;
}

.col2-set .col-2 {
    float: right;
    padding-right: 0;
}

@media only screen and (max-width: 479px) {
    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}

.col2-set .narrow {
    width: 33%;
}

.col2-set .wide {
    width: 65%;
}

.col2-set:after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------------------- *

 * Top Container

 */

@media only screen and (min-width: 981px) {
    .top-container {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0 30px;
    }
}


/* -------------------------------------------- *

 * Global Site Notice

 */

.global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
}

.global-site-notice .notice-inner {
    padding-left: 120px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    line-height: 11px;
    min-height: 40px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    background-image: url("../images/demo-logo.png");
    background-position: left;
    background-repeat: no-repeat;
}

.global-site-notice p {
    margin-bottom: 0;
}


/* -------------------------------------------- *

 * Promotional Message Banner

 */

.promo-msg {
    color: #0c5fa7;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    font-family: "Trebuchet MS";
}


/* -------------------------------------------- *

 * Grid

 */

.grid:after {
    content: '';
    display: table;
    clear: both;
}


/* -------------------------------------------- *

 * Messages

 */

.success {
    color: #11b400;
}

.error {
    color: #0c5fa7;
    font-weight: normal;
}

.notice {
    color: #e26703;
    font-weight: normal;
}


/* -------------------------------------------- *

 * Messages

 */

.messages {
    margin-bottom: 10px;
}

.messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
    font-size: 15px;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    border-right: none;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
    border-right: none;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
    border-right: none;
}

@media only screen and (min-width: 981px) {
    .order-list-grid .col-1 {
        width: 30%;
    }
    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px;
    }
    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0;
    }
}


/* -------------------------------------------- *

 * Page Popup

 */

.page-popup {
    padding: 20px;
    background: #FFFFFF;
    height: auto;
}

.page-popup h1 {
    margin: 0 0 0.5em;
    font-size: 36px;
}


/* -------------------------------------------- *

 * Payment Methods

 */

.payment-methods {
    margin-bottom: 20px;
}

.payment-methods dt {
    padding: 5px 0;
}

.payment-methods dd {
    padding-top: 10px;
}

.payment-methods .form-list {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 5px 15px 15px;
    padding: 15px;
    border: 1px solid #cccccc;
    background: #f4f4f4;
}

.payment-methods .form-list:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #cccccc;
    border-top: none;
    top: -11px;
    left: 30px;
}

.payment-methods .form-list:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f4f4f4;
    border-top: none;
    top: -10px;
    left: 30px;
}

.payment-methods .form-list li:last-child {
    margin-bottom: 0;
}


/* -------------------------------------------- *

 * Please Wait (Loading Indicator)

 */

.please-wait {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    /* Prevent the linebreak in the HTML from causing layout issues */
}

.please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
}


/* -------------------------------------------- *

 * Price Box - Standard

 */

.price-box {
    margin: 7px 0;
    font-family: "Trebuchet MS";
}

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #a0a0a0;
}

.price-box .price {
    color: #0c5fa7;
    font-size: 16px;
}

.price-box .price,
.price {
    font-family: "Trebuchet MS";
}

.price-box .price-label {
    color: #a0a0a0;
    white-space: nowrap;
    font-family: "Trebuchet MS";
}

.price-box .minimal-price-link {
    padding-left: 1em;
    color: #0c5fa7;
    display: block;
    /* We want this to show on its own line, otherwise the layout looks funky */
}

.price-box .minimal-price-link .label {
    color: #a0a0a0;
}


/* -------------------------------------------- *

 * Price Box - Special

 */

.price-box .old-price,
.price-box .special-price {
    display: inline-block;
}

.price-box .old-price .price-label,
.price-box .special-price .price-label {
    display: none;
}

.price-box .old-price .price,
.price-box .special-price .price {
    display: inline-block;
}

.price-box .old-price .price {
    color: #a0a0a0;
    text-decoration: line-through;
}

.price-box .special-price {
    color: #0c5fa7;
    padding-left: 1em;
}

.price-box .special-price .price-label {
    color: #D84D3C;
}


/* -------------------------------------------- *

 * Price Box - Taxes

 */

.price-box .price-excluding-tax,
.price-box .price-including-tax {
    display: block;
}

span.weee {
    display: block;
}


/* -------------------------------------------- *

 * Tier Prices

 */

.product-pricing,
.tier-prices,
.tier-prices-grouped {
    display: inline-block;
    padding: 4px 8px;
    background: #FBF4DE;
    border: 1px solid #E2D4C7;
    margin-top: 7px;
}

.product-pricing li,
.tier-prices li,
.tier-prices-grouped li {
    font-size: 12px;
}

.product-pricing .benefit,
.tier-prices .benefit,
.tier-prices-grouped .benefit {
    font-style: italic;
}

.product-pricing .price,
.tier-prices .price,
.tier-prices-grouped .price {
    font-weight: bold;
}


/* ============================================ *

 * Item Options

 * ============================================ */

.item-options {
    font-size: 14px;
    font-family: "Trebuchet MS";
}

.item-options:after {
    content: '';
    display: table;
    clear: both;
}

.item-options dt {
    float: left;
    clear: left;
    font-weight: 600;
    padding-right: 5px;
    font-style: italic;
}

.item-options dt:after {
    content: ': ';
}

.item-options dd {
    float: left;
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated,
.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
    height: 16px;
    line-height: 16px;
}

.truncated a.details:hover {
    text-decoration: none;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 300;
}

.truncated .truncated_full_value .item-options {
    display: none;
    position: absolute;
    z-index: 300;
    width: 200px;
    padding: 8px;
    border: 1px solid #0c5fa7;
    background-color: #F6F6F6;
    top: 21px;
    left: -100px;
}

.truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #0c5fa7;
    border-top: none;
    left: 97px;
    top: -7px;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.truncated .show .item-options {
    display: block;
}

@media only screen and (max-width: 900px) {
    .sh-wrapper {
        width: 100%;
    }
    .column-one,
    .column-two {
        width: 100%;
    }
    .sh-box1,
    .sh-box2 {
        padding: 15px;
    }
    .sh-box2 {
        margin-top: -10px;
        margin-bottom: -25px;
    }
    .sh-box1 p br,
    .sh-box2 p br {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .truncated {
        cursor: inherit;
    }
    .truncated a.details {
        display: none;
    }
    .truncated .truncated_full_value .item-options {
        display: block;
        position: static;
        z-index: 1;
        width: 100%;
        border: none;
        background-color: transparent;
    }
    .truncated .truncated_full_value .item-options p {
        float: none;
    }
    .truncated .truncated_full_value .item-options:after {
        display: none;
    }
}


/* -------------------------------------------- *

 * Printer Friendly Page

 */

.page-print {
    width: 6.5in;
    margin: 20px;
    background: #FFFFFF;
}


/* -------------------------------------------- *

 * Add to links

 */

.add-to-links {
    margin: 7px 0;
}

.add-to-links a {
    display: inline-block;
    padding: 0px 3px 3px;
}

.add-to-links .separator {
    display: none;
}


/* -------------------------------------------- *

 * Product Image

 *

.product-image,

.no-touch .product-img-box .product-image:not(.zoom-available):hover {

  position: relative;

  display: block;

  border: 0;

}

*/

@media only screen and (max-width: 980px) {
    body .product-img-box .product-image:hover {
        border-color: #ededed;
    }
}

.no-touch .product-image:hover {
    border-color: #0c5fa7;
}


/*-------------------Slider-----------------------*/

.ei-slider-large li.mainliwrap {
    overflow: hidden;
}

.ei-slider-large li.mainliwrap {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #fc8e91;
    background-position: 60% 40%;
    background-repeat: no-repeat;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(radial, 50% 60%, 0, 50% 40%, 100, from(#ffe7e7), to(#fc8e91));
    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(60% 40%, closest-corner, #ffe7e7, #fc8e91);
    /* Firefox 3.6+ */
    background: -moz-radial-gradient(60% 40%, closest-corner, #ffe7e7, #fc8e91);
    /* IE 10 */
    background: -ms-radial-gradient(60% 40%, closest-corner, #ffe7e7, #fc8e91);
}

.ei-slider-large li.mainliwrap2 {
    overflow: hidden;
}

.ei-slider-large li.mainliwrap2 {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/BR_web-homepage-banner_FOM_bg.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.strawberrybg {
    background-image: url(../images/strawberry.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
    height: 100vh;
    width: 100%;
}

.btmdown {
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #ffd6d7;
    width: 100%;
    height: 20%;
    /* z-index: 0; */
}

.mainliwrap .containbox {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translate(-0, -50%);
    width: 30%;
}

.mainliwrap2 .containbox2 {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translate(-0, -50%);
    width: 30%;
}

.mainliwrap2 .containbox {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translate(-0, -50%);
    width: 30%;
}

.mainliwrap2 .containbox2 {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translate(-0, -50%);
    width: 30%;
}

.containbox h3 {
    font-size: 18px;
    line-height: 1;
    color: #f10754;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 10px;
    text-transform: uppercase;
    text-align: left;
}

.containbox h2 {
    font-size: 40px;
    line-height: 1;
    color: #f10754;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px 10px;
    text-transform: uppercase;
    text-align: left;
}

.containbox p {
    font-size: 18px;
    line-height: 1.3;
    color: #f10754;
    font-weight: bold;
    margin: 0;
    padding: 15px 0px 20px;
    text-transform: none;
    text-align: left;
}

.containbox2 h2 {
    font-size: 40px;
    line-height: 1;
    color: #fa1833;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px 10px;
    text-transform: uppercase;
    text-align: left;
}

.containbox2 h3 {
    font-size: 18px;
    line-height: 1;
    color: #fa1833;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 10px;
    text-transform: uppercase;
    text-align: left;
}

.containbox2 p {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 15px 0px 20px;
    text-transform: none;
    text-align: left;
}

.order-btn {
    padding: 15px 30px;
    text-align: center;
    background-color: #fc0969;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
    float: left;
    box-shadow: 0px 1px 2px #484848;
    font-style: normal;
}

.order-btn2 {
    padding: 15px 30px;
    text-align: center;
    background-color: #fb1934;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
    float: left;
    box-shadow: 0px 1px 2px #484848;
    font-style: normal;
}

.order-btn:hover {
    background-color: #0c5fa7;
}

.animatewaves {
    position: absolute;
    bottom: 2%;
    right: 13%;
    transform: translate(-0%, -0%);
    text-align: center;
    width: 33%;
    z-index: 1;
}

.scopoice {
    position: relative;
    z-index: 11111111;
}

.scopoice img {
    width: 100%;
}

.waves {
    position: absolute;
    top: 25%;
    left: 20%;
    right: auto;
    transform: translate(-62%, -60%);
    background: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 100%;
    z-index: -99999;
    -webkit-backface-visibility: hidden;
}

.waves:before {
    position: absolute;
    background: white;
    margin-left: -12px;
    margin-top: -12px;
    width: 200px;
    height: 200px;
    content: "";
    display: block;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    animation: wave-animate 3s infinite ease-out;
}

.waves:after {
    position: absolute;
    background: white;
    margin-left: -12px;
    margin-top: -12px;
    width: 200px;
    height: 200px;
    content: "";
    display: block;
    border-radius: 100%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 3s 1.5s infinite ease-out;
}

@keyframes wave-animate {
    0% {
        transform: scale(0);
        opacity: 1;
        transform-origin: center;
    }
    100% {
        transform: scale(3);
        opacity: 0;
        transform-origin: center;
    }
}

@keyframes color-loop {
    0% {
        background: #2cab5b;
    }
    25% {
        background: #fabc03;
    }
    50% {
        background: #ed4b40;
    }
    75% {
        background: #4286f3;
    }
    100% {
        background: #2cab5b;
    }
}

@media only screen and (max-width: 991px) {
    .strawberrybg {
        background-image: url(../images/strawberry-mob.png);
    }
    .scopoice img {
        max-width: 100%;
        height: auto;
        margin: 0 !important;
    }
    .mainliwrap .containbox {
        width: 65%;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -10%);
        text-align: center;
    }
    .mainliwrap2 .containbox2 {
        width: 65%;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -10%);
        text-align: center;
    }
    .animatewaves {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -0%);
        right: auto;
        width: 80%;
    }
    .order-btn {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }
    .order-btn2 {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }
    .containbox h2,
    .containbox h3,
    .containbox p {
        text-align: center;
    }
    .containbox p {
        padding-top: 0;
    }
    .containbox2 h2,
    .containbox2 h3,
    .containbox2 p {
        text-align: center;
    }
    .containbox2 p {
        padding-top: 0;
    }
    .ei-slider-large li.mainliwrap2 {
        position: relative;
        width: 100%;
        height: 100vh;
        background: url(../images/BR_mobile-homepage-banner_FOM.gif);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


/* -------------------------------------------- *

 * Ratings

 */

.ratings {
    margin: 7px 0;
}

.ratings .rating-box,
.ratings .rating-links {
    margin: 5px 0;
}

.ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -615px;
    overflow: hidden;
}

.ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px;
}

.ratings .amount {
    display: block;
    margin: 5px auto;
}

.ratings .rating-links .separator {
    margin: 0 3px;
}


/* -------------------------------------------- *

 * Standard Formatted Text Block

 */

.std p {
    margin: 0;
}

.std ol {
    list-style: none;
    margin-bottom: 1.5em;
}

.std ol li {
    margin-left: 0;
}

.std ul {
    list-style: none;
    margin-bottom: 0;
}

.std ul li {
    margin-left: 0;
}

.std .note {
    color: #a0a0a0;
    font-size: 13px;
}


/* -------------------------------------------- *

 * Tabs

 */

.tabs {
    margin-bottom: 10px;
    background: #FFFFFF;
}


/* -------------------------------------------- *

 * Toolbar

 */

.toolbar {
    margin-top: 10px;
    margin-bottom: 15px;
    /* border-bottom: 1px solid #cccccc;

  border-top: 1px solid #cccccc;

  background: #f4f4f4;*/
    padding: 5px 10px 0px 10px;
}

.toolbar:after {
    content: '';
    display: table;
    clear: both;
}

.pager-no-toolbar {
    margin-bottom: 10px;
}

.pager-no-toolbar~.pager-no-toolbar {
    margin-top: 10px;
}

.toolbar,
.pager {
    font-family: "Trebuchet MS";
    color: #636363;
    line-height: 30px;
    font-size: 12px;
}

.toolbar label,
.pager-no-toolbar label {
    font-weight: normal;
    text-transform: uppercase;
}

.sorter {
    float: left;
    margin-bottom: 5px;
}

.sorter label {
    float: left;
    margin-right: 5px;
}

.sorter label:after {
    content: ':';
}

.sorter>.sort-by {
    float: left;
    margin-right: 5px;
    height: 30px;
}

.sorter>.sort-by .sort-by-switcher {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.sorter>.sort-by .sort-by-switcher--asc {
    background-position: 4px -542px;
}

.sorter>.sort-by .sort-by-switcher--asc:hover {
    background-position: -46px -542px;
}

.sorter>.sort-by .sort-by-switcher--desc {
    background-position: 4px -567px;
}

.sorter>.sort-by .sort-by-switcher--desc:hover {
    background-position: -46px -567px;
}

.sorter>.view-mode {
    float: right;
}

.sorter>.view-mode .grid,
.sorter>.view-mode .list {
    float: left;
    width: 30px;
    height: 30px;
}

.sorter>.view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px;
}

.sorter>.view-mode strong.grid,
.sorter>.view-mode a.grid:hover {
    background-position: -42px -492px;
}

.sorter>.view-mode .list {
    background-position: 11px -517px;
}

.sorter>.view-mode strong.list,
.sorter>.view-mode a.list:hover {
    background-position: -39px -517px;
}

.pager {
    float: right;
    overflow: hidden;
}

.pager>.count-container {
    float: left;
}

.pager .amount {
    float: left;
    font-family: "Trebuchet MS";
    white-space: nowrap;
    margin: 0 15px 0 0;
}

.pager .limiter {
    float: left;
    height: 30px;
    line-height: 30px;
}

.pager .limiter>label {
    padding-right: 5px;
}

.pager .limiter>label:after {
    content: ':';
}

.pager .amount,
.pager .limiter,
.pager .pages {
    margin-bottom: 5px;
}

.pages {
    float: right;
    overflow: hidden;
    margin-left: 15px;
}

.pages strong {
    display: none;
}

.pages li {
    float: left;
}

.pages a,
.pages .current {
    display: inline-block;
    border: 0;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 30px;
    width: 25px;
    height: 30px;
    padding: 0;
    color: #0c5fa7;
    font-family: "Trebuchet MS";
    margin: 0px;
}

.pages .current,
.pages .current:hover {
    color: #636363;
    border: 1px solid #cccccc;
    width: 30px;
    background-color: #FFFFFF;
    cursor: default;
}

.pages .next,
.pages .previous {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
    position: relative;
}

.pages .next:hover,
.pages .previous:hover {
    border: 1px solid #0c5fa7;
}

.pages .next:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #0c5fa7;
    border-right: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}

.pages .next:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #246b8f;
    border-right: none;
}

.pages .previous:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #0c5fa7;
    border-left: none;
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -2px;
}

.pages .previous:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid #246b8f;
    border-left: none;
}

@media only screen and (max-width: 479px) {
    .pager .amount--has-pages {
        display: none;
    }
    .pages {
        float: left;
    }
    .limiter label {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .col1-layout .sorter,
    .col1-layout .pager {
        width: 100%;
    }
    .col1-layout .pager {
        float: left;
        clear: both;
    }
    .col1-layout .pager .pages {
        float: left;
        margin-left: 0;
    }
    .col1-layout .pager .count-container {
        float: right;
    }
}

@media only screen and (max-width: 979px) {
    .col2-left-layout .sorter,
    .col2-left-layout .pager,
    .col2-right-layout .sorter,
    .col2-right-layout .pager,
    .col3-layout .sorter,
    .col3-layout .pager {
        width: 100%;
    }
    .col2-left-layout .pager,
    .col2-right-layout .pager,
    .col3-layout .pager {
        float: left;
        clear: both;
    }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
        float: left;
        margin-left: 0;
    }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
        float: right;
    }
}

@media only screen and (max-width: 1279px) {
    .toolbar .view-mode>label {
        display: none;
    }
}


/* ============================================ *

 * Tax - Full Tax Summary

 * ============================================ */

#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse {
    position: relative;
    cursor: pointer;
}

#checkout-review-table .summary-collapse:before,
#shopping-cart-totals-table .summary-collapse:before,
body.customer-account .data-table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #0c5fa7;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .summary-collapse:hover:before,
#shopping-cart-totals-table .summary-collapse:hover:before,
body.customer-account .data-table .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #246b8f;
    border-bottom: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #0c5fa7;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#checkout-review-table .show-details .summary-collapse:hover:before,
#shopping-cart-totals-table .show-details .summary-collapse:hover:before,
body.customer-account .data-table .show-details .summary-collapse:hover:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #246b8f;
    border-top: none;
    position: static;
    display: inline-block;
    margin-right: 5px;
}

#shopping-cart-totals-table tfoot td .summary-collapse:before,
#shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px;
}


/* ============================================ *

 * Magento Helpers

 * ============================================ */

.a-center {
    text-align: center;
}

.a-right,
.align-right {
    text-align: right;
}

.no-display {
    display: none !important;
}

.nobr,
.nowrap {
    white-space: nowrap;
}

.width-full {
    width: 100%;
}


/* ============================================ *

 * Custom Helpers

 * ============================================ */

.hidden {
    display: none;
}


/* ============================================ *

 * Print Styles

 * ============================================ */

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto;
}


/* ============================================ *

 * FORMS - COMMON

 * ============================================ */


/* -------------------------------------------- *

 * Fieldsets

 */

.fieldset p {
    margin-bottom: 7px;
}

.fieldset p.required {
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.fieldset+.fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
}


/* -------------------------------------------- *

 * Input Box

 */

.input-box {
    padding-top: 2px;
}

.input-box:after {
    content: '';
    display: table;
    clear: both;
}

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}


/* For adjacent select inputs. */


/* Example: credit card expiration month and year. */

.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}


/* -------------------------------------------- *

 * Labels

 */

label {
    display: inline-block;
    font-size: 13px;
    font-family: "Trebuchet MS";
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

label.required:after,
span.required:after {
    content: ' *';
    color: #0c5fa7;
    font-weight: normal;
    font-family: "Trebuchet MS";
    font-size: 12px;
}

label.required em,
span.required em {
    display: none;
}


/* -------------------------------------------- *

 * Hints

 */

.input-hint {
    color: #a0a0a0;
    font-size: 12px;
}


/* -------------------------------------------- *

 * Select

 */

select {
    font-size: 14px;
}

select+select {
    margin-left: 5px;
}

select[multiple] {
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
    padding: 5px;
}


/* -------------------------------------------- *

 * Textarea

 */

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
}


/* -------------------------------------------- *

 * Inputs

 */

.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid silver;
    background: #FFFFFF;
    font-size: 15px;
}

.input-text:focus {
    border: 1px solid #0c5fa7;
}

.input-text.validation-failed {
    border-color: #d5539d;
}

.input-text.validation-failed:focus {
    outline-color: #ef9384;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    height: 30px;
    padding: 0 8px;
}

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
    width: 365px;
    max-width: 100%;
}


/* Only show on iPhones (not iPads or any other device) */

@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text],
    select {
        font-size: 16px;
        /* Prevent from zooming on focus */
    }
}

.ie8 .input-text {
    max-width: none;
}


/* -------------------------------------------- *

 * Inputs - Quantity

 */

input[type=number].qty,
input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}


/* -------------------------------------------- *

 * Placeholder

 */

::-webkit-input-placeholder {
    color: #fff;
}

input:-moz-placeholder {
    color: #fff;
}


/* -------------------------------------------- *

 * Checkbox And Radio

 */

.checkbox,
.radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

.checkbox+label,
.radio+label {
    width: auto;
    max-width: 85%;
    padding: 0 0 0 8px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
}


/* -------------------------------------------- *

 * Validation

 */

p.required,
.validation-advice {
    margin: 5px 0 0;
    color: #0c5fa7;
    font-size: 13px;
}


/* ============================================ *

 * Form List

 * ============================================ */

.form-list>li {
    margin-bottom: 10px;
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}

.form-list .input-range .input-text {
    width: 74px;
}

.form-list .field,
.form-list .wide,
.form-list .control {
    margin-bottom: 10px;
}


/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */

.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

.form-list .control div.input-box,
.sp-methods dt div.input-box,
#checkout-shipping-method-load .sp-methods dd div.input-box,
#co-shipping-method-form .sp-methods dd div.input-box,
.product-options ul.options-list div.input-box {
    display: inline;
    float: left;
}

.form-list .control div.input-box:after,
.sp-methods dt div.input-box:after,
#checkout-shipping-method-load .sp-methods dd div.input-box:after,
#co-shipping-method-form .sp-methods dd div.input-box:after,
.product-options ul.options-list div.input-box:after {
    display: none;
}

.form-list .control input.radio,
.form-list .control input.checkbox,
.sp-methods dt input.radio,
.sp-methods dt input.checkbox,
#checkout-shipping-method-load .sp-methods dd input.radio,
#checkout-shipping-method-load .sp-methods dd input.checkbox,
#co-shipping-method-form .sp-methods dd input.radio,
#co-shipping-method-form .sp-methods dd input.checkbox,
.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    float: left;
    margin-right: -40px;
    margin-top: 10px;
    margin-left: 15px;
}

.form-list .control label,
.sp-methods dt label,
#checkout-shipping-method-load .sp-methods dd label,
#co-shipping-method-form .sp-methods dd label,
.product-options ul.options-list label {
    color: #636363;
    background-color: #f4f4f4;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
    max-width: none;
    min-width: 250px;
    float: none;
    padding: 6px 10px 6px 40px;
}

.form-list .control label:hover,
.sp-methods dt label:hover,
#checkout-shipping-method-load .sp-methods dd label:hover,
#co-shipping-method-form .sp-methods dd label:hover,
.product-options ul.options-list label:hover {
    background-color: #ececec;
}

.form-list .control .no-display+label,
.sp-methods dt .no-display+label,
#checkout-shipping-method-load .sp-methods dd .no-display+label,
#co-shipping-method-form .sp-methods dd .no-display+label,
.product-options ul.options-list .no-display+label {
    padding-left: 10px;
    background-color: transparent;
}

.form-list .control .no-display+label:hover,
.sp-methods dt .no-display+label:hover,
#checkout-shipping-method-load .sp-methods dd .no-display+label:hover,
#co-shipping-method-form .sp-methods dd .no-display+label:hover,
.product-options ul.options-list .no-display+label:hover {
    background-color: transparent;
}

.product-options ul.options-list label,
.col2-set .form-list .control label {
    min-width: inherit;
    width: 250px;
    max-width: 100%;
}

.form-list .control.remember-me-box label {
    width: auto;
    max-width: none;
    min-width: inherit;
}

.form-list .control {
    margin-top: 10px;
}

.form-list .control label {
    float: none;
}

.form-list .control .radio,
.form-list .control .checkbox {
    margin-right: 6px;
}

.form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 0;
}

form .form-instructions {
    font-style: italic;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #a0a0a0;
}


/* ============================================ *

 * Table Helpers

 * ============================================ */

.hide-th {
    text-indent: -9999px;
}


/* ============================================ *

 * Data Table

 * ============================================ */

.data-table {
    width: 100%;
}

.data-table td,
.data-table th {
    padding: 10px;
    vertical-align: top;
}

.data-table th {
    background: #ffffff;
    text-transform: uppercase;
    font-family: "Trebuchet MS";
    line-height: 15px;
    white-space: nowrap;
    font-weight: bold;
}

.data-table thead th,
.data-table tbody td {
    border-bottom: 1px solid #d7d7d7;
}

.data-table tbody td,
.data-table tfoot td {
    font-family: Trebuchet MS;
    color: #b2b2b2;
}

.data-table tfoot tr {
    background: #f4f4f4;
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}

.data-table tbody td .item-options dt:after {
    content: ':';
}


/* ============================================ *

 * Generic Info Table

 * ============================================ */

.info-box {
    border: 1px solid silver;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th,
.info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}


/* ============================================ *

 * Zebra-Stripe Table

 * ============================================ */

.zebra-table tr:first-child,
.zebra-table th:first-child {
    border-top: 1px solid silver;
}

.zebra-table td,
.zebra-table th {
    border-bottom: 1px solid silver;
    padding: 6px;
    background-color: transparent;
}

.zebra-table tr {
    background-color: #eeeded;
}

.zebra-table tr:nth-child(odd) {
    background-color: #f8f7f5;
}


/* ============================================ *

 * Linearize Table

 * ============================================ */

@media only screen and (max-width: 479px) {
    .linearize-table {
        /* Helpers */
    }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
        display: block;
    }
    .linearize-table thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table thead th.lin-hide {
        display: none;
    }
    .linearize-table thead th:nth-child(1n+2) {
        display: none;
    }
    .linearize-table tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }
    .linearize-table tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table tbody td.lin-hide {
        display: none;
    }
    .linearize-table tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table tbody td:first-child,
    .linearize-table tbody td:first-child h3 {
        font-weight: bold;
    }
    .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Trebuchet MS";
        padding-right: 5px;
        text-transform: uppercase;
    }
    .linearize-table tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .linearize-table tfoot td {
        display: block;
        float: left;
    }
    .linearize-table tfoot td.lin-hide {
        display: none;
    }
    .linearize-table tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table .linearize-hide {
        display: none;
    }
    .linearize-table .linearize-unpad {
        padding: 0;
    }
    .linearize-table .linearize-show {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .linearize-table-large {
        /* Helpers */
    }
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
        display: block;
    }
    .linearize-table-large thead th {
        border-right: 0;
        border-left: 0;
    }
    .linearize-table-large thead th.lin-hide {
        display: none;
    }
    .linearize-table-large thead th:nth-child(1n+2) {
        display: none;
    }
    .linearize-table-large tbody tr {
        position: relative;
        border-bottom: 1px solid #cccccc;
    }
    .linearize-table-large tbody td {
        padding: 0 10px 4px;
        border-right: 0;
        border-bottom: 0;
    }
    .linearize-table-large tbody td.lin-hide {
        display: none;
    }
    .linearize-table-large tbody td:first-child {
        padding-top: 10px;
    }
    .linearize-table-large tbody td:first-child,
    .linearize-table-large tbody td:first-child h3 {
        font-weight: bold;
    }
    .linearize-table-large tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 30px;
    }
    .linearize-table-large tbody td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Trebuchet MS";
        padding-right: 5px;
        text-transform: uppercase;
    }
    .linearize-table-large tfoot tr {
        display: block;
        text-align: right;
    }
    .linearize-table-large tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .linearize-table-large tfoot td {
        display: block;
        float: left;
    }
    .linearize-table-large tfoot td.lin-hide {
        display: none;
    }
    .linearize-table-large tfoot td:nth-child(odd) {
        clear: left;
        width: 60%;
    }
    .linearize-table-large tfoot td:nth-child(even) {
        text-align: left;
        width: 40%;
    }
    .linearize-table-large .linearize-hide {
        display: none;
    }
    .linearize-table-large .linearize-unpad {
        padding: 0;
    }
    .linearize-table-large .linearize-show {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none;
    }
}


/* ============================================ *

 * Global

 * ============================================ */

html,
body {}

.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
}

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}


/* ============================================ *

 * Header

 * ============================================ */

@media only screen and (min-width: 980px) {
    .page-header {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        z-index: 99;
        position: relative;
    }
    .page-header-container {
        position: relative;
    }
}

.header-language-container,
.page-header {
    font-family: "Trebuchet MS";
}


/* ============================================ *

 * Language switcher + welcome message

 * ============================================ */

.header-language-background {
    padding: 10px;
    background-color: #0c5fa7;
    text-transform: uppercase;
}

.header-language-background .header-language-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header-language-background:after {
    content: '';
    display: table;
    clear: both;
}

.header-language-background .form-language,
.header-language-background .currency-switcher {
    float: left;
    margin-right: 10px;
}

.header-language-background .welcome-msg {
    float: right;
}

.page-header-container .store-language-container {
    float: right;
    max-width: 35%;
    padding: 13px 15px 10px 10px;
    display: none;
}

.page-header-container .store-language-container label {
    display: none;
}

.page-header-container .store-language-container select {
    max-width: 100%;
}

@media only screen and (max-width: 479px) {
    .page-header-container .store-language-container {
        padding-top: 8px;
    }
    .page-header-container .store-language-container select {
        font-size: 12px;
    }
}

.header-language-background,
.header-language-background a {
    color: #e6e6e6;
}

@media only screen and (max-width: 980px) {
    .header-language-background {
        display: none;
    }
}


/* ============================================ *

 * Logo

 * ============================================ */

.logo {
    display: block;
    float: left;
    /* width: 65%;

  min-width: 100px;

  min-height: 44px;

  text-align: center;*/
    padding: 10px;
}

.logo img {
    max-width: 100%;
}

.logo .small {
    display: block;
}

.logo .large {
    display: none;
}

.logo:hover {
    opacity: 1;
}

@media only screen and (min-width: 981px) {
    .logo {
        max-width: 300px;
        min-height: 90px;
    }
/*    .logo .small {
        display: none;
    }*/
    /*.logo .lazyloaded{display:none;}*/
    .logo .large {
        display: block;
    }
}


/* ============================================ *

 * Skip Links

 * ============================================ */

.skip-links {
    clear: both;
    overflow: visible;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 981px) {
    .skip-links {
        border: 0;
    }
}


/* -------------------------------------------- *

 * Skip - Link

 */

.skip-link {
    position: relative;
    float: left;
    width: 20%;
    height: 44px;
    background: #FFFFFF;
    color: #636363;
    line-height: 42px;
    text-align: center;
}

a.skip-link {
    text-decoration: none;
}

.skip-link:not(.skip-active):hover {
    opacity: 1;
}

@media only screen and (max-width: 980px) {
    .skip-link {
        border-right: 1px solid #EDEDED;
    }
    .skip-link:last-child {
        border-right: 0;
    }
}

@media only screen and (min-width: 500px) {
    .skip-link {
        width: 25%;
    }
}


/* -------------------------------------------- *

 * Skip Link - Active

 */

@media only screen and (max-width: 980px) {
    .skip-link.skip-active {
        background: #EDEDED;
        color: inherit;
    }
    .skip-link.skip-active span {
        color: inherit;
    }
}


/* -------------------------------------------- *

 * Skip Link - Icon

 */

.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px;
}

@media only screen and (min-width: 500px) {
    .skip-link .icon {
        margin-right: 3px;
    }
}


/* -------------------------------------------- *

 * Skip Link - Label

 */

.skip-link .label {
    display: none;
}

@media only screen and (min-width: 500px) {
    .skip-link .label {
        display: none;
    }
}


/* ============================================ *

 * Skip Content

 * ============================================ */

.skip-content {
    display: none;
}

.skip-content.skip-active {
    display: block;
    background: #EDEDED;
}


/* ============================================ *

 * Global Header Navigation

 * ============================================ */

@media only screen and (max-width: 980px) {
    #header-account li a,
    .nav-primary a.level0 {
        padding: 0;
        border-bottom: 0;
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        line-height: 30px;
    }
    #header-account li:last-child a,
    .nav-primary li.level0:last-child a.level0 {
        border-bottom: 0;
    }
    .no-touch #header-account a:hover,
    .no-touch .nav-primary a:hover {
        background-color: transparent;
        text-decoration: none;
    }
}

.account-cart-wrapper {
    /* position: absolute;

  top: 0px;

  right: 0px;*/
}

@media only screen and (max-width: 980px) {
    .account-cart-wrapper {
        position: static;
    }
}


/* ============================================ *

 * Nav - Skip Link

 * ============================================ */

.skip-nav {
    width: 40%;
}

.skip-nav:not(.skip-active):hover {
    text-decoration: none;
}


/*.skip-nav:not(.skip-active):hover .icon*/

.skip-nav.skip-active .icon {
    background-position: -46px 4px;
}

.skip-nav .label {
    display: inline;
}

.skip-nav .icon {
    background-position: 4px 4px;
}

@media only screen and (min-width: 500px) {
    .skip-nav {
        width: 25%;
    }
}

@media only screen and (min-width: 981px) {
    .skip-nav {
        display: none;
    }
}


/* ============================================ *

 * Nav - Skip Content

 * ============================================ */

@media only screen and (max-width: 980px) {
    #header-nav {
        padding: 5px 0;
    }
}

@media only screen and (min-width: 981px) {
    .ei-slider-large li.thisisforpro {
        bottom: 0px !important;
    }
    #header-nav {
        display: block;
        /* Force visibility */
        border-bottom: 0;
    }
}


/* ============================================ *

 * Nav Primary

 * ============================================ */

@media only screen and (min-width: 981px) {
    .nav-primary {
        display: inline-block;
        vertical-align: top;
        margin-top: 0px;
    }
}


/* ============================================ *

 * General Navigation Styles

 * ============================================ */

.nav-primary a {
    text-decoration: none;
}

.nav-primary li {}

.nav-primary li.franchise {
    padding-right: 0;
}

.nav-primary li.level1 a {
    border-bottom: 1px solid #cccccc;
}

.nav-primary .menu-active>ul.level0,
.nav-primary .active-menu>ul.level0,
.nav-primary li.level0 li.sub-menu-active>ul {
    display: block;
}

.nav-primary li.level0>a {
    text-transform: uppercase;
}


/* ============================================ *

 * Small Viewports - Accordion Style Menu

 * ============================================ */

@media only screen and (max-width: 980px) {
    .nav-primary a.level0,
    .nav-primary a {
        line-height: 35px;
    }
    .nav-primary li.level0 ul {
        display: block;
        max-height: 0;
        overflow: hidden;
        padding-bottom: 0;
        float: left;
        width: calc(100% + 10vw);
        margin-left: -5vw;
        padding-left: 6vw;
        padding-right: 6vw;
        background: rgba(0, 0, 0, 0.05);
        transition: all .5s ease-in-out 0s;
    }
    .nav-primary .menu-active>ul.level0,
    .nav-primary .active-menu>ul.level0,
    .nav-primary li.level0 li.sub-menu-active>ul {
        display: block;
        max-height: 500px;
        padding-bottom: 15px;
    }
    .nav-primary li.level0 li {
        padding: 0 0 0 25px;
    }
    .nav-primary li.level1 a {
        padding: 0 15px 0 25px;
    }
    .nav-primary li.parent:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        width: 8px;
        height: 2px;
        background: #fff;
        top: 25px;
        right: 19px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .nav-primary li.parent:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        height: 8px;
        width: 2px;
        background: #fff;
        top: 25px;
        right: 25px;
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -moz-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        -o-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
        transition: all .5s ease-in-out 0s;
    }
    .nav-primary li.parent.sub-menu-active:before,
    .nav-primary li.parent.active-menu:before {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -moz-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        -o-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .nav-primary li.menu-active>a,
    .nav-primary li.sub-menu-active>a {
        color: #0c5fa7;
    }
}


/* ============================================ *

 * Large Viewports - Dropdown Menu

 * ============================================ */

@media only screen and (min-width: 981px) {
    .nav-primary {
        /* Default styles for 1+ drop-down menus */
        /* Level 2+ */
        /* Class for js to add briefly to evaluate element positioning. */
        /* Correct menus that will hang off the page (class added by js) */
        /* Level 1+ */
    }
    .nav-primary a.level0 {
        padding: 0;
    }
    .nav-primary li.level0,
    .nav-primary a.level0 {
        display: inline-block;
    }
    .nav-primary li:last-child>a {
        border-bottom: none;
    }
    .nav-primary a:hover,
    .nav-primary li:hover>a {
        color: #0c5fa7;
    }
    .nav-primary .menu-active {
        z-index: 200;
    }
    .nav-primary li.level0 ul {
        background: #fff;
        border: 0;
        position: absolute;
        left: 0;
        top: 48px;
        z-index: -1;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        display: none;
        text-align: center;
        padding-top: 40px;
        box-shadow: 1px 1px 8px #b3b3b3;
    }
    .nav-primary li.level1 ul {
        left: 60px;
        top: 15px;
    }
    .nav-primary li.level0 ul.level0.position-test {
        display: block;
    }
    .nav-primary li.level0 ul.level0.spill {
        right: 0;
        left: auto;
    }
    .nav-primary li.submenu {
        position: relative;
    }
    .nav-primary li.submenu ul {
        top: 48px;
        width: 225px;
        padding: 0;
        padding-top: 5px;
        box-shadow: 1px 1px 8px #b3b3b3;
    }
    .nav-primary li.submenu ul li {
        padding: 10px 10px 10px 10px;
        text-align: left;
        display: block;
        border-bottom: 1px #f1f1f1 solid
    }
    .nav-primary li.partner.submenu ul {
        width: 145px
    }
    .nav-primary li.submenu ul li a {
        line-height: 16px;
    }
    .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 50px;
        top: 20px;
    }
    .nav-primary li.level0 li.parent>a {
        position: relative;
    }
    .nav-primary li.level0 li.parent>a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #cccccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px;
    }
}

.nav-primary li.menu-active>ul {
    display: block;
}


/* ============================================ *

 * Search - Skip Link

 * ============================================ */

.skip-search:not(.skip-active):hover .icon {
    background-position: -46px -146px;
}

.skip-search .icon {
    background-position: 4px -146px;
}

@media only screen and (min-width: 981px) {
    .skip-search {
        display: none;
    }
}


/* ============================================ *

 * Search - Skip Content

 * ============================================ */

#header-search {
    padding: 20px;
}

@media only screen and (min-width: 981px) {
    #header-search {
        /* display: block;

    position: absolute;

    top: 55px;

    right: 0;

    width: 25%;

    height: 50px;

    padding: 0;*/
    }
}


/* ============================================ *

 * Search Input

 * ============================================ */

#search_mini_form .input-box {
    position: relative;
    padding-top: 0;
    margin: 0.1em 0
}

#search_mini_form label {
    display: none;
}

#search {
    width: 100%;
    height: 33px;
    padding-right: 5px;
    font-family: "Trebuchet MS";
}

#search_mini_form .search-button {
    text-indent: -9999px;
    top: 3px;
    border: 0;
    right: 40%;
}

#search_mini_form .search-button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    background-position: 4px -146px;
}

#search_mini_form .search-button:hover:before {
    opacity: 1;
}

#search_mini_form .search-button:active:before {
    margin-top: -13px;
    margin-left: -13px;
}


/* ============================================ *

 * Header - Account

 * ============================================ */


/* -------------------------------------------- *

 * Skip Link - Account

 */

.skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px;
}

.skip-account .icon {
    background-position: 4px -44px;
}

@media only screen and (min-width: 981px) {
    .skip-account {
        float: none;
        width: auto;
        vertical-align: top;
        display: inline-block;
        padding: 0 10px;
        text-transform: uppercase;
    }
    #header-account.skip-active {
        background: #FBFBFB;
        border: solid 1px #cccccc;
        display: block;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 115px;
        width: 200px;
    }
    #header-account a {
        display: block;
        padding: 5px 10px;
        color: #636363;
        line-height: 2;
    }
    #header-account a:hover {
        color: #0c5fa7;
    }
}


/* -------------------------------------------- *

 * Account Links

 */

#header-account {
    padding: 5px 0;
}

#header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    line-height: 23px;
    text-align: center;
}

#header-account a:hover {
    color: #0c5fa7;
}


/* ============================================ *

 * Header - Cart

 * ============================================ */


/* -------------------------------------------- *

 * Skip Link - Cart

 */

.skip-cart:not(.skip-active):hover .icon {
    background-position: -50px -95px;
}

.skip-cart .icon {
    background-position: 0px -95px;
    background: transparent;
}

@media only screen and (min-width: 981px) {
    .skip-cart {
        width: auto;
        padding: 0 10px;
    }
    #header-cart.skip-active {
        background: #FBFBFB;
        display: block;
        position: absolute;
        z-index: 200;
        top: 40px;
        right: 0;
        width: 320px;
        background: white;
    }
}


/* -------------------------------------------- *

 * Skip Cart Notifier

 */

.skip-cart .count {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    top: -6px;
    position: relative;
    z-index: 5;
    width: 22px;
    height: 22px;
    background: rgba(51, 153, 204, 0.9);
    color: #FFFFFF;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    font-family: "Trebuchet MS";
}


/*#header-cart .hide{
  right: -390px;
   opacity: '0';
}
#header-cart .hide{
  right: 0.5px; opacity: 1 ;
}*/

.skip-link.skip-active .count {
    color: white;
}

.skip-cart.no-count .count {
    display: none;
}

@media only screen and (max-width: 499px) {
    .skip-cart .count {
        margin-left: -12px;
    }
}

@media only screen and (min-width: 981px) {
    .skip-cart {
        color: #0c5fa7;
        text-transform: uppercase;
    }
    .skip-cart:hover {
        text-decoration: none;
    }
    .skip-cart .count {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        position: static;
        background: none;
        margin-left: 0px;
        font-size: 14px;
        width: auto;
    }
    .skip-cart .count:before {
        content: '(';
    }
    .skip-cart .count:after {
        content: ')';
    }
    .skip-cart .count,
    .skip-link.skip-active .count {
        color: #0c5fa7;
    }
}

.skip-cart .count.empty {
    display: none;
}


/* -------------------------------------------- *

 * Mini Cart - Empty

 */

.cart-menu .empty {
    padding: 20px;
    text-align: center;
}


/* -------------------------------------------- *

 * Mini Cart - Full

 */


/* Actions */

.cart-menu .actions {
    overflow: hidden;
    padding: 15px;
}

.cart-menu .actions .button {
    float: left;
    width: 48%;
}

.cart-menu .actions .button+.button {
    margin-left: 4%;
}


/* Subtotal */

.cart-menu .subtotal {
    padding: 0 15px 15px;
    font-family: "Trebuchet MS";
    font-size: 24px;
    line-height: 1.2;
}


/* List */

.mini-cart-list {
    margin-bottom: 5px;
}

.mini-cart-list li {
    position: relative;
    min-height: 90px;
    padding: 15px 15px 15px 90px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
    line-height: 1.35;
}

.mini-cart-list .product-name {
    display: inline-block;
}

.mini-cart-list .product-image {
    position: absolute;
    left: 15px;
    top: 15px;
}

.mini-cart-list .product-image img {
    width: 60px;
    height: 60px;
}

.mini-cart-list .has-options {
    margin-bottom: 0;
    color: #a0a0a0;
    font-size: 12px;
}


/* Too full - additional items will be shown in cart */

.cart-menu .last-added {
    padding: 10px 15px 15px;
    border-top: 1px solid #cccccc;
    font-size: 13px;
}


/* ============================================ *

 * Footer

 * ============================================ */


/* -------------------------------------------- *

 * Footer

 */

.footer,
.footer button {
    font-family: "Trebuchet MS";
}

.footer {
    clear: both;
    width: 100%;
    /* -------------------------------------------- *

   * Social icons

   */
}

@media only screen and (max-width: 479px) {
    .footer {
        padding-top: 15px;
    }
}

.footer .block-title {
    border-bottom: 0;
    padding: 3px 0;
}

.footer .block-title strong {
    font-weight: normal;
}

.footer .block-title,
.footer address {
    color: #0c5fa7;
}

.footer .links {
    float: left;
    width: 17%;
    padding: 0 30px 0 0;
    margin-bottom: 30px;
}

.footer .links li {
    word-break: break-all;
    line-height: 1.4;
    padding: 4px 0;
}

.footer .links a {
    color: #636363;
}

.footer .links a:hover {
    color: #0c5fa7;
}

.footer .block-subscribe {
    float: right;
    width: 320px;
    margin-bottom: 30px;
}

.footer .links,
.footer .block-subscribe {
    text-transform: uppercase;
    font-size: 12px;
}

.footer .form-subscribe-header {
    display: none;
}

.footer .links.social-media em {
    background-image: url(../images/social_icons.png);
    background-repeat: no-repeat;
    width: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 7px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min--moz-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 4 / 2),
(min-device-pixel-ratio: 2),
(min-resolution: 192dpi),
(min-resolution: 2dppx) {
    .footer .links.social-media em {
        background-image: url(../images/social_icons@2x.png);
        background-size: 50px 125px;
    }
}

.footer .links.social-media em.facebook {
    background-position: 0 -0px;
    height: 13px;
}

.footer .links.social-media a:hover em.facebook {
    background-position: -25px -0px;
}

.footer .links.social-media em.twitter {
    background-position: 0 -24px;
    height: 13px;
}

.footer .links.social-media a:hover em.twitter {
    background-position: -25px -24px;
}

.footer .links.social-media em.youtube {
    background-position: 0 -49px;
    height: 13px;
}

.footer .links.social-media a:hover em.youtube {
    background-position: -25px -49px;
}

.footer .links.social-media em.pinterest {
    background-position: 0 -74px;
    height: 15px;
}

.footer .links.social-media a:hover em.pinterest {
    background-position: -25px -74px;
}

.footer .links.social-media em.rss {
    background-position: 0 -99px;
    height: 13px;
}

.footer .links.social-media a:hover em.rss {
    background-position: -25px -99px;
}

.footer .block-subscribe .input-box {
    float: left;
    width: 65.625%;
    padding-top: 0;
}

.footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.footer .block-subscribe .block-content {
    padding-top: 7px;
}

.footer .block-subscribe .block-content:after {
    content: '';
    display: table;
    clear: both;
}

.footer .block-subscribe .actions {
    float: left;
    width: 34.375%;
    margin: 0;
}

.footer .block-subscribe .actions .button {
    height: 30px;
    line-height: 17px;
    float: left;
}

.footer .bugs,
.footer address {
    clear: both;
}

.footer .bugs {
    display: none;
}

.footer .form-language,
.footer .currency-switcher,
.footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
}

.footer .form-language,
.footer .currency-switcher {
    display: none;
}

.footer address {
    border-top: 1px solid #cccccc;
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0;
}

@media only screen and (max-width: 1199px) {
    .footer .links {
        width: 22.65625%;
        padding-right: 0;
        margin-right: 3.125%;
    }
    .footer .links:nth-child(4) {
        margin-right: 0;
    }
    .footer .block-subscribe {
        clear: both;
        float: none;
        margin: 0 auto 30px auto;
    }
}

@media only screen and (max-width: 980px) {
    .footer .form-language,
    .footer .currency-switcher {
        display: block;
    }
}

@media only screen and (max-width: 599px) {
    .footer .links {
        width: 48.4375%;
        margin-right: 0;
    }
    .footer .links:nth-child(odd) {
        margin-right: 3.125%;
        clear: both;
    }
    .footer .block-subscribe {
        clear: both;
        float: left;
        width: 100%;
    }
}


/* ================================================= *

 * General Product List Styles (not module-specific)

 * ================================================= */


/* -------------------------------------------- *

 * Product List General

 */

.category-title h1,
body.catalogsearch-result-index .page-title h1 {
    border-bottom: none;
}

.category-image {
    margin-bottom: 1.5em;
}

.products-list .action .button,
.products-grid .actions .button {
    white-space: normal;
}


/* -------------------------------------------- *

 * Product Name

 */

h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "Trebuchet MS";
    font-weight: normal;
    line-height: 1.4;
    text-indent: 0 !important;
}

h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
    color: #636363;
}

h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
    color: #0c5fa7;
    text-decoration: none;
}

.products-grid .product-name,
.products-list .product-name {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: "Trebuchet MS";
}

.products-grid .product-name a,
.products-list .product-name a {
    font-weight: 500;
}


/* ============================================ *

 * Product Grid

 * ============================================ */

.products-grid {
    position: relative;
}

.products-grid:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid>li {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.products-grid>li:after {
    content: '';
    display: table;
    clear: both;
}

.products-grid .product-image {
    width: 100%;
    margin-bottom: 15px;
}

.products-grid .product-image img {
    width: auto;
    display: inline-block;
    height: auto;
}

.products-grid>li .product-image img,
#block-related li.item img {
    opacity: 1;
    transition: opacity .3s ease-out;
}

.products-grid>li:hover .product-image img,
#block-related li.item:hover img {
    opacity: 0.8;
}


/*.products-grid > li{transition:background .3s ease-out}

.products-grid > li:hover{ background:#333}*/

.products-grid .product-image img:hidden {
    display: none;
}

.widget-new-products .products-grid .product-image {
    width: 75%;
    margin-bottom: 15px;
    margin-left: 10%;
}

.products-grid .product-info {
    min-height: 210px !important;
    padding-bottom: 10px !important;
    position: relative;
}

.products-grid .actions {
    padding-top: 15px;
    bottom: 0px;
    min-height: 85px;
    width: 100%;
}

.bundle-size-options {
    width: auto;
    border: 1px solid #d5539d;
    border-radius: 10px;
    display: inline-block;
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

.bundle-size-options .item-option input[type=radio]:hover {
    color: #0c5fa7;
}

.bundle-size-options .item-option {
    float: left;
    padding: 0;
    text-align: center;
    width: auto;
    position: relative;
    border-right: 1px solid #d5539d;
}

.bundle-size-options .item-option span {
    color: #c1c1c1;
    font-weight: bold;
    padding: 8px 20px;
    display: block;
}

.bundle-size-options .item-option:last-child {
    border-right: 0;
}

.products-grid .ratings .rating-box {
    margin: 0 auto;
}

.products-grid .ratings .amount {
    display: none;
}

.products-grid .price-box {
    color: #a0a0a0;
    font-size: 13px;
    margin: 0 0 5px;
}

.products-grid .add-to-links {
    margin-bottom: 0;
}


/* Config: Two columns + flexible gutter */

.products-grid>li {
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%;
}

.products-grid>li:nth-child(odd) {
    clear: left;
}

.products-grid>li:nth-child(even) {
    margin-right: 0;
}

.products-grid .product-image {
    margin-bottom: 5px;
    margin-top: 50px;
    border: 0;
}

.products-grid .product-image:before,
.products-grid .product-image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.products-grid .product-image:before {
    background-color: white;
    opacity: 1;
    z-index: 2;
}

.products-grid .product-image:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.products-grid .product-image.loading {
    position: relative;
}

.products-grid .product-image.loading:before,
.products-grid .product-image.loading:after {
    display: block;
}

.catalog-category-view div.newsletter-signup {
    margin-top: -70px;
}

@media only screen and (min-width: 480px) {
    /* Config: Three columns + flexible gutter */
    .products-grid {
        /* Undo two-column config */
        /* Set three-column config */
    }
    .products-grid>li:nth-child(odd) {
        clear: none;
    }
    .products-grid>li:nth-child(even) {
        margin-right: 3.7037%;
    }
    .products-grid>li {
        width: 30.8642%;
        margin-right: 3.7037%;
    }
    .products-grid>li:nth-child(3n+1) {
        /* clear: left; */
    }
    .products-grid>li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 960px) {
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-4-col>li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-4-col>li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-4-col>li:nth-child(even),
    .products-grid--max-4-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    /* Set column config */
    .products-grid--max-4-col>li {
        margin-right: 2.22222%;
    }
    .products-grid--max-4-col>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    .products-grid--max-4-col>li:nth-child(4n+1) {
        clear: left;
    }
    .products-grid--max-4-col>li:nth-child(4n) {
        margin-right: 0;
    }
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-5-col>li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-5-col>li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-5-col>li:nth-child(even),
    .products-grid--max-5-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    /* Set column config */
    .products-grid--max-5-col>li {
        margin-right: 2.22222%;
    }
    .products-grid--max-5-col>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .products-grid--max-5-col>li:nth-child(5n+1) {
        clear: left;
    }
    .products-grid--max-5-col>li:nth-child(5n) {
        margin-right: 0;
    }
    /* Config: Columns + flexible gutter */
    /* Undo three-column config */
    .products-grid--max-6-col>li:nth-child(odd) {
        clear: none;
    }
    .products-grid--max-6-col>li:nth-child(3n+1) {
        clear: none;
    }
    .products-grid--max-6-col>li:nth-child(even),
    .products-grid--max-6-col>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    /* Set column config */
    .products-grid--max-6-col>li {
        margin-right: 2.22222%;
    }
    .products-grid--max-6-col>li {
        width: 14.81481%;
        margin-right: 2.22222%;
    }
    .products-grid--max-6-col>li:nth-child(6n+1) {
        clear: left;
    }
    .products-grid--max-6-col>li:nth-child(6n) {
        margin-right: 0;
    }
}


/* ============================================ *

 * Product List

 * ============================================ */

.products-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-list>li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.products-list>li:after {
    content: '';
    display: table;
    clear: both;
}

.products-list>li .product-image {
    float: left;
    width: 33.33333%;
}

.products-list>li .product-image img {
    width: 100%;
    max-width: 100%;
}

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

.products-list .product-shop {
    float: right;
    width: 66.66667%;
    padding-left: 20px;
}

.products-list .product-shop .product-name {
    margin-bottom: 0;
}

.products-list .product-shop .ratings {
    margin: 0;
}

.products-list .product-shop .ratings .rating-box,
.products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
}

.products-list .product-shop .ratings .rating-links {
    margin-top: 4px;
}

.products-list .product-shop .price-box {
    margin-top: 0;
}

.products-list .product-shop .price-box .price {
    font-size: 18px;
}

.products-list .product-shop .action {
    margin: 7px 0;
}

.products-list .product-shop .desc {
    margin-top: 7px;
}

.products-list .product-shop .product-primary,
.products-list .product-shop .desc {
    float: left;
    width: 65%;
    overflow: hidden;
}

.products-list .product-shop .product-secondary {
    float: right;
    width: 35%;
    text-align: right;
    clear: right;
}

@media only screen and (min-width: 480px) {
    .products-list .product-name a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1279px) {
    .products-list .product-shop .product-primary,
    .products-list .product-shop .desc {
        float: left;
        width: 60%;
        padding-right: 20px;
    }
    .products-list .product-shop .product-secondary {
        float: right;
        width: 40%;
    }
}

@media only screen and (max-width: 600px) {
    .products-list .product-shop .price-box .special-price {
        padding-left: 0;
    }
    .products-list .product-shop .product-primary,
    .products-list .product-shop .product-secondary,
    .products-list .product-shop .desc {
        float: none;
        width: 100%;
        padding-right: 0;
        text-align: left;
    }
}


/* ============================================ *

 * Mini Product List

 * ============================================ */

.mini-products-list .product-image {
    float: left;
    min-width: 50px;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.mini-products-list .product-details .product-name {
    padding-top: 20px;
    width: 100%;
    float: left;
}

.mini-products-list li {
    margin-bottom: 10px;
    clear: both;
}

.mini-products-list li:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list:after {
    content: '';
    display: table;
    clear: both;
}

.mini-products-images-list li.item {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 5px 10px 0;
}

.mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
}

.mini-products-images-list li.item .product-image {
    display: block;
}

.mini-products-images-list li.item .product-image img {
    width: 100%;
    max-width: 100%;
}


/* ============================================ *

 * Catalog - List

 * ============================================ */

.category-image {
    border: 1px solid #cccccc;
    padding: 10px;
}

.category-image img {
    width: 100%;
    max-width: 100%;
}

.category-image img:hidden {
    display: none;
}


/* ============================================ *

 * Layered Navigation

 * ============================================ */

.block-layered-nav .block-subtitle--filter {
    display: none;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    cursor: pointer;
}

.block-layered-nav .block-subtitle--filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0c5fa7;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-subtitle--filter:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content .toggle-tabs {
    display: none;
}

.block-layered-nav .block-content>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}

.block-layered-nav .block-content>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0c5fa7;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}

.block-layered-nav .block-content>dl>dt:hover {
    background-color: #ececec;
}

.block-layered-nav .block-content>dl>dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

.block-layered-nav .block-content>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
}

.block-layered-nav dl dd {
    margin-bottom: 10px;
    margin-top: 10px;
}

.block-layered-nav dl dd ol>li>span,
.block-layered-nav dl dd ol>li>a {
    padding: 5px 15px;
    display: block;
}

.block-layered-nav dl dd ol>li>a .count {
    color: #a0a0a0;
}

@media only screen and (min-width: 981px) {
    .block-layered-nav .block-content>dl>dt {
        padding-left: 10px;
    }
    .block-layered-nav .block-content>dl>dt:after {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .sidebar .block.block-layered-nav {
        border-bottom: none;
    }
    .block-layered-nav--no-filters .block-title {
        display: none;
    }
    .block-layered-nav .block-content {
        padding-top: 0;
        margin-top: 15px;
    }
    .block-layered-nav .block-content>dl>dt {
        cursor: pointer;
        border-bottom-width: 0;
    }
    .block-layered-nav .block-content>dl>dt:hover {
        color: #0c5fa7;
    }
    .block-layered-nav .block-content>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #0c5fa7;
        border-right: none;
    }
    .block-layered-nav .block-content>dl>dt.last {
        border-bottom-width: 1px;
    }
    .block-layered-nav .block-content>dl>dd {
        display: none;
    }
    .block-layered-nav .block-content.accordion-open>dl>dt.current {
        border-bottom-width: 1px;
    }
    .block-layered-nav .block-content.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #0c5fa7;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }
    .block-layered-nav .block-content.accordion-open>dl>dd.current {
        display: block;
    }
    .block-layered-nav .block-subtitle--filter {
        background-color: #0c5fa7;
        border: 0;
        margin-bottom: 0;
        display: block;
        color: #FFFFFF;
    }
    .block-layered-nav .block-subtitle--filter:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid white;
        border-right: none;
        right: 10px;
        top: 50%;
        margin-top: -5px;
    }
    .block-layered-nav .block-subtitle--filter:hover {
        background-color: #2e8ab8;
        color: #FFFFFF;
    }
    .block-layered-nav .block-subtitle--filter.active:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid white;
        border-bottom: none;
        right: 10px;
        top: 50%;
        margin-top: -3px;
    }
    #narrow-by-list,
    #narrow-by-list2 {
        padding: 10px;
        border: 1px solid #cccccc;
        border-top: 0;
    }
    .block-layered-nav dl ol>li>a,
    .block-layered-nav dl ol>li>span {
        padding: 7px;
        margin: 5px;
    }
    .block-layered-nav dl ol>li>a {
        color: #636363;
        background-color: #f4f4f4;
        padding: 5px 10px;
    }
    .block-layered-nav dl ol>li>a:hover {
        text-decoration: none;
        background: #ececec;
    }
}

.block-layered-nav .currently .block-subtitle {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

.block-layered-nav .currently ol {
    padding-left: 10px;
    margin-bottom: 10px;
}

.block-layered-nav .currently ol li {
    margin-bottom: 5px;
}

.block-layered-nav .currently ol li .label {
    font-weight: bold;
}

.block-layered-nav .currently ol li:after {
    content: '';
    display: table;
    clear: both;
}

.block-layered-nav .actions {
    text-align: right;
    margin-bottom: 7px;
}


/* ============================================ *

 * Catalog - Product

 * ============================================ */

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
    float: left;
}

.product-view .product-essential .extra-info .ratings .rating-box {
    margin-top: 8px;
    margin-right: 10px;
}

.product-view .product-essential .extra-info .ratings:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .product-essential:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1 {
    color: #0c5fa7;
    margin-bottom: 10px;
    border: 0;
}

.product-view .product-shop {
    width: 50%;
    float: right;
}

.product-view .product-shop .product-name {
    float: left;
    text-align: center;
    width: 100%;
}

.product-view .product-shop .product-name .h1 {
    float: left;
    margin-bottom: 0px;
    font-family: 'Neutra Display Titling';
    text-transform: capitalize;
    color: #d5539d;
    font-weight: normal;
    font-size: 28px;
    word-spacing: 2px;
    padding: 10px 0 10px;
    text-align: center;
    width: 100%;
}

.product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left;
    width: 70%;
}

.product-view .product-shop .price-info {
    float: right;
    padding-left: 15px;
    text-align: right;
}

.product-view .product-shop .extra-info,
.product-view .product-shop .price-info {
    max-width: 70%;
    margin-bottom: 10px;
}

.product-view .product-shop .short-description {
    margin-bottom: 10px;
    clear: both;
    color: #0c5fa7;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    width: 100%;
    padding: 0 15%;
}

.product-view .product-shop .ratings {
    margin-bottom: 8px;
}

.product-view .product-shop .availability {
    font-size: 16px;
}

.product-view .product-shop .price-box {
    margin-top: 0;
}

.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
    padding-right: 0;
    line-height: 1.2;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #0c5fa7;
    font-size: 24px;
    font-family: 'Neutra Display Titling';
}

.product-view .product-shop .price-box .special-price .price-label {
    font-size: 16px;
    text-transform: uppercase;
}

.product-view .product-shop .price-box .special-price span.weee {
    color: #636363;
}

.product-view .product-shop .price-box .special-price span.weee span.price {
    font-size: 16px;
}

.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
    display: block;
    line-height: 1.2;
    color: #636363;
}

.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
    font-weight: 300;
}

.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
}

.product-view .price-box.map-info a {
    display: inherit;
}

.product-view .old-price .price-label {
    display: none;
}

.product-view .add-to-cart-wrapper,
.product-view .block-related {
    width: 50%;
    float: right;
    clear: right;
}

@media only screen and (max-width: 850px) {
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 15px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 18px;
    }
}

@media only screen and (max-width: 980px) {
    .product-view .add-to-cart-wrapper {
        float: none;
        width: 100%;
        clear: both;
    }
    .product-view .product-shop .price-box .price-excluding-tax .label,
    .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 16px;
    }
    .product-view .product-shop .price-box .price-excluding-tax .price,
    .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 20px;
    }
}

@media only screen and (max-width: 420px) {
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
        margin-bottom: 5px;
    }
    .product-view .product-shop .price-box .price-excluding-tax span,
    .product-view .product-shop .price-box .price-including-tax span {
        display: block;
    }
}

.product-img-box {
    width: 50%;
    float: left;
}

.product-img-box .product-name h1 {
    border: 0;
}

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

.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}

@media only screen and (max-width: 479px) {
    .product-img-box .product-image img {
        max-height: 450px;
    }
}

.product-image-gallery {
    position: relative;
}

.product-image-gallery .gallery-image {
    display: none;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}

.product-image-gallery:before,
.product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.product-image-gallery:before {
    background-color: white;
    opacity: 1;
    z-index: 2;
}

.product-image-gallery:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.product-image-gallery.loading {
    position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
    display: block;
}

.product-image-thumbs li {
    display: inline-block;
}

.product-image-thumbs li:first-child {
    margin-left: -1px;
}

.product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
}

.no-touch .product-image-thumbs a:hover {
    border-color: #c7c7c7;
}

.product-view .product-shop,
.product-view .add-to-cart-wrapper,
.product-view .block-related {
    padding-left: 15px;
}

.product-img-box {
    padding-right: 15px;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
    margin-bottom: 10px;
}

.product-view {
    /* Set a min-height so that the floated elements break appropriately */
}

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .add-to-cart {
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 0;
}

.product-view .add-to-cart #ajax_loader {
    text-align: center
}

.product-view .add-to-cart #ajax_loader img {
    display: inline;
}

.product-view .add-to-cart #ajax_add_msg {
    color: #d5539d;
    text-align: center;
}

.product-view .add-to-cart .qty-wrapper,
.product-view .product-options-bottom .price-box,
.product-view .add-to-cart-buttons {
    min-height: 40px;
}

.product-view .product-options-bottom .price-box,
.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart-buttons .button,
.product-view .add-to-cart-buttons .paypal-logo {
    margin-bottom: 10px;
}

.product-view .add-to-cart .qty-wrapper,
.product-view .add-to-cart .qty-wrapper label {
    margin-right: 7px;
    float: left;
}

.product-view .add-to-cart .qty-wrapper label {
    line-height: 40px;
}

.product-view .add-to-cart .qty-wrapper .qty {
    float: left;
    height: 40px;
}

.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 0;
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.product-view .add-to-cart-buttons .paypal-logo {
    clear: left;
    text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-button {
    margin: 0 auto;
    display: block;
    width: 170px;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button {
    display: block;
    width: 174px;
    margin: 0 auto;
}

.product-view .add-to-cart-buttons .paypal-logo .bml_button a {
    text-align: center;
}

.product-view .add-to-cart-buttons .paypal-logo .paypal-or {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    line-height: 1;
    text-align: center;
}

#cart-sidebar a.btn-remove.btn-remove2 {
    top: -90px;
}

.product-view .add-to-cart-buttons .button {
    min-height: 40px;
    line-height: 40px;
    width: 240px;
    display: inline-block;
    font-size: 16px;
    padding: 2px 0px;
    float: none;
    min-width: 160px;
    border-radius: 5px;
    white-space: normal;
    font-family: 'Neutra Display';
    background: #d5539d;
    box-shadow: 0 4px 6px 0px #d0d0d0;
}

.product-view .alert-price,
.product-view .alert-stock {
    clear: both;
}

@media only screen and (max-width: 479px) {
    .product-view .add-to-cart-buttons .paypal-or {
        line-height: 20px;
    }
    .product-view .add-to-cart-buttons .paypal-logo,
    .product-view .add-to-cart-buttons .paypal-or,
    .product-view .add-to-cart-buttons .paypal-button,
    .product-view .add-to-cart-buttons .button {
        text-align: center;
        width: 100%;
        display: block;
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}


/* This is the "or" that separates the "Add to Cart" and "Add to X" links */

.add-to-box .or {
    display: none;
}

.product-view .add-to-links {
    clear: both;
    margin-top: 0px;
    margin-right: 15px;
    float: left;
}

.product-view .add-to-links:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .add-to-links li {
    float: left;
}

.product-view .add-to-links a {
    padding: 2px 7px 2px 0px;
    margin-left: 7px;
    border-right: 1px solid #cccccc;
}

.product-view .add-to-links li:first-child a {
    margin-left: 0px;
}

.product-view .add-to-links li:last-child a {
    border-right: 0px;
}

.product-view .sharing-links {
    float: left;
}

.product-view .sharing-links:after {
    content: '';
    display: table;
    clear: both;
}

.product-view .sharing-links li {
    float: left;
    padding: 0px 7px 7px;
}

.product-view .sharing-links a {
    text-indent: -9999px;
    display: block;
    width: 26px;
    height: 26px;
}

.product-view .sharing-links a:hover {
    opacity: 1;
}

.product-view .sharing-links a.link-wishlist {
    background-position: 0px -225px;
}

.product-view .sharing-links a.link-compare {
    background-position: 0px -250px;
}

.product-view .sharing-links a.link-email-friend {
    background-position: 0px -322px;
}

.product-view .sharing-links a.link-facebook {
    background-position: 0px -425px;
}

.product-view .sharing-links a.link-twitter {
    background-position: 0px -372px;
}

@media only screen and (max-width: 599px) {
    .add-to-box .add-to-links a {
        float: none;
        width: auto;
        text-indent: 0;
    }
}

.product-collateral {
    clear: both;
}

.collateral-tabs dd h2 {
    display: none;
}

.box-collateral {
    clear: both;
}

@media only screen and (min-width: 981px) {
    .product-collateral .toggle-tabs {
        display: block;
        width: 100%;
        position: relative;
        border: 1px solid #cccccc;
        background-color: #f4f4f4;
    }
    .product-collateral .toggle-tabs li {
        float: left;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
    }
    .product-collateral .toggle-tabs li>span {
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        display: inline-block;
        padding: 0 30px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 12px;
        position: relative;
        bottom: -1px;
    }
    .product-collateral .toggle-tabs li.current {
        border-right: 1px solid #cccccc;
        border-left: 1px solid #cccccc;
    }
    .product-collateral .toggle-tabs li.current>span {
        background-color: #FFFFFF;
        z-index: 5;
    }
    .product-collateral .toggle-tabs li.current span,
    .product-collateral .toggle-tabs li:hover span {
        color: #0c5fa7;
    }
    .product-collateral .toggle-tabs li:first-child {
        border-left: none;
    }
    .product-collateral .toggle-tabs:after {
        content: '';
        display: table;
        clear: both;
    }
    .product-collateral>dl {
        width: 100%;
    }
    .product-collateral>dl>dt {
        display: none;
    }
    .product-collateral>dl>dd {
        width: 100%;
        display: none;
        padding: 15px;
        border: 1px solid #cccccc;
        border-top: 0;
    }
    .product-collateral>dl>dd.current {
        display: block;
    }
}

@media only screen and (max-width: 980px) {
    .product-collateral .toggle-tabs {
        display: none;
    }
    .product-collateral>dl>dt {
        margin: 0;
        margin-bottom: 10px;
        color: #636363;
        font-family: "Trebuchet MS";
        font-size: 14px;
        font-weight: bold;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        font-weight: normal;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-width: 1px;
        border-style: solid;
        border-color: #cccccc;
        position: relative;
        background-color: #f4f4f4;
        display: block;
    }
    .product-collateral>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #0c5fa7;
        border-bottom: none;
        left: 10px;
        top: 50%;
        margin-top: -3px;
    }
    .product-collateral>dl>dt:hover {
        background-color: #ececec;
    }
    .product-collateral>dl>dd {
        padding: 10px;
        margin: 0;
        border-width: 0 1px;
        border-style: solid;
        border-color: #cccccc;
    }
    .product-collateral>dl>dd:last-child {
        border-width: 0 1px 1px 1px;
    }
    .product-collateral>dl>dt {
        cursor: pointer;
        border-bottom-width: 0;
    }
    .product-collateral>dl>dt:hover {
        color: #0c5fa7;
    }
    .product-collateral>dl>dt:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #0c5fa7;
        border-right: none;
    }
    .product-collateral>dl>dt.last {
        border-bottom-width: 1px;
    }
    .product-collateral>dl>dd {
        display: none;
    }
    .product-collateral.accordion-open>dl>dt.current {
        border-bottom-width: 1px;
    }
    .product-collateral.accordion-open>dl>dt.current:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid #0c5fa7;
        border-bottom: none;
        left: 6px;
        top: 50%;
        margin-top: -3px;
    }
    .product-collateral.accordion-open>dl>dd.current {
        display: block;
    }
}

@media only screen and (max-width: 980px) {
    .product-view .product-shop,
    .product-view .add-to-cart-wrapper,
    .product-view .block-related,
    .product-img-box,
    .product-collateral {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0;
    }
}

@media only screen and (min-width: 981px) {
    width: 100%;
    float: left;
    text-align: center;
}

.product-img-box .product-name {
    display: none;
}


}
@media only screen and (max-width: 479px) {
    .product-view .product-shop,
    .product-img-box,
    .product-collateral,
    .product-view .block-related,
    .box-collateral {
        margin-bottom: 15px;
    }
}
.product-view .ratings .rating-links {
    clear: left;
    float: left;
    margin-top: 0;
}
#product-attribute-specs-table {
    max-width: 50em;
    border: 1px solid silver;
}
#product-attribute-specs-table th {
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

/* -------------------------------------------- *

 * Catalog - Grouped Product List

 */
.grouped-items-table-wrapper {
    border: solid 1px silver;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}
.grouped-items-table-wrapper tbody tr:last-child td {
    border-bottom: none;
}
@media only screen and (max-width: 479px) {
    .grouped-items-table-wrapper {
        margin-bottom: 15px;
    }
}
.grouped-items-table .name-wrapper {
    color: #0c5fa7;
    font-family: "Trebuchet MS";
}
.grouped-items-table .qty-wrapper {
    padding-top: 7px;
}
.grouped-items-table .qty-label {
    margin-left: 7px;
}
.grouped-items-table td {
    padding: 4px;
}
.grouped-items-table td:last-child {
    width: 30%;
    text-align: left;
}
.grouped-items-table .price-box {
    text-align: right;
}

/* -------------------------------------------- *

 * Catalog - Product Options

 */
.product-options {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 15px 15px;
    border: 1px solid #cccccc;
    clear: both;
    position: relative;
}
.product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
    display: none;
}
@media only screen and (max-width: 979px) {
    .product-view .product-options .required {
        position: static;
    }
}
.product-options dt {
    margin: 10px 0 3px;
    font-weight: normal;
}
.product-options dt:first-child {
    margin-top: 0;
}
.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0 0;
}
.product-options dd .qty-holder .qty {
    width: 3em;
}
.product-options dd .qty-holder label {
    vertical-align: middle;
}
.product-options dd .qty-disabled {
    background: none;
    border: 0;
    padding: 0 2px;
}
.product-options dd {
    padding: 0 0 10px 0;
    margin: 0 0 5px;
    position: relative;
    border-bottom: 0;
}
.catalog-product-view dd.area-toppings:after,
.catalog-product-view .product-options dt.dt-head-cup-or-cone:after,
.catalog-product-view .product-options dt.dt-head-toppings:after,
.catalog-product-view .product-options dd.area-cup-or-cone:after {
    /*border-bottom: 1px solid #ccc;*/
    
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 110%;
}
.catalog-product-view dt.dt-head-qty {
    margin-top: 15px;
}
.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.product-options dd .input-text {
    width: 98%;
}
.product-options dd .input-box {
    padding-top: 0;
}
.product-options dd input.datetime-picker {
    width: 150px;
}
.product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    padding: 2px 0;
    vertical-align: middle;
}
.product-options dd textarea {
    width: 98%;
    height: 8em;
}
.product-options dd select {
    width: 330px;
    max-width: 100%;
}
.product-options ul.options-list {
    margin-right: 5px;
}
.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 7px;
}
.product-options ul.options-list li:last-child {
    margin-bottom: 0;
}
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
    float: left;
    margin-top: 5px;
}
.product-options ul.options-list .label {
    display: block;
}
.product-options ul.options-list label {
    font-weight: normal;
}
.product-options p.note {
    margin: 0;
    font-size: 11px;
}
.product-options-bottom {
    background-color: #f4f4f4;
    padding: 15px 20px;
    border: 1px solid #cccccc;
    border-top: 0;
    margin-bottom: 10px;
}
.product-options-bottom:after {
    content: '';
    display: table;
    clear: both;
}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    float: right;
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #636363;
}
@media only screen and (max-width: 1199px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
        float: none;
        width: 100%;
        text-align: right;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }
}
.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */

/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
    display: none;
    float: right;
    margin: 0 0 10px;
    padding: 0;
}
@media only screen and (max-width: 479px) {
    .product-options-bottom .price-box .price-as-configured {
        text-align: right;
    }
    
    .product-options-bottom .price-box .price-as-configured .price-label {
        display: block;
    }
}
.product-options-bottom .price-tax {
    float: left;
}

/* -------------------------------------------- *

 * Related Products

 */

/* Block: Related */
.block-related li {
    margin-bottom: 7px;
}
.block-related .block-title {
    border-bottom: none;
    padding: 30px 0 10px;
    border: 0;
}
.most-viewed .products-grid .product-info {
    min-height: inherit !important;
}
.block-related .block-title h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #0c5fa7;
    font-family: 'Neutra Display Titling';
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    margin-bottom: 0;
}
.block-related .block-subtitle {
    margin-bottom: 7px;
}
.block-related .product {
    margin-left: 20px;
    position: relative;
}
.block-related .checkbox {
    float: left;
    margin-top: 36px;
}
.block-related .product-details {
    margin-left: 0px;
    width: 100%;
}
.block-related .product-name {
    margin-bottom: 3px;
}
.block-related .product-details .price-box {
    margin: 2px 0 3px;
}
.block-related .product-details .price-box a,
.block-related .product-details .price-box p,
.block-related .product-details .price-box span {
    margin-left: 3px;
}
.block-related .product-details .price-box a:first-child,
.block-related .product-details .price-box p:first-child,
.block-related .product-details .price-box span:first-child {
    margin-left: 0;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
    width: 100%;
    padding: 0;
}
.block-related .product-details .price-box:after {
    content: '';
    display: table;
    clear: both;
}
.block-related .link-wishlist {
    display: none;
}

/* -------------------------------------------- *

 * Upsell Products

 */
.box-up-sell {
    margin-top: 20px;
}
.box-up-sell .ratings {
    display: none;
}

/* ============================================ *

 * Catalog - MSRP MAP Popup

 * ============================================ */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
}
.map-popup {
    background: #FFFFFF;
    border: 5px solid #cccccc;
    margin: 12px 0 0;
    position: absolute;
    text-align: left;
    width: 450px;
    z-index: 100;
}
@media only screen and (min-width: 981px) {
    .map-popup.map-popup-right {
        left: 10px !important;
    }
    
    .map-popup.map-popup-left {
        left: auto !important;
        right: 10px !important;
    }
}
@media only screen and (max-width: 980px) {
    .map-popup {
        width: 100%;
        left: 0px !important;
    }
}
.map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto;
}
.map-popup .map-popup-heading h3 {
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-heading h3 {
        text-align: center;
    }
}
.map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
.map-popup .map-popup-content {
    border-top: 1px solid #ededed;
    padding: 10px;
    margin: 0 10px;
    overflow: hidden;
    text-align: left;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-content {
        text-align: center;
    }
}
.map-popup .map-popup-checkout {
    padding: 10px 0;
}
.map-popup .map-popup-checkout form:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout span {
    display: block;
}
.map-popup .map-popup-checkout .button {
    float: left;
    margin: 0 2px;
    clear: left;
}
.map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
}
.map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
}
.map-popup .map-popup-checkout .paypal-logo {
    width: auto;
}
.map-popup .map-popup-checkout .paypal-logo a {
    display: inline-block;
    float: left;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo .paypal-or {
    float: left;
    text-align: center;
    padding: 5px 15px;
    clear: left;
}
.map-popup .map-popup-checkout .paypal-logo:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-checkout .paypal-logo .bml_button a {
    clear: left;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-checkout {
        text-align: center;
    }
    
    .map-popup .map-popup-checkout .button,
    .map-popup .map-popup-checkout .additional-addtocart-box,
    .map-popup .map-popup-checkout .paypal-logo a,
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: none;
    }
    
    .map-popup .map-popup-checkout .additional-addtocart-box {
        min-width: 0px;
    }
    
    .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        margin: 0px;
        margin-bottom: 10px;
    }
}
.map-popup .map-popup-checkout:after {
    content: '';
    display: table;
    clear: both;
}
.map-popup .map-popup-price {
    padding: 10px 0;
}
@media only screen and (max-width: 479px) {
    .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px;
    }
}
.map-popup .map-popup-price .price-box,
.map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
}
.map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word;
}
.map-popup .map-popup-text,
.map-popup .map-popup-only-text {
    border-top: 1px solid #ededed;
}

/* ============================================ *

 * Catalog - MSRP Product Listing

 * ============================================ */
.price-box .map-link {
    display: block;
    text-align: center;
}

/* ============================================ *

 * Catalog - Compare

 * ============================================ */
.block-compare .product-name:after {
    content: '';
    display: table;
    clear: both;
}
.compare-table .product-image {
    display: inline-block;
}
.compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
}
.compare-table .product-shop-row.bottom td {
    padding-top: 0;
}

/* ============================================ *

 * Checkout - Layout

 * ============================================ */
.cart-table {
    float: left;
    width: 70%;
}
.cart .button {
    white-space: normal;
}
.cart-forms,
.cart-totals-wrapper,
.crosssell {
    float: right;
    clear: right;
    width: 100%;
    padding-left: 0;
}
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
}
.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 20px;
}
.checkout-cart-index #postcode {
    width: 100%;
}
.display-both-prices .cart-table {
    float: none;
    width: 100%;
}
.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}
.display-both-prices .crosssell {
    clear: right;
    float: right;
}
@media only screen and (max-width: 979px) {
    .display-single-price .cart-table {
        float: none;
        width: 100%;
    }
    
    .display-single-price .cart-forms {
        float: left;
        padding-right: 10px;
        padding-left: 0;
    }
    
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-left: 10px;
    }
    
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        width: 50%;
    }
    
    .display-single-price .crosssell {
        clear: right;
        float: right;
    }
}
@media only screen and (max-width: 599px) {
    .product-cart-sku {
        display: none;
    }
    
    .display-both-prices .cart-forms,
    .display-both-prices .cart-totals-wrapper,
    .display-both-prices .crosssell,
    .display-single-price .cart-forms,
    .display-single-price .cart-totals-wrapper,
    .display-single-price .crosssell {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
        width: 100%;
    }
}
.display-single-price:after {
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *

 * Checkout - Cart

 * ============================================ */
.cart .page-title {
    margin-bottom: 0;
    width: 70%;
}
.cart .page-title:after {
    content: '';
    display: table;
    clear: both;
}
.cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
    text-transform: none;
    color: #d5539d;
    font-size: 16px;
}
.checkout-types {
    float: right;
    text-align: right;
    max-width: 100%;
    /* We always want this shipping method to display on its own line */
}
.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}
.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-types li img {
    display: inline;
    vertical-align: top;
}
.checkout-types li:first-child {
    margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}
.checkout-types.top li {
    display: inline-block;
}
.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}
.checkout-types.top .bml_button img {
    display: block;
}
.checkout-types.top .paypal-logo .paypal-or {
    margin-top: 5px;
}
.checkout-types.bottom .paypal-logo a,
.checkout-types.minicart .paypal-logo a {
    display: block;
}
.checkout-types.bottom .paypal-or,
.checkout-types.minicart .paypal-or {
    margin: 0px;
    display: block;
    text-align: center;
}
@media only screen and (min-width: 741px) {
    .checkout-types.bottom .paypal-or {
        text-align: right;
        padding-right: 70px;
    }
}
.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}
@media only screen and (max-width: 740px) {
    .checkout-types {
        float: none;
        text-align: center;
    }
    
    .checkout-types.bottom .paypal-or,
    .checkout-types.minicart .paypal-or {
        width: auto;
        float: none;
    }
    
    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 599px) {
    .btn-checkout {
        width: 100%;
    }
}
.cart-table {
    font-family: "Trebuchet MS";
}
.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}
.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {
    background-color: transparent;
    padding: 10px 5px;
    font-family: "Trebuchet MS";
}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}
.cart-table tr {
    border-bottom: 1px solid #d7d7d7;
}
.cart-table tfoot tr {
    background: none;
}
.cart-table tfoot tr>td:after {
    content: '';
    display: table;
    clear: both;
}
.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
    font-family: "Trebuchet MS";
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}
.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
}
.cart-table .product-cart-image .product-image img {
    max-width: 70px;
    width: 70px;
    margin-right: -30px;
}
.cart-table .product-cart-image a.cart-edit {
    display: none;
}
.cart-table .product-cart-sku {
    font-family: Trebuchet MS;
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
    font-weight: 600;
}
.cart-table .btn-empty {
    float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
}
.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}
.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #0c5fa7;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #0c5fa7;
    border-bottom: none;
    right: -15px;
    top: 6px;
}
.cart-table .cart-links>li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}
.cart-table .cart-links>li>a {
    display: block;
}
.cart-table .cart-links>li:last-child {
    margin-bottom: 0;
}
.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}
.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3.2em;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}
.cart-table .item-options {
    margin-left: -10px !important;
    padding-left: 0;
}
@media only screen and (max-width: 980px) {
    .cart-table th {
        font-size: 12px;
    }
    
    .cart-table th,
    .cart-table td {
        padding: 7px 6px;
    }
    
    .cart-table .product-cart-actions>li {
        white-space: inherit;
    }
}
@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none;
    }
}
@media only screen and (max-width: 599px) {
    .cart-table colgroup,
    .cart-table thead {
        display: none;
    }
    
    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }
    
    .cart-table tr:after {
        content: '';
        display: table;
        clear: both;
    }
    
    .cart-table tr:last-child {
        margin-bottom: 0;
    }
    
    .cart-table tfoot tr {
        padding-bottom: 0;
    }
    
    .cart-table td {
        border: none;
        display: block;
    }
    
    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }
    
    .cart-table td[data-rwd-label] .price {
        font-weight: normal;
    }
    
    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Trebuchet MS";
        padding-right: 5px;
        text-transform: uppercase;
    }
    
    .cart-table td.product-cart-price {
        text-align: left;
    }
    
    .cart-table h2 {
        font-size: 12px;
    }
    
    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px;
    }
    
    .cart-table .cart-links>li {
        white-space: normal;
        text-align: center;
    }
    
    .cart-table .cart-links>li>a {
        padding: 2px 0px;
    }
    
    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px;
    }
    
    .cart-table .cart-tax-info .price {
        font-size: 13px;
    }
    
    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0;
    }
    
    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }
    
    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 75%;
    }
    
    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right;
    }
    
    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none;
    }
    
    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block;
    }
    
    .cart-table .product-cart-actions .button {
        display: none;
    }
    
    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px;
    }
    
    .cart-table .product-cart-actions {
        text-align: left;
    }
    
    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
    }
    
    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
        font-family: ""Trebuchet MS";

    }
    
    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%;
    }
    
    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
    }
    
    .cart-table .cart-footer-actions .btn-continue {
        float: left;
    }
    
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }
    
    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":";
    }
}

/* ============================================ *

 * Checkout - Estimate Shipping and Tax

 * ============================================ */
.shipping h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}
.shipping select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver;
}
.shipping select.validation-failed {
    border-color: #df280a;
}
.shipping .shipping-desc {
    display: none;
}
.shipping .buttons-set {
    border: none;
    margin: 0;
    padding: 0;
}
.shipping .form-list:after {
    content: '';
    display: table;
    clear: both;
}
.shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
}
.shipping .form-list .shipping-country {
    width: 37%;
}
.shipping .form-list .shipping-region {
    width: 41%;
}
.shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
}
.shipping .form-list .shipping-postcode input {
    margin-top: 4px;
}
.shipping .form-list .input-box {
    padding-top: 0;
}
.shipping .form-list input {
    height: 30px;
    margin-top: 4px;
}
.shipping .form-list label {
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}
.shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
}
.shipping .sp-methods dd {
    margin-bottom: 10px;
}
.shipping .sp-methods label {
    font-family: Trebuchet MS;
    font-size: 12px;
    font-style: italic;
    min-width: 100px;
}
.shipping .sp-methods label span {
    font-family: "Trebuchet MS";
    font-weight: bold;
    font-style: normal;
}
.shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
}
.shipping #co-shipping-method-form .sp-methods dd label {
    border: 1px solid #cccccc;
    background-color: #ececec;
    min-width: 220px;
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
}
@media only screen and (max-width: 980px) {
    .shipping .shipping-form .form-list>li {
        width: 100%;
        float: none;
    }
    
    .shipping .shipping-form .form-list>li label {
        display: block;
    }
    
    .shipping .shipping-form .form-list>li input,
    .shipping .shipping-form .form-list>li select {
        width: 100%;
    }
}
.cart .cart-totals {
    text-align: right;
}
.cart .cart-totals:after {
    content: '';
    display: table;
    clear: both;
}
.cart .cart-totals table {
    font-family: "Trebuchet MS";
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.cart .cart-totals table td {
    padding: 2px 0px;
}
.cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
}
.cart .cart-totals table tbody tr:last-child td,
.cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
    font-size: 14px;
    text-transform: none;
}
.cart .cart-totals table tfoot {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.cart .cart-totals table tfoot td {
    font-size: 24px;
    padding: 2px 5px;
    vertical-align: top;
}
.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
    font-family: "Trebuchet MS";
    font-size: 18px;
}
.cart .cart-totals table tfoot strong {
    font-weight: 400;
}
@media only screen and (max-width: 600px) {
    .cart-totals {
        text-align: right;
    }
}
@media only screen and (max-width: 980px) {
    .cart .cart-totals table tfoot td {
        font-size: 18px;
    }
}
.discount-form:after,
#giftcard-form:after {
    content: '';
    display: table;
    clear: both;
}
#discount-coupon-form,
.cart .giftcard {
    width: 100%;
}
#discount-coupon-form h2,
.cart .giftcard h2 {
    display: none;
}
#discount-coupon-form label,
.cart .giftcard label {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    min-width: 105px;
    display: inline-block;
    margin-right: 10px;
}
#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
    display: inline-block;
    width: 100%;
}
#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
    display: inline;
}
#discount-coupon-form .button-wrapper,
.cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
}
#discount-coupon-form .button-wrapper>button,
.cart .giftcard .button-wrapper>button {
    float: left;
}
#discount-coupon-form .input-text,
.cart .giftcard .input-text {
    border-radius: 0;
    height: 30px;
    margin: 4px 10px 0 0;
    width: 190px;
}
.cart .giftcard p {
    margin-bottom: 7px;
}
.cart .giftcard .check-gc-status {
    float: left;
    padding: 0px;
}
.cart .giftcard .check-gc-status>span>span {
    font-size: 14px;
    text-transform: none;
}

/* ============================================ *

 * Checkout - Cart Cross sell

 * ============================================ */
.crosssell h2 {
    color: #0c5fa7;
}
.crosssell .item a.product-image {
    width: auto;
    float: left;
}

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
    .crosssell {
        /* Undo three-column config */
    }
    
    .crosssell .products-grid>li:nth-child(even),
    .crosssell .products-grid>li:nth-child(3n),
    .crosssell .products-grid>li {
        width: 47.72727%;
        margin-right: 4.54545%;
    }
    
    .crosssell .products-grid>li:nth-child(odd) {
        clear: left;
    }
    
    .crosssell .products-grid>li:nth-child(even) {
        margin-right: 0;
    }
    
    .crosssell .products-grid>li:nth-child(3n+1) {
        clear: none;
    }
}
@media only screen and (max-width: 599px) {
    .cart-table .cart-tax-total:after {
        right: -9px;
    }
    
    .cart-table .cart-tax-total.cart-tax-total-expanded:after {
        right: -13px;
    }
}
@media only screen and (max-width: 480px) {
    .cms-franchise-testimonial .whatmake.franchise-page-what,
    .cms-franchise-testimonial .testimonial-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 320px) {
    .crosssell ul .item {
        padding: 0 0px 40px;
    }
    
    .crosssell ul .product-details .crosssell-actions {
        padding: 0 5px;
    }
}

/* ============================================ *

 * Checkout - One Page

 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
    display: none;
}
.checkout-onepage-index .col-main {
    width: auto;
    float: none;
}
@media only screen and (min-width: 980px) {
    .checkout-onepage-index .col-main {
        float: left;
        width: 68.75%;
        padding-right: 20px;
    }
    
    .checkout-onepage-index .col-right,
    .checkout-onepage-index .col-left {
        width: 31.25%;
        display: block;
    }
    
    .checkout-onepage-index .col-right {
        padding-left: 0;
    }
}
.opc select {
    width: 365px;
}

/* -------------------------------------------- *

 * Section Styling - Default

 */
.opc .section .step-title {
    width: 100%;
    border-top: 0;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    color: #fff;
    background: #d5539d !important;
    -o-user-select: none;
    user-select: none;
    border-radius: 10px;
    margin: 0px 0 15px;
}
.opc .section .step-title:after {
    content: '';
    display: table;
    clear: both;
}
.opc .section.allow:not(.active) .step-title {
    cursor: pointer;
}

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
}
.opc .section.active .step-title {
    border-bottom: 1px solid #ececec;
}
.opc .section .step-title a {
    display: none;
}
.opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    line-height: 55px;
    height: 40px;
    text-transform: uppercase;
    padding: 0px 20px;
    color: #fff;
}
.no-touch .opc .section .step-title a:hover {
    text-decoration: none;
}
.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background-color: #0c5fa7;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -13px;
    display: none;
}
.opc .section.allow .step-title .number {
    background-color: #99cce5;
}
.opc .section.allow .step-title h2 {
    color: #fff;
}
.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
    color: #fff;
}
.opc .section .step-title h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    float: left;
    margin: 7px 4px 7px 20px;
}
.opc .section .step {
    padding: 20px;
}
.opc .section .step:after {
    content: '';
    display: table;
    clear: both;
}
@media only screen and (max-width: 979px) {
    .opc .section .step {
        padding: 10px;
    }
}
.opc select {
    max-width: 365px;
    width: 100%;
}
.opc h3 {
    font-weight: 500;
    color: #d5539d;
}
.opc .buttons-set {
    text-align: left;
    position: relative;
    z-index: 99;
}
.opc .buttons-set button.button {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0;
}
.opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0;
}
.opc .buttons-set .back-link {
    float: right;
    margin: 0;
}
.opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0;
}
@media only screen and (max-width: 479px) {
    .opc .buttons-set .button+.buttons-set .button,
    .paypal-express-review .buttons-set .button+.buttons-set .button {
        margin-left: 0;
    }
}
.opc #opc-login .step {
    padding: 0px;
}
.opc #opc-login .buttons-set {
    border-top: 0;
    padding-top: 5px;
}
@media only screen and (max-width: 980px) {
    .opc #opc-login .description,
    .opc #opc-login p.required {
        display: none;
    }
}
#opc-payment .note {
    padding: 10px;
}

/* -------------------------------------------- *

 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content

 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.

 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the

 * "Checkout Method" step.

 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
    -webkit-transition: opacity 300ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear 0;
}
.opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear 0;
}
.opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -webkit-transition-delay: 0;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear 0;
}

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */

/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */

/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
    opacity: 1;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    width: 0px;
    overflow: hidden;
}
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {}

/* -------------------------------------------- *

 * Shipping and Payment methods

 */
.sp-methods {
    margin: 0 0 8px;
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}
.sp-methods dt:first-child {
    margin: 0 0 5px;
}
.sp-methods dd li {
    margin: 5px 0;
}
.sp-methods label img {
    float: left;
}
.sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px;
}
.sp-methods .price {
    font-weight: bold;
}
.sp-methods .form-list {
    padding-left: 20px;
}
.sp-methods .form-list li {
    margin: 0 0 8px;
}
.sp-methods select.month {
    width: 120px;
    margin-right: 10px;
}
.sp-methods select.year {
    width: 96px;
}
.sp-methods input.cvv {
    width: 4em !important;
}
.sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px;
    content: '';
    display: table;
    clear: both;
}
.sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left;
}
.sp-methods .checkmo-list address {
    float: left;
}
@media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
        padding-left: 0;
    }
    
    .sp-methods .checkmo-list label {
        width: 135px;
    }
}
.sp-methods .release-amounts {
    margin: 0.5em 0;
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
}
.block-progress .block-content {
    font-size: 13px;
}
.block-progress dt {
    padding-top: 6px;
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: normal;
    color: #a0a0a0;
}
.block-progress dt.complete {
    color: #636363;
}
.block-progress dd {
    padding-left: 15px;
    margin-bottom: 10px;
    font-family: Trebuchet MS;
    font-style: italic;
}
.block-progress dd address {
    font-style: italic;
}
.block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
}
.block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #636363;
    font-family: Trebuchet MS;
    text-transform: none;
    font-style: italic;
    float: left;
    clear: both;
    font-size: 13px;
}
.block-progress .payment-info dt:after {
    content: ': ';
}
.block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 13px;
}
.block-progress .payment-info:after {
    content: '';
    display: table;
    clear: both;
}

/* review step */
#checkout-review-table .btn-remove img {
    display: none;
}
#checkout-review-table-wrapper {
    clear: both;
}
#review-buttons-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
#review-buttons-container .btn-checkout {
    min-width: 220px;
}
#review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
}
#review-buttons-container .f-left {
    float: right;
}
@media only screen and (max-width: 599px) {
    .linearize-table-large.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    .linearize-table.checkout-review-table thead tr:nth-child(1n+2) {
        display: none;
    }
}

/* show/hide "change" link for progress step depend on complete status

 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}
.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
    border-left: none;
    padding-left: 0;
}
#checkout-step-review .opc-block-progress .block-title {
    display: none;
}
#checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
}
#checkout-step-review .opc-block-progress .block-content>dl>div {
    float: left;
    width: 50%;
}
@media only screen and (max-width: 479px) {
    #checkout-step-review .opc-block-progress .block-content>dl>div {
        float: none;
        width: auto;
    }
}
#checkout-step-review .opc-block-progress .block-content .changelink {
    display: none;
}
@media only screen and (max-width: 479px) {
    #checkout-review-table thead>tr>th {
        display: none;
    }
    
    #checkout-review-table thead>tr>th:first-child {
        display: block;
    }
    
    #checkout-review-table thead>tr>th:first-child {
        display: block;
    }
}
#checkout-step-review .centinel>p {
    margin-bottom: 10px;
}
#checkout-step-review .centinel iframe {
    width: 100%;
    min-height: 400px;
}

/* Gift options */
.gift-messages-form .item {
    content: '';
    display: table;
    clear: both;
    margin-top: 30px;
}
.gift-messages-form .item h5 {
    font-weight: bold;
}
.gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px;
}
.gift-messages-form .item .details {
    float: left;
}
.gift-message-form .inner-box>div {
    content: '';
    display: table;
    clear: both;
    width: 100%;
    margin-top: 15px;
    display: block;
}
.gift-message-form .inner-box>div.extra-options-container p {
    margin-bottom: 15px;
}
.gift-message-form .gift-wrapping-form label {
    margin-right: 10px;
}
.gift-message-form .gift-wrapping-form img {
    float: left;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
}
.gift-message-form .gift-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ececec;
}
.gift-message-form .gift-item:after {
    content: '';
    display: table;
    clear: both;
}
.gift-message-form .gift-item .product-img-box {
    width: 200px;
}
.gift-message-form .gift-item .product-img-box .product-image {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
}
.gift-message-form .gift-item .product-img-box .product-name {
    display: block;
}
.gift-message-form .gift-item .fieldset {
    margin-left: 200px;
}
@media only screen and (max-width: 980px) {
    .gift-message-form .giftmessage-area {
        max-width: 100%;
    }
    
    .gift-message-form .gift-item .product-img-box {
        width: 100%;
        float: none;
    }
    
    .gift-message-form .gift-item .fieldset {
        margin-left: 0px;
    }
    
    .gift-message-form .gift-item .fieldset textarea {
        width: 100%;
    }
}

/* ============================================ *

 * Checkout - Success

 * ============================================ */
.checkout-onepage-success .col-main {
    padding: 0;
    text-align: center;
}
.checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: center;
}
.checkout-onepage-success .buttons-set button {
    float: none;
    background: #d55ea0;
    font-family: 'Trebuchet MS';
    padding: 15px 40px;
}

/* ============================================ *

 * Configurable Swatches

 * ============================================ */

/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
    display: block;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}
.swatch-link {
    border: 1px solid #cccccc;
    margin: 0 0 3px;
}
.swatch-link img {
    border-radius: 2px;
}
.swatch-link:hover {
    cursor: pointer;
    text-decoration: none;
}
.swatch-link .x {
    display: none;
    text-indent: -999em;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/bg_x.png) center no-repeat transparent;
    z-index: 10;
}
.swatch-link.has-image .swatch-label {
    position: relative;
}
.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}
.swatch-label {
    border: 1px solid #fff;
    margin: 0;
    white-space: nowrap;
    background: #f4f4f4;
}
.configurable-swatch-list {
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}
.configurable-swatch-list .not-available .x {
    display: block;
}
.configurable-swatch-list .not-available .swatch-link {
    border-color: #ededed;
    position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
    outline: 0;
}
#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}
#narrow-by-list dd .swatch-link {
    border: none;
    line-height: 25px;
    margin-right: 2px;
    text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #0c5fa7;
}
#narrow-by-list dd .swatch-label {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    float: left;
    line-height: 1.5em;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}
@media only screen and (max-width: 980px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}
.currently .swatch-current {
    position: relative;
}
.currently .swatch-current .btn-remove {
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
}
.currently .swatch-current span {
    display: block;
    float: left;
}
.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #0c5fa7;
}
.configurable-swatch-box {
    background: none !important;
}
.configurable-swatch-box select.swatch-select {
    display: none;
}
.configurable-swatch-box .validation-advice {
    margin: 0 0 5px;
    background: #df280a;
    padding: 2px 5px !important;
    font-weight: bold;
    color: #fff !important;
    float: left;
    display: block;
    border-radius: 3px;
}

/* CUSTOM */
.availability.out-of-stock span {
    color: #a0a0a0;
}
.product-view .product-options .swatch-attr {
    float: none;
    display: block;
    clear: both;
    border: 0;
}
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 12px;
}
.product-view .product-options .swatch-attr label {
    display: block;
    line-height: 1.3;
}
.product-view .product-options .swatch-attr .select-label {
    display: inline;
    font-weight: normal;
    color: #0c5fa7;
    padding-left: 5px;
}
.product-view .product-options dd .area-size .input-box {
    width: 100%;
    height: auto;
}
.product-view .product-options .select-label {
    display: none;
}
.product-view .add-to-cart button.out-of-stock {
    background-position: -80px -362px;
    cursor: default;
}

/* ============================================ *

 * Customer

 * ============================================ */
.customer-account-login .scaffold-form label:first-child {
    width: 115px;
}
.customer-account-login .col2-set .buttons-set {
    text-align: left;
    border-top: 0;
}
.customer-account-login .col2-set .buttons-set button,
.customer-account-login .col2-set .buttons-set .button {
    float: none;
    min-width: 50%;
    margin: 0;
}
.customer-account-login .col2-set .col-1 ul {
    list-style: none;
    padding-left: 20px;
    margin: 10px 0 20px 0;
}
@media only screen and (min-width: 480px) {
    .customer-account-login .col2-set .col-1,
    .customer-account-login .col2-set .col-2 {
        padding-top: 0;
        margin-top: 20px;
    }
    
    .customer-account-login .col2-set .col-1 {
        padding-right: 20px;
    }
    
    .customer-account-login .col2-set .col-2 {
        padding-left: 20px;
        border-left: 1px solid #ededed;
    }
}
@media only screen and (min-width: 980px) {
    .customer-account-login .col2-set .col-1 {
        padding-right: 0;
    }
    
    .customer-account-login .col2-set .col-2 {
        padding-left: 60px;
        border-left: 1px solid #ededed;
    }
}
@media only screen and (max-width: 479px) {
    .customer-account-login .col2-set .col-1 {
        padding-bottom: 30px;
    }
    
    .customer-account-login .col2-set .col-2 {
        padding-top: 30px;
        border-top: 1px solid #ededed;
    }
}
@media only screen and (max-width: 980px) {
    .customer-account-login .col2-set p.required {
        display: none;
    }
}
.customer-account-create .scaffold-form label:first-child {
    width: 140px;
}
.opc #opc-login p:not(.required) {
    font-style: normal;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #a0a0a0;
}
.remember-me-box a.hide {
    display: none;
}
.remember-me-box .link-tip {
    font-size: 13px;
    padding-left: 10px;
}
.remember-me-popup {
    display: none;
    border: 1px solid #cccccc;
    padding: 10px;
    position: relative;
}
.remember-me-popup.show {
    display: block;
}
.remember-me-popup p {
    font-family: ""Trebuchet MS";

}
.remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
}
.remember-me-popup .remember-me-popup-close-button {
    display: none;
}
.customer-account-create .buttons-set {
    max-width: 455px;
}
.customer-account-create .fieldset,
.customer-account-create .buttons-set {
    margin-left: 30px;
}
@media only screen and (max-width: 479px) {
    .customer-account-create .fieldset,
    .customer-account-create .buttons-set {
        margin-left: 0;
    }
}
.customer-account-create .fieldset .hidden {
    display: none;
}
.customer-account-create #remember-me-popup {
    max-width: 455px;
}
.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
    margin-left: 30px;
    max-width: 400px;
}
@media only screen and (max-width: 479px) {
    .customer-account-forgotpassword .fieldset,
    .customer-account-forgotpassword .buttons-set {
        margin-left: 0;
    }
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
    width: 100%;
}

/* ============================================ *

 * My Account Global Styles

 * ============================================ */
body.customer-account .my-account .page-title h1 {
    border: 0;
    text-align: left;
    color: #d5539d;
}
body.customer-account .my-account .title-buttons {
    position: relative;
    text-align: right;
}
body.customer-account .my-account .title-buttons h1 {
    text-align: left;
}
body.customer-account .my-account .title-buttons .button {
    position: absolute;
    right: 0;
    top: 0;
}
body.customer-account .my-account .title-buttons a,
body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px;
}
body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
    width: 100%;
    display: inline-block;
}
body.customer-account .my-account .addresses-list h3 {
    font-size: 14px;
    font-weight: 600;
}
body.customer-account .my-account .fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
}
body.customer-account .data-table {
    margin-top: 5px;
}
body.customer-account .data-table td a {
    font-family: "Trebuchet MS";
    text-transform: uppercase;
    font-style: normal;
    font-size: 13px;
}
body.customer-account .data-table span.nobr {
    white-space: normal;
}
body.customer-account .data-table span.nobr a {
    white-space: nowrap;
}
body.customer-account .data-table td.view a {
    display: inline-block;
}
body.customer-account .data-table .separator {
    display: none;
}
body.customer-account .sidebar .block ol#compare-items li {
    margin: 10px 0;
}
body.customer-account .sidebar .block .block-content p.block-subtitle {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block .block-content .actions {
    margin-top: 30px;
}
body.customer-account .sidebar ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
    display: inline-block;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-cart .summary {
    margin-bottom: 15px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
    display: inline;
    margin-bottom: 0;
}
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
    width: 40px;
    float: left;
    margin-right: 10px;
}
.form-list .customer-dob .dob-year {
    width: 80px;
    float: left;
}

/* ============================================ *

 * Dashboard

 * ============================================ */
.dashboard .box-head {
    margin-top: 0px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0px;
}
.dashboard .box-head h2 {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    color: #d5539d;
    padding-bottom: 15px;
    margin-top: 13px;
}
.dashboard .box-head a {
    padding: 10px;
}
.dashboard .box-title a,
.dashboard .box-head a {
    text-transform: uppercase;
    font-size: 12px;
}
.dashboard .box-account {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0px;
}
.dashboard .box-account p,
.dashboard .box-account address {
    font-family: Trebuchet MS;
    line-height: 18px;
    color: #b2b2b2;
    margin-bottom: 5px;
}
.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
}
.dashboard .col2-set .col-1 .box-title,
.dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
}
.dashboard .col2-set .col-1 .box-title h2,
.dashboard .col2-set .col-1 .box-title h3,
.dashboard .col2-set .col-2 .box-title h2,
.dashboard .col2-set .col-2 .box-title h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #045fa9;
}
.dashboard .col2-set .col-1 .box-title a,
.dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
}
.dashboard .box-reviews.box-account {
    padding-bottom: 0;
}
.dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
}
.dashboard .box-reviews li:first-child {
    border-top: 0;
}
.dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 13px;
}
.dashboard .box-reviews li .details {
    margin-left: 20px;
}
.dashboard .box-reviews li .details .ratings {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 0;
}
.dashboard .box-reviews li .details .ratings strong {
    float: left;
    font-family: "Trebuchet MS";
    font-size: 13px;
    margin-right: 5px;
}
.dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0 0;
}

/* ============================================ *

 * Address Book

 * ============================================ */
.my-account .addresses-list {
    font-family: Trebuchet MS;
}
.my-account .addresses-list .col-1,
.my-account .addresses-list .col-2 {
    padding-bottom: 0;
}
.my-account .addresses-list .item {
    margin: 0 0 30px 0;
}
.my-account .addresses-list .item p {
    margin-top: 10px;
}
@media only screen and (max-width: 980px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .my-account .addresses-list .col-1 li.empty,
    .my-account .addresses-list .col-2 li.empty {
        width: 100%;
    }
}
@media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
        white-space: nowrap;
    }
}

/* ============================================ *

 * Order View

 * ============================================ */
.order-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-bottom: 30px;
}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}
.order-info dt {
    margin-right: 20px;
}
.order-info li {
    margin: 0 0 0 20px;
}
.order-info li.current {
    font-weight: 600;
}
.order-info li:first-child {
    margin-left: 0;
}
.order-date {
    font-family: "Trebuchet MS";
}
.order-info-box {
    margin-bottom: 40px;
    margin-top: 20px;
}
.order-info-box+.order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
}
.order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
}
.order-info-box .col-2 {
    width: 52%;
}
.order-info-box .col-1,
.order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left;
}
.order-info-box .box-title h2 {
    font-size: 14px;
    font-family: "Trebuchet MS";
    font-weight: bold;
    line-height: 1.5;
}
.order-info-box .box-title h2:after {
    content: ':';
}
.order-info-box .box-content {
    float: left;
    font-family: Trebuchet MS;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.order-info-box .box-content td,
.order-info-box .box-content th {
    font-family: Trebuchet MS;
    line-height: 1.3;
}
.order-info-box .box-content th {
    padding-top: 10px;
}
.order-info-box .box-content td {
    padding-left: 15px;
}
.order-info-box .box-content strong {
    font-family: "Trebuchet MS";
    font-weight: normal;
    text-transform: uppercase;
}
#my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
}
#my-orders-table .option-value {
    margin-left: 20px;
}
#my-orders-table tr.bundle:not(:last-child) td {
    border-bottom: none;
    border-top: none;
}
ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
}
ol#cart-sidebar-reorder li input {
    margin-right: 10px;
}
ol#cart-sidebar-reorder p.product-name {
    display: inline;
}
@media only screen and (max-width: 599px) {
    #my-orders-table .option-label {
        margin-left: 20px;
    }
    
    #my-orders-table .option-value {
        margin-left: 35px;
    }
    
    #my-orders-table td[data-rwd-label=Qty] .nobr br {
        display: none;
    }
    
    #my-orders-table td[data-rwd-label=Qty] .nobr strong {
        margin-right: 10px;
    }
    
    #my-orders-table tr.bundle {
        border-color: #ededed;
    }
    
    #my-orders-table tr.bundle.child td[data-rwd-label] {
        padding-left: 60px;
    }
    
    #my-orders-table tbody:last-child tr:last-child td {
        padding-bottom: 10px;
        border-bottom: 0;
    }
    
    #my-orders-table tbody:last-child tr:last-child td:last-child {
        padding-bottom: 15px;
    }
    
    #my-orders-table tfoot tr.shipping {
        margin-top: 0;
    }
}
.order-additional {
    margin: 40px 0;
}
.order-gift-message dd {
    margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        padding-right: 30px;
        padding-bottom: 0;
    }
    
    body.customer-account .data-table td.view a {
        white-space: normal;
    }
}
@media only screen and (max-width: 979px) {
    body.customer-account .my-account .title-buttons {
        text-align: left;
    }
    
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
        top: -12px;
    }
}
@media only screen and (max-width: 980px) {
    body.customer-account .data-table.orders th.ship,
    body.customer-account .data-table.orders td.ship,
    body.customer-account .data-table.orders td.status,
    body.customer-account .data-table.orders th.status {
        display: none;
    }
    
    .order-info-box .box-content {
        clear: left;
    }
    
    .addresses-list .item {
        float: left;
        width: 50%;
        padding-right: 30px;
    }
    
    .order-info dt {
        display: none;
    }
    
    .dashboard .page-title {
        margin-top: 20px;
    }
    
    .dashboard .page-title h1 {
        margin-top: 0;
    }
    
    .dashboard .welcome-msg {
        font-family: Trebuchet MS;
    }
    
    .dashboard .welcome-msg .hello {
        font-style: italic;
    }
    
    .dashboard .box-account {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 48%;
        padding-right: 0;
        padding-left: 0;
    }
    
    .dashboard .col2-set .col-1 {
        float: left;
        margin-right: 4%;
    }
    
    .dashboard .col2-set .col-2 {
        float: right;
    }
}
@media only screen and (max-width: 599px) {
    body.customer-account .my-account .form-list .control {
        padding-left: 0;
    }
}
@media only screen and (max-width: 479px) {
    body.customer-account .my-account .page-title h1 {
        text-align: center;
    }
    
    body.customer-account .my-account .title-buttons {
        text-align: center;
    }
    
    body.customer-account .my-account .title-buttons .button {
        width: 100%;
        position: static;
        margin-bottom: 15px;
    }
    
    body.customer-account .my-account .title-buttons .button+.button {
        margin-left: 0px;
    }
    
    body.customer-account .my-account .fieldset h2 {
        margin-bottom: 15px;
    }
    
    body.customer-account .my-account .order-details h2 {
        margin-bottom: 15px;
    }
    
    body.customer-account .my-account .buttons-set {
        border-top: 0;
    }
    
    body.customer-account .my-account .addresses-list .item {
        margin-bottom: 15px;
        padding-right: 0;
        float: none;
        width: auto;
    }
    
    body.customer-account .my-account .addresses-list h2 {
        margin-bottom: 15px;
    }
    
    .order-info {
        margin-top: 15px;
    }
    
    .data-table.orders .link-reorder,
    .data-table.orders .date {
        display: none;
    }
    
    .data-table.orders td.view {
        text-align: right;
    }
    
    .dashboard .col2-set .col-1,
    .dashboard .col2-set .col-2 {
        width: 100%;
        margin-top: 15px;
    }
    
    .order-info-box {
        margin: 0;
    }
    
    .order-info-box .col-1,
    .order-info-box .col-2 {
        width: 100%;
        border-bottom: 1px solid #ededed;
        padding: 15px 0;
    }
    
    .order-info-box+.order-info-box {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 30px;
    }
    
    #my-reviews-table .nobr {
        white-space: normal;
    }
}

/* ============================================ *

 * Newsletter Subscriptions

 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
    margin-bottom: 20px;
}
body.newsletter-manage-index .my-account .fieldset h2 {
    display: none;
}
body.newsletter-manage-index .my-account .form-list {
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

/* ============================================ *

 * Contacts

 * ============================================ */
.contacts-index-index .buttons-set {
    margin-left: 30px;
    max-width: 435px;
}
.contacts-index-index .buttons-set p.required {
    float: left;
}
@media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
        max-width: 330px;
        margin-left: 0;
    }
    
    .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px;
    }
    
    .contacts-index-index .buttons-set p.required {
        float: right;
    }
}

/* ============================================ *

 * PayPal

 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
    .paypal-review-order .col2-set .col-1,
    .paypal-review-order .col2-set .col-2 {
        padding: 0px;
    }
}
.paypal-review-order .info-set {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.paypal-review-order .buttons-set {
    margin-top: 0px;
    padding-top: 0px;
    border: 0;
}
.paypal-review-order .buttons-set button {
    margin-bottom: 10px;
}
@media only screen and (max-width: 980px) {
    .paypal-review-order .col-1 {
        padding-bottom: 0;
    }
    
    .paypal-review-order .field.inactive {
        display: none;
    }
}
.top-container .bml-ad {
    margin-top: 7px;
    margin-bottom: 7px;
    text-align: center;
}
.top-container .bml-ad span {
    display: inline-block;
}
.top-container .bml-ad span a {
    display: block;
}
.bml-ad {
    display: none;
    text-align: center;
    margin-bottom: 5px;
}
.bml-ad span {
    display: block;
    line-height: 0;
}
.bml-ad a {
    display: inline-block;
    max-width: 100%;
}
.bml-ad a:hover {
    opacity: 1;
}
.bml-ad img {
    height: auto !important;
    max-width: 100%;
}
.cart-totals-wrapper .bml-ad.large img {
    display: block;
    margin: 0;
}
@media only screen and (max-width: 980px) {
    .bml-ad.small {
        display: block;
    }
}
@media only screen and (min-width: 981px) {
    .bml-ad.large {
        display: block;
    }
}
div.paypal-logo {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}
div.paypal-logo span {
    display: block;
    width: 100%;
}
div.paypal-logo span a {
    display: inline-block;
    max-width: 100%;
}
div.paypal-logo span a img {
    max-width: 100%;
}
div.paypal-logo span>img {
    display: none;
}
.checkout-types div.paypal-logo {
    text-align: right;
}
.bml-checkout-type {
    list-style-type: none;
}
.sidebar .paypal-logo {
    text-align: center;
    line-height: 0;
}
.sidebar .paypal-logo>a {
    display: inline-block;
    max-width: 100%;
}
.sidebar .paypal-logo>a:hover {
    opacity: 1;
}
.sidebar .paypal-logo>a img {
    display: block;
}
.sidebar .paypal-logo .label {
    margin-top: 4px;
}
.sidebar .paypal-logo .label a {
    font-size: 12px;
    line-height: 1.5;
}

/* ============================================ *

 * Review - Customer

 * ============================================ */
#customer-reviews {
    width: auto;
    float: none;
}
#customer-reviews .review-heading {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px 0 5px;
}
#customer-reviews .review-heading:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .review-heading h2 {
    float: left;
    display: block;
}
#customer-reviews .review-heading .pager {
    clear: none;
    float: right;
    width: auto;
}
#customer-reviews .review-heading .pager .count-container .limiter {
    margin-bottom: 0;
}
#customer-reviews .review-heading .pager .count-container .limiter label {
    font-family: "Trebuchet MS";
    font-size: 10px;
    text-transform: uppercase;
}
#customer-reviews .review-heading .pager .amount {
    display: none;
}
#customer-reviews h2 {
    color: #0c5fa7;
    font-size: 12px;
    text-transform: uppercase;
}
#customer-reviews h2 span {
    color: #636363;
}
#customer-reviews h3 {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
#customer-reviews h3 span {
    color: #0c5fa7;
}
#customer-reviews .fieldset {
    padding-top: 25px;
    width: 470px;
}
#customer-reviews .fieldset h4 {
    border-bottom: 1px solid #cccccc;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}
#customer-reviews .fieldset h4 em {
    display: none;
}
#customer-reviews .fieldset .form-list {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
    width: 470px;
}
#customer-reviews .fieldset .form-list .inline-label:after {
    content: '';
    display: table;
    clear: both;
}
#customer-reviews .fieldset .form-list label {
    font-size: 12px;
    font-weight: normal;
}
#customer-reviews .fieldset .form-list textarea {
    border: 1px solid #cccccc;
    border-radius: 0;
    min-width: 100%;
    -webkit-appearance: none;
}
#customer-reviews .fieldset .form-list input {
    border: 1px solid #cccccc;
    border-radius: 0;
}
#customer-reviews .fieldset .form-list input[type="text"] {
    width: 100%;
}
#customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px;
}
#customer-reviews dl {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
}
#customer-reviews dl dt {
    margin: 10px 0;
    text-transform: uppercase;
}
#customer-reviews dl dd {
    font-family: Trebuchet MS;
    font-size: 14px;
    margin: 10px 0;
}
#customer-reviews dl dd .ratings-table {
    font-family: "Trebuchet MS";
    font-size: 12px;
    width: 100%;
}
#customer-reviews dl dd .ratings-table tr {
    margin-right: 15px;
}
#customer-reviews dl dd .ratings-table .review-label {
    width: 300px;
    max-width: 70%;
}
#customer-reviews dl dd table {
    margin: 15px 0;
}
#customer-reviews dl dd .review-meta {
    color: #0c5fa7;
    font-family: "Trebuchet MS";
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.review-summary-table {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px;
}
.review-summary-table thead {
    background: transparent;
}
.review-summary-table thead th {
    background: transparent;
    border: none;
    padding: 15px 7px 10px 8px;
}
.review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 12px;
}
.review-summary-table tbody td {
    border: none;
    text-align: center;
    padding: 0;
}
.review-summary-table tbody td label {
    width: 100%;
    display: block;
    padding: 11px 0;
}
.review-summary-table .rating-box .rating-number {
    display: none;
}
.review-summary-table .rating-box .rating-number:after {
    content: "";
    display: inline-block;
    background-position: 0px -599px;
    width: 13px;
    height: 14px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* ============================================ *

 * Ratings - Global

 * ============================================ */
.ratings-table {
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-transform: uppercase;
}
.ratings-table th {
    padding-right: 10px;
}
.ratings-table .rating-box {
    background-position: 0 -615px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px;
}
.ratings-table .rating-box .rating {
    background-position: 0 -600px;
    background-repeat: repeat-x;
    float: left;
    height: 13px;
    text-indent: -9999px;
}
@media only screen and (max-width: 980px) {
    body.review-product-list .product-view .product-shop .price-info {
        padding-left: 0;
    }
    
    body.review-product-list .product-view .product-shop .extra-info {
        padding: 0;
        min-width: 84%;
    }
    
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
        margin: 10px 0;
        width: 100%;
    }
    
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 535px) {
    body.review-product-list .product-view .product-shop .extra-info {
        min-width: 0;
    }
    
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: none;
        margin-right: 0;
    }
}
@media only screen and (max-width: 520px) {
    #customer-reviews .fieldset {
        width: 100%;
    }
    
    #customer-reviews .fieldset .form-list {
        width: 100%;
    }
    
    #customer-reviews .fieldset .form-list .inline-label label,
    #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none;
    }
    
    #customer-reviews .buttons-set {
        width: 100%;
    }
    
    #customer-reviews .review-summary-table thead th {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #customer-reviews .review-summary-table tbody th {
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #customer-reviews .review-summary-table tbody td {
        width: 20%;
        padding: 0px;
    }
    
    #customer-reviews .review-summary-table .rating-box {
        text-indent: 0px;
        text-align: center;
        background: none;
        height: 19.6px;
        width: 100%;
    }
    
    #customer-reviews .review-summary-table .rating-box .rating {
        display: none;
    }
    
    #customer-reviews .review-summary-table .rating-box .rating-number {
        display: inline-block;
    }
}
@media only screen and (max-width: 450px) {
    #customer-reviews dl dd .ratings-table tr {
        float: none;
    }
}

/* ============================================ *

 * Review View Page

 * ============================================ */
.review-product-view .product-review .product-details h2 {
    border-bottom: none;
}
.review-product-view .product-review .product-img-box {
    width: auto;
    max-width: 50%;
}
.review-product-view .product-review .product-img-box>a {
    width: 100%;
}
.review-product-view .product-review .product-img-box .product-image {
    width: 100%;
}
@media only screen and (max-width: 980px) {
    .review-product-view .product-review .product-img-box {
        max-width: 100%;
    }
}

/* ============================================ *

 * Slideshow

 * ============================================ */
.slideshow-container {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ededed;
}
.slideshow-container .slideshow {
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    border: 10px solid #FFFFFF;
}
.slideshow-container .slideshow>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
    margin: 0;
}
.slideshow-container .slideshow>li:first-child {
    position: static;
    z-index: 100;
}
.slideshow-container .slideshow>li img {
    max-width: 100%;
    width: 100%;
}
.slideshow-pager {
    text-align: center;
    width: 100%;
    z-index: 115;
    position: absolute;
    bottom: 0px;
    top: auto;
    overflow: hidden;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-pager span {
    font-family: arial;
    width: 44px;
    height: 44px;
    display: inline-block;
    color: #DDDDDD;
    cursor: pointer;
}
.slideshow-pager span:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 1px;
    background-color: #FFFFFF;
    position: relative;
}
.slideshow-pager span:hover:before {
    background-color: #2e8ab8;
}
.slideshow-pager span.cycle-pager-active:before {
    background-color: #297aa3;
}
.slideshow-pager>* {
    cursor: pointer;
}
.slideshow-prev,
.slideshow-next {
    position: absolute;
    top: 0;
    width: 15%;
    max-width: 80px;
    height: 100%;
    opacity: 1;
    z-index: 110;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.slideshow-prev:before,
.slideshow-next:before {
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    border-style: solid;
    display: block;
    top: 50%;
    margin-top: -15px;
}
.slideshow-prev:hover,
.slideshow-next:hover {
    opacity: 1;
}
.slideshow-prev.disabled,
.slideshow-next.disabled {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    cursor: default;
}
.slideshow-prev {
    left: 8px;
}
.slideshow-prev:before {
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 50%;
    left: 10px;
}
.slideshow-prev:hover:before {
    border-color: transparent #2e8ab8 transparent transparent;
}
.slideshow-next {
    right: 8px;
}
.slideshow-next:before {
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    top: 50%;
    right: 10px;
}
.slideshow-next:hover:before {
    border-color: transparent transparent transparent #2e8ab8;
}
.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 110;
}
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 120;
    background: black;
    color: white;
    padding: 15px;
    opacity: 1;
}

/* ============================================ *

 * Wishlist

 * ============================================ */
#wishlist-table th {
    text-align: center;
}
#wishlist-table.clean-table {
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}
#wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
}
#wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
}
#wishlist-table.clean-table thead th {
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-transform: uppercase;
}
#wishlist-table .product-name {
    font-size: 16px;
    font-family: "Trebuchet MS";
    margin-bottom: 0;
    text-transform: uppercase;
}
#wishlist-table .product-name a {
    color: #0c5fa7;
}
#wishlist-table .wishlist-sku {
    font-size: 11px;
    font-family: "Trebuchet MS";
    margin: 5px 0;
}
#wishlist-table textarea {
    border: 1px solid silver;
    width: 100%;
    height: 45px;
    font-size: 11px;
    font-family: "Trebuchet MS";
}
#wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:-moz-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
}
#wishlist-table textarea:focus {
    border: 1px solid #0c5fa7;
}
#wishlist-table .item-manage {
    text-align: right;
    max-width: 450px;
    padding-top: 5px;
}
#wishlist-table .item-manage .button {
    font-size: 11px;
    padding: 3px 5px;
}
#wishlist-table .cart-cell {
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-image {
    width: 113px;
}
#wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
}
#wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
}
#wishlist-table td.customer-wishlist-item-cart .button {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
}
#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
}
#wishlist-table td.customer-wishlist-item-cart>p {
    margin-bottom: 0;
}
#wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
}
#wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
}
#wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
}
#wishlist-table td .button,
#wishlist-table td button {
    white-space: normal;
}
#wishlist-table .price-box {
    font-family: "Trebuchet MS";
    font-size: 12px;
}
#wishlist-table .price-box .price {
    color: #636363;
}
#wishlist-table .giftregisty-add {
    margin-top: 5px;
}
#wishlist-table .giftregisty-add .change {
    display: none;
}
#wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #0c5fa7;
    margin-bottom: 3px;
}
#wishlist-table .truncated .details {
    background: none;
    color: #0c5fa7;
}
#wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
}
@media only screen and (max-width: 1199px) {
    #wishlist-table.clean-table td {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 979px) {
    #wishlist-table.clean-table td {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #wishlist-table.clean-table td textarea {
        height: 100px;
    }
    
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 110px;
    }
    
    #wishlist-table .product-name {
        font-size: 13px;
    }
}
@media only screen and (max-width: 980px) {
    #wishlist-table:after {
        content: '';
        display: table;
        clear: both;
    }
    
    #wishlist-table .product-name {
        font-size: 16px;
    }
    
    #wishlist-table textarea {
        height: 68px;
        max-width: 100%;
    }
    
    #wishlist-table .item-manage {
        max-width: 100%;
    }
    
    #wishlist-table tr {
        position: relative;
    }
    
    #wishlist-table tr:after {
        content: '';
        display: table;
        clear: both;
    }
    
    #wishlist-table td.customer-wishlist-item-image {
        width: 70px;
    }
    
    #wishlist-table td.customer-wishlist-item-image img {
        width: 70px;
        height: 70px;
    }
    
    #wishlist-table td.customer-wishlist-item-cart p {
        margin-bottom: 0;
    }
    
    #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
        margin-right: 0;
        padding-top: 4px;
    }
    
    #wishlist-table td.customer-wishlist-item-cart {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 599px) {
    #wishlist-table td.customer-wishlist-item-quantity {
        padding-left: 0;
    }
    
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table th.customer-wishlist-item-image {
        display: none;
    }
}
@media only screen and (max-width: 479px) {
    #wishlist-table tr {
        position: relative;
    }
    
    #wishlist-table th.customer-wishlist-item-image {
        display: block;
    }
    
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table td.customer-wishlist-item-info,
    #wishlist-table td.customer-wishlist-item-quantity,
    #wishlist-table td.customer-wishlist-item-price,
    #wishlist-table td.customer-wishlist-item-cart {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        empty-cells: hide;
    }
    
    #wishlist-table td.customer-wishlist-item-image {
        display: block;
        overflow: hidden;
    }
    
    #wishlist-table td.customer-wishlist-item-image a {
        float: left;
    }
    
    #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px;
    }
    
    #wishlist-table td.customer-wishlist-item-quantity,
    #wishlist-table td.customer-wishlist-item-price {
        text-align: left;
    }
    
    #wishlist-table td.customer-wishlist-item-quantity:before,
    #wishlist-table td.customer-wishlist-item-price:before {
        float: left;
        margin-right: 15px;
    }
    
    #wishlist-table td.customer-wishlist-item-quantity .cart-cell,
    #wishlist-table td.customer-wishlist-item-price .cart-cell {
        text-align: left;
    }
    
    #wishlist-table td.customer-wishlist-item-quantity .price-box,
    #wishlist-table td.customer-wishlist-item-price .price-box {
        margin-top: 0;
    }
    
    #wishlist-table td.customer-wishlist-item-cart .cart-cell {
        float: left;
        width: 48%;
    }
    
    #wishlist-table td.customer-wishlist-item-cart>p {
        float: right;
        width: 48%;
    }
    
    #wishlist-table td.customer-wishlist-item-remove {
        position: absolute;
        top: 15px;
        right: 0px;
        display: block;
        padding: 0px;
        height: 20px;
    }
    
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
        width: 100%;
    }
}

/* ============================================ *

 * Wishlist Sidebar

 * ============================================ */
.block-wishlist .mini-products-list>li:not(:last-child) {
    padding-bottom: 5px;
}
.block-wishlist .product-details .product-name {
    padding-top: 0;
    margin-bottom: 5px;
}
.block-wishlist .price-box {
    float: left;
    margin: 0;
}
.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
    font-size: 12px;
}
.block-wishlist .link-cart {
    float: left;
    text-transform: uppercase;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
}

/* ============================================ *

 * Checkout - Mini cart

 * ============================================ */
.header-minicart {
    display: inline-block;
}
@media only screen and (max-width: 980px) {
    .header-minicart {
        display: block;
    }
}
.header-minicart .minicart-message {
    display: block;
    padding: 10px;
}
.header-minicart .empty {
    padding: 10px;
    text-align: center;
}
.header-minicart .minicart-wrapper {
    clear: both;
    width: 30%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0 12px #a2a2a2;
    z-index: 999;
}
.header-minicart .minicart-wrapper:before,
.header-minicart .minicart-wrapper:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.header-minicart .minicart-wrapper:before {
    background-color: white;
    opacity: 1;
    z-index: 2;
}
.header-minicart .minicart-wrapper:after {
    background-image: url("../images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
    position: fixed;
}
.header-minicart .minicart-wrapper.loading:before,
.header-minicart .minicart-wrapper.loading:after {
    display: block;
}
.header-minicart .block-cart {
    display: inherit;
}
.header-minicart .block-subtitle {
    color: #50A4CF;
    font-family: "Trebuchet MS";
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
    width: 40px;
    float: right;
    display: block;
    color: #636363;
    text-decoration: none;
    font-weight: normal;
    font-size: 30px;
    position: absolute;
    top: -8px;
    right: -3px;
    display: none;
}
.header-minicart .mini-products-list {
    padding: 10px;
    padding-top: 0px;
    overflow: auto;
}
.header-minicart .mini-products-list li {
    padding: 8px 5px 8px 11px !important;
    border-bottom: 1px solid #DDDDDD !important;
    position: relative;
    float: left;
    background: #fff;
    width: 100% !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.header-minicart .mini-products-list li.last {
    border: none;
}
.header-minicart .mini-products-list li .product-details {
    position: relative;
    width: 80%;
    float: left;
    text-align: left;
}
.header-minicart .product-details .product-name {
    padding-top: 0px;
    text-align: left;
    display: inline-table;
    float: left;
    width: 100%;
    text-transform: none;
}
.header-minicart .product-details .product-name a {
    color: #d55ea0;
    float: left;
    width: 100%;
    height: auto;
    background: transparent !important;
}
.header-minicart .info-wrapper {
    margin-bottom: 0.5em;
    border: 0;
}
.header-minicart .info-wrapper th {
    text-transform: uppercase;
    padding-right: 10px;
}
.header-minicart .info-wrapper td {
    color: #1968ad;
    clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
}
.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 2px;
    width: 3.2em;
    text-align: center;
    height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
}
.header-minicart .subtotal {
    text-align: center;
    line-height: 2em;
    padding: 20px 20px 5px;
    float: left;
    width: 100%;
}
.header-minicart .mini-cart-total .label {
    color: #045fa9;
    text-transform: inherit;
    float: left;
    display: block;
    width: 50%;
    text-align: left;
}
.header-minicart .mini-cart-total .tax-mini {
    display: block;
    clear: both;
    line-height: 20px;
}
.header-minicart .mini-cart-total .price {
    color: #045fa9;
    float: right;
    display: block;
    width: 50%;
    text-align: right;
}
.header-minicart .minicart-actions {
    padding: 10px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
    height: 50px;
}
.header-minicart .minicart-actions .cart-link {
    height: auto;
    line-height: 39px;
    text-transform: uppercase;
    font-size: 13px;
    border-right: 1px solid #bd4c8b;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
    line-height: 1.6;
}
.header-minicart #minicart-error-message {
    text-align: center;
    color: red;
    display: none;
}
.header-minicart #minicart-success-message {
    text-align: center;
    color: green;
    position: absolute;
    top: 49px;
    z-index: 9;
    width: 100%;
    font-size: 13px;
    display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
    display: none;
}
.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
    display: inherit;
}
.mini-total-new {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #e2e2e2;
    float: left;
    padding: 15px 0 10px;
    margin-left: 5%;
    display: inline-block;
    font-weight: bold;
}

/*

a.skip-link.skip-cart.skip-active {

    position: fixed;

    z-index: 999;

    right: 0;

    top: 5px;

    background-position: top -10px right -258px;

  background-repeat: no-repeat;

    width: 45px;

}

*/
@media only screen and (min-width: 981px) {
    .checkout-types.minicart {
        float: none;
        text-align: center;
    }
}
@media only screen and (max-width: 479px) {
    .header-minicart a.skip-cart {
        z-index: 1;
    }
}
@media only screen and (max-width: 980px) {
    /*.header-minicart .subtotal .label {

    color: #636363;

  }*/
    
    .checkout-cart-index .location_bar {
        padding-left: 70px;
    }
    
    .checkout-cart-index #locationField input#autocomplete {
        width: 79%;
    }
    
    .checkout-cart-index .location_bar {
        padding-right: 10px;
    }
    
    .checkout-cart-index .detect {
        font-size: 0;
        width: 34px;
        margin-left: 10px;
        height: 24px;
    }
    
    .header-minicart .minicart-wrapper:before {
        background-color: #EDEDED;
    }
    
    .header-minicart .quantity-button {
        float: none;
    }
    
    .header-minicart .header-minicart .block-cart {
        padding: 15px;
    }
    
    .header-minicart .header-minicart .block-subtitle {
        padding-top: 59px;
    }
    
    .header-minicart .minicart-actions {
        padding-bottom: 33px;
    }
    
    .header-minicart .minicart-actions .cart-link {
        bottom: 0;
        right: 10px;
        position: absolute;
    }
    
    .header-minicart .minicart-actions .checkout-types.minicart li {
        display: inline-block;
    }
    
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo>a {
        display: inline;
    }
    
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
        display: inline-block;
        vertical-align: top;
    }
    
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        width: auto;
        float: none;
        display: inline;
        margin: 0 10px 5px 10px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 740px) {
    .header-minicart .minicart-actions .cart-link {
        right: auto;
        left: 0;
        text-align: center;
        width: 100%;
    }
    
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    
    .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
        line-height: 1.6;
    }
}
@media only screen and (max-width: 599px) {
    .header-minicart .minicart-actions .checkout-button {
        width: 100%;
    }
}

/* ============================================ *

 * Search - Auto Suggest

 * ============================================ */
.search-autocomplete {
    left: -50% !important;
    overflow: visible !important;
    position: relative !important;
    top: -20px !important;
    width: 300px !important;
    z-index: 200;
}
.ajaxsearch a {
    display: block;
    float: left;
    padding-left: 0;
    width: 100%;
}
.ajaxsearch .preview img {
    border: 0 !important;
    width: 40px;
}
.ajaxsearch .preview img {
    float: left;
    left: 10px;
    position: absolute;
    top: 5px;
}
.search-autocomplete ul {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 0;
    left: 0;
    padding-left: 0;
    box-shadow: 1px 1px 8px #b3b3b3;
    position: absolute;
    top: 0;
    width: 100%;
}
.search-autocomplete ul li {
    border-bottom: 0 none;
    color: #0c5fa7;
    cursor: pointer;
    font-family: "Neutra Display Titling";
    font-size: 13px;
    font-weight: 300;
    line-height: 15px;
    padding: 17px 10px 17px 55px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}
.search-autocomplete ul li:hover {
    color: #0c5fa7;
    background: #f6dbe9;
}
.search-autocomplete ul li.selected {
    background-color: #f6dbe9;
    color: #0c5fa7;
}
.search-autocomplete ul li .amount {
    float: right;
    font-weight: bold;
}
.search-autocomplete ul li:last-child {
    border-bottom: 1px #f1f1f1 solid;
}
.ajaxsearch li.suggest {
    display: none;
}
.search-autocomplete:before {
    /*  content: '';

    position: absolute;

    width: 0;

    height: 0;

    display: block;

    border-right: 7px solid transparent;

    border-left: 7px solid transparent;

    border-bottom: 7px solid #f6dbe9;

    border-top: none;

    left: 50%;

    top: -7px;*/
}

/* ============================================ *

 * Search - Advanced

 * ============================================ */
.advanced-search {
    background: #f4f4f4;
    border: 1px solid #ededed;
    padding: 30px;
}
.advanced-search select.multiselect option {
    border-bottom: 1px solid #ededed;
    padding: 2px 5px;
}
@media only screen and (max-width: 479px) {
    .advanced-search {
        padding: 15px;
    }
}

/* ============================================ *

 * Account - Reviews

 * ============================================ */
.product-review .product-img-box p.label {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-family: "Trebuchet MS";
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.product-review .product-img-box .rating-box {
    margin: 15px 0;
}
.product-review .product-details h2 {
    border-bottom: 1px solid #cccccc;
    color: #0c5fa7;
    font-size: 16px;
    font-weight: 600;
    font-family: "Trebuchet MS";
    padding-bottom: 10px;
}
.product-review .ratings-table {
    font-family: "Trebuchet MS";
}
.product-review .ratings-table th {
    padding-right: 10px;
}
.product-review .ratings-table tr {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    text-transform: uppercase;
}
.product-review .ratings-description dt {
    border-bottom: 1px solid #cccccc;
    font-size: 16px;
    font-weight: 400;
    font-family: "Trebuchet MS";
    margin-top: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.product-review .ratings-description dd {
    color: #737373;
    font-family: "Trebuchet MS";
    font-size: 13px;
}
@media only screen and (min-width: 981px) {
    .product-review .ratings-table tr {
        float: none;
    }
}
@media only screen and (min-width: 1126px) {
    .product-review .ratings-table tr {
        float: left;
        margin-right: 15px;
    }
}
@media only screen and (max-width: 320px) {
    .product-review .ratings-table tr {
        float: none;
    }
}

/* ============================================ *

 * CMS Pages

 * ============================================ */
.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3 {
    border: none;
}
.cms-page-view .std img,
.cms-no-route .std img {
    max-width: 100%;
}
.cms-page-view .std p,
.cms-no-route .std p {
    color: #636363;
    font-family: Trebuchet MS;
    font-size: 14px;
    line-height: 24px;
}
.cms-page-view .std h1,
.cms-no-route .std h1 {
    color: #0c5fa7;
}
.cms-page-view .std h2,
.cms-no-route .std h2 {}
.cms-page-view .std li,
.cms-no-route .std li {
    color: #636363;
    font-family: Trebuchet MS;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
}
.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
    content: '';
    display: table;
    clear: both;
}
.cms-no-route .std img {
    width: 100%;
}
.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
    margin-bottom: 10px;
}
.cms-page-view .std .messages ul,
.cms-home .std .messages ul,
.cms-no-route .std .messages ul {
    margin-bottom: 0;
}
.cms-page-view .std .messages li,
.cms-home .std .messages li,
.cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: ""Trebuchet MS";

}
#accordion .toggle-tabs {
    display: none;
}
#accordion>dl>dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
}
#accordion>dl>dt:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #0c5fa7;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
}
#accordion>dl>dt:hover {
    background-color: #ececec;
}
#accordion>dl>dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
}
#accordion>dl>dd:last-child {
    border-width: 0 1px 1px 1px;
}
#accordion li {
    position: relative;
    overflow: hidden;
}
#accordion li .plusimage h2 {
    margin-right: 10px;
}
.page-sitemap .links {
    display: block;
    text-align: right;
    margin: 0 20px 0 0;
}
.page-sitemap .links a {
    position: relative;
}
.page-sitemap .sitemap {
    padding: 0 20px;
    margin: 15px 0;
    font-size: 12px;
}
.page-sitemap .sitemap li {
    margin: 3px 0;
}
.contacts-index-index h1 {
    border: none;
}
#contactForm {}
#contactForm h2 {
    display: none;
}
#contactForm:after {
    content: '';
    display: table;
    clear: both;
}
#contactForm .fieldset .legend+.required {
    margin: 0;
    display: none;
}
@media only screen and (max-width: 980px) {
    #contactForm {
        padding-left: 0;
    }
}

/* ============================================ *

 * Pricing Conditions

 * ============================================ */
.price-box .minimal-price-link .label {
    color: #cf5050;
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-transform: uppercase;
}
.map-info {
    white-space: nowrap;
}
.catalog-product-view .map-info {
    white-space: normal;
}
.catalog-product-view .map-info>span {
    float: right;
    margin-bottom: 5px;
}
.catalog-product-view .map-info .price-box.map-info>a {
    float: right;
    width: 100%;
}

/* ============================================ *

 * Cookies

 * ============================================ */
.notice-cookie .notice-inner {
    padding-bottom: 0;
}
.notice-cookie .notice-inner:after {
    content: '';
    display: table;
    clear: both;
}
.notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left;
}
.notice-cookie .notice-text p {
    padding-bottom: 14.5px;
    line-height: 1.3;
}
.notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px;
}
@media only screen and (max-width: 979px) {
    .notice-cookie .notice-text {
        max-width: 86%;
    }
}
@media only screen and (max-width: 980px) {
    .notice-cookie {
        padding: 0 20px;
    }
    
    .notice-cookie .notice-text {
        max-width: 82%;
        padding-top: 0;
    }
}
@media only screen and (max-width: 620px) {
    .notice-cookie {
        padding: 0 20px;
    }
    
    .notice-cookie .notice-inner {
        background-position: left 10px;
    }
    
    .notice-cookie .notice-inner:after {
        content: '';
        display: table;
        clear: both;
    }
    
    .notice-cookie .notice-text {
        float: none;
        max-width: 100%;
        padding-top: 0;
    }
    
    .notice-cookie .actions {
        text-align: left;
    }
}

/* ============================================ *

 * Tags

 * ============================================ */
#addTagForm button {
    margin-top: 5px;
    margin-bottom: 10px;
}
#addTagForm .form-add {
    margin-top: 10px;
}
.product-tags {
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
    float: left;
    margin-bottom: 10px;
    padding: 5px 1% 10px;
    width: 98%;
}
.product-tags li {
    float: left;
    margin-right: 15px;
}
.product-tags li.last {
    margin-right: 0px;
}
.tags-list {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.tags-list>li {
    float: left;
    margin-right: 10px;
}
.block-tags .actions>a {
    font-size: 12px;
}
.my-tag-edit .button.btn-remove {
    padding: 0;
}
.my-tag-edit .button.btn-remove:after {
    color: white;
}
@media only screen and (max-width: 980px) {
    .tags-list>li,
    .tags-list {
        float: none;
    }
}

/* ============================================ *

 * Captcha

 * ============================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}
.captcha-image {
    float: left;
    display: inline;
    max-width: 100%;
    position: relative;
    width: 258px;
    margin-bottom: 10px;
}
.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}
.registered-users .captcha-image {
    margin: 0;
}
.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}
.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}
.customer-account-create .scaffold-form .captcha-input-container label:first-child {
    width: 100%;
}
.captcha-reload {
    position: absolute;
    right: 4px;
    top: 4px;
}
.captcha-img {
    border: 20px solid #bbbbbb;
}
.captcha-input-container {
    margin-bottom: 10px;
}
.control.newsletter-box,
.captcha-input-container,
.captcha-img-container {
    float: none;
    clear: both;
}
.control.newsletter-box:after,
.captcha-input-container:after,
.captcha-img-container:after {
    content: '';
    content: '';
    display: table;
    clear: both;
}

/* ============================================ *

 * Checkout Billing Fix to place the Captcha properly

 * ============================================ */
#co-billing-form ul.form-list>.control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}

/* ============================================ *

 * Account - Orders, Invoices, Credit Memos.

 * ============================================ */
@media only screen and (max-width: 479px) {
    .sales-order-invoice .sub-title,
    .sales-order-creditmemo .sub-title,
    .sales-order-shipment .sub-title {
        float: left;
        font-size: 15px;
        text-align: center;
        width: 100%;
    }
    
    .sales-order-invoice .order-links,
    .sales-order-creditmemo .order-links,
    .sales-order-shipment .order-links {
        text-align: center;
        width: 100%;
    }
}

/* ============================================ *

 * Recurring Profiles

 * ============================================ */
#recurring_profile_list_view th {
    white-space: normal;
}
#recurring_profile_list_view th span {
    white-space: inherit;
}
@media only screen and (max-width: 479px) {
    #recurring_profile_list_view {
        font-size: 12px;
    }
    
    #recurring_profile_list_view a {
        font-size: inherit;
    }
    
    #recurring_profile_list_view th,
    #recurring_profile_list_view td {
        padding: 2px;
    }
}
.recurring-profiles-title {
    float: left;
}
.recurring-profiles-title h1 {
    margin-bottom: 7px;
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
    float: right;
    text-align: right;
    margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
    body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons {
        text-align: center;
        float: none;
    }
}
body.customer-account .my-account .title-buttons.recurring-profiles-title-buttons .button {
    position: static;
}
.recurring-profiles-messages:after {
    content: '';
    display: table;
    clear: both;
}
#recurring_start_date_trig {
    display: inline;
}

/* ============================================ *

 * Billing Agreements

 * ============================================ */
.billing-agreements .info-box {
    margin-bottom: 30px;
}
.billing-agreements .info-box:after {
    content: '';
    display: table;
    clear: both;
}
.billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
}
.billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
}
.billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
}
@media only screen and (max-width: 479px) {
    .billing-agreements .info-box .button {
        width: 100%;
        float: none;
    }
}
.billing-agreements #payment_method {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
}
.billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
}
@media only screen and (max-width: 479px) {
    .billing-agreement-view-header-wrapper .heading {
        max-width: 100%;
    }
}
.billing-agreement-details td,
.billing-agreement-details th {
    padding: 3.5px;
}
@media only screen and (max-width: 979px) {
    .billing-agreements .data-table .created-at,
    .billing-agreements .data-table .updated-at {
        display: none;
    }
}

/* ============================================ *

 * Popular Search Terms Cloud

 * ============================================ */
.catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
}
.catalogsearch-term-popular .tags-list>li {
    float: left;
    height: 40px;
    margin-right: 25px;
}

/* ============================================ *

 * Widgets

 * ============================================ */

/* -------------------------------------------- *

 * Add to cart by SKU

 */
.sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
}
@media only screen and (min-width: 981px) {
    .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
        max-width: 100px;
    }
}
.widget {
    clear: both;
}
.widget .pager {
    float: none;
    width: 100%;
}
@media only screen and (min-width: 1199px) {
    .col2-left-layout .col-main .widget,
    .col2-right-layout .col-main .widget,
    .col3-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
        clear: none;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        margin-right: 2.22222%;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
        clear: left;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col2-right-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n),
    .col3-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
        margin-right: 0;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
        clear: none;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        margin-right: 2.22222%;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li,
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
        clear: left;
    }
    
    .col2-left-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col2-right-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n),
    .col3-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 980px) {
    .col1-layout .col-main .widget {
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
        /* Config: Columns + flexible gutter */
        /* Undo three-column config */
        /* Set column config */
    }
    
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(odd) {
        clear: none;
    }
    
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
        margin-right: 2.22222%;
    }
    
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li {
        width: 23.33333%;
        margin-right: 2.22222%;
    }
    
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n+1) {
        clear: left;
    }
    
    .col1-layout .col-main .widget .products-grid--max-4-col-widget>li:nth-child(4n) {
        margin-right: 0;
    }
    
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(odd) {
        clear: none;
    }
    
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n+1) {
        clear: none;
    }
    
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(even),
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(3n) {
        margin-right: 2.22222%;
    }
    
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
        margin-right: 2.22222%;
    }
    
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n+1) {
        clear: left;
    }
    
    .col1-layout .col-main .widget .products-grid--max-5-col-widget>li:nth-child(5n) {
        margin-right: 0;
    }
}

/* ============================================ *

 * Checkout - Multiple Addresses

 * ============================================ */
body[class*="checkout-multishipping-"] .checkout-progress {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
body[class*="checkout-multishipping-"] .checkout-progress>li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 8px 1% 6px;
    background: #f4f4f4;
    text-transform: uppercase;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 10px;
    font-family: "Trebuchet MS";
}
body[class*="checkout-multishipping-"] .checkout-progress>li.active {
    background-color: #dddddd;
}
body[class*="checkout-multishipping-"] .checkout-progress>li.last {
    border-right: 0px;
}
body[class*="checkout-multishipping-"] .page-title {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .page-title h1 {
    border: 0 none;
    float: left;
    margin-top: 2px;
    margin-right: 2%;
}
body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
}
body[class*="checkout-multishipping-"] .multiple-checkout>h2 {
    text-transform: none;
    font-size: 17px;
    margin-bottom: 15px;
}
body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
}
body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
}
body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
}
body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
}
body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
body[class*="checkout-multishipping-"] #checkout-review-submit {
    float: right;
}
body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
}
.checkout-multishipping-addresses .btn-remove2 {
    text-indent: -5555px;
    display: block;
    width: 22px;
    height: 22px;
}
.checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
}
.checkout-multishipping-shipping .gift-messages-form {
    margin-top: 15px;
}
.checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
}
.checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
}
.checkout-multishipping-shipping .col-1 .box-title h2,
.checkout-multishipping-shipping .col-1 .box-title h3,
.checkout-multishipping-shipping .col-1 .box-title h4,
.checkout-multishipping-shipping .col-2 .box-title h2,
.checkout-multishipping-shipping .col-2 .box-title h3,
.checkout-multishipping-shipping .col-2 .box-title h4,
.checkout-multishipping-billing .col-1 .box-title h2,
.checkout-multishipping-billing .col-1 .box-title h3,
.checkout-multishipping-billing .col-1 .box-title h4,
.checkout-multishipping-billing .col-2 .box-title h2,
.checkout-multishipping-billing .col-2 .box-title h3,
.checkout-multishipping-billing .col-2 .box-title h4,
.checkout-multishipping-overview .col-1 .box-title h2,
.checkout-multishipping-overview .col-1 .box-title h3,
.checkout-multishipping-overview .col-1 .box-title h4,
.checkout-multishipping-overview .col-2 .box-title h2,
.checkout-multishipping-overview .col-2 .box-title h3,
.checkout-multishipping-overview .col-2 .box-title h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1>h4,
.checkout-multishipping-shipping .col-2>h4,
.checkout-multishipping-billing .col-1>h4,
.checkout-multishipping-billing .col-2>h4,
.checkout-multishipping-overview .col-1>h4,
.checkout-multishipping-overview .col-2>h4 {
    font-weight: normal;
    width: 100%;
    background: #f4f4f4;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
}
.checkout-multishipping-shipping .col-1 .box-content,
.checkout-multishipping-shipping .col-2 .box-content,
.checkout-multishipping-billing .col-1 .box-content,
.checkout-multishipping-billing .col-2 .box-content,
.checkout-multishipping-overview .col-1 .box-content,
.checkout-multishipping-overview .col-2 .box-content {
    margin-bottom: 25px;
    padding-left: 10px;
    margin-top: 10px;
}
.checkout-multishipping-billing .sp-methods dt {
    float: left;
    width: 100%;
}
.checkout-multishipping-payment-customerbalance input.checkbox {
    margin-left: 15px;
}
#multiship-addresses-table>tbody>tr>td.a-center.last>a {
    background-image: none;
}
#review-order-form>div:nth-child(3)>div.divider {
    width: 100%;
    clear: both;
}
@media only screen and (max-width: 979px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 300px;
    }
    
    #review-order-form .col-1,
    #review-order-form .col-2 {
        float: none;
        width: auto;
        border: 0;
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (max-width: 980px) {
    body[class*="checkout-multishipping-"] .checkout-progress span {
        width: 12px;
    }
    
    body[class*="checkout-multishipping-"] .checkout-progress li {
        width: 100%;
        margin: 0;
        text-align: left;
        padding-left: 3%;
        border-right: 0px;
    }
    
    body[class*="checkout-multishipping-"] .checkout-progress span {
        word-spacing: 1px;
        width: 12px;
    }
    
    body[class*="checkout-multishipping-"] .box-title {
        float: left;
        width: 100%;
    }
    
    body[class*="checkout-multishipping-"] .page-title .button {
        float: left;
        margin-bottom: 10px;
    }
    
    body[class*="checkout-multishipping-"] .linearize-table tfoot td {
        text-align: right;
    }
    
    body[class*="checkout-multishipping-"] .linearize-table select {
        width: 100%;
        min-width: 200px;
    }
    
    body[class*="checkout-multishipping-"] .col-1.col-narrow,
    body[class*="checkout-multishipping-"] .col-2.col-wide {
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 599px) {
    .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
        text-align: left;
        padding-left: 10px;
        margin-top: 12px;
    }
}
@media only screen and (max-width: 479px) {
    body[class*="checkout-multishipping-"] .buttons-set .back-link {
        display: block;
    }
}

/* ============================================ *

 * Calendar styles (restore styles from /js/calendar)

 * ============================================ */
div.calendar table {
    border-collapse: separate;
}
div.calendar table td.button {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none;
}

/************ Rakesh BCOD ***************/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
* {
    font-family: "Trebuchet MS";
    -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: 'Neutra Display Titling';
    src: url('../fonts/NeutraDisp-Titling.eot');
    src: url('../fonts/NeutraDisp-Titling.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraDisp-Titling.woff') format('woff'), url('../fonts/NeutraDisp-Titling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neutra Display Normal';
    src: url('../fonts/NeutrafaceDisplay-Titling.eot');
    src: url('../fonts/NeutrafaceDisplay-Titling.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutrafaceDisplay-Titling.woff') format('woff'), url('../fonts/NeutrafaceDisplay-Titling.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MetroScript';
    src: url('../fonts/MetroScript.eot');
    src: url('../fonts/MetroScript.eot?#iefix') format('embedded-opentype'), url('../fonts/MetroScript.woff') format('woff'), url('../fonts/MetroScript.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Neutra Display';
    src: url('../fonts/NeutraDisp-Bold.eot');
    src: url('../fonts/NeutraDisp-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NeutraDisp-Bold.woff') format('woff'), url('../fonts/NeutraDisp-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    background: #fff;
    font-size: 15px;
    font-family: "Trebuchet MS";
}
h2 {
    font-size: 26px;
    font-family: 'Neutra Display Titling';
    line-height: 34px;
}
h3 {
    font-size: 26px;
    font-family: 'Neutra Display Titling';
    line-height: 26px;
}
a {
    outline: 0;
    text-decoration: none;
    border: 0;
    color: #0c5fa7;
}

/*

.cms-home header{

  background: #2dbde2; 

  background: -webkit-linear-gradient(left, #2dbde2 , #75d4ed); 

  background: -o-linear-gradient(right, #2dbde2, #75d4ed); 

    background: -moz-linear-gradient(right, #2dbde2, #75d4ed); 

    background: linear-gradient(to right, #2dbde2 , #75d4ed);

  float: left;

    width: 100%;

  padding-bottom: 50px;

}*/
.cms-home #header {
    position: absolute;
    z-index: 9999;
    padding: 0;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.page-header-container {
    background: url("../images/left-head-flag.png"), url("../images/right-head-flag.png");
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
    width: 100%;
    float: left;
    height: 100px;
}
.nav-header {
    width: 100%;
    background: #e483b5;
    margin: 0 auto;
    height: 48px;
    margin-top: 2px;
    float: left;
}
.top-left-block a,
.top-right-block a {
    color: #0c5fa7;
    font-size: 14px;
    font-weight: bold;
}
.top-left-block li.submenu-top a {
    display: inline;
}
.top-left-block li.submenu-top ul li a {
    color: #fff;
}

/*.top-left-block li.submenu-top ul {display: none; background-color: #e285b5; padding: 4px 4px;}*/
.top-left-block li.submenu-top ul {
    display: none;
    padding: 4px 4px;
    height: auto;
    position: absolute;
    width: 130px;
    z-index: 2;
}

/*.top-left-block li.submenu-top:hover {border-right: 0 none;}*/
.top-left-block li.submenu-top:hover ul {
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
}

/*.top-left-block li.submenu-top ul li {

    margin: 0;

    display: inline;

    padding: 0;

    float: none;

    border-right: 1px #fff solid;

  }*/
.top-left-block li.submenu-top ul li {
    margin: 0;
    display: block;
    padding: 0px;
    float: left;
    border-right: 1px #fff solid;
    width: 100%;
    position: relative;
    z-index: 1;
    background-color: #fff;
    color: #000;
    line-height: 1;
    height: auto;
}
.top-left-block li.submenu-top ul li:last-child {
    border: 0 none;
}

/*.top-left-block li.submenu-top ul li a {padding: 0 9px;}*/
.top-left-block li.submenu-top ul li a {
    color: #0c5fa7;
    display: inline-block;
    width: 100%;
    line-height: 2;
    height: auto;
    padding: 0px 10px;
    float: left;
}
.submenu-top ul li:first-child {
    padding-top: 5px;
}
.header-inner {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.header-inner {
    padding-left: 8%;
    padding-right: 8%;
}
nav li {
    display: inline-block;
    padding: 10px 0.9vw;
    /*padding: 10px 1.1vw;*/
    
    font-family: 'Neutra Display Titling';
    font-weight: 300;
    line-height: 30px;
}
nav .nav-primary li a {
    font-size: 14px;
    font-size: 1vw;
}
nav li a {
    color: #fff;
    font-weight: normal;
}
.header-top {
    float: left;
    width: 100%;
    height: 50px;
}
.header-top li {
    float: left;
    height: 10px;
    line-height: 0px;
    padding: 7px 12px;
    border-right: 1px solid #0c5fa7;
    margin-top: 25px;
    position: relative;
}
ul.top-left-block {
    padding-left: 25px;
    float: left;
}
ul.top-right-block {
    float: right;
    padding-right: 30px;
}
.order-online input[type="button"] {
    background: #0c5fa7;
    border-radius: 5px;
    color: #fff;
    border: 0;
    padding: 7px 10px;
    font-size: 14px;
    font-family: 'Neutra Display Titling';
    box-shadow: 2px 3px 5px #d677a8;
}
#search {
    border: 1px solid #db79ab;
    border-radius: 5px;
    padding: 5px 5px 5px 30px;
    color: #fff;
    width: 100%;
    outline: 0;
    background: #eba2c8 url(../images/search-icon.png) no-repeat !important;
    background-position: left 9px center !important;
}
#search:focus {
    background-image: none;
}
option {
    padding: 5px 10px;
}
.franchise-location-finder .error {
    bottom: -20px;
    position: absolute;
}
.search-button {
    padding: 0;
    line-height: 0;
    background: url("../images/sprit_svg.svg") !important;
    background-position: top -28px right -158px !important;
    width: 22px !important;
    font-size: 0;
    height: 24px !important;
    cursor: pointer;
    margin-right: -30px;
    position: relative !important;
    z-index: 0;
    display: none;
}
#search_mini_form .search-button:before {
    display: none;
}
.header-online-btn {
    z-index: 1;
}
.header-minicart a {
    width: 28px;
    height: 40px;
    /*background: transparent url("../images/sprit_svg.svg") -889px -8px !important;*/
    
    background: transparent url("../images/sprit_svg.svg") -889px -8px !important;
    ;
    float: right;
    margin-right: 30px;
}
.cart-bag-inner {
    position: relative;
}
.skip-cart .count,
.skip-link.skip-active .count {
    color: #fff;
    position: absolute;
    background: #0c5fa7;
    border-radius: 100%;
    text-align: center;
    width: 25px;
    line-height: 25px;
    font-size: 13px;
    top: 0px;
    height: 25px;
    font-family: 'Trebuchet MS';
    right: -10px;
}
.minicart-wrapper a.skip-link.skip-cart.skip-active span.count {
    right: 0;
}
.skip-cart .count:before,
.skip-cart .count:after {
    display: none;
}
footer {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
}
.footer {
    padding: 1% 0 0;
}
.footer-social li a {
    color: #d5539d;
}
.footer-social ul {
    color: #2d7ab9;
    font-size: 1.2em;
    margin: 0 auto;
    width: 510px;
}
.footer-social li {
    float: left;
    border-right: 1px solid #0c5fa7;
    padding: 0 38px;
    font-family: 'Neutra Display';
}
.footer-social li:last-child {
    border-right: 0;
}
.footer-social {
    float: left;
    width: 100%;
}
.partner-block-title a {
    color: #fff;
}
.footer-middle {
    width: 100%;
    padding: 0% 0 1.5%;
    text-align: center;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
}
.footer-middle li {
    padding: 0 1.1%;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
}
.footer-middle li img {
    height: 80px;
    position: relative;
    top: 25px;
}
.footer-middle ul {}
.footer-bottom {
    float: left;
    width: 100%;
}
.footer-bottom li {
    float: left;
    padding: 0 10px;
    text-align: center;
}
.footer-bottom ul {
    width: 710px;
    margin: 0 auto;
    padding: 0 0 40px;
}
div.newsletter-signup {
    width: 100%;
    float: left;
    background: #0c5fa7;
    color: #fff;
    position: relative;
    z-index: 1;
}
.newsletter-signup h2 {
    color: #fff;
}
div.newsletter-signup {
    width: 100%;
    float: left;
    background: #0c5fa7;
    color: #fff;
    padding: 50px 0;
    text-align: center;
}
.newsletter-signup p {
    padding: 10px 0 20px;
    color: #fff !important;
    margin-bottom: 0px !important;
}
.newsletter-signup-inner input[type="text"] {
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    width: 250px;
    padding: 10px;
    font-size: 15px;
    outline: 0;
    box-shadow: 5px 5px 5px #06579a;
    height: 44px;
}
.newsletter-signup-inner input::-webkit-input-placeholder {
    color: #fff;
}
.newsletter-signup-inner input::-moz-input-placeholder {
    color: #fff;
}
.newsletter-signup-inner input::-ms-input-placeholder {
    color: #fff;
}
.newsletter-signup-inner .readmore {
    background: #d5539d;
    color: #fff;
    text-transform: uppercase;
}
.readmore {
    background: #d5539d;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    padding: 12px 30px 11px;
    font-size: 15px;
    border-radius: 10px;
    font-family: 'Neutra Display';
    cursor: pointer;
    box-shadow: 3px 3px 3px #06579a;
    margin-left: 5px;
}
.header-top li:last-child {
    border-right: 0;
}
.happyness-corner {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
    color: #044e8b;
    float: left;
}
.happyness-corner input.readmore {
    box-shadow: 3px 3px 3px #e8e8e8;
    margin: 10px 0 30px;
}
.happyness-corner-insta img {
    width: 20%;
    float: left;
}
div.partner-block {
    width: 100%;
    padding: 30px 20px;
    float: left;
    color: #fff;
}
.part {
    width: 32.66666%;
    float: left;
    padding: 20px;
    border-radius: 5px;
    height: 230px;
    position: relative;
    margin-right: 1%;
    overflow: hidden;
}
.part img {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.part img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.partner-block-title {
    position: absolute;
    bottom: 20px;
}

/*

.part1 {

    background: url("../images/partner-blog.jpg") no-repeat;

}

.part2 {

    background: url("../images/special-blog.jpg") no-repeat;

}

.part3 {

    background: url("../images/featured-blog.jpg") no-repeat;

  margin-right: 0%;

}

*/
.gift-part {
    padding: 20px 0 40px;
    text-align: center;
}
p.gift-pink {
    color: #d5539d;
    font-size: 18px;
}
p.gift-pink span {
    font-family: 'MetroScript';
    font-size: 34px;
}
p.expl-blue {
    color: #0c5fa7;
    text-transform: uppercase;
    font-family: 'Neutra Display';
    padding: 10px 0;
}
.show-now-btn {
    box-shadow: 0px 1px 2px #484848;
    font-style: normal;
}
.contact-banner img {
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}
.contact-banner img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* tab start */
.tabs-menu {
    height: auto;
    float: left;
    clear: left;
    width: 40%;
}
.tabs-menu li {
    height: auto;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #0c5fa7;
    border-bottom: 1px solid #02457c;
    padding: 0;
    text-align: left;
    width: 100%;
}
.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    z-index: 5;
    border-bottom: 0;
}
li.tabs-menu.prev-active {
    border-radius: 0px 0px 10px 10px;
}
.tabs-menu li.prev-active:first-child,
.tabs-menu li.next-active:last-child {
    border-radius: 10px;
}
li.tabs-menu.next-active {
    border-radius: 10px 10px 0px 0px;
}
.tabs-menu li a {
    padding: 20px 15px;
    text-transform: inherit;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 21px;
}
.tabs-menu .current a {
    color: #0c5fa7;
}
.tabs-menu .current a:after {
    content: "";
    display: block;
    border-width: 9px 10px;
    border-style: solid;
    border-color: transparent #0c5fa7 transparent transparent;
    transform: rotate(180deg);
    position: absolute;
    right: -7px;
    top: 35%;
}
.tabs-menu .current a:before {
    content: "";
    display: block;
    border-width: 9px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transform: rotate(180deg);
    position: absolute;
    right: -3px;
    top: 35%;
    z-index: 9;
}
.tabs-menu li:last-child {
    border-bottom: 0;
    border-radius: 0px 0px 10px 10px
}
.tabs-menu li:first-child {
    border-radius: 10px 10px 0px 0;
}
.tab {
    border: 0;
    float: left;
    margin-bottom: 20px;
    width: 60%;
    color: #d5539d;
}
.tab-content {
    width: 100%;
    padding: 30px 40px 30px 20px;
    line-height: 24px;
    display: none;
}
.tab p {
    margin-bottom: 30px;
}
#tab-1 {
    display: block;
}
.readmore.readmore-whtbg {
    box-shadow: 5px 5px 5px #e8e8e8
}
.tab-banner-block {
    width: 100%;
    float: left;
    overflow: hidden;
}
.tab-banner-block img {
    width: 100%;
}
div.quick-read-blog {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.quick-read-blog div#tabs-container {
    background: #fff;
    font-family: "Trebuchet MS";
    float: left;
    display: block;
    width: 600px;
    box-shadow: 2px 2px 10px #c5c5c5;
    position: absolute;
    top: 30%;
    left: 5%;
    border-radius: 10px;
}

/* tab end */
.newsletter-signup {
    position: relative;
}
div.newsletter-signup:after {
    right: 0;
}
div.newsletter-signup::before,
div.newsletter-signup::after {
    background: #0c5fa7;
    content: "";
    display: block;
    width: 7%;
    bottom: 0;
    position: absolute;
    height: 104%;
    border-bottom: 10px solid #fff;
}
div.loyality-program {
    float: left;
    background: #d5539d;
    color: #fff;
    padding: 50px;
    position: relative;
}
.loyality-program p {
    width: 45%;
    line-height: 30px;
    padding-top: 20px;
}
.loyality-program a {
    color: #fff;
}
.view-your-points {
    width: 210px;
    height: 220px;
    display: block;
    padding-top: 131px;
    text-align: center;
    position: absolute;
    top: -23%;
    right: 10%;
    z-index: 99;
}
.signup-now {
    width: 208px;
    height: 220px;
    display: block;
    padding-top: 140px;
    text-align: center;
    position: absolute;
    bottom: -15%;
    right: 24%;
}
div.loyality-program {
    float: left;
    background: #d5539d;
    color: #fff;
    padding: 5% 8%;
    position: relative;
    width: 100%;
}
div.loyality-program:before,
.loyality-program:after {
    position: absolute;
    content: "";
    display: block;
    width: 7%;
    height: 104%;
    background: #d5539d;
    top: -10px;
    border-bottom: 15px solid #fff;
}
div.loyality-program:before {
    left: 0;
}
div.loyality-program:after {
    right: 0;
}

/* About-us */
.cms-about-us .wrapper {
    background: #29c0e8;
    background: -webkit-linear-gradient(left, #29c0e8, #23b7de);
    background: -o-linear-gradient(right, #29c0e8, #23b7de);
    background: -moz-linear-gradient(right, #29c0e8, #23b7de);
    background: linear-gradient(to right, #29c0e8, #23b7de);
    color: #fff;
}
.know-about {
    float: left;
    width: 100%;
    padding: 0% 13% 5%;
    line-height: 24px;
    font-size: 13px;
}
.know-about-inner h2 {
    border-right: 1px solid #fff;
    color: #fff !important;
    float: left;
    font-size: 56px;
    line-height: 50px;
    margin-right: 4%;
    padding-bottom: 60px;
    padding-right: 3%;
    padding-top: 60px;
    text-align: right;
    width: 44%;
}
.international {
    float: left;
    width: 100%;
    padding: 9% 13% 3%;
    line-height: 24px;
    height: 370px;
    font-size: 13px;
    background: url(../images/aboutdot-bg.png) repeat-x;
    background-position: left 0 bottom -10px;
}

/*  about us close */
.header:after {
    content: "";
    background: url("../images/sprit_svg.svg");
    display: block;
    background-position: top 0px right -12px;
    width: 30px;
    height: 50px;
    position: absolute;
    top: -14px;
    right: 3px;
    z-index: 99;
}
body.cms-home .main-container {
    padding-top: 20px;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.ei-slider-thumbs li:last-child a {
    border-bottom: 0;
}
.ei-slider-thumbs li:nth-child(2),
.ei-slider-thumbs li:nth-child(2) a:hover {
    border-radius: 10px 0 0;
}
.ei-slider-thumbs li:last-child,
.ei-slider-thumbs li:last-child a:hover {
    border-radius: 0 0px 0 10px;
}
a.skip-link.skip-account {
    display: none;
}
a.logo {
    /*position: absolute;

    top: 50px;

    max-width: 140px;

    left: 42vw;*/
}
.nav-dynamic .blog {
    /*margin-left: 125px;*/
}
#header-nav {
    float: left;
    position: relative;
    width: 100%;
    height: 48px;
}
#header-search,
.header-online-btn,
.account-cart-wrapper {
    display: block;
    float: left;
    padding: 0;
}
#header-search {
    width: 43%;
    padding: 5px 10px 0 10px;
}
.header-online-btn {
    margin-top: 8px;
    margin-right: 7px;
}
.search-container {
    display: inline-block;
    width: calc(100% - 280px);
    /*  width:30%; */
}
body.cms-home .main-container {
    padding-top: 0 !important;
}
.header-minicart {
    /* display: inline-block;

    position: absolute;

    z-index: 9;

    top: 52px;

    right: 120px;*/
}
nav ol li ul li {
    width: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    float: none;
    background: #fff;
    padding: 10px 20px;
}
nav ol li ul li a {
    color: #0c5fa7;
    font-size: 13px;
    display: block;
    line-height: 40px;
}
nav ol li ul li a img {
    height: 80px;
    margin: 0 auto;
}
.category-image {
    position: relative;
    padding: 0;
    top: -15px;
}
.signup-now img,
.view-your-points img {
    position: absolute;
    top: 0;
    z-index: 0;
}
.signup-now span,
.view-your-points span {
    position: relative;
    z-index: 1;
    font-family: 'Neutra Display';
}
.part img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.happyness-corner-insta {
    width: 100%;
    float: left;
}
.happyness-corner-insta .insta-block {
    float: left;
    width: 20%;
    position: relative;
    transition: all ease-in 0.5s;
    height: 255px;
    overflow: hidden;
}
.happyness-corner-insta .insta-block img {
    width: 100%;
    height: auto;
}
.cms-franchise-testimonial .eligibility-block ul li {
    min-height: 50px;
}
.insta-hover {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 30px;
    color: #fff;
    padding: 30% 10%;
    font-size: 24px;
    font-family: 'Neutra Display';
    vertical-align: middle;
    opacity: 0;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
}
.insta-block:hover .insta-hover {
    display: block;
    opacity: 1
}
.part.part3 {
    margin-right: 0;
}
.footer-container {
    padding: 0;
    max-width: 100%;
    background: #fff;
}
.insta-block:after {
    background: url("../images/sprit_svg.svg");
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 20px;
    background-position: top -18px right -208px;
    bottom: 20px;
    z-index: 99;
    content: "";
}
.category-image p.category-description {
    color: #fff;
    font-size: 3.5em;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: 34%;
    font-family: 'Neutra Display Titling';
    text-transform: uppercase;
}
#leftnav-tree li {
    font-family: 'Neutra Display Titling';
}
#leftnav ul li ul li {
    font-family: "Trebuchet MS";
}
#leftnav ul li ul li.active a.inner-menu-link {
    color: #d5539d;
    font-weight: bold;
    font-size: 24px;
}
#leftnav ul li ul li {
    font-family: "Trebuchet MS";
}
#leftnav ul li ul li.active ul li.active a {
    color: #d5539d;
}
#leftnav ul li ul li {
    font-family: "Trebuchet MS";
    font-weight: bold;
    line-height: 20px;
    padding-left: 100px;
    float: left;
    width: 100%;
    line-height: 50px;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
#leftnav-tree>li>ul>li {
    border-bottom: 1px solid #efefef;
}
#leftnav-tree>li>ul>li:first-child {
    border-top: 1px solid #efefef;
}
#leftnav ul li ul li ul li {
    padding-left: 0;
}
#leftnav ul li ul li ul li.active {}
#leftnav li.level0 {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
}
#leftnav li.level0 a {
    margin-bottom: 20px;
    display: block;
}
#leftnav .inner-menu-link span {}
#leftnav .inner-menu-link img {
    float: left;
    margin-right: 20px;
    margin-left: -110px;
    height: auto;
    width: 80px;
    max-width: inherit;
}
#leftnav .level1 a {
    margin-bottom: 2px !important;
}
#leftnav ul li ul li ul li {
    padding-left: 20px;
    line-height: 20px !important;
    margin-bottom: 0 !important;
}
#leftnav .level1.active ul.level2 {
    margin-top: -10px;
}
#leftnav li.level1.active {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
}
#leftnav .level2 {
    display: none;
}
#leftnav .level1.active .level2 {
    display: block;
    position: relative;
}
.col-left {
    float: left;
    width: 20%;
    padding-left: 0;
    clear: left;
}
.popular-active a {
    color: #d5539d;
}
.level0.active a.active.clickable {
    color: #d5539d;
}
.page-header-container:after {
    content: "";
    background: url("../images/veg.svg") no-repeat;
    display: block;
    background-position: 0;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 1;
}
#em_quickshop_handler {
    background: transparent;
    display: block;
    font-size: 0;
    height: 40vw;
    width: 33vw;
    position: relative;
    z-index: 9998;
}
a.product-image.product-view-link.quick-view-productlink {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    left: 0;
}
.cms-page-view.cms-about-us .std p {
    color: #fff;
    font-size: 15px;
}
#fancybox-close {
    width: 30px;
    height: 30px;
    background: transparent;
    font-size: 28px;
    content: "X";
    right: -60px;
    top: 10px;
    font-family: arial;
    color: #000;
    position: fixed;
    top: 30px;
    right: 30px;
}
#fancybox-close:after {
    content: "X"
}
.pop-title {
    margin-top: 40px;
    margin-bottom: 10px;
}
#fancybox-wrap {
    width: 95% !important;
}
.form-newsletter-block {
    margin: 10px auto 15px;
    width: 70%;
}
#fancybox-content {
    width: 98% !important;
    position: fixed;
    background-color: #fff;
}
#fancybox-wrap {
    top: 0 !important;
}
#fancybox-overlay {
    background-color: #000 !important;
}
.fancybox-bg {
    display: none;
}
.whatmake {
    width: 100%;
    text-align: center;
}
.whatmake h2 {
    color: #fff !important;
}
.whatmake li {
    width: 220px;
    display: inline-block;
    padding: 4% 2% 4%;
    vertical-align: top;
}
.whatmake li span {
    display: block;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    font-style: normal;
}
.whatmake-inner img {
    width: auto;
    margin: 0 auto 20px;
}
.readmore.grey-readmore {
    box-shadow: 5px 5px 5px #1c9dbf;
}
.international {
    float: none;
    text-align: center;
    padding: 0 0 60px;
    width: 80%;
    margin: 0 auto;
}
.international h2 {
    color: #fff;
    font-size: 44px;
    padding: 30px 0;
    margin: 20px 0 0;
    float: left;
    line-height: 46px;
    width: 100%;
}
.intrested-part {
    text-align: center;
    padding: 50px 0;
    width: 100%;
    float: left;
}
.intrested-part a.readmore.grey-readmore {
    margin-top: 20px;
    display: inline-block;
    width: auto;
    padding: 16px 19px;
    font-size: 18px;
}
.intrested-part h3 {
    margin-bottom: 10px;
    line-height: 34px;
    padding: 0 30%;
}
.intrested-part p {
    font-size: 14px;
}
.catalog-category-view .col3-layout .col-wrapper {
    float: none;
    width: 79.16667%;
    margin: 0 auto;
    box-shadow: 0px 8px 10px #d8d8d8;
    border-radius: 10px 10px 0 0px;
    background: #fff;
}
.catalog-category-view .main-container.col3-layout {
    width: 100%;
    clear: both;
}
.catalog-category-view .page {
    float: left;
    width: 100%;
    background: #efefef;
}
.page-header-container {}
.catalog-category-view .main {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: -100px;
}
.catalog-category-view .col-left {
    padding: 20px;
    border-right: 2px solid #efefef;
}
.catalog-category-view .col-main {
    width: 80%;
}
.catalog-category-view .products-grid li.item {
    width: 49.7%;
    border: solid #efefef;
    border-width: 0px 2px 2px 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}
h2.product-name a,
.price-box .price {
    color: #d5539d !important;
    font-weight: bold !important;
    font-size: 0.7em;
    padding: 0;
    text-transform: none !important;
    width: 100%;
    font-size: 16px;
    float: left;
}
.catalog-category-view .products-grid li.item:nth-child(2n) {
    border-right: 0;
}
.catalog-category-view .col-main {
    padding-left: 0;
    border-left: 0px solid #efefef;
}
.catalog-category-view .main-container {
    width: 100%;
    top: -70px;
    padding-top: 50px;
}
.catalog-category-view .main-container {}
.bundle-size-options .item-option input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    width: 100%;
}
.bundle-size-options .item-option input[type=radio]:checked+span {
    color: #fff;
    background: #d5539d;
}
.btn {
    font-size: 3vmin;
    padding: 0.75em 1.5em;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.btn:hover {
    background-color: #ddd;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.btn-small {
    padding: .75em 1em;
    font-size: 0.8em;
}
.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
@media (min-width: 32em) {
    .modal-box {
        width: 70%;
    }
}
.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 1.5em;
    border-bottom: 1px solid #ddd;
}
.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
    margin: 0;
}
.modal-box .modal-body {
    padding: 2em 1.5em;
}
.modal-box footer,
.modal-box .modal-footer {
    padding: 1em;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
}
.modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
}
a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}
.products-grid a.button.btn-cart.product-view-link {
    background: #d5539d;
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    font-family: 'Neutra Display';
    box-shadow: 0px 2px 5px #ccc;
    position: relative;
    z-index: 9999;
}
.catalog-category-view .header-inner:before {
    background: #fff;
    content: "";
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    height: 60px;
    z-index: -1;
}
.catalog-category-view .products-grid li.item:nth-child(2n) {
    border-right: 0;
    width: 49.5%;
}
.location_bar {
    padding: 19px;
    border-bottom: 2px solid #efefef;
    width: 100%;
    float: left;
    border-radius: 10px 10px 0 0;
    padding-left: 95px;
    background: url("../images/locality.svg") no-repeat #f8f8f8;
    background-position: left 20px top 15px;
    position: relative;
    z-index: 9999;
    background-size: 30px auto;
}
#locationField input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #b0b0b0;
    font-size: 16px;
}
#locationField input::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #b0b0b0;
    font-size: 16px;
}
#locationField input:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #b0b0b0;
    font-size: 16px;
}
#locationField input:-moz-placeholder {
    /* Firefox 18- */
    
    color: #b0b0b0;
    font-size: 16px;
}
#locationField input#autocomplete {
    background: transparent;
    border: 0;
    padding-left: 0;
    color: #d5539d;
    outline: 0;
    font-size: 16px;
    width: 80%;
}
.bundle-size-options .item-option input[type=radio]:hover+span {
    color: #0c5fa7;
}
.bundle-size-options .item-option input[type=radio]:checked:hover+span {
    color: #ffffff;
}
.catalog-category-view .products-grid li.item:last-child {
    border-bottom: 0;
}
.catalog-category-view header#header:after {
    display: none;
}
.detect {
    border: 0;
    outline: 0;
    margin: 0 3%;
    color: #0c5fa7;
    font-size: 16px;
    background: url(../images/detect1.svg) no-repeat right;
    background-color: transparent;
    width: 12%;
    border-left: 1px solid #b0b0b0;
}
.category-products .toolbar {
    display: none;
}
.catalogsearch-result-index .category-products .toolbar-bottom .toolbar {
    display: block
}
.catalogsearch-result-index .category-products .toolbar-bottom {
    position: relative;
    z-index: 9999
}
.catalogsearch-result-index .category-products .toolbar .sorter,
.catalogsearch-result-index .category-products .toolbar .limiter,
.catalogsearch-result-index .category-products .toolbar .count-container {
    display: none;
}
.catalogsearch-result-index .pages .previous,
.catalogsearch-result-index .pages .next {
    display: none;
}
.catalogsearch-result-index .pager {
    float: none;
    padding-top: 30px;
}
.catalogsearch-result-index .pages {
    float: none;
    text-align: center;
}
.catalogsearch-result-index .pages li {
    display: inline-block;
    float: none;
}
.catalogsearch-result-index .pages a {
    font-size: 16px;
}
.catalogsearch-result-index .pages .current,
.catalogsearch-result-index .pages .current:hover {
    color: #d5539d;
    font-size: 16px;
    border: 0 none;
}

/* popup */
.simplePopup {
    display: none;
    border: 0;
    background: #fff;
    z-index: 99999999;
    width: 40% !important;
    text-align: center;
    position: fixed !important;
    border-radius: 6px;
    min-width: 35%;
    padding: 30px;
    left: 50% !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.simplePopupClose {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    background: #0c5fa7;
    color: #fff;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 10px;
}
.oops {
    font-size: 20px;
    text-transform: capitalize;
    color: #252525;
    padding-bottom: 30px;
    line-height: 30px;
}
.simplePopupBackground {
    display: none;
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.cms-about-us .main-container {
    max-width: 100%;
}
.india {
    float: left;
    width: 100%;
    background: #d5539d;
    text-align: center;
    padding: 70px;
    position: relative;
}
.india p {
    width: 88%;
    margin: 0 auto;
}
.india h2 {
    font-size: 44px;
    padding-bottom: 30px;
}
.india:before,
.india:after {
    position: absolute;
    top: -10px;
    width: 7%;
    float: left;
    height: 100%;
    content: "";
    background: #d5539d;
}
.intrested-part:before,
.intrested-part:after {
    position: absolute;
    top: -10px;
    width: 7%;
    float: left;
    height: 100%;
    content: "";
    background: #28bfe6;
}
.intrested-part {
    position: relative;
}
.intrested-part:before {
    left: 0;
    background: #29c0e8;
}
.intrested-part:after {
    right: 0;
    background: #23b7de;
}
.india:before {
    left: 0;
}
.india:after {
    right: 0;
}
.about-bottom {
    float: left;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0) url("../images/aboutus-bottom.jpg") no-repeat scroll 0 0 / 100% auto;
}
.grey-shadow {
    box-shadow: 2px 2px 3px #828282;
}
.about-bottom-inner {
    float: right;
    text-align: right;
    padding: 9% 10%;
    width: 59%;
}
.sales-order-view #header,
.sales-order-view .newsletter-signup,
.sales-order-view .footer-container,
.customer-account-forgotpassword .footer-container,
.customer-account-forgotpassword #header,
.customer-account-forgotpassword .newsletter-signup {
    display: none;
}
.customer-address-form #header,
.customer-address-form .newsletter-signup,
.customer-address-form .footer-container,
.customer-address-form .col-left.sidebar.col-left-first {
    display: none;
}
.about-bottom-inner p {
    margin: 20px 0 30px;
}
.world-map {
    /*    width: 100%;

    float: left;

    background: url("../images/world-map.png") top center no-repeat;

    height: 530px;

    margin-top: 30px;

    position: relative;*/
}
.country {
    background: url("../images/icecream-icon.png") no-repeat;
    width: 33px;
    height: 55px;
    position: absolute;
    word-wrap: break-word;
}
.country span {
    display: none;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 3px 3px #666;
    padding-right: 7px;
}
.country:hover span {
    display: block;
    background: url("../images/map-hover.png") no-repeat;
}
.country:hover {
    text-align: center;
    position: absolute;
}
.worldmap-inner {
    /*width: 1000px;*/
    
    margin: 0 auto;
    /*height: 505px;*/
    
    position: relative;
}
.country.country1 {
    left: 130px;
    top: 50px;
}
.country:hover span {
    display: inline-block;
    background: url(../images/map-hover.png) no-repeat top center;
    padding-bottom: 213px;
    position: absolute;
    width: 116px;
    bottom: 0;
    padding-top: 25px;
    left: -40px;
}
.country.country2 {
    top: 175px;
    left: 202px;
}
.country.country3 {
    left: 435px;
    top: 50px;
}
.country.country4 {
    left: 590px;
    top: 170px;
}
.country.country5 {
    left: 690px;
    top: 180px;
}
.country.country6 {
    left: 755px;
    top: 25px;
}
.country.country7 {
    left: 755px;
    top: 100px;
}
.country.country8 {
    left: 835px;
    top: 105px;
}
.country.country9 {
    left: 850px;
    top: 142px;
}
.country.country10 {
    left: 790px;
    top: 200px;
}
.country.country11 {
    left: 820px;
    top: 240px;
}
.country.country12 {
    left: 800px;
    top: 273px;
}
.country.country13 {
    left: 880px;
    top: 360px;
}
.sticky-icon {
    position: fixed;
    bottom: 20px;
    right: -100px;
    z-index: 9;
    margin: 0;
}
.gst-text {
    color: #000;
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    padding: 0 60px;
    font-size: 13px;
}
.customer-account .main-container {
    max-width: 84%;
    padding: 120px 0px 0;
}
.customer-account .block-account li a {
    font-family: 'Neutra Display Titling';
    color: #045fa9;
    font-size: 18px;
}
.customer-account .block-account li.current a strong {
    font-size: 18px;
    color: #d5539d;
}
.customer-account .block-account li a:hover,
.block-cms-menu li a:hover {
    color: #d5539d;
}
.customer-account .block-account li,
.block-cms-menu li {
    padding: 5px 0;
    margin: 10px 0;
}
.pink-color {
    color: #d5539d;
    text-align: left;
    font-size: 17px;
    padding: 10px 0 20px;
    margin-bottom: 20px;
}
.btn-border {
    border: 1px solid #d5539d;
    font-family: 'Neutra Display';
    background: transparent;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
    padding: 7px 20px;
    color: #d5539d;
    display: inline-block;
    margin-right: 5px;
}
.addresses-additional li {
    width: 48%;
    float: left;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 4%;
    margin-right: 4%;
}
.addresses-additional li h5 {
    color: #045fa9;
    font-family: 'Neutra Display Titling';
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 15px;
    line-height: 1px;
}
.addresses-additional li h5 span {
    float: right;
    color: #d5539d;
}
.addresses-additional address {
    color: #a1a1a1;
    line-height: 20px;
    padding: 15px 15px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
}
.addresses-additional li p {
    float: left;
    width: 100%;
    height: 55px;
    padding-top: 13px;
    padding-left: 15px;
}
.addresses-additional li:nth-child(2n) {
    margin-right: 0;
}
.addresses-additional address {
    color: #a1a1a1;
    line-height: 20px;
    padding: 15px 10px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #e1e1e1;
}
.btn-border:hover {
    background: #d5539d;
    cursor: pointer;
    color: #fff;
}
.order-box table {
    border: 1px solid #dedede;
    border-radius: 5px;
    border-spacing: 0;
    width: 100%;
}
.order-no {
    color: #045fa9;
    font-family: 'Neutra Display Titling';
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 15px;
}
.order-status {
    color: #d5539d;
    font-family: 'Neutra Display Titling';
    font-size: 13px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 10px 0 0;
    text-align: right;
}
.order-rupees {
    font-size: 16px;
    color: #0c5fa8;
    padding: 15px 15px 0;
}
.order-date {
    font-size: 16px;
    color: #a1a1a1;
    padding: 15px 15px 25px;
    border-bottom: 1px solid #e1e1e1;
}
.order-view-action {
    padding: 13px 10px;
    text-align: left;
}
.cms-store-locator #locationField input.search {
    font-family: 'Neutra Display' !important;
    text-transform: uppercase;
}
.static-left-side .block-account li.current a {
    color: #d5539d !important;
    font-size: 18px !important;
}
.order-box {
    float: left;
    margin: 0 4% 4% 0px;
    display: inline-block;
    width: 46%;
    position: relative;
}
.order-status.grey {
    color: #bebebe;
}
.sales-order-history .pager {
    width: 100%;
    display: none;
}
.emoji {
    position: absolute;
    right: 20px;
    top: 55px;
}
.emoji img {
    float: left;
    margin-left: 15px;
    cursor: pointer;
}
.welcome-msg p.hello {
    color: #d5539d;
    font-size: 18px;
}
.welcome-msg p {
    font-size: 15px;
    color: #b2b2b2;
    line-height: 20px;
}
body.customer-account .data-table#my-orders-table .separator {
    padding: 0;
    margin: 0px;
    line-height: 10px;
    font-size: 0px;
    display: block;
}
.dashboard .box-account.box-info .box-head a.btn-border {
    float: right;
    margin-top: 14px;
}
.dashboard .box-account.box-recent .box-head a.btn-border {
    float: right;
    margin-top: 15px;
}
div#loadingmask {
    position: absolute;
    top: 20px;
    left: 78%;
    text-align: center;
    font-size: 0;
    text-indent: -9999px;
}
#loading-mask-loader img {
    width: 35px;
}
.catalog-product-view .main-container {
    max-width: 100%;
}

/* details page start */
.product-view .product-shop {
    width: 50%;
    float: right;
    margin-top: -83px;
}
.catalog-product-view .product-options-bottom {
    display: none;
}
.catalog-product-view .product-options,
.catalog-product-view .location_bar {
    float: left;
    width: 100%;
    border-bottom: 0;
}
.catalog-product-view .display-productleft {
    float: left;
    width: 50%;
}
.catalog-product-view .product-essential {
    padding: 70px 45px 10px;
}
.catalog-product-view .product-img-box {
    width: 100%;
}
.catalog-product-view .zoomContainer {
    display: none;
}
.catalog-product-view .product-img-box .product-image {
    border: 0 !important;
}
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #0c5fa7;
    font-size: 24px;
    font-family: 'Neutra Display Titling';
}
.catalog-product-view .product-view .product-shop .price-info {
    width: 100%;
    text-align: center;
    clear: both;
    float: left;
    max-width: 100%;
    padding-top: 0;
    margin-top: 0;
    overflow: hidden;
}
.catalog-product-view .product-options {
    background: #fafafa;
    padding: 30px;
    border: 0;
    margin-top: 5px;
    min-height: 670px;
    overflow: hidden;
}
.simple-qty-block {
    min-height: 670px;
}
.catalog-product-view .product-options dt {
    color: #0c5fa7;
    font-family: 'Neutra Display Titling';
    font-size: 17px;
    width: 100%;
    position: relative;
    float: left;
    margin: 0px 0;
    padding: 12px 0 10px 0;
    border-bottom: 0px solid transparent !important;
    border-top: 1px solid rgb(196, 193, 193) !important;
}
.catalog-product-view .product-options dd {
    float: left;
    width: 100%;
}
.catalog-product-view .product-options .area-size .input-box ul.options-list {
    margin-right: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d5539d;
    text-align: center;
}
.catalog-product-view .product-options .area-size .input-box ul.options-list li {
    line-height: 1.5;
    margin-bottom: 7px;
    display: inline-block;
    width: 32.333%;
    margin: 0;
}
.product-view .product-options dd .area-size .input-box {
    width: 100%;
}
#leftnav .level1:hover>.level2 {
    display: block;
}
#leftnav .level1 .level2 a:hover {
    color: #d5539d;
}
a.inner-menu-link:hover,
a.inner-menu-link {
    transition: ease-in all 0.2s
}
a.inner-menu-link:hover,
a.inner-menu-link:hover {
    color: #d5539d;
}
.product-view .product-options .area-size .input-box ul.options-list label {
    width: 100%;
    background: transparent;
    color: #a6a6a6;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}
.bundle-option-container-size input[type=radio]:checked+span label {
    color: #fff !important;
    background: #d5539d !important;
}
.bundle-option-container-size {
    float: left;
    /* padding:5px 30px;; */
    
    text-align: center;
    width: 100%;
    position: relative;
    border-right: 1px solid #d5539d;
    margin-bottom: 0;
}
.bundle-option-container-size input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    cursor: pointer;
    width: 100%;
}
span.size-bundle-option-title {
    padding: 6px 16px;
}
.bundle-option-container-cup-or-cone input[type=radio]:checked+span.label:after,
.bundle-option-container-toppings input[type=checkbox]:checked+span.label:after {
    /* border: 1px solid #d5539d;

    content: "";

    display: block;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

  border-radius:5px;*/
}
.area-toppings .owl-carousel .owl-stage {}
#locationField #loadingmask {
    left: 70%;
}
.catalog-product-view .product-options .area-size .input-box ul.options-list li {
    width: 32.5%;
    display: inline-block;
    margin: 0 0 -2px;
    text-align: center;
}
.catalog-product-view .product-options .area-size .input-box ul.options-list li:last-child .bundle-option-container-size {
    border-right: 0;
}
.quantity .minus,
.quantity .plus,
.quantity-mini .minus,
.quantity-mini .plus,
.quantity .mini-minus,
.quantity .mini-plus,
.quantity-mini .mini-minus,
.quantity-mini .mini-plus {
    width: 10%;
    padding: 0px 40px;
    background: transparent;
    border: 1px solid #dd4b9c;
    color: #8d8d8d;
    border-radius: 10px 0 0 10px;
    border-width: 1px 0px 1px 1px;
    font-size: 32px;
    text-align: center;
    line-height: 30px;
    font-weight: 100;
    font-family: Trebuchet MS;
}
.quantity .plus,
.quantity-mini .plus,
.quantity .mini-plus,
.quantity-mini .mini-plus {
    border-width: 1px 1px 1px 0;
    border-radius: 0px 10px 10px 0;
}
.quantity input.qty,
.cart-item-quantity {
    width: 20%;
    border: 1px solid #dd4b9c;
    background: transparent;
    color: #d5539d;
    font-family: 'Neutra Display Titling';
    font-size: 20px;
    padding: 0px 5px;
    height: auto;
    display: inline-block;
    margin-right: 0;
    margin-top: -14px;
    border-radius: 0;
    margin-left: -5px;
    float: none;
}
.block.block-related {
    width: 100%;
    text-align: center;
    background: #fbfafa;
    margin-top: 0;
    padding-left: 0;
}
#block-related li.item {
    margin: 0 0 10px 9px;
    color: #d5539d;
    float: left;
    width: 23.5%;
    clear: none;
    padding: 2%;
}
.mini-products-list .product-image {
    float: left;
    min-width: 50px;
    border: 0;
    text-align: center;
    width: 10%;
    position: relative;
}
.block-related .mini-products-list .product-image {
    width: 100%;
}
#block-related li.item img {
    width: auto;
    display: inline-block;
}
#block-related .product-name a,
.box-up-sell .product-name a {
    color: #d5539d;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
}
.box-collateral.box-up-sell {
    background: #fbfafa;
    margin-top: -10px;
    width: 100%;
    display: block;
    float: left;
    text-align: center;
    padding-top: 30px;
}
.box-up-sell h2 {
    font-size: 22px;
    color: #0c5fa7;
}
.box-up-sell li {
    width: 25%;
    float: left;
    padding: 2%;
    clear: none !important;
    margin: 0 0 10px 9px;
}
.bundle-listing-title {
    float: right;
    font-family: 'Trebuchet MS';
}
.bundle-listing-title li {
    float: left;
    margin: 0 0 7px 7px;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 30px 4px 7px;
    text-align: left;
    background: #d5539d;
    position: relative;
    line-height: 16px;
}
.bundle-listing-title li span {
    float: right;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
a#showhide-cup-or-cone,
a#showhide-toppings {
    float: right;
    position: absolute;
    right: 10px;
    font-size: 0;
    top: -20px;
}
.tab-minus:after {
    content: "--";
    font-size: 26px;
    color: #d5539d;
    display: block;
    z-index: 99;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Trebuchet MS';
    letter-spacing: -5px;
}
.tab-plus:after {
    content: "+";
    font-size: 28px;
    color: #d5539d;
    display: block;
    z-index: 99;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Trebuchet MS';
}
.product-options ul.options-list li {
    line-height: 1.5;
    margin-bottom: 7px;
    margin-right: 1%;
}
.catalog-product-view .product-view #locationField input#autocomplete::-webkit-input-placeholder {
    color: #d5539d;
}
.catalog-product-view .product-view #locationField input#autocomplete::-moz-input-placeholder {
    color: #d5539d;
}
.catalog-product-view .product-view #locationField input#autocomplete::-input-placeholder {
    color: #d5539d;
}
.catalog-product-view .product-view #locationField input#autocomplete {
    color: #d5539d;
}
.area-cup-or-cone .input-box,
.area-toppings .input-box {
    float: left;
    width: 100%;
    height: auto;
}
.simple-qty-block {
    width: 100%;
    float: left;
    background: #f8f8f8;
    clear: both;
    margin-top: 5px;
    padding: 30px;
}
.simple-qty-block label {
    color: #0c5fa7;
    font-family: 'Neutra Display Titling';
    font-size: 17px;
    width: 100%;
    float: left;
}
.product-view .location_bar {
    background: url("../images/locality.svg") no-repeat #f4f4f4 left 30px center;
    background-size: 30px auto;
}
.product-view .detect {
    width: 120px;
    margin-top: -9px;
    float: right;
}
.product-view #locationField input#autocomplete {
    width: 70%;
}
.area-size .input-box {
    margin-top: 0;
}
dt.dt-head-cup-or-cone {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 30px;
}
.dt-head-qty {
    line-height: 30px
}
.dt-head-cup-or-cone {}
dd.area-cup-or-cone {}
dt.dt-head-toppings {
    padding: 0px 0 15px;
    line-height: 30px;
    border-bottom: 1px solid #c4c1c1;
}
.dt-head-toppings a#showhide-toppings {
    top: -21px;
}
.area-cup-or-cone li,
.area-toppings li {
    float: left;
    width: 32%;
    text-align: center;
    position: relative;
}
span.bundle-option-title {
    color: #d5539d;
    line-height: 18px;
    padding: 10px 0;
}
.bundle-option-container-toppings input {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}
span.price-notice {
    width: 100%;
    display: block;
    text-align: center;
}
.bundle-option-container-toppings img,
.bundle-option-container-cup-or-cone img {
    margin: 0 auto;
}
.area-cup-or-cone li input,
.area-toppings li input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}
.bundle-option-container-cup-or-cone img,
.bundle-option-container-toppings img {
    transition: ease-in all 0.2s;
    -webkit-transition: ease-in all 0.2s;
    -moz-transition: ease-in all 0.2s;
}
.bundle-option-container-cup-or-cone:hover img,
.bundle-option-container-toppings:hover img {
    border-radius: 5px;
    top: -3px;
    position: relative;
}
.bundle-option-container-cup-or-cone,
.bundle-option-container-toppings {
    border: 1px solid transparent;
    border-radius: 5px;
}

/* details page end */
.quickshop-index-view.catalog-product-view .product-essential {
    padding-top: 0;
}
.product-options ul.options-list label {
    max-width: 100%;
    background: transparent !important;
    padding-right: 0;
    text-align: center;
    padding-left: 0;
}
.location_bar div#advice-required-entry-autocomplete {
    position: absolute;
    margin-top: 0;
    margin-left: 10px;
}
.catalog-category-view .product-image.product-view-link>img {
    width: 55%;
}
.most-viewed .block-content .item img {
    display: inline-block;
    height: 220px;
    transition: all ease-out 0.1s;
}
.tab-banner.active {
    display: block;
}
.tab-banner {
    display: none;
}
.area-cup-or-cone ul li,
.area-toppings ul li {
    width: 100%;
}
.area-cup-or-cone ul li img,
.area-toppings ul li img {
    width: auto !important;
}
.owl-dots {
    display: none;
}
.area-toppings .owl-next,
.area-cup-or-cone .owl-next {
    background-position: top right !important;
    right: -30px;
}
.area-toppings .owl-prev,
.area-cup-or-cone .owl-prev {
    left: -30px;
}
.area-toppings .owl-next,
.area-toppings .owl-prev,
.area-cup-or-cone .owl-prev,
.area-cup-or-cone .owl-next {
    position: absolute;
    top: 38%;
    background: url("../images/owl-action.png") no-repeat!important;
    text-indent: -999px;
    width: 26px;
    height: 29px;
}
.checkout-cart-index .cart.display-single-price {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
}
.checkout-cart-index .cart-table thead th {
    color: #1968ad;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
}
.checkout-cart-index .cart-table a.product-image {
    border: 0;
}
.checkout-cart-index h2.product-name a {
    font-size: 15px !important;
    font-weight: normal !important;
}
.checkout-cart-index .cart .discount {
    background: #1968ad !important;
    border: 0 !important;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}
button.button.btn-proceed-checkout.btn-checkout {
    background: #d55ea0;
    border-radius: 5px;
    padding: 10px 0px;
    width: 100%;
    font-size: 15px;
    font-family: 'Neutra Display';
    box-shadow: 5px 5px 5px #155994;
}
.checkout-cart-index .cart .cart-totals table td:last-child {
    text-align: right;
}
.cart-totals-wrapper h2.order-summary {
    font-size: 16px;
    padding-top: 10px;
}
.checkout-cart-index .cart .cart-totals table td {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    text-transform: none;
    text-align: left;
}
.checkout-cart-index .cart .cart-totals {
    background: #1968ad !important;
    border: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    padding: 0px;
}
#discount-coupon-form input#coupon_code {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #5dabef;
    border-radius: 10px !important;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: normal;
    height: 40px;
    padding: 10px 15px !important;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.checkout-cart-index .main-container.col1-layout {
    max-width: 83%;
    padding: 50px 0;
    font-size: 15px;
    color: #7c7c7c;
    line-height: 20px;
}
.checkout-cart-index .page-title h1 {
    padding-bottom: 10px;
}
#trending-div {}
#trending-div .owl-item .item .img-getname {
    opacity: 1;
    transition: all 5s ease 0s;
    /*margin-top: 16vw;*/
    
    margin-top: 52%;
    position: relative;
}
#trending-div .owl-item .item .img-getname>img {
    width: 200px;
    height: 200px;
    float: left;
    top: -40px;
    position: relative;
}
#trending-div .owl-item .item .img-getname>h4 {
    opacity: 1;
    float: right;
    transition: all 1s ease 0s;
    /*transition-delay: 1s;*/
    
    color: #d5539d;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 14%;
    /*padding-right: 35%;*/
    
    padding-right: 35%;
    position: absolute;
    right: 0;
}
.image-expand h4 {
    color: #d5539d;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
}
#trending-div .row {
    max-width: 100%;
}
#trending-div .large-12 {
    margin: 0;
    padding: 0;
}
#trending-div .image-expand ul {
    margin: 0;
    padding: 25px 0 0 0;
    list-style-type: none;
}
#trending-div .image-expand ul li {
    width: 50%;
    float: left;
    padding: 20px 0 40px;
}
#trending-div .image-expand {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease 0s;
    z-index: -9999;
    visibility: hidden;
}
#trending-div .owl-item.active.center .image-expand {
    z-index: 1
}
#trending-div .owl-item.active.center .image-expand {
    opacity: 1;
    transition-delay: 1s;
    transition: all 3s ease 0s;
    visibility: visible;
}
#trending-div .owl-item.active.center {
    text-align: center;
}
#trending-div .owl-item.active.center .item .img-getname {
    opacity: 0;
    display: block;
    float: none;
    transition: all 0s ease 0s;
}
#trending-div .owl-item.active.center .item .img-getname>h4 {
    opacity: 0;
}
#trending-div .owl-item.active.center+#trending-div .owl-item.active .item .img-getname>img {
    float: right;
}
#trending-div .owl-item.active.center+#trending-div .owl-item.active .item .img-getname>h4 {
    float: left;
}
#trending-div .owl-item {
    position: relative;
}
#trending-div .owl-nav .owl-prev,
#trending-div .owl-nav .owl-next {
    position: absolute;
    top: 37%;
    background: url("../images/next_previous.svg") no-repeat;
    height: 43px;
    width: 24px;
    text-indent: -9999999px;
    font-size: 0;
    line-height: 0;
}
#trending-div .owl-nav .owl-prev {
    left: 24vw !important
}
#trending-div .owl-nav .owl-next {
    right: 24vw !important;
    background-position: right;
}
#trending-div .owl-carousel .owl-item {
    min-height: 780px;
}
#trending-div .owl-item ul li img {
    width: auto;
    display: inline-block;
    height: 180px;
}
#trending-div .owl-item.active.center ul li img {
    width: auto;
    display: inline-block;
    height: 200px;
    margin-bottom: 10px;
}
#trending-div .owl-item.active.center ul {
    width: 100%;
}
#trending-div {
    width: 100%;
    height: 100%;
    background: url("../images/trending-banner.jpg");
}
#trending-div h2 {
    color: #0c5fa7;
    font-size: 26px;
    padding: 0;
    text-align: center;
    margin: -10px 0 0;
    height: 40px;
    overflow: hidden;
    text-indent: 30px;
}
.image-expand p,
.image-expand a {
    color: #d5539d;
    font-weight: bold;
    padding: 10px 0;
    font-size: 16px;
}
img.cutout-img {
    width: 190px !important;
    height: auto !important;
}

/*#trending-div .owl-nav .owl-prev:before {

    content: "";

    background: url("../images/prev-top-line.png");

    width: 100px;

    height: 100px;

    display: block;

    top: -110px;

    position: absolute;

    left: 18px;

}

#trending-div .owl-nav .owl-prev:after {

    content: "";

    background: url("../images/prev-bottom-line.png");

    width: 100px;

    height: 120px;

    display: block;

    bottom: -120px;

    position: absolute;

    left: 18px;

}



#trending-div .owl-nav .owl-next:before {

    content: "";

    background: url("../images/prev-top-line.png");

    width: 100px;

    height: 100px;

    display: block;

    top: -110px;

    position: absolute;

    left: -95px;

    transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

}

#trending-div .owl-nav .owl-next:after {

    content: "";

    background: url("../images/prev-bottom-line.png");

    width: 100px;

    height: 120px;

    display: block;

    bottom: -120px;

    position: absolute;

    left: -105px;

    transform: rotate(-90deg);

  -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

}*/
#trending-div .owl-nav .owl-prev:before {
    content: "";
    width: 100px;
    height: 118px;
    display: block;
    top: -130px;
    position: absolute;
    left: 18px;
    border-left: 2px solid #003aa8;
    border-top: 2px solid #003aa8;
}
#trending-div .owl-nav .owl-prev:after {
    content: "";
    width: 100px;
    height: 118px;
    display: block;
    bottom: -130px;
    position: absolute;
    left: 18px;
    border-left: 2px solid #003aa8;
    border-bottom: 2px solid #003aa8;
}
#trending-div .owl-nav .owl-next:before {
    content: "";
    width: 100px;
    height: 118px;
    display: block;
    top: -130px;
    position: absolute;
    left: -94px;
    border-right: 2px solid #003aa8;
    border-top: 2px solid #003aa8;
}
#trending-div .owl-nav .owl-next:after {
    content: "";
    width: 100px;
    height: 118px;
    display: block;
    bottom: -130px;
    position: absolute;
    left: -94px;
    border-right: 2px solid #003aa8;
    border-bottom: 2px solid #003aa8;
}
.owl-item.active.center+.owl-item.active {
    text-align: right;
}
.owl-item.active.center+.owl-item.active>.item .cutout-img {
    float: right !importnat;
}
.owl-item.active.center+.owl-item.active>.item .cutout-img {
    float: right !important;
}
.cart.display-single-price .title-buttons span {
    color: #b9b9b9;
}
.product-cart-price input.qty {
    padding: 0px 10px;
    margin-top: -8px;
    height: 31px;
    margin-right: -5px;
    margin-left: -5px;
}
.simple-qty-block input#qty {
    margin-top: 0px;
    height: 32px;
}
.simple-qty-block .quantity .minus,
.simple-qty-block .quantity .plus {
    float: left;
}
.product-cart-price .quantity .minus,
.product-cart-price .quantity .plus {
    padding: 3px 20px;
}
.product-cart-price .quantity {
    margin: 15px 0;
}
.product-cart-total .cart-item-price-box span.price {
    color: #d55ea0;
    line-height: 80px;
}
a.btn-remove.btn-remove2:before {
    color: #d6d6d6;
    content: "X";
    display: block;
    font-family: arial;
    float: right;
    font-size: 14px;
    line-height: 80px;
    text-indent: 0;
}
a.btn-remove.btn-remove2 {
    background-image: none;
}
.cart-summary {
    float: right;
    width: 100%;
    background: #1968ad !important;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.cart-continuelist {
    float: right;
    width: 28%;
}
.delivery-time {
    text-align: right;
    color: #5dabef;
}
.coupon-total {
    font-size: 20px;
    font-family: 'Neutra Display Titling';
    padding: 0px 0 20px;
}
.coupon-total span {
    float: right;
}
.tax-note {
    color: #5dabef;
    text-align: right;
    font-size: 13px;
    float: left;
    width: 100%;
}
#shopping-cart-totals-table tfoot {
    border-top: 1px solid #5dabef;
    border-bottom: 0;
}
.cart-summary .checkout-types {
    float: none;
}
.btn-continue.button2 span,
.btn-continue.button2 span span {
    font-family: 'Neutra Display';
}
button.button2.btn-continue {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1% 7%;
}
#discount-coupon-form input::-moz-placeholder {
    color: #fff !important;
}
span.cart-bundle-opt.cart-bundle-size-opt {
    color: #1968ad;
    border-bottom: 1px solid #d7d7d7;
}
.product-cart-info .item-options dd:nth-child(2) span.cart-bundle-opt {
    width: 100%;
    float: left;
    padding: 0px 0 10px;
}
span.cart-bundle-opt {
    color: #b9b9b9;
    font-size: 14px;
    max-width: 175px;
}
#shopping-cart-table .product-cart-info .item-options dt {
    display: none;
}
#discount-coupon-form .button-wrapper>button {
    width: 100%;
    text-align: center;
}
#shopping-cart-table .item-options dd {
    width: 100%;
}
button.button2.coupon-apply span {
    color: #fff;
    padding: 5px;
}
#shopping-cart-table th:first-child img {
    float: none;
    margin: 0 6px 0;
    position: relative;
    display: inline-block;
    top: 2px;
}
.coupon-apply {
    display: none;
}
.cms-store-locator .location_bar:before {
    display: none;
}
.header-minicart .minicart-wrapper {
    clear: both;
    width: 390px;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
}
.quantity-mini .minus,
.quantity-mini .plus,
.quantity-mini .mini-minus,
.quantity-mini .mini-plus {
    float: left;
    padding: 5px;
    width: 12%;
    height: 30px;
    line-height: 16px;
    text-indent: 0 !important;
    font-weight: 100 !important;
    font-family: 'Trebuchet MS' !important;
}
.header-minicart .info-wrapper .qty {
    padding-left: 4px;
    padding-right: 4px;
    margin-right: 0px;
    width: 3.2em;
    font-size: 14px;
    text-align: center;
    height: 28px;
    float: left;
    margin-top: 0px;
    margin-left: -14px;
}
.header-minicart .info-wrapper td:first-child {
    padding: 0;
    color: #b9b9b9;
    margin: 0;
}
.product-details-mini-popup {
    float: left;
    width: 100%;
}
.mini-qty-info {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.quantity-mini .cart-item-quantity {
    float: left;
    height: 30px;
    width: 40px;
    text-align: center;
    margin-top: 0px;
    font-size: 14px;
}
.input-box.disable {
    display: none;
}
.quantity-mini .button.quantity-button {
    display: none;
}
.mini-cross-block {
    color: #b9b9b9;
    float: left;
    font-size: 13px;
    padding: 10px 0;
    margin-left: 5px;
}
.cancel-mini-pro a.remove {
    color: #b9b9b9;
    position: absolute;
    right: 0;
    top: -40px;
    margin-right: 0;
    background: transparent;
    width: auto;
    height: auto;
}
.cancel-mini-pro a.remove:before {
    content: "X";
    font-size: 15px;
}
.cancel-mini-pro a.remove {
    font-size: 0;
}
.right-mini-block {
    color: #d55ea0;
    position: absolute;
    right: 0;
    top: 40%;
}
.sizer-ice dt {
    display: none;
}
.sizer-ice dd {
    padding: 3px 0;
    line-height: 14px;
}
.sizer-ice span.cart-bundle-opt.cart-bundle-size-opt {
    color: #1968ad;
    border-bottom: 1px solid #b9b9b9;
    width: 60%;
    display: inline-block;
    margin-top: 0px;
    padding-bottom: 7px;
}
.sizer-ice dd:last-child {
    margin-bottom: 10px;
}
.popup_mobile_save {
    background: #d5539d;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    font-family: 'Neutra Display';
    width: 100%;
    display: block;
    font-size: 16px;
    margin: 20px 0 0;
}
.popup_mobile {
    border: 1px solid #0b5fa5;
    padding: 5px 5px 5px 15px !important;
    width: 100% !important;
    height: 50px !important;
    color: #d5539d;
    border-radius: 10px;
    font-size: 18px;
}
.popup_mobile::-moz-input-placeholder {
    color: #d5539d !important;
}
.popup_mobile::-webkit-input-placeholder {
    color: #d5539d !important;
}
.popup_mobile::-ms-input-placeholder {
    color: #d5539d !important;
}
.popup_mobile::-input-placeholder {
    color: #d5539d !important;
}
.dialog {
    border: 0;
}
.top.table_window {
    display: none;
}
iframe {
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    position: absolute !important;
}
.magento_close:before {
    float: right;
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    background: #0c5fa7;
    color: #fff;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    right: -10px;
    top: -10px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-family: 'Neutra Display Titling';
    content: "X";
    font-size: 18px;
}
.magento_close:after {
    content: "X";
    color: #fff;
    font-size: 14px;
    display: block;
    padding-left: 1px;
}
.magento_close {
    top: 0px;
    right: 0px;
}
input#mini_coupon_code {
    color: #b6b6b6;
    padding: 7px 7px 7px 15px;
    border-color: #e2e2e2;
    border-left: 0;
    width: 70%;
    border-right: 0;
    float: left;
    text-transform: uppercase !important;
}
input#mini_coupon_code::-webkit-input-placeholder {
    color: #b6b6b6;
}
input#mini_coupon_code::-moz-placeholder {
    color: #b6b6b6;
}
input#mini_coupon_code:-ms-input-placeholder {
    color: #b6b6b6;
}
.address-contact:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 85%;
    left: -20px;
    z-index: -1;
    position: absolute;
    top: 0;
}
.address-contact {
    position: relative;
    z-index: 0;
}
.address-contact:hover:after {
    background: #f2f2f2;
}
#mini_discount-coupon-form button {
    background: #045fa9;
    font-size: 15px;
    width: 30%;
    float: left;
    height: 38px;
    margin: 0;
}
.header-minicart .minicart-actions {
    padding: 0px;
    margin-top: 0px;
    overflow: hidden;
    text-align: center;
    background: #d55ea0;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.minicart-actions a {
    color: #fff !important;
    background: transparent !important;
    font-size: 17px !important;
    text-align: center;
    font-family: 'Neutra Display';
    width: 50%;
    padding: 0;
    line-height: 50px !important;
    float: left !important;
    margin: 0 !important;
}
{}
#mini_coupon_code::-moz-input-placeholder {
    color: #e2e2e2 !important;
}
#mini_coupon_code::-webkit-input-placeholder {
    color: #e2e2e2 !important;
}
#mini_coupon_code::-ms-input-placeholder {
    color: #e2e2e2 !important;
}
#mini_coupon_code::-input-placeholder {
    color: #e2e2e2 !important;
}
.cancel-mini-pro {
    position: relative;
}
#initmap {
    float: left;
    height: 500px;
    width: 39%;
}
#map {
    width: 100% !important;
    height: 100% !important;
}
#cart-sidebar .product-image {
    position: absolute;
}
.header-minicart .skip-content .minicart-wrapper {
    opacity: 0;
    right: -350px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-minicart .skip-content.skip-active .minicart-wrapper,
.minicart_show .header-minicart .minicart-wrapper {
    opacity: 1;
    right: -0.5%;
}
#checkoutSteps {
    padding-bottom: 50px;
}
.radio+label {
    background: url("../images/radio-btn.png") no-repeat;
    background-position: top -3px left 0px;
    padding-left: 30px;
}
input[type=radio] {
    opacity: 0;
}
.radio+label {
    background: url(../images/radio-btn1.png) no-repeat;
    background-position: top 0px left 0px;
    padding-left: 25px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 14px;
    color: #0c5fa7;
}
input[type=radio]:checked+label {
    background: url(../images/radio-btn2.png) no-repeat;
    background-position: top 0px left 0px;
}
.inner_customer_address .input-box {
    height: auto;
    float: left;
    padding: 20px 0px;
    width: 48%;
    border: 1px solid;
    margin: 1%;
    border-radius: 5px;
}
.minicart-wrapper button.button2.btn-continue span {
    color: #045fa9 !important;
    text-decoration: none !important;
    font-family: "Trebuchet MS";
}
.minicart-wrapper button.button2.btn-continue {
    float: left;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0px 10px 50px;
    margin-bottom: 10px;
}
.minicart-wrapper button.button2.btn-continue:before {
    content: "";
    position: absolute;
    margin-left: -30px;
    background: url("../images/mini-cart-arrow.png") no-repeat;
    width: 9px;
    height: 16px;
    top: 20px;
}
#mini_discount-coupon-form span#msg {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    left: 10px;
    font-size: 13px;
    top: 10px;
    float: left;
}
.address-contact {
    width: 50%;
    float: left;
    padding-right: 6%;
    line-height: 26px;
    display: block;
    min-height: 250px;
}
.contact-pink {
    padding: 20px 0;
    line-height: 20px;
    color: #d5539d;
    font-weight: bold;
}
.contact-area-new-left span {
    font-weight: normal;
}
.contact-area-new-left {
    width: 61%;
    color: #045fa9;
    font-weight: bold;
    float: left;
}
.contact-area-new-left span {
    font-weight: normal;
    float: left;
    padding: 20px 0 0;
}
.coupon-cancel span {
    text-decoration: none !important;
}
.coupon-cancel span span {
    color: #fff !important;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none !important;
}
.checkout-onepage-index .main-container {
    max-width: 84%;
}
#checkout-progress-wrapper .cart-summary {
    width: 100%;
    margin-top: 50px;
}
#checkout-progress-wrapper .cart-totals,
#checkout-progress-wrapper .discount {
    background: transparent;
    border: 0;
    padding: 10px 0;
}
.checkout-onepage-index #shopping-cart-totals-table {
    width: 100%;
}
.checkout-onepage-index #shopping-cart-totals-table td {
    width: 50%;
    padding: 0 0 10px;
}
.checkout-onepage-index #shopping-cart-totals-table td:first-child {
    text-align: left;
}
.checkout-onepage-index #shopping-cart-totals-table tfoot td.a-right {
    padding: 10px 0;
}
.checkout-onepage-index .cart-totals {
    margin-bottom: 0;
}
.block.block-progress.opc-block-progress.opc-block-progress-step-login {
    display: none;
}
.checkout-onepage-index h1 {
    display: none;
}
.checkout-onepage-index .main-container.col2-right-layout {
    padding: 50px 0;
}
#checkout-step-login .col2-set {
    background: #f5f5f5;
    padding: 10px 30px;
    border-radius: 10px;
    margin-bottom: 15px;
}
#checkout-step-login .col-1.inchoo-socialconnect-checkout-google h3,
#checkout-step-login .col-1.inchoo-socialconnect-checkout-google p,
#checkout-step-login .inchoo-socialconnect-checkout-facebook p,
#checkout-step-login .inchoo-socialconnect-checkout-facebook h3 {
    display: none;
}
#checkout-step-login div.inchoo-socialconnect-google-inner a {
    background: url("../images/gplus-signup.png") no-repeat;
    text-indent: -99999px;
    float: left;
    width: 347px;
    height: 65px;
}
#checkout-step-login div.inchoo-socialconnect-facebook-inner a {
    background: url("../images/fb-signup.png") no-repeat;
    text-indent: -99999px;
    float: left;
    width: 347px;
    height: 65px;
}
#checkout-step-login div.inchoo-socialconnect-google-inner,
#checkout-step-login div.inchoo-socialconnect-facebook-inner,
#checkout-step-login div.inchoo-socialconnect-google,
#checkout-step-login div.inchoo-socialconnect-facebook {
    background: transparent !important
}
#checkout-step-login .col-1.inchoo-socialconnect-checkout-google {
    left: 70px;
}
#checkout-step-login .inchoo-socialconnect-facebook-inner {
    left: 50px;
}
#checkout-step-login .col-1.inchoo-socialconnect-checkout-google,
#checkout-step-login .inchoo-socialconnect-facebook-inner {
    width: 100%;
    position: relative;
}
.contacts-index-index .col-left,
.cms-store-locator .col-left {
    float: left;
    width: 30%;
    clear: left;
    padding-left: 8%;
}
.innovation-banner-top {
    position: absolute;
    left: 0;
    top: -30px;
    text-align: center;
    width: 100%;
    height: 330px;
    background: url(../images/store-locator-banner.png);
    padding: 120px 50px 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #fff;
}
.innovation-banner-top h2,.innovation-banner-top h1 {
    font-size: 46px;
    line-height: 44px;
    color : #fff !important;
    font-family: 'Neutra Display Titling';
}
.innovation-banner-top p {
    font-size: 16px !important;
    font-weight: bold;
    padding-top: 10px;
    color: #fff !important;
}
.contacts-index-index .right-part-contact {
    width: 90% !important;
}
.contacts-index-index .main-container,
.cms-store-locator .main-container {
    max-width: 100% !important;
    padding: 24vw 0px 0 !important;
}
.contacts-index-index .col2-left-layout .col-main {
    width: 67%;
    float: left;
}
.ei-slider-thumbs li.active a {
    color: #0c5fa7;
}
.ei-slider-thumbs li.active a:before,
.ei-slider-thumbs li.active a:after {
    display: block;
}
.ei-slider-thumbs li a:before,
.ei-slider-thumbs li a:after {
    display: none;
}
.checkout-onepage-index .col-main {
    width: 75% !important;
}
.checkout-onepage-index .col-right.sidebar {
    width: 25%;
}
#login-form label.required {
    display: none;
}
.forgot-pass-blk {
    position: relative;
}
.forgot-pass-blk a#link {
    float: right;
    position: absolute;
    right: 4%;
    top: 42%;
    font-size: 13px;
    color: #d55ea0;
    z-index: 9;
}
.login-btn-checkout.buttons-set .button,
#co-billing-form.buttons-set .button,
#payment-buttons-container.buttons-set .button,
.buttons-set .button {
    background: #d5539d;
    font-size: 18px;
    height: auto;
    padding: 16px;
    border-radius: 10px;
    font-family: 'Neutra Display Titling';
    font-weight: normal;
    box-shadow: 0px 3px 3px 1px #cdcdcd;
    width: 100%;
    float: left;
    margin: 0;
}
.login-btn-checkout p.required {
    display: none;
}
#login-form li {
    margin-bottom: 0;
}
.login-or {
    float: left;
    width: 10%;
    height: 100%;
    padding: 13% 0;
    text-align: center;
    color: #7c7c7c;
    text-transform: uppercase;
    position: relative;
    font-family: 'Neutra Display Titling';
    font-size: 16px;
    top: 30px;
}
.login-or:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #7c7c7c;
    position: absolute;
    left: 50%;
    top: 0;
}
.login-or span {
    padding: 10px 5px;
    background: #f5f5f5;
    position: relative;
    color: #7c7c7c;
}
.opc-firststep-login .col2-set .col-1,
.opc-firststep-login .col2-set .col-2 {
    width: 44%;
}
.checkout-lgn .inchoo-socialconnect-checkout {
    margin-top: -10px !important;
}
p.register_guest_msg {
    padding: 10px 0 0;
    margin-left: -15px;
    margin-bottom: -10px;
}
#opc-billing .input--filled.opc-filled-box label.input__label.input__label--ichiro span {
    color: #7c7c7c;
}
#opc-billing .input--filled.opc-filled-box input.input__field--ichiro {
    color: #b7b7b7;
    border: 1px solid #b7b7b7;
}
#opc-billing .input-box.opc-filled-box.input--filled {
    background: #e1e1e1;
    border-radius: 10px;
}
#opc-billing label.required {
    display: none;
}
#co-billing-form .buttons-set .button,
#opc-billing .buttons-set .button,
#payment-buttons-container.buttons-set .button,
.buttons-set .button {
    width: auto;
}
.catalogsearch-result-index li.item {
    border: 1px solid #efefef;
    width: 33.3333%;
    margin: 0;
    padding: 0;
    height: auto;
}
.catalogsearch-result-index li.item .product-info {
    min-height: auto !important;
    padding-bottom: 50px !important;
}
.catalogsearch-result-index .products-grid .product-image img {
    width: 60%;
}
.catalogsearch-result-index .main-container.col1-layout {
    max-width: 100%;
    padding-bottom: 50px;
}
.catalogsearch-result-index .no-result.page-title h1 {
    color: #e285b4;
    font-family: 'Neutra Display Titling';
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    font-size: 2em;
}
.popular-search h2,
.most-popular h2 {
    color: #0c5fa8;
    text-align: center;
    font-size: 17px;
    border-top: 1px solid #efefef;
    padding-top: 30px;
}
.popular-search-result {
    text-align: center;
}
.popular-search-result li {
    display: inline-block;
    text-align: center;
    padding: 3px;
    text-transform: capitalize;
    font-size: 16px;
}
.popular-search-result li a {
    color: #e285b4;
    text-decoration: underline;
}
.popular-search-result li:after {
    content: ",";
    color: #e285b4;
}
.popular-search-result li:last-child:after {
    display: none;
}
.most-popular h2 {
    border: 0;
}
.search-bar-result {
    background: #0c5fa7;
    position: relative;
    left: 0;
    width: 100%;
    padding: 6vw 0 3vw;
    text-align: center;
    margin: 0;
    top: -70px;
    height: 180px;
}
.search-bar-result h1 {
    color: #fff;
}
.header-minicart p.empty {
    color: #e285b4;
    position: relative;
    top: 10px;
    overflow: hidden;
}
.search-bar-result:before {
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    width: 8%;
    bottom: 0;
    border: 5px solid #fff;
}
.search-bar-result h1 {
    font-size: 2.5vw;
    text-transform: capitalize;
    font-weight: 600;
}
.search-bar-result:after {
    content: "";
    position: absolute;
    right: 0;
    background: #fff;
    width: 8%;
    bottom: 0;
    border: 5px solid #fff;
}
.catalogsearch-result-index .main-container.col1-layout .category-products {
    width: 80%;
    margin: 0 auto;
}
#checkout-step-billing {
    background: #f5f5f5;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}
#billing-new-address-form .fields .field {
    width: 49%;
    float: left;
}
#billing-new-address-form .fields .field.name-lastname {
    float: right;
}
#billing-new-address-form .fields .field {
    width: 49%;
    float: left;
}
#billing-new-address-form .fields .field:nth-child(2n+2) {
    float: right;
}
p.grey-p {
    width: 100%;
    display: block;
}
#billing-new-address-form h3 {
    color: #d55ea0;
    padding-bottom: 10px;
}
p.grey-p {
    width: 100%;
    display: block;
    color: #7c7c7c;
}
.address-type-block .field {
    width: 100% !important;
    margin-bottom: -40px;
    padding-bottom: 0;
}
ul.inner_customer_address {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.validate-number {
    border: 1px solid #0b5fa5;
    border-radius: 10px;
    font-size: 20px;
    color: #d5539d;
    padding: 20px !important;
    text-align: center;
}
div#popotp {
    background: #d55ea0;
    color: #fff;
    text-align: left;
    padding: 0;
}
div#popotp:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    z-index: -999999;
}
.cod_opt {
    background: #d55ea0;
    padding: 30px;
    border-radius: 6px;
}
.validate-number {
    border: 1px solid #fff;
    border-radius: 10px 0 10px 10px;
    font-size: 20px;
    color: #d5539d;
    padding: 20px !important;
    text-align: left;
}
input#confirm_mobile {
    background: #1968ad;
    border: 0;
    color: #fff;
    border-radius: 0 10px 10px 0;
    text-align: center;
    width: 40%;
    text-transform: uppercase;
    padding: 10px;
}
.header-minicart #shopping-cart-totals-table td {
    text-align: left;
    color: #045fa9;
    padding: 0 15px;
    line-height: 20px;
    font-size: 15px;
    width: 50%;
}
.header-minicart .mini-total-new {
    margin-top: 10px;
}
.header-minicart #shopping-cart-totals-table tfoot {
    /*display: none;*/
}
.header-minicart #shopping-cart-totals-table {
    width: 100%;
}
.block.block-progress.opc-block-progress {
    display: none;
}
.verification-code a {
    color: #fff;
}
.verification-code span:first-child a {
    text-decoration: underline;
}
.opc-has-progressed-from-login {
    background: #fff;
}
.checkout-onepage-index p.required,
.checkout-onepage-index .validation-advice {
    position: absolute;
    bottom: -16px;
}
.checkout-onepage-success p {
    font-family: 'Neutra Display Titling';
    color: #0c5fa8;
    line-height: 20px;
    font-size: 14px;
}
.checkout-onepage-success .buttons-set {
    border: 0;
}
.checkout-onepage-success .page-title h1 {
    display: none;
}
.checkout-onepage-success h2.sub-title {
    color: #0f5791;
    padding: 10px 0;
}
.content-heading-flvour h1 {
    color: #0f5791;
}
.flavour-content p {
    font-family: 'Trebuchet MS';
    line-height: 24px;
}
.flv-block img {
    width: 30%;
    height: auto;
    float: left;
}
.flavour-content {
    width: 100%;
    float: left;
}
.scoop,
.flavour {
    width: 50%;
    float: left;
}
.flv-block {
    text-align: left;
    width: 90%;
}
.flv-block h3 {
    color: #0c5fa8;
    margin-bottom: 15px;
}
.content-heading-flvour {
    width: 65%;
    float: right;
}
.customer-account-forgotpassword .buttons-set {
    margin: -10px auto 0;
    max-width: 50%;
}
.customer-account-forgotpassword .fieldset {
    margin: 0 auto;
    padding: 30px 0 0;
    max-width: 50%;
}
.customer-account-forgotpassword .wrapper {
    text-align: left;
    max-width: 100%;
}
.customer-account-forgotpassword .fieldset .input-box input.input-text {
    display: block;
    width: 100%;
    border-radius: 10px;
    padding: 10px 5px 5px 20px;
    height: 50px;
    background: transparent;
    border-color: #0b5fa5;
    color: #d5539d;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    font-size: 18px;
}
.customer-account-forgotpassword h2 {
    color: #0b5fa5;
    font-family: 'Neutra Display';
    font-size: 24px;
}
.customer-account-forgotpassword h1 {
    text-align: center;
    color: #d55ea0;
    padding: 30px 0 30px;
    font-family: 'Neutra Display Titling';
    font-size: 24px;
}
.customer-account-forgotpassword label.required {
    padding: 30px 0 0;
    font-size: 18px;
    line-height: 21px;
    color: #0b5fa5;
}
.skip-link .icon {
    margin-right: 3px;
}
.customer-account-forgotpassword .buttons-set button.button {
    float: left;
}
.read-content {
    padding: 100px 0 50px;
    width: 90%;
    display: inline-block;
    margin: 0 auto;
    height: auto;
}
.flavour-content p a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}
.thankyou-icon {
    text-align: center;
    padding: 6% 0 0.5%;
}
.thankyou-icon img {
    display: inline-block;
}
#trending-div .image-expand .product-info .actions .product-view-link {
    background: #d5539d !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 15px;
    padding: 8px 0;
    width: 60%;
    float: none;
    text-transform: uppercase !important;
    border-radius: 10px;
    margin-top: 10px;
    z-index: 9;
    position: relative;
}
#trending-div {
    padding: 50px 0 0;
}
#trending-div .product-info .regular-price span.price {
    color: #bbb !important;
    font-size: 15px;
    padding: 0;
}
#trending-div .image-expand ul li {
    position: relative;
}
#trending-div .image-expand ul li .actions {
    display: none;
    position: absolute;
    top: 88%;
    left: 0;
    width: 100%;
}
#trending-div .image-expand ul li:hover .actions {
    display: block;
}
.owl-item .buy-a-btn {
    display: none;
}
.owl-item.active.center .buy-a-btn {
    display: block;
}
.buy-a-btn {
    position: absolute;
    left: 0!important;
    bottom: 12%!important;
    right: 0!important;
    margin: auto;
}
.buy-a-btn a {
    background: #d5539d;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 30px;
    float: none;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 10px;
    z-index: 9;
    position: relative;
    box-shadow: 3px 3px 3px #ccc;
}
.shadow-btn-pink {
    background: #d5539d;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #ccc;
}
.newsletter-signup .validation-advice {
    left: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-indent: 0;
    text-align: center;
}
.newsletter-signup .validation-advice#advice-required-entry-newsletter {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}
.quick-reads {
    color: #0c5fa7;
    font-size: 24px;
    float: left;
    position: absolute;
    top: 24%;
    left: 5%;
    font-family: 'Neutra Display Titling';
}
#trending-div .owl-item.active.center+.owl-item.active h4 {
    /*padding-right: 1vw !important;*/
    
    padding-left: 35%;
    padding-right: 0;
    float: left;
    left: 0;
    text-align: left;
}
li.suprise-me a {
    background: #d5539d;
    color: #fff;
    font-weight: normal;
    padding: 15px 20%;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: 0px 4px 5px #ccc;
    margin: 0 auto;
    font-family: 'Neutra Display';
}
li.suprise-me {
    margin: 20px 0 50px;
}
.confirm-mobile-container.col-sm-12.text-center {
    padding-bottom: 30px;
}
.confirm-mobile-container.col-sm-12.text-center>span {
    bottom: 10%;
    font-size: 20px;
    left: 48%;
    position: absolute;
}
.verification-code.col-sm-12 {
    clear: both;
    font-weight: bold;
    padding: 30px 0 0;
    text-align: center;
    width: 100%;
}
#otp_notification {
    display: block !important;
    font-weight: normal;
    margin-left: 0;
    margin-top: 45px;
    color: #fff;
    position: absolute;
    font-size: 14px;
}
.confirm-mobile-inner .validate-number {
    border-radius: 10px 0 0 10px;
    font-size: 17px;
    height: 40px;
    padding: 0 15px !important;
    text-transform: uppercase;
    font-family: 'Trebuchet MS';
    width: 100%;
}
.confirm-mobile-inner {
    float: left;
}
.contact-banner img {
    height: auto;
    width: 100%;
    transition: all ease-in 0.8s;
    -webkit-transition: all ease-in 0.8s;
    -moz-transition: all ease-in 0.8s;
}
.verification-code a:hover {
    text-decoration: underline;
}
#trending-div-mobile {
    display: none;
}
#trending-div .row {
    display: block;
}
.view-your-points:hover {
    top: -24%;
}
.signup-now:hover {
    bottom: -16%;
}
.view-your-points,
.signup-now {
    transition: 0.5s ease all;
}
#search::before {
    background: rgba(0, 0, 0, 0) url("../images/sprit_svg.svg") repeat scroll right -158px top -28px !important;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
    z-index: 9;
}

/**************/
#shopping-cart-totals-table .a-right .price {
    width: 100px;
    display: block;
}
#trending-div .owl-item .product-info h2 {
    height: auto;
}
.product-info h2.product-name a {
    padding: 0;
}
.product-info .price-box:after {
    content: "";
    display: block;
    clear: both;
}
.product-info .price-box {
    margin: 5px 0;
}
#trending-div .image-expand ul li {
    padding: 20px 0 30px;
}
.product-info h2.product-name a {
    font-size: 18px;
}
.product-info .image-expand a {
    padding: 0 0 10px;
}
#trending-div .owl-item .item .img-getname:after {
    content: "";
    display: block;
    clear: both;
}
#fancybox-loading {
    background: url(../images/loader-ring.gif)center no-repeat;
    background-color: #fff;
    left: 0px;
    top: 0px;
    width: 97.6%;
    height: 94%;
    margin-left: 20px;
    margin-top: 20px;
}
.super-market-product-block .tabs-menu {
    height: auto;
    width: auto;
    float: none;
    clear: both;
    margin: 0 auto 30px;
    display: table;
}
.super-market-product-block .tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: none;
    margin-right: 0;
    background-color: transparent;
    border-top: 0;
    width: auto;
    border-bottom: 0;
    display: table-cell;
    border-right: 0;
    font-family: Trebuchet MS;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    padding: 0 25px;
}
.super-market-product-block .tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}
.super-market-product-block .tabs-menu li a {
    padding: 10px 0 1px 0;
    text-transform: inherit;
    color: #0c5fa7;
    text-decoration: none;
}
.super-market-product-block .tabs-menu .current a {
    color: #d5539d;
    border-bottom: 1px solid #d5539d;
}
.super-market-product-block .tab {
    background-color: #fff;
    float: left;
    margin-bottom: 70px;
    width: 100%;
}
.super-market-product-block .tabs-menu .current a:before,
.super-market-product-block .tabs-menu .current a:after {
    display: none;
}
.super-market-product-block .tab-content {
    width: 910px;
    padding: 0;
    display: none;
    height: 180px;
    overflow: hidden;
}
.super-market-product-block #tab-1 {
    display: block;
}
p.feedbk-msg {
    color: #d5539d;
    text-align: center;
    float: right;
    text-transform: uppercase;
    font-family: "Neutra Display";
    top: 8px;
    font-size: 13px;
    position: relative;
    right: 25px;
}

/* */
p.expl-blue:hover {
    text-decoration: underline;
    cursor: pointer;
}
.most-viewed .block-content .item img:hover {
    opacity: 0.7;
}
.quantity .minus,
.quantity .plus,
.quantity-mini .minus,
.quantity-mini .plus,
.quantity .mini-minus,
.quantity .mini-plus,
.quantity-mini .mini-minus,
.quantity-mini .mini-plus {
    text-indent: -7px;
}
span.tub-order {
    color: #aeaeae;
    position: relative;
    top: -35px;
    font-size: 15px;
    width: 100%;
    float: left;
    z-index: 9;
}
.tub-order a {
    text-decoration: underline;
}
a.inner-menu-link {
    height: 70px;
    line-height: 70px;
}
#advice-validate-email-newsletter {
    color: #fff;
}
#leftnav ul li ul li:hover ul li {
    display: block;
}
#leftnav li a {
    font-size: 16px;
}
@media (min-width: 1920px) and (max-width: 2800px) {
    #trending-div .owl-item .item .img-getname {
        margin-top: 32%;
    }
    
    .ei-slider-large li img {
        margin: 0 !important
    }
}
@media (min-width: 1450px) and (max-width: 2800px) {
    a.btn-pink {
        left: 38.2% !important;
    }
    
    .partner-with-us-new li {
        min-height: 180px;
    }
    
    .header-inner {
        padding-left: 6%;
        padding-right: 6%;
    }
    
    .happyness-corner-insta .insta-block {
        height: 380px;
    }
    
    .popupcuopon .div-bkg-inner {
        left: 26% !important;
    }
    
    .category-image p.category-description {
        top: 41%;
    }
    
    .more-look-over .part {
        height: 250px;
    }
    
    .know-about-inner h2 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    
    .are-u.sure .div-bkg-inner {
        top: 100px !important;
        left: 40% !important;
    }
    
    .footer-social li {
        padding: 0 36px;
    }
}
@media (min-width: 1640px) and (max-width: 2800px) {
    .cms-home .ei-title h2,
    .cms-home .ei-title h3 {
        padding-left: 20%;
    }
    
    .cms-home .ei-slider .product-image-banner {
        right: 13%;
        top: 0%;
    }
    /*.cms-home .ei-slider .product-image-banner{right: 13%; top: 18%;}*/
    /*.cms-home .ei-slider li.center .product-image-banner {right: 40%;}*/
    
    .cms-home .ei-slider li.center .ei-title h2 {
        padding-right: 20%;
    }
    
    .search-autocomplete {
        width: 260px !important;
        left: -10% !important;
    }
    
    .simple-qty-block {
        min-height: 900px;
    }
    
    #pop1.simplePopup {
        left: 29% !important;
    }
}
@media (min-width: 1750px) and (max-width: 1919px) {
    #trending-div .owl-item .item .img-getname {
        margin-top: 34%;
    }
}
@media (min-width: 1646px) and (max-width: 1749px) {
    #trending-div .owl-item .item .img-getname {
        margin-top: 37%;
    }
}
@media (min-width: 1550px) and (max-width: 1645px) {
    #trending-div .owl-item .item .img-getname {
        margin-top: 40%;
    }
}
@media (min-width: 1480px) and (max-width: 1549px) {
    #trending-div .owl-item .item .img-getname {
        margin-top: 45%;
    }
}
@-moz-document url-prefix() {
    .product-cart-price input.qty {
        height: 32px;
        margin-top: -5px;
    }
    
    .quantity input.qty,
    .cart-item-quantity {
        margin-top: -16px;
    }
    
    .checkout-cart-index .product-cart-price input.qty {
        height: 34px !important;
        margin-top: -10px !important;
    }
    
    .checkout-cart-index .quantity .minus,
    .checkout-cart-index .quantity .plus,
    .checkout-cart-index .quantity-mini .minus,
    .checkout-cart-index .quantity-mini .plus {
        font-size: 25px !important;
    }
}
@media only screen and (max-width: 2800px) {
    .header-minicart a {
        margin-right: 2px;
    }
    
    nav li a {
        font-size: 15px;
        font-size: 0.8vw;
    }
}
@media (min-width: 1728px) and (max-width: 1919px) {
    /*.nav-primary a { font-size: 17px;}

  nav li { padding: 10px 1.7vw;}

  a.logo {left: 45vw;}

  #header-search { width: 25vw !important;}

  .header-minicart{right: 91px;}

  #search {width: 185px;}

  .header-online-btn {right: 4.3vw !important;}

  .header-online-btn{width: 13% !important;}

  .account-cart-wrapper{right: 30px;}

  #header-search {right: 4vw !important;}*/
    
    .part {
        height: 17vw;
    }
    
    .tabs-menu li a {
        padding: 1.5vw;
    }
    
    div.quick-read-blog {
        height: 52vw;
    }
}
@media (min-width: 1440px) and (max-width: 1727px) {
    nav li {
        padding: 10px 1.3vw;
    }
    
    #em_quickshop_handler {
        height: 200px;
        margin-left: 0;
        width: 450px;
    }
    /*  a.skip-link.skip-cart.skip-active{right:20px}

  .header-minicart a{ margin-right: -15px;  }

  #search_mini_form .search-button {right: 43%;}

  #header-search{ width: 29vw !important;}

  .header-online-btn {right: 7vw;}

  nav li {padding: 10px 1.6vw;}

  a.logo{ left: 44vw;}

  

  

  .header-minicart a{ margin-right: -15px;  }

  #search_mini_form .search-button {right: 43%;}

  .header-online-btn {right: 7vw !important;}

  nav li {padding: 10px 1.6vw;}

  a.logo{ left: 42vw;}

  

  .nav-primary a { font-size: 100%;}

  */
    
    .part {
        height: 17vw;
    }
    
    .tabs-menu li a {
        padding: 1.5vw;
    }
    
    div.quick-read-blog {
        height: 52vw;
    }
    
    #trending-div .owl-item.active.center+.owl-item.active h4 {
        /*padding-right: 1vw !important;*/
    }
    
    .part {
        height: 17vw;
    }
    
    .tabs-menu li a {
        padding: 1.5vw;
    }
    
    #trending-div .owl-item .item .img-getname>h4 {
        /*font-size: 18px;*/
    }
}
@media (min-width: 1380px) and (max-width: 1480px) {
    #trending-div .owl-item .item .img-getname>h4 {
        /*font-size: 1.1em;*/
    }
    
    .footer-bottom li {
        padding: 0 0.6vw;
    }
    
    #trending-div .owl-item .item .img-getname {
        margin-top: 234px
    }
}
@media (max-width: 1320px) and (min-width: 1025px) {
    .catalog-product-view .simple-qty-block input#qty {
        margin-top: 0px;
        height: 36px;
    }
    
    .header-online-btn {
        right: 4vw;
    }
    
    .catalog-category-view .quantity input.qty {
        margin-left: 0;
        margin-top: 0;
    }
    
    #header-search {
        right: 4vw;
    }
    
    .header-minicart a {
        margin-right: 0px;
    }
    
    a.logo {
        left: 44vw;
    }
    
    nav li {
        padding: 10px 11px;
        padding: 10px 0.7vw
    }
}
@media (max-width: 1180px) and (min-width: 981px) {
    .checkout-cart-index .main-container.col1-layout {
        max-width: 84%;
    }
    
    .cms-store-locator #locationField input#autocomplete {
        width: 59% !important;
    }
    
    .cms-store-locator .detect {
        width: 18% !important;
    }
    
    .about-text {
        padding: 3% 8% 3%;
    }
    
    .bubble-img {
        top: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .bundle-size-options .item-option {
        padding: 8px 10px;
    }
    
    .header-online-btn {
        right: 4vw;
    }
    
    .account-cart-wrapper {
        right: 8px;
        top: 0;
    }
    
    .bubble-img img {
        width: 135px;
    }
    /*#search{width: 135px;font-size: 13px;}*/
    
    .contact-form .field {
        width: 46%;
    }
    
    .contact-banner-content {
        font-size: 25px;
    }
    
    .contact-banner button.button {
        font-size: 16px;
        padding: 12px;
        width: 200px;
    }
    
    #leftnav .inner-menu-link img {
        margin-right: 17px;
        margin-left: -67px;
    }
    
    #leftnav ul li ul li {
        padding-left: 65px;
    }
    
    .product-view #locationField input#autocomplete {
        width: 60%;
    }
    
    #locationField #loadingmask {
        left: 60%
    }
    
    .btn-border {
        padding: 7px 17px;
    }
    
    #leftnav ul li ul li.active a.inner-menu-link {
        font-size: 15px;
    }
    
    .sales-order-history .order-status {
        padding: 0 5px 0 0;
    }
    
    .sales-order-history .order-view-action {
        padding: 13px 5px;
    }
    
    ul.top-right-block {
        padding-right: 60px;
    }
    
    .quantity input.qty,
    .cart-item-quantity {
        margin-right: 0;
    }
    
    .checkout-cart-index .quantity input.qty {
        margin-right: 0px;
    }
    
    .product-view .cart-item-quantity {
        margin-top: 0;
        margin-left: 0;
    }
    
    a.logo {
        left: 28.7em;
    }
    
    #nav .nav-primary li {
        font-size: 13px;
    }
    
    .header-online-btn {
        top: 61px;
    }
    
    .header-online-btn a {
        font-size: 11px;
        height: 32px;
        line-height: 32px;
        padding: 0 7px;
    }
    
    #header-search {
        right: 61px;
        top: 58px;
        height: 37px;
    }
    
    #search {
        padding: 6px 10px 6px 35px;
        height: 34px;
    }
    
    #search_mini_form .search-button {
        right: 54%;
    }
    
    #trending-div .image-expand ul li {
        width: 36%;
        padding: 65px 0 40px;
        margin-left: 21px;
    }
    
    #trending-div .owl-item.active.center ul li img {
        height: auto;
        width: 50%;
    }
    
    img.cutout-img {
        width: 110px !important;
    }
    
    #trending-div .owl-item .item>img {
        margin-top: 23vw;
    }
    
    #trending-div .owl-item.active.center .item>h4 {
        margin-top: 0 !important;
        padding-right: 36% !important;
    }
    
    #trending-div .owl-item.active.center+.owl-item.active h4 {
        padding-right: 1vw !important;
    }
    
    #trending-div .owl-item .item>h4 {
        font-size: 18px;
        margin-top: 0% !important;
    }
    
    li.suprise-me a {
        padding: 15px 25px;
    }
    
    #checkout-step-login div.inchoo-socialconnect-google-inner a {
        width: 274px;
        height: 50px;
        background-size: 100%;
        background-position: 25% 50%;
    }
    
    #checkout-step-login div.inchoo-socialconnect-facebook-inner a {
        width: 274px;
        height: 50px;
        background-size: 100%;
        background-position: 25% 50%;
    }
    
    #checkout-step-login .col-1.inchoo-socialconnect-checkout-google {
        left: 50px;
    }
    
    .opc-firststep-login #checkout-step-login .col2-set .col-1 {
        width: 45%;
        padding: 20px 0;
    }
    
    .opc-firststep-login #checkout-step-login .col-1.inchoo-socialconnect-checkout-google {
        width: inherit !important;
    }
    
    .register_guest_msg input {
        float: left;
    }
    
    .register_guest_msg .radio+label {
        margin-bottom: 7px;
    }
    
    .simplePopup .cod_opt h2.signup-head.text-center {
        font-size: 21px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    
    input#confirm_mobile {
        height: 40px;
        font-size: 11px;
    }
    
    .buy-a-btn {
        left: 28%;
    }
    
    #trending-div .image-expand ul li {
        padding: 25px 0 40px;
    }
    
    .header-minicart {
        right: 13px;
        top: 55px;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .cms-home #trending-div .owl-item .item .img-getname>h4 {
        /*font-size: 12px;

     font-size: 1vw;*/
    }
    
    #checkout-step-login div.inchoo-socialconnect-google-inner a {
        width: 274px;
        height: 50px;
        background-size: 100%;
        background-position: 25% 50%;
    }
    
    #checkout-step-login div.inchoo-socialconnect-facebook-inner a {
        width: 274px;
        height: 50px;
        background-size: 100%;
        background-position: 25% 50%;
    }
    
    #checkout-step-login .col-1.inchoo-socialconnect-checkout-google {
        left: 50px;
    }
    
    .opc-firststep-login #checkout-step-login .col2-set .col-1 {
        width: 44%;
        padding: 20px 0;
    }
    
    .login-or {
        width: 9%;
    }
    
    .opc-firststep-login #checkout-step-login .col-1.inchoo-socialconnect-checkout-google {
        width: inherit !important;
    }
    
    .product-view #locationField input#autocomplete {
        width: 59%;
    }
    
    #locationField #loadingmask {
        left: 59%
    }
    
    li.suprise-me a {
        padding: 15px 20px;
    }
}
@media (min-width: 980px) and (max-width: 1340px) {
    .page-header-container {
        background-position: left -90px bottom, right -90px bottom;
    }
    
    .header-inner {
        padding-left: 2%;
        padding-right: 2%;
    }
    
    #header-nav nav li a {
        font-size: 12px;
    }
    
    .search-container .header-online-btn a {
        font-size: 10px;
        line-height: 33px;
        padding: 0 8px;
    }
    
    a.logo {
        left: 32em;
    }
    
    .header-minicart {
        right: 10px;
    }
    
    #header-search {
        /*right:70px; width: 14%;*/
    }
    
    #search_mini_form .search-button {
        right: 95%;
    }
    
    .header-minicart a {
        /*margin-right: 17px;*/
    }
    
    .checkout-cart-index .main-container.col1-layout {
        max-width: 100%;
    }
    
    #trending-div .owl-item .item .img-getname>h4 {
        /*font-size: 1.5vw;*/
    }
    
    #trending-div .owl-item .item .img-getname {
        margin-top: 240px;
    }
    
    #leftnav ul li ul li.active a.inner-menu-link {
        font-size: 15px;
    }
    
    #leftnav .inner-menu-link img {
        margin-right: 17px;
        margin-left: -67px;
    }
    
    #leftnav ul li ul li {
        padding-left: 55px;
    }
    
    .checkout-cart-index #shopping-cart-table .quantity a.plus {
        margin-left: -5px;
    }
}
@media (min-width: 981px) and (max-width: 1023px) {
    #header-nav nav li a {
        font-size: 1.1vw;
    }
    
    #header-search {
        width: 39%
    }
}
@media (min-width: 1200px) and (max-width: 1340px) {
    .search-container .header-online-btn a {
        /*font-size: 12px;*/
    }
    
    #header-search {
        width: 51%;
    }
    
    #header-nav nav li {
        padding: 10px 5px;
        padding: 10px 0.5vw;
    }
    
    #header-search {
        width: 48%;
    }
}
@media (min-width: 1341px) and (max-width: 1524px) {
    #leftnav ul li ul li.active a.inner-menu-link {
        font-size: 19px;
    }
    
    #leftnav ul li ul li {
        padding-left: 60px;
    }
    
    #leftnav .inner-menu-link img {
        margin-left: -70px;
    }
}
@media (min-width: 1440px) and (max-width:1680px) {
    .checkout-lgn .inchoo-socialconnect-checkout {
        position: relative;
        right: -100px;
    }
    
    #checkout-step-login .inchoo-socialconnect-checkout>.col2-set {
        background: transparent;
    }
    
    .header-inner {
        padding-left: 7%;
        padding-right: 7%;
    }
}
#fancybox-content {
    border-radius: 10px;
}
.search-result-form-block .search-autocomplete {
    left: 0 !important;
    top: 34px !important;
}
@media (min-width: 1440px) and (max-width: 2800px) {
    .feedback-form .div-bkg-inner {
        left: 30%;
    }
    
    .search-result-form-block .search-autocomplete {
        left: 0 !important;
        top: 60px !important;
    }
    
    .search-bar-result {
        height: 240px
    }
    
    .search-result-text h1#result-keyword {
        padding-left: 4% !important;
    }
    
    .nav-primary li.level0.partner ul {
        left: 35px;
    }
    
    .featured-image.left img {
        width: 100%;
    }
    
    .mobile-contact-nav .contact-title::after {
        width: 54% !important;
    }
    /*   nav li{ padding: 9px 1.5vw;} */
    
    nav .nav-primary li a {
        font-size: 0.8vw;
    }
    
    .buy-a-btn {
        bottom: 60px;
        left: 42%;
    }
    
    div.quick-read-blog {
        height: 800px !important;
    }
    
    #trending-div .owl-item.active.center+.owl-item.active h4 {
        /*padding-right: 6vw !important;*/
    }
    
    img.cutout-img {
        height: 200px !important;
        width: 200px !important;
    }
    
    .buy-a-btn a {
        font-size: 18px;
    }
    
    .part img {
        height: auto;
    }
    
    nav ol li ul li {
        padding: 10px 50px;
    }
    
    #trending-div .image-expand {
        left: 10px;
    }
    
    #trending-div .owl-nav .owl-prev {
        left: 26vw !important
    }
    
    #trending-div .owl-item .item .img-getname>h4 {
        /*padding-right: 11vw;*/
    }
    
    .catalog-category-view .main-container {
        max-width: 100%;
    }
    
    .catalog-category-view .main {
        width: 80%;
    }
    
    .catalog-category-view .product-image.product-view-link>img {
        width: 250px;
    }
    
    .cart-summary {
        width: 100%;
    }
    
    .cart-continuelist {
        width: 23%;
    }
    
    .cart-table {
        width: 75%;
    }
    
    #checkout-step-login .col-1.inchoo-socialconnect-checkout-google {
        left: -90px;
        top: -60px;
    }
    
    .col-2.inchoo-socialconnect-checkout-facebook {
        left: -160px;
        position: relative;
        top: -100px;
    }
    
    .opc-firststep-login .col2-set .col-1,
    .opc-firststep-login .col2-set .col-2 {
        margin-top: 60px;
    }
    
    .international,
    .india p {
        width: 57%;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list {
        width: 60%;
    }
    
    #fancybox-content {
        height: 95vh !important;
    }
    
    .ei-slider-large li img {
        width: 100% !important;
        height: auto !important
    }
    
    .ei-slider-large li .desktop_image>img {
        width: 100% !important;
        object-fit: cover;
        object-position: center center;
        height: 100% !important
    }
    
    .part {
        height: 17vw;
    }
    
    .tabs-menu li a {
        padding: 1.5vw;
    }
    
    .header-online-btn {
        right: 4vw !important;
    }
    
    .search-container .header-online-btn a {
        font-size: 13px;
        font-size: 0.8vw;
        padding: 2px 30px;
        padding: 2px 0.8vw;
    }
    
    #trending-div .owl-item .item .img-getname {
        /*margin-top: 206px*/
    }
    /*.nav-primary li.submenu ul{left: 33px !important;}*/
    
    .nav-primary li.submenu ul {
        left: 0px !important;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    nav li {
        padding: 10px 0.5vw
    }
    
    nav .nav-primary li a {
        font-size: 1vw;
    }
}
.customer-address-form .form-list .control {
    margin-top: 10px;
    float: left;
    width: 100%;
}
.customer-address-form .field {
    float: left;
    width: 47%;
    margin-right: 2%;
}
.customer-address-form .customer-name {
    float: left;
    width: 100%;
}
.addr-type span.input__label-content.input__label-content--ichiro {
    padding: 10px 0;
}
li.wide.addr-type {
    margin-bottom: 0;
}
.contacts-index-index .validation-advice {
    position: absolute;
    top: 60px;
}
.location_bar:before,
.dt-head-size>label:before,
.dt-head-qty>label:before,
.dt-head-cup-or-cone>label:before,
.dt-head-toppings>label:before {
    color: #0c5fa7;
    font-family: 'Neutra Display Titling';
    font-size: 17px;
}
.profile li {
    float: left;
    width: 24.77%;
    text-align: center;
    background: #0c5fa7;
    border-right: 1px solid #4e9fe2;
    padding: 7px 0 0;
}
.profile {
    padding: 7px 3%;
    float: left;
    background: #0c5fa7;
    width: 100%;
    margin-bottom: 10px;
}
.profile li:last-child {
    border: none;
}
.profile-img {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.profile h5 {
    margin: 0;
    font-size: 13px;
    color: #fff;
    text-transform: capitalize !important;
    font: -webkit-control;
    font-weight: 600;
}
.profile {
    display: none;
}
.profile img {
    margin: auto;
}
.myaccount-form .buttons-set button.button {
    float: none;
    margin-left: 5px;
    min-width: 140px;
    background: #d55ea0;
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    font-family: 'Neutra Display';
    box-shadow: 0px 2px 5px #ccc;
    padding: 12px;
}
.customer-account .my-account .myaccount-form .buttons-set {
    margin-bottom: 30px;
    border-top: none;
    padding-top: 15px;
    text-align: center;
}
p.pink-color.abt-you {
    margin-bottom: 0;
    padding-bottom: 8px;
}
.checkout-onepage-success .newsletter-signup p {
    color: #fff;
    font: -webkit-control;
    font-size: 100%;
    line-height: 22px;
}
.my-account .buttons-set {
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: none;
    text-align: center;
}
.my-account .buttons-set button.button {
    float: none;
    margin-left: 5px;
    min-width: 140px;
    background: #d55ea0;
    border-radius: 5px;
    width: 110px;
    font-size: 14px;
    font-family: 'Neutra Display';
    box-shadow: 0px 2px 5px #ccc;
    padding: 12px;
}
body.sales-order-history.customer-account .buttons-set {
    border-top: none;
}
.account-cp .field:first-child {
    margin-right: 2%;
}
.fieldset.account-cp {
    float: left;
    width: 100%;
    margin-bottom: 0 !important;
}
.customer-dob span.dob-discount {
    color: #b2b2b2;
    display: inline;
    font-size: 12px;
}
.pac-container:after {
    display: none;
}
.pac-container {
    z-index: 99999 !important;
}
.feedback {
    padding: 15px 10px;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #d958a2;
    line-height: 24px;
}
.feedback a {
    font-family: 'Neutra Display';
}
.feedback a:hover {
    text-decoration: underline;
}
p.feedbk {
    color: #d958a2;
    float: right;
    font-family: "Neutra Display";
    font-size: 13px;
    position: relative;
    right: 25px;
    text-transform: uppercase;
    top: 8px;
}
@media only screen and (max-width: 980px) {
    /*.simplePopup{position:absolute !important;   }*/
    
    .box-collateral.box-up-sell {
        padding-top: 0px;
    }
    
    .page-history {
        background: #fff !important;
    }
    
    .timeline.desktop-only {
        display: none !important;
    }
    
    .page-history .events .event.expanded {
        background: #40c2e5;
    }
    
    .page-history .events .event.expanded .event-info {
        width: 100% !important;
    }
    
    .page-history .events .event.expanded .event-image {
        width: 0 !important;
    }
    
    .profile {
        display: block;
    }
    
    .my-account {
        float: left;
        width: 100%;
    }
    
    .customer-account .sidebar .block.block-account {
        display: none;
    }
    
    .customer-account .main-container.col2-left-layout {
        max-width: 100%;
    }
    
    .customer-account .col-main {
        padding: 15px;
        float: left !important;
        width: 100% !important;
        padding: 15px !important;
    }
    
    body.customer-account .my-account .title-buttons .button {
        width: 150px;
        float: left;
    }
    
    .customer-address-form.customer-account .my-account .page-title h1 {
        margin-top: 10px;
        margin-bottom: 0;
    }
    
    .scoop,
    .flavour {
        width: 100%;
        float: left;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    
    .flavour-content {
        width: 100%;
        float: left;
    }
    
    .read-content {
        padding: 30px 0 30px;
        width: 100%;
    }
    
    .flv-block {
        text-align: justify;
        width: 100%;
    }
    
    .flv-block img {
        width: 100%;
    }
    
    .content-heading-flvour {
        width: 100%;
    }
    
    .flv-block h3 {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    
    .intrested-part h3 {
        padding: 0;
    }
}
@media only screen and (min-width: 981px) {
    body {
        padding-top: 85px;
    }
    
    body.cms-home,
    body.cms-about-us {
        padding-top: 0;
    }
    
    .sticky-bg.catalog-category-view .header-inner:before {
        background-color: transparent;
    }
    
    .cms-home #header,
    #header {
        position: fixed;
        top: 0;
        width: 100%;
        transition: all ease-in 0.5s;
        z-index: 99999;
    }
    
    body.sticky-header #header {
        top: -150px;
    }
    
    .sticky-bg .page-header-container {
        position: relative;
    }
    
    .sticky-bg .page-header-container:after {
        position: absolute;
        background: url(../images/veg.svg) no-repeat rgba(255, 255, 255, 0.9);
        height: 80%;
        width: 100%;
        z-index: -1;
        top: 0;
        background-position: right 10px top 9px;
        left: 0;
        background-size: 24px;
    }
    
    .international {
        margin-top: 90px;
    }
    
    .col-left.sidebar.fixed {
        position: fixed;
        top: 0;
        width: 17%;
    }
    
    .col-left.sidebar.bottom {
        position: absolute;
        bottom: 0;
        top: auto;
        width: 18%;
    }
}

/**  cms-franchise-testimonial start **/
.cms-franchise-testimonial .main-container.col1-layout,
.cms-food-services .main-container.col1-layout,
.cms-general-retail .main-container.col1-layout {
    max-width: 100%;
}
.cms-franchise-testimonial .page-title,
.cms-food-services .page-title,
.cms-super-market .page-title,
.cms-general-retail .page-title {
    /*background: url(../images/franchise-testimonial-banner.jpg) no-repeat;*/
    
    background: url(../images/banner-franchise.jpg) no-repeat;
    background-size: 100% auto;
    padding: 10.5vw 20px;
    text-align: center;
    height: 330px;
    position: relative;
}
.cms-food-services .page-title {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../images/Food_Services.jpg") !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto;
}
.cms-franchise-testimonial h1,
.cms-franchise-opportunites h1,
.cms-food-services h1,
.cms-super-market h1,
.cms-general-retail h1 {
    color: #fff;
    font-family: 'Neutra Display Titling';
    font-size: 42px !important;
    position: relative;
    z-index: 1;
}
.cms-franchise-testimonial .page-title:before,
.cms-franchise-opportunites .page-title:before,
.cms-super-market .page-title:before,
.cms-general-retail .page-title:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cms-franchise-testimonial .std:after,
.cms-franchise-opportunites .std:after,
.cms-food-services .std:after,
.cms-super-market .std:after,
.cms-general-retail .std:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: -11px;
    width: 118px;
    height: 11px;
}
.cms-franchise-testimonial .std:before,
.cms-franchise-opportunites .std:before,
.cms-food-services .std:before,
.cms-super-market .std:before,
.cms-general-retail .std:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: -11px;
    width: 118px;
    height: 11px;
}
.cms-franchise-testimonial .std,
.cms-franchise-opportunites .std,
.cms-food-services .std,
.cms-super-market .std,
.cms-general-retail .std {
    position: relative;
}
.franchise-para,
.food-top-para {
    color: #909090;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    width: 910px;
    padding: 70px 0px 0;
}
.food-top-para p {
    font-size: 15px !important;
    color: #909090 !important;
    line-height: 25px !important;
}
.whatmake.franchise-page-what .whatmake-inner h2 {
    color: #0c5fa7 !important;
    padding-bottom: 0;
}
.whatmake.franchise-page-what li {
    padding: 2% 1% 7%;
    position: relative;
    float: left;
}
.whatmake.franchise-page-what li span {
    color: #909090;
    font-weight: bold;
    line-height: 25px;
}
.whatmake.franchise-page-what li:after {
    content: "";
    display: none;
    height: 82px;
    width: 1px;
    background: #909090;
    position: absolute;
    right: 0;
    top: 24%;
}
.watch-delicious {
    text-align: center;
    width: 910px;
    padding: 0;
    margin: 0 auto;
}
.whatmake.franchise-page-what li:last-child:after {
    display: none;
}
.watch-delicious iframe {
    height: 97% !important;
    position: absolute !important;
    overflow: visible !important;
    width: 100% !important;
    top: 0 !important;
    left: 0;
    z-index: 2;
}
.cms-franchise-testimonial h2,
.cms-franchise-opportunites h2 {
    color: #0c5fa7;
    padding-bottom: 20px;
    text-align: center;
}
.cms-franchise-testimonial .watch-delicious p {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    position: relative;
    top: -50px;
}
.hide-top-links {
    display: none !important;
    text-align: center;
}
.cms-franchise-testimonial .newsletter-signup h2,
.cms-franchise-opportunites .newsletter-signup h2 {
    color: #fff;
    padding-bottom: 0;
}
.baskin-robbins-testi {
    width: 910px;
    margin: 0 auto;
}
.baskin-robbins-testi .item span {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 20px;
}
.baskin-robbins-testi .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.baskin-robbins-testi .owl-nav .owl-prev,
.baskin-robbins-testi .owl-nav .owl-next {
    position: absolute;
    width: 20px;
    height: 17px;
    font-size: 0;
}
.baskin-robbins-testi .owl-nav .owl-prev {
    background: url("../images/prev-next-small.png") no-repeat;
    margin-left: -30px;
}
.baskin-robbins-testi .owl-nav .owl-next {
    background: url("../images/prev-next-small.png") no-repeat;
    margin-right: -30px;
    right: 0;
    background-position: right;
}
.apply-form {
    margin: 0 auto 50px;
    padding: 0;
    width: 910px;
    position: relative;
}
.apply-form form.scaffold-form {
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 10px;
}
.apply-form .input__label-content--ichiro,
.enqiure-form-block .input__label-content--ichiro,
.bulkorder-form .input__label-content--ichiro {
    font-style: normal;
    padding: 10px 20px;
}
.apply-form .input__label-content,
.enqiure-form-block .input__label-content {
    padding: 10px 20px 10px
}
.bulkorder-form .input__label-content {
    padding: 15px 20px 10px
}
.apply-form input.input__field--ichiro,
.enqiure-form-block input.input__field--ichiro,
.bulkorder-form input.input__field--ichiro {
    padding: 20px 5px 5px 20px;
    height: 50px;
}
.apply-form .input-box,
.enqiure-form-block .input-box,
.bulkorder-form .input-box {
    height: 50px;
}
.apply-form select.input__field--ichiro,
.enqiure-form-block select.input__field--ichiro,
.bulkorder-form select.input__field--ichiro {
    height: 50px;
    top: -5px;
    background-position: right 25px top 20px;
}
.apply-form ul li .field,
.enqiure-form-block ul li .field,
.bulkorder-form ul li .field {
    width: 49%;
    float: left;
    margin-right: 2%;
}
.apply-form ul li .field:last-child,
.enqiure-form-block ul li .field:last-child,
.bulkorder-form ul li .field:last-child {
    margin-right: 0;
}
.apply-form ul li.wide .field,
.enqiure-form-block ul li.wide .field,
.bulkorder-form ul li.wide .field {
    width: 100%;
    margin-right: 0;
}
.cms-franchise-testimonial h1,
.cms-franchise-opportunites h1,
.cms-food-services h1,
.cms-super-market h1,
.cms-general-retail h1 {
    color: #fff !important;
}
.apply-form ul li.wide .address-field,
.enqiure-form-block ul li.wide .address-field,
.bulkorder-form ul li.wide .address-field {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
}
.testimonial-title {
    padding-top: 80px;
}
.input-box.do-you-avail-radio {
    color: #0c5fa7;
    font-style: normal;
    font-size: 15px;
}
.do-you-avail-radio p span {
    color: #0c5fa7;
    font-size: 19px;
    font-weight: normal;
    padding-left: 10px;
}
.apply-form .buttons-set .button,
.enqiure-now-block .buttons-set .button,
.bulkorder-index-index .buttons-set .button,
.largeorders-index-index .buttons-set .button {
    font-family: 'Neutra Display';
    float: none;
    padding: 14px 40px;
    margin: 0 auto;
    font-weight: normal;
}
.apply-form .buttons-set,
.enqiure-now-block .buttons-set,
.bulkorder-index-index .buttons-set,
.largeorders-index-index .buttons-set {
    text-align: center;
    border-top: 0;
    margin: 20px 0 10px;
    padding-top: 30px;
}
.do-you-avail-radio-inner input.radio {
    position: relative;
    top: -5px;
    left: 14px;
}
.download-brochure {
    padding: 30px 0 70px;
    text-align: center;
}
.download-brochure img {
    display: inline;
    clear: both;
}
.download-brochure a {
    display: block;
    font-family: 'Neutra Display';
    font-size: 18px;
    padding: 10px 0;
}
.download-brochure a:after {
    border-bottom: 1px solid #044e8b;
    content: "";
    display: inherit;
    width: 360px;
    margin: 5px auto;
}
.blue-txt {
    color: #0c5fa7 !important;
    font-size: 15px;
}
.franchise-opp p {
    text-align: center;
    padding-bottom: 30px;
}
.franchise-opp h2 {
    padding-bottom: 0;
    font-size: 25px;
    margin-bottom: -5px;
}
.franchise-opp {
    padding-bottom: 100px;
}
.partner-with-us-new {
    padding-bottom: 150px;
    width: 100%;
    float: left;
}
.partner-with-us-new ul {
    margin: 0 auto;
    width: 86%;
}
.partner-with-us-new li {
    width: 33.33%;
    float: left;
    font-style: normal !important;
    text-align: center;
    padding: 0 25px;
    position: relative;
    padding-bottom: 90px;
    min-height: 210px;
}
.partner-with-us-new li p {
    color: #909090;
    font-size: 15px;
    line-height: 22px;
}
.partner-with-us-new ul li h3 {
    color: #d75ca1;
    font-family: Trebuchet MS;
    text-transform: none;
    font-size: 20px;
}
a.btn-pink {
    position: absolute;
    bottom: 0;
    padding: 18px 15px;
    margin: 0 auto;
    display: inline-block;
    left: 33%;
    font-size: 18px;
}
.apply-form ul li .validation-advice,
.enqiure-now-block ul li .validation-advice,
.bulkorder-index-index ul li .validation-advice,
.largeorders-index-index ul li .validation-advice {
    position: absolute;
    bottom: -22px;
    font-style: normal;
}

/** cms-franchise-opportunites start **/
.cms-franchise-opportunites .main-container.col1-layout,
.cms-super-market .main-container.col1-layout,
.cms-general-retail .main-container.col1-layout {
    max-width: 100%;
}
.cms-franchise-opportunites .page-title {
    background: url(../images/franchise-opportunites-banner.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 10.5vw 20px;
    text-align: center;
    height: 330px;
    position: relative;
}
.cms-franchise-opportunites .franchise-opp p.blue-txt {
    font-size: 18px;
    margin-bottom: -20px;
}
.cms-super-market .page-title {
    background: url("../images/super-market-banner.jpg") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.cms-general-retail .page-title {
    background: url("../images/general-retailer-banner.jpg") no-repeat;
    background-position: top left;
    background-size: 100% 100%;
    padding: 12.5vw 20px;
}
.franchise-location-finder select {
    background: url("../images/pink-down-arrow.png") no-repeat;
    width: 12px;
    height: 9px;
    background-position: right 20px top 25px;
}
.pink-link {
    color: #d5539d;
    text-decoration: underline;
}
.eligibility-block ul {
    margin: 0 auto;
    width: 950px;
}
.eligibility-block ul li {
    font-style: normal !important;
    color: #909090 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    padding-right: 5%;
    float: left;
    min-height: 80px;
    width: 50%;
}
.eligibility-block {
    width: 100%;
    float: left;
    padding-bottom: 80px;
}
.eligibility-block ul li:before {
    content: ".";
    font-size: 26px;
    color: #909090;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.franchise-location-finder {
    width: 720px;
    margin: 0 auto;
}
.franchise-location-finder .input-box select {
    height: 50px;
    background: url(../images/blue-down-arrow.png) no-repeat;
    line-height: 40px;
    background-position: right 20px top 20px;
}
.franchise-location-finder .input-box select.active-frcity,
.franchise-location-finder .input-box select.active-frstate {
    color: #d5539d;
    background: url("../images/pink-down-arrow.png") no-repeat;
    background-position: right 20px top 20px;
}
.franchise-location-finder .input-box {
    width: 250px;
    margin-right: 35px;
    height: 50px;
}
.franchise-location-finder .buttons-set {
    border: 0;
    clear: none;
    width: auto;
    float: right;
    padding-top: 0;
}
.franchise-location-finder .buttons-set .button span {
    font-family: 'Neutra Display';
}
.franchise-location-result {
    width: 100%;
    float: left;
    padding: 20px 0 100px;
}
.franchise-location-result ul {
    margin: 0 auto;
    width: 950px;
    float: none;
    text-align: center;
}
.franchise-location-result ul li {
    width: 25%;
    text-align: center;
    float: none;
    padding: 10px 0 10px;
    font-style: normal !important;
    display: inline-block;
}
.franchise-opp .buttons-set.btn-font {
    text-align: center;
    border: 0;
}
.btn-font.buttons-set .button {
    font-family: 'Neutra Display';
}
.blue-box {
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 40px 0;
}
.investment-req p,
.investment-req {
    color: #0c5fa7;
    font-size: 15px;
}
.investment-data thead th {
    font-size: 13px;
}
.investment-data td,
.investment-data th {
    text-align: left;
    padding: 20px 0;
}
.investment-data td {
    font-size: 16px;
    font-weight: bold;
}
.investment-data tfoot td span {
    font-size: 11px;
}
.investment-data thead tr {
    border-bottom: 1px solid #d7d7d7;
}
.investment-data tfoot tr {
    border-top: 1px solid #d7d7d7;
}
.franchise-location-result ul li p.loc-add {
    font-style: normal;
    color: #0c5fa7;
    font-size: 16px;
}
a.get-direction {
    color: #d5539d;
    text-decoration: underline;
}
.table-overflow {
    width: 910px;
    margin: 0 auto;
}
.loc-add span {
    background: url("../images/loc-icon.png") no-repeat;
    width: 12px;
    height: 18px;
    display: inline-block;
    margin: 0 5px 0px 0;
    position: relative;
    top: 3px;
}

/* error */
.error-image {
    float: right;
    width: 50%;
}
.error-text {
    float: left;
    width: 50%;
    text-align: center;
    padding: 15% 0% 10%;
}
.error-page-container {
    float: left;
    width: 100%;
}
.error-text h2 {
    color: #d5539d;
    font-weight: normal;
    font-size: 10vw;
    line-height: 12vw;
}
.error-text h3 {
    color: #0c5fa7;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.error-text p {
    color: #0c5fa7 !important;
    font-size: 15px !important;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Neutra Display Titling' !important;
}
.error-text p span {
    text-decoration: underline;
    cursor: pointer;
}
.cms-no-route .col-main {
    width: 100%;
}
.error-text p span a {
    color: #0c5fa7 !important;
}
.error-image img {
    position: relative;
    bottom: -30px;
}
.catalogsearch-result-index .col-main {
    padding-top: 70px;
}
li#opc-login.active .step-title {
    display: none;
}
#checkoutSteps {
    padding-top: 50px;
}
span.step-email {
    position: absolute;
    right: 15px;
    top: 20px;
}
#contactForm .form-list .field,
#contactForm .form-list .wide,
#contactForm .form-list .control {
    margin-bottom: 0px !important;
}
#contactForm .form-list>li {
    margin-bottom: 0px !important;
}
#buttonImage {
    float: right;
    position: absolute;
    background: url("../images/upload.svg") no-repeat;
    right: 20px;
    top: 19px;
    padding: 0;
    color: white;
    font-weight: bold;
    border-radius: 0;
    text-indent: -1000px;
    height: 30px;
    width: 30px;
    font-size: 0;
    line-height: 0;
}
.store-locator-inner a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: underline;
    padding-top: 10px;
    display: block;
}
#local {
    font-family: 'Neutra Display Titling';
}
.catalogsearch-result-index .popular-search,
.catalogsearch-result-index .popular-search-result,
.catalogsearch-result-index .popular-search-result,
.catalogsearch-result-index .most-popular {
    width: 80%;
    margin: 0 auto;
}
.customer-address-form h1 {
    font-family: 'Neutra Display Titling';
    color: #d55ea0 !important;
    text-align: center !important;
    font-weight: 200 !important;
    margin-bottom: -20px !important;
}
.customer-address-form .address-field {
    width: 97%;
    margin-left: 1%;
}
.customer-address-form .form-list .field {
    margin-bottom: 0;
    width: 47%;
    margin-left: 1%;
}
.my-account .buttons-set button.button {
    float: none;
    margin-left: 0;
    width: 110px;
    font-size: 17px;
    font-family: 'Neutra Display';
    padding: 16px 12px;
}
.customer-address-form .addr-type span.input__label-content.input__label-content--ichiro {
    color: #d55ea0;
    font-family: 'Neutra Display Titling';
}
iframe#edit-address_content {
    height: 440px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: absolute !important;
    border-radius: 10px !important;
}
#primary_billing {
    float: none;
}
.default-address {
    color: #0c5fa7;
    text-align: center;
    padding: 10px 0 0;
    margin-bottom: 20px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
#edit-address .default-address checkbox {}
#edit-address .default-address {
    width: 100% !important;
    float: left !important;
    padding: 10px 0 0 !important;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
#edit-address .default-address label {
    color: #0c5fa7 !important;
    background: transparent url("../images/checkbox-btn.png") no-repeat left 20px top 3px !important;
    cursor: pointer;
}
#edit-address .default-address input[type=checkbox] {
    opacity: 0;
}
#edit-address .default-address input[type=checkbox]:checked+label {
    background: transparent url("../images/checkbox-btn.png") no-repeat left 20px top -26px !important;
}
#edit-address_table_content #iframe-loading {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 99;
}
iframe#edit-address_content {
    height: 470px !important;
    width: 100% !important;
    overflow: hidden !important;
    position: absolute !important;
    border-radius: 10px !important;
}
td.magento_w,
td.magento_e {
    display: none;
}
td#edit-address_table_content {
    height: 460px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

/*

.customer-address-form .input--filled input.input__field--ichiro {

    color: #b7b7b7;

    border: 1px solid #b7b7b7;

}

.customer-address-form .input-box.input--filled {

    background: #e1e1e1;

    border-radius: 10px;

}

.customer-address-form .input--filled label.input__label.input__label--ichiro span {

    color: #7c7c7c;

}*/
a.surprise-active {
    background: #f8f8f8 !important;
    color: #d5539d !important;
    box-shadow: none !important;
}
#fancybox-wrap {
    z-index: 999999;
}
#fancybox-overlay {
    z-index: 99999;
}
.find-job {
    padding: 0;
}
.cms-index-noroute .col-right.sidebar {
    display: none;
}
.find-job h2 {
    color: #0c5fa7;
    text-align: center;
}
.job-fliter button.button {
    min-height: 40px;
    line-height: 40px;
    width: 200px;
    display: inline-block;
    font-size: 16px;
    padding: 2px 70px;
    float: none;
    min-width: 160px;
    border-radius: 5px;
    white-space: normal;
    font-family: 'Neutra Display';
    background: #d5539d;
    box-shadow: 0 4px 6px 0px #d0d0d0;
    margin-top: 15px;
}
.job-fliter li.fields {
    float: left;
    width: 73%;
}
.job-fliter .field {
    width: 45%;
    float: left;
    margin-right: 5%;
}
.job-fliter select.input__field--ichiro,
.job-fliter .input-box {
    height: 50px;
}
.job-fliter ul.form-list {
    height: 90px;
}
span.job-title {
    color: #e25fbe;
    font-family: 'Trebuchet MS';
    font-size: 24px;
    font-weight: bold;
}
.job-fliter.fieldset {
    padding-bottom: 20px;
}
.job-listing {
    color: #0c5fa7;
    font-family: 'Neutra Display Titling';
    font-size: 14px;
    line-height: 30px;
    max-height: 610px;
    overflow-y: auto;
    width: 97%;
    padding-right: 10%;
}
.job-listing .apply-now a {
    color: #d5539d;
    font-weight: bold;
}
.designation {
    font-weight: bold;
    padding-top: 40px;
}
.job-description {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    font-weight: bold;
}
#jobapplication .validation-advice {
    position: absolute;
    bottom: -16px;
    font-size: 12px;
}
#jobapplication .form-list select {
    margin-top: 0px;
}
.exp-yrs {
    color: #b6b6b6;
    font-weight: normal;
    font-family: 'Trebuchet MS';
}
.job-listing .apply-now a:after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 1px solid #d5539d;
}
span.job-count {
    color: #b4b6b6;
    font-size: 16px;
}
.apply-now-section {
    background: #d55ea0;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 40px 20%;
    left: -9.5%;
    width: 119%;
}
.apply-now-btn {
    position: absolute;
    right: 20%;
    top: 50%;
}
.drop-cv {
    font-family: 'Neutra Display Titling';
    font-size: 32px;
    padding: 10px 0;
}
.cant-find {
    font-size: 14px;
}
li.level0.topnav.login,
li.level0.topnav.signup {
    display: none;
}
.apply-now-btn a {
    background: #0c5fa7;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    padding: 12px 30px 11px;
    font-size: 15px;
    border-radius: 10px;
    font-family: 'Neutra Display';
    cursor: pointer;
    box-shadow: 3px 3px 3px #bf528e;
    margin-left: 5px;
}
.apply-now-section:before,
.apply-now-section:after {
    border-top: 10px solid #d55ea0;
    content: "";
    display: block;
    width: 7%;
    height: 10px;
    position: absolute;
    top: -10px;
}
.apply-now-section:before {
    left: 0;
}
.apply-now-section:after {
    right: 0;
}
.exp-yrs {
    background: url("../images/year-exp.png") no-repeat;
    padding-left: 23px;
    font-size: 16px;
    background-position: 0px 5px;
}
.location {
    background: url("../images/loc-grey.png") no-repeat;
    padding-left: 23px;
    margin-left: 15px;
}
#jobapplication h2.legend {
    color: #0c5fa7;
    font-family: 'Neutra Display Titling';
    border-bottom: 0;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
#jobapplication .fieldset .field {
    width: 48%;
    float: left;
    padding-right: 3%;
}
#jobapplication ul.form-list {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
#jobapplication .buttons-set {
    border-top: 0;
}
#jobapplication .buttons-set button.button {
    float: none;
    margin: 0 auto;
    display: inherit;
}
#jobapplication .buttons-set .button {
    font-family: 'Neutra Display';
}
.div-bkg {
    position: fixed;
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
}
.div-bkg-inner {
    position: absolute;
    z-index: 99999;
    background: #fff;
    left: 0%;
    top: 70px;
    padding: 50px 0px 50px 70px;
}
span.close-form {
    position: absolute;
    right: 80px;
    font-size: 22px;
    font-family: 'Neutra Display';
    font-weight: 100;
}
.upload_cv {
    font-family: "Trebuchet MS";
    font-size: 18px;
    color: #0c5fa7;
}
.input-box.upload_cv {
    padding-top: 25px;
}
.upload_cv_div {
    float: left;
    overflow: hidden;
    margin-left: 20px;
    position: relative;
    background: url(../images/choose-file.png) no-repeat;
    top: -7px;
    height: 34px;
}
span#upload_button {
    float: right;
    margin-left: -20px;
    width: 190px;
    font-size: 15px;
    padding-top: 7px;
    line-height: 17px;
    height: auto;
}
input#upload_resume {
    background-color: transparent;
    border: 0;
    outline: 0;
    position: relative;
    left: -24px;
    width: 120px;
    font-size: 0;
    height: 34px;
    top: -12px;
    padding: 0;
}
.upload_cv span {
    float: left;
}
.popupcuopon .div-bkg-inner {
    background: #d55ca3;
    width: 620px;
    border-radius: 10px;
    padding: 20px 40px 30px;
    left: 24%;
}
.popupcuopon h2 {
    font-size: 22px;
}
.cart-forms span.close-form a {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}
.discount-form-popup ul li p {
    font-size: 12px;
}
.discount-form-popup ul li label {
    font-size: 16px;
}
input#mini_coupon_code1 {
    float: left;
    padding: 10px 20px 9px;
    width: 68%;
    outline: 0;
    font-size: 17px;
    border: 0;
    border-radius: 10px 0 0px 10px;
    color: #d5539d;
    text-transform: uppercase;
}
.discount-form-popup button#mini_apply_btn {
    padding: 14px 0 31px;
    border-radius: 0px 10px 10px 0;
}
.popupcuopon .close-form {
    right: 20px;
    top: 20px;
}
li.level0.topnav.account,
.level0.topnav.signout {
    display: none;
}
.discount-form-popup ul li label {
    font-size: 16px;
    font-family: 'Neutra Display';
    text-transform: uppercase;
    padding-left: 20px;
}
.intro input[type=radio]:checked+label {
    background: url(../images/radio-btn2-white.png) no-repeat !important;
    background-position: top 0px left 0 !important;
}
.intro input[type=radio]+label {
    background: url(../images/radio-btn1-white.png) no-repeat !important;
    background-position: top 0px left 0 !important;
}
.intro .input-box-radio-box {
    position: relative;
    left: -35px;
}
.discount-form-popup ul li p {
    font-size: 12px;
    padding: 8px 3px 0;
}
.intro {
    max-height: 130px;
    overflow: auto;
    padding-left: 18px;
}
.intro ul li {
    padding-bottom: 10px;
}
.intro::-webkit-scrollbar-track {
    background-color: #d55ca3;
}
.intro::-webkit-scrollbar {
    width: 5px;
    background-color: #d55ca3;
}
.intro::-webkit-scrollbar-thumb {
    background-color: #045fa9;
}
.job-listing::-webkit-scrollbar-track {
    background-color: #eaeaea;
}
.job-listing::-webkit-scrollbar {
    width: 5px;
    background-color: #eaeaea;
}
.job-listing::-webkit-scrollbar-thumb {
    background-color: #eaeaea;
}
.job-listing::-webkit-scrollbar-thumb {
    background-color: #d55ea0;
}
.overlay_magento {
    z-index: 999999 !important;
}
.dialog {
    z-index: 9999999 !important;
}
.customer-account .block-title span {
    font-size: 32px;
    font-family: 'Neutra Display Titling';
    line-height: 34px;
    color: #bdbdbd;
    font-weight: normal;
}
.customer-account .block-title span:after {
    content: "";
    display: block;
    clear: both;
    border-bottom: 1px solid #ccc;
    width: 90%;
    padding-top: 17px;
    margin-bottom: 22px;
}

/*{

    color: #d5539d !important;

    font-size: 18px !important;

}*/
.cms-page-view .static-left-menu .block-account li {
    width: 100%;
}
.cms-franchise-testimonial ul.messages,
.cms-franchise-opportunites ul.messages,
.cms-food-services ul.messages,
.cms-super-market ul.messages,
.cms-general-retail ul.messages {
    display: none;
}
.cms-franchise-testimonial .apply-form ul.messages,
.cms-franchise-opportunites .apply-form ul.messages,
.cms-food-services .enqiure-now-block ul.messages,
.cms-super-market .enqiure-now-block ul.messages,
.cms-general-retail .enqiure-now-block ul.messages,
.bulkorder-index-index ul.messages,
.largeorders-index-index ul.messages {
    display: block !important;
    position: absolute;
    top: 1vw;
    width: 100%;
}
.is-blog .col-left.sidebar .block-blog-categories .block-content li.item.active a {
    background: url(../images/ice-cream-icon-active.png) no-repeat 0 center;
    color: #0c5fa7;
}
.contact-message {
    float: left;
    width: 97%;
    position: relative;
    top: 20px;
}
img#iframe-loading {
    margin: 0 auto !important;
}
.magento_content {
    background: #fff !important;
}
.blue-head {
    color: #0c5fa7;
    text-align: center;
    padding-bottom: 20px;
}
.more-look-over .partner-block {
    padding: 0 0 10vw;
}
.more-look-over {
    width: 940px;
    margin: 90px auto 0;
}
.cms-food-services .download-brochure a:after {
    width: 370px;
}
.enqiure-now-block .testimonial-title {
    padding-top: 0;
}
.more-look-over .part {
    margin-right: 3%;
    width: 48.5%;
}
.more-look-over p {
    color: #fff !important;
}
.enqiure-form-block {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 20px 30px 30px;
}
.enqiure-now-block {
    width: 910px;
    margin: 0 auto;
}
.more-look-over .part.part2 {
    margin-right: 0;
}
.fs-dob img {
    position: absolute;
    right: 10px;
    top: 12px;
}
.input-box.fs-dob {
    position: relative;
}
.enqiure-form-block ul li .field:nth-child(2n) {
    margin-right: 0 !important;
}
.food-india-map {
    margin: 7vw auto 10px;
}
.enqiure-form-block {
    position: relative;
}
.super-market-product-block-inner p:before {
    content: "";
    display: block;
    width: 119px;
    height: 21px;
    background: url("../images/product-shadow.png") no-repeat;
    margin: 5px auto;
}
.super-market-product-block-inner p {
    color: #d5539d !important;
    font-size: 19px !important;
    font-weight: normal !important;
    width: 100%;
    text-align: center;
}
.super-market-product-block-inner img {
    width: 100px !important;
    margin: 0 auto !important;
}
.super-market-product-block {
    width: 910px;
    margin: 0 auto 5vw;
}
.super-market-product-block-inner {
    width: 96% !important;
    margin: 0 auto !important;
    padding-left: 20px;
}
.super-market-product-block h2.blue-head {
    margin-bottom: 20px;
}
.more-look-over a {
    color: #fff;
}
.super-market-product-block {
    width: 910px;
    margin: 0 auto 5vw;
}
.super-market-product-block .owl-nav .owl-prev,
.super-market-product-block .owl-nav .owl-next {
    position: absolute;
    top: 37%;
    background: url(../images/prev-next.png) no-repeat;
    height: 43px;
    width: 24px;
    text-indent: -9999999px;
    font-size: 0;
    line-height: 0;
}
.super-market-product-block .owl-nav .owl-prev {
    left: 0px !important;
}
.super-market-product-block .owl-nav .owl-next {
    right: 0px !important;
    background-position: right;
}
.bulkorder-index-index .main-container.col1-layout,
.largeorders-index-index .main-container.col1-layout {
    background: url("../images/trending-banner.jpg") repeat;
    max-width: 100%;
    padding-top: 1px;
}
.bulkorder-index-index .order-custom,
.largeorders-index-index .order-custom {
    background: #f5f5f5;
    padding: 30px 60px;
    border-radius: 10px;
    margin: 90px auto;
    position: relative;
    float: none !important;
    width: 70%;
}
span.view-pro {
    position: absolute;
    right: 60px;
    top: 45px;
}
.view-pro a {
    color: #d5539d;
    border: 1px solid #d5539d;
    border-radius: 5px;
    padding: 10px 15px;
    font-family: 'Neutra Display';
    font-size: 12px;
    text-transform: uppercase;
}
.bulkorder-index-index .bulkorder-para,
.largeorders-index-index .bulkorder-para {
    color: #0c5fa7;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: center;
}
.bulkorder-index-index .blue-head,
.largeorders-index-index .blue-head {
    color: #0c5fa7;
    text-align: center;
    padding-bottom: 10px;
}
.bulkorder-index-index .main-container,
.largeorders-index-index .main-container {
    width: 100%;
    max-width: 100%;
}
.apply-form ul li .field,
.enqiure-form-block ul li .field,
.bulkorder-form ul li .field {
    width: 48%;
    margin-right: 4%;
}
div#bulkorder_message {
    position: absolute;
    width: 100%;
    top: -13px;
    left: 0;
}
.newsletter_complete {
    padding-top: 10px;
    position: absolute;
    width: 100%;
    color: #fff;
}
body.overflow-hidden {
    overflow: hidden;
    position: fixed;
    height: 100vh;
    width: 100%
}
.are-u.sure .div-bkg-inner {
    position: absolute;
    z-index: 99999;
    background: #f1f1f1;
    left: 37%;
    top: 70px;
    box-shadow: 0px 0px 12px #dedede;
    width: 310px;
    padding: 50px 0px 50px 0;
}
.cancel-mini-pro {
    position: absolute;
    top: -30px;
    right: 0;
}
#cart-sidebar a.btn-remove.btn-remove2 {
    top: 0;
    line-height: 10px;
}
.are-u.sure a.button.readmore {
    margin-left: 60px;
    box-shadow: 3px 3px 3px #d6d6d6;
    background: #d5539d !important;
}
.are-u.sure span.button.readmore {
    box-shadow: 3px 3px 3px #d6d6d6;
    background: #d5539d !important;
}
.empty-cart-place {
    text-align: center;
    padding: 40px 0 0;
}
.empty-cart-place img {
    float: none;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 10px;
}
.empty-cart-place h2 {
    color: #c8c8c8;
    font-family: "Trebuchet MS";
    font-weight: normal;
    text-transform: none;
    margin-left: 50px;
}
.empty-cart-place p {
    color: #c8c8c8;
    font-size: 16px;
    font-weight: normal;
    margin-left: 50px;
    line-height: 25px;
}
.empty-cart-place a {
    text-decoration: underline;
}
.minicart-wrapper .empty-cart-place img,
.minicart-wrapper .empty-cart-place p,
.minicart-wrapper .empty-cart-place h2 {
    margin-left: 0;
}
.minicart-wrapper .empty-cart-place img {
    opacity: 0.8
}
.minicart-wrapper .empty-cart-place {
    padding-top: 100px;
}
div#pop1 {
    padding: 50px 30px 20px !important;
    border-radius: 0;
    box-shadow: none;
}
#products_loader {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 999999;
    height: 100%;
    width: 100%;
    text-align: center;
    display: none !important;
}
#products_loader img {
    float: none;
    display: inline;
    margin-top: 10%;
}
.product-view {
    background: #fff;
}
.p-listicon {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
}
.p-listicon img {
    margin-right: 15px;
    display: inline-block;
}
.p-listicon img:last-child {
    margin-right: 0;
}
ol.dotted-list {
    float: left;
    width: 100%;
    font-style: normal;
    text-align: center;
}
ol.dotted-list li {
    font-style: normal !important;
    text-align: center;
    color: #909090 !important;
}
ol.dotted-list li span {
    font-weight: bold;
    font-size: 18px;
    padding: 0 5px;
}
.cms-food-services .whatmake li {
    border: 0;
}
.cms-food-services .whatmake li span {
    color: #909090;
}
.cms-food-services .whatmake li {
    border: 0;
    float: left;
}
.whatmake-inner ul {
    margin: 0 auto;
    float: none;
    display: inline-block;
}
.customer-account-logoutsuccess .main-container {
    padding: 60px 0 40px;
    overflow: hidden;
}
.super-market-product-block .owl-item {
    width: 100%;
}
#leftnav .inner-menu-link span {
    font-size: 16px;
}
.less-option-list li {
    width: 50% !important;
}
#mobiquest-points-form {
    display: none;
}
.nav-primary li.submenu ul {
    left: 8px;
}
.search-result-text h1#result-keyword {
    font-weight: normal;
}
.search-result-text {
    text-align: center;
}
.search-result-text h1#result-keyword {
    font-weight: normal;
    display: inline-block;
}
span#search-close {
    color: #5099d8;
    padding: 0 20px;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 22px;
    font-family: arial;
}
.search-result-text h1#result-keyword {
    font-weight: normal;
    display: inline-block;
    padding-left: 8%;
}
.search-bar-result #search_mini_form .input-box {
    border: 0;
}
.search-bar-result #search {
    border: 0;
    border-radius: 5px;
    padding: 5px 5px 5px 5px;
    width: 100%;
    font-size: 32px;
    outline: 0;
    color: #5099d8 !important;
    background: #0c5fa7 !important;
    height: 50px;
}
.search-result-form-block .search-autocomplete ul li:last-child {
    border-bottom: 0;
}
.search-result-form-block .search-autocomplete ul {
    box-shadow: none;
    border: 1px solid #d5539d;
}
.nav-header #search::-webkit-input-placeholder {
    color: #eba2c8 !important;
}
.nav-header #search::-moz-input-placeholder {
    color: #eba2c8 !important;
}
.nav-header #search::-ms-input-placeholder {
    color: #eba2c8 !important;
}
.search-bar-result #search_mini_form #search::-webkit-input-placeholder {
    color: #5099d8 !important;
}
.search-bar-result #search_mini_form #search::-moz-input-placeholder {
    color: #5099d8 !important;
}
.search-bar-result #search_mini_form #search::-ms-input-placeholder {
    color: #5099d8 !important;
}
input#mini_coupon_code1::-webkit-input-placeholder {
    color: #d5539d;
    font-family: Trebuchet MS;
    font-size: 17px;
    text-transform: uppercase;
}
input#mini_coupon_code1::-moz-input-placeholder {
    color: #d5539d;
    font-family: Trebuchet MS;
    font-size: 17px;
    text-transform: uppercase;
}
input#mini_coupon_code1::-ms-input-placeholder {
    color: #d5539d;
    font-family: Trebuchet MS;
    font-size: 17px;
    text-transform: uppercase;
}
div#search-result-form-block {
    width: 362px;
    margin: 0 auto;
}
.page-title {
    position: relative;
    z-index: 10;
}
.suggestionBackground {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.feedback-form .div-bkg-inner {
    position: absolute;
    left: 25%;
    width: 680px;
    margin: 0 auto;
    padding: 50px 50px 20px;
}
.input-box.feedback-radio {
    height: auto;
}
p.seems-para {
    font-size: 18px;
    line-height: 24px;
}
.feedback-form .div-bkg {
    background: rgba(0, 0, 0, 0.6);
}
.feedback-form .close-form a {
    cursor: pointer;
    padding: 10px 9px;
    background: #0c5fa7;
    color: #fff;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 10px;
    font-family: "Neutra Display Titling";
    content: "X";
    font-size: 16px;
}
.feedback-form span.close-form {
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-family: 'Neutra Display';
    font-weight: 100;
    top: -10px;
}
.feedback-radio-inner label {
    color: #202020;
    font-size: 14px;
    left: -13px;
    position: relative;
    z-index: -1;
    padding-left: 40px;
    padding-bottom: 1px;
    line-height: 24px;
}
.feedback-radio-inner {
    float: left;
    width: 100%;
}
.feedback-radio-inner li {
    width: 100%;
    color: #202020;
    float: left;
    margin: 10px 0 0;
    padding: 5px 10px;
    position: relative;
}
.feedback-radio-inner .radio+label {
    background: url("../images/radio-btn-white.png") no-repeat;
}
.feedback-radio-inner input[type=radio]:checked+label {
    background: url("../images/radio-btn-white-active.png") no-repeat;
}
textarea#other-feedback-reason {
    border: 1px solid #0c5fa7;
    resize: none;
    height: 100px;
    border-radius: 10px;
    width: 100%;
    box-shadow: inset 1px 1px 10px #e0e0e0;
    margin: 10px 0;
    color: #0c5fa7;
    outline: 0;
    padding: 20px;
    max-width: 100%;
}
.feedback-radio-inner li input.radio {
    position: absolute;
    top: 4px;
    width: 25px;
    left: -3px;
    height: 25px;
}
.sales-order-view h1 {
    font-size: 18px;
    font-family: 'Neutra Display Titling';
    color: #d5539d;
    text-align: center;
    font-weight: normal;
    border: 0;
}
.sales-order-view .main-title {
    font-size: 26px;
    font-family: 'Neutra Display Titling';
    color: #d5539d;
    text-align: center;
    font-weight: normal;
    border: 0;
    padding-bottom: 10px;
    padding-top: 20px;
}
.sales-order-view .data-table thead th,
.sales-order-viewt .data-table tbody td {
    border-bottom: 1px solid #d7d7d7;
    font-weight: normal;
}
.sales-order-view th {
    color: #0c5fa7;
    font-size: 14px;
    text-align: center;
}
.sales-order-view tfoot tr {
    background: #fff;
}
.sales-order-view tfoot tr.subtotal td.a-right {
    padding-top: 20px !important;
}
.sales-order-view tfoot tr td.a-right {
    color: #d5539d;
    padding-top: 0 !important;
    text-align: right;
}
.sales-order-view tfoot tr.grand_total td.a-right strong {
    font-family: 'Neutra Display Titling';
    font-size: 18px;
}
a.link-print {
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
}
.sales-order-view .order-info-box .box-title h2 {
    color: #0c5fa7;
    font-weight: normal;
}
.sales-order-view .order-info-box .box-content {
    color: #b9b9b9;
}
.sales-order-view .order-info-box {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.sales-order-view .order-info-box {
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    float: left;
    padding-top: 20px;
    padding: 30px 10px 0;
}
.sales-order-view .order-info-box:last-child {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0;
}
.sales-order-view #details_content {
    border-radius: 10px !important;
}
.sales-order-view ul#order-info-tabs {
    display: none;
}
.sales-order-view th.order-date {
    color: #b9b9b9;
    font-weight: normal;
    text-transform: none;
    text-align: left;
}
.sales-order-view h2.table-caption {
    display: none;
}
.sales-order-view .my-account {
    display: none;
}
.sales-order-history .magento_close:before {
    background: #fff !important;
    color: #0c5fa7 !important;
    font-weight: normal !important;
    font-size: 20px !important;
    font-family: 'arial' !important;
}
.sales-order-history .magento_close {
    top: 50px !important;
    right: 50px !important;
}
.sales-order-history iframe {
    border-radius: 10px !important;
}
.sales-order-history .overlay_magento {
    background: #dedede;
}
.sales-order-view .linearize-table-large th:first-child {
    text-align: left;
    color: #b9b9b9;
}
.sales-order-view a.link-reorder {
    padding: 10px 25px;
    background: #d5539d;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-family: 'Neutra Display';
    text-transform: uppercase;
    margin: 10px 0;
    float: right;
}
.sales-order-view .bundle.border.child.last {
    display: none;
}
.sales-order-view tbody tr {
    border-bottom: 1px solid #d7d7d7;
}
.sales-order-view .order-info {
    margin-bottom: 0px;
}
.sales-order-view img {
    float: left;
    width: 75px;
    height: 75px;
    margin: 10px 15px 10px 0;
}
.sales-order-view td:first-child {
    width: 600px;
    text-align: left;
    padding-top: 0px;
}
.sales-order-view td {
    width: 150px;
    text-align: center;
    line-height: 24px;
    padding-top: 30px;
}
.dialog table.table_window {
    border: 0
}
.sales-order-view .nobr strong {
    color: #d5539d;
    font-family: "Neutra Display Titling";
    font-size: 18px;
}
.sales-order-view span.qty-price {
    font-size: 13px;
}
.sales-order-view h3.product-name {
    color: #d5539d;
    padding-top: 35px;
    font-size: 15px;
    text-transform: none;
}
.sales-order-view .option-value {
    position: absolute;
    margin-top: -50px;
    margin-left: 90px !important;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #0c5fa7;
}
.sales-order-view td.a-right.last {
    color: #d5539d;
    padding-top: 40px;
}
ul.products-grid.tub-order {
    float: left;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}
.tub-order li.item {
    width: 100% !important;
    padding-top: 0 !important;
    color: #b0b0b0;
    height: auto;
    margin-top: 0;
}
.catalog-product-view #em_quickshop_handler {
    height: 20px;
    width: 40px;
}
.messages .notice-msg li:before {
    border-left: 6px solid #0c5fa7;
}
.messages .notice-msg li {
    color: white;
    border-left: 5px solid #0c5fa7;
    background-color: #d5539d;
}
button.button.btn-proceed-checkout.btn-checkout.no-checkout[disabled] {
    background: #dedede;
    color: #bbbbbb;
    box-shadow: none;
}
.minicart-actions .no-checkout,
.no-checkout {
    pointer-events: none;
    cursor: default;
    background: #dedede !important;
    color: #bbbbbb !important;
}
p.not-register {
    padding: 0px 0 30px;
    text-align: center;
    width: 80%;
    color: #b0b0b0;
    margin-top: -10px;
    margin-right: 20%;
}
.not-register a {
    text-decoration: underline;
}
.checkout-cart-index .location_bar:before {
    display: none;
}
.checkout-cart-index .location_bar {
    margin-bottom: 15px;
    padding-left: 70px;
}
.tax-gst {
    width: 100% !important;
    font-size: 12px;
}
.ord-cancel,
.ord-deliver {
    width: 20px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 5px;
}
.ord-cancel {
    background: url("../images/cross.svg") no-repeat;
}
.ord-deliver {
    background: url("../images/tick.svg") no-repeat;
}
.cms-store-locator .location_bar {
    padding: 17px 5px;
    padding-left: 65px;
    background-size: 25px auto;
}
.cms-store-locator .detect {
    text-indent: -20px;
}
#googlemap {
    display: block !important;
    height: 320px !important;
    width: 320px !important;
}
.cms-store-locator div.tab button {
    background-color: transparent;
    padding: 14px 0 2px;
    font-size: 18px;
    font-family: "Trebuchet MS";
    color: #045fa9;
    margin: 0 10px;
}
.cms-store-locator div.tab {
    background-color: #fff;
    border: 0 none;
    width: 100%;
}
.cms-store-locator div.tab button:hover {
    background-color: transparent;
    color: #d5539d;
}
.cms-store-locator div.tab {
    background-color: #fff;
    border: 0 none;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.cms-store-locator div.tab button {
    float: none;
}
.checkout-cart-index .messages li.error-msg {
    display: none;
}
.sales-order-view .bundle.child {
    display: none;
}
.cms-store-locator .tablinks.Active {
    color: #d5539d;
    border-bottom: 1px solid #d5539d;
}
#googlemap {
    display: block !important;
    width: 60% !important;
    float: left;
    margin-top: -10px;
    height: 500px !important;
}
#pop1 h3 {
    color: #0c5fa7;
    margin-bottom: 10px;
}
#pop1 ul.products-grid {
    padding: 30px 0 0;
}
.pro-error-msg {
    line-height: 20px;
}
#pop1 ul.products-grid li.item img {
    margin: 0;
    display: inline-block;
    float: none;
}
#pop1 ul.products-grid li.item {
    width: 33.333%;
    margin: 0;
    text-align: center;
}
div#pop1 {
    min-width: 620px;
}
div#pop1 .products-grid .product-info {
    min-height: 70px !important;
}
div#pop1 .product-info h2.product-name a {
    font-size: 17px;
    font-weight: 100 !important;
}
div#pop1 .product-info p {
    color: #b6b6b6;
    font-size: 14px;
    padding-top: 5px;
    float: left;
    width: 100%;
}
.button-all-pro .all-product-view-link {
    background: #d5539d;
    border-radius: 5px;
    width: auto;
    padding: 10px 20px;
    color: #fff;
    font-weight: 100;
    font-size: 13px;
    font-family: 'Neutra Display';
    box-shadow: 0px 2px 5px #ccc;
    text-transform: uppercase;
}
.button-all-pro {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.outofstock-lable {
    color: #d5539d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
p.outofstock-lable {
    margin-top: 10px;
}
.checkout-onepage-index .cancel-mini-pro span {
    display: none;
}
.thankyou-icon img {
    margin-left: 20px;
}

/*

.customer-address-form.active .step-title {

    display: none;  

}*/

/** by Mehul */
.catalog-product-view .product-options .area-size .input-box ul.options-list li input {
    margin: 0
}
.catalog-product-view .product-options .area-size .input-box ul.options-list {
    width: 99.5%;
    overflow: hidden;
}
.catalog-product-view .product-options .area-size .input-box ul.options-list li {
    width: 33.3%;
    margin: 0;
    line-height: normal;
    float: left;
}
.catalog-product-view .product-options .area-size .input-box ul.options-list li .bundle-option-container-size {
    width: auto;
    float: none;
}
.catalog-product-view .product-options .area-size .input-box ul.options-list li .bundle-option-container-size label {
    width: auto;
    padding: 5px 0;
    max-width: none;
    display: block;
}
.catalog-product-view .location_bar {
    padding: 25px 25px 15px 80px;
}
.catalog-product-view .product-options {
    padding: 10px 30px;
    margin-top: 0;
}
.catalog-product-view .product-options dd {
    margin-bottom: 0;
}
.catalog-product-view .product-options dd .input-box {
    padding-top: 0;
    height: auto;
    margin-bottom: 0;
}
ul.products-grid.tub-order {
    margin-top: 0;
}
ul.products-grid.tub-order li.item {
    margin: 0;
}
.catalog-product-view .product-options dt.dt-head-toppings {
    border-top: 1px solid #c4c1c1
}
@media (min-width: 1024px) and (max-width: 1760px) {
    #leftnav .inner-menu-link span {
        display: inline-block;
        line-height: 20px;
    }
    
    #leftnav .inner-menu-link img {
        margin-right: 0;
        width: 65px;
    }
}
@media only screen and (max-width: 980px) {
    .bulk-wrapper {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .mobile-filter.change {
        position: fixed;
        top: 0 !important;
        z-index: 99991 !important;
        background: #efefef !important;
    }
    
    #em_quickshop_handler {
        display: none !important;
    }
    
    body.quickshop-index-view {
        background: #fff;
    }
    
    .sticky-header.sticky-header .mobile-filter {
        display: block;
        background: #efefef;
        /*position: fixed;

    box-shadow: 1px 1px 4px #d4d4d4;*/
        top: 0;
        z-index: 99990;
    }
    
    ul#leftnav-tree {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
    }
    
    .sticky-header.sticky-header ul#leftnav-tree {
        max-height: 500px;
        opacity: 1;
        overflow: hidden;
        z-index: 99991;
        width: 100%;
        position: fixed !important;
        max-height: 80vh;
        overflow: auto;
    }
    
    .catalog-product-view .add-to-cart .add-to-cart-buttons {
        box-shadow: 0 -5px 5px -5px #adadad;
    }
    
    .catalog-product-view .product-view .product-shop .price-info {
        text-align: center;
        clear: both;
        height: 55px;
        background: #fff;
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 55px;
        position: fixed;
        left: 0;
        bottom: -5px;
        z-index: 99;
        padding: 0;
        width: 40%;
    }
    
    .catalog-product-view .product-view .product-shop .price-info span {
        padding: 0 !important;
        font-weight: normal !important;
        font-size: 19px !important;
        margin-right: 0 !important;
        width: 100%;
        margin-left: 0 !important;
    }
    
    .cms-store-locator div.tab button {
        font-size: 16px;
    }
    
    .cms-store-locator.cms-page-view .col2-left-layout .main {
        padding-bottom: 0;
    }
    
    div#content.store-locator {
        margin-bottom: 10px;
    }
    
    #googlemap {
        width: 100% !important;
    }
    
    nav .nav-primary li a {
        line-height: 18px;
    }
    
    p.not-register {
        margin-left: 0;
        width: 100%;
    }
    
    .catalogsearch-result-index li.item {
        width: 100%;
        border-top: 0;
    }
    
    .catalogsearch-result-index .products-grid .product-image {
        float: left;
    }
    
    .catalogsearch-result-index .products-grid .product-image img {
        width: 100%;
    }
    
    .catalogsearch-result-index .main-container.col1-layout .category-products {
        width: 100%;
    }
    
    ul.products-grid.tub-order {
        margin-top: 0;
    }
    
    .feedback-radio-inner .radio+label {
        margin-left: 0px !important;
        max-width: 100%;
        width: 100%;
        font-size: 15px;
    }
    
    .feedback-form .div-bkg-inner {
        left: 4%;
        width: 91%;
        padding: 20px 20px 0px;
    }
    
    .less-option-list li {
        width: 50% !important;
    }
    
    .breadcrumbs strong {
        color: # !important;
    }
    
    .breadcrumbs a,
    .breadcrumbs span {
        display: none;
    }
    
    .quickshop-index-view .feedback {
        margin-bottom: 50px;
    }
    
    span.view-pro {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        float: left;
        text-align: center;
        height: 40px;
        margin: 0 auto;
    }
    
    .bulkorder-index-index .order-custom,
    .largeorders-index-index .order-custom {
        margin: 40px auto;
    }
    
    .bulkorder-index-index .main-container.col1-layout,
    .largeorders-index-index .main-container.col1-layout {
        margin-top: -30px;
        padding-bottom: 40px;
    }
    
    .bulkorder-index-index .order-custom,
    .largeorders-index-index .order-custom {
        padding: 20px !important;
    }
    
    .super-market-product-block .tab-content {
        width: 100%;
    }
    
    .super-market-product-block .tabs-menu li {
        font-size: 16px;
    }
    
    .super-market-product-block .tabs-menu li {
        padding: 0 10px;
    }
    
    .super-market-product-block {
        width: 100%;
    }
    
    .super-market-product-block h2.blue-head {
        margin-bottom: 0;
    }
    
    li.level0.topnav.login,
    li.level0.topnav.account {
        border-top: 1px solid #d571a4;
    }
    
    .super-market-product-block {
        margin: 0 auto 12vw;
    }
    
    .super-market-product-block-inner img {
        width: 80px !important;
    }
    
    .super-market-product-block-inner p {
        font-size: 15px !important;
    }
    
    .cms-philosophy .main-body .col-left+div {
        height: auto !important;
    }
    
    .intro {
        max-height: 150px;
        padding-left: 20px;
        padding-top: 10px;
    }
    
    .popupcuopon .div-bkg-inner {
        width: 98%;
        border-radius: 10px;
        padding: 20px 20px 30px;
        left: 1%;
    }
    
    li.level0.topnav.login,
    li.level0.topnav.signup,
    li.level0.topnav.account,
    li.level0.topnav.signout {
        display: block;
    }
    
    .cms-page-view .col2-left-layout .main,
    .jobs-index-index .col2-left-layout .main {
        padding-top: 20px !important;
    }
    
    .catalogsearch-result-index .col-main {
        padding-top: 0;
    }
    
    .catalogsearch-result-index .main-container.col1-layout {
        max-width: 100%;
        padding: 0;
    }
    
    .error-text {
        padding: 5% 0;
        width: 100%;
    }
    
    .error-image {
        width: 100%;
    }
    
    .error-image img {
        bottom: 0;
    }
    
    .error-text h2 {
        font-size: 20vw;
        line-height: 20vw;
    }
    
    .error-text h3 {
        font-size: 22px;
    }
    
    .apply-form form.scaffold-form {
        padding: 10px 7%;
    }
    
    .investment-data td {
        font-size: 14px;
        padding: 10px;
    }
    
    .table-overflow {
        width: 95%;
    }
    
    .cms-franchise-opportunites .franchise-opp p.blue-txt {
        font-size: 15px;
        margin-bottom: 0;
    }
    
    .franchise-location-result ul li {
        width: 100%;
    }
    
    .franchise-location-result {
        padding: 10px 0 50px;
    }
    
    .franchise-location-result ul {
        width: 100%;
    }
    
    .franchise-location-finder {
        width: 250px;
        margin: 0 auto;
    }
    
    .franchise-location-finder .buttons-set {
        width: 200px;
        float: none;
    }
    
    .eligibility-block h2 {
        padding-bottom: 0;
        padding-top: 20px;
    }
    
    .eligibility-block {
        padding-bottom: 50px;
    }
    
    .eligibility-block ul li {
        width: 100%;
        padding: 2% 5%;
        min-height: inherit;
    }
    
    .eligibility-block ul {
        width: 100%;
    }
    
    .eligibility-block ul li {}
    
    .cms-franchise-testimonial .main-container.col1-layout,
    .cms-franchise-opportunites .main-container.col1-layout,
    .cms-food-services .main-container.col1-layout,
    .cms-super-market .main-container.col1-layout,
    .cms-general-retail .main-container.col1-layout {
        max-width: 100%;
        padding: 0;
    }
    
    .cms-franchise-testimonial .page-title,
    .cms-franchise-opportunites .page-title,
    .cms-food-services .page-title,
    .cms-super-market .page-title,
    .cms-general-retail .page-title {
        margin-top: -30px;
        height: auto;
    }
    
    .cms-franchise-testimonial .std:before,
    .cms-franchise-opportunites .std:before,
    .cms-food-services .std:before,
    .cms-super-market .std:before,
    .cms-general-retail .std:before {
        width: 10%;
    }
    
    .cms-franchise-testimonial .std:after,
    .cms-franchise-opportunites .std:after,
    .cms-food-services .std:after,
    .cms-super-market .std:after,
    .cms-general-retail .std:after {
        width: 10%;
    }
    
    .watch-delicious {
        width: 100%;
    }
    
    .baskin-robbins-testi {
        width: 80%;
    }
    
    .apply-form {
        width: 100%;
    }
    
    .apply-form ul li .field,
    .enqiure-now-block ul li .field,
    .bulkorder-index-index ul li .field,
    .largeorders-index-index ul li .field {
        width: 100%;
        margin-bottom: 0;
    }
    
    .do-you-avail-radio p span {
        font-size: 15px;
    }
    
    .download-brochure a::after {
        width: 290px;
    }
    
    .download-brochure a {
        font-size: 15px;
    }
    
    .download-brochure {
        width: 90% !important;
    }
    
    .franchise-opp {
        width: 100% !important
    }
    
    .franchise-opp h2 {
        font-size: 20px;
    }
    
    .franchise-opp p {
        line-height: 15px !important;
        padding: 0 20px 20px;
    }
    
    .partner-with-us-new {
        padding-bottom: 50px;
    }
    
    .partner-with-us-new li {
        width: 100%;
        padding: 0 15px 10px;
        min-height: inherit;
    }
    
    a.btn-pink {
        position: relative;
        margin: 20px auto;
        left: inherit
    }
    
    .download-brochure {
        padding-bottom: 50px;
    }
    
    .franchise-opp {
        padding-bottom: 50px;
    }
    
    .cms-franchise-testimonial h2,
    .cms-franchise-opportunites h2,
    .cms-food-services h2,
    .cms-super-market h2,
    .cms-general-retail h2 {
        font-size: 18px;
    }
    
    .whatmake.franchise-page-what {
        padding-bottom: 40px;
    }
    
    a.btn-pink {
        font-size: 15px;
        padding: 15px;
    }
    
    .franchise-para {
        width: 100%;
    }
    
    .blue-box {
        padding-bottom: 10px;
    }
    
    .search-bar-result {
        position: relative;
        padding: 6vw 0 3vw !important;
        margin: 0 !important;
        top: -30px;
    }
    
    .search-bar-result h1 {
        font-size: 25px !important;
    }
    
    .more-look-over {
        width: 100%;
        margin: 10px auto 0;
    }
    
    .is-blog .post-list {
        padding: 0 20px;
        position: relative;
        top: 34px;
        z-index: 10;
    }
    
    .wordpress-index-index.is-blog .blog-content p {
        display: none;
    }
    
    .block.block-blog.block-blog-categories {
        position: relative;
        z-index: 9;
    }
    
    .wp-sidebar {
        position: absolute;
        z-index: 99;
        width: 100%;
    }
    
    form#search_mini_form {
        width: 90%;
        float: left;
    }
    
    #header-nav form#search_mini_form {
        width: 100%;
    }
    
    .is-blog .sidebar .block:not(.block-layered-nav) .block-title>strong:after {
        left: 90% !important;
        border: 0 !important;
        transition: ease-in all 0.3s;
        transform: rotate(270deg);
        height: 10px;
        width: 17px;
        background: url(../images/blog-arrow-down-white.png) no-repeat top left;
    }
    
    .is-blog .sidebar .block:not(.block-layered-nav) .block-title.active>strong:after {
        left: 90% !important;
        border: 0 !important;
        transition: ease-in all 0.3s;
        transform: rotate(360deg);
        height: 10px;
        width: 17px;
        background: url(../images/blog-arrow-down-white.png) no-repeat top left;
    }
    
    .cart-table .product-cart-info {
        position: relative;
    }
    
    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: 0;
        position: absolute;
        left: 88%;
        top: -10px;
        height: auto;
        display: inline-block;
        line-height: inherit;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li input {
        margin: 0
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list {
        width: 99.5%;
        overflow: hidden;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li {
        width: 33.3%;
        margin: 0;
        line-height: normal;
        float: left;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li .bundle-option-container-size {
        width: auto;
        float: none;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li .bundle-option-container-size label {
        width: auto;
        padding: 5px 0;
        max-width: none;
        display: block;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li input {
        margin: 0
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list {
        width: 99.5%;
        overflow: hidden;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li {
        width: 33.3%;
        margin: 0;
        line-height: normal;
        float: left;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li .bundle-option-container-size {
        width: auto;
        float: none;
        padding: 0;
    }
    
    .catalog-product-view .product-options dd.area-size {
        margin-bottom: 10px;
    }
    
    .catalog-product-view .product-options .area-size .input-box ul.options-list li .bundle-option-container-size label {
        width: auto;
        padding: 5px 0;
        max-width: none;
        display: block;
    }
    
    .catalog-product-view .product-options dt {
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .cms-franchise-testimonial .getgoing-text {
        margin-bottom: 10px !important;
    }
    
    #edit-address_table_content #iframe-loading {
        position: relative;
        left: 0;
        width: 70%;
        top: 30%
    }
    
    .bulkorder-index-index .bulkorder-para,
    .largeorders-index-index .bulkorder-para {
        font-size: 14px;
    }
    
    .customer-address-form .form-list .field {
        width: 100%;
        margin-left: 0;
    }
    
    .customer-address-form .address-field {
        width: 99%;
        margin-left: 0;
    }
    
    .customer-address-form li:first-child .address-field {
        width: 100%;
    }
    
    .customer-address-form .input-box.address_type_radio {
        margin-left: 5px !important;
    }
    
    .whatmake.franchise-page-what .whatmake-inner h2 {
        padding-bottom: 10px;
    }
    
    .whatmake.franchise-page-what li:after {
        display: none;
    }
    
    .franchise-para,
    .food-top-para {
        width: 90%;
    }
    
    .enqiure-now-block {
        width: 100%;
        padding: 50px 0px 30px;
    }
    
    .search-autocomplete {
        left: 5.5% !important;
        top: -18px !important;
        width: 90% !important;
    }
    
    .header-minicart .block-cart {
        position: relative;
        z-index: 99998;
    }
    
    .feedback-radio-inner li input.radio {}
    
    div#pop1 {
        min-width: 90%;
    }
    
    .ei-slider-large li.mainliwrap {
        height: 600px;
    }
    
    .ei-slider-large li.mainliwrap2 {
        height: 600px;
    }
    
    .containbox h2 {
        font-size: 35px;
    }
}
@media (min-width: 541px) and (max-width: 980px) {
    .cms-franchise-testimonial .page-title,
    .cms-franchise-opportunites .page-title,
    .cms-food-services .page-title,
    .cms-super-market .page-title {
        padding: 10.5vw 20px;
    }
    
    .cms-franchise-testimonial h1,
    .cms-franchise-opportunites h1,
    .cms-food-services h1,
    .cms-super-market h1 {
        font-size: 4vw !important;
    }
    
    .whatmake.franchise-page-what li {
        width: 24.333%;
    }
    
    #em_quickshop_handler {
        height: 36vw;
        width: 100%;
        left: 0 !important;
    }
}
@media (min-width: 480px) and (max-width: 980px) {
    .checkout-cart-index #locationField input#autocomplete {
        width: 82%;
    }
    
    .search-bar-result {
        position: relative !important;
    }
    
    .catalogsearch-result-index .main-container.col1-layout .category-products {
        margin-top: 5% !important;
    }
    
    .search-bar-result #search {
        font-size: 22px;
    }
    
    div#search-result-form-block {
        margin: -30px auto 0;
    }
    
    .cms-store-locator #locationField input#autocomplete {
        width: 70% !important;
    }
}
@media (min-width: 240px) and (max-width: 540px) {
    #fancybox-content {
        top: 5px;
    }
    
    .search-result-form-block .search-autocomplete {
        top: 23px !important;
        left: 8% !important;
        width: 87.5% !important;
    }
    
    .radio+label {
        font-size: 16px;
    }
    
    .wide.customer_address label {
        padding-bottom: 10px;
    }
    
    .more-look-over .part {
        margin-right: 0;
        width: 100%;
        margin-bottom: 5%;
    }
    
    .cms-food-services .download-brochure,
    .cms-super-market .download-brochure,
    .cms-general-retail .download-brochure {
        padding: 0;
    }
    
    .cms-franchise-testimonial .page-title,
    .cms-franchise-opportunites .page-title,
    .cms-food-services .page-title,
    .cms-super-market .page-title,
    .cms-general-retail .page-title {
        padding: 23.5vw 20px 20vw;
        background-size: 150% 120% !important;
        height: 220px;
    }
    
    .cms-franchise-testimonial h1,
    .cms-franchise-opportunites h1,
    .cms-food-services h1,
    .cms-super-market h1,
    .cms-general-retail h1 {
        font-size: 6vw !important;
    }
    
    .franchise-para {
        padding: 40px 20px;
    }
    
    .whatmake.franchise-page-what li span {
        color: #909090;
        font-size: 20px;
        font-weight: normal;
        line-height: 24px;
    }
    
    .search-bar-result {
        position: absolute;
        padding: 5vw 0 5vw !important;
        height: 110px;
    }
    
    .catalogsearch-result-index .main-container.col1-layout .category-products {
        margin-top: 25%;
    }
    
    .catalogsearch-result-index .popular-search,
    .catalogsearch-result-index .popular-search-result,
    .catalogsearch-result-index .popular-search-result,
    .catalogsearch-result-index .most-popular {
        width: 100%;
    }
    
    div.newsletter-signup::before,
    div.newsletter-signup::after {
        width: 62px;
        z-index: -1;
        border-bottom: 7px solid #fff;
    }
    
    div.loyality-program:before,
    .loyality-program:after {
        width: 62px;
        border-bottom: 14px solid #fff;
    }
    
    .testimonial-title {
        padding-top: 0;
    }
    
    .baskin-robbins-testi .item span {
        display: none;
    }
    
    .blog-banner img {
        width: auto !important;
        margin-left: -50%;
    }
    
    #em_quickshop_handler {
        height: 42vw;
        width: 100% !important;
    }
    
    .whatmake.franchise-page-what li {
        min-height: 270px;
    }
    
    .cms-food-services .whatmake li {
        min-height: 300px;
    }
    
    .p-listicon img {
        margin-right: 0;
    }
    
    .super-market-product-block .tab-content {
        height: 140px;
    }
    
    .whatmake li span {
        font-size: 15px
    }
    
    .search-bar-result #search_mini_form .input-box {
        width: 290px;
    }
    
    .search-bar-result #search {
        font-size: 22px
    }
    
    .search-result-text {
        padding-top: 30px;
    }
    
    .bulkorder-index-index .order-custom,
    .largeorders-index-index .order-custom {
        width: 100%;
    }
    
    #pop1 ul.products-grid li.item {
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
    .largeorders-index-index .category-image img {
        object-fit: cover;
        height: 220px;
    }
    
    .largeorders-index-index .category-image,
    .bulkorder-index-index .category-image {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .largeorders-index-index .category-image p.category-description,
    .bulkorder-index-index .category-image p.category-description {
        font-size: 2em;
        top: 40%;
    }
    
    .bulkorder-index-index .category-image img {
        object-fit: cover;
        height: 220px;
        margin-top: 13px;
    }
}
@media only screen and (max-width: 439px) {
    div#edit-address {
        width: 95%;
    }
    
    .cms-food-services .download-brochure a:after,
    .cms-super-market .download-brochure a:after,
    .cms-general-retail .download-brochure a:after {
        width: 100%;
    }
    
    .cms-food-services .download-brochure,
    .cms-super-market .download-brochure,
    .cms-general-retail .download-brochure {
        width: 90% !important;
    }
    
    p.feedbk,
    p.feedbk-msg {
        right: 0;
    }
    
    .catalogsearch-result-index .page-title {
        top: -110px;
    }
}
@media only screen and (max-width: 390px) {
    .catalogsearch-result-index .page-title {
        top: -94px;
    }
    
    .bundle-size-options .item-option {
        font-size: 13px !important;
    }
    
    .oops {
        font-size: 15px;
    }
    
    #products_loader img {
        width: 90%;
        margin-top: 25%;
    }
    
    .thankyou-icon img {
        width: 70%;
        margin-left: 0;
    }
    
    #edit-address_close.magento_close:before {
        right: 0 !important;
        top: 0 !important;
    }
}
@media only screen and (max-width: 360px) {
    .catalogsearch-result-index .page-title {
        top: -90px;
    }
}
@media only screen and (max-width: 359px) {
    div#edit-address {
        width: 100%;
    }
    
    .bundle-size-options .item-option {
        font-size: 12px !important;
    }
    
    .checkout-cart-index #locationField input#autocomplete {
        width: 77%;
    }
}
@media only screen and (max-width: 339px) {
    .checkout-cart-index #locationField input#autocomplete {
        width: 73%;
    }
}

/**  cms-franchise-testimonial end **/
span.free-deliverym {
    color: #b9b9b9;
    font-size: 13px;
    display: block;
    text-align: left;
    padding-left: 20px;
}
.cart-summary span.free-deliverym {
    text-align: right;
}
.super-market-product-block-inner.owl-carousel .owl-nav.disabled,
.super-market-product-block-inner.owl-carousel .owl-dots.disabled {
    display: block;
}
.mini-products-list span.cart-bundle-opt {
    display: block;
}
.ei-slider-large #banner-1 .product-image-banner,
.ei-slider-large #banner-1 .ei-title {
    /*display: none;*/
}

/**/
.enqiure-now-block .enqiure-form-block {
    display: none;
}
.enqiure-now-block .blue-head {
    cursor: pointer;
}
.more-look-over {
    margin: 20px auto 0;
}
.home-slider .show-now-btn.buyNow {
    font-size: 22px;
}
.worldmap-inner {
    width: 100%;
    max-width: 900px;
}
.worldmap-inner img {
    margin: auto;
}

/*.world-map{background-size: 50%; background-position: center center;}*/
.country.country1 {
    left: 14%;
    top: 15%;
}
.country.country2 {
    top: 33%;
    left: 20%;
}
.country.country3 {
    left: 43%;
    top: 8%;
}
.country.country4 {
    left: 58%;
    top: 33%;
}
.country.country5 {
    left: 69%;
    top: 33%;
}
.country.country6 {
    left: 70%;
    top: 5%;
}
.country.country7 {
    left: 74%;
    top: 20%;
}
.country.country8 {
    left: 80%;
    top: 31%;
}
.country.country9 {
    left: 84%;
    top: 27%;
}
.country.country10 {
    left: 78%;
    top: 38%;
}
.country.country11 {
    left: 80%;
    top: 53%;
}
.country.country12 {
    left: 83%;
    top: 53%;
}
.country.country13 {
    left: 88%;
    top: 69%;
}

/*added by taha*/
nav ol li ul li a:hover {
    color: #e483b5!important;
}
.top-left-block a:hover,
.top-right-block a:hover {
    color: #e483b5!important;
}
.footer-social li a:hover {
    color: #0c5fa7!important;
}
#cattitle {
    font-size: 25px;
    color: #0c5fa7;
    padding-top: 25px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.footer-middle a:hover,
.footer-bottom a:hover {
    color: #d5539d;
}
#leftnav li.level0 a:hover {
    color: #d5539d;
}
.products-grid a.button.btn-cart.product-view-link:hover {
    background: #0c5fa7!important;
}
.ei-title .readmore:hover {
    background: #0b5fa7;
}
.new-blue-head {
    color: #0c5fa7;
    text-align: center;
    padding-bottom: 20px;
}
.force-pink {
    color: #e483b5;
}

/*.newsletter-signup-inner .readmore{



}

*/

/* .page-header-container{height: 130px;}

.nav-header{margin-top: 32px;} */
.flavour-month {
    display: none;
}
.buy-a-btn a:hover,
.newsletter-signup-inner,
.readmore:hover,
#trending-div .image-expand .product-info .actions .product-view-link:hover,
li.suprise-me a:hover,
.product-view .add-to-cart-buttons .button:hover,
login-btn-checkout.buttons-set .button,
#co-billing-form.buttons-set .button,
#payment-buttons-container.buttons-set .button,
.buttons-set .button:hover,
.account-form .buttons-set .button:hover,
.cms-store-locator #locationField input.search:hover {
    background: #0c5fa7!important;
}

/*strong{

      color: #d5539d;

    font-size: 25px;

    font-weight: bold;

    text-align: center;

    position: absolute;

    display: block;

    width: 100%;

}*/
.mini-products-list li {
    border: 1px solid #efefef;
    margin: 0!important;
}
.box-up-sell li {
    border: 1px solid #efefef;
    margin: 0!important;
}
.email-ul {
    padding: 10px 0;
}
.email-ul li {
    list-style: none;
    text-align: center;
}
.email-ul li {
    font-style: normal!important;
    font-size: 18px!important;
    color: #909090 !important;
}
.email-ul li span {
    padding: 5px;
}
dt#dt_method_cashondelivery label {
    font-size: 20px;
}
.shopping-cart-totals-div-cart table#shopping-cart-totals-table tfoot .price {
    padding-right: 10px;
    font-family: 'Neutra Display Titling';
    /* font-weight: bold; */
}
.shopping-cart-totals-div-cart table#shopping-cart-totals-table tfoot .summary-total {
    display: none
}
.shopping-cart-totals-div-cart span.free-deliverym {
    text-align: right;
    padding-right: 10px;
}
.simplePopupBackground,
div#pop2 {
    display: none !important;
}

/* pop-up css start */
.pho-popup-body {
    bottom: 0;
    display: block;
    left: 0;
    outline: 0 none;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.pho-modal-box-backdrop {
    background: rgba(238, 238, 238, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.pho-popup {
    width: 45%;
    background-color: #d55ea0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 20px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    border-radius: 5px;
}
.pho-popup .pho-close_btn {
    text-align: right;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.pho-popup .pho-icon {
    text-align: center;
}
.pho-para h4 {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
}
.pho-para p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 14px;
}
.pho-pincode .location_bar {
    padding: 15px;
    border-bottom: 2px solid #efefef;
    width: 90%;
    float: none;
    border-radius: 5px;
    padding-left: 20px;
    background: url(../images/locality.svg) no-repeat #f8f8f8;
    background-position: left 15px top 10px;
    position: relative;
    z-index: 9999;
    background-size: 25px auto;
    text-align: center;
    margin: 0 auto;
}
.pho-pincode #locationField input#autocomplete {
    background: #f8f8f8;
    border: 0;
    color: #d5539d;
    outline: 0;
    font-size: 20px;
    width: 53%;
}
.pho-pincode .detect {
    border: 0;
    outline: 0;
    margin: 0 3%;
    color: #0c5fa7;
    font-size: 16px;
    background: url(../images/detect1.svg) no-repeat right;
    background-color: transparent;
    width: 23%;
    border-left: 1px solid #b0b0b0;
    padding: 0;
    float: right;
}
.pho-pincode .btn-blue {
    min-height: 40px;
    line-height: 40px;
    width: 240px;
    display: inline-block;
    font-size: 16px;
    padding: 2px 0px;
    float: none;
    min-width: 160px;
    border-radius: 5px;
    white-space: normal;
    font-family: 'Neutra Display';
    background: #0c5fa7;
    box-shadow: 2px 2px 3px 0px #0c5fa7;
    border: none;
    color: #fff;
    margin-top: 20px;
}
.pho-pincode .location_bar:before {
    content: "";
}
.blink .detect {
    background: url(../images/detect-white.png) no-repeat right;
    color: #fff;
}
#locationField.blink {
    background-color: #d5539d;
    background-image: url("../images/locality-white.svg");
    background-position: left 30px center;
}
.location_bar.blink:before {
    color: #fff;
}
#advice-required-entry-autocomplete {
    display: none;
}
#locationField.blink input#autocomplete {
    background: #d5539d;
    color: #fff;
}
#locationField.blink input#autocomplete::-moz-placeholder {
    color: #fff !important;
}
#locationField.blink input#autocomplete::-webkit-input-placeholder {
    color: #fff !important;
}
.blink .validation-advice {
    color: #fff;
}
span.pop-span {
    font-size: 14px;
}
@media(max-width:767px) {
    .pho-popup {
        width: 95%;
    }
    
    .pho-pincode .detect {
        width: 50%;
        text-align: left;
        float: none;
        border-left: none;
        margin-top: 7px;
        padding-top: 7px;
        background-size: 20px;
        text-align: left;
        background-size: 20px;
        text-align: left;
        background-position: 84% 84%;
        padding-left: 8%;
    }
    
    .pho-pincode .location_bar {
        width: 100%;
    }
}

/* 19 april 2018 */
.mobiquest-points-index-index .page .main-container.col3-layout {
    margin-top: 5%;
    margin-bottom: 3%;
}
.mobiquest-points-index-index .content-header table.grid-header {
    margin: 0 auto;
}
.mobiquest-points-index-index #my-fieldset .fieldset input.input-text.required-entry {
    margin-top: 15px;
    padding: 5px;
    border-color: #0b5fa5;
    border-radius: 5px;
}
.mobiquest-points-index-index #my-fieldset .fieldset {
    margin-top: 5px;
    text-align: center;
    color: #0c5fa7;
    font-size: 18px;
}
.mobiquest-points-index-index .main-container.col3-layout .col-wrapper .col-main {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 35px 20px;
}
.mobiquest-points-index-index .main-container.col3-layout .grid-header td h3 {
    font-family: 'Neutra Display Titling';
    color: #E483B5;
    margin-bottom: 5px;
}
.mobiquest-points-index-index #my-fieldset .fieldset button#btnSubmit.button {
    background-color: #d5539d;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: 16px;
}
.mobiquest-points-index-index #my-fieldset .fieldset button#btnSubmit.button:hover {
    background-color: #0c5fa7;
}
.mobiquest-points-index-post .wrapper .page .main-container.col3-layout {
    margin-top: 5% !important;
    margin-bottom: 4% !important;
}
.mobiquest-points-index-post .table-bordered tbody tr th,
.table-bordered tbody tr td {
    padding: 5px !important;
}
.mobiquest-points-index-post table.table.table-bordered {
    border-bottom: 1px solid #ccc !important;
}
.mobiquest-points-index-post .col-wrapper .col-main h3 {
    font-size: 22px !important;
    padding: 10px 0 !important;
    color: #E483B5;
    text-align: center;
}
.mobiquest-points-index-post .main-container.col3-layout .col-wrapper .col-main {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px 10px;
}
.mobiquest-points-index-post .col3-layout .col-wrapper .col-main {
    float: right;
    width: 83%;
}
.mobiquest-points-index-post .col3-layout .col-wrapper {
    float: left;
    width: 85%;
}
.mobiquest-points-index-post table.table.table-bordered tbody tr:first-child {
    border-top: 1px solid #ccc;
}
.mobiquest-points-index-post .table-bordered tbody tr th,
.table-bordered tbody tr td {
    padding: 12px 5px !important;
    color: #0c5fa7;
    border-right: 1px solid #ccc;
    text-align: center;
    border-left: 1px solid #ccc;
}
.newslatterInput {
    display: inline-block;
    position: relative;
}
@media ( max-width: 767px) {
    .newslatterInput {
        display: block;
        margin-bottom: 30px
    }
    
    .newsletter-signup-inner .readmore {
        margin: 0;
    }
    
    .mobiquest-points-index-post .col3-layout .col-wrapper .col-main {
        width: 95%;
    }
    
    .mobiquest-points-index-post .col3-layout .col-wrapper {
        float: left;
        width: 95%;
    }
    
    .mobiquest-points-index-post table.table.table-bordered:first-child {
        overflow-x: scroll;
        overflow-y: hidden;
        display: inline-block;
    }
}
@media ( min-width: 320px) and ( max-width: 425px) {
    .mobiquest-points-index-post table.table.table-bordered {
        overflow-x: scroll;
        overflow-y: hidden;
        display: inline-block;
    }
}
@media ( min-width: 768px) and ( max-width: 875px) {
    .mobiquest-points-index-post table.table.table-bordered:first-child {
        overflow-x: scroll;
        overflow-y: hidden;
        display: inline-block;
    }
}
.left {
    width: 50%;
    float: left;
}
.right {
    width: 50%;
    float: left;
    text-align: right;
    padding-top: 13px;
}
.reward-list {
    clear: both;
    padding-top: 10px;
}
.left h2 {
    font-family: "Trebuchet MS";
    padding: 0 !important;
}
span.point-counts {
    font-size: 36px;
    font-family: "Trebuchet MS";
    color: #d5539d;
}
table.reward-tbl {
    width: 100%;
    color: #0c5fa7;
}
.right .btn.button.readmore {
    font-size: 10px;
    box-shadow: none;
    border: 1px solid #d5539d;
    color: #d5539d;
    font-family: "Trebuchet MS";
}
.box-head.reward {
    border: none;
}
table.reward-tbl thead {
    border-bottom: 1px solid #ccc;
}
table.reward-tbl th {
    padding: 15px 0;
}
table.reward-tbl td {
    padding: 10px 0 0;
}
.dashboard .box-account.reward {
    padding-bottom: 15px;
}
.reward-dash.dashboard {
    min-height: 300px;
    max-height: 600px;
}
.customer-account-create .main {
    {
        background: #f5f5f5;
        padding: 30px;
        border-radius: 20px;
        width: 80%;
        margin: -50px auto 50px !important;
    }
}
.customer-account-create .main {
    {
        background: #f5f5f5;
        padding: 30px;
        border-radius: 20px;
        width: 80%;
        margin: -50px auto 50px !important;
    }
}
@media (min-width:320px) and (max-width:479px) {
    .banner {
        margin-top: -30px;
    }
}

/*--------------New Store locatore---------------*/
.location-search-box .auto-location .detect {
    width: 50% !important;
    font-size: 16px !important;
    text-align: center;
}
.location.border .form-control {
    border: none !important;
}
.location.box {
    border: 1px solid #ccc;
    height: 240px;
    margin-top: 0px;
}
.store-locator {
    width: 55%;
    float: left;
}
.location.box {
    width: 40%;
    padding: 10px;
    margin: px 0px 0 30px;
    display: inline-block;
}
.right-text {
    margin-top: 60px;
}
.store-locator .detect {
    width: 50%;
    border-left: none;
    float: right;
}
.location-search-box {
    width: 50%;
    float: left;
}
.store-locator select {
    border-color: #fff;
    color: #bdbdbd;
    height: 50px;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
}
.store-locator .input-text:focus {
    border-color: #fff;
}
.store-locator select:focus {
    border-color: #fff;
}
.location.box h4 {
    color: #e483b5;
    margin-bottom: 10px;
}
.location.box p {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 12px;
}
.form .detect {
    width: 50%;
    border-left: none;
    float: right;
}
.contact-area-new-left.width {
    width: 100%;
}
.location.box a {
    margin-bottom: 8px;
    display: inline-block;
    font-weight: normal;
    border-bottom: 2px solid;
    border-bottom: 1px solid;
    font-size: 12px;
}
.store-locator select {
    padding: 5px 5px 5px 50px;
    margin-bottom: 50px;
    margin-left: 4px;
    cursor: pointer;
    z-index: 1;
}
.store-locator .state {
    background-color: #f8f8f8;
    background: #f8f8f8 url('../images/store-locator-icon-1.png') 0 center no-repeat;
}
.location-search-box .arrow {
    background: url('../images/arrow.png');
    position: absolute;
    right: 11px;
    top: 17px;
    width: 20px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    display: inline-block;
    pointer-events: none;
}
.store-locator .city {
    background-color: #f8f8f8;
    border: none;
    background: #f8f8f8 url('../images/store-locator-icon-2.png') 0 center no-repeat;
}
.store-locator .locality {
    background-color: #f8f8f8;
    border: none;
    background: #f8f8f8 url('../images/store-locator-icon-3.png') 0 center no-repeat;
}
.store-locator-inner {
    float: left;
    width: 100% !important;
    text-align: left;
    padding: 25px;
    overflow: scroll !important;
    height: 218px !important;
    overflow-y: auto;
    margin-top: -10px;
    border: none !important;
}
.location.box {
    background: none !important;
    position: relative;
}
#location-list img {
    width: 70% !important;
    margin: 0 auto;
}
.location.box div#loadingmask {
    position: absolute;
    text-align: center;
    font-size: 0;
    text-indent: -9999px;
    left: 43%;
    top: 45%;
}
#location-list {
    overflow: hidden;
    float: left;
}
.locality-result {
    padding-left: 25px;
}
@media (min-width:320px) and (max-width:479px) {
    .location.box {
        width: 95% !important;
    }
    
    .location.box {
        border: none;
        margin-top: 15px;
    }
    
    .location {
        margin-left: 7px;
    }
    
    .location-search-box {
        width: 95% !important;
    }
    
    .location-search-box .cms-store-locator .detect {
        width: 100% !important;
        font-size: 16px !important;
    }
    
    .location-search-box .auto-location .detect {
        width: 100% !important;
    }
    
    .auto-location {
        margin: 0 auto;
        width: 200px;
    }
}
@media (min-width:479px) and (max-width:767px) {
    .store-locator-inner {
        margin-top: -32px !important;
    }
    
    .cms-store-locator .detect {
        font-size: 12px !important;
    }
    
    .location-search-box .auto-location .detect {
        width: 100% !important;
    }
}
@media (min-width:767px) and (max-width:1024px) {
    .location-search-box .auto-location .detect {
        width: 70% !important;
    }
}
iframe#iframeinfobar15160 {
    height: 45px !important;
}

/*--------saarc-country-------*/
#saarc_store.tab-content,
#india_store.tab-content,
{
    display: none;
    margin: 0;
    padding: 0;
}
#saarc_store.tab-content.current,
#india_store.tab-content.current {
    display: inherit;
}
.cms-store-locator .store-locator-sub.tabs {
    display: block;
}
.store-locator-sub.tabs {
    /* list-style: initial; */
    
    margin-left: 20px;
    font-size: 18px;
    font-family: 'Neutra Display Titling';
    display: none;
}
.store-locator-sub.tabs li.stoter-item.current {
    list-style: initial;
    color: #e480b6;
    font-weight: 900;
}
.store-locator-sub.tabs li.stoter-item {
    cursor: pointer;
    color: #b9b9b9;
    font-weight: 900;
}
#saarc_store .store-locator {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 50px;
    color: #0c5fa7;
    padding-top: 10px;
}
#saarc-location-list {
    overflow: hidden;
    float: left;
}
#saarc-location-list img {
    width: 70% !important;
    margin: 0 auto;
}
@media only screen and ( min-width: 320px) and ( max-width: 480px) {
    .mobile-contact-nav .block-account li {
        padding: 0;
        float: none !important;
        margin: 0;
        margin-bottom: -3px;
        text-align: center !important;
    }
    
    .mobile-contact-nav ul ul.store-locator-sub.tabs {
        display: none !important;
    }
    
    .cms-store-locator .mobile-contact-nav ul ul.store-locator-sub.tabs {
        display: inline !important;
    }
    
    .mobile-contact-nav ul {
        display: inline !important;
    }
    
    .cms-store-locator .mobile-contact-nav .block-account li.current a {
        margin-left: 32px !important;
    }
    
    .mobile-contact-nav .block-account li.current a {
        margin-bottom: 10px;
    }
    
    .mobile-contact-nav .block-account li {
        margin-bottom: 4px !important;
    }
    
    .mobile-contact-nav .block-account li a {
        height: 30px !important;
    }
}
@media only screen and ( min-width: 768px) and ( max-width: 1024px) {
    .store-locator-sub.tabs li.stoter-item.current {
        list-style-type: none !important;
    }
    
    ul#tabs.store-locator-sub.tabs li {
        margin: 7px 11px 5px;
    }
}
li.banner_.Right h2 p.subtext {
    line-height: 10px;
    margin-bottom: 15px;
}
.mobile_image {
    display: none;
}
@media (max-width: 479px) and (min-width: 320px) {
    .mobile_image {
        display: block !important;
    }
    
    .desktop_image {
        display: none;
    }
}
.leftMenu {
    float: left;
    width: 50%;
    padding-right: 60px;
    text-align: right;
}
.rightMenu {
    float: left;
    width: 50%;
    padding-left: 60px;
}
#nav a.logo {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.nav-primary>.nav-dynamic {
    display: inline-block
}
@media only screen and (max-width: 1400px) {
    .header-online-btn a {
        padding: 2px 5px;
    }
}
@media only screen and (max-width: 1366px) {
    .search-container {
        width: calc(100% - 250px);
    }
    
    nav .nav-primary li a {
        font-size: 0.9vw
    }
    
    nav li {
        padding: 9px 0.6vw
    }
}
@media only screen and (max-width: 1200px) {
    .search-container {
        width: calc(100% - 220px);
    }
}
.mobilecart {
    display: none
}
@media only screen and (max-width:980px) {
    .mobilecart {
        display: block
    }
}

/*commented by taha 
for 31st image size start*/
.offerImage img {
    width: 90px;
}
@media(max-width: 768px) {
    .offerImage img {
        width: 70px;
    }
}

/*for improper grid*/
.catalog-category-view .products-grid li.item {
    display: inline-block;
    width: 49%;
    float: none;
}

/*commented by taha 
for 31st image size end*/
.catalog-product-view .product-view #locationField input#autocomplete::-webkit-input-placeholder,
#locationField input#autocomplete::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #9c9c9c;
}
.catalog-product-view .product-view #locationField input#autocomplete::-moz-placeholder,
#locationField input#autocomplete::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #9c9c9c;
}
.catalog-product-view .product-view #locationField input#autocomplete:-ms-input-placeholder,
#locationField input#autocomplete:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #9c9c9c;
}
.catalog-product-view .product-view #locationField input#autocomplete:-moz-placeholder,
#locationField input#autocomplete:-moz-placeholder {
    /* Firefox 18- */
    
    color: #9c9c9c;
}
.header-minicart #header-cart .hide {
    right: -390px !important;
    opacity: 0 !important;
}
.header-minicart #header-cart .show {
    right: 0.5px !important;
    opacity: 1 !important;
}
.catalog-product-view .product-options dt.dt-head-cup-or-cone {
    border-top: 1px solid #c4c1c1
}
.catalog-product-view .product-options dt:first-child {
    border-top: 0 !important
}
ul.products-grid.tub-order {
    padding-bottom: 20px;
}
.swal-title {
    color: #0c5fa7;
    font-family: 'Neutra Display Titling';
}
.swal-button.swal-button--confirm {
    min-height: 40px;
    line-height: 40px;
    width: 140px;
    display: inline-block;
    font-size: 16px;
    padding: 2px 0px;
    float: none;
    min-width: 160px;
    border-radius: 5px;
    white-space: normal;
    font-family: 'Neutra Display';
    background: #d5539d;
    text-transform: uppercase;
    box-shadow: 0 4px 6px 0px #d0d0d0;
}
.swal-icon:first-child {
    margin-top: 22px;
    margin-bottom: 8px;
}
.swal-text,
.swal-footer {
    text-align: center;
}
.swal-button.swal-button--confirm:hover {
    background: #d5539d;
}
.swal-button.swal-button--cancel {
    min-height: 40px;
    line-height: 40px;
    width: 140px;
    display: inline-block;
    font-size: 16px;
    padding: 2px 0px;
    float: none;
    min-width: 160px;
    border-radius: 5px;
    white-space: normal;
    font-family: 'Neutra Display';
    text-transform: uppercase;
    box-shadow: 0 4px 6px 0px #d0d0d0;
}
.catalog-product-view .product-options dd.area-size.last {
    padding-bottom: 20px
}
.main-container.col1-layout>.main .col-main {
    margin-bottom: 0;
}
.swal-icon--error__line {
    background-color: #d5539d
}
.swal-icon--error {
    border-color: #d5539d;
}
.blink .location_label {
    color: #fff !important;
}
.options-list {
    padding: 0 30px;
}
.options-list .owl-prev {
    background-position: 0px!important;
}
.options-list .owl-next {
    background-position: -43px!important;
}

/************************renuka 08-04-2019*************************/
.sitemap-container {
    margin: 40px 0;
}
.br-head-para {
    background-color: #FFFFFF;
    margin: 20px 0px;
}
.br-head-para h2 {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #d55ea0;
    line-height: 25px;
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.br-head-para h2 a {
    text-decoration: none;
    color: #d55ea0;
    cursor: pointer;
}
.br-head-para h2 a:hover {
    color: #d55ea0;
}
.br-head-para p {
    padding: 0px 20px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 25px;
    color: #0c5fa7 !important;
    margin: 0;
}
.accordion {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}
.accordionLeft {
    float: left;
    width: 50%;
    padding: 0px 10px;
}
.accordionRight {
    float: left;
    width: 50%;
    padding: 0px 10px;
}
.accordionWrapper {
    background-color: #FFFFFF;
    margin: 20px 0px;
}
.accordionWrapper h2 {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #d55ea0;
    line-height: 25px;
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
}
.accordionWrapper h2:before {
    content: "";
    position: absolute;
    background: #d55ea0;
    top: 50%;
    margin-top: -1px;
    right: 15px;
    width: 14px;
    height: 2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.toggleAccordion.active {
    color: #d55ea0;
}
.toggleAccordion.active:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordionWrapper h2:after {
    content: "";
    display: block;
    background: #d55ea0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 2px;
}
.accordionWrapper .accordionContent {
    margin: 0 20px 0px 20px;
    border-top: 1px solid #d55ea0;
}
.accordionWrapper .accordionContent p {
    padding: 10px 20px 0;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 25px;
    color: #0c5fa7;
}
#loadMore {
    display: none;
}
.br-row {
    width: 100%;
}
.br-col-md-6 {
    width: 50%;
    float: left;
}
.clearfix {
    content: '';
    display: block;
    clear: both;
}
.accordionContent ul {
    list-style-type: none;
}
.accordionContent ul li {
    text-decoration: none;
    font-size: 16px;
}
.accordionContent ul li a {
    text-decoration: none;
    color: #0c5fa7;
}
.accordionContent ul li a:hover {
    color: #d55ea0;
}
.br-inner-list {
    padding: 0 30px;
}
.br-inner-list li {
    font-style: normal !important;
}

/************************renuka 08-04-2019 end*************************/

/*** april banner start ***/
.ei-slider-large li.mainliwrap3 {
    overflow: hidden;
}
.ei-slider-large li.mainliwrap3 {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: url(../images/BR_web-homepage-banner_FOM_bg.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    
    background: rgb(192, 252, 255);
    background: -moz-linear-gradient(top, rgba(192, 252, 255, 1) 0%, rgba(240, 255, 255, 1) 73%, rgba(240, 255, 255, 1) 73%);
    background: -webkit-linear-gradient(top, rgba(192, 252, 255, 1) 0%, rgba(240, 255, 255, 1) 73%, rgba(240, 255, 255, 1) 73%);
    background: linear-gradient(to bottom, rgba(192, 252, 255, 1) 0%, rgba(240, 255, 255, 1) 73%, rgba(240, 255, 255, 1) 73%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c0fcff', endColorstr='#f0ffff', GradientType=0);
}
.mainliwrap3:after {
    background-image: url('../images/bottom-straw.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    display: block;
    height: 180px;
}
.mainliwrap3 .containbox3 {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translate(-0, -50%);
    width: 30%;
}
.mainliwrap3 .containbox3 {
    position: absolute;
    top: 50%;
    left: 105px;
    transform: translate(-0, -50%);
    width: 30%;
}
.containbox3 h2 {
    font-size: 40px;
    line-height: 1;
    color: #fa1833;
    font-weight: bold;
    margin: 0;
    padding: 5px 0px 10px;
    text-transform: uppercase;
    text-align: left;
}
.containbox3 h3 {
    font-size: 18px;
    line-height: 1;
    color: #fa1833;
    font-weight: bold;
    margin: 0;
    padding: 0px 0px 10px;
    text-transform: uppercase;
    text-align: left;
}
.containbox3 p {
    font-size: 18px;
    line-height: 1.3;
    color: #fa1833;
    font-weight: bold;
    margin: 0;
    padding: 15px 0px 20px;
    /*text-transform: uppercase;*/
    
    text-align: left;
}
.right-inner {
    width: 50%;
    float: right;
    position: relative;
    height: 100%;
}
.icecream-wrap {
    width: 100%;
    position: absolute;
    bottom: -70px;
    left: 120px;
    display: block;
    /*margin: 180px auto;*/
    
    max-width: 500px;
}
.icecream-wrap img {
    width: 100% !important;
    height: 100% !important;
}
.elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.strawberry-1 {
    background-image: url('../images/straw-1.png');
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -30%;
    top: 16%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-animation-name: slideout 5s infinite linear;
    animation-name: slideout 5s infinite linear;
    -webkit-animation: slideout 5s infinite linear;
}

/*.strawberry-2{
      background-image: url('straw-1.png');
      background-size: contain;
      width: 150px;
      height: 150px;
      position: absolute;
      left: -30%;
      top: 16%;
      background-repeat: no-repeat;
    }*/
.jelly-1 {
    background-image: url('../images/jelly-cross.png');
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -25%;
    top: 45%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-animation-name: jelly-one 5s infinite linear;
    animation-name: jelly-one 5s infinite linear;
    -webkit-animation: jelly-one 5s infinite linear;
}
.jelly-2 {
    background-image: url('../images/jelly-straight.png');
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -6%;
    z-index: 1;
    top: -5%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-animation-name: jelly-two 5s infinite linear;
    animation-name: jelly-two 5s infinite linear;
    -webkit-animation: jelly-two 5s infinite linear;
}

/*.strawberry-3{
      background-image: url(straw-34.png);
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: -5%;
    top: 0;
    background-repeat: no-repeat;
    }*/
.jelly-3 {
    background-image: url('../images/jelly-straight.png');
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: -13%;
    z-index: 1;
    top: 8%;
    background-repeat: no-repeat;
    -webkit-animation-name: jelly-three 5s infinite linear;
    animation-name: jelly-three 5s infinite linear;
    -webkit-animation: jelly-three 5s infinite linear;
}
.strawberry-3 {
    background-image: url('../images/straw-34.png');
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 20%;
    top: -12%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-animation-name: slideout-two 5s infinite linear;
    animation-name: slideout-two 5s infinite linear;
    -webkit-animation: slideout-two 5s infinite linear;
}
.strawberry-4 {
    background-image: url('../images/straw-2.png');
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: -12%;
    top: 30%;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-animation-name: slideout-three 5s infinite linear;
    animation-name: slideout-three 5s infinite linear;
    -webkit-animation: slideout-three 5s infinite linear;
}
.strawberry-5 {
    background-image: url('../images/straw-3.png');
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 4%;
    top: 50%;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-animation-name: slideout-four 5s infinite linear;
    animation-name: slideout-four 5s infinite linear;
    -webkit-animation: slideout-four 5s infinite linear;
}
.cone-mob,
.slick-slide img.cone-mob {
    display: none;
}
.cone-desk {
    position: relative;
    z-index: 99;
}
@-webkit-keyframes slideout {
    0% {
        left: 0;
        top: 16%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        left: -30%;
        top: 16%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        left: -30%;
        top: 16%;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    
    100% {
        left: 0;
        top: 16%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@keyframes slideout {
    0% {
        left: 0;
        top: 16%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        left: -30%;
        top: 16%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        left: -30%;
        top: 16%;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    
    100% {
        left: 0;
        top: 16%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@-webkit-keyframes slideout-two {
    0% {
        right: 20%;
        top: 10%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: 20%;
        top: -12%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: 20%;
        top: -12%;
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    
    100% {
        right: 20%;
        top: 10%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@keyframes slideout-two {
    0% {
        right: 20%;
        top: 10%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: 20%;
        top: -12%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: 20%;
        top: -12%;
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    
    100% {
        right: 20%;
        top: 10%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@-webkit-keyframes slideout-three {
    0% {
        right: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: -12%;
        top: 30%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: -12%;
        top: 30%;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    
    100% {
        right: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@keyframes slideout-three {
    0% {
        right: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: -12%;
        top: 30%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: -12%;
        top: 30%;
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
    
    100% {
        right: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@-webkit-keyframes slideout-four {
    0% {
        right: 35%;
        top: 30%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: 4%;
        top: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: 4%;
        top: 50%;
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    
    100% {
        right: 35%;
        top: 30%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@keyframes slideout-four {
    0% {
        right: 35%;
        top: 30%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: 4%;
        top: 50%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: 4%;
        top: 50%;
        -webkit-transform: rotate(-40deg);
        transform: rotate(-40deg);
    }
    
    100% {
        right: 35%;
        top: 30%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@-webkit-keyframes jelly-one {
    0% {
        left: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        left: -25%;
        top: 35%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        left: -25%;
        top: 35%;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    
    100% {
        left: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@keyframes jelly-one {
    0% {
        left: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        left: -25%;
        top: 35%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        left: -25%;
        top: 35%;
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    
    100% {
        left: 25%;
        top: 20%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@-webkit-keyframes jelly-two {
    0% {
        left: 15%;
        top: 5%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        left: -6%;
        top: -5%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        left: -6%;
        top: -5%;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    
    100% {
        left: 15%;
        top: 5%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@keyframes jelly-two {
    0% {
        left: 15%;
        top: 5%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        left: -6%;
        top: -5%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        left: -6%;
        top: -5%;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    
    100% {
        left: 15%;
        top: 5%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@-webkit-keyframes jelly-three {
    0% {
        right: 30%;
        top: 10%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: -15%;
        top: 8%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: -15%;
        top: 8%;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    
    100% {
        right: 30%;
        top: 10%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@keyframes jelly-three {
    0% {
        right: 30%;
        top: 10%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    50% {
        right: -15%;
        top: 8%;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    75% {
        right: -15%;
        top: 8%;
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    
    100% {
        right: 30%;
        top: 10%;
        -webkit-transform: rotate(90deg) scale(0.5);
        transform: rotate(90deg) scale(0.5);
    }
}
@media screen and (max-width: 1366px) {
    .icecream-wrap {
        width: 50%;
        max-width: 100%;
    }
    
    .strawberry-1,
    .jelly-1,
    .jelly-2,
    .strawberry-2,
    .strawberry-3,
    .jelly-3,
    .strawberry-4,
    .strawberry-5 {
        width: 110px;
        height: 110px;
    }
    
    .mainliwrap3:after {
        bottom: -30px;
    }
}
.home-revamp-banner .slick-slide {
    position: relative;
}
.home-revamp-banner .slick-list,
.slick-slider .slick-track,
.home-revamp-banner .slick-slide {
    height: 100%;
}
.home-revamp-banner .slick-slide>div {
    position: relative;
    height: 100%
}
@media screen and (max-width: 991px) {
    .cone-desk,
    .elements {
        display: none;
    }
    
    .cone-mob,
    .slick-slide img.cone-mob {
        display: block;
    }
    
    .icecream-wrap {
        width: 100%;
        left: 0;
        bottom: -20px;
        z-index: -1;
    }
    
    .right-inner {
        width: 100%;
        float: left;
    }
    
    .mainliwrap3 .containbox3 {
        width: 65%;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -10%);
        text-align: center;
    }
    
    .containbox3 h2,
    .containbox3 h3,
    .containbox3 p {
        text-align: center;
    }
    
    .containbox3 p {
        padding-top: 0;
    }
    
    .mainliwrap3:after {
        background-size: cover;
        height: 100px;
        z-index: -1;
    }
}
@media screen and (max-width: 768px) {
    .ei-slider-large li.mainliwrap3 {
        height: 600px;
    }
}
@media screen and (max-width: 480px) {
    .containbox3 p {
        font-size: 13px;
    }
    
    .containbox3 h2 {
        font-size: 30px;
    }
}

/*** april banner end ***/


/************************renuka 08-04-2019*************************/
.sitemap-container {
    /*margin: 40px 0;*/
       margin: 125px 0 40px; /*20-05-19*/
}
.br-head-para {
    background-color: #FFFFFF;
    margin: 20px 0px;
}
.br-head-para h2 {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #d55ea0;
    line-height: 25px;
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
    margin: 0;
}
.br-head-para h2 a {
    text-decoration: none;
    color: #d55ea0;
    cursor: pointer;
}
.br-head-para h2 a:hover {
    color: #d55ea0;
}
.br-head-para p {
    padding: 0px 20px;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 25px;
    color: #0c5fa7 !important;
    margin: 0;
}
.accordion {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}
.accordionLeft {
    float: left;
    width: 50%;
    padding: 0px 10px;
}
.accordionRight {
    float: left;
    width: 50%;
    padding: 0px 10px;
}
.accordionWrapper {
    background-color: #FFFFFF;
    margin: 0px 0px;
}
.accordionWrapper h2 {
    font-family: 'Trebuchet MS';
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #d55ea0;
    line-height: 25px;
    padding: 15px 40px 15px 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.accordionWrapper h2:before {
    content: "";
    position: absolute;
    background: #d55ea0;
    top: 50%;
    margin-top: -1px;
    right: 15px;
    width: 12px;
    height: 2px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.toggleAccordion.active {
    color: #d55ea0;
}
.toggleAccordion.active:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordionWrapper h2:after {
    content: "";
    display: block;
    background: #d55ea0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 2px;
}
.accordionWrapper .accordionContent {
    margin: 0 20px 0px 20px;
    border-top: 1px solid #d55ea0;
}
.accordionWrapper .accordionContent p {
    padding: 10px 20px 0;
    font-family: "Trebuchet MS";
    font-size: 15px;
    line-height: 25px;
    color: #0c5fa7;
}
#loadMore {
    display: none;
}
.br-row {
    width: 100%;
}
.br-col-md-6 {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.clearfix {
    content: '';
    display: block;
    clear: both;
}
.accordionContent ul {
    list-style-type: none;
}
.accordionContent ul li {
    text-decoration: none;
    font-size: 16px;
}
.accordionContent ul li a {
    text-decoration: none;
    color: #0c5fa7;
}
.accordionContent ul li a:hover {
    color: #d55ea0;
}
.br-inner-list {
    padding: 8px 30px 0;
}
.br-inner-list li {
    font-style: normal !important;
}

/************************renuka 08-04-2019 end*************************/


/* taha css*/


.is_stuck:not(.sidebar){
    position: static!important
}
.cms-index-index.disableScroll{
    position: relative;
    height: 100%;
    overflow: hidden;
}
    
    .popup{
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.70);
        top: 0;
        left: 0;
        z-index: 99999;
        display: none;
    }   

    .popup-content{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 90%;
        max-width: 750px;
        padding: 35px 25px;
        margin: auto;
        background: 
        url(http://br.letschbang.co.in/skin/frontend/baskinrobbins/default/images/patch.png) no-repeat top left/cover,
        url(http://br.letschbang.co.in/skin/frontend/baskinrobbins/default/images/popup-bg.jpg) no-repeat top left/cover;
        text-align: center;
        color: #fff;
        border-radius: 5px;
    }

    .popup-content:before{
        content: "";
        position: absolute;
        width: calc(100% + 130px);
        height: 100%;
        top: -60px;
        left: -50px;
        background: url(http://br.letschbang.co.in/skin/frontend/baskinrobbins/default/images/fruits.png) no-repeat top left/contain;
        pointer-events: none;
    }

    .popup-content .popup-logo{
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
    .range-heading{
        max-width: 500px;
        margin: auto;
        margin-bottom: 20px;
    }
    .range-heading h2{
        font-family: 'Neutra Display Titling';
        font-size: 28px;
        line-height: 1.3;
    }
    .range-heading h3{
        font-family: 'Neutra Display';
        font-size: 16px;
        line-height: 1.3;
    }
    .discount{
        margin-bottom: 30px;
    }
    .discount h2{
        font-family: 'Neutra Display';
        font-size: 30px;
        line-height: 1.3;
    }
    .discount h3{
        font-family: 'Neutra Display';
        font-size: 17px;
        line-height: 1.3;
    }
    .discount h2 span{
            font-size: 38px;
    }
    .player-wrapper{
        position: relative;
        padding-bottom: 60%;
    }
    #player{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .cross{
        margin-left: auto;
        cursor: pointer;
        display: block;

        position: absolute;
        right: 30px;
        top: 30px;

    }

    @media(min-width: 1200px) and (max-height: 900px){
        .popup-content{
            transform: translate(-50%,-50%) scale(0.7);
        }
    }

    @media(max-width: 768px){

        .discount h2 span {
            font-size: 28px;
        }
        .cross{
            width: 15px;
        }
        .popup-content .popup-logo{
            margin-bottom: 10px;
        }
        .range-heading{
            margin-bottom: 10px;
        }
        
        .popup-content{
            padding: 15px 10px;
        }

        .popup-content:before{
            content: none;
        }
        .range-heading h2{
            font-size: 22px;
        }
        .range-heading h3{
            font-size: 14px;
        }
        .discount h2{
            font-size: 22px;
        }
        .discount h3{
            font-size: 14px;
        }
        .popup-content .popup-logo{
            width: 60px;
        }
    }


.catalog-category-view .products-grid li.item{
    z-index: 0;
}

.toggleAccordion p{
    font-weight: 400;
    color: #0c5fa7 !important;
}
/* end of taha css */



/*taha css for forgot email start*/

.fieldset p.required{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.scaffold-form .buttons-set button{
    float:left;
}   

.customer-account-changeforgotten .page-title{
    margin-top: 100px;
}


.customer-account-changeforgotten .main{
    margin-bottom: 80px;
}


/*taha css for forgot email end*/
