@font-face {
    font-family: PoppinsRegular;
    src: url(../../../Scripts/Theme1/fonts/Poppins/Poppins-Regular.ttf);
}

@font-face {
    font-family: PoppinsItalic;
    src: url(../../../Scripts/Theme1/fonts/Poppins/Poppins-Italic.ttf);
}

@font-face {
    font-family: PoppinsBold;
    src: url(../../../Scripts/Theme1/fonts/Poppins/Poppins-Bold.ttf);
}

@font-face {
    font-family: YanoneKaffeesatz;
    src: url(../../../Scripts/Theme1/fonts/Yanone_Kaffeesatz/YanoneKaffeesatz-Bold.ttf);
}
.safari{
    top:0;
    width:100%;
    left:0;
    z-index:99999;
}
body.freeShipping.safariBrowser .safari{
    /*top:25px;*/
}
.safariBrowser .freeShippingBar{
    position:absolute;
    top:0;
}
.cls-1 {
    stroke: #FFF;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    color: #fff;
    font-family: 'PoppinsRegular', sans-serif;
    font-size: 13px;
    background: #141414;
}

input, select, button, textarea {
    -webkit-appearance:none;
}

#FrameDiv {
    /*background: #141414;*/
}
/*input, textarea, select, button {
    font-size:14px;
}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease;
}

    a:hover {
        color: #333;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #e6e6e6;
    margin: 30px 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
    outline-color: transparent;
}

img {
    max-width: 100%;
}

.ShrinkContainer {
    display: block;
    /*margin: 0 auto;
    width: 1100px;*/
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

h1, h2, h3, h4, h5 {
    font-family: 'PoppinsBold', sans-serif;
    font-weight: normal;
}
/* COLUMNS */
.Section {
    font-size: 0;
    line-height: 0;
    display: block;
}

.TextAlignLeft {
    text-align: left;
}

.TextAlignRight {
    text-align: right;
}

.FloatRight {
    float: right;
}

.SectionTitle, .TextPreview .SectionTitle {
    display: inline-block;
    /*margin: 20px 0;*/
    font-size: 28px;
    font-family: 'PoppinsBold', sans-serif;
        line-height: 1;
}

    .SectionTitle a {
        color: #fff;
    }

        .SectionTitle a:hover {
            color: #ff0000;
        }

.SectionTitleNewsletter1 {
    display: inline-block;
    font-size: 22px;
    font-family: sans-serif;
    line-height: 1.5;
    color: #ff0000;
}

.SectionTitleLink {
    font-size: 16px;
    color: #ff0000;
    margin: 20px 0;
    float: right;
}

.col1x1 {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

.col2x2 {
    display: inline-block;
    margin: 10px 0;
    width: 49%;
    font-size: 14px;
    line-height: 18px;
    margin-right: 1%;
    vertical-align: top;
}

    .col2x2:visible:nth-child(2n) {
        margin-right: 0;
        margin-left: 1%;
    }

.col3x3 {
    display: inline-block;
    width: 32.33%;
    font-size: 13px;
    margin: 10px 0.5%;
    vertical-align: top;
    line-height: 1;
}

    .col3x3:nth-child(3n) {
        margin-right: 0;
        margin-left: 1%;
    }

    .col3x3:nth-child(3n+1) {
        margin-left: 0;
        margin-right: 1%;
    }

.col4x4 {
    display: inline-block;
    width: 24%;
    font-size: 13px;
    line-height: 1;
    margin: 10px 0.5%;
    vertical-align: top;
}

    .col4x4:nth-child(4n) {
        margin-right: 0;
        margin-left: 1%;
    }

    .col4x4:nth-child(4n+1) {
        margin-right: 1%;
        margin-left: 0;
    }

.col6x6 {
    display: inline-block;
    width: 15.66%;
    font-size: 13px;
    line-height: 1;
    margin: 10px 0.5%;
    vertical-align: top;
}

    .col6x6:nth-child(6n) {
        margin-right: 0;
        margin-left: 1%;
    }

    .col6x6:nth-child(6n+1) {
        margin-right: 1%;
        margin-left: 0;
    }

.col5x5 {
    display: inline-block;
    width: 19%;
    font-size: 13px;
    line-height: 1;
    margin: 10px 0.5%;
    vertical-align: top;
}

    .col5x5:nth-child(5n) {
        margin-right: 0;
        margin-left: 1%;
    }

    .col5x5:nth-child(5n+1) {
        margin-right: 1%;
        margin-left: 0;
    }

.VerticalAlignMiddle {
    vertical-align: middle;
}

.FulCol2x2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.FulCol3x3 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
}

.FulCol4x4 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.FulCol5x5 {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.FulCol6x6 {
    width: 16.666%;
    display: inline-block;
    vertical-align: top;
}
/* COLUMNS END */
/* HEADER */
header.ShowFixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    transition: all 1s ease;
}
/* TOP HEADER */
.TopHeader {
    display: block;
    padding: 12px 0;
    background: #000000;
    text-align: center;
    min-height:35px;
}

    .TopHeader .ShrinkContainer {
        position: relative;
    }

.Logo {
    display: inline-block;
    vertical-align: middle;
}

    .Logo img {
        height: 80px;
        vertical-align: middle;
    }

.TopHeaderMenu {
    position: absolute;
    top: 4px;
    right: 0;
    text-align: right;
    float: right;
    display: inline-block;
    vertical-align: middle;
}

    .TopHeaderMenu li {
        display: block;
        margin: 0px;
        margin-left:10px;
        position: relative;
    }
    .TopHeaderMenu ul{
        display: flex;
       align-items: center;
    justify-content: flex-end;
    }
        .TopHeaderMenu li img {
            /*width: 25px;*/
            width: 35px;
            vertical-align: middle;
            margin: 0 0 5px 10px;
        }

        /*svg dodatak*/
        .TopHeaderMenu li svg {
            /*width: 25px;*/
            height: 23px;
            vertical-align: middle;
            margin: 0 0 5px 10px;
        }

    .TopHeaderMenu a {
        color: #fff;
        transition: all 0.5s ease;
        font-size: 14px;
    }

        .TopHeaderMenu a:hover {
            opacity: 0.7;
        }

    .TopHeaderMenu li span {
        position: relative;
    }

    .TopHeaderMenu span label {
        position: absolute;
        top: -10px;
        right: -10px;
        width: 20px;
        height: 20px;
        background: #ff0000;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 10px;
    }


.SmallBasket {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 99;
    color: #333;
    text-align: left;
    padding: 10px;
    width: 290px;
    max-width: 400px;
    display: none;
    box-shadow: 0 0 3px #999;
}

    .SmallBasket:after {
        content: "";
        position: absolute;
        bottom: 99.8%;
        right: 10px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

.TopHeaderMenu div:hover > .SmallBasket {
    display: block;
}

.ItemSB {
    display: block;
    padding-bottom: 10px;
    font-size: 0;
}

.SmallBasket .ItemSB img {
    width: 45%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.ItemSBDesc {
    display: inline-block;
    vertical-align: top;
    width: 53%;
    margin-left: 2%;
    font-size: 13px;
}

    .ItemSBDesc h4 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.ItemSBPrice {
    color: #ff0000;
    font-weight: bold;
}

.ItemSBTotal {
    padding: 10px 0;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    line-height: 1;
    font-weight: bold;
    color: #000;
}

.ItemSBHolder {
    display: inline-block;
    vertical-align: middle;
}

.ItemSBValue {
    color: #ff0000;
    float: right;
}

.ItemSBAction {
    text-align: center;
}

    .ItemSBAction a {
        display: inline-block;
        width: 45%;
        margin: 10px 1%;
        border: 1px solid #ff0000;
        color: #000;
        padding: 10px 0;
        border-radius: 20px;
        transition: all 0.5s ease;
    }

        .ItemSBAction a:hover {
            background: #ff0000;
            color: #fff;
            opacity:1;
        }

/* TOP HEADER END */
/* BOTTOM HEADER */
.BottomHeader {
    display: block;
    font-size: 0;
    padding: 0;
    position: relative;
    background: #f2f2f2;
}

nav ul {
    list-style: none;
    display: inline-block;
}

    nav ul:first-child {
        width: 100% !important;
    }

nav .ulSearch {
    width: 20%;
    float: right;
    position: relative;
}

    nav .ulSearch .InputWithButton {
        width: 200px;
        border: 1.5px solid #ff0000;
    }

        nav .ulSearch .InputWithButton input {
            color: #000;
            padding-left: 10px;
            width: 70%;
            font-weight: 600;
        }

.fa-search {
    color: #757575;
}

nav .InputSearch {
    padding: 8px 0;
    float: right;
}

nav ul li {
    display: inline-block;
    vertical-align: middle;
}

    nav ul li li {
        display: inline-block;
    }

nav li:hover > a {
    color: #ff0000;
}

/*nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    box-shadow: 0 0 3px #999;
    text-align: left;
    background: #fff;
    width: 70%;
    z-index: 9;
    padding: 0 15%;
    border-top: 1px solid #303030;
}*/

nav ul li ul {
    position: absolute;
    /*top: 100%;*/
    left: 0;
    display: none;
    box-shadow: 0 0 3px #999;
    text-align: left;
    background: #fff;
    width: 1100px;
    z-index: 9;
    padding: 0 15%;
    border-top: 1px solid #303030;
    padding-left: calc(50% - 550px);
    padding-right: calc(50% - 550px);
}

.MainContent nav ul li ul {
    width: 98%;
    padding: 0 1%;
}

nav ul li:hover > ul {
    display: block;
}

nav ul li ul ul {
    display: none;
}

nav ul li ul li:hover > ul {
    display: block;
}

nav a {
    display: block;
    font-size: 16px;
    padding: 20px 20px 20px 0px;
    font-weight: 600;
}

nav ul li:first-child a {
    padding-left: 0;
}

nav ul li ul a {
    display: block;
}
/* BOTTOM HEADER END */
/* HEADER END */
/* LAST IN OFFER */
.LastInOfferImgDiv {
    display: block;
    position: relative;
    text-align: center;
    line-height: 0;
    overflow: hidden;
}

    .LastInOfferImgDiv img {
        width: 100%;
    }

.LastInOffer h2 {
    color: #fff;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

/*.LastInOfferImgDiv:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s ease;
    opacity: 0;
    text-align: center;
}

.LastInOffer:hover .LastInOfferImgDiv:after {
    opacity: 2;
}*/

/*.LastInOffer:hover .LastInOfferImgDiv {
    background: rgba(0,0,0,0.5);
}*/

/*.LastInOfferImgDiv {
    text-align: center;
}

    .LastInOfferImgDiv:hover h2 {
        display: block;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        font-family: 'Ubuntu', sans-serif;
        font-size: 20px;
        font-weight: 800;
        z-index: 1;
        padding: 10px;
        width: 90%;
        width: calc(100% - 20px);
        transition: all 0.5s ease;
        line-height: 10;
    }

.col4x4 .LastInOfferImgDiv:hover h2 {
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 800;
    z-index: 1;
    padding: 10px;
    width: 90%;
    width: calc(100% - 20px);
    transition: all 0.5s ease;
    line-height: 15;
}

.LastInOfferImgDiv h2 {
    display: none;
}*/

.PluPartialDetails {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'PoppinsRegular', sans-serif;
    text-transform: uppercase;
}

.Amenities {
    display: block;
    padding: 5px 0;
    font-size: 0;
    border-top: 1px solid #575757;
    padding-bottom: 0;
    /*margin-top: 10px;*/
}

.ProductPrice, .Ordering {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

.Ordering {
    width: 35%;
}

.ActualPrice {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    font-family: 'PoppinsRegular', sans-serif;
    line-height: 25px;
}

    .ActualPrice strike {
        text-decoration: line-through;
        margin-left: 5px;
        font-size: 16px;
        display: block;
    }

    .ActualPrice span {
        color: #4c4c4c;
        /*text-transform: lowercase;*/
    }

.Ordering {
    text-align: right;
}

.OrderButton {
    display: inline-block;
    background: transparent;
    position: relative;
    max-width: 150px;
    float: right;
}

    .OrderButton input {
        background: transparent;
        border: 0px;
        padding: 0px 0px;
        width: 40%;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 30%;
        text-align: right;
        color: #fff;
        margin-top: -7px;
    }

    .OrderButton button {
        border: 0px;
        background: transparent;
        padding: 5px 0;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 30px;
        width: 30%;
        text-align: center;
    }

.LastInOffer .OrderButton input {
    text-align: center;
}

.LastInOffer.col2x2 .OrderButton input {
    text-align: right;
}

.OrderButton button img {
    height: 30px;
    max-width: 100%;
    object-fit: contain;
}
/*svg deo*/

.OrderButton button svg {
    height: 30px;
    max-width: 100%;
    object-fit: contain;
}

.OrderButton .Increase {
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    padding: 2px 10px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    margin-left: 33%;
}

.OrderButton .Decrease {
    display: block;
    position: absolute;
    bottom: 7px;
    left: 0;
    padding: 2px 10px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    margin-left: 33%;
}

.LastInOffer .OrderButton .Increase,
.LastInOffer .OrderButton .Decrease {
    margin-left: 0%;
}

.LastInOffer.col2x2 .OrderButton .Increase,
.LastInOffer.col2x2 .OrderButton .Decrease {
    margin-left: 33%;
}
/*.LastInOffer.col4x4 .OrderButton .Increase,
      .LastInOffer.col4x4 .OrderButton .Decrease{
        margin-left:0%;
    }
       .LastInOffer.col5x5 .OrderButton .Increase,
      .LastInOffer.col5x5 .OrderButton .Decrease{
        margin-left:0%;
    }
          .LastInOffer.col6x6 .OrderButton .Increase,
      .LastInOffer.col6x6 .OrderButton .Decrease{
        margin-left:0%;
    }*/
.Basket .OrderButton .Increase {
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    padding: 0px 10px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    margin-left: 0px !important;
}

.Basket .OrderButton .Decrease {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 0;
    padding: 0px 10px;
    font-size: 20px;
    z-index: 1;
    cursor: pointer;
    margin-left: 0px !important;
}
/* LAST IN OFFER END */
/* BRAND */
.Brand img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
/* BRAND END*/
/* IMG WITH OVERLAY */
.ImgWithOverlay {
    position: relative;
    color: #fff;
    margin: 30px 0;
}

    .ImgWithOverlay img {
        width: 100%;
        /*min-height: 300px;*/
        object-fit: cover;
        object-position: center;
        vertical-align: middle;
        position: relative;
        display: inline-block;
    }

.ImgWithOverlayInner {
    line-height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0);/*0,5*/
}

.ImgWithOverlayReset {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

.ImgWithOverlayTitle {
    font-size: 50px;
    margin-bottom: 20px;
    font-family: PoppinsBold, sans-serif;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.08;
}

.ImgWithOverlayBody p {
    font-size: 20px;
    line-height: 1.3;
    font-family: PoppinsRegular, sans-serif;
    text-align: center;
}

.ImgWithOverlayBody p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* IMG WITH OVERLAY END */
/* FOOTER */
footer {
    background: #000;
    padding: 10px 0;
    text-align: center;
    color: #606060;
    margin-top: 30px;
}

    footer hr {
        color: #333;
        border-top: 1px solid;
    }

    footer a {
        color: #a3a3a3;
    }

        footer a:hover {
            color: #4d4d4d;
        }

    footer .SocialMenu a {
        color: #7de815;
    }

.FooterLogo {
    max-width: 250px;
    display: inline-block;
}

.FooterMenu, .SocialMenu {
    list-style: none;
    margin: 0;
    display: block;
    position: relative;
    margin-top: 15px;
}
.FooterMenu{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

    .FooterMenu li {
        display: inline-block;
        margin: 10px 10px;
        font-size: 15px;
        line-height: 18px;
        font-weight: 600;
    }

    .SocialMenu li {
        display: inline-block;
        margin: 5px 10px;
        font-size: 25px;
        line-height: 1;
    }

.followUs {
    font-size: 15px !important;
    color: #7de815;
    /* margin-top: -20px !important; */
    /* position: absolute; */
    /* left: 0; */
    line-height: 25px !important;
    height: 100%;
    vertical-align: bottom;
}

footer .Subscribe {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.5;
}

footer .SubscribeTo {
    font-size: 14px;
    line-height: 1.5;
    color: #7de815;
}

.FormJoinedInput {
    display: inline-block;
    width: 80%;
    margin: 20px 0;
    color: #fff;
    font-size: 0;
}

    .FormJoinedInput input {
        width: 69%;
        width: calc(65% - 2px);
        padding: 10px 0;
        border: 1px solid #4d4d4d;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        background: transparent;
        font: 12px 'PoppinsRegular', sans-serif;
        color: #fff;
    }

    .FormJoinedInput button {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-family: 'PoppinsRegular', sans-serif;
        border: 1px solid #fff;
        background: #7de815;
        color: #000;
        padding: 10px 0;
        transition: all 0.5s ease;
        cursor: pointer;
        border-radius: 5px;
        /*margin-left: 5%;*/
        text-transform: uppercase;
    }

        .FormJoinedInput button:hover {
            background: #303030;
            color: #7de815;
        }

.CopyRight {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
}

    .CopyRight a {
        color: #606060;
    }
/* FOOTER END */

/* SLIDER */
.Slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
    line-height: 0;
    color: #414141;
    margin-bottom: 25px;
}

    .Slider ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        line-height: 0;
        font-size: 0;
    }

        .Slider ul li {
            position: relative;
            display: inline-block;
            margin: 0;
            padding: 0;
            /*width:100%;*/
        }

    .Slider img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .Slider .ControlNext {
        position: absolute;
        top: calc(50% - 20px);
        right: 30px;
        font-size: 15px;
        z-index: 1;
        background: #fff;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        transition: all 0.3s ease;
        display: block;
        opacity:.2;
    }

    .Slider .ControlPrev {
        position: absolute;
        top: calc(50% - 20px);
        left:  30px;
        font-size: 15px;
        z-index: 1;
        padding: 0;
        background: #fff;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        line-height: 40px;
        text-align: center;
        transition: all 0.3s ease;
        display: block;
        opacity:.2;
    }

.ControlPrev:hover, .ControlNext:hover {
    opacity:1;
    display: block;
}

.ArrowsSlider .ControlPrev,
.ArrowsSlider .ControlNext {
    display: none;
}

.SlideDots {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

    .SlideDots span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        display: inline-block;
        margin: 5px;
        transition: all 0.5s ease;
        cursor: pointer;
    }

        .SlideDots span.ActiveSlide,
        .SlideDots span:hover {
            background: #000000;
        }
/* SLIDER END */
/* CATEGORY */
.Category {
    position: relative;
    line-height: 0;
    font-size: 0;
}

    .Category img {
        width: 100%;
    }

    .Category h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 91%;
        width: calc(100% - 20px);
        font-size: 24px;
        line-height: 1;
        padding: 10px;
        background: rgba(0,0,0,0.6);
        text-transform: uppercase;
        color: #fff;
    }

.CategoryName a {
    color: #fff;
}

.CategoryName:hover a {
    color: #ff0000;
}
/* CATEGORY END */
/* PRODUCT */
.Product {
    margin: 30px auto;
    margin-bottom: 0;
}

.ProductLeft {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    margin-right: 2%;
}

    .ProductLeft .OtherImages img {
        width: 100%;
    }

.MainImg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .MainImg img {
        width: 100%;
    }

.HotDeal {
    position: absolute;
    top: -50px;
    right: -60px;
    background: #ff0000;
    transform: rotate(45deg);
    font-size: 16px;
    line-height: 1;
    width: 80px;
    padding: 25px;
    padding-bottom: 0;
    padding-top: 80px;
    text-align: center;
}

.ProductRight {
    display: inline-block;
    vertical-align: top;
    width: 58%;
    margin-left: 2%;
    font-size: 14px;
    line-height: 1.2;
    /*min-height: 430px;*/
    position: relative;
}

    .ProductRight .CategoryName {
        display: inline-block;
    }

    .ProductRight .QuantitySelect {
        border-top: 1px solid #7f7f7f;
        padding-top: 20px;
    }

.ProductBottom {   
    width: 100%;
}
.ProductRight .PluTitle{
    display:flex;
    justify-content:space-between;
    align-items:baseline;
}
.ProductRight h1, .ProductRight .PluTitle {
    font-size: 30px;
    margin: 10px 0;
}

    .ProductRight h1 span,  .ProductRight .PluTitle span{
        float: right;
        color: #ff0000;
        text-align: right;
    }

        .ProductRight h1 span strike,  .ProductRight .PluTitle span strike {
            font-size: 20px;
            text-decoration: line-through;
            display: inline-block;
        }

            .ProductRight h1 span strike b, .ProductRight .PluTitle span strike {
                color: #7f7f7f;
            }

.TabChoser {
    display: block;
    position: relative;
    clear: both;
}

    .TabChoser ul {
        list-style: none;
        margin: 10px 0;
        display: block;
        position: relative;
    }

    .TabChoser .Tabs li {
        display: inline-block;
        margin-right: 10px;
        cursor: pointer;
        color: #7f7f7f;
        transition: all 0.5s ease;
    }

.Tabs {
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 5px;
}

.TabChoser .Tabs li:hover,
.TabChoser .Tabs li.VisibleTabOption {
    color: #7de714;
}

.TabChoser .TabsContent li {
    display: none;
}

    .TabChoser .TabsContent li.VisibleTab {
        display: block;
        font-size: 14px;
        line-height: 18px;
        /*min-height: 90px;*/
    }

.TabChoser table {
    width: 100%;
}

    .TabChoser table td,
    .TabChoser table th {
        border-right: 1px solid #7f7f7f;
        border-bottom: 1px solid #7f7f7f;
        padding: 5px;
    }

        .TabChoser table td:last-child,
        .TabChoser table th:last-child {
            border-right: 0;
        }

    .TabChoser table th {
        color: #7f7f7f;
    }

        .TabChoser table th:last-child {
            color: #ff0000;
        }

    .TabChoser table tr:last-child td {
        border-bottom: 0;
    }

.VariantChoose {
    display: block;
    margin: 10px auto;
    margin-top: 0;
}

    .VariantChoose span {
        width: 100%;
    }

    .VariantChoose .col3x3 {
        width: 31.9%;
    }

    .VariantChoose select {
        display: inline-block;
        padding: 10px 20px;
        background: transparent;
        color: #7dd914;
        border-radius: 20px;
        margin: 0 0px;
        vertical-align: middle;
        width: 100%;
    }

        .VariantChoose select option {
            color: #000;
        }

.variantNameLabel {
    width: 15%;
    display: inline-block;
}

.ProductOrderQuantity {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .ProductOrderQuantity input {
        background: transparent;
        border: 1px solid #ff0000;
        padding: 10px 0;
        width: 80px;
        text-align: center;
        color: #fff;
        padding-left: 5px;
        border-radius: 20px;
    }

    .ProductOrderQuantity .Decrease {
        position: absolute;
        left: 0;
        top: 0;
        padding: 5px 15px;
        color: #7f7f7f;
        cursor: pointer;
    }

    .ProductOrderQuantity .Increase {
        position: absolute;
        right: 0;
        top: 0;
        padding: 5px 10px;
        color: #7f7f7f;
        cursor: pointer;
    }

.ChooseQuantity button {
    padding: 8px 20px;
    border: solid 1px #FFF;
    border-radius: 20px;
    background: #ff0000;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: 'PoppinsRegular', sans-serif;
}

    .ChooseQuantity button:hover {
        background: #fff;
        color: #ff0000;
    }

.Tags {
    margin: 0px auto;
    padding-top: 10px;
    margin-bottom: 0px;
    border-top: 1px solid #7f7f7f;
}
/* PRODUCT END */
/* RELATED PRODUCTS */
.RelatedProducts {
    position: relative;
}

    .RelatedProducts img {
        width: 100%;
    }

    .RelatedProducts h2 {
        font-size: 18px;
        margin: 10px 0;
        color: #fff;
    }

        .RelatedProducts h2 span {
            color: #ff0000;
            float: right;
        }
/* RELATED PRODUCTS END */
/* GALLERY */
.GalleryContainer {
    margin: 30px 0;
}

    .GalleryContainer#komponenta_0 {
        margin-top: 0;
    }

    .GalleryContainer img {
        width: 100%;
    }
/* GALLERY END */
/* REGISTRATION */
.Registration {
    display: block;
    margin: 40px auto;
}

    .Registration input,
    .Registration select {
        display: block;
        width: 100%;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #7f7f7f;
        padding: 10px 0;
        color: #fff;
        font-size: 14px;
    }

    .Registration select {
        padding: 9px 0;
        height: 37px;
    }

        .Registration select option {
            color: #000;
        }

    .Registration .Radio input {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .Registration input[type='checkbox'] {
        display: inline-block;
        width: auto;
        float: right;
    }

label.HasCheckBox {
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 29px;
}

.Registration .Radio {
    border-bottom: 1px solid #7f7f7f;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.Registration label span {
    color: #ff0000;
}

.Registration button {
    float: right;
    margin: 10px 0;
    padding: 10px 20px;
    border-radius: 20px;
    border: solid 1px #FFF;
    background: #ff0000;
    font-family: "PoppinsRegular", sans-serif;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

    .Registration button:hover {
        color: #ff0000;
        background: #fff;
    }

    .Registration button.FloatLeft {
        float: left;
    }

.Registration:after {
    clear: both;
    position: relative;
    display: block;
    content: "";
}

.important-mobile.mobile{
    display:none !important;
}
/* REGISTRATION END */
/* KORPA */
.Basket {
    margin: 40px auto;
    font-size: 14px;
    line-height: 18px;
}

    .Basket table {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
    }

.OverflowX {
    overflow: hidden;
    overflow-x: auto;
}

.Basket table td {
    padding: 10px;
    vertical-align: middle;
}

.Basket table .BasketSum td {
    border-top: 1px solid #7f7f7f;
}

.Basket img {
    width: 150px;
    /*height: 150px;
    object-fit: cover;*/
    max-width: 150px;
}

.Basket table th {
    border-bottom: 1px solid #7f7f7f;
    padding: 10px;
}

.Basket table tr:last-child td {
    background: #fff;
    color: #000;
    font-family: "PoppinsBold", sans-serif;
    text-transform: uppercase;
    border: 0;
}

    .Basket table tr:last-child td:first-child {
        border-radius: 20px 0 0 20px;
    }

    .Basket table tr:last-child td:last-child {
        border-radius: 0 20px 20px 0;
    }

.Basket table .RemoveFromCart {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .Basket table .RemoveFromCart:hover {
        color: #7f7f7f;
    }

.Basket input {
    background: transparent;
    border: 0;
    color: #fff;
    text-align: right;
    margin-top: 5px;
}

.FreeDeliveryMissing {
    color: #ff0000;
    margin: 10px auto;
}

.btn-red {
    color: #fff;
    background: transparent;
    border: 1.5px solid #ff0000;
    border-radius: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: "PoppinsRegular", sans-serif;
    transition: all 0.5s ease;
    cursor: pointer;
    display: inline-block;
    width: 48%;
    margin: 1%;
}

    .btn-red:hover {
        background: #ff0000;
    }


    .btn-red.confirm {
        color: #fff;
        background: #ff0000;
        border: 1px solid #ff0000;
        border-radius: 20px;
        padding: 10px 0;
        text-transform: uppercase;
        font-family: "PoppinsRegular", sans-serif;
        transition: all 0.5s ease;
        cursor: pointer;
        display: inline-block;
        width: 48%;
        margin: 1%;
    }

        .btn-red.confirm:hover {
            background: #ff0000;
            background: transparent;
        }



.EmptyBasketDiv {
    height: 300px;
    text-align: center;
    line-height: 300px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 20px 0;
}

.EmptyBasketInner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.EmptyBasket {
    width: 150px;
    display: block;
    vertical-align: middle;
    margin: 5px auto;
}

.EmptyTitle {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 28px;
}

.ContinueEmpty {
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #ff0000;
    font-size: 14px;
    position: relative;
    line-height: 1;
    border-radius: 20px;
    margin: 10px 0;
    color: #fff;
    /* float: right; */
    color: #fff;
    background: #ff0000;
}

    .ContinueEmpty:hover {
        /*color: #fff;
        background: #ff0000;*/
        background: #ff0000;
        background: transparent;
    }

.TextAlignCenter {
    text-align: center;
}
/* KORPA END */
/* BLOG ITEM */
.BlogItem {
    display: block;
    margin: 30px auto;
    position: relative;
}

    .BlogItem hr {
        margin-top: 0;
        margin-bottom: 5px;
        border-top: 1px solid #7f7f7f;
    }

    .BlogItem h3 {
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 20px;
        line-height:1.2;
    }

    .BlogItem img {
        width: 100%;
    }

    .BlogItem .col2x2 {
        margin-top: 0;
    }

.BlogItemBody {
    padding-bottom: 30px;
}

.BlogItemLink {
    position: absolute;
    bottom: 15px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    z-index: 1;
    border: 1px solid #fff;
}

    .BlogItemLink:hover {
        background: #ff0000;
        color: #fff;
    }
/* BLOG ITEM END */
/* BLOG PAGE */
.BlogPage {
    line-height: 1.2;
    display: block;
    position: relative;
}

    .BlogPage iframe {
        /*min-width: 100%;*/
        margin: 20px auto;
    }

    .BlogPage img {
        width: 100%;
        margin: 20px 0;
    }

    .BlogPage h1 {
        font-size: 30px;
        text-transform: uppercase;
        margin: 20px auto;
    }

    .BlogPage .col2x2 {
        width: 49.8%;
        margin: 0;
        margin-bottom: 20px;
    }
/* BLOG PAGE END*/
/* ISPORUKA */
.RegistrationHidden {
    clear: both;
    display: none;
    width: 100%;
}

.RegistrationTitle {
    font-size: 14px;
    display: block;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0;
    background: #fff;
    color: #000;
    font-family: 'PoppinsRegular', sans-serif;
}

.display-hide {
    display: none;
}

.Registration .Radio input {
    display: none;
}

.Radio .FalseRadio {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #141414;
    box-shadow: 0 0 0 2px #fff;
    border: 2px solid transparent;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.Radio input:checked + .FalseRadio {
    background: #fff;
    box-shadow: 0 0 0 2px #fff;
    border: 2px solid #000;
}

.Wizard {
    display: block;
    text-align: left;
    font-size: 0;
}

    .Wizard a {
        display: inline-block;
        width: 31.33%;
        color: #000;
        font-size: 14px;
        line-height: 1;
        padding: 13px 0;
        position: relative;
        margin-right: 2%;
        text-align: center;
        background: #fff;
    }

        .Wizard a.CurrentWizard {
            background: #7de815;
        }

        .Wizard a:first-child {
            border-radius: 20px 0 0 20px;
        }

        .Wizard a:last-child {
            border-radius: 0 20px 20px 0;
            margin-right: 0;
            width: 33.33%;
        }

        .Wizard a:before {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #141414;
            position: absolute;
            content: "";
            top: 0;
            left: 0;
        }

        .Wizard a:after {
            width: 0;
            height: 0;
            border-top: 20px inset transparent;
            border-bottom: 20px inset transparent;
            border-left: 20px solid #fff;
            position: absolute;
            content: "";
            top: 0;
            right: -20px;
            z-index: 1;
        }

        .Wizard a.CurrentWizard:after {
            border-left-color: #7de815;
        }

        .Wizard a.CurrentWizard:before {
            /*border-left-color: #7de815;*/
        }

        .Wizard a:first-child:before,
        .Wizard a:last-child:after {
            border: none;
        }

    .Wizard .last {
        border-radius: 0 20px 20px 0;
        margin-right: 0;
        width: 33.33%;
    }

    .Wizard a.last:after {
        border: none;
    }
/*ISPORUKA END */
/* POTVRDA */
.OrderDetails {
    display: block;
    margin: 20px 0;
    margin-bottom: 30px;
}

.Amenity {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.AmenityValue {
    display: inline-block;
    width: 68%;
    vertical-align: top;
}

.Amenity.GreenAmenity {
    color: #7de815;
}
/* POTVRDA END */
/* PRIVACY */
.Privacy h2 {
    text-align: center;
    display: block;
}

.Privacy h3 {
    font-size: 24px;
    margin: 10px auto;
}

.Privacy h4 {
    font-size: 20px;
    margin: 10px auto;
}

.Privacy p {
    margin: 10px 0;
}
/*PRIVACY END*/
/* LEFT MENU */
.LeftMenu {
    width: 15%;
    background: #f2f2f2;
    height: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
}

.LeftMenuLogo {
    filter: drop-shadow(0px 0px 2px #000);
    -webkit-filter: drop-shadow(0px 0px 2px #000);
    height: 80px;
    display: block;
    margin: 10px auto;
}

.LeftMenu ul {
    padding: 0 10px;
    color: #000;
    list-style: none;
}

    .LeftMenu ul li {
        font-size: 16px;
        display: block;
        position: relative;
        padding: 10px 0;
        padding-left: 10px;
        cursor: pointer;
        font-family: 'PoppinsBold', sans-serif;
    }

.LeftMenu a {
    color: #333;
}

.LeftMenu li i {
    padding-right: 5px;
    color: #7f7f7f;
}

.LeftMenu ul li ul {
    display: none;
}

.LeftMenu ul li.ShowThis > a {
    color: #ff0000;
}

.LeftMenu ul li.ShowThis ul {
    display: block;
}

.MainContent {
    width: 85%;
    right: 0;
    top: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
    overflow: auto;
}

    .MainContent .Logo {
        opacity: 0;
        z-index: -1;
    }

    .MainContent .ShrinkContainer {
        width: 98%;
    }
/* LEFT MENU END */
/* KOLEKCIJE */
.Btn-green {
    width: 100%;
    padding: 6px 0;
    border-radius: 220px;
    border: 1px solid #7de815;
    background: transparent;
    color: #333;
    background: #7de815;
    text-transform: uppercase;
    font-family: 'PoppinsRegular', sans-serif;
}

/* KOLEKCIJE END */
/* KONTAKT */
.ContactPage a,
.ContactPage i {
    color: #7de815;
}

.ContactPage input,
.ContactPage textarea {
    background: transparent;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #7f7f7f;
    width: calc(100% - 10px);
    color: #fff;
}
#contactEmail{
        margin-right: 3%;
}
.ContactPage .col2x2{
        width: 48%;
        margin-right:0;
}
.ContactPage textarea {
    min-height: 60px;
    /*width: calc(100% - 40px);*/
}

.ContactPage button[type='submit'] {
    float: right;
    padding: 10px 20px;
    border-radius: 20px;
    border: 0;
    color: #333;
    background: #7de815;
    margin-right: 10px;
}

.ContactPage button {
    float: right;
    padding: 10px 20px;
    border-radius: 20px;
    border: 0;
    color: #333;
    background: #7de815;
    margin-right: 10px;
}
.ContactPage .finishBtn .col2x2{
    width:50%;
}
/* CONTACT END*/
/* SEARCH PLU */
.InputWithButton {
    display: inline-block;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 100%;
    height:26px
}

    .InputWithButton input,
    .InputWithButton button {
        background: transparent;
        display: inline-block;
        width: 78%;
        vertical-align: middle;
        border: 0;
        color: #fff;
        padding: 6px 0;
        margin-left: 2%;
    }

    .InputWithButton button {
        width: 20%;
        margin-left: 0;
    }

    .InputWithButton input {
        padding: 6px 0 6px 8px;
        float:left;
        width:70%;
    }
/* SEARCH PLU END */

/* VIDEO */
iframe {
    max-width: 100%;
    width: 100%;
    min-height: 200px;
    display: block;
    margin: 0 auto;
}

.RedHr {
    border-color: red;
}

.GreyHr {
    border-color: #797979;
}
/* VIDEO END */
/* HOT PLU */
.HotPlu {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

    .HotPlu .MarkerDivHPlu img {
        display: inline-block;
        vertical-align: top;
    }

    .HotPlu .MarkerDivHPlu .markerImgHotPlu {
        width: 25%;
        right: 0;
        position: absolute;
    }

.MarkerDivHPlu {
    display: inline-block;
    width: 35%;
    position: relative;
    overflow: hidden;
}

    .MarkerDivHPlu.PluDetailsDiv {
        display: inline-block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

.SmallHotPlu .MarkerDivHPlu {
    width: 24.25%;
}

.BigHotPlu .MarkerDivHPlu {
    width: 50%;
}

.HotPlu img {
    display: inline-block;
    vertical-align: top;
}

.HotPluDesc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 1;
}

    .HotPluDesc h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

.HotPluDescText {
    font-size: 14px;
    display: block;
    line-height: 18px;
}

    .HotPluDescText p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 17;
        -webkit-box-orient: vertical;
    }
    .BigHotPlu .HotPluDescText p{
     -webkit-line-clamp: 26; 
}
.SmallHotPlu .HotPluDescText p {
    -webkit-line-clamp: 11;
}

.HotPluAmenities {
    display: block;
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #7f7f7f;
}

.HotPluAmenity {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
    border-right: 1px solid #7f7f7f;
    padding-right: 15px;
    color: #7f7f7f;
}

    .HotPluAmenity:last-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }

    .HotPluAmenity span {
        color: #fff;
    }

.HotPluOrder {
    display: block;
    position: absolute;
    width: 100%;
    bottom: -13px;
}

.HotPluPrice {
    color: #ff0000;
    font-size: 24px;
    display: inline-block;
    margin-top: 10px;
}

    .HotPluPrice span {
        color: #797979;
        font-size: 20px;
    }

.HotPlu img {
    /*width: 100%;*/
}

.HotPlu .OrderButton img {
    width: 60%;
    margin-top: -3px;
}

.HotPlu .HotPluDesc {
    width: 63%;
    margin-left: 2%;
    display: inline-block;
}

.SmallHotPlu img {
    /*width: 100%;*/
}



.SmallHotPlu .HotPluDesc {
    width: 74%;
    margin-left: 2%;
}

.BigHotPlu img {
    width: 100%;
}

.BigHotPlu .HotPluDesc {
    width: 48%;
    margin-left: 2%;
}


/* HOT PLU END */
/* JUST INSERTED PRODUCT */
.WhenInserted .ShrinkContainer {
    position: relative;
    z-index: 9999999;
    display: none;
}

.WhenNotInserted .ShrinkContainer {
    position: relative;
    z-index: 9;
    display: none;
}

.JustInserted {
    position: absolute;
    right: 0;
    background: #fff;
    top: 180px;
    max-width: 100%;
    width: 300px;
    box-shadow: 0 0 6px #999;
}
.safariBrowser .JustInserted{
    top: 160px;
}

.CheckBoxInfo {
    left: 0;
    background: #fff;
    max-width: 100%;
    width: 300px;
    box-shadow: 0 0 6px #999;
    position: absolute;
    top: -50px;
    z-index:99999;
    display: none;
}

.JIHeader {
    background: #7de815;
    color: #fff;
    line-height: 1;
    font-size: 14px;
    padding: 10px;
}

    .JIHeader i {
        float: right;
        font-size: 16px;
    }

.JustInserted img {
    width: 30%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
}

.JIDetails {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding: 20px;
    margin: 0;
}

    .JIDetails p {
        font-size: 16px;
        text-transform: uppercase;
        text-align: left;
    font-family: 'PoppinsBold', sans-serif;
    }

.JIPrice {
    color: #ff0000;
    font-weight: bold;
}
/* JUST INSERTED PRODUCT END */
/* OPTIMIZE */
.MobileActivator, .MobileActivatorLeft {
    font-size: 0;
    display: none;
}




/* SLIDER */

.gallerySlider .ControlNext {
    position: absolute;
    font-size: 20px;
    z-index: 1;
    padding: 0;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    width: 20px;
    height: 131.6px;
    border-radius: 0%;
    line-height: 127.6px;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    right: -2px;
    margin-top: 10px;
}

.gallerySlider .ControlPrev {
    position: absolute;
    font-size: 20px;
    z-index: 1;
    padding: 0;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    width: 20px;
    height: 131.6px;
    border-radius: 0%;
    line-height: 127.6px;
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    margin-top: 10px;
}

.EnableCookieDiv {
    background-color: #ff0000;
    position: fixed;
    bottom: 0;
    width: 99%;
    text-align: center;
    line-height: 25px;
    z-index: 9999990;
    padding: .5% .5%;
}

    .EnableCookieDiv p {
        text-align: center;
    }

#ShopenErrorDiv {
    color: #ff0000;
    position:absolute;
    font-size: 0.7rem;
}
.ShopenErrorText{
    color:#ff0000 !important;
}

.markerImg {
    display: block;
    position: absolute;
    right: 0%;
    top: 0%;
    height: 25%;
}

.markerImgPluPartial {
    display: block;
    position: absolute;
    right: 0%;
    top: 0%;
    height: 25%;
    width: 25%;
}

.LastInOfferImgDiv .markerImgPluPartial {
    width: 25%;
}

.HotPlu .ShrinkContainer .markerImgHotPlu {
    display: block;
    position: absolute;
    top: 0%;
    height: 25%;
}

.MainImg .markerImg {
    width: 25%;
}
/*Sakrivene strelice kod input polja tipa number*/
type="number" */ .no-spinners {
    -moz-appearance: textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.WhenLogin {
    display: none;
}
/*UserMenu*/
.UserMenu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 99;
    color: #06595e;
    text-align: left;
    padding: 10px;
    width: 150px;
    max-width: 280px;
    display: none;
    font-family: "Lilita", sans-serif;
    box-shadow: 0 0 3px #999;
}

    .UserMenu:after {
        content: "";
        position: absolute;
        bottom: 99.8%;
        right: 10px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }

    .UserMenu .MenuItems {
        border: 1px solid #ff0000;
        border-radius: 20px;
        text-align: center;
        margin-bottom: 5px;
    }

        .UserMenu .MenuItems:hover {
            background: #ff0000;
            color: #fff;
            opacity: 0.7;
        }

.HeaderUserMenu {
    font-size: 14px;
}

.search-div{
    display:none;
    position:absolute;
    min-width:150px;
    padding:10px;
    right:0px;
    box-shadow: 0 0 3px #999;
    z-index:9999;
}
.search-div:after{
        content: "";
    position: absolute;
    bottom: 99.8%;
    right: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #FFF;
}

.TopHeaderMenu .open-search:hover > .search-div {
    display:block;
}

.TopHeaderMenu .HeaderUserMenu:hover > .UserMenu {
    display: block;
}


/*LogInWindow*/
.LogInWin {
    display: none;
    margin-bottom: 0px !important;
}

    .LogInWin input {
        color: #000;
    }

    .LogInWin .ShrinkContainer {
        position: relative;
        z-index: 9;
    }

        .LogInWin .ShrinkContainer .JIDetails {
            max-width: 100%;
            width: calc(100% - 50px);
        }
        .LogInWin .ShrinkContainer .JIDetails .ContactPage button{
            width:50%;
        }
        .LogInWin .ShrinkContainer .JIDetails .ContactPage button#loginForgotButton{
            margin-right:-10px;
        }

        .LogInWin .ShrinkContainer .JustInserted {
            top: 0px;
        }



#loginButton {
    display: inline-block;
    color: #fff;
}

#loginForgotButton {
    display: none;
    color: #fff;
}

#cancelForgotButton {
    display: none;
    color: #fff;
}

.forgotPassDiv {
    color: #ff0000 !important;
    text-decoration: underline;
}

    .forgotPassDiv:hover {
        color: #06595e;
    }

.WhenLogin {
    display: none;
}

#logInErrorDiv {
    color: red;
    text-align: center;
}


/*Za Admin*/
#MenuDiv nav ul li ul {
    width: 100% !important;
}

#pageInfo > div > div > div.portlet-body > div:nth-child(1) > div > label {
    color: #000;
}

#FrameDiv .Category h2 {
    width: 100%;
}



#FrameDiv .markerImgHotPlu,
#FrameDiv .markerImgPluPartial {
    display: none;
}

.mobileCart {
    display: none;
}

    .mobileCart .col2x2 img {
        margin-left: 10%;
    }

    .mobileCart .col2x2 h1 {
        font-size: 16px;
        font-weight: bold;
    }

    .mobileCart .col2x2 p.price {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        color: #ff0000;
    }

    .mobileCart a {
        color: #fff;
        padding-left: 20px;
        cursor: pointer;
    }

    .mobileCart .col2x2.cartLabel {
        width: 65%;
        padding-left: 5px;
    }

    .mobileCart .col2x2.cartSum {
        width: 27%;
        text-align: right;
    }

        .mobileCart .col2x2.cartSum.totalSum {
            font-size: 18px;
            color: #ff0000;
        }

    .mobileCart .shipmentDiv {
        text-align: center;
    }

    .mobileCart .remove {
        width: 30%;
        text-align: right;
    }

    .mobileCart .pluName {
        width: 65%;
    }

    .mobileCart .totalCart {
        background: #fff;
        color: #000;
        font-family: "PoppinsBold", sans-serif;
        text-transform: uppercase;
    }

.desktopCart {
    display: block;
}

.videoItem .col3x3 {
    margin-left: 32.333%;
}

.CursorPointer {
    cursor: pointer;
}
/* OPTIMIZE END */

.Loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.6);
    background-position: center;
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    font-weight: bold;
    z-index: 9999;
}

    .Loader img {
        width: 40px;
        display: block;
        margin: 200px auto 20px auto;
        -moz-animation: spin infinite linear 1.5s;
        -webkit-animation: spin infinite linear 1.5s;
        animation: spin infinite linear 1.5s;
    }

#Loader {
    display: none;
}

/*#Loader {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0,0,0, 0.4);
            background-repeat: no-repeat;
            background-attachment: fixed;
            /*background-image: url('../../Images/ajax-loader (1).gif');
            background-image: url('../../../Scripts/Theme1/img/vectorpaint.svg');
            background-position: center;
            display: block;
}*/

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*#miniCart{
    max-height:600px;
    overflow-y:scroll;
}*/
.col4x4 .ProductPrice {
    width: 60%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.TextPreview {
    padding-top: 00px;
    padding-bottom: 0px;
    text-align: justify;
}

.ratio-16-9,
.ratio-square {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

.ratio-square {
    padding-top: 100%; /* This is your aspect-ratio */
}

.ratio-16-9 {
    padding-top: 56.25%; /* This is your aspect-ratio */
}

.ratio-inner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: unset;
    width: 100%;
    height: 100%;
}

.ArrowsSlider .col6x6 {
    position: relative;
    /*margin: 10px 0.5%;*/
}

.OtherImages .col6x6 {
    display: inline-block;
    width: 15.66%;
    font-size: 15px;
    /*margin: 0.5%;*/
    margin-top: 0 !important;
    vertical-align: top;
    line-height: 1;
}
/*.createPage{
          display:none;
      }*/



.BlogPage h3 {
    font-family: 'PoppinsRegular', sans-serif;
}

.BlogPage p {
    font-family: 'PoppinsRegular', sans-serif;
    font-size: 13px !important;
    line-height: 1 !important;
}

.BlogPage h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px auto;
    font-family: 'PoppinsRegular', sans-serif;
}

.BlogPage img {
    margin-top: 20px;
}












.Category {
    overflow: hidden;
}
    /*lista kategorija*/
    .Category.col2x2 {
        width: 49.5%;
        margin-left: 0;
        margin-right: 1%;
    }

.ShrinkContainer .Category.col2x2:nth-child(2n) {
    margin-right: 0%;
}

.Category.col3x3 {
    width: 32.667%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .Category.col3x3:nth-child(3n) {
    margin-right: 0%;
}

.Category.col4x4 {
    width: 24.25%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .Category.col4x4:nth-child(4n) {
    margin-right: 0%;
}

.Category.col5x5 {
    width: 19.2%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .Category.col5x5:nth-child(5n) {
    margin-right: 0%;
}

.Category.col6x6 {
    width: 15.83333%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .Category.col6x6:nth-child(6n) {
    margin-right: 0%;
}

.Category.col2x2 h2 {
    font-size: 22px;
    white-space:normal;
}
.HotPluDesc h2 {
    font-size: 25px;
    margin-bottom: 0px;
}

.Category.col3x3 h2 {
    font-size: 20px;
}

.Category.col4x4 h2 {
    font-size: 16px;
}

.Category.col5x5 h2 {
    font-size: 14px;
}

.Category.col6x6 h2 {
    font-size: 14px;
}

/*lista proizvoda*/
.ShrinkContainer .RelatedProducts {
    margin: 0.5%;
}

.RelatedProducts.col2x2 {
    width: 49.5%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .RelatedProducts.col2x2:nth-child(2n) {
    margin-right: 0%;
}

.RelatedProducts.col3x3 {
    width: 32.667%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .RelatedProducts.col3x3:nth-child(3n) {
    margin-right: 0%;
}

.RelatedProducts.col4x4 {
    width: 24.25%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .RelatedProducts.col4x4:nth-child(4n) {
    margin-right: 0%;
}

.RelatedProducts.col5x5 {
    width: 19.2%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .RelatedProducts.col5x5:nth-child(5n) {
    margin-right: 0%;
}

.RelatedProducts.col6x6 {
    width: 15.83333%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .RelatedProducts.col6x6:nth-child(6n) {
    margin-right: 0%;
}

.RelatedProducts.col2x2 .bigPluPartial {
    display: inline-block;
}

.RelatedProducts.col2x2 .smallPluPartial {
    display: none;
}

.RelatedProducts.col3x3 .bigPluPartial {
    display: inline-block;
}

.RelatedProducts.col3x3 .smallPluPartial {
    display: none;
}

.RelatedProducts.col4x4 .bigPluPartial {
    display: inline-block;
}

.RelatedProducts.col4x4 .smallPluPartial {
    display: none;
}

.RelatedProducts.col5x5 .bigPluPartial {
    display: none;
}

.RelatedProducts.col5x5 .smallPluPartial {
    display: inline-block;
}

.RelatedProducts.col6x6 .bigPluPartial {
    display: none;
}

.RelatedProducts.col6x6 .smallPluPartial {
    display: inline-block;
}

/*lista proizvoda*/
.HotCategory .RelatedProducts {
    margin: 0.5%;
}

    .HotCategory .RelatedProducts.col2x2 {
        width: 49.5%;
        margin-left: 0;
        margin-right: 1%;
    }

        .HotCategory .RelatedProducts.col2x2:nth-child(2n+1) {
            margin-right: 0%;
        }

        .HotCategory .RelatedProducts.col2x2:nth-child(2n) {
            margin-right: 1%;
        }

    .HotCategory .RelatedProducts.col3x3 {
        width: 32.667%;
        margin-left: 0;
        margin-right: 1%;
    }

        .HotCategory .RelatedProducts.col3x3:nth-child(3n+1) {
            margin-right: 0%;
        }

        .HotCategory .RelatedProducts.col3x3:nth-child(3n) {
            margin-right: 1%;
        }

    .HotCategory .RelatedProducts.col4x4 {
        width: 24.25%;
        margin-left: 0;
        margin-right: 1%;
    }

        .HotCategory .RelatedProducts.col4x4:nth-child(4n+1) {
            margin-right: 0%;
        }

        .HotCategory .RelatedProducts.col4x4:nth-child(4n) {
            margin-right: 1%;
        }

    .HotCategory .RelatedProducts.col5x5 {
        width: 19.2%;
        margin-left: 0;
        margin-right: 1%;
    }

        .HotCategory .RelatedProducts.col5x5:nth-child(5n+1) {
            margin-right: 0%;
        }

        .HotCategory .RelatedProducts.col5x5:nth-child(5n) {
            margin-right: 1%;
        }

    .HotCategory .RelatedProducts.col6x6 {
        width: 15.83333%;
        margin-left: 0;
        margin-right: 1%;
    }

        .HotCategory .RelatedProducts.col6x6:nth-child(6n+1) {
            margin-right: 0%;
        }

        .HotCategory .RelatedProducts.col6x6:nth-child(6n) {
            margin-right: 1%;
        }



/*zoom img*/
.zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.LastInOfferImgDiv:hover img {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.LastInOfferImgDiv:hover h2 {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.zoom {
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari 3-8 */
    transform: scale(1);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.RelatedProduct .zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.02);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.BlogItem .zoom:hover {
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.02);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

.Gallery {
    overflow: hidden;
}

p {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.BlogItemBody {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.HotPlu .HotPluDesc {
    margin-left: 15px;
}

.SmallHotPlu .HotPluDesc {
    margin-left: 10px;
}

.BigHotPlu .HotPluDesc {
    margin-left: 20px;
}

.ShrinkContainer.RelatedProduct {
    padding: 10px;
}

.HotPluDescText {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    margin-top: 10px;
}

.QuantitySelect .fa {
    font-size: 24px;
    margin-right: 5px;
}

.RelatedProduct {
    overflow: hidden;
}

.Tags .col3x3 {
    width: 32%;
}

.BlogItemBody p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.masterCategory1 {
    margin-left: 33.33% !important;
}

.ShrinkContainer .Category.col3x3.masterCategory2:first-child {
    margin-left: 16.67%;
    margin-right: 1%;
}

.FilterSearchBox {
    width: 81.5%;
    display: inline-block;
    margin-left: 0;
    float: left;
}

.filterHr {
    border-top: 2px solid #fff;
    margin: 0.5px 0;
}

.FilterSearchBox .col5x5 {
    width: 18%;
    margin-right: 1%;
    float: left;
    margin-top: 0;
    margin-left: 0;
}

.filterBtn {
    width: 18%;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
}

.showAllFilters {
    text-align: left;
    float: left;
    padding-bottom: 5px;
    text-decoration: underline;
    color: #797979;
    margin-top: -25px;
    margin-left: 80%;
}

#hideAllAttDiv {
    display: none;
}

.ShrinkContainer.categoryList {
    padding-top: 0;
}

.hotCategory .RelatedProducts {
    margin-top: 10px;
}

.ShrinkContainer.HotCategory .SectionTitle {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ShrinkContainer.HotCategory {
    padding-top: 0;
}

.categoryList a {
    margin-bottom: 0;
}



.BlogPage .col1x1 {
    font-size: 14px;
    line-height: 18px;
    font-family: PoppinsRegular, sans-serif;
}

.BlogPage iframe {
    width: 560px !important;
}

.col2x2 .ActualPrice {
    font-size: 24px;
}

.col2x2 .OldPrice {
    font-size: 20px;
}

.col3x3 .ActualPrice {
    font-size: 23px;
}

.col3x3 .OldPrice {
    font-size: 19px;
}

.col4x4 .ActualPrice {
    font-size: 20px;
}

.col4x4 .OldPrice {
    font-size: 16px;
}

.col5x5 .ActualPrice {
    font-size: 18px;
    line-height: 20px;
}

.col5x5 .OldPrice {
    font-size: 15px;
}

.col6x6 .ActualPrice {
    font-size: 16px;
    line-height: 18px;
}

.col6x6 .OldPrice {
    font-size: 13px;
}

.OtherImages .col3x3 {
    display: inline-block;
    width: 31.67%;
    font-size: 13px;
    /*box-shadow: 0px 0px 3px #b2b2b2;*/
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: top;
    line-height: 1;
}

.ArrowsSlider li.col3x3 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
}
/*.ratio-square {
    padding-top: 74.5%;
}*/
.ratio-square {
    padding-top: 55%;
    margin-top: 10%;
    margin-bottom: 10%;
}

.ratio-16-9, .ratio-square {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

select:focus option.holder {
    display: none;
}

.Tags .col3x3 {
    width: 32%;
    margin-right: 0.4%;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
}


.LastInOffer.col2x2 {
    width: 49.5%;
    margin-left: 0;
    margin-right: 1%;
}

    .LastInOffer.col2x2:nth-child(2n) {
        margin-right: 0;
    }

.LastInOffer.col3x3 {
    width: 32.667%;
    margin-left: 0;
    margin-right: 1%;
}

    .LastInOffer.col3x3:nth-child(3n) {
        margin-right: 0;
    }

.LastInOffer.col4x4 {
    width: 24.25%;
    margin-left: 0;
    margin-right: 1%;
}

    .LastInOffer.col4x4:nth-child(4n) {
        margin-right: 0%;
    }

.SimilarPlus .LastInOffer {
    width: 24.25%;
    margin-left: 0;
    margin-right: 1%;
}

    .SimilarPlus .LastInOffer:nth-child(4n+1) {
        margin-right: 0;
    }

    .SimilarPlus .LastInOffer:nth-child(4n) {
        margin-right: 1%;
    }

.LastInOffer.col5x5 {
    width: 19.2%;
    margin-left: 0;
    margin-right: 1%;
}

    .LastInOffer.col5x5:nth-child(5n) {
        margin-right: 0%;
    }

.LastInOffer.col6x6 {
    width: 15.83333%;
    margin-left: 0;
    margin-right: 1%;
}

    .LastInOffer.col6x6:nth-child(6n) {
        margin-right: 0%;
    }

.HotPlu {
    margin-top: 30px;
}

.HotCat {
    margin-top: 30px;
}

.TextPreview {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .TextPreview .col1x1 {
        margin-bottom: 0;
    }

.ImgWithOverlay#komponenta_0 {
    margin-top: 0;
}

.Margin-top {
    margin-top: 30px;
}

#newslettermessage {
    color: #ff0000;
    font-size: 14px;
    padding-top: 10px;
    line-height: 1.5;
}

.HotPluDesc h2 a {
    color: #fff;
}

.HotPluDesc h2:hover a {
    color: #ff0000;
}

.rightAlign {
    text-align: right;
}

.centerAlign {
    text-align: center;
}

.col2x2.right {
    margin-right: 0;
    width: 50%;
}

.Section.Registration.Payment {
    min-height: 250px;
}

a h2 {
    color: #fff;
}

    a h2:hover {
        color: #ff0000;
    }

.Filter .col6x6.filterButtons {
    float: right;
}

.Filter {
    min-height: 40px;
}

#DivID {
    min-height: 300px;
    display: block;
}

.Filter .col6x6:nth-child(6n) {
    margin-left: 0;
    /*width: 25%;*/
}

#fbLoginImg {
    width: 15%;
    vertical-align: middle;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

#fbLogInButton {
    color: #fff;
    padding: 0px 5px;
    width: 60%;
    margin-bottom: 10px;
}

.Product #ShopenErrorDiv {
    text-align: center;
}

.tiles {
    top: 0;
    left: 0;
    width: 100%;  
     /*cursor: zoom-in;*/
}

.tile {
    position: relative;
    float: left;
    width: 100%;
     /*height: 311.4px;*/
    height: 418px;
    overflow: hidden;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .2s ease-out;
}



.MobileActivatorFixed {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 10px;
    font-size: 24px;
    z-index: 999;
    background: #7de815;
    padding: 5px 8px;
    cursor: pointer;
}

    .MobileActivatorFixed:hover {
        bottom: 29px;
    }

.PluSearchSection {
    min-height: 400px;
}

.PluSearchResultDiv {
    min-height: 500px;
    line-height: 500px;
    text-align: center;
}

    .PluSearchResultDiv .SectionTitle {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        color: #ff0000;
        font-size: 22px;
    }

.full-height-content-body {
    background-color: #141414;
}

.BlogPage iframe {
    width: 560px;
}

iframe {
    /*max-width: 100%;*/
    width: 100%;
    min-height: 250px;
    display: block;
    margin: 0 auto;
}

.ContactPage .col1x1 {
    width: 99%;
    margin-right: 1%;
}

#imgDiv_0 {
    margin-right: 1%;
}

#imgDiv_1 {
    margin-right: 1%;
}

#imgDiv_2 {
    margin-right: 0%;
}

.privaciPolicyAndTermsOfUse {
    font-size: 12px;
    padding-top: 10px;
    padding-left: 10px;
}

    .privaciPolicyAndTermsOfUse a {
        font-size: 12px;
        padding-top: 10px;
        color: #ff0000;
        text-decoration: underline;
    }

        .privaciPolicyAndTermsOfUse a:hover {
            color: #fff;
        }

.Section.WhenInserted.EmptyCart {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    display: block;
}


    .Section.WhenInserted.EmptyCart .JIDetails {
        width: 80%;
        padding: 20px;
        text-align: center;
        line-height: 18px;
    }

        .Section.WhenInserted.EmptyCart .JIDetails input[type=button] {
            display: inline;
            width: 40%;
            color: #ff0000;
        }

            .Section.WhenInserted.EmptyCart .JIDetails input[type=button]:hover {
                color: #fff;
            }

#EmptyCartAlert {
    display: none;
}

.WhenInserted.PluDetails {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.LastInOffer .ShrinkContainer {
    min-width: 100px;
    width: 95%;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.CartThankYouTitle {
    color: #ff0000;
    line-height: 35px;
}
/*Editor*/
#MenuDiv a {
    text-decoration: none;
}

#FrameDiv .HotPluOrder {
    bottom: -10px !important;
}

#SearchField {
    font-size: 13px;
    color: #757575;
}

.Basket a {
    color: #fff;
}

    .Basket a:hover {
        color: #ff0000;
    }

.ContactPage .AddBorder {
    border: 1px solid #7f7f7f;
    border-radius: 20px;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: calc(100% - 20px);
}

.EnableCookieDiv input[type=button] {
    background: transparent;
    border: 1px solid #ff0000;
    padding: 8px 0;
    width: 120px;
    text-align: center;
    color: #ff0000;
    padding-left: 15px;
    border-radius: 20px;
    padding-right: 20px;
    margin: 10px 0;
}

.Footer70.col2x2 {
    width: 70%;
    margin-top: -17px;
}

.Footer30.col2x2 {
    width: 25%;
}

.BlogItemLink {
    font-size: 16px;
}

.UserMenu h3 {
    color: inherit;
}

.UserMenu .MenuItems:hover h2 {
    color: #fff;
}

.DayOfBirth .col3x3 {
    width: 31.9%;
}

.chosen-container-single .chosen-default,
.chosen-single.chosen-single-with-deselect {
    color: #999;
    padding-bottom: 9px !important;
    padding-top: 9px !important;
}

.variantLabels:after {
    content: '\f078';
    display: inline-block;
    color: #63c220;
    font-family: "FontAwesome";
    margin-left: -30px;
    pointer-events: none;
    height: 15px;
    top: 7px;
    vertical-align: middle;
}

select.round {
    -webkit-appearance: none;
    /*padding-right:0;
  background-image:
    linear-gradient(45deg, transparent 50%, #7dd914 50%),
    linear-gradient(135deg, #7dd914 50%, transparent 50%),
    radial-gradient(transparent 70%, transparent 72%);
  background-position:
    calc(100% - 25px) 14px, calc(100% - 20px) 14px, calc(100% - 20px) .6em;
  background-size:
    10px 8px, 5px 10px, 2em 1.5em;
  background-repeat: no-repeat;*/
    width: 98%;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.highlight {
    background-color: #333;
    cursor: pointer;
}

select.round option:hover {
    box-shadow: 0 0 10px 100px #1882A8 inset !important;
}

select.round:focus > option:hover {
    background: #000 !important;
}


.backHomeBtn {
    padding: 10px 20px;
    border: 0;
    border-radius: 20px;
    background: #ff0000;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
    font-family: 'PoppinsRegular', sans-serif;
    width: 20%;
    float: right;
    margin-top: 50px;
    margin-right: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.JIPrice {
    display: none;
}

.product-state {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    border: 0px solid #ffd800;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'PoppinsRegular', sans-serif;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: absolute;
    bottom: 36px;
    right: -1px;
    z-index: 2;
}

.col6x6 .product-state {
    white-space: nowrap;
    max-width: 83%;
    overflow: hidden;
    text-overflow: clip;
}

.col5x5 .product-state {
    white-space: nowrap;
    max-width: 86%;
    overflow: hidden;
    text-overflow: clip;
}

.col4x4 .product-state {
    white-space: nowrap;
    max-width: 89%;
    overflow: hidden;
    text-overflow: clip;
}

.SmallHotPlu .product-state {
    white-space: nowrap;
    max-width: 89%;
    overflow: hidden;
    text-overflow: clip;
}

#FrameDiv .col6x6 .product-state {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
}

#FrameDiv .col5x5 .product-state {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
}

#FrameDiv .col4x4 .product-state {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
}

#FrameDiv .SmallHotPlu .product-state {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: clip;
}

#newslettermessage {
    color: #ff0000;
    font-size: 22px;
    text-align: center;
    /*margin-top: 150px;
    margin-bottom: 150px;*/
}

#nlBackButton {
    float: left;
    display: none;
}

h3 a {
    color: #fff;
}

h3:hover a {
    color: #ff0000;
}

.VariantChoose .variantName {
    font-size: 15px;
    line-height: 22px;
    color: #7de714;
    padding-left: 15px;
}

.NewsLetterPlu {
    border-bottom: 1px solid #7f7f7f;
}

.NewsLetterPluLabel {
    color: #7de714;
    font-size: 15px;
    line-height: 22px;
}

#ShopenLogIn {
    width: 70%;
    margin-left: 15%;
    float: none;
    background: transparent;
    border: 1px solid #ff0000;
}

#ShopenLogIn1 {
    width: 32%;
    float: left;
    background: transparent;
    border: 1px solid #ff0000;
}

#signUpNewsletter {
    float: right;
    margin-top: 20px;
}

.LogInDivNewsletter {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    float: left;
    z-index: 9;
    min-height: 300px;
    display: none;
}

.LogInDivShipment {
    width: 53%;
    float: right;
    margin-top: 5px;
    display: none;
    margin-right: 5%;
}

#logInBtnNewsletter {
    margin-right: 25%;
    width: 20%;
    display: none;
    margin-top: 15px;
}

#backBtnNewsletter {
    display: none;
    margin-top: 15px;
    width: 40%;
    z-index: 9;
    background: transparent;
    border: 1px solid #ff0000;
}

.backBtnDiv {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px;
    z-index: 9;
}

.loginMsgDivNewsletter {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

#logInBtnShipment {
    display: none;
    margin-top: 30px;
    width: 21%;
}

#logInBtnShipmentMob {
    display: none;
}

#backLoginBtnShipment {
    display: none;
    width: 20%;
    margin-top: 30px;
    background: transparent;
    border: 1px solid #ff0000;
}

.noStock p {
    color: #ff0000;
    font-size: 15px;
    line-height: 22px;
}

.MinTextForSearch {
    text-align: center;
    height: 30px;
    display: none;
}

    .MinTextForSearch p {
        text-align: center;
        font-size: 14px;
        color: #ff0000;
    }

.ErrorPage {
    text-align: center;
    height: 170px;
}

    .ErrorPage p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .ErrorPage a {
        color: #fff;
        font-weight: 600;
    }

.SectionTitle.endPromotion {
    margin-top: 30px;
    margin-bottom: 30px;
}

.addToWishListBtn {
    background: transparent;
    border: 1px solid #ff0000;
    padding: 8px 0;
    width: 120px;
    text-align: center;
    color: #ff0000;
    padding-left: 15px;
    border-radius: 20px;
    padding-right: 20px;
}

    .addToWishListBtn:hover {
        color: #fff;
    }

.QuantitySelect .fa-heart {
    font-size: 14px;
}

strike {
    text-decoration: none;
    position: relative;
}

    strike:after {
        content: "";
        position: absolute;
        top: 50%;
        top: calc(50% -1px);
        width: 100%;
        border-top: 1px solid;
        left: 0;
    }

.LastInOffer strike {
    text-decoration: none;
    position: absolute;
}

.noActiveShopDiv {
    background-color: #ff0000;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 9999990;
}

    .noActiveShopDiv p {
        line-height: 40px;
        text-align: center;
    }

.no-margin-right {
    margin-right: 0 !important;
    width: 50%;
}

.btn-red.no-margin-right {
    width: 49% !important;
}

.Reclamation.SectionTitle {
    line-height: 1;
}

.ReclamationPage {
    margin-top: 20px;
    min-height: 300px;
}
.ReclamationPage h2.SectionSubTitle{
    font-size: 19px;
    font-family: 'PoppinsBold', sans-serif;
    margin-bottom:10px;
}
.freeShippingBar {
   
    height: 25px;
    font-size: 14px;
    font-family: 'PoppinsRegular', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*share btns*/
.show-share-btn {
    display: none;
}

.LastInOffer {
    padding-bottom: 30px;
}

.ShareButtonsHome {
    position: fixed;
    left: 0;
    bottom: 20%;
    height: 50px;
    width: 20px;
    z-index: 9;
}

    .ShareButtonsHome .shareDiv {
        position: relative;
    }

.ShareBtnFrame {
    width: 40px;
    height: 40px;
}

.ShareButtonsPlu {
    display: inline-block;
    float: right;
    max-height: 22px;
}

    .ShareButtonsPlu .ShareBtnFrame {
        width: 22px;
        height: 20px;
        display: inline-block;
        border-radius: 5px;
        padding-top: 2px;
    }

        .ShareButtonsPlu .ShareBtnFrame .fa {
            font-size: 15px !important;
            padding: 2px 5px !important;
        }

.drop-down-share-btns-layout .fa {
    margin-right: 5px;
}

.ShareBtnFrame-Facebook {
    background-color: rgb(59, 89, 152);
}

    .ShareBtnFrame-Facebook .fa-facebook {
        color: #fff;
        font-size: 25px;
        padding: 7px 12px;
    }

.ShareButtonsPlu .ShareBtnFrame .fa-facebook {
    padding-left: 7px !important;
}

.ShareButtonsPlu .ShareBtnFrame .fa-google-plus {
    padding-left: 2px !important;
}

.ShareButtonsPlu .fa-twitter {
    padding-left: 4px !important;
}

.ShareButtonsPlu .ShareBtnFrame .fa-envelope-o {
    padding-left: 4px !important;
}

.ShareBtnFrame-Gplus {
    background-color: rgb(220, 78, 65);
}

    .ShareBtnFrame-Gplus .fa-google-plus {
        color: #fff;
        font-size: 22px;
        padding: 8px 7px;
    }

.ShareBtnFrame-Twitter {
    background-color: rgb(85, 172, 238);
}

    .ShareBtnFrame-Twitter .fa-twitter {
        color: #fff;
        font-size: 25px;
        padding: 7px 10px;
    }

.ShareBtnFrame-Pinterest {
    background-color: rgb(203, 32, 39);
}

    .ShareBtnFrame-Pinterest .fa-pinterest-p {
        color: #fff;
        font-size: 25px;
        padding: 7px 10px;
    }

.ShareBtnFrame-Linkedin {
    background-color: rgb(0, 119, 181);
}

    .ShareBtnFrame-Linkedin .fa-linkedin {
        color: #fff;
        font-size: 25px;
        padding: 7px 10px;
    }

.ShareBtnFrame-Share {
    background-color: rgb(255, 0, 0);
}

    .ShareBtnFrame-Share .fa-share-alt {
        color: #fff;
        font-size: 25px;
        padding: 7px 10px;
    }

.ShareBtnFrame-Email {
    background-color: #797979;
}

    .ShareBtnFrame-Email .fa-envelope-o {
        color: #fff;
        font-size: 25px;
        padding: 7px 7px;
    }

.ShareButtonsHome .fa-facebook-square {
    color: rgb(59, 89, 152);
    background-color: #fff;
    border-radius: 0;
}

.ShareButtons {
    width: 24%;
    float: right;
    margin-top: 15px;
    text-align: right;
    position: relative;
}

    .ShareButtons .fa {
        font-size: 24px;
    }

    .ShareButtons .fa-facebook-square {
        color: rgb(59, 89, 152);
        background-color: #fff;
    }

    .ShareButtons .fa-twitter-square {
        color: rgb(85, 172, 238);
        background-color: #fff;
    }

    .ShareButtons .fa-pinterest-square {
        color: rgb(203, 32, 39);
        background-color: #fff;
    }

    .ShareButtons .fa-share-alt-square {
        color: rgb(99, 194, 32);
        background-color: #fff;
    }

    .ShareButtons .fa-google-plus-square {
        color: rgb(220, 78, 65);
        background-color: #fff;
    }

    .ShareButtons .fa-linkedin {
        background-color: rgb(0, 119, 181);
        color: #fff;
        padding: 3px;
        font-size: 18px;
        border-radius: 5px;
    }

    .ShareButtons .fa-whatsapp {
        background-color: rgb(99, 194, 32);
        color: #fff;
        padding: 2px 3px;
        border-radius: 5px;
        font-size: 18px;
    }

.drop-down-share-btns-layout .fa {
    font-size: 24px;
}

.drop-down-share-btns-layout .fa-facebook-square {
    color: rgb(59, 89, 152);
    background-color: #fff;
}

.drop-down-share-btns-layout .fa-twitter-square {
    color: rgb(85, 172, 238);
    background-color: #fff;
}

.drop-down-share-btns-layout .fa-pinterest-square {
    color: rgb(203, 32, 39);
    background-color: #fff;
}

.drop-down-share-btns-layout .fa-share-alt-square {
    color: rgb(99, 194, 32);
    background-color: #fff;
}

.drop-down-share-btns-layout .fa-google-plus-square {
    color: rgb(220, 78, 65);
    background-color: #fff;
}

.drop-down-share-btns-layout .fa-linkedin {
    background-color: rgb(0, 119, 181);
    color: #fff;
    padding: 3px;
    font-size: 16px;
    border-radius: 5px;
}

.drop-down-share-btns-layout .fa-whatsapp {
    background-color: rgb(99, 194, 32);
    color: #fff;
    padding: 2px 3px;
    border-radius: 5px;
    font-size: 18px;
}

.drop-down-share-btns-layout svg {
    width: 17px;
    margin-right: 5px;
    background-color: #665cac;
    color: #fff;
    padding: 3px 2px;
    border-radius: 5px;
}

.drop-down-share-btns {
    position: absolute;
    right: 0;
    width: 300px;
    background-color: #fff;
    z-index: 1;
    border: 2px solid #ddd;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    color: #017eff;
}

    .drop-down-share-btns .col2 a {
        font-size: 14px;
        color: #017eff;
    }

    .drop-down-share-btns .col2 {
        width: 49%;
        display: inline-block;
        margin-bottom: 10px;
    }

.drop-down-share-btns-layout {
    position: absolute;
    left: 40px;
    width: 300px;
    background-color: #fff;
    border: 2px solid #ddd;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    color: #017eff;
    bottom: 0px;
}

    .drop-down-share-btns-layout a {
        color: #017eff;
        font-size: 14px;
    }

    .drop-down-share-btns-layout .col2 {
        width: 49%;
        display: inline-block;
        margin-bottom: 10px;
    }

.viberCol {
    position: relative;
}

    .viberCol p {
        margin-left: 30px;
    }

    .viberCol svg {
        position: absolute;
    }

.drop-down-share-btns svg {
    width: 17px;
    margin-right: 5px;
    /*background-color: #665cac;*/
    color: #fff;
    /*padding: 3px 2px;*/
    border-radius: 5px;
}

.drop-down-share-btns .fa {
    margin-right: 5px;
}

.SBSVG p {
    display: inline;
    margin-left: 5px;
    line-height: 1.1;
}

.SBSVG img {
    max-width: 21px;
    border-radius: 5px;
    display: inline;
    margin-bottom: -2px;
}

.ShareButtons .fa-facebook-square {
    color: rgb(59, 89, 152);
    background-color: #fff;
}

.mobile {
    display: none;
}

.mobileShareBtn {
    display: none;
}

.drop-down-share-btns-layout .col2.mobile {
    display: none;
}

.drop-down-share-btns .col2.mobile {
    display: none;
}


.searchErorDiv {
    position: absolute;
    max-width: 200px;
    font-size: 12px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 5px;
    padding: 10px;
    bottom: -70px;
    display: none;
    z-index: 9;
}

.searchErorDivError {
    position: absolute;
    max-width: 200px;
    font-size: 12px;
    color: #fff;
    background-color: #ff0000;
    border-radius: 5px;
    padding: 10px;
    bottom: -70px;
    display: none;
    z-index: 9;
}

.searchError {
    position: relative;
}

.LogInDiv {
    width: 53%;
    float: right;
    margin-top: 5px;
    display: none;
    margin-right: 5%;
}

#logInBtn {
    display: none;
    margin-top: 30px;
}

#LogInHide {
    display: none;
    width: 27%;
    margin-top: 30px;
}

.LogInErrorDiv {
    width: 100%;
    color: #ff0000;
    font-size: 12px;
    display: none;
}

.nlDiv .col1x1 {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 20px;
}

    .nlDiv .col1x1.title {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .nlDiv .col1x1 a {
        color: #fff;
        text-decoration: underline;
    }

.g-recaptcha {
    display: inline-block;
}

.SuccesfulRegistration {
    text-align: center;
    min-height: 430px;
}

    .SuccesfulRegistration h2 {
        font-size: 24px;
        text-transform: uppercase;
        margin-top: 50px;
        margin-bottom: 50px;
        line-height: 1.2;
    }

    .SuccesfulRegistration p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 1.2;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

.g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    padding-top: 20px;
}

.TermsOfUseDiv {
    text-align: center;
    margin-top: -15px;
    display: none;
}

.fb-comments iframe {
    width: 1100px !important;
}

.DeactiveShop {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    height: 60%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.deactiveHight {
    height: 100vh;
}

.DeactiveShop > h2 {
    font-size: 22px;
    padding: 20px 0;
}

.mobile {
    display: none;
}
#shipmentTable{
    width: 100%;
    text-align:center;
    border: 1px solid #7f7f7f;
    margin-bottom:20px;
}
#shipmentTable th{
    width:calc(100%/7)
}
#shipmentTable td, #shipmentTable th{
    border-left: 1px solid #7f7f7f;
    padding:5px;
}
.SectionSubTitle h2{
        font-size: 15px;
    line-height: 22px;
        padding: 10px 0;
    font-weight: 600;
    text-align:center;
}
.adressList .col3x3 p{
    font-size:14px;
    line-height:1.5;
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .safari10 { 
            color:#0000FF; 
            background-color:#CCCCCC; 
        }
    }
}

@media all and (max-width: 1500px) {
    nav a {
        padding: 20px 20px 20px 0;
    }
}

@media all and (max-width: 1200px) {
    .ShrinkContainer {
        width: 98%;
    }

    nav ul li ul {
        width: 96%;
        padding: 0 2%;
    }
}

@media all and (max-width: 900px) {
    .SlideDots {
    position: relative;
    bottom: 7px;
}
    .TopHeaderMenu {
        display: block;
        position: relative;
        float: none;
        text-align: center;
        padding-top: 15px;
        border-top: 1px solid #7f7f7f;
        margin-top: 0px !important;
    }

    .TopHeaderMenu, .BottomHeader {
        display: none;
    }

    .TopHeader {
        text-align: left;
    }

    .MainContent .TopHeader {
        text-align: center;
    }

    .MainContent .Logo {
        opacity: 1;
        z-index: 1;
    }

    .TopHeaderMenu li {
        display: inline-block;
    }

    .MobileActivator {
        display: inline-block;
        font-size: 30px;
        text-align: right;
        position: relative;
        margin-top: 25px;
        margin-right: 10px;
        z-index: 1;
        cursor: pointer;
        float: right;
    }

    .MainContent .MobileActivatorLeft {
        display: inline-block;
        font-size: 30px;
        text-align: right;
        position: relative;
        margin-top: 25px;
        margin-right: 10px;
        z-index: 1;
        cursor: pointer;
        float: left;
    }

    .LeftMenu {
        display: none;
        width: 300px;
        max-width: 100%;
    }

        .LeftMenu.ForceExpand {
            display: block;
        }

    .CloseLeftMenu {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
        color: #ff0000;
        font-size: 16px;
        margin: 10px;
        cursor: pointer;
    }

    .MainContent {
        width: 100%;
    }

    nav ul li {
        display: block;
        text-align: center;
        margin: 0 auto !important;
    }

    nav a {
        padding: 20px 0;
    }

    nav ul li ul, nav ul li ul ul {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
    }

        nav ul li ul li {
            display: block;
        }

    .col4x4, .col4x4:nth-child(4n+1), .col4x4:nth-child(4n) {
        display: inline-block;
        margin: 10px 0;
        width: 49%;
        font-size: 13px;
        line-height: 1;
        margin-right: 1%;
        vertical-align: top;
    }

        .col4x4:nth-child(2n) {
            margin-right: 0;
            margin-left: 1%;
        }

    .FulCol6x6 {
        width: 33.333%;
    }

    .col6x6 {
        display: inline-block;
        width: 32.33%;
        font-size: 13px;
        margin: 10px 0.5%;
        vertical-align: top;
        line-height: 1;
    }

        .col6x6:nth-child(3n) {
            margin-right: 0;
            margin-left: 1%;
        }

        .col6x6:nth-child(3n+1) {
            margin-left: 0;
            margin-right: 1%;
        }

    .SmallBasket {
        right: initial;
        left: 0;
    }

        .SmallBasket:after {
            right: initial;
            left: 10px;
        }

    .WhenInserted {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }
}

@media all and (max-width: 820px) {
    .HotPlu .MarkerDivHPlu {
        /*width: 100%;*/
    }

    .HotPluPrice {
        font-size: 20px;
    }

        .HotPluPrice span {
            font-size: 16px;
        }

    .OrderButton .Increase, .OrderButton .Decrease {
        font-size: 12px;
    }

    .OrderButton .Increase {
        top: 7px;
    }

    .OrderButton .Decrease {
        bottom: 15px;
    }

    .ImgWithOverlayTitle {
        font-size: 41px;
    }

    .HotPlu .HotPluDesc {
        /*width: 100%;*/
        margin-top: 10px;
    }

    .BigHotPlu .OrderButton {
        width: 40%;
    }

    .BigHotPlu .HotPluDesc {
        margin-left: 10px;
    }

    .SmallHotPlu .MarkerDivHPlu {
        width: 28.25%;
    }

    .HotPluDescText p, .SmallHotPlu .HotPluDescText p, .BigHotPlu .HotPluDescText p  {
        -webkit-line-clamp: 3;
    }

    .SmallHotPlu .HotPluDesc {
        width: 70%;
    }

    .HotPlu .HotPluOrder {
        position: relative;
    }

    .LastInOfferImgDiv:hover h2 {
        line-height: 15;
    }

    .LastInOffer.col4x4, .Category.col4x4 {
        width: 49.5%;
    }

        .Category.col4x4:nth-child(2n), .LastInOffer.col4x4:nth-child(2n) {
            margin-right: 0;
            margin-left: 0;
        }

        .Category.col4x4:nth-child(1), .Category.col4x4:nth-child(2) {
            margin-bottom: 0;
        }

        .LastInOffer.col4x4:nth-child(1), .LastInOffer.col4x4:nth-child(2) {
            padding-bottom: 5px;
        }

    .LastInOffer.col5x5, .Category.col5x5 {
        width: 32.5%;
    }

        .Category.col5x5:nth-child(1), .Category.col5x5:nth-child(2) {
            width: 49.5%;
            margin-bottom: 0;
        }

        .Category.col5x5:nth-child(2) {
            margin-right: 0;
        }

        .LastInOffer.col5x5:nth-child(1) {
            width: 49.5%;
            padding-bottom: 5px;
        }

        .LastInOffer.col5x5:nth-child(2) {
            width: 49.5%;
            margin-right: 0;
            padding-bottom: 5px;
        }

    .LastInOffer.col6x6, .Category.col6x6 {
        width: 32.5%;
    }

        .LastInOffer.col6x6:nth-child(3n), .Category.col6x6:nth-child(3n) {
            margin-left: 0;
        }

        .LastInOffer.col6x6:nth-child(1), .LastInOffer.col6x6:nth-child(2), .LastInOffer.col6x6:nth-child(3) {
            padding-bottom: 5px;
        }

        .Category.col6x6:nth-child(1), .Category.col6x6:nth-child(2), .Category.col6x6:nth-child(3) {
            margin-bottom: 0;
        }
}

@media all and (max-width: 800px) {
    .ProductLeft, .ProductRight {
        width: 100%;
        margin: 0;
    }

    .BlogItemLink {
        position: relative;
    }
}

@media all and (max-width: 700px) {
    .col3x3, .col6x6,
    .col6x6:nth-child(3n), .col6x6:nth-child(3n+1),
    .col3x3:nth-child(3n), .col3x3:nth-child(3n+1) {
        display: inline-block;
        margin: 10px 0;
        width: 49%;
        font-size: 13px;
        line-height: 1;
        margin-right: 1%;
        vertical-align: top;
    }

        .col3x3:nth-child(2n), .col6x6:nth-child(2n) {
            margin-right: 0 !important;
            margin-left: 1% !important;
        }

    .LastInOffer h2 {
        font-size: 15px;
    }

    .ActualPrice {
        font-size: 13px;
    }

    .Amenities {
        margin-top: 0px;
        padding: 0;
    }

    .HotPluDesc {
        height: auto !important;
    }

    .FulCol3x3, .FulCol6x6, .FulCol4x4 .FulCol5x5 {
        width: 50%;
    }

    .OtherImages .col6x6 {
        display: inline-block;
        width: 15.66%;
        margin: 0.5% !important;
    }

        .OtherImages .col6x6:first-child {
            margin-left: 0% !important;
        }

        .OtherImages .col6x6:last-child {
            margin-right: 0% !important;
        }

    .WhenInserted {
        right: 0;
    }
}

@media all and (max-width: 700px) {
    .mobileCart {
        display: block;
    }

    .desktopCart {
        display: none;
    }

    .BlogItem h3 {
        font-size: 16px;
    }

    .videoItem .col1x1,
    .videoItem .col2x2,
    .videoItem .col3x3 {
        margin-left: 0;
        width: 100%;
    }

    .Registration .col2x2 {
        width: 100%;
    }

    .Wizard a {
        width: 25%;
    }

    .menuSecondlevelItems li a {
        border: none;
        font-size: 11px;
        color: gray;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .menuSecondlevelItems {
        border: none;
        box-shadow: none;
    }
}

@media all and (max-width: 600px) {
    .btn-red {
        padding: 5px 0;
    }

    .mobile {
        display: block;
    }

    .no-mobile {
        display: none !important;
    }
    .TabChoser ul {
       font-size:13px;
    }
    .UserMenu1 {
        position: fixed;
        top: 100%;
        right: 0;
        background: #fff;
        z-index: 99999;
        color: inherit;
        text-align: left;
        padding: 10px;
        width: 100px;
        max-width: 280px;
        display: none;
        font-family: "Lilita", sans-serif;
        box-shadow: 0 0 3px #999;
        font-size: 14px;
    }

    .ReclamationPage h2.SectionSubTitle {
        font-size: 14px;
    }

    .col2x2, .col2x2:nth-child(2n) {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        line-height: 1;
        margin: 10px 0 !important;
    }

    .ShareButtonsHome {
        display: none;
    }

    .BlogItem, .TextPreview {
        width: 95%;
        .VariantChoose select margin-left: auto;
        margin-right: auto;
    }

    p {
        font-size: 12px;
    }

    .VariantChoose label.variantName {
        display: block;
    }

    .VariantChoose .variantLabels, .VariantChoose select {
        width: 100%;
    }

    .Category.col2x2:nth-child(2n) {
        width: 49.5%;
    }

    .Category.col2x2 h2 {
        font-size: 14px;
    }

    .LogInWin .ShrinkContainer .JustInserted {
        top: 90px;
    }

    .DayOfBirth .col3x3, .DayOfBirth .col3x3:nth-child(3n), .DayOfBirth .col3x3:nth-child(3n+1), .DayOfBirth .col3x3:nth-child(2n) {
        width: 32%;
    }

    #nlBackButtonPlu {
        width: 100% !important;
        margin: 0;
    }

    .col2x2.remove {
        font-size: 18px;
    }

    .BlogPage .col1x1 {
        font-size: 12px;
        line-height: 16px;
    }

    .BlogItemLink {
        font-size: 13px;
        padding: 5px 15px;
    }

    .Registration button {
        float: unset;
        width: 100%;
    }

    .mobileCart .col2x2 {
        width: 64%;
    }

        .mobileCart .col2x2:nth-child(2n-1) {
            width: 35%;
        }

        .mobileCart .col2x2.pluName {
            width: 90%;
        }

        .mobileCart .col2x2.remove {
            width: 8%;
        }

    .mobileCart a {
        padding-left: 0;
    }

    .mobileCart .price {
        display: block;
        margin-left: auto;
        margin-right: 2.5%;
        font-size: 16px;
    }

    .mobileCart .col2x2.cartLabel {
        width: 60%;
    }

    .mobileCart .col2x2.cartSum {
        width: 35.5%;
    }

    .mobileCart .col2x2 img {
        margin-left: 0;
        height: 80px;
    }

    .LastInOffer.col4x4:nth-child(1), .LastInOffer.col4x4:nth-child(2), .LastInOffer.col4x4:nth-child(2n), .LastInOffer.col4x4:nth-child(4n+1) {
        width: 49.5%;
    }

    .mobile-width {
        width: 95vw;
        margin-left: auto;
        margin-right: auto;
    }


    .FulCol6x6 {
        width: 33.33%;
    }

    .product-state {
        padding: 0 10px;
        font-size: 11px;
        line-height: 23px;
        bottom: 85px;
    }

    .FulCol5x5, .FulCol3x3 {
        width: 33.33%;
    }

        .FulCol5x5:nth-child(1), .FulCol5x5:nth-child(2), .FulCol4x4 {
            width: 50%;
        }

    .Slider .ControlNext, .Slider .ControlPrev {
        display: none;
    }

    .Slider img {
        min-height: 200px;
    }

    .SlideDots span {
        height: 5px;
        width: 5px;
        margin: 2px;
    }

    .ImgWithOverlay img {
        min-height: 150px;
    }

    .ImgWithOverlayTitle {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .ImgWithOverlayBody p {
        font-size: 16px;
    }

    .HotPlu .MarkerDivHPlu, .HotPlu .HotPluDesc {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .HotPlu, .BlogPage {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .col3x3, .col3x3:nth-child(3n), .col3x3:nth-child(3n+1),
    .col3x3:nth-child(2n) {
        display: inline-block;
        width: 32.33%;
        font-size: 13px;
        line-height: 1;
        margin: 10px 0 !important;
    }

    .FooterMenu li {
        display: block;
        margin: 5px 20px;
        font-size: 15px;
        margin-bottom: 8px;
    }

    .col5x5, .col6x6,
    .col6x6:nth-child(3n), .col6x6:nth-child(3n+1),
    .col6x6:nth-child(2n),
    .col4x4, .col4x4:nth-child(4n+1), .col4x4:nth-child(4n) {
        display: inline-block;
        width: 100%;
        font-size: 13px;
        line-height: 1;
        margin: 10px 0;
    }

    .followUs {
        font-size: 15px !important;
    }

    .SocialMenu li {
        margin: 5px 5px;
        font-size: 27px;
    }

    .SectionTitle, .BlogItem h3 {
        font-size: 18px;
        line-height: 1.2;
    }

    .BlogItem {
        margin: 10px auto;
    }

        .BlogItem h3 {
            margin-bottom: 9px;
        }

    .BlogItemBody p {
        font-size: 13px;
    }

    .FormJoinedInput button {
        font-size: 16px;
        padding: 5px 6px;
    }

    .CopyRight {
        font-size: 9px;
        line-height: 2.5;
    }

    hr {
        margin: 10px 0;
    }

    .Footer30.col2x2 {
        width: 50%;
        margin: 0px !important;
    }

    .SectionTitleNewsletter1 {
        font-size: 16px;
        display: block;
        margin-top: 50px;
    }

    #nlBackButtonPlu {
        margin-top: 50px !important;
        float: unset !important;
    }

    .col4x4 .ActualPrice {
        font-size: 14px;
        line-height: 18px;
    }

    .col1x1 {
        font-size: 12px;
    }

    .col4x4 .OldPrice {
        font-size: 12px;
    }

    .PluSearchResultDiv {
        min-height: 200px;
    }

    footer .SubscribeTo {
        font-size: 16px;
    }

    .BlogPage h1 {
        font-size: 22px;
        margin: 10px auto;
    }

    .col3x3:nth-child(3n+2) {
        margin-right: 1% !important;
        margin-left: 1% !important;
    }

    .col2x2:nth-child(2n) {
        margin-right: 0 !important;
        /*margin-left: 1% !important;*/
    }

    .col3x3 h2 {
        font-size: 13px;
        text-align: center;
        min-height: 30px;
    }

    .Category.col3x3 h2 {
        font-size: 13px;
    }

    
    #filterResultDiv .col3x3{
        width:49%;
        margin: 0 2% 2% 0 !important;
    }
    #filterResultDiv .col3x3:nth-child(2n){
        margin-right:0!important;
    }

    .col3x3 .ActualPrice {
        font-size: 13px;
    }

    .col3x3 .Amenities .ProductPrice {
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .col3x3 .Amenities .Ordering {
        text-align: center;
        width: 70%;
        margin-left: 10%;
    }

    .Wizard {
        text-align: left;
    }

        .Wizard a, .Wizard a:last-child {
            width: 90%;
            width: calc(100% - 20px);
            margin: 10px auto;
            display: inline-block;
        }

            .Wizard a:last-child {
                width: 100%;
            }

    .FormJoinedInput {
        text-align: center;
        margin: 0px;
    }

        .FormJoinedInput input,
        .FormJoinedInput button {
            display: inline-block;
            width: 100%;
            margin: 10px 0;
        }

    .CopyRight {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 1.2;
    }

    .col4x4:nth-child(2n) {
        margin-left: 0px;
    }

    .Amenity {
        width: 100%;
    }

    .AmenityValue {
        width: 100%;
        /*border-bottom: 1px solid #7f7f7f;*/
    }

    .OtherImages .col6x6 {
        display: inline-block;
        width: 15.66%;
        margin: 0.5% !important;
    }

    .ContactPage .AddBorder {
        width: calc(98% - 15px);
    }

    .MobileActivator {
        padding-left:20px;
        padding-right:5%;
        margin:0;
    }

    .OrderButton .Increase, .OrderButton .Decrease, .OrderButton input {
        display: none;
    }
    .mobileCart .OrderButton input{
        display:inline-block;
            margin-top: 5px;
                width: 20px;
    }
    .mobileCart .OrderButton{
        float:none;
        
    }
    .mobileCart .Ordering {
        text-align:left;
    }
    .ContactPage {
        max-width: 100vw;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileFilter {
        position: fixed;
        z-index: 999;
        background: #141414;
        width: 100%;
        left: 0;
        height: calc(100vh - 64px);
        top: 64px;
    }
    .freeShipping .mobileFilter{
        top:89px;
        height: calc(100vh - 89px);
    }

    .OtherImages .col6x6:first-child {
        margin-left: 0% !important;
    }

    .OtherImages .col6x6:last-child {
        margin-right: 0% !important;
    }

    .mobileFilterBtn {
        width: 32.5%;
    }
    .Slider ul{
        white-space: unset;
    }
    .btn-red.clear-filter {
        padding: 6px 0;
        border-radius: 220px;
        border: 1px solid #ff0000;
        color: #FFF;
        background: #ff0000;
        text-transform: uppercase;
        font-family: 'PoppinsRegular', sans-serif;
        margin: 0;
    }

    .HotCat .LastInOffer.col2x2:nth-child(2n) {
        width: 49.5%;
    }

    .HotCat .Slider img {
        min-height: inherit;
    }

    .HotCat .col2x2 .ActualPrice {
        font-size: 14px;
            line-height: 18px;
        padding-left: 5%;
    }

    .HotCat .Ordering {
        /*width: 18%;*/
    }
    .HotPlu{
        margin-top:15px;
    }
    .LogInWin .ShrinkContainer .JIDetails{
            width: calc(100% - 40px);
    }
    .LogInWin .ShrinkContainer .JIDetails .ContactPage button#loginButton{
        width:100%;
        margin-right:0;
    }
    
    .HotCat .col2x2 .OldPrice {
        font-size: 12px;
    }

    .HotCat .LastInOffer h2 {
        padding-left: 0%;
    }

    .HotCat .OrderButton button {
        width: 100%;
    }

    .HotCat .OrderButton {
        max-width: 30px;
        float: none;
    }

    .mobile-category .Slider img {
        min-height: inherit;
    }

    select[id^='atributeSelect_'] {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobilePrice.mobile {
        width: 100%;
        min-height: 40px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
      
    }

    .ImgWithOverlayTitle {
        -webkit-line-clamp: 2;
    }

    .TopHeader .mobile-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .not-logo{
    display: inline-block;
    width: 100px;
    display: flex;
    justify-content: flex-end;
    padding-right: 2%;
    }
    nav ul:first-child {
        width:100% !important;
    }
    nav ul li ul {
        border:none;
    }
.mobilePrice .addToWishListBtn {
    width: unset;
    font-size: 12px;
    font-family: 'PoppinsRegular', sans-serif;
}

.VariantChoose .col3x3:nth-child(3n+1) {
    margin: 0;
}

.ProductRight .QuantitySelect {
    padding: 0px 0 20px;
    border: none;
}

    .ProductRight .QuantitySelect .ChooseQuantity {
        display: block;
    }

.VariantChoose .col3x3 {
    width: 100%;
}

.ChooseQuantity button, .ChooseQuantity .addToWishListBtn {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    font-size:14px;
}

select, input, textarea {
    font-size: 16px;
}

label {
    position: relative;
}

.VariantChoose {
    margin: 0;
}

.ChooseQuantity label {
    display: block;
}

.VariantChoose > div.col3x3 {
    position: relative;
}

.variantLabels:after {
    position: absolute;
    right: 25px;
    pointer-events: none;
    height: 32px;
    top: 4px;
    vertical-align: middle;
}

.QuantitySelect .variantLabels:after {
    top: 10px;
}

.ChooseQuantity > div, .ChooseQuantity > button {
    margin-bottom: 15px;
    ;
}

.ChooseQuantity select {
    display: block;
    padding: 10px 20px;
    background: transparent;
    color: #7dd914;
    border-radius: 20px;
    margin: 0 0px;
    vertical-align: middle;
    width: 100%;
}

.ChooseQuantity span {
    font-size: 15px;
    line-height: 22px;
    color: #7de714;
    padding-left: 15px;
}

.ProductRight .Tags .col3x3, .ProductRight .Tags .col3x3:nth-child(3n+1) {
    width: 100%;
    margin: 3px 0 !important;
}

.hidden {
    visibility: hidden;
}

.BottomHeader {
    margin-top:110px;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    height: calc(100vh - 140px);
    overflow: auto;
    padding-bottom:30px;
}

.mobileSearch .fa {
    font-size: 30px;
    margin-left: 20px;
    -webkit-transition: width .1s; /* Safari */
    transition: width .1s;
}

.mobileResponsiveTopHeaderMenu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.TopHeaderMenu li svg {
    margin-bottom: 0 !important;
    height:30px;
}

#search .InputWithButton {
    border: 1.5px solid #ff0000;
    display: inline-block;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    border-radius: 20px;
}

#search .InputWithButton {
    display: flex;
}

.TopHeaderMenu a.noTransition {
    transition: none;
}

.EnableCookieDiv input[type=button] {
    width: 50%;
    height: 30px;
    padding: 6px 10px;
}

.EnableCookieDiv {
    width: 95%;
    padding: 2.5%;
    background-color: #ff0000d0;
}

.Logo {
    padding-left: 1.5%;
}

.TopHeaderMenu li {
    margin: 0;
}

#search {
    position: fixed;
    width: 95%;
    left: 2.5%;
    top: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobilePrice .ProductMainPrice {
    color: #ff0000;
    font-size: 17px;
    margin-bottom:7px;
}

    .mobilePrice .ProductMainPrice .shopen-price {
        color: #4c4c4c;
        font-size: 14px;
        padding-bottom: 7px;
    }

.TabChoser .TabsContent li.VisibleTab {
    font-size: 12px;
}

.ProductBottom {
    position: relative;
}

.col6x6.filterButtons {
    display: flex;
    justify-content: space-between;
}

.JustInserted {
    position: fixed;
    right: 10%;
    width: 80%;
    top: 20%;
    white-space: normal;
}
[id^=insertModal_], #logInInserted{
    width:100vw !important;
        height: 100vh;
    background:  var(--main-bg-color);
  
}
#logInInserted{
    position:fixed;
    top:0;
    left:0;
}

.mobileFilter .btn-red.confirm {
    width: 32.5%;
    margin: 0;
    padding: 6px 0;
}

.Product .ProductName {
    font-size: 20px;
    line-height: 1.2;
    margin: 5px 0;
}

.Product .CategoryName {
    line-height: 1.2;
    font-size: 12px;
    padding-top: 10px;
}

.ProductRight {
    min-height: 220px;
}

.QuantitySelect .fa {
    font-size: 20px;
}

.ProductOrderQuantity .Increase, .ProductOrderQuantity .Decrease {
    padding: 9px 7px;
}

.ProductOrderQuantity input {
    width: 60px;
}

#imgDiv_0, #imgDiv_1 {
    margin-right: 0;
}

.TopHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    min-height:unset
}

body.shopen-background.freeShipping{
    padding-top:89px;
}
.freeShipping .TopHeader{
    top:25px;
}
.freeShippingBar{
    position:fixed;
    top:0;
    z-index:999;
    width:100%;
    display:flex;
}
.freeShipping #search{
    top:94px;
}
.freeShipping .BottomHeader{
    margin-top:135px;
    height: calc(100vh - 165px);
}
nav ul li ul{
    background:transparent;
}
body.shopen-background {
    padding-top: 64px;
}
.ContactPage .col2x2{
    width:99%;
    
}
.InputWithButton{
    width: calc(95vw - 30px)
}
.ContactPage .col2x2:nth-child(2n){
    margin-right:0!important;
    margin-left: 0!important;
}
.ContactPage .ShrinkContainer {
    width:100%;
    margin:0;
    
}
.ContactPage .finishBtn .col2x2{
    width:100%;
    margin:0;
}

.ContactPage input, .ContactPage textarea{
    padding:10px 2.5%;
        width: 95%;
        margin:0;
}
.ContactPage .btn-red.confirm{
    margin:0;
}



.TopHeader .mobileHeaderCart {
    width: 35px;
    vertical-align: middle;
    margin: 0 0 0px 10px;
}

#LogoImg {
    min-width: 50%;
}

.totalCart {
    margin-bottom: 20px;
}

.ItemsInBasket {
    color: #FFF;
}

.TopHeader .mobileCartPreview {
    display: inline-block;
    position: relative;
}

    .TopHeader .mobileCartPreview span label {
        position: absolute;
        top: 0px;
        right: -10px;
        width: 20px;
        height: 20px;
        background: #ff0000;
        border-radius: 50%;
        text-align: center;
        line-height: 20px;
        font-size: 10px;
    }

.SimilarPlus .LastInOffer.col4x4:nth-child(1), .SimilarPlus .LastInOffer.col4x4:nth-child(2n-1), .SimilarPlus .LastInOffer.col4x4:nth-child(2), .SimilarPlus .LastInOffer.col4x4:nth-child(2n), .SimilarPlus .LastInOffer.col4x4:nth-child(4n-1) {
    width: 48.5%;
}

.SimilarPlus .LastInOffer.col4x4:nth-child(2n-1) {
    margin-right: 0;
    margin-left: 3%;
}

}


@media all and (max-width: 599px) {
     .g-recaptcha {
        float: none !important;
        width: 95vw;
        transform:scale(1);
    }
     iframe{
         width:unset!important;
     }
    

        .g-recaptcha > div {
            width: unset !important;
        }

    .InputWithButton input{
        padding: 6px 10px;
    }

    .BigHotPlu .OrderButton{
        width:50px;
    }
    .BigHotPlu .OrderButton{
        width:100%;
    }
    .OrderButton{
        width:50px;
    }
    .OrderButton button{
        float:right;
        width:50%;
    }
    .OrderButton button svg{
        width:100%;
    }
    .Slider{
        margin-bottom:0;
    }
    .Wizard a {
        width: 33.33%;
    }

        .Wizard a:last-child {
            width: 33.33%;
        }

    .cartButtons.shopen-background {
        margin-top: 0px;
    }

    .important-mobile.mobile {
        display: inline-block !important;
    }

    .nlDiv .col1x1 {
        width: 100%;
        margin-left: 0px;
    }

    #ShopenLogIn {
        margin-left: 0px;
        width: 100%;
    }

    #signUpNewsletter {
        float: none;
        width: 100%;
        margin-top: 0px;
    }

    .LogInDivNewsletter {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        float: left;
        z-index: 9;
        min-height: 30px;
        display: none;
    }

    #logInBtnNewsletter {
        margin-right: 0px;
        width: 100%;
        display: none;
        margin-top: 30px;
    }

    #backBtnNewsletter {
        display: none;
        margin-top: 15px;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        z-index: 9;
        background: transparent;
        border: 1px solid #ff0000;
    }

    .backBtnDiv {
        width: 100%;
        margin-left: 0%;
        margin-bottom: 15px;
    }

    .loginMsgDivNewsletter {
        margin-bottom: 40px;
        margin-top: 1px;
    }

    #ShopenLogIn1 {
        width: 100%;
    }

    #logInBtnShipment {
        margin-top: 30px;
        width: 21%;
    }

    #logInBtnShipmentMob {
        margin-top: 30px;
    }

    #backLoginBtnShipment {
        width: 100%;
        margin-top: 10px;
    }

    .mobileCart .totalCart{
        margin-bottom:5px;
            margin-left: 0;
    margin-right: 0;
    }
    .backHomeBtn{
        width:95vw !important;
        float:none !important;
        display:block !important;
        padding:10px 0;
        margin: 20px 2.5%;
        margin-top:20px!important;
    }
    .PluSearchSection .LastInOffer.col4x4:nth-child(2n-1){
        margin-right:1%;
        margin-left: 0;
    }
    .PluSearchSection .OrderButton button{
        width:100%;
    }
    .PluSearchSection .OrderButton{
        width:30px;
    }
    .LogInDivShipment {
        width: 100%;
        float: left;
    }
    .col2x2.TextAlignRight{
        margin:0 !important;
    }
    .col2x2.TextAlignRight a{
        width:100%;
        padding-left:0;
        padding-right:0;
        text-align:center
    }
}

@media all and (max-width: 480px) {
    .SlideDots{
        margin-top:12px;
    }
   
  
    .Product {
        margin-top: 0;
    }
    .col4x4 .LastInOfferImgDiv:hover h2 {
        display: block;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        font-family: 'Ubuntu', sans-serif;
        font-size: 14px;
        font-weight: 800;
        z-index: 1;
        padding: 10px;
        width: 90%;
        width: calc(100% - 20px);
        transition: all 0.5s ease;
        line-height: 15;
    }

    .OtherImages .col6x6 {
        display: inline-block;
        width: 15.66%;
        margin: 0.5% !important;
    }

        .OtherImages .col6x6:first-child {
            margin-left: 0% !important;
        }

        .OtherImages .col6x6:last-child {
            margin-right: 0% !important;
        }

        .VariantChoose .col3x3:nth-child(3n+2){
            margin:0!important;
        }

    .variantNameLabel {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        padding-top: 20px;
        padding-left: 30px;
    }

    .LastInOffer.col4x4:nth-child(2n-1) {
        margin-right: 1%;
        margin-left: 0%;
    }

    nav ul:first-child {
        width: 100% !important;
    }

    nav a {
        padding: 10px 0%;
        font-size: 17px;
    }
    nav ul li{
        text-align:left;
        padding-left:0%;
    }
    nav ul{
        padding:0 0%;
        margin: 0 2.5%;
    }
    nav ul li ul, nav ul li ul ul{
        padding: 0 5%;
        width:90%;
    }
    nav ul li ul li{
        padding-left:0%;
    }

    nav ul li ul {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        box-shadow:none;
    }
    .menuSecondlevelItems li a{
        font-size:17px;
    }

    .CategoryListContainer .Slider img {
        min-height: inherit;
    }

    .SlideDots {
        bottom: 0;
       
    }

    .LastInOffer {
        padding-bottom: 10px;
    }

}




@media all and (max-width: 480px) {

    .OrderDetails {
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .OrderDetails .col1x1 {
            margin-bottom: 0px;
            margin-top: 5px;
        }

    .btn-red.confirm {
        width: 100%;
    }

    .Margin-top {
        margin-top: 15px;
    }

    .BlogItem .BlogItemLink {
        display: block;
        width: 90%;
        text-align: center;
        font-size: 16px;
        padding: 7px 10px;
    }

    .Registration {
        margin: 0px auto;
    }

    footer {
        margin-top: 0px;
    }

    .Registration input, .Registration select {
        font-size: 16px;
    }

    .SocialMenu li:first-child {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .nlDiv .col1x1.title {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .FooterMenu, .SocialMenu {
        margin: 0;
    }

    .mobileShareBtn {
        display: inline !important;
    }

    .drop-down-share-btns-layout .col2.mobile {
        display: inline-block !important;
    }

    #shipmentTable tr {
        display: inline-grid;
        width: 50%;
    }

    #shipmentTable td, #shipmentTable th {
        border-bottom: 1px solid #7f7f7f;
    }

    #shipmentTable th {
        width: 100%;
        border-left: none;
    }

        #shipmentTable th:last-child, #shipmentTable td:last-child {
            border-bottom: none;
        }

    .adressList .col3x3 {
        width: 100%;

    }
    .adressList .col3x3:last-child{
        margin-bottom:30px !important;
    }
    .adressList .col3x3 p{
    font-size:14px;
    line-height:1.5;
}
     .chipcard-banner{
        flex-direction:column-reverse;
        padding: 5px 0 0 ;
    }
      .g-recaptcha>div{
          width:unset!important;
          height:unset!important;
      }
}
@media (max-width: 330px) {
    .TopHeader .mobileCartPreview {
        margin-left: 33%;

    }
    #SuccessAddToCart p{
        font-size:15px;
    }
     

}
.extras_table .extras_input{
    -webkit-appearance:checkbox;
}
