:root {
	--c1: #68161d;
	--c2: #802e00;
	--c3: #f9b75e;
	--c4: #fd2;
	--c5: #eb4f19;
	--c6: #ff671d;
}


/* Reset css */

html {
	line-height: 1.15;
	scroll-behavior: smooth;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

article,
aside,
footer,
header,
nav {
	display: block;	
}
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

a::before,
a::after {
	font-family: FontAwesome;
	}

a {
	color: inherit;
	text-decoration:none;
}

a:hover,
a:focus {
	outline: none;
	color: var(--c5);
	text-decoration: none ! important;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.initialize {
	overflow: hidden;
}

.img-transform>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.text-bold {
	font-weight: 700;
}

/* effect style */

.effect {
    display: block;
    overflow: hidden;
    position: relative;
}

.effect::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.effect:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@keyframes fixedAnim {
    0% {
        right: 125%
	}
    125% {
        right: 0;
	}
}

/* scale3d */
.scale3d {
    display: block;
    overflow: hidden;
    position: relative;
}

.scale3d img {
    margin:auto;
	transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
}

.scale3d:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

/* goTop */
#goTop {
    opacity: 0;
    position: fixed;
    z-index: 98;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #105caa;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    color: #105caa;
    font-size: 20px;
    background: #FFF;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#goTop:hover {
    color: #ffffff;
    background-color: #105caa;
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}

.clear::after {
	content: "";
	display: table;
	clear: both;
}

.error-404 {
	padding: 100px 0;
	text-align: center;
	color: red;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.wrapper {
	margin: auto;
	max-width: 1300px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper::after {
	content:'';
	display:table;
	clear:both;
}

.pvt-wrapper {
	overflow: hidden;
}

/* maker */
.maker.open {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: fixed;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.maker.loading {
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 999999;
	background: rgba(0,0,0,0.5);
}
.maker.loading::after {
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: url(../images/loading.svg);
}

/* pvt-wrapper loading */
.pvt-wrapper.loading::before {
	content: '';
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 999999;
	background: rgba(0,0,0,0.5);
}
.pvt-wrapper.loading::after {
	top: 50%;
	left: 50%;
	display: block;
	z-index: 9999999;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: url(../images/loading.svg);
}

.no-margin {
	margin: 0 ! important;
}













































body {
	background: #f0f0f3;
}
.awesome::before {
	font-family: FontAwesome;
}
.owl {
	display: none;
}
.offset-20 {
	padding-left: 20px;
	padding-right: 20px;
}

/* header */
#header {
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
}
.is-sticky #header-main {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
#header-main {
	background: #105caa;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#header-main .logo {
	display: flex;
	padding-bottom: 3px;
}
#header-main .logo .img {
	margin-right: 10px;
}
#header-main .logo .img a {
	/* padding: 4px; */
	/* background: white; */
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.2);
}
#header-main .logo .img img {
	max-width: 67px;
}
#header-main .logo .txt {
	color: #ffffff;
	margin-top: 12px;
	font-family: 'UTM-Avo';
	
}
#header-main .logo .site-name {
	font-size: 16px;
}
#header-main .logo .site-slogan {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'UTM-AvoBold';
}

#header-main .form-search {
	margin: 15px auto;
	position: relative;
}
#header-main .form-search .text-search {
	height: 40px;
	padding-right: 50px;
	border: 0;
	border-radius: 3px;
}
#header-main .form-search .btn-search {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
	color: var(--c2);
	font-size: 16px;
}
#header-main .form-search .btn-search:hover {
	color: var(--c5);
}
#header-main .form-search .btn-search:focus,
#header-main .form-search .btn-search:active {
	outline: none;
}

#header-main .icons {
	display: flex;
	color: #ffffff;
	margin-top: 15px;
	padding-left: 10px;
}
#header-main .icons .icon {
	position: relative;
	font-size: 12px;
	min-height: 45px;
}
#header-main .icons .icon>a {
	color: white;
	display: block;
}
#header-main .icons .icon:not(.icon-call) {
	margin-left: 29px;
	margin-top: -2px;
}
#header-main .icons .icon-call {
	padding-left: 37px;
	background: url(../images/icon-call.png) no-repeat left center;
	background-size: 30px 30px;
}
#header-main .icons .icon-call a {
	font-size: 16px;
	font-weight: 700;
	color: #fd2;
}
#header-main .icons .icon:hover>a {
	color: var(--c4);
}
#header-main .icons .icon-sale a {
	padding-top: 30px;
	background: url(../images/icon-sale.png) no-repeat top center;
	background-size: 35px 23px;
}
#header-main .icons .icon-user>a {
	padding-top: 30px;
	background: url(../images/icon-user.png) no-repeat top center;
	background-size: 28px 28px;
}
#header-main .icons .icon-cart>a {
	padding-top: 30px;
	background: url(../images/icon-cart.png) no-repeat top center;
	background-size: 30px 28px;
}
#header-main .icons .icon-cart small {
	position: absolute;
	top: -5px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: var(--c5);
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	color: white;
	font-weight: 700;
}

#header-menu {
	background: white;
	padding: 7px 0 8px;
	/* border-top: 1px solid #dddddd; */
}
#header-menu .primary-menu {
	display: flex;
}
#header-menu .primary-menu>li {
	padding: 0 20px;
	border-right: 1px solid #dddddd;
	position: relative;
}
#header-menu .primary-menu>li:first-child {
	padding-left: 0;
}
#header-menu .primary-menu>li:first-child>a {
	padding-left: 30px;
	text-transform: uppercase;
	background: url(../images/icon-menu.png) no-repeat left center;
	background-size: 20px 12px;
}
#header-menu .primary-menu>li:first-child>a::after {
	content: '\f107';
	color: #999999;
	margin-left: 5px;
}
#header-menu .primary-menu>li:last-child {
	border: 0;
	padding-right: 0;
}
#header-menu .primary-menu .submenu-wrap {
	left: 50%;
	top: 100%;
	z-index: 999;
	display: none;
	padding-top: 20px;
	position: absolute;	
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
#header-menu .primary-menu>li:hover>.submenu-wrap {
	display: block;
}
#header-menu .primary-menu>li>.submenu {
	display: none;
}
#header-menu .primary-menu .submenu {
	min-width: 200px;
	background: white;
	padding: 5px 15px;
	position: relative;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
#header-menu .primary-menu .submenu::after {
    top: -8px;
    content: '';
    left: 50%;
    position: absolute;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
#header-menu .primary-menu .submenu li:not(:last-child) {
	border-bottom: 1px dashed #dcdcdc;
}
#header-menu .primary-menu .submenu li a {
	display: block;
	padding: 10px 0;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
#header-menu .primary-menu .submenu li a::before {
	content: '\f0da';
	margin-right: 10px;
}

#header-menu a.active {
	color: var(--c1);
}
#header-menu .menu-icon {
	display: flex;
}
#header-menu .menu-icon>li {
	padding: 0 10px;
}
#header-menu .menu-icon>li:last-child {
	padding-right: 0;
}
#header-menu .menu-icon .icon {
	display: block;
	position: relative;
}
#header-menu .menu-icon .awesome {
	padding-left: 22px;
	position: relative;
}
#header-menu .menu-icon .awesome::before {
    left: 0;
	top: 50%;
	color: var(--c5);
	font-size: 18px;
	position: absolute;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
#header-menu .menu-icon .icon-deal {
	padding-left: 22px;
	position: relative;
}
#header-menu .menu-icon .icon-deal::before {
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	color: #fa0707;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

















































/* breadrumb */
#breadrumb {
    padding: 8px 10px;
    margin-bottom: 20px;
}
#breadrumb .breadrumb {
	float: right;
	font-size: 13px;
}
#breadrumb .breadrumb li {
    float: left;
    color: #808080;
    font-size: 13px;
    position: relative;
    padding-right: 30px;
}
#breadrumb .breadrumb li:last-child {
    padding-right: 0;
}
#breadrumb .breadrumb li:not(:last-child):after {
    top: 50%;
    right: 11px;
    content: '\f105';
    position: absolute;
	font-family: FontAwesome;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
















































/* box-title */
.box-title {
	margin-bottom: 20px;
}
.box-title h1 {
	margin: 0;
	font-size: 28px;
	line-height: 1.3;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}
.box-title h1::before {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	border-bottom: 2px solid var(--c1);
}








































/* footer */
#footer-top {
	background: #105caa;
	border-bottom: 5px solid var(--c3);
	padding: 30px 0;
}
#footer-top .widget {
	color: #ffffff;
}
#footer-top .widget .widget-title {
	font-size: 16px;
	margin: 0 0 11px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
}
#footer-top .widget li:not(:last-child) {
	margin-bottom: 12px;
}
#footer-menu-guide.widget li a::before,
#footer-menu-help.widget li a::before,
#footer-menu-company.widget li a::before,
#footer-menu-support.widget li a::before {
	content: '\f0da';
	color: var(--c4);
	padding-right: 7px;
}
#footer-top .widget li {
	overflow: hidden;
}
#footer-top .widget li a {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#footer-top .widget li a:hover {
	color: var(--c4);
	margin-left: -12px;
}
#footer_address.widget {
	padding-right: 15px;
}
#footer_address.widget li {
	position: relative;
	padding-left: 30px;
}
#footer_address.widget li::before {
	font-family: FontAwesome;
	content: '\f041';
	position: absolute;
	left: 0;
	font-size: 22px;
	color: var(--c4);
	top: -5px;
}
#footer_address.widget li:last-child::before {
	content: '\f2b6';
}
#footer_contact.widget li {
	line-height: 1.6;
}
#footer_contact.widget li:first-child {
	position: relative;
	padding-left: 30px;
}
#footer_contact.widget li:first-child::before {
	font-family: FontAwesome;
	content: '\f041';
	position: absolute;
	left: 1px;
	font-size: 22px;
	top: -5px;
	color: var(--c4);
}
#footer_contact.widget li:not(:first-child) {
	position: relative;
	padding-left: 30px;
}
#footer_contact.widget li:not(:first-child)::before {
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	font-size: 22px;
	top: -5px;
	color: var(--c4);
}
#footer_contact.widget li:last-child::before {
	font-size: 20px;
	content: '\f2b6';
}

#footer-middle {
	background: #ffffff;
	padding: 18px 0 17px;
	min-height: 165px;
}
#footer-middle .widget-title {
	margin: 5px 0 15px;
	font-size: 16px;
	font-weight: 700;
	color: #444444;
	text-transform: uppercase;
}
#certification .advertise {
	display: block;
	position: relative;
	padding-top: 100%;
}
#certification .advertise img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
#social-icon ul {
	display: flex;
}
#social-icon ul li:not(:last-child) {
	margin-right: 20px;
}
#footer-middle .transfer {
	display: flex;
	margin-top: 10px;
}
#footer-middle .transfer li:not(:last-child) {
	margin-right: 20px;
}
#footer-middle .transfer li a {
	display: block;
	overflow: hidden;
}
#footer-middle .transfer li a img {
	max-width: 35px;
}

#footer-bottom {
	border-top: 1px solid #dddddd;
	background: #f1f3f6;
	font-size: 13px;
	padding: 2px 0;
}
#footer-bottom .menu-search {
    padding-top: 8px;
    padding-bottom: 9px;
}
#footer-bottom .menu-search>li {
    float: left;
	color: #666666;
    padding: 3px 20px 3px 0;
}
#footer-bottom .menu-search>li:first-child {
	color: #222222;
    padding-left: 0;
}
#footer-bottom .menu-search>li>a {
}
#footer-bottom .menu-search>li>a::before {
    content: "\f111";
    top: -2px;
    position: relative;
    font-size: 6px;
	padding-right: 5px;
}

#copyright {
	padding: 15px 0;
	background: #ffffff;
}
#copyright .adv-bct {
    font-size: 13px;
}
#copyright .adv-bct-img {
	margin-right: 10px;
}
#copyright .adv-bct-img,
#copyright .adv-bct-txt {
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
#copyright ul::after {
    content: '';
    clear: both;
    display: table;
}
#copyright ul {
	margin-bottom: 4px;
}
#copyright li {
    float: left;
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}
#copyright li.sap {
    padding: 0 5px;
}
















































/* Mobile 1200px */
@media screen and (max-width: 1200px){
	
}

/* Mobile 1024px */
@media screen and (max-width: 1024px){
	
}

/* Mobile 992px */
@media screen and (max-width: 992px){
	
}

/* Mobile 768px */
@media screen and (max-width: 768px){
	
}

/* Mobile 767px */
@media screen and (max-width: 767px){
	
}

/* Mobile 480px */
@media screen and (max-width: 480px){
	
}

/* Mobile 420px */
@media screen and (max-width: 420px){
	
}

/* Mobile 380px */
@media screen and (max-width: 380px){
	
}

/* Mobile 370px */
@media screen and (max-width: 370px){
	
}

/* Mobile 325px */
@media screen and (max-width: 330px){
	
}

















































/* pagination */
.pagination {
	margin: 20px 0 0;
}
.pagination>li {
	margin:0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.pagination>li:last-child {
	margin-right: 0;
}
.pagination>li>a,
.pagination>li>span {
	padding:0;
	width:40px;
	height:40px;
	color:#FFF;
	font-size:16px;
	line-height:38px;
	text-align:center;
	border:1px solid var(--c1);
	background:var(--c1);
	border-radius: 3px !important;
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color: #333333;
	font-weight: 700;
	background: #ffffff;
	border-color:var(--c1);
}






















































#result {
    width: 100%;
    z-index: 9999;
	display: none;
    margin-top: 1px;
    position: absolute;
}
#result.open {
	display: block;
}
#result .list-item {
    background: #FFF;
    border-radius: 4px;
    border: 1px solid var(--c5);
    position: relative;
    padding: 1px;
    overflow: hidden;
    max-height: 470px;
}
ul.tags-list {
    background: #FFF;
    border-radius: 4px;
    border: 1px solid var(--c5);
    padding: 5px 1px;
}
ul.tags-list>li {
    padding: 5px 10px;
}
ul.tags-list>li:not(:first-child) {
    cursor: pointer;
}
ul.tags-list>li:not(:first-child):hover {
    background: #f2f2f2;
    color: var(--c5);
}
ul.tags-list>li>label {
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
	color: var(--c1);
}
ul.tags-list.suggested {
    float: left;
    width: 150px;
    padding: 10px 1px;
	border: none;
    border-radius: 0;
}
ul.tags-list.suggested>li:not(:first-child) {
	font-style: italic;
}
#result .list-item>.inner {
    margin-left: 150px;
    border-left: 1px solid #e5e5e5;
}
#result .list-item>.inner::after {
    content: "";
    display: table;
    clear: both;
}
#result .list-item .item {
    padding: 8px;
    cursor: pointer;
	overflow: hidden;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border-bottom: 1px solid #e5e5e5;
}
#result .list-item .item:hover {
	background: #e5e5e5;
}
#result .list-item .item .thumb {
    float: left;
    width: 50px;
	margin-right: 10px;
}
#result .list-item .item .thumb a {
	height: 50px;
	display: block;
    background: white;
    position: relative;
}
#result .list-item .item .thumb a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
#result .list-item .item .text {
    padding-left: 10px;
    font-size: 12px;
}
#result .list-item .item .item-maso {
    color: var(--c5);
}
#result .list-item .item .item-price {
    color: #ec0e17;
}

/* scroll-show */
.scroll-show {
	display: none;
}






















































/* megamenu */
.scroll-show {
    left: 0;
    right: 0;
    position: absolute;
}
div#mega-menu {
    position: absolute;
    top: 17px;
    left: 100px;
	z-index: 9999;
}
.btnMenu {
    height: 50px;
    color: #222;
    border: none;
    outline: none;
    position: relative;
    padding: 0 10px;
    display: inline-flex;
    line-height: 50px;
	padding-left: 40px;
    text-transform: uppercase;
    background: #fd2;
    background-size: 20px 12px;
	margin-left: -1px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	border-radius: 6px 6px 0 0;
}
.btnMenu:hover {
	/* border-radius: 6px 6px 0 0; */
}
.btnMenu::before {
    content: '';
	display: inline-flex;
	width: 20px;
	height: 12px;
	background: url(../images/icon-menu.png) no-repeat;
	background-size: 20px 12px;
	position: relative;
    top: 19px;
    margin-left: -30px;
	margin-right: 10px;
}
.btnMenu::after {
    color: var(--c4);
    content: '\f107';
    margin-left: 5px;
}
.product-menu {
    right: 0;
    z-index: 10;
	left: -105px;
	position: absolute;
}
.menu-wrap {
    z-index: 1;
	left: 10px;
	right: 10px;
    position: absolute;
}
.menu-wrap {
	width: 230px;
    display: block;
}
.menu-wrap>ul {
	padding: 2px 0 0;
    background: #FFF;
    overflow-y: auto;
    max-height: 470px;
}
.menu-wrap>ul>li {
    border-bottom: 1px solid #e8e8e8;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.menu-wrap>ul>li>a {
    display: block;
    font-size: 13px;
    padding: 8px 15px 9px;
    position: relative;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.menu-wrap>ul>li>a::after {
    content: '\f105';
    font-weight: 400;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.menu-wrap>ul>li>a:hover {
	color: white;
	background: var(--c5);
}
#submenu-menu-wrap {
    height: 470px;
    display: none;
    position: absolute;
    top: 0;
    width: 1057px;
    left: 223px;
    z-index: 999;
    background: #FFF;
    padding: 15px 20px 40px;
    border-left: 7px solid #888;
}
.brand-wrap-menu {
    margin-right: 30px;
}
.brand-wrap-menu {
    width: 315px;
    float: left;
}
#submenu-menu-wrap .menu-title {
    color: var(--c5);
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}
.brand-wrap-menu .menu-content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 380px;
    padding-right: 5px;
}
.brand-wrap-menu ul {
	margin:0 -10px;
}
.brand-wrap-menu ul::after {
	content:'';
	display:table;
	clear:both;
}
.brand-wrap-menu li {
	float: left;
	padding: 0 10px;
	width: 33.3333333%;
}
.brand-wrap-menu li a {
	display: block;
	position: relative;
	padding-top: 50px;
}
.brand-wrap-menu li a img {
	top: 50%;
	left: 50%;
	max-width: 60%;
	max-height: 60%;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.submenu-list {
	float:left;
	width: 555px;
}
.subcat-wrap-menu ul {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.subcat-wrap-menu li {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.subcat-wrap-menu li {
	margin:0 0 12px;
}
.subcat-wrap-menu li a {
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.subcat-wrap-menu li a:before {
	content:'\f105';
	font-family:FontAwesome;
	padding-right:10px;
}
.price-wrap-menu ul {
	overflow:hidden;
	margin-top:-10px;
}
.price-wrap-menu li {
	float:left;
	width:50%;
}
.price-wrap-menu li {
	margin:12px 0 0;
}
.price-wrap-menu li a:before {
	content:'\f105';
	font-family:FontAwesome;
	padding-right:10px;
}
/* width */
.menu-wrap>ul::-webkit-scrollbar,
.brand-wrap-menu .menu-content::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.menu-wrap>ul::-webkit-scrollbar-track,
.brand-wrap-menu .menu-content::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.menu-wrap>ul::-webkit-scrollbar-thumb,
.brand-wrap-menu .menu-content::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.menu-wrap>ul::-webkit-scrollbar-thumb:hover,
.brand-wrap-menu .menu-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.menu-wrap>ul>li:hover #submenu-menu-wrap {
    display: block;
}

.hover {
	display: block;
	overflow: hidden;
	position: relative;
}
.hover::before,
.hover::after,
.hover .inner::before,
.hover .inner::after {
	content:'';
	display:block;
	position:absolute;
	background: var(--c5);
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.hover::before {
	left: 0px;
	top: 50%;
	width: 1px;
	z-index: 1;
	height: 0;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
.hover::after {
	right:0px;
	top:50%;
	width:1px;
	z-index:1;
	height:0;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
.hover>.inner::before {
	top:0px;
	left:50%;
	width:0;
	z-index:1;
	height:1px;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}
.hover>.inner::after {
	width: 0;
	left: 50%;
	bottom: 0;
	height: 1px;
	z-index: 9999;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}
.hover:hover::before,
.hover:hover::after {
	height:100%;
}
.hover>.inner:hover::before,
.hover>.inner:hover::after {
	width:100%;
}

.form-control:focus {
	border-color: var(--c1) ! important;
}

.discount::after {
	content: '%';
}

/* box-mini-cart */
li.icon-cart:hover .box-mini-cart {
	display: block;
}
.box-mini-cart {
	top: 100%;
	right: -2px;
	color: #333;
	z-index: 999;
	display: none;
	padding-top: 10px;
	position: absolute;	
}
.box-mini-cart>.inner {
	padding: 15px;
	min-width: 270px;
	background: white;
	position: relative;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
.box-mini-cart>.inner::after {
	top: -8px;
	right: 13px;
	content: '';
	position: absolute;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	
}
.mini-cart-item:first-child {
	padding-top: 0;
}
.mini-cart-item {
    padding: 10px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.mini-cart-item .inner {
    position: relative;
}
.mini-cart-item .remove-item {
    top: 0;
    right: 0;
    color: #999999;
    font-size: 16px;
    position: absolute;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.mini-cart-item .remove-item:hover {
    color: var(--c1);
    border-color: var(--c1);
}
.mini-cart-item .thumb {
    width: 50px;
    position: absolute;
}
.mini-cart-item .text {
    font-size: 13px;
	min-height: 50px;
    margin-left: 60px;
    padding-right: 25px;
}
.mini-cart-item .thumb a {
    display: block;
    position: relative;
    padding-top: 50px;
}
.mini-cart-item .thumb img {
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.mini-cart-item .item-price {
    color: #da2028;
	font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}
.mini-cart-total {
	font-size: 14px;
    padding: 15px 0 0;
}
.mini-cart-total .total {
    color: #da2028;
    font-weight: 700;
}
.mini-cart-total a {
    width: 100%;
    height: 35px;
    color: white;
    display: block;
    margin-top: 10px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    background: var(--c2);
    border: 2px solid var(--c2);
	text-transform: uppercase;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.mini-cart-total a:hover {
	color: var(--c1);
	background: white;
    border: 2px solid var(--c1);
}
.mini-cart-empty {
	font-size: 14px;
}
.mini-cart-empty p {
	white-space: nowrap;
}
.mini-cart-empty p::before {
    padding-right: 10px;
    font-family: FontAwesome;
}
.mini-cart-empty a {
    color: white;
    height: 35px;
	display: block;
    padding: 0 15px;
	font-weight: 700;
	margin-top: 15px;
    line-height: 31px;
	text-align: center;
	background: var(--c2);
    border-radius: 20px;
    border: 2px solid var(--c2);
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.mini-cart-empty a:hover {
	color: var(--c1);
	background: white;
	border: 2px solid var(--c1);
}
li.member-box>.inner {
	top: 100%;
	right: -79px;
	z-index: 999;
	min-width: 220px;
	padding-top: 10px;
	position: absolute;
}
li.member-box:hover .sub-menu {
	display: block;
}
li.member-box .sub-menu {
	color: #333;
	display: none;
	padding: 15px;
	background: white;
	position: relative;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
li.member-box .sub-menu::after {
	top: -8px;
    content: '';
    left: 50%;
    position: absolute;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
}
li.member-box .sub-menu li.mem-link a {
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
li.member-box .sub-menu li.mem-link a:hover {
	padding-left: 5px;
}
li.member-box .sub-menu li:not(:last-child) {
	margin-bottom: 15px;
}
.mem-btn-login a {
	color: white;
	height: 35px;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 31px;
	text-align: center;
	background: var(--c2);
	border-radius: 30px;
	border: 2px solid var(--c2);
	text-transform: uppercase;
}
.mem-btn-login a:hover {
	color: var(--c1);
	background: white;
	border: 2px solid var(--c1);
}
.mem-btn-regis a {
	font-size: 14px;
}
.mem-btn-regis a::before {
	margin-right: 5px;
}
.member-widget .username {
    font-weight: 700;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    max-width: 109px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.member-widget .avatar-thumb {
    margin-bottom: 10px;
}
.member-widget .avatar-thumb .img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}
.member-widget .avatar-thumb .img img {
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.member-widget .mem-link {
    padding: 7px 0;
	margin: 0 !important;
    border-bottom: 1px dashed #ddd;
}
.member-widget .mem-link.last {
    border-bottom: 0;
    padding-bottom: 0;
}
.member-widget .mem-link a::before {
    content: '\f105';
    padding-right: 7px;
}

.not-found {
	padding: 40px;
	margin: 50px 0;
	font-size: 16px;
	border-radius: 0;
	text-align: center;
}

div.product.hover {
	padding: 0 ! important;
	border: none ! important;
}
.product.hover>.inner {
	padding: 20px;
	overflow: hidden;
}
.product>.inner {
	position: relative;
}
div.icon-status {
	top: 20px;
	right: 20px;
	z-index: 10;
	position: absolute;
}
div.icon-status>img {
	display: block;
	max-width: 80px;
	max-height: 40px;
}
div.icon-status>img:not(:last-child) {
	margin-bottom: 5px;
}

#newsletter {
	padding: 15px 0;
	background:#082e53;
}
#newsletter .icon {
	display: flex;
}
#newsletter .icon .img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	position: relative;
}
#newsletter .icon .txt {
	color: #ffffff;
}
#newsletter .form-newsletter {
	position: relative;
}
#newsletter .form-newsletter .femail {
	height: 40px;
	box-shadow: none;
	background: #f6f6f6;
	padding-right: 40px;
	appearance: none;
	border-color: transparent;
	-webkit-appearance: none;
}
#newsletter .form-newsletter button {
	top: 0;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	color: var(--c2);
	font-size: 20px;
	background: none;
	position: absolute;
}

#social-icon img {
	max-width: 35px;
	max-height: 35px;
	border-radius: 3px;
}

/* aitf */
.aitf {
	background: url(../images/animated_text_fill.png) repeat-y;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: aitf 80s linear infinite;
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;	
}
@-webkit-keyframes aitf {
	0% { background-position: 0% 50%; }
	100% { background-position: 100% 50%; }
}













































/* 1200px */
@media screen and (min-width: 1200px)
{
	/* .form-search-wrap { */
		/* margin-left: -100px; */
	/* } */
}


/* 1024px */
@media screen and (max-width: 1024px)
{
	#header-main .form-search {
		margin-left: -40px;
		margin-right: 20px;
	}
	#header-main .icons {
		padding-left: 0;
	}
	#footer-top .widget .widget-title {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	#header-main {
		background: #fff;
	}
	#header-main .form-search {
		margin-right: 20px;
		margin-left: -40px;
	}
	#header-main .form-search {
		margin-right: 0;
		margin-left: -25px;
	}
	#header-menu .primary-menu>li {
		padding: 0 15px;
	}
	#header-main .icons .icon:not(.icon-call) {
		margin-left: 24px;
	}
	#newsletter .row1 {
		white-space: nowrap;
	}
	#header-main .form-search .text-search {
		border: 1px solid #999;
	}
}

/* 767px */
@media screen and (max-width: 767px)
{
	.pvt-wrapper.loading::before,
	.pvt-wrapper.loading::after {
		display: none;
	}
	#header-main .logo {
		padding: 0;
		margin-left: -10px;
	}
	#header-main .logo .img {
		margin: 0;
	}
	#header-main .logo .img a {
		border-radius: 0;
		box-shadow: none;
	}
	#header-main .logo img {
		max-height: 47px;
	}
	#header-main .form-search-wrap {
		display: flex;
		margin: 10px auto 10px -30px;
	}
	#header-main .form-search {
		margin: 0;
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	#btn-menu {
		position: relative;
		margin: 10px 0 10px 10px;
	}
	#btn-menu>span {
		width: 30px;
		height: 3px;
		display: block;
		background: black;
	}
	#btn-menu>span.row-even {
		margin: 5px 0;
	}
	#newsletter .icon:not(.icon-4),
	#newsletter .icon:not(.icon-4) .img {
		margin: auto;
		display: block;
		text-align: center;
	}
	#newsletter .icon:not(.icon-4) {
		margin-bottom: 10px;
	}
	#newsletter .icon:not(.icon-4) .img {
		margin-bottom: 5px;
	}
	#newsletter .group-icons {
		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
	#newsletter .icon-4 {
		margin-bottom: 10px;
	}
	#footer-top {
		padding: 20px 0;
	}
	#footer-top .widget:not(#footer_contact) {
		margin-bottom: 10px;
	}
	#footer_address.widget {
		padding-right: 0;
	}
	#footer-top .widget {
		overflow: hidden;
		border-radius: 3px;
		border: 1px solid var(--c3);
	}
	#footer-top .widget .widget-title {
		margin: 0;
		height: 40px;
		cursor: pointer;
		font-size: 14px;
		position: relative;
		background: var(--c1);
		padding: 10px 50px 10px 10px;
	}
	#footer-top .widget.open .widget-title {
		background: var(--c3);		
	}
	#footer-top .widget .widget-title::after {
		content: "\f067";
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		font-weight: 400;
		transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
	#footer-top .widget.open .widget-title::after {
		content: "\f068";
	}
	#footer-top .widget .widget-content {
		display: none;
		padding: 10px;
	}
	#copyright li.last {
		margin-top: 5px;
	}
	.product.hover>.inner {
		padding: 10px;
	}
	.box-title h1 {
		font-size: 26px;
		padding-bottom: 10px;
	}
	
	/* opened-search */
	.mobile.opened-search .hidden-opened-search {
		display: none;
	}
	.mobile.opened-search .form-search-full {
		width: 100%;
	}
	.mobile.opened-search .form-search-wrap {
		margin-left: auto ! important;
	}
	.mobile.opened-search .form-search {
		width: 100% ! important;
	}
	#result .item-title a {
		height: 34px;
		display: block;
		overflow: hidden;
	}
}

/* 380px */
@media screen and (max-width: 380px)
{
	#header-main .form-search-wrap {
		margin-left: -15px;
	}
}