.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}

html {
    font-family: 'Montserrat';
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}
body.page-profile>.body {
    background-color: #f7f7f7;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: var(--bk-h1-size, 2em);
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

.gift-card-fields .form-header .form-row {
    margin-bottom: 16px;
    flex-basis: 118px;
}

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

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

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
    height: auto;
}

::selection {
    background-color: #262527;
    color: #fff;
}

::-moz-selection {
    background-color: #262527;
    color: #fff;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input,
button,
select,
textarea {
    font-family: Montserrat;
    font-size: inherit;
    line-height: inherit;
}

a {
    font-family: var(--bk-link-font-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-link-font-size, 16px);
    color: #000;
    font-weight: var(--bk-link-font-weight, 400);
}

a:hover {
    color: #000;
}
.widget-html a, .widget-html a:link{
     text-decoration: underline;
}
.widget-html a:hover, .widget-html a:active, .widget-html a:visited {
    text-decoration: var(--bk-link-decoration, none);
}
.widget-article a {
    font-family: var(--bk-link-font-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-link-font-size, 14px);
    color: #000;
    font-weight: var(--bk-link-font-weight, 500);
    text-decoration: underline;
}
.widget-html a.primary-btn {
     text-decoration: var(--bk-link-decoration, none);   
}
.widget-article a:hover {
    color: #3c3a3a;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
font-family: 'Montserrat';
    text-transform: capitalize;
    font-weight: 400;
}

h1,
h2,
h3 {
    padding-bottom: 0;
    color: #000;
font-family: 'Montserrat';
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 0;
    line-height: 42px;
}

h1 {
    font-size: var(--bk-h1-size, 42px);
}

h2 {
    font-size: var(--bk-h2-size, 38px);
}

h3 {
    font-size: var(--bk-h3-size, 32px);
}

h4 {
    font-size: var(--bk-h4-size, 28px);
}

h5 {
    font-size: var(--bk-h5-size, 24px);
}

h6 {
    font-size: var(--bk-h6-size, 20px);
}

p {
    color: #000;
    font-family: var(--bk-p-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-p-size, 14px);
    font-style: var(--bk-p-style, normal);
    font-weight: var(--bk-p-weight, 500);
    line-height: var(--bk-p-line-height, 30px);
    margin: 0 0 15px;
}

.heading-title1 {
    color: #000;
font-family: 'Montserrat';
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
    line-height: 59px;
}

ul,
ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}

ul li,
ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0px;
    list-style-type: none;
    color: #000;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
    font-family: Montserrat;
    position: relative;
}

ol li {
    list-style-type: decimal;
}

ul li::after {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #000;
    position: absolute;
    left: -20px;
    top: 9px;
    border-radius: 50%;
}

table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}

table,
th,
td {
    border: 1px solid #ebebeb;
    padding: 12px;
    text-align: left;
    color: #898b90;
    font-size: 15px;
}

table th {
    font-weight: 600;
}

.flying-cart-content.page-content.loading.popup .continue-shopping-btn,
.flying-cart-content.page-content.loading.popup .flying-cart-footer-button,
body input[type="submit"], body input[type="button"], body button, body .button,
body a.button, body.widget-snippet button, body.widget-snippet .button, body.widget-snippet a.button {
    color: #fff;
    text-align: center;
	font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	border: 1px solid #000;
    min-width: fit-content;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
    background: #000;
    text-decoration: none;
  border-radius:0;
}

.flying-cart-content.page-content.loading.popup .continue-shopping-btn:hover,
.flying-cart-content.page-content.loading.popup .flying-cart-footer-button:hover,
.add-to-compare-button:hover,
.add-to-wish-list:hover,
.remove-from-compare-button:hover,
.add-to-wish-list.disabled:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body button:hover,
body .button:hover,
body a.button:hover {
    background: #242426;
    color: #fff;
    border-color: #242426;
}

body input[type="submit"][disabled],
body input[type="button"][disabled],
body button[disabled],
body .button.disabled,
body a.button.disabled,
body input[type="submit"][disabled]:hover,
body input[type="button"][disabled]:hover,
body button[disabled]:hover,
body .button.disabled:hover,
body a.button.disabled:hover {
    background: #086AC2 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #fff;
}

body input[type="submit"][disabled],
body input[type="button"][disabled], 
body button[disabled],
body .button.disabled,
body a.button.disabled,
body input[type="submit"][disabled]:hover,
body input[type="button"][disabled]:hover,
body button[disabled]:hover,
body .button.disabled:hover,
body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #818181;
}

a.primary-btn,
.primary-btn,
body.widget-snippet a.primary-btn,
body.widget-snippet .primary-btn {
    color: #A68CF1;
    text-align: center;
font-family: 'Montserrat';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    border: 1px solid #A68CF1;
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
text-decoration: none;
}

a.primary-btn.small,
.primary-btn.small,
body.widget-snippet a.primary-btn.small,
body.widget-snippet .primary-btn.small {
    min-width: 128px;
    white-space: nowrap;
}

a.primary-btn.white,
.primary-btn.white,
body.widget-snippet a.primary-btn.white,
body.widget-snippet .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

a.primary-btn:hover,
a.primary-btn:focus,
.primary-btn:hover,
.primary-btn:focus {
    Background: #A68CF1;
    color: #fff;
}

a.primary-btn.white:hover, .primary-btn.white:focus {
    Background: #A68CF1;
    color: #fff;
}

.widget.widget-image.header-logo {
    margin: 0 auto;
    text-align: center;
}

body > .header{
  box-shadow: 0 0 1px rgba(0,0,0,0.2);
}
/*form element desgin*/
.form-row {
    margin: 0 0 20px 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
    border: 1px solid #000;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
    border: 0;
}

.gift-card-fields .form-content .form-row>label {
    display: block;
    text-transform: capitalize;
    width: auto;
    line-height: normal;
    opacity: 0.8;
    margin: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

input[type='checkbox'] {
    accent-color: black;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height: 40px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 8px);
    background-size: 12px;
    margin: 0;
    border-bottom: 1px solid #000;
}
section.microfiber-core-fabric .microfiber-core-container .best-fafric ul.inner-listing li:after {
    top: 4px;
}
.message-block.error-message, .message-block.error {
    background-color: #fff;
    border: 0;
    color: #dd6159;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.message-block.info-message,
.message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}

table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    color: #000;
    font-size: 16px;
}

textarea {
    height: 150px;
    width: 100%;
    border: 1px solid #d0d0d0;
    padding: 10px;
}

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 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 25px;
}


input[type="password"], input[type="text"], .widget-form input[type="text"], .widget-form textarea, .widget-form .form-row select, .registration-form select {
  width: 100%;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  border: 1px solid #d0d0d0;
  background-color: #FFF;
  color: #000;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
.store-credit-request-form textarea:focus {
    border: 1px solid #000;
}

.widget-form textarea {
    height: 160px;
}

.widget-form .form-row {
    padding-bottom: 25px;
}

.widget-form .double-input-row .form-row {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.errorlist.after .message-block {
    font-weight: 500;
    letter-spacing: 0;
    margin: 5px 0 0;
}

.errorlist.after {
    font-size: 14px;
    line-height: 14px;
    min-width: auto;
    position: relative;
}
.confirm-password.form-tag-as-form .errorlist.after {
    position: relative;
    left: inherit;
}
select.error-field-error.inline-error,
select.validation-error,
textarea.error-field-error.inline-error,
textarea.validation-error {
    background-color: transparent;
    border: 1px solid #dd6159 !important;
}

input[type="checkbox"]+span,
input[type="radio"]+span {
    margin-right: 20px;
}

.widget > .widget-title {
  color: #000;
  font-family: 'Montserrat';
  line-height: 40px;
  letter-spacing: 3px;
  text-align: center;
  padding: 120px 0 50px;
  font-size: 42px;
  font-weight: 500;
}
.footer .widget > .widget-title {
  color: #fff;
  line-height: 22px;
  text-align: left;
  padding:0 0 20px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.widget-form .sub-form-row {
    display: table;
}

.widget-form .form-row input {
    height: 45px;
}

.widget-form .form-row input[type="radio"],
.widget-form .form-row input[type="checkbox"] {
    height: auto;
}

.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}

.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 7px;
}

.widget-form .form-row>label,
.widget-form .sub-form-row span {
text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 3px;
  width: 100%;
  margin: 0;
  font-size: 12px;
}

.widget-form .radio-checkbox-row {
    margin-top: -24px;
    padding-left: 205px;
}

.widget-form .sub-form-row>* {
    float: left;
}

.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}

.widget-form .sub-form-row input+span {
    clear: left;
}

.widget-form .sub-form-row input {
    margin: 7px 0;
}

.widget-form .radio-checkbox-row .radio,
.widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}

.widget-form .form-row .sub-form-row label {
    width: 202px;
}

.widget-form .sub-form-row {
    margin: 20px 0 0;
}

.widget-form .sub-form-row>label {
    margin-top: 14px;
}
.form-row.state-selector-row.chosen-wrapper .chosen-container.chosen-container-single.state.large{
padding: 0
}
.form-row.state-selector-row.chosen-wrapper .chosen-container.chosen-container-single.state.large .chosen-single {
  height: 40px;
  border: 1px solid #d0d0d0;
  width: 100%;
  line-height: 30px;
  border-radius: 0;
}
#customer-profile-tabs.customer-profile-v2 button {
  height: 34px;
  padding: 5px 20px;
}
  .widget-snippet a {
  text-decoration: unset;
}

.body .widget-title-wrapper {
  text-align: center;
}
.body .widget-title-wrapper .widget-title {
  font-size: var(--bk-h2-size, 42px);
  font-weight: var(--bk-h2-weight, 600);
  color: #000;
  font-family: var(--bk-h2-family, var(--bk-font-heading, 'Montserrat'));
  letter-spacing: var(--bk-h2-letter-spacing, -1px);
  line-height: var(--bk-h2-line-height, 52px);
}
.widget-text a, .widget-text a:link, .widget-text a:visited, .widget-snippet a, .widget-snippet a:link, .widget-snippet a:visited{
text-decoration: var(--bk-link-decoration, none); 
}
.product-widget.widget-addCart {
  justify-content: flex-start;
}
.product-widget.widget-addCart .add-to-wish-list::before, .product-widget.widget-addCart .button.add-to-wish-list::after, .product-widget.widget-addCart .add-to-compare-button.button::after {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.product-widget.widget-addCart .button.add-to-wish-list, .product-widget.widget-addCart .add-to-compare-button.button {
  position: relative;
}
/*====== End Fixed-width-layout ======*/

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

.widget-container>.page-content>.v-split-container>.v-split .widget,
.widget-container>.page-content>.v-split-container>.v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}

.page-home .widget-container>.page-content>.v-split-container>.v-split .widget,
.page-home .widget-container>.page-content>.v-split-container>.v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.widget-container>.page-content>.v-split-container>.v-split .widget.widget-snippet,
.widget-container>.page-content>.v-split-container>.v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.body .widget-container .page-content {
    min-height: 320px;
}

.page-content>.v-split-container>.v-split .widget.widget-snippet,
.page-content>.v-split-container>.v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.checkout-page.version-2 .billing-address .delivery-options-advance-panel .form-row .label-text {
    padding: 0 0 0 25px;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover, .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover, .checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
  color: rgb(115, 115, 115);
}
/*======  Inner-layout-control-css ======*/
#bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
#bs-4E4232C9-6417-4958-B161-762CA25C8514,
#bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
    background: rgba(0, 0, 0, 0) url("../images/inner-banner-bg.jpg") no-repeat scroll left top / cover;
    display: block;
    padding: 70px 0;
    position: relative;
}

#bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A::before,
#bs-4E4232C9-6417-4958-B161-762CA25C8514::before,
#bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.widget-pageHeading {
    background: #fff;
    text-align: left;
    margin-bottom: 60px;
}
.widget.widget-pageHeading.listing-area {
  background: url(/template/ed4e4e9c/images/banner-img.png) no-repeat center;
  background-size: cover;
}
.widget.widget-pageHeading.listing-area h1{
 color:#fff; 
}
.widget-pageHeading .page-heading-wrapper{
      padding: 70px 0 50px;
}
.widget-pageHeading .page-heading-wrapper .heading-content-wrapper{
  padding: 90px 0 90px;
}

#webcommander-page .widget-pageHeading h1,
#webcommander-page .widget-pageHeading h2 {
    margin: 0 auto;
    max-width: 1400px;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.widget-pageHeading.page-heading-bg {
    padding: 135px 0 140px;
    text-align: left;
    margin-bottom: 100px;
    background: url('../images/page-heading-bg.png') no-repeat;
    position: relative;
	background-size: cover;
}

.widget-pageHeading.page-heading-bg:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.4;
    width: 100%;
    height: 100%;
}

.page-product-care .widget-pageHeading {
    display: none;
}


.widget-pageHeading.page-heading-bg h1,
.widget-pageHeading.page-heading-bg h2 {
    margin: 0 auto;
    max-width: 1400px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.2px;
    z-index: 1;
    position: relative;
}

.widget-pageHeading.listing-title {
    margin: 0 0 20px 0;
    padding: 0 !important;
    background: transparent;
}

.widget-pageHeading.listing-title::before {
    display: none;
}

.widget-pageHeading.listing-title h1, .widget-pageHeading.listing-title h2 {
    color: #000;
    font-family: 'Montserrat';
    font-size: 43px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.86px;
    margin: 0;
    text-align: left;
    padding: 0 !important;
}

.widget-pageHeading.page-heading-inner {
    background: #fff;
    margin: 0;
    padding: 88px 0 30px;
}

.widget-pageHeading.page-heading-inner:before {
    display: none;
}

.widget-pageHeading.page-heading-inner h1,
.widget-pageHeading.page-heading-inner h2 {
    margin: 0 auto;
    max-width: 1200px;
    color: #000;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    letter-spacing: 0;
    z-index: unset;
    position: relative;
}

body.page-wish-list .widget-pageHeading.page-heading-inner h1 {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

.breadcrumb-item .separator {
    font-size: 0px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 26px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 18px;
}

span.breadcrumb-item {
    color: #fff;
}

.breadcrumb-item .separator::after {
    content: '';
    color: #fff;
    font-size: 15px;
    width: 5px;
    height: 8px;
    background: url('../images/breadcumb-separator.svg');
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
}

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: Montserrat;
    margin-right: 0;
}

.breadcrumb-item.root .icon::after {
    color: #000;
    opacity: 0.6;
}

.breadcrumb-item .label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: Montserrat;
    opacity: 0.6;
}

.breadcrumb-item.current {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: Montserrat;
}

.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 260px;
    top: 41%;
    z-index: 1;
}

.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after,
.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after,
.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #fff;
}

.widget.widget-breadcrumb {
    padding: 30px 0 0 0 !important;
}
.page-return-policy .article-content,
.page-terms-and-conditions .article-content,
.page-privacy-policy .article-content{
    max-width:1200px;
    margin: 0 auto;
}
.page-return-policy .article-content h5:first-child,
.page-terms-and-conditions .article-content h5:first-child,
.page-privacy-policy .article-content h5:first-child{
margin-top:0;
}
/*====== End Inner-layout-control-css ======*/
.add-to-cart-button.button.et_pdp_add_to_cart .div-mask {
  background-color: transparent;
}

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

textarea::placeholder,
::placeholder {
    color: #888;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}
.advance.checkout-page .address-edit-from-wrap .form-row input::placeholder {
    color: #888 !important;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}


select>option, select[disabled]>option {
    color: #6d6d6d;
}
form.wholesale-form textarea::placeholder{
    color: #6d6d6d;
}
.add-cart-information-popup .chosen-container-single .chosen-single {
    background-position-x: 95%;
}
.add-cart-information-popup .chosen-container-single .chosen-single span {
    text-align: left;
}
/** Wish List Menu Start **/
.widget.widget-navigation.wishlist-menu,
.widget.widget-navigation.wishlist-menu .navigation-item {
    width: 26px !important;
    height: 25px !important;
    padding: 0;
}

.header .widget-navigation.wishlist-menu .navigation-item {
    position: relative;
}

.widget-navigation.wishlist-menu a {
    width: 24px;
    height: 26px;
    background: url(../images/wishlist-icon.svg) no-repeat;
    border: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.wishlist-menu a:hover {
    opacity: 0.7;
}

.widget-navigation.wishlist-menu a span {
    font-size: 0;
}

/** Wish List Menu End **/
/** Cart Start **/
.header .advanced-flying-cart {
    position: relative;
    cursor: pointer;
}

.header .widget.widget-cart {
    text-align: left;
}

.widget.widget-cart .cart-widget-img {
    background: url('../images/cart-icon.svg') no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget.widget-cart .advanced-flying-cart:hover .cart-widget-img {
    opacity: 0.7;
}

.header .widget.widget-cart {
    width: 25px !important;
}

.header .cart-widget-text {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -3px;
    right: -4px;
    background: #161616;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    line-height: 13px;
    border: 2px solid #161616;
    padding: 0;
    letter-spacing: 0;
    font-family: Montserrat;
}

/** Cart End **/

/** User Nav Start **/

.widget.widget-navigation.user-nav {
    width: 17px !important;
    height: 21px !important;
    z-index: 1;
}

.widget-navigation.user-nav .menu-title .menu-button {
    background: url(../images/user-icon.svg) no-repeat;
    width: 100%;
    user-select: none;
    text-align: right;
    max-width: 40px;
    margin: 0;
    margin-right: auto;
    height: 24px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.user-nav .menu-title:hover .menu-button,
.widget-navigation.user-nav .menu-title .menu-button.close {
    opacity: 0.7;
}

.widget-navigation.user-nav .menu-title .menu-button em {
    display: none;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.gift-cards span.label {
    padding-left: 3px;
}
.widget-navigation.user-nav a[href="#"],
.widget-navigation.user-nav .child-opener {
    display: none !important;
}

.widget-navigation.user-nav .nav-wrapper.vertical.show {
    width: 256px;
    position: absolute;
    left: 50%;
    height: auto;
    top: 35px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0px 0px 24px 10px rgba(67, 67, 67, 0.1);
}
.widget-navigation .nav-profile-not-logged-in { 
    padding: 20px;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item {
    display: block;
    padding: 0;
    background: transparent;
}
.widget-navigation .nav-profile-logged-in { 
    padding: 16px 20px;
}
.widget-navigation .nav-profile-logged-in a.autoGeneratedPage {
    padding: 0 0 0px 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid #000 !important;
    font-size: var(--bk-link-font-size, 12px) !important;
}
.widget-navigation .nav-profile-logged-in a.autoGeneratedPage:hover {
    background-color: transparent !important;
    opacity: .8;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name { 
    width: 114px;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a {
    border-bottom: 1px solid rgb(233, 233, 233);
    margin: -1px 0 0 0;
    text-align: left;
    padding: 14px 14px 14px 20px;
    background: #fff;
    text-transform: var(--bk-link-font-transform, capitalize);
    text-decoration: var(--bk-link-decoration, none);
    position: relative;
    letter-spacing: var(--bk-link-font-letter-spacing, 0.15px);
    border-top: 1px solid rgb(233, 233, 233);
    font-family: var(--bk-link-font-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-link-font-size, 14px);
    font-style: normal;
    font-weight: var(--bk-link-font-weight, 500);
    line-height: 18px;
    color: #000;
    vertical-align: middle;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage {
    border: 0 !important;
    display: inline-block!important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #fff !important;
    border-radius: 4px;
    border: 1px solid #000;
    background: #000 !important;
    width: 122px;
    height: 34px;
    padding: 7px 16px !important;
    text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 4px !important;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage:hover {
    background: #474747 !important;
}
.widget-navigation .nav-profile-not-logged-in .nav-customer-qa { 
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.widget-navigation span.customer-register-link a  {
    border: 0 !important;
    padding: 0 !important;
}
.widget-navigation span.customer-register-link a:hover {
    background-color: transparent !important;
    opacity: .8;
}
.widget-navigation span.customer-register-link a span {
    color: #333;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.12px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item:last-child a {
    border-bottom: 0;
}

.widget-navigation.user-nav .nav-wrapper.vertical.show::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    top: -6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item a:hover { 
    background: #f5f5f5;
}

.widget-navigation.user-nav .menu-title {
    position: relative;
}

/** User Nav End**/

/** User Nav End**/

body > .footer{
  background-color:#000;
}
body > .header > .widget-container, body > .footer > .widget-container{
  max-width: 1420px;
  width:100%;
}
body>.header::before {
    content: '';
    width: 100%;
    height: 34px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
body>.header::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    left: 0;
    top: 85px;
}
.widget-html.top-offer p {
  text-align: center;
  color: #fff;
  padding: 6px 0;
  font-weight: var(--bk-p-weight, 700);
  line-height: var(--bk-p-line-height, 20px);
  font-size: var(--bk-p-size, 13px);
  text-transform: var(--bk-p-transform, uppercase);
  letter-spacing: var(--bk-p-letter-spacing, 2px);
  margin-bottom: 0;
}
.footer .widget-navigation .nav-wrapper.vertical a {
  border: 0;
  margin-bottom: 6px;
  font-size: var(--bk-link-font-size, 15px);
  color: #cbcbcb;
  font-weight: var(--bk-link-font-weight, 400);
}
.widget-html.footer-html .html-widget-element-content, .widget-html.footer-html .html-widget-element-content p {
  color: #cbcbcb;
}
.footer .widget-navigation .nav-wrapper.vertical a:hover {
  color: #8a8787;
}
.footer .widget-newsletter .form-row label {
  display: none;
}
.footer .widget-newsletter .form-row input {
  background: transparent;
  padding: 10px 30px 10px 0;
  border:0;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.footer .widget-newsletter  .form-row.button-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
}
.footer .widget-newsletter .form-row.button-container .newsletter-subscription.submit-button {
  width: 100%;
  min-width: 100%;
  font-size: var(--bk-btn-font-size, 0);
  background-color: transparent;
  border: 0;
    background: url(/template/ed4e4e9c/images/email.svg) no-repeat center;
  background-size: 25px;
}
.widget-article.copyright p {
  color: #fff;
  text-align: center;
  border-top: 1px solid #181818;
  padding: 20px 0;
}
/*========= main menu ========= */
.widget-navigation.main-menu {
    text-align: center;
	    z-index: 0;
}

.widget-navigation.main-menu .nav-wrapper.horizontal {
    text-align: center;
}

.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:hover>a span::after {
    color: #262527;
    content: '\f106';
}

.widget-navigation.main-menu .navigation-item {
    padding: 0 18px;
}

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

.widget-navigation.main-menu .navigation-item:last-of-type {
    padding-right: 0;
}

.widget-navigation.main-menu .navigation-item.sale-menu a {
    color: #dd6159;
    text-transform: var(--bk-link-font-transform, uppercase);
}

.widget-navigation.main-menu .navigation-item.sale-menu a:hover {
    opacity: unset;
    color: #000;
}

.widget-navigation.main-menu .navigation-item a {
    text-transform: var(--bk-link-font-transform, capitalize);
    padding: 0 0 10px;
    text-decoration: var(--bk-link-decoration, none);
    position: relative;
    color: #000;
    font-family: var(--bk-link-font-family, var(--bk-font-base, Montserrat));
	font-size: var(--bk-link-font-size, 13px);
  font-style: normal;
  font-weight: var(--bk-link-font-weight, 400);
  line-height: normal;
  letter-spacing: var(--bk-link-font-letter-spacing, 3px);
  text-transform: var(--bk-link-font-transform, uppercase);
}
.widget-navigation.main-menu .navigation-item a:after{
    content:"";
    display:block;
    position:absolute;
    bottom:5px;
    left:0;
    border-bottom:2px solid #000;
    width: 0;
    transition: width 0.5s;
}
.widget-navigation.main-menu .navigation-item a:hover:after{
    width: 100%;
}
.fee .widget-navigation.main-menu .navigation-item a {
	    padding: 0;
}
.widget-navigation.main-menu .navigation-item:first-child a {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item:last-child a {
    padding-right: 0;
}

.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a:hover span::before {
    height: 5px;
}

.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}

.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a,
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: 400;
    vertical-align: middle;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:focus>a:before,
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}

/** Sub Menu **/
.widget-navigation.main-menu .horizontal>.has-child>.navigation-item-child-container {
    width: 290px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: -5px 0px 0;
    left: 50%;
    top: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 24px 10px rgba(67, 67, 67, 0.1);
    box-shadow: 0px 0px 24px 10px rgba(67, 67, 67, 0.1);
}

.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}


.widget-navigation.main-menu   .navigation-item.mega-menu .navigation-item-child-container::before {
    display: none;
}
.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 {
    margin: 0;
    text-align: center;
    padding: 15px 5px;
    padding-left: 5px;
    background: #fff;
    text-transform: var(--bk-link-font-transform, capitalize);
    padding-left: 0px;
    text-decoration: var(--bk-link-decoration, none);
    position: relative;
    color: #000;
    font-family: var(--bk-link-font-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-link-font-size, 15px);
    font-style: normal;
    font-weight: var(--bk-link-font-weight, 500);
    line-height: normal;
    letter-spacing: var(--bk-link-font-letter-spacing, 0.15px);
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #000;
    opacity: 1;
    font-weight: var(--bk-link-font-weight, 600) !important;
}
.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;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(233, 233, 233);
    color: #000;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 230px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container::before {
    top: 18px;
    left: -6px;
}

/*end:menu*/
.page-login .login-form {
  margin: 110px auto;
  max-width: 580px;
  width: 100%;
  background-color: #fff;
}
.login-form .submit-row {
  float: unset;
  width: 100%;
}
.login-form .submit-row .login-button {
  width: 100%;
}
.page-login .login-form .form-row input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.page-login .login-form .form-row input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.page-login .login-form .form-row input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.page-login .login-form .form-row label {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 3px;
  width: 100%;
  margin: 0 0 5px;
  font-size: 12px;
}
.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
  padding-bottom: 55px;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}
.login-form .account-register a {
  color: #000;
  text-decoration: underline;
}
.login-form .account-register a:hover {
  color: #505050;
}
.page-login .login-form .form-row {
  margin: 0 0 25px 0;
}
.page-login .login-form .form-row.remember, .page-login .login-form .form-row.remember + .form-row {
  margin-bottom: 10px;
}
/** Registration Page Start **/

.registration-form {
    margin: 100px auto;
    max-width: 850px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #FFFFFF;
    border: 0;
    display: flex;
    flex-wrap: wrap;
}

.registration-form .title {
    width: 100%;
}


.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;
    margin: 0 0 25px 0;
}
.registration-form label {
  display: block;
  width: auto;
  line-height: normal;
  margin: 0 0 8px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.registration-form select {
    width: 100%;
    line-height: 12px;
    font-weight: 400;
}

.registration-form .form-row.submit-row button {
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-family: var(--bk-btn-font-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-btn-font-size, 13px);
    font-style: normal;
    font-weight: var(--bk-btn-font-weight, 400);
    line-height: normal;
    letter-spacing: var(--bk-btn-font-letter-spacing, 6.5px);
    text-transform: var(--bk-btn-font-transform, uppercase);
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
}


.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
}
 

#customer-profile-tabs.customer-profile-v2 .form-row .pass-input-wrapper .password-meter-wrap { 
    margin-top: 15px;
}

.password-meter-wrap .weak {
    width: 70px;
}

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


.password-meter-wrap .strongest {
    width: 50px;
}

.password-meter-wrap .strong {
    width: 50px;
    background: #8dce00;
}

.password-meter-wrap .medium {
    width: 50px;
}

.password-meter-wrap .weak {
    width: 50px;
}

.password-meter-wrap .better {
    width: 50px;
}


.password-meter-wrap {
    width: 132px;
    position: absolute;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5px;
    top: 5px;
}
.password-meter-wrap .password-strength-bar{
      height: 5px;
    border-radius: 100px;  
}
.password-meter-wrap .password-description {
    font-size: 12px;
}

/** Registration Page End **/
/** Forgot Password Start **/
.password-reset-form {
  margin: 100px auto;
  max-width: 500px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: #FFFFFF;
  border: 0;
  text-align: center;
}

.password-reset-form .title {
    width: 100%;
    padding: 0;
    color: #000;
    font-family: Montserrat;
    margin: 0;
    line-height: 59px;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
}

.password-reset-form .lost-password-text {
    padding: 0;
    margin: 5px 0 40px;
    color: #000;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    opacity: 0.8;
}

.password-reset-form .form-row {
    display: block;
    margin: 30px 0 0;
}
.password-reset-form .form-row label {
  display: block;
  text-transform: capitalize;
  width: 100%;
  line-height: normal;
  margin: 0 0 8px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}


.password-reset-form .form-row input[type="text"].validation-error{
    background-color: #fff;
    border: 0;
    border: 1px solid #dd6159;
}
input[type="text"].validation-error, input[type="password"].validation-error { 
    background-color: #fff;
    border: 0;
    border: 1px solid #dd6159; 
}
.password-reset-form .form-row input {
    width: 100%;
}

.password-reset-form .form-row.submit-row button {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    max-width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: var(--bk-btn-font-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-btn-font-size, 13px);
    font-style: normal;
    font-weight: var(--bk-btn-font-weight, 400);
    line-height: normal;
    letter-spacing: var(--bk-btn-font-letter-spacing, 6.5px);
    text-transform: var(--bk-btn-font-transform, uppercase);
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
}

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

form.customer-new-password {
    margin: 100px auto 100px;
    max-width: 500px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: #FFFFFF;
    border: 0;
    text-align: center;
}

.customer-new-password .form-row.submit-row button {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: relative;
    background: #000;
    max-width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: var(--bk-btn-font-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-btn-font-size, 13px);
    font-style: normal;
    font-weight: var(--bk-btn-font-weight, 400);
    line-height: normal;
    letter-spacing: var(--bk-btn-font-letter-spacing, 6.5px);
    text-transform: var(--bk-btn-font-transform, uppercase);
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
}
.product-view.image-view .product-block img, .product-view.scrollable-view .product-block img  {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.product-view.image-view .product-block:hover img, .product-view.scrollable-view .product-block:hover img {
  transform: scale(1.02);
}
.customer-new-password .form-row.submit-row label {
    display: none;
}

.customer-new-password .form-row label {
    display: block;
    text-transform: capitalize;
    width: auto;
    line-height: normal;
    opacity: 0.8;
    margin: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.14px;
}

.customer-new-password .form-row input[type="password"] {
    height: 30px;
}

.customer-new-password .form-row.mandatory {
    margin: 0 0 35px 0;
}

form.customer-new-password span.title {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: 59px;
}

form.customer-new-password .form-row.submit-row {
    margin: 0;
    float: left;
}
div.widget-productReviewRatting .write-review-panel label, .tell-friend.tell_friend_popup.popup .form-row label {
  display: block;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 3px;
  width: 100%;
  margin: 0;
  font-size: 12px;
}
.tell-friend.tell_friend_popup.popup .form-row label span {
  letter-spacing: 1px;
}

.widget-productReviewRatting .write-review-panel input[type="text"]{
padding: 10px;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
  border: 1px solid #d0d0d0;
}
.widget-productReviewRatting .write-review-panel input[type="text"]:focus, .widget-productReviewRatting .write-review-panel textarea:focus{
   border-color:#000; 
}
.popup .body {
  padding: 20px 30px;
}
button.close-popup {
  background: transparent;
  color: #000;
}
.popup .header .status-message {
  font-weight: 500;
}
.widget-productImage .detail-image-swiper.disabled {
  background-color: rgba(255,255,255,0.2) !important;
  border: 1px black !important;
}
div.flying-cart-product-name a:hover {
  color: #3e3e3e;
}
/** Forgot Password End **/


.widget-snippet.banner-bottom .snippet-service-info .row {
  padding: 70px 0 110px;
}
.widget-snippet.banner-bottom .snippet-service-info .row .info-cell {
  border: 0;
  padding-bottom: 0;
  height: auto;
}
.widget-snippet.banner-bottom .snippet-service-info .row .info-cell img {
  height: 75px;
  width: 80px;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.widget-snippet.banner-bottom .snippet-service-info .row .info-cell h4 {
  font-weight: var(--bk-h4-weight, 500);
  line-height: var(--bk-h4-line-height, 36px);
  padding: 0;
  margin: 0 0 15px;
  overflow: inherit; 
  text-overflow: inherit;
  white-space: inherit;
}
.widget-snippet.banner-bottom .snippet-service-info p {
  line-height: var(--bk-p-line-height, 26px);
}
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child {
  height: 100%;
  padding: 130px 120px 0 0;
}
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6 {
  padding: 0;
  height: 100%;
}
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child h2 {
  color: #fff;
  line-height: var(--bk-h2-line-height, 60px);
  margin-top: 0;
  font-weight: var(--bk-h2-weight, 600);
}
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child div p{
  font-size: var(--bk-p-size, 18px);
  color: #fff;
  font-weight: var(--bk-p-weight, 400);
    line-height: var(--bk-p-line-height, 30px);
}
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child a.read-more{
  background: #000;
  border-color:#000;
  text-transform:var(--bk-link-font-transform, uppercase);
  letter-spacing: var(--bk-link-font-letter-spacing, 3px);
  color:#fff;
    font-weight: var(--bk-link-font-weight, 400);
}
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child a.read-more:hover{
  background: #fff;
  border-color:#fff;
  text-transform:var(--bk-link-font-transform, uppercase);
  letter-spacing: var(--bk-link-font-letter-spacing, 3px);
    font-weight: var(--bk-link-font-weight, 400);
    color:rgb(0, 0, 0) !important;
}

.widget.widget-storeLogo .logo-widget-wrapper {
  height: inherit;
}
.widget.widget-storeLogo img {
  object-fit: contain;
}
/******************/
.widget.widget-html.inline-button {
  text-align: center;
  padding: 40px 0;
}
/** Stepper Start **/
.stepper {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
}

/** .stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 38px;
    position: relative;
    right: 0;
    width: 40px;
    z-index: 0;
}
 **/
.product_quick_view_popup .product-widget.widget-addCart .stepper {
  min-width: 100px;
}
.product-quick-view-info-container.details .product-widget.widget-addCart {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
}
.product-quick-view-info-container.details .add-to-wish-list, .product-quick-view-info-container.details .remove-from-compare-button {
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 5px;
  border-radius: 5px;
}
.product_quick_view_popup .stepper {
  min-width: 70px;
  width: 70px;
  max-width: 70px;
}

.product-widget.widget-addCart .stepper {
    min-width: 155px;
    height: 46px;
    position: relative;
    overflow: unset;
    /*order: 1;*/
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    justify-content: space-between;
    margin: 0 0px 0 0;
}

.product-widget.widget-addCart .stepper input {
    width: 40px;
    height: 45px;
    border: 0;
	padding: 0;
    background: transparent;
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.96px;
    opacity: 0.82;
    z-index: 0;
}

.widget-addCart .buy-now-button {
   padding: 14px 15px;
    margin-left: 0;
    line-height: 120%;
    text-align: center;
    max-width: 100%;
    color: #fff;
    width: 100%;
    height: 45px;
}

.widget-addCart .buy-now-button:hover {
    background: #232222;
}
.product-widget.widget-socialMediaShare {
  padding: 30px 0 0;
}
/** Stepper End **/

/** Flying Cart Start **/

/** Flying Cart End **/
/*start: tab section css */
.widget.widget-html.faq-title {
    padding: 0 0 40px 0px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.widget-html.faq-title * {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 41px;
    color: #000;
}

.widget.widget-tabAccordion {
    max-width: 768px;
    margin: 0 auto;
}

.widget.widget-tabAccordion .widget-title {
    color: #101828;
    font-family: Didot;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    padding: 0;
    margin: 32px 0 0;
}

.widget.widget-tabAccordion:first-of-type .widget-title {
    margin: 0;
}

.accordion-panel .label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}

.accordion-panel .accordion-item.collapsed:first-of-type {
    display: block !important;
}

.accordion-panel .label-bar {
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    height: auto;
    padding:32px 40px 10px 0;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    margin: 0;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

 

.accordion-panel .label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    height: auto;
    color: #262527;
}

.accordion-panel .accordion-item.expanded {
    padding: 18px 0 0;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    margin-top: 0;
    color: #000;
    margin: 0;
}

.accordion-panel .label-bar .toggle-icon {
    height: 24px;
    width: 24px;
    background-image: url("../images/plus-minus.svg");
    right: 0;
    left: auto;
    top: inherit;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    position: absolute;
    bottom: 9px;
}

.form-row.filter-profile-select .accordion-panel .label-bar .toggle-icon {
    bottom: 6px;
}

.filter-profile .parent-category-child-categories-wrapper input[type="checkbox"] {
  margin-top: -4px;
}
.page-product .accordion-panel .accordion-item.expanded {
    padding: 18px 0 0;
    margin: 0;
}

.page-product .accordion-panel .accordion-item span.title {
    padding: 7px 18px;
    background: #F8F8F8;
    margin: 0 5px 8px 0;
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
}

.page-product .accordion-panel .product-accordion.product-tag-why-people-love-it .accordion-item span.title {
    padding: 7px 18px 7px 46px;
    background: url('../images/circle-list-icon.svg') no-repeat left center;
    margin: 0 0px 6px 0;
    display: block;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.82;
    color: #000;
}

.product-widget.widget-accordionView span.description h2 {
    font-size: var(--bk-h2-size, 24px);
}

.product-widget.widget-accordionView span.description h2,
.product-widget.widget-accordionView span.description h3,
.product-widget.widget-accordionView span.description h4,
.product-widget.widget-accordionView span.description h5,
.product-widget.widget-accordionView span.description h6 {
    margin-top: 30px;
      line-height: 157%;
}

.product-widget.widget-accordionView span.description h3 {
    font-size: var(--bk-h3-size, 22px);
}

.product-widget.widget-accordionView span.description h4,
.product-widget.widget-accordionView span.description h5,
.product-widget.widget-accordionView span.description h6 {
    font-size: 20px;
}

.product-widget.widget-accordionView .accordion-item span.title {
    display: none;
}

.accordion-panel .label-bar {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product-widget.widget-productTag .accordion-panel {
    padding: 0 0 0;
}

.product-accordion:last-child .accordion-item.expanded{
    border-bottom: 0;
}
/*.product-widget.widget-productTag .accordion-panel>div:last-child .accordion-item.expanded {
    padding-bottom: 20px;
}*/

.accordion-panel .label-bar:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.accordion-panel .label-bar.expanded .toggle-icon {
    background-position: -4px -88px;
}

.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p {
    padding: 0;
    color: #000;
    font-family: var(--bk-p-family, var(--bk-font-base, Montserrat));
    font-size: var(--bk-p-size, 16px);
    font-style: var(--bk-p-style, normal);
    font-weight: var(--bk-p-weight, 400);
    line-height: var(--bk-p-line-height, 24px);
    margin: 0 0 15px;
}

.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p:last-of-type {
    margin: 0;
}

.accordion-panel .accordion-item.collapsed {
    padding: 18px 0 0;
    border: 0;
    margin: 0;
}

.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p a {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.accordion-panel .accordion-item.expanded .wc-tab-accordion-widget p a:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.accordion-panel .accordion-item.collapsed p {
    font-weight: var(--bk-p-weight, 400);
    font-size: var(--bk-p-size, 16px);
    line-height: var(--bk-p-line-height, 30px);
    color: #262527;
}

.page-faq .page-content {
    padding: 0 0 100px;
}

/*end: tab section css */

.widget-snippet .snippet-what-we-do .title-med {
  font-size: var(--bk-h2-size, 42px);
  font-weight: var(--bk-h2-weight, 500);
}
.widget-snippet .snippet-what-we-do {
  padding: 100px 0;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main .separator-line{
  display: none
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main p{
  height: 25px;
  margin-top: 0;
  font-weight: var(--bk-p-weight, 400);
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main .what-content-box {
  border: 0;
  padding: 0;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main h3{
  margin-top: 20px;
    font-weight: var(--bk-h3-weight, 500);
  padding: 0 10px;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main .what-do-img:after {
  display: none;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main .what-do-img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
  margin-bottom: 0
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main a.read-more:after{
  display: none
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main a.read-more{
  border: 1px solid #ccc;
  padding: 8px 18px;
  text-transform: var(--bk-link-font-transform, uppercase);
  letter-spacing: var(--bk-link-font-letter-spacing, 3px);
  font-weight: var(--bk-link-font-weight, 400);
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main a.read-more:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
.widget-snippet.footer-brand .client-logo-footer {
  margin-bottom: 100px;
}
.widget-productSummary .title {
  display: none;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
  max-width: 600px;
  padding: 0;
  margin: 0 50px 0 auto;
}
.image-preview-box.product-detail-view > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
object-fit: cover;
}
.product_quick_view_popup .product-widget.widget-addCart * {
  margin-bottom: 0;
}
.product-quick-view-info-container.details .widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
  max-width: 450px;
  padding: 0;
  margin: 0 30px 0 90px;
  max-height: 450px;
}
.product-quick-view-info-container.details .image-preview-box.product-detail-view > img {
  position: absolute;
  top: unset;
  left: unset;
  transform: unset;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 500px;
  max-height: 500px;
}
.widget-productImage .detail-image-swiper.left {
  left: 45%;
  top: 92%;
}
.widget-productImage .detail-image-swiper.right {
  right: 45%;
  top: 92%;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
  max-width: 80px;
  margin: 0;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  border: 0;
}
.page-product .page-content > .v-split-container > .v-split {
  padding: 25px 0;
}
.product-widget.widget-productName .product-name {
  padding-bottom: 5px;
  border: 0;
  margin: 0;
  text-align: left;
  color: #000;
    font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.8px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
  margin: 3px;
}
 {
 /* max-width: 100%;*/
  margin:0px 0 12px;
  padding: 12px 10px;
  height: 45px;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height:22px;
  letter-spacing: 6.5px;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #000;
  /*min-width: 100%;*/
  background: transparent;
  color: #000;
  width:70%;
}

.selected-value-display {
    margin-bottom: 10px;
}
.variation-container .chosen-container {
    margin-left: 0;
    padding-right: 0;
}
.product-widget .cart-button-container {
    display: flex;
	gap: 20px;
}

.product-widget.widget-productSku {
  padding: 12px 0;
}
.widget-productSummary {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 35px;
}
.new-review-panel .review-form .form-row label {
  display: block;
  width: 100%;
}
.new-review-panel .review-form .form-row input[type="text"], .new-review-panel .review-form .form-row textarea {
  width: 100%;
  border: 1px solid #999;
}
.new-review-panel .review-form .form-row textarea:focus, .new-review-panel .review-form .form-row input[type="text"]:focus {
  border: 1px solid #000;
}
.review-form .btn-row {
  padding-left: 0;
}
.new-review-panel .review-image-input-with-dropzone-wrapper{
  border-color:#999;
}

.new-review-panel .review-image-input-with-dropzone-wrapper::before {
  filter: grayscale(100%);
}
.new-review-panel .write-review, .new-review-panel .review-form .form-row button {
  font-weight: 400;
  padding: 10px 20px;
  background: #000;
  border-radius: 0;
}
.menu-title.filter-data-pushbar-target-left-action-button {
  max-width: 130px;
}
/*variation flate chosen */
.popup.add-cart-information-popup .variation-container {
  text-align: left;
  margin-top: -5px;
  padding-left: 160px;
}
.add-cart-information-popup .body h4.title {
  padding-left: 160px;
}
.popup.add-cart-information-popup .variation-dropdown-container {
  display: flex;
  max-width: 400px;
  margin-left: auto;
  flex-direction: column;
}
.popup.add-cart-information-popup .variation-container .chosen-wrapper.variation-type.text.select {
  margin-top: 10px;
}
.popup.add-cart-information-popup .variation-container .chosen-container {
  margin-left: 0;
}
.popup.add-cart-information-popup .variation-container  .chosen-container-single .chosen-single{
  padding: 8px 10px;
  height: auto;
  font-size: 14px;
}
.popup.add-cart-information-popup .variation-container .chosen-container-single .chosen-single .variation-value {
  font-size: 15px;
}
.popup.add-cart-information-popup .variation-container .variation-type {
    padding-bottom: 0;
    display: flex;
}
.popup.add-cart-information-popup .variation-container .chosen-container-single .chosen-single {
  border:1px solid #dadada;
}
.page-product .popup.add-cart-information-popup .variation-container .chosen-container-single .chosen-single {
    padding: 0 10px;
}
.page-product .variation-container .variation-type {
    display: block;
    max-width: 100%;
    margin: 0;
}

.page-product .variation-container .variation-type label.type-label {
    display: inline-block;
    margin-top: 10px;
font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 38px;
    color: #000;
    width: 60px;
}
.page-product .variation-container .chosen-container-single .chosen-single span {
    letter-spacing: 0.5px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height:28px;
    color: #000;
}
.page-product .variation-container .chosen-container-single .chosen-single {
    background-size: 16px;
    background: url("../images/chosen-sprite.svg") no-repeat right #fff;
    background-position-x: 98%;
    padding: 8px 14px;
    height: 45px;
}
.variation-container .variation-type label.type-label {
    font-weight: 600;
    display: block;
    width: 100%;
    color: #102C2E;
    width: 80px;
    line-height: 62px;
}

.widget-variation .variation-thumb ul {
    display: inline-block;
    margin: 0;
    padding: 15px 0 0;
}
.widget-variation .variation-thumb ul li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    overflow: hidden;
    width: 41px;
    height: 41px;
    margin: 0;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb .variation-type.color .variation-value {
    display:block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
.widget-variation .variation-thumb ul li * {
    font-size: 16px;
}
.widget-variation .variation-thumb .variation-type .type-label {
    color: #1c1f23;
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
font-family: 'Montserrat';
}
.popup .close-icon {
  top: 18px;
  right: 8px;
}
.site-popup .title-bar .close,
.confirm-popup .header-line .close,
.confirm-popup .title-bar .close,
.popup .close-popup.close-icon {
	background: url("/template/ed4e4e9c/images/close-icon.svg") no-repeat center top;
	background-size: auto;
	background-size: auto;
	background-size: 16px;
}

.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before, .popup .close-icon::after {
	font-size: 0;
}
.widget-variation .variation-thumb .text .variation-value, .widget-variation .variation-thumb .color .variation-value  {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
}
.page-product .variation-container .variation-type.color  ul li.selected {
    border: 1px solid #000;
    padding: 3px;
    position:relative;
}
.page-product .variation-container .variation-type.color  ul li.selected .color {
    width:100%;
    height: 100%;
}
.page-product .variation-container .variation-type.color  ul li:hover{
    padding:3px;
    border: 1px solid #000;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb ul li:before{
    display: none;
}
.widget-variation .variation-thumb ul li.selected span.color:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/vicon.png) no-repeat center;
    width: 100%;
    height: 100%;
}
.page-product .variation-container .variation-type.text ul li {
    height: 35px;
    border: 1px solid #EBEBEB;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
    color: #000;
    padding: 3px 7px;
    width: auto;
    margin: 0 7px 7px 0;
}
.page-product .variation-container .variation-type.text ul li {
    background: #fff !important;
    border-color: #a7a7a7 !important;
    color: #000 !important;
    font-weight: 400 !important;
}
.page-product .variation-container .variation-type.text ul li.selected {
    background: #1c4f52 !important;
    border-color: #1c4f52 !important;
    color: #fff !important;
}
.page-product .variation-container .variation-type.text ul li span {
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
}
.page-product .variation-container .variation-type.text ul li:hover{
    color:#fff !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #000 !important;
    background: #000 !important;
}
.page-product .variation-container .variation-type.text ul li.selected{
    color:#fff !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #000 !important;
    background: #000 !important;
}
.page-product .variation-container .selected-value-display .selected-type-label {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}
/*END : variation flate chosen */
.widget-productSummary .summary a{
    text-decoration: underline
}
.widget-productSummary .summary a:hover{
    text-decoration: var(--bk-link-decoration, none)
}
.widget-price .price {
  font-size: 28px;
}
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block,
.category-image-view.category{
  border: 0;
  transition: 0.4s all ease;
  padding: 0;
  height: auto;
  border-radius: 0;
  width: 100%;
  margin: 0 0 40px;
}
.product-view.image-view .content {
    transition: min-height .3s;
    position: relative;
}
.product-view.scrollable-view img, .product-view.image-view img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: contain;
    border-radius: 10px;
}
.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #ccc;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link{
  display: block;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
  height: 40px;
  margin-bottom: 15px;
  margin-top: 15px;
  color: #000000;
}
.product-view .header, .category-view .header {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
}

.product-sorting {
    font-weight: 400;
    font-size: 14px;
    border: 0;
    line-height: 32px;
    color: #000;
    padding: 0 30px 0 15px;
    text-align: left;
    background-color: #fff;
    width: auto;
    min-width: auto;
    border-radius: 5px;
}
.product-sorting:hover {
box-shadow: 0 0 8px #e1e1e1;
    transition: 0.4s all ease;
}
select.product-sorting option { color:#000;}
select.product-sorting option:first-child{
    color:#000;
}
.product-sorting:focus{
    border: 0 !important;
}

.widget.widget-snippet .banner-video .video-content .subheading.video-title {
  font-weight:300;
  line-height:30px
}
/*---------- Pagination Start------------*/
.footer > .widget-container .widget-title {
  color: #fff;
  padding: 0 0 10px;
  font-weight: 600;
}
.product-view .footer,
.category-view .footer {
  background-color: transparent;
  padding: 24px 0 80px;
}

.product-view .footer {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.pagination {
  margin-top: -5px;
}

span.pagination-literal-status {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 34px;
  color: #000000;
  float: left;
}

.pagination span {
  border: none;
  cursor: pointer;
  margin: 0 8px;
  width: 37px;
  box-shadow: none;
  display: inline-block;
  color: #3a3a3a;
  font-size: 18px;
  background: transparent;
  border-radius: 50%;
  height: 37px;
  line-height: 40px;
  padding: 0 14px;
  font-weight: 300;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pagination span.page-number.current {
  color: #000;
  background: transparent;
  border: 0;
  font-weight: 500;
  position: relative;
}

.pagination span.page-number.current:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 14px;
  height: 2px;
  background: #000;
  transform: translateX(-50%)
}

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

.pagination span.next {
  position: relative;
  margin: 0 0 0 10px;
  padding: 0;
  background: transparent;
  height: 25px;
  width: 42px
}

.pagination span.prev {
  position: relative;
  margin: 0 4px 0 0;
  padding: 0;
  background: transparent;
  height: 25px;
  width: 42px;
  color: #3a3a3a;
}


.pagination span:hover {
  background: transparent;
  color: #000;
}

.pagination span.prev,
.pagination span.next {
  background: transparent;
}

.pagination span.prev.disabled:before,
.pagination span.next.disabled:before {
  color: #a1a1a1;
}

.chosen-container .chosen-results .chosen-result {
  color: #000;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.review-show-panel .pagination {
  width: auto;
  float: right;
  margin-top: 14px;
}

/*---------- Pagination End ------------*/
.widget-filter .responsive-menu-btn em{
    font-size: 12px;
    width: 22px;
    margin: 4px;
}
.widget-filter .responsive-menu-btn{
  position: relative;
  padding: 9px 10px;
  width: 115px;
  border: 1px solid #ccc;
  z-index: 1;
  height: 40px;
  cursor: pointer;
  margin: 5px 0;
}
.widget-filter .responsive-menu-btn:after{
  position: absolute;
  content: "filter";
  right:18px;
  top: 8px;
  text-transform: uppercase;
}
.widget-filter .responsive-menu-btn:hover {
  background: #000;
}
.widget-filter .responsive-menu-btn:hover:after {
  color: #fff;
}
.widget-filter .responsive-menu-btn:hover em{
    background: #fff;  
}

.category-details .product-container .title {
  display: flex;
  align-items: end;
  gap: 5px;
  margin: 5px 0;
}
.password-reset-form {
  box-shadow: none;
}
.password-reset-form .errorlist.after {
  position: relative;
}
.page-registration .registration-form {
  max-width: 750px;
  padding: 25px;
  margin: 50px auto;
}
.page-registration .registration-form .form-row ~ .form-row {
  margin-top: 0;
}

[filter-data-pushbar-id].opened {
  width: 320px;
  padding: 40px;
}
.left-modern-filter-drawer-container .form-row.type-slider span.filter-name {
  margin:0 0 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: #555;
  display: block;
  text-transform: uppercase;
}
.left-modern-filter-drawer-container .form-row.filter-profile-select label.name {
  margin-top: -25px;
  font-weight: 600;
  font-size: 20px;
  padding: 0 0 10px;
  color: #000;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid rgb(235 235 235);
  width: 100%;
}
.filter-profile .parent-category-child-categories-wrapper .form-row.filter-group-item {
  margin: 0 0 10px;
}
.filter-profile .accordion-item a.reset-category,
.filter-profile .type-slider-bottom a.reset-price-range{
  margin: 0 0 15px;
  display: block;
  border: 1px solid #ccc;
  max-width: 58px;
  text-align: center;
  font-size: var(--bk-link-font-size, 10px);
  letter-spacing: var(--bk-link-font-letter-spacing, 2px);
  text-transform: var(--bk-link-font-transform, uppercase);
  line-height: 20px;
  cursor: pointer
}
.filter-profile .accordion-item a.reset-category:hover,
.filter-profile .type-slider-bottom a.reset-price-range:hover{
  background: #000;
    border-color: #000;
  color: #fff;
}
div.filter-profile .type-slider-bottom a.reset-price-range {
  margin: 12px 8px 0 0;
  display: inline-block;
  padding: 1px 8px;
}
.filter-profile .selected-filter-item-section .selected-filter-option-data-wrapper {
  padding: 3px 10px;
}
.filter-profile .form-row.type-slider {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.left-modern-filter-drawer-container .form-row.filter-profile-select label.name::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 52px;
    height: 2px;
    background: #000;
}
.left-modern-filter-drawer-container .clear-all-filter-attributes {
  text-align: right;
  margin: 40px 0 0 0;
}
.filter-profile .accordion-panel.category-filter .label-bar label {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.filter-profile .accordion-panel .label-bar {
  padding: 0 40px 10px 0;
}
.filter-profile .selected-filter-item-section {
  margin-bottom: 25px;
}
.filter-profile .form-row.type-check-box {
  margin: 0 0 8px 0;
}
.responsive-filter .wc-modern-filter-close-button {
  right: 20px;
  top: 20px;
}
.flying-cart-content .recommended-products .variation-dropdown-container .chosen-wrapper label {
  line-height: 30px;
  width: 35px;
  margin: 0;
}
.flying-cart-content.active .recommended-products .price-n-cart {
  margin-top: 0px;
  flex-direction: column;
  align-items: start;
}
.flying-cart-content .recommended-products .current-price {
  margin: 0 0 10px;
  width: 100%;
}
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart {
  min-width: 90px;
  letter-spacing: 3px;
  text-decoration: none;
  height: auto;
  padding: 8px 12px;
  font-size: 11px;
}
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart:hover {
  background: #000;
  color: #fff;
}

.flying-cart-content.active .product-view .header .scroller .scroll-left:hover,
.flying-cart-content.active .product-view .header .scroller .scroll-right:hover {
    background-color: #000;
}
.flying-cart-content.active .recommended-products .flying-cart-special-add-to-cart {
  min-width: 90px;
  letter-spacing: 3px;
  text-decoration: none;
  height: auto;
  padding: 8px 12px;
  font-size: 11px;
  margin-top: 10px;
}
.product-widget.widget-similar .title {
  margin-bottom: 35px;
  color: #000;
  text-align: center;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}
/*.product-view .custom-type-.product-block .block-content-wrap .btn-add {
  margin: 15px 0 0;
  position: absolute;
  top:62%;
  width: 100%;
  display: none;
  transition: all .3s ease;
}
.product-view .custom-type-.product-block:hover .block-content-wrap .btn-add {
  display: block;
}*/
.add-cart-information-popup table td.product-img.product-thumb-view {
  width: 150px;
  text-align: right;
}
.popup .header {
  color: #333;
  padding: 20px 20px 5px;
  background-color: #fff;
  border: 0;
  font-size: 20px;
}
.add-cart-information-popup .body {
  padding: 15px 20px
}
.add-cart-information-popup .body table, .add-cart-information-popup.popup .body table td{
  border: 0;
    border-top:1px solid #ececec;
  margin: 0;
}

.body-scroll-control .title {
  font-size: 15px;
  margin: 0;
}
.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border: 1px solid #eee !important;
}
.popup .popup-bottom.footer {
  background-color: #fff;
  padding: 20px 25px;
}
.add-cart-information-popup  .popup-bottom.footer  .button-item span + span{
    margin-left: 10px
}
.add-cart-information-popup  .popup-bottom.footer  .button-item .close-btn.button {
  background: transparent;
  color: #000
}
.add-cart-information-popup  .popup-bottom.footer  .button-item .close-btn.button:hover {
  background: #000;
  color: #fff;
}
.flying-cart-content .recommended-products .chosen-container-single .chosen-single {
  background: none;
}

.widget-snippet.company-doc {
  padding:0px 0 !important;
  margin: 100px 0 0;
}
.widget-snippet.company-doc .snippet-welcome-center {
  max-width: 1170px;
  padding: 50px !important;
  margin: 0 auto;
  background: rgba(0,0,0,0.2) !important;
}
.widget.widget-snippet.company-doc .snippet-welcome-center h1{
margin: 0 0 30px;
}
.widget.widget-snippet.company-doc .snippet-welcome-center p {
  color: #fff;
  max-width: 800px;
margin: 0 auto 35px;
}
.widget.widget-snippet.company-doc .snippet-welcome-center h1, .widget-snippet.company-doc .snippet-welcome-center *, .snippet-welcome-center p {
  color: #fff
}

.widget.widget-snippet.company-doc .snippet-welcome-center h1 + span,
.widget.widget-snippet.company-doc .snippet-welcome-center h1 + span +.bottom-line,
.widget.widget-snippet .separator-line{
display: none  
}
/*:header search*/

.search-form.quick-preview-search-form {
  right: auto;
  top: 80px;
  left: 0;
}
.expandble-search-full-wrap .search-box button, .entire-elastic-search .search-result-page-search-input-box button{
  min-width: auto;
  border: 0;
}
form.quick-preview-search-input-box .search-box button.search-icon.elastic-search-quick-preview-submit-button{
  border: 0;
}
form.quick-preview-search-input-box .search-box .search-text {
  cursor: pointer !important;
}
/*end:header search*/

.image-popup-container.popup {
    max-width: inherit;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

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

.image-popup-container .image-wrapper {
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
 background-color: rgba(255,255,255,0.95);
}

img.popup-image {
    min-width: auto;
    max-width: max-content;
    max-height: max-content;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%)
}
.image-popup-container .navigator {
    background-repeat: no-repeat;
    background-image: url(/template/ed4e4e9c/images/breadcumb-separator.svg);
    background-color: #fff;
    background-size: 10px;
    border-radius: 5px;
}

.image-popup-container .navigator.right-button,
.image-popup-container .navigator.left-button {
    width: 40px;
    height: 40px;
}
.image-popup-container .navigator.right-button:hover,
.image-popup-container .navigator.left-button:hover,
.image-popup-container .navigator.close-button:hover{
    background-color: #ccc;
}
.image-popup-container .navigator.right-button {
    background-position: 15px;
    right: 4px;
}

.image-popup-container .navigator.left-button {
    left: 5px;
    background-position: 15px;
    transform: rotate(180deg);
}
.image-popup-container .navigator.close-button {
    background-image: url("/template/ed4e4e9c/images/close-icon.svg");
    background-position: 0 0;
    background-position: center;
    height: 35px;
    right: 4px;
    top: 4px;
    width: 35px;
    background-size: 15px;
    border: 1px solid #fff;
    opacity: 0.5;
    background-color: #fff;
    z-index: 99;
}
.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border:0 !important;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
  display: inline-block;
  border: 0;
  text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a {
  color: #535353;
}
.product-view .footer {
  margin-bottom: 50px;
}
.checkout-page.version-2 .shipping-address-selection-parts .shipping-address-advance-panel {
    margin: 10px 0;
}
.checkout-page.version-2 .payment-gateway-expend-view .radio-checkbox-group .payment-gateway-info .payment-gateway-default-badge {
  background-color: rgb(85, 85, 85);
  border-radius: 35px;
  font-size: 10px;
  height: 20px;
  line-height: 18px;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom {
  padding-bottom:100px;
}
.not-supported-shipping-message.message-block.error-message {
    margin-top: 10px;
}
 .checkout-page.version-2 .payment-gateway-expend {
    margin: 0;
 }
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button.disabled {
  color: #767676;
  border-color: #ccc;
}
.product-widget.widget-productReviewRatting.product-review-details-widget {
    padding: 80px 0;
}
.product-widget.widget-similar {
  margin-bottom: 70px;
}
#webcommander-page .widget.widget-snippet .banner-video .video-content .video-title {
  margin-bottom: 28px;
      color: var(--bk-h1-color, #ffffff);
}
.flying-cart-product-name a:hover {
  color: #595959;
}
.popup.flying-cart-content {
  top: 0 !important;
}
.widget-snippet.contact-info .snippet-phone-time-email {
  max-width: 1120px;
  margin: 0 auto;
  padding:0;
}
.widget-snippet.contact-info .snippet-phone-time-email div.item-cell label, .widget-snippet.contact-info .snippet-phone-time-email div.item-cell  {
  margin: 10px 0;
  text-align: center;
  max-width: 100%;
    padding: 0
}
.widget-snippet.contact-info .snippet-phone-time-email div.item-cell i{
 display: none 
}

.widget-snippet.contact-info .snippet-phone-time-email div.item-cell span, .widget-snippet.contact-info .snippet-phone-time-email div.item-cell a  {
  font-size: 20px;
  margin-top: 20px;
  display: block
}
.chosen-container-single .chosen-single {
	background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
	background-position-x: 97%;
	background-size: 12px;
}
.widget.widget-storeLogo {
  text-align: center;
  padding: 6px 0;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
  max-width: 520px;
}
/**********************************************/
#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-size: var(--bk-h1-size, 22px);
    font-weight: var(--bk-h1-weight, 600);
    color: #000;
    line-height: var(--bk-h1-line-height, normal);
    margin: 0 0 20px;
    font-family: var(--bk-h1-family, var(--bk-font-heading, 'Montserrat'));
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
  position: relative;
}

#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 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 .form-row.agree-terms {
  position: relative;
  padding: 0 0 0 22px;
  background: none;
  border: none;
  margin: 0;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
}

#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
    font-size: 14px;
    color: #222;
    line-height: normal;
}

#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 {
  padding: 0;
}
#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-color: transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
    font-size: var(--bk-h1-size, 22px);
    line-height: var(--bk-h1-line-height, normal);
    margin:0 0 12px;
    font-weight: var(--bk-h1-weight, 600);
}
.payment-form .form-row label, .payment-form .double-input-row label {
    display: block;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    width: 100%;
    color: #000;
    font-size: 15px;
}
 
.payment-form.site-popup-form .double-input-row.mandatory {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select {
  margin: 0;
  height: 40px;
  font-size: 16px;
  color: #000000;
  border-radius: 4px;
}
.payment-form .mandatory-chosen-wrapper select:focus {
  border: 1px solid #000000;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row .errorlist.after, #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper .errorlist.after,
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms.error-field-error.validation-error + .errorlist.after {
  display: block;
  position: relative
}
.page-profile button, #customer-profile-tabs span.button {
  min-width: auto;
  letter-spacing: 1.5px;
}
body.page-profile .site-popup .cancel-button {
  color: #000;
  background-color:transparent;
  border: 1px rgba(0,0,0,.20) solid;
}
body.page-profile .site-popup .button-line .cancel-button:hover {
  background: transparent;
    border: 1px rgba(0,0,0,.40) solid;
}
.customer-profile-v2 .customer-short-info .customer-name-text {
  margin-top: 0px;
}
.page-reset-password .widget-pageHeading {
  display: none;
}
.widget.widget-product.home-products .content {
  max-width: 94%;
  margin: 0 auto;
}

.double-input-row {
    display: flex;
}
.custom-form.contact-form-template.form-template {
  margin: 0 auto;
}
.double-input-row>div {
	flex: 1;
  padding: 0 15px;
  max-width: 50%;
}
.page-contact-us .widget.widget-form {
  background: #f4f4f4;
	padding: 70px 0;
  max-width: 900px;
  margin: 70px auto 0;
}
.widget.widget-image.contact-img {
  padding: 70px 0 0 !important;
  height: 100%;
}
.widget.widget-image.contact-img {
    height: 100%;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover {
  background-color: #353434;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row.total-order .price span {
  font-size: 12px;
  color: #5b5b5b;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .price {
  min-width: 80px;
}
.checkout-page.version-2 .cart-item .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}
.checkout-page.version-2 .cart-item .image .product-thumb-image {
  width: 45px;
  height: 45px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header {
  position: unset;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroller {
  top: 16px;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn, .shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn {
  text-decoration: none;
  padding: 11px 10px;
  width: 100%;
  border-radius: 0;
}
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover {
  background: #000;
  color: #fff;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover{
    background: #2c2c2c;
  color: #fff;
}
.shopping-cart .my-cart__header-button-wrapper .button {
  height: 33px;
  max-width: 150px;
  min-width: auto;
}
.page-cart .empty-cartitem-text {
  margin-bottom: 30px;
}

.widget.widget-html.inline-button p a {
  padding: 7px 10px;
  border: 1px solid #000;
  width: 230px;
  display: inline-block;
  text-decoration: var(--bk-link-decoration, none);
  letter-spacing: var(--bk-link-font-letter-spacing, 4px);
  text-transform: var(--bk-link-font-transform, uppercase);
  font-size: var(--bk-link-font-size, 13px);
}
.widget.widget-html.inline-button p a:hover {
  background: #000;
  color: #fff;
}
div.widget.widget-snippet .need-assistent-section a {
font-size: var(--bk-link-font-size, 13px);
  padding: 12px 20px;
  font-weight: var(--bk-link-font-weight, 500);
  text-transform: var(--bk-link-font-transform, uppercase);
}


.payment-confirm-advance-panel {
  margin-top: 30px;
}

.widget.widget-snippet.company-doc .need-assistent-section {
  background-attachment: fixed;
}
/*.body .widget-container .page-content .filter-details, .page-shop .header {
  margin-top: -40px;
}*/
/*=============== New-Feature-Fixing ===================*/
/* ========= Product-Category-Section ========== */
.category-details-container .category-details-page-with-background {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
.category-details-container .category-details-page-with-background img {
    max-width: 100%;
    max-height: 100%;
}
.btn-group.view-switchers {
    margin: 7px 10px 7px 0;
}
.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
    margin-top: 5px;
}
.btn-group.view-switchers .image-view-switcher ,
.btn-group.view-switchers .list-view-switcher ,
.btn-group.view-switchers .tabular-view-switcher {
    height: 21px;
    width: 21px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


/* ========= Product-Listing View========== */
.widget.widget-snippet .banner-video .video-content .video-sub {
font-size: var(--bk-p-size, 22px);
    font-weight: var(--bk-p-weight, 400);
    line-height: var(--bk-p-line-height, 30px);
  max-width: 800px;
  margin: 0 auto;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
  float: unset;
}
.add-to-cart-popup .cart-summary + .button-item, .add-cart-information-popup .cart-summary + .button-item {
  margin-top: 20px;
  display: block;
  text-align: center;
}
.add-to-cart-popup  .header .status-message, .add-cart-information-popup .header .status-message{
  font-size: 15px;
}
/* ========= End Product-Listing View========== */

/* ========= Product-Tabular View========== */
.product-view.tabular-view .content {
    margin: 0;
}
.product-view.tabular-view .product-name-link {
    font-size: 16px;
    font-weight: 400;
    color: #32312f;
    max-width: 300px;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column {
    min-width: 220px;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column {
    display: flex;
    align-items: center;
  gap: 10px;
  flex-direction: row;
}
.product-view.tabular-view .tax-message {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #9c9c9c;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
    width: 150px !important;
}
.stepper .stepper-input {
    padding: 9px 23px 9px 9px;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
  background-color: #f0f0f0;
  border-bottom: 1px solid #fff;
}
.product-view.tabular-view .product-table-view-row {
  border-bottom: 1px solid #eee;
}
.product-view.tabular-view .tabular-product-view {
    overflow-y: auto;
}
.product-view.tabular-view .tabular-product-view .product-table-block {
    min-width: 620px;
    padding-bottom: 15px;
}
.product-view.tabular-view .price-column {
    width: 20%;
}
.product-view.tabular-view .price {
    padding: 0;
    font-size: 15px;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.down::before {
    left: 0;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.up::before {
    right: 0;
}
.product-view.tabular-view .multi-cart-step-column {
    width: 190px;
}
.product-view.tabular-view .product-table-view-column .stepper {
width: 100%;
  justify-content: center;
}
.product-view.tabular-view .product-table-view-column .stepper .stepper-input {
  padding: 9px 0 9px 0px;
  width: 40px;
}
.product-view .remove-from-compare-button {
  font-size: 0px;
  width: 40px !important;
  padding: 7px;
  min-width: 40px;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .stepper {
  border: 1px solid #d9d9d9;
  margin: 0;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .stepper input{
  border: 0
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-thumb-container {
  margin: 0;
}
/* ========= End Product-Tabular View========== */

.product-view.list-view .product-view.scrollable-view .content {
    font-size:0;
    margin:0;
    text-align:left
}
.product-view.list-view .content {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 auto;
    width:100%
}
.product-view.list-view .content .product-block {
    width:calc(50% - 8px);
    padding:0;
    border:1px solid #e6e6e6;
    display:flex;
    margin:8px 0;
    overflow:hidden;
    position: relative;
    height:auto;
}
.product-view.list-view .content .product-block .image.product-image {
    width:42%
}
.product-view.list-view .content .product-block .block-content-wrap {
    width: 58%;
    padding: 25px 15px 15px 20px;
    text-align: left;
    border: none;
    margin: 0;
}
.product-view.list-view .content .product-block .image.product-image img {
    max-width:100%;
    max-height:100%
}
.product-view.list-view .btn-add {
    text-align: left;
    flex-direction: column;
    margin-top: 15px;
    position: unset;
    display: flex;
    padding: 0;
    justify-content: start;
}
.product-view.list-view .content .product-block .in-stock {
    margin-top: 7px;
}
.product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;
    padding: 0;
    opacity: unset;
    flex-direction: column;
}
.product-view.list-view .product-block .product-name-link {
    font-size: 18px !important;
    padding: 0 0 25px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    text-align: left !important;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button {
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 14px;
    display: block;
    max-height: 40px;
    font-weight: 500;
    color: #000000;
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 7px;
    background: transparent;
    transform: none;
    z-index: 9;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list {
    position: unset;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::before {
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover::before{
    color:#fff;
}
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button::after{
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button:hover,
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button:hover,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button:hover {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.price-waper .current-price.price .tax-message, .product-view.scrollable-view .price .current-price.price .tax-message,
.product-view.list-view .tax-message, .product-view.scrollable-view .product-block .price .tax-message {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
    text-align: left;
    line-height: 20px;
    display: block;
}
.product-view.scrollable-view .product-block .price .tax-message{
    display: block;
}
.product-view.list-view .review-rating span {
    width: 14px !important;
    height: 14px;
}
.product-view.list-view .review-rating {
    width: auto !important;
}
.product-view.list-view .product-block .review-rating-wrapper {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    margin: 0;
    top: 60px;
    bottom: auto;
}
.product-view.list-view .product-block .parent-name {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    font-size: 13px;
    top: 5px;
    margin: 0;
}
.product-view.list-view .product-block .price-waper > * {
    margin-right: 0;
}
.category .product-view.list-view .content .product-block .summary {
    text-align: left !important;
    margin: 10px 0;
    font-size: 13px;
    height: 60px;
    overflow: hidden;
}
.product-view.list-view .chosen-container-single .chosen-single {
    padding: 5px 14px;
    height: 46px;
}
.product-view.list-view .product-block .variation-thumb .variation-type {
    justify-content: start;
}
.product-view.list-view .product-block .variation-thumb .variation-type .type-label {
    text-align: left;
}
.product-view.list-view .tax-message {
    float: none;
}
.product-view.list-view .current-price span{
    float: none;
    text-align: left !important;
}
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::after,
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::before {
    content: normal;
}
.product-view.list-view .content .product-block .sale-percent-display,
.product-view.tabular-view .product-table-view-column .sale-parcent-display.tag-mark{
    background-color: #FCE4B7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 9px;
    border-radius: 50px;
    top: 20px;
    left: 20px;
}
.product-view.list-view .content .product-block .block-content-wrap .advanced-variation-ui {
    justify-content: start;
}
.checkout-page.version-2 {
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
  max-width: 566px;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover, .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover, .checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
  color: rgb(89, 89, 89);
}
.shopping-cart .product-card__product-name a:hover, .shopping-cart .order-summary-card__add-promo-codes .text-align:hover, .shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover {
 color: rgb(89, 89, 89);
}

.footer-social-round, .checkout-page.version-2 .billing-address .form-row .iti--inline-dropdown .iti__selected-country .iti__selected-dial-code {
    display: none;
}
.checkout-page.version-2 .billing-address .form-row .iti--inline-dropdown .iti__selected-country {
  min-width: 85px;
}
.product-card__info-other-quantity .stepper .stepper-input {
  height: 35px;
}
.product-card__info-other-quantity .stepper .stepper-arrow.up::before {
  top: 6px;
  right: 3px;
}
.product-card__info-other-quantity .stepper .stepper-arrow.down::before {
  top: 12px;
  left: 5px;
}


.fee-widget-product-image-view .product-view .product-block .block-content-wrap {
  padding: 10px;
}
div.fee-widget-product-image-view .product-view  .product-block {
  border-color: transparent !important;
}

.widget.widget-product.fee-widget-product-image-view {
  padding: 20px;
}
.fee-widget-product-image-view .product-view .product-block .chosen-container-single .chosen-single {
  height: auto
}
.fee-widget-product-image-view .product-view  .product-block .btn-add{
  margin-top: 20px;
  display: flex;
    gap: 10px;
justify-content: center;      
}
.fee-widget-product-image-view .product-view .product-block .add-to-wish-list.button, .fee-widget-product-image-view .product-view .product-block .add-to-compare-button.button {
  width: 40px;
  min-width: 40px;
  font-size: 0;
  padding: 8px;
}
.product-view.image-view .summary, .product-view.scrollable-view .summary {
  padding: 0
}
.fee-widget-product-image-view .product-view.image-view[no-of-column="1"] .product-block:nth-child(n+1), .fee-widget-product-image-view .product-view.image-view[no-of-column="2"] .product-block:nth-child(2n+1), .fee-widget-product-image-view .product-view.image-view[no-of-column="3"] .product-block:nth-child(3n+1), .fee-widget-product-image-view .product-view.image-view[no-of-column="4"] .product-block:nth-child(4n+1), .fee-widget-product-image-view .product-view.image-view[no-of-column="5"] .product-block:nth-child(5n+1), .fee-widget-product-image-view .product-view.image-view[no-of-column="6"] .product-block:nth-child(6n+1) {
  border-left: 0;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
  margin: 0;
  border: 0;
}
.fee-widget-product-image-view .product-view.list-view .product-block .btn-add .add-to-wish-list{
 width: 100%;
  font-size: 14px;
}
/*filter start*/
.type-slider .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    border-radius: 14px !important;
    top: -4px !important;
    cursor: pointer;
    border: 1px solid #6F98B8;
    box-shadow: 0px 2px 3px 0px #00000026;
}
.type-slider .noUi-horizontal {
    height: 8px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: calc(100% - 10px);
}
.type-slider .noUi-handle:before,
.type-slider .noUi-handle:after {
    display: none !important;
}
.type-slider .noUi-handle {
    right: -10px;
}
.type-slider .noUi-connects {
    background-color: #e6e6e6;
}
.type-slider .noUi-connect {
    background-color:#000 ;
}
div.filter-profile .type-slider-bottom a.reset-price-range {
    margin:2px 8px 0 0;
    display: inline-block;
    padding: 1px 8px;
    position: absolute;
    right: 25px;
}
.type-slider-bottom {
    margin-top: 15px;
}
/*filter end*/
.product-view .product-block .review-rating-wrapper .review-rating {
  display: flex;
}

.entire-search h2 {
   text-align: center;
}
.entire-search .total-result{
   text-align: center;
}
.chosen-container-single {
    min-width: 100%;
}

.page-search-result .widget-pageHeading {
    padding: 0;
    text-align: left;
    margin-bottom:3px;
}
.entire-search h2 {
    font-size: var(--bk-h2-size, 30px);
}
.entire-search .search-result {
    padding-bottom: 38px;
}

.filtered-product-container .parent-name {
    display: none;
}
.snippet-service-info .info-cell p {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}
.newsletter .form-row .errorlist {
  bottom: -16px;
}

.widget.widget-snippet.inquiry-button {
  width: 100%;
  max-width: 100%;
}
.widget.widget-snippet.inquiry-button .send-inquiry-wrap .send-inquiry-button {
  color: #000;
  border-radius: 6px;
}
.widget.widget-snippet.inquiry-button .send-inquiry-wrap .send-inquiry-button:hover {
  color: #fff;
}
.product-widget.widget-addCart .button.add-to-wish-list, .product-widget.widget-addCart .add-to-compare-button.button {
  background-color: #f7f7f7;
  border-color: #000;
}
.product-widget.widget-addCart .button.add-to-wish-list:hover, .product-widget.widget-addCart .add-to-compare-button.button:hover {
  background-color: transparent;
  border-color: #ff3b64;
}
.product-widget .cart-button-container .add-to-cart-button.button {
  height: 45px;
  line-height: 22px;
}
.widget.widget-snippet .banner-video .video-content {
  z-index: 1111111;
}
.newsletter.unsubscribe {
 max-width: 500px;
  margin: 0 auto;
  text-align: left; 
}
.newsletter.unsubscribe .form-row.button-container label {
  font-size: 0;
  display: none;
}
.newsletter.unsubscribe .form-row.mandatory label {
  color: #000;
  width: 100%;
  padding: 20px 0 8px;
  font-size: 15px;
}
.subscription-list-success .title {
  background-color: #000;
  margin: 0;
}
.page-newsletter-subscription .subscription-list-success {
  border: 1px solid #000;
}
.subscription-list-success .help .link {
  color: #000;
  margin-right: 5px;
}

.fee-editor-active .widget-navigation {
  position: absolute !important;
}
.image-popup-container. Popup {
  background: #fff;
}
.image-popup-container .navigator.close-button {
  position: absolute;
}
 
img.popup-image {
  display: block;
margin:0 auto;
}
.image-popup-container .navigator.right-button, .image-popup-container .navigator.left-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.widget-socialMediaShare .social-media-share-label {
  font-size: 16px;
}
.product-quick-view-info-container.details .product-widget.widget-productSummary {
  padding: 10px 0 20px;
}
.product-quick-view-info-container.details .product-widget.widget-productImage {
  top: 0;
}
.product-quick-view-info-container.details .product-widget.widget-productReview {
    padding: 10px 0 20px;
}.
.product-widget.widget-addCart .button.add-to-wish-list:hover, .product-widget.widget-addCart .add-to-compare-button.button:hover {
  background-color: transparent;
  border-color: transparent;
}
.product-widget.widget-addCart .stepper::before {
  top: -30px;
}
.product-widget.widget-addCart .add-to-wish-list::before, .product-widget.widget-addCart .button.add-to-wish-list::after,  .product-widget.widget-addCart .add-to-compare-button.button::after {
  color: #331b3b;
}
.product-widget.widget-addCart .add-to-wish-list:hover::before, .product-widget.widget-addCart .button.add-to-wish-list:hover::after,  .product-widget.widget-addCart .add-to-compare-button.button:hover::after {
  color:#ff3b64;
}
product-view. Tabular-view .product-table-view-column.multi-cart-selection-step-column, .fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column  {
    width: max-content;
    flex-direction: row;
  display: flex;
  gap: 10px;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .add-to-wish-list::after,
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .add-to-wish-list::after{
  display:none;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .add-to-compare-button,
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .add-to-wish-list,
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .add-to-compare-button,
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .add-to-wish-list{
      font-size: 0;
    height: 36px;
    width: 36px;
    padding: 6px;
    border-radius: 100px;
    margin: 0;
  min-width: 36px;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .stepper,
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .stepper{
    width: revert-rule;
}
.tabular-product-view .review-rating-wrapper {
  align-items: center;
}
.product-quick-view-info-container.details .product-widget.widget-productSummary {
  padding: 10px 0;
}
.product-quick-view-info-container.details .l-fixed-container, .product-quick-view-info-container.details  .r-fixed-container {
  gap: 50px;
}
.product-widget.widget-addCart .cart-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
}

.product-widget.widget-addCart .add-to-cart-button, .product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now{
    width: calc(100% - 68%);
  border-radius: 6px;
  padding: 10px;
}
.product-quick-view-info-container.details .add-to-cart-button, .product-quick-view-info-container.details .buy-now-button.button.et_pdp_buy_now{
height: 47px;
  line-height: 22px;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column .add-to-wish-list::after {
  content: "\f08a";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 20px;
}
.product-quick-view-info-container.details .product-widget.widget-addCart .button.add-to-wish-list, .product-quick-view-info-container.details .product-widget.widget-addCart .add-to-compare-button.button {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 5px;
}
.product-quick-view-info-container.details .product-widget.widget-price {
  margin:20px 0;
}
@media (max-width: 1200px) {
.product-widget.widget-addCart .add-to-cart-button, .product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now {
  max-width: 48%;
}
}
@media (max-width: 991px) {
 .product-widget. Widget-addCart .add-to-cart-button, .product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now {
    max-width: 48%;
  }
}
@media (max-width:1500px) {
.responsive.page-product .page-content {
    padding: 0 30px;
}
.product-widget .cart-button-container .add-to-cart-button.button {
  min-width: 190px;
}
.product-widget.widget-addCart .stepper {
  width: 170px;
}
}
@media (max-width:1400px) {
.widget-addCart .buy-now-button {
    min-width:auto;
}
.widget.widget-snippet .send-inquiry-wrap .send-inquiry-button {
  min-width: 190px;
}
.widget.widget-snippet .send-inquiry-wrap {
  margin-top: 10px;
  text-align: right;
}
  .product-widget.widget-addCart .stepper {
    width: 130px;
  }
  .product-widget .cart-button-container .add-to-cart-button.button {
    min-width: 170px;
  }
}
@media (max-width:1300px) {
.product-widget .cart-button-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.widget-addCart .buy-now-button {
    min-width:100%;
}
.responsive.page-product .page-content {
    padding: 0 20px;
}
   .widget.widget-snippet .send-inquiry-wrap .send-inquiry-button {
    min-width: 140px;
    letter-spacing: var(--bk-link-font-letter-spacing, 0);
  }
 .product-widget .cart-button-container .add-to-cart-button.button {
    min-width: 155px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 1440px) {
.body > .body-section .widget-container.v-split-container, body > .header > .widget-container {
	width: 100%;
    max-width: 96%;
    margin: 0 auto;
}
body > .footer > .widget-container {
  max-width: 96%;
}
div.page-content > .v-split-container > .v-split{
  width:100%;
}
.responsive .expandble-search-full-wrap .expanded-view .product-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media screen and (max-width:1300px) {
.responsive .expandble-search-full-wrap .expanded-view .product-grid{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media screen and (max-width: 1280px) {
.product-view.image-view .content {
  grid-gap: 0 20px;
}
.widget.widget-pageHeading.listing-area {
  padding: 80px 0 80px;
}
.widget-pageHeading h1, .widget-pageHeading h2 {
  font-size: 55px;
}

}

@media screen and (max-width: 1200px) {
.widget.widget-snippet.inquiry-button {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
}
 .widget.widget-snippet .send-inquiry-wrap .send-inquiry-button {
    width: 100%;
  }
  .product-widget .cart-button-container .add-to-cart-button.button {
    min-width: 200px;
    letter-spacing: 0;
    margin-left: auto;
  }
  .product-widget.widget-addCart .stepper {
    width: 170px;
  }
  .responsive .expandble-search-full-wrap .expanded-view .product-grid{
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


@media screen and (max-width: 1024px) {
.product-view.image-view .content {
}
  body > .body {
    padding: 0;
  }
.widget.widget-pageHeading.listing-area {
  padding: 50px 0 50px;
}
  .widget-pageHeading h1, .widget-pageHeading h2 {
  font-size: 50px;
}
  div.widget-snippet .banner-video .video-content {
  width: 100%;
}
#webcommander-page .widget.widget-snippet .banner-video .video-content .video-title{
    margin-bottom: 0px;
    font-size:var(--bk-h1-size, 40px);
    line-height: 60px;
  }
.widget-snippet.banner-bottom .snippet-service-info .row .info-cell h4 {
  margin: 0 0 15px;
  font-size: var(--bk-h4-size, 26px) !important;
}
.widget-snippet .snippet-service-info .info-cell,.widget-snippet  .snippet-service-info .info-cell * {
  font-size: 15px !important;
  white-space: inherit;
}
.widget-snippet.black-friday .snippet-content-right-image {
  padding: 0 30px;
}
.widget.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child h2 {
	font-size: var(--bk-h2-size, 38px) !important;
  line-height: var(--bk-h2-line-height, 52px);
}
 .widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child{
   padding-right:50px;
 }
.widget-product.home-products {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
.footer .widget-navigation .nav-wrapper.vertical a {
  border: 0;
  margin-bottom: 3px;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main h3 {
  font-size: var(--bk-h3-size, 22px) !important;
  padding: 0;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main p {
  height: auto;
}

	#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
		width: 550px !important;
		flex: 0 0 550px !important;
		max-width: 550px !important;
	}

#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
  width: auto;
  flex: 1 1 auto;
  padding-left: 30px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
  max-width: 450px;
  padding: 0;
  margin: 0 0 0 90px;
}
  .page-product .page-content > .v-split-container > .v-split {
  padding: 0 0 30px;
}

  .widget.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child {
    padding: 70px 30px 70px 0px;
  }
}


@media screen and (max-width: 991px) {
body.body-scrolling > .header{
position: fixed;
  width: 100%;
  background: #fff;
    z-index: 11;
}
.body .widget-title-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
  .body .widget-title-wrapper .widget-title {
  font-size: var(--bk-h2-size, 36px);
  line-height: var(--bk-h2-line-height, 42px);
}
   .product-view.list-view .content .product-block {
        height:auto;
        width: 100%;
    }
.product-widget .cart-button-container {
    flex-wrap: nowrap;
}
.widget-addCart .buy-now-button {
    min-width: auto;
}
  .widget.widget-snippet.inquiry-button {
    width: 100%;
    max-width:100%;
  }
  .product-widget.widget-addCart .stepper {
    width: 190px;
  }
  .widget.widget-snippet.inquiry-button {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
  }
    /*** start header-menu **/
   .header .widget.widget-navigation.main-menu{
    z-index: unset;
   }
 .header .widget.widget-navigation.main-menu .nav-wrapper.horizontal {
    text-align: left;
    overflow: hidden;
    margin: 0;
    background: #fff;
    z-index: 11;
    position: absolute;
    width: 100vw;
    box-shadow: 0px 0px 24px 10px rgba(67, 67, 67, 0.1);
    border-radius: 0;
	transform: unset;
    left: 0;
	top: 15px;
    height: auto;
    margin-left: -15px !important;
  }
.footer .widget-navigation.webcommander {
  margin-left:unset;
}
.header .widget-navigation.main-menu  .menu-button em {
    background-color: #000;
}
.widget-navigation.main-menu  .menu-button em { 
    margin: 5px 0 5px 3px; 
    width: 24px;
}
.widget-navigation.main-menu .menu-button.close em:nth-child(1) {
    -moz-transform: rotate(45deg) translateX(5px) translateY(5px);
    -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
    -o-transform: rotate(45deg) translateX(5px) translateY(5px);
    -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
    transform: rotate(45deg) translateX(5px) translateY(5px);
}
.header .widget.widget-navigation.main-menu .nav-wrapper.horizontal {
    text-align: left;
    overflow: hidden;
    margin: 0;
    background: #fff;
    box-shadow: 12px 12px 15px 0 rgba(0, 0, 0, .1);
    z-index: 11;
}
.responsive .widget.widget-navigation.main-menu .menu-button.responsive-menu-btn {
  position: absolute;
  right: 130px;
  top: -74px;
}
.header .widget.widget-navigation.main-menu  .nav-wrapper.horizontal>.navigation-item.has-child:hover span::before {
    color: #262527;
}

.header .widget.widget-navigation.main-menu  .horizontal .navigation-item>.navigation-item-child-container.open {
    box-shadow: unset;
    padding: 0 10px 20px 0;
    display: unset;
    padding: unset;
}
.widget-navigation.main-menu .navigation-item.mega-menu > .navigation-item-child-container > .navigation-item.custom-part  span.label {
    margin-top: 0; 
}
.header .widget.widget-navigation.main-menu  .horizontal .navigation-item .navigation-item-child-container {
    background: #ceefe6;
    box-shadow: none;
    box-sizing: border-box;
    display: none;
    height: auto !important;
    padding: 0;
    position: static;
    width: 100%;
    transform: translateX(0%);
}
.widget-navigation.main-menu  .navigation-item.mega-menu > .navigation-item-child-container .navigation-item .navigation-item-child-container,
  .header .widget.widget-navigation.header-menu .navigation-item.has-child span.child-opener::before{
display: none;
}
.widget-navigation.main-menu  .navigation-item.mega-menu > .navigation-item-child-container .navigation-item .navigation-item-child-container.open {
display: block;
}
.header .widget.widget-navigation.main-menu  .nav-wrapper.horizontal>.navigation-item.has-child>a span::after {
    display: none;
}
 .header .widget.widget-navigation.main-menu .navigation-item.has-child  span.child-opener::after {
    color: #000 !important;
    font-size: 30px;
    right: 36px;
    top: -8px;
  }
.header .widget.widget-navigation.main-menu  .nav-wrapper.horizontal>.navigation-item.has-child:hover>a span {
    color: #000 !important;
}
.horizontal > .navigation-item:hover span.child-opener::after {
  content: "\f107";
   color: #448bbf !important;
  font-size: 25px
}
  
.header .widget.widget-navigation.main-menu .navigation-item.has-child span.child-opener.close::after {
   content: "\f106";
}
  

.header .widget.widget-navigation.main-menu .horizontal .navigation-item a {
    text-align: left;
    padding: 12px 40px 12px 20px !important;
    font-size: var(--bk-link-font-size, 16px);
  letter-spacing: var(--bk-link-font-letter-spacing, 0px);
}

.header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item {
    background-color: transparent;
    padding: 0;
}

.header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item a,
.header .widget.widget-navigation.main-menu .navigation-item.has-child a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    color: #262527;
    line-height: 20px;
    padding: 17px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-weight: var(--bk-link-font-weight, 400);
}
.header .widget.widget-navigation.main-menu .nav-wrapper .navigation-item.active a{
    color: #000 !important;
  font-weight:var(--bk-link-font-weight, 600);
}
 .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item a {
    font-size: var(--bk-link-font-size, 15px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding-left: 35px !important;
    color: #032430 !important;
  }


.header .widget.widget-navigation.main-menu  .horizontal .navigation-item a:focus {
    color: #000;
    background: #e8e8e8;
}

.header .widget.widget-navigation.main-menu  .horizontal .navigation-item:hover a{
    color: #448bbf !important;
}


.header .widget.widget-navigation.main-menu .horizontal .navigation-item a, .header .widget.widget-navigation.header-menu .nav-wrapper .navigation-item a:hover {
    background: #fff;
}
   .header .widget.widget-navigation.main-menu .horizontal .navigation-item > .navigation-item-child-container.open .navigation-item:hover a {
        color: #448bbf !important;
   }
.widget.widget-navigation.main-menu::before {
 display:none; 
}
.responsive .widget.widget-navigation.main-menu {
  height: 15px !important;
  padding-left: 0px;
}
/** End header menu **/
  div.widget-snippet .banner-video .video-content {
  width: 100%;
}
#webcommander-page .widget.widget-snippet .banner-video .video-content .video-title {
    margin-bottom: 5px;
    font-size: var(--bk-h1-size, 32px);
    line-height: 36px;
  }
.widget.widget-snippet .banner-video .video-content .video-sub {
  font-size: 18px;
  line-height: 26px;
max-width: 680px;
}
.widget-snippet.banner-bottom .snippet-service-info .row .info-cell img {
  height: 55px;
  width: 60px;
}
.widget.widget-snippet .banner-video .video-content a {
  min-width: auto;
  letter-spacing: var(--bk-link-font-letter-spacing, 2px);
}
.widget-snippet.banner-bottom .snippet-service-info .row .info-cell h4 {
  margin: 0 0 12px;
  font-size: var(--bk-h4-size, 22px) !important;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main h3 {
  font-size: var(--bk-h3-size, 20px) !important;
  padding: 0;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main p {
  font-size: var(--bk-p-size, 15px) !important;
  height: 44px;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main a.read-more {
  padding: 8px 10px;
  letter-spacing: var(--bk-link-font-letter-spacing, 2px);
}
.widget-snippet.banner-bottom .snippet-service-info .row {
  padding: 30px 0 50px;
}
  .widget.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child h2 {
    font-size: var(--bk-h2-size, 30px) !important;
    line-height: var(--bk-h2-line-height, 44px);
  }
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child {
  padding: 60px 50px 0 0;
}
.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child div p {
  font-size: var(--bk-p-size, 17px);
}
.widget.widget-html.inline-button {
  padding: 25px 0 0;
}
.widget > .widget-title {
  letter-spacing: 2px;
  padding: 80px 0 40px;
  font-size: 38px;
}
.widget.widget-snippet .snippet-what-we-do .title-med{
      font-size: var(--bk-h2-size, 38px);
  }
.widget-snippet .snippet-what-we-do {
  padding: 70px 10px;
}
.widget-snippet.company-doc .snippet-welcome-center {
  max-width: 96%;
}
.widget-snippet .snippet-what-we-do .row.what-do-box-main .what-do-box {
  padding: 10px;
}
 .responsive .widget.widget-navigation.main-menu .menu-button.responsive-menu-btn {
    top: -23px;
    right: 3px;
  }
.menu-search .search-form.show {
  right: 0;
  left: auto;
}
.menu-search .search-form.show::before {
  right: 35px;
  left: auto;
}
.widget.widget-storeLogo {
  text-align: left;
}
.responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
		width: 100% !important;
		flex: 100% !important;
		max-width: 100% !important;
	}

.responsive #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
  width: 100%;
  flex: 1 1 100%;
  padding-left: 0;
}
.page-product .l-fixed-container, .page-product .r-fixed-container{
 flex-direction: column;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    max-width: 87%;
    width: 100%;
  }
  .product-widget.widget-productName .product-name {
  margin: 40px 0 0;
    font-size: 36px;
  }
.footer .widget > .widget-title {
  padding: 0 0 10px;
}
 .widget.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child a.read-more {
  padding: 8px 15px;
  letter-spacing: var(--bk-link-font-letter-spacing, 0);
} 
.responsive .expandble-search-full-wrap .expanded-view .product-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
	.responsive .search-form.expanded-search-form {
        top:85px;
     }
	.responsive .expandble-search-full-wrap .search-area {
		margin:0px 20px 30px;
	}
	.responsive .entire-elastic-search {
		padding: 30px 0px 60px;
	}
	.responsive .search-form.quick-preview-search-form {
     top:84px;
    }
	.responsive .search-form.quick-preview-search-form form .quick-preview-search-input-box {
      padding: 22px 20px 20px;
    }
}


@media (max-width:767px) {
   .body .widget-title-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
 .body .widget-title-wrapper .widget-title {
    font-size: var(--bk-h2-size, 28px);
    line-height: var(--bk-h2-line-height, 42px);
  }
.widget-addCart .buy-now-button {
    min-width: auto;
}
.responsive .entire-search h2 {
    font-size:var(--bk-h2-size, 28px);
}
.responsive.page-product .page-content {
    padding: 0 15px;
   }
    .product-view.list-view .content .product-block .image.product-image {
        width:50%
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 50%;
        padding: 25px 15px 15px 20px;
    }
    .product-view.list-view .product-block .review-rating-wrapper,
    .product-view.list-view .product-block .parent-name {
        left: 50%;
    }
 .product-widget .cart-button-container .add-to-cart-button.button {
    min-width: 100%;
    letter-spacing: 0;
    margin-left: 0;
  }
  .product-widget.widget-productReviewRatting.product-review-details-widget {
  padding: 40px 0;
}
.responsive-quick-view-search-widget.responsive-global .quick-preview-search-input-box .search-box::after {
  background-size: 21px;
}
.responsive-quick-view-search-widget.responsive-global .quick-preview-search-input-box .search-box {
  margin: 0 auto;
}
.responsive .search-form.quick-preview-search-form {
     top: 100px;
    }
	.responsive .entire-elastic-search .search-result .product-view .content {
      gap: 10px 20px;
	  margin: 0;
     }
	 .responsive .expandble-search-full-wrap .search-content {
      max-height: calc(100vh - 250px);
    }
	.responsive .expandble-search-full-wrap .expanded-view .product-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
	.responsive .search-form.expanded-search-form {
      top:80px;
    }
	.responsive .search-form.quick-preview-search-form {
     top: 84px;
    }
	.responsive .search-form.quick-preview-search-form form .quick-preview-search-input-box {
      padding: 22px 20px 20px;
    }
}

@media screen and (max-width: 767px) {
	
    .body > .body-section .widget-container.v-split-container, body > .header > .widget-container {
    max-width: 92%;
  }
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
  height: auto;
}
 .product-view .sortable {
    margin-top: 13px;
    width: 100%;
    text-align: center;
    border: 0;
    max-width: 160px;
  }
  .product-sorting {
  min-width: auto;
  margin: 0;
  background-color: #eee;
  padding: 0 26px 0 14px;
  width: 160px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
        border-radius: 0;
}
  .menu-title.filter-data-pushbar-target-left-action-button {
  max-width: 30px;
}
.product-view.image-view .content {

}
  .widget.widget-product.home-products .content {
  max-width: 90%;
  }
.product-view.image-view .product-block .price-waper {
  display: block;
  text-align: center;
  padding: 5px 0 0;
}
.widget.widget-pageHeading.listing-area {
  padding: 40px 0 40px;
  margin-bottom: 30px;
}
  .widget-pageHeading h1, .widget-pageHeading h2 {
  font-size: 30px;
    line-height: 40px;
}
  .product-view .footer > span{
  width: 100%;
  text-align: center;
  margin-bottom: 15px
}
.widget-filter .responsive-menu-btn{
  border: 1px solid #fff;
  padding: 9px 0;
  width: 100px;
}
.image-popup-container.popup {
  min-width: 350px;
}
  .product-widget.widget-similar .title {
  font-size: 26px;
  }

div.widget-snippet .banner-video .video-content{
  top: unset;
  transform: unset;
  position: relative;
  left: unset;
  padding: 25px 20px 30px;
  background: #000;
}
#webcommander-page .widget.widget-snippet .banner-video .video-content .video-title{
  font-size:var(--bk-h1-size, 26px);
  line-height: 38px;
}
div.widget.widget-snippet .banner-video .video-content .video-sub {
    font-size: 17px;
    line-height: 24px;
    margin: 20px auto 0;
  }
div.widget-snippet .banner-video .video::after {
  display: none;
}
div.widget-snippet.banner-bottom .snippet-service-info .row {
    padding: 0 0 30px;
  }
  .widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child {
    padding: 0 0 30px;
    text-align: center;
  }
 .widget-snippet.black-friday .snippet-content-right-image {
    padding: 50px 15px;
  }
  .widget.widget-snippet.black-friday .snippet-content-right-image .col-sm-6:first-child h2 {
    font-size: var(--bk-h2-size, 28px) !important;
    line-height: var(--bk-h2-line-height, 40px);
    margin-bottom: 20px;
  }
  .widget > .widget-title {
    letter-spacing: 0px;
    padding: 50px 0 25px;
    font-size: 30px;
  }
.widget.widget-snippet.company-doc .snippet-welcome-center {
  padding: 25px 15px !important;
}
  .widget.widget-snippet .snippet-what-we-do .title-med {
    font-size: var(--bk-h2-size, 30px);
  }
 .widget.widget-snippet .snippet-what-we-do {
    padding: 60px 5px;
  }
    .widget.widget-html.inline-button {
    padding: 0;
  }
  .widget-snippet .snippet-what-we-do .row.what-do-box-main p {
    height: auto;
  }
 .widget-snippet .snippet-what-we-do .row.what-do-box-main .what-do-img img {
  max-height: 250px;
 }
  .widget.widget-snippet .snippet-what-we-do .row.what-do-box-main .what-content-box {
  padding: 0 0 30px;
}
 .widget-html.widget-title h2.align-center {
  font-size: var(--bk-h2-size, 28px);
  padding: 0 15px 25px;
  margin: 0;
 }
  .footer .widget-navigation .nav-wrapper.vertical a {
    border: 0;
    margin-bottom: 0;
  }
  .footer .widget > .widget-title {
  padding: 0 0 10px;
    text-align: center;
  }
  .widget-html.footer-html .html-widget-element-content {
     text-align: center;
    padding: 0 15px;
  }
  .footer .widget-navigation .nav-wrapper.vertical a {
    text-align: center;
  }
 .widget.widget-newsletter {
  max-width: 90%;
  margin: 0 auto
}
 .widget-html.top-offer p {
    font-size: var(--bk-p-size, 13px);
    letter-spacing: var(--bk-p-letter-spacing, 0);
  }

.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
  max-width: 50px;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .product-thumb-width {
  width: 47px;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .product-thumb-height {
  height: 46px;
}
  .widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    margin: 0 0 0 56px;
min-height: 285px;
    height: auto;
    max-width: 83%;
  }
  .widget-productImage .detail-image-swiper.right {
  right: 35%;
  }
   .product-widget.widget-productName .product-name {
    margin: 30px 0 0;
    font-size: 30px;
    line-height: 38px;
  }
.widget-pageHeading {
  background: #fff;
  padding: 25px 0 25px;
  text-align: left;
  margin-bottom: 10px;
}
 .snippet-image-left-text-right-2 h1 {
  font-size: var(--bk-h1-size, 22px);
 }

 .double-input-row {
  display: block;
}
.double-input-row > div {
  max-width: 100%;
}
.snippet-image-left-text-right-2.widget-snippet .container-fluid .row {
  padding: 0;
  flex-direction: column-reverse;
  display: flex;
}
.snippet-image-left-text-right-2 h1 {
  font-size: var(--bk-h1-size, 22px);
  line-height: var(--bk-h1-line-height, 33px);
  margin: 0 0 15px;
}
.snippet-image-left-text-right-2.widget-snippet .container-fluid {
    padding: 0 5px;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]::after {
  font-size: 18px;
}
 #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row.mandatory{
  flex-direction: column;
}
#webcommander-page.page-profile .payment-form.site-popup-form {
  max-height: 300px
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row > .form-type-info {
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}
.header .widget.widget-navigation.main-menu .horizontal .navigation-item a {
    font-size: var(--bk-link-font-size, 15px);
  }
.widget.widget-filter {
  border: 1px solid #eee;
  padding: 0 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 32px;
}

h1 {
    font-size: var(--bk-h1-size, 32px);
}

h2 {
    font-size: var(--bk-h2-size, 28px);
}

h3 {
    font-size: var(--bk-h3-size, 24px);
}

h4 {
    font-size: var(--bk-h4-size, 21px);
}

h5 {
    font-size: var(--bk-h5-size, 19px);
}

h6 {
    font-size: var(--bk-h6-size, 16px);
}
.footer .widget-image img {
  text-align: center;
  margin: 0 auto;
  display: block;
}
  .footer-social-round {
  text-align: center;
}
.widget-snippet.banner-bottom .snippet-service-info .row .info-cell h4 {
    line-height: var(--bk-h4-line-height, 31px);
}
}
@media (max-width:600px) {
.product-widget .cart-button-container {
    flex-wrap:wrap;
 }
.widget.widget-snippet .banner-video .video-content .subheading.video-title {
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0;
  font-size: 18px !important;
  margin-bottom: 23px;
}
.widget-navigation.user-nav .nav-wrapper.vertical.show {
  width: 240px;
}
}
@media (max-width:480px) {
    .product-view.list-view .content .product-block .image.product-image {
        width: 35%;
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 65%;
        padding: 25px 15px 15px 15px;
    }
    .product-view.list-view .product-block .review-rating-wrapper, .product-view.list-view .product-block .parent-name {
        left: 35%;
        padding: 0 0 0 15px;
    }
    .product-widget.widget-variation-product-list h3 {
        font-size: var(--bk-h3-size, 14px) !important;
    }
    .product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
        font-size: 14px;
        padding: 3px 2px;
    }
    .product-widget.widget-variation-product-list .variation-type {
        flex-wrap: wrap;
    }
	.widget.widget-snippet .need-assistent-section a {
    letter-spacing: var(--bk-link-font-letter-spacing, 1px) !important;
    }
}

@media (max-width: 330px) {
.widget-storeLogo img {
  max-width: 70%;
}
}


.send-inquiry-wrap {
    margin-top: 10px;
}


/*elastic search start*/
.search-form.expanded-search-form {
    top: 83px;
    background-color: #fff !important;
}
.widget.widget-search .search-form .product-card .img img, 
.widget.widget-search .search-form .product-item .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0;
    object-fit: contain;
}
.widget.widget-search .search-form .product-card .product-image-link, 
.widget.widget-search .search-form .product-item .product-image-link {
    background:transparent;
    border-radius: 10px;
}
.widget.widget-search .search-form .product-card, .widget.widget-search .search-form .product-item {
    transition: all 0.2s ease;
    padding:10px 0 20px;
    border-radius: 10px;
}
.search-form .blog-post .blog-grid .blog-card .name-column .blog-name-link:hover,
.entire-elastic-search .page-section .page-grid .page-card .name-column .title-link:hover,
.entire-elastic-search .blog-post .blog-grid .blog-card .name-column .blog-name-link:hover,
.widget.widget-search .search-form .product-card a.product-name-link:hover, 
.widget.widget-search .search-form .product-item a.product-name-link:hover {
    color:#333333;
}
.category-suggestion-container-wrapper .search-category-block-view .name-item-wrapper .elastic-search-category-name:hover {
    color:#333333;
}
.category-suggestion-container-wrapper .search-category-block-view {
    border-radius: 10px;
}
.expandble-search-full-wrap .search-box .search-icon {
    border: 0;
}
.entire-elastic-search .search-result .product-view.image-view .product-block {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.entire-elastic-search .search-result .product-view.image-view .content {
    padding: 0;
}
.expandble-search-full-wrap .product-grid {
    align-items: inherit;
}
/*
div.side-in-search-area .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}*/

.widget.widget-search .search-form .product-card .category, 
.widget.widget-search .search-form .product-item .category {
    display: block;
}
body.expanded-elastic-search-popup-open.body-scrolling>.header {
    background-color: #fff;
}
.responsive-quick-view-search-widget.responsive-global .quick-preview-responsive-version .quick-preview-search-wrap .main-content {
    max-height: calc(100vh - 280px);
}

.expandble-search-full-wrap .search-content {
    max-height: calc(100vh - 350px);
	overflow-y: auto;
}
.expanded-view {
    background-color: #fff;
}
.search-form.quick-preview-search-form {
    top: 34px;
}
.entire-elastic-search {
    padding: 70px 30px 30px;
}
.widget.widget-search .search-form .product-card .img, 
.widget.widget-search .search-form .product-item .img {
    border-radius: 10px;
}


/* [MCP:wc-product-card-layout] */

/* ============================================================================
   Product card - layout modelled on the 097c5ce4 /shop reference,
   colours/pattern from the FurnishCove theme.
   Order: image / name / summary / category / rating / stock / price /
          variations / [add-to-cart + wish + compare] / [quick view + details]
   ========================================================================== */

/* ---- card shell: equal height in the grid, squared, subtle frame ---------- */
body#webcommander-page .product-view.image-view .content .product-block {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #ffffff;
	/* the theme pins `border-color: transparent !important` on
	   div.fee-widget-product-image-view .product-view .product-block (0,3,1),
	   which is why the frame appeared on /category but not on widget-rendered
	   pages. This is (1,4,1) so !important here wins; it is scoped to the card
	   border alone, nothing else in this block needs it. */
	border: 1px solid #e9e9e9 !important;
	border-radius: 0;
	overflow: hidden;
	transition: border-color .25s ease, box-shadow .25s ease;
}
body#webcommander-page .product-view.image-view .content .product-block:hover {
	border-color: #1a1a1a !important;
	box-shadow: 0 6px 22px rgba(0, 0, 0, .07);
}

/* ---- image tile: uniform square, product never cropped -------------------- */
body#webcommander-page .product-view.image-view .product-block .image.product-image {
	position: relative;
	aspect-ratio: 1 / 1;
	background: #f7f7f7;
	border-radius: 0;
	overflow: hidden;
}
body#webcommander-page .product-view.image-view .product-block .image.product-image .product-image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 16px;
}
body#webcommander-page .product-view.image-view .product-block .image.product-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 0;
}
body#webcommander-page .product-view.image-view .product-block .sale-percent-display,
body#webcommander-page .product-view.image-view .product-block .sale-parcent-display {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 7px 10px;
	background: #1a1a1a;
	color: #ffffff;
	border-radius: 0;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* ---- content column ------------------------------------------------------ */
body#webcommander-page .product-view.image-view .product-block .block-content-wrap {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 20px;
	text-align: left;
}

/* ---- 1. product name ----------------------------------------------------- */
body#webcommander-page .product-view.image-view .product-block .product-name {
	margin: 0 0 8px;
	padding: 0;
}
body#webcommander-page .product-view.image-view .product-block .product-name-link {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 45px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #1a1a1a;
	text-decoration: none;
}
body#webcommander-page .product-view.image-view .product-block .product-name-link:hover {
	color: #000000;
	text-decoration: underline;
}

/* ---- 2. short description ------------------------------------------------ */
/* .summary is a flex ITEM of .block-content-wrap, and flex items are
   BLOCKIFIED - `display:-webkit-box` is coerced to flow-root, so
   -webkit-line-clamp silently stops working (an inline style can't save it
   either). Clip to two lines by height instead; deterministic, no ellipsis. */
body#webcommander-page .product-view.image-view .product-block .summary {
	max-height: 3.1em;      /* 2 x 1.55 line-height */
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #6b6b6b;
}
body#webcommander-page .product-view.image-view .product-block .summary p {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

/* ---- 3. category / parent name (muted eyebrow) --------------------------- */
body#webcommander-page .product-view.image-view .product-block .parent-name {
	margin: 0 0 8px;
	padding: 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #8a8a8a;
}

/* ---- 4. review stars ----------------------------------------------------- */
body#webcommander-page .product-view.image-view .product-block .review-rating-wrapper {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
	padding: 0;
}
/* ecommerce.min.css centres the stars with
   `.product-view.image-view .product-block .review-rating.read-only` with
   margin 15px auto 0 - left-align them with the rest of the card. */
body#webcommander-page .product-view.image-view .product-block .review-rating-wrapper .review-rating,
body#webcommander-page .product-view.image-view .product-block .review-rating-wrapper .review-rating.read-only {
	margin: 0;
}
body#webcommander-page .product-view.image-view .product-block .review-rating-wrapper img {
	width: 14px;
	height: 14px;
}

/* ---- 5. stock / availability --------------------------------------------- */
body#webcommander-page .product-view.image-view .product-block .in-stock,
body#webcommander-page .product-view.image-view .product-block .out-of-stock {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0 0 12px;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .06em;
	text-transform: uppercase;
}
body#webcommander-page .product-view.image-view .product-block .in-stock { color: #4a4a4a; }
body#webcommander-page .product-view.image-view .product-block .out-of-stock { color: #9a9a9a; }
body#webcommander-page .product-view.image-view .product-block .in-stock::before,
body#webcommander-page .product-view.image-view .product-block .out-of-stock::before {
	content: "";
	flex: 0 0 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #2e7d32;
}
body#webcommander-page .product-view.image-view .product-block .out-of-stock::before { background: #b3261e; }

/* ---- 6. price: "Starts From" label sits ABOVE the amount ------------------ */
body#webcommander-page .product-view.image-view .product-block .price-waper {
	display: block;
	margin: 0 0 14px;
	padding: 0;
	/* something upstream centres this row at mobile while the rest of the card
	   stays left - pin it so the price lines up with the name and stock line. */
	text-align: left;
}
body#webcommander-page .product-view.image-view .product-block .price-waper .price-block-container {
	display: block;
}
body#webcommander-page .product-view.image-view .product-block .price-waper .label-for-price {
	display: block;
	margin: 0 0 2px;
	padding: 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #8a8a8a;
}
body#webcommander-page .product-view.image-view .product-block .price-waper .current-price.price {
	display: inline-flex;
	align-items: baseline;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #1a1a1a;
}
body#webcommander-page .product-view.image-view .product-block .price-waper .old-price,
body#webcommander-page .product-view.image-view .product-block .price-waper .was-price {
	margin-left: 8px;
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	text-decoration: line-through;
}
body#webcommander-page .product-view.image-view .product-block .price-waper .tax-message {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	color: #9a9a9a;
}

/* ---- 7. variations ------------------------------------------------------- */
body#webcommander-page .product-view.image-view .product-block .product-widget.widget-variation-product-list {
	margin: 0 0 14px;
}
body#webcommander-page .product-view.image-view .product-block .variation-thumb .variation-type {
	margin: 0 0 10px;
}
body#webcommander-page .product-view.image-view .product-block .variation-thumb .type-label {
	display: block;
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #8a8a8a;
}
body#webcommander-page .product-view.image-view .product-block .variation-thumb ul.options {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}
body#webcommander-page .product-view.image-view .product-block .variation-thumb ul.options li {
	margin: 0;
	padding: 0;
	cursor: pointer;
}
/* colour swatches */
body#webcommander-page .product-view.image-view .product-block .variation-thumb .variation-type.color ul.options li {
	width: 26px;
	height: 26px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	overflow: hidden;
}
body#webcommander-page .product-view.image-view .product-block .variation-thumb .variation-type.color ul.options li.selected {
	border-color: #1a1a1a;
	box-shadow: 0 0 0 2px #ffffff inset, 0 0 0 1px #1a1a1a;
}
/* text / size options - squared pills, matching the theme */
body#webcommander-page .product-view.image-view .product-block .variation-thumb .variation-type.text ul.options li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 34px;
	padding: 0 10px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #1a1a1a;
}
body#webcommander-page .product-view.image-view .product-block .variation-thumb .variation-type.text ul.options li.selected {
	background: #1a1a1a;
	border-color: #1a1a1a;
	color: #ffffff;
}
/* dropdown mode (what this site currently renders) */
body#webcommander-page .product-view.image-view .product-block .variation-dropdown-container .chosen-container {
	width: 100% !important;
}
body#webcommander-page .product-view.image-view .product-block .variation-dropdown-container .chosen-single {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 12px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	color: #1a1a1a;
}

/* ---- 8. actions - pinned to the bottom so every card lines up ------------- */
body#webcommander-page .product-view.image-view .product-block .wc-product-actions-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: auto 0 0;
	padding: 0;
}

/* primary row: add to cart + wish + compare */
/* nowrap is essential: the row inherits flex-wrap:wrap, and cart+wish+compare
   need 281px in a 229px card, so the compare button dropped onto a second line.
   The cart button must also be allowed to SHRINK (min-width:0) - with `auto`
   it keeps its content width and forces the wrap instead of narrowing. */
body#webcommander-page .product-view.image-view .product-block .wc-product-actions-group .btn-add {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
	padding: 0;
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-cart-button {
	flex: 1 1 auto;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	margin: 0;
	padding: 0 14px;
	background: #1a1a1a;
	color: #ffffff;
	border: 1px solid #1a1a1a;
	border-radius: 0;
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	/* trimmed from 12px/1.5px so the label still fits beside BOTH icon buttons
	   in the narrowest card (229px content) without wrapping or clipping */
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	transition: background .25s ease, color .25s ease;
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-cart-button:hover {
	background: #ffffff;
	color: #1a1a1a;
}
/* ---- Wishlist / Compare icon buttons - Brand Kit driven -------------------
   These are the kit's SECONDARY variant: light, ghosted, sitting beside the
   filled primary Add-to-cart. fill / text / border / radius / shadow / hover
   ALL come from --bk-btn-secondary-*, so the whole variant moves together
   when a merchant edits the Buttons tab (a mixed variant is the classic bug).

   Every token below is currently ABSENT from the kit document, so each
   fallback fires and nothing moves at rest.

   `--bk-btn-secondary-pad` is deliberately NOT used: this instance emits it as
   a DANGLING alias (`var(--bk-btn-secondary-pad-m)`, and pad-m is undefined).
   A dangling var() makes the using property invalid-at-computed-value rather
   than falling back, so bridging padding here would delete it outright.
   The box is a fixed square instead, which is also what keeps it static.

   STATIC BY CONSTRUCTION: fixed 44x44, border-box, and transitions on colour
   only - never on width/padding/transform - so no state can shift the layout,
   even if the merchant sets a thicker border. */
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button {
	flex: 0 0 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 44px;
	min-width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	background: var(--bk-btn-secondary-fill, #ffffff);
	border-style: solid;
	border-width: var(--bk-btn-secondary-border-width, 1px);
	border-color: var(--bk-btn-secondary-border-color, #dddddd);
	border-radius: var(--bk-btn-secondary-radius, 0);
	box-shadow: var(--bk-btn-secondary-shadow, none);
	font-size: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
	transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button::after {
	font-size: var(--bk-btn-secondary-font-size, 16px);
	line-height: 1;
	color: var(--bk-btn-secondary-text, #1a1a1a);
	transition: color .2s ease;
}

/* HOVER --------------------------------------------------------------- */
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list:hover,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button:hover,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button:hover {
	background: var(--bk-btn-secondary-hover-bg, #1a1a1a);
	border-color: var(--bk-btn-secondary-hover-border-color, var(--bk-btn-secondary-hover-bg, #1a1a1a));
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list:hover::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button:hover::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button:hover::after {
	color: var(--bk-btn-secondary-hover-color, #ffffff);
}

/* ACTIVE (pressed) - same kit colours, slightly deeper; no transform, so the
   button cannot jump under the finger on a touch device ------------------- */
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list:active,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button:active,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button:active {
	background: var(--bk-btn-secondary-hover-bg, #1a1a1a);
	border-color: var(--bk-btn-secondary-hover-border-color, var(--bk-btn-secondary-hover-bg, #1a1a1a));
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .28);
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list:active::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button:active::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button:active::after {
	color: var(--bk-btn-secondary-hover-color, #ffffff);
}

/* FOCUS - keyboard users get a ring in the kit's own colour --------------- */
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list:focus-visible,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button:focus-visible,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button:focus-visible {
	outline: 2px solid var(--bk-btn-secondary-hover-bg, #1a1a1a);
	outline-offset: 2px;
}

/* DISABLED - `.disabled` is WC's own class on these buttons. Muted, and the
   hover treatment is explicitly cancelled so it cannot look clickable ------ */
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list.disabled,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button.disabled,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button.disabled,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list[disabled],
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button[disabled] {
	background: var(--bk-btn-secondary-fill, #ffffff);
	border-color: var(--bk-btn-secondary-border-color, #dddddd);
	box-shadow: none;
	opacity: .45;
	cursor: not-allowed;
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list.disabled::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button.disabled::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button.disabled::after {
	color: var(--bk-btn-secondary-text, #1a1a1a);
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list.disabled:hover,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button.disabled:hover,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button.disabled:hover {
	background: var(--bk-btn-secondary-fill, #ffffff);
	border-color: var(--bk-btn-secondary-border-color, #dddddd);
	box-shadow: none;
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list.disabled:hover::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button.disabled:hover::after,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button.disabled:hover::after {
	color: var(--bk-btn-secondary-text, #1a1a1a);
}

/* LOADING - WC injects `.div-mask` (with a span.loader) into the button while
   the request is in flight. Cover the glyph with the button's own fill so the
   spinner reads cleanly, and keep the box the exact same size. ------------- */
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list .div-mask,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button .div-mask,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button .div-mask {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0;
	background: var(--bk-btn-secondary-fill, #ffffff);
	border-radius: inherit;
}
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list .div-mask .loader,
body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button .div-mask .loader,
body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button .div-mask .loader {
	width: 16px;
	height: 16px;
	border: 2px solid var(--bk-btn-secondary-border-color, #dddddd);
	border-top-color: var(--bk-btn-secondary-text, #1a1a1a);
	border-radius: 50%;
	animation: wc-card-btn-spin .6s linear infinite;
}
@keyframes wc-card-btn-spin {
	to { transform: rotate(360deg); }
}

/* secondary row: quick view + view details, exact halves */
/* two exactly equal columns. A flex `1 1 50%` split left a 0.8px difference
   between the halves (the two buttons have different intrinsic content widths);
   grid tracks are exact, and it also sidesteps the zero-basis trap where each
   item's padding+border is added AFTER the free space is divided. */
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	gap: 8px;
	margin: 0;
	padding: 0;
}
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons > * {
	min-width: 0;
}
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .btn-quick-view {
	display: flex;
}
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .quick-view-btn {
	width: 100%;
	min-width: 0;
}
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .quick-view-btn,
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .show-details-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	background: #ffffff;
	color: #1a1a1a;
	border: 1px solid #1a1a1a;
	border-radius: 0;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 600;
	line-height: 1;
	/* sized so "VIEW DETAILS" stays on ONE line in the narrowest half-width
	   button (110px) - at 11px/1.3px tracking it needed 124px and wrapped */
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	transition: background .25s ease, color .25s ease;
}
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .quick-view-btn:hover,
body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .show-details-button:hover {
	background: #1a1a1a;
	color: #ffffff;
}

/* ============================================================================
   PRODUCT DETAIL PAGE - main image was invisible (box collapsed to 0 height).

   Cause, not symptom: the platform's auto_page/product.css applies
   height:auto to .image-preview-box.product-detail-view under all six layout
   wrappers (.no-fixed-left/-right, .l-fixed-left/-right, .r-fixed-left/-right)
   at specificity (0,3,0), which outranks the per-page inline rule
   .product-detail-height (height:650px) at (0,1,0). The theme then
   absolutely-positions the image via
   .image-preview-box.product-detail-view > img (position:absolute; height:100%),
   and an absolutely-positioned child contributes NO height, so `auto`
   collapses the box to 0 and the image resolves 100% of 0.
   Mobile escaped it only because the theme sets min-height:285px under 767px.

   Fix: give the box a definite height derived from its own width. The images
   are square (measured 800x800, ratio 1.000), so 1/1 matches the source
   exactly - no distortion, and it stays responsive instead of pinning 650px.
   Scoped to the same six layout wrappers the platform rule targets, so the
   quick-view popup (which is not inside them, and renders fine) is untouched.
   ========================================================================== */
body#webcommander-page .no-fixed-left .image-preview-box.product-detail-view,
body#webcommander-page .no-fixed-right .image-preview-box.product-detail-view,
body#webcommander-page .l-fixed-left .image-preview-box.product-detail-view,
body#webcommander-page .l-fixed-right .image-preview-box.product-detail-view,
body#webcommander-page .r-fixed-left .image-preview-box.product-detail-view,
body#webcommander-page .r-fixed-right .image-preview-box.product-detail-view {
	aspect-ratio: 1 / 1;
}

/* ============================================================================
   PRODUCT DETAIL PAGE - remaining defects found on a full-page audit.
   ========================================================================== */

/* 1. The main Add-to-cart rendered WebCommander's stock blue (#008DF2 from
      ecommerce.min.css) while "Buy now" right beside it was the theme's black.
      Bridged to the kit's PRIMARY variant, fallbacks = the theme's own black,
      so the pair matches today and both follow the Buttons tab later.
      --bk-btn-pad is NOT used (dangling alias on this instance) - the widget's
      own padding is left alone. */
body#webcommander-page .product-widget.widget-addCart .add-to-cart-button.button {
	background: var(--bk-btn-fill, var(--bk-color-primary, #1a1a1a));
	color: var(--bk-btn-text, #ffffff);
	border-color: var(--bk-btn-border-color, var(--bk-btn-fill, var(--bk-color-primary, #1a1a1a)));
	border-radius: var(--bk-btn-radius, 0);
}
body#webcommander-page .product-widget.widget-addCart .add-to-cart-button.button:hover {
	background: var(--bk-btn-hover-bg, #000000);
	color: var(--bk-btn-hover-color, var(--bk-btn-text, #ffffff));
	border-color: var(--bk-btn-hover-border-color, var(--bk-btn-hover-bg, #000000));
}

/* 2. Detail-page wishlist / compare - same Brand Kit SECONDARY treatment as the
      product card, so the pair is identical wherever it appears. They were
      stock-blue glyphs on #f7f7f7 with a black border. */
body#webcommander-page .product-widget.widget-addCart .add-to-wish-list,
body#webcommander-page .product-widget.widget-addCart .add-to-compare-button,
body#webcommander-page .product-widget.widget-addCart .remove-from-compare-button {
	box-sizing: border-box;
	background: var(--bk-btn-secondary-fill, #ffffff);
	/* the element's own colour was still #008DF2 - invisible today (font-size:0,
	   the glyph is the ::after) but it would leak into any text child */
	color: var(--bk-btn-secondary-text, #1a1a1a);
	border-style: solid;
	border-width: var(--bk-btn-secondary-border-width, 1px);
	border-color: var(--bk-btn-secondary-border-color, #dddddd);
	border-radius: var(--bk-btn-secondary-radius, 0);
	box-shadow: var(--bk-btn-secondary-shadow, none);
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
body#webcommander-page .product-widget.widget-addCart .add-to-wish-list:hover,
body#webcommander-page .product-widget.widget-addCart .add-to-compare-button:hover,
body#webcommander-page .product-widget.widget-addCart .remove-from-compare-button:hover {
	color: var(--bk-btn-secondary-hover-color, #ffffff);
}
body#webcommander-page .product-widget.widget-addCart .add-to-wish-list::after,
body#webcommander-page .product-widget.widget-addCart .add-to-compare-button::after,
body#webcommander-page .product-widget.widget-addCart .remove-from-compare-button::after {
	color: var(--bk-btn-secondary-text, #1a1a1a);
	font-size: var(--bk-btn-secondary-font-size, 16px);
	transition: color .2s ease;
}
body#webcommander-page .product-widget.widget-addCart .add-to-wish-list:hover,
body#webcommander-page .product-widget.widget-addCart .add-to-compare-button:hover,
body#webcommander-page .product-widget.widget-addCart .remove-from-compare-button:hover {
	background: var(--bk-btn-secondary-hover-bg, #1a1a1a);
	border-color: var(--bk-btn-secondary-hover-border-color, var(--bk-btn-secondary-hover-bg, #1a1a1a));
}
body#webcommander-page .product-widget.widget-addCart .add-to-wish-list:hover::after,
body#webcommander-page .product-widget.widget-addCart .add-to-compare-button:hover::after,
body#webcommander-page .product-widget.widget-addCart .remove-from-compare-button:hover::after {
	color: var(--bk-btn-secondary-hover-color, #ffffff);
}
body#webcommander-page .product-widget.widget-addCart .add-to-wish-list.disabled,
body#webcommander-page .product-widget.widget-addCart .add-to-compare-button.disabled {
	opacity: .45;
	cursor: not-allowed;
}

/* 3. The product title is the page's <h1> but rendered at 14px: brand-kit-base
      sets `#webcommander-page h1 (font-size: var(--bk-h1-size, inherit))` at
      (1,0,1), and with no --bk-h1-size in the kit that resolves to `inherit`,
      i.e. body text. Give it a real scale; still kit-driven, so a merchant
      setting H1 size takes over. */
body#webcommander-page .product-widget.widget-productName .product-name {
	font-size: var(--bk-h1-size, 30px);
	font-weight: var(--bk-h1-weight, 500);
	line-height: var(--bk-h1-line-height, 1.3);
	color: var(--bk-h1-color, #1a1a1a);
	margin: 0 0 4px;
}

/* 4. "Related Products" used the same `.title` class as "Similar Products" but
      inherited none of its styling (14px / left / none vs 31px / centre /
      uppercase). Make the two section headings match. */
body#webcommander-page .product-widget.widget-related > .title,
body#webcommander-page .product-widget.widget-related .title:first-child {
	font-size: var(--bk-h2-size, 31px);
	font-weight: var(--bk-h2-weight, 400);
	line-height: var(--bk-h2-line-height, 1.25);
	letter-spacing: var(--bk-h2-letter-spacing, normal);
	text-transform: uppercase;
	text-align: center;
	color: var(--bk-h2-color, #000000);
	margin: 0 0 24px;
}

/* 5. Related products render in LIST view, whose title link kept a different
      ink (#32312f) from every other card title (#1a1a1a). */
body#webcommander-page .product-view.list-view .product-block .product-name-link {
	color: #1a1a1a;
}

/* ============================================================================
   ALL THREE VIEWS - Grid / List / Tabular

   The card system above is scoped to `.image-view`, so switching a Similar /
   Related / Upsell widget to List or Tabular dropped ALL of it and fell back to
   ecommerce.min.css + the theme's list rules. Measured on the List view:
     add-to-cart  355x26  (26px tall - the theme caps it at max-height 40 with
                           line-height 24, so my height:44 never applied)
     wish          70x40  transparent, #ccc border, grey glyph
     compare       68x40  - and in the .btn-add markup it renders as a
                           FULL-WIDTH BLACK TEXT BAR next to a 68px icon,
                           which is the mismatch that reads as "broken".
   Tabular showed a third set of sizes again (50x40).

   These views also use DIFFERENT markup for the same controls - `.btn-add`
   inside the card, and `.product-table-view-column.multi-cart-selection-step-
   column` inside the table row - so the rules below are written for BOTH
   containers and for all three view classes, keyed off `.product-view` rather
   than a specific view, so nothing can fall through a gap again.
   ========================================================================== */

/* -- wishlist / compare: one identical kit-driven icon button everywhere ---- */
body#webcommander-page .product-view .add-to-wish-list,
body#webcommander-page .product-view .add-to-compare-button,
body#webcommander-page .product-view .remove-from-compare-button {
	flex: 0 0 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 44px;
	min-width: 44px;
	max-width: 44px;
	height: 44px;
	/* the theme caps these at max-height:40 in list/tabular, which squashed
	   the square; unset it so the box is 44 in every view */
	min-height: 44px;
	max-height: none;
	margin: 0;
	padding: 0;
	background: var(--bk-btn-secondary-fill, #ffffff);
	color: var(--bk-btn-secondary-text, #1a1a1a);
	border-style: solid;
	border-width: var(--bk-btn-secondary-border-width, 1px);
	border-color: var(--bk-btn-secondary-border-color, #dddddd);
	border-radius: var(--bk-btn-secondary-radius, 0);
	box-shadow: var(--bk-btn-secondary-shadow, none);
	font-size: 0;            /* icon-only: compare shipped a 13px TEXT label */
	line-height: 1;
	overflow: hidden;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
body#webcommander-page .product-view .add-to-wish-list::after,
body#webcommander-page .product-view .add-to-compare-button::after,
body#webcommander-page .product-view .remove-from-compare-button::after {
	font-family: FontAwesome;
	font-size: var(--bk-btn-secondary-font-size, 16px);
	line-height: 1;
	color: var(--bk-btn-secondary-text, #1a1a1a);
	transition: color .2s ease;
}
/* The theme sets `content: none` on these glyphs in LIST view, because that
   view shipped TEXT labels instead of icons. Now that the controls are
   icon-only in every view, that left two empty boxes - so the glyph is
   restored explicitly. Codepoints were READ from the rendered grid view
   (heart-o, retweet) and the remove state was PROBED with a synthetic
   element rather than guessed. */
body#webcommander-page .product-view .add-to-wish-list::after { content: "\f08a"; }
body#webcommander-page .product-view .add-to-compare-button::after { content: "\f079"; }
body#webcommander-page .product-view .remove-from-compare-button::after { content: "\f00d"; }
body#webcommander-page .product-view .add-to-wish-list:hover,
body#webcommander-page .product-view .add-to-compare-button:hover,
body#webcommander-page .product-view .remove-from-compare-button:hover {
	background: var(--bk-btn-secondary-hover-bg, #1a1a1a);
	border-color: var(--bk-btn-secondary-hover-border-color, var(--bk-btn-secondary-hover-bg, #1a1a1a));
	color: var(--bk-btn-secondary-hover-color, #ffffff);
}
body#webcommander-page .product-view .add-to-wish-list:hover::after,
body#webcommander-page .product-view .add-to-compare-button:hover::after,
body#webcommander-page .product-view .remove-from-compare-button:hover::after {
	color: var(--bk-btn-secondary-hover-color, #ffffff);
}
body#webcommander-page .product-view .add-to-wish-list.disabled,
body#webcommander-page .product-view .add-to-compare-button.disabled {
	opacity: .45;
	cursor: not-allowed;
}

/* -- add to cart: one primary button in every view -------------------------- */
body#webcommander-page .product-view.list-view .product-block .btn-add .add-to-cart-button,
body#webcommander-page .product-view.tabular-view .add-to-cart-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 44px;
	max-height: none;        /* theme caps this at 40px and squashed it to 26 */
	min-height: 44px;
	margin: 0;
	padding: 0 14px;
	background: var(--bk-btn-fill, var(--bk-color-primary, #1a1a1a));
	color: var(--bk-btn-text, #ffffff);
	border: 1px solid var(--bk-btn-border-color, var(--bk-btn-fill, var(--bk-color-primary, #1a1a1a)));
	border-radius: var(--bk-btn-radius, 0);
	font-family: Montserrat;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: .5px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
body#webcommander-page .product-view.list-view .product-block .btn-add .add-to-cart-button:hover,
body#webcommander-page .product-view.tabular-view .add-to-cart-button.button:hover {
	background: var(--bk-btn-hover-bg, #ffffff);
	color: var(--bk-btn-hover-color, #1a1a1a);
}

/* -- LIST view: lay the actions out as a row, like the grid card ------------ */
body#webcommander-page .product-view.list-view .product-block .btn-add {
	display: flex;
	flex-direction: row;      /* theme stacks these into full-width bars */
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 8px;
	margin: 12px 0 0;
	padding: 0;
}
body#webcommander-page .product-view.list-view .product-block .btn-add .add-to-cart-button {
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: none;
}

/* -- TABULAR view: keep the action cell on one row and let the table breathe */
body#webcommander-page .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
}
/* the table must never force the page to scroll sideways on a narrow screen */
body#webcommander-page .product-view.tabular-view {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* -- the floating "Add selected to cart" bar sat mid-viewport and covered a
      row's quantity / wishlist / compare controls. Pin it to the bottom. ---- */
body#webcommander-page .add-to-cart-multi-select-fixed-button {
	bottom: 16px;
	top: auto;
	/* it floated at x1088-1380, exactly over the quantity / wishlist / compare
	   column (x1190-1410), so it covered and blocked those controls on whatever
	   row happened to sit at the bottom of the viewport. Pin it to the LEFT,
	   clear of that column. */
	left: 24px;
	right: auto;
	z-index: 60;
}
/* let the last rows scroll clear of the floating bar */
body#webcommander-page .product-view.tabular-view {
	padding-bottom: 72px;
}

/* ---- responsive ---------------------------------------------------------- */

/* PRE-EXISTING DEFECT, fixed here: the widget's `no-of-column` attribute is
   applied by ecommerce.min.css at EVERY width with no mobile step, so a
   5-column home widget rendered five 59px columns at 390px (shop: three 95px).
   Give the grid real breakpoints. (1,4,0) beats ecommerce's (0,4,0). */
/* The ladder starts at 1399, not 1199: a 5-column widget at 1200px gives a
   181px card, where "ADD TO CART" no longer fits beside the two icon buttons
   and gets ellipsised. 4 columns there yields ~290px, which is comfortable. */
@media (max-width: 1399px) {
	body#webcommander-page .product-view.image-view .content.product-content { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1199px) {
	body#webcommander-page .product-view.image-view .content.product-content { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
/* 849, not 767: three columns below ~850px leaves a 245px card, where the cart
   label clips again. Measured slack at 850/3col is +11px, at 768/3col it is -10px. */
@media (max-width: 849px) {
	body#webcommander-page .product-view.image-view .content.product-content { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
/* 599, not 479: two columns at 480px gives a 225px card and the cart label
   clips by 20px. 600px/2col measures exactly at the limit, so 599 is the step. */
@media (max-width: 599px) {
	body#webcommander-page .product-view.image-view .content.product-content { grid-template-columns: repeat(1, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
	body#webcommander-page .product-view.image-view .product-block .block-content-wrap { padding: 16px; }
	body#webcommander-page .product-view.image-view .product-block .product-name-link { font-size: 15px; min-height: 42px; }
}
@media (max-width: 767px) {
	body#webcommander-page .product-view.image-view .product-block .block-content-wrap { padding: 14px; }
	body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-cart-button { height: 42px; font-size: 11px; letter-spacing: 1px; }
	body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-wish-list,
	body#webcommander-page .product-view.image-view .product-block .btn-add .add-to-compare-button,
	body#webcommander-page .product-view.image-view .product-block .btn-add .remove-from-compare-button { flex: 0 0 44px; width: 44px; min-width: 44px; height: 44px; }
	body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .quick-view-btn,
	body#webcommander-page .product-view.image-view .product-block .wc-secondary-action-buttons .show-details-button { height: 38px; font-size: 10px; letter-spacing: .5px; }
	body#webcommander-page .product-view.image-view .product-block .price-waper .current-price.price { font-size: 18px; }
	body#webcommander-page .product-widget.widget-productName .product-name { font-size: var(--bk-h1-size, 24px); }
	body#webcommander-page .product-widget.widget-related > .title,
	body#webcommander-page .product-widget.widget-related .title:first-child { font-size: var(--bk-h2-size, 24px); }
}

/* [/MCP:wc-product-card-layout] */