/*
 Theme Name:   Jacob
 Description:  jacob
 Author:       Jakub Slechta
 Author URI:   http://jakubslechta.com
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  jacob
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
    font-family: 'Montserrat';
    font-size: 12px;
    letter-spacing: 0.25px;
    background-color: #fff;
}

p {
  font-size: 12px;
      line-height: 18px;
      margin-bottom: 20px;
      letter-spacing: 0.25px;
}

p:last-of-type, p:only-child, p:only-of-type {
  margin-bottom: 0;
}

h1, h1, h3, h4 {
  font-family: "Montserrat";
}

input[type=text], input[type=email], input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

select {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.in {
  width: 96vw;
  max-width: 1450px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.header {
    height: 54px;
    padding: 0;
    background-color: white;
    border-bottom: 1px solid #ededed;
}

.header_social ul, .menu ul{
  list-style-type: none;
}

.header_in {
  position: relative;
  padding: 0;
}

.header_leftmenu {
  position: relative;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  margin-top: 0;
  display: table;
  position: absolute;
  width: 100%;
}

a.submenu_spoustec {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    position: relative;
}

.submenu_spoustec_vyrazny {
    background-color: #4784ff;
    padding: 7px 12px;
    border-radius: 3px;
    color: white;
}

#header_leftmenu_collections {
    padding-right: 35px;
}

#header_leftmenu_letters {
    padding-right: 35px;
}

.letter_menu li {
    list-style-type: none;
    text-align: center;
    line-height: 70px;
    width: 70px;
    text-transform: uppercase;
}

.header_leftmenu ul li {
    float: left;
    text-align: center;
    margin: 0 18px;
}

.home_cp_left_shipping {
    height: calc(75vh / 2);
    width: calc(50% - 18px);
    margin-right: 9px;
    float: left;
    background-color: #343F3E;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 35px;
    position: relative;
    padding: 10px;
}

.header_leftmenu_letters p {
    text-align: center;
}

.header_leftmenu_collections_in p {
    text-align: center;
}

.header_leftmenu_submenu {
    z-index: 181818;
    position: absolute;
    padding-top: 0px;
    width: 1450px;
    max-width: 96vw;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease all;
    border-radius: 3px;
border: 1px solid black;
}

.header_leftmenu_letters_in {
    background-color: #efeae3;
    padding: 50px 0 18px 0;
}

.header_leftmenu_collections_in {
    background-color: #efeae3;
    padding: 50px 0 18px 0;
}

li#header_leftmenu_letters:hover .header_leftmenu_letters {
  opacity: 1;
  visibility: visible;
}

li#header_leftmenu_collections:hover .header_leftmenu_collections {
  opacity: 1;
  visibility: visible;
}

.collections_menu {
    display: table;
    margin: 0 auto;
}

.collections_menu li {
    list-style-type: none;
}

.letter_menu_container {
    display: table;
    margin: 42px auto;
}

.header_leftmenu_list {
    line-height: 53px;
    padding: 0;
    list-style-type: none;
    float: none;
    margin: 0 auto;
    display: table;
}

.header_logo {
    float: none;
    display: table;
    margin: 0;
    position: relative;
    z-index: 999;
    padding: 10px 0 0 0;
}

.menu_ikona {
    height: 11px !important;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: -12px;
}

.menu_ikona_kosik {
    height: 20px !important;
    margin-right: 2px;
}

.vas_kosik {
  font-size: 14px;
font-weight: 600;
letter-spacing: 0.5px;
}

.woocommerce-message {
    border-top-color: #4784ff;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f3f3f3;
    color: #000000;
    border-top: 3px solid #4784ff;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-message::before {
    content: "\e015";
    color: #4784ff;
}

ul.letter_menu li {
    list-style-type: none;
    text-align: center;
}

.header_logo img {
    height: 36px;
}

.header_rightmenu {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.menu ul {
    display: table;
    margin: 0 auto;
}

.menu li {
    float: left;
    padding: 0 35px;
    text-transform: uppercase;
    border-right: 0;
    height: 13px;
}

.menu li a {
    font-size: 13px;
    font-family: "";
    color: #4C4C4A;
}

.menu li:last-of-type {
  border-right: 0px solid black;
}

.menu {
  margin-top: 28px;
}

.menu .in {
    padding: 13px 0;
    border-top: 0;
    border-bottom: 0;
}

.header_iconmenu {
    display: table;
    float: right;
}

.header_iconmenu li {
    list-style-type: none;
    float: left;
    margin-left: 16px;
}

.header_iconmenu img {
    width: 26px;
    height: auto;
}



.content-area {
    width: 1180px;
    margin: 0 auto;
    max-width: 96vw;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tax-product_cat .content-area {
  padding-top: 30px;
}

.picker__button--close {
    display: none;
}

.product_left {
    width: 20%;
    height: 100%;
    float: left;
    position: relative;
}

.product_right {
    width: 25%;
    float: left;
    height: 100%;
    position: relative;
}

.woocommerce div.product .product_right div.summary, .woocommerce-page div.product .product_right div.summary {
  width: 100%;
  float: none;
}

.product_left_lettermenu li {
    list-style-type: none;
    float: left;
    text-align: center;
    width: 25%;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #d3ced2;
    background-color: unset;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: unset;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: unset;
}

div#tab-description h2 {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 1.25em;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #3bbfad;
}
.woocommerce div.product form.cart .button {
    font-family: "Montserrat";
    background-color: #4784ff;
    transition: all linear 0.2s;
}

.product_left_lettermenu_in {
    width: 180px;
    font-weight: 600;
}

.product_left h3 {
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0.3px;
}

button.single_add_to_cart_button.button.alt {
    font-size: 15px;
    padding: 11px;
    width: calc(100% - 74px);
    font-weight: 600;
    letter-spacing: 0.5px;
    float: left;
}

.woocommerce .woocommerce-notices-wrapper #respond input#submit, .woocommerce .woocommerce-notices-wrapper a.button, .woocommerce .woocommerce-notices-wrapper button.button, .woocommerce .woocommerce-notices-wrapper input.button {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-radius: 3px;
    left: auto;
    color: #000000;
    background-color: #f3f3f3;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.woocommerce .woocommerce-notices-wrapper #respond input#submit:hover, .woocommerce .woocommerce-notices-wrapper a.button:hover, .woocommerce .woocommerce-notices-wrapper button.button:hover, .woocommerce .woocommerce-notices-wrapper input.button:hover {
    background-color: #f3f3f3;
    text-decoration: none;
    background-image: none;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.woocommerce.single .quantity .qty {
    height: 36px;
    float: left;
    font-size: 14px;
    border: 0;
    background-color: #f3f3f3;
}

.product_left, .product_right {
    padding-top: 50px;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 28px;
    margin-bottom: 2px;
}

.product_right h2 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

span.kosik_count_nic {
    font-size: 11px;
    font-weight: 400;
    margin-left: -2px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 18px 0 5px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.vas_kosik {
  position: relative;
}

.kosik_count {
    position: absolute;
    bottom: 0;
    right: -20px;
    background-color: #bd0606;
    border-radius: 50%;
    display: table;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 500;
}

section.related.products {
    margin: 100px 0;
}

section.related.products h2 {
    margin-bottom: 20px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
    display: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
    font-family: "Montserrat";
    background-color: #4784ff;
    color: white;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    float: right;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: table;
    float: left;
    line-height: 27px;
    margin-bottom: 0px;
}

a.added_to_cart {
  display:none !important
}

/* Footer - Start */

.footer_item_hidden {
  display: none;
}

.footer_section {
    float: left;
    width: 33.3%;
    padding: 0;
}

.footer_section.footer_menu {
    width: 46.7%;
}

.footer h4 {
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
}

.footer_center ul li {
    font-size: 11px;
    margin-bottom: 2px;
    letter-spacing: 0.15px;
}

.footer_section.footer_menu .footer_center_in {
    padding: 0 4%;
}

.footer_section.footer_social {
    width: 20%;
}

.footer_center ul {
    list-style-type: none;
}

.footer_center {
    width: 50%;
    float: left;
    padding: 0 2%;
}

.footer_description img {
    width: auto;
    height: 38px;
    margin-bottom: 10px;
}

.footer_description p {
    font-size: 11px;
    line-height: 14px;
    max-width: 340px;
}

.copyright_in {
    padding: 30px 0;
}

.social_icons a:first-of-type {
    margin-left: 0;
}

.social_icons a {
    font-size: 32px;
    margin-left: 15px;
}

.footer_container {
    padding-top: 50px;
    margin-top: 0px;
    border-top: 0px solid #000;
}

.home_idea {
    margin: 100px 0;
}

.home_idea a {
  display: table;
      font-weight: 600;
      padding: 14px 18px;
      text-align: center;
      font-size: 14px;
      margin-top: 25px;
      color: white;
      background-color: #4784ff;
      letter-spacing: 0.25px;
      border-radius: 3px;
      margin-left: auto;
      margin-right: auto;
}

.home_idea_right img {
    width: 100%;
    height: auto;
}

.home_idea_right {
    width: 48%;
    float: left;
}

.home_idea_left {
    width: 500px;
    float: none;
    padding: 0px 0;
    text-align: center;
    margin: 0 auto;
}

.home_idea_in {
    width: 1000px;
    max-width: 96vw;
}


/* Footer End */

/* Cookie - Start */

div#websitetheory_cookies {
  position: fixed;
  bottom: 1vh;
  z-index: 181818;
  width: 190px;
  height: auto;
  left: 1vw;
  border-radius: 2px;
  background-color: #f3f3f3;
  font-size: 10px;
  line-height: 12px;
  color: black;
  padding: 5px;
  border: 0;
}

span#websitetheory_cookie_text {
    max-width: 100%;
    display: table;
    margin-bottom: 4px;
}

a#websitetheory_cookie_souhlas {
    color: black;
    background-color: #fff;
    border-radius: 3px;
    padding: 3px 5px;
    font-weight: 500;
    font-size: 10px;
    margin-right: 4px;
    float: left;
}

a#websitetheory_cookie_viceinformaci {
  line-height: 20px;
    font-size: 10px;
    float: left;
}

/* Cookie - End */

.wizard a {
    padding: 0px 12px;
    line-height: 33px;
    margin-right: 2%;
    background: #f3f3f3;
    position: relative;
    display: inline-block;
    width: 31.5%;
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.wizard a:before {
    width: 0;
    height: 0;
    border-top: 16px inset transparent;
    border-bottom: 17px inset transparent;
    border-left: 20px solid #fff;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}
.wizard a:after {
    width: 0;
    height: 0;
    border-top: 16px inset transparent;
    border-bottom: 17px inset transparent;
    border-left: 20px solid #f3f3f3;
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
    border: none;
}
.wizard a:first-child {
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
    -webkit-border-radius: 0 4px 4px 0;
       -moz-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
			margin-right: 0;
}
.wizard .badge {
    margin: 0 5px 0 18px;
    position: relative;
    top: -1px;
}
.wizard a:first-child .badge {
    margin-left: 0;
}
.wizard .current {
    background: black;
    color: #fff;
}
.wizard .current:after {
    border-left-color: black;
}

.wizard a:first-child:before, .wizard a:last-child:after {
    border: none;
}

.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
}

.woocommerce a.remove {
  color: #d3d3d3 !important;
}

.woocommerce a.remove:hover {
    background-color: #d3d3d3;
    color: white;
}

.woocommerce-cart table.cart img {
    width: 100px;
}

.wizard {
    margin-bottom: 30px;
}

.woocommerce table.shop_table th {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce .quantity .qty {
    width: 70px;
    text-align: center;
    height: 36px;
    /* float: left; */
    font-size: 14px;
    border: 0;
    background-color: #f3f3f3;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
    font-family: "Montserrat";
    background-color: #4784ff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    transition: all linear 0.25s;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
background-color: #47ab9d;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    height: 36px;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 150px;
    border: 0;
    background-color: #f3f3f3;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.coupon label {
    display: none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}

.cart_totals h2 {
    margin-bottom: 20px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

tr.cart-subtotal {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

tr.order-total {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce form .form-row input.input-text {
    height: 36px;
    border: 0;
    font-size: 14px;
    padding: 0 8px;
    background-color: #f3f3f3;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    border-radius: 3px;
}

span.select2-selection.select2-selection--single {
    height: 36px;
    border: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0 0px;
    background-color: #f3f3f3;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 3px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 36px;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.woocommerce-billing-fields h3 {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}

h3#order_review_heading {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 48%;
    float: left;
}

.woocommerce-order-received .woocommerce .col2-set, .woocommerce-order-received .woocommerce-page .col2-set {
    width: 100%;
    float: none;
}

div#order_review {
    width: 48%;
    float: right;
}

h3#order_review_heading {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
    width: 48%;
    float: right;
}

form.checkout.woocommerce-checkout:after {
    display: table;
    content: " ";
    clear: both;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f3f3f3;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #e6e6e6;
    color: #515151;
}

ul.wc_payment_methods.payment_methods.methods label {
    line-height: 2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #e6e6e6;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
}

button#place_order {
    display: block;
    text-align: center;
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 1.25em;
    padding: 1em;
    font-family: "Montserrat";
    background-color: #4784ff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    transition: all linear 0.25s;
    width: 100%;
    float: none;
}

button#place_order:hover {
background-color: #4784ff;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 18px;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 500;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce ul#shipping_method li:only-of-type {
    margin: 0;
}

a.zpet_do_obchodu {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 100px;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.checkout_pomoc h4 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;
}
.checkout_pomoc p {
    font-size: 11px;
    line-height: 14px;
}

.checkout_pomoc {
    width: 185px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    right: 0;
}

a.pokracovat_do_pokladny {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 100px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-top: 18px;
}

h2.wc-bacs-bank-details-heading {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}

h2.woocommerce-order-details__title {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}

h3.wc-bacs-bank-details-account-name {
    font-weight: 400;
    font-family: "Montserrat";
    font-size: 12px;
    margin-bottom: 5px;
    display: none;
}

.social_icons img {
    height: 30px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    margin-top: 18px;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}

.single_infopage_wrapper h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single_infopage_wrapper .single_loop ul {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.25px;
  padding-left: 18px;
}

.single_infopage_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single_infopage_wrapper h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 5px;
}

.single_infopage_wrapper h3 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

tr.websitetheory_cookies_head {
    font-weight: bold;
}

table.websitetheory_cookies {
    border-collapse: collapse;
    width: 100%;
    margin: 18px 0;
}
table.websitetheory_cookies td {
    text-align: center;
    border: 1px solid black;
    padding: 10px;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: unset;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 25px;
}

.woocommerce div.product .product_right form.cart::before {
    content: "Počet kusů";
    position: relative;
    display: table;
    line-height: 2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

ul.letter_menu a {
    font-size: 28px;
    font-weight: 400;
}

.collections_menu_container li img {
    width: 200px;
    max-width: 100%;
    display: table;
}

h2.header_nazev_kolekce {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

span.woocommerce-Price-amount.amount {
    font-weight: 500;
}

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    font-size: 14px;
    line-height: 20px;
}

.woocommerce ul.order_details li {
  font-size: 12px;
  line-height: 2;
}

.home_all_collections_in h1 {
    text-align: center;
    letter-spacing: 0.15px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 24px;
}

.home_all_collections_in h3 {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
}

.home_sep img {
    height: auto;
    width: 225px;
    display: table;
    margin: 18px auto 25px auto;
}

.home_all_collections_all_single_item {
    display: table;
    float: left;
    text-align: center;
    width: 17.60%;
    margin-right: 2%;
}

.home_all_collections_all_single_item:first-of-type {
    margin-left: 2%;
}

.home_all_collections_all_single_item_in {
    display: table;
    margin: 0 auto;
}

.home_all_collections_all_single_item h4 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.home_all_collections_all_items {
    padding: 18px 0 36px 0;
}

.home_all_collections_all_single_item_img {
    background-color: white;
    width: 200px;
    height: 200px;
    padding: 18px;
    margin-bottom: 18px;
}

.home_all_collections {
    margin-top: 75px;
    margin-bottom: 75px;
}

.home_slider {
  width: 70vw !important;
  margin: 0 auto !important;
  height: 50vw;
  margin: 18px auto 0 auto;
  border-radius: 5px;
}

.home_slider_in {
    background-size: cover;
    background-position-y: bottom;
    width: calc(100% - 10px);
    height: 100%;
    border-radius: 5px;
    margin: 0 5px;
    position: relative;
}

.home_slider_wrapper_in {
  margin-left: 15vw;
}
/*
.bx-wrapper .bx-next {
    right: 15vw;
}

.bx-wrapper .bx-prev {
    left: 15vw;
}
*/
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  transform: translate(0px, -50%);
  margin-top: unset;
  outline: 0;
  width: 36px;
  height: 36px;
  text-align: center;
  text-indent: unset;
  z-index: 9999;
  font-size: 36px;
  line-height: 36px;
  color: black;
  border-radius: 5px;
  transition: all linear 0.2s;
}

.bx-wrapper .bx-controls-direction a:hover {
  background-color: #e8e8e8;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    transform: translate(0px, -50%);
}

.bx-wrapper .bx-controls-direction a.bx-next {
    transform: translate(0px, -50%);
}

.bx-wrapper .bx-prev {
  /*  left: 15vw; */
    background: unset;
    background-color: #e8e8e8;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
}

.bx-wrapper .bx-next {
/*    right: 15vw; */
    background: unset;
    background-color: #e8e8e8;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
}

.shipping_info {
    font-size: 11px;
}

span.shipping_info_date {
    white-space: nowrap;
}


.mobile_menu {
  display: none;
}

div#mobilni_menu {
    position: absolute;
    z-index: 181818;
    right: unset;
    left: -2vw;
    visibility: hidden;
    transition: ease all 0.25s;
    opacity: 0;
    width: 100vw;
    min-width: 280px;
    background-color: #fff;
    border-right: 0px solid black;
    padding-right: 2vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid black;
}

.menu_aktivni {
  visibility: visible !important;
  opacity: 1 !important;

}


/* Mobilní menu - Start */

.hambac {
  padding: 18px 5px 12px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hambac:hover {
    opacity: 1; }
  .hambac.is-active:hover {
    opacity: 1; }
  .hambac.is-active .hambac-inner,
  .hambac.is-active .hambac-inner::before,
  .hambac.is-active .hambac-inner::after {
    background-color: rgb(255,255,255); }

.hambac-box {
  width: 24px;
  height: 15px;
  display: inline-block;
  position: relative; }

.hambac-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hambac-inner, .hambac-inner::before, .hambac-inner::after {
    width: 24px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hambac-inner::before, .hambac-inner::after {
    content: "";
    display: block; }
  .hambac-inner::before {
    top: -6px; }
  .hambac-inner::after {
    bottom: -6px; }


.hambac--squeeze .hambac-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hambac--squeeze .hambac-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hambac--squeeze .hambac-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hambac--squeeze.is-active .hambac-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hambac--squeeze.is-active .hambac-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hambac--squeeze.is-active .hambac-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }



  .mobile_header_menu {
    float: right;
    line-height: 44px;
}

.hambac.is-active .hambac-inner, .hambac.is-active .hambac-inner::before, .hambac.is-active .hambac-inner::after {
    background-color: #000;
}

.hambac-inner, .hambac-inner::before, .hambac-inner::after {
  background-color: #000;
}

div#mobilni_menu h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 5px;
}

div#mobilni_menu .mobile_collection_menu_item h2.header_nazev_kolekce {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-top: 0px;
}

.mobile_collection_menu_item {
    width: 50%;
    float: left;
    margin-bottom: 18px;
}

.mobilni_menu_pismena li.letter_menu_item {
    width: 16.6%;
    line-height: 50px;
}

.mobile_collection_menu_item img {
    max-width: 100%;
}

/* Mobilní menu - End */

.index_o_lettermugs h2 {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 10px;
}

.index_o_lettermugs_left {
    width: 48%;
    float: left;
}

.index_o_lettermugs_right {
    width: 48%;
    float: right;
}

.home_wrapper_in {
    padding-bottom: 0px;
}

.index_o_lettermugs_left a {
    font-size: 15px;
    padding: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
    background-color: #c09e7d;
    transition: all linear 0.2s;
    color: white;
    border-radius: 3px;
    display: table;
    margin: 18px 0;
}

.index_o_lettermugs_left a:hover {
    background-color: #a78565;
}

.letter_menu_item img {
    width: 100%;
}
.letter_menu_item {
    width: 20%;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}

.woocommerce .woocommerce-ordering {
  display: none;
}

.category_heading {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position-x: center;
    border-radius: 5px;
    position: relative;
    max-height: 40vw;
}

.category_heading_blue_line {
  background-image: url(img/category/hrnek_s_pismenem_blue_line.jpg);
  background-position-y: bottom;
}

.category_heading_fine_gold {
  background-image: url(img/category/hrnek_s_pismenem_fine_gold.jpg);
  background-position-y: bottom;
}

.category_heading_little_big_hearts {
  background-image: url(img/category/hrnek_s_pismenem_little_big_hearts.jpg);
  background-position-y: bottom;
}

.category_heading_typographe {
  background-image: url(img/category/hrnek_s_pismenem_typographe.jpg);
  background-position-y: bottom;
}

.category_heading_real_diamonds {
  background-image: url(img/category/hrnek_s_pismenem_real_diamonds.jpg);
  background-position-y: top;
  background-position-x: right;
}

.tax-product_cat header.woocommerce-products-header {
    display: none;
}

h1.woocommerce-products-header__title.page-title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 18px;
}

.term-description {
    text-align: center;
    width: 980px;
    margin: 0 auto;
    max-width: 90vw;
}

span.category_price {
    color: white;
    background-color: black;
    padding: 5px 10px;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    float: right;
    margin-top: 3px;
    border-radius: 3px;
}

.category_heading_in h1 {
    color: white;
    background-color: black;
    padding: 3px 8px;
    font-size: 28px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
}

.category_heading_in {
    display: table;
    position: absolute;
}

.term-blue-line .category_heading_in {
    right: 5%;
    top: 12%;
}

.term-fine-gold .category_heading_in {
    right: 5%;
    top: 12%;
}

.term-little-big-hearts .category_heading_in {
    right: 5%;
    top: 12%;
}

.term-real-diamonds .category_heading_in {
    left: 5%;
    top: 12%;
}

.term-typographe .category_heading_in {
    left: 5%;
    top: 12%;
}


.bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
}

.bx-wrapper {
    max-width: 100vw !important;
}

.bx-viewport {
    max-width: 100vw !important;
}

.home_slider.collection_real_diamonds .home_slider_in {
    background-position-y: top;
    background-position-x: right;
}

.home_all_collections_in p {
    text-align: left;
    width: unset;
    margin: 0 auto;
    max-width: unset;
}

li.pyramida_menu_item {
    float: left;
    list-style-type: none;
    width: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
}

.radek_pyramidy {
    display: table;
    margin: 0 auto;
}

.homepage_abeceda p {
    text-align: center;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.homepage_abeceda .letter_menu_item {
    float: left;
}

.homepage_abeceda {
    display: table;
    margin: 0 auto;
}

.homepage_abeceda ul.letter_menu {
    display: table;
    margin: 0 auto;
}

li.wc_payment_method.payment_method_paypal img {
    display: none;
}

a.about_paypal {
    display: none;
}

div#woocommerce-zasilkovna-branch-select-options select {
    max-width: 200px;
    height: 36px;
    border: 0;
    font-size: 12px;
    padding: 0 18px 0 8px;
    background-color: #f3f3f3;
    letter-spacing: 0.5px;
    position: relative;
}

div#woocommerce-zasilkovna-branch-select-options {
    display: table;
    position: relative;
}

div#woocommerce-zasilkovna-branch-select-options::before {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: unset;
  right: 10px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 10;
  content: " ";
}

h1.single_loop_title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 18px;
}

form#kontakt_form label {
    line-height: 2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: table;
}

#kontakt_form input[type=text], #kontakt_form input[type=email], #kontakt_form input[type=tel] {
  height: 36px;
border: 0;
font-size: 14px;
padding: 0 8px;
background-color: #f3f3f3;
letter-spacing: 0.5px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 3px;
width: 100%;
}

#kontakt_form textarea {
    height: 120px;
    border: 0;
    font-size: 14px;
    padding: 8px;
    background-color: #f3f3f3;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
    width: 100%;
}

button.odeslat {
    font-size: 15px;
    padding: 11px;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
    background-color: #4784ff;
    transition: all linear 0.2s;
    border: 0;
    border-radius: 3px;
    color: white;
    margin-top: 18px;
    cursor: pointer;
}

button.odeslat:hover {
    background-color: #4784ff;
}

.kontakt_sekce {
    margin-bottom: 12px;
}

.kontakt_page_in {
    width: 500px;
    max-width: 96vw;
    position: relative;
    padding-bottom: 100px;
    margin: 0 auto;
    text-align: center;
}

#thank-you {
    position: absolute;
    bottom: 50px;
    line-height: 2;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}


/* Cookie - Start */

span#websitetheory_cookie_text {
    max-width: 100%;
    display: table;
    margin-bottom: 5px;
}

a#websitetheory_cookie_viceinformaci {
  line-height: 15px;
      font-size: 9px;
      float: left;
}

table.websitetheory_cookies {
    border-collapse: collapse;
    width: 100%;
    margin: 18px 0;
}
table.websitetheory_cookies td {
    text-align: center;
    border: 1px solid black;
    padding: 10px;
}

/* Cookie - End */


.index_kolekce_vybrat_pismeno {
    position: absolute;
    font-family: "Montserrat";
    color: white;
    background-color: black;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
}

.collection_blue_line .index_kolekce_vybrat_pismeno {
    right: 10%;
    bottom: 10%;
}

.collection_real_diamonds .index_kolekce_vybrat_pismeno {
    bottom: 10%;
    left: 10%;
}

.collection_typographe .index_kolekce_vybrat_pismeno {
    bottom: 10%;
    left: 10%;
}

.collection_fine_gold .index_kolekce_vybrat_pismeno {
    bottom: 10%;
    right: 10%;
}

.collection_little_big_hearts .index_kolekce_vybrat_pismeno {
    bottom: 10%;
    right: 10%;
}

.woocommerce-product-gallery .flex-viewport {
    pointer-events: none;
}

.swatch-wrapper a {
    display: block;
    width: 76px !important;
    height: 76px !important;
}

.swatch-wrapper {
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    padding: 2px;
}

.woocommerce-checkout dl.variation {
    display: none;
}

.woocommerce-cart dl.variation {
    display: none;
}

.woocommerce-checkout ul.wc-item-meta {
    display: none;
}

table.variations .label {
    display: none;
}

a.reset_variations {
    display: none !important;
}


.vlastni_obrazky_pozadi {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.vlastni_obrazky_par_sedici_divka_vlasy {
    height: 158.9px;
    width: 158.9px;
    background-image: url(/sg/wp-content/uploads/2020/05/BESTFRIENDS0001.png);
    top: 9%;
    right: 16%;
    z-index: 4;
}

.vlastni_obrazky_par_sedici_kluk_vlasy {
    height: 122.1px;
    width: 122.1px;
    background-image: url(/sg/wp-content/uploads/2020/05/MALEHAIRSTYLES0044.png);
    top: 7.5%;
    left: 16.5%;
    z-index: 7;
}

.vlastni_obrazky_par_sedici_divka_telo {
    height: 248.4px;
    width: 248.4px;
    background-image: url(/sg/wp-content/uploads/2020/05/COUPLESCLIPART0017.png);
    right: 2%;
    bottom: 4%;
    z-index: 3;
}

.vlastni_obrazky_par_sedici_kluk_telo {
    height: 288.5px;
    width: 288.5px;
    background-image: url(/sg/wp-content/uploads/2020/05/COUPLESCLIPART0001.png);
    left: 6%;
    bottom: -2%;
    z-index: 8;
}

.vlastni_obrazky_par_sedici_pozadi_podlaha {
    background-image: url(/sg/wp-content/uploads/2020/05/COUPLESCLIPART0057.png);
    width: 350px;
    height: 188px;
    left: 0;
    bottom: -14%;
    z-index: 1;
}

/* Kamarádky sedící */
.vlastni_obrazky_kamaradky_sedici_divka_vlevo_vlasy {
  height: 143.3px;
  width: 143.3px;
  background-image: url(/sg/wp-content/uploads/2020/05/BESTFRIENDS0001.png);
  top: 17.5%;
  left: 15.4%;
  z-index: 11;
}

.vlastni_obrazky_kamaradky_sedici_divka_vpravo_vlasy {
    height: 131.9px;
    width: 131.9px;
    background-image: url(/sg/wp-content/uploads/2020/05/BESTFRIENDS0001.png);
    top: 22.2%;
    right: 19%;
    z-index: 20;
}

.vlastni_obrazky_kamaradky_sedici_divka_vlevo_telo {
    height: 332px;
    width: 234.7px;
    background-image: url(/sg/wp-content/uploads/2020/06/BESTFRIENDS0039.png);
    left: 14.4%;
    top: 21.9%;
    z-index: 10;
}

.vlastni_obrazky_kamaradky_sedici_divka_vpravo_telo {
    height: 332px;
    width: 234.7px;
    background-image: url(/sg/wp-content/uploads/2020/06/BESTFRIENDS0029.png);
    right: 11.4%;
    top: 13.3%;
    bottom: unset;
    z-index: 8;
}
/* Kamarádky Sedící - END */

.swatch-wrapper img {
    width: auto;
    height: 76px;
    display: table;
    margin: 0 auto;
}

.vlastni_obrazky_par_sedici {
    position: relative;
    width: 350px;
    height: 350px;
}

.vlastni_obrazky_kamaradky_sedici {
    position: relative;
    width: 350px;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-image: url(/sg/wp-content/uploads/2020/06/BESTFRIENDS0051.png);
    background-repeat: no-repeat;
}

.vlastni_obrazky_texty_par_sedici {
    position: absolute;
    width: 100%;
    bottom: -30px;
}

.home_all_categories_item {
    display: table;
    float: left;
    width: 33.3%;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.home_all_categories_item:hover .home_all_cat_design_your_own {
  opacity: 1;
}

.home_all_categories_item:hover img {
  opacity: 0.75;
}

.home_all_cat_design_your_own {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.25s all ease;
}

.dyo_button {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: #4784ff;
    padding: 7px 12px;
    border-radius: 3px;
    color: white;
    display: table;
    text-shadow: none;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400;
    margin-top: 0;
    z-index: 9;
}

.home_all_categories_item h3 {
  margin-top: 4px;
  margin-bottom: 25px;
  font-weight: 400;
  letter-spacing: 0.15px;
  font-size: 11px;
}

.home_all_categories_item img {
    width: 70%;
    height: auto;
    background-color: #e8e8e8;
    border-radius: 5px;
    margin: 0 auto;
    transition: 0.25s all ease;
}

.home_cp_intro {
/*  background-image: url(img/intro.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 60%;
  position: relative;
  float: left;
  overflow: hidden;
}

.home_cp_left {
    float: right;
    width: calc(40% - 18px);
    height: 75vh;
}

.home_cp_left_inspirace {
    height: calc(75vh / 2 - 18px);
    margin-bottom: 18px;
  /*  background-image: url(img/insp.jpg); */
  /*  background-image: url(img/intro_inspirace.jpg); */
    background-size: cover;
    background-position: right top;
    font-weight: 600;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.9);
    font-size: 20px;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}


div#insp_text {
    position: absolute;
    text-align: left;
    left: 25px;
    max-width: 90%;
    top: 25px;
    z-index: 9;
}


div#insp_text a {
    background-color: #4784ff;
    padding: 7px 12px;
    border-radius: 3px;
    color: white;
    display: table;
    text-shadow: none;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400;
    margin-top: 10px;
}

.home_cp_intro_in.in {
    width: 100%;
}

.home_cp_intro_bg {
  height: 75vh;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: black;
  opacity: 0.25;
}

.home_cp_intro_bg_vp {
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  z-index: 2;
}

.home_cp_intro_bg_vp img {
  width: 332px;
  height: 321px;
}

.home_cp_intro_bg_vl {
  position: absolute;
  top: 1vw;
  left: 1vw;
  z-index: 2;
}

.home_cp_intro_bg_vl img {
  width: 243px;
  height: 149px;
}

.home_cp_intro_bg_text {
  position: absolute;
  z-index: 3;
  top: unset;
  bottom: 10%;
  left: 50px;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,.9);
  font-size: 40px;
  letter-spacing: 1px;
  width: 90%;
  max-width: 630px;
  text-align: left;
  transform: translate(0%, 0%);
}

.home_cp_left_sleva {
    height: calc(75vh / 2);
    width: 50%;
    margin-left: 9px;
    float: right;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 35px;
    text-align: center;
    position: relative;
    background-color: #f3f3f3;
    padding: 10px;
}

span.sleva_big {
    font-size: 40px;
    letter-spacing: 1px;
    display: table;
    margin: 0 auto;
    line-height: 55px;
}

.abs_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.cp_cr {
  position: relative;
}

.cr_podtr {
    z-index: 2;
    position: absolute;
    width: 262px;
    height: 29px;
    left: 0;
    bottom: -22px;
}

.cr_podtr img {
  width: 262px;
  height: 29px;
  position: absolute;
}

.home_cp_intro_bg_text a {
  font-weight: 600;
  padding: 14px 18px;
  text-align: center;
  font-size: 14px;
  margin-top: 18px;
  background-color: #4784ff;
  letter-spacing: 0.25px;
  text-shadow: none;
  border-radius: 3px;
  display: table;
  margin-left: 0;
  margin-right: 0;
  color: white;
}

.yod {
  position: relative;
  white-space: nowrap;
}

.yod img {
    height: 39px;
    position: absolute;
    left: -7px;
    z-index: -1;
    top: -1px;
}

.home_we_item {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0 2%;
}

.home_we_item_icon img {
    width: 45px;
}

.home_we_item_text {
    width: calc(100% - 60px);
    text-align: left;
    float: right;
}

.home_we_item_icon {
    display: table;
    float: left;
}

.home_we_item_icon img {
    width: 45px;
}

.home_we_item_text h3 {
    font-size: 12px;
    letter-spacing: 0.15px;
    margin: 18px 0 18px 0;
    font-size: 600;
}

.home_we {
    margin: 75px 0 0;
    background-color: #f7f7f7;
}

.home_we_in {
    padding: 75px 15px;
    background-color: unset;
    border-radius: 0px;
}

h2.home_section_heading {
  text-align: center;
letter-spacing: 0.15px;
font-weight: 600;
font-size: 14px;
margin-bottom: 24px;
}

.newsletter {
    padding: 0;
    background-image: url(img/nl.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.nl_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: 100%;
}

.newsletter_left {
    width: 48%;
    float: left;
    position: relative;
    height: 300px;
}

.newsletter_right {
    width: 48%;
    float: right;
    position: relative;
    height: 300px;
}

.newsletter_form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

input#newsletter_email {
    width: 100%;
    border: 0;
    font-family: "Open sans";
    border-radius: 3px;
    padding: 14px 18px;
    margin-bottom: 10px;
}

input#newsletter_submit {
    display: table;
    font-weight: 600;
    padding: 14px 18px;
    text-align: center;
    font-size: 14px;
    margin-top: 18px;
    background-color: #4784ff;
    letter-spacing: 0.75px;
    border-radius: 3px;
    border: 0;
    color: white;
}

.newsletter_in {
    width: 1000px;
    max-width: 96vw;
}

.p_mini {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.copyright {
    font-size: 10px;
    letter-spacing: 0.1px;
}

.newsletter .p_mini {
    color: white;
}

.newsletter_form input[type=checkbox] {
    margin-right: 8px;
}

.newsletter h4 {
  font-weight: 600;
  color: white;
  font-size: 40px;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}

.newsletter p {
    color: white;
}

.home_slider_products_wrapper_inner {
    width: 1000px;
    max-width: 96vw;
}

.home_slider_products_wrapper .home_all_categories_item {
    width: 25%;
}

.home_slider_products_wrapper {
    margin: 75px 0;
}

.p_mini a {
    text-decoration: underline;
}

.creator_form {
  padding: 0;
}

.home_all_collections_in h2 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.15px;
}

.steps .steps_casti {
    width: 100%;
    float: none;
}

.steps {
    width: 740px;
    margin: 0 auto;
    background-color: #f7f7f7;
    color: black;
    padding: 25px;
    border-radius: 5px;
}

.steps_left img {
    width: 100%;
    height: auto;
}

.steps_left {
    width: 58%;
    float: left;
}

.steps_right {
    width: 38%;
    float: right;
    padding: 140px 0;
}

.steps_cast_jedna {
    margin-bottom: 25px;
}

.desktop_menu {
    padding: 0;
}

.single-product .content-area {
    padding-top: 0;
    padding-bottom: 0;
    width: 100vw;
    max-width: 100vw;
}

.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 400px;
    box-shadow: -2px 4px 4px 0 rgba(35,69,152,.1);
    height: calc(100vh - 80px);
    position: relative;
    z-index: 1;
}

div#picker_pa_size [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

div#styles_menu [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.swatch-control.radio-select li label {
    display: table;
    margin-left: 0px;
}

.swatch-control.radio-select li {
    list-style: none !important;
    display: table;
    float: left;
    width: 33.3%;
}

#picker_pa_size [type=radio]:checked + label {
  background-color: #4784ff;
  color: white;
}

#picker_pa_size label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: #ededed;
    cursor: pointer;
}

.swatch-control.radio-select ul:after {
    content: " ";
    clear: both;
    display: table;
}

.swatch-control.radio-select ul {
    padding: 0px !important;
    margin: 0 !important;
    list-style: none !important;
    display: block;
    border-radius: 3px;
    overflow: hidden;
}

div#styles_menu label {
    display: table;
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 8px;
}

.styles_menu_bg {
  width: 55px;
  height: 55px;
  background-size: 200px;
  margin-bottom: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 3px solid #ededed;
}

#styles_menu [type=radio]:checked ~ .styles_menu_bg {
  border: 3px solid #4784ff;
}

.summary_in {
    padding: 0 20px;
}

.creator_form_section {
    border-bottom: 1px solid #ededed;
}

.creator_form_spoustec {
    padding: 10px 0;
    border-bottom: 0px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: block;
    height: 100%;
    position: relative;
    z-index: 999;
}

.creator_form_obsah {
  padding: 10px 0;
}

input {
  font-family: 'Montserrat';
  font-size: 12px;
  letter-spacing: 0.25px;
}

input#first_line {
  height: 36px;
  border: 0;
  font-size: 14px;
  padding: 0 8px;
  background-color: #f3f3f3;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  width: 100%;
  box-shadow: unset;
}

input#second_line {
  height: 36px;
  border: 0;
  font-size: 14px;
  padding: 0 8px;
  background-color: #f3f3f3;
  letter-spacing: 0.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  width: 100%;
  box-shadow: unset;
}

.mapboxgl-ctrl-geocoder--input {
  background-color: #f3f3f3;
}

.mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder .suggestions {
    box-shadow: unset;
}

.creator_form_obsah {
  display: none;
}

.creator_form_obsah.zobrazeno {
  display: block;
}

div#first_line_container {
    margin-bottom: 8px;
}

div#creator_form_section_labels_obsah label {
    font-weight: 600;
    letter-spacing: 0.15px;
    font-family: 'Montserrat';
    font-size: 11px;
    line-height: 20px;
}

div#vyhledavac_mist_tip {
    margin-top: 8px;
}

.mapboxgl-ctrl-geocoder {
    width: 100%;
    position: relative;
    z-index: 99999;
}

.add_to_cart_absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*.postid-6*/ .woocommerce-variation.single_variation {
    text-align: center;
    padding: 0;
    width: 50%;
    float: left;
    height: 75px;
    line-height: 75px;
}

.woocommerce-variation.single_variation {
    display: none;
}

.mapa_single_price {
    text-align: center;
    padding: 0;
    width: 50%;
    float: left;
    height: 75px;
    line-height: 75px;
}

.woocommerce div.product form.cart .add_to_cart_absolute .button {
    width: 50%;
    height: 75px;
    float: right;
}

.summary_inside {
    height: 100%;
    padding-bottom: 80px;
    overflow-y: auto;
}

.product_custom_title {
    color: #f3f3f3;
    background-color: #343F3E;
    padding: 18px 0;
}

.product_custom_title h1 {
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.podtr {
    position: relative;
    display: inline-block;
}

.podtrzeni {
    position: absolute;
    height: 3px;
    width: 100%;
    bottom: -5px;
    content: " ";
    right: 0;
}

.podtrzeni.aktivni {
    background-color: #4784ff;
}

.product_custom_title p {
    font-size: 11px;
    letter-spacing: 0.15px;
    line-height: 15px;
}

.header_rightmenu {
    position: absolute;
    right: 0;
    top: 4px;
    height: 100%;
    transform: translate(0px, 0%);
}

p.return-to-shop {
    margin-top: 18px;
}

div#mobilni_menu a {
    text-align: left;
    display: block;
    margin: 20px 10px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #f3f3f3;
}

.page-template-page-info .single_loop {
    min-height: 55vh;
}

.page-template-page-info .in.single_wrapper_in {
    max-width: 1000px;
}

.woocommerce-cart .woocommerce-message a.button.wc-forward {
    display: none;
}

th.product-quantity {
    display: none;
}

td.product-quantity {
    display: none;
}

th.product-subtotal {
    display: none;
}

td.product-subtotal {
    display: none;
}

#potvrzeni_vzhledu_button {
    width: 50%;
    height: 75px;
    float: right;
    text-align: center;
    line-height: 75px;
    padding: 0 10px;
    background-color: #4784ff;
    color: white;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.25s ease all;
    border: 0;
}

#potvrzeni_vzhledu_button:hover {
    background-color: #3fa799;
}

.potvrzeni_vzhledu_mapy {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
  left: 0;
  top: 0;
}

.potvrzeni_vzhledu_tlacitka {
    bottom: 0;
    left: 0;
    height: 75px;
    width: 100%;
    position: absolute;
}

.potvrzeni_vzhledu_mapy_bg {
  background-color: white;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}


.potvrzeni_vzhledu_mapy_in {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background-color: white;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.35);
}

.potvrzeni_vzhledu_zavrit {
    right: 0;
    top: 0;
    position: absolute;
    background-color: #343f3e;
    padding: 10px;
    z-index: 9999999;
    cursor: pointer;
    color: white;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-size: 12px;
}

.potvrzeni_vzhledu_mapy_right {
    width: 50%;
    float: right;
    padding: 0px;
    position: relative;
    height: calc(100% - 75px);
}

.potvrzeni_vzhledu_mapy_right h3 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: 600;
}

.potvrzeni_vzhledu_mapy_right_in {
    position: absolute;
    padding: 0 10px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.potvrzeni_vzhledu_mapy_right span {
    display: table;
}

.potvrzeni_vzhledu_mapy_right h4 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    margin-top: 10px;
}

.potvrzeni_vzhledu_mapy_left {
    width: 50%;
    float: left;
    position: relative;
    height: calc(100% - 75px);
}

.potvrzeni_vzhledu_mapy_left img {
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.35);
}

.potvrdit_prejit {
    width: 100%;
    height: 75px;
    float: none;
    border-radius: 0;
    font-family: "Montserrat";
    background-color: #4784ff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    border: 0;
    color: white;
    cursor: pointer;
    transition: 0.25s ease all;
}

.potvrdit_prejit:hover {
    background-color: #3fa799;
}

span.cart_item_lines {
    display: table;
}

table.shop_table.woocommerce-checkout-review-order-table strong.product-quantity {
    display: none;
}

.woocommerce-cart p.woocommerce-shipping-destination {
    display: none;
}

.topbar_left {
    float: left;
    text-transform: none;
    font-size: 11px;
    letter-spacing: 0.15px;
}

.topbar_right {
    float: right;
}

.topbar_right img {
    height: 16px;
    width: auto;
}

.topbar {
    padding: 5px 0;
    background-color: #f3f3f3;
}

.topbar_in.in {
    line-height: 16px;
    height: 16px;
}

.topbar_right img {
    height: 14px;
    margin: 1px 0;
    width: auto;
}

.single_post {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single_post p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.single_post .in {
    max-width: 1000px;
}

.single_post h1 {
    font-size: 48px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.podnadpis {
    font-size: 24px;
    margin-bottom: 0;
}

.single_loop_thumbnail img {
  width: 100%;
  height: auto;
}

.single_loop_thumbnail {
  margin: 30px 0;
}

.author_avatar {
    float: left;
}
.author_avatar img {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.author_name {
  line-height: 40px;
  float: left;
  margin-left: 10px;
}

.single_post h2 {
    font-size: 36px;
    margin-bottom: 5px;
    margin-top: 30px;
}

.single_post h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.general_page_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.bloghome_item_thumbnail img {
    width: 100%;
    height: auto;
}

.bloghome_item {
    width: calc(33.3% - (100px / 3));
    box-sizing: border-box;
    float: left;
    margin-bottom: 55px;
}

.bloghome_item:nth-of-type(2) {
    width: calc(33.3% - (100px / 3));
    margin-left: 50px;
    margin-right: 50px;
}

li.bloghome_item {
    list-style-type: none;
}

li.bloghome_item:nth-of-type(3n+1) {
    clear: both;
}

.bloghome_item_readmore {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    float: right;
    border-bottom: 3px solid #4784ff;
}

.bloghome_item_heading h2 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 34px;
}

.mapboxgl-ctrl-bottom-left {
  display: none !important;
}

.mapboxgl-ctrl-bottom-right {
  display: none !important;
}

.topbar_point {
    float: left;
    margin-right: 18px;
}

.home .submenu_spoustec_vyrazny {
    display: none;
}

.postid-6 .submenu_spoustec_vyrazny {
    display: none;
}

.steps a {
    background-color: #4784ff;
    padding: 7px 12px;
    border-radius: 3px;
    color: white;
    display: table;
    text-shadow: none;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 400;
    margin-top: 10px;
}

.map_container_copyright {
    position: absolute;
    bottom: 1px;
    left: 1px;
    font-size: 9px;
    color: #343f3e;
    display: table;

}

.qr_kod {
  margin-bottom: 50px;
}

.qr_kod h2 {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: "Montserrat";
}

form#kontakt_form {
    margin-top: 50px;
}


.new_home_all_categories_item img {
    width: 100%;
    height: auto;
}

.new_home_all_categories_item_prvnirada {
    width: 50%;
    float: left;
}

.new_home_all_categories_item_druharada {
    width: 33.33333%;
    float: left;
}

.new_home_all_categories_item_in {
    padding: 0 5%;
}

.new_home_all_categories_item {
    margin-bottom: 50px;
    position: relative;
    transition: 0.25s all ease;

}

.new_home_all_categories_item:hover .new_home_all_cat_design_your_own {
  opacity: 1;
  transition: 0.25s all ease;
}

.new_home_all_categories_item:hover img {
  opacity: 0.75;
  transition: 0.25s all ease;
}

.new_home_all_cat_design_your_own {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.25s all ease;
}

.new_home_all_categories_item h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 20px;
    display: none;
}

div#map_single {
    margin: 0px auto;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.35);
    overflow: auto;
}

div#map_single img {
    max-width: 100%;
}

button.single_potvrdit.single_add_to_cart_button.button.alt {
    width: 50%;
    height: 75px;
    float: right;
    text-align: center;
    line-height: 75px;
    padding: 0 10px;
    background-color: #4784ff;
    color: white;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.25s ease all;
}

a.zkusit_vlastni {
    background-color: #4784ff;
    padding: 7px 12px;
    border-radius: 3px;
    display: table;
    margin: 18px auto;
    color: white;
}

h1.mapa_single_heading {
    padding: 0 0 1px 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: table;
    height: 100%;
    position: relative;
    z-index: 999;
    border-bottom: 3px solid #4784ff;
    margin-bottom: 18px;
}

.mapa_single_cta_wrap {
  margin-top: 18px;
}

img.intro_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

.home_cp_left_inspirace_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
/*
.home_cp_left_inspirace:hover .home_cp_left_inspirace_img {
  -webkit-transform: scale(1.1) rotate(
  -1deg
  );
      transform: scale(1.1) rotate(
  -1deg
  );
}


.home_cp_intro:hover img.intro_img {
  -webkit-transform: scale(1.1) rotate(
  -1deg
  );
      transform: scale(1.1) rotate(
  -1deg
  );
} */

#creator_form_section_labels {
    display: none;
}

#styles_menu {
  display: none;
}

span.cislicko {
    display: none;
}

#creator_form_section_size_obsah {
  display: block;
}

.postid-6 #creator_form_section_labels {
    display: block;
}

.postid-6 #styles_menu {
  display: block;
}

.postid-6 span.cislicko {
    display: inline;
}

.postid-6 #creator_form_section_size_obsah {
  display: none;
}

.postid-6 #creator_form_section_size_obsah.zobrazeno {
  display: block;
}

.appearance_prepinac_prvni {
    border-bottom: 0px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: table;
    position: relative;
    z-index: 999;
    float: left;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: underline;
}

.appearance_prepinac_druhy {
    border-bottom: 0px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: table;
    position: relative;
    z-index: 999;
    float: left;
    margin-right: 0px;
    padding: 10px 0;
}

.appearance_druhy {
  display: none;
}

.size_prepinac_prvni {
    border-bottom: 0px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: table;
    position: relative;
    z-index: 999;
    float: left;
    margin-right: 20px;
    padding: 10px 0;
    text-decoration: underline;
}

.size_prepinac_druhy {
    border-bottom: 0px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: table;
    position: relative;
    z-index: 999;
    float: left;
    margin-right: 0px;
    padding: 10px 0;
}

.size_prepinac input[type=radio] {
    opacity: 0;
    visibility: hidden;
}

.size_prepinac h2 {
    padding: 10px 0 0 0;
    border-bottom: 0px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: block;
    height: 100%;
    position: relative;
    z-index: 999;
}

.cudliky {
    margin-top: 18px;
    display: none;
}

.cudlik_bilej, .cudlik_cernej {
  margin-top: 9px;
}

.cudlik_bilej_text, .cudlik_cernej_text {
    display: table;
    float: left;
    line-height: 33px;
}

input.cudlajs {
    border: 0;
    padding: 9px 18px;
    color: white;
    background-color: #4784ff;
    font-weight: 600;
    cursor: pointer;
}

.cudlik_cernej_cuslik, .cudlik_bilej_cuslik {
    float: right;
    margin-left: 0px;
}

.appearance_prepinac {
  display: none;
}

.woocommerce-message {
    display: none;
}

div#icon_options input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.icon_type_selector {
    display: flex;
}

div#icon_options label {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: #ededed;
    cursor: pointer;
    display: table;
    width: 50%;
}

button#toggle_icon_mode {
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0 20px;
    background-color: #4784ff;
    color: white;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    transition: 0.25s ease all;
    border: 0;
    font-family: 'Montserrat';
    cursor: pointer;
    margin-bottom: 9px;
}

button.preset_icon.active {
    border: 2px solid #4784ff;
}

button.preset_icon {
    margin: 0 9px 0 0;
    font-size: 20px;
    border: 0;
    padding: 9px;
    border-radius: 5px;
    border: 2px solid transparent;
}

div#icon_options label span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.25px;
    line-height: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    width: 100%;
    background-color: #ededed;
    cursor: pointer;
    display: table;
}

.icon_type_selector input[type=radio]:checked + span {
    background-color: #4784ff !important;
    color: white;
}

.icon_type_selector label {
    width: 50%;
}

button#clear_all_markers {
    padding: 0;
    border-bottom: 0px solid #ededed;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 16px;
    display: block;
    height: 100%;
    position: relative;
    z-index: 999;
    border: none;
    background: transparent;
    margin: 9px 0;
    color: black;
}

/*

bf

*/



@media only screen and (max-width: 2560px) {

.home_slider {
  max-height: 800px;

}

}

@media only screen and (max-width: 1500px) {

.home_slider {
  max-height: 450px;

}

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1219px) {


}
@media only screen and (max-width: 1170px) {


}
@media only screen and (max-width: 991px) {

.potvrzeni_vzhledu_zavrit {
  font-size: 10px;
  padding: 8px;
}

  .cudlik_cernej_cuslik, .cudlik_bilej_cuslik {
      float: none;
}

.cudlik_bilej_text, .cudlik_cernej_text {
    float: none;
}

.cudlik_bilej, .cudlik_cernej {
    margin-top: 0px;
}

.potvrzeni_vzhledu_mapy_right_in p {
    font-size: 9px;
    line-height: 14px;
}

.potvrzeni_vzhledu_mapy_right_in {
    font-size: 9px;
    line-height: 12px;
}

.potvrzeni_vzhledu_mapy_right h4 {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.25px;
    font-family: 'Montserrat';
    line-height: 12px;
    margin-top: 10px;
}

input.cudlajs {
    border: 0;
    padding: 3px 9px;
    color: white;
    background-color: #4784ff;
    font-weight: 600;
    cursor: pointer;
}

.potvrdit_prejit {
    height: 45px;
}

.potvrzeni_vzhledu_tlacitka {
  height: 45px;
}

  .page-template-page-info .single_wrapper {
      padding-top: 118px;
  }

  .page-template-page-kontakt .single_wrapper {
      padding-top: 118px;
  }

  .add_to_cart_absolute {
      position: relative;
      bottom: 0;
      left: 0;
      width: 100%;
      margin-top: 18px;
  }

  .creator_form div#map_single {
      width: 300px;
      height: 400px;
  }

  #map_container.map_single {
    height: 450px;
    padding-top: 30px;
    padding-bottom: 20px;
}

    .new_home_all_categories_item_prvnirada {
        width: 100%;
        float: none;
    }

    .new_home_all_categories_item_druharada {
      width: 100%;
        float: none;
    }

    .new_home_all_categories_item_in {
      padding: 0;
    }

    .new_home_all_categories_item {
    margin-bottom: 18px;
  }

  .map_container_copyright {
    position: absolute;
    bottom: 2px;
    right: unset;
    left: 50%;
    font-size: 8px;
    color: #343f3e;
    display: table;
    transform: translate(-50%, 0px);
}

.bloghome_item {
  width: 100%;
  float: none;
}

.bloghome_item:nth-of-type(2) {
  width: 100%;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
}

.general_page_padding {
  padding-top: 90px;
}

  .single_post h1 {
    font-size: 28px;
    margin-bottom: 2px;
    word-break: break-word;
    hyphens: auto;
}

  .single_post {
    padding-top: 90px;
  }


  .topbar_right img {
      height: 9px;
      width: auto;
      margin: 0;
  }

  .topbar_left {
    float: left;
    text-transform: none;
    font-size: 9px;
    letter-spacing: 0.1px;
}

.topbar {
    padding: 5px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

  .content-area {
    padding-top: 78px;
  }

  .potvrzeni_vzhledu_mapy_left {
    width: 45%;
    height: calc(100% - 40px);
  }

  .potvrzeni_vzhledu_mapy_right {
    width: 55%;
    height: calc(100% - 40px);
  }

  .potvrzeni_vzhledu_mapy_in {
    width: 90vw;
    height: 73vh;
}

.potvrzeni_vzhledu_mapy_right h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

  .home_wrapper {
      margin-top: 76px;
  }

  .header_rightmenu {
      top: 0px;
  }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
      width: 100%;
      float: none;
      height: auto;
      margin-bottom: 75px;
  }

  .creator_form {
    padding: 76px 0 0 0;
}

  .header {
  height: 50px;
  position: fixed;
  background-color: white;
  left: 0;
  width: 100%;
  top: 26px;
  z-index: 9;
}

#map_container.in12_16 {
    height: 450px;
    padding-top: 30px;
    padding-bottom: 20px;
}

#map_container.in18_24 {
    height: 450px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.mapboxgl-ctrl-top-right {
    top: 15px;
    right: 15px;
    transform: none;
}

.creator_form div#map.in12_16 {
    width: 600px;
    height: 800px;
}

.creator_form div#map.in24_36 {
    width: 600px;
    height: 900px;
}

.creator_form div#map.in18_24.portrait {
    width: 600px;
    height: 800px;
}

.creator_form div#map.in18_24.landscape {
    height: 600px;
    width: 800px;
}


  #map_container.in24_36 {
      height: 500px;
      padding-top: 30px;
      padding-bottom: 20px;
  }

  #map_container.cm30_40 {
      height: 450px;
      padding-top: 30px;
      padding-bottom: 20px;
  }

  #map_container.cm50_70 {
      height: 470px;
      padding-top: 30px;
      padding-bottom: 20px;
  }

  #map_container.cm70_100 {
      height: 480px;
      padding-top: 30px;
      padding-bottom: 20px;
  }

  .creator_form div#map.cm30_40 {
    width: 600px;
    height: 800px;
  }

  .creator_form div#map.cm50_70 {
    width: 600px;
    height: 840px;
  }

  .creator_form div#map.cm70_100 {
    width: 600px;
    height: 860px;
  }

  .urban div#ramecek.in12_16 {
      border: 26px solid white;
  }

  .urban div#ramecek.in18_24 {
      border: 18px solid white;
  }

  .urban div#ramecek.in24_36 {
      border: 14px solid white;
  }

  .urban div#ramecek.cm30_40 {
    border: 26px solid white;
}

  .urban div#ramecek.cm50_70 {
    border: 16px solid white;
}

.urban div#ramecek.cm70_100 {
  border: 11px solid white;
}


  .pine div#ramecek.in12_16 {
      border: 26px solid white;
  }

  .pine div#ramecek.in18_24 {
      border: 18px solid white;
  }

  .pine div#ramecek.in24_36 {
      border: 14px solid white;
  }

  .pine div#ramecek.cm30_40 {
    border: 26px solid white;
}

  .pine div#ramecek.cm50_70 {
    border: 16px solid white;
}

.pine div#ramecek.cm70_100 {
  border: 11px solid white;
}




  .apricot div#ramecek.in12_16 {
      border: 26px solid white;
  }

  .apricot div#ramecek.in18_24 {
      border: 18px solid white;
  }

  .apricot div#ramecek.in24_36 {
      border: 14px solid white;
  }

  .apricot div#ramecek.cm30_40 {
    border: 26px solid white;
}

  .apricot div#ramecek.cm50_70 {
    border: 16px solid white;
}

.apricot div#ramecek.cm70_100 {
  border: 11px solid white;
}



.denim div#ramecek.in12_16 {
    border: 26px solid white;
}

.denim div#ramecek.in18_24 {
    border: 18px solid white;
}

.denim div#ramecek.in24_36 {
    border: 14px solid white;
}

.denim div#ramecek.cm30_40 {
  border: 26px solid white;
}

.denim div#ramecek.cm50_70 {
  border: 16px solid white;
}

.denim div#ramecek.cm70_100 {
border: 11px solid white;
}




.aegean div#ramecek.in12_16 {
    border: 26px solid white;
}

.aegean div#ramecek.in18_24 {
    border: 18px solid white;
}

.aegean div#ramecek.in24_36 {
    border: 14px solid white;
}

.aegean div#ramecek.cm30_40 {
  border: 26px solid white;
}

.aegean div#ramecek.cm50_70 {
  border: 16px solid white;
}

.aegean div#ramecek.cm70_100 {
border: 11px solid white;
}


.minimal div#ramecek.in12_16 {
    border: 52px solid white;
}

.minimal div#ramecek.in18_24 {
    border: 36px solid white;
}

.minimal div#ramecek.in24_36 {
    border: 28px solid white;
}

.minimal div#ramecek.cm30_40 {
  border: 52px solid white;
}

.minimal div#ramecek.cm50_70 {
  border: 32px solid white;
}

.minimal div#ramecek.cm70_100 {
border: 22px solid white;
}


.bordeaux div#ramecek.in12_16 {
    border: 52px solid white;
}

.bordeaux div#ramecek.in18_24 {
    border: 36px solid white;
}

.bordeaux div#ramecek.in24_36 {
    border: 28px solid white;
}

.bordeaux div#ramecek.cm30_40 {
  border: 52px solid white;
}

.bordeaux div#ramecek.cm50_70 {
  border: 32px solid white;
}

.bordeaux div#ramecek.cm70_100 {
border: 22px solid white;
}


.serene div#ramecek.in12_16 {
    border: 52px solid white;
}

.serene div#ramecek.in18_24 {
    border: 36px solid white;
}

.serene div#ramecek.in24_36 {
    border: 28px solid white;
}

.serene div#ramecek.cm30_40 {
  border: 52px solid white;
}

.serene div#ramecek.cm50_70 {
  border: 32px solid white;
}

.serene div#ramecek.cm70_100 {
border: 22px solid white;
}



.girls_trip div#ramecek.in12_16 {
    border: 52px solid white;
}

.girls_trip div#ramecek.in18_24 {
    border: 36px solid white;
}

.girls_trip div#ramecek.in24_36 {
    border: 28px solid white;
}

.girls_trip div#ramecek.cm30_40 {
  border: 52px solid white;
}

.girls_trip div#ramecek.cm50_70 {
  border: 32px solid white;
}

.girls_trip div#ramecek.cm70_100 {
border: 22px solid white;
}

.vintage div#ramecek.in12_16 {
    border: 26px solid white;
}

.vintage div#ramecek.in18_24 {
    border: 18px solid white;
}

.vintage div#ramecek.in24_36 {
    border: 14px solid white;
}

.vintage div#ramecek.cm30_40 {
  border: 26px solid white;
}

.vintage div#ramecek.cm50_70 {
  border: 16px solid white;
}

.vintage div#ramecek.cm70_100 {
border: 11px solid white;
}



  .home_idea_right {
      width: 100%;
      float: none;
  }

  .home_idea_left {
    width: 100%;
    float: none;
    padding: 25px 0 0;
}

  .newsletter_left {
      width: 100%;
      float: none;
      position: relative;
      height: auto;
  }

  .newsletter_right {
      width: 100%;
      float: none;
      position: relative;
      height: auto;
  }

  .newsletter_form {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    padding: 30px 0;
}

.nl_in {
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  width: 100%;
  padding: 30px 0 0 0;
}

  .home_we_item {
      width: 100%;
      float: left;
      text-align: center;
      padding: 0 2%;
      margin-bottom: 50px;
  }

  .home_we_item:last-of-type {
      margin-bottom: 0;
  }

  .home_cp_intro_bg_vp {
    display: none;
  }

  .header_leftmenu {
    position: absolute;
    left: 0;
    top: 0px;
    margin-top: 0px;
    transform: translate(0, 0);
    width: auto;
}

.header_leftmenu .desktop_menu {
  display: none;
}

#map_container {
  width: 100%;
  float: none;
  height: calc(100vh - 150px);
}

#map_nastaveni {
  width: 100%;
  float: none;
}

  .collection_blue_line .index_kolekce_vybrat_pismeno {
      right: 5%;
      bottom: 5%;
  }

  .collection_real_diamonds .index_kolekce_vybrat_pismeno {
    bottom: 5%;
    left: unset;
    right: 5%;
  }

  .collection_typographe .index_kolekce_vybrat_pismeno {
      bottom: 5%;
      left: 5%;
  }

  .collection_fine_gold .index_kolekce_vybrat_pismeno {
      bottom: 5%;
      right: 5%;
  }

  .collection_little_big_hearts .index_kolekce_vybrat_pismeno {
      bottom: 5%;
      right: 5%;
  }

  .index_kolekce_vybrat_pismeno {
    position: absolute;
    font-family: "Montserrat";
    color: white;
    background-color: #000;
    padding: 4px 6px;
    font-size: 9px;
    font-weight: 400;
    border-radius: 2px;
}

  table.websitetheory_cookies {
      font-size: 8px;
  }

  table.websitetheory_cookies td {
      padding: 5px;
  }

.homepage_abeceda ul.letter_menu a {
    font-size: 18px;
}

.homepage_abeceda .letter_menu li {
  line-height: 35px;
      width: 35px;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
      width: 130px;
}

.checkout_pomoc {
  display: none;
}

a.zpet_do_obchodu {
  display: none;
}

a.pokracovat_do_pokladny {
  display: none;
}

  .woocommerce-page .woocommerce-message .button.wc-forward {
      float: unset;
      width: 100%;
      text-align: left;
      margin-bottom: 18px;
      display: table;
  }

  .kosik_count {
      bottom: -5px;
      right: -5px;
  }

.mobile_menu {
  display: block;
}

  span.vas_kosik_popisek {
    display: none;
}

.header_leftmenu_list {
  padding: 2px 0;
}

#header_leftmenu_collections {
  display: none;
}

#header_leftmenu_letters {
  display: none;
}

.header_logo {
    margin: 0 auto;
    padding: 7px 0 1px 0px;
}

  .woocommerce ul.order_details li {
      margin-bottom: 20px;
  }

  .woocommerce .col2-set, .woocommerce-page .col2-set {
      width: 100%;
      float: none;
  }

  div#order_review {
      width: 100%;
      float: none;
  }

  h3#order_review_heading {
    width: 100%;
    float: none;
    margin-top: 18px;
  }

  .footer_section.footer_description {
      width: 100%;
  }

  .footer_description p {
    font-size: 14px;
    line-height: 20px;
    max-width: unset;
    margin-bottom: 50px;
}

.footer_section.footer_menu .footer_center_in {
    padding: 0 4% 0 0;
}

.footer_section.footer_menu {
    width: 80%;
}

}

@media only screen and (max-width: 768px) {

  .woocommerce table.shop_table_responsive tr td.product-subtotal, .woocommerce-page table.shop_table_responsive tr td.product-subtotal {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td.product-quantity, .woocommerce-page table.shop_table_responsive tr td.product-quantity {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td.product-thumbnail::before, .woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
    display: none;
  }

  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {

    display: block;
}

  th.product-subtotal {
    display: none;
  }

  .steps_left {
      width: 100%;
      float: none;
  }

  .steps_right {
    width: 100%;
    float: none;
    padding: 0;
  }

  .steps_cast_jedna {
    margin-bottom: 0;
  }

  .steps .steps_casti {
      width: 100%;
      float: none;
      padding: 25px 0;
  }

  .steps {
    width: 100%;
}

  .bx-controls {
    display: none;
}

  .home_cp_intro_bg_text {
    left: 18px;
  }

  .home_cp_intro {
      background-position: center top;
      width: 100%;
      position: relative;
      float: none;
      margin-bottom: 18px;
  }

  .home_cp_left {
    float: none;
    width: 100%;
    height: 650px;
}

.home_cp_left_inspirace {
    height: 325px;
  }

  .home_cp_left_shipping {
    height: 325px;
}

.home_cp_left_sleva {
  height: 325px;

}


  .home_all_categories_item {
      width: 50%;
  }

.wizard {
  display: none;
}

.category_heading_real_diamonds .category_heading_in h1 {
      color: white;
      background-color: black;
      padding: 3px 5px;
      font-size: 14px;
      text-align: right;
      font-weight: 600;
      letter-spacing: 0.5px;
      border-radius: 5px;
  }

  .term-real-diamonds .category_heading_in {
    left: 2%;
    top: 5%;
}

.term-real-diamonds span.category_price {
  color: white;
  background-color: black;
  padding: 3px 7px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  float: right;
  margin-top: 2px;
  border-radius: 3px;
}

.term-typographe .category_heading_in h1 {
    color: white;
    background-color: black;
    padding: 3px 5px;
    font-size: 14px;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 5px;
}

.term-typographe .category_heading_in {
    left: 1%;
    top: 4%;
}

.term-typographe span.category_price {
  color: white;
  background-color: black;
  padding: 3px 7px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  float: right;
  margin-top: 2px;
  border-radius: 3px;
}

}

@media only screen and (max-width: 568px) {

.topbar_point {
  margin-right: 5px;
}

.topbar_right {
    float: right;
    display: none;
}

.newsletter h4 {
  font-size: 30px;
  letter-spacing: 0.75px;
}

  .home_cp_intro_bg_vl img {
    width: calc(243px * 0.5);
    height: calc(149px * 0.5);
}

.home_cp_intro_bg_vl {
    width: auto;
    height: auto;
    position: absolute;
    top: 1vw;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 2;
}

  .home_cp_intro_bg_text {
    top: calc(1vw + 120px);
    left: 1vw;
}

.home_cp_intro_bg_text {
    position: absolute;
    z-index: 3;
    bottom: 75px;
    top: unset;
    font-weight: 600;
    left: 0;
    width: 100%;
    max-width: 630px;
    color: white;
    font-size: 38px;
    text-align: center;
    letter-spacing: 1px;
}

.cr_podtr {
  display: none;
}

.home_cp_intro_bg_text a {
  margin-right: auto;
  margin-left: auto;

}

  .category_heading_in h1 {
      color: white;
      background-color: black;
      padding: 3px 6px;
      font-size: 18px;
      text-align: right;
      font-weight: 600;
      letter-spacing: 0.7px;
      border-radius: 5px;
  }

  span.category_price {
    color: white;
    background-color: black;
    padding: 3px 7px;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-top: 2px;
    border-radius: 3px;
}

  .woocommerce ul.order_details li {
    font-size: 10px;
    line-height: 1.5;
  }

  .footer_section.footer_menu {
      width: 100%;
      float: none;
  }

  .footer_section.footer_menu {
    width: 100%;
    margin-bottom: 50px;
    float: none;
  }

  .footer_section.footer_social {
    width: 100%;
  }

  .footer h4 {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .footer_center {
    width: 50%;
    float: left;
    padding: 0 2% 0 0;
  }

  .homepage_abeceda ul.letter_menu a {
      font-size: 14px;
  }

  .homepage_abeceda .letter_menu li {
    line-height: 24px;
        width: 24px;
  }

}

@media only screen and (max-width: 440px) {


}


@media only screen and (max-width: 375px) {

  h2.woocommerce-loop-product__title {
      text-align: center;
  }

  .woocommerce ul.products li.product .price {
      color: #000;
      font-size: 14px;
      font-weight: 500;
      display: table;
      float: none;
      line-height: 27px;
      margin-bottom: 0px;
      margin: 0 auto;
  }

  .woocommerce ul.products li.product .button {
    float: none;
    margin: 0 auto;
    display: table;
}

}
