﻿.fixtab1 tr td{
	padding: 2px !important;
	margin: 0px !important;
	vertical-align: top !important;
}
.fixtab1 tr td.trueanswer{
	background-color: #FFFF00 !important;
}
td.bg {
	font-weight: bold !important;
	background-color: #C0C0C0 !important;
}
.infoerror {
	font-weight: bold;
	color: #FF0000;
}
.infook {
	font-weight: bold;
	color: #339933;
}
.center{
	text-align: center;
}
span.sort-introtext{
	color: #999999;
	font-size: 11px;
}
/* Style button */
.style-button {
	padding: 0px 10px 0px 0px;
	height: 25px;
	cursor: pointer;
	display: inline-block;
	background-image: url('../images/products/button.png');
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.style-button:hover {
	background-image: url('../images/products/button.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.style-button:hover span, .style-button:hover a {
	background-repeat: no-repeat !important;
	background-position: left bottom;
	background-image: url('../images/products/button.png');
}
.style-button span, .style-button a {
	background-position: left top;
	line-height: 25px;
	padding-left: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-image: url('../images/products/button.png');
	font-weight: bold;
	color: #FFFFFF;
}

/* ul list */
ul.list-item, ul.list-none {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}
ul.list-item li{
	background-repeat: no-repeat;
	background-position: left 6px;
	background-image: url('../images/products/ul-bull.png');
	padding-left: 10px;
	line-height: 1.5em;
}

ul.list-none li {
	line-height: 1.6em;
}

/* GENNERATE PAGE */
div.generate_page{
	padding: 5px;
	margin: 5px 0px 5px 0px;
	border: 1px solid #CCCCCC;
	text-align: right;
	font-weight: bold;
}

/* MAIN CSS */
.product-cat-item {
	border: 1px solid #ccc;
	padding: 10px;
	box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.product-cat-item .product-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* VIEWCAT */
.cat-data{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.cat-data h3{
    font-size: 2.5rem
}

.cat-data p{
    font-style: italic;
}

.item-cat{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

.item-cat h3{
    font-size: 1.8rem
}

.item-cat .img{
	width: 150px;
	max-height: 160px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.item-cat .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* DETAIL */
.detail-product {
	
}
.detail-product h3 {
	
}
.detail-product .img {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}
.detail-product .img ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.detail-product .img ul li.top {
	max-height:350px;
	overflow:hidden;
}
.detail-product .img ul li.related {
	border: 2px solid #CCCCCC;
	float: left;
	margin-top: 5px;
	margin-left: 2px;
	width: 90px;
	max-height: 120px;
	overflow: hidden;
	margin-right: 2px;
}
.description-product {
	padding: 10px
}
.related-product {
	
}

/* BLOCK CATEGORIES */
#smoothmenu2 {
	z-index: 1000
}
.ddsmoothmenu-v {
	
}
.ddsmoothmenu-v ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.ddsmoothmenu-v ul li {
    position: relative;
}

.ddsmoothmenu-v ul li a {
    display: block;
    color: #000000;
    padding: 5px;
    white-space: nowrap;
	border-bottom:1px dashed #f5f5f5;
}

.ddsmoothmenu-v ul li img {
    position: absolute;
    right: 10px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
    color:#000000;
    background: #fff;
}

.ddsmoothmenu-v ul li a.selected {
    background: #00A5D5;
    color: #fff;
}

.ddsmoothmenu-v ul li a:hover {
    background: #F5F5F5;
    color: #007da9;
}

.ddsmoothmenu-v ul li ul {
    position: absolute;
    top: 0;
    font-weight: normal;
    visibility: hidden;
	width:200px;
	border:1px solid #D8D8D8;
}

* html .ddsmoothmenu-v ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu-v ul li a {
    height: 1%;
}
.ds-product{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(20rem, 1fr))[auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
    gap: 1.5rem;
}

.product-cat-item .img img{
    width: 100%;
    height: auto;
    
}
.ds-product .product-cat-item h3{
    margin-top: 1rem
}

.slider-nav img{
    width: 100%;
    padding-right: 10px
}

.slider-for img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.detail-product .time-product{
    margin: 10px 0
}

.detail-product .time-product span{
    color: #999;
}

.description-product div:NTH-CHILD(1) {
    font-size: 1.8rem;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px
}

.description-product ul, .description-product ol{
    list-style: disc;
}

.description-product ul ul{
    list-style: circle;
}

.related-product{
    font-size: 1.8rem;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px
}

.css-title{
    margin-bottom: 15px
}