    body {
        font-family: 'PT Sans' !important;
        font-size: 18px;
        background-color: #f7f7f7;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    ul,
    li {
        font-family: 'PT Sans' !important;
        line-height: 3.6rem !important;
    }
    
    .search {
        position: relative;
        top: -140px;
    }
    
    p {
        font-size: 20px;
        line-height: 3.3rem;
    }
    
    #header .site-name a img {
        margin: 0 auto;
        display: block;
        max-height: 150px;
        margin-left: -20px !important;
    }
    
    .top-navigation-bar a,
    .top-navigation-bar .dropdown button {
        text-transform: uppercase;
    }
    
    .top-navigation-bar {
        border-top-color: transparent;
        border-bottom-color: transparent;
        background-color: transparent;
    }
    
    @media (min-width: 768px) {
        .top-navigation-menu,
        .top-navigation-bar .container>div:first-child {
            visibility: hidden;
        }
    }
    
    .head-help {
        max-width: max-content;
        padding: 5px 40px;
        border-radius: 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        color: #ffffff;
        position: relative;
        top: 166px;
        background: #f3002a;
        background: -moz-linear-gradient(-45deg, #f3002a 20%, #f3002a 84%);
        background: -webkit-linear-gradient(-45deg, #f3002a 20%, #f3002a 84%);
        background: linear-gradient(135deg, #f3002a 20%, #f3002a 84%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3002a', endColorstr='#f3002a', GradientType=1);
    }
    /* CART */
    
    .navigation-buttons>a[data-target="cart"] i {
        background-color: #444;
    }
    
    .navigation-buttons>a[data-target="cart"] i {
        position: absolute;
        left: 31px;
        right: auto;
    }
    
    @media (min-width: 768px) {
        #header .cart-count {
            position: relative;
            left: 20px;
            right: auto;
            top: 0;
            /* display: inline-block; */
            width: 50px;
            height: 50px;
            border-radius: 50%;
            text-align: center;
            line-height: 5.0rem;
            color: #ffffff;
            background: #f3002a;
            background: -moz-linear-gradient(-45deg, #f3002a 20%, #f3002a 84%);
            background: -webkit-linear-gradient(-45deg, #f3002a 20%, #f3002a 84%);
            background: linear-gradient(135deg, #f3002a 20%, #f3002a 84%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3002a', endColorstr='#f3002a', GradientType=1);
        }
        .header-top .btn.cart-count::before {
            position: relative;
            left: 0px;
            margin: 0px;
            font-size: 25px;
        }
    }
    
    .menu-helper {
        position: absolute;
        top: 336px;
        right: 0;
    }
    
    @media (min-width: 992px) {
        .admin-logged .popup-widget.cart-widget {
            top: 220px;
        }
    }
    
    @media (min-width: 768px) {
        #navigation {
            height: 50px;
            border-bottom: 3px solid #0089bf;
        }
        .navigation-in>ul>li {
            border: 0px;
        }
        .navigation-in>ul>li:hover,
        .navigation-in>ul>li:hover a,
        .navigation-in>ul>li:hover a:hover,
        .navigation-in>ul>li>a.active {
            color: white;
            background: #0089bf !important;
        }
        .navigation-in>ul>li>a {
            padding-top: 9px;
            padding-bottom: 9px;
            text-transform: uppercase;
        }
        .navigation-in {
            font-size: 14px;
            line-height: 33px;
            background: #c2c2c2;
            background: -moz-linear-gradient(-45deg, #c2c2c2 40%, #918f8f 62%);
            background: -webkit-linear-gradient(-45deg, #c2c2c2 40%, #918f8f 62%);
            background: linear-gradient(135deg, #c2c2c2 40%, #918f8f 62%);
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2c2c2', endColorstr='#918f8f', GradientType=1);
        }
    }
    
    @media (min-width: 1200px) {
        .visible-lg-inline-block {
            display: none !important;
        }
    }
    
    .content-wrapper {
        background-color: transparent;
    }
    
    @media (min-width: 768px) {
        .id-1 .content {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
        }
    }
    
    .width25p {
        position: relative;
        width: 23%;
        margin: 1%;
        float: left;
        background: white;
        border-radius: 4px;
        border: 1px solid #e7e7e7;
        cursor: pointer;
    }
    
    @media (max-width: 400px) {
        .width25p {
            width: 100%;
            margin: 2% 0%;
        }
    }
    
    @media only screen and (min-width: 400px) and (max-width: 767px) {
        .width25p {
            width: 48%;
            margin: 8% 1%;
        }
        .width25p img {
            width: 100%;
            margin: 2% 0%;
        }
    }
    
    @media only screen and (min-width: 767px) and (max-width: 990px) {
        .width25p {
            width: 31%;
            margin: 2% 1%;
            float: left;
        }
        .width25p img {
            width: 100%;
        }
        .width25p a {
            position: absolute !important;
            top: 200px !important;
            left: 0px;
            width: 100%;
            margin: 0px;
            padding: 10px;
        }
    }
    
    .width25p a {
        position: absolute !important;
        top: 200px !important;
        left: 0px;
        width: 100%;
        margin: 0px;
        padding: 10px;
    }
    
    .width25p a:hover {
        position: relative;
        top: 20px;
        right: 10px;
        color: #fff;
        background: #e35d64;
        background: -moz-linear-gradient(-45deg, #e35d64 40%, #e35d64 62%);
        background: -webkit-linear-gradient(-45deg, #e35d64 40%, #e35d64 62%);
        background: linear-gradient(-45deg, #e35d64 40%, #e35d64 62%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e35d64', endColorstr='#e35d64', GradientType=1);
    }
    /*
.width25p a {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 300%);
    visibility: hidden;

    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100px;
    cursor: pointer;
    }
    */
    /*
.width25p:hover a {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 300%);
    visibility: visible;

    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100px;
    cursor: pointer;
    }
*/
    /*
.width25p:hover::before {
    content: "";
    background: black;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    cursor: pointer;
    }
*/
    
    .width25p img {
        padding: 40px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .width25p .btn.btn-cart::before,
    a.btn.btn-cart::before,
    .width25p .btn.add-to-cart-button::before,
    .width25p a.btn.add-to-cart-button::before {
        content: '';
    }
    
    .width50p {
        width: 50%;
        margin: 1%;
        float: left;
    }
    
    .width50p img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .id-1 h4.homepage-group-title,
    .id-1 .h4.homepage-group-title {
        display: none;
    }
    
    .flags-extra {
        display: none;
    }
    
    @media (min-width: 1200px) {
        .products-block>div {
            flex: 0 0 auto;
            width: 32.333333%;
            margin: 2% 0.5%;
        }
    }
    
    @media (min-width: 1440px) {
        .columns-4 .products-block>div {
            flex: 0 0 auto;
            width: 23%;
            margin: 1%;
        }
    }
    
    .products-block.products>div {
        padding: 10px 20px;
        background: white;
        border-radius: 2px;
    }
    
    .products-block.products>div:hover {
        box-shadow: 2px 2px 14px #e1e1e1;
    }
    
    .products-block .ratings-wrapper {
        display: none;
    }
    
    .btn.btn-cart,
    .btn.btn-primary,
    a.btn.btn-primary {
        position: relative;
        top: 20px;
        right: 10px;
        color: #fff;
        background: #0089bf;
        background: -moz-linear-gradient(-45deg, #0089bf 40%, #0e9ad1 62%);
        background: -webkit-linear-gradient(-45deg, #0089bf 40%, #0e9ad1 62%);
        background: linear-gradient(135deg, #0089bf 40%, #0e9ad1 62%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0089bf', endColorstr='#0e9ad1', GradientType=1);
    }
    
    .btn.btn-cart,
    .btn,
    a.btn {
        font-family: 'PT Sans' !important;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        padding: 10px 30px;
    }
    
    @media (min-width: 767px) {
        .product .btn.btn-cart::before {
            content: "";
            width: 20px;
            height: 46px;
            position: absolute;
            top: 2px;
            left: -10px;
            z-index: 9;
            background: #0089bf;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .product .btn.btn-primary::before {
            content: "";
            width: 20px;
            height: 46px;
            position: absolute;
            top: -1px;
            left: -10px;
            z-index: 9;
            background: #0089bf;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .product .btn.btn-primary::before {
            content: "";
            width: 20px;
            height: 46px;
            position: absolute;
            top: -1px;
            left: -10px;
            z-index: 9;
            background: #0089bf;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .product .btn.btn-primary:after {
            content: "";
            width: 20px;
            height: 46px;
            position: absolute;
            top: -1px;
            right: -10px;
            z-index: 9;
            background: #0e9ad1;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .product .btn.btn-cart:after {
            content: "";
            width: 20px;
            height: 46px;
            position: absolute;
            top: -1px;
            right: -10px;
            z-index: 9;
            background: #0e9ad1;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .add-to-cart .add-to-cart-button {
            margin-left: 30px;
        }
        .add-to-cart .btn::before {
            content: "";
            width: 20px;
            height: 46px;
            position: absolute;
            top: -1px;
            left: -10px;
            z-index: 9;
            background: #0089bf;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .add-to-cart .add-to-cart-button {
            position: relative;
        }
        .add-to-cart .add-to-cart-button:after {
            content: "";
            width: 30px;
            height: 58px;
            position: absolute;
            top: -1px;
            right: -15px;
            z-index: 9;
            background: #0e9ad1;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .add-to-cart .add-to-cart-button,
        .add-to-cart .add-to-cart-button:hover {
            background: #0e9ad1;
        }
        .add-to-cart .add-to-cart-button:before {
            content: "";
            width: 30px;
            height: 58px;
            position: absolute;
            top: 2px;
            left: -18px;
            z-index: 9;
            background: #0e9ad1;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .add-to-cart .add-to-cart-button:after {
            content: "";
            width: 30px;
            height: 58px;
            position: absolute;
            top: -1px;
            right: -20px;
            z-index: 9;
            background: #0e9ad1;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .add-to-cart .quantity input {
            height: 60px;
        }
        .add-to-cart .quantity:before {
            content: "";
            width: 30px;
            height: 60px;
            position: absolute;
            top: 0px;
            left: -16px;
            z-index: 9;
            background: #f3002a;
            border-radius: 4px;
            transform: skewX(-20deg);
        }
        .add-to-cart .quantity:after {
            content: "";
            width: 30px;
            height: 60px;
            position: absolute;
            top: 0px;
            right: -15px;
            background: #f3002a;
            border-radius: 4px;
            transform: skewX(-20deg);
            z-index: -1;
        }
        .btn.btn-cart.btn-lg,
        a.btn.btn-cart.btn-lg,
        .btn.add-to-cart-button.btn-lg,
        a.btn.add-to-cart-button.btn-lg {
            text-transform: uppercase;
        }
        .type-detail .add-to-cart .quantity .increase::before,
        .type-detail .add-to-cart .quantity .decrease::before {
            line-height: 40px;
        }
        .type-detail .quantity .increase::before,
        .type-detail .quantity .decrease::before {
            border: 0px;
            background: #f3002a;
        }
    }
    
    .add-to-cart .quantity .increase,
    .add-to-cart .quantity .decrease {
        border-color: transparent;
        background-color: transparent;
        color: inherit;
    }
    
    .add-to-cart .quantity .decrease {
        border-style: solid none none solid;
        border-width: 0px;
    }
    
    .add-to-cart .quantity {
        background: #f3002a;
        color: #ffffff;
    }
    
    .products-block .p-bottom .prices {
        position: relative;
        top: -15px;
    }
    
    .products-block.products .p .name {
        font-size: 20px;
        text-align: center;
    }
    
    .products-block.products .p .name {
        display: block;
        height: 60px;
        overflow: hidden;
        font-size: 20px;
        text-align: center;
        color: #e35d64;
        text-transform: uppercase;
        border-bottom: 2px solid #e35d64;
    }
    
    @media (min-width: 1200px) {
        #footer .site-name {
            display: none;
        }
        .custom-footer {
            padding-left: 0px;
            padding-top: 76px;
        }
    }
    
    .welcome div {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .products>div {
        border-color: #dadada;
        border: 0px;
    }
    
    .homepage-box {
        border-top-color: transparent;
        border-bottom-color: transparent;
    }
    
    @media (min-width: 1200px) {
        .custom-footer {
            padding-left: 0px;
            padding-top: 20px;
        }
        .custom-footer,
        .footer-bottom {
            border-color: transparent;
        }
    }
    
    #header {
        margin-top: -30px;
        margin-bottom: 20px;
        background-color: #f7f7f7;
    }
    
    @media (min-width: 768px) {
        #header .container {
            position: relative;
            background: url("/user/documents/upload/imgHeader/imageHeader2.jpg");
            background-repeat: no-repeat;
            background-position: 350px center;
        }
        .header-top {
            height: 270px;
        }
    }
    
    .user-reg,
    .top-nav-button-login {
        display: inline-block;
        margin: 5px 10px;
    }
    /* BREADCRUMBS */
    
    .breadcrumbs-wrapper {
        display: none;
    }
    /* PRODUCT */
    
    .type-detail .p-detail-inner-header h1 {
        font-size: 50px;
        line-height: 6.0rem !important;
        color: #f3002a;
        font-weight: bolder;
        text-transform: uppercase;
    }
    
    .type-detail .p-detail-inner-header .p-code {
        display: none;
    }
    
    .type-detail .p-short-description {
        display: none;
    }
    
    .type-detail .social-buttons-wrapper {
        display: none;
    }
    
    .type-detail .p-info-wrapper p:nth-of-type(1)>a {
        display: none;
    }
    
    .top-kat {
        margin-top: 20px;
    }
    
    .shp-tabs-holder ul.shp-tabs li.active a {
        background: #f3002a;
        color: #ffffff;
        text-transform: uppercase;
    }
    
    .shp-tabs-holder ul.shp-tabs {
        margin: 0;
        padding: 0;
        border-bottom: 3px solid #f3002a;
    }
    
    .shp-tabs-holder,
    .shp-tabs {
        background-color: #828282;
        border-bottom: 3px solid #f3002a;
    }
    
    .shp-tabs-holder ul.shp-tabs li a {
        margin-top: -2px;
        padding-bottom: 13px;
    }
    
    .type-detail .responsive-nav {
        margin-bottom: 0px;
    }
    
    .type-detail #tab-content {
        background: white;
    }
    /* FLAG */
    
    .in-index .flag,
    .type-category .flag {
        position: relative;
        top: -20px;
        left: -30px;
        font-weight: 600;
        color: #fff;
        line-height: 1.8rem;
        text-transform: uppercase;
        width: 80px;
        height: auto;
        border-radius: 5px;
        padding: 7px;
    }
    /* FOOTER */
    
    #footer {
        background: white;
    }
    
    .footer-banner img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    #footer .banner h2 {
        color: #e35d64;
        text-transform: uppercase;
        border-bottom: 2px solid #e35d64;
        max-width: max-content;
        padding-bottom: 10px;
    }
    
    #footer ul a {
        color: #666;
        border-bottom: 1px solid #ffffff;
    }
    
    #footer ul a:hover {
        color: #e35d64;
        border-bottom: 1px solid #e35d64;
    }
    
    .footer-banners {
        margin-top: 38px;
        margin-bottom: 38px;
    }
    
    @media (min-width: 1200px) {
        .custom-footer>div {
            flex: 0 0 auto;
            width: 33%;
        }
    }
    
    .btn.btn-conversion,
    a.btn.btn-conversion,
    .btn.btn-cart,
    a.btn.btn-cart {
        text-transform: uppercase;
    }
    
    @media (max-width: 767px) {
        #header .cart-count {
            position: absolute;
            top: -20px;
            right: 50px;
        }
        .products-block.products>div {
            margin: 5% 0px;
        }
        .btn.btn-cart,
        .btn,
        a.btn {
            padding: 10px 10px;
        }
        /* TEXT */
        .width50p {
            width: 100%;
            margin: 0%;
        }
        .type-detail .p-detail-inner-header h1 {
            font-size: 30px;
            font-weight: bolder;
            color: #f3002a;
            line-height: 3.0rem !important;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 40px;
        }
        .type-detail .btn.add-to-cart-button.btn-lg,
        .type-detail a.btn.add-to-cart-button.btn-lg {
            max-width: 250px;
            height: 58px;
            border: 0px;
            padding-right: 20px;
            padding-left: 20px;
            margin-left: 20px;
        }
        /* FOOTER */
        .banner {
            min-height: auto;
            margin-bottom: 0px;
        }
    }