html, body {
    font-family: 'Poppins', sans-serif;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-between {
    justify-content: space-between;
}
.flex-column {
    flex-direction: column;
}
.header-content {
    padding: 15px 79px 15px 70px;
}
.header-left {
    gap: 106px;
}
.header-search {
    border-bottom: 1px solid #E8E8E8;
}
.top-search-sub {
    float: left;
    background: url(/img/Magnifer.svg) center center no-repeat;
    width: 48px;
    height: 48px;
    border: 0;
}

.top-search-input {
    color: #151617;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 12px; /* 100% */
    padding: 0 10px !important;
    background: #FFFFFF;
}

.top-search-input:focus {
    outline: 0;
    box-shadow: none;
}
@media (min-width: 1600px) {
    .top-search-input {
        width: 550px;
    }
}
.header-bot {
    background: linear-gradient(180deg, rgba(21, 22, 23, 0.85) 0%, rgba(21, 22, 23, 0.00) 100%);
}
.navbar-default {
    background: transparent;
}
.navbar-nav > li, .mySubmenu > li, .myProds > li {
    width: auto;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0 25px;
    background: none;
}
.navbar-default .navbar-nav > li > a:hover, .mainProdMenu > li > a:hover, .mySubmenu > li > a:hover, .myProds > li > a:hover {
    color: #FFFFFF;
    background: none;
}
.navbar li:hover > a, .navbar li:hover {
    color: #fff;
    background: transparent;
}
#mainProd {
    display: flex;
    align-items: center;
    border-radius: 5px;
    background: #E31E25;
    height: 36px;
    gap: 9px;
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 16px;
    text-transform: uppercase;
    padding: 0 25px;
}
#mainProd:hover {
    color: #FFFFFF; !important;
}

.navbar .mySubmenu li {
    font-family: 'Poppins', sans-serif;
    background: #E31E25;
    border-radius: 5px;
    padding-left: 20px;
    min-width: 250px;
    font-size: 13px;
    font-weight: 400;
    text-indent: 0px;
    margin: 1px !important;
}
.navbar .mySubmenu li a {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    background-size: 40px 20px !important;
    font-weight: 400;

}
.header-bot {
    padding-top: 9px;
    padding-bottom: 1px;
    z-index: 1;
}
.navbar .mySubmenu li a:hover {
    text-decoration: none;
}
#mob-nav {
    display: none !important;
}
#myCarousel {
    margin-top: -61px;
    display: flex;
    height: 615px;
}
.header-top {
    background: #FFFFFF;
    z-index: 1;
}
@media (max-width: 1599px) {
    .header-content {
        padding: 15px 49px 15px 42px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        line-height: 14px;
        padding: 0 20px;
    }
    .top-search-input {
        width: 350px;
    }
    #myCarousel {
        height: 482px;
        margin-top: -81px;
    }
}
@media (max-width: 1199px) {
    #myCarousel {
        height: auto;
    }
    .header-content {
        padding: 15px 30px 15px 22px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 13px;
        line-height: 14px;
        padding: 0 20px;
    }
    .top-search-input {
        width: 350px;
    }
    #myCarousel {
        height: auto;
        margin-top: -81px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        line-height: 14px;
        padding: 0 15px;
    }
    #mainProd {
        gap: 4px;
    }
}
.flex-wrap {
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .header-left {
        gap: 40px;
    }
    .header-content {
        padding: 10px 30px 10px 22px;
    }
    .top-search-input {
        width: 200px;
    }
    #mainProd {
        height: 18px;
        gap: 3px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 10px;
        line-height: 10px;
        padding: 0px 10px;
    }

}
@media (max-width: 767px) {
    #myCarousel {
        margin-top: -10px;
    }
}
@media (min-width: 1400px) {
    .op-container {
        width: 1311px;
        max-width: 1311px;
    }
}
.products-row, .products-row .row100 {
    background: linear-gradient(95deg, #F0F0F0 3.35%, #D9D9D9 102.8%);
}
.products-row-title {
    color: #151617;
    font-family: 'Poppins';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 30px 0;
}
.products-row-title strong {
    font-weight: 700;
}
.products-row-categories {
    gap: 11px;
}
.products-row-category {
    width: 247px;
    height: 70px;
    border-radius: 5px;
    background: linear-gradient(110deg, #08578E 2.45%, #129ECF 97.33%);
    color: #FFF;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 21px; /* 162.5% */
    padding: 0 30px;
    transition: 0.3s;
}
.products-row-category:hover {
    text-decoration: none;
    background: linear-gradient(220deg, #08578E 2.45%, #129ECF 97.33%);
    background-color: #E31E25;
}
.align-items-start {
    align-items: flex-start;
}
.pp-row {
    padding: 19px 15px 31px;
    gap: 28px;
}
.pp-element {
    padding: 24px 17px 13px;
    border-radius: 5px;
    background: linear-gradient(110deg, #E8E8E8 2.45%, rgba(232, 232, 232, 0.40) 97.33%);
    width: 300px;
    transition: 0.3s;
}
.pp-element:hover {
    background-color: rgba(0, 101, 179, 0.91);
    text-decoration: none;
}
.pp-element:hover .pp-title, .pp-element:hover .pp-lead {
    color: #2b2e2f;
}
.pp-title {
    height: 44px;
    color: #151617;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 110% */
    text-transform: uppercase;
}
.pp-lead {
    margin: 9px 0;
    height: 57px;
    color: #181819;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.actionprod {
    transform: rotate(-1deg);
    top: -6px;
    left: -15px;
}
.products-row-element {
    border-radius: 5px;
    border: 1px solid #F1F1F1;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 2px 0px rgba(21, 22, 23, 0.10);
    width: 300px;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    padding: 12px;
    gap: 15px;
}
.products-row-element:hover {
    background-color: #F0F0F0;
    text-decoration: none;
}
.products-row-element small {
    font-size: 70%;
    margin-top: 2px;
    color: #181819;
}
.products-element-image-wrapper {
    width: 110px;
    min-width: 110px;
    height: 155px;
}
.products-element-image-wrapper img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.products-element-title {
    height: 44px;
    color: #151617;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}
.products-element-itemnum {
    margin: 15px 0 9px;
    color: #151617;
    font-family: 'Poppins';
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.justify-content-end {
    justify-content: flex-end;
}
.products-element-priceblock {
    height: 40px;
}
.products-element-priceblock-price {
    color: #151617;
    font-family: 'Poppins';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 90% */
}
.products-element-priceblock-price-discounted {
    color: #E31E25;
}
.products-element-priceblock-normalprice {
    color: #151617;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    text-decoration-line: line-through;
}
.products-items {
    column-gap: 27px;
    row-gap: 15px;
}

.crow {
    margin-top: 15px;
    gap: 25px;
}
.news-element {
    width: 49%;
    gap: 21px;
}
.news-element:hover {
    text-decoration: none;
}
.news-image-wrapper {
    width: 335px;
    height: 226px;
}
.news-title {
    color: #000;
    font-family: 'Poppins';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.news-lead {
    color: #000;
    margin: 20px 0 10px;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.products-row-more-products {
    margin: 45px auto 31px;
}

.more-products-button {
    width: 149px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #151617;
    color: #181819;
    text-align: center;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    transition: 0.3s;
}

.more-products-button:hover {
    text-decoration: none;
    background-color: #181819;
    color: #F0F0F0;
}
.news-row {
    clear: both;
    padding-top: 29px;
}
#carousel-bottom {
    margin-top: 0;
}

.newslettersrow {
    background: linear-gradient(91deg, #022B5F 2.77%, #1286B2 98.28%);
    margin: 30px auto 50px;
    position: relative;
    width: 100%;
}
.newsletters-side {
    width: 50%;
}
.newsletter-right {
    position: relative;
}
.ddiamge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.newsletter-title {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px; /* 116.667% */
}
.newsletter-alt {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
}
.newsletter-input {
    width: 485px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #FFF;
    color: #181819;
    padding: 0 15px;
}
.newsletter-input, .newsletter-input::placeholder {
    font-family: 'Poppins';
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}
.newsletter-input::placeholder {
    color: #949494;
}
#newsletter-subscribed-form {
    width: 100%;
    margin: 36px auto;
}
.newsletter-input:focus {
    outline: 0;
    box-shadow: none;
}
.newsletter-btn {
    border: 1px solid #E31E25;
    color: #FFFFFF;
    transition: 0.3s;
    outline: 0;
    box-shadow: none;
    background: none;
    width: 108px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #E31E25;
    padding-left: 15px;

}
.newsletter-btn:hover {
    color: #E31E25;
    background: #FFFFFF;

}
.fields {
    margin-top: 5px;
}
.footer-col-title {
    color: #181819;
    font-family: 'Poppins';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 12px;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-contact span {
    color: #181819;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.footer-link {
    gap: 11px;
    color: #181819;
    font-family: 'Poppins';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.footer-link, .footer-contact {
    margin: 3px 0;
}

footer {
    margin: 0 auto;
}

.footer-socials {
    margin-top: 26px;
    gap: 26px;
}

.footer-social {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F0F0F0;
}

.footer-social:hover {
    background-color: #c0bfbf;
}

.footer-social svg {
    stroke: #181819
}

.footer-row::before, .footer-row::after {
    content: "";
    display: none;
}

footer {
    padding: 0;
    margin-top: 60px;
}

.map {
    margin-top: 45px;
    width: 100%;
}
.copyr {
    gap: 20px;
    padding: 18px;
    color: #181819;
    font-family: 'Poppins';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
}
@media (max-width: 1599px) {
    .products-row-category {
        width: 217px;
        height: 62px;
        font-size: 15px;
        line-height: 19px;
        padding: 0 22px;
    }
    .products-row-title {
        font-size: 23px;
        margin: 25px 0;
    }
    .newslettersrow .op-container {
        width: 80%;
    }
    .news-image-wrapper {
        width: 250px;
        height: 200px;
    }
    .news-element {
        width: 48%;
        gap: 18px;
    }
    .news-title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1199px) {
    .pp-row {
        padding: 16px 12px 20px;
        gap: 20px;
    }
    .pp-title {
        height: 40px;
        font-size: 16px;
        line-height: 20px;
    }
    .pp-lead {
        margin: 7px 0;
        height: 60px;
        font-size: 10px;
        line-height: 15px;
    }
    .products-row-category {
        width: 176px;
        height: 62px;
        font-size: 13px;
        line-height: 17px;
        padding: 0px 10px;
        text-align: center;
        justify-content: center;
    }
    .products-row-title {
        font-size: 21px;
        margin: 22px 0;
    }
    .products-items {
        column-gap: 17px;
        row-gap: 13px;
    }
    .ddiamge {
        height: 360px;
    }
    .newsletter-title {
        font-size: 21px;
        line-height: 24px;
    }
    .newsletter-alt {
        font-size: 16px;
        line-height: 20px;
    }
    .newsletter-input {
        width: 360px;
    }
    .footer-col-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 9px;
    }
    .footer-link {
        gap: 5px;
        font-size: 11px;
        line-height: 21px;
    }
    .footer-logo img {
        height: 70px;
    }
    .footer-socials {
        margin-top: 15px;
        gap: 15px;
    }
    .products-row-category {
        width: 222px;
        height: 60px;
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .products-row-categories {
        gap: 15px;
        justify-content: center;
    }
    .products-row-element {
        width: 349px;
        min-width: 349px;
        padding: 16px;
        gap: 22px;
    }
    .ddiamge {
        height: 275px;
    }
    .news-title {
        font-size: 17px;
        line-height: 20px;
    }
    .news-lead {
        margin: 15px 0 8px;
        font-size: 11px;
        line-height: 15px;
    }
    .news-image-wrapper {
        width: 200px;
        height: 140px;
    }
    .firstcol {
        justify-content: center;
        width: 100%;
        margin-bottom: 31px;
    }
    .footer-logo {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .navbar-default {
        margin: 0;
    }
    .copyr {
        flex-direction: column;
        gap: 8px;
    }
    #cartT {
        background: transparent;
        width: unset;
        float: none;
    }
    .lang-img {
        max-width: unset;
    }
    .header-bot {
        padding: 0 !important;

        min-height: 50px;
    }
    .header-top {
        flex-direction: column;
    }
    .header-logo img {
        height: 40px;
    }
    .header-left {
        gap: 25px;
    }
    .header-right {
        margin-top: 15px;
        gap: 35px;
    }
    .header-content {
        padding: 7px 15px 7px 7px;
    }
    .top-search-sub {
        width: 36px;
        height: 36px;
    }
    .top-search-input {
        width: 170px;
        height: 36px;
        padding: 0 5px;
    }
    #navbar {
        background: #0065b3;
        border: none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        border-color: #FFFFFF;
        background-color: #FFFFFF;
    }

    #navbar .nav {
        flex-direction: column;
    }
    #mainProd {
        height: 32px;
        gap: 7px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        line-height: 17px;
        padding: 5px 20px;
    }
    .pp-row {
        padding: 16px 12px 20px;
        gap: 20px;
        flex-direction: column;
        flex-wrap: wrap;
        display: flex;
    }
    .pp-title {
        height: auto;
        font-size: 18px;
        line-height: 22px;
    }
    .pp-lead {
        margin: 9px 0;
        height: auto;
        font-size: 15px;
        line-height: 20px;
    }
    .products-row-title {
        font-size: 24px;
        margin: 22px 0;
        line-height: 26px;
    }
    .products-row-category {
        width: 100%;
        height: 64px;
        font-size: 18px;
    }
    .newsletter-left {
        width: 100%;
    }
    .newsletter-right {
        display: none !important;
    }
    .newslettersrow .op-container {
        width: 100%;
        max-width: 420px;
        padding: 0 15px;
    }
    #newsletter-subscribed-form {
        height: 92px;
    }
    .news-element {
        width: 100%;
        gap: 10px;
    }
    .news-image-wrapper {
        width: 150px;
        height: 120px;
        min-width: 150px;
    }
    .footer-col {
        width: 100%;
        margin: 20px 0;
    }
    .footer-col-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 12px;
    }
    .footer-link, .footer-contact span {
        gap: 12px;
        font-size: 17px;
        line-height: 30px;
    }
    .footer-col svg {
        min-width: 22px;
    }
    footer {
        padding: 0;
        margin-top: 30px;
    }
}

.header-top {
    z-index: 9;
}
.ccsd a {
    display: block;
    text-align: center;
    padding: 2px 0;
    color: #181819;
}
.newsletter-left {
    z-index: 1;
}
.dvder {
    height: 48px;
    width: 1px;
    background: #E8E8E8;
    margin: 0 22px;
}
.logindrop {
    border: none;
    box-shadow: none;
    outline: 0;
    background-color: transparent;
    background: transparent;
}
#cartT span, .ccsd span {
    color: #151617;
    text-align: center;
    font-family: 'Poppins';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
}
@media (max-width: 767px) {
    .dvder {
        display: none;
    }
    .header-right {
        justify-content: center;
    }
}
.ddiamge {
    pointer-events: none;
}
#flash1 {
    color: #FFFFFF;
    font-weight: 700;
}
.news-image-wrapper img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center center;
}

.news-row {
    margin-bottom: 35px;
}

.category-menu
{
    position: relative;
}

.category-menu-list
{
    display: none !important;
    position: absolute;
    left: 0px;
    top: 100%;
    opacity: 0;
    z-index: 9;
}

.category-menu:hover .cm-link
{
    background-color: #E31E25 !important;
}

.category-menu:hover .category-menu-list
{
    display: flex !important;
    opacity: 1;
}

.cm-link
{
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding:  10px 25px;
    border-radius: 5px;
}

.cm-menu-link
{
    border-radius: 5px 5px 0px 0px;
}

.cm-menu-link svg
{
    margin-right: 5px;
}

.cm-link:hover
{
    background-color: #E31E25 !important;
}

.category-menu-list
{
    margin: 0px;
    border-radius: 0px 5px 5px 5px;
    border: 3px solid #E31E25;
    background: #FFF;
    padding: 10px;
    width: 1250px;
}
@media (max-width: 1599px) {
    .cm-block {
        width: calc(100% / 4);
    }

    .category-menu-list
    {
        width: 940px;
    }
}
@media (max-width: 1199px) {
    .category-menu-list
    {
        width: 830px;
    }
}
.category-menu-list a
{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 8px;
}

.category-menu-list a:hover
{
    color: #E31E25 !important;
    text-decoration: underline !important;
}

.cm-block
{
    width: calc(100% / 6);
    padding: 15px;
}

.cm-block-last,
.cm-block-last-subs
{
    width: 100% !important;
}

.cm-main
{
    width: 100% !important;
    font-weight: 800 !important;
    margin-bottom: 12px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: left;
}

.cm-main:hover
{
    color: #E31E25 !important;
}

.cm-sub-block
{
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.cm-sub-block:first-child
{
    padding-left: 0px;
}

.cm-sub-block:last-child
{
    padding-right: 0px;
}
.category-menu-list a {
    text-align: left;
    color: #151617;
}

@media (max-width: 991px) {

    .category-menu-list
    {
        width: 650px;
    }
    #mainProd {
        padding: 0 10px;
        font-size: 10px;
        line-height: 10px;
    }
    #mainProd svg {
        height: 12px;
    }
    .cm-main {
        margin-bottom: 8px !important;
        font-size: 11px !important;
        line-height: 13px !important;
    }
    .category-menu-list a {
        font-size: 10px;
        font-weight: 500;
        line-height: 12px;
        margin-bottom: 5px;
    }
    .cm-block {
        padding: 7px;
    }
}