.search-popup .search-field {
	width: 60%;
	margin: 0px auto;
	}
	.search-popup .header-search {
	padding-bottom: 30px;
	}
	.search-popup input#go {
	width: 40px;
	height: 40px;
	float: right;
	background: url(//theme.hstatic.net/1000253775/1000483739/14/iconsearch.png?v=337) #252a2b center no-repeat;
	margin: 0px;
	position: relative;
	top: 0;
	border-radius: 0;
	font-size: 0;
	border: 0;
	}
	.search-field form.search-page input.search_box {
	width: calc(100% - 40px);
	height: 40px;
	}
	.search-popup.clearfix {
	position: absolute;
	top: 0px;
	z-index: 1000000;
	width: 100%;
	right: 0px;
	background: #FFF;
	transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	display: none;
	}
	.search-popup.show {
	display: block;
	transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	}
	.close-search {
	font-size: 25px;
	position: absolute;
	top: 15px;
	right: 35px;
	}
	.close-search svg {
	stroke: #000;
	width: 17px;
	height: 17px;
	}
	.close-search svg path {
	stroke-width: 10px;
	}
#newsletter .newsletter-content input{
	border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}
#newsletter .newsletter-content .submit{
	text-align: center;
}
#newsletter .newsletter-content .submit button{
	padding: 5px 17px;
	background: #fff;
	color: #000;
	border: 2px solid #000;
	border-radius: 0;
}
.fix-breadcrumb .breadcrumb {
    margin: 0;
    background: #fff;
    padding: 9px 15px;
    position: relative;
}
.sort-by{
    border: none;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    text-transform: uppercase;
    background: #e3e3e3;
    display: block;
    cursor: pointer;
    position: relative;
}
.fix-breadcrumb.new-bg .breadcrumb {
    background: #f1f0f4;
}
#sliderproduct-pc .product-thumb {
    margin-bottom: 10px;
}
#sliderproduct-pc .product-thumb img, #mobile-product-slider .product-thumb img {
    border: 2px solid #DDD;
}
#sliderproduct-pc .product-thumb.active img, #mobile-product-slider .product-thumb.active img {
    border: 2px solid #4D4D4D;
}
#nav{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.btn-top-image i {
    font-size: 45px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-top-image.top, .btn-top-image.down {
    width: 50%;
    cursor: pointer;
}
ul.slides {
    overflow: hidden;
    margin-top: 5px;
}
.flex-control-nav, .flex-direction-nav, .slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.featured-images-content .owl-prev{
    height: 40px;
    background: transparent !important;
    color: #000 !important;
    margin: 0;
    padding: 0;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    position: absolute;
    top: calc(50% - 30px);
}
.featured-images-content .owl-controls .owl-nav div i, .product-image-feature .featured-images-content .owl-controls .owl-nav div i {
    display: block;
    line-height: 40px;
    font-size: 48px;
}
.featured-images-content .owl-controls .owl-nav div.owl-prev, .product-image-feature .featured-images-content .owl-controls .owl-nav div.owl-prev {
    left: -30px !important;
}
.featured-images-content .owl-controls .owl-nav div.owl-next, .product-image-feature .featured-images-content .owl-controls .owl-nav div.owl-next {
    right: -25px !important;
}
.pro_sku {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #6d6d6d;
}
.product-price {
    padding: 8px 0 8px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: bold;
}
.product-price del {
    text-decoration: line-through;
    margin-left: 5px;
    color: #999;
}
.product-info label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.option-select ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 5px 10px 0;
    cursor: pointer;
    text-align: center;
}
.option-select ul li a {
    color: #555;
    display: block;
    padding: 5px;
    border: 1px solid #c8c9cd;
    overflow: hidden;
    position: relative;
    min-width: 25px;
}
.option-select ul li img {
    width: 30px;
    height: 25px;
    padding-right: 5px;
}
.option-select ul li a span {
    display: inline-block;
    padding-right: 5px;
}
.option-select ul li.selected a {
    border: 1px solid #000;
}
.option-select ul li.selected a:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    content: '';
    background: url(../images/bg_checked.png) right bottom no-repeat;
    width: 14px;
    height: 14px;
    z-index: 1;
}
.select-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
}
.select-wrapper label {
    margin-right: 10px;
    display: block;
    float: left;
    line-height: 26px;
}
.qty-click button.qty-btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #abafb2;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}
.qty-click input.item-quantity, .product-info input#quantity {
    background: #ededed;
    font-weight: 500;
    font-size: 15px;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 35px;
    line-height: 25px;
    border: 1px solid #dadbdd;
    border-left: none;
    border-right: none;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}
.qty-click button.qty-btn {
    background: #fff;
    font-weight: 500;
    font-size: 14px;
    color: #abafb2;
    height: 25px;
    padding: 0;
    text-align: center;
    width: 25px;
    border: 1px solid #dadbdd;
    border-radius: 0;
    float: left;
    -webkit-appearance: none;
}
.product-info .size_intro {
    text-align: left;
    margin-bottom: 5px;
}
.product-info .size_intro a {
    font-size: 13px;
    line-height: 35px;
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
}
.product-info .size_intro a .icon-blue {
    margin-right: 10px;
    /* background-color: #3c68ee; */
    border: 1px solid #000;
    border-radius: 18px;
    color: white;
    height: 35px;
    text-align: center;
    min-width: 35px;
    float: left;
    white-space: nowrap;
    line-height: 26px;
}
.product-info .size_intro a .icon-blue img {
    width: 35px;
    padding: 5px;
}
.product-info .action_btn {
    padding: 6px 0 10px;
}
.product-info .action_btn button {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #4D4D4D;
    text-transform: uppercase;
    line-height: 45px;
    border: 0;
    margin-bottom: 15px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
button#buy-now {
    display: none !important;
}
.product-info .action_btn button {
    width: 100%;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #4D4D4D;
    text-transform: uppercase;
    line-height: 45px;
    border: 0;
    margin-bottom: 15px;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.box-icon .banner-footer-item {
    border: 1px #E7E7E7 solid;
    padding: 10px 10px 52px 10px;
}
.box-icon .banner-footer-item img {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}
.box-icon .banner-footer-item .banner-footer-item-info {
    float: left;
}
.box-icon .banner-footer-item .banner-footer-item-info .banner-footer-item-title {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.box-icon .banner-footer-item .banner-footer-item-info .banner-footer-item-des {
    margin-top: -5px;
}
#owl-product-related .owl-controls .owl-nav div, #owl-spdx .owl-controls .owl-nav div {
    height: 40px;
    background: transparent;
    color: #71706e;
    margin: 0;
    padding: 0;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    position: absolute;
    top: calc(50% - 30px);
}
#owl-product-related .owl-controls .owl-nav div.owl-prev, #owl-spdx .owl-controls .owl-nav div.owl-prev {
    left: 5px;
}
#owl-product-related .owl-controls .owl-nav div.owl-next, #owl-spdx .owl-controls .owl-nav div.owl-next {
    right: 5px;
}
#owl-product-related, #owl-spdx {
    padding: 0 65px;
}
#owl-product-related .owl-controls .owl-nav div i, #owl-spdx .owl-controls .owl-nav div i {
    display: block;
    line-height: 40px;
    font-size: 48px;
}
#product-related .title-like {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-weight: bold;
    margin-top: 10px;
}
.best-seller {
    padding: 15px 0 30px;
    background: #4D4D4D;
}
.best-seller .title-like{
    color: #fff;
}
#owl-product-related .info{
	background: #4D4D4D;
}
.read-more{
    padding: 5px 17px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
}
#list-news-latest .item-article .post-image {
    width: 100%;
}
#list-news-latest .item-article .post-content {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#list-news-latest .owl-controls .owl-nav i{
    display: block;
    line-height: 40px;
    font-size: 48px;
}
#map iframe{
    width: 100%;
}
.login p.text{
    margin: 0 0 10px 0;
    color: #000;
    font-weight: normal!important;
}
#customer-login div.main-title{
    font-size: 22px !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px !important;
    color: rgba(0, 0, 0, 0.75);
    font-weight: normal;
}
.login-facebook {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 10px;
}
.login-google {
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 10px;
}
.frame_social {
    margin-bottom: 15px;
}
#customer-login button[type="submit"] {
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background: #c6ab7f;
    color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    width: 100%;
}
#customer-login a.style-forget {
    font-size: 12px;
    color: #6d6d6d;
}
.quenmk{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#customer-login #newsletter2 .border {
    padding: 20px 15px 30px;
    position: relative;
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    margin: 50px auto;
}
#cart{
    padding-bottom: 25px;
}
#cart, #cart ol.breadcrumb {
    background: #f3f1f6;
}
#cart #layout-page {
    background: #FFF;
    padding: 20px 30px;
}
#cart .text{
    font-size: 24px;
    text-transform: uppercase;
    color: #2d2d2d;
    line-height: 1.3;
    margin-top: 20px;
    margin-bottom: 20px;
}
#cart table thead{
    visibility: hidden;
}
#cart .price-item {
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 3px;
}
#cart h3 {
    font-size: 13px;
    margin: 0px 0px 10px!important;
    font-weight: normal;
}
#cart span.variant-item {
    float: left;
    margin-right: 10px;
    border-right: 1px solid #d7d7d7;
    padding-right: 10px;
    margin-bottom: 5px;
}
.table>tbody>tr>td{
    border-top: 0px;
}
#cart table tbody tr{
    border-bottom: 1px solid #000;
}
#cart .total-cart .text-label{
    font-size: 18px;
    color: #000;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
}
#cart .total-cart .prices{
    text-align: right;
    font-size: 18px;
    font-weight: bold;
}
#cart td.delete{
    float: right;
}
#cart .total-cart2 .text-label{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
}
#cart .total-cart2 .prices{
    text-align: right;
    font-size: 18px;
}
#cart tr.total-cart2{
    border-bottom: 0px;
}
#cart .dataCart .hr {
    width: 100%;
    margin: 5px 0px;
    height: 1px;
    background: #e8e8e8;
}
#cart .dataCart a.checkout {
    display: block;
    font-size: 16px;
    background: #000;
    margin: 15px 0px;
    padding: 10px 0px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}