/*--- Google Fonts ---*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('../fonts/font-style.css');


/*--- End Google Fonts ---*/
/*--- Flate Icon Fonts---*/
/*--- End Flate Icon Fonts---*/

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family: 'Avenir Next LT Pro'; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
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: 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: monospace, monospace; 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;}
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: 'Avenir Next LT Pro';
    font-size: 17px;
    line-height: 22px;
    color: #262527;
    font-weight: 40;
}
::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: 'Avenir Next LT Pro';
    font-size: inherit;
    line-height: inherit;
}
a{
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
a:hover{
    color: #000;
}
.widget-article a{
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    color: #262527;
    font-weight: 400;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #000;
}


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: #262527;
    font-family: 'Avenir Next LT Pro';
    text-transform: capitalize;
    font-weight: 600;
}
h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
p  {
    font-family: 'Avenir Next LT Pro';
    font-size: 14px;
    color: #262527;
    line-height: 25px;
    margin: 0 0 20px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 5px;
    list-style-type: none;
    color: #262527;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir Next LT Pro';
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #272727;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ebebeb;
    padding: 8px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: transparent;
    color: #262527;
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    line-height: 22px;
    padding: 9px 10px;
    border-radius: 3px;
    width:100%;
    margin-top: 10px;
    border: 1px solid #262527;
}
.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: #262527;
    color: #fff;
    border-color: #262527 ;
}

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

.widget.widget-image.header-logo {
    margin:0 auto;
    text-align:center;
}
.widget.widget-article h1 {
    font-size: 32px;
    font-weight: 600;
}
.widget.widget-article h2 {
    font-size: 22px;
    font-weight: 600;
}
.widget.widget-article h3 {
    font-size: 20px;
    font-weight: 600;
}
.widget.widget-article h4 {
    font-size: 18px;
    font-weight: 600;
}
.widget.widget-article h5 {
    font-size: 17px;
    font-weight: 600;
}
.widget.widget-article h6 {
    font-size: 16px;
    font-weight: 600;
}

.widget.widget-article a:hover{
    text-decoration: none;
}
.widget.widget-article ul li, .widget.widget-article ol li {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.widget.widget-article b, .widget.widget-article strong {
    font-weight: bold;
    font-size: 18px;
}

.page-delivery-returns-refunds .widget.widget-article b, .page-delivery-returns-refunds .widget.widget-article.widget.widget-article strong {
    font-size: 16px;
}
/*.widget-article.company-article {*/
/*    max-width: 1300px;*/
/*    margin: 0 auto;*/
/*}*/
/*form element desgin*/
.form-row {
    margin: 0 0 15px 0;
    position: relative;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 46px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height: 46px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    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% - 10px);
    background-size: 12px;
    margin:0;
    border-radius: 1px;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
    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);
}
textarea {
    height: 150px;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    color: #262527;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir Next LT Pro';
    line-height: 25px;
}
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 #262527;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height: 46px;
    border-width: 1px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    border-radius: 1px;
}
.errorlist.after .message-block {
    color: #e64343;
}
.errorlist.after {
    font-size: 14px;
    line-height: 20px;
    min-width: auto;
    position: absolute;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: transparent;
    border: 1px solid #e64343 !important;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: transparent;
    border: 1px solid #f00 !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget .widget-title {
    color: #272727;
    font-family: 'Avenir Next LT Pro';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
}
.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 {
    width: 200px;
}
.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;
}

/*====== End Fixed-width-layout ======*/

.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1600px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.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: 350px;
}
.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;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container.v-split-container .page-content > .v-split.fee-fixed-width-content,
.widget-container .page-content > .v-split.fee-fixed-width-content,
.widget-container.v-split-container .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
    padding-left: calc(50% - 800px);
    padding-right: calc(50% - 800px);
}

/*======  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:#262527 url(/template/15eed7d9/images/contact-bg.svg);
    padding: 100px 0 150px;
    text-align: left;
    margin-bottom: 80px !important;
}
.widget-pageHeading h1, .widget-pageHeading h2 {
    font-family: 'Avenir Next LT Pro';
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    max-width: 1400px;
}
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0;
    display: inline-block;
}

span.breadcrumb-item {
    font-size: 16px;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro';
}

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

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro';
}
.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 {
    position: absolute;
    bottom: 33%;
    width: 100%;
    text-align: center;
}
.page-donation .widget-pageHeading,
.page-donation-confirm .widget-pageHeading {
    margin-bottom: 0 !important;
}
/*====== End Inner-layout-control-css ======*/

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

textarea::placeholder {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

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

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

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

.widget.widget-cart .advanced-flying-cart:hover .cart-widget-img {
    background-position-y: -30px;
}

.header .cart-widget-text {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #000000;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    line-height: 15px;
    border: 2px solid #000000;
    padding: 0;
    letter-spacing: 0;
}
/** Cart End **/

/** User Nav Start **/

.widget.widget-navigation.user-nav {
    width: 24px !important;
    height: 24px !important;
}
.widget-navigation.user-nav .menu-title .menu-button {
    background: url(../images/icons.svg) no-repeat -34px 0;
    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 {
    background-position-y: -30px;
}

.widget-navigation.user-nav .menu-title .menu-button em {
    display: none;
}

.widget-navigation.user-nav a[href="#"],
.widget-navigation.user-nav .child-opener {
    display: none !important;
}

.widget-navigation.user-nav .nav-wrapper.vertical.show {
    width: 280px;
    position: absolute;
    left: 50%;
    height: auto;
    padding: 0;
    top: 40px;
    background: #fff;
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}

.widget-navigation.user-nav .responsive-navigation .navigation-item {
    display: block;
    background: transparent;
    padding: 10px 20px!important;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item + .navigation-item {
    border-top: 1px solid #ececec;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item + .navigation-item:hover {
    background-color: #f1f1f1;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a {
    font-family: "Montserrat",sans-serif;
    border-bottom: none!important;
    padding: 0!important;
    color: #262527;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a.autoGeneratedPage {
    text-underline-offset: 3px;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
    font-family: "Montserrat",sans-serif;
  text-align: left;
      font-size: 14px;
}
.widget-navigation.user-nav .menu-title .menu-button em {
    display: none;
}

.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 .menu-title {
    position: relative;

}

/** User Nav End**/

/** User Nav End**/
/*search-form*/
.widget.widget-search .search-form {
    background-color: #000000;
    display: block;
    height: 0;
    position: absolute;
    right: 40px;
    top: 42px;
    transition: all 400ms ease 0s;
    width: 470px;
    z-index: 9999;
    border-radius: 0px;
}
.widget.widget-search .search-form button:before{
    content: '';
    position: absolute;
    top: -10px;
    right: 15px;
    width: 0px;
    height: 0px;
    border-color: #000 transparent #000 transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
    z-index: 1;
}
.widget.widget-search .search-form button {
    background-color: #000;
    padding: 6px;
    position: absolute;
    right: -30px;
    border-radius: 0px;
    top: 0;
    width: 90px;
    border: none;
    text-align: center;
    text-transform: none;
    display: block;
    margin: 0;
    height: 56px;
    font-size: 17px;
    line-height: 16px;
    color:#fff;
}
.widget.widget-search .search-form button:hover {
    color: #fff;
    background-color: #000;
}
.widget.widget-search .search-form.show {
    height: 56px;
}
.widget.widget-search .search-form form {
    padding: 0px 5px;
    position: relative;
    background: #000;
}
.widget.widget-search .search-form input {
    border: medium none;
    height: 56px;
    padding: 5px 100px 5px 10px;
    width: 100%;
    background: #fff;
    border: 5px solid #000;
    border-left: 0;
}
.search-menu-button:after {
    display: none;
}
.search-menu-button {
    width: 24px;
    height: 24px;
    background: url(../images/icons.svg) no-repeat 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-search .search-menu-button:hover {background-position-y: -31px;}
.widget.widget-search .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Avenir Next LT Pro';
}
.widget.widget-search .search-form ::-moz-placeholder { /* Firefox 19+ */
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Avenir Next LT Pro';
}
.widget.widget-search .search-form :-ms-input-placeholder { /* IE 10+ */
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Avenir Next LT Pro';
}
.widget.widget-search .search-form :-moz-placeholder { /* Firefox 18- */
    color: #505050;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Avenir Next LT Pro';
}
/*end:search*/
.header > .widget-container {
    max-width: 1920px;
}
/*========= main menu ========= */
.widget-navigation {
    text-align: right;
}
.widget-navigation .nav-wrapper.horizontal {
    text-align: center;
}
.widget-navigation .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 .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #262527;
    content: '\f106';
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a {
  color: #000;
  font-weight: 400;
}
.widget-navigation .navigation-item {
    padding: 0 34px;
}
.widget-navigation .navigation-item a {
    text-transform: capitalize;
    font-size: 16px;
    color: #262527;
    padding: 0 0 26px;
    font-family: 'Avenir Next LT Pro';
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.widget-navigation .navigation-item:first-child a {
    padding-left: 0;
}
.widget-navigation .navigation-item:last-child a {
    padding-right: 0;
}
.widget-navigation .navigation-item a span {
    position: relative;
}

.widget-navigation .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation .navigation-item.has-child a:hover, .widget-navigation .navigation-item.active a, .widget-navigation .navigation-item a:focus {
    color: #000;
    font-weight: 700;
}
.widget-navigation .navigation-item a:hover{
    color: #000;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation .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: bold;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:focus>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.horizontal > .has-child > .navigation-item-child-container {
    width: 220px;
    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: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0 3px 20px 4px rgba(0, 0, 0, 0.1);
}
.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 .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 17px;
    text-align: center;
    color: #262527;
    font-family: 'Avenir Next LT Pro';
    padding: 15px 5px;
    font-weight: 400;
    background: #fff;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #000;
    font-weight: 400;
}

.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 230px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container::before {
    top: 18px;
    left: -6px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 160px;
}
/*end:menu*/


/********start:gallery**********/
.jssor-slider-container .slide::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.05;
}

div.jssor-slider-container .container, div.jssor-slider-container{
    width: 1920px;
    height: 750px;
    padding: 0 !important;
    text-align: left;
    margin: 0 auto;
}
.jssor-slider-container .caption-wrapper {
    position: absolute;
    right: 0;
    bottom: 30%;
    text-align: center;
    padding: 15px;
    max-width: 1055px;
    margin: 0 auto;
    left: 0;
    z-index: 99;
}

.jssor-slider-container .caption-wrapper .description h1{
    font-style: normal;
    font-size: 65px;
    line-height: 78px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0;
}

.jssor-slider-container .caption-wrapper .description {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    text-transform: uppercase;
}
.jssor-slider-container .caption-wrapper [u=caption] {
    margin:0 auto 0;
    border: 0;
}
.jssor-slider-container .caption-wrapper [u="caption"] a {
    padding: 10px 20px;
    max-width: 152px;
    width: 100%;
    margin: 20px auto 0;
}
.jssor-slider-container .caption-wrapper [u="caption"] a:hover {
    color: #000;
    background: #FFFFFF;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    color: #ffffff;
    content: "\f105 ";
    font-family: fontawesome;
    font-size: 36px;
    font-size: 32px;
    position: absolute;
    left: 17px;
}
div[id^="jssor-slider-"] .jssora20l {
    left: auto;
    right: 50px;
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
    background: transparent;
    bottom: 0;
    height: 45px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    transition: all 400ms ease-out 0s;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
}
div[id^="jssor-slider-"] .jssora20r::before {
    line-height: 65px;
}
div[id^="jssor-slider-"] .jssora20r {
    transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
    right: auto;
    left: 50px;
}
div[id^="jssor-slider-"] .jssora20r::before {
    display: block;
    margin-top: -13px;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
    background: #204d47;
    border: 1px solid #204d47;
}
.jssor-slider-container .jssorb03 {
    position: absolute;
    width: 400px !important;
    left: 50% !important;
    right: auto !important;
    bottom: 45px !important;
    top: auto !important;
    transform: translatex(-50%);
    border-radius: 35px;
    opacity: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.jssor-slider-container .jssorb03 div {
    width: 22px !important;
    height: 22px !important;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    font-size: 0;
    margin: 0 7px;
    border: 1px solid transparent;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    display: none;
}

.jssor-slider-container::before {
    display:none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background-color: transparent !important;
    border: 1px solid #fff;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #fff;
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide img {
    object-fit: cover;
}
/***************end:gallery**************************/
/*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;
}
.accordion-panel {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto 90px;
}

.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;
    color: #262527 ;
    height: auto;
    padding: 27px 60px 27px 0;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0;
}

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

.accordion-panel>.accordion-item.expanded {
    padding: 0;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    margin-top: 0;
    border-top: 0;
    color: #000;
}
.accordion-panel>.label-bar .toggle-icon {
    height: 24px;
    width: 24px;
    background-image: url("../images/plus-minus.svg");
    right: 0;
    left: auto;
    top: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(70%);
}
.accordion-panel>.label-bar {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar:hover {
    color: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar.expanded .toggle-icon {
    background-position: 0px -40px;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    padding-top: 0;
}
.accordion-panel>.accordion-item.collapsed {
    padding: 0;
    border: 0;
}
.accordion-panel>.accordion-item.collapsed p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #262527;
}

/*end: tab section css */

/***************start:Category**************************/
.category-details-container .title {
    margin: 0;
    padding: 0;
    color: #262527;
    font-size: 22px;
}
.widget-category.home-category .category-view .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
}

.widget-category.home-category .category-image-view.category {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.widget-category.home-category .category-image-view .category-image-view-height {
    border-radius: 50%;
    overflow: hidden;
    width: 181.66px;
    height: 181.66px;
    margin: 0 auto;
}

.widget-category.home-category .category-image-view.category .category-name {
    font-family: Rubik;
    font-style: Medium;
    font-size: 18px;
    color: #000;
    margin-top: 28px;
    letter-spacing: -0.2px;
}

.widget-category.home-category .category-image-view.category .category-name a {
    color: #000;
    max-width: 160px;
    text-decoration: none;
    font-weight: 600;
}

.widget-category.home-category .category-image-view.category img {
    transition: 1s all ease;
}

.widget-category.home-category .category-image-view.category:hover img {
    transition: 1s all ease;
    transform: scale(1.1);
}

.widget-category.home-category .category-image-view.category:hover .category-name a {
    color: #39D2AD
}
.widget-productSummary .title {
    display: none;
}
.widget-productSummary .summary {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    display:block;
    margin: 35px 0 5px;
}
.widget-productSummary .summary p {
    margin: 0;
}
/***************end:Category**************************/

/** Login Page Start **/
.page-login .login-form {
    margin: 100px auto 120px;
    border: 1px solid #efefef;
    padding: 50px 60px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    position: relative;
    display: block;
}
.login-form span.title {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #262527;
    padding-bottom:20px;
}
.login-form .submit-row {
    float: none;
    display: block;
}
.page-login .login-button,
.page-login .login-with-fb-btn,
.page-login .login-with-google-btn {
    background: #fff;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #262527;
    max-width: 100%;
    padding: 9px 5px;
    margin: 5px 0 0;
    border: 1px solid #262527;
}
.page-login .login-with-fb-btn:hover,
.page-login .login-with-google-btn:hover,
.page-login .login-button:hover {
    background:#262527;
    color: #fff;
}
.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
}
.page-login .login-form label {
    display: none;
}
.form-row.remember input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -7px;
}
.page-login .login-form .form-row.mandatory {
    margin-bottom: 22px;
    position: relative;
}
.login-form .lost-password a {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #262527;
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.login-form .lost-password a:hover {
    color: #000;
    text-decoration:none;
}
.login-form .no-account-label {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #262527;
}
.login-form .account-register a {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight:400;
    font-size: 17px;
    line-height: 19px;
    color: #262527;
    text-decoration:underline;
}
.login-form .account-register a:hover {
    color:  #000;
    text-decoration:none;
}

/** Login Page End **/
/** Registration Page Start **/

.registration-form {
    margin: 90px auto 90px;
    max-width: 935px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 45px;
    background: #FFFFFF;
    border: 1px solid #efefef;
    display: flex;
    flex-wrap: wrap;
}
.registration-form .title {
    padding-left: 14px;
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 20px;
    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 20px 0;
}
.registration-form label {
    font-size: 16px;
    color: #000;
    display: block;
    text-transform: capitalize;
    width: auto;
}
.registration-form select {
    width: 100%;
}
.registration-form .form-row.submit-row button {
    margin-top: 10px;
    background: #fff;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #262527;
    padding: 9px 5px;
    border: 1px solid #262527;
    max-width: 100%;
}
.registration-form .form-row.submit-row button:hover {
    color: #fff;
    background:#262527;
}
.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin-top: 0;
    width: 100%;
}
.password-meter-wrap {
    position: absolute;
    bottom: -15px;
    right: 17px;
    width: auto;
}
.password-meter-wrap .password-description {
    font-size: 13px;
    width: auto;
    line-height: 10px;
    margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
    display: block;
    float: left;
    position: absolute;
    right: 0;
    bottom: -12px;
    border-radius: 30px;
    height: 8px;
}
.password-meter-wrap .weak {
    width: 70px;
}
.registration-form .form-row.submit-row label {
    display: none;
}
/** Registration Page End **/
/** Forgot Password Start **/
.page-reset-password .widget-container .page-content {
    min-height: auto;
}
.password-reset-form {
    margin: 30px auto 60px;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #FFFFFF;
    border: 1px solid #efefef;
    text-align: center;
}
.password-reset-form .title {
    font-weight: 600;
    color: #262527;
    line-height: 30px;
}
.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #262527;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.password-reset-form .form-row {
    display: block;
}
.password-reset-form .form-row label{
    margin-bottom: 5px;
    font-size: 16px;
    color: #262527;
    display: block;
}
.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;
    margin: 0;
    margin-top: 0px;
    position: relative;
    margin-top: 8px;
    padding: 9px 5px;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #262527;
    background: #fff;
    border: 1px solid #262527;
    max-width: 100%;
}
.password-reset-form .form-row.submit-row button:hover {
    background: #262527;
    color: #fff;
}
.password-reset-form .errorlist.after {
    top: auto;
    left: auto;
    width: 100%;
    bottom: auto;
}

form.customer-new-password {
    margin: 30px auto 100px;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #FFFFFF;
    border: 1px solid #efefef;
    text-align: center;
}
.customer-new-password .form-row.submit-row button {
    width: 100%;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    padding:10px 5px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #262527;
    background: transparent;
    border: 1px solid #262527;
    max-width: 100%;
}
.customer-new-password .form-row.submit-row button:hover {
    background: #262527;
    color: #fff;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row label {
    width: 100%;
    font-size: 16px;
    color: #262527;
    display: block;
    text-transform: capitalize;
}
form.customer-new-password span.title {
    font-weight: 600;
    color: #262527;
    line-height: 30px;
    font-size: 24px;
    text-align: left;
    padding-bottom: 20px !important;
    display: block;
}
/** Forgot Password End **/
/***************start:Product**************************/
.product-widget.widget-information .review-form .btn-row {
    padding-left: 0;
}
.product-widget.widget-information .ask-question-panel .form-row textarea {
    width: 100%;
}
.product-widget.widget-information .ask-question-panel .form-row label {
    width: auto;
}
.widget-html.section-heading h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 40px;
}
.product-view.image-view .content {
    padding: 25px 20px 30px;
    max-width: 1630px;
    margin: 0 auto 0;
    min-height: 465px;
    display: flex;
    flex-wrap: wrap;
}
.product-view.tabular-view .content, .product-view.list-view .content,
.filtered-product-container .product-view.image-view .content,
.category-details .product-view.image-view .content,
.widget-product.shop .product-view.image-view .content{
    padding: 25px 0 50px;
}
.product-widget .sale-percent-display {
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
    border-radius: 50px;
    background-color: #3BD3AE;
    position: absolute;
    color: #000;
    text-decoration: line-through;
}
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    width: calc(100%/4);
    border: 0;
    transition: 0.4s all ease;
    margin: 0 0 20px;
    padding: 0;
    height: auto;
}
.product-view.image-view .product-block .block-content-wrap, .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 24px;
}
.product-view.image-view .product-block:hover,
.product-view.scrollable-view .product-block:hover {
    box-shadow: 0 0 25px #e1e1e1;
    transition: 0.4s all ease;
}
.product-view.image-view .product-block:hover .block-content-wrap,
.product-view.scrollable-view .product-block:hover .block-content-wrap {
    transition: 0.4s all ease;
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 0 0 0 5px;
    color: #a2a2a2;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16.11px;
    line-height: 22.55px;
}
.block-content-wrap .price-waper {
    display: flex;
    justify-content: start;
    text-align: left;
    flex-wrap: wrap;
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 0 5px 0 0;
    color: #262527;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 120%;
}
.block-content-wrap .price-waper span.current-price.price {
    padding: 0;
}
.price {
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #262527;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    display: block;
    height: 52px;
    margin-top: 0;
    margin-bottom: 20px;
}
.product-widget.widget-addCart {
    display: flex;
    flex-wrap: wrap;
}
.product-widget.widget-addCart .cart-button-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-block a.product-name-link.title-link.link {
    color: #262527;
    font-weight: 600;
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-view.image-view .product-block .block-content-wrap .btn-add span.add-to-cart-button,
.product-view.scrollable-view .product-block .block-content-wrap .btn-add span.add-to-cart-button,
.product-view.scrollable-view .product-block .remove-from-compare-button,
.product-view.scrollable-view .product-block .add-to-compare-button,
.product-view.image-view .product-block .remove-from-compare-button,
.product-view.image-view .product-block .add-to-compare-button {
    width: 100%;
    max-width: 100%;
}
.product-view.scrollable-view .product-block .remove-from-compare-button::after,
.product-view.scrollable-view .product-block .add-to-compare-button::after,
.product-view.image-view .product-block .remove-from-compare-button::after,
.product-view.image-view .product-block .add-to-compare-button::after {
    content: none;
}
.btn-add .add-to-wish-list.button.et_pdp_add_to_wish_list,
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list {
    display: block;
    height: 43px;
    max-width: 18%;
    width: 100%;
    background-color: transparent;
    border: 1px solid #262527;
    text-align: center;
    padding: 10px 10px;
    position: absolute;
}
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list {
    margin: 0 10px 0 0;
    position: relative;
}
.product-widget.widget-addCart .remove-from-compare-button.button, .product-widget.widget-addCart .add-to-compare-button.button {
    border: 1px solid #262527;
    height: 43px;
    background: transparent;
    color: #666;
    width: 18%;
    text-align: center;
}
.product-widget.widget-addCart .remove-from-compare-button.button:hover, .product-widget.widget-addCart .add-to-compare-button.button:hover{
    color: #000;
}
.product-widget.widget-addCart span.add-to-cart-button {
    width: calc(30% - 5px);
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 124%;
    height: 44px;
}
.product-view.image-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button,
.product-view.scrollable-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button {
    display: block;
}
span.add-to-cart-button:hover {
    color: #fff;
    background-color: #262527;
    border: 1px solid #262527;
}
.add-to-wish-list:hover::after {
    content: "\f004";
    color: #262527;
}
.image-view .product-view-height-width .image a, .scrollable-view .product-view-height-width .image a {
    width:100%;
    height:100%;
}
.image-view .product-view-height-width .image a img, .scrollable-view .product-view-height-width .image a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.view-all-product {
    padding: 0px 0 50px 0;
    text-align: center;
}
.view-all-product p {
    margin: 0;
    padding: 0;
    line-height: 19px;
    text-align: center;
}
.view-all-product p a, a#loadMore {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #262527;
    border: 1px solid #262527;
    border-radius: 3px;
    padding: 12px 31px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-width: 202px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.view-all-product p a:hover, a#loadMore:hover {
    text-decoration: none;
    color: #fff;
    background-color: #262527;
    border-color: #262527;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-productImage .image-preview-box .sale.tag-mark,
.product-view.image-view .sale.tag-mark,
.product-view.scrollable-view .sale.tag-mark, .product-view.image-view .sale.tag-mark, .product-view.list-view .sale.tag-mark, .product-view.scrollable-view .sale.tag-mark {
    background: url("../images/sale-tag.svg") center center;
    left: 20px;
    height: 21px;
    width: 42px;
    top: 20px;
}
.page-product .widget-productImage .sale.tag-mark {
    top: 20px;
    right: auto;
    left: 20px;
}
.product-widget.widget-productName .product-name {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 0;
    border: 0;
    margin: 0;
    text-align: left;
}
.product-image .btn-add {
    position: initial;
    padding: 0 24px;
}
.product-view.scrollable-view .product-image .btn-add .add-to-cart-button.button,
.product-view.scrollable-view .product-image .btn-add .add-to-compare-button.button,
.product-view.scrollable-view .product-image .btn-add .remove-from-compare-button,
.product-view.image-view .product-image .btn-add .add-to-cart-button.button,
.product-view.image-view .product-image .btn-add .add-to-compare-button.button,
.product-view.image-view .product-image .btn-add .remove-from-compare-button {
    transform: translate(0,-160px);
    width: 100%;
    max-width: 100%;
}
.product-view.image-view .product-block .add-to-wish-list.button.et_pdp_add_to_wish_list ,
.product-view.scrollable-view .product-block  .add-to-wish-list.button.et_pdp_add_to_wish_list {
    width: 50px;
    border:0;
    top: 12px;
    right: 9px;
    transform: none;
}
.product-view.image-view .product-block .sale-percent-display, .product-view.scrollable-view .product-block .sale-percent-display {
    background-color: #FCE4B7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 9px;
    border-radius: 50px;
    top: 20px;
    left: 20px;
}
.product-view.image-view .product-block .tax-message,
.product-view.scrollable-view .product-block .tax-message {
    display: block;
}
div.product_quick_view_popup .product-widget.widget-addCart span.add-to-cart-button {
    width: calc(34% - 5px);
}
div.fee_img-gallery_product_owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button{
    width: 32px;
}
div.fee_img-gallery_product_owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button:hover {
    background-color: #000;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name {
    padding: 24px 5px 0;
    height: 72px;
}
div.list-view .product-view .quick-view-btn {
    text-align: center;
}
.product-view.image-view .sold-out-tag.tag-mark, .product-view.scrollable-view .sold-out-tag.tag-mark, .widget-productImage .image-preview-box .sold-out-tag.tag-mark {
  top: 5px;
  left:5px;
  bottom:auto;
  padding: 4px 8px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 600;
}
/** Stepper Start **/
.product-widget.widget-addCart .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;
}
.product-widget.widget-addCart .stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 41px;
    position: relative;
    right: 0;
    width: 30px;
    z-index: 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 28px;
    left: 0;
    line-height: 41px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}
.product-widget.widget-addCart .cart-button-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 28px;
    left: 0;
    line-height: 40px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 60px);
    padding: 0;
    text-align: center;
    font-size: 20px;
}
.product-widget.widget-addCart .stepper {
    justify-content: space-between;
    width: calc(30% - 5px);
    height: 44px;
    border: 1px solid #000;
    margin: 0 10px 0 0;
    position: relative;
}
.product-widget.widget-addCart .stepper input {
    width: 62px;
    height: 44px;
    border: 0;
    background: transparent;
    font-size: 24px;
    font-weight: 600;
}
.widget-addCart .buy-now-button {
    padding: 10px 10px;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    width: 100%;
    max-width: 100%;
    background: #262527;
    color: #fff;
  width: calc(30% - 5px);
  margin-left: 10px;
}
.widget-addCart .buy-now-button:hover {
    background: #000;
}
/** Stepper End **/
/** Stepper End **/
.product-widget.widget-customField {
    margin: 25px 0;
    padding-bottom: 25px;
}
.product-widget.widget-price {
    display: flex;
    margin: 0 0 50px;
    padding-top: 5px;
}
.widget-price .current-price-container {
    color: #201547;
    font-size: 24px;
    display: inline-block;
    order: 1;
}

.widget-price .previous-price.price {
    color: #262527;
    padding-left: 10px;
    order: 2;
    padding-top: 3px;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
}
.widget-price .current-price-container .label-for-base-price {
    color: #000;
}
.widget-price .current-price-container .current-price.price {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
}
.product-widget.widget-related .title, .product-widget.widget-similar .title {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
}
.product-widget.widget-related, .product-widget.widget-similar {
    margin-bottom: 30px;
}
/**********************************/
.widget.widget-product.product-horizental .review-rating-wrapper {
    margin-top: 0;
}
.review-rating span img{
    opacity: 0;
}
.review-rating {
    width: 118px !important;
    text-align: left;
    display: inline-block;
    margin: 0 !important;
}
.product-widget.widget-productReview .review-rating {
    width: 112px !important;
}
.product-widget.widget-productReview .review-rating-wrapper .review-count {
    margin-top: -1px;
}
.review-rating span {
    width: 18px !important;
    display: inline-block;
    height: 23px;
}

.review-rating .star-on {
    background: url('../images/star-on.svg') no-repeat center;
}
.review-rating .star-off {
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating .star-half {
    background: url('../images/star-half.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-on {
    background-image:none;
    background: url('../images/star-on.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-off {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-half {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating-wrapper .review-count {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Avenir Next LT Pro';
    color: rgb(0, 0, 0);
    margin-left: 0;
    display: inline-block;
    line-height: 14px;
}
.new-review-panel .review-card-wrapper__reviewer-name {
    font-size: 17px;
    color: #000;
    margin-left: 0;
    font-weight: 700;
    text-transform: capitalize;
}
.product-view .product-block .review-rating-wrapper {
    margin: 20px 0 10px 24px;
}
.new-review-panel .review-form .form-row input[type="text"]{
    height: 47px;
}
.new-review-panel .review-form .form-row input[type="text"], .new-review-panel .review-form .form-row textarea {
    border: 1px solid #A3A3A3;
    font-family: 'Avenir Next LT Pro';
    border-radius: 0px;
}
.new-review-panel .review-form .form-row input[type="text"]:focus, .new-review-panel .review-form .form-row textarea:focus {
    border: 1px solid  #000;
}
.review-form .form-row label, .review-form textarea {
    width: 100%;
}
.new-review-panel .review-image-input-with-dropzone-wrapper {
    border: 2px dotted #A3A3A3;
    padding: 0 15px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper::before {
    background-size: 42px;
    margin-top: 20px;
    filter: grayscale(100%);
}
.new-review-panel .write-review-panel .form-section-container input.masked-file-input {
    border-radius: 4px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    outline: none;
    opacity: 0;
    max-width: 750px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper .dropzone-wrapper {
    margin-top: 0px;
}
.new-review-panel .write-review-panel .form-section-container .dropzone {
    padding: 0 0 25px;
}
.new-review-panel .write-review-panel .form-section-container .dropzone-text {
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
}
.new-review-panel .write-review, .new-review-panel .review-form .form-row button{
    margin-top: 0px;
    padding: 10px 10px;
    max-width: 200px;
    font-size: 17px;
    text-align: center;
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    border:1px solid #262527;
    color: #262527;
}
.new-review-panel .write-review:hover, .new-review-panel .review-form .form-row button{
    color: #fff;
    background: #262527;
    border:1px solid #262527;
}
.new-review-panel .review-form .form-row button ~ button.cancel {
    color: #262527;
    background: transparent;
    border: 1px solid #262527;
}
.new-review-panel .review-form .form-row button ~ button.cancel:hover{
    background: #262527;
    box-shadow: none;
    color: #fff;
}
.new-review-panel .review-form .form-row button.review-submit-btn:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.new-review-panel .average-review-block-inner {
    background-color: rgba(151, 122, 132, 0.05);
}
.new-review-panel .average-point-out-of {
    background: #262527;
}
.new-review-panel .average-point-out-of::after {
    border-color: transparent transparent #262527;
}
.new-review-panel .average-rating-point-block {
    border: 2px solid #262527;
}
.new-review-panel .average-point {
    color: #262527;
}
.new-review-panel .all-rating-block .rating-row .rating-bar-wrapper {
    background: #ededed;
}
.new-review-panel .review-card-wrapper__view-details-link {
    color: #262527;
}
.new-review-panel .all-rating-block .rating-row .rating-bar {
    background: #262527;
}
.new-review-panel .review-card-wrapper__view-details-link:after {
    vertical-align: top;
}
.new-review-panel .review-card-wrapper{
    overflow: hidden;
}
.review-card-wrapper__card-container.scrollable {
    margin: 0 auto;
    max-width: 1600px;
}
.new-review-panel .review-card-wrapper__card{
    padding: 0 30px 0 0;
}
.new-review-panel .review-card-wrapper__navigator {
    width: 50px;
    height: 50px;
}
.new-review-panel .review-card-wrapper__navigator:hover, .new-review-panel .review-card-wrapper__navigator:hover {
    background: #262527;
}
.new-review-panel .review-card-wrapper__navigator-icon-previous, .new-review-panel .review-card-wrapper__navigator-icon-next {
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.new-review-panel .review-card-wrapper__navigator-previous{
    left: auto;
    right: 65px;
    top: auto;
    bottom: -30px;
}
.new-review-panel .review-card-wrapper__navigator-next {
    left: auto;
    right: 0;
    top: auto;
    bottom: -30px
}
.product-widget.widget-productReview {
    margin: 10px 0 0;
}
.widget-price .price .tax-message {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    bottom: -16px;
    width: 100%;
}


.page-product .bmui-tab {
    margin: 50px 0 0;
}
.product-view.image-view .product-image, .product-view.scrollable-view .product-image {
    overflow: unset;
}
.page-product .bmui-tab .bmui-tab-body-container {
    border: 0;
    padding: 20px 0;
}

.page-product .bmui-tab .bmui-tab-header-container {
    font-size: 0;
    text-align: left;
    border-bottom: 1px solid #EDEDED;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
    border: medium none;
    font-size: 18px;
    line-height: 120%;
    margin: 0;
    padding: 0 32px 15px 0;
    text-transform: none;
    color: #353535;
    border-radius: 0;
    background: transparent;
    width: auto;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    position: relative;
    color: #262527;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::after, .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::after{
    bottom: -26px;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::before, .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::before{
    font-weight: 600;
}
.page-product .bmui-tab .bmui-tab-body-container h1 {
    font-size: 25px;
}

.page-product .bmui-tab .bmui-tab-body-container h2 {
    font-size: 22px;
    padding-bottom: 0;
    text-transform: capitalize;
}

.page-product .bmui-tab .bmui-tab-body-container h3 {
    font-size: 20px;
}

.page-product .bmui-tab .bmui-tab-body-container h4 {
    font-size: 18px;
}

.page-product .bmui-tab .bmui-tab-body-container h5 {
    font-size: 16px;
}

.page-product .bmui-tab .bmui-tab-body-container h6 {
    font-size: 15px;
}

.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}

.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}

.page-product .bmui-tab .bmui-tab-body-container td b,
.page-product .bmui-tab .bmui-tab-body-container td strong {
    font-weight: 600;
}

.page-product .bmui-tab .bmui-tab-body-container p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #000;
    display: block;
    padding-bottom: 20px
}

#bmui-tab-description div#feature-bullets ul {
    margin: 0 !important;
    padding: 0 !important;
}
.product-widget.widget-information {
    margin-bottom: 40px;
}
/********************************/
body > .header {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
body.page-product .widget.widget-breadcrumb {
    position: relative;
    margin: 35px auto 15px;
    max-width: 1600px;
    text-align: left;
}
body.page-product .breadcrumb-item.root .icon::after, body.page-product .breadcrumb-item .separator::after, body.page-product  span.breadcrumb-item {
    color: #262527;
}
/***************end:Product**************************/
/***************Category*********************/
.category-details-container, .subcategory-container {
    padding-bottom: 10px;
}
.product-view.scrollable-view .header, .product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0;
}
.product-view .sortable {
    display: inline-block;
    margin: 0;
}
.product-sorting {
    font-weight: 400;
    font-size: 14px;
    min-width: auto;
    width: auto;
    height: 36px;
    padding: 5px 25px 5px 10px;
}
.product-view .header {
    position:relative;
}
.page-shop .product-view > .header:after {
    content: "Shop";
    position: absolute;
    left: 0;
    top: 12px;
    transform: translateY(-50%);
    color: #262527;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
}
.scrollable-view .scroller {
    margin: 5px 0;
}
.page-category .subcategory-container .title, .page-category .product-container .title {
    display: none;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    text-align: right;
}
.page-shop .product-view .header {
    margin-top: 0;
    padding-top: 40px;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    border: 0;
    margin: 0 0 50px;
    padding: 0;
}
a#loadMore.nocontent {
    display: none;
}
.scroll-left, .scroll-right {
    height: 36px;
    width: 36px;
    background: transparent;
    position: relative;
    border: 1px solid #c7c7c7;
}
.scroll-left::after {
    content: "\00f104";
    left: 0;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    line-height: 32px;
    right: 0;
    text-align: center;
}
.scroll-right::after {
    content: "\00f105";
    left: 0;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    line-height: 32px;
    right: 0;
    text-align: center;
}

/***********Sidebar************/
.widget.widget-navigation.categories-list {
    margin-right: 50px;
    background: #FAF9F6;
    padding: 24px 20px;
}
.categories-list .widget-title {
    padding: 6px 0 15px;
    color: #262527;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    text-align:left;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}
.categories-list span.child-opener {
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 0;
}
.categories-list .navigation-item {
    position: relative;
}
.categories-list .navigation-item a {
    position: relative;
    padding: 15px 0px;
    color: #262527;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-align: left;
    border:0;
}
.categories-list .navigation-item:hover a{
    color: #000;
    font-weight: 600;
}
.categories-list .navigation-item .navigation-item a{
    padding: 13px 20px;
    padding-left: 5px;
    font-weight: 400;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active > .navigation-item-child-container a{
    padding:15px 20px;
    padding-left: 20px;
    font-weight: 400;
}
.categories-list .navigation-item.active > a, .categories-list .vertical .navigation-item.active  .navigation-item:hover a {
    color: #000;
    font-weight: 600;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a{
    color: #242424;
    font-size:16px;
    padding: 10px 0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a:hover{
    color: #000;
    font-weight: 600;
}
.categories-list span.child-opener::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 43px;
    height: 100%;
    font-size: 28px;
    color: rgb(83, 83, 83);
    top: 3px;
}
.categories-list .navigation-item.active > span.child-opener::after {
    content: "\f106";
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container {
    margin: 0 0 8px 10px;
    display: block;
    padding: 0 0 0 10px;
}

.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.has-child .navigation-item a {
    border: 0;
}
.widget.widget-navigation.categories-list .navigation-item {
    padding: 0;
}
.widget.widget-navigation.categories-list .navigation-item:last-child {
    border-bottom: 0;
}
.widget.widget-navigation.categories-list .navigation-item .navigation-item-child-container::before {
    display: none;
}
.categories-list .navigation-item:last-child a {
    border: 0;
}

.categories-list .vertical .navigation-item.active > .navigation-item-child-container a {
    color: #262527;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active a, .categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item >  .navigation-item-child-container .navigation-item.active a {
    color: #000;
    font-weight: 600;
}
.category .category-name {
    margin-top: 30px;
}
/*End Sidebar*/

/***************end:Category**************************/

/*****************Filter*********************/
.widget.widget-filter{
    background:#faf9f6;
    padding:45px 24px 30px;
}
.widget.widget-filter .type-slider .type-slider-bottom {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #2E2D2D;
    padding: 15px 0 25px 0;
}

.widget.widget-filter .type-slider .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 14px !important;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    top: -4px !important;
}

.widget.widget-filter .type-slider .noUi-horizontal {
    height: 10px !important;
    border-radius: 0 !important;
    border: 1px solid #EDEDED !important;
    background: #EDEDED !important;
    box-shadow: none !important;
    max-width: 280px;
}
.noUi-connect {
    background: #262527;
}
.widget.widget-filter .type-slider .noUi-handle:before,
.widget.widget-filter .type-slider .noUi-handle:after {
    display: none !important;
}

.widget.widget-filter .type-slider .type-slider-bottom a.reset-price-range {
    display: none !important;
}

.widget.widget-filter .accordion-panel>.label-bar {
    padding-left: 30px;
    padding-right: 0;
}

.widget.widget-filter .filter-group .accordion-panel>.label-bar .toggle-icon {
    right: auto;
    left: 0;
    top: 32px;
    background-image: url(/template/15eed7d9/images/fliter-arrow-sprite.png);
    background-position: 0 0;
}
.widget.widget-filter .filter-group .accordion-panel>.label-bar.collapsed .toggle-icon {
    background-position: 0 -30px;
}
.widget-filter .form-row input[type="checkbox"]{
    margin:0
}
.widget.widget-filter .form-row.type-slider span.filter-name {
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    padding: 10px 0 15px 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgb(235 235 235);
    margin: 30px 0 28px;
    position:relative;
}
.widget.widget-filter .form-row.type-slider span.filter-name::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 115px;
    height: 1px;
    background: #262527;
}
.form-row.filter-profile-select .filter-name {
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
/*.filter-profile .form-row.filter-group-item input{*/
/*    height: 16px;*/
/*    width: 16px;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    !*appearance: none;*!*/
/*    !*opacity: 0!important;*!*/
/*    !*z-index: 9;*!*/
/*}*/

/*.filter-profile .form-row.filter-group-item input[type="checkbox"]+span.filter-group-item-label-wrapper:before {*/
/*    content: '';*/
/*    border: 2px solid #ccc;*/
/*    background-color: #fff;*/
/*    position: absolute;*/
/*    left: -25px;*/
/*    top: 1px;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    text-align: center;*/
/*    border-radius: 2px;*/
/*}*/
/*.filter-profile .form-row.filter-group-item input[type="checkbox"]:checked+span.filter-group-item-label-wrapper:before {*/
/*    background-color: #262527;*/
/*    border: 2px #262527 solid;*/
/*    color: #fff;*/
/*    content: '\00f00c';*/
/*    webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    font-family: FontAwesome;*/
/*    font-size: 10px;*/
/*    line-height: 13px;*/
/*}*/

.widget.widget-filter .filter-group .accordion-panel>.accordion-item .form-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper {
    flex-basis: 90%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget.widget-filter .accordion-panel>.label-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 20px 20px 20px 0;
}
.widget.widget-filter .accordion-panel .accordion-item.filter-accordion-item.expanded {
    background: transparent;
}
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #262527;
    padding: 0 25px 0 0;
}
.widget.widget-filter .accordion-panel>.label-bar span.numbers-of-selected {
    position: absolute;
    right: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #262527;
}
.widget.widget-filter .form-row label.name {
    margin-top: -50px;
    font-weight: 600;
    font-size: 20px;
    padding: 0 0 18px;
    color: #1C1C1C;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgb(235 235 235);
    width: 100%;
}
.widget.widget-filter .form-row label.name::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 52px;
    height: 1px;
    background: #262527;
}
.widget.widget-filter .form-row .tab-accordion-accordion label {
    display: block !important;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .clear-all-filter-attributes {
    text-align: right;
    margin-bottom: 16px;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter, .widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #262527;
    padding: 5px 5px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
    border: 1px solid #262527;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter:hover,
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection:hover {
    background: #262527;
    color:#fff;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item {
    padding: 0 0 25px 0;
    background: transparent;
    border: none;
    box-sizing: border-box;
    margin: 0 0 0 0;
    border-top: 0;
    color: #000;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label+span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter {
    margin-right: 50px;
    margin-bottom: 50px;
}
.filter-profile .filter-group-item-label-wrapper {
    margin: 0;
}

/*****************END:Filter*********************/
.filter-details .filter-title {
    padding-bottom: 20px;
}
.filter-details .filter-title .title.page-heading{
    display: block;
    font-size: 22px;
    padding-bottom: 20px;
    margin-top: 5px;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    padding: 24px 0 80px;
}
.product-view .footer {
    border-bottom: 0;
}
.pagination {
    margin:0 auto 15px;
    width: 100%;
    text-align: center;
}
span.pagination-literal-status {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #262527;
    float: left;
    display: none;
}
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    width: 36px;
    box-shadow: none;
    display: inline-block;
    color: #262527;
    font-size: 18px;
    background: transparent;
    border-radius: 50%;
    height: 36px;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
}
.pagination span.page-number.current {
    color: #262527;
    background: transparent;
    border: 0;
    font-weight: 600;
    position:relative;
}
.pagination span.page-number.current:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 14px;
    height: 2px;
    background: #262527;
    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;
    font-size: 0;
}
.pagination span.next:after {
    content: "\00f105";
    right: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pagination span.prev {
    position: relative;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px;
    color: #262527;
    font-size: 0;
}
.pagination span.prev:after {
    content: "\00f104";
    right: 12px;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 28px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.page-search-result .page-content .footer select.per-page-count {
    margin: 0;
    height: 35px;
}
.pagination span:hover {
    background: transparent;
    color: #262527;
    font-weight: 600;
}
.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: #262527;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.review-show-panel .pagination {
    width: auto;
    float: right;
    margin-top: 14px;
}
/*---------- Pagination End ------------*/

.owlCarousel.widget.widget-gallery.testimonial {
    background: #000;
    padding: 120px 0 80px;
    margin: 50px auto 0;
    overflow: hidden;
}
.owlCarousel.widget.widget-gallery.testimonial .widget-title {
    max-width: 1420px;
    margin: 30px auto 5px;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color:#fff;
    text-transform: uppercase;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel .owl-item .item .article-title {
    display: none;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme {
    max-width: 1420px;
    margin: 0 auto;
    padding-right: 635px;
    height:432px
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme:before {
    position: absolute;
    content:"";
    right:0;
    top: -70px;
    background:url("../images/testimonial.jpg") no-repeat;
    width:465px;
    height:465px;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme:after {
    position: absolute;
    content: "";
    right: -50px;
    bottom: 0;
    background: #fff;
    width: 175px;
    height: 175px;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.4;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel .owl-item .item .article-content p, .owlCarousel.widget.widget-gallery.testimonial .owl-carousel .owl-item .item .article-content h6 {
    color:#fff;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 165%;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel .owl-item .item .article-content h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    margin-top: 35px;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-theme .owl-controls .owl-dots {
    margin-top: -33px;
    text-align: left;
    margin-left: 45px;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-theme .owl-controls .owl-nav {
    text-align: left;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next{
    margin-left: 75px;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme .owl-controls {
    margin-top: 30px;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
    font-size: 0;
    padding: 6px 18px;
    background: transparent url(../images/testimonial-arrow.svg) no-repeat center center;
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme .owl-controls .owl-nav .owl-next{
    transform: rotate(-180deg);
}
.owlCarousel.widget.widget-gallery.testimonial .owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: transparent url(../images/testimonial-arrow.svg) no-repeat center center;
}

.page-product .more-info {
    margin-top: 25px;
    text-align: left;
    order: 5;
    width: 100%;
}
.page-product .more-info .info-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #E1E0DB;
    width: 100%;
    padding-top: 22px;
}
.page-product .more-info span {
    display: block;
    margin-bottom: 15px;
}
/* ============================================== Start Footer Design ==============================================*/
body > .footer {
    position: relative;
    background: #000;
}
body > .footer .widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 14px;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    text-align: left;
}
body > .footer .widget-html > p {
    font-family: 'Avenir Next LT Pro';
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 14px;
    padding-bottom: 0;
    font-weight: normal;
    letter-spacing: 0.02em;
}

body > .footer .nav-wrapper.vertical {
    margin-top: -5px;
    text-align: left;
}
body > .footer .vertical .navigation-item{
    padding:0;
}
body > .footer .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.69);
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    transition: all 300ms ease-out 0s;
    line-height: 1.4;
    text-decoration: none !important;
}
body > .footer .vertical .navigation-item a:hover,
body > .footer .vertical .navigation-item.active > a {
    color: #ffff;
}

body > .footer .article-content p, body > .footer .article-content a {
    color: #fff;
    padding: 0;
    margin: 0;
    text-decoration: none;
    line-height: 26px;
}

.widget.widget-spacer.footer-border .spacer {
    border-top: 1px solid #1C1B1E;
}
.widget.widget-image.checkout-payment, .widget.widget-image.checkout-payment .widget-title {
    text-align: right;
}
.widget.widget-image.checkout-payment .widget-title {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Avenir Next LT Pro';
    line-height: 26px;
    padding-bottom: 6px;
}

.popup .body table td {
    width: 100%;
    display: block;
    text-align: center;
}
.popup .body table td.short-info .prodict-name{
    font-weight: 600;
}
.popup .body table {
    width: 100%;
    margin: 0 auto;
}
.wish-list-details {
    margin-top: 170px;
}
.wish-list-details .product-view .header {
    position:relative;
}
.wish-list-details .product-view .header:after {
    content:"Wish List ";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    color: #262527;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
}

/** Footer Back to top Start **/
span.goToTop {
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
}
span.goToTop:hover{
    color: #000;
  background: #e1e1e1;
}
span.goToTop::after {
    content: "";
    transition: all 300ms ease 0s;
    width: 17px;
    height: 19px;
    background: url(../images/back-to-top.svg) no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body > .footer .article-content a.company {
    text-decoration: none;
}
body > .footer .article-content a.company:hover {
    text-decoration: underline;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container a.pageLink:hover{
    border-color:#000;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container a.pageLink:hover:after, .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container a.pageLink:hover:before{
    color:#000;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination span, .fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination a{
    min-width:16px;
      width: auto;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination.bottom {
    bottom: -50px;
}
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span, .fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span {
    background: #000;
    border: 1px #000 solid;
}
.fee-blog-design-1 .blog-post-info span.date:before, .fee-blog-design-2 .blog-post-info span.date:before, .fee-blog-design-3 .blog-post-info span.date:before, .fee-blog-design-4 .blog-post-info span.date:before {
    line-height: 15px;
}
/** Footer Back to top End **/
/*********************************/

/*****Search***********/
.auto-page .page-content .entire-search h2 {
    font-size: 24px;
    text-align: center;
    margin: 50px auto;
    font-weight: 400;
}
.auto-page .page-content .entire-search .total-result {
    text-align: center;
    color: #262527;
}
.auto-page .page-content .entire-search .total-result {
    display: none;
}
.entire-search .search-result>.title {
    border: 0;
    text-align: left;
    font-size: 28px;
    width: auto;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.entire-search .search-result.pages {
    position: relative;
    width: 100%
}

.entire-search .search-result.pages::before {
    position: absolute;
    content: "";
    left: 0;
    top: 58px;
    width: 100%;
    height: 1px;
    background: #ddd;
}


.entire-search .footer .per-page-count {
    text-align: right;
    display: inline-block;
}

.entire-search .footer span.pagination {
    display: inline-block;
    float: right;
    margin-right: 40px;
}

.entire-search .pagination span.next::before, .entire-search .pagination span.prev::before {
    top: 0px;
    line-height: 25px;
}
.entire-search .search-result.pages .page a {
    margin-right: 10px;
    color: #262527;
}

.entire-search .search-result.pages .page a span.title {
    font-size: 22px;
}

.entire-search .search-result.pages .page a:hover {
    color: #262527;
    text-decoration:underline
}

.entire-search .search-result.pages .search-result-type {
    font-size: 16px;
    color: #393939cc;
    font-style: italic;
}

.entire-search .search-result.pages .page a.page-read-more {
    color: #000;
}

.entire-search .search-result.pages .page a.page-read-more {
    color: #000;
}

.entire-search .search-result.pages .page a.page-read-more:hover {
    color: #000;
    text-decoration: underline;
}

.entire-search .search-result.pages .page .summary {
    color: #393939;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Avenir Next LT Pro';
    padding-bottom: 10px;
    margin: 0;
}

.entire-search .footer {
    padding: 30px 0 0;
}

.entire-search .search-result.products .product-block .summary {
    display: none;
}

.page-post-payment .message-details p.post-order-contact-us a:hover {
    color: #262527;
    text-decoration: underline;
}

.page-checkout .payment-option .row .info {
    line-height: 45px;
}

.page-search-result .product-view.image-view .content {
    padding: 25px 15 0px;
    margin: 0 auto;
}

.price-block-container {
    display: inline-block;
    line-height: 18px;
}
.page-search-result .product-view.image-view .product-block:hover,
.page-search-result .product-view.scrollable-view .product-block:hover {
    margin-top: 0;
}
.search-result {
    font-size: 18px;
}
.page-search-result .entire-search .product-view .header {
    margin: -80px auto 0;
    border-bottom: 1px solid #f1f1f1;
}

.site-popup .name{
    font-weight: 500;
}
.page-guest-customer-order-comment .comment-row .show-comment {
    width: 100%;
    padding: 10px 10px 10px 0;
    color: rgba(0, 0, 0, 0.75);
    word-break: break-word;
}
.page-guest-customer-order-comment .comment-row .date-time {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}

.newsletter-floating-subscription-popup.popup .popup-bottom.footer {
    background-color: transparent;
    padding:0;
}
/******END*********/

/** Popup Start **/
.popup {
    box-shadow: none;
}
.popup.image-popup-container{
    padding: 0
}

.image-popup-container .image-wrapper {
    padding: 40px;
    border: 10px solid #fff;
}

.image-popup-container .navigator {
    background-image: url("../images/icons.svg");
    background-repeat: no-repeat;
}
.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.svg");
    background-position: 0 0;
    height: 20px;
    right: 5px;
    top: 4px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 0;
}
.image-popup-container .navigator.right-button,
.image-popup-container .navigator.left-button {
    width: 50px;
    height: 34px;
    border: 1px solid #262527;
}

.image-popup-container .navigator.right-button {
    background-position: -122px -25px;
    right: 8px;
    transform: rotate(180deg);
}

.image-popup-container .navigator.left-button {
    left: 8px;
    background-position: -122px -25px;
}

.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.png") no-repeat;
    background-position: 8px 9px;
    height: 34px;
    right: 5px;
    top: 5px;
    width: 34px;
    background-size: 15px;
    border: 1px solid #fff;
}
.image-popup-container .navigator.close-button:hover {
    border: 1px solid #000;
}
.image-popup-container.popup {
    padding: 0;
    min-width: auto;
    background: transparent;
}
.image-popup-container .navigator.right-button:hover,
.image-popup-container .navigator.left-button:hover {
    background-color: #262527 ;
    border-color: #262527;
    background-position: -122px 5px;
}
.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
    padding-bottom: 0;
}
.popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup .item>span {
    margin: 0;
}
.popup .stepper {
    margin-bottom: 0;
}
.popup.add-cart-information-popup .variation-container {
    text-align: center;
}
.popup.add-cart-information-popup td.product-img {
    width: 100%;
    text-align: center;
    padding: 0;
}
.popup.add-cart-information-popup td.short-info{
    text-align: center;
    font-size: 18px;
}
.add-to-cart-popup .name, .add-cart-information-popup .name {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
}
.add-to-cart-popup table, .add-cart-information-popup table {
    margin: 0;
}
.popup.add-cart-information-popup span.title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: block;
}
.popup.add-cart-information-popup h4.title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
.popup .cart-summary {
    clear: none;
    color: #262527;
    display: block;
    float: none;
    text-align: center;
}
.popup .cart-summary-header {
    color: #fff;
    float: none;
    font-size: 16px;
    padding-right: 0px;
    text-align: center;
}
.popup .status-bar-product-name, .popup .header .status-message {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: block;
  text-align: left;
}
.popup .button-item {
    display: block;
    clear: both;
}
.popup .button-item .button {
    vertical-align: middle;
    margin: 0 5px
}
.popup .continue-shopping-btn {
    color: #262527;
    background-color: transparent;
    border-color: #262527;
    border: 1px solid #262527;
    border-radius: 0 !important;
    margin: 0 5px;
}
.popup .continue-shopping-btn:focus,
.popup .continue-shopping-btn.focus {
    color: #262527;
    background-color: #262527;
    border: 1px solid #262527;
}
.popup .continue-shopping-btn:hover {
    color: #fff;
    background-color: #262527;
    border: 1px solid #262527;
}
.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #262527;
    padding: 0 0 25px 0;
    text-align: left;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
    padding:0;
}

.site-popup .title-bar, .confirm-popup .header-line, .confirm-popup .title-bar {
    background-color: #262527;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
    padding: 18px 0 18px;
    text-align: center;
}
.popup .button-item {
    text-align: center;
    margin: 0;
    display:flex;
    justify-content:center;
}
.popup .close-icon {
    top: 15px;
    right: 15px;
}
.site-popup span.close.fee-identical-sewc-elm, .confirm-popup span.icon.close {
    top: 18px;
    right: 20px;
}
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart,
.popup .close-btn.button {
    margin-left: 3%;
    margin-top: 0;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    color: #fff;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 620px;
}

.popup .body table,
.popup .body tr,
.popup .body td {
    border: 0;
}
.site-popup .content, .confirm-popup .body {
    padding: 25px 30px !important;
    overflow: unset;
    font-weight: 400;
}
.wish-list-popup label {
    display: inline-block;
    margin-right: 15px;
    width: auto;
}
.shipment-calculator-popup .header>.status-message {
    font-size: 17px;
}

.shipment-calculator-popup .form-row label {
    width: 100%;
    display: block;
}
.shipment-calculator-popup .form-row input,
.shipment-calculator-popup .form-row select {
    width: 100%;
}
div.shopping-cart .my-cart__header-button-wrapper .button {
    line-height: 28px;
  border-radius: 5px;
}
.popup.shipping-calculator-popup .body {
  padding: 30px 24px;
}
.popup.shipping-calculator-popup .header {
  background: #fff !important;
  border-bottom: 1px solid #ccc
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button:hover {
  background-color: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button, .popup.shipping-calculator-popup .popup-bottom button.close-popup{
    border-radius: 5px !important;
}
.popup.shipping-calculator-popup .popup-bottom button.close-popup {
  color: #000;
}
div.checkout-header-btn-wrapper.top {
  max-width: 456px;
  text-align: right;
}
.product-widget.widget-shipmentCalculator .shipment-calculator.button {
  max-width: 240px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0,0,0,0);
  border: 1px rgba(0,0,0,1) solid;
  font-size: 15px;
  padding: 4px 10px;
  line-height: 38px;
  height: 46px;
  margin: 12px 0;
}
.product-widget.widget-shipmentCalculator .shipment-calculator.button:hover {
  box-shadow: none;
  background-color: #000;
  border-color:  #000;
  color: #fff;
}
.popup.shipping-calculator-popup .popup-bottom button:hover {
    background-color: #000;
}
.checkout-header-btn-wrapper.top .shipment-calculator.button {
  background: transparent;
  color: #000;
  max-width: 250px;
  text-align: center;
  padding: 3px 30px;
}
.checkout-header-btn-wrapper.top .shipment-calculator.button:hover {
  background: #000;
  color: #fff;
}
.shipment-calculator-popup .header > .status-message {
   color: #000;
}

.popup.shipping-calculator-popup .popup-bottom button.submit-button {
  background-color: #000;
  color: #fff;
}
.popup.shipping-calculator-popup .popup-bottom{
  margin-top: 0px;
  padding: 0 24px 30px;
}


.save-cart-init-form.popup .body {
  padding: 30px;

}
.save-cart button.form-reset.close-popup {
    color: #e6e6e6;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    text-shadow: none;
}
.save-cart button.form-reset.close-popup:focus,
.save-cart button.form-reset.close-popup.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.save-cart button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.save-cart .popup-bottom.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.save-cart .popup-bottom.footer button {
    width: 49%;
    margin-left: 0;
}
.popup .header {
    background-color: #262527;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
    text-align: center;
    padding: 15px 45px 15px 20px;
    min-height: 60px;
    height: auto;
}
.site-popup, .confirm-popup {
    padding: 0;
}
.confirm-popup button.no-button {
    background: transparent;
    color: #262527;
}
.confirm-popup button.no-button:hover {
    background:#262527;
    color: #fff !important;
}
.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup {
    max-width: 750px;
    padding: 0;
    min-width: 650px;
}
.popup.add-cart-information-popup .button-line, .popup .footer {
    background-color: #F7F7F7;
    padding: 30px 20px;
    text-align: center;
    border: 0;
}
.add-cart-information-popup table tr {
    border-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup.add-cart-information-popup h4.title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-family: Rubik;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 15px;
    display: none;
}
.site-popup .button-line button, .confirm-popup .button-line button {
    letter-spacing: 0.1em;
    margin: 0;
}
.site-popup .button-line button[disabled]{
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    color: #818181 !important;
}
.popup .button-line, .popup .footer {
    text-align: center;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.wish-list-popup.add-to-wishlist-popup.popup .submit-button.add-to-wish-list::before {
    display: none;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer {
    display: flex;
    justify-content: center;
}
.wish-list-popup.add-to-wishlist-popup.popup  {
    max-width: 500px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body {
    max-width: 90%;
    margin: 0 auto;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label, .wish-list-popup.add-to-wishlist-popup.popup .body select {
    display: block;
    width: 100%;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-bar-product-name
{
    padding:0 90px 10px 20px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message
{
    padding:0 90px 10px 20px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #262527;
}
.wish-list-popup .no-wish-list-message {
    font-weight: 400;
}

.wish-list-popup.add-to-wishlist-popup.popup .footer button{
    margin: 0 10px;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button, .popup .button-item .cart-page-button, .popup .add-to-cart-button{
    color: #fff;
    background:#262527;
    border: 1px solid #262527;
    text-transform: capitalize;
    padding: 10px 0;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button:hover, .popup .button-item .cart-page-button:hover, .popup .add-to-cart-button:hover{
    color: #fff;
    background:#000;
    border-color:#000;
}
.popup .close-icon:after {
    font-size: 0;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close, .confirm-popup .title-bar .close, .popup .close-popup.close-icon {
    background: url(../images/icons.svg) no-repeat;
    background-position: -207px 0;
}

.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before {
    font-size: 0;
}
.popup .button.disabled {
    border: 2px solid #bfbfbf !important;
}
.add-cart-information-popup .variation-container .chosen-container {
    border-radius: 0;
    width: 100%;
    max-width: 64%;
    margin: 0 0 10px;
}
.chosen-container-single .chosen-single {
    background: #fff;
    -webkit-appearance: none;
    padding-right: 11px;
    padding-right: 40px;
    margin: 5px 0;
    background-size: 15px;
    box-shadow: none;
    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;
    border-width: 1px;
    font-family: inherit;
    padding: 8px 14px;
    padding-right: 14px;
    font-weight: 600;
    border-radius: 3px;
    height: 50px;
    border-color: #d8d8d8;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border-color: #000;
}
.chosen-container-single .chosen-single div b {
    background-size: 0;
}
.chosen-container-single .chosen-single span {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-family: 'GT Walsheim Pro', sans-serif;
    text-align: left;
}
.chosen-container .chosen-results .chosen-result {
    font-size: 17px;
    height: auto;
    line-height: 10px;
    padding: 15px;
}
.add-cart-information-popup .variation-container .variation-type label.type-label {
    width: 100px;
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
  margin-left: 10px;
}
.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border: 1px solid #eee !important;
}
/*********END:PopUP***************/

.widget-article .page_404 {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 80px;
}
.widget-article .page_404 .ops {
    color: #262527;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #a7adba;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #a7adba;
    font-size: 104px;
    margin-left: -19px;
}
.widget-article .page_404 .error {
    font-size: 35px;
    color: #4e4e4e;
    line-height: 30px;
    margin: 20px 0;
}
.widget-article .page_404 p {
    color: #262527;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}

/************************* Customer Profile End Customer Profile End*********************************/
.loader-mask.div-mask.customer-profile-loading {
    background: #fff;
    position:relative;
    padding:2px 5px 5px;
    margin:15px auto;
    border:1px solid  rgba(0,0,0,0.1)
}
span.loading-text {
    font-size:16px;
}
.action-icon {
    background-image: url(../images/action-icon.png);
}
.bmui-tab-panel .account_information .name {
    display: none;
}
#bmui-tab-billing_address tbody td.action-cell .action-icon.edit,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.edit {padding: 8px;border: 1px solid #bdbbbb;border-radius: 30px;background-image: none;position: relative;width: 65px;height: 34px;-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;letter-spacing: 0.1em;}

#bmui-tab-billing_address tbody td.action-cell .action-icon.edit:before,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.edit:before {
    content: 'Edit';
    position: absolute;
    left: 50%;
    top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #262527;
    transform: translateX(-50%)
}
#bmui-tab-billing_address tbody td.action-cell .action-icon.edit:hover {
    color: #fff !important;
    background-color: #272727 !important;
    border-color: #272727;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#bmui-tab-billing_address tbody td.action-cell .action-icon.edit:hover::before {
    color: #fff;
}
#bmui-tab-billing_address tbody td.action-cell .action-icon.delete,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.delete,
#bmui-tab-billing_address tbody td.action-cell .action-icon.active,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.active{
    height: 25px;
}
.popup textarea, .popup select, .popup input[type="text"] {
    border: 1px solid #d1d1d1;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select:focus, .popup textarea:focus, .popup select:focus, .popup input[type="text"]:focus {
    border: 1px solid #262527;
}
.error-field-error.inline-error, .validation-error, input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: #fee !important;
    border: 1px solid #f00  !important;
    color: #f00  !important;
}
.errorlist.after {
    position: absolute;
}
.bmui-tab.left-side-header .bmui-tab .account_information .form-row label {
    font-weight: 400;
}
.action-icon {
    position: relative;
    margin: 0 6px;
}
.action-icon {
    background-image: url("../images/action-icon.png");
}

#order-details .info-row {
    margin: 12px 0 15px;
}

#order-details .info-row>* {
    font-size: 17px;
    font-weight: 400;
}
#order-details .info-row label {
    color: #000;
}
#order-details .info-row:last-child {
    border-top: 1px solid #E8E8E8;
    margin-top: 20px;
    padding-top: 20px;
    max-width: 500px;
    float: right;
    width: 100%
}
#order-details .info-row:last-child label, #order-details .info-row:last-child .value {
    font-weight: 600;
    font-size: 18px;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid #f7f7f9
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #4d4d4d;
    padding-left: 30px;
    position: relative;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    font-size: 23px;
    color: #000;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 23px;
    color: #000;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 22px;
    color: #000;
    top: -2px;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover {
    color: #000;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #818181;
}
.floating-panel-popup .action-item:hover {
    color: #fff;
    background-color: #262527;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
    border: 1px solid #ccc
}
.site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
    font-size: 22px;
    line-height: normal;
    margin:0 0 12px;
    font-weight: 600;
}
.payment-form .form-row label, .payment-form .double-input-row label {
    display: block;
    padding-bottom: 5px;
    width: 100%;
    color: #000;
    font-size: 15px;
}
.payment-form.site-popup-form .double-input-row.mandatory {
    padding-bottom: 13px;
    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 {
    width: calc(50% - 18px);
    position: relative;
}
.payment-form.site-popup-form .double-input-row > .form-type-info {
    color: #000;
    font-size: 20px;
    height: 50px;
    line-height: 47px;
    margin: 0;
    text-align: center;
    width: 36px;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}
.wish_list .wish-list-share-form .form-row {
    width: 48%;
    display: inline-block;
    margin: 15px 15px 10px 0;
    position: relative;
}

.wish_list .wish-list-share-form .form-row:nth-last-child(1),
.wish_list .wish-list-share-form .form-row:nth-last-child(2) {
    width: 100%;
    display: block;
    margin: 0 0 15px;
}

.wish_list .wish-list-share-form .form-row textarea {
    width: 100%;
    max-width: 938px
}

.wish_list .wish-list-share-form .form-row:nth-last-child(1) {
    text-align: right;
    padding-right: 30px;
}

.page-filter .total-result {
    margin-top: 50px;
    color: #262527;
}
.wish_list .no-data {
    display: block;
    color: #262626;
    font-weight: 600;
    font-size: 17px;
}

.wish_list .wish-list-edit-form .form-row.btn-row {
    text-align: right;
    margin-bottom: 90px;
}
/** Customer Profile End **/
.time-out.popup .header-line{
    text-align:center
}
.popup.alert-popup .header-line {
    background-color: #ffffff;
    padding:30px 0;
}
.popup.alert-popup .header-line .ok {
    background-color: #272727;
}
.popup.alert-popup .header-line .ok:hover {
    background-color: #272727;
}
.site-popup .button-line, .confirm-popup .button-line {
    display: flex;
    justify-content: center;
    padding: 25px 30px;
}
.site-popup .button-line button, .confirm-popup .button-line button {
    margin: 0 10px
}
#order-details .info-row:last-child .value span.currency-code {
    font-size: 12px;
    margin-right: 5px;
    color: #404040;
}
/************************* Customer Profile End Customer Profile End*********************************/
.page-product .widget-container .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.search-result {
    border: 0;
    padding-bottom: 10px;
}
.entire-search .search-result.pages {
    margin-bottom: 70px;
}
/*********************/
.widget.widget-snippet .offer-section {
    max-width: 1920px;
    margin: 0 auto;
}
.footer > .widget-container {
    max-width: 1920px;
}
.page-contact-us .v-split.grid-block.no-fixed-container {
    max-width:1920px;
}
/************************* Home Category start*********************************/
.owlCarousel.product-categories {
    margin: 120px 0 25px;
}
.fee #spltr-9A41715F-818A-46AB-8D52-321FD2B788AD .owlCarousel.product-categories,
.fee #spltr-6F310D5E-73D5-4E4E-8026-66AF0A0B488C .owlCarousel.product-categories {
    height: 500px;
    overflow: hidden;
}
.product-categories .owl-carousel .owl-item  .category-image-view.category {
    border: 0;
    margin: 0;
    padding:0;
    background: #fafbf2;
    width: 100%;
}
.product-categories .owl-carousel .owl-item img {
    padding:50px;
}
.product-categories .owl-carousel .owl-item .category-name {
    position:absolute;
    left:0;
    bottom:10px;
    width:100%;
}
.product-categories .owl-carousel .owl-item .category-name a{
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    padding:15px 0;
    width: 80%;
    position:relative;
    color:#262527;
}
.product-categories .owl-carousel .owl-item .category-name a:after {
    position:absolute;
    content:"";
    right: -15px;
    top: 36%;
    width:15px;
    height:15px;
    background: url(/template/15eed7d9/images/cat-arrow.svg);
    background-position: 16px 0px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity:0;
}
.product-categories .owl-carousel .owl-item:hover .category-name a:after {
    opacity:1;
}
.product-categories  .owl-theme .owl-controls {
    margin-top: 32px;
}
.product-categories .owl-theme .owl-controls .owl-dots {
    background: #EDEDED;
    height: 4px;
    margin-top: 25px;
}
.product-categories .owl-theme .owl-controls .owl-dots .owl-dot span {
    margin:auto;
    border-radius: 0;
    width: auto;
    height:4px;
    background:transparent
}
.product-categories .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background:#262527;
}
.product-categories .owl-theme .owl-controls .owl-dots{
    display: grid;
    grid-gap: 0;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
}
/************************* Home Category End*********************************/
.widget-product.special-product {
    margin: 50px auto 40px;

}
/***** Contact US Form ****/
.widget.widget-form.contact-form form.custom-form{
    max-width:680px;
    margin-left: 75px;
    margin-right:0;
    padding: 0 0 70px 0;
}

.widget.widget-form.contact-form textarea {
    height: 128px;
    padding: 14px;
    width: 100%;
}
.widget.widget-form.contact-form button.submit-button {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    background: #262527;
    color: #FFFFFF;
    padding: 17px 5px;
}
.widget.widget-form.contact-form button.submit-button:hover{
    background:#000;
}
.widget.widget-form.contact-form .form-row.btn-row label{
    display: none;
}
.widget.widget-form.contact-form .double-input-row {
    margin: 0 -10px;
}
.widget.widget-form.contact-form .double-input-row .form-row {
    padding: 0px 10px;

}
.widget.widget-form.contact-form .single-input-row .form-row {
    margin-top: 0;
}
.widget.widget-form.contact-form .form-row {
    margin: 0 0 25px 0;

}
.widget.widget-form.contact-form .form-row > label{
    width: 100%;
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0 0 8px 0;
}
.widget.widget-form.contact-form .form-row input {
    height: 52px;
    width: 100%;
    padding: 14px;
}
/*****/
.widget.widget-html.contact-top-section {
    max-width: 680px;
    margin-left: 75px;
    margin-right: 0;
    margin-bottom:40px;
}
.widget.widget-html.contact-top-section h2{
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    color: #262527;
    margin:0 0 15px 0;
    padding:0;
}
.widget.widget-html.contact-top-section p{
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    padding:0;
    margin:0;
    color: #000000;
}
.widget.widget-html.contact-map figure {
    margin: 0;
}
.widget.widget-html.contact-map figure iframe {
    margin: 0 0 -5px;
}
/***********************************************************/
/*********blog***********/
.widget-blogPost .blog-post-content, .blog-posts {
    display: block;
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 0 90px;
}
.blog-post-item {
    width: 100%;
    margin: 0 0 30px;
    background: #F5F5F5;
    padding-bottom: 0;
    border-bottom: 0;
    position:relative;
    display: flex;
}
.post.post-list-view-width, .category.post-list-view-width{
    overflow:hidden;
    width: 100%;
    padding: 0;
    max-width: 560px;
}
.post.post-list-view-width img, .category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    padding-bottom: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.blog-post-item:hover .post.post-list-view-width img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-post-item .post-description {
    padding: 32px 40px 32px 60px;
    height: auto;
    display:flex;
    flex-direction: column;
    max-width: 587px;
}
.blog-post-item .post-description .title {
    order: 2;
    padding: 0 0 15px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.blog-post-item .post-description .title a{
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
    font-size: 24px;
    color: #262527;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post-item .post-description .blog-post-info{
    order:1;
}
.blog-post-item .post-description .blog-post-info span{
    font-family: 'Avenir Next LT Pro';
    font-size: 14px;
    font-weight: 400;
    color: #262527;
    line-height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    display: block;
}
.blog-post-item .post-description .content{
    order:3;
    font-family: 'Avenir Next LT Pro';
    font-size: 14px;
    font-weight: 400;
    color: #262527;
    line-height: 21px;
    opacity: 0.8;
}
.blog-post-item:hover .post-description {
    background:#e2e2e2;
}
.blog-post-item:hover .post-description .title,
.blog-post-item:hover .post-description .title a{
    color:#262527;
}
.blog-post-item:hover .post-description .content{
    color: #262527;
    opacity:0.8;
}
.blog-post-item:hover .post-description .blog-post-info span {
    color: #262527;
    opacity:0.75;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #262527;
    margin: 0;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}

.page-blog .widget.widget-blogPost .blog-post-item, .blog-posts .blog-post-item {
    width: 100%;
}
.blog-post-details {
    max-width: 1200px;
    margin: 0 auto;
}
.blog-post-details .post-description {
    display: flex;
    flex-direction: column;
}
.blog-post-details .content {
    display: block;
    padding-bottom: 20px;
    max-width: 860px;
    margin: 0 auto;
    order: 4;
}
.blog-post-details .title {
    font-family: 'Avenir Next LT Pro';
    font-weight: 600;
    font-size: 38px;
    line-height: 52px;
    color: #262527;
    margin: 0 auto 20px;
    max-width: 900px;
    text-align: center;
    order: 2;
}
.blog-post-details .image {
    order: 3;
}
.blog-post-details .image img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}
.blog-post-details .blog-post-info span.date {
    font-family: 'Avenir Next LT Pro';
    color: #262527;
    margin: 10px 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}
.blog-post-details .blog-post-info {
    margin: 5px 0 10px;
    order: 1;
    text-align: center;
}
.blog-post-details .image img, .blog-post-details .content figure img {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
    background-color: #f4f4f4;
}
.image-popup-container-for-zoom-preview img.popup-image-for-zoom-preview {
    width: 100%;
}
.blog-post-details .content figure {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
}
.blog-category-details > .title {
    font-weight: 800;
    font-size: 42px;
    padding: 10px 0 44px;
    color: #262527;
}
.blog-post-details .social-media-share-bar {
    order: 5;
    max-width: 860px;
    margin: 0 auto 90px;
    text-align: left;
    width: 100%;
    position: relative;
}
.blog-post-details .social-media-share-bar .social-media-share{
    margin:0 5px 0 0;
    vertical-align: middle;
}
.blog-post-item .post-description > a {
    order: 4;
    background: #262527;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 144px;
    height: 45px;
    line-height: 46px;
}
.blog-post-item:hover .post-description > a {
    background: #000;
}
.blog-post-details .content p{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.blog-post-details .comment-post-panel {
    order: 6;
}
.blog-post-details .content h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
}

.blog-post-details .content h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}
.blog-post-details .content h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}
.blog-post-details .content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.blog-post-details .content h5, .blog-post-details .content h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper svg.at-icon {
    padding: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #262527 !important;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper {
    position: relative;
}
.blog-post-details .social-media-share-bar:before {
    content: "Share :";
    left: 0;
    top: 15px;
    color: #262527;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.widget-html.back-to-prev {
    margin: 50px auto 0;
    max-width: 1200px;
}
.widget-html.back-to-prev p a {
    font-family: 'Avenir Next LT Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    bottom: -114px;
    z-index: 1;
}
.widget-html.back-to-prev p a:before{
    content:"\f104";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    margin-right:8px
}
.widget-html.back-to-prev p a:hover, .widget-html.back-to-prev p a:hover:before{
    font-weight: 700;
}
/*************************Blog End*****************************/
.tool-tip-popup.gift-card-balance-check.popup.active{
    padding: 0;
    box-shadow: 0 0 5px #999;
}
.gift-card-tool-tip .code {
    font-weight: 400;
}

.form-row .Zebra_DatePicker_Icon_Wrapper, .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 350px;
}
@media screen and (max-width: 767px) {
    .form-row .Zebra_DatePicker_Icon_Wrapper, .form-row .Zebra_DatePicker_Icon_Wrapper input {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}


/*______________________________ 2nd face update issues fixing _______________________________*/

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
    padding: 0 !important;
    display: flex;
    width: auto;
}
.widget.fee-category-1 .category-image-view-width,
.widget.fee-category-2 .category-image-view-width {
    box-sizing: border-box;
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image-link::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image-link::after,
.fee-widget-product-image-view .product-view.image-view .product-name::before,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
    text-align: left;
    max-height: 100%;
    min-height: auto;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-cart-button {
    width: auto;
    line-height: 21px;
}
.fee-widget-product-image-view .product-view.image-view .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add {
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap,
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    text-align: left;
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-name a{
    font-family: inherit;
    text-transform: capitalize;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
    width: auto;
    font-family: inherit;
    text-transform: capitalize;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button::after{
    content: none;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title,
.body .widget-product.fee-widget-product-image-view .widget-title,
.body .widget-product.fee-widget-product-list-view .widget-title,
.body .widget-product.fee-widget-product-tabular-view .widget-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: inherit;
    letter-spacing: normal;
    line-height: normal;
    padding: 20px 0;
    text-transform: capitalize;
    margin: 0;
    border: none;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title::before,
.body .widget-product.fee-widget-product-image-view .widget-title::before,
.body .widget-product.fee-widget-product-list-view .widget-title::before,
.body .widget-product.fee-widget-product-tabular-view .widget-title::before,
.body .widget-product.fee-widget-product-scroll-view .widget-title::after,
.body .widget-product.fee-widget-product-image-view .widget-title::after,
.body .widget-product.fee-widget-product-list-view .widget-title::after,
.body .widget-product.fee-widget-product-tabular-view .widget-title::after{
    content: none;
}
.fee-widget-product-list-view .product-view.list-view .btn-add {
    text-align: left;
    position: unset;
    display: unset;
    padding: 0;
    background: transparent;
    margin-left: 0;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l::before,
.fee-gallery-jssor3 .jssor-slider-container .jssora20r::before{
    content: none;
}
.jssor-slider-container .jssorb03 div,
.jssor-slider-container .jssorb03 div:hover,
.jssor-slider-container .jssorb03 .av {
    width: auto;
    height: auto;
    line-height: normal;
}
.fee-gallery-swipebox .swipe-image-wrap {
    padding: 0 ;
}
.fee-gallery-swipebox .swipe-image-wrap .box {
    margin: 0;
    padding: 10px;
}
.fee-gallery-swipebox .swipe-image-wrap .box a::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap .thumb img {
    max-height: 100%;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs {
    margin: 0;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs li {
    margin: 0 auto;
}
.widget-gallery ul li::after{
    content: none;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
    font-family: inherit;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button:hover {
    background-color: #fff;
    border: 1px #000 solid !important;
    color: #0094c4;
}
.product-view.tabular-view .name-column {
    max-width: 500px;
}
.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
    right: 60px;
    width: auto;
}
.fee-widget-product-image-view .product-view.image-view .content {
    padding: 0;
}

.fee-widget-product-tabular-view .product-view.tabular-view .image-column {
    width: 150px;
}
.fee-widget-product-tabular-view .product-view.tabular-view .image-column .product-image-link {
    max-height: 100px;
}
.fee-widget-product-tabular-view .product-view.tabular-view .price-column {
    width: 50%;
}
.product-view.tabular-view .multi-cart-step-column {
    width: 150px;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column {
    width: 150px;
}

@media (max-width: 1199px) {
    .widget.widget-category.fee-category-1 .category-view .content .category,
    .widget.widget-category.fee-category-2 .category-view .content .category {
        width: 33.333%;
        margin: 0;
    }
}
@media (max-width:575px) {
    .widget.widget-category.fee-category-1 .category-view .content .category,
    .widget.widget-category.fee-category-2 .category-view .content .category {
        width: 50%;
        margin: 0;
        padding: 2px;
        border: none
    }
}

@media (max-width: 1199px) {
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(5n+1) {
        border-left: 1px solid #e6e6e6;
    }
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(25% - 2px);
    }
    /*.widget.widget-product.fee-widget-product-tabular-view .product-table-block {*/
    /*    padding: 0 15px;*/
    /*}*/
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs {
        padding: 0 40px;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
        left: -10px;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
        right: -10px;
    }
}
@media (max-width: 991px) {
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(33.334% - 2px);
        margin: 0;
    }
    .product-view.tabular-view .name-column {
        max-width: 230px;
    }
}
@media (max-width: 767px) {
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(50% - 2px);
    }
    .product-view.tabular-view .name-column {
        max-width: 260px;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs li {
        width: auto;
    }
}
@media (max-width: 480px) {
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(100% - 2px);
    }
    .fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
        padding: 8px 10px;
        font-size: 14px;
    }
}

/*______________________________ Exit 2nd face update issues fixing _______________________________*/

/*______________________________  2nd face slider issues fixing _______________________________*/
.fee-gallery-jssor .jssor-slider-container .caption-wrapper {
    position: absolute;
    text-align: center;
    height: auto;
    padding: 15px;
}
.fee-gallery-jssor div.jssor-slider-container .container [u="caption"] {
    width: auto;
    text-align: center;
    max-width: 100%;
    overflow: auto;
    height: auto;
    margin-left: 0;
    transform: none;
}
.fee-gallery-jssor div.jssor-slider-container .description.jssor-caption-1,
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 {
    max-width: 100%;
    position: static;
    font-family: inherit;
    padding: 10px 0;
    color: #fff;
    display: block;
    font-size: 18px;
}
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 span {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #fff;
    display: inline;
    white-space: normal;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button {
    position: static;
    transform: unset;
    border-radius: 0;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a {
    min-width: auto;
    text-transform: capitalize;
    letter-spacing: normal;
    border: 1px #fff solid !important;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-style: normal;
    text-transform: capitalize;
    height: auto;
    border-radius: 0;
    max-width: 100%;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a:hover {
    color: #000 !important;
    background: #fff !important;
}
.fee-gallery-jssor div.jssor-slider-container .container .jssor-caption-3 > a::after {
    content: none;
}
.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
    position: absolute;
}
.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
    text-align: left;
    position: absolute;
    padding: 15px;
    height: auto;
}
.fee-gallery-jssor2 div.jssor-slider-container .container [u="caption"] {
    position: static;
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: inherit;
    height: auto;
    max-width: 100%;
    text-align: left;
    width: 100%;
    margin-left: 0;
    line-height: normal;
    transform: none;
}
.fee-gallery-jssor2 div.jssor-slider-container .container [u="caption"].description.jssor-caption-1 {
    font-size: 36px;
    font-weight: 700;
}
.fee-gallery-jssor2 div.jssor-slider-container .title.jssor-caption-2 span {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.4;
}
.fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-2 span {
    white-space: normal;
    max-width: 100%;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
    transform: unset;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l:hover {
    border: none;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2229%22%20height%3D%2254%22%20viewBox%3D%220%200%2029%2054%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1.56299%202.00781L26.5566%2027.0015L1.56299%2051.9951%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
}
.widget-gallery.fee-gallery-jssor .jssor-slider-container .jssorb03,
.widget-gallery.fee-gallery-jssor2 .jssor-slider-container .jssorb03,
.widget-gallery.fee-gallery-jssor3 .jssor-slider-container .jssorb03 {
    position: absolute;
    width: 400px !important;
    left: 50% !important;
    right: auto !important;
    bottom: 60px !important;
    top: auto !important;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    border-radius: 35px;
    opacity: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
    flex-direction: initial;
}
.widget-gallery.fee-gallery-jssor .jssor-slider-container .jssorb03 div,
.widget-gallery.fee-gallery-jssor2 .jssor-slider-container .jssorb03 div{
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    font-size: 0;
    margin: 0 7px;
    padding: 2px;
    overflow: inherit;
    border: none;
}
.widget-gallery.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    margin: 0 7px;
    width: 24px;
    height: 24px;
    border: none;
}

@media (max-width: 1200px) {
    .fee-gallery-jssor .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor2 .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor3 .jssor-slider-container .caption-wrapper {
        display: block;
    }
}
@media (max-width: 767px) {
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-3 ,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-3 {
        transform: unset;
    }
}
/*______________________________  2nd face product & Category issues fixing _______________________________*/
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    border: none;
}
.widget-gallery.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: none;
}
/*.widget-gallery.fee-gallery-galleriffic, .widget-gallery.fee-gallery-owl,*/
/*.widget-gallery.fee-gallery-swipebox,*/
/*.fee-widget-product-image-view, .fee-widget-product-scroll-view,*/
/*.fee-widget-product-list-view, .fee-widget-product-tabular-view,*/
/*.widget-category.fee-category-1, .widget-category.fee-category-2 {*/
/*    padding: 0 15px;*/
/*}*/
.fee-widget-product-image-view .product-view.image-view .product-block .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .product-image {
    height: 245px;
    background: transparent;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image {
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button {
    background: #0094c4 none repeat scroll 0 0 !important;
    border: 1px solid #0094c4 !important;
    font-family: inherit;
    text-transform: capitalize;
    padding: 8px 20px !important;
    max-width: 100%;
    letter-spacing: normal;
    line-height: 21px;
    border-radius: 0;
    margin: 0;
    display:inline-block;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button::after {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover {
    background-color: #fff !important;
    color: #0094c4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content {
    display: inherit;
    overflow: hidden;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-left,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-right {
    transform: none;
    right: 0;
    left: 0;
    position: relative;
    top: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-name a,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header {
    position: unset;
}
.fee-widget-product-scroll-view .scrollable-view .scroller::before {
    content: none;
}
.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-left {
    float: none;
    left: 0;
    transform: none;
}
.fee-widget-product-scroll-view  .scrollable-view .scroller .scroll-right {
    float: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .button.add-to-cart-button::before,
.fee-widget-product-image-view .product-view.image-view .btn-add .button.add-to-cart-button::before {
    content: none;
}
.fee-widget-product-list-view .current-price.price {
    font-size: 20px !important;
}
.fee-widget-product-tabular-view .product-view .header{
    margin-top: 0;
}

@media (max-width: 767px) {
    .fee-widget-product-image-view .product-view.image-view .product-block,
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        border-left: 1px solid #e6e6e6;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
        left: 0;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
        right: 0;
    }
}
/*______________________________  2nd face blog issue _______________________________*/

.fee-blog-design-1 .blog-post-item, .fee-blog-design-2 .blog-post-item,
.fee-blog-design-3 .blog-post-item, .fee-blog-design-4 .blog-post-item {
    display: inline-block;
    background: transparent !important;
}
.fee-blog-design-1 .post.post-list-view-height, .fee-blog-design-2 .post.post-list-view-height,
.fee-blog-design-3 .post.post-list-view-height, .fee-blog-design-4 .post.post-list-view-height {
    margin-right: 0;
}
.fee-blog-design-1 .blog-post-info span, .fee-blog-design-2 .blog-post-info span, .fee-blog-design-3 .blog-post-info span, .fee-blog-design-4 .blog-post-info span {
    color: #666 !important;
    font-size: 13px;
}
.fee-blog-design-1 .post-description,
.fee-blog-design-2 .post-description,
.fee-blog-design-3 .post-description,
.fee-blog-design-4 .post-description {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    text-align: left;
    background: transparent !important;
}
.fee-blog-design-1 .blog-post-item .blog-post-info, .fee-blog-design-2 .blog-post-item .blog-post-info,
.fee-blog-design-3 .blog-post-item .blog-post-info, .fee-blog-design-4 .blog-post-item .blog-post-info {
    margin: 0;
}
.fee-blog-design-1 .post-description:hover,
.fee-blog-design-2 .post-description:hover,
.fee-blog-design-3 .post-description:hover,
.fee-blog-design-4 .post-description:hover {
    box-shadow: none;
}
.fee-blog-design-1 .post-description .blog-read-more,
.fee-blog-design-2 .post-description .blog-read-more,
.fee-blog-design-3 .post-description .blog-read-more,
.fee-blog-design-4 .post-description .blog-read-more {
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    color: #555;
    text-align: left;
}
.fee-blog-design-1 .post-description .blog-read-more:hover,
.fee-blog-design-2 .post-description .blog-read-more:hover,
.fee-blog-design-3 .post-description .blog-read-more:hover,
.fee-blog-design-4 .post-description .blog-read-more:hover {
    color: inherit;
}

.fee-blog-design-1 .blog-post-info span.date,
.fee-blog-design-2 .blog-post-info span.date,
.fee-blog-design-3 .blog-post-info span.date,
.fee-blog-design-4 .blog-post-info span.date {
    position: unset;
    line-height: normal;
}
.fee-blog-design-1 .blog-post-item .title,
.fee-blog-design-2 .blog-post-item .title,
.fee-blog-design-3 .blog-post-item .title,
.fee-blog-design-4 .blog-post-item .title {
    margin: 0 !important;
    padding: 0;
    line-height: 0 !important;
}
.fee-blog-design-1 .blog-post-item .title a,
.fee-blog-design-2 .blog-post-item .title a,
.fee-blog-design-3 .blog-post-item .title a,
.fee-blog-design-4 .blog-post-item .title a {
    font-size: 18px !important;
    line-height: normal !important;
}
.fee-blog-design-1 .blog-post-content,
.fee-blog-design-2 .blog-post-content,
.fee-blog-design-3 .blog-post-content,
.fee-blog-design-4 .blog-post-content {
    margin-left: -10px;
    margin-right: -10px;
    max-width: inherit !important;
}
/*______________________________  2nd face hotfix_______________________________*/

.fee-gallery-jssor3 .jssor-slider-container .jssora20l,
.fee-gallery-jssor3 .jssor-slider-container .jssora20r {
    background-color: transparent;
    border: none;
}
.fee-gallery-jssor .jssor-slider-container .container .slide::before,
.fee-gallery-jssor2 .jssor-slider-container .container .slide::before,
.fee-gallery-jssor3 .jssor-slider-container .container .slide::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
    transform: none;
}
.fee-widget-product-scroll-view .block-content-wrap,
.fee-widget-product-image-view .block-content-wrap {
    padding: 0;
    border-top: none;
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image-link,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image-link {
    border: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price span,
.fee-widget-product-image-view .product-view.image-view .current-price.price span,
.fee-widget-product-list-view .current-price.price span {
    color: #008df2;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    padding: 0;
    opacity: unset;
    display: flex;
    flex-direction: column-reverse;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button {
    display: inline-block !important;
    margin-top: 0 !important;
  text-align: center;
  width: 100%;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image, .fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    opacity: unset;
    padding-bottom: 0;
    border-radius: 0;
    font-family: inherit;
    background: transparent;
}
.product_quick_view_popup.popup {
    width: 1200px;
    max-width: 100%;
    margin: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
}
.fee-widget-product-image-view  .product-view .quick-view-btn, .fee-widget-product-scroll-view .product-view .quick-view-btn{
  padding:7px !important;
}
.fee-widget-product-image-view  .product-view .quick-view-btn:hover, .fee-widget-product-scroll-view .product-view .quick-view-btn:hover{
  background: #262527;
}
div.fee-widget-product-image-view .product-view.image-view .product-block .product-name a,
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-height: 45px;
    overflow: hidden;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark::after {
  padding: 4px 10px 4px;
}
div.product-view .quick-view-btn {
  text-align: center;
}
div.fee-widget-product-list-view .product-view.list-view .product-name-link:hover {
  color: #575757;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
    transform: none;
    height: auto;
    top: auto;
    bottom: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-right::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-left::after {
  display:none
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-wish-list {
  font-size: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-wish-list {
  font-size: 0 !important;
  padding: 0;
  background: transparent;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button:hover{
    border: 0
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add .add-to-wish-list:after {
  position: absolute;
  content: "\00f08a";
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 20px;
  color: #ccc;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add .add-to-wish-list:hover:after {
  content: "\f004";
  color: #262527;

}
.widget-category.fee-category-1 .category-image-view:hover .category-image img,
.widget-category.fee-category-2 .category-image-view:hover .category-image img {
    transform: none;
}
.widget-category.fee-category-1 .category-image-view-height, .widget-category.fee-category-2 .category-image-view-height {
    border: none;
    box-shadow: none;
    padding: 0;
}
.widget-category.fee-category-1 .category-image-view:hover .category-image a::after,
.widget-category.fee-category-2 .category-image-view:hover .category-image a::after {
    content: none;
}
.widget.fee-category-1 .category .category-name .category-name-link,
.widget.fee-category-2 .category .category-name .category-name-link {
    text-transform: capitalize;
}
.widget.fee-category-1 .category .category-name {
    position: unset;
    background: transparent;
    padding: 0;
    transform: none;
}
.widget.fee-category-2 .category .category-name {
    background: transparent;
    transform: none;
    padding: 0;
    top: auto;
}
.fee-widget-product-list-view .product-block .price-waper > * {
    margin-right: 0;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    width: auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message,
.fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px !important;
    font-weight: 400;
    width: 100%;
    display: block;
}

.fee-widget-product-image-view .product-view.image-view .product-block {
  height:auto;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view a.blog-category-read-more {
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0;
}
/* --------------------------------------------------
// customer profile
----------------------------------------------------- */
#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
    font-family: "Montserrat",sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: none;
    border: none;
}

#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title:after {
    display: none;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
    color: #000 !important;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout:hover {
    border: none;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
    background: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
}
.customer-profile-v2 .profile-pic-wrapper>.customer-name-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}

#customer-profile-tabs.customer-profile-v2 button {
    background: #000000;
    width: auto;
    margin-top: 0;
}

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

#webcommander-page.page-profile .notification.popup {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px 20px 20px;
    border: none;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}

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

#webcommander-page.page-profile .notification.popup .icon {
    display: block;
    float: none;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.info .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.success .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M22%2011.0799V11.9999C21.9988%2014.1563%2021.3005%2016.2545%2020.0093%2017.9817C18.7182%2019.7088%2016.9033%2020.9723%2014.8354%2021.5838C12.7674%2022.1952%2010.5573%2022.1218%208.53447%2021.3744C6.51168%2020.6271%204.78465%2019.246%203.61096%2017.4369C2.43727%2015.6279%201.87979%2013.4879%202.02168%2011.3362C2.16356%209.18443%202.99721%207.13619%204.39828%205.49694C5.79935%203.85768%207.69279%202.71525%209.79619%202.24001C11.8996%201.76477%2014.1003%201.9822%2016.07%202.85986%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M22%204L12%2014.01L9%2011.01%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.warning .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.2898%203.8602L1.81978%2018.0002C1.64514%2018.3026%201.55274%2018.6455%201.55177%2018.9947C1.55079%2019.3439%201.64127%2019.6873%201.8142%2019.9907C1.98714%2020.2941%202.2365%2020.547%202.53748%2020.7241C2.83847%2020.9012%203.18058%2020.9964%203.52978%2021.0002H20.4698C20.819%2020.9964%2021.1611%2020.9012%2021.4621%2020.7241C21.7631%2020.547%2022.0124%2020.2941%2022.1854%2019.9907C22.3583%2019.6873%2022.4488%2019.3439%2022.4478%2018.9947C22.4468%2018.6455%2022.3544%2018.3026%2022.1798%2018.0002L13.7098%203.8602C13.5315%203.56631%2013.2805%203.32332%2012.981%203.15469C12.6814%202.98605%2012.3435%202.89746%2011.9998%202.89746C11.656%202.89746%2011.3181%202.98605%2011.0186%203.15469C10.7191%203.32332%2010.468%203.56631%2010.2898%203.8602Z%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%209V13%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2017H12.01%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.alert .icon,
#webcommander-page.page-profile .notification.popup.error .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.86%202H16.14L22%207.86V16.14L16.14%2022H7.86L2%2016.14V7.86L7.86%202Z%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup .message {
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #ddd solid
}

#webcommander-page.page-profile .notification.popup .type {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.success .type {
    color: green
}

#webcommander-page.page-profile .notification.popup.warning .type {
    color: orange
}

#webcommander-page.page-profile .notification.popup.alert .type,
#webcommander-page.page-profile .notification.popup.error .type {
    color: red
}

#webcommander-page.page-profile .notification.popup .close {
    height: 16px;
    width: 16px;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.1953%204.9541L4.19531%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.19531%204.9541L12.1953%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    position: absolute;
    right: 7px;
    top: 5px
}

#webcommander-page.page-profile .site-popup .title-bar {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px #f0f3f4 solid;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

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

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

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

#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #484848;
    border: 1px #484848 solid;
}
#webcommander-page.page-profile .site-popup .button-line button[disabled] {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 1px #bfbfbf solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line {
    flex-direction: row;
}
.page-profile .confirm-popup .button-line button {
    width: auto;
}

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

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

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-status {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 3px 8px;
    background-color: #666;
    border-radius: 30px;
    text-transform: capitalize;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-header-left-bottom {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px rgba(0, 0, 0, .08) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-created {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-weight: 400;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
    border: none;
    padding: 0;
    margin: 0;
    justify-content: unset;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
    padding-right: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    padding-left: 24px;
    border-left: 1px rgba(0, 0, 0, .05) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
    font-weight: 500;
    display: block;
    color: #555;
    margin: 15px 0 3px;
  font-size: 17px;
}
#customer-profile-tabs.customer-profile-v2 .panel-header .header .title, #customer-profile-tabs.customer-profile-v2 .panel-header .address {
  font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .panel-header .address {
  font-size: 14px
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
    width: 320px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    display: flex;
    float: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-bottom: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 50%;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
    color: #000;
    font-weight: 600;
    text-align: right;
    padding-left: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    text-align: left;
    padding-right: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-top: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
    font-size: 14px;
    right: 16px;
    bottom: 9px;
    line-height: 16px;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
    width: 40%;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
    display: flex;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
    max-width: 60px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 70%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#customer-profile-tabs .bmui-tab-panel #order-details .id {
    font-weight: 600;
}

#customer-profile-tabs .bmui-tab-panel #order-details .name {
    font-size: 14px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #000000;
    font-weight: 600;
    width: auto;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
    background: #484848;
}

.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 30px;
    position: relative;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 20px;
    color: #313131;
    top: -2px;
    background: none;
}

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


.floating-panel-popup .action-item:hover {
    background-color: #f5f5f5;
    color: #000;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
    border: 1px solid #ccc
}

.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:hover {
    background: none;
}

#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
}

#customer-profile-tabs.customer-profile-v2 button.back-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 6px 16px;
    background: none;
    border: 1px rgba(0, 0, 0, .2) solid;
    border-radius: 4px;
    height: 32px;
}

#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
    border: 1px rgba(0, 0, 0, .4) solid;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-details .form-row.btn-row {
    display: flex;
    column-gap: 10px;
}

#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 0;
    width: auto;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .wrapper[data-label="Actions:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.9985%203.75C5.94%203.75%203.192%206.06975%201.60875%208.61225C1.53675%208.7315%201.5%208.86575%201.5%209C1.5%209.13425%201.536%209.2685%201.608%209.38775C3.192%2011.9303%205.94%2014.25%208.9985%2014.25C12.1058%2014.25%2014.8455%2011.9325%2016.3965%209.38025C16.4655%209.26325%2016.5%209.13125%2016.5%209C16.5%208.86875%2016.4655%208.73675%2016.3965%208.61975C14.8455%206.0675%2012.1058%203.75%208.9985%203.75ZM15.3082%209C13.9305%2011.1585%2011.6355%2013.125%208.9985%2013.125C6.39975%2013.125%204.0995%2011.151%202.6955%209C4.09875%206.849%206.39975%204.875%208.9985%204.875C11.637%204.875%2013.9327%206.843%2015.3082%209ZM9%206C10.656%206%2012%207.344%2012%209C12%2010.656%2010.656%2012%209%2012C7.344%2012%206%2010.656%206%209C6%207.344%207.344%206%209%206ZM9%207.125C7.965%207.125%207.125%207.965%207.125%209C7.125%2010.035%207.965%2010.875%209%2010.875C10.035%2010.875%2010.875%2010.035%2010.875%209C10.875%207.965%2010.035%207.125%209%207.125Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.add-to-cart {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%202.25L17.4427%203.75H15.996L13.3905%2012.75H3.46125L0%204.5H12.609L12.186%206H2.256L4.45875%2011.25H12.2797L14.8538%202.25H18ZM6.375%2013.5C5.754%2013.5%205.25%2014.004%205.25%2014.625C5.25%2015.2467%205.754%2015.75%206.375%2015.75C6.996%2015.75%207.5%2015.2467%207.5%2014.625C7.5%2014.004%206.996%2013.5%206.375%2013.5ZM10.125%2013.5C9.504%2013.5%209%2014.0033%209%2014.625C9%2015.2467%209.504%2015.75%2010.125%2015.75C10.746%2015.75%2011.25%2015.2467%2011.25%2014.625C11.25%2014.004%2010.746%2013.5%2010.125%2013.5Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.delete {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cmask%20id%3D%22mask0_1757_1068%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E %3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_1757_1068%29%22%3E %3Cpath%20d%3D%22M5.48077%2015.3756C5.10674%2015.3756%204.78727%2015.2431%204.52237%2014.9782C4.25746%2014.7133%204.125%2014.3938%204.125%2014.0198V4.50059H3.375V3.37561H6.74998V2.71216H11.25V3.37561H14.625V4.50059H13.875V14.0198C13.875%2014.3986%2013.7437%2014.7193%2013.4812%2014.9818C13.2187%2015.2443%2012.898%2015.3756%2012.5192%2015.3756H5.48077ZM12.75%204.50059H5.24998V14.0198C5.24998%2014.0871%205.27162%2014.1424%205.31489%2014.1857C5.35817%2014.229%205.41346%2014.2506%205.48077%2014.2506H12.5192C12.5769%2014.2506%2012.6298%2014.2266%2012.6779%2014.1785C12.7259%2014.1304%2012.75%2014.0775%2012.75%2014.0198V4.50059ZM7.05289%2012.7506H8.17787V6.00059H7.05289V12.7506ZM9.82209%2012.7506H10.9471V6.00059H9.82209V12.7506Z%22%20fill%3D%22%231C1B1F%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}

#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin: 0 0 15px;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    padding-bottom: 15px;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row label,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0 0 5px;
    line-height: 1.4;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    display: flex;
    flex-wrap: wrap;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
    position: relative;
    padding: 0 0 0 22px;
    background: none;
    border: none;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
}
#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #222;
    line-height: normal;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input[type="text"] {
    height: 40px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 30px;
}
#webcommander-page.page-profile .site-popup .button-line button.cancel-button {
    color: #000;
    background: none;
    border: 1px rgba(0, 0, 0, .20) solid;
}
#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
    border: 1px rgba(0, 0, 0, .40) solid;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background: #000000;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: #484848;
}
#customer-profile-tabs.customer-profile-v2 #order-list table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .pagination {
    margin: 0;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container {
    display: block;
}
#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:before,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
   top: 3px;
  left: 0px;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right::after {
  right: -2px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroller {
    top: -50px;
    right: 0;
}
#customer-profile-tabs .scrollable-view {
    overflow: visible;
}
#customer-profile-tabs .scrollable-view .header {
    overflow: visible;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 18px 0 0;
}
#customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link {
    max-width: 100%;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 260px;
    box-shadow: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
    margin-top: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-image {
    aspect-ratio: 1 / 1;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name-link {
    font-size: 16px;
    line-height: 1.5;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price {
    font-size: 16px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper .price-block-container {
    display: block;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
    display: block;
}
#webcommander-page.page-profile .site-popup .title-bar .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .site-popup .title-bar .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
    height: auto;
    margin: 0;
    letter-spacing: normal;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    color: #000!important;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .form-row label {
    font-family: "Montserrat",sans-serif;
}
#webcommander-page.page-profile .notification.popup .message {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .pagination {
    margin: 0;
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.page-number.current:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.next:after,
#customer-profile-tabs.customer-profile-v2 .pagination span.prev:after {
    display: none;
}
.page-profile .site-popup .errorlist.after {
    position: static;
}
.page-profile .site-popup .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
    overflow-x: auto;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    white-space: nowrap;
}
.page-profile .confirm-popup {
    max-width: unset;
}
.widget-navigation.user-nav .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage {
    padding: 7px 30px!important;
    color: #fff!important;
    border-radius: 3px!important;
    margin-top: 10px!important;
}
.widget-navigation.user-nav .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage:hover {
    background-color: #262527;
}

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

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

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

/*=============== 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;
}
.btn-group.view-switchers .list-view-switcher {
    background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
    background-position: -45px -20px;
}
.btn-group.view-switchers .tabular-view-switcher{
    background-image: url("/template/15eed7d9/images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 5px;
}
.parent-name {
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 10px;
}

/* ========= Product-Listing View========== */

/* ========= 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: 130px;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 17px;
    color: #262527;
}
.product-view.tabular-view .product-table-view-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-view.tabular-view .tax-message {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
    width: auto;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 15px;
}
.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: 36%;
}
.product-view.tabular-view .price {
    padding: 0;
    font-size: 15px;
}
/* ========= 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-name-link {
    color: #32312f;
    font-size: 16px;
    padding: 0 0 18px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !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: #262527;
}
.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: 15px;
    border-radius: 3px;
    display: block;
    max-height: 40px;
    font-weight: 600;
    color: #262527;
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.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;
}
.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;
}
.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: 55px;
    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;
    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;
}
.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;
}
@media (max-width:991px) {
    .product-view.list-view .content .product-block {
        height:auto;
        width: 100%;
    }
}
@media (max-width:767px) {
    .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%;
    }
}
@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: 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;
    }
}

/* ========= End Product-Category-Section ========== */

/* ========= Product Variation ========== */
.product-view.scrollable-view .product-widget.widget-variation-product-list,
.product-view.image-view .product-widget.widget-variation-product-list {
    border: none;
    margin: 0 0 7px 0;
    text-align: left;
}
.product-widget.widget-variation-product-list {
    border: none;
    margin: 0;
}
.product-widget.widget-variation-product-list .variation-type {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type .type-label {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-transform: none;
    line-height: 22px;
    margin: 0 0 5px;
    width: 100%;
    max-width: 100%;
}
.product-widget.widget-variation-product-list .variation-thumb ul {
    margin: 0;
    padding: 0;
    line-height: normal;
}
.product-widget.widget-variation-product-list .variation-thumb ul li::after {
    content: none;
}
.product-widget.widget-variation-product-list .variation-thumb ul li {
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    padding: 0;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type.color .variation-value {
    border: medium none;
    display: inline-block;
    height: 23px;
    margin: 0;
    position: relative;
    min-width: 23px;
}
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .text .variation-value,
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .variation-value.text {
    margin-right: 0;
}
.product-widget.widget-variation-product-list .variation-thumb ul li * {
    font-size: 14px;
}
.product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    min-width: 30px;
    padding: 3px;
    text-align: center
}
.product-widget.widget-variation-product-list .variation-thumb .text .selected .variation-value {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.product-widget.widget-variation-product-list h3 {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    margin: 10px 0 5px;
}
.product-view.list-view .product-block:hover .image-link::after {
    opacity: 1;
}
.product-view.list-view .product-block .image-link::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-out 0s;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
    width: auto;
    height: 80px;
    box-sizing: content-box;
    cursor: pointer;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 5px 15px;
    overflow: hidden;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image img {
    max-width: 100%;
    max-height: 100%;
    font-size: 0;
    min-width: auto;
}
.in-stock {
    margin: 0 0 5px;
}
/* ========= Product Detail Variation ========== */
.widget-variation {
    padding: 15px 0;
}
.widget-variation .variation-container .variation-thumb > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.widget-variation .variation-container .variation-thumb .selected-value-display {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.variation-container .variation-type {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.variation-container .text-variation-type-option-wrapper .variation-type {
    padding-bottom: 10px;
}
.variation-container .text-variation-type-option-wrapper:last-child .variation-type {
    padding-bottom: 0;
}
.variation-container .variation-type .options {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 22px;
    padding: 0;
}
.variation-container .variation-type.color .option-cell {
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    padding: 5px;
}
.variation-container .variation-type.color .option-cell.selected {
    border: solid 1px #262527;
    padding: 5px;
}
.product-widget.widget-variation-product-list .variation-container .variation-type.color .option-cell.selected{
    padding: 5px;
    border: solid 1px #262527;
}
.variation-container .variation-type .options li {
    margin: 0 0 5px 0;
    background: transparent !important;
    padding: 0;
}
.variation-container .variation-type .options li::after{
    content: none;
}
.variation-container .variation-type.color .variation-value {
    border: none;
    padding: 0;
    display: inline-block;
    height: 23px;
    width: 23px;
    min-width: 23px;
}
.variation-container .variation-type.text ul li .variation-value.text {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    border-radius: 3px;
    padding: 3px;
    text-align: center;
}
.variation-container .variation-type.text ul li.selected .variation-value.text{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.widget-variation .variation-container table.matrix {
    margin-bottom: 10px;
}
.selected-value-display, .widget-variation .cart-preview-panel .variation-combination-preview {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table {
    width: auto;
    margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table td {
    vertical-align: middle;
    line-height: normal;
    padding: 10px 15px;
}
.widget-variation .cart-preview-panel .cart-preview-table th {
    padding: 10px 15px;
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .price-amount {
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
    width: auto;
    display: inline-flex;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-arrow {
    height: auto;
    width: 20px;
}
.widget-variation .selected-variation-product .selected-product-quantity {
    margin-top: 10px;
}
.widget-variation .selected-variation-product h2 {
    font-size: inherit;
    line-height: normal;
}
.widget-variation .selected-variation-product .preview-to-add-to-cart-button {
    font-size: 17px;
    padding: 12px 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    background: #262527;
    border-radius: 3px;
    width: auto;
}
.widget-variation .selected-variation-product .preview-to-add-to-cart-button:hover {
    background: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-arrow.up::before,
.widget-variation .cart-preview-panel .cart-preview-table .stepper-arrow.down::before{
    font-size: 24px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-input {
    width: 55px;
    padding: 7px;
    height: 35px;
}
.widget-variation .cart-preview-panel .second-level-variation-type {
    margin-left: 0;
}
.widget-variation .advanced-variation-ui > .representation .variation-option {
    height: auto;
    width: auto;
}
.product-widget.widget-variation .variation-type .options {
    padding: 5px 0;
    line-height: normal;
    height: auto;
}
.chosen-container-single .chosen-single span > .variation-value {
    margin: 0;
}

/* ========= End Product Detail Variation ========== */

/* ========= End  Product Variation ========== */

button.load-more-pagination {
    margin: 40px auto 15px;
    text-align: center;
    display: flex;
}
.variation-container .advanced-variation-ui .parent-variation-type {
    display: block;
    width: 100%;
}
#spltr-8E9EED30-3206-4CA8-9F06-44F2C409EF9F .product-widget .tax-message {
    display: inline-block;
}
.product-block .advanced-variation-ui .representation .variation-option:hover,
.product-block .advanced-variation-ui .representation .variation-option {
    border: 2px solid #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
    color: #000;
    background: transparent;
}
.product-block .advanced-variation-ui .representation .variation-option.parent-option.selected {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.advance.checkout-page .form-row textarea, .advance.checkout-page textarea {
    width: 100%;
    height: auto;
    min-height: 150px;
}
.entire-search {
    margin: 0 auto;
    text-align: center;
}
.advance.checkout-page .payment-gateway-expend-view .payment-gateway-info .payment-gateway-summery {
    display: inline-block;
}
.advance.checkout-page .form-row input, .advance.checkout-page .form-row select, .advance.checkout-page .form-row textarea, .advance.checkout-page textarea {
    border: 1px #cdcdcd solid;
    font-size: 14px;
    padding: 10px;
}
.cartitem-table .discount-column {
    width: auto;
}
.registration-form .form-row .errorlist.after .message-block {
    overflow: hidden;
    max-width: 335px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header .sortable {
    margin-top: 5px;
    margin-bottom: 5px;
}
.pagination-literal-status {
    margin: 10px 10px 10px 0;
    display: inline-block;
}

.page-checkout .form-row.validation-error,
.registration-form .form-row.validation-error {
    border: none;
    background: transparent;
}
.registration-form > .errorlist.after {
    position: unset;
    padding: 0 0 0 15px;
}
.registration-form .Zebra_DatePicker_Icon_Wrapper::after {
    content: none;
}
.registration-form .form-row .Zebra_DatePicker_Icon_Wrapper,
.registration-form .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 100%;
}
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label,
.registration-form .form-row.simple_captcha_help_text label {
    display: none;
}
.password-reset-form .form-row {
    vertical-align: bottom;
}
#customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link a {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title {
    margin-bottom: 20px;
}
.scrollable-view {
    border-bottom: none;
}
.widget-variation .advanced-variation-ui {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex-direction: inherit;
}
.widget-variation .cart-preview-panel .cart-preview-table .variation-option.text {
    border: none;
    padding: 0;
    margin: 0;
}
.widget-variation .advanced-variation-ui #variation-combination-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 15px 0;
    width: 100%;
}
.widget-productImage .detail-image-swiper {
    display: none;
}
.product-widget.widget-variation .variation-dropdown-container > * {
    display: block;
}
.product-widget .variation-container .chosen-container {
    min-width: 120px;
    margin: 0;
}
.product-widget .variation-container .chosen-container .chosen-single {
    height: 36px;
    padding: 5px 10px;
}
.product-widget .variation-container .chosen-container .chosen-single span{
    line-height: normal;
}
#customer-profile-tabs .scrollable-view .content {
    max-width: 100%;
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
    width: auto;
}
.product-view.list-view .content .product-block .image.product-image .btn-add {
    padding: 0 10px;
}
#customer-profile-tabs .scrollable-view .header {
    padding: 0;
}
.empty-flying-cart-wrapper .empty-flying-cart-icon {
    font-size: 15px;
}
.product-detail-view img {
    max-width: 100%;
    max-height: 100%;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    width: auto;
    height: auto;
    padding-left: 85px;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    height: auto;
}
#customer-profile-tabs.customer-profile-v2 th {
    padding: 10px 12px;
    white-space: nowrap;
}
.registration-form button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url("/template/15eed7d9/images/calendar.png") no-repeat scroll right 5px;
    max-width: 100%;
}
.page-checkout .form-row.validation-error, .registration-form .form-row.validation-error {
    border: none !important;
    background: transparent !important;
}
.parent-name {
    margin: 10px 0 -20px 24px;
    padding: 0;
    text-align: left;
}
.registration-form input.checkbox {
    width: auto;
    height: auto;
}
#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    padding-right: 40px;
}
.chosen-container-single .chosen-single div b {
    top: 5px;
    display: inline-block;
}
.variation-container .variation-type .options {
    padding: 3px 0;
}
.variation-container .chosen-container .chosen-results .chosen-result {
    padding: 5px 10px;
    height: auto;
}
.category .product-view.list-view .content .product-block .summary p,
.product-view.image-view .summary p, .product-view.scrollable-view .summary p,
.category .product-view.list-view .content .product-block .summary,
.product-view.image-view .summary, .product-view.scrollable-view .summary {
    text-align: left;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #555;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: normal;
}
.category .product-view.list-view .content .product-block .summary p,
.product-view.image-view .summary p, .product-view.scrollable-view .summary p {
    margin: 0;
}
select.per-page-count {
    margin: 0 10px 0 0;
    width: auto;
    padding: 5px 26px 5px 10px;
    height: auto;
}
.widget-productImage .image-preview-box {
    width: auto;
    height: auto;
}
.widget-productImage .image-thumb-container .thumb-image img {
    max-width: 100%;
    max-height: 100%;
}
.widget-productImage .image-thumb-container .thumb-image {
    height: 100px;
    width: 100px;
}

@media (max-width: 991px) {
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 40px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link {
        justify-content: flex-start;
    }
    .customer-profile-v2-wrapper {
        padding: 50px 20px;
    }
    .product-view .footer .pagination-literal-status {
        float: none;
    }
    .category-detail-view img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .widget-productImage .image-thumb-container .thumb-image {
        height: 80px;
        width: 80px;
    }
    .category .category-name, .category .category-name:hover,
    .category-details .product-container .title, .category-details .subcategory-container .title {
        text-align: left;
    }
    .subcategory-container .title, .product-container .title {
        padding-bottom: 0;
    }
    .customer-profile-page-with-background {
        margin-bottom: 30px;
    }
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 30px;
    }
    .popup.image-popup-container {
        left: 0 !important;
        min-width: 100%;
        position: fixed !important;
        right: 0 !important;
    }
    .image-popup-container img.popup-image {
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .registration-form > .errorlist.after {
        margin: 0;
    }
    .scrollable-view > .content {
        padding: 20px 15px;
    }
}


/*=============== New-Feature-Fixing ===================*/
/* ========= Product-Category-Section ========== */
.category-details-container .category-details-page-with-background {
    width: 100%;
    padding: 20px 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;
}
.btn-group.view-switchers .list-view-switcher {
    background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
    background-position: -45px -20px;
}
.btn-group.view-switchers .tabular-view-switcher{
    background-image: url("/template/15eed7d9/images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 5px;
}
.parent-name {
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 10px;
}

/* ========= Product-Listing View========== */

/* ========= 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 {
    width: 130px;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 16px;
    color: #262527;
}
.product-view.tabular-view .tax-message {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
    width: 75px;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 15px;
}
.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: 36%;
}
.product-view.tabular-view .price {
    padding: 0;
    font-size: 15px;
}
/* ========= 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 .advanced-variation-ui {
    justify-content: start;
}
.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;
}
.product-view.list-view .product-name-link {
    color: #32312f;
    font-size: 16px;
    padding: 0 0 18px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 16px;
    font-weight: 500;
    color: #262527;
}
.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 {
	background: transparent;
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 22px;
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 30px;
    display: block;
    max-height: 40px;
    font-weight: 600;
    color: #000;
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  border: 1px solid #262527;
}
.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;
}
.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;
}
.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: 55px;
    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,
.category .product-view.list-view .content .product-block .summary p {
    text-align: left;
    margin: 10px 0;
    font-size: 13px;
    overflow: hidden;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.category .product-view.list-view .content .product-block .summary p{
    margin: 0 !important;
}
.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;
}
.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;
}
.flying-cart-quantity-wrapper .stepper-arrow.up {
  top: 3px;
}
div.flying-cart-quantity-wrapper .stepper {
  height: 32px;
}
.flying-cart-quantity-wrapper .stepper-arrow.down {
  bottom: -3px;
}
.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(108, 108, 108);
}
.free-products .product-view.image-view .product-block, .free-products .product-view.scrollable-view .product-block {
  padding: 20px;
}
.page-cart .shopping-cart__inner .free-products .recommend-item-image  {
  min-height: 300px;
  max-height: 300px;
  display: block;
}
.free-products  .flying-cart-special-add-to-cart.button {
  text-align: center
}
.free-products .recommend-item-image-wrapper, .free-products .recommend-item-image-wrapper a,  .free-products .recommend-item-image-wrapper a img {
  height: 100%;
  width: 100% !important;;
  display: block;
}
.shopping-cart .product-card {
  max-width: 80%;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-group, .checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-group.error-field-error.validation-error {
  background-color: #fff !important;
  border: 0 !important;
  padding: 20px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 0px 1px #eeebeb;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .error-message-div .message-block.error {
  margin-top: 10px
}
.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;
}
.new-review-panel .write-review-panel {
  margin-top: 40px;
}
.compare-details {
  margin-bottom: 100px;
}
.page-compare-product .compare-details table td, .page-compare-product .compare-details table th {
  border: 1px solid #f0efef;
  padding: 15px;
}
/*****************payment pay*******************/
.page-credit-card-payment .payment-form.valid-verify-form {
    max-width: 900px;
    margin: 20px auto 100px;
    padding: 0;
    border: 0;
}
.page-credit-card-payment .credit-card-payment .billing-address{
  background-color: #353535;
  width: 320px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  padding: 50px 30px;
}
.page-credit-card-payment .credit-card-payment .payer-details{
  background: #f8f8f8;
  padding: 50px;
}
.page-credit-card-payment .logo.credit-card {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.page-credit-card-payment .logo.credit-card img {
    max-width: 70px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-credit-card-payment .credit-card-payment .tlr input {
  background: #222;
  border-radius: 0;
  width: 100%;
  color: #fff;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
  width: 100%;
  max-width: 506px;
  height: 44px;
  border: 1px solid #d2d2d2;
    border-radius: 0;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
  width: 48.5%;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
  max-width: 506px;
}
.credit-card-payment .payer-details .form-row, .credit-card-payment .payer-details .double-input-row {
    margin: 0 0 25px;
}
.page-credit-card-payment form.payment-form.securepay-payment-gateway-form select {
  width: 100%;
    border-radius: 0;
  font-size: 15px;
}
.page-credit-card-payment .credit-card-payment .tlr input:hover {
  background: #000;
  color: #fff;
}
.page-credit-card-payment .payment-form .merchant-logo {
    max-width: 100%;
  display: block;
    text-align: left;
    margin-top: -5px;
}
.payment-form .merchant-logo img {
    max-width: 100px;
}
.page-credit-card-payment .payment-form .merchant-info .company-name {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
.page-credit-card-payment .payment-form .merchant-info .company-address {
    font-size: 16px;
    font-weight: normal;
    color: #c8c6c6;
}
.page-credit-card-payment .payment-form .billing-address .form-row ~ .form-row{
  padding: 0;
  margin: 0;
}
.page-credit-card-payment .payment-form .billing-address .form-row input{
  padding: 5px 0;
  margin: 0;
  height: auto;
  border-bottom: 0;
  font-size: 16px;
  color: #fff;;
}
.payment-form textarea#textarea-address-credit-card-page {
  color: #c8c6c6;
}
.page-credit-card-payment .credit-card-payment h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 5px;
    color: #000;
}
.page-credit-card-payment .credit-card-payment .billing-address h2{
    color: #fff;
}
.page-credit-card-payment .credit-card-payment .tlr input[disabled] {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.page-credit-card-payment .credit-card-payment .payer-details label {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    width: 100%;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .label {
    font-size: 17px;
  color: #000;
    position: relative;
    display: inline-table;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-code {
    margin-bottom: 30px;
    font-size: 13px;
}
.payment-form .merchant-info {
    margin-bottom: 30px;
}
.page-credit-card-payment .double-input-row .errorlist.after {
    left: 0;
}
.page-credit-card-payment .payment-form .billing-address label {
    display: block;
  color: #fff
}
.page-credit-card-payment .payment-form .mandatory-chosen-wrapper select {
  border-radius: 0;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper::after{
    display: none
}
.page-credit-card-payment .payable-amount-label .currency-info {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.page-credit-card-payment .credit-card-payment .payer-details div.double-input-row.mandatory {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px){
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 60px 30px 60px 40px;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 48%;
}
}
@media only screen and (max-width: 767px){
.page-credit-card-payment .logo.credit-card, .page-credit-card-payment .credit-card-payment .billing-address,
.page-credit-card-payment .payment-form .merchant-logo, .page-credit-card-payment .payment-form .billing-address .form-row input {
    text-align: center;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
    max-width: 100%;
	display: block !important;
}
.page-credit-card-payment .credit-card-payment .payer-details div.payable-amount-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-info {
    font-size: 21px;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
    max-width: 100%;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 100%;
    margin-bottom: 0px;
}

.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper:first-of-type {
    margin-bottom: 20px;
}
.page-credit-card-payment .credit-card-payment h2 {
    padding: 0;
    margin-top: 20px;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px 15px 25px;
    overflow: hidden;
}
.page-credit-card-payment .payment-form .billing-address label {
    display: block;
  color: #fff;
  text-align: center
}
.page-credit-card-payment .credit-card-payment .billing-address {
    padding-bottom: 40px;
}
.delivery-day-slot-select-popup span.choose-delivery-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.selected-day-time-slot-wrapper .horaizontal-card-slot .slot-card-item {
    width: 100%;
    margin: 0 0 50px;
}
.delivery-day-slot-select-popup .selected-date-title {
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.delivery-day-slot-select-popup .title-bar.fee-popup {
    padding: 15px 12px;
    text-align: left;
}
}

@media (max-width:991px) {
    .product-view.list-view .content .product-block {
        height:auto;
        width: 100%;
    }
}
@media (max-width:767px) {
    .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%;
    }
}
@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: 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;
    }
}

/* ========= End Product-Category-Section ========== */

/* ========= Product Variation ========== */
.product-view.scrollable-view .product-widget.widget-variation-product-list,
.product-view.image-view .product-widget.widget-variation-product-list {
    border: none;
    margin: 0 0 7px 0;
    text-align: left;
}
.product-widget.widget-variation-product-list {
    border: none;
    margin: 0;
}
.product-widget.widget-variation-product-list .variation-type {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type .type-label {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    text-transform: none;
    line-height: 22px;
    margin: 0 0 5px;
    width: 100%;
    max-width: 100%;
}
.product-widget.widget-variation-product-list .variation-thumb ul {
    margin: 0;
    padding: 0;
    line-height: normal;
}
.product-widget.widget-variation-product-list .variation-thumb ul li::after {
    content: none;
}
.product-widget.widget-variation-product-list .variation-thumb ul li {
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    padding: 0;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type.color .variation-value {
    border: medium none;
    display: inline-block;
    height: 23px;
    margin: 0;
    position: relative;
    min-width: 23px;
}
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .text .variation-value,
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .variation-value.text {
    margin-right: 0;
}
.product-widget.widget-variation-product-list .variation-thumb ul li * {
    font-size: 14px;
}
.product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    min-width: 30px;
    padding: 3px;
    text-align: center
}
.product-widget.widget-variation-product-list .variation-thumb .text .selected .variation-value {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.product-widget.widget-variation-product-list h3 {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    margin: 5px 0;
}
.product-view.list-view .product-block:hover .image-link::after {
    opacity: 1;
}
.product-view.list-view .product-block .image-link::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-out 0s;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
    width: auto;
    height: 80px;
    box-sizing: content-box;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 5px 18px;
    overflow: hidden;
}
.widget-productImage .image-thumb-container .thumb-image {
    box-sizing: content-box;
    width: auto;
    height: 80px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image img {
    max-width: 100%;
    max-height: 100%;
    font-size: 0;
    min-width: auto;
}

/* ========= Product Detail Variation ========== */
.widget-variation .variation-container .variation-thumb > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.widget-variation .variation-container .variation-thumb .selected-value-display {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.variation-container .variation-type {
    margin: 0 ;
    padding: 0;
    display: inline-block;
}
.variation-container .variation-type .options {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 22px;
    padding: 0;
}
.variation-container .variation-type.color .option-cell {
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    padding: 5px;
}
.variation-container .variation-type.color .option-cell.selected {
    border: solid 1px #262527;
    padding: 5px;
}
.product-widget.widget-variation-product-list .variation-container .variation-type.color .option-cell.selected{
    padding: 5px;
    border: solid 1px #262527;
}
.variation-container .variation-type .options li {
    margin: 0 0 5px 0;
}
.variation-container .variation-type.color .variation-value {
    border: none;
    padding: 0;
    display: inline-block;
    height: 23px;
    width: 23px;
    min-width: 23px;
}
.variation-container .variation-type.text ul li .variation-value.text {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
}
.variation-container .variation-type.text ul li.selected .variation-value.text{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.widget-variation .variation-container table.matrix {
    margin-bottom: 10px;
}
.selected-value-display, .widget-variation .cart-preview-panel .variation-combination-preview {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table {
    width: auto;
    margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table td {
    vertical-align: middle;
    line-height: normal;
    padding: 10px;
}
.widget-variation .cart-preview-panel .cart-preview-table th {
    padding: 10px 15px;
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .price-amount {
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
    width: auto;
}
.widget-variation .selected-variation-product .selected-product {
    border: 0;
}
.widget-variation .selected-variation-product .product-name {
    text-align: left;
}
.widget-variation .selected-variation-product .selected-product-quantity {
    margin-top: 15px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-input {
    width: 65px;
    padding: 7px 22px 7px 7px;
    height: 32px;
}
.widget-variation .cart-preview-panel .second-level-variation-type {
    margin-left: 0;
}
.product-block .advanced-variation-ui {
    justify-content: start;
}
.widget-variation .advanced-variation-ui > .representation .variation-option.text {
    height: auto;
    border-radius: 0 !important;
    background-color: #262527;
    padding: 3px;
    color: #fff;
    font-size: 13px;
}
.chosen-container-single .chosen-single span > .variation-value {
    margin: 0;
}

/* ========= End Product Detail Variation ========== */

/* ========= End  Product Variation ========== */

button.load-more-pagination {
    margin: 40px auto 15px;
    text-align: center;
    display: flex;
}
.variation-container .advanced-variation-ui .parent-variation-type {
    display: block;
    width: 100%;
}
#spltr-8E9EED30-3206-4CA8-9F06-44F2C409EF9F .product-widget .tax-message {
    display: inline-block;
}
.product-block .advanced-variation-ui .representation .variation-option {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    min-width: 30px;
    margin-right: 3px;
    padding: 3px;
    text-align: center;
    background: transparent;
}
.product-block .advanced-variation-ui .representation .variation-option.selected {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.product-block .advanced-variation-ui .representation .parent-option.color-plate {
    border: none;
    border-radius: 0;
}
.product-block .advanced-variation-ui .representation .parent-option.color-plate.selected {
    border: 2px solid #000;
}
.entire-search {
    margin: 0 auto;
    text-align: center;
}
.cartitem-table .discount-column {
    width: auto;
}
.registration-form .form-row .errorlist.after .message-block {
    overflow: hidden;
    max-width: 335px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header .sortable {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.pagination-literal-status {
    margin: 10px 10px 10px 0;
    display: inline-block;
}
.page-checkout .form-row.validation-error,
.registration-form .form-row.validation-error {
    border: none;
    background: transparent;
}
.registration-form > .errorlist.after {
    position: unset;
    padding: 0;
}
.registration-form .Zebra_DatePicker_Icon_Wrapper::after {
    content: none;
}
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label,
.registration-form .form-row.simple_captcha_help_text label {
    display: none;
}
.password-reset-form .form-row {
    vertical-align: bottom;
}
#customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link a {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title {
    margin-bottom: 20px;
}
.scrollable-view {
    border-bottom: none;
}
.widget-variation .advanced-variation-ui {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex-direction: inherit;
}
.widget-variation .cart-preview-panel .cart-preview-table .variation-option.text {
    border: none;
    padding: 0;
    margin: 0;
}
.widget-variation .advanced-variation-ui #variation-combination-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 15px 0;
    width: 100%;
}
.widget-productImage .detail-image-swiper {
    display: none;
}
.product-widget.widget-variation .variation-dropdown-container > * {
    display: block;
}
.product-widget .variation-container .chosen-container {
    min-width: 75px;
    margin: 7px 0;
}
.product-widget .variation-container .chosen-container .chosen-single {
    height: 36px;
    padding: 5px 10px;
    width: 100px;
}
.product-widget .variation-container .chosen-container .chosen-single span{
    line-height: 26px;
}
.product-widget.widget-variation .variation-dropdown-container .chosen-container {
    width: 100%;
}
.product-widget.widget-variation .variation-dropdown-container .chosen-container .chosen-single {
    border-color: #dddddd;
    height: 52px;
    padding: 12px 10px;
    min-width: 200px;
    max-width: 100%;
}
#customer-profile-tabs .scrollable-view .content {
    max-width: 100%;
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
    width: auto;
}
.product-view.list-view .content .product-block .image.product-image .btn-add {
    padding: 0 10px;
}
#customer-profile-tabs .scrollable-view .header {
    padding: 0;
}
.empty-flying-cart-wrapper .empty-flying-cart-icon {
    font-size: 15px;
}
.product-detail-view img {
    max-width: 100%;
    max-height: 100%;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    width: auto;
    height: auto;
    padding-left: 85px;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    height: auto;
}
#customer-profile-tabs.customer-profile-v2 th {
    padding: 10px 12px;
    white-space: nowrap;
}
.registration-form button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url("/template/15eed7d9/images/calendar.png") no-repeat scroll right 5px;
}
.parent-name {
    margin: 10px 24px -15px;
    padding: 0;
    text-align: left;
}
.registration-form input.checkbox {
    width: auto !important;
    height: auto;
}
.widget-productImage .image-preview-box {
    height: auto;
    width: auto;
}
.chosen-container-single .chosen-single div b {
    top: 5px;
    display: inline-block;
}
.product-widget.widget-variation .variation-type .chosen-result.options,
.variation-container .variation-type .options {
    padding: 5px 10px;
}
.page-login .checkout-as-guest-button a {
    max-width: 290px;
    margin: 0 auto;
}



.product-view .quick-view-btn {
  left: 50%;
  position: absolute;
  top: 50px;
  max-width: 84%;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff;
}
.product_quick_view_popup {
  padding: 0;
  max-width: 50%;
  min-width: 50%;
  left: 50%;
  top: 50%;
  margin: 0;
  max-height: 80%;
  height: auto;
  width: 100%;
  transform: translate(-50%,-50%) !important;
  overflow: hidden;
}

.widget-related .product-view .quick-view-btn, .widget-similar .product-view .quick-view-btn {
  max-width: 87%;
}
.product-view.list-view .quick-view-btn.button{
  border-radius: 30px;
}
.product_quick_view_popup .scroller span{
  z-index: 11;
}
.product_quick_view_popup .scroller span.view-left {
  left: 2px;
}
.product_quick_view_popup .scroller span.view-right {
  right: 3px;
}
.product_quick_view_popup .header .title {
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 17px
}
.product_quick_view_popup .body {
  padding: 30px;
  height: 90%;
  overflow: scroll;
  position: relative;
  display: block;
  margin: 0;
  max-height: 688px;
}
.product_quick_view_popup .scroller span{
  color: #000 !important;
}
.product_quick_view_popup .header {
  background: transparent;
  border: 0;
  min-height: 0px;
  padding: 0 0 10px;
}
.product_quick_view_popup .close-popup.close-icon {
  background-position: -197px -35px;
}
.product_quick_view_popup .product-widget.widget-addCart * {
  margin-bottom: 10px;
}

.product_quick_view_popup .widget-productImage .image-thumb-container .thumb-image {
  display: inline-block;
}
.product_quick_view_popup .widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
  height: 100px;
}
.product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
  width: 480px;
  flex: 0 0 480px;
  max-width: 480px;
}
.product_quick_view_popup .product-detail-view img {
  max-width: 440px;
  max-height: 470px;
}
.product-view .header .pagination {
  width: auto;
}
.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(91, 91, 91);
}
.flying-cart-content .recommended-products .product-block.product-view-height-width {
  height: 115px;
  margin-bottom: 10px;
}

.page-product div.product-view .header {
  margin-top: -74px;
}
.page-product div.product-view {
  overflow: unset;
}

/***************Drop Widget**********************/
.product-view.list-view .content .product-block .block-content-wrap .summary p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add *, div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add span{
  text-align: center;
  width: 100%;
  margin: 0 0 5px !important;;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list {
  width: auto;
  margin: 10px 0 !important;
  right: unset;
  font-size: 16px !important;
  width: 100% !important;
  max-width: 190px;
  position: relative;
  background: #fff;
	padding: 7px 10px;
    top: unset;
    border: 1px solid #000;
  color:#000;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list:after {
 display:none; 
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.button.add-to-cart-button, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button{
    margin: 0 !important;;
}


.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover, .fee-widget-product-image-view .product-view.image-view .product-block:hover {
  border: 1px solid #000 ;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add span:hover{
  border: 1px solid #e43365 ;
  background:#e43365;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.button.add-to-cart-button, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button{
    border: 1px solid #1c1c1c !important;
  background-color:#1c1c1c !important;
  color:#fff;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.button.add-to-cart-button:hover, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button:hover{
    border: 1px solid #000 !important;
  background-color:#fff !important;
  color:#000;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list:hover {
     border: 1px solid #000 !important;
  color:#ffff !important;
  background: #000;
}


.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price span, .fee-widget-product-image-view .product-view.image-view .current-price.price span, .fee-widget-product-list-view .current-price.price span {
  color: #000;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a:hover, .fee-widget-product-image-view .product-view.image-view .product-name a:hover {
  color: #000;
}


.fee-widget-product-image-view .product-view.image-view .product-block .quick-view-btn.button, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .quick-view-btn.button {
    background:#fff ;
    color:#000;
}
.fee-widget-product-image-view .product-view.image-view .quick-view-btn.button:hover, .fee-widget-product-scroll-view .product-view.scrollable-view .quick-view-btn.button:hover {
  background: #000 none repeat scroll 0 0;
    color: #fff;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
  background: #000;
  border: 1px solid #000;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
  background: #000;
  border: 1px solid #000;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:after {
  display: none
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover::before {
  color: #fff;
}
/************/
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add {
  opacity:0;
  right:0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
  opacity: 1;
  transform: translateX(0px);
  width: 100%;
}
.fee-widget-product-scroll-view .product-view.list-view .content .product-block .quick-view-btn {
  text-align: center;
  padding: 5px 10px;
  left: 10px;
  top: 10px;
  transform: unset;
}
.fee-widget-product-scroll-view .product-view.tabular-view .product-table-view-header .product-table-view-column {
  background-color: #ffe6ed;
  border: 0;
}
.fee-widget-product-scroll-view .product-view.tabular-view .price-column {
  max-width: 41%;
  width: 100%;
}
/*************************************/
.fee-widget-product-image-view .product-view.image-view .product-block {
  height: auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .parent-name {
  margin: 10px 24px 5px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
  bottom: -60px !important;
  transform: translateX(0px);
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add {
  padding: 0;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button{
  position: relative;
  /*! font-size: 0; */
  background: #fff none repeat scroll 0 0 !important;
  border: 1px solid #000 !important;
  color:#000 !important;
}

.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button::before, .fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button::before {
    content: "";
    display: inline-block;
    height: 28px;
    left: 12px;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    vertical-align: middle;
    width: 20px;
  background: rgba(0, 0, 0, 0) url("../images/icon-sprite.png") no-repeat scroll -218px -3px;
}
.fee-widget-product-image-view .widget-product .product-view.image-view .product-block .btn-add span, .fee-widget-product-image-view .widget-product .product-view.scrollable-view .product-block .btn-add span {
  text-align: center;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list.button {
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 15px;
  color: #000;
  background: #fff;
  max-width: 100%;
  top: unset;
  right: unset;
  margin: 10px 0;
  padding: 8px 10px;
  border: 1px solid #000;
  height:auto;
}
.widget-blogCategory.fee--blog-category-1 .category-view.image-view .blog-category-name {
  text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list.button:after, .fee-widget-content .widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .fee-widget-content .scroller span.scroll-left::after {
	display:none;
}
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
  margin-right: 0;
  right: 0;
}
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  margin-left: 0;
  left: 0;
}
.donation-address-page-content, .donation-details-wrapper {
  background-color: transparent;
  }
.donation-details__continue-button-wrapper .donation-details__continue-button:hover {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
  font-size: 17px;
  padding-left: 10px;
  filter: grayscale(100%);
}
.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
	width: 100%;
  margin: 20px 0 0;
}
.fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  border: 1px #000 solid;
}
#webcommander-page div.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:hover {
  background-color: #000;
}
 .fee-gallery-owl .owl-item .item {
  aspect-ratio: unset;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add {
  position: absolute;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-compare-button.button {
  transform: unset;
  text-align: center;
  max-width: 189px;
  margin: 0;
    background: #fff;
  color: #000;
  border-color: #000;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-compare-button.button:hover {
  transform: unset;
  text-align: center;
  max-width: 189px;
  margin: 0;
    background: #000;
  color: #fff;
  border-color: #000;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button:hover,
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list.button:hover{
  background: #000 none repeat scroll 0 0 !important;
  color: #fff !important;
}

.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add {
  bottom: -10px !important;
  transform: translateX(10%);
  position: absolute;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover, .fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
  background: #000;
  border: 1px solid #000;
}
/************************/
.fee-widget-content .product-view.image-view .summary{
  padding: 0 20px
}


@media (max-width: 991px) {
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 40px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link {
        justify-content: flex-start;
    }
    .customer-profile-v2-wrapper {
        padding: 50px 20px;
    }
    .product-view .footer .pagination-literal-status {
        float: none;
    }
    .category-detail-view img {
        width: 100%;
    }
}
@media (max-width: 767px) {

    .category .category-name, .category .category-name:hover,
    .category-details .product-container .title, .category-details .subcategory-container .title {
        text-align: left;
    }
    .subcategory-container .title, .product-container .title {
        padding-bottom: 0;
    }
    .customer-profile-page-with-background {
        margin-bottom: 30px;
    }
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 30px;
    }
    .popup.image-popup-container {
        left: 0 !important;
        min-width: 100%;
        position: fixed !important;
        right: 0 !important;
    }
    .image-popup-container img.popup-image {
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .registration-form > .errorlist.after {
        margin: 0;
    }
}

/* Latest flying cart popup */
.flying-cart-content.page-content.loading.popup {
    max-height: 100vh;
    padding: 0;
}
.flying-cart-content .flyingt-cart-header {
    padding: 18px 20px;
}
.flying-cart-content .cart-item-row.flying-cart-item.odd.cart-item {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-footer {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input {
    border: none;
}
.flying-cart-content .flying-cart-product-name a:hover {
    color: #262527;
}
div.flying-cart-footer .continue-shopping-btn,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
    background: #262527;
    border: none;
    color: #fff;
    margin: 0;
    padding: 12px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
}
div.flying-cart-footer .continue-shopping-btn:hover,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
    background: #000;
    color: #fff;
}
.flying-cart-content .flying-cart-clear-cart-btn {
    font-size: 14px;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button {
    width: auto;
    margin: 0 !important;
    background: #262527;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button:hover {
    background: #000;
    color: #fff;
}
.flying-cart-content .free-products .product-block.product-view-height-width {
  height: 102px;
}
/* new*/
div.flying-cart-container .discount-up-sell-message {
    margin: 24px 20px 0;
}
.popup.flying-cart-content .product-view .header {
    margin: 0;
    padding: 0;
    min-height: unset;
}
.flying-cart-content .product-view .content.scrollable {
    padding: 0;
    border: 0;
    margin: 0;
}
.popup.flying-cart-content .product-view .header::after,
.popup.flying-cart-content .product-view .header::before {
    content: none;
}
.popup.flying-cart-content .product-view .header .scroller {
    margin: 0;
}
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart {
    width: auto;
    border: none;
}
.flying-cart-content .recommended-products .recommend-item-image img {
    max-width: 90px;
    max-height: 90px;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart {
    margin-right: 10px;
}
.flying-cart-container .discount-up-sell-message .free-products {
    margin-top: 50px;
}
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
    display: none;
}
.flying-cart-content .free-products .product-name a {
    text-align: left;
    width: 173px;
}
.flying-cart-content .free-products .product-name {
    padding: 0;
}
.popup .flying-cart-container .discount-up-sell-message .discount-upsell-container {
    padding: 1px 5px 4px 5px;
}
.popup .flying-cart-container .discount-up-sell-message .progress-bar {
    height: 28px;
}
.popup.flying-cart-content .product-view .header .scroller .scroll-left:hover,
.popup.flying-cart-content .product-view .header .scroller .scroll-right:hover {
    background-color: #222222;
}
.popup.flying-cart-content .free-products .product-name a:hover,
.popup.flying-cart-content .free-products .flying-cart-special-add-to-cart:hover {
    color: #666666;
}
.flying-cart-content .product-view .header .scroller .scroll-left:after,
.flying-cart-content .product-view .header .scroller .scroll-right:after,
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
    display: none;
}
.flying-cart-content .free-products .recommend-item-image img {
    max-width: unset;
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart {
    width: auto;
    border: none;
}
.flying-cart-content .free-products .current-price .free-product-text {
  color: #18D294;
}
@media (max-width: 767px) {
    .flying-cart-content.page-content.loading.popup {
        min-width: calc(100% - 40px);
        max-height: 100vh !important;
        left: 20px !important;
        width: 100vw !important;
    }
    div.flying-cart-page-heading {
        font-size: 17px;
    }
   div.donation-address-page-content {
    padding: 30px 0;
  }
  div.donation-address-page-content-inner {
    padding: 0;
  }
}

/* end flying cart popup */
.page-cart .product-view.image-view .product-image-link,
.page-cart .product-view.scrollable-view .product-image-link {
    width: 100%;
}
.page-cart .product-view.scrollable-view img,
.page-cart .product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.add-cart-information-popup.popup .ps__rail-x {
    display: none;
}
.product-block .advanced-variation-ui .representation .variation-option.selected,
.product-block .parent-option.color-plate.selected {
    box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
}

/* new check-out page */
.auto-page.page-post-payment #bs-7C170D01-E76D-4E71-A49E-58FC621408FC .widget-container,
.auto-page.page-checkout #bs-7C170D01-E76D-4E71-A49E-58FC621408FC .widget-container {
    padding: 0;
}
.auto-page.page-post-payment .widget-pageHeading,
.auto-page.page-checkout .widget-pageHeading{
    margin-bottom: 0 !important;
}
.auto-page.page-cart .page-content,
.auto-page.page-checkout .page-content {
    padding: 0;
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom select,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom select {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button{
    background: #262527;
    border: none;
    margin: 0;
    padding: 12px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover{
    background: #000;
    color: #fff;
}
.checkout-page.version-2 .message-block.error,
.checkout-page.version-2 .message-block.error-message,
.checkout-page.version-2 .message-block.info-message,
.checkout-page.version-2  .message-block.success{
    font-size: 13px;
}
.checkout-page.version-2 .check-out-total > .price-row {
    text-align: left;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .promo-codes-form .input-wrapper button {
    border-left: 1px rgba(0,0,0,0.15) solid !important;
    margin: 0;
    border: none;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    width: auto;
}

@media (max-width: 991px) {
    .checkout-page.version-2 .advance-checkout-order-details-right-dom {
        padding: 40px 15px 40px 20px;
    }
    .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner {
        padding: 15px;
    }
    .checkout-page.version-2 .advance-checkout-steps-left-dom {
        padding: 40px 15px;
    }
    .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper {
        margin-bottom: 30px;
    }
    .checkout-page.version-2 .section.address .section.delivery-types,
    .checkout-page.version-2 .shipping-address-selection-parts,
    .checkout-page.version-2 .order-comment-row,
    .checkout-page.version-2 .payment-gateway-expend {
        margin: 20px 0 0;
    }
    .checkout-page.version-2 .advance-checkout-order-details-left-footer-info {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
        width: 100%;
    }
    .checkout-page.version-2 .advance-checkout-order-details-left-footer-info {
        margin-top: 20px;
    }
    .checkout-page.version-2 .advance-checkout-order-details-right-dom {
        padding: 25px 15px;
    }
}

/* shopping cart page*/

div.shopping-cart .product-card__image-link img {
  height: auto;
  object-fit: contain;
}
.shopping-cart .product-card.cart-item:last-child {
    margin-bottom: 40px;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
    padding: 0;
    width: 100%;
}
.shopping-cart .my-cart-order-summary {
    max-height: 470px;
}
.shopping-cart .my-cart__header {
    margin-bottom: 25px;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background: #262527;
    border: none;
    margin: 0;
    padding: 12px;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover{
    background: #000;
    color: #fff;
}
.advance-cart-details.shopping-cart {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .shopping-cart .my-cart-order-summary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px;
    }
    .shopping-cart .product-card {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .shopping-cart .product-card__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .shopping-cart .product-card__image-link {
        width: auto;
        height: auto;
        max-width: 150px;
    }
    .advance-cart-details.shopping-cart {
        margin-bottom: 30px;
    }
}

/* end shopping cart page*/

/* payment page */
.auto-page.page-post-payment .page-content {
    padding: 0;
}
.payment-success-page-container table,
.payment-success-page-container th,
.payment-success-page-container td{
    border: none;
}
.payment-success-page-container .message-details .post-order-contact-us {
    font-size: 15px;
}
.payment-success-page-container .order-details .order_details_table tr th {
    background: transparent;
}

@media (max-width: 991px) {
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 30px;
    }
    .payment-success-page-container {
        padding: 50px 15px 70px;
    }
}
@media (max-width: 767px) {
    .payment-success-page-container {
        padding: 40px 15px 50px;
    }
    .payment-success-page-container .cartitem-table td.quantity .wrapper::before {
        text-align: left;
        width: auto;
    }
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 15px 20px;
    }
}
/* end new check-out page */
/*=============== End New Feature fixing ===================*/
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body {
    padding-right: 100px;
}
.shopping-cart .my-cart__header-button-wrapper .button{
    height:auto;
    width: auto;
}
.order-summary-card__button-wrapper .continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping,
.shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    padding: 10px;
    width: auto;
    margin: 15px 0 0;
    border: 1px solid #262527;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
    margin-bottom: 20px;
}
.checkout-page.version-2 .billing-address .form-row {
    padding-top: 10px;
}

/* new issue resolved */
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link {
    width: 100%;
}
.widget-filter .accordion-panel > .accordion-item.expanded {
    padding:10px 0;
    background: transparent;
    margin: 0;
}
.widget-filter .accordion-panel > .accordion-item.expanded .parent-category-child-categories-wrapper {
    margin: 10px 0;
}
.widget-filter .accordion-panel > .accordion-item.expanded .reset-category {
    display: none;
}
.widget-filter .form-row .accordion-panel{
    padding-bottom: 0;
}
.widget-filter .category-option-label {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 5px;
}
.widget-filter .accordion-panel > .label-bar {
    padding: 10px 10px 10px 27px;
    height: auto;
}
.order-summary-card__button-wrapper .continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping,
.shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    padding: 10px;
    width: auto;
    margin: 15px 0 0;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
    margin-bottom: 20px;
}

.iti__selected-country {
    color: inherit !important;
}
.wc-load-more-pagination-wrapper {
    margin: 20px auto 90px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
.wc-load-more-pagination-wrapper .load-more-result-title {
    display: block;
    margin: 10px 0;
    font-size: 15px;
}
.product-view.tabular-view .product-table-view-row:last-child {
    border: none;
}
.compare-details h1, .compare-details h2, .compare-details h3,
.compare-details h4, .compare-details h5, .compare-details h6 {
    line-height: normal;
}
.compare-details h1 {
    font-size: 32px;
}
.compare-details table td {
    max-width: 150px;
}
.compare-details table td img {
    max-width: 100% !important;
}
.compare-details .add-to-cart-button.button {
    width: auto;
}

@media screen and (max-width: 767px) {
    .compare-details {
        overflow-x: auto;
    }
    .responsive .compare-details table {
        table-layout: auto;
        margin-bottom: 20px;
        max-width: 100%;
        min-width: 750px;
    }
    div.flying-cart-content.page-content.loading.popup.active {
        height: 100% !important;
    }
  .wc-load-more-pagination-wrapper {
    margin: 20px auto 30px;
  }
}

div.cta-banner .item .single-item .text h6 {
    margin: 0;
}
.scrollable-view > .content {
    overflow-x: hidden;
    white-space: nowrap;
    border: none;
    padding: 20px 10px;
}
.payment-success-page-container .order-details .payment-success-total table td, .wrapper .price {
    font-size: 14px;
}
div.product-view .btn-add span.button.call-for-price {
    padding: 7px 0;
    background: #000;
    color: #fff;
}
div.product-view .btn-add span.button.call-for-price:hover {
    background: #fff !important;
    color: #000;
    border-color:#000 !important;
}
div.fee-widget-product-list-view .product-view.list-view .content .product-block {
  height: auto;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button:hover {
 background-color: #000!important;
  color: #fff !important;
}
.agent-list-item > a.read-button:hover, .agent-list-item > a.read-button:hover::after {
  color: #4f4949;
}
/*product details page*/
div.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark::after, div.fee-widget-product-image-view .product-view.image-view .sale.tag-mark::after {
  background: red;
}
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark::after{
      padding: 3px 10px 3px;
}
.fee-gallery-owl.fee_img-gallery_album_owl .item {
    aspect-ratio: 4 / 6;
}
.add-cart-information-popup .popup-bottom.footer {
    margin-top: 0;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-name-link:hover {
    color: #000;
}
.product-view.image-view .sold-out-tag.tag-mark,
.product-view.scrollable-view .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 10px;
    bottom: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
    border-radius: 30px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    font-size: 14px !important;
    top: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
}
.widget-productImage .image-preview-box .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
    top: auto;
}
.widget-productImage .image-preview-box .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
    bottom: auto;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    left: auto;
    top: auto;
}
.product-view.image-view .new.tag-mark, .product-view.scrollable-view .new.tag-mark {
    top: 0;
}
.product-view.list-view .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 4px;
}
.product-view.list-view .sold-out-tag.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    background: #cc0031;
    font-size: 13px;
    width: auto;
    padding: 2px 4px;
}

/* gift-card-popup*/

.add-cart-information-popup .header .close-icon::after,
.add-cart-information-popup .header .close-icon::before {
    display: none;
}
.add-cart-information-popup .header {
    padding: 20px 45px 20px 20px;
}
.add-cart-information-popup .header .close-icon {
    width: 20px;
    height: 24px;
}
.add-cart-information-popup .header .title {
    line-height: normal;
    margin: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large,
.add-cart-information-popup .body .medium {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large.validation-error,
.add-cart-information-popup .body .medium.validation-error,
.add-cart-information-popup .body .form-row.gift-card-date-field .large:focus,
.add-cart-information-popup .body .medium:focus {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button{
    line-height: 22px;
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 600;
    transition: all 300ms ease 0s;
    color: #fff;
    background: #262527;
    border: 1px solid #262527;
    text-transform: capitalize;
    padding: 10px 0;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button:hover{
    color: #fff;
    background: #000;
    border-color: #000;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn{
    background: transparent;
    color: #262527;
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    line-height: 22px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #262527;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn:hover{
    background: #262527;
    color: #fff;
    border-color: #262527;
}
.product-widget.product-widget.widget-addCart .gift-button-container{
    margin: 0 10px 10px 0;
}
.product-widget.product-widget.widget-addCart .gift-button-container .send-as-gift-button {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    color: #262527;
    padding: 10px;
    height: 44px;
    line-height: 124%;
    margin: 0;
}
.product-widget.product-widget.widget-addCart .gift-button-container .send-as-gift-button:hover{
    color: #fff;
    background-color: #262527;
    border: 1px solid #262527;
}
.add-cart-information-popup .body button.Zebra_DatePicker_Icon {
    background: none;
    border: none;
}
.add-cart-information-popup .body .Zebra_DatePicker_Icon_Wrapper::after{
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.add-cart-information-popup .form-content .double-input-row {
    align-items: start;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .gift-card-panel .row {
    margin-left: 0;
    margin-right: 0;
}
.add-cart-information-popup.popup .body {
    overflow-y: auto;
    max-height: 500px;
}
.add-cart-information-popup.popup .body-scroll-control.app-tab-incomplete-data-cart-popup{
    height: auto;
    max-height: 100%;
}
.add-cart-information-popup.popup .custom-field-container-for-widget {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .add-cart-information-popup .body .body-scroll-control {
        padding: 20px 0;
    }
    .add-cart-information-popup.popup .body {
        max-height: 300px;
        padding: 20px;
    }
    .add-cart-information-popup.popup .button-item{
        padding: 20px !important;
    }
}
/* End gift-card-popup*/
#selected-variation-products {
  margin: 20px 0 0;
}
#selected-variation-products h2 {
  font-size: 24px;
  margin-top: 0;
}
.widget-variation .selected-variation-product td {
  border: none;
}
.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition-text textarea {
  min-height: auto;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-item input[type="radio"],
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-item input[type="checkbox"] {
    padding: 0;
    top: 1px;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-item {
    line-height: normal;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .form-row label {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    padding: 0 0 6px;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .title:after {
    display: none;
}
.fee-blog-design-1 .blog-post-item .blog-post-info, .fee-blog-design-2 .blog-post-item .blog-post-info, .fee-blog-design-3 .blog-post-item .blog-post-info, .fee-blog-design-4 .blog-post-item .blog-post-info {
    flex-wrap: wrap;
}
.fee-blog-design-1 .blog-post-item .blog-post-info > span::after,
.fee-blog-design-2 .blog-post-item .blog-post-info > span::after,
.fee-blog-design-3 .blog-post-item .blog-post-info > span::after,
.fee-blog-design-4 .blog-post-item .blog-post-info > span::after {
    display: none;
}
.fee-blog-design-1 .post-description .blog-post-info > span::before,
.fee-blog-design-2 .post-description .blog-post-info > span::before,
.fee-blog-design-3 .post-description .blog-post-info > span::before,
.fee-blog-design-4 .post-description .blog-post-info > span::before {
    margin-right: 5px;
}
#webcommander-page .fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button {
    position: absolute;
    top: 52%;
    right: 12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    font-size: 0;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.01737%2017.5C6.62915%2017.5%206.29906%2017.3678%206.0271%2017.1034C5.75513%2016.8389%205.61915%2016.5179%205.61915%2016.1405C5.61915%2015.763%205.75513%2015.442%206.0271%2015.1776C6.29906%2014.9131%206.62915%2014.7809%207.01737%2014.7809C7.4056%2014.7809%207.7357%2014.9131%208.00766%2015.1776C8.27963%2015.442%208.41561%2015.763%208.41561%2016.1405C8.41561%2016.5179%208.27963%2016.8389%208.00766%2017.1034C7.7357%2017.3678%207.4056%2017.5%207.01737%2017.5ZM14.7615%2017.5C14.3732%2017.5%2014.0431%2017.3678%2013.7712%2017.1034C13.4992%2016.8389%2013.3632%2016.5179%2013.3632%2016.1405C13.3632%2015.763%2013.4992%2015.442%2013.7712%2015.1776C14.0431%2014.9131%2014.3732%2014.7809%2014.7615%2014.7809C15.1497%2014.7809%2015.4798%2014.9131%2015.7517%2015.1776C16.0237%2015.442%2016.1597%2015.763%2016.1597%2016.1405C16.1597%2016.5179%2016.0237%2016.8389%2015.7517%2017.1034C15.4798%2017.3678%2015.1497%2017.5%2014.7615%2017.5ZM6.10774%205.21911L8.13289%209.34264H13.5799C13.626%209.34264%2013.6669%209.33143%2013.7028%209.30902C13.7387%209.28661%2013.7694%209.25548%2013.795%209.21564L15.9384%205.42827C15.9692%205.37349%2015.9717%205.32493%2015.9461%205.28261C15.9205%205.24026%2015.877%205.21909%2015.8155%205.21909L6.10774%205.21911ZM5.53308%204.05381H16.6268C16.9535%204.05381%2017.2007%204.18902%2017.3681%204.45943C17.5356%204.72985%2017.5436%205.006%2017.3919%205.28787L14.8321%209.79679C14.701%2010.0209%2014.5276%2010.1955%2014.312%2010.3205C14.0964%2010.4454%2013.86%2010.5079%2013.6029%2010.5079H7.77334L6.84834%2012.1514C6.80737%2012.2112%206.80609%2012.2759%206.84451%2012.3456C6.88293%2012.4154%206.94055%2012.4502%207.01737%2012.4502H16.1597V13.6155H7.01737C6.48472%2013.6155%206.08446%2013.3922%205.81658%2012.9455C5.54872%2012.4988%205.53925%2012.0528%205.78816%2011.6076L6.92828%209.61453L4.02116%203.6653H2.5V2.5H4.77404L5.53308%204.05381Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.15);
    -webkit-transition: all 100ms ease-out 0s;
    -o-transition: all 100ms ease-out 0s;
    transition: all 100ms ease-out 0s;
    padding: 0;
    margin: 0;
    border: none;
}
#webcommander-page .fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:before, #webcommander-page .fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:after {
    display: none;
}
#webcommander-page .fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:hover {
    background-color: #008df2;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.01737%2017.5C6.62915%2017.5%206.29906%2017.3678%206.0271%2017.1034C5.75513%2016.8389%205.61915%2016.5179%205.61915%2016.1405C5.61915%2015.763%205.75513%2015.442%206.0271%2015.1776C6.29906%2014.9131%206.62915%2014.7809%207.01737%2014.7809C7.4056%2014.7809%207.7357%2014.9131%208.00766%2015.1776C8.27963%2015.442%208.41561%2015.763%208.41561%2016.1405C8.41561%2016.5179%208.27963%2016.8389%208.00766%2017.1034C7.7357%2017.3678%207.4056%2017.5%207.01737%2017.5ZM14.7615%2017.5C14.3732%2017.5%2014.0431%2017.3678%2013.7712%2017.1034C13.4992%2016.8389%2013.3632%2016.5179%2013.3632%2016.1405C13.3632%2015.763%2013.4992%2015.442%2013.7712%2015.1776C14.0431%2014.9131%2014.3732%2014.7809%2014.7615%2014.7809C15.1497%2014.7809%2015.4798%2014.9131%2015.7517%2015.1776C16.0237%2015.442%2016.1597%2015.763%2016.1597%2016.1405C16.1597%2016.5179%2016.0237%2016.8389%2015.7517%2017.1034C15.4798%2017.3678%2015.1497%2017.5%2014.7615%2017.5ZM6.10774%205.21911L8.13289%209.34264H13.5799C13.626%209.34264%2013.6669%209.33143%2013.7028%209.30902C13.7387%209.28661%2013.7694%209.25548%2013.795%209.21564L15.9384%205.42827C15.9692%205.37349%2015.9717%205.32493%2015.9461%205.28261C15.9205%205.24026%2015.877%205.21909%2015.8155%205.21909L6.10774%205.21911ZM5.53308%204.05381H16.6268C16.9535%204.05381%2017.2007%204.18902%2017.3681%204.45943C17.5356%204.72985%2017.5436%205.006%2017.3919%205.28787L14.8321%209.79679C14.701%2010.0209%2014.5276%2010.1955%2014.312%2010.3205C14.0964%2010.4454%2013.86%2010.5079%2013.6029%2010.5079H7.77334L6.84834%2012.1514C6.80737%2012.2112%206.80609%2012.2759%206.84451%2012.3456C6.88293%2012.4154%206.94055%2012.4502%207.01737%2012.4502H16.1597V13.6155H7.01737C6.48472%2013.6155%206.08446%2013.3922%205.81658%2012.9455C5.54872%2012.4988%205.53925%2012.0528%205.78816%2011.6076L6.92828%209.61453L4.02116%203.6653H2.5V2.5H4.77404L5.53308%204.05381Z%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E");
}
.fee-gallery-swiper.swiperSlider .product-view.image-view .product-block .block-content-wrap {
    padding: 0;
    margin-top: 0;
}
.fee-gallery-swiper .category-image-view .category-name {
    margin: 0;
    padding: 24px 10px 5px 10px;
    height: auto;
    display: block;
}
.widget-gallery .swiper-horizontal {
    padding-bottom: 15px;
}
.fee-blog-design-1 .blog-post-info span.author:before,
.fee-blog-design-2 .blog-post-info span.author:before,
.fee-blog-design-3 .blog-post-info span.author:before,
.fee-blog-design-4 .blog-post-info span.author:before {
    content: "\f007";
    font-family: 'FontAwesome';
    color: #000;
}
.fee-blog-design-1 .blog-post-item .post-description .blog-post-info span,
.fee-blog-design-2 .blog-post-item .post-description .blog-post-info span,
.fee-blog-design-3 .blog-post-item .post-description .blog-post-info span,
.fee-blog-design-4 .blog-post-item .post-description .blog-post-info span {
    display: inline-block;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    color: #000!important;
}
.fee-blog-design-1 .blog-post-item .post-description .blog-post-info span.date:before,
.fee-blog-design-2 .blog-post-item .post-description .blog-post-info span.date:before,
.fee-blog-design-3 .blog-post-item .post-description .blog-post-info span.date:before,
.fee-blog-design-4 .blog-post-item .post-description .blog-post-info span.date:before {
    color: #000;
}
.fee-gallery-swiper.swiperSlider .product-block .block-content-wrap .product-name a {
    text-align: center;
}
.fee-gallery-swiper.swiperSlider .product-block .block-content-wrap .product-name a {
    text-align: center;
}
.fee-gallery-swiper.swiperSlider .product-view .product-block .review-rating-wrapper {
    display: block;
    text-align: center;
    margin: 10px 10px 0;
}
.fee-gallery-swiper.swiperSlider .product-view .product-block .review-rating-wrapper .review-rating {
    width: auto!important;
}
.fee-gallery-swiper .category-image-view .category-name-link {
    text-decoration: none;
}
.maintenance-message-block {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.maintenance-message-block h1 {
    font-size: 32px;
    background-color: #f9f9f9;
    padding: 50px 60px;
    line-height: 1.4;
}

div.tabular-product-view span.sold-out-tag.tag-mark, .product-view.image-view .sold-out-tag.tag-mark, .product-view.scrollable-view .sold-out-tag.tag-mark, .widget-productImage .image-preview-box .sold-out-tag.tag-mark,.product-view.list-view .sold-out-tag.tag-mark {
    display: inline-table;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: auto;
    padding: 2px 10px;
    top: auto;
  border-radius: 30px;
      background: red;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark,
div.widget-productImage .image-preview-box .featured.tag-mark,
div.product-view.list-view .featured.tag-mark, div.tabular-product-view .featured.tag-mark{
    background: red;
    height: 24px;
    line-height: 18px;
    border-radius: 30px;
    top: 10px;
    left: 10px;
    width: auto;
    padding: 2px 10px;
  color:#fff;
      position: absolute;
}
div.flying-cart-item-image img {
    object-fit: contain;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    left: auto;
    top: auto;
}

.sale-percent-display {
  left: 10px;
  top: 10px;
  background-color: #84b813;
  color: #000;
}
div.tabular-product-view span.sold-out-tag.tag-mark {
    height: 16px;
    left: 0;
    bottom: 5px;
    padding: 2px 6px;
    background: red;
    font-size: 12px;
  line-height: 16px;
}
div.tabular-product-view .featured.tag-mark{
    height: 20px;
    left: 0;
    top: 5px;
    padding: 4px 6px;
    background: red;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}
.product-view.image-view .new.tag-mark, .product-view.scrollable-view .new.tag-mark, div.tabular-product-view .new.tag-mark, div.list-view .new.tag-mark {
    height: 20px;
    top: 10px;
    width: 45px;
    border-radius: 30px;
    background-position: top;
    right:5px;
}
.product-view.image-view .new.tag-mark, .product-view.scrollable-view .new.tag-mark, div.list-view .new.tag-mark {
    top: auto;
  bottom: 10px;
}
div.tabular-product-view .new.tag-mark{
   right:0px;
  top:auto;
  bottom:5px;
}
div.product-view.image-view .sale.tag-mark, div.product-view.list-view .sale.tag-mark, div.product-view.scrollable-view .sale.tag-mark {
    height: 24px;
    right: 10px;
    top: 10px;
    border-radius: 30px;
  background: url(../images/sale.jpg) no-repeat left top;
}
.product-view  span.sale-parcent-display.tag-mark {
    background: red;
    padding: 6px 10px;
    border-radius: 30px;
    height: 24px;
    display: block;
    line-height: 23px;
    color: #000;
    max-width: 68px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark {
    left: 10px;
    top: 10px;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
  background: #000;
  border: 1px solid #000;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
  background: #000;
  border: 1px solid #000;
}
.widget-gallery.fee-gallery-swipebox figure,.widget-gallery.fee-gallery-owl figure,.widget-gallery.fee-gallery-swiper figure{    margin: 0;}
.advance-checkout-order-details-right-dom-inner {    overflow-y: auto;    overflow-x: hidden;}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button.disabled {  background-color: #ccc;  color: #b0aeae;  pointer-events: none;}
div.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total {
    padding-bottom: 10px;
}
div.widget-productImage.multi-image-scroll-vertical-view.no-thumb-image .image-preview-box {
    text-align: center;
}
div.tell-friend {
    padding: 0;
}

div.tell-friend .body {
    padding: 20px 25px 0;
}
div.tell-friend .body .form-row label, div.tell-friend textarea.msg-field.input-box {
    width:100%;
}

div.tell-friend .popup-bottom.footer button.submit-button.send-email {
    background: #313031;
    color: #fff;
    border: 1px solid #313031;
}
div.tell-friend .popup-bottom.footer button.submit-button.send-email:hover {
    background: #000000;
    border: 1px solid #000000;
}
div.product-widget.widget-similar .header {
    border: 0;
    margin-top: -50px;
}
div.product-widget.widget-similar .scrollable-view .header {
    border-bottom: 1px solid #EDEDED;
    margin-top: -74px;
}

@media(max-width: 767px) {
    .maintenance-message-block h1 {
        font-size: 24px;
        background-color: #f9f9f9;
        padding: 20px 30px;
    }
  div.product-widget.widget-related .scrollable-view .header, div.product-widget.widget-similar .scrollable-view .header {
    margin-top: -54px;
}
div.product-widget.widget-related .title, div.product-widget.widget-similar .title {
    font-size: 24px;
}
.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
    height: 160px;
}
.page-product .scrollable-view > .content {
    padding: 20px 0;
}
div.list-view .new.tag-mark {
  top: auto;
  bottom: 50px;
}
}

.registration-terms-condition-wrapper {
    display: inline-flex;
  align-items: center;
}
.registration-terms-condition {
    position: relative;
    padding-left: 20px;
    line-height: normal;
}
.registration-terms-condition-wrapper input.checkbox {
    position: absolute;
    left: 0;
    top: 3px;
}
.registration-terms-condition-wrapper .registration-terms-condition-label,
.registration-form .registration-terms-condition-wrapper a label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    color: #222;
}
.registration-form .registration-terms-condition-wrapper a {
    margin-left: 5px;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
    cursor: pointer;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
    color: #666;
}
.registration-form textarea + .registration-terms-condition-wrapper {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view {
    font-size: 14px;
}
.registration-form > .errorlist.after {
    display: none;
}
.registration-form .form-row {
    background: transparent;
    border: none;
    color: inherit;
}
.custom-field-container-for-widget input[type="file"] {
    background: transparent !important;
    border: none !important;
}
.donation-card-item .button {
  color: inherit;
}
.gift-card-fields .form-header .form-row label {
    line-height: 27px;
}
.popup.add-cart-information-popup .gift-card-fields span.title {
    color:#000;
}
.popup.add-cart-information-popup .gift-card-fields  input, .popup.add-cart-information-popup .gift-card-fields textarea {
    font-size: 14px;
}
form.registration-form > .form-row textarea.large {
  width: 100%;
}
.flying-cart.empty-cart .shipping-cart-empty-sub-text {
    text-align: center;
}
/*------ .property-listing-details -----------*/
.product-widget.widget-addCart span.button.call-for-price {
    text-align: center;
    font-size: 17px;
    color: #000;
}
.product-widget.widget-addCart span.button.call-for-price:hover {
color: #fff;
}

.property-listing-details {

    padding-left: 0;

    padding-right: 0;

}

.property-listing-details__price-guide-inner .action-group button, .property-listing-details__price-guide-inner .action-group a {

    padding: 10px 20px;

    height: auto;

}

.property-details-contain-container .query-form input {

    padding: 8px 25px 8px 10px;

}

.property-details-contain-container .query-form textarea {

    padding: 10px;

}

.property-details-contain-container .query-form input,

.property-details-contain-container .query-form textarea {

    font-family: 'Playfair Display', serif;

    font-size: 15px;

}

.property-listing-details__price-guide-inner .action-group .flrplan {

    border: 2px solid #000;

    background-color: transparent;

    color: #000;

}

.property-listing-details__price-guide-inner .action-group .flrplan:hover {

    border: 2px #222 solid;

    background-color: transparent;

    color: #222;

}

.property-listing-details__price-guide-inner .action-group .enqnow {

    border: 2px #000 solid;

    background-color: #000;

    color: #fff;

}

.property-listing-details__price-guide-inner .action-group .enqnow:hover{

    border: 2px #222 solid;

    background-color: #222;

    color: #fff;

}

.property-details-contain-container .agent-container .agent-info h5 a {

    color: #000;

}

.property-details-contain-container .agent-container .agent-info h5 a:hover {

    color: #222;

}

.property-details-contain-container .query-form button{

    background-color: #000;

    border: 2px #000 solid;

    color: #fff;

}

.property-details-contain-container .query-form button:hover{

    background-color: #222;

    border: 2px #222 solid;

    color: #fff;

}
.property-listing-details .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
}
.widget.widget-snippet .contact-zone {
  background-size: cover;
  max-height: 613px;
}
.widget.widget-snippet .offer-section .offer-item {
  max-width: 960px;
  height: 587px;
}
.widget.widget-snippet .offer-section .offer-item img, .widget.widget-snippet .promotional-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.widget.widget-snippet .cta-banner .item .single-item .image img {
  width: 48px;
  height: 48px;
}
.widget.widget-snippet .promotional-item {
  max-width: 571px;
  max-height: 465px;
}
.fee-widget-selected .promotional-item::after {
	display:none;
}
.fee-widget-selected .promotional-content{
  background: rgba(0,0,0,0.3);
  padding:30px;
}
@media (max-width: 991px) {
.widget.widget-snippet .offer-section .offer-item {
  height: 100%;
}
    .property-listing-details .inquire-agent-section__title {

        font-size: 28px;

        margin: 50px 0 30px;

    }

    .property-listing-details__description .header-title {

        font-size: 24px;

    }

    .property-listing-details .inquire-agent-section__inner {

        flex-wrap: wrap;

        justify-content: center;

    }

    .property-listing-details .inquire-agent-section__agent {

        margin-top: 30px;

    }

    .property-listing-details__description-price-guide {

        flex-wrap: wrap;

        flex-direction: column;

    }

    .property-listing-details__price-guide {

        flex: 0;

    }

}

@media (max-width: 767px) {

    .property-listing-details__description .info-header {

        margin-top: 15px;

    }

    .property-listing-details__description .header-title {

        font-size: 20px;

    }

    .property-listing-details__price-guide-inner {

        padding: 20px;

    }

    .property-listing-details .inquire-agent-section__inner {

        flex-wrap: wrap;

        justify-content: center;

        flex-direction: column;

    }

    .property-listing-details .inquire-agent-section__title {

        font-size: 24px;

        margin: 40px 0 20px;

    }

    .property-details-contain-container .query-form {

        padding: 30px 20px;

    }

    .property-details-contain-container .agent-container .agent-item {

        justify-content: center;

        flex-wrap: wrap;

    }

    .property-listing-details .inquire-agent-section__agent {

        margin-top: 25px;

        flex: 0;

    }

    .property-details-contain-container .agent-container .agent-info {

        text-align: center;

    }

    .property-details-contain-container .agent-container .agent-info h5 {

        margin: 0 0 10px;
        padding: 0 0 20px;
    }
}

.page-agent-listing #bs-B21B4B7D-E6D6-4C09-B94E-F53CDDAE68A9,
.page-agent-listing #bs-B21B4B7D-E6D6-4C09-B94E-F53CDDAE68A9 .page-content{
    padding: 0;
}

.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
    padding-left: 15px;
    padding-right: 15px;
}

.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {

    height: auto;

}

.property-agent-details-page .agent-short-info button.contact-agent-rob {
    background-color: #000;
    border: none;
  width: auto;
}

.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #222;
    color: #fff;
}
.property-agent-details-page .swiper-wrapper {
    max-height: 650px;
}
.checkout-page.version-2 .advance-checkout-order-details-left-footer-info {
  margin-top: 20px;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .bottom-snippet-content-advance-checkout{
  margin: 20px 0 0
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .bottom-snippet-content-advance-checkout p,
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .bottom-snippet-content-advance-checkout div{
  font-size: 14px;
  color: #000;
}
.fee-widget-product-image-view .product-view.image-view .product-block {
  height: auto;
}
div.property-listing-details .swiper-slide {
  height: 400px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {

    .property-agent-details-page .agent-short-info .agent-short-container {

        gap: 60px;

    }

    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {

        font-size: 36px;

        line-height: normal;

    }

    .property-agent-details-page .agent-sold-list-info {

        padding-bottom: 20px;

    }

}
 
@media (max-width: 767px) {

    .property-agent-details-page .agent-short-info {

        padding-top: 30px;

        padding-bottom: 40px;

    }

    .property-agent-details-page .agent-short-info .agent-short-container {

        gap: 40px;

        flex-wrap: wrap;

        flex-direction: column;

    }

    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {

        font-size: 28px;

        line-height: normal;

    }

    .property-agent-details-page .agent-short-info .agent-short-container .agent-position-info {

        margin: 10px 0 15px;

        padding-bottom: 20px;

    }

    .property-agent-details-page .agent-summery-info {

        padding-top: 30px;

        padding-bottom: 20px;

    }

  .page-product .product-view.image-view .product-block .add-to-wish-list.button.et_pdp_add_to_wish_list,
  .page-product .product-view.scrollable-view .product-block .add-to-wish-list.button.et_pdp_add_to_wish_list {
    top: 0;
    right: 15px;
    padding: 0;
}
  div.widget.widget-navigation.categories-list, div.widget.widget-filter {
  background: transparent;
}
  .header select.per-page-count {
  margin: 0;
  }
}
 /*---- pass-code-design----*/
.login-form.pass-code-verify-form .form-row {
    margin: 20px 0;
}
 @media(min-width: 768px){
   .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel {
        max-height: unset!important;
    } 
}
@media (max-width: 767px) {
    .page-pass-code-authorization form.pass-code-verify-form.valid-verify-form {
        padding: 20px;
    }
  .payment-success-page-container .order_details_table .product-name img {
  margin: 0 auto;
}
  .payment-success-page-container .order-details .order_details_table tr td:first-child, .payment-success-page-container .order-details .order_details_table tr td:last-child,
  .payment-success-page-container .order-details .order_details_table tr td, .payment-success-page-container .order-details h4 {
  text-align: center;
}

}
.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
    font-size: 17px;
    padding-left: 10px;
}

.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
  display: flex;
  align-items: center;
  padding-left: 0;
  width: 100%;
}
.gift-card-fields .sending-type-by-instant-message input.error-field-error{
  background: #fff !important;
  color: #000
}
div.fee-gallery-owl .blog-post-item .title, div.fee-gallery-owl .blog-post-item .content, div.fee-gallery-owl .blog-post-item .details-link.link {
  padding: 10px 20px;
}
div.fee-gallery-owl .blog-post-item .blog-post-info {
  padding: 0 10px 25px;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .out-of-stock, .fee-widget-product-scroll-view .product-view.scrollable-view .content .out-of-stock {
  padding: 0 20px;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image, .fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
  margin-bottom: 20px
}
.blog-post-details .blog-post-comment-panel {
  padding-top: 0;
  order: 6;
}
#blog-post-create-comment-panel .max-character {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.blog-post-details .comment-post-panel label, .blog-post-details .comment-post-panel textarea, .blog-post-details .comment-post-panel input {
  width: 100%;
}
.blog-post-details .comment-post-panel, .blog-post-details .blog-post-comment-panel{
    max-width: 860px;
  width: 100%;
  margin: 0 auto 50px;
}
.blog-post-details .blog-post-comment-panel{
   margin: 0 auto 5px; 
}
.blog-post-details span.date{
  font-size: 14px;
}
.blog-post-details .blog-post-comment-panel .comment-item .info-row.writer .name {
  font-weight: bold;
  text-transform: capitalize;
  display: block;
    font-size: 17px;
  margin-bottom: 5px
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
  margin: 0;
  font-size: 15px;
    margin: 5px 0;
}
.blog-post-details .blog-post-comment-panel .comment-item {
  border-bottom: 1px solid #f4f4f4;
}
.btn-comment-reply {
  margin-left: 6px;
  cursor: pointer;
}
.reply-popup.blog-comment-reply-popup {
  padding: 0
}
.reply-popup.blog-comment-reply-popup  .body {
  padding: 20px 20px;
}
.reply-popup.blog-comment-reply-popup  .body .textarea-wrap .reply-box {
  width: 100%
}
.reply-popup.blog-comment-reply-popup  .body .max-character {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.reply-popup.blog-comment-reply-popup .popup-bottom.footer {
  margin: 0
}
.blog-post-details .blog-post-info .author {
  height: 20px;
  margin: 20px 15px;
}
.blog-post-details .blog-post-info {
  display: flex;
  justify-content: center;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item button {
  max-width: 130px;
  color: #fff;
  margin-top: 0;
  border: 2px #000 solid;
  background-color: #000;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item button:hover {
  border: 2px #2d2d2d solid;
  background-color: #2d2d2d;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup{
    max-width: 130px;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item {
  align-items: baseline;
  justify-content: flex-end;
}
.change-store-credit-amount-popup.popup .header .split-address-popup-title {
  text-align: left;
  display: block;
}
.add-to-cart-popup.popup .body .short-info .item {
  justify-content: center;
  margin: 12px 0;
  gap: 10px;
}
.add-to-cart-popup.popup .popup-bottom.footer .button-item {
  margin-top: 15px
}
.add-to-cart-popup.popup .popup-bottom.footer .cart-summary-header {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px
}
.delivery-day-slot-select-popup .date-select-popup-header {
  padding: 20px 24px;
}
div.delivery-day-slot-select-popup .date-select-popup-header {
  padding: 20px 24px;
}
div.delivery-day-slot-select-popup span.calender-month-select {
  border: 1px solid #262626;
  background: #262626;
  padding: 3px 10px;
  height: auto;
}
div.delivery-day-slot-select-popup.site-popup .title-bar .close::after {
  display: none;
}
.auto-page.page-checkout .Zebra_DatePicker .dp_footer .dp_hover {
  color: #fff;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row.storeCredit .price-row .value, div.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row .store-credit-row .label.storeCredit-label {
  font-weight: 600;
}

.maintenance-message-block {
  padding: 100px 15px;
  max-width: 900px;
  margin: 0 auto;
}

.add-cart-information-popup.popup .gift-card-fields input.et_shipping_edit_city {
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.add-cart-information-popup .form-content .form-row .terms-and-condition-text textarea[readonly=""] {
  height: auto;
  border-bottom: 1px solid #000;
 
}
textarea[readonly=""]:focus {
  border:0 !important;
  border-bottom: 1px solid #000 !important;
}
.service-term-condition-panel .terms-and-condition{
  margin-top: 15px
}
@media(min-width: 768px){
   .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel, .page-cart .shopping-cart .my-cart-order-summary {
        max-height: unset!important;
     height: fit-content;
  }
}
@media(max-width: 767px) {
.add-to-cart-popup.popup .body{
  overflow-y: scroll;
}
.add-to-cart-popup.popup .body table{
  height: 150px;
  display: block;
}
.product_quick_view_popup.popup  .l-fixed-container, .product_quick_view_popup.popup .r-fixed-container, .product_quick_view_popup.popup  .product-widget.widget-price.no-thumb-image {
  flex-direction: column;
  padding: 10px 0;
}
.product_quick_view_popup.popup  .product-widget.widget-price .current-price-container{
    padding: 10px 0;
}
.product_quick_view_popup.popup  .product-widget.widget-addCart {
    margin-top: 0px;
  }
div.product_quick_view_popup .product-widget.widget-addCart span.add-to-cart-button {
  width: calc(52% - 5px);
}
.responsive .product_quick_view_popup .add-to-compare-button.button{
  margin-left: 10px !important;
}
}

.product-widget.widget-addCart .frequently-bought-together-products {
    width: 100%;
    display: block;
}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text {}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text .header-text {
    font-size: 18px;
}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text .subheader-text {
    font-size: 14px;
}
.product-widget.widget-addCart .frequently-bought-together-products .products-content {
    padding: 0 0 20px;
}
.product-widget.widget-addCart .frequently-bought-together-products .product-block {
    border-radius: 16px;
}
.product-widget.widget-addCart .frequently-bought-together-products .row {
    margin: 0;
}
.product-widget.widget-addCart .frequently-bought-together-products .row::before {
    display: none;
}
.product-widget.widget-addCart .frequently-bought-together-products .row .action-column {
    margin-left: auto;
}
.product-widget.widget-addCart .frequently-bought-together-products .product-separator {
    opacity: 0;
}

.page-cart .free-products .product-view.scrollable-view .product-image-link {
    height: 230px;
}
.page-cart .free-products .product-view.scrollable-view .product-image-link img {
    object-fit: cover;
}

div.add-cart-information-popup .variation-dropdown-container {
    display: flex;
    flex-direction: column;
}
div.add-cart-information-popup .variation-title-popup.title {
    font-size: 17px;
    font-weight: bold;
}

.variation-dropdown-container .chosen-wrapper.variation-type label.type-label {
    width: 100%;
    display: block;
    margin: 0 0 6px;
}
.variation-dropdown-container .chosen-wrapper.variation-type .chosen-container {
    width: 100%;
}
.variation-dropdown-container .chosen-wrapper.variation-type .chosen-container .chosen-single {
    max-width: 200px;
}

.checkout-page.version-2 .advance-checkout-steps-left-dom .order-custom-fields-form .form-row+.form-row .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}

.checkout-page.version-2 div.advance-checkout-steps-left-dom textarea {
    border: 1px solid #dedede;
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom textarea:focus {
    border-color: #000000;
}

.widget-pageHeading .page-heading-wrapper {
min-height: auto;
}