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

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


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype'),
        url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bodoni Seventytwo ITC';
    src: url('../fonts/BodoniSevITC-Book.eot');
    src: url('../fonts/BodoniSevITC-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BodoniSevITC-Book.woff2') format('woff2'),
        url('../fonts/BodoniSevITC-Book.woff') format('woff'),
        url('../fonts/BodoniSevITC-Book.ttf') format('truetype'),
        url('../fonts/BodoniSevITC-Book.svg#BodoniSevITC-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background:#3179AF url(../images/bg.png) no-repeat;
  background-size:100%;
}
html, body {
   min-height: 100%;
}
body.page-home > div.body {
    padding:0;
}
body.page-home .page-content {
    padding: 0;
    background:none;
}
.widget.widget-snippet.footer-social-link .social-icons {
    border-left: none;
}
.widget.widget-snippet.footer-social-link .social-icons a:first-child {
    padding-left: 0px; 
}
.header > .widget-container {
	border-bottom:1px solid rgba(255,255,255,0.2);
}

.header > .widget-container .widget-image.site-logo img{
  width: 100%;
}

.widget.widget-html.footer-newsletter-left-content {
  height: 210px;
  width: 50%;
  background: #F9F9F9;
  display:inline-block;
}
.widget.widget-html.footer-newsletter-left-content .newsletter-heading{
    max-width: 641px;
    width: 100%;
    text-align: left;
    margin-top: 70px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
}
.widget.widget-html.footer-newsletter-left-content .newsletter-heading h5 {
    font-family: 'Montserrat';
    font-size: 39px;
    font-weight: 500;
    text-transform: uppercase;
}
.widget.widget-html.footer-newsletter-left-content .newsletter-heading p {
    font-size: 20px;
    font-family: 'Montserrat';
}
.widget.widget-newsletter.footer-newsletter {
  height: 210px;
  width: 50%;
  background: #F9F9F9;
  float: right
}
.widget.widget-newsletter.footer-newsletter .newsletter {
    max-width: 641px;
    width: 100%;
    text-align: right;
	margin-top: 55px;
	position:relative;
}
.widget.widget-newsletter.footer-newsletter .newsletter input, .widget.widget-newsletter.footer-newsletter .newsletter button {
  max-width: 360px;
  width: 100%;
}
.widget.widget-newsletter.footer-newsletter .newsletter input {
  border:0;
  background: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
}
.widget.widget-newsletter.footer-newsletter .newsletter button{
box-shadow: none;
background: none;
border: 2px solid #000;
color: #000;
font-family: DIN;
text-transform: uppercase;
letter-spacing: 2px;
border-radius: 0;
margin-top: 5px;
}
.widget.widget-newsletter.footer-newsletter .newsletter button:hover{
  background: #000;
  color: #fff;
}
.widget.widget-newsletter.footer-newsletter .newsletter label{
  display: none;
}
.widget.widget-newsletter.footer-newsletter .newsletter .form-row .errorlist.after {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    left: auto;
    right: 0;
    top: 48px;
}
.widget.widget-newsletter.footer-newsletter .newsletter .form-row .errorlist.after .message-block{
  text-align: right;
  width: auto;
}

.widget > .widget-title {
    font-size: 20px;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    font-weight: ;
    color: #1C1C1C;
}
.widget.widget-article.copyright {
    border-top: 1px solid rgba(255,255,255,0.2);
    width: 100%;
    padding: 20px 0;
}
.widget.widget-article.footer-address-content{
	display:block;
}
.widget.widget-article.footer-address-content p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 33px;
    display: inline-block;
}
.widget.widget-article.footer-address-content p:last-child {
    float: right;
}
.widget.widget-article.footer-address-content p:first-child {
    max-width: 90%;
}
.widget.widget-article.footer-address-content p > a {
    display: inline-block;
}
.widget.widget-article.footer-address-content p > a:hover {
    text-decoration: underline;
	color:#fff;
}
.footer .copyright p {
    font-size: 13px;
    line-height: 24px;
    display: inline-block;
    font-weight: 300;
    color: #fff;
}

.widget.widget-article.copyright .article-content p:nth-of-type(2){
    float: right;
	color: rgba(255,255,255,0.5);
}
.footer .copyright p:last-child a:hover{
	text-decoration:underline;
	color:#fff;
}
.footer .copyright p a {
    text-decoration: underline;
}
.footer .vertical .navigation-item a {
    border-bottom: 0;
    display: block;
    padding: 5px 0;
  color: #000;
}
.footer .vertical .navigation-item.active > a, .footer .vertical .navigation-item:hover  > a{
    color: #1DBBBA;
  display: inline-block
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
  color: #1DBBBA;
}

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

small {
  font-size: 85%;
}

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

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

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1rem 0;
}

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

pre {
  overflow: auto;
}

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

optgroup {
  color: inherit;
  font: inherit;
}

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

select {
  text-transform: none;
}

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

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
.link, .link-btn {
    color: #fff;
}
::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.link:hover, .link-btn:hover {
    background: none;
    color: #adadad;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #4e86b0;
  margin: 1em 0;
  padding: 0;
}

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

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

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

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

/* Theme Base */
html {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #000;
  height: auto;
}
/* body.page-home{
    height: 100%;
} */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #fff;
}

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

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

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

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

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

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

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

code, table, th, td, ul, ol, li, dl, dt, dd, fieldset, legend {
  color: #93d1ff;
  font-size: 16px;
}

address {
  color: #000;
  font-size: 16px;
}

p {
  font-size: 16px;
  color: #000;
}

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

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

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

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

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

textarea {
  border-color: #bbb;
  border-width: 1px;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 14px;
  height: 90px;
  border-radius: 0;
    color: #000;
}
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
    max-width: 100%;
}
.body > .widget-container{
    min-height: 350px;
}
.body .widget-container .page-content {
    min-height: 350px;
}
.page-content {
    padding: 50px;
    background: rgba(6,29,45,0.9);
}
.auto-page .page-content {
    max-width: 1400px;
    margin: 0 auto;
}
.auto-page.page-product .page-content {
    max-width: 100%;
    margin: 50px auto 100px;
    padding: 54px;
    background: rgba(6,29,45,0.90);
}
.auto-page.page-category .page-content {
    max-width: 100%;
}
.auto-page.page-category .product-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.widget-snippet h1, .widget-snippet h2, .widget-snippet h3, .widget-snippet h4, .widget-snippet h5, .widget-snippet h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget-snippet {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    font-family: 'Montserrat';
    line-height: 18px;
}
.widget-snippet p, .article-content p {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat';
    line-height: 28px;
    margin: 0;
    padding: 0 0 12px 0;
font-weight: 300;
}
.widget-snippet p:empty, .article-content p:empty {
    display: none;
}
.widget-snippet a {
    color: #000;
}
.widget-snippet a:hover {
    color: #1DBBBA;
    text-decoration: none;
}
.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget-snippet ul li, ul li {
    list-style-type: none;
}
.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 3px 16px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat';
    line-height: 28px;
}
.widget ul li a, .widget ol li a {
    color: #cc3300;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #cc3300;
    text-decoration: none;
}
ol li {
    list-style-type: decimal;
    padding: 0 0 6px 3px;
}
.widget-snippet ul li::before, ul li::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 10px;
    z-index: 1;
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50px;
}
ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
    padding-left: 0;
}
ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}

.widget-form input[type=text], .widget-form textarea, .widget-form select {
    width: 100%;
    font-family: inherit;
    padding: 1px 10px;
    border: 1px solid rgba(112,112,112,0.3);
    border-radius: 1px;
    height: 35px;
    margin: 0;
    font-size: 13px;
    background-color: #ffffff;
    -webkit-appearance: none;
}
.widget-form  textarea {
    height: 158px;
    padding: 10px;
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
    border-radius: 1px;
    color: #555;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}

::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}

:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}
:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}


/*textarea*/
textarea::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}

textarea:-ms-input-placeholder {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Montserrat';
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}
.popup table {
    margin-bottom: 0px;
}
.widget-snippet td, .widget-snippet th {
    padding: 8px;
}
table th {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 28px;
    background:rgba(255,255,255,0.01);
    text-align: left;
}
table, th, td {
    padding: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Montserrat';
    line-height: 28px;
    border: 1px solid #1b2d3a;
}
table tr:nth-child(2n) {
    background:rgba(255,255,255,0.01);
}
.page-login .login-form {
    margin: 0 auto;
    background: transparent;
    width: 100%;
}
/* webocommander Form css */
.simpleCaptcha-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 5px 0 5px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

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

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

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

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

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

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

.errorlist.after .message-block {
  color: #e64343;
  text-align: right;
}
.time-out.popup .header-line {
    background-color: #f1f1f1;
    text-align: right;
    text-align: center;
    margin-top: 30px;
}
.time-out.popup .header-line .ok {
    background-color: #17928e;
}
/* web form CSS */
.form-template input[type="text"], .form-template .form-row select {
  height: 48px;
}

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

.form-row label {
  width: auto;
  font-size: 16px;
  color:#fff;
}
.form-row .no-account-label {
    color: #fff;
}
/* Common Button CSS */
input[type=submit], input[type=button] {
  margin-top: 0px;
  height: auto !important;
  color: #1DBBBA;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 35px;
  -webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
  background-color: #fff;
  border: 1px solid #1DBBBA;
}

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

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

button, .button, a.button {
  margin-top: 0;
  height: auto !important;
  color: #1DBBBA;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 25px;
  border: 1px solid #1DBBBA;
  background: none;
  font-family: 'Montserrat';
  text-transform:uppercase;
   transition: all 0.5s ease 0s;
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
  color: #fff;
  background-color: #1DBBBA;
  border-color: #1DBBBA;
}

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


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

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

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

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

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

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

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

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

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

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

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

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

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

.button.cancel-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

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

.button.cancel-button:hover {
  color: #fff;
  background-color: #1DBBBA;
  border: 1px solid #1DBBBA;
}
.checkout-page .address-edit-from-wrap .button.cancel-button {
    margin-bottom: 30px;
}
.widget-pageHeading {
    padding: 70px 0;
    text-align: center;
}
.widget-pageHeading h1, .widget-pageHeading h2{
    font-size: 60px;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 0;
}
.page-shop .widget-pageHeading{
  background: #f8f8f8 url(../images/shop-banner.png);
  padding: 90px 0;
  text-align: center;
  margin-bottom:100px;
}


/*start: breadcrumb*/
.breadcrumb-item.root .icon {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 50px;
    vertical-align: top;
} 

.breadcrumb-item .separator:hover::before {
    color: #1DBBBA;
    transition: all 0.5s ease 0s;
}
.breadcrumb-item .separator {
    font-size: 0;
    padding: 0 6px 0 0;
}
.breadcrumb-item.current {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}
.breadcrumb-item .label, span.breadcrumb-item.root span.icon::before {
    color: #8D8D8D;
    font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}
.widget.widget-breadcrumb {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
    font-family: 'Montserrat';
    display: inline-block;
	margin: 90px 0 20px;
}
.page-shop .widget.widget-breadcrumb {
    padding: 5px 15px;
}
.page-wish-list .widget.widget-breadcrumb{
    display: none;
}
.breadcrumb-item.root .icon:hover::before {
    color: #1DBBBA;
}

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

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

.breadcrumb-item .separator::after {
    content: "/";
    color: #b9b9b9;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Montserrat';
    padding-left: 8px;
    text-decoration: none;
    width: 100%;
    padding-right: 4px;
}

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

/*end: breadcrumb*/
.search-menu-button {
    background: none;
}
.search-menu-button::after {
    font-size: 0;
    background: url(/template/207020e8/images/search-icon.png);
	width: 29px;
height: 29px;
}
.search-form.show input.search-text {
    width: 310px;
    left: auto;
    right: 112px;
	top:46px;
    position: absolute;
    border: 3px solid #000;
    border-radius: 0;
    height: 50px;
	z-index:1;
}
.search-form.show button.icon-search.et_ecommerce_search {
    position: absolute;
    top: 51px;
    right: 0;
    padding: 13.5px 30px;
    border-radius: 0;
    display: block;
    background: #000;
    border: 2px solid #000;
	color:#fff;
		z-index:1;
}

	/*start:top right*/
	.widget-navigation.user-nav .menu-title .menu-button {
		background: url(../images/user-icon.png) no-repeat center top;
		margin: auto;
		height: 32px;
		width: 32px;
	}
	.widget-navigation.user-nav .menu-title .menu-button em {
		display: none;
	}
	.widget-navigation.user-nav .menu-title .menu-button.close{
  background: unset;
}
   .widget-navigation.user-nav .menu-title .menu-button.close em {
		display:block;
		background: #fff;
	}
	.widget-navigation.user-nav a[href="#"], .widget-navigation.user-nav .child-opener {
		display: none !important;
	}
	.widget-navigation.user-nav .responsive-navigation .navigation-item {
		display: block;
		padding: 0;
	}
	.widget-navigation.user-nav .navigation-item-child-container {
		position: absolute;
		top: 10px;
		width: 240px;
		left: auto;
		right:2px;
		background-color: #fff;
		display: block;
		    padding: 0 15px;
	}
.widget-navigation.user-nav .navigation-item-child-container:before {
    content: "";
    width: 15px;
    height: 15px;
    top: -15px;
    left: auto;
    right: 12px;
    margin-left: -7px;
    position: absolute;
    transition: all 300ms ease-out 0s;
    z-index: 1;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
}


	.widget-navigation.user-nav .navigation-item-child-container .navigation-item.first a:hover:before {
        border-color: #000000 transparent #000000 transparent;
	}
	.widget-navigation.user-nav .navigation-item-child-container .navigation-item a {
		color: #000000;
		font-family: 'Montserrat';
		border-bottom: none;
		text-align: center;
		display: block;
		padding: 10px 0;
		margin: 0;
		text-transform:none;
	}
.widget-navigation.user-nav .navigation-item-child-container .navigation-item a:hover {
    padding: 10px 0;
    color: #000;
        background-color: none;
    text-decoration: none;
}
	.widget-navigation.user-nav .vertical .navigation-item.active > .navigation-item-child-container {
		padding: 0;
	}

	.widget-navigation.user-nav .navigation-item-child-container .navigation-item + .navigation-item:hover {
		background: #fff;
	}
	.widget-navigation.user-nav .navigation-item-child-container .navigation-item + .navigation-item:hover a{
		color: #554f4f;
	}
	.widget-navigation.user-nav .navigation-item-child-container .navigation-item + .navigation-item a{
		color: #000;
	}
.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage {
    padding: 8px 42px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    width: 100%;
    margin: 10px 0 0 !important;
    display: block !important;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage:hover {
background-color:#696969;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item-1 a span:hover {
    color: #554f4f;
}
.page-profile .confirm-popup {
    padding: 15px 0;
}
.page-profile .confirm-popup .header-line {
    padding: 0 0 10px;
}
	/*start:manu*/
	/* widget-cart */
	.widget-cart .cart-wrapper .et_ecommerce_view_cart {
		display: block;
		padding: 0;
		color: #d20a3b;
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 600;
		position: relative;
	}
	.widget-cart .cart-wrapper .cart-widget-img {
		background: url(../images/cart-icon.png) no-repeat;
		background-position: 50% 0;
		position: relative;
		width: 100%;
		height: 36px;
	}
	.widget-cart .cart-wrapper .cart-widget-img::before {
		content: "";
		position: absolute;
		left: -4px;
		top: 3px;
		color: #000;
		font-weight: 700;
		text-transform: capitalize;
		font-size: 17px;
	}
.widget-cart .cart-widget-text {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 6px;
    right: -11px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
}
.popup .close-icon::after {
    display: none;
}
.popup .close-popup.close-icon {
    background: url("/template/5fded013/images/closeicon.png") no-repeat center top;
}
/********************/
div.jssor-slider-container .container, div.jssor-slider-container {
	height: 530px;
	width: 1400px;
	padding: 0 !important;
	text-align: center;
	font-size: 0;
}

.jssor-slider-container .slide::after {
    background: rgba(0,0,0,0.0);
}
.jssor-slider-container .jssorb03 div,
.jssor-slider-container .jssorb03 div:hover,
.jssor-slider-container .jssorb03 .av {
 width:12px;
 height:12px;
 font-size:0;
 background:none;
  border:1px solid #fff;
  border-radius: 50px;
}
.jssor-slider-container .jssorb03 .av {
 background-position:-65px -4px;
  background: #fff;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
	color: #ffffff;
	content: "\f105 ";
	font-family: fontawesome;
	font-size: 55px;
}

div[id^="jssor-slider-"] .jssora20l::before {
    line-height: 34px;
}
.jssor-slider-container .jssora20l,
.jssora20r {
 background: none;
 display: none
}
.jssor-slider-container:hover .jssora20l,
.jssor-slider-container:hover .jssora20r {
 display: block
}
div[id^="jssor-slider-"] .jssora20l {
	left: auto;
	right: 0;
}
div[id^="jssor-slider-"] .jssora20r::before {
	line-height: 65px;
}
div[id^="jssor-slider-"] .jssora20r {
	transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
	right: auto;
	left: 0;
}
.jssor-slider-container .caption-wrapper {
    bottom: 50%;
    margin-bottom: -120px;
}
.jssor-slider-container .caption-wrapper [u="caption"] .slider-content .title {
    font-size: 60px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
}
.jssor-slider-container .caption-wrapper [u="caption"] .slider-content .description {
    font-family: 'Montserrat';
  font-size: 25px;
}
.jssor-slider-container .caption-wrapper [u="caption"] .slider-content .button{
  background: none;
  border:1px solid #fff;
  font-size: 20px;
  font-family: 'Montserrat';
  padding: 7px 37px;
  margin-top: 30px;
}
.jssor-slider-container .caption-wrapper [u="caption"] .slider-content .button:hover{
  color: #000;
  background: #fff;
}
.jssor-slider-container .jssor-loader .loader-2{
	display:none;
}
.widget.widget-gallery::before {
    content: url("../images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    background: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
  display: none;
}
/********************/
.newsletter.unsubscribe {
  text-align: center;
  margin: 0 0 20px 0;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

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

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

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

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

.newsletter.unsubscribe .form-row button {
  border: none;
  font-size: 17px;
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background-color: #7c370d;
  margin: 0;
  width: 100%;
  padding: 14px 0;
  position: relative;
  margin-top: 20px;
}

.newsletter.unsubscribe .form-row button:before {
  content: "";
  display: block;
  height: calc(90% - 3px);
  width: calc(100% - 0px);
  border: 2px dashed #a98874;
  position: absolute;
  left: 1px;
  top: 4px;
  border-left: 0px;
  border-right: 0px;
}

.newsletter.unsubscribe .form-row button:hover {
  background: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.widget-blogPost.recent-post.featured .post.post-list-view-height {
  padding-bottom: 7px;
}

.blog-categories .vertical .navigation-item a {
  border-bottom: none;
  display: block;
  padding: 0 0 0 20px;
  position: relative;
  color: #000000;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: normal;
  line-height: 25px;
  font-family: 'Century Gothic', sans-serif;
}

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

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

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

.blog-post-item {
  width: 45%;
  overflow: hidden;
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 394px;
  border: none;
  margin: 0 32px 20px 0;
}

.page-content .post-list-view-width {
  width: 100%;
  height: 210px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 0;
}

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

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

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

.widget-blogPost .blog-post-content .blog-post-item .post-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-content .blog-post-item .title {
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  text-transform: none;
  margin: 0;
  padding: 0;
}

.page-content .blog-post-item .title a {
  font-weight: 600;
  color: #000;
  font-size: 19px;
}

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

.blog-post-item .title a {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  font-size: 22px;
}

.blog-post-item .title a:hover {
  color: #2b2b8a;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description .blog-post-info {
  margin-bottom: 3px;
  padding-top: 3px;
}

.blog-post-info span.date {
  color: #8a8685;
  background: none;
  padding-left: 0;
  margin-right: 5px;
  font-style: italic;
  position: relative;
  padding-right: 9px;
}

.blog-post-info span.date::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 12px;
  width: 1px;
  background: #777;
}

.blog-post-info span.categories {
  background: none;
  padding-left: 0;
  margin-right: 10px;
  font-style: italic;
}

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

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

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

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

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

.recent-post .blog-post-item {
  width: 100%;
  margin: 0;
  float: none;
  min-height: auto;
}

.recent-post .blog-post-item .title {
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 20px;
}

.recent-post h1.title::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  border-radius: 50%;
  top: 11px;
  left: 0;
}

.widget-snippet .service-read-more {
  padding-left: 35px !important;
}

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

.recent-post .blog-post-item .title a {
  color: #000000;
  font-size: 18px;
  margin: 0 0 30px;
  font-weight: normal;
  line-height: 25px;
  font-family: 'Century Gothic', sans-serif;
}

.recent-post .blog-post-item .title a:hover {
  color: #2b2b8a;
}

.blog-post-item .title a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.recent-post div.footer {
  display: none;
}

.recent-post .blog-post-item + .blog-post-item {
  margin-top: 15px;
}

.blog-post-content .footer {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  text-align: center;
  padding-top: 40px;
}

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

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

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

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

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

.blog-category-details {
  padding: 91px 0 30px;
}

.blog-category-details .blog-post-item {
  min-height: 300px;
}

.blog-category-details .title {
  color: #070659;
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  margin: 0;
  font-family: 'Century Gothic', sans-serif;
}

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

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

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

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

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

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

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

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

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

.blog-post-details {
  padding: 100px 60px 100px 0;
}

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

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

.blog-post-details .blog-post-info {
  padding-bottom: 17px;
}

.blog-post-details .title {
  margin-bottom: 4px;
}

.page-blog .page-content .widget.page-heading {
  margin-top: -15px;
}

.page-content .blog-post-details .title {
  color: #000069;
  margin-top: -6px;
  line-height: 38px;
  padding-bottom: 0;
}

.blog-post-details .post-description .content p {
  color: #000000;
  font-size: 15px;
  margin: 10px 0 20px;
  font-weight: normal;
  line-height: 27px;
  font-family: 'Century Gothic', sans-serif;
}

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

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

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

.comment-post-panel .form-row.simple_captcha_input_field.mandatory .errorlist.after {
  bottom: -7px;
  right: 11px;
}

/* comments popup and like */
.blog-comments .info-row.writer .name {
  font-weight: bold;
  color: #000069;
  font-size: 22px;
  display: block;
  padding: 0 0 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* eCommerce Base */
.page-cart .stepper .stepper-input, .page-cart .stepper .stepper-arrow.down, .page-cart .stepper .stepper-arrow.up {
    margin-top: 0;
	background: transparent;
}
.page-cart .cartitem-table .stepper {
    margin: 0;
    float: none;
    width: 220px;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0px;
    vertical-align: top;
}
.product-widget.widget-addCart .stepper {
    padding-left: 90px;
    position: relative;
}

.product-widget.widget-addCart .stepper::before {
    content: "Quantity:";
    display: block;
    position: absolute;
    font-family: 'Montserrat';
    font-size: 15px;
    left: 0;
    top: -35px;
    color: #fff;
	font-weight:500;
}
.stepper .stepper-arrow{
	background:none;
}
.stepper .stepper-arrow.down {
    border-left: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    width: 45px;
    border: 0 !important;
}
.stepper .stepper-input {
    border-left: none;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    width: 50px;
    margin-left: -2px;
    padding: 10px;
    font-size: 16px;
    font-family: 'Montserrat';
    border-right: 0;
    background: #fff;
    text-align: center;
    z-index: 0;
}
.stepper .stepper-arrow.up {
    border-right: 2px solid #d9d9d9;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    margin-left: -2px;
    width: 45px;
    border: 0 !important;
}
.stepper .stepper-arrow.down::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 14px;
    top: 17px;
    text-indent: 0;
    font-size: 20px;
    left: 50%;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
}
.stepper .stepper-arrow.up::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 14px;
    top: 17px;
    text-indent: 0;
    font-size: 20px;
    left: 50%;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
}
.stepper .stepper-arrow.up::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 14px;
    top: 17px;
    text-indent: 0;
    font-size: 20px;
    left: 50%;
    line-height: 36px;
    text-align: center;
    background-color: #fff;
    transform: rotate(90deg);
}
.stepper {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
	max-width:230px;
	margin:10px 20px 0 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow, .product-widget.widget-addCart .stepper .stepper-input {
    margin-top: 0;
	background: none;
}
.stepper .stepper-input {
    order: 2 !important;
    border: 0 !important;
	background: transparent;
	color: #fff;
}
.stepper .stepper-arrow.up {
    order: 3 !important;
    position: relative;
}
.stepper .stepper-arrow.down {
    order: 1 !important;
    position: relative;
}
.page-product .zoomContainer div {
    border: none !important;
}
.stepper:hover .stepper-input {
    background-color: transparent;
}
/* cart Page
------------------
link: /cart/details
--------------------
*/
.shopping-cartitem h1 {
  float: none;
  padding-bottom: 15px;
  text-align: center;
  display: none;
  max-width: 960px;
}

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

.page-cart .shopping-cartitem.empty-cart {
  text-align: center;
  max-width: 450px;
  padding: 45px 0;
    margin: 134px auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-form {
  background-color: #f8f8f8;
  border: 0;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

.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;
  text-transform: capitalize;
}

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

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

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

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

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

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

.cartitem-btn-wrapper .continue-shopping-btn:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
form.save-cart-init-form label {
    display: block;
	color:#000;
}
form.save-cart-init-form  .form-row {
  position: relative;
}
form.save-cart-init-form .form-row input {
  width: 100%;
}
.save-cart.save-cart-init-form.popup .status-message{
	font-size:18px;
}
.save-cart .popup-bottom.footer .submit-button {
  color: #1DBBBA;
  background-color: transparent;
  border-color: #1DBBBA;
}
.save-cart .popup-bottom.footer .submit-button:hover {
  color: #fff;
  background-color: #1DBBBA;
}
.save-cart .popup-bottom.footer button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #1DBBBA;
    border: 2px solid #1DBBBA;
}
form.save-cart-init-form .form-row .errorlist.after {
    bottom: -12px;
}
.save-cart .popup-bottom.footer{
	margin-top:0;
}
.bmui-tab .bmui-tab-body-container .save_cart span {
    color: #fff;
}
.bmui-tab .bmui-tab-body-container .save_cart .saved-cart-items-wrap label {
    color: #fff;
    margin-top: 20px;
    display: block;
}
.bmui-tab .bmui-tab-body-container .save_cart .form-row.btn-row .back-button {
    border: 1px solid #1DBBBA;
    color: #1DBBBA;
}
.bmui-tab .bmui-tab-body-container .save_cart .form-row.btn-row .back-button:hover {
	background-color: #1DBBBA;
	color:#fff;
}

/* Checkout Page options
---------------------
link:/shop/checkout(before  login)
---------------------
*/
.page-checkout .page-content {
  margin: 0 auto;
  padding: 20px 40px;
  /*max-width: 1100px;*/
  background: rgba(6,29,45,0.9);
}

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

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

.checkout-page-options .content-wrapper {
  border:0;
  padding: 50px 30px;
}

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

.checkout-page-options .new-customer h1 {
  font-size: 20px;
  font-weight: 700;
      font-family: 'Montserrat';
  margin-bottom: 0px;
}

.checkout-page-options .new-customer p {
  font-size: 13px;
  line-height: 22px;
  color:#fff;
}

.checkout-page-options .new-customer .checkout-option {
  margin-top: 20px;
}

.checkout-page-options .registered-customer {
  border-left: 1px solid #233542;
  display: inline-block;
  padding-left: 7%;
  width: 48%;
}
.checkout-page-options .new-customer .option label {
    color: #fff;
}
.checkout-page-options .registered-customer > h1 {
  font-size: 20px;
  font-weight: 700;
      font-family: 'Montserrat';
}
.checkout-page-options .registered-customer p {
    color: #fff;
}
.checkout-page-options .registered-customer .form-row {
  margin-bottom: 20px;
  position:relative;
}

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

.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"] {
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 12px;
  float: right;
}

.checkout-page-options .registered-customer button.login-submit {
  width: 100%;
  margin-top: 5px;
  float: right;
  max-width: 70%;
}
.checkout-page-options .registered-customer .valid-verify-form .lost-password a{
	color: #fff;
}
/* Checkout Page 
---------------------
link: /shop/checkout
---------------------
*/
.checkout-page .toolbar-btn:hover {
  background-color: #1DBBBA;
  border-color: #1DBBBA;
}

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

.checkout-page .section {
    color: #fff;
    height: auto;
    line-height: 27px;
    position: relative;
    background: none repeat scroll 0 0 #1c9494;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(255 255 255 / 15%);
	border-bottom: 0;
}

.checkout-page .section.loaded {
  border:0;
  background: transparent;
}

.checkout-page .section.loaded .header .title {
  padding-top: 9px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 400;
}

.checkout-page .section.loaded > .header > .title {
  font-size: 17px;
  padding-left: 30px;
  color: #fff;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

.checkout-page .section.loaded .body {
  padding: 20px 30px;
    color: #fff;
}
.checkout-page .section.loaded .body .info{
  color: #fff;
}
.payment-option .row .price-row input {
    color: #fff;
}
.checkout-page .section .header .title {
  color: #000;
  font-size: 14px;
  padding-left: 30px;
}
.checkout-page .section .header .title {
    color: #fff;
}
.checkout-page .section .header .icon {
  display: none;
}

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

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

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

.checkout-page .payment-option .body {
  background-color: rgba(255,255,255,0.03);
}

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

.section.delivery-types {
  background: transparent;
}

.checkout-page .payment-option > .header, .checkout-page .payment-option.active > .header {
  margin-bottom: 15px;
    color: #fff;
}
.checkout-page .payment-option > .header:hover {
    color: #1DBBBA;
}
.checkout-page .delivery-types .different-shipping {
  margin-left: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

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

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

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

.checkout-page .toolbar-btn {
  text-transform: uppercase;
  color: #fff;
}

.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: #fff;
  font-family: 'Montserrat';
  line-height: 24px;
}

.checkout-page .address-edit-from-wrap form {
  background-color: transparent;
  padding: 0;
}

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

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

.confirm-step-form .left-panel {
  width: 50%;
 background-color: transparent;
  padding: 40px;
  margin: 53px 0 0 0;
  padding-left: 15px;
}

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

.confirm-step-form .right-panel {
  padding: 0 0 0 30px;
  background-color: transparent;
  width: 50%;
  color: #fff;
}
.order-comment-row .label, .payment-gateway .payment-gateway-label {
    color: #fff;
}
.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 #fff;
  width: 100%;
  max-width: 300px;
  background: transparent;
color: #fff;
}
.confirm-step-form .cart-item {
    border-bottom: 1px solid #1b2d3a;
}
.cartitem-table .total-price-column {
  min-width: 106px;
  width: 106px;
}

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

.check-out-total > .price-row .label, .check-out-total > .price-row .price {
  font-family: 'Montserrat';
  padding: 5px 0;
  text-transform: capitalize;
}

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

/* Login Page*/
.page-login .page-content {
    background: none;
}
.page-login .page-content form {
    width: 100%;
    max-width: 500px;
    border: 1px solid #061D2D;
    background: #061D2D;
    margin: 0 auto;
    padding: 50px;
}
.page-login .login-form .form-row.mandatory {
    position: relative;
}
.login-form .lost-password a {
  color: #1DBBBA;
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
}

.login-form .lost-password a:hover {
  color: #fff;
}

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

.login-form .account-register a {
  color: #1DBBBA;
}

.login-form .account-register a:hover {
  color: #fff;
}

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

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

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

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

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

/* Forget Password */
.page-reset-password .page-content {
    background: none;
}
.page-reset-password .page-content form {
    text-align: center;
    max-width: 370px;
    margin: 0 auto;
    padding: 30px;
    background: #061D2D;
    margin-bottom: 170px;
}
.password-reset-form .title {
      font-family: 'Montserrat';
  font-weight: 700;
  color: #fff;
}

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

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

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

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

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

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

.password-reset-form .errorlist.after .message-block {
  text-align: center;
}
.footer > .widget-container {
    margin-top: 40px;
}
.page-category .footer > .widget-container {
    margin-top: 0px;
}

.floating-panel-popup.popup .name {
    color: #fff;
}
.address-selection-popup .address {
    color: #dedede;
}
.address-selection-popup .create-address {
    color: #000;
	padding: 8px 12px;
	border: 1px solid #fff;
	border-top: none;
}
.address-selection-popup .create-address:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
/* Customer Registration 
------------------------------
link: /customer/register
------------------------------
*/
.page-registration .page-content {
    background: none;
}
.page-registration .page-content form {
    margin: 0 auto;
    max-width: 750px;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    border: 1px solid #061D2D;
    background: #061D2D;
}
.registration-form .title {
  text-align: center;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

.registration-form .form-row.submit-row button {
  width: 100%;
  margin-top: 12px;
}
.checkout-page .address-edit-from-wrap .form-row {
    padding: 0 10px;
    position: relative;
}
.checkout-page .address-edit-from-wrap .form-row .errorlist.after {
    bottom: -8px;
    right: 10px;
}
.registration-form input {
  width: 100%;
}

.registration-form select {
  width: 100%;
  background:transparent;
  color: #fff
}

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

.registration-form .errorlist.after {
  position: absolute;
  bottom: -10px;
	right: 15px;
}

.password-meter-wrap {
  position: absolute;
  top: 0;
    right: 15px;
    display: flex;
    justify-content: flex-end;
    width: 140px;
	    margin: 0;
}
.password-meter-wrap .password-strength-bar {
    height: 8px;
    margin-top: 8px;
	border-radius:100px;
	width: 60px;
	margin-left:5px;
}
.password-meter-wrap .password-description {
    font-size: 13px;
}
/*start:quick cart*/
.quick-cart-content {
  background: #ffffff none repeat scroll 0 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 45px;
  width: 430px;
  z-index: 99999;
  padding: 20px 25px 30px 25px;
    border: 0;
  height: auto !important;
}

.quick-cart-content::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ffffff;
    top: -8px;
    border-top: 0;
    border-left: 0;
    right: 5%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}

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

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

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

.quick-cart-content table th {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  background-color: #fff;
}

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

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

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

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

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

.quick-cart-content .cart-details-link .button {
  width: 49%;
}
.quick-cart-content .cart-details-link .button:hover {
    color: #fff;
    background-color: #1DBBBA;
    border: 1px solid #1DBBBA;
}
.quick-cart-content .cart-details-link a.view-cart.button {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}

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

.quick-cart-content .cart-details-link a.view-cart.button:hover {
  color: #fff;
  background-color: #1DBBBA;
  border: 1px solid #1DBBBA;
}
.floating-panel-popup.popup {
    padding: 10px;
    min-width: 0;
    max-width: 250px;
}
.floating-panel-popup.popup > .content {
    padding: 0 !important;
}
.tell-friend.tell_friend_popup.popup .form-reset.close-popup, .confirm-popup.popup .button-line .no-button, .cancel-button {
    border-color: #000;
    color: #000;
}
.tell-friend.tell_friend_popup.popup .form-reset.close-popup:hover, .confirm-popup.popup .button-line .no-button:hover, .cancel-button:hover {
    border-color: #000;
  color: #fff;
  background-color: #000;
}

/*end:quick cart*/

/*Start:testimonial block*/
.widget.widget-html.testimonial-title h2 {
    padding-top: 50px;
}
.widget.widget-gallery.home-testimonial .item {
    text-align: center;
    max-width: 385px;
    padding: 40px 10px 50px;
    margin-top: 30px;
	position:relative;
}
.widget.widget-gallery.home-testimonial .item::after {
    content: '';
    width: 146px;
    height: 22px;
    position: absolute;
    left: 50%;
	  -ms-transform: translateX(-50%);
	transform: translateX(-50%);
    top: 0;
    background: url("../images/rating.png") no-repeat;
    z-index: -1;
}
.widget.widget-gallery.home-testimonial .item .article-title{
	display:none;
}
.widget.widget-gallery.home-testimonial .item .testimonial-content p{
	 color: #1C1C1C;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Montserrat';
    line-height: 28px;
    margin: 0;
    padding: 0 0 12px 0;
}
.widget.widget-gallery.home-testimonial .item .testimonial-content h6 {
    font-size: 17px;
    padding: 30px 0 0;
    font-weight: normal;
    font-family: 'Montserrat';
}
.widget.widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 0;
	margin:0;
    padding: 10px 30px;
    background:transparent;
}
.widget.widget-gallery.home-testimonial .owl-carousel .owl-controls .owl-nav .owl-next {
	background: url("../images/next.png") no-repeat;
}
.widget.widget-gallery.home-testimonial .owl-carousel .owl-controls .owl-nav .owl-prev {
	background: url("../images/prev.png") no-repeat;
}
.widget.widget-gallery.home-testimonial {
    margin-bottom: 130px;
}
/*Start:Product block*/
.widget.widget-html.product-title h2, .widget.widget-html.testimonial-title h2{
  font-size:37px;
  font-weight:500;
  position: relative;
  padding-bottom: 20px;
    font-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
}
.widget.widget-html.product-title h2:after, .widget.widget-html.testimonial-title h2:after{
  width: 91px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  height: 1px;
  background: #1DBBBA;
  content: "";
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
  width: 50%;
  float: left;
  margin: 0;
  text-align: center;
  padding: 25px;
  border: 0px
}

.quick-cart-content .product-name {
 width:200px
}
.quick-cart-content table tr th.price {
    font-family: 'Montserrat';
}
.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
    height:auto;
}
.category-details-container, .subcategory-container, .subcategory-container .title, .product-container .title {
    display: none;
}
.product-view.scrollable-view img, .product-view.image-view img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}
.widget.widget-product.home-product {
  max-width: 1218px;
  margin: 0 auto;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link {
    display: block;
}
.bmui-tab .bmui-tab-body-container {
    border-top: 1px solid #e6e6e6;
}
.widget-productImage .image-preview-box {
    margin-right: 50px;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    background: none;
    border-bottom: 1px solid #1DBBBA;
}
.page-product .bmui-tab {
    padding-top: 0px;
    padding-bottom: 10px;
}
.page-product .product-widget.widget-information .bmui-tab-header-container {
    display: none;
}
.product-detail-width, .product-detail-view img {
    width: 100%;
    height: 100%;
max-width: 100%;
max-height: 100%;
object-fit: cover;
}
.product-widget.widget-addCart .stepper {
    max-width: 100%;
    background: rgba(255,255,255,0.05);
    border-radius: 0;
	margin-bottom: 20px;
	padding: 6px 0;
	overflow:unset;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down, .product-widget.widget-addCart .stepper .stepper-arrow.up {
    width: 20%;
}
.product-widget.widget-addCart .stepper .stepper-input {
    width: 60%;
    font-family: 'Montserrat';
    font-size: 20px;
	color: #fff;
}
.product-widget.widget-price .label-for-price {
    display: none;
}
.page-product .product-widget.widget-productImage {
    margin-right: 90px;
}
.widget-productImage .multi-image-scroll-wrapper {
    border: 0;
    z-index: 1;
}
.widget-productImage .image-thumb-container .thumb-image {
    max-width: 88px;
    max-height: 88px;
    width: 100%;
    height: 100%;
}
.product-thumb-view img {
    max-width: 100%;
    max-height: 100%;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    text-align: center;
}
.product-widget.widget-addCart .add-to-cart-button.button {
    box-shadow: none;
    background: none;
    border: 1px solid #fff;
    color: #1DBBBA;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    font-size: 0;
	width: 100%;
    transition: all 0.5s ease 0s;
 
}
.product-widget.widget-addCart .add-to-cart-button.button:after {
	 content:"Add to Bag";
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
	 font-size: 18px;
	 vertical-align: top;
  margin-left: 5px
}
.product-widget.widget-addCart .add-to-cart-button.button:hover{
    color: #1DBBBA;
    background: #051d2d;
      border: 1px solid #1DBBBA;
}
.product-widget.widget-addCart .add-to-cart-button.button:before {
    content: url(../images/add-to-cart.png);
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: 0;
}
.product-widget.widget-addCart .add-to-cart-button.button:hover:before {
    content: url( ../images/add-to-cart-black.png);
}
.product-widget.widget-addCart .add-to-cart-button.button:hover:after{
	    color: #1DBBBA;
}
.product-widget.widget-related .title {
    padding: 80px 0 70px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    position: relative;
    letter-spacing: 2px;
}
.product-widget.widget-related .title::after {
    width: 91px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 50px;
    height: 1px;
    background: #1DBBBA;
    content: "";
}
.bmui-tab .bmui-tab-body-container {
    border: 0;
    padding: 10px 0 0;
}
.page-product .product-widget.widget-information .bmui-tab-body-container .description, .page-product .product-widget.widget-information .bmui-tab-body-container .description p {
    color: #d2d2d2;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
  display: none;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
 color:#555;
 display:block;
 font-size:22px;
  font-weight: 500;
  text-transform: none;
    font-family: 'Montserrat';
  color: #000;
	height: 30px;
	margin-bottom: 5px;
 margin-top:20px;
 overflow:hidden;
 padding-bottom:0;
 text-overflow:ellipsis;
}
.btn-add span.add-to-cart-button {
  border: 0;
  background: none;
  box-shadow: none;
  color: #1DBBBA;
  text-transform:uppercase;
  font-size:16px;
  font-family:Century Gothic;
  position: relative;
  font-weight:700;
}
.widget.widget-html.all-product-button {
  text-align: center;
  margin: 60px auto 100px;
}
.widget.widget-html.all-product-button a {
  border: 1px solid #000;
  padding: 11px 55px;
}
.widget.widget-html.all-product-button a:hover{
  background: #000;
  color: #fff;
}
.btn-add span.add-to-cart-button:before {
    content: url( ../images/add-to-cart.png);
    vertical-align: middle;
	margin-right: 6px;
}
.btn-add span.add-to-cart-button:hover {
  color: #000;
}
.btn-add span.add-to-cart-button:hover:before {
    content: url( ../images/add-to-cart-black.png);
    vertical-align: middle;
	margin-right: 6px;
}
.product-view.image-view .content {
  overflow: hidden;
}
.price {
    font-size: 16px;
    font-family: 'Montserrat';
}
.footer .list-view .product-view-height-width {
                height: auto;
                margin-bottom: 4px
            }
.footer .list-view .product-view-height-width .image {
                display: none;
            }
.footer .product-view.list-view .product-name-link {
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
}
.product-widget.widget-productName .product-name {
    font-size: 30px;
    font-weight: 500;
}
.page-product .widget-productSummary .title {
    display: none;
}
.product-widget.widget-stockMark  {
    padding: 5px 0 15px;
    font-size: 18px;
    color: #fff;
}
.product-widget.widget-productSummary .summary, .product-widget.widget-productSummary .summary p {
    line-height: 30px;
    font-weight: 500;
    font-size: 14px;
    position: relative;
	color:#fff;
}
.product-widget.widget-price .current-price.price {
    font-weight: 300;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
	margin-bottom:30px;
}
.product-widget.widget-price {
    padding: 5px;
}
.page-product .product-widget.widget-price {
    padding: 0;
}
.product-widget.widget-likeus {
 margin-top:40px;
}
.product-widget.widget-likeus::before {
    content: "Share :";
    margin-right: 15px;
    font-weight: 600;
    color: #000;
	font-family: 'Montserrat';
    font-size: 16px;
    position: relative;
    top: -2px;
}
.product-widget.widget-productSku .info-row.sku {
    font-size: 16px;
	color: rgba(255,255,255,0.80);
}
.product-view.image-view, .product-view.scrollable-view {
  width: calc($product-block-width - 4px);
}
.page-product .bmui-tab .bmui-tab-header .title {
    font-size: 21px;
    font-family: 'Montserrat';
    padding: 8px 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-product .product-widget.widget-information .bmui-tab-body-container .title {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #ffffff;
	display:none;
}
.page-product .widget-productImage .image-thumb-container .thumb-image img {
    width: 100%;
}

.footer .product-view.list-view .product-name-link:hover{
  color:#1DBBBA;
}
.add-to-cart-popup .short-info > div, .add-cart-information-popup .short-info > div {
  padding-bottom: 0;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    width: 31%;
    border: 0;
  padding: 0;
    text-align: center;
    margin: 0 40px 50px 0;
}
.product-view.image-view .product-block:nth-of-type(3n+3), .product-view.scrollable-view .product-block:nth-of-type(3n+3){
  margin-right: 0px;
}
.widget-productSummary {
    padding-bottom: 0;
}

.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: #fff;
    border: 0;
    margin: 0 0 100px;
    padding: 10px;
}
.pagination-literal-status {
    display: none;
}
.bmui-tab .bmui-tab-header {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 21px;
    padding: 8px 0;
    margin-right: 0;
		background-color: #103249;
}
.bmui-tab.left-side-header .bmui-tab-header{
border-left: 1px solid #103249;
border-top: 1px solid #103249;
border-bottom: 1px solid #143d58;
}
.auto-page.page-product .bmui-tab .bmui-tab-header:last-of-type {
  margin-left: 40px
}
.pagination {
    display: block;
    float: unset;
    text-align: center;
}
.popup div.quantity, .popup div.item {
  padding: 7px 0 7px;
}

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

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

.popup .stepper {
  margin-bottom: 0;
}

.popup.add-cart-information-popup .variation-container {
  text-align: center;
}

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

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

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

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

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

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

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

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

.popup .status-bar-product-name {
    color: #fff;
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: 600;
}
.popup .button-item {
  display: block;
  clear: both;
}

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

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

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

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

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

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

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

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

.popup .close-icon {
  top: 15px;
  right: 10px;
}

.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.popup a.cart-page-button.button.et_ecommerce_view_cart, .popup .close-btn.button {
	margin-left: 2%;
	width: 47%;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart:hover{
    color: #fff;
    background-color: #1DBBBA;
    border: 1px solid #1DBBBA;
}

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

.popup {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding:40px;
  background: rgb(1 10 16 / 90%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    max-width: 720px;
    min-width: auto;
}
.popup .body .short-info {
    color: #fff !important;
}

.popup table, th, td {
    border:1px solid rgba(228, 228, 228, 0.05);
}
.site-popup .button-line button:hover{
	color: #fff;
background-color: #1DBBBA;
border-color: #1DBBBA;
}
.image-popup-container .image-wrapper {
    padding: 0;
    border: 0;
}
.image-popup-container .navigator.close-button {
    right: -19px;
    top: -22px;
}
.image-popup-container .navigator {
    position: absolute;
    background-image: url("../images/popup-image-navigators.png");
    cursor: pointer;
}
.image-popup-container .navigator.left-button{
	left: -41px;
}
.image-popup-container .navigator.right-button {
	right: -41px;
}

.site-popup form .header-wrapper h1, .site-popup form {
    color: #000;
}
.site-popup .button-line button + button:hover, .confirm-popup .button-line button + button:hover {
border-color: #1DBBBA;
color: #fff;
background-color: #1DBBBA;
}

.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 .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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

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

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

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

.save-cart .popup-bottom.footer button {
  width: 49%;
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */
/*start:Page not faund */
.widget.widget-article .page-not-found-content {
    padding:72px 0;
	text-align: center;
}
.widget.widget-article .page-not-found-content  h2 {
    color: #FF2E40;
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    line-height: 60px;
    font-size: 65px;
	font-family: 'Montserrat';
}

.widget.widget-article .page-not-found-content  h3 {
    color: #3179af;
    font-size: 30px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0;
		font-family: 'Montserrat';
}

.widget.widget-article .page-not-found-content p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
	    font-family: 'Montserrat';
}

.custom-form.contact-form-template.form-template{
	max-width:715px;
	width:100%;
	overflow: hidden;
}
.custom-form.contact-form-template.form-template .form-row.btn-row .submit-button {
  margin-top: 15px;
  width: 100%;
}
.custom-form.contact-form-template.form-template .form-row.recaptcha-row label, .custom-form.contact-form-template.form-template .form-row.btn-row label {
  display: none;
}
.custom-form.contact-form-template.form-template .form-row.recaptcha-row .recaptcha-container {
  margin-top: 15px;
}
.custom-form.contact-form-template.form-template .form-row.recaptcha-row {
  text-align: center;
}
.custom-form.contact-form-template.form-template label {
    color: #fff;
    margin-bottom: 5px;
    font-size: 16px;
    margin-top: 12px;
    font-family: 'Montserrat';
    font-weight: 300;
}
.custom-form.contact-form-template.form-template input, .custom-form.contact-form-template.form-template textarea {
    background: #1B3140;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    padding: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.custom-form.contact-form-template.form-template .double-input-row .form-row, .custom-form.contact-form-template.form-template .single-input-row .form-row {
	position:relative;
}
.widget-form .double-input-row .form-row .errorlist.after {
    right: 15px;
}
.widget.widget-form.contact-left {
    border-right: 2px solid rgba(255,255,255,0.1);
}
/*-------------------------*/
span.pagination-literal-status {
    font-size: 16px;
    line-height: 30px;
		font-family: 'Montserrat';
}
.pagination span {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px 8px;
    box-shadow: none;
    display: inline-block;
    background-image: none;
    color: #a1a1a1;
    font-size: 18px;
    font-weight: 700;
	font-family: 'Montserrat';
}

.pagination span.page-number.current {
    color: #1e1614;
    background: none;
    border: 0;
}

.pagination span.first, .pagination span.last {
    display: none;
}

.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 0 !important;
}

.pagination span.prev:before {
    content: url("../images/left.png");
    position: absolute;
    left: -25px;
    top: -13px;
}

.pagination span.prev {
    position: relative;
    margin: 0 15px 0 0;
    padding: 0;
    font-size: 0 !important;
}
.pagination span.next:before {
    content: url("../images/right.png");
    position: absolute;
    left: 12px;
    top: -13px;
}
/*------------------------------------*/

/*start*/
.widget-socialMediaShare .social-media-wrapper {
    position: relative;
    max-width: 320px;
    display: block;
    margin-left: 80px;
    padding-left: 20px;
    border-left: 2px solid #BED4BC;
}
.product-widget.widget-socialMediaShare::before {
    content: 'SHARE';
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #484646;
}

.widget-socialMediaShare .social-media-wrapper {
	position: relative;
	margin-top: 25px;
}
.widget-socialMediaShare .social-media-wrapper span {
	margin-right: 25px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
	opacity: 0.5;
}

/*end*/

.page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block {
    width: 46%;
    border: 0;
    padding: 0;
    text-align: center;
    margin: 0 92px 50px 0;
}
.page-home .product-view.image-view .product-block:nth-of-type(2n+2), .page-home .product-view.scrollable-view .product-block:nth-of-type(2n+2){
  margin-right: 0px;
}
.category-details .scrollable-view .product-view-height-width .image, .category-details .image-view .product-view-height-width .image, .page-shop .image-view .product-view-height-width .image, .page-shop .scrollable-view .product-view-height-width .image {
    height:253px;
}
.page-home .product-view.image-view .content {
    max-width: 1157px;
    margin: 0 auto;
}
.auto-page.page-cart img.product-thumb-image {
    max-width: 70px;
}
.shopping-cartitem .remove-cartitem {
    background: url("../images/close-white.png") no-repeat left top;
	background-size: 16px;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #1DBBBA;
}
.registration-form .form-row.recaptcha-row label {
    display: none;
}
/************Profile*****************/

.bmui-tab-body-container .bmui-tab-header.top.bmui-state-default .title {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: 8px 30px;
    margin: 0;
}
.bmui-tab-body-container .bmui-tab-header.top.bmui-state-default {
    display: inline-block;
	border: 1px solid #103249;
	border-bottom: 0;
}
.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 0;
}
.account_information, .account-short-details, .account-short-details p{
	color: #fff;
}

#order-details .info-row label {
    color: #f7f7f7;
    display: inline-block;
    margin: 0;
    font-weight: 100;
}
#order-details .info-row .value {
    color: #fff;
}
.site-popup .title-bar, .confirm-popup .header-line, .confirm-popup .title-bar {
    text-align: center;
background: transparent;
color: #fff;
}
.payment-form .mandatory-chosen-wrapper select + .errorlist.after {
    width: 140px;
}


/***profile popUp**/
.payment-form.site-popup-form .header-wrapper h1 {
  font-size: 16px;
  padding-bottom:0;
}
.payment-form.site-popup-form .form-row, .payment-form.site-popup-form .double-input-row{
	position: relative;
}
.payment-form.site-popup-form .form-row label, .payment-form.site-popup-form .form-row input, .payment-form.site-popup-form .double-input-row label{
  display: block;
  width: 100%;
}
.payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
    width: 47%;
}
.payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper select {
    width: 100%;
}


.auto-page.page-profile .popup .content .name {
    color: #fff;
}

.payment-form.site-popup-form .form-row .errorlist.after, .payment-form.site-popup-form .double-input-row .errorlist.after{
    right: 0;
    bottom: -14px;
}
.page-post-payment .message-details {
    text-align: center;
    margin-bottom: 20px;
}
.page-post-payment .message-details .post-order-contact-us {
    padding-bottom: 8px;
    color: #fff;
}
.page-post-payment .message-details .order-info {
    color: #fff;
}
.payment-success-total > table td {
    border: 1px solid #1b2d3a;
	text-transform: capitalize;
}
.page-post-payment .order-details .table_heading {
    text-align: center;
}
.page-post-payment table.cartitem-table tbody tr > th, .page-post-payment table.cartitem-table tbody tr > td {
    text-align: center;
}
.page-post-payment table.cartitem-table tbody tr > th:first-of-type,
.page-post-payment table.cartitem-table tbody tr > td:first-of-type {
  text-align: left;
  width: 30%
}
.page-post-payment table.cartitem-table tbody tr > th:last-of-type,
.page-post-payment table.cartitem-table tbody tr > td:last-of-type {
    text-align: right;
}

.auto-page.page-cart .cartitem-table.product-thumb-view thead th, .auto-page.page-cart .cartitem-table.product-thumb-view tbody td {
    text-align: center;
}
.auto-page.page-cart .cartitem-table.product-thumb-view thead th:first-of-type,
.auto-page.page-cart .cartitem-table.product-thumb-view tbody td:first-of-type {
  text-align: left;
  width: 30%
}
.auto-page.page-cart .cartitem-table.product-thumb-view thead th:last-of-type,
.auto-page.page-cart .cartitem-table.product-thumb-view tbody td:last-of-type {
    text-align: right;
}

.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart th, .auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart td {
  text-align: center;
}
.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart th:first-of-type,
 .auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart td:first-of-type {
  text-align: left;
  width: 30%
}
.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart th:last-of-type,
 .auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart td:last-of-type {
    text-align: right;
}


.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart th, .auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart td {
  text-align: center;
}
.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart th:first-of-type,
.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart td:first-of-type{
  text-align: left;
  width: 30%
}
.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart th:last-of-type,
.auto-page.page-checkout .confirm-step-form table.cartitem-table.product-thumb-view.active-cart td:last-of-type{
  text-align: right;
}
/****************/
.price-waper .price-block-container {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 16px;
}
.price-waper .price-block-container .label-for-price {
	order: 1;
	-webkit-order: 1;
	margin:0 5px;
	padding: 10px 0;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active {
  padding-top: 0;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active .header{
    padding-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
    margin-bottom: 15px;
}
form.tell-friend-popup .body .form-row input, form.tell-friend-popup .body .form-row label, form.tell-friend-popup .body .form-row textarea{
  display: block;
  width: 100%;
  position: relative;
}
form.tell-friend-popup .body .form-row {
  padding-bottom: 5px;
  position: relative;
}
form.tell-friend-popup .body {
      padding: 0;
}
form.tell-friend-popup .body .form-row .errorlist.after {
    bottom: -5px;
}
form.tell-friend-popup .popup-bottom.footer {
  margin-top: 10px
}
.checkout-page .section.address.loaded .step-continue-button, .checkout-page .section.shipping.loaded .step-continue-button, .checkout-page .section.loaded .confirm-order-btn-row.bottom .confirm-order-button{
    background: transparent;
    color: #1DBBBA;
    border: 1px solid #1DBBBA;
}
.checkout-page .section.address.loaded .step-continue-button:hover,  .checkout-page .section.shipping.loaded .step-continue-button:hover, .checkout-page .section.loaded .confirm-order-btn-row.bottom .confirm-order-button:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}
.widget.widget-spacer.autopage-margin {
    height: 80px;
}
.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea {
    border: 1px solid #bbb;
    background: transparent;
    color: #fff;
}

.tool-icon, .action-icon {
    background-image: url("../images/action-icon.png");
}
.site-popup .title-bar .close, .confirm-popup .header-line .close, .confirm-popup .title-bar .close{
    background: url("/template/5fded013/images/closeicon.png") no-repeat center top;
    background-size: 20px;
    top: 27px;
    right: 25px;
}

.site-popup .title-bar .close::before, .confirm-popup .header-line .close::before {
	display:none;
}

.dockable {
    bottom: 135px !important;
    max-width: 1400px;
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%);
    background: #1DBBBA;
    height: 50px !important;
	overflow: hidden;
}
.close-button {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer;
    padding: 10px;
    height: 40px;
}
.close-button > figure {
    margin: 0;
}
.widget.widget-article.main-popup {
    position: unset;
    width: 90% !important;
	height: auto !important;
}
.widget.widget-article.main-popup .content {
    max-width: 100%;
}
.widget.widget-article.main-popup .article-content p {
    font-size: 16px;
    font-weight: 400;
    padding: 9px 20px;
	color: #fff;
	line-height: 34px;
}
.widget.widget-html.closepopup {
    bottom: 15px !important;
}
.product-widget.widget-productImage .product-detail-width {
    border: 0;
    padding: 0;
    margin-left: auto;
    /*! max-width: 630px; */
}
.widget-productImage .multi-image-scroll-wrapper{
    /*! border: 0; */
    /*! padding: 0; */
    /*! margin-top: 0; */
    /*! display: block; */
    /*! position: absolute; */
    /*! left: 0; */
    /*! top: 0; */
    /*! width: 75px; */
    /*! height: auto; */
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
}
.widget-productImage .image-thumb-container .thumb-image {
    /*! padding: 5px; */
    /*! margin:20px 0 ; */
        border: 0; 
    /*! cursor: pointer; */
    /*! display: block; */
	opacity: 0.5;
}
.product-detail-height {
	height: auto;
}
.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
	background-position: 2px center;
	left: 33%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	bottom: 0;
	top: auto;
	text-align: center;
	height: 15px;
	width: 15px;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
	background-position: -13px center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 0;
	left: 44%;
	width: 15px;
	height: 15px;
}
.widget-productImage .image-thumb-container .thumb-image.active{
    opacity: 1;
}
.product-thumb-view.scrollable img {
    max-width: 100%;
}
.checkout-page .address-edit-from-wrap > form input.button.submit-button {
    background: transparent;
	width: 100%;
}
.checkout-page .address-edit-from-wrap > form input.button.submit-button:hover {
    background:#fff;
	color:#000;
	border:1px solid #fff;
}


.widget.widget-article.footer-address-content p:first-child a.fa.fa-facebook, .widget.widget-article.footer-address-content p:first-child a.fa.fa-instagram {
    margin: 5px 0 5px 20px;
    font-size: 20px;
    float: right;
}
.widget.widget-article.footer-address-content p > a.fa:hover {
    opacity: 0.7;
	text-decoration:none;
}
.widget.widget-article.footer-address-content p:last-child a {
    margin-left: 15px;
}
.customer-new-password.valid-verify-form input, .customer-new-password .form-row label {
    width: 100%;
	display:block;
	position:relative;
}
.customer-new-password .form-row {
	position:relative;
}
.customer-new-password .title {
		color:#fff;
}
.customer-new-password .form-row .errorlist.after {
    bottom: -13px;
}
.customer-new-password .form-row.submit-row {
    margin-top:15px;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.check-out-total .total-order {
    border-top: 1px solid #1b2d3a;
}

.save-cart.save-cart-init-form.popup .body {
    padding: 0 0 15px;
}
.save-cart.save-cart-init-form.popup {
    padding: 40px;
    max-width: 450px !important;
    width: 100% !important;
}
.save-cart.save-cart-init-form.popup .body label {
  color: #fff;
}
/*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 .navigation-item.first a {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item {
    padding-left: 20px;
}
.widget-navigation.main-menu .navigation-item a {
    color: rgba(255,255,255,1.0);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px 15px;
}
.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: #fff;
}

.widget-navigation .horizontal .navigation-item.last a {
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
  position: relative;
}
.widget-navigation.main-menu .navigation-item a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -7px;
  background: #fff;
  opacity:0;
}
.widget-navigation.main-menu .navigation-item.active a span:before, .widget-navigation.main-menu .navigation-item a:hover span:before {
	opacity:1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a span:before{
	display:none;
}
/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 57px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 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: -8px;
    z-index: 1;
}

.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #1DBBBA transparent #1DBBBA 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 solid rgba(0,0,0,0.05);
    padding: 12px 6px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
    font-weight: 500;
    transition: all 0.5s ease 0s;
}



.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: #1DBBBA;
    color: #fff;
    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;
}

/*end:menu*/



/*start:Product Category */
.page-category   .widget-pageHeading,
.page-our-collection  .widget-pageHeading{
    display: none;
}
.page-category .page-content,
.page-our-collection .page-content{
    background: transparent;
    padding: 50px 0 0 0;
}
.category-menu {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.category-menu .navigation-item {
    color: #fff;
    padding: 14px 30px 14px 0;
}
.category-menu .navigation-item a {
    color: rgba(255,255,255,0.70);
    font-size: 16px;
}
.category-menu .navigation-item a:hover {
    color: rgba(255,255,255,1.0);
}
.category-menu .horizontal .navigation-item.active>a {
    color: rgba(255,255,255,1.0);
}

.page-our-collection .page-content  .product-block  .product-image,
.page-category .page-content .product-block  .product-image{
    height: auto;
}
.page-our-collection .product-block .product-image img,
.page-category .product-block .product-image img{
    max-width: 100%;
    max-height: 370px;
    width: 100%;
    object-fit: cover;
}
.page-our-collection  .product-block .block-content-wrap,
.page-category  .product-block .block-content-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    border: 5px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.page-our-collection .product-block  .product-name,
.page-category  .product-block  .product-name{
    height: auto;
    margin-bottom: 5px;
    line-height: 34px;
    text-align: center;
    padding: 0 10px;
}
.page-our-collection .product-block  .product-name a,
.page-category .product-block  .product-name a{
    color: #ffffff;
}
.page-our-collection .product-block  .product-name a:hover,
.page-category .product-block  .product-name a:hover{
        color: rgba(255,255,255,0.5);
}
.page-our-collection .product-block .summary,
.page-category .product-block .summary{
    display: none;
}
.page-our-collection  .product-block .price-waper,
.page-category .product-block .price-waper{
    display: none;
}
.page-our-collection .product-block:hover .block-content-wrap,
.page-category  .product-block:hover .block-content-wrap {
    opacity: 1;
}
.page-our-collection .product-block .btn-add .add-to-cart-button.button:before,
.page-category  .product-block .btn-add .add-to-cart-button.button:before{
    content: url(../images/add-to-cart.png);
    vertical-align: middle;
    margin-right: 6px;
}
.page-our-collection  .product-block .btn-add .add-to-cart-button.button:hover:before,
.page-category .product-block .btn-add .add-to-cart-button.button:hover:before {
    content: url(../images/add-to-cart-black.png);
}
.page-our-collection .product-block .btn-add .add-to-cart-button,
.page-category  .product-block .btn-add .add-to-cart-button.button{
    color: #1DBBBA;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    font-size: 0px;
    font-weight: 500;
}
.page-our-collection .product-block .btn-add .add-to-cart-button:hover,
.page-category  .product-block .btn-add .add-to-cart-button.button:hover{
    color: #fff;
}

.page-our-collection .product-block .btn-add .add-to-cart-button:after,
.page-category  .product-block .btn-add .add-to-cart-button.button:after {
	 content:"Add to Bag";
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    position: relative;
	 font-size: 19px;
	 vertical-align: top;
  margin-left: 5px;
      letter-spacing: 2px;
}
.page-our-collection .product-block .btn-add .add-to-cart-button:hover:after,
.page-category  .product-block .btn-add .add-to-cart-button.button:hover:after{
    color: #1DBBBA;
}
/*end:Product Category */



.bmui-tab-panel .product-block .product-name a {
    color: #fff;
}
.bmui-tab-panel .product-block .price {
    color: #fff;
}

.auto-page .bmui-tab-panel .special-product .product-image,
.auto-page .bmui-tab-panel .special-product .product-image .product-image-link{
    height: 100%;
}
.bmui-tab-panel .special-product img {
    height: 100%;
}
.bmui-tab-panel .special-product .block-content-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    border: 5px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.bmui-tab-panel .special-product .product-name {
    height: 60px;
    margin-bottom: 0;
    line-height: 40px;
    text-align: center;
}
.bmui-tab-panel .special-product .product-name a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}
.bmui-tab-panel .special-product  a:hover{
    color: #1DBBBA;
}
.bmui-tab-panel .special-product  .product-block:hover .block-content-wrap {
    opacity: 1;
}
.bmui-tab-panel .special-product .product-block .price {
    font-size: 14px;
}
.registration-form select option {
    color: #000;
}
.bmui-tab-panel  select option {
    color: #000;
}

.address-selection-popup .addresses>.address {
    padding: 5px 0;
}
.check-out-total .total-order span {
    padding: 0 !important;
    text-transform: capitalize;
}


.pending_order  #order-details .info-row:last-of-type{
    padding-top: 20px;
    border-top: 1px solid #e9eeef;
    margin-top: 30px;
}
#order-details .total-amount-row .value {
    font-size: 16px;
}

.checkout-page .form-row select option{
    color: #000000;
}
.page-reset-password .page-content .customer-new-password .form-row + .form-row {
    margin: 17px 0 0 0;
}
.add-to-cart-popup.popup  .stepper .stepper-input {
    border: 1px solid #232222 !important;
    color: #fff;
    border-radius: 0;
}
.add-to-cart-popup.popup  .stepper .stepper-arrow.up::before{
    background-color: #fff;
}
.add-to-cart-popup.popup  .stepper .stepper-arrow.up::after{
    background-color: #fff;
}
.add-to-cart-popup.popup  .stepper .stepper-arrow.down::before{
    background-color: #fff;
}
.add-to-cart-popup.popup .stepper .stepper-arrow.up{
    width: 21px;
}

.add-to-cart-popup.popup .stepper {
    margin: 0;
}
.page-cart .stepper .stepper-input {
    position: relative;
    top: 4px;
    left: 7px;
}
.page-product .image-popup-container .navigator.close-button {
    background: url(/template/5fded013/images/closeicon.png) no-repeat center top;
    background-size: 20px;
    top: -28px;
    right: -36px;
    padding: 0;
}
.page-product .image-popup-container span.right-button.navigator {
    background: url(/template/5fded013/images/right-arrow-angle.png) no-repeat transparent;
    right: -43px !important;
    background-size: 15px;
}
.page-product .image-popup-container span.left-button.navigator {
    background: url(/template/5fded013/images/left-arrow-angle.png) no-repeat transparent;
    left: -23px !important;
    background-size: 15px;
}
.time-out.popup {
    display: flex;
    flex-direction: column-reverse;
    padding: 30px;
}
.time-out.popup .header-line {
    background-color: transparent;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.time-out.popup .header-line .ok {
    background-color: #666;
    width: 90%;
}
body.page-home {
    background-image: url(../images/home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.confirm-popup.popup .button-line .no-button, .cancel-button {
    border: 1px solid #1DBBBA;
    color: #1DBBBA;
}

body#webcommander-page .notification.success.popup {
    text-align: center;
    width: 100% !important;
    max-width: 290px !important;
    min-width: 290px;
    padding: 10px;
    left: 50% !important;
    margin-left: -145px;
}
body#webcommander-page .notification.success.popup span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}
body#webcommander-page .loging-to-save.save-cart-init-form.popup {
  max-width: 350px;
  width: 100% !important;
}
body#webcommander-page .loging-to-save.save-cart-init-form.popup .header .status-message {
  font-size: 20px;
}
body#webcommander-page .loging-to-save.save-cart-init-form.popup .body {
  color: #fff;
  text-align: center;
}
body#webcommander-page .loging-to-save.save-cart-init-form.popup .body a {
  padding: 10px 20px;
  border: solid 1px #fff;
}
.checkout-page-options .registered-customer .valid-verify-form .lost-password a:hover {
    color: #1DBBBA;
}
.payment-gateway .payment-method option {
    color: #000;
}
.page-post-payment .payment-success-total>table {
    border: none;
}


/*****New Button *****/
.product-widget.widget-addCart .info-number .for-more-info {
  margin-top: 20px;
  display: block;
  position: relative;
  text-align: center;
}
.product-widget.widget-addCart .info-number .for-more-info a {
  color: #ccc;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0px solid rgba(255,255,255,0.4);
  width: 100%;
  display: block;
  padding: 10px;
}

.product-widget.widget-addCart .info-number .for-more-info a:hover {
  color: #fff;
}


/******end Button****/

/***********************/
.dockable {
	display:none !important;
}
/***********************/

/******Next-pre Product Button****/
.product-widget.widget-productSwipe {
    position: absolute;
    left: 50%;
    bottom: -120px;
    transform: translateX(-50%);
    max-width: 1400px !important;
    width: 100%;
}
.product-widget.widget-productSwipe .prev-btn, .product-widget.widget-productSwipe .next-btn {
    max-width: 150px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin: 0 5px;
}
.product-widget.widget-productSwipe .next-btn {
  float: right;
  margin-right: -53px;
}
.product-widget.widget-productSwipe .prev-btn {
  margin-left: -53px;
}
.product-widget.widget-productSwipe .next-btn:hover {
    background: #1dbbba;
    border-color: #1dbbba;
}
.product-widget.widget-productSwipe .prev-btn:hover {
    background: #fff;
    border-color: #fff;
	color:#000;
}

.image-popup-container.popup {
  padding: 40px;
  width: 100% !important;
  max-width: 680px;
  height: 100% !important;
  max-height: 680px;
}
.image-popup-container.popup img.popup-image {
  width: 100%;
}
/******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
}
 .fee ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
 .fee ::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
 .fee :-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
 .fee :-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
 .fee .popup {
    max-width: 1200px !important;
}
.fee .widget-snippet .contact-left-area p, .fee .widget-snippet .contact-left-area a, .fee .widget-snippet .contact-left-area a .fa, .custom-form.contact-form-template.form-template label{
  color: #6998bf;
}
.fee .widget-snippet .covid-text {
    background: #0b2233;
}
.fee .widget-snippet .contact-left-area .phone-address {
	    padding: 30px 0 0;
}
.fee .widget-snippet .container-thankyou {
    background: #051d2e;
    padding-bottom: 50px;
    padding-top: 50px;
}
.fee .widget.widget-article .page-not-found-content {
    background: #051d2e;
}
.fee .footer {
    margin-bottom: 100px;
	padding-bottom:40px;
}
/***********************/
/***********************************************************************/
.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,
.fee .body > .body-section > .widget-container {
	width: auto;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 700px) !important;
	padding-right: calc(50% - 700px) !important;
}
.fee .page-content {
    padding: 0;
		max-width:1400px;
	margin:0 auto;
}
.fee .widget.widget-navigation.category-menu {
	max-width:1400px;
	margin:0 auto;
}
body > .body {
    padding: 0;
}
.fee .widget.widget-form.contact-left {
    padding: 30px;
}
@media screen and (max-width: 767px){
.fee .custom-form.contact-form-template.form-template {
    padding: 15px;
}
.fee .footer {
	padding-bottom:100px;
}
.responsive.auto-page .page-content {
    margin: 0;
}
.responsive .password-meter-wrap {
    right: 5px;
}
}

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

/*Section New customer Profile*/
.widget-navigation .nav-profile-logged-in .nav-profile-pic {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 div#saved-cart-details .form-row label {
    color: #8cbadf;
}
.bmui-tab .bmui-tab-body-container .save_cart .saved-cart-items-wrap label {
    color: #fff;
    margin: 30px 0 12px;
    display: block;
    font-size: 18px;
}
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title,
#customer-profile-tabs.customer-profile-v2 .profileLogout a {
    color: #a9a9a9;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a:hover .icon {
    filter: invert(1);
}
.customer-profile-v2 .customer-short-info .customer-name-text {
    color: #000;
}
#customer-profile-tabs .bmui-tab-body-container h1 {
    color: #fff;
}
#webcommander-page.page-profile .customer-profile-v2-wrapper {
    background-color: transparent;
    padding: 30px 0;
}
#webcommander-page.page-profile .customer-profile-v2 .header-message {
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .icon, #customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .icon {
    filter: invert(1);
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name-link {
    color: #fff;
}
#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: #fff !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: #062134;
	border-color:#fff;
}

#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #062134;
    color: #1DBBBA;
	border-color:#1DBBBA;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #644101;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #644101 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;
}

#webcommander-page.page-profile .site-popup .title-bar .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

#webcommander-page.page-profile .site-popup .window-corner-toolbar .close::after {
    display: none;
}

#webcommander-page.page-profile .site-popup .form-row {
    margin: 0;
}
#webcommander-page.page-profile .site-popup .button-line {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
#webcommander-page.page-profile .site-popup .button-line button {
    width: auto;
    background-color: #644101;
    border: 1px #644101 solid;
    margin: 0;
    letter-spacing: normal;
}

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

.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #5f5f5f;
    border: 1px #5f5f5f 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: #644101;
    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: #BA7900;
}

.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: #644101;
}

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

.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: #696969;
    padding: 6px 16px;
    background: none;
    border: 1px #696969 solid;
    border-radius: 4px;
    height: 32px;
}

#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
    border: 1px #1DBBBA solid;
	color:#1DBBBA;
}

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

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

#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
    border: 1px solid #1DBBBA;
    background: none;
	color: #1DBBBA;
}

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

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

#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: 0;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 18px -15px 0 0;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
   width: calc(100%/3 - 7px);
	margin: 0 7px 20px 0;
}
#customer-profile-tabs.customer-profile-v2 .special-product {
    padding: 0;
    background-color: transparent;
}
#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;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title,
#customer-profile-tabs.customer-profile-v2 .customer-profile-tab-title {
    color: #ffffff;
}
#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: #fff !important;
    background-color: #000000;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
}
#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;
    display: none;
}
.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: #644101;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button:hover {
    background-color: #BA7900;
}
#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;
}
@media(max-width: 767px) {
    #webcommander-page.page-profile .exception-popup {
        width: calc(100vw - 40px)!important;
        min-width: unset;
    }
}
/* exception popup:end */
@media(max-width: 991px) {
    .customer-profile-v2-wrapper {
        padding: 30px 20px;
    }

    .customer-profile-v2 .customer-welcome-profile {
        margin-bottom: 0;
    }

    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
        margin-top: 30px;
    }
        #webcommander-page.page-profile .customer-profile-v2 .customer-profile-left.open {
        z-index: 999;
    }
}

@media(max-width: 767px) {
    #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #customer-profile-tabs.customer-profile-v2 #saved-cart-listing table {
        width: 600px;
        margin-bottom: 20px !important;
        max-width: unset;
    }
#webcommander-page.page-profile .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container .bmui-tab-header.left.customer-profile-bmui-tab-header.bmui-tab-active.bmui-state-active {
    background-color: #f3f3f3;
    border-left: 0;
}
}

@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;
    }
}
/*End Section New customer Profile*/
