﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,700i&display=swap');

@font-face {
    font-family: "Palatino";
    src: url(/Content/fonts/PALA.TTF) format('truetype');
}

*:focus {
    outline: none;
}

/*HIDE reCaptcha*/
.grecaptcha-badge {
    visibility: hidden !important;
}

body {
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

p {
    margin: 0;            
}
a { 
    color: inherit; 
}
a:hover {
    text-decoration: none;
    color: #bab0a1;
}

li a:hover {
        text-decoration: none;
        color: #bab0a1;
    }

.table td, .table th {
    vertical-align: middle;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Palatino';
    letter-spacing: 2px;
}


h2 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-family: 'Palatino';
    letter-spacing: 2px;
}


h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Palatino';
    letter-spacing: 2px;
}

.btn-danger {
    background-color: #928064;
    border-color: #928064;
}

.breadcrumb li + li:before {
    content: "\02022" !important;
}

.breadcrumb {
    padding: 1rem 0 !important;
    background-color: transparent;
}
.brandopacity img {
    opacity: .5;
    width: 100%
}

.brandopacity:hover img {
    opacity: 1;
}
.topmenu-col {
    z-index: 99;
    right: 0;
    left: 0;
    padding-top: 10px;
    background: #ffffff7a;
    height: 120px;
}
.navigation {
    background: #000000;
}
.nav-item:hover {
    background: #237ecc;
}

.nav-item {
    transition: .15s ease-in-out;
}

.nav-item a {
    color: #fff;
}
.navbar {
    font-size: 12px;
    letter-spacing: 1px;
}

    .navbar a {
        text-transform: uppercase;
        font-weight: bold;
    }

    .navbar .dropdown-content a {
        font-weight: normal;
        text-transform: none;
    }
    #newsletter {
        background: #f8f8f8;
        padding: 70px 0;
        border-bottom: 1px solid #464646;
    }

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#delivery{
padding: 40px 0;
}

.deliverytext{
    line-height: 1;
    margin-top: 13px;
}

#first_footer {
    background: #131313;
    color: #fff;
    padding-top: 40px;
}

    #first_footer h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
    }


footer {
    background: #131313;
    border-top: 1px solid #353535;
}

.topmenu-col .btn-color {
    margin-left: -40px;
    background: transparent;
}

.btn-color {
    background: #000;
    color:#fff;
}

.text-al-r{
    text-align: right;
}
/*Header*/
.eapps-instagram-feed-posts-grid-load-more-text.eapps-instagram-feed-posts-grid-load-more-text-visible {
    background: #131313;
    color: #131313;
}

.eapps-instagram-feed-posts-grid-load-more.eapps-instagram-feed-posts-grid-load-more-visible {
    margin: 0;
}

.socials {
    background: #000;
    position: fixed;
    display: block;
    padding: 15px 10px 15px 5px;
    border-radius: 0 15px 15px 0;
    z-index: 9999;
    top: 20%;
}

.logo{
    width: 90%; 
    margin: 15px 0 0;
}
.cart{
    width: 25px;
    margin-top: -4px;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebar a {
        padding: 5px 8px 5px 18px;
        text-decoration: none;
        font-size: 25px;
        border-bottom: 1px solid #1f1f1f;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    border:none;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #bab0a1;
    color: white;
    padding: 10px 15px;
    border: none;
    width: 100%;
  }
  
  #main {
      display: none;
  }
  #mySidebar ul {
    list-style: none;
    padding-left: 15px;
}

#search {
    border-radius: 10px;
    background: transparent;
}
    
#search::placeholder
{
    font-size: 13px;
}

.catbutton {
    background: #000;
    color: #fff;
    text-align: center;
    right: 15px;
    width: 110px;
    font-size: 21px;
    padding: 3px 0;
    border-right: 7px solid #bab0a1;
    position: absolute;
    z-index: 9;
}

.category{
opacity: 0.7;
transition: linear 1.5s;
-webkit-transition: linear 1.5s;
}

.categorycontent a:hover ~ .category {
    opacity: 1;
}

.productcontent div:hover ~ .category {
    opacity: 1;
}

.category:hover {
    opacity: 1;
}

.category:after, .categorycontent a:hover ~ .category:after {
    color: #000 !important;
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.category:after, .productcontent div:hover ~ .category:after {
    color: #000 !important;
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #000;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.category:hover:after, .productcontent div:hover ~ .category:after {
    color: #000 !important;
    width: 50%;
    left: 25%;
}

.category:hover:after, .categorycontent a:hover ~ .category:after {
    color: #000 !important;
    width: 50%;
    left: 25%;
}
.categorycontent {
    display: none;
}
#loadMore, #loadLess {
    border: 1px solid #000;
    padding: 5px 30px;
}

.sidenav ul li strong {
    font-size: 12px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modalreg {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-login {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    width: 80%;
}
/* Modal Content */
.modal-reg {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    margin-right: 20px;
    margin-top: -5px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
}

.closereg {
    color: #aaaaaa;
    float: right;
    margin-right: 20px;
    margin-top: -5px;
    text-align: right;
    font-size: 30px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.closereg:hover,
.closereg:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
  
/*Carousel*/
.carousel-fade .carousel-item {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .75s ease-in-out;    
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 9;
}
.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 41vw;
    background-color: #ffffff;
}
/*Carousel - END*/
/*Category menu - START*/
.sub_cats {
    border-right: 1px solid #eaeaea;
}

    .sub_cats ul {
        padding-left: 0;
    }

    .sub_cats li {
        padding: 5px 7px;
        list-style: none;
        font-size: 12px;
    }

.sub_catsmenu:hover {
    color: #bab0a1;
    text-decoration: none;
}

.sub_cats li:hover {
    background: #f5f5f5;
}

.sub_cats h3:hover {
    color: #bab0a1;
}
.sub_cats h3:nth-child(1) {
    padding: 20px 0 5px;
    border-bottom: 1px solid #f5f5f5;
}
.sub_catsmenu h3{
    font-size: 15px;
}
.firstcat {
    padding: 10px 0 5px !important;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    margin-top: -24px;
    height: 35px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}
.activedrop {
    display: block !important;
}

.activemenu {
    color: #bab0a1;
}
/*Category menu - END*/

/*Products - START*/
.addtocart {
    padding: 10px 70px;
    float: right;
    margin: 20px 0;
}
    .addtocart:hover {
        color: #ffffff;
        background: #bab0a1;
    }
.addtocart img {
    margin-right: 10px;
}
.thumb {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.thumb:hover {
    transform: scale(1.05);
}

.title {
    padding: 15px 0 8px;
    font-family: 'Asap', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

    .title:hover {
        color: #000000;
    }
.cartproduct {
    background: #000000;
    padding: 10px 0;
    display: block;
    margin-top: -44px;
    float: right;
}
    .cartproduct:hover {
        background: #bab0a1;
    }
.price {
    text-align: center;
}
.price del {
    font-size: 12px;
    margin-left: 7px;
}
/*Products - END*/

/*BASKET*/
.basket .col img {
    background: #000000;
    border-radius: 100%;
    padding: 5px;
}
.basket .col {
    background-color: #f7f7f7;
    padding: 8px 20px 5px;
    color: #000000;
    font-size: 14px;
    border: 1px solid #eaeaea;
}

.basket .active:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        top: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 12px solid #000000;
        position: absolute;
        right: -12px;
    z-index: 9;
}

.basket .active {
    background-color: #000000;
    padding: 8px 20px 5px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #eaeaea;
}
.basket .old {
    background-color: #928064;
    padding: 8px 20px 5px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #eaeaea;
}

/* The container */
.con, .con2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    padding-top: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

    .con2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark, .checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
    background-color: #ccc;
}

.con2:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.con input:checked ~ .checkmark {
    background-color: #000000;
}

/* When the checkbox is checked, add a blue background */
.con2 input:checked ~ .checkmark2 {
    background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after, .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.con input:checked ~ .checkmark:after, .con2 input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the checkmark/indicator */
.con .checkmark:after, .con2 .checkmark2:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmar {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmar {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cont input:checked ~ .checkmar {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmar:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cont input:checked ~ .checkmar:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cont .checkmar:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.cart-item-amount button {
    border: none;
    width: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    height: 30px;
    background: #000000;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
}
    .cart-item-amount button:hover {
        background: #145a96;
    }
.cart-item-amount input[type=number] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    height: 30px;
    width: 40px;
    border: 1px solid #d8d8d8;
    font-size: 1rem;
    text-align: center;
    border-radius: 0;
    -moz-appearance: textfield;
}

.wishlist-item-amount button {
    border: none;
    width: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    height: 30px;
    background: #000000;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
}

    .wishlist-item-amount button:hover {
        background: #145a96;
    }

.wishlist-item-amount input[type=number] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    height: 30px;
    width: 40px;
    border: 1px solid #d8d8d8;
    font-size: 1rem;
    text-align: center;
    border-radius: 0;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.cartcount {
    background: #000;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    margin-top: -8px;
    margin-left: 12px;
    text-align: center;
    line-height: 21px;
}
.wishcount {
    background: #000;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    position: absolute;
    margin-top: -8px;
    margin-left: 12px;
    text-align: center;
    line-height: 21px;
}
input[type="radio"][disabled] + label {
    color: purple;
}

input[type="radio"][disabled] {
    border-color: purple;
}
    /*BASKET - END*/

    /**PRODUCTS*/
.pagination-container {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
/*PRODUCTS - END*/

/**SEARCH*/
.ui-menu-item-wrapper {
    padding: 10px 0 15px 20px !important;
    border-bottom: 1px solid #f8f9fa;
}

#ui-id-1 {
    width: 290px !important;
}

.form-inline .form-control {
    width: 250px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: #2684d4 !important;
    margin: 0 !important;
}

/**MEGA MENU*/
.dropdown {
    float: left;
    position: unset;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    left: 0;
    width: 50vw;
    padding: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}
.newsletter {
    width: 12vw !important;
    left: auto !important;
}
.newsletter .column {
    width: 100% !important;
}
.dropdown:hover .dropdown-content {
    display: block;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #000;
}

.column a {
    float: none;
    color: #fff;
    padding: 5px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column h3 {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}
.column h3:hover {
    color: #bab0a1;
}

.column a:hover {
    background-color: #101010;
}

.dropbtn .fa-caret-down {
    margin-left: 5px;
    float: none;
    margin-top: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/**MEGA MENU - END*/

/**SUBSCRIBE*/
.subscribe button {
    padding: 10px 25px;
    font-weight: 300;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    cursor:pointer;
}
.subscribe input{
    padding: 10px 25px;
    width: 25em;
    border: none;
    border-radius: 10px 0 0 10px;
}

#subscriberEmail::placeholder {
    opacity: 0.5;
}

.subscribe p {
    padding: 10px 0 20px;
}

.subscribe-title {
    padding: 20px 0 15px;
    font-family: 'Asap', sans-serif;
    font-size: 20px;
}

    /**SUBSCRIBE - END*/


    /***BLOG*/
#blog .katbg {
    background: url('images/katalog_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.katbg h1 {
    color: #fff;
    font-size: 3.5em;
}

.katbg .container {
    background-color: rgba(0,0,0,.4);
    padding: 70px 0;
}

.katbg .product_detail {
    color: #fff;
}

.katbg  .btn-blog:before {
    background-color: #fff;
}
    .btn-blog {
    overflow: hidden;
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

    .btn-blog:before {
        background-color: #000;
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        vertical-align: middle;
        width: 40px;
        right: .5em;
        margin-left: 5px;
    }
    .btn-blog:hover {
        text-decoration: underline !important;
    }

#page {
    display: inline-block;
}

    #page p {
        padding: 0 20px;
        text-align: justify;
    }

#page-blog {
    display: inline-block;
}

    #page-blog p {
        padding: 0 20px;
        display:table;
        text-align: justify;
    }

    /**BLOG-END*/

.instaimg img {
    width: 60px;
    height: 60px;
    padding: 2px;
}


/* Zobrazenie podkategorii */
.subcatthumb div {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.subcatthumb {
    border: 1px solid #ececec;
    border-radius: 7px;
    -webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    transition: .1s linear;
}

.subcatthumb p {
    font-weight: 600;
    font-size: 13px;
}

.subcatthumb:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.subcatthumb a {
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}
/* Zobrazenie podkategorii */