:root {
--special-text-color: #FFFFFF;
--special-bg-color: #E65A2E;
--special-icon-color: #ffffff;
--newproduct-text-color: #FFFFFF;
--newproduct-bg-color: #557DC0;
--newproduct-icon-color: #ffffff;
--bestseller-text-color: #FFFFFF;
--bestseller-bg-color: #E9A631;
--bestseller-icon-color: #ffffff;
--popular-text-color: #FFFFFF;
--popular-bg-color: #53A974;
--popular-icon-color: #ffffff;
}
@media (min-width: 1330px){
.container{width:1300px;}
.breadcrumb.col-lg-offset-3, .breadcrumb.col-md-offset-3 {margin-left: 20.4%;}
.col-md-3.menu-box,
.menu_fix.col-md-3,
.container .sw-20,
#column-left.col-md-3,#column-right.col-md-3{ width:22%;}
.container .sw-80,
#content.col-md-9,#content.col-sm-9 {width: 78%;}
#menu-vertical #menu-vertical-list .box-col-3 {
	width: calc(1280px - 100%);
}
header .type-h-1.logo-top {
	width:16.66666667%;
}
}
.product-thumb .sticker-ns + .sticker-ns {
	margin-top: 8px;
}
@media (min-width: 600px) {
	.product-grid .product-thumb .cart .btn-general,
	.container-module .product-thumb .cart .btn-general {padding: 5px;}
	.product-grid .product-thumb .cart .btn-general span.text-cart-add,
	.container-module .product-thumb .cart .btn-general span.text-cart-add {display: none;}
}
@media (min-width: 992px) {
.product-grid .product-thumb .addit-action,
.container-module .product-thumb .addit-action {
	bottom:-15px;
	left: 0;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}
.product-grid .product-thumb .addit-action > div,
.container-module .product-thumb .addit-action > div{
	margin-left: 5px;
	margin-right: 5px;
}
.product-grid .product-thumb:hover .addit-action,
.container-module .product-thumb:hover .addit-action {
	bottom:15px;
	opacity: 1;
}
}
.product-thumb .action-timer {
	height: auto;
	flex-direction: column;
	left: auto !important;
	right: 0 !important;
	top: 15px;
	justify-content: flex-end;
}
.product-thumb .product-model ~ .action-timer {
	top: 30px;
}
