@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-weight: bold;
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}
input.errorMsg {border: 1px solid #dc0b22 !important;}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;

}
table#specTable {
    width: 100%;
}
#newTable td,
tr {
    border: 1px solid grey;
}

.number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.modal-lg,
.modal-xl {
    max-width: 1200px !important;
}

.wrapper {
    padding: 0 0 0 0;
}

.fa-phone {
    transform: rotate(90deg);
}

.gradient_bg {
    background-image: linear-gradient(to right, #dc0b22, #920912);
}

.opp_gradient_bg {
    background-image: linear-gradient(to right, #920912, #dc0b22);
}
span.count-badge {
    position: absolute;
    top: -12px;
    background-color: #c7222f;
    padding: 0px 7px 3px 7px;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
    font-size: 13px;
}

header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
    background: white;
}

.topHeader {
    padding: 10px 0;
    position: relative;
}

.topHeader .container {
    position: relative;
}

.webLogo {
    display: inline-block;
    width: 130px;
}

.d-none {
    display: none;
}

.topHeader .webLogo {
    display: inline-block;
    width: 130px;
}

.topHeader .webLogo img {
    width: 100%;
}

.productBar {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 16px 0;
    justify-content: flex-end;
    align-items: center;
}

.top-header-search input {
    box-shadow: none !important;
    border: 1px solid #707070;
    border-radius: 5px 0 0 5px;
    height: 35px;
    padding: 0px 0 0 45px;
}

.top-header-search span {
    position: absolute;
    left: 15px;
    z-index: 4;
    top: 10px;
}

.productBar>li>a {
    margin: 0 auto;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.top-header-search .input-group-btn .btn.btn-primary {
    padding: 6px 20px 7px;
    background-color: #940912;
    border-color: #940912;
}

.input-group .form-control::placeholder {
    text-align: left;
    font: 13px/15px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #8A8686;
}

.productBar>li {
    display: flex;
    position: relative;
    align-items: center;
    margin-right: 15px;
}

.productBar>li:last-child {
    margin-right: 15px;
}


.productBar>li.menu {
    display: none;
}

.productBar>li>a {
    font-size: 23px;
    color: #969696;
    display: inline-block;
    padding: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    position: relative;
    margin: 0 5px 0 0;
    vertical-align: middle;
    margin: 0 auto;
}

.productBar>li>a img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.productBar select {
    border: 1px solid #969696;
    outline: 0;
    font-size: 13px;
    padding: 3px 3px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 7px;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #969696;
    cursor: pointer;
    width: 65px;
    height: 32px;
    margin: 0;
}

.navBar {
    list-style: none;
    padding: 0;
    margin: 0;

    width: 100%;
}

.navBar li {
    display: inline-block;
}

.navBar a {
    display: block;
    font-size: 15px;
    color: white;
    padding: 15px 10px 12px;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.navBar a.active {
    font-weight: bold;
    border-bottom-color: white;
}

.bottomHeaderBlock {
    padding: 0 0;
}

.home_page .bottomHeader {
    background: transparent;
}

.home_page header {
    background: transparent;
}

.searchHeader {
    position: relative;
    margin: 0 7px 0 0;
    display: inline-block;
    transform: translate(0px, 1px);
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease-in-out;
}

.searchHeader.show {
    opacity: 1;
    pointer-events: visible;
}

.searchHeader input {
    border: 1px solid #d8d8d8;
    outline: 0;
    font-size: 14px;
    padding: 5px 10px;
    width: 280px;
    height: 36px;
    border-radius: 4px;
    background: #f7f7f7;
}

.searchHeader button {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #f7f7f7;
    border: 0;
    color: #969696;
    font-size: 15px;
    padding: 8px 10px;
    height: 34px;
    cursor: pointer;
    outline: 0;
    border-radius: 0 4px 4px 0;
}

.searchFieldList {
    position: absolute;
    top: 37px;
    padding: 5px 0;
    list-style: none;
    width: calc(100% - 7px);
    background: white;
    box-shadow: 0px 5px 10px -4px black;
    border-radius: 4px;
    display: none;
    max-height: 240px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    pointer-events: all;
}

.searchFieldList::-webkit-scrollbar {
    width: 4px;
}

.searchFieldList::-webkit-scrollbar-track {
    background: white;
}

.searchFieldList::-webkit-scrollbar-thumb {
    background: #ba0b1b;
}

.searchFieldList::-webkit-scrollbar-thumb:hover {
    background: #ba0b1b;
}

.searchFieldList li {
    display: block;
    font-size: 13px;
    padding: 5px 20px;
    cursor: pointer;
}

.searchFieldList li:hover {
    background: #efefef;
}

.searchFieldList.show {
    display: block;
}


#contact {
    box-shadow: none;
    padding: 60px 0 0;
    overflow: hidden;
}

#contact .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1dc8cd;
}

#contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #888;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #1dc8cd;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #1dc8cd;
}

#contact .social-links a:hover {
    background: #1dc8cd;
    color: #fff;
}

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #1dc8cd;
    float: left;
    line-height: 1;
}

#contact .info p {
    padding: 0 0 10px 42px;
    line-height: 28px;
    font-size: 14px;
}

.cartItems {
    position: absolute;
    top: 37px;
    right: 0;
    list-style: none;
    width: 500px;
    box-shadow: 0px 0 15px -4px black;
    border-radius: 4px;
    overflow: hidden;
    background: white;
}

.cartItems>div {
    max-height: 160px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 20px;
    background: white;
}

.cartItems>div::-webkit-scrollbar {
    width: 4px;
}

.cartItems>div::-webkit-scrollbar-track {
    background: white;
}

.cartItems>div::-webkit-scrollbar-thumb {
    background: #ba0b1b;
}

.cartItems>div::-webkit-scrollbar-thumb:hover {
    background: #ba0b1b;
}

.cartItems h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    background: #ba0b1b;
    color: white;
    padding: 10px 20px;
    margin: 0 0 5px;
}

.cartItems table,
.cartForm table {
    width: 100%;
}

.cartItems td,
.cartForm td {
    font-size: 13px;
    padding: 10px 5px;
}

.cartItems td:first-child {
    width: 190px;
}

.cartItems .price,
.cartForm .price {
    min-width: 90px !important;
}

.cartItems .quantity,
.cartForm .quantity {
    min-width: 88px !important;
}

.cartItems .quantity a,
.cartForm .quantity a {
    width: 20px;
    height: 20px;
    margin: 0;
    font-size: 10px;
    border-radius: 3px;
    color: #ba0b1b;
    display: inline-block;
    text-align: center;
    padding: 2px 0;
    background: #eaeaea;
}

.cartItems .quantity span,
.cartForm .quantity span {
    width: 30px;
    display: inline-block;
    text-align: right;
}

.cartItems .remove a,
.cartForm .remove a {
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #ba0b1b;
    margin: 0;
    padding: 0;
}

.headerCartLink {
    padding: 10px 10px;
    margin: 10px 0 0 0;
    text-align: right;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeaea;
}

.headerCartLink li {
    display: inline-block;
    margin-left: 5px;
}

.headerCartLink a {
    display: block;
    background: #ba0b1b;
    color: white;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.emptyCartmsg {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.productBar .account {
    position: absolute;
    top: 37px;
    right: 0;
    box-shadow: 0px 0 15px -4px black;
    border-radius: 4px;
    overflow: hidden;
    background: white;
    z-index: 99;
}

.productBar .loginBtn {
    list-style: none;
    padding: 5px;
    margin: 0;
    display: table;
    width: 200px;
    text-align: center;
}

.productBar .loginBtn li {
    display: inline-block;
    width: 100%;
    padding: 5px;
}

.productBar .loginBtn a {
    display: block;
    background: #ba0b1b;
    color: white;
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.productBar .accountLinks {
    list-style: none;
    padding: 5px;
    margin: 0;
    display: block;
    width: 200px;
}

.productBar .accountLinks li {
    display: block;
}

.productBar .accountLinks a {
    display: block;
    color: black;
    font-size: 13px;
    padding: 6px 15px;
    text-decoration: none;
}

.emailcnt {
    padding: 15px 35px;
    border: 2px solid #aa0a17 !important;
}

.email_cont {
    margin: 0;
    padding: 0;
    list-style: none;
}

.email_cont h1 {
    font-size: 28px;
    color: #d90b22;
    line-height: 28px;
    font-family: 'Roboto-Regular';
}

.email_cont p {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600 !important;
    color: #212529;
    line-height: 24px;
    margin: 10px 0;
    text-indent: 8%;
}

.email_cont p span {
    line-height: 18px !important;
    margin: 5px 0;
}

.email_cont .tab-width {
    width: 60%;
}

.email_cont img {
    width: 100% !important;
}
 .pt-30 {
        padding-top: 30px !important;
    }
@media screen and (max-width: 992px) {
    .specification-wrap div.dataTables_wrapper {
        overflow-x: scroll;
    }
.flashmessages{margin-left: 15%;}
    .flashmessages.showpop{bottom: 12%;}
    feedback [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translate(0) !important;
    }

    header {
        box-shadow: none;
    }

    .top-header-search {
        margin-top: 17px;
    }

    .productBar>li.menu {
        display: inline-block;
    }

    .productBar>li {
        position: static;

    }

    .cartItems {
        max-width: 450px;
        width: 100%;
        top: 85px;
    }

    .productBar .account {
        top: 85px;
    }

    .navBar li {
        display: block;
    }

    .navBar a {
        border: 0;
        padding: 10px;
    }

    .navBar {
        padding: 10px 0;
    }

    .bottomHeader {
        display: block;
    }

    .xs-hidden {
        display: block;
    }

    .searchField {
        display: none !important;
    }

    .productBar {
        padding: 20px 0 0 0;
    }

    .smSearchForm {
        position: absolute;
        bottom: -50px;
        right: 0;
        pointer-events: none;
    }

    .home_page .navBar a {
        color: #990914;
    }

    .modal-lg,
    .modal-xl {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 768px) {
    .orderGroup {
        padding: 30px 15px !important;
    }

    .myOrder {
        padding: 30px 0 30px !important;
    }

    .myOrder h1 {
        font-size: 25px;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .xs-scroll-x {
        overflow-x: scroll;
    }

    .productBar>li>a img {
        width: 20px;
        height: 20px;
    }

    .productBar>li>a {
        width: 20px;
        height: 20px;
    }

    .productBar select {
        margin: 0 0 0 5px;
    }

    .topHeader .webLogo {
        width: 100px;
    }

    .cartItems {
        max-width: 100%;
        top: 70px;
    }

    .productBar .account {
        top: 70px;
    }

    .cartItems>div {
        padding: 0 10px;
    }
}

@media screen and (max-width: 576px) {
    .cartpage-model .modal-dialog {
        top: 5% !important:
    }

    .addtocart-model .modal-dialog {
        top: 5% !important:
    }

    .myAccount {
        padding: 30px 0 30px !important;
    }

    .domestic-table-wrap .table>thead>tr>th {
        width: 100px;
    }

    .domestic-table-wrap table td {
        width: 100px;
        word-break: break-all;
    }

    .pr-60 {
        padding-right: 0 !important;
    }

    .cart-model h2 {
        margin-bottom: 41px;
        font-size: 28px;
    }

    #tbl_format {
        overflow-x: scroll;
    }

    .d-none.xs-visibles {
        display: flex !important;
    }

    .purchase-body {
        padding: 20px 10px !important;
    }

    .order_detail h4 {
        font-size: 12px;
        margin: 0;
    }

    .row.product-order-detail {
        padding-top: 0;
    }

    .shipping-product-wrp .summary-heading {
        margin-top: 0;
    }

    .shipping-product-wrp .total-sec,
    .final-total {
        width: 100% !important;
    }

    .product-order-detail .col-3 {
        margin-bottom: 20px;
    }

    .order-info {
        text-align: left !important;
        margin-bottom: 15px;
    }

    .topHeader .webLogo {
        z-index: 9;
        position: relative;
    }

    .w-60 {
        width: 100% !important;
    }

    span.count-badge {
        position: absolute;
        top: -11px;
        background-color: #bb1822;
        padding: 0px 0px 3px 0px;
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        width: 18px;
        height: 18px;
    }

    header {
        box-shadow: 0 0 15px -5px #848484;
    }

    .topHeaderBlock {
        padding-left: 50px;
        margin-top: -10px;
    }

    .navbar-toggle {
        float: none !important;
    }

    .navbar-collapse.collapse.in,
    .navbar-collapse {
        background-color: #bb1822;
        text-align: left;
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 9;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #8d1418 !important;
    }

    .navbar-default .navbar-toggle {
        border: none;
        margin-left: 5px;
        margin-top: 2px;
    }

    .navbar-default {
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .navbar-toggle {
        float: none !important;
        position: absolute;
        top: -45px;
    }

    #mobile-search {
        top: -4px;
    }

    .productBar>li {
        position: static;
        margin-right: 20px;
    }


    .bottomHeader .navbar-default {
        height: auto;
        min-height: 100%;
    }

    .bottomHeader {
        background-color: transparent;
        background: transparent;
    }

    .bottomHeader .navbar-nav {
        float: left !important;
    }

    .navbar-default .navbar-collapse {
        border: none !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent !important;
        border-radius: 0 !important;
    }

    .stepLinks li {
        display: inline-block !important;
        padding: 0 4px !important;
    }

    .stepLinks li i {
        display: inline-block !important;
        margin-bottom: 5px;
    }

    .profileInfo .col-xs-12 {
        padding: 0 !important;
    }

    .stepLinks a {
        font-size: 11px;
    }

    .profileInfo h2 {
        line-height: normal !important;
        margin-bottom: 0 !important;
    }

    .profileInfo .align-items-center {
        display: block;
        align-items: center;
        padding: 0 15px 15px;
    }

    .profileInfo .form-row .col-lg-6:nth-child(2) {
        text-align: left;
        float: left !important;
    }

    .xs-text-left {
        text-align: left;
    }

    .xs-visible {
        display: block;
    }

    .subtotal {
        margin: 20px 0 0 400px !important;
    }

    .loginForm {
        margin-left: 0 !important;
    }

    .xs-hidden {
        display: none;
    }

    .menu-img img {
        width: 30px;
    }

    .menu-img {
        margin-top: 18px;
        margin-left: 14px;
    }

    .menu {
        position: absolute;
        left: -129px;
    }

    .productBar>li.accountField>a {
        margin-right: 0;
    }

    .productBar select {
        margin: 0 0 0 20px;
        width: 80px;
        height: 36px;
        z-index: 9;
        position: relative;
    }

    .pl-50 {
        padding-left: 50px;
    }

    .cartItems {
        width: calc(100% - 20px);
        top: 70px;
        left: 10px;
        max-height: 300px;
    }

    .cartItems .price {
        min-width: 70px !important;
    }

    .productBar .account {
        right: 5px;
    }
}


.home_page .homeSlider {
    margin: -52px 0 0 0;
    position: relative;

}

section {
    position: relative;
}

#homeSliderCarousel .homeSliderBg {
    width: 100%;
    object-fit: cover;
}

#homeSliderCarousel .homeSliderCaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.homeSliderCaption .container,
.homeSliderCaption .row,
.homeSliderCaption [class*='col-'] {
    height: 100%;
    position: relative;
}

#homeSliderCarousel .caption {
    font-size: 28px;
    color: white;
    line-height: 47px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#homeSliderCarousel .caption span {
    display: block;
}

#homeSliderCarousel .caption b {
    font-size: 54px;
    letter-spacing: 1px;
    font-weight: 900;
}

#homeSliderCarousel .image {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
}

#homeSliderCarousel .homeSliderItem {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    animation-delay: 0.5s;
    animation-duration: 2s;
}

#homeSliderCarousel .caption ._1 {
    animation-delay: 0.5s;
    animation-duration: 2s;
}

#homeSliderCarousel .caption ._2 {
    animation-delay: 1.5s;
    animation-duration: 2s;
}

#homeSliderCarousel .caption._2 {
    width: 325px;
}

#homeSliderCarousel .caption._2 span._3 b {
    font-size: 48px;
}

#homeSliderCarousel .caption._3 {
    width: 100%;
}

#homeSliderCarousel .caption._3 span._3 b {
    font-size: 48px;
}

.homeSlider .carousel-indicators {
    transform: translate(0px, 35px);
}

.homeSlider .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 2px;
    opacity: 0.4;
    border: 2px solid #c6202f;
    background: #cd212f !important;
}

.homeSlider .carousel-indicators li.active {
    border: 2px solid #c6202f;
    opacity: 1;
}

.homeSlider .carousel-indicators li span {
    width: 100%;
    height: 100%;
    background: white;
    display: block;
    border-radius: 50%;
}

#homeSliderCarousel .image._2 img {
    padding: 60px;
}

@media screen and (max-width: 992px) {
    #homeSliderCarousel .image._2 img {
        padding: 20px;
    }

    .home_page .wrapper {
        position: absolute;
        top: 85px;
    }

    .home_page .homeSlider {
        margin: 0;
    }

    #homeSliderCarousel .caption {
        font-size: 18px;
        line-height: 34px;
    }

    #homeSliderCarousel .caption b,
    #homeSliderCarousel .caption._3 span._3 b {
        font-size: 33px;
    }

    #homeSliderCarousel .caption._2 {
        width: 280px;
    }

    #homeSliderCarousel .homeSliderItem {
        max-width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .cartForm table td {
        width: 150px;
    }

    .xs-mr-3 {

        margin-right: -300px;
    }

    #homeSliderCarousel .caption b,
    #homeSliderCarousel .caption._3 span._3 b,
    #homeSliderCarousel .caption._2 span._3 b {
        font-size: 22px;
        font-weight: bold;
    }

    #homeSliderCarousel .homeSliderItem {
        max-width: 100%;
        max-height: 200px;
    }

    #homeSliderCarousel .caption._2 {
        width: 173px;
    }

    #homeSliderCarousel .caption {
        line-height: 24px;
    }
}

@media screen and (max-width: 576px) {
    .home_page .wrapper {
        position: relative !important;
        top: 0;
    }

        {
        padding-left: 50px;
    }

    .productBar {
        padding: 12px 0 0 0;
    }

    #homeSliderCarousel .homeSliderCaption,
    .homeSliderCaption .container,
    .homeSliderCaption .row,
    .homeSliderCaption [class*='col-'] {
        height: auto;
        position: static;
    }

    #homeSliderCarousel .image {
        position: static;
        top: 0;
        transform: translate(0);
    }

    #homeSliderCarousel .caption._2 {
        width: 157px;
        left: auto;
        right: 20%;
    }

    #homeSliderCarousel .caption._3 {
        left: auto;
        right: 5%;
        width: 220px;
    }

    #homeSliderCarousel .homeSliderBg {
        height: 225px;
        object-fit: cover;
        object-position: bottom;
    }

    #homeSliderCarousel .caption {
        position: absolute;
        top: 55px;
        font-size: 14px;
        line-height: 25px;
        right: auto;
        left: 10%;
        transform: translate(0);
    }
}


.whyUs {
    padding: 70px 0;
}

.whyUsBlock h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
}

.whyUs:hover h2 {
    color: #b31e2b;
}

.whyUsBlock .content {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    padding-left: 90px;
    transition: all .5s ease-in-out;
    min-height: 180px;
}

.whyUsBlock .content:hover {
    border-color: #b31e2b;
}

.whyUsBlock h3 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
}

.whyUsBlock p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Roboto-Regular';
    font-weight: initial;
}

.whyUsBlock img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 60px;
}
.flashmessages {position: fixed;bottom: -10%;background-color: #60a23b;color: #fff;padding: 10px 20px 8px;right: 40%; transition: all 500ms ease-in-out;z-index: 100;}
.flashmessages.showpop{bottom: 10%;transition-delay: 1s;}
@media screen and (max-width: 992px) {
    .whyUsBlock h2 {
        font-size: 30px;
    }

    .whyUsBlock h3 {
        font-size: 16px;
    }

    .whyUsBlock .content p {
        padding: 0 !important;
    }

    .whyUsBlock p {
        font-size: 13px;
        padding: 0 15px;
        line-height: 22px;
    }

    .whyUsBlock h1 {
        font-size: 32px !important;
    }

    .whyUsBlock img {
        width: 50px;
    }

    .whyUs {
        padding: 30px 0;
    }

    .footer-links {
        margin-top: 20px;
    }

    .footer-links li {
        text-align: left !important;
    }

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

    .footer-links .col-md-6 {
        margin-bottom: 20px;
    }


}

@media screen and (max-width: 768px) {
    .whyUsBlock h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 576px) {
    .whyUsBlock h2 {
        font-size: 20px;
    }

    .breadcrumb {
        padding: 8px 0 !importat;
    }

    .pageBreadCrumb .breadcrumb-item {
        font-size: 10px !important;
    }

    .productFilterGroup li {
        display: block;
    }

    .f-left {
        display: flex !important;
        padding-left: 30px !important;
    }

    .f-left span {
        position: absolute !important;
        left: 0px !important;
    }

    .subfooter-ul li {
        display: inline-block;
    }

    .subfooter-ul {
        float: none !important;
        margin-bottom: 10px;
    }

    .footerAbout {
        text-align: left;
    }

    .subfooter-ul li {
        padding-right: 5px !important;
        margin-right: 5px !important;
        text-align: center;
    }

    .copyright p {
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    #contact {
        padding: 30px 0 0 !important;
    }

    .client {
        padding-bottom: 30px;
    }

    .about {
        padding: 30px 0;
    }

}


.ourProducts h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: white;
    padding: 20px 0;
    margin: 0;
}

.domProd {
    padding: 50px 0;
}

.ourProducts h3 {
    font-size: 30px;
    font-weight: bolder;
    margin: 0 0 20px 0;
    transition: all .5s ease-in-out;
}

.domProd:hover h3 {
    color: #b31e2b;
}

.ourProducts .content {
    line-height: 28px;
    height: 100%;
}

._table {
    display: table;
    width: 100%;
    height: 100%;
}

._table_cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.ourProducts p {
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto-Regular';
    font-weight: initial;
}

.ourProducts ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    display: table;
    width: 100%;
    line-height: 35px;
}

.ourProducts li {
    display: inline-block;
    width: 50%;
    position: relative;
    padding: 0 0 0 15px;
}

.ourProducts li a {
    color: #212529;
    font-family: 'Roboto-Regular' !important;
    font-weight: 500;
}

.ourProducts li:before {
    content: '';
    position: absolute;
    border: 6px solid #aa1721;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    left: 0;
    top: 10px;
}

.viewMore {
    color: white !important;
    font-size: 15px;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
    transition: all .5s ease-in-out;
    margin-top: 20px;
}

.viewMore:hover {
    box-shadow: 0 0 17px -2px black;
}

.ourProducts .productImg {
    width: 100%;
}

.comProd {
    background: #f4f4f4;
    padding: 50px 0;
}

.comProd:hover h3 {
    color: #b31e2b;
}

@media screen and (max-width: 992px) {
    .ourProducts h2 {
        font-size: 30px;
    }

    .ourProducts h3 {
        font-size: 25px;
    }

    .ourProducts p {
        font-size: 13px;
        line-height: 23px;
    }

    .ourProducts ul {
        font-size: 13px;
        line-height: 27px;
    }

    .ourProducts li:before {
        border-width: 4px;
        top: 9px;
    }

    .viewMore {
        font-size: 13px;
        padding: 5px 15px;
    }

    .ourProducts .productImg {
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }

    ._table,
    ._table_cell {
        display: block;
        height: auto;
        width: 100%;
    }

    #smDomImg,
    #smComImg {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .ourProducts h2 {
        font-size: 25px;
    }

    .ourProducts h3 {
        font-size: 20px;
    }

    .ourProducts li {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .ourProducts h2 {
        font-size: 20px;
    }

    .ourProducts h3 {
        font-size: 15px;
    }
}


.locationMap {
    padding: 50px 0;
}

.locationMap h2 {
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    margin: 0 0 0 0;
    line-height: 50px;
}

.locationMap h2 span {
    font-size: 30px;
    color: #6b6b6b;
    font-weight: 400;
}

.locationMap h2 span b {
    color: #d02128;
    font-weight: 500;
    font-size: 41px;
}

.locationMap .map {
    display: none;
}

.locationMap img {
    width: 100%;
}

.locationMap img {
    width: 100%;
}

.animated_map {
    width: 950px;
    margin: 0 auto;
}

.animated_map {
    width: 950px;
    margin: 0 auto;
    position: relative;
}

.animated_map .marker {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    font-size: 17px;
}

@media screen and (max-width: 992px) {
    .locationMap h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .locationMap h2 span {
        font-size: 25px;
    }

    .animated_map {
        display: none;
    }

    .locationMap .map {
        display: block;
    }

    .locationMap h2 span b {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .locationMap h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .locationMap h2 span {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    .locationMap h2 {
        font-size: 20px;
        line-height: 25px;
    }

    .locationMap h2 span {
        font-size: 15px;
    }
}


.testimonials {
    color: white;
    padding: 50px 0;
    text-align: center;
}

.testimonials h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
}

.testimonialBlock {
    width: 550px;
    margin: 0 auto;
}

.testimonialSlider .item>div {
    padding: 0 40px;
}

.testComment {
    font-size: 15px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 30px;
    position: relative;
}

.testComment:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    background-image: url(../img/icons/left-quote.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.testComment:after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: 0;
    background-image: url(../img/icons/right-quote.png);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
}

.testUser {
    font-size: 15px;
    line-height: 30px;
}

.testUser p {
    margin: 0;
    line-height: 23px;
}

.testimonialSlider .owl-dot {
    display: inline-block;
}

.testimonialSlider .owl-dot span {
    background: #ffffff;
    border-radius: 20px;
    display: block;
    height: 8px;
    margin: 0 3px;
    opacity: 0.5;
    width: 8px;
}

.owl-dot.active span {
    margin: 0 5px;
    opacity: 1;
    width: 20px;
}

@media screen and (max-width: 992px) {
    .testimonials h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .testimonials h2 {
        font-size: 25px;
    }

    .testComment {
        font-size: 13px;
        line-height: 24px;
    }

    .testUser {
        font-size: 13px;
    }

    .testimonialBlock {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .testimonials h2 {
        font-size: 20px;
    }
}


.feedback {
    padding: 50px 0;
}

.feedback .image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 540px;
}

.feedback .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback .form {
    background: #e4e4e4;
    box-shadow: 0 0 18px -7px black;
    border-radius: 4px;
    margin: 40px 0 0 -100px;
    padding: 40px;
}

.feedback .form h2 {
    font-size: 25px;
    font-weight: bolder;
    margin: 0 0 5px 0;
}

.feedback .form p {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #212529;
}

.feedback input,
.feedback textarea {
    border: 0;
    width: 100%;
    min-height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 15px;
    outline: 0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.feedback button.button {
    color: white !important;
    font-size: 15px;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.feedback button.button:hover {
    box-shadow: 0 0 17px -2px black;
}

@media screen and (max-width: 992px) {
    .feedback .form h2 {
        font-size: 20px;
    }

    .feedback .form p {
        font-size: 12px;
    }

    .feedback input,
    .feedback textarea {
        margin-bottom: 7px;
        font-size: 13px;
        padding: 7px 13px;
    }

    .feedback button.button {
        font-size: 13px;
        padding: 5px 15px;
    }

    .feedback .image {
        height: 500px;
    }

    .feedback .form {
        margin: 34px 0 0 -100px;
    }
}

@media screen and (max-width: 768px) {
    .feedback .form {
        margin: 0;
    }

    .feedback .image {
        display: none;
    }

}

@media screen and (max-width: 576px) {
    .feedback .form {
        padding: 30px;
    }
}

.footer-subheading {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ba0b1b;
    font-weight: 500;
    margin-bottom: 30px;
}

.social-sub-heading {
    text-align: left;
    font: 20px/24px Roboto;
    letter-spacing: 0px;
    color: #3A3D41;
    font-weight: 500;
}

footer {
    background-color: #f1f1f1;
    padding: 50px 0 0 0;
}

.footerAbout a {
    width: 130px;
    display: inline-block;
    margin: 0 0 15px 0;
}

.f-left {
    display: inline-flex;
    padding-left: 15px;
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #3A3D41;
    margin-bottom: 15px;
}

.f-left span {
    position: absolute;
    left: 0;
}

.footer-links li a {
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #3A3D41;
}

.footer-links h4 {
    text-align: left;
    font: 18px/24px Roboto;
    letter-spacing: 0px;
    color: #3A3D41;
    font-weight: 500;
}

.footer-links li {
    display: block !important;
}

.footerAbout a img {
    width: 100%;
}

.footerAbout p {
    font-size: 15px;
    margin-bottom: 0;
}

.footerAbout>p {
    padding-bottom: 0;
    margin-bottom: 1rem;
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #3A3D41;
    text-align: justify;
}

.footerAbout p i {
    transition: all .5s ease-in-out;
}

.footerAbout p:hover i {
    color: #771214;
}

.footerLink._2 {
    margin: 0 0 0 -20px;
}

.footerLink._1,
.footerLink._3 {
    padding: 41px 0 0 0;
}

.footerLink ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
}

.footerLink .pad20 {
    margin-left: 25px !important;
}

.footerLink a {
    display: block;
    color: black;
    text-decoration: none;
}

.footerLink h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footerLink h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.socialIcons {
    text-align: left;
    border-bottom: none;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    display: inline-block;

}

.socialIcons a {
    color: black;
    width: auto;
    font-size: 20px;
    margin: 0 4px;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.socialIcons a:hover {
    color: #901418;
}

.copyright {
    padding: 15px 0;
    font-size: 15px;
    text-align: center;
    border-top: 1px solid #202020;
    margin-top: 20px;
}

.copyright a {
    text-decoration: none;
    color: black;
}

.subfooter-ul li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #3A3D41;
}

.subfooter-ul {
    float: left;
}

.footer-links ul {
    padding-top: 10px;
}

.footer-links .f-left:nth-child(1) {
    padding-top: 10px;
}

.copyright p {
    text-align: left;
    font: normal normal normal 14px/24px Roboto;
    letter-spacing: 0px;
    color: #3A3D41;
    margin: 0;
}

.subfooter-ul li:last-child::after {
    display: none;
}

.subfooter-ul li::after {
    content: '|';
    position: absolute;
    width: 1px;
    height: 9px;
    font-size: 16px;
    font-weight: 400;
    top: -1px;
    right: 0;
}

@media screen and (max-width: 992px) {
    .footerAbout p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 25px;
    }

    .f-left {
        position: relative !important;
        display: block !important;
        padding-left: 30px !important;
    }

    .footerAbout>p {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .footerLink._1,
    .footerLink._3 {
        padding: 0;
    }

    .footerLink._2 {
        margin: 0;
    }

    .footerLink {
        text-align: center;
        margin: 20px 0 0 0;
    }

    footer {
        text-align: center;
    }

    .footerLink ul {
        line-height: 25px;
        font-size: 13px;
    }

    .footerLink h3 {
        font-size: 18px;
        margin: 15px 0;
    }

    .footerLink h4 {
        font-size: 15px;
    }

    .copyright {
        font-size: 13px;
    }
}


.about {
    padding: 60px 0;
}

.about h1 {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 50px;
    color: #aa1721;
}

.about h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #aa1721;
}

.about h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #aa1721;
}

.about p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: justify;
}

.static p {
    line-height: 20px;
}

.about .image {
    width: 100%;
    height: 100%;
}

.about img {
    width: 100%;
    height: calc(100% - 30px);
    object-fit: cover;
}

.client {
    padding-bottom: 60px;
}

.client h2 {
    font-size: 35px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 50px;
}

ul {
    list-style: none;
}

ul li {
    display: inline-block;

}

.navbar-brand>img {
    display: block;
    width: 130px;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    padding: 0 !important;
}

.d-flex {
    display: flex;
}

.client ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

.client li {
    display: inline-block;
    width: 16.6666%;
    height: 90px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 17px;
}

.client img {
    max-width: 100%;
    height: 100%;
    filter: grayscale(100%);
    object-fit: contain;
    transition: all .5s ease-in-out;
}

.client li:hover img {
    filter: grayscale(0%);
}

@media screen and (max-width: 992px) {

    .about h1,
    .client h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about h2 {
        font-size: 25px;
    }

    .about h3 {
        font-size: 20px;
    }

    .about p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .about .image,
    .about img {
        width: 100%;
        height: auto;
    }

    .about .image {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {

    .about h1,
    .client h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .client li {
        width: 25%;
    }

    .about h2 {
        font-size: 20px;
    }

    .about h3 {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .client li {
        width: 33.3333%;
    }
}

@media screen and (max-width: 480px) {
    .client li {
        width: 50%;
    }
}


.productFilter {
    padding: 10px 0 50px;
}

.pageBreadCrumb ol {
    background: white;
}

.pageBreadCrumb .breadcrumb-item {
    font-size: 13px;
}

.pageBreadCrumb .breadcrumb-item a {
    color: #aa1721;
    font-weight: bold;
    text-decoration: none;
}

.productFilterBar {
    margin-top: 70px;
}

.fullProductFilter {
    border-radius: 10px;
    background: white;
    overflow: hidden;
}

.productFilterBar h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 800;
    border-bottom: 1px solid #aa1721;
    padding-bottom: 8px;
}

.productFilterGroup {
    border-bottom: 1px solid white;
}

.productFilterGroup:last-child {
    border: 0;
}

.productFilterGroup ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
}

.productFilterGroup li {
    border-bottom: 1px solid #c5c5c5;
    line-height: 20px;
    display: block;
}

.productFilterGroup a {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 13px;
    padding: 10px 20px;
}

.productFilterGroup h5 {
    background: #aa1721;
    color: white;
    font-size: 14px;
    padding: 15px 30px 15px 15px;
    margin: 0;
    position: relative;
    cursor: pointer;
    line-height: 22px;
}

.productFilterGroup h5 span {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 12px;
}

.productFilterGroup a:hover,
.productFilterGroup a.active {
    background: black;
    color: white;
}

.productList h1 {
    font-size: 30px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 20px;
}

.about-product-section {
    font-weight: 400;
}

.catHead {
    color: white;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-weight: 800;
}

.singleProduct {
    border: 1px solid #e8e8e8;
    padding: 8px;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.singleProduct:hover {
    border: 1px solid #ec7783;
}

.singleProduct .image {
    position: relative;
    height: 230px;
    background: #f5f5f5;
    padding: 35px;
}

.singleProduct .image>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.productLinks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e4e4e4ed;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.productLinks>div {


    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.productLinks a {


    display: block;
    color: #c72839;
    text-align: center;
    font-size: 13px;
    padding: 3px 5px;
    margin: 0 2px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.singleProduct h5 {
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
}

.singleProduct:hover .productLinks {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .productList h1 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .productFilterBar h2 {
        font-size: 20px;
        padding-bottom: 0;
        border: 0;
        font-weight: bold;
    }

    .productFilterBar {
        margin-top: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {
    .singleProduct .image {
        height: auto;
    }

    .singleProduct h5 {
        font-size: 13px;
    }

    .catHead {
        font-size: 13px;
        padding: 10px;
    }

    .productList h1,
    .productFilterBar h2 {
        font-size: 17px;
    }
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: static !important;
    bottom: 8px;
    right: 8px;
    display: block !important;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    text-align: center;

    right: 0px;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 310px;
}

table td {
    border: solid 1px #fab;
    width: 100px;
}

.prodDetails .tab-pane td {
    border: 1px solid #909090 !important;
    padding: 10px 0px;
    font-size: 15px;
}


table#specTable td {
    padding: 15px 2px;

}


table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: unset !important;
}

tfoot.p0 tr td {
    padding: 0px !important;
}

tfoot.p0 tr td input.form-info-control {
    width: -webkit-fill-available;
    width: -moz-available;
}

.product {
    margin-bottom: 50px;
}

.product .fullImage img {
    width: 100%;
}

.product .productDesc #preview {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    background: white;
    width: 500px;
    height: 500px;
    box-shadow: 0 0 20px -3px black;
    visibility: hidden;
    z-index: 1000;
}

.product .productDesc #preview span {
    float: right;
    cursor: pointer;
    font-size: 17px;
    color: #b1b1b1;
    padding: 2px 6px;
}

.product .productDesc h1 {
    color: #b10b1a;
    font-size: 45px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product .productDesc h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.show {
    display: inline-block !important;
}
.total {
    font-family: 'Roboto-Regular' !important;
}

.product .productDesc p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
    color:#000;
}

.product .productDesc .price span {
    font-weight: bold;
}

.product .productDesc .status {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.product .productDesc .price {
    font-size: 28px;
    margin-bottom: 7px;
}

.product .productDesc .video {
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}

.product .productDesc .video a {
    display: inline-block;
    margin: 0 5px 0 0;
}

.product .productDesc .video img {
    width: 30px;
}


.product .buyQuantity select,
.product .product_code {
    border: 1px solid #b61625;
    padding: 9px;
    font-weight: bold;
    outline: 0;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.product .product_code {
    margin: 15px 0;
}

.product .buyQuantity button {
    outline: 0;
    color: white;
    padding: 7px 13px;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
}

.product .buyQuantity button:hover {
    box-shadow: 0 0 11px -1px black;
}

.product .buyQuantity button i {
    margin-right: 6px;
}

.product .imgThumb {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product .imgThumb li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
}

.product .imgThumb a {
    display: block;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 7px;
}

.product .imgThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}

.product .imgThumb a:hover img {
    transform: scale(1.1);
}

.product .imgThumb a.active {
    border-color: #b61625;
}

.prodDetails {
    background: #f1f1f1;
    padding: 50px 0;
}

.prodDetails .nav-tabs {
    border-color: black;
}

.prodDetails .nav-link {
    border: 0;
    background: transparent;
    color: black;
    padding: 0;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: bold;
}

.prodDetails .nav-tabs span {
    color: black;
    font-size: 17px;
    margin: 0 40px;
}

.prodDetails .nav-link.active {
    background: transparent;
    border: 0;
    color: black;
    border-bottom: 3px solid black;
}

.prodDetails #nav-feature ul,
.prodDetails #nav-download ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

.prodDetails #nav-feature li,
.prodDetails #nav-download li {
    display: inline-block;
    width: 33.3333%;
    margin: 30px 0 0 0;
    padding: 0 20px 0 65px;
    position: relative;
    min-height: 55px;
}

.prodDetails .tab-pane li a {
    display: block;
    color: black;
}

.prodDetails .tab-pane img {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.prodDetails .tab-pane li:hover img {
    animation-name: rubberBand;
}

.prodDetails .tab-pane p {
    margin: 0;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 25px;
    padding-right: 15px;
    font-weight: initial;
}

.prodDetails .tab-pane .table_tab {
    padding: 30px 0 0 0;
}


.prodDetails .tab-pane td {
    border: 1px solid #ebb7b738 !important;
    padding: 10px 14px;
    font-size: 14px;
}

.prodQues {
    text-align: center;
    padding: 25px 0;
}

.prodQues p {
    display: inline-block;
    margin: 0 15px 0 0;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.prodQues a {
    color: #9d0914;
    background: white;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 0 18px -5px black;
    transition: all .5s ease-in-out;
}

.prodQues a:hover {
    transform: scale(1.05);
}

.productLogo {
    margin-bottom: 10px;
}

.productLogo img {width: 150px;padding-bottom:20px;}

._productSlider {
    padding: 50px;
    text-align: center;
}

.productSlider a {
    display: block;
    text-decoration: none;
    color: black;
}

.productSlider img {
    max-width: 190px;
    margin: 0 auto;
}

.productSlider h5 {
    margin: 10px 0 0 0;
    font-size: 15px;
    font-weight: 500;
}

._productSlider h4 {margin: 0 0 10px 0;font-size: 18px;font-weight: 600;color: #ba0b1b;}
._productSlider > p {;font-weight: 400;margin-bottom:35px}

.productSlider .owl-next,
.productSlider .owl-prev {
    background: #dedede;
    display: inline-block;
    color: #2f2f2f;
    padding: 4px;
    top: 50%;
    position: absolute;
    transform: translate(0%, -50%);
    width: 30px;
    height: 30px;
}

.productSlider .owl-next {
    right: 0;
}

.productSlider .owl-prev {
    left: 0;
}

.inr {
    float: left;
    color: #b10b1a;
    font-size: 18px;
    font-family: 'Roboto-Regular';
    margin: 5px 10px 0 0;
}


@media screen and (max-width: 992px) {
    .prodDetails .tab-pane li {
        width: 50%;
    }

    .product .productDesc #preview {
        display: none;
    }

    .product .imgThumb {
        margin-bottom: 20px;
    }

    .product .productDesc h2 {
        font-size: 24px;
    }

    .product .productDesc h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 576px) {
    .product .productDesc h2 {
        font-size: 17px;
    }

    .product .productDesc h1 {
        font-size: 25px;
    }

    .prodDetails .tab-pane p {
        font-size: 11px;
        transform: translate(0, 0%);
        padding: 10px 10px 0 10px;
        line-height: 16px;
        top: 0;
        position: relative;
    }

    .prodDetails .nav-tabs>li {
        margin-right: 20px !important;
        padding-right: 20px !important;
    }

    .prodDetails .nav-tabs>li::after {
        height: 15px;
    }

    .prodDetails .tab-pane li {}

    .prodDetails .nav-link {
        font-size: 13px;
    }

    .prodDetails .tab-pane img {
        width: 40px;
        position: relative;
    }

    .prodDetails .tab-pane li {
        width: 100%;
        padding: 0 10px 0 50px;
        min-height: 40px;
        margin: 10px 0 0 0;
    }

    .prodDetails .nav-tabs span {
        font-size: 13px;
        margin: 0 10px;
    }

    .prodDetails .tab-pane td {
        padding: 10px;
        font-size: 12px;
    }

    .product .productDesc p {
        font-size: 13px;
        line-height: 22px;
    }

    .product .productDesc .status {
        font-size: 13px;
    }

    .product .productDesc .price {
        font-size: 20px;
    }

    .product .productDesc .video {
        font-size: 13px;
    }

    .product .productDesc .video img {
        width: 25px;
    }

    .product .buyQuantity select,
    .product .product_code {
        padding: 5px;
    }

    .product .buyQuantity button {
        padding: 5px 10px;
        font-size: 13px;
    }

    .product .imgThumb li {
        width: 60px;
        height: 60px;
    }

    .prodQues p {
        display: block;
        margin: 0 0 10px 0;
        font-size: 15px;
    }

    .prodQues a {
        padding: 7px 18px;
        font-size: 13px;
    }
}


label.errorMsg, #invalidCredentials {
    font-size: 13px;
    color: #cd2c3e;
    display: block;
    margin-bottom: 10px;
}

.submitMsg {
    font-size: 13px;
    display: block;
    margin: 10px 0;
    display: none;
}


.loginForm {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.loginForm form {}

.loginForm input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #7575757a;
    font-size: 14px;
    border-radius: 4px;
    outline: 0;
}

.loginForm input .txtbox2 {
    width: 40%;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #7575757a;
    font-size: 14px;
    border-radius: 4px;
    outline: 0;
}

.loginForm button {
    border: 0;
    font-size: 13px;
    color: white;
    cursor: pointer;
    padding: 9px 20px;
    border-radius: 4px;
    font-weight: bold;
    outline: 0;
}

.loginLink {
    float: right;
    padding: 7px 0;
}

.loginLink a {
    font-size: 13px;
    color: black;
}


.sitemap {}

.sitemap ul {
    margin-bottom: 20px;
    padding-left: 15px;
    list-style: none;
    line-height: 30px;
}

.sitemap li {}

.sitemap li a {
    display: block;
    text-align: left;
    font-size: 15px;
    color: #2f2f2f;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    font-weight: initial;
}

.sitemap h4 {
    font-size: 21px;
    color: #aa1721;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left;
    font-weight: bolder;
}

.sitemap h5 {
    font-size: 17px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .sitemap {
        text-align: center;
    }
}


.cartPage {
    padding: 60px 0;
}

.cartPage h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #aa1721;
}

.cartForm {
    box-shadow: 0px 0px 20px -9px black;
    padding: 40px;
    font-size: 14px !important;
}

.cartForm tr td {
    border: 1px #999999 solid;
    text-align: center;
    font-size: 15px;
}

.cartForm .txtbox {
    width: 200px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #999999;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}

.ship-details {
    padding: 25px 0;
}

.subtotal {
    width: 300px;
    max-width: 100%;
    border-top: 1px solid #ba0b1b;

    margin: 20px 0 0 679px;
    font-size: 19px;
    text-align: right !important;
    padding: 20px 0;
}

.subtotal label {
    margin: 0 0 0 20px;
}

.subtotal span {}

.checkoutBtn {
    color: white !important;
    font-size: 15px;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none !important;
}
.userorder-wrap .table th.width140 {width: 140px;}
 .gradient_bg:hover{ box-shadow: 0 0 11px -1px black;}
.cartForm td img {
    width: 35px;
}

.box {
    color: #333;
    padding: 20px;
    display: none;
    margin-top: 20px;
}

.cargo {
    margin: 0;
    padding: 0;
}

.courier {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 992px) {
    .cartPage h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .cartPage h1 {
        font-size: 25px;
    }

    .cartForm {
        padding: 0;
        box-shadow: none;
    }
}


.summary {
    padding: 60px 0;
}

.thankyou {
    color: #4CAF50;
    font-size: 17px;
    margin-bottom: 20px;
}

.orderNote {
    background: whitesmoke;
    padding: 30px;
    margin-bottom: 30px;
}

.orderNote p {
    font-size: 14px;
    margin-bottom: 10px;
}

.orderNote p:last-child {
    margin: 0;
}

.summary table {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.summary th {
    font-size: 14px;
    background: whitesmoke;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
}

.summary td {
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    font-size: 14px;
}

.summary td:first-child {
    text-align: left;
}


.showCart {
    box-shadow: 0px 0px 20px -9px black;
    padding: 25px;
}

.showCart table {
    width: 100%;
}

.showCart td {
    font-size: 14px;
    padding: 5px;
}

.showCart td.price {
    text-align: right;
}

.showCart img {
    width: 35px;
}

.showCart .subtotal {
    font-size: 14px;
}

.checkoutPage {
    padding: 60px 0;
}

.checkoutPage h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #aa1721;
}

.step {}

.stepLinks {
    margin: 0;
    list-style: none;
    display: table;
    width: 100%;
    border-radius: 3px;
    background: #f7f7f7;
    padding: 0;
}

.stepLinks li {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 25px;
    vertical-align: middle;
}

.stepLinks li:after {
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -5px;
    top: 0;
    color: #585858;
    font-size: 15px;
}

.stepLinks li:last-child:after {
    display: none;
}

.stepLinks li:nth-child(1) {
    padding-left: 0;
}

.stepLinks a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: black;
    letter-spacing: 1px;
    padding: 0;
    text-decoration: none;
    opacity: 0.4;
    pointer-events: none;
}

.stepLinks a.active {
    opacity: 1;
    pointer-events: visible;
}

.loginStep {
    padding: 50px 0;
}

.addressStep {
    padding: 40px 0;
}

.addressStep input,
.addressStep select,
.addressStep textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #7575757a;
    font-size: 14px;
    border-radius: 4px;
    outline: 0;
    min-height: 45px;
}

.addressStep button,
.paymentStep button {
    border: 0;
    font-size: 13px;
    color: white;
    cursor: pointer;
    padding: 9px 20px;
    border-radius: 4px;
    font-weight: bold;
    outline: 0;
}

.paymentStep {
    padding: 30px 0;
}

.paymentStep img {
    height: 35px;
}

.custom-control {
    margin-bottom: 20px;
}

.custom-control-input {}

.custom-control-label {
    padding: 0;
}

.custom-control-label span {
    display: inline-block;
    padding: 8px 0;
}

.custom-control-label::before {
    top: 10px;
    box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #d40b20;
    border-color: #d40b20;
}

.custom-control-label::after {
    top: 10px;
    box-shadow: none !important;
}


#mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    left: 0;
    top: 0;
    width: 440px;
    height: 200px;
    display: none;
    z-index: 9999;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
}

#boxes #dialog {
    width: 450px;
    height: auto;
    padding: 10px;
    background-color: #ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}

.maintext {
    text-align: center;
    font-family: "Segoe UI", sans-serif;
    text-decoration: none;
}
#lorem {
    font-family: "Segoe UI", sans-serif;
    font-size: 12pt;
    text-align: left;
}

#popupfoot {
    font-family: "Segoe UI", sans-serif;
    font-size: 16pt;
}

#popupfoot a {
    text-decoration: none;
    font-size: 20px;
}


.popupoption:hover {
    background-color: #D1D1D1;
    color: green;
}

.popupoption2:hover {

    color: red;
}


@media screen and (max-width: 992px) {
    .checkoutPage h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .showCart {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .checkoutPage h1 {
        font-size: 25px;
    }

    .showCart td {
        font-size: 13px;
    }

    .stepLinks li:after {
        display: none;
    }

    .stepLinks li i {
        display: block;
        margin-bottom: 5px;
    }
}


.myAccount {
    padding: 60px 0 30px;
}

.myAccount h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #aa1721;
}

.myAccount h2 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.profileInfo {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
}

.checkbox {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin: -10px 10px 0 0;
    width: 13px !important;
    height: 13px !important;
}

.myAccount input,
.myAccount select,
.myAccount textarea {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    border-radius: 4px;
    outline: 0;
    min-height: 45px;
    min-height: 45px;
    box-shadow: none;
    border-radius: 2px;
    font-family: 'Roboto-Regular';
    font-weight: initial;
}

.myAccount button {
    border: 0;
    font-size: 13px;
    color: white;
    cursor: pointer;
    padding: 9px 20px;
    border-radius: 4px;
    font-weight: bold;
    outline: 0;
}

.addressGroup {}

.addressList {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
}

.addressList p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
}

.addressList .dropdown {
    position: absolute;
    right: 0;
    top: 0;
}

.addressList .dropdown-toggle {
    color: black;
    font-size: 13px;
    padding: 10px;
    display: block;
}

.addressList .dropdown-toggle:after {
    display: none;
}

.addressList .dropdown-menu {
    left: auto !important;
    right: 10px;
    padding: 5px;
    margin: 0;
}

.addressList .dropdown-item {
    font-size: 12px;
    padding: 4px 10px;
    font-weight: bold;
    background: transparent !important;
    color: black !important;
}

@media screen and (max-width: 992px) {
    .myAccount h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .myAccount h1 {
        font-size: 25px;
    }
}


.myOrder {
    padding: 60px 0 30px;
}

.myOrder h1 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    color: #aa1721;
}

.orderGroup {
    padding: 30px;
    box-shadow: 0 0 20px -9px black;
    margin-bottom: 30px;
}

.orderItem {
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
}

.orderItem img {
    height: 50px;
}

.orderItem p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.orderItem p b {
    font-family: 'Roboto-Regular';
}

.orderItem .row {
    padding: 15px;
}

.orderItem .link {
    background: #efefef;
    border: 1px solid #e8e8e8;
    padding: 10px 15px;
    font-size: 13px;
}

.orderItem .link a {
    display: inline-block;
    background: #d20b20;
    color: white;
    padding: 8px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.orderItem .link label {
    float: right;
    padding: 7px 0;
    margin: 0;
    font-size: 15px;
}

.table thead th {
    vertical-align: middle !important;
    border-bottom: 2px solid #dee2e6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}

.table thead td a {
    color: #212529 !important;
    text-decoration: none;
}

.table thead td a:hover {
    color: #aa1721;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

.btn _svpdf {
    margin: 25px 0 !important;
    padding: 0 0 0 450px;
}

@media screen and (max-width: 992px) {
    .myOrder h1 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .btn _svpdf {
        margin: 25px 0 !important;
        padding: 0 0 0 450px;
    }
}

@media screen and (max-width: 768px) {
    .myOrder h1 {
        font-size: 25px;
    }

    .orderItem img {
        margin-bottom: 10px;
    }

    .orderItem .link label {
        float: none;
        display: block;
        padding: 15px 0 0 0;
    }
}

@media screen and (max-width: 576px) {
    .xs-scroll-x {
        overflow-x: scroll !important;
    }

    .xs-scroll-x .table>thead>tr>th {
        width: 100px !important;
    }

    .orderItem {
        text-align: center;
    }

    .quantity .loginForm {
        margin: 0 !important;
    }

    .orderItem p {
        line-height: 25px;
    }

    #boxes #dialog {
        width: 100%;
        left: 0 !important;
    }

    .prodDetails #nav-feature li,
    .prodDetails #nav-download li {
        width: 33.3333%;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        min-height: 100%;
        text-align: center;
        padding: 0;
        float: left;
        margin: 30px 0 0;
        min-height: 120px;
        height: 120px;
    }

}


.show_specification span {
    cursor: pointer;
}


i.far.fa-eye {
    position: absolute;
    top: 45%;
    left: 40%;
    border: 1px solid;
    padding: 10px;
    border-radius: 50%;
}

.image+a#a_click_trigger {
    color: #fff;
}

.image+a#a_click_trigger:hover {
    color: #fff;
    text-decoration: none;
}


a.gradient_bg.checkoutBtn.check_out {
    cursor: pointer;
}


.p0 {
    padding: 0px !important;
}

.fade {
    opacity: 1;
}

.text-cen {
    text-align: center;
}

.float-left {
    float: left !important;
}

.bt-none {
    border-top: none !important;
}


.register_link {
    font-size: 13px;
    color: black;
    text-align: right;
    padding: 7px 0;
    display: block;
}


tfoot {
    display: table-header-group;
}
}

table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.dataTables_scrollHeadInner table {
    width: 100% !important;
}

.spec_head {
    background: #ffffff;
}

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;

}

#specTable_info {
    float: left;
}

#specTable_paginate {
    float: right;
}

.foo_table .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.foo_table .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em
}

.foo_table .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0px;
    margin-left: -2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *: ;
    cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}

.foo_table .dataTables_paginate .paginate_button.current,
.foo_table .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.foo_table .dataTables_paginate .paginate_button.disabled,
.foo_table .dataTables_paginate .paginate_button.disabled:hover,
.foo_table .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.foo_table .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #efefef;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #ececec 100%);
}

.foo_table .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111
}

.foo_table .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.head_table .dataTables_length {
    float: left
}

.head_table .dataTables_filter {
    float: right;
    text-align: right
}

.head_table .dataTables_filter input {
    margin-left: 0.5em
}

.head_table .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.form-info-control,
.form-filter-control {
    display: inline;
    width: auto;
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.row .table-bordered {
    border: 1px solid #ddd;
}

.row .table-bordered>thead>tr>th,
.row .table-bordered>tbody>tr>th,
.row .table-bordered>tfoot>tr>th,
.row .table-bordered>thead>tr>td,
.row .table-bordered>tbody>tr>td,
.row .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.row .table-bordered>thead>tr>th,
.row .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.row .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.row .table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8 !important;
}

.badge {
    display: inline-block !important;
    padding: .25em .4em !important;
    font-size: 75% !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: baseline !important;
    border-radius: .25rem !important;
}


.navBar a:hover {
    display: block;
    font-size: 15px;
    color: white;
    text-decoration: none;
    border-bottom: 3px solid transparent;
}

.navBar a.active:hover {
    font-weight: bold;
    border-bottom-color: white;
}

.inr.row {
    float: none;
}

.stock_table {
    margin: 10px 0px;
}

.checkTable td:nth-child(2n+3) {
    padding-left: 10px;
}

.checkTable td:nth-child(2n+2) {
    padding-left: 5px;
}

.checkTable td:nth-child(2n+1) {
    color: #b10b19;

}

.checkTable tr {
    border: none;
}


.row.brder div {
    border: 1px solid #6e6e6e;
}

.row.brder .col-md-3:nth-child(2n+1) {
    border-right: none !important;
    color: #19181a;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    border-bottom: none;
}

.row.brder .col-md-3:nth-child(2n+2) {
    color: #1e1d20;
    font-size: 14px;
    font-weight: 400;
    border-bottom: none;
}

.row.brder .col-md-3:nth-child(2) {
    border-right: none;
}

.row.brder .col-md-3 {
    padding: 8px;
}

.tbl_format .row.brder:nth-child(2n+1) {
    border-bottom: none;
}

.tbl_format .row.brder:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.tbl_format .row.brder:last-child {
    border-bottom: 1px solid #6e6e6e !important;
}

.row.brder .col-md-6 .col-md-6:first-child {
    padding-right: 0px;

    border-right: 1px solid #000;


}

.row.brder .col-md-6 .col-md-6 {
    padding-top: 8px;
    padding-bottom: 8px;
}

.row.brder div {
    border: 1px solid #6e6e6e;
    border-right: none;
    border-bottom: none;
    padding-right: 0px;
}

.row.brder .col-md-6 .col-md-6:nth-child(2n+1) {
    padding-right: 0px;
    padding-left: 0px;
}

.tbl_format .row.brder div:last-child span:last-child {
    border-right: 1px solid #6e6e6e;
}


@media(max-width:575px) {

    .userorder-wrap .table td,
    .userorder-wrap .table th {
        width: 160px !important;
    }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    table#specTable td {
        width: 50px !important;
    }

    .pagination {
        display: flex;
    }

    #specTable_info {
        float: left;
        text-align: center !important;
        width: 100%;
    }

    #specTable_paginate {
        float: right;
        text-align: center !important;
        width: 100%;
    }

    .head_table .dataTables_length {
        float: left;
        text-align: center !important;
        width: 100%;
    }

    .head_table .dataTables_filter {
        float: right;
        text-align: right;
        float: right;
        text-align: center !important;
        width: 100%;
    }

    li.paginate_button {
        width: auto !important;
    }

    .navbar-collapse.in+.bottomHeader {
        width: 100%;
    }
}

@media(max-width: 375px) {

    .navbar-collapse.collapse.in,
    .navbar-collapse {
        background-color: #bb1822;
        text-align: left;
        position: absolute;
        top: -13px;
        width: 100%;
        left: 0;
        margin: 0 !important;
    }

    .prodDetails .nav-tabs>li {
        margin-right: 10px !important;
        padding-right: 10px !important;
    }

    .prodDetails .nav-tabs>li::after {
        height: 12px;
    }

    .navbar-toggle {
        float: none !important;
        position: absolute;
        top: -57px;
    }

    .topHeader .webLogo {
        width: 90px;
    }

    .productBar>li {
        margin-right: 15px;
    }

    .productBar select {
        margin: 0 0 0 20px;
        width: 70px;

    }

    .bottomHeader {
        top: 15px !important;
        z-index: auto !important;
    }

    .prodDetails .nav-link {
        font-size: 11px;
    }
}

@media(max-width: 320px) {
    .topHeaderBlock {
        padding-left: 30px;
        margin-top: -10px;
    }

    .bottomHeader {
        top: 15px;
        left: -4px;
    }

    .topHeader .webLogo {
        width: 70px;
    }

    .productBar>li {
        margin-right: 12px;
    }

    .productBar select {
        margin: 0 0 0 20px;
        width: 70px;

    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .pagination {
        display: flex;
    }
}

@media (min-width: 768px) {}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .pagination {
        display: flex;
        margin-top: 5px;
    }

    li.paginate_button {
        width: auto !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}

@media only (width: 768px) {}

@media (min-width: 1024px) and (max-width: 1280px) {}


@media (min-width: 1281px) {
    .max-wid {
        max-width: 39.666667% !important;
    }
}

@media screen(min-width:1344px) and (max-width: 1280px) {}

.mb-30 {
    margin-bottom: 30px;
}

.about-product-section {
    padding: 40px 0 50px;
    background: url(../img/about-com.png) no-repeat;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: right;
}

.prodDetails .nav-tabs>li.active>a,
.prodDetails .nav-tabs>li.active>a:focus,
.prodDetails .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom: 3px solid #272727;
}

.prodDetails .nav-tabs>li {
    margin-right: 30px;
    padding-right: 30px;
}

.prodDetails .nav-tabs>li::after {
    position: absolute;
    top: 2px;
    right: 0;
    content: '';
    background-color: #272727;
    width: 2px;
    height: 20px;
}

.prodDetails .nav-tabs>li:last-child::after {
    display: none;
}

.purchase-content-body {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.purchase-header {
    background: #CD0A1E 0% 0% no-repeat padding-box;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.mb-30 {
    margin-bottom: 30px;
}

.purchase-header h2,
.purchase-header p {
    color: #fff;
}

.order-subhead {
    font: normal normal bold 16px/19px Roboto;
    letter-spacing: 0px;
    color: #474545;
}

.order-subheading {
    color: #474545;
    font-family: 'Roboto-Regular' !important;
}

.order-subheading span {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #474545;
}

.order-detail p {
    font: normal normal normal 16px/19px Roboto;
    letter-spacing: 0px;
    color: #474545;
}

.purchase-body {
    padding: 20px 50px;
}

.row.product-order-detail {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    padding: 15px 0;
}

.product-order-detail .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.order_detail h4 {
    text-transform: capitalize;
    margin-bottom: 15px;

}

.order_detail h5 {
    font-family: 'Roboto-Regular' !important;
    margin-bottom: 15px;
}

.pl-30 {
    padding-left: 20px;
}

.inr-heading {
    margin-top: 30px;
}

.shipping-product-wrp .summary-heading {
    margin-bottom: 30px;
}

.product-order .total-sec {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 15px 0;
    padding: 15px 0;
}

.shipping-product-wrp ul {
    padding-left: 0;
    margin-bottom: 0;
}

.shipping-product-wrp .total-sec ul li {
    display: block;
    font: 16px/19px 'Roboto-Regular';
    letter-spacing: 0px;
    color: #474545;
    text-transform: capitalize;
    padding: 7px 40px;
}

.total-sec ul li span {
    float: right;
}

.shipping-product-wrp .total-sec,
.final-total {
    width: 50%;
    margin-left: auto;
    padding: 15px 0;
}

.final-total h3 {
    display: block;
    margin: 0;
    text-align: left;
    font: 16px/19px 'Roboto', sans-serif;
    letter-spacing: 0px;
    color: #474545;
    font-weight: 600;
}

.userorder-wrap .table th {
    text-align: center !important;
}

.userorder-wrap .table td a,
.userorder-wrap .table td {
    font-weight: 400 !important;
}

.userorder-wrap .table td:nth-child(1),
.userorder-wrap .table th:nth-child(1) {
    width: 80px !important;
}

.userorder-wrap .table td:last-child,
.userorder-wrap .table th:last-child {
    width: 120px;
}

.userorder-wrap .table td,
.userorder-wrap .table th {
    width: 100px;
}

.shipping-product-wrp .total-sec ul li:nth-child(1) {
    padding: 10px 40px;
    border-bottom: 1px solid #ddd;
}

.final-total h3 span {
    float: right;
}

.final-total {
    border-top: 0;
    border-bottom: 1px solid #707070;
    padding: 15px 40px;
}

.col-12 {
    width: 100%;
    max-width: 100%;
    flex: 1 100%;
}

.purchase-footer {
    padding: 0 !important;
}

.purchase-footer .copyright {
    border-top: 0 !important;
}

.scroll-x {
    overflow-x: scroll;
}


.modal-content {
    border: none;
}

.align-items-ceter {
    align-items: center;
}

.myAccount input[type=checkbox] {
    min-height: auto !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.breadcrum-wrap {
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding: 15px 0;
}

.profileInfo h2 {
    font-size: 20px;
    color: #aa1721;
    font-family: 'Roboto', sans-serif;
    padding: 6px 2px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 0;
}

.profileInfo .form-row .col-lg-6 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'ROboto-Regular';
    margin-bottom: 12px;
}

.profileInfo .form-row .col-lg-6 strong {
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.navbar-default {
    margin: 0;
}

.shipping-address-sec .order-info {
    margin-top: 10px;
}

.bottomHeader .navbar-default {
    background-color: transparent;
    border: none;
}

.bottomHeader .navbar-nav {
    float: none;
    width: fit-content;
    margin: 0 auto;
}

.bottomHeader {
    position: relative;
    z-index: 3;
}

.clear {
    clear: both;
}

.home_page .wrapper {
    position: absolute;
    width: 100%;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a.focus,
.navbar-default .navbar-nav>li>a.hover {
    color: #fff !important;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.productDesc .badge {
    margin-bottom: 10px;
    font-weight: 500 !important;
}

.w-60 {
    width: 60%;
}

.sitemap ul li{
    display: block;
}
#myModal.show {display: block;background: #1e1d1dab;}
.sitemap ul li a .fa {
    padding-right: 8px;
    color: #d90b21;
}

.qty-wrap .input-group .form-control {
    text-align: center;
}

.ml-auto {
    margin-left: auto;
}

.pr-60 {
    padding-right: 60px;
}

.subtotals {
    border-top: 1px solid #ba0b1b;
    margin: 20px 0 0 0;
    font-size: 19px;
    text-align: right !important;
    padding: 20px 0;
}

.search-overlay {
    z-index: 99;
}

.search-overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-overlay>div .close-mobile-search {
    top: 25px;
    font-size: 20px;
    right: 25px;
}

.search-overlay>div .close-mobile-search {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 20px;
    color: #444;
    cursor: pointer;
    z-index: 1;
}

.search-overlay>div .overlay-content {
    position: absolute;
    top: 30px;
    left: 20px;
    width: 90%;
    right: 0;
}

.purchase-wrap {
    margin-top: 30px;
}

.cart-model {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
}

.cart-model .modal-title {
    margin-top: 20px;
    color: #2f2f2f;
    margin-bottom: 30px;
}

.cart-model h2 {
    margin-bottom: 40px;
    color: #2f2f2f;
}

.cart-model .btn {
    outline: 0;
    color: white;
    padding: 7px 13px;
    border-radius: 4px;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    border: 0;
    background-image: linear-gradient(to right, #dc0b22, #920912);
}

.d-none {
    display: none !important;
}

.form-group.qty-wrap {
    margin-bottom: 0 !important;
}

.mt-30 {
    margin-top: 30px;
}

.ex-checkoutfrom {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.suggesstion-box {
    position: absolute;
    margin-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    width: 95%;
    z-index: 99;
    min-height: 50px;
}

.suggesstion-box ul {
    margin: 0;
    padding: 10px 0;
}

.suggesstion-box ul li {
    display: block;
    cursor: pointer;
    padding: 8px 20px;
}

.suggesstion-box ul li:hover {
    color: #dc0b22;
}

.top-header-search .form-control:focus {
    border-color: #900912 !important;
}

.about-product-section p {
    font-family: 'Roboto-Regular';
    font-weight: initial;
}

.addtocart-model .modal-dialog {
    top: 25%;
}

.cartpage-model .modal-dialog {
    top: 15%;
}

.searchFilter .singleProduct .image {
    width: 100% !important;
    text-align: center !important;
}

.order-summary-img img {
    width: 50% !important;
    margin: 0 auto !important;
}

.order-summary-item {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #ddd !important;
}

.order-summary-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.productDesc p span {
    font-weight: 400 !important;
}
#newTable td,tr{border:1px solid grey}
         .light{font-weight:lighter}
         .firebaseui-title{font-size:24px}
         .modal-header{display:block}
         
         
         
         
         
/****************** NEW ******************************************/
 /* ==========================================================================
                               myaccount
       ========================================================================== */
.myacnt{box-sizing: border-box;}
.myacnt .mob,.myacnt.realmya .mob{display: none;}
.prdcoldtl.realmya5 {background-color: #f6ebd1;}
.myacnt.realmya {padding-top: 0;padding-left: 0%;background-color: #f6ebd1;}
.myacnt.realmya .urords {width: 56.3%;background-color: #fff;}
.myacnt.realmya .ordrlstshn {margin-left: 0;padding: 44px 20px 20px 40px;}
.ordrdtlss > h4 {    font-size: 1.4em;font-weight: 500;text-transform: capitalize;color: #f36b30;}
.ordrdtlsvarty{padding: 35px 5% 0px 5%;}
.ordrdtls {border-bottom: 1px dotted #7a4125;padding:0;font-size: 0;}
.ordrdtls > div,.ordrvew7 > div{display: inline-block;font-size: 16px;vertical-align: top;}
.ordrdtls:last-child{border-bottom: none;}
.acmdtls{padding: 25px 9.5% 35px;}
.acmdtls > p {color: #7a4125;font-size: 0.85em;letter-spacing: 0;padding-bottom: 0;}
.ordrfulld {width: 30%;}
.ordrvew {
    width: 70%;
}
.ordrfulld > p {font-size: 0.85em;padding-bottom: 0;}
.ordrno {display: inline-block;position: relative;    font-weight: 700;text-transform: capitalize;color: #aa1721;font-size: 1em;letter-spacing: 0.06em;line-height: 1em;pointer-events: none;}
/*.ordrno::after{position: absolute;content: '';top: 0px;right: -20px;;border-top: 1px solid #f36b30;border-right: 1px solid #f36b30;width: 7px;height: 7px;transform: rotate(135deg);}*/
.ordrno.ordera::after {transform: rotate(-45deg);top: 5px;}
.ordrfulld > h6 {font-size: 1em;}
.ordrfulld > h5 {font-size: 0.85em;padding-top: 17px;text-transform: capitalize;}
.ordrfulld > h5.green{color: #287f17;}
.ordrpymt {padding-top: 17px;}
.ordrpymt >h5 {font-size: 0.85em;color: #f36b30;font-weight: 600;text-transform: capitalize;}
.ordrpymt > p {text-transform: uppercase;    font-size: 0.85em;color: #f36b30;}
.ordrdtlss{display: none;}
.ordrdtlss:first-child{display: block;}
.ordrvew7 {font-size: 0;}
.ordeseat{ padding-top: 9px;}
.ordeseat > li {font-size: 0.7em;text-transform: capitalize;position: relative;color: #7a4125;display: inline-block;vertical-align: top;padding-right: 16px;}
.ordeseat > li::after{position: absolute;content: '/';top: 0;right: 5px;color: #7a4125;}
.ordeseat > li:last-child::after{content: '';}
.ordrvewcnt > p{text-transform: capitalize;font-size: 0.7em;}
.olstshn > li {position: relative;padding-left: 27px;}
.olstshn > li.actve::before {position: absolute;top: 5%;left: 0;background: url(../img/img.png) no-repeat 0 -1835px / 110px auto;content: '';width: 20px;height: 26px;}
.olstshn > li > a {font-size: 1.4em;position: relative;text-transform: capitalize;color: #7c5e25;}
.olstshn > li.actve > a{font-weight: 600;}
.olstshn > li > a:hover {text-shadow: -0.25px -0.25px 0 black, 0.25px 0.25px black;}
.olstshn > li{margin-bottom: 33px;}
.ordrvew7 .favritfs{width: 25%;}
.ordrvew7 .ordrvewig .flsaltx1 > p {font-size: 0.3vw;}
.ordrvew7 .ordrvewig .flsaltx1 > h3 {font-size: 1vw;}
.ordrvew7 .ordrvewig .flsaltx2 {top: 16%;width: 20%;}
.ordrvew7 .flsal{top: -14%;}

.currblnce1 > a {color: #f36b30;font-size: 1.05em;}
.currblnce2 > p {font-size: 0.85em;padding-bottom: 0;letter-spacing: 0;color: #7a4125;}
.currblnce {padding-bottom: 10px;border-bottom: 1px solid #7a4125;}
.choseamt {padding-top: 15px;}
.choseamt > p {font-size:0.85em;color: #7a4125;letter-spacing: 0;font-weight: 500;}
.amtrupe > li {border: 1px solid #7a4125;border-radius: 6px;margin-right: 2%;overflow: hidden;width: 13%;box-sizing: border-box;}
.amtrupe > li.active {border: 2px solid #7a4125;}
.amtrupe > li.active .ambtds{font-weight: 500;}
.amtrupe > li:last-child {margin-right: 0;width: 33%;position: relative;}
input.ambtds {padding: 7px 10px 5px;font-size: 0.85em;line-height: 1em;letter-spacing: 0;color: #7a4125;text-align: center;width: 100%;cursor: pointer;}
input#amountd {padding-left: 20%;}
.amtrupe > li > span {border-right: 1px solid #7a4125;display: flex;position: absolute;left: 0;top: 0;width: 15%;bottom: 0;align-items: center;justify-content: center;background-color:#f6ebd1;}
.admny {padding-top: 20px;}
input.mnytob {background-color: #7a4125;color: #fff;border-radius: 6px;padding: 5px 15px;}

#message4 {color: #7a4125;font-size: 0.85em;padding-top: 5px;}
 /* ==========================================================================
                               cart
       ========================================================================== */
.cartlist:nth-child(even) {background-color: #f1ffee;}
.myacnt {padding: 30px 0 0;}
.urords {box-sizing: border-box;}
.cartlist{padding: 40px 9% 30px 9.3%;background-color:#fffcee;margin-bottom: 10px;}
/*.cartlist:last-child{margin-bottom: 0;}*/
.ordrvewig {width: 30%;position: relative;}
.ordrvewig::after {position: absolute;content: '';bottom: 0;left: 57%;right: 0;background: url(../img/gradient.png) no-repeat 0 0 / 100% auto;height: 16%;}
.ordrveps {padding: 0 10%;}
.crtlst > .ordrvewcnt{position: relative;}
.ordrvewcnt {width: 68%;box-sizing: border-box;padding: 8px 3.7%;}
.ordrvewcnt > h5 {font-size: 0.7em;text-transform: capitalize;font-weight: 500;color: #5a834d;letter-spacing: 0.06em;}
.ordrvewcnt > h3 {font-weight: 700;color: #aa1721;text-transform: capitalize;font-size: 1.05em;letter-spacing: 0.06em;line-height: 1.1em;margin: 0;}
.prdclos {position: absolute;content: '';top: 3px;right: 0;width: 17px;height: 17px;background: url(../img/img.png) no-repeat 0 -1526px / 80px auto;}
.pddet-3 {padding-top: 20px;}
.decrnmt, .dec.button, .inc.button {font-size: 1em;background-color: #ececec;width: 25px;height: 25px;display: inline-block;color: #7c5e25;text-align: center;cursor: pointer;vertical-align: middle;line-height: 1.5em;padding: 0;}
.decrnmt1, .txtbxx {width: 30px;height: 30px;text-align: center;color: #7c5e25;padding-top: 0px;background-color: #ffeaba !important;font-size: 0.8em;display: inline-block;vertical-align: top;border: 1px dotted #000 !important;box-sizing: border-box;padding-top: 3.5px;}
.pddet-3 .decrnmt1 {width: 25px;height: 25px;}
.ordrvewig .favritfs{right: 37%;top: -11%;}
.ordrvewig .flsaltx1{left: 3%;}
.ordrvewig .flsaltx1 > p{font-size: 0.35vw;}
.ordrvewig .flsaltx1 > h3{font-size: 1.3vw;}
.ordrvewig .flsaltx2{top: 20%;right: 9%;}
.ordrlstshn {padding: 30px 12px 50px 64px;width: 41%;box-sizing: border-box;position: sticky;top: 100px;margin-left: 1.2%;background-color: #f6ebd1;}
.ordrlstshn1{background-color: #f6ebd1;padding: 30px 12px 0px 64px;}
.ordrlstshn.crtcht {background-color: transparent;padding: 0;}
.paymthd {padding: 30px 0;}
.ordrsmry:nth-child(5) {border-bottom: none;}
.ordrlstshn1 > h3 {color: #7c5e25;font-weight: 600;font-size: 1.2em;text-transform: capitalize;padding-bottom: 10px;position: relative;cursor: pointer;display: inline-block;padding-right: 30px;}
.ordrlstshn1 > h3::after {position: absolute;top: 6px;right: 0;background: url(../img/img.png) no-repeat -56px -1007px / 80px auto;content: '';width: 20px;height: 15px;transition: all 500ms ease-in-out;}
.ordrlstshn1 > h3.active::after {transform: rotate(180deg);top: 5px;}
.ordrlstshn1 > h1 {color: #7c5e25;font-weight: 600;font-size: 1.2em;text-transform: capitalize;padding-top: 15px;}
.ordrsmacc {display: none;}
.ordrsmry {width: 74%;border-bottom: 1px dotted #7c5e25;}
.ordrsmry:last-child{border-bottom: none;}
.ordrsmry.smrybold{border-bottom: none;border-top: 1px dotted #7c5e25;border-bottom: 1px dotted #7c5e25;}
.ordrsmry > p:first-child, .sbordrsmry > p:first-child {width: 70%;font-weight: 500;}
.ordrsmry > p:last-child, .sbordrsmry > p:last-child {width: 30%;font-weight: 700;}
.ordrsmry > p {text-transform: capitalize;padding: 10px 7px;color: #7c5e25;font-size: 13px;box-sizing: border-box;}
.ordrsmry.smrybold > p {padding: 10px 10px;font-weight: 700;font-size: 16px;letter-spacing: 0.02em;}
.promocde {padding-left: 10px;padding-top: 20px;}
.promocde > h6 {letter-spacing: 0.02em;font-size: 0.7em;text-transform: uppercase;color: #7c5e25;font-weight: 500;}
.promocde > p {font-size: 0.5em;color: #838383;}
.promoi {width: 50%;background-color: #fff !important;padding:6px 8px;margin-right: 10px;}
.prclck, .removecpn {text-transform: uppercase;    font-size:0.6em;color: #7c5e25;font-weight: 700;width: 17%;display: inline-block;vertical-align: middle;}
.chkoutt,.shhbgco {margin: 40px 10px 64px;position: relative;display: inline-block;}
.shhbgco{margin-left: 0;}
.chkoutt::after,.shhbgco::after {position: absolute;content: '';top: 28%;right: 8px;width: 25px;height: 25px;background: url(../img/img.png) no-repeat 0 -1579px / 80px auto;}
.chkoutt > a,.uabaco {color: #fff;display: inline-block;text-transform: uppercase;padding: 15px 82px 11px 32px;background-color: #5a834d !important;position: relative;width: auto;font-size: 1.05em;font-weight: 700;letter-spacing: 0.02em;}
.chkoutt > a:hover,.uabaco:hover{background-color:#f36b30 !important; }
.paymthd > h3 {font-weight: 700;color: #5a834d;padding-left: 10px;text-transform: uppercase;font-size: 0.85em;letter-spacing: 0.02em;}
.paylogo {padding-top: 10px;padding-left: 10px;}
.sbordrsmr {background-color: #fffcee;padding: 30px 9% 20px 9.3%;margin-bottom: 10px;}
.sbordrsmr > h3 {font-size: 1.7em;text-transform: capitalize;}
.sbordrsmrnrm, .sbordrsmrybld1 {display: inline-block;vertical-align: bottom;width: 49%;}
.sbordrsmrnrm {padding-top: 10px;}
.sbordrsmry > p {text-transform: capitalize;padding: 4px 0;    font-size: 1.05em;}
.sbordrsmrybld1 {text-align: right;padding: 0 30px 3px 0;box-sizing: border-box;}
.sbordrsmrybld {display: inline-block;text-align: left;}
#ship_info {padding-bottom: 0;}
.sbordrsmrybld > p {text-transform: capitalize;font-weight: 600;padding-bottom: 0;font-size: 1.05em;line-height: 16px;}
.presvdad > a,.presvdadb > a {color: #7a4125;text-transform: uppercase;font-size: 0.75em;position: relative;display: inline-block;}
.presvdad > a::after,.presvdadb > a::after{position: absolute;content: '';top: 0px;right: -25px;;border-top: 1px solid #7a4125;border-right: 1px solid #7a4125;width: 8px;height: 8px;transform: rotate(135deg);transition: all 500ms ease-in-out;}
.presvdad > a.active::after,.presvdadb > a.active::after{transform: rotate(-45deg);top: 5px;}
.presvdad1 > li,.presvdad1b > li{padding-bottom: 10px;border-bottom: 1px dotted #000;margin-bottom: 10px;}
.presvdad1 > li:last-child,.presvdad1b > li:last-child{border-bottom: none;margin-bottom: 0;padding-bottom: 0;}
.presvdad1 > li > a,.presvdad1b > li > a {font-size: 0.85em;color: #7a4125;}
.presvdad1 > li > a span,.presvdad1b > li > a span {display: block;font-weight: bold;}
.presvdad1,.presvdad1b {padding: 5px 10px 8px 10px;display: none;background-color: #fff3d6;margin-top: 7px;}
.sppbgg > h1{padding-bottom: 8px;}
.shipadrs {width: 80%;}
.shipadrs.bldfra > p {padding-bottom: 0;text-transform: capitalize;}
.chkbx.uaba {padding-top: 10px;}
.sgbg {padding: 12px 0;width: 100%;border-bottom: 1px dotted #7a4125 !important;background-color: transparent !important;color: #7a4125;font-size:0.85em;}
.shhbgco {display: inline-block;}
.shhbgco::after{position: absolute;content: '';top: 28%;right: 8px;width: 25px;height: 25px;background: url(../img/img.png) no-repeat 0px -1579px / 80px auto;}
.add-adrs7 > li > a {display: inline-block;vertical-align: top;color: #7a4125;font-size: 0.75em;position: relative;padding: 5px 10px 3px 28px;text-transform: capitalize;}
.add-adrs7 > li > a::before {content: '+';position: absolute;left: 0px;top: 5px;width: 15px;height: 15px;border-radius: 50%;color: #fff;background-color: #7a4125;z-index: 10;pointer-events: none;text-align: center;font-size: 0.7rem;box-sizing: border-box;transition: all 500ms ease-in-out;line-height: 1.5em;}
.shipngdtl.opn, .shipadrs7, .shpaddress {padding-top: 15px;}
.delvrytyp1 {display: inline-block;vertical-align: top;padding-right: 20px;}
.chkbx {padding-left: 17px;}
.chkbx > input {opacity: 0;z-index: -1;position: absolute;width: 90%;}
.chkbx > label {position: relative;cursor: pointer;padding-left: 5px;text-transform: capitalize;color: #7a4125;font-size:0.85em}
.chkbx label::before { position: absolute; left: -16px;display: block; pointer-events: none;content: "";-webkit-user-select: none;-moz-user-select: none; -ms-user-select: none; user-select: none;transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;border: 1px solid #7a4125;border-radius: 0;height: 10px;top: 4px;width: 10px;}
.chkbx label::after {background-size: 10px 10px;height: 10px;top: 8px;width: 10px;position: absolute;left: -15px;display: block;content: "";background-repeat: no-repeat;background-position: center center;}
.chkbx .chkbxx:checked~.chklbl::after {border-top: 1px solid #7a4125;border-right: 1px solid #7a4125;transform: rotate(135deg);height: 3px;top: 7px;width: 7px;position: absolute;left: -14px;display: block;content: "";}
.addshpadrs {margin-right: 8px;}
.caclshpadrs,.addshpadrs,.caclshpadrs9 {display: inline-block;vertical-align: top;margin: 12px 0 0 0px;position: relative;}
.citithft {background-color: #7a4125 !important;border: 1px solid #7a4125 !important;color: #fff;padding: 10px 30px 7px 10px;  display: block;text-transform: uppercase;font-size: 0.8em;transition: all 500ms ease-in-out;line-height: 1em;}
.caclshpadrs::after,.addshpadrs::after,.caclshpadrs9::after{position: absolute;content: '';top: 12px;right: 9px;;border-top: 2px solid #fff;border-right: 2px solid #fff;width: 8px;height: 8px;transform: rotate(45deg);transition: all 500ms ease-in-out;}
.shpngdtl > h2 {font-size: 1.45em;text-transform: capitalize;color: #7a4125;}
.mob,#billSection, .shpingdtl.addedform .shipadrs7 .shipadrs77 > p, .shpingdtl.addedform .shpaddress > p, .shpingdtl.addedform .shpaddress .add-adrs7 > li > a{display: none;}
#coupon_code {color: #7c5e25;font-size: 0.85em;}
/*---------27-10-2023------------------*/
.prodDetails .show{width:100%;}
.schprd {
    position: relative;
}
.srchmnu3 {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    background-color: #fff;border: 1px solid #707070;
    border-radius: 6px;
    overflow: hidden;display: none;z-index: 100;
}
#searchresult {
    padding: 20px;max-height: 400px;
    overflow-y: auto;
}
div#searchresult > li {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;    border-bottom: 1px solid #707070;
}
div#searchresult > li:nth-last-child(2) {
    padding-bottom: 0px;
    margin-bottom: 0px;    border-bottom: none;
}
.srchgmi {
    width: 50px;
    display: inline-block;
    padding-right: 10px;
}
.srchgmi > img {
    width: 100%;
    height: auto;
}
.srchtxt {
    display: inline-block;
}
.capsearc {
    color: #b10b1a;
}
.nores > p {
    margin-bottom: 0;
}
.tbpam:first-child {
    display: block;
}
.dtltbl #specTable_wrapper{overflow-x: auto;}
table#specTable td {width: 70px !important;font-weight:400;box-sizing: border-box;text-align: center;}
#specTable_previous {
    padding-right: 10px;font-weight: 400;
}
#specTable_next {
    padding-left: 10px;font-weight: 400;
}
#specTable_paginate {
    padding-top: 0.755em;}
table#specTable td {padding: 10px 5px;}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after{opacity: 1;}
/* width */
.modal-body .scroll-x::-webkit-scrollbar, #specTable_wrapper::-webkit-scrollbar {height: 10px;position: absolute;right: 10px;}
/* Track */
.modal-body .scroll-x::-webkit-scrollbar-track, #specTable_wrapper::-webkit-scrollbar-track{box-shadow: inset 0 0 10px #555;border-radius: 10px;}
 /* Handle */
.modal-body .scroll-x::-webkit-scrollbar-thumb, #specTable_wrapper::-webkit-scrollbar-thumb{background: #bd1a24;border-radius: 10px;}
/* Handle on hover */
.modal-body .scroll-x::-webkit-scrollbar-thumb:hover, #specTable_wrapper::-webkit-scrollbar-thumb:hover{background: #bd1a24;}
.footer-links .f-left > p, #specTable_info {
    font-weight: 400;
}
.foo_table .dataTables_paginate .paginate_button.current, .foo_table .dataTables_paginate .paginate_button.current:hover{
    background: #bd1a24 !important;
    color: #fff !important;
}
.foo_table .dataTables_paginate span > .paginate_button {
    margin: 0 3px !important;
}
.singleProduct .cntrlv h5{min-height: 33px;overflow: hidden;padding: 0;
    display: flex;align-items: center;justify-content: center;}
.singleProduct a.cntrlv {
    padding: 15px 10px;
    display: block;
    background-image: linear-gradient(to right, #dc0b22, #920912);
}
.listItem img:hover {
    transform: scale(1.1);
}
.listItem img{transition: all 500ms ease-in-out;}
.spacez {
    padding: 9px 20px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    border-radius: 4px;
}
.f-left > a{color:#3A3D41 }
.ordrveps > img {
    width: 100%;
    height: auto;
}
header{position: fixed;}
.wrapper {
    padding-top: 144px;
}
.topHeader{background-color: #fff;}
.home_page .bottomHeader.shead {
    background-image: linear-gradient(to right, #dc0b22, #920912);
}
.carousel-indicators li{vertical-align: middle;}
button.owl-next.disabled,button.owl-prev.disabled {
    display: none;
}
.mob{display: none;}
@media only screen and (max-width:64em){
    .wrapper {padding-top: 0px;}
    .ordrdtlsvarty {padding: 5px 0% 0px 0%;}
    .ordrvewcnt > h3{letter-spacing: 0.02em;}
    .ordrvewig {width: 35%;}
    .ordrvewcnt {width: 65%;}
    .navbar-nav>li>a{padding: 10px 15px;}
    
}
@media only screen and (max-width:39em){
    .desk{display: none;}
    .signsuces4 {width: 90%;box-sizing: border-box;}
    .mob{display: block;}
    .product .productDesc h1,.whyUsBlock h2 {font-size: 18px;}
    .product .productDesc h2 {font-size: 15px;}
    .ordrfulld,.ordrvew{width: 100%;box-sizing: border-box;}
    .spacez ,.myAccount button{padding: 9px 6px;}
    .profileInfo{padding: 20px;}
    .ordrfulld > h5{padding-top: 0;}
    .ordrpymt {padding-top: 7px;}
    .ordrvew {padding-top: 15px;}
    .ordrveps {padding: 0;}
    .pricshp > h3{font-size: 16px;}
    .wrapper {padding-top: 69px;}
    .topHeaderBlock {padding-left: 0;margin-top: 0;}
    .productBar>li:last-child {margin-right: 0;}
    .navbar-toggle {position: static;margin: 0;padding: 0 0 0 10px;}
    .navbar-toggle .icon-bar {background-color: #8d1418 !important;}
    .carousel-indicators{bottom: 0;}
    .whyUs {padding: 30px 0 0;}
    .copyright,.copyright p{text-align: left !important;}
    .about {padding: 20px 0;}
    .client {padding-bottom: 30px;}
    .productFilter {padding: 10px 0 10px;}
    .breadcrumb{margin-bottom: 0;padding: 8px 0;}
    .breadcrumb>li+li:before,.profileInfo .align-items-center{padding: 0;}
    .inr{font-size: 14px;}
    .prodDetails .nav-tabs>li::after{height: 10px;}
    .head_table .dataTables_length,.head_table .dataTables_filter,#specTable_info{text-align: left !important;}
    .head_table .dataTables_filter{padding-top: 5px;}
    .prodDetails #nav-feature li, .prodDetails #nav-download li{min-height: 100px;height: auto;}
    .product {margin-bottom: 20px;}
    .prodDetails {padding: 30px 0;}
    .myAccount h1 {margin-bottom: 30px;margin-top: 0;}
    .nocartitms {padding-top: 20px;}
    .flashmessages.showpop{right: 25%;}
    .bottomHeader .navbar-nav {float: none !important;width: 100% !important;text-align: right;}
    .navbar-nav>li>a{padding-right: 0;}
    .navbar-toggle.collapsed .icon-bar:nth-child(2){transform: rotate(0deg);margin-top: 0px;}
    .navbar-toggle.collapsed .icon-bar:last-child{transform: rotate(0deg);margin-top: 4px;}
    .navbar-toggle.collapsed .icon-bar:nth-child(3){display: block;}
    .navbar-toggle .icon-bar:nth-child(2){transform: rotate(45deg);margin-top: -7px;}
    .navbar-toggle .icon-bar:last-child{transform: rotate(-45deg);margin-top: -2px;}
    .navbar-toggle .icon-bar:nth-child(3){display: none;}
}
.hdbacred > td > strong {    font-weight: 400;    font-size: 12px;	}
 table.dataTable thead .sorting_asc:after,  table.dataTable thead .sorting:after,  table.dataTable thead .sorting_desc:after{    font-size: 8px;}
div#couponerr {font-weight: 400;font-size: 11px;color: #aa1721;}
tr.hdbacred{background-color: #bd1a24;color: #fff;}
a.knowfspe{ color:#bd1a24;font-weight: 400;}
em.errorMsg {font-style: normal;color: #ff0000;font-size: 11px;}
span#popumesg2 {color: #337ab7;}
.signsuces, .alert.alert-success {position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 1000;background-color: rgba(0,0,0,0.6);display: none;}
.signsuces1, .rgstrovlay1 {display: table;width: 100%;height: 100%;}
.signsuces2, .rgstrfrm {display: table-row;}
.signsuces3, .rgstrfrm2 {display: table-cell;vertical-align: middle;}
.sveto {font-size: 0.75em;}
.flashmessages .text-success {color: #fff;}
.signsuces4, .rgtrfrm {max-width: 600px;background-color: #fff;padding: 20px;text-align: center;margin: 0 auto;}
.signsuces5 p, .rgtrfrm p {font-size: 1.3em; line-height: 1.3em;padding-bottom: 20px;}
.signsucesok, .rgstrok1 {color: #fff;border: 1px solid #ba0b1b;display: inline-block;vertical-align: top;background-color: #ba0b1b;padding: 5px 15px;text-transform: uppercase;font-weight: 700;color: #fff;}
.signsucesok:hover, .rgstrok1:hover{background-color: #fff;color: #000;}
.gradient_bg.spacez{color: #fff;text-decoration: none}
