.dis-strike {
    text-decoration: none;
    position: relative;
    font-size: 12px;
    color: #565959;
}

.dis-strike::before {
    top: 50%;
    background: red;
    opacity: 0.7;
    content: "";
    width: 100%;
    position: absolute;
    height: 0.1em;
    border-radius: 0.1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

header {
    padding: 15px 0 10px;
    position: relative;
}
header.sticky {
    /* position: fixed; */
    background: #fff;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
    animation: sticky 1.2s;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    padding: 5px 0 0px;
}
header.sticky .top-header {
    padding: 0;
}

header.sticky .center-header {
    padding-top: 0;
}
@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}
@keyframes sticky {
    0% {
        top: -200px;
    }

    100% {
        top: 0;
    }
}

/*=======lookup-css-start*/

.lookup-style {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 119% */
    display: flex;
    align-items: center;
    padding: 12px;
    border: 0.5px solid rgba(175, 175, 175, 0.95);
    border-radius: 3px;
    height: 48px;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.lookup-style:hover {
    color: #000;
}

header .center-header .buton-right .btn-group .cart img {
    height: 24px;
    margin-top: -3px;
}

header .center-header .buton-right .btn-group .cart .fa-heart-o {
    font-size: 23px;
}
header .center-header .buton-right .btn-group .cart .carticon {
    height: 28px;
    width: 28px;
    display: block;
    /* background-color: #000; */
}

header .center-header .buton-right .btn-group .cart.wish-list .cart-count {
    top: -5px;
}
/*=======lookup-css-start*/

header .menu-list {
    position: fixed;
    top: 90px;
    right: -300px;
    background-color: #af322e;
    width: 300px;
    border-top: 1px solid #ccc;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 50px;
    z-index: 4;
}

header .menu-list ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

header .menu-list ul li {
    width: 100%;
    list-style: none;
}

header .menu-list ul li .nav-link {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    border-bottom: 1px solid #fff;
}

header .menu-list .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

header .menu-list .navbar-toggler .bar1,
header .menu-list .navbar-toggler .bar3 {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    margin: 7px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .menu-list .navbar-toggler .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

header .menu-list .navbar-toggler .bar3 {
    -webkit-transform: rotate(45deg) translate(-1px, 1px);
    transform: rotate(45deg) translate(-1px, 1px);
}

header .menu-list.active {
    right: 0;
}

header .top-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

header .top-header .navbar-brand {
    width: 299px;
    height: 72px;
    padding: 0;
}

header .top-header .info {
    text-align: right;
}

header .top-header .info p {
    font-family: "Montserrat";
    font-style: normal;
    text-align: right;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

header .center-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    position: relative;
}

header .center-header .form-left {
    width: calc(100% - 350px);
    display: flex;
    align-items: center;
}

header .center-header .form-left .from-group {
    position: relative;
    margin-right: 10px;
    width: 100%;
    max-width: 250px;
}

header .center-header .form-left .from-group:last-child {
    max-width: initial;
    /* width: auto; */
}

header .center-header .form-left .from-group.search {
    max-width: 500px;
}

header .center-header .form-left .from-group label {
    position: absolute;
    margin: 0px;
    padding: 0px 5px;
    left: 6px;
    top: 6px;
    z-index: 2;
    border-radius: 4px;
    height: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
}

header .center-header .form-left .from-group .form-control {
    font-family: "Montserrat";
    height: 40px;
    border: 0.5px solid #9d9d9d;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    line-height: 15px;
    padding: 20px 40px 5px 10px;
    color: #000000;
    box-shadow: none;
    width: 100%;
    display: inline-block;
}

header .center-header .form-left .from-group.search .form-control {
    padding: 5px 50px 5px 10px;
}

header .center-header .form-left .from-group .fa-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    color: #fffbfb;
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: #af322e;
    border-radius: 5px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .center-header .form-left .from-group input::placeholder {
    color: #000000;
}
header .center-header .form-left .from-group.search .search-list {
    position: absolute;
    z-index: 9;
    background-color: #fff;
    left: 0;
    top: 48px;
    border: 1px solid #c2c2c2;
    color: #5c5c5c;
    width: calc(100% - 64px);
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}

header .center-header .form-left .from-group.search .search-list .ui-menu-item {
    width: 100%;
    position: relative;
    padding: 5px 10px;
    list-style: none;
    cursor: pointer;
}

header
    .center-header
    .form-left
    .from-group.search
    .search-list
    .ui-menu-item
    .ui-data {
    color: #000000;
    font-size: 15px;
    width: 100%;
    display: block;
}

header
    .center-header
    .form-left
    .from-group.search
    .search-list
    .ui-menu-item:hover {
    background-color: #efefef;
}
header .center-header .form-left .from-group .form-control.advance-search {
    font-size: 16px;
    padding: 10px 40px 10px 10px;
    font-weight: 500;
    border-radius: 3px;
    color: #000000;
    width: auto;
}

header .center-header .form-left .advance-search:after {
    border: 0;
}

header .center-header .form-left .advance-search img {
    position: absolute;
    right: 10px;
    top: 22px;
}

header .center-header .form-left .dropdown.show .advance-search img {
    transform: rotate(180deg);
}

header .center-header .form-left .dropdown .dropdown-item.active,
header .center-header .form-left .dropdown .dropdown-item:active {
    background-color: #af322e;
}

header .center-header .buton-right {
    text-align: center;
    position: relative;
}
header .center-header .buton-right .btn-group .navbar {
    padding: 0;
}
header .center-header .buton-right .btn-group {
    align-items: center;
}

header .center-header .buton-right .btn-group .btn-border {
    text-transform: uppercase;
    width: 160px;
    height: 36px;
    background: #ffffff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    border: 1px solid #9d9d9d;
    padding: 0 10px;
    line-height: 34px;
    max-width: 100%;
}
header .center-header .buton-right .btn-group .btn-border:hover {
    background: #af322e;
    color: #ffffff;
    border: 1px solid #af322e;
}
header .center-header .buton-right .btn-group .btn-border .user-icon {
    max-width: 22px;
    padding-right: 5px;
    padding-left: 0;
}
header .center-header .buton-right .btn-group .btn-border:hover.user-icon {
    filter: invert(1);
}
header .center-header .buton-right .btn-group .btn-border .user-account .fa {
    font-size: 16px;
}
header .center-header .buton-right .btn-group .btn-border .user-account b {
    font-weight: 500;
}
header .center-header .buton-right .btn-group .btn-border.dropdown-toggle {
    width: auto;
    margin-right: 10px;
    padding: 0 20px;
}
header .center-header .buton-right .btn-group .dropdown-item {
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 500;
}
header .center-header .buton-right .btn-group .btn-theme {
    width: 135px;
    height: 40px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
    padding: 0 10px;
    line-height: 38px;
}

header .center-header .buton-right .btn-group .cart {
    position: relative;
    display: inline-block;
    padding: 5px;
    color: #af322e;
    font-size: 20px;
}
header .center-header .buton-right .btn-group .cart.wish-list {
    padding: 8px 5px 5px;
}

/* header .center-header .buton-right .btn-group .cart { */
/* padding-left: 10px; */
/* } */
header .center-header .buton-right .btn-group .cart .cart-count,
header .center-header .buton-right .btn-group .cart .wish-count {
    position: absolute;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #ffffff;
    right: 2px;
    top: -7px;
    background: #af322e;
    border-radius: 50%;
    font-weight: 500;
    font-size: 11px;
    line-height: 15px;
}
header .center-header .buton-right .btn-group .cart .wish-count {
    top: -5px;
}
header .center-header nav.shop {
    padding: 0;
    margin-right: 10px;
}

header .center-header nav.shop .btn-border {
    font-family: "Montserrat";
    height: 40px;
    border: 0.5px solid #9d9d9d;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    color: #000000;
    box-shadow: none;
    width: 200px;
    display: inline-block;
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    max-width: 100%;
}
header .center-header nav.shop .btn-border::after {
    float: right;
    margin-top: 0.255em;
}
header .center-header nav.shop .dropdown-menu {
    border: 1px solid #c2c2c2;
    color: #5c5c5c;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

header .center-header nav.shop .dropdown-menu li a {
    color: #000000;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 5px 10px;
    font-weight: 500;
}

header .center-header .buton-right .btn-group .menu-btn {
    padding: 0 0 0 10px;
}

.moretext {
    display: none;
}

.footer-btn {
    border: none;
    background: #f5f5f5;
}

.ft-content .readmore-btn:hover {
    /* background-color: #fff; */
    color: #af322e;
}
.subscribe {
    width: 100%;
    padding: 30px 0;
}

.subscribe .title {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}

.subscribe .form-group > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe .form-group .input-group {
    width: 600px;
    max-width: 100%;
    position: relative;
    /* margin-right: 5px; */
    margin: 12px auto;
}

.subscribe .form-group .input-group .form-control {
    font-family: "Hind";
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    background-color: transparent;
    border-bottom: 1px solid #5b5b5b;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-radius: 0;
    padding: 0px 0px 0px 0;
    height: 40px;
    line-height: 39px;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.subscribe .form-group .input-group .fa {
    position: absolute;
    width: 50px;
    text-align: right;
    background-color: transparent;
    border: 0;
    color: #fff;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.subscribe .form-group .input-group .form-control::placeholder {
    color: #fff;
}

.subscribe .btn-border {
    background-color: transparent;
    color: #fff;
    font-style: italic;
    font-weight: 300;
    font-size: 17px;
    border: 1px solid #fff;
    text-transform: lowercase;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    width: 180px;
    border-radius: 180px !important;
}
footer {
    width: 100%;
    padding: 50px 0 20px;
    background: #f5f5f5;
}

footer .title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #b34043;
    border-left: 3px solid #b34043;
    padding-left: 10px;
    margin-bottom: 15px;
}

footer ul {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
}

footer ul li {
    width: 100%;
    list-style: none;
    margin: 10px 0;
}

footer ul li a {
    font-family: "Hind";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #332d2d;
}

footer ul li a:hover {
    color: #b34043;
}

footer .bottom-footer .navbar-brand {
    padding: 0;
    display: inline-block;
    margin: 0;
}

footer .bottom-footer {
    /* padding-top: 30px; */
    align-items: center;
}

footer .bottom-footer .social {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

footer .bottom-footer .social li {
    width: auto;
    margin-left: 30px;
}

footer .bottom-footer .social li a {
    font-size: 20px;
}
footer .newsForm .input-group .form-control {
    padding-left: 0;
    font-weight: 500;
    padding-right: 30px;
}

footer .newsForm .input-group .fa-paper-plane {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 34px;
    z-index: 11;
}

footer .newsForm {
    /* padding-top: 20px; */
}
.ft-content .article {
    max-height: 320px;
    overflow: hidden;
    margin: -15px 0 10px;
}

.ft-content.showContent .article {
    height: 100%;
}
.copy {
    background: #211c19;
}

.copy p {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}
.readmore-btn,
.readmore {
    color: #af322e !important;
    font-weight: bold;
    font-size: 17px !important;
    font-family: "Hind";
    font-style: normal;
}

.footer-field {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #f5f5f5;
    font-weight: bold;
    /* border: 2px solid #ced4da !important; */
}

.subscribe .btn-border img {
    padding-left: 20px;
}

.subscribe .btn-border:hover {
    background-color: #fff;
    color: #000;
}

.subscribe .btn-border:hover img {
    filter: brightness(1) invert(1);
}
.knowledge-para p {
    font-family: "Hind";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .subscribe .title-2 {
        font-size: 30px;
        line-height: 42px;
    }
    header .container {
        max-width: 100%;
    }
    header {
        padding: 15px 0 0px;
    }
    header .center-header .buton-right {
        width: 100%;
    }

    header .center-header .form-left {
        /* position: absolute; */
        /* top: 100%; */
        /* z-index: 4; */
        background-color: #fff;
        width: 100%;
        padding: 10px;
        display: flex;
    }
    header .center-header .form-left.show {
        display: flex;
    }
    header .center-header .buton-right .btn-group .filter-btn {
        display: block !important;
        width: auto;
        margin-right: 10px;
    }
    header .center-header .buton-right .btn-group .btn-border {
        width: auto;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    header .center-header {
        display: block;
    }
    .knowledge-para p {
        font-size: 18px;
    }
    .subscribe {
        padding: 30px 0;
    }
    .subscribe .title {
        margin-bottom: 30px;
        font-size: 30px;
    }
    .subscribe .form-group .input-group {
        width: calc(100% - 220px);
        margin: 0;
    }
    .subscribe .form-group {
        justify-content: space-between;
    }
    footer .bottom-footer {
        text-align: center;
    }
    footer .bottom-footer .social {
        justify-content: center;
        margin-top: 30px;
    }
    .copy p {
        text-align: center;
    }
    footer {
        padding: 30px 0;
    }
    footer .title {
        margin-bottom: 10px;
    }
    footer ul {
        margin: 0 0 30px;
    }
}

@media (max-width: 575px) {
    header .container {
        max-width: 100%;
        padding: 0 10px;
    }
    header .center-header .buton-right .btn-group .btn-border {
        padding: 0 5px;
        font-size: 12px;
        height: 30px;
        line-height: 28px;
        min-width: auto;
        max-width: initial;
    }
    header .center-header .form-left {
        display: block;
    }
    header .center-header .buton-right .btn-group .btn-border.dropdown-toggle {
        padding: 0 10px;
        margin-right: 5px;
    }
    header .center-header .buton-right .btn-group .filter-btn {
        margin-right: 5px;
    }
    header .center-header .buton-right .btn-group .menu-btn {
        padding: 0 0 0 5px;
    }
    header .center-header .buton-right .btn-group .menu-btn img {
        max-width: 30px;
    }
    header .top-header .info {
        width: 100%;
        text-align: center;
    }
    header .top-header {
        display: block;
        padding: 0;
    }
    header .top-header .navbar-brand {
        margin: 0;
        height: auto;
        width: 100%;
        text-align: center;
        display: inline-block;
    }
    header .top-header .navbar-brand img {
        max-width: 200px;
    }
    header .top-header .info p {
        text-align: center;
        font-size: 14px;
        line-height: 19px;
    }
    header .center-header .form-left.show {
        display: block;
    }
    header .center-header nav.shop .btn-border {
        width: 100%;
        margin-bottom: 10px;
    }
    header .center-header .form-left .from-group {
        max-width: 100%;
        margin: 0 0 10px 0;
    }
    header .center-header .form-left .from-group .form-control.advance-search {
        width: 100%;
    }
    header .menu-list {
        top: 110px;
    }
    header .center-header .buton-right .btn-group {
        width: 90%;
    }
    header .center-header .form-left .from-group .form-control {
        height: 36px;
    }
    header .center-header .form-left .from-group .fa-search {
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        width: 36px;
    }
    header .center-header .form-left .from-group.search .form-control {
        padding: 5px 40px 5px 10px;
    }
    header .center-header nav.shop .btn-border {
        height: 36px;
        padding: 0 10px;
        line-height: 34px;
    }
    header .center-header nav.shop .btn-border::after {
        margin-top: 15px;
    }
    header .center-header .buton-right .btn-group .filter-btn span {
        /* display: none; */
    }
    header .center-header .buton-right .btn-group .filter-btn .fa {
        display: none;
    }
    .subscribe .title-2 {
        font-size: 22px;
        line-height: 32px;
    }
    .subscribe .form-group {
        display: block;
        text-align: center;
    }
    .subscribe .form-group .input-group {
        width: 100%;
        margin-bottom: 20px;
        display: block;
    }
    header .center-header .buton-right .btn-group .cart {
        padding-left: 5px;
    }
    header .center-header .buton-right .btn-group .btn-border .user-account b {
        display: none;
    }
    .subscribe .form-group .input-group .form-control {
        width: 100%;
        margin-bottom: 10px;
    }
}
