/* --- Fonts --- */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: normal;
src: url('./../fonts/Montserrat-Regular.woff') format('woff');
}
/* --- Fonts end --- */
/* --- Initial --- */
body {
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeSpeed;
    background: #fff;
    color: #252724;
    font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-size: 18px;
    line-height: 1.5;
	box-sizing: border-box;
    margin: 0;
    min-height: 100vh;
	max-width: 100%;
    padding: 0;
    scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
input[type="text"], input[type="url"], input[type="email"], input[type="tel"], textarea {
    box-sizing: border-box;
    padding: 6px 8px;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: #444;
    background-color: #fff;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6, th {
	font-size: 1.17em;
    font-weight: 800;
	font-family: Tahoma;
	color: #283233;
	margin-top: 0px;
	margin-bottom: 3px;
}
p, ol, ul {
    margin-top: 0px;
}
ol {
    padding-inline-start: 30px;
}
.btn, button, 
input[type=button], input[type=submit] {
    font-weight: normal;
    border-width: 0px;
    padding: 8px 16px;
    border-radius: 3px;
	background-color: rgb(127, 0, 0);
    color: #fff;
	transition: 0.25s;
}
iframe, img {
    max-width: 100%;
}
.hdrlgo, .mnubar, 
.gallery .gallery-item,  
.pslimg, .pslimg figure, .pslimg figure img {
	line-height: 0;
}
a {
    transition: 0.25s;
	text-decoration: none;
	color: inherit !important;
}
.bcm a, .mta a, .ftrone a, .cmt a, .pos .ctt p a, .pos .ctt .product_meta a {
    color: rgb(34, 93, 178);
}
a:hover, a:focus {
	color: #2f78cf;
}
.btn:hover, .btn:focus, 
button:hover, button:focus, 
input[type=button]:hover, input[type=button]:focus, 
input[type=submit]:hover, input[type=submit]:focus {
	cursor: pointer; 
	background-color: rgb(224, 61, 66);
}
.ctt td {
    vertical-align: baseline;
}
hr {
    margin-left: -20px;
    margin-right: 20px;
    max-width: 90%;
    margin-bottom: 60px;
    margin-top: 60px;
}
/* --- Initial end --- */
/* --- Whatsapp Fixed Button --- */
.wapfix{
	position: fixed;
	bottom: 18px;
	left: 18px;
	-webkit-animation: goyang 6s infinite;  /* Safari 4.0 - 8.0 */
    animation: goyang 6s infinite;
	z-index: 3;
}
@-webkit-keyframes goyang {
      0% {transform:scale(1.0, 1.0);}
     46% {transform:scale(1.0, 1.0);}
     50% {transform:scale(1.3, 1.3);}
     54% {transform:scale(1.0, 1.0);}
    100% {transform:scale(1.0, 1.0);}
}
@keyframes goyang {
      0% {transform:scale(1.0, 1.0);}
     46% {transform:scale(1.0, 1.0);}
     50% {transform:scale(1.3, 1.3);}
     54% {transform:scale(1.0, 1.0);}
    100% {transform:scale(1.0, 1.0);}
}
/* --- end of Whatsapp Fixed Button --- */
/* --- Layout --- */
.show{display:initial !important;}
.hide{display:none !important;}
.wrp {
    max-width: 1200px;
	box-sizing: border-box;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.wrp, .ctrele, 
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
img.aligncenter, img.alignleft, img.alignright {
	display: block;
}
img.alignleft {
	margin-left:unset;
}
img.alignright {
	margin-right:unset;
}
.absmid {
	position: relative;
}
.absmid > * {
    position: absolute;
    left: 50%;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: auto;
    max-width: 100%;
}
.ilvmid > *{
	display:inline-block;
	vertical-align:middle;
	line-height: 1;
}
.ilvtop > *{
	display:inline-block;
	vertical-align: top;
}
.flex, .gallery {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.nowrap {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.flxcolrev{
	-webkit-flex-direction:column-reverse;
	-moz-flex-direction:column-reverse;
	-ms-flex-direction:column-reverse;
	flex-direction:column-reverse;
}
.flxcol{
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}
.flex .ordone{
	-webkit-order:1;
	-moz-order:1;
	-ms-order:1;
	order:1;
}
.spcbtwn {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.spcarnd{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flxctr, .gallery {
	-webkit-justify-content: center;
    justify-content: center;
}
.flxend {
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.bseitm {
	-webkit-align-items:baseline;
    align-items: baseline;
}
.ctritm, .gallery {
	-webkit-align-items:center;
	align-items:center;
}
.enditm{
	-webkit-align-items:flex-end;
	align-items:flex-end;
}
.topitm{
	-webkit-align-items:flex-start;
	align-items:flex-start;
}
.stcitm{
	-webkit-align-items:stretch;
	align-items:stretch;
}
.vmid{
	top:50%;
	transform:translateY(50%);
	position:absolute;
}
/* --- WP Gallery --- */
.gallery .gallery-item {
    text-align: center;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 20px 0px;
    box-sizing: border-box;
}
.gallery .gallery-item img {
	box-sizing: border-box;
	width: 100%; 
	height: auto;
}
.triperfor{width:calc(75% - 1.5vw);}
.oneperfor{width:calc(25% - 1.5vw);}
.twopertri{
	/* width:calc(66% - 1.5vw); */
	-webkit-flex: 0 0 66.6666666667%;
	-moz-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.gallery-columns-2 .gallery-item, .half-max{width:50%;}
.half{width:calc(50% - 1.5vw);}
.gallery-columns-3 .gallery-item {width: 33%;}
.onepertri{    
	/* width:calc(33% - 1.5vw); */
	-webkit-flex: 0 0 33.3333333333%;
    -moz-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery-columns-5 .gallery-item {width: 20%;}
.gallery-columns-6 .gallery-item {width: 16.5%;}
.gallery-columns-7 .gallery-item {width: 14.2%;}
.gallery-columns-8 .gallery-item {width: 12.5%;}
.gallery-columns-9 .gallery-item {width: 11%;}
.gallery-columns-10 .gallery-item {width: 10%;}
/* --- end WP Gallery --- */
/* --- Meta --- */
.comment-metadata, .commentlist .reply, .breadcrumbs, .mta, .ftrbtm, 
.comment-form .logged-in-as, .comment-notes, 
.comment-form .comment-form-cookies-consent, .comment-form label, .dte, .wpcf7-form label, .product_meta {
	font-size: 12px;
}
.comment-metadata, .commentlist .reply, .breadcrumbs, .mta, .ftrbtm, 
.comment-form .logged-in-as, .comment-notes, 
.comment-form .comment-form-cookies-consent, .dte, .product_meta {
    color: #484c52;
}
/* --- Meta end --- */
.cs-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.hrcstm {
    height: 40px;
	height: -webkit-3vw;
	height: 3vw;
	min-height: 30px;
    background-color: #4f4f4f;
    width: 44%;
    margin-left: -20px;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.dakbg {
    background-color: #dadada;
    margin-right: -20px;
    margin-left: -20px;
	margin-bottom: 40px;
    padding: 70px 20px 30px 20px;
}
.ctt table {
	margin-bottom: 40px;
}
table.bdrnon td:not(:last-child), table.bdrnon th:not(:last-child) {
    padding-right: 10px;
}
table.bdrnon td:not(:first-child), table.bdrnon th:not(:first-child) {
    padding-left: 10px;
}
table.bdrnon td {
	padding-bottom: 10px;
}
table.bdryes {
    border-collapse: collapse;
}
table.bdryes td, table.bdryes th {
    border: 1px solid #dadada;
	padding: 10px;
}
/* --- Layout end --- */
/* --- Forms --- */
.panel, .wpcf7 > form {
    background-color: white;
    background: - webkit-linear-gradient(top, #fff 1%, #f0f0f0 98%) repeat scroll 0 0 #f5f5f5;
    background: linear-gradient(to bottom, #fff 1%, #f0f0f0 98%) repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ddd;
    border-top-color: #ed1c24;
    border-top-width: 3px;
    border-radius: 9px;
    padding: 1.618em 1.618em .618em 1.618em;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.04);
}
/* --- Forms end --- */
/* --- Header --- */
.hdrmid {
    padding: 20px 0px;
}
/* --- Header end --- */
/* --- Footer --- */
.ftrbtm {
	background-color: #4f4f4f;
	color: white;
}
#ftrpvc {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#ftrpvc > * {
    margin: 10px 10px;
}
.ftrbtmjgn {
    font-weight: 600;
    font-size: 14px;
}
/* --- Footer end --- */
/* --- Front Page --- */
.subhlt h3 {
    background-color: #dadada;
    color: #3c3c3c;
    display: inline-block;
    padding: 5px 150px 5px 25px;
    margin-bottom: 50px;
    margin-top: 25px;
	margin-left: -20px;
    margin-right: 20px;
}
.glrfpg {
    margin-bottom: 50px;
}
.fpg .pgettl, .fpgjgn {
	line-height: 1.2;
}
.fpg .pgettl {
    margin-bottom: 0px;
    margin-top: 50px;
	font-size: 36px;
}
.fpgjgn {
    color: #248ec2;
    font-size: 24px;
	margin-bottom: 20px;
}
.fpgimgone {
    margin-left: -20px;
    margin-right: 20px;
}
.fpgimgone img {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.icrspk {
    margin-bottom: 100px;
}
.icrspk > .icrgbr, .icrspk > table {
    margin-bottom: 50px;
}
.icrgfk {
    margin-left: -24px;
    margin-right: -15px;
	margin-bottom: 50px;
}
/* --- Front Page end --- */
/* --- Content page --- */
/* --- Content page end --- */
/* --- Widget --- */
/* --- Widget end --- */