@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Poiret+One&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montez&family=Qwigley&family=Stalemate&display=swap');

body {font-size:14px !important;-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;}
.shippori {font-family: 'Shippori Mincho B1', serif;}
.merri {font-family: 'Merriweather', serif;}
.greatvibes {font-family: 'Great Vibes', cursive;}
.sacramento {font-family: 'Sacramento', cursive;}
.poiretone {font-family: 'Poiret One', cursive;}
.montez {font-family: 'Montez', cursive;}
.qwigley {font-family: 'Qwigley', cursive;}
.stalemate {font-family: 'Stalemate', cursive;}

legend {width:0px;}

.pcview {display:block;}
.moview {display:none;}

/* Youtube Video Responsive */
.videowrapper { 
float: none; 
clear: both; 
width: 100%; 
position: relative; 
padding-bottom: 56.25% !important; 
padding-top: 25px !important; 
height: 0; 
} 
.videowrapper iframe { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

.ori_p {text-decoration:line-through;color:#ff0000;}
.line_in {color:#999;}

/* btn */
.btn-readmore {background-color:#956346;color:#fff;font-size:14px;font-weight:normal;border-radius:0px;border:1px solid #998780 ;padding:21px 55px ;height:auto ;}
.btn-readmore:hover {background-color:#a47941;color:#fff;}


@media (max-width:543px) {
	.swiper-button-next, .swiper-button-prev {width:50px !important;height:50px !important;}
	.swiper-button-next {left:50px !important;}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {display:none;}
	.pcview {display:none;}
	.moview {display:block;}
	<?php if($user_browser == 'explorer') { ?>
	.swiper-button-next img, .swiper-button-prev img {
		padding-top:13px;
	}
	<?php } ?>
}
@media (min-width:544px) and (max-width:767px) {
	.swiper-button-next, .swiper-button-prev {width:60px !important;height:60px !important;}
	.swiper-button-next {left:60px !important;}
	.pcview {display:none;}
	.moview {display:block;}
	<?php if($user_browser == 'explorer') { ?>
	.swiper-button-next img, .swiper-button-prev img {
		padding-top:18px;
	}
	<?php } ?>
}
@media (min-width:768px) and (max-width:991px) {
	.swiper-button-next, .swiper-button-prev {width:70px !important;height:70px !important;}
	.swiper-button-next {left:70px !important;}
	<?php if($user_browser == 'explorer') { ?>
	.swiper-button-next img, .swiper-button-prev img {
		padding-top:22px;
	}
	<?php } ?>
}