@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

input[type=submit], input[type=button], button, .button, a.button {
    color: #fff;
}

@font-face {
    font-family: 'MTCORSVA';
    src: url('./MTCORSVA.eot');
    src: local('MTCORSVA'), url('./MTCORSVA.woff') format('woff'), url('./MTCORSVA.ttf') format('truetype');
}

.fontsforweb_fontid_6771 {
    font-family: 'MTCORSVA' !important;
}

p {
    margin: 0;
    padding: 0 0 20px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

a {
    background-color: transparent;
}

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

h1 {
    font-size: 30px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    text-align: left;
    padding: 0 0 5px;
    font-weight: 500;
    margin: 0;
    font-family: ' Roboto', sans-serif;
}

h2 {
    font-size: 25px;
    line-height: 25px;
}

h3 {
    font-size: 20px;
    line-height: 20px;
}

h4 {
    font-size: 18px;
    line-height: 18px;
}

h5 {
    font-size: 16px;
    line-height: 18px;
}

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

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

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

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

label {
    color: #6b6b6b;
    font-weight: 400;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

ul li {
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0 0 17px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    text-align: left;
}

ol {
    margin: 0;
    padding: 0;
}

ol {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding-left: 6px;
}

ol li {
    margin: 0 0 10px 10px;
    padding: 0 0 0 8px;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    text-align: left;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #6b6b6b;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 20px;

}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #00a060;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    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;
    -moz-box-sizing: content-box;
    -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;
}

.widget-snippet p {
    font-size: 16px;
    margin: 14px 0;
    padding: 0;
}

.widget-snippet {
    color: #6b6b6b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
}

/*====================== start css============== */
body > .header {
    background: rgba(0, 0, 0, 0) url("/template/c98656f1/images/header.jpg") repeat-x scroll left top;
}

body > .footer {
    background: #292929 none repeat scroll 0 0;
    margin-top: 30px;
}

.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}

/*========== common =========== */
.article-content a:hover {
    border-bottom: 1px solid #9d9d9d;
}

.article-content p {
    padding-bottom: 15px;
}

.newsletter {
    padding-bottom: 12px;
}

.body .article-content h3 {
    line-height: 25px;
}

.page-content a {
    color: #000;
}

/*========== common typo =========== */
.col-2 {
    box-sizing: border-box;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: 19%;
}

/*========== header =========== */
.logo-txt p {
    color: #fff;
    font-family: 'MTCORSVA';
    font-size: 20px;
}
.header-phn .fa {
    font-size: 27px;
    position: absolute;
}

.header-snippet .fa {
    color: #cacaca;
    font-size: 20px;
}

.header-phn a {
    border-right: 1px solid #6d6d6d;
    color: #dfdfdf;
    font-size: 23px;
    font-weight: 500;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 27px;
}

.header-phn, .social-menu {
    display: inline-block;
}

.widget-snippet .social-menu li {
    display: inline-block;
    margin: 3px 6px 2px;
}

.header-snippet .header-phn .fa {
    font-size: 25px;
    position: absolute;
    top: 1px;
}

.membership-header p {
    padding: 0;
}

.membership-header a {
    border: 1px solid #c6c6c6;
    color: #c6c6c6;
    display: block;
    font-size: 15px;
    padding: 6px 10px;
    text-align: center;
}

.search-menu-button {
    background: #454545 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    margin-left: 6px;
    padding: 0 8px;
    width: 31px;
}

.search-form input[type="text"] {
    border: 1px solid #84c351;
}

.search-form input[type="text"] {
    border: 3px solid #454545;
    height: 49px;
    margin-top: 5px;
    padding: 0 12px;
    position: absolute;
    right: 70px;
    top: 38px;
    width: 243px;
    z-index: 1;
}

.search-form button {
    background: #f6f9fb none repeat scroll 0 0;
    border-color: #454545;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 3px 3px 3px medium;
    color: #888888;
    height: 49px;
    margin-top: 5px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 38px;
    width: 70px;
    z-index: 1;
}

/*========= footer ========== */
div.footer > .widget-container {
    height: 400px;
    width: 1170px;
}

.footer .vertical .navigation-item a {
    border-bottom: medium none;
    color: #818181;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.footer .vertical .navigation-item a:active, .footer .vertical .navigation-item a:hover, .footer a:active, .footer a:hover {
    color: #dadada;
}

.copy-right p, .copy-right a {
    color: #818181;
    font-size: 14px;
}

.copy-right-wi {
    max-width: 489px;
    padding-right: 15px;
    width: auto !important;
}

.footer .widget-title {
    color: #6f6f6f;
    font-size: 18px;
}

.footer-add p {
    color: #818181;
    font-size: 15px;
    padding-bottom: 9px;
}

.newsletter .mandatory label {
    color: #6f6f6f;
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
    width: 100%;
}

.newsletter .form-row.mandatory label::after {
    content: " ";
}

.newsletter input {
    background: #3f3f3f none repeat scroll 0 0;
    border: medium none;
    font-size: 16px;
    height: 42px;
    max-width: 300px;
    padding: 0 16px;
    width: 273px;
    color: #818181;
}

.newsletter input.validation-error[type="text"] {
    background: #3f3f3f none repeat scroll 0 0;
    border: medium none;
    color: #818181;
}

.newsletter button {
    background: #3f3f3f none repeat scroll 0 0;
    color: #919191;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    margin-top: 6px;
    padding: 0 15px;
    position: relative;
    text-align: left;
    text-shadow: none;
    width: 135px;
}

.newsletter button::after {
    background: rgba(0, 0, 0, 0) url("/template/c98656f1/images/arrow-right.png") no-repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 101px;
    position: absolute;
    top: 16px;
    width: 40px;
}

.newsletter .button-container > label {
    display: none;
}

.message-block.error-message, .message-block.error {
    background-color: #ffeeee;
    border: 1px solid #fcd2d2;
    color: #ff0000;
    position: absolute;
    top: 140px;
}

/*========= inner page banner ========== */
#bs-C1EB7580-AC8A-4FA1-A8BA-5B7871DB5D14 .widget-container {
    background-image: url("../images/inner-banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 185px;
    margin-bottom: 80px;
    padding: 0;
    width: 100%;
}

#bs-C1EB7580-AC8A-4FA1-A8BA-5B7871DB5D14 .widget-container::before {
    background-color: rgba(0, 0, 0, 0.42);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.widget.widget-pageHeading {
    margin: 0 auto;
    max-width: 1170px;
}

.widget-pageHeading h1 {
    color: #ffffff;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 75px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: ' Roboto', sans-serif;
    line-height: 35px;
}

/*========= australian snippet ========== */
.australian-sni {
    margin-bottom: 50px;
    margin-top: 75px;
}

.page-home .australian-sni h1 {
    font-size: 27px;
    font-weight: 500;
    padding: 0 0 10px 0;
    font-family: ' Roboto', sans-serif;
    line-height: 35px;
}

.col-md-7.australian-txt {
    padding-right: 32px;
}

.australian-txt a {
    border: 2px solid #919191;
    display: inline-block;
    margin-top: 14px;
    padding: 5px 22px;
}

.australian-sni .latest-ti {
    color: #3e3e3e;
    margin-bottom: 22px;
}

.latest-news .row {
    margin-bottom: 39px;
}

.latest-news .row:last-child {
    margin-bottom: 0;
}

.latest-news img {
    padding-bottom: 6px;
    padding-top: 6px;
}

.latest-news p {
    margin-bottom: 5px;
    margin-top: 0;
}

.latest-news a {
    border-bottom: 1px solid #919191;
}

.latest-news .col-md-4 {
    padding-right: 0;
}

/*========= seminer ========== */
.seminers-wi {
    background: #f3f3f3 none repeat scroll 0 0;
}

.seminars-con {
    padding-bottom: 80px;
    padding-top: 80px;
}

.seminars-con a {
    border: 2px solid #919191;
    display: inline-block;
    padding: 5px 22px;
}

.Seminars h1 {
    color: #343434;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 18px;
    padding-left: 20px;
}

.Seminars img {
    padding-bottom: 12px;
}

.Seminars p {
    margin-bottom: 28px;
}

.seminars-white {
    background: #fff none repeat scroll 0 0;
    padding-bottom: 1px;
    padding-top: 21px;
}

.seminars-txt {
    padding-left: 15px;
    padding-right: 15px;
}

.Seminars-2.Seminars .seminars-white {
    border-color: #cccccc;
}

.seminars-white {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #9c9c9c;
    padding-bottom: 1px;
    padding-top: 16px;
}

.seminars-inner-wi .seminars-con {
    padding-bottom: 60px;
}

.seminars-inner-wi .seminars-con {
    padding-top: 65px;
}

/*========= supplier ========== */
.suppliers-logo-wi {
    padding-bottom: 20px;
    padding-top: 45px;
}

.suppliers-con a {
    border-bottom: medium none;
}

.suppliers-logo-wi .widget-title {
    color: #343434;
    font-size: 26px;
    padding-bottom: 29px;
    padding-top: 5px;
    text-align: center;
}

.owl-controls {
    display: none;
}

div.owl-carousel .owl-item img {
    display: block;
        margin: 0 auto;
    width: auto;
      max-width: 90%;
}
.owl-carousel .owl-item .item {
    width: 100%;
    text-align: center;
}
.suppliers-con > h1 {
    color: #343434;
    font-size: 26px;
    text-align: center;
    font-family: ' Roboto', sans-serif;
}

.col-2.suppliers-logo:last-child {
    margin-left: 32px;
}

/*========= presentation ========== */

div.presentation-con {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
}

div.presentation {
    border-bottom: 1px dashed hsl(0, 0%, 87%);
    padding: 10px 0;
}

.presentation p, .presentation a {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}

.presentation span {
    border: 1px solid hsl(0, 0%, 87%);
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    margin-right: 10px;
    max-width: 130px;
    padding: 10px 6px;
    text-transform: uppercase;
}

.presentation > p {
    width: 55%;
}

.conference-2014-wi a {
    border-bottom: medium none;
}

.presentation-2015-wi a {
    border-bottom: medium none;
}

.presentation:last-child {
    border-bottom: medium none;
}

/*========= Meetings and Seminars ========== */
.meeting-seminars-wi a {
    border-bottom: 1px solid #9d9d9d;
}

.meeting-seminars-wi p {
    padding-bottom: 15px;
}

.meeting-seminars-wi {
    margin-top: 85px;
}

.meeting-seminars-wi h3 {
    margin-bottom: 15px;
    margin-top: 14px;
}

/*========= courses ========== */

.courses-wi p {
    padding-bottom: 15px;
}

.courses-wi {
    margin-top: 30px;
}

.courses-wi h1 {
    margin-bottom: 10px;
}

.courses-wi li {
    padding-left: 0;
}
ul {
    list-style-type: disc;
}
/*=========  regional meeting ========== */
.regional-meetings-wi li {
    padding-left: 0;
}

/*========= welcome home pg ========== */
.page-home-welcome .body ul li {
    padding-left: 34px;
    position: relative;
}

.page-home-welcome .body ul li::before {
    content: "";
    font-family: "fontawesome";
    font-size: 15px;
    font-weight: normal;
    left: 3px;
    position: absolute;
    top: 0;
}

/*========= 404 page ========== */
.error-page {
    margin: 0 auto;
    max-width: 720px;
    padding: 30px 15px;
}

.error-page h1 {
    color: #8cb542;
    font-size: 52px;
    font-weight: normal;
    line-height: 73px;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
}

.error-page h2 {
    color: #a2a2a2;
    font-size: 63px;
    font-style: normal;
    font-weight: bold;
    line-height: 55px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.error-page p {
    color: #989898;
    font-size: 20px;
    line-height: 35px;
    margin: 0;
    text-align: center;
}

/*========= newsletter-pg  ========== */

.newsletter a {
    color: green;
}

.poeo-administration-wi ol {
    padding: 12px 0 25px 70px;
}

.poeo-administration-wi ol li {
    list-style: outside none lower-alpha;
    font-size: 16px;
}

.newsletter-wi h6, .newsletter-wi h5, .newsletter-wi a {
    color: #00a060;
}

/* -----------------contact us  page----------------*/
.contact-us-add-wi p {
    padding-bottom: 0;
}

/*----contact us form --*/
input[type='text'], input[type='tel'], input[type='password'], input[type='email'] {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: #f6f9fb;
    border: 1px solid #d4dee5;
    border-radius: 1px;
    padding: 0 15px;
    margin: 0;
    color: #888888;
    font-size: 14px;
    font-weight: 400px;
    font-family: 'Open Sans', sans-serif;
}

.contact-form .form-row input {
    height: 38px;
}

.contact-form .form-row label {
    padding-right: 10px;
    width: 80px;
}

.custom-form.contact-form {
    margin-left: 15px;
    margin-right: 15px;
}

.contact-form .form-row.message label {
    vertical-align: top;
}

.contact-form .single-input-row {
    margin-top: 13px;
}

.form-row.btn-row {
    margin-top: 14px;
}

.contact-form .form-row button {
    background: #4d4d4d none repeat scroll 0 0;
    font-size: 17px;
    height: 40px;
    padding: 0;
    text-transform: uppercase;
    width: calc(100% - 2px);
}

.contact-form .form-row button:hover {
    background: #00a060;
}

.contact-form .submit-button {
    background: #00a060;
    color: #fff;
}

.contact-form .form-row input, .contact-form .form-row textarea {
    width: calc(100% - 5px);
}

.contact-form .form-row textarea {
    background: #f6f9fb none repeat scroll 0 0;
    color: #888888;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 17px;
}

.contact-form .form-row textarea {
    height: 148px;
}

.contact-form .form-row .errorlist {
    padding-left: 16px;
}

/*  -----contact us  captcha------ */
.captcha > img {
    margin-top: 9px;
    width: 120px;
}

.simple-captcha-reload.icon {
    background: rgba(0, 0, 0, 0) url("../../images/site/captcha-changer.png") no-repeat scroll left top;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    left: 11px;
    margin: 0 5px;
    position: absolute;
    top: -14px;
    width: 17px;
    display: none;
}

.simple-captcha-reload {
    position: relative;
}

.contact-form .form-row.simple_captcha_help_text label, .form-row.btn-row > label, .form-row.simple-captcha > label {
    display: none;
}

.form-row.simple_captcha_input_field.mandatory > label {
    margin-bottom: 6px;
    padding-right: 10px;
    width: 142px;
}

.form-row.simple-captcha {
    margin: 11px 0 0;
}

.form-row.simple_captcha_help_text, .simple-captcha-reload span:nth-child(2) {
    display: none;
}

/* contact us googlemap */
.google-map-wi {
    margin-right: 30px;
}

.google-map-wi iframe {
    border: 5px solid #bdbdbd;
    box-sizing: border-box;
    display: block;
    height: 308px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 30px;
    padding: 7px;
    width: 92%;
}

/* ------------- jssor -----------*/
div.jssor-slider-container .container, div.jssor-slider-container {
    height: 260px;
}

.jssorb03 {
    display: none;
}

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

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

div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
/* 
.page-home .widget.widget-gallery::before {
    content: url("/template/c98656f1/images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    background: none;
}

*/

.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}

/* ----------- blog page ----------*/
.post.post-list-view-height {
    margin-right: 30px;
    padding-bottom: 20px;
}

.post.post-list-view, .post-description {
    display: inline-block;
}

.post-description {
    width: calc(100% - 245px);
}

.blog-post-item {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 50px;
    padding-bottom: 51px;
}

.post.post-list-view-height {
    height: 154px;
}

.blog-post-item .post a {
    display: block;
}

.post-description > a {
    border: 1px solid #666666;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    padding: 6px 12px;
}

.blog-post-item.last {
    border-bottom: medium none;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.post.post-list-view {
    vertical-align: top;
}

.blog-post-item .content {
    color: #6b6b6b;
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 16px;
}

.blog-post-info span.date {
    color: #6d6d6d;
    margin-right: 10px;
    padding-left: 24px;
}

.blog-post-info span {
    font-size: 16px;
}

/* ----------- blog post ----------*/
.blog-post-details .comment-post-panel {
    border: medium none;
    margin-top: 0;
    padding: 25px 0;
}

#blog-post-create-comment-panel .max-character {
    display: none;
}

.double-input-row.mandatory label::after, .form-row.mandatory label::after {
    color: #ff0000;
    content: " #";
    display: none;
}

.blog-post-details .comment-post-panel label {
    display: inline-block;
}

.blog-post-details .comment-post-panel label {
    display: inline-block;
    width: 110px;
}

.comment-post-panel .simpleCaptcha-container {
    display: none;
}

.comment-post-panel button {
    background: #6ba103 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 41px;
    margin-top: 10px;
}

.comment-post-panel form {
    background: #ededed none repeat scroll 0 0;
    padding: 14px;
}

.blog-post-details .comment-post-panel input {
    margin-bottom: 11px;
    width: 380px;
}

.comment-post-panel .errorlist.after {
    margin-left: 112px;
}

textarea.large.error-field-error.validation-error {
    margin-bottom: 7px;
}

textarea {
    margin-bottom: 10px;
}

.blog-post-details .image {
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}

.blog-post-details .post-description {
    width: 100%;
}

div.blog-post-details .comment-post-panel {
    padding: 0;
}

.blog-post-content {
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.social-media-share a {
    border-bottom: medium none;
}

/* ------------- sitemap -----------*/
.sitemap-wi .vertical .navigation-item a::before {
    color: #737373;
    content: "";
    font-family: fontawesome;
    height: 10px;
    left: -10px;
    position: relative;
    width: 10px;
    font-size: 12px;
}

.sitemap-wi .vertical .navigation-item a:hover {
    color: #000;
}

.sitemap-wi .vertical .navigation-item .navigation-item-child-container {
    display: block;
    margin-left: 30px;
}

.sitemap-wi .vertical .navigation-item a {
    border-bottom: medium none;
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
}

/* ------------- gallery -----------*/
.gallery-text-wi {
    margin-bottom: 22px;
}

.page-gallery #bs-4EAF3C3E-835F-4592-B517-87F533ED0AD9 {
    padding-bottom: 85px;
    padding-top: 93px;
}

.page-gallery #bs-C1EB7580-AC8A-4FA1-A8BA-5B7871DB5D14 .widget-container {
    margin-bottom: 0;
}

.page-gallery .footer {
    margin-top: 0;
}

.swipe-image-wrap .box {
    width: 24%;
}

.swipe-image-wrap .box {
    padding: 10px;
    float: left;
}

.swipe-image-wrap a img {
    display: block;
    width: 100%;
}

.swipe-image-wrap ul {
    margin: 0 -10px;
    overflow: hidden;
}

.swipe-image-wrap a {
    background-color: #6a6a6a;
    border: 3px solid #6a6a6a;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.swipe-image-wrap a:hover img {
    opacity: 0.1;
    transform: scale(1.2);
    transition: all 0.3s ease-out 0.1s;
}

.swipe-image-wrap a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.swipe-image-wrap a::after {
    border: 1px solid #cccccc;
    border-radius: 50%;
    bottom: 0;
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 50px;
    left: 0;
    line-height: 46px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(2);
    transition: all 0.2s ease-in-out 0.2s;
    width: 50px;
}

/*   latest-news    */
.latest-news {
    margin-left: 20px;
}

.latest-nws-title {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 18px;
    margin: 75px 0 10px 40px;
}

.latest-nws-title a, .latest-news .post a {
    border: 0;
}

.latest-news .blog-post-item .title a {
    font-size: 18px;
    border-bottom: 0px solid #919191;
}

.latest-news .blog-post-item .content {
    font-size: 15px;
    line-height: 24px;
}

.latest-news .title {
    padding-bottom: 10px;
}

.latest-news .blog-post-item {
    border-bottom: 0px dashed #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.latest-news .post-description > a {
    border: 0;
    border-bottom: 1px solid #666666;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    padding: 0;
}

.login-form input {
    width: 100%;
}

.page-login .login-form {
    margin: 100px auto;
}

.login-button, .password-reset-form .submit-button, .registration-form button, .survey-form .submit-button, .button.profileLogout {
    color: #fff;
    font-size: 15px;
}

.button.profileLogout a {
    color: #000000;
    text-decoration: none;
    border: 0;
}

.password-reset-form {
    margin: 100px auto;
    max-width: 450px;
    padding: 0 15px;
}

.header-login a {
    border: 1px solid #c6c6c6 !important;
    color: #c6c6c6;
    display: block !important;
    font-size: 15px;
    padding: 10px !important;
    text-align: center;
    line-height: 19px;
}

.registration-form {
    padding-left: 15px;
    padding-right: 15px;
}

.login-form .account-register a {
    color: #00a060;
}

.header-login .vertical .navigation-item.active > a {
    color: #fff;
}

.survey-form .submit-button {
    text-transform: capitalize;
}

.survey-form .reset-button {
    color: #fff;
}

.survey-form {
    margin: 100px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.sample-form {
    margin: 100px 0;
}

.survey-form .single-input-row {
    margin-bottom: 10px;
}

.survey-form input, .survey-form textarea {
    display: block;
    margin-top: 5px;
}

.survey-form label {
    width: auto !important;
}

.radio-checkbox-row input {
    display: inline;
}

.accordion-panel > .label-bar .toggle-icon {
    border: 0;
}

.password-reset-form .lost-password-text {
    color: #00a060;
}

.login-form .lost-password {
    display: block;
    margin-bottom: 10px;
}

.blog-post-item .title a {
    line-height: 1.4;
}

/*start: Product Details page*/
.product-widget.widget-productName h1.product-name {
    margin-top: 0;
    font-size: 26px;
    line-height: 1.2;
}

.product-widget.widget-productSummary .title {
    display: none;
}

.stepper {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-right: 0;
    align-items: center;
    align-content: center;
    float: none;
}

.popup .stepper {
    width: 130px;
    float: left;
}

.add-cart-information-popup .item > span {
    display: inline-block;
    vertical-align: middle;
    align-self: center;
    float: left;
    margin-top: 5px;
}

.add-cart-information-popup .item {
    overflow: hidden;
}

.widget-price .price .tax-message {
    display: none;
}

.add-to-cart-popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-product .stepper::before {
    content: "Quantity: ";
    color: #232323;
    font-weight: 600;
    font-size: 16px;
    left: 0;
    position: absolute;
    line-height: 36px;
}

.stepper .stepper-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    font-size: 15px;
    height: 36px;
    padding: 5px;
    text-align: center;
    width: 30px;
    z-index: 0;
    vertical-align: middle;
    line-height: 30px;
    color: #585858;
    font-family: ' Roboto', sans-serif;
    font-weight: 600;

}

.widget-socialMediaShare .social-media-wrapper span {
    opacity: 0.7;
}

.stepper .stepper-input {
    order: 2;
}

.stepper .stepper-arrow.up {
    order: 3;
    position: relative;
}

.stepper .stepper-arrow.up {
    top: 0px;
    border: 0 solid #000000 !important;
    border-radius: 0 !important;
    height: 21px;
    right: 0;
    width: 30px;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/plus-icon.png);
    background-repeat: no-repeat;
}

.stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    color: #bababa;
    font-weight: 500;
    font-weight: 600;
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 25px;
    left: 0;
    line-height: 36px;
    text-align: center;
    display: none;
}

.stepper .stepper-arrow.down {
    order: 1;
    position: relative;
}

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

.stepper .stepper-arrow.down {
    top: 0;
    border: 0 solid #000000 !important;
    border-radius: 0 !important;
    height: 21px;
    right: 0;
    width: 30px;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/minus-icon.png);
    background-repeat: no-repeat;
}

.stepper .stepper-arrow {
    border: none;
}

.stepper .stepper-arrow {
    background-position: center !important;
}

.stepper .stepper-arrow.up::after,
.stepper .stepper-arrow.down::after {
    display: none;
}

.page-product .widget-productSummary .summary {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    margin-top: 20px;
    display: block;
}

.page-product .widget-productSummary .summary br {
    line-height: 40px;
}

.page-product .widget-productSummary {
    padding-bottom: 0;
}

.page-product .widget-price {
    padding: 25px 0 18px;
    float: left;
    margin-bottom: 0;
    width: 100%;
}

.product-widget.widget-stockMark {
    float: right;
    clear: right;
    padding: 37px 0;
    line-height: 28px;
    color: #4bab68;
    font-weight: 700;
    font-size: 15px;
    border-bottom: 1px solid #d9d9d9;
    width: 34%;
    text-align: right;
}

.product-widget.widget-addCart .stepper {
    margin-bottom: 20px;
    margin: 0 auto 17px;
    width: 100%;
    padding-left: 80px;
}

.chosen-container-single .chosen-single span {
    margin-right: 0;
}

.chosen-container-single .chosen-single > span {
    color: #999;
    display: block;
    margin-right: 26px;
}

.product-widget.widget-addCart {
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.widget-price .price {
    font-size: 30px;
    color: #00a060;
}

.variation-container .variation-type {
    padding-bottom: 5px;
    font-size: 18px;
    color: #00a060;
}

.page-product .variation-type.color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-product .variation-type.color ul {
    margin: 0;
    padding: 0;
}

.page-product .variation-type.color ul li:before {
    display: none;
}

.page-product .variation-type.color ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.page-product .variation-type.color ul li + li {
    margin-left: 5px;
}

.page-product .variation-container .variation-type label.type-label {
    padding-right: 10px;
    color: #00a060;
    display: inline-block;
    vertical-align: middle;
}

.page-product .variation-container .variation-type.color .variation-value {
    border: none !important;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.page-product .product-widget.widget-addCart .add-to-wish-list {
    background: none;
    border: none;
    position: relative;
    font-size: 0;
    padding: 0;
    margin: 10px 0 0 0;
    height: 20px !important;
    width: 100px;
}

.page-product .widget-addCart .add-to-wish-list:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/wishlist-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.page-product .widget-addCart .add-to-wish-list:before {
    content: 'Wish List';
    position: absolute;
    left: 0;
    top: 0;
    color: #3d3d3b;
    font-size: 16px;
    min-width: 130px;
    text-transform: none;
}

.page-product .product-widget.widget-variation {
    padding-top: 8px;
    padding-bottom: 8px;
    clear: left;

}

.auto-page .page-content {
    padding-bottom: 80px;
}

.page-product .variation-dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.page-product .widget-likeus {
    padding: 0;
    margin: 38px 0 0;
}

.page-product .chosen-container-single .chosen-single {
    border: none;
    box-shadow: none;
}

.page-product .variation-dropdown-container .chosen-container-single .chosen-single {
    height: 32px;
    font-size: 17px;
    padding-left: 0;
    font-weight: 600;
}

.page-product .variation-type.text .chosen-container-single {
    min-width: 100px
}

.page-product .variation-type.color .chosen-container-single {
    min-width: 100px
}

.page-product .zoomContainer {
    z-index: 200;
}

.page-product .zoomContainer .zoomLens {
    border: none !important;
}

.page-product .zoomWindowContainer div {
    border: none !important;
}

.page-product .widget-likeus .googleplus-like-us {
    margin-top: -9px;
}

.product-widget.widget-addCart span.add-to-cart-button.button.et_pdp_add_to_cart {
    display: block;
    clear: left;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 30px;
    background: #00a060;
}

.product-widget.widget-addCart {
    overflow: hidden;
}

.product-widget.widget-socialMediaShare .social-media-wrapper {
    display: block;
    vertical-align: middle;
    margin-top: 17px;
    text-align: center;
}

.product-widget.widget-socialMediaShare::before {
    content: 'Share';
    color: #585858;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

.page-product .product-widget.widget-productName {
    margin-top: -4px;
}

.page-product .product-widget.widget-productImage {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    margin-right: 70px;
}

.page-product .label-for-base-price {
    display: none;
}

.page-product .scrollable-view > .content {
    padding: 0;
    border: none;
}

.product-widget.widget-information {
    margin-top: 150px;
}

.page-product .bmui-tab {
    border-radius: 6px;
    margin-top: 130px;
    max-width: 930px;
    margin: 0 auto;
    padding: 40px;
    box-shadow: 3px 4px 18px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.page-product .bmui-tab-header-container {
    text-align: center;
    padding-bottom: 0;
    display: inline-block;
    margin: 0 auto 30px;
    border: 2px solid #232323;
}

.page-product .bmui-tab .bmui-tab-body-container {
    border: none;
    text-align: center;
    border-top-width: 3px;
    padding: 0;
}

.page-product .bmui-tab .bmui-tab-header {
    background-color: transparent;
    border: transparent;
    color: #333;
    font-size: 17px;
    font-size: 0;
    display: block;
    padding: 5px 30px;
    margin: 0 4px;
    cursor: pointer;
    position: relative;
    border: 2px solid #fff;
    width: 50%;
    float: left;
    margin: 0;
    line-height: 1;
}

.page-product .bmui-tab .bmui-tab-header.bmui-tab-active.bmui-state-active {
    border: 2px solid #232323;
    background: #232323;
}

.page-product .bmui-tab .bmui-tab-header[data-tabify-tab-id="description"]::before {
    top: 0;
    right: 0;
    content: "Details";
    font-size: 17px;
    color: #636363;
    line-height: 26px;
    vertical-align: middle;
}

.page-product .bmui-tab .bmui-tab-header[data-tabify-tab-id="reviewAndRating"]::before {
    top: 0;
    left: 0;
    content: "Reviews";
    font-size: 17px;
    color: #636363;
    line-height: 26px;
    vertical-align: middle;
}

.page-product .bmui-tab .bmui-tab-header.bmui-tab-active::before {
    background-color: transparent;
    color: #ffffff;
}

.page-product .bmui-tab-body-container .bmui-tab-panel,
.page-product .bmui-tab-body-container p {
    text-align: center;
    color: #3d3d3b;
    font-size: 16px;
    text-align: center;
}

.write-review-panel .write-review {
    border: 2px solid #00a060;
    background-color: #00a060;
    border-radius: 0;
    min-width: 172px;
    height: 40px;
    line-height: 34px;
    text-align: left;
    text-transform: none;
    color: #ffffff;
    font-size: 15px;
    padding: 0 20px;
    margin: 0;
    text-transform: none;
    position: relative;
    transition: all 0.2s ease 0s;
    text-align: center;
}

.review-panel .write-review-panel {
    padding: 15px 0;
}

.write-review-panel .write-review:hover {
    color: #ffffff;
    background-color: #232323;
    border-color: #232323;
}

.review-form-container {
    margin: 0 auto;
    max-width: 600px;
}

.review-form .form-row label {
    width: 100%;
    display: block;
    padding: 16px 0 0;
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
}

.review-form-container .simpleCaptcha-container .form-row.simple-captcha {
    width: 100%;
    text-align: center;
}

.review-form-container .form-row.simple_captcha_input_field.mandatory {
    width: 100%;
    float: none;
}

.review-form-container .simpleCaptcha-container .form-row.simple-captcha,
.review-form-container input[type=text],
.review-form-container textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.review-form-container input[type=text],
.review-form-container textarea {
    width: 100%;
}

.review-form-container .review-form .btn-row {
    padding-left: 0;
    margin-top: 20px;
}

.review-form-container .review-form .btn-row button[type="submit"], .review-form-container .review-form .btn-row button[type="button"] {
    border: 2px solid #3d3d3b;
    background-color: #ffffff;
    border-radius: 0;
    width: auto;
    text-transform: none;
    color: #3d3d3b;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    text-transform: none;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 48.6%;
    text-align: center;
}

.review-form-container .review-form .btn-row button[type="button"] {
    margin-left: 2%;
    border-color: #292929;
    color: #ffffff;
    background: #292929;
}

.review-form-container .review-form .btn-row button[type="submit"] {
    color: #ffffff;
    border: 2px solid #00a060;
    background: #00a060;
}

.review-panel {
    text-align: center;
}

.review-form-container .review-form .btn-row button[type="submit"]:hover,
.review-form-container .review-form .btn-row button[type="button"]:hover {
    color: #ffffff;
    background-color: #00a060;
    border-color: #00a060;

}

.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    border: 1px solid #f3f3f3;
    display: inline-block;
    margin: 17px;
    padding: 30px 15px;
    vertical-align: top;
    position: relative;
    width: 30%;
    text-align: center;
    background: #f8f8f8;
}

.product-view.image-view .product-block a, .product-view.scrollable-view .product-block a {
    border-bottom: 0;
}

.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    color: #333;
    font-size: 20px;
}

.product-block .block-content-wrap .price {
    font-size: 20px;
    font-weight: 700;
    color: #00a160;
}

.price-block-container {
    margin: 0 0 15px;
    display: block;
}

span.add-to-cart-button.button.et_pdp_add_to_cart {
    display: inline-block;
    padding: 10px 30px;
    font-size: 15px;
}

.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
    height: auto;
    margin-bottom: 20px;
}

/* Customer Profile Page */
.account-details-form .form-row input, .edit-address-form .form-row input, .account-details-form .form-row select {
    width: 100%;
}

.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    color: #00a060;
}

.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border-left: 3px solid #00a060;
    background: #fff;
    margin-right: -1px;
}

.top-box {
    padding: 0;
}

.bmui-tab .bmui-tab-header.top {
    padding: 0;
}

.bmui-tab-body-container .bmui-tab-body-container {
    border-top: 0 !important;
}

.bmui-tab.left-side-header .bmui-tab-header .title {
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.bmui-tab .bmui-tab-header.top {
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
}

.bmui-tab.left-side-header .bmui-tab-header .title {
    padding: 11px 15px;
}

span.button.profileLogout:hover a {
    color: #fff;
}

.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active {
    margin-right: 20px;
    border: 1px solid #E2E2E2;
    margin-bottom: -1px;
    background: #fff;
    border-bottom-color: #fff;
}

.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    color: #555555;
    position: relative;
}


#customer-profile-manage-account .form-row, #bmui-tab-gift-registry .form-row {
    margin: 5px 0;
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

#customer-profile-manage-account .edit-password-form .form-row {
    float: none;
    width: 100%;
    max-width: 500px;
}

#bmui-tab-gift-registry .gift-registry-share-form {
    margin-top: 20px;
}

#bmui-tab-gift-registry .gift-registry-share-form textarea {
    width: 100%;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row label {
    display: block;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row {
    margin: 10px 0;
    max-width: 500px;
    width: 100%;
    float: none;
    padding: 0px;
    box-sizing: border-box;
}

#customer-profile-manage-account .form-row input, #customer-profile-manage-account .form-row select, #bmui-tab-gift-registry .form-row input, #bmui-tab-gift-registry .form-row select {
    width: 100%;
}

#customer-profile-manage-account .form-row .suggestion, .gift-registry-create-edit-form .form-row .suggestion {
    position: absolute;
}


.gift-registry-create-edit-form .group-row {
    padding: 0 15px;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.account-details-form .form-row.btn-row, .edit-address-form .form-row.btn-row {
    width: 100%;
}

div#bmui-tab-gift-registry .gift-registry-items .form-row.btn-row {
    padding: 0;
}

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

.bmui-tab.left-side-header .bmui-tab-body-container {
    padding: 30px;
    border: 1px solid #000000;
}

.bmui-tab.left-side-header .bmui-tab-body-container {
    border: 1px solid #E2E2E2;
}

.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 1px solid #E2E2E2;
}

.gift-registry-create-edit-form span.Zebra_DatePicker_Icon_Wrapper, .gift-registry-create-edit-form textarea {
    width: 100%;
}

#bmui-tab-gift-certificate input[type=text], #bmui-tab-gift-certificate input[type=password], #bmui-tab-gift-certificate select, #bmui-tab-gift-certificate textarea {
    width: calc(100% - 160px);
}

#bmui-tab-store-credit .form-row {
    margin-bottom: 20px;
}

#bmui-tab-store-credit textarea {
    padding: 15px;
}

.wish-list-edit-form .form-row.btn-row {
    margin-top: 15px;
}

.wish-list-edit-form .form-row label {
    display: block;
}

.wish-list-edit-form .form-row input[type=text] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 31px;
}

#saved-cart-details .saved-cart-items-wrap {
    margin: 20px 0 20px;
}

#saved-cart-details .saved-cart-items-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row {
    margin-bottom: 15px;
}

#bmui-tab-save-cart .save-cart-init-form .form-row label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row input[type="text"] {
    width: 100%;
    max-width: 500px;
}

.wish-list-share-form input[type=text], .wish-list-share-form input[type=password], .wish-list-share-form select, .wish-list-share-form textarea {
    width: 100%;
}

.oder-comment-form .form-row {
    margin-bottom: 20px;
    display: block;
}

/*====================== ecomerce  CSS===========*/

/* Ecommerces Base Css*/
.accordion-panel > .label-bar.expanded {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 0px;
    padding: 18px 40px 20px;
    color: #000;
    background: transparent;
    font-size: 18px;
}

.accordion-panel > .accordion-item.expanded {
    padding: 0px 23px 40px 40px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 0px;
    color: #000;
    background: transparent;
}

.quick-cart-content {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 35px;
    width: 300px;
    z-index: 99999;
    padding: 18px;
    border: 4px solid #000000;
    box-sizing: border-box;
}

.quick-cart-content table th {
    background-color: #000000;
    border: 1px solid #DDDDDD;
    color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
}

.quick-cart-content::before {
    content: "";
    margin-left: -10px;
    top: -14px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #000 transparent;
    right: 50px;
}

.stepper .stepper-arrow {
    background: transparent;
    text-indent: 0;
    font-size: 0;
    border-left: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}

.cart-details-link .button {
    width: 48%;
    padding: 7px 10px;
}

.stepper .stepper-input {
    background: transparent;
}

.accordion-panel > .label-bar {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    height: auto;
    line-height: 27px;
    margin-bottom: 10px;
    padding: 10px 10px 10px 40px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accordion-panel > .label-bar .toggle-icon {
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
    left: 15px;
    position: absolute;
    top: 50%;
    width: 13px;
    margin-top: -8px;
    line-height: 13px;
}

.accordion-panel > .label-bar .toggle-icon::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 0;
}

.accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 24px;
    top: 0;
    left: 0;
}

/* cart page css start*/

.shopping-cartitem h1 {
    float: none;
    padding-bottom: 15px;
    text-align: center;
}

.empty-cartitem-text {
    margin-bottom: 12px;
}

.shopping-cartitem.empty-cart {
    text-align: center;
}

.page-cart .shopping-cartitem {
    max-width: 960px;
    background: none;
    border: 0px;
    box-shadow: 0px 0px 0px;
    margin: 0 auto;
}

.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-left: 10px;
    display: inline-block;
    float: none;
    vertical-align: middle;
}

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

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

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

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

.cartitem-table tbody tr:nth-child(odd) {
    background: rgba(156, 156, 156, 0.1);
}

.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: 15px;
}

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

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

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

.discount-coupon-code-panel .form-row.btn-row button {
    display: block;
    width: 100%;
}

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

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

/* checkout page css start*/
.checkout-page {
    margin: 0 auto;
    max-width: 970px;
}

.checkout-address-selector .chosen-container, .checkout-address-selector .chosen-single {
    background-color: #000;
}

.checkout-address-selector .down-arrow {
    background: transparent;
}

.checkout-address-selector .down-arrow::before {
    position: absolute;
    top: 0px;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.checkout-address-selector .edit-address {
    background: #000;
}

.checkout-address-selector .edit-address::before {
    content: "\f040";
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    color: #fff;
    line-height: 64px;
    width: 100%;
    text-align: center;
}

.selector-mode-block .step-continue-button {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.chosen-container .chosen-results {
    padding: 15px;
}

.payment-item {
    display: block;
    margin: 10px 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.gateway-thumb {
    border: 0;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 78px;
    background-size: 80% !important;
}

.payment-item label {
    display: inline;
}

.page-checkout .confirm-order .editable.editing .button.apply {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

/*start:login*/
.page-login .login-form {
    border-color: #e2e2e2;
}

.login-form .account-register a,
.login-form .lost-password a {
    color: #00a060;
}

.login-form .account-register a:hover,
.login-form .lost-password a:hover {
    color: #000;
}

.login-form .form-row label {
    display: none;
}

.registration-form input[type=text], .registration-form input[type=password], .registration-form select, .registration-form input,
.password-reset-form .form-row input,
.login-form input[type="password"], .login-form input[type="text"] {
    border: 2px solid #bababa;
    font-size: 14px;
}

.login-form input[type="password"],
.login-form input[type="text"] {
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid #bababa;
    padding: 0;
}

.login-form input[type="password"]::placeholder,
.login-form input[type="text"]::placeholder {
    color: #3d3d3b;
    font-size: 17px;
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
}

.page-registration .widget.widget-breadcrumb,
.page-reset-password .widget.widget-breadcrumb,
.page-login .widget.widget-breadcrumb {
    display: none;
}

.login-form .login-button {
    width: 100%;
}

.page-login .page-content .login-form {
    border-color: #f5f5f5;
    box-shadow: 0 0 20px 0 #ecebeb;
    border-radius: 3px;
    font-size: 14px;
}

.page-reset-password form.password-reset-form.valid-verify-form {
    text-align: center;
    box-shadow: 0 0 20px 0 #ecebeb;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
}

.page-registration .simpleCaptcha-container {
    padding: 0px 15px 8px 15px;
    clear: left;
    overflow: hidden;
}

.server-message.server-error.error-message.message-block {
    position: absolute;
    left: 50%;
    top: 28%;
    transform: translate(-50%);
}

.add-to-cart-popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.add-to-cart-popup .item .stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
}

.page-product .add-to-cart-popup .stepper::before {
    display: none;
}

.popup-bottom.footer {
    margin-top: 0;
}

.page-cart .shopping-cartitem .checkout-btn.cartitem-btn {

}

.page-cart .shopping-cartitem .checkout-btn.cartitem-btn:hover {
    background: #000000;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.popup .popup-bottom .button,
.page-cart .shopping-cartitem .cartitem-btn
.page-cart .shopping-cartitem .save-cart {
    padding: 10px 55px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    color: #3d3d3b;
    border: 2px solid #9d9d9d;
    background-color: #ffffff;
    text-transform: none;
    font-size: 16px;
    text-align: center;
    font-family: ' Roboto', sans-serif;
    font-weight: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
    cursor: pointer;
}

.popup .popup-bottom .button {
    width: 48%;
}

.popup .popup-bottom span.continue-shopping-btn {
    border-color: #9d9d9d;
    color: #000000;
}

.popup .popup-bottom a.cart-page-button.button.et_ecommerce_view_cart:hover {
    color: #fff;
}

.popup .popup-bottom a.cart-page-button.button.et_ecommerce_view_cart, .popup .popup-bottom span.add-to-cart-button.button.et_pdp_add_to_cart {
    border-color: #9d9d9d;
    color: #3d3d3b;
}

.popup .popup-bottom a.cart-page-button.button.et_ecommerce_view_cart:hover, .popup .popup-bottom span.add-to-cart-button.button.et_pdp_add_to_cart:hover {
    color: #fff;
    border-color: #232323;
}

.popup .popup-bottom .button:hover,
.page-cart .shopping-cartitem .cartitem-btn:hover,
.page-cart .shopping-cartitem .save-cart:hover {
    color: #ffffff;
    background: #000000;
    border: 2px solid #000000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.page-cart .widget.widget-breadcrumb {
    display: none;
}

.popup .variation-dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.popup .widget-likeus {
    padding: 0;
    margin: 0;
}

.popup .chosen-container-single .chosen-single {
    border: none;
    box-shadow: none;
}

.popup .variation-dropdown-container .chosen-container-single .chosen-single {
    height: 32px;
    font-size: 13px;
    background: transparent;
    padding-left: 0;
}

.popup .variation-type.text .chosen-container-single {
    min-width: 100px
}

.popup .variation-type.color .chosen-container-single {
    min-width: 100px
}

/* Login Page */
.login-form .title {
    text-align: center;
    color: #000;
    padding-bottom: 20px;
}

form .form-row input[type="password"],
form .form-row input[type="text"], form .form-row select {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    border: 2px solid #d9d9d9;
    padding: 0px 10px;
    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: 100%;
    font-size: 15px;
    font-weight: bold;
    color: #555555;
}

.login-form .lost-password a {
    color: #555;
    display: inline-block;
    font-weight: bold;
}

.form-row .account-register a {
    color: #00a060;
}

.form-row .account-register a:hover, .login-form .lost-password a:hover {
    color: #000000;
}
.login-form .form-row{
    position: relative;
}
.login-form .errorlist.after {
    position: absolute;
    top: auto;
    right: 15px;
    background: #eae7e7;
    min-width: auto;
    padding: 2px 20px;
    bottom: -8px;
    line-height: 15px;
    height: auto;
    border-radius: 6px;
}

.login-form .errorlist.after .message-block {
    font-size: 11px;
    margin: 0;
    padding: 0;
    text-align: center;
}

form.password-reset-form.valid-verify-form {
    text-align: center;
}

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

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

.password-reset-form .form-row.submit-row button {
    margin-left: 0;
    width: 100%;
    padding: 13px 20px;
}

.password-reset-form .form-row {
    display: block;
}

.password-reset-form .lost-password-text {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    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: center;
}

/*end:login*/
/* cart page css start*/

.shopping-cartitem h1,
.checkout-page-options > h1,
.checkout-page .header-wrapper .page-heading {
    float: none;
    padding-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.empty-cartitem-text {
    margin-bottom: 12px;
}

.shopping-cartitem.empty-cart {
    text-align: center;
}

.page-cart .shopping-cartitem {
    max-width: 100%;
    background: none;
    border: 0px;
    box-shadow: 0px 0px 0px;
    margin: 0 auto;
}

.page-cart .header-wrapper .page-heading {

}

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

.tell-friend-popup .body .form-row input,
.tell-friend-popup .body .form-row textarea {
    width: 100%;
    border: 2px solid #bababa;
}

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

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

.cartitem-table .stepper {
    float: none;
    margin: 0 auto;
    padding: 0;
    justify-content: left;
}

.cartitem-table th, .cartitem-table td.total-label {
    font-weight: 500;
}

table.cartitem-table {
    border: 0;
}

.cartitem-table th, .cartitem-table td {
    width: 20%;
    text-align: left;
    border: 0px solid #eee;
    font-size: 16px;
    background: #fff;
    font-weight: 500;
    color: #333;
    font-family: ' Roboto', sans-serif;
}

.cartitem-table th {
    color: #000000;
    font-weight: 600;
}

.cartitem-table th:last-child, .cartitem-table td:last-child {
    text-align: right;
}
.cartitem-table th.image, .cartitem-table td.image {
    text-align: center;
}

/* Checkout option Page css start*/
.two-column .first-column .column-content {
    margin-right: 15px;
}

.two-column .last-column .column-content {
    margin-left: 15px;
}

.page-checkout .accordion-item .edit-address-mode-block .form-row label {
    width: 100%;
}

.page-checkout .accordion-item .edit-address-mode-block .form-row input[type="text"], .page-checkout .accordion-item .edit-address-mode-block .form-row select {
    width: 100%;
}

.checkout-page-options .new-customer p {
    font-size: 14px;
    line-height: 22px;
}

.new-customer-from h1 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #000;
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
}

.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
}

.checkout-page-options .content-wrapper {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 35px 60px 45px;
    border: none;
}

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

.checkout-page-options .registered-customer {
    border-left: 1px solid rgba(0, 0, 0, .08);
    display: inline-block;
    padding-left: 7%;
    width: 48%;
}

.checkout-page-options .registered-customer .form-row .errorlist.after {
    bottom: -17px;
    margin-left: 30%;
}

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

.checkout-page-options .registered-customer .form-row label {
    line-height: 52px;
    width: 30%;
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.checkout-page-options .registered-customer input[type=text], .checkout-page-options .registered-customer input[type=password] {
    height: 43px;
    width: 70%;
    box-sizing: border-box;
    padding-left: 12px;
    float: right;
    border: 2px solid #bababa;
}

.registered-customer .form-row.lost-password-row {
    padding-left: 30%;
}

.checkout-page-options .registered-customer button.login-submit {
    width: 100%;
    margin-top: 5px;
    float: right;
    max-width: 70%;
}

.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
}

.checkout-page-options .content-wrapper {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 35px 60px 45px;
    border: none;
}

.checkout-page-options span.lost-password a {
    color: #000;
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

.checkout-page-options .new-customer > h1, .checkout-page-options .registered-customer > h1 {
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #000;
}

.checkout-page-options .item-head {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 7px 10px;
}

.page-login .login-form {
    background-color: transparent;
    padding: 50px 60px;
    max-width: 540px;
    width: 90%;
    border: 1px solid #000;
    box-sizing: border-box;
}

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

.checkout-page-options .registered-customer {
    border-left: 1px solid rgba(0, 0, 0, .08);
    display: inline-block;
    padding-left: 7%;
    width: 48%;
}

.checkout-page-options .registered-customer .form-row .errorlist.after {
    bottom: -17px;
    margin-left: 30%;
}

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

.checkout-page-options .registered-customer .form-row label {
    line-height: 40px;
    width: 30%;
}

.checkout-page-options .registered-customer input[type=text], .checkout-page-options .registered-customer input[type=password] {
    height: 35px;
    width: 70%;
    box-sizing: border-box;
    padding-left: 12px;
    float: right;
}

.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 231px;
    position: absolute;
    top: 0;
    width: 185px;
}

.registered-customer .form-row.lost-password-row {
    padding-left: 30%;
}

.checkout-page-options .registered-customer button.login-submit {
    width: 100%;
    margin-top: 5px;
    float: right;
    max-width: 70%;
}

.gift-certificate-code-panel {
    background-color: #F9F9F9;
    border: 0;
    display: inline-block;
    margin: 5px 0;
    padding: 40px;
    box-sizing: border-box;
}

.gift-certificate-code-panel input[type="text"], .discount-coupon-code-panel input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
}

.gift-certificate-code-panel .button, .discount-coupon-code-panel .button {
    display: block;
    padding: 8px 10px;
    vertical-align: middle;
    width: 100%;
}

/* Checkout Page Start */

.checkout-page .section.loaded {
    border: 2px solid #efefef;
    background: #fff;
}

.checkout-page .section .header .title {
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #787878;
    font-size: 16px;
    padding-left: 30px;
}

.checkout-page .section {
    border: 0;
    color: #000;
    height: auto;
    line-height: 27px;
    margin-bottom: 15px;
    position: relative;
    text-overflow: ellipsis;
    background: none repeat scroll 0 0 #f5f5f5e6;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.cartitem-table td.product-name .wrapper {
    word-break: normal;
    font-size: 13px;
    word-wrap: normal;
}

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

.checkout-page .section.loaded .header .title {
    padding-top: 9px;
    font-size: 18px;
    display: inline-block;
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
}

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

.checkout-page .address-view .address {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    background: #fff;
}

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

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

.section.delivery-types {
    background: #fff;
}

.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 .section .step-continue-button:hover {
    background: #00a060;
}

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

.checkout-page .message-block.error-message,
.checkout-page .message-block.error {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.checkout-page .toolbar-btn:hover,
.checkout-page .confirm-order-btn-row .confirm-order-button:hover {
    background: #00a060;
}

.checkout-page .confirm-order-btn-row .confirm-order-button {
    padding: 12px 40px;
    font-size: 15px;
    width: 100%;
}

.checkout-page .address-edit-from-wrap .form-row label {
    color: #353535;
}

.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: 6px;
}

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

.confirm-step-form .left-panel {
    width: 50%;
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

.confirm-step-form .cart-item .details .price {
    padding: 0;
}

.confirm-step-form .right-panel {
    padding: 0 0 0 30px;
    background-color: #ffffff;
    width: 50%;
}

.checkout-page .section.confirm form > div + div span strong {
    font-size: 15px;
    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;
}

.payment-gateway {
    padding-top: 20px;
    margin-bottom: 40px;
}

.payment-gateway .payment-method {
    border: 2px solid #9d9d9d;
}

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

.check-out-total > .price-row .label, .check-out-total > .price-row .price {
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
}

.tell_friend_popup .header .status-message {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.product-widget.widget-addCart .remove-from-compare-button {
    word-wrap: break-word;
}

.exception-popup table th {
    background-color: #fbc7bc;
    text-transform: uppercase;
}

.exception-popup table tr:nth-child(odd) td {
    background-color: #f1f1f1;
}

.exception-popup table td, .exception-popup table th {
    padding: 7px 5px;
}

.checkout-page input[type="checkbox"] + span, .checkout-page input[type="radio"] + span {
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
    font-weight: 500 !important;
}

.checkout-page-options .item-head {
    background: #fff;
    color: #00a060;
    text-align: center;
    line-height: 20px;
    font-size: 19px;
    font-weight: 600;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #00a060;
    padding: 7px 21px;
    position: relative;
    top: 16px;
    left: 71px;
    display: none;
}

/* checkout page css start*/
.checkout-page {
    margin: 0 auto;
    max-width: 970px;
}

.checkout-address-selector .chosen-container, .checkout-address-selector .chosen-single {
    background-color: #000;
}

.checkout-address-selector .down-arrow {
    background: transparent;
}

.checkout-address-selector .down-arrow::before {
    position: absolute;
    top: 0px;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.checkout-address-selector .edit-address {
    background: #000;
}

.checkout-address-selector .edit-address::before {
    content: "\f040";
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    color: #fff;
    line-height: 64px;
    width: 100%;
    text-align: center;
}

.checkout-page-options .registered-customer p.register {
    font-size: 14px;
    font-family: ' Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #333;
}

.add-to-cart-popup td.product-img, .add-cart-information-popup td.product-img {
    padding-right: 20px;
    width: 90px;
    border: 0;
}

.free-shipping-text {
    font-size: 18px !important;
}

.checkout-page .section > .header .title {
    color: #818585;
    font-family: ' Roboto', sans-serif;
    font-weight: 700;
}

.checkout-page .section.loaded > .header .title {
    color: #00a060;
    font-size: 23px !important;
}

.checkout-page .address-view .address .name {
    font-family: ' Roboto', sans-serif;
    font-weight: 700;
}

/* Registration page css start */
.registration-form .title {
    text-align: center;
}

.page-registration .registration-form {
    margin: 0 auto;
    max-width: 690px;
}

.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 7px 15px;
    box-sizing: border-box;
    position: relative;
}

.registration-form .form-row label {
    margin-bottom: 7px;
    width: 100%;
    font-size: 15px;
}

.registration-form input[type=text], .registration-form input[type=password], .registration-form select, .registration-form input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin-top: 10px;
}

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

.registration-form .form-row.submit-row button {
    width: 100%;
}

.registration-form input.radio:nth-of-type(2) {
    margin-left: 15px;
}

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

/* Customer Profile Page */
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    background: transparent;
    color: #00a060;
    margin-right: 0;
    border: 0;
}


#customer-profile-manage-account .form-row, #bmui-tab-gift-registry .form-row {
    margin: 5px 0;
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

#customer-profile-manage-account .edit-password-form .form-row {
    float: none;
    width: 100%;
    max-width: 500px;
}

#bmui-tab-gift-registry .gift-registry-share-form {
    margin-top: 20px;
}

#bmui-tab-gift-registry .gift-registry-share-form textarea {
    width: 100%;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row label {
    display: block;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row {
    margin: 10px 0;
    max-width: 500px;
    width: 100%;
    float: none;
    padding: 0px;
    box-sizing: border-box;
}

#customer-profile-manage-account .form-row input, #customer-profile-manage-account .form-row select, #bmui-tab-gift-registry .form-row input, #bmui-tab-gift-registry .form-row select {
    width: 100%;
}

#customer-profile-manage-account .form-row .suggestion, .gift-registry-create-edit-form .form-row .suggestion {
    position: absolute;
}


.gift-registry-create-edit-form .group-row {
    padding: 0 15px;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

div#bmui-tab-gift-registry .gift-registry-items .form-row.btn-row {
    padding: 0;
}

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

.bmui-tab.left-side-header .bmui-tab-body-container {
    padding: 30px;
    border: 1px solid #000000;
}

.bmui-tab.left-side-header .bmui-tab-header {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
}

.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 1px solid #000000;
}

.gift-registry-create-edit-form span.Zebra_DatePicker_Icon_Wrapper, .gift-registry-create-edit-form textarea {
    width: 100%;
}

#bmui-tab-gift-certificate input[type=text], #bmui-tab-gift-certificate input[type=password], #bmui-tab-gift-certificate select, #bmui-tab-gift-certificate textarea {
    width: calc(100% - 160px);
}

#bmui-tab-store-credit .form-row {
    margin-bottom: 20px;
}

#bmui-tab-store-credit textarea {
    padding: 15px;
}

.wish-list-edit-form .form-row.btn-row {
    margin-top: 15px;
}

.wish-list-edit-form .form-row label {
    display: block;
}

.wish-list-edit-form .form-row input[type=text] {
    display: block;
    width: 350px;
    max-width: 100%;
}

#saved-cart-details .saved-cart-items-wrap {
    margin: 20px 0 20px;
}

#saved-cart-details .saved-cart-items-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row {
    margin-bottom: 15px;
}

#bmui-tab-save-cart .save-cart-init-form .form-row label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row input[type="text"] {
    width: 100%;
    max-width: 500px;
}

.wish-list-share-form input[type=text],
.wish-list-share-form input[type=password],
.wish-list-share-form select,
.wish-list-share-form textarea {
    width: 100%;
}

.oder-comment-form .form-row {
    margin-bottom: 20px;
    display: block;
}

/* add to cart popup */
.add-to-cart-popup .short-info div,
.add-cart-information-popup .short-info div {
    padding-bottom: 0;
    font-size: 15px;
}

.popup {
    box-shadow: none;
    padding: 30px 50px;
    background: #fff;
    box-sizing: border-box;
}

.add-to-cart-popup .item > span {
    color: #00a060;
    font-weight: 600;
    left: 0;
    line-height: 37px;
    font-size: 15px;
}

.add-to-cart-popup .item .stepper::before {
    display: none;
}

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

.site-popup.popup .title-bar span.title, .confirm-popup .header-line,
.add-to-cart-popup .status-bar-product-name,
.add-cart-information-popup .status-bar-product-name {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    padding-bottom: 7px;
}

.site-popup.popup .title-bar, .confirm-popup .header-line {
    background-color: transparent;
    padding: 0;
}

.add-to-cart-popup .body {
    border-bottom: 1px solid #e2e2e2;
}

.add-to-cart-popup .item {
    margin: 7px 0;
}

.add-to-cart-popup .item span {
    display: inline-block;
    vertical-align: middle;
}

.add-to-cart-popup .item .stepper {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    float: none;
    margin: 0 0 0 10px;
}

.add-to-cart-popup .item .stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
}

.add-to-cart-popup .product-thumb-view img {
    max-width: 75px;
    max-height: 80px;
}

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

.site-popup .content, .confirm-popup .body {
    padding: 30px 0 0 0;
}

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

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

.add-to-cart-popup .cart-summary-header,
.add-cart-information-popup .cart-summary-header {
    font-size: 15px;
    padding-right: 0;
    text-align: center;
    float: none;
}

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

.popup .button-item .continue-shopping-btn:hover,
.popup .button-item .cart-page-button:hover {
    background: #232323;
    border-color: #232323;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.site-popup .title-bar .close,
.confirm-popup .header-line .close,
.popup .close-icon {
    top: 15px;
    right: 10px;
}

.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
    box-sizing: border-box;
    text-align: center;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

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

.confirm-popup.popup .header-line .title {
    text-align: center;
    display: block;
    font-size: 16px;
    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 {
}

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

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

.shipment-calculator-popup .first-column .form-row {
    width: 50%;
    float: left;
    padding: 0 15px;
    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%;
}

/* Payment Success Page */

.page-post-payment .order-info {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.page-post-payment .post-order-contact-us {
    text-align: center;
}

.page-post-payment .order-details .table_heading {
    text-align: center;
}

.page-post-payment .order-details {
    margin: 20px auto 0;
    max-width: 1000px;
}

.page-post-payment .product-name-column {
    width: 250px;
}

.add-to-compare-button:after, .add-to-wish-list:after, .remove-from-compare-button:after {
    font-family: 'FontAwesome';
    content: "\f079";
    display: inline-block;
    font-size: 1em;
    margin-left: 6px;
    line-height: 1;
}


/*end:*/
.page-login .login-form input[type="checkbox"] {
    position: relative;
    top: -2px;
}

.page-login .login-form .lost-password {
    position: absolute;
    margin: 0;
    right: 0;
    top: -32px;
}

.post.post-list-view img {
    max-width: 200px;
    max-height: 150px;
}

.blog-post-item .title a {
    font-size: 22px;
    color: #000;
    font-family: ' Roboto', sans-serif;
}

.page-product .product-widget.widget-addCart span.add-to-cart-button.button.et_pdp_add_to_cart {
    background: #232323;
    border-color: #232323;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.page-product .product-widget.widget-addCart span.add-to-cart-button.button.et_pdp_add_to_cart:hover {
    color: #ffffff;
    background-color: #00a060;
    border-color: #00a060;
}

.page-product .widget-price .price {
    font-size: 30px;
    color: #232323;
}

.add-to-cart-popup .item > span {
    color: #232323;
}

.page-product .l-fixed-right .widget-productSummary .summary {
    margin-top: 20px;
}

.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before,
.popup span.close-popup.close-icon::after {
    content: "";
    font-size: 15px;
    background: rgba(0, 0, 0, 0) url('/template/c98656f1/images/close-icone.jpg') no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.shopping-cartitem .remove-cartitem {
    background: rgba(0, 0, 0, 0) url('/template/c98656f1/images/close-icone.jpg') no-repeat scroll left top;
}

.checkout-page .section.loaded > .header .title {
    color: #000000;
}

.confirm-step-form .payment-gateway .payment-method {
    height: 40px;
}

.checkout-page .section .step-continue-button {
    color: #232323;
    font-size: 16px;
    text-align: center;
    font-family: ' Roboto', sans-serif;
    font-weight: normal;
    border: 2px solid #9d9d9d;
    background-color: #ffffff;

}

.checkout-page .section .step-continue-button:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000;
}

.checkout-page .toolbar-btn {
    border: 2px solid #9d9d9d;
    color: #232323;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.checkout-page .toolbar-btn:hover {
    color: #fff;
    border-color: #000000;
    background-color: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.action-cell .action-icon.edit {
    background: transparent;
    height: 28px;
    width: 30px;
    color: #000;
    position: relative;
}

.action-cell .action-icon.edit::before {
    content: "\f044";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: 20px;
    color: #555;
}

.image-popup-container.popup {
    padding: 0;
    border: 0;
}

.image-popup-container.popup .image-wrapper {
    border: 0;
}

.widget-form.member-form .errorlist.after {
    position: static;
}
.widget-form.member-form  span.terms_and_condition_title {
    margin-left: 10px;
}

.widget-form.member-form .form-row.validation-error {
    background: none;
    border: none;
    color: #000;
}
.image-popup-container .navigator {
    background: #fff url(../images/close-icone.jpg) no-repeat;
}

.image-popup-container .navigator.close-button {
    background-position: center;
    height: 34px;
    right: -12px;
    top: -12px;
    width: 34px;
    border: 1px solid #4a4a4a;
    border-radius: 50%;
}

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

.customer-new-password .form-row label {
    width: 100%;
    margin-bottom: 5px;
}

form.customer-new-password {
    border-color: #f5f5f5;
    box-shadow: 0 0 20px 0 #ecebeb;
    border-radius: 3px;
    font-size: 14px;
    padding: 50px;
    max-width: 450px;
    margin: 0 auto;
}

.customer-new-password button {
    display: block;
    width: 100%;
}

.customer-new-password {
    padding-bottom: 15px;
}

.login-form .form-row:last-child {
    text-align: center;
    position: relative;
}

.page-registration .registration-form {
    max-width: 750px;
    border-color: #f5f5f5;
    box-shadow: 0 0 20px 0 #ecebeb;
    border-radius: 3px;
    font-size: 14px;
    padding: 50px;
    margin: 0 auto;
}

form.registration-form .form-row input[type="password"], form.registration-form .form-row input[type="text"], form.registration-form .form-row select {
    margin-bottom: 0;
}

form.registration-form .form-row.simple-captcha {
    margin: 0;
    overflow: hidden;
    width: calc(50% - 15px);
    float: left;
    text-align: center;
    margin-right: 15px;
    border: 2px solid #d9d9d9;
    height: 44px;
}

form.registration-form .form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    float: left;
    margin-left: 15px;
    margin-top: 0;
}

form.registration-form .form-row.simple_captcha_input_field.mandatory > label {
    display: none;
}

form.registration-form .captcha > img {
    margin-top: 0;
}

.refer-this.product-share {
    font-size: 11px;
    background: #444;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    letter-spacing: 0.2px;
    display: inline-block;
    padding: 2px 15px;
}

.share-medium span.image-text {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin-left: 5px;
}

.customer-share-options > label {
    display: block;
    margin-bottom: 10px;
}

.customer-share-options .share-medium > div {
    cursor: pointer;
}

.customer-share-options .share-medium > div:hover {
    opacity: 0.6;
}

.order-items-wrap col.product-col {
    width: 200px;
}

.page-guest-customer-order-comment .comment-row .show-comment {
    word-break: normal;
}


.check-out-total > .price-row .price {
    min-width: auto;
    padding: 0 0 0 10px;
}

.price-row.default-payment.storeCredit .tool-icon {
    background: none;
    top: 0;
    right: 0;
    position: relative;
    color: red;
}

.price-row.default-payment.storeCredit .tool-icon::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f044";
}

.confirm-step-form .payment-option .row .info, .confirm-step-form .payment-option .row .price-row {
    float: left;
    width: 100%;
    text-align: left;
}

.payment-option .row .price-row input {
    margin: 0 0 0 10px;
    padding: 2px 10px;
    height: auto;
    width: 108px;
}

.confirm-step-form .payment-option .row .price-row {
    margin-top: 10px;
}

.confirm-step-form .payment-option .row .price-row {
    color: #000000;
    font-size: 16px;
}

.payment-option .row .price-row input {
    margin: 0 0 0 10px;
    padding: 2px 10px;
    height: auto;
    width: 108px;
}


.checkout-page .form-row select {
    height: 44px;
    padding: 10px 7px;
}

.checkout-page .address-edit-from-wrap .form-row {
    position: relative;
}

.errorlist.after {
    position: absolute;
    top: 67px;
}

.payment-success-total > table tr {
    border-bottom: 0 solid #ccc;
}

.payment-success-total > table tr.tax-row {
    border-bottom: 1px solid #ccc;
}

.payment-success-total > table tr.tax-row td {
    padding-bottom: 15px;
}

.payment-success-total > table tr.total-order td {
    padding-top: 20px;
}

.payment-success-total > table td {
    font-size: 16px;
    font-weight: bold;
}

.checkout-page .address-edit-from-wrap form .multi-column {
    margin-bottom: 5px;
}

.checkout-page .address.edit .address-edit-from-wrap .cancel-button,
.checkout-page .address.edit .address-edit-from-wrap .submit-button {
    margin-bottom: 30px;
}

.address-selection-popup.billing.popup {
    padding: 30px;
    box-shadow: 0px 0px 4px #DCDCDC;
}

.navigation-item-4.navigation-item.et_ecommerce_navigation.has-child > a {
    pointer-events: none;
    cursor: default;
}

.page-product .l-fixed-right .widget-productSummary .summary {
    margin-top: 0;
}

.page-product .l-fixed-right .product-widget.widget-productCategory {
    padding-top: 10px;
}

.bmui-tab-body-container .available-pages li {
    margin: 0 0 4px 0;
    padding: 0;
}

.footer .newsletter button {
    background-color: #3f3f3f;
    color: #919191;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    margin-top: 6px;
    padding: 0 15px;
    position: relative;
    text-align: left;
    text-shadow: none;
    width: 135px;
}

.footer .widget-newsletter .form-row {
    position: relative;
}

.footer .widget-newsletter .errorlist.after {
    position: absolute;
    top: 32px;
    right: 40px;
    min-width: 150px;
    background: #e6e3e3;
    padding: 0;
    line-height: 17px;
}

.footer .widget-newsletter .errorlist.after .message-block {
    color: #f00;
    margin: 0;
    padding: 0;
    text-align: center;
    width: auto;
    font-size: 12px;
}

.footer .widget-newsletter .message-block.info-message,
.footer .widget-newsletter .message-block.success {
    background-color: #F2FEF2;
    border: 1px solid #C2E7C2;
    color: #008000;
    position: absolute;
    top: 27px;
    margin: 0;
    line-height: 15px;
    padding: 0;
    width: 272px;
}

.contact-form-wi .form-row {
    position: relative;
}

.contact-form .form-row .errorlist {
    right: 15px;
    top: auto;
    bottom: 8px;
    background: #efeeee;
    text-align: center;
    min-width: 200px;
    padding: 2px 0;
}

.contact-form .form-row .errorlist .message-block.message-text {
    text-align: center;
}

.contact-form-wi .form-row.simple_captcha_input_field.mandatory label {
    display: none;
}

.contact-form-wi .form-row.simple-captcha img {
    margin: 0;
    height: 40px;
}

.swipe-image-wrap a {
    background-color: #6a6a6a;
    border: 3px solid #6a6a6a;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    position: relative;
    text-align: center;
    max-height: 275px;
    min-height: 275px;
    align-items: center;
    justify-content: center;
}

.swipe-image-wrap a img {
    width: 100%;
    height: auto;
    display: block;
}

.logo-txt p {
    color: #6b6b6b;
}
.page-credit-card-payment .widget-container.page-header-inner:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.42);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-credit-card-payment .widget-container.page-header-inner {
    background-image: url(/template/c98656f1/images/inner-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 185px;
    margin-bottom: 80px;
    padding: 0;
    width: 100% !important;
}
.page-credit-card-payment form#nonce-form {
    border: 1px solid red;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}
.page-credit-card-payment form#nonce-form {
    border: 1px solid white;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
}
.page-credit-card-payment .page-content table {
    margin-top: 20px;
}
.page-credit-card-payment form#nonce-form td {
    text-align: left;
    padding: 5px 0;
    font-size: 15px;
}
.page-credit-card-payment form#nonce-form td:first-child {
    text-align: right;
    padding-right: 15px;
}
.page-credit-card-payment form#nonce-form td:last-child {
    text-align: left;
    padding: 5px 0;
    border: none;
}
.page-credit-card-payment form#nonce-form td  #sq-card-number,
.page-credit-card-payment form#nonce-form td #sq-cvv,
.page-credit-card-payment form#nonce-form td #sq-expiration-date,
.page-credit-card-payment form#nonce-form td #sq-postal-code{
    border: 1px solid rgba(0,0,0,0.2);
    min-height: 38px;
    padding: 7px 15px;
}
.page-credit-card-payment form#nonce-form tr:last-child td {
    text-align: center;
    border: none;
    padding: 20px 0;
}
.page-credit-card-payment form#nonce-form tr:last-child td button {
    padding: 10px 50px;
}

/*start:new header*/
.top-right-menu .nav-wrapper {
    text-align: right;
}
.top-right-menu .nav-wrapper .navigation-item a {
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
}
.top-right-menu .nav-wrapper .navigation-item a:hover {
    color: rgba(255,255,255,0.8);
}
.top-right-menu .nav-wrapper .navigation-item.last a {
    padding-right: 0;
}
.top-right-menu .nav-wrapper .navigation-item a:before {
    content: '|';
    position: absolute;
    right: -3px;
    top: 0;
}
.top-right-menu .nav-wrapper .navigation-item.last a:before {
    display: none;
}
/*end:new header*/



/*start:manu*/
.widget-navigation.main-menu {
    text-align: right;
}

.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 5px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {

}

.widget-navigation.main-menu .navigation-item.first a {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item {
    padding-left: 20px;
}

.widget-navigation.main-menu .navigation-item a {
    color: #fff;
    cursor: pointer;
    font-family: ' Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 32px;
    padding: 13px 17px;

}
.widget-navigation.main-menu .navigation-item.has-child a:hover,
.widget-navigation.main-menu .navigation-item.active a,
.widget-navigation.main-menu .navigation-item a:hover, .widget-navigation.main-menu .navigation-item a:focus {
    color: #c1c1c1;
}

.widget-navigation .horizontal .navigation-item.last a {
    padding-right: 0;
}

/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 255px;
    top: 70px;
    background: #505050;
    text-align: center;
    padding: 0 5px;
    left: 50%;
    box-shadow: 5px 0px 32px rgb(0 0 0 / 12%);
    margin: -10px 0 0 -122px;
    position: absolute;
    border-radius: 0;
}

.main-menu .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -19px;
    z-index: 1;
	display:none;
}

.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #e65c23 transparent #e65c23 transparent;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    border-bottom: 1px #696969 solid;
    padding: 1px 21px 1px 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    line-height: 32px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
    padding-right: 24px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: transparent;
    color: #c1c1c1;
    z-index: 2;
    display: block;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 365px;
    top: 10px;
    width: 240px;
    border-radius: 0;
}
.main-menu .horizontal .has-child .navigation-item-child-container .navigation-item.has-child > a span::after {
    content: "\f105";
    font-family: "FontAwesome";
    right: 8px;
    position: absolute;
    left: auto;
}

/*end:menu*/
.widget.widget-gallery .jssor-slider-container .slide:after{
	background-color:transparent !important;
}
.widget.copyright-text {
    padding: 0 17px;
}
.widget.copyright-text p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #818181;
}
.blog-home + .widget.widget-blogPost  .post.post-list-view-width {
    width: auto;
}
.swipe-image-wrap .swipebox::before,
.swipe-image-wrap .swipebox:hover::before{
	display:none;
}
.swipe-image-wrap .swipebox::after{
    content: "\f00e";
    font-family: "fontawesome";
	background:	transparent;
}
.swipe-image-wrap a.swipebox {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.article-content table th,
.article-content table td{
	border:1px solid black;
    word-break: break-word;	
}
.shopping-cartitem .cartitem-btn-wrapper.top span.save-cart-popup.button {
    position: absolute;
    right: 0;
    top: 0;
}
.shopping-cartitem .cartitem-btn-wrapper.top a.button {
    margin: 0;
}
.bmui-tab-panel {
    font-size: 16px;
}
.contact-form-wi .form-row.recaptcha-row label {
    display: none;
}
.contact-form-wi .form-row.recaptcha-row {
    padding: 20px 0 15px 0;
}
.store-credit-request-form .form-row.mandatory {
    position: relative;
    padding: 0 0 15px 0;
}
.store-credit-request-form .form-row.mandatory .errorlist.after {
    top: auto;
    bottom: 6px;
}
body.widget-snippet .social-menu li {
    padding: 10px;
}
/*start: front end editor*/
.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
}
/*end: front end editor*/
/*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*/

/* ---------------------------------------------
// 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;
}

#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: #4d4d4d;
}

#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #00A060;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #4d4d4d;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #4d4d4d solid;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}

#webcommander-page.page-profile .notification.popup {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border-radius: 4px;
    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;
}
.page-profile .site-popup {
    padding: 0;
}
#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;
    padding: 0;
    text-align: left;
}

#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: #4d4d4d;
    border: 1px #4d4d4d solid;
    margin: 0;
    letter-spacing: normal;
}

#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #00A060;
    border: 1px #00A060 solid;
}
#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: #4d4d4d;
    border: 1px #4d4d4d solid;
}

.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #00A060;
    border: 1px #00A060 solid;
}

#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: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #4d4d4d;
    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: #00A060;
}

.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: block;
    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: #4d4d4d;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #4d4d4d;
}

.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: 4px;
    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 {
    margin-top: 0;
    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,
#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%;
    border: 1px rgba(0,0,0,.20) solid;
    margin-bottom: 2px;
}
#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 #000000 solid;
}
#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;
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    appearance: none;
    background: 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%22M18.7812%209.25L18.1875%208.625C18.0312%208.46875%2017.7812%208.46875%2017.6562%208.625L12%2014.2812L6.3125%208.625C6.1875%208.46875%205.9375%208.46875%205.78125%208.625L5.1875%209.25C5.03125%209.375%205.03125%209.625%205.1875%209.78125L11.7188%2016.3125C11.875%2016.4688%2012.0938%2016.4688%2012.25%2016.3125L18.7812%209.78125C18.9375%209.625%2018.9375%209.375%2018.7812%209.25Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E %3C%2Fsvg%3E") no-repeat right 5px center;
    padding: 5px 32px 5px 12px;
}

#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;
    background: none;
    border: none;
}

#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;
    background: none;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background: #4d4d4d;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: #00A060;
}

#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;
}

#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: 7px;
}
#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 .product-image {
    height: 212px;
    padding: 20px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 261px;
    padding-bottom: 20px;
}
#customer-profile-tabs .scrollable-view .product-image-link {
    display: block;
    height: 100%;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
    font-weight: 400;
}

#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 .site-popup .title-bar .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .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:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
    height: auto;
    margin: 0;
    letter-spacing: normal;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    color: #000!important;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
    text-align: left;
}
.page-profile .confirm-popup {
    padding: 0;
}
#webcommander-page.page-profile .confirm-popup .button-line {
    padding: 15px 20px;
}
#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;
}
#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;
}
#customer-profile-tabs.customer-profile-v2 table {
    table-layout: fixed;
}
.page-profile .confirm-popup .button-line button.no-button {
    background: none;
}
#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 .product-view.scrollable-view .featured.tag-mark {
    font-size: 0;
}

/* exception popup */
#webcommander-page.page-profile .exception-popup {
    width: 600px!important;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    font-family: "Montserrat",sans-serif;
    
}
#webcommander-page.page-profile .exception-popup .header {
        padding: 15px 41px 15px 20px;
        background-color: #fff;
        border-bottom: 1px #f0f3f4 solid;
        border-radius: 4px 4px 0 0;
}

#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 .exception-popup .header .close-popup:before,
#webcommander-page.page-profile .exception-popup .header .close-popup:after {
    display: none;
}

#webcommander-page.page-profile .exception-popup .header .status-message {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#webcommander-page.page-profile .exception-popup .footer {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px #f0f3f4 solid;
    border-radius: 0 0 4px 4px;
    text-align: right;
}

#webcommander-page.page-profile .exception-popup .footer .button-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

#webcommander-page.page-profile .exception-popup .footer .button-item .button {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #4d4d4d;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button:hover {
    background-color: #00A060;
}
#webcommander-page.page-profile .exception-popup table {
    table-layout: fixed;
}
#webcommander-page.page-profile .exception-popup table th,
#webcommander-page.page-profile .exception-popup table td {
    border: 1px solid #e9e7e7;
    font-size: 14px;
}
#webcommander-page.page-profile .exception-popup table th {
    font-weight: 500;
    color: #000;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-header .action-icon.edit:before,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-header .action-icon.edit:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
#customer-profile-tabs.customer-profile-v2 .form-row .pass-input-wrapper .password-meter-wrap {
    position: static;
}
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top .title {
    font-family: "Montserrat", sans-serif;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
    overflow-x: auto;
    overflow-y: hidden;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active .title {
    background: none;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title {
    text-transform: none;
    font-family: "Montserrat", sans-serif;
}
#webcommander-page.page-profile .site-popup {
    padding: 0;
}
/************************/
.body .widget>.widget-title {
    font-size: 30px;
    text-align: center;
    padding: 80px 0;
    font-weight: 700;
}

.page-home .widget-blogPost {
    padding-left: 30px;
}

.page-home .widget.widget-blogPost .post.post-list-view-width {
    max-width: 105px;
    width:100%;
}
.page-home .widget.widget-blogPost .post.post-list-view-width img {
    width:100%;
}
.page-home .blog-post-info span.date {
    padding-left: 18px;
    font-size: 13px;
    background-size: 13px;
}
.page-home .blog-post-item .title {
    padding-bottom: 10px;
}
.page-home .post-description {
    width: calc(100% - 190px);
}

.page-home .blog-post-item {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.blog-post-item.last {
border-bottom:0;
}

/******************************/

@media(max-width: 991px) {
.page-home .widget-blogPost {
    padding-left: 0;
}
    .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;
    }
    .page-profile .floating-panel-popup {
        width: 172px!important;
        min-width: unset;
    }
}

@media(max-width: 767px) {
    #webcommander-page.page-profile .exception-popup {
        width: calc(100vw - 40px)!important;
        min-width: unset;
    }
  .body .widget>.widget-title {
    font-size: 22px;
    padding: 40px 0;
}

    #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;
    }
    #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
        display: none;
    }
}

@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 .password-change-title {
        display: block;
    }
}

.widget.widget-gallery.galleryfic-wi {
    margin-top: 35px;
    padding-bottom: 35px;
}

.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width: 900px;
    text-align: center;
}

.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
}

.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    left: 50%;
    transform: translateX(-50%);
}

.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding: 0;
}

.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}

.galleriffic-gallery-wrap .pagination>* {
    float: left;
    height: 35px;
    line-height: 28px;
}

.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev,
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #999;
    font-family: FontAwesome;
    font-size: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev::before {
    content: "\f104";
}

.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: "\f105";
}

.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs {
    margin: 0;
}

.galleriffic-gallery-wrap.caption-position-right .slideshow-container {
    width: 100%;
}
.widget-form.member-form form .form-row input[type="password"],
.widget-form.member-form form .form-row input[type="text"], form .form-row select {margin: 3px;}
