html{font-size:16px;}
@font-face {
    font-family: 'Prompt-Medium';
    src: url('fonts/Prompt-Medium.eot');
    src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Medium.woff') format('woff'),
		url('fonts/Prompt-Medium.woff2') format('woff2'),
         url('fonts/Prompt-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Prompt-Bold';
    src: url('fonts/Prompt-Bold.eot');
    src: url('fonts/Prompt-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Bold.woff') format('woff'),
         url('fonts/Prompt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Prompt-Regular';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
    color: #000;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}

#back-to-top {
    width: 30px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    bottom: 20%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#ff6600;
    font-size: 18px;
    opacity: .6;
    border-radius: 5px 0 0 5px;
    transform: translate(0,-50%);
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
    position: absolute;
    width: 120px;
    transform: rotate(-90deg);
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 20%;
    right: 5%;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #ff6600;
    border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1){
	top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: 0 0 .75rem;
    transition: all 0.5s;
    background: #FFF;
}
.slim.headbar-main{box-shadow: 0 0 8px rgba(0,0,0,0.5);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0 0 0 15px;
    text-align: left;
    transition: all 0.5s;
    margin: 0;
}
.navbar-brand img{
    width: 210px;
    margin: 0;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none{margin: 0;max-width: 100%;}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-align: left;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #000 ;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #ff6600;}
.navbar-collapse ul li:hover, .navbar-collapse ul li.active{background: none;}

.social-header{
    text-align: center;
    margin: 2rem auto;
}
.social-header p{margin:15px 0;font-size: 24px;}
.social-header img{transition: all 0.5s;margin: 0 10px;}
.social-header img:hover{transform: scale(.95);}


/* Underline From Left */
.hvr-underline-from-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #ff6600;
    height: 6px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px !important;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .navbar-collapse ul li.active .hvr-underline-from-left:before {right: 0;}

.contact-header{display: none;}
.contact-header ul{list-style: none;}
.contact-mobile{
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 15px ;
}
.contact-mobile ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact-mobile ul li:first-child{margin-right: 15px;}
.contact-mobile ul li a{font-size: 20px;}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide1{
    width: 100%;
    background: url("../images/banner-1.png") top right no-repeat;
    background-size: cover !important;
}
.owl-dots{
	display: block !important;
	position: absolute;
	bottom: 3%;
	left: 0;
	z-index: 555;
	width: 100%;
	text-align: center;
}
.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid #FFF;
}
.owl-carousel button.owl-dot.active{
	background-color: #FFF;
}
.owl-carousel .owl-nav{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next{ font-size: 40px;}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span{ color: #FFF;}
.owl-carousel .owl-nav button.owl-prev{margin-left: 1rem;}
.owl-carousel .owl-nav button.owl-next{
    float: right;
    clear: both;
    margin-right: 1rem;
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.content-boxaboutus{
    padding: 10% 0;
    background: #FFF;
}
.aboutus-box{
    text-align: center;
    margin-bottom: 2rem;
    color: #585858;
}
.aboutus-box h1{
    font-size: 1.4rem;
    margin-bottom: 2rem;
    position: relative;
    color: #000;
}
.aboutus-box h1::after{
    content: '';
    width: 185px;
    height: 3px;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ff6600;
    position: absolute;
    z-index: 1;
}
.aboutus-box img{margin-right: 10px}
.icon-box{
    text-align: center;
    margin-bottom: 2rem;
}
.icon-box p{margin: 1rem auto;}
.icon-box img{
    max-width: 100%;
    transition: all 0.5s;
}
.icon-box:hover img{
    transform: scale(.95);
}


.content-productslide{
    padding: 10% 0;
    background: url("../images/bg-slider.png") left center no-repeat;
    background-size: cover;
}
.img-box{
    width: 100%;
    overflow: hidden;
}
.img-box img{
    width: 100%;
    transition: all 0.5s;
}
.news-box .img-box{
     height: 415px;
}
.news-box .img-box img {
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    flex-grow: 0;
    object-fit: cover;
}
.detail-products {color: #FFF;}
.detail-products ul{list-style: none;}
.detail-products ul li{padding-bottom: 5px;}
.detail-products h1{
    font-size: 1.6rem;
    margin-bottom: .75rem;
    font-family: 'Prompt-Medium';
}
.detail-products p{
    font-size: 1.3rem;
    margin-bottom: .5rem
}
.detail-products h2{
    font-family: 'Prompt-Medium';
    font-size: 1.4rem;
    margin: 1rem auto;
}
.detail-products h2 span{
    font-size: 1.7rem;
    color: #F00;
    padding: 0 15px;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}


.service-box{
    text-align: center;
    margin-bottom: 2rem;
}
.service-box .img-box{
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    height: 200px;
    overflow: hidden;
}
.service-box .img-box img{
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    flex-grow: 0;
    object-fit: cover;
}
.service-box p{
    margin: 1rem auto;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.service-box:hover img{transform: scale(1.05);}

.news-box{margin-top: 2rem;}
.news-box .img-box{
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.news-box .img-box p{
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    color: #FFF;
    left: 0;
    bottom: -4rem;
    z-index: 1;
    margin-bottom: 0;
    background: rgb(243 164 96 / 58%);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2.5);
    transition: all 0.5s;
}
.news-box:hover  .img-box p{bottom: 0;}
.news-box:hover img{transform: scale(1.05);}
.detail-box{
    color: #636363;
    margin-top: 1rem;
}
.detail-box h1{
    font-size: 1rem;
    margin-bottom: 0;
    color: #000;
}
.detail-box p{
    margin-bottom: 2;
}

.news-box .detail-box h1{
    font-size: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem * 1.2 * 2);
}
.detail-box p{
    margin-bottom: 2;
}
.news-box .detail-box p{
    font-size: 1rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem * 1.2 * 3);
}
.readmore-btn{
    padding: 10px 15px;
    color: #FFF;
    background: #ff6600;
    border: 1px solid #ff6600;
    float: right;
    display: block;
    min-width: 110px;
    transition: all 0.5s;
}
.readmore-btn img{
    margin-left: 5px;
    width: 13px;
    vertical-align: sub;
}
.readmore-btn:hover{
    color: #ff6600;
    background: #FFF;
}
.readmore-btn:hover img{margin-left: 10px; filter: invert(83%) sepia(29%) saturate(4674%) hue-rotate(359deg) brightness(107%) contrast(104%);}
/*************/
.text-download{
	font-size:1rem;
}
.text-download .small{
	font-size:0.8rem;
}
.bt-doc {
	display: inline-block;
	background: #f7f7f7;
	padding: 5px 20px;
	border: solid 1px #dfdfdf;
	/*border-radius: 10px;*/
	transition-duration: 1s;
	font-size:1rem;
	margin: 15px ;
}
.bt-doc:hover {
	background: #696969;
	border: solid 1px #494343;
	color: #fff;
}
.detail-news {
   margin-top: 20px;
}
.detail-news table {
    max-width: 100%;
	width: inherit;
}
.detail-news table tr td {
    max-width: 100%;
	width: inherit;
}
.detail-news table tr td  img{
    max-width: 100%;
	width: auto !important;
	height:auto !important;
}
.detail-news table, .detail-news table::before,table::after { 
    text-indent: 20px;
}
/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
.box-loading #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/******************************/
 
.footer .modal-content {
    padding: 5% 3%;
    color: #000;
    font-size: 0.8rem;
}
.footer .modal-title {
    font-size: 1rem;
}
.footer .modal-body,.modal-footer  .btn {
    font-size: 0.8rem;
}
.footer .modal.in .modal-dialog {
    width: 60%;
}
.footer .modal h3 {
    font-weight: bold;
    border-bottom: 1px solid #ededed;
    font-size: 1.3rem;
}
.footer .modal h4 {
    font-weight: bold;
    border-bottom: 1px solid #ededed;

    font-size: 1rem;
}
.footer .modal p {
    text-indent: 0.8rem ;
     font-size: .8rem;
}
.footer .modal-dialog {
    max-width: 50%;
}
/********************/
/******************************/
 
.policy-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    background: rgb(233 38 42 / 80%);
    text-align: center;
    padding: 1rem ;
    color: #FFF;
    z-index: 5;
    display: block;
    font-size: 18px;
}
.policy-box p{
    font-family: 'Prompt-Regular';
    margin-bottom: 0;
    font-size: 18px !important; 
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{color: #000;}
.btn-cookiepolicy{
    width: 150px;
    padding: 5px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    margin: 1rem auto;
    background: #104e8b;
    border: 1px solid #104e8b;
    transition: all 0.5s;
    box-shadow: none;
    cursor: pointer;
}
.btn-cookiepolicy:hover{
    color: #FFF;
    background: #e9262a;
    border-color: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
/******************************/
/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: 20px auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color: #155570;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #777 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #777;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF;
    padding:10% 0 0;
    position: relative;
    background: url( "../images/bg-footer.png") top center no-repeat;
    background-size: cover !important;
}
.footer ul{list-style: none;}
.footer ul li{padding-bottom: 5px;}
.footer table{width: 100%;}
.footer table td{padding: 5px 3px;vertical-align: top;}
.footer table td img{margin: 0;}
.footer h1{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.footer a:hover{color: #000;}
.contact-footer{margin: 1rem auto;}

.copyright-box{
    padding: 20px ;
    background: rgb(228 94 4 / 50%);
    color: #FFF;
    text-align: center;
}
.copyright-box a{display: inline;}
.copyright-box a:hover{color: #000;}

.contact-footer{margin: 1rem auto;}
.social-footer{
    text-align: center;
    margin: 1rem auto 2rem;
}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: scale(.9);}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}


.content-fullother .headbar-main{box-shadow: 0 3px 10px rgba(0,0,0,0.2);}
.orange-text{color:#ff6600;}
.content-otherpage{
    padding: 10% 0;
}
.title-box{
    text-align: center;
    margin-bottom: 3rem;
}
.title-box h1{
    font-size: 26px;
    margin-bottom: 0;
    font-family: 'Prompt-Bold';
}
.line-title{
    width: 100px;
    height: 5px ;
    margin: .5rem auto 0;
    background: #ff6600;
}
.aboutbox p{
    margin-bottom: 0;    
    font-family: 'Prompt-Medium';
}
.aboutbox{
    padding-left: 1rem;
    border-left: 3px solid #ff6600;
}
.img-about{
    text-align: center;
    overflow: hidden;
    margin: 2rem auto;
}
.img-about img{
    max-width: 100%;
    transition: all 0.5s;
}
.sup-box {
    text-align: center;
    margin: 2rem auto;
}
.sup-box h1{
    font-size: 1.2rem;
    margin-bottom: 0;
    font-family: 'Prompt-Bold';
}
.sup-box p{margin-bottom: 0;}
.sup-box ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 1rem auto;
}
.sup-box ul li{
    width: auto;
    margin: auto;
    font-family: 'Prompt-Medium';
}
.img-news{width: 100%;margin-bottom: 1rem; overflow: hidden;}
.img-news img{width: 100%;}
.newspage .img-news img{max-width: 100%; width: auto;}
.sub-title {margin-bottom: 2rem;}
.sub-title h1{
    font-size: 24px;
    font-family: 'Prompt-Medium';
    margin-bottom: 0;
}
.sub-title p{
    margin-bottom: 0;
    color: #636363;
}
.detail-news{margin: 1rem auto;}
.detail-news h1{
    font-size: 22px;
    font-family: 'Prompt-Medium';
    margin-bottom: 0;
}

.message-contact{margin: 2rem auto;}
.message-contact h1{
    font-size: 26px;
    font-family: 'Prompt-Medium'; 
    margin-bottom: 1rem;
    text-align: center;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: #cc0000;
}
.detail-form span{color: #ec1f27;}
.detail-form p{margin-bottom: 0;}
.custom-file{height: auto;margin-bottom: 2rem;}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #ced4da;
    width: 100%;
    border-radius: 5px;
    height: auto;
    color: #010000;
    margin-bottom: 0;
}
.form-text::placeholder{color: #010000;}
.sendus-btn{
    width: 100%;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #ff6600;
    color: #FFF;
    background: #ff6600;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 0;
}
.sendus-btn:hover{
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #ff6600;
}

.mapbox iframe{
    width: 100%;
    height: 280px;
}
.mapbox{
    margin: 2rem auto;
}
.mapbox h1{
    font-size: 24px;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium'; 
}


.address-box h1{
    font-size: 26px;
    margin-bottom: 1rem;
    font-family: 'Prompt-Medium'; 
}
.address-box table{width: 100%;}
.address-box table td:first-child{width: 30%;}
.address-box table td{
    padding: 5px;
    vertical-align: top;
}
.address-box a:hover{color: #ff6600;}


.tabs-category ul{
    flex-wrap: wrap;
    justify-content: center;
}
.tabs-category ul li{
    width: auto;
    margin: auto;
}
.tabs-category ul li img{
    width: 100px;
}
.tabs-category ul li a.active img{filter: invert(0%) sepia(95%) saturate(0%) hue-rotate(101deg) brightness(97%) contrast(104%);}

.product-box{margin-bottom: 2rem;}
.product-box h1{
    font-size: 20px;
    color: #ff6600;
    margin-bottom: 0;
    font-family: 'Prompt-Medium'; 
}
.product-box p{
    margin-bottom: 0;
    color: #636363;
}
.product-box h2{
    font-size: 20px;
    color: #ff6600;
    margin-bottom: 0;
    font-family: 'Prompt-Medium'; 
}
.product-box h2 span{
    font-size: 1.7rem;
    color: #F00;
    padding: 0 15px;
    text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.product-box .img-box{margin-top: 1rem;}
.product-box .img-box img{
    width: auto;
    max-width: 100%;
}
.product-box:hover img{transform: scale(1.05);}
.product-box ul{list-style: none;margin: 1rem auto;}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
    
    
}




