/*--- Google Fonts ---*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
/*--- End Google Fonts ---*/
/*--- Flate Icon Fonts---*/
/*--- End Flate Icon Fonts---*/

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
html {font-family: 'Nunito Sans'; -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: #fff;
    background: #1c4f52;
    padding: 0 2px;}
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: 'Nunito Sans';
    font-size: 17px;
    line-height: 22px;
    color: #102C2E;
    font-weight: 400;
}
::selection {
    background-color: #1c4f52;
    color: #fff;
}
::-moz-selection {
    background-color:  #1c4f52;
    color: #fff;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;


}
select::-ms-expand {
    display: none;
}
input,
button,
select,
textarea {
    font-family: 'Nunito Sans';
    font-size: inherit;
    line-height: inherit;
}
a{
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
a:hover{
    color: #000;
}
.widget-article a{
    font-family: 'Nunito Sans';
    font-size: 16px;
    color: #102C2E;
    font-weight: 400;
    text-decoration:underline;
}
.widget-article a:hover{
    color: #000;
}


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: #1C4F52;
    font-family: 'Nunito Sans';
    text-transform: capitalize;
    font-weight: 600;
}
h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0;
}
h4, h5, h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
}
h1 {
    font-size: 45px;
    line-height: 45px;
}
h2 {
    font-size: 40px;
    line-height: 40px;
}
h3 {
    font-size: 35px;
    line-height: 35px;
}
h4 {
    font-size: 30px;
    line-height: 32px;
}
h5 {
    font-size: 25px;
    line-height: 30px;
}
h6 {
    font-size: 20px;
    line-height: 30px;
}
p  {
    font-family: 'Nunito Sans';
    font-size: 14px;
    color: #102C2E;
    line-height: 25px;
    margin: 0 0 20px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 5px;
    list-style-type: none;
    color: #102C2E;
    line-height: 24px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Nunito Sans';
    position:relative;
}
ol li {
    list-style-type: decimal;
}
ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #102C2E;
    position: absolute;
    left: -16px;
    top: 9px;
    border-radius: 50%;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ebebeb;
    padding: 20px 15px;
    text-align:left;
    color: #898b90;
    font-size: 15px;
}
table th {
    font-weight: 600;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #fff;
    color: #1c4f52;
    cursor: pointer;
    display: inline-block;
    font-family: 'Nunito Sans';
    font-size: 17px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    line-height: 22px;
    padding:10px;
    text-align: center;
    width: 100%;
    margin-top:0;
    border: 1px solid #1c4f52;
    border-radius: 42px;
}
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover,
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body a.button:hover,
.button:hover{
    background: #1c4f52;
    color: #fff;
    border-color: #1c4f52;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover,
body a.button.disabled:hover {
    background: #086AC2 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled],
body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover,
body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #bfbfbf none repeat scroll 0 0 ;
    border: 1px solid #bfbfbf ;
    color: #818181;
}

.widget.widget-image.header-logo {
    margin:0 auto;
    text-align:center;
}
.page-delivery-returns-refunds .widget.widget-article b, .page-delivery-returns-refunds .widget.widget-article.widget.widget-article strong {
    font-size: 16px;
}
.widget-article.company-article {
    max-width: 1300px;
    margin: 0 auto;
}
/*form element desgin*/
.form-row {
    margin: 0 0 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 46px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #c7c7c7;
    height: 46px;
    border-width: 1px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
    margin:0;
    border-radius: 8px;
}
.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;
}

textarea {
    height: 150px;
    border-radius: 8px;
}
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: #102C2E;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito Sans';
    line-height: normal;
}
table th {
    background: rgba(159, 159, 159, 0.1);
    font-size: 20px;
    font-weight: 500;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, .store-credit-request-form textarea:focus {
    border: 1px solid #1C4F52;
}
input[type="password"], input[type="text"] {
    width: 100%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height: 46px;
    border-width: 1px;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    border-radius:8px;
}
.errorlist.after .message-block {
    color: #e64343;
}
.errorlist.after {
    font-size: 14px;
    line-height: 18px;
    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: 'Nunito Sans';
    font-size: 26px;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: -24px;
    padding-left: 205px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 5px;
    width: 200px;
    font-size: 14px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .sub-form-row input {
    margin: 7px 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row .sub-form-row label {
    width: 202px;
}
.widget-form .sub-form-row {
    margin: 20px 0 0;
}
.widget-form .sub-form-row > label {
    margin-top: 14px;
}

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

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

.page-home #spltr-6B7CAD1F-477F-4971-849C-4B8052264774 .widget ,
.page-home #spltr-797DDF17-BA15-4525-B0D1-CA9C407F40E2 .widget ,
.page-home #spltr-1CAC82BE-7CBB-42B6-B93F-571099C04CD3 .widget {
    margin: 0 -15px;
}

@media screen and (max-width: 1600px) {
    .page-home .widget-container > .v-split-container .v-split.fee-fixed-width-content,
    .page-home    .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content,
    .page-about-us .widget-container > .v-split-container .v-split.fee-fixed-width-content,
    .page-about-us .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content{
        padding: 0;
    }
    .widget-container > .v-split-container .v-split.fee-fixed-width-content,
    .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
        padding: 0 20px;
    }
    .page-home #spltr-6B7CAD1F-477F-4971-849C-4B8052264774 .widget ,
    .page-home #spltr-797DDF17-BA15-4525-B0D1-CA9C407F40E2 .widget ,
    .page-home #spltr-1CAC82BE-7CBB-42B6-B93F-571099C04CD3 .widget {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .widget-container > .v-split-container .v-split.fee-fixed-width-content,
    .widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
        padding: 0 15px;
    }
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget,
.page-home .widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

.body .widget-container .page-content {
    min-height: 450px;
}
.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 ======*/

.widget-pageHeading {
    background: #D9F1F2;
    padding: 60px 0 0;
    text-align: left;
    /*! margin-bottom: 80px; */
    width: 100%;
    height: 316px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
}
.widget-pageHeading:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -25%;
    left: 0%;
    height: 170px;
    background: #fff;
    -webkit-clip-path: ellipse(40% 60% at 40% 100%);
    clip-path: ellipse(40% 60% at 40% 100%);
}
.widget-pageHeading h1, .widget-pageHeading h2 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #1C4F52;
    margin: 0 auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.widget-pageHeading h1:before, .widget-pageHeading h2:before {
    position: absolute;
    content: "";
    left: 80px;
    top: 0;
    width: 47px;
    height: 61px;
    background: url("../images/page-heading-left-icon.svg") no-repeat;
}
.widget-pageHeading h1:after, .widget-pageHeading h2:after{
    position: absolute;
    content: "";
    right: 115px;
    top: 0;
    width: 161px;
    height: 136px;
    background: url("../images/page-heading-right-icon.svg") no-repeat;
}
.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0;
    display: inline-block;
}
span.breadcrumb-item, .breadcrumb-item .label {
    font-size: 19px;
    line-height:22px;
    font-weight: 400;
    color: #1C4F52;
    font-family: 'Nunito Sans';
}
.breadcrumb-item .label:hover{
    color:#949028;
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    color:#1C4F52;
    font-weight: 400;
    font-size: 19px;
    line-height:28px;
    font-family: 'Nunito Sans';
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
    margin-right: 5px;
}

.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height:28px;
    text-align: center;
    color: #1C4F52;
}
.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after, .widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after, .widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color:#1C4F52;
}
.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after,
.breadcrumb-item.root .icon:hover::after{
    color: #949028;
}

.widget.widget-breadcrumb {
    position: absolute;
    bottom: 45%;
    width: 100%;
    text-align: center;
}
/*====== End Inner-layout-control-css ======*/

/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;

}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

textarea::placeholder {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}
::placeholder {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: inherit;
    line-height: 18px;
    color: #808080;
}

/** Cart Start **/
.header .advanced-flying-cart {
    position: relative;
    cursor: pointer;
}

.header .widget.widget-cart {
    text-align: right;
}

.widget.widget-cart .cart-widget-img {
    background: url('../images/icons.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-position: -174px 0;
}
.widget.widget-cart .advanced-flying-cart:hover .cart-widget-img {
    background-position-y: -50px;
}

.header .cart-widget-text {
    color: #F8F8E7;
    font-size: 13px;
    position: absolute;
    top: 13px;
    right: -6px;
    background: #949028;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    line-height: 20px;
    border: 2px solid #949028;
    padding: 0;
}
/** Cart End **/

/** User Nav Start **/

.widget.widget-navigation.user-nav {
    width: 30px !important;
    height: 30px !important;
}
.widget-navigation.user-nav .menu-title .menu-button {
    background: url(../images/icons.svg) no-repeat -88px 0;
    width: 100%;
    user-select: none;
    text-align: right;
    max-width: 40px;
    margin: 0;
    margin-right: auto;
    height: 30px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.user-nav .menu-title:hover .menu-button{
    background-position-y: -53px;
}
.widget-navigation.user-nav .menu-title .menu-button.close {
    background-position-y: -53px;
}
.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: 280px;
    position: absolute;
    left: 50%;
    height: auto;
    padding: 10px 20px;
    top: 40px;
    background: #fff;
    box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.widget-navigation.user-nav .responsive-navigation .navigation-item {
    display: block;
    padding: 0;
    background: transparent;
}
div.header .widget-navigation.user-nav .responsive-navigation .navigation-item a {
    border-bottom: 1px solid #ececec;
    padding: 10px 5px;
    color: #102C2E;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
}
.widget-navigation.user-nav .menu-title .menu-button em {
    display: none;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item:last-child a {
    border-bottom: 0 !important;
}
.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;
}
div.header .widget-navigation.user-nav .responsive-navigation .navigation-item a:hover{
    color: #918d27 !important;
    font-weight: 600;
    background: transparent ;
}
.widget-navigation.user-nav .menu-title {
    position: relative;
}
div.header .widget-navigation.user-nav .responsive-navigation .navigation-item .nav-profile-not-logged-in a:hover {
    background: #1C4F52;
    color: #fff !important;
}
div.header .widget-navigation.user-nav .responsive-navigation .navigation-item .customer-register-link a:hover {
    background: transparent !important;
    color: #918d27 !important;
}
/** User Nav End**/
form.login-form .errorlist.after, form.registration-form .errorlist.after{
  bottom: unset;
  position: relative;
  margin-top: 5px;
}
form.login-form .lost-password a {
  bottom: 70px;
}
.login .body .widget-container .page-content {
  min-height: 550px;
}
.shopping-cart .shopping-cart__inner {
  margin: 50px auto;
}
div.shopping-cart .product-card{
  max-width:90%;
}
.registration-form > .errorlist.after {
    left: 0;
    width: 100%;
    margin: 0 !important;
}

/** User Nav End**/
/*search-form*/
.widget.widget-search .search-form {
    background-color: #949028;
    display: block;
    height: 0;
    position: absolute;
    right: 40px;
    top: 42px;
    transition: all 400ms ease 0s;
    width: 470px;
    z-index: 9999;
    border-radius: 0px;
}
.widget.widget-search .search-form button:before{
    content: '';
    position: absolute;
    top: -10px;
    right: 15px;
    width: 0px;
    height: 0px;
    border-color: #949028 transparent #949028 transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    margin-left: -10px;
    z-index: 1;
}
.widget.widget-search .search-form button {
    background-color: #949028;
    padding: 6px;
    position: absolute;
    right: -30px;
    border-radius: 0px;
    top: 0;
    width: 90px;
    border: none;
    text-align: center;
    text-transform: none;
    display: block;
    margin: 0;
    height: 56px;
    font-size: 17px;
    line-height: 16px;
    color:#fff;
}
.widget.widget-search .search-form button:hover {
    color: #fff;
    background-color: #949028;
    font-weight: 700;
}
.widget.widget-search .search-form.show {
    height: 56px;
}
.widget.widget-search .search-form form {
    padding: 0 5px;
    position: relative;
    background: #949028;
}
.widget.widget-search .search-form input{
    border: medium none;
    height: 56px;
    padding: 5px 100px 5px 10px;
    width: 100%;
    background: #fff;
    border: 5px solid #949028;
    border-left: 0;
}
.search-menu-button:after {
    display: none;
}
.search-menu-button {
    width: 30px;
    height: 30px;
    background: url(../images/icons.svg) no-repeat 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-search .search-menu-button:hover {background-position-y: -50px;}
.widget.widget-search .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #102C2E;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}
.widget.widget-search .search-form ::-moz-placeholder { /* Firefox 19+ */
    color: #102C2E;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}
.widget.widget-search .search-form :-ms-input-placeholder { /* IE 10+ */
    color: #102C2E;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}
.widget.widget-search .search-form :-moz-placeholder { /* Firefox 18- */
    color: #102C2E;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}
/*end:search*/
/*========= main menu ========= */
.widget-navigation {
    text-align: right;
}
.widget-navigation .nav-wrapper.horizontal {
    text-align: center;
}
.widget-navigation .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color: #102C2E;
    content: '\f106';
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    color: #102C2E;
}
.widget-navigation .navigation-item {
    padding: 0 30px;
}
.widget-navigation .navigation-item a {
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height:23px;
    color: #102C2E;
    padding: 0;
    text-decoration: none;
    position: relative;
    transition: all 300ms ease-out 0s;
}
.widget-navigation .navigation-item:first-child,
.widget-navigation .navigation-item:first-child a{
    padding-left: 0;
}
.widget-navigation .navigation-item:last-child,
.widget-navigation .navigation-item:last-child a {
    padding-right: 0;
}
.widget-navigation .navigation-item a span {
    position: relative;
}
.fee .header .widget.widget-cart {
    height: 40px !important;
}
.fee .header .advanced-flying-cart {
    margin-right: 7px;
}
.widget-navigation .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation .navigation-item.has-child a:hover, .widget-navigation .navigation-item.active a, .widget-navigation .navigation-item a:focus {
    color: #949028;
}
.widget-navigation .navigation-item a:hover {
    color: #949028;
}
.widget-navigation .navigation-item-child-container .navigation-item.last a, .widget-navigation .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: bold;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:focus>a:before, .widget-navigation .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    left: 0;
    right: 0;
}
.widget-navigation .nav-wrapper.horizontal>.navigation-item.has-child a:before {
    display: none
}
/** Sub Menu **/
.horizontal > .has-child > .navigation-item-child-container {
    width: 220px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: -5px 0px 0;
    left: 50%;
    top: 43px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 3px 20px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0 3px 20px 4px rgba(0, 0, 0, 0.1);
}
.navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    z-index: 1;
    width: 15px;
    height: 15px;
    background: #fff;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    transform: rotate(45deg);
    transition: all 300ms ease-out 0s;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 17px;
    text-align: center;
    color: #102C2E;
    font-family: 'Nunito Sans';
    padding: 15px 5px;
    font-weight: 400;
    background: #fff;
}
.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color: #000;
    font-weight: 600;
}

.widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
    color: #000;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 230px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container::before {
    top: 18px;
    left: -6px;
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 160px;
}
/*end:menu*/


/********start:gallery**********/
.jssor-slider-container .slide::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.05;
    display: none;
}
div.jssor-slider-container .container, div.jssor-slider-container{
    width: 1920px;
    height: 750px;
    padding: 0 !important;
    text-align: left;
  margin:0 auto;
}
.jssor-slider-container .caption-wrapper {
    position: absolute;
    right: 0;
    bottom: 35%;
    text-align: left;
    padding: 0;
    max-width: 500px;
    margin: 0;
    left: 160px;
    z-index: 99;
}
.fee .jssor-slider-container .caption-wrapper {
    left: 95px;
}
.jssor-slider-container .caption-wrapper .description h1{
    font-family:'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform:Capitalize;
    margin: 0;
}
.jssor-slider-container .caption-wrapper .description h1 strong{
    padding:0 16px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 71px;
    line-height: 86px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    background: rgba(188, 182, 51, 0.85);
    border-radius: 3px;
    display:block;
    width:294px;
}
.jssor-slider-container .caption-wrapper .description h1 strong:last-of-type{
    width:470px;
}
.jssor-slider-container .caption-wrapper .description h1 b{
    padding:0 16px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 66px;
    line-height:80px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    background: rgba(28, 79, 82, 0.85);
    border-radius: 3px;
    margin: 12px 0;
    display:block;
    width:401px;
}
.jssor-slider-container .caption-wrapper .description {
    font-family:'Nunito Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 66px;
    line-height: 80px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform:Capitalize;
}
.jssor-slider-container .caption-wrapper [u="caption"] {
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
}
.jssor-slider-container .caption-wrapper [u="caption"] a {
    padding: 10px 20px;
    max-width: 152px;
    width: 100%;
    margin: 20px auto 0;
}
.jssor-slider-container .caption-wrapper [u="caption"] a:hover {
    color: #000;
    background: #FFFFFF;
}
.jssor-slider-container .jssorb03 {
    position: absolute;
    width: 400px !important;
    left: 50% !important;
    right: auto !important;
    bottom: 45px !important;
    top: auto !important;
    transform: translatex(-50%);
    border-radius: 35px;
    opacity: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.jssor-slider-container .jssorb03 div {
    width: 22px !important;
    height: 22px !important;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    font-size: 0;
    margin: 0 7px;
    border: 1px solid transparent;
}
.jssor-slider-container .jssorb03 div,
.jssor-slider-container .jssorb03 div:hover,
.jssor-slider-container .jssorb03 .av {
    display: none;
}
.jssor-slider-container::before {
    display:none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background-color: transparent !important;
    border: 1px solid #fff;
    width: 22px !important;
    height: 22px !important;
    border: 1px solid #fff;
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide img {
    object-fit: cover;
}
/***************end:gallery**************************/
/*start: tab section css */
.widget.widget-html.faq-title {
    padding: 0 0 40px 0px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.widget-html.faq-title * {
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 41px;
    color: #000;
}
.accordion-panel {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto 90px;
}
.accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}
.accordion-panel>.accordion-item.collapsed:first-of-type {
    display: block !important;
}
.accordion-panel>.label-bar {
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    border-radius: 2px;
    color: #262527 ;
    height: auto;
    padding: 27px 60px 27px 0;
    white-space: nowrap;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    z-index: 1;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 0;
}

.accordion-panel>.label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    border-bottom: 0;
    height: auto;
    color: #102C2E;
}
.accordion-panel>.accordion-item.expanded {
    padding: 0;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    margin-top: 0;
    border-top: 0;
    color: #000;
}
.accordion-panel>.label-bar .toggle-icon {
    height: 24px;
    width: 24px;
    background-image: url("../images/plus-minus.svg");
    right: 0;
    left: auto;
    top: 28px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar:hover {
    color: #000;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.accordion-panel>.label-bar.expanded .toggle-icon {
    background-position: 0px -40px;
}
.accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    padding-top: 0;
}
.accordion-panel>.accordion-item.collapsed {
    padding: 0;
    border: 0;
}
.accordion-panel>.accordion-item.collapsed p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #102C2E;
}

/*end: tab section css */


/***************start:Category**************************/
.widget-category.home-category .category-view .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
}

.widget-category.home-category .category-image-view.category {
    border: 0;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.widget-category.home-category .category-image-view .category-image-view-height {
    border-radius: 50%;
    overflow: hidden;
    width: 181.66px;
    height: 181.66px;
    margin: 0 auto;
}

.widget-category.home-category .category-image-view.category .category-name {
    font-family: Rubik;
    font-style: Medium;
    font-size: 18px;
    color: #000;
    margin-top: 28px;
    letter-spacing: -0.2px;
}

.widget-category.home-category .category-image-view.category .category-name a {
    color: #000;
    max-width: 160px;
    text-decoration: none;
    font-weight: 600;
}

.widget-category.home-category .category-image-view.category img {
    transition: 1s all ease;
}
.widget-category.home-category .category-image-view.category:hover img {
    transition: 1s all ease;
    transform: scale(1.1);
}
.widget-category.home-category .category-image-view.category:hover .category-name a {
    color: #39D2AD
}
.widget-productSummary .title {
    display: none;
}
.widget-productSummary {
    padding-bottom: 10px;
}
.widget-productSummary .summary {
    display:block;
    margin: 25px 0 10px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #1C4F52;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 25px;
}
/***************end:Category**************************/

/** Login Page Start **/
.page-login .login-form {
    margin: 50px auto 120px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
    padding: 50px 60px;
    width: 100%;
    max-width: 600px;
    position: relative;
    display: block;
}
.login-form span.title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    color: #1C4F52;
    padding-bottom:20px;
}
.login-form .submit-row {
    float: none;
    display: block;
}
.login-form .login-with-google-btn,
.login-form .login-with-fb-btn,
.login-form .login-button {
    background: #fff;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #1C4F52;
    max-width: 100%;
    padding: 8px 5px;
    margin: 5px 0 0;
    border: 1px solid #1C4F52;
    border-radius: 42px;
}
.login-form .login-with-google-btn:hover,
.login-form .login-with-fb-btn:hover,
.login-form .login-button:hover {
    background:#1C4F52;
    color: #fff;
}
.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: -7px;
}
.page-login .login-form .form-row.mandatory {
    margin-bottom: 22px;
    position: relative;
}
.login-form .lost-password a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    text-decoration-line: underline;
    color: #102C2E;
    position: absolute;
    right: 50px;
    bottom: 118px;
}
.login-form .lost-password a:hover {
    color: #1C4F52;
    text-decoration: none;
}
.login-form .no-account-label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    color: #102C2E;
}
.login-form .account-register a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight:400;
    font-size: 17px;
    line-height: 19px;
    color: #102C2E;
    text-decoration:underline;
}
.login-form .account-register a:hover {
    color: #1C4F52;
    text-decoration: none;
}
.login-form .errorlist.after {
    bottom: -15px;
}
/** Login Page End **/
/** Registration Page Start **/

.registration-form {
    margin: 90px auto 90px;
    max-width: 935px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 45px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
    display: flex;
    flex-wrap: wrap;
}
.registration-form .title {
    padding-left: 14px;
    font-weight: 600;
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 20px;
    width: 100%;
    color:#1C4F52;
}
.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 10px 0;
}
.registration-form label {
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    width: auto;
    color: #102C2E;
}
.registration-form select {
    width: 100%;
    height: 46px;
}
.registration-form .form-row.submit-row button {
    margin-top: 10px;
    background: #fff;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #1C4F52;
    padding: 9px 5px;
    border: 1px solid #1C4F52;
    border-radius: 42px;
    max-width: 100%;
}
.registration-form .form-row.submit-row button:hover {
    color: #fff;
    background:#1C4F52;
}
.registration-form .form-row.submit-row {
    padding: 0 15px;
    margin-top: 0;
    width: 100%;
}
.password-meter-wrap {
    position: absolute;
    top: -5px;
    right: 17px;
    width: 120px;
}
.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 .password-strength-bar.strong {
    width: 75px;
}
.password-meter-wrap .password-strength-bar.medium {
    width: 68px;
}

.password-meter-wrap .weak {
    width: 70px;
}
.registration-form .form-row.submit-row label {
    display: none;
}
/** Registration Page End **/
/** Forgot Password Start **/
.password-reset-form {
    margin: 30px auto;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
    text-align: center;
}
.password-reset-form .title {
    font-weight: 600;
    color: #1C4F52;
    line-height: 30px;
}
.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #102C2E;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.password-reset-form .form-row {
    display: block;
}
.password-reset-form .form-row label{
    margin-bottom: 5px;
    font-size: 16px;
    color: #102C2E;
    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;
    margin-top: 0px;
    position: relative;
    margin-top: 8px;
    padding: 9px 5px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #1C4F52;
    background: #fff;
    border: 1px solid #1C4F52;
    max-width: 100%;
    border-radius: 42px;
}
.password-reset-form .form-row.submit-row button:hover {
    background: #1C4F52;
    color: #fff;
}
.password-reset-form .errorlist.after {
    top: auto;
    left: auto;
    width: 100%;
    bottom: auto;
}

form.customer-new-password {
    margin: 30px auto 100px;
    max-width: 550px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 50px;
    border: 1px solid #efefef;
    background: #fff;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
    text-align: center;
}
.customer-new-password .form-row.submit-row button {
    width: 100%;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    padding:10px 5px;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    color: #1C4F52;
    background: transparent;
    border: 1px solid#1C4F52;
    max-width: 100%;
    border-radius: 42px;

    margin-top: 20px;

}
.customer-new-password .form-row.submit-row button:hover {
    background: #1C4F52;
    color: #fff;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row label {
    width: 100%;
    font-size: 16px;
    color: #102C2E;
    display: block;
    text-transform: capitalize;
}
form.customer-new-password span.title {
    font-weight: 600;
    color: #102C2E;
    line-height: 30px;
    font-size: 24px;
    text-align: left;
    padding-bottom: 20px !important;
    display: block;
}
/** Forgot Password End **/
/***************start:Product**************************/
.widget-html.section-heading{
    position: relative;
}
.widget-html.section-heading::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 134px;
    height: 152px;
    background: url(../images/section-heading-bg-top.png) no-repeat;
}
.widget-html.section-heading::after{
    position: absolute;
    content: "";
    right: 40px;
    top: 65px;
    width: 65px;
    height: 80px;
    background: url(../images/slider-bottom-icon-bg.svg) no-repeat;
}
.widget-html.section-heading h2 {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #1C4F52;
    margin: 0;
    padding: 25px 0 50px;
}
.widget.widget-html.section-heading.review::before,
.widget.widget-html.section-heading.review::after {
    display: none;
}
.product-view.image-view .content {
    padding: 0;
    max-width: 1632px;
    margin: 0px auto 0;
    min-height: 465px;
    display: flex;
    flex-wrap: wrap;
}
.filtered-product-container .product-view.image-view .content,
.category-details .product-view.image-view .content,
.widget-product.shop .product-view.image-view .content{
    padding: 32px 0 0px;
    margin: 0px -16px 0;

}
.product-widget .sale-percent-display {
    font-size: 14px;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 50px;
    background-color: #3BD3AE;
    position: absolute;
    color: #000;
    text-decoration: line-through;
}
.page-product .sale-percent-display {
    top: 15px;
    left: 12px;
}
.page-home .product-view.image-view .product-block, .page-home .product-view.scrollable-view .product-block,
.wish-list-details .product-view.image-view .product-block, .wish-list-details .product-view.scrollable-view .product-block,
.entire-search .product-view.image-view .product-block, .entire-search .product-view.scrollable-view .product-block {
    width: calc(100% / 4 - 32px);
}
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    width: calc(100%/4 - 32px);
    border: 0;
    transition: 0.4s all ease;
    margin: 0 16px 35px;
    padding: 0;
    height: auto;
}
.product-view.image-view .product-block .block-content-wrap, .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 24px 10px;
}
.product-view.image-view .product-block:hover,
.product-view.scrollable-view .product-block:hover {
    box-shadow: 0 0 25px #e1e1e1;
    transition: 0.4s all ease;
    border-radius: 12px;
}
.product-view.image-view .product-block:hover .block-content-wrap,
.product-view.scrollable-view .product-block:hover .block-content-wrap {
    margin-top:-5px;
    transition: 0.4s all ease;
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 0 0 0 5px;
    color: #a2a2a2;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16.11px;
    line-height: 22.55px;
}
.block-content-wrap .price-waper {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.product-view.image-view .in-stock, .product-view.scrollable-view .in-stock {
    text-align: center;
    margin: 0 0 10px;
}
.block-content-wrap .price-waper .previous-price.price {
    padding: 2px 5px 0 0;
    color: #102C2E;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 120%;
}
.block-content-wrap .price-waper span.current-price.price {
    padding: 0;
}
.customer-welcome-profile .link:hover, .customer-welcome-profile  .link-btn:hover {
    color: #000;
}
.price {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height:23px;
    text-align: center;
    color: #1C4F52;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    display: block;
    height: 55px;
    overflow: hidden;
    margin: 10px 0;
}
.product-widget.widget-addCart {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 20px 0;
}
.product-widget.widget-addCart .cart-button-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
}
.product-block a.product-name-link.title-link.link {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: normal;
    text-align: center;
    color: #1C4F52;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-view.image-view .product-block .block-content-wrap .btn-add span.add-to-cart-button,
.product-view.scrollable-view .product-block .block-content-wrap .btn-add span.add-to-cart-button {
    max-width: 140px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    color: #1C4F52;
    padding: 10px 5px;
    border: 1px solid #1C4F52;
    border-radius: 42px;
    height: 44px;
    margin: 15px 7px 0 0;
}
.product-view.image-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button,
.product-view.scrollable-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button{
    background-color:#1c4f52;
    color:#fff;
}
.product-view.image-view .product-block .block-content-wrap .add-to-compare-button,
.product-view.scrollable-view .product-block .block-content-wrap .add-to-compare-button,
.product-view.image-view .product-block .block-content-wrap .remove-from-compare-button,
.product-view.scrollable-view .product-block .block-content-wrap .remove-from-compare-button {
    height: 44px;
    width: 44px;
    padding: 9px;
    font-size: 0;
    margin: 15px auto 0;
}
.btn-add .add-to-wish-list.button.et_pdp_add_to_wish_list,
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list {
    display: block;
    height: 43px;
    max-width: 20%;
    width: 100%;
    background-color: transparent;
    border: 1px solid #1c4f52;
    text-align: center;
    padding: 10px 10px;
    position: absolute;
}
.product-widget.widget-addCart .add-to-wish-list.button.et_pdp_add_to_wish_list {
    order: 3;
    position: relative;
    margin: 0 7px 10px 0 !important;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
}
.product-widget.widget-addCart .add-to-compare-button,
.product-widget.widget-addCart .remove-from-compare-button {
    order: 4;
    margin: 0 7px 10px 0;
    width: 44px;
    height: 44px;
    text-align: center;
    padding: 10px;
    border: 1px solid #1c4f52;
    background: transparent;
}
.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
    order: 7;
    padding: 10px 0;
}
.product-widget.widget-addCart .add-to-compare-button:hover::after,
.product-widget.widget-addCart .remove-from-compare-button:hover::after {
    color: #1C4F52;
}
.product-widget.widget-addCart .gift-button-container .send-as-gift-button.button,
.product-widget.widget-addCart span.add-to-cart-button,
.product-widget.widget-addCart span.buy-now-button {
    width: auto;
    min-width: 130px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    order: 2;
    height: 44px;
    background: #1C4F52;
    border-radius: 42px;
    color: #fff;
    margin: 0 7px 7px 0 !important;
}
.product-widget.widget-addCart .gift-button-container .send-as-gift-button.button:hover,
.product-widget.widget-addCart span.add-to-cart-button:hover,
.product-widget.widget-addCart span.buy-now-button:hover {
    background: #346B6F;
    border-color: #346B6F;
}
.product-widget.widget-addCart .gift-button-container{
    display: flex;
    margin: 0;
    padding: 0;
}
.add-to-wish-list:hover::after {
    content: "\f004";
    color: #1C4F52;
}
.image-view .product-view-height-width .image a,
.scrollable-view .product-view-height-width .image a {
    width:100%;
    height:100%;
}
.image-view .product-view-height-width .image a img,
.scrollable-view .product-view-height-width .image a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    max-width: 100%;
    max-height: 100%;
}
.view-all-product {
    padding: 0 0 50px 0;
    text-align: center;
}
.view-all-product p {
    margin: 0;
    padding: 0;
    line-height: 19px;
    text-align: center;
}
.view-all-product p a, a#loadMore {
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #102C2E;
    border: 1px solid #262527;
    border-radius: 3px;
    padding: 12px 31px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    max-width: 202px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.view-all-product p a:hover, a#loadMore:hover {
    text-decoration: none;
    color: #fff;
    background-color: #262527;
    border-color: #262527;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-productImage .image-preview-box .sale.tag-mark,
.product-view.image-view .sale.tag-mark,
.product-view.scrollable-view .sale.tag-mark {
    background: url("../images/sale-tag.svg") center center;
    left: 20px;
    height: 21px;
    width: 42px;
    top: 20px;
}
.page-product .widget-productImage .sale.tag-mark {
    top: 20px;
    right: auto;
    left: 20px;
}
.product-widget.widget-productName .product-name {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #1C4F52;
    padding-bottom: 0;
    border: 0;
    margin: 0 0 20px;
    text-align: left;
}
.product-view.image-view .product-block .block-content-wrap .add-to-wish-list.button.et_pdp_add_to_wish_list,
.product-view.scrollable-view .product-block .block-content-wrap .add-to-wish-list.button.et_pdp_add_to_wish_list {
    width: 50px;
    border: 0;
    top: 12px;
    right: 9px;
}
.product-view.image-view .product-block .sale-percent-display, .product-view.scrollable-view .product-block .sale-percent-display {
    background-color: #949028;
    font-size: 14px;
    font-weight: 400;
    padding: 0 9px;
    border-radius: 50px;
    top: 20px;
    left: 20px;
}

/** Stepper Start **/
.product-widget.widget-addCart .stepper {
    justify-content: space-between;
    max-width: 125px;
    height: 44px;
    position: relative;
    overflow: unset;
    order: 1;
    border: 1px solid #1C4F52;
    border-radius: 42px;
    margin: 0 7px 7px 0;
    width: 140px;
    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;
}
.product-widget.product-widget.widget-addCart .cart-button-container > span {
    margin: 0 7px 7px 0;
}
.product-widget.widget-addCart .stepper input {
    min-width: 50px;
}
.product-widget.widget-addCart .stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 45px;
    position: relative;
    right: 0;
    width: 35px;
    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: 28px;
    right: 4px;
    line-height: 36px;
    text-align: center;
    color: #102C2E;
}
.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: 45px;
    left: 4px;
    line-height: 36px;
    text-align: center;
    color: #1C4F52;
}
.product-widget.widget-addCart .stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 30px;
    padding: 0;
    text-align: center;
}
.product-widget.widget-addCart .stepper input {
    width: 55px;
    height: 41px;
    border: 0;
    background: transparent;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #1C4F52;
    z-index: 0;
}
.widget-addCart .buy-now-button {
    padding: 10px 15px;
    margin-left: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: normal;
    text-align: center;
    max-width: 100%;
    background: #1C4F52;
    color: #fff;
    order: 5;
    height: 44px;
    margin: 5px 0;
}
.widget-addCart .buy-now-button:hover {
    background: #346B6F;
}
/** Stepper End **/

.product-widget.widget-availableStock {
    position: relative;
    padding: 0;
}
.widget-availableStock span.value {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #1C4F52;
}
.product-widget.widget-stockMark {
    margin: 0;
    position: relative;
}
.product-widget.widget-stockMark span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height:28px;
    color: #1C4F52;
}
.product-widget.widget-stockMark span.available{
    color:#1C4F52;
}
.product-widget.widget-price {
    display: flex;
    margin: 32px 0 0 0;
    padding-top: 0;
    flex-direction: column;
    align-items: start;
}
.widget-price .current-price-container {
    color: #201547;
    font-size: 24px;
    display: inline-block;
    order: 1;
}
.widget-price .previous-price.price {
    color: #102C2E;
    order: 2;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    padding: 5px 0;
}
.widget-price .current-price-container .label-for-base-price {
    color: #1C4F52;
}

.widget-price .current-price-container .current-price.price {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 44px;
    color: #1C4F52;
    padding: 0;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    left: 20px;
    top: 20px;
}
.product-widget.widget-similar .title,
.product-widget.widget-related .title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #1C4F52;
    margin-bottom: 50px;
}
.product-widget.widget-related {
    margin-bottom: 30px;
}
/**********************************/
.new-review-panel .review-card-wrapper__avater-image {
    height: 50px;
    width: 50px;
}
.widget.widget-product.product-horizental .review-rating-wrapper {
    margin-top: 0;
}
.review-rating span img{
    opacity: 0;
}
.review-rating {
    width: 118px !important;
    text-align: left;
    display: inline-block;
    margin: 0 auto !important;
}
.product-widget.widget-productReview .review-rating {
    width: 112px !important;
}
.product-widget.widget-productReview .review-rating-wrapper .review-count {
    margin-top: -1px;
}
.review-rating span {
    width: 18px !important;
    display: inline-block;
    height: 23px;
}
.review-rating .star-on {
    background: url('../images/star-on.svg') no-repeat center;
}
.review-rating .star-off {
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating .star-half {
    background: url('../images/star-half.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-on {
    background-image:none;
    background: url('../images/star-on.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-off {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.new-review-panel .avg-review-label .review-rating .star-half {
    background-image:none;
    background: url('../images/star-off.svg') no-repeat center;
}
.review-rating-wrapper .review-count {
    margin-left: 10px;
    display: inline-block;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #102C2E;
}
.new-review-panel .review-card-wrapper__reviewer-name {
    font-size: 17px;
    color:#1c4f52;
    font-weight: 700;
    text-transform: capitalize;
}
.product-view .product-block .review-rating-wrapper {
    margin: 20px 0 12px;
}
.new-review-panel .review-form .form-row input[type="text"]{
    height: 47px;
}
.new-review-panel .review-form .form-row input[type="text"],
.new-review-panel .review-form .form-row textarea {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
}
.new-review-panel .review-form .form-row input[type="text"]:focus, .new-review-panel .review-form .form-row textarea:focus {
    border: 1px solid #1c4f52;
}
.review-form .form-row label, .review-form textarea {
    width: 100%;
}
.new-review-panel .review-image-input-with-dropzone-wrapper {
    border: 2px dotted #A3A3A3;
    padding: 0 15px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper::before {
    background-size: 42px;
    margin-top: 20px;
    filter: grayscale(100%);
}
.new-review-panel .write-review-panel .form-section-container input.masked-file-input {
    border-radius: 4px;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    outline: none;
    opacity: 0;
    max-width: 750px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper .dropzone-wrapper {
    margin-top: 0px;
}
.new-review-panel .write-review-panel .form-section-container .dropzone {
    padding: 0 0 25px;
}
.new-review-panel .write-review-panel .form-section-container .dropzone-text {
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
}
.new-review-panel .write-review, .new-review-panel .review-form .form-row button{
    margin-top: 0px;
    padding: 10px 10px;
    max-width: 180px;
    font-size: 17px;
    text-align: center;
    font-family: 'Nunito Sans';
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    border:1px solid #1c4f52;
    color: #1C4F52;
    border-radius: 42px;
}
.review-view-panel .no-review-message {
    font-size: 17px;
    line-height: 24px;
    color: #102c2e;
    font-weight: 400;
    margin: 0 0 22px;
    display: block;
}
.ask-question-panel .form-row label,
.new-review-panel .review-form .form-row label {
    font-size: 16px;
    line-height: 21px;
    color: #102c2e;
    padding-bottom: 10px;
}
.ask-question-panel .form-row {
    margin: 0 0 20px 0;
}
.new-review-panel .write-review:hover, .new-review-panel .review-form .form-row button{
    color: #fff;
    background: #1c4f52;
    border:1px solid #1c4f52;
}
.new-review-panel .review-form .form-row button ~ button.cancel {
    color: #102C2E;
    background: transparent;
    border: 1px solid #102C2E;
}
.new-review-panel .review-form .form-row button ~ button.cancel:hover{
    background: #1c4f52;
    box-shadow: none;
    border: 0;
    color: #fff;
}
.new-review-panel .review-form .form-row button.review-submit-btn:hover {
    background: #346b6f;
    border: 1px solid #346b6f;
    color: #fff;
}
.new-review-panel .average-review-block-inner {
    background-color: rgba(151, 122, 132, 0.05);
}
.new-review-panel .average-point-out-of {
    background: #1c4f52;
}
.new-review-panel .average-point-out-of::after {
    border-color: transparent transparent #1c4f52
}
.new-review-panel .average-rating-point-block {
    border: 2px solid #1c4f52;
}
.new-review-panel .average-point {
    color: #102C2E;
}
.new-review-panel .all-rating-block .rating-row .rating-bar-wrapper {
    background: #ededed;
}
.new-review-panel .review-card-wrapper__view-details-link {
    color: #1c4f52;
    border: 1px solid #1c4f52;
    border-radius: 42px;
    padding: 5px;
    margin: 10px 0 0 0;
    display: block;
    max-width: 110px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.new-review-panel .review-card-wrapper__view-details-link:hover {
    color: #fff;
    background: #1c4f52;
    font-weight: 400;
}
.new-review-panel .review-card-wrapper__view-details-link::after {
    margin-top: -1px;
}
.new-review-panel .all-rating-block .rating-row .rating-bar {
    background: #1c4f52;
}
.new-review-panel .review-card-wrapper{
    overflow: hidden;
}
.review-card-wrapper__card-container.scrollable {
    margin: 0 auto;
    max-width: 1600px;
}
.new-review-panel .review-card-wrapper__card{
    padding: 0 30px 0 0;
}
.new-review-panel .review-card-wrapper__navigator {
    width: 50px;
    height: 50px;
    border: 1px solid #d8d8d8;
}
.new-review-panel .review-card-wrapper__navigator:hover, .new-review-panel .review-card-wrapper__navigator:hover {
    background: #1c4f52;
}
.new-review-panel .review-card-wrapper__navigator-icon-previous, .new-review-panel .review-card-wrapper__navigator-icon-next {
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.question-form {
    max-width: 750px;
}
.ask-question-panel .form-row label {
    width: auto;
    display: block;
}
.ask-question-panel .form-row textarea {
    width: 100%;
    border-radius: 8px;
    min-height: 200px;
}
.new-review-panel .review-card-wrapper__navigator-previous{
    left: auto;
    right: 65px;
    top: auto;
    bottom: -30px;
}
.new-review-panel .review-card-wrapper__navigator-next {
    left: auto;
    right: 0;
    top: auto;
    bottom: -30px
}
.product-widget.widget-productReview {
    margin: 10px 0;
}
.widget-price .price .tax-message {
    color: #1c4f52;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: left;
    line-height: normal;
}
.product-view.image-view .product-image, .product-view.scrollable-view .product-image {
    overflow: unset;
    background: #F7F3EB;
    border-radius: 12px;
}
.page-product .bmui-tab .bmui-tab-body-container {
    border: 0;
    padding:42px 0 0;
}
.page-product .bmui-tab .bmui-tab-header-container {
    font-size: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 32px;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header {
    border: medium none;
    margin: 0;
    padding: 0 55px 24px 0;
    border-radius: 0;
    background: transparent;
    width: auto;
    text-transform: none;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #808080;
}
.page-product .bmui-tab {
    position: relative;
    margin: 50px 0 0;
    padding: 0;
}
.page-product .bmui-tab:before{
    content: 'About this Item';
    display:block;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 44px;
    color: #1C4F52;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    position: relative;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    color: #949028;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title:before{
    position: absolute;
    content: '';
    width:100%;
    height:4px;
    background:#949028;
    bottom:-24px;
    left: 0;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::after, .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::after{
    bottom: -26px;
}
.page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:nth-of-type(2).bmui-tab-active .title::before, .page-product .bmui-tab .bmui-tab-header-container .bmui-tab-header:first-child.bmui-tab-active .title::before{
    font-weight: 600;
}
.page-product .bmui-tab .bmui-tab-body-container h1 {
    font-size: 30px;
    padding-bottom: 0;
    text-transform: capitalize;
    margin:0;
    color: #1c4f52;
    line-height: 30px;
    padding: 0 0 10px;
}
.page-product .bmui-tab .bmui-tab-body-container h2{
    font-size: 28px;
    padding-bottom: 0;
    text-transform: capitalize;
    margin:0;
    color: #1c4f52;
    line-height: 30px;
    padding: 0 0 10px;
}
.page-product .bmui-tab .bmui-tab-body-container h3{
    font-size: 26px;
    padding-bottom: 0;
    text-transform: capitalize;
    margin:0;
    color: #1c4f52;
    line-height: 30px;
    padding: 0 0 10px;
}
.page-product .bmui-tab .bmui-tab-body-container h4{
    font-size: 24px;
    padding-bottom: 0;
    text-transform: capitalize;
    margin:0;
    color: #1c4f52;
    line-height: 28px;
    padding: 0 0 10px;
}
.page-product .bmui-tab .bmui-tab-body-container h5 {
    font-size: 22px;
    padding-bottom: 0;
    text-transform: capitalize;
    margin:0;
    color: #1c4f52;
    line-height: 28px;
    padding: 0 0 10px;
}
.page-product .bmui-tab .bmui-tab-body-container h6 {
    font-size: 20px;
    padding-bottom: 0;
    text-transform: capitalize;
    margin:0;
    color: #1c4f52;
    line-height: 28px;
    padding: 0 0 10px;
}
.new-review-panel .avg-review-label .label {
    color: #102c2e;
}
.new-review-panel .average-rating-details .total, .new-review-panel .average-rating-details .visible-review-label {
    font-size: 15px;
    color: #2b2929;
    font-weight: 300;
}
.new-review-panel .review-card-wrapper__summary {
    color: #2b2929;
    font-weight: 300;
}
.new-review-panel .all-rating-block .star-label {
    color: #312b2b;
}
.new-review-panel .all-rating-block .rating-row .total-rating-count {
    color: #312b2b;
}
.new-review-panel .review-card-wrapper__date {
    color: #312b2b;
}
.page-product .bmui-tab .bmui-tab-body-container .title {
    display: none;
}

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

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

.page-product .bmui-tab .bmui-tab-body-container  p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #1C4F52;
    display: block;
    padding-bottom: 20px;
    margin:0;

}
.page-product .bmui-tab .bmui-tab-body-container table{
    margin: 30px 0 0;
}
.page-product .bmui-tab .bmui-tab-body-container table, .page-product .bmui-tab .bmui-tab-body-container table th,
.page-product .bmui-tab .bmui-tab-body-container table td {
    border: 1px solid #ebebeb;
    padding: 20px;
}
.page-product .bmui-tab .bmui-tab-body-container table th {
    font-weight: 600;
    background: rgb(242, 242, 242);
    color: #1c4f52;
    font-size: 20px;
}
.page-product .bmui-tab .bmui-tab-body-container table tr td {
    color: #1C4F52;
    font-size: 17px;
}
.page-product .bmui-tab .bmui-tab-body-container figure {
    margin: 0 0 20px 0;
}
.page-product .bmui-tab .bmui-tab-body-container ul li,
.page-product .bmui-tab .bmui-tab-body-container ol li{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #1C4F52;

}
.page-product .bmui-tab .bmui-tab-body-container ul li::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #1c4f52;
    position: absolute;
    left: -16px;
    top: 9px;
    border-radius: 50%;
}
#bmui-tab-description div#feature-bullets ul {
    margin: 0 !important;
    padding: 0 !important;
}
.product-widget.widget-information {
    margin-bottom: 50px;
}
/*.filtered-product-container .product-view.image-view .product-block,*/
/*.category-details .product-view.image-view .product-block,*/
/*.widget-product.shop .product-view.image-view .product-block{*/
/*    width: calc(100%/3 - 32px);*/
/*}*/
/********************************/

body > .header {
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
body > .header::before {
    width: 100%;
    position: absolute;
    content: "";
    background: #F7F3EB;
    height: 42px;
}
div.widget-snippet .top-notice {
    z-index: unset;
}
.widget-socialMediaShare .social-media-wrapper {
    font-size: 0;
}
/*.widget-socialMediaShare .social-media-wrapper::before {*/
/*    content: 'Share:';*/
/*    display: inline-block;*/
/*    margin-right: 15px;*/
/*    font-family: 'Nunito Sans';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 19px;*/
/*    line-height: 28px;*/
/*    color: #1C4F52;*/
/*}*/
.widget-socialMediaShare .social-media-wrapper span {
    height: 17px;
    opacity: 1;
    position: relative;
    margin: 15px 15px 0 4px;
}
.widget-socialMediaShare .social-media-wrapper span:before {
    content: "";
    left: -4px;
    top: -8px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: 1px solid #1C4F52;
    border-radius: 50px;
}
.widget-socialMediaShare .social-media-wrapper span:hover::before {
    border: 1px solid #949028;
}
.widget-socialMediaShare .social-media-wrapper span:hover{
    opacity: 1;
}
/***************end:Product**************************/
/***************Category*********************/
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    border-bottom: 0;
    padding: 0;
}
.category-details-container .title {
    display: block;
    padding-bottom: 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1C4F52;
    margin: 0;
}
.product-view .sortable {
    display: inline-block;
    margin: 0;
}
.product-sorting {
    font-weight: 400;
    font-size: 14px;
    min-width: 180px;
    color: #102C2E;
    border-color: #c7c7c7;;
}
select#product-sorting:focus{
    border:none;
}
.product-view .header {
    position:relative;
}
.page-category .subcategory-container .title, .page-category .product-container .title {
    display: none;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    text-align: right;
}
.page-shop .product-view .header {
    margin-top: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    border: 0;
    margin: 0 0 50px;
    padding: 0;
}
a#loadMore.nocontent {
    display: none;
}

.scroll-left, .scroll-right {
    height: 46px;
    width: 46px;
    background: transparent;
    position: relative;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
}
.scroll-left::after {
    content: "\00f104";
    left: 0;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 24px;
    line-height: 40px;
    right: 0;
    text-align: center;
}
.scroll-right::after {
    content: "\00f105";
    left: 0;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 24px;
    line-height: 40px;
    right: 0;
    text-align: center;
}
.scroll-left:hover::after,.scroll-right:hover::after{
    color: #c7c7c7;
}

/***********Sidebar************/
.widget.widget-navigation.categories-list {
    margin-right: 50px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;
}
.categories-list .widget-title {
    padding: 6px 0 15px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: left;
    color: #1C4F52;
}
.categories-list span.child-opener {
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 0;
    cursor: pointer;
    font-family: 'FontAwesome';
    font-size: 0;
}
.categories-list .navigation-item {
    position: relative;
}
.categories-list .navigation-item a {
    position: relative;
    padding:0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height:48px;
    color: #1C4F52;
    text-align: left;
    border:0;
}
.categories-list .navigation-item:hover a{
    color: #949028;
}
.categories-list .navigation-item .navigation-item a{
    padding: 13px 20px;
    padding-left: 5px;
    font-weight: 400;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item.active > .navigation-item-child-container a{
    padding:15px 20px;
    padding-left: 20px;
    font-weight: 400;
}
.categories-list .navigation-item.active > a, .categories-list .vertical .navigation-item.active  .navigation-item:hover a {
    color: #949028;
    font-weight: 600;
}
.categories-list .vertical .navigation-item.active > .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item a{
    color: #1C4F52;
    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:#949028;
    font-weight: 600;
}
.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: #102C2E;
}
.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: #000;
    font-weight: 600;
}
.category .category-name {
    margin-top: 30px;
}
/*End Sidebar*/

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

/*****************Filter*********************/
.widget.widget-filter{
    background:#fff;
}
.widget.widget-filter .form-row.type-slider ,
.widget.widget-filter .form-row.filter-group{
    margin: 0 0 25px 0;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px;
}
.widget.widget-filter .type-slider .type-slider-bottom {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2E2D2D;
    padding: 15px 0 0 0;}

.widget.widget-filter .type-slider .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 14px !important;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    top: -4px !important;
}
.widget.widget-filter .type-slider .noUi-horizontal {
    height: 10px !important;
    border-radius: 0 !important;
    border: 1px solid #EDEDED !important;
    background: #EDEDED !important;
    box-shadow: none !important;
    max-width: 280px;
}
.noUi-connect {
    background: #262527;
}
.widget.widget-filter .type-slider .noUi-handle:before,
.widget.widget-filter .type-slider .noUi-handle:after {
    display: none !important;
}
.widget.widget-filter .type-slider .type-slider-bottom a.reset-price-range {
    display: none !important;
}
.widget.widget-filter .accordion-panel>.label-bar {
    padding-left: 30px;
    padding-right: 0;
}
.widget.widget-filter .filter-group .accordion-panel>.label-bar .toggle-icon {
    right: auto;
    left: 0;
    top: 2px;
    background-image: url("../images/plus-minus.svg");
    background-position: 0 0;
}
.widget.widget-filter .filter-group .accordion-panel>.label-bar.collapsed .toggle-icon {
    background-position: 0 -25px;
}
/* new*/

.filter-profile .filter-group-item-label-wrapper,
.widget-filter .form-row input[type="checkbox"]{
    margin: 0;
}
.widget-filter .category-option-label {
    color: #1C4F52;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-left: 15px;
}
.widget-filter .accordion-panel > .accordion-item.expanded .reset-category {
    display: none;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column::after {
    content: none;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item .parent-category-child-categories-wrapper {
    width: 100%;
    padding-left: 30px;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item .form-row {
    position: relative;
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
}
/* new*/

.widget.widget-filter .form-row.type-slider span.filter-name {
    margin:0 0 20px 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height:28px;
    color: #1C4F52;
    display: block;
}
.widget.widget-filter .noUi-connect {
    background: #BCB633;
}
.widget.widget-filter .noUi-connects {
    border-radius: 6px;
}
.widget.widget-filter .type-slider .noUi-handle {
    width: 16px !important;
    height: 16px !important;
    background: #FFFFFF;
    border: 1px solid #E7E7E7 !important;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}
.filter-profile .form-row.filter-group-item input{
    height: 16px;
    width: 16px;
    appearance: none;
    padding: 0;
    margin: 0;
    opacity: 0!important;
    z-index: 9;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item .reset-category {
    padding-left: 22px;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel.category-filter .accordion-item.filter-accordion-item .filter-group-item-label-wrapper::before{
    left: 0;
}
.filter-profile .form-row.filter-group-item input[type="checkbox"]+span.filter-group-item-label-wrapper:before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: -25px;
    top:3px;
    width: 18px;
    height: 18px;
    text-align: center;
    border: 2px solid #1C4F52;
    border-radius: 2px;
}
.filter-profile .form-row.filter-group-item input[type="checkbox"]:checked+span.filter-group-item-label-wrapper:before {
    background-color: #1C4F52;
    border: 2px #1C4F52 solid;
    color: #fff;
    content: '\00f00c';
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: FontAwesome;
    font-size: 10px;
    line-height: 13px;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item .form-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px 0;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper {
    flex-basis: calc(100% - 25px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 5px 0;
}
.widget.widget-filter .accordion-panel>.label-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0 0 20px 0;
}
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #102C2E;
    padding: 0 25px 0 0;
}
.widget.widget-filter .accordion-panel>.label-bar span.numbers-of-selected {
    position: absolute;
    right: 50px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: none;
    color: #1C4F52;
}
.widget.widget-filter .form-row label.name {
    margin-top: -30px;
    font-weight: 600;
    font-size: 25px;
    padding: 0 0 18px;
    color: #1C4F52;
    line-height: 25px;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgb(235 235 235);
    width: 100%;
}
.widget.widget-filter .form-row label.name::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 52px;
    height: 2px;
    background: #1C4F52;
}
.widget.widget-filter .form-row .tab-accordion-accordion label {
    display: block !important;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #1C4F52;
    margin-left: 25px;
}
.widget.widget-filter .clear-all-filter-attributes {
    text-align: right;
    margin: 40px 0 0 0;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter,
.widget.widget-filter .accordion-panel>.label-bar a.clear-selection {
    padding: 0;
    border-radius: 100px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-align: right;
    text-decoration-line: underline;
    color: #1C4F52;
}
.widget.widget-filter .clear-all-filter-attributes a.reset-filter:hover,
.widget.widget-filter .accordion-panel > .label-bar a.clear-selection:hover {
    background: #fff;
    color: #bcb633;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel {
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
}
.widget.widget-filter .tab-accordion-accordion.accordion-panel .accordion-item.filter-accordion-item {
    padding: 0;
    background: #FFFFFF;
    border: none;
    box-sizing: border-box;
    margin: 0 0 0 0;
    border-top: 0;
    color: #1C4F52;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: normal;
    color: #1C4F52;
    padding: 0;
    margin: 0 0 0 6px;
}
.widget.widget-filter .filter-group .accordion-panel>.accordion-item span.filter-group-item-label-wrapper label+span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #1C4F52;
}

.widget.widget-filter {
    margin-right: 50px;
    margin-bottom: 50px;
}
/*****************END:Filter*********************/
.filter-details .filter-title {
    padding-bottom: 20px;
}
.filter-details .filter-title .title.page-heading{
    display: block;
    padding-bottom: 20px;
    margin-top: 0;
    font-weight: 700;
    font-size: 37px;
    line-height: 44px;
    color: #1C4F52;
}

/*variation flate chosen */
.popup.add-cart-information-popup .variation-container {
    text-align: center;
    padding: 0;
}
.popup.add-cart-information-popup .variation-container label.variation-title-popup {
    margin-bottom: 10px;
    display: block;
}
.popup.add-cart-information-popup .variation-container .variation-dropdown-container .variation-radio-group {
    flex-wrap: wrap;
    justify-content: center;
}
.popup.add-cart-information-popup .variation-container .variation-dropdown-container .variation-radio-group .type-label {
    width: 100%;
    margin: 0;
    text-align: center;
}
.custom-field-container-for-widget .chosen-container-multi .chosen-choices li::after {
    display: none;
}
.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: inline-block;
    margin-top: 10px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 38px;
    color: #1C4F52;
    width: 60px;
}
.page-product .variation-container .chosen-container-single .chosen-single span {
    letter-spacing: 0.5px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 38px;
    color: #1C4F52;
}
.page-product .variation-container .chosen-container-single .chosen-single {
    background-size: 16px;
    background: url("../images/chosen-sprite.svg") no-repeat right #fff;
    background-position-x: 90%;
    padding: 8px 14px;
    height: 50px;
}
/*.variation-container .variation-type label.type-label {*/
/*    font-weight: 600;*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: #102C2E;*/
/*    line-height: 62px;*/
/*}*/

.widget-variation .variation-thumb ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.widget-variation .variation-thumb ul li {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    overflow: hidden;
    width: 41px;
    height: 41px;
    margin: 0;
    border: 1px solid transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb .variation-type.color .variation-value {
    display:block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}
.widget-variation .variation-thumb ul li * {
    font-size: 16px;
}
.widget-variation .variation-thumb .variation-type .type-label {
    color: #1c1f23;
    display: block;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
    font-family: 'Nunito Sans';
}

.widget-variation .variation-thumb .text .variation-value, .widget-variation .variation-thumb .color .variation-value  {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
}
.page-product .variation-container .variation-type.color  ul li.selected {
    border: 1px solid #000;
    padding: 3px;
    position:relative;
}
.page-product .variation-container .variation-type.color  ul li.selected .color {
    width:100%;
    height: 100%;
}
.page-product .variation-container .variation-type.color  ul li:hover{
    padding:3px;
    border: 1px solid #000;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.widget-variation .variation-thumb ul li:before{
    display: none;
}
.widget-variation .variation-thumb ul li.selected span.color:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/vicon.png) no-repeat center;
    width: 100%;
    height: 100%;
}
.page-product .variation-container .variation-type.text ul li {
    height: 35px;
    border: 1px solid #EBEBEB;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-radius: 50px;
    color: #000;
    padding: 3px 7px;
    min-width: 35px;
    margin: 0 7px 7px 0;
    width: auto;
}
.page-product .variation-container .variation-type.text ul li {
    background: #fff !important;
    border-color: #1c4f52 !important;
    color: #1c4f52 !important;
    font-weight: 400 !important;
}
.page-product .variation-container .variation-type.text ul li.selected {
    background: #1c4f52 !important;
    border-color: #1c4f52 !important;
    color: #fff !important;
}
.page-product .variation-container .variation-type.text ul li span {
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
}
.page-product .variation-container .variation-type.text ul li:hover{
    color: #fff !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #1C4F52 !important;
    background: #1C4F52 !important;
}
.page-product .variation-container .variation-type.text ul li.selected{
    color:#fff !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border-color: #1C4F52 !important;
    background: #1C4F52 !important;
}
/*END : variation flate chosen */
/*---------- Pagination Start------------*/

.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    padding: 25px 0 145px;
}
.product-view .footer {
    border-top: 1px solid #EDEDED;
    border-bottom: 0;
}
.pagination {
    margin:30px auto 15px;
    width: 100%;
    text-align: center;
}
span.pagination-literal-status {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #102C2E;
    float: left;
}
.pagination span {
    border: none;
    cursor: pointer;
    margin: 0 5px;
    width: 40px;
    box-shadow: none;
    display: inline-block;
    color: #1C4F52;
    font-size: 19px;
    background: transparent;
    border-radius: 50%;
    height: 40px;
    line-height: 38px;
    padding: 0 0px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    font-weight: 400;
}
.pagination span.page-number.current {
    color: #1C4F52;
    background: #D9F1F2;
    border-radius: 28px;
    border: 0;
    font-weight: 400;
    position:relative;
}
.pagination span:hover {
    color: #1C4F52;
    background: #D9F1F2;
    border-radius: 28px;
    border: 0;
    font-weight:700;
    position:relative;
}
.pagination span.first,
.pagination span.last {
    display: none;
}
.pagination span.next {
    position: relative;
    margin: 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px;
    font-size: 0;
}
.pagination span.next:after {
    content: "\00f105";
    right: 0;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 27px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #1C4F52;
    margin: -1px 0 0 0;
}
.pagination span.prev {
    position: relative;
    margin: 0 4px 0 0;
    padding: 0;
    background: transparent;
    height: 25px;
    width: 42px;
    color: #102C2E;
    font-size: 0;
}
.pagination span.prev:after {
    content: "\00f104";
    right: 0;
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 27px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #1C4F52;
}
.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: #102C2E;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.review-show-panel .pagination {
    width: auto;
    float: right;
    margin-top: 14px;
}
/*---------- Pagination End ------------*/

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

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

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

.image-preview-box.product-detail-view > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.widget-productImage .multi-image-scroll-wrapper {
    max-width: 650px;
    border: 0;
    overflow: unset;
    z-index: 9;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
}
.product-thumb-view img {
    max-width: 117px;
    max-height: 117px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget-productImage .image-thumb-container .thumb-image {
    padding: 0;
    margin: 0 13px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #F7F3EB;
    border-radius: 12px;
    height: 149px;
    width: 149px;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #949028;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
  cursor: pointer;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 5px 0;
    overflow: hidden;
}
.page-product .more-info {
    margin-top: 25px;
    text-align: left;
    order: 5;
    width: 100%;
    display: none;
}
.page-product .more-info .info-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #E1E0DB;
    width: 100%;
    padding-top: 22px;
}
.page-product .more-info span {
    display: block;
    margin-bottom: 15px;
}
/* ============================================== Start Footer Design ==============================================*/
body > .footer {
    position: relative;
    background: #061213;
}

body > .footer::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 134px;
    height: 152px;
    background: url("../images/footerbg-top.png") no-repeat;
    z-index: 0;
}
body > .footer::after {
    position: absolute;
    content: "";
    right: 40px;
    bottom: 0;
    width: 160px;
    height: 116px;
    background: url("../images/footerbg-bottom.png") no-repeat;
    z-index: 0;
}
body > .footer .widget-title {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 46px;
    color: #FFFFFF;
    text-align: left;
}
body > .footer .widget-html > p {
    font-family: 'Nunito Sans';
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 14px;
    padding-bottom: 0;
    font-weight: normal;
    letter-spacing: 0.02em;
}

body > .footer .nav-wrapper.vertical {
    margin-top: -5px;
    text-align: left;
}
body > .footer .vertical .navigation-item{
    padding:0;
}
body > .footer .vertical .navigation-item a {
    border-bottom: none;
    display: block;
    padding: 0;
    transition: all 300ms ease-out 0s;
    text-decoration: none !important;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 34px;
    color: #FFFFFF;
}
body > .footer .vertical .navigation-item a:hover,
body > .footer .vertical .navigation-item.active > a {
    color: #949028;
}

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

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

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

/*****Search***********/
.auto-page .page-content .entire-search h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 50px;
    font-weight: 400;
}
.auto-page .page-content .entire-search .total-result {
    text-align: center;
    color: #102C2E;
}
.auto-page .page-content .entire-search .total-result {
    display: none;
}
.entire-search .search-result > .title {
    font-size: 24px;
    margin: 0;
}
.entire-search .search-result>.title {
    border: 0;
    text-align: left;
    font-size: 28px;
    width: auto;
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #1c4f52;
}
.entire-search .search-result.pages {
    position: relative;
    width: 100%
}
.entire-search .search-result.pages::before {
    position: absolute;
    content: "";
    left: 0;
    top: 58px;
    width: 100%;
    height: 1px;
    background: #ddd;
}
.entire-search .footer .per-page-count {
    display: inline-block;
}
.entire-search .footer span.pagination {
    display: inline-block;
    float: right;
    margin-right: 40px;
}
.entire-search .pagination span.next::before, .entire-search .pagination span.prev::before {
    top: 0px;
    line-height: 25px;
}
.entire-search .search-result.pages .page a {
    margin-right: 10px;
    color: #102C2E;
}
.entire-search .search-result.pages .page a span.title {
    font-size: 22px;
}
.entire-search .search-result.pages .page a:hover {
    color: #102C2E;
    text-decoration:underline
}
.entire-search .search-result.pages .search-result-type {
    font-size: 16px;
    color: #393939cc;
    font-style: italic;
}
.entire-search .search-result.pages .page a.page-read-more {
    color: #000;
}
.entire-search .search-result.pages .page a.page-read-more {
    color: #000;
}
.entire-search .search-result.pages .page a.page-read-more:hover {
    color: #000;
    text-decoration: underline;
}
.entire-search .search-result.pages .page .summary {
    color: #393939;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Nunito Sans';
    padding-bottom: 10px;
    margin: 0;
}
.entire-search .footer {
    padding: 30px 0 0;
}
.entire-search .search-result.products .product-block .summary {
    display: none;
}
.page-post-payment .message-details p.post-order-contact-us a:hover {
    color: #102C2E;
    text-decoration: underline;
}
.page-checkout .payment-option .row .info {
    line-height: 45px;
}
.page-search-result .product-view.image-view .content {
    padding: 25px 15 0px;
    margin: 0 auto;
}
.price-block-container {
    display: inline-block;
    line-height: 18px;
}
.page-search-result .product-view.image-view .product-block:hover,
.page-search-result .product-view.scrollable-view .product-block:hover {
    margin-top: 0;
}
.page-search-result .entire-search .product-view .header {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}
.page-profile .comment-area .comment-row.customer .name,
.page-guest-customer-order-comment .comment-row.customer .name {
    color: #000;
}
.site-popup .name{
    font-weight: 500;
}
.page-profile .comment-area .comment-row {
    margin: 8px 0;
}
.page-profile .comment-area .comment-row .show-comment,
.page-guest-customer-order-comment .comment-row .show-comment {
    width: 100%;
    padding: 10px 10px 10px 0;
    color: rgba(0, 0, 0, 0.75);
    word-break: break-word;
}
.page-profile .comment-area .comment-row .date-time,
.page-guest-customer-order-comment .comment-row .date-time {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}
.page-profile .comment-area .comment-row:last-child {
    border-bottom: 0;
}
.newsletter-floating-subscription-popup.popup .popup-bottom.footer {
    background-color: transparent;
    padding:0;
}

/******END*********/

/** Popup Start **/
.popup {
    box-shadow: none;
}
.popup.image-popup-container{
    padding: 0
}
.image-popup-container .image-wrapper {
    padding: 40px;
    border: 10px solid #fff;
}
.image-popup-container .navigator.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: 50px;
    height: 34px;
    border: 1px solid #1C4F52;
}
.image-popup-container .right-button.navigator {
    background: url("../images/navigator-icon.svg");
    background-repeat: no-repeat;
    background-position: 10px 4px;
}
.image-popup-container .navigator.left-button {
    transform: rotate(180deg);
    background: url("../images/navigator-icon.svg");
    background-repeat: no-repeat;
    background-position: 10px 4px;
}
.image-popup-container .navigator.close-button {
    background-image: url("../images/close-icon.png") no-repeat;
    background-position: 8px 9px;
    height: 34px;
    right: 5px;
    top: 5px;
    width: 34px;
    background-size: 15px;
    border: 1px solid #fff;
}
.image-popup-container .navigator.close-button:hover {
    border: 1px solid #1C4F52;
}
.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: #1C4F52;
    border-color: #1C4F52;
    background-position: 10px -23px;
}
.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
    padding-bottom: 0;
}
.popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.popup .item .stepper {
  margin: 0 5px;
}
.popup .item>span {
    margin: 0;
}
.popup .stepper {
    margin-bottom: 0;
}
.popup.add-cart-information-popup td.product-img {
    width: 100%;
    text-align: center;
    padding: 0;
}
.popup.add-cart-information-popup td.short-info{
    text-align: center;
    font-size: 18px;
}
.add-to-cart-popup .name, .add-cart-information-popup .name {
    font-size: 16px;
    max-width: 90%;
    margin: 0 auto;
}
.add-to-cart-popup table, .add-cart-information-popup table {
    margin: 0;
}
.popup.add-cart-information-popup span.title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: block;
}
.popup.add-cart-information-popup .sending-type-by-email .title {
    color: #000;
}
.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: #102C2E;
    display: block;
    margin: 0 0 30px;
    float: none;
    text-align: center;
}
.popup .cart-summary-header {
    color: #fff;
    float: none;
    font-size: 16px;
    padding-right: 0;
    text-align: center;
}
.popup .status-bar-product-name, .popup .header .status-message {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    display: block;
}
.popup .button-item {
    display: block;
    clear: both;
}
.popup .button-item .button {
    vertical-align: middle;
    border-radius: 42px;
    margin: 0 5px
}
.popup .continue-shopping-btn {
    color: #102C2E;
    background-color: transparent;
    border: 1px solid #262527;
    margin: 0 5px;
}
.popup .continue-shopping-btn:focus,
.popup .continue-shopping-btn.focus {
    color: #102C2E;
    background-color: #262527;
    border: 1px solid #262527;
}
.popup .continue-shopping-btn:hover {
    color: #fff;
    background-color: #1C4F52;
    border: 1px solid #1C4F52;
}
.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #102C2E;
    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;
}

.site-popup .title-bar, .confirm-popup .header-line, .confirm-popup .title-bar {
    background-color: #1c4f52;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding: 18px 0 18px;
    text-align: center;
}
.popup .button-item {
    text-align: center;
    margin: 0;
    display:flex;
    justify-content:center;
}
.popup .close-icon {
    top: 15px;
    right: 15px;
}
.site-popup span.close.fee-identical-sewc-elm, .confirm-popup span.icon.close {
    top: 18px;
    right: 20px;
}
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart,
.popup .close-btn.button {
    margin-left: 3%;
    margin-top: 0;
}
.popup a.cart-page-button.button.et_ecommerce_view_cart {
    color: #fff;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 35px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 620px;
}

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

.shipment-calculator-popup .multi-column form {
    margin: 0 -15px;
}
.shipment-calculator-popup .first-column .form-row {
    width: 50%;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.shipment-calculator-popup .form-row label {
    width: 100%;
    display: block;
}
.shipment-calculator-popup .form-row input,
.shipment-calculator-popup .form-row select {
    width: 100%;
}
/*.save-cart button.form-reset.close-popup {*/
/*    color: #e6e6e6;*/
/*    background-color: #6c757d;*/
/*    border: 1px solid #6c757d;*/
/*    text-shadow: none;*/
/*    opacity: 0.7;*/
/*}*/
/*.save-cart button.form-reset.close-popup:focus,*/
/*.save-cart button.form-reset.close-popup.focus {*/
/*    color: #e6e6e6;*/
/*    background-color: #545b62;*/
/*    border-color: #545b62;*/
/*}*/
.save-cart .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: #1C4F52;
    border-bottom: 1px solid #e2e2e2;
    color: #fff;
    text-align: center;
    padding: 15px 45px 15px 20px;
    min-height: 60px;
}
.site-popup, .confirm-popup {
    padding: 0;
}

.confirm-popup button.no-button {
    background: transparent;
    color: #1c4f52;
}
.confirm-popup button.no-button:hover {
    background:#1c4f52;
    color: #fff !important;
}
.save-cart.save-cart-init-form.popup,
.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup {
    max-width: 750px;
    padding: 0;
    min-width: 650px;
}
.popup.add-cart-information-popup .button-line, .popup .footer {
    background-color: #F7F7F7;
    padding: 30px 20px;
    text-align: center;
    border: 0;
    margin-top: 30px;
}
.add-cart-information-popup table tr {
    border-spacing: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup.add-cart-information-popup h4.title {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    font-family: Rubik;
    letter-spacing: 0.5px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 15px;
    display: none;
}
.site-popup .button-line button, .confirm-popup .button-line button {
    letter-spacing: 0.1em;
    margin: 0;
}
.site-popup .button-line button[disabled]{
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: medium none;
    color: #818181 !important;
}
.popup .button-line, .popup .footer {
    text-align: center;
}
.popup button:nth-of-type(1) {
    margin-left: 0;
}
.wish-list-popup.add-to-wishlist-popup.popup .submit-button.add-to-wish-list::before {
    display: none;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer {
    display: flex;
    justify-content: center;
}
.wish-list-popup.add-to-wishlist-popup.popup  {
    max-width: 500px;
}
.save-cart.save-cart-init-form.popup .body,
.wish-list-popup.add-to-wishlist-popup.popup .body {
    max-width: calc(100% - 40px);
    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: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #102C2E;
}
.wish-list-popup .no-wish-list-message {
    font-weight: 400;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button{
    margin: 0 10px;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button, .popup .button-item .cart-page-button, .popup .add-to-cart-button{
    color: #fff;
    background: #1C4F52;
    border: 1px solid #1C4F52;
    text-transform: capitalize;
    padding: 10px 0;
}
.wish-list-popup.add-to-wishlist-popup.popup .footer button.submit-button:hover, .popup .button-item .cart-page-button:hover, .popup .add-to-cart-button:hover{
    color: #fff;
    background: #346B6F;
    border: 1px solid #346B6F;

}

.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/flying-cart-cross.svg) no-repeat;
}

.site-popup .title-bar .close::before,
.confirm-popup .header-line .close::before {
    font-size: 0;
}
.popup .button.disabled {
    border: 2px solid #bfbfbf !important;
}
.add-cart-information-popup .variation-container .chosen-container {
    border-radius: 0;
    width: 100%;
    max-width: 64%;
    margin: 0 0 10px;
}

.chosen-container-single .chosen-single {
    background: #fff;
    -webkit-appearance: none;
    padding-right: 11px;
    padding-right: 40px;
    margin: 5px 0;
    background-size: 15px;
    box-shadow: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
    background-position-x: 97%;
    background-size: 12px;
    border-width: 1px;
    font-family: inherit;
    padding: 8px 14px;
    padding-right: 14px;
    font-weight: 600;
    border-radius: 3px;
    height: 50px;
    border-color: #d8d8d8;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border-color:#102C2E;
}
.chosen-container-single .chosen-single div b {
    background-size: 0;
}

.chosen-container-single .chosen-single span {
    color: #102C2E;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-family: 'GT Walsheim Pro', sans-serif;
}

.chosen-container .chosen-results .chosen-result {
    font-size: 17px;
    height: 40px;
    line-height: 10px;
    padding: 15px;
}
.add-cart-information-popup .variation-container .variation-type label.type-label {
    width: 100px;
    margin-right: 10px;
    text-align: right;
    text-transform: uppercase;
}
.zoomContainer .zoomLens {
    border: 0 !important;
}
.zoomWindowContainer .zoomWindow{
    border: 1px solid #eee !important;
}
/*********END:PopUP***************/
.address-selection-popup .name {
    color: #102C2E;
    font-weight: 600;
    text-transform: capitalize;
}
.address-selection-popup .address {
    color: #102C2E;
    font-weight: 300;
}
.widget-article .page_404 {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}
.widget-article .page_404 .ops {
    color: #102C2E;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.widget-article .page_404 .ops .big_font {
    color: #1c4f52;
    font-size: 104px;
    margin-right: -17px;
}
.widget-article .page_404 .big {
    color: #1c4f52;
    font-size: 104px;
    margin-left: -19px;
}
.widget-article .page_404 .error {
    font-size: 35px;
    color: #1C4F52;
    line-height: 30px;
    margin: 10px 0 25px 0;
    font-weight: 500;
}
.widget-article .page_404 p {
    color: #102C2E;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}
.page-product .widget-container .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.search-result {
    border: 0;
    padding-bottom: 10px;
}
.entire-search .search-result.pages {
    margin-bottom: 70px;
}
/*********************/
/************************* Home Category start*********************************/
.owlCarousel.article-slider {
    margin: 0 auto;
    max-width: 1600px;
}
.article-slider  .owl-theme .owl-controls {
    margin-top:25px;
}
.article-slider .owl-theme .owl-controls .owl-dots {
    background: #F5F5F5;
    height: 8px;
    margin-top: 25px;
}
.article-slider .owl-theme .owl-controls .owl-dots .owl-dot span {
    margin:auto;
    width: auto;
    height:8px;
    background: #F5F5F5;
    border-radius: 5px;
}
.article-slider .owl-theme .owl-dots .owl-dot {
    cursor: pointer;
}
.article-slider .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background:#102C2E;
}
.article-slider .owl-theme .owl-controls .owl-dots{
    display: grid;
    grid-gap: 0;
    grid-auto-flow: column;
    margin: auto;
    box-sizing: border-box;
}
.owlCarousel.article-slider .item .article-title {
    display: none;
}
.owlCarousel.article-slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.owl-item .article-content figure {
    margin: 0;
}
.owl-item .article-content .review-intro {
    background: #F8F8E7;
    border-radius: 12px;
    padding:32px;
}
.owl-item .article-content .review-intro h4{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #102C2E;
    padding:47px 122px 20px;
}
.owl-item .article-content .review-intro img{
    max-width: 198px;
    margin: 0 auto;
}
.owl-item .article-content .review-intro h6{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height:28px;
    text-align: center;
    margin:0;
    padding:12px 0 102px;
    color: #102C2E;
}
.owl-item .article-content .review-intro p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height:18px;
    text-align: center;
    color: #102C2E;
    margin:0;
    padding:0;
}
.owl-item .article-content .review-intro p a{
    font-weight: 700;
    text-decoration: none;
}
.owl-item .article-content .review-intro p a:hover{
    text-decoration:underline;
}
.owl-item .article-content .review {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 32px 24px;
}
.owl-item .article-content .review img{
    max-width: 132px;
    margin: 0 0 32px;

}
.owl-item .article-content .review p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #102C2E;
    margin:0;
    padding:0;
    height: 225px;
}
.owl-item .article-content .review .bottom {
    display: flex;
    flex-wrap: wrap;
}
.owl-item .article-content .review .bottom .image-section {
    width: 18%;
}
.owl-item .article-content .review .bottom .image-section img{
    margin:0;
    border-radius: 56px;
}
.owl-item .article-content .review .bottom .text-section {
    width: 82%;
    padding-left:20px;
}
.owl-item .article-content .review .bottom .text-section h6{
    margin:0;
    padding:0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #102C2E;
}
.owl-item .article-content .review .bottom .text-section p{
    margin:0;
    padding:0;
    height:unset;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #808080;
}
/************************* Home Category End*********************************/
.widget-product.special-product {
    margin: 50px auto 40px;

}
/***** Contact US Form ****/
.widget.widget-form.contact-form form.custom-form{
    max-width:680px;
    margin-left: 75px;
    margin-right:0;
    padding: 0 0 70px 0;
}

.widget.widget-form.contact-form textarea {
    height: 128px;
    padding: 14px;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}
.widget.widget-form.contact-form button.submit-button {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 11px 5px;
    background: #1C4F52;
    border-radius: 42px;
}
.widget.widget-form.contact-form button.submit-button:hover{
    background:#346B6F;
}
.widget.widget-form.contact-form .form-row.btn-row label{
    display: none;
}
.widget.widget-form.contact-form .double-input-row {
    margin: 0 -10px;
}
.widget.widget-form.contact-form .double-input-row .form-row {
    padding: 0px 10px;

}
.widget.widget-form.contact-form .single-input-row .form-row {
    margin-top: 0;
}
.widget.widget-form.contact-form .form-row {
    margin: 0 0 25px 0;

}
.widget.widget-form.contact-form .form-row > label{
    width: 100%;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 0 0 8px 0;
}
.widget.widget-form.contact-form .form-row input {
    height: 52px;
    width: 100%;
    padding: 14px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
}
/*****/
.widget.widget-html.contact-top-section {
    max-width: 680px;
    margin-left: 75px;
    margin-right: 0;
    margin-bottom:40px;
}
.widget.widget-html.contact-top-section h2{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 44px;
    color: #1C4F52;
    margin: 0 0 15px 0;
    padding: 0;
    margin:20px 0 15px 0;
    padding:0;
}
.widget.widget-html.contact-top-section p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #102C2E;
    padding:0;
    margin:0;
}
.widget.widget-html.contact-map figure {
    margin: 0;
}
.widget.widget-html.contact-map figure iframe {
    margin: 0 0 -5px;
}
/***********************************************************/
/*********blog***********/
.widget-blogPost .blog-post-content, .blog-posts {
    display: block;
    max-width: 1148px;
    margin: 0 auto;
    padding: 0 0 90px;
}
.blog-post-item {
    width: 100%;
    margin: 0 0 40px;
    background: #fff;
    padding-bottom: 0;
    border-bottom: 0;
    position: relative;
    display: flex;
}
.post.post-list-view-width, .category.post-list-view-width{
    overflow:hidden;
    width: 100%;
    padding: 0;
    max-width: 560px;
}
.post.post-list-view-width img, .category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    padding-bottom: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.blog-post-item:hover .post.post-list-view-width img ,
.blog-post-item:hover .category.post-list-view img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-post-item .post-description {
    padding: 40px 20px 40px 60px;
    height: auto;
    display: flex;
    flex-direction: column;
    max-width: 530px;
    border: 1px solid #F7F3EB;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.blog-post-item .post-description .title {
    order: 2;
    padding: 0 0 15px;
    margin: 0;
    font-size: 0;
    line-height: 0;
}
.blog-post-item .post-description .title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    color: #1C4F52;
}
.blog-post-item .post-description .blog-post-info{
    order:1;
}
.blog-post-item .post-description .blog-post-info span{
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #1C4F52;
}
.blog-post-item .post-description .content{
    order: 3;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #1C4F52;
}
.blog-post-item:hover .post-description {
    border: 1px solid #F7F3EB;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.blog-post-item:hover .post-description .title,
.blog-post-item:hover .post-description .title a{
    color: #1C4F52;
}
.blog-post-item:hover .post-description .content{
    color: #102C2E;
    opacity:0.8;
}
.blog-post-item:hover .post-description .blog-post-info span {
    color: #1C4F52;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #102C2E;
    margin: 0;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}
.blog-post-info span.categories {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
    order: 1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.page-blog .widget.widget-blogPost .blog-post-item, .blog-posts .blog-post-item {
    width: 100%;
}
.blog-post-details {
    margin: 0;
    max-width: 1020px;
}
.blog-post-details .post-description {
    display: flex;
    flex-direction: column;
}
.blog-post-details .content {
    display: block;
    padding-bottom: 20px;
    order: 4;
}
.blog-post-details .title {
    margin: 60px 0 24px;
    text-align: left;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 120%;
    color: #1C4F52;
    padding: 0;
    /*order: 2;*/
}
.blog-post-details .image {
    order: 3;
}
.blog-post-details .image img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: top;
}
.blog-post-details span.author {
    background: none;
    padding: 0 42px 0 0;
    margin: 0;
    order: 1;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #102C2E;
}
.blog-post-details .blog-post-info span.date {
    margin: 0;
    order: 2;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #102C2E;
    position:relative;
}
.blog-post-details .blog-post-info span.date::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #808080;
    border-radius: 100%;
    top: 12px;
    left: -21px;
}
.blog-post-details .blog-post-info {
    margin: 0 0 40px;
    order: 1;
    text-align: left;
    display: flex;
}
.blog-post-details .image img, .blog-post-details .content figure img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}
.blog-post-details .content figure {
    margin: 5px 0 20px;
    display: block;
    width: 100%;
}
.blog-category-details > .title {
    font-weight: 800;
    font-size: 42px;
    padding: 10px 0 44px;
    color: #102C2E;
    display: none;
}
.blog-post-details .social-media-share-bar {
    order: 5;
    text-align: left;
    width: 100%;
    padding: 25px 0;
    position: relative;
}
.blog-post-details .social-media-share-bar .social-media-share{
    margin:0 5px 0 0;
    vertical-align: middle;
}
.blog-post-item .post-description > a {
    order: 4;
    position: relative;
    text-align: center;
    width: 124px;
    height: 44px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 120%;
    color: #1C4F52;
    background: #fff;
    padding: 12px 5px;
    border: 1px solid #1C4F52;
    border-radius: 42px;
}
.blog-post-item:hover .post-description > a {
    background: #1C4F52;
    color:#fff;
}
.blog-post-details .content table th {
    color: #1C4F52;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #1C4F52;
}
.blog-post-details .content ul li, .blog-post-details .content ol li {
    position: relative;
    margin: 0;
    padding: 0 0 10px 5px;
    position: relative;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #1C4F52;
}
.blog-post-details .content table th {
    color: #1C4F52;
}
.blog-post-details .content table td {
    color: #1C4F52;
}
.blog-post-details .content ul li::after {
    background-color: #1C4F52;
}
.blog-post-details .content ul li::marker {
    display: none;
}
.blog-post-details .comment-post-panel {
    order: 6;
}
.blog-post-details .content h1 {
    font-weight:800;
    font-size: 30px;
    line-height: 46px;
}
.blog-post-details .content h2 {
    font-weight:800;
    font-size: 28px;
    line-height: 40px;
}
.blog-post-details .content h3 {
    font-weight:800;
    font-size: 26px;
    line-height: 36px;
}
.blog-post-details .content h4 {
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
}
.blog-post-details .content h5{
    font-weight:800;
    font-size: 22px;
    line-height: 32px;
}
.blog-post-details .content h6 {
    font-weight:800;
    font-size: 20px;
    line-height: 32px;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper svg.at-icon {
    padding: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill:#1C4F52 !important;
}
.blog-post-details .social-media-share>a span.at-icon-wrapper {
    position: relative;
}
.blog-post-details .social-media-share-bar:before {
    content: "Share :";
    left: 0;
    top: 15px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    color: #102C2E;
}
.widget-html.back-to-prev {
    margin: 50px auto 0;
    max-width: 1200px;
}
.blog-post-info span.categories a:before {
    position: absolute;
    content: "";
    top: 9px;
    left: -3px;
    width: 5px;
    height: 5px;
    display: inline;
    background: #1c4f52;
    border-radius: 100%;
    display: none;
}
.blog-post-item .post-description .blog-post-info span.categories {
    margin: 12px 0;
    display: none;
}
.blog-post-info span.categories a {
    background: #F8F8E7;
    border-radius: 12px;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 150%;
    color: #949028;
    padding: 8px 10px;
    padding-left: 10px;
    margin: 0 10px 0 0;
}
.blog-post-info span.categories a:hover {
    background: #949028;
    color:#fff;
}
.blog-post-info span.categories a:first-of-type:before {
    display: none;
}
.blog-post-details .comment-post-panel input, .blog-post-details .comment-post-panel textarea {
    width: 100% !important;
}
.blog-post-details .errorlist.after {
    position: unset;
}
.blog-post-details .post-description > .loging-to-react {
    margin: 0 auto;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 10px 15px;
    background: #1C4F52;
    cursor: pointer;
    border-radius: 42px;
    position: absolute;
    left: 0;
    bottom: -30px;
}
.blog-post-details .post-description > .loging-to-react:hover{
    background: #346B6F;
}
.loging-to-react.popup {
    padding: 0;
}
.loging-to-react.popup a:hover {
    color: #949028;
}
.widget-html.back-to-prev p a {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    position: absolute;
    bottom: -114px;
    z-index: 1;
}
.widget-html.back-to-prev p a:before{
    content:"\f104";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    margin-right:8px
}
.widget-html.back-to-prev p a:hover, .widget-html.back-to-prev p a:hover:before{
    font-weight: 700;
}
/*************************Blog End*****************************/

.widget.widget-article.footer-address-info p{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height:28px;
    color: #FFFFFF;
}
.widget.widget-article.footer-copyright {
    border-top: 1px solid #1e2929;
}
.widget.widget-article.footer-copyright p {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 35px 0 0 0;
    max-width: 300px;
    margin: 0 auto;
}
.widget.widget-article.footer-copyright p a{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height:18px;
    color: #FFFFFF;
    text-decoration: none;
}
.widget.widget-article.footer-copyright p a:hover{
    color:#949028;
}
.widget.widget-image.footer-image{
    max-width:383px;
    margin:0 auto;
}

body > div.body {
    position:relative;
}
body > div.body::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 435px;
    width: 113px;
    height: 106px;
    background: url("../images/body-left-icon.svg") no-repeat;
    z-index: 1;
}
body > div.body::after{
    position: absolute;
    content: "";
    right:45px;
    top: 500px;
    width: 65px;
    height: 80px;
    background: url(/template/07c10cc0/images/slider-bottom-icon-bg.svg) no-repeat;
}
body.page-home > div.body::before,
body.page-home > div.body::after{
    display: none;
}
.widget-productSku label, .widget-availableStock label, .widget-productCategory label, .widget-productManufacturer label, .widget-productBrand label, .widget-productModel label {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 38px;
    color: #1C4F52;
    margin: 0 5px 0 0;
}
.widget-productSku, .widget-availableStock, .widget-productCategory, .widget-productManufacturer, .widget-productBrand, .widget-productModel, .widget-combinedProduct {
    padding-bottom: 10px;
}
.widget-productSku span, .widget-availableStock span, .widget-productCategory span, .widget-productManufacturer span, .widget-productBrand span, .widget-productModel span {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 38px;
    color: #1C4F52;
}

/*Start: Product friend mail */
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active {
    padding: 0;
    max-width:450px;
    width: auto !important;
}
.tell-friend.tell_friend_popup.popup.anim-fade-zoom.active .header {
    font-size: 18px;
}
form.tell-friend-popup .body .form-row input, form.tell-friend-popup .body .form-row label, form.tell-friend-popup .body .form-row textarea {
    display: block;
    width: 100%;
    position: relative;
    color: #102C2E;
    font-size: 15px;
}
form.tell-friend-popup .body{
    padding: 20px 30px;
}
form.tell-friend-popup .body .form-row {
    padding-bottom: 5px;
    position: relative;
}
form.tell-friend-popup .popup-bottom.footer, form.tell-friend-popup .popup-bottom.footer {
    padding: 30px;
    margin: 0;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email {
    color: #fff;
    background: #1c4f52;
    border: 2px solid #1c4f52;
    margin: 0 0 15px 0;
}
form.tell-friend-popup .popup-bottom.footer .submit-button.send-email:hover {
    background: #346B6F;
    border: 2px solid #346B6F;
}
form.tell-friend-popup .body .form-row .errorlist.after {
    bottom: -10px;
}
form.tell-friend-popup .button.form-reset.close-popup {
    max-width: 100%;
}
.tell-friend.tell_friend_popup.popu .popup-bottom.footer span.button.form-reset.close-popup {
    width: 100%;
    max-width: 100%;
}

/*End Product friend mail*/
.widget.widget-snippet.blog-connect-area .connect-area {
    margin-top: 0;
}
/****sidebarcss*********/

.widget-blogPost.featured-post .widget-title {
    padding: 0 0 24px;
    text-transform: capitalize;
    margin-top: 0;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    color: #1C4F52;
}
.widget-blogPost.featured-post .blog-post-content,
.widget-blogPost.sidebar-post .blog-post-content{
    padding: 0 0 55px;
}
.widget-blogPost.featured-post .blog-post-item .post-description {
    padding: 24px 16px;
    max-width: 460px;
    border: 1px solid #F7F3EB;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.widget-blogPost.featured-post .blog-post-item .post-description .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #1C4F52;
}
.widget-blogPost.featured-post .post.post-list-view-width img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.widget-blogPost.featured-post .blog-post-item .post-description > a,
.widget-blogPost.sidebar-post .blog-post-item .post-description > a{
    display: none;
}
.widget-blogPost.featured-post .blog-post-content {
    width: 100%;
    display: block;
    position: relative;
}

.widget-blogPost.featured-post .blog-post-item {
    width: 100%;
    display: block;
    margin:0;
}

.widget.sidebar-post .widget-title{
    padding: 0;
    margin: 0 0 24px;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    color: #1C4F52;
    text-align: left;
}

.sidebar-post .vertical .navigation-item a {
    text-align: left;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1C4F52;
    padding: 0;
    border-bottom: none;
    position: relative;
}
.widget.widget-blogPost.sidebar-post .widget-title{
    position:relative;
}
/*.widget.sidebar-post .widget-title:before{
    position:absolute;
    content:"";
    left:0;
    top:-40px;
    width:100%;
    height:1px;
    background:#eaeaea;
}*/
.sidebar-post .vertical .navigation-item a:hover {
    color: #949028;
}
.sidebar-post.widget-navigation .navigation-item{
    padding:0;
    margin:0;
    position:relative
}
.sidebar-post.categories.widget-navigation .navigation-item::after {
    content: "";
    height: 8px;
    width: 8px;
    background-color: #1C4F52;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
.sidebar-post.categories.widget-navigation .navigation-item {
    padding: 0 0 24px 24px;
}
.sidebar-post .blog-post-item .title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #1C4F52;
}
.sidebar-post.categories.widget-navigation  a {
    text-align: left;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1C4F52;
    padding: 0;
    border-bottom: none;
    position: relative;
}
.sidebar-post .post.post-list-view-width, .sidebar-post .category.post-list-view-width {
    overflow: hidden;
    width: 29%;
    padding: 0;
    height: auto;
    min-height: 133px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.sidebar-post .blog-post-item .post-description .blog-post-info span {
    text-align: left;
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    color: #1C4F52;
}
.sidebar-post .blog-post-item .title{
    margin: 0;
    padding-bottom: 0;
}
.sidebar-post .blog-post-item.last .title{
    margin:0;
}
.sidebar-post.widget-blogPost .blog-post-item .post-description:before, .sidebar-post.widget-blogPost .blog-post-item .post-description:after, .widget-blogPost.sidebar-post .blog-post-content .footer {
    display:none;
}
.sidebar-post.widget-blogPost .blog-post-item {
    width: 100% !important;
    background: transparent;
    margin: 0 0 25px;
    display: flex;
    flex-wrap: wrap;
}
.sidebar-post.widget-blogPost  .blog-post-item:hover .post-description{
    background:transparent;
}
.sidebar-post.widget-blogPost  .blog-post-item:hover, .page-news .sidebar-post.widget-blogPost  .blog-post-item:hover .post-description .title,
.sidebar-post.widget-blogPost  .blog-post-item:hover .post-description .title a {
    color: #949028;
}
.sidebar-post.widget-blogPost .blog-post-item .post-description {
    height: auto;
    display: flex;
    padding: 29px 16px;
    max-width: 71%;
}
.widget-blogPost.sidebar-post .blog-post-content {
    margin: 0;
}
.sidebar-post.widget-blogPost .blog-post-item.last{
    margin-bottom:0;
}
.widget.widget-snippet.blog-area .connect-area .full-area {
    margin: 0 -16px;
}
.image-popup-container-for-zoom-preview img.popup-image-for-zoom-preview {
    width: 100%;
}
.form-row .Zebra_DatePicker_Icon_Wrapper, .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 350px;
}
@media screen and (max-width: 767px) {
    .form-row .Zebra_DatePicker_Icon_Wrapper, .form-row .Zebra_DatePicker_Icon_Wrapper input {
        width: 100%;
    }
}
@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}
div.about-us-container {
    max-width: 100%;
}


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

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
    padding-right: 0;
}
.widget.fee-category-1 .category-image-view-width,
.widget.fee-category-2 .category-image-view-width {
    box-sizing: border-box;
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image-link::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image-link::after,
.fee-widget-product-image-view .product-view.image-view .product-name::before,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    font-family: inherit;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
    text-align: left;
    max-height: 100%;
    min-height: auto;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button {
    width: auto;
    line-height: 21px;
    display: inline-block;
    color: #1c4f52;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .image.product-image .btn-add .add-to-cart-button.button {
    -webkit-transform: translate(0,-125px);
    -moz-transform: translate(0,-125px);
    -ms-transform: translate(0,-125px);
    -o-transform: translate(0,-125px);
    transform: translate(0,-125px);
}
.fee-widget-product-image-view .product-view.image-view .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add {
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap,
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    text-align: left;
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-name a{
    font-family: inherit;
    text-transform: capitalize;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
    width: auto;
    font-family: inherit;
    text-transform: capitalize;
    display: inline-block;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button::after{
    content: none;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title,
.body .widget-product.fee-widget-product-image-view .widget-title,
.body .widget-product.fee-widget-product-list-view .widget-title,
.body .widget-product.fee-widget-product-tabular-view .widget-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: inherit;
    letter-spacing: normal;
    line-height: normal;
    padding: 20px 0;
    text-transform: capitalize;
    margin: 0;
    border: none;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title::before,
.body .widget-product.fee-widget-product-image-view .widget-title::before,
.body .widget-product.fee-widget-product-list-view .widget-title::before,
.body .widget-product.fee-widget-product-tabular-view .widget-title::before,
.body .widget-product.fee-widget-product-scroll-view .widget-title::after,
.body .widget-product.fee-widget-product-image-view .widget-title::after,
.body .widget-product.fee-widget-product-list-view .widget-title::after,
.body .widget-product.fee-widget-product-tabular-view .widget-title::after{
    content: none;
}
.fee-widget-product-list-view .product-view.list-view .btn-add {
    text-align: left;
    position: unset;
    display: unset;
    padding: 0;
    background: transparent;
    margin-left: 0;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l::before,
.fee-gallery-jssor3 .jssor-slider-container .jssora20r::before{
    content: none;
}
.jssor-slider-container .jssorb03 div,
.jssor-slider-container .jssorb03 div:hover,
.jssor-slider-container .jssorb03 .av {
    width: auto;
    height: auto;
    line-height: normal;
}
.fee-gallery-swipebox .swipe-image-wrap {
    padding: 0 ;
}
.fee-gallery-swipebox .swipe-image-wrap .box {
    margin: 0;
    padding: 10px;
}
.fee-gallery-swipebox .swipe-image-wrap .box a::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap .thumb img {
    max-height: 100%;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs {
    margin: 0;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs li {
    margin: 0 auto;
}
.widget-gallery ul li::after{
    content: none;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-family: inherit;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    font-size: 18px !important;
    text-align: left !important;
    display: block !important;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button:hover {
    background-color: #fff;
    border: 1px #1c4f52 solid !important;
    color: #1c4f52;
}
.product-view.tabular-view .name-column {
    max-width: 450px;
}
.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
    right: 60px;
    width: auto;
}
.widget-product.fee-widget-product-tabular-view .name-column {
    max-width: 100%;
}
.widget-product.fee-widget-product-tabular-view .product-view .header{
    margin-top: 0;
}
.add-cart-information-popup .body .body-scroll-control.app-tab-incomplete-data-cart-popup {
  height: auto
}
.popup.add-cart-information-popup .variation-container .variation-dropdown-container .variation-type {
  display: flex;
  margin: 0 auto;
}
.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: #949028;
}
.checkout-page.version-2 {
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
  max-width: 566px;
}
div.product-view.tabular-view .product-table-view-header .product-table-view-column {
  background-color: #eae9d8;
  border-bottom: 1px solid #eae9d8;
}
div.product-view.tabular-view .product-table-view-row {
  border-bottom: 1px solid #f4f4f4;
}
@media (max-width: 1199px) {
    .widget.widget-category.fee-category-1 .category-view .content .category,
    .widget.widget-category.fee-category-2 .category-view .content .category {
        width: 33.333%;
        margin: 0;
    }
}
@media (max-width:575px) {
    .widget.widget-category.fee-category-1 .category-view .content .category,
    .widget.widget-category.fee-category-2 .category-view .content .category {
        width: 50%;
        margin: 0;
        padding: 2px;
        border: none
    }
}

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

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

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

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

.fee-widget-product-image-view .product-view.image-view .product-block {
  height: auto;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap .summary {
  padding: 0 15px;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add *,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add * {
  width: 100%;
  min-width: 100%;
  text-align: center;
  border-radius: 0;
  padding: 9px 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list.button.et_pdp_add_to_wish_list {
  min-width: 50px;
}
.category-view.image-view .category-image-view-width > a.blog-category-read-more {
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  margin: 10px 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list{
  position: relative;
  right: unset;
  top: unset
}

.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-right::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-left::after{
    content: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add {
  margin-bottom: 0;
  text-align: center;
  opacity: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image .btn-add {
  margin-top: -130px;
  opacity: 1;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .parent-name {
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
    .fee-gallery-jssor .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor2 .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor3 .jssor-slider-container .caption-wrapper {
        display: block;
    }
}
@media (max-width: 767px) {
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-3 ,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-3 {
        transform: unset;
    }
}
/*______________________________  2nd face product & Category issues fixing _______________________________*/
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    border: none;
}
.widget-gallery.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .product-image {
    height: 245px;
    background: transparent;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image {
    box-shadow: none;
}
.fee-widget-product-image-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button,
.fee-widget-product-scroll-view .product-block:hover .block-content-wrap .btn-add span.add-to-cart-button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1c4f52;
    color: #1c4f52;
}
.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: #fff none repeat scroll 0 0 !important;
    border: 1px solid #1c4f52 !important;
    font-family: inherit;
    text-transform: capitalize;
    padding: 10px 20px !important;
    max-width: 100% !important;
    letter-spacing: normal;
    line-height: 21px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    display: inline-block;
    color: #1c4f52 !important;
}
.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: #1c4f52 !important;
    color: #fff !important;
    border: 1px solid #1c4f52 !important;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content {
    display: inherit;
    overflow: hidden;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-left,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-right {
    transform: none;
    right: 0;
    left: 0;
    position: relative;
    top: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-name a,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    border-radius: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header {
    position: unset;
}
.fee-widget-product-scroll-view .scrollable-view .scroller::before {
    content: none;
}
.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-left {
    float: none;
    left: 0;
    transform: none;
}
.fee-widget-product-scroll-view  .scrollable-view .scroller .scroll-right {
    float: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .button.add-to-cart-button::before,
.fee-widget-product-image-view .product-view.image-view .btn-add .button.add-to-cart-button::before {
    content: none;
}

@media (max-width: 767px) {
    .fee-widget-product-image-view .product-view.image-view .product-block,
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        border-left: 1px solid #e6e6e6;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
        left: 0;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
        right: 0;
    }
}
/*______________________________  2nd face blog issue _______________________________*/

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
    padding: 0;
    max-width: 100%;
    display: flex;
}
.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 .blog-post-item:hover .post-description > a,
.fee-blog-design-2 .blog-post-item:hover .post-description > a,
.fee-blog-design-3 .blog-post-item:hover .post-description > a,
.fee-blog-design-4 .blog-post-item:hover .post-description > a {
    color: #949028;
}
.fee-blog-design-1 .post.post-list-view-height, .fee-blog-design-2 .post.post-list-view-height,
.fee-blog-design-3 .post.post-list-view-height, .fee-blog-design-4 .post.post-list-view-height {
    margin-right: 0;
}
.fee-blog-design-1 .blog-post-info span, .fee-blog-design-2 .blog-post-info span, .fee-blog-design-3 .blog-post-info span, .fee-blog-design-4 .blog-post-info span {
    color: #666 !important;
    font-size: 13px;
}
.fee-blog-design-1 .post-description,
.fee-blog-design-2 .post-description,
.fee-blog-design-3 .post-description,
.fee-blog-design-4 .post-description {
    margin: 0 !important;
    padding: 0;
    border: none !important;
    text-align: left;
    background: transparent;
    box-shadow: none !important;
}
.fee-blog-design-1 .post.post-list-view-height img,
.fee-blog-design-2 .post.post-list-view-height img,
.fee-blog-design-3 .post.post-list-view-height img,
.fee-blog-design-4 .post.post-list-view-height img {
    border-radius: 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: 0;
}
.fee-blog-design-1 .post-description:hover,
.fee-blog-design-2 .post-description:hover,
.fee-blog-design-3 .post-description:hover,
.fee-blog-design-4 .post-description:hover {
    box-shadow: none;
}
.fee-blog-design-1 .post-description .blog-read-more,
.fee-blog-design-2 .post-description .blog-read-more,
.fee-blog-design-3 .post-description .blog-read-more,
.fee-blog-design-4 .post-description .blog-read-more {
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
    text-align: left;
    width: auto;
}
.fee-blog-design-1 .post-description .blog-read-more:hover,
.fee-blog-design-2 .post-description .blog-read-more:hover,
.fee-blog-design-3 .post-description .blog-read-more:hover,
.fee-blog-design-4 .post-description .blog-read-more:hover {
    color: inherit;
}
.fee-blog-design-1 .blog-post-info span.author,
.fee-blog-design-2 .blog-post-info span.author,
.fee-blog-design-3 .blog-post-info span.author,
.fee-blog-design-4 .blog-post-info span.author {
    display: none;
}
.fee-blog-design-1 .blog-post-info span.date,
.fee-blog-design-2 .blog-post-info span.date,
.fee-blog-design-3 .blog-post-info span.date,
.fee-blog-design-4 .blog-post-info span.date {
    position: unset;
}
.fee-blog-design-1 .blog-post-item .title,
.fee-blog-design-2 .blog-post-item .title,
.fee-blog-design-3 .blog-post-item .title,
.fee-blog-design-4 .blog-post-item .title {
    margin: 0 !important;
    padding: 0;
    line-height: 0 !important;
}
/*______________________________  2nd face hotfix_______________________________*/

.fee-gallery-jssor3 .jssor-slider-container .jssora20l,
.fee-gallery-jssor3 .jssor-slider-container .jssora20r {
    background-color: transparent;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
    transform: none;
}
.fee-gallery-jssor .jssor-slider-container .container .slide::before,
.fee-gallery-jssor2 .jssor-slider-container .container .slide::before,
.fee-gallery-jssor3 .jssor-slider-container .container .slide::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
    transform: none;
}
.fee-widget-product-scroll-view .block-content-wrap,
.fee-widget-product-image-view .block-content-wrap {
    padding: 0;
    border-top: none;
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image-link,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image-link {
    border: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price span,
.fee-widget-product-image-view .product-view.image-view .current-price.price span,
.fee-widget-product-list-view .current-price.price span {
    color: #1c4f52;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    padding: 0;
    opacity: unset;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    opacity: unset;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
    transform: none;
    height: auto;
    top: auto;
    bottom: 0;
}
.widget-category.fee-category-1 .category-image-view:hover .category-image img,
.widget-category.fee-category-2 .category-image-view:hover .category-image img {
    transform: none;
}
.widget-category.fee-category-1 .category-image-view-height, .widget-category.fee-category-2 .category-image-view-height {
    border: none;
    box-shadow: none;
    padding: 0;
}
.widget-category.fee-category-1 .category-image-view:hover .category-image a::after,
.widget-category.fee-category-2 .category-image-view:hover .category-image a::after {
    content: none;
}
.widget.fee-category-1 .category .category-name .category-name-link,
.widget.fee-category-2 .category .category-name .category-name-link {
    text-transform: capitalize;
}
.widget.fee-category-1 .category .category-name {
    position: unset;
    background: transparent;
    padding: 0;
    transform: none;
}
.widget.fee-category-2 .category .category-name {
    background: transparent;
    transform: none;
    padding: 0;
    top: auto;
}
.fee-widget-product-tabular-view .stepper .stepper-input {
    background: transparent;
}
.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{
    color: #999;
    font-size: 10px !important;
    font-weight: 400;
    width: 100%;
    line-height: normal;
    display: block;
    text-align: left;
}
.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%;
    line-height: normal;
    display: block;
}
.page-home .body > .widget-container {
    overflow: hidden;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.user-nav .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}
#spltr-E5A0EB35-4C8B-45BF-AC8C-508453020D5F .fee-add-row-container.fee-after .fee-add-button {
    margin-bottom: 20px;
}
#spltr-EDECDF12-2270-433E-946E-EBA7A2422110 {
    margin-top: 20px;
}
.page-home #spltr-EDECDF12-2270-433E-946E-EBA7A2422110 {
    margin-top: 0;
}
.fee-mobile-view-on .section-heading .html-widget-element-content {
    padding-top: 18px;
}
.widget-price .price .tax-message {
    display: block;
}

.widget.widget-snippet .offer-area .full-content {
    max-width: 1920px;
    margin: 0 auto;
}
/*______________________________  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 #949028;
}
.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: 15px;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage {
    color: #fff !important;
    background: #949028;
    padding: 8px 40px !important;
}
.widget-navigation .navigation-item .nav-profile-not-logged-in > .autoGeneratedPage:hover {
    background: #000;
}
.widget-navigation.user-nav .responsive-navigation .navigation-item.first a {
    border: none !important;
    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;
    top: -1px;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right::after {
  right: 12px;
  left: auto;
  top: -2px;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-left::after {
  left: -2px;
}
.page-profile .site-popup .payment-form .form-row.agree-terms.validation-error {
  border: 0;
  background-color: transparent;
  margin-bottom: 5px;
}
.page-profile .site-popup .title-bar .close::after {
    display: none;
}
.widget-navigation .nav-profile-logged-in {
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-product .widget-currency .form-row {
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
}
.page-product .widget-currency .form-row label {
    width: auto;
}
.page-product .widget-currency .form-row select {
    width: auto;
    padding: 5px 24px 5px 15px;
    height: auto;
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right center;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.02),0 -2px 10px 0 rgba(0,0,0,.05);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
    background-color: #ffffff;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card h1 {
    margin: 0;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-created {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #4F4F4F;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .track-order-action {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 3px;
    margin-left: 15px;
    cursor: pointer;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px rgba(0,0,0, .08) solid;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header {
    margin: 0;
    padding: 0;
    border: none;
    align-items: flex-start;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view .title {
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #212529;
    text-transform: uppercase;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view .name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .panel-header .address-view {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .header-left {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 20px;
    border-right: 1px rgba(0,0,0, .08) solid;
}
.customer-profile-v2 #bmui-tab-my-orders .order-basic-info-card .order-basic-info-bottom .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    padding-left: 20px;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap {
    width: 318px;
    margin-left: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.02),0 -2px 10px 0 rgba(0,0,0,.05);
    background: #ffffff;
    border-radius: 8px;
    margin-top: 0;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row {
    display: flex;
    padding: 14px 16px;
    margin: 0;
    border-bottom: 1px rgba(0,0,0, .05) solid;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row label {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #626262;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row .value {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child {
    border-bottom: none;
}
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child label,
.customer-profile-v2 #bmui-tab-my-orders #order-details .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000000;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a:hover {
    color: #000000;
}
@media(min-width: 992px) {
    #customer-profile-tabs.customer-profile-v2 .customer-profile-left-wrapper {
        top: 122px;
    }
}
.advance.checkout-page .payment-confirm-advance-panel .left-panel select {
    border: 1px #cdcdcd solid;
    height: 50px;
    font-size: 15px;
    max-width: 100%;
    width: 100%;
}
.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 button:hover {
    color: #fff ;
    background: #949028;
}
#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 !important;
    flex-direction: inherit;
    border-top: none;
    display: flex;
    justify-content: right;
}
.page-profile .site-popup .button-line button.cancel-button {
    order: 2;
    margin-left: 10px !important;
}
.page-profile .site-popup .button-line button {
    border: 1px transparent;
    margin: 0;
    border-radius: 4px;
    background: #000;
    width: auto;
}
.page-profile .site-popup .submit-button.site-popup-form-submit{
    color: #fff !important;
}
#customer-profile-tabs.customer-profile-v2 .button {
    display: block;
    width: auto;
    max-width: 100%;
    text-align: right;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
    border: none;
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    padding: 0;
    width: 251px;
    margin: 5px;
    height: auto;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
  padding-right: 5px;
  line-height: normal;
  max-width: 130px;
  text-align: left;
}
#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: 17px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 23px 0 rgba(0,0,0,.07);
    height: 40px;
    width: 40px;
    position: relative;
    border: none;
    filter: none;
    top: 0;
    left: 0;
    margin: 0;
    transform: none;
}
.page-profile .errorlist.after {
    position: unset;
    min-width: auto;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    height: auto;
}
.page-profile .spacer {
    display: none;
}
#customer-profile-tabs .abandoned-cart-items-wrap .product-col,
#customer-profile-tabs .order-items-wrap .product-col {
    width: 250px;
}
#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
#customer-profile-tabs .order-items-wrap .wrapper[data-label="Product:"] a {
    width: 48px;
    height: 48px;
    flex-grow: 0;
    flex-shrink: 0;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    margin: 14px 0;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn,
#customer-profile-tabs.customer-profile-v2 button {
    border: none;
    background: #000;
    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: #949028;
}
#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: #949028;
}
.page-profile .confirm-popup .button-line button {
    border: none;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
    width: 46%;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row .submit-button {
    margin-right: 10px;
}
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row label,
#customer-profile-tabs.customer-profile-v2 .abandoned_cart .form-row span {
    width: auto;
    font-size: 16px;
    padding: 0 6px 0 0;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap,
#abondoned-cart-list {
    overflow-y: auto;
}
#customer-profile-tabs.customer-profile-v2 .abandoned-cart-items-wrap table,
#abondoned-cart-list table {
    min-width: 830px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right {
    border: 1px rgba(0,0,0,.2) solid;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:hover,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:hover {
    border: 1px rgba(0,0,0,.40) solid;
}
.page-profile .site-popup .close.cancel-button {
    border: 1px rgba(0,0,0,.2) solid !important;
}
.page-profile .site-popup .close.cancel-button:hover {
    border: 1px rgba(0,0,0,.4) solid !important;
    background: transparent !important;
}
#customer-profile-tabs.customer-profile-v2 button[disabled] {
    border: none !important;
}
#customer-profile-tabs .scrollable-view .content {
    display: block;
}
.customer-profile-v2-wrapper .product-view.scrollable-view .scroller span.scroll-right::before,
.customer-profile-v2-wrapper .product-view.scrollable-view .scroller span.scroll-left::before  {
    content: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
}
.widget-navigation .nav-profile-not-logged-in .nav-customer-qa {
    font-weight: 500;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    background: transparent;
}
.page-profile .widget-pageHeading {
    margin: 0;
}
.page-profile #spltr-0527300E-07F5-4486-9C8A-1452532EE885 {
    margin-top: -102px;
}
#customer-profile-tabs .scrollable-view .product-image-link img {
    max-width: 100%;
    max-height: inherit;
}
#customer-profile-tabs .scrollable-view .product-image-link {
    max-height: 265px;
}
#customer-profile-tabs h1,
#customer-profile-tabs h2,
#customer-profile-tabs h3 {
    margin: 0;
}
#customer-profile-tabs .scrollable-view .header {
    position: unset;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
    width: 180px;
}

@media (max-width: 767px) {
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .manage-password {
        display: flex;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
        margin-top: 0;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory.mandatory-chosen-wrapper {
        width: 100%;
        margin: 15px 0;
    }
    .customer-profile-v2-wrapper {
        padding: 40px 15px;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
        display: none;
    }
   div.widget-navigation.user-nav .nav-wrapper.vertical.show {
    width: 220px;
    margin-left: -30px;
  }
  div.widget-navigation.user-nav .nav-wrapper.vertical.show::before {
  left: 59%;
  }
}
.scrollable-view > .content {
    border: none;
    padding: 20px 0;
}
.scrollable-view .scroller {
    float: right;
    text-align: right;
    margin: 5px 0 5px 7px;
}

/*=============== New-Feature-Fixing ===================*/

/* ========= Product-Category-Section ========== */
/*---- 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: 20px;
    color: #1C4F52;
    font-weight: 600;
}
.subcategory-container .category-view .category .category-name .category-name-link:hover {
    color: #949028;
}
.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 ----*/

.btn-group.view-switchers {
    margin: 10px 10px 7px 0;
}
.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
    margin-top: 5px;
}
.btn-group.view-switchers .image-view-switcher ,
.btn-group.view-switchers .list-view-switcher ,
.btn-group.view-switchers .tabular-view-switcher {
    height: 21px;
    width: 21px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.btn-group.view-switchers .list-view-switcher {
    background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
    background-position: -45px -20px;
}
.btn-group.view-switchers .tabular-view-switcher{
    background-image: url("/template/07c10cc0/images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 5px;
}

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

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

/* ========= Product-Tabular View========== */
.product-view.tabular-view .content {
    margin: 0;
  padding-top: 20px;
}
.product-view.tabular-view .product-name-link {
    font-size: 16px;
    font-weight: 400;
    color: #32312f;
    max-width: 300px;
    text-align: center;
}
.product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column {
    min-width: 190px;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 17px;
    color: #1c4f52;
}
.product-view.tabular-view .product-table-view-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-view.tabular-view .tax-message {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    color: #9c9c9c;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 15px;
}
.product-view.tabular-view .tabular-product-view {
    overflow-y: auto;
}
.product-view.tabular-view .tabular-product-view .product-table-block {
    min-width: 620px;
    padding-bottom: 15px;
}
.product-view.tabular-view .price-column {
    width: 36%;
}
.product-view.tabular-view .price {
    padding: 0;
    font-size: 15px;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.down::before {
    left: 0;
}
.product-view.tabular-view .product-table-view-row .stepper .stepper-arrow.up::before {
    right: 0;
}
.product-view.tabular-view .multi-cart-step-column {
    width: 190px;
}

/* ========= End Product-Tabular View========== */

.product-view.list-view .product-view.scrollable-view .content {
    font-size:0;
    margin:0;
    text-align:left
}
.product-view.list-view .content {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 auto;
    width:100%;
    padding-top: 20px;
}
.product-view.list-view .content .product-block {
    width:calc(50% - 8px);
    padding:0;
    border:1px solid #e0edee;
    display:flex;
    margin:8px 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: 30px 15px 15px 20px;
    text-align: left;
    border: none;
    margin: 0;
}
.product-view.list-view .content .product-block .image.product-image img {
    max-height: 250px;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}
.product-view.list-view .product-image-link {
  width: 100%;
}
.product-view.list-view .content .product-block .block-content-wrap .product-name-link.title-link.link {
    white-space: nowrap;
}
.product-view.list-view .btn-add {
    text-align: left;
    flex-direction: column;
    margin-top: 15px;
    position: unset;
    display: flex;
    padding: 0;
    justify-content: start;
}
.product-view.list-view .content .product-block .in-stock {
    margin-top: 7px;
}
.product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;
    padding: 0;
    opacity: unset;
    flex-direction: column;
}
.product-view.list-view .product-block .product-name-link {
    color: #32312f;
    font-size: 16px;
    padding: 0 0 25px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
    text-align: left !important;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 17px;
    font-weight: 500;
    color: #1c4f52;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button {
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 15px;
    border-radius: 3px;
    display: block;
    max-height: 40px;
    font-weight: 600;
    color: #1c4f52;
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: transparent;
    border: 1px solid #1c4f52;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list {
    position: unset;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::before {
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover::before{
    color:#fff;
}
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button::after{
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button:hover,
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button:hover,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button:hover {
    background: #1c4f52;
    color: #fff;
    border-color: #1c4f52;
}
.price-waper .current-price.price .tax-message, .product-view.scrollable-view .price .current-price.price .tax-message,
.product-view.list-view .tax-message, .product-view.scrollable-view .product-block .price .tax-message {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
    text-align: center;
    line-height: 20px;
    display: block;
}
.product-view.scrollable-view .product-block .price .tax-message{
    display: block;
}

.product-view .review-rating span {
    width: 20px !important;
    height: 20px;
    transform: scale(75%);
}
.product-view.list-view .review-rating {
    width: auto !important;
}
.product-view.list-view .product-block .review-rating-wrapper {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    margin: 0;
    top: 60px;
    bottom: auto;
}
.product-view.list-view .product-block .parent-name {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    font-size: 13px;
    top: 8px;
    margin: 0;
}
.product-view.list-view .product-block .price-waper > * {
    margin-right: 0;
}
.product-view.list-view .content .product-block .summary {
    text-align: left !important;
    margin: 10px 0;
    font-size: 14px;
    overflow: hidden;
}
.product-view.list-view .chosen-container-single .chosen-single {
    padding: 5px 14px;
    height: 46px;
}
.product-view.list-view .product-block .variation-thumb .variation-type {
    justify-content: start;
}
.product-view.list-view .product-block .variation-thumb .variation-type .type-label {
    text-align: left;
}
.product-view.list-view .tax-message {
    float: none;
}
.product-view.list-view .current-price span{
    float: none;
    text-align: left !important;
}
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::after,
.product-view.list-view .product-block .block-content-wrap .btn-add .add-to-cart-button::before {
    content: normal;
}
.product-view.list-view .content .product-block .sale-percent-display,
.product-view.tabular-view .product-table-view-column .sale-parcent-display.tag-mark{
    background-color: #949028;
    font-size: 14px;
    font-weight: 400;
    padding: 0 9px;
    border-radius: 50px;
    top: 20px;
    left: 20px;
    color: #fff;
}
.product-view.list-view .content .product-block .block-content-wrap .advanced-variation-ui {
    justify-content: start;
}
.category-details .category-details-container, .category-details .subcategory-container{
  padding: 0 ;
}
.search-results .product-view .header .sortable {
  float: right;
}
.search-results .product-view .header .pagination {
  margin-top: 9px;
}
.search-result.pages .page {
  text-align: left;
}
.entire-search .search-result > .title{
  text-align: left;
  width: 100%;
  margin: 0 0 18px;
}
.product-view.list-view .content .product-block .block-content-wrap .price-waper .previous-price.price{
    padding: 0;
    margin: 0;
    text-align: left;
}
@media (max-width:991px) {
    .product-view.list-view .content .product-block {
        height:auto;
        width: 100%;
    }
}
@media (max-width:767px) {
    .product-view.list-view .content .product-block .image.product-image {
        width:50%
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 50%;
        padding: 25px 15px 15px 20px;
    }
    .product-view.list-view .product-block .review-rating-wrapper,
    .product-view.list-view .product-block .parent-name {
        left: 50%;
    }
}
@media (max-width:480px) {
    .product-view.list-view .content .product-block .image.product-image {
        width: 35%;
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 65%;
        padding: 25px 15px 15px 15px;
    }
    .product-view.list-view .product-block .review-rating-wrapper, .product-view.list-view .product-block .parent-name {
        left: 35%;
        padding: 0 0 0 15px;
    }
    .product-widget.widget-variation-product-list h3 {
        font-size: 14px !important;
    }
    .product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
        font-size: 14px;
        padding: 3px 2px;
    }
    .product-widget.widget-variation-product-list .variation-type {
        flex-wrap: wrap;
    }
}

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

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

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

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

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

@media (max-width: 991px) {
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 40px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link {
        justify-content: flex-start;
        text-align: left;
    }
    .customer-profile-v2-wrapper {
        padding: 50px 20px;
    }
    .product-view .footer .pagination-literal-status {
        float: none;
    }
    .category-detail-view img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .widget-productImage .image-thumb-container .thumb-image {
        height: 80px;
        width: 80px;
    }
    .category .category-name, .category .category-name:hover,
    .category-details .product-container .title, .category-details .subcategory-container .title {
        text-align: left;
    }
    .subcategory-container .title, .product-container .title {
        padding-bottom: 0;
    }
    .customer-profile-page-with-background {
        margin-bottom: 30px;
    }
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 30px;
    }
    .popup.image-popup-container {
        left: 0 !important;
        min-width: 100%;
        position: fixed !important;
        right: 0 !important;
    }
    .image-popup-container img.popup-image {
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .popup {
        max-height: 90vh !important;
        overflow-y: auto;
    }
    .registration-form > .errorlist.after {
        margin: 0;
        padding: 0;
    }
}


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

/* new*/
div.flying-cart-container .discount-up-sell-message {
    margin: 24px 20px 0;
}
.popup.flying-cart-content .product-view .header {
    margin: 0;
    padding: 0;
    min-height: unset;
}
.flying-cart-content .product-view .content.scrollable {
    padding: 0;
    border: 0;
    margin: 0;
}
.popup.flying-cart-content .product-view .header::after,
.popup.flying-cart-content .product-view .header::before {
    content: none;
}
.popup.flying-cart-content .product-view .header .scroller {
    margin: 0;
}
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart {
    width: auto;
    border: none;
}
.flying-cart-content .recommended-products .recommend-item-image img {
    max-width: 90px;
    max-height: 90px;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart {
    margin-right: 10px;
}
.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 .free-products .product-name {
    padding: 0;
}
.popup .flying-cart-container .discount-up-sell-message .discount-upsell-container {
    padding: 3px 5px;
}
.popup .flying-cart-container .discount-up-sell-message .progress-bar {
    height: 30px;
}
.popup.flying-cart-content .product-view .header .scroller .scroll-left:hover,
.popup.flying-cart-content .product-view .header .scroller .scroll-right:hover {
    background-color: #1c4f52;
}
.popup.flying-cart-content .free-products .product-name a:hover,
.popup.flying-cart-content .free-products .flying-cart-special-add-to-cart:hover {
    color: #666666;
}
.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;
    margin: 0 !important;
}
.flying-cart-content .free-products .variation-dropdown-container .chosen-single .fee-identical-sewc-elm .variation-value {
    margin-right: 7px !important;
}
.flying-cart-content .variation-container .variation-type.color .variation-value {
    height: 20px;
    width: 20px;
    min-width: 20px;
}
.flying-cart-content .free-products .product-block.product-view-height-width {
    width: auto;
    max-width: 315px;
}

@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;
    }
 .page-shop .product-sorting, .filtered-product-container .header .product-sorting, .category-details .product-container .header .product-sorting {
    min-width: 200px;
  }
  .image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
  height: 200px;
}
  .search-results .product-view .header .sortable {
  width: 100%;
}
.page-shop .product-view .header, .filtered-product-container .header, .category-details .product-container .header {
  display: flex;
  flex-direction: row-reverse;
    justify-content: space-between;
}
    .body .widget-container .page-content .category-details .product-view.image-view {
    margin: 0;
  }
  div.category-details .product-view.image-view .content {
    padding: 20px 0px 0px;
  }
    body.page-home .image-view .product-view-height-width .image, body.page-home .scrollable-view .product-view-height-width .image {
    height: 200px;
  }
  .btn-group.view-switchers {
  margin: 10px 10px 7px 6px;
}
.add-to-cart-multi-select-fixed-button .add-cart-plus::after {
  font-size: 12px;
}
  .add-to-cart-multi-select-fixed-button .add-cart-multi-text{
    font-size: 14px;
  }
 .product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
  background: #fff;
   right: 15px;
}
}


/* end flying cart popup */
.page-cart .product-view.image-view .product-image-link,
.page-cart .product-view.scrollable-view .product-image-link {
    width: 100%;
}
.page-cart .product-view.scrollable-view img,
.page-cart .product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.add-cart-information-popup.popup .ps__rail-x {
    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-widget.widget-customField {
    margin: 25px 0;
    padding-bottom: 20px;
}

/*product details page*/

.product-view.image-view .sold-out-tag.tag-mark,
.product-view.scrollable-view .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cc0031;
    width: auto;
    font-size: 14px;
    padding: 2px 5px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px !important;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
}
.widget-productImage .image-preview-box .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
    top: auto;
}
.widget-productImage .image-preview-box .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: #cc0031;
    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 {
    top: 0;
}
.product-view .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 4px;
}
.product-view .sold-out-tag.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cc0031;
    font-size: 13px;
    width: auto;
    padding: 2px 4px;
}

/* gift-card-popup*/

/* new check-out page */
.auto-page.page-post-payment #bs-7C170D01-E76D-4E71-A49E-58FC621408FC .widget-container,
.auto-page.page-checkout #bs-7C170D01-E76D-4E71-A49E-58FC621408FC .widget-container {
    padding: 0;
}
.auto-page.page-post-payment .widget-pageHeading,
.auto-page.page-checkout .widget-pageHeading{
    margin-bottom: 0 !important;
}
.auto-page.page-cart .page-content,
.auto-page.page-checkout .page-content {
    padding: 0;
}
.checkout-page.version-2 div.advance-checkout-steps-left-dom select,
.checkout-page.version-2 div.advance-checkout-order-details-right-dom select {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button{
    background: #1C4F52;
    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: #346B6F;
    color: #fff;
}
.checkout-page.version-2 .message-block.error,
.checkout-page.version-2 .message-block.error-message,
.checkout-page.version-2 .message-block.info-message,
.checkout-page.version-2  .message-block.success{
    font-size: 13px;
}
.checkout-page.version-2 .check-out-total > .price-row {
    text-align: left;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .promo-codes-form .input-wrapper button {
    border-left: 1px rgba(0,0,0,0.15) solid !important;
    margin: 0;
    border: none;
    border-left-width: medium;
    border-left-style: none;
    border-left-color: currentcolor;
    width: auto;
    border-radius: 0;
}
.checkout-page.version-2 .billing-address .form-row label {
    line-height: normal;
}
.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition-text textarea {
    min-height: auto;
}

@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 {
    max-width: 490px;
}
.shopping-cart .product-card.cart-item:last-child {
    margin-bottom: 40px;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
    padding: 0;
    width: 100%;
}
.shopping-cart .my-cart-order-summary {
    max-height: 470px;
    margin-bottom: 50px;
}
.shopping-cart .my-cart__header {
    margin-bottom: 25px;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background: #1C4F52;
    border: none;
    margin: 0;
    padding: 12px;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover{
    background: #346B6F;
    color: #fff;
}
.wish-list-popup select {
    width: 100%;
}

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

/* end shopping cart page*/

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

@media (max-width: 991px) {
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 30px;
    }
    .payment-success-page-container {
        padding: 50px 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;
}
.shopping-cart .my-cart__header-button-wrapper .button{
    height:auto;
    width: auto;
}
.shopping-cart .button, .shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
    border-radius: 0;
}
.product-card__info-other-label {
    text-align: left;
}
.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;
    background: transparent;
    border: 2px solid #1c4f52;
    color: #1c4f52;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping:hover{
    border: 2px solid #346B6F;
    color: #fff;
    background: #346B6F;
}
.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;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper input {
    padding: 0;
    top: 1px;
}
.registration-form textarea {
    width: 100%;
    min-height: 100px;
}

/* Under Construction Page */

.maintenance-message-block {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.maintenance-message-block h1 {
    font-size: 32px;
    background-color: #f9f9f9;
    padding: 50px 60px;
    line-height: 1.4;
    color: #1c4f52;
}
@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: #1c4f52;
}
.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 .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 .errorlist.after {
    position: static;
}
.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-widget.widget-productName .product-name {
    font-size: 35px;
    line-height: 42px;
}

/* product quick view */
.product_quick_view_popup {
    max-width: 100%;
    left: 50%;
    padding: 0;
    right: 0;
}
.product_quick_view_popup.popup .scroller span.view-right,
.product_quick_view_popup.popup .scroller span.view-left {
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
}
.product_quick_view_popup.popup .scroller span.view-right {
    right: 0;
}
.product_quick_view_popup.popup .scroller span.view-left {
    left: 0;
}
.product_quick_view_popup.popup .scroller span.view-left:before,
.product_quick_view_popup.popup .scroller span.view-right:before {
    display: none;
}
.product_quick_view_popup.popup .scroller span.view-left:after,
.product_quick_view_popup.popup .scroller span.view-right:after {
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 27px;
}
.product_quick_view_popup.popup .scroller span.view-left:after {
    content: "\f104";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-right:after {
    content: "\f105";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-left:hover:after,
.product_quick_view_popup.popup .scroller span.view-right:hover:after {
    color: #fff;
    opacity: 0.7;
}
.product_quick_view_popup.popup .body {
    height: calc(100% - 52px);
    margin: 0;
    padding: 20px 40px 30px;
}
.product_quick_view_popup.popup.popup .header {
    border-bottom: none;
    padding: 0;
    min-height: unset;
    height: 52px;
}
#webcommander-page .product-view .quick-view-btn.button {
    font-size: 14px;
    width: auto;
    min-width: 110px;
    max-width: unset;
    height: auto;
    left: 50%;
    right: auto;
    top: 40px;
    bottom: auto;
    transform: translateX(-50%);
    padding: 6px 15px;
    z-index: 9;
}
#webcommander-page .product-view .quick-view-btn.button:before,
#webcommander-page .product-view .quick-view-btn.button:after {
    display: none;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    white-space: nowrap;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border-color: #84b813;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #ccc;
}
.widget-productImage .image-thumb-container .thumb-image {
    display: inline-block;
}
.product_quick_view_popup .widget-socialMediaShare .social-media-wrapper span {
    margin-bottom: 7px;
}
.product_quick_view_popup .summary {
    height: auto;
    text-align: left;
}
.product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 50%;
    max-width: 50%;
    padding-right: 30px !important;
    flex: inherit !important;
}
.product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 50%;
}
.product_quick_view_popup .product-widget.widget-price {
    margin: 20px 0 0 0;
}

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

/* gift-card-popup*/
.add-cart-information-popup .header .close-icon::after,
.add-cart-information-popup .header .close-icon::before {
    display: none;
}
.add-cart-information-popup .header {
    padding: 20px 32px 20px;
}
.add-cart-information-popup .header .title {
    line-height: normal;
    margin: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large,
.add-cart-information-popup .body .medium {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large.validation-error,
.add-cart-information-popup .body .medium.validation-error,
.add-cart-information-popup .body .form-row.gift-card-date-field .large:focus,
.add-cart-information-popup .body .medium:focus {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn,
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button{
    background: transparent;
    color: #1c4f52;
    cursor: pointer;
    display: inline-block;
    font-family: 'Nunito Sans';
    font-size: 17px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    line-height: 22px;
    padding: 10px;
    width: 100%;
    margin-top: 0;
    border: 1px solid #1c4f52;
    border-radius: 42px;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn:hover,
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button:hover{
    background: #1c4f52;
    color: #fff;
    border-color: #1c4f52;
}
.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 .form-row textarea {
    max-width: 100%;
}
.add-cart-information-popup .header .close-icon {
    height: 20px;
    width: 20px;
}

@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;
    }
}
/* End gift-card-popup*/

.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: 40%;
    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;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date,
.fee-gallery-owl .blog-post-item .blog-post-info .author,
.fee-gallery-owl .blog-post-item .blog-post-info a,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
    padding-left: 23px;
}
.fee-gallery-owl .blog-post-item .blog-post-info a::before,
.fee-gallery-owl .blog-post-item .blog-post-info .author::before,
.fee-gallery-owl .blog-post-item .blog-post-info .date::before,
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count::before {
    top: 1px;
}
.widget-gallery.fee-gallery-swiper .swiper-horizontal {
    padding-bottom: 50px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev ,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    top: auto;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-prev,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
    left: 50%;
    margin-left: -40px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_category_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
    right: 50%;
    margin-right: -40px;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col {
    width: 180px;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
    width: 100px;
}
#customer-profile-tabs.customer-profile-v2 td {
    padding: 15px 10px;
}
.tabular-product-view .new.tag-mark, .list-view .new.tag-mark {
    top: 0;
}
.agent-list-item > a.read-button:hover, .agent-list-item > a.read-button:hover::after,
.shopping-cart .product-card__product-name a:hover,
.shopping-cart .order-summary-card__add-promo-codes .text-align:hover,
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover,
.checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover,
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
    color: #949028;
}
.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 -----------*/
.donation-card-item .button {
    color: #1c4f52;
    border-radius: 42px;
}
.property-listing-details {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 60px;
}
.property-listing-details__price-guide-inner .action-group button, .property-listing-details__price-guide-inner .action-group a {
    padding: 10px 20px;
    height: auto;
}
.property-details-contain-container .query-form input {
    padding: 8px 25px 8px 10px;
}
.property-details-contain-container .query-form textarea {
    padding: 10px;
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
}
.property-listing-details__price-guide-inner .action-group .flrplan {
    border: 2px solid #1C4F52;
    background-color: transparent;
    color: #1C4F52;
    font-size: 16px;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover {
    border: 2px #346B6F solid;
    background-color: #346B6F;
    color: #fff;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
    border: 2px #1C4F52 solid;
    background-color: #1C4F52;
    color: #fff;
    font-size: 16px;
    border-radius: 42px;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover{
    border: 2px #346B6F solid;
    background-color: #346B6F;
    color: #fff;
}
.property-details-contain-container .agent-container .agent-info h5 a {
    color: #949028;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
    color: #346B6F;
}
.property-details-contain-container .query-form button{
    background-color: #1C4F52;
    border: 2px #1C4F52 solid;
    color: #fff;
    font-size: 16px;
}
.property-details-contain-container .query-form button:hover{
    background-color: #346B6F;
    border: 2px #346B6F solid;
    color: #fff;
}

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

.page-agent-listing #bs-B21B4B7D-E6D6-4C09-B94E-F53CDDAE68A9,
.page-agent-listing #bs-B21B4B7D-E6D6-4C09-B94E-F53CDDAE68A9 .page-content{
    padding: 0;
}
.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
    padding-left: 15px;
    padding-right: 15px;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
    background-color: #1C4F52;
    border: none;
    color: #fff;
    font-size: 16px;
    width: auto;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #346B6F;
    color: #fff;
}
.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: #346B6F;
}
.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title,
.agent-list-item .profile p {
    line-height: 20px;
}
.bottom-snippet-content-advance-checkout div, .bottom-snippet-content-advance-checkout div p {
    line-height: 26px;
    margin: 20px 0;
}

@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;
        align-items: center;
        text-align: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
        font-size: 28px;
        line-height: normal;
        text-align: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-container .agent-position-info {
        margin: 10px 0 15px;
        padding-bottom: 20px;
    }
    .property-agent-details-page .agent-summery-info {
        padding-top: 30px;
        padding-bottom: 20px;
        text-align: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-container > div {
        width: 100%;
        flex: auto;
    }
    .property-agent-details-page .agent-short-info .agent-short-container .agent-mobile-info {
        justify-content: center;
    }
    .property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
        max-width: 320px;
        height: 320px;
    }
}

.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
    font-size: 17px;
    padding-left: 10px;
}
.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
    display: flex;
    align-items: center;
    padding-left: 0;
    width: 100%;
}
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;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .product-block:hover .product-image-link::after {
    content: none;
    position: inherit;
}
.advance-cart-details.shopping-cart .variation-dropdown-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .variation-value {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}
.advance-cart-details.shopping-cart .chosen-wrapper.variation-type .type-label {
    margin: 0 0 5px;
    display: block;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .product-variation-select.wcui-select .selected .variation-value {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .options {
    height: 35px;
    width: 35px;
    padding: 5px;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .variation-value {
    border: none;
    color: inherit;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 23px;
    line-height: 20px;
    margin-right:0;
    min-width: 23px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}
.advance-cart-details.shopping-cart .variation-dropdown-container .chosen-wrapper.variation-type.color .product-variation-select.wcui-select .selected {
    padding: 5px;
    border: solid 1px #949028;
}
.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 {
    width: 218px;
}
.advance-cart-details.shopping-cart .product-view.scrollable-view .header .scroller {
    float: none;
    text-align: center;
    position: inherit;
    margin: 0 auto;
}

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


/*-------product-fee-fixing-----*/
.sale-percent-display {
    color: #fff;
    background: #949028;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block {
    height: auto;
}
.fee-widget-product-list-view .product-view.list-view .product-block .review-rating-wrapper {
    left: 43%;
    top: 10px;
    padding: 0 0 0 20px;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap {
    padding: 30px 25px 20px;
}
.fee-widget-product-list-view .review-rating span {
    background-size: 85%;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    height: auto;
    border-left: 1px solid #e6e6e6;
}
.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: #949028;
    border: 1px solid #949028;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
    background: #fff;
    border: 1px solid #949028;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover::before {
    color: #949028;
}
.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: 13px;
    margin: 0 0 10px !important;
    height: auto;
    padding: 8px 10px;
    line-height: 24px;
    text-transform: capitalize;
}
.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 .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 none repeat scroll 0 0;
    border: 1px solid #1c4f52 !important;
    color: #1c4f52 !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 {
    background: #1c4f52 !important;
    color: #fff !important;
    border: 1px solid #1c4f52 !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-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: #949028;
}
.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;
    margin: 0 15px !important;
    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: 5px 0 0;
    text-align: left;
}
.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: #949028 none repeat scroll 0 0 !important;
    border: 1px solid #949028 !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;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button:hover {
    background-color: #fff !important;
    border: 1px solid #949028 !important;
    color: #949028 !important;
}
.fee-widget-product-image-view .product-view.image-view .add-to-compare-button:hover::after,
.fee-widget-product-image-view .product-view.image-view .remove-from-compare-button:hover::after {
    color: #fff;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add{
    padding: 0 15px;
    max-width: 236px !important;
    margin: 15px auto;
}
.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: #949028;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button {
    background: #fff !important;
    border: 1px solid #1c4f52 !important;
    color: #1c4f52 !important;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .btn-add .add-to-cart-button:hover {
    background: #1c4f52 !important;
    color: #fff !important;
    border: 1px solid #1c4f52 !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: #949028;
}
.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: #949028;
}
.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;
}
.fee-widget-product-image-view .product-view.image-view .block-content-wrap > .price-waper {
    align-items: first baseline;
}

@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: #949028;
}
.fee-gallery-owl .blog-post-item .blog-post-info a:hover{
    color: #949028;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
    color: #949028;
}
.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: #949028;
    border: 1px solid #949028;
}
.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 {
    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;
}
.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: #949028;
    border: 1px #949028 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
    background: #949028;
    border: 1px solid #949028;
}
.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: #949028;
}
.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: #949028;
}
.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: #949028;
}

@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;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row.total-order {
    padding-bottom: 20px;
}
.donation-success-page-content .order_details_table {
    margin: 0;
    padding: 0;
}
.donation-details__agreement-label {
    font-size: 14px;
}
.donation-success-page-content .payment-success-total table {
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .donation-success-page-content-inner .cartitem-table tr.title,
    .donation-success-page-content-inner .cartitem-table tr {
        display: table-row;
    }
    .donation-success-page-content-inner .cartitem-table tr:last-child td {
        border-bottom: 1px solid #F3F3F3;
    }
    .donation-success-page-content-inner .cartitem-table tr td {
        text-align: left;
    }
    .donation-success-page-content-inner .cartitem-table td {
        display: table-cell;
    }
}

.compare-details {
    margin-bottom: 80px;
}
.compare-details .add-to-cart-button.button {
    width: auto;
}
.compare-details .title.page-heading{
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    color: #1C4F52;
    margin-bottom: 50px;
}
.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;
        line-height: 40px;
        margin-bottom: 30px;
        margin-top: 15px;
    }
}
.product-widget.widget-addCart .frequently-bought-together-products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    padding: 0 0 20px;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button,
.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button {
    top: 40%;
    height: 44px;
    width: 44px;
    font-size: 0 !important;
}
.fee-gallery-owl .product-view .owl-item .product-block:hover .block-content-wrap .add-to-cart-button,
.fee-gallery-swiper.swiperSlider .product-block:hover .add-to-cart-button {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.01737%2017.5C6.62915%2017.5%206.29906%2017.3678%206.0271%2017.1034C5.75513%2016.8389%205.61915%2016.5179%205.61915%2016.1405C5.61915%2015.763%205.75513%2015.442%206.0271%2015.1776C6.29906%2014.9131%206.62915%2014.7809%207.01737%2014.7809C7.4056%2014.7809%207.7357%2014.9131%208.00766%2015.1776C8.27963%2015.442%208.41561%2015.763%208.41561%2016.1405C8.41561%2016.5179%208.27963%2016.8389%208.00766%2017.1034C7.7357%2017.3678%207.4056%2017.5%207.01737%2017.5ZM14.7615%2017.5C14.3732%2017.5%2014.0431%2017.3678%2013.7712%2017.1034C13.4992%2016.8389%2013.3632%2016.5179%2013.3632%2016.1405C13.3632%2015.763%2013.4992%2015.442%2013.7712%2015.1776C14.0431%2014.9131%2014.3732%2014.7809%2014.7615%2014.7809C15.1497%2014.7809%2015.4798%2014.9131%2015.7517%2015.1776C16.0237%2015.442%2016.1597%2015.763%2016.1597%2016.1405C16.1597%2016.5179%2016.0237%2016.8389%2015.7517%2017.1034C15.4798%2017.3678%2015.1497%2017.5%2014.7615%2017.5ZM6.10774%205.21911L8.13289%209.34264H13.5799C13.626%209.34264%2013.6669%209.33143%2013.7028%209.30902C13.7387%209.28661%2013.7694%209.25548%2013.795%209.21564L15.9384%205.42827C15.9692%205.37349%2015.9717%205.32493%2015.9461%205.28261C15.9205%205.24026%2015.877%205.21909%2015.8155%205.21909L6.10774%205.21911ZM5.53308%204.05381H16.6268C16.9535%204.05381%2017.2007%204.18902%2017.3681%204.45943C17.5356%204.72985%2017.5436%205.006%2017.3919%205.28787L14.8321%209.79679C14.701%2010.0209%2014.5276%2010.1955%2014.312%2010.3205C14.0964%2010.4454%2013.86%2010.5079%2013.6029%2010.5079H7.77334L6.84834%2012.1514C6.80737%2012.2112%206.80609%2012.2759%206.84451%2012.3456C6.88293%2012.4154%206.94055%2012.4502%207.01737%2012.4502H16.1597V13.6155H7.01737C6.48472%2013.6155%206.08446%2013.3922%205.81658%2012.9455C5.54872%2012.4988%205.53925%2012.0528%205.78816%2011.6076L6.92828%209.61453L4.02116%203.6653H2.5V2.5H4.77404L5.53308%204.05381Z%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E");
}
.fee_img-gallery_album_swiper.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide img {
    max-width: 100%;
    width: 100%;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination.bottom,
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination.top {
    margin: 0;
}
.galleriffic-gallery-wrap .pagination > * {
    width: auto;
}
.donation-details__continue-button-wrapper .donation-details__continue-button,
.donation-address-page-content .form-row .submit-button {
    background: #1C4F52;
    font-size: 16px;
    padding: 12px;
    border:none !important;
    border-radius: 42px;
}
.donation-details__continue-button-wrapper .donation-details__continue-button:hover,
.donation-address-page-content .form-row .submit-button:hover{
    background: #346B6F;
}
.donation-success-page-content .order_details_table,
.donation-success-page-content .payment-success-total table {
    margin: 0;
    padding: 0;
}

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


.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;
}
.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: #346B6F;
}
.order-custom-delivery-field-select-button span.Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.site-popup.delivery-day-slot-select-popup .content.fee-identical-sewc-elm {
    max-height: 100%;
}
.change-store-credit-amount-popup.popup {
    padding: 0;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .close-popup{
    margin: 0;
    width: auto;
    height: auto;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .change-amount {
    margin: 0;
    width: auto;
    color: #fff;
    height: auto;
}
.change-store-credit-amount-popup.popup .popup-bottom .button-item .change-amount:hover{
    background-color: #0dc15c;
    border: 2px #0dc15c solid;
}
.change-store-credit-amount-popup.popup .header .close-popup {
    cursor: pointer;
}
.new-review-panel .review-card-wrapper {
    width: 90%;
}
@media screen and (max-width: 991px){
    .new-review-panel .review-card-wrapper {
        width: 100%;
    }
}

.page-cart .free-products .product-view.scrollable-view .product-image-link {
    height: 230px;
}
.page-cart .free-products .product-view.scrollable-view .product-image-link img {
    object-fit: cover;
}

.product-widget.widget-addCart .frequently-bought-together-products {
    width: 100%;
    display: block;
}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text {}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text .header-text {
    font-size: 18px;
}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text .subheader-text {
    font-size: 14px;
}
.product-widget.widget-addCart .frequently-bought-together-products .products-content {
    padding: 0 0 20px;
}
.product-widget.widget-addCart .frequently-bought-together-products .product-block {
    border-radius: 16px;
}
.product-widget.widget-addCart .frequently-bought-together-products .row {
    margin: 0;
}
.product-widget.widget-addCart .frequently-bought-together-products .row::before {
    display: none;
}
.product-widget.widget-addCart .frequently-bought-together-products .row .action-column {
    margin-left: auto;
}
.product-widget.widget-addCart .frequently-bought-together-products .product-separator {
    opacity: 0;
}

.variation-dropdown-container .chosen-wrapper.variation-type label.type-label {
    width: 100%;
    display: block;
    margin: 0 0 6px;
}
.variation-dropdown-container .chosen-wrapper.variation-type .chosen-container {
    width: 100%;
}
.variation-dropdown-container .chosen-wrapper.variation-type .chosen-container .chosen-single {
    max-width: 200px;
}

div.add-cart-information-popup .variation-dropdown-container {
   display: flex;
   flex-direction: column;
}
div.add-cart-information-popup .variation-title-popup.title {
   font-size: 17px;
   font-weight: bold;
}

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

.popup.shipping-calculator-popup .first-column .column-content .form-row {
    width: 100%;
    padding: 0;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .checkout-header-btn-wrapper .shipment-calculator {
    max-width: 456px;
    border: none;
    background-color: #1c4f52;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button {
    background-color: #1c4f52;
    border-color: #1c4f52;
    color: #ffffff;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.checkout-page.version-2 .advance-checkout-steps-left-dom .chosen-container.chosen-container-multi .chosen-choices li:after {
    display: none;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .order-custom-fields-form .form-row+.form-row .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}