.btn-outline-red {
	background: #fff;
	color: #4267b2 !important;
	font-size: 17px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 0.5rem;
	border: 1px solid #4267b2;
	text-align: center;
	margin-top: 1.5rem;
}

.btn-red {
	background: #4267b2;
	color: #fff !important;
	font-size: 17px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 0.5rem;
	border: none;
	text-align: center;
	margin-top: 1.5rem;
}
.media .media-left {
	padding-right: 1rem;
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}

.media .thumb-1x1 {
	width: 7.7rem;
}

@media (min-width: 1200px){
	.container {
		max-width: 1170px;
	}
}
.section-category .dropdown-menu{
	display: block;
	margin: 0;
	border: none;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
}

body{
	background:#ffffff;

	

}

.section-collection .section-title .title h2 a{
	color: #fff;	
}

.section-collection-1.section-collection .section-title .title h2{
	background: #4267b2;
}
.section-collection-1.section-collection .section-title .title h2 a{
	color: #fff;	
}
.section-collection.section-collection-1 .title h2 span{	
	border-left: 70px solid #385898;
}

.section-collection-2.section-collection .section-title .title h2{
	background: #4267b2;
}
.section-collection.section-collection-2 .title h2 span{
	border-left: 70px solid #385898;
}

.section-collection-3.section-collection .section-title .title h2{
	background: #4267b2;
}
.section-collection.section-collection-3 .title h2 span{
	border-left: 70px solid #385898;
}

.section-collection-4.section-collection .section-title .title h2{
	background: #4267b2;
}
.section-collection.section-collection-4 .title h2 span{
	border-left: 70px solid #385898;
}

.section-collection-v2.section-collection .left .section-title .title h3{
	letter-spacing: -1px;
	background:  #00bfa5 ;
}
.section-collection-v2.section-collection .left .menu-title{

	border-top: 2px solid  #00bfa5 ;
}
.section-collection-v2.section-collection .right .section-title .title h3{
	background:  #ffa800;
}
.section-collection-v2.section-collection .right .menu-title{

	border-top: 2px solid  #ffa800;
}

/*Home page*/


.dq-stt-1{
	margin:25px 0px 30px 0px
}


.dq-stt-2{
	margin:0px 0px 40px 0px
}


.dq-stt-3{
	margin:0px 0px 40px 0px
}


.dq-stt-4{
	margin:0px 0px 40px 0px
}


.dq-stt-5{
	margin:0px 0px 40px 0px
}


.dq-stt-6{
	margin:0px 0px 40px 0px
}


.dq-stt-7{
	margin:0px 0px 30px 0px
}


.dq-stt-8{
	margin:0px 0px 0px 0px
}




/*Product detail*/
img#zoom_01 {
	border: 1px solid #ebebeb;
	position: static!important;
}
.details-product .product-images{
	/border-bottom: 1px solid #ebebeb;
}
.zoomWindowContainer > div {
	border: 1px solid #ebebeb!important;
}

.at4-share-outer.addthis-smartlayers.addthis-smartlayers-desktop{
	display: none;
}

/*Popup*/

.ajax-load {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 100px;
	height: 100px;
	line-height: 100px;
	opacity: 0;
	visibility: hidden;
}

.ajax-load.active {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

.dqdt-popup {
	position: fixed;
	z-index: 9999;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.dqdt-popup .overlay {
	background-color: rgba(33, 33, 33, 0.8);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}

.dqdt-popup .content {
	position: relative;
	max-width: 980px;
	min-width: 490px;
	padding: 25px 28px;
	max-height: 0;
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	position: relative;
	max-width: 980px;
	min-width: 490px;
	padding: 25px 28px;
	max-height: 0;
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	background: #fff;
}

.dqdt-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0;
	height: auto;
	width: auto;
}

.dqdt-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
}

.dqdt-popup.active .overlay {
	width: 100%;
	height: 100%;
}

.dqdt-popup .close-window {
	position: absolute;
	font-size: 24px;
	color: #4267b2;
	right: 20px;
	top: 15px!important;
}

.dqdt-popup .close-window .fa {
	display: block;
}


.dqdt-popup.loading {
	z-index: 99;
}

.dqdt-popup.loading .loader {
	left: 50%;
	position: fixed;
	top: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.dqdt-popup.loaded-content .loader {
	display: none;
}
.product-popup .product-image {
	float: left;
	margin: 0 12px 0 0;
}

.product-popup .product-info {
	overflow: hidden;
	position: relative;


}
.product-popup .product-info p{
	margin-bottom: 0px;
}
.product-popup .product-info p.color-main{
	margin-bottom: 0px;
	color:#4267b2;
}
.product-popup .product-info p.color-main span{

	color: #333;
}
.product-popup .product-name {
	margin: 0 0 2px;
	color: #212121;
	font-size: 18px;
	padding-bottom: 10px;
}
.product-popup .product-info p.total-money{
	margin-bottom: 15px;
}

.product-popup .actions .btn, .product-popup .actions input[type="submit"] {
	margin: 0 5px 0 0;
	border-radius: 0;
	text-transform: inherit;
	height: 45px;
	background: #4267b2;
	color: #fff;
	min-width: 150px;
	padding: 0;
	border-radius: 22px;
}
.product-popup .actions .btn:hover{
	background:#0095fd;
}
.product-popup h3{
	text-align: center;
	color:#4267b2;
	margin-bottom: 25px;
}
.product-popup .product-image{
	border: 1px solid #ebebeb;
	height: 150px;
	width: 150px;
	position: relative;	
}
.product-popup .product-image img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	padding: 5px;
}

.dqdt-popup.product-popup.active .content {
	max-height: calc(100% - 60px);
	opacity: 1;
	padding: 37px 40px 43px;
	width: 570px;
}
.dqdt-popup .close-window .fa{

}

@media(max-width: 543px){
	.dqdt-popup.product-popup.active .content{
		max-height: calc(100% - 60px);
		opacity: 1;
		padding: 10px;
		max-width: 320px;
		min-width: 320px;
	}
	.product-popup h3{
		font-size: 18px;
		margin-bottom: 0;
	}
	.product-popup .actions .btn, .product-popup .actions input[type="submit"]{
		padding: 0 10px;
		line-height: 30px;
	}
	.product-popup .product-image,
	.product-popup h3{
		display: none;
	}
}

/*Quickview*/

.quickview-product .product-single h1 a, .quickview-product .product-single .h1 a {
	font-size: 20px;
}

.quickview-product .product-single .price {
	font-size: 26px;
}

.quickview-product .content {
	padding: 30px;
}

.quickview-product .product-name {
	margin: 0 0 10px !important;
}

.quickview-product .review {
	margin-bottom: 10px;
}

.quickview-product .review:before, .quickview-product .review:after {
	content: " ";
	display: table;
}

.quickview-product .review:after {
	clear: both;
}

.quickview-product .review .spr-badge {
	float: left;
	height: 24px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.quickview-product .review .spr-badge .spr-icon {
	margin: 0;
}

.quickview-product .review .spr-badge .spr-active {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}

.quickview-product .review .spr-badge .spr-badge-caption {
	float: left;
	margin: 0 0 9px;
}

.quickview-product span.available {
	display: none;
}

.quickview-product span.available.active {
	display: block;
}

.quickview-product .product-description {
	padding-bottom: 20px;
}

.quickview-product .product-actions {
	border: none;
	padding: 0;
	margin: 0;
}

.quickview-product .product-actions .btn-addToCart {
	clear: none;
	margin: 0;
}

.quickview-product .product-media {
	position: relative;
	min-width: 400px;
}

.quickview-product .product-media:before, .quickview-product .product-media:after {
	content: " ";
	display: table;
}

.quickview-product .product-media:after {
	clear: both;
}

.quickview-product .more-views {
	width: 80px;
	margin: 0;
	height: calc(100% - 60px);
	min-height: 361px;
	position: absolute;
	top: 30px;
	left: 0;
	overflow: hidden;
}

.quickview-product .more-views a {
	display: block;
	overflow: hidden;
	height: 100%;
}

.quickview-product .more-views img {
	display: block;
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quickview-product .featured-image {
	float: right;
	width: calc(100% - 100px );
	margin: 0;
}

.quickview-product form {
	margin: 0;
}

.quickview-product .product-actions .product-single-quantity {
	margin-bottom: 0;
}

.quickview-product .product-single .product-description {
	margin: 0 0 25px;
}

.quickview-product .product-options {
	margin: 0 0 25px;
	padding: 0 0 25px;
}

.quickview-product .details {
	margin: 0 0 8px;
}


/*Swatch*/
/* 
Swatches Styles
*/



.swatch { 
	margin:1em 0;
	float:left;
	padding-top:20px;
}
/* Label */
.swatch .header {
	margin: 0.5em 5px;
	text-align: left;
	float: left;
	min-width: 28px;
	font-weight: 700;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none;
}
.swatch-color.swatch.clearfix {
	margin-bottom: 0;
	padding-top: 20px;
}
.swatch label {
	/* Rounded corners */

	/* To give width and height */
	float:left;
	/* Color swatches contain no text so they need to have a width. */
	min-width:30px !important; 
	height:35px !important;
	/* No extra spacing between them */
	margin:0;
	/* The border when the button is not selected */
	border:#e4e4e4 2px solid;
	/* Background color */
	background-color:#fff;
	/* Styling text */
	font-size:13px;
	text-align:center;
	line-height:35px;
	white-space:nowrap;
	text-transform:uppercase;
	padding: 0;
}
.swatch-element label { padding:0; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
	background: #4267b2;
	border-color:#4267b2;
	color: #fff;
} 
.swatch .color input + label{
	border:0 none!important;
}
.swatch .color input:checked + label{
	position: relative;
}
.swatch .color input:checked + label:after{

	content:"\f00c";
	font-family: FontAwesome;
}
.swatch .swatch-element {
	float:left;
	-webkit-transform:translateZ(0); /* webkit flicker fix */
	-webkit-font-smoothing:antialiased; /* webkit text rendering fix */
	/* Spacing between buttons */
	margin:0px 10px 10px 0;
	/* To position the sold out graphic and tooltip */
	position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
	filter: alpha(opacity=60); /* internet explorer */
	-khtml-opacity: 0.6;      /* khtml, old safari */
	-moz-opacity: 0.6;       /* mozilla, netscape */
	opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
	text-align:center;
	background:gray;
	color:#fff;
	bottom:100%;
	padding: 10px;
	display:block;
	position:absolute;
	width:100px;
	left:-33px;
	margin-bottom:15px;
	/* Make it invisible by default */
	filter:alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity:0;
	visibility:hidden;
	/* Animations */
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	z-index: 10000;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
.swatch .tooltip:before {
	bottom:-20px;
	content:" ";
	display:block;
	height:20px;
	left:0;
	position:absolute;
	width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
	border-left:solid transparent 10px;
	border-right:solid transparent 10px;
	border-top:solid gray 10px;
	bottom:-10px;
	content:" ";
	height:0;
	left:50%;
	margin-left:-13px;
	position:absolute;
	width:0;
}
.swatch .swatch-element:hover .tooltip {
	filter:alpha(opacity=100);
	-khtml-opacity:1;
	-moz-opacity:1;
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
.swatch.error {
	background-color:#E8D2D2!important;
	color:#333!important;
	padding:1em;
	border-radius:5px;
}
.swatch.error p {
	margin:0.7em 0;
}
.swatch.error p:first-child {
	margin-top:0;
}
.swatch.error p:last-child {
	margin-bottom:0;
}
.swatch.error code {
	font-family:monospace;
}


@media(max-width: 1200px){
	.dq-stt-1{
		margin: 0 0 20px 0;
	}
	.dq-stt-2 {
		margin: 0px 0px 25px 0px;
	}
	.dq-stt-3 {
		margin: 0px 0px 35px 0px;
	}
	.dq-stt-4 {
		margin: 0px 0px 35px 0px;
	}
	.dq-stt-5 {
		margin: 0px 0px 35px 0px;
	}
	.dq-stt-6 {
		margin: 0px 0px 35px 0px;
	}
}
@media(max-width: 543px){
	.dq-stt-1{
		margin: 0 0 15px 0;
	}
	.dq-stt-2 {
		margin: 0px 0px 15px 0px;
	}
	.dq-stt-3 {
		margin: 0px 0px 20px 0px;
	}
	.dq-stt-4 {
		margin: 0px 0px 20px 0px;
	}
	.dq-stt-5 {
		margin: 0px 0px 20px 0px;
	}
	.dq-stt-6 {
		margin: 0px 0px 20px 0px;
	}
}

td._51m-.pluginButtonSpacer._51mw {
	display: none;
}

@media(max-width: 767px){
	.swatch.clearfix {
		float: none;
		margin: 0;
		padding: 0;
	}
	.swatch .header{
		min-width: 75px;
	}
}
.form-viewpro .form-control,
.form-control,input,select{
	font-family: 'Open Sans', sans-serif!important;
}


/*TRANG GIO HANG*/

.bg-scroll {
	border-top: none;
	margin-top: 20px;
	overflow: hidden;
	border: solid 1px #ebebeb;
	border-top: none;
	border-bottom: none;
	border-right:none;
}
.cart-thead {
	background: #ebebeb;
	font-weight: bold;
	font-size: 13px;
	clear: both;
	width: 100%;
	border: 1px solid #ddd;
	border-right: none;
	float: left;
	min-width: 600px;
}
.cart-thead div {
	float: left;
	padding: 27px 0px;
	color: #fff;
	background:#4267b2;
	text-align: center;
	border-right: #dddddd 1px solid;
	font-size: 13px;
}

.nobr {
	white-space: nowrap;
}
.cart div.a-right {
	text-align: right;
}
.cart div.a-center {
	text-align: center;
}
.cart-tbody {
	width: 100%;
	float: left;
}
.cart-tbody .item-cart {
	border-bottom: 1px solid #eaeaea;
	width: 100%;
	float: left;
}
.item-cart .image .product-image {width: 100%;}
.item-cart .image .product-image img {    max-width: 100%; height: auto;}
.cart-tbody .item-cart div {
	float: left;
	padding: 20px 10px 6px;
	line-height: 20px;
	vertical-align: top;
	border-right: solid thin #ddd;
	height: 135px;
	overflow: hidden;
}
.cart-tbody .item-cart div:nth-child(6){
	padding: 10px 0 6px;
	position: relative;
}
.bg-scroll .cart-tbody .item-cart div a.remove-item {
	background-color: transparent;
	/* background-image: url(//bizweb.dktcdn.net/100/117/328/themes/217739/assets/bin.png?1483092560437); */
	/* width: 22px; */
	/* height: 26px; */
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.cart-tbody .item-cart .product-image {
	min-height: 75px;
	display: block;
	height: auto;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}
@media(max-width: 991px){
	.cart-tbody .item-cart .product-image{
		padding: 0;
	}
}
.cart-tbody .item-cart div .product-name {
	margin: 0px;
	padding-bottom: 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;    margin-top: 10%;
}
.cart-tbody .item-cart div .input_qty_pr {
	height: auto;
	border-right: none;
	width: 100%;
	margin-top: 15px;
	padding: 20px 0px 0px 0px;
}
.cart .product-name a {
	font-size: 14px;
}
.item-cart .input_qty_pr .items-count {
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 24px;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	padding: 0;
}
.variant-title {
	color: #686868;
}
.cart-tbody .item-cart div .price {
	font-size: 16px;
	font-weight: bold;line-height: 6;
	color: #4267b2;
}
.item-cart .items-count {
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 24px;
	width: 21px;
	vertical-align: top;
	text-align: center;
	padding: 0;
}
.item-cart .number-sidebar {
	border: 1px solid #ddd;
	height: 24px;
	margin-left: -1px;
	text-align: center;
	width: 23px;
	margin-right: -1px;
	padding: 0;
	line-height: 15px;
}
.cart-tbody .item-cart div a.remove-item {
	background-color: #fff;
	background-image: none;
	color: #333;
	cursor: pointer;
	padding: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-decoration: none;
	float: left;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	border: none;
}
.cart-tbody .item-cart div a.remove-item span {
	display: none;
}




@media screen and (max-width: 767px){
	.select-item-qty-mobile .txt_center input {
	height: 25px;
    width: 25px;
    text-align: center;
    margin: 0px;
    padding: 0;
    position: absolute;
    left: 22px;
    min-height: 0;
    border: none;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff!important;
    box-shadow: none!important;
    border-radius: 0!important;
    z-index: 100;

	}
	.item-product .title-product-cart-mobile { max-width: 150px;}
	.title-product-cart-mobile h3{
		line-height: 1;
	}
	.main-cart-page {min-height:auto!important;}
	.select-item-qty-mobile .txt_center button.reduced.items-count.btn-minus {
	position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    margin: 0;
    height: 25px;
    padding: 0;
    width: 24px;
    border-style: hidden;
    background: none!important;
    color: #000;
    border:1px solid  #ddd;
    font-size: 14px;
}
	}
	.select-item-qty-mobile .txt_center button.increase.items-count.btn-plus {
	position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 24px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    border-style: hidden;
    padding: 0;
    background: none!important;
    color: #000;
    border: solid 1px #ddd;
    font-size: 14px;
	}
	.select-item-qty-mobile > div{
		position: relative;
		width: 68px;
		height: 25px;
	}
}
@media screen and (max-width: 375px){
	.item-product .title-product-cart-mobile {
		max-width: 110px!important;
	}
}

.btn-proceed-checkout {
	width: 100%;
	background: #4267b2;
	line-height: 35px;
	color: #fff;
	height: 50px;
	font-size: 16px;
	border: none;
}
.totals .inner {
	padding: 4px 0 15px;
	margin-top: 0;
}
#shopping-cart-totals-table tr td {
	border: #ebebeb thin solid;
}
#shopping-cart-totals-table {
	float: right;
	width: 100%;
	padding-bottom: 8px;
	background: #fff;
}
.cart .totals table th, .cart .totals table td {
	padding: 10px;
	background: none!important;
	box-shadow: none!important;
	color: #333!important;
	height: 50px;
	vertical-align: middle;
}
span.totals_price.price{
	color: #4267b2;
	font-size: 16px;
}
.cart-tbody .item-cart .number-sidebar{
	min-height: 0;
	position: static;
	display: inline-block;
	float: none;
	width: 49px;
	margin-bottom: 0;
	padding-left: 23px;
}

.cart-tbody .item-cart .input_qty_pr .items-count{
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 24px;
	width: 24px;
	vertical-align: baseline;
	text-align: center;
	padding: 0;
	display: inline-block;
	margin: 0;
}
.cart-tbody .item-cart .input_qty_pr .items-count.btn-minus{
	border-left: 0;
}
.cart-tbody .item-cart div .input_qty_pr{
	padding-right: 20px;
}

@media(max-width: 543px){
	.item-product .title-product-cart-mobile { max-width: 110px;}
	/*Gio hang*/
	.sign_main {background: #f7f8f9; margin-top: 40px;}
	.main {border-bottom: solid 1px #ebebeb;background: ; margin-top: 40px; }
	.main-container { margin-top: -40px;}
	.cart-mobile {padding: 10px 0px 0px 0px;}
	.header-cart {padding: 10px 15px 0px; border-bottom: solid 1px #ebebeb;margin-top: -10px;}
	.header-cart-content {margin-top: 10px; }
	.header-cart-content .content-product-list { min-height: 110px;}
	/*.header-cart {padding-bottom: 10px; margin-bottom: 10px;}*/
	.header-cart .title-cart {line-height: 10px;}
	.header-cart-price {padding: 18px 15px;}
	.title-cart h3 {font-family: Arial, sans-serif; font-size: 14px; font-weight: 500; text-transform: uppercase;}
	.title-cart p {font-family: Arial , sans-serif; font-size: 12px; color: #9c9c9c;}
	.title-cart a { float: right; margin-top: -28px;color: #4267b2;font-size: 16px; line-height: 27px; font-family: Arial, sans-serif;}
	.btn-proceed-checkout-mobile {
		width: 100%;
		line-height: 27px;
		color: #fff;
		height: 40px; 
		font-size: 14px;
		border: none;
		background: #4267b2;
	}
	.content-product-list .item-product {padding: 15px 15px; min-height: 110px;border-bottom: solid 1px #ebebeb;overflow: hidden;}
	.item-product-cart-mobile , .title-product-cart-mobile , .select-item-qty-mobile {float: left;}
	.item-product-cart-mobile  {max-width: 115px; margin-right: 10px;}
	.item-product-cart-mobile img {max-width: 115px; margin-right: 10px;}

	.select-item-qty-mobile {float: right;margin-top:10px;text-align: center; width: 70px;}
	.title-product-cart-mobile a {word-break: break-word;font-family: Arial, sans-serif; font-size: 14px; color: #363636;}
	.select-item-qty-mobile input.qty {
		background: none repeat scroll 0 0 ;
		border: 1px solid #ebebeb;
		font-size: 15px;
		font-weight: 400;
		margin: 0!important;
		outline: medium none;
		padding: 5px 5px 5px 12px;
		width: 41px;
	}
	.title-product-cart-mobile p {
		line-height: 2;
		font-size: 14px;
		font-family: Arial, sans-serif;
		color:#898989;
	}
	.title-product-cart-mobile span {color: #4267b2;}
	.select-item-qty-mobile a {line-height: 3; color: #363636; font-family: 'Open Sans', sans-serif;}
}