@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://use.typekit.net/lfa8mol.css");

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-SemiBold.eot');
    src: url('../fonts/AbhayaLibre-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-SemiBold.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-SemiBold.woff') format('woff'),
    url('../fonts/AbhayaLibre-SemiBold.ttf') format('truetype'),
    url('../fonts/AbhayaLibre-SemiBold.svg#AbhayaLibre-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Medium.eot');
    src: url('../fonts/AbhayaLibre-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-Medium.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-Medium.woff') format('woff'),
    url('../fonts/AbhayaLibre-Medium.ttf') format('truetype'),
    url('../fonts/AbhayaLibre-Medium.svg#AbhayaLibre-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Regular.eot');
    src: url('../fonts/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-Regular.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-Regular.woff') format('woff'),
    url('../fonts/AbhayaLibre-Regular.ttf') format('truetype'),
    url('../fonts/AbhayaLibre-Regular.svg#AbhayaLibre-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Bold.eot');
    src: url('../fonts/AbhayaLibre-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-Bold.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-Bold.woff') format('woff'),
    url('../fonts/AbhayaLibre-Bold.ttf') format('truetype'),
    url('../fonts/AbhayaLibre-Bold.svg#AbhayaLibre-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-ExtraBold.eot');
    src: url('../fonts/AbhayaLibre-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbhayaLibre-ExtraBold.woff2') format('woff2'),
    url('../fonts/AbhayaLibre-ExtraBold.woff') format('woff'),
    url('../fonts/AbhayaLibre-ExtraBold.ttf') format('truetype'),
    url('../fonts/AbhayaLibre-ExtraBold.svg#AbhayaLibre-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

body {
    margin: 0;
    padding: 0;
    font-family: acumin-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover, .article-content a:hover {
    color: #BC9170;
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1rem 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

optgroup {
    color: inherit;
    font: inherit;
}

button {
    overflow: visible;
    text-transform: none;
}

select {
    text-transform: none;
}

button, html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

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

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

html {
    color: 303036;
    font-size: 1em;
    line-height: 1.4;
}

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

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

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

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

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

textarea {
    resize: vertical;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
             http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
               http://www.sanbeiji.com/archives/953 */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a {
        text-decoration: underline;
    }
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #303036;
        page-break-inside: avoid;
    }
    /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
        display: table-header-group;
    }
    tr {
        page-break-inside: avoid;
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}

.btn-group.view-switchers .list-view-switcher, .btn-group.view-switchers .image-view-switcher {
    height: 20px !important;
    background-color: transparent;
    border: 0;
}

/* Theme Base */
html {
    background: #E6E6E6;
    margin: 0;
    padding: 0;
    font-size: 17px;
}

body {
    background: #E6E6E6;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: acumin-pro,sans-serif;
    font-weight: 300;
    font-style: normal;
}
body.page-home > div.body {
    margin-top: -200px;
    background: #fff;
}
body > .header:not(.active-section) {
    z-index: 9999;
    background: #fff;
}
body.page-home > .header {
    background: transparent;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    color: #303036;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

h3 {
    font-size: 32px;
    line-height: 1.2;
}

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

h5 {
    font-size: 19.2px;
    line-height: 1.2;
}

h6 {
    font-size: 17.6px;
    line-height: 1.2;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 17px;
}

code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend {
    color: #303036;
    font-size: 17px;
}

address {
    color: #303036;
    font-size: 18px;
}

p {
    font-size: 17px;
    color: #303036;
}

input[type=file], input[type=hidden] {
    color: #000;
    font-size: 18px;
}

input[type=image], blockquote {
    color: #303036;
    font-size: 18px;
}

input[type=text], input[type=password] {
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    border-radius: 3px;
}

input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}

select {
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
}

textarea {
    border-color: #bbb;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height: 90px;
    border-radius: 3px;
}
table th {
    font-size: 17px;
    font-weight: 500;
    background: #f9f9f9;
}

table, th, td {
    border: 1px solid #efefef;
    padding: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 17px;
    color: #303036;
}


.widget-snippet {
    font-family: acumin-pro,sans-serif;
    font-size: 17px;
    color: #303036;
    line-height: 25px;
    text-align: left;
}

.widget-snippet a {
    color: #303036;
    text-decoration: underline;
    font-family: acumin-pro,sans-serif;
}

.widget-snippet a:hover {
    color: #BC9170;
    text-decoration: none;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #303036;
    font-size: 20px;
    font-family: acumin-pro,sans-serif;
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
}

.widget ul li a, .widget ol li a {
    color: #000000;
}

.widget ul li a:hover, .widget ol li a:hover {
    color: #f22954;
}

ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}

.widget-snippet ul li::before, ul li::before {
    content: url("../images/list-icon.png");
    position: absolute;
    left: 0;
    top: 5px;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
}

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}
.form-row {
    position:relative;
}

/* webocommander Form css */
.simpleCaptcha-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px 0 5px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 15px);
    display: block;
    float: left;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: #fff;
    border: 2px solid #bbb;
    height: 43px;
    padding: 0;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    float: right;
    margin-top: 0;
    vertical-align: top;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field label, .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}

.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}

.errorlist.after {
    font-size: 12px;
    line-height: 12px;
    position:absolute;
}

.errorlist.after .message-block {
    color: #e64343;
}

/* web form CSS */
.form-template input[type="text"], .form-template .form-row select {
    height: 43px;
}

.widget-form input[type="text"], .widget-form textarea, .widget-form select {
    width: 100%;
    font-family: acumin-pro,sans-serif;
    padding: 3px 14px;
    border: 1px solid #bbb;
}

.form-row label {
    width: auto;
}

/* Common Button CSS */
input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
            box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
    background-color: #303036;
    border: 1px solid #303036;
}

input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
}

input[type=submit]:hover, input[type=button]:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}

button, .button, a.button {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px;
    border-radius: 50px;
    /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
    box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
    background-color: #303036;
    border: 1px solid #303036;
    max-width: 263px;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    font-family: acumin-pro,sans-serif;
}
.page-home button, .page-home .button, .page-home a.button {
    font-size: 21px;
    max-width: 250px;
}

button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #303036;
    background-color: transparent;
    border-color: #303036;
}

button:hover, .button:hover, a.button:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}

input[type=submit]:hover, input[type=button]:hover {
    background: #fff;
    color: #303036;
}

button.Zebra_DatePicker_Icon {
    background-position: right center;
}

/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}

input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}

input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}

button[disabled], .button.disabled, a.button.disabled {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}

button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}

button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}

input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}

input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}

input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}

.reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}

.reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}

.reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}

.button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}

.button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}

.button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
}

.widget-pageHeading {
    padding: 50px 0 10px;
    text-align: left;
}
.widget.widget-pageHeading h1 {
    font-size: 61px;
    font-weight: 800;
    font-family: 'Abhaya Libre';
    color: #000;
    max-width: 1200px;
    text-align: center!important;
    margin: 0 auto;
}
.widget.widget-pageHeading h1 p, .widget.widget-html.widget-pageHeading p {
    font-family: acumin-pro,sans-serif;
    font-size: 20px;
    line-height: 33px;
    padding: 10px 0 0px;
    font-weight: 300;
    max-width: 1200px;
    text-align: left;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.widget.widget-html.widget-pageHeading h1 {
    text-align: left;
}
.jssor-slider-container .jssorb03 div {
    opacity: 0;
}

.jssor-slider-container .jssorb03 div:hover {
    opacity: 0;
}

.jssor-slider-container .jssorb03 .av {
    opacity: 0;
}

div.jssor-slider-container {
    width: 1920px;
    height: 1180px;
    padding: 0 !important;
    text-align: left;
    margin: 0 auto;
}

div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}

div.jssor-slider-container .container {
    width: 1920px;
    height: 1180px;
    padding: 0 !important;
    text-align: left;
}

div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}

.jssor-slider-container::before {
    content: url("../images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
}
.jssor-slider-container .caption-wrapper {
    bottom: 40px;
}
.widget-gallery .jssor-slider-container .container [u="caption"] {
    width: 100%;
    max-width: 1200px;
    left: unset;
    top: unset;
    padding: 0;
    border: 0;
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
.widget-gallery .jssor-slider-container .container [u="caption"] .slide-content {
    max-width: 770px;
}
.widget-gallery .jssor-slider-container .container [u="caption"] .slide-content h1 {
    font-size: 61px;
    font-weight: 800;
    font-family: 'Abhaya Libre';
    line-height: 61px;
    color: #fff;
}
.widget-gallery .jssor-slider-container .container [u="caption"] .slide-content a.slide-button {
    padding: 11px 0;
    background: transparent;
    color: #fff;
    max-width: 250px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    font-size: 21px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-top: 10px;
    letter-spacing: 1px;
    transition: border-top-color 0.2s linear 0s, border-right-color 0.2s linear 0.1s, border-bottom-color 0.2s linear 0.2s, border-left-color 0.2s linear 0.3s;
}
.widget-gallery .jssor-slider-container .container [u="caption"] .slide-content a.slide-button:hover {
    background:#fff;
    color:#30303c
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide .description.jssor-caption-2 a {
    margin: 0 auto;
    display: block;
    width: 150px;
    border: 0;
    text-align: center;
    height: 100px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #d0d0d0;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
div.jssor-slider-container[jssor-slider="true"] .slide .description.jssor-caption-2 a:hover {
    opacity: 0.5;
}
/****************/
/*******contact*********/
.full-contact {
    padding: 70px 0;
}
.full-contact .left-content, .full-contact .right-content {
    max-width: 400px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 70px;
}
.full-contact .left-content a, .full-contact .right-content p {
    display: block;
    line-height: 30px;
    font-size: 17px;
    margin-bottom: ;
    padding-bottom: 0;
}
.full-contact .left-content h6, .full-contact .right-content h6 {
    font-size: 28px;
}
/****************/
.page-common-page .def-table {
    background: #f8f8f8;
}
.page-common-page .def-table thead th {
    background: #fff;
}
/****************/
.page-content .v-split-container > .v-split {
    margin: auto;
    /*width: 1200px;*/
    max-width: 100%;
}

.auto-page .page-content {
    margin:0 auto;
}
/****************/
.widget.widget-html.subscriptions-content {
    padding: 0 0 80px;
}

.widget.widget-product.subscriptions-product {
    background: #d8d8d7;
    padding: 50px 0;
}
.widget.widget-product.subscriptions-product .product-view.image-view {
    max-width: 1250px;
    margin: 0 auto;
}
/****************/

.product-widget.widget-productName .product-name {
    font-size: 50px;
    line-height: 50px;
  margin: 0 0 20px;
}
.jssor-slider-container .slide::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 35%, rgba(0,212,255,0) 100%);
}

.newsletter.unsubscribe {
    text-align: center;
    margin: 0 0 20px 0;
    text-align: center;
    max-width: 610px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.newsletter.unsubscribe.valid-verify-form h3 {
    margin: 0;
    font-size: 26px;
    color: #080808;
    text-transform: none;
    line-height: 36px;
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 0;
}

.newsletter.unsubscribe span.message {
    margin-bottom: 20px;
    display: block;
    color: #997151;
    font-weight: normal;
    font-size: 17px;
}

.newsletter.unsubscribe.valid-verify-form textarea {
    height: 90px;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto;
}

.newsletter.unsubscribe .form-row.mandatory label {
    width: 100%;
    font-size: 17px;
}

.newsletter.unsubscribe .form-row button {
    margin-top:15px;
}

.subscription-list-success .title {
    background-color: #303036;
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
}
.page-newsletter-subscription .subscription-list-success {
    border:0;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    padding-bottom: 10px;
}
.subscription-list-success .help .link {
    margin-right: 5px;
    color: #303036;
}
.subscription-list-success .help .link {
    text-decoration:none;
    color: #303036;
}
.subscription-list-success .messess-text {
    padding: 100px 20px 20px;
    background-position: center 15px;
}
.page-newsletter-subscription .message-block.error-message, .page-newsletter-subscription .message-block.error, .page-newsletter-subscription .message-block.info-message, .page-newsletter-subscription .message-block.success {
    width: auto;
    border: 0;
    margin: 0;
}
.widget-blogPost.recent-post.featured .post.post-list-view-height {
    padding-bottom: 7px;
}

.blog-post-details .social-media-share a.addthis_button_linkedin::after {
    font-family: 'FontAwesome';
    content: "\f0e1";
    display: inline-block;
    font-size: 22px;
    margin-top: 0;
    color: #fff;
}
.blog-post-details .social-media-share a.addthis_button_email::after {
    font-family: 'FontAwesome';
    content: "\f0e0";
    display: inline-block;
    font-size: 22px;
    margin-top: 0;
    color: #fff;
}

.blog-categories .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    padding: 0 0 0 20px;
    position: relative;
    background-color: #303036;
    border: 1px solid #303036;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: normal;
    line-height: 25px;
    font-family: acumin-pro,sans-serif;
}

.blog-categories .vertical .navigation-item a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #333;
    position: absolute;
    border-radius: 50%;
    top: 11px;
    left: 0;
}

.blog-categories .vertical .navigation-item a:hover, .blog-categories .vertical .navigation-item a:focus {
    color: #2b2b8a;
}

.blog-categories .vertical .navigation-item + .navigation-item {
    margin-top: 5px;
}


.page-content .blog-post-item a img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-categories {
    padding-top: 50px;
    padding-bottom: 100px;
}

.page-content .blog-post-item a:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.widget-blogPost .blog-post-content .blog-post-item .post-description {
    position: absolute;
    max-width: 90%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0px 17px 17px;
    background: rgba(255,255,255,0.95);
}
.widget-blogPost .blog-post-content .blog-post-item .post-description .content {
    display: none;
}
.page-content .blog-post-item .title {
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    text-transform: none;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.page-content .blog-post-item .title a {
    font-weight: 600;
    color: #303036;
    font-size: 24px;
    line-height: 30px;
}

.blog-post-item .title {
    font-size: 20px;
    padding-bottom: 0px;
    padding-top: 0;
    line-height: 24px;
    margin-bottom: 8px;
}

.blog-post-item .title a {
    color: #000;
    font-size: 1em;
    font-weight: 400;
    font-size: 22px;
}
.page-content .blog-post-item .title a:hover {
    color: #A57B5B;
}
.blog-post-item .title a:hover {
    color: #2b2b8a;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
    margin-bottom: 3px;
    padding-top: 3px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.blog-post-info span.date {
    color: #303036;
    background: none;
    padding-left: 0;
    line-height: 52px;
    font-size: 16px;
    margin-right: 5px;
    font-style: normal;
    position: relative;
    padding-right: 9px;
}
.blog-post-info span.date::before {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #777;
}
.blog-post-info span.categories {
    background: none;
    padding-left: 0;
    margin-right: 10px;
    font-style: italic;
}

.page-content .blog-post-info span.categories a {
    color: #8a8685;
    padding-right: 15px;
}

.page-content .blog-post-info span.categories a:hover {
    color: #000;
}

.page-content .blog-post-item .content {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 0;
}

.blog-post-item .post-description > a {
    display: none;
}

.recent-post .content, .recent-post .blog-post-info {
    display: none;
}

.widget-blogPost.recent-post .blog-post-content .blog-post-item .post-description {
    position: relative;
    max-width: 100%;
    bottom: unset;
    display: block;
    flex-direction: unset;
    left: unset;
    padding: 0px;
    background: rgba(255,255,255,0.8);
}
.blog-post-details .widget.widget-blogPost.recent-post {
    background: white;
    padding: 20px;
    margin-top: 119px;
}

.widget.widget-blogPost.recent-post {
    background: white;
    padding: 20px;
    border-radius: 10px;
}
.recent-post .blog-post-item {
    width: 100%;
    margin: 0;
    float: none;
    min-height: auto;
    padding-bottom: 0;
    padding-left: 20px;
    border: none;
    position: relative;
}


.recent-post .blog-post-item::before {
    content: url(../images/list-icon.png);
    position: absolute;
    left: 0;
    top: 5px;
}
.recent-post .blog-post-item .title {
    margin: 0;
    padding: 0 11px 18px;
    position: relative;
}

.widget.widget-blogPost.recent-post .widget-title {
    font-size: 26px;
    padding-bottom: 22px;
}
.blog-post-details .social-media-share a {
    background-color: rgb(28, 29, 26) !important;
    border-color:rgb(28, 29, 26) !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}



.blog-post-details .social-media-share a svg,
.blog-post-details .social-media-share a span {
    background-color: rgb(28, 29, 26) !important;
    border-color: rgb(28, 29, 26) !important;
}



.blog-post-details .social-media-share a svg,
.blog-post-details .social-media-share a span {
    background-color: rgb(28, 29, 26) !important;
    border-color: rgb(28, 29, 26) !important;
}
.blog-post-details .social-media-share a:hover {
    background-color: #ce9b5b !important;
    border-color: #ce9b5b !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-details .social-media-share a.facebook-share-icon:hover::after,
.blog-post-details .social-media-share a.twitter-share-icon:hover::after {
    color:#ffffff !important;
}



.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
    background-color: #ce9b5b !important;
    border-color: #ce9b5b !important;
}
.blog-post-details .social-media-share a:hover svg,
.blog-post-details .social-media-share a:hover span{
    background-color: #ce9b5b !important;
    border-color: #ce9b5b !important;
}
.widget-snippet .service-read-more {
    padding-left: 35px !important;
}

.widget-snippet .service-read-more::after {
    display: none;
}

.recent-post .blog-post-item .title a {
    color: #000000;
    font-size: 16px;
    margin: 0 0 30px;
    font-weight: 500;
    line-height: 25px;
    font-family: acumin-pro,sans-serif;
}
.recent-post .blog-post-item .title a:hover {
    color: #A57B5B;
}
.page-blog-post .recent-post.top {
    margin-top: 75px;
}
.recent-post{
    margin-bottom: 20px;
}
.blog-post-item .title a {
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}

.recent-post div.footer {
    display: none;
}
.recent-post .blog-post-item + .blog-post-item {
    margin-top: 0px;
}
.blog-post-content .footer {
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    text-align: center;


}

.blog-post-content .footer span.pagination {
    float: none;
}

.blog-post-content .footer span.pagination span {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 32px;
    font-weight: 700;
}

.blog-post-content .footer span.pagination span.current {
    background-image: none;
}

.page-blog-post .blog-post-details span.categories {
    position: relative;
    background: none;
    padding-left: 20px;
}
.page-blog-post .blog-post-details span.categories:before {
    content: '|';
    position: absolute;
    left: 0;
    top: -5px;
    color: rgba(0,0,0,0.3);
    font-size: 15px;
}
.page-blog-post .blog-post-details span.categories a {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    font-size:25px;
}


.blog-post-details .comment-post-panel {
    border: none;
    padding: 0;
    position: relative;
}

.message-block.info-message, .message-block.success {
    top: 28px;
}

.blog-category-details {
    padding: 0 0 30px;
}
.blog-category-details .blog-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-category-details .blog-post-item {
    width: 45%;
    overflow: hidden;
    margin: 0 15px;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 30px;

}
.blog-category-details  .category.post-list-view-width {
    width: 100%;
    height: 335px;
}
.blog-category-details .title {
    color: #000;
    font-size: 26px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 15px 10px;
}
.blog-category-details .blog-post-item .content {
    display: none;
}
.blog-category-details  .blog-post-item  .post-description {
    position: absolute;
    max-width: 90%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0px 17px 17px;
    background: rgba(255,255,255,0.95);
}
.blog-category-details .blog-post-item .title {
    height: 65px;
    overflow: hidden;
}
.recent-post .vertical .navigation-item a {
    color: #000000;
    font-size: 16px;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: 25px;
    font-family: acumin-pro,sans-serif;
    padding: 0 0 0 32px;
    border-bottom: none;
    position:relative;
}
.recent-post .vertical .navigation-item a:hover {
    color: #A57B5B;
}
.recent-post .vertical .navigation-item a:before {
    content: '';
    background: url(https://www.gridlockcoffee.com.au/template/30b3e6e1/images/list-icon.png) no-repeat;
    width: 19px;
    height: 25px;
    position: absolute;
    left: 0;
}
.auto-page.page-blog-post .page-content{
    padding-top:0;
}
.page-blog-post .blog-post-details {
    margin-top: 75px;
}

.comment-post-panel input[type="text"], .comment-post-panel input[type="email"] {
    width: 100%;
}

.comment-post-panel textarea {
    width: 100%;
    min-height: 150px;
    margin: 0;
}

.blog-post-details .comment-post-panel textarea {
    width: 100%;
    height: 200px;
    margin-bottom: 0;
}

.comment-post-panel .errorlist.after {
    font-weight: 600;
    color: #000069;
    font-size: 18px;
    font-family: 'Century Gothic', sans-serif;
    line-height: 25px;
}

.comment-post-panel .simpleCaptcha-container {
    margin-top: 20px;
    padding-bottom: 2px;
}

.blog-post-details .comment-post-panel h2 {
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 600;
}

.comment-post-panel .form-row {
    text-align: left;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory {
    margin-top: 0;
}

#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
    padding-right: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 18px;
}

.blog-post-details {
    max-width: 1046px;
    margin: 50px auto 0;
    background: #fff;
    padding: 50px;
    margin-right: 40px;
    border-radius: 10px;
}
.page-blog-post .widget.widget-pageHeading h1 {
    font-size: 56px;
    font-weight: 800;
    font-family: 'Abhaya Libre';
    color: #221F1F;
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
}

.blog-post-details .comment-post-panel label {
    color: #555555;
    display: block;
    padding-bottom: 7px;
    padding-top: 10px;
    font-size: 17px;
}

.blog-post-details .image img {
    width: 100%;
    padding-top: 0;
}
.blog-post-details .blog-post-info {
    padding-bottom: 22px;
}
.blog-post-details .title {
    margin-bottom: 4px;
}

.blog-post-details .blog-post-info span.date {
    color: #303036;
    background: none;
    padding-left: 0;
    line-height: 52px;
    font-size: 25px;
    margin-right: 5px;
    font-style: normal;
    position: relative;
    padding-right: 9px;
}
.blog-post-details .blog-post-info span.date::before {
    content: "";
    position: absolute;
    right: 0;
    top: auto;
    bottom: -16px;
    height: 1px;
    width: 100%;
    background: #777;
    display: none;
}
.page-blog .page-content .widget.page-heading {
    margin-top: -15px;
}

.page-content .blog-post-details .title {
    color: #221F1F;
    line-height: 46px;
    font-size: 40px;
    padding-bottom: 0px;
}
.blog-post-details .post-description .content p {
    color: #303036;
    font-size: 20px;
    margin: 10px 0 20px;
    font-weight: normal;
    line-height: 36px;
    font-family: acumin-pro,sans-serif;
    padding-bottom: 0;
}

.comment-post-panel .errorlist.after {
    right: 25px;
    background: red;
    text-align: center;
    width: 143px;
    min-width: auto;
    position: absolute;
    bottom: -10px;
    border-radius: 10px;
}

.comment-post-panel .errorlist.after .message-block {
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.comment-post-panel .form-row.textArea .errorlist.after {
    bottom: -7px;
    right: 10px;
}

.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
    bottom: -7px;
    right: 11px;
}
.widget-blogPost.blog-content {
    max-width: 1230px;
    margin: 0 auto;
}
.widget-blogPost.blog-content .blog-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget-blogPost.blog-content .blog-post-content .blog-post-item {
    width: 45%;
    overflow: hidden;
    margin: 0 15px;
    padding-bottom: 0;
    border: 0;
    margin-bottom: 30px;
}
.widget-blogPost.blog-content .blog-post-content .blog-post-item .post.post-list-view-height {
    padding: 0;
}
.page-blog-post .page-content {
    margin-bottom: -70px;
}

/*start:top right*/
.widget-navigation.user-nav .menu-button {
    float: right;
}
.widget-navigation.user-nav .menu-title .menu-button {
    background-image: url(../images/user-icon.png);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    background-size: 23px;
}
.widget-navigation.user-nav .menu-title .menu-button:hover {
    background-image: url(../images/user-icon-hover.png);
}
.widget-navigation.user-nav .menu-title .menu-button em{display: none;}
.widget-navigation.user-nav a[href="#"],
.widget-navigation.user-nav .child-opener{
    display: none !important;
}
.widget-navigation.user-nav .nav-wrapper.show {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: auto;
    width: 150px;
    position: absolute;
    right: -10px;
    top: 42px;
    padding: 10px 20px;
    background: #fff;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage {
    display: inline-block !important;
    width: auto;
    background: #303036;
    padding: 7px 40px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #303036;
    line-height: normal;
    border-radius: 50px;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage:hover {
    color: #303036;
    background: transparent;
    border: 1px solid #303036;
}
.widget-navigation.user-nav .nav-wrapper.show .first a::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 1px solid #fff;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(255, 255, 255);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    position: absolute;
    background: #fff;
    right: 12px;
    top: -22px;
    border-right: 0;
    border-bottom: 0;
}
.widget-navigation.user-nav .nav-wrapper.show .first a:hover::before {
    background: #fff;
    border: 1px solid #fff;
}
.widget-navigation.user-nav .navigation-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0;
}
.widget-navigation.user-nav .navigation-item a {
    text-align: center;
    margin: 0;
    color:#000000;
    padding: 10px 0;
    display:block;
    width:100%;
    border-bottom:0px solid #e6e6e6;
}

.widget-navigation .nav-profile-not-logged-in .nav-profile-suggestion-wrapper {
    padding-top: 10px;
}
.user-nav .left-container .navigation-item, .responsive-navigation .navigation-item{
    padding: 0 0;
    background: #fff;
}
.widget-navigation.user-nav .nav-wrapper.show {
    border: 0px solid #ffffff;
    width: 210px;
    right: -20px;
    box-shadow: 5px 0px 32px rgb(0 0 0 / 12%);
    padding: 15px;
}
.widget-navigation.user-nav  .navigation-item a:hover {
    color: #AF000F;
}
.widget-navigation.user-nav   .navigation-item.active>a {
    color: #AF000F;
}
.widget-navigation.user-nav .menu-title .menu-button.close em {
    display: block;
    background: #303036;
}
.page-home .widget-navigation.user-nav .menu-title .menu-button.close em {
    background: #fff;
}
.widget-navigation.user-nav .menu-title .menu-button.close {
    background: unset;
    margin-top: -3px;
}
.page-shope .widget.widget-navigation.category-menu{
    padding:0 0 50px;
}
.page-category .widget-pageHeading, .page-shop .widget-pageHeading{
    padding: 40px 0 50px;
    text-align: left;
}
/*.page-category .category-details-container {
    display: none;
}*/
.page-category .category-details .title span.label, .page-category .category-details .title span.category-name {
    display: none;
}
.widget.widget-navigation.category-menu .nav-wrapper.horizontal {
    text-align:center;
}

.widget.widget-navigation.category-menu .nav-wrapper.horizontal > .navigation-item {

}

.widget.widget-navigation.category-menu .nav-wrapper.horizontal a {
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 30px;
}
.widget.widget-navigation.category-menu .nav-wrapper.horizontal > .navigation-item.active {
    background: #ccc;
    color: #fff;
}
.widget.widget-navigation.category-menu .nav-wrapper.horizontal > .navigation-item.active a {
    color: #30303c;
}
.page-shope .page-content {
    padding-bottom: 70px;
}
.page-shop .body-section:first-child, .page-category .body-section:first-child, .page-product .body-section:first-child{
    background: #fff;
}
.product-view.image-view .product-image, .product-view.scrollable-view .product-image {
    background: #fff;
}


.category-details-container p, .subcategory-container p {
    padding: 0 0 5px;
}
.category-details-container h2, .subcategory-container h2 {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 28px;
}
.category-details-container, .subcategory-container {
    padding: 20px 10px 25px;
    text-align: center;
}
.category-details-container .title {
    display: block;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
    max-width: 320px;
    margin: 0 auto 10px;
    display:none;
}

/*end:top right*/

/*start:header search*/
.header .header-cart {
    background: url(../images/cart-icon-top.png) no-repeat scroll 0px 0px;
}
.header .header-cart:hover {
    background: url(../images/cart-icon-top-hover.png) no-repeat scroll 0px 0px;
}
.header .header-cart .cart-widget-img{
    display: none;
}
.cart-menu-button:after{
    display: none;
}

.header-cart span.cart-widget-text {
    color: #fff;
    padding-left: 35px;
    line-height: 22px;
}
.header-search .search-menu-button {
    background: transparent;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    text-align: center;
}

.header-search .search-menu-button::after {
    content: '';
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.header-search .search-menu-button:hover::after{
    background-image: url(../images/search-icon-hover.png);
}
.header-search .search-form.show {
    display: block;
    z-index: 999;
    position: absolute;
    width: 285px;
    top: 34px;
    right: -10px;
    box-shadow: 5px 0px 32px rgb(0 0 0 / 12%);
}

.header-search .search-form.show::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 1px solid #fff;
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 29px;
    top: -6px;
    border-right: 0;
    border-bottom: 0;
}

.header-search .search-form.show form {
    position: relative;
}

.header-search .search-form.show input[type='text'] {
    width: 100%;
    display: inline-block;
    height: 55px;
    padding-left: 38px;
    background: #fff url(../images/search-ico.png) no-repeat 10px center;
    border: 1px solid #fff;
    box-shadow: 5px 0px 32px rgb(0 0 0 / 12%);
    margin:0;
}
.header-search .search-form.show button {
    position: absolute;
    top: 5px;
    left: 0;
    padding: 0;
    line-height: 0;
    display: block;
    width: 38px;
    font-size: 0;
    height: 55px !important;
    background: transparent;
    border: 0;
    box-shadow: none;
}
/*end:header search*/

.cart-wrapper.quick-cart {
    position: relative;
}
.quick-cart-content::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ffffff;
    top: -8px;
    border-top: 0;
    border-left: 0;
    right: 5%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}
.widget.widget-cart .cart-widget-img {
    background: url('../images/Cart-icon.png') no-repeat;
    width: 23px;
    height: 28px;
}
.header .cart-widget-text {
    color: #000;
    font-size: 15px;
    position: absolute;
    top: -6px;
    left: 15px;
    background: #E8DACF;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    font-weight: 300;
    line-height: 21px;
    padding: 0;
}
.cart-widget-text {
    font-size: 13px;
    padding-left: 3px;
    vertical-align: middle;
}
.widget.widget-cart.quick-cart {
    max-width: 40px;
}
/******Cart end******/
/*start:menu*/
.nav-wrapper.horizontal {
    text-align: right;
}
.widget.widget-navigation.top-header-menu .navigation-item {
    margin: 0 19px;
}
.widget.widget-navigation.top-header-menu .nav-wrapper.horizontal > .navigation-item:last-child {
    margin: 0 0 0 32px;
}
.widget.widget-navigation.top-header-menu a {
    text-transform: uppercase;
    font-size: 17px;
    color: #303036;
    font-weight: 300;
    padding: 8px 0 28px;
    position: relative;
    letter-spacing: 1px;
}
.widget.widget-navigation.top-header-menu a:hover {
    color: #000;
}
.widget.widget-navigation.top-header-menu .navigation-item.has-child>a::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 10px;
}
.widget-navigation.top-header-menu .navigation-item a::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #303036;
    bottom: 22px;
    left: 0;
    transition: width .5s;
    -webkit-transition: width .5s; /* Safari 3.1 to 6.0 */
}
.page-home .widget-navigation.top-header-menu .navigation-item a::before {
    background: #fff;
}
.widget-navigation.top-header-menu .navigation-item a:hover::before, .widget-navigation.top-header-menu .navigation-item.active a::before {
    width: 100%;
}
.fee .widget-navigation.top-header-menu .navigation-item a::before {
    content: none;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
body.page-about-us.fee > .body,
body.page-contact.fee > .body,
body.page-subscriptions.fee > .body,
body.page-wholesale.fee > .body,
body.page-terms-and-conditions.fee > .body,
body.page-privacy-policy.fee > .body,
body.page-home.fee > .header {
    margin-top: 16px;
}
.fee .widget.widget-html.home-product-bg {
    margin-top: 0;
}

/*.widget.widget-navigation.top-header-menu a:hover {
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
    -moz-transition: color ease-in-out .2s;
    -ms-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
}
*/
.horizontal .navigation-item .navigation-item-child-container {
    top:45px;
    width: 202px;
    background: #fff;
    padding:0;
    left: 50%;
    box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -7px);
    -webkit-transform: translate(-50%, -7px);
    -moz-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
}

.horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin: 0;
    padding: 0;
}

.horizontal .navigation-item .navigation-item-child-container .navigation-item + .navigation-item{
    border-top: 0;
}
.horizontal .navigation-item .navigation-item-child-container a {
    font-size: 14px;
    line-height: 25px;
    color: #303036;
    border: none;
    padding: 10px 0;
    background-color: rgba(255,255,255,0.3);
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item:hover a {
    background: #303036;
    color: #fff;
}

.widget.widget-navigation.top-header-menu .navigation-item.has-child a::before{
    display: none;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    text-align: left;
    padding:10px 15px;
    border-bottom: 0;
}

.widget.widget-snippet.header-social-link .social-link a {
    display: inline-block;
    border-color:#303036;
}
.widget.widget-snippet.header-social-link .social-link a i.fa{
    color:#303036;
}
.page-home .widget.widget-snippet.header-social-link .social-link a i.fa{
    color:#fff;
}
.page-home .widget.widget-snippet.header-social-link .social-link a {
    display: inline-block;
    border-color:#fff;
    text-decoration: none;
}
.page-home .widget.widget-snippet.header-social-link .social-link a:hover {
    background: #fff;
    color: #000;
}
.page-home .widget.widget-snippet.header-social-link .social-link a:hover i::before {
    color: #000;
}
/*end:menu*/
/* comments popup and like */
.blog-comments .info-row.writer .name {
    font-weight: bold;
    color: #000069;
    font-size: 22px;
    display: block;
    padding: 0 0 10px 0;
}

.blog-comments .info-row.writer .date {
    background: none;
    position: relative;
    padding-left: 19px;
    font-size: 14px;
}

.blog-comments .info-row.writer .date::before {
    content: "\f073";
    position: absolute;
    left: 0;
    top: -4px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #000069;
}

.blog-comments .info-row.writer span:nth-of-type(3) {
    font-weight: bold;
    color: #000069;
    display: none;
}

.blog-comments .info-row.writer span:nth-of-type(4) {
    font-size: 14px;
    display: none;
}

.blog-post-comment-panel .btn-like {
    margin-right: 10px;
    margin-left: 3px;
    display: none;
}

.blog-post-comment-panel .btn-liked {
    margin-right: 10px;
    margin-left: 3px;
    display: none;
}

.blog-post-comment-panel .btn-liked::after {
    content: "\f164";
    color: #000069;
    cursor: pointer;
}

.blog-post-comment-panel .btn-like::after {
    content: "\f164";
    color: #000069;
    cursor: pointer;
}

.blog-comments .info-row.writer .btn-comment-reply {
    position: relative;
    padding-right: 19px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #000069;
}

.blog-post-comment-panel .btn-liked::after {
    content: "\f165";
    color: #000069;
}

.blog-comments .info-row.writer .btn-comment-reply:hover {
    color: #000;
}

.blog-comments .comment-item .content i {
    margin: 0 3px;
    color: #000000;
    font-size: 17px;
    font-style: normal;
    line-height: 20px;
}

.loging-to-react.popup .body a {
    font-weight: bold;
}

.loging-to-react.popup .header {
    background-color: #000069;
    border-bottom: 0;
    color: #fff;
    font-size: 17px;
    padding: 11px 10px;
    font-weight: bold;
}

.blog-comment-reply-popup.popup .header {
    background-color: #000069;
    border-bottom: 0;
    color: #fff;
    font-size: 17px;
    padding: 11px 10px;
    font-weight: bold;
}

.blog-comment-reply-popup label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.blog-comment-reply-popup input {
    width: 100%;
    height: 40px;
    border: none;
    border: 2px solid #dcdcdc;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px 0 0;
}

.blog-comment-reply-popup textarea {
    width: 100%;
    height: 40px;
    border: none;
    border: 2px solid #dcdcdc;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 10px 0 0;
    height: 90px;
}

.blog-comment-reply-popup .textarea-wrap .max-character {
    top: 0;
    right: 0;
    position: absolute;
    font-size: 12px;
}

.blog-comment-reply-popup input[type="text"].validation-error, .blog-comment-reply-popup input[type="password"].validation-error {
    background-color: transparent;
    border: none;
    border: 2px solid #dcdcdc;
    color: #ff0000;
}

.auto-page .blog-comment-reply-popup .errorlist.after .message-block {
    top: -1px;
    font-size: 14px;
}

.blog-comment-reply-popup .form-row.simple_captcha_input_field.mandatory {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-top: 20px;
    vertical-align: top;
}

.blog-comment-reply-popup .simpleCaptcha-container {
    padding: 5px 0 0;
}

.blog-comment-reply-popup .simpleCaptcha-container .form-row.simple-captcha {
    display: inline-block;
    width: 100%;
}

.blog-post-details .blog-post-comment-panel .comment-item .content {
    font-size: 17px;
    line-height: 26px;
}

.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    font-weight: 600;
}

.blog-comment-reply-popup .popup .body {
    background-color: #FFFFFF;
    padding: 20px 15px;
}

.loging-to-react.popup .body {
    min-height: 100%;
}

.loging-to-react.popup .body a {
    font-weight: 700;
    font-size: 19px;
    color: #000069;
}

.blog-comment-reply-popup .popup-bottom.footer {
    padding: 15px 15px 20px;
}

.blog-comment-reply-popup.popup .close-icon {
    background: url("/template/3b77056f/images/remove-icon.png");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center 5px;
}

.blog-comment-reply-popup.popup .close-icon::after {
    display: none;
}

/* eCommerce Base */
.stepper {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    float: none;
    background:transparent;
    border-radius:0;
    margin-bottom: 30px;
}
.page-product .stepper {
    background:#fff;
}
.stepper .stepper-input {
    background: transparent;
}
.stepper:hover .stepper-input {
    background-color: transparent;
}
.stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 45px;
    position: relative;
    right: 0;
    width: 40px;
    z-index: 0;
}

.stepper .stepper-arrow.up {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
}

.stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 20px;
    left: 0;
    line-height: 36px;
    text-align: center;
}

.stepper .stepper-arrow.down {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}

.stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 26px;
    left: 0;
    line-height: 36px;
    text-align: center;
}

.stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 40px;
    padding: 0;
    text-align: center;
    border: 0;
    font-size: 22px;
}
.page-product .stepper-input {
    height: 50px;
    background: transparent;
    border: navajowhite;
    font-size: 22px;
    width: 60px;
    z-index: 0;
}
.page-product .stepper .stepper-arrow{
    height: 50px;
    font-size: 26px;
    width: 60px;
}
.page-product .stepper .stepper-arrow.down::before,  .page-product .stepper .stepper-arrow.up::before {
    font-size: 26px;
    line-height: 50px;
}
.page-product .stepper {
    width: 180px;
    margin-bottom: 30px;
}
/* cart Page
------------------
link: /cart/details
--------------------
*/
.shopping-cartitem h1 {
    float: none;
    padding-bottom: 15px;
    text-align: center;
    display: none;
    max-width: 960px;
}
.cartitem-table .stepper .stepper-arrow {
    background: whitesmoke;
}
.page-cart .shopping-cartitem {
    background: none;
    border: 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    margin: 0 auto;
    max-width: 1200px;
    background: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
}
thead th {
    background-color: #e6e6e6;
}
.page-cart .shopping-cartitem.empty-cart {
    text-align: center;
    max-width: 450px;
    background: #f8f8f8;
    padding: 45px 0;
}

.page-cart .shopping-cartitem.empty-cart .empty-cartitem-text {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
}

.cartitem-btn-wrapper.top {
    text-align: center;
    position: relative;
    margin-top: 0px;
    float: none;
    display: block;
    margin-bottom: 35px;
}

.cartitem-btn-wrapper.top a {
    margin-right: 5px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 5px;
}

.cartitem-btn-wrapper.top .button {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn {
    color: #303036;
    background-color: transparent;
    border-color: #303036;
    border: 1px solid #303036;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn:focus, .cartitem-btn-wrapper.top .empty-cartitem-btn.focus {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.cartitem-table {
    margin-bottom: 20px !important;
}

.cartitem-table .stepper {
    margin: 0 auto;
    width: auto;
    float: none;
    width: 120px;
}

.cartitem-table th {
    font-weight: 400;
}

.cartitem-table td.total-label, .cartitem-table td.price {
    font-weight: 400;
}

.check-out-total .price, .shopping-cart-total .price {
    font-weight: 400;
}

.cartitem-table th, .cartitem-table td {
    width: 20%;
    text-align: center;
    border: 0px solid #eee;
    font-size: 17px;
}

.check-out-total .left-column, .shopping-cart-total .left-column {
    width: 40%;
    text-align: left;
}

.check-out-total .right-column, .shopping-cart-total .right-column {
    width: 58%;
    text-align: right;
}

.check-out-total *, .shopping-cart-total * {
    font-size: 17px;
}

.discount-coupon-code-form {
    background-color: #f8f8f8;
    border: 0;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.discount-coupon-code-form input[type=text] {
    height: auto;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.discount-coupon-code-form .form-row.btn-row label {
    display: none;
}

.discount-coupon-code-form .form-row.btn-row button {
    display: block;
    width: 100%;
    color: #303036;
    background-color: transparent;
    border-color: #303036;
    border: 1px solid #303036;
}

.discount-coupon-code-form .form-row.btn-row button:focus, .discount-coupon-code-form .form-row.btn-row button.focus {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.discount-coupon-code-form .form-row.btn-row button:hover {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.check-out-total table, .shopping-cart-total table {
    font-size: 17px;
}

.check-out-total td.total-label, .shopping-cart-total td.total-label {
    padding: 10px 30px 10px 15px;
    border: 0;
}

.check-out-total .price, .shopping-cart-total .price {
    border: 0;
}

.check-out-total tr, .shopping-cart-total tr {
    border-bottom: 0;
}

.cartitem-btn-wrapper {
    text-align: right;
}

.cartitem-btn-wrapper .button {
    float: none;
}

.cartitem-btn-wrapper .continue-shopping-btn {
    color: #303036;
    background-color: transparent;
    border-color: #303036;
    border: 1px solid #303036;
}

.cartitem-btn-wrapper .continue-shopping-btn:focus, .cartitem-btn-wrapper .continue-shopping-btn.focus {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.cartitem-btn-wrapper .continue-shopping-btn:hover {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}
.checkout-page .address-view .address .name {
    font-size: 17px;
}
/* Checkout Page options
---------------------
link:/shop/checkout(before  login)
---------------------
*/
.checkout-page-options {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
}

.checkout-page-options .item-head {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    background: none;
    display: none;
}

.checkout-page-options > h1 {
    font-size: 36px;
    font-weight: 700;
    display: none;
}

.checkout-page-options .content-wrapper {
    border: 0;
    padding: 50px 30px;
    background: #fff;
    border-radius: 10px;
}

.checkout-page-options .new-customer {
    display: inline-block;
    padding-right: 7%;
    vertical-align: top;
    width: 48%;
    padding-left: 3%;
}

.checkout-page-options .new-customer h1 {
    font-size: 20px;
    font-weight: 700;
    font-family: acumin-pro,sans-serif;
    margin-bottom: 0px;
}

.checkout-page-options .new-customer p {
    font-size: 17px;
    line-height: 28px;
}
.checkout-page-options .new-customer .option {
    font-size: 17px;
}
.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
}
.checkout-page-options .registered-customer p {
    font-size: 17px;
}
.checkout-page-options .registered-customer {
    border-left: 1px solid #d2d2d2;
    display: inline-block;
    padding-left: 7%;
    width: 48%;
}

.checkout-page-options .registered-customer > h1 {
    font-size: 24px;
    font-weight: 700;
    font-family: acumin-pro,sans-serif;
}

.checkout-page-options .registered-customer .form-row {
    margin-bottom: 25px;
}

.checkout-page-options .registered-customer .form-row.lost-password-row {
    padding-left: 30%;
}
.checkout-page-options .registered-customer .form-row.lost-password-row {
    margin-bottom: 15px;
}
.checkout-page-options .registered-customer .form-row label {
    line-height: 40px;
    width: 30%;
}
.checkout-page-options .registered-customer .form-row label {
    font-size: 17px;
}
.checkout-page-options .registered-customer p.register {
    font-size: 15px;
}
.checkout-page-options .registered-customer input[type="text"], .checkout-page-options .registered-customer input[type="password"] {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 12px;
    float: right;
}

.checkout-page-options .registered-customer button.login-submit {
    width: 100%;
    margin-top: 5px;
    float: right;
    max-width: 70%;
}
.checkout-page-options .registered-customer .form-row.lost-password-row .lost-password a:hover {
    text-decoration: underline;
}
.page-checkout .floating-panel-popup {
    padding: 20px;
    box-shadow: 5px 0px 32px rgb(0 0 0 / 12%);
}
.page-checkout .floating-panel-popup .addresses > .address {
    border-bottom: 0;
}
.multi-column.two-column .columns {
    width: 49%;
}
.errorlist.after {
    bottom: -8px;
}
.two-column .last-column .column-content {
    margin-left: 10px;
}
.two-column .first-column .column-content {
    margin-right: 10px;
}
.checkout-page .address-edit-from-wrap form .button.cancel-button {
    margin-right: 10px;
}
/* Checkout Page
---------------------
link: /shop/checkout
---------------------
*/
.checkout-page {
    max-width: 1200px;
    margin: 0 auto;
}
.floating-panel-popup.address-selection-popup .create-address {
    background-color: #303036;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #303036;
}
.floating-panel-popup.address-selection-popup .create-address:hover {
    background-color: #fff;
    color: #303036;
    border: 1px solid #303036;
}
.checkout-page .toolbar-btn:hover {
    background-color: #303036;
    border-color: #303036;
}

.checkout-page .page-heading {
    font-size: 36px;
    display: none;
}

.checkout-page .section {
    border: 0;
    color: #303036;
    height: auto;
    line-height: 27px;
    margin-bottom: 15px;
    position: relative;
    background: none repeat scroll 0 0 #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.checkout-page .section.loaded {
    border: 2px solid #f6f6f6;
}

.checkout-page .section.loaded .header .title {
    padding-top: 9px;
    font-size: 17px;
    display: inline-block;
    color: #000;
    font-family: acumin-pro,sans-serif;
    font-weight: 400;
}

.checkout-page .section.loaded > .header > .title {
    font-size: 17px;
    padding-left: 30px;
    color: #000000;
    font-weight: 700;
}

.checkout-page .section.loaded .body {
    padding: 20px 30px;
}

.checkout-page .section .header .title {
    color: #000;
    font-size: 14px;
    padding-left: 30px;
    padding-left: 17px;
}

.checkout-page .section .header .icon {
    display: none;
}

.checkout-page .address-view .address {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px;
}

.checkout-page .section .section.delivery-types {
    margin-top: 0;
    margin-bottom: 0;
}

.checkout-page .section .section.delivery-types > .form-row {
    margin-bottom: 10px;
}

.checkout-page .payment-option .body {
    background-color: #e6eae9;
}

.checkout-page .payment-option .body .code-submit-form button {
    line-height: 16px;
}

.section.delivery-types {
}

.checkout-page .address-edit-from-wrap > .header {
    margin-bottom: 15px;
}

.checkout-page .delivery-types .different-shipping {
    margin-left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.checkout-page .section .step-continue-button {
    margin-top: 10px;
    padding: 10px 20px;
    width: 100%;
}

.checkout-page .address-view > .header {
    margin-bottom: 7px;
}

.checkout-page .body .header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 700;
}

.checkout-page .toolbar-btn {
    text-transform: uppercase;
    border-radius: 50px;
}
.page-post-payment .order-details {
    background: #f5f5f5;
    padding: 40px 50px;
    border-radius: 10px;
}
.chosen-container .chosen-results .chosen-result {
    font-size: 16px;
    height: 45px;
    line-height: 20px;
    padding: 16px 15px;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
    padding: 11px 40px;
    font-size: 17px;
    width: 100%;
    max-width: 100%;
}
.add-cart-information-popup .variation-dropdown-container {
    display: flex;
    justify-content:center;
}
.add-cart-information-popup .variation-dropdown-container span {
    font-size: 16px;
}
table.cartitem-table.order_details_table tr.title th {
    background-color: #e6e6e6;
}
.popup.add-cart-information-popup h4.title {
    font-family: acumin-pro,sans-serif;
}
.checkout-page .address-edit-from-wrap .form-row label {
    color: #353535;
    font-family: acumin-pro,sans-serif;
    line-height: 24px;
    font-size: 17px;
}
.checkout-page .form-row input, .checkout-page .form-row select {
    height: 44px;
}
.checkout-page .delivery-types .different-shipping.shipping-config input.is-different-shipping-checkbox {
    height: 16px;
}
.order-comment-row .label, .payment-gateway .payment-gateway-label {
    font-size: 17px;
}
.checkout-page .address-edit-from-wrap form {
    background-color: transparent;
    padding: 0;
}

.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea {
    padding-top: 6px;
    padding-bottom: 8px;
    margin: 5px 0;
}

.check-out-total > .price-row {
    padding-top: 0;
    padding-bottom: 0;
}

.confirm-step-form .left-panel {
    width: 50%;
    padding: 40px;
    margin:0;
    padding-left: 15px;
}
.confirm-step-form .left-panel .order-comment-row, .confirm-step-form .left-panel .payment-gateway {
    padding-top: 0;
    margin: 0;
}
.confirm-step-form .left-panel .payment-gateway {
    margin-top: 30px;
}
.confirm-step-form .cart-item .details .price {
    padding: 0;
}
input.button.cancel-button.et_shipping_cancel, input.button.submit-button.et_shipping_continue {
    padding: 8px 20px;
    width: auto;
    font-size: 14px;
}
.address.shipping.shipping-address-wrap.shipping-config.edit + button.step-continue-button {
    opacity: 0.2;
}
.confirm-step-form .right-panel {
    padding: 0 0 0 30px;
    width: 50%;
    background-color: #f5f5f5;
}

.checkout-page .section.confirm form > div + div span strong {
    font-size: 17px;
    vertical-align: top;
}

.confirm-step-form .left-panel > .header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 700;
}

.checkout-page .payment-option > .header {
    border-top: 0;
    text-transform: uppercase;
}

.checkout-page .payment-options {
    border-bottom: 0;
}

.confirm-step-form .cart-item .details {
    padding-left: 15px;
}
.checkout-page .confirm-order-btn-row {
    margin-top: 0px;
}
.payment-gateway {
    padding-top: 20px;
    margin-bottom: 40px;
}

.payment-gateway .payment-method {
    border: 2px solid #9d9d9d;
    width: 100%;
    max-width: 300px;
}

.cartitem-table .total-price-column {
    min-width: 106px;
    width: 106px;
}

.check-out-total > .price-row .price {
    font-weight: 500;
}

.check-out-total > .price-row .label, .check-out-total > .price-row .price {
    font-family: acumin-pro,sans-serif;
    padding: 5px 0;
    line-height: 30px;
}

.check-out-total .total-order .price {
    font-size: 17px;
}

/* Login Page*/
.login-form {
    width: 100%;
    width: 100%;
    max-width: 530px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0 auto;
    padding: 45px;
}

.login-form .lost-password a {
    color: #30303c;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
}

.login-form .lost-password a:hover {
    color: #30303c;
    text-decoration: underline;
}

.login-form span.title {
    display: none;
}

.login-form .account-register a {
    color: #30303c;
    font-weight: 600;
}

.login-form .account-register a:hover {
    color: #30303c;
    text-decoration: underline;
}

.login-form .errorlist.after {
    bottom: -14px;
}

.login-form input[type="password"], .login-form input[type="text"] {
    width: 100%;
    background-color: transparent;
    margin-bottom: 17px;
}

.login-form .submit-row {
    margin: 0px 0 0;
    float: none;
    display: block;
    padding-top: 5px;
}

.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
}

.form-row.remember input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}

/* Forget Password */
.password-reset-form {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
}

.password-reset-form .title {
    font-family: acumin-pro,sans-serif;
    font-weight: 700;
    color: #000;
}

.password-reset-form .form-row {
    display: block;
    max-width: 400px;
    margin: 0 auto;
}

.password-reset-form .form-row input {
    width: 100%;
}

.password-reset-form .form-row label {
    text-align: center;
    margin-bottom: 5px;
    font-size:16px;
}

.password-reset-form .form-row.submit-row button {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #000;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
}

.password-reset-form .errorlist.after {
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    bottom: auto;
}

.password-reset-form .errorlist.after .message-block {
    text-align: left;
}

/* Customer Registration
------------------------------
link: /customer/register
------------------------------
*/
.registration-form {
    margin: 0 auto;
    max-width: 950px;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    border: 1px solid #efefef;
    background:#fff;
    border-radius: 10px;
}

.registration-form .title {
    text-align: center;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.registration-form .simpleCaptcha-container {
    padding: 5px 15px 5px;
}

.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    padding: 4px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-left: -3px;
}
.registration-form > .form-row.recaptcha-row label {
    display: none;
}
.registration-form > .form-row.recaptcha-row {
    width: 100%;
    text-align: center;
}
.registration-form > .form-row.recaptcha-row .recaptcha-container{
    padding:0;
}
#webcommander-page .popup div.body {
    background: none;
}
.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin-top: 15px;
}

.registration-form .form-row .suggestion {
    right: 15px;
}

.registration-form .form-row.submit-row label {
    display: none;
}

.registration-form .form-row.submit-row button {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
}
.registration-form input {
    width: 100%;
}

.registration-form select {
    width: 100%;
}
.registration-form label {
    font-size: 17px;
}
.registration-form input.radio:nth-of-type(2) {
    margin-left: 15px;
}

.registration-form .errorlist.after {
    position: absolute;
}

.password-meter-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

/*start:quick cart*/
.quick-cart-content {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 35px;
    width: 430px;
    z-index: 99999;
    padding: 20px 25px 30px 25px;
    border: none;
    box-shadow: 5px 0px 32px rgb(0 0 0 / 12%);
    height: auto !important;
}

.quick-cart-content::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 1px solid #fff;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 2px;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 23px;
    top: -6px;
    border-right: 0;
    border-bottom: 0;
}


.quick-cart-content table {
    border: none;
    padding: 8px 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    margin: 0;
}

.quick-cart-content table th, .quick-cart-content table td {
    border: none;
    padding: 8px 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}

.quick-cart-content table tr th, .quick-cart-content table tr td {
    border-bottom: 1px solid #ccc;
    word-break: normal;
}

.quick-cart-content table th {
    color: #303036;
    font-size: 16px;
    background-color: #fff;
    font-weight: 700;
}

.quick-cart-content table td.total, .quick-cart-content table td.total-price {
    color: #303036;
    font-weight: 700;
    font-size: 16px;
    background-color: #fff;
    border-bottom: none;
}

.quick-cart-content table tr th.quantity {
    text-align: center;
}

.quick-cart-content table tr:nth-child(2n) {
    background: #fff;
}

.quick-cart-content table tr th.price {
    text-align: right;
}

.quick-cart-content .cart-details-link {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quick-cart-content .cart-details-link .button {
    width: 49%;
}

.quick-cart-content .cart-details-link a.view-cart.button {
    color: #303036;
    background-color: transparent;
    border-color: #303036;
    border: 1px solid #303036;
}

.quick-cart-content .cart-details-link a.view-cart.button:focus, .quick-cart-content .cart-details-link a.view-cart.button.focus {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.quick-cart-content .cart-details-link a.view-cart.button:hover {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}
.quick-cart-content .cart-details-link a.button {
    font-size: 15px;
}
.quick-cart-content .product-name {
    font-size: 15px;
    width: 60%;
}
/*end:quick cart*/
/*Start:Product block*/
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    width: 25%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 25px;
    border:0;
    margin-bottom:30px;
}
.page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block {
    width: 50%;
    float: unset;
    z-index: 1;
}
.product-view.image-view .product-block span.add-to-cart-button, .product-view.scrollable-view .product-block span.add-to-cart-button{
    max-width: 190px;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    color: #303036;
    height: 48px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
}
.product-view.image-view .content, .subcategory-container .content {
    overflow: hidden;
    margin-left: -25px;
    margin-right: -25px;
}


.add-to-cart-popup .short-info > div, .add-cart-information-popup .short-info > div {
    padding-bottom: 0;
}

.popup div.quantity, .popup div.item {
    padding: 7px 0 7px;
}

.popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup .item > span {
    margin: 0;
}

.popup .stepper {
    margin-bottom: 0;
}
.popup .stepper .stepper-input {
    font-size:18px;
}
.popup .stepper .stepper-arrow.up::before {
    font-size: 18px;
}
.popup .stepper .stepper-arrow{
    height:36px;
}
.popup.add-cart-information-popup .variation-container {
    text-align: center;
    margin: -8px 0 -35px;
}

.popup.add-cart-information-popup .close-btn.button {
    color: #303036;
    background-color: transparent;
    border-color: #303036;
    border: 1px solid #303036;
}

.popup.add-cart-information-popup .close-btn.button:focus, .popup.add-cart-information-popup .close-btn.button.focus {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.popup.add-cart-information-popup .close-btn.button:hover {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.popup.add-cart-information-popup td.product-img {
    width: 100px;
    text-align: center;
}

.popup.add-cart-information-popup span.title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
}

.popup.add-cart-information-popup h4.title {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}

.popup .cart-summary {
    clear: none;
    color: #000;
    display: block;
    float: none;
    text-align: center;
}

.popup .cart-summary-header {
    color: #000;
    float: none;
    font-size: 17px;
    padding-right: 0px;
    text-align: center;
}

.popup .status-bar-product-name {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.popup .header .status-message {
    font-size: 17px;
}
.popup .button-item {
    display: block;
    clear: both;
}

.popup .button-item .button {
    vertical-align: middle;
}

.popup .continue-shopping-btn {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}

.popup .continue-shopping-btn:focus, .popup .continue-shopping-btn.focus {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.popup .continue-shopping-btn:hover {
    color: #fff;
    background-color: #303036;
    border: 1px solid #303036;
}

.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #303036;
    padding: 0px 0 15px;
    text-align: center;
}

.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}

.popup .button-line, .popup .footer {
    background-color: #fff;
    padding: 0;
    text-align: center;
    border: 0;
    margin-top: 20px;
}

.popup .button-item {
    text-align: center;
    margin: 25px 0 0px;
}

.popup .close-icon {
    top: 15px;
    right: 10px;
}
.add-to-cart-popup.popup .footer {
    margin-top: 0;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    max-width: 220px;
    font-size: 17px;
    padding: 11px 0;
}

.popup a.cart-page-button.button.et_ecommerce_view_cart, .popup .close-btn.button {
    margin-left: 3%;
}

.popup button:nth-of-type(1) {
    margin-left: 0;
}

.popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 30px 50px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.image-popup-container .image-wrapper {
    padding: 0;
    border: 0;
    width: 100%;
}
.image-popup-container.popup {
    padding: 0;
}
.image-popup-container .navigator {
    position: absolute;
    background-image: url("../images/popup-image-navigators.png");
    cursor: pointer;
}
.confirm-popup.popup .header-line .title {
    text-align: center;
    display: block;
    font-size: 17px;
    font-weight: 700;
}

.confirm-popup.popup .button-line {
    padding-top: 0;
}

.wish-list-popup label {
    display: inline-block;
    margin-right: 15px;
    width: auto;
}

.shipment-calculator-popup .header > .status-message {
    font-size: 17px;
}

.shipment-calculator-popup .multi-column form {
    margin: 0 -15px;
}

.shipment-calculator-popup .first-column .form-row {
    width: 50%;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shipment-calculator-popup .form-row label {
    width: 100%;
    display: block;
}

.shipment-calculator-popup .form-row input, .shipment-calculator-popup .form-row select {
    width: 100%;
}

.save-cart button.form-reset.close-popup {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}

.save-cart button.form-reset.close-popup:focus, .save-cart button.form-reset.close-popup.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}

.save-cart button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}

.save-cart .popup-bottom.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.save-cart .popup-bottom.footer button {
    width: 49%;
    margin-left: 0;
}
/*# sourceMappingURL=style.css.map */


body > .footer {
    background: #303036;
}
.contact-footer-area p, .contact-footer-area a {
    color: #fff;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.contact-footer-area p:first-child {
    text-transform: uppercase;
}
.contact-footer-area a:first-of-type {
    margin-top: 20px;
    display: block;
    font-weight: 700;
}
.contact-footer-area a:hover {
    color: #E8DACF;
}
/*************************/
.widget.widget-snippet.footer-social .social-link {
    text-align: left;
}
/*************************/
.popup .close-popup.close-icon, .site-popup .title-bar .close, .confirm-popup .header-line .close, body:not(.fee) .popup .close {
    background: url("../images/closeicon.png") no-repeat center top;
}
.site-popup .title-bar .close::before, .confirm-popup .header-line .close::before, .popup .close-icon::after {
    display:none;
}

/*************************/
.widget.widget-article.copyright p {
    font-size: 18px;
    color: #fff;
}
.widget.widget-article.copyright p a {
    text-decoration:underline;
}
.widget.widget-article.copyright p a:hover {
    text-decoration:none;
}
/*************************/
.footer .vertical .navigation-item a {
    padding: 3px 0;
    line-height: 26px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px;
}
.footer .navigation-item a {
    color: #fff;
    border-bottom: none;
}
.footer .vertical .navigation-item.first a {
    margin-top: -15px;
}
.footer .navigation-item a:hover, .footer .navigation-item.active a {
    color: #E8DACF;
    transition: all .2s ease;
}
.widget.widget-html.news-letter-title {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    max-width: 1200px;
    width: 100%;
    z-index:1;
}
.widget.widget-newsletter.newsletter-area .newsletter, .widget.widget-html.news-letter-title .newsletter-title {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 0;
}
.widget.widget-newsletter.newsletter-area .newsletter {
    padding: 20px 0 70px;
    overflow: hidden;
}
.widget.widget-newsletter.newsletter-area {
    padding-top: 250px;
    margin-top: -1px;
    background-position: center;
    object-fit: cover; 
  background-image: url(/template/30b3e6e1/images/newsletter-bg.jpg); 
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
}
.widget.widget-html.news-letter-title .newsletter-title {
    padding: 70px 0 0;
}
.widget.widget-html.news-letter-title .newsletter-title h4 {
    font-size: 61px;
    font-weight: 800;
    font-family: 'Abhaya Libre';
    line-height: 61px;
    color: #fff;
    margin: 0;
}
.widget.widget-html.news-letter-title .newsletter-title p {
    font-size: 21px;
    line-height: 38px;
    padding-bottom: 20px;
    color: #fff;
    padding-top: 10px;
    margin: 0;
}
.widget.widget-html.news-letter-title .newsletter-title h4, .widget.widget-html.news-letter-title .newsletter-title p {
    max-width: 710px;
}
.widget.widget-newsletter.newsletter-area .newsletter .form-row {
    width: 50%;
    margin-left: 0;
    float: left;
    padding: 0 15px 0;
}
.widget.widget-newsletter.newsletter-area .newsletter .form-row label {
    display: none;
}
.widget.widget-newsletter.newsletter-area .newsletter .form-row input.medium {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 10px 0;
    height: 50px;
    background: transparent;
    font-size: 17px;
    color: #fff;
}
.widget.widget-newsletter.newsletter-area .newsletter .form-row.button-container {
    width: 100%;
}
.widget.widget-newsletter.newsletter-area .newsletter .form-row.button-container .newsletter-subscription.submit-button {
    background: #fff;
    color: #000;
    width: 100%;
    display: block;
    margin-top: 30px;
    padding: 9px 0px;
    max-width: 250px;
    font-size: 21px;
    font-weight: 300;
    border: 1px solid #fff;
}
.widget.widget-newsletter.newsletter-area .newsletter .form-row.button-container .newsletter-subscription.submit-button:hover {
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.widget.widget-newsletter.newsletter-area .newsletter .form-row .errorlist.after {
    position: absolute;
}

.newsletter-area ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#fff;
    font-weight: 300;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}
.newsletter-area ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-weight: 300;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}
.newsletter-area :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-weight: 300;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}
.newsletter-area :-moz-placeholder { /* Firefox 18- */
    color:#fff;
    font-weight: 300;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}

.auto-page.page-product .page-content {
    padding:0;
}
.auto-page .page-content, .page-shop .page-content {
    padding:25px 0 100px;
}
.checkout-page-options .registered-customer .form-row .errorlist.after {
    left: 136px;
    bottom: -22px;
}
.page-login .login-form label {
    font-size: 17px;
}
.auto-page.page-blog-category .page-content {
    padding-top: 0;
}

.customer-new-password {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding:40px  50px;
}
.customer-new-password .title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}
.customer-new-password .form-row input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.customer-new-password .form-row .errorlist.after {
    bottom: -14px;
}
.customer-new-password .form-row.submit-row{
    text-align:center;
    margin-top: 30px;
}
.customer-new-password .form-row label {
    font-size: 17px;
    width: 100%;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
/****Home Product ***/
.widget.widget-html.home-product-title {
    padding: 72px 0 0px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.widget.widget-html.home-product-title h2 {
    font-size: 61px;
    font-weight: 800;
    font-family: 'Abhaya Libre';
    line-height: 61px;
}
.widget.widget-html.home-product-title p {
    font-size: 21px;
    line-height: 37px;
    padding-bottom: 20px;
}
.widget.widget-product.product-home {
    display:block;
    background: url(../images/product-bg.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-top: 240px;
    margin-top: -246px;
    background-size: auto 420px;
}
.widget.widget-product.product-home .product-view.image-view {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 72px;
}
.widget.widget-product.product-home .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.widget.widget-product.product-home .product-view.image-view .product-block, .widget.widget-product.product-home .product-view.scrollable-view .product-block {
    width: 50%;
    border: 0;
    padding: 0;
}
.widget.widget-product.product-home .product-view.image-view .product-name, .widget.widget-product.product-home .product-view.scrollable-view .product-name {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
    height: auto;
    margin-top: 25px;
}
.widget.widget-product.product-home .product-view.image-view .price-waper .price, .widget.widget-product.product-home .product-view.scrollable-view .price-waper .price {
    font-size: 26px;
}

.widget.widget-product.product-home .block-content-wrap .btn-add {
    margin-top: 20px;
}

.widget.widget-product.product-home .image-view .product-view-height-width .image, .widget.widget-product.product-home .scrollable-view .product-view-height-width .image {
    display: none;
}
/*start:Page not faund */
.page-not-found-content {
    margin: 70px auto 140px;
    text-align: center;
}
.page-not-found-content h2 {
    color: #303036;
    text-align: center;
    font-weight: 700;
    padding: 0;
    margin: 0;
    font-size: 75px;
    font-family: 'Abhaya Libre';
}
.page-not-found-content h2::first-letter{
    font-size:110px;
    color: #303036;
}
.page-not-found-content h3 {
    color: #595959;
    font-size: 35px;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0;
    font-weight: 600;
    font-family: 'Abhaya Libre';
}
.page-not-found-content p {
    color: #303036;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
}
/*end:Page not faund */


/*end:Product Details */
div#spltr-06E07340-C02E-4B6C-B667-7700FE6EB886{
    padding: 85px 0;
}
div#spltr-70f0b6b9-59f4-4729-9535-391cf00c7d4e:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    width: 99.15vw;
    height: 100%;
    background: #E6E6E6;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.product-detail-view img {
    width: 100%;
}
.page-product .zoomContainer .zoomLens, .page-product .zoomWindowContainer > div {
    border: none !important;
}
.product-widget.widget-addCart {
    margin-bottom: 30px;
}
.product-widget.widget-addCart .add-to-cart-button {
    max-width: 263px;
    text-align: center;
    font-size: 20px;
}
.variation-container .chosen-container {
    display: block;
    margin: 0;
}
.chosen-container-single .chosen-single {
    border: 0;
    border-radius: 0;
    height: 50px;
    padding: 12px;
    margin-bottom: 12px;
}
margin-bottom: -25px;
.chosen-container-single .chosen-single span {
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.auto-page.page-product .chosen-container-single .chosen-single span {
    font-size: 18px;
}
.chosen-container-single .chosen-single div {
    right: 20px;
}
.chosen-container-single .chosen-single div b {
    top: 18px;
    background: url("../images/arrow-down.png") no-repeat;
    background-position: 0 4px;
    width: 21px;
}

.variation-container .variation-type label.type-label {
    margin-bottom: 5px;
    display: block;
    color: #303036;
}
.widget-variation {
    padding-bottom:0px;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border:0;
}
.chosen-container-active .chosen-single{
    box-shadow:none;
}
.chosen-container-active .chosen-single div b,.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/arrow-down.png") no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.widget-price {
    padding: 0 0 20px;
}
.product-widget.widget-price .price {
    font-size: 28px;
    padding: 0;
    display: block;
}
.widget-productImage .image-thumb-container .thumb-image {
    height: 55px;
}
.page-subscriptions .body .article-content > div {
    display: inline-block;
    max-width: 49%;
    width: 100%;
    vertical-align: top;
    margin: 50px auto;
}
.page-subscriptions .article-content {
    margin-bottom: 50px;
}
.page-subscriptions .article-content strong {
    margin-bottom: 20px;
    display: block;
}
.page-subscriptions .article-content p a{
    font-weight:700;
    text-decoration: underline;
}
.page-subscriptions .article-content p a:hover{
    text-decoration: none;
}
.page-subscriptions .article-content p {
    font-size: 20px;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    text-align: center;
}

.page-product span.add-to-wish-list.button.et_pdp_add_to_wish_list {
    position: relative;
    background: transparent;
    border: 1px solid #000;
    margin-left: 15px;
    max-width: 250px;
    font-family: acumin-pro,sans-serif;
    padding: 10px 5px;
}
.page-product  span.add-to-cart-button.button.et_pdp_add_to_cart {
    order: 3;
}
.page-product .add-to-wish-list::after {
    content: "add to wishlist";
    font-size:20px;
    color:#36454F;
    text-transform: uppercase;
    margin: 0 10px;
    font-family: acumin-pro,sans-serif;
    font-weight: 300;
    font-style: normal;
}
.page-product .add-to-wish-list:hover::after {
    color: #fff ;
}
.page-product .add-to-wish-list:hover {
    background:#303036 !important;
}
.widget-socialMediaShare .social-media-wrapper {
    position: relative;
    display: flex;
    margin-top: 35px;
    padding-left: 70px;
}
.widget-socialMediaShare .social-media-wrapper::before {
    content: 'Share';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    text-transform: uppercase;
}
.widget-socialMediaShare .social-media-wrapper span.messenger, .widget-socialMediaShare .social-media-wrapper span.pinterest {
    display:none;
}
.widget-socialMediaShare .social-media-wrapper span {
    height: 34px;
    width: 34px;
    background-image: url(../images/social-share.png) !important;
}
.widget-socialMediaShare .social-media-wrapper span.facebook {
    background-position: -34px 0;
}
.widget-socialMediaShare .social-media-wrapper span.twitter {
    background-position: -67px 0;
}
.widget-socialMediaShare .social-media-wrapper span.linkedin {
    background-position: -99px 0;
}
/*start:tell friend*/
.tell_friend_popup.popup{
    padding: 20px;
    max-width: 300px;
    text-align: center;
}
.tell_friend_popup.popup .header {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.tell_friend_popup.popup span.close-popup.close-icon::after {
    content: "";
    font-size: 15px;
    background: rgba(0, 0, 0, 0) url(../images/close-icon.jpg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.tell_friend_popup.popup .form-row label {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.tell_friend_popup.popup  input[type=text],
.tell_friend_popup.popup  input[type=email],
.tell_friend_popup.popup  textarea{
    width: 100%;
    border-radius: 0;
}
.tell_friend_popup.popup  .footer{
    margin-top: 0;
}
.tell_friend_popup.popup .footer {
    margin-top: 0;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content:center;*/
}
.tell_friend_popup.popup .footer .submit-button.send-email, .tell_friend_popup.popup .footer .form-reset.close-popup {
    display:inline-block;
    width:140px;
    margin:0 2px;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
    opacity: 0.5;
}
/*end:tell friend*/
/********/
.pagination {
    display: block;
    float: unset;
    text-align: center;
}
.product-widget.widget-related{
    padding: 120px 0 82px;
    background: #fff;
}
.product-widget.widget-related  .title {
    font-size: 61px;
    font-weight: 700;
    font-family: 'Abhaya Libre';
    line-height: 61px;
    text-align: center;
    margin-bottom: 30px;
}
.product-widget.widget-related .content {
    max-width: 1200px;
    margin: 0 auto;
}
.product-view.scrollable-view .btn-add ,
.product-view.image-view .btn-add {
    margin-top: 20px;
}
.product-widget.widget-information .bmui-tab-header-container, .product-widget.widget-information .bmui-tab-body-container .title {
    display: none;
}
.product-widget.widget-information  .bmui-tab .bmui-tab-body-container{
    border: 0;
    padding: 0;
}
.product-widget.widget-information .description, .product-widget.widget-information .description p {
    font-size: 18px;
}
.product-widget.widget-information .description strong {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    margin-bottom: 10px;
}

.category-image-view-height {
    height: 270px;
}
.category-image-view.category {
    border: 0;
    display: inline-block;
    margin: 0;
    padding:0;
    vertical-align: top;
    width: 25%;
    margin-left: -5px;
    padding: 25px;
}
.category-image-view img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.category .category-name a{
    color: #646464;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
}
.category-image-view.category:hover .category-name a{
    color: #000;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    border: 0;
    margin-top: 30px;
    padding: 0;
    text-align: center;
}
/*-------------------------*/
span.pagination-literal-status {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Abhaya Libre'
}
.pagination span {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 8px;
    box-shadow: none;
    display: inline-block;
    background-image: none;
    color: #a1a1a1;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Abhaya Libre'
}
.pagination span.page-number.current {
    color: #1e1614;
    background: none;
    border: 0;
}
.pagination span.first, .pagination span.last {
    display: none;
}
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.prev:before {
    content: url("../images/left.png");
    position: absolute;
    left: -25px;
    top: -13px;
}
.pagination span.prev {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.next:before {
    content: url("../images/right.png");
    position: absolute;
    left: 12px;
    top: -13px;
}
.category-image-view.category .summary {
    display: none;
}
.add-cart-information-popup.popup .variation-container .variation-type {
    width: 100%;
}
.add-cart-information-popup .variation-dropdown-container span {
    font-size: 14px;
    margin-right: 0;
}
/*------------------------------------*/
/*****End Details***/
/*****Overright header icons***/
.page-home .widget-navigation.user-nav .menu-title .menu-button {
    background-image: url(../images/user-icon-white.png);
}
.page-home .header-search .search-menu-button::after {
    background-image: url(../images/search-icon-white.png);
}
.page-home .widget.widget-cart .cart-widget-img {
    background: url('../images/Cart-icon-white.png') no-repeat;
}
.page-home .widget.widget-navigation.top-header-menu a {
    color: #fff;
}
.page-home .widget-navigation.user-nav .menu-title .menu-button.close {
    background: none;
    margin-top: -3px;
}
.page-home .horizontal .navigation-item .navigation-item-child-container {
    background: rgba(0,0,0,0.9);
}
.page-home .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover a {
    background: rgba(255,255,255,0.9);
    color: #303036;
}
/*****End Details***/
.time-out.popup .header-line {
    background-color: #fff;
    text-align: center;
    padding: 50px 0 10px;
}
.alert-popup.time-out.popup .body {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -100px;
    font-size: 18px;
    background: transparent;
}
.time-out.popup .header-line .ok {
    background-color: #303036;
    color: #fff;
    width: 70px;
}
.time-out.popup .header-line .ok:hover {
    background: #fff;
    border-bottom: 1px solid #303036;
}
/*******/
/*******contact*********/
.full-contact {
    padding: 70px 0;
}
.full-contact .left-content, .full-contact .right-content {
    max-width: 400px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 70px;
    position:relative;
}
.full-contact .left-content p, .full-contact .left-content a, .full-contact .right-content p {
    display: inline-block;
    line-height: 32px;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: 300;
    text-decoration: none;
    color: #303036;
}
.full-contact .right-content p:last-child {
    margin-top: 20px
}
.full-contact .left-content a:hover{
    text-decoration: underline;
    color:#000;
}
.full-contact .left-content h3, .full-contact .right-content h3 {
    font-size: 28px;
}
.full-contact .left-content:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 45px;
    background: url("../images/rocket-icon.png");
}
.full-contact .right-content:before{
    content:"";
    position: absolute;
    left: 25px;
    top: 0;
    width: 30px;
    height: 45px;
    background: url("../images/map-icon.png");
}
.custom-form.contact-form-template.form-template .double-input-row {
    margin-bottom: 35px;
}
.custom-form.contact-form-template input[type="text"], .custom-form.contact-form-template textarea, .custom-form.contact-form-template select {
    padding: 3px 0;
    border: 0;
    border-bottom: 1px solid #303036;
    background: none;
    border-radius: 0;
    color: #303036;
    font-size: 21px;
}
.custom-form.contact-form-template ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #303036;
    font-weight: normal;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}
.custom-form.contact-form-template ::-moz-placeholder { /* Firefox 19+ */
    color: #303036;
    font-weight: normal;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}
.custom-form.contact-form-template :-ms-input-placeholder { /* IE 10+ */
    color:#303036;
    font-weight: normal;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}
.custom-form.contact-form-template :-moz-placeholder { /* Firefox 18- */
    color: #303036;
    font-weight: normal;
    font-family: acumin-pro,sans-serif;
    font-size:21px;
}
.widget.widget-html .coffee-google-map {
    margin: 80px 0 -20px;
}
.custom-form.contact-form-template.form-template .btn-row button.submit-button {
    font-size: 18px;
    padding: 16px 0;
    margin-top: 16px;
}
.page-contact .custom-form.contact-form-template.form-template .form-row.btn-row label {
    display: none;
}
/****************/
/*start: breadcrumb*/
.breadcrumb-item.root .icon {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 50px;
    vertical-align: top;
}

.breadcrumb-item .separator:hover::before {
    color: #303036;
    transition: all 0.5s ease 0s;
}

.breadcrumb-item .separator {
    font-size: 0;
    padding: 0 6px 0 0;
}

.breadcrumb-item.current {
    color: #303036;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.breadcrumb-item .label, span.breadcrumb-item.root span.icon::before {
    color: #303036;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.widget.widget-breadcrumb {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 50px 0 35px;
}

.breadcrumb-item.root .icon:hover::before {
    color: #E5BA98;
}

span.breadcrumb-item.root {
    position: relative;
    line-height: 23px;
    padding: 0;
}

span.breadcrumb-item.root span.icon::before {
    content: "Home";
    top: 0;
    left: 0;
}

.breadcrumb-item .separator::after {
    content: "|";
    color: #303036;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-left: 8px;
    text-decoration: none;
    width: 100%;
    padding-right: 4px;
}

.breadcrumb-item.root a {
    text-decoration: none;
}

/*end: breadcrumb*/

.page-category div.body, .page-shop div.body {
    background: #f2f2f2;
}
.page-contact div.page-content {
    background: #E6E6E6;
}
.custom-form.contact-form-template.form-template {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.add-to-cart-popup.popup .body {
    max-width: 500px;
    margin: 0 auto;
    background:transparent;
}

.page-checkout .confirm-step-form table.cartitem-table th:first-child,
.page-checkout .confirm-step-form table.cartitem-table td:first-child{
    width: 50%
}
/***********cart n checkout**************/
.shopping-cartitem .remove-cartitem {
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat scroll left top;
}
.checkout-page .section .step-continue-button {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
}
.page-post-payment .message-details {
    text-align: center;
    margin-bottom: 30px;
}
.page-post-payment .message-details .post-order-contact-us {
    font-size: 18px;
    padding-bottom: 10px;
}
.page-post-payment .message-details .post-order-contact-us a {
    color: #303036;
    font-weight: 600;
}
.page-post-payment .message-details .order-info {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
}
.page-post-payment .payment-success-total > table {
    border: none;
    padding: 0;
}
.page-post-payment .cartitem-table th:last-child, .page-post-payment .cartitem-table td:last-child {
    text-align: right;
}
.payment-success-total > table tr td:nth-child(2n) {
    text-align: right;
}
.auto-page.page-cart .cartitem-table.product-thumb-view thead th:last-of-type, .auto-page.page-cart .cartitem-table.product-thumb-view tbody td:last-of-type {
    text-align: right;
}
.confirm-step-form table.cartitem-table th.price, .confirm-step-form table.cartitem-table td.price {
    text-align: right;
}
.widget.widget-snippet.header-social-link .social-link a:hover i.fa {
    color: #fff;
}
.widget.widget-image.home-pro-img {
    z-index: 1;
}
.page-home.full-width.edit-page-with-layout .widget.widget-image.home-pro-img {
    z-index:unset;
}
.widget.widget-snippet .content-area .top-content p {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 34px;
}
.widget.widget-snippet .content-area .middle-content h6 {
    font-size: 31px;
}
.product-view.scrollable-view img, .product-view.image-view img {
    width: 100%;
    padding: 10px 0;
}
#customer-profile-tabs .scrollable-view .product-image-link img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
#customer-profile-tabs .scrollable-view .product-image-link {
    width: 100%;
    height: 100%;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-image { 
    height: 370px;
}
body > .footer .vertical .navigation-item:nth-last-child(2) {
    margin-top: 30px;
}
.message-block.error-message, .message-block.error, .message-block.info-message, .message-block.success {
    width: auto;
    border: 0;
}

/*****Search***********/
.auto-page .page-content .entire-search h2 {
    font-size:26px;
    text-align: center;
    padding-bottom: 5px;
}
.auto-page .page-content .entire-search .total-result {
    text-align: center;
    color: #da955f;
}

.auto-page .page-content .entire-search .total-result {
    margin-bottom: 20px;
}

.entire-search .search-result>.title {
    border: 0;
    text-align:left;
    font-size:24px
}
.entire-search .search-result{
    border-bottom-color:#f1f1f1;
    border-bottom: 1px solid #ddd;
}
.entire-search .footer .per-page-count {
    text-align: left;
    display: inline-block;
    height: 36px;
}

.entire-search .footer span.pagination {
    display: block;
    float: unset;
    margin-top: 20px;
}

.entire-search .pagination span.next:before, .entire-search .pagination span.prev:before{
    top: 2px;
}

.entire-search .search-result.pages .page a {
    margin-right: 10px;
    color: #000;
}
.entire-search .search-result.pages .page a span.title {
    font-size: 22px;
}
.entire-search .search-result.pages .page a:hover {
    color: #da955f;
}
.entire-search .search-result.pages .search-result-type {
    font-size: 15px;
    color: #393939cc;
}
.entire-search .search-result.pages .page a.page-read-more {
    color: #000;
}
.entire-search .search-result.pages .page a.page-read-more {
    color: #da955f;
    font-size: 14px;
}
.entire-search .search-result.pages .page a.page-read-more:hover {
    color: #000;
    text-decoration:underline;
}
.entire-search .search-result.pages .page .summary {
    color: #393939;
    font-size: 17px;
    line-height: 30px;
    font-family: "Century Gothic",sans-serif;
    padding-bottom: 10px;
    margin: 0;
}
.entire-search .footer{
    margin-bottom: 35px;
}
.entire-search .search-result.products .product-block .summary {
    display: none;
}
.page-post-payment .message-details p.post-order-contact-us a:hover {
    color:#da955f;
}
.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 17px;
}
/******END*********/
.page-checkout .payment-option .row .info {
    line-height: 45px;
}
.check-out-total > .price-row .remove {
    top: 14px;
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat;
}
.widget.widget-article.terms-and-conditions .article-content p, .widget.widget-article.Privacy.Policy .article-content p {
    font-size: 20px;
    line-height: 30px;
}
.widget.widget-article.terms-and-conditions .article-content h2, .widget.widget-article.Privacy.Policy .article-content h2 {
    margin-top: 30px;
    font-size:24px;
}
.widget.widget-image.home-pro-img {
    padding: 15px;
}
.widget.widget-html .coffee-google-map figure {
    -webkit-filter: brightness(96%) contrast(54%) grayscale(51%) hue-rotate(14deg) saturate(50%) sepia(66%);
    filter: brightness(90%) contrast(107%) grayscale(100%) hue-rotate(209deg) saturate(116%) sepia(27%);
}

.price-block-container {
    color: #303036;
}
.widget.widget-snippet .quality-beans-area {
    padding-top: 145px;
    padding-bottom: 115px;
    background-image: url(/template/30b3e6e1/images/background-pic.jpg);
    background-position: right top;
    background-size: cover;
}
.page-content {
    min-height: 250px;
}



.widget.widget-navigation.top-header-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first {
    display: block;
}


.widget-html.subscriptions-title {
    padding: 50px 0px 0px;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    text-align: center;

}
.page-subscriptions .widget-product.subscription-products .content {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.page-home .scrollable-view > .content {
    border: 0;
    padding: 0;
    max-width: 1150px;
    margin: 0 auto;
}

/*****************payment pay*******************/
.page-credit-card-payment .payment-form.securepay-payment-gateway-form.valid-verify-form {
    max-width: 1100px;
    margin: 3px auto 20px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-credit-card-payment .credit-card-payment .billing-address{
    background-color: #303036;
}
.page-credit-card-payment .credit-card-payment .payer-details{
    background: #f8f8f8;
    padding: 60px 80px 60px 100px;
}
.page-credit-card-payment .logo.credit-card {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}
.page-credit-card-payment .logo.credit-card {
    background:#303036;
    padding: 15px 0 15px 50px ;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.page-credit-card-payment .credit-card-payment .tlr input {
    background: #303036;
    border-radius: 0;
    width: 100%;
    border-radius: 50px;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
    width: 100%;
    max-width: 506px;
    height: 44px;
    border: 1px solid #d2d2d2;
    border-radius: 0;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 48.5%;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
    max-width: 506px;
}
.credit-card-payment .payer-details .form-row, .credit-card-payment .payer-details .double-input-row {
    margin: 0 0 25px;
}
.page-credit-card-payment form.payment-form.securepay-payment-gateway-form select {
    width: 100%;
    border-radius: 0;
    font-size: 15px;
}
.page-credit-card-payment .credit-card-payment .tlr input:hover {
    background: #fff;
    color: #303036;
}
.page-credit-card-payment .payment-form .merchant-logo {
    max-width: 100%;
    padding-bottom: 100px;
    display: block;
    text-align: left;
}
.payment-form .merchant-logo img {
    max-width: 110px;
}
.page-credit-card-payment .payment-form .merchant-info .company-name {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    font-family: 'Abhaya Libre';
}
.page-credit-card-payment .payment-form .merchant-info .company-address {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}
.page-credit-card-payment .payment-form .billing-address .form-row ~ .form-row{
    padding: 0;
    margin: 0;
}
.page-credit-card-payment .payment-form .billing-address .form-row input{
    padding: 5px 0;
    margin: 0;
    height: auto;
    border-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.page-credit-card-payment .credit-card-payment h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 12px;
    color: #303030;
}
.page-credit-card-payment .credit-card-payment .tlr input[disabled] {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.page-credit-card-payment .credit-card-payment .payer-details label {
    font-size: 14px;
    font-weight: normal;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .label {
    font-size: 17px;
    color: #000;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-code {
    color: #9b9999;
}
.payment-form .merchant-info {
    margin-bottom: 30px;
}
.page-credit-card-payment .payment-form .billing-address label {
    display: block;
    color: #fff;
    margin-top: 8px;
    width: 100%;
}
.credit-card-payment .billing-address h2 {
    color: #fff;
}
.page-credit-card-payment .credit-card-payment .payer-details .form-row.recaptcha-row label {
    display: none;
}
.page-credit-card-payment .credit-card-payment .payer-details div .errorlist.after {
    bottom: -13px;
}
.page-credit-card-payment .logo.credit-card img {
    max-width: 300px;
}




.widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(1), .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(2), .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(3) {
    display: none;
}
.widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(3){
    margin-right:0;
}
.widget.widget-navigation.top-header-menu .navigation-item-child-container .navigation-item:nth-last-child(1), .widget.widget-navigation.top-header-menu .navigation-item-child-container .navigation-item:nth-last-child(2) {
    display: block ;
}
.blog-post-details .content figure img {
    max-width: 100%;
    width: 100%;
}
.blog-post-details .post-description .content p a {
    color: rgb(206, 123, 55);
}
.page-home .widget-blogPost.blog-content .blog-post-content .blog-post-item {
    width: 30.5%;
}
.page-home .widget.widget-blogPost.blog-content {
    max-width: 100%;
    margin:25px auto 40px;
}
.widget.widget-html.home-news-title {
    text-align: center;
    padding-top: 87px;
}
.widget.widget-html.home-news-title h2 {
    font-size: 65px;
    line-height: 60px;
    font-weight: 800;
    color:#303036;
}
.widget.widget-html.all-news {
    text-align: center;
    margin-bottom: 100px;
    display: block;
    position: relative;
}
.page-home .widget-blogPost.blog-content .blog-post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.owlCarousel.widget.widget-gallery {
    max-width: 1150px;
    margin: 0 auto;
}
.page-home .product-view.image-view .product-block, .page-home  .product-view.scrollable-view .product-block {
    width: 25%
}
.page-home .product-view.scrollable-view img, .page-home .product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
    padding: 20px 0;
}
.page-home  .product-view.image-view .product-image-link, .page-home  .product-view.scrollable-view .product-image-link {
    display: block;
}

.page-home .product-view.image-view .product-block .price-waper, .page-home .product-view.scrollable-view .product-block .price-waper {
    padding-bottom: 10px;
    font-size:19px;
}
.page-home .price {
    font-size: 19px;
}
.page-home .scroll-left, .page-home .scroll-right {
    height: 40px;
    width: 30px;
    border: 0;
    position: absolute;
    top: 48%;
    z-index: 1;
}
.page-home .scrollable-view,
.page-home .product-view .header, .page-home .category-view .header, .page-home .entire-search .header, .page-home .product-search .header {
    border-bottom: 0;
}
.page-home .scroll-left {
    left: -50px;
    background: url(../images/product-left-arrow.png) no-repeat 0 0 !important;
}
.page-home .scroll-right {
    right: -50px;
    background: url(../images/product-right-arrow.png) no-repeat 0 0 !important;
}


.widget.widget-html.home-product-bg {
    height: 385px;
    display: block;
    width: 100%;
    background: url("../images/product-bg.jpg");
    margin-top: -340px;
}
/***********End cart n checkout**************/
.wish-list-popup label, .wish-list-popup select, .wish-list-popup input {
    display: block;
    margin-right: 0;
    width: 100% !important;
}
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-wish-list-popup.add-to-wishlist-popup.popup{
    max-width: 410px;
    padding: 20px;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button,
.add-to-wish-list-popup.popup .button-item .continue-shopping-btn, .add-to-wish-list-popup.popup .button-item .cart-page-button {
    width:170px;
}
.page-product .add-to-wish-list:hover {
    color: #fff;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button:nth-of-type(1), .add-to-compare-button {
    margin-left: 0;
    background-color: transparent;
    border: 1px solid #303036;
    color: #000;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button:nth-of-type(1):hover, .add-to-compare-button:hover {
    color: #fff;
    background: #303036;
}
.add-to-compare-button::after {
    display:none;
}
.add-to-compare-button{
    margin-top: 10px;
}
.wish-list-details .product-view.scrollable-view .header {
    display: none;
}
.wish-list-details .scrollable-view {
    border-bottom: 0;
}
.wish-list-details .scrollable-view > .content {
    border: 0;
    padding: 0;
}
.wish-list-popup.popup .button-line, .wish-list-popup.popup .footer,
.add-to-wish-list-popup.add-to-wishlist-popup.popup .button-item {
    margin-top: 0;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .popup-bottom.footer {
    margin-top: 0;
}
.wish-list-popup .form-row .errorlist.after {
    bottom: -12px;
}
.widget.widget-article.offer-notice .article-content p{
display: block;
  text-align: center;
  color: #000000;
  line-height: 30px;
  font-size: 18px;
  background: #f6f6f6;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.page-home .widget.widget-article.offer-notice .article-content p{
    color: #FF9F06;
    background:transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px)  {
    .page-home .scroll-left {
        left: 10px;
    }
    .page-home .scroll-right {
        right: 0px;
    }

    .widget.widget-image.logo {
        max-width: 170px;
        margin-left: 15px;
    }

    .widget.widget-image.footer-logo {
        max-width: 170px;
        margin-left: 15px;
    }
    body > .header .widget {
        margin-right: 15px;
    }
    body > .footer .widget {
        margin-left: -15px;
    }
    .widget.widget-newsletter.newsletter-area .newsletter, .widget.widget-html.news-letter-title .newsletter-title {
        max-width: 1100px;
    }
    .widget.widget-product.product-home .content {
        margin: 0;
    }

    .page-content {
        margin: 0 15px;
    }
    body.page-home .page-content {
        margin: 0;
    }
    .widget.widget-html .coffee-google-map {
        margin: 80px -15px -20px;
    }
    .widget.widget-product.subscriptions-product {
        padding: 50px 30px;
        margin: 0 -15px;
    }
    .auto-page .page-content {
        margin: 0 15px;
    }
    .widget.widget-html.widget-pageHeading {
        margin: 0 15px;
    }
    .widget.widget-breadcrumb {
        margin: 0 15px;
    }
    .product-view.image-view .content, .subcategory-container .content {
        margin-left: 0;
        margin-right: 0;
    }
    .product-widget.widget-related {
        margin: 0 -15px;
    }
    .payment-option .row .info, .payment-option .row .price-row {
        width: 100%;
        text-align: left;
    }
    .category-details-container, .subcategory-container {
        margin: 0 25px;
    }
}
@media (min-width: 1260px){
    .container {
        width: 1230px;
    }
}
@media (max-width: 1200px){
    .widget.widget-article.terms-and-conditions, .widget.widget-article.Privacy.Policy {
        padding:0 15px;
    }
    .page-product span.add-to-wish-list.button.et_pdp_add_to_wish_list {
        max-width: 210px;
    }
    .product-widget.widget-addCart .add-to-cart-button {
        max-width: 190px;
    }
    .product-widget.widget-related {
        padding: 50px 0 40px;
    }
    .page-home .scroll-left {
        left: 40px;
    }
    .page-home .scroll-right {
        right: 30px;
    }
    .page-home .scrollable-view > .content {
        max-width: 850px;
    }
    .page-home .image-view .product-view-height-width .image, .page-home .scrollable-view .product-view-height-width .image {
        height: 420px;
    }
    .page-home .scroll-left, .page-home .scroll-right {
        top: 38%;
    }
    .page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block {
        width: 33.333%;
    }
    .page-home .image-view .product-view-height-width .image, .page-home .scrollable-view .product-view-height-width .image {
        height: 283px;
    }
    .widget.widget-navigation.top-header-menu a {
        font-size: 16px;
    }
    .widget.widget-image.logo {
        margin-top: -25px;
    }
    .category-details-container, .subcategory-container {
        margin: 0 10px;
    }
}
@media (max-width: 1024px){
    div.jssor-slider-container .container, div.jssor-slider-container {
        width: 100vw !important;
        height: 100vh !important;
        padding: 0 !important;
        text-align: center;
        overflow: visible !important;
    }

}
@media only screen and (max-width: 991px) {
    .page-credit-card-payment .credit-card-payment .payer-details {
        padding: 60px 20px 60px 40px;
    }
    .page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
        width: 100%;
    }
    .page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper:last-child {
        margin-top: 20px;
    }
    .page-product span.add-to-wish-list.button.et_pdp_add_to_wish_list, .responsive .product-widget.widget-addCart .add-to-cart-button {
        max-width: 100%;
        margin: 0;
    }
    .page-product span.add-to-wish-list.button.et_pdp_add_to_wish_list {
        margin-top:10px;
    }
    .page-product .add-to-wish-list::after {
        font-size:16px;
    }
    .product-widget.widget-addCart {
        max-width: 260px;
        margin: 0 auto;
    }
    .widget-socialMediaShare .social-media-wrapper {
        max-width: 241px;
        margin: 20px auto 0;
    }
    .page-home .widget-blogPost.blog-content .blog-post-content .blog-post-item {
        width: 45%;
    }
    .page-home .widget.widget-blogPost.blog-content {
        margin: 15px auto 10px;
    }
    .widget.widget-html.all-news {
        margin-bottom: 40px;
    }
    .widget.widget-html.home-news-title h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .widget.widget-html.all-news a.button {
        font-size: 17px;
        max-width: 190px;
    }

    .page-home .scroll-left {
        left: 20px;
    }
    .page-home .scroll-right {
        right: 5px;
    }
    .page-home .scrollable-view > .content {
        max-width: 680px;
    }
    .page-home .image-view .product-view-height-width .image, .page-home .scrollable-view .product-view-height-width .image {
        height: 340px;
    }
    .page-home .scroll-left, .page-home .scroll-right {
        top: 41%;
        z-index: 1;
    }
    .widget.widget-html.home-product-bg {
        margin-top: -270px;
    }
    .responsive .widget.widget-navigation.top-header-menu .navigation-item {
        margin: 0 14px;
    }
    .responsive .widget.widget-navigation.top-header-menu .navigation-item-child-container .navigation-item {
        margin: 0 0px;
    }
    .widget.widget-navigation.top-header-menu a {
        font-size: 15px;
    }
    .widget.widget-image.logo {
        max-width: 110px;
        margin-top: 12px;
    }
    .page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block {
        width: 50%;
    }
    .responsive .widget.widget-image.logo {
        max-width: 145px;
        margin-top: -35px;
    }
    .responsive.page-product .product-widget.widget-addCart {
        max-width: 100%;
        margin: 10px auto 0;
    }
}
@media (max-width: 767px){
    .widget.widget-article.terms-and-conditions .article-content p, .widget.widget-article.Privacy.Policy .article-content p {
        font-size: 17px;
        line-height: 28px;
    }
    .widget.widget-article.terms-and-conditions .article-content h4, .widget.widget-article.Privacy.Policy .article-content h4{
        margin-top: 10px;
        padding: 10px 0;
    }
    .widget.widget-html.home-product-title h2 {
        margin-bottom: 20px;
    }
    .page-content {
        min-height: 80px;
    }
    .variation-container .variation-type label.type-label {
        max-width: 260px;
        margin: 0 auto 5px;
        text-align: left;
    }
    .page-credit-card-payment .credit-card-payment .payer-details {
        padding: 15px;
    }
    .page-credit-card-payment .credit-card-payment .payer-details .form-row.recaptcha-row .recaptcha-container {
        transform: scale(0.86);
        -webkit-transform: scale(0.86);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .page-credit-card-payment .credit-card-payment .payable-amount-label .currency-info {
        font-size: 20px;
    }
    .page-credit-card-payment .credit-card-payment .payer-details .form-row.recaptcha-row {
        margin-bottom: 0;
    }
    .responsive.page-checkout .confirm-step-form .left-panel, .responsive.page-checkout .confirm-step-form .right-panel {
        width: 100%;
    }
    .page-credit-card-payment .logo.credit-card img {
        max-width: 250px
    }
    .page-credit-card-payment .logo.credit-card  {
        padding:12px 20px
    }
    .page-subscriptions .body .article-content > div {
        max-width: 100%;
        width: 100%;
        margin: 10px auto;
        text-align: left
    }
    .widget.widget-navigation.top-header-menu .navigation-item.first, .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(3), .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(2), .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(1) {
        display: block;
    }
    .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(3), .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(2), .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(1) {
        max-width: 50px;
        display: inline-block

    }
    .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(3) a, .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(1) a, .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(2) a {
        border-top: 0;
    }
    .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(3) a .label, .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(1) a .label, .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(2) a .label {
        display: none;
    }
    .widget.widget-navigation.top-header-menu .navigation-item:nth-last-child(4) {
        border-bottom:1px solid #929292;
    }

    .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item.first, .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item:nth-last-child(1), .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item:nth-last-child(2),
    .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item.first a .label, .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item:nth-last-child(1) a .label, .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item:nth-last-child(2) a .label {
        display: block;
        max-width: 100%;
    }
    .responsive .widget.widget-product.product-home .product-view.image-view .product-name, .responsive .widget.widget-product.product-home .product-view.scrollable-view .product-name {
        margin-top: 5px;
        min-height: auto;
    }
    .responsive .widget.widget-snippet .quality-beans-area {
        padding-top: 35px;
        padding-bottom: 15px;
    }
    .responsive.page-home .parallax-mirror {
        background-image: none !important;
    }
    .widget.widget-newsletter.newsletter-area.parallax-window-newsletter{
        background: url("../images/bg-newsletter.jpg") no-repeat center center;
        background-size: cover;
    }
    .widget.widget-snippet .quality-beans-area{
        background: url("../images/bg-quality-beans.jpg") no-repeat center center;
        background-size: cover;
        margin-bottom: -1px;
    }
    div.jssor-slider-container .slide img {
        object-fit: cover;
    }
    .page-home .page-content .widget.widget-gallery {
        overflow: hidden;
        margin-bottom: -10px;
    }

    .checkout-page input[type="radio"] + span::before {
        top: 4px;
    }
    .checkout-page input[type="radio"]:checked + span::after {
        top: 8px;
    }
    .page-blog-post .blog-post-details {
        margin-top: 30px;
    }
    .responsive.page-home .widget-blogPost.blog-content .blog-post-content .blog-post-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .responsive.page-home .widget-blogPost .blog-post-content .blog-post-item .post-description {
        position: absolute;
        max-width: 96%;
    }
    .responsive.page-home .blog-post-item .title a {
        font-size: 20px;
        line-height: 22px;
    }
    .responsive.page-home  .blog-post-info span.date {
        line-height: 42px;
        font-size: 15px;
    }
    .responsive.page-home  .post.post-list-view-height {
        height: 235px;
    }
    .widget.widget-html.home-news-title h2 {
        font-size: 32px;
        line-height: 0px;
    }
    .page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block {
        width: 100%;
    }
    .page-home .scrollable-view > .content {
        padding: 0 ;
        max-width: 100%;
    }
    .page-home .scroll-left {
        left: 20px;
    }
    .page-home .scroll-right {
        right:20px;
    }
    .page-home .scroll-left, .page-home .scroll-right {
        top: 30%;
        z-index: 11;
    }
    .page-home .image-view .product-view-height-width .image, .page-home .scrollable-view .product-view-height-width .image {
        /*height: auto;*/
        background: transparent;
    }
    .widget.widget-html.home-product-bg {
        height: 295px;
    }
    .widget.widget-html.home-product-title h2 {
        margin-bottom: 0;
    }
    .widget.widget-html.home-product-title p {
        padding-bottom: 0;
    }
    .widget.widget-snippet .award-section .award-area .award-text p {
        line-height: 22px;
    }
    .widget.widget-snippet .quality-beans-area .quality-beans-content {
        text-align: center;
    }
    .page-home .widget-blogPost.blog-content .blog-post-content {
        display: block;
        padding: 0 10px;
    }
    .page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block {
        width: 100%;
    }
    .responsive .widget.widget-image.logo {
        max-width: unset;
        margin-top: unset;
    }
    .responsive.page-product .product-widget.widget-addCart {
        max-width: 260px;
        margin: 0 auto;
    }
    .wish-list-popup.add-to-wishlist-popup.popup .footer button, .add-to-wish-list-popup.popup .button-item .continue-shopping-btn, .add-to-wish-list-popup.popup .button-item .cart-page-button {
        width: 170px;
        width: 100%;
        margin: 5px 0;
        max-width:92%;
    }
    .responsive .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open {
        background-color: #000;
    }
    .responsive .top-header-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item {
        margin: 0;
    }
    .category-details-container, .subcategory-container {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 1366px) {
    .widget-snippet .quality-beans-area {
        padding-bottom: 130px;
    }
}
@media only screen and (max-width: 1024px) {
    .widget-snippet .quality-beans-area, .widget.widget-newsletter.newsletter-area{
        background-attachment: fixed;
    }
}

.widget.widget-blogPost.blog-content {
    max-width: 1200px;
    margin: 0 auto;
}
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
    margin: 0 30px 20px !important;
}
.fee .widget-image-edit-popup .fee-pu-content-footer {
    max-width: 500px
}
.image-popup-container.popup {
    min-width: 50% !important;
}
.image-popup-container.popup img.popup-image {
    max-height: calc(100vh - 116px) !important;
}
.image-popup-container.popup .image-popup-container .image-wrapper {
    padding: 20px !important;
}
@media screen and (max-width:1024px){
    .image-popup-container.popup .popup {
        min-width: 80% !important;
    }
}
@media screen and (max-width:575px){
    .image-popup-container.popup .image-popup-container .navigator.close-button {
        background: #fff url(../images/close-icone.jpg) no-repeat center;
        background-position: 14px 14px;
    }
    .image-popup-container.popup .image-popup-container .image-wrapper {
        padding: 15px !important;
    }
}

/*Section Full-wide*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 600px) !important;
    padding-right: calc(50% - 600px) !important;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/

div.widget-snippet .about-all{
    max-width: 100% !important;
    width: 100%;
}
#spltr-3383EDC1-6D08-4691-B4AE-4715625247C1 .widget-product {
    max-width: 1200px;
    margin: 0 auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    float: none;
    text-align: inherit;
}
.fee-widget-product-scroll-view .product-view.scrollable-view > .content {
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button {
    text-align: center;
}
.product-widget.widget-productImage {
    margin-right: 70px;
}
.variation-dropdown-container .chosen-container-single .chosen-single {
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right 25px;
}


/* ----------------------------------------------------------------
// customer profile
------------------------------------------------------------------- */
#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
    font-family: "Montserrat",sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: none;
    border: none;
}
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
    color: #000 !important;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout:hover {
    border: none;
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
    background: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
}
.customer-profile-v2 .profile-pic-wrapper>.customer-name-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
#customer-profile-tabs.customer-profile-v2 button {
    background: #303036;
    border: 1px solid #303036;
    width: auto;
    border-radius: 50px;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
    background: transparent;
    color: #303036;
    border: 1px solid #303036;
}
.page-profile .site-popup textarea:focus {
    border: 1px solid #000;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #303036;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #303036 solid;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right {
    border: 1px rgba(0,0,0,.2) solid;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:hover,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:hover {
    border: 1px rgba(0,0,0,.40) solid;
}
#webcommander-page.page-profile .notification.popup {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px 20px 20px;
    border: none;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
    #webcommander-page.page-profile .notification.popup {
        max-width: calc(100vw - 40px);
        min-width: 300px
    }
}

#webcommander-page.page-profile .notification.popup .icon {
    display: block;
    float: none;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
#webcommander-page.page-profile .notification.popup.info .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup.success .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M22%2011.0799V11.9999C21.9988%2014.1563%2021.3005%2016.2545%2020.0093%2017.9817C18.7182%2019.7088%2016.9033%2020.9723%2014.8354%2021.5838C12.7674%2022.1952%2010.5573%2022.1218%208.53447%2021.3744C6.51168%2020.6271%204.78465%2019.246%203.61096%2017.4369C2.43727%2015.6279%201.87979%2013.4879%202.02168%2011.3362C2.16356%209.18443%202.99721%207.13619%204.39828%205.49694C5.79935%203.85768%207.69279%202.71525%209.79619%202.24001C11.8996%201.76477%2014.1003%201.9822%2016.07%202.85986%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M22%204L12%2014.01L9%2011.01%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup.warning .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.2898%203.8602L1.81978%2018.0002C1.64514%2018.3026%201.55274%2018.6455%201.55177%2018.9947C1.55079%2019.3439%201.64127%2019.6873%201.8142%2019.9907C1.98714%2020.2941%202.2365%2020.547%202.53748%2020.7241C2.83847%2020.9012%203.18058%2020.9964%203.52978%2021.0002H20.4698C20.819%2020.9964%2021.1611%2020.9012%2021.4621%2020.7241C21.7631%2020.547%2022.0124%2020.2941%2022.1854%2019.9907C22.3583%2019.6873%2022.4488%2019.3439%2022.4478%2018.9947C22.4468%2018.6455%2022.3544%2018.3026%2022.1798%2018.0002L13.7098%203.8602C13.5315%203.56631%2013.2805%203.32332%2012.981%203.15469C12.6814%202.98605%2012.3435%202.89746%2011.9998%202.89746C11.656%202.89746%2011.3181%202.98605%2011.0186%203.15469C10.7191%203.32332%2010.468%203.56631%2010.2898%203.8602Z%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%209V13%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2017H12.01%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup.alert .icon,
#webcommander-page.page-profile .notification.popup.error .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.86%202H16.14L22%207.86V16.14L16.14%2022H7.86L2%2016.14V7.86L7.86%202Z%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup .message {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #ddd solid;
    text-align: left;
}
#webcommander-page.page-profile .notification.popup .type {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
#webcommander-page.page-profile .notification.popup.success .type {
    color: green
}
#webcommander-page.page-profile .notification.popup.warning .type {
    color: orange
}
#webcommander-page.page-profile .notification.popup.alert .type,
#webcommander-page.page-profile .notification.popup.error .type {
    color: red
}
#webcommander-page.page-profile .notification.popup .close {
    height: 16px;
    width: 16px;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.1953%204.9541L4.19531%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.19531%204.9541L12.1953%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    position: absolute;
    right: 7px;
    top: 5px
}
#webcommander-page.page-profile .site-popup .title-bar {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px #f0f3f4 solid;
    border-radius: 4px 4px 0 0;
    text-align: left;
}
#webcommander-page.page-profile .site-popup .title-bar .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
#webcommander-page.page-profile .site-popup .window-corner-toolbar .close::after {
    display: none;
}
#webcommander-page.page-profile .site-popup .form-row {
    margin: 0;
}
#webcommander-page.page-profile .site-popup .button-line {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
#webcommander-page.page-profile .site-popup .button-line button {
    width: auto;
    background-color: #303036;
    border: 1px solid #303036;
    color: #fff;
    border-radius: 50px;
    margin: 0;
    letter-spacing: normal;
}
#webcommander-page.page-profile .site-popup .button-line button:hover {
    background: transparent;
    color: #303036;
    border: 1px solid #303036;
}
#webcommander-page.page-profile .site-popup .button-line button[disabled] {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 1px #bfbfbf solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
    display: none;
}
.page-profile .confirm-popup .button-line button {
    width: auto;
}
.page-profile .confirm-popup .button-line button.yes-button {
    background-color: #303036;
    border: 1px #303036 solid;
    color: #fff;
}
.page-profile .confirm-popup .button-line button.yes-button:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 24px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-status {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 3px 8px;
    background-color: #666;
    border-radius: 30px;
    text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-header-left-bottom {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px rgba(0, 0, 0, .08) solid;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-created {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
    border: none;
    padding: 0;
    margin: 0;
    justify-content: unset;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
    padding-right: 24px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    padding-left: 24px;
    border-left: 1px rgba(0, 0, 0, .05) solid;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
    font-weight: 500;
    display: block;
    color: #555;
    margin: 15px 0 3px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
    width: 320px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    display: flex;
    float: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-bottom: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 50%;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
    color: #000;
    font-weight: 600;
    text-align: right;
    padding-left: 5px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    text-align: left;
    padding-right: 5px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-top: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
    font-size: 14px;
    right: 16px;
    bottom: 9px;
    line-height: 16px;
}
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
    width: 40%;
}
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
    display: flex;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
    max-width: 60px;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 70%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#customer-profile-tabs .bmui-tab-panel #order-details .id {
    font-weight: 600;
}
#customer-profile-tabs .bmui-tab-panel #order-details .name {
    font-size: 14px;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #303036;
    font-weight: 600;
    width: auto;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
    background: #4D4D4D;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 30px;
    position: relative;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    font-size: 21px;
    color: #313131;
    background: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 21px;
    color: #313131;
    background: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 20px;
    color: #313131;
    top: -2px;
    background: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover {
    color: #303036;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #303036;
}
.floating-panel-popup .action-item:hover {
    background-color: #f5f5f5;
    color: #000;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
    border: 1px solid #ccc
}
.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:hover {
    background: none;
}
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
}
#customer-profile-tabs.customer-profile-v2 button.back-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 6px 16px;
    background: none;
    border: 1px rgba(0, 0, 0, .2) solid;
    border-radius: 50px;
    height: 32px;
}
#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
    border: 1px rgba(0, 0, 0, .4) solid;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-details .form-row.btn-row {
    display: flex;
    column-gap: 10px;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    border-radius: 50px;
    width: auto;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .wrapper[data-label="Actions:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.9985%203.75C5.94%203.75%203.192%206.06975%201.60875%208.61225C1.53675%208.7315%201.5%208.86575%201.5%209C1.5%209.13425%201.536%209.2685%201.608%209.38775C3.192%2011.9303%205.94%2014.25%208.9985%2014.25C12.1058%2014.25%2014.8455%2011.9325%2016.3965%209.38025C16.4655%209.26325%2016.5%209.13125%2016.5%209C16.5%208.86875%2016.4655%208.73675%2016.3965%208.61975C14.8455%206.0675%2012.1058%203.75%208.9985%203.75ZM15.3082%209C13.9305%2011.1585%2011.6355%2013.125%208.9985%2013.125C6.39975%2013.125%204.0995%2011.151%202.6955%209C4.09875%206.849%206.39975%204.875%208.9985%204.875C11.637%204.875%2013.9327%206.843%2015.3082%209ZM9%206C10.656%206%2012%207.344%2012%209C12%2010.656%2010.656%2012%209%2012C7.344%2012%206%2010.656%206%209C6%207.344%207.344%206%209%206ZM9%207.125C7.965%207.125%207.125%207.965%207.125%209C7.125%2010.035%207.965%2010.875%209%2010.875C10.035%2010.875%2010.875%2010.035%2010.875%209C10.875%207.965%2010.035%207.125%209%207.125Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.add-to-cart {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%202.25L17.4427%203.75H15.996L13.3905%2012.75H3.46125L0%204.5H12.609L12.186%206H2.256L4.45875%2011.25H12.2797L14.8538%202.25H18ZM6.375%2013.5C5.754%2013.5%205.25%2014.004%205.25%2014.625C5.25%2015.2467%205.754%2015.75%206.375%2015.75C6.996%2015.75%207.5%2015.2467%207.5%2014.625C7.5%2014.004%206.996%2013.5%206.375%2013.5ZM10.125%2013.5C9.504%2013.5%209%2014.0033%209%2014.625C9%2015.2467%209.504%2015.75%2010.125%2015.75C10.746%2015.75%2011.25%2015.2467%2011.25%2014.625C11.25%2014.004%2010.746%2013.5%2010.125%2013.5Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.delete {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cmask%20id%3D%22mask0_1757_1068%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E %3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_1757_1068%29%22%3E %3Cpath%20d%3D%22M5.48077%2015.3756C5.10674%2015.3756%204.78727%2015.2431%204.52237%2014.9782C4.25746%2014.7133%204.125%2014.3938%204.125%2014.0198V4.50059H3.375V3.37561H6.74998V2.71216H11.25V3.37561H14.625V4.50059H13.875V14.0198C13.875%2014.3986%2013.7437%2014.7193%2013.4812%2014.9818C13.2187%2015.2443%2012.898%2015.3756%2012.5192%2015.3756H5.48077ZM12.75%204.50059H5.24998V14.0198C5.24998%2014.0871%205.27162%2014.1424%205.31489%2014.1857C5.35817%2014.229%205.41346%2014.2506%205.48077%2014.2506H12.5192C12.5769%2014.2506%2012.6298%2014.2266%2012.6779%2014.1785C12.7259%2014.1304%2012.75%2014.0775%2012.75%2014.0198V4.50059ZM7.05289%2012.7506H8.17787V6.00059H7.05289V12.7506ZM9.82209%2012.7506H10.9471V6.00059H9.82209V12.7506Z%22%20fill%3D%22%231C1B1F%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}
#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin: 0 0 15px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input:focus,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select:focus {
    border: 1px #000 solid;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    padding-bottom: 15px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    width: 100%;
    margin: 0;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row label,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0 0 5px;
    line-height: 1.4;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    display: flex;
    flex-wrap: wrap;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
    position: relative;
    padding: 0 0 0 22px;
    background: none;
    border: none;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
}
#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
    font-size: 14px;
    color: #222;
    line-height: normal;
    font-weight: 400;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 30px;
}
#webcommander-page.page-profile .site-popup .button-line button.cancel-button {
    color: #000;
    background: none;
    border: 1px rgba(0, 0, 0, .20) solid;
}
#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
    border: 1px rgba(0, 0, 0, .40) solid;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background-color: #303036;
    border: 1px solid #303036;
    border-radius: 50px;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: transparent;
    color: #303036;
    border: 1px solid #303036;
}
#customer-profile-tabs.customer-profile-v2 #order-list table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .pagination {
    margin: 0;
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.page-number.current:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.next:after,
#customer-profile-tabs.customer-profile-v2 .pagination span.prev:after {
    display: none;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container {
    display: block !important;
}
#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:before,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]::after {
    top: 2px;
    left: 40%;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 18px 0 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 265px;
    float: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
    display: block;
}
#webcommander-page.page-profile .site-popup .title-bar .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close,
#webcommander-page.page-profile .exception-popup .header .close-popup {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close:before,
#webcommander-page.page-profile .confirm-popup .header-line .close:after,
#webcommander-page.page-profile .exception-popup .header .close-popup:before,
#webcommander-page.page-profile .exception-popup .header .close-popup:after {
    display: none;
}

#webcommander-page.page-profile .confirm-popup .header-line .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
    height: auto;
    margin: 0;
    letter-spacing: normal;
    border-radius: 50px;
}
.page-profile .confirm-popup.popup .button-line {
    border: none;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
    border: none;
}
#webcommander-page.page-profile confirm-popup.popup .button-line{
    border: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
    border-radius: 50px;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    line-height: normal;
}
.page-profile .site-popup .errorlist.after {
    position: static;
}
.page-profile .site-popup .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
    overflow-x: auto;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    white-space: nowrap;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header {
    text-transform: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing .no-data {
    font-weight: 400;
}
.page-profile.auto-page .page-content {
    padding: 0 !important;
    margin: 0 !important;
}
#customer-profile-tabs .all_order .customer-profile-order-details-v2-view .order-basic-info-top {
    margin: 0;
    padding: 0;
    border: none;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
    width: 180px;
}
.page-profile #bs-2D6AC9DF-2B9B-42B4-B53C-93B886736981 {
    padding: 0;
}
.page-profile .floating-panel-popup {
    width: 180px !important;
}
#customer-profile-tabs .saved-cart-items-wrap,
#customer-profile-tabs .wish-list-list {
    overflow-y: auto;
    padding-bottom: 15px;
}
#customer-profile-tabs table {
    min-width: 820px;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
    width: 102px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: inherit;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price {
    font-size: 18px;
    color: #303036;
    font-weight: 500;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: 48px;
    margin-top: 15px;
}
.page-profile .site-popup .content {
    overflow: hidden;
}
.widget-navigation.user-nav .navigation-item a {
    text-decoration: none;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
#customer-profile-tabs.customer-profile-v2 button[disabled] {
    background-color: #ccc;
    pointer-events: none;
    border: 1px solid #ccc;
}
.page-profile .bmui-tab.left-side-header .bmui-tab-header-container {
    width: auto !important;
}
.customer-profile-v2 .customer-profile-left.open {
    z-index: 9999;
}

@media(max-width: 991px) {
    .customer-profile-v2-wrapper {
        padding: 30px 20px;
    }
    .customer-profile-v2 .customer-welcome-profile {
        margin-bottom: 0;
    }
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #customer-profile-tabs.customer-profile-v2 #saved-cart-listing table {
        width: 600px;
        margin-bottom: 20px !important;
        max-width: unset;
    }
}

@media(max-width: 575px) {
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
        flex-wrap: wrap;
    }
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
        width: 100%;
        padding-right: 0;
    }
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
        border-left: none;
    }
    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) {
        display: block;
    }
    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) .header-right {
        margin-top: 7px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .manage-password {
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-change-title {
        margin: 10px 0;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
        margin-top: 0;
    }
}

.widget-productImage .image-preview-box.product-detail-view .vertical-aligner {
    display: none;
}



.widget-productImage .image-preview-box { 
    height: auto;
}
.add-to-cart-button.button.et_pdp_add_to_cart .div-mask {
    background-color: transparent 
}