#payment-message{
   color: red;
   font-weight: bold;
   margin: 10px 0;
}
p.pp-message{
   font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08em;
    color: #000000;
    margin: 15px 0 30px;
}
#pp-question{
   padding-bottom: 15px;
}
#pp-question a{
   display: inline-block;
   background: #4453C4;
   border: 1px solid #4453C4;
   color: #FFFFFF;
   padding: 10px 15px;
   text-transform: uppercase;
   letter-spacing: 0.08em;
   font-size: 16px;
}
#pp-question a + a{
   margin-left: 15px;
}
#pp-question a:hover{
   background-color: #fff;
   color: #4453C4;
}
.life-plan-fields{
   margin-bottom: 50px;
}
.life-plan-fields select{
	width: 100%;
	max-width: 405px;
	padding: 10px;
	border: 0px;
	background: rgba(68, 83, 196, 0.05);
	height: 43px;
	font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #474747;
    margin-top: 5px;
}
.life-plan-fields label span {
   color: #bcbcbc;
   font-weight: 400;
   font-size: 11px;
   display: block;
}
.checkout.woocommerce-checkout h3{
   margin: 0 auto 10px;
}
.creditCardForm {
    max-width: 785px;
    background-color: #fff;
    margin: 0 auto 100px;
    overflow: hidden;
    padding: 25px;
    color: #4c4e56;
}

.creditCardForm label {
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.creditCardForm .heading h1 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #4c4e56;
}

.creditCardForm .payment {
    float: left;
    font-size: 18px;
    padding: 10px 25px;
    margin-top: 20px;
    position: relative;
}

.creditCardForm .payment .form-group {
    float: left;
    margin-bottom: 15px;
}

.creditCardForm .payment .form-group input{
   border: 2px solid transparent;
   transition: all .2s ease-in;
}
.creditCardForm .payment .form-control {
    line-height: 40px;
    height: auto;
    padding: 0 16px;
    max-width: unset;
}

.creditCardForm .owner {
    width: 100%;
}

.creditCardForm .CVV {
    width: 35%;
}
.copy .creditCardForm h2{
   font-size: 38px;
   margin-bottom: 0;
   text-align: left;
}
.creditCardForm #card-number-field {
    width: 100%;
}

.creditCardForm #expiration-date {
    width:100%;
}

.creditCardForm #credit_cards {
    width: 50%;
    margin-top: 33px;
    text-align: right;
}

.creditCardForm #pay-now {
    width: 100%;
    margin-top: 25px;
}

.creditCardForm .payment .btn {
    width: 100%;
    margin-top: 3px;
    font-size: 24px;
}

.creditCardForm .payment select {
   min-width: 75px;
   padding: 10px;
   border: 0px;
   background: rgba(68, 83, 196, 0.05);
   height: 43px;
   font-family: Open Sans;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 19px;
   color: #474747;
   border: 2px solid transparent;
}
.creditCardForm .payment select.has-error{
   border-color: red;
}
#credit_cards img{
   display: inline-block;
   height: 43px;
}
.transparent {
    opacity: 0.2;
}
.creditCardForm .fa{
       font: normal normal normal 38px/1 FontAwesome;
       transition: all .2s ease-in;
}
.creditCardForm .fa.active{
   color: #4453C4;
}
.creditCardForm .payment .form-control.has-error{
   border-color: red;
}
.md-selection input{
	max-width: 461px;
	min-height: 68px;
	background: rgba(68, 83, 196, 0.05);
	width: 100%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #474747;
	background-position-y: 50% !important;
	padding-left: 23px;
	border: 0px;
}
.md-selection.md-selection2 .label, .md-selection.md-selection3 .label{
   margin-bottom: 10px;
}
.md-selection input:disabled{
   color: #8DA4CF;
}
.md-selection.md-selection2 form .row, .md-selection.md-selection3 form .row{
   width: unset;
   display: flex;
   padding: 0;
   margin-bottom: 39px;
   margin-left: -10px;
   margin-right: -10px;
}
.md-selection.md-selection2  input, .md-selection.md-selection3  input{
   max-width: unset;
}
.md-selection.md-selection3 form .row{
   margin-bottom: 15px;
}
.md-eta{
   margin-bottom: 55px;
}
.md-eta p{
   font-size: 14px;
   line-height: 22px;
   color: #4453C4;
}
.md-selection.md-selection2 form{
   display: block;
}
.md-selection.md-selection3 form{
   display: block;
   max-width: unset;
}
.md-selection.md-selection2 form .row > div{
   width: 50%;
   padding: 0 10px;
}
.md-selection.md-selection3 form .row > div{
   width: 33.333%;
   padding: 0 10px;
}
.md-selection.md-selection3 form > div{
   width: unset;
   padding: 0;
}
.text-edit{
   position: relative;
}
.text-edit::after{
   content: "";
   display: block;
   width: 15px;
   height: 15px;
   background: url(images/icon-edit.svg) top left no-repeat;
   background-size: 100%;
   position: absolute;
   right: 25px;
   top: 50%;
   transform: translateY(-50%);
}
.text-edit input{
   padding-right: 50px;
}
.mp-contact {
   margin-top: 7px;
}
.mp-contact a{
   font-family: Noto Sans SC;
   font-style: normal;
   font-weight: normal;
   font-size: 14px;
   line-height: 22px;
   color: #4453C4;
   padding-left: 30px;
   position: relative;
   display: inline-block;
}
.mp-contact a::before{
   content: "";
   display: block;
   width: 23px;
   height: 23px;
   background: url(images/icon-call.svg) top left no-repeat;
   background-size: 100%;
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
}
.md-products{
   margin: 85px 0;
}
.pd-noresults p{
   text-align: center;
}
.md-products .pd{
   margin-bottom: 48px;
   position: relative;
}
.md-products .pd .heading, .md-products .pd .content{
   display: flex;
   flex-direction: row;
}
.md-products .pd .col1{
   flex: 0 0 31%;
   max-width: 31%;
   padding-left: 39px;
}
.md-products .pd .col2{
   flex: 0 0 40%;
   max-width: 40%;
}
.md-products .pd .col3{
   flex: 0 0 29%;
   max-width: 29%;
}
.md-products .pd .heading{
   background-color: #8DA4CF;
   padding: 21px 0 12px;
}
.md-products .pd .heading .col1, .md-products .pd .heading .col2{
   padding-top: 10px;
   padding-right: 15px;
}
.md-products .pd .heading .col3{
   padding-right: 20px;
}
.md-products .pd .title-ch{
   font-family: 'Noto Sans SC', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 24px;
   color: #FFFFFF;
}
.md-products .pd .title-en{
   font-family: 'Didact Gothic', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 22px;
   letter-spacing: 0.1em;
   color: #FFFFFF;
}
.text-ch{
   font-family: 'Noto Sans SC', sans-serif;
}
.md-products .pd .description-ch{
   font-family: 'Noto Sans SC', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 26px;
   color: #000;
}
.md-products .pd .description-en{
   font-family: 'Didact Gothic', sans-serif;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 28px;
   color: #000;
}
.md-products .pd .pd-buy a{
   display: inline-block;
   background-color: #4453C4;
   width: 100%;
   max-width: 164px;
   text-align: center;
   display: flex;
   flex-direction: column;
   justify-content: center;
   color: #FFFFFF;
   font-size: 16px;
   height: 55px;
   float: right;
   opacity: 1;
   transition: all .2s ease-in;
}
.md-products .pd .pd-buy a:hover{
   opacity: .7;
}
.md-products .pd .pd-buy .ch{
   font-family: 'Noto Sans SC', sans-serif;
}
.md-products .pd .pd-buy .en{
   letter-spacing: 0.08em;
}
.md-products .pd .content{
   border: 1px solid #8DA4CF;
   border-top: 0;
   padding-top: 15px;
}
.md-products .pd ol{
   list-style: decimal outside;
   padding-left: 18px;
}
.md-products .pd .heading .pd-price{
   position: absolute;
   top: -16px;
   left: 30px;
   color: #fff;
   height: 43px;
   display: flex;
}
.md-products .pd .heading .pd-price .amount{
   color: #fff;
   background: url(images/ribbon-mid-1x.png) top left repeat-x;
   height: 43px;
   padding: 0 6px;
   align-items: center;
   display: flex;
}
.md-products .pd .heading .pd-price .amount .discount{
   font-size: 16px;
   line-height: 21px;
   color: #fff;
   position: relative;
}
.md-products .pd .heading .pd-price .amount .discount::before{
   content: "";
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   height: 1px;
   background: #fff;
   transform: translateY(-50%) rotate(160deg);
}
.md-products .pd .heading .pd-price .amount .regular{
   font-size: 30px;
   line-height: 39px;
   color: #fff;
   padding-left: 6px;
}
.md-products .pd .heading .pd-price::before{
   content: "";
   position: relative;
   display: block;
   left: 0;
   top: 0;
   background: url(images/ribbon-left2.png) top left no-repeat transparent;
   background-size: 100%;
   width: 18px;
   height: 43px;
}
.md-products .pd .heading .pd-price::after{
   content: "";
   position: relative;
   display: block;
   right: 0;
   top: 0;
   background: url(images/ribbon-right2.png) top left no-repeat transparent;
   background-size: 100%;
   width: 18px;
   height: 43px;
}
.md-products .pd .content .col1{
   flex: 0 0 71%;
   max-width: 71%;
   display: flex;
   flex-wrap: wrap;
}
.md-products .pd .content .col1 .col1-1{
   flex: 0 0 41%;
   max-width: 41%;
   padding-right: 15px;
}
.md-products .pd .content .col1 .col1-2{
   flex: 0 0 59%;
   max-width: 59%;
   padding-right: 15px;
}
.md-products .pd .content .col3{
   /* display: flex;
   align-items: flex-end;
   justify-content: flex-end; */
}
.md-products .pd .content .col3 img{
   display: block;
}
.md-products .pd .content .col1 .remarks{
   width: 100%;
   margin-top: 25px;
}
.md-products .pd .content .col1 .remarks p{
   color: #4453C4;
   font-size: 14px;
   line-height: 22px;
   margin-bottom: 0;
}
.md-products .pd .content .col1 .remarks p.ch{
   font-family: 'Noto Sans SC', sans-serif;
}
.md-products .pd .content .col1 .remarks p.en{
   font-family: 'Open Sans', sans-serif;
}
.md-selection .value, .pd-checkout .value{
   position: relative;
   max-width: unset;
    min-height: 68px;
    background: rgba(68, 83, 196, 0.05);
    width: 100%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #8DA4CF;
    background-position-y: 50% !important;
    padding-left: 23px;
    border: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.md-selection .value .pd-price, .pd-checkout .value .pd-price{
   position: absolute;
   top: 9px;
   right: 24px;
}
.md-product-selection{
   display: flex;
   flex-wrap: wrap;
   margin-left: -10px;
   margin-right: -10px;
}
.md-product-selection .inner-col{
   flex: 1 1 33.33%;
   max-width: 33.33%;
   padding: 0 10px;
   margin-bottom: 20px;
   display: flex;
   flex-direction: column;
}
.md-product-selection .inner-col.full-col{
   flex: 1 1 100%;
   max-width: 100%;
}
.md-product-selection .inner-col .heading{
   font-size: 20px;
   line-height: 24px;
   display: flex;
   flex-direction: column;
   background-color: #8DA4CF;
   padding: 16px 29px 10px;
   color: #fff;
}
.md-product-selection .inner-col .content{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   flex-grow: 1;
   border: 1px solid #8DA4CF;
   border-top: 0;
}
.md-product-selection .inner-col .content .content-wrap{
   padding: 20px 28px;
}
.md-product-selection .inner-col.full-col .content .content-wrap{
   width: 33.3333%;
}
.content-wrap .image-wrap{
   height: 205px;
   text-align: center;
   margin-bottom: 23px;
}
.content-wrap .image-wrap img{
   max-height: 100%;
}
.content-wrap .title{
   display: flex;
   flex-direction: column;
   font-size: 16px;
   line-height: 24px;
   color: #000000;
   margin-bottom: 12px;
}
.content-wrap .pd-price {
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   line-height: 19px;
   letter-spacing: 0.08em;
   color: #4453C4;
   margin-bottom: 12px;
}
.content-wrap .pd-quantity {
   display: flex;
   flex-direction: row;
}
.content-wrap .pd-quantity input {
   padding: 0;
   height: 50px;
   min-height: unset;
   width: 66px;
   text-align: center;
}
.content-wrap .pd-quantity input::-webkit-outer-spin-button,
.content-wrap .pd-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.content-wrap .pd-quantity input[type=number] {
  -moz-appearance: textfield;
}
.content-wrap .pd-quantity span{
   height: 50px;
   width: 40px;
   background-color: #4453C4;
   color: #fff;
   line-height: 50px;
   font-size: 22px;
   text-align: center;
   font-weight: bold;
   border-radius: 2px;
   cursor: pointer;
}
.pd-checkout{
   background: #F1F1F1;
   margin-top: 30px;
}
.pd-checkout .life-plan-div{
   padding-bottom: 49px;
   display: flex;
   flex-wrap: wrap;
}
.pd-checkout .life-plan-div p.pp-message-small{
   width: 100%;
   text-align: right;
   margin-top: 15px;
}
.pd-checkout .label{
   margin-bottom: 10px;
}
.pd-checkout .label > p {
   line-height: 25px;
   color: #474747;
}
.pd-checkout .location-select{
   width: 50%;
}
.pd-checkout .button-checkout{
   width: 50%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: flex-end;
}
.pd-checkout .button-checkout a{
   display: flex;
   flex-direction: column;
   justify-content: center;
   background: #4453C4;
   width: 165px;
   height: 55px;
   font-size: 16px;
   color: #fff;
   text-align: center;
   transition: all .2s ease-in;
   opacity: 1;
}
.pd-checkout .button-checkout a:hover{
   opacity: 0.7;
}
.md-selection input[type="checkbox"]{
   max-width: unset;
   min-height: unset;
   width: 25px;
   height: 25px;
   background: none;
}
.popup-form{
   padding: 50px;
   position: relative;
}
.popup-form .required{
   color: red;
   font-weight: bold;
   margin-top: 10px;
   display: none;
}
.popup-form .label{
   margin-bottom: 10px;
}
.popup-form .label span{
   display: block;
   font-size: 18px;
   line-height: 27px;
   color: #4453C4;
}
.popup-form .value{
   margin-bottom: 40px;
}
.popup-form .value input{
   width: 100%;
   max-width: unset;
}
.popup-form-btm{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.popup-form-btm .text{
   font-size: 14px;
   line-height: 22px;
   color: #4453C4;
   padding-right: 30px;
}
.popup-form-btm .text span{
   display: block;
}
.popup-form-btm .button-close a{
   display: flex;
   flex-direction: column;
   justify-content: center;
   background: #4453C4;
   width: 165px;
   height: 55px;
   font-size: 16px;
   color: #fff;
   text-align: center;
   transition: all .2s ease-in;
   opacity: 1;
}
.popup-form-btm .button-close a:hover{
   opacity: 0.7;
}
.popup-form #popup-close{
   position: absolute;
   right: 35px;
   top: 35px;
}
.page-template-template-memorial-selection .ui-datepicker{
   padding: 0;
   border: 1px solid #4453C4;
   background: #F3F4F9;
}
.page-template-template-memorial-selection .ui-datepicker .ui-datepicker-title{
   font-size: 16px;
   color: #4453C4;
   font-weight: bold;
   z-index: 1;
}
.page-template-template-memorial-selection .ui-datepicker .ui-datepicker-prev, .page-template-template-memorial-selection .ui-datepicker .ui-datepicker-next{
   color: #4453C4;
   cursor: pointer;
   z-index: 2;
}
.page-template-template-memorial-selection .ui-datepicker .ui-datepicker-prev::before{
   content: "\f0d9";
   font: normal normal normal 17px/1 FontAwesome;
    color: #4453C4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.ui-datepicker .ui-datepicker-prev-hover{
   left: 2px;
   top: 2px;
}
.page-template-template-memorial-selection .ui-datepicker .ui-datepicker-next::before{
   content: "\f0da";
   font: normal normal normal 17px/1 FontAwesome;
    color: #4453C4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.ui-datepicker .ui-datepicker-next-hover{
   right: 2px;
   top: 2px;
}
.page-template-template-memorial-selection .ui-datepicker .ui-datepicker-header{
   background: #F3F4F9;
   font-size: 16px;
   color: #4453C4;
   height: 30px;
}
.page-template-template-memorial-selection .ui-state-default,.page-template-template-memorial-selection .ui-widget-header .ui-state-default{
   color: #4453C4;
   background: #F3F4F9;
   text-align: center;
}
.page-template-template-memorial-selection .ui-state-highlight{
   font-weight: bold;
}
.page-template-template-memorial-selection .ui-state-default:hover, .page-template-template-memorial-selection .ui-state-active{
   color: #000;
   font-weight: bold;
}
.page-template-template-memorial-selection .ui-state-disabled .ui-state-default{
   font-weight: normal !important;
   color: #ccc !important;
}
.page-template-template-memorial-selection .ui-datepicker td{
   padding: 0;
}
.page-template-template-memorial-selection .ui-datepicker th{
   padding: 0;
   font-size: 12px;
   font-weight: bold;
}
.variation p{
   font-size: 11px;
   line-height: 2;
}
.copy .shop_table.order_details tbody .wc-item-meta strong{
   padding: 0;
   margin: 0;
   background: transparent;
   border-radius: 0;
   color: #777;
   font-size: 12px;
}
.copy .shop_table.order_details tbody .wc-item-meta p{
   font-size: 12px;
}
.md-selection.md-selection2 form{
   max-width: unset;
}
.md-fields .form-row span.woocommerce-input-wrapper{
   width: 85%;
}
.md-fields .form-row label {
   width: 32%;
   font-size: 14px;
}
.md-fields .form-row {
   display: flex;
   align-items: center;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th, table.shop_table.shop_table_responsive.additional_info tr th, address > table tbody th{
   border-right: 1px solid #E4E7EB;
   width: 18%;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td, .shop_table.shop_table_responsive.additional_info td, address > table tbody td{
   padding-left: 20px !important;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details::before, .woocommerce-customer-details address::before, table.shop_table.shop_table_responsive.additional_info::before{
   display: none;

}
.md_photos, .md_videos, .md_files{
   margin-bottom: 40px;
}
.md_photos h4, .md_videos h4, .md_reviews h4, .md_files h4{
   color: #4453C4;
   margin-bottom: 10px;
}
.md_photos .photo-wrap, .md_videos .video-wrap, .md_reviews, .md_files .file-wrap{
   max-width: 500px;
}
.md_photos .photo-wrap .photo-large, .md_videos .video-wrap .video-large{
   margin-bottom: 5px;
}
.md_photos .photo-wrap .photo-small .img-wrap, .md_videos .video-wrap .video-small .img-wrap{
   position: relative;
}
.md_photos .photo-wrap .photo-small .img-wrap::after, .md_videos .video-wrap .video-small .img-wrap::after{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: #fff;
   opacity: 0.7;
   transition: all .3s ease-in;
}
.md_photos .photo-wrap .photo-small .img-wrap.slick-current::after, .md_videos .video-wrap .video-small .img-wrap.slick-current::after{
   opacity: 0;
}
.md_videos .video-wrap a.icon-video{
   position: relative;
   margin: 0;
}
.md_videos .video-wrap a.icon-video::after{
   content: "";
   position: absolute;
   background: url(images/icon-video.png);
   width: 40px;
   height: 40px;
   background-size: 100%;
   top: 50%;
   left: 50%;
   transform: translate(-50%);
}
.md_files a{
   display: inline-block;
   text-align: center;
   margin-top: 0;
}
.md_files a + a{
   margin-left: 20px;
}
.md_files i{
   font-size: 50px;
   display: block;
}
.md_files span{
   display: block;
}
.md_reviews .rate {
    float: left;
    height: 46px;
}
.md_reviews .rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.md_reviews .rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:21px;
    color:#ccc;
    margin-right: 2px;
}
.md_reviews .rate > label.disabled{
   pointer-events: none;
}
.md_reviews .rate:not(:checked) > label:before {
    content: '★ ';
}
.md_reviews .rate > input:checked ~ label {
    color: #FFE500;
}
.md_reviews .rate:not(:checked) > label:hover,
.md_reviews .rate:not(:checked) > label:hover ~ label {
    color: #FFE500;
}
.md_reviews .rate > input:checked + label:hover,
.md_reviews .rate > input:checked + label:hover ~ label,
.md_reviews .rate > input:checked ~ label:hover,
.md_reviews .rate > input:checked ~ label:hover ~ label,
.md_reviews .rate > label:hover ~ input:checked ~ label {
    color: #FFE500;
}
.md_reviews p{
   color: #4453C4;
   margin-bottom: 15px;
   font-size: 14px;
}
.review-cta{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}
.review-cta button{
   width: 165px;
   height: 50px;
}
#icon-faq{
   position: fixed;
   right: 15px;
   bottom: 150px;
   z-index: 999;
   opacity: 1;
   transition: all .2s ease-in;
}
#icon-faq:hover{
   opacity: .7;
}
/* .md-container .shop-btn{
   position: fixed;
   bottom: 10px;
   right: 10px;
} */
.package-pre-need-price .discounted-price bdi, .package-pre-need-price .discounted-price span {
   font-size: 20px;
}
.package-pre-need-price .discounted-price{
   position: relative;
}
.package-pre-need-price .discounted-price::after{
   content: "";
   position: absolute;
   width: 100%;
   height: 1px;
   left: 0;
   top: 61%;
   background-color: #fff;
   transform: rotate(171deg);
}
body .pop-wra select{
   max-width: 400px;
}
.md-selection form{
   flex-wrap: wrap;
}
.md-selection .resident-select{
   display: none;
}
.page-template-daibye-template .md-selection .resident-select{
   display: block;
}
.page-template-daibye-template .md-selection form > div{
   width: 33.333%;
   transition: opacity 0.23s ease-in;
}
.page-template-daibye-template .md-selection.non-nirvana form > div.location-select{
   width: 66.667%;
}
.page-template-daibye-template .md-selection.non-nirvana form > div.denomination-select{
   display: none;
}
.ax-hide{
   display: none;
}
#order_review_heading{
   font-size: 20px;
    line-height: 65px;
    letter-spacing: 0.1em;
    color: #4453C4;
    text-transform: capitalize;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{
   display: none;
}
.woocommerce-form-coupon .button{
   padding: 12px;
}
.checkout_coupon{
   display: block !important;
}
@media(max-width: 768px){
   .md-selection.md-selection3 form .row{
      display: block;
      margin: 0;
   }
   .md-selection.md-selection3 form .row > div{
      width: 100%;
      padding: 0 !important;
   }
   .md-selection .value, .pd-checkout .value{
      width: 100%;
      max-width: unset;
   }
   .md-selection3 input{
      width: 100%;
      max-width: unset;
   }
   .md-selection3 .location-select{
      margin-bottom: 20px;
   }
   .md-products .pd .content{
      flex-direction: column-reverse;
   }
   .md-products .pd .content .col1{
      flex: 0 0 100%;
      max-width: 100%;
   }
   .md-products .pd .content .col3{
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
      text-align: center;
   }
   .md-products .pd .heading{
      flex-direction: column;
      position: relative;
   }
   .md-products .pd .heading .col1, .md-products .pd .heading .col2{
      flex: 0 0 100%;
      max-width: 100%;
      margin-top: 15px;
   }
   .md-products .pd .heading .col3{
      position: absolute;
      right: 0;
      top: 15px;
   }
   .md-products .pd .pd-buy a{
      min-width: 160px;
   }
   .md-products .pd .heading .col2{
      padding-left: 39px;
   }
   .md-products .pd .pd-buy a{
      float: none;
      margin: 0 auto;
   }
   .md-products .pd .content .col1 .remarks{
      margin-bottom: 25px;
   }
   .md-products .pd .content .col3 img{
      display: inline-block;
   }
   .md-product-selection .inner-col{
      flex: 1 1 50%;
      max-width: 50%;
   }
   .md-product-selection .inner-col.full-col .content .content-wrap{
      width: 50%;
   }
   .popup-form-btm{
      flex-direction: column;
   }
   .popup-form-btm .text{
      margin-bottom: 15px;
   }
   .page-template-template-memorial-selection .blockUI.blockMsg{
      top: 10% !important;
   }
}
@media(max-width: 576px){
   .md-selection.md-selection2 form .row{
      display: block;
      margin: 0;
   }
   .md-selection.md-selection2 form .row > div{
      width: 100%;
      padding: 0;
   }
   .md-selection input{
      width: 100%;
      max-width: unset;
   }
   .md-products .pd .content .col1{
      flex-direction: column;
   }
   .md-products .pd .content .col1 .col1-1, .md-products .pd .content .col1 .col1-2{
      flex: 0 0 100%;
      max-width: 100%;
   }
   .md-products .pd .content .col1 .col1-2{
      margin-top: 30px;
   }
   .md-product-selection .inner-col{
      flex: 1 1 100%;
      max-width: 100%;
   }
   .md-product-selection .inner-col.full-col .content .content-wrap{
      width: 100%;
   }
   .popup-form{
      padding: 15px;
   }
   .popup-form #popup-close{
      top: 10px;
      right: 10px;
   }
   .popup-form #popup-close img{
      width: 10px;
   }
   .pd-checkout .life-plan-div{
      flex-direction: column;
   }
   .pd-checkout .button-checkout{
      width: 100%;
      align-items: center;
   }
}
@media(min-width: 992px){
   .page-template-daibye-template .md-selection.non-nirvana .label{
      min-height: 75px;
   }
}
@media(max-width: 991px) {
   .page-template-daibye-template .md-selection form > div, .page-template-daibye-template .md-selection.non-nirvana form > div.location-select{
      width: 100%;
      margin-bottom: 20px;
   }
}
@media(max-width: 514px) {
    .creditCardForm .owner,
    .creditCardForm .CVV,
    .creditCardForm #expiration-date,
    .creditCardForm #credit_cards {
        width: 100%;
    }
    .creditCardForm #credit_cards {
        text-align: left;
    }
}
