/* Header Start */
/* reset css*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

dl,
ol,
ul {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
}

a:visited,
.alink:visited {
    color: inherit;
    text-decoration: inherit;
}

/* reset css end*/

body {
    line-height: 1;
    font-family: "Poppins", sans-serif;
    /* overflow-x: hidden; */
    height: initial;
}

/* Header css start 16/05/2022 */
.cutom-container,
.top-strip {
    padding: 0 50px;
}

header {
    position: relative;
    z-index: 9;

    align-items: center;
    /* height: 140px;
    box-shadow: 0px 0 11px rgb(0 0 0 / 17%);
    background: #fff; */
}

nav > ul > li {
    position: relative;
}

Header .cutom-container,
nav > ul,
user-drop,
.serch-pernal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serch-pernal nav > ul {
    width: calc(100% - 225px);
    flex-wrap: wrap;
    gap: 0 0;
    justify-content: start;
}

Header .cutom-container {
    gap: 20px;
}

.serch-pernal,
Header .cutom-container {
    justify-content: start;
    gap: 10px;
}

.logo > .logoimg {
    display: inline-block;
    border: 1px solid #ee3d41;
    background: #fff;
    padding: 13px 0;
    border-radius: 0px 0px 15px 15px;
    border-top: none;
    width: 212px;
    margin: auto;
    text-align: center;
    /* box-shadow: 0 8px 1px rgb(0 0 0 / 5%); */
}

.stuck .logo > .logoimg {
    box-shadow: 0 8px 1px rgba(0, 0, 0, 0.05);
}

/* navigation css start */
nav > ul > li > a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    transition: all 0.5s ease-in-out;
}

nav > ul > li > a:hover {
    color: #ff0000;
}

/* navigation css end */

/* search abr css start */
.search-sec {
    max-width: 329px;
    width: 100%;
}

.search-sec .serch-input {
    border: 1px solid #ee4145;
    padding: 10px 35px 10px 8px;
    font-size: 14px;
    height: 50px;
    width: 100%;
    border-radius: 5px;
}

.serch-togle .search-sec .serch-input {
    padding: 10px 76px 10px 10px;
    z-index: 9;
    position: relative;
    font-family: "poppins";
}

.custom-banner,
.mp-banner-slider {
    margin-top: -15px;
    position: relative;
}

.mp-banner-slider .owl-nav .owl-next span {
    right: 8%;
}

.mp-banner-slider .owl-nav .owl-prev span {
    left: 8%;
}

.serch-input::-webkit-input-placeholder {
    font-style: italic;
}

.serch-togle .search-sec {
    padding-right: 0;
    display: none;
    position: fixed;
    right: 6px;
    top: 44px;
    z-index: 1;
    box-shadow: 0px 3px 6px #00000029;
}

.serch-input:-moz-placeholder {
    font-style: italic;
}

.serch-input::-moz-placeholder {
    font-style: italic;
}

.serch-input:-ms-input-placeholder {
    font-style: italic;
}

.search-sec .btn {
    position: absolute;
    right: 0;
    background: #ee4145;
    padding: 10px 20px;
    bottom: 0;
    top: 0;
    color: white;
    font-size: 20px;
    display: inline-block;
    border-radius: 0 100px 100px 0;
    border: 1px solid #ee4145;
}

.search-sec .minisearch .actions .btn {
    z-index: 99;
    border-radius: 0;
    opacity: 1;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
}

.search-sec .minisearch .actions span {
    position: initial;
    height: inherit;
    width: initial;
    background: initial;
}

.newsletter div.mage-error[generated] {
    position: absolute;
    bottom: -21px;
    left: 12px;
}

.cartdrop-down .minicart-wrapper {
    margin: inherit;
}

.serch-togle .search-sec::after {
    content: "";
    background: rgb(0 0 0 / 80%);
    position: fixed;
    left: 0;
    right: 0;
    top: 47px;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.minicart-items .product-item-name a,
.custom-onestep-checkout-page .minicart-items .product-item-name {
    color: #ee4145;
    font-weight: 500;
    font-size: 14px;
}

.minicart-items .product-item-name a:hover {
    text-decoration: inherit;
}

.minicart-items .update-cart-item {
    border-radius: 50px;
    padding: 4px 15px;
    font-weight: 500;
    border: inherit;
}

.minicart-items .update-cart-item:hover {
    border: inherit;
}

.minicart-items .item-qty {
    text-align: center;
    width: 60px;
    border-radius: 50px;
    height: 26px;
    font-weight: 600;
}

.block-minicart .amount .price-wrapper:first-child .price {
    color: #ee4145;
    font-size: 16px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 600;
}

.block-minicart .items-total,
.block-minicart .subtotal > .label,
.block-minicart .block-content > .actions > .secondary > a,
.custom-onestep-checkout-page
    .opc-block-summary
    .actions-toolbar
    .secondary
    > a {
    font-size: 13px;
    transition: all 0.5s ease-in-out;
}

.block-minicart .block-content > .actions > .primary .action.primary {
    border-radius: 50px;
    background: #231f20;
    font-size: 17px;
    border: none;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.minicart-items .action.edit:hover:before,
.block-minicart .block-content > .actions > .secondary > a:hover,
.minicart-items .action.delete:hover:before,
.custom-onestep-checkout-page
    .opc-block-summary
    .actions-toolbar
    .secondary:hover {
    color: #ee4145;
}

.block-minicart .block-content > .actions > .primary .action.primary:hover {
    background: #ee4145;
}

/* Header End */
.cartdrop-down .minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:hover:before {
    color: #fff;
    padding: 10px 15px;
    font-size: 21px;
}

/* .cartdrop-down .minicart-wrapper .action.showcart.active:active:before {
    color: #757575
} */

.search-sec a {
    position: absolute;
    right: 0;
    background: #ee4145;
    padding: 11px 18px;
    bottom: 0;
    top: 0;
    color: white;
    font-size: 25px;
    display: inline-block;
    border-radius: 0 5px 5px 0;
}

/* search bar css end */
/*user icon and cart icon  start */
.user-and-cart > ul > li {
    position: relative;
    transition: all 0.5s ease-in-out;
    z-index: 10;
}

.user-and-cart > ul > li > a {
    color: #fff;

    display: inline-block;
    transition: all 0.5s ease-in-out;
    padding: 10px 15px;
    font-size: 21px;
    display: inline-block;
}

.user-and-cart > ul > li > a > i {
    font-size: 33px;
}

.user-and-cart > ul > li > a span {
    position: absolute;
    font-size: 12px;
    color: white;
    background: #ee4145;
    width: 15px;
    height: 15px;
    text-align: center;
    border-radius: 50%;
    line-height: 15px;
    top: 3px;
    left: 36px;
}

.minicart-wrapper .action.showcart .counter.qty {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    width: 20px;
    position: absolute;
    right: -3px;
    top: 5px;
}

/* dropdown css user*/
.user-and-cart > ul > li > ul {
    overflow: hidden;
    display: none;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    background: white;
    width: 270px;
    right: -20px;
    top: 39px;
    border-radius: 5px;
    box-shadow: 1px 0 5px rgb(0 0 0 / 40%);
}

.user-and-cart > ul > li:hover > ul {
    opacity: 1;
    overflow: visible;
    display: block;
}

.user-and-cart > ul > li > ul > li > a {
    color: #757575;
    display: block;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    padding: 15px 15px;
    border-bottom: 1px solid #efefef;
}

.user-and-cart > ul > li > ul > li:last-child > a {
    border-bottom: none;
}

.user-and-cart > ul > li > ul > li > a:hover {
    background-color: #ee4145;
    color: white;
    padding-left: 25px;
    border-bottom: 1px solid #ee4145;
}

/*dropdown css user end */
/*dropdown css of cart dropdown */
.user-and-cart > ul > .cartdrop-down > ul {
    width: 360px;
    padding: 20px 0 30px;
}

.cartdropimg-name > img {
    width: 57px;
    height: 57px;
    background: #ddd;
    padding: 9px;
}

.cartdropimg-name,
.cartdrop-bx {
    display: flex;
    align-items: center;
    gap: 20px;
}

.user-and-cart > ul > .cartdrop-down > ul > li > a:hover {
    background: inherit;
    padding-left: 20px;
    color: initial;
    border-color: inherit;
}

.cartdropimg-name p {
    font-size: 16px;
    line-height: 25px;
}

.user-and-cart > ul > .cartdrop-down > ul > li > .cart-checkout-btn {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
}

.user-and-cart > ul > .cartdrop-down > ul > li > .cart-checkout-btn a {
    border: 1px solid #707070;
    border-radius: 50px;
    padding: 11px 25px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    color: #000;
}

.user-and-cart > ul > .cartdrop-down > ul > li > .cart-checkout-btn a:hover {
    background: #ee4145;
    border-color: #ee4145;
    color: #fff;
}

.search-sec {
    padding-right: 0;
}

.nav-icon4 {
    display: none;
}

/*dropdown css of cart dropdown end*/

.top-strip {
    background-color: #221e1f;
}

.top-strip,
.topnav > ul,
.user-and-cart > ul {
    display: flex;

    align-items: center;
}

.top-strip {
    justify-content: space-between;
}

.topnav > ul > li {
    position: relative;
}

.topnav > ul > li > a {
    display: inline-block;
    font-size: 12px;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.topnav > ul > li > a:hover {
    background: #ee4145;
}

.hamburger,
.close-nav,
.topstrip-hamburger {
    display: none;
}

.hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #ee4145;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

/* .stuck .logo>.logoimg {
    border: none;
} */

.stuck {
    /* transition: all 0.5s ease-in-out; */
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    max-width: 100%;
    height: 140px;
    box-shadow: 0px 0 11px rgba(0, 0, 0, 0.17);
}

.banner-text {
    display: none;
}

.cutom-container {
    max-width: 1920px;
    margin: auto;
}

.custom-banner .carousel-item {
    max-height: 500px;
    overflow: hidden;
}

.topstrip-hamburger a {
    color: white;
    font-size: 20px;
    display: block;
    background: #423f40;
    padding: 10px;
    transform: rotate(90deg);
}

.cartdropimg-name p,
.custom-customer-create-password .fieldset {
    margin-bottom: 0;
}

.show-nav {
    right: 0 !important;
    transition: all 0.5s ease-in-out;
}

/*dropdown css of cart dropdown end*/
/* banner css */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
}

.custom-banner {
    margin-top: -10px;
}

.banner-text {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30%;
    color: white;
}

.custom-banner .carousel-control-next,
.carousel-control-prev {
    background: none;
}

.custom-banner .carousel-control-next,
.carousel-control-prev {
    top: 50%;
    bottom: 50%;
}

.banner-text p {
    font-size: 4vw;
    line-height: initial;
}

.custom-banner .carousel-item img {
    width: 100%;
}

/* banner css end */
/*Featu#ee4145 category css */
.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.navigation > ui-id-1 {
    display: inherit;
}

.banner-text-top {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 40%;
    font-size: 4vw;
    color: white;
    width: 50%;
    font-weight: 500;
    line-height: 1.3;
}

.banner-text-top p {
    margin: 0;
}

.hdig h1,
.hdig h2 {
    color: #231f20;
    font-size: 35px;
    font-weight: 600;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.Featured-slider-bx a {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 10px;
    height: 200px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0;
}

.Featured-slider-bx a img {
    padding: 20px;
}

.Featured-slider-bx .category-title {
    text-align: left;
    transform: inherit;
    left: 30px;
    bottom: inherit;
    top: initial;
    bottom: 20px;
    position: absolute;
    display: flex;
    align-items: center;
}
.Featured-slider .slick-prev,
.Featured-slider .slick-next {
    top: 50%;
}

.category-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ee4145;
    text-transform: capitalize;
    margin: 0;
}

.Featured-slider .uk-position-center-left {
    z-index: 99;
    position: absolute;
    left: -31px;
    background: white;
    color: #ee4145;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #ee4145;
}

.Featured-slider .uk-position-center-right {
    position: absolute;
    right: -31px;
    background: white;
    color: #ee4145;
    border-radius: 50%;
    font-weight: bold;
    border: 2px solid #ee4145;
}

.Featured-slider .uk-light .uk-slidenav:hover {
    color: #ee4145;
}

/* Scissors category css */
.Scissors-slider .uk-card-media-top,
.product-img {
    background: #ecf0f3;
    text-align: center;
    border-radius: 10px;
}

.product-img a img {
    max-height: 250px;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
    max-width: 310px;
    overflow: hidden;
    width: 100%;
}

.Scissors-slider .uk-card-default {
    box-shadow: none;
}

.Scissors-slider .uk-card-body,
.product-hdng-prise,
.cathding-decription {
    text-align: center;
}

.product-hdng-prise span {
    font-size: 20px;
    margin: 10px 0;
}

.Scissors-slider .uk-card-body,
.cathding-decription,
.product-hdng-prise {
    padding: 20px 5px;
}

.Scissors-slider .uk-card-default .uk-card-title,
.cathding-decription h3,
.product-hdng-prise h3 {
    color: #ee4145;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.Scissors-slider .uk-card-body p,
.cathding-decription p,
.cathding-decription > div {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}

.Scissors-slider [class*="uk-position-center-left"],
.Scissors-slider [class*="uk-position-center-right"] {
    top: calc(27% - var(--uk-position-margin-offset));
}

.shop-btn {
    text-align: center;
}

.mp-post-meta-info a.mp-read-more,
.custom-onestep-checkout-page
    .checkout-billing-address
    .actions-toolbar
    .action-update,
.shop-btn a,
.custom-onestep-checkout-page
    .checkout-payment-method
    .checkout-billing-address
    .primary
    .action-update,
.custom-onestep-checkout-page .action.primary,
.custom-onestep-success-page .action.primary .updtecrt-btn,
.create-acoutnbtn > .action.primary,
.custom-onestep-checkout-page .opc-wrapper .action-show-popup,
.cart-container .form-cart .actions.main .updtecrt-btn,
.checkout-payment-method
    .payment-method-content
    > .actions-toolbar
    > .primary
    .action.primary,
.custom-onestep-checkout-page .opc-wrapper .action-select-shipping-item,
.custom-onestep-checkout-page .opc-wrapper .edit-address-link,
.custom-onestep-checkout-page .billing-address-details .action-edit-address {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    background: #231f20;
    padding: 13px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: none;
    font-weight: 500;
    text-decoration: none;
    font-family: poppins;
}
.custom-onestep-checkout-page .opc-wrapper .edit-address-link {
    padding: 6px 25px;
    display: inline-block;
}
.custom-onestep-checkout-page .billing-address-details .action-edit-address {
    line-height: 2.2rem;
    padding: 10px 22px;
    margin-top: 10px;
}
.cart-details .action.update:hover,
.checkout-payment-method
    .payment-method-content
    > .actions-toolbar
    > .primary
    .action.primary {
    padding: 10px 23px;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
    stroke-width: 3px;
}

.hdig h2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hdig h2 a {
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}
.cart-container .form-cart .actions.main .updtecrt-btn:hover {
    text-decoration: none;
    color: white;
}
.custom-onestep-checkout-page .checkout-billing-address .actions-toolbar {
    margin: 20px 0;
}

.mp-post-meta-info a.mp-read-more:hover,
.mp-post-meta-info a.mp-read-more:active,
.custom-onestep-checkout-page
    .checkout-billing-address
    .actions-toolbar
    .action-update:hover,
.shop-btn a:hover,
.shop-btn button:hover,
.custom-onestep-checkout-page
    .checkout-payment-method
    .checkout-billing-address
    .primary
    .action-update:hover,
.custom-onestep-checkout-page
    .checkout-payment-method
    .checkout-billing-address
    .primary
    .action-update:active
    .custom-onestep-checkout-page
    .action.primary:hover,
.custom-onestep-checkout-page .action.primary:active,
.custom-onestep-checkout-page .action.primary:focus,
.custom-onestep-success-page .action.primary:hover .shop-btn button:hover,
.cart-details .action.update:hover,
.checkout-payment-method
    .payment-method-content
    > .actions-toolbar
    > .primary
    .action.primary:hover
    .updtecrt-btn:hover,
.create-acoutnbtn > .action.primary:hover,
.cart-container .form-cart .actions.main .updtecrt-btn:hover,
.cart-container .form-cart .actions.main .updtecrt-btn:focus,
.custom-onestep-checkout-page .opc-wrapper .action-select-shipping-item:hover,
.custom-onestep-checkout-page .opc-wrapper .action-select-shipping-item:active,
.custom-onestep-checkout-page .opc-wrapper .action-show-popup:hover,
.custom-onestep-checkout-page .opc-wrapper .action-show-popup:active,
.custom-onestep-checkout-page .opc-wrapper .edit-address-link:hover,
.custom-onestep-checkout-page .opc-wrapper .edit-address-link:active {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    background: #ee4145 !important;
    color: white;
}

/* clipperb blade css */
.Clipper-slider .uk-card-media-top,
.product-img {
    position: relative;
    transition: all 0.5s ease-in-out;
    height: 310px;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}

.quick-and-wlist {
    position: absolute;
    left: 22px;
    top: 0;
    background: #ee4145;
    padding: 17px 10px;
    border-radius: 0px 0 50px 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.quick-and-wlist a {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}

.uk-card-media-top:hover,
.product-bx:hover .product-img {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #af9e9e;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.product-img a {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.product-bx:hover .product-img a {
    transform: scale(1.03);
}

.Clipper-slider .uk-card-media-top:hover .quick-and-wlist,
.product-bx:hover .quick-and-wlist {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

/*Popular Categories css*/
.cat-img a {
    position: relative;
    display: block;
    border-radius: 10px;
    border: none;
    outline: none;
}

.cat-img a img {
    border: none;
    outline: none;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.cat-img a img:hover {
    transform: scale(1.02);
    transition: all 0.5s ease-in-out;
    border: none;
    outline: none;
}

.cat-img a img:focus-visible {
    outline: none;
}

.cat-img a h4 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
}

/* recent -view css */
/* recent -view css end*/
/*footer section*/
footer {
    color: #fff;
}

footer {
    background: #0c1529;
    padding: 50px 0;
}

.ftr-hding h4 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.ftr-bx .search-sec {
    max-width: 100%;
    width: 100%;
}

footer p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
}

.ftr-bx > ul > li > a {
    padding: 9px 5px 10px 0;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding-left: 15px;
}

.ftr-bx > ul > li > a > svg {
    position: absolute;
    left: 0;
}

.ftr-bx > ul > li > a:hover {
    padding-left: 18px;
}

.ftr-newsletter .serch-input,
.ftr-bx .block.newsletter input {
    border-radius: 50px;
    border: none;
    font-size: 14px;
    height: 50px;
    font-family: poppins;
    padding: 0 70px 0 40px;
}

.ftr-bx .block.newsletter .field .control:before {
    top: 9px;
    left: 8px;
}

.ftr-newsletter .btn {
    border-radius: 0px 50px 50px 0;
}

.ftr-bx .newsletter,
.ftr-bx .content,
.ftr-bx .block.newsletter .field.newsletter,
.ftr-bx .block.newsletter .field .control label {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.folow-us li {
    display: flex;
    gap: 20px;
    align-items: center;
}

.folow-us li a {
    width: 40px;
    transition: all 0.5s ease-in-out;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    padding: inherit !important;
    font-size: 20px;
}

.ftr-bx .folow-us li a svg {
    position: inherit;
}

.folow-us li a:hover {
    transform: rotate(360deg);
    background: #fff;
    color: #ee4145;
}

.quickview-modal .btn-close {
    position: absolute;
    top: -13px;
    opacity: 1;
    color: white;
    width: 30px;
    height: 30px;
    border: 2px solid #ee4145;
    border-radius: 50%;
    background-color: white;
    right: -13px;
    z-index: 1;
}

.produt-hding h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ee4145;
}

.produt-prise span {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}

.product-disctiption p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}

.copyright {
    background: #0c1529;
    padding: 10px;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}

.product-counter .shop-btn a {
    font-size: 15px;
    padding: 15px 25px;
    margin-right: 10px;
}

/* Category View page start*/
.page-bnr {
    margin-top: -20px;
    position: relative;
}

.breadcrumbs {
    margin-bottom: 0;
}

.page-bnr .bnr-img {
    max-height: 320px;
    overflow: hidden;
}

.page-bnr .bread-crubms {
    bottom: 20px;
}

.category-img {
    background: #fff;
    text-align: center;
}

.bread-crubms {
    position: absolute;
    bottom: 30px;
    left: 0;
}

.breadcrumbs a,
.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs a:visited,
.breadcrumbs a {
    color: #ee4145;
    text-decoration: none;
}

.breadcrumbs a {
    font-size: 16px;
    font-weight: 500;
}

.breadcrumbs .items {
    color: initial;
}

.breadcrumbs .items > li {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: 500;
}

/* bread-crubms */
.bread-crubms ul li {
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 30px;
}

.bread-crubms ul li a,
.bread-crubms ul li strong {
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
}

.bread-crubms ul li a:after {
    font-weight: 900;
    width: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    right: -30px;
    top: 0px;
    display: none;
}

/* bread-crubms end*/
/* filter section start*/
.filter-section {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    padding: 10px 0;
}

.flter-lft > .category-filter {
    position: inherit;
}

.category-filter > ul {
    max-width: 100%;
    left: 0;
    right: 0;
    column-count: 3;
    max-width: 100%;
    width: 100%;
    margin: auto;
    column-gap: 40px;
    column-rule: 1px solid #ddd;
    top: 37px;
    opacity: 1;
    padding: 20px 20px;
}

.flter-lft > li > ul::after,
.flter-right > li > ul::after,
.category-filter > ul::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid white;
    position: absolute;
    top: 0;
    right: 35px;
    top: -9px;
    z-index: -1;
}

.category-filter > ul::after {
    left: 32px;
}

.filter-section,
.category-filter > ul > li {
    position: relative;
}

.flter-lft,
.filter-section {
    display: flex;
    align-items: center;
}

.flter-lft > li,
.flter-right > li {
    position: relative;
}

.flter-lft > li > ul,
.flter-right > li > ul {
    box-shadow: 0 -4px 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
    /* padding: 20px 20px; */
    background: #fff;
    position: absolute;
    right: 0;
    min-width: 250px;
    z-index: 1;
    opacity: 0;
    top: 36px;
    display: none;
    z-index: 3;
    transition: all 0.5s ease-in-out;
}

.flter-lft > li > ul,
.flter-right > li > ul {
    opacity: 1;
    display: block;
}

/*category checkbox end*/
.flter-lft > li > ul > li > a {
    display: inline-block;
    padding: 10px;
}

.flter-lft > li > a,
.flter-right > li > a {
    display: inline-block;
    transition: all 0.5s ease-in-out;
    padding: 10px 20px 10px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.flter-right > li > a {
    padding-right: 0;
}

.flter-lft > li > ul > li > .form-check,
.flter-right > li > ul > li > .form-check {
    margin: 0;
    display: block;
    width: 100%;
    padding: 0;
}

.flter-lft > li > ul > li > .form-check > a,
.flter-lft > li > ul > li > .form-check > label > a,
.flter-right > li > ul > li > .form-check > label > a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 12px 0;
    transition: all 0.5s ease-in-out;
}

.flter-lft > li > ul > li:last-child > .form-check > a,
.flter-lft > li > ul > li:last-child > .form-check > label > a,
.flter-right > li > ul > li:last-child > .form-check > label > a {
    border-bottom: none;
}

.flter-lft > li > ul > li > .form-check > label > a,
.flter-right > li > ul > li > .form-check > label > a {
    padding: 12px 10px;
}

.flter-lft > li > ul > li > .form-check > label,
.flter-right > li > ul > li > .form-check > label {
    display: block;
    width: 100%;
}

.flter-lft > li > ul > li > .form-check > a {
    /* padding-left: 20px; */
    padding-left: 8px;
}

.flter-lft > li > ul > li > .form-check > a > svg,
.flter-lft > li > ul > li > .form-check > label > a svg,
.flter-right > li > ul > li > .form-check > label > a svg {
    position: absolute;
    display: none;
    left: 6px;
}

.flter-lft > li > ul > li > .form-check > a:hover,
.flter-right > li > ul > li > .form-check > label > a:hover,
.flter-lft > li > ul > li > .form-check > label > a:hover {
    background: #ee4145;
    color: white;
}

.flter-lft > li > a:hover,
.flter-right > li > a:hover,
.flter-lft > li:hover,
.flter-right > li:hover {
    color: #ee3d41;
}

/* .flter-right>li>a {
    padding: 10px 0px 10px 20px;
} */

/* Category View page end*/
/* Category  page start*/
.bdr-line {
    border-bottom: 1px solid #aaa;
}

/* Category  page end*/
/* new slider css */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    background: white !important;
    border-radius: 50%;
    top: 35%;
    border: 2px solid #ee3d41 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #fff;
}

.Featured-slider .slick-prev {
    left: -8px;
}
.Featured-slider.slick-next {
    right: -8px;
}

.product-bx {
    padding: 0 20px;
}

.row .product-bx {
    padding: 0;
}

.slick-prev:before,
.slick-next:before {
    opacity: 1;
    color: #ee3d41;
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-weight: 900;
    padding: 0;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before {
    content: "\f104";
}

/* counter css */
.counter-main-bx {
    display: inline-block;
}

.product-counter-section,
.product-counter-section > form,
.product-counter-section > form > .shop-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.num-in {
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    gap: 10px;
    padding: 4px 18px;
}

.num-in span,
.num-in > button {
    display: inline-block;
    padding: 5px;
    font-weight: 600;
    font-size: 18px;
    background: none;
    border: none;
    padding: 0;
}

.num-in span:hover {
    cursor: pointer;
}

.num-in .in-num {
    text-align: center;
    width: 43px;
    border: none;
    height: inherit;
    font-weight: 600;
    font-size: 18px;
    background: none;
}

/* product view page start*/
.productzom-slider {
    background: #ecf0f3;
    text-align: center;
    padding: 50px 0;
    border-radius: 10px;
}

/* login page start */
.login-hding h1 {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #ee3d41;
}

.login-hding p {
    line-height: 25px;
    font-size: 16px;
}

.login-pge .row .login-section {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.pl-5 {
    padding-left: 50px;
}

.form-section {
    margin-top: 35px;
}

/* Category page end*/
.inputbx {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.inputbx label,
.default-cmt__content__cmt-block__guest-box > label,
.default-cmt__content__cmt-block__cmt-box > label,
.default-cmt__content__cmt-block__cmt-box label {
    background: #ffffff;
    position: absolute;
    left: 15px;
    top: -6px;
    font-size: 16px;
    padding: 0px 10px 0px 0;
    font-weight: 400 !important;
    z-index: 3;
}

.inputbx .itext,
.coutry-drop > .required-entry,
.default-cmt__content__cmt-block__guest-box > input,
.default-cmt__content__cmt-block__cmt-box__cmt-input {
    border: 1px dashed #b9b3b3;
    border-radius: 10px;
    width: 100%;
    display: block;
    height: 60px;
    padding: 10px 15px;
    outline: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.alredy-acont span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 20px;

    font-weight: 500;
    text-transform: capitalize;
}

.login-btn {
    text-align: left;
}

.alredy-acont a {
    color: #ee4145;
    font-weight: 500;
}

.login-with-social p {
    font-size: 23px;
    font-weight: 400;
}

.login-with-social .folow-us {
    margin-top: 20px;
}

.login-with-social .folow-us li a {
    border: 1px solid #ee4145;
    color: #bfbfbf;
    box-shadow: 0px 3px 6px #00000029;
    font-size: 18px;
}

.login-with-social .folow-us li a:hover {
    background: #ee4145;
    color: #fff;
}

.login-pge .row .login-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: url(../images/Group.jpg);
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: 0;
    min-height: 100vh;
    background-position: center;
}

.login-img .left-img a {
    background: white;
    display: block;
    padding: 70px 20px;
    border-radius: 10px;
    margin: 0 30px;
}

.entermail-para {
    font-size: 16px;
}

.login-section > a {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    color: white;
    background: #231f20;
    padding: 10px 20px 10px 25px;
    top: 45px;
    border-radius: 50px 0 0 50px;
}

.login-section > a svg {
    font-size: 20px;
}

.login-section > a:hover {
    background: #ee3d41;
}

.form-details {
    max-width: 100%;
    width: 90%;
}

.alredy-acont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navigation > ul {
    display: inherit !important;
}

.navigation {
    z-index: inherit;
}

/* wishlist page start*/
/* wishlist page end*/

/* magento them css start*/
.page-footer,
.columns .column.main {
    background: none;
    padding: 0;
}

/* magento them css end*/
.block-search .action.search {
    outline: none;
    opacity: 1 !important;
    border-radius: 0 5px 5px 0;
    position: absolute !important;
    right: 0 !important;
    background: #ee4145 !important;
    padding: 10px 20px !important;
    bottom: 0 !important;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

.block-search .action.search:before {
    color: white !important;
    font-size: 20px !important;
}

/* magento themse popop start */

.page-layout-1column .product.media {
    width: 40%;
}

.page-layout-1column .product-info-main {
    width: 57%;
}

#maincontent .page-title-wrapper .page-title .base {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ee4145;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1;
    background: #ecf0f3 !important;
    text-align: center;
    border-radius: 10px !important;
    margin-bottom: 20px;
}

.fotorama__stage {
    margin-bottom: 15px !important;
}

.fotorama__arr,
.fotorama__thumb__arr {
    background: none;
}

.mfp-iframe-holder .mfp-close {
    z-index: 1;
    color: #ee4145;
    position: absolute;
    top: -17px;
    width: 40px;
    right: 0;
    height: 40px;
    border: 2px solid #ee4145;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    padding-right: inherit;
}

/* magento themse popop end*/

/* change button style magento===================================== */
.bss_quickview-catalog_product-view .mfp-content .field .control {
    font-size: 20px;
    font-weight: 600;
    padding: 2px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
}

.bss_quickview-catalog_product-view
    .mfp-content
    .page-layout-1column
    .product.media {
    width: 40%;
}

.bss_quickview-catalog_product-view
    .mfp-content
    .page-layout-1column
    .product-info-main {
    width: 57%;
}

.mfp-content #maincontent,
.bss_quickview-catalog_product-view {
    overflow-y: auto !important;
    padding: 10px 20px !important;
}

.bss_quickview-catalog_product-view header {
    display: none;
}

.bss_quickview-catalog_product-view .fieldset {
    display: flex;
    gap: 10px;
    align-items: center;
    float: left;
}

.mfp-iframe-holder .mfp-close {
    z-index: 1;
    color: #ee4145;
    position: absolute;
    top: -17px;
    width: 40px;
    height: 40px;
    border: 2px solid #ee4145;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    padding-right: inherit;
    opacity: 1;
    line-height: initial;
}

.box-tocart .action.tocart,
.product-social-links .action.towishlist {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    background: #231f20;
    padding: 13px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    outline: none;
    border: none;
    margin-bottom: 0;
    font-weight: 500;

    text-transform: capitalize;
    font-size: 15px;
}

.fotorama__arr,
.fotorama__thumb__arr {
    background: none;
}

.bss_quickview-catalog_product-view .page-title-wrapper .page-title .base {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #ee4145;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1;
    background: #ecf0f3 !important;
    text-align: center;
    border-radius: 10px !important;
}

.bss_quickview-catalog_product-view .fotorama__stage {
    margin-bottom: 15px !important;
}

.bss_quickview-catalog_product-view .fieldset {
    display: flex;
    gap: 10px;
    align-items: center;
    float: left;
}

.bss_quickview-catalog_product-view .fieldset > .field > .label {
    display: none;
}

.bss_quickview-catalog_product-view .fieldset > .field {
    margin-bottom: 0;
}

.bss_quickview-catalog_product-view .field .control {
    font-size: 20px;
    font-weight: 600;
    padding: 2px 20px;
    border-radius: 50px;
    border: 1px solid #ddd;
}

.bss_quickview-catalog_product-view #ajax-goto {
    display: none !important;
}

.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
    display: inline-block;

    font-weight: 500;
    font-size: 20px;
    line-height: inherit;
}

.box-tocart .action.tocart:hover,
.product-social-links .action.towishlist:hover {
    background: #ee4145;
    color: white;
}

.product-social-links .action.towishlist:hover {
    color: white;
}

.product-social-links .mfp-iframe-holder .mfp-close {
    z-index: 1;
    color: #ee4145;
    position: absolute;
    top: -17px;
    width: 40px;
    height: 40px;
    border: 2px solid #ee4145;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    padding-right: inherit;
    opacity: 1;
    line-height: initial;
}

.fotorama__arr:hover,
.fotorama__thumb__arr:hover,
.fotorama__arr:active,
.fotorama__thumb__arr:active,
.fotorama__arr:active,
.fotorama__thumb__arr:active {
    background: none !important;
}

.bss_quickview-catalog_product-view .field .control .input-text {
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.bss_quickview-catalog_product-view .product-info-main .product.attribute.sku {
    background: #231f20;
    color: white;
    padding: 5px 14px;
    font-size: 12px;
    border-radius: 50px;
}

.bss_quickview-catalog_product-view .product-info-main .stock.available {
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}

.bss_quickview-catalog_product-view
    .box-tocart
    .action.tocart:not(:last-child) {
    margin-bottom: 0;
}

.bnr-img img {
    width: 100%;
}

/* Pagination */
.nav-sections {
    margin-bottom: 0 !important;
}

ul > li,
ol > li {
    margin-bottom: 0;
}

.pagination > li > a {
    width: 30px;
    font-weight: 600;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #231f20;
    border-radius: 50%;
    border: 1px solid #f3f1f1;
}

.page-item.active .page-link {
    background-color: #ee4145;
    border-color: #ee4145;
    color: #fff;
}

.page-link:focus {
    box-shadow: none;
    outline: none;
}

.page-item:not(:first-child) .page-link {
    margin: 0;
}

.page-link,
.page-link:hover {
    background: none;
    border: none;
    color: #fff;
    border: 1px solid #f3f1f1;
}

.pagination > li > span {
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-size: 13px;
    border: 1px solid #231f20;
    border-radius: 50px !important;
    background-color: #231f20;
}

.pagination > li > span > .page-link {
    border: none;
}

.pagination > li > span:hover {
    background-color: #ee4145;
    border-color: #ee4145;
    color: #fff;
}

.pagination {
    justify-content: end;
    gap: 5px;
    flex-wrap: wrap;
}

.page-link:hover {
    color: inherit;
}

.product-view-page .bread-crubms ul li a {
    color: #ee4145;
}

.product-view-page .bread-crubms {
    position: initial;
}

button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit,
.shop-btn #send2,
.shop-btn .login,
.shop-btn #sendRegisterBtn,
.shop-btn #forgotPasswordBtn,
.forgot-passbtn > .action.submit.primary {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    background: #231f20;
    padding: 13px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: none;
}

.forgot-passbtn > .action.submit.primary {
    font-family: "Poppins";
    font-weight: 500;
}

button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary {
    background: #231f20 !important;
}

.shop-btn .login:hover {
    border: none;
}

.login-pge > .container {
    z-index: 1;
    position: relative;
    background: white;
    border-radius: 50px;
    border: 1px solid rgb(235 232 232 / 57%);
    padding: 50px 40px 50px;
    box-shadow: 10px 2px 38px #e3e3e370;
}

.shop-btn #send2:hover,
button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary:hover,
button.default-cmt__content__cmt-block__cmt-box__cmt-btn__btn-submit.primary.btn-primary:active,
.shop-btn .login:hover,
.shop-btn .login:active .shop-btn #sendRegisterBtn:hover,
.shop-btn #forgotPasswordBtn:hover {
    background: #ee4145 !important;
    text-decoration: none;
}

/* Elastic search height */
.block-search input {
    height: 50px;
}

/* Show Per Page */
.page-products .toolbar .limiter {
    display: inline-block;
}

.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
    color: #666666;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    background: #231f20;
    padding: 13px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    outline: none;
    border: none;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
    color: #666666;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    background: #231f20;
    padding: 13px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    outline: none;
    border: none;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 15px;
}

/* News letter subscribe*/
.block.newsletter {
    max-width: 100% !important;
}

/* Product view add to cart btn  */
.adcart-btn {
    transition: all 0.5s ease-in-out;
    display: inline-block !important;
    background: #231f20 !important;
    padding: 13px 30px !important;
    border-radius: 50px !important;
    text-align: center;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 300;
}

button:hover {
    border: initial;
}

.adcart-btn,
.action.primary {
    border: none;
}

/* wishlist page start*/
.wishp-dtails a {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
}

.wishp-dtails a .wish-img {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
}

.wishp-dtails a img {
    object-fit: cover;
}

.action-btn a {
    margin-right: 8px;
}

.wishlist-table td,
.wishlist-table th {
    vertical-align: middle;
    padding: 15px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.wishlist-table th {
    border-top: none;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 20px;

    padding: 15px 10px;
}

.cart-table .text-left {
    text-align: left;
}

.cart-table a {
    justify-content: inherit;
}

/* wishlist page end*/

/* cart page sectiin start*/

.p-details-bx h2 {
    font-size: 18px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    padding: 15px;
    font-weight: 500;
}

.p-details-bx {
    background: #efefef;
    border-radius: 10px;
}

.p-details-bx ul {
    padding: 30px 15px;
}

.p-details-bx ul li,
.ttl-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

.p-details-bx ul li h4 {
    font-size: 19px;
}

.ttl-price {
    padding: 20px 15px;
    border-top: 1px solid #e2e2e2;
    margin: 0;
}

.ttl-price h4,
.ttl-price span {
    font-size: 18px;
    font-weight: 500;
}

/* cart page sectiin start*/

/* checkout page section*/
.checkout-page .accordion-item {
    margin: 0px 0 30px;
    border: none;
}

.checkout-page .accordion-button {
    background: #efefef;
    color: #6d6d6d;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: none;
}

.checkout-page .accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}

.checkout-page .accordion-button:not(.collapsed)::after,
.checkout-page .accordion-button::after {
    display: none;
}

.accordion-body {
    padding: 1rem 0;
}

.accordion-body .shop-btn a,
.update-profile a {
    font-weight: 600;
    margin-top: 10px;
}

.accordion-body .num-in {
    padding: 4px 30px;
}

.cupn-plce {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.apply-coupn {
    max-width: 300px;
    width: 100%;
}

.apply-coupn .cupn-text,
.custom-onestep-checkout-page .form-discount .control input {
    width: 100%;
    border-radius: 50px;
    outline: none;
    background: white;
    border: 1px dashed #ddd;
    padding: 10px 36px;
    height: 50px;
    padding: 10px 135px 10px 15px;
    max-width: 400px;
    width: 350px;
    font-family: "Poppins";
}

.apply-coupn a,
.apply-coupn .apply-coupn-btn {
    position: absolute;
    right: 0;
    background: #ee4145;
    padding: 15px 16px;
    color: white;
    font-size: 15px;
    bottom: 0;
    top: 0;
    border-radius: 50px;
}

/* checkout page section end*/
/*account page start*/

.left-acount h1,
.left-navigation ul li h4 {
    background: #efefef;
    color: #605959;
    font-size: 19px;
    padding: 15px 10px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

.left-navigation ul li h4 {
    padding: 10px;
    font-size: 17px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 20px;
}

.left-navigation ul li {
    position: relative;
}

.left-navigation ul li a svg,
.left-navigation ul li a i {
    position: absolute;
    left: 0;
}

.left-navigation ul li a {
    padding: 10px 10px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    padding-left: 15px;
}

.left-navigation ul li a:hover {
    padding-left: 20px;
    color: #ee4145;
}

.left-acount h1 svg,
.left-acount h1 i {
    font-size: 25px;
}

.acount-hding h2 {
    font-size: 19px;
    font-weight: 500;
    border-bottom: 1px solid #ee4145;
    color: #ee4145;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.details-bx .table,
.profile-details,
.password-update {
    margin: 30px 0;
}

.details-bx .table tbody tr td:first-child {
    width: 250px;
}

.profile-details {
    min-height: 350px;
}

.details-bx .table tbody tr td:nth-child(2) {
    width: 25px;
}

.edit-profile {
    text-align: left;
}

.acount-wishlist-pge .acount-wishlist-pge .wishlist-table th {
    font-size: 18px;
}

.acount-wishlist-pge .wishp-dtails a {
    justify-content: inherit;
}

.acount-wishlist-pge .wishlist-table td,
.acount-wishlist-pge .wishlist-table th {
    text-align: left;
}

.acount-wishlist-pge .wishlist-table th {
    font-size: 18px;
}

/*account page start*/

.wslist-name a {
    font-size: 18px;
    font-weight: 500;
    color: #ee4145;
}

.logo {
    z-index: inherit;
    margin: 0;
}

.logo img {
    margin: inherit;
}

print .page-wrapper > .breadcrumbs {
    margin: 20px auto;
    width: 90% !important;
}

.test {
    font-size: 10px;
}

.page-products .columns {
    display: inherit;
    padding-top: 0;
}

.page-products .breadcrumbs,
.catalog-product-view .breadcrumbs {
    margin: 40px auto 0;
    padding-right: 0;
    padding-left: 0;
}

.page-products .category-img {
    border: 1px solid #f7f7f7;
    overflow: hidden;
    border-radius: 10px;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

/*rate and review section start*/
.custom-review-tab .review-form {
    max-width: 100%;
}

.custom-review-tab .product.data.items > .item.title {
    border-bottom: 2px solid #ddd;
}

.custom-review-tab .product.data.items > .item.title.active {
    border-bottom: 2px solid #ee3d41;
}

.custom-review-tab .product.data.items > .item.title > .switch {
    font-weight: 600;
    font-size: 16px;
    color: #818692;
    border: none;
    background: none;
}

.custom-review-tab .product.data.items > .item.title.active > .switch {
    color: #ee3d41;
    font-weight: 600;
    font-size: 16px;
}

.custom-review-tab .product.data.items > .item.content {
    border: none;
    padding: 20px 0;
}

.custom-review-tab .review-form .action.submit.primary {
    transition: all 0.5s ease-in-out;
    background: #231f20;
    padding: 11px 23px;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    border: none;
    font-family: poppins;
    font-weight: 500;
    font-size: 13px;
}

.custom-review-tab .product.data.items {
    border-bottom: none;
}

.custom-review-tab .review-form .action.submit.primary:hover {
    background: #ee4145;
    text-decoration: none;
}

.custom-review-tab .fieldset .review-legend.legend span {
    display: none;
}

.custom-review-tab .fieldset .review-legend.legend strong {
    color: #ee3d41;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    margin: 0;
}

.custom-review-tab input[type="text"],
.custom-review-tab .control textarea {
    border: 1px dashed #b9b3b3;
    border-radius: 10px;
    width: 100%;
    display: block;
    height: 60px;
    padding: 10px 15px;
    outline: none;
    font-size: 14px;
    font-family: poppins;
}

.custom-review-tab .fieldset > .field > .label {
    background: #ffffff;
    position: absolute;
    left: 15px;
    top: -6px;
    font-size: 13px;
    padding: 0px 10px 0px 0;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-family: poppins;
}

.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > td {
    padding: 15px 10px;
    color: #7b858a;
    font-weight: 300;
    font-size: 14px;
}

.product.info.detailed .additional-attributes > tbody > tr > th {
    font-weight: 500;
}

.custom-review-tab .fieldset > .field,
.custom-customer-create-password .fieldset > .inputbx {
    position: relative;
    margin-bottom: 30px;
}

.custom-review-tab .control textarea {
    height: 100px;
}

.custom-review-tab .fieldset {
    margin-bottom: 0;
}

.product.info.detailed .additional-attributes {
    max-width: 800px;
    width: 100%;
}

.custom-review-tab .table > :not(:first-child) {
    border: none;
}

#product-attribute-specs-table > tbody > tr:nth-of-type(odd) {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dee2e6;
}

#product-attribute-specs-table > tbody > tr:nth-of-type(even) {
    border-bottom: 1px solid #dee2e6;
}

#product-review-container .review-list .block-title strong {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.review-title {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 7px;
    word-wrap: break-word;
}

.review-content {
    margin-bottom: 20px;
    color: #000;
    line-height: 25px;
    font-size: 13px;
}

.review-item {
    padding: 20px 0;
}

.review-author,
.review-author .review-details-value,
.review-details-value {
    font-weight: 600;
    font-size: 13px;
}

.custom-review-tab
    .product.data.items
    > .item.title.active
    .data.switch
    .counter {
    color: #ee3d41;
}

#Quality_rating_label {
    display: none;
}

.review-control-vote label:before,
.review-control-vote:before {
    font-size: 20px;
}

.custom-review-tab .fieldset > .review-field-ratings > .label {
    left: 0;
    top: -15px;
    font-size: 15px;
    font-weight: 600;
}

.review-ratings {
    float: inherit;
}

.review-ratings .rating-label {
    padding-top: 4px;
    vertical-align: top;
    font-size: 12px;
    font-weight: 600;
    padding-right: 0;
}

.review-content-container {
    width: 100%;
    margin-top: 20px;
}

/*rate and review section end*/
/*cart page start*/
.cart-details .cart.table-wrapper .cart thead tr th.col {
    font-weight: 500;
    font-size: 17px;
    color: #000;
    padding: 13px 0;
    text-align: center;
    text-transform: capitalize;
}

.cart-details .cart.table-wrapper .product-item-details {
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 16px;
    margin: 0;
}

.cart-details .cart.table-wrapper .product-item-name {
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.cart-details .cart.table-wrapper .cart thead:first-child tr th.col {
    text-align: left;
}

.cart-details .cart.table-wrapper .product-item-photo {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    max-width: 60px;
    padding: 0px;
}

.cart-details .col.qty,
.cart-details .cart.table-wrapper .product-item-details,
.cart-details .cart.table-wrapper .col.price,
.cart-details .cart.table-wrapper .col.subtotal,
.cart-details .cart.table-wrapper .col.qty {
    vertical-align: middle;
}

.cart-details .abs-product-link > a:visited,
.cart-details .product-item-name > a:visited,
.cart-details .product.name a > a:visited,
.product-item-name > a:hover {
    text-decoration: none;
}

.cart-details .cart.table-wrapper .col.qty .input-text {
    border-radius: 50px;
    height: initial;
    width: 74px;
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
}

.cart-details .cart.table-wrapper .col.price .price-excluding-tax .price,
.cart-details .cart.table-wrapper .col.subtotal .price-excluding-tax .price {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.cart.table-wrapper .col.qty {
    text-align: center;
}

.cart-details .table > :not(:first-child) {
    border-top: inherit;
}

.cart-details .cart.table-wrapper .cart thead tr th.first-hding {
    text-align: left;
}

.cart-details .cart.table-wrapper .item .col.item,
.cart-details .cart.table-wrapper .col.price,
.cart-details .cart.table-wrapper .col.qty,
.cart-details .cart.table-wrapper .col.subtotal {
    padding: 15px 10px;
}

.cart-details .action.update {
    padding: 13px 25px;
    font-size: 14px;
}

.cart-discount .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.apply-coupn-btn,
.custom-onestep-checkout-page .actions-toolbar .primary .action-apply,.custom-onestep-checkout-page .actions-toolbar .primary .action-cancel  {
    position: absolute;
    right: 0;
    background: #ee4145;
    padding: 15px 16px;
    color: white;
    font-size: 15px;
    bottom: 0;
    top: 0;
    border-radius: 50px;
    border: none;
    font-family: poppins;
    font-weight: 500;
}

.custom-onestep-checkout-page .actions-toolbar .primary .action-apply {
    font-size: 13px;
}

.cart-discount .actions-toolbar .action.apply-coupn-btn:hover,
.cart-discount .actions-toolbar .action.apply-coupn-btn:hover {
    background: #ee4145;
    color: white;
}

.cart-discount .actions-toolbar .action.primary:not(:focus),
.cart-discount .actions-toolbar .action.cancel:not(:focus) {
    box-shadow: none;
    border: none; outline: none;
}

#coupon_code-error,
#discount-code-error {
    position: absolute;
    left: 0;
}

.cart-discount .block > .title strong {
    color: #000;
}

.cart-details .cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
    top: -20px;
}

.cart-details .cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart-details .cart.table-wrapper .actions-toolbar > .action-delete:before {
    transition: all 0.5s ease-in-out;
    background: #231f20;
    color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    line-height: 25px;
    font-size: 13px;
}

.cart-details
    .cart.table-wrapper
    .actions-toolbar
    > .action-delete:hover:before,
.cart-details .cart.table-wrapper .actions-toolbar > .action-edit:hover:before {
    background: #ee4145;
}

.custom-checkout-cart .cart-summary {
    border-radius: 10px;
}

.custom-checkout-cart
    .cart-summary
    .block
    .fieldset
    .field:not(.choice)
    > .label {
    font-size: 13px;
    font-weight: 550;
}

.custom-checkout-cart .select {
    font-size: 13px;
    line-height: 20px;
}

.custom-checkout-cart .cart-summary .block .fieldset .field {
    font-size: 14px;
    line-height: 20px;
}

.custom-checkout-cart .cart-summary .block .content {
    padding: 0;
}

.custom-checkout-cart .message.warning {
    background: none;
    color: #ee4145;
}

.custom-checkout-cart .cart-summary .block .fieldset .field > .label {
    margin-bottom: 5px;
}

.custom-checkout-cart .message.warning {
    padding: 0;
}

.custom-checkout-cart .cart-summary .block form:not(:last-of-type) .fieldset,
.custom-checkout-cart .fieldset:last-child {
    margin: 0;
}

#co-shipping-method-form .item-title {
    font-size: 15px;
    font-weight: 500;
}

#co-shipping-method-form .fieldset:last-child {
    margin: 0;
}

.cart-totals tbody .mark,
.cart-totals tbody .amount {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 0;
}

.cart-totals tbody .mark {
    font-weight: 500;
}

.custom-checkout-cart #cart-totals .table > :not(:first-child) {
    border: none;
}

.custom-checkout-cart .cart-totals .grand .mark,
.custom-checkout-cart .cart-totals .grand .amount {
    border: none;
    font-size: 16px;
}

.custom-checkout-cart .cart-summary _sticky,
.custom-checkout-cart .cart-summary {
    position: inherit;
}

#shopping-cart-table > tbody > tr:hover {
    background: #f5f5f5;
    transition: all 0.5s ease-in-out;
}

.cart.table-wrapper .actions-toolbar > .action-delete {
    right: 10px;
}

.custom-checkout-cart .cart-summary .checkout-methods-items .item,
.custom-checkout-cart .cart-summary .checkout-methods-items {
    margin: 0;
}

.custom-checkout-cart
    .cart-summary
    .checkout-methods-items
    .action.primary.checkout {
    border: none;
    border-radius: 50px;
    background: #231f20;
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins";
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.custom-checkout-cart
    .cart-summary
    .checkout-methods-items
    .action.primary.checkout:hover {
    background: #ee4145;
}

.custom-checkout-cart .page-main > .page-title-wrapper .page-title {
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
}

.custom-checkout-cart #maincontent .page-title-wrapper .page-title .base {
    font-size: 35px;
    color: #231f20;
    font-weight: 600;
}

img.mplazyload-icon {
    width: auto !important;
}

.custom-checkout-cart .cart.table-wrapper .action-towishlist {
    font-size: 14px;
    font-weight: 500;
    color: #ee4145;
}

.wishp-dtails a p {
    text-align: left;
    width: calc(100% - 70px);
    font-size: 15px;
    line-height: 20px;
    margin: 0;
}

.action-btn .action-delete {
    font-size: 15px;
}

.unit-prise .price-excluding-tax .price,
.stock-bx .price-excluding-tax .price,
.unit-prise span,
.available {
    font-weight: 500;
    font-size: 15px;
}

.available {
    margin: 0;
}

.cart-table > :not(:first-child) {
    border: none;
}

.wishlistaction-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*cart page end*/

.custom-checkout-cart .cart.table-wrapper .action-towishlist {
    font-size: 14px;
    font-weight: 500;
    color: #ee4145;
    padding-left: 10px;
}

/*cart page end*/

/* persoal informaiton page start */

.custom-account-page .block-collapsible-nav .title {
    background: #ee4145;
    color: white;
}

.custom-account-page .nav {
    display: initial;
    position: relative;
    margin-bottom: 5px;
    display: block;
}

.custom-account-page .nav a svg {
    position: absolute;
    left: 8px;
}

.custom-account-page .block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
    font-size: 14px;
    font-weight: 500;
    color: #7a7272;
    padding: 13px 10px 13px 30px;
}

.custom-account-page .block-collapsible-nav .item a:hover {
    background: #ee4145;
    color: #fff;
}

.custom-account-page .block-collapsible-nav .item .delimiter {
    display: none;
}

.custom-account-page .block-collapsible-nav .content {
    padding: 0px 0 0;
    background: none;
}

/* .block-collapsible-nav .content{background: none;} */

.blog-login-btn {
    margin: 0;
    padding: 0;
    float: inherit;
}
.addresbopk-pge .block-title > .action {
    color: white;
    background: #ee4145;
    border-radius: 5px;
    font-size: 13px;
    float: right;
    padding: 8px 13px;
    clear: both;
}
.blog-login-btn .btn-primary {
    border: 1px solid #ee4145;
    background: none;
    border-radius: 50px;
    padding: 7px 21px;
    color: #ee4145;
    float: none;
    font-weight: 500;
    font-size: 15px;
}

.blog-login-btn .btn-primary:focus {
    box-shadow: none !important;
}

.blog-login-btn .btn-primary:hover {
    color: white;
    background: #ee4145;
}

.addresbopk-pge .block-title > strong {
    font-weight: 600 !important;
}

.addresbopk-pge .block-content .box:nth-child(1),
.addresbopk-pge .block-content .box:nth-child(2),
.addresbopk-pge .block-content .box {
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.addresbopk-pge .box-billing-address .box-title,
.addresbopk-pge .box-shipping-address .box-title,
.custom-infoblock .box-title {
    border-bottom: 1px solid #ee4145;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block !important;
}

.addresbopk-pge .box-actions a,
.custom-onestep-checkout-page
    .checkout-billing-address
    .actions-toolbar
    .action-cancel,
.action-accept,
.action-dismiss,
.custom-onestep-checkout-page .action-hide-popup,
.create-acoutnbtn > .action.primary {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    border: 1px solid #ee4145;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    color: #000;
}

.custom-onestep-checkout-page .action-hide-popup{    padding: 13px 30px;}
.custom-onestep-checkout-page
    .checkout-billing-address
    .actions-toolbar
    .action-cancel {
    margin: 0px 0;
    text-decoration: none;
    background: none;
    padding: 13px 30px; font-size: 15px; font-weight: 500;
    line-height: inherit;
    position: inherit;
}
.custom-onestep-checkout-page
    .checkout-billing-address
    .actions-toolbar
    .action-update {
   margin-left: 5px;
}

.create-acoutnbtn > .action.primary {
    padding: 12px 20px;
}

.action-dismiss,
.create-acoutnbtn > .action.primary,
.action-hide-popup {
    border: 1px solid #ee4145;
    background: none;
}

.action-accept {
    color: white;
    background: #ee4145 !important;
    border: 1px solid #ee4145 !important;
}

.action-accept:hover,
.custom-onestep-checkout-page
    .checkout-billing-address
    .actions-toolbar
    .action-cancel:hover,
.custom-onestep-checkout-page
    .checkout-billing-address
    .actions-toolbar
    .action-cancel:active,
.action-dismiss:hover,
.custom-onestep-checkout-page .action-hide-popup:hover,
.custom-onestep-checkout-page .action-hide-popup:active,
.custom-onestep-checkout-page
    .action-hide-popup:focus
    .create-acoutnbtn
    > .action.primary:hover {
    background: #ee4145;
    color: white;
    border: 1px solid transparent;
}

.addresbopk-pge .box-actions a:hover {
    background: #ee4145;
    color: #fff;
}

.custom-infoblock .box-actions {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.addresbopk-pge address,
.custom-infoblock .box-content p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}

.custom-infoblock .box-actions .action:after {
    display: none;
}

#block-collapsible-nav .item.current a,
#block-collapsible-nav .item.current > strong {
    background: #ee4145;
    color: white;
    border: none;
}

.form-edit-account .fieldset {
    width: 100%;
}

.skuid {
    color: #000;
    font-size: 13px;
    display: block;
    margin: 10px 0;
    font-weight: 600;
    text-transform: uppercase;
}

/* .account .page-main{padding-top: 60px;} */
.custom-account-page .columns .sidebar-main {
    order: inherit;
}

.custom-account-page .block-collapsible-nav {
    position: inherit;
}

.additin-adres-entry .table > :not(:first-child) {
    border-top: none;
    border-bottom: none;
}

.account .additin-adres-entry {
    border-bottom: none;
}

.additin-adres-entry table > thead > tr > th {
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    padding: 6px 5px 15px 5px;
    border-bottom: none;
}

.custom-customer-address-page .page-main .block {
    margin-bottom: 30px;
}

.additin-adres-entry .table > tbody > tr > td {
    font-size: 14px;
    padding: 15px 10px;
    text-transform: capitalize;
}

.minicart-items-wrapper {
    max-height: 290px;
}

.minicart-wrapper .block-minicart {
    padding: 25px 20px 10px;
}

.checkbox-bx {
    background: #eee;
    padding: 13px 15px;
    border: 1px solid #bdb9b9;
    border-radius: 50px;
    margin-bottom: 20px;
}

.show-passcheckbox-bx {
    display: inline-block;
    padding: 10px 15px;
}

.checkbox-bx input[type="checkbox"] {
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    top: 0px;
    vertical-align: middle;
}

.checkbox-bx > label {
    vertical-align: middle;
}

.checkbox-bx > label > span {
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
}

.password-strength-meter {
    display: none;
}

.account .fieldset > .legend {
    margin-bottom: 25px;
    font-weight: bold;
}

.account .fieldset > .legend span,
.account .legend span {
    font-weight: 600;
    font-size: 2.2rem;
}

.order-details-items .order-table .product-item-name {
    font-size: 14px;
    margin: 0 0 0 0;
}

.order-details-items .order-table .col.subtotal .price-excluding-tax .price,
.order-details-items .order-table .col.price .price-excluding-tax .price {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.order-table tfoot > tr > td,
.order-table tfoot > tr > th {
    font-size: 14px;
}

.order-table .grand_total th,
.order-table .grand_total td {
    padding-bottom: 20px;
}

.block-order-details-view .box-content address,
.block-order-details-view .box-content {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.block-order-details-view .block-title strong {
    font-weight: 600 !important;
}

.order-details-items .order-table:not(:last-child) {
    margin-bottom: 0;
}

.order-details-items {
    padding: 20px 10px 10px;
}

.custom-sales-order-view-page .nav {
    margin-bottom: 2px;
}

.custom-sales-order-view-page .order-links .item strong {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: #000;
    padding: 0px 10px;
    display: none;
}
.custom-sales-order-view-page .order-details-items.ordered .order-title {
    display: block;
}

.custom-sales-order-view-page .print {
    text-decoration: none;
}

.custom-sales-order-view-page .columns .column.main table#my-orders-table tbody tr td strong.product.name.product-item-name {
    margin-top: 5px;
}

.custom-sales-order-view-page .page-main .page-title-wrapper .order-date {
    margin: 10px 0;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.custom-sales-order-view-page .order-actions-toolbar .action {
    background: #231f20;
    font-size: 13px;
    transition: all 0.5s ease-in-out;
    padding: 8px 19px;
    display: inline-block;
    color: white;
    border-radius: 50px;
}

.custom-sales-order-view-page .order-actions-toolbar .action:hover,
.custom-sales-order-view-page .order-actions-toolbar .action.print:hover {
    background-color: #ee4145;
    text-decoration: none;
}

.custom-sales-order-view-page .order-actions-toolbar .action.print {
    background: #1a73e8;
}

.custom-sales-order-view-page .order-status {
    background: #ee4145;
    color: white;
    font-size: 12px;
    border: none;
}

.custom-account-page .hdig h1 {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 600;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
    border-color: #cccccc;
}

.custom-sales-order-print-page {
    margin: 50px auto;
}

/* width */
.table-responsive::-webkit-scrollbar {
    height: 5px;
    border-radius: 50px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 50px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #ee3d41;
    border-radius: 50px;
    width: 2px;
}

.companey-profile-content #main_col p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 12px;
}

.companey-profile-content #main_col p {
    position: relative;
    padding-left: 18px;
    font-weight: 400;
}

.tnc-content #main_col p > svg {
    font-size: 14px;
    color: #ee4145;
    position: absolute;
    left: 0;
    top: 5px;
}

/* contact us page start */
.contact-bx {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 36px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    text-align: center;
    margin-bottom: 20px;
}

.hdig {
    padding: 0;
}

.contact-bx > svg,
.contact-bx > i {
    margin-bottom: 30px;
    font-size: 80px;
    color: #ef3b3f !important;
}

.contact-content p {
    position: relative;
    padding-left: 25px;
    font-weight: 500;
}

.contact-content p svg,
.contact-content p i {
    position: absolute;
    left: 0;
    top: 9px;
}

.contact-bx h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-content p {
    position: relative;
}

.profile-content p {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 15px;
}

.contact-bx p,
.contact-bx a {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    display: block;
    margin-bottom: 0;
}

.cms-page-view .page-title-wrapper {
    display: none;
}

/* contact us page end */

/* sharping services css */

.sharping-page .hdig h2 {
    padding-bottom: 15px;
    font-size: 22px;
    text-transform: capitalize;
}

.sharping-question .accordion-item {
    margin: 0px 0 20px;
}

.sharping-question .accordion-body p,
.shping-cost .accordion-body p {
    line-height: 25px;
    font-size: 14px;
    padding: 0 20px;
}

.sharping-question .accordion-body {
    padding: 1rem 0 0;
}

.sharping-question .accordion-button {
    color: #111111;
    font-size: 16px;
}

.sharping-sectins p {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    font-weight: 500;
}

.sharping-sectins p svg {
    top: 9px;
    position: absolute;
    left: 0;
}

.shping-cost .accordion-body {
    padding-left: 30px;
}

.shping-cost .accordion-body p {
    font-weight: 500;
}

.shping-cost p svg {
    position: absolute;
    left: 0;
    top: 6px;
}

.formdownload-btn a {
    margin-bottom: 10px;
    border: 1px solid #ee4145;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 50px;
    text-align: center;
    font-size: 15px;
    color: #231f20;
    font-weight: 500;
    text-transform: capitalize;
}

.formdownload-btn a:hover {
    background: #ee4145;
    color: #fff;
}

.sharping-sectins address {
    margin: 10px 0 20px;
    font-size: 20px;
    line-height: 27px;
    text-decoration: underline;
    font-style: italic;
}

/* accordins active design icon design */

.sharping-question .accordion-button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all 0.5s ease-in-out;
    background-color: #231f20;
    color: #fff;
}

.accordion-button svg {
    transition: all 0.5s ease-in-out;
}

.accordion-button[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.sharping-question .accordion-button.collapsed {
    background: #efefef;
    color: #111111;
}

.includ-bx {
    margin-bottom: 10px;
}

.include-pkg p {
    margin-bottom: 10px;
}

.includ-bx span {
    font-size: 14px;
    padding-left: 20px;
    display: block;
    margin-bottom: 16px;
    color: #7b858a;
    font-weight: 300;
    position: relative;
    margin-left: 25px;
}

.payment-option strong {
    font-size: 16px;
    margin: 20px 0 0;
    display: block;
}

.includ-bx span svg {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 13px;
}

.accordion-button:focus {
    border: none;
}

/* sharping services css end */

.custom-catalog-search-page .item {
    display: inline-block;
    margin-right: 5px;
}

.custom-catalog-search-page .search.results .block .item a {
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #ddd;
    padding: 8px 19px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.custom-catalog-search-page .search.results .block .item a:hover {
    background: #ee4145;
    color: #fff;
    border: 1px solid #ee4145;
}

.custom-catalog-search-page .page-main .block {
    margin-bottom: 0;
}

.custom-catalog-search-page .block .title {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.modal-popup .modal-footer {
    background: none;
}

#modal-content-16 {
    font-size: 15px;
    font-family: "poppins";
    line-height: 25px;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.modal-popup .action-close {
    padding: 0;
    position: absolute;
    top: -7px;
    right: -8px;
    margin: 0;
    width: 30px;
    height: 30px;
    background: #ee4145;
    border-radius: 50%;
}

.modal-popup .modal-footer {
    padding: 20px 3rem;
}

.modal-popup .action-close:before {
    color: #fff;
    font-weight: 600;
}
.modal-popup .action-close:hover:before {
    color: #fff;
}
.modal-popup .action-close:hover {
    background: #ee4145;
}
.flter-lft > li > ul {
    left: 0;
}
.flter-lft > li > ul::after {
    left: 35px;
}
.flter-lft > .category-filter > ul {
    top: 50px;
}

/* width */
.flter-lft > .category-filter > ul::-webkit-scrollbar {
    width: 5px;
}

/* Handle */
.flter-lft > .category-filter > ul::-webkit-scrollbar-thumb {
    background: #ee4145;
    border-radius: 10px;
}

.overhiden {
    overflow: hidden !important;
}
.myorderspage-table .data.table .col.actions a:hover,
.myorderspage-table .data.table .col.actions a:active,
.custom-customer-review-page .data.table .col.actions a:hover,
.custom-customer-review-page .data.table .col.actions a:active,
.custom-customer-address-page .data.table .col.actions a:hover {
    color: #ee4145;
    transition: all 0.5s ease-in-out;
}

.custom-sales-order-history-page .pager .toolbar-amount,
.custom-sales-order-history-page .limiter {
    font-size: 12px;
}
.cart-container .form-cart .clearcartbnt {
    text-align: left;
    align-items: end !important;
    margin: 20px 0;
}
.modal-popup .modal-content {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 27px;
    border: none;
}
.account .toolbar .toolbar-amount,
.account .toolbar .limiter {
    font-size: 13px;
}

/* .custom-customer-account-edit-page .fieldset { width: 50%;} */

.cms-customer-services .page-title-wrapper {
    display: none;
}

.custom-accordion-btn {
    background: #efefef;
    color: #111111;
    border-radius: 10px;
    font-size: 16px;
    padding: 16px;
    display: block;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.custom-accordion-btn:hover {
    background: #231f20 !important;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.custom-accordion-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 15px;
    transition: all 0.5s ease-in-out;
}
.custom-accordion-btn.active::after {
    transform: rotate(180deg);
}

.custom-accordion-panel {
    display: none;
    transition: all 0.5s ease-in-out;
}

button:hover {
    border: none;
}
.sharping-sectins .accordion-item {
    border: none;
    margin-bottom: 20px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}
.sharping-sectins .accordion-item button:focus,
.sharping-sectins .accordion-item button:active {
    border: none !important;
    box-shadow: none !important;
}

button:not(.primary):active {
    box-shadow: none;
}
.custom-accordion-btn.active {
    background-color: #231f20;
    color: white;
    transition: all 0.5s ease-in-out;
}
/*Thankyou page start*/
.thak-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thankbox h1 {
    font-size: 30px;
    text-align: center;
    margin: 30px 0;
    font-weight: 300;
    color: #ee4145;
}

.oppsbox-img {
    position: relative;
    height: 280px;
    z-index: -1;
    margin-bottom: 30px;
}
.oppsbox-img h1 {
    font-size: 230px;
    font-weight: 900;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/oops-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: 50%;
}
.thankbox h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
    color: #ee4145;
}
.checkout-success .thank-img {
    max-width: 250px;
    margin: 30px auto;
}
.thankbox p {
    max-width: 550px;
    color: #6084a4;
    line-height: 1.8;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 14px;
}
.thank-img {
    text-align: center;
}
.order-id p {
    font-size: 16px;
}
.order-id p span {
    background: #ee4145;
    color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 500;
}
.error-img {
    max-width: 250px;
    margin: auto;
}

.thak-page .shop-btn {
    margin: 20px 0;
}

/*webkupage start*/
.custom-payment-method .payment-method-title {
    padding: 0;
    background: #eee;
    padding: 13px 15px;
    border: 1px solid #bdb9b9;
    border-radius: 0px;
    margin-top: 10px;
}

.custom-payment-method .payment-method:first-child .payment-method-title {
    border-top: 1px solid #bdb9b9;
}
.custom-payment-method .payment-method-content {
    padding: 0;
}
.custom-payment-method .payment-method-title input[type="radio"] {
    margin: 0;
    vertical-align: middle;
    margin-right: 5px;
}
.custom-payment-method .payment-method-title label {
    font-size: 13px;
    vertical-align: middle;
}
.custom-payment-method .payment-method:first-child .payment-method-title {
    border-top: 1px solid #bdb9b9;
}

.custom-payment-method .payment-method-title input[type="radio"] {
    margin: 0;
    vertical-align: middle;
    margin-right: 5px;
}
.custom-payment-method .payment-method-title label {
    font-size: 13px;
    vertical-align: middle;
}

.custom-onestep-success-page #registration > div {
    max-width: 550px;
    color: #6084a4;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 14px;
}
.custom-onestep-checkout-page .opc-wrapper .form-login .fieldset .note {
    font-size: 12px;
    line-height: 17px;
}
.custom-onestep-checkout-page .actions-toolbar > .secondary:last-child {
    margin: 0;
}
.custom-onestep-checkout-page .alredy-acont span {
    margin-top: 8px;
    margin-bottom: 0;
}
.custom-onestep-checkout-page
    .opc-wrapper
    .form-shipping-address
    .fieldset
    .field
    .label,
.custom-onestep-checkout-page .billing-address-form .fieldset .field .label {
    background: #ffffff;
    position: absolute;
    left: 15px;
    top: -6px;
    font-size: 16px;
    padding: 0px 10px 0px 0;
    font-weight: 400 !important;
    z-index: 3;
}

.custom-onestep-checkout-page .fieldset > .field,
.custom-onestep-checkout-page .billing-address-form {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.custom-onestep-checkout-page .billing-address-form {
    max-width: 100%;
}

.custom-onestep-checkout-page .control input,
.custom-onestep-checkout-page .control .select {
    border: 1px dashed #b9b3b3;
    border-radius: 10px;
    width: 100%;
    display: block;
    height: 60px;
    padding: 10px 15px;
    outline: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.custom-onestep-checkout-page .fieldset > .field legend {
    width: initial;
}
.custom-onestep-checkout-page .opc-wrapper .form-login {
    padding-bottom: 0;
}
.custom-onestep-checkout-page .actions-toolbar.place-order .primary {
    height: initial;
}

.custom-onestep-checkout-page .opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tbody .amount {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 10px 0;
}
.custom-onestep-checkout-page .opc-block-summary .table-totals tbody .mark {
    font-weight: 400;
}
.custom-onestep-checkout-page .opc-block-summary .mark .value {
    color: inherit;
    display: inline-block;
}

.custom-onestep-checkout-page .opc-block-summary .mark > span {
    line-height: 20px;
}

.custom-onestep-checkout-page .table > :not(:first-child) {
    border-top: none;
}
.custom-onestep-checkout-page .opc-wrapper .opc-block-summary {
    padding: 22px 5px 0;
    margin: 0 0 0px;
}
.custom-onestep-checkout-page .page-main .block {
    margin-bottom: 20px;
}
.custom-onestep-checkout-page .opc-wrapper .form-discount {
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.custom-onestep-checkout-page
    .opc-checkout-oder-summary
    .payment-option-title
    .action-toggle {
    color: #000;
    font-size: 1.6rem;
}
.custom-onestep-checkout-page .opc-block-summary .actions-toolbar {
    position: initial;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}
.custom-onestep-checkout-page .form-discount .control input {
    /* width: inherit; */
    width: 100%;
}
.custom-onestep-checkout-page .actions-toolbar .primary .action-apply,
.custom-onestep-checkout-page
    .opc-checkout-oder-summary
    .payment-option
    .payment-option-inner {
    margin: 0;
}
.custom-onestep-checkout-page .opc-wrapper .step-title,
.custom-onestep-checkout-page .field-select-billing .label {
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins";
    color: #ee4145;
}
.custom-onestep-checkout-page .field-select-billing .label {
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    display: contents;
}
.custom-onestep-checkout-page .field-select-billing .label span {
    font-size: 18px;
    font-weight: 500;
}
.custom-onestep-checkout-page .opc-wrapper .opc-group {
    border-radius: 5px;
    padding: 20px 10px;
}
.custom-onestep-checkout-page
    .opc-block-summary
    .items-in-cart
    > .title
    strong {
    font-size: 16px;
}
.custom-onestep-checkout-page hr:not([size]) {
    display: none;
}
.custom-onestep-checkout-page
    .table-checkout-shipping-method
    tbody
    td
    input[type="radio"] {
    margin: 0;
}
.custom-onestep-checkout-page .table-checkout-shipping-method tbody td {
    font-size: 13px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.custom-onestep-checkout-page
    .table-checkout-shipping-method
    tbody
    td:first-child {
    padding-left: 10px;
}
.custome-shipping-mthod .colps-content {
    overflow-x: clip;
    overflow-y: auto;
    max-height: 500px;
}
.custome-shipping-mthod .colps-content::-webkit-scrollbar {
    width: 5px;
}

/* Handle */
.custome-shipping-mthod .colps-content::-webkit-scrollbar-thumb {
    background: #ee4145;
    border-radius: 10px;
}
.custom-payment-method .ccard .cvv .input-text {
    width: auto;
}
.custom-payment-method.ccard .number .input-text {
    width: 100%;
}

.custome-shipping-mthod .table-checkout-shipping-method {
    width: 100%;
}
.opc-wrapper .custome-shipping-mthod .step-content {
    margin-bottom: 20px;
}

.custom-payment-method .opc-payment .fieldset > .field > .label,
#opc-new-shipping-address .fieldset > .field > .label {
    background: #ffffff;
    position: absolute;
    left: 15px;
    top: -6px;
    font-size: 16px;
    padding: 0px 10px 0px 0;
    font-weight: 400 !important;
    z-index: 3;
}
#opc-new-shipping-address .fieldset > .field > .label {
    top: -12px;
}

.custom-payment-method .ccard .cvv .input-text {
    width: calc(100% - 15px);
}
.custom-payment-method .ccard .month .select {
    width: 190px;
}
.custom-payment-method .ccard .year .select {
    width: 120px;
}
.custom-payment-method .ccard > .field.cvv > .control,
.custom-payment-method .ccard .number .input-text {
    width: 100%;
}
.custom-payment-method .abs-field-tooltip input,
.field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - 36px);
}
.custom-onestep-checkout-page .opc-block-summary .items-in-cart > .title:after {
    margin-left: 15px;
    color: #757575;
    font-size: 14px;
    top: 3px;
}
.modal-inner-wrap header {
    box-shadow: none;
    height: initial;
}
.custom-onestep-checkout-page .opc-block-summary .actions-toolbar .secondary {
    display: block;
    width: 100%;
    text-align: center;
}
.custom-onestep-checkout-page
    .opc-block-summary
    .minicart-items-wrapper::-webkit-scrollbar,
.minicart-items-wrapper::-webkit-scrollbar,
.custom-onestep-checkout-page
    .modal-popup._inner-scroll
    .modal-content::-webkit-scrollbar,
.autocomplete-suggestions::-webkit-scrollbar,
.mp-sidebar .product.data.items > .item.content::-webkit-scrollbar {
    width: 5px;
}
.custom-onestep-checkout-page .opc-wrapper .action-select-shipping-item,
.custom-onestep-checkout-page .opc-wrapper .action-show-popup {
    margin: 0;
    line-height: 2.2rem;
    padding: 10px 22px;
}
.custom-onestep-checkout-page
    .opc-block-summary
    .minicart-items-wrapper::-webkit-scrollbar-thumb,
.minicart-items-wrapper::-webkit-scrollbar-thumb,
.custom-onestep-checkout-page
    .modal-popup._inner-scroll
    .modal-content::-webkit-scrollbar-thumb,
.autocomplete-suggestions::-webkit-scrollbar-thumb,
.mp-sidebar .product.data.items > .item.content::-webkit-scrollbar-thumb {
    background: #ee4145;
    border-radius: 10px;
}

.custom-onestep-checkout-page
    .opc-wrapper
    .shipping-address-item.selected-item {
    border-color: #ee4145;
}
.custom-onestep-checkout-page
    .opc-wrapper
    .shipping-address-item.selected-item:after {
    background: #ee4145;
}
.custom-onestep-checkout-page .modal-popup .modal-content {
    padding-left: 3rem;
    padding-right: 3rem;
}
.custom-onestep-checkout-page .actions-toolbar > .secondary:last-child {
    float: initial;
}
.custom-onestep-checkout-page .opc-estimated-wrapper {
    margin: 21px -15px 15px;
}
.custom-onestep-checkout-page
    .opc-estimated-wrapper
    .minicart-wrapper
    button.action.showcart {
    border: none;
    background: none;
    padding: 7px 15px;
}
.custom-onestep-checkout-page .modal-header {
    border-bottom: none;
}
.custom-onestep-checkout-page .modal-popup .modal-title {
    display: block;
    width: 100%;
}
.custom-onestep-checkout-page
    .opc-group
    .table-checkout-shipping-method
    tbody
    tr:nth-child(odd) {
    background: #f7f8f8;
}
.custom-onestep-checkout-page
    .opc-checkout-oder-summary
    .payment-option._collapsible
    .payment-option-title {
    position: relative;
}
.custom-onestep-checkout-page
    .opc-checkout-oder-summary
    .payment-option-title
    .action-toggle:after {
    position: absolute;
    right: 3px;
}
.custom-onestep-checkout-page
    .checkout-payment-method
    .checkout-billing-address
    .billing-address-same-as-shipping-block
    input[type="checkbox"] {
    background: red;
    margin: 0;
    top: inherit;
}
.custom-onestep-checkout-page
    .checkout-payment-method
    .billing-address-same-as-shipping-block {
    margin: 20px 0;
}
.custom-onestep-checkout-page
    .checkout-billing-address
    .billing-address-same-as-shipping-block
    label,
.custom-onestep-checkout-page .checkout-agreement .label,
.custom-payment-method .opc-payment .fieldset > .field > .control > .label {
    font-size: 13px;
    font-weight: 500;
}
.opc-checkout-oder-summary .checkout-agreements .action-show {
    color: #212529;
    font-weight: 500;
}

.custom-onestep-checkout-page .checkout-agreement .label::after {
    margin: 0 !important;
}

/* .custom-onestep-checkout-page .checkout-payment-method .checkout-billing-address .primary .action-update,
.custom-onestep-checkout-page .checkout-agreement input {
    margin: 0;
} */

.custom-onestep-checkout-page .checkout-agreement input {
    margin: 0;
}

.custom-onestep-checkout-page .checkout-billing-address {
    margin: 0;
}

.catalog-product-view .page.messages,
.custom-onestep-checkout-page #maincontent,
.custom-checkout-cart .page-wrapper {
    margin-top: 40px;
}
.custom-onestep-checkout-page .modal-popup .modal-inner-wrap {
    width: 46%;
}
.mfp-preloader {
    width: 30px;
    height: 30px;
    background-color: #fff;
    opacity: 0.65;
    margin: 0 auto;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
    z-index: 99999;
}
.custom-onestep-checkout-page .control input.checkbox {
    width: inherit;
    height: inherit;
    display: inline-block;
    margin: 0;
}

.custom-onestep-checkout-page .spinbox .spinbox-input {
    text-align: center;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
}
.cms-company-profile .page-wrapper,
.custom-onestep-checkout-page .fieldset:last-child,
.custom-onestep-checkout-page .opc-wrapper .form-login,
.opc-wrapper .step-content,
.custom-onestep-checkout-page
    .payment-method-content
    .fieldset:not(:last-child),
.custom-onestep-checkout-page .fieldset > .field:last-child {
    margin-bottom: 0;
}
.custom-onestep-checkout-page
    .checkout-billing-address
    .billing-address-same-as-shipping-block
    label {
    padding-left: 22px;
}

.custom-onestep-checkout-page .billing-address-same-as-shipping-block {
    margin-bottom: 20px;
    position: relative;
}
.custom-onestep-checkout-page .billing-address-same-as-shipping-block > input {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
}
.custom-onestep-checkout-page .field-select-billing label {
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins";
    color: #ee4145;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
}

/* blog page css start */

.post-item-wraper {
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    transition: all 0.5s ease-in-out;
}
.post-item-wraper:hover {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #eee;
}

.post-info-wraper {
    padding: 10px 10px 10px 10px;
}

.post-item-list .post-info-wraper {
    /* display: block; */
    width: 100%;
}
.post-image img.img-responsive {
    border-radius: 10px;
}

.post-info-wraper h2.mp-post-title a.post-link-title {
    display: block;
    color: #231f20 !important;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.post-short-description,
.post-post_content,
.post-list-content {
    max-width: 100%;
    font-size: 13px;
    line-height: 25px;
    margin: 0 0 15px;
    display: block;
}
.mp-post-meta-info .actions a.mp-read-more:hover,
.mp-post-meta-info .actions a.mp-read-more:active,
.mp-post-meta-info .actions a.mp-read-more {
    color: #fff !important;
}

.mp-post-info a.mp-info {
    color: #ecf0f3 !important;
    font-size: 13px;
    color: #ee3d41 !important;
}

#mpblog-list-container .mp-post-info a.mp-info {
    color: #ee3d41 !important;
}

.mp-post-info {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
}
.mpblog-category-view .page-title-wrapper .page-title,
.mpblog-post-index .page-title-wrapper .page-title,
.mpblog-post-view .page-title-wrapper .page-title,
.mpblog-month-view .page-title-wrapper .page-title,
.mpblog-topic-view .page-title-wrapper .page-title {
    margin: 30px 0;
    border-bottom: 1px solid #ee4145;
    display: block;
    width: 100%;
    padding-bottom: 15px;
}

.post-list-content .limiter {
    font-size: 13px;
    text-transform: capitalize;
    margin: 0px 0 20px;
}
.mpblog-search.mpblog-search .control .input-text {
    border-radius: 50px;
    font-size: 14px;
    height: 45px;
    font-family: poppins;
    padding: 0px 40px 0 10px;
    display: inline-block;
    font-size: 13px;
}
.mpblog-search button.action.search {
    color: #ee4145;
    right: 17px;
    top: 7px;
}
.mpblog-product-line.mpblog-product-name {
    font-size: 14px;
    color: #ee4145 !important;
    margin-bottom: 10px;
    line-height: 17px;
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
    border: 1px solid #ddd;
    padding: 0;
    float: left;
    margin-right: 10px;
    max-width: 35%;
    margin-bottom: 5px;
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left > img {
    width: 100%;
    height: 65px;
    object-fit: contain;
}

.autocomplete-suggestions .autocomplete-suggestion {
    background: none;
}
.autocomplete-suggestions {
    max-height: 450px !important;
    padding: 10px 0 0;
}

.mpblog-product-des p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.mp-footer,
.mp-blog-rss {
    display: none;
}
.autocomplete-suggestion .mpblog-suggestion {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.post-list-body .col-mp {
    padding: 0;
}

.autocomplete-suggestion
    .mpblog-suggestion
    .mpblog-suggestion-right.image-visible {
    max-width: 100%;
    float: initial;
}

.sidebar-categories .block-mp-sidebar-heading,
.sidebar-archives .block-mp-sidebar-heading {
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    color: #ef4145;
}

.mpblog-post-index .menu-archives a.list-archives:hover,
.mpblog-post-index ul.menu-categories a.list-categories:hover,
.mpblog-post-index ul.menu-categories a.list-categories:hover {
    text-decoration: none !important;
    color: #ef4145 !important;
}

.ul.menu-categories a.list-categories {
    margin-left: 0;
}
.lifetime-gurante .hdig h2 span {
    font-weight: 500;
    font-size: 17px;
}
.lifetime-gurante .hdig h2 {
    text-transform: inherit;

    display: block;
}

.lifetime-gurante .hdig h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lifetime-gurante .sharping-sectins p {
    font-weight: 300;
}

.lifetime-gurante .gurantee-para p b {
    text-decoration: underline;
    font-weight: 600;
}
.lifetime-gurante .sharping-sectins p {
    padding-left: 17px;
}
.lifetime-gurante .sharping-sectins p svg {
    font-size: 9px;
}
.lifetime-gurante .gurantee-para p {
    padding: 0;
}

.lifetime-gurante .print-btn {
    text-align: right;
}

.mpblog-post-index .mp-sidebar .block-content {
    margin-top: 0;
}
ul.menu-categories a.list-categories,
.menu-archives a.list-archives {
    font-size: 13px;
    margin: 0;
}

.list-post-tabs {
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #ddd;
}
.list-post-tabs:last-child {
    border-bottom: none;
}
.mp-sidebar .product.data.items > .item.content {
    padding: 10px 0 10px !important;
    max-height: 250px;
    border-radius: 0 0 5px 5px;
    overflow-y: auto;
}

.trade-custome-tab .product.data.items > .item.content {
    margin-top: 39px;
}
.trade-custome-tab .list-post-tabs a span {
    color: #ef4145;
    line-height: 25px;
}

.trade-custome-tab .list-post-tabs .post-left a {
    display: inline-block;
    border: 1px solid #ddd;
}
.trade-custome-tab .list-post-tabs .post-left a,
.trade-custome-tab .list-post-tabs .post-left a > img {
    max-height: 40px;
    width: 100%;
    object-fit: fill;
    height: 100%;
    min-height: 40px;
}
.trade-custome-tab
    .product.data.items
    > .item.title:not(.disabled)
    > .switch:active,
.trade-custome-tab .product.data.items > .item.title.active > .switch,
.trade-custome-tab .product.data.items > .item.title.active > .switch:focus,
.trade-custome-tab .product.data.items > .item.title.active > .switch:hover,
.trade-custome-tab
    .product.data.items
    > .item.title:not(.disabled)
    > .switch:hover,
.trade-custome-tab .product.data.items > .item.title.active,
.trade-custome-tab .product.data.items > .item.title > .switch,
.trade-custome-tab .product.data.items > .item.title.active > .switch {
    color: inherit;
    background: none;
    font-weight: 500;
}

.trade-custome-tab .product.data.items > .item.title.active {
    background: #ef4145;
    color: #fff;
}

ul.menu-categories .category-item a.list-categories:hover,
.menu-archives a.list-archives:hover,
.menu-archives .archive-item a.list-archives:hover {
    color: #ef4145 !important;
}
.mp-post-meta-info a.mp-read-more {
    height: initial;
    line-height: inherit;
    padding: 8px 23px;
}

.pagebuilder-slide-wrapper {
    background-position: center !important;
}

.default-cmt__content__cmt-block__guest-box,
.default-cmt__content__cmt-block__cmt-box > .col-mp.mp-12 {
    position: relative;
}

.default-cmt__content__cmt-block__cmt-box > .col-mp.mp-12 textarea {
    padding: 20px 10px;
    resize: vertical;
    border-radius: 10px;
}
.block-blog-related h2 {
    font-weight: 600;
    font-size: 2.2rem;
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-blog-related .related-content-container,
.block-blog-related .related-content-container .mp-12 {
    padding: 0;
}

.trade-custome-tab
    .product.data.items
    > .item.title:not(.disabled)
    > .switch:active,
.trade-custome-tab .product.data.items > .item.title.active > .switch,
.trade-custome-tab .product.data.items > .item.title.active > .switch:focus,
.trade-custome-tab .product.data.items > .item.title.active > .switch:hover {
    background: #ef4145;
}
div.default-cmt__content__cmt-content {
    margin: 0;
}
.cmt-row__cmt-username {
    font-size: 14px;
    color: #ef4145 !important;
    margin: 20px 0 10px;
}
.cmt-row__cmt-content p {
    line-height: 23px;
    text-align: justify;
}
a.interactions__btn-actions.mpblog-liked {
    color: #ef4145 !important;
}

ul.default-cmt__content__cmt-content
    > li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
    padding-left: 20px;
}
.cmt-row__cmt-interactions {
    margin: 10px 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
    margin-top: 0;
    margin-bottom: 0;
}
.mpblog-post-view .post-view-image {
    margin-bottom: 20px;
}
.lifetime-gurante .container,
.compney-profile > .container,
.cms-contact-us .container {
    padding: 0;
}
ul.menu-categories a.list-categories > svg {
    margin-right: 3px;
}
.breadcrumbs {
    margin-top: 20px;
}

.page-bnr .bnr-img .slick-dots {
    bottom: 10px;
}
.page-bnr .bnr-img .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.page-bnr .bnr-img .slick-dots li {
    margin: 0;
}

.page-bnr .bnr-img .slick-dots li.slick-active button {
    background: #ee4145;
}
.page-bnr .bnr-img .slick-dots li button {
    border: 1px solid #ee4145;
    background: #fff;
    width: 15px;
    height: 15px;
}

.page-bnr .bnr-img .slick-prev,
.page-bnr .bnr-img .slick-next {
    top: 50%;
    border-radius: 0;
    border: none !important;
}
.page-bnr .bnr-img .slick-prev:before,
.page-bnr .bnr-img .slick-next:before {
    font-size: 40px;
    color: #494949;
}
.page-bnr .bnr-img.slick-prev.slick-disabled:before,
.page-bnr .bnr-img .slick-next.slick-disabled:before {
    opacity: 1;
}
.page-bnr .bnr-img .slick-prev:hover:before,
.page-bnr .bnr-img .slick-next:hover:before {
    color: #ee4145;
}

.custom-customer-create-password .form.password.reset {
    max-width: 100%;
    min-width: initial;
    width: 100%;
}

.field > label[for="show-password"] {
    font-size: 13px;
}
.custom-customer-create-password .field.choice {
    margin-bottom: 20px;
}
.custom-onestep-checkout-page .billing-address-details {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
}
.custom-onestep-checkout-page .control .select {
    padding-right: 25px;
}
.custom-onestep-checkout-page .billing-address-form .choice.field .label,
.custom-onestep-checkout-page #opc-new-shipping-address .choice.field .label {
    padding: 0;
    position: initial;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500 !important;
}
.custom-onestep-checkout-page .checkout-billing-address input[type="checkbox"],
.custom-onestep-checkout-page #opc-new-shipping-address .choice.field {
    margin: 0;
    vertical-align: middle;
    top: 0;
}
.custom-onestep-checkout-page .modal-popup .action-close{display: none;}
.custom-onestep-checkout-page .modal-inner-wrap {    box-shadow: 1px 2px 4px rgb(0 0 0 / 20%);
    border-radius: 10px;
    overflow: hidden;}
    .opc-checkout-oder-summary .checkout-agreements .action-show:hover{color: red;}
    .custom-checkout-cart .cart-discount .fieldset {
        display: block;
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .mpblog-post-view .reply-form__form-input  {position: relative;}
    .mpblog-post-view .reply-form__form-input .form-group__input.form-control {      padding: 10px 100px 10px 15px;
    border-radius: 50px;
    height: 50px; font-family: 'poppins';}

   .mpblog-post-view .reply-form__form-input .reply_cmt_submit {    position: absolute;
        right: 20px;
       
        border: 0;
        background: none;
        background: red;
        bottom: 9px;
        padding: 8px 14px;
        color: #fff;
        font-size: 15px;
        border-radius: 50px;}
        button.action.tocart.ad-bgbtn {
            background: transparent;
            padding: 0;
            border: none;
        }
        
        button.action.tocart.ad-bgbtn svg {
            width: 20px;
            height: 20px;
        }
        
        button.action.tocart.ad-bgbtn svg path {
            fill: white;
        }
        button.action.tocart.ad-bgbtn:active, button.action.tocart.ad-bgbtn:focus,button.action.tocart.ad-bgbtn:hover, button.action.tocart.ad-bgbtn:visited {
            box-shadow: none;
            outline: none;
            border: none;
        } 

        .bs-show-password-text {
            font-size: 13px;
        }

        .page-layout-1column.custom-catalog-search-page .column.main {
            padding-top: 10px;
        }
        
        .custom-catalog-search-page .page-main {
            margin-top:15px;
        }
        .apply-coupn .cupn-text {    
            padding: 10px 152px 10px 15px;
        }
        
        .message.success {    
            z-index: 2;
            margin: 0;
        }
        .default-cmt__content__cmt-content .messages{ 
            margin-top:10px;
        }
        
        .custom-catalog-category-view .page-wrapper .page-main {
            max-width: 100%;
            padding: 0%;
        }

    p.bs-search-item-error {
        margin-bottom: 5px;
        margin-top: 0;
    }
	.additional_info {
		display:block!important
	}