@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');
    body {
        /*font-family: 'El Messiri', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";*/
        font-family: "Nunito", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-size: 15px;
        color: #000000;
    }

    a,
    img {
        text-decoration: none;
        outline: none;
        border: none;
    }

    .btn {
        transition: all .4s;
    }

    .btn:focus,
    .form-control:focus {
        box-shadow: none;
    }

     :focus {
        outline: 0 !important;
    }

    a,
    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        outline: 0px;
    }

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

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0;
        padding: 0;
    }

    p:last-child {
        margin-bottom: 0;
    }
    /* header */

    #top-nav-fixed {
        height: 130px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 30px;
        transition: all .4s;
        background-color: #000000;
        box-shadow: 0 0 8px rgba(255, 255, 255, .5);
        border-bottom: 1px solid #666;
    }

    #top-nav-fixed .navbar {
        padding: 0;
        width: 100%;
    }

    .scroll-down #top-nav-fixed {
        transform: translate3d(0, -100%, 0);
    }

    .header-right {
        margin-left: auto;
    }

    .top-header {
        border-bottom: 1px solid #666666;
        padding-bottom: 13px;
        margin-bottom: 20px;
    }

    .top-text {
        color: #fff;
    }

    .top-header li a {
        font-size: 14px;
        /*color: #fff;*/
        padding: 0px 3px;
        display: block;
    }

    .top-header li a:hover {
        color: #EF0C15;
    }

    .search-icon {
        position: absolute;
        left: 10px;
        top: 10px;
        z-index: 5;
    }

    .form-control {
        font-size: 15px;
        height: calc(1.5em + .75rem + 4px);
        border-color: #ccc;
        border-radius: 5px;
    }

    .search-box .form-control,
    .email-subscribe .form-control {
        border: 0;
    }

    .form-control::placeholder {
        color: #999;
    }

    .search-box {
        width: 360px;
    }

    .search-box .form-control {
        padding-left: 35px;
    }

    .field-borderd {
        background-color: transparent !important;
        border: 0 !important;
        border-bottom: 1px solid #ccc !important;
        border-radius: 0 !important;
        padding-left: 0;
        padding-right: 0;
    }

    .zipcode {
        width: 100px !important;
        color: #fff;
    }

    .username {
        width: 140px !important;
        color: #fff;
    }

    .slash {
        font-size: 20px;
        display: block;
        line-height: 20px;
        margin: 0 15px -10px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(237, 30, 36, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-light .navbar-toggler {
        border: none;
        position: relative;
        z-index: 1;
    }

    header .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        display: block;
    }

    header .navbar-light .navbar-nav .nav-link:hover,
    header .navbar-light .navbar-nav .nav-link:focus,
    header .navbar-light .navbar-nav .nav-link.active {
        color: #fff;
    }

    header .navbar-light .navbar-nav .active>.nav-link {
        color: #fff;
    }

    .btn-red {
        background-color: #EF0C15;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 10px 20px 8px !important;
        min-width: 120px;
        text-align: center;
        border: 0;
        box-shadow: 0 7px 15px rgba(183, 1, 1, .3);
        /*text-shadow: 0px 1px 2px #f1f1f1;*/
    }

    .btn-blue {
        background-color: #007bff;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px;
        padding: 10px 20px 8px !important;
        min-width: 120px;
        text-align: center;
        border: 0;
        box-shadow: 0 7px 15px rgba(183, 1, 1, .3);
        /*text-shadow: 0px 1px 2px #f1f1f1;*/
    }

    .btn-blue:hover {
        background-color: #007bff;
        color: #fff;
        box-shadow: 0 15px 35px rgba(183, 1, 1, .3);
    }

    .btn-red:hover {
        background-color: #CF0008;
        color: #fff;
        box-shadow: 0 15px 35px rgba(183, 1, 1, .3);
    }

    .signup-btn {
        background-color: transparent;
        border: 1px solid #fff;
        padding-top: 8px !important;
        padding-bottom: 6px !important;
        margin-left: 15px;
    }

    .signup-btn:hover {
        border: 1px solid transparent;
    }
    /* banner */

    .banner-section {
        position: relative;
        margin-top: 130px;
        color: #000;
    }

    .banner-section .carousel-item>img {
        height: 330px;
        object-fit: cover;
    }
    /*.scroll-down .banner-section {
    margin-top: 60px;
}*/

    .banner-section .carousel-caption {
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        text-align: left;
        padding-bottom: 0;
    }

    .banner-section .carousel-caption img {
        max-height: 400px;
        margin: auto;
        display: block;
    }

    .banner-section h1 {
        font-size: 45px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
    }

    .banner-section p {
        margin-bottom: 40px;
        font-size: 18px;
    }

    .btn-lg {
        min-width: 160px;
        padding: 13px 20px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
        color: #000;
        opacity: 1;
        height: 40px;
        background-color: #fff;
        border-radius: 100%;
        margin: auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    }

    .carousel-control-prev {
        left: 30px;
    }

    .carousel-control-next {
        right: 30px;
    }

    .section {
        padding: 50px 0;
    }

    .section-title {
        font-family: 'El Messiri', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
        font-weight: 700;
        color: #000;
        text-transform: uppercase;
        display: table;
        position: relative;
        padding-left: 35px;
        padding-right: 35px;
        margin: 0 auto 40px;
    }

    .section-title::before,
    .section-title::after {
        content: "\f005";
        /*background: url(../images/title-star.png) no-repeat 0 0;
    width: 19px;
    height: 18px;*/
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-70%);
        font-family: "FontAwesome";
        font-size: 16px;
        /* color: #e40911; */
        color:var(--theme-color-red-headline);
    }

    .section-title::after {
        left: auto;
        right: 0;
    }

    .section-sub-title {
        font-size: 1.25rem;
    }

    .hexagon-categories {
        margin: auto;
        margin-top: 50px;
        max-width: 1200px;
        display: grid;
        /*grid-template-columns: repeat(8, 1fr);*/
        /*grid-auto-rows: 200px;*/
        grid-gap: 14px;
        padding-bottom: 50px;
    }

    .hexagon {
        display: flex;
        position: relative;
        width: 275px;
        height: 238px;
        -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        overflow: hidden;
    }

    .hexagon-cate {
        width: 352px;
        height: 305px;
        margin-left: -83px;
        margin-bottom: 25px;
    }

    .hexagon-cate-large {
        width: 570px;
        height: 493px;
        margin-left: 0;
    }

    .hexagon-cate-small {
        width: 70px;
        height: 62px;
        margin-left: 0;
    }

    .hexagon>img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: all 1s;
    }

    .hexagon:hover>img {
        transform: scale(1.2) rotate(3deg);
        transition: all 1s;
    }

    .hexagon-cate:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #540003;
        opacity: .4;
    }

    .hexagon-cate:before,
    .hexagon-trending:before {
        content: "";
        background: url(../images/hex-border.svg) no-repeat 0 0;
        background-size: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        width: auto !important;
        z-index: 1;
        max-width: 92%;
        max-height: 92%;
    }

    .hex-content {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 70%;
        text-align: center;
        transition: all .5s;
        transform: translateY(30px);
    }

    .hexagon:hover .hex-content {
        transform: translateY(0px);
    }

    .hex-content h3 {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .hexagon-cate-large .hex-content h3 {
        font-size: 40px;
    }

    .hex-content h3:before {
        content: "";
        display: block;
        background-color: #fff;
        height: 2px;
        width: 80px;
        margin: 0 auto 15px
    }

    .hex-content .btn-red {
        margin-top: 10px;
        opacity: 0;
        transform: translateY(100px);
    }

    .hexagon:hover .hex-content .btn-red {
        opacity: 1;
        transform: translateY(0px);
    }

    .recently-viewed-section,
    .trending-gift-section,
    .featured-products-section {
        background-color: #F7F7F7;
    }

    .hexagon-product {
        margin: auto;
    }

    .hexagon-product::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0);
        transition: all .5s;
    }

    .hexagon-product:hover::after {
        background-color: rgba(0, 0, 0, .45);
        transition: all .5s;
    }

    .cart-wishlist {
        position: absolute;
        right: 65px;
        top: 15px;
        z-index: 2;
        transform: translateX(100px);
        transition: all .5s;
    }

    .hexagon-product:hover .cart-wishlist {
        transform: translateX(0px);
    }

    .cart-wishlist a {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        display: block;
        /*background-color: #000;*/
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }
    /*.cart-wishlist a:hover {
    background-color: #EF0C15;
}*/

    .cart-wishlist a:hover svg,
    .cart-wishlist a:hover svg path {
        fill: #EF0C15 !important;
    }

    .pro-shop-btn,
    .cate-title-name {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: auto;
        display: table;
        width: 130px;
        z-index: 1;
        transform: translateY(70px);
    }

    .hexagon-product:hover .pro-shop-btn {
        transform: translateY(0px);
    }

    .hexagon-product:hover .cate-title-name {
        transform: translateY(-70px);
    }

    .cate-title-name {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-align: center;
        transition: all .5s;
    }

    .pro-content {
        margin-top: 15px;
    }

    .pro-content h6 {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .text-red,
    a.text-red {
        color: var(--theme-color-red-error);
    }

    a.text-red:hover {
        /*color: #EF0C15;*/
        text-decoration: underline;
    }

    .text-black,
    a.text-black {
        color: #000;
    }

    a.text-black:hover {
        color: #EF0C15;
    }

    .slick-prev,
    .slick-next {
        width: 40px;
        color: #000;
        opacity: 1;
        height: 40px;
        background-color: #fff;
        border-radius: 100%;
        margin: auto;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -30px;
        z-index: 1;
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        background-color: #f7f7f7;
    }

    .slick-prev {
        left: -50px;
    }

    .slick-next {
        right: -50px;
    }

    .slick-prev::before,
    .slick-next::before {
        content: "";
        background: url(../images/left-arrow.svg) no-repeat 0 0;
        width: 20px;
        height: 16px;
        display: block;
    }

    .slick-next::before {
        background: url(../images/right-arrow.svg) no-repeat 0 0;
    }

    .offer-title {
        font-size: 38px;
        font-weight: 700;
        color: #EF0C15;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 40px;
        margin-top: -20px;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, .25);
    }

    .pro-price {
        display: inline-block;
    }

    .pro-offer-price {
        font-size: 14px;
        text-decoration: line-through;
        text-decoration-color: red;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .trending-gift-section .section-title {
        margin: 0 auto 15px;
    }

    .trending-gift-section .section-title+p {
        margin-bottom: 25px;
    }

    .hexagon-trending {
        width: 570px;
        height: 493px;
    }

    .trending-pro .hexagon-trending {
        margin-top: 40px;
    }

    .gift-pro .hexagon-trending {
        margin-bottom: 40px;
    }

    hr.h-line {
        height: 5px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0 auto;
        padding: 0;
    }

    .footer-strip {
        background-color: #DE030B;
        color: #fff;
        padding: 12px 0;
        line-height: 100%;
    }

    .footer-strip h5 {
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .footer-strip .media img {
        max-height: 30px;
        max-width: 34px;
    }

    footer {
        padding-top: 70px;
        background-color: #000000;
        font-size: 15px;
        color: #CCCCCC;
        border-top: 4px solid #ef0c15;
    }

    footer a {
        font-size: 15px;
        color: #CCCCCC;
    }

    footer a:hover {
        color: #ff0e16;
    }

    .footer-logo {
        max-width: 70px;
        margin-bottom: 20px;
    }

    footer h6 {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .links-col {
        margin: auto;
    }

    .links-col li {
        margin-bottom: 15px;
    }

    .email-subscribe .form-control {
        padding-left: 40px;
        height: calc(1.5em + .75rem + 9px);
    }

    .email-subscribe .search-icon {
        top: 14px;
    }

    .copyright {
        border-top: 1px solid #707070;
        margin-top: 70px;
        padding: 30px 0 20px;
    }

    .social-icons li:not(:last-child) {
        margin-right: 20px;
    }

    .social-icons a {
        font-size: 20px;
    }

    .scrollToTop {
        position: fixed;
        right: 20px;
        text-align: center;
        text-decoration: none;
        bottom: 25px;
        background: #EF0C15;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        text-align: center;
        font-size: 15px;
        color: #fff;
        z-index: 10;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        display: none;
    }

    .scrollToTop:hover,
    .scrollToTop:focus {
        color: #fff;
    }

    .cart-view {
        position: absolute;
        top: 30px;
        right: 0px;
        z-index: 1;
        width: 330px;
        text-align: center;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .15);
        transition: all .5s;
        transform: translateX(360px);
    }

    .cart-view.show-cart {
        transform: translateX(0px);
    }

    .cart-view-inner {
        max-height: calc(100vh - 310px);
        overflow: auto;
        padding: 20px 15px;
    }

    .cart-view .hexagon:hover>img {
        transform: scale(1.0) rotate(0deg);
    }

    .text-14 {
        font-size: 14px;
    }

    .text-18 {
        font-size: 18px;
    }

    a.bag-single-mix {
        color: #000;
        border: 1px solid #ddd;
        padding: 5px 20px !important;
        border-radius: 5px;
    }

    .bag-single-mix>img {
        max-width: 30px;
        margin-right: 5px;
    }

    .cart-bag-img {
        max-width: 80px;
        margin-bottom: 20px;
    }

    .bag-row .alert {
        font-size: 14px;
        padding: 5px 10px 2px;
    }

    .hexagon.hexagon-cart {
        width: 60px;
        height: 53px;
    }

    .cart-item-price {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .cart-item-price li {
        line-height: normal;
    }

    .cart-item-price .list-inline-item:not(:last-child) {
        border-right: 1px solid #ddd;
        padding-right: .7rem;
    }

    .hexagon.hexagon-full-sack {
        background: #333;
        width: 40px;
        height: 34px;
        color: #EF0C15;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .cart-item:not(:last-child) {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .cart-price-details {
        background-color: #333;
        color: #fff;
        padding: 20px 10px;
    }

    .total-price {
        font-size: 20px;
        font-weight: 700;
    }
    /* inner pages */

    .inner-pages {
        margin-top: 130px;
        /*margin-bottom: 81px;*/
    }

    .product-details-section .hexagon:hover img {
        transform: scale(1.0);
    }

    .product-details-section .hexagon-cate:after {
        display: none;
    }

    .product-details {
        overflow: hidden;
    }

    .product-details .slick-next {
        right: -60px;
    }

    .product-details .slick-prev {
        left: -60px;
    }

    .product-details .slick-next,
    .product-details .slick-prev {
        opacity: 0;
        transition: all .5s;
        margin-top: -12px;
    }

    .product-details:hover .slick-next {
        right: 10px;
        opacity: 1;
    }

    .product-details:hover .slick-prev {
        left: 10px;
        opacity: 1;
    }

    .product-name-title {
        font-size: 36px;
        /* border-bottom: 1px solid #ddd; */
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .pro-details-price .text-red,
    .pro-cost {
        font-size: 18px;
        font-weight: 700;
    }

    .pro-quantity .custom-control-label {
        width: 36px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: normal;
        font-weight: 600;
        margin-left: 8px !important;
    }

    .pro-quantity .custom-control-label::before {
        top: 0;
        left: 0;
        display: block;
        width: 36px;
        height: 36px;
        border: #ddd solid 1px;
        border-radius: 4px !important;
        z-index: -1;
    }

    .pro-quantity .custom-control-input:checked~.custom-control-label::before {
        color: #fff;
        border-color: #000;
        background-color: #000;
    }

    .pro-quantity .custom-control-input:checked~.custom-control-label {
        color: #fff;
    }

    .custom-control-input:focus:not(:checked)~.custom-control-label::before,
    .custom-control-input:focus~.custom-control-label::before {
        border-color: #ddd;
        box-shadow: none;
    }

    .pro-quantity .custom-control {
        padding-left: 0;
    }

    .btn-black {
        background-color: rgb(0, 0, 0);
    }

    .tooltips {
        position: relative;
        display: inline-block;
    }

    .tooltips .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        margin-left: 5px;
        font-size: 12px;
        line-height: 14px;
    }

    .tooltips:hover .tooltiptext {
        visibility: visible;
    }

    .rating-view {
        display: table;
        cursor: pointer;
    }

    .country-flag {
        max-width: 30px;
        margin-left: 5px;
    }

    hr {
        border-color: #ddd;
    }

    .hexagon-review-user {
        width: 50px;
        height: 43px;
    }

    .hexagon-review-user img {
        transform: scale(1.0);
    }

    .review-section h5 {
        font-size: 18px;
        font-weight: 700;
    }

    .review-section h5+p {
        margin-bottom: 0;
    }

    textarea.review-textbox {
        height: 160px;
    }

    .form-group {
        margin-bottom: 25px;
    }

    .second-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .ratings {
        margin-right: 0;
        padding-left: 10px;
    }

    .ratings .custom-control-label:before,
    .custom-radio.ratings .custom-control-input:checked~.custom-control-label::after {
        display: none;
    }

    .ratings .custom-control-label::after {
        top: 0;
        left: 0;
    }

    .ratings .custom-control-label {
        cursor: pointer;
    }

    .ratings .custom-control-label {
        color: #ccc;
    }

    .ratings .custom-control-input:checked~.custom-control-label {
        color: #EF0C15;
    }

    .custom-select {
        background: url(../images/arrow-down.png) no-repeat right .75rem center/12px 12px;
    }

    .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
    .custom-radio .custom-control-input:checked~.custom-control-label::before {
        color: #fff;
        border-color: #EF0C15;
        background-color: #EF0C15;
    }

    .custom-checkbox .custom-control-label::before {
        border-radius: 2px;
    }

    .custom-checkbox .custom-control-label,
    .custom-radio .custom-control-label {
        line-height: normal;
    }

    .btn-link {
        color: #000;
    }

    .btn-link:hover {
        color: #EF0C15;
        text-decoration: none;
    }

    .user-pic,
    .user-pic img {
        display: inline-block;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        background-color: #666;
        margin-right: 5px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #000;
    }

    .user-dropdown {
        text-align: right;
    }

    .dropdown-item {
        padding: 7px 15px;
        color: #000;
    }

    .seal-sack {
        display: table;
        margin: 0 auto 40px;
        position: relative;
    }

    .seal-sack-row .col-lg,
    .supplier-certificate .col-lg {
        flex-grow: 0;
    }

    .hexagon-seal-sack {
        width: 90px;
        height: 78px;
        margin-bottom: 30px;
    }

    .hexagon-seal-sack:hover>img,
    .hexagon-seal-sack-bag:hover>img {
        transform: scale(1.0) rotate(0deg);
    }

    .hexagon.hexagon-seal-sack-bag {
        position: absolute;
        top: 28px;
        left: 36px;
        right: 0;
        margin: auto;
        width: 85px;
        height: 74px;
    }

    .supplier-details {
        text-align: center;
        border-bottom: 1px solid #ddd;
        margin-bottom: 40px;
    }

    .supplier-logo {
        max-width: 160px;
        margin-bottom: 20px;
    }

    .supplier-certificate-single {
        background-color: #fff;
        box-shadow: 0 0 7px rgb(0 0 0 / 10%);
        padding: 10px;
        margin-bottom: 15px;
        text-align: center;
        line-height: normal;
    }

    .supplier-certificate-single p {
        margin-bottom: 8px;
    }

    .supplier-certificate .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .supplier-certificate>.row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .supplier-certificate>.row>.col,
    .supplier-certificate>.row>[class*=col-] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .certificate-thumbs {
        width: 120px;
        cursor: pointer;
    }

    .certificate-large-img {
        max-width: 400px;
        margin: auto;
        display: block;
    }

    .picZoomer-pic-wp,
    .picZoomer-zoom-wp {
        background-color: #f5f5f5;
        border: 1px solid #ccc;
    }

    .picZoomer-pic-wp {
        width: 90px !important;
        height: 80px !important;
        position: absolute;
        top: -5px;
        opacity: 0;
    }

    .picZoomer-cursor {
        top: -20px !important;
    }

    .cart-area .list-inline-item {
        vertical-align: middle;
    }

    .recently-viewed .slick-list {
        padding-right: 120px !important;
    }

    .recently-viewed .slick-list:only-child {
        padding-right: 0 !important;
    }

    .recently-viewed .slick-list .hexagon {
        width: 245px;
        height: 212px;
    }

    .pro-listing {
        margin-bottom: 30px;
    }

    .pro-listing .pro-offer-price {
        margin-right: 0;
    }

    .sidebar-filter,
    .my-account-list {
        background-color: #fff;
        box-shadow: 0 0 7px rgb(0 0 0 / 10%);
        border-radius: 5px;
        padding: 20px;
    }

    .sidebar-filter .second-title {
        font-size: 24px;
        font-weight: 700;
        background-color: #FCF0F0;
        margin: -20px -20px 20px;
        padding: 12px 20px 8px;
        border:1px solid #ccc;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: rgba(61, 61, 61, 0.91);
    }

    .sidebar-filter h5 {
        position: relative;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: rgba(61, 61, 61, 0.91);
    }

    .sidebar-filter h5:not(:nth-of-type(1)) {
        margin-top: 15px;
    }

    .sidebar-filter h5:after {
        content: "\f106";
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        right: 0;
        transition: all .4s;
    }

    .sidebar-filter h5.collapsed:after {
        /*content: "\f107";*/
        transform: rotate(180deg);
        transition: all .4s;
    }

    .sidebar-filter .custom-control label.custom-control-label {
        margin-left: 0;
        color: rgba(61, 61, 61, 0.91);
    }

    .sidebar-filter .custom-control.custom-checkbox {
        border-bottom: 1px dashed #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-link {
        color: #333;
        background-color: #dee2e6;
        border: 1px solid #dee2e6;
        width: 32px;
        height: 32px;
        margin-right: 10px;
    }

    .page-item.active .page-link,
    .page-link:hover {
        color: #fff;
        background-color: #ef0c15;
        border-color: #ef0c15;
    }

    .page-item:first-child .page-link,
    .page-item:last-child .page-link {
        border-radius: 100%;
        padding: 0.5rem 0.75rem;
    }

    .relative {
        position: relative;
    }

    .pro-sort {
        position: absolute;
        right: 2em;
        top: 0;
    }

    .login-page .widget-content-area,
    .register .widget-content-area {
        border: 0;
        box-shadow: none;
    }

    .login-page .chekout-form,
    .register .chekout-form {
        padding: 40px;
        max-width: 400px;
        margin: auto;
        border-radius: 10px;
        border: 1px dotted #e0e6ed;
        box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
    }

    .nav-pills li.nav-item {
        text-align: center;
    }

    .register .chekout-form {
        max-width: 800px;
    }

    .register .chekout-form .select2-container,
    .register .chekout-form .select2-container--default .select2-search--inline .select2-search__field {
        width: 100% !important;
    }

    .register .chekout-form .select2-container .select2-selection--single,
    .register .chekout-form .select2-container--default .select2-selection--multiple {
        height: 38px !important;
    }

    .register .chekout-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
    }

    #email_sent {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .div_step_2 .form-control {
        padding: 5px;
    }

    .cart-item .alert {
        margin-bottom: 0;
        display: block;
    }

    .cart-pro-name a {
        font-size: 18px;
        color: #000;
    }

    .custom-control-label::after,
    .custom-control-label::before {
        top: 0.15rem;
    }

    #parant_sort_products .select2-container--default .select2-selection--single {
        border: 0;
        background-color: #eff5ff;
        height: 36px;
        border:1px solid #ccc;
    }

    #parant_sort_products .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: rgba(61,61,61,0.8);
        line-height: 36px;
        font-weight: 600;
    }

    #parant_sort_products .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
    }

    #parant_sort_products .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent;
    }

    #parant_sort_products .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #fff transparent;
    }

    #parant_sort_products .select2-container--default .select2-results>.select2-results__options {
        background-color: #fff;
        color: rgba(61,61,61,0.8);
        font-weight: 600;
    }

    #parant_sort_products .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #000000;
        color: white;
    }

    #parant_sort_products .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #000;
        color: white;
    }

    .my-account-list li a {
        border-bottom: 1px dashed #ddd;
        padding: 15px 15px 10px;
        display: block;
        color: #000;
        margin-bottom: -1px;
    }

    .my-account-list li a.active {
        color: #fff;
        background-color: #f70000;
        border-bottom: 0;
        text-shadow: 2px 2px 3px #fff;
    }

    .rating-view .fa {
        color: #EF0C15;
    }

    .text-grey {
        color: #7A7A7A;
    }

    .pro-quantity .form-inline .form-control {
        width: 36px;
        height: 36px;
        border: #ddd solid 1px;
        padding: 7px 2px;
        text-align: center;
        font-weight: 600;
    }
    /* Chrome, Safari, Edge, Opera */

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
    /* Firefox */

    input[type=number] {
        -moz-appearance: textfield;
    }

    .ship-truck {
        max-width: 49px;
        margin-right: 20px;
    }

    .dietry-marks li:not(:last-child) {
        margin-right: 10px;
    }

    .dietry-marks li {
        text-align: center;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .dietry-marks li span {
        margin-top: 2px;
    }
    /* 23-2-2022 */

    .contact-page-address {
        background-color: #fff;
        box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
        border-radius: 5px;
        padding: 60px 20px;
        margin-bottom: 80px;
    }

    .contact-col {
        text-align: center;
        font-size: 16px;
        border-right: 1px solid #ddd;
    }

    .contact-col:last-child {
        border-right: 0;
    }

    .contact-col .fa {
        background-color: #EF0C15;
        width: 70px;
        height: 70px;
        border-radius: 5px;
        color: #fff;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 30px;
    }

    .contact-col .fa.fa-envelope {
        font-size: 36px;
    }

    .contact-col h5 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .google-map {
        border: 8px solid #fff;
        box-shadow: 0 0 8px rgb(0 0 0 / 10%);
        border-radius: 5px;
    }

    .google-map iframe {
        width: 100%;
        height: 500px;
        margin-bottom: -7px;
    }

    .run-my-store-box {
        padding: 20px 25px;
    }

    input[type="file"] {
        padding: 4px;
    }
