/* Demo 15 Homepage 15 */
/* Fonts */
/*@import url("https://fonts.googleapis.com/css?family=Roboto:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800");*/
/* font-family: 'Roboto', sans-serif; */


@font-face {
    font-family: 'TriumphBrokman';
    src: url('/assets/fonts/TriumphBrokman.otf') format('otf');
}

body {
    font-family: 'TriumphBrokman', sans-serif !important;
    color: #000;
}




.header-search-extended .btn.btn-primary {
    color: #fff;
    font-size: 2.2rem;
    background-color: transparent;
}

    .header-search-extended .btn.btn-primary:hover, .header-search-extended .btn.btn-primary:focus, .header-search-extended .btn.btn-primary:active {
        background-color: transparent;
        color: #cd192d;
    }

.header-search-extended .form-control {
    padding-bottom: .5rem;
}

.header-5 {
    padding-top: 1.5rem;
}

    .header-5 .header-search .header-search-wrapper {
        min-width: 270px;
    }

    .header-5 .menu > li > a::before {
        bottom: .8rem;
    }

.title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.01em;
}

.title-desc {
    letter-spacing: 0;
}

.heading {
    margin-bottom: 4.4rem;
}

    .heading .title {
        margin-bottom: 2rem;
    }

@media screen and (min-width: 1600px) {
    .header-5 .container-fluid {
        padding-left: 6.2rem;
        padding-right: 6.2rem;
    }
}

.intro-slider-container,
.intro-slide {
    height: 100vh;
    background-color: #333;
}

.intro-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

    .intro-slide .intro-content {
        position: static;
        left: auto;
        top: auto;
        transform: translateY(0);
        -ms-transform: translateY(0);
    }

.intro-content .btn {
    text-transform: uppercase;
}

    .intro-content .btn i:last-child {
        margin-left: .3rem;
    }

.intro-content .btn-outline-primary-2 {
    color: #fff;
}

.intro-content .intro-subtitle {
    color: #ccc;
}

.intro-subtitle {
    font-weight: 400;
    letter-spacing: -.025em;
    margin-bottom: 1rem;
}

.btn i:last-child {
    margin-left: .7rem;
}

.intro-title {
    color: #333333;
    font-weight: 600;
    letter-spacing: -.025em;
    margin-bottom: 1.8rem;
}

.bg-light {
    background-color: #f2f2f2;
}

.text-darkblack {
    color: #777 !important;
}

.text-brightblack {
    color: #ebebeb !important;
}

.product {
    margin-bottom: 2.6rem;
    background-color: transparent;
}

    .product:hover {
        box-shadow: none;
    }

    .product .product-body {
        padding-left: 0;
        padding-right: 0;
    }

.product-cat {
    color: #ccc;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.product-title {
    font-size: 1.4rem;
    letter-spacing: 0;
}

.product-price {
    font-weight: 400;
    color: #333333;
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.product-body {
    background-color: transparent;
}

.old-price {
    text-decoration: none;
    color: #777;
}

@media screen and (min-width: 992px) {
    .product.product-4 {
        margin-bottom: 0;
    }
}

.product.product-4 .product-title {
    margin-bottom: .2rem;
}

.product.product-4 .product-action-vertical {
    top: 2rem;
}

.product.product-4 .btn-product {
    color: #333;
    background-color: #fff;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    text-transform: uppercase;
}

    .product.product-4 .btn-product span {
        font-size: 1.4rem;
    }

    .product.product-4 .btn-product:before {
        display: none;
    }

    .product.product-4 .btn-product:hover, .product.product-4 .btn-product:focus {
        background-color: #cd192d;
    }

.product.product-4 .product-body {
    padding-bottom: 0;
}

.product.product-4 .product-nav {
    margin-top: 1.4rem;
    margin-bottom: 0;
}

.btn-product-icon:not(:hover):not(:focus) {
    color: #333;
}

.display-row {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

    .display-row .banner {
        margin-bottom: 5rem;
    }

    .display-row .heading {
        margin-bottom: 2.5rem;
    }

    .display-row .title {
        font-size: 1.6rem;
    }

    .display-row .heading.text-center .title-desc {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

/*.banner {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff; }
  .banner img {
    min-height: 370px;
    object-fit: cover; }
  .banner .btn {
    text-transform: uppercase;
    min-width: 130px;
    text-decoration: none !important;
    padding: 1.15rem 1.5rem; }
  .banner .btn-outline-primary-2 {
    color: #fff; }
  .banner ul {
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.5; }
    .banner ul li {
      position: relative;
      padding-left: 1rem; }
      .banner ul li:before {
        position: absolute;
        top: 50%;
        margin-top: -.2rem;
        left: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: .4rem;
        height: .4rem;
        border-radius: 50%;
        background-color: #333;
        margin-top: -.1rem; }
    .banner ul.text-white li:before {
      background-color: #fff; }

.banner-overlay.banner-light > a:after {
  background-color: rgba(255, 255, 255, 0.4); }
.banner-overlay.banner-light .btn-outline-primary-2 {
  color: #333; }

.banner-overlay > a:after {
  transition-duration: .5s; }

.banner-content {
  left: 30px;
  padding-top: 0; }

.banner-title {
  color: #333;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: .9rem; }
  .men .banner-title {
    letter-spacing: 0; }
  .women .banner-title {
    letter-spacing: -.025em; }

.women.banner-content {
  left: 11rem; }

.banner-text,
.banner-subtitle {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.45;
  letter-spacing: 0; }

.banner-subtitle {
  margin-bottom: .9rem; }

.banner-text {
  font-size: 1.4rem;
  margin-bottom: 2.5rem; }

.video-banner-title {
  font-weight: 600;
  margin-bottom: 2rem; }

.video-banner-title > span {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.03em;
  margin-bottom: 1.8rem; }*/
.banner-border,
.banner-border-hover {
    position: relative;
}

    .banner-border:after,
    .banner-border-hover:after {
        content: '';
        position: absolute;
        left: 30px;
        right: 30px;
        top: 30px;
        bottom: 30px;
        border: 0.5rem solid rgba(255, 255, 255, 0.3);
        transition: all .45s ease;
        pointer-events: none;
    }

    .banner-border-hover:after {
        left: 20px;
        right: 20px;
        top: 20px;
        bottom: 20px;
        visibility: hidden;
        background-color: rgba(255, 255, 255, 0.4);
        opacity: 0;
    }

    .banner-border .banner-content {
        left: 60px;
    }

    .banner-border:hover:after {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .banner-border-hover:hover:after {
        visibility: visible;
        opacity: 1;
    }

.banner-content {
    left: 48px;
    padding-top: 0;
}

.banner-subtitle {
    color: #999999;
    font-weight: 300;
    font-size: 1.6rem;
    letter-spacing: -.01em;
    margin-bottom: 1rem;
}

.banner-title {
    color: #666666;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -.01em;
    margin-bottom: 1.6rem;
}

.main .banner-title span {
    color: #333333;
    font-weight: 600;
}

.main .banner-border .banner-title span {
    font-size: 2.4rem;
    letter-spacing: -.025em;
}

.main .banner-border .banner-content {
    left: 7rem;
}

.main .banner-border .banner-subtitle,
.main .banner-border .banner-title span,
.main .banner-border .banner-link {
    color: #fff;
}

.main .banner-border-hover .banner-link {
    color: #333;
}

.banner .banner-link.btn {
    padding-left: 0;
    padding-right: 0;
    min-width: none;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    position: relative;
}

    .banner .banner-link.btn i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -1.8rem;
        font-size: 1.5rem;
    }

    .banner .banner-link.btn::before {
        content: '';
        position: absolute;
        left: 0;
        right: -1.8rem;
        bottom: -.2rem;
        height: .1rem;
        background-color: #cc6666;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
    }

    .banner .banner-link.btn:hover, .banner .banner-link.btn:focus {
        color: #cc6666;
        background-color: transparent;
    }

        .banner .banner-link.btn:hover::before, .banner .banner-link.btn:focus::before {
            opacity: 1;
            visibility: visible;
        }

.video-banner-title span {
    text-transform: uppercase;
}

.video-banner-title i {
    font-weight: 200;
}

.banner-set > .row {
    align-items: stretch;
}

    .banner-set > .row > [class*=col-] {
        display: flex;
        align-items: stretch;
    }

        .banner-set > .row > [class*=col-] > div {
            width: 100%;
        }

.banner-set-content {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #777;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    padding: 2rem 3rem 1.5rem;
}

    .banner-set-content h4 {
        text-transform: uppercase;
        color: #cc6666;
        font-weight: 400;
        font-size: 1.6rem;
        margin-bottom: 1.6rem;
        letter-spacing: 0;
    }

    .banner-set-content h2 {
        font-weight: 600;
        font-size: 3rem;
        line-height: 1.1;
        letter-spacing: -.025em;
        margin-bottom: 1.5rem;
    }

    .banner-set-content p {
        max-width: 420px;
        letter-spacing: -.01em;
        font-size: 1.6rem;
        font-weight: 300;
    }

    .banner-set-content.text-center p {
        margin-left: auto;
        margin-right: auto;
    }

.product.product-2:hover, .product.product-2:focus {
    box-shadow: none;
}

.banner-set-products {
    margin-top: 4rem;
    max-width: 390px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.text-center .banner-set-products {
    margin-left: auto;
    margin-right: auto;
}

.banner-set-products .product.product-2 {
    box-shadow: none;
    margin-bottom: 0;
}

.banner-set-products .row {
    justify-content: center;
}

    .banner-set-products .row .products {
        flex: 0 0 83%;
        max-width: 83%;
        display: flex;
        flex-wrap: wrap;
    }

        .banner-set-products .row .products > div {
            padding-left: .5rem;
            padding-right: .5rem;
        }

.banner-set-products .product-body {
    padding-right: 0;
    padding-bottom: 0;
}

.banner-set-products .product-price {
    align-items: center;
}

.banner-set-products .product-title {
    letter-spacing: -0.01eml;
}

.banner-set-image > a {
    display: block;
}

.banner-set-image img {
    max-width: none;
    width: 100%;
}

.banner-set-image .banner-title {
    margin-bottom: 2.6rem;
}

    .banner-set-image .banner-title span {
        font-size: 2.4rem;
        letter-spacing: -.025em;
    }

.banner-set-image .banner-content {
    left: 5rem;
    top: initial;
    transform: none;
    bottom: 8rem;
}

.banner-set-image .banner-title span,
.banner-set-image .banner-link,
.banner-set-image .banner-detail {
    color: #fff;
}

.banner-set-image .banner-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #ebebeb;
    text-transform: uppercase;
}

.banner-set-image .banner-detail {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
    line-height: 1.4em;
}

.banner-set-image .banner-price {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #ebebeb;
    margin-bottom: 3rem;
}

.banner-set-image .btn.banner-link {
    padding: 1.5rem 4rem;
    border-radius: 3rem;
    color: #fff;
    border: .2rem solid #fff;
}

    .banner-set-image .btn.banner-link:hover, .banner-set-image .btn.banner-link:focus, .banner-set-image .btn.banner-link:active {
        color: #cc6666;
        background-color: #fff;
        border-color: #fff;
    }

.btn-video {
    box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.1);
}

.cta-title {
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: -.025em;
    margin-bottom: 0;
}

.cta-wrapper .cta-title,
.cta-wrapper.cta-text .cta-title {
    margin-bottom: 2.8rem;
}

.cta-wrapper.cta-text .cta-desc {
    margin-bottom: 3.5rem;
}

.cta-desc {
    color: #777;
    font-size: 1.5rem;
    line-height: 1.625;
}

.cta-wrapper {
    max-width: 580px;
}

    .cta-wrapper.cta-text {
        max-width: 360px;
    }

.cta .social-icon {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.8rem;
}

.cta blockquote {
    color: #666;
    font-style: normal;
    line-height: 1.875;
    margin-bottom: 2.2rem;
}

.cta .testimonial-icon:before {
    margin-top: 0;
    font-size: 1.8rem;
}

.cta .owl-simple .owl-nav .owl-prev {
    left: -100px;
}

.cta .owl-simple .owl-nav .owl-next {
    right: -100px;
}

blockquote p {
    font-size: 1.6rem;
    color: #666;
}

blockquote cite {
    letter-spacing: 0;
    font-weight: 400;
}

    blockquote cite span {
        color: #777;
    }

.blog-posts .entry {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.blog-posts .entry-media {
    margin-bottom: 1.5rem;
}

    .blog-posts .entry-media > a {
        position: relative;
    }

        .blog-posts .entry-media > a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: rgba(51, 51, 51, 0.4);
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }

        .blog-posts .entry-media > a:hover:after, .blog-posts .entry-media > a:focus:after {
            visibility: visible;
            opacity: 1;
        }

.blog-posts .entry-body.text-center .entry-content {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.blog-posts .entry-meta {
    margin-bottom: .4rem;
}

.blog-posts .entry-title {
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: .7rem;
}

.blog-posts .entry-content p {
    margin-bottom: .6rem;
}

.blog-posts .read-more {
    text-transform: capitalize;
}

.footer .widget-about p {
    max-width: 540px;
}

.footer .widget-about-info a {
    color: #cd192d;
}

.footer-bottom .container,
.footer-bottom .container-fluid {
    padding-bottom: 2.1rem;
}

.widget-newsletter form {
    padding-top: 2.3rem;
}

    .widget-newsletter form .form-control::placeholder {
        color: #ccc;
    }

@media screen and (min-width: 576px) {
    .banner-content {
        left: 50px;
    }
}

@media screen and (min-width: 768px) {
    .intro-subtitle {
        font-size: 1.6rem;
    }

    .banner-title,
    .cta-title,
    .title {
        font-size: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .intro-content .btn {
        min-width: 170px;
    }

    .intro-subtitle {
        margin-bottom: 1.6rem;
    }

    .cta-separator [class*="col-"] + [class*="col-"]:before {
        height: 76%;
    }

    .banner-content {
        left: 70px;
    }

    .display-row {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

        .display-row .banner {
            margin-bottom: 0;
        }

    .video-banner-bg {
        padding-top: 16.5rem;
    }
}

@media screen and (min-width: 1200px) {
    .intro-content .btn {
        min-width: 190px;
    }

    .intro-title {
        font-size: 5rem;
    }

    .banner-content {
        left: 100px;
    }

    .display-row .banner {
        margin-right: 5rem;
    }

    .display-row .order-lg-last .banner {
        margin-right: 0;
        margin-left: 5rem;
    }

    .container-fluid {
        padding-left: 62px;
        padding-right: 62px;
    }
}

@media screen and (min-width: 1600px) {
    .footer-bottom .container-fluid:before {
        left: 62px;
        right: 62px;
    }
}

@media screen and (max-width: 450px) {
    .banner-content.men,
    .banner-content.women {
        left: 4rem;
    }
}

/*# sourceMappingURL=demo-15.css.map */

@media screen and (min-width: 1280px) {
    .container {
        max-width: 90% !important;
        width: 90% !important;
    }
}

.baner-text {
    /* max-height: 160px;
    min-height: 100px;*/
}

.product-details-action .btn-cart {
    padding: 1rem 1.5rem;
    max-width: 100% !important;
    color: #fff;
    border: 0.1rem solid #000;
    background-color: #000;
}

    .product-details-action .btn-cart:hover {
        background-color: #a7a9ac !important;
        border: 0.1rem solid #a7a9ac;
    }

.dropdown-cart-action .btn {
    font-size: 1.3rem;
    min-width: 234px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #000;
}

    .dropdown-cart-action .btn:hover {
        background-color: #a7a9ac !important;
        border: 0.1rem solid #a7a9ac;
    }


.cartimage {
    width: inherit;
    height: inherit;
}


.updatebtn {
    right: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #222;
    font-size: 30px;
    border: none;
    background: none;
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


.product-media {
}

.btn {
    text-transform: uppercase;
}



/* for default banners*/
/*.banner-container {
    display: flex;
    align-items: stretch;
}
*/
/*.banner {
    position: relative;
    overflow: hidden;
}*/

/* .banner img {
        width: 100%;
        height: auto;
    }

.baner-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    box-sizing: border-box;
}

    .baner-text p {
        margin-bottom: 10px;
    }

    .baner-text a {
        color: white;
        text-decoration: none;
        border: 1px solid white;
        padding: 5px 10px;
        border-radius: 5px;
    }

        .baner-text a:hover {
            background-color: white;
            color: black;
        }*/



/* ����� */

.blog-posts {
    padding-bottom: .5rem;
}

    .blog-posts .entry-media {
        margin-bottom: 1.5rem;
    }

    .blog-posts .entry-meta {
        margin-top: 2.2rem;
        margin-bottom: 1.3rem;
        font-size: 1.3rem;
    }

    .blog-posts .entry-title {
        font-weight: 600;
        font-size: 1.5rem;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: .9rem;
    }

    .blog-posts .read-more {
        font-size: 1.3rem;
        letter-spacing: .1em;
        font-weight: 400;
        color: #777;
    }

        .blog-posts .read-more:hover, .blog-posts .read-more:focus {
            color: #cd192d;
        }


/* deal of the month*/
.deal-container .heading {
    padding-bottom: .5rem;
}

    .deal-container .heading .title {
        margin-bottom: 1rem;
    }

.deal-container .product {
    border: none;
    margin-bottom: 2rem;
}

.deal-container .btn-more {
    text-transform: capitalize;
}

.deal-col {
    display: flex;
    align-items: stretch;
}

.deal {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 3.6rem 4rem 4.8rem;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    min-height: 380px;
}

    .deal > div {
        width: 100%;
    }

    .deal .btn {
        padding: 0 0 .2rem;
    }

    .deal h4 {
        color: #777;
        font-weight: 300;
        font-size: 1.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        margin-bottom: .5rem;
        max-width: 240px;
    }

    .deal h2 {
        color: #ef837b;
        font-weight: 500;
        font-size: 2rem;
        line-height: 1.1;
        letter-spacing: -.01em;
        margin-bottom: .2rem;
        max-width: 240px;
    }

    .deal .product-title {
        max-width: 240px;
        margin-bottom: .7rem;
    }

    .deal .product-price {
        font-weight: 300;
        font-size: 2rem;
        margin-bottom: .4rem;
    }

.deal-content {
    align-self: center;
}

.deal-bottom {
    align-self: flex-end;
}


.btn.btn-outline-dark-2 {
    border-color: #d7d7d7;
}

    .btn.btn-outline-dark-2:hover, .btn.btn-outline-dark-2:focus {
        background-color: #fff;
    }

.deal-countdown {
    margin-bottom: 0;
    margin-left: -.8rem;
    max-width: 180px;
}

    .deal-countdown .countdown-show3 .countdown-section {
        width: calc(33.33% - 16px);
    }

    .deal-countdown .countdown-section {
        position: relative;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1;
        padding: .9rem 0 .3rem;
        margin-left: .8rem;
        margin-right: .8rem;
        background-color: #fcb941;
        border-radius: .3rem;
        border: none;
        margin-bottom: 2rem;
    }

        .deal-countdown .countdown-section:not(:last-child):after {
            color: #333333;
            content: ':';
            display: inline-block;
            font-weight: 400;
            font-size: 20px;
            line-height: 1;
            position: absolute;
            left: 100%;
            margin-left: 6px;
            margin-top: -1px;
            top: 50%;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

    .deal-countdown .countdown-period {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -2rem;
        display: block;
        font-weight: 400;
        color: #333333;
        text-transform: lowercase;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .deal-countdown .countdown-amount {
        display: inline-block;
        color: #fff;
        font-weight: 500;
        font-size: 2.4rem;
        line-height: 1;
        letter-spacing: -.03em;
        margin-bottom: .4rem;
    }


.header-5 .header-middle {
    border-bottom: none;
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
}


.ddlang .dropdown-menu {
    width: 124px !important;
}

.mobile-search .btn {
    font-size: 1.2rem;
    min-width: 3.6rem;
    padding: 0.8rem 0.2rem;
}

.mobile-menu-light .mobile-search .form-control {
    color: #666;
    background-color: #fff;
    border-color: #e5e5e5;
}

.mobile-search .form-control {
    height: 36px;
    margin-bottom: 0;
    -webkit-appearance: none;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.8rem 1.5rem;
    max-width: calc(100% - 36px);
    background-color: #333;
    border-color: rgba(255, 255, 255, 0.1);
    border-right-width: 0;
}


.underl {
    text-decoration: line-through;
    color: #a7a9ac !important;
    margin-left: 0.5em;
}

.regprice {
    font-weight: 600;
}

.newprice {
    font-weight: 600;
    color: #cd192d !important;
}

.visually-hidden {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



.product-label.label-saletm {
    color: #fff;
    background-color: #000;
    border-radius: .25rem;
}

.product-labelsaletb {
    color: #fff;
    background-color: #000;
    border-radius: .25rem;
}



.d3olist {
    color: black; /* Set the text color to black */
}

    .d3olist li {
        position: relative;
        padding-left: 1.2em; /* Add space for the custom disc */
    }

        .d3olist li::before {
            content: '\2022'; /* Unicode for a bullet point */
            color: orange; /* Set the disc color to orange */
            position: absolute;
            left: 0; /* Position the disc at the start of the list item */
        }



.cart-dropdown .cart-count {
    margin-left: -0.8rem !important;
    margin-top: 2.1rem !important;
}

.dropdown-toggle i {
    font-size: 3.2rem !important;
}


.product-image-hover {
    background-color: #fff !important;
}

.product-media {
    background-color: #fff !important;
}

.product-cat {
    color: #000 !important;
}


/*.product-body {
    display: flex;
    flex-direction: column;
}*/

/*.productstub {
    min-height: 50px;*/ /* Adjust this based on your needs */
/*max-height: 50px;
   
    flex-grow: 1;*/ /* Makes all elements stretch to the same height */
/*}*/



.box-elements {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Adds space between the two divs */
}

.box-element {
    flex: 1; /* Ensures both divs take equal width */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    min-height: 200px; /* Ensures equal height */
}

.box-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.box-text {
    flex-grow: 1; /* Ensures text fills the space evenly */
}

.box-material-icons {
    font-size: 32px;
    margin-bottom: 10px;
}



/* Custom styles for ListBox */
/*.inline-listbox {
     border:none;
     background-color:transparent;
    flex-wrap: wrap;
    width: 300px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 4px;
}

    .inline-listbox option {
        display: inline-block;
        margin-right: 10px;
        padding: 5px 10px;
        background-color: #fff;
        cursor: pointer;
    }

        .inline-listbox option:selected {
            background-color: #007bff;
            color: white;
        }


.size-selector {
    display: flex;
    gap: 10px;
}

.size-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid black;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: all 0.3s ease;
}

    .size-option.selected {
        background-color: red;
        color: white;
        border-color: red;
    }

    .size-option.disabled {
        color: gray;
        cursor: not-allowed;
        position: relative;
        opacity: 0.5;
    }*/

/* Add diagonal line for disabled options */
/*.size-option.disabled::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: gray;
            top: 50%;
            left: 0;
            transform: rotate(45deg);
        }*/





.sizes-container {
    display: flex;
    flex-wrap: wrap;
}

/*.size-box {
    border: 1px solid #ccc;
    background-color: red;
    color: white;
    padding: 10px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    font-family: Arial, sans-serif;
    font-size: 14px;
}*/

.size-box:hover {
    background-color: #ccc;
}



.size-box {
    width: 60px;
    height: 50px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    padding: .75rem 1rem;
    border: 1px solid #000;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 3rem;
    display: flex;
    margin-right: .5rem;
    position: relative;
}

.selected {
    background-color: #cd192d;
    border: none;
    color: #fff;
}

.product-details .product-price {
    font-size: 2.8rem !important;
}


p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: 'Roboto';
    letter-spacing: 0;
    color: #000 !important;
}


.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 40px 20px;
    max-width: 100%;
    margin: auto;
}

.policy-box {
    background: white;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    .policy-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    }

    .policy-box i {
        font-size: 40px;
        color: #000;
        margin-bottom: 15px;
    }

    .policy-box h3 {
        font-size: 18px;
        color: #333;
        margin: 0;
    }

a {
    text-decoration: none;
}

section {
    padding: 60px 20px;
    max-width: 900px;
    margin: auto;
    background: white;
    margin-top: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    section h2 {
        color: #2b78e4;
    }

    section p {
        line-height: 1.6;
        color: #444;
    }



.menu-col li > a {
    color: #000;
}

.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
    /* Don't set height here - let JS handle it */
}

    .product-media img {
        width: 100%;
        height: auto; /* Let images load naturally first */
        object-fit: cover;
        object-position: center;
    }

/*.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden;
    height: 300px;*/ /* ADD THIS LINE */
/*}
    .product-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }*/


.product-title {
    font-weight: 700 !important;
}


@media screen and (max-width: 991px) {
    .header-language-menu {
        display: none !important;
    }
}





 

.col-sm-4 {
    flex: 1;
    display: flex;
}
.banner-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: white;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1);*/
}

.banner {
    position: relative;
    overflow: hidden;
}

.entry-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}


/* Key CSS for equal height text */
.baner-text {
    flex: 1; /* This makes all text containers grow to fill available space */
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start; /* Align text to top */
}
