/* your styles go here */


p{
	padding:0;
	margin:0
	}	
	

a{ color:#000
	}

a:hover{
	color:#333
	}

a:active{
	color:#333;
	decoration:underline
	}

.catetitle {
    padding-left: 10px;
    border-left: 3px solid #f90;
}

ul.newsli{
	list-style:none;
	margin:0;
	padding-left:10px;
	}
ul.newsli li{padding-top:8px}

/*slide panel*/
 .navigation-slide {
    width: 320px;
    color: #333;
    background-color: #FFFFFF;
    overflow: hidden !important;
    z-index: 150000;
    box-shadow: 8px 0 8px -10px #000000,-8px 0 8px -10px #000000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1999999999;
    text-align: left;
	padding-top:20px;
    pointer-events: auto;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}

    .navigation-slide .ns-header {
        padding: 0 2rem .75rem;
        display: flex;
        align-items: center;
    }

        .navigation-slide .ns-header .ns-header-title {
            color: #6f676c;
            width: 100%;
            text-align: center;
        }

    .navigation-slide .ns-header .ns-exit {
        border: none;
        background: none;
    }

.navigation-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(34,32,32,.7);
    z-index: 298;
    cursor: pointer;
	backdrop-filter: blur(2px);
}

    .is-visible {
        visibility: visible;
    }

    .is-hidden {
        display: none;
    }




.mslide{
	margin:20px;
	}



.abtimg{ width:70%} 

.mfont{
	font-size:15px
	}  

.mfonts{
	font-size:18px
	}  

.mtable{
	width:60%;
	
	}


.nums{
	color:red
	}


#d_joru{
	line-height:30px;
	background:#333333;
	letter-spacing:10px;
	color:#FFF;
	font-size:16px
	}

.mreg{
	width:200px
	}

.blockorg{
	width:1300px;
	font-size:16px
	}

#BLOCK_orgseq3 table td{
	text-align:center
	}

ul.nav-pills2 li{margin:10px}

ul#level2_kind{padding:0px; margin:0px}
ul#level2_king{padding:0px; margin:0px}

.translate-middle {transform:translate(-50%,-50%)!important}
.rounded-pill{border-radius:50rem !important}
.badge{display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;}

.cartbox{margin-top:-450px;right:0;border:1px solid #ddd;width:330px;height:auto; position:fixed;z-index:999}
.card-img{width:99%; }
.product{text-align:center}
.rounded-0{text-align:center}
/*.owl-carousel .owl-item img{width:auto}*/

@media (max-width: 991.98px) {
.mfont{
	font-size:20px
	}


.blockorg{
	width:100%;
	font-size:16px;
	overflow:scroll;
	}


.mfonts{
	font-size:18px
	}

.mslide{
	margin:5px;
	}

.abtimg{
	width:100%
	}

.cateimg{
	width:100%
	}

.mtable{
	width:100%
	} 

.mreg{
	width:150px
	} 

.translate-middle {transform:translate(-80%,-50%)!important}
.cartbox{margin-top:-450px;right:0;border:1px solid #ddd;width:100%;height:auto; position:fixed;z-index:999}
}

	/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

