html {
   font-family: 'Halyard Display Book';
   font-weight: normal;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: 'Halyard Display Book';
	font-weight: normal;
    font-style: normal;
}

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;
	-webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}

a:active,
a:hover {
    outline: 0;
}

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

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

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

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

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

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

body {
    font-family: Halyard Display;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    font-weight: 400;
    height: auto;
}
body > .body,
body.page-profile > .body{
    padding-top: 165px;
}
::selection {
    background-color: #262527;
    color: #fff;
}

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

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

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

input,
button,
select,
textarea {
    font-family: 'Halyard Display Book';
    font-size: inherit;
    line-height: inherit;
}

a {
    font-family: 'Halyard Display Book';
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

a:hover {
    color: #000;
}
.widget-html a, .widget-html a:link{
     text-decoration: underline;
}
.widget-html a:hover, .widget-html a:active, .widget-html a:visited {
    text-decoration: none;
	color:#648AA8;
}
.widget-article a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
}
.widget-html a.primary-btn {
     text-decoration: none;
}
.widget-article a:hover {
    color: #3c3a3a;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: Halyard Display;
    font-weight: 600;
}

h1,
h2,
h3 {
    padding-bottom: 0;
    color:#1F2A07;
    font-family: Halyard Display;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 0;
    line-height: 30px;
	font-weight: 400;
	color: #000000;
     font-weight: normal;
    font-style: normal;
    font-family: 'Halyard Display';
}

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

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

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

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

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

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

p {

  font-family: Halyard Display Book;
   font-weight: 300;
   font-size: 16px;
   line-height: 22px;
    margin: 0 0 15px;
}

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

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

ul li,
ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0px;
    list-style-type: none;
    color: #000;
    line-height: 23px;
    font-size: 16px;
    font-weight:300;
    font-family: 'Halyard Display Book';
    position: relative;
}

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

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

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

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

table th {
    font-weight: 600;
}

body input[type="submit"], body input[type="button"], body button, body .button, body a.button, body.widget-snippet button, body.widget-snippet .button{
    color:#fff;
    text-align: center;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
    letter-spacing: 0.02em;
    border: 1px solid #172836;
    max-width:195px;
    height: 45px;
    padding: 10px 20px;
    display: inline-block;
    background: #172836;
	border-radius: 50px;
    text-decoration: none;
    width: 100%;
	/*display: flex;
    justify-content: center;
    align-items: center;*/
	    -webkit-transition: all 0.5sease 0s;
    transition: all 0.5sease 0s;
}
.add-to-compare-button:hover,
.add-to-wish-list:hover,
.remove-from-compare-button:hover,
.add-to-wish-list.disabled:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover,
body a.button:hover {
    border: 0;
    background: #648AA8 !important;
    color: #fff !important;
}

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

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


/*form element desgin*/
.form-row {
    margin: 0 0 20px 0;
    position: relative;
}

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

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

input[type='checkbox'] {
    accent-color: black;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #fff url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.08033%204.98902L1.48284%200.260421C1.3196%200.093151%201.0984%20-0.000624856%200.867882%20-0.000277555C0.637367%206.97456e-05%200.416429%200.094512%200.253669%200.262273C0.09091%200.430034%20-0.000337289%200.657371%206.49057e-07%200.894274C0.000338587%201.13118%200.092234%201.35824%200.255471%201.52551L5.46252%206.88268C5.62063%207.04454%205.83336%207.13755%206.05648%207.14238C6.2796%207.14721%206.49595%207.06348%206.66055%206.9086L11.9083%201.52921C12.0715%201.36194%2012.1634%201.13488%2012.1637%200.897977C12.1641%200.661074%2012.0728%200.433737%2011.9101%200.265976C11.7473%200.0982151%2011.5264%200.00377289%2011.2959%200.0034256C11.0653%200.00307832%2010.8441%200.0968547%2010.6809%200.264124L6.08033%204.98902Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E") no-repeat right 15px center;
    background-position-x: right 15px;
    background-position-y: center;
    background-size: auto;
    background-position-x: right 15px;
    background-position-y: center;
    background-size: auto;
    background-position-x: calc(100% - 19px);
    background-size: 12px;
    margin: 0;
    border: 1px solid #00000026;
    border-radius: 40px;
    background-position-y: calc(100% - 17px);
    color: #000;
    font-size: 15px;
    font-weight: normal;
    font-family: Halyard Display Book;
    line-height: 20px;
    height: 44px !important;
}
.message-block.error-message, .message-block.error {
    background-color: #fff;
    border: 0;
    color: #dd6159;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

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

table th {
    font-weight: 400;
    background: rgba(159, 159, 159, 0.1);
    color: #000;
    font-size: 16px;
    font-family: 'Halyard Display';
}

textarea {
    height: 150px;
    width: 100%;
    padding: 0;
    background-color: rgba(240, 241, 236, 0.4);
    border: 1px solid rgba(83, 90, 68, 0.2);
    border-radius: 5px;
    padding: 10px 15px;
}

code,
table,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input[type="submit"],
input,
input[type="text"],
textarea,
input[type="password"],
address,
input[type="file"],
input[type="hidden"],
button,
input[type="image"],
blockquote {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-family: 'Halyard Display Book';
    line-height: 23px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
.store-credit-request-form textarea:focus {
    border: 1px solid #172836;
}

input[type="password"], input[type="text"], .widget-form input[type="text"], .widget-form textarea, .widget-form .form-row select {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 12px;
    height: 44px;
    margin: 0;
    color: #000;
    background: transparent;
    border-radius: 40px;
    border: 1px solid #00000026;
    font-family: Halyard Display Book;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.06em;
}
.widget-form textarea {
    height: 140px;
    border-radius: 16px;
}

.widget-form .form-row {
    padding-bottom: 0;
}



.errorlist.after .message-block {
   color: #fb1607;
   letter-spacing: 0;
   margin: 5px 0 0;
}

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

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

.widget>.widget-title {
    color: #272727;
    font-family: 'Didot';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
    text-transform: capitalize;
}

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



.widget-form .form-row input[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: 280px;
}

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

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

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

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

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

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

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

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

.widget-form .sub-form-row>label {
    margin-top: 14px;
}

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

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

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

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

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

.body .widget-container .page-content {
    min-height: 380px;
  position:relative;
}



.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 ======*/

/*======  Inner-layout-control-css ======*/
.widget-pageHeading {
    background: #fff;
    padding: 70px 0 50px;
    text-align: left;
    margin-bottom: 60px;
}

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

.page-return-policy .widget-pageHeading,
.page-shipping-policy .widget-pageHeading {
    margin-bottom: 0px;
}

.widget-pageHeading h1,
.widget-pageHeading h2 {
    margin: 0 auto;
    max-width: 1400px;
    color: #fff;
    text-align: center;
    font-family: Halyard Display;
    font-size: 42px;
    font-weight: 300;
    line-height: 55.48px;
    z-index: 1;
    position: relative;
}

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

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

.page-product-care .widget-pageHeading {
    display: none;
}
.widget-html.page-heading, .widget-pageHeading {
    padding: 0;
    text-align: left;
    background: #fff;
    margin: 0 auto;
    max-width:1400px ;
}
.widget-pageHeading h1,
.widget-pageHeading h2,
.widget-html.page-heading h1,
.widget-html.page-heading h2 {
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 76px;
    line-height: 87px;
    letter-spacing: 0.16px;
    margin: 50px 0;
    padding: 0;
    color: #000;
}
.widget-pageHeading.category-pageheading {
  padding: 0;
  text-align: left;
  background: transparent;
  margin: 0;
}
.widget-pageHeading.category-pageheading h1{
  margin: 0 auto 55px;
  max-width: 1400px;
  color: #000;
  text-transform: capitalize;
  position: relative;
  padding: 0;
  text-align: left;
  font-family: Halyard Display Book;
  font-weight: 300;
  font-size: 68px;
  line-height: 87px;
  letter-spacing: 0.015em;
}
.breadcrumb-item .separator {
    font-size: 0px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    width: 26px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 18px;
}

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

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

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
}
.breadcrumb-item.root .icon:hover {
    opacity: 0.5;
}
.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-family: 'Halyard Display Book';
    margin-right: 0;
}
.breadcrumb-item .label:hover {
    color: #000;
	opacity:0.5;
}
.breadcrumb-item.root .icon::after {
    color: #000;
}

.breadcrumb-item .label {
    color: #000;
    font-size: 16px;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
}

.breadcrumb-item.current {
    color: #000;
    font-size: 16px;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
}

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

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

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

.widget.widget-breadcrumb {
    width: 100%;
    text-align: left;
	margin:40px 0 30px;
}


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

/** Placeholder Start **/

input::-webkit-input-placeholder {
  color: rgb(0,0,0,0.5);
  font-family: Halyard Display Book;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: unset;
}

::-moz-placeholder {
    color: rgb(0,0,0,0.5);
  font-family: Halyard Display Book;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: unset;
}

:-ms-input-placeholder {
    color: rgb(0,0,0,0.5);
  font-family: Halyard Display Book;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: unset;
}

:-moz-placeholder {
  color: rgb(0,0,0,0.5);
  font-family: Halyard Display Book;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: unset;
}

textarea ::-webkit-textarea-placeholder {
  color: rgb(0,0,0,0.5);
  font-family: Halyard Display Book;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: unset;
}

:-ms-textarea-placeholder {
  color: rgb(0,0,0,0.5);
  font-family: Halyard Display Book;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: unset;
}

textarea::placeholder, 
::placeholder {
  color: rgb(0,0,0,0.5);
  font-family: Halyard Display Book;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-align: left;
  opacity: unset;
}



/** User Nav Start **/

.widget.widget-navigation.user-nav {
    width: 19px !important;
    height: 19px !important;
}

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

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

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

.widget-navigation.user-nav .nav-wrapper.vertical.show {
    width: 280px;
    position: absolute;
    left: 50%;
    height: auto;
    top: 35px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0px 0px 24px 10px rgba(67, 67, 67, 0.1);
    border-radius: 15px;
}
.widget-navigation.user-nav .navigation-item.last a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.widget-navigation .nav-profile-not-logged-in {
    padding: 30px 20px 25px 20px;
}
.widget-navigation .nav-profile-not-logged-in .nav-profile-suggestion-wrapper { 
    padding-top: 25px;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item {
    display: block;
    padding: 0;
    background: transparent;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item:last-child a {
    border-top: 0;
    padding-bottom: 20px;
}
.widget-navigation .nav-profile-logged-in {
    padding: 16px 20px;
}
.widget-navigation .nav-profile-logged-in a.autoGeneratedPage {
    padding: 0 0 0px 0 !important;
    border-top: 0 !important;
    border-bottom: 0px solid #000 !important;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
  font-size: 17px;
  font-weight:400;
}
.widget-navigation .nav-profile-logged-in a.autoGeneratedPage:hover {
    background-color: transparent !important;
    opacity: .8;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
    width: 114px;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a {
    border-bottom: 1px solid rgb(233, 233, 233);
    margin: 0;
    text-align: left;
    padding:15px 20px;
    background: #fff;
    text-transform: capitalize;
    text-decoration: none;
    position: relative;
    letter-spacing: 0.02em;
    border-top: 1px solid rgb(233, 233, 233);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #000;
    vertical-align: middle;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage {
    border: 0 !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
    border-radius: 50px;
    background: #172836 !important;
    width: 135px;
    height: 40px;
    padding: 9px 10px 10px !important;
    text-align: center !important;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in>.autoGeneratedPage:hover {
    background:#648AA8 !important;
	color:#fff!important;
    opacity: 1 !important;
}
.widget-navigation .nav-profile-not-logged-in .nav-customer-qa {
    color: #000;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.widget-navigation span.customer-register-link a  {
    border: 0 !important;
    padding: 0 !important;
}
.widget-navigation span.customer-register-link a:hover {
    background-color: transparent !important;
    opacity: 100;
}
.widget-navigation span.customer-register-link a span {
    color: #172836;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12px;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item:last-child a {
    border-bottom: 0;
}

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

.widget-navigation.user-nav .responsive-navigation .navigation-item a:hover {
    background: #eaf0f6;
    color: #172836;
}
.widget-navigation span.customer-register-link a:hover span {
  color: #648AA8;
}
.widget-navigation.user-nav .menu-title {
    position: relative;
}

/** User Nav End**/


/*========= main menu ========= */
.widget-navigation.main-menu {
    text-align: center;
	    /** z-index: 99; **/
}

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

.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child:hover>a span::after {
    color: #172836;
    content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active.has-child>a span::after{
    color: #172836;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a {
    color: #172836;
}
.widget-navigation.main-menu .navigation-item {
    padding: 0 20px;
}

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

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

.widget-navigation.main-menu .navigation-item.sale-menu a {
    color: #dd6159;
    text-transform: uppercase;
}

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

.widget-navigation.main-menu .navigation-item a {
    padding:0 0 20px;
    text-decoration: none;
    position: relative;
    text-align: left;
    color: #000;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
}
.widget-navigation.main-menu .navigation-item a:hover{
	color:#333;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
   
    background: #eaf0f6;
    color: #172836;
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0px 8px 8px 8px;
    border-style: solid;
    z-index: 1;
    transform: translateX(-50%);
}
.widget-navigation.main-menu .navigation-item.active a{
	color:#172836;
}
.fee .widget-navigation.main-menu .navigation-item a {
	    padding: 0;
}
.widget-navigation.main-menu .navigation-item:first-child a {
    padding-left: 0;
}

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

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

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

.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}
.top-header-btn a:hover svg path{
  -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
/*
.widget-navigation.main-menu .navigation-item.has-child a:hover, 
.widget-navigation .navigation-item.active>a, 
.widget-navigation .navigation-item a:focus {
    border-bottom: 1px solid #000;
}

.widget-navigation.main-menu .navigation-item a:hover {
   border-bottom: 1px solid #000;
}
*/
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a,
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}

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

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

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


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

.widget-navigation.main-menu   .navigation-item.mega-menu .navigation-item-child-container::before {
    display: none;
}
.widget-navigation.main-menu.horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    text-align: center;
    padding: 15px 10px;
    padding-left: 5px;
    padding-left: 5px;
    background: #fff;
    text-transform: capitalize;
    padding-left: 0px;
    text-decoration: none;
    position: relative;
    color: #000;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.02em;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    opacity: 1;
}
.widget-navigation.main-menu.horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu.horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-of-type a {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-of-type a {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(233, 233, 233);
    color: #000;
}

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

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

/*end:menu*/

/*start:search box*/

/*search-form*/
.widget.widget-search {
    text-align: right;
}


.widget.widget-search .search-form button:hover {
    opacity: 0.8;
}

/*end:search*/
.widget.widget-search.menu-search {
    height: 1px !important;
}
.header.active-section .menu-search {
    z-index: 9999999;
}

.widget.widget-search.menu-search .search-form.show {
    width: 100%;
    top: 0;
    height: 10px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.widget.widget-search.menu-search .search-form.show form {
    top: 35px;
}

.widget-search.menu-search .search-menu-button {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    width: 39px;
    height: 39px;
    display: inline-block !important;
    vertical-align: top;
    border-radius: 50%;
    line-height: 39px;
    margin: 0;
    position: absolute;
    left: auto;
    right: 196px;
    top: 30px;
    transition: unset;
}
.widget-search.menu-search .search-menu-button:hover {
    opacity: 0.7;
}

.widget.widget-search.menu-search .search-form input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 57px;
    margin: 0;
    padding: 0 15px;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
   font-family: Halyard Display;
    text-align: left;
}

.widget.widget-search.menu-search .search-form {
    position: relative;
    z-index: 99;
    right: auto;
    left: 0;
    max-width: 650px;
    margin: 0 auto;
}

.widget.widget-search.menu-search .search-form button {
    background: url(../images/search-icon.svg) no-repeat;
    background-position: 22px center;
    font-size: 0;
}
.search-menu-button.responsive-menu-btn.close {
    background-image: url(../images/close-icon.svg);
    position: fixed;
	right: 30%;
    top: 41px;
    z-index: 9999;
    transition: unset;
    background-size: 15px;
}
.widget.widget-search.menu-search .search-form button:hover::before {
    color: #033971;
}

.widget.widget-search.menu-search .search-form input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-family: Halyard Display;
}

.widget.widget-search.menu-search .search-form input:-moz-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-family: Halyard Display;
}

.widget.widget-search.menu-search .search-form input::-moz-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: normal;
   font-family: Halyard Display;
}

.widget.widget-search.menu-search .search-form input:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: normal;
  font-family: Halyard Display;
}

/*end:search box*/




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

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

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

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

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

/** Wish List Menu End **/

/** Cart Start **/

.header .advanced-flying-cart {
    position: relative;
    cursor: pointer;
}
 .widget.widget-cart.card-count .advanced-flying-cart:after {
    content: 'Cart';
    position: absolute;
    top: 0;
    left:38px;
    font-family: Halyard Display;
    font-size: 15px;
    font-weight: 700;
    line-height: 18.39px;
    letter-spacing: 0.02em;
    color: #fff;
    cursor: pointer;
	text-transform:uppercase;
}
 .widget.widget-cart.card-count .advanced-flying-cart:before {
	content: '';
    position: absolute;
    top: 0;
	left: -20px;
	background-color:rgba(255, 255, 255, 0.3);
	width:1px;
	height:20px;
 }
.header .widget.widget-cart {
    text-align: left;
}

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

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

.header .cart-widget-text {
    color: #fff;
    font-size: 13px;
    position: absolute;
    bottom: -6px;
    left: 10px;
    background: #172836;
    height: 21px;
    width: 22px;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 16px;
    border: 1px solid #172836;
    padding: 0;
    letter-spacing: 0;
    overflow: hidden;
}
.header .widget.widget-cart {
    width: 33px !important;
}
/** Cart End **/


/*********blog***********/

.widget-blogPost.home-blog .blog-post-content {
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 30px;
}
.widget-blogPost .blog-post-content .footer, .blog-posts .footer {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 12px 140px;
    border-top: 0;
    padding: 40px 0 0;
    justify-content: center;
    align-items: center;
}
.widget-blogPost .blog-post-content, .blog-posts {
    display: flex;
    padding: 55px 90px 0 0;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -12px;
}

.blog-post-item {
    transition: all .3s ease-in;
    border-bottom: 0;
    position: relative;
    padding: 0;
    width: calc(100%/3 - 24px);
    margin: 0 12px 32px;
}
.blog-post-item:hover .post-description .title a {
    color: #648aa8;
}
.post.post-list-view-width,
.category.post-list-view-width {
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: 260px;
}

.page-home .post.post-list-view-width a,
.category.post-list-view-width  a{
	width:100%;
    height:100%;
	position:relative;
	display:block
}
.page-home .post.post-list-view-width a:before{
    content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 88.63%);
	z-index: 1;
}

.post.post-list-view-width img,
.category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    padding-bottom: 0;
    max-height: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.blog-post-item:hover .post.post-list-view-width img,
.blog-post-item:hover .category.post-list-view img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-post-item .post-description {
    padding: 25px 21px 32px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border: 1px solid #E9E9E9;
  min-height: 140px;
}
.blog-post-item:hover .post-description{
	bottom:40px;
	transition: all .3s ease-in;
}
.blog-post-item:hover .post-description>a{
	opacity:100;
	transition: all .3s ease-in;
}
.blog-post-item .post-description .title {
    order: 2;
    padding: 0;
    margin:5px 0 0;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

.blog-post-item .post-description .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    color: #000;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 28.2px;
    letter-spacing: 0.01em;
}

.blog-post-item .post-description .blog-post-info {
    order: 1;
    display: flex;
    width: 100%;
}

.blog-post-item .post-description .blog-post-info span {
    margin: 0;
    display: block;
    text-align: left;
    color: rgba(0, 0, 0, 0.7);
    font-family: Halyard Display;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
.blog-post-info span.categories a {
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
    display: block;
    font-family: Halyard Display;
    font-size: 15px;
    font-weight: 700;
    line-height: 31px;
    text-align: left;
    color: rgb(140, 146, 128);
    position: relative;
}
.blog-post-info span.categories a::before {
    position: absolute;
    width: 2px;
    height: 15px;
    content: '';
    top: 8px;
    left: 0;
    background:rgb(159, 168, 141);
}
.blog-post-info span.categories a:hover {
    color: #fcdc5c;
}
.blog-post-item .post-description .content {
    order: 3;
    padding: 0;
    font-style: normal;
    letter-spacing: 0.28px;
    font-family: Halyard Display;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: rgba(31, 42, 7, 1);
    margin: 0;
}

.blog-post-info span.categories,
.blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #262527;
    margin: 0;
}

.blog-post-info span.categories,
.blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}

.page-blog-post .widget.widget-breadcrumb {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    padding:0;
    max-width: 900px;
    text-align: left;
}
.blog-post-details {
    max-width: 100%;
    margin: 0 95px 140px 0;
    background: #fff;
    padding: 0;
}
.blog-post-details .post-description {
    display: flex;
    flex-direction: column;
}

.blog-post-details .content {
    display: block;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
    order: 4;
}

.blog-post-details .title {
    margin: 0 0 25px;
    max-width: 100%;
    width: 100%;
    order: 1;
    padding: 0;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0;
}
.blog-post-details .blog-details-banner-image-wrapper {
    height: 500px;
    order: 3;
    margin: 0 auto 40px;
    padding: 0;
    width: 100%;
    max-width: 100%;
	text-align:center;
}
.blog-post-details .blog-details-banner-image-wrapper img {
    max-width:auto;
    width:auto;
}
/*.page-blog-post .image-popup-container-for-zoom-preview.popup{
        display: none;
    }

.page-blog-post .popup-mask{
        background: transparent;
    }*/
.page-blog-post .image-popup-container-for-zoom-preview.popup{
    padding: 40px;
    border-radius: 15px;

}
.blog-post-details .blog-post-info span.date {
    margin: 0;
    display: block;
    font-style: normal;
    text-align: left;
    color: #000;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0;
}
.blog-post-details .blog-post-info {
    margin: 0 0 40px;
    order: 1;
    text-align: left;
    width: 100%;
    display: flex;
}
.blog-post-details .content figure img {
    margin: 0 auto;
    order: 2;
    text-align: left;
       max-width: 890px;
}

.blog-post-details .content figure {
    margin: 5px 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.blog-category-details {
    max-width: 100%;
    margin: 0 auto 80px;
}

.blog-category-details > .title {
    color: #000;
    padding: 0;
    text-transform: capitalize;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 68px;
    line-height: 87px;
    letter-spacing: 0.015em;
    margin: 0;
}

.blog-post-details .social-media-share-bar {
    order: 5;
    max-width: 100%;
    margin: 50px auto 0;
    text-align: left;
    width: 100%;
    padding: 0 0 0 60px;
    position: relative;
}

.blog-post-details .social-media-share-bar .social-media-share {
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.blog-post-item .post-description>a {
    order: 4;
    position: relative;
    color: #ffffff;
    font-family: Halyard Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    line-height:25px;
	transition: all .3s ease-in;
	opacity:0;
	position:relative;
    display: none;
}
.blog-post-item .post-description>a:after{
    content:'';
    width:0;
    height:1px;
    background-color:#fff;
    bottom: -3px;
    left: 0;
    position:absolute;
    transition: all .3s ease-in;
}
.blog-post-item .post-description>a:hover:after{
    content:'';
    width:100%;
    height:1px;
    transition: all .3s ease-in;
}
/*.blog-post-item:hover .post-description > a {
    background: #000;}
*/
.blog-post-details .content table {
    margin: 30px 0 0;
}

.blog-post-details .content p {
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0;
}
.blog-post-details .content ul li,
.blog-post-details .content ol li {
    color: #000;
    line-height: 29px;
    font-size: 19px;
    font-weight: 300;
    font-family: 'Halyard Display Book';
}
.blog-post-details .content ul li::after {
    top: 14px;
}
.blog-post-details .content table th {
    background: rgba(166, 163, 163, 0.1);
    color: #000;
    font-family: Halyard Display;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}
.blog-post-details .content table td {
    border: 1px solid #ebebeb;
    padding: 12px;
    color: #000;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Halyard Display Book';
}
.blog-post-details .comment-post-panel {
    order: 6;
}

.blog-post-details .content h1 {
    color: #000;
    font-family: Halyard Display;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0;
}
.blog-post-details .content h2 {
    color: #000;
    font-family: Halyard Display;
    font-weight: 500;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: 0;
}

.blog-post-details .content h3 {
    color: #000;
    font-family: Halyard Display;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0;
}

.blog-post-details .content h4 {
    color: #000;
    font-family: Halyard Display;
    font-weight: 500;
    font-size: 27px;
    line-height: 34px;
    letter-spacing: 0;
}

.blog-post-details .content h5{
    color: #000;
    font-family: Halyard Display;
    font-weight: 500;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 0;
}

.blog-post-details .content h6 {
    color: #000;
    font-family: Halyard Display;
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0;
}
.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 {
    margin-top: 40px;
    margin-bottom: 15px;
}

.blog-post-details .social-media-share a:hover img {
    opacity: 0.7;
}
.blog-post-details .social-media-share-bar::before {
    content: "Share";
    position: absolute;
    left: 0;
    top: -4px;
    color: #000;
    font-style: normal;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 19px;
    line-height: 28.5px;
    letter-spacing: 0;
}

.blog-post-details .content p a,
.blog-post-details .content li a {
    text-decoration: underline;
}
.blog-post-details .content p a:hover,
.blog-post-details .content li a:hover {
    opacity: 0.8;
}
.blog-section .widget-title {
    color: #000;
    padding: 0;
    text-transform: capitalize;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 68px;
    line-height: 87px;
    letter-spacing: 0.015em;
    margin: 0;
}
#spltr-0380DBF1-96CE-4BDC-BCA7-D05DF130BCFF {
    padding: 140px 0 120px;
}

span.close-button-for-zoom-preview {
    background:#648AA8;
    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,.8)!important;
	display: flex;
    justify-content: center;
    align-items: center;
}
span.close-button-for-zoom-preview:hover {
	background: #577893;
}
span.close-button-for-zoom-preview::after {
    color: #fff;
    content:"\f00d";
    font-size:18px !important;
	line-height:38px;
	font: normal normal normal 14px / 1 FontAwesome;
}
/*************************Blog End*****************************/

/***** Sidebar Blog Start *****/

.widget-blogPost.sidebar-blog {
    padding: 0;
    background: #fff;
    margin: 0 0 55px;
}
.widget-blogPost.sidebar-blog.latest{
    margin: 0;
}
.widget-blogPost.sidebar-blog .widget-title,
.widget-blogCategory.sidebar-category .widget-title{
    text-align: left;
    padding: 0 0 15px;
    margin: 0 0 30px;
    color: #000;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #0003;
    text-transform: uppercase;
}
.widget-blogCategory.sidebar-category  .category-view.image-view .blog-category-name .category-name-link:hover {
    color: #648aa8;
}
.widget-blogCategory.sidebar-category .category-view.image-view .blog-category-name .category-name-link {
    display: block;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.015em;
    color: #000;
    padding: 0;
    margin: 0 0 15px;
}
.widget-blogCategory.sidebar-category .category-view.image-view .blog-category-name {
    padding: 0;
    text-align: left;
}
.widget-blogCategory.sidebar-category .category-view.image-view .content {
    gap: 0;
    flex-direction: column;
}
.widget-blogCategory.sidebar-category .category-view.image-view .category-image-view-width {
     width: 100%;
 }
.widget-blogPost.sidebar-blog .blog-post-item {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
}
.widget-blogPost.sidebar-blog .blog-post-item.last{
    margin: 0;
}
.widget-blogPost.sidebar-blog .blog-post-content {
    padding: 0;
    margin: 0;
}
.widget-blogPost.sidebar-blog .blog-post-item .blog-read-more{
	display:none;
}
.widget-blogPost.sidebar-blog .blog-post-item .post-description .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    text-align: left;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.015em;
}
.widget-blogPost.sidebar-blog .blog-post-item:hover .post-description .title a {
    color: #648aa8;
}
.widget-blogPost.sidebar-blog .blog-post-item .post-description .title {
    order: 1;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.widget-blogPost.sidebar-blog .post.post-list-view-width{
    height: 73px;
    max-width: 107px;
}
.widget-blogPost.sidebar-blog .blog-post-item .post-description {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
  min-height: auto;
}
.widget-blogPost.sidebar-blog .blog-post-item .post-description .blog-post-info span {
    margin: 0;
    display: block;
   font-family: Halyard Display;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: rgba(31, 42, 7, 1);
}
.widget-blogPost.sidebar-blog .blog-post-item .post-description .blog-post-info {
    order: 2;
    display: block;
}
.widget-blogPost.sidebar-blog .blog-post-content .footer{
    display: none;
}
.widget.widget-newsletter.blog-newsletter {
    padding: 35px 40px 50px;
    border-bottom: 0;
    background: #E9EBE4;
    margin: 0 0 40px;
}
.widget.widget-newsletter.blog-newsletter .widget-title {
    max-width: 200px;
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
    text-transform: unset;
    font-family: Halyard Display;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    padding: 0;
    color: rgba(83, 90, 68, 1);
}
.widget.widget-newsletter.blog-newsletter .newsletter {
    position: relative;
    right: unset;
}
.widget.widget-newsletter.blog-newsletter button{
    color: #fff;
    font-style: normal;
    text-transform: uppercase;
    border: 1px solid rgb(147, 156, 121);
    max-width: 280px;
    height: 48px;
    display: block;
    background: rgb(147, 156, 121);
    border-radius: 50px;
    text-decoration: none;
    width: 100%;
    margin:28px auto 0;
   font-family: Halyard Display;
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 10px 15px;
}
.widget.widget-newsletter.blog-newsletter button:hover{
    background: rgb(252, 220, 92);
    border-color: rgb(252, 220, 92);
    color: #000;
}
.widget.widget-newsletter.blog-newsletter input {
    height: 48px;
    border-radius: 100px;
    background-color: rgb(255, 255, 255);
}
.widget.widget-newsletter.blog-newsletter .form-row.mandatory {
    max-width: 280px;
    margin: 0 auto 20px;
}
.widget.widget-newsletter.blog-newsletter input::placeholder {
   font-family: Halyard Display;
    font-size: 13px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
.widget.widget-newsletter.blog-newsletter .message-block.success,
.widget.widget-newsletter.blog-newsletter .message-block.info-message,
.widget.widget-newsletter.blog-newsletter .message-block.success,
.widget.widget-newsletter.blog-newsletter .message-block.error-message, 
.widget.widget-newsletter.blog-newsletter .message-block.error {
    position: absolute;
    bottom: 52px;
    border-radius: 40px;
    width: auto;
    padding: 1px 11px;
    font-size: 12px;
    left: 27px;
}
/***** Sidebar Blog End *****/

/***** Pagination Start *****/
span.pagination-literal-status {
    display: none;
}
.pagination {
    margin-top: 5px;
    width: 100%;
    text-align: center;
	float:none;
}
.pagination span {
    cursor: pointer;
    margin: 0;
    padding: 0;
    box-shadow: unset;
    display: inline-block;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 25.38px;
    text-align: center;
	position:relative;
	border: 0px !important;
    background: transparent !important;
	color: #000;
}

.pagination span.last.disabled:hover,
.pagination span.first.disabled:hover{
  
}

.pagination span.last,
.pagination span.first,
.pagination span.disabled{
	font-size: 0;
	display:none;
}
.pagination span.current{
	color:#000;
	opacity:0.5;
}
/*
.pagination span.first,
.pagination span.disabled {
    margin-right: 12px;
}*/
span.pagination-literal-status {
    font-size: 16px;
}
.pagination {
    display: flex;
	gap: 12px 18px;
	justify-content: center;
}

.pagination span.first.disabled:hover:after,
.pagination span.last.disabled:hover:after{
	filter:none;
}
.pagination span.first:hover:after,
.pagination span.last:hover:after{
	filter: brightness(0) invert();
}

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


/** Login Page Start **/
.page-login .login-form {
    padding: 50px;
    width: 50%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 600px;
    border-radius: 10px;
}
.page-login .page-content,
.page-registration .page-content,
.page-reset-password .page-content,
.page-newsletter-subscription .page-content {
    padding: 50px 0 120px;
}
span.lost-password {
    width: 210px;
    margin-top: 0;
}
.page-login .flying-cart-content.page-content,
.page-registration .flying-cart-content.page-content,
.page-reset-password .flying-cart-content.page-content,
.flying-cart-content.page-content{
    padding: 0;

}
.page-login .checkout-as-guest-button .checkout-as-guest {
    max-width: 300px;
}
.page-login .checkout-as-guest-button a {
    display: block;
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    border: 0;
    height: 48px;
    width: 100%;
    border-radius: 100px;
    padding: 10px 15px;
    transition: all 300ms ease-out 0s;
    max-width: 100%;
    background: rgb(147, 156, 121);
    letter-spacing: 0.1em;
}
.page-login .checkout-as-guest-button a:hover {
    color: #000;
    background: #fcdc5c;
    border: 0;
}
.login-form span.title,
.registration-form .title,
.password-reset-form .title,
form.customer-new-password span.title,
.newsletter.unsubscribe.valid-verify-form .title{
    padding: 0;
    color: #000;
    font-family: 'Halyard Display Book';
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 40px;
    line-height: 60px;
}
.password-reset-form .title,
.newsletter.unsubscribe.valid-verify-form .title{
    margin: 0 0 15px;
}
form.customer-new-password span.title{
    margin: 0 0 25px;
}
.login-button,
.registration-form .form-row.submit-row button,
.password-reset-form .form-row.submit-row button,
.customer-new-password .form-row.submit-row button,
.newsletter.unsubscribe.valid-verify-form .form-row.button-container button {
    background: #172836;
    max-width: 100%;
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: Halyard Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border: 1px solid #172836;
    min-width: 100%;
    height: 50px;
    padding: 8px 15px 12px;
    display: inline-block;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
}

.login-button:hover,
.registration-form .form-row.submit-row button:hover,
.password-reset-form .form-row.submit-row button:hover,
.customer-new-password .form-row.submit-row button:hover,
.newsletter.unsubscribe.valid-verify-form .form-row.button-container button:hover{
    border-color:#648AA8;
    background:#648AA8;
    color: #fff;
}

.login-form .remember {
    margin: 0;
    width: 230px;
    color: #000;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 1;
}

.page-login .login-form label {
    display: none;
}

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

.page-login .login-form .form-row.mandatory {
    margin-bottom: 30px;
    position: relative;
}

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


.login-form .lost-password a {
    text-align: right;
    color: #000;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    right: 0;
    bottom: 0;
    text-decoration: underline;
}

.login-form .lost-password a:hover {
    color: #648aa8;
    text-decoration: underline;
}

.login-form .no-account-label {
    color: #000;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-form .account-register a {
    color: #000;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
    opacity: 0.9;
    text-decoration: underline;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.login-form .account-register a:hover{
    color: #648aa8;
    text-decoration: underline;
}

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

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

.registration-form .title {
    padding: 0 12px;
    width: 100%;
}

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

.registration-form label,
.password-reset-form .form-row label,
.customer-new-password .form-row label,
.newsletter.unsubscribe.valid-verify-form label{
    display: block;
    text-transform: capitalize;
    width: 100%;
    line-height: normal;
    color: #000;
    font-family: Halyard Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 0 5px;
}
.newsletter.unsubscribe.valid-verify-form label{
    margin:15px 0 5px;
}
.newsletter.unsubscribe.valid-verify-form  .form-row.button-container label {
    display: none;
}
.registration-form select {
    width: 100%;
    padding: 8px 20px 10px;
}

.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin: 20px auto 0;
    width: 100%;
    text-align: center;
}
.registration-form .form-row.submit-row label {
    display: none;
}
.password-meter-wrap {
    position: absolute;
    top: -5px;
    right: 17px;
    width: 135px;
}
.password-meter-wrap .password-description {
    font-size: 13px;
    width: auto;
    line-height: 10px;
    margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
    display: block;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    height: 8px;
}
.password-meter-wrap .weak,
.password-meter-wrap .medium,
.password-meter-wrap .strong,
.password-meter-wrap .strongest {
    width: 70px;
}
/** Registration Page End **/
/** Forgot Password Start **/
.password-reset-form .form-row.submit-row,
form.customer-new-password .form-row.submit-row{
    margin: 35px 0 0;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container button{
    margin: 15px 0 0;
}
.password-reset-form .errorlist.after {
    left: unset;
    top: unset;
}
.password-reset-form,
.newsletter.unsubscribe.valid-verify-form{
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px 70px;
    background: #fff;
    border: 0;
    text-align: left;
    border-radius: 10px;
}
.newsletter.unsubscribe.valid-verify-form {
    max-width: 660px;
    padding: 50px;
}
.password-reset-form .lost-password-text, .newsletter.unsubscribe.valid-verify-form span.message {
    padding: 0;
    margin: 0 0 28px;
    color: #000;
    font-family: Halyard Display Book;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.16px;
    line-height: 22px;
}

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

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

}

form.customer-new-password {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
    border: 0;
    text-align: left;
    border-radius: 10px;
}

.customer-new-password .form-row.submit-row label {
    display: none;
}
.subscription-list-success .title {
    background-color: #648AA8;
    color: #fff;
    font-size: 25px;
    padding: 20px 15px;
    margin: 0;
}
.page-newsletter-subscription .subscription-list-success {
    border: 1px solid #648AA8;
    width: 480px;
}
.subscription-list-success .messess-text {
    padding: 35px 15px 30px 90px;
    font-size: 15px;
    line-height: 23px;
}
.subscription-list-success .help {
    margin: 20px;
}
.subscription-list-success .help .link {
    color: #648AA8;
}
.subscription-list-success .help .link:hover {
    color: #fcdc5c;
}
/** Forgot Password End **/





/** Footer Start **/
body>.footer {
    background:#172836;
    position: relative;
}

.footer > .widget-container {
    max-width: 1350px;
    margin: 0 auto;
}

.footer-copyright p {
    font-family: 'Halyard Display Book';
	font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0;
    margin:0;
    color:rgba(255,255,255,0.7);
}
.footer-copyright p a{
    color:rgba(255,255,255,0.7);
    text-decoration: none;
    font-weight: 300;
}
.footer-copyright p b {
    font-weight: 300;
    margin: 0 10px;
}
.footer-copyright p a:hover {
    color: #648aa8;
}

/** Footer End **/

body > .header {
    background: linear-gradient(#C3D2DE, transparent);
}
body.page-home > .header {
    z-index: 1;
    background: linear-gradient(#C3D2DE, transparent);
}



/*profile css start*/
#customer-profile-tabs.customer-profile-v2 input[type="text"]:focus, 
#customer-profile-tabs.customer-profile-v2 input[type="email"]:focus, 
#customer-profile-tabs.customer-profile-v2 input[type="password"]:focus, 
#customer-profile-tabs.customer-profile-v2 select:focus, 
#customer-profile-tabs.customer-profile-v2 textarea:focus {
    border: 1px solid #172836;
}
.customer-profile-v2-wrapper {
    padding: 100px 0;
}
.customer-profile-v2 .header-message {
    font-size: 30px;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
    margin-top: 85px;
}
.customer-profile-v2 .customer-short-info .customer-name-text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
.customer-profile-v2 .customer-basic-info {
    font-size: 16px;
    line-height: 24px;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a {
    font-size: 16px;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title {
    font-size: 20px;
}
#customer-profile-tabs.customer-profile-v2 .special-product {
    padding: 30px 20px;
}
#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: #ececec;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]::after {
    font-size: 18px;
    top: 10px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
    margin-top: 15px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
    padding-bottom: 10px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name-link {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price {
    font-size: 18px;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
    float: none;
    padding: 0;
    background: none;
    display: block;
    margin-top: 12px;
    border: 0;
    padding: 0;
    max-width: auto;
    text-align: left;
    text-transform: inherit;
}
#customer-profile-tabs .customer-profile-order-details-v2-view .order-items-wrap .wrapper[data-label="Product:"] .name {
    font-size: 13px;
	color: #000;
}
#customer-profile-tabs.customer-profile-v2 button {
    background:#fcdc5c;
	color:#000;
    width: auto;
    border-color:#fcdc5c;
	border-radius: 50px;
	padding: 10px 40px;
    height: 40px;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #939C79;
    color: #fff;
    border-color: #939C79;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background:#939C79;
    font-weight: 600;
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a, 
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
    background: none;
    font-family: 'Halyard Display Book';
	font-weight: normal;
    font-style: normal;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a{
	color:#1C1C1C;
	letter-spacing: 0.32px;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover{
	color:#000;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 15px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row label, 
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    font-size: 14px;
    font-weight:400;
    color: #000;
    display: block;
    padding: 0 0 5px;
    line-height: 1.4;
	width:100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
    position: relative;
    padding: 0 0 0 22px;
    background: none;
    border: none;
	    margin: 0;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 30px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-size: 22px;
    font-weight:400;
    color: #000;
    line-height: normal;
    margin: 0 0 20px;
   font-family: Halyard Display;
}
#webcommander-page.page-profile .site-popup .title-bar .title {
    font-family: Halyard Display;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 6px;
    left: 0;
}
.page-profile .site-popup .title-bar {
    text-align: left;
	padding: 22px 30px;
    background-color: #f7f7f7;
    border-bottom: 1px #f7f7f7 solid;
}
#customer-profile-tabs.customer-profile-v2 th {
    font-size: 13px;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title {
    font-weight:400;
    font-size: 16px;
    line-height: 21px;
    color:#000;
    padding: 0;
	font-family: 'Halyard Display Book';
	font-weight: normal;
    font-style: normal;
	letter-spacing: 0.32px;
}
.page-profile .body-section{
	font-family: Halyard Display;
}
.customer-profile-v2 .customer-basic-info {
    margin-bottom: 24px;
}
#webcommander-page.page-profile .site-popup .content{
	max-height: inherit !important;
}
#webcommander-page.page-profile .site-popup .button-line button {
    color: #000;
    text-align: center;
    font-family: Halyard Display;
    font-size: 14px;
    font-style: normal;
    font-weight:400;
    line-height: normal;
    letter-spacing: 2.5px;
    border: 1px solid #000;
    max-width:165px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
    background:transparent;
    border-radius: 50px;
    text-decoration: none;
    width: 100%;
}
#webcommander-page.page-profile .site-popup .button-line button:hover {
    background:#172836;
    border-color:#172836;
    color: #fff;
}
#webcommander-page.page-profile .site-popup .button-line button.submit-button{
	color: #fff;
    background: #172836;
    border: 1px solid #172836;
}
#webcommander-page.page-profile .site-popup .button-line button.submit-button:hover{
	color: #fff;
    background: #648AA8;
    border:1px solid #648AA8;
}
.page-profile .site-popup .button-line {
    padding: 30px 30px;
    background-color: #f7f7f7;
    border-top: 1px #f7f7f7 solid;
    border-radius: 0 0 4px 4px;
    text-align: center;
}
.page-profile .site-popup .title-bar .close {
    top: 24px;
}
.page-profile .site-popup input, .page-profile .site-popup select, .page-profile .site-popup textarea {
    font-family: Century Gothic;
}
.page-profile .site-popup .button-line button[disabled],
#customer-profile-tabs.customer-profile-v2 button[disabled] {
    background-color: #ccc !important;
    pointer-events: none;
    border: 0 !important;
}
#customer-profile-tabs.customer-profile-v2 input[type="text"], 
#customer-profile-tabs.customer-profile-v2 input[type="email"], 
#customer-profile-tabs.customer-profile-v2 input[type="password"] {
    height: 45px;
}
#customer-profile-tabs.customer-profile-v2 select {
    height: 45px;
}
.page-profile .site-popup input{
	height:45px;
}
.page-profile .site-popup input[type="checkbox"]{
	height:auto;
}
.page-profile .site-popup select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height:45px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px;
    background: #f9f9f7 url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.08033%204.98902L1.48284%200.260421C1.3196%200.093151%201.0984%20-0.000624856%200.867882%20-0.000277555C0.637367%206.97456e-05%200.416429%200.094512%200.253669%200.262273C0.09091%200.430034%20-0.000337289%200.657371%206.49057e-07%200.894274C0.000338587%201.13118%200.092234%201.35824%200.255471%201.52551L5.46252%206.88268C5.62063%207.04454%205.83336%207.13755%206.05648%207.14238C6.2796%207.14721%206.49595%207.06348%206.66055%206.9086L11.9083%201.52921C12.0715%201.36194%2012.1634%201.13488%2012.1637%200.897977C12.1641%200.661074%2012.0728%200.433737%2011.9101%200.265976C11.7473%200.0982151%2011.5264%200.00377289%2011.2959%200.0034256C11.0653%200.00307832%2010.8441%200.0968547%2010.6809%200.264124L6.08033%204.98902Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E") no-repeat right 15px center;
    background-position-x: right 15px;
    background-size: auto;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 12px);
    background-size: 12px;
    margin: 0;
    border: 1px solid #d7d9d3;
    border-radius: 5px;
    background-position-y: calc(100% - 17px);
}
.page-profile .site-popup select:focus{
	border: 1px solid #172836;
}

#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-radius: 50px;
	height: 40px;
    padding: 11px 16px;
	border: 1px solid #000;
}
#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{
	background-color: #172836;
    border: 1px solid #172836;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    border-radius: 50px;
    padding: 10px 16px;
    height: 40px;
    font-family: Halyard Display;
    letter-spacing: 0.05em;
	border: 1px solid #000;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link:hover {
    background-color: #172836;
    border: 1px solid #172836;
    color: #fff;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top .title {
    font-size: 16px;
    font-weight:400;
}
.customer-profile-v2 .customer-profile-tab-title {
    font-size: 24px;
    margin-bottom: 25px;
}
.customer-profile-v2 .customer-profile-info-card-title {
    font-size: 18px;
}
.customer-profile-card {
    padding: 30px 20px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-title {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 15px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
     font-size: 15px;
     line-height:20px;
     color: #000;
     margin-top: 0;
 }

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    color:#fff;
    background: #172836;
    border-radius: 50px;
    height: 40px;
    padding: 10px 30px;
    letter-spacing:0.032px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover{
    background:#648AA8;
	color:#fff;
}
.page-profile .site-popup .securepay-payment-form-wrapper-elm .button-container {   
    justify-content: center;
    padding: 28px 37px 23px;
    background-color: #f7f7f7;
    border-top: 1px #f7f7f7 solid;
    border-radius: 0 0 4px 4px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -22px;
}
.page-profile .site-popup .securepay-payment-form-wrapper-elm .button-container button{
	color:#393939;
    text-align: center;
    font-family: Halyard Display;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
    border: 1px solid #000 !important;
    max-width:165px;
    height: 41px;
    padding: 10px 20px !important;
    display: inline-block;
    background: transparent !important;
    border-radius: 50px !important;
    text-decoration: none;
    width: 100%;
}
.page-profile .site-popup .securepay-payment-form-wrapper-elm .button-container button:hover{
	color: #fff;
    border: 1px solid #172836 !important;
    background:#172836 !important;
    text-decoration: none;
}
.page-profile .site-popup .securepay-payment-form-wrapper-elm .button-container button:first-child{
	border: 1px solid #172836 !important;
    background:#172836 !important;
	color:#fff;
}
.page-profile .site-popup .securepay-payment-form-wrapper-elm .button-container button:hover:first-child{
	border: 1px solid #648AA8 !important;
    background:#648AA8 !important;
	color: #fff !important;
}
.ph-form-element input[type=text]{
	outline:0px !important;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroller {
    top: 20px;
    gap: 12px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-image {
    height: 188px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
    padding-bottom: 36px;
    border-bottom: 0px solid #939C79;
}
.floating-panel-popup .share-medium {
    padding: 11px;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 30px;
    position: relative;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.page-profile .confirm-popup .button-line button{
	color: #000;
    text-align: center;
    font-family: Halyard Display;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1px solid #172836 !important;
    max-width:165px;
    height: 41px;
    padding: 10px 20px !important;
    display: inline-block;
    background: #172836 !important;
    border-radius: 50px !important;
    text-decoration: none;
    width: 100%;
}
.page-profile .confirm-popup .button-line button:hover{
	color: #fff;
    border: 1px solid #648AA8 !important;
    background:#648AA8 !important;
    text-decoration: none;
}
.page-profile .confirm-popup .button-line button.no-button{
	color: #fff;
    border: 1px solid #648AA8 !important;
    background:#648AA8 !important;
}
.page-profile .confirm-popup .button-line button.no-button:hover{
	color: #000 !important;
    border: 1px solid #172836 !important;
    background:#172836 !important;
}
#customer-profile-tabs.customer-profile-v2 button.submit-button{
	 border: 1px solid #172836;
	 background: #172836;
	 color: #fff;
}
#customer-profile-tabs.customer-profile-v2 button.submit-button:hover{
	 border: 1px solid #648AA8;
	 background: #648AA8;
	 color: #fff;
}
#customer-profile-tabs.customer-profile-v2 button.cancel-button{
	 border: 1px solid #000 !important;
	 background:transparent !important;
	 color: #393939 !important;
}
#customer-profile-tabs.customer-profile-v2 button.cancel-button:hover{
	 border: 1px solid #172836 !important;
	 background: #172836 !important;
	 color: #fff !important;
}
#customer-profile-tabs.customer-profile-v2 td{
	color: #000;
}
#customer-profile-tabs.customer-profile-v2 .form-row label {
    padding-bottom: 5px;
    font-weight:400;
    letter-spacing: 0.16px;
}

/*profile css end*/


/*search box start*/
.header .widget.widget-search .search-form form {
    text-align: right;
    float: right;
    width: 100%;
	border:0px;
	position: relative;
}
.widget-search.search-box input {
    width: 100%;
    border: 0px;
    height: 44px;
    background-color:rgba(185, 196, 155, 0.5);
    -webkit-border-radius: 30px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    padding-left: 25px;
    border-radius: 50px;
    margin: 5px 0;
    padding-right:50px;
    border-radius: 50px;
    margin: 5px 0;
}
 .search-box input::-webkit-input-placeholder { /* Edge */
   color: #fff;
  font-family: Halyard Display;
   font-size: 15px;
   font-weight: 700;
   line-height: 18.39px;
   letter-spacing: 0.02em;
}
 .search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
   font-family: Halyard Display;
   font-size: 15px;
   font-weight: 700;
   line-height: 18.39px;
   letter-spacing: 0.02em;
}
 .search-box input::placeholder {
   color: #fff;
   font-family: Halyard Display;
   font-size: 15px;
   font-weight: 700;
   line-height: 18.39px;
   letter-spacing: 0.02em;
}
.widget-search.search-box button {
    width: 50px;
    height: 44px;
    border: 0;
    padding: 0;
    position: absolute;
    font-size: 0px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 0;
    min-width: auto;
    top: 5px;
    left: 20px;
    background: transparent;
    margin-left: 8px;
}
.widget-search.search-box button {
    background: url("../images/search-top.svg") right no-repeat;
    width: 18px;
    height: 18px;
    margin-top: 14px;
    right: 22px;
    margin-left: auto;
}
/*search box end*/

/*subscribe box start*/
/***********newsletter****************/
.widget.widget-newsletter input::-webkit-input-placeholder { /* Edge */
   color:rgba(255, 255, 255, 0.5);
   font-family: Halyard Display;
   font-size: 16px;
   font-weight: 700;
   line-height: 43px;
   letter-spacing: 0.05em;
}
.widget.widget-newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:rgba(255, 255, 255, 0.5);
   font-family: Halyard Display;
   font-size: 16px;
   font-weight: 700;
   line-height: 43px;
   letter-spacing: 0.05em;
}
.widget.widget-newsletter input::placeholder {
   color:rgba(255, 255, 255, 0.5);
   font-family: Halyard Display;
   font-size: 16px;
   font-weight: 700;
   line-height: 43px;
   letter-spacing: 0.05em;
}
.widget.widget-newsletter {
	max-width: 1280px;
    margin: 0 auto;
    padding: 90px 0 43px 0;
    background:#535A44;
	border-bottom: 1px solid rgba(241, 241, 241, 0.09);
}
.widget.widget-newsletter .newsletter {
    position: absolute;
    right: 0;
}
.widget-newsletter label {
    display:none;
}
.widget.widget-newsletter .widget-title {
    max-width: 540px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
   font-family: Halyard Display;
    font-size: 36px;
    font-weight: 400;
    line-height: 43px;
    color: #fff;
    text-transform: uppercase;
}

.widget.widget-newsletter.news-letter-section .newsletter .form-row{
    margin:0;
    padding:0;
}
.widget.widget-newsletter.news-letter-section .newsletter .form-row button.newsletter-subscription.submit-button {
    position: absolute;
    cursor: pointer;
    max-width: 149px;
    background: #939C79;
    border: 0px solid #939C79;
    border-radius: 49px;
    font-family: Halyard Display;
    font-size: 16px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin: 0;
    height: 52px;
    padding: 10px;
    right: 0;
    top: -52px;
}
.widget.widget-newsletter.news-letter-section .newsletter .form-row.button-container {
    position: relative;
}
.news-letter-section .message-block.info-message,
.news-letter-section .message-block.success,
.news-letter-section .message-block.error-message, 
.news-letter-section .message-block.error {
    position: absolute;
    bottom: -34px;
    border-radius: 40px;
	width: auto;
    padding: 5px 15px;
}
.news-letter-section .errorlist.after .message-block {
    position: absolute;
    bottom: -20px;
}
.pagination span.disabled {
	opacity:0.5;
}
.widget.widget-newsletter.news-letter-section .newsletter .form-row input{
    min-width:500px;
    padding: 17px 16px 17px 20px;
      padding-right: 160px;
    border: 0px solid #131318;
    border-radius: 45px;
    height:52px!important;
    margin-right:10px;
	background-color:rgba(255, 255, 255, 0.10);
	font-family: Halyard Display;
    font-size: 16px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: 0.05em;
	color:#fff;
}
.widget.widget-newsletter.news-letter-section .newsletter .form-row button.newsletter-subscription.submit-button:hover{
    background:#a2ab8a;
    color:#fff;
    border: 0px solid #a2ab8a;
}
/***********newsletter end****************/

/** User Nav End**/

/*** Home Category Start ***/
.widget-category.home-cat-sec {
    background: url('/template/a8b19169/images/home-cat-menu-bg.png') no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 125px 0 50px;
}
.widget-category.home-cat-sec  .category-view.image-view .category-image-view img {
    aspect-ratio: unset;
	border-radius: 100%;
	height:100%;
}
.widget-category.home-cat-sec .category-view.image-view .category-image-view-width a {
  display: block;
  width: 100%;
  height: 100%;
}
.widget-category.home-cat-sec .category-image-view.category {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.widget-category.home-cat-sec .category-view.image-view .category-name a {
    margin:0;
    display:block;
    font-family: Halyard Display;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0;
    color: rgba(65, 82, 31, 1);
    text-transform: uppercase;
}
.widget-category.home-cat-sec .category-image-view.category-image-view-width:hover .category-name a{
    color: #fcdc5c;
    opacity: 1;
}
.widget-category.home-cat-sec .category-image-view.category-image-view-width:hover img {
    opacity: 0.7;
}
.widget-category.home-cat-sec .category-view.image-view {
    max-width: 1435px;
    margin: 80px auto 0;
}
.widget-category.home-cat-sec .content.category-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: unset;
}
.widget-category.home-cat-sec .category.category-image-view.category-image-view-width {
    width: calc(100%/5 - 80px);
    margin: 0 40px 90px;
}
.widget-category.home-cat-sec .widget-title {
   font-family: Halyard Display;
    font-size: 44px;
    font-weight: 400;
    line-height: 55px;
    text-align: center;
    max-width: 525px;
    margin: 0 auto;
    padding: 0;
    color: rgba(31, 42, 7, 1);
    position: relative;
    text-transform: uppercase;
}
.widget-category.home-cat-sec .widget-title:after{
    content: '';
    height: 4px;
    width: 346px;
    position: absolute;
    background-color: #172836;
    bottom: 5px;
    right: 4px;
}
.widget-category.home-cat-sec .category-name {
    margin: 30px 0 0;
}
.widget-category.home-cat-sec.inner {
    background: #fff;
    padding: 0 0 30px;
}
.widget-category.home-cat-sec.inner .category-view.image-view {
    max-width: 1200px;
}
.widget-category.home-cat-sec.inner .category.category-image-view.category-image-view-width {
    width: calc(100% / 4 - 60px);
    margin: 0 30px 90px;
}
.page-category .product-container .category-name{
	display:none;
}
/*** Home Category End ***/

/*** Flying Cart Start ***/
.flying-cart-content.page-content.loading.popup {
    padding: 0;
    top: auto !important;
    bottom: 0 !important;
    height: 100% !important;
    width: 500px !important;
    left: auto !important;
    right: 0 !important;
}
.flying-cart-footer .continue-shopping-btn {
    background: #172836 !important;
    line-height: 31px !important;
    color: #fff !important;
    border-radius: 100px !important;
    border: 0 !important;
    max-width: 100%;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    height: 54px !important;
}
.flying-cart-page-heading {
    font-size: 25px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
}
.flyingt-cart-header {
    padding: 20px 25px 23px !important;
}
.flying-cart-clear-cart-btn {
    font-size: 15px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}
.flying-cart-page-heading-action-btn-wrapper {
    gap: 0 5px !important;
}
.flying-cart-clear-cart-btn:hover,
.flying-cart-product-name a:hover {
    color: #172836 !important;
}
.flying-cart-quantity-wrapper .stepper {
    width: 90px !important;
    height: 35px !important;
    border-radius: 5px !important;
}
.flying-cart-quantity-wrapper .stepper-arrow.up {
    top: 5px !important;
}
.flying-cart-quantity-wrapper .stepper-arrow.down {
    bottom: -5px !important;
}
.flying-cart-quantity-wrapper .stepper-input {
    height: 31px !important;
}
.flying-cart-quantity-wrapper .stepper-input:focus{
    border: 0 !important;
}
.flying-cartitem-btn-wrapper .flying-cart-footer-button {
    background: #172836 !important;
    border-radius: 100px !important;
    font-size: 18px !important;
    line-height: 26px !important;
    color: #fff !important;
    height: 50px !important;
    border: 0 !important;
    max-width: 100%;
    text-transform: capitalize !important;
    font-weight: 400 !important;
}
.flying-cart-bottom-price span {
  font-weight: 500 !important;
}
.flying-cart-total-order .flying-cart-total-label span {
  font-weight: 500 !important;
}
.flying-cart-product-name a {
    font-weight: 500 !important;
    font-size: 17px !important;
}
.flying-cart-unit-price-wrapper {
    font-weight: 500 !important;
}
.flying-cart-item-name-quantity-wrapper .product-card__product-variation-value {
  font-weight: normal !important;
}
.flying-cart.empty-cart .shipping-cart-empty-text {
    font-size: 22px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #000000 !important;
}
.flying-cart.empty-cart .shipping-cart-empty-sub-text {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
}
.flying-cart-item-name-quantity-wrapper .product-card__product-variation-label {
  font-size: 14px !important;
  color: #000 !important;
}
.flying-cart-item-name-quantity-wrapper .product-external-info {
  margin-top: 8px !important;
}
/***  Flying Cart End ***/

/*** Contact Form Start ***/

.page-contact-us #spltr-0796E378-166B-4095-8741-BC21C1640E7A {
    max-width: 1170px;
    margin: 0 auto;
}

.page-contact-us .widget-container > .page-content > .v-split-container > .v-split .widget{
    padding-left: 0;
    padding-right: 0;
}
.widget.widget-form.contact-form {
    padding: 70px 80px 130px 0 !important;
}
.widget.widget-form.contact-form .widget-title {
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.015em;
    color: #000;
    padding: 0;
    margin: 0 0 12px;
}
.widget.widget-form.contact-form .single-input-row .form-row.text p {
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    color: #172836;
}
.widget.widget-form.contact-form .single-input-row .form-row.text{
    padding:0;
    margin: 0 0 32px;
}
.widget.widget-form.contact-form .form-row label {
    display: block;
    margin: 0 0 8px;
    width: 100%;
    padding: 0;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.06em;
    color: #000;
}
.widget.widget-form.contact-form .form-row {
    padding: 0;
    margin: 0 0 24px;
}
.widget.widget-form.contact-form .form-row.btn-row{
    padding: 0;
    margin: 0;
}
.widget.widget-form.contact-form .form-row.btn-row label{
    display: none;
}
.widget.widget-form.contact-form .double-input-row .form-row {
    padding:0 8px;
}
.widget.widget-form.contact-form .double-input-row{
    margin: 0 -8px;
}
.widget-image.contact-img {
    padding: 70px 0 0;
}
.widget.widget-form.contact-form .form-row.btn-row button{
    color: #fff;
    font-style: normal;
    border: 1px solid #172836;
    max-width: 135px;
    height: 45px;
    padding: 8px 10px 12px;
    background: #172836;
    border-radius: 50px;
    text-decoration: none;
    width: 100%;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.015em;
    text-align: center;
}
.widget.widget-form.contact-form .form-row.btn-row button:hover{
    color: #fff;
    border: 1px solid #648aa8;
    background: #648aa8;
}
/*** Contact Form End ***/

/*** Checkout Start ***/
.checkout-page.version-2 {
    -ms-grid-columns: 55% 45%;
    grid-template-columns: 55% 45%;
}
.checkout-page.version-2 .billing-address .delivery-options-advance-panel .form-row .label-text {
  margin: 0;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner {
    max-width: 500px;
    border: 0;
    border-radius: 10px;
    padding: 30px 30px 40px;
    background: #fff;
}
.page-profile .customer-profile-v2-wrapper,
.checkout-page.version-2 .advance-checkout-order-details-right-dom,
.checkout-page.version-2 .advance-checkout-steps-left-dom {
    background-color: transparent;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom {
    padding:100px 30px 100px 50px;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom {
  padding: 100px 65px 100px 15px;
}
.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(252, 220, 92);
}
.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-steps-left-dom textarea,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom textarea {
   font-family: Halyard Display;
    appearance: none;
    margin: 0;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(83, 90, 68, 0.2);
    font-weight: 500;
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom select:focus,
.checkout-page.version-2 .contact-panel .contact-info .form-row.active-row input,
.checkout-page.version-2 .billing-address .form-row.active-row input, 
.checkout-page.version-2 .billing-address .form-row.active-row select {
    border: 1px #172836 solid;
}
.checkout-page.version-2 .not-supported-shipping-message.message-block.error-message {
    margin: 20px 0 0;
}
.checkout-page.version-2 .order-summary-panel .cart-overview-header,
.checkout-page.version-2 .advance-checkout-steps-left-dom .section > .header,
.checkout-page.version-2 .advance-checkout-steps-left-dom .section .header-text,
.checkout-page.version-2 .advance-checkout-steps-left-dom .order-comment-row .label,
.checkout-page.version-2 .advance-checkout-steps-left-dom .payment-gateway-label ,
.checkout-page.version-2 .contact-panel .advance-contact-information-header{
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .page-heading {
    font-size: 30px;
    margin: 0 0 25px;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a,
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row .label {
    font-size: 15px;
    font-weight: 500;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name {
    padding: 0 15px 0 0;
}
.checkout-page.version-2 .order-summary-panel {
    margin-bottom: 15px;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row.total-order {
    margin: 24px 0 0;
    border-top: 1px solid #e4e4e4;
    padding: 24px 0 0;
}
.checkout-page.version-2 {
    border-top: 0;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 100px;
    background-color: #fcdc5c;
    color: #000;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button.disabled {
    background-color: #ccc;
    color: #b0aeae;
    pointer-events: none;
    border: 1px solid #ccc;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover {
    background-color: #939C79;
    border-color: #939C79;
    color: #fff;
}
/*** Checkout End ***/

/*** Payment Success Start ***/
.payment-success-page-container {
    background-color: transparent;
}
.payment-success-page-container .payment-success-header .payment-success-icon {
    width: 80px;
    height: 80px;
    margin: 30px auto 35px;
    background-size: 80px;
}
.payment-success-page-container .payment-success-header .title {
    font-size: 30px;
}
.payment-success-page-container .message-details .order-info {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.payment-success-page-container .message-details .post-order-contact-us {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.payment-success-page-container .message-details .post-order-contact-us a {
    font-weight: 600;
    color: #000;
}
.payment-success-page-container .message-details .post-order-contact-us a {
    color:rgba(147, 156, 121, 1);
}
.payment-success-page-container .order-details {
    border-radius: 10px;
}
.payment-success-page-container .order-details .order_details_table tr th {
    font-size: 17px;
    padding: 10px;
    background: transparent;
}
.payment-success-page-container table, .payment-success-page-container th, .payment-success-page-container td {
    border: 0;
}
.payment-success-page-container .order-details h4 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.cartitem-table .total-price-column {
    width: 80px;
}
.cartitem-table .quantity-column {
    width: 115px;
}
.cartitem-table .unit-price-column{
    width: 100px;
}
.payment-success-page-container .order_details_table .product-name {
    font-size: 16px;
    font-weight: 500;
}
.payment-success-page-container .order-details .order_details_table tr td {
    font-size: 16px;
    font-weight: 500;
}
.payment-success-page-container .order-details .payment-success-total table {
    padding: 0;
}
.payment-success-page-container .order-details .payment-success-total table td {
    font-size: 15px;
    font-weight: 500;
}
.payment-success-total > table tr.total-order {
    padding: 10px 0 0;
    margin: 12px 0 0;
}
/*** Payment Success End ***/

/* shopping cart page*/
.shopping-cart .shopping-cart__inner {
  max-width: 1350px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.shopping-cart .product-card {
    max-width: 90%;
}
.shopping-cart .product-card.cart-item:last-child {
    margin-bottom: 40px;
}
.shopping-cart .my-cart-products .product-card.cart-item {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}
.shopping-cart .my-cart-order-summary {
    max-height: 400px;
    margin-bottom: 100px;
    border: 1px #dbdbdb solid;
}
.shopping-cart .my-cart-products {
    margin: 0 0 100px;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
    padding: 0;
    width: 100%;
}
.shopping-cart .order-summary-card__title {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
}
.shopping-cart .order-summary-card__price-row .lable {
    font-size: 15px;
    font-weight: 500;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background: #fcdc5c;
    border: none;
    margin: 30px 0 0;
    padding: 10px 15px;
    line-height: 23px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    max-width: 100%;
    height: 45px;
    border-radius: 100px;
}
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn {
    font-size: 15px;
    font-weight: 600;
    background: #939C79;
    text-decoration: none;
    max-width: 300px;
    height: 45px;
    line-height: 23px;
    padding: 10px 15px;
    color: #fff;
    border: 0;
}
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover {
    background: #fcdc5c !important;
    color: #000 !important;
}
.shopping-cart .my-cart__header {
    margin-bottom: 25px;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover {
    background: rgb(252, 220, 92)
    color: #000;
}
.shopping-cart .product-card__product-name a:hover,
.shopping-cart .order-summary-card__add-promo-codes .text-align:hover,
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover {
    color: rgb(252, 220, 92);
}
.shopping-cart .my-cart__title {
    color: #000;
    font-family: Century Gothic;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 50px;
}
.shopping-cart .my-cart__header {
    margin: 0;
    padding: 87px 0 35px;
}
@media (max-width: 767px) {
    .shopping-cart .my-cart-order-summary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px;
    }
    .shopping-cart .product-card {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .shopping-cart .product-card__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .shopping-cart .product-card__image-link {
        width: auto;
        height: auto;
        max-width: 150px;
    }
    .shopping-cart .product-card__product-name a {
        font-size: 15px;
        max-width: 204px;
        display: inline-block;
    }
    .shopping-cart .my-cart-order-summary {
        margin-bottom: 30px;
    }
}

/* end shopping cart page*/

/*product section start*/
.widget.widget-product.product-shop-section {
    margin-bottom: 100px;
}
.product-view.image-view .product-block, 
.product-view.scrollable-view .product-block {
    width: calc(100% / 3);
    margin: 0;
    /*padding: 15px;*/
	padding: 0px;
    /*height: 488px;*/
	height:380px;
    background: #FFFFFF;
    border: 2px solid #EFF3F6;
    margin-left: -2px;
    margin-top: -2px;
}
.product-view.image-view .block-content-wrap {
  padding: 0 15px;
}
.product-view.image-view .content.product-content {
  display: flex;
  flex-wrap: wrap;
}

.product-view.scrollable-view a img, 
.product-view.image-view a img {
    max-width:270px;
    max-height:100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.product-view.image-view .product-image-link, 
.product-view.scrollable-view .product-image-link {
    display: block;
    vertical-align: middle;
	height: 100%;
    width: 100%;
}
.home-product-section .image-view .product-view-height-width .image, 
.home-product-section .scrollable-view .product-view-height-width .image {
    height: 272px;
}
.image-view .product-view-height-width .image, 
.scrollable-view .product-view-height-width .image {
    height:260px;
}
.product-view.image-view .product-name, 
.product-view.scrollable-view .product-name {
	color:#000000;
    display: block;
    height: 38px;
    margin-bottom: 5px;
    margin-top: 15px;
	font-family: Halyard Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    letter-spacing: 0%;
    text-align: center;
    overflow: hidden;
    padding-bottom: 0;
    text-overflow: ellipsis;
}
.product-view.image-view .product-name a, 
.product-view.scrollable-view .product-name a{
   font-family: Halyard Display;
   font-weight: 400;
   font-size: 20px;
   line-height: 41px;
   letter-spacing: 0%;
    text-align: center;
}
.product-view.tabular-view .current-price,
span.current-price.price {
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.015em;
  color:#000;
}
.add-to-cart-button.button.et_pdp_add_to_cart .div-mask {
    background-color: #ffffffe6;
    border-radius: 50px;
    border: 1px solid #ffffffe6;
}
.btn-add span.add-to-cart-button, 
.btn-add span.add-to-cart-button{
	position:relative;
	max-width: 154px;
	font-family: Halyard Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.03px;
    text-align: center;
    letter-spacing: 0.05em;
    height: 42px;
	padding: 8px 20px;
	border:1px solid #000000;
	color:#000;
	background: transparent;
	margin-top:0px;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-view.image-view .product-block:hover .btn-add span.add-to-cart-button,
.btn-add span.add-to-cart-button:hover{
	background:#172836;
	border:1px solid #172836;
    color: #fff;
}
/*
.product-view.image-view .product-block img {
    transition: 0.5s;
}
.product-view.image-view .product-block:hover .image.product-image img {
    transition: 0.5s;
    transform: scale(1.05);
}
*/
.block-content-wrap .price-waper{
	text-align: center;
    margin-bottom: 18px;
}

.product-listing .image-view .product-view-height-width .image, 
.product-listing .scrollable-view .product-view-height-width .image {
    height:204px;
}
.product-listing .btn-add span.add-to-cart-button, 
.product-listing .btn-add span.add-to-cart-button {
    min-width: 180px;
    font-size: 15px;
}
.product-listing {
    margin-bottom:100px;
}
.product-listing .product-view .footer{
	margin-top: 20px;
}
.product-view .footer, 
.category-view .footer, 
.entire-search .footer, 
.product-search .footer {
    background-color: transparent;
    border: 0px solid #ccc;
    margin-top: 38px;
    padding: 0 0px;
}
/*product end*/


/*product details start*/
.product-widget.widget-productName .product-name {
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: 0.015em;
    text-align: left;
    margin: 0 0 20px;
	color:#000;
}
.widget-price .current-price-container .current-price.price {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.78px;
  color:#000;
  padding: 0;
}
.product-widget.widget-price {
    padding: 17px 0 22px;
}
.widget-productSku{
    padding:0; 
}
 
.widget-productImage .multi-image-scroll-wrapper {
    border: 0;
    overflow: unset;
    z-index: 9;
	padding:0 40px;
}
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    padding-left:175px;
}
.product-thumb-view img {
    max-width: 100%;
    max-height: 120px;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #EFF3F6;
    opacity: 0.7;
}
/** Stepper Start **/
.product-widget.widget-addCart {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin:25px 0 30px 0;
}

.product-widget.widget-addCart .stepper {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 45px;
    position: relative;
    right: 0;
    width: 45px;
    z-index: 0;
	font-weight:300;
}
.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: "";
	background: url('../images/step-plus-icon.svg') no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    text-indent: 0;
    font-size: 30px;
    left: 0;
    line-height: 37px;
    text-align: center;
    background-position: 14px 16px !important;
}
.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: "";
    background: url('../images/step-minus-icon.svg') no-repeat;
    width: 100%;
    height: 100%;
    top:0;
    text-indent: 0;
    font-size: 30px;
    left:0;
	background-position: 17px 21px !important;
    line-height: 40px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 50px;
    padding: 0;
    text-align: center;
}
.product-widget.widget-addCart .stepper {
    max-width: 182px;
    height:45px;
    position: relative;
    overflow: unset;
    border-radius:50px;
    justify-content: space-between;
    margin:0;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.product-widget.widget-addCart .stepper input {
    width: 80px;
    height: 45px;
    border: 0;
    background: transparent;
    font-size: 17px;
    font-weight: 400;
	font-family: Halyard Display;
    z-index: 0;
    color: #000;
}

.product-widget.widget-addCart .cart-button-container {
    display: flex;
	gap: 20px;
}
.product-widget.widget-addCart span.add-to-cart-button {
    height:45px;
    line-height: 28px;
    font-size: 18px;
    min-width: 348px;
    color: #fff;
    width: 100%;
	padding: 7px 20px;
	-webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-widget.widget-addCart span.add-to-cart-button:hover{
	background: #648AA8;
    color: #fff;
	border: 1px solid #648AA8;
}
.widget-productSummary .summary {
   display: block;
   margin: 0 0 5px;
   font-family: Halyard Display;
   font-size: 18px;
   font-weight: 400;
   line-height: 33px;
   color:#1F2A07;
}
.widget-productSummary .title {
    display: none;
}

.ask-question-panel .form-row textarea {
    width: 100%;
    background: transparent;
}
.ask-question-panel .form-row label {
    width: auto;
}
.info-row.sku {
    color: #000;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.79px;
    letter-spacing: 0.015em;
}
.widget-productSku label{
	font-family: Halyard Display;
    font-weight: 400;
    font-size: 18px;
    line-height: 24.79px;
    letter-spacing: 0.32px;
	color:#000;
}
.widget-price .current-price-container .current-price.price {
    font-family: 'Halyard Display';
    font-weight: 300;
    font-size: 54px;
    line-height: 74.36px;
    letter-spacing:0.56px;
    text-align: left;
    color:#00000;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    right: 20px;
    top: 20px;
    left: auto;
}
.product-widget.widget-related .title {
   font-family: 'Halyard Display Book';
   font-weight: normal;
   font-style: normal;
   font-size: 40px;
   line-height: 67px;
   letter-spacing:0.24px;
    margin-bottom: 20px;
	color:#000;
}
.product-widget.widget-related .product-view.image-view .product-block{
	width: calc(100% / 4);
}
.product-widget.widget-related {
    margin-bottom:140px;
}
.product-widget.widget-related .scrollable-view>.content {
    padding: 15px 0 0;
    border: 0;
    margin:0;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
    max-width: 100%;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
    width: 125px;
}
.widget-productImage .image-thumb-container .thumb-image {
    height: 116px;
    width: 116px;
	border: 1px solid #EFF3F6;
	border-radius: 3px;
}
.product-thumb-view img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
.product-widget.widget-productReview {
    margin: 5px auto;
}
.product-widget.widget-filterGroup {
    padding-bottom: 5px;
}
.filter-group label, .filter-group span, .widget-productCategory label, .widget-productCategory span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.filter-group span, .widget-productCategory span {
    font-weight: 400;
}
.product-widget.widget-stockMark span {
    font-size: 0;
    font-weight: 500;
    color: red;
    background: transparent;
    padding:0;
    margin:0;
    text-align:right;
}
.product-widget.widget-stockMark.no-thumb-image {
    position: relative;
}
.product-widget.widget-stockMark span.available {
    color: rgba(13, 188, 146, 1);
    font-size: 0;
    position: absolute;
    right: 0;
    top: -30px;
}
.product-widget.widget-stockMark span.available::before {
    content: '';
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3BAB53;
    width: 125px;
    height: 20px;
    background: url("../images/stock.svg");
    background-position: -30px -7px;
}

.product-widget.widget-stockMark span::before {
    content: '';
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3BAB53;
    width: 125px;
    height: 20px;
    background: url("../images/stock.svg");
    background-position: -15px -44px;
}
.widget-socialMediaShare .social-media-wrapper {
    font-size: 0;
}
.widget-socialMediaShare .social-media-wrapper::before {
    content: 'Share:';
    display: inline-block;
    margin-right: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.widget-socialMediaShare .social-media-wrapper span {
    height: 17px;
    opacity: 1;
    position:relative;
    margin:0 20px 0 0;
}
.widget-socialMediaShare .social-media-wrapper span:before {
    content:"";
    left: -5px;
    top: -8px;
    width: 34px;
    height: 34px;
    position:absolute;
    border: 1px solid rgba(147, 156, 121, 0.3);
    border-radius: 50px;
}
.widget-socialMediaShare .social-media-wrapper span:hover:before {
    border: 1px solid #172836;
}
.widget-socialMediaShare .social-media-wrapper span:hover{
    opacity: 1;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    background-image: url("../images/product-thumb-arrow.svg");
    width: 37px;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator:hover{
	opacity:0.5;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 5px 0;
    overflow: hidden;
}
.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
    background-position: 0px center;
    cursor: pointer;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
    background-position: -36px center;
    cursor: pointer;
}
/**********************************/
.widget.widget-product.product-horizental .review-rating-wrapper {
    margin-top: 0;
}
.review-rating span img{
    opacity: 0;
}
.review-rating {
    width: 118px !important;
    text-align: left;
    display: inline-block;
    margin: 0 !important;
}
.product-widget.widget-productReview .review-rating {
    width: 112px !important;
}
.product-widget.widget-productReview .review-rating-wrapper .review-count {
    margin-top: -1px;
}
.review-rating span {
    width: 18px !important;
    display: inline-block;
    height: 23px;
}

.review-rating .star-on {
    background: url('../images/star-on.svg') no-repeat center;
}
.review-rating .star-off {
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating .star-half {
    background: url('../images/star-half.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-on {
    background-image:none;
    background: url('../images/star-on.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-off {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-half {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating-wrapper .review-count {
    font-size: 12px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-left: 0px;
    display: inline-block;
    line-height: 14px;
}
.new-review-panel .review-card-wrapper__reviewer-name {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.product-view .product-block .review-rating-wrapper {
    margin: 20px 20px 12px;
}
.new-review-panel .review-form .form-row input[type="text"]{
    height: 47px;
}
.new-review-panel .review-form .form-row input[type="text"], .new-review-panel .review-form .form-row textarea {
    border: 1px solid #939C79;
    border-radius: 5px;
    background: transparent;
}
.new-review-panel .review-form .form-row input[type="text"]:focus, .new-review-panel .review-form .form-row textarea:focus {
    border: 1px solid  #172836;
}
.review-form .form-row label, .review-form textarea {
    width: 100%;
    background: transparent;
}
.new-review-panel .review-image-input-with-dropzone-wrapper {
    border: 2px dotted #939C79;
    padding: 0 15px;
    background: transparent;
    border-radius: 5px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper::before {
    background-size: 42px;
    margin-top: 20px;
    filter: grayscale(100%);
}
.new-review-panel .write-review-panel .form-section-container input.masked-file-input {
    border-radius: 4px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    outline: none;
    opacity: 0;
    max-width: 750px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper .dropzone-wrapper {
    margin-top: 0px;
}
.new-review-panel .write-review-panel .form-section-container .dropzone {
    padding: 0 0 25px;
}
.new-review-panel .write-review-panel .form-section-container .dropzone-text {
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
}
.new-review-panel .write-review, .new-review-panel .review-form .form-row button {
    margin-top: 0px;
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.16em;
    background: #172836;
    border: 1px solid #172836;
    color: #000;
    border-radius: 50px;
    height: 50px;
    max-width: 220px;
    width: 100%;
}
.new-review-panel .write-review:hover, .new-review-panel .review-form .form-row button{
    color: #fff;
    background: #939C79;
    border: 1px solid #939C79;
}
.new-review-panel .review-form .form-row button ~ button.cancel {
    color: #000;
    background: #172836;
    border: 1px solid #172836;
}
.new-review-panel .review-form .form-row button ~ button.cancel:hover{
    color: #fff;
    background: #939C79;
    border: 1px solid #939C79;
}
.new-review-panel .review-form .form-row button.review-submit-btn:hover {
    background: #172836;
    border: 1px solid #172836;
    color: #000;
}
.new-review-panel .review-form .form-row label {
    padding: 0;
    display: block;
    text-transform: capitalize;
    width: 100%;
    line-height: normal;
    color: #535A44;
    font-family: Century Gothic;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16px;
    margin: 0 0 5px;
}
.new-review-panel .average-review-block-inner {
    background-color: #f7f7f7;
}
.new-review-panel .average-rating-point-block {
    background: #f7f7f7;
}
.new-review-panel .average-point-out-of {
    background: #404040;
}
.new-review-panel .average-point-out-of::after {
    border-color: transparent transparent #404040;
}
.new-review-panel .average-rating-point-block {
    border: 2px solid #404040;
}
.new-review-panel .average-point {
    color: #000000;
}
.new-review-panel .all-rating-block .rating-row .rating-bar-wrapper {
    background: #d5e5d8;
}
.new-review-panel .review-card-wrapper__view-details-link {
    color:#939C79;
}
.new-review-panel .all-rating-block .rating-row .rating-bar {
    background:#939C79;
}

.new-review-panel .review-card-wrapper{
    overflow: hidden;
}
.review-card-wrapper__card-container.scrollable {
    margin: 0 auto;
    max-width: 1600px;
}
.new-review-panel .review-card-wrapper__card{
    padding: 0 30px 0 0;
}
.new-review-panel .review-card-wrapper__navigator {
    width:45px;
    height:45px;
	cursor:pointer;
}
.new-review-panel .review-card-wrapper__navigator:hover, .new-review-panel .review-card-wrapper__navigator:hover {
    background: #939C79;
}
.new-review-panel .review-card-wrapper__navigator-icon-previous, .new-review-panel .review-card-wrapper__navigator-icon-next {
    background-size:9px;
    background-position: center center;
    background-repeat: no-repeat;
}

.new-review-panel .review-card-wrapper__navigator-previous{
    left: auto;
    right:55px;
    top: auto;
    bottom: -30px;
}
.new-review-panel .review-card-wrapper__navigator-next {
    left: auto;
    right: 0;
    top: auto;
    bottom: -30px
}
.new-review-panel .review-card-wrapper__navigator {
    border: 1px solid #ccc;
}
.new-review-panel .review-card-wrapper__navigator-icon-previous {
    margin-left: -3px;
}
.new-review-panel .review-card-wrapper__navigator-icon-next {
   margin-right: -3px;
}
.product-widget.widget-price .price .tax-message {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    position: absolute;
    left: 0;
    line-height: normal;
}
.page-product .bmui-tab {
    margin: 0;
}
/*.product-view.image-view .product-image, .product-view.scrollable-view .product-image {
    overflow: unset;
}*/

.page-product .bmui-tab .bmui-tab-body-container {
    border: 0;
    padding:0;
}
.page-product .bmui-tab .bmui-tab-header-container {
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
    border: medium none;
    margin: 0;
    padding: 0 15px 6px 0;
    text-transform: none;
    border-radius: 0;
    background: transparent;
    width: auto;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 33.84px;
    letter-spacing: 0%;
    color:#000;
}
.page-product .bmui-tab {
    padding-top: 100px;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    color: #000;
    position: relative;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px !important;
    width: 100%;
    height: 2px;
    background: #000;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::after, .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::after{
    bottom: -26px;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::before, .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::before{
    font-weight: 600;
}
.page-product .bmui-tab .bmui-tab-body-container h1 {
    font-size:18px;
	line-height:25px;
}

.page-product .bmui-tab .bmui-tab-body-container h2 {
    font-size:18px;
	line-height:25px;
}

.page-product .bmui-tab .bmui-tab-body-container h3 {
   font-size:18px;
	line-height:25px;
}

.page-product .bmui-tab .bmui-tab-body-container h4 {
   font-size: 17px;
   line-height:24px;
}

.page-product .bmui-tab .bmui-tab-body-container h5 {
   font-size: 17px;
   line-height:24px;
}

.page-product .bmui-tab .bmui-tab-body-container h6 {
  font-size: 17px;
   line-height:24px;
}
.page-product .bmui-tab .bmui-tab-body-container h1,
.page-product .bmui-tab .bmui-tab-body-container h2,
.page-product .bmui-tab .bmui-tab-body-container h3,
.page-product .bmui-tab .bmui-tab-body-container h4,
.page-product .bmui-tab .bmui-tab-body-container h5,
.page-product .bmui-tab .bmui-tab-body-container h6{
	margin:30px 0 10px;
	font-family: 'Halyard Display';
	font-weight:400;
}
.page-product .bmui-tab .bmui-tab-body-container table {
  margin: 25px 0 0;
}
.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}

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

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

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

#bmui-tab-description div#feature-bullets ul {
    margin: 0 !important;
    padding: 0 !important;
}
.product-widget.widget-information {
    margin-bottom:60px;
}

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

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

.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.png") no-repeat;
    background-position: 8px 9px;
    height: 34px;
    right: 5px;
    top: 5px;
    width: 34px;
    background-size: 15px;
    border: 1px solid #fff;
}
.image-popup-container .navigator.close-button:hover {
   opacity:0.5;
}

.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
    padding-bottom: 0;
}
.new-review-panel .write-review-panel {
    margin-top: 25px;
}

.new-review-panel .review-form {
    max-width: 750px;
    margin: 0 auto;
}
.new-review-panel .review-form .form-row.btn-row {
    display: flex;
    justify-content: center;
}
.review-view-panel .no-review-message {
    font-size: 18px;
    line-height: 33px;
    color: #3d3d3d;
}
.new-review-panel .review-card-wrapper__summary {
    color:rgba(31, 42, 7, 1);
}
.page-product .bmui-tab .bmui-tab-body-container h2.review-heading {
    font-size: 18px;
    margin: 0 0 16px 0;
    padding: 0;
}
.widget-productImage .image-preview-box {
    width: auto;
    height: auto;
}

.new-review-panel button.write-review {
    margin: auto;
    display: block;
}
.new-review-panel .review-view-panel .no-review-message {
    font-size: 18px;
    line-height: 33px;
    color: #3d3d3d;
    text-align: center;
	display: block;
}


/*product details end*/

/*Start: Product friend mail */
.tell-friend.tell_friend_popup.popup {
    padding: 0;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active {
    padding: 0;
    max-width:450px;
    width: auto !important;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active .header {
    font-size: 18px;
}
form.tell-friend-popup .body .form-row input, form.tell-friend-popup .body .form-row label, form.tell-friend-popup .body .form-row textarea {
    position: relative;
    display: block;
    text-transform: capitalize;
    width: 100%;
    line-height: normal;
    color: #535A44;
    font-family: Halyard Display;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16px;
    margin: 0 0 5px;
}
form.tell-friend-popup .body{
    padding: 20px 30px;
}
form.tell-friend-popup .body .form-row {
    padding-bottom: 5px;
    position: relative;
}
form.tell-friend-popup .popup-bottom.footer, form.tell-friend-popup .popup-bottom.footer {
    padding: 30px;
    margin: 0;
    display: flex;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email {
    color: #fff;
    background: #939C79;
    border: 2px solid #939C79;
    margin: 0 10px 0 0;
}
form.tell-friend-popup .popup-bottom.footer .form-reset.close-popup:hover {
    background: #648AA8;
    border-color: #648AA8;
    color: #fff;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email:hover {
    background: #172836;
    border: 2px solid #172836;
    color: #000;
}
form.tell-friend-popup .body .form-row .errorlist.after {
    bottom: -10px;
}
form.tell-friend-popup .button.form-reset.close-popup {
    max-width: 100%;
}
.tell-friend.tell_friend_popup.popu .popup-bottom.footer span.button.form-reset.close-popup {
    width: 100%;
    max-width: 100%;
}


/*End Product friend mail*/
/** Popup Start **/
.popup {
    box-shadow: none;
}
.popup.image-popup-container{
    padding: 0
}
.image-popup-container-for-zoom-preview img.popup-image-for-zoom-preview {
    width: 100%;
}
.image-popup-container .image-wrapper {
    padding: 30px;
	border-radius: 15px;
    border-color: #fff;
}
.image-popup-container .navigator {
    background-image: none;
    background-repeat: no-repeat;
}
.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.svg");
    background-position: 0 0;
    height: 20px;
    right: 5px;
    top: 4px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 0;
}
.image-popup-container .navigator.right-button, 
.image-popup-container .navigator.left-button {
    width: 34px;
    height: 34px;
    border: 0;
	cursor:pointer;
}
.image-popup-container .navigator.right-button:hover, 
.image-popup-container .navigator.left-button:hover{
	opacity:0.7;
}
.image-popup-container .navigator.right-button {
    background-position: right;
    right: 3px;
    transform: rotate(0deg);
    background-size: 30px;
    border:0px solid transparent;
	background-image: url(../images/popup-arrow.svg);
}
.image-popup-container .navigator.left-button {
    background-position:left;
    transform: rotate(180deg);
    background-size:30px;
    border:0px solid transparent;
	background-image: url(../images/popup-arrow.svg);
	left: -3px;
}
.image-popup-container .navigator.close-button {
background-image: url("../images/close-icon.png") no-repeat;
  background-position: center;
  height: 25px;
  right: 5px;
  top: 0px;
  width: 25px;
  background-size: 15px;
  border: 1px solid #fff;
}

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

.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
    padding-bottom: 0;
}
.popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup .item>span {
    margin: 0;
}
.popup .stepper {
    margin-bottom: 0;
}
.popup.add-cart-information-popup .variation-container {
    text-align: center;
}
.popup.add-cart-information-popup td.product-img {
    width: 100%;
    text-align: center;
    padding: 0;
}
.popup.add-cart-information-popup td.short-info{
    text-align: center;
    font-size: 18px;
}
.add-to-cart-popup .name, .add-cart-information-popup .name {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
}
.add-to-cart-popup table, .add-cart-information-popup table {
    margin: 0;
}
.popup.add-cart-information-popup span.title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    display: block;
}
.popup.add-cart-information-popup h4.title {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
.popup .cart-summary {
    clear: none;
    color: #000000;
    display: block;
    float: none;
    text-align: center;
}
.popup .cart-summary-header {
    color: #000000;
    float: none;
    font-size: 15px;
    padding-right: 0px;
    text-align: center;
}
.popup .status-bar-product-name, .popup .header .status-message {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    display: block;
    line-height: 28px;
}
.popup .button-item {
    display: block;
    clear: both;
}
.popup .button-item .button {
    vertical-align: middle;
    margin: 0 5px
}
.popup .continue-shopping-btn {
    color: #000;
    background-color: #172836;
    border-color: #000000;
    border: 1px solid #172836;
    margin: 0 5px;
}
.popup .continue-shopping-btn:focus,
.popup .continue-shopping-btn.focus {
    color: #000000;
    background:#68E383;
    border: 1px solid #68E383;
}
.popup .continue-shopping-btn:hover {
    color: #fff;
    background:#939C79 ;
    border: 1px solid #939C79 ;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.save-cart.save-cart-init-form.popup {
    padding: 0;
}
.save-cart.save-cart-init-form.popup .body {
    background-color: #FFFFFF;
    padding: 20px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
    padding:0;
}
.site-popup .title-bar, .confirm-popup .header-line, .confirm-popup .title-bar {
    background-color: #f6f6f6;
    font-size: 17px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    padding: 18px 0 18px;
    text-align: center;
}
.popup .button-item {
    text-align: center;
    margin: 0;
    display:flex;
    justify-content:center;
}
.popup .close-icon {
    top: 15px;
    right: 15px;
}
.site-popup span.close.fee-identical-sewc-elm, .confirm-popup span.icon.close {
    top: 18px;
    right: 20px;
}
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart,
.popup .close-btn.button {
    margin-left: 3%;
    margin-top: 0;
	border: 1px solid #000;
    background:transparent;
    color: #393939;
	-webkit-transition: all 0.5s ease 0s;
   transition: all 0.5s ease 0s;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart:hover,
.popup .close-btn.button:hover{
	color: #ffffff;
	background:#172836;
	border: 1px solid #172836;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    color: #fff !important;
	background-color:#939C78;
	border:1px solid #939C78;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart:hover {
    color: #000 !important;
	border:1px solid #172836 !important;
	background-color:#172836 !important;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}

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

.shipment-calculator-popup .multi-column form {
    margin: 0 -15px;
}
.shipment-calculator-popup .first-column .form-row {
    width: 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: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
.save-cart button.form-reset.close-popup:focus,
.save-cart button.form-reset.close-popup.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.save-cart button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.save-cart .popup-bottom.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.save-cart .popup-bottom.footer button {
    width: 49%;
    margin-left: 0;
}
.popup .header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    color: #000;
    text-align: left;
    padding: 25px 25px 22px 30px;
	border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.site-popup, .confirm-popup {
    padding: 0;
}

.confirm-popup button.no-button {
    background: transparent;
    color: #000000;
}
.confirm-popup button.no-button:hover {
    background:#000000;
    color: #fff !important;
}
.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup {
    max-width: 600px;
    padding: 0;
    min-width: 600px;
    border-radius:15px;
}
.popup.add-cart-information-popup .button-line, .popup .footer {
    background-color: #F7F7F7;
    padding: 30px 20px;
    text-align: center;
    border: 0;
    margin-top: 30px;
	border-bottom-left-radius:15px;
   border-bottom-right-radius:15px;
}
.add-cart-information-popup table tr {
    border-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup.add-cart-information-popup h4.title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-family: Halyard Display;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 15px;
    display: none;
}
.site-popup .button-line button, .confirm-popup .button-line button {
    letter-spacing: 0.1em;
    margin: 0;
}
.site-popup .button-line button[disabled]{
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    color: #818181 !important;
}
.popup .button-line, .popup .footer {
    text-align: center;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}

.popup.add-cart-information-popup .variation-container {
    text-align: left;
}
.wish-list-popup.add-to-wishlist-popup.popup .submit-button.add-to-wish-list::before {
    display: none;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer {
    display: flex;
    justify-content: center;
}
.wish-list-popup.add-to-wishlist-popup.popup  {
    max-width: 500px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body {
    max-width: 90%;
    margin: 0 auto;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label, .wish-list-popup.add-to-wishlist-popup.popup .body select {
    display: block;
    width: 100%;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-bar-product-name {
    padding:0 90px 10px 90px;
    font-weight: 700;
    font-size: 17px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message
{
    padding:0 90px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}
.wish-list-popup .no-wish-list-message {
    font-weight: 400;
}

.wish-list-popup.add-to-wishlist-popup.popup .footer button{
    margin: 0 10px;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button, .popup .button-item .cart-page-button, .popup .add-to-cart-button{
    color: #fff;
    background:#172836;
    border: 1px solid #172836;
	-webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button:hover, 
.popup .button-item .cart-page-button:hover, 
.popup .add-to-cart-button:hover{
    background:#648AA8;
    border: 1px solid #648AA8;
}
.popup .close-icon:after {
    font-size: 0;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close, .confirm-popup .title-bar .close, .popup .close-popup.close-icon {
    background: url(../images/close-icon.svg) no-repeat;
   /* background-position: -198px -3px;*/
    height: 20px;
    width: 20px;
    top: 26px;
    right: 25px;
    background-size: 16px;
}

.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;
}
.add-cart-information-popup .variation-container .chosen-container {
    border-radius: 0;
    width: 100%;
    max-width:100%;
    margin: 0 0 10px;
}
.add-cart-information-popup .variation-dropdown-container {
    max-width: 400px;
    margin: 0 auto;
}
.add-cart-information-popup .name{
	font-family: Halyard Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
	margin-bottom:0px;
}
.add-cart-information-popup .quantity {
    margin-bottom: 5px;
}
.add-cart-information-popup .variation-container .variation-type {
    margin-bottom: 0;
}
.chosen-container-single .chosen-single {
    background: #fff;
    -webkit-appearance: none;
    padding-right: 11px;
    padding-right: 40px;
    margin: 5px 0;
    background-size: 15px;
    box-shadow: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 97%;
    background-size: 12px;
    border-width: 1px;
    font-family: inherit;
    padding: 8px 14px;
    padding-right: 14px;
    font-weight: 600;
    border-radius: 3px;
    height: 50px;
    border-color: #d8d8d8;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border-color: #000;
}
.chosen-container-single .chosen-single div b {
    background-size: 0;
}
.selected-value-display{
	font-family: Halyard Display;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.03px;
    letter-spacing: 0.02em;
	color:rgba(0, 0, 0, 0.82);
	margin-bottom: 4px;
}
.variation-container {
    margin-top:5px;
}
.widget-variation {
    padding-bottom: 0px;
}
.variation-container .variation-type {
    margin-bottom:15px;
}
.variation-container .variation-type label.type-label {
    display: block;
	font-family: Halyard Display;
   font-weight: 400;
   font-size: 16px;
   line-height: 22.03px;
   letter-spacing:0.02em;
   color:rgba(0, 0, 0, 0.82);
   margin-bottom: 5px;
}
.chosen-container-single .chosen-single span {
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: 24px;
	font-size: 15px;
    font-family: Halyard Display Book;
	color:#000;
}
.chosen-container-single {
    display: inline-block;
    padding-right: 24px;
    vertical-align: middle;
    min-width: auto;
    max-width: 548px;
    width: 100%;
}
.variation-container .chosen-container {
  margin-left: 0;
}
.product-widget.widget-variation-product-list h3 {
    font-size: 24px;
    line-height: 30px;
}
.chosen-container .chosen-results .chosen-result {
    font-size: 15px;
	font-family: Halyard Display Book;
	font-weight: normal;
	border-bottom: 1px solid rgb(233, 233, 233);
	height: 43px;
    line-height: 23px;
    list-style: outside none none;
    margin: 0;
    padding: 9px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	color:#000;
}
.chosen-container .chosen-results .highlighted {
    background-color:#eaf0f6;
    color: #172836;
}
.chosen-container-single .chosen-drop {
    border-radius: 15px;
    background-clip: padding-box;
    border: 0px;
	-webkit-box-shadow: 0px 0px 24px 10px rgba(67, 67, 67, 0.1);
    box-shadow: 0px 0px 24px 10px rgba(67, 67, 67, 0.1);
    /* background-color: #000; */
}
.variation-container .chosen-container .chosen-results {
    overflow-y: auto!important;
}
.variation-container .chosen-container .chosen-results .chosen-result:first-child{
	border-top-left-radius:15px;
    border-top-right-radius:15px;
	border-top: 0px solid rgb(233, 233, 233);
}
.variation-container .chosen-container .chosen-results .chosen-result:last-child{
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
	border-bottom: 0px solid rgb(233, 233, 233);
}
.chosen-container-single .chosen-single {
    border-width: 1px;
    font-family: inherit;
    background: url(../images/variation-arrow.svg) no-repeat right;
    padding: 8px 18px;
    padding-right: 18px;
    font-weight: 300;
    border-radius: 40px;
    height: 44px;
    border-color: rgba(0, 0, 0, 0.15);
    background-position-x: 97%;
}

.add-cart-information-popup .variation-container .variation-type label.type-label {
    width: 100px;
    margin-right: 10px;
}
.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border: 1px solid #eee !important;
}
/*********END:PopUP***************/


/*credit card css start*/
.page-credit-card-payment .securepay-payment-form-wrapper-elm {
    padding: 100px 30px;
}
.page-credit-card-payment .securepayjs-form {
    padding: 50px;
    width: 50%;
    background: #fff;
    position: relative;
    margin: 0 auto;
    border: 0;
    max-width: 600px;
    border-radius: 10px;
}
.page-credit-card-payment .securepay-payment-form .form-row label {
    padding: 0 0 0 8px;
    width: 90%;
}
.securepay-payment-form .button-container button{
	color: #1F2A07;
    text-align: center;
    font-family: Halyard Display;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    border: 1px solid #172836 !important;
    max-width:165px;
    height: 41px;
    padding: 10px 20px !important;
    display: inline-block;
    background: #172836 !important;
    border-radius: 50px !important;
    text-decoration: none;
    width: 100%;
}
.securepay-payment-form .button-container button:hover{
	color: #fff;
    border: 1px solid #648AA8 !important;
    background:#648AA8 !important;
}
.securepay-payment-form .button-container button:first-child{
	color: #fff;
    border: 1px solid #648AA8 !important;
    background:#648AA8 !important;
}
.securepay-payment-form .button-container button:hover:first-child{
	color: #000;
    border: 1px solid #172836 !important;
    background:#172836 !important;
}
/*credit card css end*/

.widget-category.home-cat-sec.inner .category-image-view-height {
  height: 240px;
}
/* ========= Product-Category-Section ========== */
.category-details-container .category-details-page-with-background {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
.category-details-container .category-details-page-with-background img {
    max-width: 100%;
    max-height: 100%;
}
.btn-group.view-switchers {
    margin: 7px 10px 7px 0;
}
.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
    margin-top: 5px;
}
.btn-group.view-switchers .image-view-switcher ,
.btn-group.view-switchers .list-view-switcher ,
.btn-group.view-switchers .tabular-view-switcher {
    height: 21px;
    width: 21px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.btn-group.view-switchers .list-view-switcher {
    background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
    background-position: -45px -20px;
}
.btn-group.view-switchers .tabular-view-switcher{
    background-image: url("../images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 5px;
}
.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
    right: 60px;
    max-width:290px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.add-to-cart-multi-select-fixed-button:hover {
    background: #939C79;
    border: 1px solid #939C79;
    color: #fff;
}
.add-to-cart-multi-select-fixed-button .add-cart-multi-text {
    vertical-align: middle;
    font-family: Century Gothic;
    font-size: 15px;
}
.product-view .header, 
.category-view .header, 
.entire-search .header, 
.product-search .header {
    background-color:transparent !important;
    border-bottom: 0px solid rgb(239, 239, 239);
    padding: 10px;
    margin-bottom: 66px;
    overflow: hidden;
    margin-top: -118px;
    overflow: hidden;
}
.category-details-container, 
.subcategory-container {
    padding-bottom: 0;
}
.subcategory-container .title, 
.product-container .title {
    font-size: 18px;
    padding-bottom: 15px;
    display: none;
}

.filter-details .filtered-product-container,
.page-category .category-details .product-container{
	margin-bottom:100px;
}
.filtered-product-container .parent-name {
    display: none;
}
.bulk-selected-cart-popup.popup .header {
    background-color: #fff !important;
    border-bottom: 1px solid #fff;
    color: #000;
    text-align: left;
    padding: 25px 25px 22px 30px;
}
.bulk-card-add-message {
    text-align: center;
    font-size: 20px;
}
.category .category-name {
    color: #000;
    font-size: 15px;
    margin-top: 7px;
    display: block;
    text-align: left;
}

.product-view.tabular-view .product-name-link{
	font-family: Century Gothic;
    font-size: 18px;
    font-weight: 400;
    line-height:28px;
    letter-spacing: 0.02em;
	color:#1F2A07;
}
.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;
}
/*category page*/


/*product list view start*/
.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% - 14px);
    padding: 0;
    border: 1px solid #e6e6e6;
    display: flex;
    margin: 14px 0;
    overflow: hidden;
    position: relative;
    height: auto;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
    border-radius: 16px;
}
.product-view.list-view .content .product-block .image.product-image {
    width:42%
}
.product-view.list-view .content .product-block .block-content-wrap {
    width: 58%;
    padding: 20px 15px 25px 20px;
    text-align: left;
    border: none;
    margin: 0;
}
.product-view.list-view .product-image-link {
    height: 100%;
}
.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 .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 span.current-price.price,
.product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;
    padding: 0;
    opacity: unset;
	font-family: Century Gothic;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.52px;
    text-align: left;
    color: #1F2A07;
}
.product-view.list-view .product-block .product-name-link {
   font-family: Halyard Display;
	color: #1F2A07;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.02em;
    padding: 0 0 30px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	letter-spacing: 0.05em;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button {
	font-family: Halyard Display;
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 24px;
    margin: 0;
    padding: 10px 20px;
    font-size: 15px;
    border-radius:50px;
    display: block;
    font-weight:700;
    background:#172836;
    color: #000;
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
	position:relative;
}

.product-view.list-view .product-block .btn-add .add-to-wish-list {
    margin: 10px 0;
    position: unset;
}
/*
.product-view.list-view .product-block .btn-add .add-to-cart-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::before {
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover::before{
    color:#fff;
}
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button::after{
    content: none;
}
*/
.product-view.list-view .product-block .btn-add .add-to-cart-button.button:hover,
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button:hover,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button:hover {
    background-color:#939C79;
    color:#fff !important;
}
.price-waper .current-price.price .tax-message, .product-view.scrollable-view .price .current-price.price .tax-message,
.product-view.list-view .tax-message, .product-view.scrollable-view .product-block .price .tax-message {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
    text-align: left;
    line-height: 20px;
    display: block;
}
.product-view.scrollable-view .product-block .price .tax-message{
    display: block;
}
.product-view.list-view .review-rating span {
    width: 14px !important;
    height: 14px;
}
.product-view.list-view .review-rating {
    width: auto !important;
}
.product-view.list-view .product-block .review-rating-wrapper {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    margin: 0;
    top: 60px;
    bottom: auto;
}
.product-view.list-view .product-block .parent-name {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    font-size: 13px;
    top: 5px;
    margin: 0;
}
.product-view.list-view .product-block .price-waper > * {
    margin-right: 0;
}
.category .product-view.list-view .content .product-block .summary {
    text-align: left !important;
    margin: 10px 0;
    font-size: 13px;
    height: 60px;
    overflow: hidden;
}
.product-view.list-view .chosen-container-single .chosen-single {
    padding: 5px 14px;
    height: 46px;
}
.product-view.list-view .product-block .variation-thumb .variation-type {
    justify-content: start;
}
.product-view.list-view .product-block .variation-thumb .variation-type .type-label {
    text-align: left;
}
.product-view.list-view .tax-message {
    float: none;
}
.product-view.list-view .current-price span{
    float: none;
    text-align: left !important;
}
/*
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::after,
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::before {
    content: normal;
}*/
.product-view.list-view .content .product-block .sale-percent-display,
.product-view.tabular-view .product-table-view-column .sale-parcent-display.tag-mark{
    background-color: #FCE4B7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 9px;
    border-radius: 50px;
    top: 20px;
    left: 20px;
}
.product-view.list-view .content .product-block .block-content-wrap .advanced-variation-ui {
    justify-content: start;
}

/*search page start*/
.entire-search h2{
	font-family: Halyard Display;
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin: 69px 0px 12px 0px;
}
.page-search-result .entire-search .product-view .header {
    margin: -80px auto 35px;
    border-bottom: 1px solid rgb(239, 239, 239);
    padding-bottom: 12px;
}
.product-view .sortable {
    display: inline-block;
    margin: 0;
    float: right;
    padding: 1px;
    z-index: 0;
    position: relative;
    cursor: pointer;
	z-index: 1;
}
.product-sorting {
    color: #000;
    padding: 0 30px 0 15px;
    text-align: left;
    background-color: #fff;
	font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing:0.24px;
    width: auto;
    min-width: 176px;
    border: 1px solid #000;
    border-radius: 50px;
	height:44px;
}
.page-search-result .entire-search {
    margin: 0 auto;
    max-width: 1280px;
	width:100%
}
.page-search-result .total-result {
    color:#648AA8;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 25px;
    text-align: center;
}
.entire-search .search-result>.title {
    border: 0;
    text-align: left;
    font-size: 28px;
    width: auto;
    display: inline-block;
    position: relative;
    font-weight:500;
}
.entire-search .search-result.pages {
    margin: 70px 0 0;
    padding: 0 0 70px;
}
.entire-search .search-result>.title {
    border: 0;
    text-align: left;
    font-size: 28px;
    width: auto;
    display: inline-block;
    position: relative;
    font-weight: 600;
}
.search-result .pagination-literal-status, 
.search-result .pagination {
    font-size: 16px;
}
.search-result {
    border-bottom: 1px solid rgb(239, 239, 239);
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.search-result select.per-page-count {
    margin: 0 10px 0 10px;
    width: 88px;
}
.entire-search .search-result.pages .page a span.title {
    font-size:16px;
    margin: 0;
    font-weight:600;
}
.entire-search .search-result.pages .page a:hover {
    color:#939C79;
    text-decoration: none;
}
.search-results .page .summary {
    font-size: 15px;
    line-height: 28px;
    text-transform: none;
}
.entire-search .search-result.pages .page a.page-read-more {
    color: #000;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    text-decoration: underline;
}
.entire-search .search-result.pages .page a.page-read-more:hover {
    color:rgba(147, 156, 121, 1);
    text-decoration: none;
}
.page-search-result .product-view.image-view .content.product-content {
    margin: 0 -18px;
}
/*search page end*/

/*404 page start*/

.widget-article .page_404 {
    text-align: center;
    max-width: 450px;
    margin: 100px auto 180px;
    border-radius: 0;
    padding: 0;
}
.widget-article .page_404 .ops {
    color: #172836;
    font-size: 70px;
    font-weight: 600;
    line-height: 85px;
}
.widget-article .page_404 .ops .big_font {
    color:rgb(100, 138, 168);
    font-size: 100px;
    margin-right: -14px;
}
.widget-article .page_404 .big {
    color:rgb(100, 138, 168);
    font-size: 100px;
    margin-left: -14px;
}
.widget-article .page_404 .error {
    font-size: 32px;
    color:#EC0505;
    line-height: 25px;
    margin: 25px 0 20px;
    font-weight: 500;
}
.widget-article .page_404 p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 27px;
    padding: 0;
    margin: 0;
}
.widget-article .page_404 a{
    max-width: 250px;
    margin: 30px auto 0;
    display: block;
    padding: 7px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    height: 54px;
    font-family: Halyard Display;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
	background:#648aa8;
    letter-spacing: 0.02em;
    width: 100%;
    border-radius: 100px;
    text-transform: capitalize;
}
.widget-article .page_404 a:hover{
    color: #fff;
	background: #172836;
}
.page-page-not-found .body .widget-container .page-content {
  min-height:auto;
}
/*404 page end*/

.page-product img.popup-image {
max-width: 500px;
  max-height: 500px;
  width: 100%;
  padding: 0 10px;
}

.product-detail-view img {
    max-width: 100%;
    width: 100%;
}
/*product list view end*/


#spltr-C79986C2-6D7F-41F9-91D2-5B031F62E40E{
	background-color:#EAF0F6;
}
.widget.widget-html.what-we-offer-left {
    background-color: #EAF0F6;
    padding:140px 133px 170px 245px !important;
}
.widget.widget-html.what-we-offer-left h2{
	 font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 64px;
	letter-spacing:0.32px;
	color:#000;
	margin:0 0 20px 0;
	padding:0;
}
.widget.widget-html.what-we-offer-left p{
	 font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    line-height: 33px;
	color:#000;
}
.widget.widget-tabAccordion.faq-accordion {
	background-color: #EAF0F6;
    padding: 140px 250px 100px 30px !important;
}
.widget.widget-tabAccordion.faqs-accoordion.faq-service{
    background: #EAF0F6;
    padding: 150px 0 35px 75px !important;
}
.widget.widget-tabAccordion.faqs-accoordion.faq-service.second{
    padding: 0 0 35px 75px !important;
    margin: 0;
}
.widget.widget-tabAccordion.faqs-accoordion.faq-service.third{
    padding: 0 0 150px 75px !important;
    margin: 0;
}
/* Start Tab Accordion */
.widget-tabAccordion.pricing-accordion {
    background: #F5F8FF;
    margin:0;
}
.widget-tabAccordion.faq-accordion .accordion-panel {
    background: #eaf0f6;
}
.widget-tabAccordion .widget-title, .widget-tabAccordion.pricing-accordion .widget-title {
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 64px;
    letter-spacing:0.32px;
    color: #000;
    padding: 0 0 40px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
}
.widget-tabAccordion.faq-service .widget-title {
    font-style: normal;
    letter-spacing: 0.02px;
    color: #000;
    padding: 0 0 20px;
    text-align: left;
    max-width: 650px;
    margin: 0 auto;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 26px;
    line-height: 33px;
}
.widget-tabAccordion.faq-service .accordion-item .html-widget-element-content,
.widget-tabAccordion.faq-service .accordion-item p,
.widget-tabAccordion.faq-service .accordion-item.expanded p {
    font-size: 16px;
    line-height: 24px;
}
.accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}

.accordion-panel > .label-bar {
    background: #eaf0f6;
    border-radius: 0;
    height: auto;
    padding:23px 40px 25px 0;
    white-space: normal;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    letter-spacing:0.32px;
    color: #000;
    margin: 0;
    border: 0;
    border-bottom:1px solid rgba(97, 135, 165, 0.2);
    transition: ease-in-out .2s;
}

.accordion-panel>.label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    border-color: #eaf0f6;
    height: auto;
    margin-top: 0;
    background: #eaf0f6;
    color: inherit;
}
.accordion-panel>.accordion-item.expanded {
    padding: 0 0 30px;
    background: #eaf0f6;
    box-sizing: border-box;
    margin-top: 0;
    color:rgba(0, 0, 0, 0.8);
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #E1E3EB;
}
.accordion-item .html-widget-element-content,
.accordion-item p{
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    color:rgba(0, 0, 0, 0.8);
}
.accordion-item.expanded p {
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    color:rgba(0, 0, 0, 0.8);
    margin: 0 0 20px;
    padding: 0;

}
.accordion-item.expanded p:last-of-type{
    margin: 0;
}
.accordion-panel > .label-bar .toggle-icon {
    height: 20px;
    width: 20px;
    background-image: url("/template/06f6972a/images/plus-minu.svg");
    right: 0;
    left: auto;
    top: 28px;
    -webkit-transition: unset;
    transition: unset;
}
.accordion-panel > .label-bar.expanded:hover .toggle-icon {
    height: 18px;
    width: 18px;
    background-image: url("/template/06f6972a/images/plus-minu.svg");
    right: 0;
    left: auto;
    /*top: 45px;*/
    background-position: 0 -78px;
    transform: unset;
    -webkit-transition: unset;
    transition: unset;
}
.accordion-panel > .label-bar.expanded .toggle-icon {
    background-position: 0 -78px;
}

.accordion-panel > .label-bar.collapsed:hover {
    /* color:#648AA8;*/
    background: transparent;
}
/*
.accordion-panel>.label-bar:hover  .toggle-icon {
    background-position:-2px -48px;
    transform: rotate(180deg);
    top: 45px;
    right: 0;
      -webkit-transition: unset;
  transition: unset;
}*/
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    background: transparent;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
    line-height: 30px;
    color:rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 0 !important;
}
.widget.widget-html.wc-tab-accordion-widget {
    padding: 0 !important;
}
.accordion-panel>.accordion-item.collapsed {
    padding: 0;
    background: transparent;
    border: 0;
}

.accordion-panel>.accordion-item.collapsed p {
    background: transparent;
    margin: 0;
    padding: 0!important;
}
.accordion-panel>.accordion-item.collapsed{
    padding: 0 0 30px !important;
    background: transparent;
    margin: 0;
}
.accordion-panel>.label-bar:last-of-type {
    margin-bottom: 10px !important;
}

/* End Tab Accordion */

/*testimonial slider start*/
.widget.widget-gallery.testimonials-section .owl-carousel {
    z-index: unset;
}
.widget.widget-gallery.testimonials-section.inner .widget-title {
    text-align: left;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 76px;
    line-height: 87px;
    letter-spacing: 0.16px;
    margin: 50px 0 40px;
    padding: 0;
    color: #000;
}
.widget.widget-gallery.testimonials-section.inner .owl-carousel .owl-stage {
    z-index: unset;
    display: flex;
    align-items:center;
    flex-wrap: wrap;
  
}
.widget.widget-gallery.testimonials-section.inner .owl-carousel .owl-stage .owl-item {
    width: calc(100% / 4 - 20px) !important;
    margin: 0 10px !important;
}
.widget.widget-gallery.testimonials-section.inner .item {
    padding-top: 40px;
}
.widget.widget-gallery.testimonials-section {
    max-width: 1460px;
    margin: 0 auto;
    padding:0px 30px 170px 30px !important;
}
.widget.widget-gallery.testimonials-section.services {
    max-width: 1560px;
    padding: 140px 30px 170px 30px !important;
}
.widget.widget-gallery.testimonials-section .article-title{
	display:none;
}
.widget.widget-gallery.testimonials-section .article-item{
	border-radius:30px;
	border:2px solid #333366;
	min-height:305px;
	padding:30px;
	background-color: #EAF0F6;
	position:relative;
}
/*.widget.widget-gallery.testimonials-section.inner .article-item{
    min-height:auto;
}*/
.widget.widget-gallery.testimonials-section .article-item:before{
	content: '';
    position: absolute;
    top: -16px;
    left: -3px;
    background: url(/template/06f6972a/images/qutation-icon-2.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 38px;
}
.widget.widget-gallery.testimonials-section .item{
	    padding-top: 25px;
}
.widget.widget-gallery.testimonials-section .article-item .article-content,
.widget.widget-gallery.testimonials-section .article-item .article-content p{
	margin: 0;
    padding: 0;
    font-family: 'Halyard Display Book';
	font-weight: normal;
    font-style: normal;
    line-height: 24px;
    color: #000;
    font-size: 17px;
}
.widget.widget-gallery.testimonials-section .article-item .article-content h6 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
}
.widget.widget-gallery.testimonials-section .article-item .article-content p{
    margin: 0 0 10px;
}
.widget.widget-gallery.testimonials-section .article-item .article-content p:last-child{
    margin: 0;
}
.widget.widget-gallery.testimonials-section .widget-title {
  font-family: 'Halyard Display Book';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  line-height: 70.5px;
  letter-spacing:0.32px;
  text-align: center;
  margin-bottom: 20px;
  color:#000;
}

.widget.widget-gallery.testimonials-section .owl-nav {
    text-align: right;
	margin-top: 18px;
}
.widget-gallery.testimonials-section .owl-theme .owl-controls .owl-nav .owl-next {
    height:27px;
    width: 21px;
    font-size: 0;
    background-image: url(/template/06f6972a/images/test-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0;
    margin: 0;
    background-color: transparent;
    padding: 0;
}
.widget-gallery.testimonials-section .owl-theme .owl-controls .owl-nav .owl-prev{
    height:27px;
    width: 21px;
    font-size: 0;
    background-image: url(/template/06f6972a/images/test-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 0;
    margin:0 18px 0 0;
    background-color: transparent;
    padding: 0;
	transform: rotate(180deg);
}
.widget-gallery.testimonials-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.testimonials-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
	opacity:0.5;
}

/*testimonial slider end*/

/*faqs accordion start*/
.widget.widget-tabAccordion.faqs-accoordion{
	background: #EAF0F6;
	padding:120px 30px 160px 30px !important;
}
.widget.widget-tabAccordion.faqs-accoordion.faqs-inner{
    background: #fff;
    padding: 60px 30px 160px 30px !important;
    max-width: 1240px;
    margin: 0 auto;
}
.widget.widget-tabAccordion.faqs-accoordion.faqs-inner .accordion-panel > .label-bar.expanded {
    border-color: #fff;
}
.widget.widget-tabAccordion.faqs-accoordion.faqs-inner .widget-title {
    max-width: 1240px;
    text-align: center;
    font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 72px;
    line-height: 82px;
    letter-spacing: 0.16px;
    margin: 0 auto 70px;
    padding: 0;
    color: #000;
}
.widget.widget-tabAccordion.faqs-accoordion .accordion-panel {
    padding: 0 0 15px;
    max-width: 1238px;
    margin: 0 auto;
}

.widget.widget-tabAccordion.faqs-accoordion .accordion-panel > .label-bar {
    background: transparent;
    border-radius: 0;
    height: auto;
    padding:15px 40px 15px 0;
    white-space: normal;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.32px;
    color: #000;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000;
    transition: ease-in-out .2s;
}
.widget.widget-tabAccordion.faqs-accoordion .accordion-panel > .label-bar.expanded {
    border-color: #eaf0f6;
}
.widget.widget-tabAccordion.faqs-accoordion .accordion-panel > .label-bar:first-child{
    border-top: 1px solid #000;
}
.widget.widget-tabAccordion.faqs-accoordion .accordion-panel > .label-bar .toggle-icon {
    height: 20px;
    width: 20px;
    background-image: url("/template/06f6972a/images/plus-minus-3.png");
    right: 0;
    left: auto;
    top:26px;
    -webkit-transition: unset;
    transition: unset;
}
.widget.widget-tabAccordion.faqs-accoordion .accordion-panel > .label-bar.expanded .toggle-icon {
    background-position: 0px -31px;
}
.widget.widget-tabAccordion.faqs-accoordion .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 #000;
}
/*faqs accordion end*/
.footer-link-item .single-item a{
	font-family: 'Halyard Display Book' !important;
	font-weight: normal;
    font-style: normal;
}
.widget-snippet .footer-link-item .single-item:last-of-type {
  padding: 0;
  margin: 0 0 10px;
}

.fee .follow-us .social-link ul li{
    padding:5px;
    margin: 0;
}
.fee .widget-product.product-listing{
    padding-bottom:60px;
}

.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}
.inner-page-content{
	max-width:1400px;
	margin:0 auto;
}

/***********Sidebar************/
.widget.widget-navigation.categories-list {
    margin: 0;
    background: #fff;
    padding: 0 95px 0 0;
}
.categories-list > .widget-title {
    padding: 0 0 15px;
    color: #000;
    margin: 0 0 33px;
    position: relative;
    text-align: left;
    font-style: normal;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.categories-list span.child-opener {
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 0;
}
.categories-list .navigation-item {
    position: relative;
}
.categories-list .navigation-item a {
    position: relative;
    padding: 0;
    padding-left: 0px;
    padding-left: 0px;
    color: #000;
    text-align: left;
    border: 0;
    font-family: Halyard Display Book;
    font-weight: normal;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.015em;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.categories-list .navigation-item a:hover{
	 font-weight: normal;
    font-family: Halyard Display;
    color: #000;
}
.page-category .pagination:empty {
    margin: 0;
    padding-bottom: 0;
}
.category-details-container .title {
    display: block;
    font-size:35px;
    padding: 0;
    line-height:40px;
    font-weight: 500;
    color: #000;
    margin: 0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active > .navigation-item-child-container a{
    padding:15px 18px;
    padding-left: 20px;
    font-weight: 400;
}
.categories-list .navigation-item.active > a, .categories-list .vertical .navigation-item.active  .navigation-item:hover a {
    font-weight: 400;
    font-family: Halyard Display;
    color: #000;
}
.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{
    font-weight: 400;
    font-family: Halyard Display;
}
.categories-list span.child-opener::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 18px;
    height: 100%;
    font-size: 15px;
    color: #000;
    top: 2px;
    right: 0;
}

.categories-list .navigation-item.active>span.child-opener::after {
    content: "\f106";
}

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

.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;
    margin: 0 0 15px;
}
.widget.widget-navigation.categories-list .navigation-item-child-container .navigation-item{
	margin: 0 0 10px;
}
/*.widget.widget-navigation.categories-list .navigation-item-child-container .navigation-item.last{
	margin-bottom: 24px;
}*/
.widget.widget-navigation.categories-list .navigation-item .navigation-item-child-container::before {
    display: none;
}

.categories-list .vertical .navigation-item.active > .navigation-item-child-container a {
    color: #000;
    padding: 0 25px 0 0;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0 12px;
}
.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 {
    font-weight: 400;
    font-family: Halyard Display;
}
.category .category-name {
    margin-top: 20px;
}
/*End Sidebar*/


/*filter left Sidebar start*/
.widget.widget-filter.left-sidebar-filter {
    padding: 0 95px 0 0;
	margin-bottom: 100px;
}
.widget.widget-filter.left-sidebar-filter .widget-title {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
	text-transform:uppercase;
	margin-top: 56px;
}
.widget.widget-filter {
    padding: 0 95px 0 0;
}
.product-view.image-view .content.product-content .parent-name {
  display: none;
}
.widget.left-sidebar-filter .form-row.type-slider .type-slider-bottom a {
    position: absolute;
    right:0px;
    text-decoration:none;
    cursor: pointer;
    top: 0;
	font-family: Halyard Display;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    letter-spacing:0.24px;
}
.widget.left-sidebar-filter .form-row.type-slider .type-slider-bottom {
    display: block;
    margin: 15px 0 0 0;
    text-align: left;
	font-family: Halyard Display Book;
    font-size: 15px;
    line-height: 21px;
    letter-spacing:0.24px;
	color:#000;
}
.widget-filter.left-sidebar-filter .clear-all-filter-attributes {
    display: none;
}
.widget-filter.left-sidebar-filter .form-row label.name {
    display: none;
}
.widget-filter.left-sidebar-filter span.filter-name {
	font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 16px;
    display: block;
}

.widget.filter-wi .form-row.type-slider .type-slider-bottom a:hover {
    color: #d42752 ;
}

.widget.widget-filter .type-slider .noUi-handle {
    width: 15px !important;
    height: 15px !important;
    border-radius: 14px !important;
    top: -4px !important;
    cursor: pointer;
    border: 1px solid #6F98B8;
    box-shadow: 0px 2px 3px 0px #00000026;
}
.widget.widget-filter .type-slider .noUi-horizontal {
    height: 8px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: calc(100% - 10px);
}
.widget.widget-filter .type-slider .noUi-handle:before,
.widget.widget-filter .type-slider .noUi-handle:after {
    display: none !important;
}
.widget.widget-filter .type-slider .noUi-handle {
    right: -10px;
}
.widget.widget-filter .type-slider .noUi-connects {
    background-color: #e6e6e6;
}
.widget.widget-filter .type-slider .noUi-connect {
    background-color:#6F98B8 ;
}
/*filter left sidebar end*/

.widget-snippet.how-support-family .our-point-container .item-image .mid-box .point-title {
    max-width: 100%;
}
.widget-snippet.how-support-family .our-point-container .item-image .mid-box {
    min-height: 155px;
}

.widget-product.services-product {
    background: #648AA81A;
}
.widget-product.services-product .widget-title {
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 50px;
    line-height: 61px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #000;
    padding: 130px 0 40px;
}
.widget-product.services-product .scrollable-view > .content {
    border: 0;
    padding: 0;
   /* display: flex;*/
    max-width: 1400px;
    margin: 0 auto;
}
.widget-product.services-product .scrollable-view {
    position: relative;
    border-bottom: 0;
    overflow: unset;
    max-width: 1500px;
    margin: 0 auto;
}
.widget-product.services-product .product-view.scrollable-view .product-block {
    width: calc(100% / 4 - 28px);
    margin: 0;
    padding: 0px;
    background: transparent;
    margin: 0 14px 0;
    height: 470px;
    overflow: hidden;
}
.widget-product.services-product .scrollable-view .product-view-height-width .image {
    max-width: 100%;
    background: #fff;
    height: 370px;
}
.widget-product.services-product .product-view.scrollable-view a img{
    max-width: 270px;
    max-height: 200px;
    height: 100%;
    object-fit: contain;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
}
.widget-product.services-product .product-view.scrollable-view .header {
    background: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 38%;
    width: 100%;
    z-index: 2;
    border: 0;
    overflow: unset;
}
.widget-product.services-product .product-view.scrollable-view .scroller {
    position: relative;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
}
.widget-product.services-product .scroller .scroll-left,
.widget-product.services-product .scroller .scroll-right {
    border-radius: 0 !important;
    background: none !important;
    width:21px;
    height: 17px;
    font-size: 0px !important;
    display: inline-block;
    border: 0px !important;
    position: absolute;
    top: 0;
}

.widget-product.services-product .scroller .scroll-left {
    left: 0;
}

.widget-product.services-product .scroller .scroll-right {
    left: auto;
    right: 0;
}

.widget-product.services-product .scroller .scroll-left {
    margin-left: 0px;
    background: url(/template/06f6972a/images/services-prev-arrow.svg) no-repeat !important;
}

.widget-product.services-product .scroller .scroll-right {
    margin-right: 0px;
    background: url(/template/06f6972a/images/services-next-arrow.svg) no-repeat !important;
}
.widget-product.services-product .scroller .scroll-left:hover,
.widget-product.services-product .scroller .scroll-right:hover {
    opacity:0.6;
}

.widget-html.services-product-btn a {
    border: 1px solid #000;
    background: transparent;
    margin: 0 auto;
    width: 100%;
    display: block;
    max-width: 210px;
    height: 54px;
    padding: 14px 15px;
    font-family: Halyard Display;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 2%;
    color: #000;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    text-transform: capitalize;
}
.widget-html.services-product-btn a:hover{
    background: #172836;
    border-color: #172836;
    color:#fff;
}
.widget-html.services-product-btn {
    background: #eff3f6;
    padding: 60px 0 190px;
}

@media screen and (max-width: 4000px) {
    /* For sticky menu */
    body > .header {
        position: fixed;
        width: 100%;
        z-index: 5555;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        background: linear-gradient(#C3D2DE, transparent);
    }

    body > .header.sticky {
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
        background: linear-gradient(#C3D2DE, transparent);
    }

    body > .header.sticky .widget-container {
        -webkit-transition: all 0.5 sease 0s;
        transition: all 0.5 sease 0s;
        height: 130px;
    }

    .header > .widget-container {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    body>.header .widget.widget-image.header-logo,
    body>.header .widget.widget-storeLogo.header-logo{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget.widget-image.header-logo,
    body>.header.sticky .widget.widget-storeLogo.header-logo{
        top: 37px !important;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget-navigation.main-menu{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        top: 48px !important;
    }
    body>.header .widget-navigation.main-menu{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget-navigation .nav-wrapper.horizontal {
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header .widget-navigation .nav-wrapper.horizontal{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header .widget-snippet.header-btn{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget-snippet.header-btn{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        top: 35px !important;
    }
    body>.header .widget.widget-navigation.user-nav{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget.widget-navigation.user-nav{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        top: 53px !important;
    }
    body>.header .widget.widget-cart{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    body>.header.sticky .widget.widget-cart{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        top: 50px !important;
    }
}

body.fee.page-home > .header {
    z-index: 99999;
}
body.fee > .header {
    position: relative;
}
.fee .footer-btn {
    background: transparent;
}
.fee .footer-link-item {
    padding: 5px;
    margin: 0 0 5px;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}
.widget.widget-snippet.our-story-top-section .how-it-banner {
    padding: 20px 0 130px;
}
.widget-snippet.funeral-service section.simple-process-section.how-process .proces-container-box .item-image .mid-box {
    min-height: 270px;
}

.priceing-header h1{
	font-family: 'Halyard Display Book';
    font-weight: normal;
    font-style: normal;
    font-size: 76px;
    line-height: 87px;
    letter-spacing: 0.16px;
    margin:45px 0 62px 0;
    padding: 0;
    color: #000;
}

.page-pricing .body {
    background-color: #f7f7f7;
}

#spltr-3FF72C47-9735-4E3A-8513-2991B1C18385 {
    padding-left: 58px;
	position:sticky !important;
	top:143px;
}
.priceing-sidebar-title h3{
	 font-family: Halyard Display;
    font-weight: 400;
    font-size: 23px;
    line-height: 31.28px;
    letter-spacing:0.02em;
    color: #000;
    margin: 0 0 24px 0;
    padding: 0;
}
.widget-snippet.location-process section.simple-process-section,
.widget-snippet.location-process .proces-container-box .number-text,
.widget-snippet.location-process .proces-container-box .num-box{
    background: #EAF0F6;
}
.widget-snippet.location-process .proces-container-box .item-image .mid-box {
    min-height: 275px;
}
.widget-snippet.location-process .proces-container-box .item-image .mid-box {
    background-color: #FFF;
}
.widget-snippet.location-choose-us section.what-we-offer-provider-section {
    padding: 130px 0 190px 0px;
}


.widget-article.privacy-terms-content {
    max-width: 1400px;
    margin: 0 auto 120px;
}
.widget-article.privacy-terms-content p {
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
    color: #000;
    font-family: Halyard Display Book;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}
.widget-article.privacy-terms-content h3 {
    font-size: 32px;
    line-height: 42px;
}
.widget-article.privacy-terms-content h5 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
}
.container-thankyou {
    max-width: 460px;
    margin: 100px auto 180px;
    text-align: center;
}
.container-thankyou .text-content h3 {
    font-family: 'Halyard Display';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    line-height: 65px;
    color: #172836;
    padding: 0;
    margin: 15px 0 0;
}
.container-thankyou .text-content h6 {
    font-size: 27px;
    font-weight: 500;
    line-height: 37px;
    color: #172836;
    padding: 0;
    margin: 10px 0 15px;
    font-family: 'Halyard Display Book';
}
.container-thankyou .text-content p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
.container-thankyou .text-content a {
    max-width: 250px;
    margin: 30px auto 0;
    display: block;
    padding: 7px 10px;
    color: #fff;
    border: 0;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    height: 54px;
    font-family: Halyard Display;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
    background: #648AA8;
    letter-spacing: 0.02em;
    width: 100%;
    border-radius: 100px;
    text-transform: capitalize;
}
.container-thankyou .text-content a:hover{
    background: #172836;
    color: #fff;
}
.page-registration .container-thankyou {
    margin: 50px auto;
}

.widget-snippet .hero-section .left-section .buttons a {
  font-family: 'Halyard Display';
}
.widget-snippet .affordable-direct-cremation .inner-content .left-content {
  padding: 20px 0 0;
}

.widget-snippet.funeral-service .affordable-direct-cremation {
  background: #eaf0f6;
}
 
.widget-snippet.funeral-service .affordable-direct-cremation .inner-content .right-content .banner-btn-box a:last-child {
  background: transparent;
}
.widget-snippet.funeral-service section.simple-process-section.how-process .proces-container-box .item-image .mid-box {
  background: #EFF3F6;
  border: 1px solid #0000000D;
}

.blog-category-details .blog-post-item .post-description .content{
	display:none;
}
  
/*responsive start*/
@media screen and (max-width: 1500px) {
.filter-details .filtered-product-container .product-view.image-view .content.product-content,
.category-details .product-view.image-view .content.product-content {
    margin-right: 56px;
}
}
@media screen and (max-width:1400px) {
body.responsive .makes-difference-content {
    padding: 0 30px;
}
}
@media screen and (max-width:1300px) {
.filter-details .filtered-product-container .product-view.image-view .content.product-content,
.category-details .product-view.image-view .content.product-content {
    margin-right:26px;
}
body.responsive .product-widget.widget-addCart span.add-to-cart-button {
    min-width: inherit;
    width: 100% !important;
    max-width: 100%;
}
.responsive .product-widget.widget-addCart .cart-button-container {
    display: flex;
    width: 100%;
    gap: 20px;
}
}
@media screen and (max-width: 1200px) {
.responsive .cre-what-we-offer-container-box {
  gap: 20px;
}
.responsive .widget-snippet .location-consideration .inner-content .top-item {
    grid-gap: 0 20px;
}
.location-consideration .widget-snippet .inner-content .top-item .single-item {
    min-height: 427px;
}
.filter-details .filtered-product-container .product-view.image-view .content.product-content,
.category-details .product-view.image-view .content.product-content {
    margin-right:20px;
}
body.responsive .how-it-banner .full-area .how-it-left-content-box {
    padding: 0 80px 0 20px;
}
body.responsive .cre-what-we-offer-container-box, 
body.responsive .services-optional-container-box, 
body.responsive .why-Families-trust-section .full-area-container, 
body.responsive .our-business-section .full-area {
    padding: 0 20px;
}
.responsive .services-optional-container-box .item-colum {
    position: relative;
    width: calc(100% / 3 - 20px);
}
.responsive .cre-what-we-offer-container-box .item-image .mid-box {
    min-height: 336px;
    padding: 30px;
}
.responsive .services-optional-container-box .item-colum .mid-box .point-title {
    font-size: 22px;
    line-height: 35px;
}
.responsive .services-optional-container-box .item-colum .mid-box {
    min-height:215px;
    padding:30px;
}
.responsive .cre-what-we-offer-container-box .item-image .mid-box .point-title {
    font-size: 22px;
    line-height: 34px;
}
.responsive .cre-what-we-offer-container-box .item-image {
    width: calc(100% / 3 - 15px);
}
body.responsive .what-sets-us-section .full-area .right-list-content-box {
    padding: 0 20px 0 50px;
}
body section.what-we-offer-provider-section {
    padding:70px 0px 80px 0px;
}
body.responsive .what-we-offer-container-box {
    padding: 0 20px 38px 20px;
}
.responsive .widget.widget-snippet.our-story-top-section .how-it-banner {
    padding: 20px 0 100px;
}
body .responsive .our-business-section {
    padding: 90px 0 100px;
}
body .responsive .what-sets-us-section {
    padding: 90px 0px 60px;
}
body .responsive section.services-optional-offer-section {
    padding: 0px 0 110px 0px;
}
body .responsive .why-Families-trust-section {
    padding: 80px 0px 90px;
}
body .responsive .why-Families-trust-section .family-left-content {
    padding: 55px;
}
body .why-Families-trust-section .family-right-content {
    padding: 40px;
}
body.responsive .why-Families-trust-section {
    padding: 90px 0px 100px;
}
body.responsive .our-business-section .full-area .pri-title-content {
    font-size: 30px;
    line-height: 45px;
}
body.responsive .our-business-section {
    padding:90px 0 100px;
}
body.responsive .what-sets-us-section {
    padding: 80px 0px 60px;
}
body.responsive section.services-optional-offer-section {
        padding: 0px 0 100px 0px;
    }
body.responsive .why-Families-trust-section .family-left-content {
        padding: 50px;
  }
.responsive .services-optional-offer-section .our-service-title-text {
    font-size: 22px;
    line-height: 33px;
    padding: 0 20px 0px 20px;
}
body.responsive .transition-dancer-section {
    padding: 40px 0px 100px;
}
.responsive .transition-dancer-section .full-area .dance-image-content {
    left: 32%;
    padding-left:30px;
	transform: translateX(20px);
	 padding-right: 15px;
}
body.responsive .about-vision-section {
        padding: 80px 0px;
    }
body.responsive .inspiring-section {
        padding: 100px 0 100px;
    }
body.responsive .testimonial-cta-container {
    padding: 80px 60px 80px;
}

body.responsive .about-vision-section .full-area .right-vision-content-col {
    padding-left: 100px;
}
body.responsive .how-it-banner {
    padding: 60px 0 100px;
}
body.responsive .what-makes-us-section {
    padding: 80px 20px 60px 0;
}
.responsive .proces-container-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.responsive section.service-provider-section {
    padding: 80px 0 100px 0px;
 }
.responsive .service-provider-container-box {
    padding: 0 20px 38px 20px;
}

body.responsive section.first-step-section {
    padding: 100px 20px 100px 0;
}
.responsive section.first-step-section .first-step-today {
    margin-top: 80px;
}
body.responsive .cre-service-provider-container-box {
    padding: 0 20px;
}
.responsive .cre-service-provider-container-box .item-image {
    width: calc(100% / 3 - 20px);
}
body.responsive .makes-difference-content {
    padding: 0 20px;
}
.responsive .widget-snippet .location-banner {
    padding: 70px 0 100px;
}
.responsive .widget-snippet .benefit-choose {
    padding:80px 0 100px;
}
.responsive .widget-snippet.location-process .proces-container-box .item-image .mid-box {
    min-height: 230px;
}
.responsive .widget-snippet.location-area {
    padding: 100px 0 100px;
}
.responsive .honour-loved-section .right-section {
    padding: 0 0px 0 50px;
}
.responsive .widget-snippet.location-choose-us section.what-we-offer-provider-section {
    padding:80px 0 100px 0px;
}
.responsive .widget-snippet .location-area {
        padding:80px 0 100px;
    }
.responsive .widget-snippet .location-consideration {
    padding:80px 0 100px;
}
.responsive .widget-snippet .honour-loved-section {
    padding: 80px 0;
}
.responsive .widget-snippet .location-banner .full-content {
        padding: 0 0 0 20px;
    }
.responsive .widget-snippet .location-banner .full-content {
    padding: 0 0 0 20px;
}
.responsive .product-shop-section .product-view.image-view .content.product-content {
    margin-right: 20px;
}
.responsive #spltr-FB89C99A-5CAD-463D-AA7C-120E4DC40403 {
    padding-left: 20px;
}
.responsive .image-view .product-view-height-width .image, 
.responsive .scrollable-view .product-view-height-width .image {
    height: 220px;
}
.responsive .widget-pageHeading.category-pageheading h1 {
    font-size: 55px;
    line-height:60px;
}
.responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 500px;
    flex: 0 0 500px;
    max-width: 500px;
}
body.responsive #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    padding-left: 20px;
	       
}

.responsive .product-widget.widget-addCart .stepper {
    max-width: 148px;
    width: 100%;
}
.responsive .product-widget.widget-productName .product-name {
    font-size: 35px;
    line-height: 45px;
}
.responsive .product-widget.widget-addCart .stepper .stepper-input {
    width: 30px;
}
.responsive .widget-price .current-price-container .current-price.price {
    font-size: 33px;
    line-height: 40px;
}
.responsive.page-product .bmui-tab {
    padding: 40px 0 0;
}
.responsive .product-widget.widget-information {
    margin-bottom: 40px;
}
.responsive .product-view .header, 
.responsive .category-view .header, 
.responsive .entire-search .header, 
.responsive .product-search .header {
    margin-top: -124px;
}
.responsive .product-widget.widget-related {
    margin-bottom: 90px;
}
}


@media screen and (max-width:991px) {
.responsive .widget-snippet.location-process .proces-container-box .item-image .mid-box {
    min-height: 250px;
  }
.responsive .benefit-choose .full-content .right-content .item p {
  font-size: 22px;
  line-height: 26px;
}
body.responsive .about-vision-section .full-area .right-vision-content-col {
    padding-left: 50px;
}
body.responsive .why-Families-trust-section .family-left-content {
    padding: 40px;
  }
body.responsive .how-it-banner .full-area .how-it-left-content-box {
    padding: 0 0px 0 20px;
}
.responsive .how-it-banner .full-area .how-it-right-image-product {
    padding-left: 42px;
}
.responsive .how-banner-btn-box {
    margin-top: 36px;
}
body.responsive .our-business-section .full-area .year-content-box .left-year .year-numer-text {
    font-size: 85px;
    line-height: 95px;
}
.responsive .our-business-section .full-area .right-year-content {
    width: 70%;
    padding-left: 36px;
}
.responsive .our-business-section .full-area .year-content-box .left-year {
    width: 30%;
}
.responsive .what-sets-us-section .full-area {
    flex-wrap: wrap;
	flex-direction: column-reverse;
}
.responsive .what-sets-us-section .full-area .sets-left-image-content {
    width: 100%;
	padding-right:20px;
}
.responsive .what-sets-us-section .full-area .right-list-content-box{
	width:100%;
}
body.responsive .what-sets-us-section .full-area .right-list-content-box {
    padding: 0 20px 0 20px;
}
body.responsive .what-sets-us-section {
    padding: 70px 0px 80px;
 }
.responsive .cre-what-we-offer-container-box .item-image {
        width: calc(100% / 2 - 15px);
    }
.responsive .cre-what-we-offer-container-box .item-image .mid-box {
        min-height: 270px;
        padding: 30px;
    }
.responsive .services-optional-container-box .item-colum {
    width: calc(100% / 2 - 20px);
}
.responsive .services-optional-container-box .item-colum .mid-box {
    min-height: 190px;
}
.responsive .why-Families-trust-section .full-area-container {
    flex-wrap: wrap;
}
.responsive .why-Families-trust-section .family-left-content {
    width: 100%;
	padding:60px;
}
.responsive .why-Families-trust-section .family-right-content {
    width: 100%;
    padding:60px;
}
body.responsive .about-section .full-area .about-right-content-col .about-middle-content {
    padding:18px 0px 80px 60px;
}

    .responsive .about-vision-section .full-area .left-two-img-content .circle-image-box {
        width: 215px;
        height: 215px;
        margin-left: -72px;
    }
    .responsive .about-vision-section .full-area .left-two-img-content .image-box {
        width: 245px;
        height: 245px;
    }
.responsive .about-section {
    padding: 40px 0 60px;
}
.responsive .about-vision-section .full-area .left-two-img-content {
    width: 50%;
}
.about-vision-section .full-area .right-vision-content-col {
    width:100%;
}
.responsive .transition-dancer-section .full-area .dance-image-content {
    top: 28%;
}
.responsive .transition-dancer-section .full-area p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 12px;
}
.responsive .about-vision-section {
        padding: 80px 0px;
    }
.responsive .about-vision-section .full-area .testimonial-box .head-text {
    font-size: 27px;
    line-height: 40px;
    margin: 0 0 15px 0;
}
.responsive .testimonial-cta-container .testimonial-cta-content p {
    font-size: 26px;
    margin: 0 0 15px 0;
    line-height: 36px;
}
.responsive .inspiring-section .full-area .inspiring-left-two-img-content {
    width: 40%;
}
.responsive .inspiring-section .full-area .right-inspiring-content-col {
    width: 60%;
}
.responsive .inspiring-section .full-area .inspiring-left-two-img-content .image-two-box {
    gap: 0 20px;
}
.responsive .inspiring-section .full-area .right-inspiring-content-col .vision-middle-box {
    padding: 0px 0 0 48px;
}
body.responsive .inspiring-section .inspiring-content-box {
    padding: 20px 15px 0;
}
.responsive .commitment-section .full-area {
    flex-wrap: wrap;
	flex-direction: column-reverse;
}
.responsive .commitment-section .full-area .commitment-left-content {
    width: 100%; 
	margin-top: 35px;
	display: flex;
    justify-content: center;
}
body.responsive .commitment-section .full-area .right-commitment-content-col .vision-middle-box {
    padding: 0px 0px 0 0;
}
.responsive .commitment-section .full-area .right-commitment-content-col {
    width: 100%;
}
.responsive .holistic-approach-section .full-area {
 flex-wrap: wrap;
}
.responsive .holistic-approach-section .full-area .holistic-approach-left-content {
    width: 100%;
}
.responsive .holistic-approach-section .full-area .right-holistic-approach-content-col {
    width: 100%;
	text-align:center;
	display: flex;
    justify-content: center;
}
body.responsive .holistic-approach-section .full-area .vision-middle-box {
    padding: 0;
}
.responsive .about-section .full-area .head-text {
    margin: 0 0 8px 0;
}
.responsive .what-makes-us-section .full-area .makes-left-image-content {
    width: 35%;
}
.responsive .what-makes-us-section .full-area .right-list-content-box {
    width: 65%;
    padding: 0 0 0 20px;
}
.responsive .proces-container-box .item-image .mid-box p {
    font-size: 15px;
    line-height: 22px;
}
.responsive .cre-service-provider-container-box .item-image .mid-box .point-title {
     margin: 16px 0 15px 0;
     font-size: 20px;
     line-height: 24px;
}
.responsive .cre-service-provider-container-box .item-image .mid-box {
    min-height: 280px;
    padding: 30px;
}
.responsive .cre-service-provider-container-box .item-image .mid-box p {
    font-size: 15px;
    line-height: 22px;
    margin: 13px 0 0 0;
}
body.responsive .cre-service-provider-container-box {
    padding: 0 20px;
    gap: 20px;
}
.responsive .widget-snippet .location-banner {
    padding:50px 0 90px;
}
.responsive .location-banner .full-content .left-content {
    padding:0;
}
.responsive .location-banner .full-content .right-content {
    padding-left: 20px;
}
.responsive .honour-loved-section .right-section {
    padding: 0 0px 0 35px;
}
.responsive .benefit-choose .full-content .left-content {
    text-align: center;
    width: 100%;
    padding: 0 0 10px 0;
}
.responsive .simple-proces-container-box p{
	margin: 0 0 20px 0;
}
.responsive .benefit-choose .right-content {
    width: 100%;
}
.responsive .widget-snippet .location-area .full-content .items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.responsive .location-consideration .inner-content .top-item .single-item {
    padding: 30px 20px 20px;
    min-height: 430px;
}
.responsive .widget.widget-navigation.categories-list, 
.responsive .widget.widget-filter.left-sidebar-filter {
    padding: 0 30px 0 0;
}
.responsive .product-view.image-view .product-block, 
.responsive .product-view.scrollable-view .product-block {
	width: calc(100% / 2);
    height: 338px;
}
.responsive .product-view.image-view .product-name, 
.responsive .product-view.scrollable-view .product-name{
	margin-top:0;
}
.responsive .product-view.image-view .product-name a, 
.responsive .product-view.scrollable-view .product-name a {
    font-size: 18px;
    line-height: 40px;
}
.responsive .widget-pageHeading.category-pageheading h1 {
    font-size: 50px;
    line-height: 58px;
}
.responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 368px;
    flex: 0 0 368px;
    max-width: 368px;
}
.responsive .product-widget.widget-related .product-view.image-view .product-block {
    width: calc(100% / 2);
}
.responsive .widget-snippet .honour-loved-section {
    padding: 70px 0 90px 0;
}
}

@media screen and (max-width:768px) {

.responsive .about-section {
    padding: 50px 0 30px;
}
.responsive .transition-dancer-section .full-area .dance-image-content {
    top: 18%;
}
}
@media screen and (max-width:767px) {
    /*.responsive .widget.widget-breadcrumb {
        white-space: nowrap;
        min-height: 27px;
    }*/
    .responsive .product-widget.widget-price {
        padding: 10px 0 10px;
    }

    .responsive .how-it-banner .full-area .des-para {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .how-banner-btn-box {
        margin-top: 25px;
        gap: 12px;
    }

    .responsive .how-it-banner .full-area {
        display: flex;
        max-width: 100%;
        flex-wrap: wrap;
    }

    .responsive .our-business-section .full-area .right-year-content a {
        padding: 12px 10px;
        font-size: 16px;
        line-height: 17px;
        height: 45px;
    }

    body.responsive .how-it-banner .full-area .how-it-left-content-box {
        width: 100%;
        padding: 0 15px 0 15px;
        margin-bottom: 45px;
    }

    .responsive .how-it-banner .full-area .how-it-right-image-product {
        width: 100%;
        text-align: right;
        padding: 0px;
    }

    .responsive .how-it-banner .full-area .how-banner-btn-box a {
        height: 45px;
        padding: 12px 10px;
        font-size: 16px;
        line-height: 17px;
    }

    .responsive .widget.widget-snippet.our-story-top-section .how-it-banner {
        padding: 20px 0 60px;
    }

    .responsive .our-business-section .full-area {
        flex-wrap: wrap;
    }

    .responsive .our-business-section .full-area .journey-business-left {
        width: 100%;
    }

    .responsive .our-business-section .full-area .journey-right-content {
        width: 100%;
        padding-left: 0;
        margin-top: 13px;
    }

    body.responsive .our-business-section .full-area .pri-title-content {
        font-size: 22px;
        line-height: 33px;
        margin: 0 0 45px 0;
    }

    body.responsive .our-business-section .full-area .year-content-box .left-year .year-numer-text {
        font-size: 58px;
        line-height: 68px;
    }

    .responsive .our-business-section .full-area .year-content-box .left-year .year-text {
        font-size: 16px;
        line-height: 23.29px;
    }

    body.responsive .cre-what-we-offer-container-box,
    body.responsive .services-optional-container-box,
    body.responsive .why-Families-trust-section .full-area-container,
    body.responsive .our-business-section .full-area {
        padding: 0 15px;
    }

    body.responsive .our-business-section {
        padding: 50px 0 60px;
    }

    .responsive .journey-business-left .journey-title {
        max-width: 100%;
        line-height: 36px;
    }

    body.responsive .what-sets-us-section .full-area .right-list-content-box {
        padding: 0 15px 0 15px;
    }

    .responsive .what-sets-us-section .right-list-content-box ul li .item-icon-box {
        min-width: 66px;
        height: 66px;
    }

    .responsive .what-sets-us-section .right-list-content-box ul li {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }

    .responsive .what-sets-us-section .right-list-content-box .list-title {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 6px 0;
    }

    body.responsive .what-sets-us-section {
        padding: 60px 0px 60px;
    }

    .responsive .what-sets-us-section .full-area .sets-left-image-content {
        padding-right: 20px;
    }

    .responsive .widget-snippet .what-we-offer-container-box {
        padding: 0 15px 38px 15px;
    }

    body section.what-we-offer-provider-section {
        padding: 50px 0px 40px 0px;
    }

    .responsive .cre-what-we-offer-container-box .item-image {
        width: calc(100% / 1 - 0px);
    }

    .responsive .cre-what-we-offer-container-box .item-image .mid-box {
        min-height: auto;
        padding: 30px;
    }

    .responsive .services-optional-offer-section .our-service-title-text {
        font-size: 18px;
        line-height: 28px;
        padding: 0 15px 0px 15px;
    }

    .responsive .services-optional-container-box .item-colum {
        width: 100%;
    }

    .responsive .services-optional-container-box .item-colum .mid-box {
        min-height: auto;
        padding: 22px 30px 30px 30px;
    }

    body.responsive section.services-optional-offer-section {
        padding: 0px 0 70px 0px;
    }

    body.responsive .why-Families-trust-section {
        padding: 50px 0px 60px;
    }

    body.responsive .why-Families-trust-section .family-left-content {
        padding: 30px 25px;
    }

    .responsive .family-left-content .sets-title {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 28px 0;
    }

    .responsive .family-left-content ul li {
        display: flex;
        gap: 22px;
        margin-bottom: 15px;
    }

    .responsive .why-Families-trust-section .family-right-content {
        width: 100%;
        padding: 40px 25px 40px 25px;
    }

    .responsive .why-Families-trust-section .fam-btn-box {
        display: flex;
        gap: 12px;
        margin-top: 28px;
    }

    .responsive .why-Families-trust-section .fam-btn-box a {
        padding: 12px 8px;
        font-weight: 400;
        font-size: 15px;
        line-height: 17.79px;
        height: 45px;
    }

    .responsive .why-Families-trust-section .fam-btn-box a svg {
        margin-right: 7px;
    }

    .responsive .family-right-content .reach-out-text {
        margin: 38px 0 0 0;
        padding: 0;
    }

    .responsive .what-sets-us-section .sets-title {
        margin: 0 0 34px 0;
    }

    .responsive .our-business-section .full-area .right-year-content p {
        font-size: 17px;
        line-height: 27px;
        margin: 0 0 25px 0;
    }

    .responsive .our-business-section .full-area .right-year-content .phone-btn {
        margin-top: 25px;
    }

    .responsive .what-we-offer-container-box p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .cre-what-we-offer-container-box .item-image .mid-box .point-title {
        font-size: 22px;
        line-height: 34px;
        margin: 14px 0 8px 0;
    }

    .responsive .cre-what-we-offer-container-box {
        gap: 25px;
    }

    .responsive .why-Families-trust-section .fam-trust-sub .head-text {
        margin: 0 0 12px 0;
    }

    .responsive .why-Families-trust-section .fam-trust-sub p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .services-optional-container-box .item-colum .mid-box p {
        margin: 5px 0 0 0;
    }

    .responsive .services-optional-container-box .item-colum .mid-box .point-title {
        margin: 0px 0 8px 0;
    }

    .responsive .family-left-content .list-title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 4px 0;
    }

    .responsive .family-right-content p {
        font-size: 20px;
        line-height: 31px;
        margin: 0 0 15px 0;
        padding: 0;
    }

    .responsive .what-we-offer-provider-section .our-service-title-text {
        line-height: 29px;
    }

    .responsive .about-section .full-area {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .responsive .about-section .full-area .about-right-content-col {
        width: 100%;
    }

    body.responsive .about-section .full-area .about-right-content-col .about-middle-content {
        padding: 0;
    }

    .responsive .about-section .full-area .left-about-img {
        width: 100%;
    }

    .responsive .about-section .full-area .about-right-content-col .subabout-text {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 11px 0;
    }

    .responsive .about-section {
        padding: 25px 0 30px;
    }

    .responsive .transition-dancer-section .full-area {
        flex-wrap: wrap;
    }

    .responsive .transition-dancer-section .full-area .left-about-img {
        width: 100%;
    }

    .responsive .transition-dancer-section .full-area .dancer-imageright-content-col {
        width: 100%;
        padding-left: 0;
        overflow: hidden;
    }

    .responsive .transition-dancer-section .full-area .head-text {
        margin: 0px 0 28px 0;
        padding: 0;
    }

    .responsive .transition-dancer-section .full-area .dance-image-content {
        top: 0;
        padding-right: 15px;

    }

    .responsive .transition-dancer-section .full-area p {
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 12px;
    }

    body.responsive .transition-dancer-section {
        padding: 25px 0px 60px;
    }

    .responsive .about-vision-section .full-area .vision-mid-part {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .responsive .about-vision-section .full-area .left-two-img-content {
        width: 100%;
        justify-content: center;
    }

    body.responsive .about-vision-section .full-area .right-vision-content-col {
        width: 100%;
        padding-left: 0;
    }

    .responsive .about-vision-section .full-area .left-two-img-content .image-box {
        width: 150px;
        height: 150px;
    }
    .responsive .about-vision-section .full-area .left-two-img-content .circle-image-box {
        width: 140px;
        height: 140px;
        margin-left: -35px;
    }

    .responsive .about-vision-section .full-area .divided-border {
        position: relative;
        margin-top: 50px;
    }

    .responsive .about-vision-section .full-area .testimonial-box .head-text {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 15px 0;
    }

    .responsive .about-vision-section .full-area .testimonial-box .testimonial-mid-content .testimonial-name p {
        font-size: 19px;
        line-height: 30px;
        margin: 6px 0 0 0;
        padding: 0;
    }

    .responsive .about-vision-section .full-area .testimonial-box .testimonial-mid-content {
        padding: 46px 0px 0px;
    }

    body.responsive .about-vision-section {
        padding: 60px 0px;
    }

    .responsive .inspiring-section .full-area {
        display: flex;
        flex-direction: column-reverse;
    }

    .responsive .inspiring-section .full-area .inspiring-left-two-img-content {
        width: 100%;
    }

    .responsive .inspiring-section .full-area .right-inspiring-content-col {
        width: 100%;
    }

    .responsive .inspiring-section .full-area .right-inspiring-content-col .vision-middle-box {
        padding: 0;
    }

    .responsive .inspiring-section .qutation-content {
        padding-left: 25px;
        margin-left: 40px;
        margin-top: 38px;
    }

    .responsive .inspiring-section .qutation-content:before {
        left: -44px;
        top: -4px;
        background-size: 25px;
    }

    .responsive .inspiring-section .full-area .inspiring-left-two-img-content .image-two-box {
        gap: 0 20px;
        margin-top: 20px;
    }

    body.responsive .inspiring-section {
        padding: 60px 0 50px;
    }

    body.responsive .testimonial-cta-container {
        padding: 60px 20px 60px;
    }

    .responsive section.testimonial-cta-section {
        padding: 0 15px;
    }

    body.responsive .commitment-section {
        padding: 200px 0 60px;
    }

    body.responsive .holistic-approach-section {
        padding: 60px 0 60px;
    }

    .responsive .holistic-approach-section .qutation-content,
    .responsive .commitment-section .qutation-content {
        padding-left: 25px;
        margin-left: 40px;
        margin-top: 30px;
    }

    .responsive .holistic-approach-section .qutation-content:before,
    .responsive .commitment-section .qutation-content:before {
        left: -43px;
        top: -4px;
        background-size: 25px;
    }

    body.responsive .testimonial-cta-container .testimonial-cta-content p {
        font-size: 18px;
        margin: 0 0 15px 0;
        line-height: 27px;
    }

    body.responsive section.testimonial-cta-section {
        padding: 0 15px;
    }

    .responsive .about-section .full-area .about-right-content-col p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .inspiring-section .full-area .des-image-content p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .inspiring-section .full-area .qutation-content p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .inspiring-section .full-area .qutation-content .des-name-content {
        font-size: 19px;
        line-height: 31px;
        font-size: 18px;
    }

    .responsive .inspiring-section .inspiring-content-box p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .about-vision-section .full-area .right-vision-content-col p,
    .responsive .holistic-approach-section .full-area .qutation-content p,
    .responsive .holistic-approach-section .full-area .des-image-content p,
    .responsive .commitment-section .full-area .des-image-content p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .commitment-section .full-area .qutation-content p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .holistic-approach-section .full-area .qutation-content .des-name-content,
    .responsive .commitment-section .full-area .qutation-content .des-name-content {
        line-height: 29px;
        font-size: 18px;
    }

    body.responsive .how-it-banner .full-area .how-it-left-content-box {
        padding: 0 15px 0 15px;
    }

    .responsive section.first-step-section .first-step-today {
        margin-top: 55px;
    }

    .responsive .what-makes-us-section .full-area {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .responsive .what-makes-us-section .full-area .makes-left-image-content {
        width: 100%;
    }

    .responsive .what-makes-us-section .full-area .right-list-content-box {
        width: 100%;
        padding: 0 0 0 15px;
        margin-top: 0px;
    }

    .responsive .what-makes-us-section .full-area .right-list-content-box ul {
        padding: 0px;
    }

    .responsive .right-list-content-box ul li .item-icon-box {
        min-width: 66px;
        height: 66px;
    }

    .responsive .right-list-content-box ul li {
        gap: 20px;
        margin-bottom: 18px;
    }

    body.responsive .makes-difference-content {
        padding: 0 15px;
        margin: 0 auto 15px;
    }

    .responsive .makes-difference-content {
        margin: 0 auto 15px;
    }

    body.responsive .how-it-banner {
        padding: 30px 0 60px;
    }

    body.responsive .what-makes-us-section {
        padding: 60px 15px 60px 0;
    }

    .responsive .right-list-content-box .list-title {
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 6px 0;
        padding: 0;
    }

    body.responsive section.service-provider-section {
        padding: 60px 0 60px 0px;
    }

    .responsive .cre-service-provider-container-box .item-image {
        width: calc(100% / 1 - 0px);
    }

    .responsive section.first-step-section .first-step-full-container {
        flex-direction: column-reverse;
    }

    .responsive section.first-step-section .first-step-full-container .first-step-image-box {
        width: 100%;
        margin-top: 20px;
    }

    .responsive section.first-step-section .first-step-full-container .first-right-content {
        width: 100%;
    }

    .responsive section.first-step-section .first-step-full-container .pre-content {
        padding-left: 15px;
    }

    body.responsive section.first-step-section {
        padding: 60px 20px 60px 0;
    }

    .responsive .service-provider-container-box p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .cre-service-provider-container-box .item-image .mid-box {
        min-height: auto;
        padding: 25px;
    }

    .responsive section.first-step-section .first-step-full-container .pre-content p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .simple-proces-container-box p,
    .responsive .makes-difference-content p {
        font-size: 17px;
        line-height: 26px;
    }

    .responsive .widget-snippet .location-banner .full-content {
        padding: 0 0 0 15px;
    }

    .responsive .location-banner .full-content .left-content {
        width: 100%;
        padding: 0 15px 0 0;
    }

    .responsive .location-banner .full-content .right-content {
        padding-left: 0;
        width: 100%;
    }

    .responsive .location-banner .full-content .left-content .banner-btn-box a {
        padding: 12px 10px;
        font-size: 16px;
        line-height: 17px;
        height: 45px;
    }

    .responsive .widget-snippet .location-banner .full-content .left-content .banner-btn-box {
        margin-top: 25px;
        gap: 12px;
    }

    .responsive .widget-snippet .location-banner .full-content .left-content p.description-text {
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 28px;
    }

    .responsive .widget-snippet .location-banner {
        padding: 40px 0 60px;
    }

    .responsive .honour-loved-section .full-container {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .responsive .honour-loved-section .left-section {
        width: 100%;
        margin-top: 35px;
    }

    .responsive .honour-loved-section .right-section {
        padding: 0;
        width: 100%;
    }

    .responsive .widget-snippet .honour-loved-section {
        padding: 50px 0 60px 0;
    }

    .responsive .honour-loved-section .right-section .buttons a {
        padding: 12px 10px;
        font-size: 16px;
        line-height: 17px;
        height: 45px;
    }

    .responsive .honour-loved-section .right-section .buttons {
        display: flex;
        gap: 12px;
    }

    .responsive .honour-loved-section .right-section p {
        margin: 0 0 25px;
        font-size: 17px;
        line-height: 27px;
    }

    .responsive .widget-snippet .benefit-choose {
        padding: 50px 0 60px;
    }

    .responsive .benefit-choose .full-content .left-content p {
        font-size: 17px;
        line-height: 27px;
    }

    .responsive .benefit-choose .full-content .right-content .item p {
        font-size: 18px;
        line-height: 27px;
    }

    .responsive .benefit-choose .full-content .right-content .item {
        padding: 0 0 22px;
        margin: 0 0 22px;
    }

    .responsive .benefit-choose .full-content .right-content .item span {
        padding: 0 20px 0 0;
        font-size: 20px;
    }

    .responsive .widget-snippet.location-choose-us section.what-we-offer-provider-section {
        padding: 50px 0 60px 0px;
    }

    .responsive .widget-snippet.location-choose-us .what-we-offer-container-box {
        padding: 0 15px 25px 15px;
    }

    .responsive .widget-snippet .location-area .full-content .items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 0 20px;
    }

    .responsive .widget-snippet .location-area {
        padding: 50px 0 60px;
    }

    .responsive .widget-snippet .location-consideration {
        padding: 50px 0 60px;
    }

    .responsive .widget-snippet .location-consideration .inner-content .top-item {
        grid-gap: 30px 30px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .responsive .location-consideration .inner-content h2 {
        margin: 0 auto 35px;
    }

    .responsive .location-area .full-content h2 {
        margin: 0 0 30px;
    }

    .responsive .location-consideration .inner-content .top-item .single-item {
        padding: 20px 20px 20px;
        min-height: auto;
    }

    .responsive .location-consideration .inner-content .bottom-item .btn-box a {
        padding: 12px 10px;
        font-size: 16px;
        line-height: 17px;
        height: 45px;
    }

    .responsive .location-consideration .inner-content .bottom-item .btn-box {
        gap: 12px;
        margin-top: 25px;
    }

    .responsive .location-consideration .inner-content .bottom-item p {
        font-size: 17px;
        line-height: 27px;
    }

    .responsive .product-shop-section .product-view.image-view .content.product-content {
        margin-right: 15px;
        margin-left: 15px;
    }

    .responsive .widget.widget-navigation.categories-list .menu-button {
        position: absolute;
        right: 18px;
        top: -5px;
    }

    .responsive .categories-list span.child-opener::before {
        display: none;
    }
    .responsive .widget.widget-navigation.categories-list .nav-wrapper {
        box-shadow: 12px 12px 15px 0 rgba(0, 0, 0, .1);
        padding: 15px 15px 5px;
    }
    .responsive .widget.widget-navigation.categories-list .nav-wrapper {
        background-color: #fff;
        height: auto;
        position: absolute;
    }

    .responsive .widget.widget-navigation.categories-list {
        padding: 0;
    }
    .widget.widget-navigation.categories-list .navigation-item-child-container .navigation-item.last {
        margin-bottom: 10px;
    }
    /*.responsive #spltr-FB89C99A-5CAD-463D-AA7C-120E4DC40403 {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .responsive #spltr-FB89C99A-5CAD-463D-AA7C-120E4DC40403 {
        padding: 0;
    }

    .responsive .product-view.image-view .product-block,
    .responsive .product-view.scrollable-view .product-block {
        width: calc(100% / 1);
        height: auto;
    }

    .responsive .widget.widget-filter.left-sidebar-filter{
        padding: 0 15px;
    }

    .responsive .categories-list {
        margin: 0;
        margin: 0 0 5px !important;

    }
    .widget.widget-filter.left-sidebar-filter {
        padding: 0 !important;
        margin: 0 15px 100px;
    }
    .responsive .categories-list > .widget-title {
        margin: 0 15px 0 !important;
        border-bottom: 1px solid #d0d0d0 !important;
    }
    .responsive .widget-pageHeading.category-pageheading h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 auto 30px;
    }

    .responsive .widget.widget-filter.left-sidebar-filter .widget-title,
    .responsive .categories-list > .widget-title {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 10px;
    }

    .responsive .widget.widget-filter.left-sidebar-filter .widget-title {
        margin-top: 25px;
        display: none;
    }

    .responsive .categories-list span.child-opener::after {
        top: -16px;
    }

    .responsive .product-view .header,
    .responsive .category-view .header,
    .responsive .entire-search .header,
    .responsive .product-search .header {
        margin-bottom: 30px;
        margin-top: -88px;
        padding: 0 15px 0 15px;
    }

    .filter-details .filtered-product-container .product-view.image-view .content.product-content,
    .category-details .product-view.image-view .content.product-content {
        margin-right: 15px;
        margin-left: 15px;
    }

    .responsive .widget.widget-product.product-shop-section {
        margin-bottom: 60px;
    }

    .filter-details .filtered-product-container,
    .page-category .category-details .product-container {
        margin-bottom: 40px;
    }

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

    body.responsive #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
        padding-left: 0;
    }

    .responsive .page-product .bmui-tab {
        padding: 10px 0 0;
    }

    .responsive .product-widget.widget-related .product-view.image-view .product-block {
        width: calc(100% / 1);
    }

    .responsive .product-widget.widget-related .title {
        font-size: 30px;
        line-height: 40px;
    }

    .responsive .product-widget.widget-productName .product-name {
        font-size: 30px;
        line-height: 40px;
    }

    .responsive .info-row.sku {
        font-size: 15px;
        line-height: 18px;
    }

    .responsive .widget-price .current-price-container .current-price.price {
        font-size: 28px;
        line-height: 40px;
    }

    .responsive .product-widget.widget-addCart .stepper .stepper-arrow {
        width: 40px;
    }

    .responsive .product-widget .variation-container .variation-type {
        padding-bottom: 0px;
    }

    .responsive.page-product .bmui-tab {
        padding: 10px 0 0px;
    }

    .responsive .product-widget.widget-information {
        margin-bottom: 35px;
    }

    .responsive .product-widget.widget-related {
        margin-bottom: 60px;
    }

    .product-view .sortable {
        margin: 0;
        float: none;
        width: 100%;
    }

    .product-view .product-sorting {
        width: 100%;
        min-width: 100%;
    }

    .responsive .widget.widget-filter .type-slider .noUi-horizontal {
        padding-left: 5px;
        padding-right: 5px;
    }

    .image-popup-container .image-wrapper img.popup-image {
        max-width: 100%;
    }

    /*.popup.image-popup-container {
            left: 20px !important;
            min-width: calc(100% - 40px);
            position: fixed !important;
            right: 15px !important;
        }*/
    .image-popup-container.popup {
        min-width: 300px;
    }

  .image-popup-container .image-wrapper {
    padding: 30px;
    border-radius: 15px;
    border: 0;
  }
.page-product .image-popup-container .navigator.close-button {
  top: 5px;
}
    .responsive .product-widget.widget-addCart .cart-button-container {
        gap: 12px;
    }

    .responsive .location-consideration .inner-content .bottom-item {
        margin: 28px auto 0;
    }

    .page-blog-post .image-popup-container-for-zoom-preview.popup {
        width: calc(100% - 40px) !important;
        margin-right: 20px !important;
        padding: 25px !important;
    }
  .page-product .image-popup-container .navigator.right-button, .page-product .image-popup-container .navigator.left-button {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
    .page-product .image-popup-container .navigator.left-button {
    left:5px
  }
  .page-product .image-popup-container .navigator.right-button{
    right:5px;
  }

}

@media screen and (max-width:360px) {
.responsive .transition-dancer-section .full-area p {
    font-size: 12px;
    line-height: 19px;
    margin: 0 0 12px;
}
.responsive .how-banner-btn-box {
    flex-wrap: wrap;
}
.responsive .how-it-banner .full-area .how-banner-btn-box a {
    max-width:100%;
}
.responsive .why-Families-trust-section .fam-btn-box {
    flex-wrap: wrap;
}	
.responsive .why-Families-trust-section .fam-btn-box a{
	max-width:100%;
}
.responsive .location-consideration .inner-content .bottom-item .btn-box,
.responsive .widget-snippet .location-banner .full-content .left-content .banner-btn-box {
    flex-wrap: wrap;
}
.responsive .location-consideration .inner-content .bottom-item .btn-box a,
.responsive .location-banner .full-content .left-content .banner-btn-box a{
	max-width:100%;
}
.responsive .product-widget.widget-addCart .stepper .stepper-arrow {
    width: 38px;
}

}


.widget-snippet .direct-cremation-banner .full-content .right-content {
  text-align: center;
}

.widget-snippet .direct-cremation-banner .full-content .right-content img {
    max-height: 700px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .hero-section .right-section img {
    max-height: 535px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .how-it-banner .full-area .how-it-right-image-product img {
    max-height: 475px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .what-makes-us-section .full-area .makes-left-image-content img{
    max-height: 355px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .memorial-service-section .left-section img{
    max-height: 575px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.widget-snippet .affordable-direct-cremation .inner-content .left-content img{
    max-height: 830px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.widget-snippet section.first-step-section .first-step-full-container .first-step-image-box img{
    max-height: 300px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet.our-story-top-section .how-it-banner .full-area .how-it-right-image-product img {
    max-height: 615px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .what-sets-us-section .full-area .sets-left-image-content img{
    max-height: 535px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .home-banner .full-area .right-image-product img{
    max-height: 535px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .location-banner .full-content .right-content img{
    max-height: 500px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .behind-service .full-content .left-content {
    max-height: 970px;
    overflow: hidden;
}
.widget-snippet .about-section .full-area .left-about-img {
    max-height: 755px;
    overflow: hidden;
}
.widget-snippet .inspiring-section .full-area .inspiring-left-two-img-content .image-two-box .image-box {
    max-height: 315px;
    overflow: hidden;
}
.widget-snippet .inspiring-section .full-area .inspiring-left-two-img-content .image-two-box .circle-image-box{
    max-height: 760px;
    overflow: hidden;
}
.widget-snippet .commitment-section .full-area .commitment-left-content .image-box {
    max-height: 415px;
}
.widget-snippet .right-holistic-approach-content-col .image-box {
    max-height: 580px;
    overflow: hidden;
}
.widget-snippet .behind-service .full-content .left-content img,
.widget-snippet .about-section .full-area .left-about-img img,
.widget-snippet .inspiring-section .full-area .inspiring-left-two-img-content .image-two-box .image-box img,
.widget-snippet .inspiring-section .full-area .inspiring-left-two-img-content .image-two-box .circle-image-box img,
.widget-snippet .commitment-section .full-area .commitment-left-content .image-box img,
.widget-snippet .right-holistic-approach-content-col .image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.widget-snippet .hero-section .right-section {
    text-align: center;
}
.widget-snippet .services-optional-container-box .item-colum .mid-box {
    background-color: #ECECEC;
    border: 1px solid rgb(236, 236, 236);
}
.widget-snippet .our-service-container .item-image .mid-box {
    min-height: 460px;
}
.widget-snippet .our-service-container .item-image .service-content-box {
    min-height: 330px;
}
.widget-snippet .our-service-container .item-image .mid-box .icon-box {
    max-height: 38px;
    max-width: 32px;
    min-height: auto;
}
.widget-snippet .our-point-container .item-image .icon-box {
    padding-left: 0;
    max-width: 33px;
    max-height: 29px;
    margin-left: 38px;
}
.widget-snippet .cre-what-we-offer-container-box .item-image .icon-box {
    max-height: 36px;
    max-width: 32px;
}
.widget-snippet .cre-service-provider-container-box .item-image .icon-box {
    max-width: 33px;
    max-height: 36px;
}
.widget-snippet .family-left-content ul li .item-icon-box {
    min-width:  auto;
    min-height: auto;
    max-width: 25px;
    max-height: 25px;
    width: 100%;
    height: 100%;
}
.widget-snippet  .proces-container-box .item-image .icon-box {
    max-width: 36px;
    max-height: 32px;
}
.widget-snippet .location-consideration .inner-content .top-item .single-item img {
    max-width: 164px;
}
.widget-snippet .honour-loved-section .left-section img {
    max-height: 500px;
    height: 100%;
    object-fit: contain;
}
.widget-snippet .about-vision-section .full-area .left-two-img-content .circle-image-box img{
    max-width: 285px;
    max-height: 94px;
}
.widget-snippet .about-vision-section .full-area .left-two-img-content .image-box img {
    border-radius: 100%;
    object-fit: cover;
}
.widget-snippet .our-service-container .item-image .mid-box .point-title {
    margin: 60px 0 15px 0;
}
#spltr-B0DC63AF-0913-4CB8-A3EE-CF24CD49573A {
    background: #eaf0f6;
}
.fee .widget-snippet.footer-bottom-nav {
    height: 260px !important;
}
.fee .widget-snippet.footer-flag {
    top: 1045px !important;
}


.widget-snippet .location-area .full-content .items {
    grid-gap: 0 80px;
}