﻿body {
     font-family: 'Nunito Sans', sans-serif;
     font-size: 18px;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     padding-top: 85px;
}
a {
    color: #c12227;
}
a:hover {
    text-decoration: underline
}
#buttonTop {
    padding: 10px 11px;
    z-index: 12;
    position: fixed;
    background: #a00c11;
    right: 20px;
    bottom: 30px;
    display: none;
    border-radius: 10px;
    color: #fff;
    border: none;
    font-size: 18px;
 line-height: 20px;
    transition: all 0.5s linear, background .3s;
}
 
.container-fluid {
    margin-right: 5%;
    margin-left: 5%;
}
a:hover, a:focus {
    color: #c12227;
}
 .admin-body {
     padding-top: 100px 
}
 .body-content {
     padding-left: 15px;
     padding-right: 15px;
}
 #myCarousel{
     margin-bottom: 20px;
}
 .about-us-home {
     background-image: url('../images/general/cta-bg1.jpg');
     margin-top: 40px;
     background-size: cover;
     background-position: right;
}
 .about-us-content img {
     width: 45%;
     float: left;
  
     position: absolute;
    /* bottom: -55px;
     */
     left: 0;
}
 .carousel-caption span {
     font-family: 'Shadows Into Light', cursive;
     font-size: 50px;
     font-style: italic;
}
 .subtitle {
     color: #c12227;
     font-size: 30px;
     font-weight: 400;
     font-family: 'Shadows Into Light', cursive;
     font-style: italic;
     margin-bottom: -10px;
}
.title {
    color: #323231;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 36px;
}
 .about-us-home .text, .contact-text .text, .ProductPage .text{
     color: #6e6e6e;
     font-size: 16px;
     font-weight: 400;
     line-height: 26.38px;
     margin-bottom: 20px;
}
 .product-attributes {
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
     margin-bottom: 20px;
}
 .product-attributes div {
     width: 115px;
     height: 115px;
     background-color: rgba(243, 243, 243, 0.9294117647058824);
     text-align: center;
     line-height: 100px;
     border-radius: 50%;
     border: 4px double #c21a21;
}
 .product-attributes p {
     margin-top: 20px;
     font-size: 21px;
     font-family: 'Shadows Into Light', cursive;
     color: #c21a21;
}
 .quality, .fresh, .delicious {
     background-size: 32px;
     background-repeat: no-repeat;
     background-position: center 17px;
}
 .quality {
     background-image: url('../images/general/quality.svg');
}
 .fresh {
     background-image: url('../images/general/fresh.svg');
}
 .delicious {
     background-image: url('../images/general/delicious.svg');
}
 .about-us-home .about-us-text {
     width: 50%;
     float: right;
}
.border-col .subtitle {
    font-size: 35px
}
 .about-us-content {
     float: left;
     position: relative;
    /* height: 415px;
     */
     align-items: center;
     display: flex;
     justify-content: flex-end;
     padding: 80px 0px;
}
 .red-btn-arrow {
     background-color: #c12227;
     width: 160px;
     height: 45px;
     display: block;
     text-align: center;
     line-height: 45px;
     color: #fff;
     border-radius: 30px;
     font-size: 16px;
     position: relative;
}
 .red-btn-arrow span, .red-btn-arrow-small span {
     background-image: url(../images/general/arrow-white-right.svg);
     background-size: 11px;
     width: 11px;
     height: 11px;
     display: inline-block;
     margin-top: 0px;
     position: absolute;
     top: 16px;
     margin-left: 7px;
}
 .red-btn-arrow-small span {
     background-size: 9px;
     width: 9px;
     height: 9px;
     top: 16px;
}
 .Article {
     margin: 20px 0;
}
 .red-btn-arrow:hover span, .red-btn-arrow-small:hover span {
     animation: bounce .5s infinite;
     transition: .5s all;
}
 .red-btn-arrow span {
     background-image: url('../images/general/arrow-white-right.svg');
}
 .red-btn-arrow:hover {
     background-color: #0e101c;
     transition: .5s all;
     color: #fff;
     cursor: pointer;
}
.carousel-inner > .item > img, .img-responsive {
    width: 100%;
}
@keyframes bounce {
    0% {
         margin-left: 7px;
    }
     25% {
         margin-left: 9px;
    }
     50% {
         margin-left: 11px;
    }
     75% {
         margin-left: 9px;
    }
     100% {
         margin-left: 7px;
    }
}
 .home-first-text{
     width:100%;
     float:left;
     padding:25px 0px;
}
    .home-first-text .col-sm-4:hover .first-icon {
        border: 4px double #c12127;
        transform: translate(-5px, -5px);
    }
    .home-first-text .col-sm-4:hover .second-icon {
        border: 4px double #c12127;
        transform: translate(-5px, -5px);
    }
    .home-first-text .col-sm-4:hover .third-icon {
        border: 4px double #c12127;
        transform: translate(-5px, -5px);
    }
    .home-first-text h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 23px;
    }
.categories-container-home {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
 .categories-home {
     width: 100%;
     float: left;
     margin: 80px 0;
}
 .categories-home .red-btn-arrow {
     margin: 5px auto 0 auto;
}
 .categories-home .title, .categories-home .subtitle {
     text-align: center;
}
 .category-box a{
     width:100%;
     height:100%;
}
 .categories-container .category-box {
     width: 32%;
     border-radius: 4px;
     overflow: hidden;
     height: 265px;
     margin-bottom: 20px;
     transition: .5s all;
     position: relative;
     display: flex;
     align-content: center;
     justify-content: center;
     align-items: center;
}
 .category-box:hover img {
     transform: scale(1.2);
}
 .categories-container {
     display: flex;
     flex-flow: row wrap;
     justify-content: space-between;
     margin:50px 0px;
}
 .categories-home .categories-container {
     display: flex;
     flex-flow: row wrap;
     justify-content: space-between;
     margin: 20px 0px;
}
 .categories-flex {
     margin: 50px 0px;
}
 .category-box img {
     width: unset;
     transition: .5s all;
     height: auto;
     min-width: 100%;   
}
 .categories-flex .category-box img {
     width: 100%;
     height: auto;
     min-width: unset;
     min-height: unset;
}
 .categories-flex .category-box .transparency {
     opacity: 1;
     visibility: visible;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     transition: .5s all;
     background-color: rgba(30, 30, 30, 0.2);
     cursor: pointer;
}
    .categories-flex .category-box .transparency p {
        font-size: 18px;
        padding: 10px 15px;
        background: rgba(23, 26, 35, 0.72);
    }
 .category-box .transparency {
     opacity: 0;
     visibility: hidden;
     position: absolute;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     transition: .5s all;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .category-box:hover .transparency {
     background-color: rgba(19, 19, 19, 0.5);
     cursor: pointer;
     opacity: 1;
     visibility: visible 
}
 .category-box:hover .transparency p {
     font-size: 18px;
}
 .categories-home .category-box:hover .transparency span {
     font-size: 18px;
}
 .category-box .transparency p {
     font-size: 0px;
     text-align: center;
     color: #fff;
     margin-top: 0px;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: 1px;
     transition: .5s all;
}
 .categories-home .category-box .transparency span {
     font-size: 0px;
     text-align: center;
     color: #fff;
    /* margin-top: 95px;
    */
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: 1px;
     transition: .5s all;
     display: flex;
     justify-content:center;
}
.slick-next, .slick-prev {
    background-color: #fff !important;
    border-radius: 50%;
    padding: 10px;
    background-size: 10px;
    width: 26px;
    background-position: center;
    opacity: 1
}
.slick-dotted.slick-slider
{
    margin-bottom: 10px
}
.categoriesContainerTop {
    display: flex
}
.categoriesContainerTop .categoryItem {
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}
.categoriesContainerTop .categoryItem img {
   margin: auto;
    margin-bottom: 10px
}

.article-home {
    background-image: url(../images/general/article-banner.jpg);
    background-size: cover;
    padding: 60px 0 60px 0;
}
 .article-home .subtitle, .article-home .title{
     text-align: center;
}
 .article-short-description {
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     color: #6e6e6e;
     font-size: 15px;
     font-weight: 400;
     line-height: 25px;
}
 .ArticleHome {
     width: 49%;
     float: left;
}
 .ArticleHome:first-of-type{
     margin-right: 2%;
}
 .clipHome {
     width: 42%;
     height: 200px;
     overflow: hidden;
     border-radius: 4px;
     margin-right: 2%;
     float: left;
}
 .ArticleHome .article-description {
     float: left;
     width: 56%;
     padding-left: 15px;
}
 .red-btn-arrow-small {
     background-color: #c12227;
     width: 139px;
     height: 44px;
     display: block;
     text-align: center;
     line-height: 44px;
     color: #fff;
     border-radius: 30px;
     border: none;
     font-size: 14px;
     position: relative;
}
 .red-btn-arrow-small:hover {
     background-color: #0e101c;
     transition: .5s all;
     color: #fff;
     cursor: pointer;
}
 .ArticleHome .article-title, .TitleArt {
     color: #323231;
     font-size: 22px;
     font-weight: 400;
    /* text-overflow: ellipsis;
     white-space: nowrap;
     width: 100%;
     display: block;
     */
     overflow: hidden;
}
 .article-date-home, .DataArt{
     color: #c12227;
     font-size: 14px;
     font-style: italic;
     font-weight: 600;
     margin: 5px 0 15px 0;
}
 .clipHome img {
     height: 100%;
}
 .category-left-products {
     width: 20%;
     margin-right: 3%;
     float: left;
     background-color: whitesmoke;
     padding: 5px 20px 20px 25px;
     margin-top: 30px;
     position: sticky;
     top: 130px;
     margin-bottom:30px;
     border-radius:5px;
}
 .nav > li > a:hover, .nav > li > a:focus {
     background-color: unset;
     color: #c12227;
}
 .product-content {
     width: 100%;
     float: left;
     margin-top: 10px;
     margin-bottom: 30px;
}
 .product-content .card {
      
     margin-bottom: 0px;
     transition: .5s all;
     padding-bottom: 10px;
     border-bottom: solid 1px #efefef;
}
 .product-content .card:nth-child(3n) {
     margin-right: 0%;
}
 .product-content .card .ImgHeight {
     height: 210px;
     overflow: hidden;
     position: relative;
     display: flex;
     justify-content:center;
     border-radius:5px;
}
 .product-content .card:hover .ImgHeight::before {
     background: rgba(193, 33, 39, 0.53);
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 1;
}
 .product-content .card:hover img {
     transform: scale(1.1);
}
 .product-content .card:hover .zoom-plus {
     opacity: 1;
     z-index: 1;
}
 .zoom-plus {
     opacity: 0;
     position: absolute;
     top: 50%;
     left: 50%;
     transition: .4s;
}
 .zoom-plus:before {
     border-right: 1px solid #fff;
     border-bottom: 1px solid #fff;
     bottom: 0;
     right: 0;
}
 .zoom-plus:before, .zoom-plus:after {
     position: absolute;
     content: '';
     width: 50px;
     height: 50px;
}
 .zoom-plus:after {
     border-top: 1px solid #fff;
     border-left: 1px solid #fff;
     top: -1px;
     left: -1px;
}
 .product-content .ImgHeight img {
     height: 100%;
     min-width: unset;
     transition: .5s all;
}
 
 .ProductTitle a {
     color: rgba(14, 16, 26, 0.65);      
}
 .product-gallery {
     width: 60%;
     float: left;
}
 .product-gallery .xzoom{
     border-radius:6px;
     cursor:pointer;
}
 .product-gallery .xzoom-gallery {
     border-radius: 4px;
}
 .ProductPage {
     margin: 30px auto;
}
 .TitleProduct {
     font-family: 'Shadows Into Light', cursive;
     font-size: 35px;
     margin-top: 0px;
     margin-bottom: 10px;
}
 .product-page-description{
     width:40%;
     float: left;
     padding-left:45px;
}
 .category-left-products .TitleSideBar {
     font-family: 'Shadows Into Light', cursive;
     font-size: 26px;
     color: #c12127;
     margin: 10px 0;
}
.sidebar-nav a {
    color: #171924;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 5px 0px;
    font-size: 16px;
}
    .sidebar-nav a:hover
    {
        color: #c12227;
    }
    /* .sidebar-nav a:hover::before {
     width: 20px;
     background-color: #c12227;
}
 .sidebar-nav a::before {
     content: "";
     width: 10px;
     height: 1px;
     display: inline-block;
     background-color: #171924;
     vertical-align: middle;
     margin-right: 8px;
     transition: .5s all;
}*/
    .breadcrumb-item.active a {
        color: #fff;
        font-weight: 400;
        text-decoration: underline;
    }
footer {
    background-image: url(../images/general/footer-bg.jpg);
    position: relative;
    padding-top: 35px;
    background-position: center center;
    width: 100%;
    float: left;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: cover;
}
    footer .subtitle {
        margin-bottom: 10px !important;
        text-align: center;
        font-size: 25px;
    }
 footer p, footer a {
     color: #fff;
     text-align: center;
     float: left;
     width: 100%;
     margin-bottom: 4px;
}
 footer a{
     margin-bottom: 0;
}
 .CopyRight {
     background-color: #c12227;
     height: auto;
    /* line-height: 60px;
     */
     margin-top: 35px;
     width: 100%;
     float: left;
     border-top: 1px solid #f6f6f61f;
     padding: 15px;
}
 .CopyRight p{
     text-align: center;
     color: #fff;
     margin-bottom: 0;
}
 .CopyRight a {
     width: fit-content !important;
     float: none;
}
 .social-container {
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-around;
     width: 35%;
     margin: 0 auto;
}
 
 
 .in-icon-footer {
    
}
.fb-icon-footer, .g-icon-footer, .in-icon-footer {
    background-color: #252936;
    border-radius: 50%;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 38px;
    transition: .5s all;
    border: 1px solid #252936;
}
 .fb-icon-footer:hover, .g-icon-footer:hover, .in-icon-footer:hover {
     cursor: pointer;
     background-color: transparent;
     border: 1px solid #fff;
}
 .ro, .en {
     width: 21px;
     height: 19px;
     background-size: contain;
     background-repeat: no-repeat;
}
 .ro a, .en a {
     display: block;
     width: 100%;
     height: 100%;
}
 .ro {
     float: left;
     margin-right: 10px;
     background-image: url('../images/general/romania.svg');
}
 .en {
     float: left;
     background-image: url('../images/general/united-kingdom.svg');
}
 a:hover {
     text-decoration: none 
}
 #cookieConsent {
     position: fixed;
     bottom: 0;
     top: unset;
     height: 55px;
     margin: 0;
     background-color: #202121;
     padding: 0 35px;
}
 #cookieConsent .navbar-right a{
     margin-right:20px;
}
 #cookieConsent .navbar-right {
     margin-top: 11px;
}
.w-100
{
    width: 100%;
}
.row {
    margin: 0;
   
}
/* .ArtItem {
     width: 31%;
     float: left;
     margin-right: 3%;
     margin-bottom: 30px;
     1706 border: 1px solid #eaeaea;
}
 */
 .ArtItem:nth-child(3n) {
     margin-right: 0%;
}
 .ArtItem .clip {
     height: 260px;
     overflow: hidden;
     width: 100%;
     border-radius: 5px;
     display: flex;
     justify-content: center;
}
 .ArtItem .clip img {
     height: 100%;
}
 .ArtItem .text {
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
}
 .Article .clipArt {
     width: 50%;
     margin-right: 20px;
     float: left;
     height: 415px;
     overflow: hidden;
}
 .Article .clipArt img {
     height: 100%;
}
 .sidebar-nav .nav > li > a {
     position: relative;
     display: block;
     padding: 10px 0 
}
 .sidebar-nav .nav>li {
     width: 100% 
}
 .DivImg img {
     position: absolute;
     width: auto;
     max-width: 100%;
     max-height: 100%;
     left: 0;
     right: 0;
     top: 50%;
     bottom: 50%;
     margin: auto 
}
 .nav-list li a::before {
     content: "›";
     float: left;
     font-size: 22px;
     left: -13px;
     top: 4px;
     color: #343a40;
     position: absolute 
}
 .DivImg {
     position: relative;
     width: 90%;
     margin: 0 auto;
     height: 190px;
     border-bottom: 0 
}
 .DescriptionHome {
     width: 90%;
     height: 140px;
     text-align: center;
     border-bottom: 1px solid #eee;
     border-left: 1px solid #eee;
     border-right: 1px solid #eee;
     position: relative;
     margin: 0 auto;
     padding: 0 10px;
     color: #212529 
}
 .admin-body-content {
     width: 90%;
     margin: auto 
}
 .admin-table {
     background-color: #fff 
}
 .admin-table img {
     max-width: 100px;
     width: auto 
}
 .admin-table tr:nth-child(even) {
     background-color: rgba(241,241,241,.4) 
}
 .adminReview tr:nth-child(even) {
     background-color: transparent 
}
 .adminReview tr {
     border-bottom: 1px solid #f5f5f5 
}
 .admin-table tr:hover {
     background-color: #f5f5f5 
}
 .admin-table {
     border: solid 1px #ddd;
     box-shadow: 0 0 0 #ccc 
}
 .admin-table tr th {
     color: #333;
     letter-spacing: 1px;
     text-transform: initial;
     font-size: 14px;
     height: 50px;
     border-left: 1px solid#ddd!important;
     border-bottom: 1px solid #ddd 
}
 .validation-summary {
     display: none 
}
 .validation-summary.validation-summary-errors {
     display: block 
}
 h1 {
     font-size: 30px;
     color: #000 
}
 h2 {
     font-size: 25px;
     color: #212529;
     text-align: left 
}
h3 {
    color: #212529;
    font-weight: bold;
    font-size: 22px;
}
 .left {
     float: left 
}
 .col-lg-4 h2 {
     text-align: center 
}
 .featurette-heading {
     text-align: center 
}
 .carousel-caption .bold {
     font-size: 58px;
     line-height: 60px;
     font-weight: 700;
     text-transform: uppercase;
     margin: 20px 0;
     width: 100%;
}
 .carousel-caption .banner-text {
     font-size: 28px;
     width: 100%;
     margin: 0 auto;
     line-height: 28px;
}
 .carousel-caption .red-btn-arrow {
     margin: 20px auto;
}
 .icon-earth,.icon-firefox,.icon-chrome {
     font-size: 50px;
     color: #616161;
     padding-left: 30px 
}
 .btn-bracketed::before {
     display: inline-block;
     content: "[";
     padding-right: .5em 
}
 .btn-bracketed::after {
     display: inline-block;
     content: "]";
     padding-left: .5em 
}
 .TextArt {
     margin: 15px 0 0 0;
     float: left;
}
 .prodItem {
     margin-bottom: 20px 
}
 .btn-facebook {
     background-color: #3b5998;
     width: 250px;
     color: #fff 
}
 .btn-facebook:hover {
     background-color: #627aad;
     color: #fff 
}
 .btn-facebook .facebook {
     font-size: 18px;
     font-weight: 700;
     margin-right: 5px 
}
 .carousel-caption {
    /* top: 60px;
    */
     right: 15%;
     left: 15%;
     padding-bottom: 0;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     height: 100%;
     top: 0;
     padding-top: 0px;
     align-content:center;
}
 .bottom-banner {
     background-image: url(../images/general/bg_bottom.png);
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     height: 20px;
     background-size: contain;
}
 .carousel-control.right, .carousel-control.left {
     background-image: unset !important;
}
 nav a {
     color: #fff !important;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: .8px;
     text-transform: uppercase;
}
 .navbar-brand {
     float: left;
     height: 84px;
     padding: 10px 0;
     font-size: 18px;
     line-height: 20px;
     margin-left: 0px !important;
}
 .clear {
     clear: both;
     height: 0 
}
 .header-top {
     padding-top: 5px;
}
 .header-top, .header-bottom {
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
     align-items: center;
}
.header-phone {
    background-image: url(../images/general/red-call-answer.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    text-indent: 20px;
    background-position: 0px 3px;
    color: #fff;
    font-size: 15px;
}
 .header-phone a{
     color:#fff;
}
 .header-social {
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
     width: 76px;
}
.fb-icon, .in-icon {
    border: 1px solid #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border-radius: 50%;
    transition: .5s all;
}
    .fb-icon:hover {
        border: 1px solid #0866ff;
        background-color: #0866ff;
        cursor: pointer;
    }
.g-icon:hover {
    border: 1px solid #c12127;
    background-color: #c12127;
    cursor: pointer;
}
.in-icon:hover {
    border: 1px solid #6228d7;
    background-color: #ee2a7b;
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    cursor: pointer;
}
 
 .first-icon, .second-icon, .third-icon {
     background-size: 44px;
     background-position: center;
     background-repeat: no-repeat;
     display: block;
     width: 125px;
     height: 125px;
     border: 2px solid #c12127;
     border-radius: 50%;
     margin: 0 auto;
     transition: all 0.1s;
     -moz-transition:all 0.1s;
     -webkit-transition:all 0.1s;
}
 .first-icon {
     background-image: url('../images/general/talent.png');
}
 .second-icon {
     background-image: url('../images/general/contract.png');
}
 .third-icon {
     background-image: url('../images/general/money.png');
}

 .middle-section .first-icon {
     background-image: url('../images/general/restaurant1.png');
     background-size: 60px;
}
 .middle-section .second-icon {
     background-image: url('../images/general/delivery-truck.png');
     background-size: 60px;
}
 .middle-section .third-icon {
     background-image: url('../images/general/cheers.png');
     background-size: 60px;
}
 .col-lg-4 h2 {
     color: #323231;
     font-size: 20px;
     font-weight: 700;
     width: 80%;
     margin: 10px auto;
     min-height: 44px;
     line-height: 25px;
}
 .col-lg-4 p {
     color: #6e6e6e;
     font-size: 16px;
    /* Approximation due to font substitution */
     font-weight: 400;
}
 .btn-edit {
     position: absolute;
     z-index: 1;
}
 .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
     vertical-align: middle 
}
 .mega-dropdown {
     position: static!important 
}
 .mega-dropdown a {
     font-weight: 700 
}
 .mega-dropdown a:hover {
     background-color: #3f4b5b!important 
}
 .mega-dropdown-menu {
     padding: 20px 0;
     width: 100%;
     box-shadow: none;
     -webkit-box-shadow: none 
}
 .mega-dropdown-menu a {
     font-weight: 400 
}
 .mega-dropdown-menu>li>ul {
     padding: 0;
     margin: 0 
}
 .mega-dropdown-menu>li>ul>li {
     list-style: none 
}
 .mega-dropdown-menu>li>ul>li>a {
     display: block;
     color: #222;
     padding: 3px 0 
}
 .mega-dropdown-menu>li>ul>li>a:hover {
     background: 0 0!important 
}
 .mega-dropdown-menu>li ul>li>a:hover,.mega-dropdown-menu>li ul>li>a:focus {
     text-decoration: none;
     background-color: none 
}
 .mega-dropdown-menu .dropdown-header {
     font-size: 18px;
     color: #ff3546;
     padding: 5px 0 5px 0;
     line-height: 30px 
}
 .mega-dropdown-menu .dropdown-header a {
     color: #343a40 
}
 #menCollection.carousel-control {
     width: 30px;
     height: 30px;
     top: -35px 
}
 #menCollection.left.carousel-control {
     right: 30px;
     left: inherit 
}
 #menCollection.carousel-control .glyphicon-chevron-left,menCollection.carousel-control .glyphicon-chevron-right {
     font-size: 12px;
     background-color: #fff;
     line-height: 30px;
     text-shadow: none;
     color: #333;
     border: 1px solid #ddd 
}
 .checkbox label:after,.radio label:after {
     content: '';
     display: table;
     clear: both 
}
 .checkbox .cr,.radio .cr {
     position: relative;
     display: inline-block;
     border: 1px solid #a9a9a9;
     border-radius: .25em;
     width: 1.4em;
     height: 1.4em;
     float: left;
     margin-right: .5em 
}
 .radio .cr {
     border-radius: 50% 
}
 .checkbox .cr .cr-icon,.radio .cr .cr-icon {
     position: absolute;
     font-size: .8em;
     line-height: 0;
     top: 50%;
     left: 20% 
}
 .radio .cr .cr-icon {
     margin-left: .04em 
}
 .checkbox label input[type=checkbox],.radio label input[type=radio] {
     display: none 
}
 .checkbox label input[type=checkbox]+.cr>.cr-icon,.radio label input[type=radio]+.cr>.cr-icon {
     opacity: 0 
}
 .checkbox label input[type=checkbox]:checked+.cr>.cr-icon,.radio label input[type=radio]:checked+.cr>.cr-icon {
     opacity: 1 
}
 .checkbox label input[type=checkbox]:disabled+.cr,.radio label input[type=radio]:disabled+.cr {
     opacity: .5 
}
 .okpublish .glyphicon {
     color: #228b22;
     font-size: 15px;
     cursor: default 
}
 .okpublish label input[type=checkbox]+.glyphicon {
     opacity: 0 
}
 .okpublish label input[type=checkbox]:checked+.glyphicon {
     opacity: 1 
}
 .carousel-inner .item img[src$=".svg"] {
     width: 100% 
}
 .SubHeader {
     height: 205px;
     overflow: hidden;
     background-image: url(../images/general/sitepath.jpg);
     background-size: cover;
     background-position: center;
     position:relative;
     
}
 .SubHeader:after {
     content: "";
     position: absolute;
     background-color: rgba(0, 0, 0, 0.48);
     left: 0;
     right: 0;
     border: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
 .SubHeader p {
     z-index: 1;
     color: #fff;
     position: relative;
     font-size: 30px;
     font-weight: 400;
     font-family: 'Shadows Into Light', cursive;
     text-align: center;
     margin-top: 90px;
}
 .breadcrumb {
     background-color: transparent;
     position: absolute;
     top: 220px;
     color: #fff;
     margin: 0 auto;
     text-align: center;
     font-size: 15px;
     left: 0;
     right: 0;
}
 .label-info {
     background-color: transparent!important 
}
 .filtre {
     padding-left: 0 
}
 .filtre li {
     float: none;
     display: inline-block;
     border-bottom: 1px solid #f6f6f6;
     padding: 10px;
     width: 100% 
}
 .ContactForm {
     width: 50%;
     float: left;
     margin-top: 25px;
     margin-bottom: 25px;
}
 .contact-text {
     width: 45%;
     margin-right: 5%;
     float: left;
     margin-top: 45px;
}
 .contact-text a{
     color:#c12227;
}
 .contact-text .title {
     font-size: 39px;
     color: #000;
}
 .contact-text .title span {
     font-weight: 900;
     color: #c12127;
}
 .contact-info-box {
     width: 48%;
     margin-right: 2%;
     float: left;
}
 .contact-info-box p {
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: 800;
}
 .contact-info-box span {
     width: 100%;
     float: left;
     color: #6e6e6e;
     font-size: 16px;
}
 .contact-info-box:last-child{
     margin-top: 20px;
}
 .contact-map {
     width: 100%;
     height: 350px;
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     filter: grayscale(100%);
     filter: gray;
}
 .form-control {
     height: 40px;
     border-radius: 2px;
}
 .ContactForm .form-name, .ContactForm .form-phone{
     width: 48%;
     margin-right:4%;
     float:left;
}
 .ContactForm .form-email, .ContactForm .form-locality {
     width: 48%;
     float: left;
}
 .ContactForm .form-recaptcha {
     display: flex;
     flex-flow: row nowrap;
     justify-content: space-between;
}
 .SearchButton {
     width: 19%;
     float: left 
}
 .SearchTop .form-group {
     float: left;
     position: relative;
     z-index: 999 
}
 .SearchTop {
     float: left;
     margin: 0 25px;
     width: 30% 
}
 .ui-autocomplete,.ui-front {
     z-index: 1032!important 
}
 .ui-autocomplete a {
     font-family: inherit;
     font-size: 12px;
     border: 0;
     border-radius: 0 
}
 .ui-autocomplete a:hover,.ui-autocomplete a:active {
     background-color: #ccc;
     border: 0;
     box-shadow: none 
}
 .ui-autocomplete li {
     font-family: inherit;
     font-size: 12px 
}
 .ui-autocomplete .ui-menu .ui-menu-item a {
     background-image: none 
}
 .ui-widget-content {
     background-image: none;
     color: #333 
}
 .MenuRightTop .navbar-right {
     margin-top: 5px!important 
}
 .MenuRightTop {
     font-size: 14px;
     background-color: #f6f6f6;
     color: #000 
}
 .navbar-right {
     margin: 0 
}
 .about-us-home {
     width: 100%;
    
}
 .gallery-slider {
     width: 100%;
     float: left;
     margin-top: 20px;
     margin-bottom: 50px;
     display: flex;
}
 .gallery-slider .gallery-box:first-of-type{
     margin-left:0px;
}
 .gallery-slider .gallery-box:last-of-type {
     margin-right: 0px;
}
 .gallery-box {
     text-align: center;
     display: flex;
     position: relative;
     margin-bottom: 10px;
     align-items: center;
     justify-content: center;
     overflow: hidden;
     border-radius: 5px;
     width: 100%;
     aspect-ratio: 1/1;
     margin-left: 10px;
     margin-right: 10px;
}
 .gallery-box img {
     width: auto;
     object-fit: cover;
     height: 100%;
     object-position: center;
     position: relative;
     transition: all 0.1s;
     -moz-transition: all 0.1s;
     -webkit-transition: all 0.1s;
}
 .page-section{
     width:100%;
     float:left;
}
 .about-us-page{
     background-image:unset;
}
 .tour-bg {
     margin-top: 50px;
}
.HomeStores .middle-section {
    margin-top: 10px
}
.HomeStores {
    margin-bottom: 30px;
    border-bottom: solid 1px #efefef;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.middle-section {
    background: #eee;
    border-radius: 16px;
    padding: 45px 30px;
    margin-top: 50px;
    background-image: url('../images/general/article-banner.jpg');
    background-size: cover;
}
 .middle-section .col-lg-4 h2 {
     color: #323231;
     font-size: 20px;
     font-weight: 700;
     width: 100%;
     margin: 10px 0px 0px 0px;
     min-height: unset;
     line-height: 25px;
}
 .col-height {
     height: 100%;
}
 .col-image {
     overflow: hidden;
     width: 100%;
     float: left;
     border-radius: 10px;
     position: relative;
     height: 100%;
     display: flex;
     align-content: center;
     justify-content: center;
}
 .col-image img {
     position: relative;
     width: auto;
     border-radius: 10px;
     height: 100%;
}
 .border-col {
     padding: 60px 30px 30px 30px;
     border: 2px solid #c12227;
     margin-top: 30px;
     margin-bottom: 60px;
     border-radius: 10px;
     font-size:22px;
     position:relative;
}
 .border-col::before {
     content: '';
     position: absolute;
     width: 100%;
     height: 100%;
     background: #f5f5f5;
     z-index: -1;
     left: 30px;
     top: 30px;
     border-radius: 10px;
}
/*.media-bg{
     padding:30px 30px;
     background:#f5f5f5;
     border-radius:6px;
}
 */
 .partner-details .media-heading {
     font-weight: 600;
}
 .partner-details .media-object {
     width: 85px;
     margin-right: 10px;
}
 .partner-details .media {
     margin:15px 0px;
}
 .partner-details .col-md-6{
}
 .AdminNav .dropdown-large {
     position: static !important 
}
 .navbar-inverse {
     background-color: rgba(18, 21, 31, 0.98);
}
 .AdminNav .dropdown-menu-large {
     margin-left: 16px;
     margin-right: 16px;
     padding: 20px 0;
     width: 98% 
}
 .AdminNav .dropdown-menu-large>li>ul {
     padding: 0;
     margin: 0 
}
 .AdminNav .dropdown-menu-large>li>ul>li {
     list-style: none 
}
 .AdminNav .dropdown-menu-large>li>ul>li>a {
     display: block;
     padding: 3px 0;
     clear: both;
     font-weight: 400;
     line-height: 1.428571429;
     color: #333;
     white-space: normal 
}
 .AdminNav .dropdown-menu-large>li ul>li>a:hover,.AdminNav .dropdown-menu-large>li ul>li>a:focus {
     text-decoration: none;
     color: #262626;
     background-color: #f5f5f5 
}
 .AdminNav .dropdown-menu-large .disabled>a,.AdminNav .dropdown-menu-large .disabled>a:hover,.AdminNav .dropdown-menu-large .disabled>a:focus {
     color: #999 
}
 .AdminNav .dropdown-menu-large .disabled>a:hover,.AdminNav .dropdown-menu-large .disabled>a:focus {
     text-decoration: none;
     background-color: transparent;
     background-image: none;
    /* filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
     */
     cursor: not-allowed 
}
 .AdminNav .dropdown-menu-large .dropdown-header {
     color: #428bca;
     font-size: 18px;
     padding: 0 
}
 .item-Admin-start {
     background-color: #337ab7;
     color: #fff;
     min-height: 210px;
     padding: 10px;
     margin-bottom: 20px;
     text-align: center 
}
 .item-Admin-start:hover {
     background-color: #428bca 
}
 .rightNav {
     width: 40%;
     float: right;
     position: absolute;
     right: 0;
     top: 5px 
}
 .AdminNav.navbar-default {
     border: 0;
     background-color: #000;
     border-radius: 0;
     margin-bottom: -1px;
     width: 100%;
     float: left;
     min-height: 60px 
}
 .AdminNav .navbar-nav>li>a {
     padding-top: 25px;
     padding-bottom: 23px;
     color: #fff 
}
 .AdminNav .navbar-nav>li ul li.col-sm-3 {
     margin-bottom: 20px 
}
 .AdminNav .navbar-nav>li ul li.col-sm-3 a {
     padding: 5px 0 5px 24px 
}
 .navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
     color: #000!important;
     background-color: #fff!important 
}
 .AdminNav .navbar-nav>li>a .glyphicon {
     line-height: 17px;
     float: left;
     margin-right: 10px 
}
 .adminSection {
     margin-left: 0;
     border: solid 1px #eaeaea;
     background: #fcfcfc;
     padding: 20px;
     margin-bottom: 20px;
     width: 100%;
     float: left;
}
 #DisplayMoreShippingAdressList {
     width:98%;
     margin-left:2%;
}
 .alert {
     padding: 15px;
     margin-top: 0;
     border: 1px solid transparent;
     border-radius: 4px;
     width: 100%;
     float: left;
     margin-bottom: 10px !important 
}
 #DisplayMoreDeliveryAdressList {
     width: 98%;
     margin-left: 2%;
}
 #DisplayMoreDeliveryAdressList tr {
     padding: 10px;
}
 .FormBg .alert {
     margin-top: 0;
     margin-bottom: 30px !important;
     width: 98%;
     margin: 0 10px 
}
 .adminSection h5 {
     display: block;
     min-width: 200px;
     max-width: 250px;
     background: rgba(16,16,16,.71);
     padding: 13px 20px;
     color: #eaeaea;
     border-radius: 5px;
     margin-top: -40px;
     margin-left: -1px;
     font-weight: 400;
     font-size: 18px 
}
 .adminSection h6 {
     display: inline-block;
     color: #333;
     position: relative;
     font-weight: 400;
     font-size: 18px;
     width: 100% 
}
 .FormBg {
     width: 100%;
     float: left;
     background: #fff;
     box-sizing: border-box;
     padding: 30px 0;
     border: 1px solid #ddd 
}
 .RightForm {
     position: relative;
     bottom: -40px 
}
 .table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
     border-left: 0 solid #f3f3f3;
     padding-left: 10px;
     border-top: 0 solid #f3f3f3!important 
}
 .simple-thumbnails img {
     width: 100% 
}
 .modal-body {
     width: 100%;
     float: left;
     border-bottom: 2px solid #e5e5e5;
     margin-bottom: 15px 
}
 .PriceAddPopUp {
     width: 20%;
     float: right;
     font-weight: 700;
     text-align: right 
}
 .modal-body img {
     float: left;
     margin-right: 20px 
}
 .Lang .navbar-nav>li>a {
     padding-top: 0 
}
 .xzoom {
     max-width: 100%;
     height: auto;
}
 .CartLink a {
     color: #fff!important 
}
 .CartDiv {
     display: block;
     height: 50px 
}
 .CartDiv img {
     margin-right: 10px;
     float: left 
}
 .containerBorder {
     border: solid 1px #eaeaea;
     border-radius: 5px 
}
 .align-center {
     text-align: center;
     align-content: center 
}
 .align-left {
     text-align: left;
     align-content: initial 
}
 .align-right {
     text-align: right 
}
 .margin-bottom {
     margin-bottom: 15px 
}
 .TooltipDiv {
     display: block;
     position: relative;
     width: auto;
     float: left 
}
 .TooltipDiv:hover .ShowTooltip {
     display: block 
}
 .clipList {
     width: 100%;
     overflow: hidden;
     float: left;
     height: 250px;
     position: relative 
}
 .clipList img {
     position: absolute;
     width: auto;
     max-width: 100%;
     top: 0;
     height: 63%;
     bottom: 0;
     max-height: 100%;
     margin: auto;
     left: 0;
     right: 0 
}
 .TitleCat {
     color: #000;
     height: 40px;
     position: absolute;
     right: 0;
     left: 0;
     line-height: 40px;
     text-align: center;
     bottom: 0;
     font-size: 19px 
}
 .TitleHome {
     width: 100%;
     float: left;
     margin: 15px 0;
     text-align: left;
     font-size: 20px;
     font-weight: 600 
}
 .OldPrice {
     text-decoration: line-through 
}
 .articles-page{
     width:100%;
     float:left;
}
 .ArtItem {
     width: 100%;
     float: left;
     position: relative;
     overflow: hidden;
     margin-bottom: 30px;
     padding:15px 15px;
     border-radius:6px;
     border: 1px solid #eaeaea;
}
 .clip {
     position: relative;
     height: 450px;
     overflow: hidden;
     float: left 
}
 .Article {
     margin-top: 30px 
}
 .DataArt {
     width: 100%;
     color: #9e9e9e;
     font-size: 17px;
     float: left;
     margin: 5px 0 5px 0 
}
 .TitleArt {
     width: 100%;
     float: left;
     margin: 5px 0;
     color: #000;
     font-size: 18px;
     -webkit-line-clamp: 1;
     -webkit-box-orient: vertical;
     margin-bottom: 0px;
     max-height: 30px;
     overflow: hidden;
     display: -webkit-box;
}
 .artBtn a {
     color: #fff 
}
 .menuArt {
     width: 100%;
     float: left;
     margin-top: 14px;
     background-color: #f6f6f6;
     padding-left: 0;
     list-style-type: none 
}
 .btn-primary {
     color: #fff;
     background-color: #343a40;
     border-color: #343a40 
}
 .menuArt li {
     background-repeat: no-repeat;
     background-size: 9px;
     background-position: 5px 5px;
     text-indent: 16px 
}
 .menuArt a {
     font-size: 16px;
     color: #000 
}
 .breadcrumb-item a {
     color: #000 
}
 .pagination>li>a,.pagination>li>span {
     margin: 0 3px;
     border-radius: 4px 
}
 .breadcrumb {
     padding: 8px 0;
     position: absolute;
     top: 260px 
}
 .breadcrumb-item {
     color: #e7e7e7;
     font-weight: 300 
}
 .ProducPriceCos {
     text-align: right;
     width: 100%;
     margin-top: 34px;
     font-size: 24px;
     height: 30px;
     line-height: 24px;
     color: #343a40 
}
 .btn-delete {
     background-color: transparent;
     border: 0;
     font-size: 12px 
}
 #ShoppingCartPageItemsList {
     padding: 0 
}
 .Comments {
     border-bottom: 1px solid #f6f6f6;
     padding: 10px 0 
}
 .GuestForm {
     max-width: 332px;
     float: none;
     margin: 0 auto;
     position: relative 
}
 .menuArt li {
     border-bottom: 1px solid #fff;
     padding: 10px 0 
}
 .alert ul {
     margin: 0;
     padding: 0;
     list-style-type: none 
}
 .input-validation-error {
     border: solid 1px #a94442 
}
 .field-validation-error:before {
     font-family: 'Glyphicons Halflings';
     content: "\e014";
     float: left;
     top: 0;
     right: 0;
     z-index: 2;
     display: block;
     width: 33px;
     height: 34px;
     line-height: 34px;
     text-align: center;
     pointer-events: none 
}
 .label-default {
     background-color: #343a40;
}
 .nav-pills li {
     width: 33%;
     float: left 
}
 .select2-hidden-accessible {
     width: 100% !important 
}
 .text-danger {
     color: #a94442;
     line-height: 34px 
}
 .label-filter a {
     color: #343a40;
}
 .modal-title {
     font-size: 18px 
}
 .radio label,.checkbox label {
     padding: 0 
}
 .modal-content iframe body {
     padding-top: 0!important 
}
 footer {
     background-color: #343a40;
     color: rgba(255,255,255,.75);
     width: 100%;
     float: left;
}
 .ProductTitleCos {
     margin-top: 8px 
}
.ProductTitle {
    font-size: 20px;
    color: #343a40;
    line-height: 18px;  
    font-weight: bold;
/*    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
    margin-bottom: 10px;
    height: 30px;
}
 .ProductTitleCos a {
     font-size: 20px;
     color: #343a40;
     line-height: 34px;
     height: 73px;
     font-weight: 800;
     text-align: left ;
     margin-bottom: 10px
}
 .ProductTitle a {
     color: #343a40 
}
.ProdDetails
{
    height: 115px;
    overflow: hidden;
    margin-bottom: 10px
}
.ProducPrice {
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #6c7175
}
 .ProductPage {
     margin-top: 30px 
}
 #DivArroundPickedUpInfo {
     text-align: left;
     padding-left: 18px 
}
 .TitluDetalii {
     font-size: 17px;
     color: #212529;
     font-weight: 700;
     text-transform: uppercase 
}
 .pagination > li > a, .pagination > li > span {
     color: #343a40;
}
 .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     background-color: #c12227;
     border-color: #c12227;
}
 .form-control-feedback {
     right: -15px;
}
 .LoginTitle {
     font-size: 25px;
     color: #212529;
     text-align: center;
     margin: 20px 0 
}
 .TitleProduct {
     font-size: 30px;
     color: #000;
}
 .PriceProduct {
     text-align: right;
     width: 100%;
     margin-bottom: 20px 
}
 .Caracteristici {
     padding: 0 
}
 .Caracteristici li {
     list-style: none;
     padding: 8px;
     border-bottom: 1px solid #f5efef 
}
 .CereOferta {
     width: 100% 
}
 .newssletter {
     margin: 30px auto;
     width: 300px 
}
 .titlefooter {
     padding: 10px 0;
     font-size: 20px;
     border-bottom: 1px solid #4c5156 
}
 footer a {
     color: rgba(255,255,255,.75) 
}
 .CopyRight a:hover {
     color:#eee;
}
 .navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
     color: #65a7d0;
     background-color: transparent 
}
 #myCarousel2 .carousel-control.left {
     background-image: linear-gradient(to right,transparent 0%,rgba(0,0,0,.0001) 100%) 
}
 #myCarousel2 .carousel-control.right {
     background-image: linear-gradient(to right,transparent 0%,rgba(0,0,0,.0001) 100%) 
}
 .width-100 {
     width: 100%;
     float: left;
}
 .SubMenu {
     width: 475px;
     border: 0px solid #fff;
     background-color: #c12127;
     list-style-type: none;
     padding: 10px 0px;
}
 .SubMenu li {
     padding: 5px 10px;
     text-align: left;
     width: 50%;
     float: left;
     display: flex
}
 .SubMenu a {
     text-transform: initial;
    
}
 .SubMenu a:hover {
     background:unset!important;
     background-color:unset!important;
     font-weight: bold;
}
    .SubMenu img {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(148deg) brightness(106%) contrast(124%);
    }
    /* .SubMenu a:hover::before {
     width: 20px;
}
 .SubMenu a::before {
     content: "";
     width: 10px;
     height: 1px;
     display: inline-block;
     background-color: #fff;
     vertical-align: middle;
     margin-right: 8px;
     transition: .5s all;
}*/
    .navbar-inverse .collapse-menu .navbar-nav > .open > a {
        color: #c12227 !important;
        background-color: unset !important;
        font-weight: 700;
    }
.right-menu-collapse li a {
    width: 100%;
    float: left;
    padding: 5px 10px;
}
/* width */
 ::-webkit-scrollbar {
     width: 8px;
}
/* Track */
 ::-webkit-scrollbar-track {
     background: #f1f1f1;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
     background: #888;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
     background: #c12227;
}
 #sidenav01{
     list-style-type:none;
     padding-left:0px;
     padding-right:0px;
}
 @media (min-width:1220px) {
     .SubMenu {
         top: 135%;
    }
}
 @media (max-width:1220px) {
     .admin-body {
         padding-top: 170px 
    }
     .bottom-banner {
         bottom: -1px;
         background-size: cover;
    }
}
 @media (min-width:992px) and (max-width:1200px) {
     .category-left-products {
         padding: 5px 20px 20px 20px;
    }
     .header-bottom .nav > li > a {
         padding: 10px 10px;
    }
     .categories-container .category-box {
         height: 190px;
    }
     .SubMenu {
         top: 157%;
    }
     .SubHeader{
         height:160px;
    }
     .SubHeader p {
         margin-top: 35px;
    }
     .breadcrumb{
         top:200px;
    }
}
 @media (min-width:768px) and (max-width:992px) {
     .product-attributes p{
         font-size:18px;
    }
     .quality, .fresh, .delicious {
         background-position: center 8px;
    }
     .product-attributes div {
         width: 95px;
         height: 95px;
         line-height: 70px;
    }
     .product-gallery {
         width: 50%;
         float: left;
    }
     .product-page-description {
         width: 50%;
         float: left;
         padding-left:30px;
    }
     .product-content .card .ImgHeight {
         height: 190px;
    }
     .category-left-products {
         padding: 5px 15px 20px 15px;
         width: 30%;
         margin-right: 3%;
    }
    
     .container {
         width: unset;
         padding-left: 5%;
         padding-right: 5%;
    }
     .SubHeader {
         height: 140px;
    }
     .SubHeader p {
         margin-top: 35px;
         font-size: 25px;
         display: -webkit-box;
         -webkit-line-clamp: 1;
         -webkit-box-orient: vertical;
         margin-bottom: 0px;
         max-height: 30px;
         overflow: hidden;
    }
     .breadcrumb {
         top: 170px;
    }
     .SubMenu {
         top: 127%;
         left: -50px;
    }
     .header-bottom .nav > li > a {
         padding: 10px 8px;
         font-size: 13px;
    }
     .categories-container .category-box {
         height: 150px;
    }
     .header-social {
         display: none;
    }
     .navbar-brand img {
         width: 100px;
         height: auto;
    }
     .navbar-brand {
         height: auto;
    }
     body {
         padding-top: 60px;
    }
     .carousel-caption .bold {
         font-size: 25px;
         line-height: 25px;
         margin: 0px 0 10px 0;
    }
     .carousel-caption .banner-text {
         font-size: 20px;
         line-height: 20px;
    }
     .carousel-caption span {
         font-size: 30px;
    }
     .carousel-indicators {
         bottom: 5px;
    }
     .first-icon, .second-icon, .third-icon {
         background-size: 35px;
         width: 100px;
         height: 100px;
    }
     .home-first-text h3 {
         font-size: 19px;
         font-weight: 600;
    }
     .category-box {
         height: 135px;
    }
}
 @media (min-width:768px) {
    /*.SubMenu {
         top: 68px;
         position: absolute;
         background-color: #c12127;
         list-style-type: none;
         padding: 0;
         max-height: 0;
    }
     .SubMenu ul {
         padding: 0px;
         text-align: center;
    }
     .SubMenu {
         background-image: url(../images/general/newssleter.jpg);
         background-repeat: no-repeat;
         background-size: 22%;
         padding: 10px 15px;
         background-position: 800px 4px;
         visibility: hidden;
         opacity: 0;
         transition: all .3s ease-in-out;
         width: 580px;
         overflow: hidden;
    }
     .link-subcategory:hover .SubMenu {
         max-height: 500px;
         min-width: fit-content;
    }
     .width-100 {
         width: 100%;
         float: left;
    }
     .SubMenu li {
         padding: 10px 15px;
         text-align: left;
         width: 50%;
         float: left;
    }
     .SubMenu a {
         text-transform: initial;
    }
     .SubMenu a:hover::before {
         width: 20px;
    }
     .SubMenu a::before {
         content: "";
         width: 10px;
         height: 1px;
         display: inline-block;
         background-color: #fff;
         vertical-align: middle;
         margin-right: 8px;
         transition: .5s all;
    }
     .link-subcategory:hover .SubMenu {
         opacity: 1;
         visibility: visible;
    }
    */
     .close-menu {
         display: none;
    }
     .affix-content .container {
         width: 700px 
    }
     .affix-content .container .page-header {
         margin-top: 0 
    }
     .affix-sidebar {
         padding-right: 0;
         font-size: small;
         padding-left: 0 
    }
     .affix-row, .affix-container, .affix-content {
         height: 100%;
         margin-left: 0;
         margin-right: 0 
    }
     .affix-content {
         background-color: #fff 
    }
     .sidebar-nav .navbar .navbar-collapse {
         padding: 0;
         max-height: none;
         background-color: transparent 
    }
     .sidebar-nav .navbar {
         border-radius: 0;
         margin-bottom: 0;
         border: 0 
    }
     .TitleSideBar {
         background-color: #f6f6f6;
         padding: 10px;
         font-size: 15px;
         height: 50px;
         line-height: 32px;
         color: #000 
    }
     #DivArroundProductOptionAtributes {
         display: inline-block;
         margin-bottom: 15px;
    }
     .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
         background-color: #fff 
    }
     .Atributes a {
         color: #575757 
    }
     #SortBy2, #PageSize2 {
         height: 30px;
         padding: 0 11px;
         font-size: 12px 
    }
     .sidebar-nav .navbar li a {
         color: #575757 
    }
     .card {  
         box-sizing: border-box;
         margin: 20px 0 0 0 
    }
     .radio, .checkbox {
         position: relative;
         display: block;
         margin-top: 10px;
         height: auto;
         margin-bottom: 30px 
    }
     .navbar-default {
         background-color: transparent 
    }
     .sidebar-nav .navbar ul {
         float: none;
         display: block 
    }
     .sidebar-nav .navbar li {
         float: none;
         display: inline-block;
         border-bottom: 1px solid #f6f6f6;
         padding: 10px 
    }
     .sidebar-nav .navbar li a {
         padding-top: 12px;
         padding-bottom: 12px 
    }
}
 @media (max-width:768px) {
     .category-left-products .TitleSideBar{
         margin:5px 0px;
    }
     .sidebar-nav .toggle-mobile {
         border: 1px solid #c12227;
         margin-right: 0px;
         margin-top: 2px;
         height: 34px;
    }
     .sidebar-nav .toggle-mobile .icon-bar {
         background: #c12227;
         transition:all 0.5s;
    }
     .sidebar-nav .toggle-mobile:not(.collapsed) .first-bar {
         transform: rotate(-50deg);
         position: relative;
         top: 3px;
    }
     .sidebar-nav .toggle-mobile:not(.collapsed) .last-bar {
         transform: rotate(50deg);
         top: -3px;
         position: relative;
    }
     .sidebar-nav .toggle-mobile:not(.collapsed) .middle-bar {
         display:none;
    }
     .product-content {
         width: 100%;
    }
     .category-left-products {
         width: 100%;
         margin-right: 0%;
         margin-top: 20px;
         position: relative !important;
         top: 0px;
         padding: 5px 20px 5px 25px;
    }
     .category-box a {
         display: flex;
         justify-content: center;
    }
     .ContactForm {
         width: 100%;
         float: left;
         margin-top: 0px;
         margin-bottom: 20px;
    }
     .contact-text {
         width: 100%;
         margin-right: 0px;
         margin-top: 0px;
    }
     .product-attributes div {
         margin-right: 15px;
    }
     .product-attributes {
         justify-content: center;
    }
     .product-gallery {
         width: 100%;
         float: left;
    }
     .product-page-description {
         width: 100%;
         float: left;
         padding-left: 0px;
         margin-top:20px;
    }
     .categories-flex .category-box img {
         width: auto;
         height: auto;
         min-width: 100%;
         min-height: 100%;
         max-height: 120%;
    }
     .navbar-inverse .header-bottom .navbar-toggle:hover, .navbar-inverse .header-bottom .navbar-toggle:focus .toggle-mobile {
         background-color: #c12227;
         border-color: #c12227;
    }
     .navbar-inverse .header-bottom .navbar-toggle {
         margin-right: 0px;
    }
     .close-menu {
         background-image: url(../images/general/close.png);
         background-repeat: no-repeat;
         background-size: 18px;
         width: 20px;
         height: 20px;
         background-position: center;
         position: absolute;
         top: 15px;
         right: 15px;
         cursor: pointer;
    }
     .SubMenu {
         width: 100% !important;
         float: left !important;
         background-color: #c12127 !important;
         list-style-type: none;
         padding: 10px 0px;
         margin-bottom: 15px;
         border-radius: 0px;
    }
     .right-menu-collapse {
         position: fixed;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         background-color: rgba(18, 21, 31, 0.95);
         height: 100%;
         overflow: hidden;
         width: 100%;
         max-height: unset !important;
         padding-top: 60px;
         padding-bottom:30px;
         text-align:center;
    }
     .AdminNav .dropdown-menu-large {
         margin-left: 0;
         margin-right: 0 
    }
     .AdminNav .dropdown-menu-large>li {
         margin-bottom: 30px 
    }
     .dropdown-menu-large>li:last-child {
         margin-bottom: 0 
    }
     .AdminNav .dropdown-menu-large .dropdown-header {
         padding: 3px 15px!important 
    }
     .header-social {
         display: none;
    }
     .collapse-menu {
         display: block !important;
         border-top: 0px solid transparent!important;
    }
     .navbar-collapse{
         box-shadow:unset;
    }
     .navbar-brand{
         height:auto;
    }
     .carousel-inner {
         height: 100%;
         display: flex;
         align-content: center;
         justify-content: center;
         align-items: center;
    }
     .carousel-inner .item {
         height: 100%;
         width:100%;
         float:left;
    }
     .carousel-inner .item img {
         display: flex;
         max-width: unset;
         height: 100%;
         width: auto;
    }
    .about-us-content img:first-of-type {
        float: none;
        position: relative;
        width: 100%;
        left: inherit;
    }
    .about-us-content
    {
        display: block;
    }
    .about-us-text {
        width: 100% !important;
        text-align: center;
        padding: 0px 15px;
    }
     .about-us-text .red-btn-arrow {
         margin: 0 auto;
    }
     .categories-home{
         margin:50px 0px;
    }
     .about-us-home{
         margin-top:0px;
    }
}
 @media (min-width:480px) and (max-width:768px) {
    .HomeStores .middle-section {
        margin-bottom: 20px;
    }
    .HomeStores .col-md-4 {
        width: 100%;
    }
    .categories-home .category-box .transparency span {
        text-transform: none;
    }
        .product-content .card .ImgHeight {
         align-items: center;
          height: 250px;
    }

    
    .product-content.ProductsCategories .card .ImgHeight {
        align-items: center;
        height: auto;
    }
    .product-content.ProductsCategories h3 {
        font-size: 26px;
        color: #c12227;
    }
     .ProdImg {
         border-radius: 5px;
         height: auto !important;
         min-width: unset;
         transition: .5s all;
         width: 100%;
         max-height: unset;
         min-height: unset;
    }
    .product-content {
        width: inherit;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .ProdDetails
    {
        height: auto
    }
    .ProdImage {
        margin-bottom: 20px
    }
    .product-content .card {
        margin-bottom: 20px;
    }
     .product-content .card:nth-child(3n) {
         margin-right: 3%;
    }
     .product-content .card:nth-child(2n) {
         margin-right: 0%;
    }
    .ProductTitle {
        height: auto;
    }
     .SubHeader {
         height: 90px;
    }
     .SubHeader p {
         margin-top: 20px;
         font-size: 25px;
         display: -webkit-box;
         -webkit-line-clamp: 1;
         -webkit-box-orient: vertical;
         margin-bottom: 0px;
         max-height: 30px;
         overflow: hidden;
    }
     .breadcrumb {
         top: 140px;
    }
     .navbar-brand img{
         width:110px;
         height:auto;
    }
     body {
         padding-top: 65px;
    }
     #myCarousel {
         width: 100%;
         float: left;
         height: 245px;
    }
     .carousel-caption .bold {
         font-size: 20px;
         line-height: 25px;
         margin: 0px 0 10px 0;
    }
     .carousel-caption .banner-text {
         font-size: 18px;
         line-height: 20px;
    }
     .carousel-caption span {
         font-size: 30px;
    }
     .carousel-indicators {
         bottom: 5px;
    }
     .carousel-caption{
         left:10%;
         right:10%;
    }
     .carousel-caption .red-btn-arrow {
         margin: 10px auto;
         width: 152px;
         height: 40px;
         line-height: 40px;
         font-size: 14px;
    }
     .carousel-caption .red-btn-arrow span {
         top: 13px;
    }
     .first-icon, .second-icon, .third-icon {
         background-size: 35px;
         width: 100px;
         height: 100px;
    }
     .home-first-text h3 {
         font-size: 19px;
         font-weight: 600;
    }
    .home-first-text .second-icon {
        margin-top: 20px;
    }
    .home-first-text .third-icon {
        margin-top: 20px;
    }
     .ArticleHome {
         width: 100%;
    }
     .ArticleHome:first-of-type {
         margin-right: 0px;
         margin-bottom: 30px;
         margin-top: 10px;
    }
     .categories-container .category-box {
         height: 125px;
    }
}
 @media (max-width:480px) {
    .HomeStores .middle-section {
        margin-bottom: 20px;
    }

    .HomeStores .col-md-4 {
        width: 100%;
    }
    .middle-section .col-lg-4 h2, .middle-section .col-lg-4 span
    {
        font-size: 15px
    }
    .product-content .card .ImgHeight {
        align-items: center;
        height: auto
    }
    .product-content .ProdImage {
        margin-bottom: 10px
    }
    .product-content {
        width: inherit;
    }

    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .ProdDetails {
        height: auto
    }
    .ProdImg {
        border-radius: 5px;
        height: auto !important;
        min-width: unset;
        transition: .5s all;
        width: 100%;
        max-height: unset;
        min-height: unset;
    }
     .product-content .card {
         width: 100%;
         margin-bottom: 20px;
         margin-right:0px;
    }
     .product-content .card:nth-child(3n) {
         margin-right: 0%;
    }
     .product-content .card:nth-child(2n) {
         margin-right: 0%;
    }
    .ProductTitle
    {
        height:auto ;
    }
    .form-recaptcha {
        display: block !important;
    }
     .form-recaptcha .red-btn-arrow-small {
         margin-top:10px;
    }
     .product-attributes p {
         font-size: 18px;
    }
     .quality, .fresh, .delicious {
         background-position: center 8px;
    }
     .product-attributes div {
         width: 95px;
         height: 95px;
         line-height: 70px;
    }
     .SubHeader {
         height: 90px;
    }
     .SubHeader p {
         margin-top: 20px;
         font-size: 22px;
         display: -webkit-box;
         -webkit-line-clamp: 1;
         -webkit-box-orient: vertical;
         margin-bottom: 0px;
         max-height: 30px;
         overflow: hidden;
    }
     .breadcrumb {
         top: 140px;
    }
     .SubMenu li {
         width: 100%;
         float: left;
         text-align:center;
    }
     .SubMenu li a {
         padding: 5px 15px 5px 5px!important;
    }
     .navbar-brand img {
         width: 100px;
         height: auto;
    }
     body{
         padding-top:60px;
    }
     #myCarousel {
         width: 100%;
         float: left;
         height: 225px;
    }
     .carousel-caption .bold {
         font-size: 18px;
         line-height: 25px;
         margin: 0px 0 5px 0;
    }
     .carousel-caption .banner-text {
         font-size: 16px;
         line-height: 18px;
    }
     .carousel-caption span {
         font-size: 30px;
    }
     .carousel-indicators {
         bottom: 5px;
    }
     .carousel-caption {
         left: 10%;
         right: 10%;
         top:-10px;
    }
     .carousel-caption .red-btn-arrow {
         margin: 10px auto;
         width: 135px;
         height: 35px;
         line-height: 35px;
         font-size: 14px;
    }
     .carousel-caption .red-btn-arrow span {
         top: 12px;
    }
     .first-icon, .second-icon, .third-icon {
         background-size: 25px;
         width: 80px;
         height: 80px;
    }
     .home-first-text h3 {
         font-size: 18px;
         font-weight: 600;
    }
    .home-first-text .second-icon {
        margin-top: 20px;
    }
    .home-first-text .third-icon {
        margin-top: 20px;
    }
     .categories-container .category-box {
         height: 100px;
         width: 48%;
    }
     .ArticleHome{
         width:100%;
    }
     .ArticleHome:first-of-type{
         margin-right:0px;
         margin-bottom:30px;
         margin-top:10px;
    }
}
 @media (max-width:380px) {
     .ContactForm .form-email, .ContactForm .form-locality{
         width:100%;
    }
     .ContactForm .form-name, .ContactForm .form-phone {
         width: 100%;
         margin-right: 0%;
         float: left;
    }
     .categories-flex .category-box img {
         min-width: unset;
    }
     .breadcrumb {
         top: 130px;
    }
     .SubHeader p {
         margin-top: 15px;
    }
     .product-attributes p {
         font-size: 16px;
    }
     .quality, .fresh, .delicious {
         background-position: center 5px;
    }
     .product-attributes div {
         width: 80px;
         height: 80px;
         line-height: 55px;
    }
}
