body {
	font-family: "open sans", "segoe ui", "open sans", arial;
	font-size: 1rem;
	background: #f7f7f7;
	margin: 0;
	color: #616161;
}
pre {
	background: #ececec;
    text-align: left;
    overflow: auto;
    margin: auto;
    padding: 25px;
    margin: 10px;
    font-size: 13px;
    font-family: consolas;
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.7em;
}
ul {
	list-style: none;
}
button.disabled,
input.disabled,
a.disabled {
	background: #c3c3c3 !important;
	cursor: default;
}
figure {
	margin:0;
	padding: 0;
	border: 0;
}
figure img{
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}
.table td{
	padding: 10px;
}
.table.table-bordered td
, .table.table-bordered th {
	border: 1px solid #e2e2e2;
}
.table.table-hover tr:hover {
	background: #ececec;
}
.with-loader {
	position: relative;
}
.with-loader>.loader-icon {
	color: #5a5a5a;
    font-size: 17px;
    display: none;
}
.loader-icon-btn {
	color: #FFFFFF;
    font-size: 17px;
    display: none;
}
.input-group {
	display: flex;
}
.input-group input {
	flex: 1 1 auto;
    width: 1%;
}
#upload-img-thumb {
	margin-top: 10px;
	border-top: 1px solid #d3d6da;
	border-bottom: 1px solid #d3d6da;
    background: #eaecef;
    padding: 15px;
	display: none;
}
#upload-img-thumb img{
	width: 100%;
	max-width: 200px;
}

a {
	color: #3b95e2;
	text-decoration: none;
	transition: all .2s;
}
a:hover {
	color: #2c66af;
	text-decoration: underline;
	transition: all .2s;
}
header {
	clear: both;
	background: #333640;
	z-index: 3;
	position: relative;
}
.page-header-bg-overlay {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(38, 144, 20, 0.69);
	/* http://patternico.com/#mKm32RfE3gAOdv35 */
    z-index: 1;
}
.home-banner {
	
}
.home-banner h2{
	text-align: center;
	color: #FFFFFF;
	font-size: 56px;
	font-weight: 700;
}
.home-banner h3{
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
}
.home-banner .content{
	    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 33px;
    margin-top: 30px;
}
.show-mobile {
	display: none !important;
}
.page-header-bg {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: url(../../../../assets/images/bg_pattern.png);
}
.site-container {
	position: relative;
	left: 0;
	transition: left 0.3s ease;
}
.page-header {
	background: #FFFFFF;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.page-desc{
	margin-top: 5px;
	margin-bottom: 5px;
}

.page-tabs {
	top: 21px;
	position: relative;
}
.page-tabs li{
	list-style: none;
	float: left;
	margin-right: 1px;
}
.page-tabs li a{
	display: inline-block;
	padding: 10px 20px;
	border-right: 0;
	border-bottom: 0;
	color: inherit;
	text-decoration: none;
}

.page-tabs .active{
	background: #f3f3f3;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	font-weight: bold;
}
.page-tabs li a:not(.active):hover{
	background:#e4e4e4;
}
.logo {
	float: left;
    margin: 0;
    height: 30px;
}
.page-title {
	font-weight: normal;
    font-size: 30px;
}
.clearfix {
	display: block;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.btn {
	display: inline-block;
	/* padding: 10px 20px; */
	font-size: inherit;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	transition: all .2s;
	outline: 0;
}

.btn-header-default {
	color: #FFFFFF;
	background: rgba(205, 214, 232, 0.5);
}
.btn-header-default:hover {
	color: #FFFFFF;
	background: rgba(185, 185, 185, 0.2);
}
.btn-success {
	background: #06bb0c;
	color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn-navy {
	background: #94a3b3;
    color: #ffffff;
}
.pointer {
	cursor: pointer;
}
.hide {
	display: none !important;
}
.btn-primary {
	background: #2873d0;
    color: #FFFFFF;
}
.btn-primary:hover {
    background: #315b9a;
}
.btn-light {
	background: #ffffff;
    color: #353535 !important;
	text-decoration: none !important;
}
.btn-light:hover {
    background: #f3f3f3 !important;
}
.btn-danger {
	background: #ec3f3f;
    color: #FFFFFF !important;
	text-decoration: none !important;
}
.btn-xs {
	font-size: 12px;
    padding: 5px 10px;
}
.btn-danger:hover {
	background: #c53636;
}
.btn-success:hover {
	background: #0b9810;
}
.btn-dark {
	color: #FFFFFF;
	background: #3f4a58;
}
.btn-dark:hover {
    background: #2e353e;
}
.wrapper {
	padding: 20px 40px;
    max-width: 1100px;
    margin: auto;
    z-index: 2;
    position: relative;
}
.small {
	font-size: 85%;
}
footer {
	position: relative;
    z-index: 1;
	background: #333640;
	color: #FFFFFF;
}
.footer-desc {
    background: #414554;
    color: #a1a6b9;	
}
.footer-desc a {
	color: inherit !important;
}
.footer-desc li{
	margin-top: 7px;
}
.footer-copyright {
	color: #abb0c1;
}
.no-margin {
	margin: 0;
}
.section-title{
    font-size: 28px;
}
.section-desc{
	margin-top: 5px;
	margin-bottom: 20px;
}
.content p{
	line-height: 22px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.page-section:nth-child(odd){
	background: #FFFFFF;
}
.page-section:last-child{
	border-bottom: 0;
}
.page-section {
	z-index: 1;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	background: #fbfbfb;
}

/* ALERT */
.alert {
	display: block;
	padding: 10px 20px;
}
small.alert{
	padding: 5px 15px;
}
.alert-danger, .bg-danger {
	color: #ffdede;
    background: #ff5847 !important;
}
.bg-warning {
	color: #ffdede;
    background: orange !important;
}
.alert-success, .bg-success {
	background: #56cc66 !important;
	color: #eaffed;
}
.alert-danger a
,.bg-danger a 
,.alert-success a
,.bg-success a
{
	color: #1664a5;
}

.alert-danger a:hover
,.bg-danger a:hover
, .alert-success a:hover
, .bg-success a:hover
{
	color: #094d86;
}
.bg-clear {
	background: #FFFFFF;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

/* MENU - MOBILE */
.mobile-menu-show .nav-header{
	left: 0;
}
.mobile-menu-show .site-container{
	left: 250px;
	position:fixed;
	right: -250px;
}

#mobile-menu-btn {
    display: block;
    color: #dde1e6;
    padding: 7px 10px 7px;
    text-transform: uppercase;
    float: right;
    font-size: 25px;
    line-height: 25px;
    float: left;
}

.pull-right-container {
	float: right;
}

/* SUBMENU */
.submenu {
	position: absolute;
    top: 37px;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    background: #fbfbfb;
	display: none;
}
.nav-header .submenu li{
	float: none;
}
.nav-header .submenu a{
	color: #333333;
	display: block;
	margin: 0;
	font-size: 95%;
	padding: 10px 30px 10px 20px;
}
.nav-header .submenu a:hover{
    background: #eaedf1;
}
.nav-header {
	float: right;
}
.nav-header>ul{
	margin: 0;
	padding: 0;
	float: right;
}
.nav-header>ul>li{
	list-style: none;
	float: left;
	position: relative;
}
ul.list-circle {
	list-style: circle;
}
ul.list-circle li{
	margin-left: 25px;
}
hr {
	border: 0;
    border-bottom: 1px solid #CCCCCC;
}
.nav-header .menu:hover{
	background: #06bb0c;
}
.nav-header .menu:hover>a{
	color: #FFFFFF;
}
.nav-header li>a{
	display: inline-block;
	margin-right: 5px;
	padding: 8px 16px;
	color: #CCCCCC;
	text-decoration: none;
}

.account-wrapper {
	float: right;
}
.account-wrapper ul {
	margin: 0;
}
.account-wrapper>ul>li {
	list-style: none;
	float: left;
	position: relative;
}
.account-wrapper>ul>li>a{
	display: inline-block;
	padding: 8px 16px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
}
.account-menu {
	position: relative;
}
.account-img-profile {
	text-align: center;
    background: #c6ced6;
    padding: 20px;
}
.account-img-profile p{
	margin:0
}
.account-img-profile img {
	border-radius: 50%;
}
.account-menu-container {
    width: 250px;
    position: absolute;
    background: #edeff1;
    right: 0;
    left: auto;
	display: none;
	box-sizing: border-box;
	z-index: 1;
}
.account-menu ul {
	list-style: none;
}

.account-menu li  a{
	color: #333333;
	display: block;
	margin: 0;
	font-size: 95%;
	padding: 12px 30px 12px 20px;
	text-decoration: none;
}
.account-menu li a:hover{
    background: #e0e5ea;
}

.float-login {
	padding: 15px;
}
.float-login form {
	margin-bottom: 10px;
}
.float-login input{
	margin-bottom: 10px;
}
.float-login label{
	padding: 0;
	margin-bottom: 10px;
}

/* FORM */
.login-form {
	border: 1px solid #eaeaea;
}
.login-form-body{
	padding: 30px;
}
.login-form-header{
	background: #d9dde2;
	padding: 15px 30px;
}
.login-form-footer{
	background: #d9dde2;
	padding: 15px 30px;
}
input, select, textarea {
	padding: 6px 20px;
    border: 1px solid #e5e7ec;
    background: #FFFFFF;
	font-family: inherit;
    color: #777777;
    font-size: 1rem;
	line-height: 1.5rem;
	outline: 0;
	width: 100%;
	box-sizing: border-box;
}
.form-inline input,
.form-inline select {
	float: left;
	width: auto;
}
.form-inline input:not(:last-child),
.form-inline select:not(:last-child) {
	margin-right: 3px;
}
.form-inline:after {
	content: "";
	display: block;
	clear: both;
}
.form-row{
	margin-bottom: 1rem;
}
.form-row:last-child{
	margin-bottom: 0;
}
.form-row:after {
	content: "";
	display: block;
	clear: both;
}
.col-1 { width: 8.34% }
.col-2 { width: calc(16.6% - 15px) }
.col-3 { width: calc(25% - 15px) }
.col-4 { width: calc(33.3% - 15px) }
.col-6 { width: calc(50% - 15px) }
.col-7 { width: calc(58.3% - 15px) }
.col-8 { width: calc(66.6% - 15px) }
.col-9 { width: calc(75% - 15px) }
.col-10 { width: calc(83.3% - 15px) }
.col-11 { width: calc(91.6% - 15px) }
.col-12 { width: calc(100% - 15px) }
.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	padding-right:15px;
	float: left;
}
section .row {
	justify-content: center;
	flex-wrap: wrap;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.row>[class*=col-]:last-child {
	/* padding-right: 0; */
}
.content p {
	margin: 16px 0;
	line-height: 25px;
}

.post-content h1 {
	margin: 20px 0;
}
.post-content p{
	line-height: 30px;
    margin: 20px 0;
    text-align: justify;
}
.post-content ul li{
	line-height: 25px;
	list-style: circle;
	margin: 10px 0;
	margin-left: 25px;
}
.post-content h3 {
	font-size: 25px;
	margin: 1em 0;
}
.post-content h3:first-child {
	margin-top: 0;
}
.toc ul li{
	margin: 10px 0;
	margin-left: 25px;
}
.toc>ul>li{
	margin-left:0;
}
.product-info p {
	margin: 5px;
}
.product-info h2 {
	font-weight: normal;
	font-size: 25px;
	line-height: 36px;
}
.aligncenter {
	text-align: center;
}
.thankyou h1 {
	font-weight: normal;
    font-size: 200%;
}
p {
	margin-top: 7px;
	margin-bottom: 7px;
}

.thankyou h2 {
	font-weight: normal;
    font-size: 150%;
}
.thankyou h3 {
	font-weight: normal;
    font-size: 120%;
}
.ms-0 {
	margin-left: 0;
}
.ms-10 {
	margin-left: 10px;
}
.ps-0 {
	padding-left: 0;
}
.pt-0 {
	padding-top: 0;
}
.no-border {
	border: 0;
}
.offset-2 { margin-left: calc(16.6% - 15px); }
.offset-3 { margin-left: calc(25% - 15px); }
.card {
	margin-bottom: 20px;
	background: #FFFFFF;
}
.card-header {
	padding: 15px 20px;
	border-bottom: 1px solid #e8e8e8;
}
.card-title {
	font-weight: normal;
	font-size: 30px;
}
.card-body {
	padding: 20px;
	background: #FFFFFF;
}
.card-body h1{
	font-weight: normal;
}
.card-container {
    max-width: 225px;
	width:100%;
	background: #FFFFFF;
    padding: 10px;
    border: 1px solid #efeded;
	position: relative;
	margin: auto;
}

.card-container img {
    width: 100%;
}
.front-card-container {
	min-width: 230px;
	margin-bottom: 25px;
}
.card-title {
	font-size: 115%;
	margin-bottom:8px;
}
.card-desc {
	font-size: 90%;
    color: #adadad;
}
.toc {
	max-height: 240px;
	overflow: auto;
}
.card-author {
	margin-bottom: 8px;
}
.corner-ribbon {
	overflow: hidden;
	position: absolute;
    top: 0;
    right: 0;
	width: 100px;
	height: 100px;
}
.corner-ribbon span {
    position: absolute;
    top: 20px;
    right: -30px;
    text-align: center;
    width: 130px;
    padding: 5px 15px;
    color: #FFFFFF;
    font-size: 80%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.img-thumb-container{
	padding:5px;
	border: 1px solid #CCCCCC;
max-width:180px; 
	float:left;
	margin-bottom:10px;
	
}
.img-thumb-container img{
	width: 100%;
}
.img-overlay {
	top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffffb3;
}
form label{
	font-weight: bold;
}

input[type=radio], input[type=checkbox] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    min-height: 18px !important;
    height: 18px;
    margin: 1px;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    min-width: 18px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}

input[type=radio] {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
}

input[type=radio]::focus {
	border-color: #5b9dd9;
    -webkit-box-shadow: 0 0 2px rgba(30,140,190,.8);
    box-shadow: 0 0 2px rgba(30,140,190,.8);
}

input[type=radio]:checked:before {
     content: "\f111";
    -webkit-border-radius: 50%;
    font-size: 11px !important;
    color: #1e8cbe;
    vertical-align: middle !important;
    margin-top: 3px;
}

input[type=checkbox]:checked:before {
    content: "\f00c";
    margin: 0;
    color: #1e8cbe;
    font-size: 16px !important;
}

input[type=radio]:checked:before
, input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checkbox label{
	cursor: pointer;
}
.product-detail-img-container {
	min-width: 210px;
	margin-bottom: 0;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.box {
	width: 100%;
    background: #FFFFFF;
}

.box .title {
	font-weight: normal;
}

.box-header, .box-body,.box-footer {
	padding: 20px;
}
.has-border {
	border-bottom: 1px solid #ececec;
}
.mb-0 {
	margin-bottom: 0;
}
.pb-0 {
	padding-bottom: 0;
}
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 {
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-40 {
	margin-bottom: 40px;
}
.me-10 {
	margin-right: 10px;
}
.table {
	border-collapse: collapse;
	
}
.table th {
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
}
.table td{
	padding: 10px 20px;
	border: 1px solid #CCCCCC;
}
.menu-wrapper {
	padding: 20px 20px;
}

.item-preview img{
	width: 100%;
}
.btn-preview-container{
	text-align: center;
}
.btn-preview-container a{
	display: inline-block;
}
/* BOOTSTRAP */
.card, .alert{
	border-radius: 0;
}
.btn {
	border-radius: 0;
}
.modal-content {
    border-radius:0
}
.form-control {
	border-radius:0;
}
/* Comment */
.comment-reply {
	margin-left: 25px;
}
.comment-meta a {
	display: block;
}
.comment-meta a.author {
	color: red;
}
.comment-meta a.date {
	color: inherit;
}
.comment-container>ul>li{
	border-bottom: 1px solid #d9d9d9;
	padding: 20px 20px 0 20px;
}
.comment-container>ul>li:nth-child(even){
	background: #f8f8f8;
    
}
.comment-form label{
	font-weight: normal;
}
.comment-body {
	margin-bottom: 15px;
}
.comment-body .footer{
	
	text-align: right;
}
.comment-body .footer a{
	color: #848484;
}
.comment-body a {
	text-decoration: none;
}
.comment-content p {
	margin-bottom: 10px;
}
/* STAR RATING */
#form-rating label{
	
}
.star-rating {
	width: 140px;
}
.star-rating input[type="radio"]{
	display: none;
}
.star-rating label {
	float: right;
}
.star-rating label{
	color: #CCCCCC;
	margin-right: 4px;
	font-size:20px;
	cursor: pointer;
}
.star-rating label:hover{
	color: #ffd04a;
}

.star-rating label:hover ~ label{
    color: #ffdb70;
}

.star-rating:not(:hover) > :checked ~ label {
	color: #ffdb70;
}


@media screen and (max-width: 576px) {
	html, body {
		font-size: 15px;
	}
	.product-detail-img-container {
		margin-bottom: 20px;
	}
	.product-info h2 {
		font-size: 22px;
	}
	.product-detail-img-container {
		text-align: center;
	}
	.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100% !important;
		float: none;
	}
	
	.offset-sm-1, .offset-sm-2, .offset-sm-3, .offset-sm-4, .offset-sm-6, .offset-sm-7, .offset-sm-8, .offset-sm-9, .offset-sm-10 { 
		margin-left: 0 !important; 
	}

	.home-banner {
		padding: 30px 50px 40px 50px !important;
	}
	.home-banner h2{
		font-size: 35px;
        font-weight: normal;
	}
	.home-banner h3{
		font-size: 20px;
		font-weight: normal;
	}
	
	.home-banner .content {
		font-size: 18px;
		line-height: 24px;
		margin-top: 20px;
	}
	
	
}

@media screen and (min-width: 576px) and (max-width: 768px) {
	.col-sm-1 { width: 8.3%; }
	.col-sm-2 { width: calc(16.6% - 15px); }
	.col-sm-3 { width: calc(25% - 15px); }
	.col-sm-4 { width: calc(33.3% - 15px); }
	.col-sm-6 { width: calc(50% - 15px); }
	.col-sm-7 { width: calc(58.3% - 15px); }
	.col-sm-8 { width: calc(66.6% - 15px); }
	.col-sm-9 { width: calc(75% - 15px); }
	.col-sm-10 { width: calc(83.3% - 15px); }
	
	.offset-sm-1 { margin-left: 8.3%; }
	.offset-sm-2 { margin-left: calc(16.6% - 15px); }
	.offset-sm-3 { margin-left: calc(25% - 15px); }
	.offset-sm-4 { margin-left: calc(33.3% - 15px); }
	.offset-sm-6 { margin-left: calc(50% - 15px); }
	.offset-sm-7 { margin-left: calc(58.3% - 15px); }
	.offset-sm-8 { margin-left: calc(66.6% - 15px); }
	.offset-sm-9 { margin-left: calc(75% - 15px); }
	.offset-sm-10 { margin-left: calc(83.3% - 15px); }
	
	.home-banner {
		padding: 30px 50px 40px 50px !important;
	}
	.home-banner h2{
		font-size: 50px;
	}
	
	.home-banner h3{
		font-size: 25px;
	}
	.home-banner .content {
		line-height: 28px;
	}

}

@media screen and (max-width: 992px) {
	.card-body {
		padding: 15px;
	}
	
	.col-sm-1 { width: 8.3%; }
	.col-sm-2 { width: calc(16.6% - 15px); }
	.col-sm-3 { width: calc(25% - 15px); }
	.col-sm-4 { width: calc(33.3% - 15px); }
	.col-sm-6 { width: calc(50% - 15px); }
	.col-sm-7 { width: calc(58.3% - 15px); }
	.col-sm-8 { width: calc(66.6% - 15px); }
	.col-sm-9 { width: calc(75% - 15px); }
	.col-sm-10 { width: calc(83.3% - 15px); }
	
	.offset-sm-1 { margin-left: 8.3%; }
	.offset-sm-2 { margin-left: calc(16.6% - 15px); }
	.offset-sm-3 { margin-left: calc(25% - 15px); }
	.offset-sm-4 { margin-left: calc(33.3% - 15px); }
	.offset-sm-6 { margin-left: calc(50% - 15px); }
	.offset-sm-7 { margin-left: calc(58.3% - 15px); }
	.offset-sm-8 { margin-left: calc(66.6% - 15px); }
	.offset-sm-9 { margin-left: calc(75% - 15px); }
	.offset-sm-10 { margin-left: calc(83.3% - 15px); }
	
	.show-mobile {
		display: block !important;
	}
	.logo {
		float: none;
		/* margin-top: -5px; */
		text-align: center;
		display: block;
	}
	.nav-header>ul>li {
		float: none;
	}
	.menu-wrapper {
		padding: 10px;
	}
	header nav {
		position: fixed;
		width: 250px;
		top: 0;
		bottom: 0;
		left: -250px;
		height: 100%;
		background: #262f35;
		color: #f1f1f1;
		transition: left 0.3s ease;
		z-index: 1;
		overflow: auto;
	}
	.nav-header ul,
	.nav-header li {
		float: none;
	}
	.account-wrapper {
		float: none;
	}
	.account-wrapper>ul>li {
		float: none;
	}
	.account-wrapper>ul>li>a {
		display: block;
		padding: 15px 20px;
	}
	.nav-header li>a {
		display: block;
		padding: 15px 20px;
		color: #95a2ab;
		margin-right: 0;
	}
	.account-menu-container {
		position: relative;
		width: 100%;
		background: #3d474e;
	}
	
	.submenu {
		position: relative;
		top: 0;
		padding-left: 25px !important;
		background: #323e46;
	}
	
	.nav-header .submenu a {
		color: #95a2ab;
	}
	
	li.tree-open,
	li.tree-open>a:hover{
		background: #323e46 !important;
	}
	.nav-header .menu:hover {
		background: none;
	}
	.nav-header .menu:hover>a {
		color: #95a2ab;
	}
	
	.wrapper {
		padding: 20px 20px;
	}
	.login-form-body {
		padding: 20px;
	}
	.product-detail-img-container {
		margin-bottom: 20px !important;
	}
}

@media screen and (min-width: 992px) {
	.home-banner {
		max-width: 750px !important;
		padding: 50px !important;
	}
}
@media screen and (max-width: 1024px) {
	.product-detail-img-container {
		text-align: center;
		padding-right: 20px;
		margin-bottom: 0;
	}
}

.slider {
        width: 50%;
        margin: 100px auto;
    }