.d-flex{display:flex}.d-flex.center{align-items:center}.d-flex.j-center{justify-content:center}.d-flex.end{justify-content:flex-end}.d-flex.start{justify-content:flex-start}.d-flex.around{justify-content:space-around}.d-flex.between{justify-content:space-between}.d-flex.even{justify-content:space-around}
.d-block-mobile {
    display: block;
}

.catalog-container {
    max-width: 1700px;
}

a.header-requestbtn.filter-link {
    color: #fff;
}

a.header-requestbtn.filter-link.buy-now-link {
    width: auto;
    padding: 14px 20px;
}

.discount-code-input {
    padding: 12px 10px;
    margin: 0px !important;
    border-radius: 0;
    border: solid 1px;
    border-right: 0;
}

button.header-requestbtn {
    font-size: 14px;
    color: #fff;
    background: #b50c00;
    display: block;
    float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 3px 0px;
    text-align: center;
    border: none;
}

form .row > div {
    padding: 10px;
}

.nav .nav-tabs a:hover {
    margin: 0px !important;
}

.cart-cont {
    position: absolute;
    right: -45px;
    top: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.full,
.action-control .full {
    width: 100% !important;
}

.cart-cont.dark .cartMenu > a > i {
    color: #000;
}

.cart-cont .miniCartProduct {
    font-size: 10px;
}

.cart-cont .miniCartProductThumb {
    display: none;
}

.cart-cont .miniCartDescription  > h4 > a{
    color: #fff;
    font-size:10px;
}

.cart-cont .miniCartDescription > h4 {
    margin: 0px;
}

.cart-cont .miniCartDescription .attribute_value {
    color: #fff;
}

.cart-cont .miniCartFooter > div{
    width: 100%;
    padding:0px;
}

.miniCartProduct .delete {
    padding: 15px;
}


.cart-cont .fa {
    margin: 0px;
}

.miniCartProduct .delete > .btn {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: none !important;
}

.cart-cont .miniCartFooter > div > h3 {
    color: #fff;
    font-size: 14px;
    text-align: left;
    margin:15px 0px;
}

.cartMenu .dropdown-menu.minicart_view {
    right: -21px;
    left: unset;
    top: 42px;
    padding: 15px;
    background:#242424;
    color: #fff;
    min-width: 370px;
    width: 100% !important;
}

.cart-cont .cartMenu > a {
    padding: 0 !important;
    color: #000;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -90px;
    top: 10px;
}

.cart-cont .cartMenu > a > i {
    color: #fff;
    font-size: 23px;
}

  /* product_box.php */
@media (max-width: 480px) {
    .cartMenu .dropdown-menu.minicart_view {
        min-width: 320px;
    }
}

@media (max-width: 767px) {
    .no-pad {
        padding: 0 !important
    }
    .cart-product-heading {
        display: none;
    }

    .step .step-header h4 {
        font-size: 12px;
    }

    .tab-pane {
        padding: 0px 15px 50px !important;
    }

    .action-control a.header-requestbtn {
        width: 100% !important;
        margin: 5px 0px !important;
    }
    .subCategoryList > div, .category-products-list > .container {
        padding: 0px !important;
    }

    .categoryFooter .text-right {
        text-align: center;
    }

    .panel-title i.fa {
        margin: 0;
        padding: 0 0 5px 0;
        position: static;
    }

    .simple-dashboard-wrapper img.small {
        max-height: 20px !important;
    }
}

@media (max-width: 991px) {
    .cart-cont {
        top: 7px !important;
        right: 17px !important;
    }
}

@media (max-width: 992) {
    .full_width .news-area {
        width: 33.33% !important; 
    }
}

@media (max-width: 1200px) {
    .cart-cont {
        right: 186px;
    }
}

@media (max-width: 1079px) {
    .full_width .news-area {
        width: 100% !important; 
    }
}

.action-control a {
    font-size: 14px;
    color: #fff !important;
    background: #b50c00;
    display: block;
    float: none;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 3px 0px;
    text-align: center;
    width: auto !important;
}

.line-item-details a {
    color: #242424;
}

.product .promotion .new-product,
.product .promotion .discount {
    background: #b50c00 !important;
}

/* view_cart.php */

.cart-container i {
    margin: 0 auto;
}

.contact-information {
    max-width: 650px;
    margin: auto;
}

.contact-information .form-control {
    margin-bottom: 15px;
}

a.header-requestbtn.filter-link.buy-now-link {
    margin-top: 0px !important;
    border-radius: 0px !important;
}

button.header-requestbtn {
    margin-top: 0px !important;
}

.miniCartProduct .removeFromCart {
    background: none !important;
}

.removeFromCart {
    width: auto !important;
    padding: 7px 13px !important;
    border-radius: 4px !important;
}

.tag-cloud > p > span {
    margin-right: 5px;
    padding: 4px 8px;
    background: #b50c00;
    color: #fff;
    border-radius: 15px;
    font-weight: normal;
    font-size: 12px;
}

.line-actions > a {
    margin-right: 5px;
}

.product-bg.thumb {
    height: 50px !important;
    width: 50px !important;
    background-size: contain !important;
}

.btn-primary{
    background-color: #b50c00;
    border: none !important;
    border-radius: 0 !important;
}

.btn-default {
    background: #f1f1f1;
    color: #000;
}

.btn {
    border-radius: 0 !important;
    border: none;
}

.container.cart-container {
    margin-bottom: 150px;
}

.cart-container .cart-totals .cart-total-label {
    color: #000 !important;
}

.cart-product-qty input {
    min-width: 50px;
}

/* Profile edit form */
.dashboard-page-content .form-group label {
    display: inline-block !important;
}

/* Dashboard Widgets */
.quicklinks a {
    color: #242424;
}

.widget-header {
    width:100%;
    float:left;
    background:#b50c00 !important;
}

.widget-header h3 {
    color: #fff;
}

.navigation .sidebar-menu li a:hover {
    color: #fff !important;
}

.panel {
    margin-bottom: 15px !important;
}


.header-requestbtn {
    margin-top: 15px !important;
}



.simple-dashboard-body .quicklinks .quicklink {
    transition: 0.3s !important;
}

.simple-dashboard-body .quicklinks .quicklink:hover {
    border: 0 !important;
}

ul.sidebar-submenu i{
    margin-right: 5px;
}

h4.order-history-title {
    margin: 0;
}

table.order_history_table {
    margin-top: 10px;
}

.order_history_table i.fa {
    margin: 0;
}

.order-history-col {
    padding-top: 10px;
}

.btn.btn-primary:hover {
    background: #242424;
    color: #fff;
}

.cart-container .cart-sign-in-notification {
    background: #fff !important;
}


#addPromoCodeBtn {
    margin-top: 0px !important;
}



.notification_post_content .related_items_row {
    display: none !important;
}

/* Checkout */

.checkout-container {
    background: #f8f8f8;
}

.checkout-container input {
    margin-bottom: 15px;
}

.checkout-container .rowheader {
    padding: 0px;
}

.checkout-container .rowheader h3 {
    margin-bottom: 0px;
}


.orderStep,
.orderStep li,
.orderStep a,
.checkout-container .orderStep li a i,
.checkout-container .cartMiniTable,
.checkout-container .rowheader h3,
.checkout-container .cartFooter {
    background: #fff !important;
    color: #242424;
}


.checkout-container .orderStep li.active a i,
.checkout-container .orderStep li.active a,
.checkout-container .orderStep li.active a span {
    background:#b50c00 !important;
    color: #fff;
}

.checkout-container select {
    margin-top: -10px;
    margin-left: 4px;
}

.fa {
    margin: 0px !important;
}

/* PureChat widget */
/* #purechat-container .purechat-launcher-message {
    background: #b50c00 !important;
    color: #fff !important;
}

#purechat-container .purechat-launcher-image.purechat-launcher-image-light {
    background: #fff !important;
} */

.top-section-padding > .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product.modern p {
    line-height: 20px !important;
    margin-top: 15px !important;
}

.product.modern .product-image-container .img-responsive {
    height: 170px !important;
}

.tab-pane .table tr td:nth-child(1) {
    width: 30% !important;
}

.tab-pane .table tr td:nth-child(2) {
    width: 70% !important;
}

.tab-pane#specs {
    overflow-x: auto;
}

.tab-pane#documents .fa{
    margin-right: 15px !important;
}

.tab-pane#documents ul {
    list-style: none;
}

.tab-pane ul {
    padding-left: 15px;
}

.item.list-view .description p {
    text-align: right !important;
}

.list-view .product .details > h5 {
    text-align: right !important;
}

.product.modern .details > h5 {
    margin-top: 15px;
}

.item.list-view .price {
    text-align: right !important;
}

#description-modal table * {
    line-height: 15px;
}

.product-tab-section .nav-item {
    color: #fff !important;
    background: #b50c00;
    padding: 15px;
    transition: .5s;
    margin: 15px 2px;

}
.product-tab-section .nav-item:hover,
.product-tab-section .nav-item:active  {
    color: #242424 !important;
    background: #eee;
}
@media (max-width: 1199px) {
    .related_items_row .owl-carousel .product .d-flex {
        display: block !important;
    }
}
@media (max-width: 599px) {
    .related_items_row .owl-carousel .owl-stage-outer {
        margin: 0px 0px !important;
    }
    .related_items_row .sv-slider .nav.prev {
        left: -15px;
    }
    .related_items_row .sv-slider .nav.next {
        right: -15px;
    }
}

.dashboard-page-content .form-group label {
    margin-right: 5px;
}

.dashboard-page-content .form-group label input[type=radio] {
    margin-right: 0;
}

form .no-gutter {
    margin-right: 0;
    margin-left: 0;
}

form .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#filter-sidebar [class*="col-"] {
    padding-left: 0;
}

@media (min-width: 901px) {
    .related_items_row .sv-slider > div.nav {
        display: none;
    }
}

.thanxContent {
    margin: 50px auto;
}

.news-box img {
    height: 115px;
    object-fit: cover;
}

.blog-img img {
    height: 250px;
    object-fit: cover;
}

.news-area .yellow-strip ul li {
    font-size: 13px;
}