﻿// cookies
.workAround{}

.cmp-accpet_cookies, .contact_us_container {
    display: none;
}

.cmp-accpet_cookies[data-display="true"], .contact_us_container[data-display="true"] {
    display: block;
}

.accpet_cookies_container {
    z-index: 1000;
    right: 0px;
    position: fixed;
    bottom: 150px;
    width: 100%;
}

.overlay-container {
    background: #fff;
    width: 96%;
    height: 10rem;
    z-index: 5000;


    bottom: -1px;
    right: -1px;
    position: fixed;
    margin: 2% 2% 122px 2%;


    background-color: rgb(54, 62, 63);
    display: table;
}

.overlay-icon {
    /* float: left; */
    width: 16%;

    text-align: center;
    line-height: 10rem;

    display: table-cell;
    vertical-align: middle;


}

.overlay-label a {
	color:#22A8DA;
	text-decoration: none;
}

.overlay-label {
    /* float: left; */
    width: 60%;

    font-size: 12px;
    text-align: left;

    color: #fff;
    margin: 15px 0px;
    padding: 15px 0px;

    border-width: 0px;
    border-style: solid;
    border-right-width: 1px;
    border-right-color: rgb(105, 110, 110);

    display: table-cell;
    vertical-align: middle;
}

.overlay-button {
    /* float: left; */
    width: 20%;

    font-size: 14px;

    text-align: center;
    line-height: 10rem;

    color: #fff;

    display: table-cell;
    vertical-align: middle;

}

// Modal
.alert {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.alert-content {
    background-color: rgb(54, 62, 63);
    margin: 15% auto;
    padding: 20px;
    width: 80%;
}

button.close {
    color: #aaa;
    float: right;
    font-weight: bold;
    margin: -15px -15px auto auto;
    padding: 0 1rem;
}

.modal-header .close {
    opacity: 100%;
}

h5 {
    display: block;
}

.modal-header {
    display: flex;
}

.modal-footer {
    border: none;
}

#copyUrlActivateModal {
    z-index: 100015;
    width: 100%;
    margin: 0 auto;
    margin-top: -150px;
    top: 50%;
}

#copyUrlActivateModalFooter {
    text-align: center;
}

#copiedUrlActivateModalTitle{
    padding: 1em;
}

#copyUrlActivateModalContent-Heading{

}

#copyUrlActivateModalContent-URL{
    word-break: break-all;
}

#copyUrlBtn {
    height: 40px;
    width: calc(100% - 96px);

    background-color: #D31145;

    margin: 0 auto;
    margin-top: 1em;
    margin-bottom: 1em;

    text-align: center;
    color: #fff;
    border: none;
}


#copiedUrlModal {
    z-index: 100020;
    width: 50%;
    margin: 0 auto;
    margin-top: -50px;
    top: 50%;
}

#copiedUrlModalContent{
    //padding: 1em;
}

#directContactConfirmModal, #multipleSubmitModal, #multipleSubmitLCFModal, #blockSubmitModal, #directContactErrorModal, #lapsedCustomerModal, #errorSubmitModal {
    display: none;
    position: fixed;
    z-index: 100020;
    width: 75%;
    max-width: 316px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.isay-modal .modal {
    min-width: 240px;
}

.isay-modal .modal-dialog {
    width: auto;
}

.isay-modal .modal-content {
    border-radius: 8px;
    padding: 15px;
}

.isay-modal .modal-header {
    text-align: center;
    border: none;
    padding: 16px 8px 0;
}

.isay-modal .modal-body {
    text-align: center;
    padding: 8px;
    font-size: 13px;
    font-weight: 300;
}

.isay-modal .modal-footer {
    padding: 15px;
}

.isay-modal .btn-primary {
    background-color: #FFFFFF;
    border-color: #D31145;
    color: #D31145;
    width: 100%;
    min-width: none;
}

.modal-open {
    padding-right: 0px !important;
}

body.modal-open {
    position: inherit;
    overflow: visible;
}

.modal-backdrop {
    z-index: 100010;
}


@media screen and (min-width:769px) {
    .accpet_cookies_container {
        bottom: 16px;
        position: fixed;
        left: 15px;
        right: 15px;
    }
    .overlay-container {
        height: auto;
        padding: 15px;
        box-sizing: border-box;
        position: relative;
    }
    .overlay-icon, .overlay-label, .overlay-button {
        line-height: normal;
    }
    .overlay-label {
        padding: 0;
        padding-left: 50px;
        padding-right: 10px;
        width: calc(100% - 80px);
    }
    .overlay-icon {
        width: 40px;
        position: absolute;
        top: 50%;
        margin-top: -12.5px;
    }
    .overlay-icon svg {
        height: 25px !important;
        width: 25px !important;
    }
    .overlay-button {
        width: 80px;
    }
    .isay-modal .modal-dialog {
        width: auto;
    }
}

// share footer
.contact_us_container {
    right: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
}


.footer_container {
    margin-top: 17px;
    padding-top: 8px;
    height: auto;
    width: 100%;
    background-color: #FFFFFF;

    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.06), 0 4px 9px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    position: fixed;
    left:0;
    right:0;
    bottom:0;
    z-index: 1000;
}

.button-group {
    margin-bottom: 20px;
    display: block;
    padding: 0px 14px;
    position: relative;
}

.footer_like {
    flex: 2;
}

.footer-share {
    flex: 1;
}

.d-flex {
    display: flex;
}
.d-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.justify-content-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}


.givelike_label {
    height: 32px;
    line-height: 32px;
    /* width: 33px; */
    color: #363E3F;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    float: left;
    margin-right: 5px;
    margin-left: 4px;
}

.icon_buton1 {
    height: 32px;
    width: 32px;
    float: left;
}

.icon_buton2 {
    height: 24px;
    width: 24px;
    float: right;
}


.share_label {
    height: 32px;
    /* width: 33px; */
    color: #363E3F;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    float: right;
    line-height: 32px;
    margin-left: 5px;
}

.splier {
    height: 24px;
    width: 1px;
    background-color: #B3B1A8;
    /* float: left; */
    position: absolute;
    left: 50%;
    top: 4px;
}

.contact-us-button {
    width: 50%;
    background-color: #D31145;

    line-height: 24px;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 14px 16px;
}

.ishop-submit-button {
    width: calc(100% - 28px);
    background-color: #D31145;

    margin: 0 auto;
    margin-bottom: 20px;

    line-height: 24px;

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    border-radius: 8px;
    padding: 14px 16px;
}

.share-content {
    border-radius: 8px 8px 0 0;
    background-color: #FFFFFF;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.06), 0 4px 9px 0 rgba(0, 0, 0, 0.07), 0 1px 10px 0 rgba(0, 0, 0, 0.08);

    position: fixed;
    bottom: 0;
    left: 0;
    height: 423px;
    width: 100%;

    z-index: 100000;

    transform: translateY(0);
    transition: transform .3s;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.share-content-container {
    margin: 20px;
}

.share-content-title {
    float: left;
    height: 24px;
    width: 135px;
    color: #363E3F;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 24px;
}

.share-content-close-btn {
    float: right;
}

.share-application-item {

    height: 63.3px;
    width: 100%;
    background-color: #FFFFFF;

    display: table;

}

.application-icon {

    height: 32px;
    width: 32px;

    display: table-cell;
    vertical-align: middle;
}

.application-name {

    display: table-cell;
    vertical-align: middle;


    height: 24px;

    color: #333D47;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;

    padding-left: 20px;
}

.p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);

}

.p-sidebar-mask {
    z-index: 11000;
}

#go-to-ishop-btn {
    display: none;
}

@media screen and (min-width:769px) {
    .button-group {
        margin: 0 auto 20px;
        max-width: 293px;
    }
    .contact-us-button, .ishop-submit-button {
        max-width: 280px;
    }
}
/* Author:mingyuhisoft@163.com
 * Github:https://github.com/imingyu/jquery.mloading
 * Npm:npm install jquery.mloading.js
 * Date:2016-7-4
 */
.mloading-container {
  position: relative;
  min-height: 70px;
  -webkit-transition: height 0.6s ease-in-out;
  -o-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
}
.mloading {
  position: absolute;
  background: #E9E9E8;
  font: normal 12px/22px "Microsoft Yahei", "????", "??";
  display: none;
  z-index: 160000;
  background: rgba(233, 233, 232, 0);
}
.mloading.active {
  display: block;
}
.mloading.mloading-mask {
  background: rgba(233, 233, 232, 0.75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
}

.mloading.mloading-mask-all {
  background: rgba(233, 233, 232, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.mloading-full {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mloading-container > .mloading {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.mloading-body {
  width: 100%;
  height: 100%;
  position: relative;
}
.mloading-bar {
  width: 250px;
  min-height: 22px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  border-radius: 7px;
  padding: 20px 15px;
  font-size: 14px;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -140px;
  margin-top: -30px;
  word-break: break-all;
}
@media (max-width: 300px) {
  .mloading-bar {
    width: 62px;
    height: 56px;
    margin-left: -30px !important;
    margin-top: -30px !important;
    padding: 0;
    line-height: 56px;
  }
  .mloading-bar > .mloading-text {
    display: none;
  }
}
.mloading-bar-sm {
  width: 62px;
  height: 56px;
  margin-left: -30px !important;
  margin-top: -30px !important;
  padding: 0;
  line-height: 56px;
}
.mloading-bar-sm > .mloading-text {
  display: none;
}
.mloading-icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.mloading-text {
  margin-left: 10px;
}

