@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,
html,
.font-sans{
    font-family: "Roboto", sans-serif;
}
.sticky {
    position: sticky;
}

.top-0 {
    top: 0;
}

.z-10 {
    z-index: 10;
}

.text-red{
    color: #FF1D25;
}

.button-green {
    background-color: #f15e2a;
}

.save-cards {
    margin-top: 10px;
    max-width: 200px;
}

.save-cards a {
    padding: 8px;
    font-size: 14px;
}

.common-btn{
    background-color: #FF1D25 !important;
    border: solid 2px #DCB311;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: .25rem;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
}

.admin-edit-button {
    text-decoration: none;
    background-color: #f04144;
    color: #ffffff;
    padding: 12px 33px;
    border-radius: 6px;
    font-size: 19px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: -27%;
    right: 1%;
}

.blog-edit-button {
    text-decoration: none;
    background-color: #f04144;
    color: #ffffff;
    padding: 12px 33px;
    border-radius: 6px;
    font-size: 19px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 1%;
}

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

.blog-image img {
    display: block !important;
}

/* variant as button */
.variant-buttons {
    color: #ffffff;
    padding: 12px 33px;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 20px 10px 0;
    min-width: 166px;
    font-weight: 700;
}

.variant-buttons-tags .variant-buttons:hover,
.variant-buttons-tags .variant-buttons .active {
    background-color: transparent;
    color: #f15e2a;
    border-color: #f15e2a;
}

/* categories-item start */
.categories-item {
    margin-bottom: 30px;
    width: 100%;
}

.categories-item .top-left {
    position: absolute;
    top: 10px;
    left: 15px;
}

.category-text span {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.category-text a {
    text-decoration: none;
}

.categories-item .top-right {
    position: absolute;
    top: 10px;
    right: 15px;
}

.categories-item .bottom-left {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.categories-item .bottom-right {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.categories-item .middle-right {
    position: absolute;
    right: 10px;
    bottom: 43%;
}

.categories-item .middle-left {
    position: absolute;
    left: 10px;
    bottom: 43%;
}

.categories-item .middle-top {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 18%;

}

.categories-item .middle-bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);

}

.categories-item .middle-middle {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.cart-count {
    background-color: #FF1D25 !important;
    color: #fff !important;
}

/* search box */
.search-box {
    width: 90%;
    margin: 0;
    position: absolute;
    bottom: -45px;
    left: auto;
    right: 20px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: auto !important
}

.search-input {
    border-radius: 4px 0px 0px 4px;
    height: 45px;
    width: 100%;
    border-color: #1D58A6;
}

.navigation {
    background: #e95b16;
    display: none;
}

.megamenu-group:hover,
.megamenu-group:hover {
    background: #1D58A6;
    color: #fff;
}

.megamenu-dropdown {
    pointer-events: auto;
    margin-top: 10px;
}

.megamenu-dropdown .accordion-toggle span {
    color: #e95b16 !important;
    font-weight: 600;
    white-space: break-spaces;
    cursor: pointer;

}

.megamenu-dropdown a {
    text-decoration: none;
}

.megamenu-dropdown a:hover {
    text-decoration: underline;
}

.megamenu-dropdown .accordion-content li a {
    color: #1D58A6;
    font-weight: 600;
    font-size: 14px;
}

.logo-single {
    display: none;
}

.logo {
    max-width: 340px;
}

.logo-single {
    max-width: 60px;
}

.navigation-submenu {
    max-width: 90%;
    margin: 0 auto;
}

.variant-img .no-image {
    width: 100%;
}


/* zoom plus slider */
.slider-wrap {
    display: flex;
    padding-top: 22px;
}

.mz-figure img {
    max-height: 620px !important;
    height: auto !important;
}

.slider-wrap .slide-img img {
    max-width: 180px;
    width: 180px;
    max-height: 100px;
    margin-bottom: 8px;
    object-fit: contain;
}

.slick-slider {
    width: 116px;
    padding-top: 10px;
}

.slider--vertical.slick-slider img {
    height: 79px;
    width: 92px;
    object-fit: contain;
}

.product-image+div .slider-wrap div:first-child {
    max-width: 116px;
}

.slider-img-large a {
    display: block;
    width: 97%;
}

.slick-arrow {
    display: block;
    text-align: center;
    width: 100%;
}

.slick-arrow:focus {
    outline: none;
}

.slick-next {
    padding-bottom: 9px;
}

.MagicZoom {
    float: right;
    width: 70%;
    margin-top: 24px;
}

.slide-img img {
    border: 0 !important;
}

.product-image {
    max-height: 750px;
}

.product-image img {
    height: 100%;
}

.page-width {
    position: relative;
}

.page-content p {
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* concertina */
.concertina {
    background: #e6e7e9;
}

.acc-container {
    width: 100%;
}

.acc {
    margin-bottom: 5px;
}

.acc-head {
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #605555;
}

.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #0e0d0d;
    transition: all .3s;
}

.acc-head::before {
    right: 30px;
    width: 3px;
    height: 20px;
    margin-top: -10px;
}

.acc-head::after {
    right: 21px;
    width: 20px;
    height: 3px;
    margin-top: -2px;
}

.acc-head p {
    color: #0e0d0d !important;
    font-weight: bold;
}

.acc-content {
    padding: 15px 10px;
    display: none;
}

.acc-head.active::before {
    transform: rotate(90deg);
}

.bg-primary {
    background-color: #FF1D25 !important;
    border: solid 2px #DCB311;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: .25rem;
    display: inline-block;
    text-decoration: none;
}

.primary-btn{
    background-color: #FF1D25;
    border: solid 2px #DCB311;
    color: #fff;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    border-radius: .25rem;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    padding: 20px 25px;
}

.checkout-btn{
    padding: 20px 25px;
}

.bg-orange {
    background-color: #FF1D25 !important;
}

.text-orange {
    color: #E95B16;

}

.border-orange {
    border-color: #E95B16;
}

.header__progress .active::before {
    background-color: #1262AA !important;
}

.cart-item__quantity {
    background-color: #E95B16 !important;
}

.payment-method__view button {
    background-color: #1262AA !important;
}

.related-product {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.related-product-list {
    max-width: 350px;
    margin: 0 auto 30px;
}

.related-product-list a {
    text-decoration: none;
}

.recommended-product {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.recommended-product-list {
    max-width: 350px;
    margin: 0 auto 30px;
}

.recommended-product-list a {
    text-decoration: none;
}

.bg-color {
    background: #f16845;
    color: #fff;
}

.footer-accordion .accordion a {
    color: #444444;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

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

.footer-email a {
    display: inline !important;
    text-decoration: none;
}

.footer-number a {
    display: inline !important;
    text-decoration: none;
}

.footer-email img {
    margin-right: 10px;
}

.footer-number img,
.footer-email img {
    filter: brightness(0.3);
}

.footer-email span,
.footer-number span {
    font-weight: 500;
}

.vat-number {
    margin-top: 25px;
}

/* product flashes */
.product-flashes {
    position: absolute;
    height: 100%;
    right: 8px;
    top: 7px;
}

.product-flashes img {
    width: 50px;
}


/* cart quantity input */
.cart-quantity-input {
    border: 1px solid grey;
    margin-left: 6px;
    margin-right: 6px;
}

.product-quantity .quantity button {
    padding-bottom: 2px;
}

.product-quantity .quantity button.btn-minus {
    padding-bottom: 1px;
    padding-left: 1px;
}

.product-includes {
    width: 100%;
    font-size: 18px;
    color: #71767b;
}

.product-includes td {
    text-align: left !important;
}

.product-includes th {
    text-align: left !important;
}

.product-includes a {
    text-decoration: none;
    color: #444444;
}

.bundle-savings {
    margin-top: 12px;
}

.recommended-products {
    display: none;
}

.recommended-head {
    padding: 10px 0px;
    font-size: 22px;
    position: relative;
    border-bottom: 1px solid #b1a0a0;
    margin-bottom: 25px;
}

.recommended-content {
    padding: 15px 10px;
}

.cargo-product-container {
    padding-top: 0 !important;
}

.cargo-product-container .total-amount {
    margin-top: 15px;
}

.cargo-label {
    font-weight: bold;
    color: #1d58a6;
}

.cargo-radio-container {
    display: flex;
    align-items: center;
}

.cargo-radio-container img {
    max-width: 100px;
    margin-right: 10px;
}

.cargo-checkbox-container {
    display: flex;
    align-items: center;
}

.cargo-checkbox-container img {
    max-width: 100px;
    margin-right: 10px;
}

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

.variant-img img {
    max-width: 50px;
    margin-right: 10px;
}

.inner-block {
    flex-wrap: wrap;
}

.inner-block .select-wrap {
    margin-bottom: 10px;
    margin-right: 10px;
}

.main-hero-swiper .swiper-wrapper img {
    max-height: fit-content;
    object-fit: cover;
}

.swiper-slide img {
    max-height: 250px;
    height: 100%;
    object-fit: contain;
    min-height: 250px;
}

.search_block_div {
    left: 0;
    background: #fff;
    padding: 34px 28px 28px;
    top: 50px;
    display: none !important;
    justify-content: space-around;
    margin: 20px;
    overflow-y: scroll;
    max-height: 750px;
}

.close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.close-icon svg {
    width: 30px;
    height: 30px;
}

.product-placeholder {
    max-width: 70% !important;
    margin: auto;
}

.desktop-product-slider.placeholder-image-slider {
    margin-bottom: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.desktop-product-slider.placeholder-image-slider .slider-wrap {
    padding-top: 0;
    height: auto;
}

.product-name a {
    color: #22292f;
}

.product-name a:hover {
    text-decoration: underline;
}

.blog-image {
    margin: 0 auto;
}

.cargo-blog-post>a {
    text-decoration: none;
    color: #444444;
}

.cargo-blog-post h1, .cargo-blog-post h2, .cargo-blog-post h3, .cargo-blog-post h4 {
    width: 100%;
    line-height: 1;
}

.cargo-blog-post__body, .cargo-blog-post__body p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    color: #22292f;
}

.cargo-blog-post__body a {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
}
.cargo-blog__grid {
    padding-left: 0;
}

.cargo-blog__title {
    text-align: center;
    margin: 0 auto;
}

.cargo-blog__tags {
    width: 100%;
    justify-content: center;
}

.category-description-bot {
    width: 80%;
    max-width: 90%;
    text-align: center !important;
    margin: 0 auto;
}

.category-data.category-description-bot p {
    text-align: center;
}

.category-description-bot ul,
.category-description-bot ol {
    display: inline-block;
    text-align: left;
}

.cargo-blog-card__content {
    text-decoration: none;
}
.cargo-blog-card__body {
    display: none;
}
a.cargo-blog-card__content{
    color: #22292f;
}

.cargo-blog__tag {
    text-decoration: none;
}

.cargo-blog-card__tag {
    text-decoration: none;
}

.cargo-blog nav[role="navigation"]{
    width:100%;
}

.cargo-blog-card__content {
    color: #22292f;
}

/* annoucement strip  */
.announcement-strip {
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* background:#df3f3f; */
    justify-content: center;
    margin-top: 0;
}

.announcement-text {
    margin: 0 auto;
    color: #df3f3f;
    text-align: center;
    font-size: 18px;
    padding: 20px 10px;
    width: 100%;

}

.announcement-text a {
    color: #f03b3f;
    font-weight: 400;
    font-size: 18px;
}

.price-breaks {
    border: 2px solid #DCB311;
    margin-top: 20px;
    padding: 20px 15px;
}

.price-break-title {
    color: #FF1D25;
    font-size: 24px;
    margin: 0 0 15px 0;
}

.price-break-price {
    color: #f95558;
    font-weight: bold;
}

.product-review label{
    width: 100%;
    font-size: 14px;
}

.product-review input,
.product-review textarea{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 45px;
    font-family: "Roboto", sans-serif;
}

.product-review textarea{
    height: 80px;
    resize: none;
}

.rating-review-button {
    width: fit-content;
    margin: 0px auto;
}

.star-rating {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.star-rating input {
    display: none;
}

.star-rating .star {
    font-size: 32px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s ease;
}

.star-rating .star:hover,
.star-rating .star:hover ~ .star {
    color: #ffcc00;
}

.star-rating input:checked ~ .star {
    color: #ffcc00;
}

/** media q **/
@media screen and (max-width: 767px) {

    /* zoom plus slider */
    .mz-figure img {
        height: 500px;
    }

    .product-image img {
        height: 500px;
        max-height: 500px !important;
    }

    .slider-wrap .slide-img img {
        width: 75px !important;
    }

    .slider-wrap {
        max-width: 100% !important;
        float: left;
    }

    .slick-list {
        height: auto !important;
    }

    .product-page .product-right {
        width: 100% !important;
    }

    .logo-single {
        display: block !important;
    }

    .logo {
        display: none;
    }

    .desktop-product-slider.placeholder-image-slider .slider-wrap {
        float: none;
    }
}

@media all and (min-width: 768px) {
    .popular-item {
        justify-content: space-between;
    }

    .product-flashes img {
        width: 60px;
    }

    .related-product {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
    }

    .related-product-list {
        margin: 0 0 30px 0;
    }

    .related-product-list a {
        text-decoration: none;
    }

    .related-product-list:nth-child(3n) {
        margin-right: 0;
    }

    .recommended-product {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 30px;
    }

    .recommended-product-list {
        margin: 0 0 30px 0;
    }

    .recommended-product-list a {
        text-decoration: none;
    }

    .recommended-product-list:nth-child(3n) {
        margin-right: 0;
    }

    .search-category-list {
        width: 18%;
    }

    .active-search-list {
        width: 79%;
    }
}

@media screen and (min-width: 768px) {
    .mz-figure img {
        height: 600px;
    }

    .slider-wrap .slide-img img {
        width: 130px !important;
    }

    .slider--vertical.slick-slider img {
        height: 115px;
    }

    .search-category-product {
        width: 30%;
    }

    .md\:z-30 {
        z-index: 30;
    }

}

@media all and (min-width: 992px) {
    .max-w-3xl {
        max-width: 112.5rem;
    }

    .navigation {
        display: block;
        margin-top: 10px;
    }

    .mobile-nav {
        display: none;
    }

    .slider-wrap {
        height: 620px;
    }

    .footer-accordion .max-w-3xl {
        max-width: 1800px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .footer-accordion .accordion:nth-child(2) {
        max-width: 375px;
    }

    .footer-accordion .accordion:nth-child(3) {
        max-width: 260px;
        margin-left: auto;
    }

    .footer-accordion {
        padding-top: 60px;
    }

    .search_block_div {
        left: -24%;
        width: 90vw !important;
    }
}

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

    /* zoom plus slider */
    .desktop-product-slider .MagicZoom {
        float: left;
        width: 100%;
    }

    .desktop-product-slider .slick-track {
        display: flex;
    }

    .desktop-product-slider .slick-arrow {
        font-size: 0;
    }

    .desktop-product-slider .slick-arrow:after {
        content: '';
        position: absolute;
        top: -20px;
        bottom: 0;
        height: 15px;
        width: 15px;
        margin: auto 0;
        border: solid black;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
    }

    .desktop-product-slider .slick-prev:after {
        transform: rotate(135deg);
        left: 4px;
    }

    .desktop-product-slider .slick-next:after {
        transform: rotate(-45deg);
        right: 4px;
    }

    .slider-wrap {
        max-width: 100% !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .slick-slider {
        width: 100%;

    }

    .desktop-product-slider .slick-list {
        height: auto !important;
    }

    .desktop-product-slider .slider-wrap .slide-img {
        margin-right: 10px;
    }

    .slider--vertical {
        padding: 0 20px;
    }

    .slider-wrap .slide-img img {
        max-width: 180px;
        width: 100%;
        height: 100px;
        padding-bottom: 8px;
        object-fit: contain;
    }

    .product-image+div .slider-wrap div:first-child {
        max-width: inherit;
    }

    .product-image img {
        height: 100%;
        max-height: 100% !important;
    }

    .mz-figure {
        width: 100%;
    }

    .mz-figure img {
        max-height: 410px !important;
    }

}

@media only screen and (min-width: 992px) {
    .breadcrum-pages {
        width: 1000px;
        margin: 0 auto;
    }

    .search-box {
        width: 65%;
        margin: 0px auto 45px;
        position: absolute;
        bottom: -44px;
        left: 41px;
        right: 0;
    }

    .search-input {
        height: 54px;
    }
}

@media all and (min-width: 768px) {
    .categories-item {
        width: 48%;
    }
}

@media all and (min-width: 1024px) {
    .categories-item {
        width: 14.9%;
    }

    .product-quantity {
        justify-content: space-between;
    }
}

@media all and (min-width: 1200px) {
    .search-category-product .product-flashes img {
        min-height: fit-content;
        height: auto;
    }

    .page-width {
        width: 1000px;
        position: relative;
    }

    .search-category-product {
        width: 23%;
    }

    .search-category-product img {
        max-height: 250px;
        height: 100%;
        object-fit: contain;
        min-height: 250px;
    }
}

@media all and (min-width: 1280px) {
    .recommended-products-tab {
        display: none;
    }

    .recommended-products {
        display: block;
    }
}

@media all and (min-width: 1600px) {
    .search_block_div {
        left: 59%;
        transform: translateX(-58.4%);
    }
}