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

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

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family: 'Lato'; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-size: 16px;
    color: #262527;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 1.4;
}
body>div.body {
    margin-top: -55px;
}
::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: 'Lato';
    font-size: inherit;
    line-height: inherit;
}
a{
    font-family: 'Lato';
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
a:hover{
    color: #000;
}
.widget-article a{
    font-family: 'Lato';
    font-size: 16px;
    color: #262527;
    font-weight: 400;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #000;
}
.widget-snippet a, .widget-snippet a:hover, .widget-snippet a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color: #262527;
    font-family: 'Futura Std';
    text-transform: capitalize;
    font-weight: 600;
}
h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 0;
}
h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
p  {
    font-family: 'Lato';
    font-size: 14px;
    color: #262527;
    line-height: 25px;
    margin: 0 0 20px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 5px;
    list-style-type: none;
    color: #262527;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #272727;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #e3e3e3;
    padding: 8px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Futura Std';
    font-size: 15px;
    font-weight: 700;
    height: auto;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    line-height: 30px;
    padding: 9px 10px 5px;
    border-radius: 1px;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    border: 1px solid #262527;
    letter-spacing: 0.03em;
}
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover,
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #68E3C5;
    color: #000;
    border-color: #68E3C5 ;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #086AC2 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 ;
    border: 1px solid #bfbfbf ;
    color: #818181;
}
.widget.widget-image.header-logo {
    margin:0 auto;
    text-align:center;
}
.widget.widget-article h1 {
    font-size: 32px;
    font-weight: 600;
}
.widget.widget-article h2 {
    font-size: 22px;
    font-weight: 600;
}
.widget.widget-article h3 {
    font-size: 20px;
    font-weight: 600;
}
.widget.widget-article h4 {
    font-size: 18px;
    font-weight: 600;
}
.widget.widget-article h5 {
    font-size: 17px;
    font-weight: 600;
}
.widget.widget-article h6 {
    font-size: 16px;
    font-weight: 600;
}
.widget.widget-article a:hover{
    text-decoration: none;
}
.widget.widget-article ul li, .widget.widget-article ol li {
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
.widget.widget-article b, .widget.widget-article strong {
    font-weight: bold;
    font-size: 18px;
}
.page-delivery-returns-refunds .widget.widget-article b, .page-delivery-returns-refunds .widget.widget-article.widget.widget-article strong {
    font-size: 16px;
}
.widget-article.company-article {
    /*max-width: 1300px;*/
    margin: 0 auto;
}
.header > .widget-container {
    max-width: 1920px;
}
/*form element desgin*/
.header > .widget-container .widget-storeLogo {
    max-width: 185px;
    margin: 0 auto;
    text-align: center;
}
.form-row {
    margin: 0 0 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 46px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height: 46px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 25px 3px 10px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    margin:0;
    border-radius: 1px;
}
.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
}
textarea {
    height: 150px;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"], input, input[type="text"],
textarea, select, input[type="password"], address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    color: #262527;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 25px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .store-credit-request-form textarea:focus {
    border:1px solid #262527;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height: 46px;
    border-width: 1px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    border-radius: 1px;
}
.errorlist.after .message-block {
    color: #e64343;
}
.errorlist.after {
    font-size: 14px;
    line-height: 18px;
    min-width: auto;
    position: relative;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: transparent;
    border: 1px solid #e64343;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: transparent;
    border: 1px solid #f00;
}
.widget.widget-filter input[type="checkbox"] + span, .widget.widget-filter input[type="radio"] + span {
    margin: 8px 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #262527;
}
input[type="checkbox"] + span, input[type="radio"] + span {
    margin-right: 5px;
}
.widget > .widget-title {
    color: #272727;
    font-family: 'Lato';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: -24px;
    padding-left: 205px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 14px;
}

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

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

/*======  Inner-layout-control-css ======*/
#bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
#bs-4E4232C9-6417-4958-B161-762CA25C8514,
#bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
    background: rgba(0, 0, 0, 0) url("../images/inner-banner-bg.jpg") no-repeat scroll left top / cover ;
    display: block;
    padding: 70px 0;
    position: relative;
}
#bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A::before,
#bs-4E4232C9-6417-4958-B161-762CA25C8514::before,
#bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.widget-pageHeading {
    background:#262527 url(../images/header-bg.jpg);
    padding: 140px 0 50px;
    text-align: left;
    margin-bottom: 80px;
    background-size: cover;
}
.widget-pageHeading h1, .widget-pageHeading h2, .widget-pageHeading h6 {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color:#fff;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 1400px;
    z-index: 1;
    position: relative;
}
.widget-pageHeading h6{
    font-size:0;
}
.widget-pageHeading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
}
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0px;
    display: inline-block;
}
.breadcrumb-item .label, span.breadcrumb-item {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    font-family: 'Lato';
}
.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Lato';
}
.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
    margin-right: 5px;
}
.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Lato';
}
.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 260px;
    top: 41%;
    z-index: 1;
}
.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after,
.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after,
.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}
.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #fff;
}
.widget.widget-breadcrumb {
    position: absolute;
    top: 42%;
    width: 100%;
    text-align: center;
}

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

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
textarea::placeholder {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}
::placeholder {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 19px;
    color: #505050;
}

/** Cart Start **/
.header .advanced-flying-cart {
    position: relative;
    cursor: pointer;
}
.header .widget.widget-cart {
    text-align: right;
}
.widget.widget-cart .cart-widget-img {
    background: url('../images/icons.svg') no-repeat;
    width: 25px;
    height: 27px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-position: -70px 0;
}
.widget.widget-cart .advanced-flying-cart:hover .cart-widget-img {
    background-position-y: -30px;
}
.header .cart-widget-text {
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: -10px;
    background: #68E3C5;
    height: 22px;
    min-width: 24px;
    border-radius: 100px;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    border: none;
    padding: 0;
}
/** Cart End **/

/** Wish List Menu Start **/

.widget.widget-navigation.wishlist-menu, .widget.widget-navigation.wishlist-menu .navigation-item {
    width: 26px !important;
    height: 25px !important;
    padding: 0;
}
.header .widget-navigation.wishlist-menu .navigation-item {
    position: relative;
}
.widget-navigation.wishlist-menu a {
    width: 24px;
    height: 26px;
    background: url(../images/icons.svg) no-repeat;
    border: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-position: -167px 0;
}
.widget-navigation.wishlist-menu a:hover {
    background-position-y: -28px;
}
.widget-navigation.wishlist-menu a span {
    font-size: 0;
}

/** Wish List Menu End **/

/** User Nav Start **/

.widget.widget-navigation.user-nav {
    width: 24px !important;
    height: 24px !important;
}
.widget-navigation.user-nav .menu-title .menu-button {
    background: url(../images/icons.svg) no-repeat -34px 0;
    width: 100%;
    user-select: none;
    text-align: right;
    max-width: 40px;
    margin: 0;
    margin-right: auto;
    height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.user-nav .menu-title:hover .menu-button,
.widget-navigation.user-nav .menu-title .menu-button.close {
    background-position-y: -30px;
}
.widget-navigation.user-nav .menu-title .menu-button em {
    display: none;
}
.widget-navigation.user-nav a[href="#"],
.widget-navigation.user-nav .child-opener {
    display: none !important;
}
.widget-navigation.user-nav .nav-wrapper.vertical.show {
    width: 230px;
    position: absolute;
    left: 50%;
    height: auto;
    padding: 10px 20px;
    top: 40px;
    background: #fff;
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.widget-navigation.user-nav .responsive-navigation .navigation-item {
    display: block;
    padding: 0;
    background: transparent;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a {
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    color: #262527;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
}
.widget-navigation.user-nav .menu-title .menu-button em {
    display: none;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item:last-child a {
    border-bottom: 0;
}
.widget-navigation.user-nav .nav-wrapper.vertical.show::before {
    content: "";
    width: 15px;
    height: 15px;
    background: #fff;
    top: -6px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 47%;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item a:hover {
    color: #68E3C5;
}
.widget-navigation.user-nav .menu-title {
    position: relative;
}

/** User Nav End**/

/*search-form*/
.widget.widget-search .search-form {
    background-color: transparent
    display: block;
    height: 40px;
    width: 250px;
}
.widget.widget-search .search-form button {
    padding: 6px;
    position: absolute;
    right: 4px;
    top: 7px;
    width: 30px;
    border: none;
    display: block;
    margin: 0;
    height: 30px;
    font-size: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: url(../images/icons.svg) no-repeat 3px 0;
}
.widget.widget-search .search-form button:hover {
    background-position: 3px -30px;
}
.widget.widget-search .search-form.show {
    height: 56px;
}
.widget.widget-search .search-form form {
    padding: 0 5px;
    position: relative;
    background: #F5F5F5;
}
.widget.widget-search .search-form input {
    border: medium none;
    height: 40px;
    padding: 5px 40px 5px 10px;
    width: 100%;
    background: #F5F5F5;
    border-left: 0;
}
.search-menu-button:after {
    display: none;
}
.search-menu-button {
    width: 24px;
    height: 24px;
    background: url(../images/icons.svg) no-repeat 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-search .search-menu-button:hover {background-position-y: -31px;}
.widget.widget-search .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#262527;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.widget.widget-search .search-form ::-moz-placeholder { /* Firefox 19+ */
    color:#262527;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.widget.widget-search .search-form :-ms-input-placeholder { /* IE 10+ */
    color:#262527;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.widget.widget-search .search-form :-moz-placeholder { /* Firefox 18- */
    color:#262527;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
/*end:search*/
/*========= main menu ========= */
.header .widget.widget-navigation.main-menu{
    background: rgb(0,0,0);
    background: linear-gradient(13deg, rgba(0,0,0,0.5886729691876751) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
}
.widget-navigation .nav-wrapper.horizontal {
    text-align: center;
}
.widget-navigation .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #68e3c5;
    content: '\f106';
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    color: #68e3c5;
}
.widget-navigation .navigation-item {
    padding: 12px 34px;
}
.widget-navigation .navigation-item a {
    color: #fff;
    padding: 6px 0;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}
.top-left-menu.widget-navigation .navigation-item {
    padding: 5px 11px;
}
.top-left-menu.widget-navigation .navigation-item a {
    color: #000;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.top-left-menu.widget-navigation .navigation-item:first-of-type{
    padding-left:0;
}
.widget-navigation.top-left-menu .nav-wrapper.horizontal {
    text-align: left;
}
.widget-navigation .navigation-item:first-child a {
    padding-left: 0;
}
.widget-navigation .navigation-item:last-child a {
    padding-right: 0;
}
.widget-navigation .navigation-item a span {
    position: relative;
}
.widget-navigation .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation .navigation-item.has-child a:hover, .widget-navigation .navigation-item.active a, .widget-navigation .navigation-item a:focus {
    color: #68E3C5;
    font-weight: 700;
}
.widget-navigation .navigation-item a:hover{
    color: #68E3C5;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: bold;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.active>a:before,
.widget-navigation .nav-wrapper.horizontal>.navigation-item:focus>a:before,
.widget-navigation .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.horizontal > .has-child > .navigation-item-child-container {
    width: 220px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: -5px 0px 0;
    left: 50%;
    top: 58px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0 3px 20px 4px rgba(0, 0, 0, 0.1);
}
.navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 17px;
    text-align: center;
    color: #262527;
    font-family: 'Futura Std';
    padding: 15px 5px;
    font-weight: 400;
    background: #fff;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #68E3C5;
    font-weight: 700;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 230px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container::before {
    top: 18px;
    left: -6px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 160px;
}
/*end:menu*/

/********start:gallery**********/
.jssor-slider-container .slide::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(107.66deg, #000000 18.96%, rgba(0, 0, 0, 0.2) 62.07%);
}
div.jssor-slider-container .container, div.jssor-slider-container {
    width: 1920px;
    height: 750px;
    padding: 0 !important;
    text-align: left;
    /* margin-top:-50px; */
}
.jssor-slider-container .caption-wrapper {
    text-align: left;
    padding: 15px;
    max-width: 1550px;
    left: 50%;
    position: absolute;
    top: 45%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: 100%;
}
.jssor-slider-container .caption-wrapper .description h1{
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 92px;
    line-height:110px;
    color: #FFFFFF;
    margin: 0;
}
.jssor-slider-container .caption-wrapper [u=caption].button {
    border: 0;
    display: inline-block;
}
.jssor-slider-container .caption-wrapper .description.jssor-caption-1 {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.jssor-slider-container .caption-wrapper .description.jssor-caption-3{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    max-width: 590px;
}
.jssor-slider-container .caption-wrapper [u=caption] .button {
    border: 0;
    text-align: center;
}
.jssor-slider-container .caption-wrapper [u="caption"] a {
    padding: 9px 20px 9px 40px;
    max-width: 203px;
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    color: #000;
    background: #FFFFFF;
    border: 2px #fff solid;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}
.jssor-slider-container .caption-wrapper [u="caption"] a:after {
    content: "";
    background: url(../images/button-arrow.svg) no-repeat 0 -22px;
    width: 20px;
    height: 13px;
    margin: -5px 0 0 15px;
    display: inline-block;
    transition: all ease-in-out .2s;
    vertical-align: middle;
}
.jssor-slider-container .caption-wrapper [u="caption"] a:hover {
    background: #68e3c5;
    border: 2px solid #68e3c5;
}
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    color: #ffffff;
    content: "\f105 ";
    font-family: fontawesome;
    font-size: 36px;
    font-size: 32px;
    position: absolute;
    left: 17px;
}
div[id^="jssor-slider-"] .jssora20l {
    left: auto;
    right: 50px;
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
    background: transparent;
    bottom: 0;
    height: 45px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    transition: all 400ms ease-out 0s;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
}
div[id^="jssor-slider-"] .jssora20r::before {
    line-height: 65px;
}
div[id^="jssor-slider-"] .jssora20r {
    transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
    right: auto;
    left: 50px;
}
div[id^="jssor-slider-"] .jssora20r::before {
    display: block;
    margin-top: -13px;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
    background: #204d47;
    border: 1px solid #204d47;
}
.jssor-slider-container .jssorb03 {
    position: absolute;
    width: 400px !important;
    left: 50% !important;
    right: auto !important;
    bottom: 45px !important;
    top: auto !important;
    transform: translatex(-50%);
    border-radius: 35px;
    opacity: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.jssor-slider-container .jssorb03 div {
    width: 22px !important;
    height: 22px !important;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    font-size: 0;
    margin: 0 7px;
    border: 1px solid transparent;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    display: none;
}
.jssor-slider-container::before {
    display:none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background-color: transparent !important;
    border: 1px solid #fff;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #fff;
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide img {
    object-fit: cover;
}
.jssor-slider-container {
    margin: 0 auto;
}
/***************end:gallery**************************/
.widget.widget-snippet .image-section {
    margin: 12px auto;
    max-width: 1920px;
}
/*start: tab section css */
.widget.widget-html.faq-title {
    padding: 0 0 40px 0;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.widget-html.faq-title * {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 41px;
    color: #000;
    font-family: 'Futura Std';
}
.accordion-panel {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto 90px;
}
.accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}
.accordion-panel>.accordion-item.collapsed:first-of-type {
    display: block !important;
}
.accordion-panel>.label-bar {
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    color: #262527 ;
    height: auto;
    padding: 27px 60px 27px 0;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0;
}
.accordion-panel>.label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    border-bottom: 0;
    height: auto;
    color: #262527;
}
.accordion-panel>.accordion-item.expanded {
    padding: 0;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    margin-top: 0;
    border-top: 0;
    color: #000;
}
.accordion-panel>.label-bar .toggle-icon {
    height: 24px;
    width: 24px;
    background-image: url("../images/plus-minus.svg");
    right: 0;
    left: auto;
    top: 28px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar:hover {
    color: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar.expanded .toggle-icon {
    background-position: 0px -40px;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    padding-top: 0;
}
.accordion-panel>.accordion-item.collapsed {
    padding: 0;
    border: 0;
}
.accordion-panel>.accordion-item.collapsed p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #262527;
}
/*end: tab section css */

/***************start:Category**************************/
.widget-category.home-category .category-view .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
}
.widget-category.home-category .category-image-view.category {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.widget-category.home-category .category-image-view .category-image-view-height {
    border-radius: 50%;
    overflow: hidden;
    width: 181.66px;
    height: 181.66px;
    margin: 0 auto;
}
.widget-category.home-category .category-image-view.category .category-name {
    font-family: Rubik;
    font-style: Medium;
    font-size: 18px;
    color: #000;
    margin-top: 28px;
    letter-spacing: -0.2px;
}
.widget-category.home-category .category-image-view.category .category-name a {
    color: #000;
    max-width: 160px;
    text-decoration: none;
    font-weight: 600;
}
.widget-category.home-category .category-image-view.category img {
    transition: 1s all ease;
}
.widget-category.home-category .category-image-view.category:hover img {
    transition: 1s all ease;
    transform: scale(1.1);
}
.widget-category.home-category .category-image-view.category:hover .category-name a {
    color: #39D2AD
}
.widget-productSummary .title {
    display: none;
}
.widget-productSummary .summary {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 0 0 5px;
    font-family: 'Lato';
    font-style: normal;
    line-height: 160%;
}
/***************end:Category**************************/

/** Login Page Start **/
.page-login .login-form {
    margin: 100px auto 10px;
    border: 1px solid #efefef;
    padding: 50px 60px;
    width: 100%;
    max-width: 600px;
    background: #fff;
    position: relative;
    display: block;
}
.login-form span.title {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #262527;
    padding-bottom:20px;
}
.login-form .submit-row {
    float: none;
    display: block;
}
.login-form .login-button,
.login-form .login-with-fb-btn,
.login-form .login-with-google-btn {
    max-width: 100%;
    margin: 0;
    padding: 10px;
    line-height: 26px;
}
.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
}
.page-login .login-form label {
    display: none;
}
.form-row.remember input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -3px;
}
.page-login .login-form .form-row.mandatory {
    margin-bottom: 22px;
    position: relative;
}
.login-form .lost-password a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #262527;
}
.login-form .lost-password a:hover {
    color: #68E3C5;
    text-decoration:none;
}
.login-form .no-account-label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #262527;
}
.login-form .account-register a {
    font-family: 'Lato';
    font-style: normal;
    font-weight:400;
    font-size: 16px;
    line-height: 19px;
    color: #262527;
    text-decoration:underline;
}
.login-form .account-register a:hover {
    color:  #68E3C5;
    text-decoration:none;
}

.body > .server-message.server-error.error-message.message-block {
    position: relative;
    z-index: 1;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name-link {
    text-align: center;
}
/** Login Page End **/
/** Registration Page Start **/

.registration-form {
    margin: 90px auto 10px;
    max-width: 935px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 45px;
    background: #FFFFFF;
    border: 1px solid #efefef;
    display: flex;
    flex-wrap: wrap;
}
.registration-form .title {
    padding-left: 14px;
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 20px;
    width: 100%;
    font-family: 'Futura Std';
}
.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 17px 0;
}
.registration-form label {
    font-size: 16px;
    color: #000;
    display: block;
    text-transform: capitalize;
    width: auto;
}
.registration-form select {
    width: 100%;
}
.registration-form .form-row.submit-row button {
    max-width: 100%;
}
.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin-top: 0;
    width: 100%;
}
.password-meter-wrap {
    position: absolute;
    top: -5px;
    right: 17px;
    width: 135px;
}
.password-meter-wrap .password-description {
    font-size: 13px;
    width: auto;
    line-height: 10px;
    margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
    display: block;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    height: 8px;
}
.password-meter-wrap .weak {
    width: 70px;
}
.registration-form .form-row.submit-row label {
    display: none;
}
/** Registration Page End **/
/** Forgot Password Start **/
.password-reset-form {
    margin: 30px auto;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #FFFFFF;
    border: 1px solid #efefef;
    text-align: center;
}
.password-reset-form .title {
    font-family: 'Futura Std';
    font-weight: 700;
    color: #262527;
    line-height: 30px;
}
.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #262527;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.password-reset-form .form-row {
    display: block;
}
.password-reset-form .form-row label{
    margin-bottom: 5px;
    font-size: 16px;
    color: #262527;
    display: block;
}
.password-reset-form .form-row input {
    width: 100%;
}
.password-reset-form .form-row.submit-row button {
    max-width: 100%;
}

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

form.customer-new-password {
    margin: 30px auto 100px;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #FFFFFF;
    border: 1px solid #efefef;
    text-align: center;
}
.customer-new-password .form-row.submit-row button {
    width: 100%;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    padding:10px 5px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #262527;
    background: transparent;
    border: 1px solid #262527;
    max-width: 100%;
}
.customer-new-password .form-row.submit-row button:hover {
    background: #262527;
    color: #fff;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row label {
    width: 100%;
    font-size: 16px;
    color: #262527;
    display: block;
    text-transform: capitalize;
}
form.customer-new-password span.title {
    font-weight: 600;
    color: #262527;
    line-height: 30px;
    font-size: 24px;
    text-align: left;
    padding-bottom: 20px !important;
    display: block;
}
/** Forgot Password End **/
/***************start:Product**************************/
.products-carousel {
    padding: 70px 15px;
    background: #F7F7F7;
}
.scroll-left, .scroll-right {
    background: none !important;
    position: relative;
    height: 30px;
    width: 30px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
}
.scroll-left:hover, .scroll-right:hover {
    border: 2px solid #ff;
}
.scroll-left:hover:after, .scroll-right:hover:after {
    color: #68E3C5;
}
.scroll-left {
    transform: rotate(180deg);
}
.scroll-left:after, .scroll-right::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 28px;
    line-height: 24px;
    font-weight: 700;
    color: #262527;
}
.widget-html.widget-title {
    max-width: 100%;
    margin: 90px auto 20px;
    width: 100%;
}
.widget-html.widget-title h3 {
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.widget-html.widget-title h3 a {
    font-family: 'Futura Std';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.widget-product.womens .header {
    max-width: 1600px;
    margin: 0 auto 20px;
}
.widget-product.womens .product-view.scrollable-view .header {
    margin: 0 auto 20px;
}
.widget-product.womens .scrollable-view>.content {
    max-width: 100%;
    margin-left: auto;
}
.widget-html.widget-title h3 a:hover {
    color: #68E3C5;
}
.widget-product .scrollable-view>.content {
    border: 0;
    padding: 0;
}
.product-view.scrollable-view .header {
    background: none;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
}
.widget-html.section-heading h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 40px;
}
.product-view.image-view .content {
    padding: 25px 20px 30px;
    max-width: 1630px;
    margin: 0 auto 0;
    min-height: 465px;
    display: flex;
    flex-wrap: wrap;
}
.filtered-product-container .product-view.scrollable-view .content,
.category-details .product-view.scrollable-view .content,
.widget-product.shop .product-view.scrollable-view .content,
.filtered-product-container .product-view.image-view .content,
.category-details .product-view.image-view .content,
.widget-product.shop .product-view.image-view .content{
    padding: 20px 0 10px;
}
.filtered-product-container .product-view.scrollable-view .product-block,
.category-details .product-view.scrollable-view .product-block,
.widget-product.shop .product-view.scrollable-view .product-block,
.filtered-product-container .product-view.image-view .product-block,
.category-details .product-view.image-view .product-block,
.widget-product.shop .product-view.image-view .product-block{
    width: calc(100%/4 - 8px);
}
.product-widget .sale-percent-display {
    font-size: 14px;
    font-weight: 400;
    padding: 0 8px;
    border-radius: 50px;
    background-color: #3BD3AE;
    position: absolute;
    color: #000;
    text-decoration: line-through;
    z-index: 0;
}
.page-product .sale-percent-display {
    top: 15px;
    left: 12px;
}
.scrollable-view {
    border-bottom: 0;
    width: 100%;
}
.product-view.scrollable-view .header .scroller {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    margin: 10px 0 0;
}
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    width: calc(100%/5 - 8px);
    border: 0;
    transition: 0.4s all ease;
    margin: 0 4px 20px;
    padding: 0;
    min-height: 550px;
}
.widget-product.womens .product-view.image-view .product-block, .widget-product.womens .product-view.scrollable-view .product-block {
    width: calc(100% / 6 - 8px);
}
.product-view.image-view .product-block .block-content-wrap, .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 10px 24px 10px;
}
.product-view.image-view .product-block:hover,
.product-view.scrollable-view .product-block:hover {
    box-shadow: 0 0 25px #e1e1e1;
    transition: 0.4s all ease;
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 0 0 0 5px;
    color: #a2a2a2;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16.11px;
    line-height: 22.55px;
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 2px 5px 0 0;
    color: #262527;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    display: block;
    line-height: 120%;
}
.block-content-wrap .price-waper span.current-price.price {
    padding: 0;
}
.customer-welcome-profile .link:hover, .customer-welcome-profile  .link-btn:hover {
    color: #000;
}
.price {
    font-family: 'Lato';
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #262527;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    display: block;
    height: 48px;
    margin: 10px 0;
    overflow: hidden;
}
.product-block a.product-name-link.title-link.link {
    color: #262527;
    font-weight: 600;
    text-align: left;
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-view.image-view .product-block .block-content-wrap .btn-add span.add-to-cart-button,
.product-view.scrollable-view .product-block .block-content-wrap .btn-add span.add-to-cart-button {
    max-width: 100%;
}
.btn-add .add-to-wish-list.button.et_pdp_add_to_wish_list,
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 44px;
    max-width: 100px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #262527;
    text-align: center;
    padding: 10px 10px;
    line-height: 22px;
}
.product-widget.widget-addCart .gift-button-container {
    order: 6;
}
.product-widget.widget-addCart span.add-to-cart-button {
    max-width: 200px;
    text-align: center;
    margin: 0 10px 15px 0;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 122%;
    order: 4;
    height: 46px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
.product-widget.widget-addCart span.add-to-cart-button:hover{
    color: #000;
    background-color: #68E3C5;
    border: 1px solid #68E3C5;
}
.product-widget.widget-addCart .gift-button-container .send-as-gift-button{
    max-width: 200px;
    text-align: center;
    margin: 0 10px 15px 0;
    padding: 12px 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 122%;
    order: 4;
    height: 46px;
}
span.add-to-cart-button:hover {
    color: #000;
    background-color: #68E3C5;
    border: 1px solid #68E3C5;
}
.add-to-wish-list:hover::after {
    content: "\f004";
    color: #262527;
}
.image-view .product-view-height-width .image a, .scrollable-view .product-view-height-width .image a {
    width:100%;
    height:100%;
}
.image-view .product-view-height-width .image a img, .scrollable-view .product-view-height-width .image a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: multiply;
    max-width: 100%;
    max-height: 100%;
}
.view-all-product {
    padding: 30px 0 100px 0;
    text-align: center;
}

.view-all-product p {
    margin: 0;
    padding: 0;
    line-height: 19px;
    text-align: center;
}
.view-all-product p a, a#loadMore {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #262527;
    border: 1px solid #262527;
    border-radius: 3px;
    padding: 12px 31px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-width: 202px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.view-all-product p a:hover, a#loadMore:hover {
    text-decoration: none;
    color: #fff;
    background-color: #262527;
    border-color: #262527;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-productImage .image-preview-box .sale.tag-mark,
.product-view.image-view .sale.tag-mark,
.product-view.scrollable-view .sale.tag-mark {
    background: url("../images/sale-tag.svg") center center;
    left: 20px;
    height: 21px;
    width: 42px;
    top: 20px;
}
.tabular-product-view .sale.tag-mark, .product-view.image-view .sale.tag-mark, .product-view.list-view .sale.tag-mark, .product-view.scrollable-view .sale.tag-mark {
    background: url("../images/sale-tag.svg") no-repeat center;
}
.page-product .widget-productImage .sale.tag-mark {
    top: 20px;
    right: auto;
    left: 20px;
}
.product_quick_view_popup .product-widget.widget-addCart * {
    margin-bottom: unset;
}
.product-widget.widget-productName .product-name {
    color: #000;
    padding-bottom: 0;
    border: 0;
    margin: 0 0 10px;
    text-align: left;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}
.product-view.image-view .product-block .add-to-wish-list.button.et_pdp_add_to_wish_list,
.product-view.scrollable-view .product-block  .add-to-wish-list.button.et_pdp_add_to_wish_list {
    width: 50px;
    border:0;
    top: 12px;
    right: 9px;
}
.product-view.image-view .product-block .sale-percent-display, .product-view.scrollable-view .product-block .sale-percent-display {
    background-color: #FCE4B7;
    font-size: 14px;
    font-weight: 400;
    padding: 0 9px;
    border-radius: 50px;
    top: 20px;
    left: 20px;
}
.category-details-container .title {
    padding-bottom: 0;
    margin-bottom: 0;
}
.category-details-container, .subcategory-container {
    padding-bottom: 5px;
}
/** Stepper Start **/
.product-widget.widget-addCart .add-to-compare-button::after{
    content: "\00f079";
}
.product-widget.widget-addCart .remove-from-compare-button::after{
    content: "\00f00d";
}
.product-widget.widget-addCart {
    display: flex;
    flex-wrap: wrap;
}
.product-widget.widget-addCart .stepper {
    width: auto;
    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: 0 10px 15px 0;
    border: 1px solid #000;
    width: 120px;
}
.product-widget.widget-addCart .stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 45px;
    position: relative;
    right: 0;
    width: 30px;
    z-index: 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 29px;
    left: 0;
    line-height: 36px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 29px;
    left: 0;
    line-height: 36px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 55px;
    padding: 0;
    text-align: center;
    height: 44px;
    border: 0;
    z-index: auto;
}
.product-widget.widget-addCart .product-widget.widget-addCart .stepper {
    max-width: 145px;
    height: 44px;
    border: 1px solid #000;
    position: relative;
    overflow: unset;
    border-radius: 0;
    order: 1;
    justify-content: space-between;
    margin: 0 10px 15px 0;
}
.product-widget.widget-addCart .product-widget.widget-addCart .stepper input {
    width: 80px;
    height: 44px;
    border: 0;
    background: transparent;
    font-size: 22px;
    font-weight: 600;
    z-index: 0;
}
.product-widget.widget-addCart  .stepper .stepper-arrow.up::before {
    line-height: 35px;
}
.product-widget.widget-addCart  .stepper .stepper-arrow.down::before {
    line-height: 35px;
}
.widget-addCart .buy-now-button {
    padding: 14px 15px 12px;
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    order: 5;
    margin: 0 10px 15px 0 !important;
}
.widget-addCart .buy-now-button:hover {
    background: #68e3c5;
    color: #000;
    border: 1px solid #68e3c5;
}
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list {
    position: relative;
    order: 2;
    max-width: 75px;
    margin: 0 10px 15px 0 !important;
}
.product-widget.widget-addCart .cart-button-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 340px;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up::before, .product-widget.widget-addCart .stepper .stepper-arrow.down::before {
    line-height: 40px;
}
.new-review-panel .write-review-panel {
    margin: 20px 0;
}

/** Stepper End **/
div.flying-cart-quantity-wrapper .stepper-input {
    height: 21px;
}
.product-widget.widget-price {
    display: flex;
    margin: 15px 0;
    padding-top: 5px;
    flex-direction: column;
}
.widget-price .current-price-container {
    color: #201547;
    font-size: 24px;
    display: inline-block;
}
.widget-price .previous-price.price {
    padding: 5px 0;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.5);
}
.widget-price .current-price-container .label-for-base-price {
    color: #222222;
}
.widget-price .current-price-container .current-price.price {
    color: #000;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.03em;
    padding: 0;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    right: 0;
    top: 0;
    left: auto;
    z-index: auto;
}
.product-widget.widget-similar .title,
.product-widget.widget-related .title {
    text-transform: uppercase;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    line-height: 120%;
    margin-bottom: 10px;
}
.product-widget.widget-related {
    margin-bottom: 10px;
}
.product-widget.widget-related .scrollable-view>.content {
    padding: 15px 0 0;
    border: 0;
}
/**********************************/
.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;
    background-size: 80% !important;
}
.review-rating .star-on {
    background: url('../images/star-on.svg') no-repeat center;
}
.review-rating .star-off {
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating .star-half {
    background: url('../images/star-half.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-on {
    background-image:none;
    background: url('../images/star-on.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-off {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-half {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating-wrapper .review-count {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Lato';
    color: rgb(0, 0, 0);
    margin-left: 0;
    display: inline-block;
    line-height: 14px;
}
.new-review-panel .review-card-wrapper__reviewer-name {
    font-size: 17px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.product-view .product-block .review-rating-wrapper {
    margin: 15px 24px 0;
}
.new-review-panel .review-form .form-row input[type="text"]{
    height: 47px;
}
.new-review-panel .review-form .form-row input[type="text"], .new-review-panel .review-form .form-row textarea {
    border: 1px solid #A3A3A3;
    font-family: 'Lato';
    border-radius: 0;
}
.new-review-panel .review-form .form-row input[type="text"]:focus, .new-review-panel .review-form .form-row textarea:focus {
    border: 1px solid  #000;
}
.review-form .form-row label, .review-form textarea {
    width: 100%;
}
.new-review-panel .review-image-input-with-dropzone-wrapper {
    border: 2px dotted #A3A3A3;
    padding: 0 15px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper::before {
    background-size: 42px;
    margin-top: 20px;
    filter: grayscale(100%);
}
.new-review-panel .write-review-panel .form-section-container input.masked-file-input {
    border-radius: 4px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    outline: none;
    opacity: 0;
    max-width: 750px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper .dropzone-wrapper {
    margin-top: 0;
}
.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: 0;
    padding: 10px 10px;
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    font-family: 'Futura Std';
    font-weight: 600;
    letter-spacing: 1px;
    background: #262527;
    border: 1px solid #262527;
    color: #fff;
}
.new-review-panel .write-review:hover, .new-review-panel .review-form .form-row button{
    color: #000;
    background:#68E3C5;
    border:1px solid #68E3C5;
    border-radius: 1px;
}
.new-review-panel .review-form .form-row button ~ button.cancel {
    color: #fff;
    background: #262527;
    border: 1px solid #262527;
}
.new-review-panel .review-form .form-row button ~ button.cancel:hover{
    background: #68E3C5;
    border:1px solid #68E3C5;
    box-shadow: none;
    color: #000;
}
.new-review-panel .review-form .form-row button.review-submit-btn:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.new-review-panel .average-review-block-inner {
    background-color: rgba(151, 122, 132, 0.05);
}
.new-review-panel .average-point-out-of {
    background: #262527;
}
.new-review-panel .average-point-out-of::after {
    border-color: transparent transparent #262527;
}
.new-review-panel .average-rating-point-block {
    border: 2px solid #262527;
}
.new-review-panel .average-point {
    color: #262527;
}
.new-review-panel .all-rating-block .rating-row .rating-bar-wrapper {
    background: #ededed;
}
.new-review-panel .review-card-wrapper__view-details-link {
    color: #22c39b;
}
.new-review-panel .review-card-wrapper__avater-image {
    height: 50px;
    width: 50px;
}
.new-review-panel .all-rating-block .rating-row .rating-bar {
    background: #262527;
}
.new-review-panel .review-card-wrapper{
    overflow: hidden;
}
.review-card-wrapper__card-container.scrollable {
    margin: 0 auto;
    max-width: 1600px;
}
.new-review-panel .review-card-wrapper__card{
    padding: 0 30px 0 0;
}
.new-review-panel .review-card-wrapper__navigator {
    width: 50px;
    height: 50px;
}
.new-review-panel .review-card-wrapper__navigator:hover, .new-review-panel .review-card-wrapper__navigator:hover {
    background: #262527;
}
.new-review-panel .review-card-wrapper__navigator-icon-previous, .new-review-panel .review-card-wrapper__navigator-icon-next {
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.new-review-panel .review-card-wrapper__navigator-previous{
    left: auto;
    right: 65px;
    top: auto;
    bottom: -30px;
}
.new-review-panel .review-card-wrapper__navigator-next {
    left: auto;
    right: 0;
    top: auto;
    bottom: -30px
}
.product-widget.widget-productReview {
    margin: 10px 0 0;
}
.widget-price .price .tax-message {
    color: #999;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.page-product .bmui-tab {
    margin: 0;
}
.product-view.image-view .product-image, .product-view.scrollable-view .product-image {
    overflow: unset;
    height: 320px;
}
.page-product .bmui-tab .bmui-tab-body-container {
    border: 0;
    padding: 20px 0;
}
.page-product .bmui-tab .bmui-tab-header-container {
    font-size: 0;
    text-align: left;
    border-bottom: 1px solid #EDEDED;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
    border: medium none;
    font-size: 18px;
    line-height: 120%;
    margin: 0;
    padding: 0 30px 15px 0;
    text-transform: none;
    color: #7e7e7e;
    border-radius: 0;
    background: transparent;
    width: auto;
    line-height: 120%;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    color: #262527;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::after,
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::after{
    bottom: -26px;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::before,
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::before{
    font-weight: 600;
}
.page-product .bmui-tab .bmui-tab-body-container h1 {
    font-size: 25px;
}
.page-product .bmui-tab .bmui-tab-body-container h2 {
    font-size: 17px;
    padding-bottom: 10px;
    text-transform: capitalize;
    margin: 0;
    font-family: 'lato';
}
.page-product .bmui-tab .bmui-tab-body-container h3 {
    font-size: 20px;
}
.page-product .bmui-tab .bmui-tab-body-container h4 {
    font-size: 18px;
}
.page-product .bmui-tab .bmui-tab-body-container h5 {
    font-size: 16px;
}
.page-product .bmui-tab .bmui-tab-body-container h6 {
    font-size: 15px;
}
.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}
.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}
.page-product .bmui-tab .bmui-tab-body-container td b,
.page-product .bmui-tab .bmui-tab-body-container td strong {
    font-weight: 600;
}
.page-product .bmui-tab .bmui-tab-body-container p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #000;
    display: block;
    padding-bottom: 20px
}
#bmui-tab-description div#feature-bullets ul {
    margin: 0 !important;
    padding: 0 !important;
}
.product-widget.widget-information {
    margin-bottom: 40px;
}
body > .header {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

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

/***************Category*********************/
body.fee > .header {
    margin-bottom: 72px;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    border-bottom: 1px solid #EDEDED;
    padding: 10px 0;
}
.product-view .sortable {
    display: inline-block;
    margin: 0;
    float: right;
}
.product-sorting {
    font-weight: 600;
    font-size: 14px;
    min-width: 202px;
}
.product-view .header {
    position:relative;
}
.page-shop .filtered-product-container .header::after {
    content: none !important;
}
.page-shop .product-view .header:after {
    content:"Products";
    position:absolute;
    left:0;
    top:35px;
    transform:translateY(-50%);
    color: #262527;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
}
.page-category .subcategory-container .title, .page-category .product-container .title {
    display: none;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    border: 0;
}
.page-shop .product-view .header {
    margin-top: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    border: 0;
    margin: 0 0 50px;
    padding: 0;
}
a#loadMore.nocontent {
    display: none;
}
/***********Sidebar************/
.widget.widget-navigation.categories-list {
    margin-right: 50px;
    padding: 24px 0;
}
.categories-list > .widget-title {
    padding: 6px 0 15px;
    color: #262527;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    text-align:left;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
}
.categories-list>.widget-title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 183px;
    height: 3px;
    background:#68E3C5;
}
.categories-list span.child-opener {
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 0;
}
.categories-list .navigation-item {
    position: relative;
}
.categories-list .navigation-item a {
    position: relative;
    padding: 15px 0px;
    color: #262527;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.3px;
    text-align: left;
    border: 0;
    text-transform: capitalize;
    font-family: 'Lato';
}
.categories-list .navigation-item:hover a{
    color: #68E3C5;
}
.categories-list .navigation-item .navigation-item a{
    padding: 13px 20px;
    padding-left: 5px;
    font-weight: 400;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active > .navigation-item-child-container a{
    padding:15px 20px;
    padding-left: 20px;
    font-weight: 400;
}
.categories-list .navigation-item.active > a, .categories-list .vertical .navigation-item.active  .navigation-item:hover a {
    color: #68E3C5;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a{
    color: #242424;
    font-size:16px;
    padding: 10px 0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a:hover{
    color: #68E3C5;
}
.categories-list span.child-opener::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 43px;
    height: 100%;
    font-size: 28px;
    color: rgb(83, 83, 83);
    top: 3px;
}
.categories-list .navigation-item.active > span.child-opener::after {
    content: "\f106";
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container {
    margin: 0 0 8px 10px;
    display: block;
    padding: 0 0 0 10px;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.has-child .navigation-item a {
    border: 0;
}
.widget.widget-navigation.categories-list .navigation-item {
    padding: 0;
}
.widget.widget-navigation.categories-list .navigation-item:last-child {
    border-bottom: 0;
}
.widget.widget-navigation.categories-list .navigation-item .navigation-item-child-container::before {
    display: none;
}
.categories-list .navigation-item:last-child a {
    border: 0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container a {
    color: #262527;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active a,
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item >  .navigation-item-child-container .navigation-item.active a {
    color: #68E3C5
}
.category .category-name {
    margin-top: 30px;
}
/*End Sidebar*/

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

/*****************Filter*********************/
.widget.widget-filter {
    padding: 40px 0 30px;
}
.widget.widget-filter .type-slider .type-slider-bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #2E2D2D;
    padding: 15px 0 25px 0;
}
.widget.widget-filter .type-slider .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    top: -4px !important;
}
.widget.widget-filter .type-slider .noUi-horizontal {
    height: 10px !important;
    border-radius: 0 !important;
    border: 1px solid #EDEDED !important;
    background: #EDEDED !important;
    box-shadow: none !important;
    max-width: calc(100% - 15px);
}
.noUi-connect {
    background: #262527;
}
.widget.widget-filter .type-slider .noUi-handle:before,
.widget.widget-filter .type-slider .noUi-handle:after {
    display: none !important;
}
.widget.widget-filter .type-slider .type-slider-bottom a.reset-price-range {
    display: none !important;
}
.widget.widget-filter .accordion-panel>.label-bar {
    padding-left: 30px;
    padding-right: 0;
}
.widget.widget-filter .filter-group .accordion-panel>.label-bar .toggle-icon {
    right: auto;
    left: 0;
    top: 32px;
    background-image: url(/template/a98e4910/images/fliter-arrow-sprite.png);
    background-position: 0 0;
}
.widget.widget-filter .filter-group .accordion-panel>.label-bar.collapsed .toggle-icon {
    background-position: 0 -30px;
}
.widget-filter .form-row input[type="checkbox"]{
    margin-top:-7px
}
.widget.widget-filter .form-row.type-slider span.filter-name {
    display: block;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid rgb(235 235 235);
    margin: 30px 0 28px;
    position:relative;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .form-row.type-slider span.filter-name::after {
    width: 115px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 3px;
    background: #68E3C5;
}
.filter-profile .form-row.filter-group-item input{
    height: 16px;
    width: 16px;
    appearance: none;
    padding: 0;
    margin: 0;
    opacity: 0!important;
    z-index: 9;
}
.filter-profile .form-row.filter-group-item input[type="checkbox"]+span.filter-group-item-label-wrapper:before {
    content: '';
    border: 1px solid #767676;
    background-color: #fff;
    position: absolute;
    left: -20px;
    top: auto;
    width: 14px;
    height: 15px;
    text-align: center;
    border-radius: 3px;
}
.filter-profile .form-row.filter-group-item input[type="checkbox"]:checked+span.filter-group-item-label-wrapper:before {
    background-color: #262527;
    border: 2px #262527 solid;
    color: #fff;
    content: '\00f00c';
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 11px;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item .form-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper {
    flex-basis: calc(100% - 20px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.widget.widget-filter .accordion-panel>.label-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px;
    margin: 30px 0;
    border-bottom: 1px solid rgb(235 235 235);
    width: 100%;
    border-top: 0;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #262527;
    padding: 0 25px 0 0;
}
.widget.widget-filter .accordion-panel>.label-bar span.numbers-of-selected {
    font-size: 12px;
    line-height: 14px;
    color: #262527;
}
.widget.widget-filter .form-row label.name {
    margin-top: -50px;
    padding: 0 0 18px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgb(235 235 235);
    width: 100%;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .form-row label.name::after {
    width: 52px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 3px;
    background: #68E3C5;
}
.widget.widget-filter .accordion-panel>.label-bar label {
    display: block !important;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter .accordion-panel>.label-bar label:after {
    width: 62px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 4px;
    background: #68E3C5;
}
.widget.widget-filter .clear-all-filter-attributes {
    text-align: right;
    margin-bottom: 16px;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter, .widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #262527;
    padding: 5px 5px;
    border-radius: 100px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
    border: 1px solid #262527;
    text-transform: capitalize;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter:hover,
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection:hover {
    background: #262527;
    color:#fff;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item {
    padding: 0 0 25px 0;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    margin: 0 0 0 0;
    border-top: 0;
    color: #000;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #262527;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label+span {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.8);
}
.widget.widget-filter {
    margin-right: 50px;
    margin-bottom: 50px;
}
/* new*/
.widget.widget-filter .tab-accordion-accordion.accordion-panel.category-filter .form-row.filter-group-item input[type="checkbox"] + span.filter-group-item-label-wrapper::before {
    left: 0;
    top: 10px;
}
.filter-profile .filter-group-item-label-wrapper,
.widget-filter .form-row input[type="checkbox"]{
    margin: 0;
}
.widget-filter .accordion-panel > .accordion-item.expanded .reset-category {
    display: none;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column::after {
    content: none;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item .parent-category-child-categories-wrapper {
    width: 100%;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item .form-row {
    position: relative;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.widget-filter .category-option-label {
    margin-left: 5px;
}
.widget.widget-filter span.filter-name {
    margin-left: 5px !important;
}
/* new*/

/*****************END:Filter*********************/
.filter-details .filter-title {
    padding-bottom: 20px;
}
.filter-details .filter-title .title.page-heading{
    display: block;
    font-size: 22px;
    padding-bottom: 20px;
    margin-top: 5px;
}

/*variation flate chosen */
.variation-container .variation-type {
    padding-bottom: 0;
    display: flex;
    max-width: 450px;
    margin: 0 auto;
}
.page-product .variation-container .variation-type {
    display: block;
    max-width: 100%;
    margin: 0;
}
.page-product .variation-container .variation-type label.type-label {
    display: block;
    line-height: 22px;
    margin-top: 10px;
}
.widget-variation .variation-thumb ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.widget-variation .variation-thumb ul li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    overflow: hidden;
    width: 41px;
    height: 41px;
    margin: 0;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb .variation-type.color .variation-value {
    display:block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
.widget-variation .variation-thumb ul li * {
    font-size: 16px;
}
.widget-variation .variation-thumb .variation-type .type-label {
    color: #1c1f23;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.03em;
}
.widget-variation .variation-thumb .text .variation-value, .widget-variation .variation-thumb .color .variation-value  {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
}
.page-product .variation-container .variation-type.color  ul li.selected {
    border: 1px solid #000;
    padding: 3px;
    position:relative;
}
.page-product .variation-container .variation-type.color  ul li.selected .color {
    width:100%;
    height: 100%;
}
.page-product .variation-container .variation-type.color  ul li:hover{
    padding:3px;
    border: 1px solid #000;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb ul li:before{
    display: none;
}
.widget-variation .variation-thumb ul li.selected span.color:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/vicon.png) no-repeat center;
    width: 100%;
    height: 100%;
}
.page-product .variation-container .variation-type.text ul li {
    width:auto;
    height: 44px;
    padding: 0;
    border: 1px solid #EBEBEB;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 100px;
    color: #000;
    padding: 2px;
    width: 44px;
    background: #e8f1ef;
}
.page-product .variation-container .variation-type.text ul li span {
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
}
.page-product .variation-container .variation-type.text ul li:hover,
.page-product .variation-container .variation-type.text ul li.selected{
    color:#000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #68E3C5;
    background: #68E3C5;
}
/*END : variation flate chosen */
/*---------- Pagination Start------------*/

.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    padding: 24px 0 0;
    display: inline-block;
    width: 100%;
}
.product-view .footer {
    border-top: 1px solid #EDEDED;
    border-bottom: 0;
}
.pagination {
    margin-top:5px;
    width: 100%;
    text-align: center;
}
span.pagination-literal-status {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #262527;
    float: left;
    display: none;
}
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    width: 40px;
    box-shadow: none;
    display: inline-block;
    color: #262527;
    font-size: 16px;
    background: transparent;
    border-radius: 50%;
    height: 40px;
    line-height: 38px;
    padding: 0 5px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
}
.pagination span.page-number.current {
    color: #000;
    background: #68E3C5;
    border: 0;
    font-weight: 700;
    position:relative;
}
.pagination span.first,
.pagination span.last {
    display: none;
}
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px
}
.pagination span.prev {
    position: relative;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px;
    color: #262527;
}
.page-search-result .page-content .footer select.per-page-count {
    margin: 0;
    height: 35px;
    display: none;
}

.pagination span:hover {
    color: #000;
    background: #68E3C5;
    border: 0;
    font-weight: 700;
    position:relative;
}
.pagination span.prev,
.pagination span.next {
    background: transparent;
}

.pagination span.prev.disabled:before,
.pagination span.next.disabled:before {
    color: #a1a1a1;
}
.chosen-container .chosen-results .chosen-result {
    color: #262527;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.review-show-panel .pagination {
    width: auto;
    float: right;
    margin-top: 14px;
}
/*---------- Pagination End ------------*/

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

/***************multi-image-scroll-*******************/

.widget-productImage .image-thumb-container .thumb-image .vertical-aligner {
    height: auto;
}
.widget-productImage .image-thumb-container .thumb-image {
    width: 120px;
    height: 120px;
    margin-bottom: 0;
    background-color:#ededed;
    position:relative;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image.active{
    border: 1px solid #9b9b9b;
    opacity: 1;
}
.review-form .btn-row {
    padding-left: 0;
}
.ask-question-panel .form-row textarea {
    width: 100%;
}
.ask-question-panel .form-row label {
    width: auto;
}

/***************END multi-image-scroll-*******************/
.product-widget.widget-addCart .remove-from-compare-button.button,
.product-widget.widget-addCart .add-to-compare-button.button {
    order: 3;
    border: 1px solid #262527;
    max-width: 75px;
    height: 44px;
    position: relative;
    color: #666;
    background: transparent;
    margin: 0 10px 15px 0;
    text-align: center;
    line-height: normal;
}
.product-widget.widget-addCart .remove-from-compare-button.button:hover,
.product-widget.widget-addCart .add-to-compare-button.button:hover {
    color: #000;
}
.page-product .more-info {
    margin: 10px 0;
    text-align: left;
    order: 6;
}
.page-product .more-info .info-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #E1E0DB;
    width: 100%;
    padding-top: 22px;
}
.page-product .more-info span {
    display: block;
    margin-bottom: 15px;
}
/* ============================================== Start Footer Design ==============================================*/
body > .footer {
    position: relative;
    background: #000;
}
body > .footer .widget-title {
    color: #FFFFFF;
    text-align: left;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 0 0 18px 0;
}
body > .footer .widget-html > p {
    font-family: 'Futura Std';
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 14px;
    padding-bottom: 0;
    font-weight: normal;
    letter-spacing: 0.02em;
}

body > .footer .nav-wrapper.vertical {
    margin-top: -5px;
    text-align: left;
}
body > .footer .vertical .navigation-item{
    padding:0;
}
body > .footer .vertical .navigation-item a {
    border-bottom: none;
    display: inline-block;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.8;
    transition: all 300ms ease-out 0s;
    text-decoration: none !important;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}
body > .footer .vertical .navigation-item a:hover, body > .footer .vertical .navigation-item.active > a {
    color: #fff;
}

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

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

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

/** Footer Back to top Start **/
span.goToTop {
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    background: #fff;
    display: inline-block;
    border-radius: 100%;
}
span.goToTop:hover{
    color: #000;
}
span.goToTop::after {
    content: "";
    transition: all 300ms ease 0s;
    width: 17px;
    height: 19px;
    background: url(../images/back-to-top.svg) no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/** Footer Back to top End **/
/*********************************/

/*****Search***********/
.auto-page .page-content .entire-search h2 {
    font-size: 24px;
    text-align: center;
    margin: 50px auto;
    font-weight: 400;
}

.auto-page .page-content .entire-search .total-result {
    text-align: center;
    color: #262527;
}

.auto-page .page-content .entire-search .total-result {
    display: none;
}

.entire-search .search-result>.title {
    border: 0;
    text-align: left;
    font-size: 28px;
    width: auto;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

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

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


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

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

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

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

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

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

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

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

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

.entire-search .search-result.pages .page .summary {
    color: #393939;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Lato';
    padding-bottom: 10px;
    margin: 0;
}
.entire-search .footer {
    padding: 30px 0 0;
}
.entire-search .search-result.products .product-block .summary {
    display: none;
}
.page-checkout .payment-option .row .info {
    line-height: 45px;
}
.page-search-result .product-view.image-view .content, .wish-list-details .product-view.image-view .content {
    padding: 25px 0 0px;
    margin: 0 auto;
}
.price-block-container {
    display: inline-block;
    line-height: 18px;
}
.page-search-result .product-view.image-view .product-block:hover,
.page-search-result .product-view.scrollable-view .product-block:hover {
    margin-top: 0;
}
.page-search-result .entire-search .product-view .header {
    margin: -80px auto 0;
    border-bottom: 1px solid #f1f1f1;
}
.page-profile .comment-area .comment-row.customer .name,
.page-guest-customer-order-comment .comment-row.customer .name {
    color: #000;
}
.site-popup .name{
    font-weight: 500;
}
.page-profile .comment-area .comment-row {
    margin: 8px 0;
}
.page-profile .comment-area .comment-row .show-comment,
.page-guest-customer-order-comment .comment-row .show-comment {
    width: 100%;
    padding: 10px 10px 10px 0;
    color: rgba(0, 0, 0, 0.75);
    word-break: break-word;
}

.page-profile .comment-area .comment-row .date-time,
.page-guest-customer-order-comment .comment-row .date-time {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}

.page-profile .comment-area .comment-row:last-child {
    border-bottom: 0;
}
.newsletter-floating-subscription-popup.popup .popup-bottom.footer {
    background-color: transparent;
    padding:0;
}
/******END*********/

/** Popup Start **/
.popup {
    box-shadow: none;
}
.popup.image-popup-container{
    padding: 0
}
.image-popup-container .image-wrapper {
    padding: 40px;
    border: 10px solid #fff;
}
.image-popup-container .navigator {
    background-image: url("../images/icons.svg");
    background-repeat: no-repeat;
    filter: grayscale(100%);
}
.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.svg");
    background-position: 0 0;
    height: 20px;
    right: 5px;
    top: 4px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 0;
}
.image-popup-container .navigator.right-button, .image-popup-container .navigator.left-button {
    width: 43px;
    height: 34px;
    border: 0;
}
.image-popup-container .navigator.right-button {
    background-position: -122px -25px;
    right: 8px;
    transform: rotate(180deg);
}
.image-popup-container .navigator.left-button {
    left: 8px;
    background-position: -122px -25px;
}
.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.png") no-repeat;
    background-position: 8px 9px;
    height: 34px;
    right: 5px;
    top: 5px;
    width: 34px;
    background-size: 15px;
    border: 1px solid #fff;
}
.image-popup-container .navigator.close-button:hover {
    border: 1px solid #000;
}
.image-popup-container.popup {
    max-width: inherit;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}
.image-popup-container.popup .player-block {
    max-width: 585px;
    max-height: 100%;
    margin: 0 auto;
    height: 100% !important;
}
.image-popup-container.popup .popup-video {
    height: 100%;
}
span.close-button-for-zoom-preview {
    background: #fff;
    right: 5px;
    top: 5px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 32px;
    border-radius: 0;
    box-shadow: none;
}
.image-popup-container .image-wrapper {
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}
.image-popup-container .image-wrapper img.popup-image {
    min-width: auto;
    max-width: max-content;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-popup-container .navigator.right-button:hover,
.image-popup-container .navigator.left-button:hover {
    background-position: -122px 5px;
}
.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
    padding-bottom: 0;
}
.popup div.quantity,
.popup div.item {
    padding: 7px 0 7px;
}
.popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup .item>span {
    margin: 0;
}
.popup .stepper {
    margin-bottom: 0;
}
.popup.add-cart-information-popup .variation-container {
    text-align: center;
}
.popup.add-cart-information-popup td.product-img {
    width: 100%;
    text-align: center;
    padding: 0;
}
.popup.add-cart-information-popup td.short-info{
    text-align: center;
    font-size: 18px;
}
.add-to-cart-popup .name, .add-cart-information-popup .name {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
}
.add-to-cart-popup table, .add-cart-information-popup table {
    margin: 0;
}
.popup.add-cart-information-popup span.title {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.popup.add-cart-information-popup h4.title {
    font-size: 17px;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
.popup .cart-summary {
    clear: none;
    color: #262527;
    display: block;
    float: none;
    text-align: center;
}
.popup .cart-summary-header {
    color: #262527;
    float: none;
    font-size: 15px;
    padding-right: 0px;
    text-align: center;
}
.popup .status-bar-product-name, .popup .header .status-message {
    color: #262527;
    font-size: 17px;
    font-weight: 700;
    display: block;
}
.popup .button-item {
    display: block;
    clear: both;
}
.popup .button-item .button {
    vertical-align: middle;
    border-radius: 0;
    margin: 0 5px
}
.popup .continue-shopping-btn {
    color: #fff;
    background-color: #262527;
    border-color: #262527;
    border: 1px solid #262527;
    border-radius: 0 !important;
    margin: 0 5px;
}
.popup .continue-shopping-btn:focus,
.popup .continue-shopping-btn.focus {
    color: #262527;
    background:#68E3C5;
    border: 1px solid #68E3C5;
}
.popup .continue-shopping-btn:hover {
    color: #262527;
    background:#68E3C5;
    border: 1px solid #68E3C5;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
    padding:0;
}
.site-popup .title-bar, .confirm-popup .header-line, .confirm-popup .title-bar {
    background-color: #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: 0;
}
.site-popup span.close.fee-identical-sewc-elm, .confirm-popup span.icon.close {
    top: 18px;
    right: 20px;
}
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart,
.popup .close-btn.button {
    margin-left: 3%;
    margin-top: 0;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    color: #fff;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 35px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 620px;
}
.popup .body table,
.popup .body tr,
.popup .body td {
    border: 0;
}
.site-popup .content, .confirm-popup .body {
    padding: 25px 30px !important;
    overflow: unset;
    font-weight: 400;
}
.wish-list-popup label {
    display: inline-block;
    margin-right: 15px;
    width: auto;
}
.shipment-calculator-popup .header>.status-message {
    font-size: 16px;
}
.shipment-calculator-popup .multi-column form {
    margin: 0 -15px;
}
.shipment-calculator-popup .first-column .form-row {
    width: 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: #000;
    background-color: #68E3C5;
    border: 1px solid #68E3C5;
    text-shadow: none;
}
.save-cart button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.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 .popup-bottom.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.save-cart .popup-bottom.footer button {
    width: 49%;
    margin-left: 0;
}
.popup .header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    text-align: center;
    padding: 15px 45px 15px 20px;
}
.site-popup, .confirm-popup {
    padding: 0;
}
.confirm-popup button.no-button {
    background: transparent;
    color: #262527;
}
.confirm-popup button.no-button:hover {
    background:#262527;
    color: #fff;
}
.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup {
    max-width: 750px;
    padding: 0;
    min-width: 650px;
}
.popup.add-cart-information-popup .button-line, .popup .footer {
    background-color: #F7F7F7;
    padding: 30px 20px;
    text-align: center;
    border: 0;
    margin-top: 30px;
}
.add-cart-information-popup table tr {
    border-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup.add-cart-information-popup h4.title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-family: Rubik;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 15px;
    display: none;
}
.site-popup .button-line button, .confirm-popup .button-line button {
    letter-spacing: 0.1em;
    margin: 0;
}
.site-popup .button-line button[disabled]{
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    color: #818181 !important;
}
.popup .button-line, .popup .footer {
    text-align: center;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.wish-list-popup.add-to-wishlist-popup.popup .submit-button.add-to-wish-list::before {
    display: none;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer {
    display: flex;
    justify-content: center;
}
.wish-list-popup.add-to-wishlist-popup.popup  {
    max-width: 500px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body {
    max-width: 90%;
    margin: 0 auto;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label, .wish-list-popup.add-to-wishlist-popup.popup .body select {
    display: block;
    width: 100%;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-bar-product-name {
    padding:0 90px 10px 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: #262527;
}
.wish-list-popup .no-wish-list-message {
    font-weight: 400;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button{
    margin: 0 10px;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button, .popup .button-item .cart-page-button, .popup .add-to-cart-button{
    color: #262527;
    background:#68E3C5;
    border: 1px solid #68E3C5;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button:hover, .popup .button-item .cart-page-button:hover, .popup .add-to-cart-button:hover{
    color: #fff;
    background:#000;
    border-color:#000;
}
.popup .close-icon:after {
    font-size: 0;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close, .confirm-popup .title-bar .close, .popup .close-popup.close-icon {
    background: url(../images/icons.svg) no-repeat;
    background-position: -204px -2px;
}
.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before {
    font-size: 0;
}
.popup .button.disabled {
    border: 2px solid #bfbfbf !important;
}
.add-cart-information-popup .variation-container .chosen-container {
    border-radius: 0;
    width: 100%;
    max-width: 64%;
    margin: 0 0 10px;
}
.chosen-container-single .chosen-single {
    background: #fff;
    -webkit-appearance: none;
    padding-right: 11px;
    padding-right: 40px;
    margin: 5px 0;
    background-size: 15px;
    box-shadow: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 97%;
    background-size: 12px;
    border-width: 1px;
    font-family: inherit;
    padding: 8px 14px;
    padding-right: 14px;
    font-weight: 600;
    border-radius: 3px;
    height: 50px;
    border-color: #d8d8d8;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border-color: #000;
}
.chosen-container-single .chosen-single div b {
    background-size: 0;
}
.chosen-container-single .chosen-single span {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-family: 'GT Walsheim Pro', sans-serif;
}
.chosen-container .chosen-results .chosen-result {
    font-size: 17px;
    height: 40px;
    line-height: 10px;
    padding: 15px;
}
.add-cart-information-popup .variation-container .variation-type label.type-label {
    width: 100px;
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
}
.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border: 1px solid #eee !important;
}
/*********END:PopUP***************/

.widget-article .page_404 {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 80px;
}
.widget-article .page_404 .ops {
    color: #262527;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #a7adba;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #a7adba;
    font-size: 104px;
    margin-left: -19px;
}
.widget-article .page_404 .error {
    font-size: 35px;
    color: #4e4e4e;
    line-height: 30px;
    margin: 20px 0;
}
.widget-article .page_404 p {
    color: #262527;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}
.page-product div#spltr-70f0b6b9-59f4-4729-9535-391cf00c7d4e {
    padding: 60px;
    margin-top: -155px;
    background: #fff;
}
.search-result {
    border: 0;
    padding-bottom: 10px;
}
.entire-search .search-result.pages {
    margin-bottom: 70px;
}
/*********************/
.contact-form .widget-title, .widget.widget-form.contact-form form{
    background: #020D0A;
    padding: 50px 60px;
    max-width: 800px;
}
.contact-form .widget-title {
    padding: 50px 60px 0px;
    font-family: 'Futura Std';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: -1px;
}
.page-contact-us .body .widget-container .page-content {
    margin-top: -110px;
}
.contact-form .form-template .form-row label{
    color: #fff;
    text-transform:uppercase;
    font-family: 'Futura Std';
    font-weight: 700;
    letter-spacing: 0.001em;
}
.contact-form .form-template .form-row input[type=text], .contact-form .form-template .form-row textarea{
    color: #fff;
    background: #020D0A;
    height: 52px;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.contact-form .form-template .form-row textarea{
    height:170px;
}
.contact-form .form-template  .form-row.btn-row button.submit-button{
    max-width:100%;
    background:#68E3C5;
    color:#000;
}
.contact-form .form-template  .form-row.btn-row button.submit-button:hover{
    background:#fff;
    border-color:#fff;
}
.widget-form.contact-form {
    padding-left: 0 !important;
    z-index: 1;
}
.widget.widget-html.contact-map {
    margin: -90px 0 -6px;
    padding: 0 !important;
}
/** Placeholder Start **/
.contact-form input::-webkit-input-placeholder {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.contact-form::-moz-placeholder {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.contact-form:-ms-input-placeholder {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.contact-form:-moz-placeholder {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.contact-form textarea ::-webkit-textarea-placeholder {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
.contact-form  textarea::-webkit-input-placeholder {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}

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

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

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

.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.contact-form  input[type="text"].validation-error {
    background-color: #020d0a !important;
    border: 0 !important;
    border-bottom: 1px solid #f00 !important;
}

.widget.widget-form.contact-form form .message-block.info-message, .widget.widget-form.contact-form form .message-block.success {
    display:none;
}
/************************* Home Category start*********************************/
.owlCarousel.product-categories {
    margin: 120px 0 25px;
}
.product-categories .owl-carousel .owl-item  .category-image-view.category {
    border: 0;
    margin: 0;
    padding:0;
    background: #fafbf2;
    width: 100%;
}
.product-categories .owl-carousel .owl-item img {
    padding:50px;
}
.product-categories .owl-carousel .owl-item .category-name {
    position:absolute;
    left:0;
    bottom:10px;
    width:100%;
}
.product-categories .owl-carousel .owl-item .category-name a{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    padding:15px 0;
    width: 80%;
    position:relative;
    color:#262527;
}
.product-categories .owl-carousel .owl-item .category-name a:after {
    position:absolute;
    content:"";
    right: -15px;
    top: 36%;
    width:15px;
    height:15px;
    background: url(/template/5249b238/images/cat-arrow.svg);
    background-position: 16px 0px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity:0;
}
.product-categories .owl-carousel .owl-item:hover .category-name a:after {
    opacity:1;
}
.product-categories  .owl-theme .owl-controls {
    margin-top: 32px;
}
.product-categories .owl-theme .owl-controls .owl-dots {
    background: #EDEDED;
    height: 4px;
    margin-top: 25px;
}
.product-categories .owl-theme .owl-controls .owl-dots .owl-dot span {
    margin:auto;
    border-radius: 0;
    width: auto;
    height:4px;
    background:transparent
}
.product-categories .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background:#262527;
}
.product-categories .owl-theme .owl-controls .owl-dots{
    display: grid;
    grid-gap: 0;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
}
/************************* Home Category End*********************************/
.widget-product.special-product {
    margin: 50px auto 40px;
}

.product-view .quick-view-btn {
    max-width: 84%;
    left: 50%;
    top: 85px;
    transform: translateX(-50%);
    height: 42px;
    line-height: 20px;
    z-index: 1;
}
/*********************/
.widget.widget-spacer.footer-spacer {
    background:rgba(255, 255, 255, 0.2);
    height:1px !important;
}
.widget.widget-article.footer-copyright p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin:0 auto;
    padding:0;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.widget.widget-article.footer-copyright p a {
    font-size: 14px;
    line-height: 24px;
    margin-left: 5px;
}
/*********blog***********/
.widget-blogPost .blog-post-content, .blog-posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1428px;
    margin:0 auto;
}
.blog-post-item {
    width: calc(100%/3 - 28px);
    margin: 0 14px 50px;
    background: #F5F5F5;
    padding-bottom: 0;
    border-bottom: 0;
    position:relative;
}
.blog-post-item .post-description:after{
    position:absolute;
    content:"";
    bottom:0px;
    left:0;
    width: 100%;
    height:0;
    background:#f5f5f5;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.post.post-list-view-width, .category.post-list-view-width{
    overflow:hidden;
    width: 100%;
    padding: 0;
}
.post.post-list-view-width img, .category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 300px;
    object-fit: cover;
    padding-bottom: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.blog-post-item:hover .post.post-list-view-width img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-post-item .post-description {
    padding: 27px 35px;
    height: 250px;
    display:flex;
    flex-direction: column;
}
.blog-post-item .post-description .title {
    order: 2;
    font-family: 'Futura Std';
    font-size: 18px;
    font-weight: 700;
    color: #062a45;
    line-height: 24px;
    padding-bottom: 5px;
    margin-top: 8px;
}
.blog-post-item .post-description .title a{
    font-family: 'Futura Std';
    font-size: 20px;
    font-weight: 800;
    color: #062a45;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-post-item .post-description .blog-post-info{
    order:1;
}
.blog-post-item .post-description .blog-post-info span{
    font-family: 'Futura Std';
    font-size: 14px;
    font-weight: 800;
    color: #062a45;
    line-height: 22px;
}
.blog-post-item .post-description .content{
    order:3;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    color: #062a45;
    line-height: 21px;
    opacity: 0.8;
}
.blog-post-item:hover .post-description {
    background:#68e3c5;
}
.blog-post-item:hover .post-description .title,
.blog-post-item:hover .post-description .title a{
    color: #062a45;
}
.blog-post-item:hover .post-description .content{
    color: #062a45;
    opacity:0.8;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.blog-post-item .post-description>a {
    display: none;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.blog-post-item .post-description>a {
    display: none;
}
.blog-post-details .title {
    font-family: 'Futura Std';
    font-size: 42px;
    font-weight: 800;
    color: #062A45;
    line-height: 56px;
    margin: 0;
    max-width: 950px;
}
.blog-post-details .blog-post-info span.date{
    font-family: 'Futura Std';
    font-size: 20px;
    font-weight: 600;
    color: #828282;
    line-height: 26px;
    margin:10px 0;
    display:block;
}
.blog-post-details .blog-post-info{
    margin: 0 0 40px;
}
.blog-post-details .image img, .blog-post-details .content figure img {
    width:100%
}
.blog-post-details .content figure {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
}
.blog-category-details > .title {
    font-weight: 800;
    font-size: 42px;
    padding: 10px 0 44px;
    color: #062A45;
}
.blog-post-details .social-media-share-bar .social-media-share{
    margin:0 5px 0 0;
    vertical-align: middle;
}
.blog-post-details .social-media-share a.facebook-share-icon::after {
    margin-top: 1px;
}
.widget-blogPost .blog-post-content .footer, .blog-posts .footer {
    width: 100%;
    text-align: center;
}
/*****************************/
.blog-post-details {
    max-width: 1400px;
    margin: -160px auto 0;
    background: #fff;
    padding: 40px;
    box-shadow: 0px -50px 24px 0px rgba(0, 0, 0, 0.08);
}
.blog-post-details .post-description {
    display: flex;
    flex-direction: column;
}
.blog-post-details .content {
    display: block;
    padding-bottom: 20px;
    max-width: 1050px;
    margin: 0 auto;
    order: 4;
}
.blog-post-details .title {
    font-family: 'Futura Std';
    font-weight: 700;
    font-size: 38px;
    line-height: 56px;
    color: #262527;
    margin: 0 auto 10px;
    max-width: 1200px;
    text-align: center;
    order: 2;
}
.blog-post-details .image {
    order: 3;
}
.blog-post-details .image img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}
.blog-post-details .blog-post-info span.date {
    font-family: 'Futura Std';
    color: #9b9b9b;
    margin: 10px 0;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.blog-post-details .blog-post-info {
    margin: 5px 0 10px;
    order: 1;
    text-align: center;
}
.blog-post-details .image img, .blog-post-details .content figure img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-post-details .content figure {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
}
.blog-category-details > .title {
    font-weight: 800;
    font-size: 42px;
    padding: 10px 0 44px;
    color: #262527;
}
.blog-post-details .social-media-share-bar {
    order: 5;
    max-width: 1050px;
    margin: 0 auto 90px;
    text-align: left;
    width: 100%;
    padding-left: 100px;
    position: relative;
}
.blog-post-item .post-description > a {
    order: 4;
    background: #262527;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 144px;
    height: 45px;
    line-height: 46px;
}
.blog-post-item:hover .post-description > a {
    background: #000;
}
.blog-post-details .content p{
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
.blog-post-details .comment-post-panel {
    order: 6;
}
.blog-post-details .content h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 46px;
}
.blog-post-details .content h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}
.blog-post-details .content h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
}
.blog-post-details .content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.blog-post-details .content h5, .blog-post-details .content h6 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}
.blog-post-details .social-media-share-bar{
    padding: 15px 0;
}
.blog-post-details .social-media-share-bar:before {
    content: "SHARE :";
    left: 0;
    top: 16px;
    color: #262527;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    font-family: 'Futura Std';
}
/*********END blog***********/

.form-row .Zebra_DatePicker_Icon_Wrapper, .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 350px;
}
@media screen and (max-width: 767px) {
    .form-row .Zebra_DatePicker_Icon_Wrapper, .form-row .Zebra_DatePicker_Icon_Wrapper input {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}
.page-contact-us .widget-spacer .spacer {
    height: 0 !important;
}


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

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

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

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

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

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

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

@media (max-width: 1200px) {
    .fee-gallery-jssor .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor2 .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor3 .jssor-slider-container .caption-wrapper {
        display: block;
    }
    .responsive.page-home .product-view.scrollable-view .header {
        position: absolute;
        top: -55px;
        right: 120px;
    }
}
@media (max-width: 767px) {
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-3 ,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-3 {
        transform: unset;
    }
}
/*______________________________  2nd face product & Category issues fixing _______________________________*/
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    border: none;
}
.widget-gallery.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .product-image {
    height: 245px;
    background: transparent;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image {
    box-shadow: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover::before {
    color: #000;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button::after {
    content: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content {
    display: inherit;
    overflow: hidden;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-left,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-right {
    transform: none;
    right: 0;
    left: 0;
    position: relative;
    top: 0;
    background: #68E3C5!important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
    background: #fff !important;
    border: 1px solid #0094c4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-left::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-right::after {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-name a,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    border-radius: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header {
    position: unset;
}
.fee-widget-product-scroll-view .scrollable-view .scroller::before {
    content: none;
}
.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-left {
    float: none;
    left: 0;
    transform: none;
}
.fee-widget-product-scroll-view  .scrollable-view .scroller .scroll-right {
    float: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .button.add-to-cart-button::before,
.fee-widget-product-image-view .product-view.image-view .btn-add .button.add-to-cart-button::before {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button {
    margin-top: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button:hover{
    color: #000;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-widget.widget-variation-product-list,
.fee-widget-product-image-view .product-view.image-view .product-widget.widget-variation-product-list {
    margin: 0 15px;
}

@media (max-width: 767px) {
    .fee-widget-product-image-view .product-view.image-view .product-block,
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        border-left: 1px solid #e6e6e6;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
        left: 0;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
        right: 0;
    }
    .body .widget-container .page-content .fee-widget-product-image-view .product-view.image-view {
        margin: 0;
    }
}

/*______________________________  2nd face blog issue _______________________________*/

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
    padding: 0;
    margin: 0 -10px;
    max-width: 1620px;
}
.fee-blog-design-1 .blog-post-item,
.fee-blog-design-2 .blog-post-item,
.fee-blog-design-3 .blog-post-item,
.fee-blog-design-4 .blog-post-item {
    display: inline-block;
    margin: 0 0 20px;
    background: transparent;
}
.fee-blog-design-1 .blog-post-item .title a,
.fee-blog-design-2 .blog-post-item .title a,
.fee-blog-design-3 .blog-post-item .title a,
.fee-blog-design-4 .blog-post-item .title a {
    font-size: 18px;
    line-height: normal;
}
.fee-blog-design-1 .post.post-list-view-height, .fee-blog-design-2 .post.post-list-view-height,
.fee-blog-design-3 .post.post-list-view-height, .fee-blog-design-4 .post.post-list-view-height {
    margin-right: 0;
}
.fee-blog-design-1 .blog-post-info span, .fee-blog-design-2 .blog-post-info span,
.fee-blog-design-3 .blog-post-info span, .fee-blog-design-4 .blog-post-info span {
    color: #666 !important;
    font-size: 13px;
}
.fee-blog-design-1 .post-description,
.fee-blog-design-2 .post-description,
.fee-blog-design-3 .post-description,
.fee-blog-design-4 .post-description {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
    height: auto;
    text-align: left;
    background: transparent !important;
}
.fee-blog-design-1 .post-description .blog-read-more::after,
.fee-blog-design-2 .post-description .blog-read-more::after,
.fee-blog-design-3 .post-description .blog-read-more::after,
.fee-blog-design-4 .post-description .blog-read-more::after,
.fee-blog-design-1 .post-description::after,
.fee-blog-design-2 .post-description::after,
.fee-blog-design-3 .post-description::after,
.fee-blog-design-4 .post-description::after {
    content: none;
}
.fee-blog-design-1 .blog-post-item .blog-post-info, .fee-blog-design-2 .blog-post-item .blog-post-info,
.fee-blog-design-3 .blog-post-item .blog-post-info, .fee-blog-design-4 .blog-post-item .blog-post-info {
    margin: 0;
}
.fee-blog-design-1 .post-description:hover,
.fee-blog-design-2 .post-description:hover,
.fee-blog-design-3 .post-description:hover,
.fee-blog-design-4 .post-description:hover {
    box-shadow: none;
}
.fee-blog-design-1 .post-description .blog-read-more,
.fee-blog-design-2 .post-description .blog-read-more,
.fee-blog-design-3 .post-description .blog-read-more,
.fee-blog-design-4 .post-description .blog-read-more {
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    display: inline-block;
    color: #000;
    text-align: left;
    width: auto;
}
.fee-blog-design-1 .post-description .blog-read-more:hover,
.fee-blog-design-2 .post-description .blog-read-more:hover,
.fee-blog-design-3 .post-description .blog-read-more:hover,
.fee-blog-design-4 .post-description .blog-read-more:hover {
    color: #68E3C5;
}
.fee-blog-design-1 .blog-post-info span.author,
.fee-blog-design-2 .blog-post-info span.author,
.fee-blog-design-3 .blog-post-info span.author,
.fee-blog-design-4 .blog-post-info span.author {
    display: none;
}
.fee-blog-design-1 .blog-post-info span.date,
.fee-blog-design-2 .blog-post-info span.date,
.fee-blog-design-3 .blog-post-info span.date,
.fee-blog-design-4 .blog-post-info span.date {
    position: unset;
    line-height: normal;
}
.fee-blog-design-1 .blog-post-item .title,
.fee-blog-design-2 .blog-post-item .title,
.fee-blog-design-3 .blog-post-item .title,
.fee-blog-design-4 .blog-post-item .title {
    margin: 0 !important;
    padding: 0;
    line-height: 0 !important;
}

/*______________________________  2nd face hotfix_______________________________*/

.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
    transform: unset;
}
.fee-gallery-jssor .jssor-slider-container .container .slide::before,
.fee-gallery-jssor2 .jssor-slider-container .container .slide::before,
.fee-gallery-jssor3 .jssor-slider-container .container .slide::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
    transform: none;
}
.fee-widget-product-scroll-view .block-content-wrap,
.fee-widget-product-image-view .block-content-wrap {
    padding: 0;
    border-top: none;
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image-link,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image-link {
    border: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price span,
.fee-widget-product-image-view .product-view.image-view .current-price.price span,
.fee-widget-product-list-view .current-price.price span {
    color: #262527;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    padding: 0;
    opacity: unset;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover {
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
    transform: none;
    height: auto;
}
.widget-category.fee-category-1 .category-image-view:hover .category-image img,
.widget-category.fee-category-2 .category-image-view:hover .category-image img {
    transform: none;
}
.widget-category.fee-category-1 .category-image-view-height, .widget-category.fee-category-2 .category-image-view-height {
    border: none;
    box-shadow: none;
    padding: 0;
}
.widget-category.fee-category-1 .category-image-view:hover .category-image a::after,
.widget-category.fee-category-2 .category-image-view:hover .category-image a::after {
    content: none;
}
.widget.fee-category-1 .category .category-name .category-name-link,
.widget.fee-category-2 .category .category-name .category-name-link {
    text-transform: capitalize;
}
.widget.fee-category-1 .category .category-name {
    position: unset;
    background: transparent;
    padding: 0;
    transform: none;
}
.widget.fee-category-2 .category .category-name {
    background: transparent;
    transform: none;
    padding: 0;
    top: auto;
}
.fee-widget-product-list-view .product-block .price-waper > * {
    margin-right: 0;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    width: auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message,
.fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px !important;
    font-weight: 400;
    width: 100%;
    display: block;
}
div.banner-area, div.featured-image-section ,
div.widget-product.womens .header {
    max-width: 100%;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main-menu .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}
div.contact-zone .contact-area p{
    margin: 0;
}
.fee .widget.widget-html.contact-map {
    margin: 0 auto;
    margin-top: 10px;
}

/*______________________________  New Customer Profile Design _______________________________*/
body.page-profile select:focus,
body.page-profile input[type="text"]:focus,
body.page-profile input[type="password"]:focus,
body.page-profile input[type="email"]:focus{
    border: 1px solid #68E3C5;
}
.user-nav .vertical .navigation-item {
    padding: 0;
}
.widget-navigation .nav-profile-not-logged-in {
    padding-top: 20px;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage {
    color: #fff !important;
    background: #68E3C5;
    padding: 8px 40px !important;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage:hover {
    background: #000;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.first a {
    border: none;
    padding: 0;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border: none;
    background: none;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 button {
    border: none;
    margin: 0;
    width: auto;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title,
#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
    text-transform: none;
    box-shadow: none;
}
.page-profile .notification.popup .icon {
    display: block;
    float: none;
}
.page-profile .notification.popup .type {
    line-height: normal;
}
.page-profile .notification.popup .message {
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
    transform: none;
    top: 6px;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right:after {
    right: 15px;
    left: auto;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-left:after {
    left: 14px;
}
.page-profile .site-popup .title-bar .close::after {
    display: none;
}
.widget-navigation .nav-profile-logged-in {
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-product .widget-currency .form-row {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
}
.page-product .widget-currency .form-row label {
    width: auto;
}
.page-product .widget-currency .form-row select {
    width: auto;
    padding: 5px 24px 5px 15px;
    height: auto;
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right center;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.02),0 -2px 10px 0 rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
    background-color: #ffffff;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card h1 {
    margin: 0;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-created {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4F4F4F;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .track-order-action {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-left: 15px;
    cursor: pointer;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px rgba(0,0,0, .08) solid;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header {
    margin: 0;
    padding: 0;
    border: none;
    align-items: flex-start;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view .title {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #212529;
    text-transform: uppercase;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view .name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .header-left {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    border-right: 1px rgba(0,0,0, .08) solid;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 20px;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap {
    width: 318px;
    margin-left: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.02),0 -2px 10px 0 rgba(0,0,0,.05);
    background: #ffffff;
    border-radius: 8px;
    margin-top: 0;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row {
    display: flex;
    padding: 14px 16px;
    margin: 0;
    border-bottom: 1px rgba(0,0,0, .05) solid;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row label {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #626262;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row .value {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child {
    border-bottom: none;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child label,
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000000;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a:hover {
    color: #000000;
}
@media(min-width: 992px) {
    #customer-profile-tabs.customer-profile-v2 .customer-profile-left-wrapper {
        top: 122px;
    }
}

.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row.mandatory {
    display: flex;
    flex-wrap: wrap;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row label {
    width: 100%;
    font-size: 14px;
}
.page-profile .site-popup .payment-form .terms_and_condition_title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.page-profile .site-popup .payment-form .form-row.agree-terms {
    padding-left: 20px;
    position: relative;
    line-height: 0;
    border: none;
    background: transparent;
}
.page-profile .site-popup .payment-form .form-row.agree-terms input.checkbox {
    position: absolute;
    top: 4px;
    left: 0;
}
.page-profile .site-popup .button-line button.cancel-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    box-shadow: none;
    padding: 6px 12px;
    background: none;
    border: 1px rgba(0,0,0,.2) solid;
    border-radius: 4px;
}
.page-profile .site-popup .button-line button.cancel-button:hover {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    background: none;
    border: 1px rgba(0,0,0,.4) solid;
    border-radius: 4px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 10px;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
    color: #fff ;
    background: #68E3C5;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .btn-row .cancel-button,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .edit-address-form .form-row.btn-row .cancel-button,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .edit-address-form .form-row.btn-row .cancel-button {
    color: #000 ;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.prev::before,
#customer-profile-tabs.customer-profile-v2 .pagination span.next::before {
    content: none;
}
#customer-profile-tabs.customer-profile-v2 .gift_card .check-balance {
    display: inline-block;
}
#customer-profile-tabs.customer-profile-v2 .gift_card .errorlist.after{
    position: unset;
}
.page-profile .site-popup.popup {
    max-width: 400px;
    min-width: 290px;
    width: calc(100% - 40px) !important;
}
.page-profile .site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
    font-family: "Montserrat",sans-serif;
}
.page-profile .form-row {
    margin: 15px 0;
}
.page-profile .payment-form .form-row label,
.page-profile .payment-form .double-input-row label {
    display: block;
    padding-bottom: 0;
    width: auto;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.page-profile .payment-form.site-popup-form input[type="text"] {
    width: 100%;
    height: 40px;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 26px;
    background: #fff;
    border: none;
}
.page-profile .site-popup .title-bar {
    text-align: left;
}
.page-profile .site-popup .content {
    padding: 15px 20px !important;
    background-color: #fff;
}
.page-profile .popup .button-line,
.page-profile .popup .footer {
    background-color: #f2f2f2;
    margin-top: 0;
    text-align: right;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 25px;
    border-top: none;
    display: flex;
    justify-content: right;
    flex-direction: unset;
}
.page-profile .site-popup .button-line button.cancel-button {
    order: 2;
    margin-left: 10px !important;
}
.page-profile .site-popup .button-line button {
    border: none;
    margin: 0;
    width: auto;
    background: #000;
}
.page-profile .site-popup .submit-button.site-popup-form-submit{
    color: #fff;
    box-shadow: none;
}
#customer-profile-tabs.customer-profile-v2 .button.customer-redirect-page-link {
    width: auto;
    box-shadow: none;
    margin: 0;
    display: block;
    line-height: 28px;
    text-align: right;
    max-width: 100%;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
    border: none;
    box-shadow: none;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a {
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    padding: 0;
    height: auto;
    width: 253px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    margin: 5px;
    min-height: auto;
}
.widget-navigation .nav-profile-logged-in .nav-profile-info-wrapper {
    white-space: nowrap;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
    padding-right: 10px;
    word-break: break-all;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
#customer-profile-tabs.customer-profile-v2 .variation-container {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroller {
    right: 20px;
    width: auto;
    top: 14px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 23px 0 rgba(0,0,0,.07);
    height: 40px;
    width: 40px;
    position: relative;
    border: none;
    filter: none;
    top: 0;
    left: 0;
    margin: 0;
    transform: none;
}
.page-profile .errorlist.after {
    position: unset;
    min-width: auto;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    height: auto;
}
.page-profile .spacer {
    display: none;
}
#customer-profile-tabs .abandoned-cart-items-wrap .product-col,
#customer-profile-tabs .order-items-wrap .product-col {
    width: 250px;
}
#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] a {
    width: 48px;
    height: 48px;
    flex-grow: 0;
    flex-shrink: 0;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    margin: 14px 0;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn,
#customer-profile-tabs.customer-profile-v2 button {
    border: none;
    background: #000;
    box-shadow: none;
    margin: 0;
}
#customer-profile-tabs.customer-profile-v2 button:hover,.page-profile .site-popup .button-line button:hover,
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover,
.page-profile .confirm-popup .button-line button:hover {
    background: #68E3C5;
    color: #000;
    box-shadow: none;
    border: none;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-header .action-icon.edit:hover::after,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-header .action-icon.edit:hover::after {
    color: #68E3C5;
}
.page-profile .confirm-popup .button-line button {
    border: none;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
    width: 46%;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row .submit-button {
    margin-right: 10px;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row label,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row span {
    width: auto;
    font-size: 16px;
    padding: 0 6px 0 0;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap,
#abondoned-cart-list {
    overflow-y: auto;
}
#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap table,
#abondoned-cart-list table {
    min-width: 830px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right {
    border: 1px rgba(0,0,0,.2) solid;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:hover,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:hover {
    border: 1px rgba(0,0,0,.40) solid;
}
.page-profile .site-popup .close.cancel-button {
    border: 1px rgba(0,0,0,.2) solid !important;
}
.page-profile .site-popup .close.cancel-button:hover {
    border: 1px rgba(0,0,0,.4) solid !important;
    background: transparent !important;
}
#customer-profile-tabs.customer-profile-v2 button[disabled] {
    border: none !important;
}
#customer-profile-tabs .scrollable-view .content {
    display: block;
}
.customer-profile-v2-wrapper .product-view.scrollable-view .scroller span.scroll-right::before,
.customer-profile-v2-wrapper .product-view.scrollable-view .scroller span.scroll-left::before  {
    content: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
}
.page-profile .widget-pageHeading {
    margin: 0;
}
.widget-navigation .nav-profile-not-logged-in .nav-customer-qa {
    font-weight: 500;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    background: transparent;
}
#customer-profile-tabs .scrollable-view {
    margin: 0;
    padding: 0;
}
#customer-profile-tabs .scrollable-view .header {
    position: unset;
}
#customer-profile-tabs h3, #customer-profile-tabs h2, #customer-profile-tabs h1 {
    margin: 10px 0;
    line-height: normal;
    padding: 0;
    text-align: left
}
.page-profile .body > .body-section:nth-of-type(2) > .widget-container {
    padding: 0 !important;
}
#customer-profile-tabs .scrollable-view .product-image-link {
    width: 100%;
    max-height: 250px;
}
#customer-profile-tabs .scrollable-view .product-image-link img {
    height: 250px;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
    width: 180px;
}

@media (max-width: 767px) {
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .manage-password {
        display: flex;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
        margin-top: 0;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
        display: none;
    }
    .customer-profile-v2-wrapper {
        padding: 40px 15px;
    }
}

/*=============== New-Feature-Fixing ===================*/
/* ========= Product-Category-Section ========== */
.category-details-container .category-details-page-with-background {
    width: 100%;
    padding: 10px 0;
    margin: 0;
}
.category-details-container .category-details-page-with-background img {
    max-width: 100%;
    max-height: 100%;
}
.btn-group.view-switchers {
    margin: 7px 10px 7px 0;
}
.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
    margin-top: 5px;
}
.btn-group.view-switchers .image-view-switcher ,
.btn-group.view-switchers .list-view-switcher ,
.btn-group.view-switchers .tabular-view-switcher {
    height: 21px;
    width: 21px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.btn-group.view-switchers .list-view-switcher {
    background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
    background-position: -45px -20px;
}
.btn-group.view-switchers .tabular-view-switcher{
    background-image: url("/template/a98e4910/images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 5px;
}

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

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

/* ========= Product-Tabular View========== */
.product-view.tabular-view .content {
    margin: 0;
}
.product-view.tabular-view .product-name-link {
    font-size: 16px;
    color: #32312f;
    max-width: 300px;
    line-height: normal;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}
.product-view.tabular-view .product-table-view-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-view.tabular-view .tax-message {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #9c9c9c;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 15px;
}
.product-view.tabular-view .tabular-product-view {
    overflow-y: auto;
}
.product-view.tabular-view .tabular-product-view .product-table-block {
    min-width: 650px;
    padding-bottom: 15px;
}
.product-view.tabular-view .price {
    padding: 0;
    font-size: 15px;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.down::before {
    left: 0;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.up::before {
    right: 0;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    background-color: #e0f4ef;
    border-bottom: 1px solid #fff;
}
.product-view.tabular-view .product-table-view-row {
    border-bottom: 1px solid #e6eeec;
}
/* ========= End Product-Tabular View========== */

.product-view.list-view .product-view.scrollable-view .content {
    font-size:0;
    margin:0;
    text-align:left
}
.product-view.list-view .content {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 auto;
    width:100%
}
.product-view.list-view .content .product-block {
    width: calc(50% - 8px);
    padding: 0;
    border: 1px solid #e6e6e6;
    display: flex;
    margin: 8px 0;
    overflow: hidden;
    position: relative;
    height: auto;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
}
.product-view.list-view .content .product-block .image.product-image {
    width:42%;
}
.product-view.list-view .content .product-block .block-content-wrap {
    width: 58%;
    padding: 25px 15px 15px 20px;
    text-align: left;
    border: none;
    margin: 0;
}
.product-view.list-view .content .product-block .image.product-image img {
    max-width: 100%;
    max-height: 265px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-view.list-view .content .product-block .image.product-image .product-image-link {
    width: 100%;
    height: 100%;
}

.product-view.list-view .btn-add {
    text-align: left;
    flex-direction: column;
    margin-top: 15px;
    position: unset;
    display: flex;
    padding: 0;
    justify-content: start;
}
.product-view.list-view .content .product-block .in-stock {
    margin-top: 7px;
}
.product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;
    padding: 0;
    opacity: unset;
    flex-direction: column;
}
.product-view.list-view .product-block .product-name-link {
    color: #32312f;
    font-size: 16px;
    padding: 0 0 30px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    text-align: left !important;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button {
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 24px;
    padding: 10px;
    font-size: 14px;
    display: block;
    background: #000;
    color: #fff;
    max-width: 100%;
    margin: 0 0 10px;
    width: 100%;
    text-align: center;
    position: unset;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 0;
    border: none;
}
.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:#68E3C5;
    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 {
    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;
}
.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;
}
.page-home .product-view.scrollable-view .header {
    position: absolute;
    top: -66px;
    right: 100px;
}
.page-contact-us #spltr-B8FCEA17-A4CD-4245-9011-213C18E8501B {
    display: flex;
    z-index:11;
    max-width: 1260px;
    width: 100%;
    box-shadow: 0px -20px 24px rgba(0, 0, 0, 0.08);
}
.page-contact-us #spltr-1AF0B371-E18D-4F32-B2F8-C1E21C2F3BA2 {
    background: #fff;
}
.widget-snippet .contact-zone {
    box-shadow:unset;
}

@media (max-width:991px) {
    .product-view.list-view .content .product-block {
        height:auto;
        width: 100%;
    }
}
@media (max-width:767px) {
    .product-view.list-view .content .product-block .image.product-image {
        width:50%
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 50%;
        padding: 25px 15px 15px 20px;
    }
    .product-view.list-view .product-block .review-rating-wrapper,
    .product-view.list-view .product-block .parent-name {
        left: 50%;
    }
    .page-contact-us #spltr-B8FCEA17-A4CD-4245-9011-213C18E8501B {
        flex-direction: column;
    }
    .responsive .widget.widget-html.contact-map {
        margin: -22px -15px -6px;
    }
}
@media (max-width:480px) {
    .product-view.list-view .content .product-block .image.product-image {
        width: 35%;
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 65%;
        padding: 25px 15px 15px 15px;
    }
    .product-view.list-view .product-block .review-rating-wrapper, .product-view.list-view .product-block .parent-name {
        left: 35%;
        padding: 0 0 0 15px;
    }
    .product-widget.widget-variation-product-list h3 {
        font-size: 14px !important;
    }
    .product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
        font-size: 14px;
        padding: 3px 2px;
    }
    .product-widget.widget-variation-product-list .variation-type {
        flex-wrap: wrap;
    }
}

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

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

/* ========= Product Detail Variation ========== */
.widget-variation {
    padding: 15px 0;
}
.widget-variation .variation-container .variation-thumb > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.widget-variation .variation-container .variation-thumb .selected-value-display {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
}
.variation-container .variation-type {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.variation-container .text-variation-type-option-wrapper .variation-type {
    padding-bottom: 10px;
}
.variation-container .text-variation-type-option-wrapper:last-child .variation-type {
    padding-bottom: 0;
}
.variation-container .variation-type .options {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    line-height: 22px;
    padding: 0;
}
.variation-container .variation-type.color .option-cell {
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
}
.variation-container .variation-type.color .option-cell.selected {
    border: solid 1px #000;
    padding: 5px;
}
.product-widget.widget-variation-product-list .variation-container .variation-type.color .option-cell.selected{
    padding: 5px;
    border: solid 1px #000;
}
.variation-container .variation-type .options li {
    margin: 0 7px 7px 0;
    background: transparent !important;
}
.variation-container .variation-type .options li::after{
    content: none;
}
.variation-container .variation-type.color .variation-value {
    border: none;
    padding: 0;
    display: inline-block;
    height: 23px;
    width: 23px;
    min-width: 23px;
}
.widget-variation .variation-container table.matrix {
    margin-bottom: 10px;
}
.selected-value-display, .widget-variation .cart-preview-panel .variation-combination-preview {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table {
    width: auto;
    margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table td {
    vertical-align: middle;
    line-height: normal;
    padding: 10px;
}
.widget-variation .cart-preview-panel .cart-preview-table th {
    padding: 10px 15px;
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .price-amount {
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
    width: auto;
    display: inline-flex;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper .stepper-arrow.up::before {
    right: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper .stepper-arrow.down::before {
    left: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-arrow {
    height: auto;
    width: 20px;
}
.widget-variation .selected-variation-product .selected-product-quantity {
    margin-top: 10px;
}
.widget-variation .selected-variation-product h2 {
    font-size: inherit;
    line-height: normal;
}
.widget-variation .selected-variation-product .preview-to-add-to-cart-button {
    font-size: 17px;
    padding: 12px 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px;
    background: #68E3C5;
    border-radius: 3px;
    width: auto;
}
.widget-variation .selected-variation-product .preview-to-add-to-cart-button:hover {
    background: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-arrow.up::before,
.widget-variation .cart-preview-panel .cart-preview-table .stepper-arrow.down::before{
    font-size: 24px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-input {
    width: 50px;
    padding: 5px;
    height: 35px;
}
.widget-variation .cart-preview-panel .second-level-variation-type {
    margin-left: 0;
}
.widget-variation .advanced-variation-ui > .representation .variation-option {
    height: auto;
    width: auto;
}
.product-widget.widget-variation .variation-type .options {
    padding: 5px 0;
    line-height: normal;
    height: auto;
}
.chosen-container-single .chosen-single span > .variation-value {
    margin: 0;
}
.product-widget .variation-container .chosen-container .chosen-result.options {
    padding: 5px 10px;
}
/* ========= End Product Detail Variation ========== */

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

button.load-more-pagination {
    margin: 40px auto 15px;
    text-align: center;
    display: flex;
}
.variation-container .advanced-variation-ui .parent-variation-type {
    display: block;
    width: 100%;
}
#spltr-8E9EED30-3206-4CA8-9F06-44F2C409EF9F .product-widget .tax-message {
    display: inline-block;
}
.product-block .advanced-variation-ui .representation .variation-option:hover,
.product-block .advanced-variation-ui .representation .variation-option {
    border: 1px solid #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 20px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    color: #000;
    background: transparent;
    font-family: inherit;
    margin: 0;
}
.product-block .advanced-variation-ui .representation .variation-option.parent-option.selected {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.entire-search {
    margin: 0 auto;
    text-align: center;
}
.cartitem-table .discount-column {
    width: auto;
}
.registration-form .form-row .errorlist.after .message-block {
    overflow: hidden;
    max-width: 335px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header .sortable {
    margin-top: 5px;
    margin-bottom: 5px;
}
.pagination-literal-status {
    margin: 10px 10px 10px 0;
    display: inline-block;
}
.page-checkout .form-row.validation-error,
.registration-form .form-row.validation-error {
    border: none;
    background: transparent;
}
.registration-form > .errorlist.after {
    position: unset;
    padding: 0 0 0 15px;
}
.registration-form .Zebra_DatePicker_Icon_Wrapper::after {
    content: none;
}
.registration-form .form-row .Zebra_DatePicker_Icon_Wrapper,
.registration-form .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 100%;
}
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label,
.registration-form .form-row.simple_captcha_help_text label {
    display: none;
}
.password-reset-form .form-row {
    vertical-align: bottom;
}
#customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link a {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title {
    margin-bottom: 20px;
}
.scrollable-view {
    border-bottom: none;
}
.widget-variation .advanced-variation-ui {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex-direction: inherit;
}
.widget-variation .cart-preview-panel .cart-preview-table .variation-option.text {
    border: none;
    padding: 0;
    margin: 0;
}
.widget-variation .advanced-variation-ui #variation-combination-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 15px 0;
    width: 100%;
}
.widget-productImage .detail-image-swiper {
    display: none;
}
.product-widget.widget-variation .variation-dropdown-container > * {
    display: block;
}
.product-widget .variation-container .chosen-container {
    min-width: 120px;
    margin: 0;
}
.product-widget .variation-container .chosen-container .chosen-single {
    height: 36px;
    padding: 5px 10px;
}
.product-widget .variation-container .chosen-container .chosen-single span{
    line-height: normal;
}
#customer-profile-tabs .scrollable-view .content {
    max-width: 100%;
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
    width: auto;
}
.product-view.list-view .content .product-block .image.product-image .btn-add {
    padding: 0 10px;
    width: 100%;
    margin: 0;
}
#customer-profile-tabs .scrollable-view .header {
    padding: 0;
}
.empty-flying-cart-wrapper .empty-flying-cart-icon {
    font-size: 15px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    width: auto;
    height: auto;
    padding-left: 100px;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    height: auto;
}
#customer-profile-tabs.customer-profile-v2 th {
    padding: 10px 12px;
    white-space: nowrap;
}
.registration-form button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url("/template/a98e4910/images/calendar.png") no-repeat scroll right 5px;
    max-width: 100%;
}
.page-checkout .form-row.validation-error, .registration-form .form-row.validation-error {
    border: none !important;
    background: transparent !important;
}
.parent-name {
    margin: 10px 24px -10px;
    padding: 0;
    font-size: 15px;
    color: #000;
}
.registration-form input.checkbox {
    width: auto;
    height: auto;
}
#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    padding-right: 50px;
}
.chosen-container-single .chosen-single div b {
    top: 5px;
    display: inline-block;
}
.product-view.list-view .content .product-block .summary,
.product-view.image-view .summary,
.product-view.scrollable-view .summary,
.product-view.list-view .content .product-block .summary p,
.product-view.image-view .summary p,
.product-view.scrollable-view .summary p{
    height: auto;
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.product-view.image-view .summary p,
.product-view.scrollable-view .summary p,
.product-view.list-view .content .product-block .summary p {
    margin: 0;
}
select.per-page-count {
    margin: 0 10px 0 0;
    width: auto;
    padding: 5px 26px 5px 10px;
    height: auto;
}
.widget-productImage .image-preview-box {
    width: auto;
    height: auto;
}
.widget-productImage .image-thumb-container .thumb-image img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 100%;
}
.widget-productImage .image-thumb-container .thumb-image {
    height: 100px;
    width: 100px;
}
.product-image .add-to-cart-button,
.product-image .add-to-compare-button,
.product-image .add-to-wish-list,
.product-image .remove-from-compare-button,
.product-image .add-to-wish-list.disabled {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-view.image-view .product-image .add-to-cart-button,
.product-view.scrollable-view .product-image .add-to-cart-button {
    margin: 0 0 5px 0;
}
.page-wish-list .add-to-cart-button.button {
    margin: 0 7px 7px 0;
    max-width: 140px;
}
.product-image .btn-add {
    width: calc(100% - 48px);
    margin: 0 auto;
    position: unset;
}
.product-view.image-view .product-block .add-to-wish-list.button.et_pdp_add_to_wish_list,
.product-view.scrollable-view .product-block .add-to-wish-list.button.et_pdp_add_to_wish_list {
    width: 50px;
    border: 0;
    top: 12px;
    right: 9px;
    transform: none;
}
.product-block:hover .product-image .add-to-cart-button, .product-block:hover .product-image .add-to-compare-button,
.product-block:hover .product-image .add-to-wish-list, .product-block:hover .product-image .remove-from-compare-button,
.product-block:hover .product-image .add-to-wish-list.disabled {
    -webkit-transform: translate(0,-165px);
    -moz-transform: translate(0,-165px);
    -ms-transform: translate(0,-165px);
    -o-transform: translate(0,-165px);
    transform: translate(0,-165px);
}
.add-to-compare-button::after,
.remove-from-compare-button::after{
    content: none;
}
.scrollable-view > .content {
    border: none;
    padding: 0;
}
.filtered-product-container .product-view.scrollable-view .content, .category-details .product-view.scrollable-view .content,
.widget-product.shop .product-view.scrollable-view .content, .filtered-product-container .product-view.image-view .content,
.category-details .product-view.image-view .content, .widget-product.shop .product-view.image-view .content {
    padding: 10px 0;
}
.compare-details .title.page-heading {
    margin: 20px 0;
    line-height: normal;
}
.page-product .page-content > .v-split-container > .v-split {
    max-width: 1360px;
}
@media (max-width: 991px) {
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 40px;
    }
    #customer-profile-tabs.customer-profile-v2 .button.customer-redirect-page-link {
        text-align: left;
    }
    .customer-profile-v2-wrapper {
        padding: 50px 20px;
    }
    .product-view .footer .pagination-literal-status {
        float: none;
    }
    .category-detail-view img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .widget-productImage .image-thumb-container .thumb-image {
        height: 80px;
        width: 80px;
    }
    .category .category-name, .category .category-name:hover,
    .category-details .product-container .title, .category-details .subcategory-container .title {
        text-align: left;
    }
    .subcategory-container .title, .product-container .title {
        padding-bottom: 0;
    }
    .customer-profile-page-with-background {
        margin-bottom: 30px;
    }
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 30px;
    }

    .popup {
        max-height: 90vh !important;
        overflow-y: auto;
    }
    .registration-form > .errorlist.after {
        margin: 0;
        padding: 0;
    }
}

/* Latest flying cart popup */
.flying-cart-content.page-content.loading.popup {
    max-height: 100vh;
    padding: 0;
}
.flying-cart-content .flyingt-cart-header {
    padding: 18px 20px;
}
.flying-cart-content .cart-item-row.flying-cart-item.odd.cart-item {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-footer {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input {
    border: none;
    vertical-align: top;
}
.flying-cart-content .flying-cart-product-name a:hover {
    color: #000;
}
div.flying-cart-footer .continue-shopping-btn,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
    background: #000;
    border: none !important;
    color: #fff;
    margin: 0;
    padding: 12px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
}
div.flying-cart-footer .continue-shopping-btn:hover,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
    background: #68E3C5;
    color: #fff;
}
.flying-cart-content .flying-cart-clear-cart-btn {
    font-size: 14px;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button {
    width: auto;
    margin: 0 !important;
    height: auto;
    color: #fff;
    background: #000;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button:hover {
    background: #68E3C5;
    color: #fff;
}

@media (max-width: 767px) {
    .flying-cart-content.page-content.loading.popup {
        min-width: calc(100% - 40px);
        max-height: 100vh !important;
        left: 20px !important;
        width: 100vw !important;
    }
    div.flying-cart-page-heading {
        font-size: 17px;
    }
    div.flying-cart-close-button {
        width: auto
    }
    div.flying-cart-page-heading-action-btn-wrapper {
        gap: 0 12px;
    }
}
/* end flying cart popup */

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

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

/* shopping cart page*/
.shopping-cart .my-cart-products-order-summary {
    flex-wrap: wrap;
}
.shopping-cart .product-card {
    max-width: 730px;
}
.shopping-cart .product-card.cart-item:last-child {
    margin-bottom: 40px;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
    padding: 0;
    width: 100%;
}
.shopping-cart .my-cart-order-summary {
    max-height: 470px;
    margin-bottom: 50px;
}
.shopping-cart .my-cart__header {
    margin-bottom: 25px;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background: #000;
    border: none;
    margin: 0;
    padding: 12px;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover{
    background: #68E3C5;
    color: #fff;
}
.shopping-cart .product-card__product-name a {
    font-size: 16px;
}
.wish-list-popup select {
    width: 100%;
}

@media (max-width: 767px) {
    .shopping-cart .my-cart-order-summary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px;
    }
    .shopping-cart .product-card {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .shopping-cart .product-card__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .shopping-cart .product-card__image-link {
        width: auto;
        height: auto;
        max-width: 150px;
    }
    .shopping-cart .product-card__product-name a {
        font-size: 15px;
        max-width: 204px;
        display: inline-block;
    }
    .shopping-cart .my-cart-order-summary {
        margin-bottom: 30px;
    }
}

/* end shopping cart page*/

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

@media (max-width: 991px) {
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 30px;
    }
    .payment-success-page-container {
        padding: 50px 20px 70px;
    }
}
@media (max-width: 767px) {
    .payment-success-page-container {
        padding: 30px 15px;
    }
    .payment-success-page-container .cartitem-table td.quantity .wrapper::before {
        text-align: left;
        width: auto;
    }
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 15px 20px;
    }
    div.flying-cart-content.page-content.loading.popup.active {
        height: 100% !important;
    }
    .product-view.image-view .product-image, .product-view.scrollable-view .product-image {
        height: auto;
    }
}
/* end new check-out page */
/*=============== End New Feature fixing ===================*/
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body {
    padding-right: 100px;
}
.shopping-cart .my-cart__header-button-wrapper .button{
    height:auto;
    width: auto;
    box-shadow: none;
}
.shopping-cart .button, .shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
.product-card__info-other-label {
    text-align: left;
}
.shopping-cart .my-cart__title {
    line-height: normal;
    margin: 10px 0;
}
.payment-success-page-container .message-details .post-order-contact-us a {
    font-size: inherit;
}
.checkout-page.version-2 .billing-address .form-row .iti--inline-dropdown .iti__selected-country {
    box-shadow: none;
}
.checkout-page.version-2 button {
    box-shadow: none;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    margin: 15px 0 0;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
    margin-bottom: 20px;
}
.order-summary-card__button-wrapper .continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping,
.shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
}
.shopping-cart .my-cart {
    margin: 0 0 30px;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    padding: 10px;
    width: auto;
    margin: 15px 0;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
    margin-bottom: 20px;
}
.iti__selected-country {
    color: inherit !important;
}
.wc-load-more-pagination-wrapper {
    margin: 20px auto 10px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}
.wc-load-more-pagination-wrapper .load-more-result-title {
    display: block;
    margin: 10px 0;
    font-size: 15px;
}
.product-view.tabular-view .product-table-view-row:last-child {
    border: none;
}
.payment-success-page-container .order-details .payment-success-total table td, .wrapper .price {
    font-size: 14px;
}
.search-results .price-block-container {
    text-align: left;
    width: 100%;
}
.bulk-selected-cart-popup.popup .header {
    background-color: transparent;
    border-bottom: none;
}
.compare-details .add-to-cart-button {
    width: auto;
    padding: 7px 15px;
}
.search-results .page {
    text-align: left;
}
.entire-search .search-result > .title {
    width: 100%;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper input {
    padding: 0;
    top: 1px;
}
.registration-form textarea {
    width: 100%;
    min-height: 100px;
}

/* Under Construction Page */

.maintenance-message-block {
    display: flex;
    justify-content: center;
    margin: 50px auto;
    padding-top: 50px;
}
.maintenance-message-block h1 {
    font-size: 32px;
    background-color: #f9f9f9;
    padding: 50px 60px;
    line-height: 1.4;
    color: #000;
}
@media(max-width: 767px) {
    .maintenance-message-block h1 {
        font-size: 24px;
        background-color: #f9f9f9;
        padding: 20px 30px;
    }
}

/* customer registration terms and condition */

.registration-terms-condition-wrapper {
    display: inline-flex;
}
.registration-terms-condition {
    position: relative;
    padding-left: 20px;
}
.registration-terms-condition-wrapper input.checkbox {
    position: absolute;
    left: 0;
    height: auto;
    top: 2px;
}
.registration-terms-condition-wrapper .registration-terms-condition-label,
.registration-form .registration-terms-condition-wrapper a label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    vertical-align: top;
    color: #000;
}
.registration-form .registration-terms-condition-wrapper a {
    margin-left: 5px;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
    cursor: pointer;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
    color: #666;
}
.registration-form textarea + .registration-terms-condition-wrapper {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view {
    font-size: 14px;
}
.registration-form > .errorlist.after {
    display: none;
}
.registration-form .form-row {
    background: transparent;
    border: none;
    color: inherit;
}
.custom-field-container-for-widget input[type="file"] {
    background: transparent;
    border: none;
}
.custom-field-container-for-widget input[type="file"] {
    border: none;
    background: transparent;
}


/* new*/
div.flying-cart-container .discount-up-sell-message {
    margin: 24px 20px 0;
}
.popup.flying-cart-content .product-view .header {
    margin: 0;
    padding: 0;
    min-height: unset;
}
.flying-cart-content .product-view .content.scrollable {
    padding: 0;
    border: 0;
    margin: 0;
}
.popup.flying-cart-content .product-view .header::after,
.popup.flying-cart-content .product-view .header::before {
    content: none;
}
.popup.flying-cart-content .product-view .header .scroller {
    margin: 0;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart,
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart {
    width: auto;
    border: none;
    margin: 0;
    font-weight: normal;
    font-size: 12px !important;
}
.flying-cart-content .recommended-products .recommend-item-image img {
    max-width: 90px;
    max-height: 90px;
}
.flying-cart-container .discount-up-sell-message .free-products {
    margin-top: 50px;
}
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
    display: none;
}
.flying-cart-content .free-products .product-name a {
    text-align: left;
    width: 173px;
}
.flying-cart-content .recommended-products .product-name,
.flying-cart-content .free-products .product-name {
    padding: 0;
    height: auto;
    min-height: auto;
}
div.flying-cart-content .free-products .product-block.product-view-height-width,
.flying-cart-content .recommended-products .product-block.product-view-height-width {
    min-height: auto;
}
.popup .flying-cart-container .discount-up-sell-message .discount-upsell-container {
    padding: 4px 5px 4px 5px;
    line-height: 20px;
}
.popup .flying-cart-container .discount-up-sell-message .progress-bar {
    height: 28px;
}
.popup.flying-cart-content .product-view .header .scroller .scroll-left:hover,
.popup.flying-cart-content .product-view .header .scroller .scroll-right:hover {
    background-color: #000;
}
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart:hover,
.flying-cart-content .recommended-products .product-name a:hover,
.popup.flying-cart-content .free-products .product-name a:hover,
.popup.flying-cart-content .free-products .flying-cart-special-add-to-cart:hover {
    color: #68E3C5;
}
.flying-cart-content .product-view .header .scroller .scroll-left:after,
.flying-cart-content .product-view .header .scroller .scroll-right:after,
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
    display: none;
}

.flying-cart-content .free-products .recommend-item-image img {
    max-width: unset;
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart {
    width: auto;
    border: none;
    box-shadow: none;
}
.flying-cart-content .product-view {
    margin: 0;
}
.flying-cart-content .free-products .product-block.product-view-height-width {
    box-shadow: none;
}
.flying-cart-content .product-view .header .scroller .scroll-left {
    transform: none;
}

@media (max-width: 767px) {
    .flying-cart-content.page-content.loading.popup {
        min-width: calc(100% - 40px);
        max-height: 100vh !important;
        left: 20px !important;
        width: 100vw !important;
    }
    div.flying-cart-page-heading {
        font-size: 17px;
    }
}

/* end flying cart popup */

.page-cart .product-view.image-view .product-image-link,
.page-cart .product-view.scrollable-view .product-image-link {
    width: 100%;
}
.page-cart .product-view.scrollable-view img,
.page-cart .product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.add-cart-information-popup.popup .ps__rail-x,
.add-cart-information-popup.popup .ps__rail-y {
    display: none;
}
.product-block .advanced-variation-ui .representation .variation-option.selected,
.product-block .parent-option.color-plate.selected {
    box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
}
.add-cart-information-popup .body .body-scroll-control {
    overflow-y: auto !important;
}

/*product details page*/

.product-view.image-view .sold-out-tag.tag-mark,
.product-view.scrollable-view .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    font-size: 12px;
    background: #68E3C5;
    width: auto;
    padding: 2px 5px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark{
    display: inline-block;
    color: #fff;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    background: #68E3C5;
    width: auto;
    font-size: 12px;
    padding: 2px 5px;
}
.widget-productImage .image-preview-box .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    font-size: 12px;
    background: #68E3C5;
    width: auto;
    padding: 2px 5px;
    top: auto;
}
.widget-productImage .image-preview-box .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    font-size: 12px;
    background: #68E3C5;
    width: auto;
    padding: 2px 5px;
    bottom: auto;
}
.product-view.image-view .new.tag-mark, .product-view.scrollable-view .new.tag-mark {
    top: 0;
}
.tabular-product-view .featured.tag-mark,
.product-view.list-view .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    font-size: 12px;
    top: 0;
    background: #68E3C5;
    width: auto;
    padding: 2px 4px;
}
.tabular-product-view .sold-out-tag.tag-mark ,
.product-view.list-view .sold-out-tag.tag-mark {
    display: inline-block;
    color: #fff;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    background: #68E3C5;
    font-size: 12px;
    width: auto;
    padding: 2px 4px;
}
.tabular-product-view .sale.tag-mark,
.widget-productImage .image-preview-box .sale.tag-mark,
.product-view.image-view .sale.tag-mark,
.product-view.list-view .sale.tag-mark,
.product-view.scrollable-view .sale.tag-mark {
    left: 0;
    top: 25px;
}
/* product quick view */
.product_quick_view_popup {
    max-width: 100%;
    padding: 0;
}
.product_quick_view_popup.popup .header .close-icon::after {
    content: "X";
    font-size: 18px;
}
.product_quick_view_popup.popup .header .close-icon {
    background: none;
    top: 15px;
}
.product_quick_view_popup.popup .scroller span.view-right,
.product_quick_view_popup.popup .scroller span.view-left {
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
}
.product_quick_view_popup.popup .scroller span.view-right {
    right: 0;
}
.product_quick_view_popup.popup .scroller span.view-left {
    left: 0;
}
.product_quick_view_popup.popup .scroller span.view-left:before,
.product_quick_view_popup.popup .scroller span.view-right:before {
    display: none;
}
.product_quick_view_popup.popup .scroller span.view-left:after,
.product_quick_view_popup.popup .scroller span.view-right:after {
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 27px;
}
.product_quick_view_popup.popup .scroller span.view-left:after {
    content: "\f104";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-right:after {
    content: "\f105";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-left:hover:after,
.product_quick_view_popup.popup .scroller span.view-right:hover:after {
    color: #fff;
    opacity: 0.7;
}
.product_quick_view_popup.popup .body {
    height: calc(100% - 52px);
    margin: 0;
    padding: 20px 40px 30px;
}
.product_quick_view_popup.popup.popup .header {
    border-bottom: none;
    padding: 0;
    min-height: unset;
    height: 52px;
}
#webcommander-page .product-view .quick-view-btn.button {
    font-size: 14px;
    width: auto;
    min-width: 130px;
    max-width: unset;
    height: auto;
    left: 50%;
    right: auto;
    top: 40px;
    bottom: auto;
    transform: translateX(-50%);
    padding: 6px 10px;
    z-index: 9;
    text-align: center;
    font-weight: 500;
}
#webcommander-page .product-view .quick-view-btn.button:before,
#webcommander-page .product-view .quick-view-btn.button:after {
    display: none;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    white-space: nowrap;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border-color: #84b813;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #ccc;
}
.widget-productImage .image-thumb-container .thumb-image {
    display: inline-block;
}
.product_quick_view_popup .widget-socialMediaShare .social-media-wrapper span {
    margin-bottom: 7px;
}
.product_quick_view_popup .summary {
    height: auto;
    text-align: left;
}
.product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 50%;
    max-width: 50%;
    padding-right: 30px !important;
    flex: inherit !important;
}
.product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 50%;
}
.product-widget.widget-productName .product-name {
    font-size: 35px;
    line-height: 42px;
}
.product_quick_view_popup .product-widget.widget-price {
    margin: 20px 0 0 0;
}

@media (max-width: 1024px) {
    .product_quick_view_popup {
        width: calc(100% - 40px);
        top: 40%;
        left: 20px;
        right: auto;
        transform: scale(1) translate(0,-50%) !important;
    }
}
@media (max-width: 767px) {
    .product_quick_view_popup {
        width: calc(100% - 30px);
        left: 15px;
    }
    .product_quick_view_popup.popup .body {
        padding: 0 40px 30px;
        max-height: 100%;
    }
    .product_quick_view_popup .l-fixed-container {
        display: flex;
        flex-wrap: wrap;
    }
    .responsive .product_quick_view_popup .product-widget.widget-socialMediaShare,
    .product_quick_view_popup .product-widget.product-widget.widget-addCart {
        padding-left: 0;
    }
    .product_quick_view_popup .product-widget.widget-socialMediaShare::before,
    .product_quick_view_popup .product-widget.product-widget.widget-addCart::before {
        display: none;
    }
    .product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        width: 100%;
        max-width: 100%;
        padding-right: 0 !important;
        flex: inherit !important;
    }
    .product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
        width: 100%;
    }
    .responsive .product_quick_view_popup {
        max-width: 100% !important;
        padding: 0;
        margin: 0 !important;
    }
}

/*---- upgrate-css----*/
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]::after {
    font-size: 50px;
}
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]:hover::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]:hover::after{
    color: #fff;
    opacity: inherit;
}
.fee-gallery-jssor .jssor-slider-container .jssorb03 div span {
    width: 9px;
    height: 9px;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button {
    bottom: auto;
    top: 59%;
}
.fee-gallery-owl .product-view .owl-item .product-block .review-rating-wrapper .review-rating,
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name {
    text-align: center;
    width: 100% !important;
    padding: 15px 10px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
    padding-left: 23px;
}
.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
    top: 1px;
}
.widget-gallery.fee-gallery-swiper .swiper-horizontal {
    padding-bottom: 50px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev ,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    top: auto;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
    left: 50%;
    margin-left: -40px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
    right: 50%;
    margin-right: -40px;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
    width: 180px;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 td {
    padding: 15px 10px;
}
.tabular-product-view .new.tag-mark, .list-view .new.tag-mark {
    top: 0;
}
.agent-list-item > a.read-button:hover, .agent-list-item > a.read-button:hover::after,
.shopping-cart .product-card__product-name a:hover,
.shopping-cart .order-summary-card__add-promo-codes .text-align:hover,
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover,
.checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
    color: #68E3C5;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover{
    color: #000;
}
.advance-checkout-order-details-right-dom-inner {
    overflow-y: auto;
    overflow-x: hidden;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button.disabled {
    background-color: #ccc;
    color: #b0aeae;
    pointer-events: none;
}
.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition-text textarea {
    min-height: auto;
    height: auto;
}
.widget-blogCategory.fee--blog-category-1 .content {
    margin: 0;
}
@media (max-width: 1199px) {
    .widget-blogCategory.fee--blog-category-1 > .widget-title, .widget-blogCategory.fee--blog-category-1 > .category-view {
        padding: 0;
    }
}

/*------ .property-listing-details -----------*/

.property-listing-details {
    padding-left: 0;
    padding-right: 0;
}
.property-listing-details__price-guide-inner .action-group button,
.property-listing-details__price-guide-inner .action-group a {
    padding: 10px 20px;
    height: auto;
}
.property-details-contain-container .query-form input {
    padding: 8px 25px 8px 10px;
}
.property-details-contain-container .query-form textarea {
    padding: 10px;
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
    border: 2px #000 solid;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 10px;
    line-height: 24px;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover{
    border: 2px #68E3C5 solid;
    background-color: #68E3C5;
    color: #000;
}
.property-details-contain-container .agent-container .agent-info h5 a {
    color: #68E3C5;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
    color: #000;
}
.property-listing-details__price-guide-inner .action-group .flrplan,
.property-details-contain-container .query-form button{
    background-color: #68E3C5;
    border: 2px #68E3C5 solid;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover,
.property-details-contain-container .query-form button:hover {
    background-color: #fff;
    border: 2px #000 solid;
    color: #000;
}

@media (max-width: 991px) {
    .property-listing-details .inquire-agent-section__title {
        font-size: 28px;
        margin: 50px 0 30px;
    }
    .property-listing-details__description .header-title {
        font-size: 24px;
    }
    .property-listing-details .inquire-agent-section__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .property-listing-details .inquire-agent-section__agent {
        margin-top: 30px;
    }
    .property-listing-details__description-price-guide {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .property-listing-details__price-guide {
        flex: 0;
    }
}
@media (max-width: 767px) {
    .property-listing-details__description .info-header {
        margin-top: 15px;
    }
    .property-listing-details__description .header-title {
        font-size: 20px;
    }
    .property-listing-details__price-guide-inner {
        padding: 20px;
    }
    .property-listing-details .inquire-agent-section__inner {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .property-listing-details .inquire-agent-section__title {
        font-size: 24px;
        margin: 40px 0 20px;
    }
    .property-details-contain-container .query-form {
        padding: 30px 20px;
    }
    .property-details-contain-container .agent-container .agent-item {
        justify-content: center;
        flex-wrap: wrap;
    }
    .property-listing-details .inquire-agent-section__agent {
        margin-top: 25px;
        flex: 0;
    }
    .property-details-contain-container .agent-container .agent-info {
        text-align: center;
    }
    .property-details-contain-container .agent-container .agent-info h5 {
        margin: 0 0 10px;
        padding: 0 0 20px;
    }
}

.page-agent-listing .widget-pageHeading{
    margin: 0 auto;
}
.auto-page.page-post-payment #bs-1A202CC8-7484-4541-AD25-D570608825BA,
.page-post-payment #bs-1A202CC8-7484-4541-AD25-D570608825BA,
.page-agent-listing #bs-1A202CC8-7484-4541-AD25-D570608825BA{
    padding: 0;
}
.responsive.auto-page.page-post-payment .body > .body-section:nth-of-type(2) > .widget-container,
.responsive.page-post-payment.auto-page .body > .body-section:nth-of-type(2) > .widget-container,
.responsive.page-agent-listing.auto-page .body > .body-section:nth-of-type(2) > .widget-container {
    padding-left: 0;
    padding-right: 0;
}
.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
    padding-left: 15px;
    padding-right: 15px;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
    background-color: #68E3C5;
    font-size: 16px;
    color: #fff;
    width: auto;
    font-weight: 400;
    border: none;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #000;
    color: #fff;
}
.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title {
    line-height: normal;
}
.property-agent-details-page .agent-short-info .agent-mobile-info a.agent-mobile-info-link {
    line-height: 28px;
    color: #68E3C5;
}

@media (max-width: 991px) {
    .property-agent-details-page .agent-short-info .agent-short-container {
        gap: 60px;
    }
    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
        font-size: 36px;
        line-height: normal;
        margin: 0;
    }
    .property-agent-details-page .agent-sold-list-info {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .property-agent-details-page .agent-short-info {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .property-agent-details-page .agent-short-info .agent-short-container {
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
        font-size: 28px;
        line-height: normal;
        text-align: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-container .agent-position-info {
        margin: 10px 0 15px;
        padding-bottom: 20px;
    }
    .property-agent-details-page .agent-summery-info {
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-container > div {
        width: 100%;
        flex: auto;
    }
    .property-agent-details-page .agent-short-info .agent-short-container .agent-mobile-info {
        justify-content: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
        max-width: 320px;
        height: 320px;
    }
}

.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
    font-size: 17px;
    padding-left: 10px;
}
.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
    display: flex;
    align-items: center;
    padding-left: 0;
    width: 100%;
    order: 7;
}
div.flying-cart-content .free-products .product-block.product-view-height-width {
    width: auto;
}
.flying-cart-content .free-products .product-block .price span {
    font-size: 14px;
}
.flying-cart-content .free-products .current-price .free-product-text,
.product-view.scrollable-view .product-block .free-product-text,
.product-view.image-view .product-block .free-product-text {
    color: #18D294 !important;
}
.col.action-column .add-to-cart-product button {
    padding: 5px 14px;
    height: auto;
    line-height: 22px;
}
.frequently-bought-together-products .total-price-section {
    margin: 20px 0;
}

/*-------Card-detail-page-----*/
.advance-cart-details.shopping-cart .flying-cart-special-add-to-cart.button {
    height: auto;
    width: auto;
    padding: 10px 15px;
    line-height: 20px;
    display: inline-block;
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.advance-cart-details.shopping-cart .flying-cart-special-add-to-cart.button:hover{
    color: #000;
    background-color: #68E3C5;
    border: 1px solid #68E3C5;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block:hover .product-image-link::after {
    content: none;
    position: inherit;
}
.advance-cart-details.shopping-cart .variation-dropdown-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .variation-value {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.advance-cart-details.shopping-cart .chosen-wrapper.variation-type .type-label {
    margin: 0 0 5px;
    display: block;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .selected .variation-value {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .options {
    height: 35px;
    width: 35px;
    padding: 5px;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .variation-value {
    border: none;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 23px;
    line-height: 20px;
    margin-right:0;
    min-width: 23px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .selected {
    padding: 5px;
    border: solid 1px #68E3C5;
}
.advance-cart-details.shopping-cart .current-price.price {
    padding: 5px 0;
    margin: 0 0 5px;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block {
    border-radius: 0;
    padding: 10px;
    box-shadow: none !important;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .header .scroller {
    float: none;
    text-align: center;
    position: inherit;
    margin: 0 auto;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .chosen-wrapper.variation-type {
    display: block;
    width: 100%;
}

/*-------Card-detail-page-----*/


/*-------product-fee-fixing-----*/
.sale-percent-display {
    color: #000;
    background: #68E3C5;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block {
    height: auto;
}
.fee-widget-product-list-view .product-view.list-view .product-block .review-rating-wrapper {
    left: 43%;
    top: 10px;
    padding: 0 0 0 20px;
}
.fee-widget-product-list-view .review-rating span {
    background-size: 85%;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    height: auto;
    border-left: 1px solid #e6e6e6;
    min-height: auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover,
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
    border: 1px solid #e6e6e6 !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
    background: #68E3C5;
    border: 1px solid #68E3C5;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
    background: #fff;
    border: 1px solid #68E3C5;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list::after{
    display: inline-block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-wish-list,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button {
    color: #666;
    background: transparent !important;
    font-size: 0;
    margin: 0;
    padding: 10px 10px;
    border: none !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button {
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 0;
    height: auto;
    padding: 10px;
    line-height: 24px;
    border: 1px solid #000;
    border-radius: 0;
    background: #000;
    color: #fff !important;
    font-family: 'Futura Std';
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button + .button {
    margin-top: 10px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button::after{
    display: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button:hover {
    border: 1px #68E3C5 solid;
    background: #68E3C5;
    color: #000 !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    text-align: left;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper,
.fee-widget-product-image-view .product-view.image-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
    text-align: left;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper,
.fee-widget-product-image-view .product-view.image-view .block-content-wrap > .price-waper {
    align-items: start;
    flex-direction: column;
    height: auto;
}
.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-image-view .product-view.image-view .out-of-stock,
.fee-widget-product-image-view .product-view.image-view .in-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .out-of-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .in-stock {
    padding: 10px 15px 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a:hover {
    color: #68E3C5;
}
.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-image-view .product-view.image-view .summary p,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary p{
    font-size: 13px;
    text-align: left;
    margin: 0;
    height: auto;
}
.fee-widget-product-image-view .product-view.image-view .review-rating-wrapper .review-rating.read-only,
.fee-widget-product-scroll-view .product-view.scrollable-view .review-rating-wrapper .review-rating.read-only {
    text-align: left;
    width: 100% !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 0;
    text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .content {
    font-size: 15px;
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-top: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add{
    margin-bottom: 10px;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .block-content-wrap > .price-waper {
    display: flex;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add {
    transform: none;
    height: auto;
    display: block;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button {
    background: #000 none repeat scroll 0 0 !important;
    border: 1px solid #68E3C5 !important;
    font-family: 'Futura Std';
    text-transform: uppercase;
    padding: 10px;
    max-width: 100%;
    letter-spacing: normal;
    line-height: 24px;
    border-radius: 0;
    display: inline-block;
    font-size: 15px !important;
    font-weight: 700 !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add{
    padding: 0 15px;
    margin: 15px auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add,
.fee-widget-product-image-view .product-view.image-view .btn-add {
    text-align: center;
    overflow: inherit;
}
.fee-widget-product-image-view .product-view.image-view .product-name a:hover,
.fee-widget-product-image-view .product-view.image-view .product-name a:hover{
    color: #68E3C5;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button {
    height: auto;
    border: 1px #000 solid !important;
    font-size: 15px;
    color: #fff;
    padding: 10px !important;
    line-height: 25px !important;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button:hover{
    background: #68E3C5 !important;
    border: 1px solid #68E3C5 !important;
    color: #000;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button:hover::after{
    color: #fff;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link:hover,
.fee-widget-product-tabular-view .product-view.tabular-view .product-name-link:hover {
    color: #68E3C5;
}
.fee-widget-product-list-view .product-block .price-waper .previous-price.price span {
    font-size: 17px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark,
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark {
    left: 15px;
    top: 15px;
}
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark::after {
    background: #68E3C5;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .price-waper .current-price.price span,
.fee-widget-product-image-view .product-view.image-view .price-waper .current-price.price span {
    font-size: 16px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header .scroller {
    z-index: auto;
}
.fee-widget-product-scroll-view .product-block .review-rating-wrapper,
.fee-widget-product-image-view .product-block .review-rating-wrapper {
    margin: 15px 15px 0;
}

@media (max-width: 767px) {
    .fee-widget-product-list-view .product-view.list-view .product-block .review-rating-wrapper {
        left: 49%;
        top: 7px;
        padding: 0 0 0 20px;
    }
    .fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap {
        padding: 25px 15px 20px;
    }
}

/*--last-fixing---*/
.fee-gallery-owl .blog-post-item .title {
    font-size: 18px;
    line-height: 1.468;
    margin: 7px 0;
    padding: 0 20px 0 0;
}
.fee-gallery-owl .blog-post-item .title a{
    color: #32312f;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.blog-post-item .title a:hover {
    color: #68E3C5;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .details-link.link a:hover,
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info a:hover,
.fee-gallery-owl .blog-post-item .blog-post-info a:hover{
    color: #68E3C5;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
    color: #68E3C5;
}
.widget-gallery.fee-gallery-owl .owl-theme .owl-controls {
    margin: 10px 0;
}
.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav > div.owl-prev{
    left: 0;
    top: auto;
}
.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: 0;
    top: auto;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev::after,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next::after {
    content: none !important;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
    background: #68E3C5;
    border: 1px solid #68E3C5;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button{
    padding: 0;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button:hover {
    background-color: #68E3C5 !important;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap {
    padding: 0;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name-link {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
}
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span, .fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span,
.fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #68E3C5;
    border: 1px #68E3C5 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
    background: #68E3C5;
    border: 1px solid #68E3C5;
}
.widget-gallery.fee-gallery-swipebox figure,
.widget-gallery.fee-gallery-owl figure,
.widget-gallery.fee-gallery-swiper figure{
    margin: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark::after {
    background: #68E3C5;
}
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev:hover,
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next:hover {
    background: #68E3C5;
    border: 1px solid #68E3C5;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev:hover::before,
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next:hover::after{
    color: #fff;
}
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
    background: #68E3C5;
}
.fee-gallery-swiper .category-image-view .category-name,
.fee-gallery-owl .category-image-view.category .category-name {
    padding: 20px 10px 10px;
}

@media (max-width: 767px) {
    .galleriffic-gallery-wrap.alternate-layout .galleriffic-content,
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container {
        padding: 0 15px;
    }
}
.fee-blog-design-1 .post-description .content, .fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content, .fee-blog-design-4 .post-description .content {
    padding: 0;
    margin: 0;
}
.advance-checkout-order-details-right-dom-inner {
    overflow-y: auto;
    overflow-x: hidden;
}
.product-widget.widget-addCart .frequently-bought-together-products {
    width: 100%;
    display: block;
    padding: 15px 0;
    margin: 0;
}
.product_quick_view_popup .product-widget.widget-addCart .frequently-bought-together-products * {
    margin-bottom: 0;
}
.image-preview-box.product-detail-view > img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row.total-order {
    padding-bottom: 20px;
}
.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide img {
    max-width: 100%;
    width: 100%;
}
.product-view .product-block .review-rating-wrapper .review-rating img {
    width: auto;
    height: auto;
    vertical-align: unset;
}
.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button {
    width: 32px !important;
    font-size: 0 !important;
    border-radius: 500% !important;
    bottom: auto;
    top: 53%;
}
.compare-details .title.page-heading {
    margin: 15px 0 25px;
    line-height: normal;
    text-align: center;
}
.compare-details .add-to-cart-button {
    display: inline-block;
    width: auto;
    margin: 10px;
}
.responsive .compare-details {
    overflow-x: auto;
}
.responsive .compare-details table {
    table-layout: auto;
    margin-bottom: 20px;
}
.compare-details .price {
    text-align: left;
}
.compare-details table td, .compare-details table th {
    padding: 10px;
}

@media (max-width: 767px) {
    .compare-details {
        margin-bottom: 40px;
    }
    .compare-details .title.page-heading {
        font-size: 26px;
    }
}
#selected-variation-products .variation-selected-product {
    border: none;
}
.popup.add-cart-information-popup .sending-type-by-email .title {
    color: #000;
}
.popup .cart-summary {
    margin: 0 0 30px;
}
.registration-form .registration-terms-condition-wrapper a label:hover{
    color: #68E3C5;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination span,
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination a {
    min-width: 14px;
    text-align: center;
    width: auto;
}
.bottom-snippet-content-advance-checkout div, .bottom-snippet-content-advance-checkout div p {
    color: #000;
    line-height: 24px;
    margin: 20px 0;
}
.fee-gallery-owl.fee_img-gallery_article_owl .owl-item .item {
    aspect-ratio: 0;
}
.property-list-filter-options .filter-sorting .chosen-container-single {
    padding: 0;
}
.property-content .details-view a {
    height: auto;
}
.login-form.pass-code-verify-form .form-row {
    margin: 20px 0;
}

/***---------------last---------*****/
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]::after {
    font-size: 50px;
}
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]:hover::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]:hover::after{
    color: #fff;
    opacity: inherit;
}
.fee-gallery-jssor .jssor-slider-container .jssorb03 div span {
    width: 9px;
    height: 9px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
    padding-left: 23px;
}
.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
    top: 0;
}
.widget-gallery.fee-gallery-swiper .swiper-horizontal {
    padding-bottom: 50px;
}
.agent-list-item > a.read-button:hover,
.agent-list-item > a.read-button:hover::after {
    color: #68E3C5;
}
.widget-blogCategory.fee--blog-category-1 .content {
    margin: 0;
}

@media (max-width: 1199px) {
    .widget-blogCategory.fee--blog-category-1 > .widget-title,
    .widget-blogCategory.fee--blog-category-1 > .category-view {
        padding: 0;
    }
}

/*------ .property-listing-details -----------*/

.property-listing-details {
    padding-left: 0;
    padding-right: 0;
}
.property-listing-details__price-guide-inner .action-group button,
.property-listing-details__price-guide-inner .action-group a {
    padding: 10px 20px;
    height: auto;
}
.property-details-contain-container .query-form input {
    padding: 8px 25px 8px 10px;
}
.property-details-contain-container .query-form textarea {
    padding: 10px;
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
    font-size: 15px;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover{
    border: none;
    background-color: #68E3C5;
    color: #fff;
}
.property-details-contain-container .agent-container .agent-info h5 a {
    color: #68E3C5;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
    color: #000;
}
.property-listing-details__price-guide-inner .action-group .flrplan,
.property-details-contain-container .query-form button{
    background-color: #68E3C5;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 12px;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover,
.property-details-contain-container .query-form button:hover {
    background-color: #000;
    border: none;
    color: #fff;
}
.property-details-contain-container .query-form .form-group .required {
    font-family: 'Open Sans';
}

@media (max-width: 991px) {
    .property-listing-details .inquire-agent-section__title {
        font-size: 28px;
        margin: 50px 0 30px;
    }
    .property-listing-details__description .header-title {
        font-size: 24px;
    }
    .property-listing-details .inquire-agent-section__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .property-listing-details .inquire-agent-section__agent {
        margin-top: 30px;
    }
    .property-listing-details__description-price-guide {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .property-listing-details__price-guide {
        flex: 0;
    }
}
@media (max-width: 767px) {
    .property-listing-details__description .info-header {
        margin-top: 15px;
    }
    .property-listing-details__description .header-title {
        font-size: 20px;
    }
    .property-listing-details__price-guide-inner {
        padding: 20px;
    }
    .property-listing-details .inquire-agent-section__inner {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .property-listing-details .inquire-agent-section__title {
        font-size: 24px;
        margin: 40px 0 20px;
    }
    .property-details-contain-container .query-form {
        padding: 30px 20px;
    }
    .property-details-contain-container .agent-container .agent-item {
        justify-content: center;
        flex-wrap: wrap;
    }
    .property-listing-details .inquire-agent-section__agent {
        margin-top: 25px;
        flex: 0;
    }
    .property-details-contain-container .agent-container .agent-info {
        text-align: center;
    }
    .property-details-contain-container .agent-container .agent-info h5 {
        margin: 0 0 10px;
        padding: 0 0 20px;
    }
}


/*--last-fixing---*/

.fee-gallery-owl.fee_img-gallery_article_owl .owl-item .item {
    aspect-ratio: 0;
}
.fee-gallery-owl .blog-post-item .title {
    font-size: 18px;
    line-height: 1.468;
    padding: 0 20px 0 0;
}
.fee-gallery-owl .blog-post-item .title a {
    color: #222;
    font-size: 20px;
    font-weight: 400;
}
.fee-gallery-owl .blog-post-item .details-link.link a {
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-post-item .title a:hover {
    color: #68E3C5;
}
.fee-gallery-owl .blog-post-item .blog-post-info a:hover{
    color: #68E3C5;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
    color: #68E3C5;
}
.fee-gallery-owl .blog-post-item .post-list-view {
    width: 100%;
}
.widget-gallery.fee-gallery-owl .owl-theme .owl-controls {
    margin: 10px 0;
}
.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav > div.owl-prev{
    left: 0;
    top: auto;
}
.widget-gallery.fee-gallery-owl .owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: 0;
    top: auto;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev::after,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next::after {
    content: none !important;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover,
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
    background: #68E3C5;
    border: 1px solid #68E3C5;
}
.widget-gallery.fee-gallery-galleriffic,
.widget-gallery.fee-gallery-swipebox,
.widget-gallery.fee-gallery-owl,
.widget-gallery.fee-gallery-swiper {
    padding: 0 15px !important;
}
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span, .fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span,
.fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #68E3C5;
    border: 1px #68E3C5 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover,
.widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
    background: #68E3C5;
    border: 1px solid #68E3C5;
}
.widget-gallery.fee-gallery-swipebox figure,
.widget-gallery.fee-gallery-owl figure,
.widget-gallery.fee-gallery-swiper figure{
    margin: 0;
}
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev:hover,
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next:hover {
    background: #68E3C5;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev:hover::before,
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next:hover::after{
    color: #fff;
}
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
    background: #68E3C5;
}

@media (max-width: 767px) {
    .galleriffic-gallery-wrap.alternate-layout .galleriffic-content,
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container {
        padding: 0 15px;
    }
}
.fee-blog-design-1 .post-description .content,
.fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content,
.fee-blog-design-4 .post-description .content {
    padding: 15px 0;
    margin: 0;
}
.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide img {
    max-width: 100%;
    width: 100%;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination.bottom,
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination.top {
    margin: 0;
}

/*---- Donation----*/
.auto-page.page-donation .widget-pageHeading,
.auto-page.page-donation-confirm .widget-pageHeading,
.auto-page.page-post-payment .widget-pageHeading{
    margin-bottom: 0;
}
.auto-page.page-donation .spacer,
.auto-page.page-donation-confirm .spacer,
.auto-page.page-post-payment .spacer {
    height:  0 !important;
}
.auto-page.page-donation .page-content,
.auto-page.page-donation-confirm .page-content,
.auto-page.page-post-payment .page-content {
    padding-left: 0;
    padding-right: 0;
}
.page-post-payment .auto-page .page-content{
    padding-left: 0;
    padding-right: 0;
}
.donation-details__agreement-label {
    font-size: 15px;
    line-height: 22px;
}
.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
    background: #68E3C5 none repeat scroll 0 0;
}
.donation-address-page-content .form-row .submit-button:hover,
.donation-details__continue-button-wrapper .donation-details__continue-button:hover {
    background: #000 none repeat scroll 0 0;
}
.donation-success-page-content .message-details a:hover {
    color: #247e86;
}
.donation-success-page-content .order_details_table {
    padding: 0;
}
.donation-details__agreement-label {
    font-size: 15px;
    line-height: 22px;
}
.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
    background: #68E3C5 none repeat scroll 0 0;
    height: auto;
    line-height: normal;
    color: #ffffff;
    border:none !important;
}
.donation-address-page-content .form-row .submit-button:hover,
.donation-details__continue-button-wrapper .donation-details__continue-button:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}
.donation-success-page-content .message-details a:hover {
    color: #68E3C5;
}
.donation-success-page-content .order_details_table,
.donation-success-page-content .payment-success-total table {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .donation-success-page-content-inner .cartitem-table tr.title,
    .donation-success-page-content-inner .cartitem-table tr {
        display: table-row;
    }
    .donation-success-page-content-inner .cartitem-table tr:last-child td {
        border-bottom: 1px solid #F3F3F3;
    }
    .donation-success-page-content-inner .cartitem-table tr td {
        text-align: left;
    }
    .donation-success-page-content-inner .cartitem-table td {
        display: table-cell;
    }
}

/*---- Sub category ----*/
.category.category-detail-view.category-detail-width.category-details-page-with-background.category-details-banner-image-wrapper {
    width: 100%;
    padding: 0;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
.category-details-container .category-details-page-with-background {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
}
.category-details-container .category-details-page-with-background > img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.subcategory-container .content.category-content {
    margin: 0;
}
.subcategory-container .category-view .category {
    border: medium none;
    box-sizing: content-box;
    margin: 0;
    padding: 15px 0;
}
.subcategory-container .category-view .category .category-name {
    text-align: center;
    margin: 15px auto;
    display: block;
}
.subcategory-container .category-view .category .category-name .category-name-link {
    font-size: 18px;
    color: #000;
}
.subcategory-container .category-view .category .category-name .category-name-link:hover {
    color: #68E3C5;
}
.subcategory-container .category-view .category a {
    display: initial;
}
.subcategory-container .category-view .category img {
    aspect-ratio: 0;
    height: 100%;
}
.category-details-container .title {
    text-align: left;
    margin-bottom: 25px;
}
.subcategory-container .category-view.image-view .footer {
    padding: 0;
    margin: 0;
}
.subcategory-container .category-view .category .summary {
    height: auto;
    font-size: 15px;
}
@media (max-width: 991px) {
    .category-view.image-view .category-image-view-width {
        width: calc(50% - 10px);
    }
}
@media (max-width: 499px) {
    .category-view.image-view .category-image-view-width {
        width: 100%;
    }
}

/*---- Sub category ----*/

.property-list-filter-options .filter-sorting .chosen-container-single {
    padding: 0;
}
.property-content .details-view a {
    height: auto;
}
.agent-list-item > a.read-button{
    color: #000;
}
.agent-list-item > a.read-button:hover,
.agent-list-item > a.read-button:hover::after,
.agent-list-item > a.read-button:hover {
    color: #68E3C5;
}
.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title,
.agent-list-item .profile p {
    line-height: 22px;
}
.bottom-snippet-content-advance-checkout div, .bottom-snippet-content-advance-checkout div p {
    line-height: 24px;
    margin: 20px 0;
}
.registration-form .registration-terms-condition-wrapper a label:hover{
    color: #68E3C5;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination span,
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination a {
    min-width: 12px;
    line-height: 24px;
}

@media(min-width: 768px){
    .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel {
        max-height: unset!important;
    }
}

/*---- pass-code-design----*/
.login-form.pass-code-verify-form .form-row {
    margin: 20px 0;
}

.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
.change-store-credit-amount-popup.popup .popup-bottom .button-item button{
    background: #68E3C5;
    border-color: #68E3C5;
    color: #fff;
    width: auto;
    font-weight: inherit;
    text-transform: uppercase;
    margin: 0;
}
@media (max-width: 767px) {
    .page-pass-code-authorization form.pass-code-verify-form.valid-verify-form {
        padding: 20px;
    }
    .change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup, .change-store-credit-amount-popup.popup .popup-bottom .button-item button {
        margin: 0 0 10px;
    }
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup:hover,
.change-store-credit-amount-popup.popup .popup-bottom .button-item button:hover{
    background: #000 none repeat scroll 0 0;
    color: #fff;
    border-color: #000;
}
.custom-field-container.custom-field-container-for-widget {
    padding-bottom: 30px;
}
.custom-field-container-for-widget input[type="radio"], .custom-field-container-for-widget input[type="checkbox"] {
    height: 18px;
    width: 18px;
    margin-top: 4px;
}
.custom-field-container-for-widget input[type="radio"]:checked {
    outline: 6px #000 solid;
    outline-offset: -9px;
}
.custom-field-container-for-widget .form-row label.checkbox-radio-type-field-label {
    font-size: 15px;
    line-height: 22px;
}
.custom-field-container-for-widget input[type="text"], .custom-field-container-for-widget input[type="file"],
.custom-field-container-for-widget textarea, .custom-field-container-for-widget select {
    font-size: 15px;
}
.custom-field-container-for-widget .checkbox-radio-field-input-label-wrapper + .checkbox-radio-field-input-label-wrapper {
    margin-top: 7px;
}
.custom-field-container-for-widget input, .custom-field-container-for-widget select {
    margin: 0;
    padding: 0;
}
.custom-field-container-for-widget select {
    padding: 5px 36px 5px 15px !important;
}
.change-store-credit-amount-popup.popup {
    padding: 0;
}
.fee-gallery-swiper.swiperSlider .product-view.image-view .product-block {
    min-height: auto;
}
.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:hover {
    background-color: #68E3C5;
}
.fee-gallery-owl.fee_img-gallery_blogPost_owl .item.blog-post-item {
    background: transparent;
}
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span {
    line-height: 20px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button{
    -webkit-transform: translate(0,-165px);
    -moz-transform: translate(0,-165px);
    -ms-transform: translate(0,-165px);
    -o-transform: translate(0,-165px);
    transform: translate(0,-165px);
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image .add-to-wish-list.disabled,
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image .add-to-cart-button,
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image .add-to-wish-list.disabled {
    opacity:1;
    -webkit-transform: translate(0,-165px);
    -moz-transform: translate(0,-165px);
    -ms-transform: translate(0,-165px);
    -o-transform: translate(0,-165px);
    transform: translate(0,-165px);
}
.product-view.image-view .product-block .price-waper, .product-view.scrollable-view .product-block .price-waper {
    min-height: 60px;
}
.order-custom-delivery-field-select-button span.Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.change-store-credit-amount-popup.popup .header .close-popup {
    cursor: pointer;
}