@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Lato Black';
	src: url(../fonts/Lato-Black.woff2) format("woff2"),
		 url(../fonts/Lato-Black.woff) format("woff"),
		 url(../fonts/Lato-Black.ttf) format("opentype"),
		 url(../fonts/Lato-Black.eot) format("eot");
}

@font-face {
	font-family: 'Lato Bold';
	src: url(../fonts/Lato-Bold.woff2) format("woff2"),
		 url(../fonts/Lato-Bold.woff) format("woff"),
		 url(../fonts/Lato-Bold.ttf) format("opentype"),
		 url(../fonts/Lato-Bold.eot) format("eot");
}

@font-face {
	font-family: 'Lato BoldItalic';
	src: url(../fonts/Lato-BoldItalic.woff2) format("woff2"),
		 url(../fonts/Lato-BoldItalic.woff) format("woff"),
		 url(../fonts/Lato-BoldItalic.ttf) format("opentype"),
		 url(../fonts/Lato-BoldItalic.eot) format("eot");
}

@font-face {
	font-family: 'Lato Heavy';
	src: url(../fonts/Lato-Heavy.woff2) format("woff2"),
		 url(../fonts/Lato-Heavy.woff) format("woff"),
		 url(../fonts/Lato-Heavy.ttf) format("opentype"),
		 url(../fonts/Lato-Heavy.eot) format("eot");
}


@font-face {
	font-family: 'Lato Light';
	src: url(../fonts/Lato-Light.woff2) format("woff2"),
		 url(../fonts/Lato-Light.woff) format("woff"),
		 url(../fonts/Lato-Light.ttf) format("opentype"),
		 url(../fonts/Lato-Light.eot) format("eot");
}

@font-face {
	font-family: 'Lato Medium';
	src: url(../fonts/Lato-Medium.woff2) format("woff2"),
		 url(../fonts/Lato-Medium.woff) format("woff"),
		 url(../fonts/Lato-Medium.ttf) format("opentype"),
		 url(../fonts/Lato-Medium.eot) format("eot");
}

@font-face {
	font-family: 'Lato Regular';
	src: url(../fonts/Lato-Regular.woff2) format("woff2"),
		 url(../fonts/Lato-Regular.woff) format("woff"),
		 url(../fonts/Lato-Regular.ttf) format("opentype"),
		 url(../fonts/Lato-Regular.eot) format("eot");
}

@font-face {
	font-family: 'Lato Semibold';
	src: url(../fonts/Lato-Semibold.woff2) format("woff2"),
		 url(../fonts/Lato-Semibold.woff) format("woff"),
		 url(../fonts/Lato-Semibold.ttf) format("opentype"),
		 url(../fonts/Lato-Semibold.eot) format("eot");
}

.col-abs-90 {
	width: 90px !important;
	position: absolute;
	right: 15px;
}

.col-abs-47 {
	width: 47px !important;
	position: absolute;
	right: 105px;
}

.col-pad-5 {
	padding-left: 5px !important;
	margin-bottom: 10px;
}

.mm-navbar img {
	width: 200px !important;
	margin: auto;
}

.mm-hasnavbar-top-2 .mm-panels {
	top : 105px !important;
}

.mm-navbar.mm-hasbtns {
	height: 25px !important;
}

.mm-navbar-size-1 {
	padding-bottom: 60px !important;
}

.mm-hasbtns {
	padding-bottom: 40px !important;
}

.bx-wrapper {
	border: none !important;
	box-shadow: none !important;
	margin-bottom: 0!important;
	background: transparent !important;
}

.bx-pager {
	bottom: 0px !important;
	padding-top: 0 !important;
	margin-top: -40px !important;
	margin-bottom: 60px !important;
}

.price-box {
	margin: -8px 0 5px!important;
	font-family: "Open Sans",sans-serif;
	width: 61%;
	float: left;
	min-height: 27px;
}

.label-sale {
	width: 39%;
	float: right;
	background: #bb131a !important;
	color: #fff;
	border: 1px solid #bb131a;

	font-size: 9px;
	font-weight: 600;
	text-align: center;
	border-radius: 2px;
	position: absolute;
}

.thumbnail {
	margin-bottom: 10px !important;
}

.has-sale {
	padding-right: 15px;
	padding-left: 5px;
}

.product-name {
	margin-bottom: 10px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
}

.orange-but {
	text-decoration: none !important;
}

.old-price {
	text-decoration: line-through;
	color: #a0a0a0;
	margin-bottom: 0 !important;
	font-size: 8px !important;
	line-height: 1;
	width: 100%;
}

.special-price {
	font-size: 12px !important;
	color: #f36525 !important;
	padding-left: 0!important;
	line-height: 1;
	vertical-align: bottom;
	bottom: 0;
	width: 100%;
	font-weight: 600;
}

.price-box .old-price, .price-box .special-price {
	display: inline-block;
}

.title-section {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-family: Lato,sans-serif;
	letter-spacing: 3px;
}

.view-but {
	  background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px !important;
	transition: none !important;
	height: 27px!important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	font-size: 12px !important;
	margin-top: -10px !important;
}

.view-but:hover {
	background: #F45511 !important;
}

.button-view {
	text-align: center;
}

.produk-terpopuler, .kategori-sect {
	margin-bottom: 30px;
}

.banner {
	width: 100%;
	float: none;
}

.banner img {
	width: 100%;
}

.brand-sect {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}

.banner {
	margin-bottom: 20px;
}

.product-wrap {
	margin-bottom: 60px;
}

.left-side {
	padding-left: 0 !important;
}

.right-side {
	padding-right: 0!important;
}

.oflamart-sect {
	position: relative;
	display: inline-block;
	width: 100%;
}

.info-ofla {
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	font-family: Lato Bold,sans-serif;
}

.info-ofla p {
		margin: 0 !important;
}

.left-sect {
	text-align: center;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.right-sect {
	text-align: center;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mid-sect {
	text-align: center;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.left-sect img {
	margin: auto;
	width: 50px;
}

.right-sect img {
	margin: auto;
	width: 50px;
}

.mid-sect img {
	margin: auto;
	width: 50px;
}

.left-sect h3 {
	font-size: 10px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-family: Lato Bold,sans-serif;
	margin-bottom: 5px !important;
}

.right-sect h3 {
	font-size: 10px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-family: Lato Bold,sans-serif;
	margin-bottom: 5px !important;
}

.mid-sect h3 {
	font-size: 10px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
	font-family: Lato Bold,sans-serif;
	margin-bottom: 5px !important;
}

.left-sect p {
	font-size: 9px !important;
	line-height: 1.5 !important;
	font-family: Lato,sans-serif;
	font-weight: 400;
}

.right-sect p {
	font-size: 9px !important;
	line-height: 1.5 !important;
	font-family: Lato,sans-serif;
	font-weight: 400;
}

.mid-sect p {
	font-size: 9px !important;
	line-height: 1.5 !important;
	font-family: Lato,sans-serif;
	font-weight: 400;
}

.info-1a {
	padding: 10px;
	border-bottom: 3px solid #ebebeb !important;
	border-right: 3px solid #ebebeb !important;
	min-height: 180px;
}

.info-1b {
	padding: 10px;
	border-bottom: 3px solid #ebebeb !important;
	border-right: 3px solid #ebebeb !important;
	min-height: 180px;
}

.info-3a {
	padding: 10px 10px 0 10px;
	border-bottom: 3px solid #ebebeb !important;
	min-height: 180px;
}

.info-2a {
	padding: 10px;
	min-height: 160px;
}

.info-1a .icon-info {
	padding-top: 10px;
}

.info-3a .icon-info {
	padding-top: 10px;
}

.info-2a .icon-info {
	padding-top: 10px;
}

.info-1b .icon-info {
	padding-top: 10px;
}

.info-3b .icon-info {
	padding-top: 10px
}



.info-2b {
	padding: 10px;
	border-bottom: 3px solid #ebebeb !important;
	min-height: 180px;
}

.info-3b {
	padding: 10px;
	border-bottom: 3px solid #ebebeb !important;
	min-height: 180px;
}

.info-2b p {
	margin-bottom: 0 !important;
}

.cs-info {
	color: #F54411 !important;
	font-size: 10px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	text-align: center !important;
	margin-bottom: 5px !important;
	margin: 0 !important;
	padding-top: 12px !important;
}

.footer-container {
	margin-top: 25px !important;
}

.grey-bg {
	background: lightgrey;
	width: 100%;
	height: 45px;
	padding: 0.5px;
	margin-top: 8px;
}

.footer-container a {
	font-size: 14px !important;
	color: blue !important;
	font-family: Lato Bold,sans-serif;
}

#footer-bottom {
	padding: 15px 0 0 0 !important;
}



/* Dropdown Button */
/*.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
/*.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 90px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	right: 0.5px;
	top: 39.5px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 8px 10px;
    text-decoration: none !important;
    display: block;
	
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	color:#fff;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.dropbtn {
		background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
}

.main {
	margin-bottom: -40px !important;
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: 2px solid grey; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: white; /* Set a background color */
    color: grey; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 0; /* Some padding */
    border-radius: 20px !important; /* Rounded corners */
	font-size: 14px;
	width: 30px !important;
	height: 30px !important;
	padding-bottom: 1px;
}

#myBtn:hover {
    background-color: #F45511; /* Add a dark-grey background on hover */
	color: #fff;
}

.to-top {
	font-size: 19px !important;
	font-weight: 900 !important;
}

.mm-next {
	width: 100% !important;
}

.black-ground {
	background: black;
	height: 25px;
	width: 100%;
}

.header-announcement-background .bx-wrapper {
	width: 100% !important;
	margin: 0 auto !important;
	padding: 0 !important;
	border: none !important;
}

.header-announcement-background .bx-viewport {
	height: 35px !important;
	margin-left: 0 !important;
}

.header-announcement-background ul {
	display: block !important;
}

.header-announcement-background .bx-controls {
	display: none !important;
}

.header-announcement-background {
	background: none !important;
	transition: all 0.5s;
}

.announcement {
	height: 25px !important;
}

.announcement a {
	height: 25px !important;
	vertical-align: sub;
	text-decoration: none !important;
	font-family: Lato,sans-serif;
}

.announce-close {
	display: none;
	position: absolute;
	top: 5px;
	right: 15px;
	cursor: pointer;
}

.img-announce {
	width: 18px !important;
	margin: 3px 2px 0px 0px !important;
	float: left;
}

.announcement ul {
	display: inline-block !important;
}

.checkout-cart {
	width: 30px;
}


.call-cs {
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	height: 55px;
	padding: 10px;
	text-align: center;
}

.cust-name {
	color:white;
	font-family: Lato Bold,sans-serif !important;
	margin: 0 !important;
	line-height: 1;
	font-weight: 100;
		font-size: 12px;
}

.cust-no {
	color: white;
	font-family: Lato Bold,sans-serif !important;
	margin: 0 !important;
	font-weight: bold;
	text-decoration: underline;
	font-size: 17px;
}

.first-menu {
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.second-menu {
	border-bottom: 1px solid #ebebeb;
}

.footer-menu li {
	width: 50%;
	float: left;
}

.footer-menu li a {
	text-decoration: none;
	font-size: 10px;
	font-family: Lato Bold,sans-serif;
}

.footer-menu li a:hover {
	color: #F49427;
}


.footer-menu {
	text-align: center;
}

.breadcrumb {
	padding: 0px 15px !important;
	background-color: white !important;
	font-size: 9px;
	text-transform: uppercase;
}

.breadcrumb a {
	text-decoration: none !important;
	color: gainsboro !important;
}

.breadcrumb a:hover {
	color: #F49427 !important;
}

.breadcrumb > .active {
	color: #F49427 !important;
}

.products-name {
	padding: 5px 3px 0px 3px;
}

.products-name p {
	font-family: Lato Bold,sans-serif !important;
	text-transform: uppercase;
	font-size: 16px;
	word-break: normal;
	margin: 0 0 15px 0 !important;
}

.products-info {
	font-family: Lato Medium,sans-serif !important;
}

.products-info strong {
	margin-left: 3px;
	line-height: 1.9;
}

.products-info a {
	text-transform: uppercase;
	text-decoration: none !important;
	color: #f49427 !important;
}

.products-info span {
	text-transform: uppercase;
}

.info-price {
	padding: 10px 0 5px 0 !important;
		font-family: Lato Medium,sans-serif !important;
}

.old-info {
	font-size: 13px !important;
	margin-bottom: 20px !important;
	margin-top: 15px !important;
	text-transform: uppercase;
}

.special-info {
	font-size: 30px !important;
	text-transform: uppercase;
}

.sale-info {
	width: 70px !important;
	line-height: 35px;
	vertical-align: middle !important;
	font-size: 15px !important;
	margin-top: -5px;
}

.box-info {
	width: 100% !important;
}

.city-availability {
	font-family: Lato Medium,sans-serif !important;
}

.city-availability span {
	color: forestgreen;
}

.quantity-num button[class*=btn] {
  width: 30px !important;
  height: 30px !important;
  border-radius: 6px !important;
  border: none !important;
  cursor: pointer !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
}

.quantity-num button[class*=btn]:hover {
  background: #F45511 !important;
}
.minus-btn img {
  margin-bottom: 3px;
}
.plus-btn img {
  margin-top: 2px;
}

.quantity-num input {
  -webkit-appearance: none !important;
  text-align: center !important;
  width: 32px !important;
  font-size: 14px !important;
  color: #43484D !important;
  font-weight: 300 !important;
  border: 1px solid gainsboro !important;
  padding: 0 !important;
}

.quantity-info {
	width: 105px !important;
	float: left;
}

.btn-buynow {
	width: 190px;
	float: left;
	line-height: 30px !important;
	height: 30px !important;
	padding: 0 !important;
	  background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	border-radius: 4px !important;
		font-family: Lato Bold,sans-serif !important;
}

.qty-btn {
	width: 100%;
	display: inline-block;
	margin: 8px 0 8px 0 !important;

}

.margin-special {
	margin: 0 0 5px 0 !important;
}

.panel-group .panel + .panel {
	margin: 0 !important;
}

.panel-title {
	font-size: 12px !important;
	font-family: Lato Bold,sans-serif !important;
}

.panel-title a {
	text-decoration: none !important;
}

.panel-default > .panel-heading {
	background-image: none !important;
	background-color: white !important;
}

.panel {
	border-right: none !important;
	border-left: none !important;
	border-radius: 0 !important;
	font-family: Lato,sans-serif !important;
	border-bottom: none !important;
}

.panel + .panel {
	border-top: none !important;
}

.panel-group .panel-heading {
	border-bottom: 1px solid gainsboro; 
}

.panel-group .panel-heading + .panel-heading {
	border-top: 1px solid gainsboro;
}

.info-page {
	margin-bottom: 30px;
}

.info-page .bx-viewport {
	height: auto !important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0 5px;
    border: 1px solid #888;
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
/*.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}*/

.modal-header {
    padding: 2px 16px;
    background-color: white;
    color: white;
	border-bottom: 1px solid gainsboro !important;
}

.modal-body {
	padding: 2px 16px;
	font-family: Lato Bold,sans-serif !important;
}

.modal-footer {
    padding: 2px 16px;
    background-color: white;
    color: white;
	border-top: none !important;
}

.modal h2 {
	text-align: center !important;
	letter-spacing: 5px !important;
	font-size: 12px !important;
}

.item-detail {
	height: 65px;
	margin-top: 5px;
}

.modal .item-detail {
	border-bottom: 1px solid gainsboro !important;
}

.detail-name {
	float: left;
	text-align: left;
	text-transform: uppercase;
	margin: 0px 0px 10px 5px !important;
}

.modal .detail-name {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin: 5px 0px 15px 0px !important;
}

.qty-detail {
	width: 100%;
	float: left;
}

.modal .qty-detail {
	width: 50%;
	float: left;
}

.qty-detail p {
	font-size: 12px !important;
	margin: 0 0 0 5px !important;
}

.modal .qty-detail p {
	font-size: 15px !important;
	margin: 0 0 0 10px !important;
}

.price-detail {
	width: 50%;
	float: left;
	text-align: left;
}

.modal .price-detail {
	width: 50%;
	float: left;
	text-align: right !important;
}

.price-detail p {
	font-size: 13px !important;
	margin: 0 0 0 5px !important;
	line-height: 40px !important;
}

.modal .price-detail p {
	font-size: 15px !important;
	line-height: inherit !important;
}

.update-but {
	width: 50%;
	float: left;
	text-align: right;
	line-height: 40px !important;
}

.qty-input {
	width: 50px !important;
	border: 1px solid #F49427 !important;
	font-size: 12px !important;
	height: 20px !important;
}

.continue-buy {
	text-align: center;
	margin-bottom: 15px;
}

.buycart {
	text-align: center;
}

.buycart-but {
	  background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
  background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px !important;
	transition: none !important;
	height: 30px!important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	font-size: 12px !important;
	margin-top: -10px !important;
	width: 160px !important;
	font-family: Lato Bold,sans-serif !important;
}

.buycart-but:hover {
	background: #F49427 !important;
}

.black-but {
	  background: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#000000)) !important;
  background: -moz-gradient(linear, left top, left bottom, from(#636363), to(#000000)) !important;
  background: gradient(linear, left top, left bottom, from(#636363), to(#000000)) !important;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px !important;
	transition: none !important;
	height: 30px!important;
	padding-left: 12px !important;
	padding-right: 12px !important;
	font-size: 12px !important;
	margin-top: -10px !important;
	width: 160px !important;
	font-family: Lato Bold,sans-serif !important;
}

.cart-buttons {
	padding: 20px;
}

.close {
	opacity: 1;
	float: none !important;
	color:white;
	text-shadow: none !important;
}

.close:hover {
	background: #636363 !important;
	color: white !important;
}


input::placeholder {
	color: gainsboro;
	font-size: 10px;
}

.details-header {
    padding: 2px 16px;
    background-color: white;
    color: white;
	border-bottom: 1px solid gainsboro !important;
}

.details-body {
	padding: 2px 0px;
	font-family: Lato Bold,sans-serif !important;
	display: inline-block !important;
	width: 100%;
}

.details-footer {
    padding: 2px 16px;
    background-color: white;
    color: white;
	border-top: none !important;
}

.details h2 {
	text-align: center !important;
	letter-spacing: 5px !important;
	font-size: 12px !important;
}

.details-body p {

}

.delivery-main {
	margin-bottom: 0!important;
}

.sale-label {
	width: 100px !important;
	display: inline-block;
}

.borderbot-info {
	border-bottom: 1px solid gainsboro !important;
}

.non-padding {
	padding: 0 !important;
}

.checkout-thumb {
	width: 100% !important;
}

.col-xs-3 img{
	padding-top: 10px !important;
	max-width: 90px !important;
	padding-bottom: 10px !important;
}

.update-button {
	height: 28px !important;
	width: 80px !important;
	text-align: center;
	margin-top: 0px !important;
	padding: 2px 2px !important;
	font-size: 12px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	font-family: Lato Bold,sans-serif !important;
}

.max-110 {
	max-width: 110px !important;
}

.left {
	width: 50%;
	float: left;
	text-align: left;
}

.right {
	width: 50%;
	float: right;
	text-align: right;
}

.subtotal-info {
	width: 100%;
	display: inline-block;
}

.total-info {
	width: 100%;
	display: inline-block;
}

.sub-tot {
	border-bottom: 1px solid gainsboro !important;
	padding: 10px 2px !important;
}

.subtotal-info p {
	margin: 0 !important;
	font-family: Lato Bold, sans-serif !important;
}

.total-info p {
	margin: 0 !important;
	font-family: Lato Bold, sans-serif !important;
	font-size: 15px !important;
	color: #F49427;
}

.delete-item {
	float: right;
}

.delete-item a {
	text-decoration: none !important;
}


.icone-1 {
	width: 50%;
	float: left;
	text-align: right;
	padding-right: 25px;
}

.icone-1 img , .icone-2 img {
	width: 40px;
	margin:auto;
}

.icone-2 {
	width: 50%;
	float: right;
	text-align: left;
	padding-left: 25px;
}

.icone-arrow {
	float: left;
	width: 0%;
}

.icone-arrow img {
	width: 13px;
	margin-top: 12px;
	margin-left: -5px;
}

.icone-list {
	width: 100%;
	display: inline-block;
	margin: 10px 0 15px 0 !important;
}

.address-detail {
	width: 100%;
}

.address-part {
	width: 100%;
	border: 1px solid gainsboro;
	padding: 0 5px;
	box-shadow: 5px 5px 7px #bababa;
	margin-bottom: 10px;
}

.address-header {
	text-align: center;
	font-family: Lato Bold,sans-serif !important;
	letter-spacing: 2px;
	padding: 10px 0 5px 0;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}

.address-header p {
	margin: 0 !important;
}

.address-customer {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid black;
}

.address-customer p {
	margin: 0 !important;
	font-family: Lato Medium,sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.5;
}

.customer-name {
	margin: 5px 0 0 0 !important;
	font-size: 14px !important;
	font-family: Lato Bold,sans-serif !important;
}

.change-address {
	padding: 10px 0;
}

.change-add {
	width: 200px !important;
	font-size: 11px !important;
	padding: 5px !important;
	height: 25px !important;
	text-transform: initial !important;
	letter-spacing: 0 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
}

.detail-part {
	width: 100%;
	border: 1px solid gainsboro;
	padding: 0 5px;
	box-shadow: 5px 5px 7px #bababa;
}

.detail-header {
	text-align: center;
	font-family: Lato Bold,sans-serif !important;
	letter-spacing: 2px;
	padding: 10px 0 5px 0;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}

.detail-header p {
	margin: 0 !important;
}

.detail-product {
	width: 100%;
	display: inline-block;
	margin: 10px 0 0 0 !important;
	font-family: Lato Bold,sans-serif !important;
	padding: 0 5px 0 5px;
}

.detail-product + .detail-product {
	margin: 0 0 0 0 !important;
}

.detail-product-name {
	width: 50%;
	float: left;
	font-size: 12px;
}

.detail-product-qty {
	width: 15%;
	float: left;
	font-size: 12px;
}

.detail-product-price {
	width: 35%;
	float: right;
	font-size: 12px;
	padding: 0 0 0 0;
}

.detail-product p {
	margin: 0 !important;
}

.detail-product-price .old-price {
	font-size: 10px;
	text-align: right;
	margin-top: 10px;
	height: 10px;
}

.detail-product-price .now-price {
	text-align: right;
}

.detail-padding {
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

.bridge-detail {
	width: 100%;
	display: inline-block;
	padding: 20px 0px 5px 5px !important;
	border-bottom: 1px solid black;
}

.bridge-detail p {
	margin: 0 !important;
	font-family: Lato Bold,sans-serif !important;
}

.voucher-name {
	font-size: 12px;
	width: 35%;
	float: left;
}

.voucher-input {
	width: 180px;
	float:right;
	margin-right: 3px;
}

.voucher-width {
	width: 100%;
}

.voucher-inputfield {
	width: 130px;
	float: left;
}

.voucher-inputfield input {
	width: 130px;
	border: 1px solid #F49427;
}

.voucher-use {
	width: 50px;
	float: right;
	margin-top: -1px !important;
}

.btn-use {
	width: 50px !important;
	height: 23px !important;
	padding: 1px !important;
	font-size: 11px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	text-transform: initial;
	letter-spacing: 0 !important;
}

.subtotal-detail {
	width: 100%;
	display: inline-block;
	font-size: 12px;
	padding: 10px 5px 0 0 !important;
}

.subtotal-detail p {
	margin: 0!important;
}

.subtotal-name {
	width: 50%;
	float: left;
}

.subtotal-price {
	width: 50%;
	float: right;
	text-align: right;
}

.total-detail {
	width: 100%;
	display: inline-block;
}

.total-detail p {
	margin: 0 !important;
	font-family: Lato Bold,sans-serif;
	text-transform: uppercase;
	color: #f49427;
	padding: 20px 5px 10px 5px;
}

.total-name {
	width: 50%;
	float: left;
}

.total-price {
	width: 50%;
	float: right;
	text-align: right;
}

.payment-part {
	width: 100%;
	border: 1px solid gainsboro;
	padding: 0 5px;
	box-shadow: 5px 5px 7px #bababa;
	margin-bottom: 10px;
}

.payment-header {
	text-align: center;
	font-family: Lato Bold,sans-serif !important;
	letter-spacing: 2px;
	padding: 10px 0 5px 0;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}

.payment-header p {
	margin: 0 !important;
}

.payment-part .panel {
	border-bottom: 1px solid black !important;
}

.payment-part .panel a {
	text-decoration: none !important;
}

.payment-part .panel label {
	font-size: 10px !important;
	position: absolute;
	font-family: Lato Bold,sans-serif;
}

.payment-part .panel .v-fix {
	float: left;
	margin-right: 3px;
}

.payment-method .address-part , .payment-method .detail-part {
	border: none !important;
	box-shadow: none !important;
	margin-top: 20px;
}

.payment-method .bridge-detail {
	padding: 5px 0 5px 5px !important;
}

.login-header {
	padding-left: 10px !important;
}

.login-header h2 {
	font-size: 20px !important;
	text-align: center !important;
}

.login-body p {
	margin: 0 !important;
	font-family: Lato Bold, sans-serif;
}

.login-body {
	padding: 15px 10px 0 10px;
}

.login-email {
	margin-bottom: 20px !important;
}

.red-color {
	color: red;
}

.login-forget {
	padding: 15px 10px 0 10px !important;
}

.login-forget a {
	color: #F49427 !important;
	text-decoration: none !important;
	font-family: Lato Medium,sans-serif;
	font-weight: 100;
}

.login-btn {
	height: 35px !important;
	width: 100% !important;
	text-align: center;
	margin-top: 0px !important;
	font-size: 12px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	font-family: Lato Bold,sans-serif !important;
}

.login-button {
	width: 100%;
	text-align: center !important;
	padding: 30px 10px 0 10px;
}

.login-register p {
	margin: 0 !important;
	padding: 5px 10px 0 10px !important;
	font-size: 12px;
	color: darkgrey;
	font-family: Lato,sans-serif;
}

.login-register a {
	text-decoration: none !important;
	color: #F49427 !important;
}

.login-register {
	padding: 0 0 15px 0;
}

.forget-footer {
	width: 100% !important;
	display: inline-block;
	padding: 15px 10px;
}

.back-button {
	width: 50%;
	float: left;
	padding-right: 5px;
}

.submit-button {
	width: 50%;
	float: right;
	padding-left: 5px;
}

.back-btn {
	height: 35px !important;
	width: 100% !important;
	text-align: center;
	margin-top: 0px !important;
	font-size: 12px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	font-family: Lato Bold,sans-serif !important;
}

.submit-btn {
	height: 35px !important;
	width: 100% !important;
	text-align: center;
	margin-top: 0px !important;
	font-size: 12px !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: -moz-gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
    background: gradient(linear, left top, left bottom, from(#F49427), to(#F45511)) !important;
	font-family: Lato Bold,sans-serif !important;
}