


/*Temporary*/

.shopping-cart .discount-up-sell-message {
    margin-bottom: 30px;
    display: block;
}

.shopping-cart .discount-upsell-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 30px;
}

.shopping-cart .discount-up-sell-message .progress-bar {
    height: 100%;
    background-color: #a8ecde;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.shopping-cart .discount-upsell-text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #000;
    line-height: 30px;
    z-index: 1000;
    pointer-events: none;
    font-weight: 500;
}



input[type="text"].validation-error,
input[type="password"].validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
    color: #ff0000;
}
.widget-form .double-input-row::after,
.widget-form .triple-input-row::after {
    clear: both;
    content: "";
    display: block;
}
.widget-form .form-row {
    margin: 0;
    padding-bottom: 15px;
}
.widget-form .form-row.btn-row {
    padding-bottom: 0;
}
.widget-form .form-row.btn-row label {
    display: none;
}
.widget-form .double-input-row,
.widget-form .triple-input-row {
    margin: 0 -15px;
}
.widget-form .form-row .sub-form-row {
    padding-top: 15px;
}
.widget-form .triple-input-row * {
    box-sizing: border-box;
}
.widget-form .triple-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 33.33%;
}
.widget-form .double-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
}
.widget-form .form-row label {
    width: 100%;
    display: block;
    padding: 0 0 5px;
}
.widget-form .radio-checkbox-row {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    /* @alternate */ -webkit-column-gap: 25px;
    /* @alternate */ -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 5px;
}
.widget-form input[type=text],
.widget-form textarea,
.widget-form select{
    width: 100%;
    font-family: inherit;
    padding: 3px 10px;
    border: 1px solid #ddd;
    margin: 0;
}
.widget-form input[type=text],
.widget-form .form-row select {
    height: 40px;
}
.widget-form textarea {
    height: 150px;
    padding: 5px 10px;
}
.widget-form button.Zebra_DatePicker_Icon {
    background: none;
    left: 0;
    top: 0;
    cursor: pointer;
}
.widget-form .Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 10px;
}
.widget-form .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.widget-form input.date-picker {
    padding-right: 40px;
    cursor: pointer;
}
.widget-form .dropzone-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.widget-form .dropzone {
    border: 1px dashed #d3dbdf;
    border-radius: 3px;
    box-sizing: content-box;
    cursor: pointer;
    height: 22px;
    padding: 35px 10px 10px;
    text-align: center;
}
.widget-form .file-name {
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: calc(100% - 60px);
}
.widget-form .single-input-row .form-row .dropzone-wrapper  input{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 70px;
}
.widget-form .radio-checkbox-row label{
    vertical-align: text-bottom;
    padding-left: 5px;
}


/* Form Template*/
.form-template input[type=text],
.form-template .form-row select{
    width:100%;
    box-sizing: border-box;
    height: 35px;
    /* @alternate */   height: 40px;
}
.form-template {
    max-width: 700px;
}
.form-template textarea{
    height: 120px;
    width: 100%;
    box-sizing: border-box;
}
.order-form-template .Zebra_DatePicker_Icon_Wrapper,
.job-form-template .Zebra_DatePicker_Icon_Wrapper{
    display: block !important;
}
.widget-form .form-template .errorlist{
    margin-left: 0;
    padding: 0;
}
.form-template  .radio label{
    color: #666;
}

/* Order Form Template*/


/* Custom radio and checkbox design */
.widget-form .checkbox {
    padding-left: 20px;
    position: relative;
}
.widget-form .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
}
.widget-form .checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    height: 17px;
    width: 17px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
}
.widget-form .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #d7dce1;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.widget-form .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left:0;
    top: 2px;
    margin-left: -20px;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 11px;
    text-align: center;
    color: #555555;
}
.widget-form.checkbox input[type="checkbox"],
.widget-form .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.widget-form .checkbox input[type="checkbox"]:focus + label::before,
.widget-form .checkbox input[type="radio"]:focus + label::before {
    outline: none;
    outline-offset: -2px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color:#fff;
}
.widget-form .checkbox input[type="checkbox"]:disabled + label,
.widget-form .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
.widget-form .checkbox input[type="checkbox"]:disabled + label::before,
.widget-form .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.widget-form .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.widget-form .checkbox.checkbox-inline {
    margin-top: 0; }

.widget-form .radio {
    padding-left: 20px;
    position: relative;
}
.widget-form .combodate {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.widget-form .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    padding-bottom: 0;
    line-height: normal;
}
.widget-form .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.widget-form .radio label::after {
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 2px;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #1199c4;
    border-color: #1199c4;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.widget-form .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    height: 17px;
    width: 17px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 3px;
}
.widget-form .radio input[type="radio"]:focus + label::before {
    outline: none;
    outline-offset: -2px; }
.widget-form .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.widget-form .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.widget-form .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.widget-form .radio.radio-inline {
    margin-top: 0; }

.widget-form input[type="checkbox"].styled:checked + label:after,
.widget-form input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.widget-form input[type="checkbox"] .styled:checked + label::before,
.widget-form input[type="radio"] .styled:checked + label::before {
    color: #fff; }
.widget-form input[type="checkbox"] .styled:checked + label::after,
.widget-form input[type="radio"] .styled:checked + label::after {
    color: #fff; }

.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #1199c4;
    border-color: #1199c4;
}

.redemption-form-template .single-input-row.product-variation-for-form .form-row.product,
.redemption-form-template .single-input-row .form-row.product,
.redemption-form-template .single-input-row .form-row.file {
    position: relative;
    background: #eee;
    padding: 15px;
    margin-bottom: 0;
}
.redemption-form-template .single-input-row.product-variation-for-form .form-row.product,
.redemption-form-template .single-input-row .form-row.file {
    margin-top: 0;
}
.redemption-form-template .single-input-row .form-row.file .dropzone-wrapper{
    width: 100%;
}
.redemption-form-template .add-more-products{
    font-weight: 500;
    text-align: right;
}
.redemption-form-template .add-more-products .add-to-proceed{
    cursor: pointer;
}

.redemption-items-preview-table{
    margin-top: 40px;
    table-layout: auto;
}
.redemption-items-preview-table td {
    border: 1px solid #bdbdbd;
    padding: 5px 10px;
}
.redemption-items-preview-table td.remove-item{
    cursor: pointer;
    text-align: center;
    background: #ffebeb;
}
.redemption-items-preview-table td.photo-col{
    width: 140px;
}
.redemption-items-preview-table td img{
    max-width: 100%;
    height: 70px;
}
.redemption-items-preview-header td{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.widget-form{
    width: 100%;
}

.google-map-container {
    height: 600px;
}
.widget-googleMap{
    width: 100%;
}

.widget-pageHeading .page-heading-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.widget-pageHeading .page-heading-wrapper .heading-content-wrapper {
    min-height: 100px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.widget-pageHeading .page-heading-wrapper .heading-content-wrapper > * {
    margin: 0;
    position: relative;
}

.tab-accordion-tab .container-block,
.tab-accordion-accordion .container-block {
    display: table;
}
.tab-accordion-tab .left-panel,
.tab-accordion-accordion .left-panel {
    float: left;
    margin: 0 30px 30px 0;
}
.tab-accordion-tab .right-panel,
.tab-accordion-accordion .right-panel {
    display: table;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-header-container {
    float: none;
    width: 100%;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-header {
    border-color: #e2e2e2;
    border-radius: 3px 3px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    display: inline-block;
    margin-right: 4px;
    padding: 8px 18px;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-header .title {
    display: inline;
    line-height: normal;
    padding: 0;
}
.tab-accordion-tab.bmui-tab.left-side-header .widget-information .bmui-tab-body-container {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 3px 1px 1px;
}

.action-icon.share {
    background-image: url("/wc/7.0.0/plugins/wish-list/images/site/wishlist-action-icons.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
#bmui-tab-wish-list .create-wish-list {
    margin-top: 10px;
}
.wish-list-popup .no-wish-list-message {
    font-size: 15px;
    padding-bottom: 10px;
}
.wish-list-popup .form-row label {
    width: 45px;
}
.wish-list-popup label {
    display: inline-block;
    width: 90px;
}
.add-to-wish-list-popup table {
    width: auto;
}
.add-to-wish-list-popup table .product-img {
    padding-right: 20px;
}

/* --- widget design --- */
.widget-wishList .wish-list-wrapper,
.widget-wishList a.url,
.wish-list-image-wrapper {
    height: 100%;
}

.widget-wishList .wish-list-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-wishList .wish-list-img {
    max-width: 100%;
    max-height: 100%;
}

body > .body .widget-wishList .wish-list-img {
    max-height: 100px;
}


.product-view.image-view .price-n-cart .add-to-compare-button,
.product-view.image-view .price-n-cart .remove-from-compare-button,
.product-view.scrollable-view .price-n-cart .add-to-compare-button,
.product-view.scrollable-view .price-n-cart .remove-from-compare-button,
.product-view.list-view td.product-price .add-to-compare-button,
.product-view.list-view td.product-price .remove-from-compare-button {
    margin-top : 5px;
}

.product-view.image-view .price-n-cart .remove-from-compare-button,
.product-view.scrollable-view .price-n-cart .remove-from-compare-button,
.product-view.list-view td.product-price .remove-from-compare-button {
    background-image: none;
    background-color: #ff9000;
    color: #fff;
}
/*widget design*/
.widget-compareProduct .compare-quantity {
    border: 1px solid #CCCCCC;
    font-size: 18px;
    padding: 5px;
}
.compare-item-container {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.compare-item-container .row {
    border-bottom: 1px dashed #cccccc;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
}
.widget-compareProduct .row.btn-row {
    margin: 10px 0 0;
}
.widget-compareProduct .product-name {
    font-size: 14px;
}
.widget-compareProduct .close-icon {
    background: url("/wc/7.0.0/plugins/compare-product/images/site/compare-product-item-close-icon.png") no-repeat left top;
    overflow: hidden;
    text-indent: -200px;
    cursor: pointer;
    float: right;
    height: 22px;
    width: 22px;
}
.widget-compareProduct .compare-btn.button {
    float: right;
}
/*popup design*/
.add-to-compare-popup table {
    width: auto;
}
.add-to-compare-popup table .product-img {
    padding-right: 20px;
}
.add-to-compare-popup table .product-name {
    font-size: 16px;
}
.add-to-compare-popup table .product-description {
    padding: 5px 0;
}
.add-to-compare-popup table .product-price {
    font-size: 15px;
}

/*compare detais page design*/
.compare-details table td,
.compare-details table th {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.compare-details table th {
    width: 10%;
}
.compare-details table .image-row td {
    text-align: center;
}
.compare-details table .image {
    display: inline-block;
}
.compare-details table td .remove {
    background: url("/wc/7.0.0/plugins/compare-product/images/site/compare-product-item-close-icon2.png") no-repeat left center;
    padding-left: 14px;
    cursor: pointer;
}
.compare-details table td .remove:hover {
    color: #ff0000;
}



.galleriffic-gallery-wrap ul {
    font-size: 0;
}
.galleriffic-gallery-wrap .thumbs li {
    border: 1px solid #eee;
    display: inline-block;
    list-style: outside none none;
    margin: 5px;
    padding: 3px;
}
.galleriffic-gallery-wrap .thumb {
    display: block;
}
.galleriffic-gallery-wrap .thumb img {
    display: block;
}
.galleriffic-gallery-wrap .galleriffic-content {
    overflow: hidden;
}
.slideshow-container img {
    height: 100%;
    max-width: 100%;
}
.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.galleriffic-gallery-wrap .image-caption .image-title {
    font-size: 24px;
}
/*Alternate view*/
.galleriffic-gallery-wrap.alternate-layout .thumbs-container {
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink {
    background-color: #999;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev {
    background: url("/wc/7.0.0/plugins/gallery-galleriffic/images/site/thumbs-prevs.png") no-repeat center;
    left: 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: url("/wc/7.0.0/plugins/gallery-galleriffic/images/site/thumbs-next.png") no-repeat center;
    right: 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    overflow: hidden;
    white-space: nowrap;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-top .thumbs-container {
    margin-bottom: 30px;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    margin-top: 30px;
}

/*Caption design*/
.galleriffic-gallery-wrap .caption-container {
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.galleriffic-gallery-wrap.caption-position-top .caption-container,
.galleriffic-gallery-wrap.caption-position-bottom .caption-container {
    display: block;
}
.galleriffic-gallery-wrap.caption-position-top .caption-container,
.galleriffic-gallery-wrap.caption-position-left .caption-container {
    margin-bottom: 30px;
}
.galleriffic-gallery-wrap.caption-position-bottom .caption-container,
.galleriffic-gallery-wrap.caption-position-right .caption-container {
    margin-top: 30px;
}
/*Rollover view*/
.galleriffic-gallery-wrap .thumb-and-content-wrap {
    overflow: hidden;
}
.galleriffic-gallery-wrap.thumb-position-left .thumbs-container {
    float: left;
    margin-right: 50px;
}
.galleriffic-gallery-wrap.thumb-position-right .thumbs-container {
    float: left;
    margin-left: 50px;
}
.galleriffic-gallery-wrap.thumb-position-right .galleriffic-content {
    float: left;
    width: calc(100% - 232px);
}

.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;
    /* @alternate */  height: inherit;
    width: 900px;
    text-align: center;
}
.galleriffic-gallery-wrap .pagination > * {
    float: left;
    height: 35px;
    line-height: 28px;
}
.rollover-layout .galleriffic-content .image-wrapper {
    left: 0;
    transform: none;
}
.rollover-layout.thumb-position-left .galleriffic-content .image-wrapper a {
    text-align: left;
}
.rollover-layout.thumb-position-right .galleriffic-content .image-wrapper a {
    text-align: right;
}
.galleriffic-gallery-wrap.rollover-layout .pagination span.current {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none;
    color: blue;
}

/*small device*/
@media (max-width: 991px) {
    .galleriffic-gallery-wrap .slideshow {
        height: 500px;
    }
    .galleriffic-content .image-wrapper a {
        width: 750px;
    }
}
/*extra small device*/
@media (max-width: 767px) {
    .galleriffic-gallery-wrap .slideshow {
        height: 213px;
    }
    .galleriffic-content .image-wrapper a {
        width: 320px;
    }
    .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-gallery-wrap.rollover-layout .pagination {
    float: none;
}
.galleriffic-gallery-wrap.rollover-layout:after {
    content: "";
    display: block;
    clear: both;
}
.galleriffic-gallery-wrap.rollover-layout .thumbs {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
}

.galleriffic-gallery-wrap.rollover-layout .pagination a {
    display: inline-block;
    margin: 0 5px;
}
.galleriffic-gallery-wrap.thumb-position-right .slideshow .image-wrapper {
    left: auto;
    right: 0;
}
.galleriffic-gallery-wrap.alternate-layout .image-caption.previous {
    display: none!important;
}

.fee-gallery-galleriffic .rollover-layout .slideshow-container .slideshow img,
.fee-gallery-galleriffic .rollover-layout .slideshow-container .slideshow video {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.galleriffic-gallery-wrap .slideshow-container video {
    max-height: 100%;
}

.fee-gallery-galleriffic .slideshow-container img,
.fee-gallery-galleriffic .slideshow-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


.jssor-slider-container .container {
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 980px;
    height: 380px;
    overflow: hidden;
}
.jssor-slider-container .container [u=caption] {
    position: absolute;
    left: 40%;
    top: 40%;
    width: 500px;
    height: 30px;
}
.jssor-slider-container {
    position: relative;
    width: 980px;
    height: 380px;
    overflow: hidden;
}
.jssor-slider-container .container .hyper-link img {
    cursor: pointer;
    z-index: 100;
}
.jssor-slider-container .jssor-loader {
    position: absolute;
    top: 0px;
    left: 0px;
}
.jssor-slider-container .jssor-loader .loader-1 {
    filter: alpha(opacity=70); opacity:0.7; position: absolute; display: block; background-color: #000; top: 0px; left: 0px;width: 100%; height:100%;
}
.jssor-slider-container .jssor-loader .loader-2 {
    position: absolute; display: block; background: url(/wc/7.0.0/plugins/jssor-slider/images/slider/loading.gif) no-repeat center center; top: 0px; left: 0px;width: 100%;height:100%;
}


/*bulet-navigation*/
.jssor-slider-container .jssorb03 {
    position: absolute;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url(/wc/7.0.0/plugins/jssor-slider/images/slider/b03.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssor-slider-container .jssorb03 div { background-position: -5px -4px; }
.jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av:hover { background-position: -35px -4px; }
.jssor-slider-container .jssorb03 .av { background-position: -65px -4px; }
.jssor-slider-container .jssorb03 .dn, .jssor-slider-container .jssorb03 .dn:hover { background-position: -95px -4px; }

/*Arrow Navigator*/
.jssor-slider-container .jssora20l, .jssora20r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(/wc/7.0.0/plugins/jssor-slider/images/slider/a20.png) no-repeat;
    overflow: hidden;
}
.jssor-slider-container .jssora20l {
    background-position: -3px -33px;
    top: 123px; left: 8px;
}
.jssor-slider-container .jssora20r {
    background-position: -63px -33px;
    top: 123px; right: 8px;
}
.jssor-slider-container .jssora20l:hover { background-position: -123px -33px; }
.jssor-slider-container .jssora20r:hover { background-position: -183px -33px; }
.jssor-slider-container .jssora20l.jssora20ldn { background-position: -243px -33px; }
.jssor-slider-container .jssora20r.jssora20rdn { background-position: -303px -33px; }

.jssor-slider-container .caption-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 50px;
    text-align: center;
    padding: 15px;
    z-index: 1;
}

.jssor-slider-container .caption-wrapper [u=caption] {
    position: static;
    width: auto;
    color: #ffffff;
    display: block;
    height: auto;
    background: none;
    padding: 10px 0;
}

.jssor-slider-container .caption-wrapper [u=caption] a {
    padding: 5px 20px;
    border: 1px #fff solid;
    display: inline-block;
    color: #ffffff;
}
.jssor-slider-container .title {
    font-size: 1.5rem;
}
.jssor-slider-container .description {
    font-size: .8rem;
}
.jssor-slider-container .slide:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0, .5);
}
.jssor-slider-container .caption-btn-wrap .button {
    display: inline-block;
    margin: 0 3px;
}
.widget-gallery.jssorSlider:before {
    background: url(/wc/7.0.0/plugins/jssor-slider/images/slider-loading.gif) no-repeat center center;
    content: '';
    height: 80px;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 80px
}
.widget-gallery.jssorSlider .jssor-slider-container .slide > img,
.widget-gallery.jssorSlider video.jssor-video {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    object-fit: contain;
}

/* Editor wraps the slideshow with fee-gallery-jssor / fee-gallery-jssor2 /
   fee-gallery-jssor3 instead of .widget-gallery.jssorSlider, so the live-site
   sizing rule above never applies in the editor preview — slides fell back
   to natural size and left empty space. Cover all three variants here. */
[class*="fee-gallery-jssor"] .jssor-slider-container .slide > img,
[class*="fee-gallery-jssor"] video.jssor-video {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    object-fit: contain;
}
.fee-gallery-jssor .jssor-slider-container .slide.video::after{
    content: unset !important;
}

.review-form .form-row label {
    width : 120px;
}
.review-form textarea {
    height : 150px;
    width  : 300px;
}
.review-row .rating {
    display : inline-block;
}
.review-form .btn-row {
    padding-left : 124px;
}
.product-review-container {
    background-color : #F9F9F9;
    border-bottom    : 2px solid #E6E6E6;
    margin-bottom    : 20px;
    padding          : 15px;
}
.product-review-container .review-description {
    overflow: auto;
}
.single-review-block {
    border-bottom  : 1px solid #EEEEEE;
    margin-bottom  : 15px;
    padding-bottom : 15px;
}
.review-rating.read-only > img {
    vertical-align : middle;
}
.review-panel .write-review-panel {
    padding : 10px 0;
}
.write-review-panel .message-container a {
    color: #FF9000;
}
.write-review-panel .message-container a:hover {
    color: #FBBA65;
}
.product-view .product-block .review-rating-wrapper {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-view .product-block .review-rating-wrapper .review-rating {
    margin-right: 5px;
}

/* =================================
 New Review Design
 ===================================*/
.review-view-panel .no-review-message {
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
}

.new-review-panel .write-review,
.new-review-panel .review-form .form-row button {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    background: #50D4AE;
    border-radius: 3px;
    padding: 12px 30px;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.new-review-panel .write-review:hover,
.new-review-panel .review-form .form-row button:hover {
    background: #000000;
}
.total-review-panel .review-heading {
    font-size: 20px;
    font-weight: 600;
    color: #3D3D3D;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.new-review-panel .average-review-wrapper {
    /* @alternate */ display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 50px;
}
.new-review-panel .average-review-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(80, 212, 174, .06);
}

.new-review-panel .average-rating-point-block {
    background: #FFFFFF;
    border: 2px solid #50D4AE;
    text-align: center;
    width: 139px;
}
.new-review-panel .average-point {
    padding: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #50D4AE;
    height: 94px;
}
.new-review-panel .average-point-out-of {
    height: 41px;
    background: #50D4AE;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
}
.new-review-panel .average-point-out-of:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #50D4AE transparent;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -15px;
}

.new-review-panel .average-rating-details {
    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;
    padding: 0 15px;
}
.new-review-panel .average-rating-details > *:not(:last-child) {
    padding-bottom: 5px;
}
.new-review-panel .average-rating-details .total, .new-review-panel .average-rating-details .visible-review-label {
    font-size: 15px;
    color: #5F5F5F;
}

.new-review-panel .avg-review-label .label {
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    color: #3D3D3D;
    font-weight: 500;
}

.new-review-panel .avg-review-label .review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto!important;
}

.new-review-panel .avg-review-label .review-rating .star-on,
.new-review-panel .avg-review-label .review-rating .star-off,
.new-review-panel .avg-review-label .review-rating .star-half {
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 3px;
    background-repeat: no-repeat;
    background-position: center;
}
.new-review-panel .avg-review-label .review-rating .star-on {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.5106%203.92705C10.8099%203.00574%2012.1133%203.00574%2012.4127%203.92705L13.7068%207.90983C13.8406%208.32185%2014.2246%208.60081%2014.6578%208.60081H18.8456C19.8143%208.60081%2020.2171%209.84043%2019.4333%2010.4098L16.0454%2012.8713C15.6949%2013.126%2015.5482%2013.5773%2015.6821%2013.9894L16.9762%2017.9721C17.2756%2018.8934%2016.2211%2019.6596%2015.4374%2019.0902L12.0494%2016.6287C11.6989%2016.374%2011.2243%2016.374%2010.8738%2016.6287L7.48588%2019.0902C6.70217%2019.6596%205.64769%2018.8934%205.94704%2017.9721L7.24112%2013.9894C7.375%2013.5773%207.22834%2013.126%206.87785%2012.8713L3.4899%2010.4098C2.70618%209.84043%203.10896%208.60081%204.07768%208.60081H8.26543C8.69865%208.60081%209.08261%208.32185%209.21648%207.90983L10.5106%203.92705Z%22%20fill%3D%22%2350D4AE%22%2F%3E %3C%2Fsvg%3E");
}
.new-review-panel .avg-review-label .review-rating .star-off {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.5106%203.92705C10.8099%203.00574%2012.1133%203.00574%2012.4127%203.92705L13.7068%207.90983C13.8406%208.32185%2014.2246%208.60081%2014.6578%208.60081H18.8456C19.8143%208.60081%2020.2171%209.84043%2019.4333%2010.4098L16.0454%2012.8713C15.6949%2013.126%2015.5482%2013.5773%2015.6821%2013.9894L16.9762%2017.9721C17.2756%2018.8934%2016.2211%2019.6596%2015.4374%2019.0902L12.0494%2016.6287C11.6989%2016.374%2011.2243%2016.374%2010.8738%2016.6287L7.48588%2019.0902C6.70217%2019.6596%205.64769%2018.8934%205.94704%2017.9721L7.24112%2013.9894C7.375%2013.5773%207.22834%2013.126%206.87785%2012.8713L3.4899%2010.4098C2.70618%209.84043%203.10896%208.60081%204.07768%208.60081H8.26543C8.69865%208.60081%209.08261%208.32185%209.21648%207.90983L10.5106%203.92705Z%22%20fill%3D%22%23BEBEBE%22%2F%3E %3C%2Fsvg%3E");
}
.new-review-panel .avg-review-label .review-rating .star-half {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.5106%203.92705C10.8099%203.00574%2012.1133%203.00574%2012.4127%203.92705L13.7068%207.90983C13.8406%208.32185%2014.2246%208.60081%2014.6578%208.60081H18.8456C19.8143%208.60081%2020.2171%209.84043%2019.4333%2010.4098L16.0454%2012.8713C15.6949%2013.126%2015.5482%2013.5773%2015.6821%2013.9894L16.9762%2017.9721C17.2756%2018.8934%2016.2211%2019.6596%2015.4374%2019.0902L12.0494%2016.6287C11.6989%2016.374%2011.2243%2016.374%2010.8738%2016.6287L7.48588%2019.0902C6.70217%2019.6596%205.64769%2018.8934%205.94704%2017.9721L7.24112%2013.9894C7.375%2013.5773%207.22834%2013.126%206.87785%2012.8713L3.4899%2010.4098C2.70618%209.84043%203.10896%208.60081%204.07768%208.60081H8.26543C8.69865%208.60081%209.08261%208.32185%209.21648%207.90983L10.5106%203.92705Z%22%20fill%3D%22%23BEBEBE%22%2F%3E %3Cpath%20d%3D%22M10.5106%203.92705C10.8099%203.00574%2012.1133%203.00574%2012.4127%203.92705L13.7068%207.90983C13.8406%208.32185%2014.2246%208.60081%2014.6578%208.60081H18.8456C19.8143%208.60081%2020.2171%209.84043%2019.4333%2010.4098L16.0454%2012.8713C15.6949%2013.126%2015.5482%2013.5773%2015.6821%2013.9894L16.9762%2017.9721C17.2756%2018.8934%2016.2211%2019.6596%2015.4374%2019.0902L12.0494%2016.6287C11.6989%2016.374%2011.2243%2016.374%2010.8738%2016.6287L7.48588%2019.0902C6.70217%2019.6596%205.64769%2018.8934%205.94704%2017.9721L7.24112%2013.9894C7.375%2013.5773%207.22834%2013.126%206.87785%2012.8713L3.4899%2010.4098C2.70618%209.84043%203.10896%208.60081%204.07768%208.60081H8.26543C8.69865%208.60081%209.08261%208.32185%209.21648%207.90983L10.5106%203.92705Z%22%20fill%3D%22%2350D4AE%22%2F%3E %3Cmask%20id%3D%22mask0_376_822%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%2212%22%20y%3D%220%22%20width%3D%229%22%20height%3D%2221%22%3E %3Crect%20x%3D%2212%22%20width%3D%229%22%20height%3D%2221%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_376_822%29%22%3E %3Cpath%20d%3D%22M10.5106%203.92705C10.8099%203.00574%2012.1133%203.00574%2012.4127%203.92705L13.7068%207.90983C13.8406%208.32185%2014.2246%208.60081%2014.6578%208.60081H18.8456C19.8143%208.60081%2020.2171%209.84043%2019.4333%2010.4098L16.0454%2012.8713C15.6949%2013.126%2015.5482%2013.5773%2015.6821%2013.9894L16.9762%2017.9721C17.2756%2018.8934%2016.2211%2019.6596%2015.4374%2019.0902L12.0494%2016.6287C11.6989%2016.374%2011.2243%2016.374%2010.8738%2016.6287L7.48588%2019.0902C6.70217%2019.6596%205.64769%2018.8934%205.94704%2017.9721L7.24112%2013.9894C7.375%2013.5773%207.22834%2013.126%206.87785%2012.8713L3.4899%2010.4098C2.70618%209.84043%203.10896%208.60081%204.07768%208.60081H8.26543C8.69865%208.60081%209.08261%208.32185%209.21648%207.90983L10.5106%203.92705Z%22%20fill%3D%22%23BEBEBE%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}

.new-review-panel .avg-review-label .review-rating img {
    display: none;
}

.new-review-panel .all-rating-block .rating-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new-review-panel .all-rating-block .star-label {
    width: 12px;
    font-size: 16px;
    color: #3D3D3D;
}
.new-review-panel .all-rating-block .rating-row .star-icon {
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.04894%200.927049C8.3483%200.00573802%209.6517%200.00574017%209.95106%200.927051L11.2451%204.90983C11.379%205.32185%2011.763%205.60081%2012.1962%205.60081H16.3839C17.3527%205.60081%2017.7554%206.84043%2016.9717%207.40983L13.5838%209.87132C13.2333%2010.126%2013.0866%2010.5773%2013.2205%2010.9894L14.5146%2014.9721C14.8139%2015.8934%2013.7595%2016.6596%2012.9757%2016.0902L9.58778%2013.6287C9.2373%2013.374%208.7627%2013.374%208.41221%2013.6287L5.02426%2016.0902C4.24054%2016.6596%203.18607%2015.8934%203.48542%2014.9721L4.7795%2010.9894C4.91338%2010.5773%204.76672%2010.126%204.41623%209.87132L1.02827%207.40983C0.244561%206.84043%200.647338%205.60081%201.61606%205.60081H5.8038C6.23703%205.60081%206.62099%205.32185%206.75486%204.90983L8.04894%200.927049Z%22%20fill%3D%22%23BEBEBE%22%2F%3E %3C%2Fsvg%3E");
    margin: 0 10px;
    background-repeat: no-repeat;
}

.new-review-panel .all-rating-block .rating-row .rating-bar-wrapper {
    width: 254px;
    height: 10px;
    background: rgba(80, 212, 174, 0.19);
    margin-right: 10px;
    position: relative;
}

.new-review-panel .all-rating-block .rating-row .rating-bar {
    position: absolute;
    height: 10px;
    background: #50D4AE;
    border-radius: 3px;
}
.new-review-panel .all-rating-block .rating-row .total-rating-count {
    font-size: 14px;
    color: #878686;
}
/* form */
.new-review-panel .review-form {
    max-width: 750px;
}
.new-review-panel .review-form .form-row {
    margin: 0;
    padding: 0;
}

.new-review-panel .review-form .form-row ~ .form-row {
    margin-top: 20px;
}
.new-review-panel .review-form .form-row.btn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new-review-panel .review-form .form-row label {
    font-size: 14px;
    line-height: 21px;
    color: #3D3D3D;
    display: block;
    padding-bottom: 7px;
}

.new-review-panel .review-form .form-row input[type="text"],
.new-review-panel .review-form .form-row textarea {
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    width: 100%;
    margin: 0;
    padding: 15px;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    color: #3D3D3D;
    font-size: 14px;
}
.new-review-panel .review-form .form-row input[type="text"] {
    height: 51px;
}
.new-review-panel .review-form .form-row textarea {
    height: 200px;
}
.new-review-panel .review-form .form-row button ~ button {
    margin-left: 7px;
}
.new-review-panel .write-review-panel {
    margin-top: 10px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper {
    position: relative;
    background: #FFFFFF;
    border: 1px dashed rgba(80, 212, 174, 0.76);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
}
.new-review-panel .review-image-input-with-dropzone-wrapper input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.new-review-panel .review-image-input-with-dropzone-wrapper svg {
    display: none;
}
.new-review-panel .review-image-input-with-dropzone-wrapper:before {
    content: "";
    height: 56px;
    width: 56px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M49%2035V44.3333C49%2045.571%2048.5083%2046.758%2047.6332%2047.6332C46.758%2048.5083%2045.571%2049%2044.3333%2049H11.6667C10.429%2049%209.242%2048.5083%208.36683%2047.6332C7.49167%2046.758%207%2045.571%207%2044.3333V35%22%20stroke%3D%22%2350D4AE%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M39.6663%2018.6667L27.9997%207L16.333%2018.6667%22%20stroke%3D%22%2350D4AE%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M28%207V35%22%20stroke%3D%22%2350D4AE%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
}
.new-review-panel .review-image-input-with-dropzone-wrapper .dropzone-wrapper {
    margin-top: 20px;
}
.new-review-panel .product-image-container {
    margin-top: 10px;
}
.new-review-panel .product-image-container .file-selection-queue {
    display: inline-block;
    padding: 30px 11px 30px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    box-shadow: 0 0 5px 5px rgba(0,0,0, .05);
    border-radius: 3px;
    vertical-align: top;
    width: 220px;
    height: 190px;
}

.new-review-panel .product-image-container .file-selection-queue .queue-image-preview {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.new-review-panel .product-image-container .file-selection-queue .file-name {
    display: inline-block;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-review-panel .product-image-container .file-selection-queue .file-remove {
    position: absolute;
    top: 7px;
    right: 8px;
    height: 12px;
    width: 12px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15%201L1%2015%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M1%201L15%2015%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 12px;
}
/* review card design */
.new-review-panel .review-card-wrapper {
    padding: 50px 0 40px;
}
.review-card-wrapper__card-container {
    white-space: nowrap;
    font-size: 0;
    margin: 0 -15px;
    overflow: hidden;
}
.new-review-panel .review-card-wrapper__card {
    width: 356px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.new-review-panel .review-card-wrapper__avater-and-reviewer-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new-review-panel .review-card-wrapper__rating-and-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px 0 10px;
}
.review-card-wrapper__rating.review-buyer-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
}

.review-card-wrapper__rating.review-buyer-wrapper .verified-buyer-badge {
    background-color: rgba(13, 193, 92, 0.1);
    padding: 2px 10px;
    border-radius: 5px;
    height: 24px;
}

.review-card-wrapper__rating.review-buyer-wrapper .verified-label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #0DC15C;
}
.new-review-panel .review-card-wrapper__uploaded-image-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.new-review-panel .review-card-wrapper__card > * {
    padding-bottom: 20px;
}
.new-review-panel .review-card-wrapper__reviewer-name {
    margin-left: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
}

.new-review-panel .review-card-wrapper__avater-image {
    border-radius: 50%;
    height: 50px;
    min-width: 50px;
}

.new-review-panel .review-card-wrapper__date {
    font-size: 12px;
    line-height: 16px;
    color: #6F6F6F;
    width: 100%;
}

.new-review-panel .review-card-wrapper__summary {
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
    padding-bottom: 5px;
    white-space: normal;
}

.new-review-panel .review-card-wrapper__view-details-link {
    font-size: 14px;
    line-height: 21px;
    color: #50D4AE;
    text-decoration: none;
    cursor: pointer;
}
.new-review-panel .review-card-wrapper__view-details-link:hover {
    color: #000000;
}
.new-review-panel .review-card-wrapper__view-details-link:after {
    content: "\f105";
    font-family: "Fontawesome";
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.new-review-panel .review-card-wrapper__thumbnail-image-wrapper {
    white-space: normal;
    margin-left: -2px;
    margin-right: -2px;
}
.new-review-panel .review-card-wrapper__uploaded-image-block {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding: 5px;
    font-size: 0;
    height: 80px;
    width: 80px;
    display: inline-block;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 4px;
}
.new-review-panel .review-card-wrapper__uploaded-image-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.new-review-panel .review-card-wrapper__inner {
    position: relative;
}
.new-review-panel .review-card-wrapper__navigator {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border: 1px solid #F1F1F1;
    background-color: #ffffff;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.new-review-panel .review-card-wrapper__navigator:hover {
    background-color: #50D4AE;
}
.new-review-panel .review-card-wrapper__navigator-previous {
    left: -100px;
}

.new-review-panel .review-card-wrapper__navigator-next {
    right: -100px;
}

.new-review-panel .review-card-wrapper__navigator.loading {
    right: -100px;
}

.new-review-panel .review-card-wrapper__navigator-icon-previous {
    width: 14px;
    height: 37px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2239%22%20viewBox%3D%220%200%2016%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15%201L1%2019.5L15%2038%22%20stroke%3D%22%23A49A9A%22%2F%3E %3C%2Fsvg%3E");
    margin-left: -6px;
}
.new-review-panel .review-card-wrapper__navigator:hover .review-card-wrapper__navigator-icon-previous {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2239%22%20viewBox%3D%220%200%2016%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15%201L1%2019.5L15%2038%22%20stroke%3D%22%23ffffff%22%2F%3E %3C%2Fsvg%3E")
}
.new-review-panel .review-card-wrapper__navigator-icon-next {
    width: 16px;
    height: 37px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2239%22%20viewBox%3D%220%200%2016%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%201L15%2019.5L1%2038%22%20stroke%3D%22%23A49A9A%22%2F%3E %3C%2Fsvg%3E");
    margin-right: -4px;
}
.new-review-panel .review-card-wrapper__navigator:hover .review-card-wrapper__navigator-icon-next {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2239%22%20viewBox%3D%220%200%2016%2039%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%201L15%2019.5L1%2038%22%20stroke%3D%22%23ffffff%22%2F%3E %3C%2Fsvg%3E")
}

/*review rating details popup*/
.product-review-details-popup {
    width: 650px!important;
    height: 553px!important;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 30px;
}
.product-review-details-popup .new-review-panel {
    height: 100%;
    overflow-y: auto;
}

.product-review-details-popup .review-card-wrapper__card-container {
    margin: 0;
}
.product-review-details-popup .new-review-panel .review-card-wrapper__card {
    padding: 0;
    width: 100%;
}
.product-review-details-popup .new-review-panel .review-card-wrapper__card > * {
    padding-bottom: 20px;
}

.product-review-details-popup .new-review-panel .review-card-wrapper__card > .review-card-wrapper__uploaded-image-wrapper {
    padding-bottom: 0;
}

.product-review-details-popup .new-review-panel .review-card-wrapper__rating-and-date {
    border-width: 1px 0px;
    border-style: solid;
    border-color: #F2F2F2;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.product-review-details-popup .product-review-details-popup-close {
    height: 24px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%206L6%2018%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M6%206L18%2018%22%20stroke%3D%22%23585858%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/*======================================================
// review and rating widget
========================================================*/

/* ---------------------------
// layout composition
-----------------------------*/
.widget-productReviewRatting .main-container {
    /* @alternate */ display: -ms-grid;
    display: grid;
    /* @alternate */ -ms-grid-columns: 248px 108px 1fr;
    grid-template-columns: 248px 1fr;
    grid-column-gap: 108px;
}
/* layout composition:end */
.widget-productReviewRatting .page-initiator-container {
    overflow: hidden;
}
.widget-productReviewRatting h2.review-heading,
.widget-productReviewRatting .average-point {
    font-size: 38px;
    line-height: 50px;
}
.font_size_20 {
    font-size: 20px;
}
.widget-productReviewRatting .rating-row {
    font-size: 16px;
    line-height: 23px;
}
.widget-productReviewRatting .total-verified-buyers {
    font-size: 15px;
    line-height: 23px;
}
.widget-productReviewRatting h2.review-heading,
.widget-productReviewRatting .average-point {
    color: rgba(0,0,0,1);
}

.font_color_black_80,
.widget-productReviewRatting .star-label,
.widget-productReviewRatting .total-rating-count {
    color: rgba(0,0,0,.8)
}

.border_bottom,
.widget-productReviewRatting .total-verified-buyers,
.widget-productReviewRatting .single-review-block {
    border-bottom: 1px rgba(0,0,0, .10) solid;
}
.widget-productReviewRatting h2.review-heading {
    margin: 0;
    padding-bottom: 40px;
}
.widget-productReviewRatting .review-ratting-total-count {
    display: flex;
    align-items: center;
    gap: 12px;
}
.widget-productReviewRatting .total-verified-buyers {
    padding: 0 0 23px;
    margin: 10px 0 33px;
}

/*-----------------------------
// all rating block
------------------------------*/
.widget-productReviewRatting .rating-row {
    width: 100%;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.widget-productReviewRatting .rating-row + .rating-row {
    margin-top: 7px;
}
.widget-productReviewRatting .star-label {
    width: 46px;
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex-positive: 0;
    flex-grow: 0;
    /* @alternate */ -ms-flex-negative: 0;
    flex-shrink: 0;
}
.widget-productReviewRatting .total-rating-count {
    width: 43px;
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex-positive: 0;
    flex-grow: 0;
    /* @alternate */ -ms-flex-negative: 0;
    flex-shrink: 0;
}
.widget-productReviewRatting .rating-bar-wrapper {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex-positive: 1;
    flex-grow: 1;
    /* @alternate */ -ms-flex-negative: 1;
    flex-shrink: 1;
    height: 3px;
    background-color: rgba(0,0,0, .06);
    border-radius: 3px;
    position: relative;
    margin: 5px 15px 0;
}
.widget-productReviewRatting .rating-bar {
    display: block;
    position: absolute;
    height: 3px;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,1);
    border-radius: 10px;
}

/* ---------------------------
// write a review panel
-----------------------------*/
.widget-productReviewRatting .write-review-panel {
    margin-top: 50px;
}
.widget-productReviewRatting .write-review-panel .write-review {
    width: 100%;
}
.widget-productReviewRatting .write-review-panel input[type="text"],
.widget-productReviewRatting .write-review-panel textarea {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    width: 100%;
    border: 1px #dddd solid;
    margin: 0;
}
.widget-productReviewRatting .write-review-panel input[type="text"] {
    height: 32px;
    padding: 3px 10px;
}
.widget-productReviewRatting .write-review-panel textarea {
    height: 120px;
    padding: 5px 10px;
}
.widget-productReviewRatting .write-review-panel label {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    font-size: 15px;
    color: rgba(0,0,0,.8);
}
.widget-productReviewRatting .write-review-panel .form-row {
    margin: 0;
    padding: 0 0 15px;
}
.widget-productReviewRatting .write-review-panel .form-row.review-row label {
    display: none;
}
.widget-productReviewRatting .write-review-panel .form-row.btn-row {
    padding-bottom: 0;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    gap: 5px;
}
.widget-productReviewRatting .write-review-panel .form-row.btn-row button {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
/* --- write a review panel:end --- */

.widget-productReviewRatting .product-review-container {
    padding: 0;
    border: none;
    background: none;
}

/* ---------------------------
// single review block
-----------------------------*/
.widget-productReviewRatting .single-review-block {
    margin: 0;
    padding: 0 0 30px;
}
.widget-productReviewRatting .single-review-block + .single-review-block {
    margin-top: 30px;
}
.widget-productReviewRatting .review-head {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.widget-productReviewRatting .review-card-wrapper__reviewer-name {
    font-size: 16px;
    font-weight: 500;
}
.widget-productReviewRatting .review-date {
    font-size: 15px;
    color: rgba(0,0,0, .6);
}
.widget-productReviewRatting .reviewer-name-date-separator {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #000000;
}
.widget-productReviewRatting .review-card-wrapper__rating {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
}
.widget-productReviewRatting .review-card-wrapper__rating .average-point {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}
.widget-productReviewRatting .product-review-container .review-description {
    font-size: 16px;
    line-height: 23px;
    color: rgba(0,0,0, .80);
    margin-top: 12px;
}
.widget-productReviewRatting .verified-buyer-badge {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
}
.widget-productReviewRatting .verified-logo {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7%2014C3.14146%2014%200%2010.8585%200%207C0%203.14146%203.14146%200%207%200C10.8585%200%2014%203.14146%2014%207C14%2010.8585%2010.8585%2014%207%2014ZM7%201.19512C3.80732%201.19512%201.19512%203.80732%201.19512%207C1.19512%2010.1927%203.80732%2012.8049%207%2012.8049C10.1927%2012.8049%2012.8049%2010.1927%2012.8049%207C12.8049%203.80732%2010.1927%201.19512%207%201.19512Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.8%22%2F%3E %3Cpath%20d%3D%22M9.74892%205.1905C9.5099%204.95147%209.13429%204.95147%208.91234%205.1905L6.55624%207.5466L5.42941%206.41977C5.19039%206.18074%204.81478%206.18074%204.57575%206.41977C4.33673%206.65879%204.33673%207.0344%204.57575%207.27343L6.12941%208.82708C6.24892%208.9466%206.40258%208.99782%206.55624%208.99782C6.7099%208.99782%206.86356%208.9466%206.98307%208.82708L9.766%206.04416C9.98795%205.80513%209.98795%205.42952%209.74892%205.1905Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.8%22%2F%3E %3C%2Fsvg%3E");
}
.widget-productReviewRatting .verified-label {
    font-size: 15px;
    color: rgba(0,0,0, .6);
}
.widget-productReviewRatting .review-card-wrapper__thumbnail-image-wrapper {
    margin-top: 12px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0;
}
/* ---- single review block:end --- */

/* ---------------------------
// empty review
-----------------------------*/
.widget-productReviewRatting .empty-main-container {
    max-width: 650px;
    margin: 0 auto;
}
.widget-productReviewRatting .empty-review-message {
    text-align: center;
    font-size: 16px;
}
.widget-productReviewRatting .write-review-panel {
    margin-top: 30px;
}
/*--- empty review --- */

.review-list-pagination-ui img.review-card-wrapper__uploaded-image {
    width: 100px;
}
.widget-productReviewRatting .page-initiator-container {
    float: left;
}
.review-card-wrapper__inner .swiper-nav-wrapper {
    position: relative;
    height: 44px;
    margin-top: 20px;
}
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-prev,
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-next {
    bottom: 0;
    top: auto;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 1px #e3e3e3 solid;
    border-radius: 50%;
}
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-prev:hover,
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-next:hover {
    border: 1px #50D4AE solid;
}
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-prev {
    left: auto;
    right: 48px;
}
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-next {
    right: 0;
}

.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-prev:after,
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-next:after {
    color: #ddd;
    font-size: 18px;
}

.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-prev:hover:after,
.review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-next:hover:after {
    color: #50D4AE;
}
/* Tabular product view: stack the review count under the stars instead of
   inline. The default `.review-rating { display:inline-block }` + inline-block
   `.review-count` puts both on the same line, but the .name-column has a
   max-width of 230px and the count gets clipped/wrapped invisibly when the
   column compresses. Forcing the wrapper to flex-column keeps the count
   readable regardless of column width. */
.tabular-product-view .review-rating-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

@media(max-width: 767px) {
    .review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-prev:after,
    .review-card-wrapper__inner .swiper-nav-wrapper .swiper-button-next:after {
        font-size: 18px;
    }
}


.widget-snippet article,
.widget-snippet aside,
.widget-snippet details,
.widget-snippet figcaption,
.widget-snippet figure,
.widget-snippet footer,
.widget-snippet header,
.widget-snippet hgroup,
.widget-snippet main,
.widget-snippet menu,
.widget-snippet nav,
.widget-snippet section,
.widget-snippet summary {
    display: block;
}
.widget-snippet audio,
.widget-snippet canvas,
.widget-snippet progress,
.widget-snippet video {
    display: block;
    vertical-align: baseline;
}
.widget-snippet audio:not([controls]) {
    display: none;
    height: 0;
}
.widget-snippet [hidden],
.widget-snippet template {
    display: none;
}

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

.widget-snippet dfn {
    font-style: italic;
}

.widget-snippet sub,
.widget-snippet sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
.widget-snippet sup {
    top: -0.5em;
}
.widget-snippet sub {
    bottom: -0.25em;
}
.widget-snippet img {
    border: 0;
}
.widget-snippet svg:not(:root) {
    overflow: hidden;
}


.widget-snippet samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.widget-snippet button,
.widget-snippet input,
.widget-snippet optgroup,
.widget-snippet select,
.widget-snippet textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.widget-snippet button {
    overflow: visible;
}
.widget-snippet button,
.widget-snippet select {
    text-transform: none;
}
.widget-snippet button,
.widget-snippet  input[type="button"],
.widget-snippet input[type="reset"],
.widget-snippet input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.widget-snippet button[disabled],
.widget-snippet  input[disabled] {
    cursor: default;
}
.widget-snippet button::-moz-focus-inner,
.widget-snippet input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.widget-snippet input {
    line-height: normal;
}
.widget-snippet input[type="checkbox"],
.widget-snippet input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.widget-snippet input[type="number"]::-webkit-inner-spin-button,
.widget-snippet input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.widget-snippet input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.widget-snippet input[type="search"]::-webkit-search-cancel-button,
.widget-snippet input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.widget-snippet fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.widget-snippet legend {
    border: 0;
    padding: 0;
}
.widget-snippet textarea {
    overflow: auto;
}
.widget-snippet optgroup {
    font-weight: bold;
}
.widget-snippet table {
    border-collapse: collapse;
    border-spacing: 0;
}
.widget-snippet td,
.widget-snippet th {
    padding: 0;
}

.widget-snippet input,
.widget-snippet button,
.widget-snippet select,
.widget-snippet textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.widget-snippet img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
.widget-snippet hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .fee .widget-snippet .container {
        max-width: 1170px;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .widget.widget-snippet.pre-build-snippets .container{
        width: 100%;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.widget.widget-snippet .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.widget.widget-snippet.auto-container .container {
    width: auto;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.widget-snippet .hidden {
    display: none !important;
}
.affix {
    position: fixed;
}



/* ===================================
    Reset
====================================== */
.widget-snippet img {
    height: auto;
    max-width: 100%;
}

/*.widget-snippet p {*/
/*    font-size: 14px;*/
/*    margin: 14px 0;*/
/*    padding: 0;*/
/*}*/


.animated { -moz-transition-duration: 0s ;  }

/* only ie7, ie9, ie10, ie11 */
@media screen { input { /* ie7, ie9, ie10, ie11+ only */ padding-bottom: 19px; } }
/* Remove inner shadow from inputs on mobile iOS */

/* ===================================
    Typography
====================================== */

/* heading */

/* section title */
.section-title{ font-weight: 700; font-size: 20px;  padding: 0 0 100px 0;}
.tab-content .section-title { border: medium none; font-size: 40px; font-weight: 100; text-transform: none; margin:2% 0 0; padding:0}
.title-gray{ border:1px solid #b5b5b5; color:#b5b5b5}
.title-white{ border:1px solid #ffffff; color:#ffffff}

.banner-content { font-size:18px; line-height:28px;}
h1.page-title { margin:95px auto 0; width: 100%; }
.highlight-title { font-weight:100; color:#000; font-size:65px; }
.highlight-title span { font-weight:600}

/* different text size */
.widget-snippet .text-center, .text-center * {text-align: center;}
.widget-snippet .text-small { font-size:11px ; line-height:15px ;}
.widget-snippet .text-med{ font-size:14px ; line-height:26px ;}
.widget-snippet .text-large { font-size: 15px ;  line-height: 24px ; }
.widget-snippet .text-extra-large { font-size: 16px ; line-height: 28px ; font-weight: 100; }
.widget-snippet .text-extra-large strong { letter-spacing: 3px}
.widget-snippet .text-extra-large-normal { font-weight: normal ;}
.widget-snippet .title-small{ font-size:20px ; line-height:30px ;}
.widget-snippet .title-med{ font-size:24px ; line-height:34px ;}
.widget-snippet .title-large{ font-size:28px ; line-height:41px ;}
.widget-snippet .title-extra-large{ font-size:35px ; line-height:43px ;}
.widget-snippet .sub-title { font-size: 16px; margin: 10px auto 70px; text-align: center; width: 60%;}

@media (max-width: 767px) {
    .widget-snippet .title-extra-large {
        font-size: 26px;
        line-height: 36px;
    }

}
/* text color */
.widget-snippet .white-text, .widget-snippet.white-text *{ color:#FFF }
.light-gray-text{ color: #ababab}
.deep-gray-text { color: #464646 ; }
.deep-light-gray-text { color: #878787 ; }
.gray-text {  color:#7f7f7f }
.dark-gray-text { color:#373737 }
.title_color_1 { color:#ff971c; }
.title_color_2 { color:#373737 }


/* font weight */
.widget-snippet .font-weight-100 { font-weight:100 }
.widget-snippet .font-weight-400 { font-weight:400 }
.widget-snippet .font-weight-600 { font-weight:600 }
.widget-snippet .font-weight-700 { font-weight:700 }
.widget-snippet .font-weight-800 { font-weight:800 }

/* text property */
.text-transform-unset { text-transform:unset }
.text-decoration-underline { text-decoration:underline ; }
.word-wrap { word-wrap: break-word}
.text-transform-none {text-transform:none }

/* list*/
.circle-list {
    padding-left: 0px;
    list-style: none;
}

.circle-list li {
    margin-bottom: 10px;
    display: block;
}

.circle-list li:before {
    content:"\f10c";
    font-family: 'fontawesome';
    font-size: 14px;
    float: left;
    padding-right: 10px;
}

/*list half*/

.list-half li {
    width: 50%;
    float: left;
}
/* ===================================
    Icon
====================================== */


.extra-large-icon {font-size:60px ;}
.large-icon {font-size:50px ;}
.medium-icon { font-size:40px ; margin-bottom: 15px ; }
.small-icon { font-size:25px ;}
.extra-small-icon { font-size:18px ;}

/* ===================================
    Background color
====================================== */

.bg-white{ background: #fff ;}
.bg-yellow{ background: #e6af2a ; }
.bg-blue{ background: #0d8ccf ; }
.bg-deep-yellow{ background: #f7f5e7 ; }
.bg-golden-yellow{ background: #c3bd86 ; }
.bg-gray{ background: #f1f1f1 ; }
.bg-dark-gray{ background: #333 ; }
.bg-black { background: #000 }
.bg-image-1{ background: url("../images/bg1.jpg") no-repeat center center fixed;}
.bg-image-2{ background: url("../images/parallax-img25.jpg") no-repeat center center fixed;}

/* opacity */
.opacity-light{ position: absolute; height: 100%; width: 100%; opacity: 0.5; z-index: 1; top:0; left: 0 }
.opacity-medium{ position: absolute; height: 100%; width: 100%; opacity: 0.7; z-index: 1; top:0; left: 0 }

/* ===================================
    Custom
====================================== */

.center-col{ float:none ; margin-left:auto ; margin-right:auto }

/* separator */
.separator-line { height: 2px; width: 30px; margin:15px auto}
.separator-line-thick { height: 4px; margin: 15px auto; width: 30px; }
.separator-line-vertical { width:7px; height:80px; background-color:#fff; float:left; margin-right:90px;}
.slider-text .separator-line { margin:14% auto; height: 2px}
.thin-separator-line { height: 1px; width: 30px; margin:7% auto}
.vertical-separator { height:25px; width:25px; border-left:1px solid #000}
.wide-separator-line { height: 1px;  background-color:#e5e5e5; margin:5% 15px;}
.indicators-black .active { background-color: #000; border: 2px solid rgba(0, 0, 0, 1); }
.indicators-black li { border: 2px solid rgba(0, 0, 0, 1);}

/* margin */
.margin-10, .widget-snippet .margin-10 { margin:10px }
.widget-snippet .margin-20, .margin-20 { margin:20px  }
.widget-snippet .margin-30, .margin-30 { margin:30px }
.widget-snippet .margin-50, .margin-50 { margin:50px }
.widget-snippet .margin-60, .margin-60 { margin: 60px }
.widget-snippet .margin-70, .margin-70 { margin:70px ;}
.widget-snippet .margin-100, .margin-100 { margin:100px ;}
.widget-snippet .margin-130, .margin-130 { margin:130px ;}
.no-margin, .widget-snippet .no-margin{margin:0 }
.no-margin-lr, .widget-snippet .no-margin-lr { margin-left:0 ; margin-right:0 }
.no-margin-tb, .widget-snippet .no-margin-tb{ margin-top:0 ; margin-bottom:0 }
.no-margin-r, .widget-snippet .no-margin-r{ margin-right:0px ;}
.no-margin-t, .widget-snippet .no-margin-t{ margin-top:0 }
.no-margin-l, .widget-snippet .no-margin-l{ margin-left:0px ;}
.no-margin-b, .widget-snippet .no-margin-b{ margin-bottom:0 }

/* padding */
.padding-10, .widget-snippet .padding-10{ padding:10px }
.padding-20, .widget-snippet .padding-20 { padding:20px  }
.padding-30, .widget-snippet .padding-30 { padding:30px }
.padding-50, .widget-snippet .padding-50 { padding:50px }
.padding-60, .widget-snippet .padding-60 { padding: 60px }
.padding-70, .widget-snippet .padding-70 { padding:70px ;}
.padding-100, .widget-snippet .padding-100 { padding:100px ;}
.padding-130, .widget-snippet .padding-130 { padding:130px ;}
.no-padding, .widget-snippet .no-padding {padding:0 }
.no-padding-lr, .widget-snippet .no-padding-lr { padding-left:0 ; padding-right:0 }
.no-padding-tb, .widget-snippet .no-padding-tb { padding-top:0 ; padding-bottom:0 }
.no-padding-r, .widget-snippet .no-padding-r{ padding-right:0px ;}
.no-padding-t, .widget-snippet .no-padding-t { padding-top:0 }
.no-padding-l, .widget-snippet .no-padding-l { padding-left:0px ;}
.no-padding-b, .widget-snippet .no-padding-b { padding-bottom:0 }

/* float */
.f-left { float:left }
.f-right{ float:right }
.no-float { float:none ;}

/* other col size */
.col-large {width:90%;}
.col-medium {width:85%;}
.col-small{ width:75%;}
.col-extra-small{ width:70%; }

/* display */
.display-block { display: block }
.overflow-hidden{ overflow: hidden }
.overflow-hidden-mobile{ position:fixed ; overflow: hidden }
.display-inline-block { display: inline-block }
.display-inline { display: inline }
.display-none { display: none }

/* position */
.position-relative{ position: relative ; z-index: 5 }
.position-absolute {position: absolute ;}
.position-right { right:0 ; }
.position-left { left:0 ; }
.position-top { top:0 ; }

/* width */
.width { display: inline-block; position: relative; width: 90%; }
.width-20 { width:20% ;}
.width-30 { width:30% ;}
.width-40 { width:40% ;}
.width-50 { width:50% ;}
.width-60 { width:60% ;}
.width-70 { width:70% ;}
.width-80 { width:80% ;}
.width-90 { width:90% ;}
.width-100 { width:100% ;}
.width-auto { width: auto }

/* height */
.height-100 { height: 100% }
.height-auto { height:auto }

.clear-both{ clear:both}
.roundedimage { border-radius: 100%}
.vertical-align-middle { vertical-align: middle ;}
.no-box-shadow { box-shadow:none }
p.uppercase { text-transform:uppercase ;}
p.uppercase a { text-decoration:underline ;}
p.uppercase a:hover { text-decoration: none;}
.line-break { display:block ;}
.z-index-1 {z-index:1 ;}
.z-index-0 {z-index:0 ;}
.no-transition * { transition-timing-function: none; -moz-transition-timing-function: none; -webkit-transition-timing-function: none; -o-transition-timing-function: none; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; }

/* button */
.widget-snippet .btn{
    font-size: 13px;
    font-weight: 600 ;
    margin-top: 25px;
    padding: 8px 30px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}
.widget-snippet .btn-large{     padding: 15px 40px; font-size: 16px; }
.widget-snippet a.btn-white {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-bottom: 3px solid #f5d41f;
    border-right: 3px solid #f5d41f;
    color: #000 ;
}

.widget-snippet a.btn-outline {
    border: 2px solid #444;
    color: #000 ;
}
.widget-snippet a.btn-outline-white {
    border: 2px solid #fff;
    color: #fff ;
}

/*grid padding bottom*/
@media (max-width: 767px) {
    .xs-padding-bottom {
        padding-bottom: 15px;
    }
    .xs-padding-top {
        padding-top: 15px;
    }
    .xs-padding-top-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 991px) {
    .sm-padding-bottom {
        padding-bottom: 15px;
    }
    .sm-padding-top {
        padding-top: 15px;
    }
    .sm-padding-top-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 1199px) {
    .md-padding-bottom {
        padding-bottom: 15px;
    }
    .md-padding-top {
        padding-top: 15px;
    }
    .md-padding-top-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.lg-padding-bottom {
    padding-bottom: 15px;
}
.lg-padding-top {
    padding-top: 15px;
}
.lg-padding-top-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Section padding*/
@media (max-width: 991px) {
    .widget-snippet .sm-padding-tb-100 {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .widget-snippet .sm-padding-lr-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .widget-snippet .sm-padding-tb-100 {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .widget-snippet .sm-padding-lr-100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.empty-snippet-content-state{
    min-height: 10px;
    width: 100%;
    display: inline-block;
}



/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-slider .slide-loading {
    background: url(../images/icon/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}
#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(/wc/7.0.0/plugins/swipe-box-slider/images/icon/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
    box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
    box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}
/*------------Skin-------------*/
#swipebox-overlay {
    background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95;
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

/*================== Swipbox slider ==================*/
.swipe-image-wrap .box-container {
    font-size: 0;
    margin: 0 -10px;
    padding: 0;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    display: inline-block;
    list-style: outside none none;
    padding: 10px;
}
.swipe-image-wrap .swipebox {
    display: block;
}
.swipe-image-wrap .swipe-image {
    width: 100%;
}
.swipebox-container .pagination {
    margin-top: 20px;
    float: none;
}
/*small device*/
@media (max-width: 767px) {
    .swipe-image-wrap li.box {
        width: 50%;
    }
}
/*effect*/
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s linear 0.1s;
    -moz-transition: all 0.3s linear 0.1s;
    -ms-transition: all 0.3s linear 0.1s;
    -o-transition: all 0.3s linear 0.1s;
    transition: all 0.3s linear 0.1s;

}
.swipe-image-wrap .swipebox:hover::after {
    opacity: 1;
}
.swipe-image-wrap .swipebox::before {
    bottom: 0;
    color: #a1a0a0;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 30px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    -moz-transition: all 0.2s ease-in-out 0.2s;
    -ms-transition: all 0.2s ease-in-out 0.2s;
    -o-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
    width: 40px;
    z-index: 10;
}
.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);
}
.swipeBoxSlider .swipe-box-tab-header {
    display: flex;
    margin-bottom: 20px;
}

.swipeBoxSlider .swipe-box-tab-header .tag-image {
    font-size: 18px;
    border: 1px #dadada solid;
    background: none;
    color: #333;
    margin-right: 15px;
    padding: 10px 25px;
    transition: all 300ms ease-out 0s;
}
.swipeBoxSlider .swipe-box-tab-header .tag-image:hover,
.swipeBoxSlider .swipe-box-tab-header .tag-image.active {
    font-size: 18px;
    border: 1px #000000 solid;
    background-color: #000000;
    color: #ffffff;
    margin-right: 15px;
    padding: 10px 25px;
}

/* swipBox pdf */
.swipe-asset-wrap {
    overflow: hidden;
}

.swipe-asset-item-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.swipe-asset-wrap .item {
    padding: 16px;

}

.swipe-asset-wrap .item .item-inner {
    width: 100%;
    background-color: #f6f6f6;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 300px;
}
.swipe-asset-wrap .item .item-inner img {
    max-width: 100%;
    max-height: 600px;
}
.swipe-asset-wrap .item .item-inner .no-thumb {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M22%2024h-20v-24h14l6%206v18zm-7-23h-12v22h18v-16h-6v-6zm3%2015v1h-12v-1h12zm0-3v1h-12v-1h12zm0-3v1h-12v-1h12zm-2-4h4.586l-4.586-4.586v4.586z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    font-size: 0;
    background-size: 100px 100px;
}
.swipe-asset-wrap .item .caption-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    border: 1px #e5e5e5 solid;
    align-items: center;
    flex: 1 1 auto;
}
.swipe-asset-wrap .item .caption {
    font-size: 16px;
    font-weight: 600;
    /* @alternate */max-width: calc(100% - 50px);
    overflow: hidden;
}

.swipe-asset-wrap .item .pdf-icon {
    cursor: pointer;
    content: "";
    height: 22px;
    width: 22px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2221%22%20height%3D%2222%22%20viewBox%3D%220%200%2021%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M4.8746%209.18312V1.01056C4.8746%200.789301%205.05454%200.609375%205.27578%200.609375H15.396C15.5068%200.609375%2015.6067%200.654323%2015.6796%200.72691L19.8825%204.92975C19.9606%205.00787%2020%205.11071%2020%205.21341V21.0621C20%2021.2834%2019.8201%2021.4633%2019.5988%2021.4633H5.27579C5.05454%2021.4633%204.87461%2021.2834%204.87461%2021.0621V17.4755H1.40118C1.17993%2017.4755%201%2017.2956%201%2017.0744V9.58402C1%209.36276%201.17994%209.18284%201.40118%209.18284H4.87461L4.8746%209.18312ZM15.7977%201.97952L15.8057%205.03476H18.8529L15.7977%201.97952ZM19.1977%205.83716H15.4071C15.1868%205.83527%2015.0077%205.6562%2015.0077%205.43598L14.9973%201.41151H5.67624V9.18301H13.8026C14.0239%209.18301%2014.2038%209.36295%2014.2038%209.58419V17.0745C14.2038%2017.2958%2014.0239%2017.4757%2013.8026%2017.4757H5.67624V20.6611H19.1968V5.83723L19.1977%205.83716ZM13.4017%209.98563H1.80238V16.6735H13.4017V9.98563Z%22%20fill%3D%22%23FF6F61%22%20stroke%3D%22%23FF6F61%22%20stroke-width%3D%220.5%22%2F%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.2941%2012.1948V12.9533H11.8529V13.6188H10.2941V15.1264H9.57822V11.5293H12.0939V12.1948L10.2941%2012.1948Z%22%20fill%3D%22%23FF6F61%22%2F%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.20479%2015.1264V11.5293H7.48709C7.6855%2011.5293%207.91534%2011.5345%208.10954%2011.5805C8.31087%2011.6269%208.49605%2011.7126%208.65432%2011.8467C8.85376%2012.0163%208.99486%2012.2271%209.08768%2012.4711C9.18863%2012.7383%209.22689%2013.0257%209.22689%2013.31C9.22689%2013.5482%209.20129%2013.7912%209.13263%2014.02C9.0772%2014.2047%208.99953%2014.388%208.88577%2014.5452C8.79253%2014.6741%208.68066%2014.7911%208.54756%2014.8796C8.41403%2014.9682%208.2639%2015.0283%208.10795%2015.0663C7.92321%2015.1112%207.73005%2015.1265%207.5405%2015.1265H6.20468L6.20479%2015.1264ZM6.9215%2014.4609H7.4913C7.63909%2014.4609%207.82194%2014.4533%207.96349%2014.4069C8.05208%2014.378%208.14023%2014.3349%208.20598%2014.2682C8.30636%2014.1678%208.37181%2014.0341%208.41589%2013.901C8.47742%2013.7115%208.4959%2013.5013%208.4959%2013.3027C8.4959%2013.0682%208.46942%2012.777%208.34534%2012.5723C8.26155%2012.435%208.15114%2012.3128%207.99811%2012.2536C7.85977%2012.1996%207.62717%2012.1948%207.47996%2012.1948H6.92152L6.9215%2014.4609Z%22%20fill%3D%22%23FF6F61%22%2F%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.8267%2013.7721V15.1264H3.10999V11.5293H4.50211C4.67405%2011.5293%204.86068%2011.5335%205.03072%2011.5629C5.19553%2011.5913%205.35758%2011.6439%205.49636%2011.7401C5.63368%2011.8343%205.73551%2011.9641%205.80853%2012.1129C5.8881%2012.2735%205.92316%2012.4469%205.92316%2012.626C5.92316%2012.9333%205.82555%2013.2081%205.6171%2013.4345C5.35657%2013.7173%204.90374%2013.7722%204.5405%2013.7722H3.8267L3.8267%2013.7721ZM3.8267%2013.1062H4.5472C4.70067%2013.1062%204.93937%2013.09%205.06115%2012.9825C5.16152%2012.8931%205.19323%2012.7703%205.19323%2012.6391C5.19323%2012.5391%205.17185%2012.4439%205.11322%2012.362C5.06202%2012.291%204.99714%2012.2421%204.91234%2012.2194C4.81429%2012.1929%204.64002%2012.1948%204.53819%2012.1948H3.82673L3.8267%2013.1062Z%22%20fill%3D%22%23FF6F61%22%2F%3E %3C%2Fsvg%3E");
}

.swipe-asset-wrap .item embed html body{
    overflow: hidden;
}

.swipe-asset-wrap .item iframe {
    overflow: hidden;
    width: 243px;
}

.fee-gallery-swipebox .swipe-image-wrap .box .swipe-image,
.fee-gallery-swipebox .swipe-image-wrap .box .swipe-video{
    overflow: hidden;
    display: block;
    height: auto;
    position: relative;
    width: 100%;
    object-fit: contain;
    aspect-ratio: 177 / 125;
}

.fee-gallery-swipebox .swipe-image-wrap .box .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0,  0.34);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.fee-gallery-swipebox .swipe-image-wrap .box .play-button::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.fee-gallery-swipebox .swipe-image-wrap .box:hover .play-button {
    opacity: 0.2;
}

.fee-gallery-swipebox .swipe-image-wrap .box {
    position: relative;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.widget-owlCarousel .owl-carousel .owl-item img {
    display: revert;
    width: revert;
    -webkit-transform-style: revert;
    transform-style: revert;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.widget-owlCarousel .owl-carousel .owl-item img {
    display: revert;
    width: revert;
    -webkit-transform-style: revert;
    transform-style: revert;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
.fee .owl-theme .owl-controls{
    pointer-events: none;
}

.fee-gallery-owl .owl-carousel .owl-item img,
.fee-gallery-owl .owl-carousel .owl-item video.owl-carousel-video {
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.widget-sectionSlider{overflow:hidden}.widget-sectionSlider .slidable-sections{width:100%;display:inline-block;vertical-align:top}

/*Widget Youtube Start*/
.widget-youtube .video {
    position: relative;
}
.widget-youtube .video iframe {
    max-width: 100%;
}
.widget-youtube .video .wc-video-container {
    position: relative;
    display: block;
    max-width: 100%;
    vertical-align: top;
}
.widget-youtube .video button.play-pause-btn {
    background: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px;
    text-indent: -99999999px;
    font-size: 0px;
    transition: all ease-in-out .2s;
}
.widget-youtube .video button.play-pause-btn:before  {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: block;
    background: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.66667 18.0512L18.0512 12.6666L9.66667 7.28207V18.0512ZM12.6689 25.3333C10.917 25.3333 9.27024 25.0008 7.72873 24.3359C6.1872 23.671 4.84629 22.7687 3.706 21.6289C2.56569 20.4891 1.66294 19.1488 0.997767 17.608C0.332589 16.0671 0 14.4208 0 12.6689C0 10.917 0.332445 9.27024 0.997334 7.72873C1.66222 6.1872 2.56456 4.84629 3.70433 3.706C4.84413 2.56569 6.18446 1.66295 7.7253 0.997768C9.26612 0.33259 10.9125 0 12.6644 0C14.4163 0 16.063 0.332446 17.6045 0.997335C19.1461 1.66222 20.487 2.56456 21.6273 3.70433C22.7676 4.84413 23.6703 6.18446 24.3355 7.7253C25.0007 9.26612 25.3333 10.9125 25.3333 12.6644C25.3333 14.4163 25.0008 16.063 24.3359 17.6045C23.671 19.1461 22.7687 20.487 21.6289 21.6273C20.4891 22.7676 19.1488 23.6703 17.608 24.3355C16.0671 25.0007 14.4208 25.3333 12.6689 25.3333ZM12.6666 23.3333C15.6444 23.3333 18.1666 22.3 20.2333 20.2333C22.3 18.1666 23.3333 15.6444 23.3333 12.6666C23.3333 9.68886 22.3 7.16663 20.2333 5.09997C18.1666 3.0333 15.6444 1.99997 12.6666 1.99997C9.68886 1.99997 7.16663 3.0333 5.09997 5.09997C3.0333 7.16663 1.99997 9.68886 1.99997 12.6666C1.99997 15.6444 3.0333 18.1666 5.09997 20.2333C7.16663 22.3 9.68886 23.3333 12.6666 23.3333Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    width: 100%;
    height: 100%;
    transition: all ease-in-out .2s;
}
.widget-youtube .video button.play-pause-btn:hover:before  {
    opacity: 0.8;
}
.widget-youtube .video button.play-pause-btn.pause{
    display: none;
}

.widget-youtube .video video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: block;
}
/*Widget Youtube End*/

.ask-question-panel .form-row label {
    width: 105px;
}
.ask-question-panel .form-row textarea {
    height: 150px;
    width: 300px;
}


.custom-file.form-section-container .tool-icon.remove {
    background-position: -688px 0;
}


/* --- custom field form design --- */

.custom-field-container-for-widget input,
.custom-field-container-for-widget select {
    margin: 0;
}
.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget input[type="file"],
.custom-field-container-for-widget textarea,
.custom-field-container-for-widget select {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    width: 100%
}
.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget textarea,
.custom-field-container-for-widget select {
    border: 1px rgba(0, 0, 0, 0.3) solid;
    font-size: 14px;
    color: #000;
}

.custom-field-container-for-widget input[type="text"]::-webkit-input-placeholder,
.custom-field-container-for-widget textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.custom-field-container-for-widget input[type="text"]::-moz-placeholder,
.custom-field-container-for-widget textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.custom-field-container-for-widget input[type="text"]:-ms-input-placeholder,
.custom-field-container-for-widget textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.custom-field-container-for-widget input[type="text"]:-moz-placeholder,
.custom-field-container-for-widget textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.custom-field-container-for-widget input[type="text"],
.custom-field-container-for-widget select {
    height: 45px;
}
.custom-field-container-for-widget input[type="text"] {
    padding: 5px 15px;
}
.custom-field-container-for-widget textarea {
    height: 127px;
    padding: 10px 15px;
}
.custom-field-container-for-widget select {
    padding: 5px 36px 5px 15px;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%227%22%20viewBox%3D%220%200%209%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.50577%204.09227L1.10039%200.5L-5.61766e-07%201.76115L4.50578%206.5L9%201.76115L7.89961%200.5L4.50577%204.09227Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E") no-repeat right 15px center;
}
.custom-field-container-for-widget select[multiple] {
    height: auto;
    background: none;
    padding: 15px;
}
.custom-field-container-for-widget input[type="radio"],
.custom-field-container-for-widget input[type="checkbox"] {
    /* @alternate */ -webkit-appearance: none;
    /* @alternate */ -moz-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    border: 1px rgba(0, 0, 0, 0.3) solid;
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex-positive: 0;
    flex-grow: 0;
    /* @alternate */ -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 3px;
}
.custom-field-container-for-widget input[type="radio"] {
    border-radius: 50%;
}
.custom-field-container-for-widget input[type="checkbox"] {
    border-radius: 3px;
}
.custom-field-container-for-widget input[type="radio"]:checked {
    outline: 6px #000 solid;
    outline-offset: -10px;
}
.custom-field-container-for-widget input[type="checkbox"]:checked {
    border: 1px #000 solid;
    background: #000 url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%229%22%20viewBox%3D%220%200%2011%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.3538%201.75495L10.3538%201.75496L4.46532%208.29295C4.46532%208.29295%204.46532%208.29296%204.46531%208.29296C4.21698%208.56865%203.83092%208.56875%203.58248%208.29326C3.58239%208.29316%203.5823%208.29305%203.5822%208.29295L0.645086%205.0036L0.644505%205.00295C0.385165%204.71503%200.385165%204.24258%200.644505%203.95466C0.892891%203.6789%201.27906%203.67885%201.5275%203.95452C1.52754%203.95456%201.52758%203.95461%201.52762%203.95466L3.88799%206.58634L4.03653%206.75196L4.18546%206.58669L9.4838%200.706686L9.48383%200.706658C9.7318%200.431354%2010.1171%200.430854%2010.3656%200.705158C10.6138%200.993894%2010.613%201.46725%2010.3538%201.75495Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%220.4%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
}
.custom-field-container-for-widget input[type="file"] {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}
.custom-field-container-for-widget input[type="file"]::file-selector-button {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    margin-right: 14px;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 300ms ease-out 0s;
}
.custom-field-container-for-widget input[type="file"]::-ms-browse:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.custom-field-container-for-widget input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.custom-field-container-for-widget input[type="file"]::file-selector-button:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}
.custom-field-container-for-widget .form-row {
    margin: 0;
    padding-bottom: 26px;
}
.custom-field-container-for-widget .form-row:last-child,
.custom-field-container-for-widget .form-row .form-row {
    padding-bottom: 0;
}
.custom-field-container-for-widget .form-row label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    padding-bottom: 5px;
    word-break: break-word;
    width: 100%;
}
.custom-field-container-for-widget .form-row label.checkbox-radio-type-field-label {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding: 0;
}

.custom-field-container-for-widget .checkbox-radio-field-input-label-wrapper {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    gap: 0 12px;
}
.custom-field-container-for-widget .checkbox-radio-field-input-label-wrapper + .checkbox-radio-field-input-label-wrapper {
    margin-top: 10px;
}

.custom-field-container-for-widget .custom-file .form-row {
    padding: 0;
}
.custom-field-container-for-widget .chosen-container-multi.custom-select-dropdown {
    width: 100%;
}
.custom-field-container-for-widget .chosen-container-multi .chosen-choices li.search-choice {
    margin: 7px 7px 7px 0;
}
.custom-field-container-for-widget .chosen-container-multi .chosen-choices {
    border: 1px rgba(0, 0, 0, 0.3) solid;
    border-radius: 0;
    min-height: 45px;
    line-height: 36px;
}

.post-purchase-offer-view {
    display               : -ms-grid;
    display               : grid;
    -ms-grid-columns      : 50% 50%;
    grid-template-columns : 50% 50%;
}

.post-purchase-offer-view .post-purchase-left-panel {
    padding-right : 30px;
}

.post-purchase-offer-view .post-purchase-image-wrapper {
    text-align : center;
}

.post-purchase-image-wrapper img {
    max-width : 100%;
}

.post-purchase-offer-view .offer-image-bottom-row {
    text-align : center;
    padding    : 30px 0;
}

.post-purchase-offer-view .post-purchase-product-name,
.post-purchase-offer-view .offer-countdown-title,
.post-purchase-offer-view .offer-countdown-watch {
    font-family : 'Source Sans Pro';
}

.post-purchase-offer-view .post-purchase-product-name {
    font-weight    : 600;
    font-size      : 24px;
    line-height    : 30px;
    color          : #000000;
    padding-bottom : 15px;
}

.post-purchase-offer-view .offer-countdown-title {
    font-style     : normal;
    font-weight    : 400;
    font-size      : 17px;
    line-height    : 21px;
    text-align     : center;
    color          : #5C5C5C;
    padding-bottom : 5px;
}

.post-purchase-offer-view .offer-countdown-watch {
    font-weight : 600;
    font-size   : 17px;
    line-height : 21px;
    color       : #000000;
}

.post-purchase-offer-view .post-purchase-right-panel {
    padding-left : 30px;
}

.offer-config-header {
    padding-bottom : 30px;
}

.post-purchase-offer-view .offer-config-title {
    font-family    : 'Source Sans Pro';
    font-weight    : 600;
    font-size      : 26px;
    line-height    : 32px;
    color          : #000000;
    padding-bottom : 10px;
}

.post-purchase-offer-view .offer-config-sub-title {
    font-family : 'Source Sans Pro';
    font-weight : 400;
    font-size   : 17px;
    line-height : 21px;
    color       : #767676;
}

.post-purchase-offer-view .offer-sub-title-tag {
    font-family : 'Source Sans Pro';
    font-weight : 600;
    font-size   : 17px;
    line-height : 21px;
    color       : #1198C5;
    display     : inline-block;
}

.post-purchase-offer-view .offer-sub-title-tag:before {
    content          : "";
    display          : inline-block;
    height           : 5px;
    width            : 5px;
    border-radius    : 50%;
    background-color : #D9D9D9;
    vertical-align   : middle;
    margin           : 0 10px;
}

.post-purchase-offer-view .purchase-offer-quantity {
    padding-bottom : 35px;
}

.post-purchase-offer-view .purchase-offer-quantity .quantity-title {
    font-family    : 'Source Sans Pro';
    font-weight    : 400;
    font-size      : 14px;
    line-height    : 18px;
    color          : #575757;
    padding-right  : 10px;
    display        : block;
    padding-bottom : 7px;
}

.post-purchase-offer-view .purchase-offer-quantity .stepper {
    float  : none;
    margin : 0;
    width  : 100%;
}

.post-purchase-offer-view .purchase-offer-product-price {
    font-family    : 'Source Sans Pro';
    font-weight    : 700;
    font-size      : 28px;
    line-height    : 32px;
    color          : #1198C5;
    padding-bottom : 30px;

}

.post-purchase-offer-view .purchase-offer-product-discount-price,
.post-purchase-offer-view .purchase-offer-product-tax,
.post-purchase-offer-view .purchase-offer-product-subtotal-price {
    border-bottom : 1px #E7E7E7 solid;
    padding       : 12px 0;

}

.post-purchase-offer-view .purchase-offer-product-total {
    padding-top : 12px;
}

.post-purchase-offer-view .purchase-offer-product-discount-price,
.post-purchase-offer-view .purchase-offer-product-tax,
.post-purchase-offer-view .purchase-offer-product-subtotal-price,
.post-purchase-offer-view .purchase-offer-product-total {
    font-family : 'Source Sans Pro';
    font-weight : 400;
    font-size   : 16px;
    line-height : 20px;
    color       : #000000;
    display     : -webkit-box;
    display     : -ms-flexbox;
    display     : flex;
}

.post-purchase-offer-view .purchase-offer-product-discount-price span:not([class]),
.post-purchase-offer-view .purchase-offer-product-tax span:not([class]),
.post-purchase-offer-view .purchase-offer-product-subtotal-price span:not([class]),
.post-purchase-offer-view .purchase-offer-product-total span:not([class]) {
    -webkit-box-flex : 1;
    -ms-flex         : 1 1 auto;
    flex             : 1 1 auto;
    color            : #5C5C5C;
}

.post-purchase-offer-parent-panel .purchase-offer-button-bottom-row {
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-pack : center;
    -ms-flex-pack    : center;
    justify-content  : center;
    background       : #F3F7FB;
    padding          : 17px 5px;
    margin-top       : 30px;
}

.post-purchase-offer-parent-panel .purchase-offer-button-bottom-row span {
    font-family    : 'Source Sans Pro';
    font-weight    : 600;
    font-size      : 15px;
    line-height    : 19px;
    text-align     : center;
    text-transform : uppercase;
    color          : #FFFFFF;
    padding        : 8px 26px;
    border-radius  : 3px;
    cursor         : pointer;
}

.post-purchase-offer-parent-panel .purchase-offer-button-bottom-row span ~ span {
    margin-left : 5px;
}

.post-purchase-offer-parent-panel .purchase-offer-button-bottom-row span:hover {
    -webkit-box-shadow : 100px 100px 100px 0 rgba(0, 0, 0, .1) inset;
    box-shadow         : 100px 100px 100px 0 rgba(0, 0, 0, .1) inset;
}

.post-purchase-offer-parent-panel .purchase-offer-button-bottom-row .purchase-offer-buy-button {
    background-color : #1198C5;
}

.post-purchase-offer-parent-panel .purchase-offer-button-bottom-row .purchase-offer-decline-button {
    background-color : #DC3545;
}

.price-before-discount {
    color           : #9a9a9a;
    text-decoration : line-through;
    margin-left     : 10px;
}

.purchase-offer-product-price {
    display : flex;
}

.purchase-offer-product-property-selection .variation-dropdown-container .variation-type label {
    padding-bottom : 7px;
    font-family    : 'Source Sans Pro';
    font-weight    : 400;
    font-size      : 14px;
    line-height    : 18px;
    color          : #575757;
    display        : block;
}

.purchase-offer-product-property-selection .combind-product-variation.variation-container .chosen-container {
    width       : 100%;
    margin-left : 0;
}

.purchase-offer-product-property-selection .variation-type.color.select .chosen-single .variation-value {
    vertical-align : -5px;
}


.post-purchase-offer-parent-panel .post-purchase-offer-timer {
    display: flex;
    justify-content: center;
}

.post-purchase-offer-parent-panel .offer-countdown-watch {
    margin-left: 6px;
}

.post-purchase-offer-timer.hidden-post-purchase-offer-time {
    display: none;
}

.custom-type-of-split-order {
    margin: 10px 0;
}

.custom-type-of-split-order .header {
    background: #F4F4F4;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-type-of-split-order .header:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.0232%2010.9871L3.22131%205L1.02338%207.10191L10.0232%2015L19%207.10191L16.8021%205L10.0232%2010.9871Z%22%20fill%3D%22black%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.custom-type-of-split-order .header.expand:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.0002%209.01288L16.8021%2015L19.0001%2012.8981L10.0002%205L1.02344%2012.8981L3.22137%2015L10.0002%209.01288Z%22%20fill%3D%22black%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22%2F%3E %3C%2Fsvg%3E");
}
.advance.checkout-page .custom-type-of-split-order .header .title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.advance-checkout-order-details-right-dom .custom-type-of-split-order .check-out-total {
    padding-bottom: 0;
}
.advance-checkout-order-details-right-dom .custom-type-of-split-order .image img {
    max-height: 110px;
    max-width: 110px;
}

.advance-checkout-order-details-right-dom .custom-type-of-split-order .image {
    padding: 0;
    border: none;
}

.advance-checkout-order-details-right-dom .custom-type-of-split-order .cart-item {
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    align-items: center;
}

.advance-checkout-order-details-right-dom .custom-type-of-split-order .cart-item:last-child {
    border: none;
}

.custom-type-of-split-order .customer-addresses {
    border: 1px solid rgba(0, 0, 0, 0.11);
    display: flex;
    padding: 15px;
    margin-bottom: 30px;
}

.custom-type-of-split-order .address-wrapper {
    width: 50%;
}

.custom-type-of-split-order .address-wrapper:first-child {
    padding-right: 30px;
    border-right: 1px #D9D9D9 solid;
}

.custom-type-of-split-order .address-wrapper:last-child {
    padding-left: 30px;
}

.custom-type-of-split-order .split-order-address-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.custom-type-of-split-order .address-type-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.custom-type-of-split-order .edit-split-order-address {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0_17_1704%29%22%3E %3Cpath%20d%3D%22M7.33301%202.66666H2.66634C2.31272%202.66666%201.97358%202.80713%201.72353%203.05718C1.47348%203.30723%201.33301%203.64637%201.33301%203.99999V13.3333C1.33301%2013.6869%201.47348%2014.0261%201.72353%2014.2761C1.97358%2014.5262%202.31272%2014.6667%202.66634%2014.6667H11.9997C12.3533%2014.6667%2012.6924%2014.5262%2012.9425%2014.2761C13.1925%2014.0261%2013.333%2013.6869%2013.333%2013.3333V8.66666%22%20stroke%3D%22%23505050%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12.333%201.66665C12.5982%201.40144%2012.9579%201.25244%2013.333%201.25244C13.7081%201.25244%2014.0678%201.40144%2014.333%201.66665C14.5982%201.93187%2014.7472%202.29158%2014.7472%202.66665C14.7472%203.04173%2014.5982%203.40144%2014.333%203.66665L7.99967%209.99999L5.33301%2010.6667L5.99967%207.99999L12.333%201.66665Z%22%20stroke%3D%22%23505050%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0_17_1704%22%3E %3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    font-size: 0;
    cursor: pointer;
}

.split-order-billing-address .name,
.split-order-shipping-address .name {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 5px;
}

.split-order-billing-address .address-line-1,
.split-order-billing-address .address-line-2,
.split-order-shipping-address .address-line-1,
.split-order-shipping-address .address-line-2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #515151;
}
.edit-split-address-popup.popup {
    background-color: #ffffff;
    padding: 45px 35px;
    max-width: 800px!important;
    border-radius: 5px;
    width: calc(100% - 40px) !important;
    min-width: auto;
}
.edit-split-address-popup.popup .header {
    background: none;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: 2px solid #E6E6E6;
}

.edit-split-address-popup.popup .header .title-area {
    position: relative;
    padding-right: 50px;
}

.edit-split-address-popup.popup .header .split-address-popup-title {
    font-size: 24px;
    font-weight: 600;
}

.edit-split-address-popup.popup .header .split-order-popup-close {
    font-size: 0;
    height: 22px;
    width: 22px;
    position: absolute;
    right: -15px;
    top: -25px;
    cursor: pointer;
}

.edit-split-address-popup.popup .header .split-order-popup-close:before,
.edit-split-address-popup.popup .header .split-order-popup-close:after {
    content: "";
    position: absolute;
    background-color: #9b9a9a;
    height: 22px;
    width: 2px;
    left: 10px;
    top: 0;
}
.edit-split-address-popup.popup .header .split-order-popup-close:before {
    transform: rotate(45deg);
}
.edit-split-address-popup.popup .header .split-order-popup-close:after {
    transform: rotate(-45deg);
}

.edit-split-address-popup.popup .edit-billing-address,
.edit-split-address-popup.popup .edit-shipping-address {
    display: flex;
    flex-wrap: wrap;
}
.edit-split-address-popup.popup .form-row.two-column {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.edit-split-address-popup.popup .form-row.two-column .form-row {
    margin-bottom: 0;
}
.edit-split-address-popup.popup .form-row {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
}
.edit-split-address-popup.popup .form-row .errorlist.after {
    position: relative;
    left: inherit;
    bottom: inherit;
}
.edit-split-address-popup.popup  .form-row label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.edit-split-address-popup.popup input,
.edit-split-address-popup.popup select {
    width: 100%;
    margin: 0;
    border: 2px #cdcdcd solid;
    font-size: 16px;
    border-radius: 3px;
    height: 46px;
    padding: 10px 15px;
}
.edit-split-address-popup.popup select {
    appearance: none;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.00641 3.59227L1.22266 -3.8367e-07L-5.51266e-08 1.26115L5.00643 6L10 1.26115L8.77734 -5.34442e-08L5.00641 3.59227Z" fill="black"/></svg>');
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 13px);
    padding-right: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: inherit;
}
.edit-split-address-popup.popup input.validation-error, .edit-split-address-popup.popup select.validation-error {
    background-color: transparent;
    border-color:  #FF0000;
    color: #FF0000;
}
.edit-split-address-popup.popup .popup-bottom {
    padding: 30px 0 0;
    background: none;
    border-top: 2px solid #E6E6E6;
    margin: 15px 0 0 0;
}
.edit-split-address-popup.popup .popup-bottom .button-item {
    display: flex;
    justify-content: center;
}

.edit-split-address-popup.popup .close-split-address-popup,
.edit-split-address-popup.popup .update-split-order {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 200px;
    padding: 14px 20px;
    border: 2px #000000 solid;
    height: auto;
    text-align: center;
    border-radius: 3px;
    margin: 0 5px;
    cursor: pointer;
    transition: all 300ms ease-out 0s;
}


.edit-split-address-popup.popup .close-split-address-popup {
    color: #000000;
}

.edit-split-address-popup.popup .close-split-address-popup:hover {
    background-color: #000000;
    color: #ffffff;
}
.edit-split-address-popup.popup .update-split-order {
    background-color: #000000;
    color: #ffffff;
}
.edit-split-address-popup.popup .update-split-order:hover {
    background-color: #000000;
    border: 2px #000000 solid;
    color: #ffffff;
}
.edit-split-address-popup.popup .update-split-order.disabled {
    opacity: .8;
    pointer-events: none;
    filter: grayscale(1);
}

@media all and (max-width:767px) {
    .edit-split-address-popup.popup .form-row.two-column {
        flex-direction: column;
    }
    .edit-split-address-popup.popup {
        padding: 40px 20px;
    }
    .edit-split-address-popup.popup .edit-billing-address, .edit-split-address-popup.popup .edit-shipping-address {
        max-height: calc(100vh - 300px);
        overflow: auto;
    }
    .edit-split-address-popup.popup .header .split-order-popup-close{
        right: -7px;
    }
}


.wc-site-popup {
    background: white;
    top: 10%;
}
.wc-site-popup.site-popup-plugin-popup {
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    max-width: calc(100vw - 50px) !important;
    max-height: calc(100vh - 50px) !important;
}
.wc-site-popup.site-popup-plugin-popup .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0;
}
.wc-site-popup.site-popup-plugin-popup .header .close-popup {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33327%2015.5448L4.45508%2014.6666L9.12174%209.99993L4.45508%205.33327L5.33327%204.45508L9.99993%209.12174L14.6666%204.45508L15.5448%205.33327L10.8781%209.99993L15.5448%2014.6666L14.6666%2015.5448L9.99993%2010.8781L5.33327%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    right: 10px;
    top: 10px;
}
.wc-site-popup.site-popup-plugin-popup .header .close-popup::after {
    display: none;
}
.wc-site-popup.site-popup-plugin-popup .header .popup-title {
    display: none;
}
.wc-site-popup.site-popup-plugin-popup .content {
    max-height: calc(100vh - 50px) !important;
    overflow-y: auto;
}
.wc-site-popup.site-popup-plugin-popup .content .fee-fixed-width-content {
    padding: 0 !important;
}



.site-popup-v2.popup{
    padding: 0;
    overflow: visible;
    max-width: calc(100vw - 60px);
}
@media screen and (max-width: 1024px) {
    div.site-popup-v2.popup{
        max-width: calc(100vw - 30px);
        width: 100%;
    }
}
.site-popup-v2.popup .header{
    background-color:transparent;
    border-bottom: 0;
    padding: 0;
}
.site-popup-v2.popup .header span.popup-title{
    display: none;
}
.site-popup-v2.popup .content{
    overflow: auto;
    max-height: calc(100vh - 60px);
}
#popup-item-page-editor .body.widget-container.page-content {
    width: 100%;
    max-width: 100%;
}
/*
 *  STYLE 4
 */

.site-popup-v2.popup .content::-webkit-scrollbar-track
{
    background-color: transparent;
}

.site-popup-v2.popup .content::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

.site-popup-v2.popup .content::-webkit-scrollbar-thumb
{
    background-color: #ccc;
    border-radius: 10px
}

/****************Front end css************/
.gift-certificate-code-panel {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 5px 0;
    padding: 69px;
}

.gift-certificate-code-panel label {
    margin-right: 10px;
}

.gift-certificate-code-panel input {
    margin: 0 5px 0 0;
}

.gift-certificate-code-panel .button {
    display: inline;
    padding: 3px 10px;
    vertical-align: middle;
}

/* Gift Card */
#customer-profile-tabs .gift-card-short-info .check-panel .form-row {
    margin: 0;
    position: relative;
}

#customer-profile-tabs .gift-card-short-info .gift-card-code {
    border: 1px solid #d3dbde;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    color: #000000;
    width: 250px;
    height: 40px;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
}


#customer-profile-tabs .gift-card-short-info .short-info {
    font-size: 13px;
    color: #aaaaaa;
    font-weight: 600;
}

#bmui-tab-gift-card .gift-card-short-info .button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #4D4D4D;
    background-image: none;
    color: #ffffff;
    float: none;
    font-size: 14px;
    padding: 10px 20px;
    height: 40px;
    line-height: normal;
}

#customer-profile-tabs .gift-card-short-info .check-panel .title {
    font-weight: 600;
}

#customer-profile-tabs .gift-card-short-info .balance-section .balance {
    font-size: 20px;
    font-weight: 600;
}

#customer-profile-tabs .gift-card-short-info .expiry-section .balance {
    color: #000000;
}

#customer-profile-tabs .gift-card-short-info .table-head .title {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
}

#bmui-tab-gift-card .gift-card-short-info .usage-details {
    margin-bottom: 30px;
}

#bmui-tab-gift-card .gift-card-short-info .usage-details tr {
    border-bottom: 1px solid #e9eeef;
}

#bmui-tab-gift-card .gift-card-short-info .usage-details th,
#bmui-tab-gift-card .gift-card-short-info .usage-details td {
    border: none;
    padding: 12px 0;
}

#bmui-tab-gift-card .gift-card-short-info .usage-details th {
    background: none;
    color: #aaa;
    font-weight: 600;
    font-size: 13px;
    text-align: left;
}

#bmui-tab-gift-card .gift-card-short-info .usage-details td {
    color: #000;
}


.gift-card-tool-tip .code {
    border: 1px solid #dde5e5;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 10px;
}

/* Recipient Details */
.gift-card-fields .form-content .form-row > label {
    display: block;
    width: auto;
    margin-bottom: 5px;
}

.gift-card-balance-check.popup {
    width: 420px!important;
    background-color: #ffffff;
    border-radius: 4px;
}
.gift-card-balance-check.popup .gift-card-tool-tip {
    padding: 20px;
    font-family: "Montserrat", sans-serif;
}

.gift-card-balance-check.popup .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.gift-card-balance-check.popup .text {
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin-bottom: 12px;
}


/*Gift card popup style*/
.add-cart-information-popup.popup {
    width: calc(100% - 30px);
}
.add-cart-information-popup .header{
    background-color: #fff;
    border-bottom: 0;
    padding: 20px 50px 20px 30px;
    position: relative;
}
.add-cart-information-popup .header .title{
    font-weight: 600;
    color: #000;
    font-size: 28px;
    line-height: 34px;
}
.add-cart-information-popup .header .close-icon {
    height: 17px;
    width: 17px;
    position: absolute;
    cursor: pointer;
    top: 28px;
    right: 25px;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjI0ODkgNi43MDU5TDE5LjUwMzkgNS45NjA5NEw2LjgzOTYyIDE4LjYyNTJMNy41ODQ1OCAxOS4zNzAyTDIwLjI0ODkgNi43MDU5WiIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC41Ii8+CjxwYXRoIGQ9Ik0yMC4yNDgzIDE4LjYyMzNMNy41ODM5OCA1Ljk1ODk4TDYuODM5MDMgNi43MDM5NEwxOS41MDMzIDE5LjM2ODJMMjAuMjQ4MyAxOC42MjMzWiIgZmlsbD0iYmxhY2siIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC41Ii8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: center;
}
.add-cart-information-popup .header .close-icon:after{
    display: none;
}
.add-cart-information-popup .body{
    padding: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.add-cart-information-popup .body .body-scroll-control{
    padding: 0 32px 32px;
    width: 100%;
    height: 562px;
    max-height: calc(100vh - 222px);
    overflow-y: auto;
}
.product-template-wrapper .product-template-list-scroll-wrapper{
    position: relative;
    margin-bottom: 35px;
}
.product-template-wrapper .scroll-navigator{
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
}
.product-template-wrapper .left-scroller.scroll-navigator{
    left: -19px;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjkzMTggNy44MzI2MUwxLjQxMjExIDEyLjUwNjdMMi45OTg4NSAxNC4wMTdMOC45NjExMyA3LjgzMjU5TDIuOTk4ODUgMS42NjQwNkwxLjQxMjExIDMuMTc0NDFMNS45MzE4IDcuODMyNjFaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-65%) rotate(180deg);
}
.product-template-wrapper .right-scroller.scroll-navigator{
    right: -19px;
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjkzMTggNy44MzI2MUwxLjQxMjExIDEyLjUwNjdMMi45OTg4NSAxNC4wMTdMOC45NjExMyA3LjgzMjU5TDIuOTk4ODUgMS42NjQwNkwxLjQxMjExIDMuMTc0NDFMNS45MzE4IDcuODMyNjFaIiBmaWxsPSJibGFjayIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
}
.product-template-list.one-line-scroll-content{
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0 -5px;
    padding: 5px 0;
}
.product-template-thumb .template-container{
    margin: 0 5px;
    height: 72px;
    width: 110px;
    padding: 5px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #00000099;
}
.product-template-thumb.active .template-container{
    border: 2px solid #00000099;
    box-shadow: 0 4px 4px 0 #00000040;
}
.product-template-thumb .template-container .single-template-image{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 7px;
}
.add-cart-information-popup .gift-card-fields .by-im-info {
    font-size: 15px;
    display: block;
    font-weight: 500;
    padding-bottom: 15px;
    color: #444;
}

.gift-card-fields .form-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.gift-card-fields   .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #000;
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
.product-template-wrapper .product-template-list-scroll-wrapper span.title {
    margin-bottom: 14px;
}
.gift-card-fields .form-header .form-row{
    border: 1px solid #000000;
    padding: 7px 15px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    margin: 0 14px 0 0;
    transition: all 0.3s ease 0s;
}
.gift-card-fields .form-header .form-row.btn-active{
    background: #000;
}
.gift-card-fields .form-header .form-row.btn-active label{
    color: #fff;
}
.gift-card-fields .form-header .form-row:hover{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.gift-card-fields .form-header .form-row.active{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.gift-card-fields .form-header .form-row input{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0;
}
.service-term-condition-panel .terms-and-condition {
    display: flex;
    align-items: center;
    justify-content: start;
}
.service-term-condition-panel .terms-and-condition input[type="checkbox"] {
    width: 16px !important;
    margin-right: 10px;
    margin-left: 0;
}
.service-term-condition-panel .terms-and-condition a {
    text-decoration: underline;
}
.gift-card-fields .form-header .form-row label{
    width: auto;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 17px;
}
/*footer*/
.add-cart-information-popup .popup-bottom.footer{
    background-color: #fff;
    border-top: 0;
    padding: 0 32px 0;
    text-align: center;
}
.add-cart-information-popup .popup-bottom.footer .button-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
    padding: 22px 0 22px;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button{
    width: calc(50% - 20px);
    margin: 0 10px 10px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #000000;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2.5px;
    transition: all 0.3s ease 0s;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button {
    background: #000;
    color: #fff;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button:hover {
    background: #2c2c2c;
    color: #fff;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn{
    color: #000;
    background: transparent;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn:hover{
    color: #fff;
    background: #000;
}
.add-cart-information-popup .form-content > div:nth-last-child(1){
    padding-bottom: 0;
}
.add-cart-information-popup .form-content .double-input-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -10px;
}
.add-cart-information-popup .form-content .double-input-row .form-row{
    width: calc(50% - 20px);
    margin: 0 10px;
    padding-bottom: 30px;
}
.add-cart-information-popup .form-content .form-row{
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}
.add-cart-information-popup .form-content .form-row label{
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    color: #000;
}
.add-cart-information-popup .form-content .form-row input,
.add-cart-information-popup .form-content .form-row select{
    width: 100%;
    height: 33px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
}
.add-cart-information-popup .form-content .form-row textarea {
    width: 100%;
    height: 80px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
    font-family: arial;
}
.add-cart-information-popup .body .body-scroll-control {
    padding: 28px 32px 32px;
}
/*Gift Box*/
.send-as-gift-button{
    text-align: center;
}
.gift-card-validity {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 30px;
}
.gift-card-details .gift-box{
    padding: 53px 32px;
    margin: 50px auto;
    width: 100%;
    max-width: 650px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}
.gift-card-details  .gift-banner{
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.gift-card-details  .gift-banner img{
    height: 100%;
    width: 100%;
}
.gift-card-details  .gift-amount{margin: 35px 0 30px;}
.gift-card-details  .gift-amount span{font-weight: 400;font-size: 16px;line-height: 20px;color: #4F4F4F;}
.gift-card-details  .gift-amount div{font-weight: 600;font-size: 30px;line-height: 32px;color: #000;margin-top: 8px;}
.gift-card-details  .gift-code{margin-bottom: 25px;}
.gift-card-details  .gift-code-input{position: relative;}
.gift-card-details  .gift-code label{font-weight: 400;font-size: 16px;line-height: 20px;color: #4F4F4F;margin-bottom: 8px;display: block;}
.gift-card-details  .gift-code input{background: #E6F4FE;height: 48px;padding: 8px 41px 8px 15px;font-weight: 400;font-size: 18px;line-height: 32px;border-radius: 5px;width: 100%;border: 1px solid transparent;}
.gift-card-details  .copy-btn{position: absolute;right: 15px;top: 15px;cursor: pointer;display: inline-block;}
/*Custom radio*/
.sending-type-by-email [type="radio"]:checked,
.sending-type-by-email  [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
 .sending-type-by-email  [type="radio"]:checked + label,
 .sending-type-by-email  [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #666;
    line-height: 18px;
    text-transform: capitalize;
}
.sending-type-by-email  [type="radio"]:checked + label:before,
.sending-type-by-email  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.sending-type-by-email  [type="radio"]:checked + label:after, .sending-type-by-email  [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 6px solid #000;
}
.sending-type-by-email  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.sending-type-by-email  [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*Date Picker Start*/
.Zebra_DatePicker .dp_timepicker .dp_caption, .Zebra_DatePicker .dp_header td {
    color: #000000;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #fff solid;
    color: #000;
}
.Zebra_DatePicker {
    z-index: 99999
}
button.Zebra_DatePicker_Icon {
    background: transparent url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.75C4.55228 8.75 5 8.30229 5 7.75C5 7.19771 4.55228 6.75 4 6.75C3.44772 6.75 3 7.19771 3 7.75C3 8.30229 3.44772 8.75 4 8.75ZM5 10.75C5 11.3023 4.55228 11.75 4 11.75C3.44772 11.75 3 11.3023 3 10.75C3 10.1977 3.44772 9.75 4 9.75C4.55228 9.75 5 10.1977 5 10.75ZM7 8.75C7.55229 8.75 8 8.30229 8 7.75C8 7.19771 7.55229 6.75 7 6.75C6.44771 6.75 6 7.19771 6 7.75C6 8.30229 6.44771 8.75 7 8.75ZM8 10.75C8 11.3023 7.55229 11.75 7 11.75C6.44771 11.75 6 11.3023 6 10.75C6 10.1977 6.44771 9.75 7 9.75C7.55229 9.75 8 10.1977 8 10.75ZM10 8.75C10.5523 8.75 11 8.30229 11 7.75C11 7.19771 10.5523 6.75 10 6.75C9.44771 6.75 9 7.19771 9 7.75C9 8.30229 9.44771 8.75 10 8.75ZM14 3.25C14 1.86929 12.8807 0.75 11.5 0.75H2.5C1.11929 0.75 0 1.86929 0 3.25V12.25C0 13.6307 1.11929 14.75 2.5 14.75H11.5C12.8807 14.75 14 13.6307 14 12.25V3.25ZM1 4.75H13V12.25C13 13.0784 12.3284 13.75 11.5 13.75H2.5C1.67157 13.75 1 13.0784 1 12.25V4.75ZM2.5 1.75H11.5C12.3284 1.75 13 2.42157 13 3.25V3.75H1V3.25C1 2.42157 1.67157 1.75 2.5 1.75Z" fill="%23212121"/></svg>') no-repeat scroll right 12px;
    height: 38px;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #fff;
    border: 1px #BDBDBD solid;
    padding: 12px;
    border-radius: 4px;
}
.Zebra_DatePicker .dp_header .dp_hover, .Zebra_DatePicker td.dp_timepicker_done.dp_hover, .Zebra_DatePicker .dp_footer .dp_hover {
    color: #000000;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    color: #000000;
}
.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    color: #000000;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #000000;
}
.Zebra_DatePicker td.dp_current {
    color: #000000;
}
.Zebra_DatePicker td.dp_weekend {
    background: none repeat scroll 0 0 #fff;
}
.Zebra_DatePicker td.dp_selected {
    background: #000000;
    color: #FFF;
}
.Zebra_DatePicker .dp_daypicker td, .Zebra_DatePicker .dp_daypicker th, .Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_yearpicker td {
    border: 1px solid #ffffff;
}
/*Date Picker End*/
.add-cart-information-popup .form-content .sending-type-by-email > .form-row {
    padding-bottom: 15px;
}
.sending-type-by-email span.title {
    font-size: 14px;
}
.form-row.card-expiry-threshold span {
    font-size: 15px;
    margin-top: 20px;
    display: block;
    font-weight: 500;
}
.service-term-condition-panel .terms-and-condition span {
    font-size: 14px;
    font-weight: 500;
}
/*Responsive*/
@media screen and (max-width: 767px){
    .add-cart-information-popup .popup-bottom.footer .button-item, .add-cart-information-popup .form-content .double-input-row{
        flex-direction: column;
    }
    .add-cart-information-popup .form-content .double-input-row .form-row {
        width: 100%;
    }
    .add-cart-information-popup {
        width: calc(100% - 40px) !important;
        max-width: 100% !important;
    }
    .add-cart-information-popup .body .body-scroll-control {
        padding: 28px 32px 32px;
    }
    .add-cart-information-popup .popup-bottom.footer .button-item .button {
        width: 100%;
    }
    .add-cart-information-popup .form-content .double-input-row{
        margin: 0;
    }
    .add-cart-information-popup .header .title {
        font-size: 24px;
    }
    .add-cart-information-popup .header {
        padding: 25px;
    }
    .gift-card-fields .form-header .form-row {
        margin: 0 8px 0 0;
    }
    .gift-card-fields .form-header .form-row label {
        font-size: 12px;
    }
}

.quantity-based-price-widget {
    margin: 30px 0;
    border: 1px solid #f0f0f0;
    width: 50%;
}

.quantity-based-price-widget .quantity-based-price-widget-title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 10px;
    background-color: #f0f0f0;
    text-align: center;
    border: 1px #e6e6e6 solid;
}
.quantity-based-price-widget .quantity-based-price-table-header,
.quantity-based-price-widget .quantity-based-price-table-body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
}
.quantity-based-price-widget .quantity-based-price-table-header {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.quantity-based-price-widget .quantity-based-price-table-body-row {
    font-size: 14px;
    color: #5a5a5a;
}

.quantity-based-price-widget .quantity-table-header,
.quantity-based-price-widget .quantity-table-body-row {
    width: 50%;
}

.quantity-based-price-table {
    padding: 10px;
}

.quantity-based-price-widget span.price-post-fix {
    font-weight: 500;
}
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{width:100%;height:100%;position:relative;overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}html:not([dir="rtl"]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir="rtl"]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;top:6px;left:17px}.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub,.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.widget-customizeProductDesign{padding-top:5px;padding-bottom:5px}.widget-customizeProductDesign .customize-product-button{font-size:15px;color:#545465;max-width:100%;height:40px;background:#fff;border:1px solid #545465;text-align:center;font-weight:700;text-transform:uppercase;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.widget-customizeProductDesign .customize-product-button:hover{background-color:#545465;color:#fff}.widget-customizeProductDesign .customize-product-button:before{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E %3Cpath%20d%3D%22M11.3333%202.56413C11.5084%202.38903%2011.7163%202.25014%2011.9451%202.15537C12.1738%202.06061%2012.419%202.01184%2012.6667%202.01184C12.9143%202.01184%2013.1595%202.06061%2013.3883%202.15537C13.617%202.25014%2013.8249%202.38903%2014%202.56413C14.1751%202.73922%2014.314%202.94709%2014.4088%203.17586C14.5035%203.40464%2014.5523%203.64984%2014.5523%203.89746C14.5523%204.14508%2014.5035%204.39028%2014.4088%204.61905C14.314%204.84783%2014.1751%205.0557%2014%205.23079L5%2014.2308L1.33334%2015.2308L2.33334%2011.5641L11.3333%202.56413Z%22%20stroke%3D%22%23545465%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0%22%3E %3Crect%20width%3D%2216%22%20height%3D%2215.1795%22%20fill%3D%22white%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E");vertical-align:-1px;margin-right:5px}.widget-customizeProductDesign .customize-product-button:hover:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E %3Cpath%20d%3D%22M11.3333%202.56413C11.5084%202.38903%2011.7163%202.25014%2011.9451%202.15537C12.1739%202.06061%2012.4191%202.01184%2012.6667%202.01184C12.9143%202.01184%2013.1595%202.06061%2013.3883%202.15537C13.617%202.25014%2013.8249%202.38903%2014%202.56413C14.1751%202.73922%2014.314%202.94709%2014.4088%203.17586C14.5035%203.40464%2014.5523%203.64984%2014.5523%203.89746C14.5523%204.14508%2014.5035%204.39028%2014.4088%204.61905C14.314%204.84783%2014.1751%205.0557%2014%205.23079L5.00001%2014.2308L1.33334%2015.2308L2.33334%2011.5641L11.3333%202.56413Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0%22%3E %3Crect%20width%3D%2216%22%20height%3D%2215.1795%22%20fill%3D%22white%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E")}.customize-product-design-popup.popup{max-width:inherit!important;max-height:inherit!important;height:100vh!important;width:100vw!important;left:0%!important;top:0!important;font-family:"Segoe UI",Verdana,Arial,sans-serif}.customize-product-design-popup.popup>.title-bar{display:none}.customize-product-design-popup.popup .content{background-color:#f6f6f9;overflow:hidden;height:100%;height:100%;max-height:inherit;padding:0}.customize-product-design-wrapper{height:100%}.top-customize-panel{height:58px;padding:12px 25px;background-color:#ffffff00;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:space-between}.top-customize-panel .top-left-panel,.top-customize-panel .top-right-panel{width:30%;white-space:nowrap;overflow:hidden}.top-customize-panel .paint-element.component-body{text-align:center;width:40%}.body-customize-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:calc(100% - 58px)}.customize-able-print-areas-panel-left,.customize-product-information-panel-right,.customize-able-print-area-preview-editor-panel-middle{padding:25px}.customize-able-print-areas-panel-left{-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px;width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;padding-top:0;padding-bottom:0}.customize-product-information-panel-right{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;width:250px}.customize-able-print-areas-panel-left .product-preview-areas{overflow-y:auto;height:100%;display:inline-block;padding-right:15px}.customize-product-information-panel-right .product-short-info,.customize-product-information-panel-right .paint-element-config-panel{max-width:350px;margin-left:auto}.customize-product-design-popup .add-to-cart-button{max-width:350px}.customize-able-print-area-preview-editor-panel-middle{-webkit-box-flex:1;-ms-flex:1 1 0;flex:1 1 0;text-align:center}.top-customize-panel .top-right-panel{text-align:right}.customize-product-information-panel-right .design-layers .config-body,.customize-product-information-panel-right .clipArt .config-body,.customize-product-information-panel-right .text .config-body{height:460px}@media (max-width:1360px){.customize-product-information-panel-right .component-config.clipart,.customize-product-information-panel-right .component-config.text{height:calc(100vh - 240px)}.customize-product-information-panel-right .clipArt .config-body,.customize-product-information-panel-right .text .config-body{height:calc(100% - 47px)}}.customize-product-design-popup .close-wrapper .close-icon{position:static;height:auto;width:auto;vertical-align:middle;cursor:pointer;margin-top:-1px}.customize-product-design-popup .close-wrapper .close-icon:after{height:16px;width:18px;margin-right:3px;display:inline-block;content:"";background-image:url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M13.5%204.5L4.5%2013.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.5%204.5L13.5%2013.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E');background-color:rgba(0,0,0,0);transform:none;position:static}.customize-product-design-popup .close-wrapper .close-icon:before{display:none}.customize-product-design-popup .close-wrapper .close-text{font-size:14px;color:#545465}.customize-product-design-popup .component-pair{font-size:0;display:inline-block;padding:4px;background-color:#fff;box-shadow:0 3px 6px #e6e9eb;position:relative}.customize-product-design-popup .component-pair .component-item{background-color:#fff;padding:16px 5px 5px;position:relative;height:74px;width:74px;display:block;line-height:32px;cursor:pointer;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s;border-radius:4px;text-align:center;margin-bottom:1px}.customize-product-design-popup .component-pair .component-item:hover,.customize-product-design-popup .component-pair .component-item.active{background-color:#586ee0}.top-customize-panel .component-pair .component-item~.component-item:after{content:'';height:34px;width:1px;background-color:#e6e9eb;position:absolute;left:0;top:0}.customize-product-design-popup .component-pair .title{font-size:14px;color:#545465;line-height:normal}.customize-product-design-popup .component-pair .component-item:hover .title,.customize-product-design-popup .component-pair .component-item.active .title{color:#fff}.customize-product-design-popup .component-pair .title:before{content:'';height:20px;width:20px;display:block;margin:0 auto;vertical-align:middle;background-repeat:no-repeat!important;background-position:center!important}.customize-product-design-popup .component-pair .text .title:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15%208.33325H5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M17.5%205H2.5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M17.5%2011.6667H2.5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M15%2015H5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .component-pair .clipArt .title:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10%2018.3333C5.40835%2018.3333%201.66669%2014.5917%201.66669%209.99999C1.66669%205.40832%205.40835%201.66666%2010%201.66666C14.5917%201.66666%2018.3334%205.03332%2018.3334%209.16666C18.3334%2011.925%2016.0917%2014.1667%2013.3334%2014.1667H11.8584C11.625%2014.1667%2011.4417%2014.35%2011.4417%2014.5833C11.4417%2014.6833%2011.4834%2014.775%2011.55%2014.8583C11.8917%2015.25%2012.0834%2015.7417%2012.0834%2016.25C12.0834%2017.4%2011.15%2018.3333%2010%2018.3333V18.3333ZM10%203.33332C6.32502%203.33332%203.33335%206.32499%203.33335%209.99999C3.33335%2013.675%206.32502%2016.6667%2010%2016.6667C10.2334%2016.6667%2010.4167%2016.4833%2010.4167%2016.25C10.4167%2016.1167%2010.35%2016.0167%2010.3%2015.9583C9.95835%2015.575%209.77502%2015.0833%209.77502%2014.5833C9.77502%2013.4333%2010.7084%2012.5%2011.8584%2012.5H13.3334C15.175%2012.5%2016.6667%2011.0083%2016.6667%209.16666C16.6667%205.94999%2013.675%203.33332%2010%203.33332Z%22%20fill%3D%22%23545465%22%2F%3E %3Cpath%20d%3D%22M5.41669%2010.8333C6.10704%2010.8333%206.66669%2010.2737%206.66669%209.58334C6.66669%208.89299%206.10704%208.33334%205.41669%208.33334C4.72633%208.33334%204.16669%208.89299%204.16669%209.58334C4.16669%2010.2737%204.72633%2010.8333%205.41669%2010.8333Z%22%20fill%3D%22%23545465%22%2F%3E %3Cpath%20d%3D%22M7.91669%207.5C8.60704%207.5%209.16669%206.94036%209.16669%206.25C9.16669%205.55964%208.60704%205%207.91669%205C7.22633%205%206.66669%205.55964%206.66669%206.25C6.66669%206.94036%207.22633%207.5%207.91669%207.5Z%22%20fill%3D%22%23545465%22%2F%3E %3Cpath%20d%3D%22M12.0833%207.5C12.7737%207.5%2013.3333%206.94036%2013.3333%206.25C13.3333%205.55964%2012.7737%205%2012.0833%205C11.393%205%2010.8333%205.55964%2010.8333%206.25C10.8333%206.94036%2011.393%207.5%2012.0833%207.5Z%22%20fill%3D%22%23545465%22%2F%3E %3Cpath%20d%3D%22M14.5833%2010.8333C15.2737%2010.8333%2015.8333%2010.2737%2015.8333%209.58334C15.8333%208.89299%2015.2737%208.33334%2014.5833%208.33334C13.893%208.33334%2013.3333%208.89299%2013.3333%209.58334C13.3333%2010.2737%2013.893%2010.8333%2014.5833%2010.8333Z%22%20fill%3D%22%23545465%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .component-pair .image .title:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M17.5%2012.5V15.8333C17.5%2016.2754%2017.3244%2016.6993%2017.0118%2017.0118C16.6993%2017.3244%2016.2754%2017.5%2015.8333%2017.5H4.16667C3.72464%2017.5%203.30072%2017.3244%202.98816%2017.0118C2.67559%2016.6993%202.5%2016.2754%202.5%2015.8333V12.5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M14.1667%206.66667L10%202.5L5.83333%206.66667%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M10%202.5V12.5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .component-pair .text:hover .title:before,.customize-product-design-popup .component-pair .text.active .title:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15%208.33334H5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M17.5%205H2.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M17.5%2011.6667H2.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M15%2015H5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .component-pair .clipArt:hover .title:before,.customize-product-design-popup .component-pair .clipArt.active .title:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10%2018.3333C5.40835%2018.3333%201.66669%2014.5917%201.66669%209.99999C1.66669%205.40832%205.40835%201.66666%2010%201.66666C14.5917%201.66666%2018.3334%205.03332%2018.3334%209.16666C18.3334%2011.925%2016.0917%2014.1667%2013.3334%2014.1667H11.8584C11.625%2014.1667%2011.4417%2014.35%2011.4417%2014.5833C11.4417%2014.6833%2011.4834%2014.775%2011.55%2014.8583C11.8917%2015.25%2012.0834%2015.7417%2012.0834%2016.25C12.0834%2017.4%2011.15%2018.3333%2010%2018.3333ZM10%203.33332C6.32502%203.33332%203.33335%206.32499%203.33335%209.99999C3.33335%2013.675%206.32502%2016.6667%2010%2016.6667C10.2334%2016.6667%2010.4167%2016.4833%2010.4167%2016.25C10.4167%2016.1167%2010.35%2016.0167%2010.3%2015.9583C9.95835%2015.575%209.77502%2015.0833%209.77502%2014.5833C9.77502%2013.4333%2010.7084%2012.5%2011.8584%2012.5H13.3334C15.175%2012.5%2016.6667%2011.0083%2016.6667%209.16666C16.6667%205.94999%2013.675%203.33332%2010%203.33332Z%22%20fill%3D%22white%22%2F%3E %3Cpath%20d%3D%22M5.41669%2010.8333C6.10704%2010.8333%206.66669%2010.2737%206.66669%209.58334C6.66669%208.89299%206.10704%208.33334%205.41669%208.33334C4.72633%208.33334%204.16669%208.89299%204.16669%209.58334C4.16669%2010.2737%204.72633%2010.8333%205.41669%2010.8333Z%22%20fill%3D%22white%22%2F%3E %3Cpath%20d%3D%22M7.91669%207.5C8.60704%207.5%209.16669%206.94036%209.16669%206.25C9.16669%205.55964%208.60704%205%207.91669%205C7.22633%205%206.66669%205.55964%206.66669%206.25C6.66669%206.94036%207.22633%207.5%207.91669%207.5Z%22%20fill%3D%22white%22%2F%3E %3Cpath%20d%3D%22M12.0833%207.5C12.7737%207.5%2013.3333%206.94036%2013.3333%206.25C13.3333%205.55964%2012.7737%205%2012.0833%205C11.393%205%2010.8333%205.55964%2010.8333%206.25C10.8333%206.94036%2011.393%207.5%2012.0833%207.5Z%22%20fill%3D%22white%22%2F%3E %3Cpath%20d%3D%22M14.5833%2010.8333C15.2737%2010.8333%2015.8333%2010.2737%2015.8333%209.58334C15.8333%208.89299%2015.2737%208.33334%2014.5833%208.33334C13.893%208.33334%2013.3333%208.89299%2013.3333%209.58334C13.3333%2010.2737%2013.893%2010.8333%2014.5833%2010.8333Z%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .component-pair .image:hover .title:before,.customize-product-design-popup .component-pair .image.active .title:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M17.5%2012.5V15.8333C17.5%2016.2754%2017.3244%2016.6993%2017.0118%2017.0118C16.6993%2017.3244%2016.2754%2017.5%2015.8333%2017.5H4.16667C3.72464%2017.5%203.30072%2017.3244%202.98816%2017.0118C2.67559%2016.6993%202.5%2016.2754%202.5%2015.8333V12.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M14.1667%206.66667L10%202.5L5.83333%206.66667%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M10%202.5V12.5%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .add-to-cart-button{font-family:'Open Sans'!important;line-height:26px!important;height:42px!important;padding:7px 35px!important;font-size:16px!important;text-align:center!important;color:#fff!important;background-color:#586ee0!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s!important;transition:all 300ms ease-out 0s!important;display:inline-block;border-radius:3px;margin-left:7px}.customize-product-design-popup .add-to-cart-button:hover{background-color:#4e5fb7!important}.top-customize-panel .top-right-panel .view-design{display:inline-block;height:42px;background-color:rgba(88,110,224,0.1);border-radius:4px;vertical-align:middle;font-size:14px;line-height:29px;padding:5px 35px;color:#586ee0;transition:all 300ms ease-out 0s!important;cursor:pointer}.top-customize-panel .top-right-panel .view-design:hover{background-color:#586ee0!important;color:#fff}.top-customize-panel .top-right-panel .view-design .icon-editor-bottom{display:inline-block;height:20px;width:20px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E %3Cpath%20d%3D%22M0.833496%2010.0002C0.833496%2010.0002%204.16683%203.3335%2010.0002%203.3335C15.8335%203.3335%2019.1668%2010.0002%2019.1668%2010.0002C19.1668%2010.0002%2015.8335%2016.6668%2010.0002%2016.6668C4.16683%2016.6668%200.833496%2010.0002%200.833496%2010.0002Z%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M10%2012.5C11.3807%2012.5%2012.5%2011.3807%2012.5%2010C12.5%208.61929%2011.3807%207.5%2010%207.5C8.61929%207.5%207.5%208.61929%207.5%2010C7.5%2011.3807%208.61929%2012.5%2010%2012.5Z%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0%22%3E %3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E");margin-right:4px;vertical-align:middle}.top-customize-panel .top-right-panel .view-design:hover .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E %3Cpath%20d%3D%22M0.833344%2010C0.833344%2010%204.16668%203.33334%2010%203.33334C15.8333%203.33334%2019.1667%2010%2019.1667%2010C19.1667%2010%2015.8333%2016.6667%2010%2016.6667C4.16668%2016.6667%200.833344%2010%200.833344%2010Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M10%2012.5C11.3807%2012.5%2012.5%2011.3807%2012.5%2010C12.5%208.61929%2011.3807%207.5%2010%207.5C8.61929%207.5%207.5%208.61929%207.5%2010C7.5%2011.3807%208.61929%2012.5%2010%2012.5Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0%22%3E %3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E")}.customize-product-design-popup .close-wrapper,.customize-product-design-popup .close-product-name-separator,.customize-product-design-popup .product-name-title{display:inline-block;vertical-align:middle}.customize-product-design-popup .close-product-name-separator{height:32px;width:1px;background-color:#dedee1;margin:0 16px 0 24px}.customize-product-design-popup .top-left-panel .product-name-title{font-size:16px;font-weight:bold;white-space:nowrap;max-width:calc(76.666%);text-overflow:ellipsis;overflow:hidden;color:#2b2a35}.customize-able-print-areas-panel-left .preview-area-single~.preview-area-single{margin-top:16px}.customize-able-print-areas-panel-left .preview-area-single.selected .image{border:1px solid #586ee0;pointer-events:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.customize-able-print-areas-panel-left .image img{max-width:100%;height:auto;max-height:100%}.customize-able-print-areas-panel-left .preview-area-single .area-name{font-size:14px;color:#767684;margin-left:12px;opacity:0;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.customize-able-print-areas-panel-left .preview-area-single.selected .area-name{opacity:1}.customize-able-print-area-preview-editor-panel-middle .editing-area{display:none;max-width:100%;border:none!important;margin:auto auto 10px;background-color:rgba(0,0,0,.0)!important}.customize-able-print-area-preview-editor-panel-middle .editing-area.selected{display:block}.customize-product-design-wrapper .each-component img{max-width:100%;max-height:100%;-webkit-user-drag:none}.customize-product-design-wrapper .each-component:hover{border-color:#586ee0}.customize-product-design-wrapper .each-component .remove{display:none;width:20px;height:20px;position:absolute;top:-1px;right:-20px;cursor:pointer;background-color:#586ee0;border:1px solid #586ee0}.customize-product-design-wrapper .each-component:hover .remove{display:inline-block}.customize-product-design-wrapper .each-component .remove:before{content:"";width:14px;height:14px;left:2px;top:2px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1.75%203.5H2.91667H12.25%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.66666%203.50001V2.33334C4.66666%202.02392%204.78958%201.72717%205.00837%201.50838C5.22717%201.28959%205.52391%201.16667%205.83333%201.16667H8.16667C8.47608%201.16667%208.77283%201.28959%208.99162%201.50838C9.21042%201.72717%209.33333%202.02392%209.33333%202.33334V3.50001M11.0833%203.50001V11.6667C11.0833%2011.9761%2010.9604%2012.2728%2010.7416%2012.4916C10.5228%2012.7104%2010.2261%2012.8333%209.91667%2012.8333H4.08333C3.77391%2012.8333%203.47717%2012.7104%203.25837%2012.4916C3.03958%2012.2728%202.91666%2011.9761%202.91666%2011.6667V3.50001H11.0833Z%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");position:absolute}.customize-able-print-area-preview-editor-panel-middle .editing-area .area-preview-name-tag{display:none}.customize-product-design-wrapper .each-component{cursor:move;border:1px groove rgba(162,186,220,0.5);margin-bottom:0;min-height:13px}.customize-product-design-wrapper .config-body .body-title{color:#000;margin-bottom:20px;font-size:18px}.customize-product-design-wrapper .config-body .link-btn{color:#b9c2cb;margin-top:15px}.customize-product-design-wrapper .config-body .link-btn:hover{color:#1199c4}.customize-product-design-wrapper .config-body .manage-style{margin-top:40px}.customize-product-design-wrapper .each-component.selected{border-color:#586ee0}.customize-product-design-wrapper .each-component .ui-resizable-handle{position:absolute}.customize-product-design-wrapper .each-component:hover .ui-resizable-handle{visibility:visible}.customize-product-design-wrapper .each-component .ui-resizable-n,.customize-product-design-wrapper .each-component .ui-resizable-s{cursor:n-resize;height:3px;width:100%;left:0;right:0}.customize-product-design-wrapper .each-component .ui-resizable-n{top:0}.customize-product-design-wrapper .each-component .ui-resizable-s{bottom:0}.customize-product-design-wrapper .each-component .ui-resizable-w,.customize-product-design-wrapper .each-component .ui-resizable-e{cursor:e-resize;height:100%;width:3px;bottom:0;top:0}.customize-product-design-wrapper .each-component .ui-resizable-w{left:0}.customize-product-design-wrapper .each-component .ui-resizable-e{right:0}.customize-product-design-wrapper .each-component .ui-resizable-handle:after{content:"";position:absolute;width:10px;height:10px;background:#fff;border:1px solid #586ee0;box-sizing:border-box;border-radius:50%}.customize-product-design-wrapper .each-component .ui-resizable-n:after{top:-4px;left:50%;margin-left:-4px}.customize-product-design-wrapper .each-component .ui-resizable-s:after{bottom:-5px;left:50%;margin-left:-4px}.customize-product-design-wrapper .each-component .ui-resizable-w:after{top:50%;left:-5px;margin-top:-4px}.customize-product-design-wrapper .each-component .ui-resizable-e:after{top:50%;right:-6px;margin-top:-4px}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action{display:-webkit-box;display:-ms-flexbox;display:flex;width:190px;margin:15px auto 0;background-color:#fff;-webkit-box-shadow:0 3px 2px 0 rgba(0,0,0,.04);box-shadow:0 3px 2px 0 rgba(0,0,0,.04);border-radius:25px}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action>div{width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:10px;cursor:pointer}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action>div.disabled{pointer-events:none}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action>div~div{border-left:1px #eaeaea solid}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .icon-editor-bottom{height:20px;width:20px;background-repeat:no-repeat;background-position:center;display:inline-block;vertical-align:middle}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .view-design .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M9%204.5C11.8425%204.5%2014.3775%206.0975%2015.615%208.625C14.3775%2011.1525%2011.8425%2012.75%209%2012.75C6.1575%2012.75%203.6225%2011.1525%202.385%208.625C3.6225%206.0975%206.1575%204.5%209%204.5ZM9%203C5.25%203%202.0475%205.3325%200.75%208.625C2.0475%2011.9175%205.25%2014.25%209%2014.25C12.75%2014.25%2015.9525%2011.9175%2017.25%208.625C15.9525%205.3325%2012.75%203%209%203ZM9%206.75C10.035%206.75%2010.875%207.59%2010.875%208.625C10.875%209.66%2010.035%2010.5%209%2010.5C7.965%2010.5%207.125%209.66%207.125%208.625C7.125%207.59%207.965%206.75%209%206.75ZM9%205.25C7.14%205.25%205.625%206.765%205.625%208.625C5.625%2010.485%207.14%2012%209%2012C10.86%2012%2012.375%2010.485%2012.375%208.625C12.375%206.765%2010.86%205.25%209%205.25Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .view-design:hover .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M9%204.5C11.8425%204.5%2014.3775%206.0975%2015.615%208.625C14.3775%2011.1525%2011.8425%2012.75%209%2012.75C6.1575%2012.75%203.6225%2011.1525%202.385%208.625C3.6225%206.0975%206.1575%204.5%209%204.5ZM9%203C5.25%203%202.0475%205.3325%200.75%208.625C2.0475%2011.9175%205.25%2014.25%209%2014.25C12.75%2014.25%2015.9525%2011.9175%2017.25%208.625C15.9525%205.3325%2012.75%203%209%203ZM9%206.75C10.035%206.75%2010.875%207.59%2010.875%208.625C10.875%209.66%2010.035%2010.5%209%2010.5C7.965%2010.5%207.125%209.66%207.125%208.625C7.125%207.59%207.965%206.75%209%206.75ZM9%205.25C7.14%205.25%205.625%206.765%205.625%208.625C5.625%2010.485%207.14%2012%209%2012C10.86%2012%2012.375%2010.485%2012.375%208.625C12.375%206.765%2010.86%205.25%209%205.25Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-undo-button .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.75%2010.5L3%206.75L6.75%203%22%20stroke%3D%22%23545465%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M15%2015V9.75C15%208.95435%2014.6839%208.19129%2014.1213%207.62868C13.5587%207.06607%2012.7956%206.75%2012%206.75H3%22%20stroke%3D%22%23545465%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-undo-button.disabled .icon-editor-bottom,.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-undo-button.disabled:hover .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.75%2010.5L3%206.75L6.75%203%22%20stroke%3D%22%23E6E9EB%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M15%2015V9.75C15%208.95435%2014.6839%208.19129%2014.1213%207.62868C13.5587%207.06607%2012.7956%206.75%2012%206.75H3%22%20stroke%3D%22%23E6E9EB%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-undo-button:hover .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.75%2010.5L3%206.75L6.75%203%22%20stroke%3D%22%234863F1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M15%2015V9.75C15%208.95435%2014.6839%208.19129%2014.1213%207.62868C13.5587%207.06607%2012.7956%206.75%2012%206.75H3%22%20stroke%3D%22%234863F1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-redo-button .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M11.25%2010.5L15%206.75L11.25%203%22%20stroke%3D%22%23545465%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M3%2015V9.75C3%208.95435%203.31607%208.19129%203.87868%207.62868C4.44129%207.06607%205.20435%206.75%206%206.75H15%22%20stroke%3D%22%23545465%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-redo-button.disabled:hover .icon-editor-bottom,.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-redo-button.disabled .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M11.25%2010.5L15%206.75L11.25%203%22%20stroke%3D%22%23E6E9EB%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M3%2015V9.75C3%208.95435%203.31607%208.19129%203.87868%207.62868C4.44129%207.06607%205.20435%206.75%206%206.75H15%22%20stroke%3D%22%23E6E9EB%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .editor-redo-button:hover .icon-editor-bottom{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M11.25%2010.5L15%206.75L11.25%203%22%20stroke%3D%22%234863F1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M3%2015V9.75C3%208.95435%203.31607%208.19129%203.87868%207.62868C4.44129%207.06607%205.20435%206.75%206%206.75H15%22%20stroke%3D%22%234863F1%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .button-label{display:inline-block;font-size:14px;color:#545465;line-height:1;vertical-align:middle}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action>div:hover .button-label{color:#586ee0}.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action div.disabled .button-label,.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action div.disabled:hover .button-label{color:#545465;opacity:.3}.customize-product-information-panel-right .arrange-design-layers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#fff;border-style:solid;border-color:#e6e9eb;border-width:0 1px 1px;max-width:350px;margin-left:auto;padding:15px 22px;cursor:pointer;font-size:15px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.customize-product-information-panel-right .arrange-design-layers:hover{color:#586ee0}.customize-product-information-panel-right .arrange-design-layers .layers-to-icon{height:20px;width:20px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%2013L7%207L1%201%22%20stroke%3D%22%23828282%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;font-size:0}.customize-product-information-panel-right .arrange-design-layers:hover .layers-to-icon{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%2013L7%207L1%201%22%20stroke%3D%22%23586EE0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.paint-element-config-panel .design-layers-container{padding:22px}.paint-element-config-panel .design-layer-single{padding:15px;background:#fff;margin-bottom:10px;border:1px solid rgba(0,0,0,0);border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:move;-webkit-box-shadow:0 5px 10px 3px rgba(43,42,53,0.05);box-shadow:0 5px 10px 3px rgba(43,42,53,0.05)}.paint-element-config-panel .design-layer-single:hover{border:1px solid #586ee066}.paint-element-config-panel .design-layer-single.ui-sortable-helper{-webkit-box-shadow:0 5px 10px 3px rgba(43,42,53,0.15);box-shadow:0 5px 10px 3px rgba(43,42,53,0.15)}.paint-element-config-panel .design-layer-single.selected{border:1px solid #586ee066}.paint-element-config-panel .design-layer-single .layer-left-side{height:24px;width:24px}.paint-element-config-panel .design-layer-single .layer-icon-logo.image{max-width:100%;max-height:100%}.paint-element-config-panel .design-layer-single .layer-icon-logo.text{width:24px;height:24px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.75%203V5.25H10.5V14.25H12.75V5.25H16.5V3H6.75ZM2.25%209H4.5V14.25H6.75V9H9V6.75H2.25V9Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center;display:inline-block;font-size:0;vertical-align:middle}.paint-element-config-panel .design-layer-single .layer-middle-side{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 15px;font-size:16px;color:#2b2a35;text-transform:capitalize}.paint-element-config-panel .design-layer-single .layer-right-side{font-size:0}.paint-element-config-panel .design-layer-single .layer-right-side span{display:inline-block;font-size:0;height:20px;width:20px;vertical-align:middle;margin-left:5px;cursor:pointer}.paint-element-config-panel .design-layer-single .layer-right-side span.visible-hide-layer{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10%205.00001C13.1583%205.00001%2015.975%206.77501%2017.35%209.58334C15.975%2012.3917%2013.1583%2014.1667%2010%2014.1667C6.84168%2014.1667%204.02501%2012.3917%202.65001%209.58334C4.02501%206.77501%206.84168%205.00001%2010%205.00001ZM10%203.33334C5.83334%203.33334%202.27501%205.92501%200.833344%209.58334C2.27501%2013.2417%205.83334%2015.8333%2010%2015.8333C14.1667%2015.8333%2017.725%2013.2417%2019.1667%209.58334C17.725%205.92501%2014.1667%203.33334%2010%203.33334ZM10%207.50001C11.15%207.50001%2012.0833%208.43334%2012.0833%209.58334C12.0833%2010.7333%2011.15%2011.6667%2010%2011.6667C8.85001%2011.6667%207.91668%2010.7333%207.91668%209.58334C7.91668%208.43334%208.85001%207.50001%2010%207.50001ZM10%205.83334C7.93334%205.83334%206.25001%207.51668%206.25001%209.58334C6.25001%2011.65%207.93334%2013.3333%2010%2013.3333C12.0667%2013.3333%2013.75%2011.65%2013.75%209.58334C13.75%207.51668%2012.0667%205.83334%2010%205.83334Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.paint-element-config-panel .design-layer-single .layer-right-side span.visible-hide-layer:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10%205.00001C13.1583%205.00001%2015.975%206.77501%2017.35%209.58334C15.975%2012.3917%2013.1583%2014.1667%2010%2014.1667C6.84168%2014.1667%204.02501%2012.3917%202.65001%209.58334C4.02501%206.77501%206.84168%205.00001%2010%205.00001ZM10%203.33334C5.83334%203.33334%202.27501%205.92501%200.833344%209.58334C2.27501%2013.2417%205.83334%2015.8333%2010%2015.8333C14.1667%2015.8333%2017.725%2013.2417%2019.1667%209.58334C17.725%205.92501%2014.1667%203.33334%2010%203.33334ZM10%207.50001C11.15%207.50001%2012.0833%208.43334%2012.0833%209.58334C12.0833%2010.7333%2011.15%2011.6667%2010%2011.6667C8.85001%2011.6667%207.91668%2010.7333%207.91668%209.58334C7.91668%208.43334%208.85001%207.50001%2010%207.50001ZM10%205.83334C7.93334%205.83334%206.25001%207.51668%206.25001%209.58334C6.25001%2011.65%207.93334%2013.3333%2010%2013.3333C12.0667%2013.3333%2013.75%2011.65%2013.75%209.58334C13.75%207.51668%2012.0667%205.83334%2010%205.83334Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.paint-element-config-panel .design-layer-single .layer-right-side span.visible-hide-layer.hidden{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10%204.99999C13.1583%204.99999%2015.975%206.77499%2017.35%209.58332C16.8583%2010.6%2016.1667%2011.475%2015.3417%2012.1833L16.5167%2013.3583C17.675%2012.3333%2018.5917%2011.05%2019.1667%209.58332C17.725%205.92499%2014.1667%203.33332%2010%203.33332C8.94168%203.33332%207.92501%203.49999%206.96668%203.80832L8.34168%205.18332C8.88334%205.07499%209.43334%204.99999%2010%204.99999ZM9.10834%205.94999L10.8333%207.67499C11.3083%207.88332%2011.6917%208.26666%2011.9%208.74166L13.625%2010.4667C13.6917%2010.1833%2013.7417%209.88332%2013.7417%209.57499C13.75%207.50832%2012.0667%205.83332%2010%205.83332C9.69168%205.83332%209.40001%205.87499%209.10834%205.94999ZM1.67501%203.22499L3.90834%205.45832C2.55001%206.52499%201.47501%207.94166%200.833344%209.58332C2.27501%2013.2417%205.83334%2015.8333%2010%2015.8333C11.2667%2015.8333%2012.4833%2015.5917%2013.6%2015.15L16.45%2018L17.625%2016.825L2.85001%202.04166L1.67501%203.22499ZM7.92501%209.47499L10.1%2011.65C10.0667%2011.6583%2010.0333%2011.6667%2010%2011.6667C8.85001%2011.6667%207.91668%2010.7333%207.91668%209.58332C7.91668%209.54166%207.92501%209.51666%207.92501%209.47499V9.47499ZM5.09168%206.64166L6.55001%208.09999C6.35834%208.55832%206.25001%209.05832%206.25001%209.58332C6.25001%2011.65%207.93334%2013.3333%2010%2013.3333C10.525%2013.3333%2011.025%2013.225%2011.475%2013.0333L12.2917%2013.85C11.5583%2014.05%2010.7917%2014.1667%2010%2014.1667C6.84168%2014.1667%204.02501%2012.3917%202.65001%209.58332C3.23334%208.39166%204.08334%207.40832%205.09168%206.64166Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.paint-element-config-panel .design-layer-single .layer-right-side span.visible-hide-layer.hidden:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10%204.99999C13.1583%204.99999%2015.975%206.77499%2017.35%209.58332C16.8583%2010.6%2016.1667%2011.475%2015.3417%2012.1833L16.5167%2013.3583C17.675%2012.3333%2018.5917%2011.05%2019.1667%209.58332C17.725%205.92499%2014.1667%203.33332%2010%203.33332C8.94168%203.33332%207.92501%203.49999%206.96668%203.80832L8.34168%205.18332C8.88334%205.07499%209.43334%204.99999%2010%204.99999ZM9.10834%205.94999L10.8333%207.67499C11.3083%207.88332%2011.6917%208.26666%2011.9%208.74166L13.625%2010.4667C13.6917%2010.1833%2013.7417%209.88332%2013.7417%209.57499C13.75%207.50832%2012.0667%205.83332%2010%205.83332C9.69168%205.83332%209.40001%205.87499%209.10834%205.94999ZM1.67501%203.22499L3.90834%205.45832C2.55001%206.52499%201.47501%207.94166%200.833344%209.58332C2.27501%2013.2417%205.83334%2015.8333%2010%2015.8333C11.2667%2015.8333%2012.4833%2015.5917%2013.6%2015.15L16.45%2018L17.625%2016.825L2.85001%202.04166L1.67501%203.22499ZM7.92501%209.47499L10.1%2011.65C10.0667%2011.6583%2010.0333%2011.6667%2010%2011.6667C8.85001%2011.6667%207.91668%2010.7333%207.91668%209.58332C7.91668%209.54166%207.92501%209.51666%207.92501%209.47499V9.47499ZM5.09168%206.64166L6.55001%208.09999C6.35834%208.55832%206.25001%209.05832%206.25001%209.58332C6.25001%2011.65%207.93334%2013.3333%2010%2013.3333C10.525%2013.3333%2011.025%2013.225%2011.475%2013.0333L12.2917%2013.85C11.5583%2014.05%2010.7917%2014.1667%2010%2014.1667C6.84168%2014.1667%204.02501%2012.3917%202.65001%209.58332C3.23334%208.39166%204.08334%207.40832%205.09168%206.64166Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.paint-element-config-panel .design-layer-single .layer-right-side span.remove-layer{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.5%205H4.16667H17.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M6.66666%204.99999V3.33332C6.66666%202.8913%206.84225%202.46737%207.15481%202.15481C7.46737%201.84225%207.8913%201.66666%208.33332%201.66666H11.6667C12.1087%201.66666%2012.5326%201.84225%2012.8452%202.15481C13.1577%202.46737%2013.3333%202.8913%2013.3333%203.33332V4.99999M15.8333%204.99999V16.6667C15.8333%2017.1087%2015.6577%2017.5326%2015.3452%2017.8452C15.0326%2018.1577%2014.6087%2018.3333%2014.1667%2018.3333H5.83332C5.3913%2018.3333%204.96737%2018.1577%204.65481%2017.8452C4.34225%2017.5326%204.16666%2017.1087%204.16666%2016.6667V4.99999H15.8333Z%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M8.33334%209.16666V14.1667%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M11.6667%209.16666V14.1667%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.paint-element-config-panel .design-layer-single .layer-right-side span.remove-layer:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.5%205H4.16667H17.5%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M6.66666%205.00001V3.33334C6.66666%202.89131%206.84225%202.46739%207.15481%202.15483C7.46737%201.84227%207.8913%201.66667%208.33332%201.66667H11.6667C12.1087%201.66667%2012.5326%201.84227%2012.8452%202.15483C13.1577%202.46739%2013.3333%202.89131%2013.3333%203.33334V5.00001M15.8333%205.00001V16.6667C15.8333%2017.1087%2015.6577%2017.5326%2015.3452%2017.8452C15.0326%2018.1577%2014.6087%2018.3333%2014.1667%2018.3333H5.83332C5.3913%2018.3333%204.96737%2018.1577%204.65481%2017.8452C4.34225%2017.5326%204.16666%2017.1087%204.16666%2016.6667V5.00001H15.8333Z%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M8.33334%209.16667V14.1667%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M11.6667%209.16667V14.1667%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-information-panel-right .product-short-info{background-color:#fff;border:1px #e6e9eb solid;padding:22px 0}.customize-product-information-panel-right .product-short-info .title{font-size:18px;padding:0 22px 10px;color:#2b2a35}.customize-product-information-panel-right .product-short-info .description{font-size:14px;color:#2b2a35;padding:0 22px 10px}.customize-product-information-panel-right .product-short-info .price-wrapper{font-size:16px;padding:0 22px 6px;color:#2b2a35;font-weight:bold}.customize-product-information-panel-right .product-short-info .product-details{color:#586ee0;cursor:pointer;padding:0 22px 12px;font-size:14px}.customize-product-information-panel-right .product-short-info .product-details:hover{color:#2245ff}.customize-product-information-panel-right .variation-wrapper .option-wrapper{height:32px;background-color:#f6f6f9;display:inline-block;font-size:15px;color:#545465;line-height:32px;padding:0 8px;border-radius:5px;margin:5px}.customize-product-information-panel-right .variation-wrapper{border-top:1px #f2f2f2 solid;padding:12px 15px 0}.customize-product-information-panel-right .variation-wrapper .value-option-color{height:16px;display:inline-block;width:16px;margin-bottom:-2px;border-radius:8px}.customize-product-design-wrapper .component-config .title-bar-customize-popup{background-color:#fff;font-size:15px;font-weight:600;color:#2b2a35;border-radius:3px 3px 0 0;padding:13px 22px}.customize-product-design-wrapper .component-config .close-config{height:20px;width:20px;display:inline-block;cursor:pointer;border-radius:3px;font-size:0;vertical-align:middle;position:relative;margin-top:-4px;margin-right:13px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.customize-product-design-wrapper .component-config .close-config:hover{background-color:#dbddec}.customize-product-design-wrapper .component-config .close-config:active{box-shadow:inset 0 0 5px rgba(0,0,0,.08)}.customize-product-design-wrapper .component-config .close-config:after{content:"";height:12px;width:8px;position:absolute;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.5%2011L1.5%206L6.5%201%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");top:4px;left:6px;background-repeat:no-repeat;background-position:center}.customize-product-design-wrapper .component-config .close-config:hover:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2212%22%20viewBox%3D%220%200%208%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.5%2011L1.5%206L6.5%201%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-wrapper .config-body{background-color:#fff;overflow-x:hidden;padding:0 20px}.customize-product-design-wrapper .form-row label{color:#767684;font-size:14px;width:auto}.customize-product-design-wrapper .form-row.agree-with-condition-wrapper{padding:12px 22px 0}.customize-product-design-wrapper .form-row{padding:12px 0;margin:0;border:none;width:100%}.customize-product-design-wrapper .form-row~.form-row{border-top:1px #e6e9eb solid}.customize-product-design-wrapper .double-input-row .form-row{width:auto;display:inline-block;padding:0;border:none}.customize-product-design-wrapper .double-input-row{padding:15px 0;border-top:1px #e6e9eb solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-product-design-wrapper .double-input-row label{margin-right:2px}.customize-product-design-wrapper .form-row input,.doc-designer .form-row select,.doc-designer .form-row textarea,.doc-designer .chosen-container-single .chosen-single span,.doc-designer .form-row input[type="text"]{color:#373c42}.customize-product-design-popup input{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;border-color:#c7d1d9;font-size:14px;padding:5px 8px;color:#2b2a35}.customize-product-design-wrapper .form-row.inline-element .value{color:#c2c9d2;text-transform:uppercase;top:0;padding-right:10px}.customize-product-design-wrapper .form-row .unit~input{padding-right:35px}.customize-product-design-wrapper .form-row .unit{position:absolute;bottom:1px;right:6px;height:30px;width:30px;text-align:center;line-height:30px;background-color:rgba(88,110,224,0.3);border-radius:0 3px 3px 0}.customize-product-design-popup .tripple-input-row{padding:15px 22px;display:flex;flex-wrap:nowrap;margin-left:-5px;margin-right:-5px}.customize-product-design-popup .tripple-input-row .form-row{width:33.333%;padding:0 5px}.customize-product-design-popup .tripple-input-row .form-row input[type="text"],.customize-product-design-popup .tripple-input-row .form-row select,.customize-product-design-popup .tripple-input-row .form-row .chosen-container{width:100%;min-width:inherit;margin:0}.customize-product-design-popup .tripple-input-row .form-row input[type="text"]{height:32px;border:1px solid #dddfe5;border-radius:3px}.customize-product-design-popup .tripple-input-row .form-row .chosen-container{padding:0}.customize-product-design-popup .tripple-input-row .form-row .chosen-container-single .chosen-single{border:1px solid #dddfe5;border-radius:3px;height:32px}.customize-product-design-popup .tripple-input-row .chosen-single span{line-height:20px;font-size:14px;color:#000;margin-right:12px}.customize-product-design-popup .tripple-input-row .form-row .chosen-container-single .chosen-single div b{top:4px}.customize-product-design-wrapper .tripple-input-row .form-row.inline-element .value{padding-right:3px;color:#000;font-size:12px;display:inline-block;margin-top:7px}.customize-product-design-wrapper .tripple-input-row .form-row label{padding-bottom:7px}.customize-product-design-popup .tripple-input-row.border-style-row .form-row{position:relative;border:none}.customize-product-design-popup .tripple-input-row.border-style-row{border-top:1px #e6e9eb solid;padding-bottom:20px}.customize-product-design-wrapper textarea{font-family:"Segoe UI",Verdana,Arial,sans-serif;border:1px solid #e6e9eb;border-radius:3px;height:106px;display:block;width:100%;padding:10px;text-align:center;font-size:15px;color:#2b2a35;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.customize-product-design-wrapper textarea:focus{-webkit-box-shadow:0 0 17px rgba(35,23,5,0.26);box-shadow:0 0 17px rgba(35,23,5,0.26)}.customize-product-design-popup .chosen-container-single .chosen-single{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:5px 10px;height:24px;text-shadow:none;line-height:14px;min-width:0}.customize-product-design-popup .chosen-container-single .chosen-single div b{top:0}.customize-product-design-wrapper .font-family-row .chosen-container-single{display:block;padding-right:0;margin-top:3px}.customize-product-design-wrapper .font-family-row .chosen-container-single .chosen-single{height:30px;border:none;padding:0;width:100%}.customize-product-design-wrapper .font-family-row .chosen-single span{font-size:16px;color:#2b2a35}.customize-product-design-popup .font-family-row .chosen-container-single .chosen-single div b{width:8px;height:17px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%2013L7%207L1%201%22%20stroke%3D%22%23828282%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");top:6px;right:0;background-position:0 0}.customize-product-design-popup .font-family-row .chosen-with-drop .chosen-drop{background:none repeat scroll 0 0 #fff;border:none;border-radius:5px;box-shadow:0 16px 32px rgba(35,23,5,0.26)}.customize-product-design-popup .font-family-row .chosen-results{border:none;font-size:16px;height:auto;padding:10px 13px;background:none;color:#000;border-radius:3px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.customize-product-design-popup .font-family-row .chosen-results .chosen-result{padding:10px;height:auto;font-size:16px;border-bottom:none;border-radius:3px}.customize-product-design-popup .font-family-row .chosen-results .chosen-result:hover,.customize-product-design-popup .font-family-row .chosen-results .chosen-result.result-selected{background-color:#ebedfb;color:#586ee0}.customize-product-design-wrapper .font-size-slider-wrapper{position:relative;padding-right:70px;height:15px;margin-top:10px}.customize-product-design-wrapper #font-size-slider{height:6px;width:100%;border-radius:6px;background-color:rgba(88,110,224,0.3);border:none;box-shadow:none}.customize-product-design-wrapper #font-size-slider .noUi-handle{height:18px;background-color:#fff;width:18px;border-radius:50%;box-shadow:0 0 4px rgba(0,0,0,0.1);border:none;padding:3px}.customize-product-design-wrapper #font-size-slider .noUi-handle.noUi-active{box-shadow:0 0 4px rgba(0,0,0,0.5)}.customize-product-design-wrapper .noUi-handle::before,.customize-product-design-wrapper .noUi-handle::after{display:none}.customize-product-design-wrapper .noUi-touch-area{height:20px;width:20px;border-radius:50%;cursor:pointer;background:none;border:1px solid #9b9b9b;background-color:#fff;outline:none}.customize-product-design-wrapper .font-size-slider-wrapper input{height:32px;width:48px;border-radius:3px;border:1px solid #dddfe5;margin:0;position:absolute;right:0;top:-25px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.customize-product-design-wrapper .font-size-slider-wrapper input:focus{border:1px solid #586ee0}.text-tool-bar-options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px;margin-bottom:5px}.text-tool-bar-options .wcui-checkbox{display:inline-block;height:32px;width:48px;margin:0;padding:0;border-radius:3px;background-color:#fff;position:relative;cursor:pointer;-webkit-transition:background 300ms ease-out 0s;-o-transition:background 300ms ease-out 0s;transition:background 300ms ease-out 0s}.text-tool-bar-options .wcui-checkbox:after{content:'';height:20px;width:20px;position:absolute;left:13px;top:5px}.text-tool-bar-options .text-bold .wcui-checkbox:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M13.0002%208.99159C13.8085%208.43325%2014.3752%207.51659%2014.3752%206.66659C14.3752%204.78325%2012.9168%203.33325%2011.0418%203.33325H5.8335V14.9999H11.7002C13.4418%2014.9999%2014.7918%2013.5833%2014.7918%2011.8416C14.7918%2010.5749%2014.0752%209.49159%2013.0002%208.99159V8.99159ZM8.3335%205.41659H10.8335C11.5252%205.41659%2012.0835%205.97492%2012.0835%206.66659C12.0835%207.35825%2011.5252%207.91659%2010.8335%207.91659H8.3335V5.41659ZM11.2502%2012.9166H8.3335V10.4166H11.2502C11.9418%2010.4166%2012.5002%2010.9749%2012.5002%2011.6666C12.5002%2012.3583%2011.9418%2012.9166%2011.2502%2012.9166Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .text-italic .wcui-checkbox:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.33333%204V6.5H10.175L7.325%2013.1667H5V15.6667H11.6667V13.1667H9.825L12.675%206.5H15V4H8.33333Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .text-underline .wcui-checkbox:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.5%2013.3333C12.6279%2013.3333%2014.3571%2011.54%2014.3571%209.33333V4H12.75V9.33333C12.75%2010.62%2011.7407%2011.6667%2010.5%2011.6667C9.25929%2011.6667%208.25%2010.62%208.25%209.33333V4H6.64286V9.33333C6.64286%2011.54%208.37214%2013.3333%2010.5%2013.3333ZM6%2014.6667V16H15V14.6667H6Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .text-bold .wcui-checkbox:hover:after,.text-tool-bar-options .text-bold .wcui-checkbox.checked:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M13.0002%208.99159C13.8085%208.43325%2014.3752%207.51659%2014.3752%206.66659C14.3752%204.78325%2012.9168%203.33325%2011.0418%203.33325H5.8335V14.9999H11.7002C13.4418%2014.9999%2014.7918%2013.5833%2014.7918%2011.8416C14.7918%2010.5749%2014.0752%209.49159%2013.0002%208.99159V8.99159ZM8.3335%205.41659H10.8335C11.5252%205.41659%2012.0835%205.97492%2012.0835%206.66659C12.0835%207.35825%2011.5252%207.91659%2010.8335%207.91659H8.3335V5.41659ZM11.2502%2012.9166H8.3335V10.4166H11.2502C11.9418%2010.4166%2012.5002%2010.9749%2012.5002%2011.6666C12.5002%2012.3583%2011.9418%2012.9166%2011.2502%2012.9166Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .text-italic .wcui-checkbox:hover:after,.text-tool-bar-options .text-italic .wcui-checkbox.checked:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.33333%204V6.5H10.175L7.325%2013.1667H5V15.6667H11.6667V13.1667H9.825L12.675%206.5H15V4H8.33333Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .text-underline .wcui-checkbox:hover:after,.text-tool-bar-options .text-underline .wcui-checkbox.checked:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.5%2013.3333C12.6279%2013.3333%2014.3571%2011.54%2014.3571%209.33333V4H12.75V9.33333C12.75%2010.62%2011.7407%2011.6667%2010.5%2011.6667C9.25929%2011.6667%208.25%2010.62%208.25%209.33333V4H6.64286V9.33333C6.64286%2011.54%208.37214%2013.3333%2010.5%2013.3333ZM6%2014.6667V16H15V14.6667H6Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .text-bold span:not(.wcui-checkbox),.text-tool-bar-options .text-italic span:not(.wcui-checkbox),.text-tool-bar-options .text-underline span:not(.wcui-checkbox){display:none}.text-tool-bar-options .wcui-checkbox:hover,.text-tool-bar-options .wcui-checkbox.checked{background-color:#ebedfb}.text-tool-bar-options .wcui-checkbox:active{box-shadow:inset 0 0 5px rgba(0,0,0,.15)}.text-tool-bar-options .chosen-container-single{min-width:inherit;padding:0}.text-tool-bar-options .chosen-container-single .chosen-single{background-color:#fff;height:32px;width:48px;border:none;padding:0;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.text-tool-bar-options .chosen-container-single .chosen-single:hover{background-color:#ebedfb}.text-tool-bar-options .chosen-container-single.chosen-container-active .chosen-single{box-shadow:inset 0 0 5px rgba(0,0,0,.15);background-color:#ebedfb}.text-tool-bar-options .chosen-single:after{content:"";width:20px;height:20px;position:absolute;top:5px;left:8px}.text-tool-bar-options .chosen-single[title="left"]:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.5%2012.5H2.5V14.1667H12.5V12.5ZM12.5%205.83333H2.5V7.5H12.5V5.83333ZM2.5%2010.8333H17.5V9.16667H2.5V10.8333ZM2.5%2017.5H17.5V15.8333H2.5V17.5ZM2.5%202.5V4.16667H17.5V2.5H2.5Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-single[title="right"]:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M3%2016.5H16.5V15H3V16.5ZM7.5%2013.5H16.5V12H7.5V13.5ZM3%2010.5H16.5V9H3V10.5ZM7.5%207.5H16.5V6H7.5V7.5ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-single[title="center"]:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6%2012V13.5H13.5V12H6ZM3%2016.5H16.5V15H3V16.5ZM3%2010.5H16.5V9H3V10.5ZM6%206V7.5H13.5V6H6ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-single[title="left"]:hover:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.5%2012.5H2.5V14.1667H12.5V12.5ZM12.5%205.83333H2.5V7.5H12.5V5.83333ZM2.5%2010.8333H17.5V9.16667H2.5V10.8333ZM2.5%2017.5H17.5V15.8333H2.5V17.5ZM2.5%202.5V4.16667H17.5V2.5H2.5Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-single[title="right"]:hover:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M3%2016.5H16.5V15H3V16.5ZM7.5%2013.5H16.5V12H7.5V13.5ZM3%2010.5H16.5V9H3V10.5ZM7.5%207.5H16.5V6H7.5V7.5ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-single[title="center"]:hover:after{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6%2012V13.5H13.5V12H6ZM3%2016.5H16.5V15H3V16.5ZM3%2010.5H16.5V9H3V10.5ZM6%206V7.5H13.5V6H6ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .alignment-text .chosen-container-single .chosen-single span{margin:0;opacity:0}.text-tool-bar-options .chosen-container-single .chosen-single div b{height:10px;width:8px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%225%22%20viewBox%3D%220%200%208%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%201L4%204L7%201%22%20stroke%3D%22%23586EE0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");top:9px;left:3px;background-position:center}.text-tool-bar-options .chosen-with-drop .chosen-drop{border:none;background:#fff;box-shadow:0 16px 32px rgba(35,23,5,0.26);border-radius:5px 5px 5px 5px;padding:7px;text-align:center}.text-tool-bar-options .chosen-results .chosen-result{border:none;font-size:0;display:inline-block;width:100%;height:33px;padding:7px 0;background-repeat:no-repeat;background-position:center;border-radius:5px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.text-tool-bar-options .chosen-results .chosen-result:hover,.text-tool-bar-options .chosen-results .chosen-result.result-selected{background-color:#ebedfb}.text-tool-bar-options .chosen-results .chosen-result:active{box-shadow:inset 0 0 5px rgba(0,0,0,.15)}.text-tool-bar-options .chosen-results .chosen-result.result-selected{pointer-events:none}.text-tool-bar-options .chosen-results .chosen-result.text-align-left{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.5%2012.5H2.5V14.1667H12.5V12.5ZM12.5%205.83333H2.5V7.5H12.5V5.83333ZM2.5%2010.8333H17.5V9.16667H2.5V10.8333ZM2.5%2017.5H17.5V15.8333H2.5V17.5ZM2.5%202.5V4.16667H17.5V2.5H2.5Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-results .chosen-result.text-align-right{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M3%2016.5H16.5V15H3V16.5ZM7.5%2013.5H16.5V12H7.5V13.5ZM3%2010.5H16.5V9H3V10.5ZM7.5%207.5H16.5V6H7.5V7.5ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-results .chosen-result.text-align-center{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6%2012V13.5H13.5V12H6ZM3%2016.5H16.5V15H3V16.5ZM3%2010.5H16.5V9H3V10.5ZM6%206V7.5H13.5V6H6ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-results .chosen-result.text-align-left:hover,.text-tool-bar-options .chosen-results .chosen-result.text-align-left.result-selected{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.5%2012.5H2.5V14.1667H12.5V12.5ZM12.5%205.83333H2.5V7.5H12.5V5.83333ZM2.5%2010.8333H17.5V9.16667H2.5V10.8333ZM2.5%2017.5H17.5V15.8333H2.5V17.5ZM2.5%202.5V4.16667H17.5V2.5H2.5Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-results .chosen-result.text-align-right:hover,.text-tool-bar-options .chosen-results .chosen-result.text-align-right.result-selected{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M3%2016.5H16.5V15H3V16.5ZM7.5%2013.5H16.5V12H7.5V13.5ZM3%2010.5H16.5V9H3V10.5ZM7.5%207.5H16.5V6H7.5V7.5ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.text-tool-bar-options .chosen-results .chosen-result.text-align-center:hover,.text-tool-bar-options .chosen-results .chosen-result.text-align-center.result-selected{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6%2012V13.5H13.5V12H6ZM3%2016.5H16.5V15H3V16.5ZM3%2010.5H16.5V9H3V10.5ZM6%206V7.5H13.5V6H6ZM3%203V4.5H16.5V3H3Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .sp-replacer{padding:0;border:none;background:none}.customize-product-design-wrapper .sp-preview{background:none;width:25px;height:25px;border:none;margin-right:0}.customize-product-design-wrapper .sp-preview-inner{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:100%;width:100%;border:1px solid #607d8b6e}.customize-product-design-wrapper .sp-preview-inner.sp-clear-display{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Crect%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20y%3D%225%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20y%3D%2215%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20y%3D%2220%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%225%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%225%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%225%22%20y%3D%225%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%225%22%20y%3D%2215%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%225%22%20y%3D%2220%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2210%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%2210%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%2210%22%20y%3D%225%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2210%22%20y%3D%2215%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2210%22%20y%3D%2220%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%2215%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2215%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2215%22%20y%3D%225%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%2215%22%20y%3D%2215%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%2215%22%20y%3D%2220%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2219%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%2219%22%20y%3D%2210%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3Crect%20x%3D%2219%22%20y%3D%225%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2219%22%20y%3D%2215%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22%23C4C4C4%22%2F%3E %3Crect%20x%3D%2219%22%20y%3D%2220%22%20width%3D%225%22%20height%3D%225%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-wrapper .sp-dd{display:none}.sp-container.customize-product-color-picker-popup{border:none;border-radius:5px;box-shadow:0 16px 32px rgba(35,23,5,0.26)}.customize-product-color-picker-popup .sp-picker-container{background:#fff}.customize-product-color-picker-popup .sp-color{border:1px #ccc solid;right:13%}.customize-product-color-picker-popup .sp-top.sp-cf{margin-bottom:20px}.customize-product-color-picker-popup .sp-alpha{bottom:-16px;border-radius:5px}.customize-product-color-picker-popup .sp-alpha-inner{border:none;border-radius:5px}.customize-product-color-picker-popup .sp-alpha-handle{border-radius:5px;border:none;background:#586ee0;opacity:1}.customize-product-color-picker-popup .sp-hue{border:none;width:15px;border-radius:20px;left:auto;right:0;height:84%;top:22px}.customize-product-color-picker-popup .sp-hue .sp-slider{border-radius:15px}.customize-product-color-picker-popup .sp-clear.sp-clear-display{height:15px;width:15px;left:auto;border-radius:50%}.customize-product-color-picker-popup .sp-dragger{background:none;-webkit-box-shadow:0 0 2px rgba(0,0,0,.8);box-shadow:0 0 2px rgba(0,0,0,.8)}.sp-input-container input.sp-input{width:100%;margin:0;border-radius:3px;border:1px solid #dddfe5;height:28px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.sp-input-container input.sp-input:focus{border:1px solid #586ee0}.customize-product-color-picker-popup .sp-button-container button,.customize-product-color-picker-popup .sp-button-container .sp-cancel{background:#586ee0;border:none;padding:5px 10px;text-transform:capitalize;color:#fff!important;height:auto!important;line-height:normal;display:inline-block;font-size:13px;border-radius:3px;font-weight:normal;text-shadow:none;text-decoration:none;transition:all 300ms ease-out 0s}.customize-product-color-picker-popup .sp-button-container button:hover,.customize-product-color-picker-popup .sp-button-container .sp-cancel:hover{background:#4e5fb7}.customize-product-design-popup .multi-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.customize-product-design-popup .button{height:30px;width:30px;font-size:0;padding:5px;border:none!important;border-radius:5px;background-repeat:no-repeat!important;background-position:center!important;background-color:rgba(0,0,0,0);-webkit-transition:background 300ms ease-out 0s;-o-transition:background 300ms ease-out 0s;transition:background 300ms ease-out 0s}.customize-product-design-popup .button:hover{background-color:#ebedfb}.customize-product-design-popup .button:active{box-shadow:inset 0 0 5px rgba(0,0,0,0.15)}.customize-product-design-popup .button.back{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.5%205.83333H5.83333V7.5H7.5V5.83333ZM7.5%209.16667H5.83333V10.8333H7.5V9.16667ZM7.5%202.5C6.575%202.5%205.83333%203.25%205.83333%204.16667H7.5V2.5ZM10.8333%2012.5H9.16667V14.1667H10.8333V12.5ZM15.8333%202.5V4.16667H17.5C17.5%203.25%2016.75%202.5%2015.8333%202.5ZM10.8333%202.5H9.16667V4.16667H10.8333V2.5ZM7.5%2014.1667V12.5H5.83333C5.83333%2013.4167%206.575%2014.1667%207.5%2014.1667ZM15.8333%2010.8333H17.5V9.16667H15.8333V10.8333ZM15.8333%207.5H17.5V5.83333H15.8333V7.5ZM15.8333%2014.1667C16.75%2014.1667%2017.5%2013.4167%2017.5%2012.5H15.8333V14.1667ZM4.16667%205.83333H2.5V15.8333C2.5%2016.75%203.24167%2017.5%204.16667%2017.5H14.1667V15.8333H4.16667V5.83333ZM12.5%204.16667H14.1667V2.5H12.5V4.16667ZM12.5%2014.1667H14.1667V12.5H12.5V14.1667Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .button.front{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.5%2010.8333H4.16667V9.16667H2.5V10.8333ZM2.5%2014.1667H4.16667V12.5H2.5V14.1667ZM4.16667%2017.5V15.8333H2.5C2.5%2016.75%203.24167%2017.5%204.16667%2017.5ZM2.5%207.5H4.16667V5.83333H2.5V7.5ZM12.5%2017.5H14.1667V15.8333H12.5V17.5ZM15.8333%202.5H7.5C6.575%202.5%205.83333%203.25%205.83333%204.16667V12.5C5.83333%2013.4167%206.575%2014.1667%207.5%2014.1667H15.8333C16.75%2014.1667%2017.5%2013.4167%2017.5%2012.5V4.16667C17.5%203.25%2016.75%202.5%2015.8333%202.5ZM15.8333%2012.5H7.5V4.16667H15.8333V12.5ZM9.16667%2017.5H10.8333V15.8333H9.16667V17.5ZM5.83333%2017.5H7.5V15.8333H5.83333V17.5Z%22%20fill%3D%22%23767684%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .button.duplicate{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M16.6667%207.5H9.16667C8.24619%207.5%207.5%208.24619%207.5%209.16667V16.6667C7.5%2017.5871%208.24619%2018.3333%209.16667%2018.3333H16.6667C17.5871%2018.3333%2018.3333%2017.5871%2018.3333%2016.6667V9.16667C18.3333%208.24619%2017.5871%207.5%2016.6667%207.5Z%22%20stroke%3D%22%23767684%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.16667%2012.5H3.33333C2.89131%2012.5%202.46738%2012.3244%202.15482%2012.0118C1.84226%2011.6992%201.66667%2011.2753%201.66667%2010.8333V3.33329C1.66667%202.89127%201.84226%202.46734%202.15482%202.15478C2.46738%201.84222%202.89131%201.66663%203.33333%201.66663H10.8333C11.2754%201.66663%2011.6993%201.84222%2012.0118%202.15478C12.3244%202.46734%2012.5%202.89127%2012.5%203.33329V4.16663%22%20stroke%3D%22%23767684%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .button.delete{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.5%205H4.16667H17.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M6.66666%205V3.33333C6.66666%202.8913%206.84226%202.46738%207.15482%202.15482C7.46738%201.84226%207.8913%201.66666%208.33333%201.66666H11.6667C12.1087%201.66666%2012.5326%201.84226%2012.8452%202.15482C13.1577%202.46738%2013.3333%202.8913%2013.3333%203.33333V5M15.8333%205V16.6667C15.8333%2017.1087%2015.6577%2017.5326%2015.3452%2017.8452C15.0326%2018.1577%2014.6087%2018.3333%2014.1667%2018.3333H5.83333C5.3913%2018.3333%204.96738%2018.1577%204.65482%2017.8452C4.34226%2017.5326%204.16666%2017.1087%204.16666%2016.6667V5H15.8333Z%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M8.33334%209.16666V14.1667%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M11.6667%209.16666V14.1667%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .button.back:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.5%205.83333H5.83333V7.5H7.5V5.83333ZM7.5%209.16667H5.83333V10.8333H7.5V9.16667ZM7.5%202.5C6.575%202.5%205.83333%203.25%205.83333%204.16667H7.5V2.5ZM10.8333%2012.5H9.16667V14.1667H10.8333V12.5ZM15.8333%202.5V4.16667H17.5C17.5%203.25%2016.75%202.5%2015.8333%202.5ZM10.8333%202.5H9.16667V4.16667H10.8333V2.5ZM7.5%2014.1667V12.5H5.83333C5.83333%2013.4167%206.575%2014.1667%207.5%2014.1667ZM15.8333%2010.8333H17.5V9.16667H15.8333V10.8333ZM15.8333%207.5H17.5V5.83333H15.8333V7.5ZM15.8333%2014.1667C16.75%2014.1667%2017.5%2013.4167%2017.5%2012.5H15.8333V14.1667ZM4.16667%205.83333H2.5V15.8333C2.5%2016.75%203.24167%2017.5%204.16667%2017.5H14.1667V15.8333H4.16667V5.83333ZM12.5%204.16667H14.1667V2.5H12.5V4.16667ZM12.5%2014.1667H14.1667V12.5H12.5V14.1667Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .button.front:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.5%2010.8333H4.16667V9.16667H2.5V10.8333ZM2.5%2014.1667H4.16667V12.5H2.5V14.1667ZM4.16667%2017.5V15.8333H2.5C2.5%2016.75%203.24167%2017.5%204.16667%2017.5ZM2.5%207.5H4.16667V5.83333H2.5V7.5ZM12.5%2017.5H14.1667V15.8333H12.5V17.5ZM15.8333%202.5H7.5C6.575%202.5%205.83333%203.25%205.83333%204.16667V12.5C5.83333%2013.4167%206.575%2014.1667%207.5%2014.1667H15.8333C16.75%2014.1667%2017.5%2013.4167%2017.5%2012.5V4.16667C17.5%203.25%2016.75%202.5%2015.8333%202.5ZM15.8333%2012.5H7.5V4.16667H15.8333V12.5ZM9.16667%2017.5H10.8333V15.8333H9.16667V17.5ZM5.83333%2017.5H7.5V15.8333H5.83333V17.5Z%22%20fill%3D%22%23586EE0%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .button.duplicate:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M16.6667%207.5H9.16667C8.24619%207.5%207.5%208.24619%207.5%209.16667V16.6667C7.5%2017.5871%208.24619%2018.3333%209.16667%2018.3333H16.6667C17.5871%2018.3333%2018.3333%2017.5871%2018.3333%2016.6667V9.16667C18.3333%208.24619%2017.5871%207.5%2016.6667%207.5Z%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.16667%2012.5H3.33333C2.89131%2012.5%202.46738%2012.3244%202.15482%2012.0118C1.84226%2011.6992%201.66667%2011.2753%201.66667%2010.8333V3.33329C1.66667%202.89127%201.84226%202.46734%202.15482%202.15478C2.46738%201.84222%202.89131%201.66663%203.33333%201.66663H10.8333C11.2754%201.66663%2011.6993%201.84222%2012.0118%202.15478C12.3244%202.46734%2012.5%202.89127%2012.5%203.33329V4.16663%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .button.delete:hover{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.5%205H4.16667H17.5%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M6.66666%205.00001V3.33334C6.66666%202.89131%206.84226%202.46739%207.15482%202.15483C7.46738%201.84227%207.8913%201.66667%208.33333%201.66667H11.6667C12.1087%201.66667%2012.5326%201.84227%2012.8452%202.15483C13.1577%202.46739%2013.3333%202.89131%2013.3333%203.33334V5.00001M15.8333%205.00001V16.6667C15.8333%2017.1087%2015.6577%2017.5326%2015.3452%2017.8452C15.0326%2018.1577%2014.6087%2018.3333%2014.1667%2018.3333H5.83333C5.3913%2018.3333%204.96738%2018.1577%204.65482%2017.8452C4.34226%2017.5326%204.16666%2017.1087%204.16666%2016.6667V5.00001H15.8333Z%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M8.33334%209.16667V14.1667%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M11.6667%209.16667V14.1667%22%20stroke%3D%22%23586EE0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.component-config.image .alert-of-image-upload{display:block;overflow:hidden;line-height:1.4;font-size:12px;color:#505050}.component-config.image .wcui-checkbox{background:#e6e9eb;height:18px;width:32px;border-radius:18px;margin:2px 9px 0 0;float:left;position:relative;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.component-config.image .wcui-checkbox.checked{background:#586ee0}.component-config.image .wcui-checkbox:after{content:'';height:14px;width:14px;left:16px;top:2px;border-radius:18px;background:#fff;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.05);box-shadow:0 0 2px rgba(0,0,0,0.05);position:absolute;top:2px;left:3px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.component-config.image .wcui-checkbox.checked:after{left:calc(100% - 17px)}.component-config.image .alert-of-image-upload a{color:#586ee0;text-decoration:underline}.component-config.image .alert-of-image-upload a:visited{color:#f3b345}.component-config.image .alert-of-image-upload a:hover{color:#7079a7}.component-config.image .image-uploader-config-panel{position:relative}.component-config.image .image-uploader-config-panel:after{background-color:rgba(255,255,255,.85);content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;opacity:.75;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.component-config.image .image-uploader-config-panel.active:after{opacity:0;visibility:hidden}.component-config.image .form-image-block{position:relative;padding-bottom:10px}.component-config.image .dropzone-wrapper{height:155px;position:relative;z-index:1;margin:0 0 14px}.component-config.image .dropzone{border:2px dashed #dddfe5;border-radius:5px;position:absolute;left:0;right:0;top:0;bottom:0}.component-config.image .dropzone.drag-over{border:2px dashed rgba(88,110,224,0.5)}.component-config.image .dropzone-text{text-align:center;font-size:16px;color:#767684;position:absolute;top:52px;left:0;right:0;z-index:-1}.component-config.image .dropzone .wc-icon{height:28px;width:28px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M24.5%2017.5V22.1667C24.5%2022.7855%2024.2542%2023.379%2023.8166%2023.8166C23.379%2024.2542%2022.7855%2024.5%2022.1667%2024.5H5.83333C5.21449%2024.5%204.621%2024.2542%204.18342%2023.8166C3.74583%2023.379%203.5%2022.7855%203.5%2022.1667V17.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M19.8333%209.33333L14%203.5L8.16666%209.33333%22%20stroke%3D%22%23767684%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M14%203.5V17.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");position:absolute;top:20px;left:50%;margin-left:-14px;z-index:-1}.component-config.image .preview-image{text-align:center}.component-config.image .masked-file-input{display:none}.component-config.image .preview-image img{max-width:100%;max-height:75px}.component-config.image .image-height-width{margin-left:-5px;margin-right:-5px;border-top:none;padding-top:0}.component-config.image .image-height-width .form-row{width:50%;padding:0 5px;position:relative}.component-config.image .image-height-width input{width:100%;margin:0;border:1px solid #dddfe5;height:32px;border-radius:3px}.component-config.image .image-height-width label{margin:0 0 7px}.customize-product-design-wrapper .filler-row.each-component.bmui-resizable.bmui-draggable.bmui-draggable-cloned-helper:before,.filler-row.each-component.bmui-resizable.bmui-draggable.bmui-draggable-cloned-helper:after{content:"";height:1px;width:4000px;background-color:rgba(143,32,213,0.2);position:absolute;left:-2000px;top:-1px;z-index:9999}.customize-product-design-wrapper .filler-row.each-component.bmui-resizable.bmui-draggable.bmui-draggable-cloned-helper:after{top:auto;bottom:-1px}.customize-product-design-wrapper .filler-row.each-component.bmui-resizable.bmui-draggable.bmui-draggable-cloned-helper .value:before,.filler-row.each-component.bmui-resizable.bmui-draggable.bmui-draggable-cloned-helper .value:after{content:"";width:1px;height:4000px;background-color:rgba(143,32,213,0.2);position:absolute;top:-2000px;left:-1px;z-index:9999}.customize-product-design-wrapper .filler-row.each-component.bmui-resizable.bmui-draggable.bmui-draggable-cloned-helper .value:after{left:auto;right:-1px}#webcommander-page.wc-popup-open{overflow:hidden}.customize-product-color-picker-popup .sp-palette-container{background-color:#fff;border-right:solid 1px #f6f6f9}.noselect-switch-customize-popup{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.customize-product-design-wrapper .clipArt-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.customize-product-design-wrapper .clipArt-image-container .image{border:2px solid #f6f6f9;padding:5px;height:90px;width:33.333%}.customize-product-design-wrapper .clipArt-image-container .image img{max-height:100%;max-width:100%;vertical-align:middle;display:block;margin:auto;height:100%;object-fit:contain}.fee .widget.widget-tabAccordion.home_title_style .product-block.product-view-height-width,.fee .widget-product.home-product .product-block.product-view-height-width{width:267px}.design-view-popup.popup{max-width:900px!important;min-width:200px!important;background-color:#f6f6f9}.popup-mask.design-view-popup-mask{max-width:100vw;max-height:100vh}.design-view-popup.site-popup.popup.active .title-bar{background-color:#fff!important;border-bottom:1px #e6e9eb solid!important;padding:15px 40px 15px 30px!important}.design-view-popup .title-bar .title{color:#2b2a35!important;font-weight:bold!important;font-size:16px!important}.design-view-popup.popup .content{max-height:100%;background-color:rgba(0,0,0,0)}.design-view-popup.popup .editing-area{border:none!important;background-color:rgba(0,0,0,0)!important}.design-view-popup.popup .area-preview-name-tag{display:none}.design-view-popup.site-popup .title-bar .close{top:15px!important;right:15px!important;left:auto!important;bottom:auto!important;position:absolute!important}.design-view-popup .title-bar span.close:before{height:16px;width:18px;display:inline-block;content:"";background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M13.5%204.5L4.5%2013.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.5%204.5L13.5%2013.5%22%20stroke%3D%22%23767684%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-wrapper .clipArt-image-container .image:hover{border-color:#586ee047;cursor:pointer}#bmui-tab-designClipArts .header.header-action{height:40px}.print-area-dropdown-wrapper .actions{float:right}.customize-product-design-wrapper .each-component img{vertical-align:middle!important;display:block!important}.customize-product-design-wrapper .filler-row.each-component{z-index:5}.already-in-design-layers .arrange-design-layers{display:none}span.button.customized-designed-edit{border-radius:3px;padding:5px 10px;color:#fff;background-color:#586ee0;margin-left:10px}span.button.customized-designed-edit:hover{background-color:#4e5fb7}span.button.customized-designed-edit:before{content:'\00f040';font-family:'FontAwesome';margin-right:7px;font-size:13px;line-height:normal}.site-popup.preview-customized-design-customer-panel{max-width:100%!important}.site-popup.preview-customized-design-customer-panel .content{max-height:100%!important}.image-uploader-config-panel .accepted-file-type-size .upload-info{display:flex;flex-flow:row nowrap;flex-wrap:wrap;margin:0 -3px;justify-content:center}.image-uploader-config-panel .accepted-file-type-size .upload-info span{background:#fff;border:1px solid rgba(0,0,0,.1);border-width:1px 0 0 1px;border-radius:3px;text-align:center;text-transform:uppercase;font-size:11px;line-height:11px;font-weight:500;color:#6c757d;padding:3px 6px;margin:3px 2px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.1),-1px -1px 2px 0 hsla(0,0%,100%,.42)}.image-uploader-config-panel .accepted-file-type-size{padding:0 5px;margin:0;border:none;width:100%;padding-top:5px;text-align:center}.accepted-file-type-size.small-txt{text-align:center}.accepted-file-type-size .small-txt{font-size:11px;font-family:'Open Sans',sans-serif;color:#172029;font-weight:600}.customize-product-information-panel-right .arrange-design-layers{margin-top:2px}.customize-product-information-panel-right .agree-with-condition-wrapper.hidden{display:none}.sp-palette-only.customize-product-color-picker-popup .sp-palette-row span.sp-thumb-el{width:30px;height:30px;border-radius:4px}.sp-palette-only.customize-product-color-picker-popup .sp-palette-row span.sp-thumb-el span.sp-thumb-inner{border-radius:4px}.component-config.image .dropzone-wrapper.file-added{position:absolute;background:#607d8b14;width:100%;z-index:10;cursor:pointer;border-radius:5px}.image-uploader-config-panel .dropzone-wrapper.file-added~.preview-image{height:155px;display:flex;margin:10px 0 14px}.dropzone-wrapper medium.dropzone-with-browse-button.single-file-with-preview.file-added .nx-drop-box,.file-added .dropzone-with-browse-view .nx-drop-box{display:none}.dropzone-wrapper.file-added .dropzone-with-browse-view{height:155px;width:100%}.image-uploader-config-panel .dropzone-wrapper.file-added~.preview-image img#doc-image-preview{margin:auto;max-height:147px;padding-top:10px}.customize-product-design-wrapper .dropzone-wrapper:before{content:"Replace Image";font-size:13px;color:#4e5fb7;line-height:20px;padding:9px 30px;width:150px;text-align:center;border-radius:20px;position:absolute;top:50%;left:50%;background-color:rgba(255,255,255,0.9);border:1px #4e5fb7 solid;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.customize-product-design-wrapper .dropzone-wrapper:hover:before{background-color:#4e5fb7;color:#fff}.customize-product-design-popup .scrollbar-handle{position:absolute}.customize-product-design-popup .scrollbar.vertical{width:8px;right:0!important}.customize-product-design-popup.site-popup.popup{position:fixed!important}.preview-customized-design-customer-panel .print-image-item-image{background:#0000;width:366px;border:1px solid #1199c44f;background-image:url(../../images/file-library-pixel.png);background-repeat:repeat}.preview-customized-design-customer-panel .printable-image-list{display:flex;flex-wrap:wrap}.preview-customized-design-customer-panel .print-image-item{width:50%;margin-bottom:5px}.paint-element-config-panel.hidden{display:none}.customize-product-design-popup-mask~.notification.popup.alert{background-color:#fff;border:2px #ff572280 solid}.customize-product-design-popup-mask~.notification.popup.alert .close{top:20px;right:12px}.customize-product-design-popup-mask~.notification.popup.alert *{color:#222}.customize-product-design-popup-mask~.notification.popup.alert .icon{background:none;margin-top:0}.customize-product-design-popup-mask~.notification.popup.alert .icon:after{content:"\00f071";font-family:"Fontawesome";font-size:18px;margin-top:0;color:#ffab00}.customize-product-design-popup-mask~.notification.popup.alert .close:after{content:"\00f00d";font-family:"Fontawesome";font-size:18px;color:#919090}.preview-customized-design-customer-panel .print-image-item .print-image-item-image img{height:100%;width:100%}.ui-resizable-handle.ui-resizable-nw{cursor:se-resize;width:3px;height:3px;left:-5px;top:-4px}.ui-resizable-handle.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:0;top:-4px}.ui-resizable-handle.ui-resizable-sw{cursor:sw-resize;width:3px;height:3px;left:-5px;bottom:1px}.ui-resizable-handle.ui-resizable-se{cursor:se-resize;width:3px;height:3px;right:3px;bottom:1px}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.customize-product-design-popup .div-mask{z-index:100}.customize-product-information-panel-right .image-uploader-config-panel .div-mask{z-index:20}.preview-customized-design #bmui-tab-mockup{height:590px}.on-screen-help.customise-editor{height:466px;width:466px;position:absolute;background:#586ee0eb;color:#ffff;z-index:99;font-size:18px;border-radius:50%;top:-210px;left:-77px;padding:266px 0 0 186px}@-webkit-keyframes wc_bounce{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0;top:-75px;left:-4px}to{-webkit-transform:scale(1);transform:scale(1);opacity:1;top:-210px;left:-77px}}@keyframes wc_bounce{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0;top:-75px;left:-4px}to{-webkit-transform:scale(1);transform:scale(1);opacity:1;top:-210px;left:-77px}}@-webkit-keyframes wc_slide-down{0%{opacity:0}30%{opacity:0}to{opacity:1}}@keyframes wc_slide-down{0%{opacity:0}30%{opacity:0}to{opacity:1}}.on-screen-help.customise-editor.bounce-animation{-webkit-animation:wc_bounce 600ms;animation:wc_bounce 600ms}.on-screen-help.customise-editor.bounce-animation .left{-webkit-animation:wc_slide-down 1.5s;animation:wc_slide-down 1.5s}.on-screen-help.customise-editor.bounce-animation .right{-webkit-animation:wc_slide-down 1.2s;animation:wc_slide-down 1.2s}.on-screen-help.customise-editor .left{position:absolute;left:85px;top:263px}.on-screen-help.customise-editor .text-add-button{background-color:#fff;padding:16px 5px 5px;position:relative;height:74px;width:74px;display:block;line-height:32px;cursor:pointer;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s;border-radius:4px;text-align:center;margin-bottom:1px}.on-screen-help.customise-editor .text-title{font-size:14px;color:#545465;line-height:normal;display:inline-block}.on-screen-help.customise-editor .text-title:before{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15%208.33325H5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M17.5%205H2.5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M17.5%2011.6667H2.5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M15%2015H5%22%20stroke%3D%22%23545465%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");content:'';height:20px;width:20px;display:block;margin:0 auto;vertical-align:middle;background-repeat:no-repeat!important;background-position:center!important}.on-screen-help.customise-editor .right{margin-top:-10px}.on-screen-help.customise-editor .title-text{font-size:28px;color:#fff;line-height:normal;padding-bottom:10px}.on-screen-help.customise-editor .direction-text{font-size:18px;color:#fff;padding-bottom:20px;padding-right:47px}.on-screen-help.customise-editor .got-it-button{font-weight:500;font-size:18px;color:#fff;cursor:pointer}.customize-product-design-popup .paint-element-config-panel-wrapper{display:flex;flex-direction:column}.customize-product-design-popup .paint-element-config-panel{flex:1 1 auto;background-color:#fff;width:312px}.customize-product-design-popup .arrange-design-layers{font-size:15px;color:#2b2a35;background-color:#fff;padding:12px 6px 6px;border-top:1px #f2f2f2 solid;align-items:center;cursor:pointer;position:absolute;width:calc(100% - 4px);bottom:33px}.customize-product-design-popup .arrange-design-layers:hover{color:#586ee0}.customize-product-design-popup .arrange-design-layers .layers-to-icon{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%2013L7%207L1%201%22%20stroke%3D%22%23828282%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");font-size:0;width:8px;height:14px;position:absolute;top:18px;right:8px}.customize-product-design-popup .arrange-design-layers:hover .layers-to-icon{background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%2013L7%207L1%201%22%20stroke%3D%22%23586EE0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E")}.customize-product-design-popup .variation-color-selection-to-product-customise{display:flex;text-align:center;justify-content:center;margin-bottom:30px}.customize-product-design-popup .variation-color-selection-to-product-customise .variation-value.color{height:26px;width:26px;margin:0 7px;cursor:pointer;border-radius:50%;position:relative}.customize-product-design-popup .variation-color-selection-to-product-customise .variation-value.color:after{content:"";height:32px;width:32px;border:1px #f6f6f9 solid;position:absolute;left:-3px;border-radius:50%;top:-3px}.customize-product-design-popup .variation-color-selection-to-product-customise .variation-value.color.selected:after{border:1px #4978e4 solid}.customize-product-design-popup .variation-color-selection-to-product-customise .variation-value.color.selected:before{content:"\00f00c";font-family:"Fontawesome";color:#fff;line-height:25px}.customize-product-information-panel-right .preview-area-single{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:15px}.customize-product-information-panel-right .product-preview-areas .image{height:80px;width:80px;border:1px solid #e6e9eb;border-radius:3px;padding:3px;background-color:#fff;margin-left:15px;order:1}.customize-product-information-panel-right .product-preview-areas .selected .image{border:1px solid #586ee0}.customize-product-information-panel-right .product-preview-areas img{max-width:100%;max-height:100%;height:auto;width:auto}.customize-product-information-panel-right .area-name{font-size:14px;color:#767684;visibility:hidden}.customize-product-information-panel-right .selected .area-name{visibility:visible;color:#586ee0}.form-row.agree-with-condition-wrapper.hidden{display:none}.customize-product-design-wrapper .each-component .ui-resizable-handle{visibility:hidden}.item-qnty-add-to-cart-wrapper{display:flex;border:1px solid #586ee059;border-radius:3px;margin-left:112px}.top-customize-panel .top-right-panel{display:flex;justify-content:flex-end}.item-qnty-add-to-cart-wrapper .stepper{width:100%;height:42px!important}.popup .top-customize-panel .stepper .stepper-arrow{font-size:0}.popup .top-customize-panel .stepper .stepper-arrow.up::before{line-height:34px!important}.popup .top-customize-panel .stepper .stepper-arrow.down::before{line-height:36px!important}.popup .top-customize-panel .item-qnty-add-to-cart-wrapper .stepper{background-color:rgba(88,110,224,0.1);border-radius:5px;margin-right:0}.popup .top-customize-panel .item-qnty-add-to-cart-wrapper{border:none;margin-left:7px}.product3dContainer .container{width:auto;padding:0}.product3dContainer #container canvas{margin-left:8%;height:calc(100vh - 68px)!important}.product3dContainer .body-customize-panel{height:auto;display:block;background-color:#fff}.product3dContainer .body-customize-panel .container:before,.product3dContainer .body-customize-panel .container:after{display:none}.product3dContainer span.egseas{margin:0;padding:0;float:none;font-size:14px;font-weight:400;padding-left:10px}.product3dContainer{font-family:"Segoe UI",Verdana,Arial,sans-serif;color:#333;font-size:14px}.right-panel-3d-comp-properties,.center-panel-3d-components{border:1px #e6e9eb solid}.product3dContainer .left-panel-3d-editor{position:absolute;width:466px;top:0;bottom:0;left:0;background-color:#586ee029}.product3dContainer .body-customize-panel .container{position:relative;height:calc(100vh - 58px)}.product3dContainer .left-3d-editable-area-elements{height:100%;width:75px;margin-top:42px}.product3dContainer .left-3d-editable-area-elements div{position:relative;padding:10px 5px;text-align:center;cursor:pointer;height:60px;width:60px;margin-left:8px;border-radius:50%;margin-bottom:11px;background-color:#fff;box-shadow:0 0 5px rgba(0,0,0,.20);overflow:hidden}.product3dContainer .left-3d-editable-area-elements div.active{position:relative;z-index:2;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.40)}.product3dContainer .left-3d-editable-area-elements div:before{content:"";height:60px;width:60px;position:absolute;left:-100%;top:-100%;background-color:#586ee0;transform:scale(0);transition:all 600ms ease-out 0s;border-radius:50%;transform-origin:50%;opacity:0}.product3dContainer .left-3d-editable-area-elements div.active:before{transform:scale(5);opacity:1}.product3dContainer .left-3d-editable-area-elements div .label{display:block;margin-top:3px;line-height:normal;color:#333;opacity:0;transition:all 300ms ease-out 0s}.product3dContainer .left-3d-editable-area-elements div:hover .label,.product3dContainer .left-3d-editable-area-elements div.active .label{opacity:1}.product3dContainer .left-3d-editable-area-elements div .icon{content:"";display:block;height:40px;width:32px;background-repeat:no-repeat;margin:0 auto;position:relative}.product3dContainer .left-3d-editable-area-elements .text-editor-tab .icon{margin-top:5px}.product3dContainer .left-3d-editable-area-elements .paint-fill-color-tab .icon{background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E %3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E %3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B %3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E %3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E %3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E %3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E %3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E %3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E %3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E %3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E ]%3E %3Csvg%20version%3D%221.1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22 %20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2240px%22 %20viewBox%3D%22-6.232%20-7.969%2032%2040%22%20enable-background%3D%22new%20-6.232%20-7.969%2032%2040%22%20xml%3Aspace%3D%22preserve%22%3E %3Cmetadata%3E %3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E %3Cslices%3E%3C%2Fslices%3E %3CsliceSourceBounds%20%20width%3D%2231.526%22%20height%3D%2238.833%22%20y%3D%22281.084%22%20x%3D%22383.737%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E %3C%2Fsfw%3E %3C%2Fmetadata%3E %3Cg%20id%3D%22bucket-with-paint%22%20display%3D%22none%22%3E %3Cg%20display%3D%22inline%22%3E %3Cpath%20id%3D%22Path_5%22%20fill%3D%22%23303030%22%20d%3D%22M24.673%2C12.582L10.309-1.783C9.43-2.661%2C8.089-2.889%2C6.969-2.349v-1.647 c0-1.871-1.517-3.389-3.389-3.389H3.528c-1.872%2C0-3.389%2C1.518-3.389%2C3.389V6.39l-4.482%2C4.506c-2.203%2C2.208-2.203%2C5.784%2C0%2C7.99 l6.864%2C6.869c2.21%2C2.2%2C5.784%2C2.2%2C7.993%2C0l8.652-8.653v7.765c0.002%2C1.403%2C1.138%2C2.539%2C2.54%2C2.541h0.035 c1.398-0.002%2C2.536-1.138%2C2.54-2.541v-3.619c0-0.468-0.381-0.848-0.848-0.848s-0.845%2C0.38-0.845%2C0.848v3.618 c-0.003%2C0.47-0.381%2C0.848-0.852%2C0.849h-0.032c-0.469-0.001-0.848-0.379-0.85-0.849v-9.817c0-0.026%2C0-0.054%2C0-0.081 c0-0.038%2C0-0.012%2C0-0.018s0-0.043-0.01-0.064v-0.016c0-0.024-0.01-0.044-0.016-0.064v-0.012c0-0.025-0.017-0.046-0.025-0.066l0%2C0 c-0.01-0.024-0.019-0.045-0.033-0.067v-0.011c-0.011-0.021-0.022-0.04-0.037-0.06l-0.012-0.021 c-0.014-0.015-0.023-0.031-0.035-0.045c-0.013-0.02-0.038-0.044-0.057-0.064l-6.182-6.156l-0.935-0.935 c-0.333-0.326-0.869-0.32-1.196%2C0.014c-0.322%2C0.328-0.322%2C0.853%2C0%2C1.182l0.938%2C0.935l5.555%2C5.548l-9.498%2C9.51 c-1.547%2C1.546-4.053%2C1.546-5.599%2C0l-6.865-6.863c-1.546-1.546-1.546-4.055%2C0-5.602l8.434-8.43v8.28 c0%2C0.468%2C0.378%2C0.846%2C0.846%2C0.846c0.468%2C0%2C0.845-0.378%2C0.845-0.846l0%2C0V3.225l1.65%2C1.647l0.027%2C0.026v8.505 c0.001%2C1.402%2C1.138%2C2.539%2C2.539%2C2.541h0.032c1.404-0.002%2C2.539-1.139%2C2.542-2.541c0-0.468-0.378-0.847-0.847-0.847 c-0.467%2C0-0.846%2C0.379-0.846%2C0.847c0%2C0.469-0.382%2C0.85-0.85%2C0.85l0%2C0H11.19c-0.471%2C0-0.85-0.381-0.85-0.85l0%2C0V4.543 c0-0.224-0.091-0.438-0.249-0.599L9.818%2C3.67L7.342%2C1.194c-0.481-0.482-0.481-1.261%2C0-1.747l0.03-0.027 c0.482-0.481%2C1.263-0.481%2C1.746%2C0l14.364%2C14.365c0.482%2C0.482%2C0.482%2C1.262%2C0%2C1.746l-0.03%2C0.028 c-0.104%2C0.104-0.232%2C0.187-0.367%2C0.246c-0.427%2C0.19-0.611%2C0.693-0.419%2C1.117c0.192%2C0.428%2C0.692%2C0.615%2C1.118%2C0.424 c0.322-0.145%2C0.611-0.344%2C0.861-0.591l0.03-0.031C25.816%2C15.579%2C25.816%2C13.726%2C24.673%2C12.582 C24.675%2C12.583%2C24.673%2C12.582%2C24.673%2C12.582z%20M1.853%2C4.696v-8.693c0-0.932%2C0.757-1.688%2C1.69-1.689h0.05 C4.526-5.685%2C5.28-4.928%2C5.283-3.997v5.263L1.853%2C4.696z%22%2F%3E %3Cpath%20id%3D%22Path_6%22%20fill%3D%22%23303030%22%20d%3D%22M15.408%2C25.716c-1.582%2C0-2.866%2C1.283-2.866%2C2.867c0%2C1.58%2C1.284%2C2.863%2C2.866%2C2.863 c1.584%2C0%2C2.866-1.283%2C2.866-2.863C18.274%2C27%2C16.99%2C25.718%2C15.408%2C25.716z%20M15.408%2C29.752c-0.649%2C0-1.175-0.527-1.175-1.175 c0-0.649%2C0.525-1.178%2C1.175-1.178c0.65%2C0%2C1.177%2C0.526%2C1.177%2C1.178l0%2C0c0.004%2C0.646-0.521%2C1.176-1.171%2C1.179c0%2C0-0.003%2C0-0.006%2C0 V29.752z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E %3Cg%20id%3D%22Layer_2%22%3E %3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2215.414%22%20cy%3D%2228.614%22%20r%3D%222.25%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.32%2C13.396 c0%2C1.068-0.868%2C1.938-1.938%2C1.938c-1.068%2C0-1.937-0.869-1.937-1.938L9.622%2C4.51l-3.25-3.25l-9.805%2C9.378 c-2.212%2C2.141-2.27%2C5.673-0.129%2C7.885l6.032%2C6.187c2.212%2C2.141%2C5.744%2C2.083%2C7.885-0.13l9.378-9.805l-6.934-7.025%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.914%2C14.895l-0.176%2C10.198 c0%2C1.068%2C0.868%2C1.938%2C1.937%2C1.938c1.069%2C0%2C1.938-0.869%2C1.938-1.938v-3.947%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0.893%2C6.406V-3.969 c0-1.484%2C1.203-2.688%2C2.688-2.688l0%2C0c1.484%2C0%2C2.688%2C1.203%2C2.688%2C2.688v16.313%22%2F%3E %3C%2Fg%3E %3Cg%20id%3D%22Layer_3%22%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.222-0.927 c0.094-0.158%2C0.208-0.306%2C0.344-0.441l0%2C0c0.876-0.876%2C2.297-0.876%2C3.175%2C0l14.512%2C14.503c0.877%2C0.876%2C0.877%2C2.296%2C0.001%2C3.173l0%2C0 %22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}.product3dContainer .left-3d-editable-area-elements .paint-fill-color-tab.active .icon{background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E %3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E %3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B %3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E %3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E %3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E %3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E %3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E %3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E %3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E %3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E ]%3E %3Csvg%20version%3D%221.1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22 %20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2240px%22 %20viewBox%3D%22-6.232%20-7.969%2032%2040%22%20enable-background%3D%22new%20-6.232%20-7.969%2032%2040%22%20xml%3Aspace%3D%22preserve%22%3E %3Cmetadata%3E %3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E %3Cslices%3E%3C%2Fslices%3E %3CsliceSourceBounds%20%20width%3D%2231.526%22%20height%3D%2238.833%22%20y%3D%22281.084%22%20x%3D%22383.737%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E %3C%2Fsfw%3E %3C%2Fmetadata%3E %3Cg%20id%3D%22bucket-with-paint%22%20display%3D%22none%22%3E %3Cg%20display%3D%22inline%22%3E %3Cpath%20id%3D%22Path_5%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M24.673%2C12.582L10.309-1.783C9.43-2.661%2C8.089-2.889%2C6.969-2.349v-1.647 c0-1.871-1.517-3.389-3.389-3.389H3.528c-1.872%2C0-3.389%2C1.518-3.389%2C3.389V6.39l-4.482%2C4.506c-2.203%2C2.208-2.203%2C5.784%2C0%2C7.99 l6.864%2C6.869c2.21%2C2.2%2C5.784%2C2.2%2C7.993%2C0l8.652-8.653v7.765c0.002%2C1.403%2C1.138%2C2.539%2C2.54%2C2.541h0.035 c1.398-0.002%2C2.536-1.138%2C2.54-2.541v-3.619c0-0.468-0.381-0.848-0.848-0.848s-0.845%2C0.38-0.845%2C0.848v3.618 c-0.003%2C0.47-0.381%2C0.848-0.852%2C0.849h-0.032c-0.469-0.001-0.848-0.379-0.85-0.849v-9.817c0-0.026%2C0-0.054%2C0-0.081 c0-0.038%2C0-0.012%2C0-0.018s0-0.043-0.01-0.064v-0.016c0-0.024-0.01-0.044-0.016-0.064v-0.012c0-0.025-0.017-0.046-0.025-0.066l0%2C0 c-0.01-0.024-0.019-0.045-0.033-0.067v-0.011c-0.011-0.021-0.022-0.04-0.037-0.06l-0.012-0.021 c-0.014-0.015-0.023-0.031-0.035-0.045c-0.013-0.02-0.038-0.044-0.057-0.064l-6.182-6.156l-0.935-0.935 c-0.333-0.326-0.869-0.32-1.196%2C0.014c-0.322%2C0.328-0.322%2C0.853%2C0%2C1.182l0.938%2C0.935l5.555%2C5.548l-9.498%2C9.51 c-1.547%2C1.546-4.053%2C1.546-5.599%2C0l-6.865-6.863c-1.546-1.546-1.546-4.055%2C0-5.602l8.434-8.43v8.28 c0%2C0.468%2C0.378%2C0.846%2C0.846%2C0.846c0.468%2C0%2C0.845-0.378%2C0.845-0.846l0%2C0V3.225l1.65%2C1.647l0.027%2C0.026v8.505 c0.001%2C1.402%2C1.138%2C2.539%2C2.539%2C2.541h0.032c1.404-0.002%2C2.539-1.139%2C2.542-2.541c0-0.468-0.378-0.847-0.847-0.847 c-0.467%2C0-0.846%2C0.379-0.846%2C0.847c0%2C0.469-0.382%2C0.85-0.85%2C0.85l0%2C0H11.19c-0.471%2C0-0.85-0.381-0.85-0.85l0%2C0V4.543 c0-0.224-0.091-0.438-0.249-0.599L9.818%2C3.67L7.342%2C1.194c-0.481-0.482-0.481-1.261%2C0-1.747l0.03-0.027 c0.482-0.481%2C1.263-0.481%2C1.746%2C0l14.364%2C14.365c0.482%2C0.482%2C0.482%2C1.262%2C0%2C1.746l-0.03%2C0.028 c-0.104%2C0.104-0.232%2C0.187-0.367%2C0.246c-0.427%2C0.19-0.611%2C0.693-0.419%2C1.117c0.192%2C0.428%2C0.692%2C0.615%2C1.118%2C0.424 c0.322-0.145%2C0.611-0.344%2C0.861-0.591l0.03-0.031C25.816%2C15.579%2C25.816%2C13.726%2C24.673%2C12.582 C24.675%2C12.583%2C24.673%2C12.582%2C24.673%2C12.582z%20M1.853%2C4.696v-8.693c0-0.932%2C0.757-1.688%2C1.69-1.689h0.05 C4.526-5.685%2C5.28-4.928%2C5.283-3.997v5.263L1.853%2C4.696z%22%2F%3E %3Cpath%20id%3D%22Path_6%22%20fill%3D%22%23FFFFFF%22%20d%3D%22M15.408%2C25.716c-1.582%2C0-2.866%2C1.283-2.866%2C2.867c0%2C1.58%2C1.284%2C2.863%2C2.866%2C2.863 c1.584%2C0%2C2.866-1.283%2C2.866-2.863C18.274%2C27%2C16.99%2C25.718%2C15.408%2C25.716z%20M15.408%2C29.752c-0.649%2C0-1.175-0.527-1.175-1.175 c0-0.649%2C0.525-1.178%2C1.175-1.178c0.65%2C0%2C1.177%2C0.526%2C1.177%2C1.178l0%2C0c0.004%2C0.646-0.521%2C1.176-1.171%2C1.179c0%2C0-0.003%2C0-0.006%2C0 V29.752z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E %3Cg%20id%3D%22Layer_2%22%3E %3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2215.414%22%20cy%3D%2228.614%22%20r%3D%222.25%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.32%2C13.396 c0%2C1.068-0.868%2C1.938-1.938%2C1.938c-1.068%2C0-1.937-0.869-1.937-1.938L9.622%2C4.51l-3.25-3.25l-9.805%2C9.378 c-2.212%2C2.141-2.27%2C5.673-0.129%2C7.885l6.032%2C6.187c2.212%2C2.141%2C5.744%2C2.083%2C7.885-0.13l9.378-9.805l-6.934-7.025%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.914%2C14.895l-0.176%2C10.198 c0%2C1.068%2C0.868%2C1.938%2C1.937%2C1.938c1.069%2C0%2C1.938-0.869%2C1.938-1.938v-3.947%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0.893%2C6.406V-3.969 c0-1.484%2C1.203-2.688%2C2.688-2.688l0%2C0c1.484%2C0%2C2.688%2C1.203%2C2.688%2C2.688v16.313%22%2F%3E %3C%2Fg%3E %3Cg%20id%3D%22Layer_3%22%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.222-0.927 c0.094-0.158%2C0.208-0.306%2C0.344-0.441l0%2C0c0.876-0.876%2C2.297-0.876%2C3.175%2C0l14.512%2C14.503c0.877%2C0.876%2C0.877%2C2.296%2C0.001%2C3.173l0%2C0 %22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E")}.product3dContainer .left-3d-editable-area-elements .text-editor-tab .icon{background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E %3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E %3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B %3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E %3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E %3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E %3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E %3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E %3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E %3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E %3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E ]%3E %3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22 %20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2231.999px%22%20height%3D%2232px%22 %20viewBox%3D%22-10.269%20-10.375%2031.999%2032%22%20enable-background%3D%22new%20-10.269%20-10.375%2031.999%2032%22%20xml%3Aspace%3D%22preserve%22%3E %3Cmetadata%3E %3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E %3Cslices%3E%3C%2Fslices%3E %3CsliceSourceBounds%20%20width%3D%2230.519%22%20height%3D%2232.217%22%20y%3D%22284.392%22%20x%3D%22384.24%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E %3C%2Fsfw%3E %3C%2Fmetadata%3E %3Cpath%20id%3D%22Path_574%22%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.236-9.976l2.16%2C9.071l-1.791%2C0.587 c-0.395-0.919-0.83-1.813-1.309-2.682c-0.367-0.713-0.857-1.339-1.438-1.854c-0.484-0.41-1.061-0.679-1.666-0.781 c-0.564-0.094-1.135-0.143-1.711-0.146H7.615v21.847c0%2C0.49%2C0.031%2C0.978%2C0.09%2C1.463c0.045%2C0.428%2C0.256%2C0.818%2C0.576%2C1.073 c0.4%2C0.285%2C0.865%2C0.455%2C1.348%2C0.485c0.613%2C0.07%2C1.229%2C0.1%2C1.85%2C0.098v2.048H-0.044v-2.048c0.618%2C0.002%2C1.232-0.027%2C1.847-0.098 c0.481-0.03%2C0.949-0.195%2C1.354-0.485c0.325-0.255%2C0.538-0.643%2C0.586-1.073c0.061-0.485%2C0.092-0.973%2C0.09-1.463V-5.78h-4.866 c-0.569%2C0-1.138%2C0.047-1.701%2C0.138C-3.34-5.54-3.913-5.271-4.398-4.863c-0.58%2C0.518-1.07%2C1.145-1.439%2C1.857 c-0.479%2C0.867-0.914%2C1.762-1.306%2C2.681l-1.793-0.586l2.162-9.072L18.236-9.976z%22%2F%3E %3C%2Fsvg%3E")}.product3dContainer .left-3d-editable-area-elements .text-editor-tab.active .icon{background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E %3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E %3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B %3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E %3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E %3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E %3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E %3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E %3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E %3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E %3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E ]%3E %3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22 %20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2231.999px%22%20height%3D%2232px%22 %20viewBox%3D%22-10.269%20-10.375%2031.999%2032%22%20enable-background%3D%22new%20-10.269%20-10.375%2031.999%2032%22%20xml%3Aspace%3D%22preserve%22%3E %3Cpath%20id%3D%22Path_574%22%20fill%3D%22none%22%20stroke%3D%22%23FFFFFF%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M18.236-9.976l2.16%2C9.071l-1.791%2C0.587 c-0.395-0.919-0.83-1.813-1.309-2.682c-0.367-0.713-0.857-1.339-1.438-1.854c-0.484-0.41-1.061-0.679-1.666-0.781 c-0.564-0.094-1.135-0.143-1.711-0.146H7.615v21.847c0%2C0.49%2C0.031%2C0.978%2C0.09%2C1.463c0.045%2C0.428%2C0.256%2C0.818%2C0.576%2C1.073 c0.4%2C0.285%2C0.865%2C0.455%2C1.348%2C0.485c0.613%2C0.07%2C1.229%2C0.1%2C1.85%2C0.098v2.048H-0.044v-2.048c0.618%2C0.002%2C1.232-0.027%2C1.847-0.098 c0.481-0.03%2C0.949-0.195%2C1.354-0.485c0.325-0.255%2C0.538-0.643%2C0.586-1.073c0.061-0.485%2C0.092-0.973%2C0.09-1.463V-5.78h-4.866 c-0.569%2C0-1.138%2C0.047-1.701%2C0.138C-3.34-5.54-3.913-5.271-4.398-4.863c-0.58%2C0.518-1.07%2C1.145-1.439%2C1.857 c-0.479%2C0.867-0.914%2C1.762-1.306%2C2.681l-1.793-0.586l2.162-9.072L18.236-9.976z%22%2F%3E %3C%2Fsvg%3E")}.center-panel-3d-components,.right-panel-3d-comp-properties{position:absolute;top:40px;padding:3%;height:calc(100vh - 138px);background-color:#fff}.center-panel-3d-components{left:75px;width:140px;border-radius:15px 0 0 15px;z-index:1}.right-panel-3d-comp-properties{left:155px;width:284px;padding-left:75px;border-radius:0 15px 15px 0;overflow-y:auto}.zone-material-item.active .egseas,.customize-product-design-popup .xixcust.active .egseas{color:#586ee0;font-weight:600;border-bottom:2px #586ee0 solid}.center-panel-3d-components .xixcust~.xixcust{margin-top:20px}.right-panel-3d-comp-properties .left-selected-zone-panel{display:flex;align-items:center}.right-panel-3d-comp-properties .left-selected-zone-panel .zone-paint-icon{height:30px;width:30px;background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E %3C%21--%20Generator%3A%20Adobe%20Illustrator%2016.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E %3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%20%5B %3C%21ENTITY%20ns_extend%20%22http%3A%2F%2Fns.adobe.com%2FExtensibility%2F1.0%2F%22%3E %3C%21ENTITY%20ns_ai%20%22http%3A%2F%2Fns.adobe.com%2FAdobeIllustrator%2F10.0%2F%22%3E %3C%21ENTITY%20ns_graphs%20%22http%3A%2F%2Fns.adobe.com%2FGraphs%2F1.0%2F%22%3E %3C%21ENTITY%20ns_vars%20%22http%3A%2F%2Fns.adobe.com%2FVariables%2F1.0%2F%22%3E %3C%21ENTITY%20ns_imrep%20%22http%3A%2F%2Fns.adobe.com%2FImageReplacement%2F1.0%2F%22%3E %3C%21ENTITY%20ns_sfw%20%22http%3A%2F%2Fns.adobe.com%2FSaveForWeb%2F1.0%2F%22%3E %3C%21ENTITY%20ns_custom%20%22http%3A%2F%2Fns.adobe.com%2FGenericCustomNamespace%2F1.0%2F%22%3E %3C%21ENTITY%20ns_adobe_xpath%20%22http%3A%2F%2Fns.adobe.com%2FXPath%2F1.0%2F%22%3E ]%3E %3Csvg%20version%3D%221.1%22%20xmlns%3Ax%3D%22%26ns_extend%3B%22%20xmlns%3Ai%3D%22%26ns_ai%3B%22%20xmlns%3Agraph%3D%22%26ns_graphs%3B%22 %20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2240px%22 %20viewBox%3D%22-6.232%20-7.969%2032%2040%22%20enable-background%3D%22new%20-6.232%20-7.969%2032%2040%22%20xml%3Aspace%3D%22preserve%22%3E %3Cmetadata%3E %3Csfw%20%20xmlns%3D%22%26ns_sfw%3B%22%3E %3Cslices%3E%3C%2Fslices%3E %3CsliceSourceBounds%20%20width%3D%2231.526%22%20height%3D%2238.833%22%20y%3D%22281.084%22%20x%3D%22383.737%22%20bottomLeftOrigin%3D%22true%22%3E%3C%2FsliceSourceBounds%3E %3C%2Fsfw%3E %3C%2Fmetadata%3E %3Cg%20id%3D%22bucket-with-paint%22%20display%3D%22none%22%3E %3Cg%20display%3D%22inline%22%3E %3Cpath%20id%3D%22Path_5%22%20fill%3D%22%23303030%22%20d%3D%22M24.673%2C12.582L10.309-1.783C9.43-2.661%2C8.089-2.889%2C6.969-2.349v-1.647 c0-1.871-1.517-3.389-3.389-3.389H3.528c-1.872%2C0-3.389%2C1.518-3.389%2C3.389V6.39l-4.482%2C4.506c-2.203%2C2.208-2.203%2C5.784%2C0%2C7.99 l6.864%2C6.869c2.21%2C2.2%2C5.784%2C2.2%2C7.993%2C0l8.652-8.653v7.765c0.002%2C1.403%2C1.138%2C2.539%2C2.54%2C2.541h0.035 c1.398-0.002%2C2.536-1.138%2C2.54-2.541v-3.619c0-0.468-0.381-0.848-0.848-0.848s-0.845%2C0.38-0.845%2C0.848v3.618 c-0.003%2C0.47-0.381%2C0.848-0.852%2C0.849h-0.032c-0.469-0.001-0.848-0.379-0.85-0.849v-9.817c0-0.026%2C0-0.054%2C0-0.081 c0-0.038%2C0-0.012%2C0-0.018s0-0.043-0.01-0.064v-0.016c0-0.024-0.01-0.044-0.016-0.064v-0.012c0-0.025-0.017-0.046-0.025-0.066l0%2C0 c-0.01-0.024-0.019-0.045-0.033-0.067v-0.011c-0.011-0.021-0.022-0.04-0.037-0.06l-0.012-0.021 c-0.014-0.015-0.023-0.031-0.035-0.045c-0.013-0.02-0.038-0.044-0.057-0.064l-6.182-6.156l-0.935-0.935 c-0.333-0.326-0.869-0.32-1.196%2C0.014c-0.322%2C0.328-0.322%2C0.853%2C0%2C1.182l0.938%2C0.935l5.555%2C5.548l-9.498%2C9.51 c-1.547%2C1.546-4.053%2C1.546-5.599%2C0l-6.865-6.863c-1.546-1.546-1.546-4.055%2C0-5.602l8.434-8.43v8.28 c0%2C0.468%2C0.378%2C0.846%2C0.846%2C0.846c0.468%2C0%2C0.845-0.378%2C0.845-0.846l0%2C0V3.225l1.65%2C1.647l0.027%2C0.026v8.505 c0.001%2C1.402%2C1.138%2C2.539%2C2.539%2C2.541h0.032c1.404-0.002%2C2.539-1.139%2C2.542-2.541c0-0.468-0.378-0.847-0.847-0.847 c-0.467%2C0-0.846%2C0.379-0.846%2C0.847c0%2C0.469-0.382%2C0.85-0.85%2C0.85l0%2C0H11.19c-0.471%2C0-0.85-0.381-0.85-0.85l0%2C0V4.543 c0-0.224-0.091-0.438-0.249-0.599L9.818%2C3.67L7.342%2C1.194c-0.481-0.482-0.481-1.261%2C0-1.747l0.03-0.027 c0.482-0.481%2C1.263-0.481%2C1.746%2C0l14.364%2C14.365c0.482%2C0.482%2C0.482%2C1.262%2C0%2C1.746l-0.03%2C0.028 c-0.104%2C0.104-0.232%2C0.187-0.367%2C0.246c-0.427%2C0.19-0.611%2C0.693-0.419%2C1.117c0.192%2C0.428%2C0.692%2C0.615%2C1.118%2C0.424 c0.322-0.145%2C0.611-0.344%2C0.861-0.591l0.03-0.031C25.816%2C15.579%2C25.816%2C13.726%2C24.673%2C12.582 C24.675%2C12.583%2C24.673%2C12.582%2C24.673%2C12.582z%20M1.853%2C4.696v-8.693c0-0.932%2C0.757-1.688%2C1.69-1.689h0.05 C4.526-5.685%2C5.28-4.928%2C5.283-3.997v5.263L1.853%2C4.696z%22%2F%3E %3Cpath%20id%3D%22Path_6%22%20fill%3D%22%23303030%22%20d%3D%22M15.408%2C25.716c-1.582%2C0-2.866%2C1.283-2.866%2C2.867c0%2C1.58%2C1.284%2C2.863%2C2.866%2C2.863 c1.584%2C0%2C2.866-1.283%2C2.866-2.863C18.274%2C27%2C16.99%2C25.718%2C15.408%2C25.716z%20M15.408%2C29.752c-0.649%2C0-1.175-0.527-1.175-1.175 c0-0.649%2C0.525-1.178%2C1.175-1.178c0.65%2C0%2C1.177%2C0.526%2C1.177%2C1.178l0%2C0c0.004%2C0.646-0.521%2C1.176-1.171%2C1.179c0%2C0-0.003%2C0-0.006%2C0 V29.752z%22%2F%3E %3C%2Fg%3E %3C%2Fg%3E %3Cg%20id%3D%22Layer_2%22%3E %3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20cx%3D%2215.414%22%20cy%3D%2228.614%22%20r%3D%222.25%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M13.32%2C13.396 c0%2C1.068-0.868%2C1.938-1.938%2C1.938c-1.068%2C0-1.937-0.869-1.937-1.938L9.622%2C4.51l-3.25-3.25l-9.805%2C9.378 c-2.212%2C2.141-2.27%2C5.673-0.129%2C7.885l6.032%2C6.187c2.212%2C2.141%2C5.744%2C2.083%2C7.885-0.13l9.378-9.805l-6.934-7.025%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.914%2C14.895l-0.176%2C10.198 c0%2C1.068%2C0.868%2C1.938%2C1.937%2C1.938c1.069%2C0%2C1.938-0.869%2C1.938-1.938v-3.947%22%2F%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M0.893%2C6.406V-3.969 c0-1.484%2C1.203-2.688%2C2.688-2.688l0%2C0c1.484%2C0%2C2.688%2C1.203%2C2.688%2C2.688v16.313%22%2F%3E %3C%2Fg%3E %3Cg%20id%3D%22Layer_3%22%3E %3Cpath%20fill%3D%22none%22%20stroke%3D%22%23303030%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M6.222-0.927 c0.094-0.158%2C0.208-0.306%2C0.344-0.441l0%2C0c0.876-0.876%2C2.297-0.876%2C3.175%2C0l14.512%2C14.503c0.877%2C0.876%2C0.877%2C2.296%2C0.001%2C3.173l0%2C0 %22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");flex:0 0 24px;background-size:30px 30px}.right-panel-3d-comp-properties .left-selected-zone-panel .selected-zone-name{flex:1 1 auto;margin:0 7px;font-size:.79vw;font-weight:600}.right-panel-3d-comp-properties .zone-selected-color-panel{margin:20px 0;border:1px #e6e6e6 solid;padding:5px;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.20)}.right-panel-3d-comp-properties .zone-selected-color-panel .zone-selected-color{border-radius:0;border:1px solid #e6e6e666;border-radius:3px}.right-panel-3d-comp-properties .color-palete{margin-left:-10px}.right-panel-3d-comp-properties .color-palete h3{margin:15px 0;padding:0 10px;font-size:1vw}.right-panel-3d-comp-properties .color-palete .colaz{width:24px;height:24px}.right-panel-3d-comp-properties .form-group label{display:block;font-size:14px;font-weight:normal;margin-bottom:5px}.right-panel-3d-comp-properties .form-group input,.right-panel-3d-comp-properties .form-group select{margin:0;border:1px #e6e9eb solid;border-radius:3px;width:100%;height:34px}.customize-product-design-popup .xixcust{clear:both;cursor:pointer}.customize-product-design-popup span.egseas{display:block;padding:5px;font-size:.75vw;line-height:1.5;border-bottom:1px #eaeaea solid}.customize-product-design-popup .xixcust:hover .molids,.xixcust.active .molids{width:40px;height:40px;margin:4px}.customize-product-design-popup .colaz{align-items:flex-start;text-align:center;width:2em;height:2em;margin:0 0 .5em .5em;padding:0;box-sizing:border-box;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;border:1px solid rgba(0,0,0,0.05);border-radius:50%;box-shadow:0 1px 2px 0 rgba(43,45,66,0.2),0 4px 12px 0 rgba(43,45,66,0.1);transition:transform .25s}.customize-product-design-popup .colaz:hover{transform:scale(1.25)}.customize-product-design-popup .xixcust:hover .molids:after,.xixcust.active .molids:after{content:'\002713';display:inline-block;color:white;width:40px;height:20px;margin-top:9px;text-align:center}.customize-product-design-popup #mat0 .molids,.customize-product-design-popup #mat1 .molids{background:#043360}.customize-product-design-popup #mat2 .molids{background:#d30b37}.customize-product-design-popup #ajong .molids,.customize-product-design-popup #bjong .molids{background:#043360}.customize-product-design-popup #cjong .molids{background:#d30b37}.customize-product-design-popup #djong .molids{background:#043360}.customize-product-design-popup #ejong .molids,.customize-product-design-popup #fjong .molids{background:#d30b37}.customize-product-design-popup #gjong .molids{background:#fff}.customize-product-design-popup #svga{display:none}.customize-product-design-popup .zone-selected-color{width:100%;height:2vw}.right-panel-3d-comp-properties .chosen-container-single{display:block;padding-right:0;margin-top:3px}.right-panel-3d-comp-properties .chosen-container-single .chosen-single,.right-panel-3d-comp-properties .chosen-container-single.chosen-container-active .chosen-single{height:30px;border:none;padding:0;width:100%;font-size:14px}.right-panel-3d-comp-properties .chosen-single span{font-size:16px;color:#2b2a35;font-family:"Segoe UI",Verdana,Arial,sans-serif}.right-panel-3d-comp-properties .chosen-container-single .chosen-single div b{width:8px;height:17px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1%2013L7%207L1%201%22%20stroke%3D%22%23828282%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");top:10px;right:0;background-position:0 0}.right-panel-3d-comp-properties .chosen-with-drop .chosen-drop{background:none repeat scroll 0 0 #fff;border:none;border-radius:5px;box-shadow:0 16px 32px rgba(35,23,5,0.26)}.right-panel-3d-comp-properties .chosen-results{border:none;font-size:16px;height:auto;padding:10px 13px;background:none;color:#000;border-radius:3px;-webkit-transition:all 300ms ease-out 0s;-o-transition:all 300ms ease-out 0s;transition:all 300ms ease-out 0s}.right-panel-3d-comp-properties .chosen-results .chosen-result{padding:10px;height:auto;font-size:16px;border-bottom:none;border-radius:3px}.right-panel-3d-comp-properties .chosen-results .chosen-result:hover,.right-panel-3d-comp-properties.chosen-results .chosen-result.result-selected{background-color:#ebedfb;color:#586ee0}.text-editor-container .form-group~.form-group{margin-top:15px}.right-panel-3d-comp-properties .color-palete-text{margin-left:-10px}.right-panel-3d-comp-properties .color-palete-text h3{margin:15px 0;padding:0 10px;font-size:18px}.right-panel-3d-comp-properties .color-palete-text .color-plate-circle{width:24px;height:24px}.customize-product-design-popup .zoom-rotation-model.right-zoom-panel{position:fixed;top:50%;right:30px;transform:translateY(-50%)}.customize-product-design-popup #model-zoom-slider{height:45vh;width:1px}.customize-product-design-popup .noUi-handle.noUi-handle-lower{width:auto;height:auto;box-shadow:none;border:none;background:none;left:-10px}.customize-product-design-wrapper .noUi-touch-area:before{content:"";background-color:#ccc;position:absolute;height:2px;width:10px;top:9px;left:5px}.customize-product-design-wrapper .noUi-touch-area:after{content:"";background-color:#ccc;position:absolute;height:2px;width:10px;top:9px;left:5px;transform:rotate(90deg)}.customize-product-design-wrapper #btnRRightBottom{margin-left:-15px}.customize-product-design-wrapper #btnRLeftBottom{margin-left:-15px;margin-top:5px}.customize-product-design-wrapper #btnRRightBottom{margin-bottom:5px}.customize-product-design-popup .div-mask{display:none}.product3dContainer .left-3d-editable-area-elements .image-editor-tab .icon{background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M19.235%2C1.75H4.765c-1.662%2C0-3.015%2C1.352-3.015%2C3.015v14.471c0%2C1.662%2C1.352%2C3.015%2C3.015%2C3.015h14.471%20%20c1.662%2C0%2C3.015-1.352%2C3.015-3.015V4.765C22.25%2C3.102%2C20.898%2C1.75%2C19.235%2C1.75z%20M21.044%2C19.235c0%2C0.997-0.811%2C1.809-1.809%2C1.809%20%20H4.765c-0.997%2C0-1.809-0.811-1.809-1.809v-2.181l4.866-5.407l6.573%2C5.975l3.635-3.029l3.015%2C2.512V19.235z%20M21.044%2C15.536%20%20l-3.015-2.512l-3.601%2C3L7.737%2C9.94l-4.781%2C5.312V4.765c0-0.997%2C0.811-1.809%2C1.809-1.809h14.471c0.997%2C0%2C1.809%2C0.811%2C1.809%2C1.809%20%20V15.536z%22%2F%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M16.221%2C10.794c1.662%2C0%2C3.015-1.352%2C3.015-3.015s-1.352-3.015-3.015-3.015c-1.662%2C0-3.015%2C1.352-3.015%2C3.015%20%20S14.558%2C10.794%2C16.221%2C10.794z%20M16.221%2C5.971c0.997%2C0%2C1.809%2C0.811%2C1.809%2C1.809s-0.811%2C1.809-1.809%2C1.809s-1.809-0.811-1.809-1.809%20%20S15.223%2C5.971%2C16.221%2C5.971z%22%2F%3E%3C%2Fsvg%3E");margin-top:5px;height:30px;width:31px}.right-panel-3d-comp-properties .left-selected-zone-panel .zone-paint-icon.image-replace{height:30px;width:30px;background-image:url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20%3F%3E%3Csvg%20id%3D%22Layer_1%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M19.235%2C1.75H4.765c-1.662%2C0-3.015%2C1.352-3.015%2C3.015v14.471c0%2C1.662%2C1.352%2C3.015%2C3.015%2C3.015h14.471%20%20c1.662%2C0%2C3.015-1.352%2C3.015-3.015V4.765C22.25%2C3.102%2C20.898%2C1.75%2C19.235%2C1.75z%20M21.044%2C19.235c0%2C0.997-0.811%2C1.809-1.809%2C1.809%20%20H4.765c-0.997%2C0-1.809-0.811-1.809-1.809v-2.181l4.866-5.407l6.573%2C5.975l3.635-3.029l3.015%2C2.512V19.235z%20M21.044%2C15.536%20%20l-3.015-2.512l-3.601%2C3L7.737%2C9.94l-4.781%2C5.312V4.765c0-0.997%2C0.811-1.809%2C1.809-1.809h14.471c0.997%2C0%2C1.809%2C0.811%2C1.809%2C1.809%20%20V15.536z%22%2F%3E%3Cpath%20fill%3D%22%23444444%22%20d%3D%22M16.221%2C10.794c1.662%2C0%2C3.015-1.352%2C3.015-3.015s-1.352-3.015-3.015-3.015c-1.662%2C0-3.015%2C1.352-3.015%2C3.015%20%20S14.558%2C10.794%2C16.221%2C10.794z%20M16.221%2C5.971c0.997%2C0%2C1.809%2C0.811%2C1.809%2C1.809s-0.811%2C1.809-1.809%2C1.809s-1.809-0.811-1.809-1.809%20%20S15.223%2C5.971%2C16.221%2C5.971z%22%2F%3E%3C%2Fsvg%3E");flex:0 0 24px;background-size:25px 30px}.product3dContainer .image-editor-tab.disable{display:none}img#default-doc-image-preview{width:100px;text-align:center;padding:10px;margin:44px}





/*common design*/
.post.post-list-view-height {
    padding-bottom : 20px;
}

/* +++++++++++++++++  Blog post widget design +++++++++++++++++++++++++ */
.widget-blogPost .title {
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-post-item {
    border-bottom  : 1px dashed #CCCCCC;
    margin-bottom  : 20px;
    padding-bottom : 20px;
    position: relative;
}
.blog-post-item.last {
    border-bottom  : none;
}
.blog-post-content {
    overflow : auto;
}
.blog-post-item .title {
    display : block;
}
.blog-post-item .title a {
    font-size : 22px;
}
.blog-post-item .title a:hover {
    color : #666;
}
.blog-post-item .image {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-item .content {
    display        : block;
    font-size      : 13px;
    padding-bottom : 20px;
}
.blog-post-item .details-link.link {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-item .details-link.link a {
    background-color : #4D4D4D;
    color            : #FFFFFF;
    display          : inline-block;
    font-size        : 14px;
    padding          : 5px 15px;
}
.blog-post-item .details-link.link a:hover {
    background-color : #666666;
}

.blog-post-info span {
    font-size : 13px;
}
.blog-post-info span.date {
    background   : url("/wc/7.0.0/plugins/blog/images/site/calender.png") no-repeat left 2px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.author {
    background   : url("/wc/7.0.0/plugins/blog/images/site/author.png") no-repeat left 2px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.categories {
    background   : url("/wc/7.0.0/plugins/blog/images/site/blog-category.png") no-repeat left 3px;
    padding-left : 24px;
    margin-right : 10px;
    flex-wrap: wrap;
    gap: 10px;
}
.blog-post-info span.comment-count {
    background   : url("/wc/7.0.0/plugins/blog/images/site/comments.png") no-repeat left 3px;
    padding-left : 24px;
}
.blog-post-info span.categories a {
    color: #008DF2;
}
.blog-post-info span.categories a:hover {
    color: #0078CE;
}
.blog-post-info span.categories a:after {
    content: ",";
}
.blog-post-info span.comment-count .count {
    padding-right : 5px;
}
/* +++++++++++++++++  blog.category design +++++++++++++++++++++++++ */
.blog-category-details .blog-category.image {
    display        : block;
    padding-bottom : 20px;
}
.blog-category-details .title {
    display        : block;
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-category-details .blog-post-info span.date,
.blog-category-details .blog-post-info span.author {
    background-position : left 2px;
}
.blog-category-details .blog-post-info span.comment-count {
    margin-right : 10px;
}

/* +++++++++++++++++  blog.post design +++++++++++++++++++++++++ */
.blog-post-details .blog-details-banner-image-wrapper {
    margin-bottom: 30px;
    height: 300px;
}
.blog-post-details .blog-post-details-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-post-details .title {
    display        : block;
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-post-details .image {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-details .content {
    display        : block;
    font-size      : 13px;
    padding-bottom : 20px;
}
.blog-post-details span.date {
    background   : url("/wc/7.0.0/plugins/blog/images/site/calender.png") no-repeat left top;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-details span.author {
    background   : url("/wc/7.0.0/plugins/blog/images/site/author.png") no-repeat left top;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-details span.categories {
    background   : url("/wc/7.0.0/plugins/blog/images/site/blog-category.png") no-repeat left 3px;
    padding-left : 24px;
    margin-top   : 5px;
    clear        : left;
    margin-right : 10px;
}
.blog-post-details .social-media-share-link-wrapper {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    gap: 20px;
}

.blog-post-details .social-media-share-link-wrapper .share-title {
    font-size: 16px;
    font-weight: 500;
}
.blog-post-details .social-media-share-bar {
    /* @alternate */display: -webkit-inline-box;
    /* @alternate */display: -ms-inline-flexbox;
    display: inline-flex;
    /* @alternate */-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* @alternate */-webkit-box-align: center;
    /* @alternate */-ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.blog-post-details .social-media-share > a {
    cursor: pointer;
}
.blog-post-details .social-media-share > a img {
    display: block;
}
.blog-post-details .blog-post-comment-panel {
    padding-top : 20px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    border-bottom  : 1px solid #CCCCCC;
    display        : block;
    font-size      : 20px;
    margin-bottom  : 20px;
    padding-bottom : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom : 1px dashed #CCCCCC;
    margin-bottom : 20px;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    font-size     : 15px;
    padding-right : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .email {
    font-size     : 13px;
    padding-right : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    padding-top : 5px;
}
.blog-post-details .comment-post-panel {
    border     : 1px solid #CCCCCC;
    margin-top : 40px;
    padding    : 25px 30px;
}
.blog-post-details .comment-post-panel h2 {
    font-size      : 22px;
    font-weight    : normal;
    padding-bottom : 15px;
}
.blog-post-details .comment-post-panel label {
    display : block;
}
.blog-post-details .comment-post-panel input {
    width : 300px;
}
.blog-post-details .comment-post-panel textarea {
    height : 200px;
    width  : 560px;
}
.blog-post-details .comment-post-panel .message {
    display        : block;
    font-size      : 14px;
    padding-bottom : 10px;
}
.blog-post-details .comment-post-panel .message .success {
    color : #008000;
}
.blog-post-details .comment-post-panel .message .error {
    color : #ff0000;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
    padding-right: 370px;
    text-align: right;
}

.blog-post-comment-panel .reaction:after {
    font-family: "Fontawesome";
    font-size:  18px;
    color: #666;
}
.blog-post-comment-panel .btn-like:after {
    content:"\f164";
}
.blog-post-comment-panel .btn-liked:after {
    content:"\f165";
}


.blog-seo-form-wrapper form.create-edit-form {
    margin-right: 15px;
}

.blog-post-item .social-share {
    display: inline-block;
    font-size: 0;
    padding-bottom: 10px;
    cursor: pointer;
}

.blog-post-item .social-share:after {
    content: "\f1e0";
    font-family: "Fontawesome";
    font-size: 24px;
}
.social-share-popup .facebook-messenger-share-icon img {
    display: none;
}
.social-share-popup.popup .header {
    padding: 20px;
}
.social-share-popup.popup .header .status-message {
    font-size: 20px;
    font-weight: bold;
}
.social-share-popup.popup .body {
    padding: 20px;
}
.social-share-popup .blog-post-details .social-media-share-bar {
    padding: 0;
}

.social-share-popup.popup .header .close-icon {
    right: 10px;
    top: 20px;
}
.social-share-popup.popup .header .close-icon:after {
    font-size: 22px;
}


.insert-widget-card-ui button.select-blog-post {
    height: 34px;
    background: #2196f31f;
    border-radius: 3px;
    margin: 10px;
    text-align: center;
    color: #2196f3;
    font-size: 15px;
    cursor: pointer;
    font-family: sans-serif;
    width: 92%;
}

/*.fee-fixed-width-row.fee-default-empty-row.empty-row .fee-add-button {*/
/*    display: none;*/
/*}*/

/*.fee-fixed-width-row.fee-default-empty-row.empty-row .fee-add-button.add-content-top {*/
/*    display: none;*/
/*}*/

/*.fee-fixed-width-row.fee-default-empty-row.empty-row span.fee-ac-title.add-content-top.fee-identical-sewc-elm {*/
/*    display: none;*/
/*}*/

/*.fee-fixed-width-row.fee-default-empty-row.empty-row span.fee-ac-title.add-content-bottom.fee-identical-sewc-elm {*/
/*    margin-bottom: 18px;*/
/*}*/



.fee-gallery-owl.fee_img-gallery_blogPost_owl .item.blog-post-item {
    aspect-ratio: unset;
    margin: 0;
    border: none;
    padding: 0;
}
.fee-gallery-owl .blog-post-item {
    display: flex;
    flex-direction: column;
}
.fee-gallery-owl .blog-post-item .title {
    margin-top: 15px;
}
.fee-gallery-owl .blog-post-item .title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.fee-gallery-owl .blog-post-item .post-list-view {
    order: -1;
    height: auto;
    padding: 15px 0 0;
}
.fee-gallery-owl .blog-post-item .post-list-view .post-list-view-width {}
.fee-gallery-owl .blog-post-item .post-list-view .post-list-view-width .image {
    padding: 0;
}
.fee-gallery-owl .blog-post-item .post-list-view .post-list-view-width .image a {
    display: block;
    width: 100%;
    aspect-ratio: 13/7;
}
.fee-gallery-owl .blog-post-item .post-list-view .post-list-view-width .image img {
    max-width: unset;
}
.fee-gallery-owl .product-view .owl-item .item .custom-type-.product-block {
    width: 100%;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date{
    line-height: 22px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date::before {
    height:0;
}
.fee-gallery-owl .blog-post-item .content {
    font-size: 14px;
    margin-top: 15px;
    padding: 0;
}

.fee-gallery-owl .blog-post-item .details-link.link {
    padding: 0;
    margin-top: 5px;
}
.fee-gallery-owl .blog-post-item .details-link.link a {
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover {
    background: none;
    color: #9a9a9a;
}
.fee-gallery-owl .blog-post-item .blog-post-info {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5px;
    margin-top: 15px;
}

.fee-gallery-owl .blog-post-item .blog-post-info .date {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
    line-height: 22px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .date:before {
    content: "\f017";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .author {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
}
.fee-gallery-owl .blog-post-item .blog-post-info .author:before {
    content: "\f007";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}

.fee-gallery-owl .blog-post-item .blog-post-info a {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
}
.fee-gallery-owl .blog-post-item .blog-post-info a:before {
    content: "\f02b";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
}
.fee-gallery-owl .blog-post-item .blog-post-info .comment-count:before {
    content: "\f075";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}

.fee-gallery-owl .blog-post-item .blog-post-info .comment-count .count {
    padding: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item {
    flex-direction: column;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    border: none;
}

.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .title {
    width: 350px;
    margin-top: 15px;
    text-align: center;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .title a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .post-list-view {
    width: 350px;
    order: -1;
    height: auto;
    padding: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .post-list-view .image {
    padding: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .post-list-view .image a {
    display: block;
    width: 100%;
    aspect-ratio: 13/7;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .post-list-view .image a img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .content {
    width: 350px;
    font-size: 14px;
    margin-top: 15px;
    padding: 0;
    text-align: center;
}

.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .details-link.link {
    width: 350px;
    text-align: center;
    padding: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .details-link.link a {
    background: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: underline;
    margin-top: 5px;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    gap: 3px 5px;
    margin-top: 15px;
    justify-content: center;
}

.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info .date {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info .date:before {
    content: "\f017";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info .author {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info .author:before {
    content: "\f007";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info a {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info a:before {
    content: "\f02b";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info .comment-count {
    background: none;
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 19px;
    margin: 0;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info .comment-count:before {
    content: "\f075";
    font-family: "Fontawesome";
    font-size: 16px;
    color: #666;
    position: absolute;
    left: 1px;
    top: 2px;
}
.fee-gallery-swiper.swiperSlider .swiper-backface-hidden .swiper-slide.blog-post-item .blog-post-info .comment-count .count {
    padding: 0;
}

.fee_img-gallery_blogPost_swiper .swiper-horizontal {
    position: relative;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next,
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-next {
    right: 20px;
}
.fee_img-gallery_blogPost_swiper .swiper-horizontal .swiper-button-prev {
    left: 20px;
}

/*----------------------------------------------------------
// category widget design
-----------------------------------------------------------*/
.category-view.image-view .content {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    container-type: inline-size;
}
.category-view.image-view .category-image-view-width {
    width: calc(33.333% - 13.333px);
}
.category-view.image-view .category-image-view-width a {
    display: block;
}
.category-view.image-view .category-image-view img {
    position: static;
    width: 100%;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
    aspect-ratio: 3/2;
    display: block;
}

.category-view.image-view .blog-category-name {
    padding-top: 15px;
    text-align: center;
}

.category-view.image-view .blog-category-name .category-name-link {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
}

@media(max-width: 767px) {
    .category-view.image-view .category-image-view-width {
        width: calc(50% - 10px);
    }
}

@media(max-width: 499px) {
    .category-view.image-view .category-image-view-width {
        width: 100%;
    }
}
/* --- category widget design:end --- */

/*----------------------------------------------------------
// category widget design (fee--blog-category-1)
-----------------------------------------------------------*/
.widget-blogCategory.fee--blog-category-1 .header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.widget-blogCategory.fee--blog-category-1 .content {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view {
    margin: 0;
    padding: 0;
    border: none;
    width: calc(33.333% - 13.333px);
    display: block;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view-height {
    height: auto;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view-height a {
    display: block;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view img {
    position: relative;
    display: block;
    max-width: unset;
    max-height: unset;
    width: 100%;
    aspect-ratio: 10/8;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
}
.widget-blogCategory.fee--blog-category-1 .category .category-name {
    margin-top: 15px;
}
.widget-blogCategory.fee--blog-category-1 .category .category-name .category-name-link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
.widget-blogCategory.fee--blog-category-1 .category .summary {
    height: auto;
}
.widget-blogCategory.fee--blog-category-1 {
    container-type: inline-size;
    width: 100%;
}
.widget-blogCategory[class*="fee--blog-category-"] {
    width: 100%;
}
@media (max-width: 1199px) {
    .widget-blogCategory.fee--blog-category-1 > .widget-title,
    .widget-blogCategory.fee--blog-category-1 > .category-view {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .widget-blogCategory.fee--blog-category-1 .content {
        gap: 20px;
    }
    .widget-blogCategory.fee--blog-category-1 .category-image-view {
        margin: 0;
        padding: 0;
        border: none;
        width: calc(50% - 10px);
        display: block;
    }
}

@media (max-width: 499px) {
    .widget-blogCategory.fee--blog-category-1 .category-image-view {
        width: 100%;
    }
}

/* --- category widget design(fee--blog-category-1):end --- */

.blog-post-details .social-media-share{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.blog-post-details .social-ico{
    text-decoration: none;
    border: 0;
    width: 32px;
    height: 32px;
    padding: 2px;
    margin: 5px;
    color: #fff;
    border-radius: 50%;
    background-color: #032430;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.blog-post-details .social-ico svg{
    fill: currentColor;
    width: 26px;
    height: 26px;
}

.blog-post-details .social-ico svg.ico-threads, .blog-post-details .social-ico svg.ico-whatsapp, .blog-post-details .social-ico svg.ico-tiktok{
    width: 20px;
    height: 20px;
}

.blog-post-details .social-ico svg.ico-twitterx, .blog-post-details .social-ico svg.ico-telegram, .blog-post-details .social-ico svg.ico-mastodon, .blog-post-details .social-ico svg.ico-bluesky{
    width: 17px;
    height: 17px;
}
.blog-post-details .facebook-messenger-share-icon.social-ico svg {
    width: 31px;
    height: 31px;
}
.blog-post-details .facebook-messenger-share-icon.social-ico {
    background-color:transparent;
    width: auto;
    height: auto;
    padding: 0;
}
.blog-post-details .social-media-share > a svg {
    height: 28px;
    width: 28px;
}

/*Custom Layout Type*/
.custom-layout-wrapper .blog-post-details-banner-image {
    border-radius: 12px;
}
.custom-layout-wrapper .social-media-share-wrapper {
    align-items: flex-start;
}
.custom-layout-wrapper .social-media-share-wrapper .share-title {
    display: block;
    white-space: nowrap;
    margin: 4px 0 0;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a {
    text-decoration: none;
    border: 0;
    width: 32px;
    height: 32px;
    padding: 2px;
    color: #fff;
    border-radius: 50%;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a:hover{box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);opacity: 0.9;}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg{
    fill: currentColor;
    width: 26px;
    height: 26px;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg.ico-threads,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg.ico-whatsapp,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg.ico-tiktok{
    width: 20px;
    height: 20px;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg.ico-twitterx,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg.ico-telegram,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg.ico-mastodon,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a svg.ico-bluesky {
    width: 17px;
    height: 17px;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.facebook-messenger-share-icon svg {
    width: 31px;
    height: 31px;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.facebook-messenger-share-icon {
    background-color:transparent;
    width: auto;
    height: auto;
    padding: 0;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.facebook-share-icon{
    background-color: #3B5998;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.facebook-messenger-share-icon path{
    fill: #448aff !important;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.twitter-share-icon,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.tiktok-share-icon,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.threads-share-icon {
    background-color: #000000;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.linkedin-share-icon {
    background: #007bb5;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.email-share-icon {
    background:#008DF2
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.snapchat-share-icon{
    background:#fffc01;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.pinterest-share-icon{
    background: #cb2027;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.telegram-share-icon{
    background: #0088cc
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.reddit-share-icon{
    background: #ff5700;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.instagram-share-icon{
    background: linear-gradient(115deg, rgb(249, 206, 52), rgb(238, 42, 123), rgb(98, 40, 215));
    /*--contrast-color: #ffdcff;*/
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.youtube-share-icon{
    background: #bb0000;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.whatsapp-share-icon{
    background: #25D366;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.bluesky-share-icon{
    background: #41ADFF;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.mastodon-share-icon{
    background: #6364FF;
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.copy-link-icon{
    background: #000000;
    color:#ffffff
}
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.copy-link-icon path,
.custom-layout-wrapper .social-media-share-wrapper .social-media-share-bar a.copy-link-icon svg{
    fill:#ffffff;
    width: 18px;
    height: 18px;
}

.custom-layout-wrapper.blog-post-details .blog-post-comment-panel {
    padding: 0;
    margin: 40px 0 0;
}
.custom-layout-wrapper.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    font-weight: 600;
    padding: 0;
    font-size: 22px;
    border: none;
    margin: 0 0 14px;
}
.custom-layout-wrapper.blog-post-details .blog-post-comment-panel .comment-item {
    border: none;
}
.custom-layout-wrapper.blog-post-details .blog-post-comment-panel .comment-item .name {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: block;
    padding: 0;
    margin: 0 0 10px;
}
.custom-layout-wrapper.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react,
.custom-layout-wrapper.blog-post-details .blog-post-comment-panel .comment-item  .btn-comment-reply {
    margin-left: 10px;
}
.custom-layout-wrapper.blog-post-details .blog-post-comment-panel .comment-item .content {
    font-size: 16px;
    color: #000000;
}
.custom-layout-wrapper.blog-post-details .comment-post-panel {
    padding: 0;
    border: none;
}
.custom-layout-wrapper.blog-post-details .comment-post-panel h2 {
    font-weight: 600;
    padding: 0;
    margin: 0 0 14px;
}
.custom-layout-wrapper.blog-post-details .comment-post-panel .form-row {
    margin: 0 0 12px;
    position: relative;
}
.custom-layout-wrapper.blog-post-details .comment-post-panel .form-row input {
    height: 40px;
    border: 1px solid #dddddd;
    max-width: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
}
.custom-layout-wrapper.blog-post-details .comment-post-panel .form-row .max-character {
    text-align: left !important;
    padding: 0 !important;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.custom-layout-wrapper.blog-post-details .comment-post-panel .form-row textarea {
    margin: 5px 0;
    border: 1px solid #dddddd;
    max-width: 100%;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
.custom-layout-wrapper.blog-post-details .comment-post-panel .form-row button {
    height: 40px;
    color: #ffffff;
    padding: 0 18px;
    border-radius: 5px;
    margin: 10px 0 0;
}

.custom-layout-wrapper.blog-details-wrapper {}

.custom-layout-wrapper.blog-details-wrapper .blog-details-container {
    display: flex;
    gap: 73px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 56px 30px 138px;
}

@media only screen and (max-width: 1200px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-details-container {
        gap: 30px;
        padding: 50px 20px 88px;
    }
}
@media only screen and (max-width: 991px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-details-container {
        flex-direction: column-reverse;
        padding: 60px 15px;
    }
}

.custom-layout-wrapper.blog-details-wrapper.right-sidebar .blog-details-container {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 991px) {
    .custom-layout-wrapper.blog-details-wrapper.right-sidebar .blog-details-container {
        flex-direction: column-reverse;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-sidebar-panel {
    flex: 0 0 340px;
    width: 340px;
    margin: 14px 0 0;
}

.custom-layout-wrapper.blog-details-wrapper .blog-sidebar-panel-inner {}

.custom-layout-wrapper.blog-details-wrapper .sidebar-panel-blog-posts {
    /*background: #fff;*/
    margin-bottom: 70px;
}
@media(max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .sidebar-panel-blog-posts {
        margin-bottom: 30px;
    }
}
.custom-layout-wrapper.blog-details-wrapper .sidebar-panel-blog-posts:last-child {
    margin-bottom: 0;
}

.custom-layout-wrapper.blog-details-wrapper .blog-post-information {}
.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: rgba(0,0,0,0.8);
    background-position: 0 center;
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info span a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: rgba(0,0,0,0.8);
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info span a:hover {
    color: #008DF2;
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info .reading-time {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: rgba(0,0,0,0.6);
    display: block;
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info .reading-time .reading-time-value {
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: rgba(0,0,0,0.6);
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info .publish-author {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info .publish-author .img {
    display: inline-flex;
    height: 35px;
    width: 35px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info .publish-author .img img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 100px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info .publish-author .inner {
    display: inline-flex;
}

.blog-details-wrapper .blog-details-post-info .publish-date .inner {
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: rgba(0, 0, 0, 0.6);
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info span.publish-categories {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-post-info span.publish-categories a {
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
}

.custom-layout-wrapper.blog-details-wrapper .panel-posts-title {
    margin-bottom: 20px;
}

.custom-layout-wrapper.blog-details-wrapper .panel-title {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #000000;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-post-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DFE1E6;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-post-item:last-child {
    padding-bottom: 0;
    margin: 0;
    border: none;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-post-description {
    display: flex;
    gap: 10px;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-post-image {
    height: auto;
    width: 60px;
    overflow: hidden;
    min-width: 60px;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-post-image .sidebar-blog-img {
    display: block;
    height: 100%;
    margin-top: 4px;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-post-image img {
    width: 100%;
    border-radius: 6px;
    display: block;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-title {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    margin: 0 0 8px;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-title a {
    color: rgba(0,0,0,0.8);
    text-decoration: none;
    transition: color 0.3s;
    display: inline-flex;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-title a:hover {
    color: #008DF2;
}

.custom-layout-wrapper.blog-details-wrapper .side-bar-blog-post-info-wrapper {
    display: flex;
    gap: 5px;
    margin: 0 0 8px;
}
.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-post-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0,0,0,0.6);
    margin: 0;
}
.custom-layout-wrapper.blog-details-wrapper  .sidebar-blog-post-comment {
    margin: 0;
}
.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-post-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0,0,0,0.6);
    margin: 0 0 4px;
}
.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-read-more {
    display: inline-block;
    font-size: 13px;
    color: #008DF2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.custom-layout-wrapper.blog-details-wrapper .sidebar-blog-read-more:hover {
    color: #0056b3;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-panel {
    flex: 1;
    /*background: #ffffff;*/
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-title h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    letter-spacing: -0.01em;
    color: #000000;
    margin: 0 0 30px;
}

@media only screen and (max-width: 1024px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-details-title h1 {
        font-size: 38px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-details-title h1 {
        font-size: 30px;
        margin: 0 0 20px;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-banner-wrapper {
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-details-banner-wrapper {
        margin-bottom: 30px;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-banner-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper {
    margin-bottom: 30px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper figure {
    max-width: 100% !important;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h1,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h2,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h3,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h4,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h5,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h6,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper ul li,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper ol li,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper p {
    color: rgba(0,0,0,0.9);
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper ul li,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper ol li {
    font-size: 16px;
    line-height: 26px;
}
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper p {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h2 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin: 30px 0 15px 0;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 25px 0 12px 0;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper ul,
.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper ol {
    margin: 15px 0;
    padding-left: 25px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper li {
    margin-bottom: 2px;
    color: #555;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
    width: auto;
}

.custom-layout-wrapper.blog-details-wrapper .blog-details-footer-content {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper a,
.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper button {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper a:first-child,
.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper button:first-child {
    background: linear-gradient(135deg, #FFA726 0%, #FB8C00 100%);
    color: #fff;
}

.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper a:first-child:hover,
.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper button:first-child:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 167, 38, 0.3);
}

.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper a:last-child,
.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper button:last-child {
    background: linear-gradient(135deg, #FF7043 0%, #F4511E 100%);
    color: #fff;
}

.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper a:last-child:hover,
.custom-layout-wrapper.blog-details-wrapper .call-to-action-wrapper button:last-child:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 112, 67, 0.3);
}

.custom-layout-wrapper.blog-details-wrapper .social-media-share-wrapper {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .social-media-share-wrapper {
        flex-direction: column;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-call-to-action-section {
    margin-top: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #008DF2;
}

.custom-layout-wrapper.blog-details-wrapper .blog-call-to-action-section * {
    margin-bottom: 0;
}

.custom-layout-wrapper.blog-details-wrapper .blog-call-to-action-section > *:not(:last-child) {
    margin-bottom: 15px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-details {
    padding: 118px 30px 167px;
    background: rgba(246, 238, 230, 0.6);
}
@media (max-width: 1200px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-related-post-details {
        padding: 100px 20px;
    }
}
@media (max-width: 991px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-related-post-details {
        padding: 60px 15px;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-details .blog-related-container {
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 991px) {

    .custom-layout-wrapper.blog-details-wrapper .blog-sidebar-panel {
        flex: 1;
        width: 100%;
        margin: 0;
    }

    .custom-layout-wrapper.blog-details-wrapper .blog-sidebar-panel-inner {
        position: static;
    }

    .custom-layout-wrapper.blog-details-wrapper .blog-details-panel {
        padding: 0;
    }

    .blog-details-wrapper .blog-details-title h1 {
        font-size: 26px;
    }

    .custom-layout-wrapper.blog-details-wrapper .blog-call-to-action-section {
        margin-top: 30px;
        padding: 20px;
    }
}


.custom-layout-wrapper.blog-details-wrapper .blog-related-title-wrapper {
    text-align: center;
    margin-bottom: 37px;
}
@media(max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-related-title-wrapper {
        margin-bottom: 20px;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-title {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px 0;
}
@media(max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-related-title {
        font-size: 26px;
        margin: 0 0 8px 0;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-subtext {
    font-size: 16px;
    color: #888;
    margin: 0;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-description {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 27px;
}
@media(max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-related-description {
        gap: 15px;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-item {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-image {
    width: 100%;
    overflow: hidden;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-content {
    padding: 25px 30px 40px;
}
@media(max-width: 767px) {
    .custom-layout-wrapper.blog-details-wrapper .blog-related-post-content {
        padding: 25px 20px;
    }
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-item .blog-related-description {
    display: block;
    background: #ffffff;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-item .blog-related-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-item .blog-related-title a {
    display: inline-flex;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
    transition: color 0.3s;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-item .blog-related-title a:hover {
    color: #008DF2;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-post-info {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.72);
    margin-bottom: 12px;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-read-more {
    display: inline-block;
    font-size: 14px;
    color: #008DF2;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.custom-layout-wrapper.blog-details-wrapper .blog-related-read-more:hover {
    color: #0056b3;
}

.custom-layout-wrapper.blog-details-wrapper .blog-sidebar-panel .social-media-share-wrapper {
    flex-direction: column;
}
.custom-layout-wrapper.blog-details-wrapper .blog-sidebar-panel .social-media-share-wrapper .share-title {
    margin: 0;
}

/*Custom Layout Type 2*/
.custom-layout-type_2.blog-details-wrapper {}
.custom-layout-type_2.blog-details-wrapper .blog-details-container {
    max-width: 1400px;
    margin: 0 auto 50px;
    display: block;
}
@media(max-width: 767px) {
    .custom-layout-type_2.blog-details-wrapper .blog-details-container {
        margin-bottom: 0;
    }
}
.custom-layout-type_2.blog-details-wrapper .blog-details-container .blog-details-top-banner {}
.custom-layout-type_2.blog-details-wrapper .blog-details-title h1 {
    max-width: 1140px;
    margin: 0 auto 36px;
}
@media(max-width: 767px) {
    .custom-layout-type_2.blog-details-wrapper .blog-details-title h1 {
        margin: 0 auto 10px;
    }
}
.custom-layout-type_2.blog-details-wrapper .blog-details-banner-wrapper {
    margin-bottom: 66px;
}
@media(max-width: 767px) {
    .custom-layout-type_2.blog-details-wrapper .blog-details-banner-wrapper {
        margin-bottom: 30px;
    }
}
.custom-layout-type_2.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
    display: flex;
    gap: 80px;
    max-width: 1140px;
    margin: 0 auto;
}
@media(max-width: 1200px) {
    .custom-layout-type_2.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 50px;
    }
}
@media(max-width: 991px) {
    .custom-layout-type_2.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 30px;
        flex-direction: column-reverse;
    }
}
@media(max-width: 767px) {
    .custom-layout-type_2.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 50px;
    }
}
.custom-layout-type_2.blog-details-wrapper.right-sidebar .blog-details-container .blog-details-sidebar-content {
    flex-direction: row-reverse;
}
@media(max-width: 991px) {
    .custom-layout-type_2.blog-details-wrapper.right-sidebar .blog-details-container .blog-details-sidebar-content {
        flex-direction: column-reverse;
    }
}

/*Custom Layout Type 3*/
.custom-layout-type_3.blog-details-wrapper {}
.custom-layout-type_3.blog-details-wrapper .blog-details-container {
    max-width: 1400px;
    margin: 0 auto 50px;
    display: block;
}
@media(max-width: 767px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-container {
        margin-bottom: 0;
    }
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner {}
.custom-layout-type_3.blog-details-wrapper .blog-details-title h1 {
    max-width: 1140px;
    margin: 0 auto 21px;
}
@media(max-width: 767px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-title h1 {
        margin: 0 auto 10px;
    }
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information {
    max-width: 1140px;
    margin: 0 auto 46px;
}
@media(max-width: 991px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information {
        margin: 0 auto 20px;
    }
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info {
    flex-direction: row;
    gap: 45px;
}
@media(max-width: 991px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info {
        flex-direction: column;
        gap: 8px;
    }
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info > span {
    position: relative;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info > span::after {
    content: "";
    background: #cccccc;
    display: inline-flex;
    height: 3px;
    width: 3px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
}
@media(max-width: 991px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info > span::after {
        display: none;
    }
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-date {
    order: 2;
    font-size: 15px;
    font-weight: 400;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-date .inner {
    font-size: 15px;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-author {
    order: 1;
    font-size: 15px;
    font-weight: 400;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-author .author {
    font-size: 15px;
    font-weight: 400;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-author .author {
    background-position: 0 center;
    margin: 0;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-categories {
    display: none;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .reading-time {
    order: 3;
    font-size: 15px;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .reading-time .reading-time-value {
    font-size: 15px;
}
.custom-layout-type_3.blog-details-wrapper .blog-details-banner-wrapper {
    margin-bottom: 66px;
}
@media(max-width: 767px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-banner-wrapper {
        margin-bottom: 30px;
    }
}
.custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
    display: flex;
    gap: 80px;
    max-width: 1140px;
    margin: 0 auto;
}
@media(max-width: 1200px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 50px;
    }
}
@media(max-width: 991px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 30px;
        flex-direction: column-reverse;
    }
}
@media(max-width: 767px) {
    .custom-layout-type_3.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 30px;
    }
}
.custom-layout-type_3.blog-details-wrapper.right-sidebar .blog-details-container .blog-details-sidebar-content {
    flex-direction: row-reverse;
}
@media(max-width: 991px) {
    .custom-layout-type_3.blog-details-wrapper.right-sidebar .blog-details-container .blog-details-sidebar-content {
        flex-direction: column-reverse;
    }
}

/*Custom Layout Type 4*/
.custom-layout-type_4.blog-details-wrapper {}
.custom-layout-type_4.blog-details-wrapper .blog-details-container {
    max-width: 100%;
    margin: 0 auto 50px;
    display: block;
    padding: 0;
}
@media(max-width: 767px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container {
        padding: 0;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner {
    margin: 0 0 64px;
    position: relative;
    min-height: 370px;
    background: #000000;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-top-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.9) 90.97%);
}
@media(max-width: 767px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner {
        margin: 0 0 40px;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-title {
    margin: 0 auto;
    position: absolute;
    bottom: 132px;
    left: 0;
    right: 0;
    padding: 0 15px;
    max-width: 1140px;
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-title {
        bottom: 80px;
    }
}
@media(max-width: 767px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-title {
        bottom: 100px;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-title h1 {
    max-width: 1140px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 59px;
    line-height: 1.4;
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-title h1 {
        font-size: 48px;
    }
}
@media(max-width: 767px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-title h1 {
        font-size: 30px;
        margin: 0 auto;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information {
    max-width: 1140px;
    margin: 0 auto;
    color: #ffffff;
    position: absolute;
    bottom: 76px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0 15px;
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information {
        margin: 0 auto;
        bottom: 50px;
    }
}
@media(max-width: 767px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information {
        bottom: 30px;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info {
    flex-direction: row;
    gap: 45px;
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info {
        flex-direction: row;
        gap: 8px;
    }
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info {
        flex-wrap: wrap;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info > span {
    position: relative;
    color: #ffffff;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info > span::after {
    content: "";
    background: #ffffff;
    display: inline-flex;
    height: 3px;
    width: 3px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -24px;
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info > span::after {
        display: none;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-date {
    order: 2;
    font-size: 15px;
    font-weight: 400;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-date .inner {
    font-size: 15px;
    color: #ffffff;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-author {
    order: 1;
    font-size: 15px;
    font-weight: 400;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-author .author {
    font-size: 15px;
    font-weight: 400;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-author .author {
    background-position: 0 center;
    margin: 0;
    color: #ffffff;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M8 7C9.65685 7 11 5.65685 11 4C11 2.34315 9.65685 1 8 1C6.34315 1 5 2.34315 5 4C5 5.65685 6.34315 7 8 7Z" fill="%23ffffff"></path><path d="M14 12C14 10.3431 12.6569 9 11 9H5C3.34315 9 2 10.3431 2 12V15H14V12Z" fill="%23ffffff"></path></g></svg>');
    background-size: 16px;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .publish-categories {
    display: none;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .reading-time {
    order: 3;
    font-size: 15px;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .reading-time::after {
    display: none;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-top-banner .blog-post-information .blog-details-post-info .reading-time .reading-time-value {
    color: #ffffff;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-banner-wrapper {
    margin-bottom: 0;
}
@media(max-width: 767px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-banner-wrapper {
        margin-bottom: 30px;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-banner-wrapper img {
    border-radius: 0;
    min-height: 300px;
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
    display: flex;
    gap: 80px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
@media(max-width: 1200px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 50px;
    }
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 30px;
        flex-direction: column-reverse;
    }
}
@media(max-width: 767px) {
    .custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-sidebar-content {
        gap: 50px;
    }
}
.custom-layout-type_4.blog-details-wrapper .blog-details-container .blog-details-sidebar-content  .blog-sidebar-panel {
    max-width: 340px;
}
.custom-layout-type_4.blog-details-wrapper.right-sidebar .blog-details-container .blog-details-sidebar-content {
    flex-direction: row-reverse;
}
@media(max-width: 991px) {
    .custom-layout-type_4.blog-details-wrapper.right-sidebar .blog-details-container .blog-details-sidebar-content {
        flex-direction: column-reverse;
    }
}
.custom-layout-type_4.blog-details-wrapper.right-sidebar .blog-details-container .blog-details-sidebar-content .blog-sidebar-panel {
    margin: 0;
}






/*
.scrollbar {
    background-color: #C5CBCB;
    border: 1px solid #C5CBCB;
    border-radius: 4px;
    z-index: 1;
    position: absolute;
}
.scrollbar-handle {
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
}
.scrollbar.vertical {
   width: 11px;
   right: 0 !important;
}
*/

.property-list-filter-options .chosen-drop .scrollbar,
.property-advance-filter .chosen-drop .scrollbar {
    background-color: #C5CBCB;
    border: 1px solid #C5CBCB;
    border-radius: 4px;
    z-index: 1;
    position: absolute;
}
.property-list-filter-options .chosen-drop .scrollbar-handle,
.property-advance-filter .chosen-drop .scrollbar-handle {
  background-color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
}
.property-list-filter-options .chosen-drop .scrollbar.vertical,
.property-advance-filter .chosen-drop .scrollbar.vertical {
   width: 11px;
   right: 0 !important;
}
/*
.chosen-container-single .chosen-search input[type="text"] {
    margin: 6px;
    width: calc(100% - 12px);
    height: 40px;
    padding: 8px 10px;
}
.chosen-container .chosen-results .no-results {
    padding: 10px;
}
*/

.property-list-filter-options .chosen-container-single.hide-search-input .chosen-search,
.property-advance-filter .chosen-container-single.hide-search-input .chosen-search {
    height: 0;
    width: 0;
    opacity: 0;
    padding: 0;
}

/* -------------------------------------
// property list view
--------------------------------------*/
.widget-propertyListing {
    background-color: #fff;
    padding: 5px;
    container-type: inline-size;
    container-name: property-listing;
}

.site-property-listing-wrapper {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
    gap: 25px;
}
.agent-testimonial-info-slider.swiper .swiper-nav-wrapper {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: horizontal;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    height: 100px;
}
.agent-testimonial-info-slider.swiper .bottom-left.swiper-button-prev {
    text-align: left;
    position: relative;
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-weight: 600;
    opacity: 0.5;
    /* @alternate */ -webkit-transition: opacity 200ms ease-in-out;
    /* @alternate */ -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.agent-testimonial-info-slider.swiper .bottom-right.swiper-button-next {
    text-align: left;
    position: relative;
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-weight: 600;
    opacity: 0.5;
    /* @alternate */ -webkit-transition: opacity 200ms ease-in-out;
    /* @alternate */ -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}
.agent-testimonial-info-slider.swiper .bottom-left.swiper-button-prev:hover, .agent-testimonial-info-slider.swiper .bottom-right.swiper-button-next:hover {
    opacity: 1;
}
/*
.form-section-auction-info {
    width: 100%;
    margin-bottom: 20px;
}
.form-section-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
*/

.property-content .view-all-button-wrapper {
    width: 1600px;
    max-width: 100%;
    margin: 30px auto 0;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
}
.upcoming-auction-button {
    background: transparent;
    color: #3E5260;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 3px;
}
.upcoming-auction-button:hover {
    background: #b4d1fb;
}
.upcoming-auction-button.active {
    background: #5C7FB3;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}
.site-property-listing-wrapper .property-list-item {
    width: calc(33% - 12.5px);
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
}
.property-content .property-list-item:hover .post.property-list-view a:before{
    content: "";
    background:  rgba(92, 127, 179, .8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.property-content .property-list-item:hover .post.property-list-view a span{
    background-color: #fff;
    color: #5C7FB3;
}
.property-content .property-list-view {
    width: 100%;
    height: auto;
    position: relative;
}
.property-list-item.fee-sold-property-list .post.property-list-view span,
.property-list-item.fee-leased-property-list .post.property-list-view span {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50%;
    margin-top: 25%;
    /* @alternate */ -webkit-transform: translate(-50%, -25%);
    /* @alternate */ -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: #5C7FB3;
    color: #FFFFFF;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    z-index: 70;
    /* @alternate */ -webkit-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    /* @alternate */ -o-transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.property-content .property-list-view a {
    display: block;
    position: relative;
}
.property-content .property-list-view a img {
    width: 100%;
    aspect-ratio: 100 / 68;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.property-content .property-list-item .property-description {
    background-color: #F4F5F7;
    padding: 30px 25px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: space-between;
}
.property-content .property-list-item .property-title h4 {
    margin: 0;
}
.property-content .property-title h4 a {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    color: #222222;
}
.property-content .property-address {
    margin-top: 12px;
}
.property-content .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 12px;
}
.property-content .property-list-item .horizontal-spacer {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex-positive: 1;
    flex-grow: 1;
    /* @alternate */ -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}
.property-content .property-address .address-panel {
    font-size: 20px;
    color: #000000;
    font-weight: 300;
    line-height: 27px;
    margin: 5px 0;
}
.property-content  .sold-panel {
    font-size: 16px;
    opacity: .7;
    margin: 10px 0;
}
.property-content .property-details-block {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-pack: justify;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 28px;
    border-top: 1px rgba(0,0,0, .10) solid;
}
.property-content .details-view a {
    font-size: 14px;
    line-height: 12px;
    color: #000000;
    background: none;
    border: 1px #000 solid;
    padding: 5px 8px;
    border-radius: 3px;
    transition: all 300ms ease-out 0s;
}
.property-content .details-view a:hover {
    background: #000000;
    color: #ffffff;
}
.property-content .price-agent-option {
    font-size: 18px;
    line-height: 1.4;
    color: rgb(56, 61, 72);
    opacity: .8;
    margin: 20px 0;
}
.property-content .description-panel {
    font-size: 14px;
    line-height: normal;
    color: #000000;
    display: block;
    margin-top: 12px;
}
.property-content .inspection-panel .inspection-label {
    font-size: 15px;
    color: rgb(56, 61, 72);
    opacity: .8;
}
.property-content .inspection-panel .inspection-time {
    font-size: 15px;
    opacity: .6;
    margin-top: 3px;
}
.property-content .inspection-panel {
    margin-bottom: 10px;
}
.property-content .property-room_summary {
    margin-top: 40px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    gap: 12px;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.property-content .property-room_summary span {
    font-size: 18px;
    color: rgb(56, 61, 72);
    opacity: .8;
}
.property-list-item   .vertical-separator {
    height: 16px;
    width: 1px;
    background-color: #ccc;
}
.property-content .bedroom-panel, .property-content .bathroom-panel, .property-content .car-panel {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    /* @alternate */ -webkit-column-gap: 5px;
    /* @alternate */ -moz-column-gap: 5px;
    column-gap: 5px;
}
.property-content .bedroom-icon {
    width: 19px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2211%22%20viewBox%3D%220%200%2019%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M3.38282%203.89761C3.38282%202.96921%204.1422%202.20961%205.07032%202.20961C5.99845%202.20961%206.75783%202.96921%206.75783%203.89761C6.75783%204.82601%205.99845%205.58561%205.07032%205.58561C4.1422%205.58561%203.38282%204.82601%203.38282%203.89761ZM18.5704%206.42961H2.53907V0.521609C2.53907%200.289509%202.34922%200.0996094%202.11719%200.0996094H0.429689C0.197657%200.0996094%200.0078125%200.289509%200.0078125%200.521609V10.6496H2.53907V8.96161H16.461V10.6496H16.8829H17.3047H18.1485H18.5704H18.9922V6.85161C18.9922%206.61951%2018.8024%206.42961%2018.5704%206.42961ZM15.6172%202.63161H8.02346C7.79142%202.63161%207.60158%202.82151%207.60158%203.05361V5.58561H18.5704C18.5704%203.96091%2017.2414%202.63161%2015.6172%202.63161Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
}
.property-content .property-room_summary span.bedroom-icon,
.property-content .property-room_summary span.bathroom-icon,
.property-content .property-room_summary span.car-icon {
    display: none;
}
.property-content .bathroom-icon {
    width: 14px;
    height: 15px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M0.878906%209.34961C0.881339%2011.0179%201.85893%2012.5306%203.37891%2013.2182V14.5996C3.37931%2014.7375%203.49101%2014.8492%203.62891%2014.8496H4.12891C4.26681%2014.8492%204.37851%2014.7375%204.37891%2014.5996V13.5293C4.62633%2013.5749%204.87731%2013.5984%205.12891%2013.5996H9.62891C9.88051%2013.5984%2010.1315%2013.5749%2010.3789%2013.5293V14.5996C10.3793%2014.7375%2010.491%2014.8492%2010.6289%2014.8496H11.1289C11.2668%2014.8492%2011.3785%2014.7375%2011.3789%2014.5996V13.2182C12.8989%2012.5306%2013.8765%2011.0179%2013.8789%209.34961V7.84961H0.878906V9.34961Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M14.1289%206.84961H0.628906C0.490835%206.84961%200.378906%206.96153%200.378906%207.09961C0.378906%207.23768%200.490835%207.34961%200.628906%207.34961H14.1289C14.267%207.34961%2014.3789%207.23768%2014.3789%207.09961C14.3789%206.96153%2014.267%206.84961%2014.1289%206.84961Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M1.62891%205.34961H2.12891V5.59961C2.12891%205.73768%202.24084%205.84961%202.37891%205.84961C2.51698%205.84961%202.62891%205.73768%202.62891%205.59961V4.59961C2.62891%204.46153%202.51698%204.34961%202.37891%204.34961C2.24084%204.34961%202.12891%204.46153%202.12891%204.59961V4.84961H1.62891V1.84961C1.62891%201.15925%202.18855%200.599609%202.87891%200.599609C3.56926%200.599609%204.12891%201.15925%204.12891%201.84961V1.87216C3.40791%201.99427%202.87991%202.61833%202.87891%203.34961C2.87931%203.48751%202.99101%203.59921%203.12891%203.59961H5.62891C5.76681%203.59921%205.87851%203.48751%205.87891%203.34961C5.87791%202.61833%205.34991%201.99427%204.62891%201.87216V1.84961C4.62891%200.883112%203.84541%200.0996094%202.87891%200.0996094C1.91241%200.0996094%201.12891%200.883112%201.12891%201.84961V6.47461H1.62891V5.34961Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
}
.property-content .car-icon {
    width: 19px;
    height: 19px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.76563%2014.0527C8.58948%2014.0527%208.41728%2014.105%208.27082%2014.2028C8.12436%2014.3007%208.0102%2014.4398%207.9428%2014.6025C7.87539%2014.7653%207.85775%2014.9443%207.89211%2015.1171C7.92648%2015.2899%208.0113%2015.4486%208.13586%2015.5731C8.26041%2015.6977%208.41911%2015.7825%208.59187%2015.8169C8.76464%2015.8512%208.94371%2015.8336%209.10645%2015.7662C9.26919%2015.6988%209.40829%2015.5846%209.50615%2015.4382C9.60402%2015.2917%209.65625%2015.1195%209.65625%2014.9434C9.65625%2014.7072%209.56242%2014.4806%209.39539%2014.3136C9.22837%2014.1466%209.00183%2014.0527%208.76563%2014.0527ZM8.76563%2015.2402C8.70691%2015.2402%208.64951%2015.2228%208.60069%2015.1902C8.55187%2015.1576%208.51382%2015.1112%208.49135%2015.057C8.46888%2015.0027%208.463%2014.943%208.47445%2014.8854C8.48591%2014.8279%208.51418%2014.775%208.5557%2014.7334C8.59722%2014.6919%208.65012%2014.6636%208.70771%2014.6522C8.7653%2014.6407%208.82499%2014.6466%208.87923%2014.6691C8.93348%2014.6916%208.97985%2014.7296%209.01247%2014.7784C9.04509%2014.8272%209.0625%2014.8846%209.0625%2014.9434C9.0625%2015.0221%209.03122%2015.0976%208.97555%2015.1533C8.91987%2015.209%208.84436%2015.2402%208.76563%2015.2402Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M15.8906%2014.0527C15.7145%2014.0527%2015.5423%2014.105%2015.3958%2014.2028C15.2494%2014.3007%2015.1352%2014.4398%2015.0678%2014.6025C15.0004%2014.7653%2014.9827%2014.9443%2015.0171%2015.1171C15.0515%2015.2899%2015.1363%2015.4486%2015.2609%2015.5731C15.3854%2015.6977%2015.5441%2015.7825%2015.7169%2015.8169C15.8896%2015.8512%2016.0687%2015.8336%2016.2315%2015.7662C16.3942%2015.6988%2016.5333%2015.5846%2016.6312%2015.4382C16.729%2015.2917%2016.7813%2015.1195%2016.7813%2014.9434C16.7813%2014.7072%2016.6874%2014.4806%2016.5204%2014.3136C16.3534%2014.1466%2016.1268%2014.0527%2015.8906%2014.0527ZM15.8906%2015.2402C15.8319%2015.2402%2015.7745%2015.2228%2015.7257%2015.1902C15.6769%2015.1576%2015.6388%2015.1112%2015.6163%2015.057C15.5939%2015.0027%2015.588%2014.943%2015.5995%2014.8854C15.6109%2014.8279%2015.6392%2014.775%2015.6807%2014.7334C15.7222%2014.6919%2015.7751%2014.6636%2015.8327%2014.6522C15.8903%2014.6407%2015.95%2014.6466%2016.0042%2014.6691C16.0585%2014.6916%2016.1048%2014.7296%2016.1375%2014.7784C16.1701%2014.8272%2016.1875%2014.8846%2016.1875%2014.9434C16.1875%2015.0221%2016.1562%2015.0976%2016.1005%2015.1533C16.0449%2015.209%2015.9694%2015.2402%2015.8906%2015.2402Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M18.2656%2010.4902H17.5929C17.4285%2010.4912%2017.2676%2010.5375%2017.1278%2010.624C16.988%2010.7106%2016.8747%2010.834%2016.8005%2010.9807C16.639%2010.2546%2016.2355%209.60498%2015.6563%209.13829C15.0771%208.6716%2014.3565%208.41555%2013.6127%208.41211H11.0435C10.2997%208.41555%209.57915%208.6716%208.99994%209.13829C8.42073%209.60498%208.01727%2010.2546%207.8557%2010.9807C7.7815%2010.834%207.66828%2010.7106%207.52849%2010.624C7.38869%2010.5375%207.22775%2010.4912%207.06334%2010.4902H6.39062C6.15442%2010.4902%205.92788%2010.5841%205.76086%2010.7511C5.59383%2010.9181%205.5%2011.1447%205.5%2011.3809V11.6777C5.5%2011.9139%205.59383%2012.1405%205.76086%2012.3075C5.92788%2012.4745%206.15442%2012.5684%206.39062%2012.5684H6.86147L7.03514%2012.742C6.82614%2012.85%206.64579%2013.0061%206.50896%2013.1974C6.37212%2013.3887%206.28272%2013.6099%206.24813%2013.8425L5.9937%2015.6238C5.96565%2015.8191%205.97687%2016.018%206.0267%2016.209C6.07652%2016.3999%206.16396%2016.5789%206.28387%2016.7356C6.40379%2016.8923%206.55377%2017.0235%206.72504%2017.1215C6.8963%2017.2194%207.0854%2017.2822%207.28125%2017.3062V17.6152C7.28125%2017.8514%207.37508%2018.078%207.54211%2018.245C7.70913%2018.412%207.93567%2018.5059%208.17188%2018.5059H9.35938C9.59558%2018.5059%209.82212%2018.412%209.98914%2018.245C10.1562%2018.078%2010.25%2017.8514%2010.25%2017.6152V17.3184H14.4062V17.6152C14.4062%2017.8514%2014.5001%2018.078%2014.6671%2018.245C14.8341%2018.412%2015.0607%2018.5059%2015.2969%2018.5059H16.4844C16.7206%2018.5059%2016.9471%2018.412%2017.1141%2018.245C17.2812%2018.078%2017.375%2017.8514%2017.375%2017.6152V17.3062C17.5709%2017.2822%2017.7599%2017.2194%2017.9312%2017.1215C18.1025%2017.0235%2018.2525%2016.8923%2018.3724%2016.7356C18.4923%2016.5789%2018.5797%2016.3999%2018.6296%2016.209C18.6794%2016.018%2018.6906%2015.8191%2018.6625%2015.6238L18.4081%2013.8425C18.3735%2013.6099%2018.2841%2013.3887%2018.1473%2013.1974C18.0105%2013.0061%2017.8301%2012.85%2017.6211%2012.742L17.7948%2012.5684H18.2656C18.5018%2012.5684%2018.7284%2012.4745%2018.8954%2012.3075C19.0624%2012.1405%2019.1562%2011.9139%2019.1562%2011.6777V11.3809C19.1562%2011.1447%2019.0624%2010.9181%2018.8954%2010.7511C18.7284%2010.5841%2018.5018%2010.4902%2018.2656%2010.4902ZM8.39839%2011.3001C8.49193%2010.6645%208.81026%2010.0835%209.29559%209.66254C9.78092%209.24159%2010.4011%209.0086%2011.0435%209.00586H13.6127C14.2552%209.0086%2014.8753%209.24159%2015.3607%209.66254C15.846%2010.0835%2016.1643%2010.6645%2016.2579%2011.3001L16.439%2012.5684H8.2173L8.39839%2011.3001ZM6.39062%2011.9746C6.31189%2011.9746%206.23638%2011.9433%206.1807%2011.8877C6.12503%2011.832%206.09375%2011.7565%206.09375%2011.6777V11.3809C6.09375%2011.3021%206.12503%2011.2266%206.1807%2011.1709C6.23638%2011.1153%206.31189%2011.084%206.39062%2011.084H7.06334C7.13478%2011.0841%207.20379%2011.1099%207.25772%2011.1567C7.31165%2011.2036%207.34688%2011.2683%207.35695%2011.339L7.50539%2012.3718L7.19516%2012.0616C7.16749%2012.0339%207.13462%2012.012%207.09845%2011.9971C7.06228%2011.9821%207.02351%2011.9745%206.98438%2011.9746H6.39062ZM9.65625%2017.6152C9.65625%2017.694%209.62497%2017.7695%209.5693%2017.8252C9.51362%2017.8808%209.43811%2017.9121%209.35938%2017.9121H8.17188C8.09314%2017.9121%208.01763%2017.8808%207.96195%2017.8252C7.90628%2017.7695%207.875%2017.694%207.875%2017.6152V17.3184H9.65625V17.6152ZM16.7812%2017.6152C16.7812%2017.694%2016.75%2017.7695%2016.6943%2017.8252C16.6386%2017.8808%2016.5631%2017.9121%2016.4844%2017.9121H15.2969C15.2181%2017.9121%2015.1426%2017.8808%2015.087%2017.8252C15.0313%2017.7695%2015%2017.694%2015%2017.6152V17.3184H16.7812V17.6152ZM18.075%2015.7081C18.0931%2015.8344%2018.0837%2015.9631%2018.0477%2016.0855C18.0117%2016.2079%2017.9497%2016.3212%2017.8661%2016.4176C17.7825%2016.514%2017.6792%2016.5913%2017.5631%2016.6442C17.447%2016.6972%2017.3209%2016.7246%2017.1933%2016.7246H7.46294C7.33534%2016.7246%207.20923%2016.6972%207.09315%2016.6442C6.97707%2016.5913%206.87372%2016.514%206.79011%2016.4176C6.70651%2016.3212%206.64459%2016.2079%206.60854%2016.0855C6.5725%2015.9631%206.56318%2015.8344%206.58122%2015.7081L6.83564%2013.9269C6.86682%2013.715%206.97293%2013.5213%207.13471%2013.381C7.29649%2013.2407%207.50321%2013.163%207.71736%2013.1621H16.9389C17.153%2013.163%2017.3598%2013.2407%2017.5215%2013.381C17.6833%2013.5213%2017.7894%2013.715%2017.8206%2013.9269L18.075%2015.7081ZM18.5625%2011.6777C18.5625%2011.7565%2018.5312%2011.832%2018.4755%2011.8877C18.4199%2011.9433%2018.3444%2011.9746%2018.2656%2011.9746H17.6719C17.5931%2011.9746%2017.5176%2012.0059%2017.462%2012.0616L17.1518%2012.3718L17.3002%2011.3387C17.3103%2011.2682%2017.3454%2011.2037%2017.3992%2011.1569C17.4529%2011.1101%2017.5217%2011.0843%2017.5929%2011.084H18.2656C18.3444%2011.084%2018.4199%2011.1153%2018.4755%2011.1709C18.5312%2011.2266%2018.5625%2011.3021%2018.5625%2011.3809V11.6777Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M14.1094%2014.3496H10.5469C10.4999%2014.3496%2010.4535%2014.3608%2010.4117%2014.3822C10.3698%2014.4036%2010.3336%2014.4347%2010.3061%2014.4728C10.2786%2014.511%2010.2605%2014.5551%2010.2534%2014.6016C10.2463%2014.6481%2010.2503%2014.6957%2010.2652%2014.7403L10.5621%2015.6309C10.5818%2015.6901%2010.6196%2015.7415%2010.6702%2015.7779C10.7207%2015.8144%2010.7815%2015.834%2010.8438%2015.834H13.8126C13.8749%2015.834%2013.9357%2015.8144%2013.9862%2015.7779C14.0368%2015.7415%2014.0746%2015.6901%2014.0943%2015.6309L14.3912%2014.7403C14.406%2014.6957%2014.4101%2014.6481%2014.403%2014.6016C14.3959%2014.5551%2014.3778%2014.511%2014.3503%2014.4728C14.3228%2014.4347%2014.2866%2014.4036%2014.2447%2014.3822C14.2029%2014.3608%2014.1565%2014.3496%2014.1094%2014.3496ZM13.5985%2015.2402H11.0579L10.9587%2014.9434H13.6977L13.5985%2015.2402Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M4.60938%2015.8886V7.81836H6.39062C6.46936%207.81836%206.54487%207.78708%206.60055%207.73141C6.65622%207.67573%206.6875%207.60022%206.6875%207.52148V2.17773C6.6875%202.099%206.65622%202.02349%206.60055%201.96781C6.54487%201.91214%206.46936%201.88086%206.39062%201.88086H1.64062C1.56189%201.88086%201.48638%201.91214%201.4307%201.96781C1.37503%202.02349%201.34375%202.099%201.34375%202.17773V7.52148C1.34375%207.60022%201.37503%207.67573%201.4307%207.73141C1.48638%207.78708%201.56189%207.81836%201.64062%207.81836H3.125V15.8886C2.95195%2015.9498%202.80203%2016.0629%202.69574%2016.2126C2.58946%2016.3622%202.53201%2016.5411%202.53125%2016.7246V18.209C2.53125%2018.2877%202.56253%2018.3632%202.6182%2018.4189C2.67388%2018.4746%202.74939%2018.5059%202.82812%2018.5059H4.90625C4.98499%2018.5059%205.0605%2018.4746%205.11617%2018.4189C5.17185%2018.3632%205.20312%2018.2877%205.20312%2018.209V16.7246C5.20236%2016.5411%205.14491%2016.3622%205.03863%2016.2126C4.93235%2016.0629%204.78243%2015.9498%204.60938%2015.8886ZM1.9375%202.47461H6.09375V7.22461H1.9375V2.47461ZM4.01562%207.81836V15.834H3.71875V7.81836H4.01562ZM4.60938%2017.9121H3.125V16.7246C3.125%2016.6459%203.15628%2016.5704%203.21195%2016.5147C3.26763%2016.459%203.34314%2016.4277%203.42188%2016.4277H4.3125C4.39124%2016.4277%204.46675%2016.459%204.52242%2016.5147C4.5781%2016.5704%204.60938%2016.6459%204.60938%2016.7246V17.9121Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M3.71875%206.33398V5.44336H4.3125C4.62744%205.44336%204.92949%205.31825%205.15219%205.09555C5.37489%204.87285%205.5%204.5708%205.5%204.25586C5.5%203.94091%205.37489%203.63887%205.15219%203.41617C4.92949%203.19347%204.62744%203.06836%204.3125%203.06836H3.42188C3.34314%203.06836%203.26763%203.09964%203.21195%203.15531C3.15628%203.21099%203.125%203.2865%203.125%203.36523V6.33398C3.125%206.41272%203.15628%206.48823%203.21195%206.54391C3.26763%206.59958%203.34314%206.63086%203.42188%206.63086C3.50061%206.63086%203.57612%206.59958%203.6318%206.54391C3.68747%206.48823%203.71875%206.41272%203.71875%206.33398ZM3.71875%203.66211H4.3125C4.46997%203.66211%204.62099%203.72467%204.73234%203.83601C4.84369%203.94736%204.90625%204.09839%204.90625%204.25586C4.90625%204.41333%204.84369%204.56435%204.73234%204.6757C4.62099%204.78705%204.46997%204.84961%204.3125%204.84961H3.71875V3.66211Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M11.0534%209.68653C10.9977%209.63087%2010.9222%209.59961%2010.8435%209.59961C10.7648%209.59961%2010.6893%209.63087%2010.6336%209.68653L9.14923%2011.1709C9.12087%2011.1983%209.09826%2011.231%209.0827%2011.2673C9.06714%2011.3035%209.05895%2011.3424%209.0586%2011.3819C9.05826%2011.4213%209.06577%2011.4604%209.0807%2011.4969C9.09563%2011.5333%209.11767%2011.5665%209.14555%2011.5944C9.17342%2011.6222%209.20657%2011.6443%209.24305%2011.6592C9.27954%2011.6741%209.31863%2011.6816%209.35805%2011.6813C9.39747%2011.681%209.43642%2011.6728%209.47264%2011.6572C9.50886%2011.6417%209.54162%2011.619%209.56901%2011.5907L11.0534%2010.1063C11.109%2010.0506%2011.1403%209.97514%2011.1403%209.89642C11.1403%209.8177%2011.109%209.7422%2011.0534%209.68653Z%22%20fill%3D%22black%22%2F%3E %3Cpath%20d%3D%22M12.118%209.68685L10.6336%2011.1712C10.6052%2011.1986%2010.5826%2011.2314%2010.5671%2011.2676C10.5515%2011.3038%2010.5433%2011.3428%2010.543%2011.3822C10.5426%2011.4216%2010.5501%2011.4607%2010.5651%2011.4972C10.58%2011.5337%2010.602%2011.5668%2010.6299%2011.5947C10.6578%2011.6226%2010.6909%2011.6446%2010.7274%2011.6595C10.7639%2011.6745%2010.803%2011.682%2010.8424%2011.6816C10.8818%2011.6813%2010.9208%2011.6731%2010.957%2011.6575C10.9932%2011.642%2011.026%2011.6194%2011.0534%2011.591L12.5378%2010.1066C12.5918%2010.0506%2012.6218%209.97565%2012.6211%209.89781C12.6204%209.81997%2012.5892%209.74551%2012.5341%209.69047C12.4791%209.63542%2012.4046%209.6042%2012.3268%209.60353C12.249%209.60285%2012.174%209.63277%2012.118%209.68685Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
}
.property-content .bedroom, .property-content .bathroom, .property-content .car {
    font-size: 18px;
    line-height: normal;
    color: #000000;
}
@media (max-width: 1199px){
    .property-content {
        gap: 20px;
    }
    .site-property-listing-wrapper{
        gap: 20px;
    }
    .property-content .property-list-item {
        width: calc(33.333% - 13.333px);
    }
}
@media (max-width: 727px){
    .property-content .property-list-item {
        width: calc(50% - 10px);
    }
}
@media (max-width: 535px){
    .property-content .property-list-item {
        width: 100%;
    }
}

/*site-auction-wrapper*/
/*
.site-auction-wrapper{
    width: 100%;
    max-width: 100%;
    gap: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}
*/


.widget-propertyListing .site-auction-wrapper {
    width: 100%;
    max-width: 100%;
    gap: 30px;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column
}

.widget-propertyListing .upcoming-auctions-title {
    text-align: center;
    font-size: 36px;
    margin: 0 0 20px;
}
.widget-propertyListing .upcoming-auction-wrapper {
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    /* @alternate */ -ms-flex-align: stretch;
    align-items: stretch;
    background: #F4F5F7;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.widget-propertyListing .upcoming-auction-wrapper .left-panel {
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    /* @alternate */ -ms-flex-positive: 1;
    flex-grow: 1;
}
.widget-propertyListing .upcoming-auction-wrapper .left-panel .first-section-wrapper {
    height: 100%;
}
.widget-propertyListing .left-panel .first-section-wrapper .upcoming-auction-list-view {
    width: 250px;
    min-height: 200px;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.widget-propertyListing .left-panel .first-section-wrapper .upcoming-auction-list-view a {
    display: block;
    height: 100%;
}
.widget-propertyListing .left-panel .first-section-wrapper img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.widget-propertyListing .left-panel .middle-section-wrapper {
    padding: 0 23px;
}
.widget-propertyListing .header-title p {
    color: #696969;
    font-size: 18px;
    margin: 8px 0 30px;
}
.widget-propertyListing  .header-title .prty-title {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.widget-propertyListing .room-details {
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    margin-top: 26px;
}
.widget-propertyListing .room-details .item {
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bfbfbf;
}
.widget-propertyListing .room-details .item:nth-last-child(1){
    border: 0;
    padding-right: 0;
    margin-right: 0;
}
.widget-propertyListing .room-details .item span{
    color: #696969;
    font-size: 16px;
}

.widget-propertyListing .upcoming-auction-wrapper .right-panel {
    width: 300px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.widget-propertyListing .last-section-wrapper .day-date {
    font-size: 16px;
    color: #696969;
}
.widget-propertyListing .last-section-wrapper .auction {
    font-size: 19px;
    font-weight: 500;
    display: block;
    line-height: 35px;
}

/* -------------------------------------
// property details
--------------------------------------*/

.property-listing-details {
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.property-listing-details  .swiper-button-next,  .property-listing-details  .swiper-button-prev {
    color: #fff;
}
.property-listing-details .swiper-button-next {
    right: 25px;
}
.property-listing-details .swiper-button-prev {
    left: 25px;
}
.property-listing-details .swiper-pagination {
    bottom: 30px!important;
    max-width: 912px;
    margin: 0 auto;
    left: 50% !important;
    transform: translateX(-50%);
}
.property-listing-details .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    opacity: .8;
    width: 14px;
    height: 14px;
    border: 2px solid #f7f7f7;
}
.property-listing-details .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgb(56, 136, 255);
    opacity: 1;
}
.property-type-status .chosen-result {
    text-transform: uppercase;
}
/*
// slider design
---------------------------------------
*/

.page-content .property-listing-details .property-details-slider-wrap {
    text-align: center;
}
.page-content .property-listing-details .property-details-slider {
    display: block;
    position: relative;
}
.page-content .property-listing-details .property-details-slider .thumb-image {
    height: 740px;
}
.property-details-slider-wrap  .swiper-slide img {
    height: 710px;
}
.page-content .property-listing-details .property-details-slider .detail-image-swiper {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 19px;
    height: 38px;
    cursor: pointer;
    background-size: 19px 38px;
}
.page-content .property-listing-details .property-details-slider .detail-image-swiper.left {
    left: 35px;
    background-image: url('data:image/svg+xml,<svg width="19" height="38" viewBox="0 0 19 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.4102 35.0002L17.9265 34.4841C18.2686 34.142 18.2686 33.5874 17.9265 33.2452L3.65397 18.9748L17.9265 4.70434C18.2686 4.36227 18.2686 3.80764 17.9265 3.46551L17.4102 2.94942C17.0681 2.60736 16.5134 2.60736 16.1713 2.94942L0.762934 18.3554C0.420819 18.6975 0.420819 19.2521 0.762934 19.5942L16.1713 35.0002C16.5134 35.3423 17.0681 35.3423 17.4102 35.0002Z" fill="white"/></svg>');
}
.page-content .property-listing-details .property-details-slider .detail-image-swiper.right {
    right: 35px;
    background-image: url('data:image/svg+xml,<svg width="19" height="38" viewBox="0 0 19 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.58923 2.94947L1.07299 3.46556C0.730878 3.80762 0.730878 4.36225 1.07299 4.70439L15.3455 18.9748L1.07299 33.2453C0.730878 33.5874 0.730878 34.142 1.07299 34.4841L1.58923 35.0002C1.93134 35.3423 2.48606 35.3423 2.82817 35.0002L18.2365 19.5942C18.5787 19.2522 18.5787 18.6975 18.2365 18.3554L2.82817 2.94947C2.48606 2.60734 1.93134 2.60734 1.58923 2.94947Z" fill="white"/></svg>');
}
.page-content .property-listing-details .property-details-slider .detail-image-swiper-dots {
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    bottom: 34px;
}
.page-content .property-listing-details .property-details-slider .detail-image-swiper-dots span {
    display: inline-block;
    background: #ffffff;
    width: 21px;
    height: 4px;
    border-radius: 5px;
    cursor: pointer;
}
.page-content .property-listing-details .property-details-slider .image-preview-box .thumb-image img {
    object-fit: cover;
    width: 100%;
    max-height: 100%;
}
/* --- slider design:end ---- */

/*
// description and price guide
================================
*/
.property-listing-details__description-price-guide {
    display: flex;
    column-gap: 60px;
}
.property-listing-details__price-guide {
    flex: 0 0 540px;
}
.property-listing-details__description{
    flex: 1;
}
/*
// description
----------------------------------------------
// description and price guide > description
*/

.property-listing-details__description .info-header {
    margin-top: 30px;
}
.property-listing-details__description .header-title {
    margin: 0;
    font-size: 26px;
    color: #383D48;
}
.property-listing-details__description .room-details {
    /* @alternate */ display: -ms-flexbox;
    /* @alternate */ display: -webkit-box;
    display: flex;
    /* @alternate */ -ms-flex-align: center;
    /* @alternate */ -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}
.property-listing-details__description .item {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #bfbfbf;
}
.property-listing-details__description .item span {
    font-size: 18px;
    color: #898989;
}
.property-listing-details__description .property-description {
    margin-top: 40px;
}
.property-listing-details__description .property-description .section-title {
    font-size: 20px;
    color: #383D48;
    margin: 0;
    padding: 0;
}
.last-section-wrapper .multidate-wrapper {
    margin: 20px 0;
}
.right-panel .last-section-wrapper div.inspection-time,
.right-panel .last-section-wrapper span.auction {
    font-size: 21px;
    font-weight: 700;
    line-height: 19px;
    color: rgb(2, 19, 52);
    font-family: "aller", sans-serif;
    margin-bottom: 10px;
}
.right-panel .last-section-wrapper
a.inspection-time {
    font-size: 16px;
    color: #696969;
}
/* --- description and price guide > description :end --- */

/*
// price guide
----------------------------------------------
// description and price guide > price guide
*/
.property-listing-details__price-guide-inner {
    background: #F4F5F7;
    padding: 30px;
}
.property-listing-details__price-guide-inner .section-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #383D48;
    margin-bottom: 8px;
    padding: 0;
}
.property-listing-details__price-guide-inner .info-contaier .info-item {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-pack: justify;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}
.property-listing-details__price-guide-inner .info-contaier .info-item span {
    font-size: 16px;
    color: #383D48;
    display: inline-block;
    vertical-align: 2px;
}
.property-listing-details__price-guide-inner .action-group {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin: 30px 0;
}
.property-listing-details__price-guide-inner .action-group button,
.property-listing-details__price-guide-inner .action-group a {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    padding: 13px 20px;
}
.property-listing-details__price-guide-inner .action-group .flrplan {
    border: 2px rgba(92, 127, 179, 1) solid;
    background-color: rgba(92, 127, 179, 0);
    color: rgba(92, 127, 179, 1);
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover {
    border: 2px #4d8ae7 solid;
    background-color: rgba(92, 127, 179, 0);
    color: #4d8ae7;
}
.property-listing-details__price-guide-inner .action-group .enquire-now {
    display: block;
    width: 100%;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
    border: 2px rgba(92, 127, 179, 1) solid;
    background-color: rgba(92, 127, 179, 1);
    color: #fff;
    cursor: pointer;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover {
    border: 2px #5385d0 solid;
    background-color: #5385d0;
}
span.close-button-for-zoom-preview {
    background: transparent;
    right: -11px;
    top: -40px;
    box-shadow: none;
}
span.close-button-for-zoom-preview::after {
    content: '\f00d';
    display: block;
    font-family: FontAwesome;
    color: white;
    font-size: 33px;
    opacity: .75;
    font-weight: 500;
}
span.close-button-for-zoom-preview:hover::after {
    opacity: 1;
}
/* --- description and price guide > price guide :end --- */
/* === description and price guide  :end ==== */

/*
// details page location
-----------------------------------
*/
.property-listing-details__location {
    margin-top: 60px;
}
.property-listing-details__location iframe {
    height: 570px;
    width: 100%;
    border: none;
    /* @alternate */ -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/*--- details page location :end --- */

/*
// enquire and anent
================================
*/
.property-listing-details .inquire-agent-section__inner {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-column-gap: 100px;
    /* @alternate */ -moz-column-gap: 100px;
    column-gap: 100px;
}
.property-listing-details .inquire-agent-section__title {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 60px 0 30px 0;
    text-transform: uppercase;
}
.property-listing-details .inquire-agent-section__inquire {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.property-listing-details .inquire-agent-section__agent {
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex: 0 0 435px;
    flex: 0 0 435px;
}

/*
// enquire
---------------------------------
// enquire and anent > enquire
*/
.property-details-contain-container .query-form {
    background-color: #F4F5F7;
    padding: 40px 30px;
}
.property-details-contain-container .query-form .form-group + .form-group {
    margin-top: 15px
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #757575;
    margin: 0;
    width: 100%;
    border: 1px #C6CCD6 solid;
    background-color: #fff;
}
.property-details-contain-container .query-form input {
    padding: 8px 25px 8px 15px;
}
.property-details-contain-container .query-form textarea {
    padding: 15px;
    height: 120px;
}
.property-details-contain-container .query-form button {
    width: 100%;
    margin-top: 22px;
    display: block;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 12px 20px;
    border: 2px rgba(92, 127, 179, 1) solid;
    background-color: rgba(92, 127, 179, 1);
    color: #fff;
}
.property-details-contain-container .query-form button:hover {
    border: 2px #5385d0 solid;
    background-color: #5385d0;
}
.property-details-contain-container .query-form .form-group {
    position: relative;
}
.property-details-contain-container .query-form .form-group .required {
    color: red;
    position: absolute;
    right: 10px;
    top: 12px;
}
/*--- enquire and anent > enquire :end ---*/

/*
// anent
---------------------------------
// enquire and anent > anent
*/

.property-details-contain-container .agent-container .agent-item {
    /* @alternate */ -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.property-details-contain-container .agent-container .agent-item + .agent-item {
    margin-top: 35px;
}
.property-details-contain-container .agent-container .agent-img {
    width: 155px;
    height: 155px;
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex-positive: 0;
    flex-grow: 0;
    /* @alternate */ -ms-flex-negative: 0;
    flex-shrink: 0;
}
.property-details-contain-container .agent-container .agent-img img {
    aspect-ratio: 1/1;
    width: 100%;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
    display: block;
    border-radius: 50%;
    border: 2px rgba(92, 127, 179, 1) solid;
}
.property-details-contain-container .agent-container .agent-info {
    text-align: right;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
}
.property-details-contain-container .agent-container .agent-info h5 {
    margin: 0 0 10px;
    padding: 0 0 25px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px #ccc solid;
    text-transform: uppercase;
}
.property-details-contain-container .agent-container .agent-info h5 a{
    font-size: 18px;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover{
    color: rgba(92, 127, 179, 1);
}
.property-details-contain-container .agent-container .agent-info p {
    margin: 0;
    font-size: 18px;
    color: rgb(56, 61, 72);
    margin-bottom: 5px;
}
.property-details-contain-container .agent-container .agent-info p span {
    font-weight: 600;
    padding-right: 6px;
}
.property-details-contain-container .agent-container .agent-info .spacer {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex-positive: 1;
    flex-grow: 1;
    /* @alternate */ -ms-flex-negative: 1;
    flex-shrink: 1;
}
.inquire-agent-section__agent .agents h4.section-title {
    text-align: right;
    padding: 0;
    margin: 0px 0 50px 0;
    font-weight: 400;
    font-size: 26px;
}
/*--- enquire and anent > enquire :end ---*/

/*=== enquire and anent :end ===*/

.property-details-contain-container .left-aside .pricing-info  .room-details {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    gap: 35px;
    /* @alternate */ -webkit-box-pack: end;
    /* @alternate */ -ms-flex-pack: end;
    justify-content: flex-end;
}
.property-details-contain-container .room-details .item {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}




.property-details-contain-container .property-description {
    margin-top: 40px;
}

.property-details-contain-container .left-aside h4.section-title {
    margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #383D48;
}

.team-area {
    max-width: 1300px;
    margin: 0 auto;
}
.team-area .team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.agent-list-item {
    width: calc(100%/3 - 30px);
    margin: 0 15px 40px;
    background: #f4f5f7;
    text-align: center;
    padding: 40px 30px;
}
.agent-list-item > a {
    display: block;
    position: relative;
    width: 100%;
}
.agent-list-item .member-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 auto;
    border: 2px solid #383d48;
}
.agent-list-item .member-img img {
    border: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
section.team p.team-content {
    font-size: 2.1rem;
    font-weight: 300;
    color: #383D48;
    font-family: "Assistant", sans-serif;
    text-align: center;
    max-width:1000px;
    margin:0 auto 7rem;
    display:block;
    line-height: 34px;
}

.agent-list-item h3 {
    margin: 30px 0 10px;
    font-size: 25px;
    font-weight: 300;
    color: #342e37;
}
.agent-list-item h4 {
    margin: 10px auto 20px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #dde0e6;
    padding-bottom: 20px;
    max-width: 300px;
    color: #021334;
}
.agent-list-item .profile {
    display: flex;
    max-width: 220px;
    margin: 0 auto;
    justify-content: center;
}
.agent-list-item .profile p {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.agent-list-item .profile a {
    text-align: left;
    margin: 0;
    padding: 0 10px;
    line-height: 34px;
}
.agent-list-item > a.read-button {
    margin: 20px 0;
    font-size: 16px;
    position: relative;
}
.agent-list-item > a.read-button:after {
    content: '\f105';
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-family: "FontAwesome";
    margin-left: 9px;
    vertical-align: middle;
}
.profile.agent-mobile-info a, .profile.agent-phone-info a {
    font-size: 16px;
    color: rgb(56, 61, 72);
    padding: 0 0 0 6px;
    margin: 0;
    line-height: 26px;
}
.agent-list-item > a.read-button:hover, .agent-list-item > a.read-button:hover:after{
    color:#5c7fb3
}

.property-listing-details .swiper-button-next:after,
.property-listing-details .swiper-button-prev:after,
.property-listing-details .swiper-pagination .swiper-pagination-bullet {
    filter: drop-shadow(2px 2px 1px rgba(0,0,0,.2));
}
.property-listing-details .swiper {
    width: 100%;
    height: 100%;
}
.property-listing-details .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.property-listing-details .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
}

/*Agent Details CSS*/

.property-agent-details-page .agent-short-info {
    background: #F4F5F7;
    padding-top: 50px;
    padding-bottom: 50px;
}
.property-agent-details-page .agent-short-info .agent-short-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap:110px;
}
.property-agent-details-page  .agent-summery-info {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.property-agent-details-page  .agent-sold-list-info {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.property-agent-details-page h2.agent-related-property-list-title {
    font-size: 37px;
    font-weight: 300;
    text-align: center;
    line-height: 45px;
    margin: 110px 0 28px 0;
    text-transform: uppercase;
}
.property-agent-details-page  .agent-summery-info p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    color: rgb(56, 61, 72);
}
.property-agent-details-page .agent-short-info .agent-short-container > div {
    flex: 1;
}
.property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
    font-size: 44px;
    font-weight: 300;
    color: #444;
    line-height: 53px;
}
.property-agent-details-page .agent-short-info .agent-short-container .agent-position-info {
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid rgba(198, 204, 214, 0.5);
    padding-bottom: 32px;
}

.property-agent-details-page .agent-short-info .agent-short-container .agent-mobile-info {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 18px;
    margin-top: 12px;
}
.property-agent-details-page .agent-short-info .agent-mobile-info .agent-mobile-info-title {
    font-weight: 600;
}
.property-agent-details-page .agent-short-info .agent-mobile-info a.agent-mobile-info-link {
    color: #858585;
    font-size: 17px;
}
.property-agent-details-page .agent-short-info .agent-mobile-info  a.agent-mobile-info-link:hover {
    text-decoration: underline;
}
.property-agent-details-page .agent-short-info  button.contact-agent-rob {
    margin-top: 30px;
    background-color: #021334;
    color: #FFFFFF;
    height: 50px;
    padding: 8px 26px;
    font-size: 18px;
    font-weight: 300;
    border: 2px solid #021334;
    line-height: 20px;
}
.property-agent-details-page .agent-short-info  button.contact-agent-rob:hover {
    background-color: #fff;
    color: #021334;
}
.property-agent-details-page .agent-short-info  .agent-short-info-right.agent-photo-view {
    border-radius: 210px;
    max-width: 420px;
    height: 420px;
    overflow: hidden;
    border: 2px solid #383D48;
}
.property-agent-details-page .agent-short-info  .agent-short-info-right.agent-photo-view img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.property-tab-body-wrapper {
    min-height: 600px;
}
.property-agent-details-page .site-property-listing-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.property-agent-details-page .site-property-listing-wrapper {
    /* @alternate */ ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 25px;
    /* @alternate */ display: -ms-grid;
    display: grid;
    /* @alternate */ -ms-grid-columns: minmax(0, 1fr) 25px minmax(0, 1fr) 25px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item img {
    width: 100%;
    height: 274px;
    object-fit: cover;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .post.property-list-view {
    position: relative;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .property-description {
    background: #F4F5F7;
    padding: 30px 25px;
    margin-top: -3px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-pack: justify;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1;
    flex: 1;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .title {
    display: inline-block;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #021334;
    font-size: 21px;
    margin: 0 0 10px 0;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .property-address h4,
.property-agent-details-page .site-property-listing-wrapper .property-list-item span.date,
.property-agent-details-page .site-property-listing-wrapper .property-list-item .price-agent-option span {
    color: rgb(56, 61, 72);
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    margin:0 0 10px 0;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .property-room_summary {
    display: flex;
    color: rgb(56, 61, 72);
    font-size: 18px;
    margin-top: 50px;
    gap: 12px;
    align-items: center;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .property-room_summary span {
    color: rgb(56, 61, 72);
    font-size: 18px;
    opacity: .8;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .property-details-block {
    display: none;
}
.property-agent-details-page .site-property-listing-wrapper .property-list-item .price-agent-option {
    margin-bottom: 20px;
}
.property-agent-details-page .agent-sold-list-info a.list-page-redirect-button {
    border: 2px solid #5C7FB3;
    height: 52px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    color: #5C7FB3;
    line-height: 26px;
}
.property-agent-details-page .agent-sold-list-info a.list-page-redirect-button:hover, .property-agent-details-page .agent-sold-list-info a.list-page-redirect-button:hover {
    border: 2px solid #5C7FB3;
    background: #5C7FB3;
    color: #fff;
}
.agent-details-testimonial-container {
    background: #eee;
    padding: 100px 0;
}
.agent-details-testimonial-container .agent-testimonial-info-slider {
    margin: 0 auto;
    max-width: 1300px;
}
.agent-details-testimonial-container .agent-testimonial-info-slider .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.agent-details-testimonial-container .agent-testimonial-info-slider .swiper-slide .testimonial-provider-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    margin-bottom: 25px;
}
.agent-details-testimonial-container .agent-testimonial-info-slider .swiper-slide .testimonial-provider-description {
    font-size: 18px;
    line-height: 30px;
}
.agent-details-testimonial-container  .bottom-left.swiper-button-prev {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 6px;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute !important;
    color: #000;
}
.agent-details-testimonial-container  .bottom-right.swiper-button-next{
    margin-right: 6px;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute !important;
    color: #000;
}
.agent-details-testimonial-container .swiper-button-next:after,
.agent-details-testimonial-container .swiper-button-prev:after {
    filter: none;
    font-size: 20px;
    color: #000;
}
.agent-details-testimonial-container .swiper-button-next:after {
    filter: none;
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    margin: 4px 0 0 8px;
}
.agent-details-testimonial-container .swiper-button-prev:after {
    filter: none;
    font-size: 20px;
    color: #000;
    vertical-align: middle;
    margin: 4px 8px 0 0 ;
}
/*Filter CSS*/
.property-list-filter-options {
    max-width: 1300px;
    margin: 50px auto;
}
.property-list-filter-options h2 {
    font-size: 37px;
    text-align: center;
    font-weight: 300;
    line-height: 45px;
}
.property-list-filter-options .filter-container {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    background: #eee;
    padding: 15px;
    /* @alternate */ -webkit-box-pack: justify;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}
.property-list-filter-options .filter-container > * {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1;
    flex: 1;
    padding: 0;
}
.property-list-filter-options .filter-container > .suburb-fliter-init {
    /* @alternate */ -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}
.property-list-filter-options .filter-container .advance-filter-button {
    background-color: #FFFFFF;
    border: 1px solid #C6CCD6;
    color: #383D48;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    height: 42px;
    cursor: pointer;
}
.property-list-filter-options .filter-container .advance-filter-button:hover {
    color: #0056b3;
    border-color: #0056b3;
}
.property-list-filter-options .filter-container .advance-filter-button span.filter-icon svg {
    width: 18px;
    height: 18px;
    margin-left: 7px;
    vertical-align: middle;
}
.property-list-filter-options .filter-container .filter-search-button {
    background: #021334;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    height: 42px;
    line-height: 17px;
    cursor: pointer;
    border: 2px solid #021334;
}
.property-list-filter-options .filter-container .filter-search-button:hover{
    background: #fff;
    color: #021334;
}
.property-list-filter-options .filter-container  .chosen-container-single .chosen-single,
.popup.property-advance-filter   .chosen-container-single .chosen-single,
.filter-sorting .form-row    .chosen-container-single .chosen-single {
    background-color: #fff;
    border: 1px solid #C6CCD6;
    border-radius: 0;
    height: 42px;
    box-shadow: none;
    font-size: 16px;
}
.property-list-filter-options .filter-container  .chosen-container-multi .chosen-choices,
.popup.property-advance-filter   .chosen-container-multi .chosen-choices{
    background-color: #fff;
    border: 1px solid #C6CCD6;
    border-radius: 0;
    height: auto;
    box-shadow: none;
    font-size: 16px;
}
.property-list-filter-options .filter-sorting {
    margin-top: 25px;
}
.property-list-filter-options .filter-container  .chosen-container-active .chosen-single,
.property-list-filter-options .filter-container  .chosen-container-active  .chosen-choices,
.popup.property-advance-filter   .chosen-container-single .chosen-container-active .chosen-single,
.popup.property-advance-filter   .chosen-container-single .chosen-container-active  .chosen-choices {
    border: 1px solid #0056b3;
}
.property-list-filter-options .filter-container  .chosen-container-single .chosen-single span,
.popup.property-advance-filter   .chosen-container-single .chosen-single span,
.filter-sorting .form-row .chosen-container-single .chosen-single span {
    line-height: 32px;
    height: 100%;
    font-size: 16px;
}
.property-list-filter-options  .chosen-container-single .chosen-single div b,
.popup.property-advance-filter .chosen-container-single .chosen-single div b {
    top: 8px;
    display: block;
}
.chosen-container .chosen-results .chosen-result {
    border-bottom: 0;
    color: #666666;
    font-size: 16px;
    padding: 12px 15px;
    height: auto;
}
.chosen-result.result-selected {
    background: #f5f5f5;
}
.property-list-filter-options  .chosen-container-multi .chosen-choices li.search-field input[type="text"], .popup.property-advance-filter .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 40px;
    margin: 0;
}
.popup.property-advance-filter {
    max-width: 1010px;
    width: 100% !important;
}
.popup.property-advance-filter .content {
    background: #F4F5F7;
    overflow: visible;
    position: relative;
}
.popup-mask.property-advance-filter-mask {
    background-color: rgba(2, 19, 52, 0.9);
}
.popup.property-advance-filter .filter-field-wrapper .double-row,
.popup.property-advance-filter .filter-field-wrapper .triple-row {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-pack: justify;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
}
.popup.property-advance-filter .filter-field-wrapper  .form-row {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1;
    flex: 1;
}
.popup.property-advance-filter  .filter-field-wrapper > * {
    margin-bottom: 16px;
}
.popup.property-advance-filter .filter-field-wrapper .form-row > label, .filter-sorting .form-row > label{
    color: rgb(56, 61, 72);
    width: auto;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.popup.property-advance-filter .filter-field-wrapper .form-row.tab-select .item-count {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
}
.popup.property-advance-filter .filter-field-wrapper .form-row.tab-select .item-count .field {
    cursor: pointer;
    border: 1px solid #C6CCD6;
    background-color: transparent;
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1;
    flex: 1;
    padding: 7px 10px;
    line-height: 14px;
    height: 36px;
    text-align: center;
    margin-right: -1px;
    position: relative;
}
.popup.property-advance-filter .filter-field-wrapper .form-row.tab-select .item-count .field.active label {
    color: #fff;
}
.popup.property-advance-filter .filter-field-wrapper .form-row.tab-select .item-count .field label {
    text-align: center;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    line-height: 31px;
}
.popup.property-advance-filter .filter-field-wrapper .item-count  input[type=radio] {
    opacity: 0;
}
.popup.property-advance-filter .filter-field-wrapper .item-count  .field.radio.toggle input:checked ~ label {
    color: #fff;
    background-color: #5C7FB3;
}
.popup.property-advance-filter .filter-field-wrapper .double-row .form-row .chosen-container {
    width: 100%;
    padding: 0;
}
.popup.property-advance-filter  .title-bar.fee-identical-sewc-elm.fee-popup__header {
    position: absolute;
    right: 0;
    top: -48px;
    padding: 6px;
    width: 45px;
    height: 45px;
    text-align: center;
    background: transparent;
    line-height: 15px;
}
.popup.property-advance-filter.site-popup .title-bar .close:before {
    color: white;
    font-size: 33px;
    opacity: .75;
    font-weight: 500;
}
.popup.property-advance-filter.site-popup .title-bar:hover .close:before {
    opacity: 1;
}
.popup.property-advance-filter .filter-advance-search-button {
    background: #021334;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    border: 2px solid #021334;
    font-size: 18px;
    cursor: pointer;
}
.popup.property-advance-filter .filter-advance-search-button:hover {
    background: #fff;
    color: #021334;
}


/*tab filter*/

.property-content {
    max-width: 1300px;
    margin: 0 auto;
}
.property-content .bmui-tab .bmui-tab-body-container{
    border: 0;
    padding: 0;
    margin: 20px 0 30px 0;
}

.property-content .bmui-tab-header-container {
    text-align: center;
}
.property-content .bmui-tab .bmui-tab-header{
    list-style: none;
    border: 0;
    border-radius: 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 15px 12px 15px;
    color: #383D48;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.property-content .bmui-tab .bmui-tab-header:hover {
    background: #F4F5F7;
}
.property-content .bmui-tab .bmui-tab-header.bmui-tab-active {
    background: #5C7FB3;
    color: #fff;
}
.property-tab-body-wrapper .property-tab-body-footer {
    text-align: center;
    margin-top: 35px;
}
.property-tab-body-wrapper .property-tab-body-footer a{
    border: 2px solid #5C7FB3;
    background: #5C7FB3;
    color: #fff;
    height: 52px;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}
.property-tab-body-wrapper .property-tab-body-footer a:hover{
    border: 2px solid #5C7FB3;
    background: #fff;
    color: #5C7FB3;
}
.div-mask-tab-preloader {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
}

/*Load more Design*/
.wc-property-load-more-pagination-wrapper {
    width: 100%;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.wc-property-load-more-pagination-wrapper span.load-more-result-title {
    display: none;
}
.wc-property-load-more-pagination-wrapper  button.wc-property-load-more-pagination {
    border: 2px solid #5C7FB3;
    background: #fff;
    color: #5C7FB3;
    height: 52px;
    padding: 10px 35px;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
}
.wc-property-load-more-pagination-wrapper  button.wc-property-load-more-pagination:hover {
    background: #5C7FB3;
    color: #fff;
}


.image-popup-container-for-zoom-preview.floor-plan-view img.popup-image-for-zoom-preview {
    max-height: 90vh !important;
    max-width: 90vw !important;
}

.image-popup-container-for-zoom-preview.floor-plan-view {
    background: #00000000;
    max-height: 90vh;
    max-width: 90vw;
    box-shadow: 0 0 5px #99999900 !important;
    min-width: inherit;
    overflow: visible !important;
}

/* ---------------------------------------------
// donation card design
----------------------------------------------- */
.donation-card-content {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 21px;
    justify-content: center;
}
.donation-card-item {
    width: calc(33.333% - 14px);
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
}
.donation-card-list-view a {
    display: block;
}
.donation-card-item img {
    display: block;
    width: 100%;
    aspect-ratio: 100 / 42;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
}
.donation-card-item .donation-card-description {
    border: 1px #ddd solid;
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    /* @alternate */ -ms-flex-direction: column;
    flex-direction: column;
}
.donation-card-item .donation-card-title {
    padding: 16px 20px 0;
    line-height: 0;
    margin: 0;
}
.donation-card-item .donation-card-title a {
    font-size: 22px;
    line-height: normal;
}
.donation-card-item .donation-card-date-panel {
    padding: 8px 0;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-pack: justify;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    margin: 20px 20px 0 20px;
}
.donation-card-item .donation-card-date-panel .start-date-panel,
.donation-card-item .donation-card-date-panel .end-date-panel {
    display: block;
}
.donation-card-item .donation-card-date-panel .start-date-label,
.donation-card-item .donation-card-date-panel .end-date-panel {
    font-size: 14px;
}
.donation-card-item .donation-card-date-panel .start-date,
.donation-card-item .donation-card-date-panel .end-date {
    font-size: 15px;
    font-weight: bold;
    color: #666;
}
.donation-card-item .donation-card-date-panel .date-separator {
    width: 1px;
    background-color: #ddd;
    font-size: 0;
    margin: 0 15px;
}
.donation-card-item .donation-card-summary,
.donation-card-item .donation-card-full-content {
    padding: 0 20px;
    margin-top: 20px;
}
.donation-card-item .donation-card-summary {
    font-size: 15px;
    color: #333;
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.donation-card-item .donate-button-wrapper {
    padding: 20px;
}
.donation-card-item .button {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
}

/* ==== responsive design ==== */
@media (max-width: 767px) {
    .donation-card-content {
        gap: 20px;
    }
    .donation-card-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .donation-card-item {
        width: 100%;
    }
}
/* --- donation card design - :end --- */

/* ------------------------------------------
// donation details
--------------------------------------------*/

/* --- layout composition --- */
.donation-details {
    max-width: 1144px;
    margin: 0 auto;
}
.donation-details__two-column-panel {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    gap: 0 100px;
}
.donation-details__left-panel {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.donation-details__right-panel {
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex: 0 0 450px;
    flex: 0 0 450px;
}
.donation-details__right-panel-inner {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
}
/* --- details image --- */
.donation-details__details-image {
    width: 100%;
    max-height: 625px;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
}
.donation-details__description-title {
    font-size: 20px;
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: 600;
    color: #000;
}
.donation-details__description-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
/* --- form element --- */
.donation-details__label,
.donation-details__frequency-option-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0 0 6px;
}
.donation-details input[type="text"],
.donation-details input[type="date"],
.donation-details textarea,
.donation-details select {
    height: 40px;
    padding: 5px 12px;
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    margin: 0;
}
.donation-details textarea {
    min-height: 150px;
    max-height: 300px;
    padding: 12px 15px;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}
.donation-details__amount-wrapper .donation-amount-field {
    margin-top: 12px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.donation-details__amount-field-currency-symbol {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    height: 40px;
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    padding-top: 8px;
    color: #828282;
    background-color: #F6F6F7;
    border-radius: 4px 0 0 4px;
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex: 0 0 31px;
    flex: 0 0 31px;
}
.donation-details__amount-wrapper .donation-details__amount.amount {
    border-radius: 0 4px 4px 0;
}
.donation-details__continue-button-wrapper .donation-details__continue-button {
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 4px;
    background-color: #000;
    height: auto;
    line-height: normal;
}
.donation-details__continue-button-wrapper .donation-details__continue-button:hover {
    background-color: #3a3a3a;
}
.donation-details__continue-button-wrapper .donation-details__continue-button[disabled] {
    pointer-events: none;
    background-color: #A6A6A6;
    color: rgba(255, 255, 255, .57);
}

/* ---- title ---- */
.donation-details__title {
    font-size: 24px;
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

/* ---- description ---- */

/* ---- spacing ---- */
.donation-details__row ~ .donation-details__row {
    padding-top: 16px;
}
.donation-details__agreement {
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
    line-height: normal;
}
.donation-details__description {
    padding-top: 20px;
}
.donation-details-wrapper {
    background-color: #F7F7F7;
    padding: 60px 20px;
}
.donation-details .donation-details__summary {
    margin-top: 10px;
    color: #3C3C3C;
}
.donation-details__title_summary {
    padding-bottom: 40px;
}
.donation-details select {
    background: #ffffff url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18.7812%209.25L18.1875%208.625C18.0312%208.46875%2017.7812%208.46875%2017.6562%208.625L12%2014.2812L6.3125%208.625C6.1875%208.46875%205.9375%208.46875%205.78125%208.625L5.1875%209.25C5.03125%209.375%205.03125%209.625%205.1875%209.78125L11.7188%2016.3125C11.875%2016.4688%2012.0938%2016.4688%2012.25%2016.3125L18.7812%209.78125C18.9375%209.625%2018.9375%209.375%2018.7812%209.25Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E %3C%2Fsvg%3E") no-repeat right 4px top 5px;
    /* @alternate */ -webkit-appearance: none;
    /* @alternate */ -moz-appearance: none;
    appearance: none;
}
.donation-details__amount-options {
    /* @alternate */ display: -webkit-inline-box;
    /* @alternate */ display: -ms-inline-flexbox;
    display: inline-flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.donation-details__amount-option-item {
    position: relative;
}
.donation-details__amount-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
    line-height: 21px;
    padding: 9px 30px;
    height: 40px;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 4px;
}
.donation-details .donation-details__amount-input-radio:checked + .donation-details__amount-label {
    border: 1px rgba(0, 0, 0, 1) solid;
    background-color: #ffffff;
    /* @alternate */ -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.donation-details .donation-details__amount-input-radio {
    appearance: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    cursor: pointer;
}
.donation-details__frequency-option-item {
    /* @alternate */ display: -webkit-inline-box;
    /* @alternate */ display: -ms-inline-flexbox;
    display: inline-flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 0 10px;
}
.donation-details__frequency-option-item .donation-details__frequency-option-input-radio {
    margin: 0;
    appearance: none;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px #000 solid;
    border-radius: 50%;
}
.donation-details__frequency-option-item .donation-details__frequency-option-input-radio:checked {
    outline: 4px #fff solid;
    outline-offset: -9px;
    background-color: #000;
}
.donation-details__frequency-option-item-label {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.donation-details__frequency-option-wrapper {
    /* @alternate */ display: -webkit-inline-box;
    /* @alternate */ display: -ms-inline-flexbox;
    display: inline-flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}
.donation-details__agreement .donation-details__agreement-input {
    appearance: none;
    margin: 0;
    width: 18px;
    height: 18px;
    border: 1px #D1D1D1 solid;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.donation-details__agreement .donation-details__agreement-input:checked {
    appearance: none;
    margin: 0;
    width: 18px;
    height: 18px;
    border: 1px #000 solid;
    background: #000 url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.35%2010.4964L4.57792%207.74842L3%209.61629L7.42208%2014L15%205.78978L13.3481%204L7.35%2010.4964Z%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.donation-details__agreement-label {
    font-size: 13px;
    color: #000;
}
.donation-details__agreement-label a {
    text-decoration: underline;
}
.donation-details__agreement-label a:hover {
    color: #666;
}
.donation-details__continue-button-wrapper.donation-details__row {
    padding-top: 20px;
}
.end-date-panel.donation-details__frequency-option {
    padding-top: 16px;
}

.donation-details__frequency-option .donation-details__frequency-date-input.recurring-end-date {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background: #ffffff url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.5%2015.5H11.5C11.75%2015.5%2012%2015.2812%2012%2015V12C12%2011.75%2011.75%2011.5%2011.5%2011.5H8.5C8.21875%2011.5%208%2011.75%208%2012V15C8%2015.2812%208.21875%2015.5%208.5%2015.5ZM17.5%206H16V4.5C16%204.25%2015.75%204%2015.5%204H14.5C14.2188%204%2014%204.25%2014%204.5V6H10V4.5C10%204.25%209.75%204%209.5%204H8.5C8.21875%204%208%204.25%208%204.5V6H6.5C5.65625%206%205%206.6875%205%207.5V18.5C5%2019.3438%205.65625%2020%206.5%2020H17.5C18.3125%2020%2019%2019.3438%2019%2018.5V7.5C19%206.6875%2018.3125%206%2017.5%206ZM17.5%2018.3125C17.5%2018.4375%2017.4062%2018.5%2017.3125%2018.5H6.6875C6.5625%2018.5%206.5%2018.4375%206.5%2018.3125V9H17.5V18.3125Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E %3C%2Fsvg%3E") no-repeat right 7px center;
}
.donation-details__frequency-option .donation-details__frequency-date-input.recurring-end-date::-webkit-inner-spin-button,
.donation-details__frequency-option .donation-details__frequency-date-input.recurring-end-date::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}
/* === responsive ==== */

@media (max-width: 991px) {
    .donation-details__two-column-panel {
        gap: 0 50px;
    }
}

@media(max-width:767px){
    .donation-details__left-panel,
    .donation-details__right-panel {
        width: 100%;
        /* @alternate */ -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }

    .donation-details__two-column-panel {
        /* @alternate */ -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .donation-details-wrapper {
        padding: 30px 20px;
    }
}

/* --- donation details - :end --- */



.donation-success-title{
    text-align: center;
    color: #559900;
}
.donation-failed-title{
    text-align: center;
    color: #d15d57;
}
.donation-description .price-amount {
    font-size: 30px;
}
.donation-description .price-amount {
    border: 2px solid;
    padding: 5px;
    min-width: 200px;
    text-align: right;
    margin-left: -2px;
}
.preset-donation-amount-field{
    margin-bottom: 45px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
}
.confirm-donation-btn-row.bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.checkout-page-options.donation-payment {
    padding-bottom: 20px;
}
.start-date-panel {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
}
.donation-date-panel {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
}
.donation-date-panel .start-date-panel {
    margin-right: 5px;
}
.donation-date-panel .start-date-panel {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
}
.donation-date-panel .end-date-panel {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
}
.donation-date-panel .start-date-label {
    padding-right: 4px;
}
.donation-date-panel .end-date-label {
    padding-right: 4px;
    padding-left: 4px;
}
#donation-downloadLink{
    display:none;
}

/*-----------------------------------------------
// Donation address page
-----------------------------------------------*/
.donation-address-page-content {
    background-color: #F7F7F7;
    padding: 60px 20px;
}
.donation-address-page-content-inner {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
}
.donation-address-page-content .title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.donation-address-page-content .sub-title {
    font-size: 13px;
    line-height: 22px;
    color: #3C3C3C;
    font-weight: 500;
    padding-top: 10px;
}
.donation-address-page-content .form-row {
    margin: 0;
}
.donation-address-page-content .form-field-container > .form-row + .form-row {
    padding-top: 16px;
}
.donation-address-page-content .form-field-container {
    padding-top: 40px;
}
.donation-address-page-content .form-row label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    width: 100%;
    padding-bottom: 6px;
}
.donation-address-page-content .form-row label .mandatory {
    color: #ff0000;
    margin-left: 4px;
}
.donation-address-page-content .form-row input[type="text"] {
    margin: 0;
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    font-size: 14px;
    color: #000000;
    border: 1px rgba(0, 0, 0, 0.2) solid;
    border-radius: 4px;
    /* @alternate */ -webkit-transition: border 300ms ease-out 0s;
    /* @alternate */ -o-transition: border 300ms ease-out 0s;
    transition: border 300ms ease-out 0s;
}
.donation-address-page-content .form-row input:focus {
    border: 1px rgba(0, 0, 0, 1) solid;
}
.donation-address-page-content .form-column-container {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: start;
    /* @alternate */ -ms-flex-align: start;
    align-items: flex-start;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
}
.donation-address-page-content .form-column--6 {
    width: calc(50% - 10px);
}
.donation-address-page-content .form-field-container .form-row.button-row {
    padding-top: 20px;
}
.donation-address-page-content .form-row .submit-button {
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 15px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 4px;
    background-color: #000;
    height: auto;
    line-height: normal;
}
.donation-address-page-content .form-row .submit-button:hover {
    background-color: #3a3a3a;
}
.donation-address-page-content .form-row .submit-button[disabled] {
    pointer-events: none;
    background-color: #A6A6A6;
    color: rgba(255, 255, 255, .57);
}
@media(max-width: 599px){
    .donation-address-page-content {
        padding: 30px 20px;
    }
    .donation-address-page-content-inner {
        padding: 20px;
    }
    .donation-address-page-content .sub-title {
        padding-top: 5px;
    }
    .donation-address-page-content .form-field-container {
        padding-top: 10px;
    }
    .donation-address-page-content .form-column--6 {
        width: 100%;
    }
    .donation-address-page-content .form-column--6 + .form-column--6 {
        padding-top: 16px;
    }
}
/* --- Donation address page:end --- */

/*-----------------------------------------------
// Donation payment success page
-----------------------------------------------*/
.donation-success-page-content {
    background-color: #F7F7F7;
    padding: 60px 20px;
}
.donation-success-page-content-inner {
    max-width: 700px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
}
.donation-success-page-content .success-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M24%200C10.7666%200%200%2010.7665%200%2024C0%2037.2335%2010.7666%2048%2024%2048C37.2334%2048%2048%2037.2335%2048%2024C48%2010.7659%2037.2334%200%2024%200ZM21.7424%2033.9282L12.4278%2024.6117L16.2986%2020.742L21.7424%2026.1875L33.755%2014.1748L37.6246%2018.0452L21.7424%2033.9282Z%22%20fill%3D%22%2300B594%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
}
.donation-success-page-content .donation-success-title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding-top: 30px;
}
.donation-success-page-content .message-details {
    padding-top: 10px;
}
.donation-success-page-content .message-details p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.5;
}
.donation-success-page-content .message-details a {
    color: #000;
    text-decoration: underline;
}
.donation-success-page-content .message-details a:hover {
    color: #666;
}
.donation-success-page-content .order-details {
    padding-top: 40px;
}
.donation-success-page-content .table_heading {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding-bottom: 12px;
}
.donation-success-page-content .order_details_table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    padding: 0;
}
.donation-success-page-content .order_details_table .total-price-column {
    width: 130px;
}
.donation-success-page-content .order_details_table th,
.donation-success-page-content .order_details_table td {
    border: none;
}
.donation-success-page-content .order_details_table th {
    padding: 10px 16px;
    border-bottom: 1px #E8E8E8 solid;
    background-color: #F2F2F2;
    font-size: 13px;
    color: #595B68;
    font-weight: 600;
}
.donation-success-page-content .order_details_table th {
    display: table-cell;
}
.donation-success-page-content .order_details_table th:first-child {
    border-top-left-radius: 6px;
    display: table-cell;
    text-align: left;
}
.donation-success-page-content .order_details_table th:last-child {
    text-align: right;
    border-top-right-radius: 6px;
}
.donation-success-page-content .order_details_table td {
    padding: 18px 16px;
    border-bottom: 1px #E8E8E8 solid;
    font-size: 13px;
    color: #262939;
    font-weight: 500;
}
.donation-success-page-content .order_details_table tr td:first-child {
    border-left: 1px #E8E8E8 solid;
    display: table-cell;
}
.donation-success-page-content .order_details_table tr td:last-child {
    border-right: 1px #E8E8E8 solid;
    text-align: right;
}
.donation-success-page-content .order_details_table tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
    border-left: 1px #E8E8E8 solid;
}
.donation-success-page-content .order_details_table tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}
.donation-success-page-content .payment-success-total {
    width: 280px;
    margin-left: auto;
    margin-top: 12px;
    padding: 0 16px;
    border: 1px #E8E8E8 solid;
    border-radius: 7px;
}
.donation-success-page-content .payment-success-total table {
    display: block;
    width: 100%;
    table-layout: auto;
    border: none;
    margin: 0;
}
.donation-success-page-content .payment-success-total table td {
    padding: 12px 0;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #262939;
    border: none;
}
.donation-success-page-content .payment-success-total table td:last-child {
    text-align: right;
}
.donation-success-page-content .payment-success-total table tbody {
    width: 100%;
    display: table;
}
.donation-success-page-content .payment-success-total table tbody tr {
    width: 100%;
    border-bottom: 1px #E8E8E8 solid;
}
.donation-success-page-content .payment-success-total table tbody tr.total-order {
    border-bottom: none;
}
.donation-success-page-content .payment-success-total table tr.total-order td {
    font-weight: 700;
}
.donation-success-page-content .order_details_table .wrapper:before {
    display: none;
}
@media(max-width: 499px){
    .donation-success-page-content-inner {
        padding: 20px;
    }
    .donation-success-page-content .donation-success-title {
        padding-top: 10px;
    }
    .donation-success-page-content .order-details {
        padding-top: 20px;
    }
    .donation-success-page-content .payment-success-total {
        width: 100%;
    }
}

.widget-donation .donation-card-content .footer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.empty-item-widget-message.donation-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 80px 16px;
    height: auto;
}
.empty-item-widget-message.donation-empty-state .donation-empty-icon {
    color: #9CA3AF;
    line-height: 0;
    margin-bottom: 4px;
}
.empty-item-widget-message.donation-empty-state .donation-empty-icon svg {
    display: block;
}
.empty-item-widget-message.donation-empty-state .empty-message-one {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}
.empty-item-widget-message.donation-empty-state .add-donation-empty-cta {
    font-size: 14px;
    color: #2D8CF0;
    text-decoration: underline;
    cursor: pointer;
}
.empty-item-widget-message.donation-empty-state .add-donation-empty-cta:hover {
    color: #1E6FCC;
}