@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap');

body{
    margin: 0;
    padding: 0;
}

*{
    font-family: 'Open Sans', sans-serif;
    
}

button.btn {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
}

p{
    font-size: 14px;
    margin-bottom: 0 !important;
}

ul{
    padding: 0;
}
    /* Remove the navbar's default rounded borders and increase the bottom margin */ 
    .navbar {
      margin-bottom: 50px;
      border-radius: 0;
    }
    
    /* Remove the jumbotron's default bottom margin */ 
     .jumbotron {
      margin-bottom: 0;
    }
   
    /* Add a gray background color and some padding to the footer */
    footer {
      padding: 25px;
    }
    
/* header style starts/////////////////////////////////////////////////////////////////////////////////////////////////////// */

main#maincontent {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1206px !important;
    padding-left: 20px;
    padding-right: 20px;
}
div#main-div main#maincontent {
    max-width: 1280px !important;
}
.main.menu nav.navbar.navbar-inverse .navbar-header button#main_menu {
    display: block;
    width: 90%;
    float: unset;
}
#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    opacity: 2 !important;
}
.search { position: relative; }
.search input { text-indent: 30px;}
.search .fa-search {
    position: absolute;
    top: 4px;
    right: 10px;
    background: #fff;
    color: #891C05;
    opacity: 100% !important;
    font-size: 15px;
    padding: 7px;
}

.search input {
    width: -webkit-fill-available;
    padding: 10px;
    border-radius: 50px;
    border: 1.5px solid #ddd;
}

.search input {
    width: -webkit-fill-available;
}

container {
    padding: 0 50px  !important;
}

.search input {
    text-indent: 10px;
    font-size: 15px;
}

/* .col-lg-2.col-md-6.col-sm-12 img { */
    /* width: 130px; */
/* } */

.content .dropdown.open ul.dropdown-menu li a .fa {
    width: 25px;
}

ul.dropdown-menu.header {
    border-radius: 10px;
    background: #EFEFEF;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.dropdown-menu.header>li>a {
    display: block;
    padding: 5px 10px;
    font-weight: 500;
}

.col-lg-4.col-md-12.col-sm-12.right {
    display: flex;
    justify-content: space-around;
}
body .minicart-wrapper .action.showcart .counter.qty {
    background: #891c05;
    color: #ffffff;
    height: 26px;
    line-height: 27px;
    display: inline-block;
    margin: 3px 0 0;
    min-width: 30px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    border-radius: 11px;
}
body .minicart-wrapper .action.showcart .counter-number {
    text-shadow: unset;
}
button.btn.dropdown-toggle {
    padding: 10px 12px !important;
    background: #fff;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 300;
    text-align: left;
    display: block;
    float: right;
    margin-top: -58px;
}
button.btn.dropdown-toggle {
    background: none;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    outline: none !important;
}

.icon img {
      width: 60px;
    height: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
}
.icon {
    width: 77px;
}
.list-icons img {
    /* margin-right: 30px; */
    /* width: 30px; */
    margin-top: 5px;
}


/* Header css ends/////////////////////////////////////////////////////////////////////////////////////////////////*/




/* Navbar css starts /////////////////////////////////////////////////////////////////////////////////////////////////////// */
.navbar-inverse {
    background-color: #e2e2e2 !important;
    border-color: #e2e2e2 !important;
    height: 50px;
    border: 0 !important;
}

button.btn.btn-primary.dropdown-toggle.color {
    height: 50px;
    padding: 0px 20px 0 0;
    margin-right: 90px;
    background: #891c05;
    border: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
}

button.btn.btn-primary.dropdown-toggle.color i.fa.fa-bars {
    margin: 0 20px;
}

ul.dropdown-menu.category {
    border-radius: 10px;
    background: #ffffff;
    width: 190px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
span.counter_products {
    padding: 4px 10px;
    margin-top: -6px;
    background: #891c05;
    border-radius: 36px;
    height: 27px;
    color: #fff;
}
.dropdown-menu.category>li>a {
    display: block;
    padding: 7px 20px;
    font-weight: 500;
}

.navbar-inverse .navbar-nav>li>a {
    color: #363636 !important;
    font-size: 14px;
    font-weight: 500 !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #891c05 !important;
    font-weight: 600 !important;
    background-color: #f8b8aa !important;
}

ul.nav.navbar-nav.navbar-right a {
    padding: 5px !important;
    align-items: center;
}

/* Navbar css ends//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* Footer css starts/////////////////////////////////////////////////////////////////////////////////////////////////// */

.footer .footer.container-fluid {
    padding: 50px !important;
    background: #686868;
}

.col-lg-3.col-md-12.col-sm-12.bottom p {
  font-size: 16px;
    text-align: unset;
    margin: 20px 0 !important;
    color: #fff;
    width: 100%;
}
.socials a:nth-child(2) {
    margin-left: 4px;
}
.socials a:nth-child(3) {
    margin-left: 4px;
}
.socials {
    margin-bottom: 20px;
}

.col-lg-3.col-md-12.col-sm-12.bottom .info a {
    color: #fff;
    margin-right: 20px;
}

.col-lg-2.col-md-12.col-sm-12.list ul li {
    list-style: none;
    color: #fff;
    padding: 10px 0px;
}

footer.container-fluid h3 {
    color: #fff;
    margin-bottom: 25px;
}

footer.container-fluid {
       padding: 0px 155px;
    background: #686868;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
        margin-top: unset !important;
}

.input-section {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.input-section button.btn.btn-danger {
    background: #891C05 !important;
    border: none;
    padding: 10px 20px;
}

.input-section input[type="text"] {
    width: 85.5% !important;
    border: none;
    outline: none !important;
}

p.footer-para {
    color: #fff;
    margin-top: 10px;
    line-height: 30px;
}
a.action.remind span {
    color: #891c05;
}
/* Footer css ends/////////////////////////////////////////////////////////////////////////////////////////////////// */

/* Product detail css starts///////////////////////////////////////////////////////////////////////////////////// */

.top{
    padding-bottom: 30px;
}

.image-wrapper .thumbnails {
    width: 25%;
    margin-right: 15px;
}

.thumbnails ul.list-group li.list-group-item {
    margin-bottom: 15px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
}

.image-wrapper {
    display: flex;
}

.image-wrapper .extract {
    width: 73%;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 55px 20px;
}

.bottom-detail {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}
.col-lg-2.col-md-6.col-sm-12.list ul li a {
    color: #fff;
}

.bottom-detail button.btn.btn-danger{
    background: #891C05 !important;
    padding: 10px 20px !important;
}

.location {
    display: flex;
    align-items: center;
}

.location input[type="text"] {
    border-bottom: 1px solid #ddd !important;
    border: none;
    margin: 0px 10px;
    outline: none !important;
}

.col-lg-12.col-md-12.col-sm-12.tabs-section {
    background: #F1F1F1;
    padding: 0px 50px 30px 50px;
    border-radius: 30px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background-color: #f1f1f1 !important;
    border: none !important;
}

.nav-tabs>li>a {
    color: #fff;
}

.col-lg-12.col-md-12.col-sm-12.tabs-section {
    background: #F1F1F1;
    padding: 0;
    border-radius: 30px;
}

ul.nav.nav-tabs {
    background: #EC9A9A;
    padding: 20px 0px 0px 50px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.utilities {
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.reviews {
    display: flex;
    margin-top: 20px;
}

.group {
    margin-right: 15px;
}

.group i.fa.fa-star-o {
    color: #53D34B;
    font-weight: 500;
    font-size: 20px;
}

.reviews p {
    opacity: 70%;
    font-style: italic;
}

.details h3 {
    font-weight: 600;
    color: #891c05;
}

.details h3 strike {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    opacity: 70%;
    font-style: italic;
}

span.green {
    color: #1C8905;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}

.utilities a {
    color: #000;
    opacity: 70%;
}

/* .tab-content {
    padding: 30px 70px;
} */
.login-container .fieldset > .field > .control {
    width: 100%;
}
.nav-tabs>li>a {
    margin-right: 2px;
    font-size: 16px !important;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 4px 4px 0 0;
}

.description h6 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
}

.location button.btn {
    background: none;
    border: none;
    color: #891c05;
    padding: 0;
    position: absolute;
    right: 27px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #7e5b5f;
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

p.fo-position {
    font-size: 10px;
    position: absolute;
    right: 38px;
    bottom: 50px;
    color: red;
}
.block.newsletter {
    margin-bottom: 133px !important;
    max-width: 100% !important;
}
.block.newsletter .content.col-lg-5.col-md-6.col-sm-12 {
    width: 420px;
        margin-left: -18px;
}
.control.input-section input#newsletter {
       width: 250px !important;
    display: block;
    border: unset;
    padding: 25px 36px;
}
.block.newsletter .field .control:before {
    position: absolute;
    margin-top: 9px !important;
    padding: 0px 0px !important;
}
.page-footer {
    background: #686868 !important;
        margin-bottom: -45px !important;
}
p.footer-para small.copyright {
    /* margin-top: 20px; */
    line-height: 30px;
    background: unset !important;
    color: #fff;
    font-size: 14px;
    padding: unset !important;
    text-align: unset !important;
}
p.footer-para a {
    color: #fff !important;
    /* margin-left: 14px !important; */
}
header.home-header a.logo {
    display: none;
}
.header .container .row .col-lg-2.col-md-6.col-sm-12 a.logo {
    display: block !important;
    width: auto;
    padding: unset;
    height: auto;
    max-width: 100% !important;
    margin-bottom: unset !important;
    margin-left: -6px !important;
}
/* .header .col-lg-4 {
    width: 39.333333% !important;
}
.header .col-lg-2 {
    width: 17.666667% !important;
} */
.block.block-search input#search {
    width: -webkit-fill-available;
    padding: 21px 10px;
    border-radius: 50px;
    border: 1.5px solid #ddd;
    text-indent: 10px;
    font-size: 12px !important;
}
.block.block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 405px;
    z-index: 4;
    text-indent: 10px;
    font-size: 12px;
}
.toll-free p {
    display: flex;
}
footer.page-footer footer .bottom p {
    padding: 9px 9px;
    color: #fff;
}
.block-search .action.search:before {
   margin-top: 6px !important;
    color: #891c05 !important;
    background: #fff;
    padding: 0px 12px;
}
.block-search .action.search {
    right: 0px !important;
}
a.logo {
    float: left;
    margin: 0 0 10px 40px !important;
    max-width: 100%;
    position: relative;
    z-index: 5;
}
.header .container .col-lg-4.col-md-12.col-sm-12.right .minicart-wrapper {
    display: block !important;
        margin-top: 14px;
}
.minicart-wrapper {
    display: none;
}
.minicart-wrapper .action.showcart:before{
    display:none !important;
}
.list-icons img.wishlist {
    margin-right: 30px;
    width: 30px;
    margin-top: 9px;
}
ul.dropdown-menu.header.without-login a.sign-in {
    text-align: center;
    background: #891c05;
    color: #fff;
    border-radius: 10px;
    margin-top: 11px;
}
ul.dropdown-menu.header.without-login li {
    padding: 0px 12px;
    text-align: center;
}
ul.dropdown-menu.header.without-login li:last-child a {
    
    font-size: 16px;
    background: #efefef !important;
}
ul.dropdown-menu.header.without-login li:last-child {
    /* margin-top: -11px !important; */
    padding: 0px !important;
}
ul.dropdown-menu.header.without-login {
    width: 265px !important;
}
    .owl-carousel {
    display: block !important;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
div#banner-slider-carousel .owl-carousel {
    display: none;
    width: 71% !important;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
div#banner-slider-carousel .owl-carousel .owl-item .img-responsive {
    width: 95% !important;
}
.owl-carousel .owl-dots.disabled {
    display: block !important;
    opacity: unset !important;
}
/* Category Page Css */
.catalog-category-view .list-icons {
    display: flex;
}
.catalog-category-view ul.nav.navbar-nav.navbar-right a {
    display: flex;
}
.catalog-category-view ul.nav.navbar-nav.navbar-right a span.contact_menu {
    margin-top: 6px;
    padding: 4px;
}
.catalog-category-view .main.main-content {
    width: 73%;
    float: right;
}
.catalog-category-view .sidebar {
    width: 26% !important;
    float: left;
    background: #F9F9F9;
    margin-top: 2%;
}
.catalog-category-view .main.main-content ol.products.list.items.product-items li.item.product.product-item {
        width: 32%;
    margin-bottom: 31px;
    border-radius: 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 5px;
    border: 1px solid #ddd;
        margin-left: 10px;
}
.catalog-category-view .block-title.filter-title {
    display: none;
}
.catalog-category-view .filter-options-item .filter-options-content {
    background: #f9f9f9;
    border-radius: 10px;
    margin-left: 12px;
}
.catalog-category-view .modes strong.modes-mode.mode-grid {
    border-radius: 13px;
    color: #891c05;
}
.catalog-category-view strong.modes-mode.active.mode-grid::before {
    color: #fff;
}
.catalog-category-view .modes strong.modes-mode.mode-grid {
    background: #fff;
    border-radius: 13px;
    color: #891c05;
    border: 1px solid #891c05;
}
.catalog-category-view strong.modes-mode.active.mode-grid {
    background: #891c05;
}
.catalog-category-view a.modes-mode.mode-list {
    background: #fff;
    border: 1px solid #891c05;
    border-radius: 11px;
    margin-left: 10px;
}
.catalog-category-view a.modes-mode.mode-list::before {
    color: #891c05;
}
strong.modes-mode.active.mode-list {
    border: 1px solid #891c05;
    border-radius: 11px;
    margin-left: 10px;
}
strong.modes-mode.active.mode-list::before {
    color: #ffffff;
}
a.modes-mode.mode-grid {
    background: #fff;
    border: 1px solid #891c05;
    border-radius: 11px;
    margin-left: 10px;
}
a.modes-mode.mode-grid::before {
    color: #891c05;
}
strong.modes-mode.active.mode-grid::before {
    color: #891c05;
}
strong.modes-mode.active.mode-list {
    background: #891c05;
}
.breadcrumbs {
    padding: 0px 73px !important;
}
.catalog-category-view .products-grid .product-item-info .product-image-container {
    width: 100% !important;
    display: block;
    margin: auto;
}
.catalog-category-view .product-item-info {
    padding: unset !important;
}
.catalog-category-view .product.details.product-item-details {
    padding: 0px !important;
}
.socials {
    display: flex;
}
.catalog-category-view .product-item .action.towishlist:before {
    display:none;
}
.catalog-category-view .product-item-actions .actions-primary {
    width: 100%;
        margin-top: 14px;
}
a.btn.btn-default.action.towishlist {
    background: #fff;
    border-radius: 100%;
    padding: 10px 15px;
    color: #891C05;
}
.catalog-category-view .product.actions.product-item-actions {
   border-top: 1px solid #ddd;
    /* padding-bottom: 15px; */
    display: flex;
}
.usages {
margin-top: 10px;
    padding: 10px;
    display: none;
    width: 100%;

}
button.action.tocart.primary.btn.btn-danger {
   background: #891c05;
    border: 1px solid #891c05;
    margin-left: -7px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 6px 13px;
    font-size: 18px;
    line-height: 1.42857143;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 5px;
}
.usages .actions-primary.quote_button button.quotesystem_cat_add.action.toquote.primary {
    padding: unset !important;
    display: block;
    background: unset;
    color: #666666;
    font-size: 12px;
    border: unset;
    margin-top: 4px;
}
.usages .actions-primary.quote_button {
    float: left;
}
.usages a.action.tocompare {
    float: right;
    color: #666666;
    font-size: 12px;
}
body .products-grid .product-item-inner{
        bottom: -20px  !important;
}
button.action.tocart.primary.btn.btn-danger i.fa.fa-shopping-cart {
    padding: 4px 0px;
    color: #ffffff;
}
button.quotesystem_cat_add.action.toquote.primary i.fa.fa-comments {
    padding: 0px 4px;
}
.label-product.label-sale {
    width: 30%;
    float: right;
    margin-top: -20px;
    color: #1C8905;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}
.product-reviews-summary.short .reviews-actions a.action.view span {
    display: none;
}
.product-reviews-summary.short {
    background: #ffffff;
    width: fit-content;
    padding: 5px;
    border-radius: 3px;
    opacity: 100%;
    color: #fff;
    margin-bottom: 10px;
}
.rating-summary .rating-result:before {
    color: #58d473 !important;
}
body .rating-summary .rating-result:before {
    font-size: 21px !important;
    height: 20px;
    line-height: 20px;;
    content: '\e625' '\e625' '\e625' '\e625' '\e625' !important;
}
.product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
body .rating-summary .rating-result > span:before{
    content: '\e625' '\e625' '\e625' '\e625' '\e625' !important;
   font-size: 21px;
    height: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 600;
}
body .rating-summary .rating-result {
    width: 114px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.rating-summary .rating-result > span:before {
    color: #891c05;
}
.product-item .product-reviews-summary .reviews-actions a.action.view {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
span.no_reviews {
    background: #ffffff;
    color: #918a8a;
    display: block;
    width: fit-content;
    padding: 5px;
    border-radius: 3px;
    opacity: 100%;
    margin-bottom: -10px;
}
.products.wrapper ~ .toolbar .toolbar-amount {
    display: block;
    float: left;
}
.products.wrapper ~ .toolbar-products .pages {
    float: right;
}
.products.wrapper ~ .toolbar-products .pages {
    width: 12%;
    margin-left: 12%;
}
.products.wrapper ~ .toolbar .limiter {
    float: right !important;
    display: block !important;
    margin-top: 0px !important;
}
ul.items.pages-items li.item a.page {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px !important;
    margin-right: 10px;
    color: #000 !important;
}
ul.items.pages-items li.item.current strong.page {
    background-color: #891c05 !important;
    font-size: 1.2rem;
    letter-spacing: normal;
    font-weight: 700;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 50px !important;
    margin-right: 10px;
    color: #fff !important;
}
li.item.pages-item-next a.action.next {
    background: #fff;
    color: #891c05;
}
.pages .action.next:before {
    color: #891c05;
}
li.item.pages-item-next a.action.next {
    background: #fff;
    color: #891c05;
    border-radius: 50px !important;
}
.toolbar select {
    background-color: #fff;
    border-radius: 50px !important;
}
li.item.pages-item-previous a.action.previous {
    background: #fff;
    color: #891c05;
    border-radius: 50px !important;
}
.pages .action.previous:before {
    color: #891c05;
}
.field.limiter label.label span {
    color: #393333;
    font-size: 14px;
    font-weight: 400;
}
.block.price-slider .block-title.slider-title {
    display: none;
}
.block.price-slider strong.block-subtitle.filter-subtitle {
    display: none;
}
.block.price-slider {
    margin-bottom: 0px !important;
}
.catalog-product-view .page-wrapper .container .breadcrumbs {
        display: block;
    padding: 0px 12px !important;
    margin: unset !important;
}
.catalog-product-view .page-wrapper .breadcrumbs {
    display: none;
}
.catalog-product-view .product.media .fotorama__thumb {
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
}
.catalog-product-view .fotorama__stage__frame {
    width: 96%;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-align: center;
    padding: 55px 20px;
    margin-left: 17px;
}
.catalog-product-view .sticky_wrapper {
    justify-content: space-between;
    align-items: end;
    margin-top: 20px;
}
.catalog-product-view .product.media {
    margin-top: 0;
}
.catalog-product-view .sticky_wrapper .product-info-main {
    margin-top: 0;
}
.catalog-product-view .reviews-actions a.action.add {
    display: none;
}
.catalog-product-view .rating-summary {
    display: block;
}
.product-info-main .product-info-price .price-box span.price-label {
    display: none;
}
.product-info-main .product-info-price .price-box {
    width: 40%;
    display: flex;
}
.product-info-main .product-info-price .price-box span.old-price {
       display: block;
    font-size: 13px !important;
    color: #000;
    font-weight: 500;
    opacity: 70%;
    font-style: italic;
    margin-top: 28px;
}
body.catalog-product-view ul.nav.navbar-nav.navbar-right {
    margin: -0.5px -43px !important;
}
.product-info-main .product-info-price .price-box span:nth-child(3) {
    color: #1C8905 !important;
    font-size: 14px !important;
    margin-left: 0px !important;
    font-weight: 500 !important;
}
.product-info-price .price-box .special-price {
    display: block !important;
    width: auto !important;
    float: left;
}
.product-info-main .product-info-price .price-box span.old-price span.price {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    opacity: 70%;
    font-style: italic;
    text-decoration: line-through;
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}
.comment {
	width: 400px;
	/* background-color: #f0f0f0; */
	/* margin: 10px; */
}
.box-tocart .control button#sub {
    background: #fff;
    color: #891c05;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 700;
}
.box-tocart .control button#add {
    background: #fff;
    color: #891c05;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 700;
}
.box-tocart button.wk_qs_quote_button.button.btn-cart.action.primary.trigger-auth-popup {
    background: unset;
    color: #666666;
    font-size: 15px;
    border: unset;
    width: 50% !important;
}
.box-tocart button#product-addtocart-button {
    padding: 10px 20px !important;
    background: #891c05 !important;
    margin-left: 10px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
}
.field.qty {
    width: 31%;
}
.fieldset:last-child {
    margin-bottom: -10px;
    display: flex;
}
.box-tocart .actions {
    margin-top: 15px;
}
.catalog-product-view .zipchecker-product {
    margin-top: -30px;
}
.product-info-main .product.attribute.sku .type {
    font-weight: 600;
}
.zipchecker-product .form-product-zipcode .zipcode-box .zipcode-check-btn button#button-zipcode-check {
   background: none;
    border: none;
    color: #891c05;
    padding: 0;
    position: absolute;
    right: 75px;
    margin-top: 7px;
    display: flex;
}
.product.data.items .data.item.title a:hover {
    background: unset !important;
    background: none !important;
    /*border-bottom: 5px solid #891c05 !important;*/
    font-weight: inherit;
}
.related_products h2.heading {
    font-size: 30px;
    opacity: 70%;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}
.zipchecker-product .form-product-zipcode .zipcode-box .message {
    background: unset;
    box-shadow: unset;
    border: unset;
    text-align: start;
    font-size: 13px;
    color: #891c05;
}
.zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner .control .input-text:focus {
    box-shadow: unset;
}
.zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner .control .input-text {
    float: left;
    padding-left: 2px !important;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #ddd !important;
    background-position: 7px 3px;
    width: 75%;
}
.zipchecker-product .form-product-zipcode .zipcode-box .zipcode-check-btn button#button-zipcode-check i.fa.fa-map-marker {
    padding: 2px 4px;
}
 .product-info-main .product.attribute.sku .type {
    font-weight: 600 !important;
}
.product-info-main .product-info-price {
    border-bottom: unset !important;
    margin-left: -12px;
}
.product.attribute.sku h6 {
    display: none;
}
.product-info-main .product-add-form {
    padding-top: unset !important;
}
div#instant-purchase {
    display: none;
}
.product.data.items {
    background: #EC9A9A;
    padding: 20px;
    border-top-left-radius: 35px;
    border-top-right-radius: 30px;
}
.data.item.title {
    background: #ffb4a600 !important;
    padding-top: 20px;
    border-top-left-radius: 35px;
    border-top-right-radius: 30px;
}
.product.data.items .data.item.title a {
    background: #ffb4a600 !important;
    border-top-left-radius: 34px;
    border-top-right-radius: 30px;
    margin-top: -17px;
}
.data.item.title a {
    color: #fff !important;
}
.data.item.title.active a {
    color: #000 !important;
}
div#tab-label-reviews .data.switch .counter {
    color: #891c05;
}
.product.data.items > .item.title > .switch {
    border: unset !important;
    color: #fff !important;
}
.product.info.detailed .data.item.title.active a {
    color: #000 !important;
}
.product.data.items > .item.title:hover a {
    color: #000 !important;
}
.data.item.content {
    width: 100% !important;
    position: relative;
    border-left: unset;
    border: unset !important;
    background: #F1F1F1 !important;
}
.catalog-product-view .rating-summary span.label {
    font-size: 14px;
    color: #000000c7;
    margin: unset;
    padding: 11px 1px;
}
.catalog-product-view .block-content .label {
    font-size: 14px;
    color: #000000c7;
    margin: unset;
    padding: 11px 1px;
}
fieldset.field.required.review-field-ratings legend.label {
    text-align: start;
    padding: 11px 0px;
    text-transform: capitalize;
}
.review-form .action.submit.primary {
    background: #891c05;
    color: #fff;
    border-radius: 12px;
    padding: 11px 26px;
}
div#description .product.attribute.description h6 {
    display: none;
}
div#additional table#product-attribute-specs-table th.col.label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.data.item.title.active span.counter {
    color: #000;
}
.list-icons img.wishlist {
    display: none;
}
.col-lg-4.col-md-12.col-sm-12.right .list-icons a {
    display: flex;
}
.sidebar .block-content strong.block-subtitle.filter-subtitle {
    display: none;
}
.sidebar .block {
    box-shadow: inherit;
    margin-bottom: unset !important;
}
.catalog-category-view .filter-options-item .filter-options-content ol.items li:hover {
    text-decoration: none;
    color: #891c05;
    background: #fbd3cb;
    padding: 7px;
    font-weight: 500;
    width: -webkit-fill-available;
    opacity: 100%;
    transition: 0.4s ease;
}
.catalog-category-view .filter-options-item .filter-options-content ol.items li a:hover {
    background: unset;
}
.filter-options-item {
    border: unset;
}
.catalog-category-view .product.actions.product-item-actions button.quotesystem_cat_add.action.toquote.primary {
   background: #fff !important;
    width: 100%;
    color: #463d33 !important;
    border-radius: 12px;
    margin-top: -2px;
}

.catalog-category-view .product.actions.product-item-actions button.quotesystem_cat_add.action.toquote.primary {
    background: unset;
    /* color: #666666; */
    font-size: 15px;
    border: unset;
    margin-right: 1%;
    /* width: 49% !important; */
    line-height: 2.2rem;
}
.catalog-category-view .price-box.price-final_price span:nth-child(3) {
    display: unset !important;
}

.breadcrumbs ul li {
    color: #000;
    font-size: 14px;
}
.breadcrumbs ul li a {
    color: #000 !important;
    font-size: 14px;
}
.page-title-wrapper {
    padding: unset;
    margin-top: -17px;
    margin-bottom: 21px;
    width: 95%;
    border-bottom: 1px solid #ccc;
    margin-left: 26px;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
/*.breadcrumbs {
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-right: 0px !important;
}*/
.main.menu .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 4%;
}
.catalog-product-view .page-title-wrapper.product {
    margin-left: 0px !important;
}
.page-wrapper nav.navbar.navbar-inverse .container {
    max-width: 1280px !important;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
ul.nav.navbar-nav.navbar-right li span {
    display: inline-flex;
}
ul.nav.navbar-nav.navbar-right li span.contact_menu {
    display: inline-block;
    padding: 0px 10px;
}
ul.nav.navbar-nav.navbar-right a {
    padding: 5px !important;
    display: inline-flex;
}
ul.nav.navbar-nav.navbar-right {
    padding: unset;
    margin: -0.5px -38px !important;
}
.featured-products.related_products .owl-item {
    width: 23% !important;
    border: 1px solid #fff;
    box-shadow: 0px 0px 3px 0px;
    padding: 10px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 10px;
}
.featured-products.related_products .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin-top: 5%;
}
.featured-products.related_products .reviews .rating-summary {
    display: inline-block;
}
.featured-products.related_products .product-reviews-summary.short {
    padding: unset;
    color: #fff;
    border-radius: 5px;
}
.catalog-product-view .rating-summary .rating-result:before {
    color: #891c05;
}
.featured-products.related_products .card .img-sec {
    height: 214px;
}
.featured-products.related_products .card h4 {
    display: flex;
    color: #891c05;
}
.price {
    color: #891c05 !important;
}
.breadcrumbs .items li:last-child {
    color: #891c05 !important;
    font-weight: 600;
}
.info-type h6 {
    padding: unset;
    margin: unset;
    margin-top: 3px;
}
.info-type p {
    padding: 0px 4px;
    font-weight: 600;
    color: #891c05;
}
.info-type {
    margin-right: 20px;
    display: flex;
}
.featured-products.related_products .card h4 strike {
    padding: 0px 9px;
}
.featured-products.related_products a {
    color: #333;
}
.featured-products.related_products form.cart .btn.cart {
    width: 100%;
    display: flex;
    margin-top: 6px;
    margin-bottom: -7px;
}
.featured-products.related_products form.cart .btn.cart .actions-primary.quote_button button.quotesystem_cat_add.action.toquote.primary {
    background: unset;
    color: #797575;
    border: unset;
    padding: 10px 32px !important;
}
/* .featured-products.related_products form.cart {
    border-top: 1px solid #ccc;
    margin-top: 6px;
} */
.box-tocart button.wk_qs_quote_button.button.btn-cart.action.primary {
    background: unset;
    color: #999797;
    font-size: 14px;
    border: unset;
}
.owl-item a {
    color: #000;
}
.featured-products .to-flx .reviews {
    margin-top: unset;
}
.featured-products .to-flx button.btn.btn-danger.action.tocart.primary {
    background: #8a1e07;
    border: 1px solid #891c05;
    border-radius: 19px;
    display: block;
    width: 44px !important;
}
.no-reviews {
    margin-bottom: 10px;
}
.featured-products .to-flx .btn.cart {
    margin-top: 10px;
}

.featured-products .reviews h4 {
    text-align: start;
    display: flex;
}
.featured-products .reviews h4 {
    text-align: start;
    display: inline-flex;
    width: 100% !important;
}
.featured-products .reviews h4 strike {
    padding: 0px 9px;
}
.featured-products .product-reviews-summary.short {
    width: unset;
    text-align: center;
}
.cms-index-index .reviews-actions {
    display: none;
}
.cms-index-index .to-flx {
    display: flex;
        border-top: 1px solid #ccc;
}
.cms-index-index .to-flx .reviews {
     display: block;
    width: 62% !important;
}
.cms-index-index .to-flx button.btn.btn-danger.action.tocart.primary {
    background: #891c05;
    border: 1px solid #891c05;
    border-radius: 21px;
    display: block;
    color: #fff;
    font-size: 19px;
    width: 87% !important;
    padding: 0px 0px;
}
.featured-products .owl-carousel .owl-item img {
    margin-bottom: unset !important;
    width: auto !important;
}
.cms-index-index .to-flx .btn.cart {
    margin-top: 12px;
}
.cms-index-index .card p.text-center {
    height: 38px;
    overflow: hidden;
    margin-bottom: 16px !important;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
/* .cms-index-index .rating-summary .rating-result:before {
    color: #c7c7c7 !important;
} */
.cms-index-index .product-reviews-summary.short {
    background: unset;
}
.cms-index-index .product-reviews-summary.short {
    background: unset;
    text-align: start !important;
    padding: unset !important;
}
.cms-index-index .to-flx .reviews {
    width: 65% !important;
}
.Clearence-sale p {
    font-size: 14px;
}
/* .catalog-category-view .product.details.product-item-details strong.product.name.product-item-name {
    height: 46px;
} */
.page-footer .info a span {
    padding: 10px;
}
.page-footer .info a {
    display: block;
    /* font-size: 17px; */
    color: #fff;
    /* padding: 6px 0px; */
}
.page-footer .info {
    margin-bottom: 15px;
}
.page-footer .col-lg-2.col-md-6.col-sm-12.list ul li {
    padding: unset;
}
#banner-slider-carousel .owl-dots button.owl-dot span {
    width: 14px;
    height: 14px;
    margin: 6px 6px;
}
#banner-slider-carousel .owl-dots {
    top: 89.5% !important;
    left: 44.5% !important;
}
#banner-slider-carousel .owl-dots button.owl-dot span {
    width: 14px !important;
    height: 14px !important;
    margin: 6px 6px !important;
}
#banner-slider-carousel .owl-dots button.owl-dot {
    padding: 3px 1px !important;
    background: unset;
    border: unset;
    box-shadow: unset;
}
#banner-slider-carousel button.owl-dot.active span {
    background: #fff;
}
#banner-slider-carousel button.owl-dot span {
    background: #c6a8a299;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap {
    width: 50%;
    height: auto;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap header.modal-header h4 {
    font-size: 15px;
    color: #000;
    border: unset;
    font-weight: 600;
    text-transform: inherit;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap .modal-body.form-list.field.required fieldset {
        display: block;
    /* margin-left: 8%;
    margin-right: 8%; */
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap .modal-body.form-list.field.required fieldset .field input {
    border-radius: 5px;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap .modal-body.form-list.field.required fieldset .field label.label {
    color: #000;
    font-size: 13px;
    padding: 0;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap textarea#quote_description {
    border-radius: 8px;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap label.label.wk-file-label.wk-quote-primary-btn {
    background: unset;
    color: #791e09;
    border: 1px solid #791e09;
    font-size: 13px;
    padding: 10px 20px;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap .wk-file-label:before {
    left: 3px;
    top: 10px;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap .modal-footer.wk_footer input#resetbtn {
    float: right;
    text-transform: uppercase;
    background: unset;
    border: unset;
    color: #791e09;
    font-weight: 600;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap input#askbtn {
    background: #8f1e09;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 7px 8px;
}
.ask-que.popover_background .modal-inner-wrap.wk-qs-inner-wrap .modal-footer.wk_footer {
    border: unset;
    margin-top: -31px;
}
table#shopping-cart-table thead tr th:nth-child(1) {
    display: flex;
    margin-top: 16px;
}
table#shopping-cart-table thead tr th:nth-child(1) p {
    margin-left: 31%;
}
.cart.table-wrapper .cart thead tr th.col {
    border: unset;
}
body.checkout-cart-index.page-layout-1column h1.page-title {
    display: none;
}
body.checkout-cart-index.page-layout-1column .page-title-wrapper {
    border: unset;
}
.checkout-cart-index .page-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 1280px !important;
    margin-right: auto;
    margin-left: auto;
}
.checkout-cart-index .page-main .column.main {
    padding: 0px 49px;
    margin-bottom: 30px;
}
.checkout-cart-index .page-main .column.main h3 {
    font-size: 20px;
}
.checkout-cart-index .page-main .cart-container form#form-validate {
    background: #fff;
    padding: 6px 23px;
}
.checkout-cart-index .cart-summary {
    background: #fff;
}
.checkout-cart-index .cart-summary {
    background: #fff;
    width: 23%;
    /* margin-top: 53px; */
}
div#main-div {
    background: #f2f2f2;
    margin-top: -20px;
    padding-top: 1px;
}
.checkout-cart-index .page-main .columns {
    margin-top: 50px;
}
.checkout-cart-index .page-main .cart-container form#form-validate table#shopping-cart-table {
    border-top: 1px solid #cccc;
}
.checkout-cart-index .page-main .column.main h3 {
    font-size: 20px;
    padding: 13px 0px;
}
.checkout-cart-index .page-main .cart-container form#form-validate table#shopping-cart-table .actions-toolbar a.action.action-edit {
    display: none;
}
.cart.table-wrapper .cart .item {
    border: unset !important;
    position: relative;
}
/*.cart.table-wrapper .cart tbody:nth-child(odd) tr td {
    padding: 12px 5px !important;
    padding-top: 23px !important;
}*/
.cart.table-wrapper .cart .item tr.item-actions td .actions-toolbar {
       margin-top: -86px;
    margin-right: 41px;
}
.cart.table-wrapper .cart .item tr.item-actions td .actions-toolbar a.action.action-delete {
    background: #fff;
    padding: 10px;
    border-radius: 27px;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo {
    width: 55%;
    margin-left: 10px;
}
.cart.table-wrapper .cart .item tr.item-actions td .actions-toolbar a.action.action-delete {
       background: unset;
    padding: 9px 14px;
    border-radius: 27px;
    box-shadow: unset;
    width: 46px;
}
.cart.table-wrapper .cart .item:nth-child(odd) tr.item-info td {
    background: #f2f2f2;
    /*padding: 23px 17px;*/
}
body.checkout-cart-index.page-layout-1column strong.summary.title {
    display: none;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
    width: 100%;
    background: #891c05;
    border: 1px solid #891c05;
    font-size: 17px;
}
.cart-totals tbody .mark {
    background: unset;
}
.cart.table-wrapper .cart .item td a {
    font-size: 14px;
    padding-right: unset;
}
.cart.table-wrapper .cart .item td span {
    font-size: 14px;
}
.cart.table-wrapper .cart thead th.col.subtotal {
    width: 16%;
}
body.checkout-cart-index.page-layout-1column .cart-discount {
        background: #fff;
    padding: 10px;
    margin-top: -20px;
    border-top: 1px solid #ccc;
    display: grid;
}
body.checkout-cart-index.page-layout-1column button.action.update {
  background: #ffbebe;
    color: #000;
    box-shadow: inset 0 1px 0 0 #ffbebe, inset 0 -1px 0 0 rgb(204 204 204 / 30%);
    border: 1px solid #ffbebe;
    margin-left: 10px;
    display: inline-grid;
    float: right;
}
body.checkout-cart-index.page-layout-1column .cart-discount strong#block-discount-heading {
    color: #000;
}
body.checkout-cart-index.page-layout-1column div#block-discount .fieldset.coupon .field input {
    width: 83%;
    width: 50%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

form#discount-coupon-form .actions-toolbar .primary {
    position: absolute;
    right: 0;
    bottom: 15px;
}

body.checkout-cart-index.page-layout-1column div#block-discount .field {
    display: block;
    margin-bottom: 7px;
}
body.checkout-cart-index.page-layout-1column div#block-discount .actions-toolbar button.action.apply.primary {
    border: #891c05;
    background: #891c05;
    color: #fff;
    border-radius: 5px;
    padding: 9px 12px;
}
.cart-container .form-cart .actions.main .clear {
    display: unset;
    background: #891c05;
    border: unset;
    color: #fff;
    padding: 9px 9px;
    border-radius: 5px;
}
.cart-container .form-cart a.action.continue {
    float: left;
    background: #ffffff;
    padding: 8px;
    border-radius: 5px;
    color: #686868;
    border: 1px solid #686868;
}
.cart-container .form-cart .actions.main a.action.continue {
    display: block;
}
.cart-container .form-cart .actions.main {
    margin-bottom: 20px;
}
body.checkout-cart-index.page-layout-1column .cart-discount .fieldset:last-child {
    display: unset;
}
.cart-discount .block.discount {
    width: 100%;
}
body.customer-account-create.page-layout-1column .page-title-wrapper {
    display: none;
}
body.customer-account-create.page-layout-1column .column.main {
    width: 75% !important;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    margin-left: 12%;
    margin-top: 23px;
    margin-bottom: 18px;
}
body.customer-account-create.page-layout-1column .top.borderless .header h2 {
    margin-top: 0;
    font-size: 27px;
    color: #891c05;
}
.customer-account-create legend.legend {
    display: none;
}
.customer-account-create .field label.label {
    font-size: 13px;
    font-weight: 500;
    padding: 0 !important;
    color: #000;
}
.form.create.account fieldset.fieldset.create.info .field {
    width: 46%;
    margin-left: 27px !important;
    display: inline-block;
        margin: unset;
    padding: unset;
}
.customer-account-create fieldset.fieldset.create.account .field {
    width: 46%;
    display: inline-block;
    margin-left: 27px;
}
.customer-account-create .field input {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
span.hinds {
    display: none;
    position: absolute;
    font-size: 12px;
}
.customer-account-create form#form-validate {
    width: 100%;
}
.form-create-account .fieldset.create.account:after {
    margin-top: 35px;
    display: none;
}
.customer-account-create .actions-toolbar .primary button.action.submit.primary {
   border-radius: 6px;
    padding: 10px 20px;
    margin-bottom: 10px;
    background: #891c05;
    text-align: center;
    border: unset;
    float: unset;
    /* width: 47%; */
}
.customer-account-create .actions-toolbar {
    text-align: center;
    display: block;
}
.customer-account-create .actions-toolbar .primary {
    text-align: center;
    float: unset;
    width: 100%;
}
.bottom-sec.__web-inspector-hide-shortcut__ {
    text-align: center;
}
.bottom-sec.__web-inspector-hide-shortcut__ .sign-in {
    margin: 30px 0 0 0;
}
body.customer-account-login.page-layout-1column .page-title-wrapper {
    display: none;
}
.customer-account-login main#maincontent .column.main {
    width: 50% !important;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    margin-left: 26%;
    margin-top: 23px;
    margin-bottom: 18px;
}
.customer-account-login main#maincontent .column.main .login-container {
    margin-top: 11px;
}
.customer-account-login main#maincontent ul.nav.nav-tabs {
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
    background: #f9ece9;
    border-radius: 70px !important;
}
.customer-account-login main#maincontent ul.nav.nav-tabs li.active a {
    background: none !important;
    border-bottom: 5px solid #891c05 !important;
    font-weight: 600;
}
.customer-account-login main#maincontent ul.nav.nav-tabs li a {
    border: unset !important;
    box-shadow: unset !important;
        background: unset;
}
.customer-account-login fieldset.fieldset.login {
   display: block;
    margin-bottom: -37px;
    padding: 0px 14px;
}
.customer-account-login fieldset.fieldset.login label.label span {
    font-size: 15px;
}
.customer-account-login fieldset.fieldset.login input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.customer-account-login fieldset.fieldset.login input#pass {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
a.action.remind span {
    display: block;
    float: right;
    margin-bottom: 20px;
    margin-top: 4px;
    color: #891c05;
    text-decoration: none;
}
.customer-account-login .actions-toolbar.account-button {
    margin-top: 14px;
}
.customer-account-login .actions-toolbar.account-button .primary button#send2 {
    text-align: center;
    width: 100%;
    background: #891c05;
    border: unset;
    margin-right: 0;
    padding: 10px;
    border-radius: 9px;
}
.customer-account-login .actions-toolbar.account-button .primary {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.block-customer-login.password_login button#send2 {
    width: 100% !important;
    text-align: center !important;
    display: unset !important;
}
.block-customer-login.password_login .primary {
    display: block !important;
}
a.action.remind {
    float: right;
    position: relative;
    right: 0% !important;
    width: 100%;
    
}
.customer-account-login .block.block-new-customer {
    display: none;
}
.customer-account-login p.fo-left input#check1 {
       margin-top: 12px !important;
    display: unset;
    height: 16px;
    padding: unset;
    font-size: 14px;
    line-height: 0.428571;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: unset;
    width: 2%;
    margin-left: 18px;
      margin: unset;
}
.customer-account-login .nesss {
    margin-top: 50px;
    text-align: center;
}
.customer-account-login div#home input.countrycode {
    display: block;
    width: 10%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.customer-account-login div#home fieldset.fieldset.login .control {
    width: 100% !important;
}
.customer-account-login div#home .actions-toolbar.account-button button#loginsms {
    width: -webkit-fill-available;
    background: #891c05;
    border: unset;
    padding: 10px;
    border-radius: 10px;
}
body.account.customer-account-edit div#main-div .columns .column.main {
    width: 96%;
    margin-bottom: 30px;
    /* background: #fff; */
    padding: 6px 23px;
}
.account.customer-account-edit .page-title-wrapper {
    display: none;
}
.profile-sec.details {
    flex-direction: column;
    align-items: unset;
    margin-top: 20px;
}
.profile-sec {
    display: flex;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
form#altius-customerlogo-form {
    position: absolute;
    background: #a38680;
    padding: 13px;
    left: 115px;
    width: 67%;
    top: 4px;
    color: #fff;
}
.profile-sec fieldset.fieldset .field input#image {
    padding: unset;
    width: unset;
    margin-bottom: unset;
    height: unset;
    border-radius: unset;
    border: unset;
    /* margin-left: -14px; */
}

form#altius-customerlogo-form fieldset.fieldset {
    padding: unset;
    margin-bottom: 8px;
}
form#altius-customerlogo-form button.action.submit.primary {
    background: #891c05;
    border: unset;
    padding: 6px 21px;
    border-radius: 6px;
}
.profile-sec .name {
    margin-left: 41px;
}
.profile-sec form#altius-customerlogo-form {
    padding: 20px 9px;
}
.profile-sec .name p {
    font-weight: 700;
    font-size: 16px;
    width: 100%;
}
.profile-sec.details h4 {
    margin: 15px 0;
    display: flex;
}
.profile-sec.details a {
    text-decoration: none;
    color: #707070;
    font-weight: 500;
    margin-top: 2px;
}
.profile-sec.details h4 span img {
    margin-right: 10px;
    width: 18px;
}
.profile-sec.details h4 {
    margin: 15px 0;
    display: flex;
}
.profile-sec.details ul li {
    color: #000;
    padding: 5px 0;
}
.profile-sec.details ul li a {
    color: #707070;
    display: block;
    margin-left: 50px;
    text-decoration: none;
}
.profile-sec.details ul {
    list-style: none !important;
}
a.action.edit {
    color: #891c05;
}
body.account.customer-address-index p.empty {
    text-align: center;
}
body.account.customer-account-edit main#maincontent .row .col-lg-8.col-md-8.col-sm-12 {
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    padding-bottom: 77px;
}
body.account.customer-account-edit main#maincontent .row .col-lg-8.col-md-12.col-sm-12 legend.legend span {
    font-size: 20px;
    font-weight: 500;
}
body.account.customer-account-edit main#maincontent .row .col-lg-8.col-md-8.col-sm-12 label.label {
    font-size: 17px;
    color: #534d4d;
    font-weight: 400;
    padding: unset;
}
form.form.form-edit-account.onlynames .field.choice {
    display: none !important;
}
form.form.form-edit-account.onlynames fieldset.fieldset.info .field {
   width: 38%;
    display: inline-block;
    /* margin-left: 11px; */
}
form.form.form-edit-account.onlynames fieldset.fieldset.info{
        width: 100%;
            margin: unset;
}
form.form.form-edit-account.onlynames fieldset .actions-toolbar {
    width: 17%;
    display: inline-block;
    margin-left: 11px;
    padding: 0px 4px;
    position: relative;
    top: -14px;
}
form.form.form-edit-account.onlynames fieldset.fieldset.info .field input {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
form.form.form-edit-account.onlynames fieldset .actions-toolbar button.action.save.primary {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #891c05;
    background: #891c05;
    padding: 1px 22px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 30px;
    font-weight: 600;
}
form.form.form-edit-account.onlynames fieldset.fieldset.info .head-label span {
    padding: 11px;
}
form.form.form-edit-account.onlynames fieldset.fieldset.info .head-label {
    display: flex;
}
form.form.form-edit-account.emailandpasswordonly fieldset.fieldset.info fieldset.fieldset.password .field {
       display: inline-block !important;
    width: 45%;
    margin-left: 17px;
}
form.form.form-edit-account.emailandpasswordonly fieldset.fieldset.info fieldset.fieldset.password {
    display: block !important;
}
form.form.form-edit-account.emailandpasswordonly fieldset.fieldset.info {
    display: block;
    width: 100%;
}
form.form.form-edit-account.emailandpasswordonly {
    display: block;
}
form.form.form-edit-account.emailandpasswordonly fieldset.fieldset.info fieldset.fieldset.password .field input {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
a#editcustomeremailpassword {
    padding: 10px;
}
form.form.form-edit-account.emailandpasswordonly fieldset.fieldset.info fieldset.fieldset.password button.action.save.primary {
    background: #891c05;
    border: unset;
    padding: 13px 41px;
    margin-left: 14%;
}
.review-control-vote label:before
{
        color: #891c05 !important;
}
.account .page-title-wrapper {
    display: none;
}
.account .column.main {
    width: 97.5% !important;
    margin-bottom: 30px;
    padding: 6px 23px;
}
.account .column.main .col-lg-8.col-md-12.col-sm-12 .table-wrapper.reviews {
      background: #fff;
    padding: 20px;
    display: inline-block;
        margin-top: unset;
}
.table-wrapper.reviews .wishlist {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.review-customer-index .rating-summary span.label {
    display: none;
}
.review-customer-index span.added {
    padding: 7px 10px;
}
.account .column.main .col-lg-8.col-md-12.col-sm-12 .table-wrapper.reviews .top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.table-wrapper.reviews .wishlist .usages {
    display: block !important;
}
.review-customer-view .customer-review.view {
    background: #fff;
    padding: 15px;
}
.customer-review .review-details h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.customer-review .review-details .review-title {
    font-size: 14px;
    font-weight: 200;
    color: #000;
    display: block;
    font-family: 'Open Sans', sans-serif;
}
.cart-details-sec {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
.top {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.filters h6 {
  font-size: 14px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.filters ul li a {
    display: flex;
    padding: 7px 0;
    color: #646464;
    text-decoration: none;
}
.filters ul {
    list-style: none;
    margin-left: 20px;
}
.order_history {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
.order-details {
    background: #f3f3f3;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.order-details button.btn.btn-danger {
    background: #891c05;
    width: -webkit-fill-available;
    padding: 10px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 10px;
}
.order-details button.btn.btn-primary {
    background-color: #FFBEBE;
    color: #000;
    border: none;
    outline: none;
    border-radius: 10px;
    width: -webkit-fill-available;
    margin-bottom: 10px;
    padding: 10px;
}
.grid-right .search input[type="text"] {
    padding: 19px;
}
body.account.sales-order-view .block.block-order-details-view {
    display: inline-block;
    padding: 23px;
    background: #fff;
    margin-top: 15px;
    margin-left: 17px;
    width: 100%;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.sales-order-view ul.items.order-links {
      width: 66.5%;
    display: inline-block;
    background: #fff;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.sales-order-view .order-details-items.ordered {
    width: 66%;
    float: right;
}
/* body.account.sales-order-view ul.items.order-links strong {
    padding: 4px 15px;
} */
body.account.sales-order-view .order-details-items.ordered {
    width: 66.5%;
    float: right;
    background: #fff;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    margin-top: -4px;
}
body.account.sales-order-view .order-details-items.ordered table#my-orders-table tbody tr td {
    padding: 9px 13px;
}
body.account.sales-order-view .order-details-items.ordered table#my-orders-table thead tr th {
        padding: 10px 21px;
    font-size: 15px;
    font-weight: 700;
}
body.account.sales-order-view .order-details-items.ordered table#my-orders-table tbody tr td span.price {
    font-weight: 700;
    font-size: 14px;
    color: #891c05;
}
/* body.account.sales-order-view ul.items.order-links li.nav.item strong {
    color: #891c05;
    font-weight: 700;
} */
ul.items.order-links li a {
    background: #fff;
}
/* .checkout-cart-index fieldset.fieldset.rate dl.items.methods dd.item-options input {
    margin-left: 14px;
} */
/* .checkout-cart-index fieldset.fieldset.rate dl.items.methods dt.item-title { */
    /* display: inline-block; */
    /* float: left; */
/* } */
ul.items.order-links li a {
    font-size: 15px;
    font-weight: 700;
}
ul.items.order-links li.nav.item.current strong {
    color: #891c05;
    font-weight: 700;
}
.order-details-items .table-order-items .product-item-name {
    margin: 0 0 10px;
    font-size: 13px;
}
body.account.sales-order-view .order-details-items.ordered table#my-orders-table tfoot tr {
    font-size: 15px;
}
body.account.sales-order-view .order-details-items.ordered table#my-orders-table tfoot tr.grand_total strong {
    color: #891c05;
}
body.account.sales-order-invoice .col-lg-8.col-md-12.col-sm-12 {
    background: #fff;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    display: inline-block;
    margin-top: -10px;
}
body.account.sales-order-invoice ul.items.order-links {
    margin-left: 32.9%;
    background: #fff;
    width: 68.3%;
    padding: 10px 15px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
table.data.table.table-order-items.invoice span.cart-price {
    font-size: 13px;
    color: #891c05;
}
table.data.table.table-order-items.invoice tr td {
    font-size: 15px;
}
table.data.table.table-order-items.invoice tr.grand_total {
    color: #891c05;
}
body.account.sales-order-invoice .column.main .col-lg-4.col-md-12.col-sm-12 {
    margin-top: -65px;
}
body.account.sales-order-invoice .block.block-order-details-view {
    display: inline-block;
    padding: 23px;
    background: #fff;
    margin-top: 15px;
    margin-left: 1px;
    width: 101%;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.sales-order-shipment ul.items.order-links {
    margin-left: 32.9%;
    background: #fff;
    width: 68.3%;
    padding: 10px 15px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.sales-order-shipment .col-lg-8.col-md-12.col-sm-12 {
    background: #fff;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    display: inline-block;
    margin-top: -10px;
}
body.account.sales-order-shipment .block.block-order-details-view {
    display: inline-block;
    padding: 23px;
    background: #fff;
    margin-top: 15px;
    margin-left: 1px;
    width: 101%;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.sales-order-shipment .column.main .col-lg-4.col-md-12.col-sm-12 {
    margin-top: -65px;
}
body.account.customer-address-index .col-lg-8.col-md-12.col-sm-12 {
    width: 66.5%;
    float: right;
    background: #fff;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    margin-top: -4px;
    padding: 13px 12px;
}
body.account.customer-address-index .col-lg-8.col-md-12.col-sm-12 .block-content .box {
    background: #f0f0f0;
    padding: 10px 13px;
    border-radius: 5px;
}
body.account.customer-address-index .col-lg-8.col-md-12.col-sm-12 .block-content .box strong.box-title {
    color: #891c05;
}
.block.block-addresses-list .actions-toolbar button.action.primary.add {
    padding: unset;
    background: #fff;
    border: unset;
    color: #891c05;
    float: right;
}
body.account.customer-account-edit main#maincontent .row .col-lg-8.col-md-8.col-sm-12 label.label a#change_emailaddress {
    font-size: 14px;
}
a#editcustomernamesnames i.fa.fa-pencil {
    padding: 0px 4px;
}
form.form.form-edit-account.onlynames fieldset.fieldset.info .head-label {
    display: flex;
    margin-bottom: 10px;
}
.catalog-category-view .grid-right strong {
    padding: 0px !important;
    color: #891c05;
    font-weight: 600;
}

a#change_mobile_no i.fa.fa-pencil {
    padding: 0px 4px;
}


.block.block-addresses-list .actions-toolbar {
    float: right;
}
.menuss ul.dropdown-menuss {
    list-style: none;
}
.edit-address .info {
    padding: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
}
/* .menuss {
    display: flow-root;
} */
.menuss ul.dropdown-menuss {
    padding: 8px 15px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-color: #fff;
    float: right;
}
.dropdown.address .menuss ul {
    display: none ;
}
.dropdown.address.show .menuss.show ul {
    display: inline-block ;
        margin-top: -84px;
}
.dropdown.address.show .menuss.show ul i {
    padding: 0px 4px;
}
button.addressclosee {
    border: unset;
    box-shadow: unset;
    margin-left: 89%;
    margin-top: -20px;
    background: #891c05;
    border-radius: 34px;
    padding: 2px 8px;
    color: #fff;
}
button.btn.dropdown-toggle i {
    padding: 2px;
    font-size: 23px;
    color: #000;
}
body.account.customer-address-form fieldset.fieldset .field {
    width: 47%;
    display: inline-block;
    margin-left: 14px;
}
body.account.customer-address-form fieldset.fieldset {
    float: unset !important;
    width: 100% !important;
}
body.account.customer-address-form .col-lg-8.col-md-12.col-sm-12 {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.customer-address-form .col-lg-8.col-md-12.col-sm-12 label.label {
    font-size: 13px;
    color: #000;
    font-weight: 300;
}

body.account.customer-address-form .col-lg-8.col-md-12.col-sm-12 .field.choice.set.billing {
    width: 28%;
    display: inline-flex;
}
body.account.customer-address-form .col-lg-8.col-md-12.col-sm-12 .field.choice.set.shipping {
    width: 34%;
    display: inline-flex;
}
body.account.customer-address-form .col-lg-8.col-md-12.col-sm-12 .field.country.required {
    width: 29%;
}
body.account.customer-address-form .col-lg-8.col-md-12.col-sm-12 button.action.save.primary {
    border-radius: 5px;
    padding: 10px 40px;
    background: #891c05;
    border: unset;
}
body.account.customer-address-form fieldset.fieldset .field input {
    padding: 10px;
    width: -webkit-fill-available;
    margin-bottom: 10px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000045;
}
body.account.customer-address-form fieldset.fieldset .field input.checkbox {
    width: auto;
    padding: 16px;
    margin-bottom: 10px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #00000045;
}
body.account.customer-address-form fieldset.fieldset .field select {
    padding: 10px;
    width: -webkit-fill-available;
    margin-bottom: 10px;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000045;
}
body.account.customer-address-form fieldset.fieldset legend.legend {
    margin-left: 21px;
    width: 97%;
}
body.account.customer-address-form fieldset.fieldset legend.legend span {
    font-size: 16px;
    font-weight: 500;
    color: #891c05;
}
.profile-sec.details ul li a:hover {
    color: #891c05;
    font-weight: 600;
    transition: 0.4s ease;
    opacity: 100% !important;
}
.header button.btn.dropdown-toggle {
   margin-top: unset !important;
    border: unset;
    background: none;
    padding: 0px 0px!important;
    font-size: 15px;
    font-weight: 600;
    outline: none !important;
    height: 25px;
}
body.account.customer-account-index .col-lg-8.col-md-12.col-sm-12 {
     display: block !important;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.customer-address-index .block.block-addresses-list .block-title {
    padding-bottom: 14px !important;
}
body.account.customer-account-index .col-lg-8.col-md-12.col-sm-12 strong {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #891c05;
}
body.account.customer-account-index .col-lg-8.col-md-12.col-sm-12 a.action.edit {
    color: #891c05;
    font-size: 11px;
}
body.account.customer-account-index .col-lg-8.col-md-12.col-sm-12 a.action.edit i.fa.fa-pencil-square-o {
    padding: 2px 5px;
}
body.account.customer-account-index .block.block-reviews-dashboard .rating-summary span.label {
    display: none;
}
body.account.customer-account-index .block.block-reviews-dashboard ol.items li {
   color: #000;
    border-bottom: 1px solid #c6c6c6;
    padding: 9px 0px;
    margin: unset;
}
body.account.customer-account-index .block.block-reviews-dashboard strong.product-name a {
    color: #000;
}
body.account.customer-account-index .block.block-reviews-dashboard .block-title strong {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: #891c05;
}
body.account.customer-account-index .block.block-reviews-dashboard .block-title a.action.view {
    color: #891c05;
    font-size: 12px;
}
body.account.customer-account-index .block.block-dashboard-orders {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    /* margin-top: 19px !important; */
        margin-left: 15px;
        margin-top: 15px;
}
body.account.customer-account-index .block.block-dashboard-orders .block-title.order strong {
    font-size: 19px;
    font-weight: 500 !important;
    color: #891c05;
}
body.account.customer-account-index .block.block-dashboard-orders a.action.view {
    font-size: 12px;
    color: #891c05;
}
body.account.customer-account-index .block.block-dashboard-orders td.col.actions a.action.order {
    font-size: 12px;
    color: #891c05;
}
body.account.customer-account-index .block.block-dashboard-orders table#my-orders-table thead tr th {
    color: #891c05;
}
body.account.customer-account-index .block.block-dashboard-orders table#my-orders-table tbody tr:nth-child(even) {
    background-color: #891c0526;
}
body.account.customer-account-index .block.block-dashboard-orders table#my-orders-table tbody tr td {
    border: unset;
}
body.account.customer-account-index .block.block-reviews-dashboard {
      margin-top: 9px;
    width: 66.5%;
    background: #fff;
    border-radius: 5px;
    padding: 32px 13px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    display: inline-block;
}
body.account.customer-account-index .block.block-reviews-dashboard .block-title {
    margin: unset !important;
}
.account .table-wrapper:last-child {
    margin-bottom: 0;
    border: unset;
}
body.account.subuser-subuserslist-index .col-lg-8.col-md-12.col-sm-12 {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.subuser-subuserslist-index .col-lg-8.col-md-12.col-sm-12 h2.heading {
    font-size: 20px;
}
body.account.subuser-subuserslist-index .col-lg-8.col-md-12.col-sm-12 .right {
    display: flex;
}
body.account.subuser-subuserslist-index .col-lg-8.col-md-12.col-sm-12 .right a button.btn.btn-danger {
    background: #891c05;
    border: unset;
    padding: 10px 17px;
}
body.account.subuser-createsubuser-index .col-lg-8.col-md-8.col-sm-12 {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
.heading {
    font-size: 20px;
}
body.account.subuser-createsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset label.label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
body.account.subuser-createsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset .field {
    width: 47%;
    display: inline-block;
    margin-left: 10px;
}
body.account.subuser-createsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset .field input {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
body.account.subuser-createsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset .field select {
    height: 109px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
body.account.subuser-createsubuser-index .col-lg-8.col-md-8.col-sm-12 input[type="submit"] {
    padding: 13px 30px;
    font-weight: 600;
    background: #891c05;
    color: #fff;
    border: unset;
    float: right;
    border-radius: 4px;
}
body.account.subuser-editsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset .field {
    width: 47%;
    display: inline-block;
    margin-left: 10px;
}
body.account.subuser-editsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset .field input {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
body.account.subuser-editsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset .field select {
    height: 109px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
body.account.subuser-editsubuser-index .col-lg-8.col-md-8.col-sm-12 input[type="submit"] {
    padding: 13px 30px;
    font-weight: 600;
    background: #891c05;
    color: #fff;
    border: unset;
    float: right;
    border-radius: 4px;
}
body.account.subuser-editsubuser-index .col-lg-8.col-md-8.col-sm-12 {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.subuser-editsubuser-index .col-lg-8.col-md-8.col-sm-12 fieldset label.label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
a#edit_profile img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-clip: padding-box;
    margin: 7px 0 0 5px;
    float: left;
}
a#edit_profile {
    display: contents;
}
body.account.customer-account-index .block.block-dashboard-info {
    display: none;
}
button.action.primary.add {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #891c05;
    background: #891c05;
    padding: 1px 22px;
}
/* footer.page-footer .row .col-lg-5.col-md-6.col-sm-12 {
    width: 31.666667%;
}
footer.page-footer .row .col-lg-2.col-md-6.col-sm-12.list {
    width: 17.666667%;
}
footer.page-footer .row .col-lg-2.col-md-6.col-sm-12.list {
    width: 17.666667%;
}
footer.page-footer .row .col-lg-3.col-md-6.col-sm-12.bottom {
    width: 31%;
    padding: 0px 7px;
} */
body.customer-account-create .top.borderless {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 21px;
    padding-bottom: 20px;
    margin-left: 23px;
}
.catalog-category-view .product-item .product-reviews-summary .reviews-actions a.action.view {
    color: #891c05;
}
body.catalog-product-view .product-info-main .stock.available {
    display: block !important;
    color: #017a01;
}
.product-info-price .price-box .special-price span span.price {
    font-weight: 600;
    color: #891c05;
    font-size: 24px !important;
}
.banner-description .float-left {
       width: 100%;
    padding: 50px 30px;
}
.banner-description {
    position: absolute;
    display: block;
    top: 0;
    padding: 5px 15px;
}
.banner-description .float-left .banner-top {
    display: flex;
    justify-content: space-between;
}
.banner-description .float-left .banner-top h3 {
    color: white;
    width: 100%;
    line-height: 31px;
    font-weight: 400;
}
.banner-description .float-left .banner-top img {
    height: auto;
    width: 33%;
}
.banner-description .mid-field button.btn.btn-view {
    background: #FCDAD2;
    padding: 10px 30px;
    margin-top: 20px;
    color: #94321d;
    font-weight: 700;
}
.banner-description .contac-us {
    background: #fff;
    padding: 0px 16px;
    border-radius: 10px;
    display: flex;
    margin-top: 10%;
    align-items: center;
    justify-content: space-between;
}
.banner-description .contac-us h6 {
    width: 45%;
    font-size: 16px;
}
.banner-description .contac-us h1 {
    margin: 0;
    color: #ac351d;
    font-size: 32px;
}
.level-1 .head-sec {
    background: #891c05;
    padding: 20px 30px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
}
.level-1 .head-sec h5 {
    margin-top: 0;
    font-size: 18px;
}
.level-1 .head-sec p {
    margin-top: 0;
    font-size: 14px;
}
.level-1 .body-sec {
    padding: 15px 30px;
    display: flex;
    background: #f3f3f3;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
        margin-bottom: 10px;
}
.level-diff {
   background: #F3F3F3;
    border-radius: 10px;
    padding: 0px 20px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
}
.level-diff img {
    width: 40%;
}
.level-diff .sort {
    width: 57%;
}
.level-diff .sort h5 {
    font-size: 17px;
    font-weight: 600;
}
.level-diff .sort p {
    font-size: 12px;
    margin: 10px 0;
}
.level-diff button.btn.btn-color {
    margin: 10px 0 0 0;
    color: #fff;
    background: #891c05;
    padding: 10px 20px;
}
.float-right a img {
    width: 100% !important;
    height: 147px !important;
    margin-bottom: 20px;
}
.float-right img {
     width: 31% !important;
    height: 143px !important;
}
.level-diff .comment.more {
    width: 80%;
}
.level-diff img {
    margin-top: 5%;
}
.featured-products {
    margin-top: 27px;
}
.card-banner .img-sec img {
    height: auto !important;
    width: 100% !important;
    margin: 0 auto;
}
.catalogsearch-result-index .sidebar {
    width: 25% !important;
    float: left;
    background: #F9F9F9;
}
.catalogsearch-result-index .column.main {
       width: 72% !important;
    float: right !important;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item {
    width: 32%;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 5px;
    border: 1px solid #ddd;
    margin-left: 10px;
   height: auto;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-info {
       background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0 20px;
    min-height: 340px!important;
    margin: 1px 0px 20px 0px;
    position: relative;
    width: auto !important;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item strong.product.name.product-item-name {
    height: 85px;
    text-align: center;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-inner {
    clip: unset !important;
    background: unset !important;
    box-shadow: unset !important;
    margin: unset;
    padding: unset;
    height: auto !important;
    position: unset;
    overflow: visible;
    border: unset;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-inner {
    position: relative;
    width: auto;
    height: auto;
    margin: 6px 0px;
    overflow: visible;
    box-shadow: unset;
    border: unset;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-inner .product.actions.product-item-actions {
    border-top: 1px solid #ccc;
    padding-top: 11px;
}

body.catalogsearch-result-index button.toquote.primary {
    background: #fff !important;
    width: 100%;
    color: #463d33 !important;
    border-radius: 12px;
    margin-top: -2px;
    border: unset;
    font-size: 14px;
    /* margin-left: 17%; */
}
.catalog-category-view .products.wrapper.list.products-list li.item.product.product-item .actions-primary {
    width: 32%;
}
.catalogsearch-result-index .products.wrapper.list.products-list li.item.product.product-item strong.product.name.product-item-name {
    height: auto !important;
}
.catalog-category-view .products.wrapper.list.products-list li.item.product.product-item {
    width: 100% !important;
}
.catalogsearch-result-index .products.wrapper.list.products-list li.item.product.product-item {
    width: 100% !important;
    margin-bottom: 31px;
    border-radius: 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    padding: 8px !important;
    border: 1px solid #ddd;
    margin-left: 10px;
    height: auto !important;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .product-item-inner .product.actions.product-item-actions {
    display: flex;
}

.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .price-box.price-final_price span:nth-child(3) {
    margin: unset;
    display: contents !important;
}
.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item .price-box.price-final_price span.old-price {
    font-weight: 400;
    color: #666;
    text-decoration: line-through!important;
    margin: unset;
    padding: 0px 10px;
}

.catalogsearch-result-index ol.products.list.items.product-items li.item.product.product-item button.quotesystem_cat_add.action.toquote.primary {
    background: #fff !important;
    width: 100%;
    color: #463d33 !important;
    border-radius: 12px;
    margin-top: -2px;
    border: unset;
    font-size: 14px;
}
.catalog-category-view strong.modes-mode.active.mode-grid::before {
    color: #fff;
}
.toolbar.toolbar-products strong.modes-mode.active.mode-grid::before {
    color: #fff;
}
.toolbar.toolbar-products strong.modes-mode.active.mode-grid {
    background: #891c05;
    box-shadow: unset;
    border-radius: 10px;
}
.modes a#mode-list {
    background: #fff;
    border-radius: 11px;
    margin-left: 10px;
    border: 1px solid #891c05;
}
.modes a#mode-list::before {
    color: #891c05;
}
.catalogsearch-result-index .product-item .minimal-price-link {
    margin-top: unset;
}
.block.block-minicart.ui-dialog-content.ui-widget-content {
    display: none !important;
}
.track-order {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
.track-order button.btn.btn-danger {
    width: -webkit-fill-available;
    border-radius: 5px;
    margin: 20px 0px;
}
.fo-bg-white.ng {
    background: none;
}
.fo-bg-white {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.tracker-index-index .tr-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
}
body.tracker-index-index .tr-header h4 {
    font-size: 16px;
}
body.tracker-index-index  .tr-header h4 {
    font-size: 16px;
}
body.tracker-index-index .tr-body {
    display: flex;
    padding: 20px;
    padding-left: 0;
    padding-top: 0;
}
body.tracker-index-index .tr-img {
    width: 13%;
    height: auto;
    margin-right: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
}
body.tracker-index-index .tr-img img {
    width: 100%;
}
.info p {
    width: 90%;
    padding-bottom: 20px;
}
.info p.price {
    font-size: 20px;
    font-weight: 500;
    color: #891c05;
}
.info-type {
    margin-right: 20px;
}
body.tracker-index-index .tr-bottom {
    height: 130px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
body.tracker-index-index .progressbar li {
    float: left;
    width: 22.33%;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    margin: 0px 12px 0px 3px;
}
body.tracker-index-index ul.progressbar li span {
    font-size: 12px;
}
.progressbar li::before {
    content: '';
    counter-increment: step;
    width: 20px;
    height: 20px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
        margin: 0px 0px 0px 76px;
}
.progressbar li.active::before {
    border-color: rgb(26, 119, 3);
    background: #1a7703;
}
.progressbar li::before {
    content: '';
    counter-increment: step;
    width: 20px;
    height: 20px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
}
.progressbar li::before {
    content: '';
    counter-increment: step;
    width: 20px;
    height: 20px;
    border: 3px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #fff;
}
.progressbar li::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #ddd;
    top: 8px;
    left: -55%;
    z-index: -1;
}
.progressbar li.active {
    color: rgb(26, 119, 3);
}
.progressbar li {
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.progressbar li.active + li::after {
    background: rgb(26, 119, 3);
    z-index: 9;
}
.progressbar li.active {
    color: rgb(26, 119, 3);
}
.progressbar li::after {
    z-index: 9;
    background-color: #ddd;
}
.progressbar li:nth-child(1)::after {
    background: unset;
}
.track input#order_number {
    width: -webkit-fill-available;
    padding: 10px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 11px;
    height: 43px;
}
.track-order input.btn.btn-danger {
    width: -webkit-fill-available;
    border-radius: 5px;
    margin: 3px 0px;
    background: #891c05;
}
body.tracker-index-index .tr-body .info {
    width: 65%;
}
.help a {
    float: right;
}
.help {
    float: right;
    padding: 11px;
    display: block;
    width: 100%;
}
body.tracker-index-index .page-title-wrapper {
    display: none;
}
body.tracker-index-index.page-layout-1column .col-lg-9.col-md-12.col-sm-12 {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
.col-lg-9.col-md-12.col-sm-12 span.ordervalidation {
    color: #891c05;
    font-size: 16px;
    font-weight: 600;
}
body.checkout-index-index .authentication-wrapper {
    margin-top: unset;
}
body.checkout-index-index main#maincontent .column.main {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    margin-top: 16px;
    width: 92%;
    margin-left: 50px;
}
body .opc-progress-bar-item._active:before {
    background: #891c05;
    border-color: #891c05;
}
body .opc-progress-bar-item._active > span:after {
    border-color: #891c05;
    content: '\e610';
    font-family: 'luma-icons';
}
body .opc-progress-bar-item._active > span:before {
    background: #891c05;
    border-color: #891c05;
}
body.checkout-index-index li#shipping .step-title {
    color: #891c05;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid #891c05;
}
body.checkout-index-index li#shipping label.label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: unset;
}
body.checkout-index-index li#shipping input#customer-email {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 11px;
    height: 43px;
}
body.checkout-index-index .opc-wrapper .form-login {
    padding: unset;
}
body.checkout-index-index div#shipping-new-address-form {
    display: block !important;
}
body.checkout-index-index div#shipping-new-address-form input {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 43px;
}
body.checkout-index-index div#shipping-new-address-form select {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 43px;
}
.opc-wrapper .form-shipping-address .fieldset .field .label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: start;
    padding: 10px 0px;
}
body.checkout-index-index .authentication-wrapper button.action.action-auth-toggle {
    width: 28%;
    border-radius: 5px;
    margin: 3px 0px;
    background: #891c05;
    color: #fff;
    padding: 9px 0px;
}
.field-tooltip .field-tooltip-action:hover:before {
    color: #891c05;
}
body.checkout-index-index li#opc-shipping_method .checkout-shipping-method table.table-checkout-shipping-method {
    width: 100%;
}
body.checkout-index-index li#opc-shipping_method .checkout-shipping-method table.table-checkout-shipping-method thead th {
    width: 27%;
}
body.checkout-index-index li#opc-shipping_method .checkout-shipping-method table.table-checkout-shipping-method thead tr {
    border-bottom: 1px solid #ccc;
}
body.checkout-index-index li#opc-shipping_method .checkout-shipping-method .step-title {
    color: #891c05;
    font-size: 17px;
    font-weight: 600;
}
body.checkout-index-index li#opc-shipping_method .checkout-shipping-method tbody tr:nth-child(odd) {
    background-color: #f2f2f2;
    border: unset;
}
body.checkout-index-index li#opc-shipping_method .checkout-shipping-method tbody tr td {
    border: unset;
}
body.checkout-index-index div#shipping-method-buttons-container button.button.action.continue.primary {
    width: 100%;
    border-radius: 5px;
    margin: 38px 0px;
    background: #891c05;
    color: #fff;
    border: unset;
    padding: 14px 33px;
}
body.checkout-index-index div#modal-content-9 {
    box-shadow: unset !important;
    border: unset !important;
    margin-top: -7px !important;
}
body.checkout-index-index div#modal-content-9 span.title {
    font-size: 18px;
    color: #891c05;
    font-weight: 600;
    padding: 3px 0px;
    margin: unset;
}
body.checkout-index-index .details-qty span.label {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    padding: 0px;
}
aside.modal-custom.authentication-dropdown .modal-inner-wrap {
    padding: unset;
}
aside.modal-custom.authentication-dropdown {
    box-shadow: 0px 0px 11px 0px #000;
    border: unset;
    padding: 10px;
}
aside.modal-custom.authentication-dropdown .modal-inner-wrap {
    padding: unset;
}
.modal-custom .action-close:before {
    color: #891c05 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}
aside.modal-custom.authentication-dropdown .modal-content {
    box-shadow: unset !important;
    border: unset !important;
}
aside.modal-custom.authentication-dropdown .modal-content strong#block-customer-login-heading {
    font-size: 20px;
    color: #891c05;
    font-weight: 600;
    padding: 3px 0px;
    margin: unset;
}
aside.modal-custom.authentication-dropdown .modal-content label.label {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    padding: 0px;
}
aside.modal-custom.authentication-dropdown .modal-content input {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 43px;
}
aside.modal-custom.authentication-dropdown .modal-content .fieldset {
    padding: unset;
    margin: unset;
}
aside.modal-custom.authentication-dropdown .modal-content a.action.action-remind {
    color: #000;
}
aside.modal-custom.authentication-dropdown .modal-content button.action.action-login.secondary {
    width: 100%;
    border-radius: 5px;
    margin: 3px 0px;
    background: #891c05;
    color: #fff;
    border: unset;
    padding: 14px 33px;
}
.opc-block-summary {
    background: #ffffff !important;
    margin: 0 0 20px;
    padding: 22px 30px;
}
.opc-block-summary span.title {
    font-size: 18px;
    color: #891c05;
    font-weight: 600;
    padding: 3px 0px;
    margin: unset;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: rgb(26, 119, 3) !important;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: rgb(26, 119, 3) !important;
}
button.action.action-select-shipping-item {
    background: unset;
    border: 1px solid #891c05;
    box-shadow: unset;
    color: #891c05;
    font-size: 14px;
    font-weight: 800;
}
.opc-wrapper .action-show-popup {
    color: #fff;
    background: #891c05;
    border: unset;
    padding: 8px 20px;
}
.opc-wrapper .shipping-address-item:before {
    background: #891c05 !important;
}
.opc-block-summary .items-in-cart > .title strong {
    color: #891c05 !important;
    font-size: 19px !important;
    font-weight: 500 !important;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
    color: #891c05 !important;
}
.opc-block-shipping-information .shipping-information-title {
    color: #891c05  !important;
    font-size: 19px  !important;
    font-weight: 500  !important;
}
body.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
    display: none;
}
.opc-progress-bar-item._complete > span {
     color: #000  !important;;
}
.items.payment-methods .payment-group .step-title {
    color: #891c05 !important;
    font-size: 19px !important;
    font-weight: 500 !important;
}
.items.payment-methods .payment-group label.label {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 300;
}
.items.payment-methods .payment-group .payment-method .payment-method-title.field.choice {
    display: flex;
}
.checkout-payment-method .payment-method-title .payment-icon {
    display: block;
    width: 55%;
}
.checkout-payment-method .checkout-billing-address button.action.action-edit-address {
    color: #fff;
    background: #891c05;
    border: unset;
    padding: 8px 23px;
}
div#checkout-payment-method-load {
    width: 100%;
}
div#checkout-payment-method-load button.action.primary.checkout {
    color: #fff;
    background: #891c05;
    border: unset;
    padding: 16px 30px !important;
}
.opc-block-summary .table-totals tbody .mark {
    background: unset !important;
    color: #000;
}
.opc-block-summary .table-totals tbody .mark span.label {
    background: unset !important;
    color: #000;
    font-size: 14px;
    font-weight: 200;
    padding: unset;
}
.items.payment-methods form fieldset#payment_form_purchaseorder {
    display: block !important;
}
.items.payment-methods form input[type="submit"] {
    background: #891c05;
    border: unset;
    padding: 13px;
    margin: unset;
    line-height: 10px;
    color: #fff;
}
.field.password.required .control span.fa {
    display: inline-block;
    position: relative;
    right: 0;
    z-index: 999;
    color: #afacac;
    left: 94%;
    top: -30px;
}
.field.password.required {
    margin: unset;
}

body.customer-account-forgotpassword .field.email.required label.label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    padding: unset;
}
body.customer-account-forgotpassword .field.email.required input#email_address {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 43px;
}
body.customer-account-forgotpassword .form.password.forget .fieldset:after {
    margin: unset;
}
body.customer-account-forgotpassword fieldset.fieldset {
    margin-bottom: 17px;
}
body.customer-account-forgotpassword button.action.submit.primary {
     width: -webkit-fill-available;
    background: #891c05;
    border: unset;
    padding: 12px 30px;
    border-radius: 10px;
    margin: unset;
}
.checkout-cart-index .page-main .cart-container form#form-validate table#shopping-cart-table .field.qty .control.qty label {
    display: inline-flex;
}
.checkout-cart-index .page-main .cart-container form#form-validate table#shopping-cart-table .field.qty .control.qty label input {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    width: 50px
px
;
}
.checkout-cart-index .page-main .cart-container form#form-validate table#shopping-cart-table .field.qty .control.qty label button#sub {
    background: #fff;
    color: #891c05;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 700;
}
.checkout-cart-index .page-main .cart-container form#form-validate table#shopping-cart-table .field.qty .control.qty label button#add {
    background: #fff;
    color: #891c05;
    border-radius: 22px;
    font-size: 13px;
    font-weight: 700;
}
.checkout-cart-index .page-main .column.main .cart-empty {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 34px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
.checkout-cart-index .page-main .column.main .cart-empty p:nth-child(1) {
    color: #891c05;
}
.customer-account-create form#form-validate fieldset.fieldset.create.info {
    margin: unset;
}
body.customer-account-create.page-layout-1column .column.main .fo-bg-white.width {
    box-shadow: unset;
}
body .page.messages {
    width: 100%;
}
body.catalog-product-view .modal-popup.modal-slide .modal-inner-wrap.wk-qs-inner-wrap {
    border-radius: 10px;
    padding: 20px;
    height: auto;
    max-height: initial !important;
    box-shadow: unset;
}
body.catalog-product-view .modal-popup.modal-slide .modal-inner-wrap.wk-qs-inner-wrap .modal-body.form-list.field.required {
    padding: 0;
    margin-top: 20px;
    width: 100%;
}
/* body.catalog-product-view .modal-popup.modal-slide .modal-inner-wrap.wk-qs-inner-wrap header.modal-header {
    padding: 9px 13px;
    margin-top: 7px;
    margin-left: 8%;
    margin-right: 8%;
} */
.catalog-product-view .modal-popup .modal-inner-wrap {
    width: 50%;
}
.catalog-product-view button.quotesystem_cat_add_view i.fa.fa-comments {
    padding: 0px 4px !important;
}
.catalog-product-view button.quotesystem_cat_add_view {
    background: unset !important;
    color: #797575 !important;
    border: unset !important;
    padding: 10px 32px !important;
    box-shadow: unset !important;
}
body.account.quotesystem-buyerquote-index .col-lg-8.col-md-8.col-sm-12 {
    /* display: flex; */
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.quotesystem-buyerquote-index .col-lg-8.col-md-8.col-sm-12 table.data.table.table-order-items.history.header thead th {
    background: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    border: indianred;
    box-shadow: unset;
    color: #000000;
}
body.account.quotesystem-buyerquote-index .table-wrapper.wk-quote-buyer-list {
    width: 100%;
}
body.account.quotesystem-buyerquote-index .table-wrapper.wk-quote-buyer-list tbody tr td input {
    width: 100%;
    background: #fff;
    height: 14px;
    border-radius: 2px;
}
body.account.quotesystem-buyerquote-index .table-wrapper.wk-quote-buyer-list tbody tr td select {
    width: 100%;
    background: #fff;
    height: 44px;
    border-radius: 2px;
}
body.account.quotesystem-buyerquote-index .table-wrapper.wk-quote-buyer-list tbody tr td button#save {
    background: #891c05;
    border: unset;
    padding: 13px 23px;
    border-radius: 6px;
}
body.account.quotesystem-buyerquote-index .table-wrapper.wk-quote-buyer-list tbody {
    text-align: center;
}
body.account.quotesystem-buyerquote-index button#mass_delete_butn {
   font-weight: 700;
    background: #ffffff;
    border: unset;
    padding: unset;
    border-radius: 6px;
    color: #891c05;
    box-shadow: unset;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr:nth-child(even) {

    border: unset;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr:nth-child(odd) {
    clip-rule: evenodd;
    background: #ffffff;
    border: unset;
}

body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history {
    display: inline-table;
    white-space: nowrap;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody {
    text-align: start !important;
}
body.account.quotesystem-buyerquote-index form#formmassdelete {
    width: 100%;
    display: inline-table;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td.body.quoteId {
    padding: 25px;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td {
    text-align: start;
    font-size: 17px;
    color: #000;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td span.label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
body.account.quotesystem-buyerquote-index .table-wrapper.wk-quote-buyer-list tbody tr td.col.search_input input {
    height: 44px;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td.productPrice {
    padding: 8px 23px;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td.wkactions span {
    font-size: 18px;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td.wkactions span i {
    color: #891c05;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr:nth-child(even) {
    background: #f8b8aa40;
    border: unset;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history thead tr th {
    background: #a9a8a8c4;
    padding: 6px;
    border-left: 1px solid #ddd;
}
body.account.quotesystem-buyerquote-index .buttons-set p.back-link a {
    color: #a75746;
    font-size: 15px;
    font-weight: 500;
}
.wk-quote-buyer-list .sorting {
    color: #891c05 !important;
}
 aside.modal-popup.confirm._show .modal-inner-wrap div {
    font-size: 16px;
    box-shadow: unset;
    border: unset;
        margin-bottom: 13px;
}
aside.modal-popup.confirm._show header.modal-header {
    border: unset !important;
}
aside.modal-popup.confirm._show footer.modal-footer {
    border: unset !important;
}
aside.modal-popup.confirm._show footer.modal-footer {
    border: unset !important;
    background: #f8b8aa;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
aside.modal-popup.confirm._show button.action-secondary.action-dismiss {
    box-shadow: unset;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #737373;
    background: #8f8f8f03;
    padding: 1px 22px;
    color: #891c05;
    font-weight: 600;
}
aside.modal-popup.confirm._show button.action-primary.action-accept {
    box-shadow: unset;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #891c05;
    background: #891c05;
    padding: 1px 22px;
    color: #fff;
    font-weight: 600;
}
body.account.quotesystem-buyerquote-edit .col-lg-8.col-md-8.col-sm-12 {
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.account.quotesystem-buyerquote-edit table.data-table.border.wk-list-table thead tr th {
    background: #f8b8aa;
    padding: 11px 21px;
    color: #891c05;
}
body.account.quotesystem-buyerquote-edit table.data-table.border.wk-list-table thead tr th:nth-child(3) {
    border-left: 2px solid #fff;
}
body.account.quotesystem-buyerquote-edit table.data-table.border.wk-list-table tbody td.product-cart-info.productName h2 a {
    font-size: 18px;
    color: #000;
}
body.account.quotesystem-buyerquote-edit .grid {
    width: 100%;
}
body.account.quotesystem-buyerquote-edit .grid tr.last.even td.wk_quo_des {
    color: #891c05;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset {
    display: block !important;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset .block-title strong {
    color: #891c05;
    font-size: 18px;
    font-weight: 600;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset .field label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: start;
    padding: 10px 0px;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset .field input {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset .field input#wk_qs_update_switch {
    height: auto;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset .field textarea {
    height: 76px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
body.account.quotesystem-buyerquote-edit .wk-file-field-container label {
    padding: 5px 20px;
    background: unset;
    border: unset;
    color: #891c05;
}
body.account.quotesystem-buyerquote-edit legend#legend button#save_butn {
    background: #891c05;
    border: unset;
    padding: 10px 43px;
    border-radius: 6px;
    color: #fff;
    box-shadow: unset;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset .field {
    margin: 0 0 5px !important;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset .block {
    margin: unset !important;
}
.buttons-set p.back-link a {
    color: #a75746;
    font-size: 15px;
    font-weight: 500;
}
body.account.quotesystem-buyerquote-edit table.data-table.border.wk-list-table tbody td.product-cart-info.productName .product-cart-sku span.label {
    color: #891c05;
    font-size: 13px;
}
body.account.quotesystem-buyerquote-edit fieldset.fieldset.info.wk-fieldset legend.legend span {
    border: unset;
    color: #891c05;
    font-size: 18px;
    font-weight: 600;
}
body.account.quotesystem-buyerquote-edit .wk_qs_onereply span.wk_qs_onereply_head.wk_qs_onereply_customer {
    background: none repeat scroll 0 0 #f8b8aa !important;
}
body.account.quotesystem-buyerquote-edit .wk_qs_onereply span.wk_qs_onereply_head.wk_qs_onereply_customer span.wk_qs_onereply_head_right {
    color: #891c05 !important;
}
body.account.quotesystem-buyerquote-edit .wk_qs_onereply_cntnt_container {
    background: none repeat scroll 0 0 #ffffff;
    padding: 13px 18px;
}
.all-categories ul li a:hover {
    font-size: unset !important;
}
body.customer-account-forgotpassword .page-title-wrapper h1.page-title {
    font-size: 20px;
    color: #891c05;
    font-weight: 600;
}
body.customer-account-forgotpassword main#maincontent {
    padding-left: 39px;
}
body.customer-account-forgotpassword main#maincontent .page.messages {
    padding: 0px 25px !important;
}
body.customer-account-forgotpassword .column.main {
    padding-left: 31px;
}
body.customer-account-createpassword main#maincontent .page.messages {
    padding: 0px 25px !important;
}
body.customer-account-createpassword .page-title-wrapper h1.page-title {
    font-size: 20px;
    color: #891c05;
    font-weight: 600;
}
body.customer-account-createpassword main#maincontent {
    padding-left: 39px;
}
body.customer-account-createpassword main#maincontent .column.main {
    padding-left: 31px;
}
body.customer-account-createpassword main#maincontent .column.main label.label {
    padding: unset;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
body.customer-account-createpassword main#maincontent .column.main input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
body.customer-account-createpassword main#maincontent .column.main button.action.submit.primary {
    width: -webkit-fill-available;
    background: #891c05;
    border: unset;
    padding: 10px 37px;
    border-radius: 10px;
}
body.customer-account-createpassword main#maincontent .column.main fieldset.fieldset {
    margin-bottom: 18px;
}
body.customer-account-login .field.phone.required label.label {
    width: 100%;
}
body.customer-account-login .field.phone.required label.label > span {
    float: left;
}
body.customer-account-login .field.phone.required label.label a#mobile_edit {
     float: right;
    margin-right: unset;
}
body.customer-account-login .field.phone.required label.label::after {
    float: left !important;
}
body.customer-account-forgotpassword .page-title-wrapper {
    display: none;
}
body.customer-account-forgotpassword .column.main {
    margin-bottom: 25px;
    width: 50%;
    background: #fff;
    padding: 30px;
    margin-top: 25px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    border-radius: 5px;
    margin-left: 25%;
}
body.customer-account-forgotpassword .column.main form#form-validate {
    display: block;
    min-width: 557px;
}
body.customer-account-forgotpassword .top.borderless {
    margin: unset;
    border: unset;
}
body.customer-account-forgotpassword .actions-toolbar .secondary a.action.back {
    display: block !important;
     float: right;
}
body.customer-account-forgotpassword .primary {
    width: 100%;
}
body.customer-account-forgotpassword .actions-toolbar .secondary {
    text-align: center;
    margin-bottom: 15px;
}
body.customer-account-forgotpassword .actions-toolbar .new {
    text-align: center;
      font-weight: 600;
}
body.customer-account-forgotpassword .form.password.forget .fieldset:after {
  display: none ;
}
body.customer-account-login .field.phone.required label.label a#mobile_edit span {
    color: #337ab7;
}
body.account.sales-order-history .fo-bg-white {
    box-shadow: unset !important;
}
body.account.sales-order-history .pages .action.next:before {
    content: '' !important;
}
body.account.sales-order-history .pages .action.next > span:nth-child(2) {
    overflow: revert !important;
    color: #333;
    border-color: #ccc;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    display: contents;
}
body.account.sales-order-history .pages .action.previous:before{
    content: '' !important;
}
body.account.sales-order-history .pages .action.previous > span:nth-child(2) {
    overflow: revert !important;
    color: #333;
    border-color: #ccc;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    display: contents;
}
.blog-container.email .email_button input.input-text {
    width: 51%;
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
.blog-container.email .email_button {
    display: flex;
}
.blog-container.email .email_button button.chnage_email {
    height: 46px;
    border-radius: 0;
    background: #891c05;
    padding: 13px 30px;
    border: unset;
    box-shadow: unset;
    color: #ffff;
    margin-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-container.email label.label {
    padding: unset !important;
}
.blog-container.email .email_button {
  display: flex;
    margin-top: 10px;
    /* margin-bottom: 10px;
    margin-left: 11px; */
}
.blog-container.email label.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.form-1 .head-label {
    display: flex;
}
.form-1 .head-label span {
    display: block;
    padding: 10px;
}
.form-1 .form-content form {
    width: 100%;
    display: flex;
    margin-top: 10px;
    /* margin-bottom: 10px;
    margin-left: 11px; */
}
.form-1 .form-content form input#mobile_number {
    /* width: 51%; */
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
.form-1 .form-content form button.btn.btn-danger.square {
    height: 46px;
    border-radius: 5px;
    background: #891c05;
    padding: 1px 22px;
    border: unset;
    box-shadow: unset;
    color: #ffff;
    margin-left: 20px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 30px;
    font-weight: 600;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-content {
    box-shadow: unset;
    border: unset;
}
aside.modal-popup.modal-slide._inner-scroll._show header.modal-header {
      border: unset;
    padding: unset;
    margin-bottom: 37px;
}
.catalogsearch-result-index .product_list_pages {
    display: none;
}
.catalogsearch-result-index a.action.sorter-action.sort-desc {
    display: none;
}
.catalogsearch-result-index .price-box.price-final_price {
    display: block !important;
    margin: 0px 0px 4px !important;
}

.catalogsearch-result-index .products.wrapper.grid.products-grid {
    margin: 30px 0;
}
.catalogsearch-result-index .product_list_pages .star {
    display: none;
}
.catalogsearch-result-index .product_list_pages .old_star {
    display: none;
}
.catalogsearch-result-index .top_toolbar {
    float: right;
    width: 47% !important;
    top: unset;
    position: relative;
}
.catalogsearch-result-index .titles_name {
    width: 50%;
    display: inline-block;
}
body.tracker-index-index .fo-bg-white.ng {
    box-shadow: none;
}
.catalogsearch-result-index .breadcrumbs {
    padding: unset !important;
}
.catalogsearch-result-index .titles_name h2.heading {
    display: none;
}
form#quotesystem_quote_add_cat .fieldset div {
    margin-top: 8px;
}
.catalog-category-view .modal-slide._inner-scroll .modal-content {
    overflow-y: unset !important;
}

body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show footer.modal-footer {
    border: unset;
    display: none;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .field label.label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: unset;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .field {
    width: 100% !important;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show fieldset.fieldset.info {
    padding: unset;
    margin-left: -12px;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .field.field-name-firstname.required {
    display: none !important;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .field.field-name-lastname.required {
    display: none !important;
}
body.account.customer-account-edit main#maincontent .row .col-lg-8.col-md-12.col-sm-12 fieldset.fieldset.password {
    display: none !important;
}
input#change-password_main {
    visibility: hidden;
}
aside.modal-popup.modal-slide._inner-scroll._show div#password-strength-meter {
    display: none;
}
aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6 h2 {
    font-weight: 600;
    font-size: 22px;
}

aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6:nth-child(1) ul {
        padding: 9px 21px;
}
aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6:nth-child(1) ul li {
    padding: 5px;
}
aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6:nth-child(1) ul li::marker {
    color: #893421;
    font-size: 20px;
    font-weight: bold;
}
aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6 button#change_password {
    width: 100%;
}
aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6 .primary {
    float: right;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6 .actions-toolbar {
    width: 100%;
    margin-left: 33px;
    padding: unset;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    border-radius: 5px;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
        width: 50%;
}
aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6:nth-child(1) h3 {
    font-size: 18px;
    font-weight: 600;
}
 aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication {
    border: unset;
}
 aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication .block-title strong {
    font-size: 24px;
    color: #5a291e;
    font-weight: 600 !important;
}
 aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication .block-content p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px !important;
}
 aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication ul li {
    font-size: 17px;
}
 aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication ul {
    list-style: disc !important;
    margin-left: 51px;
}
 aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication .actions-toolbar .primary a.action.action-register.primary {
    text-align: center;
    background: #891c05;
    color: #fff;
    border-radius: 10px;
    margin-top: 11px;
    border: unset;
    padding: 12px 25px;
}
aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication .field label.label {
    font-size: 16px;
    color: #000;
    padding: unset;
}
aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication .field input {
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication .secondary a.action {
    color: #891c05;
    padding: unset;
    margin: unset;
}
aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show .block-authentication .actions-toolbar .primary button#ajaxlogin-send {
    width: -webkit-fill-available;
    background: #891c05;
    border: unset;
    padding: 12px 43px;
    border-radius: 10px;
    color: #fff;
}
body .block-authentication .block[class] + .block:before {
    height: 36px;
    line-height: 34px;
    margin: -19px 0 0 -18px;
    min-width: 36px;
    background: #5a291e;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    color: #ffffff;
    content: attr(data-label);
    display: inline-block;
    letter-spacing: normal;
    padding: 0 0.2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}
body .popup-authentication .block[class] + .block {
    border-left: 1px solid #5a291e;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    width: 50%;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap header.modal-header h1.modal-title {
    color: #891c05;
    font-size: 16px;
    font-weight: 600;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .fieldset input {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .fieldset textarea {
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap .fieldset label.label.wk-file-label.wk-quote-primary-btn {
   padding: 4px 25px;
    background: #ffffff;
    border: unset;
    color: #891c05;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer {
    display: flex;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer {
    display: inline-block;
    width: 100%;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.button {
    background: #891c05;
    border: unset;
    box-shadow: unset;
    color: #fff;
    padding: 10px 36px;
    display: inline-block;
    float: right;
    margin-left: 11px;
}
aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap footer.modal-footer button.reset {
    background: #f2f2f2;
    box-shadow: unset;
    color: #891c05;
    padding: 10px 32px;
    filter: unset;
    border: 1px solid #891c05;
    font-weight: 700;
}
.cms-index-index .container .featured-products {
    padding-left: 21px;
    display: block;
}
/*.cms-index-index .container .featured-products .owl-item {
    width: 272.25px !important;
}*/
.cms-index-index .Clearence-sale {
    padding-left: 0px;
    height: 400px !important;
}
.cms-index-index .Clearence-sale .owl-carousel .owl-item
{
    margin-right: 10px !important;
}
.cms-index-index .all-categories .container {
    padding-left: 38px;
}
.customer-account-create .field.password.required .control span.fa {
    display: inline-block;
    /* position: absolute; */
    z-index: 999;
    /* margin-top: 15px; */
    /* right: 52%; */
    color: #afacac;
}
.customer-account-create .field.confirmation.required .control {
    display: flex;
    flex-direction: column;
}
.customer-account-create .field.password.required .control {
    display: flex;
}
.customer-account-create .field.confirmation.required .control span.fa {
     margin-top: unset !important;
    display: inline-block !important;
    position: relative !important;
    right: 0 !important;
    z-index: 999;
    left: 93% !important;
    top: -32px !important;
    color: #afacac;
}
.field.confirmation.required div#password-confirmation-error {
    padding: unset;
    margin-top: -15px;
    position: relative;
    top: 21px;
}
.field.confirmation.required span.fa.fa-fw.fa-eye.field_icon.toggle-confirmationpassword {
    margin-top: -21px;
}
body.checkout-cart-index table#shopping-cart-table th.col.qty {
    text-align: center;
}
body.checkout-cart-index table#shopping-cart-table th.col.subtotal {
    text-align: center;
}
body.checkout-cart-index table#shopping-cart-table td.col.subtotal {
    text-align: center;
}
body.checkout-cart-index form#shipping-zip-form fieldset.fieldset.estimate {
    display: block;
}
body.checkout-cart-index form#shipping-zip-form fieldset label.label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
body.checkout-cart-index .towishlist.action-towishlist {
    display: none !important;
}
.container-fluid .profile-sec {
    box-shadow: unset;
    padding: 0px !important;
}
/* .cms-index-index .product-reviews-summary.short {
    display: none;
} */
.cms-index-index .star {
    display: flex;
    padding: unset;
    margin-top: 20px;
}
li.item.product.product-item .star {
   background: #53D34B;
    width: fit-content;
    padding: 5px;
    border-radius: 3px;
    opacity: 100%;
    color: #fff;
    margin-bottom: -10px;
}
.star p {
    font-size: 13px;
    font-weight: 500;
}
/* .featured-products.related_products .product-reviews-summary.short {
    display: none;
} */
.related_products .star {
    display: flex;
}
/* .catalog-product-view .product-reviews-summary {
    display: none;
} */
.catalog-product-view .star i.fa.fa-star-o {
    color: #53D34B;
    font-weight: 500;
    font-size: 20px;
}
.catalog-product-view .product-info-main a.action.view {
    opacity: 70%;
    font-style: italic;
    color: #333;
}
body.account.review-customer-index .rating-summary {
    display: none;
}
body.account.review-customer-index .star {
     background: #53D34B;
    width: fit-content;
    padding: 3px;
    border-radius: 3px;
    opacity: 100%;
    color: #fff;
    /* margin-bottom: 10px; */
}
body.account.review-customer-index .star p {
    color: #fff !important;
    opacity: 99;
}
body.account.review-customer-index .usages {
    text-align: end;
}
body.account.review-customer-index .usages a.action.more {
    color: #891c05;
    background: unset;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 5px;
}
span.file_supported {
    display: flex;
    color: #008021;
    margin-top: -5px;
    font-size: 11px;
}
.file_attached_wp h5 {
    display: none;
}
.file_attached_wp h5 {
    text-transform: capitalize;
    font-size: 11px;
    font-weight: 700;
    padding: 9px 0px;
    margin: unset;
}
.file_attached_wp {
    margin-top: 20px;
}
body.account.customer-account-index .page.messages div {
    display: none !important;
}
body .review-control-vote .rating-2:before {
    content: '\e625' '\e625';
}
body .review-control-vote .rating-1:before {
    content: '\e625';
}
body .review-control-vote .rating-3:before {
    content: '\e625' '\e625' '\e625';
}
body .review-control-vote .rating-4:before {
    content: '\e625' '\e625' '\e625' '\e625';
}
body .review-control-vote .rating-5:before {
    content: '\e625' '\e625' '\e625' '\e625' '\e625';
}
.block.review-add .review-control-vote:before {
    content: '\e625' '\e625' '\e625' '\e625' '\e625';
    color: #71da88;
}
.customer-account-login fieldset.fieldset.login .control {
    width: 100% !important;
}
footer.container-fluid .row {
    margin-left: 20px;
    margin-right: 20px;
}
/* footer.page-footer .row .col-lg-5.col-md-6.col-sm-12 .info {
    display: flex;
} */

.my-acc .content button#dropdown-toggle-customer {
    float: unset !important;
    padding: 0px 14px !important;
    border: unset !important;
    box-shadow: unset !important;
}
.my-acc .content p {
    padding: 0pc 13px;
}
.catalog-category-view .product.name {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.catalog-category-view .product-item-info {
    width: 260px !important;
}
.account.sales-order-history .col-lg-3.col-md-12.col-sm-12 .buttons-or a:nth-child(3) {
    float: right;
}
.cart.table-wrapper .actions-toolbar a.action.action-delete {
    padding: 0px 8px;
}
/* .breadcrumbs {
    max-width: 1329px !important;
    padding: 6px 93px !important;
} */
body.cms-contact-us form#contact-form legend.legend {
    font-size: 17px;
    color: #891c05;
    font-weight: 600;
}
body.cms-contact-us form#contact-form label.label {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding: unset;
}
body.cms-contact-us form#contact-form input {
    height: 46px;
    border-radius: 5px;
    border: 1px solid #00000063;
}
body.cms-contact-us form#contact-form .field.comment.required {
    width: 100%;
}
body.cms-contact-us form#contact-form textarea {
    border-radius: 5px;
    border: 1px solid #00000063;
    width: 100%;
}
body.cms-contact-us form#contact-form .actions-toolbar button.action.submit.primary {
    background: #891c05;
    border: unset;
    box-shadow: unset;
    padding: 8px 42px;
    font-size: 15px;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6:nth-child(2) {
    width: 53% !important;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .col-sm-6:nth-child(1) {
    width: 47% !important;
}
body.account.customer-account-edit aside.modal-popup.modal-slide._inner-scroll._show .field.new.password.required {
    margin-top: -12%;
}
body.account.sales-order-history span.functions {
    display: flex;
}
body.account.sales-order-history span.functions p:nth-child(2) {
    margin-left: 10px;
}
body.account.review-customer-index .pages .action.next > span {
    overflow: unset;
    clip: unset;
    display: inline-block;
    width: auto;
}
body.account.review-customer-index .pages .action.next:before {
display:none;
}
body.account.review-customer-index li.item.pages-item-next a.action.next {
    background: #fff;
    color: #891c05;
    border-radius: 50px !important;
}
body.account.review-customer-index .pages .action.next span:nth-child(2) {
    overflow: revert !important;
    color: #333;
    border-color: #ccc;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    display: contents;
}
body.account.review-customer-index .pages .action.previous > span:nth-child(2) {
    overflow: revert !important;
    color: #333;
    border-color: #ccc;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    display: contents;
}
body.account.review-customer-index .pages a.action.previous {
    background: #fff;
    color: #891c05;
    border-radius: 50px !important;
}
body.account.review-customer-index .pages .action.previous:before{
    display:none;
}
.catalog-category-view header.modal-header h1.modal-title {
    padding: 15px 20px;
}
.catalog-category-view .modal-content {
    padding: 0px 27px;
    margin: unset !important;
    line-height: unset;
    /* height: 402px; */
}
.cms-index-index div#banner-slider-carousel .owl-carousel {
    width: 100% !important;
}
.pages .action.next > span:nth-child(2) {
    overflow: revert !important;
    color: #333;
    border-color: #ccc;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    display: contents;
    color: #891c05;
}
.pages .action.next:before{
    display:none;
}
.pages .action.previous > span:nth-child(2) {
    overflow: revert !important;
    color: #333;
    border-color: #ccc;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 10px;
    display: contents;
    color: #891c05;
}
.pages .action.previous:before{
    display: none;;
}
body.catalog-product-view .box-tocart .actions {
    width: 70%;
    display: block !important;
        margin-top: 5%;
}
body.catalog-product-view .box-tocart .actions button.wk_qs_quote_button {
    float: right;
    min-width: unset !important;
    margin: unset !important;
    padding: 7px !important;
}
a#edit_profile i.fa.fa-upload {
    margin-left: -41px;
    color: #ffffff;
    background: #891c05;
    border-radius: 10px;
    padding: 4px;
}
a.action.sorter-action.sort-asc {
    display: none;
}
.toolbar-products .modes {
    float: right;
}
.catalog-category-view .product-item-name, .catalog-category-view .product.name a, .catalogsearch-result-index .product-item-name, .catalogsearch-result-index .product.name a{
    font-size: 24px;
    font-weight: 500;
}
.product-item .price-box .price {
    font-size: 19px;
    font-weight: 700;
}
.catalog-category-view .product_list_pages {
    display: none;
}
.catalog-category-view .price-box.price-final_price {
    display: block;
    margin: 0px 0px 4px !important;
}
.catalog-category-view .page-with-filter .toolbar-amount {
    display: none;
}
/* .catalog-category-view .main.main-content .breadcrumbs {
    display: table-footer-group;
} */
.catalog-category-view .page-with-filter .toolbar-amount {
    display: none;
}
.top_toolbar p#toolbar-amount {
    display: none !important;
}
.top_toolbar {
 float: right;
    width: 40%;
    margin: unset;
    padding: unset;
    position: relative;
    display: inline-grid;
    top: 50px;
}
.titles_name {
      display: inline-block;
    padding: 0px
px
 17px;
    width: 60%;
}
.titles_name .header h2.heading {
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    text-transform: capitalize;
}
.titles_name .breadcrumbs ul.items strong {
    font-weight: 700;
}
.breadcrumbs .item:not(:last-child):after {
    padding: unset;
    margin: unset !important;
}
.products.wrapper.grid.products-grid {
    border-top: 1px solid #ccc;
    margin-top: 11px;
}
.products.wrapper.grid.products-grid ol.products.list.items.product-items {
    margin-top: 13px !important;
        margin-top: 10%;
}
.catalog-category-view .main.main-content .breadcrumbs ul {
    width: 79% !important;
}
.catalog-category-view .page-title-wrapper {
    display: none;
}
.catalog-product-view .product-reviews-summary.empty a.action.add {
    display: block !important;
}
.product.info.detailed .data.item.title.active a {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    background: #f1f1f1 !important;
}
.customer-account-login fieldset.fieldset.login input#phone {
    display: block;
    margin-left: 5px;
    width: 85%;
}
.product-info-main .product-info-stock-sku {
    display: table-cell;
    padding-bottom: 10px;
    padding-left: unset;
    text-align: right;
    vertical-align: top;
}
span.caret {
    left: 55px;
    position: relative;
    font-size: 21px !important;
    display: inline-block;
    padding: 1px 1px;

}
.cms-index-index .container .featured-products .no-reviews {
    margin-top: 10px;
}
.account .column.main .header a {
    color: #000;
    padding: 0px 4px;
}
.cms-index-index .container .featured-products button.owl-prev {
    background: #fff !important;
}
.account .column.main .header strong {
    color: #891c05;
}
body.account.sales-order-view .headers strong {
    color: #891c05;
}
body.account.sales-order-view .col-lg-4.col-md-12.col-sm-12 {
    display: flex !important;
}
.cms-index-index .container .featured-products button.owl-prev span {
    font-weight: 800;
    font-size: 23px;
    color: #e61a37;
}
.cms-index-index .container .featured-products button.owl-next {
    background: #fff !important;
}
.cms-index-index .container .featured-products button.owl-next span {
    font-weight: 800;
    font-size: 23px;
    color: #e61a37;
}
/*  */
.cms-index-index .container .Clearence-sale button.owl-prev {
    background: #fff !important;
}
.cms-index-index .container .Clearence-sale button.owl-prev span {
    font-weight: 800;
    font-size: 23px;
    color: #e61a37;
}
.cms-index-index .container .Clearence-sale button.owl-next {
    background: #fff !important;
}
.cms-index-index .container .Clearence-sale button.owl-next span {
    font-weight: 800;
    font-size: 23px;
    color: #e61a37;
}
body.account.customer-account-edit .col-lg-8.col-md-12.col-sm-12 button.chnage_email {
    text-transform: uppercase;
    border-radius: 0;
    padding: 13px 30px;
    font-weight: 600;
}
form.form.form-edit-account.onlynames fieldset.fieldset.info .field.field-name-lastname.required {
    margin-left: 11px !important;
}
body.account.customer-account-edit .blog-container.email label.label span:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
body.account.customer-account-edit .blog-container.email label.label:after{
    display:none;
}
.cart-summary .block > .title {
    padding: 6px 0px !important;
}
body.checkout-cart-index form#shipping-zip-form fieldset.fieldset.estimate p.field.note {
    margin-bottom: 11px !important;
}
.cart-summary .block .item-options .field .radio + .label {
    color: #000;
}
.cart-summary .block .item-options .field .radio + .label {
    color: #000;
    display: flex;
        font-size: 13px;
}
.catalog-category-view .product-reviews-summary {
    display: none;
}
.products-list .product-item-photo {
    padding: 1px 30px 0px 0px !important;
}
.catalog-category-view .products.wrapper.list.products-list li.item.product.product-item .actions-primary button.action.tocart.primary.btn.btn-danger {
    background: #891C05 !important;
    padding: 10px 20px !important;
}
.products.wrapper.grid.products-grid span.list_cart {
    display: none;
}
.field.qty label.label {
    color: #000;
    font-size: 14px;
}
.my-acc .content button#dropdown-toggle-customer span.caret {
    margin: unset !important;
    position: relative;
    right: 0;
    left: 0;
        padding: 0px 0px !important;
}
.fieldset>*
{
    width: 100%;
}
.related_products .no-reviews {
    margin-top: 10px;
}
a#empty_cart_buttons {
    background: #891c05;
    border: 1px solid #891c05;
    font-size: 14px;
    padding: 7px 13px;
    border-radius: 6px;
    display: inline-block;
    pointer-events: all !important;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
body.account.sales-order-view .block.block-order-details-view .block-content div dl.payment-method {
    display: flex;
}
ul.dropdown-menu.header.without-login li:last-child a {
    color: #000000;
}
.card.s-categories a {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}
.product.attribute.overview h6 {
    font-size: 16px;
    margin-top: 20px;
    font-weight: 500;
}
.catalog-product-view .page-title-wrapper.product {
    margin-left: 0px !important;
    border: unset;
}
.field.otp.required input#otp {
    font-size: 14px !important;
}
form.form.form-edit-account.emailandpasswordonly span.fa.fa-fw {
    display: inline-block;
    position: relative;
    right: 0;
    z-index: 999;
    color: #afacac;
    left: 90% !important;
    top: -30px;
}
body.checkout-onepage-success .page-title-wrapper h1.page-title span {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
body.checkout-onepage-success .checkout-success p {
    font-size: 14px;
}
body.checkout-onepage-success .checkout-success {
    padding-left: 2%;
}
body.checkout-onepage-success a.action.print {
    color: #891c05;
    font-size: 14px;
    font-weight: 500;
}
body.checkout-onepage-success .checkout-success a.order-number strong {
    font-size: 14px;
    color: #891c05;
}
body.checkout-onepage-success .checkout-success .actions-toolbar a.action.primary.continue {
    padding: 8px 15px;
    margin-top: 11px;
    background: #891c05;
    border: unset;
}
body.account.quotesystem-buyerquote-index table.data.wk_quotelist_table.table.table-order-items.history tbody tr td.body.quoteId span.label {
    margin-top: -12px;
    display: block;
}
body.checkout-index-index.page-layout-checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    margin-bottom: 31px;
    border-radius: 15px;
    margin-top: 0px;
}
/* div#main-div .row .col-lg-4.col-md-12.col-sm-12 {
    width: 30.333333%;
} */
/*aside.modal-popup.popup-authentication.modal-slide._inner-scroll._show {
    margin-top: 8%;
}*/
/* body ul.dropdown-menu.header.without-login.drop li:nth-child(2) {
    margin-top: 13px;
} */
.sign-in p {
    font-weight: 600;
}
.customer-account-login .nesss p {
    font-weight: 600;
}
body.cms-privacy-policy-cookie-restriction-mode .page-title-wrapper {
    display: none;
}
body.cms-privacy-policy-cookie-restriction-mode ul li strong:after {
    content: ":";
}
body.cms-privacy-policy-cookie-restriction-mode h1 {
    font-size: 17px;
    font-weight: 600;
}
body.cms-privacy-policy-cookie-restriction-mode h2 {
    font-size: 17px;
    font-weight: 600;
}
body.cms-privacy-policy-cookie-restriction-mode h3 {
    font-size: 17px;
    font-weight: 600;
}
.privacy-policy.cms-content {
    margin-left: 2%;
}
body.cms-terms-and-conditions.cms-page-view main#maincontent {
    padding-left: 41px;
}
body.account.sales-order-view .col-lg-4.col-md-12.col-sm-12.right {
    display: flex !important;
    justify-content: space-around;
}
body.page-print.account.sales-order-print.page-layout-1column a.logo img {
    display: none;
}
body.page-print.account.sales-order-print.page-layout-1column .col-lg-2.col-md-6.col-sm-12 a.logo img {
    display: block !important;
}
body.page-print.account.sales-order-print.page-layout-1column .order-details-items.ordered {
    display: none;
}
body.page-print.account.sales-order-print.page-layout-1column .block.block-order-details-view {
  width: 27%;
    float: right;
    display: inline-block;
    padding: 13px;
    background: #fff;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
}
body.page-print.account.sales-order-print.page-layout-1column .block-title strong {
    font-size: 19px !important;
    font-weight: 700 !important;
}
body.page-print.account.sales-order-print.page-layout-1column .block-content .box.box-order-shipping-address {
    width: 100% !important;
        margin: unset !important;
}
body.page-print.account.sales-order-print.page-layout-1column .box.box-order-shipping-method {
    width: 100% !important;
        margin: unset !important;
}
body.page-print.account.sales-order-print.page-layout-1column .box.box-order-billing-address {
    width: 100% !important;
        margin: unset !important;
}
body.page-print.account.sales-order-print.page-layout-1column .box.box-order-billing-method {
    width: 100% !important;
        margin: unset !important;
}
body.checkout-onepage-success.page-layout-1column a.action.print {
    text-transform: capitalize;
}
span.wk-qs-min-qty {
    display: none;
}

.box.box-order-billing-address {
    margin-top: 11px;
}
.table-wrapper.order-items tfoot td {
    float: right;
}
.order_tab .table tfoot tr th.mark {
    font-weight: 400 !important;
    text-align: right;
    position: relative;
    left: 29px !important;
}
body.catalog-product-view aside.modal-popup.modal-slide._inner-scroll._show header.modal-header h1#modal-title-1 {
    padding: 9px 41px;
}
.related_products_quote .modal-content {
    padding: 0px 12px;
}
.related_products_quote .modal-content label.label {
    color: #000;
    padding: unset;
    font-size: 13px;
}
.related_products_quote .modal-content fieldset.fieldset .field.quote_qty.required {
    width: 100%;
}
.related_products_quote .actions-toolbar .primary {
    float: right;
}
.related_products_quote .actions-toolbar .primary button#custom_btn {
    padding: 9px 20px;
    font-size: 14px;
    background: #891c05;
    border: unset;
    box-shadow: unset;
    color: #fff;
    display: inline-block;
    float: left;
}
.related_products_quote .actions-toolbar .primary input#resetbtn {
    padding: 9px 20px;
    font-size: 14px;
    background: unset;
    box-shadow: unset;
    color: #891c05;
    display: inline-block;
    float: left;
    border: 1px solid #891c05;
    font-weight: 700;
}
.featured-products.related_products .actions-primary.quote_button button.quotesystems_cat_add.action.primary {
    background: unset;
    color: #999797;
    font-size: 14px;
    border: unset;
    margin-left: 16px;
}
body.account.sales-order-history .cart-details-sec .top {
    padding-bottom: 8px;
}
.catalogsearch-result-index .products.wrapper.list.products-list .star {
    margin-bottom: unset;
}
.catalogsearch-result-index .products.wrapper.list.products-list .product-reviews-summary {
    display: none;
}
.catalogsearch-result-index aside.modal-popup.modal-slide._inner-scroll._show h1 {
    padding: 10px 28px;
}
body.checkout-index-index.page-layout-checkout table.table-checkout-shipping-method tbody tr.row td:nth-child(1) input {
    margin-left: 18%;
}
body.account.customer-address-index .actions-toolbar .primary button.action.primary.add {
    background: unset;
    border: indianred;
    color: #891c05;
}
body.account.customer-address-index .block.block-addresses-list .menuss.show button.action.delete {
    background: unset;
    border: unset;
    padding: unset;
    color: #891c05;
}
a {
    color: #891c05;
}
.dropdown.address.show .menuss.show ul a {
    color: #891c05;
}
body.account.subuser-subuserslist-index .fo-bg-white {
    box-shadow: unset;
}
button.wk_qs_quote_button.button.btn-cart.action.primary {
    background: unset;
    color: #999797;
    font-size: 14px;
    border: unset;
}
.cart_quote {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
}
.cart_quote button.quotesystems_cat_add.action.primary {
    margin-top: 15px;
}
footer.page-footer footer {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1171px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: unset !important;
}
/* footer.page-footer footer .col-lg-6.col-md-6.col-sm-12.bottom {
    width: 26%;
}
footer.page-footer footer .col-lg-6.col-md-6.col-sm-12.list {
    width: 18%;
}
footer.page-footer footer .col-lg-2.col-md-12.col-sm-12.list {
    width: 20.666667%;
}
footer.page-footer footer .col-lg-5.col-md-12.col-sm-12 {
    width: 30.666667%;
} */
footer.page-footer footer .col-lg-6.col-md-6.col-sm-12.bottom p {
    color: #fff;
    padding: 11px 6px;
}
footer.page-footer footer h3 {
    color: #fff;
}
footer.page-footer footer ul li::marker {
    display: none !important;
    content: "";
}
footer.page-footer footer ul li a {
    color: #fff;
}
footer.page-footer footer .col-lg-2.col-md-12.col-sm-12.list li {
    padding: unset;
}
body.account.subuser-subuserslist-index .header i.fa.fa-bars {
    display: none;
}
.main.menu .navbar-header ul.dropdown-menu.category{
    width: 92% !important;
}
body.account.quotesystem-buyerquote-edit.page-layout-2columns-left .wk_qs_onereply {
    margin: unset !important;
}
body.account.quotesystem-buyerquote-edit p.toolbar-amount {
    width: 71%;
}
.catalog-product-view .page.messages {
    padding: 0px 24px;
    margin-top: 10px;
}
.field.choice.set.billing label.label {
    margin-top: 4px;
}
.field.choice.set.shipping label.label {
    margin-top: 4px;
}


/* bug styles new 01/02/2022///////////////////////////////////////////////////////////////////////////////////////////////////////////// */

ul#without-login-menu {
    margin-left: 13px;
    margin-top: 10px;
}

.Clearence-sale .owl-theme .owl-nav{
    margin-top: 0 !important;
}

div#change_email_add-error {
    position: absolute;
    bottom: 33%;
}

.form-1 {
    margin-top: 20px;
}

.catalog-category-view .grid-right .header .breadcrumbs {
    display: block;
    padding: 0 !important;
}

body.customer-account-forgotpassword.page-layout-1column .top.borderless {
    padding-bottom: 0px;
}

.field.required {
    width: 100%;
}

.table-wrapper.attachments a.action.download {
    color: #000;
}
.table-wrapper.attachments a.action.download i.fa.fa-file-pdf-o {
    color: #891c05;
    font-weight: 700;
    font-size: 16px;
}
body.checkout-index-index div#converge-main-payment div#cc_option label.radio-label {
    padding: 0px 10px;
}
body.checkout-index-index div#converge-main-payment div#cc_option {
    display: flex;
}
body.checkout-index-index div#converge-main-payment div#cc_option fieldset#payment_form_cc_converge_gateway {
    display: block;
}
body.checkout-index-index div#converge-main-payment div#cc_option fieldset#payment_form_cc_converge_gateway label.label {
    padding: unset;
    text-align: start;
}
body.checkout-index-index div#converge-main-payment div#cc_option fieldset#payment_form_cc_converge_gateway input {
    height: 39px;
    border-radius: 4px;
}

span.action.nav-toggle {
    display: none;
}

.col-lg-8.col-md-12.col-sm-12 {
    padding: 0;
}

.modal-popup .modal-header {
    padding: 10px !important;
    padding-left: 0 !important;
}

body.cms-privacy-policy-cookie-restriction-mode.cms-page-view.page-layout-1column .breadcrumbs {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 1159px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
body.cms-terms-and-conditions.cms-page-view.page-layout-1column .breadcrumbs {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto !important;
    max-width: 1159px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.catalog-product-view .page-wrapper .container .breadcrumbs div#top_breadcrumbs {
    display: none;
}
body.checkout-cart-index .field.qty {
    width: unset;
    position: relative;
    top: -6px;
}
body.account.quotesystem-buyerquote-index.page-layout-2columns-left .fieldset.wk_fieldset {
    margin-bottom: 20px;
}
.catalog-category-view .page.messages {
    padding: unset;
    width: 100%;
}
a.invoice_pdf {
    margin-left: 6px;
}
.review_count {
    margin-top: 9px;
    width: 66.5%;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    display: inline-block;
    margin-bottom: 10%;
}
.review_count h5 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #891c05;
}
.review_count p {
    color: #100f0f;
    font-size: 13px;
    padding: 8px 4px;
}
p.footer-para small.copyright span {
    display: block;
}   
img.product-image-photo.magebees_lazyload {
    width: 13%;
}
body.account.review-customer-index .col-lg-8.col-md-12.col-sm-12 .message.info > *:first-child:before {
    position: relative;
    top: 6px;
    left: -7px;
    color: #891c05;
}
body.account.review-customer-index .col-lg-8.col-md-12.col-sm-12 .message.info.empty {
    background: #fff;
    border-radius: 5px;
    align-items: center;
    box-shadow: rgb(50 50 93 / 15%) 0px 6px 12px -2px, rgb(0 0 0 / 10%) 0px 3px 7px -3px;
    text-align: center;
    display: block;
    color: #891c05;
}
.order_history .message.info.empty {
    text-align: center;
    color: #891c05;
}
.order_history .message.info > *:first-child:before {
    color: #891c05;
    position: relative;
    top: 8px;
}

body.account.sales-order-history.page-layout-2columns-left .fo-bg-white {
    padding: 0px;
}

.block-search .control{
    border: none !important;
}

button.action.login.primary {
    background: #891c05;
    border: none;
}

.Clearence-sale .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .card-banner {
    padding: 20px;
    background: #a32511;
    border-radius: 20px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.Clearence-sale .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .card-banner h2 {
    margin: 0;
    margin-bottom: 19px;
    font-size: 20px;
    color: #fff;
}

.Clearence-sale .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-stage-outer .card-banner .img-sec {
    width: 30%;
    height: 150px;
    margin-right: 20px;
}

.clearance_des {
    width: 56%;
    /*float: right;
    bottom: 200px;*/
    position: relative;
}

.clearance_des h6 {
    color: #fff;
    opacity: 90%;
    font-size: 14px;
}

.clearance_des h3 span.price {
    color: #fff !important;
}
form.blog-form.phoneno .formfieldsmobile {
    width: 51%;
    height: 46px;
    border-radius: 5px;
}
body .page.messages {
    width: 94%;
    max-width: 1347px !important;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: 53px;
}
body.account.review-customer-index .row.fo-align .col-lg-4.col-md-12.col-sm-12 {
    width: 22%;
}
body.account.review-customer-index .usages {
    text-align: end;
    margin-top: -17px;
}

/* New styles 30/03/2022 */


body.customer-account-create.page-layout-1column .actions-toolbar {
    width: 100%;
    max-width: unset;
}

a#tab-label-additional-title {
    outline: none;
}

a#tab-label-attachments\.tab-title {
    outline: none;
}

a#tab-label-reviews-title {
    outline: none;
}

a#tab-label-description-title{
    outline: none;

}

.block.block-addresses-list .actions-toolbar .primary {
    float: right;
}

body.customer-account-forgotpassword.page-layout-1column .secondary span {
    position: relative;
    left: 470px;
}



/* Home Page and Header New Design */
.container-fluid .profile-sec {flex-flow: column;}
body header {padding: 0;width: 100%;}
header .header-top{background:#920000;color:#ffffff;}
