@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --red: #ff2e17 !important;
    --test-red: #db1600 !important;
    --test-red-second: #bd1300 !important;
}

.no-desktop {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-125 {
    padding-top: 125px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pl-140 {
    padding-left: 140px;
}

.pr-140 {
    padding-right: 140px;
}


.main-container-padding {
    padding: 0 325px;
}


img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    overflow-x: hidden;
    overflow-y: scroll
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.pointer {
    cursor: pointer;
}

a,
a:hover {
    text-decoration: none !important;
    transition: 400ms !important;
}


/* header-begin */

.mobile-header {
    display: none !important;
}

.header {
    height: 125px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff00;
    z-index: 9999999;
    display: flex;
    align-items: center;
    transition: 400ms;
}

.header-logo {
    height: 100%;
    align-items: center;
    display: flex;
}

.scrolled .header {
    /* background: #fff; */
    background: #00000052;
    backdrop-filter: blur(5px);
    height: 75px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    transition: 400ms;
}

.header-right {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.header-logo img {
    height: 35px;
    object-fit: contain;
    transition: 400ms;
}

.scrolled .header-logo img {
    height: 25px;
    transition: 400ms;
}

.header-lang a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 10px;
    transition: 400ms;
}

.header-lang {
    margin-right: 15px;
    transition: 400ms;
}


/* .header-lang a:hover,
.scrolled .header-lang a {
    color: var(--red);
} */

.header-lang a:hover {
    color: var(--red);
}


.header-menu-button {
    height: 20px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.header-menu-button .line {
    width: 100%;
    height: 3px;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    position: absolute;
    transition: 400ms;
}

/* .scrolled .header-menu-button .line, */
.header-menu-button:hover .line {
    background: var(--red);
    transition: 400ms;
}

.header-menu-button .line1 {
    transform: translateY(-9px);
    animation: topLineReverse 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.header-menu-button .line3 {
    transform: translateY(9px);
    animation: bottomLineReverse 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

body.menu-active .header-menu-button .line3 {
    animation: bottomLine 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

body.menu-active .header-menu-button .line1 {
    animation: topLine 1s infinite;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


body.menu-active .header-menu-button .line2 {
    opacity: 0;
}


@keyframes bottomLine {
    0% {
        transform: translateY(9px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: rotate(45deg);
    }
}

@keyframes topLine {
    0% {
        transform: translateY(-9px)
    }

    50% {
        transform: translateY(0px)
    }

    100% {
        transform: rotate(-45deg);
    }
}


@keyframes bottomLineReverse {
    0% {
        transform: rotate(45deg);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(9px);
    }
}

@keyframes topLineReverse {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-9px);
    }
}

header {
    z-index: 9999999;
}

.header-menu {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    z-index: 9;
    padding: 150px 0px 25px 60px;
    z-index: 999999;
    transform: translateX(100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    background: #00000052;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: 400ms;
}


.scrolled .header-menu {
    top: 75px;
    padding-top: 75px;
    transition: 400ms;
}

body.menu-active .header-menu {
    transform: translateX(0%);
    transition: 400ms;
}

.header-menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu-list ul a,
.header-menu-list ul span {
    color: #fff;
    font-size: 22px !important;
    font-weight: 500;
}

.header-menu-list li {
    margin: 10px 0;
}

.fixed-socials {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.fixed-socials ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
}

.footer-socials a,
.fixed-socials ul li a {
    background: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px 0;
    border-radius: 50px;
    transition: 400ms;
    color: var(--red);
    box-shadow: 0px 0px 21px #0000001a;
    transition: 400ms;
}

.fixed-socials ul li a:hover {
    background: var(--red);
    color: #fff;
    width: 40px;
}

/* header-end */

/* main-slider-begin */


.main-slider .item.slider-item .overlay {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    background-image: url(images/slider-overlay.png);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.main-slider .item.slider-item .overlay:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000038;
}

.main-slider .item.slider-item {
    height: 100dvh;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-slider .slider-content {
    /* max-width: 50%; */
    text-align: center;
    z-index: 9;
}

.main-slider .slider-content h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-slider .slider-content h2 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 30px;
}

.main-slider .slider-content p {
    font-size: 16px;
    font-weight: 400;
    /* margin-bottom: 0 !important; */
}

.main-slider video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.container.slider-container {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    /* align-items: flex-start; */
    flex-direction: column;
    justify-content: center;
}

.slider-buttons {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 0;
}

.slider-buttons .slider-button {
    margin: 0 35px;
    width: 115px;
    height: 115px;
    background: #ffffff57;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 3px solid #ffffff;
    white-space: break-spaces;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: 400ms;
}

.slider-buttons .slider-button:hover {
    background: #be202057;
    border: 3px solid var(--test-red-second);
    transition: 400ms;
}

.slider-controls {
    transform: translate(0px, -200px);
    z-index: 9999;
    position: relative;
}

/* main-slider-end */



/* footer-begin */

footer {
    min-height: 450px;
    background: #000000c7;
    background-size: cover;
    background-position: center;
}

.footer-content {
    padding: 75px 0;
}

a.footer-logo img {
    height: 25px;
    object-fit: contain;
}

h3.footer-menu-title {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
}

.footer-menu-col ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.footer-menu-col ul a,
.footer-menu-col ul p {
    font-weight: 200;
    color: #ffffff9c;
    font-size: 14px;
}

.footer-menu-col ul p {
    margin-top: 0;
    margin-bottom: 0;
}

.footer-menu-col ul a:hover {
    color: var(--secondary);
}


.footer-menu-col ul li {
    /* padding-bottom: 10px; */
    line-height: 36px;
}

.footer-socials {
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}


.footer-socials a {
    margin-top: 10px;
    height: 30px;
    width: 30px;
    font-size: 18px;
    transition: 400ms;
    margin-right: 10px;
}

.footer-socials a:hover {
    background: var(--red);
    color: #fff;
    transition: 400ms;
}

.copyright {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.copyright span {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.copyright img {
    height: 17px;
    filter: invert(.3);
    transition: 400ms;
}

.copyright a:hover img {
    filter: invert(.6);
    transition: 400ms;
}

/* footer-end */

/* aside-begin */

aside {
    border: 2px solid var(--test-red);
}

span.menu-title {
    background: var(--test-red);
    width: 100%;
    height: 65px;
    display: flex;
    padding: 0 25px;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

aside ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside ul li a {
    padding: 0 25px;
    transition: 400ms;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--test-red);
    font-weight: 500;
}

aside ul li:hover {
    background: var(--test-red);
    transition: 400ms;
}

aside ul li:hover a {
    color: #fff;
}

aside ul li:has(.active) {
    background: var(--test-red-second);
}

aside ul li:has(.active) a {
    color: #fff;
}

/* aside-end */


/* contact-page-begin */

.contact-page .page-content {
    padding: 115px 0 175px 100px;
}

.contact-us {
    padding-top: 25px;
}

.contact-us h2 {
    font-size: 48px;
    font-weight: 700;
    color: #555555;
    line-height: 70px;
}

.contact-informations {
    padding-bottom: 75px;
}

.contact-informations ul p {
    margin-top: 0;
    margin-bottom: 0;
}

.contact-informations ul a,
.contact-informations ul p {
    font-weight: 400;
    color: #555555;
    font-size: 16px;
    transition: 400ms;
}

.contact-informations ul a:hover {
    color: var(--secondary);
    transition: 400ms;
}

.contact-informations ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.contact-informations ul li {
    line-height: 29px;
}

.contact-form span {
    color: #727272;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}

.contact-form form input,
.contact-form form textarea {
    margin-top: 15px;
    background: #DFDFDF;
    border: 2px solid #DFDFDF;
    outline: none !important;
    height: 55px;
    padding-left: 25px;
    color: var(--secondary);
    font-size: 18px;
    width: 475px;
    max-width: 100%;
    transition: 400ms;
}

.contact-form form textarea {
    min-height: 125px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
    color: #BBBBBB;
    transition: 400ms;
}

.contact-form form input:focus,
.contact-form form textarea:focus {
    border-color: var(--secondary);
    transition: 400ms;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.contact-form form button {
    height: 55px;
    min-width: 165px;
    border: 1px solid var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    transition: 400ms;
}

.contact-form form button:hover {
    background: var(--secondary);
    transition: 400ms;
}

.contact-form form button span {
    font-size: 16px;
    margin-right: 15px;
    color: var(--secondary);
    transition: 400ms;
}

.contact-form form button:hover span {
    color: #fff;
    transition: 400ms;
}

.contact-form form button:hover text {
    fill: #fff !important;
    transition: 400ms;
}

/* contact-page-end */


/* main-about-begin */

.main-about-item {
    padding: 25px 150px;
}

span.about-item-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.main-about-content .main-about-description *,
.main-about-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #6f6f6f;
}

/* main-about-end */


/* main-counter-begin */

.counter-row {
    padding: 100px;
}

.main-counters {
    margin-top: 50px;
}


.home-counters.main-counters {
    background: #00000005;
}

.counter-item span {
    font-size: 55px;
    font-weight: bolder;
    color: #4d4d4d;
    line-height: 1;
    margin-bottom: 5px;
}

.counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.counter-item p {
    font-size: 14px;
    font-weight: 400;
}

/* main-counter-end */


/* page-banner-begin */

.page-banner {
    background: url(images/contact-banner.jpg);
    height: 350px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-top: 150px;
    padding-bottom: 15px;
    background-size: cover;
    background-position: center;
}

.page-banner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
}

.page-banner h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    margin: 0;
}

.page-banner span {
    color: #fff;
    font-size: 14px;
}

.page-banner * {
    z-index: 9;
    display: block;
    position: relative;
}


ol.breadcrumb {
    border: none;
    background: none;
    padding: 0;
    margin-bottom: 0;
    height: 30px;
    display: flex;
    align-items: center;
}

ol.breadcrumb * {
    color: #ffffffc9 !important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

ol.breadcrumb li:not(.breadcrumb-item) {
    margin: 0 6px;
}

ol.breadcrumb li.active {
    color: #fff !important;
    font-weight: 600;
}

/* page-banner-end */


/* contact-page */

.inner-page {
    padding: 75px 0;
}

/* contact-page-end */


/* media-page-begin */

.news-item,
.video-item,
.gallery-item {
    margin-bottom: 30px;
}

a.news-item {
    border: 2px solid var(--test-red);
    display: flex;
    flex-direction: column;
    height: 385px;
    transition: 400ms;
}

a.news-item:hover {
    background: var(--test-red);
    transition: 400ms;
}

a.news-item p.news-item-text {
    font-size: 12px;
    color: #000000;
    padding: 0 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 400ms;
}

a.news-item:hover p.news-item-text,
a.news-item:hover span.news-item-title {
    color: #fff !important;
    transition: 400ms;
}

a.news-item span.news-item-title {
    padding: 10px 15px;
    font-weight: 600;
    color: var(--test-red);
    font-size: 14px;
    transition: 400ms;
}

a.news-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.gallery-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: 400ms;
    box-shadow: 0px 2px 10px -1px #00000000;
}

.gallery-item:hover img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    transition: 400ms;
    box-shadow: 0px 2px 10px -1px #0000007d;
}

.gallery-list:hover img {
    filter: grayscale(1);
}

.gallery-list a:hover img {
    filter: grayscale(0);
}

.video-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.video-item iframe {
    width: 100%;
    aspect-ratio: 16 /9;
    object-fit: cover;
}

.video-item a {
    width: 100%;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    background: var(--test-red);
    color: #ffffff;
    height: 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 400ms;
}

.video-item a:hover {
    background: var(--test-red-second);
    color: #ffffff;
    transition: 400ms;
}

.detail-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.detail-content {
    display: flex;
    flex-direction: column;
}

.detail-content .detail-page-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.detail-content p {
    font-size: 15px;
    font-weight: 300;
}

/* media-page-end */


/* corporate-page-begin */

.corporate-content {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.corporate-content .corporate-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 0px 2px 13px -2px #00000045;
    margin-bottom: 35px;
}

.corporate-content .page-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.corporate-page .counter-row {
    padding: 100px 0 !important;
}

/* corporate-page-end */


/* supporters-begin */

.supporter-item {
    width: 100%;
    min-height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    text-align: center;
    box-shadow: 0px 0px 1px #00000052;
    padding: 15px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: 400ms;
}

.supporter-item:hover {
    box-shadow: 0px 0px 18px -3px #0000003b;
    transition: 400ms;
}

.supporter-item img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}

.supporter-item .title {
    font-size: 13px;
    font-weight: 600;
}

.supporter-image {
    margin-bottom: 10px;
}

.supporters-content .col-md-2 {
    padding: 0 8px;
}

.supporters-title span {
    font-size: 50px;
    font-weight: 800;
}

.main-supporters {
    padding: 75px 0;
}

.supporters-title {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}


/* supporters-end */

/* map */

.map-content svg path {
    scale: .75;
}

.map-content svg {
    overflow: hidden;
    vertical-align: middle;
    fill: #00000033;
    stroke: #ffffff;
    stroke-width: 2px;
    height: 650px;
    width: 100%;
}

.map-content svg path.active {
    fill: #d32512
}

.main-map {
    padding: 75px 0;
    margin-bottom: 75px;
}

.map-content {
    padding: 0px 100px;
}

.map-title {
    padding: 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
}

.map-title span {
    font-size: 50px;
    font-weight: 800;
}


.custom-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999999999 !important;
    pointer-events: none;
    /* Makes the tooltip non-interactive */
}

/* map-end */

/* main-media */

.main-image-item.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}

.main-media .news-item,
.main-media .video-item,
.main-media .gallery-item {
    margin-bottom: 10px !important;
}

.main-media .video-item iframe {
    width: 100%;
    aspect-ratio: unset;
    object-fit: cover;
    height: 620px;
}

.colored-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #ff2e1747;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 600ms;
}


.gallery-item a:hover .colored-overlay,
.main-media .main-news-slider a:hover .colored-overlay {
    background: #ff2e17a9 !important;
    transition: 600ms;
}

span.news-item-title {
    z-index: 9;
    padding-bottom: 15px;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    max-width: 400px;
}

.main-news-slider .item.slider-item {
    height: 410px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.main-media .gallery-item:hover img {
    box-shadow: 0px 2px 10px -1px #000000ad;
}

.gallery-item a {
    position: relative;
    height: 100%;
    display: flex;
}

.media-col {
    padding: 0 5px !important
}

.media-row-margin {
    margin: 0 -5px !important
}

/* main-media-end */


/* product-list-page */

section.product-list-page {
    padding: 50px 0;
}

a.product-item {
    border: 1px solid red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 30px;
}

.product-item-image {
    width: 100%;
}

a.product-item img {
    height: 325px;
    width: 100%;
    object-fit: cover;
}

.product-item-title {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #db1600;
    transition: 400ms;
    width: 100%;
}

.product-item:hover .product-item-title {
    color: #fff;
    background: #db1600;
    transition: 400ms;
}

/* product-list-page-end */



/**** product-detail-page-begin ****/

.product-summary-col {
    padding-top: 75px;
}

span.product-detail-category {
    font-size: 20px;
    color: var(--red);
    letter-spacing: 1px;
}

.product-summary-col h1.product-detail-title {
    color: var(--dark);
    font-size: 54px;
    font-weight: 800;
    margin: 25px 0 50px 0;
}

.product-summary-col h3.product-detail-code {
    color: var(--red);
    font-size: 29px;
    font-weight: 400;
}

.product-detail-summary {
    color: #AAAAAA;
    font-size: 18px;
    font-weight: 200;
}

.product-big-image .image {
    border: 1px solid #cbcbcb;
    height: 535px !important;
    display: flex;
    align-items: center;
}

.product-big-image .image img {
    height: 500px;
    object-fit: contain;
}

.product-big-image .image .item.slider-item {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-col {
    height: 100%;
}

.product-big-image {
    margin-top: 50px;
    position: sticky;
    top: 115px;
}

.item.slider-item:has(.active) {
    border-color: var(--red) !important;
}


.product-big-image .thumbnails .slider-item {
    background: #fff !important;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #cbcbcb;
}


.product-big-image .thumbnails {
    padding: 20px 0;
}

.product-detail-top {
    margin-bottom: 75px;
}



.product-detail-page .features table tr:nth-child(1),
table tr:nth-child(2) {
    background: var(--secondary) !important;
    color: #fff !important;
}

.product-detail-page .features table tr:nth-child(even) {
    background: #DDDEDE;
}

.product-detail-page .features table tr {
    height: 30px !important;
    font-size: 12px !important;
    color: #5a5a5a;
    font-weight: 500 !important;
}

.product-detail-page .features table {
    border: none !important;
    width: 100% !important;
}

.product-detail-page .features table tr td {
    padding: 0 10px !important;
    border: .5px dotted #b5b5b5 !important;
}

.product-detail-page .features table tr:first-child td {
    border-top: 0 !important;
}

.product-detail-page .features table tr td:first-child {
    border-left: 0 !important;
}

.product-detail-page .features table tr td:last-child {
    border-right: 0 !important;
}

.product-detail-page .features table tr:last-child td {
    border-bottom: 0 !important;
}


/**** product-detail-page-end ****/

.main-media.just-image .main-image-item.gallery-item img {
    height: 275px;
}