/*
	Author: Imran Shaikh
	Author Url: www.graymatrix.com
	Designation: Frontend Developer
	CSS Version: 0.0.1v
	Date of Creation: 29/02/2016AT7:14PM
	Warning: PHP Developer are not allowed to change
	stylesheet.
	
	color code: 
	Primary: #b91228
	Brown: #857041
	white: #ffffff
	text: #212121
	textLight: #727272
	border: #e9e9e9
	
*/
/* reset */
:active,
:hover,
:focus {
    outline: 0 none !important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


body {
    color: #212121;
}

/* loginWrapper */
.loginWrapper .loginForm {
    padding: 0;
}

.loginWrapper .authFormWrapper {
    padding: 15px 15px 0px 15px;
}

.logoWrapper {
    width: 180px;
    margin: 10px auto 36px auto;
}

.loginWrapper .login_detail h2 {
    background-color: #fff;
    color: #857041;
    font-size: 26px;
    text-align: center;
}

.loginWrapper .formAlign.loginForm label {
    margin-bottom: 0;
    font-size: 15px;
}

.authFormWrapper .form-group .input-icon {
    position: relative;
}

.authFormWrapper .form-group .input-icon .form-control {
    padding-left: 37px;
}

.authFormWrapper .form-group .input-icon .icon-prepend {

    color: #b9b9b9;
    font-size: 14px;
    height: 22px;
    left: 5px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 22px;
}

.authFormWrapper .form-action {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 30px;
}

.authFormWrapper .form-action .btn {
    margin: 0;
}

.needHelp a, .needHelp i {
    color: #857041;
}

.needHelp a {
    text-decoration: underline;
}

.formWrapper .btn.btn-primary {
    background-color: #857041;
    border-color: #857041;
    color: #ffffff;
    float: right;
    font-size: 16px;
    height: 37px;
}

.formWrapper .btn:active,
.formWrapper .btn:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5) inset;
}

.needHelp {
    display: block;
    overflow: hidden;
    float: left;
    font-size: 15px;
    padding: 15px 0 0;
}

.login_detail .loginForm input {
    font-size: 14px;
}

.loginWrapper .login_cont {
    width: 430px;
}

.loginWrapper .login_detail {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 30px;
    /*text-align: center;*/
}

.userImage {
    background: transparent none repeat scroll 0 0;
    margin-top: -30px;
    text-align: center;
}

.loginWrapper .login_cont .alert {
    padding: 8px 10px;
}

.loginWrapper .login_cont .alert.alert-success {
    font-size: 15px;
    text-align: left;
}

/* login end */

/* form */
.formWrapper input {
    border-radius: 0;
    box-shadow: none;
    height: 41px;
}

.formWrapper input:focus, .table input:focus {
    box-shadow: none;
    border-color: #857041;
}

/* customize */
.bar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 0;
    left: 0;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 44px;
    border-width: 0;
    border-style: solid;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    background-color: white;
    /* border-width: 1px will actually create 2 device pixels on retina; */
    background-size: 0;
}

.bar.bar-subheader.bar-header {
    height: 50px;
}

.bar.bar-header {
    height: 44px;
}

.bar.bar-subheader {
    top: 44px;
}

.bar.bar-primary {
    border-color: #857041;
    background-color: #857041;
    background-image: none;
    color: #fff;
}

.bar.bar-light {
    border-color: #fff;
    background-color: #fff;
    background-image: none;
    color: #212121;
}

.bar.bar-header .title {
    height: 44px;
    line-height: 42px;
}

.bar.bar-header.has-buttons .title {
    right: 54px;
    left: 54px;
}

.bar .title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 500;
    line-height: 44px;
}

.button-wrapper {

}

.btn.btn-back i {
    font-size: 28px;
    margin-top: -2px;
    padding-top: 0;
}

.bar .btn {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: 300;
    font-size: 17px;
    padding-top: 4px;
}

.bar .btn.btn-back {
    background-color: transparent;
    color: #fff;

}

.bar .btn.btn-back span {
    padding-left: 8px;
    padding-top: 1px;
    position: absolute;
}

.bar .btn.btn-clear {
    background-color: transparent;
    color: #fff;
    border: 0;
}

.bar .btn.btn-logout, .bar .btn.btn-cart {
    width: 34px;
    text-align: center;
    border: 0;
}

.bar .btn.btn-cart {
    padding-right: 15px;
}

.bar .btn.btn-logout i, .bar .btn.btn-cart i, .bar .btn.btn-backbtn i {
    font-size: 2em !important;
}

.btn-cart .badge {
    position: absolute;
    font-size: 10px;
    top: 4px;
    padding: 2px 4px;
    margin-left: -2px;
    background: #b91228;


}


/*.pageWrapper.has-header.has-subheader {*/
/*    padding-top: 83px;*/
/*}*/

.bar .btn.btn-backbtn i {
    padding-left: 7px;
    padding-top: 2px;
}

/* tutorials  */
.pageWrapper {
    position: relative;
    /*padding-top: 48px;*/
    margin-bottom: 20px;
}

.comingSoonWrapper {
    position: fixed;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comingSoonContent h2 {
    color: #b91228;
    text-align: center;
}

/* welcome */
.flex-direction-nav a {
    line-height: normal;
}

.sliderWrapper {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.actionWrapper {
    max-width: 800px;
    margin: 0 auto 52px auto;
    display: block;
}

.actionWrapper .btn {
    float: left;

}

.actionWrapper .btn.btn-brown {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
    height: 42px;
}

/*.actionWrapper .btn:first-child {*/
/*    border-right: 1px solid #fff;*/
/*}*/

.btn-brown,
.btn-brown:hover {
    background-color: #857041;
    color: #fff;
}

.btn-brown:hover,
.btn-brown:active,
.btn.btn-grey:hover,
.btn.btn-grey:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2) inset;

}

.btn.btn-brown:focus,
.btn.btn-grey:focus {
    color: #fff;
}

.btn.btn-grey {
    background-color: #b9b9b9;
    color: #fff;
}

/* product tabs */
.bar.bar-header.bar-tabs.bar-subheader {
    padding: 0;
    height: 38px;
}

.item-tab-list {
    padding: 0;
    display: block;
    overflow: hidden;
    margin: 0;
    list-style-type: none;
}

.item-tab-list li {
    list-style-type: none;
    float: left;
    width: 33.3333%;
    text-align: center;
}

.item-tab-list .item a {
    color: #212121;
    display: block;
    padding: 8px;
    text-decoration: none;
    font-size: 15px;
    position: relative;
}

.item .badge {
    position: absolute;
    top: 5px;
    padding: 4px 6px;
    background: #b91228;
    font-size: 11px;
}

.item-tab-list .item a:hover {
    text-decoration: none;
    color: #b91228;
    border-bottom: 2px solid #b91228;
}

.item-tab-list .item.active a {
    color: #b91228;
    border-bottom: 2px solid #b91228;
}

/* product container */
.box.col-md-12 {
    padding: 0 8px;
}

.product .filterBox {
    margin: 0;
    padding: 12px 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
}

.product .filterBox .container-fluid {
    padding: 0 10px;
}

.product .filterBox .form-action {
    display: block;
    margin-top: 1px;
}

.input-group ul.dropdown-menu {
    font-size: 14px;
    margin-top: 35px !important;
    height: max-content;
    overflow-y: scroll;
    max-height: 300px;
    transform: none !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.5;
    color: #333;
    text-decoration: none;
}

/*viewCartWrapper */
.no-padding {
    padding: 0;
}

.viewCartWrapper, .pendingcartWrapper {
    padding-top: 3px;
}

.viewCartWrapper .removeItem, .actionIcons {
    color: #212121;
}

.viewCartWrapper .removeItem:hover, .actionIcons:hover {
    color: #b91228;
}

.removeItem i, .actionIcons i {
    font-size: 18px;

}

/*New css added by Sujata*/
/*welcome css*/
#welcomeSlider.flexslider {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

#welcomeCarousel.flexslider {
    border-top: medium none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*flexslider css*/
.slides .btn.btn-default {
    border: medium none;
    box-shadow: none;
    padding: 0;
}

.featherlight .featherlight-close-icon {
    height: 27px;
    font-size: 16px;
    width: 27px !important;
    background: rgba(224, 224, 224, 0.5) none repeat scroll 0 0 !important;
    border-radius: 25px;
    color: #fff !important;
    line-height: 28px !important;
    margin: 3px;
}

.featherlight .featherlight-content {
    background: transparent !important;
}

/*Login css*/
.userImage .fa {
    background: #857041 none repeat scroll 0 0;
    border-radius: 59px;
    color: #fff;
    font-size: 26px;
    height: 67px;
    line-height: 63px;
    text-align: center;
    width: 67px;
}

/*Place order css*/
.form-horizontal input, table .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 34px;
}

.form-horizontal input.form-control {
    font-size: 13px;
}

.form-horizontal .form-control:focus {
    border-color: #857041;
    box-shadow: none;
}

.filterBox .input-group-addon {
    background-color: #857041;
    border-color: #857041;
    color: #fff;
}

.input-group .dropdown-toggle {
    background-color: #857041;
    border-color: #857041;
    color: #ffffff;
    font-size: 13px;
}

.input-group-btn .caret {
    color: #fff;
}

.product .filterBox .input-group-addon {
    padding: 8px 13px 9px 14px !important;
}

.product .filterBox.items {
    margin-bottom: 10px;
}

.addCart, .addCartA {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    height: auto;
    line-height: 23px;
    margin: 0;
    width: auto;
}

.addCart .fa, .addCartA .fa {
    color: #000;
    font-size: 25px;
}

.addCartA .fa {
    color: #00a423;
}

.searchResult {
    color: #857041;
    text-decoration: underline;
}

/* Alert css*/
.alert {
    font-size: 14px;
    padding: 8px 10px;
}

/*table css*/

td {
    padding: 6px;
}


.center {
    text-align: center;
}

.right {
    text-align: right;
}

.pageWrapper .table-bordered tr td, .productDetails .table-bordered tr td {
    font-size: 14px;
    background: #fff;
}


.txtBoxNS {
    text-align: left;
    width: 65%;
    float: none;
}

.table .vmiddle {
    vertical-align: middle;
}

/*View Cart css*/
.sortable {
    margin-top: 0;
}

.pageWrapper .table-bordered .total > td {
    background-color: #e1e1e1;
    font-size: 14px;
    padding: 8px;
}

.viewCartWrapper .filterBox {
    border-bottom: medium none;
    border-top: medium none;
}

.viewCartWrapper .table-responsive, .viewCartWrapper .table-responsive table, .pendingcartWrapper table, .productDetails table {
    margin: 0;
}

.total .red {
    color: #b91228;
    font-weight: bold;
}

.orderBtn {
    text-align: center;
    background: #fff none repeat scroll 0 0;
    padding: 8px 0;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: none;
}

/*Pending order css*/
.pendingcartWrapper .filterBox {
    border: none;
}

.productClick {
    cursor: pointer;
}

.productClick > a {
    color: #5e5e5e;
}

.productClick > a:hover, .productClick > a:focus {
    text-decoration: none;
}

.pendingcartWrapper .orderBtn {
    padding-top: 8px;
}

/*Pending order popup css*/
.productClick .modal-body {
    padding-bottom: 8px;
    padding-top: 10px;
}

.productClick .modal-body .sortable {
    margin-bottom: 14px;
    margin-top: 17px;
}

.productClick .modal-body body {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #eee !important;
    width: 100% !important;
}

.productClick .modal-header {
    border: medium none;
    padding: 0;
}

.productClick .modal-header .close {
    font-size: 32px;
    font-weight: normal;
    padding: 7px 12px 0;
}

/*order history css*/
.pageWrapper.has-header.has-subheader.pageInnerWrapper {
    padding-top: 60px;
}

/*Promotion Tab Css*/
.card img {
    width: 100%;
}

.card-img-top {
    border-radius: 5px 5px 0 0;
}

.card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 15px;
}

.card-block {
    padding: 1.25rem;
}

.card-link, .card-link:hover {
    color: #b91228;
    font-size: 26px;
    margin-top: -36px;
}

/* Cart Modal*/
.modal .modal-dialog {
    /*margin: 98px 10px 10px;*/
}

.modal .modal-content {
    border-radius: 0;
}

.modal .modal-body {
    padding: 0px 25px 5px;
}

.modal .modal-header {
    padding: 10px 10px 0;
    border-bottom: none;
}

/*confirm Modal*/
#confirmB .modal-body, #confirmE .modal-body {
    padding-top: 5px;
}

#confirmB .modal-footer, #confirmE .modal-footer {
    border-top: medium none;
    padding-top: 0;
    text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.btn.btn-cart {
    white-space: nowrap;
}

.input-group-text {
    background-color: #857041;
    color: #ffffff;
    border: 0;
}