@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #545454;
    background: #000000;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
.page-header {
    vertical-align: middle;
    margin: 20px 0 15px 0;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
}
.page-header h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #4c4d5a;
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 0 1px #fff;
}
.breadcrumb {
    display: inline-block;
    background: none;
    margin: 8px 0 19px 0;
    padding: 0 10px;
    border-radius: 0;
}
.breadcrumb li a {
    color: #999999;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
.breadcrumb li a:hover {
    text-decoration: none;
}
.breadcrumb li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #BBBBBB;
    padding: 0 5px;
    font-size: 10px;
}
a:hover, a:focus {
    text-decoration: none;
}
#container {
    min-height: 100%;
    max-width: 1170px;
    position: relative;
    background: #FFFFFF;
    overflow: hidden;
    padding: 5px 0 0 0;
	margin: 0 auto;
}
.container-fluid {
    padding: 0 20px;
}
#header {
    min-height: 0px;
    background: #FFFFFF;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 3px #ccc;
}
#header .container-fluid {
    padding: 0;
}
#header .navbar-header {
    transition: 0.3s all;
    border-right: 1px solid #eee;
    width: 235px;
    display: none;
}
#header .navbar-brand {
    margin-left: 8px;
}

#header .navbar-nav > li {
    display: inline-block;
}
#header .navbar-right > li {
    border-left: 1px solid #eee;
}

#header .navbar-right {
    margin-right: 0;
    margin: 0px 0px 0px 0px;
    float: right;
}
#header #user-profile {
    max-width: 30px;
    margin-right: 15px;
}

#header .nav > li > a {
    padding: 0px 21px;
    line-height: 45px;
    cursor: pointer;
    color: #6D6D6D;
    border-left: 0px solid #E1E1E1;
}

#header .nav > li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
}
#header .nav > li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
}

/* Navigation */
#navigation {
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    color: #FFFFFF;
    background: #19222E;
    display: block;
}

/* Menu */
#menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#menu {
    margin-bottom: 25px;
}
#menu li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 0px solid #515151;
}
#menu li a.parent:after {
    font-family: FontAwesome;
    float: right;
    margin-right: 8px;
}
#menu li a.parent:after {
    content: "\f107";
}
#menu li a.collapsed:after {
    content: "\f105";
}
/* 1st lvl */
#menu > li {
    position: relative;
    border-bottom: 1px solid #2b3642;
}
#menu > li > a {
    font-size: 14px;
    color: #b3cbdd;
    padding-left: 20px;
    border-bottom: 0px solid #585858;
}
#menu > li > a:hover {
    background-color: #444444;
}
#menu > li > a > i {
    font-size: 16px;
    width: 18px;
    margin-right: 5px;
}
#menu > li.active > a {
    color: #0b91d2;
    background-color: #171b21;
}
#menu > li > ul {
    background-color: #293141;
}
/* 2nd lvl */
#menu li li a {
    color: #7f8a9b;
}
#menu li li a:before {
    content: "\f101";
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: 10px;
    margin-right: 10px;
    transition: margin ease 0.5s;
}
#menu li li a:hover:before {
    margin-right: 20px;
}
#menu li li a:hover {
    color: #FFFFFF;
    background-color: #242d37;
}
#menu li li.active > a {
    color: #0b91d2;
    background-color: #242d37;
}
#menu li ul a {
    padding-left: 20px;
}
#menu li li ul a {
    padding-left: 40px;
}
#menu li li li ul a {
    padding-left: 60px;
}
#menu li li li li ul a {
    padding-left: 80px;
}

/* footer */
#footer {
    height: 100px;
    text-align: center;
}
/* Navs
/* Tabs */
.nav-tabs > li > a {
    color: #a5a5a5;
    border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs {
    margin-bottom: 25px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    font-weight: bold;
    color: #333;
}
.form-control:hover {
    border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
div.required .control-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.btn-group {
    white-space: nowrap;
}
.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
    font-family: FontAwesome;
    color: #1E91CF;
    content: "\f059";
    margin-left: 4px;
}
fieldset legend {
    padding-bottom: 5px;
}
input[type="radio"], input[type="checkbox"] {
    margin: 2px 0 0;
}
.radio, .checkbox {
    min-height: 18px;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 13px;
    width: 16px \0;
    height: 13px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #dcdcdc;
    border: 1px solid transparent \0;
    border-radius: 1px;
}
input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    border-color: #4d90fe;
    outline: 0;
}
input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
    background-color: #ebebeb;
    border-color: #c6c6c6;
}
input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}
input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    width: 15px;
    width: 18px \0;
    height: 15px;
    height: 18px \0;
    border-radius: 1em;
}
input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: #666;
    border-radius: 1em;
}
input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: none \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: none \9;
}
input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
    position: absolute;
    top: -6px;
    left: -5px;
    display: block;
    content: url('../image/checkmark.png');
}
.table thead td {
    font-weight: bold;
}
.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}
.table a.asc:after {
    content: " \f106";
    font-family: FontAwesome;
}
.table a.desc:after {
    content: " \f107";
    font-family: FontAwesome;
}
.pagination {
    margin: 0;
	border-radius: 0;
}
.pagination > li > span,
.pagination > li > a {
    color: #000000;
    background-color: #D4D4D4;
    border-color: #D4D4D4;
    font-size:13px;
    font-weight: 600;
	padding: 0;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li.active > a,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li.active > span,
.pagination > li.active > a,
.pagination > li.active > span:hover,
.pagination > li.active > a:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.divider {
	border-bottom:2px solid #D4D4D4;
	margin:5px 0;
}
.form-group {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.form-group + .form-group {
    border-top: 1px solid #ededed;
}
/* Panels */
.panel {
    border-radius: 0px;
}
.panel .panel-heading {
    position: relative;
}
.panel-heading h3 i {
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.panel-heading h3 {
    font-weight: 500;
    display: inline-block;
}
/* Primary Panel */
.panel-primary {
    border: 1px solid #c3e4f6;
    border-top: 2px solid #5cb7e7;
}
.panel-primary .panel-heading {
    color: #1e91cf;
    border-color: #96d0f0;
    background: white;
}
/* Default Panel */
.panel-default {
    border: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}
.panel-default .panel-heading {
    color: #4c4d5a;
    border-color: #dcdcdc;
    background: #f6f6f6;
    text-shadow: 0 -1px 0 rgba(50,50,50,0);
}
.img-thumbnail i {
    color: #FFFFFF;
    background-color: #EEEEEE;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    padding-top: 20px;
    vertical-align: middle;
    display: inline-block;
}
.img-thumbnail.list i {
    width: 40px;
    height: 40px;
    padding-top: 10px;
}
/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}
.tile-primary {
    background-color: #1b80c2;
}
.tile-success {
    background-color: #53b953;
}
.tile-warning {
    background-color: #f3aa41;
}
.tile-danger {
    background-color: #e45847;
}
.tile:hover {
    opacity: 0.95;
}
.tile a {
    color: #FFFFFF;
}
.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
    background-color: rgba(255,255,255,0.1);
}
.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
    opacity: 1;
}
.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}
.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}
.tile .tile-body h2 {
    font-size: 42px;
}
.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0,0,0,0.1);
}
#stats {
    border-radius: 2px;
    color: #808b9c;
    background: #2e3a47;
    margin: 15px 20px;
    padding: 5px 0;
}
#stats ul, #stats li {
    padding: 0;
    margin: 0;
    list-style: none;
}
#stats li {
    font-size: 11px;
    color: #9d9d9d;
    padding: 5px 10px;
    border-bottom: 1px dotted #373737;
}
#stats div:first-child {
    margin-bottom: 4px;
}
#stats .progress {
    height: 3px;
    margin-bottom: 0;
}
.jqvmap-label {
    z-index: 999;
}
.alert {
    overflow: auto;
}

/* Fix form-group margin inside the modal */
.modal-body .form-group {
    margin: 0;
}
/* Fixed Sumernote Button Height */
.note-toolbar.panel-heading i {
    font-size: 14px;
}
/* Filemanager Folder Size */
#filemanager .fa-folder.fa-5x {
    font-size: 10.5em;
}
#extension-list {
    color: #4b525d;
}
#extension-list h2 {
    margin-top: 54px;
    margin-bottom: 44px;
}
#extension-list section {
    border: 1px solid #ddd;
}
#extension-list section > div {
    position: relative;
}
#extension-list section > div + div {
    border-top: 1px solid #ddd;
    padding: 10px;
}
#extension-list section:hover {
    border: 1px solid #1b80c2;
}
#extension-list > .row {
    margin-top: 40px;
}
#extension-list > .row > * {
    margin-bottom: 30px;
}

#extension-list .extension-preview {
    min-height: 150px;
}
#extension-list .extension-preview .extension-description {
    position: absolute;
    background-color: rgba(36, 45, 55, 0.9);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    height: 100%;
    width: 100%;
}
#extension-list .extension-preview .extension-description:hover {
    opacity: 1;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-preview {
        min-height: 123px;
    }
    #extension-list .extension-preview .extension-description {
        font-size: 12.5px;
        padding: 6px;
    }
    .instagram-btn > a > i {margin-right:0 !important; font-size:16px !important;}
    .whatsapp-btn > a > i {margin-right:0 !important; font-size:16px !important;}
    .instagram-btn > a > span {display:none;}
    .whatsapp-btn > a > span {display:none;}
}
#extension-list .extension-preview img {
    margin: 0 auto;
}
#extension-list .extension-name {
    min-height: 100px;
}
#extension-list .extension-name p {
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}
#extension-list .extension-name p:first-child {
    font-size: 17px;
}
#extension-list .extension-name p span {
    color: #4b525d;
    font-weight: 400;
}
#extension-list .extension-name h4 a, #extension-list .extension-name p a {
    color: #000;
}
#extension-list .extension-name + div > .row {
    margin-top: 0;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-name + div > .row {
        font-size: 14px;
    }
}
#extension-list i {
    color: #10b4e9;
}
#extension-list span {
    font-weight: 600;
}
.list-check {
    list-style: none;
}
.list-check li::before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-left: -30px;
    width: 29px;
    display: inline-block;
    color: #7ebd38;
}
.list-check.list-color-blue li::before {
    color: #02afe9;
}
.well.filter {
    background-color: #ffffff;
}
.login-btn > .btn-block,
.register-btn > .btn-block {
    font-weight:700;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:4px;
    color: #fff;
    /*
    background-color: #333333;
    border-color: #222222;
    */
}
.hidden-lg #button-menu,
.hidden-lg #button-refresh,
.hidden-lg #button-goback,
.hidden-lg #button-profile,
.hidden-lg #button-logout {
    line-height: 20px !important;
    font-size: 24px;
    padding: 10px 16px !important;
    line-height: 25px;
    cursor: pointer;
    color: #6D6D6D;
    border-right: 1px solid #eee;
}
.hidden-lg #button-menu > span,
.hidden-lg #button-refresh > span,
.hidden-lg #button-goback > span,
.hidden-lg #button-profile > span,
.hidden-lg #button-logout > span {
    font-size: 11px;
    cursor: pointer;
    color: #6D6D6D;
    display:block;
}
.hidden-xs #button-profile,
.hidden-xs #button-logout {
    line-height: 20px !important;
    font-size: 24px;
    padding: 10px 16px !important;
    line-height: 25px;
    cursor: pointer;
    color: #6D6D6D;
    border-right: 1px solid #eee;
}
.hidden-xs #button-profile > span,
.hidden-xs #button-logout > span {
    font-size: 11px;
    cursor: pointer;
    color: #6D6D6D;
    display:block;
}
.btn-xs {
    font-size:12px;
    font-weight: 700;
}
.btn-xs > i {
    font-size:12px;
    margin-right:5px;
}
tr.green > td {
    background: #cdf1ca;
}
tr.yellow > td {
    background: #fffbce;
}
tr.blue > td {
    background: #ceebfa;
}
.order-area {
	border:1px solid #D4D4D4;
	padding:20px 0 10px 0;
    position:relative;
	margin-bottom:10px;
    -webkit-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);	
}
.order-area > .form-group {
	font-size:11px;
}
.order-id {
	display:inline-block;
	background:#D4D4D4;
	font-size:14px;
	font-weight:600;
	color:#000000;
	position:absolute;
	top:0;
	right:0;
	padding:3px 5px;
}
.select-order {
	display:inline-block;
	background:#D4D4D4;
	position:absolute;
	top:0;
	left:0;
	padding:3px 5px;
}
a.selected > i {
	color: #D28900;
}
.dropdown-toggle {
    border-radius:0;
    font-size:14px;
    font-weight:600;
    border-left:none;
    border-right:none;
    border-top:none;
    padding: 10px 15px;
}
.dropdown-toggle > i {
    margin-right:10px;
}
.dropdown-menu {
	padding-top:0;
	padding-bottom:0;
    font-size: 13px;
    text-align: left;
	min-width: 200px;
    border-radius: 0px;
    box-shadow: none;
    border-left:none;
    border-right:none;
    border-top:none;
}
.dropdown-menu > li > a {
    padding: 1px 0px 1px 10px;
    font-weight: 600;
	line-height:25px;
    font-size: 11px;
    color: #000000;
	border-bottom:1px solid #D4D4D4;
}
.dropdown-menu > li:last-child > a {
	border-bottom:none;
}
.dropdown-menu > li > a > i {
    display:inline-block;
	width:35px;
	height:35px;
	line-height:35px;
	border-left:1px solid #D4D4D4;
	font-size:16px;
    text-align:center;
    margin:0;
}
.btn-xs {
    font-size: 13px;
    font-weight: 600;
}
.btn-xs > i {
    font-size: 14px;
}
.form-horizontal .form-group {
	padding-top:5px;
	padding-bottom:5px;
}
.form-horizontal .control-label {
	text-align:left;
	margin-bottom:5px;
}
.no-margin > i {
	margin:0px;
}
.nav-justified.hidden-md {
	position:fixed;
	border-bottom:1px solid #D4D4D4;
	background-color:#FFFFFF;
}
.pagination-info {
	font-size:10px;
	line-height:25px;
}
.btn-action > i {
	display:block;
	font-size:24px;
	margin-bottom:10px;
}
.btn-action > span {
	display:block;
	font-size:10px;
}
.swal-modal {
	width: 300px !important;
	max-width: 450px;
}
.swal-button-container {
    display: block;
	text-align:center;
}
.swal-button {
  padding: 7px 19px;
  border-radius: 2px;
  background-color: #4962B3;
  font-size: 12px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.pro-grid {
    position:relative;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
	cursor:pointer;
}
.pro-grid2 {
    position:relative;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
	cursor:pointer;
}
.product-wrap {
    position:relative;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
}
.product-model {
	font-size:13px;
    font-weight:600;
    text-align:center;
    border-bottom: 1px solid #CCCCCC;
    line-height:25px;
}
.product-qty {
	font-size:13px;
    font-weight:600;
    text-align:center;
    line-height:25px;
}
.modal-body {
    position: relative;
    padding: 15px;
    overflow: auto;
}
#add-product, #input-description {
    margin-bottom:25px;
}
.product-name {
	font-size:12px;
}
.input-sm{
	width:70px;
}
.panel-button {
    display:block;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    -webkit-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
	cursor:pointer;
    padding:15px 5px 15px 5px;    
}
.panel-button > a > i {
    display:inline-block;
    margin-bottom:10px;
    font-size:42px;
    color:#FFFFFF;
    text-shadow: 0 1px #333333;
}
.panel-button > a > h2 {
    display:block;
    margin-bottom:5px;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
    color:#FFFFFF;
    text-shadow: 0 1px #333333;
}
.panel-button.whatsapp {
    display:block;
    background-color: #1ebea5;
    border: 1px solid #1ebea5;
    margin-bottom: 10px;
    -webkit-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 0px -2px rgba(0,0,0,0.2);
	cursor:pointer;
    padding:10px 5px 10px 5px;    
}
.panel-button.whatsapp > a > h1 > i {
    display:inline-block;
    margin-bottom:10px;
    font-size:24px;
    color:#FFFFFF;
    text-shadow: none;
}
.panel-button.whatsapp > a > h1 {
    display:block;
    margin-bottom:0;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    line-height:24px;
    color:#FFFFFF;
    text-shadow: none;
}
.panel-button.whatsapp > a > span {
    font-size:12px;
    display:block;
    width: 100%;
    color:#FFFFFF;
    text-shadow: none;
}
.panel-button > a > span {
    font-size:11px;
    display:block;
    width: 73%;
    color:#FFFFFF;
    text-shadow: 0 1px #333333;
}
.logo {
    margin-left:5px;
    margin-top:5px;
    margin-bottom:5px;
}
.logo > a {
    display:inline-block;
    line-height:45px;
}
.logo > a > i {
    margin-right:10px;
    display:inline-block;
    width:35px;
    height:35px;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    border:1px solid #D4D4D4;
    box-shadow: inset 0 -1px 0 #e1e1e1, inset 0 -3px 0 #ececec, inset 0 -6px 15px #f3f3f3, inset 0 -2px 10px #f3f3f3;
    color:#666666;
    font-size:18px;
}
.margin-bottom-none {
    margin-bottom:0;
}
.color-1 { background-color:#AED581; }
.color-2 { background-color:#4FC3F7; }
.color-3 { background-color:#9575CD; }
.color-4 { background-color:#FF8A65; }
.color-5 { background-color:#FFB74D; }
.nav-pills {
    margin-bottom:10px;
}
.nav-pills > li {
    float: none;
    text-align:center;
}
.nav-pills > li > a {
    font-size:11px;
}
.nav-pills > li > a > i {
    display:block;
    font-size:24px;
    text-align:center;
    margin-bottom:5px;
}
.nav-top {
    margin-bottom:0;
}
.nav-top > li {
    border-right:1px solid #D4D4D4;
}
.nav-top > li:last-child {
    border-right:none;
}
.nav-top > li > a {
    font-size:13px;
    font-weight:600;
    color:#666666;
	padding: 15px;
}
.nav-top > li > a > i {
    display:inline-block;
    font-size:16px;
    text-align:left;
    margin-bottom:0;
    margin-right:5px;
}
#content > .nav-top > li {
    border-top:none;
    border-bottom:1px solid #D4D4D4;
}
#content > .nav-top > li > a {
    padding: 5px 10px;;
}
#content > .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    border-radius:0;
}

#fixedTop {
    /*display: block;*/
	/*width: 100%;*/
	/*height: auto;*/
    /*min-height: 50px;*/
	/*max-height: 116px;*/
    /*position: fixed;*/
    /*top: 0;*/
	/*box-shadow: inset 0 -1px 0 #e1e1e1, inset 0 -3px 0 #ececec, inset 0 -6px 15px #f3f3f3, inset 0 -2px 10px #f3f3f3;*/
    /*z-index: 9997;*/
    /*border-top: 1px solid #D4D4D4;*/
    /*padding:0px;*/
	/*background: #FFFFFF;*/
}
#fixedTop > div {
    padding:5px;
}
#fixedBottom {
    display: block;
    float: left;
    width: 100%;
    max-width: 1170px;
    height: 36px;
    position: fixed;
    bottom: -1px;
	text-align: center;
    z-index: 9999;
    padding:0px;
	background: #FFFFFF;
}
#fixedBottom > .btn {
	border-radius:0;
}
.banners > .col-xs-6,
.banners > .col-xs-12 {
    padding:0;
}
.image {
    position:relative;
}
.model {
	font-size:12px;
    font-weight:600;
    text-align:center;
    border-bottom: 1px solid #CCCCCC;
    line-height:20px;
}
.title {
	font-size: 11px;
    font-weight: 500;
    text-align:center;
    border-bottom: 1px solid #CCCCCC;
    line-height:20px;
}
.old-price {
	font-size:16px;
    font-weight:500;
    text-align:center;
    line-height:20px;
    margin-right:10px;
    color:#333333;
    text-decoration:line-through;
    display:inline-block;
    padding:5px 0;
}
.old-price > i {
    text-decoration:none;
	font-size:13px;
}
.price {
	font-size:18px;
    font-weight:600;
    text-align:center;
    line-height:20px;
    color:#D90033;
    display:inline-block;
    padding:5px 0;
}
.price > i {
	font-size:15px;
}
.trade-price {
	font-size:14px;
    font-weight:600;
    text-align:center;
    line-height:18px;
    color:#D90033;
	border-top: 1px solid #CCCCCC;
    display:block;
    padding:10px 20px;
}
.trade-price > span {
    border:2px dotted #D90033;
	display:block;
}
.trade-price > span > i {
	font-size:12px;
}
.trade-price > span > strong {
    font-weight:500;
	font-size:12px;
	display:block;
	color:#333333;
}
.trade-price > span > span {
	font-size:10px;
	display:block;
	color:#333333;
}
.product-detail-price {
	padding:2px 3px;
	font-size:11px;
	border:1px solid #D4D4D4;
}
.product-detail-price > strong {
	font-size:11px;
}
.product-detail-price > span.oldprice {
	font-size:16px;
    font-weight:500;
    color:#333333;
    text-decoration:line-through;
    margin-right:20px;
}
.product-detail-price > span.newprice {
    font-size:18px;
    font-weight:600;
    color:#D90033;
}
.product-detail-trade-price {
	padding:2px 3px;
	font-size:11px;
	border:1px solid #D4D4D4;
}

.discount {
    position:absolute;
    bottom:0;
    left:0;
    background:#FF5722;
    color:#FFFFFF;
    padding:2px 10px;
}
.new {
    position:absolute;
    bottom:0;
    right:0;
    background:#20af55;
    color:#FFFFFF;
    padding:2px 10px;
}
.product-info {
	border:1px solid #D4D4D4;
}
.product-detail-image {
	position:relative;
	text-align:center;
}
.product-detail-image > .model {
	position:absolute;
	top:0;
	left:15px;
	color:#FFFFFF;
	background:#333333;
	padding:2px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	z-index:9999;
}
.product-detail-image > .price {
	position:absolute;
	top:0;
	right:15px;
	background:#FFFFFF;
	padding:2px 10px;
	font-size:24px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	z-index:9999;
}
.product-detail-title {
	padding:2px 3px;
	font-size:18px;
	border:1px solid #D4D4D4;
}
.product-detail-price {
	padding:2px 3px;
	font-size:16px;
	border-bottom:1px solid #D4D4D4;
}
.product-detail-size {
	padding:2px 3px;
	font-size:11px;
	border:1px solid #D4D4D4;
}
.product-detail-color {
	padding:2px 3px;
	font-size:11px;
	border:1px solid #D4D4D4;
}
.product-detail-quality {
	padding:2px 3px;
	font-size:11px;
	border:1px solid #D4D4D4;
}
.product-detail-size > strong,
.product-detail-color > strong,
.product-detail-quality > strong {
    display:inline-block;
    width:100px;
}
.product-detail-fabric_info {
	padding:2px 3px;
	border:1px solid #D4D4D4;
	font-size:11px;
}
.product-detail-price-info {
	padding:5px;
	font-size:12px;
	border:1px solid #D4D4D4;
}
.product-detail-price-list {
	padding:4px 5px;
	font-size:14px;
	border:1px solid #D4D4D4;
    position:relative;
    font-weight:600;
}
.product-detail-price-list > span {
    position:absolute;
    top:1px;
    right:1px;
    display:inline-block;
    padding:0 3px;
    width:70px;
    height:25px;
    line-height:25px;
    background:#D90033;
    color:#FFFFFF;
    font-size:16px;
    font-weight:600;
    text-align:center;
}
.qty-text {
	position:absolute;
	top:11px;
	left:20px;
	font-size:11px;
	font-weight:600;
	color:#666666;
}
.padding-top-10 {
	padding-top:10px;
}
.toplink-btn {
    display:inline-block;
    margin-top:15px;
}
.toplink-btn > a {
    display:block;
    padding:5px;
    font-size:11px;
    color:#000000 !important;
    text-decoration:none;
    text-align:center;
}
.toplink-btn > a > i {
    display:block;
    margin-bottom: 3px;
    font-size:22px;
}

.shopping-cart {
	padding:25px 5px 0px 0px;
    max-width: 50px;
}
.shopping-cart > a {
	display:block;
	color:#666666;
	font-size:12px;
	font-weight:600;
	text-align:center;
	line-height:20px;
}
.shopping-cart > a > span {
	display:block;
	text-align:center;
}

#order-cart .panel-body {
	padding:0px;
}

.cart-item-header {
	border-bottom:1px solid #D4D4D4;
}
.cart-item-header > .cart-item-model {
	width:35%;
	border-right:1px solid #D4D4D4;
	line-height:25px;
	color:#666666;
	font-size:11px;
	font-weight:600;
}
.cart-item-header > .cart-item-quantity {
	width:25%;
	border-right:1px solid #D4D4D4;
	line-height:25px;
	color:#666666;
	font-size:11px;
	font-weight:600;
}
.cart-item-header > .cart-item-price {
	width:20%;
    border-right:1px solid #D4D4D4;
	line-height:25px;
	color:#666666;
	font-size:11px;
	font-weight:600;
}
.cart-item-header > .cart-item-total {
	width:20%;
	line-height:25px;
	color:#666666;
	font-size:11px;
	font-weight:600;
}
.cart-item-body {
	border-bottom:1px solid #D4D4D4;
}
.cart-item-body > .cart-item-model {
	width:35%;
	line-height:78px;
	border-right:1px solid #D4D4D4;
	position:relative;
}
.cart-item-body > .cart-item-model > .delete-cart-item {
	position:absolute;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	top:0;
	left:0;
	background-color:#F00000;
	color:#FFFFFF;
	font-size:16px;
}
.cart-item-body > .cart-item-quantity .update-cart-item {
    display: inline-block;
    width: 90%;
	background-color:#4CB64C;
	color:#FFFFFF;
	font-size:11px;
	font-weight:600;
	padding:2px 0;
}
.cart-item-body > .cart-item-quantity {
	width:25%;
	height:78px;
	padding-top:10px;
	border-right:1px solid #D4D4D4;
}
.cart-item-body > .cart-item-quantity > div {
	display: inline-block;
}
.cart-item-body > .cart-item-quantity .form-control {
    display: inline-block;
    width: 90%;
    height: 36px;
    padding: 8px 13px;
    font-size: 14px;
	font-weight:600;
    color: #333333;
    border: 1px solid #D4D4D4;
    border-radius:0;
	text-align:center;
}
.cart-item-body > .cart-item-price {
	width:20%;
	line-height:30px;
    border-right:1px solid #D4D4D4;
    color: #ff8700;
}
.cart-item-body > .cart-item-total {
	width:20%;
	line-height:30px;
    color: #ff8700;
}
.cart-item-body > .cart-item-price > span,
.cart-item-body > .cart-item-total > span {
    display:block;
    color: #000000;
}

.cart-item-footer {
    background:#666666;
    position:relative;
    padding:5px;
}
.cart-price-total {
    color:#FFFFFF;
    font-size:13px;
    border-bottom:1px solid #D4D4D4;
}
.cart-price-total:last-child {
    border-bottom:none;
}
.cart-price-total > .cart-price-title {
    display:inline-block;
    width:150px;
    line-height:25px;
    padding-right:10px;
}
.cart-price-total > .cart-price {
    display:inline-block;
    width:100px;
    line-height:25px;
}
.cart-gift {
    color:#FFFFFF;
    font-size:13px;
    line-height:30px;
    padding-top:5px;
}
.cart-gift > span {
    background:#E5E5E5;
    color:#D60041;
    font-size:12px;
    padding:2px 10px;
    font-weight:600;
}
span.error {
	padding:2px 0;
	display:block;
    font-size: 11px;
    text-align: left;
}
#order-payment .radio {
	text-align:left;
	padding:10px 5px;
	font-size:18px;
	box-shadow: inset 0 -1px 0 #e1e1e1, inset 0 -3px 0 #ececec, inset 0 -6px 15px #f3f3f3, inset 0 -2px 10px #f3f3f3;
}
#order-payment .radio input,
#order-payment .radio i {
	margin-right:5px;
}
#order-payment .radio i {
	font-size:18px;
}

#form-order-info span.error {
	padding:5px 0;
	display:block;
    font-size: 12px;
	font-weight:600;
    text-align: center;
}
.order-title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.order-no {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.order-no > span {
    font-weight: 700;
    color:#E3503E;
}
.order-no-info {
    font-size: 13px;
    color: #E3503E;
    margin-bottom: 5px;
}
.order-info {
    font-size: 12px;
}
#order-status {
	font-size:11px !important;
}
.product-none {
	text-align:center;
	padding:20px;
}
.product-none > i {
	display:block;
	text-align:center;
	font-size:36px;
	margin-bottom:20px;
}
.product-none > p {
	font-size:18px;
	font-weight:600;
}
.nav-pills > li > a {
    color: #333333;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #FF9800;
}
.navbar-default {
    margin-bottom:0px;
    border-radius:0;
    max-height: 50px;
    min-height: 50px;
}
.navbar-default > .ccontainer {
    padding-left:5px !important;
    padding-right:5px !important;
}
#search {
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: #E5E5E5;
	margin-top:-5px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 20px;
    border-radius: 0;
    background: #ff5722;
    text-shadow: none;
    color: #FFFFFF;
    border: none;
	cursor:pointer;
}
#desktop-search {
    overflow: hidden;
    width: 300px;
    height: 100%;
    margin-top: 20px;
}
#desktop-search .input-lg {
    height: 36px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 0;
    font-size:12px;
}
#desktop-search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 15px;
    border-radius: 0;
    background: #ff5722;
    text-shadow: none;
    color: #FFFFFF;
    border: none;
	cursor:pointer;
}
.top-banner{
    background-color: #333333;
    color:#FFFFFF;
    font-size:13px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    letter-spacing:2px;
}
.top-banner > i {
    color:#FFFFFF;
    font-size:16px;
}
.not-result {
	text-align:center;
	padding:20px;
}
.not-result > i {
	display:block;
	text-align:center;
	font-size:36px;
	margin-bottom:20px;
}
.not-result > p {
	font-size:18px;
	font-weight:600;
}

#faq-page .panel-default > .panel-heading {
    color: #333;
    background-color: #FFFFFF;
    border-color: #D4D4D4;
    border-radius: 0;
    position: relative;
}
#faq-page .panel-default > .panel-heading > .panel-title > a {
    font-size:11px !important;
}
#faq-page .panel-default > .panel-heading > .panel-title > a > i {
    position: absolute;
    top:10px;
    right:10px;
}
#faq-page .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
#faq-page .panel-group .panel-body {
    font-size:10px;
}
#product-list > h2 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 5px 0;
    border-bottom: 1px dashed #D4D4D4;
    border-top: 1px dashed #D4D4D4;
}
.col-area {
    margin: 0 5px 5px 5px;
}
.col-item {
    float:left;
    width: 33.3333%;
    padding:0 5px;
}
.col-item:first-child {
    padding:0px;
}
.col-item:nth-child(3n) {
    padding:0px;
}

.free-shipping {
    text-align: center;
    border: 1px dashed #D4D4D4;
    margin: 0 0 5px 0;
    padding: 10px 5px;
}
.free-shipping > i {
    font-size: 16px;
    margin-right: 5px;
}
.free-shipping > strong {
    color: #FF5722;
}
.free-shipping > span {
	font-weight:700;
}
.blink {
	margin-right:5px;
	font-size:14px;
	color:#ff7917;
	animation: blink-animation 1s steps(5, start) infinite;
	-webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.modal {
    z-index: 9999;
}
.modal-backdrop {
    z-index: 9998;
}
.modal-backdrop.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.modal-dialog {
  width: 100%;
  min-height: 600px;
  margin: 0;
  padding: 0;
}
.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

/*.modal-footer {
  border-radius: 0;
  bottom:0px;
  position:absolute;
  width:100%;
}
*/
.add-product .action {
    display: inline-block;
    vertical-align: bottom;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: calc(100% - 150px);
    background: #EBEBEB;
    height: 40px;
    text-align: left;
    
}
.add-product .action .part {
    width: 33%;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
}
.add-product .action .part .fa {
    vertical-align: middle;
    font-size: 18px;
    display:inline-block;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
}
.qty-input {
	font-size:14px;
	font-weight:600;
	color:#666666;
    border-radius:0px;
    margin:0px;
    height: 40px;
    font-size: 18px;
}
.add-product .btn-add-cart {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
    border: 0;
    width: 150px;
    height: 40px;
    color: #fff;
    background: #4cb64c;
    font-weight: 600;
    cursor: pointer;
}
.add-product .btn-add-cart > i {
    margin-right:10px;
}
.p-top-5 {
    padding-top:5px !important;
}
@media screen and (min-width: 768px) {
	.modal-dialog {
	  width: 532px;
	  margin:5px auto;
	}
}
.banner-row > .banner-col {
	display:inline-block;
	overflow:hidden;
	width:33%
}
.footer-links {
    padding:10px 0 30px 0;
    border-bottom: 10px solid #000000;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 100%;
}
.footer-links > ul {
    margin:0;
    padding:0;
    text-align:center;
}
.footer-links > ul > li {
    display:inline-block;
    list-style-type: none;
}
.footer-links > ul > li > a {
    text-decoration:none;
    color:#000000;
    display:block;
    padding:0 15px;
    font-weight:500;
    border-right:1px solid #666666;
    border-radius: 10px;
    background-color: #E5E5E5;    
}
.footer-links > ul > li:last-child > a {
    border-right:none;
}
.footer-links > ul > li > a:hover {
    color:#FF5722;
}


@media screen and (max-width: 600px) {
    .footer-links {
        padding:5px 0;
        border: none;
        height: auto;
        border-top:1px solid #666666;
    }
    .footer-links ul > li {
        display:block;
    }
    .footer-links ul > li > a {
        color:#000000;
        padding: 3px 0;
        border-right: none;
        border-bottom: 1px solid #666666;
        margin: 2px 5px;
        border-radius: 0;
    }
    .footer-links ul > li:last-child > a {
        border-bottom:none;
    }

    .shopping-cart {
        padding: 5px 0 0 0;
        max-width: inherit;
    }
    #fixedTop {
        border-bottom: 1px solid #D4D4D4;
    }
    .logo > a > img {
        max-width: 150px;
        height: auto;
    }
    .info-column {
        padding-left:5px;
        padding-right:5px;
    }
    /*
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    */
	.banner-row > .banner-col {
		display:block !important;
		width: 100% !important;
		margin:0 auto 10px auto !important;
	}
    .navbar-default {
        margin-bottom:0px;
        border-radius:0;
        max-height: 200px;
        min-height: 50px;
    }
    .nav-top > li {
        display: inline-block;
    }    
    .navbar-nav {
        margin: 0;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px;
    }
    .free-shipping {
        margin: 0 5px 5px 5px;
    }
    .panel-button {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    #slideshow {
        padding-left: 5px;
        padding-right: 5px;
    }    
    .bestseller {
        padding-left: 5px;
        padding-right: 5px;
    }    
    .panel-button > a > i {
        margin-right: 15px;
    }
    .panel-button > a > h2 {
        display: inline-block;
    }
    .title {
        font-size: 11px;
        font-weight: 500;
    }
	.whatsapp-btn > a {
		padding:10px 5px !important;
	}
	
}
.washing-instructions {
    width: 100%;
    height: 45px;
}
.bank-transfer {
    padding:10px 0;
}
.bank-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #D4D4D4;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bank-name {
    font-size:16px;
    font-weight:600;
}
.bank-owner {
    font-size:16px;
    font-weight:600;
}
.bank-iban {
    font-size:16px;
    font-weight:600;
}

.campaign {
	color:#FF5722 !important;
}

.shop-link {
	margin:0 0 10px 0;
}
.shop-link > .colx {
	padding:0 5px;
}
.wpshop > a {
	color: #FFFFFF !important;
	text-decoration: none;
	background-color:#00a53d;
	font-weight:600;
}
.instashop > a{
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight:600;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.navbar .container {
    padding-left:5px;
    padding-right:5px;
}
.top-links {
	margin-left:25px;
	margin-top:9px;
}

.instagram-btn {
    display:inline-block;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.instagram-btn > a {
    display:block;
    padding:10px 5px;
    font-size:14px;
    color:#FFFFFF !important;
    text-decoration:none;
    text-align:center;
}
.whatsapp-btn {
    display:inline-block;
    background:#20af55;
}
.whatsapp-btn > a {
    display:block;
    padding:10px 15px;
    font-size:14px;
    color:#FFFFFF !important;
    text-decoration:none;
    text-align:center;
}
.mobile-top-link {
    padding: 0px 20px;
    margin-bottom:5px;
} 
.mobile-top-link > .instagram-btn, 
.mobile-top-link > .whatsapp-btn {
    display:block;
} 
.mobile-top-link > .instagram-btn {
    margin-bottom:5px;
} 
#fixedTop .nav-top {
    display:inline-block;
    float: none;    
}
#slideshow {
    margin-bottom:5px;
}
.product-page .container {
    padding-left:5px;
    padding-right:5px;
}
.checkout-page .container {
    padding-left:5px;
    padding-right:5px;
}
.page-detail h1 {
    display:block;
}
.page-detail .page-header {
    margin: 5px 0 5px 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover> a:after {
    border-left-color: #fff;
}
.outer-wrapper {
    max-width: 100%;
    position: relative;
    overflow: hidden;
	background-color: #FFFFFF;
}
.site-wrapper {
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
}
.mobile-menu-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: -100%;
    background: #FFFFFF;
}
.mobile-menu-wrapper > .mobile-menu-inner {
    padding-bottom:35px;
}
.menu-expanded .site-wrapper {
    left: 100%;
}
.menu-expanded .mobile-menu-wrapper {
    left: 0;
}
.mobile-menu-inner {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}
.mobile-menu-wrapper,
.site-wrapper {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.site-wrapper-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000000;
    opacity: 0.7;
    overflow: hidden;
    overflow-y: auto;
}
.mobile-menu-top {
    height: 45px;
    display: block;
    border-bottom:1px solid #e5e5e5;
}
#menu-close {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 18px;
    display: inline-block;
    color: #626262;
    width: 60px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    z-index:99;
    border-left:1px solid #e5e5e5;
    padding-top: 7px;
}
#menu-close > i {
    font-size: 20px;
    line-height: 24px;
}
#menu-close > span {
    font-size: 10px;
    line-height: 10px;
    display: block;
}
.to-navigation {
	padding:10px 5px 0px 0px;
}
.to-navigation > a {
	display:block;
	color:#666666;
	font-size:12px;
	font-weight:600;
	text-align:center;
}
.to-navigation > a > i {
    font-size:20px;
}
.to-navigation > a > span {
	display:block;
	text-align:center;
}
.mobile-menu {
    padding: 0;
    margin: 0;
}
.mobile-menu li a {
    color: #000000;
    padding: 10px 0 10px 20px;
    display: block;
    font-size:13px;
}
.mobile-menu li:first-child {
    border-top: 1px solid #E5E5E5;
}
.mobile-menu li {
    margin: 0;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    display: block;
}
.mobile-menu li ul {
    background: #E5E5E5;
    padding: 0;
    margin: 0;
}
.mobile-menu li ul li ul {
    background: #F0F0F0;
}
.mobile-menu li li {
    padding: 0;
    font-size: 14px;
}
.menu-expand {
    color: #000000;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 20px;
    border-left: 1px solid #E5E5E5;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display:inline-block;
}
.mobile-menu li .menu-expand {
    border-left: #E5E5E5 1px solid;
}
.mobile-menu li li .menu-expand {
    border-left: #E5E5E5 1px solid;
}
.mobile-menu li {
    display: block;
}
.menu-expand:hover {
    cursor: pointer;
}
.mobile-menu li .sub-menu {
    display: none;
}
.expanded-mobile-menu {
    display: block;
}
.mobile-menu-middle #search {
    overflow: hidden;
    width: calc(100% - 20px);
    padding: 5px;
    background-color: #E5E5E5;
}
.mobile-menu-middle #search .input-lg {
    border: 0;
    height: 33px;
    font-size: 12px;
    line-height: 16px;
    padding: 9px 7px;
    display: block;
    color: #333333;
    border-radius: 0;
}
.mobile-menu-middle #search .input-lg:focus,
.mobile-menu-middle #search .input-lg:active,
.mobile-menu-middle #search .input-lg:hover {
    border-radius: 0;
    box-shadow: none;
    outline: none;
}
.mobile-menu-middle #search .btn-lg {
    height: 34px;
    display: block;
    background-color: #FF562A;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    border: 0;
    padding: 0 10px;
    border-radius: 0;
}
.menu-title {
    float: left;
    font-size: 16px;
    display: inline-block;
    color: #626262;
    height: 45px;
    padding-left: 10px;
    line-height: 45px;
    cursor: pointer;
    text-align: left;
    z-index: 99;
}
.info-box {
    min-height: 85px;
    background-color: #F5F5F5;
	text-align:center;
	font-size:32px;
	padding:5px 5px 10px 5px;
	border:1px solid #e5e5e5;
    margin-bottom:10px;
}
.info-box .info-text {
	font-size:12px;
	line-height: 10px;
}
.info-box .info-text p {
	font-size:12px;
	font-weight:600;
	line-height: 12px;
	margin-top:10px;
	margin-bottom:5px;
	color: #666;
}
.info-box .info-text span {
	font-size:10px;
	
	color: #666;
}
footer {
	background-color:#000000;
}
footer > .footer-bottom {
	background-color:#252525;
	color: #D4D4D4;
}
footer > .footer-bottom .text-center {
	padding:25px 10px;
}
footer > .copyright {
	background-color:#000000;
	padding:10px;
	color: #D4D4D4;
}
.footer-area {
	border-top:1px solid #D4D4D4;
	padding-top:20px;
}
.footer-title {
	font-size:16px;
	font-weight:400;
	display:block;
}
.social-icons > a {
    color:#FFFFFF;
    display:inline-block;
	padding:5px 15px;    
	font-size:14px;
}
.social-icons > a > i {
	padding-right:5px;    
}
.social-icons > a.facebook:hover {
	color:#4267b2;
}
.social-icons > a.instagram:hover {
	color:#ed4956;
}
#button-info,
#button-payment,
#button-result {
    border-radius:0;
    margin-top:15px;
}
.sorting {
    margin-bottom:15px;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-default {
	background-color: #FF5722;
    border-color: #d44416;
}
.nav-top > li {
    border-right: 1px solid #d44416;
}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}
.nav-top > li > a {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 15px 25px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: #d44416;
}
.nav-top > li > a > i {
    font-size: 12px;
}
.nav-top > li:last-child {
    border-right: 0;
}
.discount-total {
	color:#ff8700;
	font-weight:600;
}
.trade-detail {
	display:none;
}
.zoomContainer{
    z-index: 9999;
}