
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');


body{
    /*font-family: 'Roboto Slab', serif;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}



h1 {
    margin-top: 0;
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 32px;
    font-weight: 400;
}

h4 {
    font-weight: 400;
}


p{
    font-size: 16px;
}
a{cursor: pointer}
.hide_other_man{
    display: none;
}
.displinline {
    display: inline-block;
}
.productminus, .productplus {
    position: relative;
}

.productminus a:hover, .productplus a:hover{
    text-decoration: none;
}
.productminus a {
    position: absolute;
    top: -12px;
    left: -15px;
    font-size: 30px;
    line-height: 10px;
    transition: all 0.3s;
    color: #444444;
}
.productplus a {
    position: absolute;
    top: -12px;
    right: -15px;
    font-size: 25px;
    line-height: 10px;
    transition: all 0.3s;
    color: #444444;
}
.footermenu{
    list-style-type: none;
    font-size: 16px;
}
.mt{
    margin-top: 25px;
}

.mt50{
    margin-top: 50px;
}

.ml25{
    margin-left: 25px;
}

.ml10{
    margin-left: 10px;
}

.mt10{
    margin-top: 10px;
}

.yellow{
    color: #fae321;
}

.shopcart{
    text-align: center;
    border: 1px solid grey;
    padding: 5px;
    border-radius: 25px;
    font-size: 20px;

}
.centered{
    text-align: center;
}

.imgbord{
    border: 1px solid grey;
}

.pdsubcat{
    padding-top: 15px;
    padding-left: 15px;
    font-size: 18px;
}

.pdcat{
    background-color: #337ab7;
    padding: 7px;
    border-radius: 15px;
    color:white;
}

.nazvaprod{
    font-size: 17px;
    min-height: 70px;
}

.form_repeat_zayavka{
    display: none;
}

.bold{
    font-weight: 700;
}
.green{
    color: green;
}


.butkorzina,
.butkorzina:hover,
.butkorzina:focus {
    display: block;
    padding: 12px;
    background-color: #000000;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}





.mb{
    margin-bottom: 20px;
}
.mb10{
    margin-bottom: 10px;
}

.toggleside{
    width: 100%;
    background: #1c76ba;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    border-radius: 3px;
}

.toggleside:hover{
    background: #1c76a2;
    padding: 10px 20px;
    color: white;
    font-weight: 700;
    text-decoration: none;
}


.chosedostavka{
    padding: 5px;
    border: 1px solid lightgrey;
    border-radius:5px;
    cursor: pointer;
}

.choseoplata{
    padding: 5px;
    border: 1px solid lightgrey;
    border-radius:5px;
    cursor: pointer;
}

.greybg{
    background-color: lightgrey;
}

input[type="text"]{
    /*border-radius:20px;*/
}

.greyborder{
    border: 1px solid lightgrey;
}

.recomendimg{
    width:100px;
    height:auto;
}

.borders{
    border: 1px solid lightgray;
}

.bespl{
    color:#286090;
    font-size: 25px;
    text-transform: uppercase;
}

.popup{
    display:none;
}

.dispinline{
    display:inline
}

.podpiskaclass{
    background-color: lightblue;
    padding: 10px;
    border-radius: 15px;
}

a.hoverimg:hover{
    text-decoration: none;
}

.red{
    color: red;
    padding-left: 10px;
}

.pdfform{
    background: #ebebeb;
    padding: 10px;
    display: inline;
    float: right;
    margin-left: 10px;
    width: 300px;
}

.pdfformbig{
    font-size: 25px;
    font-weight: 500;
}

.pdfformlittle{
    font-size: 16px;
    font-style: italic;
}

.pdfleftimg{
    width: 300px;
    display: inline;
}

.btnsurprize{
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btnsurprize:hover{
    background-color: #337ad3;
    border-color: #2e6da4;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.primenit{
    display:none;
}

.redkrestik{
    color:red;
    position: absolute;
    top:-2px;
    font-size:13px;
}

.scrollToTop {
    text-align: center;
    font-size: 30px;
    padding: 10px 10px;
    background-color: #b9a16b;
    font-weight: bold;
    color: white;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 999999;
    display: none;
    opacity: 0.7;
    line-height: 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 5px;
}

.scrollToTop:hover {
    text-decoration: none;
    opacity: 1;
    color: white;
}

.nazvaproducts-mob{
    font-size: 13px;
}

.nazvaproducts-mob a{
    color: #000;
}

.btnbuy_inproducts{
    font-size: 13px;
}

.imgproducts{
    height: 200px;
    width: 100%;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 10px;
}

.hideform_comment{
    display:none;
    margin-top: 20px;
}

#cities_list{
    max-height:150px;
    overflow-y:auto;
    background-color:#ededed;
    padding-left:5px;
    border-radius:10px;
    margin-bottom:7px;
}

#cities_list a.select_novaposhta_gorod,
#cities_list a.select_justin_gorod {
    display: block;
    padding:5px;
}

#warehouses_list{
    max-height:150px;
    overflow-y:auto;
    background-color:#ededed;
    padding-left:5px;
    border-radius:10px;
    margin-bottom:7px;
}

#warehouses_list a.select_novaposhta_warehouse,
#warehouses_list a.select_justin_warehouse {
    display: block;
    padding:5px;
}

.sizesprod_block {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 7px;
}

.sizesprod_item {
    border: 1px solid grey;
    margin: 0 4px 4px 0;
    padding: 3px;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
}

.sizesprod_item.selected {
    border: 1px solid #00a046;
    background-color: rgba(0,160,70,.1);
}

.paragraf_vnalichii {
    color: green;
    font-size: 12px;
}

.product_label_hit {
    margin-bottom: 0;
    padding: 1px 5px;
    font-size: 12px;
    color: white;
    background-color: #ffa900;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product_label_novinka {
    margin-bottom: 0;
    padding: 1px 5px;
    font-size: 12px;
    color: white;
    background-color: #3498db;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product_label_akcia {
    margin-bottom: 0;
    padding: 1px 5px;
    font-size: 12px;
    color: white;
    background-color: #f84147;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-sposob {
    list-style: none;
    padding: 0;
    margin: 0;
}

.border_block_shoppingcart {
    border: 1px solid grey;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
}

.comment-form {
    display: none;
}

.korzinacountverh, .izbrannoecountverh{
    position: absolute;
    top: 4px;
    left: 14px;
    color: white;
    font-weight: 700;
    font-size: 10px;
    background: #b9a16b;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    text-align: center;
}

.numblock_shoppingcart {
    background-color: #b9a16b;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    display: inline-block;
}

.link-logomob {
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-51%);*/
}

.logomob{
    width:110px;
    margin-top: 2px;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active {
    background-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #444444;
}

.navbar-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.slide-image {
    border: 1px solid #ededed;
    border-radius: 5px;
}

.svg-slider-arrow-left,
.svg-slider-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #444444;
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
}

.svg-slider-arrow-left {
    left: 20px;
}

.svg-slider-arrow-right {
    right: 20px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}


.carousel-indicators li {
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border: none;
}


.carousel-indicators .active {
    width: 8px;
    height: 8px;
    background-color: #b9a16b;
}

.goya-navbar {
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.goya-compmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 70%;
    justify-content: space-between;
}

/*.goya-compmenu-item:not(:last-child) {*/
/*    margin-right: 25px;*/
/*}*/

/*.goya-compmenu-item-logo {*/
/*    margin-left: 10px;*/
/*    margin-right: 35px;*/
/*}*/

.goya-compmenu-item a {
    position: relative;
    font-size: 15px;
    color: rgb(68, 68, 68);
    text-decoration: none;
}

.goya-compmenu-item a:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: rgb(68, 68, 68);
    transition: width 0.3s;
}

.goya-compmenu-item a:hover:after {
    width: 100%;
}


.goya-mobmenu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*width: 100%;*/
    /*min-height: 100%;*/
    background-color: white;
    z-index: 1050;
    overflow: auto;
    display: none;
}

.goya-mobmenu_header {
    background-color: #f8f8f8;
    padding: 15px 30px 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goya-mobmenu_close {
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.goya-mobmenu_close:before, .goya-mobmenu_close:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    opacity: 1;
    background-color: #777;
}


.goya-mobmenu_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.goya-mobmenu_close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.goya-mobmenu_body {
    padding: 20px 25px 25px;
}

.goya-mobmenu_list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.goya-mobmenu_list-root {
    text-transform: uppercase;
}

.goya-mobmenu_list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goya-mobmenu_list-item a{
    position: relative;
    display: block;
    padding: 0.7em 0;
    text-decoration: none;
    color: #282828;
}

.goya-mobmenu-phone {
    display: block;
    margin-bottom: 20px;
    color: #282828;
    font-weight: 700;
}

.goya-mobmenu-social {
    color:#282828;
    margin-right:10px;
    text-decoration: none;
}

/*-----Novinki-----*/

.goya-novinki_slide {
    display:flex;
    /*justify-content: space-between;*/
}

.goya-novinki_slide-item {
    position: relative;
    width: 32%;
    flex-shrink: 0;
    flex-grow: 0;
}

.goya-novinki_slide-item:not(:last-of-type) {
    margin-right: 2%;
}

.goya-novinki_slide-percent,
.goya-products-list-label {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 5px;
    color: #ef5c5c;
    background-color: #ffffff;
    font-size: 11px;
    border-radius: 15px;
    border: 1px solid #ededed;
    z-index: 50;
}

.goya-novinki_slide-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.goya-novinki_slide-img-comp {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
}


.goya-novinki_slide-name {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #282828;
}

.goya-novinki_slide-price {
    color: #777777;
    font-size: 15px;
}
.goya-novinki_slide-price strike{
    opacity: .7;
}

.goya-products-list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

.goya-products-list_item {
    position: relative;
    width: 32%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.goya-products-list_item:not(:nth-child(3n)) {
    margin-right: 2%;
}

.goya-products-list-img-block {
    position: relative;
}

.goya-products-list-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.goya-products-list-actions {
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.goya-products-list_item:hover .goya-products-list-actions {
    display: block;
}

.goya-products-list-actions-heart,
.goya-products-list-actions-open {
    color: #444444;
    display: inline-block;
    padding: 12px 12px 9px 13px;
    margin-right: 1px;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(237, 237, 237);
    border-radius: 4px;
}

.goya-products-list-name {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    color: #282828;
}

.goya-products-list-price {
    color: #777777;
    font-size: 15px;
}
.goya-products-list-price strike{
    opacity: .7;
}

/*----------Comments index slider---------*/

.goya-comment-slide {
    height: 290px;
}

.goya-comment-slide-text {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 10px;
}

.goya-comment-slide-caption {
    text-align: center;
}

#carousel-example-generic4 .svg-slider-arrow-left {
    left: 0;
    top: 80px;
}

#carousel-example-generic4 .svg-slider-arrow-right {
    right: 0;
    top: 80px;
}

/*---------------------------*/

footer {
    margin: 0;
}

.goya-footer {
    padding: 30px 0 20px;
    background-color: rgb(58, 58, 58);
}

.goya-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.goya-footer-menu_item {
    margin-bottom: 15px;
    margin-right: 20px;
}

.goya-footer-menu_item a {
    color: white;
    text-transform: uppercase;
    font-size: 15px;
}

.goya-heading {
    margin-bottom: 30px;
    text-align: center;
}

/*-------Filter-----*/

.goya-filter-window-open-btn {
    color: rgb(40, 40, 40);
    font-size: 15px;
}

.goya-filter-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1050;
    overflow: auto;
    display: none;
}

.goya-filter-window_header {
    background-color: #f8f8f8;
    padding: 15px 30px 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goya-filter-window_close-btn {
    border-radius: 50%;
    background: rgba(255,255,255,.7);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.goya-filter-window_close-btn:before, .goya-filter-window_close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    opacity: 1;
    background-color: #777;
}


.goya-filter-window_close-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.goya-filter-window_close-btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.goya-filter-window_search-btn,
.goya-filter-window_search-btn:hover
{
    padding: 6px 15px;
    background: #282828;
    color: #fff;
    text-decoration: none;
}

.goya-filter-window_body {
    padding: 20px 25px 25px;
}

.goya-filter-window_heading-name {
    color: rgb(104, 104, 104);
    text-transform: uppercase;
}

.goya-filter-window_sizes-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 280px;
    overflow: auto;
}

.goya-filter-window_sizes-item {
    margin-bottom: 2px;
    cursor: pointer;
}

.goya-filter-window_sizes-item span {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
}

.goya-filter-window_sizes-item.selected span {
    background-color: rgba(0,0,0,.08);
}

.goya-filter-window_sizes-item.selected span:after {
    content: '\00D7';
    display: inline-block;
    margin-left: 3px;
    color: red;
}

.goya-sortirovka {
    box-shadow: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
    margin-top: -5px;
    margin-left: 10px;
    border-right-color: #eee;
    border-left-color: #eee;
}

.goya-products-izbranoe {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255,255,255,0.5);
    padding: 2px 5px;
    border-radius: 10px;
    color:#444444;
    display: flex;
    align-items: center;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #b9a16b;;
    border-color: #b9a16b;;
}

.pagination > li > a, .pagination > li > span {
    color: #444444;
}

.goya-grey-product-bg {
    background-color: rgb(40, 40, 40);
}

.goya-product-quantity-block {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,.1);
    background: #F5F5F5;
    height: calc(2.15em + 0.975rem + 4px);
    position: relative;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.goya-product-quantity-minus {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-decoration: none;
    overflow: visible;
    cursor: pointer;
}

.goya-product-quantity-plus {
    display: flex;
    outline: 0;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-decoration: none;
    overflow: visible;
    cursor: pointer;
}

.goya-product-quantity-number {
    padding: 0;
    width: 20%;
    min-width: 30px;
    max-height: 24px;
    text-align: center;
    border: 0;
    color: #282828;
    outline: 0;
    -webkit-appearance: none;
    background: transparent;
    border-top-width: 0!important;
    border-right-width: 0!important;
    border-left-width: 0!important;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}


.goya-btn-izbrannoe-inproduct,
.goya-btn-izbrannoe-inproduct:hover,
.goya-btn-izbrannoe-inproduct:focus {
    display: block;
    padding: 12px;
    background-color: lightgrey;
    color: #444444;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}

.goya-form-group {
    position: relative;
    padding: 10px 0;
}

.goya-form-label {
    /*margin-bottom: -10px;*/
    transform: translateY(8px);
}

.goya-form-input {
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid  rgb(221, 221, 221);
}

.goya-form-input:focus {
    border: none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid  rgb(40, 40, 40);
}

/*---*/

.goya-black-btn,
.goya-black-btn:hover,
.goya-black-btn:focus {
    background-color: rgb(40, 40, 40);
    color: white;
}

.goya-cart-btn {
    padding: 15px;
    background-color: rgb(40, 40, 40);
    color: white;
}

.goya-cart-btn:hover {
    background-color: rgb(50, 50, 50);
    color: white;
}

/*-----------------------------*/

.goya-index-categories-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.goya-index-categories-item {
    width: 24%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.goya-index-categories-item:not(:nth-child(4n)) {
    margin-right: 1%;
}

.goya-index-categories-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.goya-index-categories-name {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    color: #282828;
    text-align: center;
}



@media (max-width: 767px) {
    /*.goya-compmenu-item-logo {*/
    /*    margin: 0;*/
    /*}*/

    .goya-compmenu {
        width: auto;
    }

    .goya-footer-menu {
        display: block;
    }

    .goya-products-list {
        justify-content: space-between;
    }
    .goya-products-list .goya-products-list_item {
        width: 49%;
        margin-bottom: 10px;
        margin-right: 0;
    }


    .goya-novinki_slide-item {
        width: 49%;
    }

    .goya-products-list_item:hover .goya-products-list-actions {
        display: none;
    }

    .goya-comment-slide {
        height: 370px;
    }

    .goya-index-categories-list {
        justify-content: space-between;
    }

    .goya-index-categories-list .goya-index-categories-item {
        width: 49%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .goya-index-categories-img {
        margin-bottom: 5px;
    }

}

@media (min-width: 768px) {
    .goya-novinki_slide {
        min-height: 392px;
    }
}
