/*
Theme name: Starfishing
Theme URI: http://127.0.0.1
Description: Popis neni
Version: 0.1
Author: Martin Góč
Author URI: http://127.0.0.1
*/


*{
    list-style: none;
    font-family: "Roboto", sans-serif;
}
body{
    background: #f2f3f7;
    margin: 0;
}


#top div{
    max-width: 600px;
}
#top div ul{
    display: flex;
    flex-direction: row;
    vertical-align: center;
    height: 100%;
    margin: 0;
}
li:not(.menupop){
    display: flex;
    align-items: center;
}
#site{
    width: 1300px;
    background: #fff;
    display: flex;
    justify-self: center;
    flex-direction: column;
}
#top{
    background: #6fa051;
    width: 1300px;
    height: 55px;
    justify-content: space-between;
    display: flex;
    
}
#top a{
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    height: 90%;
}
#header-info{
    padding-left: 20px;
}
#header-info li{
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px;
    font-weight: 300;
    font-size: 15px;
    padding-right: 30px;
}


#header-info li a{
    padding-left: 27px;
}
#header-info li:first-child{
    background-image: url("./assets/img/clock.png");
}
#header-info li:nth-child(2){
    background-image: url("./assets/img/phone.png");
}
#header-info li:nth-child(3){
    background-image: url("./assets/img/mail.png");
}
#top #header-menu{
    padding-right: 20px;
}
#top #header-menu li{
    padding: 8px;
    font-weight: 300;
    font-size: 15px;
}
#top #header-menu li::after{
    margin-left: 15px;
    content: '|';
    float: right;
    color: #fff;
}
#top #header-menu li:last-child::after{
    display: none;
}
#info{
    display: flex;
    justify-content: space-between;
    min-height: 170px;
}
#info div a.logo{
    display: inline-block;
    margin-left: 20px;
}
#info div.col{
    display: flex;
    min-height: 170px;
    width: 26.25%;
    align-items: center;
}
#info div:nth-child(2){
    justify-content: center;
    width: 48.5%;
}
#info div form input[type=text] {
    width: 370px;
    height: 50px;
    padding: 0;
    padding-left: 21px;
    margin: 0;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
}
#info div form input[type=submit] {
    width: 125px;
    height: 50px;
    background-color: #99cf15;
    margin: 0;
    margin-left: -10px;
    border: 3px solid #99cf15;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.8px;
    transition: 300ms;
}
#info div form input[type=submit]:hover {
    border: 3px solid #e7e7e7;
}
#info div#cart_icons #cart{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #99cf15;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#info div#cart_icons #cart img{
    width: 25px;
    height: 25px;
    border-radius: 0;
    box-sizing: border-box;
}
#info div#cart_icons #cart .badge{
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #474946;
    font-size: 12px;
}
#info #cart_section{
    display: flex;
    justify-content: right;
}
#info #cart_section div:nth-child(2){
    margin-right: 40px;
    width: auto;
}
#info #cart_section div#cart_icons{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 20px;
}
#info #cart_section div p{
    display: flex;
    margin: 0;
    padding: 0;
}
#info #cart_section div:last-child p, #info #cart_section div:last-child a {
    gap: 8px;
    min-width: 160px;
    text-decoration: none;
    color: #000;
}
#info #cart_section div:first-child p{
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: left;
}
#info #cart_section div p a{
    color: #000;
    text-decoration: none;
}
#info #cart_section div #price_text{
    color: #78ad5b;
    font-weight: 600;
}
#info div #cart .badge{
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 25px;
}
#menu{
    background-color: #474946;
}
#menu #main-menu{
    width: 1260px;
    display: flex;
    position: relative;
    margin: 0;
}
#menu #main-menu li{
    
    
    cursor: pointer;
}
#menu #main-menu li a, #menu #main-menu li p{
    display: block;
    padding: 7px 22px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 15.5px;
    margin-block-start: 1em;
    margin-block-end: 1em;
}
#menu #main-menu li.submenu_button a, #menu #main-menu li:last-child a{
    padding-right: 0;
    color: #99cf15;
}
#menu #main-menu li.submenu_button::after, #menu #main-menu li:last-child::after{
    content: '';
    background-image: url("./assets/img/arrow.png");
    margin-left: 10px;
    width: 9px;
    height: 7px;
    background-repeat: no-repeat;
}
#submenu{
    display: none;
    flex-direction: row;
    position: absolute;
    background-color: rgb(251, 251, 251);
    opacity: 0.95;
    top: 63px;
    left: 0;
    width: 100%;
    height: 455px;
    z-index: 5;
}
#submenu_content{
    display: flex;
    align-self: center;
    flex-direction: row;
}
#menu #main-menu li #submenu ul li a{
    color: #474946;
    font-weight: 600;
    text-transform: uppercase;
}
#submenu ul li::before{
    content: '';
    width: 50px;
    min-height: 50px;
    background-size: cover;
}
#submenu ul li:nth-child(1)::before{
    background-image: url("./assets/img/menu1.png");
}
#submenu ul li:nth-child(2)::before{
    background-image: url("./assets/img/menu2.png");
}
#submenu ul li:nth-child(3)::before{
    background-image: url("./assets/img/menu3.png");
}
#submenu ul li:nth-child(4)::before, #submenu ul li:nth-child(7)::before{
    background-image: url("./assets/img/menu4.png");
}
#submenu ul li:nth-child(5)::before{
    background-image: url("./assets/img/menu5.png");
}
#submenu ul li:nth-child(6)::before{
    background-image: url("./assets/img/menu6.png");
}
#menu #main-menu li.submenu_button:hover #submenu{
    display: flex;
}
#banner{
    padding: 0;
}
#banner_content{
    width: 1260px;
    height: 430px;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    color: #fff;
}
#banner_content>div:nth-child(1){
    background-image: url("./assets/img/banner1.png");
    width: 76%;
    text-align: right;
    display: flex;
    flex-direction: column;
    padding: 60px 115px;
    box-sizing: border-box;
    justify-content: end;
    color: #fff;
    background-size: 110%;
    background-position: 0 -50px;
}
#banner_content div h2{
    font-weight: 900;
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
}
#banner_content div:nth-child(1) h3{
    font-weight: 900;
    margin: 0;
    font-size: 65px;
    text-transform: uppercase;
}
#banner_content>div:nth-child(1) p{
    font-size: 25px;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
}
#banner_content>div:nth-child(2)>div{
    display: flex;
    vertical-align: middle;
    flex-direction: column;
}
#banner_content>div:nth-child(2){
    background-image: url("./assets/img/banner2.png");
    width: 24.1%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 30px 30px 30px;
}
#banner_content>div:nth-child(2) h2{
    font-size: 28px;
}
#banner_content>div:nth-child(2) a{
    margin-top: 20px;
    background-color: #99cf15;
    width: fit-content;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    position: relative;
}
#banner_content div:nth-child(2) a::after{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    display: block;
    border: 2px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    transition: 300ms;
}
#banner_content div:nth-child(2) a:hover::after{
    border-color: #fff;
}
#banner_menu{
    width: 1260px;
    height: 120px;
    background-size: cover;
    background-image: url("./assets/img/banner_menu.png");
}
#banner_menu ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
}
#banner_menu ul li:not(.divider){
    display: flex;
    justify-content: center;
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    width: 24%;
}
#banner_menu ul li:not(.divider)::before{
    content: '';
    display: block;
    width: 50px;
    min-height: 50px;
    margin-right: 15px;
    background-size: cover;
}
#banner_menu ul li:not(.divider):nth-child(1)::before{
    background-image: url("./assets/img/banner_menu1.png");
}
#banner_menu ul li:not(.divider):nth-child(3)::before{
    background-image: url("./assets/img/banner_menu2.png");
}
#banner_menu ul li:not(.divider):nth-child(5)::before{
    background-image: url("./assets/img/banner_menu3.png");
}
#banner_menu ul li:not(.divider):nth-child(7)::before{
    background-image: url("./assets/img/banner_menu4.png");
}
#banner_menu ul li.divider{
    display: flex;
    align-self: center;
    background-color: #96bb80;
    width: 1px;
    height: 85px;
}
#products{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
#infobar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#infobar div{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#infobar h2, #news h2, #brands h2{
    color: #474946;
    vertical-align: middle;
    
}
#infobar form, #infobar h2, #news h2{
    margin: 20px 0;
}
#infobar p{
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #474946;
}
div.checkbox
{
    width: 30px;
    height: 30px;
    background: #f2f3f7;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
    
    background-position: center;
    background-repeat: no-repeat;
}
div.checkbox.right{
    background-image: url("./assets/img/right.png");
}
.product{
    width: 300px;
    padding: 25px;
    height: 530px;
    border: 1px solid #e8e8e7;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
}
.product:nth-child(4n){
    margin-right: 0;
}
.product .badges{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
}
.product .badge, .product-tags .badge{
    width: min-content;
    height: fit-content;
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 900;
    color: #fff;
}
.product .badge.red{
    background-color: #ed5830;
}
.product .badge.yellow{
    background-color: #e1bc0e;
}
.product .badge.green{
    max-width: 50px;
    background-color: #54a36e;
}
.product .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product .container div:first-child{
    display: flex;
    align-items: center;
    height: 275px;
}
.product .container div:first-child img{
    width: 100%;
}
.product .container div:nth-child(2){
    height: 50px;
}
.product p.name{
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.product .container div:nth-child(3){
    height: 75px;
}
.product p.description{
    font-size: 15px;
    text-align: center;
    margin: 0;
    height: 75px;
}
.product .container div:nth-child(4){
    height: 80px;
    display: flex;
    align-items: center;
}
.product a{
    display: block;
    background-color: #99cf15;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
}
.productInfo{
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f2f3f7;
    width: 100%;
    height: 100%;
    padding: 40px 25px;
    box-sizing: border-box;
    transition: 300ms;
}
.productInfo>p{
    color: #6fa051;
    font-weight: bold;
}
.productInfo div{
    display: flex;
    border-bottom: 1px solid #dbdce2;
}
.productInfo div:nth-child(2){
    border-top: 1px solid #dbdce2;
}
.productInfo div p{
    font-size: 15px;
}
.productInfo div p:first-child{
    font-weight: bold;
    width: 65%;
}
.product:hover .productInfo{
    opacity: 0.97;
}
#content{
    margin: 0;
    padding: 20px;
}
#news .info{
    display: flex;
    justify-content: space-between;
}
#news .info a, #infobar a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
#news .info a p{
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #474946;
}
#posts{
    background-color: #f2f3f7;
    display: flex;
    flex-direction: row;
    padding: 65px 30px;
    box-sizing: border-box;
    flex-wrap: wrap;
}
#posts .post{
    display: flex;
    flex-direction: row;
    width: 50%;
    text-decoration: none;
}
#posts .post .title{
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin: 17px 35px;
}
#posts .post .date{
    font-size: 13px;
    font-weight: 400;
    color: #72a354;
    background-image: url("./assets/img/date.png");
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 20px;
    margin: 0 35px;
}
#posts .post .content{
    font-size: 15px;
    margin: 17px 35px;
    color: #000;
}
#brands #carousel{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0;
}
#carousel div:nth-child(2){
    width: 80%;
}
#carousel div:first-child, #carousel div:last-child{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#carousel div:first-child a, #carousel div:last-child a{
    border: 2px solid #eaebee;
    border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;

    background-position: center;
    background-repeat: no-repeat;
}
#carousel div:first-child a{
    background-image: url("./assets/img/left.png");
}
#carousel div:last-child a{
    background-image: url("./assets/img/right.png");
}
#carousel div:nth-child(2){
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#carousel div:nth-child(2) a{
    position: relative;
    display: block;
    width: 189px;
    height: 87px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
    opacity: 0.45;
    box-sizing: border-box;
}
#carousel div:nth-child(2) a::after{
    position: absolute;
    right: 0;
    content: '';
    background-color: #d6d6d6;
    width: 1px;
    height: 87px;
}
#carousel div:nth-child(2) a:last-child::after{
    width: 0;
}
/*#carousel div:nth-child(2) a:nth-child(1){
    background-image: url("./assets/img/brand1.png");
}
#carousel div:nth-child(2) a:nth-child(2){
    background-image: url("./assets/img/brand2.png");
}
#carousel div:nth-child(2) a:nth-child(3){
    background-image: url("./assets/img/brand3.png");
}
#carousel div:nth-child(2) a:nth-child(4){
    background-image: url("./assets/img/brand4.png");
}
#carousel div:nth-child(2) a:nth-child(5){
    background-image: url("./assets/img/brand5.png");
}
#carousel div:nth-child(2) a:nth-child(6){
    background-image: url("./assets/img/brand6.png");
}*/

#footer>div:first-child{
    background-image: url("./assets/img/banner_menu.png");
    height: 332px;
    display: flex;
    flex-direction: row;
    padding: 65px 20px;
    justify-content: space-evenly;
    box-sizing: border-box;
    gap: 0;
}
#footer>div:first-child>div:first-child{
    padding-left: 60px;
    padding-right: 0px;
}
#footer>div:first-child>div p{
    color: #fff;
    padding: 0 15px;
    margin: 8px 0;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
}
#footer>div:first-child>div p:nth-child(1){
    font-weight: 600;
    font-size: 18px;
}
#footer>div:first-child>div:nth-child(2)>p:nth-child(1){
    background-image: url("./assets/img/location.png");
    background-position: 0;
    background-repeat: no-repeat;
    
}
#footer>div:first-child>div{
    padding: 0 50px;
    padding-left: 45px;
}
#footer>div:first-child>div:nth-child(4)>p{
    padding: 0;
}
#footer>div:first-child>div ul{
    padding: 0;
}
#footer>div:first-child>div ul li a{
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    margin: 4px 0px;
    padding: 0 20px;
}

#footer>div:first-child>div:nth-child(2) ul li:last-child{
    background-image: url("./assets/img/phone.png");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 20px;
}

#footer>div:first-child form{
    margin-top: 30px;
}
#footer>div:first-child form input[type=email] {
    width: 280px;
    height: 50px;
    padding: 0;
    padding-left: 21px;
    margin: 0;
    border: 1px solid #ffffff;
    color: #fff;
    background: transparent;
    border-radius: 2px;
    box-sizing: border-box;
    outline: none;
}
#footer>div:first-child form input[type=email]::placeholder{
    color: #fff;
}
#footer>div:first-child form input[type=submit] {
    width: 125px;
    height: 50px;
    background-color: #474946;
    margin: 0;
    margin-left: -10px;
    border: 2px solid #474946;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    transition: 300ms;
}
#footer>div:first-child form input[type=submit]:hover {
    border: 2px solid #e7e7e7;
}
#footer>div:last-child{
    background-color: #78ad5b;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer>div:last-child p{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
#footer>div:last-child p a{
    color: #fff;
    text-decoration: none;
}
.product-detail{
    display: flex;
    gap: 15px;
}
.product-detail h2{
    margin: 0;
}
.product-detail p{
    margin: 10px 0;
}
.product-detail img{
    border: 1px solid #d6d6d6;
}
.product-tags{
    display: flex;
    gap: 10px;
}
.pagination{
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 15px;
    gap: 10px;
}
.pagination a{
    color: #6fa051;
}