/*--- Google Fonts ---*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('../fonts/font-style.css');
/*--- End Google Fonts ---*/

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

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family: 'GT Walsheim Pro', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
}
::selection {
    background-color: #000;
    color: #FFCB54;
}
::-moz-selection {
    background-color: #000;
    color: #FFCB54;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a{
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
a:hover{
    color: #ffcb54;
}
.widget-article a{
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #ffcb54;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    line-height: normal;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    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: 'GT Walsheim Pro', sans-serif;
    font-size: 14px;
    color: #898b90;
    line-height: 25px;
    margin: 0 0 20px;
    padding-bottom: 0;
    word-break: break-word;
}
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: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'GT Walsheim Pro', sans-serif;
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #272727;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ccc;
    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;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    line-height: 24px;
    padding: 12px 10px;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #FFCB54;
    color: #000;
    border-color: #ffcb54 ;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #086AC2 none repeat scroll 0 0;
    border: 2px solid #bfbfbf !important;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 2px solid #bfbfbf !important;
    color: #818181 !important;
}
.widget.widget-image.header-logo {
    margin:0 auto;
    text-align:center;
}

/*form element desgin*/
.form-row {
    margin: 0 0 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #757575;
    box-sizing: border-box;
    height: 45px;
    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: #757575;
    height: 45px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    margin:0;
}
.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: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: 'GT Walsheim Pro', sans-serif;
    line-height: 25px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
    border:1px solid #FFCB54;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height: 44px;
    border-width: 1px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.errorlist.after .message-block {
    color: #e64343;
}
.error-message.phone {
    font-size: 14px;
}
.errorlist.after {
    font-size: 14px;
    line-height: 16px;
    min-width: auto;
    position: absolute;
}
input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: transparent;
    border: 1px solid #e64343 !important;
}
select.error-field-error.inline-error, select.validation-error,
textarea.error-field-error.inline-error, textarea.validation-error{
    background-color: transparent;
    border: 1px solid #f00 !important;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget > .widget-title {
    color: #272727;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 26px;
    font-weight: 500;
    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;
}

/** Placeholder Start **/

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

/** Placeholder End **/
@media (max-width: 767px) {
    .widget-form .sub-form-row {
        margin: 0;
    }
}
/*====== Fixed-width-layout ======*/
@media (min-width: 1430px) {
    .fixed-width > .header,
    .fixed-width > .body,
    .fixed-width > .footer {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin: auto;
        width: 1430px;
    }
}
/*====== End Fixed-width-layout ======*/
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
    padding-left: calc(50% - 715px) !important;
    padding-right: calc(50% - 715px) !important;
}
.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1430px;
}
.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;
}
.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.v-split-container .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.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 h1 {
    color: #ffffff;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0 15px;
    text-align: center;
    margin: 10px 0 0 0;
    text-transform: none;
}
.entire-search .search-results .search-result {
    text-align: left;
}
@media (max-width: 991px) {
    #bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
    #bs-4E4232C9-6417-4958-B161-762CA25C8514,
    #bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
        padding: 50px 0;
    }
    .widget-pageHeading h1 {
        font-size: 40px;
    }
    .widget-breadcrumb {
        font-size: 18px;
        margin: 10px 0 0 0;
    }
    .widget-breadcrumb .breadcrumb-item.root .icon::after,
    .widget-breadcrumb .separator::after,
    .widget-breadcrumb .breadcrumb-item a .label, .widget-breadcrumb .breadcrumb-item .separator {
        font-size: 18px;
    }
    .widget-breadcrumb .separator::after {
        margin-left: 7px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    #bs-A4AE625C-9809-4FDE-AA44-17D2FEC63E3A,
    #bs-4E4232C9-6417-4958-B161-762CA25C8514,
    #bs-90E6070C-2D84-4C72-8AB4-46E6B912CE83 {
        padding: 30px 0;
    }
    .widget-pageHeading h1 {
        font-size: 28px;
    }
}

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

/* =============================================== Start Header Design ===============================================*/
body > .header {
    margin: 0 auto;
    position: relative;
    background: #000;
}
body > .header::before {
    position: absolute;
    background: #FFCB54;
    content: "";
    height: 32px;
    width: 100%;
    top: 0;
    left: 0;
}
.header .widget-html > p {
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    padding: 8px 0;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.widget-storeLogo {
    margin: 0 auto;
    text-align: center;
}

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

/** Wish List Menu Start **/
.widget.widget-navigation.wishlist-menu {
    width: 26px !important;
    height: 25px !important;
}
.header .widget-navigation.wishlist-menu .navigation-item {
    position: relative;
}
.widget-navigation.wishlist-menu a {
    width: 40px;
    height: 26px;
    background: url('../images/wishlist.svg') no-repeat;
    border: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.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/profile.svg) no-repeat right top;
    width: 100%;
    user-select: none;
    text-align: right;
    max-width: 40px;
    margin: 0;
    margin-right: auto;
    height: 31px;
    -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: -33px;
}
.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: 240px;
    position: absolute;
    left: 50%;
    height: auto;
    padding: 10px;
    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: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: left;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.profile-nav a {
    border-top: 1px solid #ececec;
    margin: 15px 0 0;
}
.main_menu .horizontal > .navigation-item.first a span.image-wrapper.no-image {
    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:#FFCB54;
}
.widget-navigation.user-nav .menu-title {
    position: relative;
}

/** User Nav End**/

/** 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/cart-icon.svg') no-repeat;
    width: 40px;
    height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget.widget-cart .advanced-flying-cart:hover .cart-widget-img {
    background-position-y: -33px;
}
.header .cart-widget-text {
    color: #000;
    font-size: 16px;
    position: absolute;
    top: -7px;
    right: 8px;
    background: #FFCB54;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    line-height: 15px;
    border: 2px solid #FFCB54;
    padding: 0;
}
/** Cart End **/
body > .header .html-widget-element-content > p {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
}
/*=========  Header Search design ========= */
.widget-search .search-menu-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    position: absolute;
    left: 0;
    text-align: left;
    width: auto;
    padding: 10px 0;
}
.widget-search .search-form {
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    left:0;
    top: 40px;
    transition: all 300ms ease-out 0s;
    width: 360px;
    z-index: 99;
}
.widget-search .search-form form {
    padding:5px;
    position: relative;
}
.widget-search .icon-search.et_ecommerce_search,
.widget-search .icon-search.et_ecommerce_search:hover,
.widget-search button, .widget-search button:hover {
    background-color: #ffffff!important;
    height: 40px;
    padding: 0;
    font-size: 0;
    border-radius: 5px;
    position: absolute;
    right:5px;
    top: 5px;
    width: 40px;
}
.widget.widget-search input {
    border: medium none;
    font-size: 15px;
    padding: 5px 40px 5px 10px;
    width: 100%;
    min-width: 100%;
    font-weight: 300;
    background: #fff;
    border-radius:0;
}
.widget-search .search-menu-button::after {
    content: "";
    font-size: 0;
    height: 25px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    background: url(/template/8465dc44/images/search.svg);
    width: 24px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-search .search-menu-button:hover::after {
    background-position-y: -33px;
}
.header .widget-search button::after {
    color: #999999;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 19px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}
.header .widget-search *::-moz-placeholder,
.header .widget-search *:-moz-placeholder {
    color:#555;
}
.search-result .pagination-literal-status{
    font-size: 0;
}

@media (max-width: 767px) {
    .header .widget.widget-search .search-form {
        right: -75px;
        width: 100vw;
    }
    .widget-search .search-form {
        top: 60px;
    }
}

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

/*========= main menu ========= */
.header .widget.main_menu {
    overflow: visible;
}
.main_menu .nav-wrapper.horizontal {
    text-align: center;
}
.main_menu .horizontal > .navigation-item.first a {
    padding-left: 0;
}
.main_menu .horizontal > .navigation-item.last a {
    padding-right: 0;
}
.main_menu .navigation-item a {
    color: #fff;
    cursor: pointer;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 32px 24px;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-decoration: none !important;
}
.main_menu .navigation-item a:hover,
.main_menu .navigation-item.active > a {
    color: #FFCB54;
}

@media (min-width:768px) {
    .main_menu .horizontal > .navigation-item:first-child a {
        padding-left:0;
    }
    .main_menu .horizontal > .navigation-item:last-child a {
        padding-right:0;
    }
    .main_menu .horizontal .navigation-item.has-child {
        position: relative;
    }
    .main_menu .horizontal > .has-child > a span::after {
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 21px;
        margin-left: 8px;
        font-weight: 200;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container {
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        left: 0;
        top: 55px;
        width: 250px;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -moz-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -ms-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -o-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    }
    .main_menu .horizontal .navigation-item:hover .navigation-item-child-container {
        background: #fff;
        box-shadow:5px 0 32px rgb(0 0 0 / 12%);
        left: 0;
        top: 55px;
        width: 250px;
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
        line-height: normal;
        padding: 0 15px;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        border-bottom: 1px #f4f4f4 solid;
        font-size: 16px;
        margin-right: 0;
        box-shadow: none;
        color: #222222;
        padding: 15px 10px;
        text-align: left;
        font-family: 'GT Walsheim Pro', sans-serif;
        font-weight: normal;
        line-height: normal;
        text-transform: capitalize;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
        border-bottom: medium none;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item > a:hover,
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a,
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a:hover {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #FFCB54;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(0, 0, 0);
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
        left: 250px;
        top: 0;
        width: 250px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -moz-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -ms-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -o-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover .navigation-item-child-container {
        left: 250px;
        top: 0;
        width: 250px;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 35%;
        width: 0;
        height: 0;
        border-color: #fff transparent #fff transparent;
        border-width: 0px 10px 10px 10px;
        border-style: solid;
        margin-left: -6px;
        z-index: 1;
    }
}

.main_menu .horizontal.responsive-navigation .navigation-item:hover > .navigation-item-child-container {
    display: none;
    box-shadow: none;
}
.main_menu .horizontal.responsive-navigation .navigation-item > .navigation-item-child-container.open {
    display: block;
}
.responsive-navigation .navigation-item.has-child .child-opener::before {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.responsive-navigation .navigation-item.has-child .child-opener::before {
    content: "\f196";
}
.responsive-navigation .navigation-item.has-child .child-opener.close::before {
    content: "\f147";
}
.main_menu .horizontal.responsive-navigation .navigation-item .navigation-item-child-container .navigation-item:hover .navigation-item-child-container {
    display: none;
}
.main_menu .horizontal.responsive-navigation .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container.open {
    display: block;
    padding: 0 20px;
}

/*========= End main menu ========= */

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

/* ================================================ Start Body Design ===============================================*/
/*-------------------- Start jesor slider------------*/
.jssor-slider-container .caption-wrapper {
    position: static;
    padding: 0;
    height: 100%;
    display: block;
    text-align: left;
}
.jssor-slider-container .caption-wrapper > * {
    z-index: 2;
}
.jssor-slider-container .caption-wrapper [u=caption] {
    position: absolute;
    padding: 0;
    z-index: 2;
}
.jssor-slider-container .caption-wrapper [u=caption] a {
    padding: 0;
    border: none;
    display: inline;
    z-index: 1;
}
.jssor-slider-container .slide:after {
    background: rgba(0,0,0,0)
}
div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r  {
    display:block;
}

/* jssor slider defoult */

div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    content: "";
    height: 8px;
    margin: 0 auto;
    background: url(/template/8465dc44/images/slider-arrow.png);
    width: 33px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 41%;
}
div[id^="jssor-slider-"] .jssora20l:hover:before, div[id^="jssor-slider-"] .jssora20r:hover:before {
    filter: brightness(1) invert(1);
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
div[id^="jssor-slider-"] .jssora20l {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
    background: none;
    bottom: 0;
    height: 43px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    transition: all 300ms ease-out 0s;
    width: 105px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
div.jssor-slider-container .jssora20l {
    left: 45px;
}
div[id^="jssor-slider-"] .jssora20r::before {
    line-height: 40px;
}
div[id^="jssor-slider-"] .jssora20r {
    left: auto;
    right: 45px;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
    background: #FFCB54  none repeat scroll 0 0;
    border: 1px solid #FFCB54;
}
div[id^="jssor-slider-"] .jssora20l:hover::before, div[id^="jssor-slider-"] .jssora20r:hover::before {
    color: #fff;
}
div.jssor-slider-container .container,
div.jssor-slider-container {
    width: 1900px;
    height:660px;
    margin:0 auto;
}
div.jssor-slider-container .slide {
    display:none;
}
div.jssor-slider-container[jssor-slider="true"] .slide  {
    display:block;
}
.fee div.jssor-slider-container .container [u="caption"] {
    margin-left: -45px;
}
div.jssor-slider-container .container [u="caption"] {
    color: #ffffff;
    height: auto;
    left: 13%;
    margin-left: 0;
    max-width: 675px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%;
    background: transparent;
}
div.jssor-slider-container .description.jssor-caption-1 {
    top: 20%;
}
div.jssor-slider-container .description.jssor-caption-1 h1 {
    color: #fff;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0;
}
div.jssor-slider-container .title.jssor-caption-2 {
    top: 29%;
}
div.jssor-slider-container .title.jssor-caption-2 span {
    color: #fff;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
div.jssor-slider-container .description.jssor-caption-1 .maint-title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
div.jssor-slider-container .description.jssor-caption-1 .maint-title .color {
    color: #2ed3ae;
    font-weight: 700;
}
div.jssor-slider-container .description.jssor-caption-2 {
    color: #2f2e2e;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    font-weight: 300;
    height: 90px;
    letter-spacing: 0.5px;
    line-height: 31px;
    top: 44%;
    overflow: hidden;
}
div.jssor-slider-container .container .jssor-caption-3 {
    top: 54%;
}
div.jssor-slider-container .container .jssor-caption-3 > a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    min-width: 240px;
    padding: 10px 35px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    position: relative;
    text-decoration: none !important;
    transition: all 300ms ease-out 0s;
}
div.jssor-slider-container .container .jssor-caption-3 > a::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 2px;
    background: #fff;
    top: 24px;
    right: -35px;
    transition: all 300ms ease-out 0s;
}
div.jssor-slider-container .container .jssor-caption-3 > a:hover {
    background: #FFCB54;
    border: 1px solid #FFCB54;
    color: #000;
}
div.jssor-slider-container .container .jssor-caption-3 > a:hover:after{
    background: #000;
}
/* End jssor slider defoult */

/* ==================================== Product Design =============================  */
#bs-AC54C781-1431-4E85-A650-ABDE7B5D1F54 {
    padding: 120px 0 100px;
    background: #F7F6F9;
}
#spltr-FAD9B52B-DC42-4E08-9E23-AA4D13A4E9F9 {
    padding: 0 15px;
}
#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details,
#spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    margin-left: 20px;
    padding-left: 60px;
}

@media (max-width: 1199px) {
    #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details, #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product {
        margin-left: 0;
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    #spltr-FAD9B52B-DC42-4E08-9E23-AA4D13A4E9F9 {
        padding-right: 0;
    }
    #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .category-details, #spltr-C0EABD5A-B6C5-40E2-8CD6-8BD1920CB57D .widget-product {
        margin-left: 0;
        padding-left: 15px;
    }
}

.widget-navigation.category-nav .widget-title {
    color: #230D56;
    font-weight: bold;
    font-size: 24px;
    font-family: 'GT Walsheim Pro', sans-serif;
    line-height: 33px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}
.category-nav .vertical .navigation-item a {
    color: #000;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    padding: 8px 0;
    transition: all 300ms ease-out 0s;
    border: none;
}
.category-nav .vertical .navigation-item .navigation-item-child-container .navigation-item a {
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
}
.category-nav .vertical .navigation-item a:hover,
.category-nav .vertical .navigation-item.active > a{
    color: #2EA3F2;
}
.category-details-container, .subcategory-container {
    padding: 15px 0;
}
.subcategory-container .title, .product-container .title {
    font-size: 16px;
}
.category .category-name {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    color: #000;
}
.category-details-container .title.page-heading, .widget-product .widget-title {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    font-family: 'GT Walsheim Pro', sans-serif;
    line-height: 28px;
    padding-bottom: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.category-details-container .title.page-heading{
    text-align: left;
}
.widget.widget-categoryBanner {
    height: auto;
}
.widget-product .header .sortable {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
}
.product-view .sortable{
    margin-right: 0;
}
.widget-product .header .sortable > select option {
    font-weight: 400;
    font-size: 14px;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header,
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background: none;
    border: none;
    padding: 0;
    overflow: hidden;
    height: 58px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFDFDF;
    text-align:right;
}
.product-view.image-view .content{
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}
.product-view.image-view .product-block{
    box-sizing: content-box;
    margin: 1px 12px 70px;
    padding: 0;
    text-align: left;
    background: #ffffff;
    display: inline-block;
    border-radius: 2px;
    width: calc(100%/3 - 24px);
    border: 0;
}
.product-view.scrollable-view .product-block {
    box-sizing: content-box;
    margin: 1px 12px 70px;
    padding: 0;
    text-align: left;
    background: #ffffff;
    display: inline-block;
    border-radius: 2px;
    border: 0;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link {
    height: 100%;
    width: 100%;
}
.product-view.image-view .product-block:hover .product-image, .product-view.scrollable-view .product-block:hover .product-image{
    box-shadow: 0 0 1px 1px #e3e2e2;
}
.image-view .product-image img, .product-view.scrollable-view .product-image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
    max-width: 330px;
    max-height: 330px;
    box-shadow: 0 0 1px 1px #f7f5f5;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    height: auto;
    margin: 10px auto;
    padding: 0;
    text-align: left;
    min-height: 50px;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 50px;
}
.product-view.image-view .product-name-link, .product-view.scrollable-view .product-name-link {
    color: #33314E;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
    text-align: left;
}
.product-view.scrollable-view .btn-add, .product-view.image-view .btn-add {
    text-align: left;
}
.product-view.image-view .product-block:hover .image.product-image .btn-add,
.product-view.scrollable-view .product-block:hover .image.product-image .btn-add {
    position: absolute;
    background: rgba(255,255,255,0.5);
    text-align: center;
    padding: 10px;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.add-to-wish-list::after {
    line-height: 26px;
    content: "Wishlist";
    font-size: 16px;
    font-family: 'GT Walsheim Pro', sans-serif;
    margin-left: 5px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    vertical-align: text-bottom;
}
.add-to-wish-list::before {
    content: "\00f08a";
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 20px;
    vertical-align: text-bottom;
}
.product-view.image-view .product-block .btn-add .add-to-cart-button,
.product-view.scrollable-view .product-block .btn-add .add-to-cart-button  {
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    padding: 3px 10px;
    letter-spacing: 2px;
    transform: none;
    max-width: 132px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin: 0;
}
.product-view.image-view .product-block .btn-add .add-to-cart-button:hover, .product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover {
    background-color: #000;
    border: 1px solid #000 !important;
    color: #fff;
}
.product-view.image-view .product-block .btn-add .add-to-wish-list,
.product-view.scrollable-view .product-block .btn-add .add-to-wish-list {
    display: inline-block;
    max-width: 100px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: none;
    margin-left: 10px;
    line-height: 28px;
    margin-top: 0;
    width: auto;
    height: 30px;
    color: #000;
}
.product-view.image-view .product-block .btn-add .add-to-compare-button,
.product-view.image-view .product-block .btn-add .remove-from-compare-button,
.product-view.scrollable-view .product-block .btn-add .add-to-compare-button,
.product-view.scrollable-view .product-block .btn-add .remove-from-compare-button {
    transform: none;
}
.product-block .btn-add .add-to-compare-button, .product-block .btn-add .remove-from-compare-button {
    background: none;
    color: #000;
    font-size: 0;
    width: auto;
    height: auto;
    margin-left: 5px;
    line-height: normal;
    margin-top: 0;
}
.product-block .btn-add .add-to-compare-button:hover, .product-block .btn-add .remove-from-compare-button:hover {
    color: #FFCB54;
}
body .add-to-wish-list.button.disabled {
    background: transparent none repeat scroll 0 0 !important;
    border: 2px solid transparent !important;
    color: #d2d2d2 !important;
}
body .add-to-wish-list.disabled::after {
    color: #d2d2d2 !important;
}
.product-view.image-view .product-block .btn-add .add-to-wish-list:hover, .product-view.scrollable-view .product-block .btn-add .add-to-wish-list:hover {
    background: transparent;
}
.product-view.image-view .product-block .btn-add .add-to-wish-list:hover:after, .product-view.scrollable-view .product-block .btn-add .add-to-wish-list:hover:after {
    color: #FFCB54;
}
.product-view.image-view .product-block .btn-add .add-to-wish-list:hover:before, .product-view.scrollable-view .product-block .btn-add .add-to-wish-list:hover:before {
    color: #FFCB54;
    content: "\f004"
}
.block-content-wrap .price-waper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    text-align: left;
    align-items: end;
    padding: 0 0 15px;
}
.block-content-wrap .price-waper .current-price.price {
    text-align: left;
    letter-spacing: 1px;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    display: flex;
    padding: 0;
    flex-direction: row-reverse;
    align-items: center;
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 5px 0 0 6px;
    letter-spacing: 1px;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    opacity: 40%;
}
.widget-product .header .sortable select#product-sorting,
.product-view .sortable select#product-sorting{
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0;
    height: 40px;
    text-transform: capitalize;
    min-width: 215px;
    font-size: 14px;
}
body.page-shop .product-view .header .btn-group.view-switchers {
    padding-left: 95px;
}
body.page-shop .product-view .header:before{
    content: "Shop";
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #1C1C1C;
    font-weight: bold;
    top: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.page-home .product-view.image-view .product-block,
.page-search-result .product-view.image-view .product-block,
.page-home .product-view.scrollable-view .product-block,
.page-wish-list .product-view.image-view .product-block{
    width: calc(100%/4 - 24px);
    margin-bottom:0;
}
.page-wish-list .product-view.image-view .product-block,
.page-search-result .product-view.image-view .product-block{
    margin-bottom:70px;
}
.product-view.scrollable-view .summary{
    display: none
}
.product-view.image-view .product-block .tax-message, .product-view.scrollable-view .product-block .tax-message {
    font-size: 12px;
    display: block;
    float: left;
    color: #666;
    margin: 0 5px 0 0;
}
.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");
    left: 4px;
    height: 24px;
    width: 59px;
    top: 5px;
}
.page-product .widget-productImage .sale.tag-mark {
    top: 20px;
    left: auto;
}
.product-widget .sale-percent-display {
    width: 100px;
    margin-top: 10px;
    margin-left: 10px;
    background-color: #FFCB54;
}
.compare-details .add-to-cart-button.button {
    width: auto;
    height: auto;
    line-height: normal;
    padding: 10px 15px;
    margin: 0;
}
.compare-details{
    overflow-x: auto;
}
.compare-details table {
    table-layout: auto;
}
.responsive .compare-details p {
    word-break: break-all;
}

/********************************************/
.home-tabslider{
    background-image: url(/template/8465dc44/images/home-tabslider-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:40px 0  100px 0;
}
.home-tabslider .bmui-tab {
    max-width: 1490px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.home-tabslider .bmui-tab .bmui-tab-body-container {
    border: none;
    border-top-width: 0;
    padding: 0;
}
.home-tabslider .bmui-tab .bmui-tab-header-container {
    letter-spacing: normal;
    word-spacing: normal;
    text-align: center;
    padding: 0 0 40px 0;
}
.home-tabslider .bmui-tab .bmui-tab-header {
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid transparent;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
    margin-right: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'GT Walsheim Pro', sans-serif;
}
.home-tabslider .bmui-tab .bmui-tab-header.bmui-tab-active{
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin: 0 25px 0;
}
.home-tabslider .bmui-tab .bmui-tab-header {
    margin: 0 25px 0;
}
.scrollable-view > .content {
    padding: 31px 0;
}
.home-tabslider .product-view.scrollable-view .content, .recommended-slider .product-view.scrollable-view .content {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
}
.widget.widget-html.category-title {
    text-align: center;
    padding-top: 50px;
}
.widget.widget-html.tab-products-title{
    text-align: center;
    padding-top: 100px;
    text-transform: uppercase;
}
.widget.widget-html.tab-products-title h2, .widget.widget-html.category-title h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5%;
}
.widget.widget-product.scrollable-products .scrollable-view {
    border: 0;
    margin-bottom: 105px;
    display: block;
}
.home-tabslider .product-view.scrollable-view{
    border: 0;
}
.widget.widget-product.scrollable-products {
    max-width: 1415px;
    margin: 0 auto;
}
.responsive .scrollable-view > .content{
    margin: 0 auto;
    padding: 0 0 14px;
    border: 0;
}
.product-view.scrollable-view .header {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto
    min-height: 60px;
}
.scrollable-view .scroller {
    margin: 10px 0;
    width: 100%;
}
.scroll-left, .scroll-right {
    display: inline-block;
    height: 43px;
    width: 106px;
    border: 0;
    cursor: pointer;
}
.product-view.scrollable-view .scroller .scroll-left, .product-view.scrollable-view .scroller .scroll-right {
    position: unset;
    height: 29px;
    width: 50px;
    margin: 15px 0;
}
.scroll-left {
    border: 1px solid #dfdfdf;
    background: url("../images/scrole-arrow-product.svg") no-repeat;
    margin-left: 0;
    top: 50%;
    position: absolute;
    left:  -115px;
    z-index: 1;
    transform: translateY(-50%) rotate(180deg);
    background-position: center center;
}
.scroll-right {
    border: 1px solid #dfdfdf;
    background: url("../images/scrole-arrow-product.svg") no-repeat;
    top: 50%;
    position: absolute;
    right:  -115px;
    z-index: 1;
    transform: translateY(-50%) rotate(0deg);
    background-position: center center;
}
.scroll-right:hover{
    border: 1px solid #ffcb54;
    background-color: #ffcb54;
}
.scroll-left:hover{
    border: 1px solid #ffcb54;
    background-color: #ffcb54;
}
.recommended-slider .scrollable-view {
    border: 0;
    margin: 30px 15px 40px;
}
.review-rating span img{
    opacity: 0;
}
.review-rating {
    width: 118px !important;
    text-align: left;
    display: inline-block;
    margin: 0 !important;
}
.product-widget.widget-productReview .review-rating {
    width: 112px !important;
}
.product-widget.widget-productReview .review-rating-wrapper .review-count {
    margin-top: -1px;
}
.review-rating span {
    width: 18px !important;
    display: inline-block;
    height: 23px;
}
.review-rating-wrapper .review-count {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: rgb(0, 0, 0);
    margin-left: 0px;
    display: inline-block;
    line-height: 14px;
}
.product-view .product-block .review-rating-wrapper {
    margin: 20px 0 0;
}

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

/* === Product Detail ===== */

.widget-productImage .image-thumb-container .thumb-image .vertical-aligner {
    height: auto;
}
.widget-productImage.multi-image-scroll-vertical-view .product-detail-width {
    width: auto;
    height: auto;
    padding-left: 90px;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
    border: 0;
    padding: 0;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-thumb-container {
    margin: 30px 0;
    max-height: calc(100% - 75px);
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-left-scroller,
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-right-scroller {
    border: none !important;
    background: transparent !important;
    margin: 0 auto !important;
    width: auto !important;
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
}
.widget-productImage.multi-image-scroll-vertical-view .thumb-image {
    width: 75px;
    height: 75px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
    border: 0;
}
.widget-productImage .image-thumb-container .thumb-image {
    cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image {
    width: 83px;
    height: 83px;
    margin-bottom: 0;
    background-color:#ededed;
    position:relative;
}
.widget-productImage .image-thumb-container .thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ededed;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
}
.widget-productImage .image-thumb-container .thumb-image:first-child{
    margin-top: 0;
}
.product-detail-height {
    height: auto;
}
.widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator {
    bottom: 10px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator {
    top: 0px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator:hover,
.widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator:hover {
    background-color: #ffcb54;
    border-color: #ffcb54
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image.active{
    border: 1px solid #000;
    opacity: 1;
}
.product-thumb-view.scrollable img {
    max-width: 100%;
}
.product-widget.widget-productSummary {
    text-align: center;
    max-width: 700px;
    padding: 80px 0 40px;
    margin: 0 auto;
}
.widget-productSummary .summary {
    font-size: 16px;
    line-height: 25px;
    padding-top: 10px;
}
.product-widget.widget-price {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 30px 0;
    border-bottom: 1.5px solid #dedede;
    margin-bottom: 45px;
    margin-top: 10px;
}
.widget-productSummary .title {
    display: block;
    font-size: 23px;
    padding-bottom: 0;
}
.product-widget.widget-variation {
    margin-top: 20px;
}
.product-widget.widget-variation .variation-container {
    width: 100%;
    display: block;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 15px;
}
.product-widget.widget-addCart .stepper {
    max-width: 125px;
    height: 43px;
    border: 1px solid #000;
    position:relative;
    overflow:unset;
    border-radius:0;
}
.product-widget.widget-addCart .stepper::before {
    content: "Quantity";
    font-size: 16px;
    text-transform: uppercase;
    top: -28px;
    position: absolute;
    left: 0;
    letter-spacing: 0.06em;
}
.product-widget.widget-addCart .stepper input {
    width: 62px;
    height: 43px;
    border: 0;
    background: transparent;
    font-size: 24px;
    font-weight: 500;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up:before{
    position: absolute;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
}
.product-widget.widget-addCart .add-to-cart-button,
.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now {
    margin: 10px 0 20px;
    padding:9px 10px;
    font-size: 16px;
    letter-spacing: 4px;
    font-weight: 700;
}
.product-widget.widget-socialMediaShare {
    position:relative;
    margin:35px 0 0;
}
.product-widget.widget-socialMediaShare::before {
    content: "Share";
    font-size: 16px;
    text-transform: uppercase;
    top: -28px;
    position: absolute;
    left: 0;
    letter-spacing: 0.06em;
}
.chosen-container-single .chosen-single span {
    font-size: 15px;
    color: #000000;
    margin-right: 22px;
    font-weight: 600;
}
.chosen-container-single .chosen-drop {
    border: 1px solid #eee;
    box-shadow: 0 0 0 0;
    padding: 0;
    z-index: 3333333;
}
.chosen-container-active .chosen-single{
    box-shadow: 0 0 0 0;
    border: 1px solid #eee;
}
.chosen-container .chosen-results .chosen-result {
    border: 0;
    padding: 7px 0;
}
.chosen-result.options span {
    color: #000000;
    font-weight: normal;
}
.chosen-container .chosen-results .chosen-result:hover{
    color: #006600;
}
.chosen-container .chosen-results .highlighted{
    background-color: #fff;
}
.product-widget.widget-price .current-price-container .current-price{
    font-size: 30px;
    color: #272626;
    padding-right: 15px;
    font-weight: 500;
    display: contents;
}
.product-widget.widget-price .current-price-container .current-price .currency-symbol {
    margin-right: 5px;
}
.payment-option .code-submit-form .errorlist.after {
    bottom: 56px;
    width: 100%;
    max-width: 300px;
}
.product-widget.widget-price .previous-price.price {
    color: #b5b5b5;
    font-size: 20px;
    padding: 5px 8px 0 0;
}
.product-widget.widget-addCart .add-to-cart-button ,
.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now{
    background: #000;
    color: #fff;
    margin: 10px 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 34px;
    padding: 2px 15px;
    border: 2px solid #000;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    max-width: 100%;
}
.product-widget.widget-addCart .add-to-cart-button:hover,
.product-widget.widget-addCart .buy-now-button.button.et_pdp_buy_now:hover {
    color: #000;
    background: #FFCB54;
    border-color: #FFCB54;
}
.product-widget.widget-addCart .add-to-wish-list {
    max-width: 90px;
    padding: 10px 0;
    text-align: left;
    line-height: 24px;
    border: 0;
    color: #000;
}
.product-widget.widget-addCart .add-to-wish-list:hover{
    color: #FFCB54;
}
.variation-container .variation-type {
    padding-bottom: 5px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-weight:300;
    margin-right: 0;
}
.product-widget.widget-variation .variation-dropdown-container .type-label {
    display: inline-block;
    margin-right: 10px;
    vertical-align:top;
    font-family: 'GT Walsheim Pro', sans-serif;
}
.product-widget.widget-variation .variation-dropdown-container .chosen-container-single {
    margin-left: 0;
    padding: 0 2px;
    width: 100%;
    max-width: 50%;
    vertical-align:top;
}
.product-widget.widget-addCart .add-to-compare-button, .product-widget.widget-addCart .remove-from-compare-button {
    background: transparent;
    border: transparent;
    width: auto;
    color: #000;
    line-height: 20px;
}
.product-widget.widget-addCart .add-to-compare-button:hover, .product-widget.widget-addCart .remove-from-compare-button:hover {
    color: #FFCB54;
}
.variation-container .chosen-container {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px;
}
.add-cart-information-popup .variation-container .chosen-container {
    border-radius: 0;
    width: 100%;
    max-width: 64%;
    margin: 0 0 10px;
}
.chosen-container-single .chosen-single {
    background: #fff;
    -webkit-appearance: none;
    margin: 5px 0;
    background-size: 15px;
    box-shadow: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 97%;
    background-size: 12px;
    border-color: #757575;
    border-width: 1px;
    font-family: inherit;
    padding: 8px 14px;
    font-weight: 500;
    border-radius: 0;
    height: 42px;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border-color: #FFCB54;
}
.chosen-container-single .chosen-single div b {
    background-size: 0;
}
.chosen-container-single .chosen-single span {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    font-family: 'GT Walsheim Pro', sans-serif;
}
.chosen-container .chosen-results .chosen-result {
    font-size: 17px;
    height: 40px;
    line-height: 10px;
    padding: 15px;
}
.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border: 1px solid #eee !important;
}
.add-cart-information-popup.popup .popup-bottom.footer {
    margin-top: 0;
}
#bs-8928A5A2-704A-4D00-AA17-D2F29C9E9BFC{
    padding: 80px 0;
}
.widget-productImage .image-preview-box {
    box-sizing: content-box;
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
}
.widget-productImage .image-preview-box .vertical-aligner{
    display: none;
}
.product-widget.widget-productName .product-name {
    color: #000;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 0;
    border: 0;
    margin: 0;
    text-align: left;
}
.widget-productSummary .title {
    display: none;
}
.popup {
    box-shadow: none;
}
.popup.image-popup-container{
    padding: 0
}
.image-popup-container .image-wrapper {
    padding: 40px;
    border: 10px solid #fff;
}
.image-popup-container .navigator {
    background-image: url("../images/scrole-arrow-product.svg");
    background-repeat: no-repeat;
}
.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.svg");
    background-position: 0 0;
    height: 20px;
    right: 5px;
    top: 4px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    border: 0;
}
.image-popup-container .navigator.right-button,
.image-popup-container .navigator.left-button {
    width: 60px;
    height: 34px;
    border: 1px solid #000;
}
.image-popup-container .navigator.right-button {
    background-position: 11px 12px;
    right: 8px;
}
.image-popup-container .navigator.left-button {
    left: 8px;
    background-position: 11px 12px;
    transform: rotate(180deg);
}
.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: 18px;
}
.image-popup-container.popup {
    padding: 0;
    min-width: auto;
    background: transparent;
}
.image-popup-container .navigator.right-button:hover,
.image-popup-container .navigator.left-button:hover {
    background-color: #ffcb54 ;
    border-color: #ffcb54
}
.product-widget.widget-productSku {
    padding-top: 20px;
}
.widget-productSku, .widget-availableStock,
.widget-productCategory, .widget-productManufacturer,
.widget-productBrand, .widget-productModel, .widget-combinedProduct {
    font-size: 18px;
    color: #33314E;
    line-height: 25px;
    font-weight: bold;
}
.widget-productSku label,  .widget-productCategory label{
    font-weight: 400;
}
.widget-productSummary {
    padding: 20px 0;
}
.widget-productSummary .summary {
    font-size: 18px;
    font-weight: 400;
    color: #33314E;
    line-height: 30px;
}
.page-product .bmui-tab {
    padding-top: 50px;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    background: none;
    border: none;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    cursor: default;
}
.bmui-tab .bmui-tab-body-container {
    border: none;
    padding: 20px 0;
}
#bmui-tab-description .title {
    display: none;
}
#bmui-tab-description .description > p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.product-widget.widget-similar,
.product-widget.widget-related {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
}
.product-widget.widget-similar .header,
.product-widget.widget-related .header {
    text-align: center;
}
.product-widget.widget-similar .title,
.product-widget.widget-related .title {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px 0;
    text-transform:uppercase;
}
.product-widget.widget-similar .product-block.product-view-height-width.normal-product-view ,
.product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
    max-width: calc(100%/4 - 24px);
    width: 100%;
}

@media (max-width: 991px) {
    .product-widget.widget-similar .product-block.product-view-height-width.normal-product-view,
    .product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
        max-width: calc(100%/3 - 15px);
    }
}
@media (max-width: 767px) {
    .product-widget.widget-similar .product-block.product-view-height-width.normal-product-view, .product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
        max-width: calc(100%/2 - 15px);
    }
}
@media (max-width: 480px) {
    .product-widget.widget-similar .product-block.product-view-height-width.normal-product-view, .product-widget.widget-related .product-block.product-view-height-width.normal-product-view {
        max-width: calc(100%/1 - 0px);
    }
}
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 25px;
}
.product-view .footer .pagination-literal-status {
    float: left;
}
.product-view.image-view .summary p,
.product-view.image-view .summary,
.product-view.scrollable-view .summary p,
.product-view.scrollable-view .summary {
    font-size: 14px;
    text-align: left;
    color: #555;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
}
.product-view.image-view .summary p,
.product-view.scrollable-view .summary p{
    margin: 0;
}

/* === End Product Detail ===== */
/***********/
.page-product .bmui-tab {
    margin: 50px 0 0;
    padding: 70px 100px 50px;
    border: 1px solid #dedede;
    margin-bottom: 70px;
}
.page-product .bmui-tab .bmui-tab-body-container {
    border: 0;
}
.page-product .bmui-tab .bmui-tab-header-container {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
    border: medium none;
    font-size: 18px;
    margin: 0;
    padding: 0 40px 15px 0;
    color: #353535;
    border-radius: 0;
    background: transparent;
    width: auto;
    text-transform: uppercase;
    font-weight: 400;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    position: relative;
    color: #000;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child .title {
    position: relative;
    font-weight: 500;
    font-size: 0;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child .title::before {
    content: "Description";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2) .title {
    font-size: 0;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2) .title::before {
    content: "Reviews";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(3) .title {
    font-size: 0;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(3) .title::before {
    content: "Ask a Question";
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 1px;
    background: #000;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(3).bmui-tab-active .title::after,
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::after,
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::after{
    bottom: -4px;
}
.ask-question-panel .form-row label {
    display: block;
    width: 100%;
}
.ask-question-panel .form-row textarea {
    min-height: 150px;
    width: 100%;
}
.page-product .bmui-tab .bmui-tab-body-container h1 {
    font-size: 27px;
}
.page-product .bmui-tab .bmui-tab-body-container h2 {
    font-size: 24px;
}
.page-product .bmui-tab .bmui-tab-body-container h3 {
    font-size: 22px;
}
.page-product .bmui-tab .bmui-tab-body-container h4 {
    font-size: 20px;
}
.page-product .bmui-tab .bmui-tab-body-container h5 {
    font-size: 18px;
}
.page-product .bmui-tab .bmui-tab-body-container h6 {
    font-size: 16px;
}
.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}
.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}
.page-product .bmui-tab .bmui-tab-body-container td b,
.page-product .bmui-tab .bmui-tab-body-container td strong {
    font-weight: 500;
}
.page-product .bmui-tab .bmui-tab-body-container p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #000;
    display: block;
    padding-bottom: 20px
}
#bmui-tab-description div#feature-bullets ul {
    margin: 0 !important;
    padding: 0 !important;
}
.page-product .bmui-tab .bmui-tab-body-container figol{
    padding-left: 18px;
    margin-top: 30px;
}
.page-product .bmui-tab .bmui-tab-body-container ol li, .page-product .bmui-tab .bmui-tab-body-container ul li{
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #000;
    padding-bottom: 10px;
    position:relative;
}
.page-product .bmui-tab .bmui-tab-body-container ul li:after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #272727;
    position: absolute;
    left: -16px;
    top: 10px;
    border-radius: 50%
}
.page-product .bmui-tab .bmui-tab-body-container figure{
    padding: 0;
    margin: 0 0 20px;
}
.product-widget.widget-productSku label, .product-widget.widget-productSku .value {
    font-weight: 400;
    font-size: 16px;
}
.product-widget.widget-socialMediaShare .info-title {
    width: 100%;
    display: block;
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 500;
}
.product-widget.widget-socialMediaShare {
    position:relative;
    margin:35px 0 0;
}
.product-widget.widget-socialMediaShare::before {
    content: "Share";
    font-size: 16px;
    text-transform: uppercase;
    top: -28px;
    position: absolute;
    left: 0;
    letter-spacing: 0.06em;
}
.product-widget.widget-stockMark span {
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border: transparent;
    padding: 14px 0;
    border-radius: 50px;
    margin:-6px 0 0;
    text-align:right;
    max-width: 262px;
    float: right;
    letter-spacing: 1px
}
.product-widget.widget-stockMark {
    margin: 0;
    text-align: right;
}
.variation-container table.matrix td.available {
    display: table-cell;
}
.product-widget.widget-stockMark span.not-available {
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border: transparent;
    padding: 5px 0;
    border-radius: 50px;
    margin:-6px 0 0;
    text-align:right;
    max-width: 262px;
    float: right;
    color: #f00;
}
.widget-price .price .tax-message {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    position: absolute;
    left: 0;
    top: 27px;
}

/************************************************/
/*****************Review************/
.review-form-container .review-form {
    max-width: 770px;
}
.review-image-input-with-dropzone-wrapper .wc-icon.large {
    display: none;
}
.review-panel .write-review-panel button.write-review {
    max-width: 200px;
}
.review-panel .write-review-panel  label {
    font-size: 16px;
    color: #000;
    display: block;
    width: 100%;
}
.review-panel .write-review-panel  textarea {
    width: 100%;
    padding-8px;
}
.review-panel .write-review-panel  .form-row.btn-row {
    padding: 0;
    display: flex;
}
.review-panel .write-review-panel .form-row.btn-row button {
    margin-right: 20px;
    max-width: 200px;
    letter-spacing: 1px;
}
.review-form-container .review-form button.cancel {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}
.review-form-container .review-form button.cancel:hover {
    background: #ffcb54 ;
}
.ask-question-panel .form-row button, .new-review-panel .write-review, .new-review-panel .review-form .form-row button{
    background: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: auto;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    line-height: 23px;
    padding: 12px 10px;
    border-radius: 0;
    width:200px;
    margin-top: 10px;
}
.ask-question-panel .form-row button:hover, .new-review-panel .write-review:hover,
.new-review-panel .review-form .form-row button:hover {
    background: #FFCB54;
    color: #000;
    border-color: #ffcb54;
}

/************************************************/
.review-view-panel .main-container h2.review-heading {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
}
.product-review-container .single-review-block div {
    padding: 2px 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
.product-review-container .single-review-block div.reviewer-name {
    font-weight: 500;
    color: #383838;
    display: block;
    font-size: 17px;
}
.product-review-container .single-review-block div .review-date {
    font-size: 14px;
    color: #706c6c;
}
.review-container.product-review-container .single-review-block {
    border-bottom: 1px solid #f6f6f6;
}
.review-container.product-review-container .single-review-block.last {
    border: 0;
}
.product-review-container {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
}
.review-rating span img{
    opacity: 0;
}
.review-rating {
    width: 118px !important;
    text-align: left;
    display: inline-block;
    font-family: initial;
    margin: 0 !important;
}
.product-widget.widget-productReview .review-rating {
    width: 112px !important;
}
.product-widget.widget-productReview .review-rating-wrapper .review-count {
    margin-top: -1px;
}
.review-rating span {
    width: 18px !important;
    display: inline-block;
    height: 23px;
}
.review-rating .star-on {
    background: url('../images/star-on.svg') no-repeat center;
    background-size: 85%;
}
.review-rating .star-off {
    background: url('../images/star-off.svg') no-repeat center;
    background-size: 85%;
}
.review-rating .star-half {
    background: url('../images/star-half.svg') no-repeat center;
    background-size: 85%;
}
.review-rating-wrapper .review-count {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: rgb(0, 0, 0);
    margin-left: 0;
    display: inline-block;
    line-height: 14px;
}
.review-view-panel .main-container .total-review-panel {
    margin-bottom: 30px;
}
.new-review-panel .review-card-wrapper {
    padding: 20px 0;
}
.new-review-panel .review-card-wrapper {
    width: 90%;
}
.new-review-panel .review-card-wrapper__navigator-previous {
    left: auto;
    right: 70px;
}
.new-review-panel .review-card-wrapper__navigator-next{
    right: 0;
    left: auto;
}
.new-review-panel .review-card-wrapper__navigator {
    top: auto;
    margin-top: 0;
    width: 60px;
    height: 60px;
    bottom: -50px;
}

@media(max-width: 767px) {
    .new-review-panel .average-review-wrapper {
        flex-direction: column;
    }
    .new-review-panel .all-rating-block {
        padding-left: 0;
        margin-top: 20px;
    }
    .new-review-panel .avg-review-label .label {
        font-size: 15px;
    }
    .widget-information .bmui-tab .bmui-tab-header {
        margin-right: 0;
        padding: 15px;
    }
    .new-review-panel .review-card-wrapper__rating-and-date {
        align-items: start;
        flex-direction: column;
    }
    .new-review-panel .review-card-wrapper {
        width: 100%;
    }
}
/*start: Tell friend*/
.tell_friend_popup.popup .header,
.tell_friend_popup.popup .footer {padding: 0;background-color: transparent; display:flex}
.tell_friend_popup.popup .header{padding: 0 0 20px;}

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

.tell-friend.tell_friend_popup.popup .form-row {
    margin-bottom: 15px;
    position: relative;
}
.tell-friend.tell_friend_popup.popup .limit-label {
    position: absolute;
    top: 1px;
    right: 0;
    font-size: 15px;
    font-weight: 300;
}
.tell-friend.tell_friend_popup.popup button {
    max-width: 200px;
    width: 100%;
    margin: 0 3px;
}
.tell-friend.tell_friend_popup.popup button:last-of-type {
    background: transparent;
    border: 1px solid #D9D5DE;
    color: #000;
}
.tell-friend.tell_friend_popup.popup button:last-of-type:hover {
    background: #ffcb54;
}
.tell-friend.tell_friend_popup.popup .body {
    padding: 20px 0 0 0;
}
.tell-friend.tell_friend_popup.popup .form-row label {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #000;
    display: block;
    width: 100%;
}
.tell-friend.tell_friend_popup.popup {
 padding: 25px;
}

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

/* ====== 404 page end ==========*/
.page-page-not-found .article-content {
    text-align: center;
    padding: 0 15px;
}
.page-page-not-found .page-content .article-content h2 {
    color: #6B1D73;
    text-align: center;
    font-weight: 600;
    margin: 25px auto;
    font-size: 70px;
    line-height: 60px;
    text-transform: none;
}
.page-page-not-found .page-content .article-content h2 strong {
    text-transform: uppercase;
    font-size: 95px;
    font-weight: 700;
}
.page-page-not-found .page-content .article-content h3 {
    color: #ff1818;
    font-size: 35px;
    text-align: center;
    padding: 0 0 20px 0;
    margin: 0;
    font-weight:400;
    text-transform: none;
}
.page-page-not-found .page-content .article-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
    padding: 0;
    margin: 0;
}
/* ====== End 404 page end ==========*/

/* Snippet default */

/* Snippet default */
/* =============================================== Start Body Design ==============================================*/

/* ============================================== Start Footer Design ==============================================*/
body > .footer {
    position: relative;
    background: #000;
}
body > .footer .widget-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
body > .footer .widget-html > p {
    font-family: 'GT Walsheim Pro', sans-serif;
    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;
}
body > .footer .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    padding: 5px 0;
    color: rgba(255, 255, 255, 0.69);
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    transition: all 300ms ease-out 0s;
    line-height: 1.4;
    text-decoration: none !important;
}
body > .footer .vertical .navigation-item a:hover,
body > .footer .vertical .navigation-item.active > a {
    color: #FFCB54;
}

/* ======== Newsletter Design =========== */
.widget-newsletter.news-letter .form-row.mandatory {
    margin: 0;
    max-width: 310px;
    padding: 0;
    width: 100%;
}
.widget-newsletter .form-row.mandatory, .form-row.button-container {
    display: block;
    margin: 0;
}
.widget-newsletter label {
    display: none;
}
.newsletter.inplace.valid-verify-form {
    position: relative;
    width: 100%;
}
.widget-newsletter input[type="text"] {
    background: none;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #fff;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    padding: 5px 60px 5px 20px;
    width: 100%;
}
.widget-newsletter input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}
.widget-newsletter input[type="text"]::-moz-placeholder {
    color: #ffffff;
}
.widget-newsletter input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}
.widget-newsletter input[type="text"]:-moz-placeholder {
    color: #ffffff;
}
.widget-newsletter .form-row.button-container {
    position: absolute;
    right: 0;
    top:0;
    margin: 0;
}
.widget-newsletter .newsletter-subscription.submit-button[disabled],
.widget-newsletter .newsletter-subscription.submit-button:hover[disabled] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    text-shadow: unset;
    pointer-events: none;
    opacity: .3;
}
.widget-newsletter .newsletter-subscription.submit-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 0;
    height: 50px;
    line-height: 22px;
    padding: 0;
    text-transform: capitalize;
    width: 55px;
    margin: 0;
}
.widget-newsletter button[disabled]{
    border: none !important;
}
.widget-newsletter .newsletter-subscription.submit-button:hover::after{
    opacity: 0.8;
}
.widget-newsletter  .errorlist.after {
    position: relative;
}
.newsletter-subscription.submit-button::after {
    content: "";
    height: 8px;
    margin: 0 auto;
    background: url(/template/8465dc44/images/slider-arrow.png);
    width: 33px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 21px;
    z-index: 1;
}
.widget-newsletter .message-block {
    font-size: 15px;
    width: auto;
}
.footer .widget-newsletter input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #b88f59 inset;
    -webkit-text-fill-color: #fff;
}
.widget-newsletter .message-block {
    bottom: -35px;
    margin: 0;
    position: absolute;
    width: 100%;
}
.widget-newsletter .message-block.message-text {
    bottom: -25px;
    font-size: 13px;
    line-height: 27px;
}
/* ======== End Newsletter Design =========== */
/* ========  Newsletter Unsubscribe Start =========== */
.newsletter.unsubscribe {
    margin: 30px auto;
    max-width: 600px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    border-radius:0px;
}
.newsletter.unsubscribe.valid-verify-form h3 {
    margin: 0;
    font-size: 24px;
    color: #000;
    text-transform: none;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 5px;
}
.newsletter.unsubscribe span.message {
    margin-bottom: 20px;
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    line-height: 22px;
}
.newsletter.unsubscribe.valid-verify-form textarea {
    height: 90px;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto 3px;
}
.newsletter.unsubscribe .form-row.mandatory label {
    width: 100%;
    font-size: 17px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}
.newsletter.unsubscribe .form-row button {
    width: 100%;
    font-weight: 500;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 35px;
    border-radius: 0;
    background-color: #000;
    border: 2px solid #000;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 0;
    letter-spacing: 0.1em;
}
.newsletter.unsubscribe .form-row button:hover {
    color: #000;
    background-color: #ffcb54;
    border: 2px solid #ffcb54;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.newsletter.unsubscribe .form-row button[disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 2px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}

/***************/
.page-newsletter-subscription .subscription-list-success {
    margin: 30px auto;
    max-width: 600px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 50px 56px;
    border: 1px solid #BDBDBD;
    border-radius: 0;
}
.subscription-list-success .title {
    background-color: transparent;
    color: #000;
    font-size: 26px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e1e1e1;
}
.subscription-list-success .messess-text {
    border-bottom: 1px solid #e1e1e1;
    font-weight: 400;
    margin: 0;
    font-size: 17px;
    padding: 20px 0 40px 88px;
}
.subscription-list-success .help {
    margin: 15px 0;
}
.subscription-list-success .help .link {
    margin-right: 5px;
    color: #FFCB54;
}
.subscription-list-success .help .link:hover {
    color: #000;
}

/* ========  Newsletter Unsubscribe Start =========== */
/* ============================================== End Footer Design ================================================*/

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

/** Login Page Start **/
.page-login .login-form {
    margin: 100px auto 70px;
    border: 1px solid #BDBDBD;
    margin: 30px auto;
    padding: 40px 50px;
    width: 100%;
    max-width: 535px;
    background: #fff;
    position:relative;
}
.login-form span.title {
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 42px;
    color: #000000;
    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 {
    background: #000;
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 5px;
    margin: 0;
    display: inline-block;
}
.login-form .login-button:hover, .login-form .login-with-fb-btn:hover, .login-form .login-with-google-btn:hover{
    background:#ffcb54;
    color: #000;
}
.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: -5px;
}
.page-login .login-form .form-row.mandatory {
    margin-bottom: 22px;
    position: relative;
}
.login-form .lost-password a {
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #3A3A3A;
}
.login-form .lost-password a:hover {
    color: #000;
    text-decoration:none;
}
.login-form .no-account-label {
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
}
.login-form .account-register a {
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight:400;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
    text-decoration:underline;
}
.login-form .account-register a:hover {
    color:  #000;
    text-decoration:none;
}
.login-form .errorlist.after {
    bottom: -15px;
}
/** Login Page End **/
/** Registration Page Start **/

.registration-form {
    margin: 30px auto;
    max-width: 995px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    background: #FFFFFF;
    border: 1px solid #BDBDBD;
    display: flex;
    flex-wrap: wrap;
}
.registration-form .title {
    padding-left: 14px;
    font-weight: 500;
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 20px;
    width: 100%;
}
.registration-form > .form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 17px 0;
}
.registration-form label {
    font-size: 17px;
    color: #000;
    display: block;
    text-transform: capitalize;
    width: auto;
}
.registration-form select {
    width: 100%;
}
.registration-form .form-row.submit-row button {
    margin-top: 0;
    background: #000;
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 5px;
}
.registration-form .form-row.submit-row button:hover {
    color: #000;
    background:#FFCB54;
}
.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin-top: 0;
    width: 100%;
}
.password-meter-wrap {
    position: absolute;
    bottom: -12px;
    right: 17px;
    width: auto;;
}
.password-meter-wrap .password-description {
    font-size: 13px;
    width: auto;
    line-height: 10px;
    margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
    display: block;
    float: left;
    position: absolute;
    right: 0;
    bottom: -12px;
    border-radius: 30px;
    height: 8px
}
.password-meter-wrap .weak {
    width: 70px;
}

/** Registration 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 #BDBDBD;
    text-align: center;
}
.password-reset-form .title {
    font-weight: 500;
    color: #000;
    line-height: 30px;
}
.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #000;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
}
.password-reset-form .form-row {
    display: block;
}
.password-reset-form .form-row label{
    margin-bottom: 5px;

    font-size: 17px;
    color: #000;
    display: block;
}
.password-reset-form .form-row input {
    width: 100%;
}
.password-reset-form .form-row.submit-row button {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
    position: relative;
    margin-top: 15px;
    padding: 12px 5px;
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.password-reset-form .form-row.submit-row button:hover {
    background: #ffcb54;
    color: #000;
}
.password-reset-form .errorlist.after {
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    bottom: auto;
}
form.customer-new-password {
    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 #BDBDBD;
    text-align: center;
}
.customer-new-password .form-row.submit-row button {
    width: 100%;
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    padding:10px 5px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.customer-new-password .form-row.submit-row button:hover {
    background: #ffcb54;
    color: #000;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row label {
    width: 100%;
    font-size: 17px;
    color: #000;
    display: block;
    text-transform: capitalize;
}
form.customer-new-password span.title {
    font-weight: 500;
    color: #000;
    line-height: 30px;
    font-size: 24px;
    text-align: left;
    padding-bottom: 20px !important;
    display: block;
}
/** Forgot Password End **/

/** Time Out Popup Start **/

.time-out.popup .header-line {
    background-color: #fff;
    text-align: center;
    padding: 50px;
}
.time-out.popup .header-line .ok {
    background-color:#000;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 110px;
    cursor: pointer;
    margin-top: 40px;
}
.time-out.popup .body {
    text-align: center;
    position: absolute;
    top: 40px;
    width: auto;
    background: transparent;
    padding: 0;
    left: 50%;
    transform: translate(-50%);
}
.time-out.popup .header-line:hover .ok {
    background-color:#ffcb54;
    color: #000;
}
/** Time Out Popup End **/
/** Wishlist Page design Start **/
.page-wish-list .wish-list-details {
    padding: 0;
}
.page-wish-list .wish-list-details .product-view .header{
    position: relative
}
.page-wish-list .wish-list-details .product-view .header:before{
    content: "Wishlist";
    position: absolute;
    left: 0;
    font-size: 24px;
    color: #1C1C1C;
    font-weight: bold;
    top: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-wish-list .footer {
    border: 0;
    border-top: 1px solid #DFDFDF;
    padding: 30px 0 0;
    margin:0;
}
/** Wishlist Page design End **/

/** Category Sidebar Start **/
.widget.widget-navigation.categories-list {
    margin-right:85px;
    margin-top:17px;
    margin-bottom:70px;
}
.widget.widget-navigation.categories-list .widget-title {
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
    padding: 0 0 12px 0;
    margin: 0 0 15px 0;
}
.categories-list span.child-opener {
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 0;
}
.categories-list .navigation-item {
    position: relative;
}
.categories-list .navigation-item a {
    position: relative;
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.8;
    border: 0;
    padding: 0 0 5px 0;
    transition: all 300ms ease-out 0s;
}
.categories-list .navigation-item:hover a, .categories-list .navigation-item.active > a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active > .navigation-item-child-container a{
    padding:15px 20px;
    padding-left: 20px;
}
.categories-list .navigation-item.active > a, .categories-list .vertical .navigation-item.active .navigation-item:hover a {
    color: #000;
    opacity: 0.8;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a{
    color: #242424;
    font-size:16px;
    padding: 10px 0;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a:hover{
    color:#000;
    opacity:1;
}
.categories-list span.child-opener::after {
    content: "\f107";
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 43px;
    height: 100%;
    font-size: 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: #424242;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active a,
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item >  .navigation-item-child-container .navigation-item.active a {
    color: #007aff;
}

/** Category Sidebar End **/

/** Breadcrumb Start **/

.widget.widget-breadcrumb {
    padding: 20px 0 40px;
    display: block;
}
.page-product .widget.widget-breadcrumb.page-breadcrumb,
.page-category .widget.widget-breadcrumb.page-breadcrumb {
    padding: 38px 0;
}
.breadcrumb-item.root .icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 0;
    width: auto;
}
.breadcrumb-item .separator:hover::before {
    color: #404040;
    transition: all 0.5s ease 0s;
}
.breadcrumb-item .separator {
    font-size: 0;
    padding: 0 6px 0 0;
    position: relative;
    vertical-align: middle;
    padding-left: 14px;
}
.breadcrumb-item {
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #000000;
}
.breadcrumb-item .label,
span.breadcrumb-item.root span.icon::before {
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-family: 'Rubik', sans-serif;
}
.breadcrumb-item.root .icon:hover::before {
    color: #000;
}
span.breadcrumb-item.root {
    position: relative;
    line-height: 30px;
    padding-top: 0;
    padding-left: 0;
    vertical-align: top;
}
span.breadcrumb-item.root span.icon::after {
    content: "Home";
    top: 0;
    left: 0;
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.5;
    background: url("../images/home-back.png") no-repeat center left;
}
span.breadcrumb-item.root span.icon:hover::after{
    color:#000000;
    opacity: unset;
    font-weight: 500;
}
span.breadcrumb-item.root span.icon:hover::after {
    background-position: 0 -11px;
}
span.breadcrumb-item {
    padding: 0;
}
span.breadcrumb-item a {
    text-decoration: none;
}
.breadcrumb-item .separator::after {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 16px;
    height: 20px;
    background-image: url(../images/separator-breadcrumb.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
}
.breadcrumb-item.root a {
    text-decoration: none;
    padding-left: 0;
    vertical-align: top;
}
.breadcrumb-item .label{
    font-family: 'GT Walsheim Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #000000;
    opacity: 0.5;
}
.breadcrumb-item .label:hover{
    color:#000000;
    opacity: unset;
    font-weight: 500;
}
/** Breadcrumb End **/
/** Popup Start **/

.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
    padding-bottom: 0;
}
.popup div.quantity,
.popup div.item {
    padding: 7px 0 7px;
}
.popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup .item>span {
    margin: 0;
}
.popup .stepper {
    margin-bottom: 0;
}
.popup.add-cart-information-popup .variation-container {
    text-align: center;
}
.popup .button-item span {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    height: 52px;
}
.popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart {
    background: #000;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #000;
    border-radius: 0;
}
.popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart:hover {
    color: #000 !important;
    background-color: #FFCB54;
    border: 2px solid #FFCB54;
}
.popup.add-cart-information-popup .close-btn.button:hover {
    color: #FFCB54;
    background-color: transparent;
    border: 2px solid #FFCB54;
}
.popup.add-cart-information-popup .close-btn.button:focus,
.popup.add-cart-information-popup .close-btn.button.focus {
    color: #000;
    background-color: #FFCB54;
    border: 2px solid #FFCB54;
}
.popup.add-cart-information-popup .close-btn.button:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000 !important;
}
.popup.add-cart-information-popup td.product-img {
    width: 100%;
    text-align: center;
}
.popup.add-cart-information-popup td.short-info{
    text-align: center;
    font-size: 18px;
}
.add-to-cart-popup .name, .add-cart-information-popup .name {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
}
.add-to-cart-popup table, .add-cart-information-popup table {
    margin: 0;
}
.popup.add-cart-information-popup span.title {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    display: block;
}
.popup.add-cart-information-popup h4.title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: normal;
}
.popup .cart-summary {
    clear: none;
    color: #000;
    display: block;
    float: none;
    text-align: center;
}
.popup .cart-summary-header {
    color: #000;
    float: none;
    font-size: 16px;
    padding-right: 0px;
    text-align: center;
}
.popup .status-bar-product-name, .popup .header .status-message {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    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: #000;
    background-color: transparent;
    border-color: #42ba96;
    border: 2px solid #000;
    border-radius: 0 !important;
    margin: 0 5px;
}
.popup .continue-shopping-btn:focus,
.popup .continue-shopping-btn.focus {
    color: #000;
    background-color: #FFCB54;
    border: 2px solid #FFCB54;
}
.popup .continue-shopping-btn:hover {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
}
.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    padding: 0 0 25px 0;
    text-align: left;
}
.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
    padding:0;
}
.close.cancel-button {
    color: #000 !important;
    border: 2px solid #000 !important;
    background: transparent !important;
}
.close.cancel-button:hover {
    color: #fff !important;
    background-color: #FFCB54 !important;
    border: 2px solid #FFCB54 !important;
}
body.page-profile .close.cancel-button:hover {
    color: #000 !important;
    background-color: #FFCB54 !important;
    border-color: #FFCB54 !important;
}
.site-popup .title-bar,
.confirm-popup .header-line,
.confirm-popup .title-bar {
    background-color: transparent;
    font-size: 20px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    padding: 20px 0 20px;
    text-align: center;
}
.popup .button-item {
    text-align: center;
    margin: 0;
    display:flex;
    justify-content:center;
}
.popup .close-icon {
    top: 25px;
    right: 15px;
}
.site-popup span.close.fee-identical-sewc-elm, .confirm-popup span.icon.close {
    top: 22px;
    right: 20px;
}
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart,
.popup .close-btn.button {
    margin-left: 3%;
    margin-top: 0;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    color: #fff;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 35px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.popup .button {
    max-width: 240px;
    width: 100%;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}
.popup .body table,
.popup .body tr,
.popup .body td {
    border: 0;
}
.site-popup .content, .confirm-popup .body {
    padding: 25px 30px !important;
    overflow: 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 .form-row label {
    width: 100%;
    display: block;
}
.shipment-calculator-popup .form-row input,
.shipment-calculator-popup .form-row select {
    width: 100%;
}


.popup.shipping-calculator-popup{
  padding: 0;
}
.shipment-calculator-popup .header>.status-message {
    font-size: 18px;
    text-align: left;
}
.popup.shipping-calculator-popup .first-column .form-row label {
    padding: 0px 8px;
}
.popup.shipping-calculator-popup .last-column h4 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 500;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button:hover, .popup.shipping-calculator-popup .popup-bottom button.close-popup:hover {
    background-color: #FFCB54;
    border-color: #FFCB54;
      color: #000;
}
s
.save-cart button.form-reset.close-popup {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 2px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
.save-cart button.form-reset.close-popup:focus,
.save-cart button.form-reset.close-popup.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.save-cart button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #6c757d;
    border: 2px solid #6c757d;
}
.save-cart .popup-bottom.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.save-cart .popup-bottom.footer button {
    width: 49%;
    margin-left: 0;
}
.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    text-align: center;
    padding: 30px 45px 20px 20px;
}
.site-popup, .confirm-popup {
    padding: 0;
}
.confirm-popup button.no-button {
    background: transparent;
    color: #000;
}
.confirm-popup button.no-button:hover {
    background:#FFCB54;
    color: #000 !important;
}
.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup {
    max-width: 750px;
    padding: 0;
    min-width: 650px;
}
.popup.add-cart-information-popup .button-line, .popup .footer {
    background-color: #F7F7F7;
    padding: 30px 20px;
    text-align: center;
    border: 0;
    margin-top: 30px;
}
.add-cart-information-popup table tr {
    border-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup.add-cart-information-popup h4.title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    font-family: Rubik;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 15px;
    display: none;
}
.site-popup .button-line button, .confirm-popup .button-line button {
    margin: 0 7px;
    margin-left: 7px;
    display: inline-block;
    border-radius: 0;
    padding:9px 35px;
    width: auto;
    border: 2px solid #000;
    letter-spacing: 0.1em;
    text-transform: capitalize;
}
.site-popup .button-line button[disabled]{
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    color: #818181 !important;
}
.popup .button-line, .popup .footer {
    text-align: center;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.popup.add-cart-information-popup .variation-container {
    text-align: left;
}
.wish-list-popup.add-to-wishlist-popup.popup .submit-button.add-to-wish-list::before {
    display: none;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer {
    display: flex;
    justify-content: center;
}
.wish-list-popup.add-to-wishlist-popup.popup  {
    max-width: 500px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body {
    max-width: 90%;
    margin: 0 auto;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label, .wish-list-popup.add-to-wishlist-popup.popup .body select {
    display: block;
    width: 100%;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-bar-product-name {
    padding:0 90px 10px 90px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message {
    padding:0 90px;
}
.wish-list-popup.add-to-wishlist-popup.popup .body label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}
.wish-list-popup .no-wish-list-message {
    font-weight: 400;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button{
    margin: 0 10px;
    border-radius: 0;
    text-transform: capitalize;
    padding: 11px 10px;
    letter-spacing: 0.1em;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button {
    background:#000;
    color:#fff;
    border:2px solid #000;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button:hover{
    background: #FFCB54;
    color: #000;
    border-color: #ffcb54;
}
.wish-list-popup.add-to-wishlist-popup.popup  .header .status-message {
    font-size: 24px;
    font-weight: 500;
    display: block;
}
.wish-list-popup .footer .submit-button.create-wish-list:hover {
    border: 2px solid #FFCB54 !important;
    background: #FFCB54 !important;
    color: #fff !important;
}
.wish-list-popup .footer .form-reset.close-popup:hover {
    border: 2px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
}
.popup .footer button.close-popup, .popup .button-item .close-btn {
    color: #000;
    border: 2px solid #000;
    background: transparent;
    border-radius: 0;
}
.popup .footer button.close-popup:hover, .popup .button-item .close-btn:hover {
    color: #000;
    background:#FFCB54;
    border-color:#FFCB54;
}
.popup .close-icon:after {
    font-size: 0;
}
.site-popup .title-bar .close,
.confirm-popup .header-line .close,
.confirm-popup .title-bar .close,
.popup .close-popup.close-icon {
    background: url("../images/close-icon.svg") no-repeat center top;
    background-size: 20px;
}
.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before {
    font-size: 0;
}
.popup .button.disabled {
    border: 2px solid #bfbfbf !important;
}
.popup.add-cart-information-popup .variation-container {
    text-align: left;
}
.add-cart-information-popup .popup-bottom.footer .button-item {
    justify-content: center;
}
.add-cart-information-popup .form-content .form-row input, .add-cart-information-popup .form-content .form-row select {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
}
/*variation flate chosen */
.popup.add-cart-information-popup .variation-container {
    text-align: left;
    display: flex;
    justify-content: center;
}
.variation-container .variation-type {
    padding-bottom: 0;
    display: flex;
    max-width: 450px;
    margin: 0 auto;
}
.page-product .variation-container .variation-type {
    display: block;
    max-width: 100%;
    margin: 0;
}
.page-product .variation-container .variation-type label.type-label {
    display: block;
    line-height: 22px;
    margin-top: 10px;
}
.variation-container .variation-type label.type-label {
    font-weight: 500;
    display: block;
    width: 100%;
    color: #201547;
    width: 80px;
    line-height: 62px;
}
.widget-variation .variation-thumb ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.widget-variation .variation-thumb ul li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    overflow: hidden;
    margin: 0;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb .variation-type.color .variation-value {
    display:block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: 0px 0px 1px #888;
}
.widget-variation .variation-thumb ul li * {
    font-size: 16px;
}
.widget-variation .variation-thumb .variation-type .type-label {
    color: #1c1f23;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    width: 100%;
    padding-bottom: 10px;
    font-family: 'GT Walsheim Pro', sans-serif;
}
.widget-variation .variation-thumb .text .variation-value, .widget-variation .variation-thumb .color .variation-value  {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
}
.page-product .variation-container .variation-type.color  ul li.selected {
    border: 1px solid #000;
    padding: 3px;
    position:relative;
}
.page-product .variation-container .variation-type.color  ul li:hover{
    padding:3px;
    border: 1px solid #000;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb ul li:before{
    display: none;
}
.widget-variation .variation-thumb ul li.selected span.color:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/vicon.png) no-repeat center;
    width: 100%;
    height: 100%;
}
.page-product .variation-container .variation-type.text ul li span {
    font-size: 16px;
    font-weight: 500;
    line-height: 38px;
}
.page-product .variation-container .variation-type.text ul li:hover, .page-product .variation-container .variation-type.text ul li.selected{
    color:#000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #000;
}

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

.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    padding: 30px 0 80px;
}
.product-view .footer {
    border-top: 1px solid #D3D3D3;
    border-bottom: 0;
}
.pagination {
    float: unset;
    margin-top:-5px;
}
span.pagination-literal-status {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    color: #000000;
}
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 8px;
    width: 37px;
    box-shadow: none;
    display: inline-block;
    color: #000;
    font-size: 18px;
    background: transparent;
    border-radius: 50%;
    height: 37px;
    line-height: 40px;
    padding: 0 14px;
    font-weight: 300;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.pagination span.page-number.current {
    color: #FFCB54;
    background: transparent;
    border: 0;
    font-weight: 500;
    text-decoration: underline
}
.pagination span.first,
.pagination span.last {
    display: none;
}
.pagination span.next {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 38px
}
.pagination span.prev {
    position: relative;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 38px;
    color: #000;
}
.page-search-result .page-content .footer select.per-page-count {
    margin: 0;
    height: 35px;
}
.pagination span:hover {
    background: transparent;
    color: #FFCB54;
    text-decoration: underline
}
.pagination span.prev,
.pagination span.next {
    background: transparent;
}
.pagination span.prev.disabled:before,
.pagination span.next.disabled:before {
    color: #a1a1a1;
}
.chosen-container .chosen-results .chosen-result {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.review-show-panel .pagination {
    width: auto;
    float: right;
    margin-top: 14px;
}
.pagination span.disabled:hover, .pagination span.disabled {
    cursor: default;
    opacity: 0.5;
    color: inherit;
    text-decoration: none;
}

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

/** Stepper Start **/
.product-widget.widget-addCart .stepper {
    width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 42px;
    position: relative;
    right: 0;
    width: 30px;
    z-index: 0;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
}
.product-widget.widget-addCart .stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 32px;
    left: 0;
    line-height: 40px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}
.product-widget.widget-addCart .stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 32px;
    left: 0;
    line-height: 36px;
    text-align: center;
}
.product-widget.widget-addCart .stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    text-align: center;
}
/** Stepper End **/

/*Start Search Page*/
.entire-search .search-result > .title {
    text-align: left;
    border-top: 0;
    border-bottom: 0;
    font-weight: 400;
    font-size: 22px;
}
.entire-search .total-result {
    font-weight: 400;
    color: #000;
    text-align: center;
    font-size: 18px;
    line-height: 18px
}
.search-result.products .pagination span.prev:before {
    top: -7px;
}
.search-result.products .pagination span.next:before {
    top: -7px;
}
.entire-search .search-results .search-result {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-results .page {
    margin-bottom: 12px;
}
.entire-search .search-result.pages .title.page {
    padding:30px 0 10px;
    border-bottom: 1px solid #f0f3ed;
}
.entire-search .search-results .page a {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.entire-search .search-results .page .title {
    margin-right: 14px;
    font-size: 17px;
    font-weight: 600;
}
.entire-search h2 {
    font-size: 30px;
    padding-bottom:15px;
    color: #000;
    text-align: center;
    margin: 0;
    font-weight: 500;
}
.entire-search .search-results .search-result .title.product {
    font-size: 20px;
    color: #333;
    margin: 0 auto -60px;
    padding: 10px;
    padding-left: 0;
}
.search-results {
    padding-top: 50px;
}
.page-search-result .page-content .footer, .page-result-footer {
    background: none;
    border-top: 1px solid rgba(112,112,112,0.10);
    padding-top: 0;
    text-align: left;
    clear: both;
    padding: 20px 0 65px;
    margin-top: 60px;
}
.entire-search .search-results .page a:hover {
    color:  #007FFF;
}
.search-results .page .page-read-more {
    color: #4a4a4a;
    text-decoration: underline;
}
.search-results .page .page-read-more:hover {
    color: #187DC1;
    text-decoration: underline;
}
.search-results .page .summary {
    color: rgba(0, 0, 0, 0.77);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}
.entire-search .search-results .page a:hover {
    color: #ffcb54;
    text-decoration:none;
}
.entire-search .search-results .page a.page-read-more:hover {
    color: #ffcb54;
    text-decoration: underline;
}
.page-search-result .page-content .footer select.per-page-count {
    margin-left: 20px;
}
/*End Search Page*/
.blog-post-details .comment-post-panel {
    max-width: 1000px;
}
.blog-post-details .comment-post-panel textarea, .blog-post-details .comment-post-panel input {
    width: 100%;
}
#blog-post-create-comment-panel .max-character {
    padding-right: 0;
}
/***** Popup Responsive Start ******/
@media(max-width: 767px) {
    .add-to-cart-popup.popup, .wish-list-popup.add-to-wishlist-popup.popup, .add-to-compare-popup.popup, .add-cart-information-popup.popup, .add-to-gift-registry-popup.popup,
    .add-to-wish-list-popup.add-to-wishlist-popup.popup, .tell-friend.tell_friend_popup.popup.anim-fade-zoom.active, .page-profile .popup{
        max-width: 330px;
        margin: 0 auto;
        min-width: 280px;
        padding: 15px;
    }
    .add-to-cart-popup.popup, .wish-list-popup.add-to-wishlist-popup.popup, .add-to-compare-popup.popup, .add-cart-information-popup.popup,
    .add-to-gift-registry-popup.popup, .add-to-wish-list-popup.add-to-wishlist-popup.popup {
        left: 20px !important;
        right: 20px !important;
    }
    .add-cart-information-popup.popup span.title, .wish-list-popup.add-to-wishlist-popup.popup .header .status-message,
    .popup .status-bar-product-name, .popup .header .status-message {
        font-size: 19px;
        width: 88%;
        text-align: left
    }
    .add-cart-information-popup.popup .variation-container .variation-type {
        flex-direction: column
    }
    .add-cart-information-popup.popup .variation-container .variation-type label.type-label {
        width: 100%;
        display: block;
        text-align: left;
        line-height: 20px;
    }
    .add-cart-information-popup.popup .variation-container .chosen-container {
        max-width: 100%;
        display: block;
    }
    .add-cart-information-popup.popup .chosen-container-single .chosen-single {
        text-align: left;
        height: 50px;
        line-height: 20px;
    }
    .add-cart-information-popup.popup .chosen-container-single .chosen-single span {
        line-height: 28px;
    }
    .popup .body  {
        padding: 10px 20px;
        max-height: 250px;
        overflow-y: scroll
    }
    .add-cart-information-popup.popup .header,  .popup .header {
        padding: 15px;
        text-align: left;
    }
    .popup .close-icon {
        top: 20px;
        right: 15px;
    }
    .popup .button-item {
        flex-direction: column;
    }
    .popup .button-item  .close-btn, .popup .button-item .button {
        margin: 0 auto 10px;
        width: 100%;
    }
    .popup .button-item .add-to-cart-button.button.et_pdp_add_to_cart {
        margin: 0 auto 10px;
        padding: 9px 0;
        height: 52px !important;
    }
    .wish-list-popup.add-to-wishlist-popup.popup .footer button {
        margin: 0 auto 10px;
        width: 100%;
        padding: 12px 20px;
    }
    .wish-list-popup.add-to-wishlist-popup.popup .footer {
        flex-direction: column;
    }
    .responsive .popup .button-item .continue-shopping-btn,   .responsive .popup .button-item .cart-page-button {
        margin-bottom: 10px;
        padding: 12px 30px;
        line-height: 23px;
    }
    .add-to-wish-list-popup.add-to-wishlist-popup.popup tr {
        display: flex;
        flex-direction: column;
    }
    .add-to-wish-list-popup.add-to-wishlist-popup.popup tr td {
        text-align: center;
    }
    .floating-panel-popup {
        padding: 15px;
    }
    .site-popup .button-line button + button, .confirm-popup .button-line button + button {
        width: 100%;
        margin: 10px auto;
    }
    .site-popup .button-line button, .confirm-popup .button-line button {
        display: block;
        width: 100%;
    }
}
@media(max-width: 320px) {
    .add-to-cart-popup.popup, .wish-list-popup.add-to-wishlist-popup.popup, .add-to-compare-popup.popup, .add-cart-information-popup.popup, .add-to-gift-registry-popup.popup,
    .add-to-wish-list-popup.add-to-wishlist-popup.popup, .tell-friend.tell_friend_popup.popup.anim-fade-zoom.active, .page-profile .popup{
        max-width: 280px;
    }
}
/**** Popup Responsive End ****/
/** Placeholder Responsive Start **/

@media(max-width: 767px) {
    input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 15px;
        line-height: 17px;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 15px;
        line-height: 17px;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 15px;
        line-height: 17px;
    }
    :-moz-placeholder {
        /* Firefox 18- */
        font-size: 15px;
        line-height: 17px;
    }
    textarea ::-webkit-textarea-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 15px;
        line-height: 17px;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 15px;
        line-height: 17px;
    }
    :-ms-textarea-placeholder {
        /* IE 10+ */
        font-size: 15px;
        line-height: 17px;
    }
    :-moz-placeholder {
        /* Firefox 18- */
        font-size: 15px;
        line-height: 17px;
    }
    textarea::placeholder {
        font-size: 15px;
        line-height: 17px;
    }
    ::placeholder {
        font-size: 15px;
        line-height: 17px;
    }
}
/** Placeholder Responsive End **/

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

@media(max-width: 1200px) {
    .page-login .login-form,
    .password-reset-form {
        margin:0 auto;
    }
    .registration-form {
        margin:0 auto;
        padding: 30px 20px;
        max-width: 900px;
    }
    .newsletter.unsubscribe {
        margin: 0 auto;
        padding:40px;
    }
    .page-newsletter-subscription .subscription-list-success {
        margin: 0 auto;
    }
}
@media (max-width: 991px){
    .registration-form {
        padding: 20px 10px;
        max-width: 730px;
    }
    .page-login .login-form {
        padding: 40px;
    }
    .password-reset-form, form.customer-new-password {
        padding: 40px 30px;
    }
    .page-newsletter-subscription .subscription-list-success {
        padding: 30px 40px;
    }
}
@media(max-width: 767px) {

    .page-login .login-form {
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .login-form span.title {
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 15px;
        padding-left: 0;
    }
    .page-login .login-form .lost-password a {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .page-login .login-button {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .customer-new-password .form-row.submit-row button,
    .password-reset-form .form-row.submit-row button, .registration-form .form-row.submit-row button {
        padding: 9px 5px;
    }
    .page-login .login-form .remember {
        margin: 18px 0 10px;
    }
    .page-login .login-form .form-row .lost-password {
        margin: 0 0 12px 0;
    }
    .registration-form {
        margin:0 auto;
        max-width: 100%;
        padding: 0;
        border: 0;
        background: transparent;
    }
    .registration-form .title {
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 15px;
        padding-left: 0;
    }
    .registration-form>.form-row:not(.submit-row) {
        width: 100%;
    }
    .registration-form .referral {
        padding: 0 15px;
    }
    .registration-form .form-row.submit-row {
        padding: 0 15px;
    }
    .page-registration .registration-form .form-row {
        margin: 0 0 10px 0;
        padding: 0;
    }
    .password-reset-form, form.customer-new-password {
        margin: 0 auto;
        max-width: 100%;
        padding: 10px 0 15px 0;
        border: 0;
        background: transparent;
    }
    .password-reset-form .form-row {
        margin: 0 0 5px 0;
        font-size:16px;
    }
    .password-reset-form .lost-password-text {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 20px;
    }
    .newsletter.unsubscribe {
        margin: 0 auto;
        padding: 10px 0 20px 0;
        border: 0;
    }
    .newsletter.unsubscribe span.message {
        margin-bottom: 12px;
        font-size: 16px;
    }
    .newsletter.unsubscribe.valid-verify-form textarea {
        height: 75px;
    }
    .newsletter.unsubscribe.valid-verify-form .form-row {
        margin: 0;
    }
    .page-newsletter-subscription .subscription-list-success {
        margin: 0 auto;
        max-width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
        text-align: center;
    }
    .subscription-list-success .messess-text {
        font-size: 16px;
        padding: 80px 0 25px 0;
        text-align: center;
        background-position: center top;
    }
    .page-newsletter-subscription .subscription-list-success {
        font-size: 16px;
    }
}
/**  Login, Registtration,
Password-Reset, New Password,
Newsletter Unsubscription Responsive End **/

@media(max-width: 1500px) {
    .page-product .page-content > .v-split-container > .v-split {
        width:100%;
    }
    .page-product .page-content{
        padding: 0 15px 0 0;
    }
}
@media(max-width: 1400px) {
    .page-product .page-content{
        padding: 0 30px;
    }
    .product-widget.widget-productImage {
        margin-right: 20px;
    }
    .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        width: 700px;
        flex: 0 0 700px;
        max-width: 700px;
    }
    .image-preview-box.product-detail-view > img{
        width: 100%
    }
}
@media(max-width: 1200px) {
    .page-product .page-content{
        padding: 0 30px;
    }
    .product-widget.widget-productImage {
        margin-right: 20px;
    }
    .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        width: 550px;
        flex: 0 0 550px;
        max-width: 550px;
    }
    .image-preview-box.product-detail-view > img{
        width: 100%
    }
    .widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator {
        top: auto;
        height: 30px;
        width: 40px;
        background-size: 25px
    }
    .widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator {
        bottom: 5px;
        height: 30px;
        width: 40px;
        background-size: 25px
    }
    .responsive #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
        margin-left: 5px;
    }
    .page-product .bmui-tab {
        padding:40px;
        border: 1px solid #dedede;
        margin-bottom: 30px;
    }
}

@media(max-width: 991px) {
    .page-product .page-content{
        padding: 0 20px;
    }
    .product-widget.widget-productImage {
        margin-right: 20px;
    }
    .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        width: 430px;
        flex: 0 0 430px;
        max-width: 430px;
    }
    .widget-productImage .image-thumb-container .thumb-image {
        width: 70px;
        height: 70px;
        display: inline-block;
        vertical-align: bottom;
        margin: 0;
    }
    .widget-productImage .image-thumb-container .thumb-image img {
        position: relative;
    }
    .page-product .bmui-tab{
        padding: 20px;
    }
}
@media(max-width: 767px) {
    .page-product .page-content{
        padding: 0 20px;
    }
    .product-widget.widget-productImage {
        margin-right: 0;
    }
    .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .page-product .variation-container .variation-type.text ul li span{
        font-size: 15px;
        line-height: 30px
    }
    .page-product .bmui-tab {
        padding: 15px;
    }
    .product-widget.widget-price .current-price-container .current-price{
        font-size: 26px
    }
    .page-product .bmui-tab .bmui-tab-header-container {
        text-align: left;
    }
    .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
        padding: 0 20px 15px 0;
        display: inline-block;
    }
    .widget-productImage.multi-image-scroll-vertical-view .image-left-scroller.scroll-navigator,
    .widget-productImage.multi-image-scroll-vertical-view .image-right-scroller.scroll-navigator {
        height: 28px;
        width: 32px;
        background-size: 22px;
        border-color: #ccc;
    }
    .product-widget.widget-stockMark span {
        font-size: 15px;
        margin: 1px 0 0;
        padding: 11px 0;
        letter-spacing: 0;
        line-height: 16px;
    }
    .review-panel .write-review-panel button.write-review {
        max-width: 160px;
        font-size: 14px;
        padding: 10px;
    }
    .review-panel .write-review-panel .form-row.btn-row button {
        margin-right: 10px;
        max-width: 160px;
        letter-spacing: 1px;
        padding: 10px;
    }
    /***************/
    .widget.widget-breadcrumb{
        padding-top: 10px;
    }
    .widget-breadcrumb .breadcrumb-item.root .icon::after{
        line-height: 33px;
    }
    .breadcrumb-item.root a{
        line-height: 20px;
    }
    .breadcrumb-item.root:first-child .icon:after{
        line-height: 31px;
    }
    /***************/
}
@media (max-width: 320px){
    .responsive #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        margin-bottom: 10px;
    }
    .product-widget.widget-stockMark span {
        margin: -2px 0 0;
        max-width: 140px;
    }
}
@media (max-width: 1500px){
    div.body > .body-section .widget-container.no-fixed-container, .widget.widget-breadcrumb {
        padding-left: 10px;
        padding-right: 15px;
    }
    .image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
        max-width: 320px;
        max-height: 320px;
    }
}
@media (max-width: 1400px){
    div.body > .body-section .widget-container.no-fixed-container, .widget.widget-breadcrumb {
        padding-left: 30px;
        padding-right: 35px;
    }
    .image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
        max-width: 305px;
        max-height: 305px;
    }
}
@media (max-width: 1200px){
    div.body > .body-section .widget-container.no-fixed-container, .widget.widget-breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }
    .image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
        max-height: 250px;
        max-width: 250px;
    }
    .product-view.image-view .product-block .btn-add .add-to-wish-list, .product-view.scrollable-view .product-block .btn-add .add-to-wish-list {
        margin-left: 7px;
        max-width: 88px;
    }
    .product-block .btn-add .add-to-compare-button, .product-block .btn-add .remove-from-compare-button {
        margin-left: 4px;
    }
    .widget.widget-navigation.categories-list {
        margin-right: 40px;
    }
    .product-view.image-view .product-block .btn-add .add-to-cart-button, .product-view.scrollable-view .product-block .btn-add .add-to-cart-button {
        letter-spacing: 1px;
        max-width: 120px;
    }
    .image-view .product-image img, .product-view.scrollable-view .product-image img {
        object-fit: cover;
    }
    .image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
        max-width: 280px;
        max-height: 260px;
    }
}
@media (max-width: 991px){
    div.body > .body-section .widget-container.no-fixed-container, .widget.widget-breadcrumb {
        padding-left: 20px;
        padding-right: 20px;
    }
    .image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
        max-height: 260px;
        max-width: 260px;
    }
    .widget.widget-navigation.categories-list {
        margin-right: 40px;
    }
    .product-view.image-view .product-block, .product-view.scrollable-view .product-block {
        margin: 0 12px 50px;
        width: calc(100%/2 - 24px);
    }
    .product-view .footer{
        height: auto;
        text-align: center;
    }
    .product-view .footer, .category-view .footer,
    .entire-search .footer, .product-search .footer {
        padding: 25px 0 40px;
    }
    .product-view .footer .pagination-literal-status{
        width: 100%;
        text-align: center;
    }
    .pagination{
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .widget-breadcrumb .breadcrumb-item .separator {
        font-size: 0;
    }
    .category-details-container .title.page-heading, .widget-product .widget-title, body.page-shop .product-view .header::before {
        font-size: 19px;
        line-height: 1.3;
    }
    .categories-list .navigation-item:hover a, .categories-list .navigation-item.active > a {
        font-size: 17px;
    }
}

@media (max-width: 767px){
    div.body > .body-section .widget-container.no-fixed-container, .widget.widget-breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
    .widget.widget-breadcrumb {
        padding-bottom: 22px;
    }
    .widget.widget-navigation.categories-list {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .product-view.image-view .product-block, .product-view.scrollable-view .product-block {
        margin: 0 12px 35px;
        width: calc(100%/1 - 24px);
    }
    .image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
        max-height: auto;
        max-width: 100%;
    }
    .widget.widget-navigation.categories-list .widget-title {
        display: none;
    }
    body.page-shop .product-view .header::before {
        top: -20px;
    }
    .widget-product .header .sortable select#product-sorting, .product-view .sortable select#product-sorting{
        width: 100%;
    }
    .product-view .header, .category-view .header, .entire-search .header,
    .product-search .header, body.page-shop .product-view .header::before {
        border: 0;
        height: auto;
    }
    .product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
        padding: 20px 0 20px;
    }
    /* Navigation */
    .widget.widget-navigation.categories-list  .menu-button em {
        background-color: #000;
    }
    .widget.widget-navigation.categories-list .menu-title {
        position: absolute;
        right: 0;
        top: -20px;
        z-index: 1;
    }
    .widget.widget-navigation.categories-list {
        text-align: left;
    }
    .widget.widget-navigation.categories-list .nav-wrapper.show {
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 20px;
        width: 100%;
        z-index: 9;
        background: #f2f2f2;
        padding: 15px;
    }
    .widget.widget-navigation.categories-list .navigation-item{
        background: transparent;
    }
    .pagination span {
        margin: 0 1px;
        padding: 0 8px;
    }
    .category-details-container .title.page-heading, .widget-product .widget-title  {
        letter-spacing: 1px;
        line-height: 0;
        margin-top: -5px;
    }
    .category-details-container .title.page-heading, .widget-product .widget-title, body.page-shop .product-view .header::before {
        font-weight: 500;
        font-size: 17px;
    }
}

@media (max-width: 1300px){
    .page-search-result .entire-search {
        padding: 0 20px 0 15px;
    }
}
@media (max-width: 1200px){
    .page-search-result .entire-search {
        padding: 0 10px 0 5px;
    }
}
@media (max-width: 991px){
    .page-search-result .entire-search {
        padding: 0 5px 0 5px;
    }
    .page-search-result .product-view.image-view .product-block,
    .page-wish-list .product-view.image-view .product-block{
        width: calc(100%/3 - 24px);
    }
}
@media (max-width: 767px){
    .page-search-result .product-view.image-view .product-block,
    .page-wish-list .product-view.image-view .product-block{
        width: 100%;
        margin: 0 10px 30px;
    }
    .entire-search .search-results .search-result .title.product {
        margin-top: -50px;
    }
    .search-results .product-view .header{
        margin: -30px auto 10px;
    }
    .search-results .product-view .sortable {
        position: relative;
        top: unset;
        margin: 0 auto 0;
    }
    .entire-search h2 {
        font-size: 24px;
        margin-top: 10px;
    }
    .entire-search .search-results .search-result .title.product{
        display: none
    }
    .add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-bar-product-name,  .add-to-wish-list-popup.add-to-wishlist-popup.popup .header .status-message{
        padding: 0
    }
    .popup .button-line, .popup .footer {
        text-align: center;
        background-color: transparent;
        margin: 0;
    }
    .page-wish-list .wish-list-details .product-view .header {
        position: relative;
        height:98px;
    }
    .page-wish-list .product-view .sortable {
        top: 55px;
    }
    .wish-list-popup.add-to-wishlist-popup.popup .body {
        max-width: 100%;
    }
}

.widget-gallery.jssorSlider::before {
    content: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: url(/template/8465dc44/images/slider-loading.webp) no-repeat center center;
    background-size: 60px;
}

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

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

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

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

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

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

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

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

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

.widget-gallery.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image {
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button {
    background: #0094c4 none repeat scroll 0 0 !important;
    border: 1px solid #0094c4 !important;
    font-family: inherit;
    text-transform: capitalize;
    padding: 8px 20px;
    max-width: 100%;
    letter-spacing: normal;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button::after {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover {
    background-color: #fff !important;
    color: #0094c4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content {
    display: inherit;
    overflow: hidden;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-left,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-right {
    transform: none;
    right: 0;
    left: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-name a,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header {
    position: unset;
}
.fee-widget-product-scroll-view .scrollable-view .scroller::before {
    content: none;
}
.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-left {
    float: none;
    left: 0;
    transform: none;
}
.fee-widget-product-scroll-view  .scrollable-view .scroller .scroll-right {
    float: none;
}

@media (max-width: 767px) {
    .fee-widget-product-image-view .product-view.image-view .product-block,
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        border-left: 1px solid #e6e6e6;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
        left: 0;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
        right: 0;
    }
}
/*______________________________  2nd face blog issue _______________________________*/
.fee-blog-design-1 .blog-post-item, .fee-blog-design-2 .blog-post-item, .fee-blog-design-3 .blog-post-item, .fee-blog-design-4 .blog-post-item {
    display: inline-block;
}
.fee-blog-design-1 .post.post-list-view-height, .fee-blog-design-2 .post.post-list-view-height,
.fee-blog-design-3 .post.post-list-view-height, .fee-blog-design-4 .post.post-list-view-height {
    margin-right: 0;
}
.fee-blog-design-1 .blog-post-info span, .fee-blog-design-2 .blog-post-info span, .fee-blog-design-3 .blog-post-info span, .fee-blog-design-4 .blog-post-info span {
    color: #666 !important;
    font-size: 13px;
}
.fee-blog-design-1 .post-description, .fee-blog-design-2 .post-description,
.fee-blog-design-3 .post-description, .fee-blog-design-4 .post-description {
    padding-right: 0;
}
.fee-blog-design-1 .blog-post-item .blog-post-info, .fee-blog-design-2 .blog-post-item .blog-post-info,
.fee-blog-design-3 .blog-post-item .blog-post-info, .fee-blog-design-4 .blog-post-item .blog-post-info {
    margin-bottom: 0;
}
.fee-widget-product-list-view .product-block .price-waper > * {
    margin-right: 0;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    width: auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message,
.fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px !important;
    font-weight: 400;
    width: 100%;
    display: block;
}
div .widget-snippet .wc-snippet-expreance .container{
    max-width: 1600px;
}
div .widget-snippet .wc-snippet-about .container {
    max-width: 100%;
}
div.widget-snippet .about-area {
    max-width: 100%;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main_menu .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}

/*______________________________  New Customer Profile Design _______________________________*/
body.page-profile select:focus,
body.page-profile input[type="text"]:focus,
body.page-profile input[type="password"]:focus,
body.page-profile input[type="email"]:focus{
    border: 1px solid #FFCB54;
}
.page-profile .widget-container ,
.auto-page.page-profile .page-content {
    padding: 0 !important;
}
.user-nav .vertical .navigation-item {
    padding: 0;
}
.widget-navigation .nav-profile-not-logged-in {
    padding-top: 20px;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage {
    color: #fff !important;
    background: #000;
    padding: 8px 40px !important;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage:hover {
    color: #000 !important;
    background: #FFCB54;
}
.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;
}
.page-profile .notification.popup .icon {
    display: block;
    float: none;
}
.page-profile .notification.popup .type {
    line-height: normal;
}
.page-profile .notification.popup .message {
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
    transform: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right:after {
    right: 15px;
    left: auto;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-left:after {
    left: 14px;
}
.page-profile .site-popup .title-bar .close::after {
    display: none;
}
.widget-navigation .nav-profile-logged-in {
    padding-top: 10px;
}
.page-product .widget-currency .form-row {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
}
.page-product .widget-currency .form-row label {
    width: auto;
}
.page-product .widget-currency .form-row select {
    width: auto;
    padding: 5px 24px 5px 15px;
    height: auto;
    background: #fff url("../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;
    }
}
.payment-form.site-popup-form input[type="text"] {
    width: 100%;
}
.payment-form.site-popup-form input[type="text"]:focus {
    border: 1px solid #000;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row.mandatory {
    display: flex;
    flex-wrap: wrap;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row label {
    width: 100%;
    font-size: 14px;
}
.page-profile .site-popup .payment-form .terms_and_condition_title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.page-profile .site-popup .payment-form .form-row.agree-terms {
    padding-left: 20px;
    position: relative;
    line-height: 0;
}
.page-profile .site-popup .payment-form .form-row.agree-terms input.checkbox {
    position: absolute;
    top: 4px;
    left: 0;
}
.page-profile .site-popup .button-line button.cancel-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    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 .product-view.scrollable-view .product-block .product-name-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #33314E;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .block-content-wrap {
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
    color: #fff ;
    background: #FFCB54;
}
#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;
}
.page-profile .site-popup .button-line button.cancel-button {
    order: 2;
    margin-left: 10px;
}
.page-profile .site-popup .button-line button {
    border: 1px #f0f3f4 solid;
    margin: 0;
}
.page-profile .site-popup .submit-button.site-popup-form-submit{
    color: #fff !important;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
    border: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    padding: 0;
    width: 253px;
    margin: 5px;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
    padding-right: 5px;
    word-break: break-all;
    line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .variation-container {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroller {
    right: 20px;
    width: auto;
    top: 14px;
}
#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;
}
#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;
    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: #FFCB54;
}
#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: #FFCB54;
}
.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;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    background: transparent;
}

@media (max-width: 767px) {
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .manage-password {
        display: flex;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
        margin-top: 0;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
        width: 100%;
    }
    .btn-group.view-switchers .image-view-switcher,
    .btn-group.view-switchers .list-view-switcher {
        margin-right: 3px;
    }
}

/*=============== New-Feature-Fixing ===================*/
/* ========= Product-Category-Section ========== */

.btn-group.view-switchers {
    margin: 5px 10px 10px 0;
}
.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
    margin-top: 15px;
}
.btn-group.view-switchers .image-view-switcher {
    height: 21px;
    width: 21px;
    background-color: transparent;
}
.btn-group.view-switchers .list-view-switcher {
    height: 21px;
    width: 21px;
    background-color: transparent;
}
.btn-group.view-switchers .list-view-switcher {
    background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-image: url("/template/8465dc44/images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 23px;
    margin-right: 0;
    padding: 0;
    background-color: transparent;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
    background-position: -45px -20px;
}
.parent-name {
    font-size: 14px !important;
    padding: 10px 0 0 0;
    color: #000;
}

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

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

/* ========= Product-Tabular View========== */
.product-view.tabular-view .content {
    margin: 0;
}
.product-view.tabular-view .product-name-link {
    font-family: 'Glacial Indifference';
    font-size: 16px;
    font-weight: 400;
    color: #32312f;
    max-width: 300px;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 17px;
    color: #000;
}
.product-view.tabular-view .tax-message {
    font-size: 12px;
    font-weight: 400;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
    width: 75px;
}
.product-view.tabular-view .tabular-product-view .product-table-block .product-table-view-column.header {
    height: auto;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 16px;
}
.product-view.tabular-view .tabular-product-view {
    overflow-y: auto;
}
.product-view.tabular-view .tabular-product-view .product-table-block {
    min-width: 620px;
    padding-bottom: 15px;
}
.product-view.tabular-view .price {
    padding: 0;
    font-size: 15px;
}
/* ========= End Product-Tabular View========== */

.product-view.list-view .product-view.scrollable-view .content {
    font-size:0;
    margin:0;
    text-align:left
}
.product-view.list-view .content {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 auto;
    width:100%
}
.product-view.list-view .content .product-block {
    width:calc(50% - 15px);
    padding:0;
    border:1px solid #e6e6e6;
    display:flex;
    margin:15px 0;
    overflow:hidden;
    position: relative;
    height:auto;
}
.product-view.list-view .content .product-block .image.product-image {
    width:42%
}
.product-view.list-view .content .product-block .block-content-wrap {
    width: 58%;
    padding: 25px 15px 15px 20px;
}
.product-view.list-view .content .product-block .image.product-image img {
    max-width:100%;
    max-height:100%
}
.product-view.list-view .btn-add {
    text-align: left;
    flex-direction: column;
    margin-top: 15px;
    position: unset;
    display: flex;
    padding: 0;
    justify-content: start;
}
.product-view.list-view .content .product-block .in-stock {
    margin-top: 7px;
}
.product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;
    display: block;
    padding: 0;
}
.product-view.list-view .product-name-link {
    color: #32312f;
    font-size: 17px;
    padding: 0 0 18px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    font-weight: 500;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button {
    background: #000 none repeat scroll 0 0;
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 30px;
    border: none;
    display: block;
    max-height: 40px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list::after{
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list::before {
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover::before{
    color:#000;
}
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button::after{
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button:hover,
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button:hover,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button:hover {
    background-color:#FFCB54;
    color:#000 !important;
    border: none;
}
.product-view.list-view .tax-message {
    color: #666;
    font-size: 12px;
    font-weight: 400;
}
.product-view.list-view .review-rating span {
    width: 14px !important;
    height: 14px;
}
.product-view.list-view .review-rating {
    width: auto !important;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap {
    padding: 30px 20px;
}
.product-view.list-view .product-block .review-rating-wrapper {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    margin: 0;
    top: 60px;
    bottom: auto;
}
.product-view.list-view .product-block .parent-name {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    top: 5px;
}
.product-view.list-view .block-content-wrap .price-waper .previous-price.price {
    padding: 0;
    font-size: 17px;
    display: block;
}
.product-view.list-view .product-block .price-waper > * {
    margin-right: 0;
}
.product-view.list-view .content .product-block .summary p,
.product-view.list-view .content .product-block .summary {
    font-size: 14px;
    text-align: left;
    color: #555;
    line-height: 22px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px 0 10px;
    height: auto;
}
.product-view.list-view .content .product-block .summary p{
    margin: 0;
}
.product-view.list-view .chosen-container-single .chosen-single {
    padding: 5px 14px;
    height: auto;
}
.product-view.list-view .product-block .variation-thumb .variation-type {
    justify-content: start;
}
.product-view.list-view .product-block .variation-thumb .variation-type .type-label {
    text-align: left;
}
.product-view.list-view .product-widget.widget-variation-product-list .variation-type {
    justify-content: start;
}

@media (max-width:991px) {
    .product-view.list-view .content .product-block {
        height:auto;
        width: 100%;
    }
}
@media (max-width:767px) {
    .product-view.list-view .content .product-block .image.product-image {
        width:50%
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 50%;
        padding: 25px 15px 15px 20px;
    }
    .product-view.list-view .product-block .review-rating-wrapper,
    .product-view.list-view .product-block .parent-name {
        left: 50%;
    }
}
@media (max-width:480px) {
    .product-view.list-view .content .product-block .image.product-image {
        width: 35%;
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 65%;
        padding: 25px 15px 15px 15px;
    }
    .product-view.list-view .product-block .review-rating-wrapper, .product-view.list-view .product-block .parent-name {
        left: 35%;
        padding: 0 0 0 15px;
    }
    .product-widget.widget-variation-product-list h3 {
        font-size: 14px !important;
    }
    .product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
        font-size: 14px;
        padding: 3px 2px;
    }
    .product-widget.widget-variation-product-list .variation-type {
        flex-wrap: wrap;
    }
}

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

/* ========= Product Variation ========== */
.variation-container table.matrix td {
    display: table-cell;
}
.stepper .stepper-arrow {
    z-index: 99;
}
.variation-container table.matrix tr th .text {
    font-size: 13px;
}
.product-view.scrollable-view .product-widget.widget-variation-product-list,
.product-view.image-view .product-widget.widget-variation-product-list {
    border: none;
    margin: 0 0 7px 0;
}
.product-widget.widget-variation-product-list {
    border: none;
    margin: 0;
}
.product-widget.widget-variation-product-list .variation-type {
    padding: 5px 0;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    justify-content: start;
    margin: 0;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type .type-label {
    color: #222222;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    text-transform: none;
    line-height: 22px;
    margin: 0 0 5px;
    width: 100%;
    text-align: left;
    max-width: 100%;
}
.product-widget.widget-variation-product-list .variation-thumb ul {
    margin: 0 0 0 -5px;
    padding: 0;
    line-height: normal;
}
.product-widget.widget-variation-product-list .variation-thumb ul li::after {
    content: none;
}
.product-widget.widget-variation-product-list .variation-thumb ul li {
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    padding: 0 0 5px 5px;
    margin-right: 5px;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type.color .variation-value {
    border: medium none;
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
}
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .text .variation-value,
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .variation-value.text {
    margin-right: 0;
}
.product-widget.widget-variation-product-list .variation-thumb ul li * {
    font-size: 14px;
}
.product-widget.widget-variation-product-list .variation-thumb .color .option-cell.selected .variation-value::after {
    border: 2px solid #000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px;
    text-align: center
}
.product-widget.widget-variation-product-list .variation-thumb .text .selected .variation-value {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.product-widget.widget-variation-product-list h3 {
    font-size: 16px;
    color: #222;
    font-weight: 500;
    margin: 15px 0 10px;
}
.product-view.list-view .product-block:hover .image-link::after {
    opacity: 1;
}
.product-view.list-view .product-block .image-link::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-out 0s;
}

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

.widget-variation .variation-container .variation-thumb > div {
    display: flex;
    flex-wrap: wrap;
}
.widget-variation .variation-container .variation-thumb .selected-value-display {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}
.variation-container .variation-type {margin: 0;
    padding: 0 0 15px;
    display: inline-block;
}
.popup.add-cart-information-popup .variation-container .variation-type.color {
    padding: 0 5px 15px 0;
}
.popup.add-cart-information-popup .variation-container .variation-type.text{
    padding: 0 0 15px 5px;
}
.popup.add-cart-information-popup .variation-container .variation-type {
    width: 50%;
    max-width: 100%;
}
.variation-container .variation-type.text {
    padding-bottom: 0;
}
.variation-container .variation-type .options {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 3px 0;
    line-height: 24px;
}
.variation-container .chosen-container .chosen-results .chosen-result {
    padding: 5px 10px;
    height: auto;
}
.product-widget.widget-variation .variation-container .variation-type.color .option-cell {
    height: 35px;
    width: 35px;
    padding: 5px;
}
.product-widget.widget-variation .variation-container .variation-type.color .option-cell.selected {
    padding: 5px;
    border: solid 1px #d42752;
    width: auto;
    height: auto;
}
.variation-container .variation-type.color .variation-value {
    border: none;
    padding: 0;
    display: inline-block;
    height: 23px;
    width: 23px;
    min-width: 23px;
}
.variation-container .variation-type.text ul li .variation-value.text {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
    text-transform: capitalize;
}
.variation-container .variation-type.text ul li.selected .variation-value.text{
    background-color: #000;
    border-color: #000;
    color: #fff;
    margin: 0;
}
.widget-variation .variation-container table.matrix {
    margin-bottom: 10px;
}
.selected-value-display, .widget-variation .cart-preview-panel .variation-combination-preview {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table {
    width: auto;
    margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table td {
    vertical-align: middle;
    line-height: normal;
    padding: 10px 15px;
}
.widget-variation .cart-preview-panel .cart-preview-table th {
    padding: 10px 15px;
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .price-amount {
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
    width: auto;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-input {
    width: 70px;
    padding: 9px 22px 9px 10px;
}
.widget-variation .cart-preview-panel .second-level-variation-type {
    margin-left: 0;
}
.product-view.image-view .product-block .advanced-variation-ui ,
.product-view.scrollable-view .product-block .advanced-variation-ui {
    justify-content: start;
}

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

/* ========= 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%;
}
.widget-price .price .tax-message {
    display: block;
}
.product-block .advanced-variation-ui .representation .variation-option {
    padding: 2px;
    width: auto;
    height:auto;
    min-width: 26px;
    min-height: 26px;
    line-height: normal;
}
.advance.checkout-page .form-row textarea, .advance.checkout-page textarea {
    width: 100%;
    height: auto;
    min-height: 150px;
}
.entire-search {
    margin: 0 auto;
    text-align: center;
}
.advance.checkout-page .payment-gateway-expend-view .payment-gateway-info .payment-gateway-summery {
    display: inline-block;
}
.advance.checkout-page .form-row input, .advance.checkout-page .form-row select,
.advance.checkout-page .form-row textarea, .advance.checkout-page textarea {
    border: 1px #cdcdcd solid;
    font-size: 16px;
    padding: 10px;
}
.cartitem-table .discount-column {
    width: auto;
}
.registration-form .form-row .errorlist.after .message-block {
    overflow: hidden;
    max-width: 335px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header .sortable {
    margin-top: 5px;
    margin-bottom: 5px;
    float: right;
}
.pagination-literal-status {
    margin: 5px 10px 5px 0;
}
.flying-cart-container .message-block.error-message, .flying-cart-container .message-block.error,
.flying-cart-container .message-block.info-message, .flying-cart-container .message-block.success {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}
.registration-form .form-row.validation-error {
    border: none;
    background: transparent;
}
.registration-form > .errorlist.after {
    margin: 10px 0 10px 15px;
    position: unset;
    padding: 0;
}
.registration-form .Zebra_DatePicker_Icon_Wrapper::after {
    content: none;
}
.registration-form button.Zebra_DatePicker_Icon {
    background-position: right center;
}
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label,
.registration-form .form-row.simple_captcha_help_text label {
    display: none;
}
.password-reset-form .form-row {
    vertical-align: bottom;
}
#customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link a {
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title {
    margin-bottom: 20px;
}
.scrollable-view {
    border-bottom: none;
}
.widget-variation .advanced-variation-ui {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex-direction: inherit;
}
.widget-variation .advanced-variation-ui .representation {
    margin: 0 7px 0 0;
}
.stepper .stepper-arrow {
    z-index: 99;
}
.widget-variation .selected-variation-product table {
    border: none;
}
.product-widget.widget-variation .variation-container #selected-variation-products {
    margin: 20px 0;
}
.widget-variation .advanced-variation-ui > .representation .variation-option {
    padding: 5px;
    width: 30px;
    height: 30px;
}
.widget-variation .cart-preview-panel .cart-preview-table .variation-option.text {
    border: none;
    padding: 0;
    margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
    display: flex;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
    width: auto;
}
.widget-variation .advanced-variation-ui #variation-combination-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
.widget-productImage .detail-image-swiper {
    display: none;
}
#customer-profile-tabs .scrollable-view .content {
    max-width: 100%;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
    width: auto;
}
.product-view.list-view .content .product-block .image.product-image .btn-add {
    padding: 0 10px;
}
#customer-profile-tabs .scrollable-view .header {
    padding: 0;
}
select.per-page-count {
    width: 75px;
}
.empty-flying-cart-wrapper .empty-flying-cart-icon {
    font-size: 15px;
}
.registration-form .errorlist.after,
.page-checkout .errorlist.after {
    position: unset;
}
.advance.checkout-page .error-field-error.inline-error, .advance.checkout-page .validation-error {
    border: none;
    background: transparent;
}
.advance.checkout-page button.Zebra_DatePicker_Icon,
.advance.checkout-page button.Zebra_DatePicker_Icon:hover {
    background: transparent;
}
.advance.checkout-page .Zebra_DatePicker_Icon_Wrapper::after {
    content: none;
}

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

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

/* Latest flying cart popup */
.flying-cart-content.page-content.loading.popup {
    max-height: 100vh;
    padding: 0;
}
.flying-cart-content .flyingt-cart-header {
    padding: 18px 20px;
}
.flying-cart-content .cart-item-row.flying-cart-item.odd.cart-item {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-footer {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input {
    border: none;
}
.flying-cart-content .flying-cart-product-name a:hover {
    color: #FFCB54;
}
div.flying-cart-footer .continue-shopping-btn,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
    background: #000;
    color: #fff;
    margin: 0;
    border: 2px solid transparent;
    padding: 10px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
}
div.flying-cart-footer .continue-shopping-btn:hover,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
    background: #FFCB54;
    color: #000;
    border: 2px solid transparent;
}
.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;
    padding: 3px 9px;
    background: #000;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button:hover {
    background: #FFCB54;
    color: #000;
}
.flying-cart.empty-cart .shipping-cart-empty-sub-text {
    text-align: center;
}

/* new*/

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

@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-B78B91F8-E168-49A7-BC62-EEAEA6B7A331 ,
.auto-page.page-checkout #bs-B78B91F8-E168-49A7-BC62-EEAEA6B7A331 {
    padding: 0;
}
.auto-page.page-cart .page-content,
.auto-page.page-checkout .page-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom select,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom select {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button{
    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: #FFCB54;
    color: #000;
}
.checkout-page.version-2 .message-block.error,
.checkout-page.version-2 .message-block.error-message,
.checkout-page.version-2 .message-block.info-message,
.checkout-page.version-2  .message-block.success{
    font-size: 13px;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .promo-codes-form .input-wrapper button {
    width: auto;
    margin: 0;
}
.advance.checkout-page .terms-and-condition span, .advance.checkout-page .terms-and-condition span > a {
    font-weight: 400;
    font-size: 14px;
}
.bottom-snippet-content-advance-checkout p {
    margin: 10px 0;
    font-size: 15px;
}

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

/* shopping cart page*/
.shopping-cart .my-cart-products-order-summary {
    flex-wrap: wrap;
}
.shopping-cart .product-card__product-name_product-variation {
    max-width: 250px;
}
@media (max-width: 991px) {
    .shopping-cart .product-card__product-name_product-variation {
        max-width: 215px;
    }
}
.shopping-cart .product-card.cart-item:last-child {
    margin-bottom: 40px;
}
.shopping-cart .product-card__action-button-wrapper .add-to-wish-list::after,
.shopping-cart .product-card__action-button-wrapper .add-to-wish-list::before {
    display: none;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
    padding: 0;
    width: 100%;
}
.shopping-cart .my-cart-order-summary {
    max-height: 470px;
}
.shopping-cart .my-cart__header {
    margin-bottom: 25px;
}
.shopping-cart .my-cart__header-button-wrapper .button {
    width: auto;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background: #000;
    border: none;
    margin: 0;
    color: #fff;
    padding: 12px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover{
    background: #FFCB54;
    color: #000;
}
.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;
    }
}

/* end shopping cart page*/

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

@media (max-width: 991px) {
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 30px;
    }
    .payment-success-page-container {
        padding: 50px 15px 70px;
    }
}
@media (max-width: 767px) {
    .payment-success-page-container {
        padding: 40px 15px 50px;
    }
    .payment-success-page-container .cartitem-table td.quantity .wrapper::before {
        text-align: left;
        width: auto;
    }
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 15px 20px;
    }
    div.flying-cart-content.page-content.loading.popup.active {
        height: 100% !important;
    }
}
/* end new check-out page */
/*=============== End New Feature fixing ===================*/

#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body {
    padding-right: 100px;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    margin: 15px 0 0;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
    margin-bottom: 20px;
}
.order-summary-card__button-wrapper .continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping,
.shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    padding: 10px;
    width: auto;
    margin: 15px 0 0;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .header-wrapper img {
    margin-bottom: 20px;
}
.iti__selected-country {
    color: inherit !important;
}
.wc-load-more-pagination-wrapper {
    margin: 20px auto 10px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}
.wc-load-more-pagination-wrapper .load-more-result-title {
    display: block;
    margin: 10px 0;
    font-size: 15px;
}
.product-view.tabular-view .product-table-view-row:last-child {
    border: none;
}
.payment-success-page-container .order-details .payment-success-total table td, .wrapper .price {
    font-size: 14px;
}

/* gift-card-popup*/

.add-cart-information-popup .header .close-icon::after,
.add-cart-information-popup .header .close-icon::before {
    display: none;
}
.add-cart-information-popup .header {
    padding: 20px 32px 20px;
      text-align: left;
}
.add-cart-information-popup .header .title {
    line-height: normal;
    margin: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large,
.add-cart-information-popup .body .medium {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large.validation-error,
.add-cart-information-popup .body .medium.validation-error,
.add-cart-information-popup .body .form-row.gift-card-date-field .large:focus,
.add-cart-information-popup .body .medium:focus {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button{
    display: inline-block;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    height: auto;
    line-height: 23px;
    margin: 0 10px;
    border-radius: 0;
    text-transform: capitalize;
    padding: 10px;
    letter-spacing: 0.1em;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button:hover{
    background: #FFCB54;
    color: #000;
    border-color: #ffcb54;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn{
    margin: 0;
    display: inline-block;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    color: #000;
    line-height: 23px;
    border: 2px solid #000;
    height: auto !important;
    padding: 10px;
    letter-spacing: 2px;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn:hover {
    border: 2px solid #FFCB54 !important;
    background: #FFCB54;
    color: #fff;
}
.product-widget.product-widget.widget-addCart .gift-button-container .send-as-gift-button {
    margin: 10px 0;
    font-size: 15px;
    display: inline-block;
    line-height: 34px;
    padding: 2px 15px;
    border: 2px solid #000;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
    max-width: 100%;
}
.product-widget.product-widget.widget-addCart .gift-button-container .send-as-gift-button:hover{
    border: 2px solid transparent;
}
.add-cart-information-popup .body button.Zebra_DatePicker_Icon {
    background: none;
    border: none;
}
.add-cart-information-popup .body .Zebra_DatePicker_Icon_Wrapper::after{
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.add-cart-information-popup .form-content .double-input-row {
    align-items: start;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .gift-card-panel .row {
    margin-left: 0;
    margin-right: 0;
}
.add-cart-information-popup.popup .body {
    overflow-y: auto;
    max-height: 500px;
}
.add-cart-information-popup.popup .body-scroll-control.app-tab-incomplete-data-cart-popup{
    height: auto;
    max-height: 100%;
}
.add-cart-information-popup.popup .body .ps__rail-x {
    display: none;
}
.add-cart-information-popup .form-row textarea {
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .page-home .product-view .header{
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .add-cart-information-popup .body .body-scroll-control {
        padding: 20px 0;
    }
    .add-cart-information-popup.popup .body {
        max-height: 300px;
    }
    .customer-profile-v2-wrapper {
        padding: 50px 15px;
    }
    #customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
        width: 100%;
        margin: 0;
    }
    .page-profile .site-popup .content {
        padding: 0 !important;
    }
    .widget.widget-product.recommended-slider {
        margin: 0 auto;
    }
    .page-home .widget-container > .page-content > .v-split-container > .v-split .widget,
    .page-home .widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
        padding-left: 0;
        padding-right: 0;
    }
    .widget.widget-snippet .wc-snippet-expreance .container,
    .widget.widget-snippet .wc-snippet-shop-by-category .container{
        max-width: 100%;
        padding: 0 15px !important;
    }
    .widget.widget-snippet .wc-snippet-expreance .row,
    .widget.widget-snippet .wc-snippet-shop-by-category .row{
        margin: 0;
    }
    .widget.widget-snippet .wc-snippet-expreance .col-md-6 {
        padding: 10px 0 !important;
    }
    .widget.widget-snippet .wc-snippet-eceryday {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .widget.widget-snippet .wc-snippet-eceryday img {
        min-height: 185px;
    }
    .widget.widget-product.recommended-slider {
        margin: 0 15px !important;
    }
    .widget.widget-snippet .wc-snippet-shop-by-category .col-md-3.col-sm-6 {
        padding: 10px 0 20px !important;
    }
    .widget.widget-snippet .wc-lorem-ipsum {
        padding: 0 15px !important;
    }
    body.page-shop .product-view .header .btn-group.view-switchers {
        padding-left: 0;
    }
}
/* End gift-card-popup*/
#selected-variation-products {
    margin: 20px 0 0;
}
#selected-variation-products h2 {
    font-size: 24px;
    margin-top: 0;
}
.widget-variation .selected-variation-product td {
    border: none;
}

/*=============== End New Feature fixing ===================*/

.widget-html.newsletter-text p {
    color: #fff;
}
.widget-image.payment-gateway {
    padding-top: 0;
}
.widget-productImage .image-preview-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.image-preview-box.product-detail-view>img {
    width: 100%;
    height: 100%;
}
.widget-productImage .multi-image-scroll-wrapper {
    max-width: 700px;
    border: 0;
    overflow: unset;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
}
.product-thumb-view img {
    max-width: 162px;
    max-height: 143px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-productImage .image-thumb-container .thumb-image {
    padding: 0;
    margin: 0 15px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #FFCB54;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    background-image: url("../images/product-thumb-arrow.svg");
    width: 37px;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 5px 0;
    overflow: hidden;
}
.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
    background-position: 0 center;
    left: -18px;
    z-index: 1;
    cursor: pointer;
}
.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
    background-position: -40px center;
    right: -18px;
    cursor: pointer;
    z-index: 1;
}
.page-login .checkout-as-guest-button a {
    width: 100%;
    border-radius: 0;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover,
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover,
.checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
    color: rgb(255, 203, 84);
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name {
    padding: 0 10px 0 0;
}
.password-meter-wrap {
    position: absolute;
    top: -5px;
    right: 17px;
    width: 135px;
    bottom: auto;
}
.password-meter-wrap .password-description {
    font-size: 13px;
    width: auto;
    line-height: 10px;
    margin-top: 12px;
}
.password-meter-wrap .password-strength-bar {
    display: block;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    height: 8px;
}
.password-meter-wrap .weak {
    width: 70px;
}
.page-profile .site-popup .payment-form .form-row.agree-terms.validation-error {
    background-color: transparent;
    border: 0;
    color: #000;
}
.new-review-panel .review-image-input-with-dropzone-wrapper::before {
    filter: grayscale(100%);
}


.registration-form textarea {
    width: 100%;
    min-height: 100px;
}

.widget-snippet .wc-lorem-ipsum .image-wrapper {
    max-height: 585px;
}
.widget-snippet .wc-snippet-eceryday .image-wrapper img, .widget-snippet .wc-lorem-ipsum .image-wrapper img, .widget-snippet .wc-snippet-expreance .col-md-6.item-one .image-wrapper img, .widget-snippet .wc-snippet-expreance .col-md-6.item-two .image-wrapper img {
    height: 100%;
    width: 100%;
}
.widget-snippet .wc-snippet-expreance .col-md-6.item-one .image-wrapper {
    max-width: 694px;
    max-height: 640px;
}
.widget-snippet .wc-snippet-expreance .col-md-6.item-two .image-wrapper{
    max-width: 666px;
    max-height: 761px;
}
.fee .widget-snippet .wc-snippet-expreance .col-md-6.item-two .image-wrapper::after, .fee .widget-snippet .wc-snippet-expreance .col-md-6.item-one .image-wrapper::after {
  display:none;
}
.widget-snippet .wc-snippet-eceryday .image-wrapper {
    max-width: 1600px;
    max-height: 558px;
}
.property-details-contain-container .query-form .form-group+.form-group {
    margin-top: 25px;
}
/* Under Construction Page */

.maintenance-message-block {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.maintenance-message-block h1 {
    font-size: 32px;
    background-color: #f9f9f9;
    padding: 50px 60px;
    line-height: 1.4;
    color: #000;
}
@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;
}

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

/*product details page*/

.product-view.image-view .sold-out-tag.tag-mark, .product-view.scrollable-view .sold-out-tag.tag-mark,
.product-view .sold-out-tag.tag-mark{
    display: inline-block;
    color: #000;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFCB54;
    width: auto;
    padding: 2px 5px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark,
.product-view .featured.tag-mark{
    display: inline-block;
    color: #000;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFCB54;
    width: auto;
    padding: 2px 5px;
}
.widget-productImage .image-preview-box .sold-out-tag.tag-mark{
    display: inline-block;
    color: #000;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FFCB54;
    width: auto;
    padding: 2px 5px;
    top: auto;
}
.widget-productImage .image-preview-box .featured.tag-mark {
    display: inline-block;
    color: #000;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FFCB54;
    width: auto;
    padding: 2px 5px;
    bottom: auto;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    left: auto;
    top: auto;
}
.product-view.image-view .new.tag-mark,
.product-view.scrollable-view .new.tag-mark,
.product-view .new.tag-mark{
    top: 0;
}

/*end product details page*/

.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    white-space: nowrap;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border-color: #FFCB54;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #ccc;
}
.widget-productImage .image-thumb-container .thumb-image {
    display: inline-block;
}

/*---- upgrate-css----*/
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]::after {
    font-size: 50px;
}
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20l"]:hover::after,
.widget-gallery.fee-gallery-jssor .jssor-slider-container [class^="jssora20r"]:hover::after{
    color: #fff;
    opacity: inherit;
}
.fee-gallery-jssor .jssor-slider-container .jssorb03 div span {
    width: 9px;
    height: 9px;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button {
    bottom: 110px;
    top: auto;
}
.fee-gallery-owl .product-view .owl-item .product-block .review-rating-wrapper .review-rating,
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name {
    text-align: center;
    width: 100% !important;
    padding: 15px 10px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
    padding-left: 23px;
}
.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
    top: 1px;
}
.widget-gallery.fee-gallery-swiper .swiper-horizontal {
    padding-bottom: 50px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev ,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    top: auto;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
    left: 50%;
    margin-left: -40px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
    right: 50%;
    margin-right: -40px;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
    width: 180px;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 td {
    padding: 15px 10px;
}
.agent-list-item > a.read-button:hover, .agent-list-item > a.read-button:hover::after,
.shopping-cart .product-card__product-name a:hover,
.shopping-cart .order-summary-card__add-promo-codes .text-align:hover,
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover,
.checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
    color: #FFCB54;
}
.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 #FFCB54 solid;
    background-color: #FFCB54;
    color: #000;
}
.property-details-contain-container .agent-container .agent-info h5 a {
    color: #FFCB54;
}
.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: #FFCB54;
    border: 2px #FFCB54 solid;
    color: #000;
    font-size: 16px;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover,
.property-details-contain-container .query-form button:hover {
    background-color: #fff;
    border: 2px #000 solid;
    color: #000;
}

@media (max-width: 991px) {
    .property-listing-details .inquire-agent-section__title {
        font-size: 28px;
        margin: 50px 0 30px;
    }
    .property-listing-details__description .header-title {
        font-size: 24px;
    }
    .property-listing-details .inquire-agent-section__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .property-listing-details .inquire-agent-section__agent {
        margin-top: 30px;
    }
    .property-listing-details__description-price-guide {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .property-listing-details__price-guide {
        flex: 0;
    }
}
@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;
    }
}

@media screen and (max-width: 1500px) {
    .responsive.page-agent-listing .body .widget-container .page-content{
        margin:0 -20px;
    }
}
@media screen and (max-width: 767px) {
    .responsive.page-agent-listing .body .widget-container .page-content{
        margin:0 -15px;
    }
}

.page-agent-listing .widget-pageHeading{
    margin: 0 auto;
}
.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
    padding-left: 20px;
    padding-right: 20px;
}
.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
    height: auto;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
    background-color: #FFCB54;
    font-size: 16px;
    color: #000;
    width: auto;
    border: 2px solid #000;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #fff;
    color: #000;
}
.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title,
.agent-list-item .profile p {
    line-height: 22px;
}
.property-agent-details-page .agent-short-info .agent-mobile-info a.agent-mobile-info-link {
    line-height: 28px;
    color: #FFCB54;
}

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

@media (max-width: 767px) {
    .property-agent-details-page .agent-short-info {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .property-agent-details-page .agent-short-info .agent-short-container {
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
        font-size: 28px;
        line-height: normal;
    }
    .property-agent-details-page .agent-short-info .agent-short-container .agent-position-info {
        margin: 10px 0 15px;
        padding-bottom: 20px;
    }
    .property-agent-details-page .agent-summery-info {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
    font-size: 17px;
    padding-left: 10px;
}
.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
    display: flex;
    align-items: center;
    padding: 7px 0;
    width: 100%;
    order: 7;
    margin-bottom: 20px;
}
div.flying-cart-content .free-products .product-block.product-view-height-width {
    width: auto;
}
.flying-cart-content .free-products .product-block .price span {
    font-size: 14px;
}
.flying-cart-content .free-products .current-price .free-product-text,
.product-view.scrollable-view .product-block .free-product-text,
.product-view.image-view .product-block .free-product-text {
    color: #18D294 !important;
}
.col.action-column .add-to-cart-product button {
    padding: 5px 14px;
    height: auto;
}
.frequently-bought-together-products .total-price-section {
    margin: 20px 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: #FFCB54;
    border: 1px solid #FFCB54;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block:hover .product-image-link::after {
    content: none;
    position: inherit;
}
.advance-cart-details.shopping-cart .variation-dropdown-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .variation-value {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.advance-cart-details.shopping-cart .chosen-wrapper.variation-type .type-label {
    margin: 0 0 5px;
    display: contents;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .selected .variation-value {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .options {
    height: 35px;
    width: 35px;
    padding: 5px;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .variation-value {
    border: none;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 23px;
    line-height: 20px;
    margin-right:0;
    min-width: 23px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .selected {
    padding: 5px;
    border: solid 1px #FFCB54;
}
.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;
    margin-bottom: 20px;
}
.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 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .product-name {
    min-height: auto;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block .recommend-item-image-wrapper {
    height: 300px;
    max-width: 100%;
}

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

/*-------product-fee-fixing-----*/
.sale-percent-display {
    color: #000;
    background: #FFCB54;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block {
    height: auto;
}
.fee-widget-product-list-view .review-rating span {
    background-size: 85%;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    height: auto;
    border-left: 1px solid #e6e6e6;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover,
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
    border: 1px solid #e6e6e6 !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
    background: #FFCB54;
    border: 1px solid #FFCB54;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
    background: #fff;
    border: 1px solid #FFCB54;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0 0 10px !important;
    height: auto;
    padding: 6px 10px;
    line-height: 24px;
    text-transform: uppercase;
    max-width: 100%;
    border-radius: 0;
    font-weight: 500;
    color: #000 !important;
    background: transparent !important;
    border: 1px solid #000 !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button::after{
    display: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-wish-list,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button {
    background: #fff;
    border: 1px solid #000;
    color: #000 !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .remove-from-compare-button.button:hover {
    border: 1px #000 solid!important;
    background: #000 !important;
    color: #fff !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    text-align: left;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper,
.fee-widget-product-image-view .product-view.image-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
    text-align: left;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper,
.fee-widget-product-image-view .product-view.image-view .block-content-wrap > .price-waper {
    align-items: start;
    flex-direction: column;
}
.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-image-view .product-view.image-view .out-of-stock,
.fee-widget-product-image-view .product-view.image-view .in-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .out-of-stock,
.fee-widget-product-scroll-view .product-view.scrollable-view .in-stock {
    padding: 10px 15px 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a:hover {
    color: #FFCB54;
}
.fee-widget-product-image-view .product-view.image-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-image-view .product-view.image-view .summary p,
.fee-widget-product-scroll-view .product-view.scrollable-view .summary p{
    font-size: 13px;
    text-align: left;
    margin: 0;
    height: auto;
}
.fee-widget-product-image-view .product-view.image-view .review-rating-wrapper .review-rating.read-only,
.fee-widget-product-scroll-view .product-view.scrollable-view .review-rating-wrapper .review-rating.read-only {
    text-align: left;
    width: 100% !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .review-rating.read-only,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .review-rating.read-only {
    margin: 10px 15px;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 0;
    text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .content {
    font-size: 15px;
}
.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    padding-top: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add{
    margin-bottom: 10px;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .block-content-wrap > .price-waper {
    display: flex;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add {
    transform: none;
    height: auto;
    display: block;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button {
    background: #FFCB54 none repeat scroll 0 0 !important;
    border: 1px solid #FFCB54 !important;
    font-family: inherit;
    text-transform: capitalize;
    padding: 10px 15px;
    max-width: 100%;
    letter-spacing: normal;
    line-height: 24px;
    border-radius: 0;
    display: inline-block;
    font-size: 15px !important;
    height: 50px;
}
.fee-widget-product-image-view .product-view.image-view .add-to-wish-list:hover::after,
.fee-widget-product-image-view .product-view.image-view .add-to-compare-button:hover::after,
.fee-widget-product-image-view .product-view.image-view .add-to-wish-list:hover::after,
.fee-widget-product-image-view .product-view.image-view .remove-from-compare-button:hover::after {
    color: #FFCB54;
}
.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: #FFCB54;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button {
    background: transparent !important;
    height: auto;
    border: 1px #000 solid !important;
    font-size: 12px !important;
    color: #000 !important;
    padding: 6px 10px !important;
    line-height: 1.5em !important;
    text-transform: uppercase;
    font-family: 'GT Walsheim Pro', sans-serif;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button:hover{
    background: #000 !important;
    border: 1px solid #000 !important;
    color: #fff !important;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button:hover::after{
    color: #fff;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link:hover,
.fee-widget-product-tabular-view .product-view.tabular-view .product-name-link:hover {
    color: #FFCB54;
}
.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: #FFCB54;
}
.fee-widget-product-image-view .product-view.image-view .price-waper .current-price.price span {
    font-size: 17px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header .scroller {
    z-index: auto;
}



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

/*--last-fixing---*/
.fee-gallery-owl .blog-post-item .title {
    font-size: 18px;
    line-height: 1.468;
    margin: 7px 0;
    padding: 0 20px 0 0;
}
.fee-gallery-owl .blog-post-item .title a{
    color: #32312f;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.blog-post-item .title a:hover {
    color: #FFCB54;
}
.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: #FFCB54;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
    color: #FFCB54;
}
.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: #FFCB54;
    border: 1px solid #FFCB54;
}
.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: #FFCB54 !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: #FFCB54;
    border: 1px #FFCB54 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
    background: #FFCB54;
    border: 1px solid #FFCB54;
}
.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: #FFCB54;
}
.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: #FFCB54;
}
.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: #FFCB54;
}

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

@media (max-width: 767px) {
    .compare-details {
        margin-bottom: 40px;
    }
    .compare-details .title.page-heading {
        font-size: 26px;
    }
}

#selected-variation-products .variation-selected-product {
    border: none;
}
.popup.add-cart-information-popup .sending-type-by-email .title {
    color: #000;
}
.popup .cart-summary {
    margin: 0 0 30px;
}

.page-post-payment .auto-page .page-content{
    padding-left: 0;
    padding-right: 0;
}
.donation-details__agreement-label {
    font-size: 15px;
    line-height: 22px;
}
.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
    background: #FFCB54 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: #FFCB54;
}
.donation-success-page-content .order_details_table {
    padding: 0;
}
.registration-form .registration-terms-condition-wrapper a label:hover{
    color: #FFCB54;
}
.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: -3px;
}
.widget-gallery.fee-gallery-swiper .swiper-horizontal {
    padding-bottom: 50px;
}
.agent-list-item > a.read-button:hover,
.agent-list-item > a.read-button:hover::after {
    color: #FFCB54;
}
.widget-blogCategory.fee--blog-category-1 .content {
    margin: 0;
}

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

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

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

@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;
    }
}
.auto-page.page-post-payment .spacer,
.auto-page.page-donation-confirm .spacer,
.auto-page.page-donation .spacer,
.auto-page.page-post-payment .spacer,
.page-post-payment .spacer,
.page-agent-listing .spacer{
    height: 0 !important;
}

.auto-page.page-post-payment .page-content,
.page-post-payment.auto-page .page-content,
.page-agent-listing.auto-page .page-content {
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
}
.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
    padding-left: 15px;
    padding-right: 15px;
}
.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
    height: auto;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
    background-color: #000;
    font-size: 16px;
    color: #fff;
    width: auto;
    border: none;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #FFCB54;
    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: #FFCB54;
}

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

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

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

.fee-gallery-owl.fee_img-gallery_article_owl .owl-item .item {
    aspect-ratio: 0;
}
.fee-gallery-owl .blog-post-item .title {
    font-size: 18px;
    line-height: 1.468;
    padding: 0 20px 0 0;
}
.fee-gallery-owl .blog-post-item .title a {
    color: #222;
    font-size: 20px;
    font-weight: 400;
}
.fee-gallery-owl .blog-post-item .content {
    font-size: 14px;
    padding: 15px 0;
}
.fee-gallery-owl .blog-post-item .details-link.link a {
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-post-item .title a:hover {
    color: #FFCB54;
}
.fee-gallery-owl .blog-post-item .blog-post-info a:hover{
    color: #FFCB54;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
    color: #FFCB54;
}
.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: #FFCB54;
    border: 1px solid #FFCB54;
}
.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: #FFCB54;
    border: 1px #FFCB54 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover,
.widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
    background: #FFCB54;
    border: 1px solid #FFCB54;
}
.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: #FFCB54;
    border: 1px solid #FFCB54;
}
.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: #FFCB54;
}
.fee-gallery-swiper .category-image-view .category-name,
.fee-gallery-owl .category-image-view.category .category-name {
    padding: 20px 10px 10px;
}

@media (max-width: 767px) {
    .galleriffic-gallery-wrap.alternate-layout .galleriffic-content,
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container {
        padding: 0 15px;
    }
}
.fee-blog-design-1 .post-description .content,
.fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content,
.fee-blog-design-4 .post-description .content {
    padding: 15px 0;
    margin: 0;
}
.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide img {
    max-width: 100%;
    width: 100%;
}
.page-post-payment .auto-page .page-content{
    padding-left: 0;
    padding-right: 0;
}
.donation-details__agreement-label {
    font-size: 15px;
    line-height: 22px;
}
.donation-address-page-content .form-row .submit-button,
.donation-details__continue-button-wrapper .donation-details__continue-button {
    background: #000 none repeat scroll 0 0;
    height: auto;
    line-height: normal;
    color: #ffffff;
    border:none !important;
}
.donation-address-page-content .form-row .submit-button:hover,
.donation-details__continue-button-wrapper .donation-details__continue-button:hover {
    background: #FFCB54 none repeat scroll 0 0;
    color: #ffffff;
}
.donation-success-page-content .message-details a:hover {
    color: #FFCB54;
}
.donation-success-page-content .order_details_table,
.donation-success-page-content .payment-success-total table {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .donation-success-page-content-inner .cartitem-table tr.title,
    .donation-success-page-content-inner .cartitem-table tr {
        display: table-row;
    }
    .donation-success-page-content-inner .cartitem-table tr:last-child td {
        border-bottom: 1px solid #F3F3F3;
    }
    .donation-success-page-content-inner .cartitem-table tr td,
    .donation-success-page-content-inner .cartitem-table tr td.price {
        text-align: left;
    }
    .donation-success-page-content-inner .cartitem-table td {
        display: table-cell;
    }
}

/*---- Sub category ----*/
.category.category-detail-view.category-detail-width.category-details-page-with-background.category-details-banner-image-wrapper {
  width: 100%;
  padding: 0;
  max-height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.category-details-container .category-details-page-with-background {
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
}
.category-details-container .category-details-page-with-background > img {
    max-width: 100%;
    max-height: 100%;
	width: 100%;
}
.subcategory-container .content.category-content {
    margin: 0;
}
.subcategory-container .category-view .category {
    border: medium none;
    box-sizing: content-box;
    margin: 0;
    padding: 15px 0;
}
.subcategory-container .category-view .category .category-name {
    text-align: center;
    margin: 15px auto;
    display: block;
}
.subcategory-container .category-view .category .category-name .category-name-link {
    font-size: 18px;
    color: #000;
}
.subcategory-container .category-view .category .category-name .category-name-link:hover {
    color: #FFCB54;
}
.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: #FFCB54;
}
.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title,
.agent-list-item .profile p {
    line-height: 22px;
}
.bottom-snippet-content-advance-checkout div, .bottom-snippet-content-advance-checkout div p {
    line-height: 24px;
    margin: 20px 0;
}
.bottom-snippet-content-advance-checkout a {
    margin-right: 7px;
}
.registration-form .registration-terms-condition-wrapper a label:hover{
    color: #FFCB54;
}
.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;
}
@media(min-width: 768px){
    .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel {
        max-height: unset!important;
    }
}

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

@media (max-width: 767px) {
    .page-pass-code-authorization form.pass-code-verify-form.valid-verify-form {
        padding: 20px;
    }
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
.change-store-credit-amount-popup.popup .popup-bottom .button-item button{
    background: #FFCB54;
    border-color: #FFCB54;
    color: #fff;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup:hover,
.change-store-credit-amount-popup.popup .popup-bottom .button-item button:hover{
    background: #000 none repeat scroll 0 0;
    color: #fff;
    border-color: #000;
}

.custom-field-container.custom-field-container-for-widget {
    padding-bottom: 30px;
}
.custom-field-container-for-widget input[type="radio"], .custom-field-container-for-widget input[type="checkbox"] {
    height: 18px;
    width: 18px;
    margin-top: 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;
}
.property-list-filter-options ul li::after {
    content: none;
}
.property-content .details-view a:hover {
    border: 1px solid #000;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-image {
    height: 300px;
}
.fee-gallery-swiper.swiperSlider .product-view.image-view .product-block {
    width: 100%;
}
.blog-post-info a {
    color: #000;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .details-link.link a:hover{
    color: #FFCB54;
}
.compare-details .heading {
    padding: 0 0 20px;
}
.compare-details table td, .compare-details table th {
    padding: 10px;
}
.compare-details table th {
    color: #222;
    font-size: 15px;
}
#bmui-tab-description {
    overflow-y: auto;
}
.bmui-tab-panel table {
    min-width: 400px;
}
.product-widget.product-widget.widget-addCart .gift-button-container {
    margin: 0;
}

/* product quick view */
.product_quick_view_popup {
    left: 50%;
    padding: 0;
    right: 0;
}
.product_quick_view_popup.popup .scroller span.view-right,
.product_quick_view_popup.popup .scroller span.view-left {
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
}
.product_quick_view_popup.popup .scroller span.view-right {
    right: 0;
}
.product_quick_view_popup.popup .scroller span.view-left {
    left: 0;
}
.product_quick_view_popup.popup .scroller span.view-left:before,
.product_quick_view_popup.popup .scroller span.view-right:before {
    display: none;
}
.product_quick_view_popup.popup .scroller span.view-left:after,
.product_quick_view_popup.popup .scroller span.view-right:after {
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 27px;
}
.product_quick_view_popup.popup .scroller span.view-left:after {
    content: "\f104";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-right:after {
    content: "\f105";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-left:hover:after,
.product_quick_view_popup.popup .scroller span.view-right:hover:after {
    color: #fff;
    opacity: 0.7;
}
.product_quick_view_popup.popup .body {
    height: calc(100% - 52px);
    margin: 0;
    padding: 20px 40px 30px;
}
.product_quick_view_popup.popup.popup .header {
    border-bottom: none;
    padding: 0;
    min-height: unset;
    height: auto;
}
.product_quick_view_popup.popup.popup .product-name {
    padding-bottom: 20px;
}
#webcommander-page .product-view .quick-view-btn.button {
    font-size: 14px;
    width: auto;
    min-width: 110px;
    max-width: unset;
    height: auto;
    left: 50%;
    right: auto;
    top: 40px;
    bottom: auto;
    transform: translateX(-50%);
    padding: 6px 15px;
    z-index: 9;
}
#webcommander-page .product-view .quick-view-btn.button:before,
#webcommander-page .product-view .quick-view-btn.button:after {
    display: none;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    white-space: nowrap;
}
.widget-productImage .image-thumb-container .thumb-image.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%;
}
.checkout-header-btn-wrapper.top{
    text-align:right;
    max-width: 456px;
}
.checkout-header-btn-wrapper.top .button {
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: 1px rgba(0, 0, 0, 1) solid;
    border-radius: 3px;
    padding: 8px 16px;
    transition: all 300ms ease-out 0s;
    cursor: pointer;
    height: auto;
    display: inline;
}
.checkout-header-btn-wrapper.top .button:hover {
    background-color: #FFCB54;
    border-color:#FFCB54;
    box-shadow: none;
}
@media (max-width: 1024px) {
    .product_quick_view_popup {
        width: 100%;
        top: 40%;
        max-width: calc(100% - 40px);
        transform: scale(1) translate(-50%,-50%) !important;
    }
}
@media (max-width: 767px) {
    .product_quick_view_popup {
        max-width: calc(100% - 30px);
    }
    .product_quick_view_popup.popup .body {
        padding: 0 40px 30px;
        max-height: 100%;
    }
    .product_quick_view_popup .l-fixed-container {
        display: flex;
        flex-wrap: wrap;
    }
    .responsive .product_quick_view_popup .product-widget.widget-socialMediaShare,
    .product_quick_view_popup .product-widget.product-widget.widget-addCart {
        padding-left: 0;
    }
    .product_quick_view_popup .product-widget.widget-socialMediaShare::before,
    .product_quick_view_popup .product-widget.product-widget.widget-addCart::before {
        display: none;
    }
    .product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        width: 100%;
        max-width: 100%;
        padding-right: 0 !important;
        flex: inherit !important;
    }
    .product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
        width: 100%;
    }
    .responsive .product_quick_view_popup {
        top: 50%;
        bottom: auto;
    }
}
.payment-success-page-container .order-details .order_details_table tr th,
.payment-success-page-container .order-details .order_details_table tr td {
    background: transparent;
}
.change-store-credit-amount-popup.popup {
    padding: 0;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
.change-store-credit-amount-popup.popup .popup-bottom .button-item .change-amount {
    margin: 0;
    width: auto;
    height: auto;
    text-transform: uppercase;
}
.change-store-credit-amount-popup.popup .header .close-popup {
    cursor: pointer;
}
@media (max-width: 767px) {
    .change-store-credit-amount-popup.popup {
        width: calc(100% - 40px) !important;
        min-width: auto;
    }
    .change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup,
    .change-store-credit-amount-popup.popup .popup-bottom .button-item .change-amount {
        margin: 10px 0 0;
    }
}
