html{
    /* background: #10a3d4; */
    /* background: #f2f2f2; */
    /* background: #ffefc3; */
    background:#EFEFEF;
    /* background:#F6F6F6; */
    /* background:#E0E0E0; */
}
.item .more a{
    border:none;
    padding:0px;
}
@media (max-width:767px){
	html{
		/* background:#FFF; */
		padding-top:60px;
		padding-bottom: 50px;
	}
}

.uk-modal-dialog {
    width: 468px;
}
.uk-panel .uk-panel-title>.bar {
    background: #744354;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    position: relative;
    display: inline-block;
    padding: 0px 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.uk-panel .uk-panel-title>.bar:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0px;
    bottom: 0px;
    border-top: 15px solid #744354;
    border-bottom: 15px solid #744354;
    border-right: 10px solid transparent;
}
.uk-panel .uk-panel-title>.bar.sale{
    background: red;
}
.uk-panel .uk-panel-title>.bar.sale:after {
    border-top: 15px solid red;
    border-bottom: 15px solid red;
}
@media (max-width:767px){
	.uk-panel .uk-flex .uk-panel-title {
		margin-bottom: 0px;
	}
	.uk-panel .uk-flex .tab {
		margin-top: 15px;
	}
}
/* == .HOME-CUSTOM == */
.header-custom .tool>.uk-list>li>a,
.header-custom .tool>.uk-list>li>span{
    color: #FFF;
}
.header-custom .header .wrapper{
    background:#593340;
}
.header-custom .desktop .wrapper {
    padding: 10px 0px;
    background: #744354;
}
.header-custom .desktop .brand{
    margin-right:15px;
}
.header-custom .desktop .brand img {
    filter: brightness(0) invert(1);
    height: 65px;
}
.header-custom .desktop .brand-text{
    margin-right:50px;
}
.header-custom .desktop .brand-text a {
    color: #FFF;
}
.header-custom .desktop .search{
    width:368px;
}
.header-custom .desktop .search .extend input[type=text] {
    border: none;
}
.header-custom .desktop .tool>.uk-list>li{
    margin-left:25px;
}
.header-custom .desktop .tool>.uk-list>li>a,
.header-custom .desktop .tool>.uk-list>li>span{
    color: #FFF;
}
.header-custom .navbar .wrapper {
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 3px;
}
.header-custom .navbar .uk-navbar-nav>li>a {
    color: #000;
}
.header-custom .mobile .wrapper{
    background:#744354;
    border:none;
}
.header-custom .mobile .toggle>*,
.header-custom .mobile .brand-text>*,
.header-custom .mobile .tool>.uk-list>li>a{
    color:#FFF;
}
.header-custom .mobile .brand{
    margin-right:15px;
}
.header-custom .mobile .brand img{
    height: 30px;
    filter: brightness(0) invert(1);
}
.header-custom .mobile .search {
    width: 185px;
}
.header-custom .mobile .search input[type=text]{
    border: none;
}
.header-custom .desktop.uk-active .wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 999;
    background: #744354;
}
.header-custom .desktop.uk-active .brand img {
    height: 35px;
}
@media (max-width:767px){
	.header-custom .mobile .wrapper{
		position:fixed;
		left:0px;
		top:0px;
		right:0px;
		z-index:999;
	}
}
/* == FOOTER-CUSTOM == */
.footer-custom{}
.footer-custom .uk-panel{}
.footer-custom .footer .wrapper{
    margin-bottom:0px !important;
    border:none;
    background:#744354;
    color:#FFF;
    padding:25px 0px;
	border-radius:0px;
}
.footer-custom .sitelink .more{}
.footer-custom .sitelink .more a{
    color:#FFF;
}
.footer-custom .sitelink .uk-grid>div{
	margin-bottom:15px;
}
.footer-custom .sitelink .content a{
    color:#FFF;
    text-decoration: none;
}
.footer-custom .social .uk-grid>li>a{
    width:100%;
    height:30px;
    line-height:30px;
	border:none;
    display:inline-block;
	border-radius:4px;
    text-align:center;
}
.footer-custom .social .uk-grid>li>a.facebook{
    background:#1877f2;
    color:#FFF;
}
.footer-custom .social .uk-grid>li>a.twitter{
    background:#55acee;
    color:#FFF;
}
.footer-custom .social .uk-grid>li>a.instagram{
    background:linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
    color:#FFF;
}
.footer-custom .social .uk-grid>li>a.pinterest{
    background:#cb2027;
    color:#FFF;
}
.footer-custom .social .uk-grid>li>a.youtube{
    background:#b00;
    color:#FFF;
}
.footer-custom .social .uk-grid>li>a.linkedin{
    background:#0273b1;
    color:#FFF;
}
.footer-custom .social .uk-grid>li>a.tumblr{
    background:#2c4661;
    color:#FFF;
}
.footer-custom .form input[type=text]{
    border:1px solid #000;
    border-radius:0px;
	border-radius:4px;
}
.footer-custom .form .uk-button{
    background:transparent;
	border:none;
    color:#000;
}
.footer-custom .form .uk-button i{
    margin-right:0px;
}
.footer-custom .certificate img {
    width: auto !important;
    height: 40px !important;
    background: #FFF;
    border-radius: 4px;
    padding: 2px;
}
.footer-custom .copyright .wrapper{
    background:#593340;
    color:#FFF;
    border:none;
	border-radius:0px;
}
.footer-custom .copyright .wrapper p:last-child{
	margin-bottom: 0px;
}
@media (max-width:767px){
	.footer-custom .uk-container{
		padding:0px !important;
	}
	.footer-custom .sitelink{
		margin-top:15px;
	}
	.footer-custom .sitelink.active .more{
		display:none;
	}
	.footer-custom .sitelink.active .uk-grid{
		display:block !important;
	}
	.footer-custom .social{
		margin-top:15px;
	}
	.footer-custom .footer .wrapper{
		padding:15px 15px;
	}
	.footer-custom .copyright .wrapper{
		padding:5px 15px;
	}
}