#store_container {
    position: relative;
    margin-bottom: 100px;
}

#plitka {
    font-size: 0.8em;
}

.payform-tinkoff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 250px;
}
.payform-tinkoff-row {
    margin: 2px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #fbc520;
    padding: 15px;
    outline: none;
    background-color: #fbc520;
    font-size: 15px;
    font-weight: 600;
}

.bgg {
    background-color: #eee;
}

.payform-tinkoff-row:focus {
    background-color: #ffffff;
    border: 1px solid #616871;
    border-radius: 4px;
}
.payform-tinkoff-btn {
    background-color: #fbc520;
    border: 1px solid #fbc520;
    color: #3c2c0b;
}
.payform-tinkoff-btn:hover {
    background-color: #fab619;
    border: 1px solid #fab619;
}

.mwx {
    padding-bottom: 0 !important;
}

#show_filters {
    display: none;
    clear: both;
    background: var(--c1);
    color: var(--c2);
    text-align: center;
    font-size: 0.9em;
    padding: 8px 5px;
}

#show_filters i {
    margin-right: 7px;
}

#cartcount {
    display: none;
}

.navigate {
    display: block;
    clear: both;
    margin-bottom: 1vh;
    font-size: 0.7em;
}

.navigate a {
    display: inline-block;
    text-decoration: none;
    color: var(--c5);
}

#leftmenu {
    position: relative;
    margin-bottom: 20px;
}

.storeleftmenu {
    display: block;
    clear: both;
    padding: 10px 0;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease-in;
    padding-right: 30px;
}

.subarrow {
    position: absolute;
    right: 5px;
    top: 33%;
}

.leftsubmenu {
    position: absolute;
    left: 99%;
    top: 0;
    z-index: 20;
    display: none;
    width: 100%;
    background: #eee;
    min-width: 270px;
    padding: 25px;
}

.storeleftsubmenu {
    display: block;
    clear: both;
    padding: 5px;
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
}

.storeleftmenu:hover .leftsubmenu {
    display: block;
}

.storeleftmenu:hover {
    border-bottom: 2px solid var(--c5);
}

.storeleftmenu a {
    color: var(--c3);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.4s ease-in;
}

.storeleftmenu:hover a {
    color: var(--c5);
}

.filterstock {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.filtpropname {
    color: var(--c4);
    font-size: 0.8em;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 10px;
}

.filtercheck {
    display: block;
    clear: both;
    padding: 3px;
    cursor: pointer;
    position: relative;
}

.filterstock .sel {
    font-weight: 700 !important;
    color: var(--c2);
}

.store-item {
    position: relative;
    padding-bottom: 30px !important;
}

.store_item_img {
    display: block;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    min-height: 200px;
    width: 100%;
    aspect-ratio: 1 / 1.2;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.7s ease;
}

.sub_store_item_img {
    display: block;
    position: absolute;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.7s ease;
    opacity: 0;
}

.store_item_img:hover {
    -webkit-box-shadow: 1px 1px 19px -6px rgba(47, 50, 52, 0.37);
    -moz-box-shadow: 1px 1px 19px -6px rgba(47, 50, 52, 0.37);
    box-shadow: 1px 1px 19px -6px rgba(47, 50, 52, 0.37);
    z-index: 5;
}

.store_item_img:hover .sub_store_item_img {
    opacity: 1;
}

.iteminfo {
    font-weight: 500;
    height: 54px;
    padding-right: 5%;
    display: block;
    overflow: hidden;
}

.mainprop {
    font-weight: 600;
}

.itemprice {
    font-size: 1.7em;
    font-weight: 300;
    color: var(--c3);
    padding: 10px 0;
    display: inline-block;
}

.item_heart {
    display: none;
    opacity: 0;
    position: absolute;
    top: 25px;
    right: 25px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 20;
}

.item_heart i {
    color: #fff;
    font-size: 1.8em;
    transition: all 0.3s ease-in;
}

.store-item:hover .item_heart {
    display: block;
    opacity: 1;
}

.item_heart i:hover {
    color: var(--c4);
}

.wishactive i {
    color: #da4052 !important;
}

.wishactive {
    display: block !important;
    opacity: 1 !important;
}

.item_heart_page {
    opacity: 0 !important;
    display: block !important;
    z-index: 300;
}

.store_sub_section {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    min-height: 200px;
    aspect-ratio: 1 / 1;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.section_name {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    bottom: 2vh;
    left: 0;
    padding: 25px;
    max-width: 60%;
    text-transform: uppercase;
    color: var(--c3);
    font-weight: 300;
    font-size: 0.8em;
    font-weight: 600;
    transition: all 0.5s ease;
}

.store_sub_section:hover {
    transform: translateY(-10px);
}

.store_sub_section:hover .section_name {
    color: #222;
    font-weight: 600;
}

#store_item {
    position: relative;
    margin-bottom: 90px;
}

#store_item h1 {
    font-weight: 300;
}

#store_item .item_img {
    position: relative;
    display: block;
    width: 50%;
    aspect-ratio: 1 / 1.1;
    background-position: center !important;
    background-size: cover !important;
    min-height: 280px;
    float: left;
    cursor: pointer;
    transition: all 0.4s ease;
}

#store_item .item_img:hover {
    transform: scale(1.05);
    z-index: 25;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 19px -6px rgba(47, 50, 52, 0.37);
    -moz-box-shadow: 1px 1px 19px -6px rgba(47, 50, 52, 0.37);
    box-shadow: 1px 1px 19px -6px rgba(47, 50, 52, 0.37);
}

#store_item .img_wide {
    width: 100% !important;
}

#modificators {
    position: relative;
    clear: both;
    margin-bottom: 50px;
}

.modselector {
    display: inline-block;
    padding: 2px 25px;
    margin: 2px;
    color: var(--c3);
    font-weight: 600;
    border: 1px solid var(--c4);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.modselector_disabled {
    background: #eee;
    display: inline-block;
    padding: 2px 25px;
    margin: 2px;
    color: #ddd;
    font-weight: 600;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.modselector span {
    color: #777;
    font-weight: 300;
    font-size: 0.8em;
}

.modselector_disabled span {
    color: #ccc;
    font-weight: 300;
    font-size: 0.8em;
}

.modselected {
    color: #fff !important;
    background-color: var(--c4);
}

.modlink {
    font-weight: 600;
    font-size: 0.9em;
    color: var(--c4);
    transition: all 0.3s ease;
    display: inline-block;
    margin-left: 25px;
    cursor: pointer;
    border-bottom: 1px solid var(--c4);
}

.modlink:hover {
    color: var(--c3);
}

.itemprice-xl {
    font-size: 1.8em;
    display: block;
    clear: both;
    color: var(--c3);
    margin-bottom: 15px;
}

.countinput {
    font-weight: 600;
    color: var(--c3);
    border: none;
    background: none;
    text-align: center;
    width: 70%;
    max-width: 100px;
}

#store_item .minus,
#store_item .plus {
    width: 15%;
    max-width: 40px;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid var(--c1);
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#store_item .minus:hover,
#store_item .plus:hover {
    background: var(--c1);
}

.addtocart,
.gotocart {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 5px;
    border: 2px solid var(--c5);
    color: var(--c5);
    transition: all 0.4s ease;
    cursor: pointer;
    font-weight: 600;
    border-radius: 7px;
    text-decoration: none !important;
    max-width: 200px;
}

.gotocart {
    margin: 0.5%;
    width: 48% !important;
}

.addtocart:hover,
.gotocart:hover {
    background: var(--c5);
    color: #fff;
}

.thumbcart {
    max-width: 200px;
    max-height: 30vh;
    width: 100%;
    margin-bottom: 10px;
}

.cart_plus,
.cart_minus {
    font-weight: 600;
    font-size: 1.8em;
    cursor: pointer;
    color: var(--c4);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease-in-out;
}

#misc a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.cartcount,
.wishcount {
    position: absolute;
    top: -3px;
    right: -3px;
    background: var(--c4);
    color: #111;
    border-radius: 50%;
    padding: 0 7px;
    font-size: 0.8em;
}

#reccomendations i {
    font-size: 3.1em;
    color: var(--c4);
    display: block;
}

.store_input {
    width: 98%;
    margin: 1%;
    border: 1px solid var(--c4);
    padding: 10px 20px;
    border-radius: 7px;
    background: none;
    font-weight: 500;
}

.no_phone,
.no_name {
    font-size: 0.85em;
    color: red;
    font-weight: 500;
    text-align: center;
    display: block;
}

#final_result {
    position: relative;
    clear: both;
    font-weight: 600;
    font-size: 1.2em;
    color: var(--c3);
}

.store_input:hover {
    background: var(--c1);
}

#order_promocode {
    font-weight: 600;
    text-transform: uppercase;
}

#promocheck {
    cursor: pointer;
    display: inline-block;
    padding: 5px 1%;
    font-weight: 700;
    color: var(--c4);
}

#promoresult {
    display: inline-block;
    font-weight: 500;
    padding: 2px 1%;
    font-size: 0.9em;
    color: #777;
}

#order_details {
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.bg_inside {
    width: 100%;
    max-width: 830px;
    min-height: 25vh;
    overflow: hidden;
    margin: 13% auto;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: #ffffff;
    position: relative;
    color: #333;
    font-weight: 400;
    font-size: 1.1em;
}

.addtocarthide {
    position: absolute;
    top: 0;
    right: 15px;
    color: darkgray;
    font-size: 1.8em;
    cursor: pointer;
    transition: all 0.5s;
}

.addtocarthide:hover {
    color: #333;
    transform: scale(1.05);
}

.smbl {
    word-wrap: break-word;
}

.cartrow {
    transition: all 0.5s;
}

.cartrow:hover {
    background: #efefef;
    -webkit-box-shadow: 0px 0px 8px -2px rgba(51, 51, 51, 0.68);
    -moz-box-shadow: 0px 0px 8px -2px rgba(51, 51, 51, 0.68);
    box-shadow: 0px 0px 8px -2px rgba(51, 51, 51, 0.68);
}

.cartdel {
    cursor: pointer;
    color: red;
    font-size: 1.2em;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.cartdel:hover {
    transform: scale(1.3);
}

.cartitemname {
    color: var(--c3);
    font-weight: 500;
    padding-bottom: 5px;
    text-decoration: none !important;
    border-bottom: none;
    display: block;
    position: relative;
}

.final_price {
    font-weight: 300;
    font-size: 3em;
    color: #bc2a37;
    width: 100%;
    text-align: right;
    padding: 3px;
}

.section_headlink {
    font-size: 1.2em;
    font-weight: 700;
}

.section_sublink {
    font-size: 1.1em;
}

@media only screen and (max-width: 991px) {
    #plitka {
        font-size: 1em;
    }

    #show_filters {
        display: block;
        max-width: 640;
        margin: 0 auto;
    }

    .leftmenu-container {
        display: none;
        position: relative;
    }

    .storeleftmenu {
        display: inline-block;
        width: 49%;
        text-align: center;
        border: 1px solid var(--c3);
        margin: 0.5%;
        font-size: 0.7em;
        border-radius: 5px;
    }

    .storeleftmenu:hover {
        border: 1px solid var(--c4);
        background: var(--c4);
    }

    .storeleftmenu:hover a {
        color: #fff;
    }

    .leftmenu-container {
        font-size: 1.2em;
    }

    .item_heart {
        display: block;
        opacity: 1;
    }

    .section_name {
        display: inline-block;
        padding: 10px;
        background-color: #fff;
        position: absolute;
        bottom: 2vh;
        left: 0;
        padding: 15px;
        max-width: 80%;
        text-transform: uppercase;
        color: var(--c3);
        font-weight: 300;
        font-size: 0.9em;
        font-weight: 600;
        transition: all 0.5s ease;
    }
}

@media only screen and (max-width: 500px) {
    .store-item {
        font-size: 0.8em;
    }
}
