/*
name: Blossom
*/
@charset "UTF-8";
/*font*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');


@font-face {
    font-family: "Flaticon";
    src: url("/template/b77e9c8d/fonts/Flaticon.eot");
    src: url("/template/b77e9c8d/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("/template/b77e9c8d/fonts/Flaticon.woff") format("woff"),
    url("/template/b77e9c8d/fonts/Flaticon.ttf") format("truetype"),
    url("/template/b77e9c8d/fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("/template/b77e9c8d/fonts/Flaticon.svg#Flaticon") format("svg");
    }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}
.flaticon-play-button:before { content: "\f100"; }
.flaticon-next:before { content: "\f101"; }
.flaticon-back:before { content: "\f102"; }
.flaticon-expand:before { content: "\f103"; }
.flaticon-left-quotes-sign:before { content: "\f104"; }

#container-F4260A83-AEDA-45EA-B2F0-B791897672DF::before {
    background: #f7f7f7 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: calc(50% - 1px);
    position: absolute;
    top: 0;
    width: 1px;
    z-index: -1;
}
.container{
    width:1490px;
}
.widget-container > .page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1490px;
}
.page-content .v-split-container > .v-split {
    width:1490px;
    margin:auto;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.fee-fixed-width-content,
.page-content .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
    padding-left: calc(50% - 730px) !important;
    padding-right: calc(50% - 730px) !important;
}
.body > .body-section > .widget-container {
    width: 1490px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget,
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.widget-snippet,
.widget-container > .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-form .checkbox label::before {
    left: 2px;
}
select {
    -moz-appearance: none;
    background: #ffffff url("../images/select-down-arrow.png") no-repeat scroll right 14px;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6b6b6b;
    background-color: #fff;
    letter-spacing: 0.3px;
}
::selection {
    background-color: #ee6da8;
    color: #ffffff;
}
::-moz-selection {
    background-color: #ee6da8;
    color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: inherit;
    color: #585858;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #ee6da8;
    text-decoration: none;
}
body .widget-article a:hover,
body .widget-article a:focus {
    color: #ee6da8;
}
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 {
    font-family: 'Roboto', sans-serif;
    color: #1c1c1c;
    font-weight: 700;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p  {
    font-family: 'lora', sans-serif;
    font-size: 15px;
    color: #535353;
    line-height: 26px;
    margin: 0 0 20px;
    padding-bottom: 0;
    letter-spacing: 0.3px;
}
.widget-snippet p,.widget-article .article-item .article-content {
    margin: 0 0 20px;
    font-size: 15px;
    color: #535353 ;
    font-family: 'lora', sans-serif;
    line-height: 26px;
    letter-spacing: 0.3px;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
ul li, ol li {
    font-size: 13px;
    color: #535353 ;
    line-height: 20px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #ee6da8 none repeat scroll 0 0;
    border: 1px solid #ee6da8;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
	vertical-align:middle;
    height: auto;
    padding: 11px 25px;
    transition: all 300ms ease 0s;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    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: medium none;
    color: #666;
}
.body .widget {
    margin-bottom: 15px;
}
/*form element desgin*/
.widget-form .custom-form {
    max-width: 800px;
}
.form-row {
    margin: 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 42px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
select,
.registration-form select {
    width: 350px;
}
textarea {
    height: 180px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.custom-form .form-row .submit-button[disabled], .custom-form .form-row .submit-button[disabled]:hover {
    background: #ddd none repeat scroll 0 0;
    color: #777;
}
/* ========= inner layout control==========*/
#bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .page-content {
    padding: 0 15px;
}
#spltr-14042CE1-5741-4C83-9C43-619C5191C885 .page-content {
    padding: 0 15px;
}
.widget.widget-navigation.blog-category-wi {
    margin-left: 20px;
    padding: 0 15px;
}
.widget-container > .page-content > .v-split-container > .v-split .widget.main-slider-wi {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
/* ================== Inner banner ===================*/
#spltr-94E7EE28-C56A-46E5-ACA7-C3C786F3E4C2 .widget-pageHeading, #spltr-C0A3DC82-F0F4-42CC-9EFE-F12F72496E89 .widget-pageHeading {
    background: rgba(0, 0, 0, 0) url("../images/inner-page-banner.jpg") no-repeat scroll left top / cover;
    margin: 0 auto;
}
.widget.widget-pageHeading {
    margin: 0 auto;
    padding: 112px 15px;
}
.widget-pageHeading h1 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.page-donation #bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget-container .page-content,
.page-donation-confirm #bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget-container .page-content {
    padding: 0;
}
.page-donation #bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget.widget-spacer,
.page-donation-confirm #bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget.widget-spacer{
    margin: 0;
}
.page-donation #bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget.widget-spacer .spacer,
.page-donation-confirm #bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget.widget-spacer .spacer {
    height: auto;
}

/* -----end  pageHeading-control ----- */

/* ----- common design ----- */

.body .widget.full-width, .body .widget.slider {
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}
.clear {
    clear: both;
    height: 0;
}
.body .widget.margin-bottom-none {
    margin-bottom: 0;
}
.widget-snippet a:hover, .widget-snippet a:focus {
    color: #ee6da8;
    text-decoration: none;
}

/* ================================================ BODY DESIGN Common ================================================*/
/*Main menu*/
.header .widget.main_menu {
    overflow: visible;
}
.main_menu .horizontal {
    text-align: center;
}
.main_menu .horizontal .navigation-item {
    font-size: 14px;
    font-weight: 300;
    padding: 0;
    text-transform: uppercase;
}
.main_menu .horizontal > .navigation-item.first a {
    padding-left: 0;
}
.main_menu .horizontal > .navigation-item.last a {
    padding-right: 0;
}
.main_menu .navigation-item a {
    color: #fff;
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 25px;
    margin-right: 1px;
    padding: 0 22px 25px;
    text-transform: none;
}
.main_menu .navigation-item a:hover,
.main_menu .navigation-item.active > a {
    color: #000;
}
.main_menu .horizontal .navigation-item.has-child {
    position: relative;
}
.main_menu .horizontal > .has-child.active > a span::after {
    border-color: #ee6da8 transparent transparent;
}
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    background: #fff;
    line-height: normal;
    padding: 0 20px;
}
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #3f3f3f;
    font-size: 15px;
    margin-right: 0;
    padding: 10px 0;
}
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: medium none;
}
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item > a:hover,
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a,
.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a:hover {
    color: #000;
}
.main_menu .horizontal .navigation-item a:hover, .main_menu .horizontal .navigation-item.active > a, .main_menu .horizontal .navigation-item a.active {
    color: #000;
}

@media (min-width: 992px) {
    .main_menu .horizontal .navigation-item .navigation-item-child-container {
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        left: 0;
        top: 69px;
        width: 250px;
        display: block;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -moz-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -ms-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -o-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    }
    .main_menu .horizontal .navigation-item:hover > .navigation-item-child-container {
        text-align: left;
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
        left: 250px;
        width: 250px;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a span::after, .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover span::after {
        display: none;
    }
    .main_menu .horizontal > .navigation-item > a:hover, .main_menu .horizontal > .navigation-item > a.active > a {
        color: #000;
    }
}

/*-------------------- Start jesor slider------------*/
/*-------------------- Start jesor slider------------*/
/*slider design*/

/* End jssor slider defoult */
/**/

/* ============= Blog page ===================== */
.blog-post-item .title a:hover {
    color: #ee6da8;
}
.blog-posts::after, .blog-post-content::after {
    clear: both;
    content: "";
    display: block;
}
.blog-post-item div.post-list-view {
    height: auto;
    padding: 0;
    width: 100%;
}
.category.post-list-view img {
    max-width: 100%;
    max-height: 100%;
}
.post-description .blog-post-info > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #aeaeae;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
}
.blog-post-info span.date {
    margin-right: 14px;
}
.blog-post-info span.date::before, .blog-post-details span.date::before {
    color: #b6b6b6;
    content: "";
    font-family: "Fontawesome";
    font-size: 14px;
}
.post-description .blog-post-info > span.comment-count::before {
    content: "";
}
.post-description .blog-post-info span.author::before {
    content: "";
}
.post-description .blog-post-info > span.categories::before {
    content: "";
}
.post-description .blog-post-info > span::before {
    color: #b6b6b6;
    display: none;
    font-family: "Fontawesome";
    font-size: 14px;
    margin-right: 5px;
}
.widget.widget-navigation.blog-category {
    margin-left: 20px;
    padding: 0 15px;
}
.blog-posts, .blog-post-content {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.blog-post-details .comment-post-panel .form-row.mandatory > input {
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row.mandatory > textarea {
    height: 200px;
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row button {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}
.blog-post-item {
    border-bottom: medium none;
    float: left;
    margin-bottom: 25px;
    padding: 0 15px 18px;
    width: 33.33%;
}
.blog-post-info {
    display: inline-block;
    margin-bottom: 14px;
}
.blog-post-content .blog-post-item img {
    max-width: 100%;
}
.blog-post-item .content {
    color: #727272;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 14px;
    max-height: 130px;
    overflow: hidden;
    padding: 0;
}
.vertical .navigation-item.active > a {
    color: #ee6da8;
}
.blog-post-info span {
    color: #9d9d9d;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.blog-post-info span.comment-count .count {
    padding-right: 2px;
}
.blog-post-item .title a {
    color: #1d1d1d;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 1.4;
    text-overflow: ellipsis;
    transition: all 300ms ease-out 0s;
}
.blog-post-item .details-link.link a{
    background:none;
    border: 2px solid #666;
    color: #666;
    transition: all 300ms ease-out 0s;
    padding:7px 25px;
}
.blog-post-item .post-description > a {
    color: #1d1d1d;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 18px;
    padding-top: 12px;
    vertical-align: middle;
    position: relative;
}
.blog-post-item .post-description > a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 15px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
}
.vertical .navigation-item a {
    border: 0 none;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.body .vertical .navigation-item a::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    margin-right: 10px;
    position: absolute;
}
.blog-post-item .details-link.link a:hover{
    background:none;
    border: 2px solid #666 ;
    color: #ee6da8;
    padding:7px 25px;
}
.blog-category .widget-title {
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}
.blog-category .widget-title::after {
    background: #ee6da8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.blog-category .vertical .navigation-item a {
    text-transform: capitalize;
}
.blog-category .navigation-item a:hover {
    color: #ee6da8;
}
.blog-post-details .title {
    line-height: 33px;
    margin-top: 0;
}
.post-description img {
    background: #fdf0f6 none repeat scroll 0 0;
    max-width: 100%;
}
.blog-post-item img {
    background: #fdf0f6 none repeat scroll 0 0;
}
div.blog-post-details .comment-post-panel input,
div.blog-post-details .comment-post-panel textarea {
    height: 40px;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.blog-category-details .title{
    line-height: 30px;
    margin: 0;
    padding: 0 0 20px;
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-post-item .post-description .title,
.widget-blogPost .title {
    color: #272727;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 10px;
    padding: 0;
    text-transform: capitalize;
}
.blog-post-info span.categories a {
    color: #9d9d9d;
    font-family:'Roboto', sans-serif;
    font-size: 12px;
}
#blog-post-create-comment-panel .max-character {
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
}
.blog-post-details .blog-post-info {
    border: medium none;
}
.blog-post-details .comment-post-panel .form-row {
    position: relative;
}
.blog-post-details .comment-post-panel label {
    color: #222222;
    font-size: 15px;
    padding-bottom: 4px;
}
.blog-post-details .comment-post-panel .simpleCaptcha-container label {
    display: none;
}
.blog-post-info span.categories a {
    color: #ee6da8;
}
.blog-post-info span.categories a:hover {
    color: #6b6b6b;
}

/*comment box*/
.blog-post-details .comment-post-panel {
    border: medium none;
    padding: 25px 0;
}
.blog-post-details .comment-post-panel h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
}
.blog-post-details .comment-post-panel label {
    color: #6b6b6b;
    font-size: 16px;
    padding-bottom: 4px;
}
.blog-post-details .comment-post-panel .form-row {
    position: relative;
}
.blog-post-details .comment-post-panel input {
    width: 100%;
}
.blog-post-details .comment-post-panel textarea {
    height: 200px;
    width: 100%;
}
#blog-post-create-comment-panel .max-character {
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
}
.blog-post-details .comment-post-panel .form-row button {
    width: 100%;
}
.blog-post-details .comment-post-panel .simpleCaptcha-container label {
    display: none;
}
.blog-post-content .footer {
    clear: left;
    padding: 15px;
}
.blog-post-content .footer {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.blog-post-details .blog-post-comment-panel {
    padding: 0;
}
.blog-post-comment-panel .blog-comments {
    margin-top: 50px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    border: medium none;
    color: #585858;
    font-size: 22px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row::after {
    background-color: #585858;
    content: "";
    display: block;
    height: 1px;
    margin-top: 5px;
    width: 30px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    margin-bottom: 30px;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    color: #585858;
    display: block;
    font-size: 18px;
}
.blog-post-details .blog-post-comment-panel .comment-item .date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #585858;
    font-size: 13px;
    padding: 3px 0;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    padding: 10px 0 30px;
}
.custom-form .message-block.message-text {
    padding-left: 0;
}

/*End blog comment*/
.widget > .widget-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
.widget > .widget-title::after {
    background-color: #ee6da8;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget.blog-page-post-wi > .widget-title {
    margin-bottom: 28px;
}

/* alternate view thumbs bottom*/

.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width: 900px;
}
.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
    height:auto;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 33px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink {
    bottom: 17px;
}
.galleriffic-gallery-wrap .thumbs li {
    border: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    margin: 5px;
    padding: 3px;
}
.galleriffic-gallery-wrap .thumbs li {
    border: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    margin: 5px;
    padding: 3px;
}
.galleriffic-gallery-wrap .thumbs li.selected {
    border: 1px solid #ee6da8;
}
.body .vertical .navigation-item a {
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    padding: 10px 0 10px 20px;
    position: relative;
    color: #000;
}
.body .vertical .navigation-item a:hover,
.body .vertical .navigation-item.active > a {
    color: #ee6da8;
}
.body .vertical .navigation-item a::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 24px;
    position: absolute;
}
.page_404 .ops {
    color: #ee6da8;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.page_404 .ops .big_font {
    color: #a7adba;
    font-size: 104px;
    margin-right: -17px;
}
.page_404 .big {
    color: #a7adba;
    font-size: 104px;
    margin-left: -19px;
}
.page_404 .error {
    font-size: 36px;
}
.page_404 p {
    color: #a7adba;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
}
.page_404 {
    margin: 100px 0 200px;
    text-align: center;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev,
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #999;
    font-family: FontAwesome;
    font-size: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev::before {
    content: "\f104";
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: "\f105";
}
.swipe-image-wrap .box-container {
    margin: 0 -10px;
    padding: 0;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    float: left;
    list-style: outside none none;
    padding: 10px;
}
.swipe-image-wrap .swipebox {
    display: block;
}
.swipe-image-wrap .swipe-image {
    width: 100%;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0.1s;
}
.swipe-image-wrap .swipebox:hover::after {
    opacity: 1;
}
.swipe-image-wrap .swipebox::before {
    border-radius: 100%;
    bottom: 0;
    color: #ee6da8;
    content: "\f103";
    font-family: Flaticon;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.2s ease-in-out 0.2s;
    width: 40px;
    z-index: 10;
    font-size: 50px;
}
.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
}
.swipe-image-wrap .swipebox:hover .swipe-image {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*home gall*/
.widget.widget-gallery.gallery-home-wi {
    margin-top: -20px;
}
.widget.widget-article.blog-btn-wi.gall {
    margin-top: 35px;
}
.widget.widget-snippet.gall-title-wi {
    margin-top: 10px;
}
/* form widget design */
.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,
.widget-form button.Zebra_DatePicker_Icon:hover {
    background: rgba(0, 0, 0, 0) url("../../images/widgets/zebra_datepicker/calendar.png") no-repeat scroll right 5px;
    cursor: pointer;
    left: 2px;
    top: -1px;
}
.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;
}
.widget-form .sub-form-row label {
    margin-top: 15px;
    width: 201px;
}
.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;
    padding-left: 0;
}
.widget-tabAccordion .widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.widget-tabAccordion .accordion-panel > .label-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 63px;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded {
    background-color: #f9f9f9;
    border: 1px #e5e5e5 solid;
    border-color:#eee #e5e5e5 #e5e5e5 #e5e5e5;
    border-style: solid;
    border-width: 1px;
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: auto;
    line-height: normal;
    right: 18px;
    text-align: center;
    top: 13px;
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon::after {
    font-family: 'FontAwesome';
    content: "\f107";
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded .toggle-icon::after {
    font-family: 'FontAwesome';
    content: "\f106";
}
.widget-tabAccordion .accordion-panel > .accordion-item.expanded {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    overflow: hidden;
    padding: 0 30px 30px;
}

.typography .title {
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}
.typography .title::after {
    background-color: #272727;
    content: "";
    display: block;
    height: 4px;
    margin: 30px 0;
    width: 80px;
}
.typography .title + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 45px;
}
h1.extra-title-1 {
    line-height: 1.4;
    margin: 0;
    text-transform: capitalize;
}
h1.extra-title-1::after {
    background-color: #272727;
    content: "";
    display: block;
    height: 4px;
    margin: 30px 0;
    width: 80px;
}
h1.extra-title-1 + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 45px;
}
.widget-article .article-item .article-title {
    color: inherit;
    font-family: inherit;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 15px;
}
.widget-article .article-item {
    padding-bottom: 30px;
}
.widget-article .article-item:last-child {
    padding-bottom: 0;
}
.widget-article .article-item .article-content .read-more {
    display: block;
    padding-top: 10px;
}
.widget-article .article-item .article-content .read-more a {
    font-size: 15px;
}
.article-container .header {
    color: #6b6b6b;
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.swipeBoxSlider.widget.widget-gallery {
    margin: 0 auto;
    text-align: center;
}
.galleriffic-content .image-wrapper a {
    text-align: center;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}
.swipebox-container .pagination {
    margin-top: 20px;
}
.body .vertical .navigation-item .navigation-item-child-container {
    display: block;
    padding: 5px 20px;
}
.body .horizontal .navigation-item,
.footer .horizontal .navigation-item {
    display: inline;
}
.body .horizontal .navigation-item .navigation-item-child-container,
.body .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container,
.footer .horizontal .navigation-item .navigation-item-child-container,
.footer .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    position: static;
    width: auto;
}
.body .horizontal .navigation-item .navigation-item-child-container .navigation-item,
.footer .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0;
}
.body .horizontal .navigation-item .navigation-item-child-container .navigation-item a,
.footer .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    border: medium none;
    display: inline-block;
}
.body .horizontal .navigation-item a {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}
.body .horizontal .navigation-item a:hover, .body .horizontal .navigation-item.active > a {
    color: #ee6da8;
}
.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff url("../images/select-down-arrow.png") no-repeat scroll right 18px;
    padding: 5px 24px 5px 10px;
}
.pagination {
    float: unset;
}
select::-ms-expand {
    display: none;
}
.widget-snippet a:focus {
    outline:none;
    text-decoration: none;
}
.widget-form .message-block.message-text {
    padding-left: 202px;
}
.widget-form .sub-form-row > .errorlist {
    float: none;
}
.bmui-tab .bmui-tab-body-container {
    border: 1px solid #e6e6e6;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    min-height: 200px;
}
.widget-form.Contact .message-block.message-text {
    padding-left: 0;
}
.pagination span {
    box-shadow: none;
    padding: 5px 10px;
}
.pagination span.current {
    background:#ee6da8 none repeat scroll 0 0;
    border: 1px solid #ee6da8;
}

/*search result*/
.search-results .page{
    font-size:13px;
    margin-bottom:25px;
}
.page-search-result .total-result {
    color: #989898;
    font-size: 16px;
    padding-bottom: 30px;
}
.search-result > .title {
    font-size: 28px;
    margin-bottom: 25px;
}
.search-results .page .summary{
    font-size:13px;
    line-height:22px;
    text-transform:none;
}
.search-result .pagination-literal-status, .search-result .pagination{
    font-size:14px;
}
.search-result {
    border-bottom:1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.search-result.blogs {
    border-bottom: medium none;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.entire-search .pagination span {
    line-height: 18px;
}
.search-result .page a .title {
    color: #333333;
    font-size: 20px;
}
.search-result .page a:hover .title {
    color: #ee6da8;
}
.search-result.blogs .pagination {
    clear: left;
    display: block;
    padding: 0 15px;
}
.search-result .blog-post-item {
    width: 33.33%;
}

/*search result END */
/*Special css*/

@media (max-width:767px) {
    .google-map-container {
        height: 240px;
    }
}

/* End Special css*/

/*------------------------------*/
.widget.widget-form .form-row select {
    height: 40px;
}
.widget-form .radio-checkbox-row ,
.widget-form .radio-checkbox-row {
    margin: 7px 0;
    padding-left: 5px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after, .widget-form .checkbox input[type="radio"]:checked + label::after {
    left: 3px;
    top: -1px;
}

select {
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.snippet-team .padding-tb-100 {
    padding-bottom: 0;
    padding-top: 0;
}
.pagination span:hover {
    color: #ee6da8;
}
.pagination span.current:hover {
    color: #fff;
}
.search-result.blogs > .title {
    padding-left: 15px;
    padding-right: 15px;
}
.search-result.blogs {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget-form .radio-checkbox-row, .widget-form .radio-checkbox-row {
    margin: 7px 0;
    padding-left: 0;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
    padding-left: 20px;
}
.widget.widget-gallery.full-width.main-slider-wi {
    padding-left: 0 !important;
}
/**/

/*pagination*/
.pagination span {
    background-color: #ffffff;
    border: medium none;
    box-shadow: none;
    color: #868686;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 10px;
    padding: 7px 16px;
}
.pagination span:hover {
    box-shadow: none;
    color: #ee6da8;
}
.pagination span.current {
    color: #ffffff;
    padding-top: 8px;
}
.pagination span.disabled, .pagination span.disabled:hover {
    color: #868686;
    cursor: default;
}
.pagination span.first, .pagination span.next,
.pagination span.prev, .pagination span.last {
    font-size: 0;
}
.pagination span.last {
    margin-left: 2px;
}
.pagination span.first::before,
.pagination span.last::before,
.pagination span.prev::before,
.pagination span.next::after {
    font-size: 15px;
}
.pagination span.first, .pagination span.last {
    display: none;
}
.pagination span.prev::before {
    content: "\f104";
    font-family: fontawesome;
    font-size:18px;
}
.pagination span.next::after {
    content: "\f105";
    font-family: fontawesome;
    font-size:18px;
}
.pagination {
    border: 2px solid #ee6da8;
    float: unset;
}
/*fixed menu*/
/* =============================================== HADDER DESIGN ===============================================*/
.header .widget-container {
    background: #ee6da8 none repeat scroll 0 0;
    position: relative;
}
.header .widget-container::before {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    bottom: 60px;
    content: "";
    height: 1px;
    left: 40px;
    position: absolute;
    right: 40px;
}
.front-end > .header.fixed-menu {
    left: 0;
    margin-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
    z-index: 9999;
}
/**/
/*serarch*/
.widget.widget-search {
    text-align: right;
}
.widget-search .search-menu-button {
    background: transparent none repeat scroll 0 0;
    color: #444;
    display: block;
    float: right;
    height: 40px;
}
.widget-search .search-menu-button::after {
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 6px;
    top: 6px;
}
.widget-search .search-menu-button:hover::after {
    color: #000;
}
/*search-form*/
.widget-search .search-form {
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 67px;
    transition: all 400ms ease 0s;
    width: 360px;
    z-index: 9999;
}
.widget-search .search-form.show {
    height: 60px;
}
.widget-search .search-form form {
    padding: 10px;
    position: relative;
}
.widget-search .search-form input {
    border: medium none;
    height: 40px;
    padding: 5px 60px 5px 10px;
    border-radius: 5px;
    width: 100%;
}
.widget-search .search-form button {
    background-color: #ffffff;
    font-size: 0;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    border-radius: 5px;
    top: 10px;
    width: 40px;
    border:none;
}
.widget-search .search-form button::after {
    color: #5d5d5d;
    content: "\f002";
    font-family: fontawesome;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/**/
.widget.widget-storeLogo {
    text-align: center;
}

/*---------------end header css---------------*/
/* =============================================== FOOTER DESIGN ===============================================*/

/* ======================================== Start Footer Design =====================================*/
body > .footer .widget {
    text-align: center;
}
body > .footer {
    background: #000000;
}

.footer .widget > .widget-title {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
    padding-bottom: 45px;
    text-transform: uppercase;
}

/* ======== Newsletter Design =========== */
.widget-newsletter.news-letter {
    margin: 0 auto;
    max-width: 715px;
}
.widget-newsletter.news-letter .form-row.mandatory {
    width: 100%;
    padding: 0 15px;
}
.widget-newsletter label {
    display: none;
}
.newsletter.inplace.valid-verify-form {
    position: relative;
}
.widget-newsletter input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #ffffff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-sizing: border-box;
    color: #fffefe;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    height: 50px;
    letter-spacing: 1px;
    padding: 5px 0;
    width: 100%;
}
.widget-newsletter input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}
.widget-newsletter input[type="text"]::-moz-placeholder {
    color: #ffffff;
}
.widget-newsletter input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}
.widget-newsletter input[type="text"]:-moz-placeholder {
    color: #ffffff;
}
.widget-newsletter .form-row.mandatory, .form-row.button-container {
    margin-top: 0;
    display: inline-block;
}
.widget-newsletter .form-row.mandatory {
    margin-right: 10px;
    width: 520px;
}
.widget-newsletter .newsletter-subscription.submit-button[disabled],
.widget-newsletter .newsletter-subscription.submit-button:hover[disabled] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
    color: #fff;
    text-shadow: unset;
    opacity: .1;
    pointer-events: none;
}
.widget-newsletter .newsletter-subscription.submit-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 0.7px;
    line-height: 25px;
    padding: 5px 57px 5px 37px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
}
.widget-newsletter .newsletter-subscription.submit-button:hover{
    color: #ee6da8;
}
.newsletter-subscription.submit-button::after {
    content: "";
    font-family: "fontawesome";
    font-size: 21px;
    position: absolute;
    right: 14px;
}
.footer .widget-newsletter input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #22222222 inset;
    -webkit-text-fill-color: #fff;
}
.widget-newsletter .message-block {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -40px;
    width: 250px
}
.errorlist.after .message-block {
    position: static;
    width: auto;
}
.newsletter .errorlist.after {
    position: absolute;
}
.footer .widget > .widget-title::after {
    display: none;
}
/* ======== End Newsletter Design =========== */

/**/
.copyright p {
    color: #adabab;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
}
.widget.widget-article.copyright a {
    color: #ee6da8;
    font-size: 13px;
    text-decoration: none;
}
.widget.widget-article.copyright a:hover {
    color: #ffffff;
}

/*---------------end footer css---------------*/

/*jssor*/

/*-------------------- Start jesor slider------------*/

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

/*-------------------- Start jesor slider------------*/
div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r  {
    display:block;
}
/* jssor slider defoult */
div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
    color: #ffffff;
    content: "\f105 ";
    font-family: fontawesome;
    font-size: 46px;
}
div[id^="jssor-slider-"] .jssora20l {
    left: auto;
    right: 0;
}
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
    background: rgba(35, 31, 32, 0.5) none repeat scroll 0 0;
    bottom: 0;
    height: 90px;
    line-height: 88px;
    text-align: center;
    position: absolute;
    top: auto!important;
    transition: all 400ms ease-out 0s;
    width: 100px;
}
div[id^="jssor-slider-"] .jssora20r::before {
    line-height: 88px;
}
div[id^="jssor-slider-"] .jssora20r {
    transform: rotate(180deg);
}
div[id^="jssor-slider-"] .jssora20r {
    left: auto;
    right: 101px;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}
div[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
    background: #ee6da8 none repeat scroll 0 0;
}
div[id^="jssor-slider-"] .jssora20l:hover::before, div[id^="jssor-slider-"] .jssora20r:hover::before {
    color: #fff;
}
div.jssor-slider-container .container .slide.slide-1 > img {
    width: 100% !important;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    height: 346px;
    margin: 0 auto;
    max-width: 1460px;
}
div.jssor-slider-container .container div.jssor-caption-1 {
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    font-weight: 700;
    left: 35%;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-left: -285px;
    top: 20%;
    width: 350px;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.jssor-slider-container .container div.jssor-caption-2 {
    color: #535353;
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
    font-weight: 400;
    height: auto;
    left: 32%;
    line-height: 18px;
    margin-left: -255px;
    overflow: hidden;
    position: absolute;
    top: 33%;
    width: 330px;
}
div.jssor-slider-container .container div.jssor-caption-3 {
    border: medium none;
    font-family: "Roboto",sans-serif;
    height: auto;
    left: 36%;
    line-height: normal;
    margin-left: -293px;
    padding: 0;
    top: 65%;
    width: auto;
}
div.jssor-slider-container .container div.jssor-caption-3 a {
    border: 1px solid #ee6da8;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    padding: 8px 30px;
    position: relative;
    background: #ee6da8;
}
div.jssor-slider-container .container div.jssor-caption-3:hover a {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
}
/* End jssor slider defoult */
.title-Line > span {
    background: #ee6da8 none repeat scroll 0 0;
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 1px;
}


/*contact form*/

#spltr-B3E4C1B7-4D0F-4838-8CCA-2B3BEEC5DA8C {
    background: rgba(0, 0, 0, 0) url("/template/b77e9c8d/images/contact-bg.jpg") no-repeat scroll center center / cover ;
    display: flex;
}
#spltr-96A6F8E7-1467-4CD5-BFFD-AB1DB7B75983 {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
}
.widget.widget-form.form-home-wi .custom-form, .widget.widget-article.form-home-text {
    margin-left: 165px;
    max-width: 580px;
}
.widget.widget-form.form-home-wi .custom-form {
    padding-bottom: 88px;
}
.widget.widget-article.form-home-text {
    margin-bottom: 44px;
    padding-top: 100px;
}
.widget.widget-image.contact-img {
    height: 100%;
    margin-bottom: 0;
}
.widget.widget-form.form-home-wi {
    margin-bottom: 0;
}
.widget.form-home-text > .widget-title {
    color: #1d1d1d;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 28px;
    padding-bottom: 20px;
}
.widget.form-home-text > .widget-title::after {
    background-color: #ee6da8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
/*contact form*/
.widget-form.form-home-wi .form-row input {
    height: 48px;
}
.widget-form.form-home-wi textarea{
    height: 155px;
}
.widget-form.form-home-wi .form-row input, .widget-form.form-home-wi textarea {
    border-color: #eeeeee;
    border-width: 2px;
    max-width: 574px;
    width: 100%;
}
.form-home-wi .form-row.btn-row {
    margin-top: 23px;
}
.form-home-wi .form-row.btn-row button {
    position:relative;
}
.form-home-wi .form-row.btn-row button:hover::after {
    border-color: #000;
}
.form-home-wi .form-row.btn-row button::after {
    border: 2px solid #ee6da8;
    content: "";
    display: block;
    height: 100%;
    left: 5px;
    position: absolute;
    right: -5px;
    top: 5px;
    transition: all 300ms ease 0s;
}
.form-home-wi .form-row.btn-row label {
    display: none;
}
.widget-form.form-home-wi .message-block.message-text {
    margin-top: 3px;
    padding-left: 0;
}
.widget-form.form-home-wi .form-row input::-moz-placeholder {
    color: #848484;
    font-size: 15px;
}
.widget-form.form-home-wi .custom-form textarea::-moz-placeholder {
    color: #848484;
    font-size: 15px;
}
/**/

/*form get*/
#spltr-1A02FEC2-1881-488E-8B84-1B5EA5181D43 {
    background: rgba(0, 0, 0, 0) url("/template/b77e9c8d/images/get-bg.jpg") no-repeat scroll center center / cover ;
    display: flex;
}
#spltr-0B676960-67BC-4C6A-99C2-8B6E305C2661 {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
}
.widget.widget-image.get-img {
    height: 100%;
    margin-bottom: 0;
  max-height: 858px;
}
.widget.widget-image.get-img img {
    height: 100%;
}
.widget.widget-form.form-get-wi .custom-form, .widget.widget-article.form-get-text {
    margin-left: 165px;
    max-width: 580px;
}
.widget.widget-form.form-get-wi .custom-form {
    padding-bottom: 88px;
}
.widget.widget-article.form-get-text {
    margin-bottom: 44px;
    padding-top: 100px;
}
.widget.widget-image.contact-img {
    height: 100%;
    margin-bottom: 0;
}
.widget.widget-form.form-get-wi {
    margin-bottom: 0;
}
.widget.form-get-text > .widget-title {
    color: #1d1d1d;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 28px;
    padding-bottom: 20px;
}
.widget.form-get-text > .widget-title::after {
    background-color: #ee6da8;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px;
}
.widget.widget-image.contact-img img {
    object-fit: cover;
    max-height: inherit;
    max-width: inherit;
}
/*form get*/

.widget-form.form-get-wi .form-row input {
    height: 48px;
}
.widget-form.form-get-wi textarea{
    height: 155px;
}
.widget-form.form-get-wi .form-row input, .widget-form.form-get-wi textarea {
    border-color: #eeeeee;
    border-width: 2px;
    max-width: 574px;
    width: 100%;
}
.form-get-wi .form-row.btn-row {
    margin-top: 23px;
}
.form-get-wi .form-row.btn-row label {
    display: none;
}
.widget-form.form-get-wi .message-block.message-text {
    margin-top: 3px;
    padding-left: 0;
}
.widget-form.form-get-wi .form-row input::-moz-placeholder {
    color: #848484;
    font-size: 15px;
}
.widget-form.form-get-wi .custom-form textarea::-moz-placeholder {
    color: #848484;
    font-size: 15px;
}
.form-get-wi .form-row.btn-row button:hover {
    background: #000;
}
.form-get-wi .form-row.btn-row button {
    padding: 11px 60px;
    position: relative;
}
.form-get-wi .form-row.btn-row button:hover::after {
    border-color: #000;
}
.form-get-wi .form-row.btn-row button::after {
    border: 2px solid #ee6da8;
    content: "";
    display: block;
    height: 100%;
    left: 5px;
    position: absolute;
    right: -5px;
    top: 5px;
    transition: all 300ms ease 0s;
}

/*our team*/
body.widget-snippet {
    padding: 40px;
}
/*============ Home_Testimonials =============== */
#spltr-01B2AC3C-1CB1-42C5-9752-4A29AB0C4974 {
    background: rgba(0, 0, 0, 0) url("/template/b77e9c8d/images/testi-bg.jpg") no-repeat scroll center center / cover ;
}
.widget.widget-gallery.home-testimonial.noSpaceLeftRight {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 30px 0 100px;
}
.widget-snippet.testimonial .wc-snippet-title-heading-center {
    margin-bottom: 0;
}
.widget-gallery.home-testimonial figure {
    border: 2px solid #ee6da8;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: 170px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 170px;
    z-index: 999;
}

.widget-gallery.home-testimonial .article-title {
    display: none;
}
.owl-carousel .owl-item {
    text-align: center;
}
div.owl-carousel .owl-item img {
    transform-style: unset;
}
.widget-gallery.home-testimonial .article-content {
    margin: 25px auto 0;
    max-width: 840px;
    padding: 15px;
    position: relative;
    text-align: center;
}
.widget-gallery.home-testimonial .article-content > p {
    color: #535353;
    font-family: "lora",sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    margin: 35px 0 64px;
    position: relative;
}
.widget-gallery.home-testimonial .article-content > p::before {
    color: #b1afae;
    content: "";
    font-family: flaticon;
    font-size: 60px;
    left: -84px;
    margin-left: 0;
    position: absolute;
    top: -14px;
}
.widget-gallery.home-testimonial .article-content > h2 {
    color: #1d1d1d;
    padding-bottom: 51px;
    font-size: 36px;
    line-height: 1.4;
    font-weight: 300;
    word-spacing: 5px;
    position: relative;
}
.widget-gallery.home-testimonial .article-content > h2::after {
    background-color: #ee6da8;
    content: "";
    display: block;
    height: 1px;
    margin: 22px auto 0;
    width: 100px;
}
.widget-gallery.home-testimonial .article-content .name-title {
    color: #1d1d1d;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 24px;
    margin-top: 43px;
    position: relative;
}
.widget-gallery.home-testimonial .owl-theme .owl-dots .owl-dot span {
    background: #d4d4d4 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 5px;
    margin: 5px;
    width: 28px;
}
.widget-gallery.home-testimonial .owl-theme .owl-dots .owl-dot.active span,
.widget-gallery.home-testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #ee6da8 none repeat scroll 0 0;
}
.widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    font-size: 0;
    height: 55px;
    line-height: 45px;
    margin: 0;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -320px;
    transition: all 300ms ease 0s;
    width: auto;
}
.widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
}
.widget-gallery.home-testimonial .owl-prev::before, .widget-gallery.home-testimonial .owl-next::before {
    color: #dcdcdc;
    content: "\f105";
    font-family: fontawesome;
    font-size: 50px;
    vertical-align: top;
}
.widget-gallery.home-testimonial .owl-prev:hover::before,
.widget-gallery.home-testimonial .owl-next:hover::before{
    color: #ee6da8;
}
.widget-gallery.home-testimonial .owl-prev {
    transform: rotate(-180deg);
}
.widget.widget-gallery.home-testimonial .owl-theme .owl-controls {
    margin: 0 auto;
    max-width: 1110px;
    position: relative;
}
@media (max-width: 1199px) {
    .widget-gallery.home-testimonial .article-content {
        margin: 15px auto 0;
    }
    .widget-gallery.home-testimonial figure::before {
        bottom: -70px;
    }
    .widget-gallery.home-testimonial .article-content > p {
        margin: 60px 0 10px;
    }
    .widget-gallery.home-testimonial .article-content .name-title {
        margin-bottom: 15px;
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .widget-gallery.home-testimonial .article-content {
        margin: 10px auto 0;
    }
    .widget-gallery.home-testimonial figure::before {
        bottom: -60px;
    }
    .widget-gallery.home-testimonial .article-content > p {
        margin: 95px 0 20px;
    }
    .widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        top: -255px;
    }
    .widget-gallery.home-testimonial .article-content .name-title {
        font-size: 20px;
    }
    .widget-gallery.home-testimonial .article-content .name-title::before {
        margin-left: -30px;
        width: 25px;
    }
    .widget-gallery.home-testimonial .owl-prev::before, .widget-gallery.home-testimonial .owl-next::before {
        font-size: 40px;
    }
    .widget-gallery.home-testimonial .article-content > p::before {
        font-size: 50px;
        left: calc(50% - 27px);
        top: -59px;
    }
}
@media (max-width: 767px) {
    .widget-gallery.home-testimonial figure::before {
        bottom: -55px;
    }
    .widget-gallery.home-testimonial .article-content > h2 {
        font-size: 28px;
        padding-bottom: 32px;
        margin-top: 0;
    }
    .widget-gallery.home-testimonial .article-content .name-title {
        letter-spacing: 0;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .widget-gallery.home-testimonial .owl-prev::before, .widget-gallery.home-testimonial .owl-next::before {
        font-size: 40px;
    }
    .widget-gallery.home-testimonial .owl-theme .owl-controls .owl-nav [class*="owl-"] {
        top: -330px;
    }
    .widget.widget-gallery.home-testimonial.noSpaceLeftRight {
        padding: 0 0 38px;
    }
    .widget.widget-article.form-home-text {
        padding-top: 28px;
    }
}
/*============ end Home_Testimonials =============== */
/* ==================== Home Blog Style ===================*/
/* ==================== Home Page Blog Style ===================*/
.blog-post-item .content > p {
    margin: 0;
	padding:0;
}
.widget-blogPost.blog-home-wi .blog-post-content {
    margin: 0 auto;
    max-width: 1240px;
}
.widget-blogPost.blog-home-wi .blog-post-item div.post-list-view {
    float: left;
    width: 269px;
    position: relative;
    margin-left: 30px;
    margin-top: 30px;
}
.widget-blogPost.blog-home-wi .blog-post-item div.post-list-view::after {
    border: 5px solid #ee6da8;
    content: "";
    height: 100%;
    left: -25px;
    position: absolute;
    right: 25px;
    top: -25px;
    z-index: -1;
}
.widget-blogPost.blog-home-wi .blog-post-item .post-description {
    left: 280px;
    max-width: 311px;
    position: absolute;
    top: 60px;
}
.widget-blogPost.blog-home-wi .blog-post-item .title {
    margin-top: 0;
}
.widget-blogPost.blog-home-wi .blog-post-item {
    position: relative;
    width: 50%;
}
.blog-home-wi .footer {
    padding: 0;
}

/*google map*/
#spltr-DB60389E-BEEB-4139-AFD3-D84B476B3EDF::after {
    border: 10px solid #ee6da8;
    content: "";
    height: 100%;
    left: 70px;
    position: absolute;
    right: -50px;
    top: 60px;
}
.widget.widget-googleMap {
    margin-bottom: 0;
}
.google-map-container {
    filter: grayscale(100%);
    height: 475px;
    position: relative;
}
.google-map-container::after {
    border: 5px solid #ee6da8;
    content: "";
    height: 100%;
    left: -25px;
    position: absolute;
    right: 25px;
    top: -25px;
    z-index: -1;
}
@media (max-width:1199px) {
    #spltr-DB60389E-BEEB-4139-AFD3-D84B476B3EDF::after{
        display: none;
    }
}


/*product scroll*/
.widget.widget-product.product-wi {
    padding-top: 8px;
}
.scrollable-view > .content {
    border: medium none;
    padding: 0;
}
.scrollable-view {
    border: 0 none;
    overflow: visible;
    position: relative;
}
.scrollable-view::after {
    border: 10px solid #ee6da8;
    bottom: -41px;
    content: "";
    left: 30px;
    position: absolute;
    right: 30px;
    top: -51px;
    z-index: -1;
}
.product-view.scrollable-view .header {
    overflow: visible;
    position: relative;
}
.product-view.scrollable-view .scroller span {
    background: #ee6da8 none repeat scroll 0 0;
    border-color: #fff;
    border-width: 10px 0;
    height: 85px;
    left: auto;
    position: relative;
    right: 0;
    top: 140px;
    width: 75px;
    z-index: 9;
}
.product-view.scrollable-view .scroller span.scroll-left {
    left: 0;
    position: absolute;
    top: 132px;
    transform: rotate(180deg);
}
.product-view.scrollable-view .scroller span::before {
    color: #fff;
    content: "";
    font-family: flaticon;
    font-size: 34px;
    left: 20px;
    position: absolute;
    right: auto;
    top: 9px;
}
.product-view.scrollable-view .scroller span:hover::before {
    color: #000;
}
.scrollable-view .scroller::selection {
    background: none;
}
.scrollable-view .scroller::-moz-selection {
    background: none;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link {
    pointer-events: none;
}

.product-block a.product-name-link.title-link.link {
    pointer-events: none;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    border: 0 none;
    margin: 0 2px;
    padding: 0;
    width: 25%;
}
.product-view.image-view .product-name a, .product-view.scrollable-view .product-name a {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    text-align: center;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    border: 0 none;
}
.price-waper .tax-message {
    display: none;
}
.block-content-wrap {
    text-align: center;
}
.price {
    display: inline-block;
}
.current-price.price {
    padding-top: 5px;
}
.current-price.price span {
    color: #ee6da8;
    font-size: 30px;
    font-weight: 400;
}
.scrollable-view > .content {
    margin: 0 auto 0 110px;
    max-width: 1200px;
}
/**/
/* ================================ Search-result-page ========================================*/
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .popup-bottom.footer {
    padding: 10px 15px;
    text-align: right;
}
.loging-to-react.popup.anim-fade-zoom.active .close-icon::after {
    color: #ffffff;
    font-size: 15px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .close-icon,
.loging-to-react.popup.anim-fade-zoom.active .close-icon {
    top: 8px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .close-icon::after {
    color: #ffffff;
    font-size: 15px;
}
.autocomplete-suggestions.scrollable {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(204, 204, 204, 0.8);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.autocomplete-group {
    padding: 10px 0 5px;
}
.autocomplete-group strong {
    font-weight: bold;
}
.autocomplete-suggestion .elastic-search-link.redirect,
.elastic-search-link.search-in {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
}
.autocomplete-suggestion {
    padding: 0 7px;
}
.autocomplete-selected {
    background: #cfcfcf;
}

.entire-search h2 {
    font-size: 28px;
    margin: 0 0 15px;
}
.total-result {
    color: inherit;
    font-size: 16px;
    line-height: inherit;
    padding-bottom: 20px;
}
.search-result {
    border-bottom: medium none;
    font-size: initial;
    margin-bottom: 15px;
    padding-bottom: 25px;
}
.search-results .product-view {
    margin-bottom: 0;
}
.entire-search .search-result > .title {
    font-size: 24px;
    padding: 5px 0;
    line-height: 30px;
    margin-bottom: 25px;
}
.search-result .page {
    font-size: 14px;
}
.search-results .page {
    font-size: 14px;
    margin-bottom: 25px;
}
.search-result .page .title {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    color: #6b6b6b;
    margin: 0 10px 0 0;
}
.search-result .page > span {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.search-results .page .summary {
    color: #6b6b6b;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0;
}
.search-results .page .page-read-more {
    font-size: 15px;
    line-height: normal;
    color: #6b6b6b;
    padding: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 10px 0;
    padding: 0;
}
.search-results .product-view .footer .pagination {
    float: right;
    margin: 0;
}
.search-result .page .title:hover,
.search-results .page > a:hover,
.search-results .page .page-read-more:hover {
    color: #000000;
}
.search-result.pages .pagination {
    float: right;
    margin: 0;
}
@media (max-width: 991px) {
    .entire-search h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .entire-search .search-result > .title {
        font-size: 22px;
    }
    .search-result .page .title {
        font-size: 18px;
    }
    .search-results .page {
        margin-bottom: 20px;
    }
    .search-result {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .search-results .product-view .footer {
        margin: 0 auto;
        text-align: center;
    }
    .search-results .product-view .footer .pagination {
        float: none;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .search-result {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .entire-search h2 {
        font-size: 24px;
    }
    .entire-search .search-result > .title {
        font-size: 20px;
    }
    .total-result {
        font-size: 15px;
        padding-bottom: 14px;
    }
    .search-results .page .summary {
        margin: 8px 0;
    }
    .search-result.pages .pagination{
        float: none;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .search-result.pages .page-result-footer {
        margin: 0 auto;
        text-align: center;
    }
}
/* ================================ End-Search-result-page ========================================*/

/* ================================ Blog-Comment-Section ===============================*/
.blog-post-details .blog-post-comment-panel .comment-item .name {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.blog-post-comment-panel .reaction::after {
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 25px;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date::before {
    content: "\f073";
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 16px;
    margin: 0 auto;
    width: 24px;
}

.blog-post-details .blog-post-comment-panel .info-row.writer {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 15px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
/* ======== Like-Popup =========== */
.loging-to-react.popup.anim-fade-zoom.active .body a{
    font-size: 14px;
    color: #9a9a9a;
}
.loging-to-react.popup.anim-fade-zoom.active .body {
    background-color: #ffffff;
    padding: 15px 10px;
}
.loging-to-react.popup.anim-fade-zoom.active .body a:hover {
    color: #000000;
}
.popup {
    max-height: 90vh;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .loging-to-react.popup.anim-fade-zoom.active {
        min-width: auto;
        width: 90% !important;
    }
}
/* ======== End-Like-Popup =========== */
/* ======== Replay-Popup =========== */

.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .body {
    background-color: #ffffff;
    padding: 15px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row {
    margin: 14px 0;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row label {
    display: block;
    font-family: "Open Sans",sans-serif;
    padding-bottom: 5px;
    width: auto;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row input {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row textarea {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple_captcha_help_text > label,
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple-captcha > label {
    display: none;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .popup-bottom.footer {
    padding: 10px 15px;
    text-align: right;
}
@media (max-width: 767px) {
    .reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active {
        min-width: auto;
        width: 90% !important;
    }
}
.notification.success.popup {
    background: #c2e7c2 none repeat scroll 0 0;
    border: 1px solid #c2e7c2;
    box-shadow: none;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .header {
    position: static;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date::after {
    display: none;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active {
    z-index: 99999 !important;
}
.notification.success.popup {
    z-index: 99999 !important;
}
#spltr-9A019FC1-B959-4EC8-96D9-73CC66F5BC83 {
    overflow: hidden;
}

/* ======== End-Replay-Popup =========== */
/* ================================ End-Blog-Comment-Section ===============================*/
.blog-post-item .post-description > a:hover {
    color: #ee6da8;
}

/*=============customer profile==============*/
#customer-profile-tabs #bmui-tab-my-orders .address-view span {
    border: none;
    color: #555555;
    padding: 0;
    cursor: default;
    background: none;
    margin: 0;
    line-height: normal;
}
#customer-profile-tabs #bmui-tab-my-orders .address-view span.title {
    font-size: 20px;
}
#customer-profile-tabs #bmui-tab-my-orders .bmui-tab-body-container .address-view {
    padding-bottom: 20px;
}

#customer-profile-tabs #bmui-tab-my-orders .bmui-tab-body-container .address-view .header {
    margin-bottom: 10px;
}
#customer-profile-tabs #bmui-tab-my-orders .panel-header ~ .panel-header {
    padding-top: 25px;
}

#customer-profile-tabs #bmui-tab-manage-account .action-col {
    width: 100px;
}
#customer-profile-tabs td.contact-cell {
    word-break: break-all;
}
#customer-profile-tabs #order-list .id-col {
    width: 84px;
}
#customer-profile-tabs #order-list .action-col {
    width: 70px;
}
/* comment */
.page-profile .comment-area .comment-row .date-time {
    float: none;
    display: block;
    margin: 0;
    padding-bottom: 15px;
}
.page-profile .comment-area .comment-row .show-comment {
    padding-right : 5px;
}
/* share */
#customer-profile-tabs .refer-this.product-share {
    display: inline-block;
    cursor: pointer;
}
#customer-profile-tabs .refer-this.product-share:hover {
    text-decoration: underline;
}
.floating-panel-popup.product-share-option {
    padding-left: 10px;
    padding-right: 10px;
}

.floating-panel-popup.product-share-option label {
    display: block;
    padding-bottom: 10px;
}
.floating-panel-popup.product-share-option .share-medium > div {
    margin: 5px 0;
}
.floating-panel-popup.product-share-option .share-medium > div img,
.floating-panel-popup.product-share-option .share-medium > div span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.floating-panel-popup.product-share-option .share-medium > div span:hover {
    text-decoration: underline;
}
#bmui-tab-account_information .edit-password-form .password-meter-wrap {
    display: block;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child > .value span.currency-symbol {
    margin-right: 3px;
}

/*=============save cart popup ==============*/
.save-cart.popup .form-row label {
    width: auto;
    margin-right: 20px;
}
.save-cart.popup .form-row label:after {
    content: "*";
    color: red;
}
.save-cart.popup .errorlist {
    padding-left: 64px;
}

/*=============Link a card ==============*/
.payment-form .form-row label:after {
    content: "*";
    color: #f00;
    margin-left: 5px;
}
.payment-form.site-popup-form .errorlist.after {
    min-width: inherit;
}
.payment-form .errorlist .message-text {
    font-size: 13px;
}

/*============= Add to wishlist popup ==============*/
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header {
    padding-right: 35px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
    max-width: 650px;
}
.add-to-wishlist-popup .add-to-wish-list:hover {
    background: #272727;
}
.wish-list-popup .add-to-wish-list:hover {
    background-color: #2b2d2f;
}
.wish-list-popup label,
.wish-list-popup .form-row label {
    width: auto;
    display: block;
}
.wish-list-popup .errorlist.after {
    padding-left: 0;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .product-thumb-view img {
    max-width: inherit;
}

/*============= checkout page  ==============*/
.checkout-page input.is-different-shipping-checkbox {
    opacity: 0!important;
}
.checkout-page .address-view >.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-page .address-view>.header .title {
    font-size: 16px;
}
.check-out-total .total-order {
    text-transform: capitalize;
}
.checkout-page .panel-wrap {
    margin-bottom: 10px;
}

/*============= cart page  ==============*/
.shopping-cartitem.empty-cart {
    text-align: center;
}
.shopping-cartitem.empty-cart h1 {
    float: none;
}
.cartitem-table .total-price-column {
    width: 100px;
}
.cartitem-table td.price {
    word-break: break-all;
}

/*============= notification message ==============*/
.notification.popup {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 20px;
    min-width: auto;
    color: #000000;
    font-size: 14px;
    text-align: center;
}
body .notification.popup .type,
body .notification.popup .message {
    color: #272727;
    font-family: 'Lato', sans-serif;
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    margin: 0;
    float: none;
}
body .notification.popup .type {
    font-weight: bold;
}
body .notification.popup .message {
    padding-left:3px;
}
body .notification.popup .icon {
    display: none;
}

/*============= Newsletter Unsubscription ==============*/
.newsletter.unsubscribe .form-row.mandatory::before {
    display: none;
}
.newsletter.unsubscribe .form-row label {
    display: block;
    padding-bottom: 5px;
}
.newsletter.unsubscribe .form-row {
    height: auto;
    padding: 0;
    margin: 0;
    max-width: inherit;
    width : 100%;
}
.newsletter.unsubscribe .message {
    display: block;
    padding-bottom: 15px;
}
.page-newsletter-subscription .subscription-list-success {
    border: none;
    width: auto;
    max-width: 473px;
}
.subscription-list-success .title {
    margin: 0;
    background-color: #ee6da8;
    border-left: 1px #ee6da8 solid;
    border-right: 1px #ee6da8 solid;
}
.subscription-list-success .messess-text {
    border-left: 1px #ee6da8 solid;
    border-right: 1px #ee6da8 solid;
    border-bottom: none;
    margin: 0;
    position: relative;
    background-position: 25px 22px;
    padding: 41px 10px 30px 112px;
}
.subscription-list-success .messess-text:after {
    content: "";
    height: 1px;
    width: auto;
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    background-color: #ccc;
}
.subscription-list-success .help {
    padding: 15px 28px;
    margin: 0;
    border-left: 1px #ee6da8 solid;
    border-right: 1px #ee6da8 solid;
    border-bottom: 1px #ee6da8 solid;
}
.subscription-list-success .help .link {
    margin-right: 4px;
    color: #ee6da8;
}
.subscription-list-success .help .link:hover {
    color: #333333;
}
/*============= Blog comment like reply ==============*/
.blog-post-details .post-description > .loging-to-react {
    background: #ee6da8 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
.blog-post-details .post-description > .loging-to-react:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply,
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react,
.blog-post-details .blog-post-comment-panel .comment-item .reaction {
    cursor: pointer;
}
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react:hover,
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply:hover {
    text-decoration: underline;
}
.blog-post-details .social-media-share-bar{
    padding: 15px 0;
}

/*============= tell a friend popup  ==============*/
.tell-friend-popup .form-row label {
    width: auto;
    margin-bottom : 5px;
}
.tell_friend_popup .tell-friend-popup input,
.tell_friend_popup .tell-friend-popup textarea {
    width: 100%;
}
.tell-friend-popup .limit-label {
    padding-left: 0;
}
.tell-friend-popup .errorlist.after {
    padding-left: 0;
}

/*============= session time out popup  ==============*/
.popup.alert-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-width: 280px;
}

.popup.alert-popup .header-line {
    border: none;
    padding: 25px;
    background: #f2f2f2;
}

.popup.alert-popup .body {
    min-height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.popup.alert-popup .header-line .ok {
    display: block;
    width: 100%;
    font-size: 18px;
    background-color: #ee6da8;
    color: #ffffff;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.popup.alert-popup .header-line .ok:hover {
    background-color: #000000;
    color: #ffffff;
}
/*============= web form  ==============*/
.widget-form .form-row input[type="file"] {
    height: auto;
}
.popup .header {
    background-color: #ee6da8;
    color: #ffffff;
    font-size: 16px;
    border-bottom: none;
    padding: 10px 30px 10px 15px;
}
.popup .close-icon:after {
    color: #ffffff;
    font-size: 16px;
}

/*login page*/
.login-form input[type="text"], 
.registration-form input[type="text"], 
.password-reset-form input[type="text"], 
.customer-new-password input[type="text"], 
.login-form input[type="password"], 
.registration-form input[type="password"], 
.password-reset-form input[type="password"], 
.customer-new-password input[type="password"], 
.login-form select, 
.registration-form select, 
.password-reset-form select, 
.customer-new-password select, 
.login-form textarea, 
.registration-form textarea, 
.registration-form textarea, 
.registration-form textarea {
    color: #333;
}
.page-login .login-form {
    border: 1px solid #e5e5e5;
    padding: 50px 70px;
    max-width: 650px;
    width: auto;
}
.login-form .title,
.registration-form .title,
.password-reset-form .title,
.customer-new-password .title {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.login-form .title {
    padding-bottom: 20px;
}
.login-form .form-row {
    margin: 0 0 30px;
}
.login-form .form-row:last-child {
    margin-bottom: 10px;
}
.customer-new-password .form-row label,
.login-form .form-row label,
.registration-form .form-row label,
.password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.login-form .form-row input[type="text"],
.customer-new-password .form-row input[type="text"],
.login-form .form-row input[type="password"],
.customer-new-password .form-row input[type="password"] {
    height: 45px;
    width: 100%;
}
.login-form .submit-row {
    float: none;
}
.login-form .submit-row button {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.login-form .form-row.remember {
    color: #333;
    float: right;
    font-weight: 500;
    text-align: right;
}
.login-form .lost-password a {
    color: #ee6da8;
    font-weight: 500;
}
.login-form .lost-password a:hover {
    color: #333;
}
.login-form .form-row .no-account-label,
.login-form .form-row .account-register {
    color: #333;
    font-weight: 500;
}
.login-form .account-register a {
    color: #ee6da8;
}
.login-form .form-row .account-register a:hover {
    color: #333;
}
.login-form .errorlist.after {
    padding-top: 5px;
}
/*reset password*/
.password-reset-form {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.password-reset-form .lost-password-text {
    color: #555;
}
body .password-reset-form .form-row input {
    width: 350px;
    height: 46px;
}
.password-reset-form .errorlist.after {
    top: 75px;
}
/*Registration ... two column*/

.registration-form {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 45px;
    max-width: 806px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registration-form .title {
    width: 100%;
}
.registration-form * {
    font-size: 13px;
    letter-spacing: normal;
}
.registration-form .form-row {
    width: calc(50% - 15px);
}
.registration-form label {
    width: 100%;
}
.registration-form input {
    width: 100%;
}
.registration-form select {
    width: 100%;
    height: 42px;
}
.registration-form .errorlist.after {
    padding: 5px 0 0 0;
}
body .registration-form .form-row.submit-row {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
    width: 100%;
}
.registration-form .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
.registration-form .form-row.simple_captcha_help_text label,
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .simpleCaptcha-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registration-form .simpleCaptcha-container .simple_captcha_help_text {
    width: 100%;
}
.registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
    margin: 0;
    padding: 0 0 0 calc(50% + 15px);
    width: auto;
}
.registration-form .simple_captcha_help_text label {
    display: none;
}
.registration-form .simpleCaptcha-container .simple-captcha label {
    display: none;
}
.registration-form .form-row.simple_captcha_input_field {
    margin-top: 0;
}
/*customer new password*/
.customer-new-password {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.customer-new-password .form-row label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.customer-new-password .form-row {
    margin: 0 0 30px;
}
.customer-new-password .form-row.submit-row {
    margin-bottom: 0;
}
.customer-new-password .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row {
    margin: 0 0 30px;
}
.customer-new-password .form-row.submit-row {
    margin-bottom: 0;
}
@media (max-width: 767px){
    .customer-new-password .form-row {
        margin: 0 0 20px;
    }
}

.wc-welcome .img-wrap {
    background: #fdf0f6 none repeat scroll 0 0;
}
.wc-team .social-links li {
    list-style: none;
}
.wc-team .social-links {
    padding-left: 0;
}
div.wc-address .left {
    position: static;
}

div.wc-address h2 {
    margin-bottom: 0;
}

div.wc-address .title p {
    display: none;
}

div.wc-address .content-wrap {
    padding-left: 90px;
}

div.wc-address .title {
    padding-left: 90px;
}

div.wc-address .content-wrap .social-ul {
    padding-left: 0;
}

div.address-wrap {
    display: block;
}
div.wc-address .add-R {
    padding-left: 0;
    display: inline;
}

div.wc-address .add-L {
    position: static;
}
@media(max-width: 1500px) {
    div.wc-address {
        margin-left: 146px;
    }
}
@media(max-width: 1199px) {
    div.wc-address {
        margin-left: 0;
        padding-left: 15px;
        margin-bottom: 0;
    }
    div.wc-address .title {
        padding-left: 0;
    }
    div.wc-address .content-wrap {
        padding-left: 0;
    }
}

@media(max-width: 767px) {
    div.wc-address p span, 
    div.wc-address p strong, 
    div.wc-address p a {
        font-size: 15px;
    }
}

#customer-profile-tabs .welcome-profile {
    position: relative;
    font-size: 26px;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
    padding-right: 120px;
    padding-bottom: 15px;
    margin: 0;
}

#customer-profile-tabs .welcome-profile span {
    color: #ee6da8;
    font-size: 26px;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: none;
}
#customer-profile-tabs .button.profileLogout {
    float: none;
    line-height: normal;
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 4px;
    right: 0;
}

#customer-profile-tabs .button.profileLogout a {
    font-size: 14px;
    color: #ee6da8;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 12px;
    border: 2px #ee6da8 solid;
    border-radius: 17px;
    font-weight: 500;
    transition: all 300ms ease-out 0s;
}
#customer-profile-tabs .button.profileLogout a:hover {
    color: #ffff;
    background-color: #ee6da8;
}

#customer-profile-tabs .button.profileLogout a:before {
    content: "\f011";
    font-family: "Fontawesome";
    font-size: 18px;
    margin-right: 5px;
    font-weight: 100;
}
#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container {
    width: 200px;
    float: left;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: normal;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header {
    background: none;
    border-left: 1px solid #e2e2e2;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header .title {
    padding: 30px 20px;
    font-size: 16px;
    position: relative;
    color: #555;
    background: none;
    margin: 0;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title {
    font-weight: 500;
    color: #ee6da8;
}

#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title:after {
    border-color: transparent transparent transparent #ffffff;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -8px;
    top: 28px;
    width: 0;
}
#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title:before {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    height: 0;
    position: absolute;
    right: -10px;
    top: 28px;
    width: 0;
}
#customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-body-container {
    background: none;
    padding: 20px 40px 40px;
    min-height: unset;
}
#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header-container.top-box {
    padding: 0 0 10px;
    margin-bottom: 20px;
}
#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header.top {
    background: none;
    border: none;
    line-height: normal;
}
#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header.top .title {
    padding: 0;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
    color: #ee6da8;
    background: none;
}
#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header.top .title:after {
    display: none;
}
#customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-body-container {
    padding: 0;
    border: none;
    background: none;
    min-height: 200px;
}
#customer-profile-tabs .account_information .name {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
}
#customer-profile-tabs .account-short-details label {
    width: 90px;
    font-weight: 500;
    display: inline-block;
}

/*------------------------------------------
 // button design 
--------------------------------------------*/
#customer-profile-tabs .link-btn,
#customer-profile-tabs button {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: normal;
    text-transform: capitalize;
    height: 42px;
    line-height: 23px;
    background-color: #ee6da8;
    border: 2px #ee6da8 solid;
    padding: 7px 15px;
    margin: 0;
    transition: all 300ms ease-out 0s;
}
#customer-profile-tabs .link-btn:hover,
#customer-profile-tabs button:hover {
    background-color: #202020 ;
    border: 2px #202020  solid;
}

/* outline button */
#customer-profile-tabs .link-btn.account-details-edit-link,
#customer-profile-tabs button.cancel-button {
    color: #ee6da8;
    background-color: rgba(0,0,0, .0);
    border: 2px #ee6da8 solid;
}
#customer-profile-tabs .link-btn.account-details-edit-link:hover,
#customer-profile-tabs button.cancel-button:hover {
    color: #ffffff;
    background-color: #ee6da8;
    border: 2px #ee6da8 solid;
}

/* fixed width button */
#customer-profile-tabs .account-details-form .form-row.btn-row button,
#customer-profile-tabs .edit-password-form .form-row.btn-row button {
    width: 194px;
}

/*------------------------------------------
 // button wrapper design 
--------------------------------------------*/
#customer-profile-tabs .button-line,
#customer-profile-tabs .form-row.btn-row {
    display: flex;
}
#customer-profile-tabs  .button-line .link-btn ~ .link-btn,
#customer-profile-tabs .form-row.btn-row button ~ button {
    margin-left: 10px;
}

/*------------------------------------------
 // form element 
--------------------------------------------*/
#customer-profile-tabs .account-details-form, 
#customer-profile-tabs .edit-address-form {
    margin: 0;
}
#customer-profile-tabs input, 
#customer-profile-tabs select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 42px;
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    color: #555;
    width: 100%;
}
#customer-profile-tabs label {
    font-size: 15px;
    color: #555;
    display: block;
    width: 100%;
    padding-bottom: 5px;
}
#customer-profile-tabs .form-row {
    float: none;
    margin: 0;
    padding: 0 0 25px;
    height: auto;
    width: 100%;
    position: relative;
}
#customer-profile-tabs .form-row.btn-row {
    padding: 0;
    width: 100%;
}
#customer-profile-tabs .account-details-form .form-row.btn-row,
#customer-profile-tabs .edit-password-form .form-row.btn-row {
    justify-content: flex-end;
    width: 100%;
}
#customer-profile-tabs .account-details-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#customer-profile-tabs .account-details-form .form-row {
    width: calc(50% - 15px);
}
#customer-profile-tabs .account_information .title {
    font-size: 22px;
    line-height: normal;
    padding-bottom: 20px;
    display: block;
}
#bmui-tab-account_information .edit-password-form .password-meter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 1px;
    right: 0;
    width: 166px;
}

/*------------------------------------------
 // assign pages
--------------------------------------------*/
#customer-profile-tabs #bmui-tab-assign-to-customer ul {
    margin: 0;
    padding: 0;
}
#customer-profile-tabs #bmui-tab-assign-to-customer ul li {
    list-style: none;
    padding: 3px 0;
}
#customer-profile-tabs #bmui-tab-assign-to-customer ul li a {
    font-size: 16px;
    color: #555555;
    font-weight: 600;
    display: inline-block;
    padding-left: 35px;
    position: relative;
    line-height: normal;
}
#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:hover {
    color: #ee6da8;
}
#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:before {
    content: "";
    width: 9px;
    height: 2px;
    background-color: #555555;
    position: absolute;
    left: 8px;
    top: 10px;
}
#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:hover:before {
    background-color: #ee6da8;
}
#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 12px;
    top: 7px;
    border-top: 2px #555555 solid;
    border-right: 2px #555555 solid;
    transform: rotate(45deg);
}
#customer-profile-tabs #bmui-tab-assign-to-customer ul li a:hover:after {
    border-top: 2px #ee6da8 solid;
    border-right: 2px #ee6da8 solid;
}
#customer-profile-tabs .errorlist.after {
    min-width: unset;
}

/* ================= Responsive =================== */
@media (max-width: 767px) {
    #customer-profile-tabs .welcome-profile {
        padding-right: 0;
        padding-bottom: 60px;
        font-size: 18px;
    }
    #customer-profile-tabs .welcome-profile,
    #customer-profile-tabs .welcome-profile span {
        font-size: 18px;
    }
    #customer-profile-tabs .button.profileLogout {
        top: auto;
        bottom: 15px;
        right: auto;
        left: 0;
    }
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header .title {
        padding: 20px;
    }
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header {
        border-right: 1px solid #e6e6e6;
    }
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-header-container > .bmui-tab-header.bmui-tab-active .title:before {
        display: none;
    }
    #customer-profile-tabs.bmui-tab.left-side-header > .bmui-tab-body-container {
        padding: 20px;
    }
    #customer-profile-tabs .account-details-form {
        display: block;
    }
    #customer-profile-tabs .account-details-form .form-row {
        width: 100%;
    }
    #bmui-tab-account_information .edit-password-form .password-meter-wrap {
        top: auto;
        bottom: 3px;
        right: auto;
        left: 0;
        margin-left: 0;
    }
    #customer-profile-tabs .account-details-form .form-row.btn-row button, 
    #customer-profile-tabs .edit-password-form .form-row.btn-row button {
        width: 100%;
    }
}

.password-reset-form .form-row.submit-row button {
    height: 46px;
}
div.wc-welcome .box3 .read-more {
    margin-top: 0;
}
.widget-gallery.jssorSlider::before {
    content: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: url(/template/b77e9c8d/images/slider-loading.webp) no-repeat center center;
    background-size: 60px;
}
.wc-snippet-header-social ul, .wc-snippet-footer-social ul {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

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

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
    padding-right: 0;
}
.widget.fee-category-1 .category-image-view-width,
.widget.fee-category-2 .category-image-view-width {
    box-sizing: border-box;
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image-link::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image-link::after,
.fee-widget-product-image-view .product-view.image-view .product-name::before,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    border-radius: 0;
    font-family: inherit;
}
.product-view.image-view .featured.tag-mark, .product-view.scrollable-view .featured.tag-mark{
padding: 2px 5px;
  height: 21px;
  color: #fff;
}
.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;
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add {
    padding: 0 20px;
    margin-top: 15px;
    margin-bottom: 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 .product-block .btn-add .add-to-cart-button.button:hover {
    background-color: #fff;
    border: 1px #0094c4 solid !important;
    color: #0094c4;
}
.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 .product-view .header{
    margin-top: 0;
}
.fee-widget-product-tabular-view .product-view .content {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .price-waper .current-price.price .tax-message,
.product-view.image-view .price-block-container span.tax-message, .product-view.scrollable-view .price-block-container span.tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .product-view.tabular-view .current-price .tax-message {
    font-size: 0;
}

@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;
    }
    .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 {
        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 {
    }
    .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) {
    .fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
        padding: 8px 10px;
        font-size: 14px;
    }
}

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

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

.fee-gallery-jssor .jssor-slider-container .caption-wrapper {
    position: absolute;
    text-align: center;
    height: auto;
    padding: 15px;
    left: 0;
    right: 0;
    top: auto;
}
.fee-gallery-jssor div.jssor-slider-container .container [u="caption"] {
    width: auto;
    text-align: center;
    max-width: 100%;
    overflow: auto;
    height: auto;
    margin-left: 0;
    transform: none;
}
.fee-gallery-jssor div.jssor-slider-container .description.jssor-caption-1,
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 {
    max-width: 100%;
    position: static;
    font-family: inherit;
    padding: 10px 0;
    color: #fff;
    display: block;
    font-size: 18px;
}
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 span {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #fff;
    display: inline;
    white-space: normal;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button {
    position: static;
    background: transparent;
    transform: unset;
    border-radius: 0;
    border: 0;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a::after,
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a::before {
    content: none;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a {
    min-width: auto;
    text-transform: capitalize;
    letter-spacing: normal;
    border: 1px #fff solid !important;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-style: normal;
    text-transform: capitalize;
    height: auto;
    border-radius: 0;
    max-width: 100%;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a:hover {
    color: #000 !important;
    background: #fff !important;
}
.fee-gallery-jssor div.jssor-slider-container .container .jssor-caption-3 > a::after {
    content: none;
}
.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
    text-align: left;
    position: absolute;
    padding: 15px;
    height: auto;
    left: 0;
    right: 0;
    top: auto;
}
.fee-gallery-jssor2 div.jssor-slider-container .container [u="caption"] {
    position: static;
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: inherit;
    height: auto;
    max-width: 100%;
    text-align: left;
    width: 100%;
    margin-left: 0;
    line-height: normal;
    transform: none;
    background: transparent;
}
.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;
    top: 44% !important;
    height: auto;
    bottom: auto;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r{
    right: 10px;
    transform: none;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
    left: 10px;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r::after,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l::after {
    content: none;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
    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") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 34px;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l:hover {
    border: none;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 20px !important;
}
.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-scroll-view .product-view.scrollable-view .scroller span.scroll-left::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-right::after{
    content: none;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs-container .pagination {
    border: none;
}

@media (max-width: 1200px) {
    .fee-gallery-jssor .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor2 .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor3 .jssor-slider-container .caption-wrapper {
        display: block;
    }
}
@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;
}
.widget-gallery.fee-gallery-galleriffic, .widget-gallery.fee-gallery-owl,
.widget-gallery.fee-gallery-swipebox,
.fee-widget-product-image-view, .fee-widget-product-scroll-view,
.fee-widget-product-list-view, .fee-widget-product-tabular-view,
.widget-category.fee-category-1, .widget-category.fee-category-2,
.widget-blogPost.fee-blog-design-1, .widget-blogPost.fee-blog-design-2,
.widget-blogPost.fee-blog-design-3, .widget-blogPost.fee-blog-design-4 {
    padding: 0 15px;
}
.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;
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button {
    background: #0094c4 none repeat scroll 0 0 !important;
    border: 1px solid #0094c4 !important;
    font-family: inherit;
    text-transform: capitalize;
    padding: 8px 20px;
    max-width: 100%;
    letter-spacing: normal;
    line-height: 21px;
    border-radius: 0;
    margin: 0;
    display:inline-block;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button::after {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover {
    background-color: #fff !important;
    color: #0094c4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view::after{
    content: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content {
    display: inherit;
    overflow: hidden;
    max-width: 100%;
}
.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;
}
.fee-widget-product-list-view .product-view.list-view .product-block.product-view-height-width:hover .product-image {
    background: transparent;
    border: 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: 1450px;
}
.fee-blog-design-1 .blog-post-item,
.fee-blog-design-2 .blog-post-item,
.fee-blog-design-3 .blog-post-item,
.fee-blog-design-4 .blog-post-item {
    display: inline-block;
    margin: 0;
}
.fee-blog-design-1 .blog-post-item .title a,
.fee-blog-design-2 .blog-post-item .title a,
.fee-blog-design-3 .blog-post-item .title a,
.fee-blog-design-4 .blog-post-item .title a {
    font-size: 18px;
    line-height: normal;
}
.fee-blog-design-1 .post.post-list-view-height, .fee-blog-design-2 .post.post-list-view-height,
.fee-blog-design-3 .post.post-list-view-height, .fee-blog-design-4 .post.post-list-view-height {
    margin-right: 0;
}
.fee-blog-design-1 .blog-post-info span, .fee-blog-design-2 .blog-post-info span, .fee-blog-design-3 .blog-post-info span, .fee-blog-design-4 .blog-post-info span {
    color: #666 !important;
    font-size: 13px;
}
.fee-blog-design-1 .post-description,
.fee-blog-design-2 .post-description,
.fee-blog-design-3 .post-description,
.fee-blog-design-4 .post-description {
    margin: 0 !important;
    padding: 0;
    border: none;
    height: auto;
    text-align: left;
    background: transparent;
}
.fee-blog-design-1 .post-description .blog-read-more::after,
.fee-blog-design-2 .post-description .blog-read-more::after,
.fee-blog-design-3 .post-description .blog-read-more::after,
.fee-blog-design-4 .post-description .blog-read-more::after,
.fee-blog-design-1 .post-description::after,
.fee-blog-design-2 .post-description::after,
.fee-blog-design-3 .post-description::after,
.fee-blog-design-4 .post-description::after {
    content: none;
}
.fee-blog-design-1 .blog-post-item .blog-post-info, .fee-blog-design-2 .blog-post-item .blog-post-info,
.fee-blog-design-3 .blog-post-item .blog-post-info, .fee-blog-design-4 .blog-post-item .blog-post-info {
    margin: 0;
}
.fee-blog-design-1 .post-description:hover,
.fee-blog-design-2 .post-description:hover,
.fee-blog-design-3 .post-description:hover,
.fee-blog-design-4 .post-description:hover {
    box-shadow: none;
}
.fee-blog-design-1 .post-description .blog-read-more,
.fee-blog-design-2 .post-description .blog-read-more,
.fee-blog-design-3 .post-description .blog-read-more,
.fee-blog-design-4 .post-description .blog-read-more {
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
}
.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;
    background: transparent !important;
    width: auto;
    padding: 0;
    font-size: 13px;
}
.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;
}
.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 {
    margin: 0;
}
.fee-blog-design-1 .blog-post-info span.date::before,
.fee-blog-design-2 .blog-post-info span.date::before,
.fee-blog-design-3 .blog-post-info span.date::before,
.fee-blog-design-4 .blog-post-info span.date::before {
    vertical-align: unset;
    margin-right: 5px;
}

/*______________________________  2nd face hotfix_______________________________*/

.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: #008df2;
}
.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 .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover {
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
    transform: none;
    height: auto;
    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;
}
#bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget.fee-gallery-jssor,
#bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget.fee-gallery-jssor2,
#bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .widget.fee-gallery-jssor3 {
    margin: 0 auto;
    padding: 0;
}
.page-phase-2 #bs-24C8D84A-30C4-472A-8348-41B2E2F11E90 .page-content {
    padding: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block,
.fee-widget-product-image-view .product-view.image-view .product-block {
    width: calc(20% - 2.5px);
}

@media (max-width: 1199px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block,
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(25% - 2.5px);
    }
}
@media (max-width: 991px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block,
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(33.334% - 2.5px);
    }
}
@media (max-width: 767px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block,
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(50% - 2.5px);
    }
}
@media (max-width: 480px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block,
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(100% - 2.5px);
    }
}

div.wc-welcome,div.wc-snippet-video-img, div.wc-flower .flower-wrap,
#spltr-9B791A55-4403-427E-9152-F301E3231301 .widget-gallery,
#spltr-02A595EB-84B3-44D1-B050-6BD5D5CEBF5B .widget-product {
    padding-left: 0;
    padding-right: 0;
}
div.wc-team .container {
    padding: 0;
    width: 100%;
}
.page-phase-2 .current-price.price span{
    color: #222;
    font-size: 18px;
    font-weight: 400;
}
.fee-widget-product-tabular-view .product-view.tabular-view .image-column {
    width: 150px;
}
.product-view.tabular-view .name-column {
    max-width: 485px;
}
.fee-widget-product-tabular-view .product-view.tabular-view .price-column {
    width: 45%;
}
.product-view.tabular-view .multi-cart-step-column {
    width: 145px;
    text-align: left;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column {
    width: 145px;
}
.fee-widget-product-list-view .product-block .price-waper > * {
    margin-right: 0;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    width: auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message,
.fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px !important;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-menu-bar .fee-menu-title {
    padding: 5px 13px;
}
.fee .horizontal .navigation-item:hover > .navigation-item-child-container {
    display: none;
}
.fee-mobile-view-on .widget.widget-navigation.main_menu .fee-header-footer-control-menu.fee-widget-option {
    left: auto;
    right: 0;
}


/* 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: #222;
}
@media(max-width: 767px) {
    .maintenance-message-block h1 {
        font-size: 24px;
        background-color: #f9f9f9;
        padding: 20px 30px;
    }
}
/*------ .property-listing-details -----------*/
div.page-content .property-listing-details .property-details-slider {
  max-height: 500px;
}
.property-listing-details {
    padding-left: 0;
    padding-right: 0;
}
.property-listing-details__price-guide-inner .action-group button, .property-listing-details__price-guide-inner .action-group a {
    padding: 10px 20px;
    height: auto;
}
.property-details-contain-container .query-form input {
    padding: 8px 25px 8px 10px;
}
.property-details-contain-container .query-form textarea {
    padding: 10px;
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
}
.property-listing-details__price-guide-inner .action-group .flrplan {
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover {
    border: 2px #222 solid;
    background-color: #222;
    color: #fff;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
    border: 2px #ee6da8 solid;
    background-color: #ee6da8;
    color: #fff;
    border-radius: 1px;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover{
    border: 2px #222 solid;
    background-color: #222;
    color: #fff;
}
.property-details-contain-container .agent-container .agent-info h5 a {
    color: #ee6da8;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
    color: #222;
}
.property-details-contain-container .query-form button{
    background-color: #ee6da8;
    border: 2px #ee6da8 solid;
    color: #fff;
}
.property-details-contain-container .query-form button:hover{
    background-color: #222;
    border: 2px #222 solid;
    color: #fff;
}
.property-listing-details .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee6da8;
}
.property-details-contain-container .agent-container .agent-img img {
  border: 2px #ee6da8 solid;
}
@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 .agent-short-info-right.agent-photo-view {
    height: auto;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
    background-color: #ee6da8;
    border: none;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #222;
    color: #fff;
}
.product_quick_view_popup .header {
  background-color: transparent;
}
.product_quick_view_popup .header .close-popup.close-icon:after {
  color: #000;
  font-size: 20px;
}
.product_quick_view_popup .scroller span.view-right {
  right: 15px;
}
.product_quick_view_popup .scroller span.view-left {
  left: 15px;
}
.product_quick_view_popup .body {
  margin: 0;
  padding: 30px;
}

.product_quick_view_popup .product-widget.widget-productName  .product-name {
  margin-top:0;
  margin-bottom:20px;
}

.product_quick_view_popup .widget-productImage .image-preview-box .vertical-aligner.img-preview-box-vertical-aligner {
  height: auto
}
.product_quick_view_popup .product-widget.widget-addCart .add-to-compare-button {
  margin-left: 10px
}
.product_quick_view_popup{
  max-width: 900px
}
@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(min-width: 768px){
   .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel, .page-cart .shopping-cart .my-cart-order-summary {
        max-height: unset!important;
     height: fit-content;
  }
}
@media (max-width: 767px) {
    .property-agent-details-page .agent-short-info {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .property-agent-details-page .agent-short-info .agent-short-container {
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
        font-size: 28px;
        line-height: normal;
    }
    .property-agent-details-page .agent-short-info .agent-short-container .agent-position-info {
        margin: 10px 0 15px;
        padding-bottom: 20px;
    }
    .property-agent-details-page .agent-summery-info {
        padding-top: 30px;
        padding-bottom: 20px;
    }
  .product_quick_view_popup {
  transform: unset !important;
}
  .product_quick_view_popup .product-widget.widget-productName .product-name {
  font-size: 23px;
}
.product_quick_view_popup .l-fixed-container, .product_quick_view_popup .r-fixed-container {
  flex-direction: column;
}
}
.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%;
}
.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
  border: 2px solid #ee6da8;
}
.image-popup-container-for-zoom-preview.floor-plan-view.popup {
  padding: 10px;
  background: #fff;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
  background: #ee6da8;
  border: 1px solid #ee6da8;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover::before {
  color: #ee6da8;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
  border: 1px solid #ee6da8;
}
.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: #ee6da8;
}
.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 {
  background: #ee6da8 none repeat scroll 0 0;
  border: 1px solid #ee6da8;
}
.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 {
  background-color: #fff;
  border: 1px #ee6da8 solid;
  color: #ee6da8;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .summary, .fee-widget-product-scroll-view .product-view.scrollable-view .in-stock {
  padding: 0;
  line-height: 0;
}
.fee-widget-content .product-view .quick-view-btn {
  left: 78px;
  position: absolute;
  top: 10px;
  padding: 6px 25px;
  color: #fff;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a:hover {
  color: #fff !important;
  background: #ee6da8 !important;
  border: 1px #ee6da8 solid !important;
}
.fee-gallery-jssor .jssor-slider-container .jssorb03 div.av span {
  background: #ee6da8;
}
.fee-gallery-owl .blog-post-item .blog-post-info a:hover{
  color:#ee6da8;
}
.fee-widget-content .owl-dot:hover span, .fee-widget-content .owl-dot.active span {
  background: #ee6da8;
  border: 1px #ee6da8 solid;
}
.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: none #ee6da8;
  border: 1px #ee6da8 solid;
}
.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-owl .owl-carousel .owl-controls .owl-dot:hover span, .fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span {
  background: #ee6da8;
  border: 1px #ee6da8 solid;
}
div.donation-details__continue-button-wrapper .donation-details__continue-button {
  background-color: #ee6da8;
}
.widget.widget-snippet .wc-welcome .box1 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.widget.widget-snippet .wc-snippet-video-img img {
  max-height: 610px;
}
.widget.widget-snippet .wc-flower .img-box, .widget.widget-snippet .wc-flower .img-box img {
  width: 100%;
  height: 100%;
  max-width: 282px;
  object-fit: cover;
}
.wc-offer .button-wrapper a.read-more.selected-editable-element, .widget.widget-snippet .wc-view-btn a.view-btn, .widget.widget-snippet .wc-view-btn .button-wrapper a {
  margin: 0 5px;
}
.widget.widget-snippet .wc-offer .right .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 490px;
}
.widget.widget-snippet .wc-team .content-wrap .img-wrap img {
  width: 240px;
  height: 295px;
  display: block;
  object-fit: cover;
}
div.donation-success-page-content {
  background-color: transparent;
}
.donation-success-page-content .order_details_table {
  margin: 0; padding: 0;
}
.image-popup-container-for-zoom-preview.floor-plan-view.popup {
  padding: 10px;
  background: #fff;
}
div.category .summary {
  height: auto;
  padding-bottom: 10px;
}
.fee-gallery-owl .blog-post-item .details-link.link a{
  border: 0;
  text-decoration: none;
}
.fee-widget-content .blog-post-item .post-description > a::after, .fee-gallery-owl .blog-post-item .details-link.link a::after {
    content: "\f178";
    font-family: fontawesome;
    font-size: 15px;
    margin-left: 10px;
    position: absolute;
    top: 8px;
    letter-spacing: 0.5px;
    line-height: 18px;
}
.fee-gallery-owl .blog-post-item .details-link.link a, .fee-widget-content .blog-post-item .post-description > a {
    border: 0 none;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  color: #1d1d1d;
  font-weight: 500;
  letter-spacing: 0.5px;
  vertical-align: middle;
  position: relative;
    padding: 7px 25px;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover, .fee-widget-content .blog-post-item .post-description > a:hover {
  color: #ee6da8;
}
.fee-widget-content .blog-post-item .post-description > a {
   padding: 7px 0; 
}
.fee-widget-content .blog-post-item .post-description > a::after{
    top: 6px;  
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
  background-color: #ee6da8;
  border: 2px solid #ee6da8;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
  background-color: #000;
  border: 2px solid #000;
  color:#fff;
}
.property-agent-details-page .agent-short-info {
  background: transparent;
}
.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
  border: 2px solid #ee6da8;
}
.fee-widget-content .category-view.image-view .blog-category-name {
  text-align: left;
}

.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span, .fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span {
  background: #ee6da8;
  border: 1px #ee6da8 solid;
}
.fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee6da8;
  border: 1px #ee6da8 solid;
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
  background: #ee6da8;
  border: 1px solid #ee6da8;
}
.agent-list-item > a.read-button:hover, .agent-list-item > a.read-button:hover::after {
  color: #000;
}
/* 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: #222;
}
.registration-form .registration-terms-condition-wrapper a {
    margin-left: 5px;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
    cursor: pointer;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
    color: #666;
}
.registration-form textarea + .registration-terms-condition-wrapper {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view {
    font-size: 14px;
}
.registration-form > .errorlist.after{
    display: none;
}
.registration-form .form-row {
  border: none;
  background: transparent;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .details-link.link a{
      border: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .details-link.link a:hover, .fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info a:hover,
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info a:hover{
    color: #ee6da8;
}
div.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next {
    right: 0;
    margin-right: 5px;
}
div.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev {
  left: 50%;
  margin-left: 5px;
}

.maintenance-message-block {
  padding: 100px 15px;
  max-width: 900px;
  margin: 0 auto;
}
div.product-view .quick-view-btn {
  left: 50%;
  margin-left: -65px;

}










