:root {
    --main-gray: #cbcbcb;
    --color1: white;
    --hover1: #173d58;
    --color2: #041928;
    --seltopmeny: #0c5851;
    --lighthov: #d1eeff;
    --maintext: #1a1a1a;
    --color3: #15d1da;
    --color4: #f7f7f7;
    --color5: #ff8686;
    --numcol: 4;
}

@font-face {
    font-family: "Raleway";
    src: url("/css/Raleway/static/Raleway-Regular.ttf"),
        url("/css/Raleway/static/Raleway-Light.ttf") format("truetype");
    font-weight: regular;
    font-style: regular;
}

@font-face {
    font-family: "RalewayBold";
    src: url("/css/Raleway/static/Raleway-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

#top1 {
    display: block;
    height: 40px;
    border-bottom: solid 1px var(--main-gray);
    margin: -8px;
    padding: 0px 8px;
    position: relative;
}


.top1_right {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    align-items: center;
    display: grid;
    cursor: pointer;
    text-decoration: none;
    color: var(--maintext);
}

.top1_right:hover {
    color: blue;
}

#top3 {
    background: var(--color2);
    height: 50px;
    margin: 0px -8px;
    padding: 0px 8px;
    display: flex;
    color: var(--main-gray);
}

#top2 {
    margin: 8px 0px;
    position: sticky;
    top: 0;
    background: white;
    border-bottom: solid 1px var(--main-gray);
    margin: 0px -8px;
    padding: 0 8px;
    z-index: 9;
}

.top2_logotext {
    width: fit-content;
    position: absolute;
    left: 75px;
    top: 0;
    bottom: 0;
    align-items: center;
    display: grid;
    font-size: 22px;
    cursor: pointer;
    color: var(--color2);
}

.top2_logo {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.top2_t2 {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    display: grid;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    text-align: center;
    font-size: 22px;
}

.top2_search {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 412px;
    height: 39px;
    width: 50%;
    margin: auto;
    border: solid 1px var(--main-gray);
    padding-left: 10px;
}

.top2_search:hover {
    background: var(--color4);
}

.top2_enter {
    position: absolute;
    right: 74px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    cursor: pointer;
    display: none;
    vertical-align: middle;
    height: 30px;
    margin: auto;
    text-decoration: none;
}

.top2_addrs {
    width: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 243px;
    height: 48px;
    margin: auto;
    display: grid;
}

.top2_r0 {
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    align-items: center;
    display: flex;
}

.top2_r1 {
    font-size: 24px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.top2_r1:hover {
    zoom: 1.1;
}

#main {
    margin: 32px 0px;
    width: 100%;
    display: flex;
}

.tmenu_el {
    width: calc(100% / 5);
    align-items: center;
    display: grid;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    color: var(--main-gray);
    text-decoration: none;
}

.tmenu_el:hover {
    background-color: var(--hover1);
}

.item_cat {
    border: solid 1px var(--main-gray);
    /*text-align: center;*/
    padding: 10px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-decoration: unset;
    color: var(--maintext);
}

.item_cat:hover {
    box-shadow: 0px 2px 8px grey;
}

.left_cat {
    width: 14%;
    min-width: 240px;
    float: left;
    margin-bottom: 18px;
}

.footer_listitem {
    display: flex;
}

.footer_item {
    width: calc(100% / 4);
    padding: 16px;
}

.copyr {
    text-align: center;
    margin-top: 40px;
}

.footer_im {
    font-weight: 600;
    margin-bottom: 10px;
    font-family: RalewayBold;
}

.footer_im1 {
    text-decoration: none;
    color: var(--main-gray);
}

.footer_im1:hover,
.footer_im3:hover {
    text-decoration: underline;
}

.down_in {
    text-align: center;
}

.footer_im a {
    text-decoration: none;
    color: var(--main-gray);
    font-family: RalewayBold;
}

.right_cat {
    width: 100%;
    padding: 0px 20px;
}

/*slider*/
#d_slider {
    width: 100%;
    margin: auto;
}

.adaptivny-slayder {
    position: relative;
    margin: 0px auto 54px auto;
    /*box-shadow: 0 0 10px #888;*/
}

.adaptivny-slayder input[name="kadoves"] {
    display: none;
}

.slid50p {}

.kadoves {
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
    width: 100%;
}

.kadoves label {
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 0 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .8);
    border-radius: 50%;
    border: 5px solid #2f363c;
    background-color: #738290;
}

#slaid1:checked~.kadoves label[for="slaid1"] {
    background-color: white;
}

#slaid2:checked~.kadoves label[for="slaid2"] {
    background-color: white;
}

#slaid3:checked~.kadoves label[for="slaid3"] {
    background-color: white;
}

#slaid4:checked~.kadoves label[for="slaid4"] {
    background-color: white;
}

.adaptivny-slayder-lasekun {
    overflow: hidden;
}

#slaid1:checked~.adaptivny-slayder-lasekun .abusteku-deagulus {
    transform: translate(0);
}

#slaid2:checked~.adaptivny-slayder-lasekun .abusteku-deagulus {
    transform: translateX(-100%);
}

#slaid3:checked~.adaptivny-slayder-lasekun .abusteku-deagulus {
    transform: translateX(-200%);
}

#slaid4:checked~.adaptivny-slayder-lasekun .abusteku-deagulus {
    transform: translateX(-300%);
}

.abusteku-deagulus {
    display: flex;
    width: 100%;
    transition: all 0.5s;
}

.abusteku-deagulus img,
.abusteku-deagulus div {
    width: 100%;
    flex-shrink: 0;
    height: 140px;
}

/*sl*/
.items_a {
    display: flex;
}

.items_f {
    margin: 10px;
    text-align: center;
    width: calc(100% / 5);
    transition: 0.3s;
    text-decoration: none;
}

.items_f img {
    width: 30%;
    height: auto;
}

.items_f div {
    height: 40px;
    /*align-items: center;
    display: grid;*/
}

.items_f:hover {
    box-shadow: 0px 2px 8px grey;
}

/*slider brands*/
.slider {
    width: 90%;
    margin: 0px auto;
}

.slick-slide img {
    width: 100%;
}

.regular {
    display: grid !important;
}

.slider * {
    box-sizing: border-box;
}

.slick-slide {
    margin: 0px 20px;
}

.span_prok {
    display: block;
    height: 60px;
    margin-top: -60px;
}

.main_cate {}

.main_catt_i {
    border: solid 1px var(--main-gray);
    width: calc(25% - 4px);
    float: left;
    height: 200px;
    margin: 2px;
    box-sizing: border-box;
    padding: 6px;
    color: var(--color1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: unset;
}

.elcategori {
    border: solid 1px var(--main-gray);
    width: calc(((100% - 10px) / var(--numcol) - 18px));
    margin: 10px;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    /*transition: 0.3s;*/
    display: block;
    box-sizing: border-box;
    text-decoration: unset;
    color: var(--color2);
    overflow: hidden;
    /*position: relative;*/
    height: 76px;
}

.elcategori:hover {
    box-shadow: 0px 2px 8px grey;
}

.mdivcats {
    overflow: auto;
}

.mdivgoods {
    overflow: auto;
    min-height: calc(100vh - 363px);
}

.elgood {
    border: solid 1px var(--main-gray);
    width: calc(((100% - 12px) / 6 - 18px));
    margin: 10px;
    float: left;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    box-sizing: border-box;
    position: relative;
}

.elgood1 {
    text-decoration: unset;
    color: var(--maintext);
    padding: 10px;
    height: 320px;
    display: block;
}

.main_catt_i:hover {
    box-shadow: 0px 2px 8px grey;
}

.imggoods_divpic {
    width: 100%;
    height: 60px;
    position: relative;
}

.imggoods {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    height: auto;
    width: auto;
    max-width: 100%;
}

.elgood:hover {
    box-shadow: 0px 2px 8px grey;
}

.imggood_divpic {
    max-width: 168px;
    max-height: 168px;
    height: 160px;
    width: 20%;
    display: block;
    position: relative;
    float: left;
}

.imggood {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    height: auto;
    width: auto;
    max-width: 100%;
}

.hargood {
    float: left;
    margin-left: 40px;
}

.topdibgood {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
}

.goodmenu2 {
    display: flex;
}

.elmenu2 {
    border: solid 1px var(--main-gray);
    width: 122px;
    padding: 10px;
    text-align: center;
    margin: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.elmenu2:hover {
    box-shadow: 0px 2px 8px grey;
}

#blharid1,
#blharid2,
#blharid3,
#blharid4,
#blharid5,
#blharid6 {
    border: solid 1px var(--main-gray);
    padding: 10px;
    margin-bottom: 16px;
}

#blharid2,
#blharid3,
#blharid4,
#blharid5,
#blharid6 {
    display: none;
}

.sel_elm2 {
    background: var(--lighthov);
}

.cotbt {
    width: 100%;
    height: 60px;
}

.mainpic_1 {
    background-image: url("../img/main/cabel.jpg");
}

.mainpic_2 {
    background-image: url("../img/main/canal.jpg");
}

.mainpic_3 {
    background-image: url("../img/main/nvo.jpg");
}

.mainpic_4 {
    background-image: url("../img/main/svet.jpg");
}

.mainpic_5 {
    background-image: url("../img/main/lotok.jpg");
}

.mainpic_6 {
    background-image: url("../img/main/eltehk.jpg");
}

.mainpic_7 {
    background-image: url("../img/main/svetprod.jpg");
}

.mainpic_8 {
    background-image: url("../img/main/shit.jpg");
}

.good_price {
    position: absolute;
    bottom: 48px;
    left: 5px;
    font-weight: 700;
}

.good_nalich {
    position: absolute;
    bottom: 76px;
    left: 5px;
}

.good_article {
    position: absolute;
    bottom: 96px;
    left: 5px;
}

.tocart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    border-top: solid 1px var(--main-gray);
    cursor: pointer;
}

.ngtocart_m {
    background: var(--main-gray);
    width: 24px;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    display: grid;
    text-align: center;
    font-size: 24px;
}

.ngtocart {
    position: absolute;
    left: 24px;
    bottom: 0;
    top: 0;
    width: 50px;
    box-sizing: border-box;
    border: none;
    text-align: center;
    color: var(--maintext);
}

.ngtocart_p {
    background: var(--main-gray);
    width: 24px;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 74px;
    align-items: center;
    display: grid;
    text-align: center;
    font-size: 24px;
}

.ngtocart_t {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    text-align: center;
    width: calc(100% - 98px);
    background: #cbffcb;
    transition: 0.3s;
}

.ngtocart_t:hover {
    background: #92e192;
}

.ngtocart_p:hover,
.ngtocart_m:hover {
    background: #a7a7a7;
}

input.ngtocart::-webkit-inner-spin-button,
input.ngtocart::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.ngtocart {
    -moz-appearance: textfield;
}

.good_name {
    overflow: hidden;
    height: 132px;
}

.cartnum {
    display: none;
}

.mainpiccat {
    width: 100%;
}

.catpmain {
    display: block;
    color: var(--maintext);
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 10px;
    height: 55px;
}

.catppmain {
    display: block;
    color: var(--maintext);
    text-decoration: none;
    margin-bottom: 6px;
}

.catpmain:hover,
.catppmain:hover {
    color: var(--color2);
    font-weight: 600;
}

.divpiccat {
    float: left;
    margin-right: 10px;
    width: 12%;
    height: 100%;
}

.addcatl {
    display: none;
    overflow: hidden;
    position: absolute;
    width: calc(((100% - 26px) / var(--numcol) - 18px));
    background: white;
    margin: 0px 0px 0 -11px;
    box-sizing: border-box;
    top: auto;
    border: solid 1px var(--main-gray);
    border-top: none;
    padding: 10px;
    box-shadow: 0px 2px 8px grey;
    z-index: 8;
}

.showallcat {
    rotate: 90deg;
    left: 6%;
    position: absolute;
    bottom: 14px;
    font-size: 20px;
    color: var(--color3);
    cursor: pointer;
    transition: 0.3s;
}

.showallcat:hover {
    color: var(--color2);
}

.cathk {
    color: var(--maintext);
    text-decoration: none;
}

.cathk:hover {
    color: var(--color2);
    font-weight: 600;
}

.podhead {
    background: var(--color4);
    margin: 0px -8px 8px -8px;
    padding: 8px;
}

.mdivbrands {
    overflow: hidden;
    display: block;
}

.qrbrand {
    border: solid 1px var(--main-gray);
    width: calc((100% - 204px) / 6 - 8px);
    margin: 10px;
    padding: 10px;
    text-align: center;
    float: left;
    height: 46px;
    transition: 0.3s;
    color: unset;
    text-decoration: unset;
}

.qrbrand:hover {
    box-shadow: 0px 2px 8px grey;
}

.bfiltr {
    border: solid 1px var(--main-gray);
    padding: 6px;
    margin-bottom: -1px;
}

.filtrhd1 {
    margin-bottom: 8px;
    position: relative;
}

.filtrhd {
    padding-right: 12px;
}

.elfilter {
    margin-bottom: 4px;
}

.mdivgoods_no {
    text-align: center;
    margin-top: 70px;
    min-height: calc(100vh - 363px);
}

.hs_flt {
    cursor: pointer;
    rotate: 90deg;
    transition: 0.3s;
    position: absolute;
    right: 0;
    top: 0;
}

.fiestck {
    background: red;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 5px;
    border-radius: 4px;
}

.srchelc {
    overflow-wrap: anywhere;
}

.blfini {
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

#rettop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 10px 15px;
    background-color: var(--seltopmeny);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#rettop:hover {
    background-color: var(--hover1);
}

.catdescr {
    width: 100%;
    display: inline-block;
    border-top: solid 1px var(--main-gray);
}

.addtocart {
    background: var(--color5) !important;
}

#fast_cart {
    position: absolute;
    background: white;
    right: 8px;
    width: 40%;
    padding: 8px;
    box-shadow: 0px 2px 8px grey;
    display: none;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.el_fastcart {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px var(--main-gray);
}

.el_fastcart1 {
    width: 100%;
    display: flex;
}

.el_fastcart2 {
    float: left;
    width: 60px;
}

.el_fastcart3 {
    align-items: center;
    display: grid;
    margin-left: 10px;
}

.el_fastcart4 {
    width: 100%;
    display: flow-root;
}

.el_fastcart5 {
    float: right;
}

.el_fastcart6 {
    float: left;
}

.el_fastcart7 {
    float: right;
    margin-bottom: 15px;
}

.cartitog {
    height: 23px;
}

#tocart {
    background: var(--color2);
    margin: 10px -8px -8px -8px;
    height: 46px;
    text-align: center;
    align-items: center;
    display: grid;
    color: var(--main-gray);
    cursor: pointer;
    text-decoration: none;
}

#tocart:hover {
    background: var(--hover1);
}

.cart_ma {
    min-height: 400px;
}

.cart_itog {
    border: solid 1px var(--main-gray);
    margin: 10px 0px;
    padding: 10px;
    display: flow-root;
    position: relative;
    min-height: 38px;
}

.cart_itog1 {
    float: left;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 16px;
}

.cart_itog button {
    float: right;
    font-size: 16px;
    padding: 8px;
}

.cart_body {
    border: solid 1px var(--main-gray);
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.el_cart {
    min-width: 60px;
}

.el_cart2 {
    height: 60px;
    width: 60px;
    position: relative;
    display: grid;
    margin: auto;
    padding: 2px;
}

.el_cart2 img {
    margin: auto;
    max-width: 60px;
    max-height: 60px;
}

.cart_body td {
    padding: 0px 8px;
    border: solid 1px var(--main-gray);
}

.el_cart3 {
    color: red;
    font-size: 32px;
    text-align: center;
}

.el_cart5 {
    width: 60px;
    border: solid 1px var(--main-gray);
    color: unset;
}

.cart_body th {
    background: var(--color4);
    padding: 8px;
    border: solid 1px var(--main-gray);
}

.el_cart4 {
    cursor: pointer;
}

[gdname] {
    cursor: pointer;
    transition: 0.3s;
}

[gdname]:hover {
    text-decoration: underline;
    color: blue;
}

.gprs1 {
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 24px;
}

.cont1_pis {
    width: auto;
    max-width: 500px;
    float: left;
    margin: 0px 10px;
    height: 503px;
}

.cont1_map {
    float: left;
    margin: 0px 10px;
    width: 100%;
}

.cont1_m {
    display: flex;
}

.cont1_if {
    height: 500px;
    width: 100%;
}

.footer_im2 {
    margin-bottom: 6px;
}

.waitsearch {
    height: 90vh;
    align-items: center;
    display: grid;
}

#of_zak {
    display: none;
    margin: 0 auto 10px auto;
    text-align: center;
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shadow);
    margin-bottom: 25px;
}

.zak_elf {
    padding: 8px;
}

.zak_elf input {
    font-size: 16px;
}

.zak_elf1 {
    font-size: 16px;
    padding: 8px;
    margin: 18px 0px 12px 0px;
    background: var(--primary);
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    font-size: 16px;
}

[name="zak_coment"] {
    width: 100%;
    resize: none;
}

.kktov {
    line-height: 22px;
}

.good_bay {
    width: 20%;
    height: 170px;
    box-shadow: 0px 2px 8px grey;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    min-width: 190px;
}

.good_nalich1 {
    position: absolute;
    top: 40px;
    left: 10px;
}

#bodylk {
    min-height: 80vh;
}

.entlk,
.anslk1 {
    text-align: center;
}

#formlk {
    background: aliceblue;
    max-width: 320px;
    margin: auto;
    padding: 10px;
}

.submformlk {
    width: 100%;
    box-sizing: border-box;
    padding: 4px;
    font-size: large;
    border-radius: 5px;
    margin: 10px 0;
}

.anslk2 {
    box-sizing: border-box;
    padding: 4px 12px;
    font-size: large;
    border-radius: 5px;
    margin: 10px auto;
    display: block;
}

.ordid_ {
    cursor: pointer;
}

.ordid_:hover {
    color: blue;
    text-decoration: underline;
}

.tabordcab {
    border-collapse: collapse;
    width: 100%;
}

.tabordcab th {
    background: #dfdfdf;
}

.tabordcab th,
.tabordcab td {
    border: solid 1px gray;
    padding: 5px;
}

.bggrt {
    background: #00000030;
    padding: 2px 6px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #0000003d;
}

.prnact {
    white-space: nowrap;
    position: absolute;
    left: 2px;
    bottom: 66px;
    font-size: 11px;
    color: #ff6a00;
}

.prnact1 {
    white-space: nowrap;
    position: absolute;
    left: 10px;
    bottom: 62px;
    color: #ff6a00;
}

.ainsl {
    color: var(--maintext);
    text-decoration: none;
}

.item_cat a:hover {
    text-decoration: underline !important;
}

.likr {
    width: 4px;
    height: 4px;
    float: left;
    border-radius: 4px;
    margin: 5px 3px 5px 0px;
    background: var(--maintext);
}

.likr_2 {
    width: 10px;
    float: left;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
}

.likr_3 {
    border-left: solid 1px white;
    border-bottom: solid 1px white;
    box-sizing: border-box;
    width: 100%;
    height: 50%;
    display: block;
}

.likr_5 {
    border-left: solid 1px white;
    box-sizing: border-box;
    width: 100%;
    height: 50%;
    display: block;
}

.likr_4 {
    padding: 4px;
    position: relative;
}

.likr_6 {
    margin-left: 16px;
    display: block;
}

.simgds {
    display: flex;
    width: calc(100% + 12px);
    margin: 0 -5px 10px -5px;
    overflow: overlay;
}

.elgstv {
    min-width: 180px;
}

.good_srokizg {
    position: absolute;
    top: 56px;
    left: 10px;
}

.good_srokpost {
    position: absolute;
    top: 72px;
    left: 10px;
}

#optpl {
    height: 226px;
    max-width: 400px;
    margin: 40px auto;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px grey;
}

#formopt input {
    width: 100%;
    font-size: 18px;
    margin: 10px 0;
    box-sizing: border-box;
    border-radius: 6px;
    border: none;
    background: #f3f3f3;
    padding: 6px;
}

#formopt [type="submit"] {
    background: #c7c7c7;
    cursor: pointer;
}

#formopt [type="submit"]:hover {
    background: #a9a8a8;
}

.opttelfon {
    text-align: center;
}

.reqoptpr {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 104px;
    text-align: center;
    font-size: small;
}

.cook_1 {
    outline: none;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
}

.cook_2 {
    max-width: 340px;
    border-radius: 5px;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    position: relative;
}

#cook_3 {
    border-radius: 5px;
    right: 30px;
    bottom: 30px;
    max-width: 340px;
    z-index: 9999;
    position: fixed;
    background: white;
    display: none;
}

.cook_4 {
    display: table-cell;
    height: 35px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    background-color: #001927;
    border: none;
    outline: none;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}

.cook_5 {
    font-size: 16px;
    line-height: 1.4;
    color: #777777;
    font-weight: 400;
    font-family: 'futura-pt';
}

.cook_6 {
    margin-top: 10px;
}

#description {
    font-size: smaller;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

@media (max-width: 1280px) {
    :root {
        --numcol: 3;
    }

    .top2_search {
        width: 42%;
    }

    .main_catt_i {
        width: calc((100% / 3) - 4px);
    }

    .elgood {
        width: calc(((100% - 8px) / 4 - 18px));
    }
}

@media (max-width: 960px) {
    :root {
        --numcol: 2;
    }

    .top2_search {
        width: 36%;
    }

    .main_catt_i {
        width: calc((100% / 2) - 4px);
    }

    .elgood {
        width: calc(((100% - 6px) / 3 - 18px));
    }
}

@media (max-width: 800px) {
    .cont1_m {
        display: unset;
    }

    .cont1_pis {
        max-width: unset;
        width: calc(100% - 16px);
        height: auto;
    }

    .cont1_map {
        width: calc(100% - 16px);
    }
}

@media (max-width: 768px) {
    :root {
        --numcol: 1;
    }

    #top2 {
        height: 180px;
        position: relative;
    }

    .top27 {
        position: absolute;
        width: 227px;
        height: 60px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .top2_addrs {
        top: 0px;
        margin: auto;
        left: 0;
        right: 0;
        font-size: 18px;
    }

    .top2_search {
        left: 0;
        right: 0;
        margin: auto;
        top: 128px;
        width: 98%;
    }

    .top1_right {
        top: 40px;
        z-index: 10;
    }

    #main {
        display: block;
    }

    .left_cat {
        width: 100%;
    }

    .footer_listitem {
        display: grid;
    }

    .footer_item {
        width: auto;
        text-align: center;
    }

    .footer_im2 {
        margin: 12px 0px;
    }

    #d_slider {
        display: none;
    }

    .right_cat {
        padding: 0;
    }

    footer {
        margin-top: 14px;
    }

    .elcategori {
        width: 100%;
        margin: 1px 0px;
    }

    .mdivgoods {
        display: block;
        margin: -2px;
    }

    .elgood {
        width: calc(((100% - 4px) / 2 - 2px));
        margin: 2px;
    }

    .top2_r0 {}

    .hargood {
        margin: 0px;
        display: contents;
    }

    .goodmenu2 {
        display: grid;
    }

    .elmenu2 {
        width: 100%;
        box-sizing: border-box;
        margin: 1px 0;
    }

    .mdivbrands {
        display: block;
        float: left;
    }

    .qrbrand {
        width: 100%;
        box-sizing: border-box;
        margin: 1px 0;
        background: aliceblue;
    }

    .imggood_divpic {
        margin-right: 20px;
    }
}

@media (max-width: 640px) {
    #top3 {
        display: grid;
        height: auto;
    }

    .tmenu_el {
        margin: 2px auto;
        width: 100%;
        padding: 8px 0;
    }

    .topdibgood {
        height: unset;
    }

    .good_bay {
        position: relative;
        width: 100%;
        right: unset;
        margin: 26px 0 20px 0;
    }

    .top2_t2 {
        font-size: 14px;
    }

    .cook_3_mob {
        bottom: 66px !important;
        right: 10px !important;
    }
}

@media (max-width: 408px) {
    .top27 {
        margin: unset;
        left: 8px;
    }

    .top2_addrs {
        margin: auto 8px;
    }

    .main_catt_i {
        width: calc((100% / 1) - 4px);
    }

    .ngtocart_t {
        font-size: 8px;
    }
}