[id ^= sandbox_theme_panel]{color: #000; width: 100px!important; font-size: 10px !important;right: 0 !important;top: auto !important;bottom: 0 !important; bottom: 0 !important;}
html{
	overflow:auto;
}

div.guide-for-iphones{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999999;
    display:none;
    justify-content:space-around;
}

div.guide-for-iphones h3{
    text-align:center;
    font-size:21px;
}

div.guide-for-iphones .screen_bg{
    background:rgb(0 0 0 / 0.7);
    width:100%;
    height:100%;
    position:relative;
}

div.guide-for-iphones .guide_body{
    background:#fff;
    position:absolute;
    margin: 25px;
    padding:20px;
    color:#000;
}

div.guide-for-iphones .guide_body .line{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    padding:5px;
}

span.hidden {
    color:rgb(237 8 39 / 0.4);
    font-weight:bold;
}

div.guide-for-iphones .ios_close {
    background: #dc4038;
    color:#fff;
    display:
    block;
    margin:10px auto;
    padding:5px 10px;
    text-align:
    center;
    text-decoration:
    none;
    width:160px;
    }

div.android{
	text-align:center;
}

div.android a.pwa-install img{
	width: 42px;
	height: 52px;
	cursor:	pointer;
}

div.android a,
div.android a.pwa-install{
	text-decoration:none;
}

div.title-social{
	font-family: Jura, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-align:
	center;
	margin: 10px 0px;
}

.title-page a.push_sub, a.push_sub{
	font-family: Jura, sans-serif;
	font-size: 16px;
	font-weight:600;
	text-decoration:
    none;
	background: #282828;
	color: #fff;
	padding: 8px 14px;
	margin: 10px auto;
	text-align:
    center;
	border-radius:3px;
	cursor:    pointer;
	display: block;
	width: 150px;
}

div.talk_container{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
}

div.talk_container .item{
    border: 1px solid #ccc;
    padding:30px;
    width:35%;
    min-width:300px;
    background: #eee;
    border-radius: 5px;
	margin:20px 0px;
}

div.talk_container .item textarea{
    width:100%;
    resize: none;
    border:1px solid #ccc;
    padding:5px;
padding: 10px;}

div.talk_container .item input[type="text"]{
    width:100%;
    border:1px solid #ccc;
    padding: 10px;
}

div.talk_container .item input[type="button"]{
    display:block;
    margin:auto;
    font-family:"Arial","Verdana","sans-serif";
    font-size:16px;
    padding:10px 25px;
    border-radius:5px;
    border:1px solid #ccc;
    background:#29bc50;
    color:#fff;
}

div.talk_container .item p{
    font-family:"Arial","Verdana","sans-serif";
    font-size:16px;
    line-height:0px;
}

div#delivery_report{
    width:100%;
    height:280px;
    background:#fff;
    border:1px solid #ccc;
    overflow-y:scroll;
    padding:10px;
    font-family:"Arial","Verdana","sans-serif";
    font-size:16px;
}

div#delivery_report .success {
    padding:3px;
    color:rgb(0 128 0);
    font-weight:bold;
    
}

div#delivery_report .danger {
    padding:3px;
    color:rgb(128 0 0);
    font-weight:bold;
}

div.pwa_sub_container{
    width:100%;
    margin:20px 0px;
    padding:30px 0px 0px;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
}

div.pwa_sub_container .text-container{
    color:#0d0d0d;
    padding-bottom: 15px;}


div.pwa_sub_container a.push_sub {
    border:none;
    border:1px solid #ed772d;
    display:block;
    font-size:16px;
    margin:5px 0px;
    padding: 12px 12px;
    background:#ed772d;
    text-align:center;
    color:#fff;
    font-weight: bold;
    border-radius: 3px;
    width: 100%;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

div.pwa_sub_container a.push_sub:hover{
	border:1px solid #ed772d;
	background:transparent;
	color:#ed772d;
}

div.pwa_sub_container {
    background:#fff;
    border-left:6px solid #ed772d;
    padding:21px 30px 25px 21px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size:18px;
    border-radius:3px;
}

div.pwa_sub_container .button-contaner{
    width:100%;
}

div.pwa_sub_container .text-container .caption{
    font-weight:bold;
    font-size:19px;
    margin-bottom:8px;
}

div.pwa_sub_container .text-container .text{
    font-size:15px;
}

.pwa_install_container {
    padding:30px;
    background:linear-gradient(to left,rgb(0 0 0 / 0.4),rgb(0 0 0 / 0.4)),url("/d/install_back.png") center center no-repeat;
    border-radius:4px;
    margin-top:10px;
}
.pwa_install_container .text_container .caption{
    font-size:21px;
    line-height:20px;
    text-shadow: 1px 1px 1px #101010;
    color: rgb(255 255 255);
    margin-bottom:8px;
}
.pwa_install_container .text_container .text{
    font-size:16px;
    line-height:18px;
    text-shadow:1px 1px 1px #444;
    color: rgb(255 255 255 / 0.9);
    margin-bottom:8px;
}


div.pwa_install_container input[type="button"]{
    display:none;
    width:100%;
    font-size:15px;
    font-weight:bold;
    padding:15px;
    background: rgb(237 119 45);
    border-radius:2px;
    border: none;
    color: #ffffff;
}


div.android_install.hidden,
div.ios_install.hidden{
	display:none;
}

div.android_install {
    display:flex;
    position:relative;
    justify-content:space-around;
    box-shadow:1px 0px 8px #ccc;
    flex-wrap:wrap;
    position:fixed;
    bottom:0px;
    left:0px;
    background:#fff;
    width:20%;
    padding:15px;
    min-width:300px;
    z-index:1000;
}

a.close_win{
    display:
    block;
    position:
    absolute;
    top: -15px;
    right: -14px;
    color: #ffffff;
    background: #f54528;
    padding: 5px 12px;
    text-decoration:
    none;
    cursor:pointer;
}

@media screen and (max-width:820px){
    div.android_install{
        width:30%;
    }
    div.confirm-container {
    position:fixed;
    display:block;
    bottom: 60px;
    max-width: 100%;
    width: 100%;
    text-align:center;
    z-index:100;
    left: 0;
    background: #fff;
    padding: 8px;
}
} 

@media screen and (max-width:640px){
    div.android_install{
        width:50%;
    }
} 

@media screen and (max-width:500px){
    div.pwa-install-wr,
    div.push-install-wr{
        width:100%;
        text-align:center;
    }
}
@media screen and (max-width:360px){
  div.android_install{
      right:0px;
  }
}

div#ios_install {
    position:fixed;
    bottom:0px;
    left:0px;
    background:#fff;
    width:20%;
    z-index:900;
    text-align:center;
    padding-bottom:15px;
}

@media screen and (max-width:1024px){
    div#ios_install{
        width:20%;
    }
}

@media screen and (max-width:500px){
    div#ios_install{
        width:30%;
    }
}

@media screen and (max-width:360px){
    div#ios_install{
        width:50%;
        right:0px;
        bottom:0px;
    }
}

div.localpagelist2 .localpagelist2__block {
    width: 31%;
    text-align:center;
    background:#fff;
    padding:20px 0px;
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
}

div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic{
    margin-bottom: 0px;
}

div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic img{
    width:100px;
    height:100px;   
}

@media screen and (max-width:420px){
    div.localpagelist2 .localpagelist2__block{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        margin-bottom:0px;
        margin-top:0px;
        margin-left:0px;
    }
    div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic{
        width:25%;
        text-align:left;
    }
    div.localpagelist2 .localpagelist2__block .localpic.localpagelist2__block-pic img{
    width:72px;
    height: 72px;
}
}

@media screen and (max-width:510px){
div.site-phone .site-phone-in div a{
    font-size:24px;
}
}

div.g-comment span.comment_warn {
    position:absolute;
    right:5px;
    top:10px;
    cursor:pointer;
    background:#286be0;
    padding:2px 8px;
    color:#fff;
}

div.warn_success{
	display: flex;
	width: 220px;
	height: 42px;
	padding: 6px;
	text-align: center;
	position: absolute;
	top: 6px;
	right: 5px;
	background: #fff2c1;
}

div.warn_success.hidden{
	display:none;
}
.header_menu:before {
	display: none;
}
.scroll_btn {
	display: none;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	min-width: 50px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='638.062px' height='638.062px' viewBox='0 0 638.062 638.062' style='enable-background:new 0 0 638.062 638.062;fill: %23fff;' xml:space='preserve'%3E%3Cg%3E%3Cg id='_x35__40_'%3E%3Cg%3E%3Cpath d='M303.4,319.03c0.585-7.521-1.701-15.203-7.469-20.944L58.786,61.339c-10.472-10.445-27.43-10.445-37.902,0 c-10.473,10.446-10.473,27.378,0,37.85L241.098,319.03L20.884,538.872c-10.473,10.445-10.473,27.377,0,37.823 c10.473,10.445,27.431,10.445,37.902,0l237.146-236.747C301.699,334.207,303.959,326.553,303.4,319.03z M617.521,298.086 L326.765,7.834c-10.473-10.445-27.431-10.445-37.903,0c-10.473,10.446-10.473,27.404,0,37.823L562.687,319.03L288.861,592.377 c-10.473,10.446-10.473,27.377,0,37.85c10.473,10.446,27.431,10.446,37.903,0l290.729-290.251 c5.768-5.741,8.027-13.423,7.442-20.945C625.548,311.509,623.262,303.827,617.521,298.086z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") 50%/19px no-repeat #a6dd57;
	transform: rotate(90deg);
	cursor: pointer;
	transition: all 0.3s ease;
}
.scroll_btn:hover {
	background-color: #7eaf3a;
}

a.accept, a.decline, a.eula_deny, a.eula_allow {
    color: #a5e156;
    width: auto;
    border: 1px solid #a5e156;
    border-radius: 30px;
    font-size: 15px;
    background: none;
    padding: 9px 15px 8px;
    text-decoration: none;
    text-transform: uppercase;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
}

a.accept:hover, a.decline:hover, a.eula_deny:hover, a.eula_allow:hover {
    background: #a5e156;
    color: #000;
}

a.decline, a.eula_deny {
    color: red;
    border-color: red;
}

a.decline:hover, a.eula_deny:hover {
    background: red;
    color: #fff;
}

div.recall-btn__wrap {
    display:flex;
    flex-wrap:wrap;
}

div.w-slide__bg, div.w-slide_link{
	background-size:contain;
}

@media all and (max-width: 1025px){
	.universal_copy .slider .mask.w-slider-mask,
	.universal_copy .slider {
		height: 480px;
	}
}

@media all and (max-width: 767px) {
	.universal_copy .slider .mask.w-slider-mask,
	.universal_copy .slider {
		height: 350px;
	}
}

@media all and (max-width: 640px) {
	.universal_copy .slider .mask.w-slider-mask,
	.universal_copy .slider {
		height: 300px;
	}
}

@media all and (max-width: 480px) {
	.universal_copy .slider .mask.w-slider-mask,
	.universal_copy .slider {
		height: 225px;
	}
}

@media all and (max-width: 360px) {
	.universal_copy .slider .mask.w-slider-mask,
	.universal_copy .slider {
		height: 160px;
	}