.ui-effects-transfer {
	z-index: 99999;
	border-radius: 4px;
	border: 2px solid var(--c1);
}
.breadrumb {
	margin: 0 ! important;
}
.box-content {
	padding-bottom: 40px;
}
.banner-product {
	margin-bottom: 20px;
}
.banner-left .advertise:not(:last-child) {
	margin-bottom: 20px;
}
h1.post-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
h1.post-title::before {
    left: 0;
    content: '';
    width: 120px;
    position: absolute;
    top: calc(100% - 1px);
    border-bottom: 2px solid var(--c2);
}

.box-sidebar {
	margin-bottom: 20px;
}
.box-sidebar .widget-title {
	color: white;
	padding: 10px;
	font-size: 16px;
	margin: 0 0 5px;
	font-weight: 700;
	line-height: 18px;
	background: #5658bd;
	text-transform: uppercase;
}
.box-sidebar .widget-title h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
}
.box-sidebar .items {
	background: white;
	padding: 5px 10px;
	border: 1px solid #5658bd;
}
.box-sidebar .items > li > a {
	display: block;
	padding: 10px 0;
    overflow: hidden;
	line-height: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.box-sidebar .items > li > a.active {
	font-weight: 700;
	color: var(--c1);
}
.box-sidebar .items > li > a.active::before {
	color: var(--c1);
}
.box-sidebar .items > li > a:hover {
	color: var(--c1);
	padding-left: 5px;
}
.box-sidebar .items > li:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.box-sidebar .items > li > a::before {
	color: #a4a6f8;
	margin-right: 10px;
}
.box-sidebar .items > li > a:hover::before {
	color: var(--c1);
}
.box-controls {
	margin-bottom: 15px;
}
.box-controls::after {
	content: '';
	clear: both;
	display: table;
}
.box-controls .form-control {
	height: 30px;
	padding: 5px 8px;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	padding-right: 23px;
	background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
    background-size: 8px 6px;
    background-position: right 0.8rem center;
    background-repeat: no-repeat;
}
.box-controls .form-control:not(:focus) {
	box-shadow: none;
	border-color: #ddd;
}
.box-controls .control {
	float: left;
}
.box-controls .control:not(:last-child) {
	margin-right: 10px;
}

.list-items {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.list-items::after {
	content: '';
	clear: both;
	display: table;
}
.product {
	width: 25%;
	float: left;
	position: relative;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.product::before {
	left: 0;
	top: 50%;
	height: 0;
	width: 1px;
	z-index: 2;
	content: '';
	position: absolute;
	background: var(--c2);
	transition: all .3s ease;
	transform: translate(0, -50%);
}
.product::after {
	height: 0;
	width: 1px;
	right: 0;
	z-index: 2;
	content: '';
	position: absolute;
	background: var(--c2);
	transition: all .3s ease;
	top: 50%;
	transform: translate(0, -50%);
}
.product:hover::before,
.product:hover::after {
	height: 100%;
}
.product .inner {
	padding: 10px;
}
.product .inner::before {
	width: 0;
	left: 0;
	z-index: 2;
	content: '';
	height: 1px;
	position: absolute;
	background: var(--c2);
	transition: all .3s ease;
	left: 50%;
	top: 0;
	transform: translate(-50%);
}
.product .inner::after {
	width: 0;
	right: 0;
	z-index: 2;
	content: '';
	height: 1px;
	position: absolute;
	background: var(--c2);
	transition: all .3s ease;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
}
.product:hover .inner::before,
.product:hover .inner::after {
	width: 100%;
}
.product .img a {
	display: block;
    padding-top: 100%;
    position: relative;	
}
.product .img span {
    top: 50%;
    left: 50%;
    width: 100%;
	max-width: 80%;
	max-height: 80%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.product .brand-name {
	height: 22px;
	z-index: 100;
	position: relative;
	margin-bottom: 10px;
}
.product .brand-name span {
	color: white;
	font-weight: 700;
	display: inline-flex;
	background: var(--c2);
	text-transform: uppercase;
	line-height: 22px;
	padding: 0 10px;
	border-radius: 2px;
}
.product .title {
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 1.4;
	color: var(--c1);
	height: 66px;
	overflow: hidden;
}
.product .prices {
	min-height: 33px;
}
.product div.price-new .price,
.product span.price-new {
	color: #ed3237;
	font-size: 22px;
	font-weight: 700;
	font-style: italic;
	font-family: 'UTM-Helvetins';
	text-shadow:
    -1px -1px 0 white,
	0   -1px 0 #ddd,
	1px -1px 0 #ddd,
	1px  0   0 #ddd,
	1px  1px 0 #ddd,
	0    1px 0 #ddd,
    -1px  1px 0 #ddd,
    -1px  0   0 #ddd;
}
.product .price-old {
	color: darkgray;
	font-size: 14px;
	margin-left: 5px;
}

.noitem .alert {
	border-radius: 0;
}

.paginate {
	margin-top: 20px;
}

.discount-percent {
	top: 10px;
	left: 10px;
    z-index: 1;
	width: 60px;
	height: 20px;
	color: white;
	position: absolute;
    padding-left: 15px;
	display: inline-flex;
	background: url(../images/icon-discount-percent.png) no-repeat;
	background-size: 60px 20px;
}
.discount-percent::before {
	content: '-';
	margin-right: 2px;
}
.discount-percent::after {
	content: '%';
}

h1.pname {
	font-size: 18px;
	color: var(--c1);
	margin: 0 0 10px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
}

.box-top {
	margin:30px 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dcdcdc;
}

/* box-gallery */
#box-gallery .gallery {
    position: relative;
}
#slider-for {
	overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
#slider-for .item {
	height: 400px;
	border: 1px solid #d6d6d6;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#slider-for .item a {
	display: block;
	padding-top: 100%;
	position: relative;
}
#slider-for .item:hover {
	border-color: var(--c1);
}
#slider-for .item a img {
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.slider-for,
.slider-nav {
	display: none;
}
.slider-for .btn-prev,
.slider-for .btn-next {
    top: 50%;
    z-index: 1;
    padding: 0;
    width: 30px;
    height: 70px;
    outline: none;
	color: white;
    background: #7879b5;
    position: absolute;
    border: none;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.slider-for .btn-prev {
    left: -30px;
}
.slider-for .btn-next {
    right: -30px;
}
.slider-for:hover .btn-prev {
	left: 0;
    background: var(--c1);
}
.slider-for:hover .btn-next {
	right: 0;
    background: var(--c1);
}
.slider-for .btn-prev::before,
.slider-for .btn-next::before {
    font-size: 20px;
    font-family: FontAwesome;
}
.slider-nav {
    margin-left: -7px;
    margin-right: -7px;
}
.slider-nav .item {
    margin: 0 5px;
    outline: none;
	height: 58px;
    background: #fff;
    position: relative;
    border: 1px solid #d5d5d5;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#slider-nav .item span {
	display: block;
	position: relative;
	padding-top: calc(100% - 8px);
}
#slider-nav .item span img {
	top: 50%;
	left: 50%;
	max-width: 85%;
	max-height: 85%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#slider-nav .item:hover,
#slider-nav .item.slick-current {
    border: 1px solid var(--c1);
}

ul.votes-views {
    display: flex;
	margin-bottom: 5px;
}
ul.votes-views li:not(.last) {
    margin-right: 20px;
    position: relative;
}
ul.votes-views li:not(.last)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #d2d2d2;
    top: 50%;
    right: -10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
ul.votes-views .fa {
    color: #ffab27;
    margin-right: 3px;
}

ul.maso-brand {
    display: flex;
    margin-bottom: 5px;
}
ul.maso-brand li:not(:first-child) {
    position: relative;
    margin-left: 20px;
}
ul.maso-brand li:not(:first-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #d2d2d2;
    top: 50%;
    left: -10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
ul.maso-brand .blue {
    color: var(--c1);
}
ul.price-text {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
ul.price-text li.price {
	margin-bottom: 5px;
}
span.price-new {
	color: #ed3237;
    font-size: 30px;
	font-weight: 700;
    font-style: italic;
    font-family: 'UTM-Helvetins';
    text-shadow:
    -1px -1px 0 white,
	0   -1px 0 #ddd,
	1px -1px 0 #ddd,
	1px  0   0 #ddd,
	1px  1px 0 #ddd,
	0    1px 0 #ddd,
    -1px  1px 0 #ddd,
    -1px  0   0 #ddd;
}
span.vat {
	color: #666;
	font-size: 14px;
	font-style: italic;
}

del.price-old {
	color: #666;
}
ul.box-options {
	margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
ul.box-options li {
	display: flex;
}
ul.box-options li:not(:last-child) {
	margin-bottom: 5px;
}
ul.box-options .option-name {
	font-weight: 700;
	margin-right: 10px;
}
ul.box-options .option-name::after {
	content: ':';
	font-weight: 400;
	margin-left: 3px;
}
.box-short {
	line-height: 1.5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.box-short li {
	position: relative;
	padding-left: 22px;
}
.box-short li:not(:last-child) {
	margin-bottom: 5px;
}
.box-short li::before {
	left: 0;
	color: var(--c1);
	content: '\f00c';
	position: absolute;
	font-family: FontAwesome;
}

.box-gift {
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #dbdeea;
}
.box-gift .widget-title {
	font-size: 16px;
	color: var(--c1);
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 10px 10px 10px 40px;
	background: #f1f2f6 url(../images/icon-gift.png) no-repeat 10px center;
	background-size: 22px 24px;
}
.box-gift .widget-content {
	padding: 10px;
}
.box-gift  li {
	position: relative;
	padding-left: 22px;
}
.box-gift  li:not(:last-child) {
	margin-bottom: 5px;
}
.box-gift  li::before {
	left: 0;
	color: #ee2038;
	content: '\f00c';
	position: absolute;
	font-family: FontAwesome;
}

.nav.nav-tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid var(--c1);
}
.nav.nav-tabs>li {
	margin: 1px 0 0;
}
.nav.nav-tabs>li>a {
	border: none;
	color: white;
	border-radius: 0;
	margin-right: 5px;
	background: #7779d6;
}
.nav.nav-tabs>li:hover>a,
.nav.nav-tabs>li.active>a {
	color: white;
	border: none;
	background: var(--c1);
}
.box-technology,
.box-description,
.box-review,
.facebook-comment {
	margin-bottom: 20px;
}
.box-technology .widget-title,
.box-description .widget-title,
.box-review .widget-title,
.box-related .widget-title {
	color: var(--c2);
	font-weight: 700;
	font-size: 18px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #ddd;
}
.box-technology .widget-title span,
.box-description .widget-title span,
.box-review .widget-title span,
.box-related .widget-title span {
	position: relative;
	display: inline-flex;
}
.box-technology .widget-title span::before,
.box-description .widget-title span::before,
.box-review .widget-title span::before,
.box-related .widget-title span::before {
	left: 0;
	right: 0;
	content: '';
	position: absolute;
	top: calc(100% + 4px);
	border-bottom: 2px solid var(--c2);
	
}
.products.owl {
	overflow: hidden;
	border-left: 1px solid #ddd;
}
.products.owl .product {
	width: 100%;
	float: none;
	border: none;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.products .owl-prev,
.products .owl-next {
    top: 50%;
    z-index: 1;
    font-size: 22px;
    padding: 24px 0;
	text-align: center;
    width: 30px;
    height: 70px;
    outline: none;
    color: white;
	background: #7879b5;
    position: absolute;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.products .owl-prev {
	left: -30px;
}
.products .owl-next {
	right: -30px;
}
.products.owl:hover .owl-prev {
	left: 0;
	background: var(--c1);
}
.products.owl:hover .owl-next {
	right: 0;
	background: var(--c1);
}

.box-technology table {
    width: 100%;
}
.box-technology table tr:nth-child(odd) td {
    background: #f2f2f2;
}
.box-technology table tr td {
    padding: 8px 10px;
    border: 1px solid #cdcdcd;
}
.box-technology table tr td:first-child {
	white-space: nowrap;
}
.box-technology table tr td.saperator {
    display: none;
}
.box-technology table .wordWrap {
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}

.entry,
.entry p {
	font-size: 16px;
	line-height: 1.8;
}
.widget ol,
.entry ol {
	padding: 0;
	margin-left: 15px;
}

.box-promotion {
	margin-bottom: 20px;
}
.box-promotion .widget-title {
    color: white;
    padding: 10px;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 18px;
    background: var(--c2);
}
.box-promotion .products {
	overflow: hidden;
    background: white;
    padding: 5px 10px;
    border: 1px solid var(--c2);
}
.box-promotion .product-small:not(:last-child) {
	border-bottom: 1px solid #ddd;
}
.box-promotion .product-small .inner {
	display: flex;
	padding: 10px 0;
}
.box-promotion .product-small .img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.box-promotion .product-small .txt {
	width: calc(100% - 70px);
}
.box-promotion .product-small .pname {
	display: block;
	line-height: 1.3;
	margin-bottom: 4px;
}
.box-promotion .product-small .price:not(.price-old) {
	color: #ed3237;
	margin-right: 15px;
}

.box-scroll {
	padding: 10px;
	background: #f0f1f2;
}
.box-scroll .pname {
	margin: 0 0 5px;
	font-size: 18px;
	color: var(--c1);
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
}
.box-scroll .price-text {
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid white;
}
.box-scroll span.price-new {
	font-size: 20px;
	margin-right: 5px;
}
.box-qty {
	margin-bottom: 10px;
}
.box-qty,
.box-qty .qty {
	display: flex;
}
.box-qty label {
	cursor: pointer;
	font-weight: 400;
	line-height: 30px;
	margin-right: 10px;
	white-space: nowrap;
}
.box-qty label::after {
	content: ':';
}
.box-qty .qty {
	height: 32px;
	background: white;
	border: 1px solid #dde0eb;
}
.box-qty .button {
	color: #999;
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	padding: 6px 5px;
	transition: all .3s ease;
}
.box-qty .button:hover {
	color: white;
	background: var(--c1);
}
.box-qty .form-control {
	width: 50px;
	border: none;
	height: 30px;
	font-size: 16px;
	border-radius: 0;
	box-shadow: none;
	background: none;
	text-align: center;
	border-left: 1px solid #dde0eb;
	border-right: 1px solid #dde0eb;
}

.btn-cart-group .button {
	width: 100%;
	height: 40px;
	border: none;
	color: white;
	outline: none;
	font-size: 16px;
	font-weight: 700;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all .3s ease;
}
.btn-cart-group .btn-cart:not(.last) {
	margin-bottom: 10px;
}
.btn-cart-group .button:hover {
	background: var(--c1);
}
.btn-cart-group .buynow {
	background: #ed3237;
}
.btn-cart-group .buynow span {
	line-height: 26px;
	padding-left: 40px;
	display: inline-flex;
	background: url(../images/btn-buynow.png) no-repeat left center;
	background-size: 30px 26px;
}
.btn-cart-group .add-to-cart {
	background: #7779d6;
}
.btn-cart-group .add-to-cart span {
	line-height: 30px;
	padding-left: 38px;
	display: inline-flex;
	background: url(../images/btn-add-to-cart.png) no-repeat left center;
	background-size: 28px 30px;
}
.box-stock {
	margin-bottom: 15px;
}
.box-stock .row0 {
	margin-right: 4px;
}
.box-stock .row0::after {
	content: ':';
}
.box-stock .stock-1 {
	color: var(--c2);
	font-size: 15px;
}
.box-stock .stock-1::before {
	content: '\f058';
	margin-right: 5px;
}
.box-stock .stock-0 {
	color: #d10000;
	font-size: 15px;
}
.box-stock .stock-0::before {
	content: '\f057';
	margin-right: 5px;
}
.box-share {
	margin-top: 10px;
}
.box-share ul {
	display: flex;
}
.box-share ul li:not(:last-child) {
	margin-right: 10px;
}
.box-accessories {
	padding: 15px;
	border-radius: 5px;
	background: #f9f9f9;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}
.box-accessories li:not(:last-child) {
	margin-bottom: 7px;
}
.box-accessories li img {
	width: 16px;
	height: 16px;
	object-fit: cover;
	margin-right: 5px;
}

/* hotdeal */
.box-banner-hotdeal_product {
	margin-bottom: 30px;
}
.product-hotdeal h1 {
	font-size: 25px;
	padding: 0 0 0 40px;
	background: url(../images/icon-flash-red.png) no-repeat left center;
	background-size: 30px 30px;
}
.product-hotdeal h1::before {
	display: none;
}
.product-hotdeal .products {
	border: 1px solid #ed3237;
}
.product-hotdeal .products::after {
	content: '';
	clear: both;
	display: table;
}

.product-hotdeal .product .inner {
	padding: 15px;
	background: white;
}
.product-hotdeal .product .img a {
	padding: 25px;
	height: initial;
	position: relative;
	text-align: center;
	display: block;
	position: relative;
	padding-top: 100%;
}
.product-hotdeal .product .img span {
	top: 50%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.product-hotdeal .product .title {
	height: 44px;
}
.product-hotdeal .product .price-old {
	color: gray;
}
.product-hotdeal .product .price-new {
	margin-bottom: 20px;
}
.product-hotdeal .product .price-new::after {
	content: '';
	clear: both;
	display: table;
}
.product-hotdeal .product span.price {
	font-size: 25px;
}
.product-hotdeal .product .xem {
	float: right;
	background: var(--c2);
	font-weight: 700;
	color: white;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 3px;
	margin-top: 3px;
	transition: all .3s ease;
}
.product-hotdeal .product .xem:hover {
	background: var(--c1);
}
.deal-sold {
	position: relative;
	background: #fad2c9;
	border-radius: 10px;
}
.deal-sold>em {
	top: 50%;
	left: 50%;
	opacity: 0.5;
	color: #fe3805;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	text-transform: uppercase;
	transform: translate(-50%, -50%);
}
.deal-sold span {
	width: 100%;
	height: 20px;
	color: white;
	display: block;
	padding: 0 5px;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	position: relative;
	border-radius: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	background: rgba(255,52,1,1);
	background: -moz-linear-gradient(left, rgba(255,52,1,1) 0%, rgba(243,113,87,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,52,1,1)), color-stop(100%, rgba(243,113,87,1)));
	background: -webkit-linear-gradient(left, rgba(255,52,1,1) 0%, rgba(243,113,87,1) 100%);
	background: -o-linear-gradient(left, rgba(255,52,1,1) 0%, rgba(243,113,87,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,52,1,1) 0%, rgba(243,113,87,1) 100%);
	background: linear-gradient(to right, rgba(255,52,1,1) 0%, rgba(243,113,87,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3401', endColorstr='#f37157', GradientType=1 );	
}
.deal-sold span::after {
	content: '';
	width: 30px;
	right: -5px;
    bottom: 0;
	height: 30px;
	position: absolute;
	background: url(../images/icon-fire.png) no-repeat;
	background-size: 30px 30px;
}
.deal-sold span em {
	display: block;
    padding: 0 15px;
    overflow: hidden;
	font-style: normal;
    text-overflow: ellipsis;
}
.box-dealtime {
	padding: 10px;
	margin-bottom: 20px;
	background: #ffd7ca;
}
.box-dealtime .deal-time {
	display: flex;
	text-align: center;
	margin-bottom: 15px;
}
.box-dealtime .deal-time li:first-child::after {
	content: ':';
}
.box-dealtime .deal-time li:not(:first-child) {
	color: #ed3237;
	font-weight: 700;
	margin-left: 5px;
}

.box-brand-image {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
}
.box-brand-image::after {
	content: '';
	clear: both;
	display: table;
}
.box-brand-image li {
	float: left;
	padding: 0 5px;
	width: 16.6666666%;
	margin-bottom: 10px;
}
.box-brand-image li button {
	float: left;
	width: 100%;
	height: 50px;
	background: none;
	position: relative;
	border: 1px solid #ddd;
	transition: all .3s ease;
}
.box-brand-image li button.active,
.box-brand-image li button:hover,
.box-brand-image li button:focus {
	border-color: var(--c1);
}
.box-brand-image li button img {
	top: 50%;
	left: 50%;
	max-width: 70%;
	max-height: 70%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.box-product-cat:not(:last-child) {
    margin-bottom: 20px;
}
.box-product-cat .box-head {
	margin-bottom: 10px;
	border-bottom: 2px solid var(--c1);
}
.box-product-cat .catname {
    height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
    position: relative;
    background: var(--c1);
    border-radius: 3px 0 0 0;
    display: inline-block;
}
.box-product-cat .catname::after {
    content: '';
    border-right: 20px solid transparent;
    border-bottom: 40px solid var(--c1);
    position: absolute;
    left: 100%;
    top: 0;
}
.box-product-cat .catname a {
    color: white;
	padding: 8px 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.box-product-cat .content-body {
    margin-bottom: 20px;
}
.box-product-cat .content-foot {
    text-align: center;
}
.box-product-cat .content-foot a {
    font-size: 16px;
    color: var(--c1);
    line-height: 20px;
    border-radius: 4px;
    padding: 10px 40px;
    background: #f1f1f1;
    display: inline-flex;
    border: 1px solid var(--c1);
    transition: all .3s ease;
}
.box-product-cat .content-foot a:hover {
    color: white;
    background: var(--c1);
}
.box-product-cat .content-foot a b {
    margin: 0 4px;
}
.box-product-cat .content-foot a::after {
    content: '\f0da';
    margin-left: 5px;
}

@media screen and (max-width: 1200px){
	.list-items .product {
		width: 33.3333333%;
	}
	.btn-cart-group .button {
		font-size: 14px;
	}
}

@media screen and (max-width: 992px){
	.post-title {
		display: none;
	}
	.product-hotdeal .product {
		width: 33.3333333%;
	}
	.box-sidebar {
		display: none;
	}
	.toggle {
		display: block;
		margin: 20px 0;
		overflow: hidden;
		border-radius: 3px;
		border: 1px solid var(--c1);
	}
	.toggle .btn-toggle {
		margin: 0;
		width: 100%;
		color: white;
		border: none;
		height: 40px;
		padding: 10px;
		outline: none;
		box-shadow: none;
		font-weight: 700;
		position: relative;
		background: var(--c1);
		-webkit-appearance: none;
	}
	.toggle .btn-toggle::after {
		content: '\f067';
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		font-weight: 400;
		transform: translate(0, -50%);
	}
	.toggle.open .btn-toggle::after {
		content: '\f068';
	}
	.toggle .widget-content {
		display: none;
	}
	.toggle .items {
		border: none;
	}
	.banner-product {
		margin-bottom: 15px;
	}
	.box-top form {
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px){
	.box-content {
		padding-bottom: 30px;
	}
	.banner-product {
		margin-top: 5px;
		margin-bottom: 0;
	}
	.box-brand-image li {
		width: 33.3333333%;
	}
	.box-brand-image button {
		border-radius: 4px;
	}
	.box-controls .form-control,
	.box-controls .control,
	.box-controls > div {
		float: none;
		border-radius: 4px;
		width: 100% ! important;
	}
	.fillter-sort .select2-container {
		width: 100% ! important;
	}
	.box-controls .control {
		margin-top: 5px;
	}
	.product-hotdeal .product {
		width: 100%;
	}
	.product-hotdeal .product .inner {
		padding: 20px;
	}
	.product-hotdeal .product .title {
		height: auto;
	}
	.box-product-cat .catname {
		padding: 0 15px;
	}
	.box-product-cat .catname a {
		font-size: 16px;
	}
	.box-product-cat .content-foot a {
		font-size: 14px;
	}
	.list-items .product {
		width: 50%;
	}
	.product .price-old {
		display: block;
		margin: 5px 0 0;
	}
	.box-gallery {
		margin-bottom: 20px;
	}
	.slider-nav {
		margin-left: -5px;
		margin-right: -5px;
	}
	.slider-nav .item {
		height: initial;
	}
	.nav.nav-tabs {
		display: none;
	}
	.box-scroll {
		margin-bottom: 20px;
	}
	.product .prices {
		min-height: 56px;
		overflow: hidden;
	}
	.box-gift {
		margin-bottom: 10px;
	}
	.box-dealtime {
		border-radius: 4px;
	}
	.box-technology .widget-title,
	.box-description .widget-title,
	.box-review .widget-title,
	.box-related .widget-title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.widget ol,
	.entry ol {
		margin-left: 20px;
	}
	.entry ul {
		margin-left: 7px;
	}
}