* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding-left: 0;
}

svg {
    stroke-width: 1.5;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

.container-fluid {
    width: 95%;
}

.space {
    padding: 30px 0;
}

.offcanvas.offcanvas-start {
    width: 350px;
}

.title {
    font-size: 26px;
    text-transform: uppercase;
}

.product-card-row {
    margin: 0 -10px;
}

.product-card {
    width: 20%;
    padding: 10px;
    max-height: 400px;
    height: 385px;
}

.product-card-inner {
    padding: 5px;
    border: 1px solid #efefef;
    height: 100%;
    width: 100%;
    background: #fff;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-inner .image {
    position: relative;
    width: 100%;
    min-height: 256px;
}

.product-card-inner .image img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.quick-view {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 2;
    cursor: pointer;
    background: #000000cc;
}

.quick-view a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
}

.product-card-inner .title {
    padding-top: 10px;
    text-align: center;
}

.product-card-inner .title a {

}

.product-card-inner .title a h1 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    height: 38px;
    overflow: hidden;
    transition: 0.3s;
}

.product-card-inner .title a h1:hover {
    color: #c62026
}

.product-card-inner .price h2 {
    display: inline-block;
    font-size: 20px;
    color: #c62026;
    font-weight: 700;
    margin: 0;
}

.product-card-inner .price {
    text-align: center;
}


.comment_section {
    padding: 10px 25px 10px 20px;
    margin-bottom: 10px;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}

.comment_title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.comment_date {
    margin-bottom: 5px;
    font-size: 11px;
    letter-spacing: .5px;
}

.comment_description {
    font-size: 14px;
    font-style: italic;
}

.fa-stack i {
    color: #ff9e09 !important;
}

#star_rating i {
    color: #ff9e09;
    width: 18px;
}


.login-div {
    padding: 80px 0;
}

.login-div .card-header {
    background-color: #c62026;
    color: white;
}

.sign-in-btn {
    background-color: #27aae1;
    border: unset;
    height: 50px;
    font-size: 20px;
    color: white;
}

.sign-in-btn:hover {
    background-color: #0a87bb;
    color: white;
}

.sign-in-btn:active {
    background-color: #c9151b !important;
    box-shadow: none !important;
    color: white;
}


.dashboard {
    padding: 30px 0;
}

.dashboard-sidebar ul {
    list-style: none;
    margin-top: 20px;
}

.dashboard-sidebar ul li {
}

.dashboard-sidebar ul li a {
    border-radius: 5px;
    display: block;
    color: black;
    background: #ddd;
    padding: 10px 10px;
    margin-bottom: 5px;
    text-decoration: none;
}

.logout-btn {
    color: white !important;
    background: #ed0404 !important;
    text-align: center;
    font-weight: bold;
}

.logout-btn:hover {
    background: #c70404 !important;
}

.dashboard-sidebar ul li a:hover {
    background: #a7a7a7;
}

.dashboard-sidebar ul li a.active {
    background: #b5b2b2 !important;
    font-weight: bold;
}


.discount {
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 6px 3px;
    border: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    min-width: 37px;
    min-height: 19px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    letter-spacing: normal;
    text-align: center;
    background-color: green;
    color: #fff;
    position: relative;
    margin: 0 0 0 10px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -ms-border-radius: 0px 3px 3px 0px;
    border-radius: 0 3px 3px 0;
}

.discount:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 50%;
    border: 11px solid transparent;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right-color: green;
}

.search {
    position: relative;
}

.search input {
    border: 1px solid #c62026;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding-left: 15px;
}

.search input:focus {
    outline: 0;
}

.search button {
    position: absolute;
    top: 12px;
    right: 15px;
    background: unset;
    border: unset;
    font-size: 25px;
    line-height: 0;
    color: #c62026;
}

.info {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info ul {
    padding: 0 30px;
}

.info ul li {
}

.info ul li i {
    color: #3b3b3b;
}

.info ul li a {
    font-size: 15px;
    color: #3b3b3b;
}

.user_shopping_cart li {
    padding: 0 15px;
    text-align: center;
}

.user_shopping_cart li p {
    margin-bottom: 0;
    font-size: 13px;
}

.user_shopping_cart li svg {
    font-size: 13px;
    height: 30px;
    width: 30px;
}

.menu-bar {
    background: #ffd8da;
    padding: 12px 0;
    margin-bottom: 15px;
}

.menu-bar ul {
    margin-bottom: 0;
}

.menu-bar ul li {
    margin: 0 15px;
    position: relative;
}

.menu-bar ul li:first-child {
    margin-left: 0;
}

.menu-bar ul li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.menu-bar ul li a span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: "";
    display: block;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    background-color: #c62026;
}

.menu-bar ul li:hover > a {
    color: #c62026;
}

.menu-bar ul li:hover > a > span:before {
    width: 100%;
    visibility: visible;
}

.menu-bar-label {
    position: absolute;
    right: -10px;
    top: -17px;
    background-color: #ffbb49;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0 0 0 10px;
    line-height: 1em;
    padding: 3px 6px 4px;
    text-transform: capitalize;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
}

.menu-bar-label:before {
    content: "";
    border: 5px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -9px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    border-top-color: #ffbb49;
}

.categories {
    height: 100%;
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
}

.categories .card-header {
    background: #efefef;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #5e5e5e;
    font-weight: 500;
    margin-bottom: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom: 1px solid #e9e9e9;
}

.categories .card-body {
    padding: 0;
}

.categories .card-body ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.categories .card-body ul li ul.menu.dropdown-child {
    position: absolute;
    display: none;
    right: -100%;
    top: 0;
    background: #fff;
    border: 1px solid #e9e9e9;
    z-index: 9;
    width: 100%;
    min-height: 150px;
}

.categories .card-body ul li a {
    color: #4f4e4e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    font-weight: 500;
}

.categories .category_link {
    position: relative;
}

.categories span {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 15%;
    height: 100%;
    background: transparent;
    text-align: center;
    line-height: 32px;
}

.categories .card-body ul li {
    padding: 0;
    list-style: none;
    margin-bottom: .25em;
    position: relative;

}

.categories .card-body ul li .dropdown-child li a:hover {
    background: #d95892;
    color: #fff;
    transition: 0.3s;
}

.categories .card-body ul li a:hover {
    background: #d95892;
    color: #fff;
    transition: 0.3s;
}

.categories .card-body ul li:hover .category_link {
    background: #d95892;
    color: #fff;
}

.categories .card-body ul li:hover .category_link a {
    color: #fff;
}

.categories .card-body ul li:hover ul.menu.dropdown-child {
    display: block;
    opacity: 1;
    margin: 0;
}

.banner {
    margin-bottom: 20px;
}

.offer-banner {
}

.offer-banner img {
    width: 100%;
    object-fit: cover;
}

.top-selling {
    margin-top: 50px;
}

.bg-native {
    background: #ffd8da;
}

footer {
    background: #232323;
    color: #fff;
    padding: 50px 0 !important;
}

footer .title {
    font-size: 16px;
    text-transform: uppercase;
}

footer .left {
}

footer .left ul {
    margin-bottom: 0;
}

footer .left ul li {
    margin: 10px 0;
}


footer .left ul li a span {
    position: relative;
    color: #969696;
    transition: .3s ease;
}

footer .left ul li a span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: "";
    display: block;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    background-color: #fff;
}

footer .left ul li:hover > a > span:before, footer .left ul li:hover > a > span {
    width: 100%;
    visibility: visible;
    color: #fff;
}

footer .right ul {
    margin-bottom: 0;
}

footer .right ul li {
    margin: 5px 0;
}


footer .right ul li a span {
    position: relative;
    color: #969696;
    transition: .3s ease;
}

footer .right ul li a span:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    content: "";
    display: block;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    visibility: hidden;
    background-color: #fff;
}

footer .right ul li:hover > a > span:before, footer .left ul li:hover > a > span {
    width: 100%;
    visibility: visible;
    color: #fff;
}

.newsletter-form {
}

.newsletter-form input {
    background: transparent;
    border: 1px solid #434343;
    color: #717171;
    display: inline-block;
    width: 65%;
    height: 65px;
    border-radius: 1px;
    padding-left: 15px;
}

.newsletter-form input:focus {
    outline: 0;
    background: transparent;
    box-shadow: unset;
    border-color: #434343;
}

.newsletter-form button {
    height: 65px;
    border: 1px solid rgba(255, 255, 255, 0);
    background: #3b3b3b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 40px;
    box-sizing: border-box;
    outline: none;
    transition: all .3s ease;
}

.newsletter-form button:hover {
    background-color: #ffffff;
    border-color: #3b3b3b;
    color: #3b3b3b;
}

.social_links ul {
    margin-bottom: 0;
}

.social_links ul li {
    text-align: center;
    display: inline-block;
    list-style: none;
    margin-right: 5px;
}

.social_links ul li .facebook {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #0E8AF0;
    padding: 5px;
    border-radius: 50%;
}

.social_links ul li .twitter {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #5DA9DD;
    padding: 5px;
    border-radius: 50%;
}

.social_links ul li .instagram {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #F51F7A;
    padding: 5px;
    border-radius: 50%;
}

.social_links ul li .youtube {
    color: white;
    font-size: 14px;
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #FF0000;
    padding: 5px;
    border-radius: 50%;
}

.copyright {
    background: #232323;
    padding: 50px 0 !important;
    border-top: 1px solid #3b3b3b;
}

.copyright p {
    color: #969696;
    margin-bottom: 0;
    font-size: 14px;
}

.copyright a {
    color: white;
}

.show-more {
    text-align: center;
    padding: 40px 0 50px 0;
}

.show-more a {
    display: inline-block;
    height: 60px;
    width: 220px;
    background: #000;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 57px;
    transition: 0.3s ease;
    border-radius: 2px;
}

.show-more a:hover {
    background: #d95892;
    border-color: #d95892;
    color: #fff;
}

.view-all-btn {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: .6px;
    margin: 5px 0;
}

.view-all-btn:hover {
    text-decoration: underline;
}

.breadcrumb-mod {
    padding-top: 15px;
    padding-bottom: 15px;
}

.breadcrumb-mod p {
    display: inline;
}

.breadcrumb-mod a {
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-mod h1 {
    font-size: 15px;
    display: inline-block;
    font-weight: 400;
}

.product-image {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 20px;
}

.product-image img {
    width: 100%;
}

.product-gallery {
    margin-bottom: 15px;
}

.product-gallery .item-wrapper {
    display: flex;
}

.product-gallery .item-wrapper .item {
    margin: 0 8px;
}

.product-gallery .item-wrapper .item img {
    width: 100%;
    border-radius: 3px;
    opacity: 0.5;
    cursor: pointer;
}

.product-title {
    font-size: 30px;
}

.review {
    margin-bottom: 15px;
}

.product-price {
    font-size: 25px;
    letter-spacing: 0.3px;
    margin-bottom: 15px;
}

.product-price .old {
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: 400;
    font-size: 22px;
}

.product-price .new {
    color: #c62026;
}

.attributes {
}

.attributes .item {
    margin-bottom: 20px;
}

.attributes .item .text {
    display: flex;
    align-items: center;
}

.attributes p {
    margin-bottom: 10px;
}

.attributes .images {
    display: flex;
    align-items: center;
}

.attributes .item .images img {
    width: 55px;
    margin-right: 10px;
    border-radius: 2px;
    transition: 0.1s;
    cursor: pointer;
}

.attributes .item span {
    min-width: 40px;
    height: 40px;
    border: 1px solid #d4d3d3;
    padding: 10px;
    display: inline-block;
    line-height: 16px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.qty_text {
    margin-bottom: 10px;
}

.quantity {
    margin-bottom: 10px;
    max-width: 144px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    background-color: #fff;
}

.quantity input {
    width: 78px;
    color: #2d2d2d;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    padding: 7px 5px 5px;
    background-color: #fff0;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    line-height: 24px;
}

.quantity input:focus {
    outline: 0;
}

.quantity .minus, .minus-c {
    border-right: 1px solid #cbcbcb;
    width: 32px;
    position: relative;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.quantity .minus:before, .minus-c:before {
    width: 10px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*.quantity .minus{
    font-size: 35px;
    line-height: 12px;
    width: 100%;
    height: 39px;
    display: inline-block;
    cursor: pointer;
    border-right: 1px solid black;
}*/
.quantity .plus, .plus-c {
    border-left: 1px solid #cbcbcb;
    width: 32px;
    position: relative;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.quantity .plus:before, .plus-c:before {
    width: 10px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quantity .plus:after, .plus-c:after {
    height: 10px;
    width: 2px;
    position: absolute;
    content: "";
    background-color: #7b7b7b;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.buy-now-btn {
    height: 60px;
    width: 70%;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    background: #c62026;
    color: white;
    transition: 0.3s;
}

.buy-now-btn:hover {
    background: #a91f24;
}

.out-of-stock {
    height: 60px;
    width: 70%;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
    border-color: #c62026;
    color: #c62026;
    background: transparent;
    transition: 0.3s;
}

.out-of-stock:hover {
    border-color: #c62026;
    cursor: not-allowed;
}

.sub-total {
    margin-bottom: 25px;
}

.product-details-section {
    margin: 30px 0;
}

.accordion-item:first-of-type {
    border-radius: 0;
}

.accordion-item:last-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    background: #f3f3f3;
    font-weight: bold;
    color: #c62026;
    font-size: 18px;
}

.accordion-button {
    font-weight: bold;
    font-size: 18px;
    transition: color .2s;
    text-transform: uppercase;
}

.accordion-button:focus {
    outline: 0;
    border-color: unset;
    box-shadow: unset;
}

.request-product .nav-tabs {
    border: unset;
    justify-content: center;
}

.request-product .nav-tabs .nav-link {
    border-radius: 3px;
    padding: 15px 30px;
    border: 1px solid #c62026;
    font-size: 20px;
    font-weight: 500;
    color: black;
    margin-right: 10px;
    transition: 0.3s;
}

.request-product .nav-tabs .nav-link:hover {
    background: #c62026;
    color: white;
}

.request-product .nav-tabs .nav-link.active {
    border-radius: 3px;
    padding: 15px 30px;
    background: #c62026;
    border: unset;
    font-size: 20px;
    font-weight: 500;
    color: white;
}

.request-product .tab-content {
    padding: 30px 15px;
}

.request-product .tab-content.body {
    border: 1px solid #ddd;
    padding: 50px 30px;
    border-radius: 3px !important;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    margin-top: 25px;
}

.header-m {
    display: none;
}

header {
    display: block;
}

.delivery_text {
    margin-bottom: 20px;
    font-weight: 600;
    color: #d62828;
    padding: 2px 10px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-block;
    border: 2px solid black;
    resize: both;
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%230037ff' /%3E%3Cstop offset='25%25' stop-color='%230037ff' /%3E%3Cstop offset='50%25' stop-color='%230037ff' /%3E%3Cstop offset='100%25' stop-color='%230037ff' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}

.attr_checkbox {
    display: none;
}

:checked + label .attr_img {
    border: 2px solid #c62026;
}

:checked + label span {
    border: 2px solid #c62026 !important;
    padding: 8px !important;
}

.product-slider-nav .slick-current img {
    opacity: 1 !important;
}

.product-slider-d-nav .slick-current img {
    opacity: 1 !important;
}

.product-slider-q-nav .slick-current img {
    opacity: 1 !important;
}

.product-image-wrapper {
    position: sticky;
    top: 0;
}

.cart-number {
    color: white;
    font-weight: 600;
}

.cart span {
    position: absolute;
    right: -8px;
    top: -3px;
}

.cart-section {
    margin-bottom: 100px;
}

.checkout-breadcrumb {
    padding: 25px 0;
    margin-bottom: 50px;
}


.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.wrapper {
    display: flex;
    justify-content: center;
}

.nav {
    margin-top: 40px;
}

.pull-right {
    float: right;
}

a, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #c62026;
}

.arrow-steps .step {
    font-size: 18px;
    text-align: center;
    color: #000;
    cursor: default;
    margin: 0 4px;
    padding: 7px 0;
    min-width: 180px;
    float: left;
    position: relative;
    background-color: #d9e3f7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.arrow-steps .step:after,
.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
}

.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}

.arrow-steps .step:first-child:before {
    border: none;
}

.arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.arrow-steps .step span {
    position: relative;
}

.arrow-steps .step span:before {
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -20px;
}

.arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s;
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #c62026;
}

.arrow-steps .step.current:after {
    border-left: 17px solid #c62026;
}

.continue-btn {
    width: 280px;
    height: 50px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    background: #27aae1;
    border: #27aae1;
    border-radius: 3px;
    color: #fff;
}

.continue-btn:hover {
    background: #0e8abf !important;
    border: #0e8abf !important;
    color: #fff !important;
}

#cart-table td {
    padding: 1.5rem 0.5rem;
}

#cart-table #inner-table td {
    padding: 0;
}

.shipping-methods .form-check {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-radius: 5px;
    background: #eaf1ff;
    border: 1px solid #c8d7f6;
    font-size: 18px;
    margin-bottom: 8px;
}

.shipping-methods .form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem #dc354533;
}

.shipping-methods .small {
    font-size: 12px;
}

.error {
    color: red;
    font-weight: 600;
}

.payment-method-img {
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.payment-method-check {
    margin-right: 15px;
    text-align: center;
}

.payment-method-check :checked + label img {
    border: 2px solid #c62026;
}

.loader {
    text-align: center !important;
}

.loader img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    margin-bottom: 33px;
}

.loader2 {
    text-align: center !important;
}

.loader2 img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    margin-bottom: 33px;
}

.loader3 {
    text-align: center !important;
}

.loader3 img {
    width: 130px;
    height: 130px;
    max-width: 100%;
    margin-bottom: 33px;
}

.cart-loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cart-loader img {
    max-width: 100%;
    width: 150px;
}

.search-loader {
    display: none;
    position: absolute;
    z-index: 5;
    width: calc(100% - 25px);
    background: white;
    padding: 15px 25px;
}

.search-loader p {
    margin-bottom: 0;
    font-weight: 600;
}

.search-result-close {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
    width: 25px;
    height: 25px;
}


.search-results {
    background: #fff;
    border: 1px solid #ffd8da;
    border-radius: 5px;
    height: 350px;
    position: absolute;
    width: 100%;
    z-index: 5;
    overflow-y: scroll;
}

.search-results .title {
    height: 45px;
    background: #f0eeee;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px;
}

.search-results ul {
    padding: 10px 15px;
    list-style: none;
    margin-bottom: 0;
}

.search-results ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0;
}

.search-results ul li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.search-results ul li a .sub-text {
    color: #cacaca;
}

.search_thumb {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
}

.search-results .price h2 {
    display: inline-block;
    font-size: 20px;
    color: #c62026;
    font-weight: 700;
    margin: 0;
}

.categories-offcanvas .offcanvas-title {
    color: #c62026;
}

.offcanvas-header {
    border-bottom: 1px solid #00000012;
    padding: 10px 20px;
}

/*.shipping-methods .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #dc354533;
}*/
/*media query*/
@media (max-width: 575.98px) {
    .search-results {
        margin-top: 5px;
        height: 450px;
    }

    .product-title {
        font-size: 20px;
        margin-top: 8px;
    }

    .product-image {
        margin-bottom: 5px;
    }

    .checkout-breadcrumb {
        margin-bottom: 15px;
    }

    .arrow-steps .step {
        min-width: 108px;
        padding: 0;
        font-size: 12px;
    }

    .arrow-steps .step:after,
    .arrow-steps .step:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 17px solid #d9e3f7;
    }

    .arrow-steps .step:before {
        right: auto;
        left: 0;
        border-left: 17px solid #fff;
        z-index: 0;
    }

    .arrow-steps .step:last-child:after {
        border: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .arrow-steps .step:last-child {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .arrow-steps .step:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .arrow-steps .step:nth-child(2) {
        padding-left: 15px;
    }

    .title {
        font-size: 24px;
    }

    .top-selling {
        margin-top: 15px;
    }

    #home_slider .carousel-item img {
        height: 150px;
    }

    header {
        display: none;
    }

    .header-m {
        display: block;
    }

    .header-left {
        width: 120px;
        padding: 8px 10px;
    }

    .header-left .menu svg {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        stroke-width: 1;
    }

    .header-left .search svg {
        width: 30px;
        height: 30px;
        stroke-width: 1;
    }

    .header-right .user svg {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        stroke-width: 1;
    }

    .header-right .cart svg {
        width: 30px;
        height: 30px;
        stroke-width: 1;
    }

    .header-m .row {
        display: flex;
        flex-direction: row;
    }

    .header-middle {
        width: calc(100% - 240px);
        padding: 2px 10px;
    }

    .header-middle img {
        width: 100%;
    }

    .header-right {
        width: 120px;
        padding: 8px 10px;
        text-align: right;
    }

    .menu-bar ul li a {
        font-size: 12px;
    }

    .menu-bar-label {
        display: none;
    }

    .menu-bar ul li {
        margin: 0 8px;
    }

    .menu-bar {
        overflow-x: scroll;
        margin-bottom: 10px;
        padding: 5px 0;
    }

    .menu-bar ul {
        width: max-content;
    }

    .container-fluid {
        width: calc(100% - 6px);
    }

    .product-card-row {
        margin: 0 -15px;
    }

    .product-card {
        width: 50%;
        /* padding: 0; */
        max-height: 310px;
        height: 300px;
    }

    .product-card-inner {
        padding: 0;
    }

    .product-card-inner .image {
        min-height: 180px;
    }

    .show-more {
        padding: 25px 0 20px 0;
    }

    footer .title {
        font-size: 15px;
    }

    .newsletter-form input {
        width: 55%;
    }

    footer {
        padding: 30px 0 !important;
    }

    .copyright {
        padding: 20px 0 !important;
    }

    .cart span {
        right: 3px;
        top: 5px;
    }

    .quick-view {
        display: none;
    }

    .search-result-close {
        right: 0;
        top: 0;
    }
}
