body {
	font-family: -apple-system,Microsoft JhengHei,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif,arial;
	font-weight: 400;
	color: #666;
        font-size: 1.6rem;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
        font-weight:bold;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #828282;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
        font-size: 14px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #a41b28;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #892e2e;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	/*margin: 0 0 20px 0;*/
	min-height: 40px;
        min-width:300px;
}
#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #e78622;
	background-image: linear-gradient(to bottom, #e78622, #f8a652);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #ffffff;
	text-decoration: none;
        font-size:12px;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}

#top-links .dropdown-menu {
    background-color: #672727;
}

#top-links .dropdown-menu a {
	text-shadow: none;
        color: #ffffff;
}
#top-links .dropdown-menu a:hover {
	color: black;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: -10px 0 10px 0;
        max-height:100px;
        padding-top:8px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 15px;
	line-height: 18px;
	color: #1c1c1c;
        border-color: #ffe000;
        background: #ffe000;
        /*border-color: #0d450d;*/
        /*background: #0d5f0d;*/
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
        width:150%;
}

.category-btn > a {
    float: left;
    color:#a32431;
    font-size:14px;
    font-weight: bold;
    /*border: 1px solid #a32431;*/
    padding: 4px 9px;
    margin: 3px;
}

.category-btn > a:hover  {
    font-size:14px;
    color:#f89406;
    border: 1px solid #f89406;
}
.category-btn{
    display:inline-block;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 250px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #d35555;
	background-repeat: repeat-x;
	border-color: #df7070 #df7070 #df7070;
	min-height: 40px;
        border-radius:0px;
        min-width:300px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
        font-size: 17px;
        font-weight: bold;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
        background-color: #Red;
	background-image: linear-gradient(to bottom, #BA1F2F, #9B1926);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #d62828, #921a1a);
	background-repeat: repeat-x;
	border-color: #ffffff;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #b01d2c;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
        
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
        .video-btn{
                overflow: hidden;
                max-width: 300px;
        }
        
        #logo {
            margin: -10px 0 10px 0;
            display: flex;
            justify-content: center;
        }
}
/* content */
#content {
	min-height: 300px;
}

div#content img{
        max-width: -webkit-fill-available;
}

#success_message {
        font-size:17px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #b13636;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
        font-size:15px;
        min-width:300px;
}
footer .container {
	padding: 0 20px;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	/*border: 1px solid #ddd;*/
        overflow: hidden;
        font-size:13px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
        background-color: #672727;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #4a9b4c, #3d643f);
	background-repeat: repeat-x;
        border-color: #197b1d #284e29 #1b301c;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1c8c22;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/*hide for test border: 1px solid #ddd;*/
	margin-bottom: 20px;
	/*overflow: auto;*/
        /*overflow-y: hidden;*/
        padding: 0px;
        /*border-style: outset;*/
        border-style: ridge;
        border-width: 2px;
        border-radius: 10px;
        box-shadow: 20px 38px 34px -35px hsl(0deg 0% 0% / 20%);
        /*border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;*/
}

.product-thumb:hover {
        border-color: #cb525e;
}

.product-thumb .image {
	text-align: center;
        position: relative;
        padding-top:5px;
}

.product-thumb .special-price-label {
        position: absolute;
        top: 10px;
        left: 5px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 20px;
        color: white;
        line-height: 55px;
        text-align: center;
        background: #ff2704;
        opacity: 0.8;
        font-weight:bold;
        overflow-y: hidden;
}

.product-thumb .order-product-label {
        position: absolute;
        top: 80px;
        left: 5px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 20px;
        color: white;
        line-height: 55px;
        text-align: center;
        background: #0469ff;
        opacity: 0.8;
        font-weight:bold;
        font-size:15px;
}


.product-thumb .order-product-label:hover {
        color: white;
        background: #f2e24f;
        opacity: 1;
}

@media (min-width: 900px) and (max-width:1191px) {
    .product-thumb .order-product-label {
        position: absolute;
        top: 50px;
        right: 0px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        color: white;
        line-height: 40px;
        text-align: center;
        background: #0469ff;
        opacity: 0.8;
        font-weight:bold;
        font-size:15px;
        overflow-y: hidden;
    }

    .product-thumb .special-price-label {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        font-size: 20px;
        color: white;
        line-height: 40px;
        text-align: center;
        background: #ff2704;
        opacity: 0.8;
        font-weight: bold;
        font-size:15px;
        overflow-y: hidden;
    }
}

@media (min-width: 770px) and (max-width:899px) {
    .product-thumb .order-product-label {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 12px;
        color: white;
        line-height: 30px;
        text-align: center;
        background: #0469ff;
        opacity: 0.8;
        font-weight: bold;
        overflow-y: hidden;
    }

    .product-thumb .special-price-label {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 12px;
        color: white;
        line-height: 40px;
        text-align: center;
        background: #ff2704;
        opacity: 0.8;
        font-weight: bold;
        overflow-y: hidden;
    }
    
    .product-thumb .image img{
        margin-top:10px;
        max-width:180px;
        max-height:180px;
    }
}


.product-thumb .preorder-label {
        position: absolute;
        top: 10px;
        right: 5px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 20px;
        color: white;
        line-height: 55px;
        text-align: center;
        background: #33a47dc2;
        opacity: 0.8;
        font-weight:bold;
        font-size:15px;
}

.product-thumb  .preorder-label:hover {
        color: white;
        background: #f2e24f;
        opacity: 1;
}

.product-thumb  .short-stock-label {
        position: absolute;
        top: 70px;
        right: 5px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 20px;
        color: white;
        line-height: 55px;
        text-align: center;
        background: #9a9e35c2;
        opacity: 0.8;
        font-weight:bold;
        font-size:15px;
}

.product-thumb .image .short-stock-label:hover {
        color: white;
        background: #f2e24f;
        opacity: 1;
}

.product-thumb .image .special-price-label:hover {
        color: white;
        background: #f2e24f;
        opacity: 1;
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
        max-width:180px;
        max-height:180px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
        min-height: 70px;
        overflow: hidden;
}

.product-thumb h2 {
	font-weight: bold;
        min-height: 50px;
        overflow: hidden;
        font-size: 15px;
        max-height: 50px;
}

.product-thumb p {
        font-size:14px;
        min-height: 80px;
        overflow: hidden;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
/*
.product-item-list .product-thumb .image {
        width: 30%;
}

.product-item-list .product-thumb .caption {
	min-height: 113px;
	margin-left: 0;
	padding: 0 10px;
        width:50%;
}*/
.product-list .product-thumb .caption {
	min-height: 113px;
	margin-left: 0;
	padding: 0 10px;
}
.product-thumb h4 {
        font-size: 14px;
        min-height: 40px;
}
}

@media (max-width:425px){
    .product-image-area {
        padding:0px;
    }
}

.product-thumb .caption {
	padding: 0 10px;
	min-height: 170px;
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
        font-size:23px;
        min-height:20px;
        font-weight: bold;
        text-align:center;
}
.product-thumb .price-new {
        color: #ec0808e3;
	font-weight: 1000;
        font-size:23px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
        font-size: 16px;
}
@media (max-width: 767px) {
    .product-thumb .price {
            color: #444;
            font-size:15px;
            min-height:20px;
            font-weight: bold;
            text-align:center;
    }
    .product-thumb .price-new {
        color: #ec0808e3;
	font-weight: 14px;
        font-size:17px;
    }
    .product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 2px;
        font-size:13px;
    }
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
        
        /* logo */
        #logo {
            margin: -2px 0 10px 0;
        }
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
        
        /* logo */
        #logo {
            margin: -2px 0 10px 0;
        }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

iframe{
    width:80%;
}

@media (max-width: 768px) {
iframe{
    width:100%;
}

.product-thumb .special-price-label {
        top: 5px;
        left: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 18px;
        color: white;
        line-height: 50px;
        text-align: center;
        background: #ff2704;
        opacity: 0.8;
        font-weight:bold;
        overflow-y: hidden;
}

.product-thumb .preorder-label {
        top: 5px;
        right: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 18px;
        color: white;
        line-height: 50px;
        text-align: center;
        background: #33a47dc2;
        opacity: 0.8;
        font-weight:bold;
        overflow-y: hidden;
}

.product-thumb .short-stock-label {
        top: 50px;
        right: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 18px;
        color: white;
        line-height: 50px;
        text-align: center;
        background: #9a9e35c2;
        opacity: 0.8;
        font-weight:bold;
        overflow-y: hidden;
        font-size:12px;
}

.product-thumb .order-product-label {
        top: 60px;
        right: 0px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 12px;
        color: white;
        line-height: 50px;
        text-align: center;
        background: #0469ff;
        opacity: 0.8;
        font-weight:bold;
        overflow-y: hidden;
}

.language_list {
        background: #672727;
}

.category-product-la-img{
    min-width:inherit;
    aspect-ratio: 1 / 1;
}
.manufacturer-product-la-img{
    min-width:inherit;
    aspect-ratio: 1/1;
}

.search-product-la-img{
    min-width:inherit;
    aspect-ratio: 1/1;
}

}

.product_name{
    height: 70px;
    width: 95%;
    overflow: hidden;
    text-align:center;
}

.product-removed{
        position: absolute;
        top: 25%;
        left: 28%;
        width: 300px;
        height: 90px;
        border-radius: 60%;
        font-size: 20px;
        color: white;
        line-height: 70px;
        text-align: center;
        background: #faa732;
        opacity: 0.7;
        font-weight:bold;
}

.product-special-price{
        position: absolute;
        top: 25%;
        left: 5%;
        width: 100px;
        height: 90px;
        border-radius: 60%;
        font-size: 20px;
        color: white;
        line-height: 70px;
        text-align: center;
        background: #ff2704;
        opacity: 0.7;
        font-weight:bold;
}



.product-order-product{
    position: absolute;
    top: 8%;
    left: 10%;
    width: 150px;
    height: 75px;
    border-radius: 60%;
    font-size: 25px;
    color: white;
    line-height: 70px;
    text-align: center;
    background: #3279fa;
    opacity: 0.7;
    font-weight:bold;
}

.short-period-product{
    position: absolute;
    top: 8%;
    left: 10%;
    width: 150px;
    height: 75px;
    border-radius: 60%;
    font-size: 25px;
    color: white;
    line-height: 70px;
    text-align: center;
    background: #9a9e35c2;
    opacity: 0.7;
    font-weight:bold;
}

@media (max-width: 767px) {
    .product-special-price{
            position: absolute;
            top: 25%;
            left: 5%;
            width: 50px;
            height: 50px;
            border-radius: 60%;
            font-size: 15px;
            color: white;
            line-height: 50px;
            text-align: center;
            background: #ff2704;
            opacity: 0.7;
            font-weight:bold;
    }
    
    .product-removed{
        position: absolute;
        top: 25%;
        left: 10%;
        width: 300px;
        height: 90px;
        border-radius: 60%;
        font-size: 20px;
        color: white;
        line-height: 70px;
        text-align: center;
        background: #faa732;
        opacity: 0.7;
        font-weight:bold;
    }
    
    .product-order-product{
        position: absolute;
        top: 8%;
        left: 10%;
        width: 100px;
        height: 70px;
        border-radius: 60%;
        font-size: 20px;
        color: white;
        line-height: 70px;
        text-align: center;
        background: #3279fa;
        opacity: 0.7;
        font-weight:bold;
    }
    
    .short-period-product{
        position: absolute;
        top: 8%;
        left: 10%;
        width: 100px;
        height: 70px;
        border-radius: 60%;
        font-size: 20px;
        color: white;
        line-height: 70px;
        text-align: center;
        background: #9a9e35c2;
        opacity: 0.7;
        font-weight:bold;
    }
}

.product-removed:hover {
        color: white;
        background: red;
        opacity: 0.9;
}

.product-order-product:hover {
        color: white;
        background: green;
        opacity: 0.9;
}

.short-period-product:hover {
        color: white;
        background: yellow;
        opacity: 0.9;
}


.type_desc {
        font-size:16px;
}

.default{
    position:relative;
    background: white;
}
.fixed {
    z-index: 5;
    position: fixed;
    top: 0px;
    width: 100%;
    background: white;
}

.payment_method_logo {
    padding-left: 3%;
    padding-right: 3%;
    padding-top:2px;
}

.payment_method_logo > img {
    width:30%;
}

#color-option {
    display: inline-block;
    margin: 2px;
}

 .color-option-item {
    border: 2px solid #a8a8a8;
    border-radius: 5px;
    margin: 3px;
    padding:1px;
    float: left;
    padding-left: 3px;
    padding-right: 5px;
    font-size:14px;
    text-align:center;
    min-width: 80px;
}

 .color-option-item-current {
    border: 2px solid #a8a8a8;
    border-color : #f1a03c;
    border-radius: 5px;
    font-size:10px;
    margin: 3px;
    padding:1px;
    float: left;
    padding-left: 3px;
    padding-right: 5px;
    z-index:1;
    text-align:center;
    min-width: 80px;
    overflow-y: hidden;
}

div#color-option div.color-option-item div.color-option-desc {
    font-size:15px;
    max-height: 17px;
    max-width: inherit;
    overflow-y: hidden;
}

div#color-option div.color-option-item-current div.color-option-desc {
    font-size:15px;
    max-height: 17px;
    max-width: inherit;
    overflow-y: hidden;
}

#color-option > .color-option-item-current > img {
    z-index:2;
    opacity:0.3;
}

@media only screen and (max-width: 300px){
     .color-option-item-current {
         max-width:40px;
     }
     
      .color-option-item {
         max-width:40px;
      }
      
    div#color-option div.color-option-item div.color-option-desc {
        font-size:10px;
        max-height: 15px;
        max-width: inherit;
        overflow-y: hidden;
    }

    div#color-option div.color-option-item-current div.color-option-desc {
        font-size:10px;
        max-height: 15px;
        max-width: inherit;
        overflow-y: hidden;
    }

}

@media only screen and (max-width: 850px){
     .color-option-item-current {
         max-width:60px;
     }
     
      .color-option-item {
          max-width:70px;
      }
}

@media only screen and (max-width: 640px){
    td.text-left.product-name {
        top:50%;
        font-size:14px;
        letter-spacing:1.5px;
        vertical-align:middle;
    }
    div.cart-product-price {
        display:inline;
    }
    
    .cart-product-list{
        width:100px;
    }
    
    td.text-center.cart-product-image-header{
        width:20px;
    }
    
    img.cart-product-image{
        width:100px;
    }
    
    td.text-center.product-image{
        width:15px;
    }
    
    td.text-left.cart-product-price-header {
        display: none;
    }
    
    td.text-left.cart-product-name-header {
        
    }

    td.text-left.product-price {
        font-size:16px;
        vertical-align:middle;
        display: none;
    }

    td.text-left.product-total {
        font-size:larger;
        vertical-align:middle;
        text-align:center;
    }

    td.text-left.cart-product-total-header{

    }
    
    td.cart-table-space{
        display:none;
    }
    
    td.text-center.cart-product-remove{
        display: none;
    }
    
    td.text-center.product-quantity{
        vertical-align:middle;
    }

    #cart-product-list thead{
        font-size:15px;
    }

    .cart-product-total{
        font-size:20px;
    }

    td.text-left.cart-product-number{
        font-size:15px;
    }

    td.text-center.product-remove{
        vertical-align: middle;
    }

    td.text-center.product-remove i{
        font-size:20px;
    }

    td.text-center.product-remove i:hover{
        font-size:20px;
         color:red;
    }
    
    div.cart-total {
        font-size:14px;
    }
    div.cart-remove-product i{
        font-size:22px;
    }
}

@media only screen and (max-width: 800px) and (min-width: 640px){
    td.text-left.product-name {
        top:50%;
        font-size:14px;
        vertical-align:middle;
    }

    td.text-left.product-price {
        font-size:16px;
        vertical-align:middle;
    }

    td.text-left.product-total {
        font-size:16px;
        vertical-align:middle;
    }

    td.text-center.product-quantity{
        vertical-align:middle;
    }

    #cart-product-list thead{
        font-size:15px;
    }

    .cart-product-total{
        font-size:20px;
    }

    td.text-left.cart-product-number{
        font-size:15px;
    }

    td.text-center.product-remove{
        vertical-align: middle;
    }

    td.text-center.product-remove i{
        font-size:30px;
    }
    


    td.text-center.product-remove i:hover{
        font-size:32px;
        color:red;
    }
    
    div.text-right.cart-total {
        font-size:16px;
    }
    
    div.cart-product-price {
        display:none;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 800px){
    td.text-left.product-name {
        top:50%;
        font-size:14px;
        vertical-align:middle;
    }

    td.text-left.product-price {
        font-size:16px;
        vertical-align:middle;
    }

    td.text-left.product-total {
        font-size:16px;
        vertical-align:middle;
    }

    td.text-center.product-quantity{
        vertical-align:middle;
    }

    #cart-product-list thead{
        font-size:15px;
    }

    .cart-product-total{
        font-size:20px;
    }

    td.text-left.cart-product-number{
        font-size:15px;
    }

    td.text-center.product-remove{
        vertical-align: middle;
    }

    td.text-center.product-remove i{
        font-size:30px;
    }

    td.text-center.product-remove i:hover{
        font-size:32px;
        color:red;
    }
    
    div.cart-total {
        font-size:20px;
    }
    
    div.cart-product-price {
        display:none;
    }
    
    div.cart-remove-product{
        display:none;
    }
}

@media only screen and (max-width: 9999999px) and (min-width: 1280px){
    td.text-left.product-name {
        top:50%;
        font-size:14px;
        vertical-align:middle;
    }

    td.text-left.product-price {
        font-size:16px;
        vertical-align:middle;
    }

    td.text-left.product-total {
        font-size:16px;
        vertical-align:middle;
    }

    td.text-center.product-quantity{
        vertical-align:middle;
    }

    #cart-product-list thead{
        font-size:15px;
    }

    .cart-product-total{
        font-size:20px;
    }

    td.text-left.cart-product-number{
        font-size:15px;
    }

    td.text-center.product-remove{
        vertical-align: middle;
    }

    td.text-center.product-remove i{
        font-size:30px;
    }
    
    td.text-center.product-remove i:hover{
        font-size:32px;
        color:red;
    }
    
    div.cart-total{
        font-size:20px;
    }
    
    div.cart-product-price {
        display:none;
    }
    div.cart-remove-product{
        display:none;
    }
    
}

.tab-content {
    letter-spacing : 2px;
}

h1.product-name {
    letter-spacing:1px;
}

@media only screen and (max-width: 640px){
    .tab-content {
        font-size:14px;
    }
    
    h1.product-name {
        font-size:20px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 800px) and (min-width: 640px){
    .tab-content {
        font-size:16px;
    }
    
    h1.product-name {
        font-size:20px;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 800px){
    .tab-content {
        font-size:18px;
    }
    
    h1.product-name {
        font-size:20px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 9999999px) and (min-width: 1280px){
    .tab-content {
        font-size:18px;
    }
} 

#tab-bar{
    top:0px;
    z-index:10;
    background-color: white;
    position: sticky;
}

#head-bar{
    background: #b13636;
    padding-top: 20px;
    min-width:300px;
}

/* Category Scoller List */
@media (max-width: 768px) {
    .category-image img{
        border-radius:50%;
        box-shadow: 0px 7px 8px rgba(0,0,0,0.3);
        margin:3px;
        opacity:1;
        width:80px;
    }

    .category-item{
        position: relative;
        overflow-x:scroll;
        overflow-y:hidden;
        display:flex;
        height:160px;
        text-align:center;
    }
}

@media (min-width: 768px) {
    .category-item{
        position: relative;
        overflow-y:scroll;
        overflow-x:hidden;
        /*display:flex;*/
        max-height:290px;
        min-height:100px;
        text-align:center;
    }
}

.category-item::-webkit-scrollbar-track {
        /*border: 1px solid #6a6868;*/
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #ffffff;
        border-radius: 10px;
}

.category-item::-webkit-scrollbar
{
        width: 5px;
        height: 5px;
        /*background-color: #b01d2c;*/
}

.category-item::-webkit-scrollbar-thumb
{
        background-color: #b01d2c;	
        border-radius: 10px;
}

.item{
   display: inline-block;
   text-align-last: center;
   padding-left:1px;
   padding-right:1px;
   margin-top:0px;
   min-width:100px;
   height:100px;
}


.category-image img:hover{
   box-shadow: 0px 2px 6px 3px rgb(103, 39, 39, 1);
   opacity:1;
}

.category-image img{
   border-radius:50%;
   box-shadow: 0px 7px 8px rgba(0,0,0,0.3);
   margin:3px;
   opacity:1;
}

.category-btn{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.category_title{
     background-color: #b01d2c;
     text-align: center;
     font-weight: bold;
     font-size: 21px;
     border-radius: 20px 20px 0px 0px;
     color: white;
}
/* Category Scoller List */

/* Related Product Scoller */
 .related-item{
    position: relative;
    display:flex;
    height:270px;
    overflow-x:scroll;
    overflow-y: hidden;
}
.re-item{
     display: inline-block;
     text-align-last: center;
     padding-left: 1px;
     padding-right: 1px;
     border-style: outset;
     margin: 5px;
     padding: 5px;
     border-radius: 20px;
     height: 250px;
}

.re-item .price-new{
    font-weight: bold;
    color: red;
}

.re-item .price-old{
    padding-left:5px;
    font-size:13px;
}

 .related-item::-webkit-scrollbar-track {
 /*border: 1px solid #6a6868;*/
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #ffffff;
 border-radius: 10px;
 }

 .related-item::-webkit-scrollbar
 {
         height: 10px;
         /*background-color: #b01d2c;*/
 }

 .related-item::-webkit-scrollbar-thumb
 {
         background-color: #b01d2c;	
         border-radius: 10px;
 }

 .caption > h4.re-item-name{
     height:50px;
     width: 150px;
     padding-left:5px;
     padding-right:5px;
     font-weight: bold;
     overflow-y:hidden;
 }

 .relative-product-title{
     background-color: #b01d2c;
     text-align: center;
     font-weight: bold;
     font-size: 21px;
     border-radius: 10px 10px 0px 0px;
     color: white;
     margin-bottom: 0px;
 }

 .caption > p.price{
     font-weight: bold;
     font-size: 20px;
     height: 30px;
     margin-top: 10px;
     padding-top: 5px;
     padding-bottom: 5px;
 }

 .caption > p.price > span.price-new{
     color: #ec0808e3;
     font-weight: 1000;
     font-size: 20px;
 }

 .caption > p.price > span.price-old{
     color: #999;
     text-decoration: line-through;
     font-size: 16px;
 }
 /* Related Product Scoller */
 
 
/* Package Selector */
#package_area{
    /*max-height:600px;
    overflow-y:scroll;*/
}
.package{
    width:100%;
    text-align: center;
}
.package_name{
    font-size: 20px;
    font-weight: bold;
}
.item-image{
    border-style:solid;
    border-width: 1px;
    border-radius:5px;
}
.sale-price{
    padding-bottom: 5px;
    font-size:20px;
    color:red;
    font-weight: bold;
}
.discount-rate{
    font-size:20px;
    color:red;
    font-weight: bold;
}
/* Package Selector */

/* Manufacturer Scoller List */

.manufactuer-product-total{
    color:black;
    font-size:14px;
}

@media (max-width: 768px) {
    .manufacturer-image img{
        /*border-radius:10%;
        box-shadow: 0px 2px 6px 2px;*/
        margin:3px;
        opacity:1;
        width:80px;
        min-width:80px;
    }

    .manufacturer-item{
        position: relative;
        overflow-x:scroll;
        overflow-y:hidden;
        display:flex;
        height:120px;
    }
    
    .manufactuer-product-total{
        font-size:14px;
    }
}


@media (min-width: 768px) {
    .manufacturer-image img{
        /*border-radius:10%;
        box-shadow: 0px 2px 6px 2px;*/
        margin:3px;
        opacity:1;
        width:80px;
    }
    
    .manufacturer-item{
        position: relative;
        overflow-y:scroll;
        overflow-x:hidden;
        /*display:flex;*/
        max-height:175px;
        min-height:100px;
    }
}

.manufacturer-item::-webkit-scrollbar-track {
        /*border: 1px solid #6a6868;*/
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #ffffff;
        border-radius: 10px;
}

.manufacturer-item::-webkit-scrollbar
{
        width: 5px;
        height: 5px;
        /*background-color: #b01d2c;*/
}

.manufacturer-item::-webkit-scrollbar-thumb
{
        background-color: #0d450d;	
        border-radius: 10px;
}

.m-item{
   display: inline-block;
   text-align-last: center;
   padding-left:1px;
   padding-right:1px;
}

.manufacturer_title{
     background-color: #0d450d;
     text-align: center;
     font-weight: bold;
     font-size: 21px;
     border-radius: 20px 20px 0px 0px;
     color: white;
}
/* Manufacturer Scoller List */


ul.dropdown-menu{
    width:90%;
    overflow-x:hidden;
}

@media (max-width: 768px){
    h1.search-title{
        font-size:20px;
        font-weight: bold;
    }
    
    #head-image{
        width:250px;
    }
}

#shop_info{
    font-size:12px;
}

.info-title{
        background-color: #b01d2c;
text-align: center;
font-weight: bold;
font-size: 21px;
color: white;
}

@media (min-width: 768px) {
    #pop-modal{
        background:none;
        /*display: flex;*/
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: inherit;
    }
}

.showroom-demo{    
    position: absolute;
    bottom: 30%;
    width: 98%;
    height: 40px;
    font-size: 20px;
    left:1%;
    color: white;
    text-align: center;
    background: #23b356;
    opacity: 0.7;
    font-weight: bold;
    line-height: 40px;
    z-index: 5;
}
@media (min-width: 360px) {
    .showroom-demo{    
        bottom: 30%;
    }
}

@media (max-width:425px){
    .showroom-demo{    
        bottom: 35%;
    }
}

@media (max-width: 768px) {
    .showroom-demo{    
        bottom: 27%;
    }
}

@media (max-width: 767px) {
    #pop-modal{
        width:80%;
        background:none;
        display: flex;
        margin: inherit;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .type_desc {
        font-size:14px;
    }
    
}

#pop_msg{
    padding-right:0px;
}

p#oe-comment{
    font-size:12px;
}

h2#showed-sale-price{
    margin-top:0px;
    font-weight:bold;
}

div.manufacturer_intro{
    min-height: 0px;
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

tr.product-card{
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: #8f8f8f;  
}

.shipping_method_select{
    position: relative;
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.offer{
    font-size: 18px;
    width: 70%;
    background-color:red;
    color: white;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

span.stock-remark{
    background-color:#fb7070;
    color:white;
}

span.free-shipping-remark{
    margin-left:3px;
    background-color:#27b345;
    color:white;
}

.product-message{
    color:red;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
}


/* Homepage Product Scoller */
.product_slider_product{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 .product-slider-item{
    position: relative;
    display:flex;
    height:350px;
    overflow-x:scroll;
    overflow-y: hidden;
}
.re-item{
     display: inline-block;
     text-align-last: center;
     padding-left: 1px;
     padding-right: 1px;
     border-style: outset;
     margin: 5px;
     padding: 5px;
     border-radius: 20px;
     height: 250px;
}

 .product-slider-item::-webkit-scrollbar-track {
 /*border: 1px solid #6a6868;*/
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #ffffff;
 border-radius: 10px;
 }

 .product-slider-item::-webkit-scrollbar
 {
         height: 10px;
         /*background-color: #b01d2c;*/
 }

 .product-slider-item::-webkit-scrollbar-thumb
 {
         background-color: #b01d2c;	
         border-radius: 10px;
 }
 
 .product-thumb-image{
    margin-bottom: 20px;
    /* overflow: auto; */
    overflow-y: hidden;
    margin-left:20px;
    margin-right:20px;
    border-style: outset;
    width:250px;
 }
 
div.promotion_text{
    background-color: #FF0000;
    color: white;
    padding: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}

div .caption{
    margin:8px;
}

span.promotion-text {
    background-color: #ffe000;
    color: black;
    font-weight: bold;
}

div.promotion{
    margin-top:6px;
    text-align:center;
    padding:4px;
    font-size: 16px;
    height: 22px;
    overflow-y: hidden;
}

div.caption > div.product_name > h2{
    font-weight: bold;
    min-height: 50px;
    overflow: hidden;
    font-size: 15px;
    max-height: 50px;
    margin-top: 2px;
    letter-spacing:1px;
}

div.offer_area{
    height:20px;
}

div.product-discount-tag {
    clip-path: polygon(0% 0%, 100% 0%,  100% 80%,50% 100%,0% 80%);
    width:35px;
    height:50px;
    padding:1px;
    text-align:center;
    color:white;
    background-color:#292928;
    display:inline-block;
    margin-left: 20px;
    font-weight: bold;
}

div.category-discount-tag{
    position: absolute;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%,50% 100%,0% 80%);
    opacity: 0.85;
    background-color: #b3303d;
    color: white;
    top: 5px;
    right: 2px;
    width: 40px;
    font-size: smaller;
    padding: 3px;
    font-weight: bold;
    height: 50px;
    overflow-wrap: break-word;
}

@media (min-width: 200px) {
    div.offer{
        font-size: 14px;
        width: 100%;
        background-color:red;
        color: white;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (min-width: 360px) {
    div.category-discount-tag{
        width:35px;
    }
    
    div.offer{
        font-size: 14px;
        width: 95%;
        background-color:red;
        color: white;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    div.promotion_text{
        background-color: #FF0000;
        color: white;
        padding: 8px;
        font-size: 16px;
    }
    
    div.offer{
        font-size: 18px;
        width: 95%;
        background-color:red;
        color: white;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (min-width: 770px) and (max-width:899px) {
        div.promotion_text{
        background-color: #FF0000;
        color: white;
        padding: 8px;
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    div.category-discount-tag{
        top:10px;
    }
    
    div.offer{
        font-size: 18px;
        width: 90%;
        background-color:red;
        color: white;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    div.category-discount-tag{
        top:10px;
        font-size: large;
        width: 50px;
        height: 60px;
    }
}   

/* Start Manufacturer-menu*/
div.manufacutrer-menu{
    background-color:#b01d2c;
    text-align: center;
    margin-bottom: 5px;
}

div.manufacturer-menu-item{
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    color: white;
}

div.manufacturer-menu-item > a {
    color: white;
}

div.manufacturer-menu-item > a:link{
    text-decoration:none;
    color: white;
}

div.manufacturer-menu-item > a:hover{
    text-decoration:none;
    color: black;
}

div.manufacturer-menu-item > a:active{
    text-decoration:none;
    color: white;
}

@media (max-width:425px){
  div.manufacutrer-menu{
      margin-left:-15px;
      margin-right:-15px;
  }

  div.manufacturer-menu-item{
      padding: 5px 5px 5px 5px;
  }
}
/* End Manufacturer-menu*/

/* Start Manufacturer Banner */
div.manufacturer-top-area{
    height:400px;
}

div.logo_area{
    padding-top:10px;
}

div.manufacturer-top-area {
    position:relative;
}

img.manufacturer_banner{
    height:100%;
    object-fit: cover;
}

img.category_banner{
    height:100%;
    object-fit: cover;
}

div.top-left-area{
      position: absolute;
      background-color: rgb(193 193 193 / 60%);
      width: 40%;
      height: 100%;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
}

img.manufacturer_logo{
      top: 5px;
      border-radius: 50%;
      box-shadow: 0px 2px 6px 2px;
      margin: 3px;
      opacity: 1;
}

h1.manufacturer_name{
      font-weight: bold;
      top: 80px;
      margin-top: 5px;
      font-size: 2vw;
      color:white;
}
div.manufacturer-description{
      top: 150px;
      color: white;
      margin-left:auto;
      margin-right:auto;
      overflow-y: auto;
      height: 180px;
}

div.manufacturer_intro{
    /*visibility: hidden;*/
    height:300px;
}

@media (min-width: 768px) and (max-width: 991px) {
    div.manufacturer-top-area{
      height:300px;
    }   

    h1.manufacturer_name{
        font-size:larger;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    div.manufacturer-description{
          font-size:smaller;
          font-weight: bold;
          overflow-y: auto;
          height: 123px;
    }

    div.top-left-area{
        width:50%;
    }
}

@media (max-width:425px){
    div.manufacturer-top-area{
          height:250px;
          margin-left: -15px;
          margin-right: -15px;
    } 

    div.top-left-area{
        width: 100%;
    }

    h1.manufacturer_name{
          font-size: larger;
          margin-top: 0px;
          font-weight: bold;
    }

    img.manufacturer_logo{
        width: 70px;
    }

    div.manufacturer-description{
       font-size: 15px;
       overflow-y: auto;
       height: 80px;
    }

    div.logo_area{
        padding-top:10px;
    }

  div.manufacturer_intro{
    height:70px;
  }
}
/* End Manufacturer Banner */

/* Start Category Banner */
div.category-top-area{
    height:400px;
    position:relative;
}

div.category-top-area div.logo_area{
    padding-top:10px;
}

img.category_banner{
    height:100%;
    object-fit: cover;
}

div.category-top-area img.category_banner{
    height:100%;
    object-fit: cover;
}

div.category-top-area div.top-left-area{
      position: absolute;
      background-color: rgb(193 193 193 / 60%);
      width: 40%;
      height: 100%;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
}

div.category-top-area div.logo_area img.category_logo{
      top: 5px;
      border-radius: 50%;
      box-shadow: 0px 2px 6px 2px;
      margin: 3px;
      opacity: 1;
}

div.category-top-area div.top-left-area h1.category_name{
      font-weight: bold;
      top: 80px;
      margin-top: 5px;
      font-size: 2vw;
      color:white;
}
div.category-top-area div.top-left-area div.category-description{
      top: 150px;
      color: white;
      margin-left:auto;
      margin-right:auto;
      overflow-y: auto;
      height: 180px;
}

@media (min-width: 768px) and (max-width: 991px) {
    div.category-top-area{
      height:300px;
    }   

    div.category-top-area div.top-left-area h1.category_name{
        font-size:larger;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    div.category-top-area div.top-left-area div.category-description{
          font-size:smaller;
          font-weight: bold;
          overflow-y: auto;
          height: 123px;
    }

    div.category-top-area div.top-left-area{
        width:50%;
    }
}

@media (max-width:425px){
    div.category-top-area{
          height:250px;
    } 

    div.category-top-area div.top-left-area{
        width: 100%;
    }

    div.category-top-area div.top-left-area h1.category_name{
          font-size: larger;
          margin-top: 0px;
          font-weight: bold;
    }

    div.category-top-area div.logo_area img.category_logo{
        width: 70px;
    }

    div.category-top-area div.top-left-area div.category-description{
       font-size: 15px;
       overflow-y: auto;
       height: 80px;
    }

    div.category-top-area div.logo_area{
        padding-top:10px;
    }
}
/* End category Banner */

/* Start Category Manu */
div.category-menu{
    background-color:#b01d2c;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

div.category-menu-item{
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px 10px 15px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    color: white;
}

div.category-menu-item > a {
    color: white;
}

div.category-menu-item > a:link{
    text-decoration:none;
    color: white;
}

div.category-menu-item > a:hover{
    text-decoration:none;
    color: black;
}

div.category-menu-item > a:active{
    text-decoration:none;
    color: white;
}

@media (max-width:425px){
  div.category-menu{
      margin-left:-15px;
  }

  div.category-menu-item{
      padding: 5px 5px 5px 5px;
  }
  
  .category_title{
     font-size: 21px;
     border-radius: 0px 0px 0px 0px;
     margin-left: -15px;
     margin-right: -15px;
     margin-top: 0px;
     margin-bottom: 0xp;
   }
}
/* End Category Manu */

.option-item{
    font-size:16px;
}

.bottom-tab{
    display: none;
}
@media (max-width: 768px) {
  .bottom-tab{
      display:inline;
      bottom: 0;
      position: fixed;
      background-color: #b01d2c;
      width: 100%;
      height: 65px;
      z-index: 10;
      -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 60%);
      min-width:300px;
  }

  .bottom-tab-ul{
      height: 100%;
      padding: 0px;
      margin: 0px;
  }

  .bottom-item{
      float: left;
      list-style: none;
      width: 12%;
      height: 100%;
      text-align: center;
      padding-top: 5px;
      font-size:14px;
  }


  .bottom-item.active{
      background-color:#57ad5a;
  }

  .bottom-item-add-cart{
      list-style: none;
      float: left;
      width: 35%;
      margin: 5px 5px 5px;
      font-size: 14px;
      border-radius: 10px;
      background-color: green;
      color:white;
      text-align: center;
      box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
      text-shadow: 1px 2px #201f1f;
  }

  .bottom-item-add-cart:active {
      list-style: none;
      float: left;
      width: 35%;
      margin: 5px 5px 5px;
      font-size: 14px;
      border-radius: 10px;
      background-color: #136513;
      text-align: center;
      box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
      text-shadow: 1px 2px #201f1f;
      transform: translateY(4px);
  }

  .bottom-item-up{
      width:10%;
      padding-top: 7px;
      text-align: center;
      list-style: none;
      float: right;
  }



  .bottom-item > a{
      color:white;
  }

  div#foot-space{
      margin-bottom:50px;
  }
}

div.discount-member-only{
    background-color: #ffe000;
    border-width: thin;
    border-style: dashed;
    width: fit-content;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.category-item .item .category-image{
    min-width: 80px;
}

.product-card .cart-product-image{
    min-width: 80px;
}

#cart .top-cart-image{
    min-width:80px;
}

hr.product-sep-line{
    margin-top:0px;
    margin-bottom:0px;
}

h4.manufacturer-searchword{
    color:#000000;
}

div#payment-new label{
    font-size:17px;
}

div#collapse-shipping-address label{
    padding-top: 8px;
    font-size:16px;
}

div#collapse-shipping-address label{
    padding-top: 8px;
    font-size:16px;
}

div#collapse-pickup-point label{
    font-size:16px;
}

.order-status-info{
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    text-decoration-color: #d35555;
    font-weight: bold;
}

.order-payment-confirmed{
    background-color: #40d15e;
    width: max-content;
    border-radius: 10px;
    padding: 5px;
    color: white;
}

.order-payment-unconfirmed{
    background-color: #c46400;
    width: max-content;
    border-radius: 10px;
    padding: 5px;
    color: white;
}

div.await_payment_notice{
    font-size:16px;
}

@media (max-width: 768px) {
    div.await_payment_notice{
        font-size:13px;
    }
    
    img.bottom-feature-image{
        width:60px;
    }
}

.btn-theme-color-main{
        border-style: groove;
        border-width: 3px;
        background-color: #ffe000;
        border-radius: 5px;
        color:black;
        font-weight: bold;
        border-color: grey;
        padding-top:10px;
        padding-bottom:10px;
        padding-left:30px;
        padding-right:30px;
        font-size:15px;
        margin-top:5px;
}

#product_description {
    letter-spacing : 2px;
    font-size:18px;
    line-height:1.3em;
    padding-left:4px;
    padding-right:4px;
}

#product_description p {
    padding-bottom: 20px;
}

#product_description ul > li{
    line-height:1.7;
}

#product_image {
    letter-spacing : 2px;
    font-size:18px;
}

h1.title-header {
   text-align: left; 
}


@media (max-width: 1280px){
    #h-banner .swiper-slide img{
        max-height: 350px;
    }
}
@media (max-width: 768px) {
  #h-banner .swiper-slide img{
      max-height:320px;
  } 
}

@media (max-width: 639px) {
  #h-banner .swiper-slide img{
      max-height:300px;
  } 
}

@media (max-width:425px){
  #h-banner .swiper-slide img{
      max-height:250px;
  }
}

@media only screen and (max-width: 375px){
    #product_description {
        font-size:16px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 639px){
    #product_description {
        font-size:16px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 800px){

}

@media only screen and (min-width: 800px) and (max-width: 1280px){

}