@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@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: 'Open Sans', sans-serif; -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:0 0 20px}
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-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    background: #F4F4EC;
    height: auto;
}
body>.header, body>.footer {
    background: #fff;
}
body > .header:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 36px;
    width: 100%;
    background: #fbd961;
    content: "";
}
body>.footer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 42px;
    width: 100%;
    background: rgba(239, 237, 236, 0.75);
    content: "";
}

::selection {
    background-color: #000000;
    color: #fff;
}
::-moz-selection {
    background-color: #000000;
    color: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
a:hover{
    color: #000;
}
.widget-article a{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #000;
}
.widget-snippet a, .widget-snippet a:hover, .widget-snippet a:focus {
    text-decoration: none;
}

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: #000000;
    font-family: 'Dozen';
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.03em;
}
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: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    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: #000000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    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 #e3e3e3;
    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: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Dozen';
    font-size: 14px;
    font-weight: 400;
    height: auto;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    line-height: 32px;
    padding: 10px;
    border-radius: 50px;
    width: 100%;
    margin-top: 10px;
    border: 1px solid #000000;
    letter-spacing: 0.05em;
}
.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: #68E383;
    color: #000;
    border-color: #68E383 ;
}

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: 400;
}
.widget.widget-article h2 {
    font-size: 22px;
    font-weight: 400;
}
.widget.widget-article h3 {
    font-size: 20px;
    font-weight: 400;
}
.widget.widget-article h4 {
    font-size: 18px;
    font-weight: 400;
}
.widget.widget-article h5 {
    font-size: 17px;
    font-weight: 400;
}
.widget.widget-article h6 {
    font-size: 16px;
    font-weight: 400;
}

.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*/
.header > .widget-container .widget-storeLogo {
    max-width: 185px;
    margin: 0 auto;
}
.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;
    background-color: transparent;
}
.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;
}
.widget.widget-newsletter .newsletter .message-block.error-message, .widget.widget-newsletter .newsletter .message-block.error,
.widget.widget-newsletter .newsletter .message-block.info-message, .widget.widget-newsletter .newsletter .message-block.success{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-35px;
    width:100%;
    font-size: 13px;
    z-index:1
}
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: #000000;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    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 #000000;
}
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: 12px;
    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;
}
.widget.widget-filter input[type="checkbox"] + span, .widget.widget-filter input[type="radio"] + span {
    margin: 7px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}
input[type="checkbox"] + span, input[type="radio"] + span {
    margin-right: 5px;
}
.widget .widget-title {
    color: #272727;
    font-family: 'Open Sans', sans-serif;
    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: 1400px;*/
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px);
    padding-right: calc(50% - 700px);
    width: auto;
}
#spltr-9E524C62-B6C6-491F-A970-B933FDBFE0AB .widget{
    margin: 0 -15px;
}
.fee #spltr-9E524C62-B6C6-491F-A970-B933FDBFE0AB .widget {
    margin: 0 auto;
}

/*@media screen and (max-width: 1400px) {*/
/*    .widget-container > .v-split-container .v-split.fee-fixed-width-content,*/
/*    .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content  {*/
/*        padding: 0 20px;*/
/*    }*/
/*    .page-contact-us .widget-container > .v-split-container .v-split.fee-fixed-width-content,*/
/*    .page-contact-us .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content{*/
/*        padding: 0;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*    .widget-container > .v-split-container .v-split.fee-fixed-width-content,*/
/*    .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content  {*/
/*        padding: 0 15px;*/
/*    }*/
/*}*/

.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget,
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.body .widget-container .page-content {
    min-height: 440px;
}
.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;
}

/*======  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: #000000 url(../images/dog.svg) no-repeat;
    padding: 60px 0 80px;
    text-align: left;
    margin: 0 auto 80px;
    background-size: 89px;
    background-position: 88% 100%;
}
.widget-pageHeading h1, .widget-pageHeading h2, .widget-pageHeading h6 {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    color:#fff;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    position: relative;
}
.widget-pageHeading h6{
    font-size:0;
}
.widget-pageHeading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
}
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0px;
    display: inline-block;
}

.breadcrumb-item .label, span.breadcrumb-item {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.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;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.page-blog-post .widget.widget-breadcrumb {
    display: none;
}
.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 {
    width: 100%;
    padding: 60px 0 20px;
}
/*====== End Inner-layout-control-css ======*/

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

textarea::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: 'Open Sans', sans-serif;
    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: 40px;
    height: 27px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-position: -103px 0;
}

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

.header .cart-widget-text {
    color: #000;
    font-size: 12px;
    position: absolute;
    top: 2px;
    right: -13px;
    background: #68E383;
    height: 24px;
    width: 24px;
    border-radius: 100px;
    text-align: center;
    font-weight: 500;
    line-height: 19px;
    border: 2px solid #ffffff;
    padding: 0;
    letter-spacing: -2px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
/** Cart End **/

/** Wish List Menu Start **/
.widget.widget-navigation.wishlist-menu, .widget.widget-navigation.wishlist-menu .navigation-item {
    width: 26px !important;
    height: 25px !important;
    padding: 0;
}
.header .widget-navigation.wishlist-menu .navigation-item {
    position: relative;
}

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

.widget-navigation.wishlist-menu a:hover {
    background-position-y: -28px;
}

.widget-navigation.wishlist-menu a span {
    font-size: 0;
}
/** Wish List Menu 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 -54px 0;
    width: 100%;
    user-select: none;
    text-align: right;
    max-width: 40px;
    margin: 0;
    margin-right: auto;
    height: 30px;
    -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: -37px;
}

.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:250px;
    position: absolute;
    left: 50%;
    height: auto;
    padding: 20px;
    top: 40px;
    background: #fff;
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.widget-navigation.user-nav .nav-profile-not-logged-in .nav-profile-suggestion-wrapper {
    padding: 10px 0;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item .nav-profile-logged-in a {
    border: none;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item {
    display: block;
    padding: 0;
    background: transparent;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px;
    white-space: nowrap;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    text-transform: capitalize;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    color: #000;
    letter-spacing: 0;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.profile-item a {
    border-top: 1px solid #ececec;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item span.nav-profile-not-logged-in > a.autoGeneratedPage {
    color: #000;
    padding: 8px 5px 12px;
    font-size: 14px;
    background-color: #68E383;
    max-width: 120px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-family: 'Dozen';
    border-radius: 100px;
    line-height: 22px;
    text-transform: uppercase;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item span.nav-profile-not-logged-in > a.autoGeneratedPage:hover { 
    background-color: #000;
    color: #fff;
}
.widget-navigation.user-nav .menu-title .menu-button em {
    display: none;
}
.widget-navigation .nav-profile-not-logged-in .autoGeneratedPage {
    border: none !important;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget-navigation.user-nav .nav-wrapper.vertical.show::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    top: -6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a:hover {
    color: #68E383;
}
.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: 28px;
    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: #000 url(../images/icons.svg) no-repeat 23px -24px;
    padding: 6px;
    position: absolute;
    right: -30px;
    border-radius: 0px;
    top: 0;
    width: 70px;
    border: none;
    text-align: center;
    text-transform: none;
    display: block;
    margin: 0;
    height: 56px;
    font-size: 0;
    line-height: 0;
    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;
    margin: 0 auto;
}
.widget-search .search-menu-button:hover {background-position-y: -38px;}
.widget.widget-search .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.widget.widget-search .search-form ::-moz-placeholder { /* Firefox 19+ */
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.widget.widget-search .search-form :-ms-input-placeholder { /* IE 10+ */
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.widget.widget-search .search-form :-moz-placeholder { /* Firefox 18- */
    color: #505050;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
/*end:search*/
/*========= main menu ========= */

.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: #000;
    content: '\f106';
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    color: #68E383;
}
.widget-navigation .navigation-item {
    padding: 0 34px;
}
.widget-navigation .navigation-item:first-child {
    padding-left: 0;
}
.widget-navigation .navigation-item:last-child {
    padding-right: 0;
}
.widget-navigation .navigation-item a {
    color: #000;
    padding: 6px 0;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.widget-navigation.top-left-menu .nav-wrapper.horizontal {
    text-align: left;
}
.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: #68E383;
    font-weight: 700;
}
.widget-navigation .navigation-item a:hover{
    color: #68E383;
}
.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: #000;
    font-family: 'Dozen';
    padding: 15px 5px;
    font-weight: 400;
    background: #fff;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #68E383;
    font-weight: 700;
}
.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: 0;
}
.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*/

/***********newsletter****************/
.widget.widget-newsletter {
    padding: 50px 0;
    background: #FFEC88;
}
.widget.widget-newsletter .newsletter {
    max-width:1313px;
    margin:0 auto;
    display:flex;;
    justify-content:flex-end;
}
.widget-newsletter label {
    display:none;
}
.widget.widget-newsletter .widget-title {
    max-width: 440px;
    margin:0 auto;
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    top: 50%;
    padding-bottom: 0;
    left: auto;
    right: 50%;
    padding-right: 70px;
}
.fee .widget.widget-newsletter .widget-title {
    transform: translate(-60%, -50%);
}
.widget.widget-newsletter .newsletter .form-row{
    margin:0;
    padding:0;
}
.widget.widget-newsletter .newsletter .form-row button.newsletter-subscription.submit-button {
    cursor: pointer;
    width: 249.02px;
    background: #090914;
    border: 1px solid #090914;
    border-radius: 49px;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #FFFFFF;
    margin: 0;
    height: 60px;
    padding: 10px;
}
.widget.widget-newsletter .newsletter .form-row input{
    width: 262.64px;
    padding: 17px 16px 17px 20px;
    border: 1px solid #131318;
    border-radius: 45px;
    height: 60px!important;
    margin-right:10px;
}
.widget.widget-newsletter .newsletter .form-row button.newsletter-subscription.submit-button:hover{
    background: #68e383;
    color:#000;
    border: 1px solid #68e383;
}
/***********newsletter end****************/
/********start:gallery**********/
.jssor-slider-container .slide::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107.66deg, #000000 18.96%, rgba(0, 0, 0, 0.2) 62.07%);
}

div.jssor-slider-container .container, div.jssor-slider-container {
    width: 1920px;
    height: 750px;
    padding: 0 !important;
    text-align: left;
    /* margin-top:-50px; */
}
.jssor-slider-container .caption-wrapper {
    text-align: left;
    padding: 15px;
    max-width: 1550px;
    left: 50%;
    position: absolute;
    top: 45%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 100%;
}

.jssor-slider-container .caption-wrapper .description h1{
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 92px;
    line-height:110px;
    color: #FFFFFF;
    margin: 0;
}
.jssor-slider-container .caption-wrapper [u=caption].button {
    border: 0;
}
.jssor-slider-container .caption-wrapper .description.jssor-caption-1 {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.jssor-slider-container .caption-wrapper .description.jssor-caption-3{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 590px;
}
.jssor-slider-container .caption-wrapper [u=caption] .button {
    border: 0;
    text-align: center;
}
.jssor-slider-container .caption-wrapper [u="caption"] a {
    padding: 9px 20px 9px 40px;
    max-width: 203px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    color: #000;
    background: #FFFFFF;
    border: 2px #fff solid;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
.jssor-slider-container .caption-wrapper [u="caption"] a:after {
    content: "";
    background: url(../images/button-arrow.svg) no-repeat 0 -22px;
    width: 20px;
    height: 13px;
    margin: -5px 0 0 15px;
    display: inline-block;
    transition: all ease-in-out .2s;
    vertical-align: middle;
}
.jssor-slider-container .caption-wrapper [u="caption"] a:hover {
    background: #68E383;
    border: 2px solid #68E383;
}
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;
    font-family: 'Dozen';
}
.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: #000000 ;
    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: #000000;
}
.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: 28px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.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: #000000;
}
/*end: tab section css */

.image-popup-container-for-zoom-preview img.popup-image-for-zoom-preview {
    width: 100%;
}
/***************start:Category**************************/
.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 {
    display: block;
    margin: 0 0 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}
.widget-productSummary {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0 15px;
}
/***************end:Category**************************/

/** Login Page Start **/
.page-login .login-form {
    margin: 100px auto;
    border: 1px solid #efefef;
    padding: 50px 60px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    position: relative;
    display: block;
    border-radius: 15px;
}
.login-form span.title {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #000000;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.login-form .submit-row {
    float: none;
    display: block;
}
.page-login .login-form .login-button,
.page-login .login-form .login-with-fb-btn,
.page-login .login-form .login-with-google-btn{
    max-width: 100%;
    margin: 0;
}

.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: -3px;
}
.page-login .login-form .form-row.mandatory {
    margin-bottom: 22px;
    position: relative;
}
.login-form .lost-password a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #000000;
    position: absolute;
    right: 0;
    bottom: 18px;
}
.login-form .lost-password a:hover {
    color: #68E383;
    text-decoration:none;
}
.login-form .no-account-label {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
}
.login-form .account-register a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight:400;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
    text-decoration:underline;
}
.login-form .account-register a:hover {
    color:  #68E383;
    text-decoration:none;
}
/*.login-form .errorlist.after {
    bottom: -15px;
}*/
/** Login Page End **/
/** Registration Page Start **/

.registration-form {
    margin: 100px auto;
    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;
    border-radius: 15px;
}
.registration-form .title {
    padding-left: 14px;
    font-weight: 600;
    font-size: 28px;
    line-height: 44px;
    padding-bottom: 20px;
    width: 100%;
    font-family: 'Dozen';
    letter-spacing: 1px;
}
.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 17px 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 {
    max-width: 100%;
}
.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin-top: 0;
    width: 100%;
}
.password-meter-wrap {
    position: absolute;
    top: -5px;
    right: 17px;
    width: 135px;
}
.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: 0;
    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 **/
.password-reset-form {
    margin: 100px auto;
    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;
    border-radius: 15px;
}
.password-reset-form .title {
    font-family: 'Dozen';
    font-weight: 700;
    color: #000000;
    line-height: 30px;
    letter-spacing: 1px;
}
.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #000000;
    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: #000000;
    display: block;
}
.password-reset-form .form-row input {
    width: 100%;
}
.password-reset-form .form-row.submit-row button {
    max-width: 100%;
}

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

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;
    border-radius: 15px;
}
.customer-new-password .form-row.submit-row button {
    width: 100%;
    font-family: 'Dozen';
    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: #000000;
    background: transparent;
    border: 1px solid #000000;
    max-width: 100%;
}
.customer-new-password .form-row.submit-row button:hover {
    background: #000000;
    color: #fff;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row label {
    width: 100%;
    font-size: 16px;
    color: #000000;
    display: block;
    text-transform: capitalize;
}
form.customer-new-password span.title {
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    font-size: 24px;
    text-align: left;
    padding-bottom: 20px !important;
    display: block;
}
/** Forgot Password End **/
/***************start:Product**************************/
.product-title h2 {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    text-align: center;
    margin: 100px auto 30px;
}
.products-carousel {
    padding: 70px 15px;
    background: #F7F7F7;
}
.scroll-left, .scroll-right {
    background: none !important;
    position: relative;
    height: 30px;
    width: 30px;
    border: 2px solid #f4f4ec;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
}

.scroll-left:hover, .scroll-right:hover {
    border: 2px solid #fff;
}

.scroll-left:hover:after, .scroll-right:hover:after {
    color: #68E383;
}

.scroll-left {
    transform: rotate(180deg);
}

.scroll-left:after, .scroll-right::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
}
.widget-html.widget-title {
    max-width: 1600px;
    margin: 90px auto 0;
}
.widget-html.widget-title h3 {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.widget-html.widget-title h3 a {
    font-family: 'Dozen';
    position: absolute;
    right: 100px;
    top: 0px;
    z-index: 1;
}
.widget-product.womens .header {
    max-width: 1600px;
    margin: 0 auto 20px;
}
.widget-product.womens .product-view.scrollable-view .header {
    margin: 0 auto 20px;
}
.widget-product.womens .scrollable-view>.content {
    max-width: 1755px;
    margin-left: auto;
}
.widget-html.widget-title h3 a:hover {
    color: #68E383;
}
.widget-product .scrollable-view>.content {
    border: 0;
    padding: 0;
}
.product-view.scrollable-view .header {
    background: none;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
.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 15px 30px;
    /*max-width: 1460px;*/
    margin: 0 auto 0;
    min-height: 465px;
    display: flex;
    flex-wrap: wrap;
}
.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 10px;
    margin: 0 -15px;
}
.filtered-product-container .product-view.image-view .product-block, .category-details .product-view.image-view .product-block, .widget-product.shop .product-view.image-view .product-block {
    width: calc(100%/3 - 30px);
}
.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;
}

.page-product .sale-percent-display {
    top: 15px;
    left: 12px;
}
 
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    width: calc(100%/4 - 30px);
    border: 0;
    transition: 0.4s all ease;
    margin: 0 15px 20px;
    padding: 0;
    height: auto;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
}
.widget-product.womens .product-view.image-view .product-block, .widget-product.womens .product-view.scrollable-view .product-block {
    width: calc(100% / 6 - 8px);
}
.product-view.image-view .product-block .block-content-wrap, .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 10px 20px 20px;
}
.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 {
    margin-top:-15px;
    transition: 0.4s all ease;
}
.fee-widget-content .product-view.image-view .product-block:hover .block-content-wrap,
.fee-widget-content .product-view.scrollable-view .product-block:hover .block-content-wrap {
    margin-top:0;
    transition: 0.4s all ease;
}
.product-view.image-view .product-block:hover .block-content-wrap  a.product-name-link.title-link.link,
.product-view.scrollable-view .product-block:hover .block-content-wrap a.product-name-link.title-link.link{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fee-widget-content .swiper-slide span.add-to-cart-button::before{
  display:none;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button:hover,
.fee-gallery-owl .product-view .owl-item .product-block:hover .block-content-wrap .add-to-cart-button,
.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:hover{
    background-color: rgb(104, 227, 131);
      border: 1px solid #68E383;
}
div.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name {
    padding: 5px 5px;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name-link{
     min-height: 50px; 
}
.fee-widget-content .product-block span.sale.tag-mark + span.featured.tag-mark,
.fee-widget-content .product-block span.sale.tag-mark + span.new.tag-mark + span.featured.tag-mark{
  top: 30px !important;
 }
.fee-gallery-owl .category-image-view.category .category-name {
    padding: 20px 5px 20px;
}
div.fee-widget-content .item.blog-post-item > span {
    padding: 0 20px !important;
}
div.fee-widget-content .item.blog-post-item .image{
    margin: 0;
}
div.fee-widget-content .item.blog-post-item{
    padding-bottom: 20px !important;
}
div.fee-widget-content .blog-post-item:hover .title a,
div.fee-widget-content .blog-post-item:hover .details-link.link a{
    color:#47c563
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 0 8px 0 0;
    color: #000000;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
    line-height: 120%;
}
div.product_quick_view_popup .header {
  border: 0;
  background: transparent;
  padding: 16px;
}
div.product_quick_view_popup .scroller span.view-right {
  right: 5px;
}
div.product_quick_view_popup .scroller span.view-left {
  left: 5px;
}
.block-content-wrap .price-waper span.current-price.price {
    padding: 0;
}
.price {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    display: block;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.product-block a.product-name-link.title-link.link {
    color: #000000;
    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 {
    max-width: 100%;
}
.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 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 44px;
    max-width: 100px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #000000;
    text-align: center;
    padding: 10px 10px;
    line-height: 22px;
}
.product-widget.widget-addCart span.add-to-cart-button {
    max-width: 185px;
    min-width: 185px;
    text-align: center;
    margin: 0 10px 15px 0;
    padding: 14px 10px;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    order: 2;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.product-widget.widget-addCart span.add-to-cart-button:hover{
    color: #000;
    background-color: #68E383;
    border: 1px solid #68E383;
}
.product-widget.widget-addCart span.buy-now-button.button{
    max-width: 185px;
    min-width: 185px;
}
.product-widget.widget-addCart span.add-to-cart-button::before {
    background-position-y: bottom;
    margin-top: -1px;
}
.product-widget.widget-addCart span.add-to-cart-button:hover::before {
    background-position-y: top;
    margin-top: -1px;
}
.product-widget.product-widget.widget-addCart .cart-button-container > span {
    margin: 0 10px 10px 0;
}
.product-widget.widget-addCart .cart-button-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
}

.btn-add span.add-to-cart-button, .btn-add span.add-to-cart-button {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    background: #68E383;
    border-color: #68E383;
    color:#000;
    padding: 10px;
}
span.add-to-cart-button::before {
    content: "";
    background: url(../images/cart-icon.svg);
    vertical-align: top;
    height: 21px;
    display: inline-block;
    overflow: hidden;
    width: 22px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-right: 4px;
    margin-top:0;
    background-repeat: no-repeat;
  background-size: 20px;
}
span.add-to-cart-button:hover::before {
    background-position-y:bottom;
    margin-top: 0;
}
span.add-to-cart-button:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}

.add-to-wish-list:hover::after {
    content: "\f004";
    color: #000000;
}
.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: cover;
    mix-blend-mode: multiply;
    max-width: 100%;
    max-height: 100%;
}
.view-all-product {
    padding: 0 0 10px;
    text-align: center;
}

.view-all-product p {
    margin: 0;
    padding: 0;
    line-height: 19px;
    text-align: center;
}

.view-all-product p a {
    margin: 0 auto;
    display: block;
    padding: 10px;
    width: 179px;
    height: 52px;
    background: #68E383;
    border-radius: 50px;
    border: 1px solid #68e383;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
}
.view-all-product p a:after{
    content: "";
    display:inline-block;
    width:26px;
    height:18px;
    overflow:hidden;
    margin-left:7px;
    background:url("/template/e7b6c100/images/arrow-icon.svg");
    background-position-y: 0;
}
.view-all-product p a:hover:after{
    background-position-y: 25px;
}

.view-all-product p a:hover {
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}
.widget-productImage .image-preview-box .sale.tag-mark,
.product-view.image-view .sale.tag-mark,
.product-view.scrollable-view .sale.tag-mark {
 left: 5px;
  height: 21px;
  width: 42px;
  top: 7px;
  background-position: center;
}

.page-product .widget-productImage .sale.tag-mark {
    top: 7px;
    right: auto;
    left: 5px;
}
.product-widget.widget-productName .product-name {
    color: #000;
    padding-bottom: 0;
    border: 0;
    margin: 0 0 22px;
    text-align: left;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #000000;
}
.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;
}
.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;
    z-index: 1;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark {
  background: none;
  left: 5px;
  top: 7px;
}
/** Stepper Start **/
.product-widget.widget-addCart {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 0;
    margin: 30px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.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: 45px;
    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: 32px;
    left: 0;
    line-height: 36px;
    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 .stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 32px;
    left: 0;
    line-height: 36px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 60px;
    padding: 0;
    text-align: center;
}
.product-widget.widget-addCart .stepper {
    max-width: 145px;
    height: 50px;
    position: relative;
    overflow: unset;
    border-radius: 30px;
    order: 1;
    justify-content: space-between;
    margin: 0 10px 10px 0;
    min-width: 145px;
    width: auto;
    border: 1px solid #dbdbd4;
}

.product-widget.widget-addCart .stepper input {
    width: 80px;
    height: 48px;
    border: 0;
    background: transparent;
    font-size: 23px;
    font-weight: 600;
    z-index: 0;
}
.product-widget.widget-addCart  .stepper .stepper-arrow {
    height: 48px;
}
.product-widget.widget-addCart  .stepper .stepper-arrow.up::before {
    line-height: 44px;
}
.product-widget.widget-addCart  .stepper .stepper-arrow.down::before {
    line-height: 44px;
}
.widget-addCart .buy-now-button {
    font-weight: 400;
    font-size: 17px;
    line-height: 14px;
    text-align: center;
    max-width: 100%;
    background: #68E383;
    color: #000;
    border: 1px solid #68E383;
    order: 5;
    margin: 0 0 15px 0;
    padding: 14px 10px;
}
.widget-addCart .buy-now-button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list {
    position: relative;
    order: 3;
    max-width: 165px;
    margin: 8px 12px;
    border: 0;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.01em;
    color: #000000;
    padding: 11px 0;
    text-align: right;
}
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list:before {
    content: "\00f08a";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list:after {
    content: none;
}
.product-widget.widget-addCart .add-to-compare-button.button, .product-widget.widget-addCart .remove-from-compare-button.button {
    height: 44px;
    border: none;
    background: transparent !important;
    line-height: 36px;
    order: 4;
    color: #000;
    width: auto;
  margin: 5px 0;
}
.product-widget.widget-addCart .add-to-compare-button.button:hover,
.product-widget.widget-addCart .remove-from-compare-button.button:hover,
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list:hover{
    color: #68e383;
}
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list:hover:before{
    content: "\f004";
}
.add-to-compare-button.button::after,
.remove-from-compare-button.button::after{
    line-height: 25px;
  margin-left: 8px;
}
.product-widget.widget-addCart .add-to-compare-button.button::after,
.product-widget.widget-addCart .remove-from-compare-button.button::after {
    line-height: 34px;
}
.product-view .quick-view-btn {
  max-width: 90%;
  left: 50%;
  top: 55px;
  transform: translateX(-50%);
  height: 42px;
  line-height: 20px;
  z-index: 1;
}
/*Start: Product friend mail */
.tell-friend.tell_friend_popup.popup {
    padding: 0;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active {
    padding: 0;
    max-width:450px;
    width: auto !important;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active .header {
    font-size: 18px;
}
form.tell-friend-popup .body .form-row input, form.tell-friend-popup .body .form-row label, form.tell-friend-popup .body .form-row textarea {
    display: block;
    width: 100%;
    position: relative;
    color: #102C2E;
    font-size: 15px;
}
form.tell-friend-popup .body{
    padding: 20px 30px;
}
form.tell-friend-popup .body .form-row {
    padding-bottom: 5px;
    position: relative;
}
form.tell-friend-popup .popup-bottom.footer, form.tell-friend-popup .popup-bottom.footer {
    padding: 30px;
    margin: 0;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email {
    color: #fff;
    background: #000;
    border: 2px solid #000;
    margin: 0 0 10px 0;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email:hover {
    background: #68E383;
    border: 2px solid #68E383;
}
form.tell-friend-popup .body .form-row .errorlist.after {
    bottom: -10px;
}
form.tell-friend-popup .button.form-reset.close-popup {
    max-width: 100%;
}
.tell-friend.tell_friend_popup.popu .popup-bottom.footer span.button.form-reset.close-popup {
    width: 100%;
    max-width: 100%;
}

/*End Product friend mail*/

/** Stepper End **/

.product-widget.widget-price {
    display: flex;
    margin: 0;
    padding: 0;
}
.widget-price .current-price-container {
    color: #201547;
    font-size: 18px;
    display: inline-block;
}
.widget-price .previous-price.price {
    padding-top: 6px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-decoration-line: line-through;
    color: rgba(16, 26, 18, 0.5);
}
.widget-price .current-price-container .label-for-base-price {
    color: #222222;
}
.ask-question-panel .form-row textarea {
    width: 100%;
    background: transparent;
}
.ask-question-panel .form-row label {
    width: auto;
}
.widget-price .current-price-container .current-price.price {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #3BAB53;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    right: 20px;
    top: 20px;
    left: auto;
}
.product-widget.widget-related .title, .product-widget.widget-similar .title {
    text-transform: uppercase;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 120%;
    position: absolute;
    margin-bottom: 10px;
}
.product-widget.widget-related {
    margin-bottom: 80px;
}
.product-widget.widget-related .scrollable-view>.content {
    padding: 15px 0 0;
    border: 0;
    margin:0;
}
.product-widget.widget-productReview {
    margin: 5px auto;
}
.product-widget.widget-filterGroup {
    padding-bottom: 5px;
}
.filter-group label, .filter-group span, .widget-productCategory label, .widget-productCategory span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.filter-group span, .widget-productCategory span {
    font-weight: 400;
}
.product-widget.widget-stockMark span {
    font-size: 0;
    font-weight: 500;
    color: red;
    background: transparent;
    padding:0;
    margin:0;
    text-align:right;
}
.product-widget.widget-stockMark.no-thumb-image {
    position: relative;
}
.product-widget.widget-stockMark span.available {
    color: rgba(13, 188, 146, 1);
    font-size: 0;
    position: absolute;
    right: 0;
    top: -30px;
}
.product-widget.widget-stockMark span.available::before {
    content: '';
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3BAB53;
    width: 125px;
    height: 20px;
    background: url("../images/stock.svg");
    background-position: -30px -7px;
}

.product-widget.widget-stockMark span::before {
    content: '';
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3BAB53;
    width: 125px;
    height: 20px;
    background: url("../images/stock.svg");
    background-position: -15px -44px;
}
.widget-socialMediaShare .social-media-wrapper {
    font-size: 0;
}
.widget-socialMediaShare .social-media-wrapper::before {
    content: 'Share:';
    display: inline-block;
    margin-right: 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.widget-socialMediaShare .social-media-wrapper span {
    height: 17px;
    opacity: 1;
    position:relative;
    margin:0 20px 0 0;
}
.widget-socialMediaShare .social-media-wrapper span:before {
    content:"";
    left: -5px;
    top: -8px;
    width: 34px;
    height: 34px;
    position:absolute;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.widget-socialMediaShare .social-media-wrapper span:hover:before {
    border: 1px solid #68E383;
}
.widget-socialMediaShare .social-media-wrapper span:hover{
    opacity: 1;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    background-image: url("../images/product-thumb-arrow.svg");
    width: 37px;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 5px 0;
    overflow: hidden;
}
.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
    background-position: 0px center;
    cursor: pointer;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
    background-position: -40px center;
    cursor: pointer;
}
/**********************************/
.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: 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
    margin-left: 0px;
    display: inline-block;
    line-height: 14px;
}
.new-review-panel .review-card-wrapper__reviewer-name {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.product-view .product-block .review-rating-wrapper {
    margin: 20px 20px 12px;
}
.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: 'Open Sans', sans-serif;
    border-radius: 0px;
    background: transparent;
}
.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%;
    background: transparent;
}
.new-review-panel .review-image-input-with-dropzone-wrapper {
    border: 2px dotted #A3A3A3;
    padding: 0 15px;
    background: transparent;
}
.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;
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    font-family: 'Dozen';
    font-weight: 600;
    letter-spacing: 1px;
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    border-radius: 50px;
}
.new-review-panel .write-review:hover, .new-review-panel .review-form .form-row button{
    color: #000;
    background:#68E383;
    border:1px solid #68E383;
}
.new-review-panel .review-form .form-row button ~ button.cancel {
    color: #fff;
    background: #000000;
    border: 1px solid #000000;
}
.new-review-panel .review-form .form-row button ~ button.cancel:hover{
    background: #68E383;
    border:1px solid #68E383;
    box-shadow: none;
    color: #000;
}
.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: #f7f7f7;
}
.new-review-panel .average-rating-point-block {
    background: #f7f7f7;
}
.new-review-panel .average-point-out-of {
    background: #404040;
}
.new-review-panel .average-point-out-of::after {
    border-color: transparent transparent #404040;
}
.new-review-panel .average-rating-point-block {
    border: 2px solid #404040;
}
.new-review-panel .average-point {
    color: #000000;
}
.new-review-panel .all-rating-block .rating-row .rating-bar-wrapper {
    background: #d5e5d8;
}
.new-review-panel .review-card-wrapper__view-details-link {
    color: #68e383;
}
.new-review-panel .all-rating-block .rating-row .rating-bar {
    background: #68E383;
}

.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: #000000;
}
.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-price .price .tax-message {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    position: absolute;
    left: 0;
    line-height: normal;
}
.page-product .bmui-tab {
    margin: 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;
    margin: 0;
    padding: 0 30px 15px 0;
    text-transform: none;
    border-radius: 0;
    background: transparent;
    width: auto;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.5);
}
.page-product .bmui-tab {
    padding-top: 100px;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    color: #000;
    position: relative;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -17px !important;
    width: 100%;
    height: 4px;
    background: #68e383;
}
.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: 17px;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

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

/***************end:Product**************************/
/***************Category*********************/
.category-details .category-details-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.category-details .category-details-container .category.category-detail-view.category-detail-width.category-details-page-with-background {
    padding: 0 0 20px;
    background: transparent;
}
.category-details-container .title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom:20px;
}
.category-details-container .category-detail-view {
    background: #e9e9e9;
    border-radius: 10px;
}
.category-details-container .category-detail-view img {
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.category-details {
    margin-top: -20px;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    border-bottom: 1px solid #EDEDED;
    padding: 0 0 10px;
}
.product-view .sortable {
    display: inline-block;
    margin: 0;
    float: right;
}
.product-sorting {
    font-weight: 600;
    font-size: 14px;
    min-width: 225px;
    background-color: transparent;
    border-radius: 5px;
    padding: 3px 10px;
}
.product-view .header {
    position:relative;
}
.page-shop .btn-group.view-switchers {
    margin: 18px 10px 7px 0;
}
.page-category .subcategory-container .title, .page-category .product-container .title {
   display: flex;
}
.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: -40px;
}
.page-shop .flying-cart-content .product-view .header {
    margin-top: 0;
}
.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;
}
.category .category-name {
  color: #34bf52;
  font-size: 16px;
  margin-top: 0;
  margin-left: 5px;
  font-weight: 700;
}
/***********Sidebar************/
.widget.widget-navigation.categories-list {
    margin-right: 50px;
    padding:0;
    margin-top: -55px;
}

.categories-list span.child-opener {
    position: relative;
    cursor: pointer;
    font-family: 'FontAwesome';
    vertical-align: top;
    margin-left: 15px;
    line-height: 24px;
    display: inline-block;
    width: 30px;
    height: 30px;
    display: none;
}
.categories-list .navigation-item {
    position: relative;
}
.categories-list .navigation-item a, .categories-list .navigation-item.active a {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #000000;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.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 a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.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 span.child-opener::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 24px;
    height: 100%;
    font-size: 34px;
    color: #000;
    top: 3px;
    font-weight: 700;
}
.categories-list .navigation-item.active > span.child-opener::after {
    content: "\f106";
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container {
    margin: 25px 0 0;
    display: block;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item{
    padding:4px 20px;

}
.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: #000000;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active, .categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item:hover{
    background:#FBD961;
}
.categories-list .vertical .navigation-item:first-child{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.categories-list .vertical .navigation-item:last-child:hover{
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
/*End Sidebar*/

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

/*****************Filter*********************/
.widget.widget-filter {
    padding: 40px 0 30px;
}
.widget.widget-filter .type-slider .type-slider-bottom {
    font-weight: 400;
    font-size: 14px;
    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: #000000;
}
.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/58e9d550/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-top:-7px
}
.widget.widget-filter .form-row.type-slider span.filter-name {
    display: block;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid rgb(235 235 235);
    margin: 30px 0 28px;
    position:relative;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .form-row.type-slider span.filter-name::after {
    width: 115px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 3px;
    background: #68E383;
}
.filter-profile .form-row.filter-group-item input{
    height: 16px;
    width: 16px;
    appearance: none;
    padding: 0;
    margin: 0;
    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: 1px solid #767676;
    background-color: #fff;
    position: absolute;
    left: -25px;
    top: 1px;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 3px;
}
.filter-profile .form-row.filter-group-item input[type="checkbox"]:checked+span.filter-group-item-label-wrapper:before {
    background-color: #000000;
    border: 2px #000000 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;
    padding: 0 0 10px;
    margin: 30px 0;
    border-bottom: 1px solid rgb(235 235 235);
    width: 100%;
    border-top: 0;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

.widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 0 25px 0 0;
}

.widget.widget-filter .accordion-panel>.label-bar span.numbers-of-selected {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.widget.widget-filter .form-row label.name {
    margin-top: -50px;
    padding: 0 0 18px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgb(235 235 235);
    width: 100%;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}

.widget.widget-filter .form-row label.name::after {
    width: 52px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 3px;
    background: #68E383;
}

.widget.widget-filter .accordion-panel>.label-bar label {
    display: block !important;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .accordion-panel>.label-bar label:after {
    width: 62px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 4px;
    background: #68E383;
}
.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: #000000;
    padding: 5px 5px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
    border: 1px solid #000000;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter:hover,
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection:hover {
    background: #000000;
    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: #FFFFFF;
    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-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #000000;
}

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

/*variation flate chosen */
.popup.add-cart-information-popup .variation-container {
    text-align: left;
}

.variation-container .variation-type {
    padding-bottom: 0;
    display: flex;
    max-width: 450px;
    margin: 0 auto;
}

.page-product .variation-container .variation-type {
    display: block;
    max-width: 100%;
    margin: 0;
}

.page-product .variation-container .variation-type label.type-label {
    display: block;
    line-height: 22px;
    margin-top: 10px;
}

.variation-container .variation-type label.type-label {
    font-weight: 600;
    display: block;
    width: 100%;
    color: #000000;
    width: 80px;
    line-height: 62px;
}
.widget-variation .variation-thumb ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.widget-variation .variation-thumb ul li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    overflow: hidden;
    width: 41px;
    height: 41px;
    margin: 0;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb .variation-type.color .variation-value {
    display:block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
.widget-variation .variation-thumb ul li * {
    font-size: 16px;
}
.widget-variation .variation-thumb .variation-type .type-label {
    color: #1c1f23;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.03em;
}

.widget-variation .variation-thumb .text .variation-value, .widget-variation .variation-thumb .color .variation-value  {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
}
.page-product .variation-container .variation-type.color  ul li.selected {
    border: 1px solid #000;
    padding: 3px;
    position:relative;
}
.page-product .variation-container .variation-type.color  ul li.selected .color {
    width:100%;
    height: 100%;
}
.page-product .variation-container .variation-type.color  ul li:hover{
    padding:3px;
    border: 1px solid #000;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb ul li:before{
    display: none;
}
.widget-variation .variation-thumb ul li.selected span.color:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/vicon.png) no-repeat center;
    width: 100%;
    height: 100%;
}
.page-product .variation-container .variation-type.text ul li {
    height: 44px;
    border: 1px solid #999;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 100px;
    color: #000;
    padding: 2px;
    width: 44px;
}
.page-product .variation-container .variation-type.text ul li span {
    font-size: 15px;
    font-weight: 600;
    line-height: 36px;
}
.page-product .variation-container .variation-type.text ul li:hover, .page-product .variation-container .variation-type.text ul li.selected{
    color:#000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #68E383;
}
/*END : variation flate chosen */
/*---------- Pagination Start------------*/

.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    padding: 24px 0 0;
}
.product-view .footer {
    border-top: 1px solid #EDEDED;
    border-bottom: 0;
}
.pagination {
    margin-top:5px;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.pagination:empty {
    margin-bottom: 0;
}
span.pagination-literal-status {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    float: left;
}
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    width: 40px;
    box-shadow: none;
    display: inline-block;
    color: #000000;
    font-size: 16px;
    background: transparent;
    border-radius: 50%;
    height: 40px;
    line-height: 38px;
    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: #000;
    background: #68E383;
    border: 0;
    font-weight: 700;
    position:relative;
}
.pagination span.first,
.pagination span.last {
    display: none;
}
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px
}
.pagination span.prev {
    position: relative;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px;
    color: #000000;
}
.page-search-result .page-content .footer select.per-page-count {
    margin: 0;
    height: 35px;
    display: none;
}

.pagination span:hover {
    color: #000;
    background: #68E383;
    border: 0;
    font-weight: 700;
    position:relative;
}
.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: #000000;
    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;
    overflow: hidden;
}
.owlCarousel.widget.widget-gallery.testimonial .widget-title {
    max-width: 1420px;
    margin: 30px auto 5px;
    font-family: 'Dozen';
    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: 'Open Sans', sans-serif;
    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;
}

.widget-productImage .image-preview-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    height: auto;
}
.image-preview-box.product-detail-view > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.image-preview-box.product-detail-view .vertical-aligner {
    display: block;
    height: 100%;
    width: 100%;
}
.widget-productImage .multi-image-scroll-wrapper {
    border: 0;
    overflow: unset;
    z-index: 9;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
}
.product-thumb-view img {
    max-width: 162px;
    max-height: 143px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-productImage .image-thumb-container .thumb-image {
    padding: 0;
    margin: 0 20px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #68e383;
}



.page-product .more-info {
    margin-top: 25px;
    text-align: left;
    order: 5;
    margin-top: 40px;
}
.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 .widget-title {
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 18px 0;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #000000;
}
body > .footer .widget-html > p {
    font-family: 'Dozen';
    font-size: 14px;
    color: #000;
    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: 6px 0;
}
body > .footer .vertical .navigation-item a {
    border-bottom: none;
    display: inline-block;
    padding: 0;
    transition: all 300ms ease-out 0s;
    text-decoration: none !important;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #202029;
}
body > .footer .vertical .navigation-item.active > a {
    color: #000;
}
body > .footer .vertical .navigation-item a:hover{
    color: #68e383;
}
body > .footer .article-content:last-child p {
    width:100%;
    text-align:center;
    padding: 10px 0;
}
body > .footer .article-content p, body > .footer .article-content a {
    color: #000;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.14px;
}
body > .footer .article-content:last-child p a:hover {
    color: #68e383;
}
.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: 'Dozen';
    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: 0 0 40px;
}
div.wish-list-details .scrollable-view > .content {
  padding: 20px 0;
  border: 0;
}
.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: #000000;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
  padding-left: 10px;
}

/** Footer Back to top Start **/
span.goToTop {
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    font-family: 'Open Sans', sans-serif;
    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;
}
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%);
}
/** 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: #000000;
}
.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: #000000;
}
.entire-search .search-result.pages .page a span.title {
    font-size: 22px;
}
.entire-search .search-result.pages .page a:hover {
    color: #000000;
    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: 'Open Sans', sans-serif;
    padding-bottom: 10px;
    margin: 0;
}
.entire-search .footer {
    padding: 30px 0 0;
}
.entire-search .search-result.products .product-block .summary {
    display: none;
}
.page-search-result .product-view.image-view .content, .wish-list-details .product-view.image-view .content,  .brand-details .product-view.image-view .content  {
    padding: 25px 0 0px;
    margin: 0 -15px;
}
.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;
}
.page-search-result .entire-search .product-view .header {
    margin: -80px auto 0;
    border-bottom: 1px solid #f1f1f1;
}
.page-guest-customer-order-comment .comment-row.customer .name {
    color: #000;
}
.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: 43px;
    height: 34px;
    border: 0;
}
.image-popup-container .navigator.right-button {
    background-position: -165px 0px;
    right: 8px;
    transform: rotate(0deg);
    background-size: 240px;
    border: 1px solid transparent;
}
.image-popup-container .navigator.left-button {
    left: 8px;
    background-position: -165px 0px;
    transform: rotate(180deg);
    background-size: 240px;
    border: 1px solid transparent;
}
.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 {
    border: 1px solid #d7d7d7;
}
.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: #000;
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.popup.add-cart-information-popup h4.title {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
.popup .cart-summary {
    clear: none;
    color: #000000;
    display: block;
    float: none;
    text-align: center;
}
.popup .cart-summary-header {
    color: #000000;
    float: none;
    font-size: 15px;
    padding-right: 0px;
    text-align: center;
}
.popup .status-bar-product-name, .popup .header .status-message {
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.popup .button-item {
    display: block;
    clear: both;
}
.popup .button-item .button {
    vertical-align: middle;
    margin: 0 5px
}
.popup .continue-shopping-btn {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border: 1px solid #000000;
    margin: 0 5px;
}
.popup .continue-shopping-btn:focus,
.popup .continue-shopping-btn.focus {
    color: #000000;
    background:#68E383;
    border: 1px solid #68E383;
}
.popup .continue-shopping-btn:hover {
    color: #000000;
    background:#68E383;
    border: 1px solid #68E383;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.save-cart.save-cart-init-form.popup {
    padding: 0;
}
.save-cart.save-cart-init-form.popup .body {
    background-color: #FFFFFF;
    padding: 20px;
}
.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: #f6f6f6;
    font-size: 17px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    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: 35px;
    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: 16px;
}

.shipment-calculator-popup .multi-column form {
    margin: 0 -15px;
}
.shipment-calculator-popup .first-column .form-row {
    width: 48%;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shipment-calculator-popup .form-row label {
    width: 100%;
    display: block;
}
.shipment-calculator-popup .form-row input,
.shipment-calculator-popup .form-row select {
    width: 100%;
}
.save-cart button.form-reset.close-popup {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
.save-cart button.form-reset.close-popup:focus,
.save-cart button.form-reset.close-popup.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.save-cart button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.save-cart .popup-bottom.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.save-cart .popup-bottom.footer button {
    width: 49%;
    margin-left: 0;
}
.popup .header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    text-align: center;
    padding: 15px 45px 15px 20px;
}
.site-popup, .confirm-popup {
    padding: 0;
}

.confirm-popup button.no-button {
    background: transparent;
    color: #000000;
}
.confirm-popup button.no-button:hover {
    background:#000000;
    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;
    margin-top: 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;
}

.popup.add-cart-information-popup .variation-container {
    text-align: left;
}
.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 90px;
    font-weight: 700;
    font-size: 17px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message
{
    padding:0 90px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}
.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: #000000;
    background:#68E383;
    border: 1px solid #68E383;
}
.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: -200px -5px;
}

.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before {
    font-size: 0;
}
.popup .button.disabled {
    border: 2px solid #bfbfbf !important;
  background: #bfbfbf !important;
}
.popup.add-cart-information-popup .variation-container {
    text-align: left;
}
.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;
}

.chosen-container .chosen-results .chosen-result {
    font-size: 17px;
    height: 40px;
    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;
}
.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: #000000;
    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: #000000;
    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.left-side-header.customer-profile-v2 .bmui-tab-header-container {
    border-color: #efefef;
    background: transparent;
    padding-left: 35px;
    border-right: 1px solid #efefef;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header.bmui-tab-active .title::after,
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header:hover .title::after {
    opacity: 1 !important;
    font-size: 18px;
}
#bmui-tab-account_information .account-short-details > div {
    width: 30%;
}

#bmui-tab-account_information .account-short-details {
    display: flex;
    background: #f9f9f9;
    padding: 30px;
    margin: 0 0 15px;
    justify-content: end;
    flex-wrap: wrap;
}
#bmui-tab-account_information .account-short-details > div.customer-address {
    width: 40%;
}
#bmui-tab-account_information .account-short-details > div.customer-address > p.address-line-1{
    width: 100%;
}
.bmui-tab-panel .account_information .name {
    display: none;
}

#bmui-tab-account_information .account-short-details .form-row label {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 0 0 3px 0;
    width: 100%;
}

#bmui-tab-account_information .account-short-details p.address-line-1 {
    position: relative;
    padding: 25px 0 0 40px;
    width:40%;
    font-size: 15px;
}

#bmui-tab-account_information .account-short-details p.address-line-1:before {
    content: '';
    width: 28px;
    height: 20px;
    background: url("../images/icon-address-profile.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

#bmui-tab-account_information .account-short-details p.address-line-1:after {
    content: 'Address';
    position: absolute;
    left: 40px;
    top: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

#bmui-tab-account_information .account-short-details .form-row {
    padding: 0;
    width: 100%;
    display: block;
    width: 100%;
    height: 85px;
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
}
#bmui-tab-account_information .account-short-details .form-row div{
    position: relative;
}
#bmui-tab-account_information .account-short-details .form-row div:before {
    content: '';
    width: 28px;
    height: 28px;
    background: url("../images/icon-email-profile.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: -40px;
    top: 0;
}
#bmui-tab-account_information .account-short-details .form-row .icon-customer-mobile:before {
    background: url("../images/icon-mobile-profile.svg") no-repeat center right;
}
#bmui-tab-account_information .account-short-details .form-row .icon-customer-phone:before {
    background: url("../images/icon-phone-profile.svg")  no-repeat;
}
#bmui-tab-account_information .account-short-details .form-row .icon-customer-fax:before {
    background: url("../images/icon-fax-profile.svg") no-repeat center right;
}
#bmui-tab-account_information .button-line {
    text-align: left;
    padding: 10px 0 0 0;
}
#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link {
    border: 1px solid rgba(0, 0, 0, 1.0);
    border-radius: 3px;
    background-image: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    position: relative;
    text-decoration: none;
    padding: 8px 20px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: 'Dozen';
}
#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#bmui-tab-shipping_address tbody td.contact-cell label,
#bmui-tab-billing_address tbody td.contact-cell label,
#bmui-tab-account_information tbody td.contact-cell label {
    font-weight: 600;
}
#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: 13px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    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;
}
#bmui-tab-account_information .button-line {
    text-align: right;
    padding: 10px 0 0 0;
}
#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link {
    background-image: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 11px 20px 13px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 100px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-family: 'Dozen';
}
#bmui-tab-account_information .button-line span.link-btn.password-edit-link,  .wish-list-list .button.create-wish-list, .wish_list .wish-list-share-form .form-row:nth-last-child(1) button{
    background-image: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    position: relative;
    text-decoration: none;
    padding: 10px 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #68E383;
    border: 1px solid #68E383;
    border-radius: 100px;
    width:auto;
    text-transform: uppercase;
    float: right;
    letter-spacing: 0.03em;
    font-family: 'Dozen';
}
#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link:hover {
    color: #000000;
    background-color:#68E383;
    border-color: #68E383;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#bmui-tab-account_information .button-line span.link-btn.password-edit-link:hover,  .wish-list-list .button.create-wish-list:hover, .store_credit .store-credit-request-form .submit-button:hover, .wish_list .wish-list-share-form .form-row:nth-last-child(1) button:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select, .popup textarea, .popup select, .popup input[type="text"] {
    border: 1px solid #d1d1d1;
} 
.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;
}

#bmui-tab-account_information form.edit-password-form .form-row {
    margin-bottom: 15px;
    margin-top: 10px;
}
#bmui-tab-account_information form.edit-password-form .form-row.btn-row {
    margin-top: 25px;
}
.bmui-tab.left-side-header .bmui-tab .account_information .form-row label {
    font-weight: 400;
}
span.action-icon.details,
span.action-icon.edit,
span.action-icon.share {
    background: none !important;
}
.wish-list-list span.action-icon.details:after,
.wish-list-list span.action-icon.edit:after,
.wish-list-list span.action-icon.share:after,
span.action-icon.add-to-cart {
    content: "\f06e";
    font-family: 'FontAwesome';
    color: #333;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 15px;
    font-size: 15px;
}
.wish-list-list span.action-icon.edit:after {
    content: "\f044";
}
.wish-list-list span.action-icon.share:after {
    content: "\f064";
}
.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;
    font-weight: 600;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #000000;
}
.floating-panel-popup .action-item:hover {
    color: #fff;
    background-color: #000000;
}
.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
}
 .page-guest-customer-order-comment .comment-row .show-comment {
    width: 100%;
    padding: 5px 15px 10px 0;
    font-weight: 400;
}
 .page-guest-customer-order-comment .comment-row.customer .name {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.page-guest-customer-order-comment .comment-row .date-time {
    font-size: 14px;
    color: #878787;
    padding-top: 3px;
}


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

.wish_list .wish-list-share-form .form-row:nth-last-child(1) button {
    margin-left: 12px;
    max-width: 160px;
    width: 100%;
    cursor: pointer;
}

.wish_list .wish-list-share-form .form-row .errorlist.after {
    position: absolute;
    bottom: -15px;
}
.page-filter .total-result {
    margin-top: 50px;
    color: #000000;
}
.wish_list .no-data {
    display: block;
    color: #262626;
    font-weight: 400;
    font-size: 16px;
}
.wish_list .wish-list-edit-form .form-row.btn-row {
    text-align: right;
    margin-bottom: 90px;
}
.customer-profile-v2 .customer-short-info .customer-name-text {
    margin-right: 10px;
  margin-top: 2px;
}

/** Customer Profile End **/
.time-out.popup .header-line{
    text-align:center
}
.popup.alert-popup .header-line {
    background-color: #ffffff;
    padding: 10px 0 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;
    padding: 10px 15px;
}
#order-details .info-row:last-child .value span.currency-code {
    font-size: 12px;
    margin-right: 5px;
    color: #404040;
}
/************************* Customer Profile End Customer Profile End*********************************/
.search-result {
    border: 0;
    padding-bottom: 10px;
}
.entire-search .search-result.pages {
    margin-bottom: 70px;
}
/*********************/

.contact-form .widget-title, .widget.widget-form.contact-form form {
    background: #ffffff;
    padding:40px 60px;
    max-width: 1000px;
    margin: 0 auto 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    border-bottom-left-radius: 16px;
}
.contact-form .widget-title, .widget.widget-html.contact-map .widget-title {
    padding: 40px 60px 0px;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: -1px;
    border-radius: 0;
}
.widget.widget-html.contact-map .widget-title {
    padding: 20px 0 40px;
}
.contact-form .form-template .form-row label{
    color: #000;
    font-weight: 500;
    letter-spacing: 0.001em;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;
}
.contact-form .form-template .form-row input[type=text], .contact-form .form-template .form-row textarea{
    color: #000;
    background: #f4f4ec;
    height: 52px;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 15px;
}
.contact-form .form-template .form-row textarea{
    height:165px;
}
.contact-form .form-template  .form-row.btn-row button.submit-button{
    max-width:100%;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
}
.contact-form .form-template  .form-row.btn-row button.submit-button:hover{
    background:#68E383;
    border-color:#68E383;
}
.widget-form.contact-form {
    padding: 0 !important;
}
.widget.widget-html.contact-map {
    margin: 0 0 0;
    padding: 26px !important;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.03);
    border-bottom-right-radius: 16px;
}
.contact-form .form-template .double-input-row .form-row {
    margin-bottom: 0;
}
.contact-form .form-template .form-row.btn-row label {
    display: none;
}
/** Placeholder Start **/
.contact-form input::-webkit-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-form::-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-form:-ms-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-form:-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}


.contact-form textarea ::-webkit-textarea-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}
.contact-form  textarea::-webkit-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

/* Firefox 18- */
.contact-form  textarea:-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

/* Firefox 19+ */
.contact-form  textarea::-moz-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-form  textarea:-ms-input-placeholder {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.contact-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.contact-form input[type="text"].validation-error {
    background-color: #fee !important;
    border: 1px solid #f00 !important;
}
.contact-form  input:-internal-autofill-selected {
    background-color: #020d0a !important;
}
.widget.widget-form.contact-form form .message-block.info-message, .widget.widget-form.contact-form form .message-block.success {
    display:none;
}
/************************* Home Category start*********************************/
.owlCarousel.product-categories {
    margin: 120px 0 25px;
}
.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: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    padding:15px 0;
    width: 80%;
    position:relative;
    color:#000000;
}
.product-categories .owl-carousel .owl-item .category-name a:after {
    position:absolute;
    content:"";
    right: -15px;
    top: 36%;
    width:15px;
    height:15px;
    background: url(/template/5249b238/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:#000000;
}
.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.widget-spacer.footer-spacer {
    background:rgba(255, 255, 255, 0.2);
    height:1px !important;
}
.widget.widget-article.footer-copyright p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin:0 auto;
    padding:0;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.widget.widget-article.footer-copyright p a {
    font-size: 14px;
    line-height: 24px;
    margin-left: 5px;
}
/*********blog***********/
.blog-title h3 {
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    color: #000000;
    text-align: center;
    margin: 10px auto 50px;
}

.home-blog .blog-post-item {
    width: calc(100%/4 - 20px);
    margin: 0 10px 30px;
}
.home-blog {
    margin-bottom: 80px;
}
.widget-blogPost.home-blog .blog-post-content {
    margin: 0 auto;
}
.widget-blogPost .blog-post-content, .blog-posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1428px;
    margin: 0 -15px;
}

.blog-post-item {
    width: calc(100%/3 - 28px);
    margin: 0 14px 50px;
    background: #fff;
    padding-bottom: 0;
    border-bottom: 0;
    position:relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.04);
}
.blog-post-item .post-description:after{
    position:absolute;
    content:"";
    bottom:0px;
    left:0;
    width: 100%;
    height:0;
    background:#f5f5f5;
    -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;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.post.post-list-view-width, .category.post-list-view-width{
    overflow:hidden;
    width: 100%;
    padding: 0;
}
.post.post-list-view-width img, .category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
    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: 20px 20px;
    height: 260px;
    display:flex;
    flex-direction: column;
}
.blog-post-item .post-description .title {
    order: 2;
    font-family: 'Dozen';
    font-size: 18px;
    font-weight: 700;
    color: #062a45;
    line-height: 24px;
    padding-bottom: 5px;
    margin-top: 8px;
}
.blog-post-item .post-description .title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.8);
}
.blog-post-item .post-description .blog-post-info{
    order:1;
}
.blog-post-item .post-description .blog-post-info span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.8);
}
.blog-post-item .post-description .content{
    order:3;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #062a45;
    line-height: 21px;
    opacity: 0.8;
}
.blog-post-item:hover .post-description .title,
.blog-post-item:hover .post-description .title a{
    color: #062a45;
}
.blog-post-item:hover .post-description .content{
    color: #062a45;
    opacity:0.8;
}
.blog-post-item:hover .post-description .blog-post-info span {
    color: #062a45;
    opacity:0.75;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}

.blog-post-details .title {
    font-family: 'Dozen';
    font-size: 42px;
    font-weight: 800;
    color: #062A45;
    line-height: 56px;
    margin: 0;
    max-width: 950px;
}
.blog-post-details .blog-post-info span.date{
    font-family: 'Dozen';
    font-size: 20px;
    font-weight: 600;
    color: #828282;
    line-height: 26px;
    margin:10px 0;
    display:block;
}
.blog-post-details .blog-post-info{
    margin: 0 0 40px;
}
.blog-post-details .image img, .blog-post-details .content figure img {
    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: #062A45;
}
.blog-post-details .social-media-share-bar .social-media-share{
    margin:0 5px 0 0;
    vertical-align: middle;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
    margin-top: 1px;
}
.widget-blogPost .blog-post-content .footer, .blog-posts .footer {
    width: 100%;
    text-align: center;
}
/*****************************/
.blog-post-details {
    max-width: 1400px;
    margin: 0 auto 0;
    background: #f7f7f7;
    padding: 40px;
    box-shadow: 0px 19px 24px 0px rgba(0, 0, 0, 0.08);
}
.blog-post-details .post-description {
    display: flex;
    flex-direction: column;
}
.blog-post-details .content {
    display: block;
    padding-bottom: 20px;
    max-width: 1050px;
    margin: 0 auto;
    order: 4;
}
.blog-post-details .title {
    font-family: 'Dozen';
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    margin: 0 auto 10px;
    max-width: 1200px;
    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 {
    color: #6a6a6a;
    margin: 10px 0px;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}
.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: 450px;
    object-fit: cover;
}
.blog-post-details .content figure {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
}
.blog-category-details > .title, .blog-page-title h1 {
    font-weight: 800;
    font-size: 32px;
    padding: 0 0 44px;
    color: #000000;
    margin: 0;
    line-height: 20px;
}
.blog-post-details .social-media-share-bar {
    order: 5;
    max-width: 1050px;
    margin: 0 auto 90px;
    text-align: left;
    width: 100%;
    position: relative;
}
.blog-post-item .post-description > a {
    order: 4;
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    padding: 0;
    display: inline-block;
    text-align: left;
    font-family: 'Dozen';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #49D066;
}
.blog-post-item .post-description > a:after{
    content: "";
    display:inline-block;
    width: 19px;
    height: 12px;
    overflow:hidden;
    margin-left: 10px;
    background:url("/template/e7b6c100/images/color-arrow.svg");
    background-position-x: -29px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.blog-post-item:hover .post-description > a:after{
    background-position-x:0;
}
.blog-post-item:hover .post-description > a{
    color: #000;
}
.blog-post-item:hover .post-description .title a{
    color: #49D066;
}
.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: 400;
    font-size: 30px;
    line-height: 46px;
}

.blog-post-details .content h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
}

.blog-post-details .content h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 36px;
}
.blog-post-details .content h4 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.blog-post-details .content h5, .blog-post-details .content h6 {
    font-weight: 400;
    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: #000000 !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: 16px;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Dozen';
}
/*********END blog***********/

/****sidebarcss*********/
.widget.sidebar-post .widget-title {
    padding: 0;
    color: #000;
    font-size: 16px;
    margin: 0 0 12px;
    padding-top: 0;
    font-weight: 700;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.sidebar-post{
    margin-left: 56px;
    padding-bottom: 0 !important;
}
.widget.widget-blogPost.sidebar-post {margin-bottom:40px}
.widget.widget-navigation.sidebar-post .vertical {padding-bottom:90px;}
.sidebar-post .vertical .navigation-item a {
    color: #062A45;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    line-height: 41px;
    font-family: 'Dozen';
    padding: 0;
    border-bottom: none;
    position: relative;
    text-transform:capitalize
}
.widget.widget-blogPost.sidebar-post .widget-title{
    position:relative;
}.widget.widget-blogPost.sidebar-post .widget-title:before{
     position:absolute;
     content:"";
     left:0;
     top:-50px;
     width:100%;
     height:1px;
     background:#eaeaea;
 }
.sidebar-post .vertical .navigation-item a:hover {
    color: #4cc467;
}
.sidebar-post.widget-navigation .navigation-item{
    padding:0;
    margin:0;
}
.sidebar-post .blog-post-item .title a {
    color: #062A45;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Dozen';
    margin-bottom: 5px;
}
.sidebar-post .blog-post-item .post-description .blog-post-info span {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #062A45;
    line-height: 16px;
    opacity: 0.4;
}
.sidebar-post .blog-post-item .title{
    margin:0;
    padding-bottom: 0;
}
.sidebar-post .blog-post-item.last .title{
    margin:0;
}
.sidebar-post.widget-blogPost .blog-post-item .post-description:before, .sidebar-post.widget-blogPost .blog-post-item .post-description:after, .widget-blogPost.sidebar-post .blog-post-content .footer {
    display:none;
}
.sidebar-post.widget-blogPost .blog-post-item{
    width:100% !important;
    background:transparent;
    margin: 8px 0 0 0;
    box-shadow:unset;
}
.sidebar-post.widget-blogPost  .blog-post-item:hover .post-description{
    background:transparent;
}
.sidebar-post.widget-blogPost  .blog-post-item:hover, .page-news .sidebar-post.widget-blogPost  .blog-post-item:hover .post-description .title,
.sidebar-post.widget-blogPost  .blog-post-item:hover .post-description .title a {
    color: #4cc467;
}
.sidebar-post.widget-blogPost .blog-post-item .post-description{
    height: auto;
    display: block;
    padding: 0 0 15px 0;
}
.widget-blogPost.sidebar-post .blog-post-content {
    margin: 0;
}
.page-blog-post .widget.widget-navigation.sidebar-post {
    margin-top: 56px;
}
/****endsidebarcss*********/

.newsletter.unsubscribe.valid-verify-form {
    max-width: 600px;
    text-align: center;
    margin: 90px auto 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 45px 30px;
    background: #FFFFFF;
    border: 1px solid #efefef;
    border-radius: 15px;
}
.newsletter.unsubscribe.valid-verify-form .form-row label {
    display: block;
    font-size: 16px;
    color: #000;
    display: block;
    text-transform: capitalize;
    width: auto;
}
.newsletter.unsubscribe.valid-verify-form .form-row textarea.medium.message-area {
    width: 100%;
}
.newsletter.unsubscribe.valid-verify-form span.message {
    font-size: 16px;
    margin: 30px auto 10px;
    display: block;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label {
    display: none;
}
.subscription-list-success .title {
    background-color: #000000;
    padding: 10px;
    margin: 0;
    text-align: center;
}
.page-newsletter-subscription .subscription-list-success {
    border: 1px solid #000000;
}
.subscription-list-success .help .link {
    color: #000000;
    margin-right: 5px;
}
.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-right: 0;
}
.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 .content * {
    border-radius: 0;
    font-family: inherit;
    background: transparent;
}
.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;
    display: inline-block;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button::before,
.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;
    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 #0094c4 solid !important;
    color: #0094c4;
}
.product-view.tabular-view .name-column {
    max-width: 450px;
}
.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
    right: 60px;
    width: auto;
}
.widget-product.fee-widget-product-tabular-view .name-column {
    max-width: 100%;
}
.widget-product.fee-widget-product-tabular-view .product-view .header{
    margin-top: 0;
}
.widget.widget-snippet section.friends-happiness-pet .friends-happiness-pic {
  max-width: 970px;
  max-height: 350px;
  margin: 30px auto 0;
}
.widget.widget-snippet section.friends-happiness-pet .friends-happiness-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget.widget-snippet section.home-family-pet .family-pet-pic, .widget.widget-snippet section.home-family-pet .family-pet-pic img {
  max-width: 1400px;
  max-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.widget.widget-snippet .footer-logo img {
  max-width: 180px;
}
.widget.widget-snippet .full-discover-area .content .top-part img {
  object-fit: cover;
}
.product-view .quick-view-btn {
  left: 50%;
  position: absolute;
  top: 70px;
  max-width: 90%;
  transform: translateX(-50%);
  z-index: 1;
  background: #fff !important;
  color: #000;
  text-align: center;
}
.product-view .quick-view-btn:hover {
   background:#68E383 !important
}
.product_quick_view_popup {
  padding: 0;
  max-width: 65%;
  min-width: 65%;
  left: 50%;
  top: 50%;
  margin: 0;
    max-height: 80%;
  height: auto;
  width: 100%;
  transform: translate(-50%,-50%) !important;
  overflow: hidden;
  overflow-y: auto;
}
.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;
}
.product_quick_view_popup .scroller span{
  background-color: #fff !important;
}
.product_quick_view_popup .scroller span.view-left{
  transform: rotate(-180deg);
  left: -22px;
}
.product_quick_view_popup .product-widget.widget-addCart > * {
  margin-bottom: 10px;
  height: 46px;
}
.product_quick_view_popup .preloader {
  position: relative;
}
.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: 540px;
  flex: 0 0 540px;
  max-width: 540px;
}
.product_quick_view_popup .product-detail-view img {
  max-width: 550px;
  max-height: 485px;
}
@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;
    left: 0;
    right: 0;
    top: auto;
}
.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::after{
    content: none;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a:hover {
  color: #000 !important;
  background: #68E383 !important;
  border: 1px #68E383 solid !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;
    left: 0;
    top: auto;
    right: 0;
}
.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: none;
}
.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: rgb(104, 227, 131);
}
.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 {
    background: rgb(104, 227, 131) !important;
    transform: none;
    right: 0;
    left: 0;
    position: relative;
    top: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
    background: #fff !important;
    border: 1px solid rgb(104, 227, 131);
}
.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{
    content: none;
}
.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;
    display: block;
    text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    border-radius: 0;
}
.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-image-view .product-view.image-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button {
    display: inline-block;
}
.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 .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .block-content-wrap {
  margin-top:0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view {
    padding-left: 0;
    padding-right: 0;
}
.fee-widget-product-image-view .product-view.image-view .content {
    padding: 0;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add span.add-to-wish-list {
    position: relative;
    width: 100%;
    min-width: 100%;
    margin: 10px auto 0 !important;
    right: unset !important;
    top: unset !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content .btn-add *{
  width: 100%;
  text-align: center
}

.fee-widget-product-scroll-view .parent-name, .fee-widget-product-image-view .parent-name {
  margin: 10px 20px 10px;
}
.fee-widget-product-image-view .product-view.image-view .product-block {
  height: auto;
  padding-bottom: 10px;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap .summary, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap .summary {
  padding: 0 20px;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add * {
  width: 100%;
  min-width: 100%;
  text-align: center;
  border-radius: 0px;
  padding: 7px 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list.button.et_pdp_add_to_wish_list {
  width: 100%;
  min-width: 100%;
  position: relative;
  right: unset;
  top: unset;
  background-color: #000;
  border: 1px solid #000000;
  color: #fff;
  margin-top: 10px;
}
.category-view.image-view .category-image-view-width > a.blog-category-read-more {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  margin: 10px 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add {
  width: 83%;
  margin: 0 auto;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add * {
  border-radius: 30px;
  font-size: 15px !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add span:after, .fee-widget-product-image-view .product-view.image-view .product-block .btn-add span:before {
  display: none
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button {
  font-weight: 400;
  font-family: 'Dozen';
}
@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 _______________________________*/

.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;
    margin: 0 -10px;
}
.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;
    margin: 0 0 30px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.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;
    height: auto !important;
    text-align: left;
    background: transparent;
}
.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;
}
.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.author,
.fee-blog-design-2 .blog-post-info span.author,
.fee-blog-design-3 .blog-post-info span.author,
.fee-blog-design-4 .blog-post-info span.author {
    display: none;
}
.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;
}
.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;
}
/*______________________________  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;
}
.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;
}
.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;
}
.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;
}

@media only screen and (max-width: 767px) {
    .fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button {
        width: 300px;
    }
}

.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;
}
.home-product-area,
section.home-family-pet {
    max-width: 100% !important;
    width: 100%;
}
.single-product-items .product-pic {
    margin: 0 auto;
}
.fee-full-width-content .home-product-items {
    margin: 0;
}
.widget-snippet img {
    border-radius: 20px;
}
.fee-full-width-content .home-family-pet {
    padding: 0 15px;
}
.widget-blogPost .blog-post-content,
.contact-zone ,.widget-article.company-article {
    max-width: 100% !important;
}
.fee-full-width-content .full-discover-area {
    padding: 0 15px;
}
.review-form .btn-row {
    padding-left: 0;
}

/* Customer Porfile fixing Start */
#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
}
.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 { 
    color: #727272 !important;
    text-transform: capitalize;
}
#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: #68E383;
    width: auto;
    border-color: #68E383;
  color: #000;
}
.gift-card-short-info .errorlist.after {
    position: relative;
}
#customer-profile-tabs.customer-profile-v2 button[disabled] {
    background-color: #ccc; 
    border-color: #ccc;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #000000;
    color: #fff;
    border-color: #000;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link { 
    height: 38px; 
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #68E383;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #68E383 solid;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}
#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';
    text-transform: capitalize;
    letter-spacing: 0px;
}
#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
}
.page-profile .site-popup .button-line { 
    justify-content: end;
}
#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;
}
#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 button {
    width: auto;
    background-color: #68E383;
    border: 1px #68E383 solid;
}
#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #000000;
    border: 1px #000000 solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
    display: none;
}
.page-profile .confirm-popup .button-line button {
    width: auto;
}
.page-profile .confirm-popup .button-line button.yes-button {
    background-color: #68E383;
    border: 1px #68E383 solid;
}
.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #000000;
    border: 1px #000000 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;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
    border: none;
    padding: 0;
    margin: 0;
    justify-content: unset;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
    padding-right: 24px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    padding-left: 24px;
    border-left: 1px rgba(0, 0, 0, .05) solid;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
    font-weight: 500;
    display: block;
    color: #555;
    margin: 15px 0 3px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
    width: 320px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    display: flex;
    float: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-bottom: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 50%;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
    color: #000;
    font-weight: 600;
    text-align: right;
    padding-left: 5px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    text-align: left;
    padding-right: 5px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-top: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
    font-size: 14px;
    right: 16px;
    bottom: 9px;
    line-height: 16px;
}
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
    width: 40%;
}
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
    display: flex;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
    max-width: 60px;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 70%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#customer-profile-tabs .bmui-tab-panel #order-details .id {
    font-weight: 600;
}
#customer-profile-tabs .bmui-tab-panel #order-details .name {
    font-size: 14px;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #68E383;
    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: #000000;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 30px;
    position: relative;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}

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

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

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

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

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

.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 #pre-order-list .address .name {
  font-weight: 600;
  color: #000;
}
#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;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    text-transform: capitalize;
}

#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;
  position: relative;
  max-width: 70px;
  margin-left: auto;
}

#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-size: 22px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: 0 0 20px;
    font-family: 'Montserrat';
}

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

#webcommander-page.page-profile .payment-form.site-popup-form .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    width: 100%;
}

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

#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-size: 14px;
    color: #222;
    line-height: normal;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    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: #68E383;
}

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

#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 .scroll-left::after {
    transform: rotate(180deg);
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 35px 0 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 257px;
}
#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 .customer-redirect-page-link {
    max-width: 100%;
    text-align: right;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
    display: flex;
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price {
    font-size: 16px;
}

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

@media(max-width: 575px) {
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
        flex-wrap: wrap;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
        width: 100%;
        padding-right: 0;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
        border-left: none;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) {
        display: block;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) .header-right {
        margin-top: 7px;
    }
}
/* Customer Porfile fixing End */


/*=============== 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/e7b6c100/images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 5px;
}

/* ========= 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: 190px;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}
.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;
    line-height: normal;
    color: #9c9c9c;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
    width: auto;
}
.product-view.tabular-view .product-table-view-column .stepper input {
    width: 65px;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 15px;
  width: 100%;
}
.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;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.down::before {
    left: 0;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.up::before {
    right: 0;
}
.product-view.tabular-view .multi-cart-step-column {
    width: 190px;
}

/* ========= 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;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
}
.product-view.list-view .content .product-block .image.product-image {
    width:42%
}
.product-view.list-view .content .product-block .block-content-wrap {
    width: 58%;
    padding: 25px 15px 15px 20px;
    text-align: left;
    border: none;
    margin: 0;
}
.product-view.list-view .content .product-block .image.product-image img {
    max-width:100%;
    max-height:100%
}
.product-view.list-view .btn-add {
    text-align: left;
    flex-direction: column;
    margin-top: 15px;
    position: unset;
    display: flex;
    padding: 0;
    justify-content: start;
}
.product-view.list-view .content .product-block .in-stock {
    margin-top: 7px;
}
.product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;
    padding: 0;
    opacity: unset;
    flex-direction: column;
}
.product-view.list-view .product-block .product-name-link {
    color: #32312f;
    font-size: 16px;
    padding: 0 0 25px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    text-align: left !important;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.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;
    padding: 8p11x 10px;
    font-size: 14px;
    border-radius: 3px;
    display: block;
    font-weight: 400;
    background: #68E383;
    color: #000;
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list {
    margin: 10px 0;
    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;
    text-align: left;
    line-height: 20px;
    display: block;
}
.product-view.scrollable-view .product-block .price .tax-message{
    display: block;
}
.product-view.list-view .review-rating span {
    width: 14px !important;
    height: 14px;
}
.product-view.list-view .review-rating {
    width: auto !important;
}
.product-view.list-view .product-block .review-rating-wrapper {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    margin: 0;
    top: 60px;
    bottom: auto;
}
.product-view.list-view .product-block .parent-name {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    font-size: 13px;
    top: 5px;
    margin: 0;
}
.product-view.list-view .product-block .price-waper > * {
    margin-right: 0;
}
.category .product-view.list-view .content .product-block .summary {
    text-align: left !important;
    margin: 10px 0;
    font-size: 13px;
    height: 60px;
    overflow: hidden;
}
.product-view.list-view .chosen-container-single .chosen-single {
    padding: 5px 14px;
    height: 46px;
}
.product-view.list-view .product-block .variation-thumb .variation-type {
    justify-content: start;
}
.product-view.list-view .product-block .variation-thumb .variation-type .type-label {
    text-align: left;
}
.product-view.list-view .tax-message {
    float: none;
}
.product-view.list-view .current-price span{
    float: none;
    text-align: left !important;
}
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::after,
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::before {
    content: normal;
}
.product-view.list-view .content .product-block .sale-percent-display,
.product-view.tabular-view .product-table-view-column .sale-parcent-display.tag-mark{
    background-color: #FCE4B7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 9px;
    border-radius: 50px;
    top: 20px;
    left: 20px;
}
.product-view.list-view .content .product-block .block-content-wrap .advanced-variation-ui {
    justify-content: start;
}

@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-block .advanced-variation-ui {
    display: flex;
    flex-wrap: wrap;
}
.product-block .advanced-variation-ui .representation {
    margin: 4px;
}

.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;
    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 .multi-image-scroll-wrapper {
    max-width: 100px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
    width: auto;
    height: 80px;
    box-sizing: content-box;
    cursor: pointer;
    margin: 10px;
}
.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: 15px;
    margin: 0;
    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;
}
.variation-container .variation-type.color .option-cell.selected {
    border: solid 1px #68E383;
    padding: 5px;
}
.product-widget.widget-variation-product-list .variation-container .variation-type.color .option-cell.selected{
    padding: 5px;
    border: solid 1px #68E383;
}
.variation-container .variation-type .options li {
    margin: 0 7px 7px 0;
    background: transparent !important;
}
.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;
}
.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;
    display: inline-flex;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper .stepper-arrow.up::before {
    right: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper .stepper-arrow.down::before {
    left: 0;
}
.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: #68E383;
    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: 50px;
    padding: 5px;
    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;
}
.product-widget .variation-container .chosen-container .chosen-result.options {
    padding: 5px 10px;
}
/* ========= 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: 1px solid #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 20px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    color: #000;
    background: transparent;
    font-family: inherit;
    margin: 0;
}
.product-block .advanced-variation-ui .representation .variation-option.parent-option.selected {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.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;
}
.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: 10px 0;
    position: absolute;
}
.scrollable-view {
    border-bottom: none;
}
#customer-profile-tabs .scrollable-view > .header .scroller {
    position: unset;
}

.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;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    width: auto;
    height: auto;
    padding-left: 100px;
}
#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/e7b6c100/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 20px -10px;
    padding: 0;
    font-size: 15px;
    color: #000;
}

.registration-form input.checkbox {
    width: auto;
    height: auto;
}
#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    padding-right: 50px;
}
.chosen-container-single .chosen-single div b {
    top: 5px;
    display: inline-block;
}
.variation-container .variation-type .options {
    padding: 2px 10px;
}
.category .product-view.list-view .content .product-block .summary,
.product-view.image-view .summary,
.product-view.scrollable-view .summary,
.product-view.image-view .summary p,
.product-view.scrollable-view .summary p{
    height: auto;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
}
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;
}
.product-view.image-view .product-image .add-to-cart-button,
.product-view.scrollable-view .product-image .add-to-cart-button {
    margin: 0 0 7px 0;
}
.page-wish-list .add-to-cart-button.button {
    margin: 0 7px 7px 0;
    max-width: 140px;
}
.add-to-compare-button.button, .remove-from-compare-button.button {
height: 42px;
  padding: 7px 10px;
  line-height: 20px;
}
.product-image .btn-add {
    position: unset;
    padding: 0 15px;
}
.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-block:hover .product-image .add-to-cart-button, .product-block:hover .product-image .add-to-compare-button,
.product-block:hover .product-image .add-to-wish-list, .product-block:hover .product-image .remove-from-compare-button,
.product-block:hover .product-image .add-to-wish-list.disabled {
    -webkit-transform: translate(0,-115px);
    -moz-transform: translate(0,-115px);
    -ms-transform: translate(0,-115px);
    -o-transform: translate(0,-115px);
    transform: translate(0,-115px);
}
.flyingt-cart-header {
    padding: 45px 20px 10px;
}

@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;
        text-align: left;
    }
    .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%;
    }
    .popup {
        max-height: 90vh !important;
        overflow-y: auto;
    }
    .flying-cart-empty-cartitem-text {
        font-size: 16px;
    }
    .flying-cart-container {
        padding: 0 20px;
    }
    .flying-cart-item .flying-cart-item-image {
        max-width: 85px;
        min-width: 85px;
    }
    .flying-cart-item .flying-cart-item-image .flying-cart-image-wrapper  {
        width: 85px;
    }
    .flying-cart-item .flying-cart-item-image .flying-cart-image-wrapper .product-thumb-image {
        width: 70px;
        height: 70px;
        margin-right: 15px;
    }
    .registration-form > .errorlist.after {
        margin: 0;
        padding: 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: #000;
}
div.flying-cart-footer .continue-shopping-btn, .flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
    background: #000;
    border: none !important;
    color: #fff;
    margin: 0;
    padding: 11px 5px 14px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
}
div.flying-cart-footer .continue-shopping-btn:hover, .flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
    background: #68E383;
    color: #000;
}
.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;
    color: #fff;
    height: auto;
    background: #000;
    padding: 1px 9px 5px;
    font-weight: 400;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button:hover {
    background: #68E383;
    color: #000;
}

@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.flying-cart-close-button {
        width: auto
    }
    div.flying-cart-page-heading-action-btn-wrapper {
        gap: 0 12px;
    }
}
/* end flying cart popup */

/* 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: #000;
    border: none;
    margin: 0;
    padding: 10px 5px 12px;
    line-height: 21px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover{
    background: #68E383;
    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;
    border-radius: 0;
    font-weight: 500;
}

@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 0;
    }
    .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*/
.shopping-cart .my-cart-products-order-summary {
    flex-wrap: wrap;
  margin-bottom: 80px;
}
.shopping-cart .product-card {
    max-width: 90%;
}
.shopping-cart .product-card.cart-item:last-child {
    margin-bottom: 40px;
}
.shopping-cart .my-cart-products .product-card.cart-item {
    margin-bottom: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
}
.shopping-cart .my-cart-order-summary {
    max-height: 380px;
    margin-bottom: 0;
}
.shopping-cart .my-cart-products {
    margin: 0 0 100px;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
    padding: 0;
    width: 100%;
}

.shopping-cart .my-cart__header {
    margin-bottom: 25px;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background: #000;
    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: #68E383;
    color: #000;
}
.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(104, 227, 131);
}
.wish-list-popup select {
    width: 100%;
}
div.flying-cart-quantity-wrapper .stepper-arrow.down::before {
  top: 9px;
}
div.flying-cart-quantity-wrapper .stepper-arrow.up::before, div.flying-cart-quantity-wrapper .stepper-arrow.up::after {
  top: 9px;
}
div.flying-cart-quantity-wrapper .stepper {
  height: 30px;
}
div.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input:focus{
  background-color: #f2f2f2 !important;
  border: 1px solid #fff !important;
  color: #000 !important;
}
body:not(.page-contact-us, .page-about-us, .page-privacy-policy, .page-terms-and-conditions) .body div.widget-spacer .spacer {
    height: 0 !important;
}

@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;
    }
    .shopping-cart .product-card__product-name a {
        font-size: 15px;
        max-width: 204px;
        display: inline-block;
    }
    .shopping-cart .my-cart-order-summary {
        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;
}

@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 0 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;
    }
    div.flying-cart-content.page-content.loading.popup.active {
        height: 100% !important;
    }
}
/* 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;
}
.shopping-cart .button, .shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
    border-radius: 0;
}
.product-card__info-other-label {
    text-align: left;
}
.shopping-cart .my-cart__title {
    line-height: normal;
    margin: 10px 0;
}
.payment-success-page-container .message-details .post-order-contact-us a {
    font-size: inherit;
}
.payment-success-page-container .message-details .post-order-contact-us a:hover {
    color: #68E383;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    margin: 15px 0 0;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
    margin-bottom: 20px;
}
.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 10px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    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;
}
.payment-success-page-container .order-details .payment-success-total table td, .wrapper .price {
    font-size: 14px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right {
    background: #fff !important;
    border: 1px solid #f0f0f0;
    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 .scroller .scroll-left::after {
    left: 15px;
    top: 8px;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right::after {
    right: 13px;
    top: 6px;

}
.customer-profile-v2-wrapper {
    padding: 100px 30px;
}
.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: 630px;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover{
    color: rgb(66, 66, 66);
    text-decoration: none;
}
.page-login .checkout-as-guest-button a {
    font-size: 14px;
    line-height: 34px;
    font-weight: 400;
    color: #000;
    border: 2px #000 solid;
    height: 50px;
    width: 100%;
    border-radius: 50px;
    max-width: 300px;
    margin: 0 auto;
    font-family: 'Dozen';
}
.page-login .checkout-as-guest-button a:hover {
    color: #fff;
    background: #000;
}
.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: #68E383;
}
.payment-success-page-container .payment-success-header .payment-success-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    background-size: 65px;
}
.payment-success-page-container .payment-success-header .title {
    font-size: 30px;
    line-height: 40px;
}
.payment-success-page-container .message-details .order-info {
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.payment-success-page-container .message-details .post-order-contact-us {
    font-size: 17px;
    max-width: 600px;
    margin: 15px auto 0;
    line-height: 24px;
}
.payment-success-page-container .payment-success-header {
    margin-bottom: 15px;
}
.payment-success-page-container .order-details .order_details_table th {
    background: transparent;
}
.payment-success-page-container .order-details .order_details_table tr th {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    padding: 0 0 10px;
}
.payment-success-page-container .order-details h4 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.payment-success-page-container .order-details {
    border-radius: 12px;
}
.payment-success-page-container .order-details .payment-success-total table td, .wrapper .price {
    font-size: 14px;
    color: #000;
}
.payment-success-page-container .order-details .payment-success-total {
    margin-top: 10px;
}
.payment-success-page-container .order-details .payment-success-total table {
    width: 240px;
}
.payment-success-page-container .order-details .order_details_table tr td {
    padding: 15px 10px;
}
.payment-success-page-container .order-details .order_details_table tr.odd {
    border-bottom: 1px rgba(0,0,0,0.10) solid;
    border-top: 1px rgba(0,0,0,0.10) solid;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    border-radius: 50px;
}





/*------ .property-listing-details -----------*/
div.page-content .property-listing-details .property-details-slider {
  max-height: 500px;
}
.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 #222;
    background-color: transparent;
    color: #222;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover {
    border: 2px #222 solid;
    background-color: #222;
    color: #fff;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
    border: 2px rgb(104, 227, 131) solid;
    background-color: rgb(104, 227, 131);
    color: #000;
    border-radius: 30px;
  font-family: 'Dozen';
  font-weight: 400;
}
.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: rgb(104, 227, 131);
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
    color: #222;
}
.property-details-contain-container .query-form button{
    background-color: rgb(104, 227, 131);
    border: 2px rgb(104, 227, 131) solid;
    color: #000;
      padding: 10px;
  height: 46px;
}
.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: rgb(104, 227, 131);
}
.property-details-contain-container .agent-container .agent-img img {
  border: 2px rgb(104, 227, 131) solid;
}
.category-view.image-view .blog-category-name:hover .category-name-link{
    color:rgb(104, 227, 131);
}
div.fee-gallery-owl.fee_img-gallery_album_owl .item {
  aspect-ratio: 4/6;
}
.ff div.donation-details__frequency-option .donation-details__frequency-date-input.recurring-end-date {
  background: none;
}
div.donation-details__frequency-option .donation-details__frequency-date-input.recurring-end-date {
  background: #fff 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%22M8.5%2015.5H11.5C11.75%2015.5%2012%2015.2812%2012%2015V12C12%2011.75%2011.75%2011.5%2011.5%2011.5H8.5C8.21875%2011.5%208%2011.75%208%2012V15C8%2015.2812%208.21875%2015.5%208.5%2015.5ZM17.5%206H16V4.5C16%204.25%2015.75%204%2015.5%204H14.5C14.2188%204%2014%204.25%2014%204.5V6H10V4.5C10%204.25%209.75%204%209.5%204H8.5C8.21875%204%208%204.25%208%204.5V6H6.5C5.65625%206%205%206.6875%205%207.5V18.5C5%2019.3438%205.65625%2020%206.5%2020H17.5C18.3125%2020%2019%2019.3438%2019%2018.5V7.5C19%206.6875%2018.3125%206%2017.5%206ZM17.5%2018.3125C17.5%2018.4375%2017.4062%2018.5%2017.3125%2018.5H6.6875C6.5625%2018.5%206.5%2018.4375%206.5%2018.3125V9H17.5V18.3125Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E %3C%2Fsvg%3E") no-repeat right 7px center;
}
div.donation-address-page-content .form-row .submit-button:hover {
  background-color: #68E383;
}
@media (max-width: 991px) {
    .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: rgb(104, 227, 131);
    border: none;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #222;
    color: #fff;
}
@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;
    }
}
.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%;
}
.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
  border: 2px solid rgb(104, 227, 131);
}
.image-popup-container-for-zoom-preview.floor-plan-view.popup {
  padding: 10px;
  background: #fff;
}


.checkout-page.version-2 {
  -ms-grid-columns: 53% 47%;
  grid-template-columns: 53% 47%;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
  max-width: 566px;
}

.checkout-page.version-2 .billing-address .form-row.phone-row label, .checkout-page.version-2 .billing-address .form-row.city-selector-row label, .checkout-page.version-2 .billing-address .form-row.state-selector-row label, .checkout-page.version-2 .billing-address .form-row.country-selector-row label, .checkout-page.version-2 .billing-address .form-row.post-code-row label,
.checkout-page.version-2 .billing-address .form-row.active-row label,.checkout-page.version-2 .billing-address .form-row.has-value-row label {
  top: -2px;
}
.checkout-page.version-2 .contact-panel .contact-info .form-row.active-row lable,.checkout-page.version-2 .contact-panel .contact-info .form-row.has-value-row lable {
    top: -10px
}

.page-product .chosen-container-single .chosen-single {
  height: auto;
}
.page-product .chosen-container-single .chosen-single span {
  line-height: 26px;
}
.product-widget.widget-addCart .frequently-bought-together-products {
  width: 100%;
}

/*****************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: #f8f8f8;
  border-radius: 0;
  width: 100%;
  color: #000;
}
.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: rgb(104, 227, 131);
  color: #fff;
}
.page-credit-card-payment .payment-form .merchant-logo {
    max-width: 100%;
    padding-bottom: 80px;
  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: #c8c6c6;
}
.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;
}
}


/************************************/
.checkout-page.version-2 .advance-checkout-steps-left-dom .error-message-div .message-block.error {
  margin-top: 10px
}
.flying-cart-content .free-products .product-block.product-view-height-width {
  height: auto;
}
.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;
}
.product_quick_view_popup .header .title {
  display: block;
  color: #000;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  display:none;
}
.product_quick_view_popup.popup .body {
  padding-bottom:30px;
}
.sale-percent-display {
  background-color: rgb(104, 227, 131);
   padding: 4px 15px 2px;
  color:#000;
}
.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;
}
.product_quick_view_popup .scroller span {
  z-index: 1;
}
.category-view.image-view .category-image-view-width a.blog-category-read-more {
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0;
}
.category-view.image-view .category-image-view-width a.blog-category-read-more::after {
  content: "\f105";
  font-family: fontawesome;
  margin-left: 7px;
  margin-top: 0;
  position: absolute;
  font-size: 16px;
}
.flying-cart-content .free-products .current-price .free-product-text, .product-view.scrollable-view .product-block .free-product-text, .product-view.image-view .product-block .free-product-text{
  color: #15d595;
}
.free-products .product-view.image-view .product-block:hover .product-image-link::after, .free-products .product-view.scrollable-view .product-block:hover .product-image-link::after {
  background-color: transparent;
}
.free-products .product-view.image-view .product-block, .free-products .product-view.scrollable-view .product-block {
  width: calc(25% - 32px);
}
.widget-related .scroller span {
  display: inline-block;
  margin-left: 8px;
}
.page-product .scrollable-view {
  overflow: unset;
}
.page-product .scroll-left, .page-product .scroll-right {
  height: 30px;
  width: 32px;
}
.page-product .product-view.scrollable-view .content {
  padding: 30px 0 0;
  border: 0;
  margin: 0 -15px;
}
.page-product .product-view .quick-view-btn {
  width: 100%;
  text-align: center;
  height: auto;
}
.widget-similar {
  margin-top: 70px;
}
.widget-related .title, .widget-similar .title {
    border-bottom: 1px solid #ddd;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    margin: 0 auto 40px;
    padding-bottom: 5px;
    position: relative;
}
.page-product .product-view.scrollable-view .header{
  
    position: relative;
    z-index: 23;
}
.new-review-panel .write-review-panel {
  margin-top: 0px;
}
.page-compare-product .compare-details table td, .page-compare-product .compare-details table th {
  border: 1px solid #e3e3e3;
  padding: 15px;
}

.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;
}
.gift-card-fields .sending-type-by-instant-message input.error-field-error{
  background: #fff !important;
  color: #000
}
div.agent-list-item .member-img {
  border: 2px solid #000;
}
/***************Drop Widget**********************/
div.compare-details table.product-view {
  margin: 50px 0;
}
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;
  border: 1px solid rgb(104, 227, 131) !important;
  background-color: rgb(104, 227, 131) !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;
  background-color: #000 !important;
  color: #fff !important;
}
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 rgb(104, 227, 131);
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add span:hover{
  border: 1px solid rgb(104, 227, 131);
  background:rgb(104, 227, 131);;
}
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 rgb(104, 227, 131) !important;
  background-color:rgb(104, 227, 131) !important;
  color:#000;
}
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:#000 !important;
  color:#fff;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list:hover {
      border: 1px solid rgb(104, 227, 131) !important;
  color:#fff !important;
}
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover, .fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
  background: rgb(104, 227, 131);;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block{
  height:auto;
}
.fee-widget-content .property-content .property-list-item:hover .post.property-list-view a::before {
  background: rgb(192 253 186 / 33%);
}
.fee-widget-content .agent-list-item > a.read-button:hover, .fee-widget-content .agent-list-item > a.read-button:hover::after {
  color: #000;
}
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev:hover, .fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next:hover {
    border-color:rgb(104, 227, 131);
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev:hover:before, .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next:hover:after {
    color:rgb(104, 227, 131);
}
div.fee-gallery-owl .owl-item .item {
    aspect-ratio: auto;
}
.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;
}
.widget-gallery .swiper-button-prev:hover, .widget-gallery .swiper-button-next:hover, .fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: rgb(104, 227, 131);
    border: 1px solid rgb(104, 227, 131);
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover, .fee-gallery-owl .blog-post-item .blog-post-info 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:#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: rgb(104, 227, 131) none repeat scroll 0 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
  background: rgb(104, 227, 131);
  border: 1px solid rgb(104, 227, 131);
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
background: #000 !important;
  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;
}
div.fee-widget-product-image-view .product-view.image-view .sale.tag-mark {
  left: 5px;
  top: 7px;
}
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span, .fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span {
  background: rgb(104, 227, 131);
  border: 1px rgb(104, 227, 131) solid;
}
/************/
.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: rgb(224 255 231);
  border: 0;
}
.fee-widget-product-scroll-view .product-view.tabular-view .price-column {
  max-width: 41%;
  width: 100%;
}
.product-view .product-block .review-rating-wrapper{
    justify-content:center
}
.review-rating {
    margin: 0 !important;
}
.review-rating:only-child {
    margin: 0 auto !important;
}
.image-popup-container-for-zoom-preview.floor-plan-view.popup {
  padding: 10px;
  background: #fff;
}
div.category .summary {
  height: auto;
  padding-bottom: 10px;
}
/*************************************/
.fee-widget-product-image-view .product-view.image-view .product-block {
  height: auto;
}
div.property-listing-details .swiper-slide {
  height: 400px;
  margin-bottom: 20px;
}
.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 {
  bottom: 0;
  transform: translateX(0px);
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add {
  padding: 0;
  width: 46px;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button{
  position: relative;
  font-size: 0;
  background: #000 none repeat scroll 0 0 !important;
  border: 1px solid #000 !important;
}
.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.et_pdp_add_to_wish_list:hover{
   background: rgb(104, 227, 131) none repeat scroll 0 0 !important;
  border: 1px solid rgb(104, 227, 131) !important;
  color: #000;
}

.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;
}
.widget-blogCategory.fee--blog-category-1 .category-view.image-view .blog-category-name {
  text-align: left;
}
.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:  5px;
  right: 0;
}
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  margin-left: 5px;
  left: 0;
}
.donation-address-page-content, .donation-details-wrapper {
  background-color: transparent;
  }
  .donation-details__continue-button-wrapper .donation-details__continue-button:hover {
  background-color: rgb(104, 227, 131);
}
.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%);
}
  .fee-widget-content .category:hover .category-name-link{
   color:rgb(104, 227, 131);
 }
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item {
    margin: 10px 5px;
  padding: 15px 0 20px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next {
    right: 5px;
    margin-right: 0;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev {
    left: 5px;
    margin-left: 0;
}
/************************/
div.donation-success-page-content {
  background-color: transparent;
}
.donation-success-page-content .order_details_table {
  margin: 0; padding: 0;
}

@media (max-width: 767px) {
.donation-success-page-content {
  padding: 30px 0px;
}
.donation-success-page-content-inner .cartitem-table tr.title, 
.donation-success-page-content-inner .cartitem-table tr { 
  display: table-row; 
  } 
  .donation-success-page-content-inner .cartitem-table tr:last-child td { 
    border-bottom: 1px solid #F3F3F3;
  } 
  .donation-success-page-content-inner .cartitem-table tr td{
   text-align: left;
  } 
  .donation-success-page-content-inner .cartitem-table tr td.price {
    text-align: right;
  }
  .donation-success-page-content-inner .cartitem-table td {
    display: table-cell;
  }
}
.blog-post-details .blog-post-comment-panel {
  padding-top: 0;
}
#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
}
/**********/
div.shopping-cart .my-cart__header-button-wrapper .button {
  line-height: 29px;
  padding: 4px 16px 6px;
}
.popup.shipping-calculator-popup .body {
  padding: 30px 24px;
}
.popup.shipping-calculator-popup .header {
  background: rgb(104, 227, 131) !important;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button:hover {
  background-color: rgb(104, 227, 131);
  border-color: rgb(104, 227, 131);
  color: #fff;
}
.popup.shipping-calculator-popup .last-column h4 {
  margin: 10px 0;
}
.popup.shipping-calculator-popup th{
  font-size: 14px; 
}
.popup.shipping-calculator-popup select {
  padding: 14px 35px 14px 16px;
}
.popup.shipping-calculator-popup table td {
  padding: 5px 0 18px;
  width: auto;
  display: revert;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button, .popup.shipping-calculator-popup .popup-bottom button.close-popup{
    border-radius: 30px !important;
    padding-top: 10px;
}
.popup.shipping-calculator-popup .popup-bottom button.close-popup {
  color: #000;
}
div.checkout-header-btn-wrapper.top {
  max-width: 456px;
  text-align: right;
}
.popup.shipping-calculator-popup .popup-bottom button{
font-family: 'Dozen';
}
.product-widget.widget-shipmentCalculator .shipment-calculator.button {
  max-width: 240px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  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;
}
.product-widget.widget-shipmentCalculator .shipment-calculator.button:hover {
  box-shadow: none;
  background-color: rgb(104, 227, 131);
  border: 1px rgb(104, 227, 131) solid;
  color: #000;
}
.popup.shipping-calculator-popup .popup-bottom button:hover {
    background-color: #000;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item button {
  max-width: 130px;
  color: #fff;
  margin-top: 0;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item button:hover {
  border: 2px rgb(104, 227, 131) solid;
  background-color: rgb(104, 227, 131);
}
.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;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .wish-list-edit-form .form-row.btn-row .cancel-button:hover,
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new:hover,
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link:hover,.page-profile .confirm-popup .button-line button.no-button:hover,
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .btn-row .cancel-button:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .edit-address-form .form-row.btn-row .cancel-button:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .edit-address-form .form-row.btn-row .cancel-button:hover{
    background: rgb(104, 227, 131);
    border-color:rgb(104, 227, 131);
    color:#000;
}
.time-out.popup .header-line .ok:hover {
  background-color: rgb(104, 227, 131);
}
.time-out.popup .header-line .ok {
  background-color: #313131;
  width: 160px;
  border-radius: 30px;
}
.fee-identical-sewc-elm.alert-popup.time-out.popup {
  display: flex;
  flex-direction: column-reverse;
  padding: 10px 0 30px;
}
.widget-storeLogo img {
  max-width: 185px;
  max-height: 49px;
}
.product-widget.widget-shipmentCalculator {
  margin: 20px;
}
.gift-card-fields .terms-and-condition-text {
  margin-bottom: 15px;
}
.product-widget.widget-price .zip-installment {
  margin: 5px 0;
}
.product-widget.widget-price .zip-installment .zip-icon.zip-learnmore {
  padding: 0;
  margin: 0;
}
.site-popup.zip-learn-more-popup.popup  .title-bar.fee-popup__header {
  border: 0;
  padding: 0 ;
  margin: 0;
}
.site-popup.zip-learn-more-popup.popup .heading {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
}
.site-popup.zip-learn-more-popup.popup  .subheading {
    font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.site-popup.zip-learn-more-popup.popup a.btn.secondary {
  padding: 8px 20px;
  background:rgb(104, 227, 131);
  color: #fff;
  margin-top: 20px;
  display: block;
max-width: 128px;
  border-radius: 30px;
}
.site-popup.zip-learn-more-popup.popup a.btn.secondary:hover {
    background: #000;
}
.site-popup.zip-learn-more-popup.popup .close {
  top: 10px;
  right: 10px;
}
.site-popup.zip-learn-more-popup.popup .close:after,
.site-popup.zip-learn-more-popup.popup .close:before{
width: 2px;
  height: 20px;
}
.product_quick_view_popup.popup .zip-installment {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.gift-card-fields .terms-and-condition-text textarea[readonly=""]{
  height:auto;
}
.product-block .product-info .variation-container .variation-type .options span.variation-value {
    color: #000;
    font-size: 14px;
    text-transform:capitalize;
    margin:0 5px
}

.product-block .product-info .variation-info-wrapper .product-variation-select {
    display: flex;
}
.product-block .product-info .variation-container .variation-type{
    padding:0;    
} 
.product-block .product-info .variation-container .variation-type label.type-label {
    margin:10px 0 0;
}
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: 700;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button:hover {
  background-color: rgb(104, 227, 131);
}

.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover,
.fee-widget-content .owl-nav .owl-prev:hover, .fee-widget-content .owl-nav .owl-next:hover {
  background: rgb(104, 227, 131) !important;
  border: 1px solid rgb(104, 227, 131) !important;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev:hover::before, 
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next:hover::after {
  color: rgb(104, 227, 131);
}
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev, .fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next{
  border: 1px rgb(165, 90, 90) solid;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button {
  background-color: rgb(104, 227, 131);
  color: #000;
  border: 2px solid rgb(104, 227, 131);
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button:hover {
  background-color: #000;
  border: 2px solid #000;
}
.shopping-cart .my-cart__header-button-wrapper .button {
  background-color: rgb(104, 227, 131);
  border: 1px rgb(104, 227, 131) solid;
  border-radius: 5px !important;
  color: #000;
}
.shopping-cart .my-cart__header-button-wrapper .button:hover {
    border: 1px #000 solid;
}
.page-product .flying-cart-content .product-view.scrollable-view .header {
  margin-top: 0;
}
.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
}



.featured.tag-mark {
  height: auto !important;
  background: #e92b5a !important;
  font-size: 13px !important;
  padding: 0 8px 2px;
  color: #fff;
  top: 5px !important;
  left: 5px !important;
  width: auto !important;
  line-height: 20px;
}
.popup.shipping-calculator-popup .first-column .form-row label {
  top: -15px;
}
.checkout-header-btn-wrapper.top .shipment-calculator.button {
  padding: 3px 20px 7px;
  height: auto;
  line-height: 30px;
  width: auto;
  background-color: #000;
  font-size: 14px;
}
.checkout-header-btn-wrapper.top .shipment-calculator.button:hover{
  background-color:#68E383;
}
.popup{
  padding: 0;
}
body:not(.fee) .notification .message {
  color: #0fa430;
}
.notification.popup {
  min-width: 420px;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details:after{
  content: "\f06e";
  font-family: 'FontAwesome';
  color: #333;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 15px;
  font-size: 15px;
}
.checkout-page.version-2 div.checkout-button-wrapper-bottom + .bottom-snippet-content-advance-checkout div {
  margin-top: 20px;
}
.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition-text {
  margin-top: 0;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .chosen-container.chosen-container-multi .chosen-choices li:after {
  display: none;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .order-custom-fields-form .form-row .Zebra_DatePicker_Icon_Wrapper {
  width: 100%;
}
.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"] {
  top: 5px;
}
.sale-percent-display.tag-mark + .featured.tag-mark,
.sale-percent-display.tag-mark + .new.tag-mark + .featured.tag-mark{
  top:50px !important;
  position: absolute;
}
div.flying-cart-content .flying-cart-special-add-to-cart {
  text-align: center;
  text-decoration: none !important;
  padding: 0 10px 3px !important;
}
div.flying-cart-content .flying-cart-special-add-to-cart {
text-align: center;
  text-decoration: none !important;
  padding: 0 0 3px !important;
  line-height: 24px;
  font-size: 11px !important;
  width: 100px;
  margin-left: 10px;
  margin-top: 0;
}
div.flying-cart-content .flying-cart-special-add-to-cart:hover {
  background: #68E383!important;
}
.flying-cart-content img {
  max-height: 60px!important;
}
div.flying-cart-item-image img {
  width: 70%;
}
div.flying-cart-content .product-view .header .scroller {
  top: -15px;
}
div.flying-cart-container .discount-up-sell-message .progress-bar {
  top: 7px;
}
div.flying-cart-content .recommended-products .header-text {
  margin-bottom: -10px;
}
.flying-cart-content .product-info {
  width: 200px !important;
}
div.category .category-name {
  color: #000;
  font-weight: 700;
}
.product-view.tabular-view .product-table-view-column {
  width: 140px;
}
.product-view.tabular-view .product-table-view-column .sale-parcent-display.tag-mark {
  position: absolute;
  top: 30px;
  left: 40px;
}
.product-view.image-view .new.tag-mark, .product-view.scrollable-view .new.tag-mark {
  top: 48px;
}
.gift-card-fields .sending-type-by-instant-message input.error-field-error {
  border: 0 !important;
  border-bottom: 1px solid #f00 !important;
}
.gift-card-fields .sending-type-by-instant-message .errorlist.after {
  position: absolute
}
.product-widget.widget-productSummary .summary {
  text-align: left;
  height: auto;
}

.product_quick_view_popup .product-widget.widget-addCart .frequently-bought-together-products, .product_quick_view_popup .product-widget.widget-addCart .frequently-bought-together-products > * {
  height: auto !important;
}
.product_quick_view_popup .product-widget.widget-addCart .frequently-bought-together-products .products-content .product-block.product-view-height-width {
  height: 100px !important;
}


.widget.widget-navigation.categories-list .navigation-item > a > span {
  font-family: 'Dozen';
}
.widget.widget-navigation.categories-list .vertical .navigation-item-child-container {
  margin: 25px 0 0;
  display: block;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.widget.widget-navigation.categories-list .vertical .navigation-item-child-container .navigation-item:hover {
  background: #FBD961;
}
.widget.widget-navigation.categories-list .navigation-item {
  padding: 4px 20px;
}
.widget.widget-navigation.categories-list .vertical .navigation-item-child-container .navigation-item a span{
font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
width: 100%;
}
.widget.widget-navigation.categories-list .vertical .navigation-item-child-container .navigation-item a{
 width: 100%; 
 padding: 10px 10px 15px;
}
.fee-gallery-owl .product-view .owl-item .product-block .review-rating-wrapper {
  margin: 0px 20px 0px;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap {
  padding: 0px 20px 0px;
}
.fee-gallery-owl .blog-post-item .title a, .fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .title a {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
div.fee-gallery-owl .blog-post-item .blog-post-info {
  height: 75px;
}
.fee-widget-product-list-view .product-view.list-view .btn-add .add-to-cart-button.button.et_pdp_add_to_cart {
  font-family: 'Dozen';
    line-height: 26px;
  border: 1px solid #68E383;
}
.fee-widget-product-list-view .product-view.list-view .btn-add .add-to-cart-button.button.et_pdp_add_to_cart:hover {
  border: 1px solid #000 !important;
}
.fee-widget-product-list-view .product-view.list-view .btn-add .add-to-compare-button.button {
  padding: 10px;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .product-image-link .sale.tag-mark {
  right: auto;
  height: 20px;
  background-position: center;
  top: 7px;
  width: 42px;
  left: 5px;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .product-image-link .sale.tag-mark + .new.tag-mark +  .featured.tag-mark,
.fee-widget-product-list-view .product-view.list-view .content .product-block .product-image-link .sale.tag-mark + .featured.tag-mark{
  top: 32px !important;
  position: absolute;
}
.fee-widget-content .sale.tag-mark::after {
  background: #ff3636 !important;
    border-radius:0 !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button, div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add > * {
  font-weight: 400 !important;
  font-family: 'Dozen';
  font-size: 13px !important
}
div.gift-card-fields .form-header .form-row label {
  line-height: 28px;
}
.gift-card-fields .sending-type-by-post input.validation-error {
  border: 0 !important;
  border-bottom: 1px solid #f00 !important;
  background-color: transparent !important;
}
.add-cart-information-popup .body .body-scroll-control .form-row.field-row-container .chosen-container-single {
  width: 100%;
  padding: 0;
}
.add-cart-information-popup .body .body-scroll-control .custom-field-container .chosen-container-multi .chosen-choices li:after{
  display: none
}
.body-scroll-control.app-tab-incomplete-data-cart-popup .custom-field-container-for-widget input[type="file"] {
  padding: 0;
  border: 0 !important;;
  background-color:transparent !important;
}
.product-widget .variation-container .chosen-container .chosen-single {
  height: 35px;
  padding: 6px 10px 0;
}
.popup.add-cart-information-popup .variation-container .variation-dropdown-container {
    text-align: left;
    display: flex;
    justify-content: center;
}
.popup.add-cart-information-popup .variation-container .variation-dropdown-container .variation-type{
    margin: 0 15px;
    padding: 0
}
.popup.add-cart-information-popup .variation-container .variation-dropdown-container .variation-type label.type-label{
    line-height: 30px;
    width: 100%;
    text-align: left
}
div.add-cart-information-popup .body .body-scroll-control {
  height: auto;
}
.flying-cart-container .product-block .product-info .variation-container .variation-type label.type-label {
  line-height: 10px;
  width:auto;
  margin: 0;
}
.flying-cart-content .variation-dropdown-container .chosen-single{
  margin: 0
}
.flying-cart-content .variation-dropdown-container .variation-type .variation-value {
  height: 16px;
  width: auto;
  margin: 6px 6px 0 !important;
}
.widget.widget-form.contact-form.animated.fadeIn.fee-widget-selected .fee-widget-menu.fee-identical-sewc-elm, .widget.widget-html.contact-map.animated.fadeIn.fee-widget-selected .fee-widget-menu.fee-identical-sewc-elm {
  bottom: 0 !important;
  z-index: 99999 !important;
}
div.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button {
  background: #68E383;
  color: #000;
  border: 1px solid #68E383;
  font-family: 'Dozen';
  font-weight:400;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn{
    font-family: 'Dozen';
    font-weight:400;
}
.gift-card-fields .Zebra_DatePicker_Icon_Wrapper::after {
 display:none; 
}
.send-as-gift-button.button.et_pdp_send_as_gift {
  margin-top: 0;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-group.error-field-error.validation-error {
  background-color: transparent !important;
}
.securepayjs-form .securepay-payment-form .button-container {
  display: flex;
}
.securepayjs-form .securepay-payment-form .button-container * {
  margin: 0 5px;
}

form.securepayjs-form {
    padding: 30px;
    max-width: 600px;
    margin: 0 auto 60px;
    background: #fff;
    min-height: 450px;
}
.securepayjs-form .form-row label {
  width: 60% !important;
}

.auto-page.page-post-payment .page-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}
.auto-page.page-post-payment .page-content .message-details {
  text-align: center;
}
.auto-page.page-post-payment .page-content .message-details .order-info {
  font-size: 24px;
}
.auto-page.page-post-payment .page-content .message-details .order-info .order-id {
  color: #3ec85c;
  font-weight: bold;
}
.auto-page.page-post-payment .page-content .cartitem-table th, .auto-page.page-post-payment .page-content .cartitem-table td {
  border-color: #ddd;
}
.auto-page.page-post-payment .page-content .payment-success-total > table{
  border: 0;
  padding: 0; 
}

@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: 991px){
.page-product .widget-similar .product-view.scrollable-view .content .product-block {
  margin: 0 0 20px 25px;
  width: calc(100% / 2 - 40px);
}
  .page-product .product-view.scrollable-view .content {
  margin: 0 -20px;
}
}
.product_quick_view_popup .close-popup.close-icon {
  background-position: -188px -43px;
}
@media(max-width: 767px){
.product_quick_view_popup .l-fixed-container, .product_quick_view_popup .r-fixed-container {
  flex-direction: column;
}
.product_quick_view_popup .product-widget.widget-addCart span.add-to-cart-button {
  max-width: 150px;
  min-width: 160px;
  font-size: 13px;
}
 .product_quick_view_popup.popup .body {
    max-height: 100%;
    padding: 10px;
  }
.product_quick_view_popup.popup .product-widget.widget-productName .product-name {
    font-size: 18px;
    line-height: 24px;
    margin: 0 8px;
  }
.product_quick_view_popup.popup .add-to-compare-button::after {
  margin-left: 0;
}
  
.payment-success-page-container .order-details .order_details_table tr td:last-child,
.payment-success-page-container .order-details .order_details_table tr td:first-child,
.payment-success-page-container .order-details .order_details_table tr td{
text-align: center;
}
.payment-success-page-container .order_details_table .product-name img {
  margin: 0 auto;
}
.payment-success-page-container .order-details .payment-success-total table {
  margin: 0 auto;
}
.payment-success-page-container .order-details h4 {
  margin: 0 0 5px;
  text-align: center;
}
.category-details .category-details-container .category.category-detail-view.category-detail-width.category-details-page-with-background {
  padding: 10px 0 40px;
}
.page-product .product-view.scrollable-view .content .product-block {
  width: 100%;
}
.page-product .product-view.scrollable-view .content .product-block {
  width: 100%;
}
.page-product .product-view.scrollable-view .content {
  margin: 0;
}
.page-product  .scrollable-view .scroller {
  margin: 0 0 0 auto;
}
   .product-widget.widget-similar .title {
    font-size: 16px;
  }

.auto-page.page-post-payment .page-content .cartitem-table colgroup, .auto-page.page-post-payment .page-content .cartitem-table tr.title {
  display: none
}
.auto-page.page-post-payment .page-content .cartitem-table td {
  padding: 3px;
  text-align: center;
  font-size: 13px;
}
.auto-page.page-post-payment .page-content .cartitem-table{
     border: 0;
}
.auto-page.page-post-payment .page-content  .order-details .table_heading, .payment-success-total  {
    text-align: center;
  width: 100%;
}
.auto-page.page-post-payment .page-content  .cartitem-table tr{
          border-color: #ddd;
    }
}

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

.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 .chosen-container .chosen-single div {
    background: no-repeat;
}
.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;
}

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

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

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

.fee-app-tab-incomplete-data-cart-popup-wrapper .variation-container.fee-variation-container-wrapper {
    padding: 0;
}
.fee-app-tab-incomplete-data-cart-popup-wrapper .variation-container.fee-variation-container-wrapper .variation-dropdown-container .variation-type {
    margin: 0;
}

.product_quick_view_popup .l-fixed-container .l-fixed-left .product-widget {
    margin-right: 30px;
}
@media (max-width: 1024px) {
    .product_quick_view_popup .l-fixed-container {
        display: flex;
        flex-wrap: wrap;
    }
    .product_quick_view_popup .l-fixed-container .l-fixed-left {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
    .product_quick_view_popup .l-fixed-container .l-fixed-left .product-widget {
        margin-right: 0;
    }

}
@media (max-width: 767px) {
    .product_quick_view_popup .l-fixed-container .l-fixed-left {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .product_quick_view_popup.popup .body {
        padding: 0 20px 30px;
        max-height: 100%;
    }
}
.product_quick_view_popup .product-widget.widget-variation .chosen-wrapper.variation-type {
    padding: 0 0 14px;
}
.product_quick_view_popup .product-widget.widget-variation .chosen-wrapper.variation-type .type-label {
    line-height: 1.3;
    margin: 0;
}
.product-widget.widget-price .price .tax-message {
    bottom: -10px;
}
.product-widget.widget-addCart .cart-button-container {
    height: auto;
}