@font-face {
    font-family: 'DFLiKingHei';
    src: url('../fonts/DFLiKingHei-XB-HK-BF.woff') format('woff'),
    url('../fonts/DFLiKingHei-XB-HK-BF.ttf') format('truetype');
}

body {
    font-family: 'Noto Sans TC', sans-serif;
    max-width: 100%;
    font-size: 16px;
    color: #351200;
    margin: 0;
    padding: 0 0 0 0;
    line-height: normal;
    background: #f7f7f7;
}

.clear {
    zoom: 1;
    clear: both;
    margin: 0;
    padding: 0;
    line-height: 0;
    height: 0;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    list-style: none;
}

.w-33{
    width:33% !important;
}

p {
    margin: 25px 0 0 0;
}

* p:first-child {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover {
    opacity: 0.5;
}


.button {
    background: #f27024;
    text-align: center;
    border-radius: 10px;
    border-bottom: solid 5px #fab816;
    font-family: "DFLiKingHei";
    font-size: 23px;
    line-height: 23px;
    box-shadow: 0 0 8px #888;
    transition: all 0.3s ease 0s;
    display: inline-block;
    color: #fff;
    padding: 18px 28px 13px 28px;
    max-width: 100%;
}

.btn .btn-content{
    color:#000000;
    font-size:15px;
}

.button:hover {
    opacity: 1;
    background: #fab816;
    border-bottom: solid 5px #f27024;
}

.button.style-02 {
    background: #13635a;
    border-bottom: solid 5px #8ac647;
    padding: 25px 20px 20px 20px;
    margin: 5px;
}

.button.style-02:hover {
    background: #8ac647;
    border-bottom: solid 5px #13635a;
}

.button.style-03 {
    background: #0095da;
    border-bottom: solid 5px #7ed3f7;
    margin: 5px;
}

.button.style-03:hover {
    background: #7ed3f7;
    border-bottom: solid 5px #0095da;
}

.button.style-04 {
    background: #95c93d;
    border-bottom: solid 5px #cade70;
    margin: 5px;
}

.button.style-04:hover {
    background: #cade70;
    border-bottom: solid 5px #95c93d;
}

.button.style-05 {
    background: #FFEDCB;
    border-bottom: solid 5px #dcccaf;
    margin: 5px 2px;
    color: #222;
    font-size: 21px;
}

.button.style-05:hover {
    background: #dcccaf;
    border-bottom: solid 5px #FFEDCB;
}

.button.style-06 {
    background: #fcfcfc;
    border-bottom: solid 5px #ccc;
    margin: 5px 2px;
    color: #222;
}

.button.style-06:hover {
    background: #ccc;
    border-bottom: solid 5px #fcfcfc;
}

.button.style-07 {
    background: #F9B715;
    border-bottom: solid 5px #f9d812;
    margin: 5px 2px;
    color: #fff;
    padding: 12px 28px 7px 28px;
}

.button.style-07:hover {
    background: #f9d812;
    border-bottom: solid 5px #F9B715;
}

.button.style-08 {
    background: #a1bcf9;
    border-bottom: solid 5px #6e9cf9;
    margin: 5px 2px;
    color: #fff;
    padding: 12px 28px 7px 28px;
}

.button.style-08:hover {
    background: #ccc;
    border-bottom: solid 5px #999;
}

.button.style-09 {
    background: #6e9cf9;
    border-bottom: solid 5px #a1bcf9;
    margin: 5px 2px;
    color: #fff;
    padding: 12px 28px 7px 28px;
}

.button.style-09:hover {
    background: #ccc;
    border-bottom: solid 5px #999;
}

.button.style-10 {
    background: #74c049;
    border-color: #d4d35b;
    margin-left: 5px;
}

.button.style-10:hover {
    background: #d4d35b;
    border-color: #74c049;
}

.button.style-11 {
    background: #1A68B3;
    border-color: #00A0D6;
    margin-left: 5px;
}

.button.style-11:hover {
    background: #00A0D6;
    border-color: #1A68B3;
}

.button.style-12 {
    background: #FFEDCB;
    border-bottom: solid 5px #dcccaf;
    margin: 5px 0;
    color: #222;
    font-size: 21px;
}

.button.style-12:hover {
    background: #dcccaf;
    border-bottom: solid 5px #FFEDCB;
}

.btn.style-13{
    margin: 5px 2px;
    color: #fff;
}
.btn.style-14 {
    min-width: 100%;
    height:100%;
    background: #7ed3f7;
    border-bottom: solid 5px #0095da;
}
.btn.style-14:hover {
    background: #0095da;
    border-bottom: solid 5px #7ed3f7;
}
.btn.style-15 {
    min-width: 100%;
    height:100%;
    background: #fab816;
    border-bottom: solid 5px #f27024;
}
.btn.style-15:hover  {
    background: #f27024;
    border-bottom: solid 5px #fab816;
}
.btn.style-16 {
    min-width: 100%;
    height:100%;
    background: #95c93d;
    border-bottom: solid 5px #6ca729;
}
.btn.style-16:hover {
    background: #6ca729;
    border-bottom: solid 5px #95c93d;
}
.btn.style-17 {
    min-width: 90%;
    font-size: 17px;
    padding:5px 10px;
    background: #74c049;
    border-color: #d4d35b;
}
.btn.style-17:hover {
    background: #d4d35b;
    border-color: #74c049;
}
.btn.style-18 {
    min-width: 90%;
    font-size: 17px;
    padding:5px 10px;
    background: #fab816;
    border-color: #f27024;
}
.btn.style-18:hover {
    background: #f27024;
    border-color: #fab816;
}
.btn.style-19 {
    min-width: 90%;
    font-size: 17px;
    padding:5px 10px;
    background: #1A68B3;
    border-color: #00A0D6;
}
.btn.style-19:hover {
    background: #00A0D6;
    border-color: #1A68B3;
}

.button-popup {
    background: url("../images/search_icon.png") right no-repeat #149181;
    padding: 10px 35px 10px 25px;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 5px;
    border-bottom: solid 5px #0E8172;
    display: block;
    margin: 5px 0;
    text-align: center;
}

.button-popup:hover{
    cursor:pointer;
}

.title-bar {
    background: #13635a;
    padding: 10px 0;
}

.title-bar img {
    margin: -10px 10px 0 10px;
}
h1 {
    color: #fff;
    margin: 0;
}

h2 {
    font-family: "DFLiKingHei";
    display: inline-block;
    padding: 25px 0;
    color: #fff;
    margin: 0;
}

h3 {
    display: inline-block;
    font-family: "DFLiKingHei";
}

.small-text {
    font-size: 15px;
}

img {
    max-width: 100%;
}

.header {
    font-size: 21px;
    width: 100%;
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: solid 1px #ccc;
    z-index: 5000;
    opacity: 0.95;
}

.header .container {
    max-width: 98% !important;
}

.header a.login-button {
    font-family: "DFLiKingHei";
    color: #222;
    border-bottom: solid 4px #f27024;
    padding-bottom: 4px;
    margin-right: 25px;
    text-decoration: none;
}

.header-tel {
    display: inline-block;
    color: #920609;
    margin: auto;
    font-size: 22px;
    text-align: center;
    line-height: 1.8em;
}

.header-tel img {
    margin: -6px 6px 0 6px;
}

.home-page-top {
    width: 100%;
    height: 640px;
    padding-top: 30px;
    background-position: center;
}

.right-icon-group {
    position: fixed;
    right: 15px;
    top: 50%;
    margin-top: -200px;
    z-index: 5000;
    color: #fff;
    text-align: center;
    transition: all 0.6s ease 0s;
}

body.scroll .right-icon-group {
    right: -200px;
}

.right-icon-group a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
}

.right-icon-group a:hover {
    opacity: 0.85;
}

.right-icon-group .right-icon {
    width: 120px;
    height: 120px;
    border-radius: 200%;
    background: #ccc;
    margin: 10px 0;
    border: solid 2px #fff;
    overflow: hidden;
}

.right-icon-group .right-icon img {
    margin: 10px 0 0 0;
    width: 56px;
}

.right-icon-group .right-icon.icon01 {
    background: #95c93d;
}

.right-icon-group .right-icon.icon02 {
    background: #f37021;
}

.right-icon-group .right-icon.icon03 {
    background: #0095da;
}

.right-icon-group-small {
    position: fixed;
    right: -100px;
    top: 50%;
    margin-top: -87px;
    z-index: 5000;
    color: #fff;
    text-align: center;
    transition: all 0.6s ease 0s;
}

body.scroll .right-icon-group-small {
    right: 0;
}

.right-icon-group-small a {
    display: block;
    padding: 5px;
}

.right-icon-group-small a:hover {
    opacity: 0.85;
}

.right-icon-group-small a img {
    width: 45px;
}

.right-icon-small.icon01 {
    background: #95c93d;
    border-radius: 10px 0 0 0;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
}

.right-icon-small.icon02 {
    background: #f37021;
    border-left: solid 2px #fff;
}

.right-icon-small.icon03 {
    background: #0095da;
    border-radius: 0 0 0 10px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
}

.services-guide {
    background: #178E7E;
    padding: 50px 0;
    color: #fff;
    font-size: 19px;
}

.packaging-materials-area {
    background: #deebb4;
    padding: 20px 0 50px 0;
}

.pm-box-area {
    padding: 50px 0;
}

.pm-box {
    width: 250px;
    max-width: 100%;
    background: #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 19px;
    overflow: hidden;
    border: solid 5px #fff;
    box-shadow: 2px 2px 8px #777;
    margin: 15px 0;
    transition: all 0.3s ease 0s;
}

.pm-box:hover {
    background: #ddd;
}

.pm-box .pm-box-text-01 {
    background: #1a5d72;
    padding: 2px 0;
    font-weight: bold;
}

.pm-box .pm-box-text-02 {
    background: #ffe6a9;
    color: #010101;
    padding: 2px 0;
    min-height: 60px;
    font-size: 17px;
}

.pm-box .pm-box-text-03 {
    background: #f37021;
    padding: 2px 0;
    font-size: 17px;
}

.freestyle-storage {
    background: #178E7E;
    padding: 50px 0;
    color: #fff;
    font-size: 19px;
}

.freestyle-storage a {
    color: #fff;
    text-decoration: none;
}

.storage-service-plan-area {
    background: #149181;
    width: 100%;
}

.service-plan-box {
    background: #fffbd0;
    padding: 40px;
    margin: 50px 0;
}

.service-plan-box ul {
    margin-bottom: 25px;
    display: inline-block;
    margin-top: 15px;
}

.service-plan-box ul li {
    float: left;
    width: 22%;
    text-align: left;
    list-style: disc;
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    padding-right: 10px;
    font-size: 17px;
}

.service-plan-box ul li.width-100 {
    width: 100% !important;
}

.blue-sp-box {
    background: #7ed3f7;
    margin: -40px -40px -80px -40px;
    padding: 50px 40px 80px 40px;
}

.orange-sp-box {
    background: #f7941d;
    margin: 40px -40px -80px -40px;
    padding: 50px 40px 80px 40px;
}

.standard-plan-box .orange-sp-box {
    margin-top :-40px;
}
.standard-plan-box .green-sp-box {
    margin-top :-40px;
}

.green-sp-box {
    background: #95c93d;
    margin: 40px -40px -80px -40px;
    padding: 50px 40px 80px 40px;
    background-position: right top;
    background-repeat: no-repeat;
}

.pm-box .pm-box-text-04 {
    background: #0095da;
    padding: 2px 0 4px 0;
    font-weight: bold;
}

.pm-box .pm-box-text-05 {
    color: #1a5d72;
    padding: 2px 0;
    font-size: 17px;
}

.pm-box .pm-box-text-06 {
    padding: 2px 0;
    font-size: 17px;
}

.pm-box .pm-box-text-06 a {
    color: #777;
}

.pm-box .pm-box-text-07 {
    background: #f37021;
    padding: 2px 0 4px 0;
    font-weight: bold;
}

.pm-box .pm-box-text-07.style-02 {
    background: #A79ACA;
}

.pm-box .pm-box-text-08 {
    background: #39b54a;
    padding: 2px 0 4px 0;
    font-weight: bold;
}

.pm-box .pm-box-text-09 {
    color: #0095da;
    padding: 2px 0 4px 0;
    font-weight: bold;
}
.pm-box .pm-box-text-10 {
    color: #f37021;
    padding: 2px 0 4px 0;
    font-weight: bold;
}
.pm-box .pm-box-text-11 {
    color: #39b54a;
    padding: 2px 0 4px 0;
    font-weight: bold;
}

.comparison-plan {
    width: 100%;
    padding: 75px 0 75px 0;
    background: #fffde9;
}

.home-table {
    font-size: 15px;
    background: #fff;
    color: #676767;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 15px;
    border: solid 2px #fff;
    overflow: hidden;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.home-table th.row-2 {
    width: 30%;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: "DFLiKingHei";
    font-size: 19px;
    background: #7ed3f7;
    color: #231f20;
    padding: 25px 15px;
}

.home-table th.row-3 {
    width: 30%;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: "DFLiKingHei";
    font-size: 19px;
    background: #f7941d;
    color: #231f20;
    padding: 25px 15px;
}

.home-table th.row-4 {
    width: 30%;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: "DFLiKingHei";
    font-size: 19px;
    background: #95c93d;
    color: #231f20;
    padding: 25px 15px;
}

.security-supervision-system {
    background: #149181;
    color: #fff;
    padding-bottom: 50px;
}

.security-supervision-system a {
    color: #fff;
}

.sss-title {
    background: #1a5d72;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 5px;
    margin: 15px 0;
}

.sss-text {
    font-size: 17px;
}

.footer {
    padding: 35px 0 45px 0;
    color: #222;
    background: #fff;
    border-top: solid 1px #ccc;
}

.footer ul li a {
    margin: 5px;
}

.footer ul.footer-top-menu li {
    display: inline-block;
}

.footer ul.footer-top-menu li a {
    color: #6c757d;
    padding: 0 15px 0 0;
}

.footer ul.footer-top-menu li a.last-li {
    padding: 0;
    border-right: none;
}

.footer ul.footer-bottom-menu {
    color: #08519F;
}

.footer ul.footer-bottom-menu li {
    display: inline-block;
}

.footer ul.footer-bottom-menu li a {
    color: #08519F;
}

.subpage-menu-1 {
    background: #149181;
}

.subpage-menu-1 ul li {
    display: inline-block;
    padding: 10px;
    text-align: center;
}
.subpage-menu-1 ul li a {
    color: #eeeeee;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .subpage-menu-1 ul li {
        display: inline-block;
        padding: 10px;
        font-size: 13px;
    }
    .subpage-menu-2 ul li {
        display: inline-block;
        margin: 5px 18px;
    }
}
@media screen and (min-width: 992px) {
    .menu-a {
        max-width: max-content !important;
    }
}

.subpage-menu-2 {
    background: linear-gradient(to right, #13635A, #13635A 60%, #164432 60%, #164432 75%, #336C53 75%, #336C53 85%, #149181 85%, #149181 86%, #0E8172 86%, #0E8172 90%, #13635A 90%, #13635A 100%);
    width: 100%;
    /* height: auto; */
    overflow: auto;
    padding: 25px 0 21px 0;
    position: relative;
    font-size: 38px;
    color: #fff;
}

.subpage-menu-2 h3 {
    color: #fff;
    margin: 0;
}

.subpage-area {
    padding: 50px 0;
    color: #1A5D72;
}

.subpage-box {
    background-color: #FFFDED;
    border: solid 5px #F4EFED;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 50px;
}

.subpage-box.style-2 {
    background-color: #fff;
}

.subpage-box ol li {
    list-style: decimal;
    margin-top: 15px;
}

.subpage-box h3 {
    color: #000;
    font-size: 17px;
    margin-top: 25px;
}

.subpage-box h3:first-child {
    margin-top: 0;
}

.subpage-box img {
    margin: 8px 0;
}

.top-space {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.payment-content {
    font-family: "DFLiKingHei";
    font-size: 21px;
    line-height: 25px;
}

.black-color {
    color: #000;
}

.faq-box {
    margin-top: 15px;
    background: #fff;
    border: solid 2px #ccc;
    border-radius: 10px;
}

.faq-box h3 {
    font-size: 21px;
    color: #1A5D72;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.panel-active {
    background-color: transparent;
}

.accordion:after {
    content: '\002B';
    color: #1A5D72;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel-active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: -10px;
    border-radius: 10px;
}

.panel .panel-content {
    margin-bottom: 15px;
    color: #000;
}

.popup-text-area {
    height: 470px;
    overflow-y: auto;
}

.popup-text-area .main-area {
    padding: 25px 50px;
    min-height: 470px;
}

.plan-box-table {
    font-size: 16px;
}

.plan-box-table th {
    width: 40%;
    padding-bottom: 10px;
    color: #1A5D72;
    vertical-align: top;
}

.plan-box-table td {
    padding-bottom: 10px;
    color: #676767;
}

.popup-title-bar {
    width: 100%;
    margin: 25px 0 0 0;
    border-bottom: solid 3px #ccc;
    padding: 0 0 25px 0;
    font-size: 24px;
    color: #1A5D72;
}

.popup-title-bar.color-1 {
    border-bottom: solid 3px #0095da;
}

.popup-title-bar.color-2 {
    border-bottom: solid 3px #f37021;
}

.popup-title-bar.color-3 {
    border-bottom: solid 3px #39b54a;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 5500;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 300px 0 0 0;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
    background: none;
}

.event-modal {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    padding: 0;
    width: 100%;
    max-width: 300px;
}

/*!* The Close Button *!*/
.close {
    color: #fff;
    position: absolute;
    font-weight: bold;
    font-size: 1.7rem;
    width:27px;
    height:28px;
    background-color:#000000 !important;
    border-radius: 50%;
    top: -15px;
    right: -15px;
    padding:0 !important;
    margin: 0 !important;
    opacity: 1;
    z-index:9999;
}
.close.standard-close{
    right:0;
    top:33px;
}


.close:hover,
.close:focus {
    color: #000000 !important;
    background: #FFFFFF !important;
    text-decoration: none;
    cursor: pointer;
    opacity: 1 !important;

}
.close:focus{
    outline: none;
}

.mySlides {
    display: none;
    padding-top: 100px;
    color: #000;
    position: relative;
    background: none;
}

.mySlides-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 470px;
    background: #fff;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 190px;
    width: 40px;
    padding: 25px 0;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background: #fff;
    text-align: center;
    background: transparent !important;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.news-bar.active {
    width: 100%;
    text-align: center;
    background: #fdb913;
    padding: 5px 0;
    position: fixed;
    left: 0;
    bottom: 0;
    font-size: 17px;
    color: #231f20;
    opacity: 0.95;
    transition: all 0.6s ease 0s;
    z-index: 5000;
}

.news-bar a {
    color: #231f20;
    font-style: italic;
    text-decoration: underline;
}

.news-bar-close-button {
    cursor: pointer;
    font-size: 15px;
    color: #bc8515;
    border-bottom: solid 2px #bc8515;
    position: absolute !important;
    right: 10px !important;
    bottom: 6px !important;
    z-index: 5000;
    display: inline-block;
}

.carousel-control-next, .carousel-control-prev {
    width: 8% !important;
}

.logo img {
    max-height: 90px;
}

.acc-container {
    width: 100%;
    margin: 30px auto 30px auto;
    overflow: hidden;
    color: white;
}

.acc-button {
    width: 100%;
    margin: 0 auto;
    padding: 15px 25px;
    cursor: pointer;
    background: #fff;
    border-left: 4px solid #13635a;
    border-top: 4px solid #13635a;
    border-right: 4px solid #13635a;
    border-bottom: 4px solid #13635a;
    color: #13635a;
}

.acc-button.button-active {
    background: #BADBCB;
    border-bottom: none;
}

.charge-btn.btn-active {
    background: #28988b;
    padding: 5px 25px;
}

.charge-btn-area{
    padding-top:20px;
    margin-bottom: 50px;
}
.charge-btn{
    display:flex;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 5px 25px;
    cursor: pointer;
    background: #fff;
    border:0;
    color: #13635a;
}
.charge-btn-title{
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
}
.charge-content {
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #fff;
    padding: 30px 15px;
    height: auto;
    border: 4px solid #28988b;
    overflow: hidden;
    color: #195C72;
    font-size: 19px;
}
.charge-content.initializing {
    display: block;
    padding: 0;
    height: 0
}
.charge-btn.btn-active .open-or-close .btn-open-icon-2 {
    display: none;
}
.charge-modal2-content{
    font-weight: bold;
    font-size: 18px;
    color:#6E6B4A;
    line-height:2;
}
.charge-modal2-title{
    color:#F46F20;
}
.charge-modal-content-container{
    padding :25px 30px;
}

.open-or-close {
    width: 52px;
    height: 52px;
    border-left: solid 1px #13635a;
    border-top: solid 1px #13635a;
    border-right: 4px solid #13635a;
    border-bottom: 4px solid #13635a;
    display: inline-block;
    background: #fff;
    position: relative;
}
.open-or-close .btn-open-icon{
    width: 34px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -2px;
    position: absolute;
    background: #13635a;
    z-index: 20;
}
.open-or-close .btn-open-icon-2{
    width: 4px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -2px;
    position: absolute;
    background: #13635a;
    z-index: 30;
}
.acc-button.btn-active .open-or-close .btn-open-icon-2 {
    display: none;
}
.acc-button input[type="text"] {
    width: 100px;
    border: solid 3px #13635a;
    outline: none;
    text-align: center;
    color: #13635a;
}

.acc-button .open-or-close {
    width: 52px;
    height: 52px;
    border-left: solid 1px #13635a;
    border-top: solid 1px #13635a;
    border-right: 4px solid #13635a;
    border-bottom: 4px solid #13635a;
    display: inline-block;
    background: #fff;
    position: relative;
}

.acc-button .open-or-close .button-open-icon {
    width: 34px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -2px;
    position: absolute;
    background: #13635a;
    z-index: 20;
}

.acc-button .open-or-close .button-open-icon-2 {
    width: 4px;
    height: 34px;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -2px;
    position: absolute;
    background: #13635a;
    z-index: 30;
}

.acc-button.button-active .open-or-close .button-open-icon-2 {
    display: none;
}

.acc-button input[type="text"] {
    width: 100px;
    border: solid 3px #13635a;
    outline: none;
    text-align: center;
    color: #13635a;
}

.acc-content {
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #fff;
    padding: 15px;
    height: auto;
    border-left: 4px solid #13635a;
    border-bottom: 4px solid #13635a;
    border-right: 4px solid #13635a;
    overflow-x: hidden;
    color: #195C72;
    font-size: 19px;
}

.acc-content.initializing {
    display: block;
    padding: 0;
    height: 0
}

.acc-content p, .acc-content h3, .acc-content h2 {
    width: 90%;
    margin: 0;
}

.acc-container p {
    color: white;
}

.acc-container h3 {
    color: #195C72;
    margin: 0;
}

.pps-order-box {
    border-radius: 5px;
    border: solid 1px #ddd;
    text-align: center;
    color: #13635a;
    box-shadow: 3px 3px 9px #ccc;
    padding: 15px;
    border: solid 5px #e4e4e4;
    margin: 15px 0;
    overflow: hidden;
}

.pps-order-box-text {
    min-height: 120px;
    color: #222;
    font-size: 15px;
}

.text-color-orange {
    color: #F16522;
}

.text-color-blue {
    color: #195C72;
    font-weight: bold;
}

.wrap button {
    width: 100%;
    height: 37px;
    background: #F6DFC0;
    border: solid 2px #195C72;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

.wrap button.sub {
    color: #f00;
    position: relative;
    text-indent: -9999px;
}

.wrap button.sub::after {
    content: "";
    width: 20px;
    height: 4px;
    position: absolute;
    background: #195C72;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -10px;
    z-index: 20;
}

.wrap button.add {
    color: #f00;
    position: relative;
    text-indent: -9999px;
}

.wrap button.add::after {
    content: "";
    width: 20px;
    height: 4px;
    position: absolute;
    background: #195C72;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -10px;
    z-index: 20;
}

.wrap button.add::before {
    content: "";
    width: 4px;
    height: 20px;
    position: absolute;
    background: #195C72;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -2px;
    z-index: 30;
}

.wrap .count {
    width: 90%;
    height: 35px;
    text-align: center;
    outline: none;
    font-size: 19px;
    border: solid #DCD9D8 2px;
    background: #F3EEEC;
}

.vertical-center-sub-total {
    margin: 0;
    position: absolute;
    top: 45%;
    right: 80px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 19px;
}

@media screen and (max-width: 768px) {
    .vertical-center-sub-total {
        width: 100%;
        text-align: left !important;
        padding: 0 0 0 95px;
    }
}

.acc-footer-bar {
    background: #BADBCB;
    margin: 0 -15px -30px -15px;
    padding: 25px;
}

.acc-footer-bar.style-02 {
    background: #F0DFC0;
    color: #A57847;
}

.acc-footer-bar.style-03 {
    background: #A79ACA;
    color: #fff;
}

.acc-footer-bar.style-04 {
    background: #0095da;
    color: #fff;
}

.acc-footer-bar.style-04 a {
    color: #fff;
}

.acc-footer-bar.style-05 {
    background: #95c93d;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .acc-button {
        padding: 15px 15px;
    }

    .acc-content {
        padding: 15px;
    }

    /* atlas added style */
    .items-img-box {
        width: auto !important;
        height: 150px !important;
    }
}

.swiper {
    overflow: hidden;
    position: relative;
}

.swiper-slide {
    text-align: center !important;
    background: #F0DFC0;
    border: solid 2px #fff;
    padding: 10px 0;
    color: #222;
    cursor: pointer;
}

.swiper-slide.tab-title-active {
    background: #F26F21;
    color: #fff;
}

.swiper-button-prev {
    color: #000 !important;
    left: 0 !important;
}

.swiper-button-next {
    color: #000 !important;
    right: 0 !important;
}

.tab-box {
    display: none;
}

.tab-box.tab-box-active {
    display: block;
}

/*****/
.footer-calculator-bar {
    background: #FDB813;
    padding: 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2000;
    opacity: 0.92;
    color: #222;
    width: 100%;
    font-size: 12px;
}

.footer-cal-card {
    background: #fff;
    height: 100%;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 2px 2px 5px #444;
    border-radius: 5px;
    position: relative;
}

.footer-cal-card .add-icon {
    right: -21px;
    top: 17px;
    position: absolute;
    z-index: 50;
    color: #222;
    font-size: 21px;
    font-weight: bold;
}

.footer-cal-card input {
    width: 100%;
    outline: none;
    text-align: center;
    border: none;
    background: #ddd;
    margin-top: 5px;
}

.order-card-area {
    border: solid #109180 4px;
    background: #fff;
    padding: 25px 40px;
    font-size: 15px;
    color: #222;
    margin-top: -4px;
    margin-left: -4px;
}

.order-card-area h3, .order-card-box h3 {
    font-weight: bold;
    color: #195C72;
    margin: 0;
}

.order-card-area h5, .order-card-box h5 {
    font-weight: bold;
    color: #195C72;
    margin: 0;
}

.order-card-area h6, .order-card-box h6 {
    font-weight: bold;
    color: #195C72;
    margin: 0;
}

.order-card-box {
    background: #fff;
    box-shadow: 3px 3px 9px #bbb;
    border: solid 1px #ccc;
    padding: 20px 30px;
    font-size: 15px;
}

.order-card-box input[type="text"],
.order-card-box input[type="email"],
.order-card-box input[type="tel"],
.order-card-box input[type="date"],
.order-card-box input[type="password"] {
    width: 100%;
    background: #fff;
    outline: none;
    border: solid 2px #ddd;
    height: 42px;
    color: #222;
}

.order-card-box input[type="number"] {
    width: 100%;
    min-width: 60px;
    background: #fff;
    outline: none;
    border: solid 2px #ddd;
    color: #222;
    text-align: center;
    padding: 0 17px 0 0;
}

.order-card-box input[type="number"]:disabled {
    opacity: 0.2;
}

.order-card-box textarea {
    width: 100%;
    min-height: 120px;
    background: #eee;
    border-top: none;
    border-right: solid 2px #ddd;
    border-bottom: solid 2px #ddd;
    border-left: none;
    outline: none;
    color: #222;
}

.order-card-box select {
    width: 120px;
    max-width: 100%;
    background: #eee;
    outline: none;
    border: solid 2px #ddd;
    height: 42px;
    color: #222;
}

.order-card-box input[type='radio'] {
    margin-right: 5px;
    margin-left: 2px;
    width: 10px;
    height: 10px;
}

.order-card-box input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -4px;
    left: -2px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
}

.order-card-box input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -4px;
    left: -2px;
    position: relative;
    background-color: #109180;
    content: '';
    display: inline-block;
    visibility: visible;
    border: solid 3px #fff;
    outline: solid 1px #109180;
}

.order-card-box input[type='checkbox'] {
    margin-right: 5px;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.order-card-box input[type='checkbox']:after {
    width: 16px;
    height: 16px;
    top: -4px;
    left: -2px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
    border-radius: 0;
}

.order-card-box input[type='checkbox']:checked:after {
    width: 16px;
    height: 16px;
    top: -4px;
    left: -2px;
    position: relative;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 1px 3px;
    background-color: #109180;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #109180;
    background-image: url("../images/check_mark_icon.png");
    border-radius: 0;
}

.acc-footer-bar input[type='checkbox'],
.select-storage-box input[type='checkbox'] {
    margin-right: 5px;
    margin-left: 2px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.acc-footer-bar input[type='checkbox']:after,
.select-storage-box input[type='checkbox']:after {
    width: 16px;
    height: 16px;
    top: -11px;
    left: -2px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ccc;
    border-radius: 0;
}

.acc-footer-bar input[type='checkbox']:checked:after,
.select-storage-box input[type='checkbox']:checked:after {
    width: 16px;
    height: 16px;
    top: -11px;
    left: -2px;
    position: relative;
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 1px 3px;
    background-color: #109180;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #109180;
    background-image: url("../images/check_mark_icon.png");
    border-radius: 0;
}

.order-card-box input:read-only {
    background: #eee;
}

.acc-footer-bar select {
    width: 70px;
    max-width: 100%;
    background: #eee;
    outline: none;
    border: solid 2px #ddd;
    height: 42px;
    color: #222;
    font-size: 15px;
}

a.add-other-address-button {
    max-width: 100%;
    color: #109180;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border: solid 3px #109180;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
}

a.add-other-address-button:hover {
    opacity: 1;
}

.order-card-box p {
    margin: 10px 0 0 0;
}

.preview-table-text {
    font-size: 13px;
}

.preview-table-text img {
    width: 50px;
}

.table-top-line {
    border-top: dotted 2px #ddd;
    margin-top: 3px;
    padding-top: 3px;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left !important;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #eee;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: right;
    position: relative;
    height: 42px;
    vertical-align: top;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 2px solid #ccc;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.4;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute !important;
    height: 50%;
    top: 0;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
}

.quantity-button.quantity-down {
    position: absolute !important;
    bottom: 2px;
    height: 50%;
    font-weight: bold;
}

.responsive-scroll-frame {
    width: 100%;
    overflow-x: visible;
}

@media screen and (max-width: 768px) {
    .responsive-scroll-frame {
        width: 100%;
        overflow-x: scroll;
    }
}

.responsive-scroll {
    min-width: 600px;
}

.pps-order-box-footer {
    width: 130%;
    font-size: 15px;
    background: #F0DFC0;
    margin: 15px -15% -15px -15% !important;
    padding: 10px;
    color: #222;
    max-width: 130% !important;
    flex: 0 0 130% !important;
}

.pps-order-box-footer input {
    width: 90%;
    height: 23px;
    text-align: center;
    outline: none;
    font-size: 15px;
    border: solid #DCD9D8 2px;
    background: #F3EEEC;
}

.acc-footer-bar-sub-total {
}

@media screen and (max-width: 768px) {
    .acc-footer-bar-sub-total {
        display: block;
    }
}

.order-button.navy {
    width: 200px;
    max-width: 100%;
    background: #000080;
    border-bottom: solid 5px #CCCCCC;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

.order-button.grey {
    width: 200px;
    max-width: 100%;
    background: #999999;
    border-bottom: solid 5px #CCCCCC;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

.order-button.grey:hover {
    background: #CCCCCC;
    border-bottom: solid 5px #999999;
}

.order-button.green {
    width: 200px;
    max-width: 100%;
    background: #00b140;
    border-bottom: solid 5px #836953;
    color: #FFFFFF !important;
    transition: all 0.3s ease 0s;
}
.order-button.green:hover {
    background: #836953;
    border-bottom: solid 5px #00b140;
}

.order-button.orange {
    width: 200px;
    max-width: 100%;
    background: #ff6d0a;
    border-bottom: solid 5px #836953;
    color: #FFFFFF !important;
    transition: all 0.3s ease 0s;
}

.button.order-button.orange3 {
    width: 200px;
}

.select-storage-box {
    color: #222;
    margin-top: 15px;
}

.select-storage-box span {
    font-size: 15px;
}

.step-number {
    font-size: 120px;
    font-weight: bold;
    color: #222;
    margin-top: -10px;
    margin-right: 10px;
}

.subpage-menu-2 .step-no-box-group {
    display: inline-block;
    text-align: center;
    opacity: 0.65;
    margin-top: -25px;
}

.subpage-menu-2 .step-no-box {
    display: inline-flex;
    align-items: center;
}

.subpage-menu-2 .step-no-box-text {
    font-size: 19px;
    text-align: center;
    color: #000;
}

.subpage-menu-2 .step-no-box-group.step-active {
    opacity: 1;
}

.subpage-menu-2 .step-no-box-group.step-active .step-no-box-text {
    color: #fff;
}

.subpage-menu-2 .step-no-box-group.step-active .step-number {
    color: #fff;
}

.subpage-menu-2 ul li{
    display:inline-block;
    margin:10px 18px;
}

.storage-service-landing-box {
    width: 100%;
    min-height: 680px;
    background-color: #fffbd0;
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 3px 3px 9px #ccc;
    text-align: center;
}

.disable-item {
    opacity: 0.4;
}

.storage-service-landing-box.box-01 h3 {
    color: #1c5d74;
}

.storage-service-landing-box.box-02 h3 {
    color: #1c5d74;
}

a.storage-service-enter-button {
    margin: 420px auto 25px auto;
    width: 70%;
    background: #ccc;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 9px #666;
    display: inline-block;
    text-decoration: none;
    color: #222;
}

a.storage-service-enter-button:hover {
    opacity: 0.65;
}

.storage-service-landing-box.box-01 a.storage-service-enter-button {
    background: #7dd3f7;
}

.storage-service-landing-box.box-02 a.storage-service-enter-button {
    background: #94c83d;
}

.storage-service-ul-li ul {
    display: inline-block;
    margin-bottom: 15px;
}

.storage-service-ul-li ul li {
    float: left;
    list-style-type: disc;
    margin-left: 35px;
}

.responsive-header-area-2 {
    display: inline-block;
    vertical-align:middle;
}

.green-text {
    color: #195C72;
}

.member-w-box {
    width: 100%;
    box-shadow: 0 0 6px #999;
    padding: 15px 0;
    border-radius: 5px;
    background: #fff;
    position: relative;
}

.m-w-box {
    padding: 10px 0;
    background: #eee;
    margin: 5px 20px;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    pointer-events: none;
}

.login-box-popup-mask {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.82;
    z-index: 8000;
    width: 100%;
    height: 100%;
    display: none;
}

.login-box-popup {
    width: 50%;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 15%;
    z-index: 9000;
    padding: 15px 25px 35px 25px;
    margin: 0 0 0 -25%;
    max-height: 70%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

.login-box-popup.register-popup, .login-box-popup.register-popup-submitted, .login-box-popup.forgot-pw-popup, .login-box-popup.forgot-pw-popup-submitted {
    width: 30%;
    margin: 0 0 0 -15%;
}

.login-box-popup a.text-color-orange {
    color: #f27024;
    text-decoration: underline;
}

.login-box-popup input {
    width: 100%;
    border: solid 1px #999;
    outline: none;
    color: #351200;
}

.login-box-popup .space-line {
    border-right: solid 1px #ddd;
}

@media screen and (max-width: 991px) {

    body {
        font-size: 13px;
    }
    .login-box-popup {
        width: 90%;
        margin: 0 0 0 -45%;
    }

    .login-box-popup.register-popup, .login-box-popup.register-popup-submitted, .login-box-popup.forgot-pw-popup, .login-box-popup.forgot-pw-popup-submitted {
        width: 90%;
        margin: 0 0 0 -45%;
    }

    .login-box-popup .space-line {
        border-right: none;
        border-bottom: solid 1px #ddd;
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
    }

    /* atlas added style */
    .order-items-img-box {
        width: auto !important;
        height: 45px !important;
    }

    .button {
        font-size: 15px !important;
        line-height: 15px !important;
    }

    h3 {
        font-size: 1.1rem;
    }

    .acc-content {
        font-size: 15px;
    }

    .footer-cal-card input {
        font-size: 7px !important;
    }

    .card-body {
        padding: 0.75rem !important;
    }

    .table td, .table th {
        padding: 0.25rem !important;
    }

    .footer-calculator-bar {
        position: relative !important;
    }

    .pps-order-box {
        margin: 5px 0 !important;
        padding: 7px 7px 7px 7px !important;
    }
    .pps-order-box-footer {
        font-size: 12px !important;
    }

    .pps-order-box-text {
        font-size: 12px !important;
        min-height: 100px;
    }

    .operation-button {
        padding: 10px 10px !important;
        font-size: 16px !important;
        line-height: 16px !important;
        color: white !important;
    }

    .acc-footer-bar {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .item-name {
        width: 130px;
    }
}

.sub-acc-btn {
    padding: 10px 15px;
    background: #fff;
    cursor: pointer;
}
.sub-acc-content {
    padding: 10px 15px;
    background: #fff;
    max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.acc-button.box-color-01 {
    background: #7ed3f7;
    border-color: #1a68b3;
    color: #231f20;
}
.acc-button.box-color-01 h3 {
    color: #231f20;
}
.acc-button.box-color-01 input[type="text"] {
    width: 100px;
    border: solid 3px #231f20;
    outline: none;
    text-align: center;
    color: #231f20;
}
.acc-content.box-color-01 {
    border-left: 4px solid #1a68b3;
    border-bottom: 4px solid #1a68b3;
    border-right: 4px solid #1a68b3;
}
.sub-tab-text {
    padding: 0 25px 15px 25px;
}
.sub-tab-text textarea {
    width: 100%;
    height: 200px;
    border: solid 1px #999;
    resize: none;
    outline: none;
    padding: 10px 15px;
}
.sub-acc-content input[type="file"] {
    background-image: url('../images/membership_add_item.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    outline: none;
    cursor: pointer;
}
.sub-acc-content input[type="file"]:after {
    content: '';
    background-image: url('../images/membership_add_item.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 6px #ddd;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sub-acc-content-top-bar {
    background: #7ed3f7;
    margin: 0 -25px 15px -25px;
    padding: 10px 25px;
    min-height: 40px;
}
.acc-button.box-color-02 {
    background: #febe10;
    border-color: #f7941d;
    color: #231f20;
}
.acc-button.box-color-02 h3 {
    color: #231f20;
}

.acc-button.box-color-02 input[type="text"] {
    width: 100px;
    border: solid 3px #231f20;
    outline: none;
    text-align: center;
    color: #231f20;
}
.acc-content.box-color-02 {
    border-left: 4px solid #f7941d;
    border-bottom: 4px solid #f7941d;
    border-right: 4px solid #f7941d;
}
.acc-content.box-color-02 .sub-acc-content-top-bar {
    background: #febe10;
    margin: 0 -25px 15px -25px;
    padding: 10px 25px;
}
.acc-button.box-color-03 {
    background: #cdde6b;
    border-color: #95c93d;
    color: #231f20;
}
.acc-button.box-color-03 h3 {
    color: #231f20;
}
.acc-button.box-color-03 input[type="text"] {
    width: 100px;
    border: solid 3px #231f20;
    outline: none;
    text-align: center;
    color: #231f20;
}
.acc-content.box-color-03 {
    border-left: 4px solid #95c93d;
    border-bottom: 4px solid #95c93d;
    border-right: 4px solid #95c93d;
}
.acc-content.box-color-03 .sub-acc-content-top-bar {
    background: #cdde6b;
    margin: 0 -25px 15px -25px;
    padding: 10px 25px;
}
/* The container */
.container-radio {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    user-select: none;
}
/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
    position: absolute;
    left: 3px;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border:1px solid;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a grey background */
.container-radio input:checked ~ .checkmark {
    background-color: #eee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #13635a;
}

.modal-repadding{
    padding-top: 0;
}

.modal textarea {
    width: 100%;
    height: 100px;
    border: 0 #eee;
    resize: none;
    outline: none;
    padding: 10px 15px;
}


.modal-body-style1, .modal-footer-style1, .modal-header-style1 {
    background-color: #ccf2ff;
    border: 0 !important;
}

.modal-body-style2, .modal-footer-style2, .modal-header-style2 {
    background-color: #ffebcc;
    border: 0 !important;
}

.modal-body-style3, .modal-footer-style3, .modal-header-style3 {
    background-color: #d6f5d6;
    border: 0 !important;
}

.content {
    background-color: #FFFFFF;
}

.modal-md{
    max-width: 1000px !important;
}
.modal-lg {
    max-width: 1500px !important;
}
.modal-xl{
    max-width: 2000px !important;
}

.modal-title-style-1 {
    color: #0095da;
}

.modal-title-style-2 {
    color: #f7941d;
}

.modal-title-style-3 {
    color: #009933;
}

.grey-box-style {
    border: 4px solid #7F7F7F;
}

.dark-green-style {
    color: #13635a;
}

.faq-bar-style1 {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #1a68b3;
}

.faq-bar-style2 {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #f7941d;
}

.faq-bar-style3 {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #33cc33;
}

.fee-area {
    background: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 8vw;
    height: auto;
}

.custom-selector {
    border: 1px solid !important;
    border-radius: 5px;
    color: #13635a;
    padding-left: 0.75vw !important;
    padding-right: 0.75vw !important;
    background-color: #eee;
}

.custom-timetable-btn {
    padding :3px 20px !important;
    border: 2px solid #13635a !important;
    background-color: #FFFFFF;
}

.circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #13635A;
}
.circle-style02 {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #000000;
}

.standard-plan-box{
    background: #fffbd0;
    padding: 0 40px;
    margin: 15px 0;
}

.standard-plan-box ul {
    font-size: 17px;
    list-style: none;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-weight: bold;
}


.custom-bullet li.dot {
    position: relative;
    padding-left: 25px;
    margin-top:5px;
}

.custom-bullet li.dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #000;
}

.custom-bullet li ol li{
    list-style: decimal;
}



.custom-bullet li.tick {
    position: relative;
    float: left;
    display:inline-block;
    width:100%;
    padding-left: 15px;
    margin-top:5px;
    font-size: 14px;
}

.custom-bullet li.tick::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
.charge-swiper{
    border-radius:5px;
}
.standard-plan-slide,.charge-plan-slide{
    background:0;
    padding:0;
    border:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.packing-slide{
    background:0;
    border:0;
}
.standard-plan1-swiper, .standard-plan2-swiper{
    padding:0 5px;
}
.standard-plan-next{
    left: -20px !important;
}
.standard-plan-prev{
    right: -20px !important;
}

.charge-modal-title{
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.charge-modal-title.orange{
    color:#F46F20;
}
.charge-modal-title.brown{
    color:#A84B10;
}
.charge-modal-title.green{
    color:#2E8656;
}
.charge-modal-title.navy-blue{
    color:#2E3293
}

.charge-modal-item {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;

    color:#F46F20;
}


.charge-item{
    color: #1A5D72;
    text-align: center;
    padding:7px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.45);
    font-weight: bold;
}
.tips-content p{
    margin-top: 15px !important;
    font-weight: bold !important;
}
.packing-content p{
    margin-top: 15px !important;
    font-weight: bold !important;

}
.packing-content .packing-content-title{

    color: #11424a;
}

.tips-btn{
    background-color: #FFFFFF;
    border: solid 5px #F4EFED;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.tips-btn:hover{
    cursor:pointer;
}

.tips-arrow{
    position: absolute;
    right:30px;
    top:18px;
    transition: transform 0.3s ease-out;
}

.tips-arrow.active{
    transform : rotate(180deg);
}

.tips-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.packing-box{
    max-width: 100%;
    background: #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 19px;
    overflow: hidden;
    border: solid 5px #fff;
    box-shadow: 2px 2px 8px #777;
    transition: all 0.3s ease 0s;
}
.packing-img-box{
    margin-left: 35px;
    margin-right: 35px;
}
.packing-img-box img{
    border-radius: 10px !important;
}
.packing-modal-title{
    color:#1A5D72;
}
.packing-modal-description{
    color:#149181;
    margin-top:10px;
}

.charge-plan-next{
    right:10px !important;
}
.charge-plan-prev{
    left:10px !important;
}


/* atlas added style */

.close-button {
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    border-radius: 2px;
}
.close-button:hover {
    opacity: 1;
}
.close-button:before, .close-button:after, .close-button:focus {
    left: 15px;
    background-color: #333;
    border-radius: 2px;
}

button.button {
    background: #f27024;
    text-align: center;
    border-radius: 10px;
    border: 0px;
    border-bottom: solid 5px #fab816;
    font-family: "DFLiKingHei";
    font-size: 23px;
    line-height: 23px;
    box-shadow: 0 0 8px #888;
    transition: all 0.3s ease 0s;
    display: inline-block;
    color: #fff;
    padding: 18px 28px 13px 28px;
    max-width: 100%;
}

button:hover.button {
    opacity: 1;
    background: #fab816;
    border-bottom: solid 5px #f27024;
}
.items-img-box {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: auto;
}
.order-items-img-box {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
    margin: auto;
}

.active .pps-order-box {
    border-radius: 5px;
    border: solid 1px #ddd;
    text-align: center;
    color: #13635a;
    box-shadow: 3px 3px 9px #ccc;
    padding: 15px;
    border: solid 5px orange;
    margin: 15px 0;
    overflow: hidden;
}

.order-card-box select {
    width: 120px;
    max-width: 100%;
    outline: none;
    border: solid 2px #ddd;
    height: 42px;
    color: #222;
}

button.add-other-address-button {
    max-width: 100%;
    color: #109180;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    border: solid 3px #109180;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
}
button.add-other-address-button:hover {
    opacity: 1;
}
.acc-footer-bar-min-charge {
}

option:disabled {
    background: #ddd;
}
.header-tel-label {
    font-size: 30px;
    line-height: 2.5em;
}

.footer-cal-card .clear-icon {
    right: -25px;
    top: 17px;
    position: absolute;
    z-index: 50;
    color: #222;
    font-size: 21px;
    font-weight: bold;
}

.storage-order-box {
    border-radius: 5px;
    border: solid 1px #ddd;
    text-align: center;
    color: #13635a;
    box-shadow: 3px 3px 9px #ccc;
    padding: 15px;
    border: solid 5px #e4e4e4;
    margin: 15px 0;
    overflow: hidden;
}

.active .storage-order-box {
    border-radius: 5px;
    border: solid 1px #ddd;
    text-align: center;
    color: #13635a;
    box-shadow: 3px 3px 9px #ccc;
    padding: 15px;
    border: solid 5px #2c3f9f;
    margin: 15px 0;
    overflow: hidden;
}


a.button-default {
    background: #f27024;
    text-align: center;
    border-radius: 10px;
    border-bottom: solid 5px #fab816;
    font-family: "Nunito", sans-serif;
    font-size: 23px;
    font-weight: bold;
    line-height: 23px;
    box-shadow: 0 0 8px #888;
    transition: all 0.3s ease 0s;
    display: inline-block;
    color: #fff;
    padding: 18px 28px 13px 28px;
    max-width: 100%;
}

a:hover.button-default {
    opacity: 1;
    background: #fab816;
    border-bottom: solid 5px #f27024;
}


a.button-default.style-05 {
    background: #FFEDCB;
    border-bottom: solid 5px #dcccaf;
    margin: 5px 2px;
    color: #222;
}

a:hover.button-default.style-05 {
    background: #dcccaf;
    border-bottom: solid 5px #FFEDCB;
}

a.button.disabled {
    background: #ddd;
    border-bottom: solid 5px #ccc;
    color: #888;
}

.payment-box {
    background: #fffcec;
    color: #195c72;
    border-radius: 5px;
    margin: 5px 5px 10px 5px;
    padding: 10px;
    font-size: 25px;
    /* offset-x | offset-y | blur-radius | color */
    box-shadow: 0 0 20px #e3e1d2;
}
.operation-subpage-area {
    padding: 0;
    color: #1A5D72;
    margin-bottom: 100px;
}
.date-select {
    padding: 10px 30px;
    color: white !important;
    background: #336C53 !important;
}

.upload__btn-box {
    height: 100%;
    width: 100%;
}
.upload__btn {
    height: 100%;
    width: 100%;
}
.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}
.existing_images {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.operation_footer {
    /* fixed on bottom of screen*/
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #f7f7f7;
    border-top: solid 1px #ccc;
    z-index: 100;
    padding: 15px;
}

/* modal related styles */
/* The Modal (background) */
.modal-area {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: scroll; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content Box */
.modal-box {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 0px 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 85%;
    overflow: scroll; /* Enable scroll if needed */
}

.operation-button {
    color: white !important;
}

td {
    vertical-align: middle !important;
}

.red-border {
    border: solid red !important;
}

.img_card_div{
    padding: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img_card{
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.img_card img{
    margin: 0;
    border-radius: 8px;
    transition: all 0.8s;
}
.img_card:hover > img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-open{
    padding-right: 0!important;
    overflow-y:scroll;
}
.modal-open .modal{
    padding-right: 0!important;
}
.modal-open .modal::-webkit-scrollbar {
    display: none;
}
.modal-open .modal {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal .packing-modal-description{
    font-family: "DFLiKingHei";
}

@media only screen and (max-width: 575px){
    a.button{
        padding: 18px 15px 13px 15px;;
    }
    .charge-item{
        font-size: 14px;
    }
}
@media (min-width: 1200px){
    a.button.style-12{
        padding: 18px 10px 13px 10px;;
    }
}

.material-item-wrapper {
    margin-bottom: 10px;
}
