@charset "utf-8";
/* CSS Document*/
/****
*XANH: 152c53
* ĐỎ: ec2027
****/
:root{
	--color-main: #224D2C;
	--color-hover: #003e51;
	--color-red: #003e51;
	--color-soil: #f7c677;

}
body{
	position:relative;
	font: 400 14px/24px 'Roboto', sans-serif;	color: #111;
	overflow-x:hidden; width:100%;
	background-repeat:no-repeat;
	background-position: center top; background-size:cover;
  transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
/* Bounce To Right */
.btn-readmore,
.hover,
.hover-main {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(0px) translateZ(0);
  transform: perspective(0px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	border: none;
}
.btn.hover,
.btn.hover-main {
	border-radius: .25rem;
	overflow: hidden;
}
.btn-readmore:before,
.hover:before,
.hover-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:var( --color-main);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-main::before{
	background:var( --color-hover);
}
.btn-readmore:hover, .btn-readmore:focus, .btn-readmore:active,
.hover:hover, .hover:focus, .hover:active,
.hover-main:hover, .hover-main:focus, .hover-main:active {
  color: white;
}
.btn-readmore:hover::before, .btn-readmore:focus:before, .btn-readmore:active:before,
.hover:hover:before, .hover:focus:before, .hover:active:before,
.hover-main:hover:before, .hover-main:focus:before, .hover-main:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.btn-readmore{
	position: relative;
	background: #FFF; color: var( --color-main);
	font-size: 12px; text-transform: capitalize;
	font-weight: 500;
	padding:5px 15px 4px 10px;
	overflow: hidden;
}
.btn-readmore .fa{
	margin-left: 10px;
}
.btn-readmore::before{
	border-radius: 4px; overflow: hidden;
}
.img-responsive{
	max-width: 100%;	height: auto;
	display: inline-block;
}
.pos_static{
	position: static;
}
.pos_rel{
	position: relative;
}
.figure{
	margin: 0;
}
.img-full{
	display: block; width: 100%;
}
.bg-gray{
	background: rgb(248, 249, 250); color: #000;
}
.bg-gray .figure-caption{
	color: #000; padding: 6px 15px;
}
.hide_arrow::-webkit-outer-spin-button,
.hide_arrow::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.hide_arrow{
    -moz-appearance:textfield; /* Firefox */
}
/************/
.img_hor{
	max-width:  none !important; max-height: none !important;
	width: 100% !important; height: auto !important;
	min-height: 100%;
	display: block;
}
.img_ver{
	max-width:  none !important; max-height: none !important;
	height: 100% !important; width: auto !important; min-width: 100%;
	display: block;
}
.tooltip{
	font-size: 12px; font-weight: bold;
}
.text_user_limit{
	max-width: 65px;
}
/************/
.container{
}
.f-title{
	font-weight:bold;
}
b, strong{
	font-weight:bold;
}
.clearfix{
	clear:both;
}
.text-cap{
	text-transform: capitalize;
}
.text-upp{
	text-transform:uppercase;
}
.img-full{
	display:block; width:100%;
}
.transition{
	transition:all 0.5s ease-in-out;	-moz-transition:all 0.5s ease-in-out;	-webkit-transition:all 0.5s ease-in-out;
}
.trans_dis{
	transition:none; -moz-transition:none; -webkit-transition:none;
}
.img-hover-zoom .img-zoom{
	transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s; -moz-transition:all 0.7s ease-in-out 0s;
}
.img-hover-zoom:hover .img-zoom{
	transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1);
}
.text_hide{
    text-overflow: ellipsis;    white-space: nowrap;	overflow:hidden;
}
.tooltip {
	text-transform:capitalize
}
.bold{
	font-weight:bold !important;
}
.overflow{
	overflow:hidden;
}
#btn-scrolltop{
	position:fixed; right:15px; bottom:50px; z-index:9999;
	width:36px; height:36px; overflow:hidden; cursor:pointer;
	padding:0; margin:0; border:none; background:none; display:none;
}
.margin-page{
	margin-top:30px; margin-bottom:30px;
}
.martop-15{
	margin-top:15px;
}
.martop-30{
	margin-top:30px;
}
.marbot-15{
	margin-bottom:15px !important;
}
.marbot-30{
	margin-bottom:30px;
}
.marbot-50{
	margin-bottom:50px;
}
.color-main,
.color-main.dcontent{
	color:var( --color-main);
}
.shadow{
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
/**********************/
.btn_mobile{
	border: none;
	border-radius: 4px !important;
	height: 40px;
	background: none !important; color: #FFF !important;
}
#pagination{
	text-align:center; margin-top:20px; margin-bottom:30px;
}
#pagination *{
	margin:0 5px;
	position:relative;
	height: 36px; width: 36px;
	line-height: 26px;
	font-size: 15px;
}
#pagination *:last-child::after{
	display:none;
}
#pagination b{
	color:#FFF; font-weight:500;
		background-color:var( --color-main); border-color:var( --color-main);
}
#pagination a:hover{
	color:#000;
}
/*************
*************/
#button-share{
	margin:15px 0 30px; padding:10px;
	text-align:left;
	background:#f5f5f5;
}
#button-share .header{
	font-weight:600;
	font-size:13px; font-weight:bold; position:relative;
	display:inline-block;	line-height:23px;
	color:#000;
}
#button-share .share-item{
	color:#FFF; font-size:10px; font-weight:bold; position:relative; margin-left:10px;
	display:inline-block; padding-right:10px; background:#de4501;
	line-height:23px;
}
#button-share a:last-child .share-item{
	margin-right:0;
}
#button-share .share-item b{
	font-weight:bold;
}
#button-share .share-item i{
	background:#FFF; display:inline-block; padding:6px 10px 7px 7px;
	margin:0 10px 0 0; color:#373c43;
	text-align:center; color:#5d72a4; width:28px; font-size:12px;
}
#button-share .share-item i:after{
    border: medium solid transparent;    content: " ";     pointer-events: none;
	height: 0;       position: absolute;    left: 28px;    top: 50%;    width: 0;
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #fff;
    border-width: 5px;    margin-top: -5px;
}
#btn-scrolltop{
	position:fixed; right:25px; bottom:25px; z-index:9999;
	width:36px; height:36px; overflow:hidden; cursor:pointer;
	padding:0; margin:0; border:none; background:none; display:none;
}
#button-share .share-item:hover i{
	background:#000; color:#FFF
}
#button-share .share-item:hover i:after{
    border-color: rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #000;
}
/********/
#button-share .share-sheet{
	background:#ec1e25;
}
#button-share .share-sheet i{
	background:#000; color:#FFF;
}
#button-share .share-sheet i::after{
	border-color:rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) rgba(229, 229, 229, 0) #000;
}
.bg-fb,
#button-share .share-fb{
	background:#5d72a4;
}
#button-share .share-fb i{
	color:#5d72a4;
}
.bg-google,
#button-share .share-google{
	background:#db5c4b;
}
#button-share .share-google i{
	color:#db5c4b;
}
.bg-twitter,
#button-share .share-twitter{
	background:#00baff;
}
#button-share .share-twitter i{
	color:#00baff;
}
.bg-pinterest,
#button-share .share-pinterest{
	background:#f20000;
}
#button-share .share-pinterest i{
	color:#f20000;
}
.bg-link,
#button-share .share-link{
	background:#2f70b0;
}
#button-share .share-link i{
	color:#2f70b0;
}
.bg-youtube{
	background: #F00;
}
/*********************
*************/
#header-sticky-wrapper{
	height: auto !important;
}
.is-sticky #header{
	padding-top: 5px; padding-bottom: 5px;
	transition:all 0.2s ease-out 0s;	-moz-transition:all 0.2s ease-out 0s;	-webkit-transition:all 0.2s ease-out 0s;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	background-color: var( --color-main) !important;
}
.is-sticky .header__logo img{
	height: 50px;
	transition:all 0.2s ease-out 0s;	-moz-transition:all 0.2s ease-out 0s;	-webkit-transition:all 0.2s ease-out 0s;
	filter: brightness(0) invert(1);
}
.is-sticky #header .navigation  li > a,
.is-sticky #header .navigation  li > button{
	color: #FFF;
}

.is-sticky #header .navigation li > a::after,
.is-sticky #header .navigation li > button::after{
		background-color: #FFF;
}
.is-sticky #header .navigation li.selected > a{
	background-color: #FFF; color: var( --color-main);
}
.page-home #header{
	background: linear-gradient( rgba(0,0,0, .7) 0%, rgba(255,255,255,0) 80%);
}
.page-home #header .navigation li > a,
.page-home #header .navigation li > button{
	color: #FFF
}
.page-home #header .navigation  li > a::after,
.page-home #header .navigation  li > button::after{
	background-color: #FFF;
}
/*********************
*************/
#header{
	z-index: 9999 !important;
	width:100%;	display:block; float:left; clear:both;
	font-size:13px;	padding:10px 0px 12px; margin:0; color: #000;
	background-color: #FFF;
	transition:all 0.3s ease-out 0s;	-moz-transition:all 0.3s ease-out 0s;	-webkit-transition:all 0.3s ease-out 0s;
}
.header__logo img{
		height: 65px;
		transition:all 0.2s ease-out 0s;	-moz-transition:all 0.2s ease-out 0s;	-webkit-transition:all 0.2s ease-out 0s;
}
#header .navigation{
	margin:0; padding:0; list-style-type:none;
	display:inline-block;
	position: relative;
}
#header .navigation li{
	margin:0px; padding:0; list-style-type:none;
	display:inline-block;
	text-transform:uppercase; position:relative;
}
#header .navigation li:last-child{
	margin-right: 0;
}
#header .navigation  li > a,
#header .navigation  li > button{
	line-height:1;	padding:10px 25px;
	display:block; 	font-size:12px; font-weight: 500;
	text-transform:uppercase; outline: none;
	color: var( --color-main); text-decoration:none;
	border-radius: 20px;
	transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
}
#header .navigation li.selected > a{
	color: red;
}
#header .navigation li.selected > a::after{
	display: none;
}
#header .navigation li > a:hover{
	color:var( --color-hover);
}
#header .navigation img{
	position: relative; top: -1px;
	display: inline-block; height: 18px;
	margin-right: 7px;
	border-radius: 1px;
}
#header .navigation  li > a::after,
#header .navigation  li > button::after{
	background: var( --color-main);
	content: "";	height: 12px;
	right: 0;	margin-top: -6px;
	position: absolute;	top: 50%;	width: 1px;
}
#header .navigation  li:last-child > a{
	padding-right: 0;
}
#header .navigation  .navitem__cart a::after,
#header .navigation  li:last-child > a::after{
	display: none;
}
#header .navigation .navitem__show{
	display: none !important;
}
#header .navigation  .navitem__lang a,
#header .navigation  .navitem__cart a{
		padding-left: 10px; padding-right: 10px;
}
#header .navigation .navitem__cart .fa{
	position: relative; font-size: 15px;
	vertical-align: middle;
}
/******************************
****************/
#footer{
	font-size:13px; line-height:22px; color:rgb(151, 151, 151);
	position:relative; padding-top: 0px;
	background-color:rgb(39, 39, 39);
}
.footer__info{
	padding: 30px 0;
}
#footer .footer__title{
	margin:0 0 15px; font-size: 16px; line-height: 28px;
	font-weight: bold;	text-transform: uppercase;
	color: #FFF;
}
#footer p,
#footer address{
	line-height: 22px;
	margin: 0 0 10px;
}
#footer .social{
	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	margin-right: -7px;	margin-left: -7px;
	list-style-type: none; padding: 0;
}
#footer .social li{
	position: relative;
	padding:0 7px;

	-ms-flex-preferred-size: 0;	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;	max-width: 100%;
}
#footer .social a{
	display: inline-block;
	color: #FFF;	height: 32px; width: 100%; line-height: 32px;
	text-align: center;
	border-radius: 4px;
	transition:all 0.3s ease-out 0s;	-moz-transition:all 0.3s ease-out 0s;	-webkit-transition:all 0.3s ease-out 0s;
}
#footer .social a:hover{
	background-color: #000;
}
/*************/
#footer a{
	color: inherit;
}
#footer a:hover{
	color: #FFF; text-decoration: none;
}
.footer__nav{
		margin: 0; padding: 0; list-style-type: none;
		text-transform: capitalize;
}
.footer__nav.row{
	margin-left: -15px; margin-right: -15px;
}
.footer__nav li{
	margin-bottom: 8px;
}
#footer form.newsletter .text{
	font-size: 13px; line-height: 24px;
}
form.newsletter .finput{
	position: relative; display: block;
	background: var( --color-main);
}
form.newsletter .input-email{
	font-size: 13px;	height: 42px;
	padding-right: 55px;	font-weight: normal;
	background: rgb(28, 28, 28); color: #FFF;
	border-radius: 0;
	border: none;
}
form.newsletter .button-email{
	position: absolute; right: 0; top: 0; bottom: 0;
	width: 50px; overflow: hidden; text-align: center;
	font-size: 15px; border: none;
	background-color: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: rgb(85, 85, 85)
}
form.newsletter .button-email:hover{
	color: #FFF;
}
.footer_auhtor{
	background: rgb( 29, 29, 29); color: #999;
	text-align: center; padding: 25px 0;
	font-size: 14px; line-height: 1;
}
/*************/
.owl-theme .owl-nav{
	margin:0 !important;
}
/************
***********
************/
#bg-main{
	margin-bottom: 50px;
	background-position: center center;
	background-repeat: no-repeat; background-size: cover;
	background-attachment: fixed;
	color: #fff;
}
#bg-main .box-main{
	background: var( --color-main); color: #FFF;
	padding-bottom: 30px; padding-top: 20px;
	text-align: center;
}
#bg-main .row-flex{
}
#bg-main .title{
	position: relative;
	margin: 0; padding: 0px 0 3px;
	font-size: 29px; line-height: 1.5;
	font-weight: 500; text-transform: capitalize;
	letter-spacing: 1px;
}
.breadcrumb{
	background: none;
	padding-left: 0; padding-right: 0; padding-bottom: 0; margin-bottom: 0;
	font-size: 13px; line-height: 1;
	font-weight: normal; color: inherit;
	text-align: center;
	-ms-flex-pack: center !important;
	justify-content: center !important
}
.breadcrumb a,
.breadcrumb-item + .breadcrumb-item::before{
	color: inherit;
}
.breadcrumb.text-left{
	text-align: left !important;
	-ms-flex-pack: left !important;
	justify-content: left !important
}
/***********************
************************
***********************/
.post-title{
	position:relative;
	margin:0 0 30px; padding:0 0 5px 0px;
	font-size:23px; line-height:1.4;
	color:var( --color-main); font-weight: bold;
	text-transform: capitalize;
}
.title-page{
	position:relative;
	margin:0 0 30px; padding:0 0 5px 0px;
	font-size:31px; line-height:1.55;
	color:var( --color-main); font-weight: bold;
	text-transform: capitalize;
}
.title-page-sm{
		font-size: 21px;
		margin-bottom: 15px; padding-bottom: 8px;
}
.title-page::before{
	position:absolute; left:0; top:100%;
	content:""; display:block; width:80px; height:4px;
	background:var( --color-main);
}
.title-page.text-center::before{
	left: 50%; margin-left: -40px;
}
.title-other{
	position: relative;
	font-size: 21px; line-height: 32px;
	color: #000; font-weight: 700;
	padding-bottom: 6px; margin-bottom: 30px;
	color: var( --color-main);
}
.title-detail{
	position: relative;
	font-size: 33px; line-height: 42px;
	color: #000; font-weight: 400;
	padding-bottom: 8px !important; margin-bottom: 30px !important;
	color: var( --color-main);
}
.title-other::before,
.title-detail::before{
	position:absolute; left:0; top:100%;
	content:""; display:block; width:80px; height:3px;
	background:var( --color-main);
}
.title-page a{
	color:inherit; text-decoration:none;
}
.title-page.text-sm{
	font-size:21px; padding-bottom:7px;
}
.title-page.text-sm::before{
	width:50px;
}
.page-quote,
.quote-page{
	margin:0 auto 30px; padding:0;
	font-size:16px; line-height:28px;
	font-weight:500; color: #000
}
.dcontent,
.dcontent pre{
	font-size:14px; line-height:26px; font-weight: normal;
	color: #000;
	text-align: left !important;
}
.dcontent pre{
	word-wrap: break-word;      /* IE 5.5-7 */
	white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
	white-space: pre-wrap;
	background:none; border:none;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	padding:0; margin-bottom:15px;
}
.dcontent a{
	color:inherit; text-decoration: underline;
	border-bottom:1px dotted #222;
}
.dcontent a:hover{
	color:var( --color-main); text-decoration:none;
}
.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1,
.dcontent h2,
.dcontent h3,
.dcontent h4,
.dcontent h5,
.dcontent h6{
	line-height:120%;
}

.dcontent img{
	display:inline-block;
	max-width:100%; height:auto !important;
}
.dcontent h1{
	font-size:115%;
	line-height:170%;
}
.dcontent h2{
	font-size:110%; font-weight:bold;
	line-height:160%;
}
.dcontent h3{
	font-size:105%; font-weight:bold;
	line-height:150%;
}
.dcontent h4{
	font-size:14px; font-weight:normal;
	line-height:24px;
}
.dcontent h5{
	font-size:95%; font-weight:normal;
	line-height:95%;
}
.dcontent h6{
	font-size:90%; font-weight:normal;
	line-height:90%;
}
.dcontent p{
	margin-bottom:10px;
}
.dcontent img,
.dcontent *{
	max-width:100%;
}
.dcontent p:last-child,
.dcontent ul li p:last-child{
	margin: 0 !important;
}
.dcontent table{
	border-collapse: collapse !important;
	width: 100% !important;
	max-width: 100%;
	margin-bottom: 20px;
}
.dcontent table > thead > tr > th,
.dcontent table > tbody > tr > th,
.dcontent table > tfoot > tr > th,
.dcontent table > thead > tr > td,
.dcontent table > tbody > tr > td,
.dcontent table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: middle;
}
.dcontent table > thead > tr > th {
	vertical-align: bottom; background-color:#EEE;
}
/***************************
***************************/
.home-hr{
	margin: 5px 0 35px; border-color: var( --color-main);
}
.page-home #header{
	position: fixed; left: 0; top: 0; z-index: 999;
	width: 100%;
}
.owl-theme .owl-nav{
	margin:0 !important;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
	background:rgba(255, 255, 255, 0.4);  text-align:center; font-size:23px; line-height:36px;
	height:36px; width:36px; padding:0;
	border-radius:50%; color:#fff;
	border:1px solid rgba(255, 255, 255, 0.7);
	overflow:hidden;
	position:absolute; top:50%; margin-top:-18px;
	transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s; -moz-transition:all 0.3s ease 0s;
}
.owl-nav .fa{
	line-height:1;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover{
	background:var( --color-main);
	border-color:var( --color-main); color:#FFF;
}
.owl-nav .owl-prev{
	left:2.5%;
}
.owl-nav .owl-next{
	right:2.5%;
}
/*********/
#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; bottom:36%; right:0; z-index:2;
	font-size: 17px; line-height: 1.3; text-transform: capitalize;
	font-weight: 600;
}
#owl_home .owl-item .item a,
#owl_home .owl-item .item .itembox{
	position:relative; display:block;
}
#owl_home .caption p,
#owl_home .caption .title{
	display: block;
	width: 45%;
}
#owl_home .caption .title{
	margin:22px 0 0px; padding:0 0 0px; position:relative;
	font-size:49px; font-weight:bold; line-height:50px;
	text-transform:capitalize;
}
#owl_home .owl-dots{
	position:absolute; right:15px; top:50%; z-index:2;
	margin:0; width:auto; text-align: center;
	transform: translateY( -50%);
}
#owl_home .owl-dots .owl-dot{
	clear: both; display: block; float: left;
	margin:7px 0;
}
#owl_home .owl-dots .owl-dot span{
	width:12px; height:12px; margin: 0;
	border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
	background:#FFF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
#owl_home .owl-dots .owl-dot.active  span{
	background:var( --color-hover);
}
/****************************/
/****************************/
.home_slide .home_slide__search{
		position: absolute; left: 0; top: 50%; z-index: 9;
		transform: translateY( -50%);
		width: 100%; height: auto;
		padding-top: 100px;
}
.forder__container{
	width: 430px;
	font-size: 13px; line-height: 20px;
}
.forder__container .bg-white{
	background: rgba( 255, 255, 255, .7) !important; padding: 30px 30px;
	margin-bottom: 15px;
	border-radius: 8px;
}
.forder_label{
	margin: 0 0 15px; padding: 0;
	font-size: 19px; text-transform: uppercase; line-height: 26px;
	color: var( --color-main); font-weight: bold;
}
.forder__container label{
	font-size: 13px; font-weight: 500;
	line-height: 20px; display: block; margin-bottom: 3px;
	text-transform: capitalize;
}
.forder__container .custom-select,
.forder__container .form-control{
	font-size: 13px; font-weight: 400;
}
.forder__container button.btn{
	background: var( --color-main); color: #FFF;
	text-transform: uppercase; font-size: 12px;
	line-height: 20px; padding: 9px 15px 8px;
	font-weight: bold;
}
.forder__container a.hover{
	font-size: 12px; color: var( --color-main);
	display: inline-block; line-height: 18px;
	margin-top: 5px;
	padding: 6px 10px 5px; font-weight: 500; text-transform: uppercase;
	border-radius: 3px;
}
.forder__container a.hover::before{
	border-radius: 3px;
}
.forder__container a.hover:hover{
	color: #FFF; text-decoration: none;
}
.right-forder{
	padding-left: 20px;
}
.right-forder .forder__container{
	width: 100%;
}
.right-forder .forder__container .bg-white{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	margin-top: 30px;
}
.btn-collapse__order{
	display: none; margin: 0px;
	background-color: var( --color-main); color: #FFF;
	font-weight: 500; font-size: 14px;
	text-align: center; width: 100%;
	padding: 10px 15px;
	border: none;
}
.forder__container hr{
	display: none; margin: 0;
	border-color: var( --color-main);
}
/****************************/
.home-title{
	margin: 0 0 5px; padding: 0;
	font-size: 25px; text-transform: uppercase;
	line-height: 32px; font-weight: bold;
	color: var( --color-main);
}
.home-title a{
	color: inherit;
}
.home-title a:hover{
	text-decoration: none; color: var( --color-hover);
}
.animatedParent{
	overflow: hidden;
}
/*******************/
.home-about{
	padding: 40px 0 15px ;
	background-color: var( --bg-box);
}
.home-title,
.home-about .about__title{
	margin: 0 0 10px; padding: 0;
	font-size: 23px; text-transform: capitalize;
	line-height: 32px; font-weight: bold;
	color: var( --color-main);
}
.home-des,
.home-about .about__des{
	font-size: 14px; line-height: 26px;
}
.home-des p,
.home-about .about__des p{
	margin-bottom: .4rem;
}
.home-des p:last-child,
.home-about .about__des p:last-child{
	margin-bottom: 0;
}
.home-des a,
.home-about .about__des a{
	color:inherit;
}
.home-about__listgroup{
	margin-top: 35px;
}
.home-about__listgroup .item{
	margin-bottom: 30px;
}
.home-about__listgroup .item:nth-child(3n + 1){
	clear: both;
}
.home-about__listgroup .box{
	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	border-radius: 5px; overflow: hidden;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.home-about__listgroup .box_icon{
	-ms-flex: 0 0 100px;	flex: 0 0 100px;	max-width: 100px;
	margin: 0;
}
.home-about__listgroup .box_icon img{
	display: inline-block; height: 100%; width: 100%;
	object-fit: cover; object-position: center;

}
.home-about__listgroup .title{
	-ms-flex: 0 0 calc( 100% - 100px);	flex: 0 0 calc( 100% - 100px);	max-width: calc( 100% - 100px);
	margin: 0; padding: 5px 15px;
	font-size: 15px;	line-height: 20px; font-weight: 500;
	color: var( --color-main);
}
.home-about__listgroup .box:hover .title{
	color: var( --color-focus);
}
.home-about__listgroup .box:hover{
	transform: translateY( -15px);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
	color: var( --color-hover);
}
/***************************
***************************/
.home-feedback{
	background-color: #f7f7f7;
 padding-top: 40px; padding-bottom: 35px;
}
.feedback__item{
	margin-bottom: 35px;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.feedback__item:hover{
	transform: translateY( -10px);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.feedback__item > .row{
	height: 100%;
}
.feedback__img{
	overflow: hidden; display: block;
	height: 170px; margin: 0;
}
.feedback__img img{
	display: inline-block;
	height: 100%; width: 100%;
	object-fit: cover; object-position: center;
	position: relative; left: 50%;
	transform: translateX( -50%);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.feedback__des{
	margin-top: 5px; margin-bottom: 30px;
	font-size: 13px; line-height: 22px;
	color: var( --color-main);
}
.feedback__rating{
	margin-bottom: 5px;
}
.feedback__rating i{
	margin-right: 3px; font-size: 14px;
	color: var( --color-main)
}
.feedback__person{
	display: -ms-flexbox;	display: flex;
	-ms-flex-wrap: wrap;	flex-wrap: wrap;
	-ms-flex-align: center !important;	align-items: center !important;
}
.feedback__person__img{
	-ms-flex: 0 0 40px;	flex: 0 0 40px;	max-width: 40px;
	margin: 0;
}
.feedback__person__img img{
	border-radius: 50%; overflow: hidden;
	object-fit: cover; object-position: center;
	background-color: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.feedback__person_info{
	-ms-flex: 0 0 calc( 100% - 40px);	flex: 0 0 calc( 100% - 40px);	max-width: calc( 100% - 40px);
	font-size: 13px; line-height: 20px;
	font-style: italic;
	padding-left: 10px;
}
.feedback__person_info b{
	clear: both; display: block;
	color: var( --color-main);
	font-style: normal;
}
/************/
.page-feedback .feedback__img{
	height: 215px;
}
.page-feedback .feedback__item > .row{
	margin-left: 0; margin-right: 0;
	border: 1px solid #DDD; background-color: #FFF;
	border-radius:  5px;
	overflow: hidden;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.page-feedback .feedback__item > .row .col-12{
	padding-left: 0 ;padding-right: 0;
}
.page-feedback .feedback__des{
	padding-left: 15px; padding-right: 15px; padding-top: 10px;
}
.page-feedback .feedback__person{
	background-color: #EEE;
	padding: 10px 15px !important;
	border-top: 1px solid #DDD;
}
/***************************
***************************/
.home-header{
	margin: 0 0 30px;
}
.home-product{
	padding-top: 30px; padding-bottom: 5px;
}
/***************************
***************************/
.product__container{
	margin-top: 30px; margin-bottom: 20px;
	margin-left: -12px; margin-right: -12px;
	overflow: visible;
}
.proitem{
	padding-left: 12px; padding-right: 12px;
	margin-bottom: 30px
}
.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;
		border: 1px solid #DDD;
		border-radius: 10px;
		background-color: #FFF;
}
.probox .box{
	display: block; overflow: hidden;
}
.probox:hover{
	text-decoration: none;
	color: var( --color-red);
	transform: translateY( -10px);
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}
.probox:hover a{
	text-decoration: none;
}
.probox:hover .probox__title{
	color: var( --color-red);
}
.probox__img{
		margin: 0; overflow: hidden;
		background-color: #FFF;
		position: relative;
		border-radius: 5px;
}
.probox__img .percent{
	position: absolute; right: 5px; top: 5px; z-index: 1;
	background: url( '../img/bg-sale.png') no-repeat center center;
	background-size: contain;
	width: 38px; height: 38px;
	font-size: 11px; text-align: center;
	font-weight: bold; color: #FFF;
	line-height: 38px;
}
.probox__img img{
	display: block;
	object-fit: contain; object-position: center;
}
.probox__des{
	border-top: 1px solid #eee;
	padding: 15px 15px 25px;
	color: #222;
	line-height: 18px; font-size: 13px;
}
.probox__title{
	margin: 0 0 8px; padding: 0;
	font-size: 15px; font-weight: bold; color: var( --color-main);
	text-transform: capitalize;
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.probox__des p{
	margin-bottom: 15px;
}
.probox__price{
	font-weight: bold; color: var( --color-soil);
	font-size: 15px; line-height: 1;
}
.probox__price s{
	color: #888;
	font-weight: normal;
	margin-left: 5px;
}
.probox__action{
	margin:0; padding: 5px 35px;
	border-radius: 0 0 25px 25px;
	background: var( --color-main);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	display: -ms-flexbox;	display: flex;	-ms-flex-wrap: wrap;	flex-wrap: wrap;
}
.probox__action input{
	-ms-flex: 0 0 calc( 100% - 45px);	flex: 0 0 calc( 100% - 45px);	max-width: calc( 100% - 45px);
	height:28px; line-height: 28px;
	border-radius: 3px 0 0 3px;
	padding: 3px 10px;
	border: none;
}
.probox__action .btn{
	-ms-flex: 0 0 45px;	flex: 0 0 45px;	max-width: 45px;
	height:30px; line-height: 28px;
	padding: 0;
	background-color: #000; border: none;
	border-radius: 0 3px 3px 0;
}
.probox__action .btn:hover{
	background-color: var( --color-focus); color: #FFF;
	border-color: var( --color-focus);
}
/******************/

/***************/
.home-photo .home-header{
	text-align: left;
	width: 100%;
}
.home-photo .home-title{
	font-style: normal;
}
/***************************
***************************/
.home-news{
	margin-top: 30px; padding-top: 15px; padding-bottom: 30px;
	background-color: #FFF;
}
/***************************
***************************/
#google-map{
	display:block;
}
#google_maps{
	width:100%; display:block;
	height:460px;
}
/*********************/
#google-map,
.page-contact .contact-info{
	margin-bottom:30px; text-align: center;
}
.page-contact .title-page::before{
	left: 0px; bottom: 0; top:auto;
	height: 3px; width: 80px;
	background-color: #000;
}
.page-contact .contact-info .company{
	font-size: 23px; font-weight: bold; text-transform: capitalize;
	position: relative;
	margin:0px 0 20px; padding: 0 0 10px;
	font-size:29px; line-height:36px;
	color:var( --color-main);
}
.page-contact .contact-info .company::before{
	position: absolute; left: 50%; top: 100%;
	content: ""; display: block; width: 80px; height: 3px;
	margin-left: -40px;
	background: var( --color-main);
}
.page-contact .contact-info address,
.page-contact .contact-info p{
	font-size:14px; line-height:22px;
	margin-bottom:7px;
}
.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-group{
	margin-bottom:10px;
}
.page-contact .fcontact .form-control{
	font-size:13px;
}
.page-contact .fcontact label{
	font-weight:600; padding-right:0; padding-top:0;
	font-size:13px; color:#000; text-transform:capitalize;
	line-height: 1;
}
.page-contact .fcontact .btn{
	background:var( --color-main); color:#FFF; border:none;
	padding:12px 40px; text-transform:uppercase;
	font-weight:600; font-size:15px;
	overflow: hidden;
}
.page-contact .fcontact .btn:hover{
	background:var( --color-red);
}
.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__item{
	margin-bottom: 30px;
}
.blog__box{
	background:#FFF;
	height: 100%;
}
.blog__img{
	overflow: hidden; display: block;
	height: 190px; margin: 0;
}
.blog__img img{
	display: inline-block;
	height: 100%; width: 100%;
	object-fit: cover; object-position: center;
	position: relative; left: 50%;
	transform: translateX( -50%);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
#newslist .item:hover .img img{
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
	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__img img{
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	transform:scale(1.1) translateX( -45%); -moz-transform:scale(1.1) translateX( -45%); -webkit-transform:scale(1.1) translateX( -45%);
}
.blog__des{
	padding: 15px 0px 0;
	font-size:14px; color: #000;
	line-height:24px;
}
.blog__des .title{
	margin:0 0 10px; padding:0;
	font-size:15px; font-weight:500; line-height:22px;
	color:#000
}
.blog__des .text{
	margin-bottom: 30px;
}
.blog__item a{
	color:inherit;
}
.blog__item a:hover{
	color:var( --color-red); text-decoration: none;
}
.blog__item:hover .img img{
	transform:scale(1.05); -moz-transform:scale(1.05); -webkit-transform:scale(1.05);
}
.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;
}
/***********/
.col_3 .blog__img{
	height: 230px;
}
.col_3 .blog__des .title{
	font-size: 16px; line-height: 26px;
	text-transform: uppercase;
}
/***************
********/
.page-dealer{
		background-color: #f2f2f2;
}
/******************/
.other__container{
	background-color: #f6f6f6;
	padding-top: 35px; padding-bottom: 15px;
}
.other__container .blog__box{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	border-radius: 5px; overflow: hidden;
}
.other__container .blog__des{
	padding: 15px 15px 0; margin-bottom: 0;
}
.dblog__img{
	background: var( --color-main);
	padding: 15px 65px; margin-bottom: 30px;
}
.other__container .product__container{
	margin-bottom: 15px;
}
.other__container .probox{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
/*****************/
/******************/
.owl-blogimg-runjs{
	float: left; clear: both;
}
.owl-blogimg-runjs .owl-stage {
	display: -webkit-box;display: -moz-box;
	display: -ms-box;display: box;
}
.owl-blogimg-runjs .owl-nav .owl-prev,
.owl-blogimg-runjs .owl-nav .owl-next{
	border: none; border-radius: 0;
	position: absolute;  top: 0;
	width: 50px; height: 100%; overflow: hidden;
	padding: 0 !important; margin: 0;
	font-size: 41px;	color: #FFF;
	text-indent: 1000px;

}
.owl-blogimg-runjs .owl-nav .owl-prev,
.owl-blogimg-runjs .owl-nav .owl-prev:hover{
	left: -65px;
	text-align: center; padding:0 20px 0 5px !important;
	background: url( '../img/arrow-left.png') no-repeat center;
	/*background-color: linear-gradient( to left, rgba(0,0,0,0) 50%, rgba(0,0,0, .53));*/
}
.owl-blogimg-runjs .owl-nav .owl-next,
.owl-blogimg-runjs .owl-nav .owl-next:hover{
	right: -65px;
	text-align: center; padding:0 20px 0 5px !important;
	background: url( '../img/arrow-right.png') no-repeat center ;
	/*background-color: linear-gradient( to right, rgba(0,0,0,0) 10%, rgba(0,0,0, .53));*/
}
.owl-blogimg-runjs .owl-nav .owl-prev:hover,
.owl-blogimg-runjs .owl-nav .owl-next:hover{
	color: var( --color-focus);
}
.blogimg__item_img{
	display: inline-block;
}
.blogimg__item_img img{
		height: 280px; width: auto !important;
		object-fit: cover; object-position: center;
		cursor: zoom-in;
}
.blogimg__item_img button{
	border: none; padding: 0; margin: 0;
	background: none;
	position: relative;
}
.blogimg__item_img button::after{
	position: absolute; left: 0; top: 0; z-index: 1;
	width: 100%; height: 100%;
	display: block;
	content: "";
	background: url( '../img/video-play.png') no-repeat center center;
}
#videomodal .modal-dialog{
		max-width: 800px
}
#videomodal .modal-body{
	padding: 3px;
}
#videomodal .close{
	position: absolute; right: -1px; top: -1px; z-index: 9;
	width: 50px; height: 50px;
	opacity: 1;
}
/***************************
***************************/
.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}.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";
}
/********************
********************************/
#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;
}
/*********************/
#detail-img.no-img{

}
#detail-img.no-img img{
	display:block; width:100%;
}
/*********/
#detail-img .img-thumbs{
	width:95px; margin-right:10px;
	padding-bottom:40px;
}
#detail-img .img-thumbs .thumb{
	margin-bottom:15px;
	background:#FFF; padding:2px;

	border:1px solid #FFF; cursor:pointer;
	border-color:#FFF;
	opacity:1; -moz-opacity:1; -webkit-opacity:1;
}
/*********/
#detail-img .slider-for{
	display:block; overflow:hidden;
	cursor:grab;
}
#detail-img .slider-for img{
	display:block; overflow:hidden;
	width:100%;
    max-height: 100%;
    max-width: 100%;
}
#detail-img .slider-nav{
	width:100%; margin-top:5px;
	padding:0 40px 0px 40px;
}
#detail-img .slider-nav .slick-list{
	height:100% !important;
}
#detail-img .slider-nav .slick-slide{
	border:none;
	outline:none;
}
#detail-img .slider-nav .slick-slide .img-nav{
	margin-right:6px; outline:none;
	background:#FFF; padding:0px;
	border:1px solid #DDD; cursor:pointer;
	/*opacity:0.5; -moz-opacity:0.5; -webkit-opacity:0.5;*/
}
#detail-img .slider-nav .slick-current{
	border-color:#FFF;
	opacity:1; -moz-opacity:1; -webkit-opacity:1;
}
#detail-img .slider-nav .slick-slide.slick-current .img-nav{
	border-color:#ec1e25;
}

/****/
#detail-img .slider-nav .slick-prev,
#detail-img .slider-nav .slick-next{
	display:inline-block; width:28px; height:28px; overflow:hidden;
	border:1px solid #999; text-align:center;
	background-color:#FFF;
	border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;
	position:absolute; left:0; top:50%; margin-top:-13px;
	text-indent:1000px; cursor:pointer;
	color:#000;
}
#detail-img .slider-nav .slick-next{
	right:0; left:auto;
}
#detail-img .slider-nav .slick-prev::before,
#detail-img .slider-nav .slick-next::before {
	position:absolute; left:0; top:0;
	width:100%; height:100%; text-indent:0;
	display:block;
	font:bold 13px/26px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#detail-img .slider-nav .slick-prev::before{
	content: "\f104";
}
#detail-img .slider-nav .slick-next::before{
	content: "\f105";
}
#detail-img .slider-nav .slick-prev:hover,
#detail-img .slider-nav .slick-next:hover{
	border-color:#e8252c;
}
#detail-img .slider-nav .slick-prev:hover::before,
#detail-img .slider-nav .slick-next:hover::before{
	color:#e8252c;
}
/******************/
.box-img{
	position:relative; display:block; width:100%;
	outline:none;
}
.box-img img{
	width: 100% !important; height: auto !important;
	aspect-ratio: 1/1;
	object-fit: contain; object-position: center;
}
.box-img img.trans{
	display:block; width:100%;
}
/***************************
***************************
******************************/
.slick-slider figure{
	margin: 0;
}
#img-main,
.slider-nav .img-nav{
	border: 1px solid #DDD;
	background: var(--bg-photo);
}
.slider-nav{
	margin-top: 15px; margin-bottom: 30px;
}
.slider-nav .slick-slide{
		padding: 0 5px; outline: none;
}
.slider-nav .img-nav{
	background-color: #FFF;
	padding: 1px;
}
.slider-nav .slick-current .img-nav{
	border-color: var( --color-focus);
 }
/* Slider */
.slick-slider{
    position: relative;
    display: block;    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;    -khtml-user-select: none;
    -ms-touch-action: pan-y;        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;    display: block;    overflow: hidden;
    margin: 0;    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging
    cursor: pointer;    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;    top: 0;    left: 0;
    display: block;    margin-left: auto;    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;    float: left;
    height: 100%;    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.zoomContainer,
.zoomLens{
		z-index: 5000 !important;
		cursor: move !important;
}
/*******************************************************/
.dpro__code{
	font-size: 14px; font-weight: bold;
	color: var( --color-focus); text-transform: uppercase;
}
.dpro__quote{
	margin-top: 15px; text-align: justify;
	font-size: 15px; line-height: 28px;
}
.dpro__quote p:last-child{
	margin-bottom: 0;
}
.dpro_buynow{
	margin-top: 30px;	position: relative;
	background: #eee; padding: 20px 30px 20px 70px;
	color: #000; font-size: 14px;
	border-radius: 5px;
}
.dpro_buynow::before{
	position: absolute; left: 20px; top: 20px;
	width: 50px; display: block; font-size: 37px; color: var( --color-soil);
	-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: "\f14a";font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.dpro_buynow b{
	font-size: 13px;
}
.dpro_buynow p{
	margin-bottom: 7px;
}
.dpro_buynow .dpro_price{
	color: var( --color-soil); margin: 0;
	font-size: 19px; font-weight: bold;
}
.dpro_buynow .dpro_price b{
	font-size: 17px; font-weight: bold;
}
.dpro_buynow .dpro_price s{
	margin-left: 10px; color: #444; font-style: italic;
	font-size: 16px; font-weight: 500;
}
.dpro_pricesale{
	font-style: italic;
	color: #000; font-size: 13px;
}
.dpro_buynow button{
	background: var( --color-main); color: #FFF;
	font-size: 13px; font-weight: bold; text-transform: uppercase;
	padding: 8px 30px 10px;
}
.dpro_buynow button:hover{
	border-color: #000;
}
/*******************
********************************/
#cart_content .cart .form-group{
	margin-bottom:7px;
}
#cart_content .cart .input-group-addon{
	padding:0; position:relative;
}
#cart_content .cart .input-group-addon button{
	padding:6px 12px; display:inline-block;
	border:none; background:none; height:32px;
}
#cart_content .cart .input-group-addon button{
	text-align:center;
}
#cart_content .cart .input-group-addon button:hover{
	color:#002db0;
}
/**********/
select{
	font-size:13px; line-height:18px;
	text-transform:capitalize;
}
select option{
	padding-top:3px; padding-bottom:3px;
}
#cart_content .cart .form-group{
	margin-bottom:0;
}
/****************
***********
********************/
#cart_content{
	display:table; width:100%; margin-bottom:0px;
	border-top:1px solid #DDD; border-left:1px solid #DDD;
	background-color: #FFF;
}
#cart_content .item{
	margin-left: 0; margin-right: 0;
}
#cart_content .item:nth-child(2n){
	background-color: #f9f9f9;
}
#cart_content .item > div{
	padding:10px 10px;
	border-bottom:1px solid #DDD; border-right:1px solid #DDD;
}
#cart_content .header{
	font-weight:bold; text-transform:uppercase;
	background-color:var( --color-main) !important; font-size:13px; line-height:24px;
	color: #FFF;
}
#cart_content .footer{
	font-weight:bold; text-transform:uppercase;
	background-color: #333 !important; font-size:14px; line-height:32px;
	color: #FFF;
}
#cart_content .footer > div{
	border-right-color:#333;
}
/*******/
#cart_content .info{
	font-weight:bold; text-transform:capitalize;
	background-color:#FFF; font-size:13px; line-height:24px;
	background:#fcf8e3;
}
#cart_content .info .stt,
#cart_content .info .product,
#cart_content .info .qty{
	border-right-color:#fcf8e3;
}
/*******/
#cart_content .stt{
	-ms-flex: 0 0 50px;	flex: 0 0 50px;	max-width: 50px;
}
#cart_content .product{
	position:relative;
}
#cart_content .qty{
	-ms-flex: 0 0 145px;	flex: 0 0 145px;	max-width: 145px;
}
#cart_content .price{
	text-align:right;
	-ms-flex: 0 0 180px;	flex: 0 0 180px;	max-width: 180px;

}
#cart_content .amount{
	text-align:right;
	-ms-flex: 0 0 140px;	flex: 0 0 140px;	max-width: 140px;
}
#cart_content .button{
	text-align:center;
	-ms-flex: 0 0 60px;	flex: 0 0 60px;	max-width: 60px;
}
#cart_content .qty_price{
	text-align:right;
	-ms-flex: 0 0 280px;	flex: 0 0 280px;	max-width: 280px;
}
/*********/
#cart_content.finish .product{
	text-align:right;
	border-right-color:#DDD;
}
/*********/
#cart_content .product .photo{
	float:left; width:15%; padding:2px;
	border:1px solid #DDD; background:#FFF;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
	position:relative;
}
#cart_content .product .des{
	float:left; width:85%; padding-left:15px;
	font-size:14px; line-height:24px;
}
#cart_content .product .des p{
	margin-bottom: 2px;
}
#cart_content .product .des h5{
	margin:0 0 3px;
	font-size:15px; line-height:20px; font-weight:bold;
	text-transform:uppercase; color: #000;
}
#cart_content .product .des h6{
	margin:0 0 3px;
	font-size:13px; line-height:20px; font-weight:bold;
}
#cart_content .product .des-code{
		color: var( --color-red); font-weight: bold;
}
#cart_content .product .des-price{
	color: var( --color-red); text-transform: capitalize;
	font-weight: bold;
}
#cart_content .product .des-price s{
	display: inline-block; margin-left: 10px;
	color: #444;
	font-weight: normal;
}
#cart_content .button button{
	background:#EEE; color:#555; border-color:#DDD;
}
#cart_content .button button:hover{
	background:#000; color:#FFF; border-color:#000;
}
#cart_content .product .des .btn_cart_removeitem{
	display:none;
	font-size:13px; padding:4px 10px;
}
/******/
.fcart-billding{
	background-color: #f6f6f6;
	margin-top: 50px; padding-top: 30px; padding-bottom: 50px;
	border-top: 1px solid #DDD;
}
.fcart-billding button,
.cart-btn-group .btn{
	padding-top: 13px; padding-bottom: 13px;
	text-transform: uppercase; font-weight: 600;
	font-size: 14px;
	min-width: 230px;
}
.cart-btn-group .btn-default{
	background-color: #DDD; color: #000;
}
.cart-btn-group .btn-default:hover{
	color: #FFF;
}
.cart-btn-group .btn-primary{
	background-color: var( --color-main); border-color: var( --color-main);
	overflow: hidden;
}
.fcart-billding button,
.cart-btn-group .btn-default:hover,
.cart-btn-group .btn-primary:hover{
	border-color: var( --color-red);
}
.fcart-billding button{
	border-color: var( --color-main); background-color: var( --color-main);
	color: #FFF;
}
.fcart-billding button:hover{
	border-color: var( --color-red);
}
.fcart-billding button::before{
	background-color: var( --color-red); border-color: var( --color-red);
}
/****************
****************
***********/
.fcart-billding .control-label{
	font-size:13px; font-weight:500;
	padding-top: 0; color: #000; text-transform: capitalize;
}
.fcart-billding .form-control{
	font-size:13px;
}
/***********/
#cart-complete{
	font-size: 14px; line-height: 22px;
}
#cart-complete .title{
	margin:10px 0 30px; padding:0 0 15px; position:relative;
	font-size:21px; text-transform:uppercase; font-weight:bold;
	color:#e72c3f;
}
#cart-complete .title::before{
	position:absolute; left:50%; bottom:0; margin-left:-50px;
	height:2px; width:100px; background:#e72c3f;
	content:""; display:block;
}
#cart-complete h3{
	margin:20px 0 15px; padding:0 0 10px; position:relative;
	font-size:17px; text-transform:capitalize;
	color:#000;
}
#cart-complete h3::before{
	position:absolute; left:0%; bottom:0;
	height:2px; width:60px; background:#000;
	content:""; display:block;
}
#cart-complete p{
	margin-bottom:10px;
}
#cart-complete p > b{
	display: inline-block; width: 105px;
	font-size: 13px;
	font-weight: 500 !important;
	text-transform: capitalize;
}
#cart-complete #cart_content .qty{
	width:80px; text-align:center;
}
#cart-complete .price{
	font-weight: 500;
}
#cart-complete .price s{
	display: block; clear: both;
	font-size: 13px; font-weight: normal;
}
/**********************/
/*********************
**********************
**********************/
body.menu-open{
	overflow:hidden;
}
#btn_menu_close{
	position:fixed; left:78%; top:0; display:none;
	padding:0 20px; height:53px;
	border:none; background:#FFF; color:#000;
	border-radius:0 2px 2px 0; -moz-border-radius:0 2px 2px 0; -webkit-border-radius:0 2px 2px 0;
	box-shadow:0 0 10px #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#btn_menu_close .fa{
	color:#000; font-size:30px;
}
#btn_menu_close:hover, #btn_menu_close:focus, #btn_menu_close:active{
	background-color:#ec1e25;
}
#btn_menu_close:hover .fa, #btn_menu_close:focus .fa, #btn_menu_close:active .fa{
	color:#FFF;
}
/******/
#menu_mobile{
	position:fixed; left:-100%; top:0; z-index:9999;
	width:100%; height:100vh; overflow-x:hidden; overflow-y:scroll;
	background:rgba(0, 0, 0, 0.9); color:#FFF;
	padding-bottom:100px;
	font-size: 14px; line-height: 24px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menu_mobile.open{
	left:0;
}
#menu_mobile.open #btn_menu_close{
	display:block;
}
#menu_mobile .menu-container{
	display:block; width:80%; height:100vh;
	float:left; background:#EEE;
	position:relative;
}
#menu_accordion{
	margin-bottom:0; padding-bottom:100px;
	background:#f5f5f5;
}
/**********/
#menu_accordion > .panel.logo .coll-main-title{
	background:var( --color-focus);
	background-size:cover;
	color:#FFF; padding-right:15px;
}
#menu_accordion > .panel.logo img{
	height:35px; display:inline-block;
}
#menu_accordion > .panel.lang .coll-main-title{
	background:var( --bg-trans);
}
#menu_accordion > .panel.lang a{
	line-height:26px;
}
#menu_accordion > .panel.lang img{
	height:20px; margin-right:5px;
	border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
}
#menu_accordion > .panel.lang a{
	color:#000; font-weight:bold; text-transform:uppercase;
	font-size:13px;
}
#menu_accordion > .panel.lang a:first-child{
	border-right:none;
}
#menu_accordion > .panel.lang a.selected{
	color: var( --color-focus);
}
/**********/
#menu_accordion > .panel{
	background:none; border:none; border-bottom:1px solid #DDD;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;
	padding-left: 0; padding-right: 0;
}

#menu_accordion > .panel.logo{
	background-color: var( --color-main);
}
#menu_accordion > .panel + .panel{
	margin-top:0;
}
#menu_accordion .panel-body{
	padding:5px 10px 5px;
	margin-left: -10px; margin-right: -10px;
	background-color: #EEE;
	border-top: 1px solid #FFF;
}
#menu_accordion .coll-main-title{
	margin:0; padding:9px 30px 9px 10px; position:relative;
	font-size:14px; line-height:26px; font-weight:normal;
	text-transform:capitalize;
}
#menu_accordion .panel-title a{
	display:block;
	padding-left: 0; padding-right: 0;
}
#menu_accordion .coll-main-title,
#menu_accordion .coll-main-title a{
	color:#000;
}
#menu_accordion > .panel > .panel-heading{
	margin:0; padding:0;
}
#menu_accordion .menu-nav{
	padding-left:15px; color:#000; margin-bottom:0;
}
#menu_accordion .menu-nav li{
	margin-bottom:5px;
}
#menu_accordion .menu-nav li a{
	color:#000; text-decoration:none;
	text-transform:capitalize;
}
#menu_accordion .menu-nav li a:hover{
	color:#e72c3f;
}
/********/
#menu_accordion #menu_pro_group{
	margin-bottom:0;
}
#menu_accordion #menu_pro_group > .panel{
	border:none; border-bottom:1px solid #DDD;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;
}
#menu_accordion #menu_pro_group > .panel + .panel{
	margin-top:3px;
}
#menu_accordion #menu_pro_group > .panel > .panel-heading{
	padding:7px 15px 7px 30px; position:relative;
	background-color:#f9f9f9;
}
#menu_accordion #menu_pro_group > .panel > .panel-heading .panel-title{
	margin:0; padding:0;
	font-size:14px; line-height:20px; font-weight:normal;
	text-transform:capitalize;
}
#menu_accordion #menu_pro_group .panel-body{
	padding-left:0; padding-right:0;
}

/********/
#menu_accordion #menu_pro_nav{
	margin-bottom:5px;
}
#menu_accordion #menu_pro_nav > .panel{
	background:none; border:none;
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;
}
#menu_accordion #menu_pro_nav > .panel + .panel{
	margin-top:0px;
}
#menu_accordion #menu_pro_nav > .panel > .panel-heading{
	background:none; padding:5px 15px 5px 20px;
	position:relative;
}
#menu_accordion #menu_pro_nav > .panel > .panel-heading::before{
	position:absolute; left:0; top:5px;
	width:25px; height:100%;

	content: "\f0da"; color:#000;
	display: inline-block; text-align:center;
	font: normal normal normal 13px/20px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#menu_accordion #menu_pro_nav > .panel > .panel-heading .panel-title{
	margin:0; padding:0;
	font-size:14px; line-height:20px; font-weight:normal;
	text-transform:capitalize;
}
#menu_accordion #menu_pro_nav .panel-body{
	padding-left:20px; padding-top:5px; padding-right:20px;
	border:none;
}
/************/
#menu_accordion .menu-nav{
	padding:0px; margin:0; list-style-type:none;
}
#menu_accordion .menu-nav li{
	position:relative; margin-bottom:0;
	padding:5px 15px 5px 30px;
	border-bottom:1px solid #FFF;
}
#menu_accordion .menu-nav li::before{
	position:absolute; left:10px; top:8px;
	width:15px; height:100%;

	content: "\f111"; color:#000;
	display: inline-block; text-align:center;
	font: normal normal normal 7px/20px FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu_accordion .menu-nav li:last-child{
	margin-bottom:0;
	border-bottom:none;
}
/**********/
#menu_accordion .menu-nav.navone{
	padding:10px 0px; margin:0; list-style-type:none;
}
#menu_accordion .menu-nav.navone li{
	position:relative; margin-bottom:0;
	padding:4px 0 4px 25px;
	border-bottom:none;
}
#menu_accordion .menu-nav.navone li::before{
	position:absolute; left:5px; top:13px;
	width:15px; height:15px;

	content: "\f111"; color:#000;
	-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;
}
#menu_accordion .menu-nav.navone li:last-child{
	margin-bottom:0;
	border-bottom:none;
}
/*********/
#menu_accordion .coll-main .coll-main-title:after,
#menu_accordion #menu_pro_group > .panel > .panel-heading::after{
	position:absolute; right:0; top:8px;
	width:30px; height:100%;

	content: "\f0fe"; color:#000;
	-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;
}
#menu_accordion .coll-main > .panel-heading.focus .coll-main-title:after,
#menu_accordion #menu_pro_group > .panel > .panel-heading.focus:after{
	content: "\f146";
}

#menu_accordion #menu_pro_group > .panel > .panel-heading::after{
	top:7px; left:0; right:auto;
}
#menu_accordion #menu_pro_nav > .panel > .panel-heading.focus::before{
	content: "\f146";
}
/**********************
**********************/
/**********************/
.cartcomplete_proitem{
	display: -ms-flexbox;
	display: flex;	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #DDD;
	margin-left: -15px; margin-right: -15px;
}
.cartcomplete_no,
.cartcomplete_img,
.cartcomplete_product,
.cartcomplete_qty,
.cartcomplete_price{
	padding: 12px 15px;
	border-bottom: 1px solid #DDD; border-right: 1px solid #DDD;
}
.cartcomplete_no{
	-ms-flex: 0 0 50px; flex: 0 0 50px;max-width: 50px;
	font-weight: bold;
}
.cartcomplete_img{
	-ms-flex: 0 0 150px; flex: 0 0 150px;max-width: 150px;
}
.cartcomplete_img .box-img{
	display: block;
	border: 1px solid #DDD; padding: 4px;
	background-color: #FFF;
	border-radius: 3px;
}
.cartcomplete_product{
	-ms-flex-preferred-size: 0;	flex-basis: 0;
	-ms-flex-positive: 1;	flex-grow: 1;
	max-width: 100%;
}
.cartcomplete_product h5{
	margin: 0; padding: 0;
	font-size: 16px; color: #000;
	font-weight: bold;
}
.cartcomplete_product p{
	font-size: 13px; color: var( --color-focus);
	font-weight: bold; text-transform: uppercase;
	margin-bottom: 0px;
}
.cartcomplete_product .des-price{
		display: none; margin: 0; color: #000; font-weight: normal;
}
.cartcomplete_qty{
	-ms-flex: 0 0 130px; flex: 0 0 130px;max-width: 130px;
}
.cartcomplete_price{
	-ms-flex: 0 0 130px; flex: 0 0 130px;max-width: 130px;
	border-right: none;
}
.cartcomplete__container .cartcomplete_proitem:nth-child(2n + 1){
	background-color: #f6f6f6;
}
/************************/
/**********************/
#cart-complete .card-header{
		font-size: 14px; font-weight: bold; text-transform: uppercase;
		color: #000; display: block;
		padding-top: 17px; padding-bottom: 15px;
}
/**********************/
.cartcompleta_info{
	font-size: 14px; line-height: 20px;
	color: #000; margin-bottom: 30px;
}
.cartcompleta_info .col > b{
	font-weight: normal;
	height: 100%; padding-right: 30px;
	position: relative;
}
.cartcompleta_info .col > b.title::after{
	position: absolute; right: 15px; top: -13px; bottom: -13px;
	content: ""; width: 1px;
	background: #DDD;
}
.cartcompleta_info .title{
		font-weight: bold !important; text-transform: capitalize;
		width: 140px; display: inline-block; float: left;
		padding-right: 15px;
		font-size: 13px;
}
.cartcompleta_info .col{
	padding-top: 13px; padding-bottom: 13px;
	border-bottom: 1px solid #DDD; border-right: 1px solid #DDD;
}
.cartcompleta_info .row:nth-child(2n + 1) .col{
	background-color: #f6f6f6;
}

/*******************************/
.fixedpage-action{
	position: fixed; z-index: 1990;
	right: .35rem; bottom: 80px;
}
.fixedpage-action .dropdown-menu{
	background: none; border-radius: 0;
	border: none;
	min-width: 0;
	width: 110px;
	display: block; position: relative;
}
.fixedpage-action .dropdown-menu > li:not( :last-child){
	margin-bottom: .75rem;
}
.fixedpage-action .dropdown-item{
	display: flex; flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%; 
	padding: .35rem .35rem;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-shadow: 0 .2rem .35rem rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.fixedpage-action .dropdown-item svg{
	width: 26px; height: 26px;
}
.fixedpage-action .dropdown-item span{
	width: calc( 100% - 26px );
	padding-left: .35rem;
	line-height: 1.25;
}
.fixedpage-action .dropdown-item b{
	display: block;
	font-size: 11px; font-weight: bold;
	line-height: 18px;
	text-transform: capitalize;
	font-family: var( --ftitle);
	transition: all 0.3s ease; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;
}
.fixedpage-action small{
	display: block; clear: both;
	font-size: 9px; color: #555;
}
.fixedpage-action .dropdown-item:hover{
	border-color: var( --bs-primary);
}
.fixedpage-action .dropdown-item:hover b{
	color: var( --bs-primary);
}


/*************/
@media screen and (max-width: 991px) {
.fixedpage-action{
    bottom: 82px;
    right: 0;
  }
  .fixedpage-action .dropdown-menu{
    width: auto;
    max-width: 47px;
  }
  .fixedpage-action .dropdown-item{
    border-top-right-radius: 0; border-bottom-right-radius: 0;
    border-right: none;
    border-color: #fff;
  }
  .fixedpage-action .dropdown-item span{
    display: none;
  }
  .fixedpage-action .dropdown-menu > li:not( :last-child){
    margin-bottom: .5rem;
  }
  /*************/
}

/*********************************/
@media screen and ( min-width: 767px) and (max-width: 992px) {

.fixedpage-action .dropdown-item svg{
    width: 36px; height: 36px;
  }
  /******************************/
  .mobilenav-content-boxitem-navlink img{
    height: 70px;
  }
  .mobile-navigation-widget{
    padding: 1.5rem 1.5rem 1.5rem;
  }
  /*********************************/
  body.page-cart .fixedpage-action{
    bottom: 175px;
  }
}

@media screen and (min-width: 767px){

	.fixedpage-action .dropdown-toggle{
	  display: none;
	}
	.fixedpage-action .dropdown-menu{
	  display: block;
	  position: relative;
	}
	/**********************************/
	/**********************************/
	/**********************************/
	/**********************************/
	/**********************************/
  
  
  }
  