@charset "utf-8";
/* CSS Document*/
.page-home .home__tieuchi{
	background: rgb(246, 246, 246);
}
body.customer #bg-main{
	margin-bottom: 0;
}
/*************/
.home__tieuchi{
	background: rgb(234, 234, 234);
	padding-top: 15px; padding-bottom: 15px;
}
.home__tieuchi .img{
	-ms-flex: 0 0 60px;	flex: 0 0 60px;	max-width: 60px;
	padding-right: 0; margin: 0;
}
.home__tieuchi .caption{
	font-size: 12px; line-height: 1.3;
	display: block;
	vertical-align: middle;
	text-transform: uppercase;
	padding-left: 20px;
}
.home__tieuchi .caption b{
	display: block; clear: both;
	font-size: 13px; line-height: 1.2;
	font-weight: bold;
	margin-bottom: 3px;
}
/*****************/
#owl_home .img{
	display: block; margin: 0;
}
#owl_home .owl-item a{
	color:#FFF; text-decoration:none;
}
#owl_home .owl-item .item{
	position:relative; display:block; width:100%;
}
#owl_home .item .caption{
	position:absolute; left:0px; top: 0; right:0; z-index:2;
	width: 100%; height: 100%;
	padding-top: 200px;
	font-size: 23px; line-height: 1.5;	font-weight: 300;
	text-align: center; color: #FFF;
	background: url( '../img/bg-shadow-slide.png') no-repeat center;
}
#owl_home .itembox{
	position:relative; display:block;
}
#owl_home .caption_readmore{
	text-transform: uppercase;
	border-radius: 2px;
	background: rgb(220, 157, 45, .7);
}
#owl_home .caption_title{
	margin:0px 0 50px; padding:0 0 50px; position:relative;
	font-size:73px; font-weight:600; line-height:1.55;
	text-transform:capitalize;
	background: url( '../img/slide-line.png') no-repeat center bottom;
	font-family: 'Berkshire Swash', cursive;
}
#owl_home .owl-dots{
	position:absolute; right:30px; bottom:15px; z-index:2;
	margin:0; width:auto; text-align: center;
}
#owl_home .owl-dots .owl-dot{
	display: inline-block;
	margin:0 8px;
}
#owl_home .owl-dots .owl-dot span{
	width:15px; height:15px; margin: 0;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	background:#FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
#owl_home .owl-dots .owl-dot.active  span{
	background:var( --color-red);
}
#owl_home .owl-nav .owl-prev{
		right: 0; left: auto;
}
#owl_home .owl-nav .owl-next{
	left: 0;
}
/***************************/
/***********************/
.hpro__bestseller{
		padding-top: 30px;
		padding-bottom: 30px;
}
.home-title{
	margin: 0 0 30px; padding: 0;
	font-size: 33px; line-height: 1.5;
	color: var( --color-red);
}
.home-readmore{
	display: inline-block; padding: 5px 30px 4px;
	border: 1px solid var( --color-red);
	text-transform: uppercase; 
	font-size: 13px; font-weight: 500;
	color: var( --color-red);
	background: #FFF;
	border-radius: 32px;
	overflow: hidden;
}
.home-readmore:hover{
	text-decoration: none;
}
.hpro__bestseller #products{
	margin-bottom: 15px;
}
/**************************/
#owl_customer{
	padding-left: 70px; padding-right: 70px;
}
.owlcus__item{
	margin-bottom: 50px;
}
.owlcus__box{
	height: 100%;
}
.owlcus__header{
	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	-ms-flex-align: center !important;	align-items: center !important;
}
.owlcus__img{
		-ms-flex: 0 0 55px;		flex: 0 0 55px;		max-width: 55px;
		border-radius: 50%;
		border: 1px solid #CCC;
}
.owlcus__caption{
	-ms-flex-preferred-size: 0;	flex-basis: 0;
	-ms-flex-positive: 1;	flex-grow: 1;
	max-width: 100%;
	padding-left: 10px;
}
.owlcus__des{
		position: relative;		background: #FFF;
		padding: 15px 15px;		border: 1px solid #DDD;
		border-radius: 6px;		min-height: 200px;
		font-size: 14px; line-height: 24px;
}
.owlcus__title{
	margin: 0 0 1px; padding: 0;
	font-size: 13px; line-height: 1.3;
	color: #000;
}
.owlcus__des:after, .owlcus__des::before{
	bottom: 100%;	left: 28px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.owlcus__des:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 9px;
	margin-left: -9px;
}
.owlcus__des:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #DDD;
	border-width: 10px;
	margin-left: -10px;
}
.owlcus__des .readmore{
	color: var( --color-red);
	font-style: italic;
	font-size: 12px; font-weight: bold;
}
.owlcus__title a{
	color: inherit;
}
.owlcus__title a:hover{
	text-decoration: none; color: var( --color-red);
}
/*************/
.rating__container{
	display: block; clear: both;
	color: #666;
	margin: 0;
}
.rating__container .fas,
.rating__container .far{
	margin-right: 5px;
	font-size: 14px;
}
.rating__container .fas{
		color: var( --warning );

}
/*****************************/
.homebanner__container{
	padding-top: 10px; padding-bottom: 50px;
}
.homebanner__container > .row{
	margin-left: -10px; margin-right: -10px;
}
.homebanner__item{
	padding-left: 10px; padding-right: 10px;
	margin-bottom: 10px; margin-top: 10px;
}
.homebanner__box{
	position:relative; overflow: hidden;
	display:block;
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.homebanner__box .button{
	position: absolute; left: 10px; bottom: 20px;
	transform: translateY( 100px);
	background: rgba(237, 28, 36, 0.8); color: #FFF;
	font-weight: 14px; 	line-height: 1.3;
	text-transform: capitalize;
	padding: 12px 15px 11px;
	min-width: 50%; max-width: 85%;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.homebanner__box:hover .button{
	transform: translateY( 0px);
	transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear;
}
.homebanner__box img{
	display:block; width:100%;
}
.hcustomer{
	background: #f6f6f6;
	padding-top: 45px; padding-bottom: 30px;
}
.home__about{
	padding-top: 80px; padding-bottom: 50px;
	text-align: center;
}
.home__about__title{
	margin: 0 0 20px; padding: 0;
	font-size: 35px; font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.6;
}
.home__about__text{
	font-size: 15px; line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
/****************************/
/****************************/
.animatedParent{
	overflow: hidden;
}
.groupcollection__header{
	text-align: center;
	margin-bottom: 30px;
}
.groupcollection__header .dcontent{
	text-align: center;
}
.groupcollection__header{

}
/***************************
***************************/
.rightbox{
	margin-bottom: 30px;
}
.rightbox__filter{
	background: #fff;
	padding:0;	position: relative;
}
.rightbox__filter__box{
	margin: 0;	position: static;
	border-right: 1px solid #DDD;
	padding-left: 6px; padding-right: 6px;
}
.rightbox__filter .rightbox__filter__box:last-child{
	border-right: none;
}
.rightbox__filter__label{
	font-size: 13px;
	color: var( --color); padding: 12px 20px; margin: 0;
	border: none; background: none; outline: none;
	white-space: nowrap;
	width: 100%; display: block;
}
.rightbox__filter__label:hover{
	text-decoration: none;
}
.rightbox__filter__label b{
	font-weight: 500; text-transform: uppercase;
}
.rightbox__filter__label:hover,
.rightbox__filter__label:active,
.rightbox__filter__label:focus{
	border: none; background: none; outline: none;
	color: var( --color-red)
}
.rightbox__filterlist{
	margin: 0; padding: 0; list-style-type: none;
	text-transform: capitalize;
}
.rightbox__filterlist li{
	margin: 0; padding: 6px 10px 6px 25px; list-style-type: none;
	position: relative; cursor: pointer;
	display: block;
}
.rightbox__filterlist li::before{
	position: absolute; left: 0; top: 8px;
	width: 10px; height: 10px;
	font-size: 15px;
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 400;
	content: "\f0c8";
}
.rightbox__filterlist li.selected,
.rightbox__filterlist li:hover{
	color: var( --color-red)
}
.rightbox__filterlist li:hover::before{
	font-weight: 900;
}
.rightbox__filterlist li.selected::before{
	content: "\f14a";
	font-weight: 900;
}
/******************/
.rightbox__filter_product .col:first-child a.border-left{
	border-left: none !important;
}
.rightbox__filter_product .col a{
		color: var( --color-red);
		font-size: 15px;
}
/***************************
***************************/
.rightbox__dropmenu{
	border-radius: 0; border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	width: 100%;	margin-top: 0;
	font-size: 13px; line-height: 20px;
}
.rightbox__filterlist.gfilter_size,
.rightbox__filterlist.gfilter_color{
	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	margin-right: -15px;	margin-left: -15px;

}
.gfilter_size .rightbox__filteritem,
.gfilter_color .rightbox__filteritem{
	position: relative;	width: 100%;
	padding-right: 15px;
	text-overflow: ellipsis;	white-space: nowrap;	overflow: hidden;
}
.gfilter_size .rightbox__filteritem{
	-ms-flex: 0 0 16.66667%;	flex: 0 0 16.66667%;	max-width: 16.66667%;
}

/***********************/
.filterbox__ctl {
	position: relative;
}
.filterbox__ctl .rightbox__dropmenu{

}
.rightbox__filterlist.gfilter_color{
	margin-left: -10px; margin-right: -10px;
}
.rightbox__filterlist.gfilter_color li::before{
	display: none;
}
.gfilter_color .rightbox__filteritem{
	-ms-flex: 0 0 60px;	flex: 0 0 60px;	max-width: 60px;
	padding-left: 10px; padding-right: 10px;
}
.gfilter_color .rightbox__filteritem img{
	width: 40px; height: 40px;
	object-fit: cover; object-position: center;
	border: 1px solid #DDD;
	padding: 2px; background: #FFF;
}
.gfilter_color .rightbox__filteritem.selected img{
	border-color: var( --color-red);
	background-color: var( --color-red);
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
.gfilter_color .rightbox__filteritem img:hover{
	border-color: var( --color-red);
}
/*******************/
.rightbox__filter__btnclear{
	font-size: 13px;
	padding-left: 10px; padding-right: 10px;
}
.rightbox__filter__btnclear .fa{
	margin-right: 6px;
	font-size: 12px;
}
.rightbox__filter__btnclear:hover{
	background: #000; color: #FFF;
}

/***************************
***************************/
.product__container{
	margin: 0 -10px 20px;
	overflow: visible;
}
.proitem{
	margin-bottom: 25px;
	padding-left: 10px; padding-right: 10px;
}
.probox{
		overflow: hidden; margin-bottom: 0px; height: 100%;
		-webkit-transition: all 0.25s linear;		-moz-transition: all 0.25s linear;
		-ms-transition: all 0.25s linear;		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
		padding-bottom: 0px;
		text-align: center;
		border: 1px solid #DDD;
		border-radius: 6px;
}
.probox .box{
	display: block; overflow: hidden;
	border: none; background: none;
}
.probox:hover{
	text-decoration: none;
	color: var( --color);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.probox:hover a{
	text-decoration: none;
}
.probox:hover,
.probox:hover .probox__des{
	border-color: var( --color-red);
}
.probox:hover .probox__title{
	color: var( --color);
}
.probox__img{
		margin: 0 0 0; padding-bottom: 0;
		overflow: hidden;		position: relative;
}
.dpimg_container .percent,
.probox__img .percent{
	position: absolute; left: 10px; top: 10px; z-index: 1;
	background: var( --color-red);
	background-size: contain;
	width: auto; height: auto;
	font-size: 13px; text-align: center;
	font-weight: bold; color: #FFF;
	line-height: 1; padding: 6px 8px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	border-radius: 2px;
}
.probox__img img{
	width: 100%;
	aspect-ratio: 3/3.5;
	object-fit: cover; object-position: center;
	display: block;
	transition:all 0.5s ease-out 0s; -webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s;
}
.probox__img:hover img{
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
	transition:all 0.3s ease-in 0s; -webkit-transition:all 0.3s ease-in 0s; -moz-transition:all 0.3s ease-in 0s;
}
.probox__des{
	border-top: 1px solid #DDD;
	padding: 15px;
	line-height: 20px; font-size: 14px;
	color: var( --color);
}
.probox__text{
	line-height: 24px; font-size: 14px;
	color: #333;
}
.probox__title{
		margin: 0 0 13px; padding: 0;
		font-size: 14px; color: var( --color);
		line-height: 21px; font-weight: 500;
		text-transform: uppercase;
		height:42px; overflow: hidden;
		transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.probox__price{
	font-weight: 500; font-size: 17px;
	color: var( --color-red);
}
.probox__price s{
	display: inline-block; margin-left: 10px;
	color: #333; font-size: 95%;
	font-weight: normal;
}
.probox__price .fas{
	font-size: 15px; margin-right: 5px;
}
.price_append{
	clear: both; display: block;
	font-weight: normal; padding-top: 9px;
	color: #444; text-decoration: line-through;
	font-size: 17px;
}
.price_append .fas{
	color: var( --color-red);
}
.percent_text{
	font-weight: bold; color: var( --color-red);
	margin: 7px 0 0; text-transform: uppercase;
	font-size: 12px;
}
.probox__des p{
	margin-bottom: 5px;
}
.dpimg_container .percent{
	left: 30px;
}
.probox__attrsize{
	margin-bottom: 10px !important;
}
.probox__attrsize span{
	display: inline-block;
	min-width: 28px; height: 24px; line-height: 23px;
	font-size: 11px; font-weight: 500;
	border: 1px solid #ddd; background: #f9f9f9;
	margin: 0 7px 5px 0;
	color: #000;
}
.probox__attrsize span:last-child{
	margin-right: 0;
}
/***********************/
.probox:hover .pro__addtocart{
	transform: translate( -50%, -150%);
	transition: all 200ms linear;
}
.pro__addtocart{
	position:absolute; left: 50%; top: 100%; z-index: 9;
	transform: translateX( -50%);
	display: block; width: 100%;
	overflow:hidden;
	text-align:center; display:block;
	padding:0px; margin-top: 0;
	transition: all 200ms linear;
}
.pro__addtocart .overflow{
	display:block; overflow:hidden;
}
.pro__addtocart .btn-action{
	clear: both; display: block; width: 100%;
	overflow:hidden;
	-webkit-transition: all .5s ease;	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.pro__addtocart button{
	overflow: hidden;
	border: none; color:#FFF;
	background: var( --color-red);
	font-size:12px; line-height:1.3; font-weight: 700;
	text-transform:uppercase;
	padding:12px 15px 10px;
	min-width: 140px;
	position: relative;	overflow: hidden;
	outline: none;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
	font-family: 'Nunito', sans-serif;
	border-radius: 2px;
}
.pro__addtocart  button .fa{
	margin-right:3px;
}
.pro__addtocart button::before{
	background: #000;
}
.pro__addtocart button.is-added{
	border-color: var( --color-hover);
}
.pro__addtocart button svg{
	position: absolute; left: 0%; top: 0;
	width: 100%; height: 100%;
	background-color: var( --color-hover);
  -webkit-transform:translateX(100%);
  -moz-transform:translateX(100%);
  -ms-transform:translateX(100%);
  -o-transform:translateX(100%);
  transform:translateX(100%);
  -webkit-transition:-webkit-transform 0.7s;
  -moz-transition:-moz-transform 0.7s;
  transition:transform 0.7s;
}
.pro__addtocart button.is-added svg{
 -webkit-transform:translateX(0%) ;
 -moz-transform:translateX(0%) ;
 -ms-transform:translateX(0%);
 -o-transform:translateX(0%);
 transform:translateX(0%);
 -webkit-transition:-webkit-transform 0s;
 -moz-transition:-moz-transform 0s;
 transition:transform 0s
}
.pro__addtocart button.is-added path{
	font-weight: bold;
}
/****************/
.habout__container{
	font-size: 14px; line-height: 1.5;
}
.habout__title{
	font-weight: 900;
	margin: 0 0 10px; padding: 0;
	font-size: 41px; line-height: 1.6;
}
.habout__text{
	margin-bottom: 35px;
}
.habout_readmore{
	display: inline-block;
	padding: 9px 15px; min-width: 180px;
	text-align: center;
	border: 1px solid #000;
	font-size: 13px; color: #000;
	font-weight: 500; text-transform: uppercase;
	border-radius: 0;
}
.habout_readmore:hover{
	text-decoration: none;
}
/***********************/
.hblog__container{
	margin-top: 35px;
}
.hblog__container .blog__img img{
	display: block;
	height:190px; width: 100%;
}
.hblog__container .blog__des .title{
	font-size: 15px;
}

/***************************
***************************/
.about__main__img{
	display: none;
}
.about__main{
		padding-top: 105px; padding-bottom: 90px;
		color: #fff; margin-bottom: 15px;
		text-align: center;
		background-repeat: no-repeat; background-size: cover;
		background-position: center top;
		background-attachment: fixed;
		background-color: var( --color);
}
.about__main__title{
	margin: 0 0 10px; padding: 0;
	font-weight: bold; font-size: 23px; text-transform: uppercase;
	line-height: 1.5;
	color: var( --color-red);
}
.about__main__text{
	font-size: 16px; font-weight: normal; line-height: 27px;
	color: #FFF; text-align: center;
	opacity: .7;
}
.about_postitem{
	padding-top: 50px; padding-bottom: 50px;
}
.about_postitem__des{
		padding-left: 120px;
		text-align: left;
}
.about_listpost .about_postitem:nth-child(2n + 1) .about_postitem__img{
		order: 2;		-ms-flex-order: 2;
}
.about_listpost .about_postitem:nth-child(2n + 1) .about_postitem__des{
		order: 1;		-ms-flex-order: 1;
		padding-left: 15px; padding-right: 120px;
}
.about_listpost .about_postitem:nth-child(2n){
	background: rgb( 248, 248, 248);
}
.about_postitem__text{
	text-align: left;
}
/***************************
***************************/

/***************************
***************************/
#google_maps{
	width:100%; display:block; height:440px;
}

/*********************/
.page-contact #bg-main{
	margin-bottom: 0;
}
.page-contact .hr{
	margin-top: 60px;
	border-width: 3px;
	border-color: rgb(155, 155, 155, .3)
}
#google-map,
.page-contact .contact-info{
	margin-bottom:30px; line-height: 26px;
	color: #000;
}
.fcontact__title,
.contact-info .company{
	font-size: 31px; text-transform: capitalize;
	font-weight:bold; line-height: 1.5;
	margin:0px 0 5px; padding: 0px;
	color: #000;
}
.fcontact__title{
	font-size: 19px; text-transform: uppercase;
}

.page-contact .contact-info address,
.page-contact .contact-info p{
	font-size:14px; line-height:24px;
	margin-bottom:10px;
}
.page-contact .contact-info address{
	padding-top:3px;
}
.page-contact .contact-info a{
	color: inherit;
}
.page-contact .contact-info a:hover{
	color: var( --color-red); text-decoration: none;
}
/*********************/
.page-contact .fcontact .form-row,
.page-contact .fcontact .form-group{
	margin-bottom:20px;
}
.page-contact .fcontact .form-control{
	font-size:14px;
}
.page-contact .fcontact input.form-control{
	height: 44px; line-height: 44px;
}
.page-contact .fcontact label{
	padding-right:0; padding-top:0;
	margin-bottom: 12px; display: block; clear: both;
	font-size:14px; color:#000;
	line-height: 1;	font-weight:700;
}
.page-contact .fcontact .btn{
	background:var( --color-red); color:#FFF; border:none;
	padding:12px 40px; text-transform:uppercase;
	font-weight:600; font-size:15px;
	overflow: hidden;
}
.page-contact .fcontact .text-danger{
	color:#ec2027;
}
/***************
********/
.page-contact .fcontact .alert{
	padding:30px; font-size:15px; font-weight:300;
}
.page-contact .fcontact .alert p + p{
	margin-top:0;
}
.page-contact .fcontact .alert p:last-child{
	margin-bottom:0;
}
.page-contact .social a{
	height: 36px; width: 36px; line-height: 36px;
	background-color: var( --color-main); color: #FFF;
	font-size: 14px;
	border-radius: 3px;
}
.page-contact .social a:hover{
	background-color: var( --color-hover); color: #FFF;
}
/*********/
.blog_container{
	margin-bottom: 0px;
}
.blog__item{
	margin-bottom: 30px;
}
.blog__box{
	position: relative;	background: #FFF; display: block;
	height: 100%;	border: 1px solid #DDD;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
	border-radius: 6px; overflow: hidden;
}
.blog__img{
	overflow: hidden; display: block;
	margin: 0; padding-right: 0px;
	background-color: #FFF;
}
.blog__img img{
	display: block;
	height: 235px; width: 100%;
	object-fit: cover; object-position: center;
	transition:all 0.5s ease-out;	-moz-transition:all 0.5s ease-out;	-webkit-transition:all 0.5s ease-out;
}
.blog__item:hover .blog__img img{
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
	transition:all 0.5s ease-in;	-moz-transition:all 0.5s ease-in;	-webkit-transition:all 0.5s ease-in;
}
.blog__des{
	position: relative;	margin: 0;
	padding: 15px 20px 25px;
	font-size:14px; line-height:24px;
}
.blog__des .title{
	padding: 0; margin: 0 0 10px;
	font-size:15px; color: var( --color-main); font-weight: 800;
	text-transform: uppercase;	line-height:1.55;
}
.blog__des .title .fab{
	color: var( --color-red);
	margin-right: 3px;
}
.blog__item a{
	color:inherit;
}
.blog__item:hover a{
	color:var( --color-hover); text-decoration: none;
}
.blog__item .readmore{
	margin:0px;
}
.blog__item .btn-readmore{
	display: inline-block;
	padding: 7px 20px 8px; color: #FFF !important;
	background-color: var( --color-main);
	font-size: 12px; font-weight: bold;
}
.blog__box .blog__des::after{
	position: absolute; left: 50%; top: -2px; z-index: 1;
	content: ""; display: block;
	width: 0%; height: 5px;
	background: var( --color-red);
	transition:all 0.5s ease-in-out;	-moz-transition:all 0.5s ease-in-out;	-webkit-transition:all 0.5s ease-in-out;
}
.blog__box:hover .blog__des::after{
	left: 0; width: 100%;
	transition:all 0.5s ease-in-out;	-moz-transition:all 0.5s ease-in-out;	-webkit-transition:all 0.5s ease-in-out;
}
.blog__box:hover{
	border-color: var( --color-red);
	box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;
	transition:all 0.5s ease-in-out;	-moz-transition:all 0.5s ease-in-out;	-webkit-transition:all 0.5s ease-in-out;
}
/******************/
.home-news .hnews__des .title{
	font-weight: 600;
}
.blogdetail__container{
		background: rgb( 248, 248, 248);
		padding: 50px 50px 0;
}
.blogdetail__container #button-share{
	margin: 30px -50px 0;
	padding: 15px 50px;
	background: #888;
	color: #FFF;
}
.blogdetail__container #button-share .header{
	color: #FFF;
}
.blogdetail__container #button-share .share-item:hover i{
	background: #000; color: #FFF;
}
/*******************/
.services__boxitem .blog__img img{
	display: block;
	height: 150px; width: 100%;
	object-fit: cover; object-position: center;
	transition:all 0.5s ease-out;	-moz-transition:all 0.5s ease-out;	-webkit-transition:all 0.5s ease-out;
}

/******************/
.other__container{
	padding-left: 70px; padding-right: 70px;
	padding-bottom: 30px;
	background: #f6f6f6;
}
.blogother_container .blog__item{
	padding: 0 15px;
	line-height: 22px;
}
.blogother_container .blog__item:last-child{
	border-bottom: none; margin-bottom: 0; padding-bottom: 0;
}
.blogother_container .title{
	font-size: 13px; line-height: 1.5; text-transform: uppercase;
	margin: 0 0 5px; padding: 0;
}
.blogother_container img{
	display: inline-block; float: left;
	width: 105px; vertical-align: top;
	margin: 9px 10px 0 0;
}
/************/
.other__container{
	margin-top: 50px; padding-top: 30px;
	border-top: 1px solid #CCC;
}
.other__title{
	padding: 0px; color: var( --color); margin: 0 0 15px;
	font-size: 19px; text-transform: uppercase;
	line-height: 1.4; font-weight: 800;
	text-align: center;
}
.other__container .blog__des,
.other__container .blog__des .title{
	font-size: 15px;
}

.other__container .probox {
	background: #FFF;
}
/*****************************/
.faqnav__container{
	background: #EEE;
	margin-bottom: 50px;
	font-size: 14px; font-weight: 400;
}
.faqnav__item{
		padding: 0;
		background: #f9f9f9;
}
.faqnav__item a{
	display: block; padding: .75rem 1rem;
	color: #000;
}
.faqnav__item a:hover{
	text-decoration: none; color: var( --color-red);
}
.faqnav__item.active{
	background: var( --color-red);
	border-color: var( --color-red);
}
.faqnav__item.active a{
	color: #FFF; font-weight: bold;
}
.faqs__item + .faqs__item,
.faqs__item{
	border: none; border-radius: 0;
}
.faqs__header{
	border: none; border-radius: 0;
	border-bottom: 1px solid #DDD;
	padding: 17px 0; background: none;
	margin-bottom: 0 !important;
}
.faqs__title {
		position: relative;
		border: none; background: none;
		padding: 0 25px 0 0;
		font-size: 16px; font-weight: 400;
}
.faqs__title::after{
	position: absolute; right: 0; top: 4px;
	width: 10px; height: 10px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;

	content: "\f0d7";
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.faqs__item.focus .faqs__title::after{
	content: "\f0d8";
}
.faqs__body{
	background: #f9f9f9;
	border-left: 5px solid var( --color-red);
}
/*****************************/
body.page-customer{
	background: #f6f6f6;
}
body.page-customer #bg-main{
	margin-bottom: 30px;
	background: #FFF;
}
body.cusdetail{
	background: #FFF;
}
body.cusdetail #bg-main{
	background: RGB(238, 238, 238);
}

body.cusdetail #bg-main{
	margin-bottom: 0;
}
body.page-customer .rightbox__customer{
	display: block; text-align: center;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	text-align: center;
}
.rightbox__cusitem{
	margin: 0; padding: 0; list-style-type: none;
	display: inline-block; text-align: center;
	margin: 0 auto;
}
.rightbox__cusitem li{
	position: relative;
	margin: 0; padding: 0px; list-style-type: none;
	display: inline-block; text-align: center;
	margin: 0 auto;
	font-size: 14px; font-weight: normal; text-transform: uppercase;
}
.rightbox__cusitem li::before{
	position: absolute; left: 0; top: 0; bottom: 0;
	content: ""; display: block;
	width: 1px; height: 100%;
	background: #ccc;
}
.rightbox__cusitem li:first-child::before{
	display: none;
}
.rightbox__cusitem li a{
	display: block; padding: 14px 15px;
	color: inherit;
}
.rightbox__cusitem li:hover a{
	color: var( --color-red); text-decoration: none;
}
.rightbox__cusitem li.selected{
	background: var( --color-red); color: #fff;
}
.rightbox__cusitem li.selected a{
	color: #FFF;
}
/*****************************/
/***************************
***************************/
.cuslist__container{
	margin-top: 0px; margin-bottom: 20px;
	overflow: visible;
}
.cusitem{
	margin-bottom: 25px
}
.cusbox{
		margin-bottom: 0px; height: 100%;
		-webkit-transition: all 0.25s linear;		-moz-transition: all 0.25s linear;
		-ms-transition: all 0.25s linear;		-o-transition: all 0.25s linear;
		transition: all 0.25s linear;
		padding-bottom: 0px;
		text-align: center;
}
.cusbox .box{
	display: block;
}
.cusbox:hover{
	text-decoration: none;
	color: var( --color);
}
.cusbox:hover a{
	text-decoration: none;
}
.cusbox:hover .probox__title{
	color: var( --color);
}
.cusbox__img{
		margin: 0 0 15px; padding: 0px;
		position: relative;		text-align: center;
}
.cusbox__img img{
	display: inline-block;
	object-fit: contain; object-position: center;
	transition:all 0.5s ease-out 0s; -webkit-transition:all 0.5s ease-out 0s; -moz-transition:all 0.5s ease-out 0s;
	width: 105px; max-height: 105px; padding: 1px;
	overflow: hidden;
	border-radius: 50%;	border: 1px solid #FFF;
	background: #FFF;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.cusbox__img:hover img{
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
	transition:all 0.3s ease-in 0s; -webkit-transition:all 0.3s ease-in 0s; -moz-transition:all 0.3s ease-in 0s;
}
.cusbox__des{
	position: relative;
	padding: 15px 30px 15px;
	line-height: 24px; font-size: 14px;
	color: var( --color);
	border: 1px solid #DDD; background: #FFF;
	border-radius: 6px;	min-height: 210px;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.cusbox__title{
		margin: 0 0 5px; padding: 0;
		font-size: 16px; color: rgb(0, 123, 255);
		line-height: 22px; text-transform: capitalize;
		max-height:44px; overflow: hidden;
		transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.cusbox__des:after, .cusbox__des::before{
	bottom: 100%;	left: 50%;
	border: solid transparent;
	content: " ";	height: 0;	width: 0;	position: absolute;
	pointer-events: none;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.cusbox__des:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #FFF;
	border-width: 10px;
	margin-left: -10px;
}
.cusbox__des:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #DDD;
	border-width: 11px;
	margin-left: -11px;
}
.cusbox:hover .cusbox__img img,
.cusbox:hover .cusbox__des{
	border-color: var( --color-red);
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}
.cusbox:hover .cusbox__des::before{
	border-bottom-color: var( --color-red);
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}
.cusbox .rating__container{
	margin-bottom: 8px;
}
.cusbox__des .readmore{
	color: var( --color-red);
	font-style: italic;
	font-size: 12px; font-weight: bold;
}
/***********************/
/*****************************/
.prodetail__main{
	position: relative; overflow: hidden;
	padding-top: 0px; padding-bottom: 30px;
}
.cusdetail__info{
	padding: 15px 0px 0px 15px;
	min-height: 100%;
	font-size: 14px; line-height: 26px;
}

.cusdetail__info > .clearfix{
	position: relative; z-index: 2;
}
.cusdetail__info .rating__container{
	margin-bottom: 10px;
}
/******************/
.procollecion__title{
	margin: 0 0 30px; padding: 12px 15px;
	background: var( --color-red); color: #FFF;
	font-size: 15px; line-height: 1.3; text-transform: uppercase;
	border-radius: 1px;
}
.procollecion__title a{
	color: inherit; letter-spacing: .5px;
}
/*************************/
#detail-img{
	float:left; width:36%;	 position:relative; overflow:hidden;
	border-top:none;
}
#detail-img .percent{
	position:absolute; right:2px; top:10px; z-index:5;
	display:inline-block;	padding:10px 15px;
	background:var( --color-main); color:#FFF;
	font-weight:bold; font-size:15px; line-height:1;
	min-width: 110px; text-align: center;
}
#detail-img .stock_out{
	position:absolute; right:2px; top:55px; z-index:5;
	display:inline-block;	padding:11px 15px 9px;
	background:#000; color:#FFF;
	font-weight:bold; font-size:15px; line-height:1;
	text-transform: uppercase;
	min-width: 110px; text-align: center;
}
/******************/
.faddcart__imgcontainer{
		margin-left: -5px; margin-right: -5px;
		margin-bottom: 5px;
		padding: 0; list-style-type: none;
}
.faddcart__img{
	position: relative;
	padding-left: 5px; padding-right: 5px; margin-bottom: 15px;
	-ms-flex: 0 0 14.2857%;	flex: 0 0 14.2857%;	max-width: 14.2857%;
	font-weight: bold; font-size: 10px;
	text-align: center; line-height: 1.2;
	word-wrap: break-word; cursor: pointer;
	opacity: .6;
	cursor: pointer;
}
.faddcart__img label{
	display: block; cursor: pointer;
}
.faddcart__img img{
	display: inline-block;
	margin-bottom: 10px;
	width: 100px; max-width: 95%;
}
.faddcart__img b{
	clear: both; display: block;
}
.faddcart__img:hover{
	opacity: 1;
}
.faddcart__img.selected{
	opacity: 1;
	color: var( --color-red);
}
.faddcart__img input{
	position: absolute; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0; cursor: pointer;
}
/*********************/
#prodimg_carousel{
	overflow: hidden;
}
#prodimg_carousel .owl-stage{
	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	-ms-flex-align: center !important; align-items: center !important;
}
#prodimg_carousel .thumb-hide,
#prodimg_hidden{
		display: none !important;
}
#prodimg_carousel > .owl-stage-outer{
}
#prodimg_carousel .owl-prev,
#prodimg_carousel .owl-next{
	position: absolute; top: 31%;
	width: 35px; height: 55px; overflow: hidden;
	margin: 0; padding: 0;
	border-radius: 0; overflow: hidden;
	background-color: rgb(115, 115, 115); color: #000;
}
#prodimg_carousel .owl-prev:hover,
#prodimg_carousel .owl-next:hover{
	background-color: var( --color-red); color: #000;
	color: #FFF;
}
#prodimg_carousel .owl-next{
	right: 0; left: auto;
	background-image: url( img/arrow-right.png);
}
#prodimg_carousel .owl-prev{
	left: 0; right: auto;
	background-image: url( img/arrow-left.png);
}
#prodimg_carousel .owl-prev.disabled,
#prodimg_carousel .owl-next.disabled{
	background-color: rgba(0, 0, 0, 0.15); color: #000;
}
#prodimg_carousel .prodimg__img img{
	width: 100%;
	aspect-ratio: 5/5;
	background-color: #f9f9f9;
	object-fit: contain; object-position: center;
}
#prodimg_carousel .owl-thumbs{
		display: -ms-flexbox;		display: flex;
		-ms-flex-wrap: wrap;		flex-wrap: wrap;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		padding: 6px 5px; overflow: hidden;
}
#prodimg_carousel .owl-thumb-item{
		position: relative;		width: 100%;
		-ms-flex: 0 0 16.666667%;		flex: 0 0 16.666667%;		max-width: 16.666667%;
		background: none; border: none; padding: 0 4px; margin: 5px 0;
		outline: none;
}
#prodimg_carousel .owl-thumb-item img{
	aspect-ratio: 1/1;
	object-fit: cover; object-position: center;
	display: inline-block; width: 100%; height: auto;
	padding: 1px;
	border: 1px solid #DDD;
	outline: none;
}
#prodimg_carousel .owl-thumb-item.active img{
	border-color: var( --color-red);
	background: var( --color-red);
}
#prodimg_carousel .owl-video-wrapper img{
		opacity: 1;
		display: block !important;
}
#prodimg_carousel .owl-video-play-icon{
	width: 70px; height: 70px;
	background-size: contain;
}
#prodimg_carousel .owl-video-tn{
		position: absolute; left: 0; top: 0;
		width: 100%; height: 100%;
}
/*********/
.prodimg_caption{
	text-align: center; font-size: 14px;
	font-weight: bold; color: #000;
}
/******************/
.box-img{
	position:relative; display:block; width:100%;
	outline:none;
}
.box-img img.trans{
	display:block; width:100%;
}
.cusdetail__info hr{
	border-color: #666;
}
/***************************
***************************
******************************/
.pdinfo_faddcart,
.dpinfo_container{
		font-size: 14px; line-height: 24px;
}
.prodetail__title{
		margin: 0 0 15px; padding: 0;
		font-size: 26px; line-height: 1.4;
		font-weight: bold;
}
.protemplate__infotext{
	font-size: 14px; line-height: 28px;
}
.dpinfo_container .prodetail__title{
	display: none;
}
.dpro__code{
	font-size: 14px; font-weight: bold;
	color: var( --color-focus); text-transform: uppercase;
}
.pdinfo_faddcart .form-group,
.dpro__quote p{
	margin-bottom: 6px;
}
.dpro__quote .fa{
		font-size: 7px; color: var( --color-red);
		margin-top: -3px; vertical-align: middle;
		margin-right: 8px;
}
.pro__icon{
	margin-left: -3px; margin-right: -3px;
	margin-top: 15px;
}
.pro__icon__item{
	display: inline-block;
	padding-left: 3px; padding-right: 3px;
	width: 55px;	margin-bottom: 10px;
}
/********************
********************************/
.pdinfo_faddcart__code{
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 5px;
}
.dpinfo_container .percent_text{
	margin-top: 0;
	font-weight: 900; letter-spacing: 1px;
}
.pdinfo_faddcart{
	margin-top: 17px; margin-bottom: 17px;
	padding: 0 0px;
}
.pdinfo_faddcart__price .price{
	color: var( --color-red); font-size: 19px;
	font-weight: bold;
}
.pdinfo_faddcart__price s{
	margin-left: 10px;
	color: #333; font-size: 17px;
}
.pdinfo_faddcart__price .price .fas{
	color: var( --color-red); font-size: 17px;
	margin-right: 10px;
	display: none;
}
.pdinfo_faddcart__price .price_eventlabel{
	margin-top: 6px; margin-bottom: 0;
	clear: both; display: block;
}
.price_eventlabel_text{
	margin: 0;	padding: .2rem .5rem .2rem;
	border: 1px solid rgb(255, 238, 186);
	border-radius: .25rem;
	background-color: rgb(255, 243, 205); color: rgb(133, 100, 4);
	font-size: 13px; line-height: 1.3;
	min-width: 205px; display: inline-block;
}
.price_eventlabel_text .fas{
	margin-right: 6px; color: var( --color-red);
	position: relative; top: 1px;
}
.pdinfo_lineitem{
	font-size: 14px;	margin-bottom: 10px;
	vertical-align: middle;
	margin-left: -5px; margin-right: -5px;
}
.pdinfo_lineitem a{
	color: inherit;
}
.pdinfo_lineitem a:hover{
	color: var( --color-hover);
}
.pdinfo_lineitem .text_label,
.pdinfo_lineitem .text_content{
	position: relative;	width: 100%;
	padding-right: 5px;	padding-left: 5px;
}
.pdinfo_lineitem .text_label{
	-ms-flex: 0 0 135px;	flex: 0 0 135px;	max-width: 135px;
	font-weight: 500;
}
.pdinfo_lineitem .text_content{
	-ms-flex-preferred-size: 0;	flex-basis: 0;
	-ms-flex-positive: 1;	flex-grow: 1;
	max-width: 100%;
}
.pdinfo_lineitem a.text_content{
	color: var( --color); font-weight: 500;
}
.pdinfo_faddcart label{
	font-weight: 600; clear: both; display: block;
	margin: 0; font-size: 13px;
	vertical-align: top;
}
.pdinfo_faddcart__border{
		border: 1px solid #000;
		background: #FFF;
		display: block; text-align: center;
		padding: 6px 10px; line-height: 1.5;
}
.pdinfo_faddcart__button{
		margin-top: 15px;
}
.pdinfo_faddcart__qty__button{
	border: 1px solid #333;
	-ms-flex: 0 0 36px;	flex: 0 0 36px;	max-width: 36px;
	background: #333; color: #FFF;
	padding: 0px;
	font-size: 19px; font-weight: bold; text-align: center;
	outline: none;
	border-radius: 3px;
}
.pdinfo_faddcart__qty__button,
.pdinfo_faddcart__qty__input{
		height: 38px; line-height: 38px;
}
.pdinfo_faddcart__qty__button:hover{
	background: var( --color-red);
	border-color: var( --color-red);
}
.pdinfo_faddcart__qty__input{
	padding-left: 0; padding-right: 0;
	border: none; text-align: center; font-size: 16px;
}
.pdinfo_faddcart__qty__input input{
	border: none; background: none;
	height: 42px; line-height: 42px;
	text-align: center; font-weight: bold;
}
.pdinfo_faddcart .pdinfo_faddcart__submit{
	display: block; width: 100%;
	border-radius: 3px; overflow: hidden;
	background-color: var( --color-red); color: #FFF;
	padding: 17px 15px 15px; border-radius: 0;
	font-size: 15px; line-height: 1.3; text-transform: uppercase; font-weight: 700;
}
.pdinfo_faddcart .pdinfo_faddcart__submit::before{
	border-radius: 3px; overflow: hidden;
}
/**********************/
.pdinfo_faddcart #button-share{
	margin: 0; padding: 0;
	background: none;
}
.pdinfo_faddcart #button-share .header{
	display: none;
}
.pdinfo_faddcart #button-share b{
	display: none;
}
.pdinfo_faddcart #button-share .share-item{
	padding-right: 0;	border-radius: 1px;
}
.pdinfo_faddcart #button-share i{
	margin-right: 0; padding-right: 0;
	padding: 10px 5px 9px;
	font-size: 21px;
	width: auto; min-width: 50px;
	background: none; color: #FFF;
}
.pdinfo_faddcart #button-share i::after{
	display: none;
}
/*********************/
.dpro__content .post-title{
		color: #000; margin-bottom: 0;
		border: none;
}
.dpro__content{
	font-size: 14px;
}
.cusdetail__content{
	padding-top: 20px;
}
.prodetail__content .title-page,
.cusdetail__content .title-page{
	border-bottom: 2px solid #000;
	font-size: 21px;
	padding-bottom: 10px; margin-bottom: 30px;
}
.prodetail__content{
	display: block; margin-top: 30px;
	padding: 30px 50px;
}
/*****************/
.feedbackimg__container{
	margin-left: -5px; margin-right: 5px;
}
.feedbackimg__container .fileitem{
		padding-left: 5px; padding-right: 5px;
		margin-bottom: 10px;
}
.feedbackimg__container .fileitem a{
	position: relative;
	display: block; border: 1px solid #DDD;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.feedbackimg__container .fileitem img{
	display: block;
	height: 220px; width: 100%;
	object-fit: cover; object-position: center;
}
.feedbackimg__container .fileitem a:hover{
	border-color: var( --color-red);
	box-shadow: 0 .125rem .5rem rgba(0,0,0,.15);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.feedbackimg__container .fileitem a::before{
	position: absolute; left: 0; top: 0; z-index: 1;
	content: ""; display: block;
	width: 100%; height: 100%;
	background: url( img/zoom-plus.png) no-repeat center center rgb( 0,0,0, .3);
	background-size: 36px auto;
	opacity: 0;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
.feedbackimg__container .fileitem a:hover::before{
	opacity: 1;
	transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -webkit-transition: all 0.3s ease-in;
}

/************************/
.services__boxitem .about__box_content {
		padding-left: 3rem;
}
.services__boxitem .order-1.about__box_content {
		padding-left: 15px;
}
.about__box_title{
	margin: 0 0 20px; padding: 0 0 12px;
	font-size: 27px; font-weight: bold;
	position: relative;
}
.about__box_title::before{
	position: absolute; left: 0; bottom: 0;
	content: ""; display: block;
	width: 55px; height: 3px;
	background: var( --color-red);
}
/*****************/
.services__boxitem .blog__des{
		padding: 10px 15px;
		background: #eee;
}
.services__boxitem .blog__des .title{
	margin: 0; text-align: center;
}
/************************/
/************************/
/************************/
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(../fonts/lg.eot?n1z373);src:url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content: "\f09a";}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\f099"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\f0d5"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\f0d2"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0; padding-top: 50px; padding-bottom: 5vh}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}

/********************/
.lg-backdrop,
.lg-outer{
	z-index:9999;
}
.lg-outer .lg-thumb-outer{
	text-align:center;
}
.lg-outer .lg-thumb{
	margin:auto;
}
.lg-icon{
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;

}
.lg-outer .lg-toogle-thumb::after{
	content: "\f103";
}
.lg-actions .lg-next::before{
	content: "\f101";
}
.lg-actions .lg-prev::after{
	content: "\f100";
}
.lg-toolbar .lg-close::after{
	content: "\f00d";
}
.lg-autoplay-button::after{
	content: "\f144";
}
.lg-show-autoplay .lg-autoplay-button::after{
	content: "\f28b";
}
.lg-fullscreen::after{
	content: "\f0b2";
}
#lg-zoom-in::after{
	content: "\f00e";
}
#lg-zoom-out::after{
	content: "\f010";
}
#lg-actual-size{
	display:none;
}
.lg-outer #lg-share::after{
	content: "\f1e1";
}
/**************************/
.pdinfo_size{
	margin-left: -4px; margin-right: -4px;
}
.pdinfo_sizebox{
	padding-left: 4px; padding-right: 4px;
}
.pdinfo_sizeitem{
	position: relative; padding: 0; margin: 0;
	background: #FFF;
	border: 1px solid #DDD;
	height: 36px; min-width: 45px; text-align: center;
	line-height: 34px;
	font-size: 17px; font-weight: 500;
	cursor: pointer;
}
.pdinfo_sizeitem input{
	position: absolute; left: 0; top: 0;
	display: block; width: 100%; height: 100%;
	opacity: 0;
	cursor: pointer;
}
.pdinfo_sizeitem:hover{
	border-color: var( --color-red);
}
.pdinfo_sizeitem.selected{
	border-color: var( --color-red);
	background-color: var( --color-red);
	color: #FFF;
}
.pdinfo_sizeitem input:checked ~ .pdinfo_sizeitem{
	border-color: var( --color-red);
	background-color: var( --color-red);
	color: #FFF;
}
.price_eventlabel{
	clear: both; display: block;
}

/***********/
#lightgallery {
	margin-left:-1px; margin-right:-1px;
}
#lightgallery .item{
	padding:1px;	margin-bottom:0px;
}
#lightgallery .item .img{
	display:block; overflow: hidden;
	background-position:center center; background-size:cover;
	background-repeat:no-repeat;
	margin: 0;
}
#lightgallery .item a{
	display:block; position:relative;
	overflow: hidden;
}
#lightgallery .item a:hover{
	text-decoration: none;
}
#lightgallery .item .title{
	display:block; width:100%;
	padding:7px 10px;
	background: #eee; color:#000;
	font-size:12px; line-height:1; font-weight: bold;
	text-transform: capitalize; text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#lightgallery .item:hover .title{
	background:var( --color-red); color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/******************/
.lg-sub-html,.lg-toolbar{background-color:var( --color-red)}@font-face{font-family:lg;src:url(../fonts/lg.eot?n1z373);src:url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(../fonts/lg.woff?n1z373) format("woff"),url(../fonts/lg.ttf?n1z373) format("truetype"),url(../fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:var( --color-red);border-radius:2px;color:#FFF;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#FFF;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#FFF;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:var( --color-red);bottom:0px;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(../img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#FFF;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/********************/
.lg-backdrop,
.lg-outer{
	z-index:9999;
}
.lg-outer .lg-thumb-outer{
	text-align:center;
}
.lg-outer .lg-thumb{
	margin:auto;
}
.lg-icon{
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.lg-outer .lg-toogle-thumb::after{
	content: "\f103";
}
.lg-actions .lg-next::before{
	content: "\f101";
}
.lg-actions .lg-prev::after{
	content: "\f100";
}
.lg-toolbar .lg-close::after{
	content: "\f00d";
}
.lg-autoplay-button::after{
	content: "\f144";
}
.lg-show-autoplay .lg-autoplay-button::after{
	content: "\f04c";
}
.lg-fullscreen::after{
	content: "\f0b2";
}
#lg-zoom-in::after{
	content: "\f00e";
}
#lg-zoom-out::after{
	content: "\f010";
}
#lg-actual-size{
	display:none;
}
.lg-outer #lg-share::after{
	content: "\f1e1";
}
/***********************/
body.page-products .hcustomer{
	border-top: 1px solid #DDD;
	padding-top: 25px;
}
body.page-products .hcustomer .home-readmore{
	background: var( --color-red); color: #FFF;
}
body.page-products .other__container{
		background: #FFF;
}
body.page-products .hcustomer .owlcus__des::before,
body.page-products .hcustomer .owlcus__des::after{
	left: 50%;
}
/*******************************/
.page-pro1g{
		background: #f7f7f7;
		--blue: rgb(7, 131, 206);
}
.page-pro1g .header__nav__container{
	background: var( --blue);
}
.page-pro1g #pagination b{
	background: var( --blue);
	border-color: var( --blue);
}
.page-pro1g #bg-main{
	margin-bottom: 1.5rem;
	color: var( --blue);
}
.rightbox__filter_pro1g{
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 6px;
	padding: 1rem;
}
.rightbox__filter_pro1g__label{
	font-weight: 500;
	margin-bottom: 5px;
}
.fpro1g__box {
    padding-left: 5px;    padding-right: 5px;
}
.fpro1g__item{
	font-size: 14px; font-weight: normal; text-transform: capitalize;
	height: 30px; line-height:30px;
	min-width: 42px;

	position: relative; padding: 0; margin: 0;
	background: #FFF;	border: 1px solid #DDD;
	text-align: center;	cursor: pointer;
}
.fpro1g__item input{
	position: absolute; left: 0; top: 0;
	display: block; width: 100%; height: 100%;
	opacity: 0;
	cursor: pointer;
}
.fpro1g__item:hover{
	border-color: var( --blue);
}
.fpro1g__item.selected{
	border-color: var( --blue);
	background-color: var( --blue);
	color: #FFF;
}
.fpro1g__item input:checked ~ .pdinfo_sizeitem{
	border-color: var( --color-red);
	background-color: var( --color-red);
	color: #FFF;
}
.fpro1g_sex__item{
	padding-left: 10px; padding-right: 10px;
	min-width: 120px;
}
.fpro1g_color{
	margin-left: -2px; margin-right: -2px;
}
.fpro1g_colorbox{
	-ms-flex: 0 0 calc( 100% /20 );
	flex: 0 0 calc( 100% /20 );
	max-width: calc( 100% /20 );
	padding-left: 2px; padding-right: 2px;
	margin-bottom: 5px;
}
.fpro1g_color__item{
	height: auto;
	padding: 1px; background: #FFF;
}
.rightbox__filter_pro1g img{
		height: 32px; width: auto;
		margin: 0; padding: 0;
}
.pro1g__container{
	margin-left: -8px; margin-right: -8px;
}
.pro1g__container .probox{
	background: #FFF;
}
.pro1g__container .proitem{
	padding-left: 8px; padding-right: 8px;
	margin-bottom: 16px;
}
.pro1g__container .probox .box{
	padding: 0; background: #FFF;
}
.pro1g__container .probox .box:focus{
	outline: none;
}
.pro1g__container .probox__des{
	padding: 10px
}
.pro1g__container .probox__title{
	font-size: 13px; line-height: 19px;
	height: 38px;
}
.pro1g__container .probox__price{
	font-size: 14px; font-weight: bold;
	color: var( --primary)
}
.pro1g__container .probox__attrsize span{
	margin-right: 5px;
}
/*******************************************/
.modal_pro1g .modal-dialog{
	max-width: 590px;
}
.modal_pro1g .modal-header{
		padding: .75rem 1rem .5rem;
		background: var( --blue); color: #FFF;
}
.modal_pro1g .close{
		color: #FFF; opacity: 1;
}
.modal_pro1g .modal-title{
	font-size: 15px; font-weight: bold;
	text-transform: uppercase; line-height: 22px;
}
.modal1g__addorder__title{
	font-size: 16px; font-weight: bold; color: var( --blue);
	line-height: 24px;
	margin-bottom: 5px;
}
.modal1g__addorder__price{
	font-size: 14px; font-weight: bold;
	color: #000;
}
.modal1g__addorder__price .price{
	color: red;
}
.modal1g__addorder__price s{
	display: inline-block;
	text-decoration: line-through;
	margin-left: 6px;
}
.modal1g__addorder__size{
	margin: 0 calc( 1rem - 5px) .5rem;
	background: #FFF;

}
.modal1g__addorder__sizeitem{
	margin: 0 0 0px; padding: 5px;
}
.modal1g__addorder__sizebox{
	padding: 5px 10px 10px;
	background: #f6f6f6;
	border-radius: 3px;
	border: 1px solid #EEE;
}
.modal1g__addorder__sizebox label{
	font-weight: 500; line-height: 18px;
	margin: 0;
}
.modal1g__addorder__sizebox label b{
	color: red;
}
.modal1g__addorder__submit{
	background: var( --blue); font-weight: bold;
	font-size: 14px; text-transform: uppercase;
	min-width: 135px;
	color: #FFF;
}
.modal1g__addorder__submit:hover{
	background: var( --color-hover); color: #FFF;
}
.modal1g__addorder__sizebox .form-control{
	padding-right: 5px;
}

/***********/
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
        padding-top: 1rem;
    overflow-y: auto;
}
.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    box-sizing: content-box;
    width: 1em;    height: 1em;
    color: rgb(0, 0, 0);
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;    border-radius: .25rem;
    opacity: .5;
}
.text-reset {
    color: inherit !important;
}
/****************/
body.show-order{
	overflow: hidden; position: fixed;
	width: 100%; min-height: 100vh;
}
body.show-order::after{
	position: absolute; left: 0; top: 0; z-index: 999;
	width: 100%; height: 100%;
	content: ""; display: block;
	background: rgba(0,0,0,.3);
	cursor: progress;
}
.myoffcanvas{
	position: fixed;
	top: 0; right: 0;
	z-index: 1041;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: rgb(255, 255, 255);
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
	border-left: 1px solid rgba(0,0,0,.2);
	transform: translateX(100%);
	width: 400px; height: 100vh; overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
body.show-order .myoffcanvas{
	transform: translateX( 0);
	visibility: visible;
	transition: transform .3s ease-in-out;
}
.myorder_widget{
	height: 100vh;
	height: calc( 100vh - 160px);
	overflow: hidden; overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.myorder_widget .myorder_item{
	padding-bottom: 15px; margin-bottom: 14px;
	border-bottom: 1px solid #DDD;
}
.myorder_item:last-child{
	border-bottom: none; padding-bottom: 0;
}
.myorder_item_img{
	width: 85px; text-align: center;
}
.myorder_item_img img{
	width: 100%;
	display: block;
	padding: 3px; background: #FFF;
	border: 1px solid #DDD;
}
.myorder_item_title{
	font-size: 15px; font-weight: bold;
	line-height: 24px; text-transform: capitalize;
	margin-bottom: 3px;
	color: var( --blue);
}
.myorder_item .probox__price {
	color: red; font-weight: bold; text-transform: uppercase;
	font-size: 13px; line-height: 20px;
}
.myorder_item_btngroup button{
		display: inline-block; padding: .15rem .5rem;
		min-width: 70px;
		text-align: center;
		font-size: 11px; font-weight: 500;
		line-height: 16px;
		background: #f4f4f4; color: #333;
		border: 1px solid #DDD;
		border-radius: 3px;
}
.myorder_item_btngroup button:hover{
	color: #FFF;
}
.myorder_item_title > b{
}
.myorder_widget .price{
	color: red;
}
.myorder_widget_btn{
	border-top: 2px solid var( --color-bold);
	padding-top: 10px; padding-bottom: 0px; text-align: center;
}
.myorder_widget_btn .btn{
	display: block; width: 100%;
	font-size: 14px; text-transform: uppercase;
	font-weight: 600;
	background: #FFF;
}
.myorder_widget_btn .btn:hover{
	border-color: var( --color-red); color: var( --color-red);
}
.myorder_widget_btn .btn-submit{
	background-color: var( --blue); color: #FFF;
}
.myorder_widget_btn .btn-submit:hover{
	background-color: var( --color-red); color: #FFF;
}
.myorder_widget_price{
	font-weight: 600; text-transform: capitalize;
	margin-bottom: 13px;
}
.myorder_widget_price > b{
	color: red; text-transform: uppercase;
}
#modal_orderprocess .modal-dialog{
	max-width: 700px;
}
.modal_forderprocess label{
	margin-bottom: 5px; display: block;
	font-weight: 600; font-size: 13px;
}
.modal_forderprocess .people_group{
	--bs-gutter-x: .3rem;
	display: flex;
}
.modal_forderprocess .people_label{
	margin:0; font-weight: 600;
	font-size: 12px; color: #000;
	border: 1px solid #DDD;
	background: #FFF;
	line-height: 23px;
	padding: .375rem .75rem;
}
.modal_forderprocess .people_label:focus{
	box-shadow: none !important;
	outline: none;
}
.modal_forderprocess .a_readmore{
	border-radius: 6px; min-width: 190px;
	padding: 12px 15px 12px;
}
.modal_forderprocess .a_readmore::before{
	border-radius: 6px;
}
/********************/
.myorder_addmore{
		border: 1px dashed #CCC;
		background: #f6f6f6; line-height: 20px;
		font-size: 13px; font-weight: bold;
		display: block; width: 100%;
		margin: 0; padding: 5px;
}
.myorder_addmore:hover{
	color: var( --color-red);
	border-color: var( --color-red)
}
/*********************/
#myoder_item .modal-dialog{
	padding-top: 12vh;
}
#myoder_item .img{
	flex: 0 0 auto; margin-bottom: 0;
	width: 33%; padding-right: .25rem;
}
#myoder_item .img img{
	background: #FFF; padding: 5px;
	border: 1px solid #DDD;
}
#myoder_item .img:hover img{
	transform: none;
}
#myoder_item .caption{
	flex: 1 0 0%; padding-top: .5rem;
}
#myoder_item .addcart{
	display: none;
}
#myoder_item .title{
	font-size: 17px; font-weight: bold;
	color: var( --color-main); text-transform: uppercase;
}
#myoder_item .price{
	color: var( --color-red); font-weight: bold;
	font-size: 15px; text-transform: uppercase;
}
#myoder_item .modal-footer > *{
	margin-left: 0; margin-right: 0;
}
.myoder_qty{
	margin: 0;
	border: 1px solid #DDD; background: #f2f2f2;
	border-radius: 6px; overflow: hidden;
}
.myoder_qty button{
	border: none; border-radius: 6px;
	background: #f6f6f6; color: #000;
	min-width: 44px;
}
.myoder_qty button:hover{
	color: var( --color-red);
}
.myoder_qty .form-control{
	-moz-appearance:textfield; /* Firefox */
	font-weight: bold; font-size: 15px;
	text-align: center;
	background: #f9f9f9;
	border-top: none; border-bottom: none;
}
.myoder_qty .form-control:focus{
	box-shadow: none;
}
.myoder_item__submit{
	background: var( --color-main);
	border-color: var( --color-main);
	min-width: 145px; color: #FFF;
	font-size: 14px; font-weight: bold; text-transform: uppercase;
}
.myoder_item_close{
	position: absolute; right: 0; top: 0%; z-index: 1;
	background: #000; color: #FFF;
	font-weight: bold; font-size: 12px;
	line-height: 1; border: none; overflow: hidden;
	border-radius: 0 0 0 .3rem;
}
/*********************************/
.modal-header{
		padding: .75rem 1rem .5rem;
		background: var( --color-main); color: #FFF;
}
.modal-title{
	font-size: 15px; font-weight: bold;
	text-transform: uppercase;
}
.modal-header .btn-close{
		background-image: url( ../img/btn-close.png);
		opacity: 1;
}
/*********************************/
.pro1gdetail__container .probox__title{
		font-size: 25px; line-height: 1.35; font-weight: bold;
		height: auto; margin-bottom: 7px;
		color: var( --blue);
}
.pro1gdetail__container .probox__price{
	font-size: 17px; font-weight: bold;
}
.pro1gdetail__container .dcontent{
	font-size: 14px; line-height: 24px;
	border-top: 1px solid #CCC; padding-top: 20px; margin-top: 5px;
}
.pro1gdetail__container .dcontent p{
	margin-bottom: 5px;
}
.pro1gdetail__container .probox__attrsize{
	text-align: center;
	margin-bottom: 25px !important;
}
.pro1gdetail__container .probox__attrsize span{
	display: inline-block; margin: 0 7px; border-radius: 4px;
	padding: 7px 12px; height: auto;
	font-size: 14px; line-height: 1.2;
	font-weight: 500; text-transform: uppercase;
	background: var( --blue); color: #FFF;
	border: none;
}
.pro1gdetail__container .pro1g__item{
	background: var( --blue); color: #FFF;
	padding: 8px 15px 7px; min-width: 150px;
	font-size: 14px; font-weight: bold;
	text-transform: uppercase;
	border: none;
	border-radius: 4px
}
