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

html {
  font-family: Manrope;
  -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:700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.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: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Manrope;
  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: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* ------ end normalize css ------- */

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

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

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

body {
  font-family: Manrope;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
}


.page-home .body, 
.page-about-us .body,
.page-product .body{
  background: transparent;
}
.page-about-us .widget.widget-pageHeading {
  display: none;
}
::selection {
  background-color: #C4E9FF;
  color: #000;
}
::-moz-selection {
  background-color: #C4E9FF;
  color: #000;
}

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

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

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

a {
  font-family: Manrope;
}

a:hover {
  color: #8F4155;
}

.widget-article a {
  font-family: Manrope;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.widget-article a:hover {
  color: #8F4155;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Marcellus;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

h1 {
  font-size: 45px;
  line-height: 55px;
}

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

h3 {
  font-size: 35px;
  line-height: 45px;
}

h4 {
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-size: 25px;
  line-height: 35px;
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

p {
  font-family: Manrope;
  font-size: 14px;
  color: #898b90;
  line-height: 25px;
  margin: 0 0 20px;
  padding-bottom: 0;
  word-break: break-word;
}

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

ul li,
ol li {
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
  color: #000;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
  position: relative;
}
ul li:last-of-type,
ol li:last-of-type {
  padding-bottom:0;
}

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

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

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

table,
th,
td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  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 {
display: flex;
  padding: 13px 36px;
  justify-content: center;
  align-items: start;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  max-width: 230px;
  min-height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  background:rgba(143, 65, 85, 1);
  color: #ffffff;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
  text-align: center;
  margin: 35px 0 0;
}

body input[type="submit"]:hover,
body input[type="button"]:hover,
body button:hover,
body .button:hover,
body a.button:hover {
  background: #AE4C65;
  color: #fff;
  border-color: #AE4C65;
}

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: 2px solid #bfbfbf !important;
  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 !important;
  border: 2px solid #bfbfbf !important;
  color: #818181 !important;
}

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

/*form element desgin*/
.form-row {
  margin: 0 0 15px 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  height: 44px;
  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: rgba(0, 0, 0, 0.2);
  height: 50px;
  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: right;
  background-size: auto;
  background-position-x: calc(100% - 15px);
  background-size: 12px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #EAEAEA;
}

.message-block.error-message,
.message-block.error {
  background-color: #fee;
  border: 0 solid #fcd2d2;
  color: #f00;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}

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

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

textarea {
  height: 150px;
  border-radius: 5px;
}
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: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: Manrope;
  line-height: 30px;
}
.widget-form .form-row select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #8F4155 !important;
}

.widget-form input[type="password"],.widget-form input[type="text"],.widget-form select,
input[type="password"], input[type="text"]{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin: 0;
  width: 100%;
  border-radius: 5px;
  background: #FFF;
  border: 1px solid #EAEAEA;
  height:50px;
  padding: 10px 20px;
}
.widget-form .form-row select {
  height: 50px;
  appearance: none;
  background:  #FBFBFB url(../images/select-arrow.svg) no-repeat right;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 13px);
  padding-right: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: inherit;
}
.widget.widget-article.common-page-content {
  max-width: 1520px;
  margin: 0 auto 120px;
  padding: 0 60px;
}
.errorlist.after .message-block {
  color: #e64343;
}

.error-message.phone {
  font-size: 14px;
}

.errorlist.after {
  font-size: 14px;
  line-height: 18px;
  min-width: auto;
  position: relative;
  margin-top: 5px;
}

input[type="text"].validation-error,
input[type="password"].validation-error {
  background-color:#fff;
  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: #fff;
  border: 1px solid #f00 !important;
}

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

.widget .widget-title {
  color: #272727;
  padding: 0 0 20px;
  margin: 0;
  text-transform: capitalize;
  font-family: Manrope;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1;
}

.page-home .body .widget .widget-title-wrapper>.widget-title {
  text-align: center;
}

.widget-form .sub-form-row {
  display: table;
}

.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: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  padding: 0;
  margin: 0 0 5px;
}
.widget-form textarea {
  height: 150px;
  padding: 10px 20px;
  background: #FBFBFB;
  border: 1px solid #EAEAEA;
  border-radius:5px;
}
.widget-form .form-row {
  margin: 0 0 30px;
  padding: 0;
}
.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;
}

.login-form .remember input {
  font-size: 15px;
}
.widget-article.contact-map {
  margin-bottom: -5px;
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

textarea ::-webkit-textarea-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

:-ms-textarea-placeholder {
  /* IE 10+ */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

textarea::placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

::placeholder {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}

div.footer>.widget-container {
  max-width: 1520px;
}

/** Placeholder End **/
@media (max-width: 767px) {
  .widget-form .sub-form-row {
    margin: 0;
  }
}

/*====== Fixed-width-layout ======*/
@media (min-width: 1430px) {

  .fixed-width>.header,
  .fixed-width>.body,
  .fixed-width>.footer {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: auto;
    width: 1430px;
  }
}

/*====== End Fixed-width-layout ======*/
.page-content>.v-split-container>.v-split.fee-fixed-width-content,
.widget-container>.page-content>.v-split.fee-fixed-width-content,
.widget-container>.page-content>.v-split-container>.v-split.fee-fixed-width-content {
  width: auto;
  padding-left: calc(50% - 715px) !important;
  padding-right: calc(50% - 715px) !important;
}

.page-content>.v-split-container>.v-split {
  margin: auto;
  width: 1430px;
  max-width: 100%;
}

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

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

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

/*======  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("/template/7877fee3/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 h1 {
  color: #000;
  padding: 0 15px;
  text-align: center;
  margin: 10px 0 0 0;
  text-transform: none;
  font-family: Manrope;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0;
}

.widget.widget-snippet .cta-top-container .notice-area {
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: center;
  margin: -1px 0 0;
  padding: 0 10px;
}

.widget.widget-snippet .cta-top-container .notice-area p,
.cta-top-container .notice-area a {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  margin: 0 2px;
}

.widget.widget-snippet .cta-top-container .notice-area a {
  text-decoration: underline;
  letter-spacing: 1px;
}

.body.resolution-configuration-panel-layout__main-container.custom-scroll-design {
  background: transparent;
  flex: 1;
}

.oder-comment-form.site-popup-form .site-popup__footer {
  display: flex;
}

#customer-profile-tabs.customer-profile-v2 td.select-column {
  width: 260px;
}

.return-case-details-view table.content.return-case-table {
  min-width: 320px;
}

@media (max-width: 991px) {

  #bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
  #bs-4E4232C9-6417-4958-B161-762CA25C8514,
  #bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
    padding: 50px 0;
  }

  .widget-pageHeading h1 {
    font-size: 40px;
  }

  .widget-breadcrumb {
    font-size: 18px;
    margin: 10px 0 0 0;
  }

  .widget-breadcrumb .separator::after {
    margin-left: 7px;
    margin-right: 0;
  }
}

@media (max-width: 767px) {

  #bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
  #bs-4E4232C9-6417-4958-B161-762CA25C8514,
  #bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
    padding: 30px 0;
  }

  .widget-pageHeading h1 {
    font-size: 28px;
    margin: 0;
  }

  .widget.widget-snippet .cta-top-container .notice-area p {
    max-width: 77%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

}

/*====== End Inner-layout-control-css ======*/

/* =============================================== Start Header Design ===============================================*/
body>.header {
  position: relative;
  background: #ffffff;
}
.header > .widget-container {
  max-width: 1780px;
  width: 100%;
}
.widget-navigation.header-top-menu .nav-wrapper.horizontal {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0 25px;
}
.widget-navigation.header-top-menu .horizontal .navigation-item a {
  display: flex;
  padding: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.86);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-navigation.header-top-menu .horizontal .navigation-item a:hover{
 color: #8F4155;
}

/*============  Header Search design ============= */

/** Cart Start **/
.header .widget-cart {
  width:48px !important;
  height: 48px !important;
  border-radius: 50px;
  background: #f5f2ec;
}
.header .widget-cart:hover{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background:#8f4155;
}
.header .advanced-flying-cart {
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
}
.widget.widget-cart .cart-widget-img {
  background: url('../images/cart-icon.svg') no-repeat;
  width: 20px;
  height: 20px;
  background-position: 0 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.widget.widget-cart .advanced-flying-cart:hover .cart-widget-img {
  background-position-y: bottom;
}
.header .cart-widget-text {
  font-family: Manrope;
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 10px;
  right: 8px;
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  font-weight: 700;
  line-height: 12px;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.header .widget-cart:hover .cart-widget-text{
 background: #fff;
  color:#8f4155;
}
/** Cart End **/


body>.header .html-widget-element-content>p {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
}

/*=========  Header Search design ========= */
.header .widget.widget-search {
  height: 48px !important;
  background: #f5f2ec;
  border-radius: 50px;
  width: 48px !important;
}
.header .widget.widget-search:hover{
  background:#8F4155;
}
.header .widget.widget-search .search-menu-button::after {
  position: absolute;
  height: 20px;
  width: 17px;
  cursor: pointer;
  background: url('../images/search-icon.svg') no-repeat;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .widget.widget-search:hover .search-menu-button:after{
  background-position: bottom;
}
/*=========  End Header Search design ========= */

/*========= main menu ========= */
.widget-navigation.main-menu .nav-wrapper.horizontal {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0 45px;
}
.widget-navigation.main-menu .horizontal .navigation-item .has-mega-menu-toggle::after {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 7px;
}
.widget-navigation.main-menu .horizontal .navigation-item .has-mega-menu-toggle {
  vertical-align: top;
}

.mega-menu-submenu-container.show {
  width: 100%;
  top: 47px;
  padding: 0;
  box-shadow: 0px 5px 11px 0px #0000000A;
  border-top: 1px solid #fff2ef;
  z-index: 11;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item  {
  padding: 5px 26px;
  border-radius: 60px;
  background: #F3EFE8CC;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item:hover  {
  background: #8F4155;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 7px 28px;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item a {
  color: #000000;
  padding: 8px 0;
  border: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item.active a {
  color: #000;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item:hover a{
  color: #fff;
    -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
  content: '\f107';
  display: inline-block;
  color: #000;
  font-size: 12px;
  font-family: "FontAwesome";
  margin-left: 5px;
  font-weight: bold;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
	color: #8F4155;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
	color: #fff;
	content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper .navigation-item .navigation-item-child-container {
  top: 51px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  left: 0px;
  width: 250px;
  background: rgb(245, 242, 236);
  transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
}

.widget-navigation.main-menu .nav-wrapper .navigation-item:hover .navigation-item-child-container {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.widget-navigation.main-menu .nav-wrapper .navigation-item .navigation-item-child-container .navigation-item {
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0;
  background: transparent;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item .navigation-item-child-container .navigation-item:first-child a{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  
}
.widget-navigation.main-menu .nav-wrapper .navigation-item .navigation-item-child-container .navigation-item:last-child a{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item .navigation-item-child-container .navigation-item:last-child {
  padding: 0;
  border-bottom: 0;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item .navigation-item-child-container .navigation-item a {
  padding: 20px;
  color: #000;
}

.widget-navigation.main-menu .nav-wrapper .navigation-item .navigation-item-child-container .navigation-item:hover a {
  background: #8F4155;
  color: #fff;
}
.widget-navigation.main-menu .nav-wrapper .navigation-item.testimonial-nav,
.widget-navigation.main-menu .nav-wrapper .navigation-item.faq-nav,
.widget-navigation.main-menu .nav-wrapper .navigation-item.blog-nav,
.widget-navigation.main-menu .nav-wrapper .navigation-item.contact-nav{
  display: none;
}
 
/*========= End main menu ========= */

/*====== Start Footer ======*/
body>.footer {
  position: relative;
  background: url("../images/footer-bg.png");
  background-position: center;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-home>.footer {
	  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
body> .footer::before{
  content: "";
  background: #000;
  display: block;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
body> .footer::after {
  content: "";
  display: block;
  height: 250px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/footer-artscorepublishing-img.png") no-repeat;
}
.footer>.widget-container {
  max-width: 100%;
}

body > .footer .widget-title {
  color: #000;
  text-align: left;
  margin: 0 0 15px;
  padding: 0;
  font-family: Manrope;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.footer-info .article-item .article-content p {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 5px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0;
}
.footer-info .article-item .article-content p a{
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-info .article-item .article-content p a:hover{
  color:#8F4155;
}

body > .footer .vertical .navigation-item a {
  color: #000;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: Manrope;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

body>.footer .vertical .navigation-item a:hover {
  color:#8F4155;
}
.widget-navigation.footer-menu .navigation-item {
  margin: 0 0 30px;
}
.widget-navigation.footer-menu .navigation-item:last-child {
  margin: 0;
}
.widget-article.footer-copyright,
.widget-article.footer-back-to-top {
  z-index: 1;
}
.footer-copyright .article-item .article-content p,
.footer-copyright .article-item .article-content p a{
  font-style: normal;
  color: rgba(255, 255, 255, 0.62);
  padding: 0;
  margin: 0;
font-family: Manrope;
font-weight: 500;
font-size: 17px;
line-height: 25px;
letter-spacing: 0;
}
.footer-copyright .article-item .article-content p b{
  margin: 0 5px;
  font-weight: 400;
}
.footer-copyright .article-item .article-content p a {
   color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
-webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-copyright .article-item .article-content p a:hover {
  color: #8F4155;
}
.footer .widget-article.footer-back-to-top p {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
  margin: 0;
  color: rgba(255,255,255,0.82);
  cursor: pointer;
  font-family: Manrope;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: right;
}
.footer .widget-article.footer-back-to-top p span b{
font-weight: 400;
}
.footer .widget-article.footer-back-to-top p span{
  color: rgba(255,255,255,0.82);
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0 10px;
}
.footer .widget-article.footer-back-to-top p:hover span{
  color: #8F4155;
}
.footer .widget-article.footer-back-to-top p:hover svg circle{
  fill: #8F4155;
  fill-opacity: 1;
}
.footer .widget-article.footer-back-to-top p:hover svg path{
  fill: #fff;
  fill-opacity: 1;
}

/*====== End Footer ======*/

/* Account Start */
.header .widget.widget-account {
  overflow: visible;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50px;
  background: #f5f2ec;
}
.header .widget.widget-account:hover{
  background: #8f4155;

}
.widget-account-inner {
  width: 48px !important;
  height: 48px !important;
}
.widget.widget-account .menu-button-for-redirection {
  background: url(../images/user-icon.svg) no-repeat right top;
  user-select: none;
  text-align: right;
  margin: 0;
  width: 15px !important;
  height: 19px !important;
  filter: unset;
  background-size: 15px !important;
  background-position: 0 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header .widget.widget-account:hover .menu-button-for-redirection{
  background-position-y: bottom;
}
.header .widget-account-inner .menu-button-for-redirection:hover {
  filter: unset;
}
.header .widget-account-inner .quick-login-wrapper {
  left: calc(50% - 148px);
  z-index: 5;
  top: 50px !important;
}

.widget-account-inner form.login-form .remember-forget-pass .remember {
  gap: 0 5px;
}

.widget-account-inner form.login-form .remember-forget-pass .remember .remember-label {
  margin-right: 5px;
}

.widget-account-inner form.login-form .lost-password a {
  font-size: 14px;
}

.widget-account-inner form.login-form .form-row .errorlist {
  margin-top: 5px;
}

.widget-account-inner form.login-form .login-button {
  font-family: Manrope;
  background: #8f4155;
  border-radius: 50px;
  border: 0;
  font-weight: 600;
  height: 46px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.widget-account-inner form.login-form .login-button:hover {
  background: #AE4C65 !important;
}
.header .widget-account-inner form.login-form .login-button {
  width: 100%;
  font-size: 18px;
  color: #fff;
  background-color: #8f4155;
  border-radius: 50px;
  padding: 10px 15px;
  max-width: 100%;
  margin: 0;
}
.widget-account-inner .quick-login-wrapper {
  width: 300px;
}

.widget-account-inner .quick-login-wrapper .lost-password a,
.widget-account-inner form.login-form .form-row .account-register a {
  color: #000000;
}

.widget-account-inner .quick-login-wrapper .lost-password a:hover, .widget-account-inner form.login-form .form-row .account-register a:hover {
  color: #8f4155;
}
.widget-account-inner form.login-form .form-row .account-register a:hover {
  color: #8f4155 !important;
}
.widget-account-inner .quick-login-wrapper {
  width: 300px !important;
}

/* Account End */

/* Flying Cart Start */
div.flying-cart-footer .continue-shopping-btn, .flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
  text-transform: capitalize;
  margin: 0;
  padding: 13px 36px;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  max-width: 100%;
  min-height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  background: #8F4155;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  font-family: Manrope;
}
div.flying-cart-footer .continue-shopping-btn:hover, .flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
  background: #AE4C65;
}

/* Flying Cart End */

/* =============================================== End Header Design ===============================================*/

/* ================================================ Start Body Design ===============================================*/
/*start: jssor slider css */
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider div.jssor-slider-container .container, .home-slider div.jssor-slider-container {
    width: 1920px;
    height: 680px;
    padding: 0 !important;
    text-align: center;
}
.home-slider div.jssor-slider-container {
    margin: 0 auto;
}
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider .jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .caption-wrapper {
    left: 260px;
    text-align: left;
    border-radius: 0;
    bottom: 180px;
    max-width: 910px;
    padding: 0;
}

.home-slider .jssor-slider-container .caption-wrapper [u="caption"] {
    padding: 0;
}
.home-slider .jssor-slider-container .caption-wrapper .title {
  letter-spacing: -0.02em;
  color: #fff;
  font-family: Manrope;
  font-weight: 600;
  font-size: 76px;
  line-height: 90px;
  padding: 0;
  margin: 0 0 25px;
  max-width: 770px;
}
.home-slider .jssor-slider-container .caption-wrapper .description{
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.02em;
  padding: 0;
  margin: 0 0 40px;
  color: #fff;
}
.home-slider .jssor-slider-container .caption-wrapper [u="caption"] a {
  padding: 10px 20px;
  background: #8F4155;
  color: #fff;
  max-width: 230px;
  width: 100%;
  height: 46px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-radius: 50px;
  border: 0;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
}
.home-slider .jssor-slider-container .caption-wrapper [u="caption"] a:hover{
 background:#AE4C65;
}
.home-slider .jssor-slider-container .slide::after {
  background: url('../images/banner-gradient.png') no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left;
}
.home-slider .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;
}
.home-slider .jssor-slider-container .jssorb03 div {
  width: 10px !important;
  height: 20px !important;
  display: inline-block;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  background-image: none !important;
  font-size: 0;
  margin: 0 5px;
}

.home-slider .jssor-slider-container .jssorb03 div.av span, .jssor-slider-container .jssorb03 div span {
font-size: 0;
  width: 8px !important;
  height: 8px !important;
  display: block;
  background: rgba(255,255,255,0.4);
  margin: 8px auto;
  border-radius: 50%;
}
.home-slider .jssor-slider-container .jssorb03 div.av span{
  background: #81BC26;
}
.promotional-slider .jssor-slider-container .slide::after {
  display: none;
}
.promotional-slider .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;
}
.promotional-slider .jssor-slider-container .jssorb03 div {
  width: 10px !important;
  height: 20px !important;
  display: inline-block;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  background-image: none !important;
  font-size: 0;
  margin: 0 5px;
}

.promotional-slider .jssor-slider-container .jssorb03 div.av span, .jssor-slider-container .jssorb03 div span {
font-size: 0;
  width: 8px !important;
  height: 8px !important;
  display: block;
  background: #fff;
  margin: 8px auto;
  border-radius: 50%;
}
.promotional-slider .jssor-slider-container .jssorb03 div.av span{
  background: #8F4155;
}
.promotional-slider div.jssor-slider-container .slide {
    display: none;
}
.promotional-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
    border-radius: 20px;
}
.promotional-slider div.jssor-slider-container .container, .promotional-slider div.jssor-slider-container {
    width: 1400px;
    height: 540px;
    padding: 0 !important;
    text-align: center;
    border-radius: 20px;
}
.promotional-slider div.jssor-slider-container {
    margin: 0 auto;
}
.promotional-slider div.jssor-slider-container .slide {
    display: none;
}
.promotional-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.promotional-slider .jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.widget-gallery.promotional-slider {
  max-width: 1400px;
  margin: -200px auto 0;
  z-index: 11;
}
#spltr-73D0C5FE-BC63-4F05-8AFB-F99FCFDC965E {
  background: linear-gradient(149.65deg, rgba(43, 156, 221, 0.098) 45.84%, rgba(129, 188, 38, 0.14) 96.91%);
  padding-top: 20px;
}
/*end: jssor slider css */

/* ==================================== Product Design =============================  */
#bs-AC54C781-1431-4E85-A650-ABDE7B5D1F54 {
  padding: 120px 0 100px;
  background: #f7f6f9;
}

#spltr-FAD9B52B-DC42-4E08-9E23-AA4D13A4E9F9 {
  padding: 0 15px;
}

#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details,
#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  margin-left: 20px;
  padding-left: 60px;
}

.category-details .product-container .title {
  position: relative;
}

.category-details .product-container .title .category-name {
   margin-top: 5px;
}

@media (max-width: 1199px) {

  #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details,
  #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product {
    margin-left: 0;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  #spltr-FAD9B52B-DC42-4E08-9E23-AA4D13A4E9F9 {
    padding-right: 0;
  }

  #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details,
  #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product {
    margin-left: 0;
    padding-left: 15px;
  }
}

.widget-navigation.category-nav .widget-title {
  color: #230d56;
  font-weight: bold;
  font-size: 24px;
  font-family: Manrope;
  line-height: 33px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.category-nav .vertical .navigation-item a {
  color: #000;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  padding: 8px 0;
  transition: all 300ms ease-out 0s;
  border: none;
}

.category-nav .vertical .navigation-item .navigation-item-child-container .navigation-item a {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0;
}

.category-nav .vertical .navigation-item a:hover,
.category-nav .vertical .navigation-item.active>a {
  color: #2ea3f2;
}

.category-details .product-container .title span.label {
  display: none; 
}

.subcategory-container .title,
.product-container .title {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 30px;
}
.category .subcategory-container .category-name{
    margin: 0px auto 0;
}
.category .category-name {
    margin: 20px auto 0;
	font-family: Marcellus;
    font-weight: 400;
    font-size: 30px;
    line-height: 60px;
	letter-spacing: -0.02em;
    display: inline-block;
    color: #000;
}

.category-view.image-view .category-image-view-width a {
	font-family: Marcellus;
	font-weight: 400;
	font-size: 34px;
	line-height: 48px;
	letter-spacing: 0;
	text-align: center;
	color:#000000;
}

.category-details-container .title.page-heading,
.widget-product .widget-title {
  color: #272727;
  padding: 0 0 30px;
  text-transform: capitalize;
  font-family: Manrope;
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0;
}

.page-categories .widget.widget-product {
  margin: 100px 0;
}

.category-details-container .title.page-heading {
  display: none;
}

.widget.widget-categoryBanner {
  height: auto;
  line-height: 0;
}

.product-view .sortable {
  margin-right: 0;
}

.widget-product .header .sortable>select option {
  font-weight: 400;
  font-size: 14px;
}

.product-view .header,
.category-view .header,
.entire-search .header,
.product-search .header,
.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
  background: none;
  border: none;
  padding: 0;
  overflow: hidden;
  height: 58px;
  margin-bottom:20px;
  text-align: center;
}
.filtered-product-container .content.product-content,
.product-view.image-view .content {
  margin: 0 -29px;
  display: flex;
  flex-wrap: wrap;
}

.filtered-product-container .product-block,
.product-view.image-view .product-block, .advance-cart-details.shopping-cart .product-view.scrollable-view .product-block {
  box-sizing: content-box;
  margin: 0 29px 60px;
  padding:0;
  text-align: left;
  display: inline-block;
  border-radius:0px;
  width: calc(100% / 3 - 58px);
  overflow: hidden;
  background: #fff;
  position: relative;
  border: 0px solid #d0d0d0;
}
.page-wish-list .product-view.image-view .product-block {
  width: calc(100% / 4 - 58px);
}
.product-view.image-view .product-block .block-content-wrap {
  padding: 0 30px;
}

.product-block a.product-name-link.title-link.link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-view.image-view .product-image-link,
.product-view.scrollable-view .product-image-link {
  height: 100%;
  width: 100%;
}

.product-view.image-view .product-block:hover .product-image,
.product-view.scrollable-view .product-block:hover .product-image {
  box-shadow: 0;
}

.image-view .product-image img,
.product-view.scrollable-view .product-image img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

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

.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
  height: auto;
  margin: 6px auto 12px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  /*max-height: 50px;
  min-height: 50px;*/
}

.product-view.image-view .product-name-link, .product-view.scrollable-view .product-name-link {
    color: #000000;
    margin: 0;
	font-family: Marcellus;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0;
	text-align: center;
}

.product-view.scrollable-view .btn-add,
.product-view.image-view .btn-add {
  text-align: center;
}

.product-view.image-view .product-block:hover .image.product-image .btn-add,
.product-view.scrollable-view .product-block:hover .image.product-image .btn-add {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 10px;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add-to-wish-list::after {
  content: "";
  position: absolute;
  background: rgba(243, 239, 232, 0.8) url('../images/wishlist-icon.svg') no-repeat;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-position: 13px 15px;
}
.add-to-wish-list:hover::after {
  background: rgb(143, 65, 85) url('../images/wishlist-icon.svg') no-repeat;
  background-position: 13px -57px;
}
.add-to-wish-list::before {
  display: none;
}

.product-view.image-view .product-block .btn-add .add-to-cart-button,
.product-view.scrollable-view .product-block .btn-add .add-to-cart-button,
.advance-cart-details.shopping-cart .flying-cart-special-add-to-cart.button {
  font-family: Manrope;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  padding: 3px 10px 4px;
  letter-spacing: 0;
  transform: none;
  max-width: 132px;
  display: inline-block; 
  border: 1px solid #282e2c;
  color: #000;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
  border-radius: 30px;
  background: #282e2c;
  color: #fff;
}

.product-view.image-view .product-block .btn-add .add-to-cart-button:hover,
.product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover,
.advance-cart-details.shopping-cart .flying-cart-special-add-to-cart.button:hover {
  background-color: #8F4155;
  border: 1px solid #8F4155;
  color: #fff;
}

.add-to-cart-button.button.et_pdp_add_to_cart .div-mask {
  border-radius: 100px;
}

.add-to-cart-button.button.et_pdp_add_to_cart .div-mask {
  margin: -2px 0 0 -2px;
  min-width: 136px;
  min-height: 40px;
  background: transparent;
}

.page-product .add-to-cart-button.button.et_pdp_add_to_cart .div-mask {
  margin: 0 0 0 -1px;
  min-width: calc(100% - -2px) !important;
}

.product-view.image-view .product-block .btn-add .add-to-wish-list,
.product-view.scrollable-view .product-block .btn-add .add-to-wish-list {
  display: inline-block;
  max-width: 100px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: none;
  margin-left: 10px;
  line-height: 28px;
  margin-top: 0;
  width: auto;
  height: 30px;
  color: #000;
}

.product-view.image-view .product-block .btn-add .add-to-compare-button,
.product-view.image-view .product-block .btn-add .remove-from-compare-button,
.product-view.scrollable-view .product-block .btn-add .add-to-compare-button,
.product-view.scrollable-view .product-block .btn-add .remove-from-compare-button {
  transform: none;
}

.product-block .btn-add .add-to-compare-button,
.product-block .btn-add .remove-from-compare-button {
  background: none;
  color: #000;
  font-size: 0;
  width: auto;
  height: auto;
  margin-left: 5px;
  line-height: normal;
  margin-top: 0;
}

.product-block .btn-add .add-to-compare-button:hover,
.product-block .btn-add .remove-from-compare-button:hover {
  color: #8F4155;
}

body .add-to-wish-list.button.disabled {
  background: transparent none repeat scroll 0 0 !important;
  border: 2px solid transparent !important;
  color: #d2d2d2 !important;
}

body .add-to-wish-list.disabled::after {
  color: #d2d2d2 !important;
}

.product-view.image-view .product-block .btn-add .add-to-wish-list:hover,
.product-view.scrollable-view .product-block .btn-add .add-to-wish-list:hover {
  background: transparent;
}

.product-view.image-view .product-block .btn-add .add-to-wish-list:hover:after,
.product-view.scrollable-view .product-block .btn-add .add-to-wish-list:hover:after {
  color: #8F4155;
}

.product-view.image-view .product-block .btn-add .add-to-wish-list:hover:before,
.product-view.scrollable-view .product-block .btn-add .add-to-wish-list:hover:before {
  color: #8F4155;
  content: "\f004";
}

.block-content-wrap .price-waper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 5px;
}

.widget-account-inner .redirection-panel-options .redirect-to-login-item-menu .autoGeneratedPage {
  padding: 5px 12px 7px;
  margin-right: 10px;
}

.block-content-wrap .price-waper .price-block-container {
  display: block;
  text-align: center;
}
.entire-elastic-search .search-result .product-view.image-view .product-block {
  width: calc(100% / 4 - 58px);
}
.entire-elastic-search .product-view .header {
  height: auto;
}
.block-content-wrap .price-waper .price,
.entire-elastic-search .search-result .product-view .content .price-waper .price-block-container .price {
     font-style: normal;
     display: block;
     padding: 0;
     margin: 0;
	font-family: Marcellus;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0;
	text-align: center;
    color: #000000;
}
.block-content-wrap .price-waper span.previous-price.price {
    color: #000000;
    opacity: 0.4;
}
.product-view.image-view .product-block .block-content-wrap .btn-add .add-to-cart-button {
   font-family: Marcellus;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    padding: 0px 0px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-bottom: 5px;
    margin: 17px 0 0 0;
    min-height: auto;
}

.product-view.image-view .product-block .block-content-wrap .btn-add .add-to-cart-button:hover {
  color:#8F4155;
   border: 0;
  border-bottom: 1px solid #8F4155;
}

.block-content-wrap .price-waper .price .tax-message {
  display: block;
}

.widget-product .header .sortable select#product-sorting,
.product-view .sortable select#product-sorting {
  border: 0;
  padding: 0 30px 0 10px;
  height: 39px;
  text-transform: capitalize;
  min-width: fit-content;
	font-family: Manrope;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0;
  border: 1px solid #000000;
  border-radius: 0;
}

.product-container .sortable::before,
.header .sortable::before {
  content: "Sort by:";
  font-family: Marcellus;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0;
  color:#000000;
  margin-right: 18px;
}

body.page-shop .product-view .header .btn-group.view-switchers {
  padding-left: 0;
}


.product-view.image-view .product-block .tax-message, .widget-productImage .image-preview-box .sale.tag-mark, .product-view.image-view .sale.tag-mark, .product-view.scrollable-view .sale.tag-mark {
  background: url("../images/sale-tag.png") no-repeat;
  left: 28px;
  height: 28px;
  width: 70px;
  top: 0;
  border-radius: 0;
}

.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
  left: 28px;
  top: 28px;
}

.product-widget .sale-percent-display {
  width: 70px;
  margin: 0;
    margin-left: 0px;
  margin-left: 10px;
  color: #fff;
  padding: 2px 15px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  background: #81BC26;
}

.widget.widget-tabAccordion.product-accordion .product-view.image-view .product-block{
  width: calc(100% / 2 - 26px);
  background: #F9F9F9;
}

.widget.widget-tabAccordion.product-accordion{
  max-width: 1340px;
  margin: 0 auto 150px;
  padding:0;
}
.widget.widget-tabAccordion.product-accordion .tab-accordion-tab.bmui-tab {
  display: flex;
  align-items: flex-start;
}
.widget.widget-tabAccordion.product-accordion .bmui-tab-header-container {
  letter-spacing: 0;
  word-spacing: 0;
  display: flex;
  flex-direction: column;
  width: 42%;
  padding: 0 130px 0 0;
  position: sticky;
  top: 100px;
}
.widget.widget-tabAccordion.product-accordion .bmui-tab .bmui-tab-body-container {
  border: 0;
  padding: 0;
  width: 58%;
  margin-top: -113px;
}
.widget.widget-tabAccordion.product-accordion .bmui-tab .bmui-tab-header {
  display: flex;
  padding: 5px 30px;
  cursor: pointer;
  font-family: Manrope;
  font-weight: 400;
  font-size: 21px;
  line-height: 35px;
  letter-spacing: -0.02em;
  border: 0;
  background: #fff;
  border-radius: 50px;
  text-align: left;
  margin: 0 0 17px;
  max-width: 335px;
  height: 52px;
  justify-content: start;
  align-items: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.widget.widget-tabAccordion.product-accordion .bmui-tab .bmui-tab-header.bmui-tab-active,
.widget.widget-tabAccordion.product-accordion .bmui-tab .bmui-tab-header:hover{
  color: #fff;
  display: flex;
  cursor: pointer;
  border: 0;
  background: #1B1851;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.widget.widget-tabAccordion.product-accordion .widget-title {
  font-style: normal;
  color: #000000;
  margin: 0 0 55px;
  font-family: Manrope;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.02em;
  padding: 0;
  text-align: left !important;
  max-width: 450px;
}
.image-popup-container.popup {
  max-width: inherit;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

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

img.popup-image {
  min-width: auto;
  max-width: max-content;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.widget.widget-snippet .about-review-top,
.widget.widget-snippet .about-banner-section {
  max-width: 1920px;
  margin: 0 auto;
}
.widget.widget-product.home-product{
  padding: 0 0 30px;
}
#spltr-436E82AC-F493-4E32-B699-200A721DBE1A {
  background: linear-gradient(180deg, rgba(43, 156, 221, 0.07) 0%, rgba(129, 188, 38, 0.07) 100%);
  padding: 125px 0 150px;
}
.widget-product.home-product .widget-title {
  padding: 0;
  margin: 0 0 35px;
  color: #000;
  font-family: Manrope;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
}
.widget-product.home-product .product-view.image-view {
  max-width: 1400px;
  margin: 0 auto;
}
/***************************************************/
.category-view.image-view .category-image-view-width {
  width: calc(100% / 4 - 26px);
  border: 0;
  text-align: center;
}
.category-image-view-height {
    height: 444px;
}
.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n + 1),
.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n + 1) .image.category-image-view-height {
  width: 275px;
  height: 275px;
  padding: 0;
}

.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n),
.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n) .image.category-image-view-height {
  width: 238px;
  height: 238px;
  padding: 0;
}

.page-home .category-view.image-view .category-image-view-width:first-of-type,
.page-home .category-view.image-view .category-image-view-width:first-of-type .image.category-image-view-height,
.page-home .category-view.image-view .category-image-view-width:last-of-type,
.page-home .category-view.image-view .category-image-view-width:last-of-type .image.category-image-view-height {
  width: 202px;
  height: 202px;
  padding: 0;
}

.category-view.image-view .category-image-view img,
.category-view.image-view .category-image-view-width .image.category-image-view-height a {
  height: 100%;
  width: 100%;
  transition: transform 0.2s;
}

.page-home .widget.widget-category .category-view.image-view .content.category-content {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.widget.widget-html.view-all-button.cat-button .html-widget-element-content p a {
  position: relative;
  margin: 120px auto 0;
  top: unset;
  display: block;
  max-width: max-content;
}

.category-view.image-view .category-image-view-width:hover img {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}

.widget.widget-category.details-cat {
  background: #f1efe1;
  position: relative;
  padding: 80px 0 130px;
}

.widget.widget-category.details-cat .widget-title {
  text-align: center;
  padding: 0 0 50px;
}

.widget.widget-tabAccordion.details-faq h2.widget-title {
  font-family: Manrope;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1;
  text-align: center;
}

.page-categories .widget.widget-category .category-view.image-view {
  max-width: 1400px;
  margin: 0 auto;
  padding: 22px 0 130px;
}

.category-view.image-view .content {
  justify-content: center;
}

.page-categories .widget-product .widget-title:after {
  content: url("/template/7877fee3/images/scrole-arrow-product.svg");
  margin-left: 20px;
}

.widget-productReviewRatting .empty-review-message {
  max-width: 80%;
  margin: 0 auto;
}

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

#spltr-B9576419-5DB3-49C0-845A-2D9DB59033A7 {
  padding: 125px 0 340px;
  background: #F0F7E4;
  z-index: 1;
}
.widget-gallery.client-testimonial{
  max-width: 1400px;
  margin: 0 auto 50px;
}
.widget-gallery.client-testimonial .widget-title {
  font-style: normal;
  color: #000000;
  margin: 0 0 35px;
  font-family: Manrope;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.02em;
  padding: 0;
}
.widget-gallery.client-testimonial .article-title {
  display: none;
}
.widget-gallery.client-testimonial .client-review-card {
  min-height: 357px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.widget-gallery.client-testimonial .client-review-card img {
  width: 105px;
  height: 16px;
  object-fit: contain;
  margin: 0 0 30px;
}
.widget-gallery.client-testimonial .client-review-card p {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0 0 15px;
  color: rgba(0,0,0,0.8);
}
.widget-gallery.client-testimonial .client-review-card p:last-of-type {
  margin: 0;
}
.widget-gallery.client-testimonial .client-review-card .client-name {
  position: absolute;
  bottom: 30px;
}
.widget-gallery.client-testimonial .client-review-card .client-name h5 {
  padding: 0;
  margin: 0;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000;
}
.widget-gallery.client-testimonial .client-review-card .client-name h6 {
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  color: rgba(0,0,0,0.4);
}
.widget-gallery.client-testimonial  .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 175px;
  right: 0;
  text-align: right;
  margin: 0;
}
.widget-gallery.client-testimonial  .owl-theme .owl-controls .owl-nav {
  margin: 0 auto;
  max-width: 1400px;
}
.widget-gallery.client-testimonial  .owl-theme .owl-controls .owl-nav .owl-prev {
  display: none !important;
}
.widget-gallery.client-testimonial  .owl-theme .owl-controls .owl-nav .owl-next {
  border-radius: 100px;
  height: 50px;
  padding: 0;
  width: 50px;
  font-size: 0;
  background: #fff;
  background-image: url("../images/testimonial-slider-left-arrow.svg");
  background-repeat: no-repeat;
  background-position: 22px 18px;
  margin: 0;
  top: 50%;
  position: absolute;
  right: -25px;
  content: '';
  box-shadow: 1.5px 2px 6px 0px rgba(0, 0, 0, 0.11);
  transform: translateY(-50%);
}
.widget-gallery.client-testimonial  .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background-position: 22px -13px;
  background-color: #8F4155;
}
.widget-gallery.client-testimonial .review-card {
  background: #D6F0FF;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 357px;
}
.widget-gallery.client-testimonial .review-card h3 {
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  font-family: Manrope;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-align: center;
}
.widget-gallery.client-testimonial .review-card img {
  width: 160px;
  height: 24px;
  object-fit: contain;
}
.widget-gallery.client-testimonial .review-card h6 {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  color: #000;
  padding: 0;
  margin: 15px 0 0;
  padding: 0;
}
.widget-gallery.client-testimonial .review-card p {
  position: absolute;
  bottom: 30px;
  padding: 0;
  margin: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
}
.widget-gallery.client-testimonial .review-card p b{
  font-weight: 700;
}
.scrollable-view>.content {
  padding: 31px 0;
}

.home-tabslider .product-view.scrollable-view .content,
.recommended-slider .product-view.scrollable-view .content {
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  padding: 25px 0;
}

.widget.widget-html.category-title {
  text-align: center;
  padding-top: 50px;
}

.widget.widget-html.tab-products-title {
  text-align: center;
  padding-top: 150px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget.widget-html.tab-products-title h2,
.widget.widget-html.category-title h2 {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-family: Manrope;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1;
  text-align: center;
}

.widget.widget-html.tab-products-title.one h2 {
  padding-left: 120px;
}

.widget.widget-product.scrollable-products .scrollable-view {
  border: 0;
  margin-bottom: 105px;
  display: block;
}

.home-tabslider .product-view.scrollable-view {
  border: 0;
}

.widget.widget-product.scrollable-products {
  max-width: 1415px;
  margin: 0 auto;
}

.responsive .scrollable-view>.content {
  margin: 0 auto;
  padding: 0 0 14px;
  border: 0;
}

.scrollable-view .scroller {
  margin: 10px 0;
  width: 100%;
}

.scroll-left,
.scroll-right {
  display: inline-block;
  height: 43px;
  width: 106px;
  border: 0;
  cursor: pointer;
}

.recommended-slider .scrollable-view {
  border: 0;
  margin: 30px 15px 40px;
}

.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-wrapper .review-count {
  font-size: 12px;
  font-weight: 400;
  font-family: Manrope;
  color: rgb(0, 0, 0);
  margin-left: 0px;
  display: inline-block;
  line-height: 14px;
}

.product-view .product-block .review-rating-wrapper {
  margin: 20px 0 0;
}

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

/* === Product Detail ===== */
.page-product #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
  padding: 0 100px 0 0;
}
#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
      width: 700px !important;
    flex: 0 0 700px !important;
    max-width: 700px !important;
}
.widget-productImage .image-thumb-container .thumb-image .vertical-aligner {
  height: auto;
}
.widget-productImage.multi-image-scroll-vertical-view .product-detail-width {
    padding: 0;
    margin: 0 0 0 109px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 12px;
}
.product-detail-view img {
  max-width: 100%;
  max-height: 700px;
  width: 100%;
  border-radius: 0px;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
  border: 0;
  padding: 0;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
    max-width: 120px;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-thumb-container {
  margin: 30px 0;
  max-height: calc(100% - 25px);
}

.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-left-scroller,
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-right-scroller {
  border: none !important;
  background: #fff !important;
  margin: 0 auto !important;
  width: 40px !important;
  transform: none !important;
  left: 0 !important;
  right: 0 !important;
  height: 40px !important;
  border-radius: 100px;
  box-shadow: 0px 0px 14px 0px #0000001C;

}

.widget-productImage.multi-image-scroll-vertical-view .thumb-image {
   width: 85px;
   height: 85px;
}

.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
   border: 1px solid rgba(0, 0, 0, 0.2);
   border-radius: 0;
}

.widget-productImage .image-thumb-container .thumb-image {
  cursor: pointer;
}

.widget-productImage .image-thumb-container .thumb-image {
  margin-bottom: 0;
  background-color: #ffffff;
  position: relative;
}

.widget-productImage .image-thumb-container .thumb-image img {
   width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* mix-blend-mode: multiply;*/
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image img {
  max-width: 80px;
  max-height: 80px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
  margin: 0 0 15px;
}
.product-widget.widget-productImage {
  position: sticky;
  top: 60px;
  margin:0;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.widget-productImage .image-thumb-container .thumb-image:first-child {
  margin-top: 0;
}

.product-detail-height {
  height: auto;
}

.widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator {
  bottom: -10px;
}

.widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator {
  top: 5px;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-left-scroller::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  background: url("../images/scroll-left-icon.svg") no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-right-scroller::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  background: url("../images/scroll-right-icon.svg") no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator:hover,
.widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator:hover {
  background-color: #8F4155;
  border-color: #8F4155;
}

.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
  cursor: pointer;
}

.widget-productImage .image-thumb-container .thumb-image.active {
  border: 1px solid #000;
  opacity: 1;
}

.product-thumb-view.scrollable img {
  max-width: 100%;
}

.product-widget.widget-productSummary {
     text-align: left;
    max-width: 700px;
    padding: 14px 0 4px;
    margin: 30px 0px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom:1px solid rgba(0, 0, 0, 0.14);
}

.widget-productSummary .summary {
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
}

.product-widget.widget-price {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top:0px;
}

.widget-productSummary .title {
  display: block;
  font-size: 23px;
  padding-bottom: 0;
}

.product-widget.widget-variation {
  margin: 30px 0;
  padding: 0;
}

.product-widget.widget-variation .variation-container {
  width: 100%;
  display: block;
  padding: 0;
}
.product-widget.widget-addCart {
    margin-top: 42px;
}
.product-widget.widget-addCart .stepper {
     max-width: 250px;
    height: 43px;
    position: relative;
    overflow: unset;
    border-radius: 0;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #000000;
    border-radius: 0;
    margin-left: 0;
    padding: 0 15px;
    margin-bottom: 30px;
}
.page-product .widget-wishList .wish-list-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: -102px;
	font-family: Manrope;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0;
	color:#000000;
  padding: 0 0 0 30px;
}
.page-product .widget-wishList .wish-list-wrapper .wish-list-label:before{
  position: absolute;
  content:"";
  background: url("/template/7877fee3/images/wishlist-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
  top: -7px;
}
.widget-html.afterpay-sec .html-widget-element-content {
    display: flex;
    align-items: center;
	justify-content: center;
}
.widget-html.secure-payment-option .html-widget-element-content {
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  max-width: 500px;
  justify-content: space-between;
}
.widget-html.secure-payment-option .html-widget-element-content figure {
    margin:0;
}
.widget-html.secure-payment-option .html-widget-element-content p {
  margin: 0;
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: rgba(0,0,0,0.91);
  padding: 0 0 0 24px;
}
.widget-html.secure-payment-option .html-widget-element-content p::before {
  content: "";
  background: url(/template/b0471b15/images/secure-payment.svg) no-repeat;
  width: 14px;
  height: 18px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: 0;
}
.product-widget.widget-addCart .stepper::before {
    content: "Quantity";
    text-transform: capitalize;
    top: -34px;
    position: absolute;
    left: 0;
    font-weight:500;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.06em;
}

.product-widget.widget-addCart .stepper input {
  width: 62px;
  height: 40px;
  border: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
}

.product-widget.widget-addCart .stepper .stepper-arrow.up:before {
  position: absolute;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
}

.product-widget.widget-addCart .add-to-cart-button,
.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now {
  margin: 10px 0 20px;
  padding: 9px 10px;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 700;
}

.product-widget.widget-socialMediaShare {
  position: relative;
  margin: 35px 0 0;
}

.product-widget.widget-socialMediaShare::before {
  content: "Share";
  font-size: 16px;
  text-transform: uppercase;
  top: -28px;
  position: absolute;
  left: 0;
  letter-spacing: 0.06em;
}

.chosen-container-single .chosen-single span {
  font-size: 15px;
  color: #000000;
  margin-right: 22px;
  font-weight: 600;
}

.chosen-container-single .chosen-drop {
  border: 1px solid #eee;
  box-shadow: 0 0 0 0;
  padding: 0;
  z-index: 3333333;
}

.chosen-container-active .chosen-single {
  box-shadow: 0 0 0 0;
  border: 1px solid #eee;
}

.chosen-container .chosen-results .chosen-result {
  border: 0;
  padding: 7px 0;
}

.chosen-result.options span {
  color: #000000;
  font-weight: normal;
}

.chosen-container .chosen-results .chosen-result:hover {
  color: #8F4155;
}

.chosen-container .chosen-results .highlighted {
  background-color: #fff;
}

.product-widget.widget-price .current-price-container .current-price {
  color: #000000;
  padding-right: 15px;
  display: contents;
	font-family: Marcellus;
	font-weight: 400;
	font-size: 50px;
	line-height: 60px;
	letter-spacing:-0.04em;
  vertical-align: middle;
}

.product-widget.widget-price .current-price-container .current-price .currency-symbol {
  margin-right: 5px;
}

.payment-option .code-submit-form .errorlist.after {
  bottom: 56px;
  width: 100%;
  max-width: 300px;
}

.product-widget.widget-price .previous-price.price {
  color:#A6A6A6;
  font-family: Manrope;
  font-weight: 400;
  font-size: 22.29px;
  padding: 5px 8px 0 10px;
  order: 2;
  letter-spacing: 0;
}

.product-widget.widget-addCart .add-to-cart-button,
.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now {
  margin: 0 0 30px;
      text-transform: capitalize;
    text-align: center;
    letter-spacing: 0px;
    background: #8F4155;
    border-radius: 50px;
    border: 2px solid transparent;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    height: 46px;
    color: #ffffff;
    padding: 13px 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0s;
}

.product-widget.widget-addCart .add-to-cart-button:hover {
     background: #AE4C65;
     
}

.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now {
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to right, #718dff, #8F4155, #ff663f) border-box;
  border-radius: 5px;
  border: 2px solid transparent;
  color: #000000;
}

.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now:hover {
  background: linear-gradient(54.6deg, #8F4155 -1.81%, #ff663f 124.95%);
  border-image: none;
  color: #ffffff;
}

.product-widget.widget-addCart .add-to-wish-list {
  max-width: 50px;
  padding: 0;
  text-align: left;
  line-height: 24px;
  border: 0;
  color: #000;
  position: absolute;
  bottom: 0;
  left: 250px;
}

.variation-container .variation-type {
  padding-bottom: 5px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  font-family: Manrope;
  font-weight: 300;
  margin-right: 0;
}

.product-widget.widget-variation .variation-dropdown-container .type-label {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  font-family: Manrope;
}

.product-widget.widget-variation .variation-dropdown-container .chosen-container-single {
  margin-left: 0;
  padding: 0 2px;
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

.product-widget.widget-addCart .add-to-compare-button,
.product-widget.widget-addCart .remove-from-compare-button {
  background: transparent;
  border: transparent;
  width: auto;
  color: #000;
  line-height: 20px;
}

.product-widget.widget-addCart .add-to-compare-button:hover,
.product-widget.widget-addCart .remove-from-compare-button:hover {
  color: #8F4155;
}

.variation-container .chosen-container {
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px;
}

.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;
  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: 96%;
  background-size: 12px;
  border-color: #fff;
  border-width: 1px;
  font-family: inherit;
  padding: 12px 20px;
  font-weight: 500;
  border-radius:50px;
  height: 50px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #8F4155;
}

.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: 26px;
  font-family: Manrope;
}

.chosen-container .chosen-results .chosen-result {
  font-size: 17px;
  height: 40px;
  line-height: 10px;
  padding: 15px;
}

.zoomContainer .zoomLens {
  border: 0 !important;
}

.zoomWindowContainer .zoomWindow {
  border: 1px solid #eee !important;
}

.add-cart-information-popup.popup .popup-bottom.footer {
  margin-top: 0;
}
div#spltr-70f0b6b9-59f4-4729-9535-391cf00c7d4e {
    padding-bottom:120px;
}

#bs-8928A5A2-704A-4D00-AA17-D2F29C9E9BFC {
  padding: 80px 0;
}

.widget-productImage .image-preview-box .vertical-aligner {
  display: none;
}

.product-widget.widget-productName .product-name {
  color: #000;
  padding-bottom: 0;
  border: 0;
  margin: 0;
  text-align: left;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  letter-spacing:-0.04em;
}

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

.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("/template/b0471b15/images/scrole-arrow-product.svg");
  background-repeat: no-repeat;
  background-color: #fff;
}

.image-popup-container .navigator.close-button {
  background-image: url("/template/b0471b15/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: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 30px;
}

.image-popup-container .navigator.right-button {
  background-position: 17px 12px;
  right: 8px;
}

.image-popup-container .navigator.left-button {
  left: 8px;
  background-position: 17px 11px;
  transform: rotate(180deg);
}

.image-popup-container .navigator.close-button {
  background-image: url("/template/7877fee3/images/close-icon.png") no-repeat;
  background-position: 8px 9px;
  height: 34px;
  right: 5px;
  top: 5px;
  width: 34px;
  background-size: 18px;
}

.image-popup-container.popup {
  padding: 0;
  min-width: auto;
  background: transparent;
}

.image-popup-container .navigator.right-button:hover,
.image-popup-container .navigator.left-button:hover {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  border-radius: 30px;
}

.product-widget.widget-productSku {
  padding: 0;
  margin: 20px 0;
}

.widget-productSku, .widget-availableStock, .widget-productCategory, .widget-productManufacturer, .widget-productBrand, .widget-productModel, .widget-combinedProduct {
  color: #000;
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.015em;
}

.widget-productSku label,
.widget-productCategory label {
  font-weight: 400;
}

.widget-productSummary {
  padding: 20px 0;
}

.widget-productSummary .summary {
    font-family: Manrope;
	font-weight: 400;
	font-style: Regular;
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0;
	color:rgba(0, 0, 0, 0.80);
	text-align: left;
}

.page-product .bmui-tab {
  padding-top: 50px;
}

.bmui-tab .bmui-tab-header.bmui-tab-active {
  background: none;
  border: none;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  cursor: default;
}

.bmui-tab .bmui-tab-body-container {
  border: none;
  padding: 20px 0;
}

#bmui-tab-description .title {
  display: none;
}

#bmui-tab-description .description>p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.product-widget.widget-similar,
.product-widget.widget-related {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
  background: #ffffff;
}

.product-widget.widget-similar .header,
.product-widget.widget-related .header {
    text-align: right;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.product-widget.widget-related .scroll-left, 
.product-widget.widget-related .scroll-right,
.product-widget.widget-similar .scroll-left, 
.product-widget.widget-similar .scroll-right {
    display: inline-block;
    height: 70px;
    width: 70px;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #F3EFE8 !important;
    margin: 0 13px !important;
    background-color: #F3EFE8 !important;
}
.product-widget.widget-related .scroll-left:hover, 
.product-widget.widget-related .scroll-right:hover,
.product-widget.widget-similar .scroll-left:hover, 
.product-widget.widget-similar .scroll-right:hover{
    border: 1px solid #F3EFE8 !important;
   background-color: #F3EFE8 !important;
}
.product-widget.widget-related .scroll-left, .product-widget.widget-similar .scroll-left {
  font-size: 0;
  background-image: url(/template/b0471b15/images/slider-right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 27px 27px;
  transform: rotate(180deg);
  margin-left: -1px !important;
  display: none;
}
.product-widget.widget-related .scroll-right,
.product-widget.widget-similar .scroll-right{
    font-size: 0;
    background-image: url(/template/b0471b15/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 27px 27px;
   margin-right: -1px !important;
}

.product-widget.widget-related .scroll-right:hover,
.product-widget.widget-similar .scroll-right:hover{
    font-size: 0;
    background-image:#8F4155 url(/template/b0471b15/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 27px 27px;
   margin-right: -1px !important;
}
.product-widget.widget-related .scroll-right:hover, .product-widget.widget-similar .scroll-right:hover {
  font-size: 0;
  background-color: #8F4155 !important;
  background-image: url(/template/b0471b15/images/slider-right-arrow.svg);
  background-repeat: no-repeat;
  background-position: -38px 27px;
  margin-right: 0 !important;
  border: 0 !important;
}
.scrollable-view .scroller {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 37%;
  right: 0;
  left: auto;
}
.product-widget.widget-similar .title, .product-widget.widget-related .title {
  color: #000;
  text-transform: capitalize;
  padding: 100px 0 0;
  font-family: Marcellus;
  font-weight: 400;
  line-height: 50px;
  font-size: 40px;
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-widget.widget-similar .product-block.product-view-height-width.normal-product-view,
.product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
  max-width: calc(100% / 5 - 26px);
  width: 100%;
  border-radius:0px;
  margin-bottom: 10px;
  overflow: hidden;
}

.review-view-panel .main-container .total-review-panel .review-content {
  position: sticky;
  top: 20px;
}

@media (max-width: 991px) {

  .product-widget.widget-similar .product-block.product-view-height-width.normal-product-view,
  .product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
    max-width: calc(100% / 3 - 15px);
  }
}

@media (max-width: 767px) {

  .product-widget.widget-similar .product-block.product-view-height-width.normal-product-view,
  .product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
    max-width: calc(100% / 2 - 15px);
  }


  .responsive .widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    max-width: 230px;
  }
}

@media (max-width: 480px) {

  .product-widget.widget-similar .product-block.product-view-height-width.normal-product-view,
  .product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .product-widget.widget-similar,
  .product-widget.widget-related {
    padding: 0 15px 10px;
  }
}

.product-view .footer .pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.product-view.image-view .summary p,
.product-view.image-view .summary,
.product-view.scrollable-view .summary p,
.product-view.scrollable-view .summary {
  font-size: 14px;
  text-align: left;
  color: #555;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: auto;
}

.product-view.image-view .summary p,
.product-view.scrollable-view .summary p {
  margin: 0;
}

.chosen-container-multi .chosen-choices {
  border-color: #dedede;
}

.checkout-page.version-2 div.advance-checkout-steps-left-dom input[type="text"]:focus,
.checkout-page.version-2 div.advance-checkout-steps-left-dom select:focus,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom select:focus,
.checkout-page.version-2 div.advance-checkout-steps-left-dom input[type="text"]:focus,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom input[type="text"]:focus,
.checkout-page.version-2 div.advance-checkout-steps-left-dom textarea:focus,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom textarea:focus {
  border-color: #000;
}

 

.paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-pay {
  border-radius: 30px !important;
  overflow: hidden !important;
}

/* === End Product Detail ===== */
/***********/
.page-product .bmui-tab {
  margin: 50px 0 0;
  padding: 70px 100px 50px;
  border: 1px solid #dedede;
  margin-bottom: 70px;
}

.page-product .bmui-tab .bmui-tab-body-container {
  border: 0;
}

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

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
  border: medium none;
  font-size: 18px;
  margin: 0;
  padding: 0 40px 15px 0;
  color: #353535;
  border-radius: 0;
  background: transparent;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
  position: relative;
  color: #000;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child .title {
  position: relative;
  font-weight: 500;
  font-size: 0;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child .title::before {
  content: "Description";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2) .title {
  font-size: 0;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2) .title::before {
  content: "Reviews";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(3) .title {
  font-size: 0;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(3) .title::before {
  content: "Ask a Question";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -22px;
  width: 100%;
  height: 1px;
  background: #000;
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(3).bmui-tab-active .title::after,
.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: -4px;
}

.ask-question-panel .form-row label {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
}

.ask-question-panel .form-row textarea {
  min-height: 150px;
  width: 100%;
}

.page-product .bmui-tab .bmui-tab-body-container h1 {
  font-size: 27px;
}

.page-product .bmui-tab .bmui-tab-body-container h2 {
  font-size: 24px;
}

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

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

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

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

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

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

.page-product .bmui-tab .bmui-tab-body-container figol {
  padding-left: 18px;
  margin-top: 30px;
}

.page-product .bmui-tab .bmui-tab-body-container ol li,
.page-product .bmui-tab .bmui-tab-body-container ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #000;
  padding-bottom: 10px;
  position: relative;
}

.page-product .bmui-tab .bmui-tab-body-container ul li:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #272727;
  position: absolute;
  left: -16px;
  top: 10px;
  border-radius: 50%;
}

.page-product .bmui-tab .bmui-tab-body-container figure {
  padding: 0;
  margin: 0 0 20px;
}

.product-widget.widget-productSku label, .product-widget.widget-productSku .value {
  color: #000;
  font-family: Manrope;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.015em;
}

.product-widget.widget-socialMediaShare .info-title {
  width: 100%;
  display: block;
  text-transform: capitalize;
  margin: 20px 0 0;
  margin-bottom: 2px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 1;
  text-align: center;
}

.product-widget.widget-socialMediaShare .info-title+.info-payment {
  margin: 10px auto 0;
  display: block;
  width: 100%;
  text-align: center;
}

.product-widget.widget-socialMediaShare {
  position: relative;
  margin: 0;
}
.product-widget.widget-socialMediaShare::before {
  content: "Share";
  text-transform: capitalize;
  position: relative;
  width: 100%;
  text-align: center;
  top: 26px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.06em;
}
.widget-socialMediaShare .social-media-wrapper {
  text-align: left;
  padding-left: 70px;
}

.product-widget.widget-stockMark span {
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: transparent;
  padding: 14px 0;
  border-radius: 50px;
  margin: 0;
  text-align: left;
  width: 100%;
  letter-spacing: 1px;
  display: block;
}

.product-widget.widget-stockMark {
  margin: 0;
  text-align: right;
}

.variation-container table.matrix td.available {
  display: table-cell;
}

.product-widget.widget-stockMark span.not-available {
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border: transparent;
  padding: 5px 0;
  border-radius: 50px;
  margin: 0;
  text-align: left;
  color: #f00;
  width: 100%;
  letter-spacing: 1px;
  display: block;
}

.widget-price .price .tax-message {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  position: absolute;
  left: 0;
  top: 27px;
}

/************************************************/
/*****************Review************/
.review-form-container .review-form {
  max-width: 770px;
}

.review-image-input-with-dropzone-wrapper .wc-icon.large {
  display: none;
}

.review-panel .write-review-panel button.write-review {
  max-width: 200px;
}

.review-panel .write-review-panel label {
  font-size: 16px;
  color: #000;
  display: block;
  width: 100%;
}

.review-panel .write-review-panel textarea {
  width: 100%;
  padding: 8px;
}

.review-panel .write-review-panel .form-row.btn-row {
  padding: 0;
  display: flex;
}

.review-panel .write-review-panel .form-row.btn-row button {
  margin-right: 20px;
  max-width: 200px;
  letter-spacing: 1px;
}

.review-form-container .review-form button.cancel {
  border: 2px solid #000;
  background: transparent;
  color: #000;
}

.review-form-container .review-form button.cancel:hover {
  background: #8F4155;
  border-color: #8F4155;
  color: #fff;
}

.ask-question-panel .form-row button,
.new-review-panel .write-review,
.new-review-panel .review-form .form-row button {
  background: #000;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
  line-height: 23px;
  padding: 12px 10px;
  border-radius: 0;
  width: 200px;
  margin-top: 10px;
}

.ask-question-panel .form-row button:hover,
.new-review-panel .write-review:hover,
.new-review-panel .review-form .form-row button:hover {
  background: #8F4155;
  color: #000;
  border-color: #8F4155;
}

/************************************************/
.review-view-panel .main-container h2.review-heading {
  padding: 0;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  margin: 0 0 40px;
  color: #000;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}
.widget-productReviewRatting .star-label {
  width: 48px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.82);
  font-family: Marcellus;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.02em;
}
.widget-productReviewRatting .product-review-container .review-description {
    font-family: Manrope;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0;
    color: rgba(0,0,0,.80);
    margin-top: 12px;
  width: 100%;
}
.widget-productReviewRatting .review-card-wrapper__reviewer-name {
	font-family: Manrope;
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	letter-spacing:0.02em;
	color:#000000;
  font-family: Marcellus;
}
.product-review-container .single-review-block div {
  padding: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.product-review-container .single-review-block div.reviewer-name {
  font-weight: 500;
  color: #383838;
  display: block;
  font-size: 17px;
}

.product-review-container .single-review-block div .review-date {
  font-size: 14px;
  color: #706c6c;
  padding-left: 8px;
}

.widget-productReviewRatting .rating-bar {
      background-color: #000000;
}
.widget-productReviewRatting .write-review-panel .form-row {
  margin: 0;
  padding: 0;
}
.widget-productReviewRatting .review-head {
  width: 100%;
}

.review-container.product-review-container .single-review-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 30px;
}

.review-container.product-review-container .single-review-block.last {
  border: 0;
}

.product-review-container {
  background-color: transparent;
  border-bottom: 0;
  padding: 0;
}

.review-rating span img {
  opacity: 0;
}

.review-rating {
  width: 118px !important;
  text-align: left;
  display: inline-block;
  font-family: initial;
  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("/template/b0471b15/images/star-on.svg") no-repeat center;
  background-size: 85%;
}

.review-rating .star-off {
  background: url("/template/7877fee3/images/star-off.svg") no-repeat center;
  background-size: 85%;
}

.review-rating .star-half {
  background: url("/template/7877fee3/images/star-half.svg") no-repeat center;
  background-size: 85%;
}

.review-rating-wrapper .review-count {
  font-size: 12px;
  font-weight: 400;
  font-family: Manrope;
  color: rgb(0, 0, 0);
  margin-left: 0;
  display: inline-block;
  line-height: 14px;
}

.review-view-panel .main-container .total-review-panel {
  margin-bottom: 30px;
}

.new-review-panel .review-card-wrapper {
  padding: 20px 0;
}

.new-review-panel .review-card-wrapper {
  width: 90%;
}

.new-review-panel .review-card-wrapper__navigator-previous {
  left: auto;
  right: 70px;
}

.new-review-panel .review-card-wrapper__navigator-next {
  right: 0;
  left: auto;
}

.new-review-panel .review-card-wrapper__navigator {
  top: auto;
  margin-top: 0;
  width: 60px;
  height: 60px;
  bottom: -50px;
}

.custom-field-container-for-widget .chosen-container-single .chosen-single,
.custom-field-container-for-widget .chosen-container-multi .chosen-choices,
.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget textarea,
.custom-field-container-for-widget select {
  border-color: rgba(0, 0, 0, 0.2) !important;
}

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

.checkout-page.version-2 .advance-checkout-steps-left-dom .order-custom-fields-form .form-row+.form-row {
  padding-top: 40px;
}

.display-text-custom-field p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .new-review-panel .average-review-wrapper {
    flex-direction: column;
  }

  .new-review-panel .all-rating-block {
    padding-left: 0;
    margin-top: 20px;
  }

  .new-review-panel .avg-review-label .label {
    font-size: 15px;
  }

  .widget-information .bmui-tab .bmui-tab-header {
    margin-right: 0;
    padding: 15px;
  }

  .new-review-panel .review-card-wrapper__rating-and-date {
    align-items: start;
    flex-direction: column;
  }

  .new-review-panel .review-card-wrapper {
    width: 100%;
  }
}

/*start: Tell friend*/
.tell_friend_popup.popup .header,
.tell_friend_popup.popup .footer {
  padding: 0;
  background-color: transparent;
  display: flex;
}

.tell_friend_popup.popup .header {
  padding: 0 0 20px;
}

.tell-friend.tell_friend_popup.popup input[type="text"],
.tell-friend.tell_friend_popup.popup input[type="password"],
.tell-friend.tell_friend_popup.popup textarea {
  width: 100%;
  background: #fff;
  border-color: rgba(205, 205, 205, 1);
}

.tell-friend.tell_friend_popup.popup .errorlist.after {
  bottom: -5px;
}

.tell-friend.tell_friend_popup.popup .form-row {
  margin-bottom: 10px;
  position: relative;
}

.tell-friend.tell_friend_popup.popup .limit-label {
  position: absolute;
  top: 1px;
  right: 0;
  font-size: 15px;
  font-weight: 300;
}
.tell-friend.tell_friend_popup.popup button {
  max-width: 200px;
  width: 100%;
  margin: 0 3px;
  background: #8F4155;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tell-friend.tell_friend_popup.popup button:hover {
  background: #AE4C65;
  color: #fff;
}

.tell-friend.tell_friend_popup.popup button:last-of-type {
  background: transparent;
  border: 1px solid  #8F4155;
  color: #000;
}

.tell-friend.tell_friend_popup.popup button:last-of-type:hover {
  background: #8F4155;
  color: #fff;
}

.tell-friend.tell_friend_popup.popup .body {
  padding: 20px 0 0 0;
}

.tell-friend.tell_friend_popup.popup .form-row label {
  font-family: Manrope;
  font-size: 14px;
  color: #000;
  display: block;
  width: 100%;
}

/********EndTell friend*******/
/* ==================================== End Product Design =============================  */

/* ====== 404 page end ==========*/



.review-rating span img {
  opacity: 0;
  width: 53px;
}

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

.page-product .review-rating .star-on,
.new-review-panel .avg-review-label .review-rating .star-on,
.page-product .review-rating .star-off,
.new-review-panel .avg-review-label .review-rating .star-off,
.page-product .review-rating .star-half,
.new-review-panel .avg-review-label .review-rating .star-half {
  background-size: 18px;
}

.widget-productReviewRatting .empty-main-container {
  margin: 0 auto 40px;
}

/* ======== Newsletter Design =========== */
.widget-newsletter.news-letter .form-row.mandatory {
  margin: 0;
  max-width: 310px;
  padding: 0;
  width: 100%;
}

.widget-newsletter .form-row.mandatory,
.form-row.button-container {
  display: block;
  margin: 0;
  width: 100%;
}

.widget-newsletter label {
  display: none;
}

.footer .widget.widget-newsletter .widget-title-wrapper h2 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing:0;
  color:#fff;
  padding:0;
  margin:0 0 6px;
}
.footer .widget.widget-newsletter .widget-title-wrapper p.widget-sub-title {
  padding: 0;
  margin: 0 0 20px;
  color: rgba(0,0,0,0.7);
  font-family: Manrope;
  font-weight: 400;
  font-size: 16.5px;
  line-height: 27px;
  letter-spacing: 0;
}
.footer .widget.widget-newsletter .newsletter.inplace.valid-verify-form {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.widget-newsletter input[type="text"] {
  background: none;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  font-family: Manrope;
  font-size: 18px;
  font-weight: normal;
  height: 50px;
  padding: 5px 60px 5px 20px;
  width: 100%;
}

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


.widget-newsletter .newsletter-subscription.submit-button {
  color: #000;
  cursor: pointer;
  height: unset;
  padding: 0;
  text-transform: capitalize;
  margin: 10px 0 0;
  background: transparent;
  border-radius: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: block;
  font-family: Manrope;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-align: left;
  background: url(/template/b0471b15/images/subscribe-arrow.svg) no-repeat;
  background-position: 0px 17px;
  padding-left: 24px;
}
.widget-newsletter input[type="text"]:focus{
  border: 0 !important;
  border-bottom: 1px solid #8f4155 !important;
}
.widget-newsletter button[disabled],
.widget-newsletter button[disabled]:hover {
  border: none !important;
  background: transparent !important;
}

.widget-newsletter .newsletter-subscription.submit-button:hover {
  color: #8F4155;
  background: url(/template/b0471b15/images/subscribe-arrow-hover.svg) no-repeat;
   background-position: 0px 17px;
  padding-left: 24px;
}

.widget-newsletter .errorlist.after {
  position: relative;
}


.footer .widget-newsletter input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #b88f59 inset;
  -webkit-text-fill-color: #fff;
}

.widget-newsletter .message-block {
  bottom: -32px;
  margin: 0;
  position: absolute;
  width: 100%;
  font-size: 13px;
  border-radius: 5px;

}
.widget-newsletter .message-block.message-text {
  bottom: -25px;
  font-size: 13px;
  line-height: 27px;
}
.widget-newsletter input[type="text"] {
  border-radius: 0;
  padding: 0;
  color: #000;
  height: 55px;
  background: transparent;
  border-bottom: 1px solid #000;
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  width: 100%;
}
.widget-newsletter input[type="text"].validation-error {
  border: 0 !important;
  border-bottom: 1px solid #e64343 !important;
}
.widget-newsletter input[type="text"]::placeholder {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0,0,0,0.25);
}

/* ======== End Newsletter Design =========== */

/* ============================================== End Footer Design ================================================*/

body.widget-snippet {
  padding: 40px;
  max-width: initial;
}



/** Time Out Popup Start **/

.time-out.popup .header-line {
  background-color: #fff;
  text-align: center;
  padding: 50px;
}

.time-out.popup .header-line .ok {
  background-color: #000;
  color: #fff;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 110px;
  cursor: pointer;
  margin-top: 40px;
}

.time-out.popup .body {
  text-align: center;
  position: absolute;
  top: 40px;
  width: auto;
  background: transparent;
  padding: 0;
  left: 50%;
  transform: translate(-50%);
}

.time-out.popup .header-line:hover .ok {
  background-color: #8F4155;
  color: #000;
}

/** Time Out Popup End **/
/** Wishlist Page design Start **/
.page-wish-list .wish-list-details {
  text-align: center;
  padding: 100px 0;
}


.page-wish-list .wish-list-details .product-view .header {
  position: relative;
}

.page-wish-list .wish-list-details .product-view .header::before {
  content: "Wishlist";
  position: absolute;
  left: 0;
  top: 20px;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0;
  margin: 0;
  color: #000000;
  line-height: 40px;
}

.page-wish-list .body .footer {
  border: 0;
  border-top: 1px solid #dfdfdf;
  padding: 30px 0 0;
  margin: 0;
}

/** Wishlist Page design End **/

/** Category Sidebar Start **/

.widget-navigation.categories-list .menu-title {
  position: absolute;
  right: 0;
  top: 22px;
  width: 100%;
}

.widget-navigation.categories-list .menu-title .menu-button.responsive-menu-btn em {
  display: none;
}

.widget-navigation.categories-list .menu-title:hover .widget-navigation.categories-list .menu-title .menu-button.responsive-menu-btn.close {
  background-image: url('data:image/svg+xml,<svg width="14" height="2" viewBox="0 0 14 2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 0.749084H1V1.45497H13V0.749084Z" fill="black" stroke="black"/></svg>');
}

#wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper.show,
#wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper.show {
  display: none !important;
}

#wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper,
#wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper {
  display: block !important;
}



.widget.widget-navigation.categories-list .widget-title {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0px 0 12px;
    margin: 0 0 14px 0;
    display: block;
    font-family: Marcellus;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.categories-list span.child-opener {
  width: 0;
  height: 0;
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 0;
}

.categories-list .navigation-item {
  position: relative;
}

.categories-list .navigation-item a {
  position: relative;
  font-family: Marcellus;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 0;
  color: #000000;
  border: 0;
  padding: 0 0 5px 0;
  transition: all 300ms ease-out 0s;
  padding-left:0px;
z-index: 1;
}

.categories-list .navigation-item.active>a {
  font-weight: 500;
}

.categories-list .navigation-item:hover a {
  color: #8F4155;
}

.product-view .product-block .review-rating-wrapper,
.page-home .product-view.scrollable-view .product-block .block-content-wrap {
  padding: 0 15px;
}

.categories-list .vertical .navigation-item.active>.navigation-item-child-container .navigation-item.active>.navigation-item-child-container a {
  padding: 15px 20px;
  padding-left: 20px;
}
.categories-list .navigation-item:hover span.child-opener::after,
.categories-list .navigation-item.active>a,
.categories-list .vertical .navigation-item.active .navigation-item:hover a {
  color: #8F4155;
}
/*
.categories-list .navigation-item.active>a:before{
    content: '';
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: rgba(54, 161, 223, 1);
    left: 0;
    top: 7px;
}*/
.categories-list .vertical .navigation-item.active>.navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a {
  color: #242424;
  font-size: 16px;
  padding: 10px 0;
}

.categories-list .vertical .navigation-item.active>.navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a:hover {
  color: #000;
  opacity: 1;
}

.categories-list span.child-opener::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 43px;
    height: 100%;
    font-size: 20px;
    color: rgb(83, 83, 83);
	top: 1px;
}
.categories-list .navigation-item.active>span.child-opener::after {
  content: "\f106";
   color: rgba(54, 161, 223, 1);
}

.categories-list .vertical .navigation-item.active>.navigation-item-child-container {
  margin: 0 0 8px 10px;
  display: block;
  padding: 0 0 0 10px;
}

.categories-list .vertical .navigation-item.active>.navigation-item-child-container .navigation-item.has-child .navigation-item a {
  border: 0;
}

.widget.widget-navigation.categories-list .navigation-item {
  padding: 0;
}

.widget.widget-navigation.categories-list .navigation-item:last-child {
  border-bottom: 0;
}

.widget.widget-navigation.categories-list .navigation-item .navigation-item-child-container::before,
.widget.widget-navigation.categories-list .navigation-item .navigation-item-child-container a::before{
  display: none;
}


.categories-list .navigation-item:last-child a {
  border: 0;
}

.categories-list .vertical .navigation-item.active>.navigation-item-child-container a {
  color: #424242;
}

.categories-list .vertical .navigation-item.active>.navigation-item-child-container .navigation-item.active a,
.categories-list .vertical .navigation-item.active>.navigation-item-child-container .navigation-item>.navigation-item-child-container .navigation-item.active a {
  color: #8F4155;
}

/** Category Sidebar End **/


.flying-cart-content .variation-dropdown-container .chosen-single .fee-identical-sewc-elm .variation-value {
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: normal;
  height: 13px;
  width: 13px;
  min-width: 13px;
}

.flying-cart-content .variation-dropdown-container .chosen-single {
  margin: 0 !important;
}

.flying-cart-content .variation-dropdown-container .chosen-wrapper label {
  font-size: 11px !important;
  margin: 0 !important;
  line-height: 24px !important;
}

div.flying-cart-content .flying-cart-special-add-to-cart {
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 3;
}

div.flying-cart-content .flying-cart-special-add-to-cart:hover {
  text-decoration: none;
  color: #8F4155;
}



/** Breadcrumb Start **/

.widget.widget-breadcrumb {
    padding: 49px 0px 27px 0px;
    display: block;
    max-width: 1520px;
    margin: 0 auto;
}

.page-product .widget.widget-breadcrumb.page-breadcrumb,
.page-category .widget.widget-breadcrumb.page-breadcrumb {
  padding: 38px 0;
}

.breadcrumb-item.root .icon {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 0;
  width: auto;
}

.breadcrumb-item .separator:hover::before {
  color: #404040;
  transition: all 0.2s ease-in-out;
}

.breadcrumb-item .separator {
  font-size: 0;
  padding: 0 6px 0 0;
  position: relative;
  vertical-align: middle;
  padding-left: 14px;
}

.breadcrumb-item {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #000000;
}

.breadcrumb-item .label,
span.breadcrumb-item.root span.icon::before {
  color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-family: Manrope;
}

.breadcrumb-item.root .icon:hover::before {
  color: #000;
}

span.breadcrumb-item.root {
  position: relative;
  line-height: 32px;
  padding-top: 0;
  padding-left: 0;
  vertical-align: top;
}

span.breadcrumb-item.root span.icon::after {
  content: "Home";
  top: 0;
  left: 0;
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.5;
  background: url("/template/7877fee3/images/home-back.png") no-repeat center left;
}

span.breadcrumb-item.root span.icon:hover::after {
  color: #000000;
  opacity: unset;
  font-weight: 500;
}

span.breadcrumb-item.root span.icon:hover::after {
  background-position: 0 -11px;
}

span.breadcrumb-item {
  padding: 0;
}

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

.breadcrumb-item .separator::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 16px;
  height: 20px;
  background-image: url(/template/7877fee3/images/separator-breadcrumb.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
}

.breadcrumb-item.root a {
  text-decoration: none;
  padding-left: 0;
  vertical-align: top;
}

.breadcrumb-item .label {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #000000;
  opacity: 0.5;
}

.breadcrumb-item .label:hover {
  color: #000000;
  opacity: unset;
  font-weight: 400;
}

/** Breadcrumb End **/
/** Popup Start **/

.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
  padding-bottom: 0;
}

.popup div.quantity,
.popup div.item {
  padding: 7px 0 7px;
}

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

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

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

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

.popup .button-item span {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  height: 52px;
}

.popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart {
  background: #000;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

.popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart:hover {
  color: #000 !important;
  background-color: #8F4155;
  border: 2px solid #8F4155;
}

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

.popup.add-cart-information-popup .close-btn.button:focus,
.popup.add-cart-information-popup .close-btn.button.focus {
  color: #000;
  background-color: #8F4155;
  border: 2px solid #8F4155;
}

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

.popup.add-cart-information-popup td.product-img {
  width: 100%;
  text-align: center;
}

.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: 24px;
  font-weight: 500;
  display: block;
  text-align: left;
}

.widget-snippet .snippet-copyright-develop .copyright a:hover {
  color: #8F4155;
}

.popup.add-cart-information-popup .variation-container .variation-dropdown-container {
  display: flex;
  align-items: baseline;
  gap: 0 5px;
}

.popup.add-cart-information-popup .variation-container .variation-dropdown-container .chosen-wrapper.variation-type.text.select {
  margin-right: 20px;
}

.popup.add-cart-information-popup .variation-container .variation-dropdown-container .selected-value-display {
  margin-top: 0;
}

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

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

.popup .cart-summary-header {
  color: #000;
  float: none;
  font-size: 16px;
  padding-right: 0px;
  text-align: center;
}
.widget-socialMediaShare .social-media-wrapper span.pinterest {
  background-position: -119px 3px;
}
.popup .status-bar-product-name, .popup .header .status-message {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 26px;
}

.popup .button-item {
  display: block;
  clear: both;
}

.popup .button-item .button {
  vertical-align: middle;
  border-radius: 50px;
  margin: 0 5px;
}

.popup .continue-shopping-btn {
  color: #000;
  background-color: transparent;
  border-color: #42ba96;
  border: 2px solid #8f4155;
  border-radius: 0;
  margin: 0 5px;
}

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

.popup .body {
  background-color: #ffffff;
  padding: 20px 30px;
}

.add-to-wish-list-popup.add-to-wishlist-popup.popup {
  padding: 0;
}

.close.cancel-button {
  color: #000 !important;
  border: 2px solid #8f4155 !important;
  background: transparent !important;
}

.close.cancel-button:hover {
  color: #fff !important;
  background-color: #8F4155 !important;
  border: 2px solid #8F4155 !important;
}

body.page-profile .close.cancel-button:hover {
  color: #000 !important;
  background-color: #8F4155 !important;
  border-color: #8F4155 !important;
}

.site-popup .title-bar,
.confirm-popup .header-line,
.confirm-popup .title-bar {
  background-color: transparent;
  font-size: 20px;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  padding: 20px 0 20px;
  text-align: center;
}

.popup .button-item {
  text-align: center;
  margin: 0;
  display: flex;
  justify-content: center;
}

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

.site-popup span.close.fee-identical-sewc-elm,
.confirm-popup span.icon.close {
  top: 22px;
  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;
  border-radius: 50px;
}

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

.popup .button {
  max-width: 240px;
  width: 100%;
  letter-spacing: 0.01em;
  text-transform: capitalize;
}

.popup .body table,
.popup .body tr,
.popup .body td {
  border: 0;
}

.site-popup .content,
.confirm-popup .body {
  padding: 25px 30px !important;
  overflow: auto;
  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: 50%;
  float: left;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

.save-cart .popup-bottom.footer button {
  width: 49%;
  margin-left: 0;
}

.popup .header {
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  text-align: left;
  padding: 30px 45px 20px 20px;
}

.site-popup,
.confirm-popup {
  padding: 0;
}

.confirm-popup button.no-button {
  background: transparent;
  color: #000;
}

.confirm-popup button.no-button:hover {
  background: #8F4155;
  color: #000 !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: 30px;
}

.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: 500;
  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 {
  margin: 0 7px;
  margin-left: 7px;
  display: inline-block;
  border-radius: 0;
  padding: 9px 35px;
  width: auto;
  border: 2px solid #000;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}

.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;
  padding: 40px 0 10px;
}
.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;
}

.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: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #000;
}

.wish-list-popup .no-wish-list-message {
  font-weight: 400;
}

.wish-list-popup.add-to-wishlist-popup.popup .footer button {
  margin: 0 10px;
  border-radius: 0;
  text-transform: capitalize;
  padding: 6px 10px;
  letter-spacing: -0.01em;
  border-radius: 50px;
}

.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button {
  background: #8F4155;
  color: #fff;
  border: 2px solid #8F4155;
  border-radius: 50px;
}

.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button:hover {
  background: #AE4C65 !important;
  color: #fff !important;
  border-color: #AE4C65 !important;
}

.wish-list-popup.add-to-wishlist-popup.popup .header .status-message {
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.wish-list-popup .footer .submit-button.create-wish-list:hover {
  border: 2px solid #8F4155 !important;
  background: #8F4155 !important;
  color: #fff !important;
}

.wish-list-popup .footer .form-reset.close-popup:hover {
  border: 2px solid #8f4155 !important;
  background: #8f4155 !important;
  color: #fff !important;
}
.wish-list-popup .close-icon {
  top: 36px;
}

.popup .footer button.close-popup, .popup .button-item .close-btn {
  color: #000;
  border: 2px solid #8F4155;
  background: transparent;
  border-radius: 50px;
}

.popup .footer button.close-popup:hover,
.popup .button-item .close-btn:hover {
  color: #fff;
  background: #8F4155;
  border-color: #8F4155;
}

.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("/template/7877fee3/images/close-icon.svg") no-repeat center top;
  background-size: 17px;
}

.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before {
  font-size: 0;
}

.popup .button.disabled {
  border: 2px solid #bfbfbf !important;
}

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

.save-cart.save-cart-init-form.popup {
  padding: 0;
}

/*variation flate chosen */
.popup.add-cart-information-popup .variation-container {
  text-align: left;
  display: flex;
  justify-content: center;
}

.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: 500;
  display: block;
  width: 100%;
  color: #201547;
  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;
  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;
  border-radius: 30px;
}

.widget-variation .variation-thumb ul li * {
  font-size: 16px;
}

.widget-variation .variation-thumb .variation-type .type-label {
  color: #1c1f23;
  text-transform: none;
  width: 100%;
  padding-bottom: 10px;
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  vertical-align: middle;
}

.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: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(/template/7877fee3/images/vicon.png) no-repeat center;
  width: 100%;
  height: 100%;
}

.page-product .variation-container .variation-type.text ul li span {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}

.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.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #fff;
}

/** Popup End **/
/*---------- Pagination Start------------*/

.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
  background-color: transparent;
  padding: 10px 0 80px;
}

.product-view .footer {
  border-bottom: 0;
  margin-bottom: 70px;
}

.product-view .footer .chosen-container-single.per-page-count {
  min-width: 88px;
}

.pagination {
  float: unset;
  margin-top: 10px;
}

span.pagination-literal-status {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 32px;
  color: #000000;
}

.pagination span {
  border: none;
  cursor: pointer;
  width: 38px;
  height: 38px;
  box-shadow: none;
  display: inline-flex;
  color: #000;
  font-size: 14px;
  background: transparent;
  border-radius: 50%;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  align-items: center;
  justify-content: center;
  margin: 0 5px 0 0;
  padding: 0;
}

.pagination span.page-number.current {
  background: rgba(143, 65, 85, 0.1);
  border: 0;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}

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

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

.page-search-result .page-content .footer select.per-page-count {
  margin: 0;
  height: 35px;
}

.pagination span:hover {
  color: #8F4155;
  background: rgba(143, 65, 85, 0.1);
  text-decoration: none;
}

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

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

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

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

.pagination span.disabled:hover,
.pagination span.disabled {
  cursor: default;
  opacity: 0.5;
  color: inherit;
  text-decoration: none;
}

/*---------- Pagination End ------------*/

/** Stepper Start **/
.product-widget.widget-addCart .stepper {
  width: 100%;
  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: 42px;
  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: 40px;
  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;
  padding: 0;
  text-align: center;
  z-index: 0;
}
.product-widget.widget-addCart .stepper .stepper-input:focus{
  border: 0 !important;
}
/** Stepper End **/

/*Start Search Page*/
.entire-search .search-result>.title {
  text-align: left;
  border-top: 0;
  border-bottom: 0;
  font-weight: 400;
  font-size: 22px;
}

.entire-search .total-result {
  font-weight: 400;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
}

.search-result.products .pagination span.prev:before {
  top: -7px;
}

.search-result.products .pagination span.next:before {
  top: -7px;
}

.entire-search .search-results .search-result {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.search-results .page {
  margin-bottom: 12px;
}

.entire-search .search-result.pages .title.page {
  padding: 30px 0 10px;
  border-bottom: 1px solid #f0f3ed;
}

.entire-search .search-results .page a {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.entire-search .search-results .page .title {
  margin-right: 14px;
  font-size: 17px;
  font-weight: 600;
}

.entire-search h2 {
  font-size: 30px;
  padding-bottom: 15px;
  color: #000;
  text-align: center;
  margin: 0;
  font-weight: 500;
}

.entire-search .search-results .search-result .title.product {
  font-size: 20px;
  color: #333;
  margin: 0 auto -60px;
  padding: 10px;
  padding-left: 0;
}

.search-results {
  padding-top: 0
}

.page-search-result .page-content .footer,
.page-result-footer {
  background: none;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  padding-top: 0;
  text-align: left;
  clear: both;
  padding: 20px 0 65px;
  margin-top: 60px;
}

.entire-search .search-results .page a:hover {
  color: #007fff;
}

.search-results .page .page-read-more {
  color: #4a4a4a;
  text-decoration: underline;
}

.search-results .page .page-read-more:hover {
  color: #187dc1;
  text-decoration: underline;
}

.search-results .page .summary {
  color: rgba(0, 0, 0, 0.77);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.entire-search .search-results .page a:hover {
  color: #8F4155;
  text-decoration: none;
}

.entire-search .search-results .page a.page-read-more:hover {
  color: #8F4155;
  text-decoration: underline;
}

.page-search-result .page-content .footer select.per-page-count {
  margin-left: 20px;
}

/*End Search Page*/
#customer-profile-tabs.customer-profile-v2 .save_cart .form-row,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row {
  display: flex;
  justify-content: left;
  padding: 0 0 10px !important;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .form-row label,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row label {
  width: auto;
  padding-right: 10px;
  font-weight: 600;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .form-row span,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row span {
  font-weight: 400;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .saved-cart-items-wrap,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .abandoned-cart-items-wrap {
  margin-top: 10px;
}

#customer-profile-tabs.customer-profile-v2 .saved-cart-items-wrap label,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .abandoned-cart-items-wrap label {
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
}

#customer-profile-tabs.customer-profile-v2 .save_cart .form-row.btn-row,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row.btn-row {
  display: block;
}

/***** Popup Responsive Start ******/
@media (max-width: 767px) {

  .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,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup,
  .tell-friend.tell_friend_popup.popup.anim-fade-zoom.active,
  .page-profile .popup {
    max-width: 330px;
    margin: 0 auto;
    min-width: 280px;
    padding: 0;
  }

  .site-popup .title-bar,
  .confirm-popup .header-line,
  .confirm-popup .title-bar {
    text-align: left;
  }

  .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,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup {
    left: 20px !important;
    right: 20px !important;
  }

  .add-cart-information-popup.popup span.title,
  .wish-list-popup.add-to-wishlist-popup.popup .header .status-message,
  .popup .status-bar-product-name,
  .popup .header .status-message {
    font-size: 19px;
    width: 88%;
    text-align: left;
  }

  .add-cart-information-popup.popup .variation-container .variation-type {
    flex-direction: column;
  }

  .add-cart-information-popup.popup .variation-container .variation-type label.type-label {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 20px;
  }

  .add-cart-information-popup.popup .variation-container .chosen-container {
    max-width: 100%;
    display: block;
  }

  .add-cart-information-popup.popup .chosen-container-single .chosen-single {
    text-align: left;
    height: 50px;
    line-height: 20px;
  }

  .add-cart-information-popup.popup .chosen-container-single .chosen-single span {
    line-height: 28px;
  }

  .popup .body {
    padding: 10px 20px;
    max-height: 250px;
    overflow-y: scroll;
  }

  .add-cart-information-popup.popup .header,
  .popup .header {
    padding: 15px 25px 15px 15px;
    text-align: left;
  }

  .add-cart-information-popup.popup .popup-bottom.footer {
    padding: 20px 0;
  }

  .add-cart-information-popup.popup .popup-bottom.footer .button-item span {
    width: 100%;
    max-width: 100%;
  }

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

  .popup .button-item {
    flex-direction: column;
  }

  .popup .button-item .close-btn,
  .popup .button-item .button {
    margin: 0 auto 10px;
    width: 100%;
  }

  .popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart {
    margin: 0 auto 10px;
    padding: 9px 0;
    height: 52px !important;
  }

  .wish-list-popup.add-to-wishlist-popup.popup .footer button {
    margin: 0 auto 10px;
    width: 100%;
  }

  .wish-list-popup.add-to-wishlist-popup.popup .footer {
    flex-direction: column;
  }

  .responsive .popup .button-item .continue-shopping-btn,
  .responsive .popup .button-item .cart-page-button {
    margin-bottom: 10px;
    padding: 12px 30px;
    line-height: 23px;
  }

  .add-to-wish-list-popup.add-to-wishlist-popup.popup tr {
    display: flex;
    flex-direction: column;
  }

  .add-to-wish-list-popup.add-to-wishlist-popup.popup tr td {
    text-align: center;
  }

  .floating-panel-popup {
    padding: 15px;
  }

  .site-popup .button-line button+button,
  .confirm-popup .button-line button+button {
    width: 100%;
    margin: 10px auto;
  }

  .site-popup .button-line button,
  .confirm-popup .button-line button {
    display: block;
    width: 100%;
  }
}

@media (max-width: 320px) {

  .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,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup,
  .tell-friend.tell_friend_popup.popup.anim-fade-zoom.active,
  .page-profile .popup {
    max-width: 280px;
  }
}

/**** Popup Responsive End ****/
/** Placeholder Responsive Start **/

@media (max-width: 767px) {
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    line-height: 17px;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    line-height: 17px;
  }

  :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    line-height: 17px;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    line-height: 17px;
  }

  textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    line-height: 17px;
  }

  ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    line-height: 17px;
  }

  :-ms-textarea-placeholder {
    /* IE 10+ */
    font-size: 15px;
    line-height: 17px;
  }

  :-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    line-height: 17px;
  }

  textarea::placeholder {
    font-size: 15px;
    line-height: 17px;
  }

  ::placeholder {
    font-size: 15px;
    line-height: 17px;
  }
}

/** Placeholder Responsive End **/

/** Login, Registtration,
  Password-Reset, New Password,
  Newsletter Unsubscription Responsive Start **/




/**  Login, Registtration,
  Password-Reset, New Password,
  Newsletter Unsubscription Responsive End **/

@media (max-width: 1500px) {
  .page-product .page-content>.v-split-container>.v-split {
    width: 100%;
  }

  .page-product .page-content {
    padding: 0 15px 0 0;
  }


}

@media (max-width: 1400px) {
  


  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 700px;
    flex: 0 0 700px;
    max-width: 700px;
  }

  .image-preview-box.product-detail-view>img {
    width: 100%;
  }


}

@media (max-width: 1300px) {

}

@media (max-width: 1200px) {


  .product-widget.widget-productImage {
    margin-right: 20px;
  }

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

  .image-preview-box.product-detail-view>img {
    width: 100%;
  }

  .widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator {
    top: auto;
    height: 30px;
    width: 40px;
    background-size: 25px;
  }

  .widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator {
    bottom: 5px;
    height: 30px;
    width: 40px;
    background-size: 25px;
  }

  .responsive #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 5px;
  }

  .page-product .bmui-tab {
    padding: 40px;
    border: 1px solid #dedede;
    margin-bottom: 30px;
  }

  .header .widget.main_menu.right::after {
    top: 0px;
  }

  .search-menu-button.responsive-menu-btn.close {
    right: 12%;
  }

  .widget.widget-html.view-all-button .html-widget-element-content p a {
    top: 0;
  }

  .widget-search .search-menu-button {
    right: 135px;
  }

  .responsive .frequently-bought-together-products .product-block .row {
    padding-right: 0;
    gap: 0 0px;
  }

  .responsive .frequently-bought-together-products .product-name a {
    font-size: 16px;
    padding-right: 25px;
  }

  .responsive .frequently-bought-together-products .product-block .current-price.price {
    width: 60px;
    justify-content: end;
  }
}

@media (max-width: 991px) {



  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 430px;
    flex: 0 0 430px;
    max-width: 430px;
  }

  .widget-productImage .image-thumb-container .thumb-image {
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
  }

  .widget-productImage .image-thumb-container .thumb-image img {
    position: relative;
  }

  .page-product .bmui-tab {
    padding: 20px;
  }

  .header .widget.main_menu.right::after {
    top: 10px;
  }

  .search-menu-button.responsive-menu-btn.close {
    right: 10px;
  }

  .responsive .frequently-bought-together-products .product-block .image-column img {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    padding: 2px;
  }

  .responsive .frequently-bought-together-products .product-block .row .col.image-column {
    order: 2;
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin: 0 5px;
  }

  .responsive .frequently-bought-together-products .product-name a {
    font-size: 13px;
    padding-right: 10px;
  }

  .responsive .frequently-bought-together-products .product-block .row .col.info-column {
    padding-top: 5px;
  }

  .responsive div.frequently-bought-together-products .product-block {
    margin-top: -15px;
    padding: 12px;
  }

  .responsive .frequently-bought-together-products .header-info-text {
    margin: -31px auto 20px;
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  .page-product .page-content {
    padding: 0 20px;
  }

  .product-widget.widget-productImage {
    margin-right: 0;
  }

  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .page-product .variation-container .variation-type.text ul li span {
    font-size: 15px;
    line-height: 30px;
  }

  .page-product .bmui-tab {
    padding: 15px;
  }

  .product-widget.widget-price .current-price-container .current-price {
    font-size: 26px;
  }

  .page-product .bmui-tab .bmui-tab-header-container {
    text-align: left;
  }

  .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
    padding: 0 20px 15px 0;
    display: inline-block;
  }

  .widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator,
  .widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator {
    height: 28px;
    width: 32px;
    background-size: 22px;
    border-color: #ccc;
  }

  .product-widget.widget-stockMark span {
    font-size: 15px;
    margin: 1px 0 0;
    padding: 11px 0;
    letter-spacing: 0;
    line-height: 16px;
  }

  .review-panel .write-review-panel button.write-review {
    max-width: 160px;
    font-size: 14px;
    padding: 10px;
  }

  .review-panel .write-review-panel .form-row.btn-row button {
    margin-right: 10px;
    max-width: 160px;
    letter-spacing: 1px;
    padding: 10px;
  }

  /***************/
  .widget.widget-breadcrumb {
    padding-top: 10px;
  }

  .widget-breadcrumb .breadcrumb-item.root .icon::after {
    line-height: 33px;
  }

  .breadcrumb-item.root a {
    line-height: 20px;
  }

  .breadcrumb-item.root:first-child .separator:after {
    top: -4px;
  }

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



  body.responsive .widget.widget-html.tab-products-title h2,
  body.responsive .widget.widget-html.category-title h2 {
    font-size: 28px;
  }

  body.responsive .widget.widget-html.view-all-button .html-widget-element-content p a {
    position: relative;
    margin: 0;
    font-size: 15px;
    padding: 12px 40px;
  }

  body.responsive .widget.widget-html.view-all-button .html-widget-element-content p {
    margin: 38px auto 30px;
  }

  body.responsive .widget.widget-html.tab-products-title {
    padding-top: 50px;
    margin-bottom: -20px;
  }

  body.responsive .home-tabslider .bmui-tab .bmui-tab-header-container {
    margin: 0 auto;
  }

  .widget-tabAccordion.home-tabslider .bmui-tab .bmui-tab-header,
  .widget-tabAccordion.home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active {
    font-size: 14px;
    letter-spacing: 0;
    padding: 2px 5px;
  }

  .widget-tabAccordion.home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active {
    margin: 12px 0 5px;
  }

  body.responsive.page-home .product-view.scrollable-view .product-block {
    width: 98%;
  }

  .responsive .frequently-bought-together-products .total-price-section {
    margin: 12px auto 5px;
  }
}

@media (max-width: 320px) {
  .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    margin-bottom: 10px;
  }

  .product-widget.widget-stockMark span {
    margin: -2px 0 0;
    max-width: 140px;
  }
}

@media (max-width: 1500px) {

}

@media (max-width: 1400px) {

  div.body>.body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 30px;
    padding-right: 35px;
  }


}

@media (max-width: 1200px) {

  div.body>.body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }



  .product-view.image-view .product-block .btn-add .add-to-wish-list,
  .product-view.scrollable-view .product-block .btn-add .add-to-wish-list {
    margin-left: 7px;
    max-width: 88px;
  }

  .product-block .btn-add .add-to-compare-button,
  .product-block .btn-add .remove-from-compare-button {
    margin-left: 4px;
  }

  .product-view.image-view .product-block .btn-add .add-to-cart-button,
  .product-view.scrollable-view .product-block .btn-add .add-to-cart-button {
    letter-spacing: 1px;
    max-width: 120px;
  }
  .widget-navigation.categories-list {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .widget-navigation.categories-list .menu-title .menu-button.responsive-menu-btn {
    background-image: unset;
    background-repeat: unset;
    background-position-x: unset;
    background-position-y: unset;
    right: 0;
    bottom: 0;
  }

  .widget-navigation.categories-list .menu-title .menu-button.responsive-menu-btn em {
    display: block;
  }

  div.body>.body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }


  .widget.widget-navigation.categories-list {
    margin-right: 0;
  }

  .product-view.image-view .product-block,
  .product-view.scrollable-view .product-block {
    margin: 0 12px 50px;
    width: calc(100% / 2 - 24px);
  }

  .product-view .footer {
    height: auto;
    text-align: center;
  }

  .product-view .footer,
  .category-view .footer,
  .entire-search .footer,
  .product-search .footer {
    padding: 25px 0 40px;
  }

  .product-view .footer .pagination-literal-status {
    width: 100%;
    text-align: center;
  }

  .widget-breadcrumb .breadcrumb-item .separator {
    font-size: 0;
  }

  .category-details-container .title.page-heading,
  .widget-product .widget-title {
    font-size: 19px;
    line-height: 1.3;
  }

  body.page-shop .product-view .header::before {
    font-size: 19px;
    line-height: 1.3;
  }

}

@media (max-width: 767px) {
  .widget-navigation.categories-list .menu-title .menu-button.responsive-menu-btn {
    bottom: 12px;
    width: 20px;
  }

  div.body>.body-section .widget-container.no-fixed-container,
  .widget.widget-breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget.widget-navigation.categories-list {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product-view.image-view .product-block,
  .product-view.scrollable-view .product-block {
    margin: 0 12px 35px;
    width: calc(100% / 1 - 24px);
  }

  .image-view .product-view-height-width .image,
  .scrollable-view .product-view-height-width .image {
    max-height: auto;
    max-width: 100%;
  }

  body.page-shop .product-view .header::before {
    top: -20px;
    border: 0;
    height: auto;
  }

  .widget-product .header .sortable select#product-sorting,
  .product-view .sortable select#product-sorting {
    width: 100%;
  }

  .product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    height: auto;
  }

  .product-view .footer,
  .category-view .footer,
  .entire-search .footer,
  .product-search .footer {
    padding: 20px 0 20px;
  }

  .widget.widget-navigation.categories-list .widget-title {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 40px;
    border: 0;
  }

  /* Navigation */
  .widget.widget-navigation.categories-list .menu-button em {
    background-color: #000;
  }

  .widget.widget-filter {
    background: #fff;
    background: transparent;
  }

  .category-details .category-details-container {
    padding: 0;
  }

  .widget-product .header .sortable,
  .category-details .header .sortable {
    padding-top: 24px;
  }
  .widget.widget-navigation.categories-list {
    text-align: left;
    padding: 0 15px;
    margin: 0;
  }
  .widget.widget-navigation.categories-list .nav-wrapper.show {
    height: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    z-index: 9;
    background: #fff;
    padding: 15px;
  }

  .widget.widget-navigation.categories-list .navigation-item {
    background: transparent;
  }

  .pagination span {
    margin: 0 1px;
    padding: 0 8px;
  }

  .category-details-container .title.page-heading,
  .widget-product .widget-title,
  body.page-shop .product-view .header::before {
    letter-spacing: 1px;
    line-height: 0;
    margin-top: -5px;
    font-weight: 500;
    font-size: 17px;
  }

.category-details .product-container .title {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-right: 20px;
}
.responsive.category .product-container .product-view .header {
    margin-top: 0;
    position: relative;
    padding: 0 0 25px;
}
.responsive .subcategory-container .category-view.image-view .footer {
    margin-top: 10px;
}
  .product-view .header .sortable {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .category-details .product-container .title,
  .category-details .subcategory-container .title {
    display: none;
  }
}

@media (max-width: 1300px) {
  .page-search-result .entire-search {
    padding: 0 20px 0 15px;
  }
}

@media (max-width: 1200px) {
  .page-search-result .entire-search {
    padding: 0 10px 0 5px;
  }
}

@media (max-width: 991px) {
  .page-search-result .entire-search {
    padding: 0 5px 0 5px;
  }

  .page-search-result .product-view.image-view .product-block,
  .page-wish-list .product-view.image-view .product-block {
    width: calc(100% / 3 - 24px);
  }
}

@media (max-width: 767px) {

  .page-search-result .product-view.image-view .product-block,
  .page-wish-list .product-view.image-view .product-block {
    width: 100%;
    margin: 0 10px 30px;
  }

  .entire-search .search-results .search-result .title.product {
    margin-top: -50px;
    display: none;
  }

  .search-results .product-view .header {
    margin: -30px auto 10px;
  }

  .search-results .product-view .sortable {
    position: relative;
    top: unset;
    margin: 0 auto 0;
  }

  .entire-search h2 {
    font-size: 24px;
    margin-top: 10px;
  }

  .add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-bar-product-name,
  .add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message {
    padding: 0;
  }

  .popup .button-line,
  .popup .footer {
    text-align: center;
    margin: 0;
  }

  .page-wish-list .wish-list-details .product-view .header {
    position: relative;
    height: auto;
    margin: 0;
  }

  .page-wish-list .product-view .sortable {
    top: 55px;
  }

  .wish-list-popup.add-to-wishlist-popup.popup .body {
    max-width: 100%;
    padding: 30px 20px;
  }
}

.widget-gallery.jssorSlider::before {
  content: none;
}

.jssor-slider-container .jssor-loader .loader-2 {
  background: url(/template/7877fee3/images/slider-loading.webp) no-repeat center center;
  background-size: 60px;
}

div.widget-snippet .about-area .content {
  margin-bottom: 0 !important;
}

@media (max-width: 1400px) {
  div.widget.widget-snippet .about-area {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
  div.widget.widget-snippet .about-area {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  div.widget.widget-snippet .about-area .content {
    margin-bottom: 20px;
  }
}

.fee .wc-snippet-shop-by-category .container {
  max-width: 1630px;
}

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

.fee-widget-product-image-view .product-view.image-view .product-view-height-width,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-view-height-width {
  border-radius: 0;
  font-family: inherit;
  background: transparent;
}

.fee-widget-product-image-view .product-view.image-view .product-block .review-rating-wrapper,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .review-rating-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.fee-widget-product-image-view .product-view.image-view .price-waper .previous-price.price,
.fee-widget-product-scroll-view .product-view.scrollable-view .price-waper .previous-price.price {
  padding: 0;
  margin: 0;
}

.fee-widget-product-image-view .product-view.image-view .current-price.price,
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.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;
  font-weight: 500;
}

.fee-widget-product-image-view .product-view.image-view .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add {
  padding-left: 20px;
  padding-right: 20px;
}

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

.fee-widget-product-image-view .product-view.image-view .product-name a {
  font-family: inherit;
  text-transform: capitalize;
}

.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
  width: auto;
  font-family: inherit;
  text-transform: capitalize;
}

.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button::after {
  content: none;
}

.body .widget-product.fee-widget-product-scroll-view .widget-title,
.body .widget-product.fee-widget-product-image-view .widget-title,
.body .widget-product.fee-widget-product-list-view .widget-title,
.body .widget-product.fee-widget-product-tabular-view .widget-title {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-family: inherit;
  letter-spacing: normal;
  line-height: normal;
  padding: 20px 0;
  text-transform: capitalize;
}

.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-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, 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;
  color: #0094c4;
}

.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
  right: 60px;
  width: auto;
}

@media (max-width: 1199px) {

  .widget.widget-category.fee-category-1 .category-view .content .category,
  .widget.widget-category.fee-category-2 .category-view .content .category {
    width: 33.333%;
    margin: 0;
  }
}

@media (max-width: 575px) {

  .widget.widget-category.fee-category-1 .category-view .content .category,
  .widget.widget-category.fee-category-2 .category-view .content .category {
    width: 50%;
    margin: 0;
    padding: 2px;
    border: none;
  }
}

@media (max-width: 1199px) {
  .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(5n + 1) {
    border-left: 1px solid #e6e6e6;
  }

  .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
    width: calc(25% - 2px);
  }

  .widget.widget-product.fee-widget-product-tabular-view .product-table-block {
    padding: 0 15px;
  }

  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs {
    padding: 0 40px;
  }

  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
    left: -10px;
  }

  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
    right: -10px;
  }
}

@media (max-width: 991px) {
  .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
    width: calc(33.334% - 2px);
    margin: 0;
  }

  .product-view.tabular-view .name-column {
    max-width: 230px;
  }
}

@media (max-width: 767px) {
  .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
    width: calc(50% - 2px);
  }

  .product-view.tabular-view .name-column {
    max-width: 260px;
  }

  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs li {
    width: auto;
  }
}

@media (max-width: 480px) {
  .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
    width: calc(100% - 2px);
  }

  .fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
    padding: 8px 10px;
    font-size: 14px;
  }
}

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

/*______________________________  2nd face slider issues fixing _______________________________*/
.fee-gallery-jssor .jssor-slider-container .caption-wrapper {
  position: absolute;
  text-align: center;
  height: auto;
  padding: 15px;
}

.fee-gallery-jssor div.jssor-slider-container .container [u="caption"] {
  width: auto;
  text-align: center;
  max-width: 100%;
  overflow: auto;
}

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

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

.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a:hover {
  color: #000 !important;
  background: #fff !important;
}

.fee-gallery-jssor div.jssor-slider-container .container .jssor-caption-3>a::after {
  content: none;
}

.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
  position: absolute;
}

.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
  text-align: left;
  position: absolute;
  padding: 15px;
  height: auto;
}

.fee-gallery-jssor2 div.jssor-slider-container .container [u="caption"] {
  position: static;
  padding: 10px 0;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: inherit;
  height: auto;
  max-width: 100%;
  text-align: left;
}

.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 .jssora20r,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
  border: 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;
}

@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 _______________________________*/

.widget-gallery.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
  content: none;
}

.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;
  max-width: 100%;
  letter-spacing: normal;
}

.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button::after {
  content: none;
}

.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover {
  background-color: #fff !important;
  color: #0094c4;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .content {
  display: inherit;
  overflow: hidden;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-left,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-right {
  transform: none;
  right: 0;
  left: 0;
}

.fee-widget-product-image-view .product-view.image-view .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
  margin: 0;
}

.fee-widget-product-image-view .product-view.image-view .product-name a,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .header {
  position: unset;
}

.fee-widget-product-scroll-view .scrollable-view .scroller::before {
  content: none;
}

.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-left {
  float: none;
  left: 0;
  transform: none;
}

.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-right {
  float: none;
}

@media (max-width: 767px) {

  .fee-widget-product-image-view .product-view.image-view .product-block,
  .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    border-left: 1px solid #e6e6e6;
  }

  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
    left: 0;
  }

  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
    right: 0;
  }
}

/*______________________________  2nd face blog issue _______________________________*/
.fee-blog-design-1 .blog-post-item,
.fee-blog-design-2 .blog-post-item,
.fee-blog-design-3 .blog-post-item,
.fee-blog-design-4 .blog-post-item {
  display: inline-block;
}

.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 {
  padding-right: 0;
}

.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-bottom: 0;
}

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

div .widget-snippet .wc-snippet-expreance .container {
  max-width: 1600px;
}

div .widget-snippet .wc-snippet-about .container {
  max-width: 100%;
}

div.widget-snippet .about-area {
  max-width: 100%;
}

.fee .horizontal .navigation-item:hover>.navigation-item-child-container {
  display: none;
}

.fee-mobile-view-on .widget.widget-navigation.main_menu .fee-header-footer-control-menu.fee-widget-option {
  left: auto;
  right: 0;
}

/*______________________________  New Customer Profile Design _______________________________*/
body.page-profile select:focus,
body.page-profile input[type="text"]:focus,
body.page-profile input[type="password"]:focus,
body.page-profile input[type="email"]:focus {
  border: 1px solid #8F4155;
}

.page-profile .widget-container,
.auto-page.page-profile .page-content {
  padding: 0 !important;
}

.user-nav .vertical .navigation-item {
  padding: 0;
}

.widget-navigation .nav-profile-not-logged-in {
  padding-top: 20px;
}

.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage {
  color: #fff !important;
  background: #8F4155;
  padding: 6px 40px 10px !important;
  border-radius: 30px;
}

.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage:hover {
  color: #fff !important;
  background: #000;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item.first a {
  border: none;
  padding: 0;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
  border: none;
  background: none;
}

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

#customer-profile-tabs.customer-profile-v2 button {
  border: none;
  margin: 0;
  width: auto;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title,
#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#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: Manrope;
  text-transform: none;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
  text-align: left;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
.customer-profile-v2-wrapper{
  padding: 100px 15px;
  background-color: #FFF;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
  padding: 0;
  margin-top: 0;
}

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

.customer-profile-v2 span.previous-price.price {
  padding: 0;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a{
  font-size: 16px;
  font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 button {
  height: 35px;
  min-height: auto;
  border-radius: 50px;
}
.page-profile .notification.popup .icon {
  display: block;
  float: none;
}

.page-profile .notification.popup .type {
  line-height: normal;
}

.page-profile .notification.popup .message {
  font-family: "Montserrat", sans-serif;
}

#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
  transform: none;
}

#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right:after {
  right: 15px;
  left: auto;
}

#customer-profile-tabs.customer-profile-v2 .scroller .scroll-left:after {
  left: 14px;
}

.page-profile .site-popup .title-bar .close::after {
  display: none;
}

.widget-navigation .nav-profile-logged-in {
  padding-top: 10px;
}

.page-product .widget-currency .form-row {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 15px;
}

.page-product .widget-currency .form-row label {
  width: auto;
}

.page-product .widget-currency .form-row select {
  width: auto;
  padding: 5px 24px 5px 15px;
  height: auto;
  background: #fff url("/template/7877fee3/images/select-down-arrow.png") no-repeat scroll right center;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 24px;
  background-color: #ffffff;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card h1 {
  margin: 0;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-created {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #4f4f4f;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .track-order-action {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 15px;
  cursor: pointer;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px rgba(0, 0, 0, 0.08) solid;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header {
  margin: 0;
  padding: 0;
  border: none;
  align-items: flex-start;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view .title {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #212529;
  text-transform: uppercase;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view .name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view {
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .header-left {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 1px rgba(0, 0, 0, 0.08) solid;
}

.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .header-right {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 20px;
}

.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap {
  width: 318px;
  margin-left: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 8px;
  margin-top: 0;
}

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

.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row label {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #626262;
}

.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row .value {
  width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

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

.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child label,
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child .value {
  font-weight: 600;
  color: #000000;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a:hover {
  color: #000000;
}

@media (min-width: 992px) {
  #customer-profile-tabs.customer-profile-v2 .customer-profile-left-wrapper {
    top: 122px;
  }
}

.payment-form.site-popup-form input[type="text"] {
  width: 100%;
}

.payment-form.site-popup-form input[type="text"]:focus {
  border: 1px solid #000;
}

.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row.mandatory {
  display: flex;
  flex-wrap: wrap;
}

.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row label {
  width: 100%;
  font-size: 14px;
}

.page-profile .site-popup .payment-form .terms_and_condition_title {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.page-profile .site-popup .payment-form .form-row.agree-terms {
  padding-left: 20px;
  position: relative;
  line-height: 0;
}

.page-profile .site-popup .payment-form .form-row.agree-terms input.checkbox {
  position: absolute;
  top: 4px;
  left: 0;
}

.page-profile .site-popup .button-line button.cancel-button {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  padding: 6px 10px;
  background: none;
  border: 1px rgb(143, 65, 85) solid !important;
  border-radius: 50px;
  height: 30px;
  min-height: 40px;
  width: 100px;
}

.page-profile .site-popup input, .page-profile .site-popup select, .page-profile .site-popup textarea {

  max-width: 100%;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
  padding: 10px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name-link {
  color: #000000;
  font-family: Manrope;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
  text-align: left;
}
#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 {
  border: 1px #8F4155 solid;
  background: #8F4155;
  color: #fff;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
  color: #fff;
  background: #AE4C65;
  border-color: #AE4C65;
}
#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{
    border: 1px #8F4155 solid;
    background: #8F4155;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .edit-address-form .form-row.btn-row .cancel-button,
 #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .edit-address-form .form-row.btn-row .cancel-button {
  border: 1px rgb(143, 65, 85) solid;
}
#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 {
  border: 1px rgb(143, 65, 85) solid;
  border-radius: 50px;
  min-height: auto;
  margin: 0;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .btn-row .cancel-button,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .edit-address-form .form-row.btn-row .cancel-button,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .edit-address-form .form-row.btn-row .cancel-button {
  color: #000;
}

#customer-profile-tabs.customer-profile-v2 .pagination span {
  width: auto;
}

#customer-profile-tabs.customer-profile-v2 .pagination span.prev::before,
#customer-profile-tabs.customer-profile-v2 .pagination span.next::before {
  content: none;
}

#customer-profile-tabs.customer-profile-v2 .gift_card .check-balance {
  display: inline-block;
}

#customer-profile-tabs.customer-profile-v2 .gift_card .errorlist.after {
  position: unset;
}

.page-profile .site-popup.popup {
  max-width: 400px;
  min-width: 290px;
  width: calc(100% - 40px) !important;
}

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

.page-profile .form-row {
  margin: 15px 0;
}

.page-profile .payment-form .form-row label,
.page-profile .payment-form .double-input-row label {
  display: block;
  padding-bottom: 0;
  width: auto;
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.page-profile .payment-form.site-popup-form input[type="text"] {
  width: 100%;
  height: 40px;
}

.site-popup.popup.active .content .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: 26px;
  background: #fff;
  border: none;
}

.page-profile .site-popup .title-bar {
  text-align: left;
}

.page-profile .site-popup .content {
  padding: 15px 20px !important;
  background-color: #fff;
}

.page-profile .popup .button-line, .page-profile .popup .footer {
  background-color: #fff;
  margin-top: 0;
  text-align: right;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 25px;
  border-top: none;
  display: flex;
  justify-content: right;
  border-top: 1px #E8E8E8 solid;
}
.page-profile .confirm-popup .button-line button.no-button {
  border: 1px #8F4155 solid;
  min-height: auto;
  border-radius: 50px;
}
.page-profile .site-popup .button-line button.cancel-button {
  order: 2;
  margin-left: 10px;
}

.page-profile .site-popup .button-line button {
  border: 1px #f0f3f4 solid;
  margin: 0;
}

.page-profile .site-popup .submit-button.site-popup-form-submit {
  color: #fff !important;
  background-color: #8F4155;
  min-height: 40px;
  border-radius: 50px;
  border-color: #8F4155;
}
.page-profile .site-popup .button-line button {
  width: 100px;
}
.page-profile .site-popup .button-line button:hover {
  background: #AE4C65;
  border-color: #ae4c65;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
  border: none;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
  width: calc(100%/3 - 10px);
  padding: 30px 20px;
  margin: 0 5px 20px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(104, 104, 104, 0.06);
}

.widget-navigation .nav-profile-logged-in .nav-customer-name {
  padding-right: 5px;
  word-break: break-all;
  line-height: normal;
}

#customer-profile-tabs.customer-profile-v2 .variation-container {
  display: none;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroller {
  right: 20px;
  width: auto;
  top: 14px;
  z-index: 0;
}

#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;
  border-radius: 50%;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.07);
  height: 40px;
  width: 40px;
  position: relative;
  border: none;
  filter: none;
  top: 0;
  left: 0;
  margin: 0;
  transform: none;
}

.page-profile .errorlist.after {
  position: unset;
}

#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
  height: auto;
  border-radius: 50px;
  border: 1px rgb(143, 65, 85) solid;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link:hover {
  border: 1px rgb(143, 65, 85) solid;
  background: #8F4155;
  color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .btn-row .cancel-button {
  border: 1px rgb(143, 65, 85) solid;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .icon,
 #customer-profile-tabs.customer-profile-v2 .profileLogout a .icon {
  top: 12px;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
  color: #000;
  padding: 6px 25px;
  border: 1px rgb(143, 65, 85) solid;
  border-radius: 50px;
  height: 36px;
  min-height: auto;
  line-height: 20px;
  margin-top: 0 !important;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list:hover {
  border: 1px rgb(143, 65, 85) solid;
  background: #8F4155;
  color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]::after {
  font-size: 16px;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .wish-list-edit-form .form-row.btn-row .cancel-button {
  border: 1px rgb(143, 65, 85) solid;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .wish-list-edit-form .form-row.btn-row .cancel-button:hover {
  border: 1px rgb(143, 65, 85) solid;
  background: #8F4155;
  color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
  background: #AE4C65;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  border-radius: 50px;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
 #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {

  color: #000;
  font-weight: 400;
}
.page-profile .spacer {
  display: none;
}
.customer-profile-v2 {
  font-family: Manrope;
}
#customer-profile-tabs .abandoned-cart-items-wrap .product-col,
#customer-profile-tabs .order-items-wrap .product-col {
  width: 250px;
}

#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] a {
  width: 48px;
  height: 48px;
  flex-grow: 0;
  flex-shrink: 0;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
  margin: 14px 0;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn,
#customer-profile-tabs.customer-profile-v2 button {
  border: none;
  background: #000;
  margin: 0;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn, #customer-profile-tabs.customer-profile-v2 button {
  border: 1px solid #8F4155;
  background: #8F4155;
  margin: 0;
}

#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-header .action-icon.edit:hover::after,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-header .action-icon.edit:hover::after {
  color: #AE4C65;
}

.page-profile .confirm-popup .button-line button {
  border-radius: 50px;
  background-color: #8F4155;
  min-height: auto;
  border: 1px solid #8F4155;
  font-family: Manrope;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
  width: 46%;
}

#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.page-profile .confirm-popup .button-line button:hover {
  background: #AE4C65;
  border-color: #AE4C65;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row .submit-button {
  margin-right: 10px;
}

#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row label,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row span {
  width: auto;
  font-size: 16px;
  padding: 0 6px 0 0;
}

#customer-profile-tabs.customer-profile-v2 col.action-col {
  width: 100px;
}

#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap,
#abondoned-cart-list,
.bmui-tab.left-side-header.customer-profile-v2 .bmui-tab-body-container .save_cart {
  overflow-y: auto;
}

#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap table,
#abondoned-cart-list table,
.bmui-tab.left-side-header.customer-profile-v2 .bmui-tab-body-container .save_cart table {
  min-width: 830px;
}

#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 {
  border: 1px rgba(0, 0, 0, 0.2) solid;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:hover,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:hover {
  border: 1px rgba(0, 0, 0, 0.4) solid;
}

.page-profile .site-popup .close.cancel-button {
  border: 1px rgba(0, 0, 0, 0.2) solid !important;
}

.page-profile .site-popup .close.cancel-button:hover {
  border: 1px #8F4155 solid !important;
  background: #8F4155 !important;
  color: #fff !important;
}

#customer-profile-tabs.customer-profile-v2 button[disabled] {
  border: none !important;
}

#customer-profile-tabs .scrollable-view .content {
  display: block;
}

.page-profile .confirm-popup .button-line button.no-button:hover {
  border-color: #8F4155;
  background: #8F4155;
  color: #fff !important;
}

@media (max-width: 767px) {
  #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .manage-password {
    display: flex;
  }

  #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    margin-top: 0;
  }
  
  .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
    width: 100%;
  }

  .btn-group.view-switchers .image-view-switcher,
  .btn-group.view-switchers .list-view-switcher {
    margin-right: 3px;
  }
}
div.widget-account-inner .redirection-panel-options .customer-image-name-wrapper {
  padding: 0 30px 0 0;
  width: 100%;
  max-width: 100%;
}
div.widget-account-inner .redirection-panel-options .redirect-to-login-item-menu .autoGeneratedPage {
  padding: 5px 22px 7px;
  margin: 10px 0;
  display: block;
  background-color: #8F4155;
  border-radius: 50px;
}
div.widget-account-inner .redirection-panel-options .redirect-to-login-item-menu a:hover {
  background-color: #AE4C65;
}
div.widget-account-inner .redirection-panel-options .redirect-to-login-item-menu {
  padding: 15px;
}
.header div.widget-account-inner .redirection-panel-options {
  top: 50px;
}
#customer-profile-tabs .block-content-wrap .price-waper .price {
  font-size: 13px;
}
.payment-success-page-container {
  padding: 100px 20px;
 /* background: linear-gradient(137.95deg, rgba(43, 156, 221, 0.07) 30.08%, rgba(129, 188, 38, 0.07) 82.2%);*/
}
.payment-success-page-container .order-details {
  border-radius: 20px;
}
.payment-success-page-container .order-details h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.payment-success-page-container .payment-success-header .payment-success-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background-size: 50px;
}
.payment-success-page-container .payment-success-header .title {
  font-size: 35px;
  line-height: 40px;
}
.payment-success-page-container .message-details .order-info {
  font-size: 18px;
  font-weight: 500;
}
.payment-success-page-container .payment-success-header {
  margin-bottom: 30px;
}
.payment-success-page-container .order-details .order_details_table tr th {
  font-size: 15px;
}
/*=============== New-Feature-Fixing ===================*/
/* ========= Product-Category-Section ========== */

.btn-group.view-switchers {
  margin: 5px 10px 10px 0;
  z-index: 1;
  position: relative;
}

.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
  margin-top: 15px;
}

.btn-group.view-switchers .image-view-switcher {
  height: 21px;
  width: 21px;
  background-color: transparent;
}

.btn-group.view-switchers .list-view-switcher {
  height: 21px;
  width: 21px;
  background-color: transparent;
}

.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-image: url("/template/7877fee3/images/grid-list-view.png");
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 23px;
  margin-right: 0;
  padding: 0;
  background-color: transparent;
}

.btn-group.view-switchers .tabular-view-switcher {
  background-position: -45px 0;
}

.btn-group.view-switchers .tabular-view-switcher.active {
  background-position: -45px -20px;
}
.parent-name {
  font-size: 12px;
  padding: 30px 0 0 0;
  color: rgba(0,0,0,0.4);
  font-family: Manrope;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

/* ========= 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-family: "Glacial Indifference";
  font-size: 16px;
  font-weight: 400;
  color: #32312f;
  max-width: 300px;
}

.product-view.tabular-view .current-price {
  font-weight: 500;
  font-size: 17px;
  color: #000;
}

.product-view.tabular-view .tax-message {
  font-size: 12px;
  font-weight: 400;
}

.product-view.tabular-view .product-table-view-column .stepper {
  margin-right: 0;
  width: 75px;
}

.product-view.tabular-view .tabular-product-view .product-table-block .product-table-view-column.header {
  height: auto;
}

.product-view.tabular-view .product-table-view-header .product-table-view-column {
  font-weight: 600;
  font-size: 16px;
}

.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 {
  padding: 0;
  font-size: 15px;
}

/* ========= End Product-Tabular View========== */

.product-view.list-view .product-view.scrollable-view .content {
  font-size: 0;
  margin: 0;
  text-align: left;
}

.product-view.list-view .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.product-view.list-view .content .product-block {
  width: calc(50% - 15px) !important;
  padding: 0;
  border: 1px solid #e6e6e6;
  display: flex;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
  height: auto;
}

.product-view.list-view .content .product-block .image.product-image {
  width: 42%;
}

.product-view.list-view .content .product-block .block-content-wrap {
  width: 58%;
  padding: 25px 15px 15px 20px !important;
}

.product-view.list-view .content .product-block .image.product-image img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}

.product-view.list-view .product-image-link {
  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;
  display: block;
  padding: 0;
}

.product-view.list-view .product-name-link {
  color: #32312f;
  font-size: 17px;
  padding: 0 0 18px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block !important;
  font-weight: 500;
}

.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;
  display: inline-block;
}

.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button {
  background: #000 none repeat scroll 0 0;
  height: auto;
  transition: all 300ms ease 0s;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 8px 10px;
  font-size: 15px;
  border-radius: 30px;
  border: none;
  display: block;
  max-height: 40px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-view.list-view .product-block .btn-add .add-to-wish-list::after {
  content: none;
}

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

.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: #8F4155;
  color: #000 !important;
  border: none;
}

.product-view.list-view .tax-message {
  color: #666;
  font-size: 12px;
  font-weight: 400;
}

.product-view.list-view .review-rating span {
  width: 14px !important;
  height: 14px;
}

.product-view.list-view .review-rating {
  width: auto !important;
}

.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap {
  padding: 30px 20px;
}

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

.product-view.list-view .block-content-wrap .price-waper .previous-price.price {
  padding: 0;
  font-size: 17px;
  display: block;
}

.product-view.list-view .product-block .price-waper>* {
  margin-right: 0;
}

.product-view.list-view .content .product-block .summary p,
.product-view.list-view .content .product-block .summary {
  font-size: 14px;
  text-align: left;
  color: #555;
  line-height: 22px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0 10px;
  height: auto;
}

.product-view.list-view .content .product-block .summary p {
  margin: 0;
}

.product-view.list-view .chosen-container-single .chosen-single {
  padding: 5px 14px;
  height: auto;
}

.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 .product-widget.widget-variation-product-list .variation-type {
  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 ========== */
.variation-container table.matrix td {
  display: table-cell;
}

.stepper .stepper-arrow {
  z-index: 99;
}

.variation-container table.matrix tr th .text {
  font-size: 13px;
}

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

.product-widget.widget-variation-product-list {
  border: none;
  margin: 0;
}

.product-widget.widget-variation-product-list .variation-type {
  padding: 5px 0;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0;
}

.product-widget.widget-variation-product-list .variation-thumb .variation-type .type-label {
  color: #222222;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  text-transform: none;
  line-height: 22px;
  margin: 0 0 5px;
  width: 100%;
  text-align: left;
  max-width: 100%;
}

.product-widget.widget-variation-product-list .variation-thumb ul {
  margin: 0 0 0 -5px;
  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 0 5px 5px;
  margin-right: 5px;
}

.product-widget.widget-variation-product-list .variation-thumb .variation-type.color .variation-value {
  border: medium none;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

.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 .color .option-cell.selected .variation-value::after {
  border: 2px solid #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.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;
  margin-right: 7px;
  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: 16px;
  color: #222;
  font-weight: 500;
  margin: 15px 0 10px;
}

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

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

.widget-variation .variation-container .variation-thumb>div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.widget-variation .variation-container .variation-thumb>div+div {
  border-bottom: 0;
  margin-bottom: 0;
}

.widget-variation .variation-container .variation-thumb .selected-value-display {
  display: flex;
  width: 100%;
  font-size: 15px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #000;
  justify-content: start;
  align-items: center;
}

.widget-variation .variation-container .variation-thumb .selected-value-display .selected-option-label {
  font-weight: 400;
  letter-spacing: 5%;
}

.variation-container .variation-type {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.popup.add-cart-information-popup .variation-container .variation-type.color {
  padding: 0 5px 15px 0;
}

.popup.add-cart-information-popup .variation-container .variation-type.text {
  padding: 0 0 15px 5px;
}

.popup.add-cart-information-popup .variation-container .variation-type {
  width: 50%;
  max-width: 100%;
}

.variation-container .variation-type.text {
  padding-bottom: 0;
}

.variation-container .variation-type .options {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 3px 0;
  line-height: 24px;
}

.variation-container .chosen-container .chosen-results .chosen-result {
  padding: 5px 10px;
  height: auto;
}

.product-widget.widget-variation .variation-container .variation-type.color .option-cell {
  height: 46px;
  width: 46px;
  padding: 5px;
  border-radius: 30px;
}

.product-widget.widget-variation .variation-container .variation-type.color .option-cell.selected {
  border: solid 1px #000;
  height: 46px;
  width: 46px;
  padding: 5px;
  border-radius: 30px;
}

.variation-container .variation-type.color .variation-value {
  border: none;
  padding: 0;
  display: inline-block;
  height: 23px;
  width: 23px;
  min-width: 23px;
}

.variation-container .variation-type.text ul li .variation-value.text {
  border: 2px solid #000;
  color: #3b3a3a;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  line-height: 24px;
  margin-right: 7px;
  min-width: 58px;
  padding: 3px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 30px;
}

.variation-container .variation-type.text ul li:hover .variation-value.text,
.variation-container .variation-type.text ul li.selected .variation-value.text {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.widget-variation .advanced-variation-ui #variation-combination-details .cart-preview-panel,
.widget-variation .advanced-variation-ui #variation-combination-details .cart-preview-panel .cart-preview-table {
  width: 100%;
}

.widget-variation .advanced-variation-ui #variation-combination-details .cart-preview-panel .cart-preview-table td.quantity-selector-column {
  width: 110px;
}

.widget-variation .variation-container table.matrix {
  margin-bottom: 10px;
  width: 100%;
}

.selected-value-display,
.widget-variation .cart-preview-panel .variation-combination-preview {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.selected-type-label {
  font-family: Manrope;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
}
.selected-option-label {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0,0,0,0.8);
  line-height: 23px;
  letter-spacing: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table {
  width: auto;
  margin: 0;
}

.widget-variation .cart-preview-panel .cart-preview-table td {
  vertical-align: middle;
  line-height: normal;
  padding: 10px 15px;
}

.widget-variation .cart-preview-panel .cart-preview-table th {
  padding: 10px 15px;
  font-size: 14px;
}

.widget-variation .cart-preview-panel .cart-preview-table .price-amount {
  font-size: 14px;
}

.widget-variation .cart-preview-panel .cart-preview-table .stepper {
  width: auto;
}

.widget-variation .cart-preview-panel .cart-preview-table .stepper-input {
  width: 70px;
  padding: 9px 22px 9px 10px;
}

.widget-variation .cart-preview-panel .second-level-variation-type {
  margin-left: 0;
}

.product-view.image-view .product-block .advanced-variation-ui,
.product-view.scrollable-view .product-block .advanced-variation-ui {
  justify-content: start;
}

/* ========= End Product Detail Variation ========== */
/****************reviews**********************/
.owlCarousel.widget.widget-gallery.customer-reviews {
  max-width: 1400px;
  width: 100%;
  margin: -150px auto 0;
  padding: 107px 84px 129px 436px !important;
  background-color: #f1efe1;
  border-radius: 20px;
  overflow: hidden;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-carousel .owl-item .article-content {
  padding-right: 20px;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-carousel .owl-item .article-content h5 {
  font-family: Manrope;
  font-weight: 700;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-carousel .owl-item .article-content p {
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0;
  color: #000;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-carousel .owl-item .article-content h6 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0;
}

.owlCarousel.widget.widget-gallery.customer-reviews .widget-title {
  position: absolute;
  left: 120px;
  max-width: 200px;
  font-family: Manrope;
  font-weight: 400;
  font-size: 46px;
  line-height: 53px;
  letter-spacing: 1;
  text-align: center;
}

.owlCarousel.widget.widget-gallery.customer-reviews .widget-title:after {
  content: "form 756 reviews";
  font-family: Manrope;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  display: block;
  padding-top: 45px;
  background: url("/template/7877fee3/images/rstar.svg") no-repeat;
  background-position: center 20px;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-carousel .owl-item .article-title {
  font-size: 0;
  background: url("/template/7877fee3/images/rstar.svg") no-repeat;
  background-position: 0;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls {
  position: absolute;
  width: 100%;
  top: 35%;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-prev,
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-next {
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: transparent url("/template/7877fee3/images/scrole-arrow-product.svg") no-repeat center;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-prev {
  transform: rotate(-180deg);
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-prev {
  float: left;
  margin-left: -80px;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-next {
  float: right;
  margin-right: -50px;
}

.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-prev:hover,
.owlCarousel.widget.widget-gallery.customer-reviews .owl-controls .owl-next:hover {
  background: #fff url("/template/7877fee3/images/scrole-arrow-product.svg") no-repeat center;
}

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


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

button.load-more-pagination {
  margin: 40px auto 15px;
  text-align: center;
  display: flex;
}

.checkout-page.version-2 .express-checkout-panel .title {
  font-size: 12px;
  color: #000;
  text-align: center;
  background: #fff;
  max-width: fit-content;
  margin: -40px auto 25px;
  border-radius: 30px;
  padding: 2px 20px 4px;
  border: 1px solid #ccc;
}

.variation-container .advanced-variation-ui .parent-variation-type {
  display: block;
  width: 100%;
}

.widget-price .price .tax-message {
  display: block;
  margin-top: 10px;
}

.product-widget.widget-price .label-for-price {
  position: relative;
  top: -6px;
  margin-right: 4px;
}

.product-block .advanced-variation-ui .representation .variation-option {
  padding: 2px;
  width: auto;
  height: auto;
  min-width: 26px;
  min-height: 26px;
  line-height: normal;
}

.advance.checkout-page .form-row textarea,
.advance.checkout-page textarea {
  width: 100%;
  height: auto;
  min-height: 150px;
}

.entire-search {
  margin: 0 auto;
  text-align: center;
}

.advance.checkout-page .payment-gateway-expend-view .payment-gateway-info .payment-gateway-summery {
  display: inline-block;
}

.advance.checkout-page .form-row input,
.advance.checkout-page .form-row select,
.advance.checkout-page .form-row textarea,
.advance.checkout-page textarea {
  border: 1px #cdcdcd solid;
  font-size: 16px;
  padding: 10px;
}

.cartitem-table .discount-column {
  width: auto;
}

.registration-form .form-row .errorlist.after .message-block {
  overflow: hidden;
  max-width: 335px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .sortable {
  margin-top: 5px;
  margin-bottom: 5px;
  float: right;
}

.pagination-literal-status {
  margin: 5px 10px 5px 0;
}

.flying-cart-container .message-block.error-message,
.flying-cart-container .message-block.error,
.flying-cart-container .message-block.info-message,
.flying-cart-container .message-block.success {
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.registration-form .form-row.validation-error {
  border: none;
  background: transparent;
}

.registration-form>.errorlist.after {
  margin: 10px 0 10px 15px;
  position: unset;
  padding: 0;
}

.registration-form .Zebra_DatePicker_Icon_Wrapper::after {
  content: none;
}

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

.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: 16px;
  line-height: 19px;
  text-transform: capitalize;
}

#customer-profile-tabs.customer-profile-v2 .special-product .title {
  margin-bottom: 5px;
}

.scrollable-view {
  border-bottom: none;
}

.widget-variation .advanced-variation-ui {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  flex-direction: inherit;
}

.widget-variation .advanced-variation-ui .representation {
  margin: 0 7px 0 0;
}

.stepper .stepper-arrow {
  z-index: 99;
}

.widget-variation .selected-variation-product table {
  border: none;
}

.product-widget.widget-variation .variation-container #selected-variation-products {
  margin: 20px 0;
}

.widget-variation .advanced-variation-ui>.representation .variation-option {
  padding: 5px;
  width: 30px;
  height: 30px;
}

.widget-variation .cart-preview-panel .cart-preview-table .variation-option.text {
  border: none;
  padding: 0;
  margin: 0;
}

.widget-variation .cart-preview-panel .cart-preview-table .stepper {
  display: flex;
}

.widget-variation .cart-preview-panel .cart-preview-table .stepper {
  width: auto;
}

.widget-variation .advanced-variation-ui #variation-combination-details {
  display: flex;
  align-items: start;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.widget-productImage .detail-image-swiper {
  display: none;
}

#customer-profile-tabs .scrollable-view .content {
  max-width: 100%;
}

#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;
  height: auto;
  min-height: 15px;
}

select.per-page-count {
  width: 75px;
}

.empty-flying-cart-wrapper .empty-flying-cart-icon {
  font-size: 15px;
}

.registration-form .errorlist.after,
.page-checkout .errorlist.after {
  position: unset;
}

.advance.checkout-page .error-field-error.inline-error,
.advance.checkout-page .validation-error {
  border: none;
  background: transparent;
}

.advance.checkout-page button.Zebra_DatePicker_Icon,
.advance.checkout-page button.Zebra_DatePicker_Icon:hover {
  background: transparent;
}

.advance.checkout-page .Zebra_DatePicker_Icon_Wrapper::after {
  content: none;
}

.checkout-page.version-2 .billing-address .form-row.form-row-error-validation label,
.checkout-page.version-2 .shipping-address .form-row.form-row-error-validation label,
.checkout-page.version-2 .contact-panel .contact-info .form-row.form-row-error-validation label,
.checkout-page.version-2 .contact-panel .contact-info .form-row.active-row label,
.checkout-page.version-2 .contact-panel .contact-info .form-row.has-value-row label {
  top: -13px;
}

.checkout-header {
  -ms-grid-columns: 53% 47%;
  grid-template-columns: 53% 47%;
}

.checkout-header-left-inner .back-page:hover .back-link-text,
.checkout-header-left-inner .back-page:hover .back-icon,
.checkout-page.version-2 div.terms-and-condition a:hover {
  color: #8F4155;
}

@media (max-width: 991px) {
  .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
    margin-top: 40px;
  }

  #customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link {
    justify-content: flex-start;
  }

  .customer-profile-v2-wrapper {
    padding: 90px 20px;
  }

  .product-view .footer .pagination-literal-status {
    float: none;
  }

  .category-detail-view img {
    width: 100%;
  }
}

@media (max-width: 767px) {

  .category-details .product-container .title,
  .category-details .subcategory-container .title {
    text-align: left;
  }

  .category-details-container,
  .subcategory-container {
    padding: 0 0 20px;
  }

  .subcategory-container .title,
  .product-container .title {
    padding-bottom: 0;
    text-align: left;
  }

  .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: 20px !important;
    min-width: 100%;
    position: fixed !important;
    right: 0 !important;
  }

  .image-popup-container img.popup-image {
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }



  .registration-form>.errorlist.after {
    margin: 0;
  }

  select.per-page-count {
    margin: 5px 7px;
  }

  .responsive .widget-navigation.user-nav .nav-wrapper.vertical.show {
    left: 0;
    transform: translateX(-48%);
  }

  .responsive .widget-navigation .nav-profile-logged-in,
  .responsive .widget-navigation .nav-profile-logged-in .nav-profile-info-wrapper {
    flex-direction: column;
  }

  .responsive .widget-navigation.user-nav .nav-wrapper.vertical.show::before {
    left: 50%;
  }

  .widget-navigation.user-nav .responsive-navigation .navigation-item.first a {
    padding: 10px 0 0;
  }
}

/* Latest flying cart popup */
div.flying-cart-content.page-content.loading.popup.active {
  max-width: 574px;
  width: 100% !important;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
}

.flying-cart-content.page-content.loading.popup {
  max-height: 100vh;
  padding: 0;
}

div.flying-cart-content .flyingt-cart-header {
  padding: 18px 0;
  max-width: 494px;
  margin: 0 auto;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 1);
}

.flying-cart-content .cart-item-row.flying-cart-item.odd.cart-item {
  padding: 25px 0px 20px;
}

.flying-cart-content .flying-cart-footer {
  padding: 25px 40px;
  background: rgba(243, 239, 232, 0.8);

}

div.flying-cart-quantity-wrapper .stepper {
  width: 99px;
  height: 30px;
  border-radius: 30px;
  padding: 0 30px;
  position: relative;
  background: #f7f7f7;
  border: 0;
}
.flying-cart-content .stepper:hover .stepper-input {
  background-color: transparent !important;
}
.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input {
  border: none;
  font-size: 13px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-weight: 600;
}
.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input:focus{
  border: 0 !important;
  background:#f7f7f7;
}
.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input:hover{
  background:#f7f7f7;
}
.flying-cart-content .flying-cart-product-name a:hover {
  color: #8F4155;
}

div.frequently-bought-together-products .product-separator {
  margin: -10px 0 0;
  color: #8F4155;
  font-size: 20px;
}

div.frequently-bought-together-products .product-block {
  margin-top: -9px;
  border: 0;
}

.flying-cart-content .flying-cart-clear-cart-btn {
  font-size: 14px;
}
.flying-cart-content .flying-cart-clear-cart-btn:hover{
  color: #8F4155;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button {
  width: auto;
  margin: 0 !important;
  height: auto;
  color: #fff;
  padding: 3px 9px;
  background: #000;
}

.flying-cart-content .flyingt-cart-header .save-cart-popup.button:hover {
  background: #8F4155;
  color: #000;
}

.flying-cart.empty-cart .shipping-cart-empty-sub-text {
  text-align: center;
}

div.flying-cart-quantity-wrapper .stepper-arrow.up::before,
div.flying-cart-quantity-wrapper .stepper-arrow.up::after {
  top: 10px;
}

div.flying-cart-quantity-wrapper .stepper-arrow.down::before {
  left: 18px;
  top: 10px;
}

div.flying-cart-bottom-column {
  margin-top: 0;
  border-top: 0;
}

div.flying-cart-product-name a {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Manrope;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
  padding-right: 20px;
}

div.flying-cart-item-image img {
  border-radius: 0;
  object-fit: contain;
}

div.flying-cart-item-name-quantity-wrapper .product-external-info {
  flex-direction: row;
  display: flex;
  align-items: baseline;
}

div.flying-cart-item-name-quantity-wrapper .product-card__product-variation-item {
  margin-right: 12px;
}

div.flying-cart-item {
  padding: 25px 0;
  max-width: 494px;
  margin: 0 auto;
}

div.flying-cart-unit-price-wrapper {
  font-size: 14px;
  font-weight: 400;
}

/* new*/

.flying-cart-page-heading {
  font-size: 18px;
}

div.flying-cart-container .discount-up-sell-message {
  margin: 24px 20px 0;
}

.popup.flying-cart-content .product-view .header {
  margin: 0;
  padding: 0;
  min-height: unset;
}

.flying-cart-content .product-view .content.scrollable {
  padding: 0;
  border: 0;
  margin: 0;
}

.popup.flying-cart-content .product-view .header::after,
.popup.flying-cart-content .product-view .header::before {
  content: none;
}

.popup.flying-cart-content .product-view .header .scroller {
  margin: 0;
  width: auto;
}

.flying-cart-content .product-view .header .scroller .scroll-left,
.flying-cart-content .product-view .header .scroller .scroll-right {
  margin: 0;
  transform: none;
}

.flying-cart-content .recommended-products .flying-cart-special-add-to-cart {
  width: auto;
  border: none;
  margin: 0;
}

.flying-cart-content .recommended-products .recommend-item-image img {
  max-width: 90px;
  max-height: 90px;
}

.flying-cart-container .discount-up-sell-message .free-products {
  margin-top: 50px;
}

.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
  display: none;
}

.flying-cart-content .free-products .product-name a {
  text-align: left;
  width: 173px;
}

.flying-cart-content .recommended-products .product-name,
.flying-cart-content .free-products .product-name {
  padding: 0;
  height: auto;
  min-height: auto;
}

.popup .flying-cart-container .discount-up-sell-message .discount-upsell-container {
  padding: 5px 5px 4px 5px;
  line-height: normal;
  overflow: inherit;
}

.popup .flying-cart-container .discount-up-sell-message .discount-upsell-container .discount-upsell-text {
  display: block;
}

.popup .flying-cart-container .discount-up-sell-message .progress-bar {
  height: 28px;
}

.popup.flying-cart-content .product-view .header .scroller .scroll-left:hover,
.popup.flying-cart-content .product-view .header .scroller .scroll-right:hover {
  background-color: #000;
}

.flying-cart-content .recommended-products .product-name a:hover,
.popup.flying-cart-content .free-products .product-name a:hover,
.popup.flying-cart-content .free-products .flying-cart-special-add-to-cart:hover {
  color: #8F4155;
}

.flying-cart-content .product-view .header .scroller .scroll-left:after,
.flying-cart-content .product-view .header .scroller .scroll-right:after,
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
  display: none;
}

.flying-cart-content .free-products .recommend-item-image img {
  max-width: unset;
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.flying-cart-content .free-products .flying-cart-special-add-to-cart {
  width: auto;
  border: none;
  box-shadow: none;
  margin: 0;
  font-size: 12px !important;
  font-weight: 600;
}

.flying-cart-content .product-view {
  margin: 0;
}

.flying-cart-content .free-products .product-block.product-view-height-width {
  box-shadow: none;
}

.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget textarea,
.custom-field-container-for-widget select {
  background: #fff;
  width: 100%;
}

.custom-field-container-for-widget .chosen-container-single {
  width: 100%;
  padding-right: 0;
}

.custom-field-container-for-widget .chosen-container-single .chosen-single {
  background-position-x: 96%;
}

.chosen-container-multi .chosen-choices li.search-field::after,
.custom-field-container-for-widget .chosen-container-multi .chosen-choices li.search-choice::after {
  display: none;
}

.body.custom-fields-advance-panel {
  background: transparent;
}

.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .form-row label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  margin: 0;
  padding: 0 0 10px;
}

@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: 20px;
  }

  div.flying-cart-close-button {
    width: auto;
  }

  div.flying-cart-page-heading-action-btn-wrapper {
    gap: 0 12px;
  }

  .payment-success-page-container .order-details h4,
  .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 !important;
  }

  .payment-success-page-container .order_details_table .product-name img {
    margin: 0 auto;
  }
}

/* end flying cart popup */

/* new check-out page */
.auto-page.page-post-payment #bs-B78B91F8-E168-49A7-BC62-EEAEA6B7A331,
.auto-page.page-checkout #bs-B78B91F8-E168-49A7-BC62-EEAEA6B7A331 {
  padding: 0;
}

.auto-page.page-cart .page-content,
.auto-page.page-checkout .page-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.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 {
  text-transform: capitalize;
  margin: 0;
  padding: 13px 36px;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  max-width: 100%;
  min-height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  background: #8F4155;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
}
.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 {
  margin: 20px 0 0;
}
.checkout-page.version-2 .payment-gateway-expend-view .radio-checkbox-group .payment-gateway-info input[type="radio"]:checked {
  border: 1px #8F4155 solid;
  background-color: #8F4155;
}
.checkout-page.version-2 .payment-gateway-expend-view .radio-checkbox-group .payment-gateway-single.active {
  border: 1px #8F4155 solid;
}
.checkout-page.version-2 .billing-address .delivery-options-advance-panel .form-row.active {
  border: 1px #8F4155 solid;
  box-shadow: 0 0 0 1px #8F4155 inset;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover {
  background: #AE4C65;
}

.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 .advance-checkout-order-details-right-dom-inner .promo-codes-form .input-wrapper button {
  width: auto;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .promo-codes-form .input-wrapper input:focus {
  border: 0 !important;
}
.advance.checkout-page .terms-and-condition span,
.advance.checkout-page .terms-and-condition span>a {
  font-weight: 400;
  font-size: 14px;
}

.bottom-snippet-content-advance-checkout p {
  margin: 10px 0;
  font-size: 15px;
}

@media (max-width: 991px) {
  .checkout-page.version-2 .advance-checkout-order-details-right-dom {
    padding: 40px 15px 40px 20px;
  }

  .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner {
    padding: 15px;
  }

  .checkout-page.version-2 .advance-checkout-steps-left-dom {
    padding: 40px 15px;
  }

  .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper {
    margin-bottom: 30px;
  }

  .checkout-page.version-2 .section.address .section.delivery-types,
  .checkout-page.version-2 .shipping-address-selection-parts,
  .checkout-page.version-2 .order-comment-row,
  .checkout-page.version-2 .payment-gateway-expend {
    margin: 20px 0 0;
  }

  .checkout-page.version-2 .advance-checkout-order-details-left-footer-info {
    margin-top: 30px;
  }
  .shopping-cart .my-cart-products-order-summary {
  flex-wrap: wrap;
}
}

@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;
  }
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom input[type="text"], .checkout-page.version-2 div.advance-checkout-order-details-right-dom input[type="text"], .checkout-page.version-2 div.advance-checkout-order-details-right-dom input[type="text"], .checkout-page.version-2 div.advance-checkout-steps-left-dom textarea, .checkout-page.version-2 div.advance-checkout-order-details-right-dom textarea, .checkout-page.version-2 div.advance-checkout-steps-left-dom select, .checkout-page.version-2 div.advance-checkout-order-details-right-dom select {
  font-size: 14px;
}
/* shopping cart page*/

.shopping-cart .product-card__image-link {
  width: 150px;
  height: 150px;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 15px;
}
.shopping-cart .product-card__image-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper button {
  max-width: auto;
  width: max-content;
  border-radius: unset;
  margin: 0;
  align-items: center;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper button:hover {
  color: #8F4155;
}
.product-card__info-other-quantity .stepper .stepper-input:focus{
border: 0 !important;
}
@media (max-width: 991px) {
  .shopping-cart .product-card__product-name_product-variation {
    max-width: 215px;
  }
}

.shopping-cart .product-card.cart-item:last-child {
  margin-bottom: 40px;
}

.shopping-cart .product-card__action-button-wrapper .add-to-wish-list::after,
.shopping-cart .product-card__action-button-wrapper .add-to-wish-list::before {
  display: none;
}

.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
  padding: 0;
  width: 100%;
}

.shopping-cart .my-cart-order-summary {
  height: min-content;
  border: 0;
  border-radius: 20px;
  padding: 60px 40px 40px;
  background: #f9f9f9;
  -ms-flex: 0 0 515px;
  flex: 0 0 515px;
}

.shopping-cart .my-cart__header {
  margin-bottom: 60px;
}
.shopping-cart .shopping-cart__inner {
  margin: 0 auto;
  max-width: 1420px;
  padding: 100px 60px 120px;
}
.shopping-cart .my-cart__header-button-wrapper .button {
  height: 46px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  width: auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #8F4155;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0;
  border: 1px solid #8F4155;
  color: #fff;
  border-radius: 50px;
}

.shopping-cart .my-cart__header-button-wrapper .button:hover {
  background: #AE4C65;
  border-color: #AE4C65;
}

.shopping-cart .my-cart__header-button-wrapper .button.empty-cart {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #8F4155;
  color: #000000;
}

.shopping-cart .my-cart__header-button-wrapper .button.empty-cart:hover {
  background: #8F4155;
  color: #ffffff;
}

.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
  height: 46px;
  padding: 10px 40px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #8F4155;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0;
  border: 0;
  color: #fff;
  max-width: 100%;
  width: 100%;
  border-radius: 50px;
}

.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover {
  background: #AE4C65;
  color: #ffffff;
}
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn {
  margin: 0;
  max-width: 100%;
}
.shopping-cart .my-cart__title {
  font-style: normal;
  color: #000000;
  padding: 0;
  font-family: Marcellus;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
.wish-list-popup select {
  width: 100%;
}

.contact_form .custom-form .form-row input[type="text"].validation-error {
  border: 0 !important;
  border-bottom: 1px solid #e64343 !important;
}

@media (max-width: 767px) {
  .shopping-cart .my-cart__header {
    display: block;
  }

  .shopping-cart .my-cart__title {
    margin: 0 0 20px;
  }

  .shopping-cart .my-cart__header-button-wrapper .button {
    padding: 10px 20px;
  }

  .shopping-cart .my-cart-order-summary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 15px;
  }
  .shopping-cart .product-card__image-link img {
    width: 200px;
    height: 200px;
  }
  .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 {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

/* 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: 90px 20px 100px;
  }
}

@media (max-width: 767px) {
  .payment-success-page-container {
    padding: 60px 15px;
  }
  .payment-success-page-container .payment-success-header {
    margin-bottom: 15px;
  }
  .payment-success-page-container .payment-success-header .title {
    font-size: 30px;
    line-height: 40px;
  }
  .payment-success-page-container .cartitem-table td.quantity .wrapper::before {
    text-align: left;
    width: auto;
  }
  .payment-success-page-container .order-details colgroup {
    width: 100%;
  }
  .payment-success-page-container .order-details .payment-success-total table tr.total-order td {
    font-size: 16px;
  }
  .payment-success-page-container .order-details {
    margin: 40px auto 0;
    padding: 40px 20px 15px;
  }
  .payment-success-page-container .order-details h4 {
    margin: 0 0 10px;
  }
  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;
}

.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
  margin-bottom: 20px;
}

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

/* gift-card-popup*/

.add-cart-information-popup .header .close-icon::after,
.add-cart-information-popup .header .close-icon::before {
  display: none;
}

.add-cart-information-popup .header {
  padding: 20px 32px 20px;
}

.add-cart-information-popup .header .title {
  line-height: normal;
  margin: 0;
}

.add-cart-information-popup .body .form-row.gift-card-date-field .large,
.add-cart-information-popup .body .medium {
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
}

.add-cart-information-popup .body .form-row.gift-card-date-field .large.validation-error,
.add-cart-information-popup .body .medium.validation-error,
.add-cart-information-popup .body .form-row.gift-card-date-field .large:focus,
.add-cart-information-popup .body .medium:focus {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
}

.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button {
  display: inline-block;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  background: #8F4155;
  color: #fff;
  border: 2px solid #8F4155;
  height: auto;
  line-height: 23px;
  margin: 0 10px;
  border-radius: 30px;
  text-transform: capitalize;
  padding: 10px;
  letter-spacing: 0.1em;
}

.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button:hover {
  background: #000;
  color: #fff !important;
  border-color: #000;
}

.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn {
  margin: 0;
  display: inline-block;
  font-family: Manrope;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: #000;
  line-height: 23px;
  border: 2px solid #000;
  height: auto !important;
  padding: 10px;
  letter-spacing: 2px;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 300ms ease 0s;
}

.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn:hover {
  border: 2px solid #8F4155 !important;
  background: #8F4155;
  color: #fff;
}

.product-widget.product-widget.widget-addCart .gift-button-container .send-as-gift-button {
  margin: 10px 0;
  font-size: 15px;
  display: inline-block;
  line-height: 34px;
  padding: 3px 15px;
  border: 2px solid #000;
  text-align: center;
  font-weight: 700;
  text-transform: full-size-kana;
  letter-spacing: 0;
  max-width: 100%;
  border-radius: 30px;
}

.add-cart-information-popup .popup-bottom.footer .button-item {
  justify-content: center;
}

.product-widget.product-widget.widget-addCart .gift-button-container .send-as-gift-button:hover {
  border: 2px solid transparent;
}

.et_shipping_edit_city.error-field-error.validation-error {
  border: 0 !important;
  border-bottom: 1px solid #e64343 !important;
}

.add-cart-information-popup.popup .body-scroll-control.app-tab-incomplete-data-cart-popup {
  padding: 5px 0 15px;
}

.add-cart-information-popup .body button.Zebra_DatePicker_Icon {
  background: none;
  border: none;
}

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

.add-cart-information-popup .form-content .double-input-row {
  align-items: start;
}

.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .gift-card-panel .row {
  margin-left: 0;
  margin-right: 0;
}

.add-cart-information-popup.popup .body {
  overflow-y: auto;
  max-height: 500px;
  background: #fff;
}

.add-cart-information-popup.popup .body-scroll-control.app-tab-incomplete-data-cart-popup {
  height: auto;
  max-height: 100%;
}

.add-cart-information-popup.popup .body .ps__rail-x {
  display: none;
}

.add-cart-information-popup .form-row textarea {
  max-width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-multi .chosen-choices li.search-field {
  height: 44px !important;
}

.chosen-container-active .chosen-choices:focus {
  box-shadow: 0 !important;
}

.checkout-page.version-2 .advance-checkout-steps-left-dom .chosen-container.chosen-container-multi .chosen-choices {
  padding: 0px 10px !important;
}

@media screen and (max-width: 1200px) {
  .page-home .product-view .header {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .add-cart-information-popup .body .body-scroll-control {
    padding: 20px 0;
  }

  .add-cart-information-popup.popup .body {
    max-height: 300px;
    overflow-y: auto !important;
  }

  .popup.add-cart-information-popup .variation-container .variation-dropdown-container {
    flex-direction: column;
  }

  .customer-profile-v2-wrapper {
    padding: 50px 15px 60px;
  }

  #customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 100%;
    margin: 0;
    box-shadow: unset;
  }

  .page-profile .site-popup.popup {
    padding: 0;
  }

  .page-profile .site-popup .content {
    padding: 20px 15px !important;
    margin-bottom: 20px;
    overflow-y: scroll;
  }

  .widget.widget-product.recommended-slider {
    margin: 0 auto;
  }

  .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.widget-snippet .wc-snippet-expreance .container,
  .widget.widget-snippet .wc-snippet-shop-by-category .container {
    max-width: 100%;
    padding: 0 15px !important;
  }

  .widget.widget-snippet .wc-snippet-expreance .row,
  .widget.widget-snippet .wc-snippet-shop-by-category .row {
    margin: 0;
  }

  .widget.widget-snippet .wc-snippet-expreance .col-md-6 {
    padding: 10px 0 !important;
  }

  .widget.widget-snippet .wc-snippet-eceryday {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .widget.widget-snippet .wc-snippet-eceryday img {
    min-height: 185px;
  }

  .widget.widget-product.recommended-slider {
    margin: 0 15px !important;
  }

  .widget.widget-snippet .wc-snippet-shop-by-category .col-md-3.col-sm-6 {
    padding: 10px 0 20px !important;
  }

  .widget.widget-snippet .wc-lorem-ipsum {
    padding: 0 15px !important;
  }

  body.page-shop .product-view .header .btn-group.view-switchers {
    padding-left: 0;
  }
}

/* End gift-card-popup*/
#selected-variation-products {
  margin: 20px 0 0;
}

#selected-variation-products h2 {
  font-size: 24px;
  margin-top: 0;
}

.widget-variation .selected-variation-product td {
  border: none;
}

/*=============== End New Feature fixing ===================*/

.widget-html.newsletter-text p {
  color: #fff;
}

.widget-image.payment-gateway {
  padding-top: 0;
}

.widget-productImage .image-preview-box {
  background: #fff;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
  max-width: 480px;
  mix-blend-mode: multiply;
  border: 0;
  height: 700px;
}
.widget-productImage .multi-image-scroll-wrapper {
  max-width: 780px;
  border: 0;
  overflow: unset;
}

.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 15px 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 #000000;
  border-radius: 0;
}
.widget-productImage .image-thumb-container .thumb-image{
  border: 1px solid #d0d0d0;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
  background-image: url("/template/7877fee3/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: 0 center;
  left: auto;
  right: 50px;
  z-index: 1;
  cursor: pointer;
}

.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
  background-position: -40px center;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

.page-login .checkout-as-guest-button a {
  width: 100%;
  border: 2px solid #8f4155;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 600;
}
.page-login .checkout-as-guest-button a:hover {
  color: #ffffff;
  background: #8f4155;
  border-color: #8f4155;
}

.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover,
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover,
.checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
  color: rgb(255, 203, 84);
}

.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name {
  padding: 0 10px 0 0;
}

.password-meter-wrap {
  position: absolute;
  top: -5px;
  right: 17px;
  width: 135px;
  bottom: auto;
}

.password-meter-wrap .password-description {
  font-size: 13px;
  width: auto;
  line-height: 10px;
  margin-top: 12px;
}

.password-meter-wrap .password-strength-bar {
  display: block;
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  height: 8px;
}

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

.page-profile .site-popup .payment-form .form-row.agree-terms.validation-error {
  background-color: transparent;
  border: 0;
  color: #000;
}

.new-review-panel .review-image-input-with-dropzone-wrapper::before {
  filter: grayscale(100%);
}

.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper input {
  padding: 0;
  top: 1px;
}

.registration-form textarea {
  width: 100%;
  min-height: 100px;
}

/* Under Construction Page */

.maintenance-message-block {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.maintenance-message-block h1 {
  font-size: 32px;
  background-color: #f9f9f9;
  padding: 50px 60px;
  line-height: 1.4;
  color: #000;
}

.page-home .product-view.scrollable-view .product-block .review-rating.read-only {
  display: none;
}

.tell-friend.tell_friend_popup.popup {
  padding: 25px;
}

.checkout-page.version-2 {
  border: 0;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom {
  background-color: #f7f7f7;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
  max-width: 590px;
}

.checkout-header-left-inner .back-page .fa-angle-left::before {
  font-size: 15px;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner {
  max-width: 500px;
  border-radius: 20px;
  padding: 20px 30px;
  background: #fff;
  border: 0;
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom input[type="text"],
 .checkout-page.version-2 div.advance-checkout-order-details-right-dom input[type="text"],
  .checkout-page.version-2 div.advance-checkout-order-details-right-dom input[type="text"],
   .checkout-page.version-2 div.advance-checkout-steps-left-dom textarea,
    .checkout-page.version-2 div.advance-checkout-order-details-right-dom textarea,
     .checkout-page.version-2 div.advance-checkout-steps-left-dom select,
      .checkout-page.version-2 div.advance-checkout-order-details-right-dom select {
  font-family: Manrope;
  border: 0;
}
.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: -15px;
}

.bottom-snippet-content-advance-checkout .help-policy p {
  margin: 0 0 5px;
}

.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition {
  max-width: 81%;
  line-height: 25px;
}

@media (max-width: 767px) {
  .maintenance-message-block h1 {
    font-size: 24px;
    background-color: #f9f9f9;
    padding: 20px 30px;
  }
}

/* customer registration terms and condition */

.registration-terms-condition-wrapper {
  display: inline-flex;
}

.registration-terms-condition {
  position: relative;
  padding-left: 20px;
}

.registration-terms-condition-wrapper input.checkbox {
  position: absolute;
  left: 0;
  height: auto;
  top: 2px;
}

.registration-terms-condition-wrapper .registration-terms-condition-label,
.registration-form .registration-terms-condition-wrapper a label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: normal;
  vertical-align: top;
  color: #000;
}

.registration-form .registration-terms-condition-wrapper a {
  margin-left: 5px;
}

.registration-form .registration-terms-condition-wrapper a label {
  text-decoration: underline;
  cursor: pointer;
}

.registration-form .registration-terms-condition-wrapper a label {
  text-decoration: underline;
}

.registration-form .registration-terms-condition-wrapper a label:hover {
  color: #666;
}

.registration-form textarea+.registration-terms-condition-wrapper {
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}

.widget-blogCategory.fee--blog-category-1 .category-image-view {
  font-size: 14px;
}

.registration-form>.errorlist.after {
  display: none;
}

.registration-form .form-row {
  background: transparent;
  border: none;
  color: inherit;
}

.registration-form>.form-row .chosen-container-single {
  width: 100%;
  padding: 0;
}

.custom-field-container-for-widget input[type="file"] {
  background: transparent;
  border: none;
}

.custom-field-container-for-widget input[type="file"] {
  border: none;
  background: transparent;
}

.page-cart .product-view.image-view .product-image-link,
.page-cart .product-view.scrollable-view .product-image-link {
  width: 100%;
}

.page-cart .product-view.scrollable-view img,
.page-cart .product-view.image-view img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}

.add-cart-information-popup.popup .ps__rail-x {
  display: none;
}

.product-block .advanced-variation-ui .representation .variation-option.selected,
.product-block .parent-option.color-plate.selected {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5);
}

.frequently-bought-together-products .subheader-text {
  display: none;
}

.frequently-bought-together-products .header-text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

div.frequently-bought-together-products .product-separator {
  margin: -10px 0 0;
  color: #00a1c6;
  font-size: 20px;
  display: none;
}

div.flying-cart-container .discount-up-sell-message {
  margin: 0 40px 0;
}

/*product details page*/

.product-view.image-view .sold-out-tag.tag-mark, .product-view.scrollable-view .sold-out-tag.tag-mark, .product-view .sold-out-tag.tag-mark {
  display: inline-block;
  height: 25px;
  position: absolute;
  left: auto;
  top: 0;
  padding: 0;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  right: 28px;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.08), rgba(255, 0, 0, 0.08));
  border: 1px solid #FF000042;
  color: #FF0000;
  width: 105px;
  height: 28px;
  border-radius: 50px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark,
.product-view .featured.tag-mark {
  display: flex;
  height: 28px;
  position: absolute;
  left: auto;
  top: 0;
  width: auto;
  padding: 2px 18px;
  right: 27px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #81BC26;
  border: 1px solid #81BC2642;
  border-radius: 50px;
  background: linear-gradient(0deg, rgba(129, 188, 38, 0.15), rgba(129, 188, 38, 0.15));
  justify-content: center;
  align-items: center;
}

.widget-productImage .image-preview-box .sold-out-tag.tag-mark {
  display: inline-block;
  position: absolute;
  left: auto;
  top: 28px;
  padding: 0;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  right: 28px;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.08), rgba(255, 0, 0, 0.08));
  border: 1px solid #FF000042;
  color: #FF0000;
  width: 105px;
  height: 28px;
  border-radius: 50px;
}
.widget-productImage .image-preview-box .new.tag-mark {
  top: 28px;
  width: 61px;
  height: 29px;
  background: url("../images/new-badge.png") no-repeat;
  left: auto;
  right: 28px;
}
.widget-productImage .image-preview-box .featured.tag-mark {
  display: flex;
  height: 28px;
  position: absolute;
  left: auto;
  top: 27px;
  width: auto;
  padding: 2px 18px;
  right: 27px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #81BC26;
  border: 1px solid #81BC2642;
  border-radius: 50px;
  background: linear-gradient(0deg, rgba(129, 188, 38, 0.15), rgba(129, 188, 38, 0.15));
  justify-content: center;
  align-items: center;
}

.widget-productImage .image-preview-box .sale-percent-display+.featured.tag-mark,
.widget-productImage .image-preview-box .sale-percent-display+.new.tag-mark+.featured.tag-mark {
  top: 60px;
}
.product-view.image-view .new.tag-mark, .product-view.scrollable-view .new.tag-mark, .product-view .new.tag-mark {
  border-radius: 0;
  z-index: 0;
  top: 0;
  width: 61px;
  height: 29px;
  background: url("../images/new-badge.png") no-repeat;
  left: auto;
  right: 28px;
}

/*end product details page*/
.page-product .page-content>.v-split-container>.v-split,
.page-product .body>.widget-container {
  width: 100%;
}

.page-product .widget.widget-breadcrumb,
.page-product .page-content>.v-split-container>.v-split.l-fixed-container {
  max-width: 1400px;
  margin: 0 auto;
}

.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
  white-space: nowrap;
  max-width: 480px;
}

.widget-productImage .image-thumb-container .thumb-image {
  display: inline-block;
}

/*---- upgrate-css----*/
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]::after {
  font-size: 50px;
}

.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]:hover::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]:hover::after {
  color: #fff;
  opacity: inherit;
}

.fee-gallery-jssor .jssor-slider-container .jssorb03 div span {
  width: 9px;
  height: 9px;
}

.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button {
  bottom: 110px;
  top: auto;
}

.fee-gallery-owl .product-view .owl-item .product-block .review-rating-wrapper .review-rating,
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name {
  text-align: center;
  width: 100% !important;
  padding: 15px 10px;
}

.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
  padding-left: 23px;
}

.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
  top: 1px;
}

.widget-gallery.fee-gallery-swiper .swiper-horizontal {
  padding-bottom: 50px;
}

.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  position: absolute;
  bottom: 0;
  margin-top: 0;
  top: auto;
}

.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  left: 50%;
  margin-left: -40px;
}

.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
  right: 50%;
  margin-right: -40px;
}

#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
  width: 180px;
}

#customer-profile-tabs.customer-profile-v2 col.action-col {
  width: 100px;
}

#customer-profile-tabs.customer-profile-v2 td {
  padding: 15px 10px;
}

.agent-list-item>a.read-button:hover,
.agent-list-item>a.read-button:hover::after,
.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,
.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-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: #8F4155;
}

.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover {
  color: #8F4155;
}

.advance-checkout-order-details-right-dom-inner {
  overflow-y: auto;
  overflow-x: hidden;
}

.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button.disabled {
  background-color: #ccc;
  color: #b0aeae;
  pointer-events: none;
}

.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition-text textarea {
  min-height: auto;
  height: auto;
}

.widget-blogCategory.fee--blog-category-1 .content {
  margin: 0;
}

div.flying-cart-content .variation-dropdown-container .chosen-wrapper+.chosen-wrapper {
  margin-top: -6px;
}

div.flying-cart-content .product-name+.price-n-cart {
  margin-top: 25px;
}

div.flying-cart-content .product-name+.variation-info-wrapper+.price-n-cart {
  margin-top: 0px;
}

.flying-cart-content .product-block.product-view-height-width>div {
  background: #f7f7f7;
  border-radius: 12px;
  mix-blend-mode: multiply;
}

.flying-cart-content .product-block.product-view-height-width>div.product-info {
  background: #fff;
}

@media (max-width: 1199px) {

  .widget-blogCategory.fee--blog-category-1>.widget-title,
  .widget-blogCategory.fee--blog-category-1>.category-view {
    padding: 0;
  }

  .advance-cart-details.shopping-cart .product-view.scrollable-view .product-block {
    width: calc(100% / 4 - 18px);
  }

  div.advance-cart-details.shopping-cart .product-view.scrollable-view .header .scroller {
    max-width: 97%;
  }
}

/*------ .property-listing-details -----------*/

.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 .enqnow {
  border: 2px #000 solid;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
  line-height: 24px;
}

.property-listing-details__price-guide-inner .action-group .enqnow:hover {
  border: 2px #8F4155 solid;
  background-color: #8F4155;
  color: #000;
}

.property-details-contain-container .agent-container .agent-info h5 a {
  color: #8F4155;
}

.property-details-contain-container .agent-container .agent-info h5 a:hover {
  color: #000;
}

.property-listing-details__price-guide-inner .action-group .flrplan,
.property-details-contain-container .query-form button {
  background-color: #8F4155;
  border: 2px #8F4155 solid;
  color: #000;
  font-size: 16px;
}

.property-listing-details__price-guide-inner .action-group .flrplan:hover,
.property-details-contain-container .query-form button:hover {
  background-color: #fff;
  border: 2px #000 solid;
  color: #000;
}

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

  .advance-cart-details.shopping-cart .product-view.scrollable-view .product-block {
    width: calc(100% / 3 - 18px);
  }
}

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

  .advance-cart-details.shopping-cart .product-view.scrollable-view .product-block {
    width: 100%;
  }

  div.advance-cart-details.shopping-cart .product-view.scrollable-view .header .scroller {
    top: 12%;
  }

  .advance-cart-details.shopping-cart .my-cart {
    margin-bottom: 40px;
  }

  .advance-cart-details.shopping-cart .header {
    min-height: 25px;
  }
}

@media screen and (max-width: 1500px) {
  .responsive.page-agent-listing .body .widget-container .page-content {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 767px) {
  .responsive.page-agent-listing .body .widget-container .page-content {
    margin: 0 -15px;
  }
}

.page-agent-listing .widget-pageHeading {
  margin: 0 auto;
}

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

.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: #8F4155;
  font-size: 16px;
  color: #000;
  width: auto;
  border: 2px solid #000;
}

.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
  background-color: #fff;
  color: #000;
}

.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title,
.agent-list-item .profile p {
  line-height: 22px;
}

.property-agent-details-page .agent-short-info .agent-mobile-info a.agent-mobile-info-link {
  line-height: 28px;
  color: #8F4155;
}

@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: 7px 0;
  width: 100%;
  order: 7;
  margin-bottom: 20px;
}

div.flying-cart-content .free-products .product-block.product-view-height-width {
  width: auto;
}

.page-home .flying-cart-content .product-view.scrollable-view .product-block:hover {
  transform: scale(1);
}

.flying-cart-content .free-products .product-block .price span {
  font-size: 14px;
}

.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: #18d294 !important;
}

.col.action-column .add-to-cart-product button {
  padding: 5px 14px;
  height: auto;
}

.frequently-bought-together-products .total-price-section {
  margin: 20px auto;
  max-width: 300px;
  text-align: center;
  padding: 0 15px;
}

/*-------Card-detail-page-----*/
.advance-cart-details .discount-up-sell-message {
  margin-bottom: 0;
}
.advance-cart-details.shopping-cart {
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block:hover .product-image-link::after {
  content: none;
  position: inherit;
}

.advance-cart-details.shopping-cart .variation-dropdown-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .variation-value {
  border: 2px solid #000;
  color: #3b3a3a;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 30px;
  line-height: 20px;
  margin-right: 7px;
  min-width: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
}

.advance-cart-details.shopping-cart .chosen-wrapper.variation-type .type-label {
  margin: 0 0 5px;
  display: contents;
}

.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .selected .variation-value {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .options {
  height: 35px;
  width: 35px;
  padding: 5px;
}

.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .variation-value {
  border: none;
  color: inherit;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 23px;
  line-height: 20px;
  margin-right: 0;
  min-width: 23px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .selected {
  padding: 5px;
  border: solid 1px #8F4155;
}

.advance-cart-details.shopping-cart .current-price.price {
  padding: 5px 0;
  margin: 0 0 5px;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block {
  border-radius: 15px;
  padding: 0;
  box-shadow: none !important;
  margin-bottom: 20px;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .header .scroller {
  max-width: 1280px;
  top: 20%;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .chosen-wrapper.variation-type {
  width: 100%;
  padding: 0;
  margin: 0;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .product-name {
  min-height: auto;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .recommend-item-image-wrapper {
  height: 180px;
  max-width: 100%;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .recommend-item-image-wrapper img {
  object-fit: cover;
  height: 100%;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .product-info {
  padding: 0 15px 20px;
  text-align: center;
}

.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .product-name {
  min-height: 50px;
}

/*-------Card-detail-page-----*/

/*-------product-fee-fixing-----*/
.sale-percent-display {
  width: 70px;
  margin: 0;
  color: #fff;
  padding: 2px 15px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  background: #81BC26;
  top: 0;
  left: 28px;
}

.fee-widget-product-list-view .product-view.list-view .content .product-block {
  height: auto;
}

.fee-widget-product-list-view .review-rating span {
  background-size: 85%;
}

.fee-widget-product-list-view .product-view.list-view .product-name-link {
  padding: 0;
}

.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
  height: auto;
  border-left: 1px solid #e6e6e6;
}

.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 #e6e6e6 !important;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
  background: #8F4155;
  border: 1px solid #8F4155;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
  background: #fff;
  border: 1px solid #8F4155;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0 0 10px !important;
  height: auto;
  padding: 6px 10px;
  line-height: 24px;
  text-transform: uppercase;
  max-width: 100%;
  border-radius: 0;
  font-weight: 500;
  color: #000 !important;
  background: transparent !important;
  border: 1px solid #000 !important;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button::after {
  display: none;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-wish-list,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button {
  background: #fff;
  border: 1px solid #000;
  color: #000 !important;
}

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

.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
  text-align: left;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap>.price-waper,
.fee-widget-product-image-view .product-view.image-view .block-content-wrap>.price-waper {
  margin: 7px 15px 0;
  text-align: left;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap>.price-waper,
.fee-widget-product-image-view .product-view.image-view .block-content-wrap>.price-waper {
  align-items: start;
  flex-direction: column;
}

.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-image-view .product-view.image-view .out-of-stock,
.fee-widget-product-image-view .product-view.image-view .in-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .out-of-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .in-stock {
  padding: 10px 15px 0;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a:hover {
  color: #8F4155;
}

.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-image-view .product-view.image-view .summary p,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary p {
  font-size: 13px;
  text-align: left;
  margin: 0;
  height: auto;
}

.fee-widget-product-image-view .product-view.image-view .review-rating-wrapper .review-rating.read-only,
.fee-widget-product-scroll-view .product-view.scrollable-view .review-rating-wrapper .review-rating.read-only {
  text-align: left;
  width: 100% !important;
}

.fee-widget-product-image-view .product-view.image-view .product-block .review-rating.read-only,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .review-rating.read-only {
  margin: 10px 15px;
}

.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;
  text-align: left;
}

.fee-widget-product-image-view .product-view.image-view .content {
  font-size: 15px;
}

.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  padding-top: 0;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add {
  margin-bottom: 10px;
}

.fee-widget-product-image-view .product-view.image-view .product-block:hover .block-content-wrap>.price-waper {
  display: flex;
}

.fee-widget-product-image-view .product-view.image-view .product-block .btn-add {
  transform: none;
  height: auto;
  display: block;
}

.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button {
  background: #8F4155 none repeat scroll 0 0 !important;
  border: 1px solid #8F4155 !important;
  font-family: inherit;
  text-transform: capitalize;
  padding: 10px 15px;
  max-width: 100%;
  letter-spacing: normal;
  line-height: 24px;
  border-radius: 0;
  display: inline-block;
  font-size: 15px !important;
  height: 50px;
}

.fee-widget-product-image-view .product-view.image-view .add-to-wish-list:hover::after,
.fee-widget-product-image-view .product-view.image-view .add-to-compare-button:hover::after,
.fee-widget-product-image-view .product-view.image-view .add-to-wish-list:hover::after,
.fee-widget-product-image-view .product-view.image-view .remove-from-compare-button:hover::after {
  color: #8F4155;
}

.fee-widget-product-image-view .product-view.image-view .product-block .btn-add {
  padding: 0 15px;
  margin: 15px auto;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add,
.fee-widget-product-image-view .product-view.image-view .btn-add {
  text-align: center;
  overflow: inherit;
}

.fee-widget-product-image-view .product-view.image-view .product-name a:hover,
.fee-widget-product-image-view .product-view.image-view .product-name a:hover {
  color: #8F4155;
}

.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button {
  background: transparent !important;
  height: auto;
  border: 1px #000 solid !important;
  font-size: 12px !important;
  color: #000 !important;
  padding: 6px 10px !important;
  line-height: 1.5em !important;
  text-transform: uppercase;
  font-family: Manrope;
}

.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button:hover {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}

.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button:hover::after {
  color: #fff;
}

.fee-widget-product-list-view .product-view.list-view .product-name-link:hover,
.fee-widget-product-tabular-view .product-view.tabular-view .product-name-link:hover {
  color: #8F4155;
}

.fee-widget-product-list-view .product-block .price-waper .previous-price.price span {
  font-size: 17px;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark,
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark {
  left: 15px;
  top: 15px;
}

.fee-widget-product-image-view .product-view.image-view .sale.tag-mark::after {
  background: #8F4155;
}

.fee-widget-product-image-view .product-view.image-view .price-waper .current-price.price span {
  font-size: 17px;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .header .scroller {
  z-index: auto;
}

@media (max-width: 767px) {
  .fee-widget-product-list-view .product-view.list-view .product-block .review-rating-wrapper {
    left: 49%;
    top: 7px;
    padding: 0 0 0 20px;
  }

  .fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap {
    padding: 25px 15px 20px;
  }
}

/*--last-fixing---*/
.fee-gallery-owl .blog-post-item .title {
  font-size: 18px;
  line-height: 1.468;
  margin: 7px 0;
  padding: 0 20px 0 0;
}

.fee-gallery-owl .blog-post-item .title a {
  color: #32312f;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.blog-post-item .title a:hover {
  color: #8F4155;
}

.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info a:hover,
.fee-gallery-owl .blog-post-item .blog-post-info a:hover {
  color: #8F4155;
}

.fee-gallery-owl .blog-post-item .details-link.link a:hover {
  color: #8F4155;
}

.widget-gallery.fee-gallery-owl .owl-theme .owl-controls {
  margin: 10px 0;
}

.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav>div.owl-prev {
  left: 0;
  top: auto;
}

.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav>div.owl-next {
  right: 0;
  top: auto;
}

.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev::after,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next::after {
  content: none !important;
}

.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
  background: #8F4155;
  border: 1px solid #8F4155;
}

.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button {
  padding: 0;
}

.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button:hover {
  background-color: #8F4155 !important;
}

.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap {
  padding: 0;
}

.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name-link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  text-align: center;
}

.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span,
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span,
.fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8F4155;
  border: 1px #8F4155 solid;
}

.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover,
.widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
  background: #8F4155;
  border: 1px solid #8F4155;
}

.widget-gallery.fee-gallery-swipebox figure,
.widget-gallery.fee-gallery-owl figure,
.widget-gallery.fee-gallery-swiper figure {
  margin: 0;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark::after {
  background: #8F4155;
}

.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev:hover,
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next:hover {
  background: #8F4155;
}

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

.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
  background: #8F4155;
}

@media (max-width: 767px) {

  .galleriffic-gallery-wrap.alternate-layout .galleriffic-content,
  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container {
    padding: 0 15px;
  }
}

.fee-blog-design-1 .post-description .content,
.fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content,
.fee-blog-design-4 .post-description .content {
  padding: 0;
  margin: 0;
}

.advance-checkout-order-details-right-dom-inner {
  overflow-y: auto;
  overflow-x: hidden;
}

.product-widget.widget-addCart .frequently-bought-together-products {
  width: 100%;
  display: block;
  padding: 20px 0;
  border: 1px solid #cccc;
  border-radius: 15px;
  margin: 0 0 30px;
}

.frequently-bought-together-products .header-info-text {
  margin: -34px auto 30px;
  max-width: 310px;
  background: #fff;
  text-align: center;
}

.frequently-bought-together-products .product-block .row {
  flex-direction: row;
  padding-right: 20px;
  margin: 0;
  gap: 0 8px;
}

.frequently-bought-together-products .product-block .row .col.image-column {
  order: 2;
  width: 83px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83px;
  flex: 0 0 83px;
  margin: 0 15px;
}

.frequently-bought-together-products .product-block .row .col.info-column {
  order: 3;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.frequently-bought-together-products .product-block .row .col.action-column {
  order: 1;
}

.frequently-bought-together-products .product-block .image-column img {
  width: 83px;
  height: 83px;
  border-radius: 10px;
}

.frequently-bought-together-products .product-name a {
  font-size: 17px;
  color: #000;
  font-weight: 600;
  max-width: 240px;
  display: block;
  line-height: 24px;
}

div.frequently-bought-together-products .select-product input {
  height: 20px;
  width: 20px;
  border-radius: 5px;
}

.frequently-bought-together-products .select-product input:checked {
  background-size: 17px;
}

.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row.total-order {
  padding-bottom: 20px;
}

.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide img {
  max-width: 100%;
  width: 100%;
}

.product-view .product-block .review-rating-wrapper .review-rating img {
  width: auto;
  height: auto;
}

.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button {
  width: 32px !important;
  font-size: 0 !important;
  border-radius: 500% !important;
  bottom: 120px;
  top: auto;
}

.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:hover {
  background-color: #8F4155 !important;
  border: 1px solid #8F4155 !important;
}

.fee-gallery-swiper.swiperSlider .product-block .block-content-wrap .product-name {
  margin: 0;
  padding: 20px 10px;
  height: auto;
  min-height: auto;
  max-height: 100%;
}

.fee-gallery-swiper.swiperSlider .product-block .review-rating-wrapper {
  padding: 0 10px;
}

.compare-details .title.page-heading {
  margin: 15px 0 25px;
  line-height: normal;
  text-align: center;
}

.compare-details .add-to-cart-button {
  display: inline-block;
  width: auto;
  margin: 10px;
}

.responsive .compare-details {
  overflow-x: auto;
}

.responsive .compare-details table {
  table-layout: auto;
  margin-bottom: 20px;
}

.compare-details .price {
  text-align: left;
}

.compare-details table td,
.compare-details table th {
  padding: 10px;
}

@media (max-width: 767px) {
  .compare-details {
    margin-bottom: 40px;
  }

  .compare-details .title.page-heading {
    font-size: 26px;
  }
}

#selected-variation-products .variation-selected-product {
  border: none;
}

.popup.add-cart-information-popup .sending-type-by-email .title {
  color: #000;
}

.popup .cart-summary {
  margin: 0 0 30px;
}

.page-post-payment .auto-page .page-content {
  padding-left: 0;
  padding-right: 0;
}

.donation-details__agreement-label {
  font-size: 15px;
  line-height: 22px;
}

.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
  background: #8F4155 none repeat scroll 0 0;
}

.donation-address-page-content .form-row .submit-button:hover,
.donation-details__continue-button-wrapper .donation-details__continue-button:hover {
  background: #000 none repeat scroll 0 0;
}

.donation-success-page-content .message-details a:hover {
  color: #8F4155;
}

.donation-success-page-content .order_details_table {
  padding: 0;
}

.registration-form .registration-terms-condition-wrapper a label:hover {
  color: #8F4155;
}

.bottom-snippet-content-advance-checkout div,
.bottom-snippet-content-advance-checkout div p {
  color: #000;
  line-height: 24px;
  margin: 20px 0;
}

.fee-gallery-owl.fee_img-gallery_article_owl .owl-item .item {
  aspect-ratio: 0;
}

.property-list-filter-options .filter-sorting .chosen-container-single {
  padding: 0;
}

.property-content .details-view a {
  height: auto;
}

.login-form.pass-code-verify-form .form-row {
  margin: 20px 0;
}

.donation-card-content {
  padding: 0 15px;
}

/***---------------last---------*****/
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]::after {
  font-size: 50px;
}

.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]:hover::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]:hover::after {
  color: #fff;
  opacity: inherit;
}

.fee-gallery-jssor .jssor-slider-container .jssorb03 div span {
  width: 9px;
  height: 9px;
}

.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
  padding-left: 23px;
}

.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
  top: -3px;
}

.widget-gallery.fee-gallery-swiper .swiper-horizontal {
  padding-bottom: 50px;
}

.agent-list-item>a.read-button:hover,
.agent-list-item>a.read-button:hover::after {
  color: #8F4155;
}

.widget-blogCategory.fee--blog-category-1 .content {
  margin: 0;
}

@media (max-width: 1199px) {

  .widget-blogCategory.fee--blog-category-1>.widget-title,
  .widget-blogCategory.fee--blog-category-1>.category-view {
    padding: 0;
  }
}

/*------ .property-listing-details -----------*/

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

.property-listing-details__price-guide-inner .action-group .enqnow {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 0;
}

.property-listing-details__price-guide-inner .action-group .enqnow:hover {
  border: none;
  background-color: #8F4155;
  color: #fff;
}

.property-details-contain-container .agent-container .agent-info h5 a {
  color: #8F4155;
}

.property-details-contain-container .agent-container .agent-info h5 a:hover {
  color: #000;
}

.property-listing-details__price-guide-inner .action-group .flrplan,
.property-details-contain-container .query-form button {
  background-color: #8F4155;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 12px;
  line-height: 24px;
}

.property-listing-details__price-guide-inner .action-group .flrplan:hover,
.property-details-contain-container .query-form button:hover {
  background-color: #000;
  border: none;
  color: #fff;
}

.property-details-contain-container .query-form .form-group .required {
  font-family: "Open Sans";
}

.widget.widget-product.outdoor-furnitures.gardening {
  padding-bottom: 180px;
}

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

  .widget-productReviewRatting .main-container {
    grid-column-gap: 30px;
  }
}

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

.auto-page.page-post-payment .spacer,
.auto-page.page-donation-confirm .spacer,
.auto-page.page-donation .spacer,
.auto-page.page-post-payment .spacer,
.page-post-payment .spacer,
.page-agent-listing .spacer {
  height: 0 !important;
}

.auto-page.page-post-payment .page-content,
.page-post-payment.auto-page .page-content,
.page-agent-listing.auto-page .page-content {
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}

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

.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
  height: auto;
}

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

.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
  background-color: #8F4155;
  color: #fff;
}

.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title {
  line-height: normal;
}

.property-agent-details-page .agent-short-info .agent-mobile-info a.agent-mobile-info-link {
  line-height: 28px;
  color: #8F4155;
}

@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;
    margin: 0;
  }

  .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;
    align-items: center;
    text-align: center;
  }

  .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
    font-size: 28px;
    line-height: normal;
    text-align: center;
  }

  .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;
    text-align: center;
  }

  .property-agent-details-page .agent-short-info .agent-short-container>div {
    width: 100%;
    flex: auto;
  }

  .property-agent-details-page .agent-short-info .agent-short-container .agent-mobile-info {
    justify-content: center;
  }

  .property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
    max-width: 320px;
    height: 320px;
  }
}

/*--last-fixing---*/

.fee-gallery-owl.fee_img-gallery_article_owl .owl-item .item {
  aspect-ratio: 0;
}

.fee-gallery-owl .blog-post-item .title {
  font-size: 18px;
  line-height: 1.468;
  padding: 0 20px 0 0;
}

.fee-gallery-owl .blog-post-item .title a {
  color: #222;
  font-size: 20px;
  font-weight: 400;
}

.fee-gallery-owl .blog-post-item .content {
  font-size: 14px;
  padding: 15px 0;
}

.fee-gallery-owl .blog-post-item .details-link.link a {
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}

.blog-post-item .title a:hover {
  color: #8F4155;
}

.fee-gallery-owl .blog-post-item .blog-post-info a:hover {
  color: #8F4155;
}

.fee-gallery-owl .blog-post-item .details-link.link a:hover {
  color: #8F4155;
}

.fee-gallery-owl .blog-post-item .post-list-view {
  width: 100%;
}

.widget-gallery.fee-gallery-owl .owl-theme .owl-controls {
  margin: 10px 0;
}

.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav>div.owl-prev {
  left: 0;
  top: auto;
}

.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav>div.owl-next {
  right: 0;
  top: auto;
}

.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev::after,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next::after {
  content: none !important;
}

.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
  background: #8F4155;
  border: 1px solid #8F4155;
}

.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span,
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span,
.fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #8F4155;
  border: 1px #8F4155 solid;
}

.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover,
.widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
  background: #8F4155;
  border: 1px solid #8F4155;
}

.widget-gallery.fee-gallery-swipebox figure,
.widget-gallery.fee-gallery-owl figure,
.widget-gallery.fee-gallery-swiper figure {
  margin: 0;
}

.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev:hover,
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next:hover {
  background: #8F4155;
  border: 1px solid #8F4155;
}

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

.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
  background: #8F4155;
}

.fee-gallery-swiper .category-image-view .category-name,
.fee-gallery-owl .category-image-view.category .category-name {
  padding: 20px 10px 10px;
}

@media (max-width: 767px) {

  .galleriffic-gallery-wrap.alternate-layout .galleriffic-content,
  .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container {
    padding: 0 15px;
  }
}

.fee-blog-design-1 .post-description .content,
.fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content,
.fee-blog-design-4 .post-description .content {
  padding: 15px 0;
  margin: 0;
}

.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide img {
  max-width: 100%;
  width: 100%;
}

.page-post-payment .auto-page .page-content {
  padding-left: 0;
  padding-right: 0;
}

.donation-details__agreement-label {
  font-size: 15px;
  line-height: 22px;
}

.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
  background: #000 none repeat scroll 0 0;
  height: auto;
  line-height: normal;
  color: #ffffff;
  border: none !important;
}

.donation-address-page-content .form-row .submit-button:hover,
.donation-details__continue-button-wrapper .donation-details__continue-button:hover {
  background: #8F4155 none repeat scroll 0 0;
  color: #ffffff;
}

.donation-success-page-content .message-details a:hover {
  color: #8F4155;
}

.donation-success-page-content .order_details_table,
.donation-success-page-content .payment-success-total table {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {

  .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,
  .donation-success-page-content-inner .cartitem-table tr td.price {
    text-align: left;
  }

  .donation-success-page-content-inner .cartitem-table td {
    display: table-cell;
  }
}

/*---- Sub category ----*/
.category.category-detail-view.category-detail-width.category-details-page-with-background.category-details-banner-image-wrapper {
  width: 100%;
  padding: 0;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}

.category-details-container .category-details-page-with-background {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}

.category-details-container .category-details-page-with-background>img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.subcategory-container .content.category-content {
  margin: 0;
}

.subcategory-container .category-view .category {
  border: medium none;
  box-sizing: content-box;
  margin: 0;
  padding: 15px 0;
}

.subcategory-container .category-view .category .category-name {
  text-align: center;
  margin: 15px auto;
  display: block;
}

.subcategory-container .category-view .category .category-name .category-name-link {
    font-family: Marcellus;
    font-weight: 400;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 0;
    text-align: center;
    color: #000000;
}

.subcategory-container .category-view .category .category-name .category-name-link:hover {
  color: #8F4155;
}

.subcategory-container .category-view .category a {
  display: initial;
}

.subcategory-container .category-view .category img {
  aspect-ratio: 0;
  height: 100%;
}

.category-details-container .title {
  text-align: left;
  margin-bottom: 25px;
}

.subcategory-container .category-view.image-view .footer {
  padding: 0;
  margin: 0;
  margin-top:20px;
}
.subcategory-container{
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom:45px;
}
.subcategory-container .category-view .category .summary {
  height: auto;
  font-size: 15px;
}

@media (max-width: 991px) {
  .category-view.image-view .category-image-view-width {
    width: calc(50% - 10px);
  }
}

@media (max-width: 499px) {
  .category-view.image-view .category-image-view-width {
    width: 100%;
  }
}

/*---- Sub category ----*/

.property-list-filter-options .filter-sorting .chosen-container-single {
  padding: 0;
}

.property-content .details-view a {
  height: auto;
}

.agent-list-item>a.read-button {
  color: #000;
}

.agent-list-item>a.read-button:hover,
.agent-list-item>a.read-button:hover::after,
.agent-list-item>a.read-button:hover {
  color: #8F4155;
}

.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title,
.agent-list-item .profile p {
  line-height: 22px;
}

.bottom-snippet-content-advance-checkout div,
.bottom-snippet-content-advance-checkout div p {
  line-height: 24px;
  margin: 20px 0;
}

.bottom-snippet-content-advance-checkout a {
  margin-right: 7px;
}

.registration-form .registration-terms-condition-wrapper a label:hover {
  color: #8F4155;
}

.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination span,
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination a {
  min-width: 14px;
  text-align: center;
  width: auto;
}

.registration-form .form-row .chosen-container-single .chosen-single {
  height: 44px;
  margin: 0;
  background-position-x: 96%;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

@media (min-width: 768px) {
  .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel {
    max-height: unset !important;
  }
}

/*---- pass-code-design----*/
.login-form.pass-code-verify-form .form-row {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .page-pass-code-authorization form.pass-code-verify-form.valid-verify-form {
    padding: 20px;
  }
}

.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
.change-store-credit-amount-popup.popup .popup-bottom .button-item button {
  background: #8F4155;
  border-color: #8F4155;
  color: #fff;
}

.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup:hover,
.change-store-credit-amount-popup.popup .popup-bottom .button-item button:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  border-color: #000;
}

.custom-field-container.custom-field-container-for-widget {
  padding-bottom: 30px;
}

.custom-field-container-for-widget input[type="radio"],
.custom-field-container-for-widget input[type="checkbox"] {
  height: 18px;
  width: 18px;
  margin-top: 1px;
}

.custom-field-container-for-widget input[type="radio"]:checked {
  outline: 6px #000 solid;
  outline-offset: -9px;
}

.custom-field-container-for-widget .form-row label.checkbox-radio-type-field-label {
  font-size: 15px;
  line-height: 22px;
}

.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget input[type="file"],
.custom-field-container-for-widget textarea,
.custom-field-container-for-widget select {
  font-size: 15px;
}

.custom-field-container-for-widget .checkbox-radio-field-input-label-wrapper+.checkbox-radio-field-input-label-wrapper {
  margin-top: 7px;
}

.custom-field-container-for-widget input,
.custom-field-container-for-widget select {
  margin: 0;
  padding: 0;
}

.custom-field-container-for-widget .form-row label {
  padding-bottom: 10px;
}

.custom-field-container-for-widget select {
  padding: 5px 36px 5px 15px !important;
}
#customer-profile-tabs .scrollable-view .product-image-link img {
  max-width: 180px;
  height:250px;
}
#customer-profile-tabs .scrollable-view .product-image-link {
    width: 100%;
    background-color: #f9f9f9;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block:last-child {
    padding-left: 20px;
}
.property-list-filter-options ul li::after {
  content: none;
}

.property-content .details-view a:hover {
  border: 1px solid #000;
}


.fee-gallery-swiper.swiperSlider .product-view.image-view .product-block {
  width: 100%;
}

.blog-post-info a {
  color: #000;
}

.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .details-link.link a:hover {
  color: #8F4155;
}

.compare-details .heading {
  padding: 0 0 20px;
}

.compare-details table td,
.compare-details table th {
  padding: 10px;
}

.compare-details table th {
  color: #222;
  font-size: 15px;
}

#bmui-tab-description {
  overflow-y: auto;
}

.bmui-tab-panel table {
  min-width: 400px;
}

.product-widget.product-widget.widget-addCart .gift-button-container {
  margin: 0;
}

/* product quick view */
.product_quick_view_popup {
  left: 50%;
  padding: 0;
  right: 0;
}

.product_quick_view_popup.popup .scroller span.view-right,
.product_quick_view_popup.popup .scroller span.view-left {
  width: 30px;
  height: 30px;
  background: #000;
  text-align: center;
}

.product_quick_view_popup.popup .scroller span.view-right {
  right: 0;
}

.product_quick_view_popup.popup .scroller span.view-left {
  left: 0;
}

.product_quick_view_popup.popup .scroller span.view-left:before,
.product_quick_view_popup.popup .scroller span.view-right:before {
  display: none;
}

.product_quick_view_popup.popup .scroller span.view-left:after,
.product_quick_view_popup.popup .scroller span.view-right:after {
  font-family: "FontAwesome";
  font-size: 22px;
  line-height: 27px;
}

.product_quick_view_popup.popup .scroller span.view-left:after {
  content: "\f104";
  color: #fff;
}

.product_quick_view_popup.popup .scroller span.view-right:after {
  content: "\f105";
  color: #fff;
}

.product_quick_view_popup.popup .scroller span.view-left:hover:after,
.product_quick_view_popup.popup .scroller span.view-right:hover:after {
  color: #fff;
  opacity: 0.7;
}

.product_quick_view_popup.popup .body {
  height: calc(100% - 52px);
  margin: 0;
  padding: 20px 40px 30px;
}

.product_quick_view_popup.popup.popup .header {
  border-bottom: none;
  padding: 0;
  min-height: unset;
  height: 52px;
}

#webcommander-page .product-view .quick-view-btn.button {
  font-size: 14px;
  width: auto;
  min-width: 110px;
  max-width: unset;
  height: auto;
  left: 50%;
  right: auto;
  top: 40px;
  bottom: auto;
  transform: translateX(-50%);
  padding: 6px 15px;
  z-index: 9;
}

#webcommander-page .product-view .quick-view-btn.button:before,
#webcommander-page .product-view .quick-view-btn.button:after {
  display: none;
}

.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
  white-space: nowrap;
}

.widget-productImage .image-thumb-container .thumb-image {
  display: inline-block;
}

.product_quick_view_popup .widget-socialMediaShare .social-media-wrapper span {
  margin-bottom: 7px;
}

.product_quick_view_popup .summary {
  height: auto;
  text-align: left;
}

.product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
  width: 50%;
  max-width: 50%;
  padding-right: 30px !important;
  flex: inherit !important;
}

.product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
  width: 50%;
}

.widget.widget-navigation.footer-nav .nav-wrapper.horizontal {
  text-align: right;
}

.widget.widget-filter .accordion-panel>.label-bar::after {
  display: none;
}

.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item .form-row.COLOR-filter .form-row,
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item .form-row.Test.Color-filter .form-row {
  min-width: 98px;
}

/*************Blog Top********************/
.widget.widget-blogPost.blog-top-section {
  max-width: 1430px;
  margin: 50px auto 0;
}

.widget.widget-blogPost.blog-top-section .blog-post-content {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px 20px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 168px;
}

.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item {
  font-size: 30px;
  text-align: left;
  margin: 0;
  height: max-content;
  width: auto;
  display: flex;
  flex-direction: row;
  border: 0;
  padding: 0;
  min-height: auto;
  overflow: unset;
}

.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first {
  grid-row: 1 / 5;
  padding-right: 30px;
  width: 682px !important;
  height: auto;

  display: flex;
  flex-direction: column;
  min-height: auto;
}

.widget.widget-blogPost.blog-top-section .post.post-list-view-height {
  height: 100%;
  max-width: 175px;
  max-height: 160px;
  margin-right: 30px;
  width: 100%;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first .post.post-list-view-height {
  max-width: 682px !important;
  max-height: 80%;
  border-radius: 20px;

  margin-bottom: 20px;
}

.widget.widget-blogPost.blog-top-section .post.post-list-view-height img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first .post.post-list-view-height,
.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first .post.post-list-view-height a,
.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first .post.post-list-view-height img {
  display: block;
  width: 100%;
  height: 100%;
}

.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first .post.post-list-view-height img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  height: 100%;
}

.widget.widget-blogPost.blog-top-section .blog-post-item .title {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 32px;
  min-height: auto;
}

.widget.widget-blogPost.blog-top-section .blog-post-item.first,
.widget.widget-blogPost.blog-top-section .blog-post-item.last {
  border: 0;
}

.widget.widget-blogPost.blog-top-section .blog-post-item.last {
  margin: 0;
}

.widget.widget-blogPost.blog-top-section .blog-post-item .post-description {
  display: flex;
  position: relative;
  height: auto;
  padding: 0;
  flex-direction: column;
}

.widget.widget-blogPost.blog-top-section .blog-post-item .title a {
  text-align: left;
  color: rgba(0, 0, 0, 1);
  background: transparent;
  padding: 0 0 10px;
  display: block;
  font-family: Manrope;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 1;
}

.widget.widget-blogPost.blog-top-section .blog-post-item:hover .title a {
  color: #8F4155;
}

.widget.widget-blogPost.blog-top-section .blog-post-item span.date {
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  padding: 4px 12px;
  font-family: Manrope;
  display: inline;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
}

.widget.widget-blogPost.blog-top-section .blog-post-item .post-description .blog-read-more,
.widget.widget-blogPost.blog-top-section .footer {
  display: none;
}

.widget.blog-posts-title.widget-blogPost .widget-title {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto 20px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 0;
}

.blog-posts-title .blog-read-more {
  display: none;
}

.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first .title a {
  font-size: 23px;
  line-height: 40px;
}

.widget.widget-navigation.categories-list.blog,
.blog-posts-title {
  max-width: 310px;
  margin-left: auto;
  margin-right: 0;
  border: 0;
}

.widget.widget-navigation.categories-list.blog {
  padding-bottom: 50px;
}

.widget.blog-posts-title.widget-blogPost .blog-post-content {
  padding: 0;
  margin: 0;
  flex-direction: column;
}

div.widget.blog-posts-title+div.blog-posts-title {
  border: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}

div.widget.blog-posts-title.widget-blogPost {
  padding: 0 0 15px;
  margin: 180px 0 30px auto;
  border-bottom: 1px solid #ccc;
  max-width: 310px;
}

div.widget.blog-posts-title.widget-blogPost+div.blog-posts-title.widget-blogPost {
  margin: 0 0 30px auto;
}

.widget.blog-posts-title.widget-blogPost .title a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1;
}

.widget.blog-posts-title.widget-blogPost .blog-post-item {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: auto;
}

.widget.blog-posts-title.widget-blogPost .title {
  font-size: 0;
  padding-bottom: 8px;
  margin: 0;
  line-height: unset;
  min-height: auto;
}

/*-------------------------*/
/* Blog */

.widget-blogPost {
  margin: 120px auto 130px;
  padding: 0;
  width: 100%;
}

.blog-post-item {
  min-height: 365px;
  width: calc(100% / 3 - 40px);
  margin: 0 20px 35px;
  padding-bottom: 0;
  border-bottom: 0;
  position: relative;
  overflow: hidden;
  background: transparent;
  height: 275px;
}

.post.post-list-view-width,
.category.post-list-view-width {
  overflow: hidden;
  width: 100%;
  padding: 0;
  height: auto;
  border-radius: 10px;
}

.post.post-list-view-width img,
.category.post-list-view img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 0;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  max-width: 100%;
  object-position: top;
  border-radius: 8px;
  height: 200px;
}

.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: 0;
  display: flex;
  flex-direction: column;
  background: transparent;
}

.blog-post-item .post-description .title {
  padding: 0;
  margin: 15px 0 8px;
  font-size: 20px;
  min-height: 90px;
}

.blog-post-item .post-description .title a {
    text-align: left;
    color: #000000;
    text-decoration: none;
    font-family: Manrope;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    letter-spacing: 0px;
    display: flex;
    overflow: hidden;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 0 0 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-post-item:hover .post-description .title a {
  color: #8F4155;
}

.blog-post-item .post-description>a {
  position: absolute;
  font-size: 18px;
  color: #008df2;
  bottom: 40px;
  left: 40px;
  display: none;
}

.blog-post-item .post-description>a:hover {
     color: #8F4155;
}

.blog-post-item .post-description .content {
  order: 3;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  color: #062a45;
  line-height: 21px;
  opacity: 0.8;
}

.blog-post-item:hover .post-description .content {
  color: #062a45;
  opacity: 0.8;
}

.blog-post-info span.categories,
.blog-post-info span.date {
  background: transparent;
  padding: 0;
  color: #fff;
  margin: 0;
}

.widget-blogPost.related-blog .widget-title {
  max-width: 1400px;
  margin: 0 auto 40px;
  color: #000;
  font-family: Lexend;
  font-size: 52px;
  font-weight: 600;
  line-height: 68px;
  letter-spacing: -0.04em;
  text-align: center;
  padding: 0;
}

.widget-blogPost.related-blog {
  max-width: 100%;
  padding: 105px 0 140px;
  border-top: 1px solid rgba(251, 246, 239, 1);
  background: rgba(255, 250, 243, 1);
}

.widget-blogPost.related-blog .blog-post-content {
  margin: 0 auto;
  padding: 0;
  max-width: 1440px;
}

.widget-blogPost.related-blog .blog-post-item .post-description,
.widget-blogPost.related-blog .blog-post-item {
  background: transparent;
}

.widget-blogPost.related-blog .blog-post-item {
  margin: 0 20px 0;
}

.blog-post-details .post-description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.blog-post-details {
  max-width: 1080px;
  margin: 0 auto;
}

.blog-post-details .title {
  display: block;
  text-align: left;
  max-width: 900px;
  padding: 0;
  margin: -20px 0 0;
  font-family: Manrope;
  font-weight: 500;
  font-size: 46px;
  line-height: 120%;
  letter-spacing: 0;
  order: 1;
}

.blog-post-details .blog-details-banner-image-wrapper {
  order: 3;
  height: auto;
  max-height: 650px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-post-details .image {
  padding-bottom: 0;
  width: 100%;
  height: auto;
  position: relative;
  top: unset;
  transition: unset;
  text-align: center;
  margin-bottom: 50px;
}

.blog-post-details .image img {
  width: 80%;
  object-fit: cover;
  border-radius: 10px;
}

.blog-post-details .content {
  padding-bottom: 0;
  max-width: 100%;
  margin: 0 auto;
  order: 4;
}

.blog-post-details .content p {
  padding: 0;
  margin: 0 0 20px 0;
  color: #000;
  text-align: left;
  font-family: Manrope;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}

.blog-post-details .content ul li,
.blog-post-details .content ol li {
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-size: 16px;
}

.blog-post-details .content ol {
  padding: 0 0 0 18px;
  margin: 0 0 20px;
}

.blog-post-details .content ul {
  margin: 0 0 20px;
}

.blog-post-details .content ul li::before {
  top: 12px;
}

.blog-post-details .content h1, .blog-post-details .content h2, .blog-post-details .content h3, .blog-post-details .content h4, .blog-post-details .content h5, .blog-post-details .content h6 {
  color: #000;
  font-family: Marcellus;
  font-weight: 400;
  margin: 40px 0 10px;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0;
}

.blog-post-details .content h1 {
  font-size: 35px;
  line-height: 45px;
}

.blog-post-details .content h2 {
  font-size: 33px;
  line-height: 43px;
}

.blog-post-details .content h3 {
  font-size: 32px;
  line-height: 42px;
}

.blog-post-details .content h4 {
  font-size: 31px;
  line-height: 41px;
}

.blog-post-details .content h5 {
  font-size: 30px;
  line-height: 40px;
}

.blog-post-details .content h6 {
  font-size: 28px;
  line-height: 38px;
}

.blog-post-details .content p b,
.blog-post-details .content p strong {
  font-weight: 600;
  letter-spacing: 3;
}

.blog-post-details figure img {
  width: 100%;
  border-radius: 20px;
}


.blog-post-details figure {
  margin: 30px 0;
}

.blog-post-details table {
  margin: 30px 0 0;
}

.widget-html.blog-page a {
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.widget-html.blog-page a:hover {
  color: #008df2;
}

.widget-html.blog-page a:hover:after {
  background-position-x: 21px;
}

.widget-html.blog-page {
  max-width: 770px;
  margin: 65px auto 35px;
}

div.widget.widget-blogPost .widget-title {
  max-width: 720px;
  margin: 0 auto 47px;
  text-align: left;
}

/* Blog End */


.widget-productReviewRatting .write-review-panel input[type="text"] {
  height: 41px;
}

.product-widget.widget-productReviewRatting.product-review-details-widget {
     padding: 0px 0 96px;
    max-width: 1400px;
    margin: 0 auto;
}

.widget-productReviewRatting .write-review-panel .write-review {
     font-family: Manrope;
    background: transparent;
    border-radius: 5px;
    border: 2px solid rgba(143, 65, 85, 1);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    height: 46px;
    color:rgba(143, 65, 85, 1);
    padding: 13px 35px;
    text-decoration: none;
    display:flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    border-radius: 50px;
    margin: 0 auto;
    max-width: 250px;
}

.widget-productReviewRatting .write-review-panel .write-review:hover {
  background:#8F4155;
  color:#ffffff;
}

.widget-productReviewRatting .write-review-panel .form-row.btn-row {
  gap: 10px;
  margin: 20px 0 0;
}

.widget-productReviewRatting .write-review-panel .form-row.btn-row button {
  margin: 0;
  height: 46px;
  line-height: 20px;
}


.widget-productReviewRatting .write-review-panel .form-row.btn-row button.cancel {
  background: transparent;
  color: #8F4155;
  border-color: #8F4155;
}

.widget-productReviewRatting .write-review-panel .form-row.btn-row button.cancel:hover {
  background:#8F4155;
  color: #ffffff;
}
.widget-productReviewRatting .review-image-input-with-dropzone-wrapper {
  margin: 20px 0 0;
}
.widget-productReviewRatting .review-image-input-with-dropzone-wrapper input {
  padding: 0 !important;
}

.widget-productReviewRatting .rating-row {
  margin: 0 0 15px;
  text-transform: capitalize;
}

.page-product .body .widget-container.v-split-container .page-content {
  padding-left: 0;
  padding-right: 0;
}

#related-product-listing {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.page-blog .pagination span.page-number.current {
  color: #000;
  background: #8F415526;
}

.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .cartitem-table {
  max-height: 320px;
}

.order-custom-fields-form .chosen-container .chosen-results .chosen-result,
.custom-field-container .chosen-container .chosen-results .chosen-result {
  font-size: 14px;
  height: 30px;
}

.order-custom-fields-form .chosen-container .chosen-results {
  padding: 5px 0 10px;
}

.chosen-container-active .chosen-choices {
  box-shadow: none !important;
}

div.frequently-bought-together-products .select-product input {
  height: 16px;
  width: 16px;
  border-radius: 3px;
}

@media (max-width: 1024px) {
  .product_quick_view_popup {
    width: 100%;
    top: 40%;
    max-width: calc(100% - 40px);
    transform: scale(1) translate(-50%, -50%) !important;
  }
}

@media (max-width: 767px) {
  .product_quick_view_popup {
    max-width: calc(100% - 30px);
  }

  .product_quick_view_popup.popup .body {
    padding: 0 40px 30px;
    max-height: 100%;
  }

  .product_quick_view_popup .l-fixed-container {
    display: flex;
    flex-wrap: wrap;
  }

  .responsive .product_quick_view_popup .product-widget.widget-socialMediaShare,
  .product_quick_view_popup .product-widget.product-widget.widget-addCart {
    padding-left: 0;
  }

  .product_quick_view_popup .product-widget.widget-socialMediaShare::before,
  .product_quick_view_popup .product-widget.product-widget.widget-addCart::before {
    display: none;
  }

  .product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
    flex: inherit !important;
  }

  .product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 100%;
  }

  .responsive .product_quick_view_popup {
    top: 50%;
    bottom: auto;
  }

  
}

.payment-success-page-container .order-details .order_details_table tr th,
.payment-success-page-container .order-details .order_details_table tr td {
  background: transparent;
}

.change-store-credit-amount-popup.popup {
  padding: 0;
}

.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
.change-store-credit-amount-popup.popup .popup-bottom .button-item .change-amount {
  margin: 0;
  width: auto;
  height: auto;
  text-transform: uppercase;
}

.change-store-credit-amount-popup.popup .header .close-popup {
  cursor: pointer;
}

.page-blog div.widget.blog-posts-title.widget-blogPost {
  margin: 67px 0 30px auto;
}

@media (max-width: 767px) {
  .change-store-credit-amount-popup.popup {
    width: calc(100% - 40px) !important;
    min-width: auto;
  }

  .change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
  .change-store-credit-amount-popup.popup .popup-bottom .button-item .change-amount {
    margin: 10px 0 0;
  }

  #wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper.show,
  #wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper.show {
    display: block !important;
  }

  #wi-4D9E99FA-F023-4489-8180-14A771727755 .nav-wrapper,
  #wi-3CF04936-F0F2-475C-A598-C456E6B35802 .nav-wrapper {
    display: none !important;
  }

  .widget.widget-filter {
    margin-right: 0;
    margin-bottom: 0;
  }

  .widget.widget-html.sidebar-title h2::before {
    display: none;
  }

  .widget.widget-html.sidebar-title h2 {
    font-weight: 600;
    font-size: 18px;
    padding-left: 0;
  }

  div.home-tabslider .product-view.scrollable-view .content {
    padding: 0;
  }

  body.page-home .product-view .product-block .block-content-wrap {
    padding: 0 15px;
  }

  div.home-tabslider .product-view.scrollable-view .header .scroller .scroll-right {
    right: 0;
  }

  div.home-tabslider .product-view.scrollable-view .header .scroller .scroll-left {
    left: 0;
  }

  .responsive .widget>.widget-title {
    font-size: 28px;
    padding: 0 15px;
  }

  body.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n + 1) .image.category-image-view-height {
    width: 150px;
    height: 150px;
  }

  body.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n) .image.category-image-view-height {
    width: 150px;
    height: 150px;
  }

  body.page-home .category-view.image-view .category-image-view-width:first-of-type .image.category-image-view-height,
  body.page-home .category-view.image-view .category-image-view-width:last-of-type .image.category-image-view-height {
    width: 150px;
    height: 150px;
  }

  body.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n + 1),
  body.page-home .category-view.image-view .category-image-view-width:nth-of-type(2n),
  body.page-home .category-view.image-view .category-image-view-width:first-of-type,
  body.page-home .category-view.image-view .category-image-view-width:last-of-type {
    width: 150px;
    height: 200px;
  }

  body.page-home .widget.widget-category .category-view.image-view .content.category-content {
    margin-top: 40px;
    margin-bottom: 0;
  }

  body.responsive .widget.widget-html.view-all-button .html-widget-element-content p a {
    margin: 0 auto;
    padding: 11px 30px;
  }

  body.responsive .widget.widget-category+.widget.widget-html.view-all-button .html-widget-element-content p a {
    padding: 16px 30px;
  }

  .widget.widget-snippet section.site-information .main-area {
    flex-direction: column;
  }

  .widget.widget-snippet section.site-information .main-area .items .item-img {
    height: auto;
    margin-bottom: -20px;
  }

  .widget.widget-snippet section.site-information .main-area .items {
    padding: 0 15px 30px;
  }

  body.responsive .widget.widget-product.outdoor-furnitures .content.product-content .product-block {
    width: 100%;
  }

  body.responsive .review-top .rcontent {
    padding: 92px 15px 80px;
  }

  body.responsive .main-content h2 {
    font-size: 28px;
    line-height: 34px;
  }

  body.responsive .main-content .btn-content a:last-child {
    margin: 20px auto 0;
  }

  body.responsive.page-home .owlCarousel.widget.widget-gallery.customer-reviews .widget-title {
    margin-top: 0;
    text-align: left;
  }

  .widget.widget-product.outdoor-furnitures {
    margin: 30px auto 0;
  }

  body.responsive .owlCarousel.widget.widget-gallery.customer-reviews .widget-title,
  body.responsive .owlCarousel.widget.widget-gallery.customer-reviews .widget-title::after {
    background-position: left 20px;
    text-align: left;
  }

  body.responsive .widget.widget-blogPost.blog-top-section .blog-post-content {
    padding: 0 15px 40px;
  }

  body.responsive .widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first .post.post-list-view-height {
    max-width: 100% !important;
    margin: 0 !important;
  }

  .widget.widget-blogPost.blog-top-section .post.post-list-view-height {
    max-width: 100% !important;
    margin-right: 0;
  }

  div.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item.first,
  div.widget.widget-blogPost.blog-top-section .blog-post-content .blog-post-item {
    flex-direction: column;
    margin-bottom: 25px;
  }

  .widget.widget-blogPost.blog-top-section .post.post-list-view-height {
    max-height: 100% !important;
    margin-right: 0 !important;
  }

  body.responsive .widget.widget-html.tab-products-title .html-widget-element-content,
  body.responsive.page-home .accordion-panel {
    padding-left: 15px;
    padding-right: 15px;
  }

  .add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button {
    margin: 8px 0 0;
  }

 
  div.flying-cart-container {
    max-width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
  }

  div.flying-cart-content .flyingt-cart-header {
    max-width: 90%;
  }

  div.flying-cart-content .flying-cart-footer {
    padding: 20px 15px;
  }

  div.flying-cart-item-name-quantity-wrapper {
    padding: 0 0 0 8px;
  }

  div.flying-cart-product-name a {
    font-size: 17px;
    line-height: 20px;
    padding-right: 10px;
  }

  div.flying-cart-item-image,
  div.flying-cart-item-image img {
    width: 70px;
  }

  .widget-navigation.categories-list.blog .widget-title {
    display: block;
  }

  .widget.widget-navigation.categories-list.blog .menu-title {
    top: 30px;
  }

  .widget.widget-navigation.categories-list.blog .nav-wrapper.show {
    position: relative;
    top: 5px;
    background: transparent;
    padding: 0;
  }

  #wi-3CF04936-F0F2-475C-A598-C456E6B35802.categories-list.blog .nav-wrapper {
    display: block !important;
  }

  #wi-3CF04936-F0F2-475C-A598-C456E6B35802.categories-list.blog .nav-wrapper.show {
    display: none !important;
  }
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.title {
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  font-size: 15px;
  display: none;
}
.widget-productTag .accordion-panel .label-bar .title {
  color: #000000;
  font-size: 16px;
  line-height: 42px;
  font-weight: 600;
  cursor: pointer;
}
.product-widget-accordion-view .accordion-panel .accordion-item.expanded .description p {
  font-weight: 400;
  font-size: 15px;
  text-transform:capitalize;
}
.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description {
  display: block;
}

.product-accordion-view .accordion-item .description ul {
  margin: 10px 0 0;
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h1,
.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h2,
.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h3,
.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h4,
.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h5,
.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h6 {
  font-size: 26px;
  margin-bottom: 12px;
  margin-top: 25px;
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h2 {
  font-size: 24px;
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h3 {
  font-size: 22px;
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h4 {
  font-size: 20px;
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h5 {
  font-size: 18px;
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded span.description h6 {
  font-size: 17px;
}

.product-widget.widget-accordionView {
  margin-top:40px;
}

.product-widget-accordion-view .accordion-panel .label-bar {
  background: transparent;
  border-radius: 0;
  padding: 24px 30px 24px 0;
  margin: 0 0 0px;
  color: #000000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.04em;
}

.product-widget-accordion-view .accordion-panel .label-bar.expanded {
  background: transparent;
  color: #000;
  border-bottom: 0;
}

.product-widget-accordion-view .accordion-panel .label-bar .toggle-icon {
  left: auto;
  right: 0px;
  top: 27px;
  background-image: url(../images/toggle-down-arrow.svg);
  background-size: 16px;
  height: 13px;
  width: 15px;
  display: inline-block;
  position: absolute;
}

.product-widget-accordion-view .accordion-panel .label-bar.expanded .toggle-icon {
  background-image: url(../images/toggle-down-arrow.svg);
  background-position: center;
}

.product-widget-accordion-view .accordion-panel .label-bar.expanded .toggle-icon {
  transform: rotate(180deg);
  background-size: 16px;
}

.product-widget-accordion-view .accordion-panel .accordion-item {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: unset;
  margin: 0;
}

.product-widget-accordion-view .accordion-panel .accordion-item.expanded {
  padding: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: unset;
  margin: 0;
}

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

.product-widget.widget-productTag {
  margin-bottom: 20px;
}

.widget-productTag .accordion-item .title {
  padding: 0;
  background-color: transparent;
  margin-bottom: 15px;
  border-radius: 30px;
}

.ask-question-panel form .form-row:last-child label {
  display: none;
}

.ask-question-panel form .form-row button {
  font-family: Manrope;
  background:#8F4155;
  border-radius: 50px;
  border: 2px solid transparent;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  height: 46px;
  color: #ffffff;
  padding: 13px 35px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0s;
}

.ask-question-panel form .form-row button:hover {
  background:#8F4155;
  border: 2px solid transparent;
  color: #ffffff;
}


/* Page Blog */
.home-blog {
  padding: 0 60px 0;
}

.home-blog .widget-title {
  margin: 0 0 47px;
}

.home-blog .blog-post-content {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-blog .home-blog .blog-post-content {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.home-blog .blog-post-content input[type="hiden"] {
  display: none;
}

.home-blog .blog-post-item {
  margin: 0;
  padding: 0;
  border: none;
  width: calc(100% / 3 - 28px);
}

.home-blog .blog-post-item .post {
  padding: 0;
  height: 285px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

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

.home-blog .blog-post-item .post a img {
  width: 100%;
  height: 285px;
  object-fit: cover;
  border-radius: 10px;
  max-height: unset;
  max-width: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.home-blog .blog-post-item:hover .post a img {
  transform: scale(1.05);
}

.home-blog .blog-post-item .post-description {
  margin: 24px 0 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.home-blog .blog-post-item .post-description .title {
  font-style: normal;
  color: #000000;
  margin: 0;
  font-family: Manrope;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0px;
}
.home-blog .blog-post-item .post-description .title a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
  margin: 0;
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.home-blog .blog-post-item .post-description .title a:hover {
  color: #000;
}

.home-blog .blog-post-item .post-description .blog-post-info {
  min-width: 90px;
  padding: 0 15px 0 0;
  margin: 0 15px 0 0;
  border-right: 2px solid #81BC26;
}
.home-blog .blog-post-item .post-description .blog-post-info .date {
  background: transparent;
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.02em;
}

.page-blog .home-blog .blog-post-content .footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px 0 0;
}

.page-blog .home-blog .blog-post-content .footer .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.page-blog .home-blog .blog-post-content .footer .pagination span {
  margin: 0;
  border: none;
  height: 37px;
  width: 37px;
  padding: 0;
  border-radius: 100px;
  box-shadow: none;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.page-blog .home-blog .blog-post-content .footer .pagination span.current {
  background:rgb(234, 245, 252);
  color: #000000;
  font-weight: 500;
}

.page-blog .home-blog .blog-post-content .footer .pagination span.first,
.page-blog .home-blog .blog-post-content .footer .pagination span.prev,
.page-blog .home-blog .blog-post-content .footer .pagination span.next,
.page-blog .home-blog .blog-post-content .footer .pagination span.last {
  display: none;
}

/*====== End Home blog ======*/
.widget-account-inner form.login-form .form-row .new-customer {
  font-weight: 400;
}

.widget-gallery.home-gallery .owl-carousel .owl-item img {
  border-radius: 15px;
}

div.donation-card-item img {
  aspect-ratio: 69 / 42;

}

.donation-card-item .button {
  width: 100%;
  text-align: center;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #718dff, #8F4155, #ff663f) border-box;
  border-radius: 5px;
  border: 2px solid transparent;
  font-family: Manrope;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  height: 46px;
  color: #8F4155;
  padding: 13px 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.donation-card-item .button:hover {
  color: #fff;
}



/*====== Start Page Heading ======*/
.widget-pageHeading .page-heading-wrapper, .widget-html.widget-pageHeading {
  margin: 0;
  text-align: center;
  position: relative;
  padding: 60px 0 70px;
}

.widget-pageHeading .page-heading-wrapper::before, 
.widget-html.widget-pageHeading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(149.65deg, rgba(43, 156, 221, 0.098) 45.84%, rgba(129, 188, 38, 0.14) 96.91%);
  display: none;
}
.widget-pageHeading .page-heading-wrapper .heading-content-wrapper {
  min-height: auto;
}
.page-frequently-asked-questions .widget-pageHeading .page-heading-wrapper h1 {
  max-width: 510px;
  margin: 0 auto;
}
.widget-pageHeading.product-category-heading{
  display: none;
}
.widget-pageHeading .page-heading-wrapper h1, .widget-html.widget-pageHeading h1 {
  color: #000;
  margin: 0;
  font-family: Manrope;
  font-weight: 600;
  font-size: 52px;
  line-height: 70px;
  letter-spacing: -0.02em;
  text-align: center;
  padding: 0;
}

.widget-html.widget-pageHeading p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 8px 0 0;
}

/*====== End Page Heading ======*/

/*====== Start Blog Details ======*/
#spltr-059E9AA7-3178-41C0-B64E-596D1C0CFE4E {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
 .widget-html.back-to-blog {
    max-width: 900px;
    padding: 100px 0 30px;
     margin:0 auto;
}
.widget-html.back-to-blog p {
  margin: 0;
  padding: 0;
}
.widget-html.back-to-blog a {
  position: relative;
  font-family: Manrope;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #000;
  padding: 0 0 0 18px;
}
 .widget-html.back-to-blog a:hover{
   color: #8F4155;
}
.widget-html.back-to-blog a::before {
  content: '';
  left: 0;
  top: 4px;
  background: url(../images/blog-arrow.svg) no-repeat;
    background-size: auto;
  background-size: auto;
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  background-size: 8px;
}

.blog-post-details {
  width: 1400px;
  max-width: 100%;
  margin: 120px auto 0;
}

.blog-post-details .post-description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0 120px;
}

.blog-post-details .post-description .title {
  order: 1;
  font-family: Marcellus;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  padding: 0;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 25px;
}

.blog-post-details .blog-post-info {
  order: 2;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 50px;
}

.blog-post-details .blog-post-info .date {
  background: transparent;
  padding: 0;
  display: inline-flex;
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.blog-post-details .blog-details-banner-image-wrapper {
  order: 3;
  margin: 0 auto 30px;
  height: auto;
  width: 1400px;
  max-width: 100%;
}

.blog-post-details .blog-details-banner-image-wrapper img {
  border-radius: 12px;
}

.blog-post-details .content {
  order: 4;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.blog-post-details .content p {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 20px;
}

.blog-post-details .content figure {
  margin: 0 0 20px;
  max-width: 100% !important;
}

.blog-post-details .social-media-share-link-wrapper {
  order: 5;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 19px;
}

.blog-post-details .social-media-share-link-wrapper .share-title {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  display: inline-flex;
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar {
  gap: 24px;
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico {
  margin: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border-radius: 0;
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.facebook-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_331_1008)"><path d="M18.1266 9.06331C18.1266 4.05778 14.0688 0 9.06331 0C4.05778 0 0 4.05778 0 9.06331C0 13.587 3.3143 17.3366 7.64716 18.0165V11.6832H5.34593V9.06331H7.64716V7.06655C7.64716 4.79506 9.00029 3.54035 11.0705 3.54035C12.0618 3.54035 13.0993 3.71737 13.0993 3.71737V5.94779H11.9565C10.8307 5.94779 10.4794 6.64648 10.4794 7.36394V9.06331H12.9931L12.5913 11.6832H10.4794V18.0165C14.8123 17.3366 18.1266 13.587 18.1266 9.06331Z" fill="black"/><path d="M12.5969 11.6819L12.9987 9.06201H10.4851V7.36264C10.4851 6.6459 10.8363 5.9465 11.9621 5.9465H13.1049V3.71608C13.1049 3.71608 12.0678 3.53906 11.0761 3.53906C9.00592 3.53906 7.65279 4.79376 7.65279 7.06526V9.06201H5.35156V11.6819H7.65279V18.0152C8.59118 18.162 9.54669 18.162 10.4851 18.0152V11.6819H12.5969Z" fill="white"/></g><defs><clipPath id="clip0_331_1008"><rect width="18.1266" height="18.1266" fill="white"/></clipPath></defs></svg>');
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.twitter-share-icon {
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3908 0.4375H15.9387L10.3723 6.79956L16.9207 15.4569H11.7934L7.77741 10.2063L3.18225 15.4569H0.632803L6.58664 8.65195L0.304688 0.4375H5.56224L9.19231 5.23677L13.3908 0.4375ZM12.4966 13.9318H13.9084L4.7951 1.88244H3.28007L12.4966 13.9318Z" fill="black"/></svg>');
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.linkedin-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.53815 0.00473916C2.25811 -0.0142684 1.97714 0.0240297 1.71241 0.117293C1.44768 0.210556 1.20475 0.356824 0.99846 0.547159C0.792175 0.737493 0.62687 0.967895 0.512649 1.22428C0.398428 1.48067 0.337691 1.75766 0.334149 2.03831C0.330607 2.31897 0.384335 2.5974 0.492049 2.85659C0.599763 3.11578 0.759201 3.35028 0.960618 3.54576C1.16203 3.74124 1.4012 3.89359 1.66349 3.99351C1.92579 4.09342 2.2057 4.1388 2.48612 4.12686H2.51172C2.79204 4.14444 3.07299 4.10463 3.33738 4.00987C3.60178 3.91512 3.84406 3.7674 4.0494 3.57577C4.25473 3.38415 4.4188 3.15263 4.53157 2.8954C4.64434 2.63817 4.70343 2.36063 4.70524 2.07978C4.70704 1.79892 4.65151 1.52065 4.54204 1.26199C4.43258 1.00334 4.27149 0.769739 4.06863 0.575494C3.86577 0.381249 3.6254 0.230442 3.36224 0.132303C3.09908 0.0341641 2.81866 -0.00924262 2.53815 0.00473916Z" fill="black"/><path d="M0.525391 5.75781H4.48897V17.6874H0.525391V5.75781Z" fill="black"/><path d="M14.2269 5.47123C12.0882 5.47123 10.653 7.4811 10.653 7.4811V5.74703H6.68945V17.6766H10.653V11.0145C10.6377 10.6866 10.6819 10.3588 10.7835 10.0467C10.932 9.62486 11.2071 9.25919 11.5713 8.99965C11.9355 8.74011 12.371 8.59938 12.8181 8.59668C14.2533 8.59668 14.8272 9.69079 14.8272 11.2944V17.6766H18.7908V10.8361C18.7908 7.17226 16.8346 5.46875 14.226 5.46875L14.2269 5.47123Z" fill="black"/></svg>');
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.email-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="15" viewBox="0 0 19 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.77862 10.0928L5.48937 6.71657L1.77862 2.7929L1.06384 2.04009L0.561973 1.50781C0.371873 1.84239 0.257812 2.23021 0.257812 2.6408V11.4765L0.508733 11.2484L1.77862 10.0928Z" fill="black"/><path d="M2.17854 1.0057L2.99978 1.88018H3.00738L8.71806 7.9101C9.06784 8.27509 9.69137 8.27509 10.0412 7.9101L15.7518 1.88018L16.5959 0.99052L17.0445 0.511455C16.7936 0.412603 16.5123 0.359375 16.2233 0.359375H2.53608C2.24712 0.359375 1.97338 0.412603 1.71484 0.511455L2.16349 0.99052L2.17854 1.0057Z" fill="black"/><path d="M18.2514 13.3027V13.2951L17.2325 12.3751L16.9816 12.1469L12.2216 7.82031L11.1418 8.96091C10.6855 9.43998 10.0392 9.71372 9.37766 9.71372C8.7161 9.71372 8.06977 9.43998 7.61353 8.96091L6.53376 7.82031L1.77376 12.1469L1.52284 12.3751L0.503906 13.3027C0.876491 14.0479 1.65212 14.5498 2.53419 14.5498H16.2214C17.1035 14.5498 17.8791 14.0479 18.2517 13.3027L18.2514 13.3027Z" fill="black"/><path d="M16.9881 2.8003L13.2773 6.71643L16.9881 10.0926L18.258 11.2484L18.5089 11.4765V2.6408C18.5089 2.23018 18.3948 1.84239 18.2123 1.50781H18.2047L17.7029 2.04009L16.9881 2.7929L16.9881 2.8003Z" fill="black"/></svg>');
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.instagram-share-icon {
  background-image: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.6688 5.30364C14.0686 5.30481 13.5806 4.81881 13.5794 4.21858C13.5782 3.61834 14.0642 3.13029 14.6647 3.12912C15.2652 3.12795 15.7533 3.61423 15.7545 4.21446C15.7553 4.8147 15.2693 5.30246 14.6688 5.30364Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.84736 13.7166C7.27762 13.7216 5.19005 11.6425 5.18507 9.07211C5.18007 6.50234 7.2597 4.41444 9.82946 4.40945C12.3998 4.40446 14.4876 6.48472 14.4926 9.0542C14.4976 11.6246 12.4174 13.7116 9.84736 13.7166ZM9.83268 6.04247C8.16474 6.04541 6.81453 7.40063 6.81747 9.06888C6.82069 10.7374 8.1762 12.0874 9.84414 12.0841C11.5127 12.0809 12.8629 10.726 12.8596 9.05743C12.8564 7.38888 11.5009 6.03924 9.83268 6.04247Z" fill="black"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.88652 0.48827C4.46209 0.262742 5.12074 0.108278 6.08509 0.062762C7.05181 0.0163688 7.36043 0.00579373 9.82123 0.00109713C12.2826 -0.00359948 12.5912 0.00579192 13.5579 0.048665C14.5226 0.0903634 15.1816 0.24248 15.7583 0.46566C16.355 0.695589 16.8612 1.00511 17.3657 1.50755C17.8702 2.01058 18.1809 2.51508 18.4138 3.11091C18.639 3.68706 18.7935 4.34514 18.8393 5.3101C18.8851 6.27651 18.8962 6.58485 18.9009 9.04598C18.9056 11.5068 18.8956 11.8157 18.8534 12.783C18.8114 13.7471 18.6596 14.4064 18.4364 14.9828C18.2059 15.5795 17.8969 16.0858 17.3945 16.5903C16.8921 17.0951 16.387 17.4055 15.7912 17.6386C15.215 17.8636 14.557 18.018 13.5926 18.0641C12.6259 18.1099 12.3173 18.1208 9.85559 18.1255C7.39507 18.1302 7.08646 18.1208 6.11976 18.0782C5.1551 18.0359 4.49586 17.8841 3.91941 17.6612C3.32272 17.4304 2.81646 17.1218 2.31196 16.6191C1.80718 16.1163 1.49621 15.6115 1.26364 15.0157C1.03812 14.4398 0.884231 13.7815 0.838133 12.8174C0.792034 11.8504 0.781172 11.5415 0.776478 9.08063C0.771765 6.6195 0.781461 6.31117 0.823741 5.34445C0.866326 4.3795 1.01756 3.72053 1.24074 3.1435C1.47125 2.54709 1.78017 2.04112 2.2832 1.53633C2.78563 1.03183 3.29071 0.720546 3.88652 0.48827ZM4.50761 16.1386C4.8274 16.2617 5.30722 16.4085 6.19082 16.447C7.14695 16.4884 7.43325 16.4975 9.85265 16.4928C12.2729 16.4884 12.5592 16.4781 13.5151 16.4332C14.3978 16.3912 14.8776 16.2426 15.1965 16.1181C15.6197 15.9527 15.921 15.7551 16.2375 15.4383C16.5541 15.1202 16.7499 14.8181 16.9138 14.3949C17.0371 14.0748 17.1837 13.5947 17.2221 12.7111C17.2641 11.7555 17.2729 11.4689 17.2682 9.04891C17.2638 6.62948 17.2535 6.34288 17.208 5.38703C17.1663 4.504 17.018 4.02417 16.8932 3.70556C16.7279 3.28181 16.5309 2.98111 16.2132 2.66426C15.8954 2.3474 15.5932 2.15212 15.1695 1.98826C14.8503 1.86463 14.3699 1.71839 13.4869 1.67993C12.5307 1.63793 12.2441 1.62941 9.82417 1.63411C7.40477 1.63881 7.11847 1.6485 6.16263 1.69373C5.27932 1.73571 4.80008 1.88401 4.48058 2.00882C4.05772 2.17414 3.75644 2.3706 3.43959 2.68863C3.12332 3.00665 2.92746 3.30824 2.76361 3.73228C2.64087 4.05178 2.49315 4.5322 2.45528 5.41522C2.41357 6.37136 2.40477 6.65797 2.40946 9.0774C2.41387 11.4974 2.42414 11.784 2.46908 12.7393C2.51048 13.6229 2.65994 14.1021 2.78416 14.4219C2.94949 14.8445 3.14653 15.1458 3.46397 15.4626C3.782 15.7783 4.08416 15.9748 4.50761 16.1386Z" fill="black"/></svg>');
}

.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.facebook-share-icon svg,
.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.twitter-share-icon svg,
.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.linkedin-share-icon svg,
.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.email-share-icon svg,
.blog-post-details .social-media-share-link-wrapper .social-media-share-bar .social-media-share .social-ico.instagram-share-icon svg {
  display: none;
}

/*====== End Blog Details ======*/

/* Start Tab Accordion */

.widget-tabAccordion .widget-title {
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 70px;
    color: #000;
    padding: 120px 0 40px;
    text-align: center;
    max-width: 710px;
    margin: 0 auto;
}
.widget-tabAccordion {
    padding: 0 0 300px;
    max-width: 950px;
    margin: 0 auto;
}
.accordion-panel > .label-bar:first-child {
  border-top: 0;
}
.accordion-panel > .label-bar {
    background: transparent;
    border-radius: 0;
    height: auto;
    padding: 30px 40px 30px 0;
    white-space: normal;
    font-style: normal;
    color: #000;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #EBE6E3;
    font-family: Manrope;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.accordion-panel>.label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    border-bottom:1px solid transparent;
    height: auto;
    margin-top: 0;
    color: #000;
    background: transparent;
    padding: 30px 40px 30px 0;

}
.accordion-panel>.accordion-item.expanded {
    padding: 0 0 30px;
    background: transparent;
    box-sizing: border-box;
    margin-top: 0;
    color: #000;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #e1e5e5;
}
.accordion-item.expanded p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0 0 10px;
    padding: 0;
}
.accordion-item.expanded p:last-of-type{
    margin: 0;
}
.accordion-panel > .label-bar .toggle-icon {
    height: 15px;
    width: 14px;
    background-image: url("../images/plus-minus.svg");
    right: 0;
    left: auto;
    top: 33px;
    -webkit-transition: unset;
    transition: unset;
}
.accordion-panel > .label-bar.expanded:hover .toggle-icon {
    background-position: 0 -63px;
}
.accordion-panel > .label-bar.expanded .toggle-icon {
    background-position: 0 -48px;
}
.widget.widget-filter .accordion-panel > .label-bar:hover label {
    color:#8F4155;
}
.accordion-panel > .label-bar.collapsed:hover {
    color:#8F4155;
    background: transparent;
}
.accordion-panel>.label-bar:hover  .toggle-icon {
    background-position: 1px -27px;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0 !important;
}
.accordion-panel > .accordion-item.collapsed .wc-tab-accordion-widget {
    padding: 0 !important;
}
.accordion-panel>.accordion-item.collapsed {
    padding: 0 0 30px;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}
.accordion-panel>.accordion-item.collapsed p {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}
.accordion-panel>.label-bar:last-of-type {
    margin-bottom: 10px !important;
}
.accordion-panel > .accordion-item.expanded:last-of-type, .accordion-panel > .label-bar:nth-last-child(2) {
    border-bottom: 0
}


#spltr-268E1977-D4FB-48B3-A8F2-0A6E3312F07F{
  padding: 0 0 320px;
  z-index: 1;
}
 #spltr-268E1977-D4FB-48B3-A8F2-0A6E3312F07F {
  padding: 0 0 250px;
  z-index: 1;
}
/* End Tab Accordion */




/*====== Start Category Page ======*/
.page-category {
  margin: 0 0 76px;
 }

.page-category .category-view {
  width: 1454px;
  max-width: 100%;
  margin: 0 auto;
}

.page-category .category-view .content {
  container-type: unset;
  gap:35px;
  justify-content:left;
}

.page-category .category-view .category {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  width: calc(100% / 4 - 28px);
}

.page-category .category-view .category .image {
  height: auto;
  margin: 0 0 14px;
}

.page-category .category-view .category .image a {
  display: block;
}

.page-category .category-view .category .image a img {
  height:100%;
  width:100%;
  object-fit: cover;
  border-radius:0px;
}

.page-category .category-view .category .category-name {
  margin: 0;
}

.page-category .category-view .category .category-name a {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.page-category .category-view .category:hover .category-name a {
  color: #8F4155;
}

.page-product-category .section-button {
  margin: 0 0 162px;
}

.page-product-category .section-button .html-widget-element-content p a {
  background: linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to right, #718dff, #8F4155, #ff663f) border-box;
}

.page-product-category .section-button .html-widget-element-content p a:hover {
  background: linear-gradient(54.6deg, #8F4155 -1.81%, #ff663f 124.95%);
}

/*====== End Category Page ======*/

/* site popup design */
.wc-site-popup.popup.anim-fade-zoom {
  left: 50%;
  top: 50%;
  transform: scale(0.8) translate(-50%, -50%);
  transform-origin: 0 0;
  z-index: 99999;
  padding: 0;
  gap: 40px;
}

.wc-site-popup.popup.anim-fade-zoom.active {
  transform: scale(1) translate(-50%, -50%);
  max-width: 70%;
}

.wc-site-popup.popup {
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

.wc-site-popup.popup .header {
  height: 1px;
  padding: 0;
  background: none;
  border: none;
  position: relative;
}

.wc-site-popup.popup .header .popup-title {
  display: none;
}

.wc-site-popup.popup .content {
  padding: 0;
  background-color: #ffffff;
  border-radius: 0;
}

.wc-site-popup.popup .content figure {
  padding: 0;
  margin: 0;
}

.wc-site-popup.popup .content {
  padding: 30px 25px;
  margin: 0;
  background-color: #ffffff;
  border-radius: 15px;
}

.popup-mask {
  background-color: rgba(0, 0, 0, 0.7);
}

.wc-site-popup.popup .close-icon {
  right: -45px;
  top: 0px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  height: 35px;
  width: 35px;
  line-height: 32px;
  border-radius: 50%;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.8) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.wc-site-popup.popup .close-icon:hover {
  background: #8F4155;
}

.wc-site-popup.popup .close-icon::after {
  color: #fff;
  content: "\f00d";
  font-size: 22px !important;
  line-height: 38px;
  font: normal normal normal 14px / 1 FontAwesome;
  line-height: 25px;
}

/* site popup design */
.donation-card-item {
  border-radius: 15px;
  overflow: hidden;
}

.donation-card-item .donation-card-description {
  border-color: #efefef;
  border-radius: 15px;
}

.donation-card-item .donation-card-date-panel .start-date,
.donation-card-item .donation-card-date-panel .end-date {
  font-size: 15px;
  font-weight: 400;
  color: #676767;
}

.widget.widget-donation {
  margin-bottom: 140px;
}

.donation-card-item .donation-card-title {
  min-height: 76px;
}

.donation-card-item .donation-card-title a {
  font-size: 22px;
  text-transform: math-auto;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.donation-card-item .donation-card-date-panel {
  border-color: #ffeaed;
}

.donation-card-item .donation-card-date-panel .date-separator {
  background-color: #eeeeee;
}

.donation-details-wrapper {
  background-color: transparent;
  padding: 60px 20px 220px;
  background-size: 126%;
}

.donation-details__description-title {
  font-size: 22px;
  padding: 0 0 15px;
  color: #fff;
}

.donation-details__description-content p {
  font-size: 15px;
  color: #fff;
}

.donation-details__right-panel-inner {
  background: linear-gradient(54.6deg, #8F4155 -1.81%, #FF663F 124.95%);
  background-color: transparent;
}

.donation-details__title {
  font-size: 32px;
}

/* Left Side Drawer */
.left-modern-filter-drawer-container {
  padding: 10px;
  min-width: 300px;
}

.responsive-filter .wc-modern-filter-close-button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
}

.responsive-filter .wc-modern-filter-close-button:before,
.responsive-filter .wc-modern-filter-close-button:after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
}

.left-modern-filter-drawer-container .filter-name {
  display: block;
  margin: 0 0 14px;
}

.left-modern-filter-drawer-container .type-slider-bottom {
  margin: 10px 0 0;
}

.left-modern-filter-drawer-container .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -2px;
}

.left-modern-filter-drawer-container .noUi-horizontal .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 5px;
  top: 2px;
}

.left-modern-filter-drawer-container .noUi-horizontal .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  top: 2px;
  left: 11px;
}

.left-modern-nav-drawer-container {
  min-width: 300px;
}

.left-modern-nav-drawer-container .wc-modern-nav-close-button:before,
.left-modern-nav-drawer-container .wc-modern-nav-close-button:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 20px;
  width: 2px;
  background-color: #000000;
}

.left-modern-nav-drawer-container .wc-modern-nav-close-button {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  text-align: center;
  cursor: pointer;
  float: right;
  padding: 0;
  margin: 2px -8px 0 0;
}

.left-modern-nav-drawer-container .wc-mdoern-nav-title {
  border: none;
}



#left-modern-nav-drawer-wc .responsive-navigation.wc-modern-navigation .navigation-item a {
  border: none;
  color: #000000;
  padding: 3px 0;
}

/* Left Side Drawer */

/* Page Category */
.page-content .category-details {
  max-width: 1520px;
  max-width: 100%;
  margin: 0 auto;
  /*! padding: 0 40px; */
}

.page-category .product-view .footer {
  margin: 0 auto;
  padding: 40px 0 35px;
  text-align: center;
  height: auto;
}

.page-category .product-view .footer span {
  margin: 0;
}


.nav-wrapper.responsive-navigation {
  padding: 10px;
}

.responsive-filter .wc-modern-filter-logo {
  display: inline-flex;
  width: 150px;
}

.left-modern-filter-drawer-container form {
  margin-top: 20px;
}

.left-modern-filter-drawer-container #price-range {
  width: 265px;
}

/* Page Category */

.widget-gallery.category-gallery {
  padding: 115px 0 55px;
}
.widget-gallery.category-gallery .owl-carousel .owl-stage-outer {
  margin-left: 260px;
}
.widget-gallery.category-gallery .category-image-view.category {
  border: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
.widget-gallery.category-gallery .category-image-view img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin: 0;
}
/*.widget-gallery.category-gallery .category-image-view-width {
  width: 300px;
}
.widget-gallery.category-gallery .category-image-view-height {
  height: 310px;
    position:relative;
}
.widget-gallery.category-gallery .category-image-view img {
  max-width: 300px;
  max-height: 310px;
  margin: 0;
}*/
.widget-gallery.category-gallery .item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(185.74deg, rgba(0, 0, 0, 0) 36.79%, #1B1851 98.88%);
  content: "";
  border-radius: 20px;
}
.widget-gallery.category-gallery .category .category-name {
  margin: 0;
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: 35px;
  left: 50%;
  font-family: Manrope;
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: -0.02em;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 30px;
  z-index: 1;
}
.widget-gallery.category-gallery .category .category-name:hover a{
 color: #8F4155;
}
.widget-gallery.category-gallery .widget-title-wrapper {
  display: flex;
  max-width: 1400px;
  margin: 0 auto 40px;
  align-items: center;
  gap: 0 65px;
}
.widget-gallery.category-gallery .widget-title {
  padding: 0;
  margin: 0;
  font-family: Manrope;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
}
.widget-gallery.category-gallery .widget-sub-title {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #000;
  max-width: 340px;
}

.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-next{
	width:50px !important;
	height:50px !important;
    border-radius: 50%;
    margin: 0 10px !important;
	border: 1px solid #0000001F;
}
.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-next:hover{
      background-color: #8F4155 !important;
      border-color: #8F4155 !important;
}
.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-next {
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/7877fee3/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 20px 18px;
    margin: 0;
    background-color: transparent;
    padding: 0;
}

.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-prev{
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/7877fee3/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 20px 18px;
    margin:0 8px 0 0;
    background-color: transparent;
    padding: 0;
	transform: rotate(180deg);
}
.widget-gallery.category-gallery .owl-theme .owl-controls {
  text-align: right;
  top: -92px;
  position: absolute;
  right: 260px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background-position: 20px -34px;
}

.widget-gallery.category-gallery .owl-theme .owl-controls .owl-nav .owl-prev:hover {
   background-position: 20px -34px;
}

.widget-article.category-gallery-btn a {
  display: flex;
  padding: 13px 36px;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  max-width: 230px;
  min-height: 46px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0 auto;
  background: #81BC26;
  font-family: Manrope;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
}
.widget-article.category-gallery-btn a:hover{
  background: #74AE1C;
}

/* Customer Profile */



/* Customer Profile */
#spltr-7BF792FC-2589-40C8-8C23-7E01AAE9AF2F{
  max-width: 1400px;
}
.widget.widget-form.contact-form {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  max-width: 850px;
  margin: 0 auto 200px;
  padding: 40px 40px 44px !important;
}
.widget.widget-form.contact-form .widget-title {
  color: #000;
  margin: 0 0 30px;
  padding: 0;
  text-transform: capitalize;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 33px;
  line-height: 43px;
  letter-spacing: -0.02em;
  text-align: center;
}
.widget.widget-form.contact-form .form-row > label {
  width: 100%;
  color: #000;
  padding: 0;
  margin: 0 0 10px;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.06em;
}
.widget.widget-form.contact-form input[type="text"]{
  border-radius: 50px;
  height: 44px;
  border-color: #000;
}
.widget.widget-form.contact-form button {
  max-width: 185px;
  font-size: 18px;
}
.widget-form.contact-form .form-row.text.top-text p {
  font-family: Manrope;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #000;
}
.widget-form.contact-form .form-row.btn-row {
  padding: 0;
  margin: 0;
}
.widget-form.contact-form textarea {
  height: 180px;
  border-radius: 20px;
  background: #fff;
  border-color: #000;
}
/* swipe box */
.swipe-image-wrap .swipebox {
  border-radius: 15px;
}

.swipebox-container {
  padding: 0 30px 100px;
}

.swipebox-container .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}


div#spltr-890B613E-766C-4CC5-8143-26C1424352A8 {
    background-color: #f2f9fd;
}
#spltr-69B58AC9-2CD1-4967-AE4B-0CCD9F7B0DE4 {
    background: linear-gradient(163.21deg, rgba(43, 156, 221, 0.063) 54.17%, rgba(129, 188, 38, 0.07) 88.41%), #FFFFFF;
	padding-bottom: 80px;
}
.page-shop #spltr-73D0C5FE-BC63-4F05-8AFB-F99FCFDC965E,
.category #spltr-73D0C5FE-BC63-4F05-8AFB-F99FCFDC965E {
    padding-top: 20px;
	margin-top: 340px;
}
.page-product #spltr-73D0C5FE-BC63-4F05-8AFB-F99FCFDC965E{
    padding-top: 20px;
	margin-top:290px;
}
.category .widget-gallery.promotional-slider {
    max-width: 1400px;
    margin: -200px auto 0;
    z-index: 11;
}
.category-details .product-container .title .category-name {
    margin-top: 0;
    text-align: left;
}
.widget-navigation.categories-list {
    padding-left:0px;
	padding-top: 10px;
}
.shop-section .content.product-content .product-block,
.category .product-view.image-view .product-block{
    /*! width: calc(100% / 3 - 15px); */
    /*! margin: 0 6px 15px; */
}

.product-widget.widget-related .product-block{
    max-width: calc(100% / 4 - 15px) !important;
    margin: 0 6px 15px;
    padding: 0 0 50px;
    background-color: transparent;
    border: 0px solid #e6e6e6;
} 
.product-widget.widget-related .product-block .block-content-wrap {
    padding: 0 30px;
}

.page-product #spltr-A8FE6B5F-AAF9-42BD-90D5-97ECFF1CC0EF{
    background-color: #f2f9fd;
}
.product-widget.widget-related .product-block .product-name{
    min-height: 53px;
 }
.category .product-view .header {
    margin-top: -50px;
	position: relative;
}
.category .product-container .product-view .header {
    margin-top: -80px;
    position: relative;
}
#spltr-83AC188E-D8F2-41DB-9BC1-76944D34EF39 {
    position: sticky !important;
    top: 0;
}
.page-product .widget.widget-breadcrumb {
    padding: 49px 0px 27px 0px;
}

.widget-product.shop-section{
	padding:0 40px;
}


/****************PopUp*******************/
/*popup start*/
.dockable-popup{
  position: fixed !important;
  width:100%;
  height:100%;
  top:0;
  z-index: 99999;
  background-color:rgba(0, 0, 0, 0.50);
  display:none;
  backdrop-filter: blur(6px);
  background: #00000080;
  }
  .home-popup{
  max-width: 585px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  top:12%;
  overflow: hidden;
  border-radius: 20px;
  }
  
.home-popup .head-popup {
  max-height: 295px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.home-popup .head-popup img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-popup .website-link {
    background:#fff;
    display: flex;
    padding: 58px 55px 65px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-popup .website-link h2{
    color:#000;
    font-family: Manrope;
    font-weight: 600;
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -0.02em;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
  }
  .home-popup .website-link p{
  padding:0;
  margin: 0 0 15px;
  color: #000;
  font-family: Manrope;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  }
  .home-popup .website-link p:last-of-type{
    margin: 0;
  }
  .home-popup .website-link a{
    display: flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: start;
    border: 0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    max-width: 230px;
    min-height: 46px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0 auto 165px;
    background: #8F4155;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    margin: 30px 0 0;
    width: 100%;
  }
  .home-popup .website-link a:hover{
    background: #AE4C65;
  }
  .home-popup .website-link h6 {
    padding: 0;
    margin: 35px auto 0;
    color: rgba(0,0,0,0.6);
    font-family: Manrope;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    max-width: 400px;
  }
  .dockable-popup .close-box {
    display: inline-block;
    width: 33px;
    height: 33px;
    right: 15px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: 15px;
    border-radius: 50%;
    font-size: 0px;
    z-index: 1;
  }
  .dockable-popup .close-box::before {
    content: "";
    background: url(../images/home-popup-close.svg) no-repeat;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: 0 0;
     /*! transition: 0.2s; */
  }
  .dockable-popup .close-box:hover:before {
    background-position: 0 -63px;
   /*! transition: 0.2s; */
  }
  
  body.widget-snippet .close-box {
    display: none;
  }
  body.widget-snippet .home-popup {
    overflow: unset;
    background: #eee;
    padding: 30px;
  }
  body.widget-snippet .head-popup {
    text-align: center;
  }
  /****************End PopUp*******************/


.widget.widget-article.how-it-work-title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 0;
}
.widget.widget-article.how-it-work-title h1 {
  font-family: Manrope;
  font-weight: 600;
  font-size: 52px;
  line-height: 71px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  color: #000;
}
.widget.widget-article.how-it-work-title p{
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
  color: #000;
}
.widget.widget-article.how-it-work-title p:last-of-type{
  margin: 0;
}
#spltr-9BA34114-FCF8-4D7D-B051-E914985A173F {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 60px;
}
#spltr-C1B12D7F-B717-48F8-908A-A3D72695F734 {
  position: sticky;
  top: 40px;
  padding: 60px 0 340px;
}
.page-credit-card-payment .logo.credit-card {
  display: none;
}
.entire-elastic-search .search-result .product-view .content {
  display: flex;
  gap: unset;
}
.entire-elastic-search .search-result-page-search-input-box .search-box .search-text:focus,
.side-in-search-area .search-bar input[type="text"]:focus{
  border: 0 !important;
}
.payment-box {
  margin: 0 auto;
}
.page-credit-card-payment .body .widget-container .page-content {
  padding: 100px 0;
}
.page-page-not-found .widget-pageHeading .page-heading-wrapper,
.page-thank-you .widget-pageHeading .page-heading-wrapper{
display: none;
}

/*common button css start*/
.common-button-bg{
  position:relative;
  min-width:284px;
  cursor:pointer;
  display:inline-block;
}
.common-button-bg::before {
  position: absolute;
  content: "";
  top:0px;
  left: 0;
  width: 48px;
  height: 48px;
  background: #8f4155 url(/template/b0471b15/images/btn-arrow.svg) no-repeat;
  border-radius: 50px;
  background-position: -20px 17px;
  border: 1px solid #8f4155;
  -webkit-transition: all 0.3s 
ease 0s;
  transition: all 0.3s 
ease 0s;
}
.common-button-bg:hover::before {
  background-position: 15px 17px;
}
.common-button-bg .contact-text {
  display: inline-flex;
  padding: 10px 36px;
  justify-content: center;
  background: #8F4155;
  align-items: center;
  border: 2px solid #8F4155;
  color: #ffffff;
  font-family: Manrope;
  font-weight: 700;
  font-size: 18px;
  letter-spacing:-0.02em;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  min-width: 200px;
  text-align: center;
  min-height: 48px;
  margin-left: 48px;
  -webkit-transition: all 0.5s 
ease 0s;
  transition: all 0.5s 
ease 0s;
}
.common-button-bg .contact-text:hover{
     background: #F3EFE8;
     border: 2px solid #8F4155;
     color:#8F4155;
} 

/*border button start*/
.common-button-border{
  position:relative;
  min-width:284px;
  cursor:pointer;
  display:inline-block;
}
.common-button-border::before {
  position: absolute;
  content: "";
  top:0px;
  left: 0;
  width: 48px;
  height: 48px;
  background: #8f4155 url(/template/b0471b15/images/btn-arrow.svg) no-repeat;
  border-radius: 50px;
  background-position: -20px 17px;
  border: 1px solid #8f4155;
  -webkit-transition: all 0.3s 
ease 0s;
  transition: all 0.3s 
ease 0s;
}
.common-button-border:hover::before {
  background-position: 15px 17px;
}
.common-button-border .contact-text {
  display: inline-flex;
  padding: 10px 36px;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #8F4155;
  color:#8F4155;
  font-family: Manrope;
  font-weight: 700;
  font-size: 18px;
  letter-spacing:-0.02em;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  min-width: 200px;
  text-align: center;
  min-height: 48px;
  margin-left: 48px;
  -webkit-transition: all 0.5s 
ease 0s;
  transition: all 0.5s 
ease 0s;
}
.common-button-border .contact-text:hover{
  background: #8F4155;
  align-items: center;
  border: 2px solid #8F4155;
  color: #ffffff;
} 

/*border button end*/

/*category listing*/
.page-heading-category h1{
    text-align: center;
    font-family: Marcellus;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.04em;
    color: #000000;
    margin: 45px 0 25px 0;
    padding: 0;
	padding:0 60px;
}
.category-listing-content{
	max-width:1086px;
	text-align:Center;
	margin:0 auto;
	padding:0 60px;
}
.category-listing-content p{
	font-family: Manrope;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 27px;
	letter-spacing:0.02em;
	text-align: center;
}
.category .summary {
	font-family: Manrope;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	letter-spacing:0.02em;
	text-align: center;
	color: #000000;
}
/*category listing end*/

.widget-html.shop-title-section .head-title {
  margin: 0;
  padding: 0 100px 0 0;
  font-family: Marcellus !important;
  font-weight: 400 !important;
  font-size: 30px;
  line-height: 60px;
  letter-spacing: -0.04em;
  margin-bottom: -60px;
  color: #000;
  text-transform: capitalize;
}

.page-home .body:before {
	display:none;
}
.body:before {
	content:"";
    background-image: url(/template/b0471b15/images/body-bg-inner.png);
	width: 415px;
    height: 1273px;
	position:absolute;
	left:0;
	top:0px;
	z-index: -1;
    background-repeat: no-repeat;
}
.page-checkout .body::before {
  z-index: 1;
}

#spltr-FE3DD533-BC57-4363-8368-A1B8A629C0B5 {
    position: sticky !important;
    top:100px;
}
div#spltr-D974CB6A-E5B9-4A5C-B87E-982F1ED3095C {
    padding-bottom: 80px;
}
.widget-socialMediaShare .social-media-wrapper span.email {
    background-position: 1px 4px;
}
.widget-socialMediaShare .social-media-wrapper span.facebook {
    background-position: -23px 4px;
}
.widget-socialMediaShare .social-media-wrapper span.messenger {
    background-position: -143px 4px;
}
.widget-socialMediaShare .social-media-wrapper span.twitter {
    background-position: -46px 3px;
}
.widget-socialMediaShare .social-media-wrapper span.linkedin {
    background-position: -95px 3px;
}
.widget-socialMediaShare .social-media-wrapper span.pManropeest {
    background-position: -119px 3px;
}
.widget-socialMediaShare .social-media-wrapper span {
    height: 28px;
    margin-right: 10px;
    width: 28px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50px;
}
.product-widget.widget-addCart .cart-button-container {
    max-width: 284px;
}

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

/*****************Filter*********************/
.form-row.filter-profile-select {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  margin-top: 10px;
}
.widget.widget-filter {
  background: 0;
  padding: 0;
  margin: 20px 0 0 0;
}

.widget.widget-filter .type-slider .type-slider-bottom {
  opacity: 0.6;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  margin: 15px 0 0;
  display: block;
  width: 100%;
}

.filter-profile .form-row.type-slider {
  margin: 34px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding-bottom: 34px;
}

.filter-profile .form-row {
  margin: 0 0 25px 0;
}

a.reset-category, a.reset-tag {
  display: none;
}

.tag-filter .form-row .form-row.filter-group-item, .tag-filter .form-row .form-row.filter-group-item, .category-filter .form-row .form-row.filter-group-item {
  width: 100%;
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.tag-filter .form-row.form-row.filter-group-item span, .tag-filter .form-row .form-row.filter-group-item span, .category-filter .form-row .form-row.filter-group-item span {
  margin: 0;
  padding: 0;
  width: 100%;
}

.widget.widget-filter .type-slider .noUi-handle {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #000000 !important;
  border-radius: 14px !important;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  top: -3px !important;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -12px;
  left: auto;
}
.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: #000;
}

.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 {
  position: relative;
  opacity: 9.2;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 18px;
  display: block;
  width: 100%;
}

.widget.widget-filter .form-row.type-slider span.filter-name::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 115px;
  height: 1px;
  background: #262527;
  display: none;
}

.filter-profile .form-row.filter-group-item input {
  height: 16px;
  width: 16px;
  appearance: none;
  padding: 0;
  margin: 0;
  opacity: 0 !important;
  z-index: 9;
  position: absolute;
  left: 0;
}
.filter-profile .form-row.filter-group-item input[type="checkbox"] + span.filter-group-item-label-wrapper::before {
  content: '';
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  left: -30px;
  top: 8px;
  width: 16px;
  height: 16px;
  text-align: center;
  border-radius: 2px;
}

.filter-profile .form-row.filter-group-item input[type="checkbox"]:checked+span.filter-group-item-label-wrapper:before {
  background-color: #262527;
  border: 2px #262527 solid;
  color: #fff;
  content: '\00f00c';
  webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 13px;
}

.widget.widget-filter .filter-group .accordion-panel>.accordion-item .form-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px 0;
}

.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper {
  flex-basis: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.widget.widget-filter .accordion-panel > .label-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 12px 0;
  margin-top: 0;
  border: 0;
}
.widget.widget-filter .accordion-panel > .label-bar .toggle-icon {
  height: 22px;
  width: 18px;
  background-image: url("../images/plus-minus.svg");
  right: 0;
  left: auto;
  top: 13px;
  -webkit-transition: unset;
  transition: unset;
  background-position: 0 0;
}
.widget.widget-filter .accordion-panel > .label-bar:hover .toggle-icon {
  background-position: 0 0;
}
.widget.widget-filter .accordion-panel > .label-bar.expanded:hover .toggle-icon, .widget.widget-filter .accordion-panel > .label-bar.expanded .toggle-icon {
  background-position: 0 -85px !important;
}
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #262527;
  padding: 0 25px 0 0;
}

.widget.widget-filter .accordion-panel>.label-bar span.numbers-of-selected {
  position: absolute;
  right: 7px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.widget.widget-filter .form-row label.name {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  border-bottom: 0;
  text-align: left;
  margin-top: 0;
  color: #000;
  font-style: normal;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  text-transform: uppercase;
  position: absolute;
  top: -3px;
}
.widget-filter .form-row label {
  width: max-content;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 20px;
  line-height:30px;
  letter-spacing: 0;
  color: #000;
}
.widget.widget-filter .form-row label.name::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 52px;
  height: 1px;
  background: #262527;
  display: none;
}

.widget.widget-filter .clear-all-filter-attributes a.reset-filter, .widget.widget-filter .accordion-panel > .label-bar a.clear-selection {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #555;
  padding: 0;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: relative;
  border: 0;
  font-family: Manrope;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
}

.widget.widget-filter .clear-all-filter-attributes {
  text-align: right;
  margin-bottom: 0;
}

.add-cart-information-popup .form-content {
  height: 324px;
  overflow: auto;
  padding-right: 20px;
  margin-top: 20px;
}

.gift-card-fields {
  padding: 20px 20px 0;
}

.gift-card-fields .form-header {
  display: flex;
  align-items: center;
  justify-content: start;
}

.gift-card-fields .form-header>span {
  display: none !important;
}

.add-cart-information-popup input::placeholder {
  color: #ccc !important;
}

.widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
  padding: 5px 30px 5px 10px;
}

.widget.widget-filter .clear-all-filter-attributes a.reset-filter:hover,
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection:hover {
  color: #000;
}

.add-cart-information-popup .form-row label {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  width: auto;
}

.widget.widget-filter .tab-accordion-accordion.accordion-panel {
  padding: 0;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.widget.widget-filter .filter-profile > *:nth-child(2) > .label-bar { 
  padding-top: 15px !important;
}

.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item {
  padding: 0;
  background: #FFFFFF;
  border: none;
  box-sizing: border-box;
  margin: 0;
  border-top: 0;
  position: relative;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 17px;
  line-height:27px;
  letter-spacing: 0;
  color: #000000;
  border: 0;
  padding: 0;
  transition: all 300ms ease-out 0s;
}
.widget.widget-filter  .tab-accordion-accordion.accordion-panel.category-filter .child-categories-panel {
  padding-left: 10px;
}
.widget.widget-filter .filter-profile .child-categories-panel .form-row.filter-group-item input {
  left: -16px;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
}

.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label+span {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.filter-wrapper .filter-name {
  opacity: 9.2;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 18px;
  display: block;
  width: 100%;
}

.form-row.color-filter {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  padding: 0 0 35px;
  margin: 0 0 35px;
}

.form-row.filter-group-item {
  width: 50%;
  margin: 0 0 5px 0;
  padding: 0 5px 0 0; 
}
.form-row.Color-filter .form-row.filter-group-item { 
  cursor: pointer;
}
.form-row.Color-filter .form-row.filter-group-item:hover { 
  text-decoration: underline;
}
.filter-group-item-label-wrapper button {
  min-width: 18px;
  height: 18px;
  border-radius: 100%; 
  padding: 2px;
  border: 1px solid #d9d9d9;
}

.filter-profile .form-row.Color-filter {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 34px;
  margin: 0;
}

.form-row.Color-filter .filter-options-show-more-less {
  display: inline-block;
  width: auto;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 15px;
  font-size: 13px;
}
.form-row.variation-option.filter-group-item.selected button.Print.variation-option.color-plate{
  padding: 2px;
  border: 2px solid #000
}
.filter-profile .form-row.Color-filter a.reset-variation,
.filter-profile .form-row.Size-filter a.reset-variation,
.filter-profile .form-row.Print-filter a.reset-variation{
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  color: #000;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 20px;
  font-family: Oswald;
  text-transform: uppercase;
  border: 1px solid #000;
  padding: 8px 20px;
  display: none;
}

.filter-profile .form-row.Color-filter a.reset-variation:hover,
.filter-profile .form-row.Size-filter a.reset-variation:hover {
  color: #fff;
  background-color: #000;
}

span.filter-group-item-label-wrapper {
  border: 0;
  border-radius: 100%;
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
  justify-content: start;
  padding: 4px 0;
}
.filter-profile .selected-filter-item-section {
  margin:15px 0 0;
}
.widget.widget-search .search-form .product-card, .widget.widget-search .search-form .product-item {
  border: 0;
}
.widget.widget-search .search-form .product-card:hover, .widget.widget-search .search-form .product-item:hover {
  box-shadow: unset;
}
.widget.widget-search .search-form .product-card:hover a.product-name-link, .widget.widget-search .search-form .product-card:hover .product-item a.product-name-link {
  color: #8F4155;
}
.category-suggestion-container-wrapper .search-category-block-view .name-item-wrapper .elastic-search-category-name:hover {
  color: #8F4155;
}
/*****************END:Filter*********************/
#spltr-479B007F-05DE-4CA9-966E-16F5137F23CC{
  padding: 0 0 0 70px;
}

.testimonial-gallery .widget-html h2 {
  font-family: Marcellus;
  font-weight: 400;
  color: #000;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -0.04em;
  padding: 0;
  margin: 0 0 30px 0;
}
.testimonial-gallery #spltr-1D179040-58E1-42F3-8392-281027A3837D {
  width: 45%;
  padding: 0 100px 0 0;
}
.testimonial-gallery #spltr-748F3322-A99F-40B5-B83B-72B09E06225A {
  width: 55%;
}
.testimonial-gallery figure {
  width: 210px;
  height: 30px;
  margin: 0 0 25px;
}
.testimonial-gallery img {
  object-fit: contain;
}
.testimonial-gallery p {
  font-family: Manrope;
  font-weight: 500;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 20px;
  color: rgba(0,0,0,0.9);
}
.testimonial-gallery h5 {
  font-family: Marcellus;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: -0.04em;
  padding: 0;
  margin: 50px 0 5px;
  color: #000;
}
.testimonial-gallery h6 {
  font-family: Manrope;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: rgba(0,0,0,0.5);
}
.testimonial-gallery .owl-nav {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: start;
}
.testimonial-gallery .owl-theme .owl-controls {
  text-align: left;
  margin: 70px 0 0;
}
.testimonial-gallery .owl-theme .owl-controls .owl-nav .owl-prev,
.testimonial-gallery .owl-theme .owl-controls .owl-nav .owl-next {
  width: 70px !important;
  height: 70px !important;
  font-size: 0;
  background-image: url(../images/slider-right-arrow.svg);
  background-repeat: no-repeat;
  background-position: 27px 27px;
  margin: 0;
  padding: 0;
  background-color: rgb(243, 239, 232);
  border-radius: 100px;
}
.testimonial-gallery .owl-theme .owl-controls .owl-nav .owl-prev{
transform: rotate(180deg);
}
.testimonial-gallery .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.testimonial-gallery .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background-image: url(../images/slider-right-arrow.svg);
  background-position: -38px 27px;
  background-repeat: no-repeat;
}
.testimonial-gallery .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.testimonial-gallery .owl-theme .owl-controls .owl-nav .owl-next:hover {
  background-color: #8F4155 !important;
}





.widget-tabAccordion.composer-tab {
  max-width: 1320px;
  margin: 0 auto;
  padding: 100px 60px 50px;
}
.widget-tabAccordion.composer-tab .widget-title-wrapper {
  max-width: 1000px;
  margin: 0 auto 40px;
}
.widget-tabAccordion.composer-tab .widget-title {
  font-style: normal;
  color: #000;
  padding: 0;
  max-width: 100%;
  margin: 0 auto 20px;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 70px;
  line-height: 60px;
  letter-spacing: -0.03em;
  text-align: center;
}
.widget-tabAccordion.composer-tab p.widget-sub-title {
  margin: 0;
  padding: 0;
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 27px;
  letter-spacing: 0.02em;
  text-align: center;
}
.widget-tabAccordion.composer-tab .bmui-tab-header-container {
  letter-spacing: 0;
  word-spacing: 0;
  gap: 25px 15px;
  max-width: 1000px;
  margin: 0 auto 85px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.widget-tabAccordion.composer-tab .bmui-tab .bmui-tab-header {
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
  margin: 0;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: -0.04em;
  text-align: center;
  border-radius: 50px;
  padding: 5px 20px;
  background: rgba(143, 65, 85, 0.09);
  border: 1px solid rgba(143, 65, 85, 0.2);
}
.widget-tabAccordion.composer-tab .bmui-tab .bmui-tab-header.bmui-tab-active {
  background: rgba(143, 65, 85, 1);
  color: #fff;
  border: 1px solid rgb(143, 65, 85);
}
.widget-tabAccordion.composer-tab .bmui-tab .bmui-tab-body-container {
  padding: 0;
}
.widget-snippet .learn-more-button-bg-wrap {
  display: none;
}
body.edit-page-with-layout > .footer::after,
body.edit-page-with-layout > .footer::before{
  display: none;
}
.widget-tabAccordion.composer-tab .widget-category .widget-title-wrapper {
  max-width: 1200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto 35px;
  padding: 0 0 25px;
}
.widget-tabAccordion.composer-tab .widget-category .widget-title-wrapper .widget-title {
  color: #000;
  padding: 0;
  margin: 0;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -0.03em;
  text-align: left;
}
.widget-tabAccordion.composer-tab .widget-category.wc-tab-accordion-widget {
  max-width: 1200px;
  margin: 0 auto 100px;
}
.widget-tabAccordion.composer-tab .widget-category.wc-tab-accordion-widget  .category-view.image-view .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px 80px;
}
.widget-tabAccordion.composer-tab .widget-category.wc-tab-accordion-widget .category-view.image-view .category-image-view-width {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
.widget-tabAccordion.composer-tab .widget-category.wc-tab-accordion-widget .category-view.image-view .category-image-view-width  .category-image-view-height {
  display: none;
}
.widget-tabAccordion.composer-tab .widget-category.wc-tab-accordion-widget  .category-view.image-view .category-image-view-width a {
  text-align: left;
  color: #000;
  text-decoration: none;
  display: block;
  font-family: Marcellus;
  font-weight: 400;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: -0.02em;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
  margin: 0;
}
.widget-tabAccordion.composer-tab .widget-category.wc-tab-accordion-widget .category-view.image-view:hover .category-image-view-width a {
  color: #8f4155;
}
.widget-tabAccordion.composer-tab .widget-category.wc-tab-accordion-widget .category .category-name {
  margin: 0;
}
.checkout-page.version-2 .ship-different-address-full .address-wrap .button-line .submit-button {
  background: #8F4155;
  border-color: #8F4155;
  color: #ffffff;
}
.checkout-page.version-2 .ship-different-address-full .address-wrap .button-line button {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  border: 2px solid;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}
.checkout-page.version-2 .ship-different-address-full .address-wrap .button-line .cancel-button {
  background: transparent;
  border-color: #8f4155;
  color: #000000;
}
.checkout-page.version-2 .ship-different-address-full .address-wrap .button-line .cancel-button:hover {
  background: #8f4155;
  color: #ffffff;
}
.checkout-page.version-2 .ship-different-address-full .address-wrap .button-line .submit-button:hover {
  background: #AE4C65;
  border-color: #AE4C65;
}
.checkout-page.version-2 .ship-different-address-full .address-wrap .new-shipping-address {
  font-weight: 600;
  font-family: Manrope;
}
.checkout-page.version-2 .shipping-address-selection-parts .shipping-address-advance-panel input.is-different-shipping-checkbox:checked + .type-label::before {
  background-color: #8f4155;
  border: 1px #8f4155 solid;
}
.checkout-page.version-2 .ship-different-address-box.active .shipping-address-info .radio-checkbox-label::before {
  border: 6px solid #8f4155;
}
.checkout-page.version-2 .ship-different-address-box.active {
  border-color: #8f4155;
}
#stripe-save-card {
  font-size: 15px !important;
  border-radius: 50px !important;
  background-color: #8F4155 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stripe-cancel-btn {
  font-size: 15px !important;
  border-radius: 50px !important;
  border: 1px rgb(143, 65, 85) solid !important;
  align-items: center !important;
}
.stripe-cancel-btn:hover {
  border: 1px rgb(143, 65, 85) solid !important;
  background: #8f4155 !important;
  color: #fff !important;
}
#stripe-save-card:hover {
  box-shadow: unset !important;
  background: #AE4C65 !important;
}
#stripe-save-card:disabled {
  opacity: 0.5;
  pointer-events: none;
  box-shadow: unset !important;
  background-color: #8F4155 !important;
  border-color: #8F4155 !important;
  color: #d5d5d5 !important;
}
#customer-profile-tabs.customer-profile-v2 .my-wallet-has-card .wallet-header-info .link-card-btn {
  background: #8f4155 !important;
  border-radius: 50px !important;
}
#customer-profile-tabs.customer-profile-v2 .my-wallet-has-card .wallet-header-info .link-card-btn:hover {
  background: #AE4C65 !important;
}
.widget-snippet .music-cta-section .music-image-box img {
    opacity: 1;
}

.widget-snippet .music-cta-section .music-cta-container .title-content {
    font-size:80px;
    line-height: 90px !important;
    color: #000;
    background:none;
}
.music-cta-section .music-image-box img {
    object-fit: cover;
}
.payment-success-page-container {
   padding: 100px 20px;
    background: transparent !important;
}
.payment-success-page-container .order-details {
    border: 1px solid #d0d0d0 !important;
}
.testimonial-gallery .article-item.full-article button {
   display:none !important;
}
.testimonial-gallery a img{
  margin-bottom:20px;
}
.testimonial-gallery p a {
    font-family: Manrope;
    font-weight: 500;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 20px;
    color: rgba(0,0,0,0.9);
}
.testimonial-gallery .carat-text-to-editable-element-wid p {
    font-family: Marcellus;
    font-weight: 400;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: -0.04em;
    padding: 0;
    color: #000;
}
.testimonial-gallery .widget.widget-image{
    margin-bottom:20px;
}