@font-face {
    font-family: Roboto;
    src: url(../../../Scripts/Theme5/fonts/RobotoCondensed-Regular.ttf);
}

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: #b7b7b7;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
input, select, button, textarea {
    -webkit-appearance:none;
}
input {
    background-color: none;
}

.hidden {
    visibility: hidden;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
    /*footer{
       max-width:1100px;
       margin-left:auto;
       margin-right:auto;
}*/
    nav ul {
        list-style: none;
        display: inline-block;
    }

        nav ul:first-child {
            width: 100% !important;
            text-align: left;
        }

    nav .ulSearch {
        width: 20%;
        float: right;
        position: relative;
    }
    #desktopSearch {
        display:none;
    }
    #openDesktopSearch{
        background:transparent;
        border:none;
    }

    nav .InputWithButton {
        float: right;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #9f9f9f;
    transition: all 0.5s ease;
}

.mobile-device {
    display: none !important;
}

a:hover {
    color: #333;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #e6e6e6;
    margin: 15px 0;
    padding: 0;
    clear: both;
}

input, select {
    vertical-align: middle;
}

img {
    max-width: 100%;
    width: 100%;
}

.ShrinkContainer {
    display: block;
    margin: 0 auto;
    width: 70%;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
/* COLUMNS */
.Section {
    font-size: 0;
    line-height: 0;
    display: block;
}

.slideShowSection {
    margin-top: 20px;
    margin-bottom: 20px;
}

.GrayBack {
    padding: 20px 0;
    background: #f2f2f2;
}

.SectionTitle {
    display: block;
    margin: 10px 0;
    font-size: 17px;
    color: #7f7f7f;
    background: #f2f2f2;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}

.SubtitleTitleContainer h2 {
    display: block;
    margin: 20px 0 5px;
    font-size: 17px;
    color: #7f7f7f; 
    text-transform: uppercase;
}

.Gray {
    color: #b2b2b2;
}

.TextAlignLeft {
    text-align: left;
}

.TextAlignRight {
    text-align: right;
}

.FloatRight {
    float: right;
}

.shopen-title {
    color: #7f7f7f;
}

.col1x1 {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    margin: 1% 0;
    line-height: 20px;
}

.col2x2 {
    display: inline-block;
    width: 45%;
    font-size: 13px;
    line-height: 1;
    margin: 1% 0;
    margin-right: 1%;
    vertical-align: top;
}

    .col2x2:nth-child(2n) {
        margin-right: 0;
        margin-left: 1%;
    }

.Registration .col2x2:nth-child(2n) {
    margin-right: 1%;
    margin-left: 0;
}

.Registration .col2x2:visible:nth-child(2n) {
    margin-right: 0;
    margin-left: 1%;
}

.col3x3 {
    display: inline-block;
    width: 32.33%;
    font-size: 13px;
    margin: 1% 0;
    margin: 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-right: 1.33%;
    vertical-align: top;
}

    .col4x4:nth-child(4n) {
        margin-right: 0;
        margin-left: 0%;
    }
/*.col4x4:nth-child(4n+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;
    }

.col6x6 {
    display: inline-block;
    width: 15.66%;
    font-size: 13px;
    line-height: 1;
    margin: 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;
    }

.FulCol2x2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.FulCol3x3 {
    width: 33.33333%;
    display: inline-block;
    vertical-align: top;
}

.FulCol4x4 {
    width: 24%;
    margin-right: 1.33%;
    display: inline-block;
    vertical-align: top;
}

    .FulCol4x4:last-child {
        margin-right: 0%;
    }

.FulCol5x5 {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.FulCol6x6 {
    width: 16.666%;
    display: inline-block;
    vertical-align: top;
}

.AddPadding {
    padding: 20px;
    /*background: #fff;*/
}
.safariBrowser .AddPadding{
    padding:15px;
}

.AddBorder {
    border: 2px solid #d9d9d9;
    border-radius: 3px;
}

.ImageContainer {
    position: relative;
}
/* 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: 25px 0;
    border-bottom: 2px solid #ececec;
    font-size: 15px;
    padding-top: 10px;
}

.MiddleHeader {
    text-align: center;
    display: block;
    clear: both;
    padding: 11px 0;
    border-bottom: 2px solid #ececec;
    /*height: 100px !important;*/
}

    .MiddleHeader .ShrinkContainer {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

#HeaderDiv .MiddleHeader {
    text-align: center;
    display: block;
    clear: both;
    padding: 11px 0;
    border-bottom: 2px solid #ececec;
    height: 123px;
}


.MainContent .MiddleHeader {
    display: none;
}

.Logo {
    display: inline-block;
    vertical-align: middle;
}

    .Logo img {
        height: 100px;
        object-fit: contain;
    }

.TopHeaderActions {
    display: inline-block;
    vertical-align: middle;
}

    .TopHeaderActions li {
        display: inline-block;
        margin-right: 10px;
    }

    .TopHeaderActions i {
        color: #63c220;
    }

.TopHeaderMenu {
    float: right;
    display:flex;
    flex-wrap:nowrap;
    align-content:center;
}

    .TopHeaderMenu li {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 15px;
        position: relative;
    }

        .TopHeaderMenu li:last-child {
            margin-right: 0;
        }

    .TopHeaderMenu i {
        color: #63c220;
        padding-right: 5px;
        font-size: 16px;
    }

.searchClose {
    color: #63c220;
    padding-right: 5px;
    font-size: 23px;
    vertical-align: -webkit-baseline-middle;
}

.KorpaButton {
    background: #63c220;
    padding: 0 10px;
    border-radius: 3px;
    color: #fff;
}

    .KorpaButton i {
        color: #316110;
    }

.SmallBasket {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 99;
    color: #b2b2b2;
    text-align: left;
    padding: 10px;
    width: 230px;
    max-width: 280px;
    display: none;
    border: 1px solid #63c220;
    border-radius: 3px;
}

.TopHeaderMenu div:hover > .SmallBasket {
    display: block;
}

}

.ItemSB {
    display: block;
    padding: 10px 0;
    font-size: 0;
    border-bottom: 1px solid #b2b2b2;
}

.SmallBasket .ItemSB img {
    width: 20%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.ItemSBDesc {
    display: inline-block;
    vertical-align: top;
    width: 53%;
    margin-left: 10%;
    font-size: 13px;
    line-height: 15px;
}

    .ItemSBDesc h4 {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 2px;
        color: #000;
    }

.ItemSBPrice {
    font-weight: bold;
}

.ItemSBTotal {
    padding: 10px 0;
    line-height: 1;
    font-weight: bold;
    color: #b2b2b2;
    text-align: center;
    font-size: 16px;
}

.ItemSBHolder {
    display: block;
    vertical-align: middle;
    color: #63c220;
}

.ItemSBValue {
    color: #63c220;
}

.ItemSBAction {
    text-align: center;
}

    .ItemSBAction a {
        display: inline-block;
        width: 95%;
        margin: 10px 1%;
        border: 1px solid #63c220;
        color: #000;
        padding: 5px 0;
        border-radius: 3px;
        transition: all 0.5s ease;
        text-transform: uppercase;
    }

        .ItemSBAction a:hover {
            background: #63c220;
            color: #fff;
        }
/* TOP HEADER END */
/* BOTTOM HEADER */
.BottomHeader {
    display: block;
    font-size: 0;
    padding: 0;
    border-bottom: 2px solid #ececec;
    text-align: center;
}

nav ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
}

    nav ul li li {
        display: block;
        padding: 0 0px;
        text-transform: none;
    }

        /*nav ul li li:hover:after {
            content: "";
            display: block;
            position: absolute;
            left: 5px;
            top: 10px;
            color: red;
            font-size: 15px;
            border-left: 5px solid #63c220;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }*/

nav li:hover > a {
    color: #63c220;
}

nav ul li ul {
    position: absolute;
    top: 100%;
    display: none;
    box-shadow: 0 0 3px #999;
    text-align: left;
    background: #fff;
    min-width: 190px;
    z-index: 9;
}

nav ul li:hover > ul {
    display: block;
    padding: 10px 0;
}

nav ul li ul ul {
    position: relative;
    top: initial;
    left: initial;
    display: block;
    box-shadow: 0 0 0 0;
    padding-left: 15px;
    min-width: auto;
}

nav ul li ul li:hover > ul {
    display: block;
    padding-bottom:0;
    padding-top:0;
    padding-left: 15px;
}

nav a {
    display: block;
    font-size: 17px;
    /*padding: 20px 10px;*/
    padding: 20px 20px 20px 0;
    color: #333;
}

    nav a:hover {
        color: #63c220;
    }

nav ul li:first-child a {
    padding-left: 0;
}

nav ul li ul a {
    display: block;
    font-size: 15px;
    padding: 10px !important;
    color: #9f9f9f;
}

nav ul li ul li:hover > a {
    color: #333;
}
/* BOTTOM HEADER END */
/* HEADER END */
/* LAST IN OFFER */
.LastInOfferImgDiv {
    display: block;
    position: relative;
    text-align: center;
    line-height: 0;
}

    .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;
    }

    .LastInOfferImgDiv h2 {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 500;
        z-index: 1;
        padding: 10px;
        width: 90%;
        width: calc(100% - 20px);
        transition: all 0.5s ease;
        line-height: 1;
    }

.LastInOffer:hover .LastInOfferImgDiv:after {
    opacity: 0;
}

.LastInOffer:hover .LastInOfferImgDiv h2 {
    background: rgba(0,0,0,0.5);
}

.Amenities {
    display: block;
    padding: 10px 0;
    font-size: 0;
    border-top: 2px solid #d9d9d9;
}

.ProductPrice {
    display: inline-block;
    /*vertical-align: bottom;*/
    /*width: 50%;*/
}

.Ordering {
    display: inline-block;
    vertical-align: bottom;
    /*width: 50%;*/
}

.ProductPrice {
    min-width:calc(100% - 55px);
    width: 75%;
}

    .ProductName h2 {
        height: 34px;
    }

.ProductName {
    display: inline-block;
    width: 100%;
}
.ProductRight .ProductName{
    width:82%;
}

.ShareButtons {
    width: 18%;
    float: right;
    margin-top: 15px;
    text-align: right;
    position: relative;
}

    .ShareButtons .fa {
        font-size: 24px;
    }

    .ShareButtons .fa-facebook-square {
        color: rgb(59, 89, 152);
    }

    .ShareButtons .fa-twitter-square {
        color: rgb(85, 172, 238);
    }

    .ShareButtons .fa-pinterest-square {
        color: rgb(203, 32, 39);
    }

    .ShareButtons .fa-share-alt-square {
        color: rgb(99, 194, 32);
    }

    .ShareButtons .fa-google-plus-square {
        color: rgb(220, 78, 65);
    }

    .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: 18px;
    color: #017eff;
}

    .drop-down-share-btns .col2 a {
        font-size: 18px;
        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;
    }

    .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;
}

.Ordering {
    width: 25%;
    max-width:50px
}

.PriceName {
    padding-top: 5px;
    font-size: 15px;
}

.ProductPr {
    vertical-align: bottom;
}

.PriceName span {
    text-decoration: line-through;
}

.ActualPrice {
    font-size: 17px;
    font-weight: bold;
    color: #63c220;
    line-height: 30px;
}

    .ActualPrice.noPromotion {
        padding-top: 20px;
    }

.Ordering {
    text-align: right;
}

.ShowOrderButton {
    display: inline-block;
    background: #fff;
    border: 2px solid #e6e6e6;
    padding: 15px 25px;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .ShowOrderButton:hover {
        background: #ffd800;
    }

.OrderButton {
    position: relative;
    max-width: 50px;
    float: right;
    text-align: center;
}

    .OrderButton input {
        background: transparent;
        border: 0px;
        padding: 0px 0px;
        width: 100%;
        font-size: 16px;
        display: block;
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #ececec;
        border-radius: 3px;
        opacity: 0;
        transition: all 0.25s ease;
        color: #63c220;
        margin: 10px auto;
        line-height: 36px;
    }

    .OrderButton:hover input {
        opacity: 1;
    }

    .OrderButton button {
        border: 0px;
        background: transparent;
        padding: 5px 0;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        font-size: 16px;
        /*width: 50%;*/
        text-align: center;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        color: #333;
    }

        .OrderButton button:hover {
            color: #63c220;
        }

    .OrderButton .Increase {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 5px 10px;
        font-size: 14px;
        z-index: 1;
        cursor: pointer;
    }

    .OrderButton .Decrease {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px 10px;
        font-size: 14px;
        z-index: 1;
        cursor: pointer;
    }
/* LAST IN OFFER END */
/* BRAND */
.Brand img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/* BRAND END*/
/* IMG WITH OVERLAY */
.ImgWithOverlay {
    position: relative;
    color: #fff;
    margin: 20px auto;
}

    .ImgWithOverlay .ShrinkContainer {
        position: relative;
    }

    .ImgWithOverlay img {
        width: 100%;
        /*min-height: 300px;*/
        object-fit: cover;
        object-position: center;
        vertical-align: middle;
        position: relative;
        display: inline-block;
    }

.ImgWithOverlayInner {
    line-height: 230px;
    width: 1100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
}

.ImgWithOverlayReset {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    text-align: center;
    background: rgba(255,255,255,0.5);
    color: #000;
    padding: 20px;
}

.ImgWithOverlayTitle {
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: initial;
}

.ImgWithOverlayBody {
    font-size: 20px;
    line-height: 1.3;
    color: #333;
}

    .ImgWithOverlayBody p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
/* IMG WITH OVERLAY END */
/* FOOTER */
footer {
    background: #f2f2f2;
    text-align: center;
    color: #303030;
    margin-top: 20px;
}

    footer hr {
        color: #333;
        border-top: 1px solid;
    }

    footer a {
        color: #303030;
    }

    footer .SocialMenu a {
        color: #63c220;
    }

        footer .SocialMenu a:hover {
            color: #303030;
        }

    footer a:hover {
        color: #63c220;
    }

    footer .FormJoinedInput {
        margin-bottom: 10px;
    }

.FooterLogo {
    max-width: 250px;
    display: inline-block;
}

.FooterMenu, .SocialMenu {
    list-style: none;
    margin: 0;
}

    .FooterMenu li {
        display: inline-block;
        margin: 10px 20px;
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        color: #7f7f7f;
    }

    .SocialMenu li {
        display: inline-block;
        margin: 5px 10px;
        font-size: 25px;
        line-height: 1;
        color: #7f7f7f;
    }

footer .Subscribe {
    font-size: 14px;
    line-height: 1.5;
    color: #7f7f7f;
    font-weight: 500;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

    footer .Subscribe.SocialBtns {
        border-top: none;
    }

footer .SubscribeTo {
    color: #63c220;
    font-size: 16px;
    line-height: 1.5;
}

footer .SubscribeForm {
    border-bottom: 1px solid #ddd;
}

footer .Section {
    margin-top: 30px;
}

.FormJoinedInput {
    display: inline-block;
    width: 30%;
    margin: 10px 0;
    color: #fff;
}

    .FormJoinedInput input {
        width: 69%;
        width: calc(70% - 2px);
        padding: 10px 0;
        padding-right: 30%;
        margin-right: -30%;
        border: 1px solid #d6d6d6;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        background: transparent;
        font: 12px 'Roboto', sans-serif;
        color: #333;
        border-radius: 2px;
    }

    .FormJoinedInput button {
        width: 30%;
        width: calc(30% - 1px);
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        border: 0;
        background: #63c220;
        color: #fff;
        padding: 10px 0;
        transition: all 0.5s ease;
        cursor: pointer;
    }

        .FormJoinedInput button:hover {
            background: #d6d6d6;
            color: #303030;
        }

.CopyRight {
    font-size: 13px;
    line-height: 1.5;
}

    .CopyRight a {
        font-size: 13px;
        line-height: 20px;
    }
/* FOOTER END */

/* SLIDER */
.Slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-size: 0;
    line-height: 0;
    color: #414141;
    margin-top: 20px;
}

    .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;
        }

    .Slider img {
        width: 100%;
        /*min-height: 300px;*/
        object-fit: cover;
        object-position: center;
    }

    .Slider .ControlNext {
        position: absolute;
        top: calc(50% - 22px);
        right: 0;
        font-size: 14px;
        z-index: 1;
        padding: 15px 20px;
        background: #ffffffc2;
        cursor: pointer;
        opacity:.2;
    }

    

    .Slider .ControlPrev {
        position: absolute;
        top: calc(50% - 22px);
        left: 0;
        font-size: 14px;
        z-index: 1;
        padding: 15px 20px;
        background: #ffffffc2;
        cursor: pointer;
        opacity:.2;
    }
    .Slider .ControlPrev:hover, .Slider .ControlNext:hover{
        opacity:1;
    }
/*.Slider.small .ControlNext {
        position: absolute;
        top: 40%;
        right: 0;
        font-size: 14px;
        z-index: 1;
        padding: 15px 20px;
        background: #ffffffc2;
        cursor: pointer;
    }

    .Slider.small .ControlPrev {
        position: absolute;
        top: 40%;
        left: 0;
        font-size: 14px;
        z-index: 1;
        padding: 15px 20px;
        background: #ffffffc2;
        cursor: pointer;
    }*/
.SlideDots {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

    .SlideDots span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #7f7f7f;
        display: inline-block;
        margin: 5px;
        transition: all 0.5s ease;
        cursor: pointer;
    }

        .SlideDots span.ActiveSlide {
            background: #63c220;
        }
/* SLIDER END */
/* BLOG ITEM */
.BlogItem {
    display: block;
    margin: 20px auto;
    position: relative;
    border-radius: 3px;
    color: #7f7f7f;
}

    .BlogItem .ShrinkContainer {
        border: 2px solid #d9d9d9;
        width: 99.7%;
    }

    .BlogItem .col2x2 {
        margin: 0;
    }

    /*.BlogItem .ShrinkContainer {
        border-bottom: 1px solid #b2b2b2;
    }*/

    .BlogItem h3 {
        font-size: 17px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #7f7f7f;
        padding-top: 20px;
    }

    .BlogItem img {
        width: 90%;
        margin: 20px;
        border-right: 1px solid #d9d9d9;
        padding-right: 20px;
    }

.BlogItemBody {
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
}

    .BlogItemBody p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

.BlogItemLink {
    position: absolute;
    bottom: 10px;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 1;
    color: #82ce4d;
    font-size: 16px;
}
/* BLOG ITEM END */
/* SEARCH PLU */
.InputWithButton {
    display: inline-block;
 
    width: 180px;
    font-size: 0;
    line-height: 0;
    border: 0;
    border-radius: 2px;
   
    background: #fff;
    margin: 8px 0;
    border: 2px solid #ececec;
}

    .InputWithButton input,
    .InputWithButton button {
        background: transparent;
        display: inline-block;
        width: 78%;
        vertical-align: middle;
        border: 0;
        color: #b5b5b5;
        padding: 6px 0;
        margin-left: 2%;
        text-align: center;
        font-size:13px;
        
    }
    .TopHeader li.InputWithButton{
        line-height:1;
    }

    .InputWithButton button {
        width: 20%;
        margin-left: 0;
        color: #63c220;
        padding: 7px 5%;
        cursor: pointer;
        text-align: right;
    }
/* SEARCH PLU END */
/* VIDEO */
iframe {
    max-width: 100%;
    width: 100%;
    min-height: 200px;
    display: block;
    margin: 0 auto;
}
/* VIDEO 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*/
/* JUST INSERTED PRODUCT */
.WhenInserted .ShrinkContainer {
    position: fixed;
    z-index: 9;
    display: none;
    top: 60px;
}


.RelatedProducts .WhenInserted .ShrinkContainer {
    position: relative;
    z-index: 9;
    display: none;
    top: 60px;
}

.CategoryArticles .WhenInserted .ShrinkContainer {
    position: relative;
    z-index: 9;
    display: none;
    top: 60px;
}

.HotPluAlert.WhenInserted .ShrinkContainer {
    position: relative;
    z-index: 9;
    display: none;
    top: 60px;
}

.WhenNotInserted .ShrinkContainer {
    position: fixed;
    z-index: 9;
    display: none;
    top: 60px;
}

.RelatedProducts .WhenNotInserted .ShrinkContainer {
    position: relative;
    z-index: 9;
    display: none;
    top: 60px;
}

.CategoryArticles .WhenNotInserted .ShrinkContainer {
    position: relative;
    z-index: 9;
    display: none;
    top: 60px;
}

.HotPluAlert.WhenNotInserted .ShrinkContainer {
    position: relative;
    z-index: 9;
    display: none;
    top: 60px;
}

.JustInserted {
    position: absolute;
    right: 0;
    background: #fff;
    top: 20px;
    max-width: 100%;
    width: 300px;
    box-shadow: 0px 0px 5px #b2b2b2;
}
.CheckBoxInfo {
    left: 0;
    background: #fff;
    max-width: 100%;
    width: 300px;
    box-shadow: 0px 0px 5px #b2b2b2;
    position: absolute;
    top: -50px;
    z-index: 9999;
    display: none;
}

    .JustInserted.PluDetails {
        position: absolute;
        right: 0;
        background: #fff;
        /*top: -25px;*/
        max-width: 100%;
        width: 300px;
        box-shadow: 0px 0px 5px #b2b2b2;
    }

    .JustInserted.PluPartial {
        position: absolute;
        margin-right: 10%;
        background: #fff;
        top: 25px;
        margin-left: 10%;
        max-width: 80%;
        box-shadow: 0px 0px 5px #b2b2b2;
    }

.JIHeader {
    color: #63c220;
    line-height: 1;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid;
}

    .JIHeader i {
        color: #fff;
    }

    .JIHeader .BlackI {
        float: right;
        font-size: 16px;
        color: #000;
    }

.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: #7f7f7f;
    width: 66%;
    margin: 1%;
}

    .JIDetails h4 {
        font-size: 15px;
        text-transform: uppercase;
        color: inherit;
        padding-top: 10px;
        padding-left: 10px;
    }

.JIQuantity {
    color: #63c220;
    padding-left: 10px;
    font-weight: 600;
}

.JIPrice {
    color: #63c220;
    font-weight: bold;
    padding-left: 10px;
}

.JIHeader {
    font-weight: 600;
}
/* JUST INSERTED PRODUCT END */
/* PLU PARTIAL */
.Product {
    margin: 20px auto;
    margin-bottom: 20px;
}

.PriceProductDiv {
    margin-top: 7px;
}

.ProductLeft {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    margin-right: 2%;
}

    .ProductLeft .OtherImages img {
        width: 100%;
    }

.OtherImages .col3x3 {
    display: inline-block;
    width: 21%;
    font-size: 13px;
    margin-left: 2.53%;
    margin-right: 2.53%;
    vertical-align: top;
    line-height: 1;
}


.MainImg {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

    .MainImg img {
        width: 100%;
    }

.HotDeal {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ff0000;
    font-size: 13px;
    line-height: 1;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.ProductRight {
    display: inline-block;
    vertical-align: top;
    width: 58%;
    margin-left: 2%;
    font-size: 14px;
    line-height: 1.2;
}

    .ProductRight .AddBorder.AddBorder {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .ProductRight h1 {
        font-size: 30px;
        margin: 10px 0;
        color: #333;
    }

    .ProductRight a {
        font-size: 15px;
        color: #7f7f7f;
    }

        .ProductRight a:hover {
            color: #63c220;
        }

.ShareThis {
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 1;
    /*margin: 10px 0*/
}

    .ShareThis .FacebookButton {
        padding: 5px;
        background: #3b5998;
        border-radius: 3px;
        color: #fff;
    }

.RelatedProducts h2 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    color: #7f7f7f;
}

.TabChoser {
    display: block;
    position: relative;
    clear: both;
    min-height: 114px;
}

    .TabChoser ul {
        list-style: none;
        margin: 10px 0;
        display: block;
        position: relative;
        font-size: 0;
        padding: 0 0 10px 0;
        border-bottom: 2px solid #d9d9d9;
        padding-bottom:0;
    }

    .TabChoser .Tabs li {
        display: inline-block;
        cursor: pointer;
        color: #a9a9a9;
        transition: all 0.5s ease;
        padding: 7px 14px 0 14px;
        font-size: 14px;
        margin-right: 10px;
        background: #f2f2f2;
        border-radius: 3px;
        border: 1px solid #f2f2f2;
    }

.TabsContent {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.Tabs {
    padding-bottom: 5px;
}

.TabChoser .Tabs li:hover,
.TabChoser .Tabs li.VisibleTabOption {
    color: #63c220;
    background: transparent;
    border: 2px solid #63c220;
    padding-bottom:0;
   
}

.TabChoser .TabsContent li {
    display: none;
}

    .TabChoser .TabsContent li.VisibleTab {
        display: block;
        font-size: 15px;
        line-height: 20px;
        color: #7f7f7f;
    }

.TabChoser table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}

    .TabChoser table td,
    .TabChoser table th {
        padding: 5px;
    }

    .TabChoser table th {
        color: #b2b2b2;
    }

    .TabChoser table td {
        background: #f2f2f2;
    }

    .TabChoser table tr:last-child td {
        border-bottom: 0;
    }

.VariantChoose {
    font-size: 15px;
    color: #63c220;
    margin-bottom: 7px;
    font-weight: 300;
    border-top: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    padding: 10px 0 10px;
}

    .VariantChoose select,
    .VariantChoose input {
        width: 90%;
        padding: 5%;
        color: #7f7f7f;
        border-radius: 3px;
        /* margin-top: 5px; */
        border: 1px solid #d9d9d9;
        background: inherit;
    }

    .VariantChoose input {
        border: 1px solid #d9d9d9;
        color: #63c220;
    }

.Tags {
    margin: 7px 0 0;
    padding: 10px 0;
    
    border-top: 2px solid #d9d9d9;
    color: #b2b2b2;
    font-size: 15px;
}

    .Tags span {
        color: #000;
        margin-right: 1px;
    }
    .Tags span:nth-child(2n){
        margin-right:10px;
    }
.ProductOrderPrice {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

    .ProductOrderPrice span {
        display: block;
        font-size: 20px;
        color: #63c220;
        font-weight: 600;
    }

.QuantitySelect {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    font-size: 0;
    text-align: right;
    float: right;
}

    .QuantitySelect .ProductOrderQuantity {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        position: relative;
    }

    .QuantitySelect .ChooseQuantity input {
        width: 50px;
        padding: 10px;
        border: 0;
    }

    .QuantitySelect .ChooseQuantity .Decrease {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 3px 10px;
    }

    .QuantitySelect .ChooseQuantity .Increase {
        position: absolute;
        top: 0;
        right: 0;
        padding: 3px 10px;
    }

    .QuantitySelect .ChooseQuantity button {
        display: inline-block;
        padding: 10px;
        vertical-align: middle;
        margin-left: 5px;
        border: 1px solid #63c220;
        color: #fff;
        cursor: pointer;
        background: #63c220;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        border-radius: 3px;
        width: 40%;
        font-size: 16px;
    }

        .QuantitySelect .ChooseQuantity button:hover {
            background: none;
            color: #333;
            border: 1px solid #333;
            font-size: 16px;
        }
/* PLU PARTIAL END */
/* CATEGORY */
.Category {
    position: relative;
    line-height: 0;
    font-size: 0;
}

    .Category.col2x2:nth-child(2n) {
        margin-right: 0;
        margin-left: 1%;
    }
    /*.Category img{
    width: 90%;
    margin: 5%;
}*/
    .Category img {
        width: 100%;
        margin-bottom: 20px;
    }

    .Category h2 {
        position: relative;
        font-size: 16px;
        line-height: 1 !important;
        padding: 10px 0%;
        text-transform: uppercase;
        color: #7f7f7f;
        border-top: 1px solid #ececec;
        transition: all 0.5s ease;
        text-align: center;
    }

    .Category.col2x2 img,
    .Category.col1x1 img,
    .Category.col2x2 h2,
    .Category.col1x1 h2 {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        border: 0;
        text-align: center;
        font-size: 17px;
    }

.Hover-card:hover h2 {
    color: #6dc62f;
}

.CategoryArticles h2 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    color: #7f7f7f;
}
/* CATEGORY END 
/* KOLEKCIJE */
.Filter {
    float: none;
    width: 100%;
    display: block;
    position: relative;
}
.Filter .chosen-container-multi .chosen-choices{
    border-radius:0;
}
    .Filter .chosen-container {
        margin: 0;
    }

    .Filter .chosen-container-multi .chosen-choices {
        background: #f2f2f2;
    }

    .Filter button {
        padding: 9px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        display: block;
        color: #fff;
        background: #63c220;
        border: 0;
        font-family: 'Roboto', sans-serif;
        width: 54px;
    }

.FilterDiv .col5x5 {
    margin-bottom: 0px;
        width: calc(19.05% - 55px);
    margin-right: 0.5%;
    margin-left: 0;
    float: right;
}

.FilterDiv .col6x6 {
    float: right;
    /*margin-bottom:10px;*/
    margin-top: 10px;
    width: 5%;
}

.FilterDiv .col5x5:first-child {
    margin-right: 10px;
    margin-left: 0;
    float: right;
}
/*.FilterDiv .col5x5:nth-child(5n+3){
   margin-right:8%!important;
}*/
.FilterDiv {
    display: inline-block;
    width: 100%;
    float: right;
    margin-bottom:10px;
}

.chosen-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.FilterDiv .col1x1 {
    float: right;
    text-align: right;
    margin-right: 2%;
    margin-top: 0;
}

.FilterDiv .col5x5:nth-child(5n) {
    margin-right: 0.5%;
    margin-left: 0%;
    float: right;
}

.FilterDiv .col5x5:nth-child(5n+1) {
    margin-right: 0.5%;
    margin-left: 0%;
    float: right;
}

#hideAllAttDiv {
    display: none;
}

.filterHr {
    border-top: 2px solid #fff;
    margin: 0.5px 0;
}

.filterBtn {
    width: 5%;
    display: inline-block;
}

.filterInputs {
    width: 95%;
    float: left;
    display: inline;
}
/* KOLEKCIJE END*/
/* KORPA */
.Basket {
    margin: 40px auto;
}

    .Basket table {
        width: 100%;
        font-size: 12px;
        line-height: 1.2;
        text-align: left;
        border-spacing: 0 10px;
        border-collapse: separate;
        color: #7f7f7f;
    }

.OverflowX {
    overflow: hidden;
    overflow-x: auto;
}

.Basket table td {
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid;
    border-bottom: 2px solid;
    border-color: #d9d9d9;
    font-size: 15px;
    color: #7f7f7f;
}

    .Basket table td:first-child {
        border-left: 2px solid #d9d9d9;
        border-radius: 3px 0 0 3px;
    }

    .Basket table td:last-child {
        border-right: 2px solid #d9d9d9;
        border-radius: 0 3px 3px 0;
    }

.Basket table .BasketSum td {
    border-top: 2px solid #7f7f7f;
}

.Basket img {
    width: 100px;
    object-fit: cover;
    max-width: 150px;
    border: 1px solid #f2f2f2;
}

.Basket table th {
    padding: 10px 0;
    padding-bottom: 0;
    font-size: 15px;
    color: #7f7f7f;
    padding-left: 10px;
}

.Basket table .RemoveFromCart {
    color: #7f7f7f;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease;
}

    .Basket table .RemoveFromCart:hover {
        color: #63c220;
    }

.Basket .col2x2.left {
    border-right: 1px solid #d9d9d9;
    font-size: 15px;
}

.Basket .col2x2.right {
    text-align: right;
    font-size: 15px;
}

    .Basket .col2x2.right span {
        color: #63c220;
        font-size: 17px;
        display: block;
        margin-top: 10px;
        font-weight: 600;
    }

.Basket input {
    background: transparent;
    border: 0;
    text-align: center;
    padding: 10px;
    border: 1px solid #d9d9d9;
    padding-left: 5px;
    padding-right: 5px;
}

.btn-red.btn-green {
    background-color: #63c220;
    color: #fff;
}

    .btn-red.btn-green:hover {
        background-color: #d6d6d6;
        color: #000;
    }

.btn-red.btn-grey:hover {
    background-color: #d6d6d6;
    color: #000;
}

.FreeDeliveryMissing {
    color: #7f7f7f;
    padding: 10px 5px 0 5px;
    text-align: center;
    font-weight: 600;
}

.FreeDeliveryInfo {
    padding: 5px;
    padding-bottom: 10px;
}

.btn-red {
    color: #7f7f7f;
    background: transparent;
    border: 1px solid #63c220;
    border-radius: 3px;
    padding: 10px 0;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    transition: all 0.5s ease;
    cursor: pointer;
    display: inline-block;
    width: 48%;
    margin: 1%;
}

    .btn-red:hover {
        background: #d9d9d9;
        border-color: #63c220;
        color: #fff;
    }

table.BasketTotal {
    border-spacing: 0;
}

    table.BasketTotal td.AddBorder {
        width: 50%;
        border-radius: 3px;
        border: 2px solid #d9d9d9 !important;
    }

.BackgroundGray {
    background: #f2f2f2;
    border-spacing: 0;
    color: #7f7f7f;
}

.BasketTotal td {
    border: 0 !important;
    border-radius: 0 !important;
}

.BasketTotal span {
    color: #333;
}

.BasketTotal .GreenColor {
    color: #63c220;
    font-size: 16px;
}

.EmptyBasketDiv {
    height: 300px;
    text-align: center;
    line-height: 300px;
}

.EmptyBasket {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.EmptyTitle {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
}

.ContinueEmpty {
    padding: 10px 15px;
    display: inline-block;
    /*border: 1px solid #d9d9d9;*/
    font-size: 14px;
    position: relative;
    line-height: 1;
    border-radius: 3px;
    margin: 10px 0;
    background: #63c220;
    color: #fff;
}

    .ContinueEmpty:hover {
        /*color: #fff;
        background: #63c220;
        border-color: #63c220;*/
        background: #d6d6d6;
        color: #303030;
    }






.TextAlignCenter {
    text-align: center;
}
/* KORPA END */
/* REGISTRATION */
.Registration {
    display: block;
    margin: 20px auto;
}

    .Registration label {
        margin: 5px 0;
        position: relative;
        padding: 11px;
        display: block;
    }

    .Registration input,
    .Registration select {
        display: block;
        width: 70%;
        background: transparent;
        border: 0;
        padding: 10px 5%;
        color: #333;
        vertical-align: middle;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
    }

.chosen-container .chosen-drop {
    border: none !important;
}

.Registration input:focus,
.Registration select:focus {
    text-align: center;
    width: 90%;
}

.Registration select {
    padding: 9px 0;
}

    .Registration select:focus {
        width: 100%;
    }

    .Registration select option {
        color: #333;
    }

.Registration .Radio input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.Registration input[type='checkbox'] {
    display: inline-block;
    width: auto;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

label.HasCheckBox {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 29px;
}

.Registration .Radio {
    margin-bottom: 10px;
    /*padding-bottom: 10px;*/
    text-align: center;
}

.Registration label span {
    color: #ff0000;
}

.SectionOrders {
    background-color: #fff;
    border-bottom: 2px solid;
    border-top: 2px solid;
    border-color: #d9d9d9;
}

.Registration button {
    float: right;
    margin: 10px 0;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 1px;
    border: 0;
    background: #fff;
    font-family: "Roboto", sans-serif;
    color: #797979;
    cursor: pointer;
    transition: all 0.5s ease;
    text-transform: uppercase;
    border: 1px solid #797979;
    border-radius: 3px;
    width: 20.5%;
}

    .Registration button:hover {
        border: 1px solid #63c220;
        background: #63c220;
        color: #fff;
    }

    .Registration button.FloatLeft {
        float: left;
        margin-left: 0;
    }

.Registration:after {
    clear: both;
    position: relative;
    display: block;
    content: "";
}
/* REGISTRATION END */
/* ISPORUKA */
.RegistrationHidden {
    clear: both;
    display: none;
    width: 100%;
}

.RegistrationTitle {
    font-size: 14px;
    display: block;
    padding: 20px;
    margin: 30px 0;
    background: #f2f2f2;
    color: #000;
}

.display-hide {
    display: none;
}

.Registration .Radio input {
    display: none;
}

.Registration .col1x1 {
    font-size: 13px;
}

.Radio .FalseRadio {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    box-shadow: 0 0 0 2px #a9afc2;
    border: 2px solid transparent;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
}

.Radio input:checked + .FalseRadio {
    background: #63c220;
    box-shadow: 0 0 0 2px #63c220;
    border: 2px solid #fff;
}

.Wizard {
    display: block;
    text-align: left;
    font-size: 0;
}

    .Wizard a {
        display: inline-block;
        width: 31.33%;
        color: #b2b2b2;
        font-size: 14px;
        line-height: 1;
        padding: 13px 0;
        position: relative;
        margin-right: 2%;
        text-align: center;
    }

        .Wizard a.CurrentWizard {
            color: #333;
        }

            .Wizard a.CurrentWizard i {
                color: #63c220;
            }

        .Wizard a:first-child {
            border-radius: 1px 0 0 1px;
        }

        .Wizard a:last-child {
            border-radius: 0 1px 1px 0;
            margin-right: 0;
            width: 33.33%;
        }

            .Wizard a:first-child:before,
            .Wizard a:last-child:after {
                border: none;
            }

.backToShoping {
    width: 40%;
    text-align: center;
    line-height: 20px;
    float: right;
}
/*ISPORUKA END */
/* POTVRDA */
.OrderDetails {
    display: block;
    margin: 20px 0;
    margin-bottom: 30px;
}

.Amenity {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    color: #b2b2b2;
}

.AmenityValue {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    color: #333;
}
/* POTVRDA END */
/* KONTAKT */
.ContactPage a,
.ContactPage i {
    color: #333;
    padding: 5px 0;
    display: inline-block;
}

.ContactPage input,
.ContactPage textarea {
    background: transparent;
    padding: 10px;
    border: 0;
    border: 1px solid #d9d9d9;
    width: calc(100% - 20px);
    color: #000;
    margin-bottom: 10px;
    border-radius: 3px;
    font-family: Arial;
}

.ContactPage textarea {
    min-height: 60px;
    width: calc(100% - 20px);
}

.ContactPage button[type='submit'] {
    float: right;
    padding: 10px 30px;
    border-radius: 1px;
    border: 0;
    color: #333;
    background: #63c220;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.ContactPage {
    margin: 20px 0;
    text-align: center;
}

    .ContactPage .col3x3 {
        font-size: 16px;
    }

    .ContactPage:after {
        content: '';
        display: block;
        clear: both;
    }
/* CONTACT END*/
/* LEFT MENU */
.LeftMenu {
    width: 20%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
}

.LeftMenuLogo {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ececec;
    margin-top: -1px;
}

    .LeftMenuLogo img {
        padding: 20px 0;
        margin: 0 auto;
        display: block;
        max-height: 50%;
        object-fit: contain;
    }

.LeftMenu ul {
    padding: 0 10px;
    color: #000;
    list-style: none;
}

    .LeftMenu ul li {
        display: block;
        position: relative;
        padding: 10px;
        cursor: pointer;
        background: #f9f9f9;
        margin: 10px auto;
        transition: all 0.25s ease;
        border: 1px solid #f9f9f9;
        border-radius: 3px;
    }

        .LeftMenu ul li li {
            background: inherit;
            border: 0;
        }

            .LeftMenu ul li li:hover:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 10px;
                color: red;
                font-size: 12px;
                border-left: 5px solid #63c220;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

.LeftMenu > ul > li:hover {
    background: #fff;
    border: 1px solid #63c220;
}

.LeftMenu a {
    color: #797979;
}

    .LeftMenu a:hover {
        color: #333;
    }

.LeftMenu li i {
    padding-right: 5px;
    color: #797979;
    float: right;
}

.LeftMenu ul li ul {
    display: none;
}

.LeftMenu ul li.ShowThis > a {
    color: #333;
    font-weight: bold;
}

.LeftMenu ul li.ShowThis ul {
    display: block;
}

.MainContent {
    width: 80%;
    right: 0;
    top: 0;
    position: fixed;
    height: 100%;
    overflow: hidden;
    overflow: auto;
}

    .MainContent .Logo {
        opacity: 0;
        z-index: -1;
    }

    .MainContent .ShrinkContainer {
        width: 100%;
    }

.CloseLeftMenu {
    font-size: 0;
}

.YellowLeft {
    background: #ffd800;
}
/* LEFT MENU END */
/* MARKER */
.ImgContainer {
    position: relative;
    display: block;
}

.Marker {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 50%;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.Hit {
    background: #29aae3;
}

.Sold {
    background: #ed1b24;
    text-decoration: line-through;
}

.New {
    background: #23b574;
}

.Action {
    background: #fdd901;
}
/*MARKER END */
/* LOADER */
.Loader {
    display: block;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    font-weight: bold;
}

    .Loader img {
        width: 40px;
        display: block;
        margin: 10px auto;
        -moz-animation: spin infinite linear 1.5s;
        -webkit-animation: spin infinite linear 1.5s;
        animation: spin infinite linear 1.5s;
    }

.Gallery img {
    /*border: 2px solid #d9d9d9;
    /*margin: -1px;*/
    /*border-radius: 3px;
    width:98%;
    max-width:98%;*/
    margin: 0;
    border-radius: 3px;
    width: 100%;
}

.Gallery .FulCol4x4 {
    margin-right: 1.335%;
}

@-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);
    }
}
/* LOADER END*/
/* HOT PLU */
.HotPlu {
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.CategoryListContainer {
    margin-top: 20px;
}

/*.HotPlu .ShrinkContainer {
    padding-bottom: 10px;
}*/

.HotPlu img {
    display: inline-block;
    vertical-align: top;
}

.HotPlu .OrderButton input {
    width: 80%;
}

.HotPluDesc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 1;
}

    .HotPluDesc h2 {
        font-size: 17px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #7f7f7f;
    }

.HotPluDescText {
    font-size: 15px;
    display: block;
    color: #7f7f7f;
    line-height: 20px;
}

    .HotPluDescText p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
    }

.SmallHotPlu .HotPluDescText p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.BigHotPlu .HotPluDescText p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 22;
    -webkit-box-orient: vertical;
}

.HotPluAmenities {
    display: block;
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    position: relative;
}

    .HotPluAmenities:before {
        display: block;
        content: "";
        position: relative;
        width: 20px;
        margin: 15px 0;
        border-bottom: 1px solid;
    }

    .HotPluAmenities span {
        display: inline-block;
        font-size: 14px;
        margin-right: 15px;
        padding-right: 15px;
        color: #333;
    }

.HotPluAmenity:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.HotPluAmenity span {
    color: #333;
}

.HotPluDescContainer {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.HotPluOrder {
    display: inline-block;
    position: relative;
    width: 25%;
    width: calc(30% - 21px);
    padding-left: 20px;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    border-left: 1px solid #d9d9d9;
}

.HotPluPrice {
    color: #797979;
    font-size: 14px;
    display: inline-block;
}

    .HotPluPrice span {
        color: #63c220;
        font-size: 24px;
        display: block;
    }

.HotPlu .ImageContainer {
    width: 30%;
    padding-right: 2%;
    border-right: 1px solid #d9d9d9;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.HotPlu .HotPluDesc {
    width: 65%;
    margin-left: 2%;
    vertical-align: top;
}

.SmallHotPlu .ImageContainer {
    width: 25%;
    display: inline-block;
    position: relative;
}

.SmallHotPlu .HotPluDesc {
    width: 70%;
    margin-left: 2%;
}

.BigHotPlu .ImageContainer {
    width: 45%;
}

.BigHotPlu .HotPluDesc {
    width: 50%;
    margin-left: 2%;
}

.BigHotPlu .HotPluPrice {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.HotPluOrder .OrderButton {
    display: block;
    background: transparent;
    position: absolute;
    bottom: 0;
    width: 90%;
    width: calc(100% - 20px);
    right: 0;
    text-align: center;
    max-width: initial;
}

    .HotPluOrder .OrderButton button {
        background: #63c220;
        border: 1px solid #63c220;
        color: #fff;
        position: relative;
        padding: 10px 20px;
        border-radius: 3px;
        transition: all 0.25s ease;
        width: 80%;
    }

        .HotPluOrder .OrderButton button:hover {
            background: none;
            border: 1px solid #7f7f7f;
            color: #333;
        }
/* HOT PLU END */
/* OPTIMIZE */
.OrderButton button:focus {
    outline: none;
}

.MobileActivator, .MobileActivatorLeft {
    font-size: 0;
    display: none;
}

/* OPTIMIZE END */

#loginForgotButton {
    display: none;
}

#cancelForgotButton {
    display: none;
}

.WhenLogin {
    display: none;
}

.WhenNotLogin {
    display: none;
}

#afterLogin {
    display: none;
}

.ShowFixedHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #fff;
    transition: all 1s ease;
}

.display-hide {
    display: none;
}
/*LogInWindow*/
.LogInWin {
    display: none;
    margin-bottom: 0px !important;
    color: #63c220;
}

    .LogInWin .ShrinkContainer {
        position: relative;
        z-index: 9;
    }

        .LogInWin .ShrinkContainer .JIDetails {
            width: 100%;
            color: #63c220;
        }

        .LogInWin .ShrinkContainer .JustInserted {
            top: -180px;
        }

    .LogInWin .KorpaButton {
        line-height: 30px;
        line-height: 30px;
        font-family: 'Roboto', sans-serif;
        box-shadow: none;
        border: 2px solid #63c220;
        ;
        color: white;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        margin: 8px 2px;
        cursor: pointer;
    }

#loginEmail,
#loginPassword {
    color: #333;
}


#loginButton {
    display: inline-block;
}

#loginForgotButton {
    display: none;
}

#cancelForgotButton {
    display: none;
}

.forgotPassDiv {
    color: #f37297 !important;
    text-decoration: underline;
}

    .forgotPassDiv:hover {
        color: #06595e;
    }

.WhenNotLogin {
    display: none;
}

/*UserMenu*/
.UserMenu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 99;
    color: #06595e;
    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;
}

    .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;
    }

.TopHeaderMenu .HeaderUserMenu:hover > .UserMenu {
    display: block;
}

.MenuItems {
    display: block;
    padding: 10px 0;
    font-size: 0;
    color: #9f9f9f;
    text-align: left;
}

    .MenuItems:hover {
        color: #63c220;
    }

.CursorPointer {
    cursor: pointer;
}

#logInErrorDiv {
    color: red;
    text-align: center;
}

.EnableCookieDiv {
    background-color: #63c220d0;
    position: fixed;
    bottom: 0;
    text-align: center;
    line-height: 25px;
    z-index: 9999990;
    color: #fff;
    min-height: 80px;
    font-size: 16px;
    width: 100%;
    max-width: 1060px;
    padding: 20px;
}

.safariBrowser .EnableCookieDiv{
    max-width: 1060px;
}

    .EnableCookieDiv input[type=button] {
        padding: 5px 10px;
        border: 1px solid #63c220;
        background: #fff;
        cursor: pointer;
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        border-radius: 3px;
        color: #63c220;
        margin-top: 10px;
        width: 150px;
    }

        .EnableCookieDiv input[type=button]:hover {
            background: #63c220;
            color: #FFF;
        }


.noActiveShopDiv {
    background-color: #ff0000;
    padding-top: 20px;
    text-align: center;
    line-height: 2;
    z-index: 9999990;
    color: #fff;
    min-height: 50px;
    font-size: 16px;
    width: 100%;
    max-width: 1100px;
}

#ShopenErrorDiv {
    color: #ff0000;
    position: absolute;
    bottom: -20px;
}

.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;
}




.markerImgHotPlu {
    width: 40% !important;
    max-width: 100px !important;
    position: absolute;
    margin-right: 20px !important;
    margin-top: 10px !important;
    z-index: 1;
    height: auto !important;
    right: 0;
}

.markerImg {
    width: 20% !important;
    max-width: 100px !important;
    position: absolute;
    margin-left: 10px !important;
    margin-top: 10px !important;
    z-index: 1;
    height: auto !important;
}

#FrameDiv .markerImgHotPlu {
    display: none;
}



.mobileCart {
    display: none;
}

    .mobileCart .col2x2 {
        width: 40%;
        display: inline-block !important;
    }

        .mobileCart .col2x2 img {
            margin-left: 5%;
            width: 80%;
        }

        .mobileCart .col2x2.detailsCart {
            width: 40%;
            display: inline-block;
        }

        .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: #b7b7b7;
        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%;
}


.OrderButtonCartPreview input {
    border: none;
    width: 50%;
}

.Basket input {
    width: 50%;
}

.ratio-16-9,
.ratio-square {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
}

.ratio-square {
    padding-top: 55%; /* This is your aspect-ratio */
    margin-top: 10%;
    margin-bottom: 10%;
}

.ratio-16-9 {
    padding-top: 56.25%; /* This is your aspect-ratio */
}

.OtherImages .ratio-square {
    padding-top: 55%;
    margin-top: 23%;
    margin-bottom: 23%;
}

 .safariBrowser .OtherImages .col3x3 {
        width:23.194%
    }
.ratio-inner {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: unset;
    width: 100%;
    height: 100%;
}

.ArrowsSlider .col3x3 {
    position: relative;
}

.gallerySlider .ControlNext {
    display: none;
}

.gallerySlider .ControlPrev {
    display: none;
}

.gallerySlider:hover .ControlNext {
    position: absolute;
    right: 0;
    font-size: 20px;
    z-index: 1;
    /*background: rgba(0,0,0,0.2);*/
    cursor: pointer;
    width: 20px;
    /*height: 160px;*/
    border-radius: 0;
    /*line-height: 160px;*/
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    color: #63c220;
}

.gallerySlider:hover .ControlPrev {
    position: absolute;
    font-size: 20px;
    z-index: 1;
    padding: 0;
    /*background: rgba(0,0,0,0.2);*/
    cursor: pointer;
    width: 20px;
    /*height: 160px;*/
    border-radius: 0%;
    /*line-height: 160px;*/
    text-align: center;
    transition: all 0.3s ease;
    display: block;
    color: #63c220;
}

    .gallerySlider:hover .ControlPrev i {
        vertical-align: middle;
        line-height: 140px;
    }

.gallerySlider:hover .ControlNext i {
    vertical-align: middle;
    line-height: 140px;
}

.DNote textarea {
    color: #7f7f7f;
}

.paymentPage {
    min-height: 500px;
}

.Section {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.ShrinkContainer {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.safariBrowser .ShrinkContainer, .safariBrowser .Section{
    max-width:1100px;
}
/*.MiddleHeader{
       max-width:1360px;
    margin-left:auto;
    margin-right:auto;
}
.BottomHeader{
       max-width:1360px;
    margin-left:auto;
    margin-right:auto;
}*/
.BlogPage {
    text-align: justify;
}

    .BlogPage p {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        line-height: 20px;
        text-align: justify;
        color: #333;
    }

.blog-content-paragraph {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #333;
}

.BlogPage .col2x2 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-size: 13px;
    color: #7f7f7f;
}

    .BlogPage .col2x2 p {
        font-family: 'Roboto', sans-serif !important;
        line-height: 20px;
        font-size: 13px;
        display: inherit;
        color: #7f7f7f;
        margin-left: 20px;
    }

.BlogPage .col1x1 span {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    line-height: 20px !important;
    text-align: justify !important;
    color: #333 !important;
}

.BlogPage h1 {
    display: block;
    margin: 10px 0;
    font-size: 17px;
    color: #7F7F7F;
    background: #f2f2f2;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
}

.BlogPage h3 {
    font-size: 15px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif !important;
    color: #333;
    padding-top: 10px;
    font-weight: 800;
}

.BlogPage iframe {
    width: 1100px;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 500px;
    height:auto
}

.Section.BlogPage {
    margin-top: 20px;
}

.Section.Text {
    text-align: center;
}

.BlogPage img {
    margin-top: 10px;
}

.Section.hotCategory {
    margin-top: 10px;
}

.HotPluTitle {
    vertical-align: top;
}

    .hotPluTitle:hover h2 {
        color: #63c220;
    }

.BlogItem h3:hover {
    color: #63c220;
}

.pluPartialMainImg {
    margin-bottom: 20px;
}

.CategoryPage {
    margin-top: 20px;
}

#DivID {
    min-height: 350px;
}

    #DivID .RelatedProducts {
        margin-top: 0px;
        margin-bottom: 10px;
    }

.RelatedProducts {
    margin-top: 20px;
}

.Registration .col2x2 {
    margin-top: 0;
    margin-bottom: 0;
    width: 49%;
    margin-top: 10px;
}

    .Registration .col2x2.rightInput {
        margin-right: 0;
        width: 50%;
    }

.CategoryArticles.col2x2 {
    width: 49%;
}

.CategoryListContainer .col2x2 {
    width: 49%;
}
/*.CategoryArticles{
    margin-bottom:15px;
}*/
.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);
}

.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);
}

.Details {
    min-height: 150px;
}

.full-height-content.th-5 .BottomHeader {
    border-bottom: none;
}

    .full-height-content.th-5 .BottomHeader .ShrinkContainer {
        border-bottom: 2px solid #ececec;
    }

.MarkerDivHPlu {
    overflow: hidden;
}

.Gallery {
    overflow: hidden;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px 5px 0px 0 !important;
}

.ShrinkContainer.GalleryCont {
    margin-top: 20px;
    margin-bottom: 20px;
}

.MobileActivatorFixed {
    position: fixed;
    bottom: 25px;
    right: 10px;
    font-size: 24px;
    z-index: 999;
    background: #63c220;
    padding: 5px 8px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}

    .MobileActivatorFixed:hover {
        bottom: 29px;
        opacity: 1;
    }

.BlogItem .col2x2 {
    overflow: hidden;
}

.BlogItem .zoom:hover {
    transform: scale(1.01);
    transition: all .6s cubic-bezier(.39, .575, .565, 1);
}

#newslettermessage h1 {
    color: #63c220;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}

.newsletter-form {
    width: 50%;
    margin-left: 25%;
    margin-bottom: 20px;
}

.newsletter-login {
    width: 100%;
    margin-bottom: 30px;
    z-index: 9;
}

.tiles {
    top: 0;
    left: 0;
    width: 100%;
}

.tile {
    position: relative;
    float: left;
    width: 100%;
    height: 374px;
    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;
}

.MasterCategoryPage .LastInOffer {
    margin-top: 10px;
    margin-bottom: 5px;
}

.ShrinkContainer.SimilarPlus h2 {
    margin-bottom: 10px;
}

.VariantChoose .col4x4 {
    margin-right: 0;
    width: 24.5%;
    font-size: 15px;
    line-height: 20px;
    position: relative;
}

.CategoryArticles {
    margin-top: 10px;
    margin-bottom: 10px;
}

select {
    -webkit-appearance: button;
}


.variantLabels:after {
    /*content: '\25BC';*/
    display: inline-block;
    /*background-color: #fff;*/
    margin-left: -25px; /* remove the damn :after space */
    pointer-events: none; /* let the click pass trough */
    height: 15px;
    top: 5px;
    vertical-align: middle;
}

.number-wrapper {
    position: relative;
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    /*margin-top: 5px;*/
}

    .number-wrapper .IncrPrev,
    .number-wrapper .DecrNext {
        position: absolute;
        right: 2px;
        width: 25px;
        height: 50%;
        height: calc(50% - 2px);
        font-size: 13px;
        /* pointer-events: none; */
        /*background: white;*/
        cursor: pointer;
        text-align: center;
        line-height: 15px;
        z-index: 8;
    }

td .number-wrapper:after, td .number-wrapper:before {
    position: absolute;
    right: 3px;
    width: 1.139333em;
    height: .9em;
    font-size: 13px;
    pointer-events: none;
    background: transparent;
    cursor: pointer;
}

.number-wrapper .DecrNext {
    /*color: #63c220;*/
    bottom: 2px;
    /* background: transparent; */
}

td .number-wrapper:before {
    margin-top: 2px;
}

.number-wrapper .IncrPrev {
    /*color: #63c220;*/
    /* margin-bottom: 9px; */
    top: 2px;
    /* background: transparent; */
}

.number-wrapper input {
    padding-right: 3.1%;
    font-size: 13.33333px;
    line-height: 23px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.BlogPage .col2x2 {
    width: 49.8%;
    padding: 0;
    margin: 0;
}

.Section.Registration.NewsLetter {
    min-height: 200px;
}

.Section.CartReview label {
    font-size: 14px;
    margin-top: -90px;
}

.newsletterBtn {
    width: 30%;
    width: calc(30% - 1px);
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    border: 0;
    background: #63c220;
    color: #fff;
    padding: 10px 0;
    transition: all 0.5s ease;
    cursor: pointer;
    line-height: 14px;
}

    .newsletterBtn:hover {
        background: #d6d6d6;
        color: #303030;
    }

#EmptyCartAlert {
    display: none;
}

.Section.WhenInserted.EmptyCart {
    top: 0;
    width: 100%;
    z-index: 9;
    display: block;
}

    .Section.WhenInserted.EmptyCart .JIDetails {
        width: 90%;
        margin-left: 5%;
        padding-top: 10px;
    }

        .Section.WhenInserted.EmptyCart .JIDetails p {
            text-align: center;
        }

        .Section.WhenInserted.EmptyCart .JIDetails input[type=button] {
            width: 47%;
            margin-top: 10px;
        }

.DayOfBirth .col3x3 {
    width: 32.3%;
    margin-left: 0%;
    margin-right: 1%;
}

    .DayOfBirth .col3x3:last-child {
        margin-right: 0;
    }

.DayOfBirth .chosen-single.chosen-default {
}

.DayOfBirth .chosen-container-active .chosen-single {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.DayOfBirth .search-choice-close {
    display: none !important;
}

#loginEmail,
#loginPassword {
    width: 85%;
    text-align: center;
    border: 1px solid #ececec;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

footer .Section {
    margin-top: 10px;
    margin-bottom: 10px;
}
footer .Section:last-child{
    margin-bottom:0;
    padding-bottom:10px;
}

.Registration .col1x1 {
    margin-top: 0;
    margin-bottom: 0;
}

    .Registration .col1x1 .AddBorder {
        margin-top: 0px;
        margin-bottom: 15px;
    }

.Registration .col3x3 {
    margin-top: 0;
    margin-bottom: 0;
}

.Registration label.col1x1 {
    padding-top: 5px;
}

.LastInOffer h2 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    color: #7f7f7f;
    vertical-align: top;
}

.privaciPolicyAndTermsOfUse a {
    text-decoration: underline;
}
.terms-check{
    display:none;
}

.ProductRight {
    min-height: 443px;
    position: relative;
}

.ProductBottom {
    /*bottom: 0px;
    position: absolute;*/
    width: 100%;
}

.hotCategory .TitleContainer {
    margin-bottom: 0;
}

.hotCategory .SectionTitle {
    margin-bottom: 10px;
}

.paymentBtnDiv {
    margin-right: 0 !important;
    width: 50% !important;
}

.paymentBtn {
    width: 40% !important;
}

.ContactPage .col4x4 {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 16px;
}

    .ContactPage .col4x4 .Gray {
        border-right: 1px solid;
    }

        .ContactPage .col4x4 .Gray.last {
            border-right: none;
        }
         .ContactPage .col5x5 .Gray {
        border-right: 1px solid;
    }

        .ContactPage .col5x5 .Gray.last {
            border-right: none;
        }

.JIPrice {
    display: none !important;
}

.Text h3 {
    word-wrap: break-word;
}

/*galerija*/
.Gallery.FulCol2x2 {
    width: 49.1%;
    margin-left: 0;
    margin-right: 1%;
    border: 2px solid #d9d9d9;
}

.ShrinkContainer .Gallery.FulCol2x2:nth-child(2n) {
    margin-right: 0%;
}

.Gallery.FulCol3x3 {
    width: 32.3%;
    margin-left: 0;
    margin-right: 1%;
    border: 2px solid #d9d9d9;
}

.ShrinkContainer .Gallery.FulCol3x3:nth-child(3n) {
    margin-right: 0%;
}

.Gallery.FulCol4x4 {
    width: 23.88%;
    margin-left: 0;
    margin-right: 1%;
    border: 2px solid #d9d9d9;
}

.ShrinkContainer .Gallery.FulCol4x4:nth-child(4n) {
    margin-right: 0%;
}

.Gallery.FulCol5x5 {
    width: calc(19% - 2px);
    margin-left: 0;
    margin-right: 1%;
    border: 2px solid #d9d9d9;
}

.ShrinkContainer .Gallery.FulCol5x5:nth-child(5n) {
    margin-right: 0%;
}

.Gallery.FulCol6x6 {
    width: 15.46%;
    margin-left: 0;
    margin-right: 1%;
    border: 2px solid #d9d9d9;
}

.ShrinkContainer .Gallery.FulCol6x6:nth-child(6n) {
    margin-right: 0%;
}

#FrameDiv .Gallery.FulCol2x2 {
    width: 49.4%;
}

#FrameDiv .Gallery.FulCol3x3 {
    width: 32.6%;
}

#FrameDiv .Gallery.FulCol4x4 {
    width: 24.25%;
}

#FrameDiv .Gallery.FulCol5x5 {
    width: 19.2%;
}

#FrameDiv .Gallery.FulCol6x6 {
    width: 15.8%;
}

.col2x2.Category,
.col3x3.Category,
.col4x4.Category,
.col5x5.Category,
.col6x6.Category {
    margin-top: 0;
    margin-bottom: 10px;
}

#komponenta_0 .ShrinkContainer .SectionTitle {
    margin-top: 20px;
}
/*.HotPluDesc{
      min-height:197px;
      /*height:197px;*/
}

*/ .ShrinkContainer .RelatedProducts {
    margin: 0.5%;
}

.CategoryArticles.col2x2 {
    width: 49.5%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .CategoryArticles.col2x2:nth-child(2n) {
    margin-right: 0%;
}

.CategoryArticles.col3x3 {
    width: 32.667%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .CategoryArticles.col3x3:nth-child(3n) {
    margin-right: 0%;
}

.RelatedProducts.col4x4 {
    width: 24.25%;
    margin-left: 0;
    margin-right: 1%;
}

    .RelatedProducts.col4x4:nth-child(4n) {
        margin-right: 0;
    }

.ShrinkContainer .CategoryArticles.col4x4:nth-child(4n) {
    margin-right: 0%;
}

.CategoryArticles.col4x4 {
    width: 24.25%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .CategoryArticles.col4x4:nth-child(4n) {
    margin-right: 0%;
}

.CategoryArticles.col5x5 {
    width: 19.2%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .CategoryArticles.col5x5:nth-child(5n) {
    margin-right: 0%;
}

.CategoryArticles.col6x6 {
    width: 15.83333%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .CategoryArticles.col6x6:nth-child(6n) {
    margin-right: 0%;
}

/*lista kategorija*/
.Category.col2x2 {
    width: 49.5%;
    margin-left: 0;
    margin-right: 1%;
}

.ShrinkContainer .Category.col2x2:nth-child(2n) {
    margin-right: 0%;
    margin-left: 0;
}
.ShrinkContainer .Category.col2x2.desktop .catName{
        height:unset!important;
        display:inline;
       
    }

.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%;
}
.Category.col3x3 img{
    min-height:236.48px
}
.Category.col4x4 img{
    min-height:167.06px
}
.Category.col5x5 img{
    min-height:125.39px
}
.Category.col6x6 img{
    min-height:97.61px
}*/

/*.Category.col3x3 .AddPadding.AddBorder{
    min-height:293px;
}
.Category.col4x4 .AddPadding.AddBorder{
    min-height:215px;
}
.Category.col5x5 .AddPadding.AddBorder{
    min-height:170px;
}
.Category.col6x6 .AddPadding.AddBorder{
    min-height:140px;
}*/
.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%;
}

#FrameDiv .OrderButton input {
    opacity: 1;
}

#FrameDiv .OrderButton {
    color: #63c220;
}

.CategoryArticles.col6x6 .OrderButton button {
    width: 100%;
}

#FrameDiv .HotPlu .HotPluDesc {
    width: 69%;
    margin-left: 1%;
}

    #FrameDiv .HotPlu .HotPluDesc .HotPluOrder {
        width: 30%;
    }

#FrameDiv .SmallHotPlu .HotPluDesc {
    width: 74%;
    margin-left: 1%;
}

#FrameDiv .BigHotPlu .HotPluDesc {
    width: 54%;
    margin-left: 1%;
}

/*.category-wrap .item2 .product-state {
    min-width: 126px;
    height: 47px;
    line-height: 47px;
    font-size: 17px;
}

.product-state.hot {
    background: #fab990;
}
.category-wrap .product-state {
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}*/
.product-state {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
    border: 0px solid #ffd800;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: -1px;
    z-index: 2;
}

.HotPlu .product-state {
    top: 0;
}

.col6x6 .product-state {
    white-space: nowrap;
    max-width: 71%;
    overflow: hidden;
    text-overflow: clip;
}

.col5x5 .product-state {
    white-space: nowrap;
    max-width: 75%;
    overflow: hidden;
    text-overflow: clip;
}

.col4x4 .product-state {
    white-space: nowrap;
    max-width: 82%;
    overflow: hidden;
    text-overflow: clip;
}

#confirmCartDiv{
    margin-right:0;
    width:50%;
}

#FrameDiv .col6x6 .product-state {
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: clip;
}

#FrameDiv .col5x5 .product-state {
    white-space: nowrap;
    max-width: 90%;
    overflow: hidden;
    text-overflow: clip;
}

#FrameDiv .col4x4 .product-state {
    white-space: nowrap;
    max-width: 92%;
    overflow: hidden;
    text-overflow: clip;
}

#newslettermessage {
    color: #63c220;
    font-size: 24px;
    text-align: center;
    margin-top: 75px;
    line-height: 1.2;
}

#nlButtonHref {
    margin-left: 40%;
    float: left;
}

#nlButton,
#nlBackButton {
    width: 220px;
    color: #fff;
    background-color: #63c220;
    border: 1px solid #63c220;
    font-size: 16px;
}

#nlButton {
    margin-top: 20px;
}

#nlBackButton {
    display: none;
    margin-top: 100px;
}

    #nlButton:hover,
    #nlBackButton:hover {
        width: 200px;
        color: #333;
        background-color: #fff;
        border: 1px solid #63c220;
        width: 220px;
    }

#nlBackButtonPlu {
    width: 220px;
    color: #fff;
    background-color: #63c220;
    border: 1px solid #63c220;
    font-size: 16px;
    /*margin-top: 100px;*/
}


.NewsLetterPlu {
}

.NewsLetterPluLabel {
    color: #63c220;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

.ProductRight .NewsLetterPluLabel:hover {
    color: #7f7f7f;
}

.ProductRight .NewsLetterPluLabel {
    font-size: 15px;
    color: #63c220;
}

a:hover {
    color: #333;
}

.noStock p {
    color: #ff0000;
    font-size: 15px;
    line-height: 22px;
}

.MinTextForSearch {
    text-align: center;
    display: none;
}

    .MinTextForSearch p {
        text-align: center;
        font-size: 14px;
        color: #ff0000;
    }

.noPluForSearch {
    min-height: 390px;
}

    .noPluForSearch p {
        text-align: center;
        font-size: 20px;
        color: #63c220;
        padding-top: 80px;
    }

.ErrorPage {
    text-align: center;
    height: 100px;
}

    .ErrorPage.Promotion {
        margin-top: 50px;
    }

    .ErrorPage.lastErrorPage {
        text-align: center;
        height: 30px;
    }

    .ErrorPage p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .ErrorPage a {
        color: #63c220;
    }

    .ErrorPage .InputWithButton {
        width: 35%;
    }

.addToWishListBtn {
    display: inline-block;
    padding: 10px;
    vertical-align: middle;
    margin-left: 5px;
    border: 2px solid #63c220;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    width: 40%;
    margin-bottom: -1px;
}

    .addToWishListBtn:hover {
        color: #21ceb5;
    }

.QuantitySelect .fa-heart {
    font-size: 14px;
    color: #63c220;
}

.btn-nomargin-left {
    margin-left: 0px;
}

.btn-nomargin-right {
    margin-right: 0px;
    width: 49%;
}

.show-share-btn {
    display: none;
}


.ShareButtonsHome {
    position: fixed;
    left: 0;
    bottom: 25%;
    height: 50px;
    width: 20px;
    z-index: 9;
}

    .ShareButtonsHome .shareDiv {
        position: relative;
    }

.ShareBtnFrame {
    width: 40px;
    height: 40px;
}

.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;
    }

.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(99, 194, 32);
}

    .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;
}

.AtthorizedServicesPage {
    min-height: 300px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
}

.ReclamationPage {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #7f7f7f;
}

.SBSVG img {
    max-width: 21px;
    border-radius: 5px;
    display: inline;
    margin-bottom: -2px;
}

.SBSVG p {
    display: inline;
    margin-left: 5px;
    line-height: 1.1;
}

.mobile {
    display: none !important;
}

.mobileShareBtn {
    display: none;
}

.drop-down-share-btns-layout .col2.mobile {
    display: none;
}

#SearchField {
    outline: none;
}

#numOfPluInCart {
    display: inline;
}

.searchErorDiv {
    position: absolute;
    max-width: 200px;
    font-size: 12px;
    color: #333;
    background-color: #fdf8c9;
    border-radius: 5px;
    padding: 10px;
    /*top: -40px;*/
    line-height: 1;
    right: 0;
    display: none;
    z-index: 9;
}

.LogInDiv {
    width: 53%;
    float: right;
    margin-top: -5px;
    display: none;
}

.LogInDivWishList{
    width:50%; 
    margin-left:25%; 
    margin-right:25%;
    float:left;
    z-index:9;
    margin-top:-50px;
    display: none;
}

#logInBtn {
    display: none;
}

#LogInHide {
    display: none;
    width: 25%;
}

#ShopenLogIn {
    width: 25%;
}

.LogInErrorDiv {
    width: 100%;
    color: #ff0000;
    font-size: 13px;
    display: none;
    margin-top: 10px;
}

select {
    -moz-appearance: none;
}

.g-recaptcha {
    display: inline-block;
}

.col2.mobile {
    display: none;
}

/*kontakt forma*/

.ContactPage #ShopenErrorDiv {
    color: #ff0000;
    position: absolute;
    bottom: -10px;
}

.ContactPage .col1x1 {
    position: relative;
}

.cityAndPostCodeValidation {
    position: relative;
}

    .cityAndPostCodeValidation .ShopenErrorText {
        bottom: -11px !important;
        left: 10px !important;
    }

.noteDiv {
    margin-top: 12px !important;
}

.g-recaptcha div {
    z-index: 0 !important;
}

.g-recaptcha iframe {
    z-index: 0 !important;
    min-height: 90px !important;
}

.rc-anchor-checkbox-label {
    font-family: Roboto,helvetica,arial,sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 17px;
}

.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;
}

.SuccesfulRegistration {
    text-align: center;
}

    .SuccesfulRegistration h2 {
        font-size: 24px;
        text-transform: uppercase;
        margin-top: 50px;
        margin-bottom: 50px;
        line-height: 1.2;
        color: #63c220;
    }

    .SuccesfulRegistration p {
        font-size: 18px;
        margin-top: 20px;
        line-height: 1.2;
        padding-left: 30px;
        padding-right: 30px;
    }

.ContactPage #newslettermessage {
    display: none;
}

.Registration #newslettermessage {
    display: none;
}

.TermsOfUseDiv {
    text-align: center;
    margin-top: -15px;
    display: none;
}

.ShareButtons.NewsLetterShareButtons {
    width: 100% !important;
    margin-top: 45%;
    text-align: center;
}

.no-background {
    background: none;
}

.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;
}
#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;
}
.SectionSubTitle h2{
    font-size: 15px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif !important;    
    padding-top: 10px;
    font-weight: 800;
    text-align:center;
    padding-bottom:10px;
}
.adressList .col3x3 a{
    padding:0;
}
.adressList .col3x3 p{
    line-height:1.3;
}
 .chipcard-banner img{
            width:unset;
        }

@media all and (max-width: 1500px) {
    /*nav a {
        padding: 20px;
    }*/
}

@media (max-width:1366px) {
    .ProductName {
        width: 100%;
    }

    .col6x6 h2 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .col6x6 .ActualPrice {
        font-size: 14px;
    }

    .col6x6 .PriceName {
        font-size: 13px;
    }

    .col6x6 .OrderButton button {
        font-size: 14px;
    }

    .col6x6 .OrderButton input {
        font-size: 14px;
        line-height: 20px;
    }
}

@media all and (max-width: 1200px) {
    .ShrinkContainer {
        width: 97%;
        width: calc(98% - 20px);
    }

    nav ul li ul {
        width: 96%;
        padding: 0 2%;
    }

    .MainContent .ShrinkContainer {
        width: 96%;
        width: calc(98% - 20px);
    }
}

@media (max-width:1025px) {
    .Gallery.FulCol2x2 {
        width: 48.8%;
    }

    .CategoryArticles.col6x6 {
        width: 16.55%;
        margin-left: 0;
        margin-right: 0.1%;
    }

    .HotPlu .ImageContainer {
        width: 35%;
        padding: 0;
        border: 0;
    }

    .HotPlu .HotPluDesc {
        width: 60%;
        padding-left: 25px;
    }

    .HotPluDescContainer {
        padding-right: 20px;
    }

    .HotPluOrder {
        padding-left: 10px;
        width: calc(30% - 31px);
    }

    .HotPluPrice span {
        font-size: 19px;
    }

    .HotPluOrder .OrderButton {
        width: 100%;
    }

    .col5x5 .ActualPrice {
        font-size: 14px;
    }

    .col5x5 h2 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .col6x6 .AddPadding {
        padding: 10px;
    }

    .col6x6 .ProductPrice, .col6x6 .ProductName {
        /*width:100%*/
    }

    .CategoryArticles.col6x6 .OrderButton button {
        padding: 7px 0;
    }

    .product-state {
        font-size: 14px;
    }

    .col6x6 .product-state {
        font-size: 12px;
        padding: 0 8px;
    }

    .col6x6 h2 {
        font-size: 12px;
    }

    .col5x5 h2 {
        font-size: 13px;
    }

    .col5x5 .AddPadding {
        padding: 12px;
    }

    .OtherImages .col3x3 {
        width: 19.7%;
    }

    .Section {
        margin-left: 20px;
        margin-right: 20px;
    }

    .BottomHeader {
        padding: 0 20px;
    }

    .addToWishListBtn {
        width: 45%;
    }

    .TopHeader {
        padding: 25px 20px;
    }

    .col6x6 .ProductPr {
        margin-top: -15px;
    }

    .col5x5 .ProductPr {
        margin-top: -10px;
    }
}

@media all and (max-width: 1100px) {
    .Gallery.FulCol2x2 {
        width: 49.4%;
    }

    .Gallery.FulCol3x3 {
        width: 32.2%;
    }

    .Gallery.FulCol4x4 {
        width: 23.8%;
    }

    .Gallery.FulCol5x5 {
        width: 18.75%;
    }

    .Gallery.FulCol6x6 {
        width: 15.35%;
    }
}

@media all and (max-width: 900px) {
    nav ul:first-child{
        width:100% !important;
    }
    .ulSearch {
        width: 48% !important;
    }
    nav .ulSearch{
        float:none;
    }
}

@media all and (max-width: 900px) {
    
        .Category.col4x4 {
            display: inline-block;
        margin: 0px 0;
        font-size: 13px;
        line-height: 1;
        margin-right: 1%;
        vertical-align: top;
        }
    .col4x4, .col4x4:nth-child(4n+1), .col4x4:nth-child(4n) {
        display: inline-block;
        margin: 0px 0;
        font-size: 13px;
        line-height: 1;
        margin-right: 1%;
        vertical-align: top;
    }

    .FulCol6x6 {
        width: 33.333%;
    }

    .col6x6 {
        display: inline-block;
        width: 32.33%;
        font-size: 13px;
        margin: 10px 0.5%;
        vertical-align: top;
        line-height: 1;
    }
    .Gallery.FulCol2x2 {
    width: 48.5%;
}
    .CategoryArticles.col6x6:nth-child(3n) {
        margin-right:0;
    }

       .HotPlu .HotPluDesc {
           height: unset !important;
       }

        .col6x6:nth-child(3n+1) {
            margin-left: 0;
            margin-right: 1%;
        }

    .SmallBasket {
        right: initial;
        right: 0;
    }

        .SmallBasket:after {
            right: initial;
            left: 10px;
        }

    .WhenInserted {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9;
    }

    .Filter {
        float: none;
        width: 100%;
        font-size: 0;
    }
}

@media all and (max-width: 820px) {
    .HotPlu .ImageContainer {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .HotPlu .HotPluDesc {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .HotPlu .HotPluOrder,
    .HotPluOrder .OrderButton {
        position: relative;
    }
}

@media all and (max-width: 800px) {
    .ProductLeft, .ProductRight {
        width: 100%;
        margin: 0;
        min-height: unset;
    }

    .BlogItemLink {
        position: relative;
    }
}

@media (max-width: 800px) {
    .product-state {
        font-size: 12px;
    }

    .product-state {
        padding: 0 10px;
    }

    .Section {
        margin-left: 20px;
        margin-right: 20px;
    }

    .OtherImages .col3x3 {
        width: 25.5%;
    }

    .col6x6 h2 {
        font-size: 15px;
    }

    .col4x4 h2 {
        font-size: 15px;
    }

    .col4x4 .AddPadding {
        padding: 15px;
    }

    .col6x6 .ActualPrice {
        font-size: 16px;
        line-height: 20px;
    }

    .col6x6 .OldPrice {
        font-size: 14px;
    }

    .col6x6 .ProductPr {
        margin-top: -7px;
    }

    .col6x6 .OrderButton button {
        font-size: 17px;
    }

    .col5x5 .OrderButton button {
        font-size: 14px;
    }

    .col6x6 .Amenities {
        padding: 4px 0;
    }

    .Category img {
        margin-bottom: 10px;
    }

    .Gallery.FulCol3x3 {
        width: 32%;
    }

    .Gallery.FulCol4x4 {
        width: 23.5%;
    }

    .Gallery.FulCol5x5 {
        width: 18.55%;
    }

    .Gallery.FulCol6x6 {
        width: 15.25%;
    }
    .BlogPage .col2x2 {
        width: 95%;
        text-align: left !important;
    }
    .BlogItemBody p {
        font-size: 13px;
    }

    .BlogItem h3 {
        margin-bottom: 7px;
    }

    .BlogItem .col2x2 {
        margin-right: 25px;
    }

    .BlogItemLink {
        padding-bottom: 0;
        position: unset;
    }

    .CategoryArticles.col6x6 {
        width: 32.6%;
        margin-left: 0;
        margin-right: 1%;
    }

    .HotPluOrder {
        border: none;
    }
}

@media all and (max-width: 700px) {
    .mobileCart {
        display: block;
    }


    .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 {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
    }
}

@media (max-width:600px) {
   .catName{
       display:flex;
       align-items:center;
   }
    .Category .AddBorder.AddPadding{
        min-height:108px;
    }
    .terms-check{
    display:inline;
}
    .Registration label {
        margin: 10px 0;
    }
    .BlogPage iframe{
        max-width:100%;
        min-height:150px;
        margin: 0px;
    }
    .SlideDots{
        bottom:0;
    }
    .Registration .col1x1 .AddBorder {
        margin-bottom: 15px;
    }

    nav .ulSearch {
        margin: 0 20px 20px 20px !important;
    }

    .ulSearch {
        width: 95.5% !important;
    }

    .TopHeaderMenu {
        display: block;
        position: relative;
        float: none;
        text-align: center;
        padding-top: 15px;
        margin-top: 15px;
    }

    .ulSearch {
        width: 100%;
    }

    .SubtitleTitleContainer h2 {
        margin: 20px 2.5% 10px;
    }

    .TopHeaderActions {
        display: block;
        position: relative;
        text-align: center;
    }



    .MainContent .MiddleHeader {
        display: block;
    }

    .TopHeader {
        text-align: left;
        display: none;
    }

    .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-right: 36.34px;
        z-index: 1;
        cursor: pointer;
        float: right;
    }

    .MainContent .MobileActivatorLeft {
        display: inline-block;
        font-size: 30px;
        text-align: right;
        position: relative;
        margin-left: 10px;
        z-index: 1;
        cursor: pointer;
        float: left;
    }

    .LeftMenu {
        display: none;
        width: 300px;
        max-width: 100%;
        background: #fff;
    }

        .LeftMenu.ForceExpand {
            display: block;
        }

    .LeftMenuLogo {
        opacity: 0;
    }
    /*.CategoryArticles.col4x4 {
        width: 49%;
    }*/

    .CloseLeftMenu {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px;
        color: #333;
        font-size: 16px;
        margin: 10px;
        cursor: pointer;
        z-index: 1;
    }

    .MainContent {
        width: 100%;
    }

    nav ul li {
        display: block;
        text-align: center;
        margin: 5px 2.5% !important;
    }

    nav a {
        padding: 10px 0;
    }

    nav ul li ul, nav ul li ul ul {
        display: block;
        position: relative;
        width: 100%;
        padding: 0;
        min-width: 100%;
        top: initial;
        left: initial;
    }

        nav ul li ul li {
            display: block;
        }

    .TopHeaderMenu, .BottomHeader {
        display: none;
    }

    .number-wrapper input {
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    

    .ShrinkContainer {
        width: 100%;
    }
    [id^=insertModal_]{
    width:100vw;
        height: 100vh;
    background: var(--main-bg-color);
  
}
    .UserMenu1 {
        position: fixed;
        top: 110px;
        right: 50%;
        background: #fff;
        z-index: 99999;
        text-align: left;
        padding: 10px;
        width: 100px;
        max-width: 280px;
        font-family: "Lilita", sans-serif;
        box-shadow: 0 0 3px #999;
        font-size: 14px;
    }

    .mobile .Slider {
        width: 100%;
        margin-top: 0%;
    }

    .CategoryListContainer {
        margin-top: 2.5%;
    }

    .Section.hotCategory {
        margin-top: 2.5%;
    }

    .hotCategory .SectionTitle {
        margin-bottom: 0px;
    }

    .HotPlu {
        margin-bottom: 0px;
        margin-top: 2.5%;
    }

    .HotPluDescContainer {
        width: 100%;
    }

    .BlogItem .col2x2 {
        width: auto;
        margin: 0;
        display: block;
    }

    .BlogItemBody {
        line-height: 16px;
    }

    .Registration label span.registration-select {
        color: #b7b7b7;
    }

    .Registration select:focus {
        width: 70%;
    }

    .BlogItemLink {
        padding: 0px 20px 20px;
        font-size: 14px;
        display: block;
    }

    .mobile-device {
        display: initial !important;
    }

    .SmallHotPlu .HotPluDescText p, .HotPluDescText p, .BigHotPlu .HotPluDescText p {
        -webkit-line-clamp: 3;
    }

    .pluForm, .form-horizontal, .CategoryArticles {
        margin: 0 10px;
    }

    .Slider {
        position: relative;
        margin-top: 2.5%;
    }



    .ImgWithOverlay {
        margin: 2.5% auto;
        margin-bottom: 0px;
    }

    .slideShowSection {
        margin-top: 2.5%;
        margin-bottom: 0px;
    }

    #mobileNav {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    nav .ulSearch {
        margin: 0 !important;
    }

    .ulSearch {
        width: 85% !important;
        display: inline-block;
    }

    .HotPlu .ImageContainer {
        width: 100%;
    }

    .HotPlu .HotPluDesc {
        width: 100%;
        padding: 0;
    }

    .HotPluDesc h2 {
        height: 15px;
    }

    .HotPluDescText {
        font-size: 13px;
        line-height: 16px;
    }

    .HotPluOrder {
        padding: 0;
        width: 100%;
    }

    .HotPlu .OrderButton input {
        display: none;
    }

    .HotPlu .HotPluOrder, .HotPluOrder .OrderButton {
        margin: 20px 0 0 0;
    }

    .Category.col2x2, .ShrinkContainer .Category.col2x2:nth-child(2n) {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0;
        min-width: 49%;
    }
    
    .ShrinkContainer .Category.col2x2:last-child {
        margin: 0;
    }

    .Subcategory {
        overflow-x: scroll;
        display: flex;
    }

    .col2x2 h2, .col3x3 h2, .col4x4 h2, .col5x5 h2, .col6x6 h2 {
        font-size: 17px;
    }

    .col2x2 .OrderButton button, .col3x3 .OrderButton button, .col4x4 .OrderButton button, .col5x5 .OrderButton button, .col6x6 .OrderButton button {
        font-size: 18px;
    }

    .col2x2 .ActualPrice, .col3x3 .ActualPrice, .col4x4 .ActualPrice, .col5x5 .ActualPrice, .col6x6 .ActualPrice {
        font-size: 17px;
    }

    .Category.col2x2 h2 {
        padding-top: 10px;
    }

    .Category.col2x2 img, .Category.col2x2 h2 {
        width: 100%;
        display: block;
        vertical-align: middle;
        border: 0;
        text-align: center;
        font-size: 14px;
        white-space: normal;
    }

    .CategoryArticles.col2x2.SliderCol {
        width: 49%;
        display: inline-block;
    }

    .Slider > ul > li > div:first-child {
        margin-right: 2%;
    }

    .OrderButton input {
        display: none;
    }

    .CategoryArticles h2 {
        text-align: center;
        /*height: 24px !important;*/
        white-space: normal;
    }

    .OrderButton button {
        padding: 0;
        
    }
    .HotPluOrder .OrderButton button{
        width:100%;
        padding:6px;
    }

    .Amenities {
        padding-bottom: 0;
    }

    .ProductPr {
        text-align: center;
    }

    .JustInserted.PluPartial {
        position: fixed;
        margin: 0 auto;
        top: 35%;
        right: 0;
        left: 0;
    }
    .JIDetails h4{
        padding-left:0;
    }

    .pluForm, .form-horizontal, .CategoryArticles {
        margin: 0;
    }

    .ImgWithOverlayTitle {
        font-size: 24px;
    }

    .ImgWithOverlayBody {
        font-size: 14px;
    }

    .ShareButtonsHome {
        display: none;
    }

    .ImgWithOverlay img {
        height: 170px;
    }

    .BlogItem img {
        margin: 14px;
        padding: 0;
    }

    .BlogItem h3 {
        padding: 0 20px;
        margin-bottom: 15px;
    }

    .BlogItemBody {
        padding: 0 20px 20px;
    }

    .col1 {
        font-size: 13px;
    }

    .FooterMenu li {
        font-size: 13px;
        display: block;
    }

    .SocialMenu li {
        font-size: 21px;
        margin: 6px 11px;
    }

    nav ul li ul {
        box-shadow: none;
    }

    #confirmCartDiv {
        width: 100%;
    }

    .Section {
        margin-left: 0;
        margin-right: 0;
    }


    .HotPlu {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .slideShowSection .SlideDots {
        display: none;
    }

    .SlideDots {
        position: inherit;
    }

    .Slider .ControlNext, .Slider .ControlPrev {
        display: none;
    }

    .Slider.AutoPlay img {
        height: 150px;
    }

    .no-mobile {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .mobile-inline {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .ShrinkContainer.PluSearchResultDiv {
    width: 95%;
}

    .mobileMiddleHeader .ulSearch .InputWithButton button {
        padding: 5px 5%;
    }

    .mobileMiddleHeader .ulSearch i {
        font-size: 15px;
    }

    .mobileMiddleHeader .InputWithButton input {
        padding: 7px 0;
    }

    .MobileActivator {
        display: inline-block;
        font-size: 25px;
        text-align: left;
        position: relative;
        margin-left: 10px;
        z-index: 1;
        cursor: pointer;
        float: left;
        padding-top: 0px;
    }

    .Logo img {
        width: auto;
    }

    .TopHeaderMenu li {
        margin: 0;
    }

    .MiddleHeader {
        width: 100vw;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 999999;
    }
    .freeShipping .MiddleHeader{
        top:25px;
    }
    .freeShippingBar{
        position:fixed;
        top:0;
        height:25px;
        width:100%;
        display:flex !important;
        justify-content:center;
        align-items:center;
        z-index:99999;
    }
    .EnableCookieDiv p {
        font-size: 14px;
    }

    .EnableCookieDiv {
        padding: 2.5%;
        width: 95%;
        line-height: 1.5;
    }

        .EnableCookieDiv input[type=button] {
            width: 50%;
        }

    .mobileMiddleHeader i {
        color: #63c220;
        padding-right: 5px;
        font-size: 25px;
        display: block;
    }

    .middleNav {
        padding: 13px 2.5%;
    }

    .mobileMiddleHeader {
        height: 50px;
        width: 95%;
        border-bottom: 2px solid #ececec;
    }

        .mobileMiddleHeader li {
            display: inline-block;
        }

    .WhenLogin, .WhenNotLogin {
        padding-right: 8px;
    }
    /*#searchBarFocus {
        position: fixed;
        top: 64px;
        left: 0;
        background: #00000080;
        width: 100%;
        height: calc( 100vh - 54px);
        z-index: 10;
    }*/

    nav ul:first-child {
        width: 100% !important;
        padding: 10px 0 70px;
        overflow-y: scroll;
        display: flex;
        flex-direction: column;
        max-height: calc(100vh - 195px);
    }

    nav ul li {
        text-align: left;
    }

    .BottomHeader {
        position: fixed;
        top: 64px;
        left: 0;
        width: 100%;
        padding: 0;
        background: #fff;
        z-index: 9999;
    }

    .freeShipping .BottomHeader{
        top: 88px;
    }
    .LogInWin .ShrinkContainer {
        z-index: 99999;
    }

    .middleNav a, #search a {
        transition: none;
    }

    nav {
        margin: 0;
    }

    body {
        margin-top: 63px;
    }

    body.freeShipping{
        margin-top:88px;
    }

    .ContactPage .col4x4 .Gray {
        border-right: none;
    }

     .ContactPage .col5x5 .Gray {
        border-right: none;
    }

    .TopHeaderMenu {
        margin: 0;
        padding: 0;
        margin-right: 2.5%;
        float: right;
    }

        .TopHeaderMenu a {
            font-size: 16px;
        }

    #numOfPluInCartM {
        display: inline-block;
    }

    .UserMenu {
        right: -10px;
    }

    .SmallBasket {
        overflow-y: scroll;
        max-height: 40vh;
    }

    .OtherImages .col3x3 {
        width: 23%;
        display: inline-block;
        margin: 10px 2px !important;
    }
    
   
        /*.gallerySlider .AddPadding {
        padding: 10px;
    }*/
    .Slider > .photo > li > div:first-child {
        margin-right: 0;
    }

    .ratio-square {
        margin: 10% 0;
    }

    .ratio-inner {
        width: 100%;
    }

    .ProductLeft > .AddBorder:first-child {
    }

    .tile {
        height: 240px;
    }

    .ShareButtons {
        display: none;
    }

    .VariantChoose .col4x4 {
        display: block;
        font-size: 13px;
        line-height: 13px;
        width: 100%;
        margin: 10px 0;
    }

    .VariantChoose select, .VariantChoose input {
        width: 100%;
        font-size: 16px;
    }

    .Product .VariantChoose .number-wrapper input {
        padding-right: 0;
        padding-left: 0;
    }

    .VariantChoose select {
        height: 35px;
        padding-top: 0px;
        padding-bottom: 0;
        text-align: right;
        padding-right: 10% !important;
        padding-left: 30% !important;
        line-height: 1;
    }

    .VariantChoose .col4x4 span {
        position: absolute;
        padding-top: 11px;
        left: 5px;
    }

    .variantLabels:after {
        position: absolute;
        right: 10px;
        top: 13px;
    }

    .Product {
        width: 100%;
    }

    .Tags {
        font-size: 13px;
    }

    .ProductOrderPrice {
        display: block;
        width: 100%;
        position: relative;
    }

    .ProductRight .AddBorder.AddBorder {
        padding: 10px;
    }

    .ProductLeft .AddPadding {
        padding: 0;
    }

    .ProductBottom .AddBorder.AddBorder {
        padding: 0;
        border: none;
    }
    .ProductBottom select#quantityMobile{
        width:95vw;
        padding:6px 10px;
        margin-bottom:10px;
    }
    .ProductBottom.mobile label.col4x4.variantLabels{
        width:100%;
        position:relative;
    }
    .ProductBottom.mobile label.col4x4.variantLabels:after{
        top:23px;
    }
    .TabChoser .Tabs li:hover, .TabChoser .Tabs li.VisibleTabOption{
        padding-bottom:7px;
    }

    .mobileProductPage .QuantitySelect .ChooseQuantity button, .mobileProductPage .addToWishListBtn {
        width: 100%;
        float: none;
        position: relative;
        display: block;
        margin: 10px 0;
        padding: 10px 0;
        text-align: center;
    }

    .mobileProductPage .addToWishListBtn {
        max-width: calc(95vw - 4px);
    }

    .ProductLeft .AddBorder {
        border: none;
        border-radius: 0;
    }

    .QuantitySelect {
        width: 100%;
    }

        .QuantitySelect .ChooseQuantity button {
            margin-left: 0px;
            width: 30%;
        }

    .addToWishListBtn {
        width: 55%;
    }

    .ProductRight a {
        font-size: 16px;
    }

    .QuantitySelect .ChooseQuantity button {
        font-size: 16px;
        float: left;
    }

    .QuantitySelect {
        float: none;
    }

    .desktopCart {
        display: none;
    }

    .BasketTotal tr {
        display: block;
    }

    .BasketTotal td {
        display: block;
    }

    .BasketTotal .col2x2 {
        display: inline-block;
    }

    .Basket .col2x2.left, .Basket .col2x2.right {
        font-size: 11px;
    }

    .Basket .col2x2.left {
        padding-left: 5px;
    }

    .Basket .col2x2.right span {
        font-size: 14px;
    }

    .btn-red {
        font-size: 16px;
    }

    .Registration .col2x2, .Registration .col2x2.rightInput {
        width: 100%;
    }

    .cityAndPostCodeValidation label {
        height: 11px;
    }

    #ShopenLogIn, #finishShoppingBtn {
        width: 48%;
        font-size: 16px;
    }

    #finishShoppingBtn {
        font-size: 14px;
        padding: 14px 20px;
    }

    .TopHeaderMenu i {
        font-size: 25px;
    }

    .mobileCart .col2x2.cartSum.totalSum, .mobileCart .col2x2 p.price {
        color: #63c220;
        padding: 0;
    }

    .mobileCart .detailsCart p {
        padding: 3px 0;
    }

    .mobileCart .col2x2 img {
        width: 98%;
    }

    .mobileCart .col2x2 {
        width: 38%;
    }

        .mobileCart .col2x2.remove {
            width: 30px;
        }

    .mobileCart .centerText {
        width: 100%;
    }

    .mobileCart .col2x2.detailsCart {
        width: 60%;
    }

    .mobileCart .pluName {
        width: calc(100% - 40px);
        margin: 0;
    }

    .mobileCart .centerText .OrderButtonCartPreview {
        display: flex;
        width: 100%;
        align-items: baseline;
        justify-content: flex-start;
        padding-top: 5px;
    }

    .mobileCart .totalCart, .mobileCart .col2x2 h1, .mobileCart .OrderButtonCartPreview input {
        color: #7f7f7f;
    }

    .mobileCart .col6x6.centerText {
        margin: 0;
    }

    .mobileCart .centerText p.price {
        font-size: 13px;
    }

    .mobileCart .price.totalPrice {
        margin-top: 15px;
    }

    .mobileCart .centerText .OrderButtonCartPreview label {
        /*width: 15%;*//*Ugaseno da bi se dodati broj odvojio od kolicine*/
        padding-right: 10px;
    }

    .Registration button {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
        font-size: 16px;
    }

    .TabChoser {
        min-height: unset;
    }

    .JustInserted {
        right: 10%;
    }
    .JustInserted.PluDetails{
        margin-left:  calc((100vw - 300px )/ 2);;
    margin-right: calc((100vw - 300px )/ 2);
    margin-top: 45%;
    left:0;
   
    }
    .WhenInserted{
        left:0;
        right:0;
    }
    #nlButton {
        margin-top: 0px;
    }

    .Wizard a {
        width: 32%;
    }

    .Text h3 {
        padding: 0 10px;
    }

    .SlideDots span {
        width: 5px;
        height: 5px;
        margin: 2.5% 3px .5%;
        /*margin-bottom: 0px;*/
    }

    .BlogItem .ShrinkContainer {
        width: 95%;
    }

    .ShrinkContainer .Gallery.FulCol6x6:nth-child(6n), .ShrinkContainer .Gallery.FulCol5x5:nth-child(5n), .ShrinkContainer .Gallery.FulCol4x4:nth-child(4n), .ShrinkContainer .Gallery.FulCol3x3:nth-child(3n), .ShrinkContainer .Gallery.FulCol2x2:nth-child(2n),
    .ShrinkContainer .CategoryArticles.col2x2:nth-child(2n), .col3x3:nth-child(2n), .col6x6:nth-child(2n), .ShrinkContainer .CategoryArticles.col3x3:nth-child(3n), .ShrinkContainer .CategoryArticles.col4x4:nth-child(4n) {
        margin-right: inherit;
    }

    .Gallery.FulCol4x4, .Gallery.FulCol2x2, .Gallery.FulCol5x5 {
        width: 47%;
        display: inline-block;
        margin-bottom: 5px;
    }

        .Gallery.FulCol4x4:nth-child(2), .Gallery.FulCol4x4:nth-child(4), .Gallery.FulCol2x2:nth-child(2), .Gallery.FulCol5x5:nth-child(2) {
            margin-left: 1%;
        }

        .Gallery.FulCol3x3, .Gallery.FulCol5x5:nth-child(3), .Gallery.FulCol5x5:nth-child(4), .Gallery.FulCol5x5:nth-child(5), .Gallery.FulCol6x6 {
            width: 30%;
            display: inline-block;
            margin-bottom: 5px;
        }

            .Gallery.FulCol3x3:nth-child(2), .Gallery.FulCol3x3:nth-child(3), .Gallery.FulCol5x5:nth-child(4), .Gallery.FulCol5x5:nth-child(5), .Gallery.FulCol6x6:nth-child(2), .Gallery.FulCol6x6:nth-child(3), .Gallery.FulCol6x6:nth-child(5), .Gallery.FulCol6x6:nth-child(6) {
                margin-left: 1.5%;
            }

    .Text h3 {
        max-width: 95%;
        margin-top: 2.5%;
    }

    .CategoryArticles.col2x2 {
        width: 49%;
    }

    .ShrinkContainer.GalleryCont {
        width: 95%;
        margin-top: 2.5%;
        margin-bottom: 0px;
    }

    .SectionTitle {
        margin-top: 2.5%;
        margin-bottom: 0px;
    }

    .newsletterBtn {
        width: 90%;
    }

    .ProductPrice, .ProductName {
        width: 100%;
    }


    .OrderButton {
        position: inherit;
        float: none;
    }

    .Ordering {
        width: 100%;
        display: block;
    }

    .Slider .photo img {
        height: unset;
    }

    .Slider .photo li {
        width: 100%;
    }

    .mobileProductPage .CategoryName a {
        font-size: 15px;
        line-height: 2;
    }

    .mobileProductPage .ProductName {
        font-size: 25px;
        line-height: 1;
        margin: 0px 0;
        color: #333;
    }

    .mobileProductPage .VariantChoose {
        border: none;
    }

    .mobileProductPage .CategoryArticles.col4x4 {
        width: 49%;
        margin: 3px 0;
        margin-right: 2%;
    }

    .mobileProductPage > .SimilarPlus > .ShrinkContainer :nth-child(2n) {
        margin-left: 0px;
        margin-right: 0px;
    }


    .mobileProductPage .SimilarPlus {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileProductPage .ProductOrderPrice span {
        height: 30px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

        .mobileProductPage .ProductOrderPrice span#onePrice {
            padding-bottom: 0px;
        }

    .paymentPage {
        min-height: 328px;
    }

    iframe {
        margin: 0;
        width: 100% !important;
    }

    .mobileProductPage .ProductOrderPrice strike {
        position: absolute;
        bottom: 5px;
    }

    .TabChoser .Tabs li {
        width: 31%;
        padding: 7px 0;
        text-align: center;
        margin: 0;
    }

        .TabChoser .Tabs li:last-child {
            margin-left: 2%;
        }

    .pluPartialMainImg {
        margin-bottom: 0;
    }

    .Amenities {
        border: none;
        padding-top: 0;
    }

    .SimilarPlus .ProductPrice {
        display: block;
        height: 90px;
    }

    .SimilarPlus .CategoryArticles h2 {
        text-align: center;
        height: 0px !important;
    }

    ShopenLogIn {
        margin: 0;
    }

    html {
        max-width: 100vw;
    }

    .filterBtn {
        width: 100%;
        margin-bottom: 10px;
    }

    .Filter button {
        width: 30%;
    }

    .filterInputs {
        width: 100%;
        float: none;
        display: flex;
        overflow: scroll;
        max-height: 95%;
        flex-direction: column;
    }

    .FilterDiv .col5x5, .FilterDiv .col5x5:nth-child(5n+1) {
        float: unset;
        margin: auto;
    }

        .FilterDiv .col5x5 select {
            min-width: 100%;
        }

    .FilterDiv .col5x5 {
        padding: 5px 0;
        min-width: 100%;
        float: unset;
    }

    .RelatedProducts.col4x4 {
        width: 48%;
        margin: 3px;
    }

    .FilterDiv .col6x6 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .col6x6:nth-child(3n+1) {
        margin: 0;
    }

    #filter-mobile {
        padding: 9px;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
        display: block;
        color: #fff;
        background: #63c220;
        border: 0;
        font-family: 'Roboto', sans-serif;
        width: 100%;
        margin: 10px 0px;
    }

    .Filter {
        position: fixed;
        z-index: 99;
        background: #fff;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        top: 63px;
        padding: 20px 10px;
        height: calc(100vh - 100px);
        left: 0;
    }
    .freeShipping .Filter{
        top: 88px;
        height: calc(100vh - 124px);
    }

    .ReclamationPage {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .ContactPage {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        margin: 2.5%;
    }

        .ContactPage button[type='submit'] {
            width: 100%;
        }

        .ContactPage .col2x2, .ContactPage .col4x4, .ContactPage .col5x5{
            width: 100%;
            padding-top: 0px;
            line-height: 1;
            font-size: 16px;
            margin-bottom: 0px;
        }

        .ContactPage #ShopenErrorDiv {
            bottom: -2px;
            font-size: 13px;
        }

    .Section.BlogItem {
        margin-top: 2.5%;
        margin-bottom: 0px;
    }

    .BlogPage img {
        margin-top: 0px;
    }

    .BlogPage h1 {
        margin: 0px;
    }

    .ContactPage a {
        display: inline;
    }

    input, textarea, select {
        font-size: 16px;
    }

    .LogInWin {
        position: fixed;
        height: calc(100vh - 63px);
        background: #ffffffa0;
        top: 63px;
        width: 100vw;
        z-index: 999999999999999999999999;
    }

    #loginEmail, #loginPassword {
        font-size: 16px;
    }

    .Registration input, .Registration select {
        font-size: 16px;
    }

    .Registration .col2x2 {
        margin-top: 0;
    }

    .LogInWin > .ShrinkContainer {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .LogInWin .ShrinkContainer .JustInserted {
        position: relative;
        display: block;
        top: 0;
        margin-left: auto;
    }

    .g-recaptcha {
        float: none !important;
        width: 95vw;
        transform:scale(1);
    }

        .g-recaptcha > div {
            width: unset !important;
        }

    .LogInErrorDiv {
        line-height: 1;
    }

    .Registration label.privaciPolicyAndTermsOfUse {
        padding: 0;
    }

    .Registration .col2x2 {
        margin-right: 0;
    }

    .CategoryArticles.col4x4 {
        width: 48.75%;
        margin: 1.25%;
        margin-left: 0;
    }

        .CategoryArticles.col4x4:nth-child(2n){
            margin-right:0%;
            margin-left:1.25%;        }

.mobile-width {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.all-categories .Category.col2x2{
    margin:0!important;
    margin-bottom:2%!important;
    margin-right:2%!important;
}
.all-categories .Category.col2x2:nth-child(2n){
    margin-right:0!important;
}
.MasterCategoryPage .LastInOffer.col4x4{
    width:49%;
    margin-right: 0!important;
    margin-top:0!important;
    margin-bottom:2%!important;
}
.Subcategory.all-categories{
    flex-wrap:wrap;
}
.MasterCategoryPage .LastInOffer.col4x4:nth-child(2n-1){
    
    margin-right: 2%!important;
}
#DivID .RelatedProducts {
    margin: 5px 2% 0px 0;
    width: 49%;
}

    #DivID .RelatedProducts:nth-child(2n) {
        margin: 5px 0 0;
    }

    #DivID{
        min-height:250px;
    }

    .ContactPage .col1x1{
        margin: 0px;
    }
    .ContactPage input,
.ContactPage textarea {
    margin-bottom: 16px;
}

.Filter .reload-page {
    font-weight: normal;
    border: 1px solid #63c220;
    color: #000;
    background: #fff;
    border-radius: 3px;
}

.Section.Registration.NewsLetter {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-form {
    margin: 0;
    width: 100%;
}

.Wizard a:last-child, .Wizard a {
    width: 33%;
    margin-right: 0;
}

.LogInDiv {
    width: 100%;
}

.LogInDivWishList{
    width:100%; 
    margin-left:0px; 
    margin-right:0px;
}

.Registration .col3x3 {
    width: 100%;
}

.paymentBtnDiv {
    width: 100% !important;
}

.Registration .col3x3:nth-child(3n), .Registration .col3x3 {
    margin: 0px;
}

.ProductBottom {
    position: inherit;
    bottom: unset;
}
.product-state{
    top:15px;
}
.mobileProductPage .Slider .product-state {
    top: 0;
    right: 0px;
}

.ErrorPage p {
    font-size: 17px;
    margin-bottom: 0;
}

.ErrorPage .erorr404 {
    font-size: 26px;
}

.ErrorPage .InputWithButton {
    width: 100%;
}

.backToShoping {
    width: 100%;
    float: none;
}
   .chipcard-banner{
        flex-direction:column-reverse;
        padding: 5px 0 0 ;
    }
       

}

@media all and (max-width: 599px) {
    .Wizard a:last-child {
        width: 50%;
    }

    #shipmentPart {
        width: 30%;
    }

    #paymentPart {
        width: 30%;
    }

    #confirmPart {
        width: 39%;
    }

    .col3x3.Radio.radioPayment {
        text-align: inherit;
    }

    #shipmentTable tr {
        display: inline-grid;
        width: 50%;
    }

    #shipmentTable td, #shipmentTable th {
        border-bottom: 1px solid #7f7f7f;
    }

    #shipmentTable th {
        width: 100%;
    }

    .adressList .col3x3 {
        width: 100%;
        padding: 10px 0;
    }

        .adressList .col3x3 p{
            line-height:1.2
        }
        .g-recaptcha>div{
          width:unset!important;
          height:unset!important;
      }
     
}
.extras_table .extras_input{
    -webkit-appearance:checkbox;
}
